| 1 | [ Mar 25 19:34:53 Enabled. ] | ||
| 2 | [ Mar 25 19:34:53 Rereading configuration. ] | ||
| 3 | [ Mar 25 19:34:53 Rereading configuration. ] | ||
| 4 | [ Mar 25 19:35:05 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 | [ Mar 25 19:35:05 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.03.25 19:35:06.210494 [ 1 ] {} <Information> Application: Will watch for the process with pid 23991 | ||
| 33 | 2024.03.25 19:35:06.211052 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
| 34 | 2024.03.25 19:35:06.465692 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 23991 | ||
| 35 | 2024.03.25 19:35:06.466425 [ 1 ] {} <Information> Application: starting up | ||
| 36 | 2024.03.25 19:35:06.467914 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
| 37 | 2024.03.25 19:35:06.555606 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
| 38 | 2024.03.25 19:35:06.586223 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
| 39 | 2024.03.25 19:35:06.586268 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
| 40 | 2024.03.25 19:35:06.586287 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
| 41 | 2024.03.25 19:35:06.586356 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
| 42 | 2024.03.25 19:35:06.586647 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
| 43 | 2024.03.25 19:35:06.588132 [ 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.03.25 19:35:06.588623 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performing update on configuration | ||
| 48 | 2024.03.25 19:35:06.589465 [ 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.03.25 19:35:06.589490 [ 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.03.25 19:35:06.589504 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
| 51 | 2024.03.25 19:35:06.589675 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 52 | 2024.03.25 19:35:06.590573 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
| 53 | 2024.03.25 19:35:06.595858 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 54 | 2024.03.25 19:35:06.596820 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 55 | 2024.03.25 19:35:06.598112 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 56 | 2024.03.25 19:35:06.598175 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performed update on configuration | ||
| 57 | 2024.03.25 19:35:06.599765 [ 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.03.25 19:35:06.600056 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performing update on configuration | ||
| 62 | 2024.03.25 19:35:06.604532 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performed update on configuration | ||
| 63 | 2024.03.25 19:35:06.605206 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: config.xml | ||
| 64 | 2024.03.25 19:35:06.606737 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
| 65 | 2024.03.25 19:35:06.607135 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
| 66 | 2024.03.25 19:35:06.607511 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
| 67 | 2024.03.25 19:35:06.607806 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
| 68 | 2024.03.25 19:35:06.609101 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
| 69 | 2024.03.25 19:35:06.609127 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
| 70 | 2024.03.25 19:35:06.609186 [ 66 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 71 | 2024.03.25 19:35:06.609361 [ 66 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 72 | 2024.03.25 19:35:06.621862 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
| 73 | 2024.03.25 19:35:06.621893 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000160664 sec | ||
| 74 | 2024.03.25 19:35:06.621931 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 75 | 2024.03.25 19:35:06.621944 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 76 | 2024.03.25 19:35:06.623219 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
| 77 | 2024.03.25 19:35:06.624311 [ 1 ] {} <Debug> SystemLog: Not creating system.query_log since corresponding section 'query_log' is missing from config | ||
| 78 | 2024.03.25 19:35:06.624335 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
| 79 | 2024.03.25 19:35:06.624369 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
| 80 | 2024.03.25 19:35:06.624385 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
| 81 | 2024.03.25 19:35:06.624397 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
| 82 | 2024.03.25 19:35:06.624428 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
| 83 | 2024.03.25 19:35:06.624440 [ 1 ] {} <Debug> SystemLog: Not creating system.metric_log since corresponding section 'metric_log' is missing from config | ||
| 84 | 2024.03.25 19:35:06.624455 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
| 85 | 2024.03.25 19:35:06.624488 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
| 86 | 2024.03.25 19:35:06.624502 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_metric_log since corresponding section 'asynchronous_metric_log' is missing from config | ||
| 87 | 2024.03.25 19:35:06.624515 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
| 88 | 2024.03.25 19:35:06.624531 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
| 89 | 2024.03.25 19:35:06.624563 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
| 90 | 2024.03.25 19:35:06.624577 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
| 91 | 2024.03.25 19:35:06.624592 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
| 92 | 2024.03.25 19:35:06.624619 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
| 93 | 2024.03.25 19:35:06.624634 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
| 94 | 2024.03.25 19:35:06.662142 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
| 95 | 2024.03.25 19:35:06.664602 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
| 96 | 2024.03.25 19:35:06.664645 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 6.6282e-05 sec | ||
| 97 | 2024.03.25 19:35:06.664667 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 98 | 2024.03.25 19:35:06.664684 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 99 | 2024.03.25 19:35:06.664709 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
| 100 | 2024.03.25 19:35:06.664899 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
| 101 | 2024.03.25 19:35:06.664943 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
| 102 | 2024.03.25 19:35:06.664957 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
| 103 | 2024.03.25 19:35:06.664972 [ 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.03.25 19:35:06.664984 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
| 105 | 2024.03.25 19:35:06.711026 [ 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.03.25 19:35:06.909898 [ 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.03.25 19:35:06.909951 [ 1 ] {} <Trace> MySQLHandlerFactory: Generating new RSA key pair. | ||
| 108 | 2024.03.25 19:35:06.940316 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 109 | 2024.03.25 19:35:06.940555 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 9.87 MiB, peak 16.07 MiB, free memory in arenas 0.00 B, will set to 157.06 MiB (RSS), difference: 147.20 MiB | ||
| 110 | 2024.03.25 19:35:06.941484 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 3.2891e-05 sec. | ||
| 111 | 2024.03.25 19:35:06.941902 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
| 112 | 2024.03.25 19:35:06.941966 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
| 113 | 2024.03.25 19:35:06.942043 [ 1 ] {} <Information> Application: Listening for MySQL compatibility protocol: [fd00:1122:3344:101::e]:9004 | ||
| 114 | 2024.03.25 19:35:06.942064 [ 1 ] {} <Information> Application: Ready for connections. | ||
| 115 | 2024.03.25 19:35:09.532929 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 116 | 2024.03.25 19:35:09.533159 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 117 | 2024.03.25 19:35:09.533197 [ 3 ] {} <Debug> HTTP-Session: 47c2c977-eabf-4c57-a7dc-9cfc607f6cb1 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 118 | 2024.03.25 19:35:09.533229 [ 3 ] {} <Debug> HTTP-Session: 47c2c977-eabf-4c57-a7dc-9cfc607f6cb1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 119 | 2024.03.25 19:35:09.533249 [ 3 ] {} <Debug> HTTP-Session: 47c2c977-eabf-4c57-a7dc-9cfc607f6cb1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 120 | 2024.03.25 19:35:09.533345 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 121 | 2024.03.25 19:35:09.533384 [ 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.03.25 19:35:09.533408 [ 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.03.25 19:35:09.533476 [ 3 ] {} <Trace> HTTP-Session: 47c2c977-eabf-4c57-a7dc-9cfc607f6cb1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 124 | 2024.03.25 19:35:09.534487 [ 3 ] {501227e5-0d2a-406e-a1b0-2aa006d1fc68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) SELECT MAX(value) FROM oximeter.version; (stage: Complete) | ||
| 125 | 2024.03.25 19:35:09.573788 [ 3 ] {501227e5-0d2a-406e-a1b0-2aa006d1fc68} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:46603) (in query: SELECT MAX(value) FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
| 126 | |||
| 127 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 128 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 129 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
| 130 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 131 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 132 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 133 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
| 134 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
| 135 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
| 136 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
| 137 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
| 138 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 139 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 140 | 13. DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr<DB::Context>, std::function<void (DB::QueryResultDetails const&)>, std::optional<DB::FormatSettings> const&) @ 0x000000001518d019 in /opt/oxide/clickhouse/clickhouse | ||
| 141 | 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse | ||
| 142 | 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse | ||
| 143 | 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse | ||
| 144 | 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 145 | 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 146 | 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 147 | 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 148 | 21. _thrp_setup @ 0x0000000000113667 in /system/lib/amd64/libc.so.1 | ||
| 149 | |||
| 150 | 2024.03.25 19:35:09.574521 [ 3 ] {501227e5-0d2a-406e-a1b0-2aa006d1fc68} <Error> DynamicQueryHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
| 151 | |||
| 152 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 153 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 154 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
| 155 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 156 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 157 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 158 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
| 159 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
| 160 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
| 161 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
| 162 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
| 163 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 164 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 165 | 13. DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr<DB::Context>, std::function<void (DB::QueryResultDetails const&)>, std::optional<DB::FormatSettings> const&) @ 0x000000001518d019 in /opt/oxide/clickhouse/clickhouse | ||
| 166 | 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse | ||
| 167 | 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse | ||
| 168 | 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse | ||
| 169 | 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 170 | 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 171 | 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 172 | 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 173 | 21. _thrp_setup @ 0x0000000000113667 in /system/lib/amd64/libc.so.1 | ||
| 174 | (version 23.8.7.1) | ||
| 175 | 2024.03.25 19:35:09.574720 [ 3 ] {} <Debug> HTTP-Session: 47c2c977-eabf-4c57-a7dc-9cfc607f6cb1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 176 | 2024.03.25 19:35:09.575982 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 33, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 177 | 2024.03.25 19:35:09.576057 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 178 | 2024.03.25 19:35:09.576084 [ 3 ] {} <Debug> HTTP-Session: a7e3d902-5afe-4445-822e-9cadfaf94f14 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 179 | 2024.03.25 19:35:09.576111 [ 3 ] {} <Debug> HTTP-Session: a7e3d902-5afe-4445-822e-9cadfaf94f14 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 180 | 2024.03.25 19:35:09.576125 [ 3 ] {} <Debug> HTTP-Session: a7e3d902-5afe-4445-822e-9cadfaf94f14 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 181 | 2024.03.25 19:35:09.576170 [ 3 ] {} <Trace> HTTP-Session: a7e3d902-5afe-4445-822e-9cadfaf94f14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 182 | 2024.03.25 19:35:09.577269 [ 3 ] {4d76de0f-bbeb-407a-918e-066383f99e18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) SHOW CLUSTERS FORMAT JSONEachRow; (stage: Complete) | ||
| 183 | 2024.03.25 19:35:09.577385 [ 3 ] {4d76de0f-bbeb-407a-918e-066383f99e18} <Debug> executeQuery: (internal) SELECT DISTINCT cluster FROM system.clusters ORDER BY cluster (stage: Complete) | ||
| 184 | 2024.03.25 19:35:09.579536 [ 3 ] {4d76de0f-bbeb-407a-918e-066383f99e18} <Trace> ContextAccess (default): Access granted: SELECT(cluster) ON system.clusters | ||
| 185 | 2024.03.25 19:35:09.582454 [ 3 ] {4d76de0f-bbeb-407a-918e-066383f99e18} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 186 | 2024.03.25 19:35:09.590192 [ 3 ] {4d76de0f-bbeb-407a-918e-066383f99e18} <Debug> DynamicQueryHandler: Done processing query | ||
| 187 | 2024.03.25 19:35:09.590250 [ 3 ] {4d76de0f-bbeb-407a-918e-066383f99e18} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 188 | 2024.03.25 19:35:09.590275 [ 3 ] {} <Debug> HTTP-Session: a7e3d902-5afe-4445-822e-9cadfaf94f14 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 189 | 2024.03.25 19:35:09.590470 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 190 | 2024.03.25 19:35:09.590536 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 191 | 2024.03.25 19:35:09.590562 [ 3 ] {} <Debug> HTTP-Session: 2df715c2-d3e2-4106-939e-746823d22774 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 192 | 2024.03.25 19:35:09.590584 [ 3 ] {} <Debug> HTTP-Session: 2df715c2-d3e2-4106-939e-746823d22774 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 193 | 2024.03.25 19:35:09.590602 [ 3 ] {} <Debug> HTTP-Session: 2df715c2-d3e2-4106-939e-746823d22774 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 194 | 2024.03.25 19:35:09.590644 [ 3 ] {} <Trace> HTTP-Session: 2df715c2-d3e2-4106-939e-746823d22774 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 195 | 2024.03.25 19:35:09.590766 [ 3 ] {32a64004-2f1f-44a9-a1d7-faa131950177} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) SELECT MAX(value) FROM oximeter.version; (stage: Complete) | ||
| 196 | 2024.03.25 19:35:09.591045 [ 3 ] {32a64004-2f1f-44a9-a1d7-faa131950177} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:46603) (in query: SELECT MAX(value) FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
| 197 | |||
| 198 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 199 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 200 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
| 201 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 202 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 203 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 204 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
| 205 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
| 206 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
| 207 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
| 208 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
| 209 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 210 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 211 | 13. DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr<DB::Context>, std::function<void (DB::QueryResultDetails const&)>, std::optional<DB::FormatSettings> const&) @ 0x000000001518d019 in /opt/oxide/clickhouse/clickhouse | ||
| 212 | 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse | ||
| 213 | 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse | ||
| 214 | 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse | ||
| 215 | 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 216 | 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 217 | 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 218 | 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 219 | 21. _thrp_setup @ 0x0000000000113667 in /system/lib/amd64/libc.so.1 | ||
| 220 | |||
| 221 | 2024.03.25 19:35:09.591173 [ 3 ] {32a64004-2f1f-44a9-a1d7-faa131950177} <Error> DynamicQueryHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
| 222 | |||
| 223 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 224 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 225 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
| 226 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 227 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 228 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 229 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
| 230 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
| 231 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
| 232 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
| 233 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
| 234 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 235 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 236 | 13. DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr<DB::Context>, std::function<void (DB::QueryResultDetails const&)>, std::optional<DB::FormatSettings> const&) @ 0x000000001518d019 in /opt/oxide/clickhouse/clickhouse | ||
| 237 | 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse | ||
| 238 | 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse | ||
| 239 | 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse | ||
| 240 | 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 241 | 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 242 | 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 243 | 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 244 | 21. _thrp_setup @ 0x0000000000113667 in /system/lib/amd64/libc.so.1 | ||
| 245 | (version 23.8.7.1) | ||
| 246 | 2024.03.25 19:35:09.591280 [ 3 ] {} <Debug> HTTP-Session: 2df715c2-d3e2-4106-939e-746823d22774 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 247 | 2024.03.25 19:35:09.592102 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 32, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 248 | 2024.03.25 19:35:09.592153 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 249 | 2024.03.25 19:35:09.592170 [ 3 ] {} <Debug> HTTP-Session: 8a0c62ee-9427-43a1-b89f-771953a20bbb Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 250 | 2024.03.25 19:35:09.592192 [ 3 ] {} <Debug> HTTP-Session: 8a0c62ee-9427-43a1-b89f-771953a20bbb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 251 | 2024.03.25 19:35:09.592211 [ 3 ] {} <Debug> HTTP-Session: 8a0c62ee-9427-43a1-b89f-771953a20bbb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 252 | 2024.03.25 19:35:09.592239 [ 3 ] {} <Trace> HTTP-Session: 8a0c62ee-9427-43a1-b89f-771953a20bbb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 253 | 2024.03.25 19:35:09.592384 [ 3 ] {de109ed0-d993-4d7d-a649-3424160c84a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) DROP DATABASE IF EXISTS oximeter (stage: Complete) | ||
| 254 | 2024.03.25 19:35:09.592506 [ 3 ] {de109ed0-d993-4d7d-a649-3424160c84a3} <Debug> DynamicQueryHandler: Done processing query | ||
| 255 | 2024.03.25 19:35:09.592529 [ 3 ] {} <Debug> HTTP-Session: 8a0c62ee-9427-43a1-b89f-771953a20bbb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 256 | 2024.03.25 19:35:09.592655 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 38, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 257 | 2024.03.25 19:35:09.592704 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 258 | 2024.03.25 19:35:09.592721 [ 3 ] {} <Debug> HTTP-Session: ddc8b25a-3bd4-4361-9516-545898c388ed Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 259 | 2024.03.25 19:35:09.592742 [ 3 ] {} <Debug> HTTP-Session: ddc8b25a-3bd4-4361-9516-545898c388ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 260 | 2024.03.25 19:35:09.592760 [ 3 ] {} <Debug> HTTP-Session: ddc8b25a-3bd4-4361-9516-545898c388ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 261 | 2024.03.25 19:35:09.592788 [ 3 ] {} <Trace> HTTP-Session: ddc8b25a-3bd4-4361-9516-545898c388ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 262 | 2024.03.25 19:35:09.592843 [ 3 ] {3981157f-70ef-4c6a-898d-8f1505382284} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
| 263 | 2024.03.25 19:35:09.592908 [ 3 ] {3981157f-70ef-4c6a-898d-8f1505382284} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
| 264 | 2024.03.25 19:35:09.595841 [ 3 ] {3981157f-70ef-4c6a-898d-8f1505382284} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
| 265 | 2024.03.25 19:35:09.595873 [ 3 ] {3981157f-70ef-4c6a-898d-8f1505382284} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.6431e-05 sec | ||
| 266 | 2024.03.25 19:35:09.595894 [ 3 ] {3981157f-70ef-4c6a-898d-8f1505382284} <Trace> ReferentialDeps: No tables | ||
| 267 | 2024.03.25 19:35:09.595906 [ 3 ] {3981157f-70ef-4c6a-898d-8f1505382284} <Trace> LoadingDeps: No tables | ||
| 268 | 2024.03.25 19:35:09.595933 [ 3 ] {3981157f-70ef-4c6a-898d-8f1505382284} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
| 269 | 2024.03.25 19:35:09.596015 [ 3 ] {3981157f-70ef-4c6a-898d-8f1505382284} <Debug> DynamicQueryHandler: Done processing query | ||
| 270 | 2024.03.25 19:35:09.596044 [ 3 ] {} <Debug> HTTP-Session: ddc8b25a-3bd4-4361-9516-545898c388ed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 271 | 2024.03.25 19:35:09.596167 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 223, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 272 | 2024.03.25 19:35:09.596217 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 273 | 2024.03.25 19:35:09.596241 [ 3 ] {} <Debug> HTTP-Session: 143b653b-d0f3-4c3e-ae57-35fc75db95ea Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 274 | 2024.03.25 19:35:09.596257 [ 3 ] {} <Debug> HTTP-Session: 143b653b-d0f3-4c3e-ae57-35fc75db95ea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 275 | 2024.03.25 19:35:09.596275 [ 3 ] {} <Debug> HTTP-Session: 143b653b-d0f3-4c3e-ae57-35fc75db95ea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 276 | 2024.03.25 19:35:09.596325 [ 3 ] {} <Trace> HTTP-Session: 143b653b-d0f3-4c3e-ae57-35fc75db95ea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 277 | 2024.03.25 19:35:09.596432 [ 3 ] {59804473-719a-4e91-853f-74ee2a10d24c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) /* 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.03.25 19:35:09.596485 [ 3 ] {59804473-719a-4e91-853f-74ee2a10d24c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
| 280 | 2024.03.25 19:35:09.600968 [ 3 ] {59804473-719a-4e91-853f-74ee2a10d24c} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
| 281 | 2024.03.25 19:35:09.602132 [ 3 ] {59804473-719a-4e91-853f-74ee2a10d24c} <Debug> oximeter.version (4670d41e-51b9-4191-b2cf-977bb4bee854): Loading data parts | ||
| 282 | 2024.03.25 19:35:09.602514 [ 3 ] {59804473-719a-4e91-853f-74ee2a10d24c} <Debug> oximeter.version (4670d41e-51b9-4191-b2cf-977bb4bee854): There are no data parts | ||
| 283 | 2024.03.25 19:35:09.607252 [ 3 ] {59804473-719a-4e91-853f-74ee2a10d24c} <Debug> DynamicQueryHandler: Done processing query | ||
| 284 | 2024.03.25 19:35:09.607287 [ 3 ] {} <Debug> HTTP-Session: 143b653b-d0f3-4c3e-ae57-35fc75db95ea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 285 | 2024.03.25 19:35:09.607423 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 818, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 286 | 2024.03.25 19:35:09.607466 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 287 | 2024.03.25 19:35:09.607491 [ 3 ] {} <Debug> HTTP-Session: 6f106b46-299a-43ef-a879-453dd782e539 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 288 | 2024.03.25 19:35:09.607513 [ 3 ] {} <Debug> HTTP-Session: 6f106b46-299a-43ef-a879-453dd782e539 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 289 | 2024.03.25 19:35:09.607527 [ 3 ] {} <Debug> HTTP-Session: 6f106b46-299a-43ef-a879-453dd782e539 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 290 | 2024.03.25 19:35:09.607562 [ 3 ] {} <Trace> HTTP-Session: 6f106b46-299a-43ef-a879-453dd782e539 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 291 | 2024.03.25 19:35:09.607733 [ 3 ] {014f0da1-8854-4f0f-a38d-1f9736a0ba13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) /* 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.03.25 19:35:09.607795 [ 3 ] {014f0da1-8854-4f0f-a38d-1f9736a0ba13} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
| 303 | 2024.03.25 19:35:09.615567 [ 3 ] {014f0da1-8854-4f0f-a38d-1f9736a0ba13} <Debug> oximeter.measurements_bool (b3f51197-d787-4363-a46a-1b75f97106c3): Loading data parts | ||
| 304 | 2024.03.25 19:35:09.615804 [ 3 ] {014f0da1-8854-4f0f-a38d-1f9736a0ba13} <Debug> oximeter.measurements_bool (b3f51197-d787-4363-a46a-1b75f97106c3): There are no data parts | ||
| 305 | 2024.03.25 19:35:09.621287 [ 3 ] {014f0da1-8854-4f0f-a38d-1f9736a0ba13} <Debug> DynamicQueryHandler: Done processing query | ||
| 306 | 2024.03.25 19:35:09.621313 [ 3 ] {} <Debug> HTTP-Session: 6f106b46-299a-43ef-a879-453dd782e539 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 307 | 2024.03.25 19:35:09.621463 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 292, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 308 | 2024.03.25 19:35:09.621597 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 309 | 2024.03.25 19:35:09.621615 [ 3 ] {} <Debug> HTTP-Session: 2949ab6f-179a-4ab2-8849-946785e787c2 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 310 | 2024.03.25 19:35:09.621639 [ 3 ] {} <Debug> HTTP-Session: 2949ab6f-179a-4ab2-8849-946785e787c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 311 | 2024.03.25 19:35:09.621652 [ 3 ] {} <Debug> HTTP-Session: 2949ab6f-179a-4ab2-8849-946785e787c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 312 | 2024.03.25 19:35:09.621690 [ 3 ] {} <Trace> HTTP-Session: 2949ab6f-179a-4ab2-8849-946785e787c2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 313 | 2024.03.25 19:35:09.621843 [ 3 ] {5c1bd8a3-4ec8-4965-84d7-e5e2e06980a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) 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.03.25 19:35:09.621893 [ 3 ] {5c1bd8a3-4ec8-4965-84d7-e5e2e06980a1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
| 315 | 2024.03.25 19:35:09.625284 [ 3 ] {5c1bd8a3-4ec8-4965-84d7-e5e2e06980a1} <Debug> oximeter.measurements_i8 (f44e2ba1-6422-4654-be5b-d10ed8926f97): Loading data parts | ||
| 316 | 2024.03.25 19:35:09.625504 [ 3 ] {5c1bd8a3-4ec8-4965-84d7-e5e2e06980a1} <Debug> oximeter.measurements_i8 (f44e2ba1-6422-4654-be5b-d10ed8926f97): There are no data parts | ||
| 317 | 2024.03.25 19:35:09.627714 [ 3 ] {5c1bd8a3-4ec8-4965-84d7-e5e2e06980a1} <Debug> DynamicQueryHandler: Done processing query | ||
| 318 | 2024.03.25 19:35:09.627749 [ 3 ] {} <Debug> HTTP-Session: 2949ab6f-179a-4ab2-8849-946785e787c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 319 | 2024.03.25 19:35:09.627906 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 293, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 320 | 2024.03.25 19:35:09.627953 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 321 | 2024.03.25 19:35:09.627980 [ 3 ] {} <Debug> HTTP-Session: c161c749-cf29-44c3-b36d-b55934296917 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 322 | 2024.03.25 19:35:09.628003 [ 3 ] {} <Debug> HTTP-Session: c161c749-cf29-44c3-b36d-b55934296917 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 323 | 2024.03.25 19:35:09.628016 [ 3 ] {} <Debug> HTTP-Session: c161c749-cf29-44c3-b36d-b55934296917 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 324 | 2024.03.25 19:35:09.628052 [ 3 ] {} <Trace> HTTP-Session: c161c749-cf29-44c3-b36d-b55934296917 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 325 | 2024.03.25 19:35:09.628202 [ 3 ] {e6a02c9f-9812-451c-9a84-954597274654} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) 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.03.25 19:35:09.628256 [ 3 ] {e6a02c9f-9812-451c-9a84-954597274654} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
| 327 | 2024.03.25 19:35:09.633197 [ 3 ] {e6a02c9f-9812-451c-9a84-954597274654} <Debug> oximeter.measurements_u8 (ab211c5a-825f-4ac2-ac6b-34b1e238faa4): Loading data parts | ||
| 328 | 2024.03.25 19:35:09.633449 [ 3 ] {e6a02c9f-9812-451c-9a84-954597274654} <Debug> oximeter.measurements_u8 (ab211c5a-825f-4ac2-ac6b-34b1e238faa4): There are no data parts | ||
| 329 | 2024.03.25 19:35:09.638921 [ 3 ] {e6a02c9f-9812-451c-9a84-954597274654} <Debug> DynamicQueryHandler: Done processing query | ||
| 330 | 2024.03.25 19:35:09.638959 [ 3 ] {} <Debug> HTTP-Session: c161c749-cf29-44c3-b36d-b55934296917 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 331 | 2024.03.25 19:35:09.639094 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 332 | 2024.03.25 19:35:09.639153 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 333 | 2024.03.25 19:35:09.639171 [ 3 ] {} <Debug> HTTP-Session: 45116de5-92ca-4003-b832-3ff544e92672 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 334 | 2024.03.25 19:35:09.639188 [ 3 ] {} <Debug> HTTP-Session: 45116de5-92ca-4003-b832-3ff544e92672 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 335 | 2024.03.25 19:35:09.639209 [ 3 ] {} <Debug> HTTP-Session: 45116de5-92ca-4003-b832-3ff544e92672 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 336 | 2024.03.25 19:35:09.639243 [ 3 ] {} <Trace> HTTP-Session: 45116de5-92ca-4003-b832-3ff544e92672 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 337 | 2024.03.25 19:35:09.639396 [ 3 ] {a92c71a5-6727-4758-a445-a7cbbb3da3fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) 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.03.25 19:35:09.639448 [ 3 ] {a92c71a5-6727-4758-a445-a7cbbb3da3fc} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
| 339 | 2024.03.25 19:35:09.644556 [ 3 ] {a92c71a5-6727-4758-a445-a7cbbb3da3fc} <Debug> oximeter.measurements_i16 (7b342dc0-e06f-4595-bcfd-3a02a07483e6): Loading data parts | ||
| 340 | 2024.03.25 19:35:09.644714 [ 3 ] {a92c71a5-6727-4758-a445-a7cbbb3da3fc} <Debug> oximeter.measurements_i16 (7b342dc0-e06f-4595-bcfd-3a02a07483e6): There are no data parts | ||
| 341 | 2024.03.25 19:35:09.650545 [ 3 ] {a92c71a5-6727-4758-a445-a7cbbb3da3fc} <Debug> DynamicQueryHandler: Done processing query | ||
| 342 | 2024.03.25 19:35:09.650609 [ 3 ] {} <Debug> HTTP-Session: 45116de5-92ca-4003-b832-3ff544e92672 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 343 | 2024.03.25 19:35:09.650821 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 344 | 2024.03.25 19:35:09.650903 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 345 | 2024.03.25 19:35:09.650946 [ 3 ] {} <Debug> HTTP-Session: 7a87b719-21db-491a-bb53-3b7c4ba5829c Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 346 | 2024.03.25 19:35:09.650986 [ 3 ] {} <Debug> HTTP-Session: 7a87b719-21db-491a-bb53-3b7c4ba5829c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 347 | 2024.03.25 19:35:09.651011 [ 3 ] {} <Debug> HTTP-Session: 7a87b719-21db-491a-bb53-3b7c4ba5829c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 348 | 2024.03.25 19:35:09.651075 [ 3 ] {} <Trace> HTTP-Session: 7a87b719-21db-491a-bb53-3b7c4ba5829c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 349 | 2024.03.25 19:35:09.651395 [ 3 ] {b87129ff-ce26-4bd0-a5b1-beab13562d35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) 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.03.25 19:35:09.651509 [ 3 ] {b87129ff-ce26-4bd0-a5b1-beab13562d35} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
| 351 | 2024.03.25 19:35:09.656683 [ 3 ] {b87129ff-ce26-4bd0-a5b1-beab13562d35} <Debug> oximeter.measurements_u16 (186d8bd1-8c55-4119-9027-7547683dba0b): Loading data parts | ||
| 352 | 2024.03.25 19:35:09.656940 [ 3 ] {b87129ff-ce26-4bd0-a5b1-beab13562d35} <Debug> oximeter.measurements_u16 (186d8bd1-8c55-4119-9027-7547683dba0b): There are no data parts | ||
| 353 | 2024.03.25 19:35:09.662625 [ 3 ] {b87129ff-ce26-4bd0-a5b1-beab13562d35} <Debug> DynamicQueryHandler: Done processing query | ||
| 354 | 2024.03.25 19:35:09.662670 [ 3 ] {} <Debug> HTTP-Session: 7a87b719-21db-491a-bb53-3b7c4ba5829c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 355 | 2024.03.25 19:35:09.662820 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 356 | 2024.03.25 19:35:09.662892 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 357 | 2024.03.25 19:35:09.662915 [ 3 ] {} <Debug> HTTP-Session: 63cf6437-a834-4151-af3d-9db2d9376b30 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 358 | 2024.03.25 19:35:09.662936 [ 3 ] {} <Debug> HTTP-Session: 63cf6437-a834-4151-af3d-9db2d9376b30 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 359 | 2024.03.25 19:35:09.662962 [ 3 ] {} <Debug> HTTP-Session: 63cf6437-a834-4151-af3d-9db2d9376b30 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 360 | 2024.03.25 19:35:09.663008 [ 3 ] {} <Trace> HTTP-Session: 63cf6437-a834-4151-af3d-9db2d9376b30 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 361 | 2024.03.25 19:35:09.663186 [ 3 ] {ef89905c-625e-415a-bc96-96e1fbe6c448} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) 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.03.25 19:35:09.663237 [ 3 ] {ef89905c-625e-415a-bc96-96e1fbe6c448} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
| 363 | 2024.03.25 19:35:09.668636 [ 3 ] {ef89905c-625e-415a-bc96-96e1fbe6c448} <Debug> oximeter.measurements_i32 (ec99d567-0643-45af-b410-0ade913ff5ab): Loading data parts | ||
| 364 | 2024.03.25 19:35:09.668790 [ 3 ] {ef89905c-625e-415a-bc96-96e1fbe6c448} <Debug> oximeter.measurements_i32 (ec99d567-0643-45af-b410-0ade913ff5ab): There are no data parts | ||
| 365 | 2024.03.25 19:35:09.670890 [ 3 ] {ef89905c-625e-415a-bc96-96e1fbe6c448} <Debug> DynamicQueryHandler: Done processing query | ||
| 366 | 2024.03.25 19:35:09.670926 [ 3 ] {} <Debug> HTTP-Session: 63cf6437-a834-4151-af3d-9db2d9376b30 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 367 | 2024.03.25 19:35:09.671052 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 368 | 2024.03.25 19:35:09.671109 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 369 | 2024.03.25 19:35:09.671136 [ 3 ] {} <Debug> HTTP-Session: 1eace75a-9b64-49a7-930b-5b230a208587 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 370 | 2024.03.25 19:35:09.671162 [ 3 ] {} <Debug> HTTP-Session: 1eace75a-9b64-49a7-930b-5b230a208587 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 371 | 2024.03.25 19:35:09.671175 [ 3 ] {} <Debug> HTTP-Session: 1eace75a-9b64-49a7-930b-5b230a208587 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 372 | 2024.03.25 19:35:09.671210 [ 3 ] {} <Trace> HTTP-Session: 1eace75a-9b64-49a7-930b-5b230a208587 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 373 | 2024.03.25 19:35:09.671359 [ 3 ] {492d6581-919a-4946-bc72-1e471f3bb758} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) 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.03.25 19:35:09.671410 [ 3 ] {492d6581-919a-4946-bc72-1e471f3bb758} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
| 375 | 2024.03.25 19:35:09.681667 [ 3 ] {492d6581-919a-4946-bc72-1e471f3bb758} <Debug> oximeter.measurements_u32 (afc21bf2-78b1-45e3-9a16-7ff570e4a1d1): Loading data parts | ||
| 376 | 2024.03.25 19:35:09.681827 [ 3 ] {492d6581-919a-4946-bc72-1e471f3bb758} <Debug> oximeter.measurements_u32 (afc21bf2-78b1-45e3-9a16-7ff570e4a1d1): There are no data parts | ||
| 377 | 2024.03.25 19:35:09.687151 [ 3 ] {492d6581-919a-4946-bc72-1e471f3bb758} <Debug> DynamicQueryHandler: Done processing query | ||
| 378 | 2024.03.25 19:35:09.687189 [ 3 ] {} <Debug> HTTP-Session: 1eace75a-9b64-49a7-930b-5b230a208587 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 379 | 2024.03.25 19:35:09.687318 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 380 | 2024.03.25 19:35:09.687371 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 381 | 2024.03.25 19:35:09.687396 [ 3 ] {} <Debug> HTTP-Session: f3ad1e94-335f-4da6-b9ec-63a34960d30a Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 382 | 2024.03.25 19:35:09.687413 [ 3 ] {} <Debug> HTTP-Session: f3ad1e94-335f-4da6-b9ec-63a34960d30a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 383 | 2024.03.25 19:35:09.687432 [ 3 ] {} <Debug> HTTP-Session: f3ad1e94-335f-4da6-b9ec-63a34960d30a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 384 | 2024.03.25 19:35:09.687466 [ 3 ] {} <Trace> HTTP-Session: f3ad1e94-335f-4da6-b9ec-63a34960d30a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 385 | 2024.03.25 19:35:09.687621 [ 3 ] {52b95b80-b05f-4065-b19a-98f1d803c67c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) 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.03.25 19:35:09.687674 [ 3 ] {52b95b80-b05f-4065-b19a-98f1d803c67c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
| 387 | 2024.03.25 19:35:09.692667 [ 3 ] {52b95b80-b05f-4065-b19a-98f1d803c67c} <Debug> oximeter.measurements_i64 (5d25232c-0f0c-4db8-b19f-b4e74565cadd): Loading data parts | ||
| 388 | 2024.03.25 19:35:09.692832 [ 3 ] {52b95b80-b05f-4065-b19a-98f1d803c67c} <Debug> oximeter.measurements_i64 (5d25232c-0f0c-4db8-b19f-b4e74565cadd): There are no data parts | ||
| 389 | 2024.03.25 19:35:09.695313 [ 3 ] {52b95b80-b05f-4065-b19a-98f1d803c67c} <Debug> DynamicQueryHandler: Done processing query | ||
| 390 | 2024.03.25 19:35:09.695351 [ 3 ] {} <Debug> HTTP-Session: f3ad1e94-335f-4da6-b9ec-63a34960d30a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 391 | 2024.03.25 19:35:09.695474 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 392 | 2024.03.25 19:35:09.695529 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 393 | 2024.03.25 19:35:09.695561 [ 3 ] {} <Debug> HTTP-Session: 2e5743e1-f017-4033-aa4d-1470f0f5177e Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 394 | 2024.03.25 19:35:09.695584 [ 3 ] {} <Debug> HTTP-Session: 2e5743e1-f017-4033-aa4d-1470f0f5177e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 395 | 2024.03.25 19:35:09.695597 [ 3 ] {} <Debug> HTTP-Session: 2e5743e1-f017-4033-aa4d-1470f0f5177e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 396 | 2024.03.25 19:35:09.695631 [ 3 ] {} <Trace> HTTP-Session: 2e5743e1-f017-4033-aa4d-1470f0f5177e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 397 | 2024.03.25 19:35:09.695780 [ 3 ] {890e6a1f-17a9-493d-998e-90d5929ca5d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) 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.03.25 19:35:09.695830 [ 3 ] {890e6a1f-17a9-493d-998e-90d5929ca5d3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
| 399 | 2024.03.25 19:35:09.702373 [ 3 ] {890e6a1f-17a9-493d-998e-90d5929ca5d3} <Debug> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Loading data parts | ||
| 400 | 2024.03.25 19:35:09.702530 [ 3 ] {890e6a1f-17a9-493d-998e-90d5929ca5d3} <Debug> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): There are no data parts | ||
| 401 | 2024.03.25 19:35:09.707169 [ 3 ] {890e6a1f-17a9-493d-998e-90d5929ca5d3} <Debug> DynamicQueryHandler: Done processing query | ||
| 402 | 2024.03.25 19:35:09.707213 [ 3 ] {} <Debug> HTTP-Session: 2e5743e1-f017-4033-aa4d-1470f0f5177e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 403 | 2024.03.25 19:35:09.707362 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 404 | 2024.03.25 19:35:09.707424 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 405 | 2024.03.25 19:35:09.707465 [ 3 ] {} <Debug> HTTP-Session: e15d9c59-c9ab-487c-b132-3c3e7c8b1833 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 406 | 2024.03.25 19:35:09.707482 [ 3 ] {} <Debug> HTTP-Session: e15d9c59-c9ab-487c-b132-3c3e7c8b1833 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 407 | 2024.03.25 19:35:09.707505 [ 3 ] {} <Debug> HTTP-Session: e15d9c59-c9ab-487c-b132-3c3e7c8b1833 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 408 | 2024.03.25 19:35:09.707545 [ 3 ] {} <Trace> HTTP-Session: e15d9c59-c9ab-487c-b132-3c3e7c8b1833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 409 | 2024.03.25 19:35:09.707699 [ 3 ] {c290d361-75a9-4fb7-a027-c9469a3ca2d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) 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.03.25 19:35:09.707752 [ 3 ] {c290d361-75a9-4fb7-a027-c9469a3ca2d7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
| 411 | 2024.03.25 19:35:09.725540 [ 3 ] {c290d361-75a9-4fb7-a027-c9469a3ca2d7} <Debug> oximeter.measurements_f32 (fd580055-fcd1-4baa-8d19-0b1386bba7da): Loading data parts | ||
| 412 | 2024.03.25 19:35:09.725703 [ 3 ] {c290d361-75a9-4fb7-a027-c9469a3ca2d7} <Debug> oximeter.measurements_f32 (fd580055-fcd1-4baa-8d19-0b1386bba7da): There are no data parts | ||
| 413 | 2024.03.25 19:35:09.729039 [ 3 ] {c290d361-75a9-4fb7-a027-c9469a3ca2d7} <Debug> DynamicQueryHandler: Done processing query | ||
| 414 | 2024.03.25 19:35:09.729081 [ 3 ] {} <Debug> HTTP-Session: e15d9c59-c9ab-487c-b132-3c3e7c8b1833 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 415 | 2024.03.25 19:35:09.729210 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 416 | 2024.03.25 19:35:09.729264 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 417 | 2024.03.25 19:35:09.729287 [ 3 ] {} <Debug> HTTP-Session: 01bf3e70-f3fc-47bf-92d2-2c4689e20875 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 418 | 2024.03.25 19:35:09.729309 [ 3 ] {} <Debug> HTTP-Session: 01bf3e70-f3fc-47bf-92d2-2c4689e20875 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 419 | 2024.03.25 19:35:09.729322 [ 3 ] {} <Debug> HTTP-Session: 01bf3e70-f3fc-47bf-92d2-2c4689e20875 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 420 | 2024.03.25 19:35:09.729357 [ 3 ] {} <Trace> HTTP-Session: 01bf3e70-f3fc-47bf-92d2-2c4689e20875 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 421 | 2024.03.25 19:35:09.729506 [ 3 ] {3a89c42c-1e0b-43d8-a7c5-42759d32e4ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) 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.03.25 19:35:09.729556 [ 3 ] {3a89c42c-1e0b-43d8-a7c5-42759d32e4ad} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
| 423 | 2024.03.25 19:35:09.748332 [ 3 ] {3a89c42c-1e0b-43d8-a7c5-42759d32e4ad} <Debug> oximeter.measurements_f64 (9a3803d3-2bd5-4a70-bca4-a40c0b49983e): Loading data parts | ||
| 424 | 2024.03.25 19:35:09.748537 [ 3 ] {3a89c42c-1e0b-43d8-a7c5-42759d32e4ad} <Debug> oximeter.measurements_f64 (9a3803d3-2bd5-4a70-bca4-a40c0b49983e): There are no data parts | ||
| 425 | 2024.03.25 19:35:09.751765 [ 3 ] {3a89c42c-1e0b-43d8-a7c5-42759d32e4ad} <Debug> DynamicQueryHandler: Done processing query | ||
| 426 | 2024.03.25 19:35:09.751831 [ 3 ] {} <Debug> HTTP-Session: 01bf3e70-f3fc-47bf-92d2-2c4689e20875 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 427 | 2024.03.25 19:35:09.751994 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 298, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 428 | 2024.03.25 19:35:09.752070 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 429 | 2024.03.25 19:35:09.752106 [ 3 ] {} <Debug> HTTP-Session: e9977119-521f-491e-b0b2-755472f8ede6 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 430 | 2024.03.25 19:35:09.752124 [ 3 ] {} <Debug> HTTP-Session: e9977119-521f-491e-b0b2-755472f8ede6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 431 | 2024.03.25 19:35:09.752146 [ 3 ] {} <Debug> HTTP-Session: e9977119-521f-491e-b0b2-755472f8ede6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 432 | 2024.03.25 19:35:09.752188 [ 3 ] {} <Trace> HTTP-Session: e9977119-521f-491e-b0b2-755472f8ede6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 433 | 2024.03.25 19:35:09.752347 [ 3 ] {c53fdefb-4a7e-4414-b3bb-60102c81ddc7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) 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.03.25 19:35:09.752403 [ 3 ] {c53fdefb-4a7e-4414-b3bb-60102c81ddc7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
| 435 | 2024.03.25 19:35:09.758385 [ 3 ] {c53fdefb-4a7e-4414-b3bb-60102c81ddc7} <Debug> oximeter.measurements_string (67a399cf-972f-4a9b-8732-bff64ce64d0f): Loading data parts | ||
| 436 | 2024.03.25 19:35:09.758661 [ 3 ] {c53fdefb-4a7e-4414-b3bb-60102c81ddc7} <Debug> oximeter.measurements_string (67a399cf-972f-4a9b-8732-bff64ce64d0f): There are no data parts | ||
| 437 | 2024.03.25 19:35:09.760445 [ 3 ] {c53fdefb-4a7e-4414-b3bb-60102c81ddc7} <Debug> DynamicQueryHandler: Done processing query | ||
| 438 | 2024.03.25 19:35:09.760486 [ 3 ] {} <Debug> HTTP-Session: e9977119-521f-491e-b0b2-755472f8ede6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 439 | 2024.03.25 19:35:09.760619 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 605, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 440 | 2024.03.25 19:35:09.760677 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 441 | 2024.03.25 19:35:09.760704 [ 3 ] {} <Debug> HTTP-Session: e88b6972-0a3f-4b6e-9d1e-9b3053d81cbc Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 442 | 2024.03.25 19:35:09.760729 [ 3 ] {} <Debug> HTTP-Session: e88b6972-0a3f-4b6e-9d1e-9b3053d81cbc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 443 | 2024.03.25 19:35:09.760742 [ 3 ] {} <Debug> HTTP-Session: e88b6972-0a3f-4b6e-9d1e-9b3053d81cbc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 444 | 2024.03.25 19:35:09.760780 [ 3 ] {} <Trace> HTTP-Session: e88b6972-0a3f-4b6e-9d1e-9b3053d81cbc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 445 | 2024.03.25 19:35:09.760932 [ 3 ] {92b4d411-c50d-4f15-bf91-487fc5c1e566} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) 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.03.25 19:35:09.760993 [ 3 ] {92b4d411-c50d-4f15-bf91-487fc5c1e566} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
| 454 | 2024.03.25 19:35:09.766859 [ 3 ] {92b4d411-c50d-4f15-bf91-487fc5c1e566} <Debug> oximeter.measurements_bytes (f1a006a8-a86a-4848-8f98-416d9dbd77a9): Loading data parts | ||
| 455 | 2024.03.25 19:35:09.767084 [ 3 ] {92b4d411-c50d-4f15-bf91-487fc5c1e566} <Debug> oximeter.measurements_bytes (f1a006a8-a86a-4848-8f98-416d9dbd77a9): There are no data parts | ||
| 456 | 2024.03.25 19:35:09.768617 [ 3 ] {92b4d411-c50d-4f15-bf91-487fc5c1e566} <Debug> DynamicQueryHandler: Done processing query | ||
| 457 | 2024.03.25 19:35:09.768654 [ 3 ] {} <Debug> HTTP-Session: e88b6972-0a3f-4b6e-9d1e-9b3053d81cbc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 458 | 2024.03.25 19:35:09.768783 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 353, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 459 | 2024.03.25 19:35:09.768840 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 460 | 2024.03.25 19:35:09.768868 [ 3 ] {} <Debug> HTTP-Session: a33669fc-5d1c-4910-bccf-825a1732ff24 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 461 | 2024.03.25 19:35:09.768890 [ 3 ] {} <Debug> HTTP-Session: a33669fc-5d1c-4910-bccf-825a1732ff24 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 462 | 2024.03.25 19:35:09.768903 [ 3 ] {} <Debug> HTTP-Session: a33669fc-5d1c-4910-bccf-825a1732ff24 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 463 | 2024.03.25 19:35:09.768938 [ 3 ] {} <Trace> HTTP-Session: a33669fc-5d1c-4910-bccf-825a1732ff24 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 464 | 2024.03.25 19:35:09.769094 [ 3 ] {d7400e8a-b551-4808-91c8-6d5648cdc3c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) 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.03.25 19:35:09.769148 [ 3 ] {d7400e8a-b551-4808-91c8-6d5648cdc3c8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
| 466 | 2024.03.25 19:35:09.771791 [ 3 ] {d7400e8a-b551-4808-91c8-6d5648cdc3c8} <Debug> oximeter.measurements_cumulativei64 (fdca8349-6d99-4173-becd-8873662f9cfa): Loading data parts | ||
| 467 | 2024.03.25 19:35:09.771961 [ 3 ] {d7400e8a-b551-4808-91c8-6d5648cdc3c8} <Debug> oximeter.measurements_cumulativei64 (fdca8349-6d99-4173-becd-8873662f9cfa): There are no data parts | ||
| 468 | 2024.03.25 19:35:09.775905 [ 3 ] {d7400e8a-b551-4808-91c8-6d5648cdc3c8} <Debug> DynamicQueryHandler: Done processing query | ||
| 469 | 2024.03.25 19:35:09.775947 [ 3 ] {} <Debug> HTTP-Session: a33669fc-5d1c-4910-bccf-825a1732ff24 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 470 | 2024.03.25 19:35:09.776135 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 471 | 2024.03.25 19:35:09.776219 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 472 | 2024.03.25 19:35:09.776237 [ 3 ] {} <Debug> HTTP-Session: 6fe770d6-e1e0-46aa-b6d3-7d011c947087 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 473 | 2024.03.25 19:35:09.776264 [ 3 ] {} <Debug> HTTP-Session: 6fe770d6-e1e0-46aa-b6d3-7d011c947087 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 474 | 2024.03.25 19:35:09.776287 [ 3 ] {} <Debug> HTTP-Session: 6fe770d6-e1e0-46aa-b6d3-7d011c947087 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 475 | 2024.03.25 19:35:09.776316 [ 3 ] {} <Trace> HTTP-Session: 6fe770d6-e1e0-46aa-b6d3-7d011c947087 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 476 | 2024.03.25 19:35:09.776477 [ 3 ] {5f4ea88a-cb0c-4b92-9521-507a551e620c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) 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.03.25 19:35:09.776539 [ 3 ] {5f4ea88a-cb0c-4b92-9521-507a551e620c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
| 478 | 2024.03.25 19:35:09.780806 [ 3 ] {5f4ea88a-cb0c-4b92-9521-507a551e620c} <Debug> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Loading data parts | ||
| 479 | 2024.03.25 19:35:09.780972 [ 3 ] {5f4ea88a-cb0c-4b92-9521-507a551e620c} <Debug> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): There are no data parts | ||
| 480 | 2024.03.25 19:35:09.782379 [ 3 ] {5f4ea88a-cb0c-4b92-9521-507a551e620c} <Debug> DynamicQueryHandler: Done processing query | ||
| 481 | 2024.03.25 19:35:09.782418 [ 3 ] {} <Debug> HTTP-Session: 6fe770d6-e1e0-46aa-b6d3-7d011c947087 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 482 | 2024.03.25 19:35:09.782550 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 483 | 2024.03.25 19:35:09.782609 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 484 | 2024.03.25 19:35:09.782636 [ 3 ] {} <Debug> HTTP-Session: 93b3a7c8-73a1-44b8-b5c7-9e02eeb41e34 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 485 | 2024.03.25 19:35:09.782652 [ 3 ] {} <Debug> HTTP-Session: 93b3a7c8-73a1-44b8-b5c7-9e02eeb41e34 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 486 | 2024.03.25 19:35:09.782675 [ 3 ] {} <Debug> HTTP-Session: 93b3a7c8-73a1-44b8-b5c7-9e02eeb41e34 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 487 | 2024.03.25 19:35:09.782713 [ 3 ] {} <Trace> HTTP-Session: 93b3a7c8-73a1-44b8-b5c7-9e02eeb41e34 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 488 | 2024.03.25 19:35:09.782864 [ 3 ] {48c08674-46fe-4cca-ac80-9bae2483f6e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) 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.03.25 19:35:09.782926 [ 3 ] {48c08674-46fe-4cca-ac80-9bae2483f6e6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
| 490 | 2024.03.25 19:35:09.787055 [ 3 ] {48c08674-46fe-4cca-ac80-9bae2483f6e6} <Debug> oximeter.measurements_cumulativef32 (fc05116f-458c-47e7-9900-0bc3283ca4ec): Loading data parts | ||
| 491 | 2024.03.25 19:35:09.787312 [ 3 ] {48c08674-46fe-4cca-ac80-9bae2483f6e6} <Debug> oximeter.measurements_cumulativef32 (fc05116f-458c-47e7-9900-0bc3283ca4ec): There are no data parts | ||
| 492 | 2024.03.25 19:35:09.788824 [ 3 ] {48c08674-46fe-4cca-ac80-9bae2483f6e6} <Debug> DynamicQueryHandler: Done processing query | ||
| 493 | 2024.03.25 19:35:09.788863 [ 3 ] {} <Debug> HTTP-Session: 93b3a7c8-73a1-44b8-b5c7-9e02eeb41e34 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 494 | 2024.03.25 19:35:09.788996 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 356, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 495 | 2024.03.25 19:35:09.789044 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 496 | 2024.03.25 19:35:09.789072 [ 3 ] {} <Debug> HTTP-Session: 36dcd673-d664-4e8f-9923-a879353b7dcc Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 497 | 2024.03.25 19:35:09.789099 [ 3 ] {} <Debug> HTTP-Session: 36dcd673-d664-4e8f-9923-a879353b7dcc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 498 | 2024.03.25 19:35:09.789112 [ 3 ] {} <Debug> HTTP-Session: 36dcd673-d664-4e8f-9923-a879353b7dcc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 499 | 2024.03.25 19:35:09.789150 [ 3 ] {} <Trace> HTTP-Session: 36dcd673-d664-4e8f-9923-a879353b7dcc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 500 | 2024.03.25 19:35:09.789310 [ 3 ] {eb584a61-5906-420d-b319-ed1c3ce86679} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) 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.03.25 19:35:09.789376 [ 3 ] {eb584a61-5906-420d-b319-ed1c3ce86679} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
| 502 | 2024.03.25 19:35:09.793572 [ 3 ] {eb584a61-5906-420d-b319-ed1c3ce86679} <Debug> oximeter.measurements_cumulativef64 (550a1342-1ccd-41c1-8431-c1caf0653939): Loading data parts | ||
| 503 | 2024.03.25 19:35:09.793797 [ 3 ] {eb584a61-5906-420d-b319-ed1c3ce86679} <Debug> oximeter.measurements_cumulativef64 (550a1342-1ccd-41c1-8431-c1caf0653939): There are no data parts | ||
| 504 | 2024.03.25 19:35:09.795228 [ 3 ] {eb584a61-5906-420d-b319-ed1c3ce86679} <Debug> DynamicQueryHandler: Done processing query | ||
| 505 | 2024.03.25 19:35:09.795256 [ 3 ] {} <Debug> HTTP-Session: 36dcd673-d664-4e8f-9923-a879353b7dcc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 506 | 2024.03.25 19:35:09.795382 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 836, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 507 | 2024.03.25 19:35:09.795440 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 508 | 2024.03.25 19:35:09.795458 [ 3 ] {} <Debug> HTTP-Session: bc6de96e-8235-4cae-9ea3-2527204b6d6c Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 509 | 2024.03.25 19:35:09.795481 [ 3 ] {} <Debug> HTTP-Session: bc6de96e-8235-4cae-9ea3-2527204b6d6c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 510 | 2024.03.25 19:35:09.795501 [ 3 ] {} <Debug> HTTP-Session: bc6de96e-8235-4cae-9ea3-2527204b6d6c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 511 | 2024.03.25 19:35:09.795531 [ 3 ] {} <Trace> HTTP-Session: bc6de96e-8235-4cae-9ea3-2527204b6d6c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 512 | 2024.03.25 19:35:09.795697 [ 3 ] {c7259a96-9959-4fa2-a72b-cee1f6eb46a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* | ||
| 513 | * NOTE: Array types cannot be Nullable, see | ||
| 514 | * https://clickhouse.com/docs/en/sql-reference/data-types/nullable | ||
| 515 | * for more details. | ||
| 516 | * | ||
| 517 | * This means we need to use empty arrays to indicate a missing value. This | ||
| 518 | * is unfortunate, and at this point relies on the fact that an | ||
| 519 | * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need | ||
| 520 | * to figure out another way to represent missing samples here. | ||
| 521 | */ | ||
| 522 | bins Array(Int8), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 523 | 2024.03.25 19:35:09.795753 [ 3 ] {c7259a96-9959-4fa2-a72b-cee1f6eb46a3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
| 524 | 2024.03.25 19:35:09.799912 [ 3 ] {c7259a96-9959-4fa2-a72b-cee1f6eb46a3} <Debug> oximeter.measurements_histogrami8 (89b3d14f-e5ef-4ace-8a57-a5f1a0e00226): Loading data parts | ||
| 525 | 2024.03.25 19:35:09.800121 [ 3 ] {c7259a96-9959-4fa2-a72b-cee1f6eb46a3} <Debug> oximeter.measurements_histogrami8 (89b3d14f-e5ef-4ace-8a57-a5f1a0e00226): There are no data parts | ||
| 526 | 2024.03.25 19:35:09.801692 [ 3 ] {c7259a96-9959-4fa2-a72b-cee1f6eb46a3} <Debug> DynamicQueryHandler: Done processing query | ||
| 527 | 2024.03.25 19:35:09.801720 [ 3 ] {} <Debug> HTTP-Session: bc6de96e-8235-4cae-9ea3-2527204b6d6c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 528 | 2024.03.25 19:35:09.801840 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 373, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 529 | 2024.03.25 19:35:09.801894 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 530 | 2024.03.25 19:35:09.801919 [ 3 ] {} <Debug> HTTP-Session: 095dc474-2f16-4c9d-8cef-0b7cf90ebe79 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 531 | 2024.03.25 19:35:09.801936 [ 3 ] {} <Debug> HTTP-Session: 095dc474-2f16-4c9d-8cef-0b7cf90ebe79 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 532 | 2024.03.25 19:35:09.801955 [ 3 ] {} <Debug> HTTP-Session: 095dc474-2f16-4c9d-8cef-0b7cf90ebe79 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 533 | 2024.03.25 19:35:09.801990 [ 3 ] {} <Trace> HTTP-Session: 095dc474-2f16-4c9d-8cef-0b7cf90ebe79 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 534 | 2024.03.25 19:35:09.802147 [ 3 ] {ddd2340f-5faf-4b3e-bc3d-8cc12b6849e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt8), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 535 | 2024.03.25 19:35:09.802202 [ 3 ] {ddd2340f-5faf-4b3e-bc3d-8cc12b6849e2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
| 536 | 2024.03.25 19:35:09.806369 [ 3 ] {ddd2340f-5faf-4b3e-bc3d-8cc12b6849e2} <Debug> oximeter.measurements_histogramu8 (a30cb9b8-651a-4fe1-a7c5-d268fafef4ad): Loading data parts | ||
| 537 | 2024.03.25 19:35:09.806618 [ 3 ] {ddd2340f-5faf-4b3e-bc3d-8cc12b6849e2} <Debug> oximeter.measurements_histogramu8 (a30cb9b8-651a-4fe1-a7c5-d268fafef4ad): There are no data parts | ||
| 538 | 2024.03.25 19:35:09.808021 [ 3 ] {ddd2340f-5faf-4b3e-bc3d-8cc12b6849e2} <Debug> DynamicQueryHandler: Done processing query | ||
| 539 | 2024.03.25 19:35:09.808056 [ 3 ] {} <Debug> HTTP-Session: 095dc474-2f16-4c9d-8cef-0b7cf90ebe79 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 540 | 2024.03.25 19:35:09.808167 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 374, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 541 | 2024.03.25 19:35:09.808221 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 542 | 2024.03.25 19:35:09.808246 [ 3 ] {} <Debug> HTTP-Session: 21c59782-9375-4f52-b8d1-f304b1380f0c Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 543 | 2024.03.25 19:35:09.808268 [ 3 ] {} <Debug> HTTP-Session: 21c59782-9375-4f52-b8d1-f304b1380f0c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 544 | 2024.03.25 19:35:09.808282 [ 3 ] {} <Debug> HTTP-Session: 21c59782-9375-4f52-b8d1-f304b1380f0c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 545 | 2024.03.25 19:35:09.808317 [ 3 ] {} <Trace> HTTP-Session: 21c59782-9375-4f52-b8d1-f304b1380f0c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 546 | 2024.03.25 19:35:09.808480 [ 3 ] {3ffb81e1-01ad-448d-9a5e-25b16332d683} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int16), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 547 | 2024.03.25 19:35:09.808535 [ 3 ] {3ffb81e1-01ad-448d-9a5e-25b16332d683} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
| 548 | 2024.03.25 19:35:09.812677 [ 3 ] {3ffb81e1-01ad-448d-9a5e-25b16332d683} <Debug> oximeter.measurements_histogrami16 (87d5ae6c-b3dd-4fa2-accf-ce20c8126673): Loading data parts | ||
| 549 | 2024.03.25 19:35:09.812889 [ 3 ] {3ffb81e1-01ad-448d-9a5e-25b16332d683} <Debug> oximeter.measurements_histogrami16 (87d5ae6c-b3dd-4fa2-accf-ce20c8126673): There are no data parts | ||
| 550 | 2024.03.25 19:35:09.814362 [ 3 ] {3ffb81e1-01ad-448d-9a5e-25b16332d683} <Debug> DynamicQueryHandler: Done processing query | ||
| 551 | 2024.03.25 19:35:09.814390 [ 3 ] {} <Debug> HTTP-Session: 21c59782-9375-4f52-b8d1-f304b1380f0c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 552 | 2024.03.25 19:35:09.814520 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 375, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 553 | 2024.03.25 19:35:09.814580 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 554 | 2024.03.25 19:35:09.814599 [ 3 ] {} <Debug> HTTP-Session: 8a7ad5a2-659a-44e1-811e-7234c88b599f Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 555 | 2024.03.25 19:35:09.814623 [ 3 ] {} <Debug> HTTP-Session: 8a7ad5a2-659a-44e1-811e-7234c88b599f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 556 | 2024.03.25 19:35:09.814643 [ 3 ] {} <Debug> HTTP-Session: 8a7ad5a2-659a-44e1-811e-7234c88b599f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 557 | 2024.03.25 19:35:09.814673 [ 3 ] {} <Trace> HTTP-Session: 8a7ad5a2-659a-44e1-811e-7234c88b599f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 558 | 2024.03.25 19:35:09.814837 [ 3 ] {a1cd6dd9-55bd-4c16-9fe5-d60a251ba3ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt16), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 559 | 2024.03.25 19:35:09.814893 [ 3 ] {a1cd6dd9-55bd-4c16-9fe5-d60a251ba3ff} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
| 560 | 2024.03.25 19:35:09.821029 [ 3 ] {a1cd6dd9-55bd-4c16-9fe5-d60a251ba3ff} <Debug> oximeter.measurements_histogramu16 (b6cbaec1-bb80-463a-a076-923bd6450767): Loading data parts | ||
| 561 | 2024.03.25 19:35:09.821191 [ 3 ] {a1cd6dd9-55bd-4c16-9fe5-d60a251ba3ff} <Debug> oximeter.measurements_histogramu16 (b6cbaec1-bb80-463a-a076-923bd6450767): There are no data parts | ||
| 562 | 2024.03.25 19:35:09.822837 [ 3 ] {a1cd6dd9-55bd-4c16-9fe5-d60a251ba3ff} <Debug> DynamicQueryHandler: Done processing query | ||
| 563 | 2024.03.25 19:35:09.822884 [ 3 ] {} <Debug> HTTP-Session: 8a7ad5a2-659a-44e1-811e-7234c88b599f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 564 | 2024.03.25 19:35:09.823049 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 374, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 565 | 2024.03.25 19:35:09.823114 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 566 | 2024.03.25 19:35:09.823146 [ 3 ] {} <Debug> HTTP-Session: ec81a529-ec99-4a11-9898-8d8d7498be67 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 567 | 2024.03.25 19:35:09.823167 [ 3 ] {} <Debug> HTTP-Session: ec81a529-ec99-4a11-9898-8d8d7498be67 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 568 | 2024.03.25 19:35:09.823193 [ 3 ] {} <Debug> HTTP-Session: ec81a529-ec99-4a11-9898-8d8d7498be67 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 569 | 2024.03.25 19:35:09.823236 [ 3 ] {} <Trace> HTTP-Session: ec81a529-ec99-4a11-9898-8d8d7498be67 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 570 | 2024.03.25 19:35:09.823399 [ 3 ] {6a0c5653-cdb3-4bb7-b7d5-4f3946aaa444} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int32), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 571 | 2024.03.25 19:35:09.823475 [ 3 ] {6a0c5653-cdb3-4bb7-b7d5-4f3946aaa444} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
| 572 | 2024.03.25 19:35:09.835006 [ 3 ] {6a0c5653-cdb3-4bb7-b7d5-4f3946aaa444} <Debug> oximeter.measurements_histogrami32 (0de20943-cf3a-4e3a-9e49-1e18a98fbc1f): Loading data parts | ||
| 573 | 2024.03.25 19:35:09.835223 [ 3 ] {6a0c5653-cdb3-4bb7-b7d5-4f3946aaa444} <Debug> oximeter.measurements_histogrami32 (0de20943-cf3a-4e3a-9e49-1e18a98fbc1f): There are no data parts | ||
| 574 | 2024.03.25 19:35:09.839423 [ 3 ] {6a0c5653-cdb3-4bb7-b7d5-4f3946aaa444} <Debug> DynamicQueryHandler: Done processing query | ||
| 575 | 2024.03.25 19:35:09.839465 [ 3 ] {} <Debug> HTTP-Session: ec81a529-ec99-4a11-9898-8d8d7498be67 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 576 | 2024.03.25 19:35:09.839708 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 375, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 577 | 2024.03.25 19:35:09.839756 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 578 | 2024.03.25 19:35:09.839790 [ 3 ] {} <Debug> HTTP-Session: 0172ade9-b74e-416e-83e9-bd91579a0dde Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 579 | 2024.03.25 19:35:09.839818 [ 3 ] {} <Debug> HTTP-Session: 0172ade9-b74e-416e-83e9-bd91579a0dde Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 580 | 2024.03.25 19:35:09.839831 [ 3 ] {} <Debug> HTTP-Session: 0172ade9-b74e-416e-83e9-bd91579a0dde Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 581 | 2024.03.25 19:35:09.839871 [ 3 ] {} <Trace> HTTP-Session: 0172ade9-b74e-416e-83e9-bd91579a0dde Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 582 | 2024.03.25 19:35:09.840043 [ 3 ] {46bc399e-7013-4f72-8ebe-e63e30e2f29c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt32), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 583 | 2024.03.25 19:35:09.840113 [ 3 ] {46bc399e-7013-4f72-8ebe-e63e30e2f29c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
| 584 | 2024.03.25 19:35:09.845362 [ 3 ] {46bc399e-7013-4f72-8ebe-e63e30e2f29c} <Debug> oximeter.measurements_histogramu32 (f9ebb467-9582-4eaf-9715-ead66c9e808d): Loading data parts | ||
| 585 | 2024.03.25 19:35:09.845580 [ 3 ] {46bc399e-7013-4f72-8ebe-e63e30e2f29c} <Debug> oximeter.measurements_histogramu32 (f9ebb467-9582-4eaf-9715-ead66c9e808d): There are no data parts | ||
| 586 | 2024.03.25 19:35:09.847161 [ 3 ] {46bc399e-7013-4f72-8ebe-e63e30e2f29c} <Debug> DynamicQueryHandler: Done processing query | ||
| 587 | 2024.03.25 19:35:09.847188 [ 3 ] {} <Debug> HTTP-Session: 0172ade9-b74e-416e-83e9-bd91579a0dde Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 588 | 2024.03.25 19:35:09.847324 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 374, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 589 | 2024.03.25 19:35:09.847388 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 590 | 2024.03.25 19:35:09.847409 [ 3 ] {} <Debug> HTTP-Session: 9f742edb-2dbe-40f0-bfa3-61733f81834a Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 591 | 2024.03.25 19:35:09.847440 [ 3 ] {} <Debug> HTTP-Session: 9f742edb-2dbe-40f0-bfa3-61733f81834a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 592 | 2024.03.25 19:35:09.847467 [ 3 ] {} <Debug> HTTP-Session: 9f742edb-2dbe-40f0-bfa3-61733f81834a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 593 | 2024.03.25 19:35:09.847497 [ 3 ] {} <Trace> HTTP-Session: 9f742edb-2dbe-40f0-bfa3-61733f81834a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 594 | 2024.03.25 19:35:09.847667 [ 3 ] {aec6ba8f-8c28-494c-926f-30833abe2ed9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int64), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 595 | 2024.03.25 19:35:09.847735 [ 3 ] {aec6ba8f-8c28-494c-926f-30833abe2ed9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
| 596 | 2024.03.25 19:35:09.852702 [ 3 ] {aec6ba8f-8c28-494c-926f-30833abe2ed9} <Debug> oximeter.measurements_histogrami64 (8127631e-691f-4f95-afcd-d715d686086a): Loading data parts | ||
| 597 | 2024.03.25 19:35:09.852870 [ 3 ] {aec6ba8f-8c28-494c-926f-30833abe2ed9} <Debug> oximeter.measurements_histogrami64 (8127631e-691f-4f95-afcd-d715d686086a): There are no data parts | ||
| 598 | 2024.03.25 19:35:09.854404 [ 3 ] {aec6ba8f-8c28-494c-926f-30833abe2ed9} <Debug> DynamicQueryHandler: Done processing query | ||
| 599 | 2024.03.25 19:35:09.854451 [ 3 ] {} <Debug> HTTP-Session: 9f742edb-2dbe-40f0-bfa3-61733f81834a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 600 | 2024.03.25 19:35:09.854589 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 375, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 601 | 2024.03.25 19:35:09.854648 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 602 | 2024.03.25 19:35:09.854676 [ 3 ] {} <Debug> HTTP-Session: d058c3f6-2c32-4762-9b36-2a642c6bf327 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 603 | 2024.03.25 19:35:09.854692 [ 3 ] {} <Debug> HTTP-Session: d058c3f6-2c32-4762-9b36-2a642c6bf327 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 604 | 2024.03.25 19:35:09.854712 [ 3 ] {} <Debug> HTTP-Session: d058c3f6-2c32-4762-9b36-2a642c6bf327 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 605 | 2024.03.25 19:35:09.854755 [ 3 ] {} <Trace> HTTP-Session: d058c3f6-2c32-4762-9b36-2a642c6bf327 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 606 | 2024.03.25 19:35:09.854915 [ 3 ] {37967b45-5550-46cc-998f-fe7fd3c23cff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt64), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 607 | 2024.03.25 19:35:09.854974 [ 3 ] {37967b45-5550-46cc-998f-fe7fd3c23cff} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
| 608 | 2024.03.25 19:35:09.862267 [ 3 ] {37967b45-5550-46cc-998f-fe7fd3c23cff} <Debug> oximeter.measurements_histogramu64 (9d3a40d2-38a8-4ef6-bb18-fd5a496e58c6): Loading data parts | ||
| 609 | 2024.03.25 19:35:09.862479 [ 3 ] {37967b45-5550-46cc-998f-fe7fd3c23cff} <Debug> oximeter.measurements_histogramu64 (9d3a40d2-38a8-4ef6-bb18-fd5a496e58c6): There are no data parts | ||
| 610 | 2024.03.25 19:35:09.871250 [ 3 ] {37967b45-5550-46cc-998f-fe7fd3c23cff} <Debug> DynamicQueryHandler: Done processing query | ||
| 611 | 2024.03.25 19:35:09.871295 [ 3 ] {} <Debug> HTTP-Session: d058c3f6-2c32-4762-9b36-2a642c6bf327 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 612 | 2024.03.25 19:35:09.871458 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 376, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 613 | 2024.03.25 19:35:09.871508 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 614 | 2024.03.25 19:35:09.871542 [ 3 ] {} <Debug> HTTP-Session: f2055159-fc43-40e6-bad4-32ce0e7af38f Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 615 | 2024.03.25 19:35:09.871573 [ 3 ] {} <Debug> HTTP-Session: f2055159-fc43-40e6-bad4-32ce0e7af38f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 616 | 2024.03.25 19:35:09.871587 [ 3 ] {} <Debug> HTTP-Session: f2055159-fc43-40e6-bad4-32ce0e7af38f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 617 | 2024.03.25 19:35:09.871629 [ 3 ] {} <Trace> HTTP-Session: f2055159-fc43-40e6-bad4-32ce0e7af38f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 618 | 2024.03.25 19:35:09.871803 [ 3 ] {bc4458f2-a4e5-4535-9dfc-c176c2ac40de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float32), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 619 | 2024.03.25 19:35:09.871873 [ 3 ] {bc4458f2-a4e5-4535-9dfc-c176c2ac40de} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
| 620 | 2024.03.25 19:35:09.875373 [ 3 ] {bc4458f2-a4e5-4535-9dfc-c176c2ac40de} <Debug> oximeter.measurements_histogramf32 (b1e50742-3890-4e35-ab24-a27e4699ffc5): Loading data parts | ||
| 621 | 2024.03.25 19:35:09.875606 [ 3 ] {bc4458f2-a4e5-4535-9dfc-c176c2ac40de} <Debug> oximeter.measurements_histogramf32 (b1e50742-3890-4e35-ab24-a27e4699ffc5): There are no data parts | ||
| 622 | 2024.03.25 19:35:09.883927 [ 3 ] {bc4458f2-a4e5-4535-9dfc-c176c2ac40de} <Debug> DynamicQueryHandler: Done processing query | ||
| 623 | 2024.03.25 19:35:09.883956 [ 3 ] {} <Debug> HTTP-Session: f2055159-fc43-40e6-bad4-32ce0e7af38f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 624 | 2024.03.25 19:35:09.884114 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 376, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 625 | 2024.03.25 19:35:09.884185 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 626 | 2024.03.25 19:35:09.884205 [ 3 ] {} <Debug> HTTP-Session: ada0de44-14c9-4373-adf0-87cc445fe41f Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 627 | 2024.03.25 19:35:09.884236 [ 3 ] {} <Debug> HTTP-Session: ada0de44-14c9-4373-adf0-87cc445fe41f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 628 | 2024.03.25 19:35:09.884262 [ 3 ] {} <Debug> HTTP-Session: ada0de44-14c9-4373-adf0-87cc445fe41f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 629 | 2024.03.25 19:35:09.884292 [ 3 ] {} <Trace> HTTP-Session: ada0de44-14c9-4373-adf0-87cc445fe41f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 630 | 2024.03.25 19:35:09.884464 [ 3 ] {c546807e-9f86-4dac-86a4-7448e2fd457f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float64), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 631 | 2024.03.25 19:35:09.884536 [ 3 ] {c546807e-9f86-4dac-86a4-7448e2fd457f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
| 632 | 2024.03.25 19:35:09.890923 [ 3 ] {c546807e-9f86-4dac-86a4-7448e2fd457f} <Debug> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Loading data parts | ||
| 633 | 2024.03.25 19:35:09.891109 [ 3 ] {c546807e-9f86-4dac-86a4-7448e2fd457f} <Debug> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): There are no data parts | ||
| 634 | 2024.03.25 19:35:09.895759 [ 3 ] {c546807e-9f86-4dac-86a4-7448e2fd457f} <Debug> DynamicQueryHandler: Done processing query | ||
| 635 | 2024.03.25 19:35:09.895804 [ 3 ] {} <Debug> HTTP-Session: ada0de44-14c9-4373-adf0-87cc445fe41f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 636 | 2024.03.25 19:35:09.895953 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 1196, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 637 | 2024.03.25 19:35:09.896019 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 638 | 2024.03.25 19:35:09.896047 [ 3 ] {} <Debug> HTTP-Session: 5eedfbd4-e6d5-4770-ae42-2fe4bb4da185 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 639 | 2024.03.25 19:35:09.896064 [ 3 ] {} <Debug> HTTP-Session: 5eedfbd4-e6d5-4770-ae42-2fe4bb4da185 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 640 | 2024.03.25 19:35:09.896085 [ 3 ] {} <Debug> HTTP-Session: 5eedfbd4-e6d5-4770-ae42-2fe4bb4da185 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 641 | 2024.03.25 19:35:09.896122 [ 3 ] {} <Trace> HTTP-Session: 5eedfbd4-e6d5-4770-ae42-2fe4bb4da185 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 642 | 2024.03.25 19:35:09.896240 [ 3 ] {54f6ad27-4b02-407c-913a-a24528a2f63e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) /* 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.03.25 19:35:09.896297 [ 3 ] {54f6ad27-4b02-407c-913a-a24528a2f63e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
| 661 | 2024.03.25 19:35:09.916719 [ 3 ] {54f6ad27-4b02-407c-913a-a24528a2f63e} <Debug> oximeter.fields_bool (ba0036a2-a482-4a16-9efa-134bb1fa0f7e): Loading data parts | ||
| 662 | 2024.03.25 19:35:09.916943 [ 3 ] {54f6ad27-4b02-407c-913a-a24528a2f63e} <Debug> oximeter.fields_bool (ba0036a2-a482-4a16-9efa-134bb1fa0f7e): There are no data parts | ||
| 663 | 2024.03.25 19:35:09.919487 [ 3 ] {54f6ad27-4b02-407c-913a-a24528a2f63e} <Debug> DynamicQueryHandler: Done processing query | ||
| 664 | 2024.03.25 19:35:09.919516 [ 3 ] {} <Debug> HTTP-Session: 5eedfbd4-e6d5-4770-ae42-2fe4bb4da185 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 665 | 2024.03.25 19:35:09.919661 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 248, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 666 | 2024.03.25 19:35:09.919721 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 667 | 2024.03.25 19:35:09.919740 [ 3 ] {} <Debug> HTTP-Session: 6bffc5c8-7da9-4781-8722-621dc8dcb842 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 668 | 2024.03.25 19:35:09.919764 [ 3 ] {} <Debug> HTTP-Session: 6bffc5c8-7da9-4781-8722-621dc8dcb842 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 669 | 2024.03.25 19:35:09.919787 [ 3 ] {} <Debug> HTTP-Session: 6bffc5c8-7da9-4781-8722-621dc8dcb842 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 670 | 2024.03.25 19:35:09.919817 [ 3 ] {} <Trace> HTTP-Session: 6bffc5c8-7da9-4781-8722-621dc8dcb842 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 671 | 2024.03.25 19:35:09.919935 [ 3 ] {1bddc82f-0293-4434-b1ee-432f9632e59c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) 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.03.25 19:35:09.919982 [ 3 ] {1bddc82f-0293-4434-b1ee-432f9632e59c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
| 673 | 2024.03.25 19:35:09.923825 [ 3 ] {1bddc82f-0293-4434-b1ee-432f9632e59c} <Debug> oximeter.fields_i8 (616d1a56-ccde-40ce-b10b-78738caf363d): Loading data parts | ||
| 674 | 2024.03.25 19:35:09.924016 [ 3 ] {1bddc82f-0293-4434-b1ee-432f9632e59c} <Debug> oximeter.fields_i8 (616d1a56-ccde-40ce-b10b-78738caf363d): There are no data parts | ||
| 675 | 2024.03.25 19:35:09.925665 [ 3 ] {1bddc82f-0293-4434-b1ee-432f9632e59c} <Debug> DynamicQueryHandler: Done processing query | ||
| 676 | 2024.03.25 19:35:09.925705 [ 3 ] {} <Debug> HTTP-Session: 6bffc5c8-7da9-4781-8722-621dc8dcb842 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 677 | 2024.03.25 19:35:09.925860 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 249, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 678 | 2024.03.25 19:35:09.925914 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 679 | 2024.03.25 19:35:09.925941 [ 3 ] {} <Debug> HTTP-Session: 71802c55-a2ed-4b35-a29c-1dd1b4b8da0c Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 680 | 2024.03.25 19:35:09.925972 [ 3 ] {} <Debug> HTTP-Session: 71802c55-a2ed-4b35-a29c-1dd1b4b8da0c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 681 | 2024.03.25 19:35:09.925985 [ 3 ] {} <Debug> HTTP-Session: 71802c55-a2ed-4b35-a29c-1dd1b4b8da0c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 682 | 2024.03.25 19:35:09.926022 [ 3 ] {} <Trace> HTTP-Session: 71802c55-a2ed-4b35-a29c-1dd1b4b8da0c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 683 | 2024.03.25 19:35:09.926145 [ 3 ] {d21cac5c-ddaf-4289-ab70-405083f83d4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) 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.03.25 19:35:09.926192 [ 3 ] {d21cac5c-ddaf-4289-ab70-405083f83d4c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
| 685 | 2024.03.25 19:35:09.928124 [ 3 ] {d21cac5c-ddaf-4289-ab70-405083f83d4c} <Debug> oximeter.fields_u8 (3c734b08-d002-42ec-8364-66c9030f5ffb): Loading data parts | ||
| 686 | 2024.03.25 19:35:09.928323 [ 3 ] {d21cac5c-ddaf-4289-ab70-405083f83d4c} <Debug> oximeter.fields_u8 (3c734b08-d002-42ec-8364-66c9030f5ffb): There are no data parts | ||
| 687 | 2024.03.25 19:35:09.931204 [ 3 ] {d21cac5c-ddaf-4289-ab70-405083f83d4c} <Debug> DynamicQueryHandler: Done processing query | ||
| 688 | 2024.03.25 19:35:09.931250 [ 3 ] {} <Debug> HTTP-Session: 71802c55-a2ed-4b35-a29c-1dd1b4b8da0c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 689 | 2024.03.25 19:35:09.931381 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 690 | 2024.03.25 19:35:09.931447 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 691 | 2024.03.25 19:35:09.931481 [ 3 ] {} <Debug> HTTP-Session: 9c608446-28b0-4b8c-aaff-7230dc645ae2 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 692 | 2024.03.25 19:35:09.931499 [ 3 ] {} <Debug> HTTP-Session: 9c608446-28b0-4b8c-aaff-7230dc645ae2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 693 | 2024.03.25 19:35:09.931527 [ 3 ] {} <Debug> HTTP-Session: 9c608446-28b0-4b8c-aaff-7230dc645ae2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 694 | 2024.03.25 19:35:09.931572 [ 3 ] {} <Trace> HTTP-Session: 9c608446-28b0-4b8c-aaff-7230dc645ae2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 695 | 2024.03.25 19:35:09.931704 [ 3 ] {062d7189-bb1b-4091-a31d-ac40fcef240a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) 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.03.25 19:35:09.931776 [ 3 ] {062d7189-bb1b-4091-a31d-ac40fcef240a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
| 697 | 2024.03.25 19:35:09.934229 [ 3 ] {062d7189-bb1b-4091-a31d-ac40fcef240a} <Debug> oximeter.fields_i16 (3500b9b8-471a-4bd4-8e47-c38c69884bd6): Loading data parts | ||
| 698 | 2024.03.25 19:35:09.934421 [ 3 ] {062d7189-bb1b-4091-a31d-ac40fcef240a} <Debug> oximeter.fields_i16 (3500b9b8-471a-4bd4-8e47-c38c69884bd6): There are no data parts | ||
| 699 | 2024.03.25 19:35:09.935769 [ 3 ] {062d7189-bb1b-4091-a31d-ac40fcef240a} <Debug> DynamicQueryHandler: Done processing query | ||
| 700 | 2024.03.25 19:35:09.935799 [ 3 ] {} <Debug> HTTP-Session: 9c608446-28b0-4b8c-aaff-7230dc645ae2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 701 | 2024.03.25 19:35:09.935959 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 702 | 2024.03.25 19:35:09.936032 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 703 | 2024.03.25 19:35:09.936051 [ 3 ] {} <Debug> HTTP-Session: f787b39b-e323-462f-808d-48117762ea17 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 704 | 2024.03.25 19:35:09.936084 [ 3 ] {} <Debug> HTTP-Session: f787b39b-e323-462f-808d-48117762ea17 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 705 | 2024.03.25 19:35:09.936112 [ 3 ] {} <Debug> HTTP-Session: f787b39b-e323-462f-808d-48117762ea17 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 706 | 2024.03.25 19:35:09.936143 [ 3 ] {} <Trace> HTTP-Session: f787b39b-e323-462f-808d-48117762ea17 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 707 | 2024.03.25 19:35:09.936266 [ 3 ] {c21c3ab6-659d-4049-bde4-0f05c28f112e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) 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.03.25 19:35:09.936322 [ 3 ] {c21c3ab6-659d-4049-bde4-0f05c28f112e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
| 709 | 2024.03.25 19:35:09.937895 [ 3 ] {c21c3ab6-659d-4049-bde4-0f05c28f112e} <Debug> oximeter.fields_u16 (c5488911-6586-43c0-ae3f-1262ae9a0dfa): Loading data parts | ||
| 710 | 2024.03.25 19:35:09.938067 [ 3 ] {c21c3ab6-659d-4049-bde4-0f05c28f112e} <Debug> oximeter.fields_u16 (c5488911-6586-43c0-ae3f-1262ae9a0dfa): There are no data parts | ||
| 711 | 2024.03.25 19:35:09.939162 [ 3 ] {c21c3ab6-659d-4049-bde4-0f05c28f112e} <Debug> DynamicQueryHandler: Done processing query | ||
| 712 | 2024.03.25 19:35:09.939201 [ 3 ] {} <Debug> HTTP-Session: f787b39b-e323-462f-808d-48117762ea17 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 713 | 2024.03.25 19:35:09.939362 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 714 | 2024.03.25 19:35:09.939419 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 715 | 2024.03.25 19:35:09.939437 [ 3 ] {} <Debug> HTTP-Session: 6114fd6d-51fc-4a65-a6dc-5daa5bd00fae Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 716 | 2024.03.25 19:35:09.939462 [ 3 ] {} <Debug> HTTP-Session: 6114fd6d-51fc-4a65-a6dc-5daa5bd00fae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 717 | 2024.03.25 19:35:09.939476 [ 3 ] {} <Debug> HTTP-Session: 6114fd6d-51fc-4a65-a6dc-5daa5bd00fae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 718 | 2024.03.25 19:35:09.939513 [ 3 ] {} <Trace> HTTP-Session: 6114fd6d-51fc-4a65-a6dc-5daa5bd00fae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 719 | 2024.03.25 19:35:09.939632 [ 3 ] {566edeb6-2e62-46aa-a8c6-bc101764949d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) 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.03.25 19:35:09.939683 [ 3 ] {566edeb6-2e62-46aa-a8c6-bc101764949d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
| 721 | 2024.03.25 19:35:09.941361 [ 3 ] {566edeb6-2e62-46aa-a8c6-bc101764949d} <Debug> oximeter.fields_i32 (30494430-5f16-411b-ae4f-1e0d3016a8d4): Loading data parts | ||
| 722 | 2024.03.25 19:35:09.941539 [ 3 ] {566edeb6-2e62-46aa-a8c6-bc101764949d} <Debug> oximeter.fields_i32 (30494430-5f16-411b-ae4f-1e0d3016a8d4): There are no data parts | ||
| 723 | 2024.03.25 19:35:09.942873 [ 3 ] {566edeb6-2e62-46aa-a8c6-bc101764949d} <Debug> DynamicQueryHandler: Done processing query | ||
| 724 | 2024.03.25 19:35:09.942910 [ 3 ] {} <Debug> HTTP-Session: 6114fd6d-51fc-4a65-a6dc-5daa5bd00fae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 725 | 2024.03.25 19:35:09.943045 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 726 | 2024.03.25 19:35:09.943106 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 727 | 2024.03.25 19:35:09.943124 [ 3 ] {} <Debug> HTTP-Session: 933cd127-849a-41ad-a2ef-1a4888faff24 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 728 | 2024.03.25 19:35:09.943140 [ 3 ] {} <Debug> HTTP-Session: 933cd127-849a-41ad-a2ef-1a4888faff24 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 729 | 2024.03.25 19:35:09.943161 [ 3 ] {} <Debug> HTTP-Session: 933cd127-849a-41ad-a2ef-1a4888faff24 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 730 | 2024.03.25 19:35:09.943199 [ 3 ] {} <Trace> HTTP-Session: 933cd127-849a-41ad-a2ef-1a4888faff24 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 731 | 2024.03.25 19:35:09.943314 [ 3 ] {004a4b40-4e4e-429d-b327-e8a35c5de0c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) 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.03.25 19:35:09.943359 [ 3 ] {004a4b40-4e4e-429d-b327-e8a35c5de0c3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
| 733 | 2024.03.25 19:35:09.945209 [ 3 ] {004a4b40-4e4e-429d-b327-e8a35c5de0c3} <Debug> oximeter.fields_u32 (c39ac721-ee11-427d-88bf-9213dfa5d3d5): Loading data parts | ||
| 734 | 2024.03.25 19:35:09.945569 [ 3 ] {004a4b40-4e4e-429d-b327-e8a35c5de0c3} <Debug> oximeter.fields_u32 (c39ac721-ee11-427d-88bf-9213dfa5d3d5): There are no data parts | ||
| 735 | 2024.03.25 19:35:09.946887 [ 3 ] {004a4b40-4e4e-429d-b327-e8a35c5de0c3} <Debug> DynamicQueryHandler: Done processing query | ||
| 736 | 2024.03.25 19:35:09.946915 [ 3 ] {} <Debug> HTTP-Session: 933cd127-849a-41ad-a2ef-1a4888faff24 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 737 | 2024.03.25 19:35:09.947049 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 738 | 2024.03.25 19:35:09.947109 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 739 | 2024.03.25 19:35:09.947134 [ 3 ] {} <Debug> HTTP-Session: 81761871-802a-4723-a72e-d9e2cfab1d3d Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 740 | 2024.03.25 19:35:09.947151 [ 3 ] {} <Debug> HTTP-Session: 81761871-802a-4723-a72e-d9e2cfab1d3d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 741 | 2024.03.25 19:35:09.947172 [ 3 ] {} <Debug> HTTP-Session: 81761871-802a-4723-a72e-d9e2cfab1d3d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 742 | 2024.03.25 19:35:09.947202 [ 3 ] {} <Trace> HTTP-Session: 81761871-802a-4723-a72e-d9e2cfab1d3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 743 | 2024.03.25 19:35:09.947328 [ 3 ] {465b8bc3-60ca-4ca3-a6ec-14a5a7d2b1bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) 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.03.25 19:35:09.947374 [ 3 ] {465b8bc3-60ca-4ca3-a6ec-14a5a7d2b1bb} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
| 745 | 2024.03.25 19:35:09.948806 [ 3 ] {465b8bc3-60ca-4ca3-a6ec-14a5a7d2b1bb} <Debug> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Loading data parts | ||
| 746 | 2024.03.25 19:35:09.948979 [ 3 ] {465b8bc3-60ca-4ca3-a6ec-14a5a7d2b1bb} <Debug> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): There are no data parts | ||
| 747 | 2024.03.25 19:35:09.950069 [ 3 ] {465b8bc3-60ca-4ca3-a6ec-14a5a7d2b1bb} <Debug> DynamicQueryHandler: Done processing query | ||
| 748 | 2024.03.25 19:35:09.950098 [ 3 ] {} <Debug> HTTP-Session: 81761871-802a-4723-a72e-d9e2cfab1d3d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 749 | 2024.03.25 19:35:09.950233 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 750 | 2024.03.25 19:35:09.950296 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 751 | 2024.03.25 19:35:09.950315 [ 3 ] {} <Debug> HTTP-Session: f6a6a6fe-a660-476b-850d-c2aa70fc8d53 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 752 | 2024.03.25 19:35:09.950345 [ 3 ] {} <Debug> HTTP-Session: f6a6a6fe-a660-476b-850d-c2aa70fc8d53 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 753 | 2024.03.25 19:35:09.950367 [ 3 ] {} <Debug> HTTP-Session: f6a6a6fe-a660-476b-850d-c2aa70fc8d53 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 754 | 2024.03.25 19:35:09.950399 [ 3 ] {} <Trace> HTTP-Session: f6a6a6fe-a660-476b-850d-c2aa70fc8d53 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 755 | 2024.03.25 19:35:09.950518 [ 3 ] {46258162-0b78-4fe2-b27b-b3aa4332bf10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) 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.03.25 19:35:09.950574 [ 3 ] {46258162-0b78-4fe2-b27b-b3aa4332bf10} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
| 757 | 2024.03.25 19:35:09.953067 [ 3 ] {46258162-0b78-4fe2-b27b-b3aa4332bf10} <Debug> oximeter.fields_u64 (814771c1-85f1-4668-b423-cfe70f7e9a14): Loading data parts | ||
| 758 | 2024.03.25 19:35:09.953286 [ 3 ] {46258162-0b78-4fe2-b27b-b3aa4332bf10} <Debug> oximeter.fields_u64 (814771c1-85f1-4668-b423-cfe70f7e9a14): There are no data parts | ||
| 759 | 2024.03.25 19:35:09.954565 [ 3 ] {46258162-0b78-4fe2-b27b-b3aa4332bf10} <Debug> DynamicQueryHandler: Done processing query | ||
| 760 | 2024.03.25 19:35:09.954591 [ 3 ] {} <Debug> HTTP-Session: f6a6a6fe-a660-476b-850d-c2aa70fc8d53 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 761 | 2024.03.25 19:35:09.954729 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 252, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 762 | 2024.03.25 19:35:09.954788 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 763 | 2024.03.25 19:35:09.954806 [ 3 ] {} <Debug> HTTP-Session: ffddd37c-fb2f-4839-b530-e2796f14227d Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 764 | 2024.03.25 19:35:09.954830 [ 3 ] {} <Debug> HTTP-Session: ffddd37c-fb2f-4839-b530-e2796f14227d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 765 | 2024.03.25 19:35:09.954855 [ 3 ] {} <Debug> HTTP-Session: ffddd37c-fb2f-4839-b530-e2796f14227d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 766 | 2024.03.25 19:35:09.954885 [ 3 ] {} <Trace> HTTP-Session: ffddd37c-fb2f-4839-b530-e2796f14227d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 767 | 2024.03.25 19:35:09.955010 [ 3 ] {f6273fc3-a491-4b52-bcc6-1e06a51d02fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) 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.03.25 19:35:09.955048 [ 3 ] {f6273fc3-a491-4b52-bcc6-1e06a51d02fa} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
| 769 | 2024.03.25 19:35:09.956987 [ 3 ] {f6273fc3-a491-4b52-bcc6-1e06a51d02fa} <Debug> oximeter.fields_ipaddr (d9ee32b3-8a1d-44e7-a34c-f0038ee3937b): Loading data parts | ||
| 770 | 2024.03.25 19:35:09.957153 [ 3 ] {f6273fc3-a491-4b52-bcc6-1e06a51d02fa} <Debug> oximeter.fields_ipaddr (d9ee32b3-8a1d-44e7-a34c-f0038ee3937b): There are no data parts | ||
| 771 | 2024.03.25 19:35:09.958959 [ 3 ] {f6273fc3-a491-4b52-bcc6-1e06a51d02fa} <Debug> DynamicQueryHandler: Done processing query | ||
| 772 | 2024.03.25 19:35:09.958998 [ 3 ] {} <Debug> HTTP-Session: ffddd37c-fb2f-4839-b530-e2796f14227d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 773 | 2024.03.25 19:35:09.959146 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 254, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 774 | 2024.03.25 19:35:09.959194 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 775 | 2024.03.25 19:35:09.959223 [ 3 ] {} <Debug> HTTP-Session: b44b3507-0e29-4328-9236-5395de8c86a9 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 776 | 2024.03.25 19:35:09.959240 [ 3 ] {} <Debug> HTTP-Session: b44b3507-0e29-4328-9236-5395de8c86a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 777 | 2024.03.25 19:35:09.959254 [ 3 ] {} <Debug> HTTP-Session: b44b3507-0e29-4328-9236-5395de8c86a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 778 | 2024.03.25 19:35:09.959284 [ 3 ] {} <Trace> HTTP-Session: b44b3507-0e29-4328-9236-5395de8c86a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 779 | 2024.03.25 19:35:09.959395 [ 3 ] {0c1610b2-0f45-4206-adc1-8c02808f5099} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) 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.03.25 19:35:09.959433 [ 3 ] {0c1610b2-0f45-4206-adc1-8c02808f5099} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
| 781 | 2024.03.25 19:35:09.961302 [ 3 ] {0c1610b2-0f45-4206-adc1-8c02808f5099} <Debug> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Loading data parts | ||
| 782 | 2024.03.25 19:35:09.961474 [ 3 ] {0c1610b2-0f45-4206-adc1-8c02808f5099} <Debug> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): There are no data parts | ||
| 783 | 2024.03.25 19:35:09.962793 [ 3 ] {0c1610b2-0f45-4206-adc1-8c02808f5099} <Debug> DynamicQueryHandler: Done processing query | ||
| 784 | 2024.03.25 19:35:09.962821 [ 3 ] {} <Debug> HTTP-Session: b44b3507-0e29-4328-9236-5395de8c86a9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 785 | 2024.03.25 19:35:09.962947 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 786 | 2024.03.25 19:35:09.962994 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 787 | 2024.03.25 19:35:09.963012 [ 3 ] {} <Debug> HTTP-Session: f72708ed-a93c-46fe-8d07-380c751ecf6d Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 788 | 2024.03.25 19:35:09.963028 [ 3 ] {} <Debug> HTTP-Session: f72708ed-a93c-46fe-8d07-380c751ecf6d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 789 | 2024.03.25 19:35:09.963043 [ 3 ] {} <Debug> HTTP-Session: f72708ed-a93c-46fe-8d07-380c751ecf6d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 790 | 2024.03.25 19:35:09.963072 [ 3 ] {} <Trace> HTTP-Session: f72708ed-a93c-46fe-8d07-380c751ecf6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 791 | 2024.03.25 19:35:09.963181 [ 3 ] {79176fa3-f753-4b56-b8ea-b39f8a1761a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) 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.03.25 19:35:09.963218 [ 3 ] {79176fa3-f753-4b56-b8ea-b39f8a1761a3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
| 793 | 2024.03.25 19:35:09.964613 [ 3 ] {79176fa3-f753-4b56-b8ea-b39f8a1761a3} <Debug> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Loading data parts | ||
| 794 | 2024.03.25 19:35:09.964776 [ 3 ] {79176fa3-f753-4b56-b8ea-b39f8a1761a3} <Debug> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): There are no data parts | ||
| 795 | 2024.03.25 19:35:09.966714 [ 3 ] {79176fa3-f753-4b56-b8ea-b39f8a1761a3} <Debug> DynamicQueryHandler: Done processing query | ||
| 796 | 2024.03.25 19:35:09.966742 [ 3 ] {} <Debug> HTTP-Session: f72708ed-a93c-46fe-8d07-380c751ecf6d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 797 | 2024.03.25 19:35:09.966871 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 1416, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 798 | 2024.03.25 19:35:09.966920 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 799 | 2024.03.25 19:35:09.966939 [ 3 ] {} <Debug> HTTP-Session: 486e5f65-38b2-49cd-9ded-b4c7bb2c0a5b Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 800 | 2024.03.25 19:35:09.966955 [ 3 ] {} <Debug> HTTP-Session: 486e5f65-38b2-49cd-9ded-b4c7bb2c0a5b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 801 | 2024.03.25 19:35:09.966969 [ 3 ] {} <Debug> HTTP-Session: 486e5f65-38b2-49cd-9ded-b4c7bb2c0a5b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 802 | 2024.03.25 19:35:09.966998 [ 3 ] {} <Trace> HTTP-Session: 486e5f65-38b2-49cd-9ded-b4c7bb2c0a5b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 803 | 2024.03.25 19:35:09.967179 [ 3 ] {fc421143-97b1-431d-bf29-19f363532d18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) /* 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.03.25 19:35:09.967235 [ 3 ] {fc421143-97b1-431d-bf29-19f363532d18} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
| 808 | 2024.03.25 19:35:09.968794 [ 3 ] {fc421143-97b1-431d-bf29-19f363532d18} <Debug> oximeter.timeseries_schema (375b2b82-92ad-47be-a2f3-a7f0a6040450): Loading data parts | ||
| 809 | 2024.03.25 19:35:09.968953 [ 3 ] {fc421143-97b1-431d-bf29-19f363532d18} <Debug> oximeter.timeseries_schema (375b2b82-92ad-47be-a2f3-a7f0a6040450): There are no data parts | ||
| 810 | 2024.03.25 19:35:09.971469 [ 3 ] {fc421143-97b1-431d-bf29-19f363532d18} <Debug> DynamicQueryHandler: Done processing query | ||
| 811 | 2024.03.25 19:35:09.971502 [ 3 ] {} <Debug> HTTP-Session: 486e5f65-38b2-49cd-9ded-b4c7bb2c0a5b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 812 | 2024.03.25 19:35:09.971666 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 51, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 813 | 2024.03.25 19:35:09.971722 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 814 | 2024.03.25 19:35:09.971744 [ 3 ] {} <Debug> HTTP-Session: 75825b47-371d-4801-8695-eeaa61110db1 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 815 | 2024.03.25 19:35:09.971764 [ 3 ] {} <Debug> HTTP-Session: 75825b47-371d-4801-8695-eeaa61110db1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 816 | 2024.03.25 19:35:09.971781 [ 3 ] {} <Debug> HTTP-Session: 75825b47-371d-4801-8695-eeaa61110db1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 817 | 2024.03.25 19:35:09.971818 [ 3 ] {} <Trace> HTTP-Session: 75825b47-371d-4801-8695-eeaa61110db1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 818 | 2024.03.25 19:35:09.971982 [ 3 ] {2c98ac92-ab16-462b-bef5-11e27f838c49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
| 819 | 2024.03.25 19:35:09.973736 [ 3 ] {2c98ac92-ab16-462b-bef5-11e27f838c49} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
| 820 | 2024.03.25 19:35:09.977706 [ 3 ] {2c98ac92-ab16-462b-bef5-11e27f838c49} <Trace> oximeter.version (4670d41e-51b9-4191-b2cf-977bb4bee854): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 821 | 2024.03.25 19:35:09.977746 [ 3 ] {2c98ac92-ab16-462b-bef5-11e27f838c49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 822 | 2024.03.25 19:35:09.982228 [ 3 ] {2c98ac92-ab16-462b-bef5-11e27f838c49} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 823 | 2024.03.25 19:35:09.983299 [ 3 ] {2c98ac92-ab16-462b-bef5-11e27f838c49} <Trace> oximeter.version (4670d41e-51b9-4191-b2cf-977bb4bee854): 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.03.25 19:35:09.983590 [ 3 ] {2c98ac92-ab16-462b-bef5-11e27f838c49} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.011708 sec., 85.41168431841476 rows/sec., 1.33 KiB/sec. | ||
| 825 | 2024.03.25 19:35:09.983715 [ 3 ] {2c98ac92-ab16-462b-bef5-11e27f838c49} <Debug> DynamicQueryHandler: Done processing query | ||
| 826 | 2024.03.25 19:35:09.983737 [ 3 ] {2c98ac92-ab16-462b-bef5-11e27f838c49} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 827 | 2024.03.25 19:35:09.983751 [ 3 ] {} <Debug> HTTP-Session: 75825b47-371d-4801-8695-eeaa61110db1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 828 | 2024.03.25 19:35:10.000172 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 161.16 MiB, peak 166.38 MiB, free memory in arenas 0.00 B, will set to 173.48 MiB (RSS), difference: 12.32 MiB | ||
| 829 | 2024.03.25 19:35:14.998359 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 60, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 830 | 2024.03.25 19:35:14.998479 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 831 | 2024.03.25 19:35:14.998504 [ 3 ] {} <Debug> HTTP-Session: 365fdb49-0a9e-4064-ad6c-cbf2f4361c5f Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 832 | 2024.03.25 19:35:14.998529 [ 3 ] {} <Debug> HTTP-Session: 365fdb49-0a9e-4064-ad6c-cbf2f4361c5f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 833 | 2024.03.25 19:35:14.998544 [ 3 ] {} <Debug> HTTP-Session: 365fdb49-0a9e-4064-ad6c-cbf2f4361c5f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 834 | 2024.03.25 19:35:14.998593 [ 3 ] {} <Trace> HTTP-Session: 365fdb49-0a9e-4064-ad6c-cbf2f4361c5f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 835 | 2024.03.25 19:35:14.998714 [ 3 ] {00f638e2-eac3-4adb-9385-8b8ebd9493ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) SELECT * FROM oximeter.timeseries_schema FORMAT JSONEachRow; (stage: Complete) | ||
| 836 | 2024.03.25 19:35:14.999045 [ 3 ] {00f638e2-eac3-4adb-9385-8b8ebd9493ee} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 837 | 2024.03.25 19:35:14.999190 [ 3 ] {00f638e2-eac3-4adb-9385-8b8ebd9493ee} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 838 | 2024.03.25 19:35:15.000177 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 177.63 MiB, peak 177.63 MiB, free memory in arenas 0.00 B, will set to 173.87 MiB (RSS), difference: -3.76 MiB | ||
| 839 | 2024.03.25 19:35:15.000355 [ 3 ] {00f638e2-eac3-4adb-9385-8b8ebd9493ee} <Debug> DynamicQueryHandler: Done processing query | ||
| 840 | 2024.03.25 19:35:15.000409 [ 3 ] {00f638e2-eac3-4adb-9385-8b8ebd9493ee} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 841 | 2024.03.25 19:35:15.000454 [ 3 ] {} <Debug> HTTP-Session: 365fdb49-0a9e-4064-ad6c-cbf2f4361c5f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 842 | 2024.03.25 19:35:15.004919 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 133, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 843 | 2024.03.25 19:35:15.004995 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 844 | 2024.03.25 19:35:15.005021 [ 3 ] {} <Debug> HTTP-Session: 8155426d-704c-4864-850d-000b58ba5f2c Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 845 | 2024.03.25 19:35:15.005045 [ 3 ] {} <Debug> HTTP-Session: 8155426d-704c-4864-850d-000b58ba5f2c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 846 | 2024.03.25 19:35:15.005063 [ 3 ] {} <Debug> HTTP-Session: 8155426d-704c-4864-850d-000b58ba5f2c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 847 | 2024.03.25 19:35:15.005108 [ 3 ] {} <Trace> HTTP-Session: 8155426d-704c-4864-850d-000b58ba5f2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 848 | 2024.03.25 19:35:15.005260 [ 3 ] {1490ecdb-c4a1-4cb5-85f6-b76b12a256b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes') FORMAT JSONEachRow; (stage: Complete) | ||
| 849 | 2024.03.25 19:35:15.007495 [ 3 ] {1490ecdb-c4a1-4cb5-85f6-b76b12a256b9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 850 | 2024.03.25 19:35:15.007555 [ 3 ] {1490ecdb-c4a1-4cb5-85f6-b76b12a256b9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 851 | 2024.03.25 19:35:15.008576 [ 3 ] {1490ecdb-c4a1-4cb5-85f6-b76b12a256b9} <Debug> DynamicQueryHandler: Done processing query | ||
| 852 | 2024.03.25 19:35:15.008608 [ 3 ] {1490ecdb-c4a1-4cb5-85f6-b76b12a256b9} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 853 | 2024.03.25 19:35:15.008629 [ 3 ] {} <Debug> HTTP-Session: 8155426d-704c-4864-850d-000b58ba5f2c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 854 | 2024.03.25 19:35:15.008895 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 175, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 855 | 2024.03.25 19:35:15.008951 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 856 | 2024.03.25 19:35:15.008970 [ 3 ] {} <Debug> HTTP-Session: 3d8515c3-0da8-4510-b587-3e71766b5f4c Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 857 | 2024.03.25 19:35:15.008989 [ 3 ] {} <Debug> HTTP-Session: 3d8515c3-0da8-4510-b587-3e71766b5f4c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 858 | 2024.03.25 19:35:15.009003 [ 3 ] {} <Debug> HTTP-Session: 3d8515c3-0da8-4510-b587-3e71766b5f4c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 859 | 2024.03.25 19:35:15.009038 [ 3 ] {} <Trace> HTTP-Session: 3d8515c3-0da8-4510-b587-3e71766b5f4c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 860 | 2024.03.25 19:35:15.009135 [ 3 ] {86390cf5-b044-4a2e-b669-750614d08e05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes') FORMAT JSONEachRow; (stage: Complete) | ||
| 861 | 2024.03.25 19:35:15.009504 [ 3 ] {86390cf5-b044-4a2e-b669-750614d08e05} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 862 | 2024.03.25 19:35:15.009556 [ 3 ] {86390cf5-b044-4a2e-b669-750614d08e05} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 863 | 2024.03.25 19:35:15.010472 [ 3 ] {86390cf5-b044-4a2e-b669-750614d08e05} <Debug> DynamicQueryHandler: Done processing query | ||
| 864 | 2024.03.25 19:35:15.010501 [ 3 ] {86390cf5-b044-4a2e-b669-750614d08e05} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 865 | 2024.03.25 19:35:15.010517 [ 3 ] {} <Debug> HTTP-Session: 3d8515c3-0da8-4510-b587-3e71766b5f4c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 866 | 2024.03.25 19:35:15.010909 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 209, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 867 | 2024.03.25 19:35:15.010958 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 868 | 2024.03.25 19:35:15.010977 [ 3 ] {} <Debug> HTTP-Session: 18a7cb28-1f5b-49d1-ac93-6fe74c653786 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 869 | 2024.03.25 19:35:15.010994 [ 3 ] {} <Debug> HTTP-Session: 18a7cb28-1f5b-49d1-ac93-6fe74c653786 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 870 | 2024.03.25 19:35:15.011009 [ 3 ] {} <Debug> HTTP-Session: 18a7cb28-1f5b-49d1-ac93-6fe74c653786 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 871 | 2024.03.25 19:35:15.011041 [ 3 ] {} <Trace> HTTP-Session: 18a7cb28-1f5b-49d1-ac93-6fe74c653786 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 872 | 2024.03.25 19:35:15.011134 [ 3 ] {0d874eec-8339-463a-932b-c558d8af4d4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) | ||
| 873 | 2024.03.25 19:35:15.011452 [ 3 ] {0d874eec-8339-463a-932b-c558d8af4d4a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 874 | 2024.03.25 19:35:15.011506 [ 3 ] {0d874eec-8339-463a-932b-c558d8af4d4a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 875 | 2024.03.25 19:35:15.012379 [ 3 ] {0d874eec-8339-463a-932b-c558d8af4d4a} <Debug> DynamicQueryHandler: Done processing query | ||
| 876 | 2024.03.25 19:35:15.012407 [ 3 ] {0d874eec-8339-463a-932b-c558d8af4d4a} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 877 | 2024.03.25 19:35:15.012424 [ 3 ] {} <Debug> HTTP-Session: 18a7cb28-1f5b-49d1-ac93-6fe74c653786 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 878 | 2024.03.25 19:35:15.012724 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 247, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 879 | 2024.03.25 19:35:15.012775 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 880 | 2024.03.25 19:35:15.012794 [ 3 ] {} <Debug> HTTP-Session: 3d679cad-3367-43a1-b9f5-7af39f343416 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 881 | 2024.03.25 19:35:15.012811 [ 3 ] {} <Debug> HTTP-Session: 3d679cad-3367-43a1-b9f5-7af39f343416 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 882 | 2024.03.25 19:35:15.012825 [ 3 ] {} <Debug> HTTP-Session: 3d679cad-3367-43a1-b9f5-7af39f343416 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 883 | 2024.03.25 19:35:15.012855 [ 3 ] {} <Trace> HTTP-Session: 3d679cad-3367-43a1-b9f5-7af39f343416 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 884 | 2024.03.25 19:35:15.012945 [ 3 ] {d534d31d-d41b-49e8-ae7e-2fa908556dfc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) | ||
| 885 | 2024.03.25 19:35:15.013258 [ 3 ] {d534d31d-d41b-49e8-ae7e-2fa908556dfc} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 886 | 2024.03.25 19:35:15.013310 [ 3 ] {d534d31d-d41b-49e8-ae7e-2fa908556dfc} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 887 | 2024.03.25 19:35:15.014176 [ 3 ] {d534d31d-d41b-49e8-ae7e-2fa908556dfc} <Debug> DynamicQueryHandler: Done processing query | ||
| 888 | 2024.03.25 19:35:15.014204 [ 3 ] {d534d31d-d41b-49e8-ae7e-2fa908556dfc} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 889 | 2024.03.25 19:35:15.014221 [ 3 ] {} <Debug> HTTP-Session: 3d679cad-3367-43a1-b9f5-7af39f343416 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 890 | 2024.03.25 19:35:15.014448 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 282, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 891 | 2024.03.25 19:35:15.014496 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 892 | 2024.03.25 19:35:15.014515 [ 3 ] {} <Debug> HTTP-Session: 804f70f6-8a80-4c32-a165-c606820ccde6 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 893 | 2024.03.25 19:35:15.014531 [ 3 ] {} <Debug> HTTP-Session: 804f70f6-8a80-4c32-a165-c606820ccde6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 894 | 2024.03.25 19:35:15.014546 [ 3 ] {} <Debug> HTTP-Session: 804f70f6-8a80-4c32-a165-c606820ccde6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 895 | 2024.03.25 19:35:15.014575 [ 3 ] {} <Trace> HTTP-Session: 804f70f6-8a80-4c32-a165-c606820ccde6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 896 | 2024.03.25 19:35:15.014665 [ 3 ] {53606c01-482e-49b3-9bf0-434b0e530b98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) | ||
| 897 | 2024.03.25 19:35:15.014975 [ 3 ] {53606c01-482e-49b3-9bf0-434b0e530b98} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 898 | 2024.03.25 19:35:15.015026 [ 3 ] {53606c01-482e-49b3-9bf0-434b0e530b98} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 899 | 2024.03.25 19:35:15.015805 [ 3 ] {53606c01-482e-49b3-9bf0-434b0e530b98} <Debug> DynamicQueryHandler: Done processing query | ||
| 900 | 2024.03.25 19:35:15.015833 [ 3 ] {53606c01-482e-49b3-9bf0-434b0e530b98} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 901 | 2024.03.25 19:35:15.015850 [ 3 ] {} <Debug> HTTP-Session: 804f70f6-8a80-4c32-a165-c606820ccde6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 902 | 2024.03.25 19:35:15.016098 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 321, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 903 | 2024.03.25 19:35:15.016146 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 904 | 2024.03.25 19:35:15.016164 [ 3 ] {} <Debug> HTTP-Session: b5b71a05-9309-4cf3-93ef-8a113f615cb7 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 905 | 2024.03.25 19:35:15.016181 [ 3 ] {} <Debug> HTTP-Session: b5b71a05-9309-4cf3-93ef-8a113f615cb7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 906 | 2024.03.25 19:35:15.016195 [ 3 ] {} <Debug> HTTP-Session: b5b71a05-9309-4cf3-93ef-8a113f615cb7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 907 | 2024.03.25 19:35:15.016225 [ 3 ] {} <Trace> HTTP-Session: b5b71a05-9309-4cf3-93ef-8a113f615cb7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 908 | 2024.03.25 19:35:15.016315 [ 3 ] {1cc760f5-ad24-4fbe-8cbb-4f1070ca4d1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) | ||
| 909 | 2024.03.25 19:35:15.016630 [ 3 ] {1cc760f5-ad24-4fbe-8cbb-4f1070ca4d1c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 910 | 2024.03.25 19:35:15.016681 [ 3 ] {1cc760f5-ad24-4fbe-8cbb-4f1070ca4d1c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 911 | 2024.03.25 19:35:15.017639 [ 3 ] {1cc760f5-ad24-4fbe-8cbb-4f1070ca4d1c} <Debug> DynamicQueryHandler: Done processing query | ||
| 912 | 2024.03.25 19:35:15.017674 [ 3 ] {1cc760f5-ad24-4fbe-8cbb-4f1070ca4d1c} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 913 | 2024.03.25 19:35:15.017697 [ 3 ] {} <Debug> HTTP-Session: b5b71a05-9309-4cf3-93ef-8a113f615cb7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 914 | 2024.03.25 19:35:15.017944 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 353, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 915 | 2024.03.25 19:35:15.017993 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 916 | 2024.03.25 19:35:15.018013 [ 3 ] {} <Debug> HTTP-Session: 7e6d7a89-56b5-41f0-99a0-53b44a01d12f Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 917 | 2024.03.25 19:35:15.018030 [ 3 ] {} <Debug> HTTP-Session: 7e6d7a89-56b5-41f0-99a0-53b44a01d12f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 918 | 2024.03.25 19:35:15.018044 [ 3 ] {} <Debug> HTTP-Session: 7e6d7a89-56b5-41f0-99a0-53b44a01d12f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 919 | 2024.03.25 19:35:15.018076 [ 3 ] {} <Trace> HTTP-Session: 7e6d7a89-56b5-41f0-99a0-53b44a01d12f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 920 | 2024.03.25 19:35:15.018171 [ 3 ] {22d34f27-7849-4899-bcc6-412c0278cd72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) | ||
| 921 | 2024.03.25 19:35:15.018562 [ 3 ] {22d34f27-7849-4899-bcc6-412c0278cd72} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 922 | 2024.03.25 19:35:15.018623 [ 3 ] {22d34f27-7849-4899-bcc6-412c0278cd72} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 923 | 2024.03.25 19:35:15.019486 [ 3 ] {22d34f27-7849-4899-bcc6-412c0278cd72} <Debug> DynamicQueryHandler: Done processing query | ||
| 924 | 2024.03.25 19:35:15.019515 [ 3 ] {22d34f27-7849-4899-bcc6-412c0278cd72} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 925 | 2024.03.25 19:35:15.019532 [ 3 ] {} <Debug> HTTP-Session: 7e6d7a89-56b5-41f0-99a0-53b44a01d12f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 926 | 2024.03.25 19:35:15.019753 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 389, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 927 | 2024.03.25 19:35:15.019801 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 928 | 2024.03.25 19:35:15.019820 [ 3 ] {} <Debug> HTTP-Session: 444062dc-b73b-46b6-9d83-8c45500ab12f Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 929 | 2024.03.25 19:35:15.019836 [ 3 ] {} <Debug> HTTP-Session: 444062dc-b73b-46b6-9d83-8c45500ab12f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 930 | 2024.03.25 19:35:15.019850 [ 3 ] {} <Debug> HTTP-Session: 444062dc-b73b-46b6-9d83-8c45500ab12f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 931 | 2024.03.25 19:35:15.019881 [ 3 ] {} <Trace> HTTP-Session: 444062dc-b73b-46b6-9d83-8c45500ab12f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 932 | 2024.03.25 19:35:15.019975 [ 3 ] {43ad38c1-5e4c-412e-8335-75df60655ac0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) | ||
| 933 | 2024.03.25 19:35:15.020307 [ 3 ] {43ad38c1-5e4c-412e-8335-75df60655ac0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 934 | 2024.03.25 19:35:15.020360 [ 3 ] {43ad38c1-5e4c-412e-8335-75df60655ac0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 935 | 2024.03.25 19:35:15.021195 [ 3 ] {43ad38c1-5e4c-412e-8335-75df60655ac0} <Debug> DynamicQueryHandler: Done processing query | ||
| 936 | 2024.03.25 19:35:15.021225 [ 3 ] {43ad38c1-5e4c-412e-8335-75df60655ac0} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 937 | 2024.03.25 19:35:15.021243 [ 3 ] {} <Debug> HTTP-Session: 444062dc-b73b-46b6-9d83-8c45500ab12f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 938 | 2024.03.25 19:35:15.021495 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 430, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 939 | 2024.03.25 19:35:15.021541 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 940 | 2024.03.25 19:35:15.021560 [ 3 ] {} <Debug> HTTP-Session: 995027e6-c6e5-4df3-92db-1de6d0547bbf Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 941 | 2024.03.25 19:35:15.021577 [ 3 ] {} <Debug> HTTP-Session: 995027e6-c6e5-4df3-92db-1de6d0547bbf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 942 | 2024.03.25 19:35:15.021591 [ 3 ] {} <Debug> HTTP-Session: 995027e6-c6e5-4df3-92db-1de6d0547bbf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 943 | 2024.03.25 19:35:15.021622 [ 3 ] {} <Trace> HTTP-Session: 995027e6-c6e5-4df3-92db-1de6d0547bbf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 944 | 2024.03.25 19:35:15.021717 [ 3 ] {a6fbf830-7cef-4c2b-babd-4422c3af9f4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) | ||
| 945 | 2024.03.25 19:35:15.022042 [ 3 ] {a6fbf830-7cef-4c2b-babd-4422c3af9f4d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 946 | 2024.03.25 19:35:15.022093 [ 3 ] {a6fbf830-7cef-4c2b-babd-4422c3af9f4d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 947 | 2024.03.25 19:35:15.022941 [ 3 ] {a6fbf830-7cef-4c2b-babd-4422c3af9f4d} <Debug> DynamicQueryHandler: Done processing query | ||
| 948 | 2024.03.25 19:35:15.022970 [ 3 ] {a6fbf830-7cef-4c2b-babd-4422c3af9f4d} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 949 | 2024.03.25 19:35:15.022986 [ 3 ] {} <Debug> HTTP-Session: 995027e6-c6e5-4df3-92db-1de6d0547bbf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 950 | 2024.03.25 19:35:15.023199 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 458, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 951 | 2024.03.25 19:35:15.023246 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 952 | 2024.03.25 19:35:15.023265 [ 3 ] {} <Debug> HTTP-Session: 077e6767-efec-4285-8b6f-f939947a3192 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 953 | 2024.03.25 19:35:15.023281 [ 3 ] {} <Debug> HTTP-Session: 077e6767-efec-4285-8b6f-f939947a3192 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 954 | 2024.03.25 19:35:15.023296 [ 3 ] {} <Debug> HTTP-Session: 077e6767-efec-4285-8b6f-f939947a3192 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 955 | 2024.03.25 19:35:15.023326 [ 3 ] {} <Trace> HTTP-Session: 077e6767-efec-4285-8b6f-f939947a3192 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 956 | 2024.03.25 19:35:15.023422 [ 3 ] {e97d2ba4-6aab-4e35-99ea-15d351f8cb62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent') FORMAT JSONEachRow; (stage: Complete) | ||
| 957 | 2024.03.25 19:35:15.023763 [ 3 ] {e97d2ba4-6aab-4e35-99ea-15d351f8cb62} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 958 | 2024.03.25 19:35:15.023816 [ 3 ] {e97d2ba4-6aab-4e35-99ea-15d351f8cb62} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 959 | 2024.03.25 19:35:15.024614 [ 3 ] {e97d2ba4-6aab-4e35-99ea-15d351f8cb62} <Debug> DynamicQueryHandler: Done processing query | ||
| 960 | 2024.03.25 19:35:15.024643 [ 3 ] {e97d2ba4-6aab-4e35-99ea-15d351f8cb62} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 961 | 2024.03.25 19:35:15.024660 [ 3 ] {} <Debug> HTTP-Session: 077e6767-efec-4285-8b6f-f939947a3192 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 962 | 2024.03.25 19:35:15.024888 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 490, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 963 | 2024.03.25 19:35:15.024936 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 964 | 2024.03.25 19:35:15.024955 [ 3 ] {} <Debug> HTTP-Session: 09620a23-60f9-4df0-8605-ac39ffb7f54a Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 965 | 2024.03.25 19:35:15.024972 [ 3 ] {} <Debug> HTTP-Session: 09620a23-60f9-4df0-8605-ac39ffb7f54a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 966 | 2024.03.25 19:35:15.024986 [ 3 ] {} <Debug> HTTP-Session: 09620a23-60f9-4df0-8605-ac39ffb7f54a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 967 | 2024.03.25 19:35:15.025016 [ 3 ] {} <Trace> HTTP-Session: 09620a23-60f9-4df0-8605-ac39ffb7f54a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 968 | 2024.03.25 19:35:15.025113 [ 3 ] {4bd24996-cf90-461a-b06d-8d47f19b1193} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT JSONEachRow; (stage: Complete) | ||
| 969 | 2024.03.25 19:35:15.025449 [ 3 ] {4bd24996-cf90-461a-b06d-8d47f19b1193} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 970 | 2024.03.25 19:35:15.025501 [ 3 ] {4bd24996-cf90-461a-b06d-8d47f19b1193} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 971 | 2024.03.25 19:35:15.026329 [ 3 ] {4bd24996-cf90-461a-b06d-8d47f19b1193} <Debug> DynamicQueryHandler: Done processing query | ||
| 972 | 2024.03.25 19:35:15.026358 [ 3 ] {4bd24996-cf90-461a-b06d-8d47f19b1193} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 973 | 2024.03.25 19:35:15.026374 [ 3 ] {} <Debug> HTTP-Session: 09620a23-60f9-4df0-8605-ac39ffb7f54a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 974 | 2024.03.25 19:35:15.026588 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 522, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 975 | 2024.03.25 19:35:15.026636 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 976 | 2024.03.25 19:35:15.026655 [ 3 ] {} <Debug> HTTP-Session: 254afb78-c74e-45d7-bcb0-2dd46ad12fed Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 977 | 2024.03.25 19:35:15.026672 [ 3 ] {} <Debug> HTTP-Session: 254afb78-c74e-45d7-bcb0-2dd46ad12fed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 978 | 2024.03.25 19:35:15.026686 [ 3 ] {} <Debug> HTTP-Session: 254afb78-c74e-45d7-bcb0-2dd46ad12fed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 979 | 2024.03.25 19:35:15.026716 [ 3 ] {} <Trace> HTTP-Session: 254afb78-c74e-45d7-bcb0-2dd46ad12fed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 980 | 2024.03.25 19:35:15.026814 [ 3 ] {185e9428-4f58-4ab3-a6fb-a6589ddebc09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT JSONEachRow; (stage: Complete) | ||
| 981 | 2024.03.25 19:35:15.027149 [ 3 ] {185e9428-4f58-4ab3-a6fb-a6589ddebc09} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 982 | 2024.03.25 19:35:15.027200 [ 3 ] {185e9428-4f58-4ab3-a6fb-a6589ddebc09} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 983 | 2024.03.25 19:35:15.028109 [ 3 ] {185e9428-4f58-4ab3-a6fb-a6589ddebc09} <Debug> DynamicQueryHandler: Done processing query | ||
| 984 | 2024.03.25 19:35:15.028137 [ 3 ] {185e9428-4f58-4ab3-a6fb-a6589ddebc09} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 985 | 2024.03.25 19:35:15.028154 [ 3 ] {} <Debug> HTTP-Session: 254afb78-c74e-45d7-bcb0-2dd46ad12fed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 986 | 2024.03.25 19:35:15.028367 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 564, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 987 | 2024.03.25 19:35:15.028417 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 988 | 2024.03.25 19:35:15.028436 [ 3 ] {} <Debug> HTTP-Session: f7bd0477-6054-46be-8244-d6e5b162e0c3 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 989 | 2024.03.25 19:35:15.028452 [ 3 ] {} <Debug> HTTP-Session: f7bd0477-6054-46be-8244-d6e5b162e0c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 990 | 2024.03.25 19:35:15.028466 [ 3 ] {} <Debug> HTTP-Session: f7bd0477-6054-46be-8244-d6e5b162e0c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 991 | 2024.03.25 19:35:15.028497 [ 3 ] {} <Trace> HTTP-Session: f7bd0477-6054-46be-8244-d6e5b162e0c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 992 | 2024.03.25 19:35:15.028598 [ 3 ] {c555db2a-4391-44d3-8841-4be80ed8187c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT JSONEachRow; (stage: Complete) | ||
| 993 | 2024.03.25 19:35:15.028949 [ 3 ] {c555db2a-4391-44d3-8841-4be80ed8187c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 994 | 2024.03.25 19:35:15.029003 [ 3 ] {c555db2a-4391-44d3-8841-4be80ed8187c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 995 | 2024.03.25 19:35:15.029845 [ 3 ] {c555db2a-4391-44d3-8841-4be80ed8187c} <Debug> DynamicQueryHandler: Done processing query | ||
| 996 | 2024.03.25 19:35:15.029875 [ 3 ] {c555db2a-4391-44d3-8841-4be80ed8187c} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 997 | 2024.03.25 19:35:15.029891 [ 3 ] {} <Debug> HTTP-Session: f7bd0477-6054-46be-8244-d6e5b162e0c3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 998 | 2024.03.25 19:35:15.031563 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 3987, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 999 | 2024.03.25 19:35:15.031620 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1000 | 2024.03.25 19:35:15.031639 [ 3 ] {} <Debug> HTTP-Session: 5897674b-8ccd-41e9-ab87-00a713e1fe61 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 1001 | 2024.03.25 19:35:15.031657 [ 3 ] {} <Debug> HTTP-Session: 5897674b-8ccd-41e9-ab87-00a713e1fe61 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1002 | 2024.03.25 19:35:15.031671 [ 3 ] {} <Debug> HTTP-Session: 5897674b-8ccd-41e9-ab87-00a713e1fe61 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1003 | 2024.03.25 19:35:15.031701 [ 3 ] {} <Trace> HTTP-Session: 5897674b-8ccd-41e9-ab87-00a713e1fe61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1004 | 2024.03.25 19:35:15.031813 [ 3 ] {da175c79-1b05-4354-98fc-0e34310dafb8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
| 1005 | 2024.03.25 19:35:15.031880 [ 3 ] {da175c79-1b05-4354-98fc-0e34310dafb8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1006 | 2024.03.25 19:35:15.032094 [ 3 ] {da175c79-1b05-4354-98fc-0e34310dafb8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1007 | 2024.03.25 19:35:15.032595 [ 3 ] {da175c79-1b05-4354-98fc-0e34310dafb8} <Trace> oximeter.timeseries_schema (375b2b82-92ad-47be-a2f3-a7f0a6040450): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1008 | 2024.03.25 19:35:15.032654 [ 3 ] {da175c79-1b05-4354-98fc-0e34310dafb8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 1009 | 2024.03.25 19:35:15.033266 [ 3 ] {da175c79-1b05-4354-98fc-0e34310dafb8} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1010 | 2024.03.25 19:35:15.033678 [ 3 ] {da175c79-1b05-4354-98fc-0e34310dafb8} <Trace> oximeter.timeseries_schema (375b2b82-92ad-47be-a2f3-a7f0a6040450): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1011 | 2024.03.25 19:35:15.033840 [ 3 ] {da175c79-1b05-4354-98fc-0e34310dafb8} <Debug> executeQuery: Read 14 rows, 2.01 KiB in 0.002091 sec., 6695.361071257771 rows/sec., 960.68 KiB/sec. | ||
| 1012 | 2024.03.25 19:35:15.033978 [ 3 ] {da175c79-1b05-4354-98fc-0e34310dafb8} <Debug> DynamicQueryHandler: Done processing query | ||
| 1013 | 2024.03.25 19:35:15.034002 [ 3 ] {da175c79-1b05-4354-98fc-0e34310dafb8} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
| 1014 | 2024.03.25 19:35:15.034018 [ 3 ] {} <Debug> HTTP-Session: 5897674b-8ccd-41e9-ab87-00a713e1fe61 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1015 | 2024.03.25 19:35:15.034130 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 3629, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1016 | 2024.03.25 19:35:15.034178 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1017 | 2024.03.25 19:35:15.034197 [ 3 ] {} <Debug> HTTP-Session: 5881a0af-eea0-4e32-83cb-40878ea022f8 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 1018 | 2024.03.25 19:35:15.034213 [ 3 ] {} <Debug> HTTP-Session: 5881a0af-eea0-4e32-83cb-40878ea022f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1019 | 2024.03.25 19:35:15.034227 [ 3 ] {} <Debug> HTTP-Session: 5881a0af-eea0-4e32-83cb-40878ea022f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1020 | 2024.03.25 19:35:15.034259 [ 3 ] {} <Trace> HTTP-Session: 5881a0af-eea0-4e32-83cb-40878ea022f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1021 | 2024.03.25 19:35:15.034340 [ 3 ] {6a9c8d99-9356-41d5-957e-6030899d9d7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 1022 | 2024.03.25 19:35:15.034391 [ 3 ] {6a9c8d99-9356-41d5-957e-6030899d9d7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1023 | 2024.03.25 19:35:15.034520 [ 3 ] {6a9c8d99-9356-41d5-957e-6030899d9d7c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1024 | 2024.03.25 19:35:15.035469 [ 3 ] {6a9c8d99-9356-41d5-957e-6030899d9d7c} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1025 | 2024.03.25 19:35:15.035508 [ 3 ] {6a9c8d99-9356-41d5-957e-6030899d9d7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 1026 | 2024.03.25 19:35:15.035815 [ 3 ] {6a9c8d99-9356-41d5-957e-6030899d9d7c} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1027 | 2024.03.25 19:35:15.036126 [ 3 ] {6a9c8d99-9356-41d5-957e-6030899d9d7c} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1028 | 2024.03.25 19:35:15.036272 [ 3 ] {6a9c8d99-9356-41d5-957e-6030899d9d7c} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.001967 sec., 13218.098627351297 rows/sec., 1020.25 KiB/sec. | ||
| 1029 | 2024.03.25 19:35:15.036385 [ 3 ] {6a9c8d99-9356-41d5-957e-6030899d9d7c} <Debug> DynamicQueryHandler: Done processing query | ||
| 1030 | 2024.03.25 19:35:15.036408 [ 3 ] {6a9c8d99-9356-41d5-957e-6030899d9d7c} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 1031 | 2024.03.25 19:35:15.036424 [ 3 ] {} <Debug> HTTP-Session: 5881a0af-eea0-4e32-83cb-40878ea022f8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1032 | 2024.03.25 19:35:15.036579 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4792, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1033 | 2024.03.25 19:35:15.036626 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1034 | 2024.03.25 19:35:15.036645 [ 3 ] {} <Debug> HTTP-Session: a3f45a34-ce8c-4225-9a1e-5d3ff58f3e9e Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 1035 | 2024.03.25 19:35:15.036661 [ 3 ] {} <Debug> HTTP-Session: a3f45a34-ce8c-4225-9a1e-5d3ff58f3e9e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1036 | 2024.03.25 19:35:15.036675 [ 3 ] {} <Debug> HTTP-Session: a3f45a34-ce8c-4225-9a1e-5d3ff58f3e9e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1037 | 2024.03.25 19:35:15.036706 [ 3 ] {} <Trace> HTTP-Session: a3f45a34-ce8c-4225-9a1e-5d3ff58f3e9e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1038 | 2024.03.25 19:35:15.036778 [ 3 ] {193b99aa-7712-42b5-b4e4-d2b3d3569182} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 1039 | 2024.03.25 19:35:15.036819 [ 3 ] {193b99aa-7712-42b5-b4e4-d2b3d3569182} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1040 | 2024.03.25 19:35:15.037494 [ 3 ] {193b99aa-7712-42b5-b4e4-d2b3d3569182} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1041 | 2024.03.25 19:35:15.037842 [ 3 ] {193b99aa-7712-42b5-b4e4-d2b3d3569182} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1042 | 2024.03.25 19:35:15.037882 [ 3 ] {193b99aa-7712-42b5-b4e4-d2b3d3569182} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 1043 | 2024.03.25 19:35:15.038795 [ 3 ] {193b99aa-7712-42b5-b4e4-d2b3d3569182} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1044 | 2024.03.25 19:35:15.039106 [ 3 ] {193b99aa-7712-42b5-b4e4-d2b3d3569182} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1045 | 2024.03.25 19:35:15.039255 [ 3 ] {193b99aa-7712-42b5-b4e4-d2b3d3569182} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.002501 sec., 11195.521791283485 rows/sec., 894.17 KiB/sec. | ||
| 1046 | 2024.03.25 19:35:15.039377 [ 3 ] {193b99aa-7712-42b5-b4e4-d2b3d3569182} <Debug> DynamicQueryHandler: Done processing query | ||
| 1047 | 2024.03.25 19:35:15.039401 [ 3 ] {193b99aa-7712-42b5-b4e4-d2b3d3569182} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 1048 | 2024.03.25 19:35:15.039416 [ 3 ] {} <Debug> HTTP-Session: a3f45a34-ce8c-4225-9a1e-5d3ff58f3e9e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1049 | 2024.03.25 19:35:15.039553 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 7695, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1050 | 2024.03.25 19:35:15.039601 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1051 | 2024.03.25 19:35:15.039621 [ 3 ] {} <Debug> HTTP-Session: d2fa07ff-b4ff-4a5d-8a48-d23212a5e9a4 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 1052 | 2024.03.25 19:35:15.039637 [ 3 ] {} <Debug> HTTP-Session: d2fa07ff-b4ff-4a5d-8a48-d23212a5e9a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1053 | 2024.03.25 19:35:15.039651 [ 3 ] {} <Debug> HTTP-Session: d2fa07ff-b4ff-4a5d-8a48-d23212a5e9a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1054 | 2024.03.25 19:35:15.039681 [ 3 ] {} <Trace> HTTP-Session: d2fa07ff-b4ff-4a5d-8a48-d23212a5e9a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1055 | 2024.03.25 19:35:15.039758 [ 3 ] {fde73043-b1b4-4430-b810-ae9b7a72ae52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 1056 | 2024.03.25 19:35:15.039801 [ 3 ] {fde73043-b1b4-4430-b810-ae9b7a72ae52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1057 | 2024.03.25 19:35:15.039941 [ 3 ] {fde73043-b1b4-4430-b810-ae9b7a72ae52} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1058 | 2024.03.25 19:35:15.040830 [ 3 ] {fde73043-b1b4-4430-b810-ae9b7a72ae52} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1059 | 2024.03.25 19:35:15.040869 [ 3 ] {fde73043-b1b4-4430-b810-ae9b7a72ae52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 1060 | 2024.03.25 19:35:15.041340 [ 3 ] {fde73043-b1b4-4430-b810-ae9b7a72ae52} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1061 | 2024.03.25 19:35:15.041693 [ 3 ] {fde73043-b1b4-4430-b810-ae9b7a72ae52} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1062 | 2024.03.25 19:35:15.041855 [ 3 ] {fde73043-b1b4-4430-b810-ae9b7a72ae52} <Debug> executeQuery: Read 40 rows, 2.84 KiB in 0.002125 sec., 18823.529411764706 rows/sec., 1.31 MiB/sec. | ||
| 1063 | 2024.03.25 19:35:15.042087 [ 3 ] {fde73043-b1b4-4430-b810-ae9b7a72ae52} <Debug> DynamicQueryHandler: Done processing query | ||
| 1064 | 2024.03.25 19:35:15.042111 [ 3 ] {fde73043-b1b4-4430-b810-ae9b7a72ae52} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 1065 | 2024.03.25 19:35:15.042127 [ 3 ] {} <Debug> HTTP-Session: d2fa07ff-b4ff-4a5d-8a48-d23212a5e9a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1066 | 2024.03.25 19:35:15.042258 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 1883, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1067 | 2024.03.25 19:35:15.042304 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1068 | 2024.03.25 19:35:15.042323 [ 3 ] {} <Debug> HTTP-Session: 710ea47a-f005-458e-9c97-2daf3895653e Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 1069 | 2024.03.25 19:35:15.042339 [ 3 ] {} <Debug> HTTP-Session: 710ea47a-f005-458e-9c97-2daf3895653e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1070 | 2024.03.25 19:35:15.042353 [ 3 ] {} <Debug> HTTP-Session: 710ea47a-f005-458e-9c97-2daf3895653e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1071 | 2024.03.25 19:35:15.042383 [ 3 ] {} <Trace> HTTP-Session: 710ea47a-f005-458e-9c97-2daf3895653e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1072 | 2024.03.25 19:35:15.042455 [ 3 ] {b5e5da08-3496-4440-9b74-f39585bf6d00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 1073 | 2024.03.25 19:35:15.042496 [ 3 ] {b5e5da08-3496-4440-9b74-f39585bf6d00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1074 | 2024.03.25 19:35:15.042641 [ 3 ] {b5e5da08-3496-4440-9b74-f39585bf6d00} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1075 | 2024.03.25 19:35:15.042916 [ 3 ] {b5e5da08-3496-4440-9b74-f39585bf6d00} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1076 | 2024.03.25 19:35:15.042953 [ 3 ] {b5e5da08-3496-4440-9b74-f39585bf6d00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 1077 | 2024.03.25 19:35:15.043304 [ 3 ] {b5e5da08-3496-4440-9b74-f39585bf6d00} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1078 | 2024.03.25 19:35:15.043632 [ 3 ] {b5e5da08-3496-4440-9b74-f39585bf6d00} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1079 | 2024.03.25 19:35:15.043781 [ 3 ] {b5e5da08-3496-4440-9b74-f39585bf6d00} <Debug> executeQuery: Read 12 rows, 862.00 B in 0.001346 sec., 8915.304606240714 rows/sec., 625.41 KiB/sec. | ||
| 1080 | 2024.03.25 19:35:15.043923 [ 3 ] {b5e5da08-3496-4440-9b74-f39585bf6d00} <Debug> DynamicQueryHandler: Done processing query | ||
| 1081 | 2024.03.25 19:35:15.043946 [ 3 ] {b5e5da08-3496-4440-9b74-f39585bf6d00} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 1082 | 2024.03.25 19:35:15.043962 [ 3 ] {} <Debug> HTTP-Session: 710ea47a-f005-458e-9c97-2daf3895653e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1083 | 2024.03.25 19:35:16.000166 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 170.78 MiB, peak 177.63 MiB, free memory in arenas 0.00 B, will set to 174.79 MiB (RSS), difference: 4.00 MiB | ||
| 1084 | 2024.03.25 19:35:19.989763 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 3629, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1085 | 2024.03.25 19:35:19.989888 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1086 | 2024.03.25 19:35:19.989912 [ 3 ] {} <Debug> HTTP-Session: 862d79a0-b561-453f-ba8d-58c9ed2e64a7 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 1087 | 2024.03.25 19:35:19.989940 [ 3 ] {} <Debug> HTTP-Session: 862d79a0-b561-453f-ba8d-58c9ed2e64a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1088 | 2024.03.25 19:35:19.989955 [ 3 ] {} <Debug> HTTP-Session: 862d79a0-b561-453f-ba8d-58c9ed2e64a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1089 | 2024.03.25 19:35:19.990004 [ 3 ] {} <Trace> HTTP-Session: 862d79a0-b561-453f-ba8d-58c9ed2e64a7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1090 | 2024.03.25 19:35:19.990125 [ 3 ] {a208e852-b908-480e-9040-efbe952a0d14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 1091 | 2024.03.25 19:35:19.990191 [ 3 ] {a208e852-b908-480e-9040-efbe952a0d14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1092 | 2024.03.25 19:35:19.990378 [ 3 ] {a208e852-b908-480e-9040-efbe952a0d14} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1093 | 2024.03.25 19:35:19.990779 [ 3 ] {a208e852-b908-480e-9040-efbe952a0d14} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1094 | 2024.03.25 19:35:19.990828 [ 3 ] {a208e852-b908-480e-9040-efbe952a0d14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 1095 | 2024.03.25 19:35:19.991207 [ 3 ] {a208e852-b908-480e-9040-efbe952a0d14} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1096 | 2024.03.25 19:35:19.991566 [ 3 ] {a208e852-b908-480e-9040-efbe952a0d14} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1097 | 2024.03.25 19:35:19.991756 [ 3 ] {a208e852-b908-480e-9040-efbe952a0d14} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.001686 sec., 15421.115065243179 rows/sec., 1.16 MiB/sec. | ||
| 1098 | 2024.03.25 19:35:19.991897 [ 3 ] {a208e852-b908-480e-9040-efbe952a0d14} <Debug> DynamicQueryHandler: Done processing query | ||
| 1099 | 2024.03.25 19:35:19.991924 [ 3 ] {a208e852-b908-480e-9040-efbe952a0d14} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 1100 | 2024.03.25 19:35:19.991940 [ 3 ] {} <Debug> HTTP-Session: 862d79a0-b561-453f-ba8d-58c9ed2e64a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1101 | 2024.03.25 19:35:19.992133 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4792, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1102 | 2024.03.25 19:35:19.992186 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1103 | 2024.03.25 19:35:19.992204 [ 3 ] {} <Debug> HTTP-Session: 5fe91003-2c55-428c-bc3d-bc43f8524bcd Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 1104 | 2024.03.25 19:35:19.992223 [ 3 ] {} <Debug> HTTP-Session: 5fe91003-2c55-428c-bc3d-bc43f8524bcd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1105 | 2024.03.25 19:35:19.992237 [ 3 ] {} <Debug> HTTP-Session: 5fe91003-2c55-428c-bc3d-bc43f8524bcd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1106 | 2024.03.25 19:35:19.992272 [ 3 ] {} <Trace> HTTP-Session: 5fe91003-2c55-428c-bc3d-bc43f8524bcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1107 | 2024.03.25 19:35:19.992354 [ 3 ] {1aed4db4-2920-4660-8e15-6640dc96f25a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 1108 | 2024.03.25 19:35:19.992398 [ 3 ] {1aed4db4-2920-4660-8e15-6640dc96f25a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1109 | 2024.03.25 19:35:19.992526 [ 3 ] {1aed4db4-2920-4660-8e15-6640dc96f25a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1110 | 2024.03.25 19:35:19.992902 [ 3 ] {1aed4db4-2920-4660-8e15-6640dc96f25a} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1111 | 2024.03.25 19:35:19.992950 [ 3 ] {1aed4db4-2920-4660-8e15-6640dc96f25a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 1112 | 2024.03.25 19:35:19.993331 [ 3 ] {1aed4db4-2920-4660-8e15-6640dc96f25a} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1113 | 2024.03.25 19:35:19.993732 [ 3 ] {1aed4db4-2920-4660-8e15-6640dc96f25a} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1114 | 2024.03.25 19:35:19.993924 [ 3 ] {1aed4db4-2920-4660-8e15-6640dc96f25a} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001598 sec., 17521.902377972467 rows/sec., 1.37 MiB/sec. | ||
| 1115 | 2024.03.25 19:35:19.994179 [ 3 ] {1aed4db4-2920-4660-8e15-6640dc96f25a} <Debug> DynamicQueryHandler: Done processing query | ||
| 1116 | 2024.03.25 19:35:19.994210 [ 3 ] {1aed4db4-2920-4660-8e15-6640dc96f25a} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 1117 | 2024.03.25 19:35:19.994231 [ 3 ] {} <Debug> HTTP-Session: 5fe91003-2c55-428c-bc3d-bc43f8524bcd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1118 | 2024.03.25 19:35:19.994447 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 19137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1119 | 2024.03.25 19:35:19.994511 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1120 | 2024.03.25 19:35:19.994535 [ 3 ] {} <Debug> HTTP-Session: 37cfb85a-736d-4d12-8cdc-b674a5e1209a Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 1121 | 2024.03.25 19:35:19.994558 [ 3 ] {} <Debug> HTTP-Session: 37cfb85a-736d-4d12-8cdc-b674a5e1209a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1122 | 2024.03.25 19:35:19.994579 [ 3 ] {} <Debug> HTTP-Session: 37cfb85a-736d-4d12-8cdc-b674a5e1209a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1123 | 2024.03.25 19:35:19.994617 [ 3 ] {} <Trace> HTTP-Session: 37cfb85a-736d-4d12-8cdc-b674a5e1209a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1124 | 2024.03.25 19:35:19.994730 [ 3 ] {a3a26175-9e2a-4c62-840c-216478160d82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 1125 | 2024.03.25 19:35:19.994779 [ 3 ] {a3a26175-9e2a-4c62-840c-216478160d82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1126 | 2024.03.25 19:35:19.994943 [ 3 ] {a3a26175-9e2a-4c62-840c-216478160d82} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1127 | 2024.03.25 19:35:19.995345 [ 3 ] {a3a26175-9e2a-4c62-840c-216478160d82} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1128 | 2024.03.25 19:35:19.995384 [ 3 ] {a3a26175-9e2a-4c62-840c-216478160d82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 1129 | 2024.03.25 19:35:19.995771 [ 3 ] {a3a26175-9e2a-4c62-840c-216478160d82} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1130 | 2024.03.25 19:35:19.996108 [ 3 ] {a3a26175-9e2a-4c62-840c-216478160d82} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1131 | 2024.03.25 19:35:19.996264 [ 3 ] {a3a26175-9e2a-4c62-840c-216478160d82} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001585 sec., 63091.48264984227 rows/sec., 4.37 MiB/sec. | ||
| 1132 | 2024.03.25 19:35:19.996495 [ 3 ] {a3a26175-9e2a-4c62-840c-216478160d82} <Debug> DynamicQueryHandler: Done processing query | ||
| 1133 | 2024.03.25 19:35:19.996521 [ 3 ] {a3a26175-9e2a-4c62-840c-216478160d82} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
| 1134 | 2024.03.25 19:35:19.996538 [ 3 ] {} <Debug> HTTP-Session: 37cfb85a-736d-4d12-8cdc-b674a5e1209a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1135 | 2024.03.25 19:35:19.996705 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1136 | 2024.03.25 19:35:19.996754 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1137 | 2024.03.25 19:35:19.996773 [ 3 ] {} <Debug> HTTP-Session: 06cb3c84-63df-47f8-a37a-57ea0fc0cc69 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 1138 | 2024.03.25 19:35:19.996792 [ 3 ] {} <Debug> HTTP-Session: 06cb3c84-63df-47f8-a37a-57ea0fc0cc69 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1139 | 2024.03.25 19:35:19.996807 [ 3 ] {} <Debug> HTTP-Session: 06cb3c84-63df-47f8-a37a-57ea0fc0cc69 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1140 | 2024.03.25 19:35:19.996840 [ 3 ] {} <Trace> HTTP-Session: 06cb3c84-63df-47f8-a37a-57ea0fc0cc69 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1141 | 2024.03.25 19:35:19.996931 [ 3 ] {3f06635f-3ea4-4b4d-9a52-190302e868ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 1142 | 2024.03.25 19:35:19.996979 [ 3 ] {3f06635f-3ea4-4b4d-9a52-190302e868ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1143 | 2024.03.25 19:35:19.997127 [ 3 ] {3f06635f-3ea4-4b4d-9a52-190302e868ee} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1144 | 2024.03.25 19:35:19.997416 [ 3 ] {3f06635f-3ea4-4b4d-9a52-190302e868ee} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1145 | 2024.03.25 19:35:19.997454 [ 3 ] {3f06635f-3ea4-4b4d-9a52-190302e868ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 1146 | 2024.03.25 19:35:19.997809 [ 3 ] {3f06635f-3ea4-4b4d-9a52-190302e868ee} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1147 | 2024.03.25 19:35:19.998140 [ 3 ] {3f06635f-3ea4-4b4d-9a52-190302e868ee} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1148 | 2024.03.25 19:35:19.998285 [ 3 ] {3f06635f-3ea4-4b4d-9a52-190302e868ee} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001392 sec., 21551.724137931033 rows/sec., 1.48 MiB/sec. | ||
| 1149 | 2024.03.25 19:35:19.998396 [ 3 ] {3f06635f-3ea4-4b4d-9a52-190302e868ee} <Debug> DynamicQueryHandler: Done processing query | ||
| 1150 | 2024.03.25 19:35:19.998419 [ 3 ] {3f06635f-3ea4-4b4d-9a52-190302e868ee} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 1151 | 2024.03.25 19:35:19.998435 [ 3 ] {} <Debug> HTTP-Session: 06cb3c84-63df-47f8-a37a-57ea0fc0cc69 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1152 | 2024.03.25 19:35:21.609422 [ 133 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1153 | 2024.03.25 19:35:21.609497 [ 133 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1154 | 2024.03.25 19:35:24.988831 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 605, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1155 | 2024.03.25 19:35:24.988961 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1156 | 2024.03.25 19:35:24.988990 [ 3 ] {} <Debug> HTTP-Session: c947bd89-f2bf-4bdb-870b-2e413417bd93 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 1157 | 2024.03.25 19:35:24.989020 [ 3 ] {} <Debug> HTTP-Session: c947bd89-f2bf-4bdb-870b-2e413417bd93 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1158 | 2024.03.25 19:35:24.989038 [ 3 ] {} <Debug> HTTP-Session: c947bd89-f2bf-4bdb-870b-2e413417bd93 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1159 | 2024.03.25 19:35:24.989093 [ 3 ] {} <Trace> HTTP-Session: c947bd89-f2bf-4bdb-870b-2e413417bd93 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1160 | 2024.03.25 19:35:24.989277 [ 3 ] {3f3c3a5c-60c8-4c99-8077-12bbd307c912} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT JSONEachRow; (stage: Complete) | ||
| 1161 | 2024.03.25 19:35:24.989742 [ 3 ] {3f3c3a5c-60c8-4c99-8077-12bbd307c912} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1162 | 2024.03.25 19:35:24.989833 [ 3 ] {3f3c3a5c-60c8-4c99-8077-12bbd307c912} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent')" moved to PREWHERE | ||
| 1163 | 2024.03.25 19:35:24.990125 [ 3 ] {3f3c3a5c-60c8-4c99-8077-12bbd307c912} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1164 | 2024.03.25 19:35:24.990313 [ 3 ] {3f3c3a5c-60c8-4c99-8077-12bbd307c912} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1165 | 2024.03.25 19:35:24.990665 [ 3 ] {3f3c3a5c-60c8-4c99-8077-12bbd307c912} <Debug> oximeter.timeseries_schema (375b2b82-92ad-47be-a2f3-a7f0a6040450) (SelectExecutor): Key condition: (column 0 notIn 14-element set) | ||
| 1166 | 2024.03.25 19:35:24.991773 [ 3 ] {3f3c3a5c-60c8-4c99-8077-12bbd307c912} <Trace> oximeter.timeseries_schema (375b2b82-92ad-47be-a2f3-a7f0a6040450) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1167 | 2024.03.25 19:35:24.991826 [ 3 ] {3f3c3a5c-60c8-4c99-8077-12bbd307c912} <Debug> oximeter.timeseries_schema (375b2b82-92ad-47be-a2f3-a7f0a6040450) (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 | ||
| 1168 | 2024.03.25 19:35:24.991845 [ 3 ] {3f3c3a5c-60c8-4c99-8077-12bbd307c912} <Trace> oximeter.timeseries_schema (375b2b82-92ad-47be-a2f3-a7f0a6040450) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1169 | 2024.03.25 19:35:24.991956 [ 3 ] {3f3c3a5c-60c8-4c99-8077-12bbd307c912} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent'))" | ||
| 1170 | 2024.03.25 19:35:24.991982 [ 3 ] {3f3c3a5c-60c8-4c99-8077-12bbd307c912} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
| 1171 | 2024.03.25 19:35:24.996085 [ 3 ] {3f3c3a5c-60c8-4c99-8077-12bbd307c912} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.006919 sec., 2023.4137881196705 rows/sec., 82.57 KiB/sec. | ||
| 1172 | 2024.03.25 19:35:24.996329 [ 3 ] {3f3c3a5c-60c8-4c99-8077-12bbd307c912} <Debug> DynamicQueryHandler: Done processing query | ||
| 1173 | 2024.03.25 19:35:24.996356 [ 3 ] {3f3c3a5c-60c8-4c99-8077-12bbd307c912} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1174 | 2024.03.25 19:35:24.996372 [ 3 ] {} <Debug> HTTP-Session: c947bd89-f2bf-4bdb-870b-2e413417bd93 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1175 | 2024.03.25 19:35:24.998891 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 647, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1176 | 2024.03.25 19:35:24.998986 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1177 | 2024.03.25 19:35:24.999022 [ 3 ] {} <Debug> HTTP-Session: 0b84f3c1-0c42-49d7-86d6-b69933cc9a08 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 1178 | 2024.03.25 19:35:24.999056 [ 3 ] {} <Debug> HTTP-Session: 0b84f3c1-0c42-49d7-86d6-b69933cc9a08 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1179 | 2024.03.25 19:35:24.999082 [ 3 ] {} <Debug> HTTP-Session: 0b84f3c1-0c42-49d7-86d6-b69933cc9a08 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1180 | 2024.03.25 19:35:24.999148 [ 3 ] {} <Trace> HTTP-Session: 0b84f3c1-0c42-49d7-86d6-b69933cc9a08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1181 | 2024.03.25 19:35:24.999364 [ 3 ] {b913c09b-00f0-451a-bc1e-cf7e6dc5d498} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
| 1182 | 2024.03.25 19:35:24.999873 [ 3 ] {b913c09b-00f0-451a-bc1e-cf7e6dc5d498} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1183 | 2024.03.25 19:35:24.999949 [ 3 ] {b913c09b-00f0-451a-bc1e-cf7e6dc5d498} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
| 1184 | 2024.03.25 19:35:25.000303 [ 3 ] {b913c09b-00f0-451a-bc1e-cf7e6dc5d498} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1185 | 2024.03.25 19:35:25.000491 [ 3 ] {b913c09b-00f0-451a-bc1e-cf7e6dc5d498} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1186 | 2024.03.25 19:35:25.000815 [ 3 ] {b913c09b-00f0-451a-bc1e-cf7e6dc5d498} <Debug> oximeter.timeseries_schema (375b2b82-92ad-47be-a2f3-a7f0a6040450) (SelectExecutor): Key condition: (column 0 notIn 15-element set) | ||
| 1187 | 2024.03.25 19:35:25.000850 [ 3 ] {b913c09b-00f0-451a-bc1e-cf7e6dc5d498} <Trace> oximeter.timeseries_schema (375b2b82-92ad-47be-a2f3-a7f0a6040450) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1188 | 2024.03.25 19:35:25.000873 [ 3 ] {b913c09b-00f0-451a-bc1e-cf7e6dc5d498} <Debug> oximeter.timeseries_schema (375b2b82-92ad-47be-a2f3-a7f0a6040450) (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 | ||
| 1189 | 2024.03.25 19:35:25.000889 [ 3 ] {b913c09b-00f0-451a-bc1e-cf7e6dc5d498} <Trace> oximeter.timeseries_schema (375b2b82-92ad-47be-a2f3-a7f0a6040450) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1190 | 2024.03.25 19:35:25.000931 [ 3 ] {b913c09b-00f0-451a-bc1e-cf7e6dc5d498} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram'))" | ||
| 1191 | 2024.03.25 19:35:25.000952 [ 3 ] {b913c09b-00f0-451a-bc1e-cf7e6dc5d498} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
| 1192 | 2024.03.25 19:35:25.001850 [ 3 ] {b913c09b-00f0-451a-bc1e-cf7e6dc5d498} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.002623 sec., 5337.39992375143 rows/sec., 217.80 KiB/sec. | ||
| 1193 | 2024.03.25 19:35:25.002049 [ 3 ] {b913c09b-00f0-451a-bc1e-cf7e6dc5d498} <Debug> DynamicQueryHandler: Done processing query | ||
| 1194 | 2024.03.25 19:35:25.002074 [ 3 ] {b913c09b-00f0-451a-bc1e-cf7e6dc5d498} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1195 | 2024.03.25 19:35:25.002091 [ 3 ] {} <Debug> HTTP-Session: 0b84f3c1-0c42-49d7-86d6-b69933cc9a08 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1196 | 2024.03.25 19:35:25.002335 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 685, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1197 | 2024.03.25 19:35:25.002385 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1198 | 2024.03.25 19:35:25.002403 [ 3 ] {} <Debug> HTTP-Session: 707c0ae7-57d5-4ea2-aaae-5becc9142837 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 1199 | 2024.03.25 19:35:25.002419 [ 3 ] {} <Debug> HTTP-Session: 707c0ae7-57d5-4ea2-aaae-5becc9142837 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1200 | 2024.03.25 19:35:25.002433 [ 3 ] {} <Debug> HTTP-Session: 707c0ae7-57d5-4ea2-aaae-5becc9142837 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1201 | 2024.03.25 19:35:25.002464 [ 3 ] {} <Trace> HTTP-Session: 707c0ae7-57d5-4ea2-aaae-5becc9142837 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1202 | 2024.03.25 19:35:25.002569 [ 3 ] {2b7cf693-4a97-45f2-897b-44f285e0a0e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
| 1203 | 2024.03.25 19:35:25.002817 [ 3 ] {2b7cf693-4a97-45f2-897b-44f285e0a0e6} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1204 | 2024.03.25 19:35:25.002854 [ 3 ] {2b7cf693-4a97-45f2-897b-44f285e0a0e6} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
| 1205 | 2024.03.25 19:35:25.003091 [ 3 ] {2b7cf693-4a97-45f2-897b-44f285e0a0e6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1206 | 2024.03.25 19:35:25.003154 [ 3 ] {2b7cf693-4a97-45f2-897b-44f285e0a0e6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1207 | 2024.03.25 19:35:25.003291 [ 3 ] {2b7cf693-4a97-45f2-897b-44f285e0a0e6} <Debug> oximeter.timeseries_schema (375b2b82-92ad-47be-a2f3-a7f0a6040450) (SelectExecutor): Key condition: (column 0 notIn 16-element set) | ||
| 1208 | 2024.03.25 19:35:25.003322 [ 3 ] {2b7cf693-4a97-45f2-897b-44f285e0a0e6} <Trace> oximeter.timeseries_schema (375b2b82-92ad-47be-a2f3-a7f0a6040450) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1209 | 2024.03.25 19:35:25.003345 [ 3 ] {2b7cf693-4a97-45f2-897b-44f285e0a0e6} <Debug> oximeter.timeseries_schema (375b2b82-92ad-47be-a2f3-a7f0a6040450) (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 | ||
| 1210 | 2024.03.25 19:35:25.003361 [ 3 ] {2b7cf693-4a97-45f2-897b-44f285e0a0e6} <Trace> oximeter.timeseries_schema (375b2b82-92ad-47be-a2f3-a7f0a6040450) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1211 | 2024.03.25 19:35:25.003403 [ 3 ] {2b7cf693-4a97-45f2-897b-44f285e0a0e6} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram'))" | ||
| 1212 | 2024.03.25 19:35:25.003424 [ 3 ] {2b7cf693-4a97-45f2-897b-44f285e0a0e6} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
| 1213 | 2024.03.25 19:35:25.004350 [ 3 ] {2b7cf693-4a97-45f2-897b-44f285e0a0e6} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.00181 sec., 7734.806629834255 rows/sec., 315.63 KiB/sec. | ||
| 1214 | 2024.03.25 19:35:25.004574 [ 3 ] {2b7cf693-4a97-45f2-897b-44f285e0a0e6} <Debug> DynamicQueryHandler: Done processing query | ||
| 1215 | 2024.03.25 19:35:25.004599 [ 3 ] {2b7cf693-4a97-45f2-897b-44f285e0a0e6} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1216 | 2024.03.25 19:35:25.004615 [ 3 ] {} <Debug> HTTP-Session: 707c0ae7-57d5-4ea2-aaae-5becc9142837 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1217 | 2024.03.25 19:35:25.004914 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 722, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1218 | 2024.03.25 19:35:25.004964 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1219 | 2024.03.25 19:35:25.004982 [ 3 ] {} <Debug> HTTP-Session: a3734b5c-8f75-4f65-9f5e-ff99c98de0cc Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 1220 | 2024.03.25 19:35:25.004999 [ 3 ] {} <Debug> HTTP-Session: a3734b5c-8f75-4f65-9f5e-ff99c98de0cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1221 | 2024.03.25 19:35:25.005012 [ 3 ] {} <Debug> HTTP-Session: a3734b5c-8f75-4f65-9f5e-ff99c98de0cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1222 | 2024.03.25 19:35:25.005042 [ 3 ] {} <Trace> HTTP-Session: a3734b5c-8f75-4f65-9f5e-ff99c98de0cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1223 | 2024.03.25 19:35:25.005148 [ 3 ] {05e0bf24-f38f-4b03-8306-dd13c5c18a6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
| 1224 | 2024.03.25 19:35:25.005396 [ 3 ] {05e0bf24-f38f-4b03-8306-dd13c5c18a6c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1225 | 2024.03.25 19:35:25.005433 [ 3 ] {05e0bf24-f38f-4b03-8306-dd13c5c18a6c} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
| 1226 | 2024.03.25 19:35:25.005673 [ 3 ] {05e0bf24-f38f-4b03-8306-dd13c5c18a6c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1227 | 2024.03.25 19:35:25.005737 [ 3 ] {05e0bf24-f38f-4b03-8306-dd13c5c18a6c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1228 | 2024.03.25 19:35:25.005874 [ 3 ] {05e0bf24-f38f-4b03-8306-dd13c5c18a6c} <Debug> oximeter.timeseries_schema (375b2b82-92ad-47be-a2f3-a7f0a6040450) (SelectExecutor): Key condition: (column 0 notIn 17-element set) | ||
| 1229 | 2024.03.25 19:35:25.005906 [ 3 ] {05e0bf24-f38f-4b03-8306-dd13c5c18a6c} <Trace> oximeter.timeseries_schema (375b2b82-92ad-47be-a2f3-a7f0a6040450) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1230 | 2024.03.25 19:35:25.005928 [ 3 ] {05e0bf24-f38f-4b03-8306-dd13c5c18a6c} <Debug> oximeter.timeseries_schema (375b2b82-92ad-47be-a2f3-a7f0a6040450) (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 | ||
| 1231 | 2024.03.25 19:35:25.005944 [ 3 ] {05e0bf24-f38f-4b03-8306-dd13c5c18a6c} <Trace> oximeter.timeseries_schema (375b2b82-92ad-47be-a2f3-a7f0a6040450) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1232 | 2024.03.25 19:35:25.005985 [ 3 ] {05e0bf24-f38f-4b03-8306-dd13c5c18a6c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram'))" | ||
| 1233 | 2024.03.25 19:35:25.006006 [ 3 ] {05e0bf24-f38f-4b03-8306-dd13c5c18a6c} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
| 1234 | 2024.03.25 19:35:25.006804 [ 3 ] {05e0bf24-f38f-4b03-8306-dd13c5c18a6c} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001717 sec., 8153.756552125801 rows/sec., 332.73 KiB/sec. | ||
| 1235 | 2024.03.25 19:35:25.006992 [ 3 ] {05e0bf24-f38f-4b03-8306-dd13c5c18a6c} <Debug> DynamicQueryHandler: Done processing query | ||
| 1236 | 2024.03.25 19:35:25.007017 [ 3 ] {05e0bf24-f38f-4b03-8306-dd13c5c18a6c} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1237 | 2024.03.25 19:35:25.007033 [ 3 ] {} <Debug> HTTP-Session: a3734b5c-8f75-4f65-9f5e-ff99c98de0cc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1238 | 2024.03.25 19:35:25.009862 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 947, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1239 | 2024.03.25 19:35:25.009949 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1240 | 2024.03.25 19:35:25.009971 [ 3 ] {} <Debug> HTTP-Session: 7b1d08d4-cbfe-4b0d-86ce-56ce48c9ec5f Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 1241 | 2024.03.25 19:35:25.009992 [ 3 ] {} <Debug> HTTP-Session: 7b1d08d4-cbfe-4b0d-86ce-56ce48c9ec5f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1242 | 2024.03.25 19:35:25.010009 [ 3 ] {} <Debug> HTTP-Session: 7b1d08d4-cbfe-4b0d-86ce-56ce48c9ec5f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1243 | 2024.03.25 19:35:25.010046 [ 3 ] {} <Trace> HTTP-Session: 7b1d08d4-cbfe-4b0d-86ce-56ce48c9ec5f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1244 | 2024.03.25 19:35:25.010139 [ 3 ] {76aa2837-267c-4ea5-8125-e5ac0536766c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
| 1245 | 2024.03.25 19:35:25.010192 [ 3 ] {76aa2837-267c-4ea5-8125-e5ac0536766c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1246 | 2024.03.25 19:35:25.010389 [ 3 ] {76aa2837-267c-4ea5-8125-e5ac0536766c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1247 | 2024.03.25 19:35:25.010739 [ 3 ] {76aa2837-267c-4ea5-8125-e5ac0536766c} <Trace> oximeter.timeseries_schema (375b2b82-92ad-47be-a2f3-a7f0a6040450): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1248 | 2024.03.25 19:35:25.010784 [ 3 ] {76aa2837-267c-4ea5-8125-e5ac0536766c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 1249 | 2024.03.25 19:35:25.011242 [ 3 ] {76aa2837-267c-4ea5-8125-e5ac0536766c} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1250 | 2024.03.25 19:35:25.011530 [ 3 ] {76aa2837-267c-4ea5-8125-e5ac0536766c} <Trace> oximeter.timeseries_schema (375b2b82-92ad-47be-a2f3-a7f0a6040450): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1251 | 2024.03.25 19:35:25.011754 [ 3 ] {76aa2837-267c-4ea5-8125-e5ac0536766c} <Debug> executeQuery: Read 4 rows, 443.00 B in 0.001647 sec., 2428.6581663630845 rows/sec., 262.67 KiB/sec. | ||
| 1252 | 2024.03.25 19:35:25.011873 [ 3 ] {76aa2837-267c-4ea5-8125-e5ac0536766c} <Debug> DynamicQueryHandler: Done processing query | ||
| 1253 | 2024.03.25 19:35:25.011897 [ 3 ] {76aa2837-267c-4ea5-8125-e5ac0536766c} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
| 1254 | 2024.03.25 19:35:25.011913 [ 3 ] {} <Debug> HTTP-Session: 7b1d08d4-cbfe-4b0d-86ce-56ce48c9ec5f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1255 | 2024.03.25 19:35:25.012017 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 5788, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1256 | 2024.03.25 19:35:25.012063 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1257 | 2024.03.25 19:35:25.012081 [ 3 ] {} <Debug> HTTP-Session: 63d2c25b-3931-42c1-97c1-95c2cfbab298 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 1258 | 2024.03.25 19:35:25.012096 [ 3 ] {} <Debug> HTTP-Session: 63d2c25b-3931-42c1-97c1-95c2cfbab298 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1259 | 2024.03.25 19:35:25.012110 [ 3 ] {} <Debug> HTTP-Session: 63d2c25b-3931-42c1-97c1-95c2cfbab298 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1260 | 2024.03.25 19:35:25.012141 [ 3 ] {} <Trace> HTTP-Session: 63d2c25b-3931-42c1-97c1-95c2cfbab298 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1261 | 2024.03.25 19:35:25.012218 [ 3 ] {9a476eb5-c57f-4bd2-a4a8-7b174ab165da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 1262 | 2024.03.25 19:35:25.012259 [ 3 ] {9a476eb5-c57f-4bd2-a4a8-7b174ab165da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 1263 | 2024.03.25 19:35:25.012382 [ 3 ] {9a476eb5-c57f-4bd2-a4a8-7b174ab165da} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1264 | 2024.03.25 19:35:25.013238 [ 3 ] {9a476eb5-c57f-4bd2-a4a8-7b174ab165da} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1265 | 2024.03.25 19:35:25.013277 [ 3 ] {9a476eb5-c57f-4bd2-a4a8-7b174ab165da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 1266 | 2024.03.25 19:35:25.013584 [ 3 ] {9a476eb5-c57f-4bd2-a4a8-7b174ab165da} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1267 | 2024.03.25 19:35:25.013886 [ 3 ] {9a476eb5-c57f-4bd2-a4a8-7b174ab165da} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1268 | 2024.03.25 19:35:25.014005 [ 3 ] {9a476eb5-c57f-4bd2-a4a8-7b174ab165da} <Debug> executeQuery: Read 40 rows, 3.24 KiB in 0.001822 sec., 21953.896816684963 rows/sec., 1.74 MiB/sec. | ||
| 1269 | 2024.03.25 19:35:25.014124 [ 3 ] {9a476eb5-c57f-4bd2-a4a8-7b174ab165da} <Debug> DynamicQueryHandler: Done processing query | ||
| 1270 | 2024.03.25 19:35:25.014148 [ 3 ] {9a476eb5-c57f-4bd2-a4a8-7b174ab165da} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 1271 | 2024.03.25 19:35:25.014164 [ 3 ] {} <Debug> HTTP-Session: 63d2c25b-3931-42c1-97c1-95c2cfbab298 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1272 | 2024.03.25 19:35:25.014364 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 22905, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1273 | 2024.03.25 19:35:25.014412 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1274 | 2024.03.25 19:35:25.014430 [ 3 ] {} <Debug> HTTP-Session: f5cd6c8b-bb1a-42b5-b05b-43ad08a9e15a Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 1275 | 2024.03.25 19:35:25.014447 [ 3 ] {} <Debug> HTTP-Session: f5cd6c8b-bb1a-42b5-b05b-43ad08a9e15a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1276 | 2024.03.25 19:35:25.014460 [ 3 ] {} <Debug> HTTP-Session: f5cd6c8b-bb1a-42b5-b05b-43ad08a9e15a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1277 | 2024.03.25 19:35:25.014490 [ 3 ] {} <Trace> HTTP-Session: f5cd6c8b-bb1a-42b5-b05b-43ad08a9e15a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1278 | 2024.03.25 19:35:25.014591 [ 3 ] {2a52136e-8c7c-42d4-a2e1-eea84237fb8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 1279 | 2024.03.25 19:35:25.014633 [ 3 ] {2a52136e-8c7c-42d4-a2e1-eea84237fb8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1280 | 2024.03.25 19:35:25.014754 [ 3 ] {2a52136e-8c7c-42d4-a2e1-eea84237fb8e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1281 | 2024.03.25 19:35:25.015198 [ 3 ] {2a52136e-8c7c-42d4-a2e1-eea84237fb8e} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1282 | 2024.03.25 19:35:25.015233 [ 3 ] {2a52136e-8c7c-42d4-a2e1-eea84237fb8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 1283 | 2024.03.25 19:35:25.015543 [ 3 ] {2a52136e-8c7c-42d4-a2e1-eea84237fb8e} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1284 | 2024.03.25 19:35:25.015874 [ 3 ] {2a52136e-8c7c-42d4-a2e1-eea84237fb8e} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1285 | 2024.03.25 19:35:25.015996 [ 3 ] {2a52136e-8c7c-42d4-a2e1-eea84237fb8e} <Debug> executeQuery: Read 146 rows, 13.98 KiB in 0.001461 sec., 99931.5537303217 rows/sec., 9.35 MiB/sec. | ||
| 1286 | 2024.03.25 19:35:25.016203 [ 3 ] {2a52136e-8c7c-42d4-a2e1-eea84237fb8e} <Debug> DynamicQueryHandler: Done processing query | ||
| 1287 | 2024.03.25 19:35:25.016228 [ 3 ] {2a52136e-8c7c-42d4-a2e1-eea84237fb8e} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
| 1288 | 2024.03.25 19:35:25.016244 [ 3 ] {} <Debug> HTTP-Session: f5cd6c8b-bb1a-42b5-b05b-43ad08a9e15a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1289 | 2024.03.25 19:35:25.016381 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 13278, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1290 | 2024.03.25 19:35:25.016428 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1291 | 2024.03.25 19:35:25.016445 [ 3 ] {} <Debug> HTTP-Session: a7bae3b7-81f8-4813-a3fe-c081f42ecafa Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 1292 | 2024.03.25 19:35:25.016461 [ 3 ] {} <Debug> HTTP-Session: a7bae3b7-81f8-4813-a3fe-c081f42ecafa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1293 | 2024.03.25 19:35:25.016475 [ 3 ] {} <Debug> HTTP-Session: a7bae3b7-81f8-4813-a3fe-c081f42ecafa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1294 | 2024.03.25 19:35:25.016505 [ 3 ] {} <Trace> HTTP-Session: a7bae3b7-81f8-4813-a3fe-c081f42ecafa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1295 | 2024.03.25 19:35:25.016588 [ 3 ] {d22f1bea-e932-4b08-9853-b6244e2bc529} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 1296 | 2024.03.25 19:35:25.016630 [ 3 ] {d22f1bea-e932-4b08-9853-b6244e2bc529} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1297 | 2024.03.25 19:35:25.016770 [ 3 ] {d22f1bea-e932-4b08-9853-b6244e2bc529} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1298 | 2024.03.25 19:35:25.017101 [ 3 ] {d22f1bea-e932-4b08-9853-b6244e2bc529} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1299 | 2024.03.25 19:35:25.017138 [ 3 ] {d22f1bea-e932-4b08-9853-b6244e2bc529} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 1300 | 2024.03.25 19:35:25.017433 [ 3 ] {d22f1bea-e932-4b08-9853-b6244e2bc529} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1301 | 2024.03.25 19:35:25.017726 [ 3 ] {d22f1bea-e932-4b08-9853-b6244e2bc529} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1302 | 2024.03.25 19:35:25.017853 [ 3 ] {d22f1bea-e932-4b08-9853-b6244e2bc529} <Debug> executeQuery: Read 78 rows, 6.25 KiB in 0.001298 sec., 60092.4499229584 rows/sec., 4.70 MiB/sec. | ||
| 1303 | 2024.03.25 19:35:25.018089 [ 3 ] {d22f1bea-e932-4b08-9853-b6244e2bc529} <Debug> DynamicQueryHandler: Done processing query | ||
| 1304 | 2024.03.25 19:35:25.018112 [ 3 ] {d22f1bea-e932-4b08-9853-b6244e2bc529} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 1305 | 2024.03.25 19:35:25.018128 [ 3 ] {} <Debug> HTTP-Session: a7bae3b7-81f8-4813-a3fe-c081f42ecafa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1306 | 2024.03.25 19:35:25.018256 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 19137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1307 | 2024.03.25 19:35:25.018302 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1308 | 2024.03.25 19:35:25.018320 [ 3 ] {} <Debug> HTTP-Session: 1b595af1-a870-44c0-b31a-440f2ae4e362 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 1309 | 2024.03.25 19:35:25.018336 [ 3 ] {} <Debug> HTTP-Session: 1b595af1-a870-44c0-b31a-440f2ae4e362 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1310 | 2024.03.25 19:35:25.018349 [ 3 ] {} <Debug> HTTP-Session: 1b595af1-a870-44c0-b31a-440f2ae4e362 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1311 | 2024.03.25 19:35:25.018378 [ 3 ] {} <Trace> HTTP-Session: 1b595af1-a870-44c0-b31a-440f2ae4e362 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1312 | 2024.03.25 19:35:25.018494 [ 3 ] {e36bf5fe-4fa3-47ad-b50b-5d8e6722d68f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 1313 | 2024.03.25 19:35:25.018539 [ 3 ] {e36bf5fe-4fa3-47ad-b50b-5d8e6722d68f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1314 | 2024.03.25 19:35:25.018696 [ 3 ] {e36bf5fe-4fa3-47ad-b50b-5d8e6722d68f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1315 | 2024.03.25 19:35:25.019029 [ 3 ] {e36bf5fe-4fa3-47ad-b50b-5d8e6722d68f} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1316 | 2024.03.25 19:35:25.019064 [ 3 ] {e36bf5fe-4fa3-47ad-b50b-5d8e6722d68f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 1317 | 2024.03.25 19:35:25.019426 [ 3 ] {e36bf5fe-4fa3-47ad-b50b-5d8e6722d68f} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1318 | 2024.03.25 19:35:25.019764 [ 3 ] {e36bf5fe-4fa3-47ad-b50b-5d8e6722d68f} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1319 | 2024.03.25 19:35:25.019889 [ 3 ] {e36bf5fe-4fa3-47ad-b50b-5d8e6722d68f} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001467 sec., 68166.3258350375 rows/sec., 4.73 MiB/sec. | ||
| 1320 | 2024.03.25 19:35:25.020010 [ 3 ] {e36bf5fe-4fa3-47ad-b50b-5d8e6722d68f} <Debug> DynamicQueryHandler: Done processing query | ||
| 1321 | 2024.03.25 19:35:25.020034 [ 3 ] {e36bf5fe-4fa3-47ad-b50b-5d8e6722d68f} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
| 1322 | 2024.03.25 19:35:25.020049 [ 3 ] {} <Debug> HTTP-Session: 1b595af1-a870-44c0-b31a-440f2ae4e362 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1323 | 2024.03.25 19:35:25.020299 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 42804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1324 | 2024.03.25 19:35:25.020347 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1325 | 2024.03.25 19:35:25.020365 [ 3 ] {} <Debug> HTTP-Session: 1d5e4924-b640-4903-aef2-a594d9d25117 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 1326 | 2024.03.25 19:35:25.020382 [ 3 ] {} <Debug> HTTP-Session: 1d5e4924-b640-4903-aef2-a594d9d25117 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1327 | 2024.03.25 19:35:25.020395 [ 3 ] {} <Debug> HTTP-Session: 1d5e4924-b640-4903-aef2-a594d9d25117 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1328 | 2024.03.25 19:35:25.020426 [ 3 ] {} <Trace> HTTP-Session: 1d5e4924-b640-4903-aef2-a594d9d25117 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1329 | 2024.03.25 19:35:25.020692 [ 3 ] {41ea7d5a-9502-4d1d-9fb0-1b34b4fee4c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 1330 | 2024.03.25 19:35:25.020737 [ 3 ] {41ea7d5a-9502-4d1d-9fb0-1b34b4fee4c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 1331 | 2024.03.25 19:35:25.020913 [ 3 ] {41ea7d5a-9502-4d1d-9fb0-1b34b4fee4c0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1332 | 2024.03.25 19:35:25.021557 [ 3 ] {41ea7d5a-9502-4d1d-9fb0-1b34b4fee4c0} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1333 | 2024.03.25 19:35:25.021591 [ 3 ] {41ea7d5a-9502-4d1d-9fb0-1b34b4fee4c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 1334 | 2024.03.25 19:35:25.024677 [ 3 ] {41ea7d5a-9502-4d1d-9fb0-1b34b4fee4c0} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1335 | 2024.03.25 19:35:25.025071 [ 3 ] {41ea7d5a-9502-4d1d-9fb0-1b34b4fee4c0} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1336 | 2024.03.25 19:35:25.025200 [ 3 ] {41ea7d5a-9502-4d1d-9fb0-1b34b4fee4c0} <Debug> executeQuery: Read 40 rows, 55.27 KiB in 0.004723 sec., 8469.193309337286 rows/sec., 11.43 MiB/sec. | ||
| 1337 | 2024.03.25 19:35:25.025337 [ 3 ] {41ea7d5a-9502-4d1d-9fb0-1b34b4fee4c0} <Debug> DynamicQueryHandler: Done processing query | ||
| 1338 | 2024.03.25 19:35:25.025360 [ 3 ] {41ea7d5a-9502-4d1d-9fb0-1b34b4fee4c0} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
| 1339 | 2024.03.25 19:35:25.025376 [ 3 ] {} <Debug> HTTP-Session: 1d5e4924-b640-4903-aef2-a594d9d25117 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1340 | 2024.03.25 19:35:25.025519 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 2434, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1341 | 2024.03.25 19:35:25.025569 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1342 | 2024.03.25 19:35:25.025587 [ 3 ] {} <Debug> HTTP-Session: fe3a3b15-3316-461c-981f-6a843cd0c10d Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 1343 | 2024.03.25 19:35:25.025603 [ 3 ] {} <Debug> HTTP-Session: fe3a3b15-3316-461c-981f-6a843cd0c10d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1344 | 2024.03.25 19:35:25.025618 [ 3 ] {} <Debug> HTTP-Session: fe3a3b15-3316-461c-981f-6a843cd0c10d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1345 | 2024.03.25 19:35:25.025648 [ 3 ] {} <Trace> HTTP-Session: fe3a3b15-3316-461c-981f-6a843cd0c10d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1346 | 2024.03.25 19:35:25.025717 [ 3 ] {5dd5eeee-812f-4e51-b6f7-149f43d6d3f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 1347 | 2024.03.25 19:35:25.025759 [ 3 ] {5dd5eeee-812f-4e51-b6f7-149f43d6d3f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 1348 | 2024.03.25 19:35:25.025882 [ 3 ] {5dd5eeee-812f-4e51-b6f7-149f43d6d3f7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1349 | 2024.03.25 19:35:25.026168 [ 3 ] {5dd5eeee-812f-4e51-b6f7-149f43d6d3f7} <Trace> oximeter.measurements_i64 (5d25232c-0f0c-4db8-b19f-b4e74565cadd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1350 | 2024.03.25 19:35:25.026202 [ 3 ] {5dd5eeee-812f-4e51-b6f7-149f43d6d3f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 1351 | 2024.03.25 19:35:25.026544 [ 3 ] {5dd5eeee-812f-4e51-b6f7-149f43d6d3f7} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1352 | 2024.03.25 19:35:25.026867 [ 3 ] {5dd5eeee-812f-4e51-b6f7-149f43d6d3f7} <Trace> oximeter.measurements_i64 (5d25232c-0f0c-4db8-b19f-b4e74565cadd): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1353 | 2024.03.25 19:35:25.026988 [ 3 ] {5dd5eeee-812f-4e51-b6f7-149f43d6d3f7} <Debug> executeQuery: Read 15 rows, 1.12 KiB in 0.001298 sec., 11556.240369799692 rows/sec., 859.95 KiB/sec. | ||
| 1354 | 2024.03.25 19:35:25.027200 [ 3 ] {5dd5eeee-812f-4e51-b6f7-149f43d6d3f7} <Debug> DynamicQueryHandler: Done processing query | ||
| 1355 | 2024.03.25 19:35:25.027223 [ 3 ] {5dd5eeee-812f-4e51-b6f7-149f43d6d3f7} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 1356 | 2024.03.25 19:35:25.027240 [ 3 ] {} <Debug> HTTP-Session: fe3a3b15-3316-461c-981f-6a843cd0c10d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1357 | 2024.03.25 19:35:25.027367 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1358 | 2024.03.25 19:35:25.027414 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1359 | 2024.03.25 19:35:25.027432 [ 3 ] {} <Debug> HTTP-Session: f03d1bc2-622d-46f1-9c5c-700e806ce601 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 1360 | 2024.03.25 19:35:25.027449 [ 3 ] {} <Debug> HTTP-Session: f03d1bc2-622d-46f1-9c5c-700e806ce601 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1361 | 2024.03.25 19:35:25.027462 [ 3 ] {} <Debug> HTTP-Session: f03d1bc2-622d-46f1-9c5c-700e806ce601 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1362 | 2024.03.25 19:35:25.027493 [ 3 ] {} <Trace> HTTP-Session: f03d1bc2-622d-46f1-9c5c-700e806ce601 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1363 | 2024.03.25 19:35:25.027566 [ 3 ] {e68fd6cf-2c93-4b50-b12c-0d15a464d5f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 1364 | 2024.03.25 19:35:25.027608 [ 3 ] {e68fd6cf-2c93-4b50-b12c-0d15a464d5f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1365 | 2024.03.25 19:35:25.027749 [ 3 ] {e68fd6cf-2c93-4b50-b12c-0d15a464d5f9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1366 | 2024.03.25 19:35:25.028022 [ 3 ] {e68fd6cf-2c93-4b50-b12c-0d15a464d5f9} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1367 | 2024.03.25 19:35:25.028057 [ 3 ] {e68fd6cf-2c93-4b50-b12c-0d15a464d5f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 1368 | 2024.03.25 19:35:25.028400 [ 3 ] {e68fd6cf-2c93-4b50-b12c-0d15a464d5f9} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1369 | 2024.03.25 19:35:25.028715 [ 3 ] {e68fd6cf-2c93-4b50-b12c-0d15a464d5f9} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1370 | 2024.03.25 19:35:25.028839 [ 3 ] {e68fd6cf-2c93-4b50-b12c-0d15a464d5f9} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001306 sec., 22970.903522205204 rows/sec., 1.57 MiB/sec. | ||
| 1371 | 2024.03.25 19:35:25.028958 [ 3 ] {e68fd6cf-2c93-4b50-b12c-0d15a464d5f9} <Debug> DynamicQueryHandler: Done processing query | ||
| 1372 | 2024.03.25 19:35:25.028982 [ 3 ] {e68fd6cf-2c93-4b50-b12c-0d15a464d5f9} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 1373 | 2024.03.25 19:35:25.028997 [ 3 ] {} <Debug> HTTP-Session: f03d1bc2-622d-46f1-9c5c-700e806ce601 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1374 | 2024.03.25 19:35:29.990933 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 3629, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1375 | 2024.03.25 19:35:29.991056 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1376 | 2024.03.25 19:35:29.991080 [ 3 ] {} <Debug> HTTP-Session: 4ff60a11-837d-41ea-ab64-a2260e88579e Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 1377 | 2024.03.25 19:35:29.991105 [ 3 ] {} <Debug> HTTP-Session: 4ff60a11-837d-41ea-ab64-a2260e88579e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1378 | 2024.03.25 19:35:29.991119 [ 3 ] {} <Debug> HTTP-Session: 4ff60a11-837d-41ea-ab64-a2260e88579e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1379 | 2024.03.25 19:35:29.991167 [ 3 ] {} <Trace> HTTP-Session: 4ff60a11-837d-41ea-ab64-a2260e88579e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1380 | 2024.03.25 19:35:29.991288 [ 3 ] {86aaf1d9-3680-4a7e-b3f0-42dfccb40bb4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 1381 | 2024.03.25 19:35:29.991352 [ 3 ] {86aaf1d9-3680-4a7e-b3f0-42dfccb40bb4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1382 | 2024.03.25 19:35:29.991540 [ 3 ] {86aaf1d9-3680-4a7e-b3f0-42dfccb40bb4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1383 | 2024.03.25 19:35:29.992041 [ 3 ] {86aaf1d9-3680-4a7e-b3f0-42dfccb40bb4} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1384 | 2024.03.25 19:35:29.992080 [ 3 ] {86aaf1d9-3680-4a7e-b3f0-42dfccb40bb4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 1385 | 2024.03.25 19:35:29.992460 [ 3 ] {86aaf1d9-3680-4a7e-b3f0-42dfccb40bb4} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1386 | 2024.03.25 19:35:29.992812 [ 3 ] {86aaf1d9-3680-4a7e-b3f0-42dfccb40bb4} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1387 | 2024.03.25 19:35:29.992956 [ 3 ] {86aaf1d9-3680-4a7e-b3f0-42dfccb40bb4} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.001723 sec., 15089.959373186304 rows/sec., 1.14 MiB/sec. | ||
| 1388 | 2024.03.25 19:35:29.993124 [ 3 ] {86aaf1d9-3680-4a7e-b3f0-42dfccb40bb4} <Debug> DynamicQueryHandler: Done processing query | ||
| 1389 | 2024.03.25 19:35:29.993150 [ 3 ] {86aaf1d9-3680-4a7e-b3f0-42dfccb40bb4} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 1390 | 2024.03.25 19:35:29.993166 [ 3 ] {} <Debug> HTTP-Session: 4ff60a11-837d-41ea-ab64-a2260e88579e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1391 | 2024.03.25 19:35:29.993345 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4792, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1392 | 2024.03.25 19:35:29.993398 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1393 | 2024.03.25 19:35:29.993417 [ 3 ] {} <Debug> HTTP-Session: 830494e2-fc47-467c-ab1e-c6507941084d Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 1394 | 2024.03.25 19:35:29.993436 [ 3 ] {} <Debug> HTTP-Session: 830494e2-fc47-467c-ab1e-c6507941084d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1395 | 2024.03.25 19:35:29.993450 [ 3 ] {} <Debug> HTTP-Session: 830494e2-fc47-467c-ab1e-c6507941084d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1396 | 2024.03.25 19:35:29.993484 [ 3 ] {} <Trace> HTTP-Session: 830494e2-fc47-467c-ab1e-c6507941084d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1397 | 2024.03.25 19:35:29.993564 [ 3 ] {f59eb850-2bfa-40a4-b18b-c37b1841bb01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 1398 | 2024.03.25 19:35:29.993608 [ 3 ] {f59eb850-2bfa-40a4-b18b-c37b1841bb01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1399 | 2024.03.25 19:35:29.993741 [ 3 ] {f59eb850-2bfa-40a4-b18b-c37b1841bb01} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1400 | 2024.03.25 19:35:29.994067 [ 3 ] {f59eb850-2bfa-40a4-b18b-c37b1841bb01} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1401 | 2024.03.25 19:35:29.994105 [ 3 ] {f59eb850-2bfa-40a4-b18b-c37b1841bb01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 1402 | 2024.03.25 19:35:29.994433 [ 3 ] {f59eb850-2bfa-40a4-b18b-c37b1841bb01} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1403 | 2024.03.25 19:35:29.994739 [ 3 ] {f59eb850-2bfa-40a4-b18b-c37b1841bb01} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1404 | 2024.03.25 19:35:29.994896 [ 3 ] {f59eb850-2bfa-40a4-b18b-c37b1841bb01} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.00136 sec., 20588.235294117647 rows/sec., 1.61 MiB/sec. | ||
| 1405 | 2024.03.25 19:35:29.995017 [ 3 ] {f59eb850-2bfa-40a4-b18b-c37b1841bb01} <Debug> DynamicQueryHandler: Done processing query | ||
| 1406 | 2024.03.25 19:35:29.995041 [ 3 ] {f59eb850-2bfa-40a4-b18b-c37b1841bb01} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 1407 | 2024.03.25 19:35:29.995057 [ 3 ] {} <Debug> HTTP-Session: 830494e2-fc47-467c-ab1e-c6507941084d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1408 | 2024.03.25 19:35:29.995211 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 19137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1409 | 2024.03.25 19:35:29.995262 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1410 | 2024.03.25 19:35:29.995280 [ 3 ] {} <Debug> HTTP-Session: 8935198b-f94d-4631-b809-99accacd002b Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 1411 | 2024.03.25 19:35:29.995297 [ 3 ] {} <Debug> HTTP-Session: 8935198b-f94d-4631-b809-99accacd002b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1412 | 2024.03.25 19:35:29.995311 [ 3 ] {} <Debug> HTTP-Session: 8935198b-f94d-4631-b809-99accacd002b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1413 | 2024.03.25 19:35:29.995342 [ 3 ] {} <Trace> HTTP-Session: 8935198b-f94d-4631-b809-99accacd002b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1414 | 2024.03.25 19:35:29.995447 [ 3 ] {2f9c4928-58db-4906-a348-4c61aee497a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 1415 | 2024.03.25 19:35:29.995492 [ 3 ] {2f9c4928-58db-4906-a348-4c61aee497a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1416 | 2024.03.25 19:35:29.995638 [ 3 ] {2f9c4928-58db-4906-a348-4c61aee497a1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1417 | 2024.03.25 19:35:29.996007 [ 3 ] {2f9c4928-58db-4906-a348-4c61aee497a1} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1418 | 2024.03.25 19:35:29.996043 [ 3 ] {2f9c4928-58db-4906-a348-4c61aee497a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 1419 | 2024.03.25 19:35:29.996437 [ 3 ] {2f9c4928-58db-4906-a348-4c61aee497a1} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1420 | 2024.03.25 19:35:29.996772 [ 3 ] {2f9c4928-58db-4906-a348-4c61aee497a1} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1421 | 2024.03.25 19:35:29.996933 [ 3 ] {2f9c4928-58db-4906-a348-4c61aee497a1} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.00154 sec., 64935.06493506494 rows/sec., 4.50 MiB/sec. | ||
| 1422 | 2024.03.25 19:35:29.997047 [ 3 ] {2f9c4928-58db-4906-a348-4c61aee497a1} <Debug> DynamicQueryHandler: Done processing query | ||
| 1423 | 2024.03.25 19:35:29.997071 [ 3 ] {2f9c4928-58db-4906-a348-4c61aee497a1} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
| 1424 | 2024.03.25 19:35:29.997088 [ 3 ] {} <Debug> HTTP-Session: 8935198b-f94d-4631-b809-99accacd002b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1425 | 2024.03.25 19:35:29.997207 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1426 | 2024.03.25 19:35:29.997253 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1427 | 2024.03.25 19:35:29.997272 [ 3 ] {} <Debug> HTTP-Session: 48d60a89-4d80-42af-b5b8-940415c37e5c Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 1428 | 2024.03.25 19:35:29.997288 [ 3 ] {} <Debug> HTTP-Session: 48d60a89-4d80-42af-b5b8-940415c37e5c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1429 | 2024.03.25 19:35:29.997301 [ 3 ] {} <Debug> HTTP-Session: 48d60a89-4d80-42af-b5b8-940415c37e5c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1430 | 2024.03.25 19:35:29.997332 [ 3 ] {} <Trace> HTTP-Session: 48d60a89-4d80-42af-b5b8-940415c37e5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1431 | 2024.03.25 19:35:29.997405 [ 3 ] {58000fb6-2179-4352-8a44-9c960ec25f3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 1432 | 2024.03.25 19:35:29.997448 [ 3 ] {58000fb6-2179-4352-8a44-9c960ec25f3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1433 | 2024.03.25 19:35:29.997571 [ 3 ] {58000fb6-2179-4352-8a44-9c960ec25f3e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1434 | 2024.03.25 19:35:29.997838 [ 3 ] {58000fb6-2179-4352-8a44-9c960ec25f3e} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1435 | 2024.03.25 19:35:29.997900 [ 3 ] {58000fb6-2179-4352-8a44-9c960ec25f3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 1436 | 2024.03.25 19:35:29.998242 [ 3 ] {58000fb6-2179-4352-8a44-9c960ec25f3e} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1437 | 2024.03.25 19:35:29.998564 [ 3 ] {58000fb6-2179-4352-8a44-9c960ec25f3e} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1438 | 2024.03.25 19:35:29.998710 [ 3 ] {58000fb6-2179-4352-8a44-9c960ec25f3e} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001336 sec., 22455.08982035928 rows/sec., 1.54 MiB/sec. | ||
| 1439 | 2024.03.25 19:35:29.998828 [ 3 ] {58000fb6-2179-4352-8a44-9c960ec25f3e} <Debug> DynamicQueryHandler: Done processing query | ||
| 1440 | 2024.03.25 19:35:29.998852 [ 3 ] {58000fb6-2179-4352-8a44-9c960ec25f3e} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 1441 | 2024.03.25 19:35:29.998868 [ 3 ] {} <Debug> HTTP-Session: 48d60a89-4d80-42af-b5b8-940415c37e5c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1442 | 2024.03.25 19:35:34.992186 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 5931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1443 | 2024.03.25 19:35:34.992377 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1444 | 2024.03.25 19:35:34.992422 [ 3 ] {} <Debug> HTTP-Session: ebc600e2-d154-4f60-9b7a-677e1ef16c5e Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 1445 | 2024.03.25 19:35:34.992474 [ 3 ] {} <Debug> HTTP-Session: ebc600e2-d154-4f60-9b7a-677e1ef16c5e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1446 | 2024.03.25 19:35:34.992545 [ 3 ] {} <Debug> HTTP-Session: ebc600e2-d154-4f60-9b7a-677e1ef16c5e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1447 | 2024.03.25 19:35:34.992630 [ 3 ] {} <Trace> HTTP-Session: ebc600e2-d154-4f60-9b7a-677e1ef16c5e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1448 | 2024.03.25 19:35:34.992834 [ 3 ] {d800c266-93d4-48ff-9332-9cafaffd3086} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 1449 | 2024.03.25 19:35:34.992941 [ 3 ] {d800c266-93d4-48ff-9332-9cafaffd3086} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 1450 | 2024.03.25 19:35:34.993161 [ 3 ] {d800c266-93d4-48ff-9332-9cafaffd3086} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1451 | 2024.03.25 19:35:34.993616 [ 3 ] {d800c266-93d4-48ff-9332-9cafaffd3086} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1452 | 2024.03.25 19:35:34.993665 [ 3 ] {d800c266-93d4-48ff-9332-9cafaffd3086} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 1453 | 2024.03.25 19:35:34.994053 [ 3 ] {d800c266-93d4-48ff-9332-9cafaffd3086} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1454 | 2024.03.25 19:35:34.994390 [ 3 ] {d800c266-93d4-48ff-9332-9cafaffd3086} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1455 | 2024.03.25 19:35:34.994531 [ 3 ] {d800c266-93d4-48ff-9332-9cafaffd3086} <Debug> executeQuery: Read 41 rows, 3.32 KiB in 0.001802 sec., 22752.497225305215 rows/sec., 1.80 MiB/sec. | ||
| 1456 | 2024.03.25 19:35:34.994683 [ 3 ] {d800c266-93d4-48ff-9332-9cafaffd3086} <Debug> DynamicQueryHandler: Done processing query | ||
| 1457 | 2024.03.25 19:35:34.994710 [ 3 ] {d800c266-93d4-48ff-9332-9cafaffd3086} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 1458 | 2024.03.25 19:35:34.994727 [ 3 ] {} <Debug> HTTP-Session: ebc600e2-d154-4f60-9b7a-677e1ef16c5e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1459 | 2024.03.25 19:35:34.994962 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 23383, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1460 | 2024.03.25 19:35:34.995016 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1461 | 2024.03.25 19:35:34.995035 [ 3 ] {} <Debug> HTTP-Session: 39dabc60-fe64-42a9-b206-8508e7ea0992 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 1462 | 2024.03.25 19:35:34.995052 [ 3 ] {} <Debug> HTTP-Session: 39dabc60-fe64-42a9-b206-8508e7ea0992 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1463 | 2024.03.25 19:35:34.995066 [ 3 ] {} <Debug> HTTP-Session: 39dabc60-fe64-42a9-b206-8508e7ea0992 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1464 | 2024.03.25 19:35:34.995100 [ 3 ] {} <Trace> HTTP-Session: 39dabc60-fe64-42a9-b206-8508e7ea0992 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1465 | 2024.03.25 19:35:34.995215 [ 3 ] {4ba88011-14a4-428d-b18b-0f292e2b27c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 1466 | 2024.03.25 19:35:34.995260 [ 3 ] {4ba88011-14a4-428d-b18b-0f292e2b27c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1467 | 2024.03.25 19:35:34.995385 [ 3 ] {4ba88011-14a4-428d-b18b-0f292e2b27c6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1468 | 2024.03.25 19:35:34.995784 [ 3 ] {4ba88011-14a4-428d-b18b-0f292e2b27c6} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1469 | 2024.03.25 19:35:34.995820 [ 3 ] {4ba88011-14a4-428d-b18b-0f292e2b27c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 1470 | 2024.03.25 19:35:34.996147 [ 3 ] {4ba88011-14a4-428d-b18b-0f292e2b27c6} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1471 | 2024.03.25 19:35:34.996451 [ 3 ] {4ba88011-14a4-428d-b18b-0f292e2b27c6} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1472 | 2024.03.25 19:35:34.996581 [ 3 ] {4ba88011-14a4-428d-b18b-0f292e2b27c6} <Debug> executeQuery: Read 149 rows, 14.28 KiB in 0.00143 sec., 104195.80419580419 rows/sec., 9.75 MiB/sec. | ||
| 1473 | 2024.03.25 19:35:34.996704 [ 3 ] {4ba88011-14a4-428d-b18b-0f292e2b27c6} <Debug> DynamicQueryHandler: Done processing query | ||
| 1474 | 2024.03.25 19:35:34.996729 [ 3 ] {4ba88011-14a4-428d-b18b-0f292e2b27c6} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
| 1475 | 2024.03.25 19:35:34.996744 [ 3 ] {} <Debug> HTTP-Session: 39dabc60-fe64-42a9-b206-8508e7ea0992 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1476 | 2024.03.25 19:35:34.996871 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 11738, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1477 | 2024.03.25 19:35:34.996921 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1478 | 2024.03.25 19:35:34.996939 [ 3 ] {} <Debug> HTTP-Session: 58a648da-9aac-44e8-87c0-9801963d42dc Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 1479 | 2024.03.25 19:35:34.996957 [ 3 ] {} <Debug> HTTP-Session: 58a648da-9aac-44e8-87c0-9801963d42dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1480 | 2024.03.25 19:35:34.996970 [ 3 ] {} <Debug> HTTP-Session: 58a648da-9aac-44e8-87c0-9801963d42dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1481 | 2024.03.25 19:35:34.997001 [ 3 ] {} <Trace> HTTP-Session: 58a648da-9aac-44e8-87c0-9801963d42dc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1482 | 2024.03.25 19:35:34.997093 [ 3 ] {413f5560-6379-4f0c-b884-e311eaf02154} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 1483 | 2024.03.25 19:35:34.997134 [ 3 ] {413f5560-6379-4f0c-b884-e311eaf02154} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1484 | 2024.03.25 19:35:34.997257 [ 3 ] {413f5560-6379-4f0c-b884-e311eaf02154} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1485 | 2024.03.25 19:35:34.997561 [ 3 ] {413f5560-6379-4f0c-b884-e311eaf02154} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1486 | 2024.03.25 19:35:34.997596 [ 3 ] {413f5560-6379-4f0c-b884-e311eaf02154} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 1487 | 2024.03.25 19:35:34.997901 [ 3 ] {413f5560-6379-4f0c-b884-e311eaf02154} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1488 | 2024.03.25 19:35:34.998215 [ 3 ] {413f5560-6379-4f0c-b884-e311eaf02154} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1489 | 2024.03.25 19:35:34.998346 [ 3 ] {413f5560-6379-4f0c-b884-e311eaf02154} <Debug> executeQuery: Read 69 rows, 5.52 KiB in 0.001301 sec., 53036.12605687932 rows/sec., 4.14 MiB/sec. | ||
| 1490 | 2024.03.25 19:35:34.998456 [ 3 ] {413f5560-6379-4f0c-b884-e311eaf02154} <Debug> DynamicQueryHandler: Done processing query | ||
| 1491 | 2024.03.25 19:35:34.998479 [ 3 ] {413f5560-6379-4f0c-b884-e311eaf02154} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 1492 | 2024.03.25 19:35:34.998496 [ 3 ] {} <Debug> HTTP-Session: 58a648da-9aac-44e8-87c0-9801963d42dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1493 | 2024.03.25 19:35:34.998617 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 19137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1494 | 2024.03.25 19:35:34.998664 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1495 | 2024.03.25 19:35:34.998682 [ 3 ] {} <Debug> HTTP-Session: 59e5628b-a141-45d1-b7b3-d3d5bbcc966d Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 1496 | 2024.03.25 19:35:34.998699 [ 3 ] {} <Debug> HTTP-Session: 59e5628b-a141-45d1-b7b3-d3d5bbcc966d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1497 | 2024.03.25 19:35:34.998713 [ 3 ] {} <Debug> HTTP-Session: 59e5628b-a141-45d1-b7b3-d3d5bbcc966d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1498 | 2024.03.25 19:35:34.998744 [ 3 ] {} <Trace> HTTP-Session: 59e5628b-a141-45d1-b7b3-d3d5bbcc966d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1499 | 2024.03.25 19:35:34.998843 [ 3 ] {eab1b542-8637-4585-867e-15806be953fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 1500 | 2024.03.25 19:35:34.998888 [ 3 ] {eab1b542-8637-4585-867e-15806be953fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1501 | 2024.03.25 19:35:34.999026 [ 3 ] {eab1b542-8637-4585-867e-15806be953fd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1502 | 2024.03.25 19:35:34.999351 [ 3 ] {eab1b542-8637-4585-867e-15806be953fd} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1503 | 2024.03.25 19:35:34.999385 [ 3 ] {eab1b542-8637-4585-867e-15806be953fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 1504 | 2024.03.25 19:35:34.999758 [ 3 ] {eab1b542-8637-4585-867e-15806be953fd} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1505 | 2024.03.25 19:35:35.000082 [ 3 ] {eab1b542-8637-4585-867e-15806be953fd} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1506 | 2024.03.25 19:35:35.000213 [ 3 ] {eab1b542-8637-4585-867e-15806be953fd} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001424 sec., 70224.7191011236 rows/sec., 4.87 MiB/sec. | ||
| 1507 | 2024.03.25 19:35:35.000337 [ 3 ] {eab1b542-8637-4585-867e-15806be953fd} <Debug> DynamicQueryHandler: Done processing query | ||
| 1508 | 2024.03.25 19:35:35.000362 [ 3 ] {eab1b542-8637-4585-867e-15806be953fd} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
| 1509 | 2024.03.25 19:35:35.000378 [ 3 ] {} <Debug> HTTP-Session: 59e5628b-a141-45d1-b7b3-d3d5bbcc966d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1510 | 2024.03.25 19:35:35.000584 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 43872, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1511 | 2024.03.25 19:35:35.000632 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1512 | 2024.03.25 19:35:35.000651 [ 3 ] {} <Debug> HTTP-Session: 0ff271f1-e080-44d5-a696-ecec37967671 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 1513 | 2024.03.25 19:35:35.000668 [ 3 ] {} <Debug> HTTP-Session: 0ff271f1-e080-44d5-a696-ecec37967671 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1514 | 2024.03.25 19:35:35.000681 [ 3 ] {} <Debug> HTTP-Session: 0ff271f1-e080-44d5-a696-ecec37967671 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1515 | 2024.03.25 19:35:35.000712 [ 3 ] {} <Trace> HTTP-Session: 0ff271f1-e080-44d5-a696-ecec37967671 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1516 | 2024.03.25 19:35:35.000973 [ 3 ] {b29c77d9-e1a5-4119-a353-7c85eb3fa98d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 1517 | 2024.03.25 19:35:35.001023 [ 3 ] {b29c77d9-e1a5-4119-a353-7c85eb3fa98d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 1518 | 2024.03.25 19:35:35.001126 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 177.58 MiB, peak 181.85 MiB, free memory in arenas 0.00 B, will set to 176.34 MiB (RSS), difference: -1.24 MiB | ||
| 1519 | 2024.03.25 19:35:35.001279 [ 3 ] {b29c77d9-e1a5-4119-a353-7c85eb3fa98d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1520 | 2024.03.25 19:35:35.002119 [ 3 ] {b29c77d9-e1a5-4119-a353-7c85eb3fa98d} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1521 | 2024.03.25 19:35:35.002155 [ 3 ] {b29c77d9-e1a5-4119-a353-7c85eb3fa98d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 1522 | 2024.03.25 19:35:35.002574 [ 3 ] {b29c77d9-e1a5-4119-a353-7c85eb3fa98d} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1523 | 2024.03.25 19:35:35.002908 [ 3 ] {b29c77d9-e1a5-4119-a353-7c85eb3fa98d} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1524 | 2024.03.25 19:35:35.003049 [ 3 ] {b29c77d9-e1a5-4119-a353-7c85eb3fa98d} <Debug> executeQuery: Read 41 rows, 56.66 KiB in 0.002281 sec., 17974.572555896535 rows/sec., 24.26 MiB/sec. | ||
| 1525 | 2024.03.25 19:35:35.003283 [ 3 ] {b29c77d9-e1a5-4119-a353-7c85eb3fa98d} <Debug> DynamicQueryHandler: Done processing query | ||
| 1526 | 2024.03.25 19:35:35.003307 [ 3 ] {b29c77d9-e1a5-4119-a353-7c85eb3fa98d} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
| 1527 | 2024.03.25 19:35:35.003323 [ 3 ] {} <Debug> HTTP-Session: 0ff271f1-e080-44d5-a696-ecec37967671 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1528 | 2024.03.25 19:35:35.003441 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1529 | 2024.03.25 19:35:35.003490 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1530 | 2024.03.25 19:35:35.003508 [ 3 ] {} <Debug> HTTP-Session: 94c00989-2a9d-4b0d-8e4f-2725c24dc764 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 1531 | 2024.03.25 19:35:35.003524 [ 3 ] {} <Debug> HTTP-Session: 94c00989-2a9d-4b0d-8e4f-2725c24dc764 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1532 | 2024.03.25 19:35:35.003538 [ 3 ] {} <Debug> HTTP-Session: 94c00989-2a9d-4b0d-8e4f-2725c24dc764 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1533 | 2024.03.25 19:35:35.003568 [ 3 ] {} <Trace> HTTP-Session: 94c00989-2a9d-4b0d-8e4f-2725c24dc764 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1534 | 2024.03.25 19:35:35.003642 [ 3 ] {d82ed2f4-e2ae-473e-948b-a72cae51ecd7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 1535 | 2024.03.25 19:35:35.003685 [ 3 ] {d82ed2f4-e2ae-473e-948b-a72cae51ecd7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1536 | 2024.03.25 19:35:35.003829 [ 3 ] {d82ed2f4-e2ae-473e-948b-a72cae51ecd7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1537 | 2024.03.25 19:35:35.004190 [ 3 ] {d82ed2f4-e2ae-473e-948b-a72cae51ecd7} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1538 | 2024.03.25 19:35:35.004227 [ 3 ] {d82ed2f4-e2ae-473e-948b-a72cae51ecd7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 1539 | 2024.03.25 19:35:35.004585 [ 3 ] {d82ed2f4-e2ae-473e-948b-a72cae51ecd7} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1540 | 2024.03.25 19:35:35.004910 [ 3 ] {d82ed2f4-e2ae-473e-948b-a72cae51ecd7} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1541 | 2024.03.25 19:35:35.005039 [ 3 ] {d82ed2f4-e2ae-473e-948b-a72cae51ecd7} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001429 sec., 20993.70188943317 rows/sec., 1.44 MiB/sec. | ||
| 1542 | 2024.03.25 19:35:35.005160 [ 3 ] {d82ed2f4-e2ae-473e-948b-a72cae51ecd7} <Debug> DynamicQueryHandler: Done processing query | ||
| 1543 | 2024.03.25 19:35:35.005184 [ 3 ] {d82ed2f4-e2ae-473e-948b-a72cae51ecd7} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 1544 | 2024.03.25 19:35:35.005200 [ 3 ] {} <Debug> HTTP-Session: 94c00989-2a9d-4b0d-8e4f-2725c24dc764 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1545 | 2024.03.25 19:35:36.609542 [ 106 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1546 | 2024.03.25 19:35:36.609590 [ 106 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1547 | 2024.03.25 19:35:39.989931 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 3629, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1548 | 2024.03.25 19:35:39.990067 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1549 | 2024.03.25 19:35:39.990097 [ 3 ] {} <Debug> HTTP-Session: ec941f2d-376a-4a0f-b2fa-556476c41f54 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 1550 | 2024.03.25 19:35:39.990125 [ 3 ] {} <Debug> HTTP-Session: ec941f2d-376a-4a0f-b2fa-556476c41f54 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1551 | 2024.03.25 19:35:39.990144 [ 3 ] {} <Debug> HTTP-Session: ec941f2d-376a-4a0f-b2fa-556476c41f54 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1552 | 2024.03.25 19:35:39.990200 [ 3 ] {} <Trace> HTTP-Session: ec941f2d-376a-4a0f-b2fa-556476c41f54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1553 | 2024.03.25 19:35:39.990338 [ 3 ] {6cb7f46b-1bcd-440c-b5d1-592191da63f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 1554 | 2024.03.25 19:35:39.990412 [ 3 ] {6cb7f46b-1bcd-440c-b5d1-592191da63f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1555 | 2024.03.25 19:35:39.990632 [ 3 ] {6cb7f46b-1bcd-440c-b5d1-592191da63f5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1556 | 2024.03.25 19:35:39.991132 [ 3 ] {6cb7f46b-1bcd-440c-b5d1-592191da63f5} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1557 | 2024.03.25 19:35:39.991183 [ 3 ] {6cb7f46b-1bcd-440c-b5d1-592191da63f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 1558 | 2024.03.25 19:35:39.991577 [ 3 ] {6cb7f46b-1bcd-440c-b5d1-592191da63f5} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1559 | 2024.03.25 19:35:39.991910 [ 3 ] {6cb7f46b-1bcd-440c-b5d1-592191da63f5} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1560 | 2024.03.25 19:35:39.992078 [ 3 ] {6cb7f46b-1bcd-440c-b5d1-592191da63f5} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.001796 sec., 14476.614699331847 rows/sec., 1.09 MiB/sec. | ||
| 1561 | 2024.03.25 19:35:39.992099 [ 103 ] {} <Debug> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1562 | 2024.03.25 19:35:39.992248 [ 103 ] {} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1563 | 2024.03.25 19:35:39.992286 [ 3 ] {6cb7f46b-1bcd-440c-b5d1-592191da63f5} <Debug> DynamicQueryHandler: Done processing query | ||
| 1564 | 2024.03.25 19:35:39.992314 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 1565 | 2024.03.25 19:35:39.992330 [ 3 ] {6cb7f46b-1bcd-440c-b5d1-592191da63f5} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 1566 | 2024.03.25 19:35:39.992376 [ 3 ] {} <Debug> HTTP-Session: ec941f2d-376a-4a0f-b2fa-556476c41f54 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1567 | 2024.03.25 19:35:39.992597 [ 197 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::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 | ||
| 1568 | 2024.03.25 19:35:39.992610 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4792, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1569 | 2024.03.25 19:35:39.992729 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1570 | 2024.03.25 19:35:39.992759 [ 3 ] {} <Debug> HTTP-Session: 41f073bb-210c-4f4a-923c-1ddf78269a4d Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 1571 | 2024.03.25 19:35:39.992804 [ 3 ] {} <Debug> HTTP-Session: 41f073bb-210c-4f4a-923c-1ddf78269a4d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1572 | 2024.03.25 19:35:39.992843 [ 3 ] {} <Debug> HTTP-Session: 41f073bb-210c-4f4a-923c-1ddf78269a4d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1573 | 2024.03.25 19:35:39.992932 [ 3 ] {} <Trace> HTTP-Session: 41f073bb-210c-4f4a-923c-1ddf78269a4d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1574 | 2024.03.25 19:35:39.992936 [ 197 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1575 | 2024.03.25 19:35:39.993044 [ 197 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 26 rows starting from the beginning of the part | ||
| 1576 | 2024.03.25 19:35:39.993076 [ 3 ] {61fe9fb4-4e99-4d34-9298-e76b31cf9881} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 1577 | 2024.03.25 19:35:39.993172 [ 3 ] {61fe9fb4-4e99-4d34-9298-e76b31cf9881} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1578 | 2024.03.25 19:35:39.993311 [ 197 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 26 rows starting from the beginning of the part | ||
| 1579 | 2024.03.25 19:35:39.993574 [ 197 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 146 rows starting from the beginning of the part | ||
| 1580 | 2024.03.25 19:35:39.993814 [ 197 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 26 rows starting from the beginning of the part | ||
| 1581 | 2024.03.25 19:35:39.994198 [ 197 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 149 rows starting from the beginning of the part | ||
| 1582 | 2024.03.25 19:35:39.994523 [ 197 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 26 rows starting from the beginning of the part | ||
| 1583 | 2024.03.25 19:35:39.994794 [ 3 ] {61fe9fb4-4e99-4d34-9298-e76b31cf9881} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1584 | 2024.03.25 19:35:39.995741 [ 3 ] {61fe9fb4-4e99-4d34-9298-e76b31cf9881} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1585 | 2024.03.25 19:35:39.995813 [ 3 ] {61fe9fb4-4e99-4d34-9298-e76b31cf9881} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 1586 | 2024.03.25 19:35:39.996807 [ 3 ] {61fe9fb4-4e99-4d34-9298-e76b31cf9881} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1587 | 2024.03.25 19:35:39.997534 [ 197 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 399 rows, containing 4 columns (4 merged, 0 gathered) in 0.005067505 sec., 78736.97213914935 rows/sec., 6.99 MiB/sec. | ||
| 1588 | 2024.03.25 19:35:39.997676 [ 3 ] {61fe9fb4-4e99-4d34-9298-e76b31cf9881} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1589 | 2024.03.25 19:35:39.997769 [ 197 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1590 | 2024.03.25 19:35:39.997923 [ 101 ] {} <Debug> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1591 | 2024.03.25 19:35:39.997987 [ 3 ] {61fe9fb4-4e99-4d34-9298-e76b31cf9881} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.00497 sec., 5633.802816901409 rows/sec., 449.97 KiB/sec. | ||
| 1592 | 2024.03.25 19:35:39.998005 [ 101 ] {} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1593 | 2024.03.25 19:35:39.998114 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 1594 | 2024.03.25 19:35:39.998714 [ 3 ] {61fe9fb4-4e99-4d34-9298-e76b31cf9881} <Debug> DynamicQueryHandler: Done processing query | ||
| 1595 | 2024.03.25 19:35:39.998711 [ 186 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::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 | ||
| 1596 | 2024.03.25 19:35:39.998776 [ 3 ] {61fe9fb4-4e99-4d34-9298-e76b31cf9881} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 1597 | 2024.03.25 19:35:39.998866 [ 3 ] {} <Debug> HTTP-Session: 41f073bb-210c-4f4a-923c-1ddf78269a4d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1598 | 2024.03.25 19:35:39.999143 [ 186 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1599 | 2024.03.25 19:35:39.999157 [ 192 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_6_1} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1600 | 2024.03.25 19:35:39.999171 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 19137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1601 | 2024.03.25 19:35:39.999198 [ 186 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::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 | ||
| 1602 | 2024.03.25 19:35:39.999267 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1603 | 2024.03.25 19:35:39.999329 [ 3 ] {} <Debug> HTTP-Session: 70ef3e24-072e-48e0-ae95-26e2fc8a2f3f Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 1604 | 2024.03.25 19:35:39.999405 [ 192 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_6_1} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1605 | 2024.03.25 19:35:39.999428 [ 3 ] {} <Debug> HTTP-Session: 70ef3e24-072e-48e0-ae95-26e2fc8a2f3f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1606 | 2024.03.25 19:35:39.999556 [ 3 ] {} <Debug> HTTP-Session: 70ef3e24-072e-48e0-ae95-26e2fc8a2f3f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1607 | 2024.03.25 19:35:39.999617 [ 186 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 28 rows starting from the beginning of the part | ||
| 1608 | 2024.03.25 19:35:39.999773 [ 3 ] {} <Trace> HTTP-Session: 70ef3e24-072e-48e0-ae95-26e2fc8a2f3f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1609 | 2024.03.25 19:35:39.999845 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 1610 | 2024.03.25 19:35:40.000035 [ 186 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 78 rows starting from the beginning of the part | ||
| 1611 | 2024.03.25 19:35:40.000214 [ 186 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 28 rows starting from the beginning of the part | ||
| 1612 | 2024.03.25 19:35:40.000296 [ 3 ] {d501336f-dd5e-43fe-8d97-457b62f2e67b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 1613 | 2024.03.25 19:35:40.000402 [ 3 ] {d501336f-dd5e-43fe-8d97-457b62f2e67b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1614 | 2024.03.25 19:35:40.000601 [ 186 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 69 rows starting from the beginning of the part | ||
| 1615 | 2024.03.25 19:35:40.000924 [ 186 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 28 rows starting from the beginning of the part | ||
| 1616 | 2024.03.25 19:35:40.001150 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 177.55 MiB, peak 185.06 MiB, free memory in arenas 0.00 B, will set to 176.54 MiB (RSS), difference: -1.01 MiB | ||
| 1617 | 2024.03.25 19:35:40.002051 [ 3 ] {d501336f-dd5e-43fe-8d97-457b62f2e67b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1618 | 2024.03.25 19:35:40.003020 [ 3 ] {d501336f-dd5e-43fe-8d97-457b62f2e67b} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1619 | 2024.03.25 19:35:40.003089 [ 3 ] {d501336f-dd5e-43fe-8d97-457b62f2e67b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 1620 | 2024.03.25 19:35:40.004077 [ 186 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 259 rows, containing 4 columns (4 merged, 0 gathered) in 0.005749931 sec., 45044.01878909503 rows/sec., 3.52 MiB/sec. | ||
| 1621 | 2024.03.25 19:35:40.004142 [ 3 ] {d501336f-dd5e-43fe-8d97-457b62f2e67b} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1622 | 2024.03.25 19:35:40.004294 [ 186 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1623 | 2024.03.25 19:35:40.005043 [ 3 ] {d501336f-dd5e-43fe-8d97-457b62f2e67b} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1624 | 2024.03.25 19:35:40.005209 [ 186 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_6_1} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1625 | 2024.03.25 19:35:40.005290 [ 101 ] {} <Debug> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1626 | 2024.03.25 19:35:40.005381 [ 101 ] {} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1627 | 2024.03.25 19:35:40.005378 [ 3 ] {d501336f-dd5e-43fe-8d97-457b62f2e67b} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.005288 sec., 18910.741301059003 rows/sec., 1.31 MiB/sec. | ||
| 1628 | 2024.03.25 19:35:40.005448 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 1629 | 2024.03.25 19:35:40.005675 [ 186 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_6_1} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1630 | 2024.03.25 19:35:40.005856 [ 192 ] {f120f923-a49b-460a-9be5-7ff67cf25969::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 | ||
| 1631 | 2024.03.25 19:35:40.005935 [ 3 ] {d501336f-dd5e-43fe-8d97-457b62f2e67b} <Debug> DynamicQueryHandler: Done processing query | ||
| 1632 | 2024.03.25 19:35:40.005992 [ 3 ] {d501336f-dd5e-43fe-8d97-457b62f2e67b} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
| 1633 | 2024.03.25 19:35:40.005984 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 1634 | 2024.03.25 19:35:40.006049 [ 3 ] {} <Debug> HTTP-Session: 70ef3e24-072e-48e0-ae95-26e2fc8a2f3f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1635 | 2024.03.25 19:35:40.006165 [ 192 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1636 | 2024.03.25 19:35:40.006208 [ 192 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 40 rows starting from the beginning of the part | ||
| 1637 | 2024.03.25 19:35:40.006221 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1638 | 2024.03.25 19:35:40.006284 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1639 | 2024.03.25 19:35:40.006358 [ 3 ] {} <Debug> HTTP-Session: 06bb7015-2fc1-4c06-bc5d-506064231b49 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 1640 | 2024.03.25 19:35:40.006415 [ 192 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 100 rows starting from the beginning of the part | ||
| 1641 | 2024.03.25 19:35:40.006422 [ 3 ] {} <Debug> HTTP-Session: 06bb7015-2fc1-4c06-bc5d-506064231b49 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1642 | 2024.03.25 19:35:40.006480 [ 3 ] {} <Debug> HTTP-Session: 06bb7015-2fc1-4c06-bc5d-506064231b49 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1643 | 2024.03.25 19:35:40.006621 [ 3 ] {} <Trace> HTTP-Session: 06bb7015-2fc1-4c06-bc5d-506064231b49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1644 | 2024.03.25 19:35:40.006744 [ 192 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 100 rows starting from the beginning of the part | ||
| 1645 | 2024.03.25 19:35:40.006910 [ 3 ] {f73b83ed-722d-47f1-9a32-4a4a32d17e0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 1646 | 2024.03.25 19:35:40.007036 [ 192 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 100 rows starting from the beginning of the part | ||
| 1647 | 2024.03.25 19:35:40.007086 [ 3 ] {f73b83ed-722d-47f1-9a32-4a4a32d17e0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1648 | 2024.03.25 19:35:40.007398 [ 192 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 100 rows starting from the beginning of the part | ||
| 1649 | 2024.03.25 19:35:40.007770 [ 192 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 100 rows starting from the beginning of the part | ||
| 1650 | 2024.03.25 19:35:40.008299 [ 3 ] {f73b83ed-722d-47f1-9a32-4a4a32d17e0b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1651 | 2024.03.25 19:35:40.008751 [ 3 ] {f73b83ed-722d-47f1-9a32-4a4a32d17e0b} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1652 | 2024.03.25 19:35:40.008793 [ 3 ] {f73b83ed-722d-47f1-9a32-4a4a32d17e0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 1653 | 2024.03.25 19:35:40.009354 [ 3 ] {f73b83ed-722d-47f1-9a32-4a4a32d17e0b} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1654 | 2024.03.25 19:35:40.009826 [ 193 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 540 rows, containing 5 columns (5 merged, 0 gathered) in 0.004217504 sec., 128037.8157317693 rows/sec., 8.88 MiB/sec. | ||
| 1655 | 2024.03.25 19:35:40.009956 [ 3 ] {f73b83ed-722d-47f1-9a32-4a4a32d17e0b} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1656 | 2024.03.25 19:35:40.010135 [ 193 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1657 | 2024.03.25 19:35:40.010209 [ 101 ] {} <Debug> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1658 | 2024.03.25 19:35:40.010260 [ 3 ] {f73b83ed-722d-47f1-9a32-4a4a32d17e0b} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.003479 sec., 8623.167576889911 rows/sec., 604.91 KiB/sec. | ||
| 1659 | 2024.03.25 19:35:40.010298 [ 101 ] {} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1660 | 2024.03.25 19:35:40.010399 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 1661 | 2024.03.25 19:35:40.010899 [ 3 ] {f73b83ed-722d-47f1-9a32-4a4a32d17e0b} <Debug> DynamicQueryHandler: Done processing query | ||
| 1662 | 2024.03.25 19:35:40.011028 [ 3 ] {f73b83ed-722d-47f1-9a32-4a4a32d17e0b} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 1663 | 2024.03.25 19:35:40.011040 [ 192 ] {9a1a39e4-f755-44be-b053-27de171f2434::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 | ||
| 1664 | 2024.03.25 19:35:40.011223 [ 3 ] {} <Debug> HTTP-Session: 06bb7015-2fc1-4c06-bc5d-506064231b49 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1665 | 2024.03.25 19:35:40.011653 [ 192 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1666 | 2024.03.25 19:35:40.011717 [ 192 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 12 rows starting from the beginning of the part | ||
| 1667 | 2024.03.25 19:35:40.011895 [ 192 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 30 rows starting from the beginning of the part | ||
| 1668 | 2024.03.25 19:35:40.011925 [ 193 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1669 | 2024.03.25 19:35:40.012300 [ 192 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 30 rows starting from the beginning of the part | ||
| 1670 | 2024.03.25 19:35:40.012320 [ 193 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1671 | 2024.03.25 19:35:40.012581 [ 192 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 30 rows starting from the beginning of the part | ||
| 1672 | 2024.03.25 19:35:40.012609 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 1673 | 2024.03.25 19:35:40.012748 [ 192 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 30 rows starting from the beginning of the part | ||
| 1674 | 2024.03.25 19:35:40.012883 [ 192 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 30 rows starting from the beginning of the part | ||
| 1675 | 2024.03.25 19:35:40.013928 [ 201 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 162 rows, containing 4 columns (4 merged, 0 gathered) in 0.003368714 sec., 48089.567710408184 rows/sec., 3.29 MiB/sec. | ||
| 1676 | 2024.03.25 19:35:40.014079 [ 201 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1677 | 2024.03.25 19:35:40.014469 [ 201 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_6_1} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1678 | 2024.03.25 19:35:40.014546 [ 201 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_6_1} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1679 | 2024.03.25 19:35:40.014630 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 1680 | 2024.03.25 19:35:44.991904 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 6075, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1681 | 2024.03.25 19:35:44.992061 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1682 | 2024.03.25 19:35:44.992108 [ 3 ] {} <Debug> HTTP-Session: b4d50d17-2ef6-465d-a683-acc787fcd5d0 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 1683 | 2024.03.25 19:35:44.992152 [ 3 ] {} <Debug> HTTP-Session: b4d50d17-2ef6-465d-a683-acc787fcd5d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1684 | 2024.03.25 19:35:44.992181 [ 3 ] {} <Debug> HTTP-Session: b4d50d17-2ef6-465d-a683-acc787fcd5d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1685 | 2024.03.25 19:35:44.992259 [ 3 ] {} <Trace> HTTP-Session: b4d50d17-2ef6-465d-a683-acc787fcd5d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1686 | 2024.03.25 19:35:44.992467 [ 3 ] {1cfb7c4a-764f-44ac-8da5-6c66e3dfcdf1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 1687 | 2024.03.25 19:35:44.992574 [ 3 ] {1cfb7c4a-764f-44ac-8da5-6c66e3dfcdf1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 1688 | 2024.03.25 19:35:44.992898 [ 3 ] {1cfb7c4a-764f-44ac-8da5-6c66e3dfcdf1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1689 | 2024.03.25 19:35:44.993396 [ 3 ] {1cfb7c4a-764f-44ac-8da5-6c66e3dfcdf1} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1690 | 2024.03.25 19:35:44.993446 [ 3 ] {1cfb7c4a-764f-44ac-8da5-6c66e3dfcdf1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 1691 | 2024.03.25 19:35:44.993842 [ 3 ] {1cfb7c4a-764f-44ac-8da5-6c66e3dfcdf1} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1692 | 2024.03.25 19:35:44.994196 [ 3 ] {1cfb7c4a-764f-44ac-8da5-6c66e3dfcdf1} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1693 | 2024.03.25 19:35:44.994369 [ 3 ] {1cfb7c4a-764f-44ac-8da5-6c66e3dfcdf1} <Debug> executeQuery: Read 42 rows, 3.40 KiB in 0.002003 sec., 20968.547179231155 rows/sec., 1.66 MiB/sec. | ||
| 1694 | 2024.03.25 19:35:44.994535 [ 3 ] {1cfb7c4a-764f-44ac-8da5-6c66e3dfcdf1} <Debug> DynamicQueryHandler: Done processing query | ||
| 1695 | 2024.03.25 19:35:44.994562 [ 3 ] {1cfb7c4a-764f-44ac-8da5-6c66e3dfcdf1} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 1696 | 2024.03.25 19:35:44.994579 [ 3 ] {} <Debug> HTTP-Session: b4d50d17-2ef6-465d-a683-acc787fcd5d0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1697 | 2024.03.25 19:35:44.994776 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 23833, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1698 | 2024.03.25 19:35:44.994831 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1699 | 2024.03.25 19:35:44.994850 [ 3 ] {} <Debug> HTTP-Session: c6e4a25c-c8f5-466f-9f7d-5a052ea4818d Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 1700 | 2024.03.25 19:35:44.994868 [ 3 ] {} <Debug> HTTP-Session: c6e4a25c-c8f5-466f-9f7d-5a052ea4818d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1701 | 2024.03.25 19:35:44.994882 [ 3 ] {} <Debug> HTTP-Session: c6e4a25c-c8f5-466f-9f7d-5a052ea4818d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1702 | 2024.03.25 19:35:44.994916 [ 3 ] {} <Trace> HTTP-Session: c6e4a25c-c8f5-466f-9f7d-5a052ea4818d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1703 | 2024.03.25 19:35:44.995040 [ 3 ] {16a7e6bd-e01f-4311-aa06-817191cf9176} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 1704 | 2024.03.25 19:35:44.995085 [ 3 ] {16a7e6bd-e01f-4311-aa06-817191cf9176} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1705 | 2024.03.25 19:35:44.995222 [ 3 ] {16a7e6bd-e01f-4311-aa06-817191cf9176} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1706 | 2024.03.25 19:35:44.995624 [ 3 ] {16a7e6bd-e01f-4311-aa06-817191cf9176} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1707 | 2024.03.25 19:35:44.995664 [ 3 ] {16a7e6bd-e01f-4311-aa06-817191cf9176} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 1708 | 2024.03.25 19:35:44.996001 [ 3 ] {16a7e6bd-e01f-4311-aa06-817191cf9176} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1709 | 2024.03.25 19:35:44.996338 [ 3 ] {16a7e6bd-e01f-4311-aa06-817191cf9176} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1710 | 2024.03.25 19:35:44.996497 [ 3 ] {16a7e6bd-e01f-4311-aa06-817191cf9176} <Debug> executeQuery: Read 152 rows, 14.55 KiB in 0.001529 sec., 99411.37998691955 rows/sec., 9.29 MiB/sec. | ||
| 1711 | 2024.03.25 19:35:44.996612 [ 3 ] {16a7e6bd-e01f-4311-aa06-817191cf9176} <Debug> DynamicQueryHandler: Done processing query | ||
| 1712 | 2024.03.25 19:35:44.996636 [ 3 ] {16a7e6bd-e01f-4311-aa06-817191cf9176} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
| 1713 | 2024.03.25 19:35:44.996652 [ 3 ] {} <Debug> HTTP-Session: c6e4a25c-c8f5-466f-9f7d-5a052ea4818d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1714 | 2024.03.25 19:35:44.996803 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 11908, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1715 | 2024.03.25 19:35:44.996851 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1716 | 2024.03.25 19:35:44.996871 [ 3 ] {} <Debug> HTTP-Session: fdfc25d8-3ebd-4aba-be9d-234f43e30a0c Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 1717 | 2024.03.25 19:35:44.996888 [ 3 ] {} <Debug> HTTP-Session: fdfc25d8-3ebd-4aba-be9d-234f43e30a0c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1718 | 2024.03.25 19:35:44.996902 [ 3 ] {} <Debug> HTTP-Session: fdfc25d8-3ebd-4aba-be9d-234f43e30a0c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1719 | 2024.03.25 19:35:44.996933 [ 3 ] {} <Trace> HTTP-Session: fdfc25d8-3ebd-4aba-be9d-234f43e30a0c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1720 | 2024.03.25 19:35:44.997024 [ 3 ] {3fd1abad-7170-43f4-9d86-e7a1b3279ad4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 1721 | 2024.03.25 19:35:44.997066 [ 3 ] {3fd1abad-7170-43f4-9d86-e7a1b3279ad4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1722 | 2024.03.25 19:35:44.997193 [ 3 ] {3fd1abad-7170-43f4-9d86-e7a1b3279ad4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1723 | 2024.03.25 19:35:44.997513 [ 3 ] {3fd1abad-7170-43f4-9d86-e7a1b3279ad4} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1724 | 2024.03.25 19:35:44.997552 [ 3 ] {3fd1abad-7170-43f4-9d86-e7a1b3279ad4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 1725 | 2024.03.25 19:35:44.997872 [ 3 ] {3fd1abad-7170-43f4-9d86-e7a1b3279ad4} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1726 | 2024.03.25 19:35:44.998193 [ 3 ] {3fd1abad-7170-43f4-9d86-e7a1b3279ad4} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1727 | 2024.03.25 19:35:44.998364 [ 3 ] {3fd1abad-7170-43f4-9d86-e7a1b3279ad4} <Debug> executeQuery: Read 70 rows, 5.60 KiB in 0.001373 sec., 50983.24836125273 rows/sec., 3.98 MiB/sec. | ||
| 1728 | 2024.03.25 19:35:44.998488 [ 3 ] {3fd1abad-7170-43f4-9d86-e7a1b3279ad4} <Debug> DynamicQueryHandler: Done processing query | ||
| 1729 | 2024.03.25 19:35:44.998513 [ 3 ] {3fd1abad-7170-43f4-9d86-e7a1b3279ad4} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 1730 | 2024.03.25 19:35:44.998529 [ 3 ] {} <Debug> HTTP-Session: fdfc25d8-3ebd-4aba-be9d-234f43e30a0c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1731 | 2024.03.25 19:35:44.998658 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 19137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1732 | 2024.03.25 19:35:44.998707 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1733 | 2024.03.25 19:35:44.998726 [ 3 ] {} <Debug> HTTP-Session: 7cd54a12-4905-4f36-812b-42e8d4455d7a Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 1734 | 2024.03.25 19:35:44.998743 [ 3 ] {} <Debug> HTTP-Session: 7cd54a12-4905-4f36-812b-42e8d4455d7a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1735 | 2024.03.25 19:35:44.998756 [ 3 ] {} <Debug> HTTP-Session: 7cd54a12-4905-4f36-812b-42e8d4455d7a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1736 | 2024.03.25 19:35:44.998787 [ 3 ] {} <Trace> HTTP-Session: 7cd54a12-4905-4f36-812b-42e8d4455d7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1737 | 2024.03.25 19:35:44.998888 [ 3 ] {322883b3-161c-43fa-bc1b-6e2cfb79a366} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 1738 | 2024.03.25 19:35:44.998932 [ 3 ] {322883b3-161c-43fa-bc1b-6e2cfb79a366} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1739 | 2024.03.25 19:35:44.999080 [ 3 ] {322883b3-161c-43fa-bc1b-6e2cfb79a366} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1740 | 2024.03.25 19:35:44.999420 [ 3 ] {322883b3-161c-43fa-bc1b-6e2cfb79a366} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1741 | 2024.03.25 19:35:44.999457 [ 3 ] {322883b3-161c-43fa-bc1b-6e2cfb79a366} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 1742 | 2024.03.25 19:35:44.999843 [ 3 ] {322883b3-161c-43fa-bc1b-6e2cfb79a366} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1743 | 2024.03.25 19:35:45.000192 [ 3 ] {322883b3-161c-43fa-bc1b-6e2cfb79a366} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1744 | 2024.03.25 19:35:45.000316 [ 3 ] {322883b3-161c-43fa-bc1b-6e2cfb79a366} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001483 sec., 67430.88334457182 rows/sec., 4.68 MiB/sec. | ||
| 1745 | 2024.03.25 19:35:45.000428 [ 3 ] {322883b3-161c-43fa-bc1b-6e2cfb79a366} <Debug> DynamicQueryHandler: Done processing query | ||
| 1746 | 2024.03.25 19:35:45.000452 [ 3 ] {322883b3-161c-43fa-bc1b-6e2cfb79a366} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
| 1747 | 2024.03.25 19:35:45.000468 [ 3 ] {} <Debug> HTTP-Session: 7cd54a12-4905-4f36-812b-42e8d4455d7a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1748 | 2024.03.25 19:35:45.000643 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 44941, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1749 | 2024.03.25 19:35:45.000691 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1750 | 2024.03.25 19:35:45.000710 [ 3 ] {} <Debug> HTTP-Session: 972e3545-fa0a-4701-90e7-79abedce1ca1 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 1751 | 2024.03.25 19:35:45.000726 [ 3 ] {} <Debug> HTTP-Session: 972e3545-fa0a-4701-90e7-79abedce1ca1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1752 | 2024.03.25 19:35:45.000741 [ 3 ] {} <Debug> HTTP-Session: 972e3545-fa0a-4701-90e7-79abedce1ca1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1753 | 2024.03.25 19:35:45.000771 [ 3 ] {} <Trace> HTTP-Session: 972e3545-fa0a-4701-90e7-79abedce1ca1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1754 | 2024.03.25 19:35:45.001040 [ 3 ] {71052e90-ac73-4e7a-bbe3-5ae1dab6481c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 1755 | 2024.03.25 19:35:45.001088 [ 3 ] {71052e90-ac73-4e7a-bbe3-5ae1dab6481c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 1756 | 2024.03.25 19:35:45.001110 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 177.95 MiB, peak 185.06 MiB, free memory in arenas 0.00 B, will set to 176.68 MiB (RSS), difference: -1.26 MiB | ||
| 1757 | 2024.03.25 19:35:45.001606 [ 3 ] {71052e90-ac73-4e7a-bbe3-5ae1dab6481c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1758 | 2024.03.25 19:35:45.002314 [ 3 ] {71052e90-ac73-4e7a-bbe3-5ae1dab6481c} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1759 | 2024.03.25 19:35:45.002351 [ 3 ] {71052e90-ac73-4e7a-bbe3-5ae1dab6481c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 1760 | 2024.03.25 19:35:45.002786 [ 3 ] {71052e90-ac73-4e7a-bbe3-5ae1dab6481c} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1761 | 2024.03.25 19:35:45.003136 [ 3 ] {71052e90-ac73-4e7a-bbe3-5ae1dab6481c} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1762 | 2024.03.25 19:35:45.003266 [ 3 ] {71052e90-ac73-4e7a-bbe3-5ae1dab6481c} <Debug> executeQuery: Read 42 rows, 58.04 KiB in 0.002435 sec., 17248.45995893224 rows/sec., 23.28 MiB/sec. | ||
| 1763 | 2024.03.25 19:35:45.003502 [ 3 ] {71052e90-ac73-4e7a-bbe3-5ae1dab6481c} <Debug> DynamicQueryHandler: Done processing query | ||
| 1764 | 2024.03.25 19:35:45.003527 [ 3 ] {71052e90-ac73-4e7a-bbe3-5ae1dab6481c} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
| 1765 | 2024.03.25 19:35:45.003543 [ 3 ] {} <Debug> HTTP-Session: 972e3545-fa0a-4701-90e7-79abedce1ca1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1766 | 2024.03.25 19:35:45.003673 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1767 | 2024.03.25 19:35:45.003722 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1768 | 2024.03.25 19:35:45.003740 [ 3 ] {} <Debug> HTTP-Session: d83ff21c-242f-400c-9d93-c5de313fd067 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 1769 | 2024.03.25 19:35:45.003758 [ 3 ] {} <Debug> HTTP-Session: d83ff21c-242f-400c-9d93-c5de313fd067 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1770 | 2024.03.25 19:35:45.003771 [ 3 ] {} <Debug> HTTP-Session: d83ff21c-242f-400c-9d93-c5de313fd067 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1771 | 2024.03.25 19:35:45.003802 [ 3 ] {} <Trace> HTTP-Session: d83ff21c-242f-400c-9d93-c5de313fd067 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1772 | 2024.03.25 19:35:45.003876 [ 3 ] {d75df213-f0ec-42ef-aacd-5e072777a2d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 1773 | 2024.03.25 19:35:45.003922 [ 3 ] {d75df213-f0ec-42ef-aacd-5e072777a2d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1774 | 2024.03.25 19:35:45.004071 [ 3 ] {d75df213-f0ec-42ef-aacd-5e072777a2d7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1775 | 2024.03.25 19:35:45.004339 [ 3 ] {d75df213-f0ec-42ef-aacd-5e072777a2d7} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1776 | 2024.03.25 19:35:45.004374 [ 3 ] {d75df213-f0ec-42ef-aacd-5e072777a2d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 1777 | 2024.03.25 19:35:45.004735 [ 3 ] {d75df213-f0ec-42ef-aacd-5e072777a2d7} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1778 | 2024.03.25 19:35:45.005058 [ 3 ] {d75df213-f0ec-42ef-aacd-5e072777a2d7} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1779 | 2024.03.25 19:35:45.005182 [ 3 ] {d75df213-f0ec-42ef-aacd-5e072777a2d7} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001338 sec., 22421.52466367713 rows/sec., 1.54 MiB/sec. | ||
| 1780 | 2024.03.25 19:35:45.005392 [ 3 ] {d75df213-f0ec-42ef-aacd-5e072777a2d7} <Debug> DynamicQueryHandler: Done processing query | ||
| 1781 | 2024.03.25 19:35:45.005436 [ 3 ] {d75df213-f0ec-42ef-aacd-5e072777a2d7} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 1782 | 2024.03.25 19:35:45.005476 [ 3 ] {} <Debug> HTTP-Session: d83ff21c-242f-400c-9d93-c5de313fd067 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1783 | 2024.03.25 19:35:49.990304 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 3629, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1784 | 2024.03.25 19:35:49.990439 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1785 | 2024.03.25 19:35:49.990470 [ 3 ] {} <Debug> HTTP-Session: 79c30540-1844-4434-b00a-361484ddf3be Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 1786 | 2024.03.25 19:35:49.990499 [ 3 ] {} <Debug> HTTP-Session: 79c30540-1844-4434-b00a-361484ddf3be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1787 | 2024.03.25 19:35:49.990518 [ 3 ] {} <Debug> HTTP-Session: 79c30540-1844-4434-b00a-361484ddf3be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1788 | 2024.03.25 19:35:49.990573 [ 3 ] {} <Trace> HTTP-Session: 79c30540-1844-4434-b00a-361484ddf3be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1789 | 2024.03.25 19:35:49.990709 [ 3 ] {1131e4f9-f819-48b8-9b1d-dc908a49ac2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 1790 | 2024.03.25 19:35:49.990779 [ 3 ] {1131e4f9-f819-48b8-9b1d-dc908a49ac2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1791 | 2024.03.25 19:35:49.991004 [ 3 ] {1131e4f9-f819-48b8-9b1d-dc908a49ac2d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1792 | 2024.03.25 19:35:49.991472 [ 3 ] {1131e4f9-f819-48b8-9b1d-dc908a49ac2d} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1793 | 2024.03.25 19:35:49.991517 [ 3 ] {1131e4f9-f819-48b8-9b1d-dc908a49ac2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 1794 | 2024.03.25 19:35:49.991898 [ 3 ] {1131e4f9-f819-48b8-9b1d-dc908a49ac2d} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1795 | 2024.03.25 19:35:49.992237 [ 3 ] {1131e4f9-f819-48b8-9b1d-dc908a49ac2d} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1796 | 2024.03.25 19:35:49.992398 [ 3 ] {1131e4f9-f819-48b8-9b1d-dc908a49ac2d} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.001749 sec., 14865.637507146941 rows/sec., 1.12 MiB/sec. | ||
| 1797 | 2024.03.25 19:35:49.992550 [ 3 ] {1131e4f9-f819-48b8-9b1d-dc908a49ac2d} <Debug> DynamicQueryHandler: Done processing query | ||
| 1798 | 2024.03.25 19:35:49.992578 [ 3 ] {1131e4f9-f819-48b8-9b1d-dc908a49ac2d} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 1799 | 2024.03.25 19:35:49.992595 [ 3 ] {} <Debug> HTTP-Session: 79c30540-1844-4434-b00a-361484ddf3be Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1800 | 2024.03.25 19:35:49.992738 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4792, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1801 | 2024.03.25 19:35:49.992793 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1802 | 2024.03.25 19:35:49.992813 [ 3 ] {} <Debug> HTTP-Session: 676e4023-cfcd-42f8-80d4-78f3cf9f3e15 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 1803 | 2024.03.25 19:35:49.992831 [ 3 ] {} <Debug> HTTP-Session: 676e4023-cfcd-42f8-80d4-78f3cf9f3e15 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1804 | 2024.03.25 19:35:49.992845 [ 3 ] {} <Debug> HTTP-Session: 676e4023-cfcd-42f8-80d4-78f3cf9f3e15 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1805 | 2024.03.25 19:35:49.992881 [ 3 ] {} <Trace> HTTP-Session: 676e4023-cfcd-42f8-80d4-78f3cf9f3e15 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1806 | 2024.03.25 19:35:49.992962 [ 3 ] {4c49faa4-d91a-4e7d-a322-cc2bfd40e9fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 1807 | 2024.03.25 19:35:49.993007 [ 3 ] {4c49faa4-d91a-4e7d-a322-cc2bfd40e9fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1808 | 2024.03.25 19:35:49.993140 [ 3 ] {4c49faa4-d91a-4e7d-a322-cc2bfd40e9fd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1809 | 2024.03.25 19:35:49.993449 [ 3 ] {4c49faa4-d91a-4e7d-a322-cc2bfd40e9fd} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1810 | 2024.03.25 19:35:49.993487 [ 3 ] {4c49faa4-d91a-4e7d-a322-cc2bfd40e9fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 1811 | 2024.03.25 19:35:49.993793 [ 3 ] {4c49faa4-d91a-4e7d-a322-cc2bfd40e9fd} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1812 | 2024.03.25 19:35:49.994099 [ 3 ] {4c49faa4-d91a-4e7d-a322-cc2bfd40e9fd} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1813 | 2024.03.25 19:35:49.994259 [ 3 ] {4c49faa4-d91a-4e7d-a322-cc2bfd40e9fd} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001324 sec., 21148.036253776434 rows/sec., 1.65 MiB/sec. | ||
| 1814 | 2024.03.25 19:35:49.994492 [ 3 ] {4c49faa4-d91a-4e7d-a322-cc2bfd40e9fd} <Debug> DynamicQueryHandler: Done processing query | ||
| 1815 | 2024.03.25 19:35:49.994526 [ 3 ] {4c49faa4-d91a-4e7d-a322-cc2bfd40e9fd} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 1816 | 2024.03.25 19:35:49.994543 [ 3 ] {} <Debug> HTTP-Session: 676e4023-cfcd-42f8-80d4-78f3cf9f3e15 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1817 | 2024.03.25 19:35:49.994719 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 19137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1818 | 2024.03.25 19:35:49.994767 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1819 | 2024.03.25 19:35:49.994786 [ 3 ] {} <Debug> HTTP-Session: c7152e88-4bcc-4be9-8f7f-af479b2a0d88 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 1820 | 2024.03.25 19:35:49.994804 [ 3 ] {} <Debug> HTTP-Session: c7152e88-4bcc-4be9-8f7f-af479b2a0d88 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1821 | 2024.03.25 19:35:49.994817 [ 3 ] {} <Debug> HTTP-Session: c7152e88-4bcc-4be9-8f7f-af479b2a0d88 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1822 | 2024.03.25 19:35:49.994848 [ 3 ] {} <Trace> HTTP-Session: c7152e88-4bcc-4be9-8f7f-af479b2a0d88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1823 | 2024.03.25 19:35:49.994955 [ 3 ] {e166e204-7c9c-43e4-9bb4-c61e274d91dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 1824 | 2024.03.25 19:35:49.995003 [ 3 ] {e166e204-7c9c-43e4-9bb4-c61e274d91dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1825 | 2024.03.25 19:35:49.995169 [ 3 ] {e166e204-7c9c-43e4-9bb4-c61e274d91dc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1826 | 2024.03.25 19:35:49.995520 [ 3 ] {e166e204-7c9c-43e4-9bb4-c61e274d91dc} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1827 | 2024.03.25 19:35:49.995558 [ 3 ] {e166e204-7c9c-43e4-9bb4-c61e274d91dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 1828 | 2024.03.25 19:35:49.995947 [ 3 ] {e166e204-7c9c-43e4-9bb4-c61e274d91dc} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1829 | 2024.03.25 19:35:49.996280 [ 3 ] {e166e204-7c9c-43e4-9bb4-c61e274d91dc} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1830 | 2024.03.25 19:35:49.996435 [ 3 ] {e166e204-7c9c-43e4-9bb4-c61e274d91dc} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001534 sec., 65189.048239895696 rows/sec., 4.52 MiB/sec. | ||
| 1831 | 2024.03.25 19:35:49.996736 [ 3 ] {e166e204-7c9c-43e4-9bb4-c61e274d91dc} <Debug> DynamicQueryHandler: Done processing query | ||
| 1832 | 2024.03.25 19:35:49.996775 [ 3 ] {e166e204-7c9c-43e4-9bb4-c61e274d91dc} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
| 1833 | 2024.03.25 19:35:49.996800 [ 3 ] {} <Debug> HTTP-Session: c7152e88-4bcc-4be9-8f7f-af479b2a0d88 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1834 | 2024.03.25 19:35:49.996921 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1835 | 2024.03.25 19:35:49.996973 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1836 | 2024.03.25 19:35:49.996993 [ 3 ] {} <Debug> HTTP-Session: b2da74fc-64e7-44ff-914c-89db74bf3f84 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 1837 | 2024.03.25 19:35:49.997010 [ 3 ] {} <Debug> HTTP-Session: b2da74fc-64e7-44ff-914c-89db74bf3f84 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1838 | 2024.03.25 19:35:49.997024 [ 3 ] {} <Debug> HTTP-Session: b2da74fc-64e7-44ff-914c-89db74bf3f84 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1839 | 2024.03.25 19:35:49.997056 [ 3 ] {} <Trace> HTTP-Session: b2da74fc-64e7-44ff-914c-89db74bf3f84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1840 | 2024.03.25 19:35:49.997134 [ 3 ] {bb74277f-a435-4049-9624-351bd7850599} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 1841 | 2024.03.25 19:35:49.997178 [ 3 ] {bb74277f-a435-4049-9624-351bd7850599} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1842 | 2024.03.25 19:35:49.997324 [ 3 ] {bb74277f-a435-4049-9624-351bd7850599} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1843 | 2024.03.25 19:35:49.997600 [ 3 ] {bb74277f-a435-4049-9624-351bd7850599} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1844 | 2024.03.25 19:35:49.997637 [ 3 ] {bb74277f-a435-4049-9624-351bd7850599} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 1845 | 2024.03.25 19:35:49.997998 [ 3 ] {bb74277f-a435-4049-9624-351bd7850599} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1846 | 2024.03.25 19:35:49.998313 [ 3 ] {bb74277f-a435-4049-9624-351bd7850599} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1847 | 2024.03.25 19:35:49.998466 [ 3 ] {bb74277f-a435-4049-9624-351bd7850599} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001367 sec., 21945.86686174104 rows/sec., 1.50 MiB/sec. | ||
| 1848 | 2024.03.25 19:35:49.998579 [ 3 ] {bb74277f-a435-4049-9624-351bd7850599} <Debug> DynamicQueryHandler: Done processing query | ||
| 1849 | 2024.03.25 19:35:49.998603 [ 3 ] {bb74277f-a435-4049-9624-351bd7850599} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 1850 | 2024.03.25 19:35:49.998618 [ 3 ] {} <Debug> HTTP-Session: b2da74fc-64e7-44ff-914c-89db74bf3f84 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1851 | 2024.03.25 19:35:51.609629 [ 89 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1852 | 2024.03.25 19:35:51.609679 [ 89 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1853 | 2024.03.25 19:35:54.991898 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 6075, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1854 | 2024.03.25 19:35:54.992088 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1855 | 2024.03.25 19:35:54.992134 [ 3 ] {} <Debug> HTTP-Session: 8400a04a-9a52-44dc-9733-bd7067d6f577 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 1856 | 2024.03.25 19:35:54.992176 [ 3 ] {} <Debug> HTTP-Session: 8400a04a-9a52-44dc-9733-bd7067d6f577 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1857 | 2024.03.25 19:35:54.992204 [ 3 ] {} <Debug> HTTP-Session: 8400a04a-9a52-44dc-9733-bd7067d6f577 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1858 | 2024.03.25 19:35:54.992286 [ 3 ] {} <Trace> HTTP-Session: 8400a04a-9a52-44dc-9733-bd7067d6f577 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1859 | 2024.03.25 19:35:54.992486 [ 3 ] {77c82bf3-a781-48f9-b92a-37029690e653} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 1860 | 2024.03.25 19:35:54.992643 [ 3 ] {77c82bf3-a781-48f9-b92a-37029690e653} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 1861 | 2024.03.25 19:35:54.992996 [ 3 ] {77c82bf3-a781-48f9-b92a-37029690e653} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1862 | 2024.03.25 19:35:54.993430 [ 3 ] {77c82bf3-a781-48f9-b92a-37029690e653} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1863 | 2024.03.25 19:35:54.993478 [ 3 ] {77c82bf3-a781-48f9-b92a-37029690e653} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 1864 | 2024.03.25 19:35:54.993855 [ 3 ] {77c82bf3-a781-48f9-b92a-37029690e653} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1865 | 2024.03.25 19:35:54.994178 [ 3 ] {77c82bf3-a781-48f9-b92a-37029690e653} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1866 | 2024.03.25 19:35:54.994357 [ 3 ] {77c82bf3-a781-48f9-b92a-37029690e653} <Debug> executeQuery: Read 42 rows, 3.40 KiB in 0.001969 sec., 21330.62468257999 rows/sec., 1.69 MiB/sec. | ||
| 1867 | 2024.03.25 19:35:54.994614 [ 3 ] {77c82bf3-a781-48f9-b92a-37029690e653} <Debug> DynamicQueryHandler: Done processing query | ||
| 1868 | 2024.03.25 19:35:54.994641 [ 3 ] {77c82bf3-a781-48f9-b92a-37029690e653} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 1869 | 2024.03.25 19:35:54.994658 [ 3 ] {} <Debug> HTTP-Session: 8400a04a-9a52-44dc-9733-bd7067d6f577 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1870 | 2024.03.25 19:35:54.994840 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 23833, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1871 | 2024.03.25 19:35:54.994891 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1872 | 2024.03.25 19:35:54.994911 [ 3 ] {} <Debug> HTTP-Session: 5e8e40ef-9175-4762-a356-c32f1b41e058 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 1873 | 2024.03.25 19:35:54.994928 [ 3 ] {} <Debug> HTTP-Session: 5e8e40ef-9175-4762-a356-c32f1b41e058 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1874 | 2024.03.25 19:35:54.994942 [ 3 ] {} <Debug> HTTP-Session: 5e8e40ef-9175-4762-a356-c32f1b41e058 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1875 | 2024.03.25 19:35:54.994977 [ 3 ] {} <Trace> HTTP-Session: 5e8e40ef-9175-4762-a356-c32f1b41e058 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1876 | 2024.03.25 19:35:54.995094 [ 3 ] {054f5d3d-97ea-4e97-9145-741ea28a65cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 1877 | 2024.03.25 19:35:54.995138 [ 3 ] {054f5d3d-97ea-4e97-9145-741ea28a65cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1878 | 2024.03.25 19:35:54.995284 [ 3 ] {054f5d3d-97ea-4e97-9145-741ea28a65cc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1879 | 2024.03.25 19:35:54.995698 [ 3 ] {054f5d3d-97ea-4e97-9145-741ea28a65cc} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1880 | 2024.03.25 19:35:54.995738 [ 3 ] {054f5d3d-97ea-4e97-9145-741ea28a65cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 1881 | 2024.03.25 19:35:54.996066 [ 3 ] {054f5d3d-97ea-4e97-9145-741ea28a65cc} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1882 | 2024.03.25 19:35:54.996364 [ 3 ] {054f5d3d-97ea-4e97-9145-741ea28a65cc} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1883 | 2024.03.25 19:35:54.996525 [ 3 ] {054f5d3d-97ea-4e97-9145-741ea28a65cc} <Debug> executeQuery: Read 152 rows, 14.55 KiB in 0.001488 sec., 102150.53763440861 rows/sec., 9.55 MiB/sec. | ||
| 1884 | 2024.03.25 19:35:54.996766 [ 3 ] {054f5d3d-97ea-4e97-9145-741ea28a65cc} <Debug> DynamicQueryHandler: Done processing query | ||
| 1885 | 2024.03.25 19:35:54.996808 [ 3 ] {054f5d3d-97ea-4e97-9145-741ea28a65cc} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
| 1886 | 2024.03.25 19:35:54.996837 [ 3 ] {} <Debug> HTTP-Session: 5e8e40ef-9175-4762-a356-c32f1b41e058 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1887 | 2024.03.25 19:35:54.996972 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 11908, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1888 | 2024.03.25 19:35:54.997023 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1889 | 2024.03.25 19:35:54.997041 [ 3 ] {} <Debug> HTTP-Session: e66f183a-cae0-48cf-9644-a948021ef350 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 1890 | 2024.03.25 19:35:54.997058 [ 3 ] {} <Debug> HTTP-Session: e66f183a-cae0-48cf-9644-a948021ef350 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1891 | 2024.03.25 19:35:54.997071 [ 3 ] {} <Debug> HTTP-Session: e66f183a-cae0-48cf-9644-a948021ef350 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1892 | 2024.03.25 19:35:54.997103 [ 3 ] {} <Trace> HTTP-Session: e66f183a-cae0-48cf-9644-a948021ef350 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1893 | 2024.03.25 19:35:54.997195 [ 3 ] {bdf1214d-6e26-4cb8-a5da-39d25fdd078f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 1894 | 2024.03.25 19:35:54.997238 [ 3 ] {bdf1214d-6e26-4cb8-a5da-39d25fdd078f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1895 | 2024.03.25 19:35:54.997380 [ 3 ] {bdf1214d-6e26-4cb8-a5da-39d25fdd078f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1896 | 2024.03.25 19:35:54.997715 [ 3 ] {bdf1214d-6e26-4cb8-a5da-39d25fdd078f} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1897 | 2024.03.25 19:35:54.997752 [ 3 ] {bdf1214d-6e26-4cb8-a5da-39d25fdd078f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 1898 | 2024.03.25 19:35:54.998048 [ 3 ] {bdf1214d-6e26-4cb8-a5da-39d25fdd078f} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1899 | 2024.03.25 19:35:54.998342 [ 3 ] {bdf1214d-6e26-4cb8-a5da-39d25fdd078f} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1900 | 2024.03.25 19:35:54.998495 [ 3 ] {bdf1214d-6e26-4cb8-a5da-39d25fdd078f} <Debug> executeQuery: Read 70 rows, 5.60 KiB in 0.001348 sec., 51928.78338278932 rows/sec., 4.06 MiB/sec. | ||
| 1901 | 2024.03.25 19:35:54.998609 [ 3 ] {bdf1214d-6e26-4cb8-a5da-39d25fdd078f} <Debug> DynamicQueryHandler: Done processing query | ||
| 1902 | 2024.03.25 19:35:54.998632 [ 3 ] {bdf1214d-6e26-4cb8-a5da-39d25fdd078f} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 1903 | 2024.03.25 19:35:54.998648 [ 3 ] {} <Debug> HTTP-Session: e66f183a-cae0-48cf-9644-a948021ef350 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1904 | 2024.03.25 19:35:54.998773 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 19137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1905 | 2024.03.25 19:35:54.998821 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1906 | 2024.03.25 19:35:54.998840 [ 3 ] {} <Debug> HTTP-Session: c2b55214-4792-41b4-8fc2-ecc10259d21d Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 1907 | 2024.03.25 19:35:54.998856 [ 3 ] {} <Debug> HTTP-Session: c2b55214-4792-41b4-8fc2-ecc10259d21d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1908 | 2024.03.25 19:35:54.998870 [ 3 ] {} <Debug> HTTP-Session: c2b55214-4792-41b4-8fc2-ecc10259d21d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1909 | 2024.03.25 19:35:54.998900 [ 3 ] {} <Trace> HTTP-Session: c2b55214-4792-41b4-8fc2-ecc10259d21d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1910 | 2024.03.25 19:35:54.998998 [ 3 ] {b6d6f105-3cae-4631-94f5-711e54a9b59a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 1911 | 2024.03.25 19:35:54.999043 [ 3 ] {b6d6f105-3cae-4631-94f5-711e54a9b59a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1912 | 2024.03.25 19:35:54.999184 [ 3 ] {b6d6f105-3cae-4631-94f5-711e54a9b59a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1913 | 2024.03.25 19:35:54.999525 [ 3 ] {b6d6f105-3cae-4631-94f5-711e54a9b59a} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1914 | 2024.03.25 19:35:54.999562 [ 3 ] {b6d6f105-3cae-4631-94f5-711e54a9b59a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 1915 | 2024.03.25 19:35:54.999925 [ 3 ] {b6d6f105-3cae-4631-94f5-711e54a9b59a} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1916 | 2024.03.25 19:35:55.000246 [ 3 ] {b6d6f105-3cae-4631-94f5-711e54a9b59a} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1917 | 2024.03.25 19:35:55.000413 [ 3 ] {b6d6f105-3cae-4631-94f5-711e54a9b59a} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001455 sec., 68728.52233676976 rows/sec., 4.77 MiB/sec. | ||
| 1918 | 2024.03.25 19:35:55.000546 [ 3 ] {b6d6f105-3cae-4631-94f5-711e54a9b59a} <Debug> DynamicQueryHandler: Done processing query | ||
| 1919 | 2024.03.25 19:35:55.000572 [ 3 ] {b6d6f105-3cae-4631-94f5-711e54a9b59a} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
| 1920 | 2024.03.25 19:35:55.000588 [ 3 ] {} <Debug> HTTP-Session: c2b55214-4792-41b4-8fc2-ecc10259d21d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1921 | 2024.03.25 19:35:55.000728 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 44941, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1922 | 2024.03.25 19:35:55.000779 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1923 | 2024.03.25 19:35:55.000799 [ 3 ] {} <Debug> HTTP-Session: 8a075e93-18a2-4188-b08f-90d1ba2a1322 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 1924 | 2024.03.25 19:35:55.000816 [ 3 ] {} <Debug> HTTP-Session: 8a075e93-18a2-4188-b08f-90d1ba2a1322 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1925 | 2024.03.25 19:35:55.000830 [ 3 ] {} <Debug> HTTP-Session: 8a075e93-18a2-4188-b08f-90d1ba2a1322 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1926 | 2024.03.25 19:35:55.000860 [ 3 ] {} <Trace> HTTP-Session: 8a075e93-18a2-4188-b08f-90d1ba2a1322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1927 | 2024.03.25 19:35:55.001124 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 177.98 MiB, peak 185.06 MiB, free memory in arenas 0.00 B, will set to 176.71 MiB (RSS), difference: -1.26 MiB | ||
| 1928 | 2024.03.25 19:35:55.001151 [ 3 ] {e444d383-2fe8-4f3d-bb22-adc31792fe37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 1929 | 2024.03.25 19:35:55.001255 [ 3 ] {e444d383-2fe8-4f3d-bb22-adc31792fe37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 1930 | 2024.03.25 19:35:55.001822 [ 3 ] {e444d383-2fe8-4f3d-bb22-adc31792fe37} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1931 | 2024.03.25 19:35:55.002347 [ 3 ] {e444d383-2fe8-4f3d-bb22-adc31792fe37} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1932 | 2024.03.25 19:35:55.002385 [ 3 ] {e444d383-2fe8-4f3d-bb22-adc31792fe37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 1933 | 2024.03.25 19:35:55.002820 [ 3 ] {e444d383-2fe8-4f3d-bb22-adc31792fe37} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1934 | 2024.03.25 19:35:55.003172 [ 3 ] {e444d383-2fe8-4f3d-bb22-adc31792fe37} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1935 | 2024.03.25 19:35:55.003334 [ 3 ] {e444d383-2fe8-4f3d-bb22-adc31792fe37} <Debug> executeQuery: Read 42 rows, 58.04 KiB in 0.002409 sec., 17434.6201743462 rows/sec., 23.53 MiB/sec. | ||
| 1936 | 2024.03.25 19:35:55.003626 [ 3 ] {e444d383-2fe8-4f3d-bb22-adc31792fe37} <Debug> DynamicQueryHandler: Done processing query | ||
| 1937 | 2024.03.25 19:35:55.003658 [ 3 ] {e444d383-2fe8-4f3d-bb22-adc31792fe37} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
| 1938 | 2024.03.25 19:35:55.003674 [ 3 ] {} <Debug> HTTP-Session: 8a075e93-18a2-4188-b08f-90d1ba2a1322 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1939 | 2024.03.25 19:35:55.003792 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1940 | 2024.03.25 19:35:55.003841 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1941 | 2024.03.25 19:35:55.003860 [ 3 ] {} <Debug> HTTP-Session: fb219ccd-a9b4-4116-8fc8-19085d621fb7 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 1942 | 2024.03.25 19:35:55.003877 [ 3 ] {} <Debug> HTTP-Session: fb219ccd-a9b4-4116-8fc8-19085d621fb7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1943 | 2024.03.25 19:35:55.003891 [ 3 ] {} <Debug> HTTP-Session: fb219ccd-a9b4-4116-8fc8-19085d621fb7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1944 | 2024.03.25 19:35:55.003922 [ 3 ] {} <Trace> HTTP-Session: fb219ccd-a9b4-4116-8fc8-19085d621fb7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1945 | 2024.03.25 19:35:55.004001 [ 3 ] {f8d93fbe-4d62-4882-b3cf-1b42fb08fdd4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 1946 | 2024.03.25 19:35:55.004046 [ 3 ] {f8d93fbe-4d62-4882-b3cf-1b42fb08fdd4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1947 | 2024.03.25 19:35:55.004187 [ 3 ] {f8d93fbe-4d62-4882-b3cf-1b42fb08fdd4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1948 | 2024.03.25 19:35:55.004457 [ 3 ] {f8d93fbe-4d62-4882-b3cf-1b42fb08fdd4} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1949 | 2024.03.25 19:35:55.004495 [ 3 ] {f8d93fbe-4d62-4882-b3cf-1b42fb08fdd4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 1950 | 2024.03.25 19:35:55.004846 [ 3 ] {f8d93fbe-4d62-4882-b3cf-1b42fb08fdd4} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1951 | 2024.03.25 19:35:55.005167 [ 3 ] {f8d93fbe-4d62-4882-b3cf-1b42fb08fdd4} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1952 | 2024.03.25 19:35:55.005323 [ 3 ] {f8d93fbe-4d62-4882-b3cf-1b42fb08fdd4} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001346 sec., 22288.261515601782 rows/sec., 1.53 MiB/sec. | ||
| 1953 | 2024.03.25 19:35:55.005541 [ 3 ] {f8d93fbe-4d62-4882-b3cf-1b42fb08fdd4} <Debug> DynamicQueryHandler: Done processing query | ||
| 1954 | 2024.03.25 19:35:55.005566 [ 3 ] {f8d93fbe-4d62-4882-b3cf-1b42fb08fdd4} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 1955 | 2024.03.25 19:35:55.005583 [ 3 ] {} <Debug> HTTP-Session: fb219ccd-a9b4-4116-8fc8-19085d621fb7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1956 | 2024.03.25 19:35:59.988246 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 774, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1957 | 2024.03.25 19:35:59.988375 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1958 | 2024.03.25 19:35:59.988405 [ 3 ] {} <Debug> HTTP-Session: 64494285-e476-4c9d-be90-85559c152502 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 1959 | 2024.03.25 19:35:59.988433 [ 3 ] {} <Debug> HTTP-Session: 64494285-e476-4c9d-be90-85559c152502 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1960 | 2024.03.25 19:35:59.988451 [ 3 ] {} <Debug> HTTP-Session: 64494285-e476-4c9d-be90-85559c152502 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1961 | 2024.03.25 19:35:59.988505 [ 3 ] {} <Trace> HTTP-Session: 64494285-e476-4c9d-be90-85559c152502 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1962 | 2024.03.25 19:35:59.988686 [ 3 ] {0464acb2-6953-44a3-9e5b-b6a8b4bad4f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
| 1963 | 2024.03.25 19:35:59.989099 [ 3 ] {0464acb2-6953-44a3-9e5b-b6a8b4bad4f6} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1964 | 2024.03.25 19:35:59.989152 [ 3 ] {0464acb2-6953-44a3-9e5b-b6a8b4bad4f6} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
| 1965 | 2024.03.25 19:35:59.989460 [ 3 ] {0464acb2-6953-44a3-9e5b-b6a8b4bad4f6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1966 | 2024.03.25 19:35:59.989541 [ 3 ] {0464acb2-6953-44a3-9e5b-b6a8b4bad4f6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1967 | 2024.03.25 19:35:59.989719 [ 3 ] {0464acb2-6953-44a3-9e5b-b6a8b4bad4f6} <Debug> oximeter.timeseries_schema (375b2b82-92ad-47be-a2f3-a7f0a6040450) (SelectExecutor): Key condition: (column 0 notIn 18-element set) | ||
| 1968 | 2024.03.25 19:35:59.989851 [ 253 ] {0464acb2-6953-44a3-9e5b-b6a8b4bad4f6} <Trace> oximeter.timeseries_schema (375b2b82-92ad-47be-a2f3-a7f0a6040450) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1969 | 2024.03.25 19:35:59.989870 [ 251 ] {0464acb2-6953-44a3-9e5b-b6a8b4bad4f6} <Trace> oximeter.timeseries_schema (375b2b82-92ad-47be-a2f3-a7f0a6040450) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1970 | 2024.03.25 19:35:59.990001 [ 3 ] {0464acb2-6953-44a3-9e5b-b6a8b4bad4f6} <Debug> oximeter.timeseries_schema (375b2b82-92ad-47be-a2f3-a7f0a6040450) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
| 1971 | 2024.03.25 19:35:59.990029 [ 3 ] {0464acb2-6953-44a3-9e5b-b6a8b4bad4f6} <Trace> oximeter.timeseries_schema (375b2b82-92ad-47be-a2f3-a7f0a6040450) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1972 | 2024.03.25 19:35:59.990171 [ 3 ] {0464acb2-6953-44a3-9e5b-b6a8b4bad4f6} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1973 | 2024.03.25 19:35:59.990211 [ 3 ] {0464acb2-6953-44a3-9e5b-b6a8b4bad4f6} <Debug> oximeter.timeseries_schema (375b2b82-92ad-47be-a2f3-a7f0a6040450) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1974 | 2024.03.25 19:35:59.990265 [ 3 ] {0464acb2-6953-44a3-9e5b-b6a8b4bad4f6} <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'))" | ||
| 1975 | 2024.03.25 19:35:59.990308 [ 3 ] {0464acb2-6953-44a3-9e5b-b6a8b4bad4f6} <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'))" | ||
| 1976 | 2024.03.25 19:35:59.992137 [ 3 ] {0464acb2-6953-44a3-9e5b-b6a8b4bad4f6} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.00356 sec., 5056.179775280899 rows/sec., 212.32 KiB/sec. | ||
| 1977 | 2024.03.25 19:35:59.992394 [ 3 ] {0464acb2-6953-44a3-9e5b-b6a8b4bad4f6} <Debug> DynamicQueryHandler: Done processing query | ||
| 1978 | 2024.03.25 19:35:59.992423 [ 3 ] {0464acb2-6953-44a3-9e5b-b6a8b4bad4f6} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
| 1979 | 2024.03.25 19:35:59.992441 [ 3 ] {} <Debug> HTTP-Session: 64494285-e476-4c9d-be90-85559c152502 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1980 | 2024.03.25 19:35:59.992659 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 812, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1981 | 2024.03.25 19:35:59.992709 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1982 | 2024.03.25 19:35:59.992729 [ 3 ] {} <Debug> HTTP-Session: 5e0cfb25-2b54-4302-86d2-98fe91e2adf8 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 1983 | 2024.03.25 19:35:59.992747 [ 3 ] {} <Debug> HTTP-Session: 5e0cfb25-2b54-4302-86d2-98fe91e2adf8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1984 | 2024.03.25 19:35:59.992761 [ 3 ] {} <Debug> HTTP-Session: 5e0cfb25-2b54-4302-86d2-98fe91e2adf8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1985 | 2024.03.25 19:35:59.992796 [ 3 ] {} <Trace> HTTP-Session: 5e0cfb25-2b54-4302-86d2-98fe91e2adf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1986 | 2024.03.25 19:35:59.992914 [ 3 ] {c6288b49-551f-44cb-abdb-8e93cc9739e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) 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', 'physical_data_link:errors_received') FORMAT JSONEachRow; (stage: Complete) | ||
| 1987 | 2024.03.25 19:35:59.993180 [ 3 ] {c6288b49-551f-44cb-abdb-8e93cc9739e3} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1988 | 2024.03.25 19:35:59.993221 [ 3 ] {c6288b49-551f-44cb-abdb-8e93cc9739e3} <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', 'physical_data_link:errors_received')" moved to PREWHERE | ||
| 1989 | 2024.03.25 19:35:59.993473 [ 3 ] {c6288b49-551f-44cb-abdb-8e93cc9739e3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1990 | 2024.03.25 19:35:59.993538 [ 3 ] {c6288b49-551f-44cb-abdb-8e93cc9739e3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1991 | 2024.03.25 19:35:59.993674 [ 3 ] {c6288b49-551f-44cb-abdb-8e93cc9739e3} <Debug> oximeter.timeseries_schema (375b2b82-92ad-47be-a2f3-a7f0a6040450) (SelectExecutor): Key condition: (column 0 notIn 19-element set) | ||
| 1992 | 2024.03.25 19:35:59.993780 [ 257 ] {c6288b49-551f-44cb-abdb-8e93cc9739e3} <Trace> oximeter.timeseries_schema (375b2b82-92ad-47be-a2f3-a7f0a6040450) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1993 | 2024.03.25 19:35:59.993788 [ 251 ] {c6288b49-551f-44cb-abdb-8e93cc9739e3} <Trace> oximeter.timeseries_schema (375b2b82-92ad-47be-a2f3-a7f0a6040450) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1994 | 2024.03.25 19:35:59.993911 [ 3 ] {c6288b49-551f-44cb-abdb-8e93cc9739e3} <Debug> oximeter.timeseries_schema (375b2b82-92ad-47be-a2f3-a7f0a6040450) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
| 1995 | 2024.03.25 19:35:59.993939 [ 3 ] {c6288b49-551f-44cb-abdb-8e93cc9739e3} <Trace> oximeter.timeseries_schema (375b2b82-92ad-47be-a2f3-a7f0a6040450) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1996 | 2024.03.25 19:35:59.994018 [ 3 ] {c6288b49-551f-44cb-abdb-8e93cc9739e3} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1997 | 2024.03.25 19:35:59.994038 [ 3 ] {c6288b49-551f-44cb-abdb-8e93cc9739e3} <Debug> oximeter.timeseries_schema (375b2b82-92ad-47be-a2f3-a7f0a6040450) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1998 | 2024.03.25 19:35:59.994074 [ 3 ] {c6288b49-551f-44cb-abdb-8e93cc9739e3} <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', 'physical_data_link:errors_received'))" | ||
| 1999 | 2024.03.25 19:35:59.994113 [ 3 ] {c6288b49-551f-44cb-abdb-8e93cc9739e3} <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', 'physical_data_link:errors_received'))" | ||
| 2000 | 2024.03.25 19:35:59.995461 [ 3 ] {c6288b49-551f-44cb-abdb-8e93cc9739e3} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.002617 sec., 6878.104700038211 rows/sec., 288.83 KiB/sec. | ||
| 2001 | 2024.03.25 19:35:59.995694 [ 3 ] {c6288b49-551f-44cb-abdb-8e93cc9739e3} <Debug> DynamicQueryHandler: Done processing query | ||
| 2002 | 2024.03.25 19:35:59.995719 [ 3 ] {c6288b49-551f-44cb-abdb-8e93cc9739e3} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
| 2003 | 2024.03.25 19:35:59.995735 [ 3 ] {} <Debug> HTTP-Session: 5e0cfb25-2b54-4302-86d2-98fe91e2adf8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2004 | 2024.03.25 19:35:59.996066 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2005 | 2024.03.25 19:35:59.996113 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2006 | 2024.03.25 19:35:59.996132 [ 3 ] {} <Debug> HTTP-Session: 08a979f5-99d6-476e-abbc-66ad0a13fd4e Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 2007 | 2024.03.25 19:35:59.996149 [ 3 ] {} <Debug> HTTP-Session: 08a979f5-99d6-476e-abbc-66ad0a13fd4e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2008 | 2024.03.25 19:35:59.996163 [ 3 ] {} <Debug> HTTP-Session: 08a979f5-99d6-476e-abbc-66ad0a13fd4e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2009 | 2024.03.25 19:35:59.996200 [ 3 ] {} <Trace> HTTP-Session: 08a979f5-99d6-476e-abbc-66ad0a13fd4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2010 | 2024.03.25 19:35:59.996307 [ 3 ] {e45906fc-d775-47e5-88b4-ef7c7c089bf9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) 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', 'physical_data_link:errors_received', 'physical_data_link:errors_sent') FORMAT JSONEachRow; (stage: Complete) | ||
| 2011 | 2024.03.25 19:35:59.996565 [ 3 ] {e45906fc-d775-47e5-88b4-ef7c7c089bf9} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2012 | 2024.03.25 19:35:59.996605 [ 3 ] {e45906fc-d775-47e5-88b4-ef7c7c089bf9} <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', 'physical_data_link:errors_received', 'physical_data_link:errors_sent')" moved to PREWHERE | ||
| 2013 | 2024.03.25 19:35:59.996856 [ 3 ] {e45906fc-d775-47e5-88b4-ef7c7c089bf9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2014 | 2024.03.25 19:35:59.996920 [ 3 ] {e45906fc-d775-47e5-88b4-ef7c7c089bf9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2015 | 2024.03.25 19:35:59.997055 [ 3 ] {e45906fc-d775-47e5-88b4-ef7c7c089bf9} <Debug> oximeter.timeseries_schema (375b2b82-92ad-47be-a2f3-a7f0a6040450) (SelectExecutor): Key condition: (column 0 notIn 20-element set) | ||
| 2016 | 2024.03.25 19:35:59.997155 [ 251 ] {e45906fc-d775-47e5-88b4-ef7c7c089bf9} <Trace> oximeter.timeseries_schema (375b2b82-92ad-47be-a2f3-a7f0a6040450) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2017 | 2024.03.25 19:35:59.997162 [ 253 ] {e45906fc-d775-47e5-88b4-ef7c7c089bf9} <Trace> oximeter.timeseries_schema (375b2b82-92ad-47be-a2f3-a7f0a6040450) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2018 | 2024.03.25 19:35:59.997260 [ 3 ] {e45906fc-d775-47e5-88b4-ef7c7c089bf9} <Debug> oximeter.timeseries_schema (375b2b82-92ad-47be-a2f3-a7f0a6040450) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
| 2019 | 2024.03.25 19:35:59.997285 [ 3 ] {e45906fc-d775-47e5-88b4-ef7c7c089bf9} <Trace> oximeter.timeseries_schema (375b2b82-92ad-47be-a2f3-a7f0a6040450) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2020 | 2024.03.25 19:35:59.997357 [ 3 ] {e45906fc-d775-47e5-88b4-ef7c7c089bf9} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2021 | 2024.03.25 19:35:59.997377 [ 3 ] {e45906fc-d775-47e5-88b4-ef7c7c089bf9} <Debug> oximeter.timeseries_schema (375b2b82-92ad-47be-a2f3-a7f0a6040450) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 2022 | 2024.03.25 19:35:59.997413 [ 3 ] {e45906fc-d775-47e5-88b4-ef7c7c089bf9} <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', 'physical_data_link:errors_received', 'physical_data_link:errors_sent'))" | ||
| 2023 | 2024.03.25 19:35:59.997451 [ 3 ] {e45906fc-d775-47e5-88b4-ef7c7c089bf9} <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', 'physical_data_link:errors_received', 'physical_data_link:errors_sent'))" | ||
| 2024 | 2024.03.25 19:35:59.998789 [ 3 ] {e45906fc-d775-47e5-88b4-ef7c7c089bf9} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.002545 sec., 7072.691552062868 rows/sec., 297.00 KiB/sec. | ||
| 2025 | 2024.03.25 19:35:59.999020 [ 3 ] {e45906fc-d775-47e5-88b4-ef7c7c089bf9} <Debug> DynamicQueryHandler: Done processing query | ||
| 2026 | 2024.03.25 19:35:59.999043 [ 3 ] {e45906fc-d775-47e5-88b4-ef7c7c089bf9} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
| 2027 | 2024.03.25 19:35:59.999059 [ 3 ] {} <Debug> HTTP-Session: 08a979f5-99d6-476e-abbc-66ad0a13fd4e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2028 | 2024.03.25 19:35:59.999256 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 883, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2029 | 2024.03.25 19:35:59.999301 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2030 | 2024.03.25 19:35:59.999318 [ 3 ] {} <Debug> HTTP-Session: c96272d3-358e-4ec8-b2e9-bd34e4790d3c Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 2031 | 2024.03.25 19:35:59.999334 [ 3 ] {} <Debug> HTTP-Session: c96272d3-358e-4ec8-b2e9-bd34e4790d3c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2032 | 2024.03.25 19:35:59.999348 [ 3 ] {} <Debug> HTTP-Session: c96272d3-358e-4ec8-b2e9-bd34e4790d3c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2033 | 2024.03.25 19:35:59.999376 [ 3 ] {} <Trace> HTTP-Session: c96272d3-358e-4ec8-b2e9-bd34e4790d3c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2034 | 2024.03.25 19:35:59.999478 [ 3 ] {c071caed-81c8-4a4b-98b7-a987bef7c21e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) 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', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent') FORMAT JSONEachRow; (stage: Complete) | ||
| 2035 | 2024.03.25 19:35:59.999718 [ 3 ] {c071caed-81c8-4a4b-98b7-a987bef7c21e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2036 | 2024.03.25 19:35:59.999756 [ 3 ] {c071caed-81c8-4a4b-98b7-a987bef7c21e} <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', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent')" moved to PREWHERE | ||
| 2037 | 2024.03.25 19:36:00.000072 [ 3 ] {c071caed-81c8-4a4b-98b7-a987bef7c21e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2038 | 2024.03.25 19:36:00.000136 [ 3 ] {c071caed-81c8-4a4b-98b7-a987bef7c21e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2039 | 2024.03.25 19:36:00.000285 [ 3 ] {c071caed-81c8-4a4b-98b7-a987bef7c21e} <Debug> oximeter.timeseries_schema (375b2b82-92ad-47be-a2f3-a7f0a6040450) (SelectExecutor): Key condition: (column 0 notIn 21-element set) | ||
| 2040 | 2024.03.25 19:36:00.000401 [ 251 ] {c071caed-81c8-4a4b-98b7-a987bef7c21e} <Trace> oximeter.timeseries_schema (375b2b82-92ad-47be-a2f3-a7f0a6040450) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2041 | 2024.03.25 19:36:00.000398 [ 258 ] {c071caed-81c8-4a4b-98b7-a987bef7c21e} <Trace> oximeter.timeseries_schema (375b2b82-92ad-47be-a2f3-a7f0a6040450) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2042 | 2024.03.25 19:36:00.000534 [ 3 ] {c071caed-81c8-4a4b-98b7-a987bef7c21e} <Debug> oximeter.timeseries_schema (375b2b82-92ad-47be-a2f3-a7f0a6040450) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
| 2043 | 2024.03.25 19:36:00.000576 [ 3 ] {c071caed-81c8-4a4b-98b7-a987bef7c21e} <Trace> oximeter.timeseries_schema (375b2b82-92ad-47be-a2f3-a7f0a6040450) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2044 | 2024.03.25 19:36:00.000807 [ 3 ] {c071caed-81c8-4a4b-98b7-a987bef7c21e} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2045 | 2024.03.25 19:36:00.000827 [ 3 ] {c071caed-81c8-4a4b-98b7-a987bef7c21e} <Debug> oximeter.timeseries_schema (375b2b82-92ad-47be-a2f3-a7f0a6040450) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 2046 | 2024.03.25 19:36:00.000866 [ 3 ] {c071caed-81c8-4a4b-98b7-a987bef7c21e} <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', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent'))" | ||
| 2047 | 2024.03.25 19:36:00.000905 [ 3 ] {c071caed-81c8-4a4b-98b7-a987bef7c21e} <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', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent'))" | ||
| 2048 | 2024.03.25 19:36:00.002197 [ 3 ] {c071caed-81c8-4a4b-98b7-a987bef7c21e} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.002744 sec., 6559.766763848396 rows/sec., 275.46 KiB/sec. | ||
| 2049 | 2024.03.25 19:36:00.002439 [ 3 ] {c071caed-81c8-4a4b-98b7-a987bef7c21e} <Debug> DynamicQueryHandler: Done processing query | ||
| 2050 | 2024.03.25 19:36:00.002463 [ 3 ] {c071caed-81c8-4a4b-98b7-a987bef7c21e} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
| 2051 | 2024.03.25 19:36:00.002481 [ 3 ] {} <Debug> HTTP-Session: c96272d3-358e-4ec8-b2e9-bd34e4790d3c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2052 | 2024.03.25 19:36:00.002719 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 922, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2053 | 2024.03.25 19:36:00.002767 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2054 | 2024.03.25 19:36:00.002786 [ 3 ] {} <Debug> HTTP-Session: 23c88e70-5d1c-449e-b857-32438e91f8f4 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 2055 | 2024.03.25 19:36:00.002803 [ 3 ] {} <Debug> HTTP-Session: 23c88e70-5d1c-449e-b857-32438e91f8f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2056 | 2024.03.25 19:36:00.002817 [ 3 ] {} <Debug> HTTP-Session: 23c88e70-5d1c-449e-b857-32438e91f8f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2057 | 2024.03.25 19:36:00.002847 [ 3 ] {} <Trace> HTTP-Session: 23c88e70-5d1c-449e-b857-32438e91f8f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2058 | 2024.03.25 19:36:00.002954 [ 3 ] {de1bc2c0-6cd8-401c-a194-b19e00b4809c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) 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', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received') FORMAT JSONEachRow; (stage: Complete) | ||
| 2059 | 2024.03.25 19:36:00.003216 [ 3 ] {de1bc2c0-6cd8-401c-a194-b19e00b4809c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2060 | 2024.03.25 19:36:00.003256 [ 3 ] {de1bc2c0-6cd8-401c-a194-b19e00b4809c} <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', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received')" moved to PREWHERE | ||
| 2061 | 2024.03.25 19:36:00.003513 [ 3 ] {de1bc2c0-6cd8-401c-a194-b19e00b4809c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2062 | 2024.03.25 19:36:00.003576 [ 3 ] {de1bc2c0-6cd8-401c-a194-b19e00b4809c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2063 | 2024.03.25 19:36:00.003710 [ 3 ] {de1bc2c0-6cd8-401c-a194-b19e00b4809c} <Debug> oximeter.timeseries_schema (375b2b82-92ad-47be-a2f3-a7f0a6040450) (SelectExecutor): Key condition: (column 0 notIn 22-element set) | ||
| 2064 | 2024.03.25 19:36:00.003797 [ 251 ] {de1bc2c0-6cd8-401c-a194-b19e00b4809c} <Trace> oximeter.timeseries_schema (375b2b82-92ad-47be-a2f3-a7f0a6040450) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2065 | 2024.03.25 19:36:00.003811 [ 253 ] {de1bc2c0-6cd8-401c-a194-b19e00b4809c} <Trace> oximeter.timeseries_schema (375b2b82-92ad-47be-a2f3-a7f0a6040450) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2066 | 2024.03.25 19:36:00.003899 [ 3 ] {de1bc2c0-6cd8-401c-a194-b19e00b4809c} <Debug> oximeter.timeseries_schema (375b2b82-92ad-47be-a2f3-a7f0a6040450) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
| 2067 | 2024.03.25 19:36:00.003924 [ 3 ] {de1bc2c0-6cd8-401c-a194-b19e00b4809c} <Trace> oximeter.timeseries_schema (375b2b82-92ad-47be-a2f3-a7f0a6040450) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2068 | 2024.03.25 19:36:00.003997 [ 3 ] {de1bc2c0-6cd8-401c-a194-b19e00b4809c} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2069 | 2024.03.25 19:36:00.004016 [ 3 ] {de1bc2c0-6cd8-401c-a194-b19e00b4809c} <Debug> oximeter.timeseries_schema (375b2b82-92ad-47be-a2f3-a7f0a6040450) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 2070 | 2024.03.25 19:36:00.004053 [ 3 ] {de1bc2c0-6cd8-401c-a194-b19e00b4809c} <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', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received'))" | ||
| 2071 | 2024.03.25 19:36:00.004090 [ 3 ] {de1bc2c0-6cd8-401c-a194-b19e00b4809c} <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', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received'))" | ||
| 2072 | 2024.03.25 19:36:00.005384 [ 3 ] {de1bc2c0-6cd8-401c-a194-b19e00b4809c} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.002494 sec., 7217.321571772253 rows/sec., 303.07 KiB/sec. | ||
| 2073 | 2024.03.25 19:36:00.005617 [ 3 ] {de1bc2c0-6cd8-401c-a194-b19e00b4809c} <Debug> DynamicQueryHandler: Done processing query | ||
| 2074 | 2024.03.25 19:36:00.005642 [ 3 ] {de1bc2c0-6cd8-401c-a194-b19e00b4809c} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
| 2075 | 2024.03.25 19:36:00.005659 [ 3 ] {} <Debug> HTTP-Session: 23c88e70-5d1c-449e-b857-32438e91f8f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2076 | 2024.03.25 19:36:00.005861 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 955, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2077 | 2024.03.25 19:36:00.005909 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2078 | 2024.03.25 19:36:00.005930 [ 3 ] {} <Debug> HTTP-Session: ac2f60e0-fc19-4229-8c90-d68bed4c0d22 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 2079 | 2024.03.25 19:36:00.005946 [ 3 ] {} <Debug> HTTP-Session: ac2f60e0-fc19-4229-8c90-d68bed4c0d22 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2080 | 2024.03.25 19:36:00.005960 [ 3 ] {} <Debug> HTTP-Session: ac2f60e0-fc19-4229-8c90-d68bed4c0d22 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2081 | 2024.03.25 19:36:00.005990 [ 3 ] {} <Trace> HTTP-Session: ac2f60e0-fc19-4229-8c90-d68bed4c0d22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2082 | 2024.03.25 19:36:00.006124 [ 3 ] {6085ef7e-bb97-4eb7-8a8a-2801a7bdf105} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) 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', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received') FORMAT JSONEachRow; (stage: Complete) | ||
| 2083 | 2024.03.25 19:36:00.006382 [ 3 ] {6085ef7e-bb97-4eb7-8a8a-2801a7bdf105} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2084 | 2024.03.25 19:36:00.006423 [ 3 ] {6085ef7e-bb97-4eb7-8a8a-2801a7bdf105} <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', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received')" moved to PREWHERE | ||
| 2085 | 2024.03.25 19:36:00.006681 [ 3 ] {6085ef7e-bb97-4eb7-8a8a-2801a7bdf105} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2086 | 2024.03.25 19:36:00.006744 [ 3 ] {6085ef7e-bb97-4eb7-8a8a-2801a7bdf105} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2087 | 2024.03.25 19:36:00.006879 [ 3 ] {6085ef7e-bb97-4eb7-8a8a-2801a7bdf105} <Debug> oximeter.timeseries_schema (375b2b82-92ad-47be-a2f3-a7f0a6040450) (SelectExecutor): Key condition: (column 0 notIn 23-element set) | ||
| 2088 | 2024.03.25 19:36:00.006949 [ 251 ] {6085ef7e-bb97-4eb7-8a8a-2801a7bdf105} <Trace> oximeter.timeseries_schema (375b2b82-92ad-47be-a2f3-a7f0a6040450) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2089 | 2024.03.25 19:36:00.006954 [ 258 ] {6085ef7e-bb97-4eb7-8a8a-2801a7bdf105} <Trace> oximeter.timeseries_schema (375b2b82-92ad-47be-a2f3-a7f0a6040450) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2090 | 2024.03.25 19:36:00.007040 [ 3 ] {6085ef7e-bb97-4eb7-8a8a-2801a7bdf105} <Debug> oximeter.timeseries_schema (375b2b82-92ad-47be-a2f3-a7f0a6040450) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
| 2091 | 2024.03.25 19:36:00.007066 [ 3 ] {6085ef7e-bb97-4eb7-8a8a-2801a7bdf105} <Trace> oximeter.timeseries_schema (375b2b82-92ad-47be-a2f3-a7f0a6040450) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2092 | 2024.03.25 19:36:00.007138 [ 3 ] {6085ef7e-bb97-4eb7-8a8a-2801a7bdf105} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2093 | 2024.03.25 19:36:00.007155 [ 3 ] {6085ef7e-bb97-4eb7-8a8a-2801a7bdf105} <Debug> oximeter.timeseries_schema (375b2b82-92ad-47be-a2f3-a7f0a6040450) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 2094 | 2024.03.25 19:36:00.007190 [ 3 ] {6085ef7e-bb97-4eb7-8a8a-2801a7bdf105} <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', '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'))" | ||
| 2095 | 2024.03.25 19:36:00.007226 [ 3 ] {6085ef7e-bb97-4eb7-8a8a-2801a7bdf105} <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', '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'))" | ||
| 2096 | 2024.03.25 19:36:00.008519 [ 3 ] {6085ef7e-bb97-4eb7-8a8a-2801a7bdf105} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.002459 sec., 7320.048800325336 rows/sec., 307.38 KiB/sec. | ||
| 2097 | 2024.03.25 19:36:00.008756 [ 3 ] {6085ef7e-bb97-4eb7-8a8a-2801a7bdf105} <Debug> DynamicQueryHandler: Done processing query | ||
| 2098 | 2024.03.25 19:36:00.008780 [ 3 ] {6085ef7e-bb97-4eb7-8a8a-2801a7bdf105} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
| 2099 | 2024.03.25 19:36:00.008798 [ 3 ] {} <Debug> HTTP-Session: ac2f60e0-fc19-4229-8c90-d68bed4c0d22 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2100 | 2024.03.25 19:36:00.021520 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 1942, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2101 | 2024.03.25 19:36:00.021579 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2102 | 2024.03.25 19:36:00.021601 [ 3 ] {} <Debug> HTTP-Session: 5b6063b8-83cc-4ac0-b5b6-52d19d11578e Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 2103 | 2024.03.25 19:36:00.021622 [ 3 ] {} <Debug> HTTP-Session: 5b6063b8-83cc-4ac0-b5b6-52d19d11578e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2104 | 2024.03.25 19:36:00.021639 [ 3 ] {} <Debug> HTTP-Session: 5b6063b8-83cc-4ac0-b5b6-52d19d11578e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2105 | 2024.03.25 19:36:00.021675 [ 3 ] {} <Trace> HTTP-Session: 5b6063b8-83cc-4ac0-b5b6-52d19d11578e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2106 | 2024.03.25 19:36:00.021773 [ 3 ] {084cab74-bc67-4587-b638-4fb832e2aa97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
| 2107 | 2024.03.25 19:36:00.021824 [ 3 ] {084cab74-bc67-4587-b638-4fb832e2aa97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2108 | 2024.03.25 19:36:00.022020 [ 3 ] {084cab74-bc67-4587-b638-4fb832e2aa97} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2109 | 2024.03.25 19:36:00.022353 [ 3 ] {084cab74-bc67-4587-b638-4fb832e2aa97} <Trace> oximeter.timeseries_schema (375b2b82-92ad-47be-a2f3-a7f0a6040450): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2110 | 2024.03.25 19:36:00.022392 [ 3 ] {084cab74-bc67-4587-b638-4fb832e2aa97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 2111 | 2024.03.25 19:36:00.022881 [ 3 ] {084cab74-bc67-4587-b638-4fb832e2aa97} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2112 | 2024.03.25 19:36:00.023176 [ 3 ] {084cab74-bc67-4587-b638-4fb832e2aa97} <Trace> oximeter.timeseries_schema (375b2b82-92ad-47be-a2f3-a7f0a6040450): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2113 | 2024.03.25 19:36:00.023300 [ 3 ] {084cab74-bc67-4587-b638-4fb832e2aa97} <Debug> executeQuery: Read 6 rows, 996.00 B in 0.001602 sec., 3745.3183520599255 rows/sec., 607.15 KiB/sec. | ||
| 2114 | 2024.03.25 19:36:00.023409 [ 3 ] {084cab74-bc67-4587-b638-4fb832e2aa97} <Debug> DynamicQueryHandler: Done processing query | ||
| 2115 | 2024.03.25 19:36:00.023431 [ 3 ] {084cab74-bc67-4587-b638-4fb832e2aa97} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
| 2116 | 2024.03.25 19:36:00.023446 [ 3 ] {} <Debug> HTTP-Session: 5b6063b8-83cc-4ac0-b5b6-52d19d11578e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2117 | 2024.03.25 19:36:00.023561 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 8603, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2118 | 2024.03.25 19:36:00.023604 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2119 | 2024.03.25 19:36:00.023622 [ 3 ] {} <Debug> HTTP-Session: 75a13c32-17d3-49cd-bda0-4a579c80eee9 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 2120 | 2024.03.25 19:36:00.023637 [ 3 ] {} <Debug> HTTP-Session: 75a13c32-17d3-49cd-bda0-4a579c80eee9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2121 | 2024.03.25 19:36:00.023650 [ 3 ] {} <Debug> HTTP-Session: 75a13c32-17d3-49cd-bda0-4a579c80eee9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2122 | 2024.03.25 19:36:00.023678 [ 3 ] {} <Trace> HTTP-Session: 75a13c32-17d3-49cd-bda0-4a579c80eee9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2123 | 2024.03.25 19:36:00.023759 [ 3 ] {e28a9123-eb5a-41d4-949e-1e571a89fdc1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 2124 | 2024.03.25 19:36:00.023796 [ 3 ] {e28a9123-eb5a-41d4-949e-1e571a89fdc1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2125 | 2024.03.25 19:36:00.023976 [ 3 ] {e28a9123-eb5a-41d4-949e-1e571a89fdc1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2126 | 2024.03.25 19:36:00.024286 [ 3 ] {e28a9123-eb5a-41d4-949e-1e571a89fdc1} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2127 | 2024.03.25 19:36:00.024322 [ 3 ] {e28a9123-eb5a-41d4-949e-1e571a89fdc1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 2128 | 2024.03.25 19:36:00.024653 [ 3 ] {e28a9123-eb5a-41d4-949e-1e571a89fdc1} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2129 | 2024.03.25 19:36:00.024974 [ 3 ] {e28a9123-eb5a-41d4-949e-1e571a89fdc1} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2130 | 2024.03.25 19:36:00.025098 [ 3 ] {e28a9123-eb5a-41d4-949e-1e571a89fdc1} <Debug> executeQuery: Read 62 rows, 4.82 KiB in 0.001323 sec., 46863.18972033258 rows/sec., 3.56 MiB/sec. | ||
| 2131 | 2024.03.25 19:36:00.025201 [ 3 ] {e28a9123-eb5a-41d4-949e-1e571a89fdc1} <Debug> DynamicQueryHandler: Done processing query | ||
| 2132 | 2024.03.25 19:36:00.025224 [ 3 ] {e28a9123-eb5a-41d4-949e-1e571a89fdc1} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 2133 | 2024.03.25 19:36:00.025239 [ 3 ] {} <Debug> HTTP-Session: 75a13c32-17d3-49cd-bda0-4a579c80eee9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2134 | 2024.03.25 19:36:00.025379 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 8828, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2135 | 2024.03.25 19:36:00.025427 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2136 | 2024.03.25 19:36:00.025446 [ 3 ] {} <Debug> HTTP-Session: 8d237feb-1f6a-4b7e-8396-0658afbac819 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 2137 | 2024.03.25 19:36:00.025462 [ 3 ] {} <Debug> HTTP-Session: 8d237feb-1f6a-4b7e-8396-0658afbac819 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2138 | 2024.03.25 19:36:00.025476 [ 3 ] {} <Debug> HTTP-Session: 8d237feb-1f6a-4b7e-8396-0658afbac819 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2139 | 2024.03.25 19:36:00.025506 [ 3 ] {} <Trace> HTTP-Session: 8d237feb-1f6a-4b7e-8396-0658afbac819 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2140 | 2024.03.25 19:36:00.025582 [ 3 ] {0ce11ee6-cad4-41a0-9a85-947d3e247af2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 2141 | 2024.03.25 19:36:00.025622 [ 3 ] {0ce11ee6-cad4-41a0-9a85-947d3e247af2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2142 | 2024.03.25 19:36:00.025741 [ 3 ] {0ce11ee6-cad4-41a0-9a85-947d3e247af2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2143 | 2024.03.25 19:36:00.026032 [ 3 ] {0ce11ee6-cad4-41a0-9a85-947d3e247af2} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2144 | 2024.03.25 19:36:00.026068 [ 3 ] {0ce11ee6-cad4-41a0-9a85-947d3e247af2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 2145 | 2024.03.25 19:36:00.026384 [ 3 ] {0ce11ee6-cad4-41a0-9a85-947d3e247af2} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2146 | 2024.03.25 19:36:00.026689 [ 3 ] {0ce11ee6-cad4-41a0-9a85-947d3e247af2} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2147 | 2024.03.25 19:36:00.026809 [ 3 ] {0ce11ee6-cad4-41a0-9a85-947d3e247af2} <Debug> executeQuery: Read 52 rows, 4.13 KiB in 0.001259 sec., 41302.62112787927 rows/sec., 3.21 MiB/sec. | ||
| 2148 | 2024.03.25 19:36:00.026913 [ 3 ] {0ce11ee6-cad4-41a0-9a85-947d3e247af2} <Debug> DynamicQueryHandler: Done processing query | ||
| 2149 | 2024.03.25 19:36:00.026941 [ 3 ] {0ce11ee6-cad4-41a0-9a85-947d3e247af2} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 2150 | 2024.03.25 19:36:00.026956 [ 3 ] {} <Debug> HTTP-Session: 8d237feb-1f6a-4b7e-8396-0658afbac819 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2151 | 2024.03.25 19:36:00.027281 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 81378, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2152 | 2024.03.25 19:36:00.027327 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2153 | 2024.03.25 19:36:00.027345 [ 3 ] {} <Debug> HTTP-Session: 3e518ed1-e939-49e0-b7d5-6fbfc73cc717 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 2154 | 2024.03.25 19:36:00.027362 [ 3 ] {} <Debug> HTTP-Session: 3e518ed1-e939-49e0-b7d5-6fbfc73cc717 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2155 | 2024.03.25 19:36:00.027376 [ 3 ] {} <Debug> HTTP-Session: 3e518ed1-e939-49e0-b7d5-6fbfc73cc717 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2156 | 2024.03.25 19:36:00.027406 [ 3 ] {} <Trace> HTTP-Session: 3e518ed1-e939-49e0-b7d5-6fbfc73cc717 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2157 | 2024.03.25 19:36:00.028023 [ 3 ] {ea996ab1-c5e2-42fb-be6c-2d67c362eb79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 2158 | 2024.03.25 19:36:00.028069 [ 3 ] {ea996ab1-c5e2-42fb-be6c-2d67c362eb79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2159 | 2024.03.25 19:36:00.028204 [ 3 ] {ea996ab1-c5e2-42fb-be6c-2d67c362eb79} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2160 | 2024.03.25 19:36:00.028748 [ 3 ] {ea996ab1-c5e2-42fb-be6c-2d67c362eb79} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2161 | 2024.03.25 19:36:00.028784 [ 3 ] {ea996ab1-c5e2-42fb-be6c-2d67c362eb79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 2162 | 2024.03.25 19:36:00.029179 [ 3 ] {ea996ab1-c5e2-42fb-be6c-2d67c362eb79} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2163 | 2024.03.25 19:36:00.029514 [ 3 ] {ea996ab1-c5e2-42fb-be6c-2d67c362eb79} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2164 | 2024.03.25 19:36:00.029640 [ 3 ] {ea996ab1-c5e2-42fb-be6c-2d67c362eb79} <Debug> executeQuery: Read 424 rows, 30.51 KiB in 0.002145 sec., 197668.99766899765 rows/sec., 13.89 MiB/sec. | ||
| 2165 | 2024.03.25 19:36:00.029788 [ 3 ] {ea996ab1-c5e2-42fb-be6c-2d67c362eb79} <Debug> DynamicQueryHandler: Done processing query | ||
| 2166 | 2024.03.25 19:36:00.029812 [ 3 ] {ea996ab1-c5e2-42fb-be6c-2d67c362eb79} <Debug> MemoryTracker: Peak memory usage (for query): 4.50 MiB. | ||
| 2167 | 2024.03.25 19:36:00.029827 [ 3 ] {} <Debug> HTTP-Session: 3e518ed1-e939-49e0-b7d5-6fbfc73cc717 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2168 | 2024.03.25 19:36:00.029961 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2169 | 2024.03.25 19:36:00.030008 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2170 | 2024.03.25 19:36:00.030026 [ 3 ] {} <Debug> HTTP-Session: e8efb49d-24d9-4eca-a5e2-140e888c6a3b Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 2171 | 2024.03.25 19:36:00.030043 [ 3 ] {} <Debug> HTTP-Session: e8efb49d-24d9-4eca-a5e2-140e888c6a3b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2172 | 2024.03.25 19:36:00.030057 [ 3 ] {} <Debug> HTTP-Session: e8efb49d-24d9-4eca-a5e2-140e888c6a3b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2173 | 2024.03.25 19:36:00.030086 [ 3 ] {} <Trace> HTTP-Session: e8efb49d-24d9-4eca-a5e2-140e888c6a3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2174 | 2024.03.25 19:36:00.030158 [ 3 ] {f76720a4-2719-4a48-b105-0e7b6bf105f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 2175 | 2024.03.25 19:36:00.030199 [ 3 ] {f76720a4-2719-4a48-b105-0e7b6bf105f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2176 | 2024.03.25 19:36:00.030320 [ 3 ] {f76720a4-2719-4a48-b105-0e7b6bf105f3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2177 | 2024.03.25 19:36:00.030575 [ 3 ] {f76720a4-2719-4a48-b105-0e7b6bf105f3} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2178 | 2024.03.25 19:36:00.030609 [ 3 ] {f76720a4-2719-4a48-b105-0e7b6bf105f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 2179 | 2024.03.25 19:36:00.030951 [ 3 ] {f76720a4-2719-4a48-b105-0e7b6bf105f3} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2180 | 2024.03.25 19:36:00.031252 [ 3 ] {f76720a4-2719-4a48-b105-0e7b6bf105f3} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2181 | 2024.03.25 19:36:00.031367 [ 3 ] {f76720a4-2719-4a48-b105-0e7b6bf105f3} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.00127 sec., 23622.047244094487 rows/sec., 1.62 MiB/sec. | ||
| 2182 | 2024.03.25 19:36:00.031466 [ 3 ] {f76720a4-2719-4a48-b105-0e7b6bf105f3} <Debug> DynamicQueryHandler: Done processing query | ||
| 2183 | 2024.03.25 19:36:00.031489 [ 3 ] {f76720a4-2719-4a48-b105-0e7b6bf105f3} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 2184 | 2024.03.25 19:36:00.031503 [ 3 ] {} <Debug> HTTP-Session: e8efb49d-24d9-4eca-a5e2-140e888c6a3b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2185 | 2024.03.25 19:36:01.000320 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 176.55 MiB, peak 185.06 MiB, free memory in arenas 0.00 B, will set to 177.65 MiB (RSS), difference: 1.10 MiB | ||
| 2186 | 2024.03.25 19:36:04.992693 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 6075, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2187 | 2024.03.25 19:36:04.992810 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2188 | 2024.03.25 19:36:04.992838 [ 3 ] {} <Debug> HTTP-Session: 5102da0d-b8d3-4bce-a0ca-320da34bbd62 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 2189 | 2024.03.25 19:36:04.992862 [ 3 ] {} <Debug> HTTP-Session: 5102da0d-b8d3-4bce-a0ca-320da34bbd62 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2190 | 2024.03.25 19:36:04.992877 [ 3 ] {} <Debug> HTTP-Session: 5102da0d-b8d3-4bce-a0ca-320da34bbd62 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2191 | 2024.03.25 19:36:04.992922 [ 3 ] {} <Trace> HTTP-Session: 5102da0d-b8d3-4bce-a0ca-320da34bbd62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2192 | 2024.03.25 19:36:04.993040 [ 3 ] {8d923ad5-c091-4282-954e-97782ce9c142} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 2193 | 2024.03.25 19:36:04.993099 [ 3 ] {8d923ad5-c091-4282-954e-97782ce9c142} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 2194 | 2024.03.25 19:36:04.993275 [ 3 ] {8d923ad5-c091-4282-954e-97782ce9c142} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2195 | 2024.03.25 19:36:04.993778 [ 3 ] {8d923ad5-c091-4282-954e-97782ce9c142} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2196 | 2024.03.25 19:36:04.993824 [ 3 ] {8d923ad5-c091-4282-954e-97782ce9c142} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 2197 | 2024.03.25 19:36:04.994203 [ 3 ] {8d923ad5-c091-4282-954e-97782ce9c142} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2198 | 2024.03.25 19:36:04.994530 [ 3 ] {8d923ad5-c091-4282-954e-97782ce9c142} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2199 | 2024.03.25 19:36:04.994717 [ 3 ] {8d923ad5-c091-4282-954e-97782ce9c142} <Debug> executeQuery: Read 42 rows, 3.40 KiB in 0.001692 sec., 24822.695035460994 rows/sec., 1.96 MiB/sec. | ||
| 2200 | 2024.03.25 19:36:04.994910 [ 3 ] {8d923ad5-c091-4282-954e-97782ce9c142} <Debug> DynamicQueryHandler: Done processing query | ||
| 2201 | 2024.03.25 19:36:04.994937 [ 3 ] {8d923ad5-c091-4282-954e-97782ce9c142} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 2202 | 2024.03.25 19:36:04.994954 [ 3 ] {} <Debug> HTTP-Session: 5102da0d-b8d3-4bce-a0ca-320da34bbd62 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2203 | 2024.03.25 19:36:04.995137 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 23833, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2204 | 2024.03.25 19:36:04.995192 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2205 | 2024.03.25 19:36:04.995212 [ 3 ] {} <Debug> HTTP-Session: 072a1e5d-6804-4440-8081-d19d26a198d1 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 2206 | 2024.03.25 19:36:04.995230 [ 3 ] {} <Debug> HTTP-Session: 072a1e5d-6804-4440-8081-d19d26a198d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2207 | 2024.03.25 19:36:04.995246 [ 3 ] {} <Debug> HTTP-Session: 072a1e5d-6804-4440-8081-d19d26a198d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2208 | 2024.03.25 19:36:04.995281 [ 3 ] {} <Trace> HTTP-Session: 072a1e5d-6804-4440-8081-d19d26a198d1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2209 | 2024.03.25 19:36:04.995436 [ 3 ] {124b5ee9-309f-4886-986a-ff79971055a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 2210 | 2024.03.25 19:36:04.995482 [ 3 ] {124b5ee9-309f-4886-986a-ff79971055a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2211 | 2024.03.25 19:36:04.995608 [ 3 ] {124b5ee9-309f-4886-986a-ff79971055a6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2212 | 2024.03.25 19:36:04.996115 [ 3 ] {124b5ee9-309f-4886-986a-ff79971055a6} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2213 | 2024.03.25 19:36:04.996154 [ 3 ] {124b5ee9-309f-4886-986a-ff79971055a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 2214 | 2024.03.25 19:36:04.996480 [ 3 ] {124b5ee9-309f-4886-986a-ff79971055a6} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2215 | 2024.03.25 19:36:04.996784 [ 3 ] {124b5ee9-309f-4886-986a-ff79971055a6} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2216 | 2024.03.25 19:36:04.996938 [ 77 ] {} <Debug> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2217 | 2024.03.25 19:36:04.996947 [ 3 ] {124b5ee9-309f-4886-986a-ff79971055a6} <Debug> executeQuery: Read 152 rows, 14.55 KiB in 0.001602 sec., 94881.39825218478 rows/sec., 8.87 MiB/sec. | ||
| 2218 | 2024.03.25 19:36:04.997034 [ 77 ] {} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2219 | 2024.03.25 19:36:04.997107 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 2220 | 2024.03.25 19:36:04.997232 [ 3 ] {124b5ee9-309f-4886-986a-ff79971055a6} <Debug> DynamicQueryHandler: Done processing query | ||
| 2221 | 2024.03.25 19:36:04.997286 [ 3 ] {124b5ee9-309f-4886-986a-ff79971055a6} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
| 2222 | 2024.03.25 19:36:04.997349 [ 3 ] {} <Debug> HTTP-Session: 072a1e5d-6804-4440-8081-d19d26a198d1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2223 | 2024.03.25 19:36:04.997484 [ 193 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::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 | ||
| 2224 | 2024.03.25 19:36:04.997609 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 11908, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2225 | 2024.03.25 19:36:04.997706 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2226 | 2024.03.25 19:36:04.997761 [ 3 ] {} <Debug> HTTP-Session: 5cb2dad0-52c3-4261-b333-5212d4c22349 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 2227 | 2024.03.25 19:36:04.997812 [ 3 ] {} <Debug> HTTP-Session: 5cb2dad0-52c3-4261-b333-5212d4c22349 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2228 | 2024.03.25 19:36:04.997856 [ 3 ] {} <Debug> HTTP-Session: 5cb2dad0-52c3-4261-b333-5212d4c22349 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2229 | 2024.03.25 19:36:04.997932 [ 193 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2230 | 2024.03.25 19:36:04.997945 [ 3 ] {} <Trace> HTTP-Session: 5cb2dad0-52c3-4261-b333-5212d4c22349 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2231 | 2024.03.25 19:36:04.998027 [ 193 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 149 rows starting from the beginning of the part | ||
| 2232 | 2024.03.25 19:36:04.998135 [ 3 ] {14d778d2-96a2-4693-a405-4acf23ff1638} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 2233 | 2024.03.25 19:36:04.998281 [ 3 ] {14d778d2-96a2-4693-a405-4acf23ff1638} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2234 | 2024.03.25 19:36:04.998310 [ 193 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 152 rows starting from the beginning of the part | ||
| 2235 | 2024.03.25 19:36:04.998599 [ 193 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 26 rows starting from the beginning of the part | ||
| 2236 | 2024.03.25 19:36:04.999002 [ 193 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 152 rows starting from the beginning of the part | ||
| 2237 | 2024.03.25 19:36:04.999382 [ 193 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 62 rows starting from the beginning of the part | ||
| 2238 | 2024.03.25 19:36:04.999633 [ 3 ] {14d778d2-96a2-4693-a405-4acf23ff1638} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2239 | 2024.03.25 19:36:04.999684 [ 193 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 152 rows starting from the beginning of the part | ||
| 2240 | 2024.03.25 19:36:05.000317 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 178.84 MiB, peak 185.06 MiB, free memory in arenas 0.00 B, will set to 177.70 MiB (RSS), difference: -1.14 MiB | ||
| 2241 | 2024.03.25 19:36:05.000697 [ 3 ] {14d778d2-96a2-4693-a405-4acf23ff1638} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2242 | 2024.03.25 19:36:05.000818 [ 3 ] {14d778d2-96a2-4693-a405-4acf23ff1638} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 2243 | 2024.03.25 19:36:05.002052 [ 3 ] {14d778d2-96a2-4693-a405-4acf23ff1638} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2244 | 2024.03.25 19:36:05.002957 [ 3 ] {14d778d2-96a2-4693-a405-4acf23ff1638} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2245 | 2024.03.25 19:36:05.003142 [ 193 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 693 rows, containing 4 columns (4 merged, 0 gathered) in 0.005889175 sec., 117673.52812575616 rows/sec., 10.74 MiB/sec. | ||
| 2246 | 2024.03.25 19:36:05.003238 [ 77 ] {} <Debug> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2247 | 2024.03.25 19:36:05.003327 [ 3 ] {14d778d2-96a2-4693-a405-4acf23ff1638} <Debug> executeQuery: Read 70 rows, 5.60 KiB in 0.005234 sec., 13374.092472296523 rows/sec., 1.04 MiB/sec. | ||
| 2248 | 2024.03.25 19:36:05.003341 [ 77 ] {} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2249 | 2024.03.25 19:36:05.003429 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 2250 | 2024.03.25 19:36:05.003449 [ 193 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2251 | 2024.03.25 19:36:05.003819 [ 3 ] {14d778d2-96a2-4693-a405-4acf23ff1638} <Debug> DynamicQueryHandler: Done processing query | ||
| 2252 | 2024.03.25 19:36:05.003866 [ 3 ] {14d778d2-96a2-4693-a405-4acf23ff1638} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 2253 | 2024.03.25 19:36:05.003875 [ 192 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::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 | ||
| 2254 | 2024.03.25 19:36:05.003919 [ 3 ] {} <Debug> HTTP-Session: 5cb2dad0-52c3-4261-b333-5212d4c22349 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2255 | 2024.03.25 19:36:05.004189 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 19137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2256 | 2024.03.25 19:36:05.004365 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2257 | 2024.03.25 19:36:05.004450 [ 3 ] {} <Debug> HTTP-Session: 91185f53-378f-4a01-8783-89572bb1c724 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 2258 | 2024.03.25 19:36:05.004481 [ 192 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2259 | 2024.03.25 19:36:05.004528 [ 3 ] {} <Debug> HTTP-Session: 91185f53-378f-4a01-8783-89572bb1c724 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2260 | 2024.03.25 19:36:05.004579 [ 192 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 79 rows starting from the beginning of the part | ||
| 2261 | 2024.03.25 19:36:05.004599 [ 3 ] {} <Debug> HTTP-Session: 91185f53-378f-4a01-8783-89572bb1c724 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2262 | 2024.03.25 19:36:05.004692 [ 3 ] {} <Trace> HTTP-Session: 91185f53-378f-4a01-8783-89572bb1c724 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2263 | 2024.03.25 19:36:05.004970 [ 192 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 70 rows starting from the beginning of the part | ||
| 2264 | 2024.03.25 19:36:05.005107 [ 3 ] {6555ce08-256c-40a2-bf15-b98ce5d63cc6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 2265 | 2024.03.25 19:36:05.005396 [ 3 ] {6555ce08-256c-40a2-bf15-b98ce5d63cc6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2266 | 2024.03.25 19:36:05.005447 [ 192 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 28 rows starting from the beginning of the part | ||
| 2267 | 2024.03.25 19:36:05.005552 [ 193 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_11_2} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2268 | 2024.03.25 19:36:05.005997 [ 193 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_11_2} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2269 | 2024.03.25 19:36:05.006061 [ 192 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 70 rows starting from the beginning of the part | ||
| 2270 | 2024.03.25 19:36:05.006396 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 2271 | 2024.03.25 19:36:05.006450 [ 192 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 52 rows starting from the beginning of the part | ||
| 2272 | 2024.03.25 19:36:05.006883 [ 192 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 70 rows starting from the beginning of the part | ||
| 2273 | 2024.03.25 19:36:05.006992 [ 3 ] {6555ce08-256c-40a2-bf15-b98ce5d63cc6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2274 | 2024.03.25 19:36:05.007756 [ 3 ] {6555ce08-256c-40a2-bf15-b98ce5d63cc6} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2275 | 2024.03.25 19:36:05.007799 [ 3 ] {6555ce08-256c-40a2-bf15-b98ce5d63cc6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 2276 | 2024.03.25 19:36:05.008394 [ 3 ] {6555ce08-256c-40a2-bf15-b98ce5d63cc6} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2277 | 2024.03.25 19:36:05.008495 [ 192 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 369 rows, containing 4 columns (4 merged, 0 gathered) in 0.004901931 sec., 75276.45737975504 rows/sec., 5.88 MiB/sec. | ||
| 2278 | 2024.03.25 19:36:05.008771 [ 193 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2279 | 2024.03.25 19:36:05.009054 [ 3 ] {6555ce08-256c-40a2-bf15-b98ce5d63cc6} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2280 | 2024.03.25 19:36:05.009379 [ 77 ] {} <Debug> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2281 | 2024.03.25 19:36:05.009453 [ 3 ] {6555ce08-256c-40a2-bf15-b98ce5d63cc6} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.004574 sec., 21862.702229995626 rows/sec., 1.52 MiB/sec. | ||
| 2282 | 2024.03.25 19:36:05.009474 [ 77 ] {} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2283 | 2024.03.25 19:36:05.009623 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 2284 | 2024.03.25 19:36:05.009786 [ 193 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_11_2} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2285 | 2024.03.25 19:36:05.010053 [ 189 ] {f120f923-a49b-460a-9be5-7ff67cf25969::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.03.25 19:36:05.010082 [ 3 ] {6555ce08-256c-40a2-bf15-b98ce5d63cc6} <Debug> DynamicQueryHandler: Done processing query | ||
| 2287 | 2024.03.25 19:36:05.010090 [ 193 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_11_2} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2288 | 2024.03.25 19:36:05.010137 [ 3 ] {6555ce08-256c-40a2-bf15-b98ce5d63cc6} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
| 2289 | 2024.03.25 19:36:05.010215 [ 3 ] {} <Debug> HTTP-Session: 91185f53-378f-4a01-8783-89572bb1c724 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2290 | 2024.03.25 19:36:05.010338 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 2291 | 2024.03.25 19:36:05.010407 [ 189 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2292 | 2024.03.25 19:36:05.010445 [ 189 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 540 rows starting from the beginning of the part | ||
| 2293 | 2024.03.25 19:36:05.010578 [ 189 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 100 rows starting from the beginning of the part | ||
| 2294 | 2024.03.25 19:36:05.010692 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 44941, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2295 | 2024.03.25 19:36:05.010972 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2296 | 2024.03.25 19:36:05.010979 [ 189 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 100 rows starting from the beginning of the part | ||
| 2297 | 2024.03.25 19:36:05.011039 [ 3 ] {} <Debug> HTTP-Session: 1e56e61d-ce74-49cd-801a-a834dadacd59 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 2298 | 2024.03.25 19:36:05.011125 [ 3 ] {} <Debug> HTTP-Session: 1e56e61d-ce74-49cd-801a-a834dadacd59 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2299 | 2024.03.25 19:36:05.011213 [ 3 ] {} <Debug> HTTP-Session: 1e56e61d-ce74-49cd-801a-a834dadacd59 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2300 | 2024.03.25 19:36:05.011222 [ 189 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 100 rows starting from the beginning of the part | ||
| 2301 | 2024.03.25 19:36:05.011374 [ 3 ] {} <Trace> HTTP-Session: 1e56e61d-ce74-49cd-801a-a834dadacd59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2302 | 2024.03.25 19:36:05.011512 [ 189 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 424 rows starting from the beginning of the part | ||
| 2303 | 2024.03.25 19:36:05.011735 [ 189 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 100 rows starting from the beginning of the part | ||
| 2304 | 2024.03.25 19:36:05.011998 [ 3 ] {d4eb1239-7c46-4551-9da6-ac8160bf5a38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 2305 | 2024.03.25 19:36:05.012100 [ 3 ] {d4eb1239-7c46-4551-9da6-ac8160bf5a38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 2306 | 2024.03.25 19:36:05.012820 [ 3 ] {d4eb1239-7c46-4551-9da6-ac8160bf5a38} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2307 | 2024.03.25 19:36:05.013926 [ 3 ] {d4eb1239-7c46-4551-9da6-ac8160bf5a38} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2308 | 2024.03.25 19:36:05.014021 [ 3 ] {d4eb1239-7c46-4551-9da6-ac8160bf5a38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 2309 | 2024.03.25 19:36:05.014220 [ 189 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1364 rows, containing 5 columns (5 merged, 0 gathered) in 0.004407728 sec., 309456.4818881746 rows/sec., 21.55 MiB/sec. | ||
| 2310 | 2024.03.25 19:36:05.014571 [ 193 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2311 | 2024.03.25 19:36:05.014935 [ 3 ] {d4eb1239-7c46-4551-9da6-ac8160bf5a38} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2312 | 2024.03.25 19:36:05.015518 [ 193 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2313 | 2024.03.25 19:36:05.015648 [ 193 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2314 | 2024.03.25 19:36:05.015781 [ 3 ] {d4eb1239-7c46-4551-9da6-ac8160bf5a38} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2315 | 2024.03.25 19:36:05.015813 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. | ||
| 2316 | 2024.03.25 19:36:05.016033 [ 3 ] {d4eb1239-7c46-4551-9da6-ac8160bf5a38} <Debug> executeQuery: Read 42 rows, 58.04 KiB in 0.004432 sec., 9476.53429602888 rows/sec., 12.79 MiB/sec. | ||
| 2317 | 2024.03.25 19:36:05.016197 [ 3 ] {d4eb1239-7c46-4551-9da6-ac8160bf5a38} <Debug> DynamicQueryHandler: Done processing query | ||
| 2318 | 2024.03.25 19:36:05.016222 [ 3 ] {d4eb1239-7c46-4551-9da6-ac8160bf5a38} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
| 2319 | 2024.03.25 19:36:05.016238 [ 3 ] {} <Debug> HTTP-Session: 1e56e61d-ce74-49cd-801a-a834dadacd59 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2320 | 2024.03.25 19:36:05.016378 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2321 | 2024.03.25 19:36:05.016428 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2322 | 2024.03.25 19:36:05.016447 [ 3 ] {} <Debug> HTTP-Session: 66179ca0-abc8-4fa9-a134-f72c09550079 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 2323 | 2024.03.25 19:36:05.016464 [ 3 ] {} <Debug> HTTP-Session: 66179ca0-abc8-4fa9-a134-f72c09550079 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2324 | 2024.03.25 19:36:05.016477 [ 3 ] {} <Debug> HTTP-Session: 66179ca0-abc8-4fa9-a134-f72c09550079 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2325 | 2024.03.25 19:36:05.016508 [ 3 ] {} <Trace> HTTP-Session: 66179ca0-abc8-4fa9-a134-f72c09550079 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2326 | 2024.03.25 19:36:05.016588 [ 3 ] {bf941014-cf1c-4a0e-9fcb-8f19db788ae1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 2327 | 2024.03.25 19:36:05.016628 [ 3 ] {bf941014-cf1c-4a0e-9fcb-8f19db788ae1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2328 | 2024.03.25 19:36:05.016751 [ 3 ] {bf941014-cf1c-4a0e-9fcb-8f19db788ae1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2329 | 2024.03.25 19:36:05.017029 [ 3 ] {bf941014-cf1c-4a0e-9fcb-8f19db788ae1} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2330 | 2024.03.25 19:36:05.017064 [ 3 ] {bf941014-cf1c-4a0e-9fcb-8f19db788ae1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 2331 | 2024.03.25 19:36:05.017411 [ 3 ] {bf941014-cf1c-4a0e-9fcb-8f19db788ae1} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2332 | 2024.03.25 19:36:05.017815 [ 3 ] {bf941014-cf1c-4a0e-9fcb-8f19db788ae1} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2333 | 2024.03.25 19:36:05.017966 [ 77 ] {} <Debug> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2334 | 2024.03.25 19:36:05.017977 [ 3 ] {bf941014-cf1c-4a0e-9fcb-8f19db788ae1} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001413 sec., 21231.422505307855 rows/sec., 1.45 MiB/sec. | ||
| 2335 | 2024.03.25 19:36:05.018011 [ 77 ] {} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2336 | 2024.03.25 19:36:05.018078 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 2337 | 2024.03.25 19:36:05.018234 [ 3 ] {bf941014-cf1c-4a0e-9fcb-8f19db788ae1} <Debug> DynamicQueryHandler: Done processing query | ||
| 2338 | 2024.03.25 19:36:05.018285 [ 3 ] {bf941014-cf1c-4a0e-9fcb-8f19db788ae1} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 2339 | 2024.03.25 19:36:05.018300 [ 195 ] {9a1a39e4-f755-44be-b053-27de171f2434::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 | ||
| 2340 | 2024.03.25 19:36:05.018315 [ 3 ] {} <Debug> HTTP-Session: 66179ca0-abc8-4fa9-a134-f72c09550079 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2341 | 2024.03.25 19:36:05.018530 [ 195 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2342 | 2024.03.25 19:36:05.018585 [ 195 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 162 rows starting from the beginning of the part | ||
| 2343 | 2024.03.25 19:36:05.018736 [ 195 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 30 rows starting from the beginning of the part | ||
| 2344 | 2024.03.25 19:36:05.018943 [ 195 ] {9a1a39e4-f755-44be-b053-27de171f2434::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 | ||
| 2345 | 2024.03.25 19:36:05.019093 [ 195 ] {9a1a39e4-f755-44be-b053-27de171f2434::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 | ||
| 2346 | 2024.03.25 19:36:05.019259 [ 195 ] {9a1a39e4-f755-44be-b053-27de171f2434::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 | ||
| 2347 | 2024.03.25 19:36:05.019352 [ 195 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 30 rows starting from the beginning of the part | ||
| 2348 | 2024.03.25 19:36:05.020678 [ 193 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 312 rows, containing 4 columns (4 merged, 0 gathered) in 0.002489871 sec., 125307.69666380307 rows/sec., 8.58 MiB/sec. | ||
| 2349 | 2024.03.25 19:36:05.020837 [ 193 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2350 | 2024.03.25 19:36:05.021246 [ 193 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_11_2} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): 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.03.25 19:36:05.021325 [ 193 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_11_2} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2352 | 2024.03.25 19:36:05.021402 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 2353 | 2024.03.25 19:36:06.000380 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 177.03 MiB, peak 185.59 MiB, free memory in arenas 0.00 B, will set to 178.08 MiB (RSS), difference: 1.05 MiB | ||
| 2354 | 2024.03.25 19:36:06.609739 [ 75 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2355 | 2024.03.25 19:36:06.609814 [ 75 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2356 | 2024.03.25 19:36:09.991362 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 3629, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2357 | 2024.03.25 19:36:09.991500 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2358 | 2024.03.25 19:36:09.991531 [ 3 ] {} <Debug> HTTP-Session: 50fb77c4-d673-42a5-bd79-6f6c5928389f Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 2359 | 2024.03.25 19:36:09.991561 [ 3 ] {} <Debug> HTTP-Session: 50fb77c4-d673-42a5-bd79-6f6c5928389f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2360 | 2024.03.25 19:36:09.991580 [ 3 ] {} <Debug> HTTP-Session: 50fb77c4-d673-42a5-bd79-6f6c5928389f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2361 | 2024.03.25 19:36:09.991636 [ 3 ] {} <Trace> HTTP-Session: 50fb77c4-d673-42a5-bd79-6f6c5928389f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2362 | 2024.03.25 19:36:09.991773 [ 3 ] {ba9aa1d3-4dd6-48d1-879d-f1b0b4c05695} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 2363 | 2024.03.25 19:36:09.991844 [ 3 ] {ba9aa1d3-4dd6-48d1-879d-f1b0b4c05695} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2364 | 2024.03.25 19:36:09.992040 [ 3 ] {ba9aa1d3-4dd6-48d1-879d-f1b0b4c05695} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2365 | 2024.03.25 19:36:09.992497 [ 3 ] {ba9aa1d3-4dd6-48d1-879d-f1b0b4c05695} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2366 | 2024.03.25 19:36:09.992538 [ 3 ] {ba9aa1d3-4dd6-48d1-879d-f1b0b4c05695} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 2367 | 2024.03.25 19:36:09.992927 [ 3 ] {ba9aa1d3-4dd6-48d1-879d-f1b0b4c05695} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2368 | 2024.03.25 19:36:09.993262 [ 3 ] {ba9aa1d3-4dd6-48d1-879d-f1b0b4c05695} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2369 | 2024.03.25 19:36:09.993393 [ 3 ] {ba9aa1d3-4dd6-48d1-879d-f1b0b4c05695} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.001701 sec., 15285.126396237507 rows/sec., 1.15 MiB/sec. | ||
| 2370 | 2024.03.25 19:36:09.993648 [ 3 ] {ba9aa1d3-4dd6-48d1-879d-f1b0b4c05695} <Debug> DynamicQueryHandler: Done processing query | ||
| 2371 | 2024.03.25 19:36:09.993675 [ 3 ] {ba9aa1d3-4dd6-48d1-879d-f1b0b4c05695} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 2372 | 2024.03.25 19:36:09.993692 [ 3 ] {} <Debug> HTTP-Session: 50fb77c4-d673-42a5-bd79-6f6c5928389f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2373 | 2024.03.25 19:36:09.993829 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4792, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2374 | 2024.03.25 19:36:09.993882 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2375 | 2024.03.25 19:36:09.993901 [ 3 ] {} <Debug> HTTP-Session: f8b526ad-194d-4842-bf25-a9db994c2ee4 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 2376 | 2024.03.25 19:36:09.993918 [ 3 ] {} <Debug> HTTP-Session: f8b526ad-194d-4842-bf25-a9db994c2ee4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2377 | 2024.03.25 19:36:09.993931 [ 3 ] {} <Debug> HTTP-Session: f8b526ad-194d-4842-bf25-a9db994c2ee4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2378 | 2024.03.25 19:36:09.993965 [ 3 ] {} <Trace> HTTP-Session: f8b526ad-194d-4842-bf25-a9db994c2ee4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2379 | 2024.03.25 19:36:09.994043 [ 3 ] {a1fa23b3-cdd4-4013-a123-f1ee32b2c451} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 2380 | 2024.03.25 19:36:09.994085 [ 3 ] {a1fa23b3-cdd4-4013-a123-f1ee32b2c451} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2381 | 2024.03.25 19:36:09.994296 [ 3 ] {a1fa23b3-cdd4-4013-a123-f1ee32b2c451} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2382 | 2024.03.25 19:36:09.994638 [ 3 ] {a1fa23b3-cdd4-4013-a123-f1ee32b2c451} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2383 | 2024.03.25 19:36:09.994676 [ 3 ] {a1fa23b3-cdd4-4013-a123-f1ee32b2c451} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 2384 | 2024.03.25 19:36:09.994986 [ 3 ] {a1fa23b3-cdd4-4013-a123-f1ee32b2c451} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2385 | 2024.03.25 19:36:09.995297 [ 3 ] {a1fa23b3-cdd4-4013-a123-f1ee32b2c451} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2386 | 2024.03.25 19:36:09.995431 [ 3 ] {a1fa23b3-cdd4-4013-a123-f1ee32b2c451} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001364 sec., 20527.859237536657 rows/sec., 1.60 MiB/sec. | ||
| 2387 | 2024.03.25 19:36:09.995667 [ 3 ] {a1fa23b3-cdd4-4013-a123-f1ee32b2c451} <Debug> DynamicQueryHandler: Done processing query | ||
| 2388 | 2024.03.25 19:36:09.995694 [ 3 ] {a1fa23b3-cdd4-4013-a123-f1ee32b2c451} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 2389 | 2024.03.25 19:36:09.995711 [ 3 ] {} <Debug> HTTP-Session: f8b526ad-194d-4842-bf25-a9db994c2ee4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2390 | 2024.03.25 19:36:09.995884 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 19137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2391 | 2024.03.25 19:36:09.995936 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2392 | 2024.03.25 19:36:09.995955 [ 3 ] {} <Debug> HTTP-Session: 8dc6e21d-bda4-4c2c-a0b9-1b81ecb05725 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 2393 | 2024.03.25 19:36:09.995972 [ 3 ] {} <Debug> HTTP-Session: 8dc6e21d-bda4-4c2c-a0b9-1b81ecb05725 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2394 | 2024.03.25 19:36:09.995986 [ 3 ] {} <Debug> HTTP-Session: 8dc6e21d-bda4-4c2c-a0b9-1b81ecb05725 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2395 | 2024.03.25 19:36:09.996018 [ 3 ] {} <Trace> HTTP-Session: 8dc6e21d-bda4-4c2c-a0b9-1b81ecb05725 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2396 | 2024.03.25 19:36:09.996125 [ 3 ] {5a6cd005-5eb9-448a-98bf-3f4743cbc8ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 2397 | 2024.03.25 19:36:09.996173 [ 3 ] {5a6cd005-5eb9-448a-98bf-3f4743cbc8ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2398 | 2024.03.25 19:36:09.996332 [ 3 ] {5a6cd005-5eb9-448a-98bf-3f4743cbc8ed} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2399 | 2024.03.25 19:36:09.996753 [ 3 ] {5a6cd005-5eb9-448a-98bf-3f4743cbc8ed} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2400 | 2024.03.25 19:36:09.996789 [ 3 ] {5a6cd005-5eb9-448a-98bf-3f4743cbc8ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 2401 | 2024.03.25 19:36:09.997172 [ 3 ] {5a6cd005-5eb9-448a-98bf-3f4743cbc8ed} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2402 | 2024.03.25 19:36:09.997517 [ 3 ] {5a6cd005-5eb9-448a-98bf-3f4743cbc8ed} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2403 | 2024.03.25 19:36:09.997653 [ 3 ] {5a6cd005-5eb9-448a-98bf-3f4743cbc8ed} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001582 sec., 63211.12515802781 rows/sec., 4.38 MiB/sec. | ||
| 2404 | 2024.03.25 19:36:09.997903 [ 3 ] {5a6cd005-5eb9-448a-98bf-3f4743cbc8ed} <Debug> DynamicQueryHandler: Done processing query | ||
| 2405 | 2024.03.25 19:36:09.997928 [ 3 ] {5a6cd005-5eb9-448a-98bf-3f4743cbc8ed} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
| 2406 | 2024.03.25 19:36:09.997944 [ 3 ] {} <Debug> HTTP-Session: 8dc6e21d-bda4-4c2c-a0b9-1b81ecb05725 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2407 | 2024.03.25 19:36:09.998107 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2408 | 2024.03.25 19:36:09.998158 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2409 | 2024.03.25 19:36:09.998182 [ 3 ] {} <Debug> HTTP-Session: 517c4ebd-a5cd-4495-bdf8-4c38186494bc Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 2410 | 2024.03.25 19:36:09.998200 [ 3 ] {} <Debug> HTTP-Session: 517c4ebd-a5cd-4495-bdf8-4c38186494bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2411 | 2024.03.25 19:36:09.998214 [ 3 ] {} <Debug> HTTP-Session: 517c4ebd-a5cd-4495-bdf8-4c38186494bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2412 | 2024.03.25 19:36:09.998245 [ 3 ] {} <Trace> HTTP-Session: 517c4ebd-a5cd-4495-bdf8-4c38186494bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2413 | 2024.03.25 19:36:09.998330 [ 3 ] {bb00a1fe-2d55-4d2d-93a5-1b5069b95eb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 2414 | 2024.03.25 19:36:09.998373 [ 3 ] {bb00a1fe-2d55-4d2d-93a5-1b5069b95eb3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2415 | 2024.03.25 19:36:09.998522 [ 3 ] {bb00a1fe-2d55-4d2d-93a5-1b5069b95eb3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2416 | 2024.03.25 19:36:09.998803 [ 3 ] {bb00a1fe-2d55-4d2d-93a5-1b5069b95eb3} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2417 | 2024.03.25 19:36:09.998840 [ 3 ] {bb00a1fe-2d55-4d2d-93a5-1b5069b95eb3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 2418 | 2024.03.25 19:36:09.999197 [ 3 ] {bb00a1fe-2d55-4d2d-93a5-1b5069b95eb3} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2419 | 2024.03.25 19:36:09.999514 [ 3 ] {bb00a1fe-2d55-4d2d-93a5-1b5069b95eb3} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2420 | 2024.03.25 19:36:09.999657 [ 3 ] {bb00a1fe-2d55-4d2d-93a5-1b5069b95eb3} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001356 sec., 22123.893805309734 rows/sec., 1.52 MiB/sec. | ||
| 2421 | 2024.03.25 19:36:09.999904 [ 3 ] {bb00a1fe-2d55-4d2d-93a5-1b5069b95eb3} <Debug> DynamicQueryHandler: Done processing query | ||
| 2422 | 2024.03.25 19:36:09.999928 [ 3 ] {bb00a1fe-2d55-4d2d-93a5-1b5069b95eb3} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 2423 | 2024.03.25 19:36:09.999944 [ 3 ] {} <Debug> HTTP-Session: 517c4ebd-a5cd-4495-bdf8-4c38186494bc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2424 | 2024.03.25 19:36:14.989687 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 990, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2425 | 2024.03.25 19:36:14.989825 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2426 | 2024.03.25 19:36:14.989855 [ 3 ] {} <Debug> HTTP-Session: ca82ec91-3714-425a-a05a-a87e4de89d6d Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 2427 | 2024.03.25 19:36:14.989883 [ 3 ] {} <Debug> HTTP-Session: ca82ec91-3714-425a-a05a-a87e4de89d6d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2428 | 2024.03.25 19:36:14.989900 [ 3 ] {} <Debug> HTTP-Session: ca82ec91-3714-425a-a05a-a87e4de89d6d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2429 | 2024.03.25 19:36:14.989954 [ 3 ] {} <Trace> HTTP-Session: ca82ec91-3714-425a-a05a-a87e4de89d6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2430 | 2024.03.25 19:36:14.990146 [ 3 ] {9b09e94c-d58f-4d81-93a6-50301801d8e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) 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', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent') FORMAT JSONEachRow; (stage: Complete) | ||
| 2431 | 2024.03.25 19:36:14.990582 [ 3 ] {9b09e94c-d58f-4d81-93a6-50301801d8e3} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2432 | 2024.03.25 19:36:14.990637 [ 3 ] {9b09e94c-d58f-4d81-93a6-50301801d8e3} <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', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent')" moved to PREWHERE | ||
| 2433 | 2024.03.25 19:36:14.990958 [ 3 ] {9b09e94c-d58f-4d81-93a6-50301801d8e3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2434 | 2024.03.25 19:36:14.991038 [ 3 ] {9b09e94c-d58f-4d81-93a6-50301801d8e3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2435 | 2024.03.25 19:36:14.991208 [ 3 ] {9b09e94c-d58f-4d81-93a6-50301801d8e3} <Debug> oximeter.timeseries_schema (375b2b82-92ad-47be-a2f3-a7f0a6040450) (SelectExecutor): Key condition: (column 0 notIn 24-element set) | ||
| 2436 | 2024.03.25 19:36:14.991376 [ 251 ] {9b09e94c-d58f-4d81-93a6-50301801d8e3} <Trace> oximeter.timeseries_schema (375b2b82-92ad-47be-a2f3-a7f0a6040450) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2437 | 2024.03.25 19:36:14.991374 [ 255 ] {9b09e94c-d58f-4d81-93a6-50301801d8e3} <Trace> oximeter.timeseries_schema (375b2b82-92ad-47be-a2f3-a7f0a6040450) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2438 | 2024.03.25 19:36:14.991376 [ 258 ] {9b09e94c-d58f-4d81-93a6-50301801d8e3} <Trace> oximeter.timeseries_schema (375b2b82-92ad-47be-a2f3-a7f0a6040450) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2439 | 2024.03.25 19:36:14.991561 [ 3 ] {9b09e94c-d58f-4d81-93a6-50301801d8e3} <Debug> oximeter.timeseries_schema (375b2b82-92ad-47be-a2f3-a7f0a6040450) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges | ||
| 2440 | 2024.03.25 19:36:14.991592 [ 3 ] {9b09e94c-d58f-4d81-93a6-50301801d8e3} <Trace> oximeter.timeseries_schema (375b2b82-92ad-47be-a2f3-a7f0a6040450) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2441 | 2024.03.25 19:36:14.991705 [ 3 ] {9b09e94c-d58f-4d81-93a6-50301801d8e3} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2442 | 2024.03.25 19:36:14.991728 [ 3 ] {9b09e94c-d58f-4d81-93a6-50301801d8e3} <Debug> oximeter.timeseries_schema (375b2b82-92ad-47be-a2f3-a7f0a6040450) (SelectExecutor): Reading approx. 24 rows with 3 streams | ||
| 2443 | 2024.03.25 19:36:14.991768 [ 3 ] {9b09e94c-d58f-4d81-93a6-50301801d8e3} <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', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent'))" | ||
| 2444 | 2024.03.25 19:36:14.991814 [ 3 ] {9b09e94c-d58f-4d81-93a6-50301801d8e3} <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', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent'))" | ||
| 2445 | 2024.03.25 19:36:14.991853 [ 3 ] {9b09e94c-d58f-4d81-93a6-50301801d8e3} <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', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent'))" | ||
| 2446 | 2024.03.25 19:36:14.993671 [ 3 ] {9b09e94c-d58f-4d81-93a6-50301801d8e3} <Debug> executeQuery: Read 24 rows, 1020.00 B in 0.003647 sec., 6580.7513024403615 rows/sec., 273.13 KiB/sec. | ||
| 2447 | 2024.03.25 19:36:14.993973 [ 3 ] {9b09e94c-d58f-4d81-93a6-50301801d8e3} <Debug> DynamicQueryHandler: Done processing query | ||
| 2448 | 2024.03.25 19:36:14.993999 [ 3 ] {9b09e94c-d58f-4d81-93a6-50301801d8e3} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
| 2449 | 2024.03.25 19:36:14.994015 [ 3 ] {} <Debug> HTTP-Session: ca82ec91-3714-425a-a05a-a87e4de89d6d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2450 | 2024.03.25 19:36:14.999262 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 452, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2451 | 2024.03.25 19:36:14.999326 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2452 | 2024.03.25 19:36:14.999349 [ 3 ] {} <Debug> HTTP-Session: 4c8ec778-9cf1-487b-b2c8-1f4f1d66cfd6 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 2453 | 2024.03.25 19:36:14.999372 [ 3 ] {} <Debug> HTTP-Session: 4c8ec778-9cf1-487b-b2c8-1f4f1d66cfd6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2454 | 2024.03.25 19:36:14.999389 [ 3 ] {} <Debug> HTTP-Session: 4c8ec778-9cf1-487b-b2c8-1f4f1d66cfd6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2455 | 2024.03.25 19:36:14.999430 [ 3 ] {} <Trace> HTTP-Session: 4c8ec778-9cf1-487b-b2c8-1f4f1d66cfd6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2456 | 2024.03.25 19:36:14.999525 [ 3 ] {6898303f-3c83-4d3b-a7c1-05b23531852b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
| 2457 | 2024.03.25 19:36:14.999580 [ 3 ] {6898303f-3c83-4d3b-a7c1-05b23531852b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2458 | 2024.03.25 19:36:14.999765 [ 3 ] {6898303f-3c83-4d3b-a7c1-05b23531852b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2459 | 2024.03.25 19:36:15.000074 [ 3 ] {6898303f-3c83-4d3b-a7c1-05b23531852b} <Trace> oximeter.timeseries_schema (375b2b82-92ad-47be-a2f3-a7f0a6040450): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2460 | 2024.03.25 19:36:15.000111 [ 3 ] {6898303f-3c83-4d3b-a7c1-05b23531852b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 2461 | 2024.03.25 19:36:15.000329 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 179.26 MiB, peak 185.59 MiB, free memory in arenas 0.00 B, will set to 178.19 MiB (RSS), difference: -1.07 MiB | ||
| 2462 | 2024.03.25 19:36:15.000975 [ 3 ] {6898303f-3c83-4d3b-a7c1-05b23531852b} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2463 | 2024.03.25 19:36:15.001322 [ 3 ] {6898303f-3c83-4d3b-a7c1-05b23531852b} <Trace> oximeter.timeseries_schema (375b2b82-92ad-47be-a2f3-a7f0a6040450): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2464 | 2024.03.25 19:36:15.001465 [ 3 ] {6898303f-3c83-4d3b-a7c1-05b23531852b} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.001983 sec., 504.28643469490675 rows/sec., 114.25 KiB/sec. | ||
| 2465 | 2024.03.25 19:36:15.001596 [ 3 ] {6898303f-3c83-4d3b-a7c1-05b23531852b} <Debug> DynamicQueryHandler: Done processing query | ||
| 2466 | 2024.03.25 19:36:15.001619 [ 3 ] {6898303f-3c83-4d3b-a7c1-05b23531852b} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
| 2467 | 2024.03.25 19:36:15.001636 [ 3 ] {} <Debug> HTTP-Session: 4c8ec778-9cf1-487b-b2c8-1f4f1d66cfd6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2468 | 2024.03.25 19:36:15.001799 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 7080, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2469 | 2024.03.25 19:36:15.001846 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2470 | 2024.03.25 19:36:15.001864 [ 3 ] {} <Debug> HTTP-Session: b7d7a3af-c340-4657-aa0c-9063a055247f Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 2471 | 2024.03.25 19:36:15.001881 [ 3 ] {} <Debug> HTTP-Session: b7d7a3af-c340-4657-aa0c-9063a055247f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2472 | 2024.03.25 19:36:15.001893 [ 3 ] {} <Debug> HTTP-Session: b7d7a3af-c340-4657-aa0c-9063a055247f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2473 | 2024.03.25 19:36:15.001925 [ 3 ] {} <Trace> HTTP-Session: b7d7a3af-c340-4657-aa0c-9063a055247f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2474 | 2024.03.25 19:36:15.002002 [ 3 ] {36e521ba-c904-4b00-9345-bb9f032450cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 2475 | 2024.03.25 19:36:15.002044 [ 3 ] {36e521ba-c904-4b00-9345-bb9f032450cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 2476 | 2024.03.25 19:36:15.002161 [ 3 ] {36e521ba-c904-4b00-9345-bb9f032450cb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2477 | 2024.03.25 19:36:15.002470 [ 3 ] {36e521ba-c904-4b00-9345-bb9f032450cb} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2478 | 2024.03.25 19:36:15.002504 [ 3 ] {36e521ba-c904-4b00-9345-bb9f032450cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 2479 | 2024.03.25 19:36:15.002862 [ 3 ] {36e521ba-c904-4b00-9345-bb9f032450cb} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2480 | 2024.03.25 19:36:15.003176 [ 3 ] {36e521ba-c904-4b00-9345-bb9f032450cb} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2481 | 2024.03.25 19:36:15.003291 [ 68 ] {} <Debug> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2482 | 2024.03.25 19:36:15.003301 [ 3 ] {36e521ba-c904-4b00-9345-bb9f032450cb} <Debug> executeQuery: Read 49 rows, 3.97 KiB in 0.001322 sec., 37065.05295007564 rows/sec., 2.93 MiB/sec. | ||
| 2483 | 2024.03.25 19:36:15.003333 [ 68 ] {} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2484 | 2024.03.25 19:36:15.003368 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 2485 | 2024.03.25 19:36:15.003477 [ 3 ] {36e521ba-c904-4b00-9345-bb9f032450cb} <Debug> DynamicQueryHandler: Done processing query | ||
| 2486 | 2024.03.25 19:36:15.003557 [ 3 ] {36e521ba-c904-4b00-9345-bb9f032450cb} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 2487 | 2024.03.25 19:36:15.003708 [ 3 ] {} <Debug> HTTP-Session: b7d7a3af-c340-4657-aa0c-9063a055247f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2488 | 2024.03.25 19:36:15.003772 [ 189 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::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 | ||
| 2489 | 2024.03.25 19:36:15.003925 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2490 | 2024.03.25 19:36:15.004040 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2491 | 2024.03.25 19:36:15.004089 [ 3 ] {} <Debug> HTTP-Session: 74800f38-bf1b-4875-bd44-0dc77d6c1e09 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 2492 | 2024.03.25 19:36:15.004126 [ 189 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2493 | 2024.03.25 19:36:15.004132 [ 3 ] {} <Debug> HTTP-Session: 74800f38-bf1b-4875-bd44-0dc77d6c1e09 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2494 | 2024.03.25 19:36:15.004189 [ 3 ] {} <Debug> HTTP-Session: 74800f38-bf1b-4875-bd44-0dc77d6c1e09 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2495 | 2024.03.25 19:36:15.004199 [ 189 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 40 rows starting from the beginning of the part | ||
| 2496 | 2024.03.25 19:36:15.004265 [ 3 ] {} <Trace> HTTP-Session: 74800f38-bf1b-4875-bd44-0dc77d6c1e09 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2497 | 2024.03.25 19:36:15.004446 [ 189 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 41 rows starting from the beginning of the part | ||
| 2498 | 2024.03.25 19:36:15.004550 [ 3 ] {06a64f75-8d54-44ab-a30c-b59e1813d725} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 2499 | 2024.03.25 19:36:15.004798 [ 3 ] {06a64f75-8d54-44ab-a30c-b59e1813d725} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 2500 | 2024.03.25 19:36:15.004824 [ 189 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 42 rows starting from the beginning of the part | ||
| 2501 | 2024.03.25 19:36:15.005132 [ 189 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 42 rows starting from the beginning of the part | ||
| 2502 | 2024.03.25 19:36:15.005507 [ 189 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 42 rows starting from the beginning of the part | ||
| 2503 | 2024.03.25 19:36:15.005846 [ 189 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 49 rows starting from the beginning of the part | ||
| 2504 | 2024.03.25 19:36:15.006325 [ 3 ] {06a64f75-8d54-44ab-a30c-b59e1813d725} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2505 | 2024.03.25 19:36:15.007067 [ 3 ] {06a64f75-8d54-44ab-a30c-b59e1813d725} <Trace> oximeter.fields_ipaddr (d9ee32b3-8a1d-44e7-a34c-f0038ee3937b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2506 | 2024.03.25 19:36:15.007122 [ 3 ] {06a64f75-8d54-44ab-a30c-b59e1813d725} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 2507 | 2024.03.25 19:36:15.007948 [ 3 ] {06a64f75-8d54-44ab-a30c-b59e1813d725} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 2508 | 2024.03.25 19:36:15.008646 [ 195 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 256 rows, containing 4 columns (4 merged, 0 gathered) in 0.005195318 sec., 49275.13580496901 rows/sec., 3.90 MiB/sec. | ||
| 2509 | 2024.03.25 19:36:15.008820 [ 3 ] {06a64f75-8d54-44ab-a30c-b59e1813d725} <Trace> oximeter.fields_ipaddr (d9ee32b3-8a1d-44e7-a34c-f0038ee3937b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2510 | 2024.03.25 19:36:15.008868 [ 195 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2511 | 2024.03.25 19:36:15.009336 [ 3 ] {06a64f75-8d54-44ab-a30c-b59e1813d725} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.004835 sec., 827.300930713547 rows/sec., 67.46 KiB/sec. | ||
| 2512 | 2024.03.25 19:36:15.009879 [ 3 ] {06a64f75-8d54-44ab-a30c-b59e1813d725} <Debug> DynamicQueryHandler: Done processing query | ||
| 2513 | 2024.03.25 19:36:15.009924 [ 3 ] {06a64f75-8d54-44ab-a30c-b59e1813d725} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 2514 | 2024.03.25 19:36:15.009950 [ 3 ] {} <Debug> HTTP-Session: 74800f38-bf1b-4875-bd44-0dc77d6c1e09 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2515 | 2024.03.25 19:36:15.010059 [ 195 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_6_1} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2516 | 2024.03.25 19:36:15.010132 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 27491, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2517 | 2024.03.25 19:36:15.010206 [ 195 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_6_1} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2518 | 2024.03.25 19:36:15.010221 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2519 | 2024.03.25 19:36:15.010255 [ 3 ] {} <Debug> HTTP-Session: 560f2100-9603-450a-a519-5757100445fd Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 2520 | 2024.03.25 19:36:15.010302 [ 3 ] {} <Debug> HTTP-Session: 560f2100-9603-450a-a519-5757100445fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2521 | 2024.03.25 19:36:15.010334 [ 3 ] {} <Debug> HTTP-Session: 560f2100-9603-450a-a519-5757100445fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2522 | 2024.03.25 19:36:15.010358 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 2523 | 2024.03.25 19:36:15.010386 [ 3 ] {} <Trace> HTTP-Session: 560f2100-9603-450a-a519-5757100445fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2524 | 2024.03.25 19:36:15.010526 [ 3 ] {3c137c31-60b8-4dc1-bb64-227c2d66e484} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 2525 | 2024.03.25 19:36:15.010567 [ 3 ] {3c137c31-60b8-4dc1-bb64-227c2d66e484} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2526 | 2024.03.25 19:36:15.010704 [ 3 ] {3c137c31-60b8-4dc1-bb64-227c2d66e484} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2527 | 2024.03.25 19:36:15.011196 [ 3 ] {3c137c31-60b8-4dc1-bb64-227c2d66e484} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2528 | 2024.03.25 19:36:15.011234 [ 3 ] {3c137c31-60b8-4dc1-bb64-227c2d66e484} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 2529 | 2024.03.25 19:36:15.011554 [ 3 ] {3c137c31-60b8-4dc1-bb64-227c2d66e484} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2530 | 2024.03.25 19:36:15.011862 [ 3 ] {3c137c31-60b8-4dc1-bb64-227c2d66e484} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2531 | 2024.03.25 19:36:15.011995 [ 3 ] {3c137c31-60b8-4dc1-bb64-227c2d66e484} <Debug> executeQuery: Read 175 rows, 16.81 KiB in 0.0015 sec., 116666.66666666666 rows/sec., 10.94 MiB/sec. | ||
| 2532 | 2024.03.25 19:36:15.012235 [ 3 ] {3c137c31-60b8-4dc1-bb64-227c2d66e484} <Debug> DynamicQueryHandler: Done processing query | ||
| 2533 | 2024.03.25 19:36:15.012270 [ 3 ] {3c137c31-60b8-4dc1-bb64-227c2d66e484} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
| 2534 | 2024.03.25 19:36:15.012287 [ 3 ] {} <Debug> HTTP-Session: 560f2100-9603-450a-a519-5757100445fd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2535 | 2024.03.25 19:36:15.012440 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 608, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2536 | 2024.03.25 19:36:15.012490 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2537 | 2024.03.25 19:36:15.012508 [ 3 ] {} <Debug> HTTP-Session: 571acd87-2bff-4f2b-a4ca-baf8f4970ac9 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 2538 | 2024.03.25 19:36:15.012524 [ 3 ] {} <Debug> HTTP-Session: 571acd87-2bff-4f2b-a4ca-baf8f4970ac9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2539 | 2024.03.25 19:36:15.012538 [ 3 ] {} <Debug> HTTP-Session: 571acd87-2bff-4f2b-a4ca-baf8f4970ac9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2540 | 2024.03.25 19:36:15.012568 [ 3 ] {} <Trace> HTTP-Session: 571acd87-2bff-4f2b-a4ca-baf8f4970ac9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2541 | 2024.03.25 19:36:15.012633 [ 3 ] {af88b0a6-8223-45ad-8e1f-8fc60fdf7574} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 2542 | 2024.03.25 19:36:15.012676 [ 3 ] {af88b0a6-8223-45ad-8e1f-8fc60fdf7574} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2543 | 2024.03.25 19:36:15.012817 [ 3 ] {af88b0a6-8223-45ad-8e1f-8fc60fdf7574} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2544 | 2024.03.25 19:36:15.013217 [ 3 ] {af88b0a6-8223-45ad-8e1f-8fc60fdf7574} <Trace> oximeter.fields_u16 (c5488911-6586-43c0-ae3f-1262ae9a0dfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2545 | 2024.03.25 19:36:15.013251 [ 3 ] {af88b0a6-8223-45ad-8e1f-8fc60fdf7574} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 2546 | 2024.03.25 19:36:15.013539 [ 3 ] {af88b0a6-8223-45ad-8e1f-8fc60fdf7574} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 2547 | 2024.03.25 19:36:15.013849 [ 3 ] {af88b0a6-8223-45ad-8e1f-8fc60fdf7574} <Trace> oximeter.fields_u16 (c5488911-6586-43c0-ae3f-1262ae9a0dfa): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2548 | 2024.03.25 19:36:15.013993 [ 3 ] {af88b0a6-8223-45ad-8e1f-8fc60fdf7574} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001368 sec., 2923.9766081871344 rows/sec., 204.16 KiB/sec. | ||
| 2549 | 2024.03.25 19:36:15.014369 [ 3 ] {af88b0a6-8223-45ad-8e1f-8fc60fdf7574} <Debug> DynamicQueryHandler: Done processing query | ||
| 2550 | 2024.03.25 19:36:15.014394 [ 3 ] {af88b0a6-8223-45ad-8e1f-8fc60fdf7574} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 2551 | 2024.03.25 19:36:15.014409 [ 3 ] {} <Debug> HTTP-Session: 571acd87-2bff-4f2b-a4ca-baf8f4970ac9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2552 | 2024.03.25 19:36:15.014576 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 14794, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2553 | 2024.03.25 19:36:15.014624 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2554 | 2024.03.25 19:36:15.014642 [ 3 ] {} <Debug> HTTP-Session: 3661b7ca-ef89-4b01-bb3c-eea0be890da1 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 2555 | 2024.03.25 19:36:15.014659 [ 3 ] {} <Debug> HTTP-Session: 3661b7ca-ef89-4b01-bb3c-eea0be890da1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2556 | 2024.03.25 19:36:15.014672 [ 3 ] {} <Debug> HTTP-Session: 3661b7ca-ef89-4b01-bb3c-eea0be890da1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2557 | 2024.03.25 19:36:15.014702 [ 3 ] {} <Trace> HTTP-Session: 3661b7ca-ef89-4b01-bb3c-eea0be890da1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2558 | 2024.03.25 19:36:15.014797 [ 3 ] {cd2bfbd9-892c-4b61-a87c-9c2eb4b97f6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 2559 | 2024.03.25 19:36:15.014839 [ 3 ] {cd2bfbd9-892c-4b61-a87c-9c2eb4b97f6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2560 | 2024.03.25 19:36:15.014987 [ 3 ] {cd2bfbd9-892c-4b61-a87c-9c2eb4b97f6a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2561 | 2024.03.25 19:36:15.015344 [ 3 ] {cd2bfbd9-892c-4b61-a87c-9c2eb4b97f6a} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2562 | 2024.03.25 19:36:15.015380 [ 3 ] {cd2bfbd9-892c-4b61-a87c-9c2eb4b97f6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 2563 | 2024.03.25 19:36:15.015682 [ 3 ] {cd2bfbd9-892c-4b61-a87c-9c2eb4b97f6a} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2564 | 2024.03.25 19:36:15.015979 [ 3 ] {cd2bfbd9-892c-4b61-a87c-9c2eb4b97f6a} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2565 | 2024.03.25 19:36:15.016119 [ 3 ] {cd2bfbd9-892c-4b61-a87c-9c2eb4b97f6a} <Debug> executeQuery: Read 87 rows, 6.97 KiB in 0.001368 sec., 63596.491228070176 rows/sec., 4.97 MiB/sec. | ||
| 2566 | 2024.03.25 19:36:15.016250 [ 3 ] {cd2bfbd9-892c-4b61-a87c-9c2eb4b97f6a} <Debug> DynamicQueryHandler: Done processing query | ||
| 2567 | 2024.03.25 19:36:15.016273 [ 3 ] {cd2bfbd9-892c-4b61-a87c-9c2eb4b97f6a} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 2568 | 2024.03.25 19:36:15.016288 [ 3 ] {} <Debug> HTTP-Session: 3661b7ca-ef89-4b01-bb3c-eea0be890da1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2569 | 2024.03.25 19:36:15.016420 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 19516, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2570 | 2024.03.25 19:36:15.016469 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2571 | 2024.03.25 19:36:15.016487 [ 3 ] {} <Debug> HTTP-Session: c5c39476-6874-4447-8709-64748edee261 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 2572 | 2024.03.25 19:36:15.016503 [ 3 ] {} <Debug> HTTP-Session: c5c39476-6874-4447-8709-64748edee261 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2573 | 2024.03.25 19:36:15.016516 [ 3 ] {} <Debug> HTTP-Session: c5c39476-6874-4447-8709-64748edee261 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2574 | 2024.03.25 19:36:15.016545 [ 3 ] {} <Trace> HTTP-Session: c5c39476-6874-4447-8709-64748edee261 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2575 | 2024.03.25 19:36:15.016650 [ 3 ] {de2fdfdf-759d-4780-97ff-7c69b607aada} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 2576 | 2024.03.25 19:36:15.016693 [ 3 ] {de2fdfdf-759d-4780-97ff-7c69b607aada} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2577 | 2024.03.25 19:36:15.016835 [ 3 ] {de2fdfdf-759d-4780-97ff-7c69b607aada} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2578 | 2024.03.25 19:36:15.017194 [ 3 ] {de2fdfdf-759d-4780-97ff-7c69b607aada} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2579 | 2024.03.25 19:36:15.017230 [ 3 ] {de2fdfdf-759d-4780-97ff-7c69b607aada} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 2580 | 2024.03.25 19:36:15.017600 [ 3 ] {de2fdfdf-759d-4780-97ff-7c69b607aada} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2581 | 2024.03.25 19:36:15.017930 [ 3 ] {de2fdfdf-759d-4780-97ff-7c69b607aada} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2582 | 2024.03.25 19:36:15.018074 [ 3 ] {de2fdfdf-759d-4780-97ff-7c69b607aada} <Debug> executeQuery: Read 102 rows, 7.24 KiB in 0.001492 sec., 68364.61126005361 rows/sec., 4.74 MiB/sec. | ||
| 2583 | 2024.03.25 19:36:15.018190 [ 3 ] {de2fdfdf-759d-4780-97ff-7c69b607aada} <Debug> DynamicQueryHandler: Done processing query | ||
| 2584 | 2024.03.25 19:36:15.018212 [ 3 ] {de2fdfdf-759d-4780-97ff-7c69b607aada} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
| 2585 | 2024.03.25 19:36:15.018226 [ 3 ] {} <Debug> HTTP-Session: c5c39476-6874-4447-8709-64748edee261 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2586 | 2024.03.25 19:36:15.018372 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 52422, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2587 | 2024.03.25 19:36:15.018417 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2588 | 2024.03.25 19:36:15.018435 [ 3 ] {} <Debug> HTTP-Session: de6110d7-ee0e-47d2-b74a-e2b5e06e0a22 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 2589 | 2024.03.25 19:36:15.018450 [ 3 ] {} <Debug> HTTP-Session: de6110d7-ee0e-47d2-b74a-e2b5e06e0a22 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2590 | 2024.03.25 19:36:15.018462 [ 3 ] {} <Debug> HTTP-Session: de6110d7-ee0e-47d2-b74a-e2b5e06e0a22 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2591 | 2024.03.25 19:36:15.018490 [ 3 ] {} <Trace> HTTP-Session: de6110d7-ee0e-47d2-b74a-e2b5e06e0a22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2592 | 2024.03.25 19:36:15.018907 [ 3 ] {bb2740c7-33dc-4558-a726-07d8b39fcfbc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 2593 | 2024.03.25 19:36:15.018953 [ 3 ] {bb2740c7-33dc-4558-a726-07d8b39fcfbc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 2594 | 2024.03.25 19:36:15.019111 [ 3 ] {bb2740c7-33dc-4558-a726-07d8b39fcfbc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2595 | 2024.03.25 19:36:15.019664 [ 3 ] {bb2740c7-33dc-4558-a726-07d8b39fcfbc} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2596 | 2024.03.25 19:36:15.019701 [ 3 ] {bb2740c7-33dc-4558-a726-07d8b39fcfbc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 2597 | 2024.03.25 19:36:15.020193 [ 3 ] {bb2740c7-33dc-4558-a726-07d8b39fcfbc} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2598 | 2024.03.25 19:36:15.020538 [ 3 ] {bb2740c7-33dc-4558-a726-07d8b39fcfbc} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2599 | 2024.03.25 19:36:15.020692 [ 67 ] {} <Debug> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2600 | 2024.03.25 19:36:15.020699 [ 3 ] {bb2740c7-33dc-4558-a726-07d8b39fcfbc} <Debug> executeQuery: Read 49 rows, 67.71 KiB in 0.002097 sec., 23366.71435383882 rows/sec., 31.53 MiB/sec. | ||
| 2601 | 2024.03.25 19:36:15.020747 [ 67 ] {} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2602 | 2024.03.25 19:36:15.020818 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 2603 | 2024.03.25 19:36:15.020959 [ 3 ] {bb2740c7-33dc-4558-a726-07d8b39fcfbc} <Debug> DynamicQueryHandler: Done processing query | ||
| 2604 | 2024.03.25 19:36:15.020990 [ 3 ] {bb2740c7-33dc-4558-a726-07d8b39fcfbc} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 2605 | 2024.03.25 19:36:15.020991 [ 196 ] {f3248554-e676-4912-a9d7-0b91932a1da6::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 | ||
| 2606 | 2024.03.25 19:36:15.021008 [ 3 ] {} <Debug> HTTP-Session: de6110d7-ee0e-47d2-b74a-e2b5e06e0a22 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2607 | 2024.03.25 19:36:15.021155 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 972, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2608 | 2024.03.25 19:36:15.021178 [ 196 ] {f3248554-e676-4912-a9d7-0b91932a1da6::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2609 | 2024.03.25 19:36:15.021223 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2610 | 2024.03.25 19:36:15.021233 [ 196 ] {f3248554-e676-4912-a9d7-0b91932a1da6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 40 rows starting from the beginning of the part | ||
| 2611 | 2024.03.25 19:36:15.021246 [ 3 ] {} <Debug> HTTP-Session: b64903fe-71cc-41b9-8035-db77d34c5238 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 2612 | 2024.03.25 19:36:15.021268 [ 3 ] {} <Debug> HTTP-Session: b64903fe-71cc-41b9-8035-db77d34c5238 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2613 | 2024.03.25 19:36:15.021286 [ 3 ] {} <Debug> HTTP-Session: b64903fe-71cc-41b9-8035-db77d34c5238 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2614 | 2024.03.25 19:36:15.021335 [ 3 ] {} <Trace> HTTP-Session: b64903fe-71cc-41b9-8035-db77d34c5238 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2615 | 2024.03.25 19:36:15.021511 [ 196 ] {f3248554-e676-4912-a9d7-0b91932a1da6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 41 rows starting from the beginning of the part | ||
| 2616 | 2024.03.25 19:36:15.021596 [ 3 ] {8ee636ac-9ce1-4729-bde9-371b5485c96e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 2617 | 2024.03.25 19:36:15.021772 [ 3 ] {8ee636ac-9ce1-4729-bde9-371b5485c96e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 2618 | 2024.03.25 19:36:15.021874 [ 196 ] {f3248554-e676-4912-a9d7-0b91932a1da6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 42 rows starting from the beginning of the part | ||
| 2619 | 2024.03.25 19:36:15.022252 [ 196 ] {f3248554-e676-4912-a9d7-0b91932a1da6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 42 rows starting from the beginning of the part | ||
| 2620 | 2024.03.25 19:36:15.022605 [ 196 ] {f3248554-e676-4912-a9d7-0b91932a1da6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 42 rows starting from the beginning of the part | ||
| 2621 | 2024.03.25 19:36:15.022925 [ 3 ] {8ee636ac-9ce1-4729-bde9-371b5485c96e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2622 | 2024.03.25 19:36:15.022986 [ 196 ] {f3248554-e676-4912-a9d7-0b91932a1da6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 49 rows starting from the beginning of the part | ||
| 2623 | 2024.03.25 19:36:15.023623 [ 3 ] {8ee636ac-9ce1-4729-bde9-371b5485c96e} <Trace> oximeter.measurements_i64 (5d25232c-0f0c-4db8-b19f-b4e74565cadd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2624 | 2024.03.25 19:36:15.023660 [ 3 ] {8ee636ac-9ce1-4729-bde9-371b5485c96e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 2625 | 2024.03.25 19:36:15.024157 [ 3 ] {8ee636ac-9ce1-4729-bde9-371b5485c96e} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2626 | 2024.03.25 19:36:15.024652 [ 3 ] {8ee636ac-9ce1-4729-bde9-371b5485c96e} <Trace> oximeter.measurements_i64 (5d25232c-0f0c-4db8-b19f-b4e74565cadd): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2627 | 2024.03.25 19:36:15.025153 [ 3 ] {8ee636ac-9ce1-4729-bde9-371b5485c96e} <Debug> executeQuery: Read 6 rows, 434.00 B in 0.003639 sec., 1648.8046166529266 rows/sec., 116.47 KiB/sec. | ||
| 2628 | 2024.03.25 19:36:15.025570 [ 3 ] {8ee636ac-9ce1-4729-bde9-371b5485c96e} <Debug> DynamicQueryHandler: Done processing query | ||
| 2629 | 2024.03.25 19:36:15.025594 [ 3 ] {8ee636ac-9ce1-4729-bde9-371b5485c96e} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 2630 | 2024.03.25 19:36:15.025609 [ 3 ] {} <Debug> HTTP-Session: b64903fe-71cc-41b9-8035-db77d34c5238 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2631 | 2024.03.25 19:36:15.025725 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2632 | 2024.03.25 19:36:15.025773 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2633 | 2024.03.25 19:36:15.025790 [ 3 ] {} <Debug> HTTP-Session: 21f4504e-3ce1-479f-bd5a-525cd938c098 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 2634 | 2024.03.25 19:36:15.025808 [ 3 ] {} <Debug> HTTP-Session: 21f4504e-3ce1-479f-bd5a-525cd938c098 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2635 | 2024.03.25 19:36:15.025822 [ 3 ] {} <Debug> HTTP-Session: 21f4504e-3ce1-479f-bd5a-525cd938c098 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2636 | 2024.03.25 19:36:15.025850 [ 3 ] {} <Trace> HTTP-Session: 21f4504e-3ce1-479f-bd5a-525cd938c098 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2637 | 2024.03.25 19:36:15.025950 [ 3 ] {05738a70-90b1-43d6-b36f-ae6a837c818e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 2638 | 2024.03.25 19:36:15.026036 [ 3 ] {05738a70-90b1-43d6-b36f-ae6a837c818e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2639 | 2024.03.25 19:36:15.026110 [ 200 ] {f3248554-e676-4912-a9d7-0b91932a1da6::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 256 rows, containing 6 columns (6 merged, 0 gathered) in 0.005203889 sec., 49193.97781159437 rows/sec., 66.38 MiB/sec. | ||
| 2640 | 2024.03.25 19:36:15.026206 [ 3 ] {05738a70-90b1-43d6-b36f-ae6a837c818e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2641 | 2024.03.25 19:36:15.026490 [ 3 ] {05738a70-90b1-43d6-b36f-ae6a837c818e} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2642 | 2024.03.25 19:36:15.026511 [ 200 ] {f3248554-e676-4912-a9d7-0b91932a1da6::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2643 | 2024.03.25 19:36:15.026528 [ 3 ] {05738a70-90b1-43d6-b36f-ae6a837c818e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 2644 | 2024.03.25 19:36:15.027098 [ 3 ] {05738a70-90b1-43d6-b36f-ae6a837c818e} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2645 | 2024.03.25 19:36:15.027185 [ 200 ] {f3248554-e676-4912-a9d7-0b91932a1da6::all_1_6_1} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2646 | 2024.03.25 19:36:15.027314 [ 200 ] {f3248554-e676-4912-a9d7-0b91932a1da6::all_1_6_1} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2647 | 2024.03.25 19:36:15.027408 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.01 MiB. | ||
| 2648 | 2024.03.25 19:36:15.027520 [ 3 ] {05738a70-90b1-43d6-b36f-ae6a837c818e} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2649 | 2024.03.25 19:36:15.027683 [ 3 ] {05738a70-90b1-43d6-b36f-ae6a837c818e} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001782 sec., 16835.016835016835 rows/sec., 1.15 MiB/sec. | ||
| 2650 | 2024.03.25 19:36:15.027815 [ 3 ] {05738a70-90b1-43d6-b36f-ae6a837c818e} <Debug> DynamicQueryHandler: Done processing query | ||
| 2651 | 2024.03.25 19:36:15.027838 [ 3 ] {05738a70-90b1-43d6-b36f-ae6a837c818e} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 2652 | 2024.03.25 19:36:15.027853 [ 3 ] {} <Debug> HTTP-Session: 21f4504e-3ce1-479f-bd5a-525cd938c098 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2653 | 2024.03.25 19:36:16.000326 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 177.92 MiB, peak 186.63 MiB, free memory in arenas 0.00 B, will set to 179.02 MiB (RSS), difference: 1.10 MiB | ||
| 2654 | 2024.03.25 19:36:19.990783 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 3629, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2655 | 2024.03.25 19:36:19.990911 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2656 | 2024.03.25 19:36:19.990937 [ 3 ] {} <Debug> HTTP-Session: 06aa8da6-a9e0-411f-9ac0-c94ec47ff60e Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 2657 | 2024.03.25 19:36:19.990962 [ 3 ] {} <Debug> HTTP-Session: 06aa8da6-a9e0-411f-9ac0-c94ec47ff60e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2658 | 2024.03.25 19:36:19.990977 [ 3 ] {} <Debug> HTTP-Session: 06aa8da6-a9e0-411f-9ac0-c94ec47ff60e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2659 | 2024.03.25 19:36:19.991027 [ 3 ] {} <Trace> HTTP-Session: 06aa8da6-a9e0-411f-9ac0-c94ec47ff60e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2660 | 2024.03.25 19:36:19.991151 [ 3 ] {61d2d1b1-bbb4-4c73-86fc-897e075be12f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 2661 | 2024.03.25 19:36:19.991214 [ 3 ] {61d2d1b1-bbb4-4c73-86fc-897e075be12f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2662 | 2024.03.25 19:36:19.991402 [ 3 ] {61d2d1b1-bbb4-4c73-86fc-897e075be12f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2663 | 2024.03.25 19:36:19.991856 [ 3 ] {61d2d1b1-bbb4-4c73-86fc-897e075be12f} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2664 | 2024.03.25 19:36:19.991902 [ 3 ] {61d2d1b1-bbb4-4c73-86fc-897e075be12f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 2665 | 2024.03.25 19:36:19.992285 [ 3 ] {61d2d1b1-bbb4-4c73-86fc-897e075be12f} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2666 | 2024.03.25 19:36:19.992634 [ 3 ] {61d2d1b1-bbb4-4c73-86fc-897e075be12f} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2667 | 2024.03.25 19:36:19.992814 [ 3 ] {61d2d1b1-bbb4-4c73-86fc-897e075be12f} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.001719 sec., 15125.072716695753 rows/sec., 1.14 MiB/sec. | ||
| 2668 | 2024.03.25 19:36:19.992967 [ 3 ] {61d2d1b1-bbb4-4c73-86fc-897e075be12f} <Debug> DynamicQueryHandler: Done processing query | ||
| 2669 | 2024.03.25 19:36:19.992995 [ 3 ] {61d2d1b1-bbb4-4c73-86fc-897e075be12f} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 2670 | 2024.03.25 19:36:19.993013 [ 3 ] {} <Debug> HTTP-Session: 06aa8da6-a9e0-411f-9ac0-c94ec47ff60e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2671 | 2024.03.25 19:36:19.993222 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4792, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2672 | 2024.03.25 19:36:19.993280 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2673 | 2024.03.25 19:36:19.993300 [ 3 ] {} <Debug> HTTP-Session: 5100252d-c1b2-46ad-bc95-a5f40d6b7bcb Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 2674 | 2024.03.25 19:36:19.993318 [ 3 ] {} <Debug> HTTP-Session: 5100252d-c1b2-46ad-bc95-a5f40d6b7bcb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2675 | 2024.03.25 19:36:19.993333 [ 3 ] {} <Debug> HTTP-Session: 5100252d-c1b2-46ad-bc95-a5f40d6b7bcb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2676 | 2024.03.25 19:36:19.993368 [ 3 ] {} <Trace> HTTP-Session: 5100252d-c1b2-46ad-bc95-a5f40d6b7bcb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2677 | 2024.03.25 19:36:19.993450 [ 3 ] {4a346607-5177-4845-ad84-82661dd8f9d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 2678 | 2024.03.25 19:36:19.993494 [ 3 ] {4a346607-5177-4845-ad84-82661dd8f9d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2679 | 2024.03.25 19:36:19.993625 [ 3 ] {4a346607-5177-4845-ad84-82661dd8f9d2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2680 | 2024.03.25 19:36:19.994004 [ 3 ] {4a346607-5177-4845-ad84-82661dd8f9d2} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2681 | 2024.03.25 19:36:19.994044 [ 3 ] {4a346607-5177-4845-ad84-82661dd8f9d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 2682 | 2024.03.25 19:36:19.994362 [ 3 ] {4a346607-5177-4845-ad84-82661dd8f9d2} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2683 | 2024.03.25 19:36:19.994670 [ 3 ] {4a346607-5177-4845-ad84-82661dd8f9d2} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2684 | 2024.03.25 19:36:19.994797 [ 3 ] {4a346607-5177-4845-ad84-82661dd8f9d2} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.00138 sec., 20289.855072463768 rows/sec., 1.58 MiB/sec. | ||
| 2685 | 2024.03.25 19:36:19.994922 [ 3 ] {4a346607-5177-4845-ad84-82661dd8f9d2} <Debug> DynamicQueryHandler: Done processing query | ||
| 2686 | 2024.03.25 19:36:19.994948 [ 3 ] {4a346607-5177-4845-ad84-82661dd8f9d2} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 2687 | 2024.03.25 19:36:19.994964 [ 3 ] {} <Debug> HTTP-Session: 5100252d-c1b2-46ad-bc95-a5f40d6b7bcb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2688 | 2024.03.25 19:36:19.995101 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 19137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2689 | 2024.03.25 19:36:19.995153 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2690 | 2024.03.25 19:36:19.995171 [ 3 ] {} <Debug> HTTP-Session: 521bafe9-ad0a-45d5-a7a4-a68318b4a6a6 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 2691 | 2024.03.25 19:36:19.995189 [ 3 ] {} <Debug> HTTP-Session: 521bafe9-ad0a-45d5-a7a4-a68318b4a6a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2692 | 2024.03.25 19:36:19.995203 [ 3 ] {} <Debug> HTTP-Session: 521bafe9-ad0a-45d5-a7a4-a68318b4a6a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2693 | 2024.03.25 19:36:19.995234 [ 3 ] {} <Trace> HTTP-Session: 521bafe9-ad0a-45d5-a7a4-a68318b4a6a6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2694 | 2024.03.25 19:36:19.995338 [ 3 ] {e07517f4-7c15-40ac-8501-572f06530c4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 2695 | 2024.03.25 19:36:19.995385 [ 3 ] {e07517f4-7c15-40ac-8501-572f06530c4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2696 | 2024.03.25 19:36:19.995528 [ 3 ] {e07517f4-7c15-40ac-8501-572f06530c4f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2697 | 2024.03.25 19:36:19.995872 [ 3 ] {e07517f4-7c15-40ac-8501-572f06530c4f} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2698 | 2024.03.25 19:36:19.995908 [ 3 ] {e07517f4-7c15-40ac-8501-572f06530c4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 2699 | 2024.03.25 19:36:19.996293 [ 3 ] {e07517f4-7c15-40ac-8501-572f06530c4f} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2700 | 2024.03.25 19:36:19.996636 [ 3 ] {e07517f4-7c15-40ac-8501-572f06530c4f} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2701 | 2024.03.25 19:36:19.996768 [ 3 ] {e07517f4-7c15-40ac-8501-572f06530c4f} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001485 sec., 67340.06734006734 rows/sec., 4.67 MiB/sec. | ||
| 2702 | 2024.03.25 19:36:19.996891 [ 3 ] {e07517f4-7c15-40ac-8501-572f06530c4f} <Debug> DynamicQueryHandler: Done processing query | ||
| 2703 | 2024.03.25 19:36:19.996916 [ 3 ] {e07517f4-7c15-40ac-8501-572f06530c4f} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
| 2704 | 2024.03.25 19:36:19.996932 [ 3 ] {} <Debug> HTTP-Session: 521bafe9-ad0a-45d5-a7a4-a68318b4a6a6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2705 | 2024.03.25 19:36:19.997057 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2706 | 2024.03.25 19:36:19.997108 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2707 | 2024.03.25 19:36:19.997127 [ 3 ] {} <Debug> HTTP-Session: 6bb738f3-76fc-4a3b-a325-7359effddc6b Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 2708 | 2024.03.25 19:36:19.997144 [ 3 ] {} <Debug> HTTP-Session: 6bb738f3-76fc-4a3b-a325-7359effddc6b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2709 | 2024.03.25 19:36:19.997157 [ 3 ] {} <Debug> HTTP-Session: 6bb738f3-76fc-4a3b-a325-7359effddc6b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2710 | 2024.03.25 19:36:19.997188 [ 3 ] {} <Trace> HTTP-Session: 6bb738f3-76fc-4a3b-a325-7359effddc6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2711 | 2024.03.25 19:36:19.997272 [ 3 ] {79de589d-f7e9-49e6-89f4-8ae3ea606d35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 2712 | 2024.03.25 19:36:19.997315 [ 3 ] {79de589d-f7e9-49e6-89f4-8ae3ea606d35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2713 | 2024.03.25 19:36:19.997443 [ 3 ] {79de589d-f7e9-49e6-89f4-8ae3ea606d35} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2714 | 2024.03.25 19:36:19.997849 [ 3 ] {79de589d-f7e9-49e6-89f4-8ae3ea606d35} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2715 | 2024.03.25 19:36:19.997889 [ 3 ] {79de589d-f7e9-49e6-89f4-8ae3ea606d35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 2716 | 2024.03.25 19:36:19.998291 [ 3 ] {79de589d-f7e9-49e6-89f4-8ae3ea606d35} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2717 | 2024.03.25 19:36:19.998615 [ 3 ] {79de589d-f7e9-49e6-89f4-8ae3ea606d35} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2718 | 2024.03.25 19:36:19.998744 [ 3 ] {79de589d-f7e9-49e6-89f4-8ae3ea606d35} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001512 sec., 19841.26984126984 rows/sec., 1.36 MiB/sec. | ||
| 2719 | 2024.03.25 19:36:19.998897 [ 3 ] {79de589d-f7e9-49e6-89f4-8ae3ea606d35} <Debug> DynamicQueryHandler: Done processing query | ||
| 2720 | 2024.03.25 19:36:19.998923 [ 3 ] {79de589d-f7e9-49e6-89f4-8ae3ea606d35} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 2721 | 2024.03.25 19:36:19.998939 [ 3 ] {} <Debug> HTTP-Session: 6bb738f3-76fc-4a3b-a325-7359effddc6b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2722 | 2024.03.25 19:36:21.609868 [ 58 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2723 | 2024.03.25 19:36:21.609923 [ 58 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2724 | 2024.03.25 19:36:24.995112 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 7368, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2725 | 2024.03.25 19:36:24.995281 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2726 | 2024.03.25 19:36:24.995328 [ 3 ] {} <Debug> HTTP-Session: 4c3193e6-bd23-4fd3-ba90-5a140f1fa628 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 2727 | 2024.03.25 19:36:24.995371 [ 3 ] {} <Debug> HTTP-Session: 4c3193e6-bd23-4fd3-ba90-5a140f1fa628 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2728 | 2024.03.25 19:36:24.995399 [ 3 ] {} <Debug> HTTP-Session: 4c3193e6-bd23-4fd3-ba90-5a140f1fa628 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2729 | 2024.03.25 19:36:24.995477 [ 3 ] {} <Trace> HTTP-Session: 4c3193e6-bd23-4fd3-ba90-5a140f1fa628 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2730 | 2024.03.25 19:36:24.995679 [ 3 ] {68208a73-247c-4249-b83b-e7a1b4a85c21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 2731 | 2024.03.25 19:36:24.995778 [ 3 ] {68208a73-247c-4249-b83b-e7a1b4a85c21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 2732 | 2024.03.25 19:36:24.996094 [ 3 ] {68208a73-247c-4249-b83b-e7a1b4a85c21} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2733 | 2024.03.25 19:36:24.996671 [ 3 ] {68208a73-247c-4249-b83b-e7a1b4a85c21} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2734 | 2024.03.25 19:36:24.996713 [ 3 ] {68208a73-247c-4249-b83b-e7a1b4a85c21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 2735 | 2024.03.25 19:36:24.997098 [ 3 ] {68208a73-247c-4249-b83b-e7a1b4a85c21} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2736 | 2024.03.25 19:36:24.997431 [ 3 ] {68208a73-247c-4249-b83b-e7a1b4a85c21} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2737 | 2024.03.25 19:36:24.997571 [ 3 ] {68208a73-247c-4249-b83b-e7a1b4a85c21} <Debug> executeQuery: Read 51 rows, 4.13 KiB in 0.001998 sec., 25525.52552552552 rows/sec., 2.02 MiB/sec. | ||
| 2738 | 2024.03.25 19:36:24.997724 [ 3 ] {68208a73-247c-4249-b83b-e7a1b4a85c21} <Debug> DynamicQueryHandler: Done processing query | ||
| 2739 | 2024.03.25 19:36:24.997753 [ 3 ] {68208a73-247c-4249-b83b-e7a1b4a85c21} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 2740 | 2024.03.25 19:36:24.997768 [ 3 ] {} <Debug> HTTP-Session: 4c3193e6-bd23-4fd3-ba90-5a140f1fa628 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2741 | 2024.03.25 19:36:24.997967 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 28163, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2742 | 2024.03.25 19:36:24.998025 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2743 | 2024.03.25 19:36:24.998044 [ 3 ] {} <Debug> HTTP-Session: 5265f94d-adfe-4077-b9d4-26b003717364 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 2744 | 2024.03.25 19:36:24.998062 [ 3 ] {} <Debug> HTTP-Session: 5265f94d-adfe-4077-b9d4-26b003717364 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2745 | 2024.03.25 19:36:24.998076 [ 3 ] {} <Debug> HTTP-Session: 5265f94d-adfe-4077-b9d4-26b003717364 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2746 | 2024.03.25 19:36:24.998111 [ 3 ] {} <Trace> HTTP-Session: 5265f94d-adfe-4077-b9d4-26b003717364 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2747 | 2024.03.25 19:36:24.998235 [ 3 ] {4f9ef5c0-c2c8-4af2-90cf-099763fc2bde} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 2748 | 2024.03.25 19:36:24.998370 [ 3 ] {4f9ef5c0-c2c8-4af2-90cf-099763fc2bde} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2749 | 2024.03.25 19:36:24.998498 [ 3 ] {4f9ef5c0-c2c8-4af2-90cf-099763fc2bde} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2750 | 2024.03.25 19:36:24.998952 [ 3 ] {4f9ef5c0-c2c8-4af2-90cf-099763fc2bde} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2751 | 2024.03.25 19:36:24.998989 [ 3 ] {4f9ef5c0-c2c8-4af2-90cf-099763fc2bde} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 2752 | 2024.03.25 19:36:24.999319 [ 3 ] {4f9ef5c0-c2c8-4af2-90cf-099763fc2bde} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2753 | 2024.03.25 19:36:24.999623 [ 3 ] {4f9ef5c0-c2c8-4af2-90cf-099763fc2bde} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2754 | 2024.03.25 19:36:24.999751 [ 3 ] {4f9ef5c0-c2c8-4af2-90cf-099763fc2bde} <Debug> executeQuery: Read 179 rows, 17.23 KiB in 0.001585 sec., 112933.75394321766 rows/sec., 10.62 MiB/sec. | ||
| 2755 | 2024.03.25 19:36:24.999876 [ 3 ] {4f9ef5c0-c2c8-4af2-90cf-099763fc2bde} <Debug> DynamicQueryHandler: Done processing query | ||
| 2756 | 2024.03.25 19:36:24.999902 [ 3 ] {4f9ef5c0-c2c8-4af2-90cf-099763fc2bde} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
| 2757 | 2024.03.25 19:36:24.999917 [ 3 ] {} <Debug> HTTP-Session: 5265f94d-adfe-4077-b9d4-26b003717364 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2758 | 2024.03.25 19:36:25.000205 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 13435, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2759 | 2024.03.25 19:36:25.000259 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2760 | 2024.03.25 19:36:25.000279 [ 3 ] {} <Debug> HTTP-Session: 2ed6b78a-3a91-4d0c-b0c4-1ca1d69f7dc8 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 2761 | 2024.03.25 19:36:25.000296 [ 3 ] {} <Debug> HTTP-Session: 2ed6b78a-3a91-4d0c-b0c4-1ca1d69f7dc8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2762 | 2024.03.25 19:36:25.000310 [ 3 ] {} <Debug> HTTP-Session: 2ed6b78a-3a91-4d0c-b0c4-1ca1d69f7dc8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2763 | 2024.03.25 19:36:25.000342 [ 3 ] {} <Trace> HTTP-Session: 2ed6b78a-3a91-4d0c-b0c4-1ca1d69f7dc8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2764 | 2024.03.25 19:36:25.000460 [ 3 ] {c332da66-845c-4ef8-852b-60b3251254fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 2765 | 2024.03.25 19:36:25.000500 [ 3 ] {c332da66-845c-4ef8-852b-60b3251254fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2766 | 2024.03.25 19:36:25.000626 [ 3 ] {c332da66-845c-4ef8-852b-60b3251254fe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2767 | 2024.03.25 19:36:25.001021 [ 3 ] {c332da66-845c-4ef8-852b-60b3251254fe} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2768 | 2024.03.25 19:36:25.001170 [ 3 ] {c332da66-845c-4ef8-852b-60b3251254fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 2769 | 2024.03.25 19:36:25.001186 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 180.21 MiB, peak 186.63 MiB, free memory in arenas 0.00 B, will set to 179.04 MiB (RSS), difference: -1.17 MiB | ||
| 2770 | 2024.03.25 19:36:25.001820 [ 3 ] {c332da66-845c-4ef8-852b-60b3251254fe} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2771 | 2024.03.25 19:36:25.002136 [ 3 ] {c332da66-845c-4ef8-852b-60b3251254fe} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2772 | 2024.03.25 19:36:25.002268 [ 3 ] {c332da66-845c-4ef8-852b-60b3251254fe} <Debug> executeQuery: Read 79 rows, 6.32 KiB in 0.001879 sec., 42043.64023416711 rows/sec., 3.28 MiB/sec. | ||
| 2773 | 2024.03.25 19:36:25.002395 [ 3 ] {c332da66-845c-4ef8-852b-60b3251254fe} <Debug> DynamicQueryHandler: Done processing query | ||
| 2774 | 2024.03.25 19:36:25.002421 [ 3 ] {c332da66-845c-4ef8-852b-60b3251254fe} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 2775 | 2024.03.25 19:36:25.002437 [ 3 ] {} <Debug> HTTP-Session: 2ed6b78a-3a91-4d0c-b0c4-1ca1d69f7dc8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2776 | 2024.03.25 19:36:25.002631 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 19137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2777 | 2024.03.25 19:36:25.002682 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2778 | 2024.03.25 19:36:25.002701 [ 3 ] {} <Debug> HTTP-Session: 29fee37e-3011-4681-8e6f-2b8a3aa122c8 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 2779 | 2024.03.25 19:36:25.002717 [ 3 ] {} <Debug> HTTP-Session: 29fee37e-3011-4681-8e6f-2b8a3aa122c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2780 | 2024.03.25 19:36:25.002732 [ 3 ] {} <Debug> HTTP-Session: 29fee37e-3011-4681-8e6f-2b8a3aa122c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2781 | 2024.03.25 19:36:25.002763 [ 3 ] {} <Trace> HTTP-Session: 29fee37e-3011-4681-8e6f-2b8a3aa122c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2782 | 2024.03.25 19:36:25.002866 [ 3 ] {03e42c7f-b294-4f86-b639-7ca2869fe9a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 2783 | 2024.03.25 19:36:25.002912 [ 3 ] {03e42c7f-b294-4f86-b639-7ca2869fe9a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2784 | 2024.03.25 19:36:25.003057 [ 3 ] {03e42c7f-b294-4f86-b639-7ca2869fe9a4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2785 | 2024.03.25 19:36:25.003421 [ 3 ] {03e42c7f-b294-4f86-b639-7ca2869fe9a4} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2786 | 2024.03.25 19:36:25.003457 [ 3 ] {03e42c7f-b294-4f86-b639-7ca2869fe9a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 2787 | 2024.03.25 19:36:25.003858 [ 3 ] {03e42c7f-b294-4f86-b639-7ca2869fe9a4} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2788 | 2024.03.25 19:36:25.004203 [ 3 ] {03e42c7f-b294-4f86-b639-7ca2869fe9a4} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2789 | 2024.03.25 19:36:25.004336 [ 3 ] {03e42c7f-b294-4f86-b639-7ca2869fe9a4} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001524 sec., 65616.79790026246 rows/sec., 4.55 MiB/sec. | ||
| 2790 | 2024.03.25 19:36:25.004460 [ 3 ] {03e42c7f-b294-4f86-b639-7ca2869fe9a4} <Debug> DynamicQueryHandler: Done processing query | ||
| 2791 | 2024.03.25 19:36:25.004485 [ 3 ] {03e42c7f-b294-4f86-b639-7ca2869fe9a4} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
| 2792 | 2024.03.25 19:36:25.004501 [ 3 ] {} <Debug> HTTP-Session: 29fee37e-3011-4681-8e6f-2b8a3aa122c8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2793 | 2024.03.25 19:36:25.004725 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 54561, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2794 | 2024.03.25 19:36:25.004779 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2795 | 2024.03.25 19:36:25.004799 [ 3 ] {} <Debug> HTTP-Session: 6890936e-455e-4489-8767-342ade15f70f Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 2796 | 2024.03.25 19:36:25.004816 [ 3 ] {} <Debug> HTTP-Session: 6890936e-455e-4489-8767-342ade15f70f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2797 | 2024.03.25 19:36:25.004829 [ 3 ] {} <Debug> HTTP-Session: 6890936e-455e-4489-8767-342ade15f70f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2798 | 2024.03.25 19:36:25.004860 [ 3 ] {} <Trace> HTTP-Session: 6890936e-455e-4489-8767-342ade15f70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2799 | 2024.03.25 19:36:25.005224 [ 3 ] {6deba019-d406-4711-9692-4faf70f7ba69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 2800 | 2024.03.25 19:36:25.005271 [ 3 ] {6deba019-d406-4711-9692-4faf70f7ba69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 2801 | 2024.03.25 19:36:25.005427 [ 3 ] {6deba019-d406-4711-9692-4faf70f7ba69} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2802 | 2024.03.25 19:36:25.006086 [ 3 ] {6deba019-d406-4711-9692-4faf70f7ba69} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2803 | 2024.03.25 19:36:25.006123 [ 3 ] {6deba019-d406-4711-9692-4faf70f7ba69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 2804 | 2024.03.25 19:36:25.006559 [ 3 ] {6deba019-d406-4711-9692-4faf70f7ba69} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2805 | 2024.03.25 19:36:25.006894 [ 3 ] {6deba019-d406-4711-9692-4faf70f7ba69} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2806 | 2024.03.25 19:36:25.007029 [ 3 ] {6deba019-d406-4711-9692-4faf70f7ba69} <Debug> executeQuery: Read 51 rows, 70.47 KiB in 0.002104 sec., 24239.54372623574 rows/sec., 32.71 MiB/sec. | ||
| 2807 | 2024.03.25 19:36:25.007162 [ 3 ] {6deba019-d406-4711-9692-4faf70f7ba69} <Debug> DynamicQueryHandler: Done processing query | ||
| 2808 | 2024.03.25 19:36:25.007187 [ 3 ] {6deba019-d406-4711-9692-4faf70f7ba69} <Debug> MemoryTracker: Peak memory usage (for query): 4.52 MiB. | ||
| 2809 | 2024.03.25 19:36:25.007203 [ 3 ] {} <Debug> HTTP-Session: 6890936e-455e-4489-8767-342ade15f70f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2810 | 2024.03.25 19:36:25.007339 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2811 | 2024.03.25 19:36:25.007392 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2812 | 2024.03.25 19:36:25.007412 [ 3 ] {} <Debug> HTTP-Session: 71bb0399-501d-4094-81b3-c91c84010365 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 2813 | 2024.03.25 19:36:25.007429 [ 3 ] {} <Debug> HTTP-Session: 71bb0399-501d-4094-81b3-c91c84010365 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2814 | 2024.03.25 19:36:25.007443 [ 3 ] {} <Debug> HTTP-Session: 71bb0399-501d-4094-81b3-c91c84010365 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2815 | 2024.03.25 19:36:25.007474 [ 3 ] {} <Trace> HTTP-Session: 71bb0399-501d-4094-81b3-c91c84010365 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2816 | 2024.03.25 19:36:25.007548 [ 3 ] {04359467-6296-45ac-9bf5-f1ee3f4a1681} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 2817 | 2024.03.25 19:36:25.007590 [ 3 ] {04359467-6296-45ac-9bf5-f1ee3f4a1681} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2818 | 2024.03.25 19:36:25.007715 [ 3 ] {04359467-6296-45ac-9bf5-f1ee3f4a1681} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2819 | 2024.03.25 19:36:25.007983 [ 3 ] {04359467-6296-45ac-9bf5-f1ee3f4a1681} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2820 | 2024.03.25 19:36:25.008019 [ 3 ] {04359467-6296-45ac-9bf5-f1ee3f4a1681} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 2821 | 2024.03.25 19:36:25.008372 [ 3 ] {04359467-6296-45ac-9bf5-f1ee3f4a1681} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2822 | 2024.03.25 19:36:25.008697 [ 3 ] {04359467-6296-45ac-9bf5-f1ee3f4a1681} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2823 | 2024.03.25 19:36:25.008827 [ 3 ] {04359467-6296-45ac-9bf5-f1ee3f4a1681} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001311 sec., 22883.295194508006 rows/sec., 1.57 MiB/sec. | ||
| 2824 | 2024.03.25 19:36:25.008946 [ 3 ] {04359467-6296-45ac-9bf5-f1ee3f4a1681} <Debug> DynamicQueryHandler: Done processing query | ||
| 2825 | 2024.03.25 19:36:25.008971 [ 3 ] {04359467-6296-45ac-9bf5-f1ee3f4a1681} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 2826 | 2024.03.25 19:36:25.008987 [ 3 ] {} <Debug> HTTP-Session: 71bb0399-501d-4094-81b3-c91c84010365 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2827 | 2024.03.25 19:36:29.992669 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2828 | 2024.03.25 19:36:29.992802 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2829 | 2024.03.25 19:36:29.992833 [ 3 ] {} <Debug> HTTP-Session: bc613c8a-5782-4893-b689-817d56cf51ac Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 2830 | 2024.03.25 19:36:29.992862 [ 3 ] {} <Debug> HTTP-Session: bc613c8a-5782-4893-b689-817d56cf51ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2831 | 2024.03.25 19:36:29.992880 [ 3 ] {} <Debug> HTTP-Session: bc613c8a-5782-4893-b689-817d56cf51ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2832 | 2024.03.25 19:36:29.992937 [ 3 ] {} <Trace> HTTP-Session: bc613c8a-5782-4893-b689-817d56cf51ac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2833 | 2024.03.25 19:36:29.993062 [ 3 ] {2f071cc6-ae4a-4ea1-a6e0-3b9402595263} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 2834 | 2024.03.25 19:36:29.993135 [ 3 ] {2f071cc6-ae4a-4ea1-a6e0-3b9402595263} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 2835 | 2024.03.25 19:36:29.993343 [ 3 ] {2f071cc6-ae4a-4ea1-a6e0-3b9402595263} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2836 | 2024.03.25 19:36:29.993795 [ 3 ] {2f071cc6-ae4a-4ea1-a6e0-3b9402595263} <Trace> oximeter.fields_ipaddr (d9ee32b3-8a1d-44e7-a34c-f0038ee3937b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2837 | 2024.03.25 19:36:29.993848 [ 3 ] {2f071cc6-ae4a-4ea1-a6e0-3b9402595263} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 2838 | 2024.03.25 19:36:29.994228 [ 3 ] {2f071cc6-ae4a-4ea1-a6e0-3b9402595263} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2839 | 2024.03.25 19:36:29.994562 [ 3 ] {2f071cc6-ae4a-4ea1-a6e0-3b9402595263} <Trace> oximeter.fields_ipaddr (d9ee32b3-8a1d-44e7-a34c-f0038ee3937b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2840 | 2024.03.25 19:36:29.994721 [ 3 ] {2f071cc6-ae4a-4ea1-a6e0-3b9402595263} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001713 sec., 1167.5423234092236 rows/sec., 95.20 KiB/sec. | ||
| 2841 | 2024.03.25 19:36:29.994887 [ 3 ] {2f071cc6-ae4a-4ea1-a6e0-3b9402595263} <Debug> DynamicQueryHandler: Done processing query | ||
| 2842 | 2024.03.25 19:36:29.994915 [ 3 ] {2f071cc6-ae4a-4ea1-a6e0-3b9402595263} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 2843 | 2024.03.25 19:36:29.994932 [ 3 ] {} <Debug> HTTP-Session: bc613c8a-5782-4893-b689-817d56cf51ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2844 | 2024.03.25 19:36:29.995082 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 8753, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2845 | 2024.03.25 19:36:29.995141 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2846 | 2024.03.25 19:36:29.995161 [ 3 ] {} <Debug> HTTP-Session: 7012d51a-1059-42d5-8389-fc1f77a15dbe Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 2847 | 2024.03.25 19:36:29.995180 [ 3 ] {} <Debug> HTTP-Session: 7012d51a-1059-42d5-8389-fc1f77a15dbe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2848 | 2024.03.25 19:36:29.995194 [ 3 ] {} <Debug> HTTP-Session: 7012d51a-1059-42d5-8389-fc1f77a15dbe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2849 | 2024.03.25 19:36:29.995229 [ 3 ] {} <Trace> HTTP-Session: 7012d51a-1059-42d5-8389-fc1f77a15dbe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2850 | 2024.03.25 19:36:29.995324 [ 3 ] {6525979f-dd5a-426b-998f-1009bd2a9a61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 2851 | 2024.03.25 19:36:29.995369 [ 3 ] {6525979f-dd5a-426b-998f-1009bd2a9a61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2852 | 2024.03.25 19:36:29.995499 [ 3 ] {6525979f-dd5a-426b-998f-1009bd2a9a61} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2853 | 2024.03.25 19:36:29.995848 [ 3 ] {6525979f-dd5a-426b-998f-1009bd2a9a61} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2854 | 2024.03.25 19:36:29.995888 [ 3 ] {6525979f-dd5a-426b-998f-1009bd2a9a61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 2855 | 2024.03.25 19:36:29.996208 [ 3 ] {6525979f-dd5a-426b-998f-1009bd2a9a61} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2856 | 2024.03.25 19:36:29.996516 [ 3 ] {6525979f-dd5a-426b-998f-1009bd2a9a61} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2857 | 2024.03.25 19:36:29.996676 [ 3 ] {6525979f-dd5a-426b-998f-1009bd2a9a61} <Debug> executeQuery: Read 63 rows, 4.91 KiB in 0.001388 sec., 45389.04899135447 rows/sec., 3.45 MiB/sec. | ||
| 2858 | 2024.03.25 19:36:29.996678 [ 49 ] {} <Debug> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2859 | 2024.03.25 19:36:29.996784 [ 49 ] {} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2860 | 2024.03.25 19:36:29.996820 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 2861 | 2024.03.25 19:36:29.996838 [ 3 ] {6525979f-dd5a-426b-998f-1009bd2a9a61} <Debug> DynamicQueryHandler: Done processing query | ||
| 2862 | 2024.03.25 19:36:29.996899 [ 3 ] {6525979f-dd5a-426b-998f-1009bd2a9a61} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 2863 | 2024.03.25 19:36:29.996999 [ 3 ] {} <Debug> HTTP-Session: 7012d51a-1059-42d5-8389-fc1f77a15dbe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2864 | 2024.03.25 19:36:29.997179 [ 189 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::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 | ||
| 2865 | 2024.03.25 19:36:29.997233 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2866 | 2024.03.25 19:36:29.997337 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2867 | 2024.03.25 19:36:29.997396 [ 3 ] {} <Debug> HTTP-Session: 8a3f8e6b-a39c-41b3-8d22-4846c1354a73 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 2868 | 2024.03.25 19:36:29.997445 [ 3 ] {} <Debug> HTTP-Session: 8a3f8e6b-a39c-41b3-8d22-4846c1354a73 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2869 | 2024.03.25 19:36:29.997460 [ 189 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2870 | 2024.03.25 19:36:29.997473 [ 3 ] {} <Debug> HTTP-Session: 8a3f8e6b-a39c-41b3-8d22-4846c1354a73 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2871 | 2024.03.25 19:36:29.997517 [ 189 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 188 rows starting from the beginning of the part | ||
| 2872 | 2024.03.25 19:36:29.997545 [ 3 ] {} <Trace> HTTP-Session: 8a3f8e6b-a39c-41b3-8d22-4846c1354a73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2873 | 2024.03.25 19:36:29.997784 [ 189 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 26 rows starting from the beginning of the part | ||
| 2874 | 2024.03.25 19:36:29.997801 [ 3 ] {40b146f1-c5d4-4f72-a363-7b4147ff37da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 2875 | 2024.03.25 19:36:29.997988 [ 3 ] {40b146f1-c5d4-4f72-a363-7b4147ff37da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2876 | 2024.03.25 19:36:29.998027 [ 189 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 175 rows starting from the beginning of the part | ||
| 2877 | 2024.03.25 19:36:29.998407 [ 189 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 26 rows starting from the beginning of the part | ||
| 2878 | 2024.03.25 19:36:29.998694 [ 189 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 179 rows starting from the beginning of the part | ||
| 2879 | 2024.03.25 19:36:29.999063 [ 189 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 63 rows starting from the beginning of the part | ||
| 2880 | 2024.03.25 19:36:29.999573 [ 3 ] {40b146f1-c5d4-4f72-a363-7b4147ff37da} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2881 | 2024.03.25 19:36:30.000283 [ 3 ] {40b146f1-c5d4-4f72-a363-7b4147ff37da} <Trace> oximeter.fields_u16 (c5488911-6586-43c0-ae3f-1262ae9a0dfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2882 | 2024.03.25 19:36:30.000337 [ 3 ] {40b146f1-c5d4-4f72-a363-7b4147ff37da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 2883 | 2024.03.25 19:36:30.001123 [ 3 ] {40b146f1-c5d4-4f72-a363-7b4147ff37da} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2884 | 2024.03.25 19:36:30.001228 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 187.71 MiB, peak 187.71 MiB, free memory in arenas 0.00 B, will set to 179.05 MiB (RSS), difference: -8.66 MiB | ||
| 2885 | 2024.03.25 19:36:30.002347 [ 200 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 657 rows, containing 4 columns (4 merged, 0 gathered) in 0.005434534 sec., 120893.53015364334 rows/sec., 10.84 MiB/sec. | ||
| 2886 | 2024.03.25 19:36:30.002604 [ 189 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2887 | 2024.03.25 19:36:30.002607 [ 3 ] {40b146f1-c5d4-4f72-a363-7b4147ff37da} <Trace> oximeter.fields_u16 (c5488911-6586-43c0-ae3f-1262ae9a0dfa): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2888 | 2024.03.25 19:36:30.003061 [ 3 ] {40b146f1-c5d4-4f72-a363-7b4147ff37da} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.005378 sec., 371.8854592785422 rows/sec., 25.97 KiB/sec. | ||
| 2889 | 2024.03.25 19:36:30.003542 [ 3 ] {40b146f1-c5d4-4f72-a363-7b4147ff37da} <Debug> DynamicQueryHandler: Done processing query | ||
| 2890 | 2024.03.25 19:36:30.003581 [ 3 ] {40b146f1-c5d4-4f72-a363-7b4147ff37da} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 2891 | 2024.03.25 19:36:30.003609 [ 3 ] {} <Debug> HTTP-Session: 8a3f8e6b-a39c-41b3-8d22-4846c1354a73 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2892 | 2024.03.25 19:36:30.003721 [ 189 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_16_3} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2893 | 2024.03.25 19:36:30.003823 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 9171, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2894 | 2024.03.25 19:36:30.003834 [ 189 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_16_3} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2895 | 2024.03.25 19:36:30.003909 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2896 | 2024.03.25 19:36:30.003980 [ 3 ] {} <Debug> HTTP-Session: 0414f42f-d824-445e-b160-74bbfcf3e4aa Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 2897 | 2024.03.25 19:36:30.003996 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 2898 | 2024.03.25 19:36:30.004008 [ 3 ] {} <Debug> HTTP-Session: 0414f42f-d824-445e-b160-74bbfcf3e4aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2899 | 2024.03.25 19:36:30.004046 [ 3 ] {} <Debug> HTTP-Session: 0414f42f-d824-445e-b160-74bbfcf3e4aa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2900 | 2024.03.25 19:36:30.004081 [ 3 ] {} <Trace> HTTP-Session: 0414f42f-d824-445e-b160-74bbfcf3e4aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2901 | 2024.03.25 19:36:30.004173 [ 3 ] {c078f07b-3ef0-48ce-998d-a8defa31cb8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 2902 | 2024.03.25 19:36:30.004216 [ 3 ] {c078f07b-3ef0-48ce-998d-a8defa31cb8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2903 | 2024.03.25 19:36:30.004364 [ 3 ] {c078f07b-3ef0-48ce-998d-a8defa31cb8a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2904 | 2024.03.25 19:36:30.004683 [ 3 ] {c078f07b-3ef0-48ce-998d-a8defa31cb8a} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2905 | 2024.03.25 19:36:30.004721 [ 3 ] {c078f07b-3ef0-48ce-998d-a8defa31cb8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 2906 | 2024.03.25 19:36:30.005053 [ 3 ] {c078f07b-3ef0-48ce-998d-a8defa31cb8a} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2907 | 2024.03.25 19:36:30.005375 [ 3 ] {c078f07b-3ef0-48ce-998d-a8defa31cb8a} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2908 | 2024.03.25 19:36:30.005532 [ 49 ] {} <Debug> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2909 | 2024.03.25 19:36:30.005544 [ 3 ] {c078f07b-3ef0-48ce-998d-a8defa31cb8a} <Debug> executeQuery: Read 54 rows, 4.30 KiB in 0.001402 sec., 38516.40513552068 rows/sec., 2.99 MiB/sec. | ||
| 2910 | 2024.03.25 19:36:30.005581 [ 49 ] {} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2911 | 2024.03.25 19:36:30.005642 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 2912 | 2024.03.25 19:36:30.005814 [ 3 ] {c078f07b-3ef0-48ce-998d-a8defa31cb8a} <Debug> DynamicQueryHandler: Done processing query | ||
| 2913 | 2024.03.25 19:36:30.005899 [ 3 ] {c078f07b-3ef0-48ce-998d-a8defa31cb8a} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 2914 | 2024.03.25 19:36:30.005968 [ 3 ] {} <Debug> HTTP-Session: 0414f42f-d824-445e-b160-74bbfcf3e4aa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2915 | 2024.03.25 19:36:30.005988 [ 198 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::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 | ||
| 2916 | 2024.03.25 19:36:30.006294 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 26245, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2917 | 2024.03.25 19:36:30.006433 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2918 | 2024.03.25 19:36:30.006441 [ 198 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2919 | 2024.03.25 19:36:30.006462 [ 3 ] {} <Debug> HTTP-Session: ff279fa6-1bba-463d-a6df-c7bd67bf15e2 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 2920 | 2024.03.25 19:36:30.006506 [ 3 ] {} <Debug> HTTP-Session: ff279fa6-1bba-463d-a6df-c7bd67bf15e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2921 | 2024.03.25 19:36:30.006513 [ 198 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 104 rows starting from the beginning of the part | ||
| 2922 | 2024.03.25 19:36:30.006530 [ 3 ] {} <Debug> HTTP-Session: ff279fa6-1bba-463d-a6df-c7bd67bf15e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2923 | 2024.03.25 19:36:30.006610 [ 3 ] {} <Trace> HTTP-Session: ff279fa6-1bba-463d-a6df-c7bd67bf15e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2924 | 2024.03.25 19:36:30.006815 [ 198 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 28 rows starting from the beginning of the part | ||
| 2925 | 2024.03.25 19:36:30.007044 [ 3 ] {5a5e2132-2512-4b18-a564-40c89cd415bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 2926 | 2024.03.25 19:36:30.007088 [ 198 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 87 rows starting from the beginning of the part | ||
| 2927 | 2024.03.25 19:36:30.007180 [ 3 ] {5a5e2132-2512-4b18-a564-40c89cd415bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2928 | 2024.03.25 19:36:30.007399 [ 198 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 28 rows starting from the beginning of the part | ||
| 2929 | 2024.03.25 19:36:30.007724 [ 198 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 79 rows starting from the beginning of the part | ||
| 2930 | 2024.03.25 19:36:30.008078 [ 198 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 54 rows starting from the beginning of the part | ||
| 2931 | 2024.03.25 19:36:30.008524 [ 3 ] {5a5e2132-2512-4b18-a564-40c89cd415bd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2932 | 2024.03.25 19:36:30.009486 [ 3 ] {5a5e2132-2512-4b18-a564-40c89cd415bd} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2933 | 2024.03.25 19:36:30.009550 [ 3 ] {5a5e2132-2512-4b18-a564-40c89cd415bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 2934 | 2024.03.25 19:36:30.010602 [ 3 ] {5a5e2132-2512-4b18-a564-40c89cd415bd} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2935 | 2024.03.25 19:36:30.010807 [ 189 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 380 rows, containing 4 columns (4 merged, 0 gathered) in 0.005033204 sec., 75498.62870648596 rows/sec., 5.89 MiB/sec. | ||
| 2936 | 2024.03.25 19:36:30.011111 [ 189 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2937 | 2024.03.25 19:36:30.011434 [ 3 ] {5a5e2132-2512-4b18-a564-40c89cd415bd} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2938 | 2024.03.25 19:36:30.011784 [ 49 ] {} <Debug> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2939 | 2024.03.25 19:36:30.011871 [ 49 ] {} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2940 | 2024.03.25 19:36:30.011885 [ 3 ] {5a5e2132-2512-4b18-a564-40c89cd415bd} <Debug> executeQuery: Read 137 rows, 9.77 KiB in 0.005076 sec., 26989.755713159968 rows/sec., 1.88 MiB/sec. | ||
| 2941 | 2024.03.25 19:36:30.011917 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 2942 | 2024.03.25 19:36:30.012112 [ 189 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_16_3} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2943 | 2024.03.25 19:36:30.012411 [ 189 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_16_3} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2944 | 2024.03.25 19:36:30.012448 [ 3 ] {5a5e2132-2512-4b18-a564-40c89cd415bd} <Debug> DynamicQueryHandler: Done processing query | ||
| 2945 | 2024.03.25 19:36:30.012465 [ 198 ] {f120f923-a49b-460a-9be5-7ff67cf25969::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 | ||
| 2946 | 2024.03.25 19:36:30.012531 [ 3 ] {5a5e2132-2512-4b18-a564-40c89cd415bd} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
| 2947 | 2024.03.25 19:36:30.012611 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 2948 | 2024.03.25 19:36:30.012630 [ 3 ] {} <Debug> HTTP-Session: ff279fa6-1bba-463d-a6df-c7bd67bf15e2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2949 | 2024.03.25 19:36:30.012810 [ 198 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2950 | 2024.03.25 19:36:30.012830 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2951 | 2024.03.25 19:36:30.012887 [ 198 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1364 rows starting from the beginning of the part | ||
| 2952 | 2024.03.25 19:36:30.012934 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2953 | 2024.03.25 19:36:30.013024 [ 3 ] {} <Debug> HTTP-Session: 805af1ed-9094-4009-9c61-ba817f06ca7d Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 2954 | 2024.03.25 19:36:30.013113 [ 3 ] {} <Debug> HTTP-Session: 805af1ed-9094-4009-9c61-ba817f06ca7d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2955 | 2024.03.25 19:36:30.013168 [ 198 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 100 rows starting from the beginning of the part | ||
| 2956 | 2024.03.25 19:36:30.013192 [ 3 ] {} <Debug> HTTP-Session: 805af1ed-9094-4009-9c61-ba817f06ca7d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2957 | 2024.03.25 19:36:30.013322 [ 3 ] {} <Trace> HTTP-Session: 805af1ed-9094-4009-9c61-ba817f06ca7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2958 | 2024.03.25 19:36:30.013449 [ 198 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 102 rows starting from the beginning of the part | ||
| 2959 | 2024.03.25 19:36:30.013675 [ 3 ] {4493a9f9-ac3f-499f-ac01-dc56fb320c36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 2960 | 2024.03.25 19:36:30.013750 [ 198 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 100 rows starting from the beginning of the part | ||
| 2961 | 2024.03.25 19:36:30.013853 [ 3 ] {4493a9f9-ac3f-499f-ac01-dc56fb320c36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2962 | 2024.03.25 19:36:30.014066 [ 198 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 100 rows starting from the beginning of the part | ||
| 2963 | 2024.03.25 19:36:30.014442 [ 198 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 137 rows starting from the beginning of the part | ||
| 2964 | 2024.03.25 19:36:30.014990 [ 3 ] {4493a9f9-ac3f-499f-ac01-dc56fb320c36} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2965 | 2024.03.25 19:36:30.015683 [ 3 ] {4493a9f9-ac3f-499f-ac01-dc56fb320c36} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2966 | 2024.03.25 19:36:30.015752 [ 3 ] {4493a9f9-ac3f-499f-ac01-dc56fb320c36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 2967 | 2024.03.25 19:36:30.016628 [ 3 ] {4493a9f9-ac3f-499f-ac01-dc56fb320c36} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2968 | 2024.03.25 19:36:30.017274 [ 3 ] {4493a9f9-ac3f-499f-ac01-dc56fb320c36} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2969 | 2024.03.25 19:36:30.017694 [ 49 ] {} <Debug> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2970 | 2024.03.25 19:36:30.017741 [ 3 ] {4493a9f9-ac3f-499f-ac01-dc56fb320c36} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.004248 sec., 7062.146892655367 rows/sec., 495.41 KiB/sec. | ||
| 2971 | 2024.03.25 19:36:30.017711 [ 188 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1903 rows, containing 5 columns (5 merged, 0 gathered) in 0.005589648 sec., 340450.77614905266 rows/sec., 23.68 MiB/sec. | ||
| 2972 | 2024.03.25 19:36:30.017798 [ 49 ] {} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2973 | 2024.03.25 19:36:30.017961 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 2974 | 2024.03.25 19:36:30.018139 [ 3 ] {4493a9f9-ac3f-499f-ac01-dc56fb320c36} <Debug> DynamicQueryHandler: Done processing query | ||
| 2975 | 2024.03.25 19:36:30.018226 [ 3 ] {4493a9f9-ac3f-499f-ac01-dc56fb320c36} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 2976 | 2024.03.25 19:36:30.018236 [ 198 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2977 | 2024.03.25 19:36:30.018309 [ 3 ] {} <Debug> HTTP-Session: 805af1ed-9094-4009-9c61-ba817f06ca7d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2978 | 2024.03.25 19:36:30.018460 [ 188 ] {9a1a39e4-f755-44be-b053-27de171f2434::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.03.25 19:36:30.018697 [ 188 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2980 | 2024.03.25 19:36:30.018813 [ 188 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 312 rows starting from the beginning of the part | ||
| 2981 | 2024.03.25 19:36:30.019204 [ 188 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 30 rows starting from the beginning of the part | ||
| 2982 | 2024.03.25 19:36:30.019491 [ 188 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 30 rows starting from the beginning of the part | ||
| 2983 | 2024.03.25 19:36:30.019685 [ 198 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2984 | 2024.03.25 19:36:30.019744 [ 188 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 30 rows starting from the beginning of the part | ||
| 2985 | 2024.03.25 19:36:30.019997 [ 188 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 30 rows starting from the beginning of the part | ||
| 2986 | 2024.03.25 19:36:30.020016 [ 198 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2987 | 2024.03.25 19:36:30.020286 [ 188 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 30 rows starting from the beginning of the part | ||
| 2988 | 2024.03.25 19:36:30.020321 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. | ||
| 2989 | 2024.03.25 19:36:30.021469 [ 199 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 462 rows, containing 4 columns (4 merged, 0 gathered) in 0.003299551 sec., 140019.05107694957 rows/sec., 9.59 MiB/sec. | ||
| 2990 | 2024.03.25 19:36:30.021614 [ 188 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2991 | 2024.03.25 19:36:30.021977 [ 188 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_16_3} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2992 | 2024.03.25 19:36:30.022050 [ 188 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_16_3} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2993 | 2024.03.25 19:36:30.022118 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 2994 | 2024.03.25 19:36:31.001182 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 170.91 MiB, peak 187.71 MiB, free memory in arenas 0.00 B, will set to 179.13 MiB (RSS), difference: 8.22 MiB | ||
| 2995 | 2024.03.25 19:36:34.993739 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 7368, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2996 | 2024.03.25 19:36:34.993931 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2997 | 2024.03.25 19:36:34.993980 [ 3 ] {} <Debug> HTTP-Session: 50b41c96-a399-407c-9ce4-e461390d8a37 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 2998 | 2024.03.25 19:36:34.994024 [ 3 ] {} <Debug> HTTP-Session: 50b41c96-a399-407c-9ce4-e461390d8a37 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2999 | 2024.03.25 19:36:34.994052 [ 3 ] {} <Debug> HTTP-Session: 50b41c96-a399-407c-9ce4-e461390d8a37 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3000 | 2024.03.25 19:36:34.994133 [ 3 ] {} <Trace> HTTP-Session: 50b41c96-a399-407c-9ce4-e461390d8a37 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3001 | 2024.03.25 19:36:34.994342 [ 3 ] {47e01175-c18f-461b-8942-2136ca9d7428} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 3002 | 2024.03.25 19:36:34.994431 [ 3 ] {47e01175-c18f-461b-8942-2136ca9d7428} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 3003 | 2024.03.25 19:36:34.994622 [ 3 ] {47e01175-c18f-461b-8942-2136ca9d7428} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3004 | 2024.03.25 19:36:34.995075 [ 3 ] {47e01175-c18f-461b-8942-2136ca9d7428} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3005 | 2024.03.25 19:36:34.995125 [ 3 ] {47e01175-c18f-461b-8942-2136ca9d7428} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 3006 | 2024.03.25 19:36:34.995531 [ 3 ] {47e01175-c18f-461b-8942-2136ca9d7428} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3007 | 2024.03.25 19:36:34.995888 [ 3 ] {47e01175-c18f-461b-8942-2136ca9d7428} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3008 | 2024.03.25 19:36:34.996065 [ 3 ] {47e01175-c18f-461b-8942-2136ca9d7428} <Debug> executeQuery: Read 51 rows, 4.13 KiB in 0.001831 sec., 27853.631895139268 rows/sec., 2.20 MiB/sec. | ||
| 3009 | 2024.03.25 19:36:34.996226 [ 3 ] {47e01175-c18f-461b-8942-2136ca9d7428} <Debug> DynamicQueryHandler: Done processing query | ||
| 3010 | 2024.03.25 19:36:34.996255 [ 3 ] {47e01175-c18f-461b-8942-2136ca9d7428} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 3011 | 2024.03.25 19:36:34.996271 [ 3 ] {} <Debug> HTTP-Session: 50b41c96-a399-407c-9ce4-e461390d8a37 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3012 | 2024.03.25 19:36:34.996470 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 28163, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3013 | 2024.03.25 19:36:34.996523 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 3014 | 2024.03.25 19:36:34.996544 [ 3 ] {} <Debug> HTTP-Session: 75e87201-b6a2-4249-ae0f-ed73b12c3362 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 3015 | 2024.03.25 19:36:34.996562 [ 3 ] {} <Debug> HTTP-Session: 75e87201-b6a2-4249-ae0f-ed73b12c3362 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3016 | 2024.03.25 19:36:34.996576 [ 3 ] {} <Debug> HTTP-Session: 75e87201-b6a2-4249-ae0f-ed73b12c3362 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3017 | 2024.03.25 19:36:34.996611 [ 3 ] {} <Trace> HTTP-Session: 75e87201-b6a2-4249-ae0f-ed73b12c3362 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3018 | 2024.03.25 19:36:34.996734 [ 3 ] {ee62c94f-b7c5-4d83-9536-fd5db70f3f97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 3019 | 2024.03.25 19:36:34.996781 [ 3 ] {ee62c94f-b7c5-4d83-9536-fd5db70f3f97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3020 | 2024.03.25 19:36:34.996918 [ 3 ] {ee62c94f-b7c5-4d83-9536-fd5db70f3f97} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3021 | 2024.03.25 19:36:34.997344 [ 3 ] {ee62c94f-b7c5-4d83-9536-fd5db70f3f97} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3022 | 2024.03.25 19:36:34.997385 [ 3 ] {ee62c94f-b7c5-4d83-9536-fd5db70f3f97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 3023 | 2024.03.25 19:36:34.997715 [ 3 ] {ee62c94f-b7c5-4d83-9536-fd5db70f3f97} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3024 | 2024.03.25 19:36:34.998028 [ 3 ] {ee62c94f-b7c5-4d83-9536-fd5db70f3f97} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3025 | 2024.03.25 19:36:34.998198 [ 3 ] {ee62c94f-b7c5-4d83-9536-fd5db70f3f97} <Debug> executeQuery: Read 179 rows, 17.23 KiB in 0.001534 sec., 116688.3963494133 rows/sec., 10.97 MiB/sec. | ||
| 3026 | 2024.03.25 19:36:34.998319 [ 3 ] {ee62c94f-b7c5-4d83-9536-fd5db70f3f97} <Debug> DynamicQueryHandler: Done processing query | ||
| 3027 | 2024.03.25 19:36:34.998344 [ 3 ] {ee62c94f-b7c5-4d83-9536-fd5db70f3f97} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
| 3028 | 2024.03.25 19:36:34.998360 [ 3 ] {} <Debug> HTTP-Session: 75e87201-b6a2-4249-ae0f-ed73b12c3362 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3029 | 2024.03.25 19:36:34.998585 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 13435, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3030 | 2024.03.25 19:36:34.998634 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 3031 | 2024.03.25 19:36:34.998653 [ 3 ] {} <Debug> HTTP-Session: 4402d5b0-043d-478f-980b-f1ef1f28cf62 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 3032 | 2024.03.25 19:36:34.998670 [ 3 ] {} <Debug> HTTP-Session: 4402d5b0-043d-478f-980b-f1ef1f28cf62 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3033 | 2024.03.25 19:36:34.998684 [ 3 ] {} <Debug> HTTP-Session: 4402d5b0-043d-478f-980b-f1ef1f28cf62 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3034 | 2024.03.25 19:36:34.998716 [ 3 ] {} <Trace> HTTP-Session: 4402d5b0-043d-478f-980b-f1ef1f28cf62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3035 | 2024.03.25 19:36:34.998815 [ 3 ] {1c05b49b-5748-421e-b80a-6b343252bc76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 3036 | 2024.03.25 19:36:34.998855 [ 3 ] {1c05b49b-5748-421e-b80a-6b343252bc76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3037 | 2024.03.25 19:36:34.998982 [ 3 ] {1c05b49b-5748-421e-b80a-6b343252bc76} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3038 | 2024.03.25 19:36:34.999311 [ 3 ] {1c05b49b-5748-421e-b80a-6b343252bc76} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3039 | 2024.03.25 19:36:34.999351 [ 3 ] {1c05b49b-5748-421e-b80a-6b343252bc76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 3040 | 2024.03.25 19:36:34.999659 [ 3 ] {1c05b49b-5748-421e-b80a-6b343252bc76} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3041 | 2024.03.25 19:36:35.000052 [ 3 ] {1c05b49b-5748-421e-b80a-6b343252bc76} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3042 | 2024.03.25 19:36:35.000207 [ 3 ] {1c05b49b-5748-421e-b80a-6b343252bc76} <Debug> executeQuery: Read 79 rows, 6.32 KiB in 0.001442 sec., 54785.02080443828 rows/sec., 4.28 MiB/sec. | ||
| 3043 | 2024.03.25 19:36:35.000447 [ 3 ] {1c05b49b-5748-421e-b80a-6b343252bc76} <Debug> DynamicQueryHandler: Done processing query | ||
| 3044 | 2024.03.25 19:36:35.000486 [ 3 ] {1c05b49b-5748-421e-b80a-6b343252bc76} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 3045 | 2024.03.25 19:36:35.000504 [ 3 ] {} <Debug> HTTP-Session: 4402d5b0-043d-478f-980b-f1ef1f28cf62 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3046 | 2024.03.25 19:36:35.000675 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 19137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3047 | 2024.03.25 19:36:35.000725 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 3048 | 2024.03.25 19:36:35.000745 [ 3 ] {} <Debug> HTTP-Session: a2bc277d-5b21-4200-8441-12f363d02230 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 3049 | 2024.03.25 19:36:35.000763 [ 3 ] {} <Debug> HTTP-Session: a2bc277d-5b21-4200-8441-12f363d02230 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3050 | 2024.03.25 19:36:35.000778 [ 3 ] {} <Debug> HTTP-Session: a2bc277d-5b21-4200-8441-12f363d02230 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3051 | 2024.03.25 19:36:35.000808 [ 3 ] {} <Trace> HTTP-Session: a2bc277d-5b21-4200-8441-12f363d02230 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3052 | 2024.03.25 19:36:35.000918 [ 3 ] {258025a6-ce15-48e1-b694-b4d4378d532f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 3053 | 2024.03.25 19:36:35.000965 [ 3 ] {258025a6-ce15-48e1-b694-b4d4378d532f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3054 | 2024.03.25 19:36:35.001141 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 180.34 MiB, peak 187.71 MiB, free memory in arenas 0.00 B, will set to 179.14 MiB (RSS), difference: -1.20 MiB | ||
| 3055 | 2024.03.25 19:36:35.001153 [ 3 ] {258025a6-ce15-48e1-b694-b4d4378d532f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3056 | 2024.03.25 19:36:35.001767 [ 3 ] {258025a6-ce15-48e1-b694-b4d4378d532f} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3057 | 2024.03.25 19:36:35.001806 [ 3 ] {258025a6-ce15-48e1-b694-b4d4378d532f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 3058 | 2024.03.25 19:36:35.002203 [ 3 ] {258025a6-ce15-48e1-b694-b4d4378d532f} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3059 | 2024.03.25 19:36:35.002557 [ 3 ] {258025a6-ce15-48e1-b694-b4d4378d532f} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3060 | 2024.03.25 19:36:35.002682 [ 3 ] {258025a6-ce15-48e1-b694-b4d4378d532f} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001826 sec., 54764.5125958379 rows/sec., 3.80 MiB/sec. | ||
| 3061 | 2024.03.25 19:36:35.002807 [ 3 ] {258025a6-ce15-48e1-b694-b4d4378d532f} <Debug> DynamicQueryHandler: Done processing query | ||
| 3062 | 2024.03.25 19:36:35.002832 [ 3 ] {258025a6-ce15-48e1-b694-b4d4378d532f} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
| 3063 | 2024.03.25 19:36:35.002848 [ 3 ] {} <Debug> HTTP-Session: a2bc277d-5b21-4200-8441-12f363d02230 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3064 | 2024.03.25 19:36:35.003043 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 54561, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3065 | 2024.03.25 19:36:35.003094 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 3066 | 2024.03.25 19:36:35.003113 [ 3 ] {} <Debug> HTTP-Session: ec2ff172-0556-4d55-9c90-4f36d22cd7d1 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 3067 | 2024.03.25 19:36:35.003131 [ 3 ] {} <Debug> HTTP-Session: ec2ff172-0556-4d55-9c90-4f36d22cd7d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3068 | 2024.03.25 19:36:35.003145 [ 3 ] {} <Debug> HTTP-Session: ec2ff172-0556-4d55-9c90-4f36d22cd7d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3069 | 2024.03.25 19:36:35.003175 [ 3 ] {} <Trace> HTTP-Session: ec2ff172-0556-4d55-9c90-4f36d22cd7d1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3070 | 2024.03.25 19:36:35.003776 [ 3 ] {261ad93d-c75c-4078-a99a-642793be548f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 3071 | 2024.03.25 19:36:35.003826 [ 3 ] {261ad93d-c75c-4078-a99a-642793be548f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 3072 | 2024.03.25 19:36:35.003986 [ 3 ] {261ad93d-c75c-4078-a99a-642793be548f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3073 | 2024.03.25 19:36:35.004577 [ 3 ] {261ad93d-c75c-4078-a99a-642793be548f} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3074 | 2024.03.25 19:36:35.004612 [ 3 ] {261ad93d-c75c-4078-a99a-642793be548f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 3075 | 2024.03.25 19:36:35.005041 [ 3 ] {261ad93d-c75c-4078-a99a-642793be548f} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3076 | 2024.03.25 19:36:35.005379 [ 3 ] {261ad93d-c75c-4078-a99a-642793be548f} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3077 | 2024.03.25 19:36:35.005516 [ 3 ] {261ad93d-c75c-4078-a99a-642793be548f} <Debug> executeQuery: Read 51 rows, 70.47 KiB in 0.002287 sec., 22299.95627459554 rows/sec., 30.09 MiB/sec. | ||
| 3078 | 2024.03.25 19:36:35.005762 [ 3 ] {261ad93d-c75c-4078-a99a-642793be548f} <Debug> DynamicQueryHandler: Done processing query | ||
| 3079 | 2024.03.25 19:36:35.005793 [ 3 ] {261ad93d-c75c-4078-a99a-642793be548f} <Debug> MemoryTracker: Peak memory usage (for query): 4.52 MiB. | ||
| 3080 | 2024.03.25 19:36:35.005810 [ 3 ] {} <Debug> HTTP-Session: ec2ff172-0556-4d55-9c90-4f36d22cd7d1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3081 | 2024.03.25 19:36:35.005946 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3082 | 2024.03.25 19:36:35.005995 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 3083 | 2024.03.25 19:36:35.006013 [ 3 ] {} <Debug> HTTP-Session: b8daaae7-432d-4147-9487-c76809709820 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 3084 | 2024.03.25 19:36:35.006031 [ 3 ] {} <Debug> HTTP-Session: b8daaae7-432d-4147-9487-c76809709820 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3085 | 2024.03.25 19:36:35.006045 [ 3 ] {} <Debug> HTTP-Session: b8daaae7-432d-4147-9487-c76809709820 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3086 | 2024.03.25 19:36:35.006075 [ 3 ] {} <Trace> HTTP-Session: b8daaae7-432d-4147-9487-c76809709820 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3087 | 2024.03.25 19:36:35.006150 [ 3 ] {2d7d8d2d-5304-4129-bd07-d32fdc6538a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 3088 | 2024.03.25 19:36:35.006194 [ 3 ] {2d7d8d2d-5304-4129-bd07-d32fdc6538a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3089 | 2024.03.25 19:36:35.006337 [ 3 ] {2d7d8d2d-5304-4129-bd07-d32fdc6538a6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3090 | 2024.03.25 19:36:35.006608 [ 3 ] {2d7d8d2d-5304-4129-bd07-d32fdc6538a6} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3091 | 2024.03.25 19:36:35.006645 [ 3 ] {2d7d8d2d-5304-4129-bd07-d32fdc6538a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 3092 | 2024.03.25 19:36:35.007006 [ 3 ] {2d7d8d2d-5304-4129-bd07-d32fdc6538a6} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3093 | 2024.03.25 19:36:35.007332 [ 3 ] {2d7d8d2d-5304-4129-bd07-d32fdc6538a6} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3094 | 2024.03.25 19:36:35.007463 [ 3 ] {2d7d8d2d-5304-4129-bd07-d32fdc6538a6} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001343 sec., 22338.049143708115 rows/sec., 1.53 MiB/sec. | ||
| 3095 | 2024.03.25 19:36:35.007700 [ 3 ] {2d7d8d2d-5304-4129-bd07-d32fdc6538a6} <Debug> DynamicQueryHandler: Done processing query | ||
| 3096 | 2024.03.25 19:36:35.007742 [ 3 ] {2d7d8d2d-5304-4129-bd07-d32fdc6538a6} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 3097 | 2024.03.25 19:36:35.007759 [ 3 ] {} <Debug> HTTP-Session: b8daaae7-432d-4147-9487-c76809709820 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3098 | 2024.03.25 19:36:36.001126 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 178.33 MiB, peak 187.71 MiB, free memory in arenas 0.00 B, will set to 179.53 MiB (RSS), difference: 1.20 MiB | ||
| 3099 | 2024.03.25 19:36:36.610158 [ 42 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3100 | 2024.03.25 19:36:36.610216 [ 42 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3101 | 2024.03.25 19:36:39.990901 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 3629, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3102 | 2024.03.25 19:36:39.991038 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 3103 | 2024.03.25 19:36:39.991067 [ 3 ] {} <Debug> HTTP-Session: 95d1cb41-6ba4-4a4b-ae32-0b64e04b24f2 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 3104 | 2024.03.25 19:36:39.991097 [ 3 ] {} <Debug> HTTP-Session: 95d1cb41-6ba4-4a4b-ae32-0b64e04b24f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3105 | 2024.03.25 19:36:39.991115 [ 3 ] {} <Debug> HTTP-Session: 95d1cb41-6ba4-4a4b-ae32-0b64e04b24f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3106 | 2024.03.25 19:36:39.991171 [ 3 ] {} <Trace> HTTP-Session: 95d1cb41-6ba4-4a4b-ae32-0b64e04b24f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3107 | 2024.03.25 19:36:39.991307 [ 3 ] {3cf44758-d69d-40e6-a0e6-b4d2f90bc67d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 3108 | 2024.03.25 19:36:39.991380 [ 3 ] {3cf44758-d69d-40e6-a0e6-b4d2f90bc67d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3109 | 2024.03.25 19:36:39.991574 [ 3 ] {3cf44758-d69d-40e6-a0e6-b4d2f90bc67d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3110 | 2024.03.25 19:36:39.991989 [ 3 ] {3cf44758-d69d-40e6-a0e6-b4d2f90bc67d} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3111 | 2024.03.25 19:36:39.992037 [ 3 ] {3cf44758-d69d-40e6-a0e6-b4d2f90bc67d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 3112 | 2024.03.25 19:36:39.992454 [ 3 ] {3cf44758-d69d-40e6-a0e6-b4d2f90bc67d} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3113 | 2024.03.25 19:36:39.992796 [ 3 ] {3cf44758-d69d-40e6-a0e6-b4d2f90bc67d} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3114 | 2024.03.25 19:36:39.992951 [ 3 ] {3cf44758-d69d-40e6-a0e6-b4d2f90bc67d} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.00171 sec., 15204.6783625731 rows/sec., 1.15 MiB/sec. | ||
| 3115 | 2024.03.25 19:36:39.993111 [ 3 ] {3cf44758-d69d-40e6-a0e6-b4d2f90bc67d} <Debug> DynamicQueryHandler: Done processing query | ||
| 3116 | 2024.03.25 19:36:39.993141 [ 3 ] {3cf44758-d69d-40e6-a0e6-b4d2f90bc67d} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 3117 | 2024.03.25 19:36:39.993158 [ 3 ] {} <Debug> HTTP-Session: 95d1cb41-6ba4-4a4b-ae32-0b64e04b24f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3118 | 2024.03.25 19:36:39.993304 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4792, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3119 | 2024.03.25 19:36:39.993358 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 3120 | 2024.03.25 19:36:39.993378 [ 3 ] {} <Debug> HTTP-Session: 59ec779e-599a-45e9-bbc8-1f354c2e2654 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 3121 | 2024.03.25 19:36:39.993397 [ 3 ] {} <Debug> HTTP-Session: 59ec779e-599a-45e9-bbc8-1f354c2e2654 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3122 | 2024.03.25 19:36:39.993411 [ 3 ] {} <Debug> HTTP-Session: 59ec779e-599a-45e9-bbc8-1f354c2e2654 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3123 | 2024.03.25 19:36:39.993446 [ 3 ] {} <Trace> HTTP-Session: 59ec779e-599a-45e9-bbc8-1f354c2e2654 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3124 | 2024.03.25 19:36:39.993530 [ 3 ] {ecbe0243-443e-4e5b-8925-dc965d96e27b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 3125 | 2024.03.25 19:36:39.993574 [ 3 ] {ecbe0243-443e-4e5b-8925-dc965d96e27b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3126 | 2024.03.25 19:36:39.993699 [ 3 ] {ecbe0243-443e-4e5b-8925-dc965d96e27b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3127 | 2024.03.25 19:36:39.994067 [ 3 ] {ecbe0243-443e-4e5b-8925-dc965d96e27b} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3128 | 2024.03.25 19:36:39.994105 [ 3 ] {ecbe0243-443e-4e5b-8925-dc965d96e27b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 3129 | 2024.03.25 19:36:39.994420 [ 3 ] {ecbe0243-443e-4e5b-8925-dc965d96e27b} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3130 | 2024.03.25 19:36:39.994732 [ 3 ] {ecbe0243-443e-4e5b-8925-dc965d96e27b} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3131 | 2024.03.25 19:36:39.994865 [ 3 ] {ecbe0243-443e-4e5b-8925-dc965d96e27b} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001371 sec., 20423.048869438364 rows/sec., 1.59 MiB/sec. | ||
| 3132 | 2024.03.25 19:36:39.995120 [ 3 ] {ecbe0243-443e-4e5b-8925-dc965d96e27b} <Debug> DynamicQueryHandler: Done processing query | ||
| 3133 | 2024.03.25 19:36:39.995161 [ 3 ] {ecbe0243-443e-4e5b-8925-dc965d96e27b} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 3134 | 2024.03.25 19:36:39.995177 [ 3 ] {} <Debug> HTTP-Session: 59ec779e-599a-45e9-bbc8-1f354c2e2654 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3135 | 2024.03.25 19:36:39.995336 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 19137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3136 | 2024.03.25 19:36:39.995388 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 3137 | 2024.03.25 19:36:39.995408 [ 3 ] {} <Debug> HTTP-Session: 873694af-18cc-4590-a9c7-d05a55319a1f Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 3138 | 2024.03.25 19:36:39.995426 [ 3 ] {} <Debug> HTTP-Session: 873694af-18cc-4590-a9c7-d05a55319a1f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3139 | 2024.03.25 19:36:39.995440 [ 3 ] {} <Debug> HTTP-Session: 873694af-18cc-4590-a9c7-d05a55319a1f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3140 | 2024.03.25 19:36:39.995472 [ 3 ] {} <Trace> HTTP-Session: 873694af-18cc-4590-a9c7-d05a55319a1f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3141 | 2024.03.25 19:36:39.995580 [ 3 ] {276fa467-bab9-4778-826a-47f5a9acdd46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 3142 | 2024.03.25 19:36:39.995628 [ 3 ] {276fa467-bab9-4778-826a-47f5a9acdd46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3143 | 2024.03.25 19:36:39.995791 [ 3 ] {276fa467-bab9-4778-826a-47f5a9acdd46} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3144 | 2024.03.25 19:36:39.996130 [ 3 ] {276fa467-bab9-4778-826a-47f5a9acdd46} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3145 | 2024.03.25 19:36:39.996167 [ 3 ] {276fa467-bab9-4778-826a-47f5a9acdd46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 3146 | 2024.03.25 19:36:39.996555 [ 3 ] {276fa467-bab9-4778-826a-47f5a9acdd46} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3147 | 2024.03.25 19:36:39.996908 [ 3 ] {276fa467-bab9-4778-826a-47f5a9acdd46} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3148 | 2024.03.25 19:36:39.997052 [ 3 ] {276fa467-bab9-4778-826a-47f5a9acdd46} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001533 sec., 65231.57208088715 rows/sec., 4.52 MiB/sec. | ||
| 3149 | 2024.03.25 19:36:39.997165 [ 3 ] {276fa467-bab9-4778-826a-47f5a9acdd46} <Debug> DynamicQueryHandler: Done processing query | ||
| 3150 | 2024.03.25 19:36:39.997190 [ 3 ] {276fa467-bab9-4778-826a-47f5a9acdd46} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
| 3151 | 2024.03.25 19:36:39.997205 [ 3 ] {} <Debug> HTTP-Session: 873694af-18cc-4590-a9c7-d05a55319a1f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3152 | 2024.03.25 19:36:39.997333 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3153 | 2024.03.25 19:36:39.997382 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 3154 | 2024.03.25 19:36:39.997402 [ 3 ] {} <Debug> HTTP-Session: d70b8da8-fcc7-4add-8329-e4e665747ad0 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 3155 | 2024.03.25 19:36:39.997420 [ 3 ] {} <Debug> HTTP-Session: d70b8da8-fcc7-4add-8329-e4e665747ad0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3156 | 2024.03.25 19:36:39.997434 [ 3 ] {} <Debug> HTTP-Session: d70b8da8-fcc7-4add-8329-e4e665747ad0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3157 | 2024.03.25 19:36:39.997464 [ 3 ] {} <Trace> HTTP-Session: d70b8da8-fcc7-4add-8329-e4e665747ad0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3158 | 2024.03.25 19:36:39.997539 [ 3 ] {119de175-ed38-4c2d-a582-82543bc6350c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 3159 | 2024.03.25 19:36:39.997583 [ 3 ] {119de175-ed38-4c2d-a582-82543bc6350c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3160 | 2024.03.25 19:36:39.997730 [ 3 ] {119de175-ed38-4c2d-a582-82543bc6350c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3161 | 2024.03.25 19:36:39.998060 [ 3 ] {119de175-ed38-4c2d-a582-82543bc6350c} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3162 | 2024.03.25 19:36:39.998096 [ 3 ] {119de175-ed38-4c2d-a582-82543bc6350c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 3163 | 2024.03.25 19:36:39.998460 [ 3 ] {119de175-ed38-4c2d-a582-82543bc6350c} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3164 | 2024.03.25 19:36:39.998783 [ 3 ] {119de175-ed38-4c2d-a582-82543bc6350c} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3165 | 2024.03.25 19:36:39.998915 [ 3 ] {119de175-ed38-4c2d-a582-82543bc6350c} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001407 sec., 21321.961620469083 rows/sec., 1.46 MiB/sec. | ||
| 3166 | 2024.03.25 19:36:39.999034 [ 3 ] {119de175-ed38-4c2d-a582-82543bc6350c} <Debug> DynamicQueryHandler: Done processing query | ||
| 3167 | 2024.03.25 19:36:39.999058 [ 3 ] {119de175-ed38-4c2d-a582-82543bc6350c} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 3168 | 2024.03.25 19:36:39.999075 [ 3 ] {} <Debug> HTTP-Session: d70b8da8-fcc7-4add-8329-e4e665747ad0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3169 | 2024.03.25 19:36:44.993605 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 7368, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3170 | 2024.03.25 19:36:44.993743 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 3171 | 2024.03.25 19:36:44.993775 [ 3 ] {} <Debug> HTTP-Session: 2327100f-8d60-4dfe-8c9e-5645a4759e68 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 3172 | 2024.03.25 19:36:44.993803 [ 3 ] {} <Debug> HTTP-Session: 2327100f-8d60-4dfe-8c9e-5645a4759e68 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3173 | 2024.03.25 19:36:44.993821 [ 3 ] {} <Debug> HTTP-Session: 2327100f-8d60-4dfe-8c9e-5645a4759e68 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3174 | 2024.03.25 19:36:44.993876 [ 3 ] {} <Trace> HTTP-Session: 2327100f-8d60-4dfe-8c9e-5645a4759e68 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3175 | 2024.03.25 19:36:44.994021 [ 3 ] {cd86ceb2-f97e-4925-bf92-4bdb245b7032} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 3176 | 2024.03.25 19:36:44.994095 [ 3 ] {cd86ceb2-f97e-4925-bf92-4bdb245b7032} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 3177 | 2024.03.25 19:36:44.994312 [ 3 ] {cd86ceb2-f97e-4925-bf92-4bdb245b7032} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3178 | 2024.03.25 19:36:44.994789 [ 3 ] {cd86ceb2-f97e-4925-bf92-4bdb245b7032} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3179 | 2024.03.25 19:36:44.994838 [ 3 ] {cd86ceb2-f97e-4925-bf92-4bdb245b7032} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 3180 | 2024.03.25 19:36:44.995214 [ 3 ] {cd86ceb2-f97e-4925-bf92-4bdb245b7032} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3181 | 2024.03.25 19:36:44.995546 [ 3 ] {cd86ceb2-f97e-4925-bf92-4bdb245b7032} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3182 | 2024.03.25 19:36:44.995707 [ 3 ] {cd86ceb2-f97e-4925-bf92-4bdb245b7032} <Debug> executeQuery: Read 51 rows, 4.13 KiB in 0.001756 sec., 29043.280182232345 rows/sec., 2.30 MiB/sec. | ||
| 3183 | 2024.03.25 19:36:44.995877 [ 3 ] {cd86ceb2-f97e-4925-bf92-4bdb245b7032} <Debug> DynamicQueryHandler: Done processing query | ||
| 3184 | 2024.03.25 19:36:44.995906 [ 3 ] {cd86ceb2-f97e-4925-bf92-4bdb245b7032} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 3185 | 2024.03.25 19:36:44.995923 [ 3 ] {} <Debug> HTTP-Session: 2327100f-8d60-4dfe-8c9e-5645a4759e68 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3186 | 2024.03.25 19:36:44.996181 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 28163, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3187 | 2024.03.25 19:36:44.996232 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 3188 | 2024.03.25 19:36:44.996251 [ 3 ] {} <Debug> HTTP-Session: 63846fb6-78d4-42a9-a679-cc6dfa743649 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 3189 | 2024.03.25 19:36:44.996268 [ 3 ] {} <Debug> HTTP-Session: 63846fb6-78d4-42a9-a679-cc6dfa743649 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3190 | 2024.03.25 19:36:44.996283 [ 3 ] {} <Debug> HTTP-Session: 63846fb6-78d4-42a9-a679-cc6dfa743649 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3191 | 2024.03.25 19:36:44.996318 [ 3 ] {} <Trace> HTTP-Session: 63846fb6-78d4-42a9-a679-cc6dfa743649 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3192 | 2024.03.25 19:36:44.996438 [ 3 ] {62adfbd4-a9b2-4079-8c4e-637d3e985e6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 3193 | 2024.03.25 19:36:44.996484 [ 3 ] {62adfbd4-a9b2-4079-8c4e-637d3e985e6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3194 | 2024.03.25 19:36:44.996617 [ 3 ] {62adfbd4-a9b2-4079-8c4e-637d3e985e6a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3195 | 2024.03.25 19:36:44.997003 [ 3 ] {62adfbd4-a9b2-4079-8c4e-637d3e985e6a} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3196 | 2024.03.25 19:36:44.997041 [ 3 ] {62adfbd4-a9b2-4079-8c4e-637d3e985e6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 3197 | 2024.03.25 19:36:44.997359 [ 3 ] {62adfbd4-a9b2-4079-8c4e-637d3e985e6a} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3198 | 2024.03.25 19:36:44.997657 [ 3 ] {62adfbd4-a9b2-4079-8c4e-637d3e985e6a} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3199 | 2024.03.25 19:36:44.997826 [ 3 ] {62adfbd4-a9b2-4079-8c4e-637d3e985e6a} <Debug> executeQuery: Read 179 rows, 17.23 KiB in 0.001449 sec., 123533.47135955832 rows/sec., 11.61 MiB/sec. | ||
| 3200 | 2024.03.25 19:36:44.998068 [ 3 ] {62adfbd4-a9b2-4079-8c4e-637d3e985e6a} <Debug> DynamicQueryHandler: Done processing query | ||
| 3201 | 2024.03.25 19:36:44.998102 [ 3 ] {62adfbd4-a9b2-4079-8c4e-637d3e985e6a} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
| 3202 | 2024.03.25 19:36:44.998128 [ 3 ] {} <Debug> HTTP-Session: 63846fb6-78d4-42a9-a679-cc6dfa743649 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3203 | 2024.03.25 19:36:44.998260 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 13435, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3204 | 2024.03.25 19:36:44.998308 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 3205 | 2024.03.25 19:36:44.998326 [ 3 ] {} <Debug> HTTP-Session: dbf3e789-6e67-47fc-aabe-32816332bd24 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 3206 | 2024.03.25 19:36:44.998343 [ 3 ] {} <Debug> HTTP-Session: dbf3e789-6e67-47fc-aabe-32816332bd24 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3207 | 2024.03.25 19:36:44.998358 [ 3 ] {} <Debug> HTTP-Session: dbf3e789-6e67-47fc-aabe-32816332bd24 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3208 | 2024.03.25 19:36:44.998390 [ 3 ] {} <Trace> HTTP-Session: dbf3e789-6e67-47fc-aabe-32816332bd24 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3209 | 2024.03.25 19:36:44.998485 [ 3 ] {608bc4a2-0eac-441c-8df2-861bbc12da5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 3210 | 2024.03.25 19:36:44.998529 [ 3 ] {608bc4a2-0eac-441c-8df2-861bbc12da5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3211 | 2024.03.25 19:36:44.998671 [ 3 ] {608bc4a2-0eac-441c-8df2-861bbc12da5c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3212 | 2024.03.25 19:36:44.999021 [ 3 ] {608bc4a2-0eac-441c-8df2-861bbc12da5c} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3213 | 2024.03.25 19:36:44.999061 [ 3 ] {608bc4a2-0eac-441c-8df2-861bbc12da5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 3214 | 2024.03.25 19:36:44.999359 [ 3 ] {608bc4a2-0eac-441c-8df2-861bbc12da5c} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3215 | 2024.03.25 19:36:44.999651 [ 3 ] {608bc4a2-0eac-441c-8df2-861bbc12da5c} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3216 | 2024.03.25 19:36:44.999813 [ 3 ] {608bc4a2-0eac-441c-8df2-861bbc12da5c} <Debug> executeQuery: Read 79 rows, 6.32 KiB in 0.001363 sec., 57960.38151137197 rows/sec., 4.53 MiB/sec. | ||
| 3217 | 2024.03.25 19:36:44.999935 [ 3 ] {608bc4a2-0eac-441c-8df2-861bbc12da5c} <Debug> DynamicQueryHandler: Done processing query | ||
| 3218 | 2024.03.25 19:36:44.999959 [ 3 ] {608bc4a2-0eac-441c-8df2-861bbc12da5c} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 3219 | 2024.03.25 19:36:44.999975 [ 3 ] {} <Debug> HTTP-Session: dbf3e789-6e67-47fc-aabe-32816332bd24 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3220 | 2024.03.25 19:36:45.000113 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 19137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3221 | 2024.03.25 19:36:45.000160 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 3222 | 2024.03.25 19:36:45.000178 [ 3 ] {} <Debug> HTTP-Session: cfcffc7c-5c2b-4e07-9f3c-7a444cad9f43 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 3223 | 2024.03.25 19:36:45.000196 [ 3 ] {} <Debug> HTTP-Session: cfcffc7c-5c2b-4e07-9f3c-7a444cad9f43 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3224 | 2024.03.25 19:36:45.000209 [ 3 ] {} <Debug> HTTP-Session: cfcffc7c-5c2b-4e07-9f3c-7a444cad9f43 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3225 | 2024.03.25 19:36:45.000240 [ 3 ] {} <Trace> HTTP-Session: cfcffc7c-5c2b-4e07-9f3c-7a444cad9f43 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3226 | 2024.03.25 19:36:45.000343 [ 3 ] {385ac727-11fb-47ce-9a73-85be565536fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 3227 | 2024.03.25 19:36:45.000388 [ 3 ] {385ac727-11fb-47ce-9a73-85be565536fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3228 | 2024.03.25 19:36:45.000530 [ 3 ] {385ac727-11fb-47ce-9a73-85be565536fe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3229 | 2024.03.25 19:36:45.000853 [ 3 ] {385ac727-11fb-47ce-9a73-85be565536fe} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3230 | 2024.03.25 19:36:45.000889 [ 3 ] {385ac727-11fb-47ce-9a73-85be565536fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 3231 | 2024.03.25 19:36:45.001136 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 180.80 MiB, peak 187.71 MiB, free memory in arenas 0.00 B, will set to 179.55 MiB (RSS), difference: -1.25 MiB | ||
| 3232 | 2024.03.25 19:36:45.001564 [ 3 ] {385ac727-11fb-47ce-9a73-85be565536fe} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3233 | 2024.03.25 19:36:45.001966 [ 3 ] {385ac727-11fb-47ce-9a73-85be565536fe} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3234 | 2024.03.25 19:36:45.002138 [ 3 ] {385ac727-11fb-47ce-9a73-85be565536fe} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001844 sec., 54229.934924078094 rows/sec., 3.76 MiB/sec. | ||
| 3235 | 2024.03.25 19:36:45.002259 [ 3 ] {385ac727-11fb-47ce-9a73-85be565536fe} <Debug> DynamicQueryHandler: Done processing query | ||
| 3236 | 2024.03.25 19:36:45.002283 [ 3 ] {385ac727-11fb-47ce-9a73-85be565536fe} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
| 3237 | 2024.03.25 19:36:45.002299 [ 3 ] {} <Debug> HTTP-Session: cfcffc7c-5c2b-4e07-9f3c-7a444cad9f43 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3238 | 2024.03.25 19:36:45.002451 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 54561, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3239 | 2024.03.25 19:36:45.002497 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 3240 | 2024.03.25 19:36:45.002515 [ 3 ] {} <Debug> HTTP-Session: 37fe736b-a86f-48d4-b95f-3f4e9f591354 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 3241 | 2024.03.25 19:36:45.002532 [ 3 ] {} <Debug> HTTP-Session: 37fe736b-a86f-48d4-b95f-3f4e9f591354 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3242 | 2024.03.25 19:36:45.002546 [ 3 ] {} <Debug> HTTP-Session: 37fe736b-a86f-48d4-b95f-3f4e9f591354 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3243 | 2024.03.25 19:36:45.002576 [ 3 ] {} <Trace> HTTP-Session: 37fe736b-a86f-48d4-b95f-3f4e9f591354 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3244 | 2024.03.25 19:36:45.002921 [ 3 ] {b3c21ace-8f62-489e-a05c-23e3892cc697} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 3245 | 2024.03.25 19:36:45.002968 [ 3 ] {b3c21ace-8f62-489e-a05c-23e3892cc697} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 3246 | 2024.03.25 19:36:45.003127 [ 3 ] {b3c21ace-8f62-489e-a05c-23e3892cc697} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3247 | 2024.03.25 19:36:45.003754 [ 3 ] {b3c21ace-8f62-489e-a05c-23e3892cc697} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3248 | 2024.03.25 19:36:45.003791 [ 3 ] {b3c21ace-8f62-489e-a05c-23e3892cc697} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 3249 | 2024.03.25 19:36:45.004227 [ 3 ] {b3c21ace-8f62-489e-a05c-23e3892cc697} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3250 | 2024.03.25 19:36:45.004561 [ 3 ] {b3c21ace-8f62-489e-a05c-23e3892cc697} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3251 | 2024.03.25 19:36:45.004733 [ 3 ] {b3c21ace-8f62-489e-a05c-23e3892cc697} <Debug> executeQuery: Read 51 rows, 70.47 KiB in 0.002089 sec., 24413.595021541405 rows/sec., 32.94 MiB/sec. | ||
| 3252 | 2024.03.25 19:36:45.004864 [ 3 ] {b3c21ace-8f62-489e-a05c-23e3892cc697} <Debug> DynamicQueryHandler: Done processing query | ||
| 3253 | 2024.03.25 19:36:45.004888 [ 3 ] {b3c21ace-8f62-489e-a05c-23e3892cc697} <Debug> MemoryTracker: Peak memory usage (for query): 4.52 MiB. | ||
| 3254 | 2024.03.25 19:36:45.004904 [ 3 ] {} <Debug> HTTP-Session: 37fe736b-a86f-48d4-b95f-3f4e9f591354 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3255 | 2024.03.25 19:36:45.005034 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3256 | 2024.03.25 19:36:45.005082 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 3257 | 2024.03.25 19:36:45.005099 [ 3 ] {} <Debug> HTTP-Session: 85f0f88e-8373-4e9c-afa6-86bddd6571aa Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 3258 | 2024.03.25 19:36:45.005116 [ 3 ] {} <Debug> HTTP-Session: 85f0f88e-8373-4e9c-afa6-86bddd6571aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3259 | 2024.03.25 19:36:45.005130 [ 3 ] {} <Debug> HTTP-Session: 85f0f88e-8373-4e9c-afa6-86bddd6571aa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3260 | 2024.03.25 19:36:45.005161 [ 3 ] {} <Trace> HTTP-Session: 85f0f88e-8373-4e9c-afa6-86bddd6571aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3261 | 2024.03.25 19:36:45.005234 [ 3 ] {f4f7ea31-ace6-429e-9f59-36509d3ff35e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 3262 | 2024.03.25 19:36:45.005276 [ 3 ] {f4f7ea31-ace6-429e-9f59-36509d3ff35e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3263 | 2024.03.25 19:36:45.005400 [ 3 ] {f4f7ea31-ace6-429e-9f59-36509d3ff35e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3264 | 2024.03.25 19:36:45.005665 [ 3 ] {f4f7ea31-ace6-429e-9f59-36509d3ff35e} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3265 | 2024.03.25 19:36:45.005702 [ 3 ] {f4f7ea31-ace6-429e-9f59-36509d3ff35e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 3266 | 2024.03.25 19:36:45.006046 [ 3 ] {f4f7ea31-ace6-429e-9f59-36509d3ff35e} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3267 | 2024.03.25 19:36:45.006365 [ 3 ] {f4f7ea31-ace6-429e-9f59-36509d3ff35e} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3268 | 2024.03.25 19:36:45.006516 [ 3 ] {f4f7ea31-ace6-429e-9f59-36509d3ff35e} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001308 sec., 22935.779816513765 rows/sec., 1.57 MiB/sec. | ||
| 3269 | 2024.03.25 19:36:45.006642 [ 3 ] {f4f7ea31-ace6-429e-9f59-36509d3ff35e} <Debug> DynamicQueryHandler: Done processing query | ||
| 3270 | 2024.03.25 19:36:45.006673 [ 3 ] {f4f7ea31-ace6-429e-9f59-36509d3ff35e} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 3271 | 2024.03.25 19:36:45.006690 [ 3 ] {} <Debug> HTTP-Session: 85f0f88e-8373-4e9c-afa6-86bddd6571aa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3272 | 2024.03.25 19:36:49.990717 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 3629, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3273 | 2024.03.25 19:36:49.990855 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 3274 | 2024.03.25 19:36:49.990886 [ 3 ] {} <Debug> HTTP-Session: 2a77cb3a-ed56-4485-9229-90c970d24031 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 3275 | 2024.03.25 19:36:49.990915 [ 3 ] {} <Debug> HTTP-Session: 2a77cb3a-ed56-4485-9229-90c970d24031 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3276 | 2024.03.25 19:36:49.990933 [ 3 ] {} <Debug> HTTP-Session: 2a77cb3a-ed56-4485-9229-90c970d24031 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3277 | 2024.03.25 19:36:49.990989 [ 3 ] {} <Trace> HTTP-Session: 2a77cb3a-ed56-4485-9229-90c970d24031 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3278 | 2024.03.25 19:36:49.991129 [ 3 ] {5336b199-0c7e-4d0f-bcfb-ad9da921808e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 3279 | 2024.03.25 19:36:49.991203 [ 3 ] {5336b199-0c7e-4d0f-bcfb-ad9da921808e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3280 | 2024.03.25 19:36:49.991423 [ 3 ] {5336b199-0c7e-4d0f-bcfb-ad9da921808e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3281 | 2024.03.25 19:36:49.991871 [ 3 ] {5336b199-0c7e-4d0f-bcfb-ad9da921808e} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3282 | 2024.03.25 19:36:49.991923 [ 3 ] {5336b199-0c7e-4d0f-bcfb-ad9da921808e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 3283 | 2024.03.25 19:36:49.992327 [ 3 ] {5336b199-0c7e-4d0f-bcfb-ad9da921808e} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3284 | 2024.03.25 19:36:49.992676 [ 3 ] {5336b199-0c7e-4d0f-bcfb-ad9da921808e} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3285 | 2024.03.25 19:36:49.992855 [ 3 ] {5336b199-0c7e-4d0f-bcfb-ad9da921808e} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.001784 sec., 14573.991031390135 rows/sec., 1.10 MiB/sec. | ||
| 3286 | 2024.03.25 19:36:49.993000 [ 3 ] {5336b199-0c7e-4d0f-bcfb-ad9da921808e} <Debug> DynamicQueryHandler: Done processing query | ||
| 3287 | 2024.03.25 19:36:49.993027 [ 3 ] {5336b199-0c7e-4d0f-bcfb-ad9da921808e} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 3288 | 2024.03.25 19:36:49.993044 [ 3 ] {} <Debug> HTTP-Session: 2a77cb3a-ed56-4485-9229-90c970d24031 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3289 | 2024.03.25 19:36:49.993187 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4792, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3290 | 2024.03.25 19:36:49.993239 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 3291 | 2024.03.25 19:36:49.993258 [ 3 ] {} <Debug> HTTP-Session: c4c0d024-672f-4610-8634-58bd7462024a Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 3292 | 2024.03.25 19:36:49.993276 [ 3 ] {} <Debug> HTTP-Session: c4c0d024-672f-4610-8634-58bd7462024a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3293 | 2024.03.25 19:36:49.993290 [ 3 ] {} <Debug> HTTP-Session: c4c0d024-672f-4610-8634-58bd7462024a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3294 | 2024.03.25 19:36:49.993324 [ 3 ] {} <Trace> HTTP-Session: c4c0d024-672f-4610-8634-58bd7462024a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3295 | 2024.03.25 19:36:49.993409 [ 3 ] {68c7befe-0faf-4225-83ed-a26b8ec2363e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 3296 | 2024.03.25 19:36:49.993455 [ 3 ] {68c7befe-0faf-4225-83ed-a26b8ec2363e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3297 | 2024.03.25 19:36:49.993588 [ 3 ] {68c7befe-0faf-4225-83ed-a26b8ec2363e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3298 | 2024.03.25 19:36:49.993906 [ 3 ] {68c7befe-0faf-4225-83ed-a26b8ec2363e} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3299 | 2024.03.25 19:36:49.993946 [ 3 ] {68c7befe-0faf-4225-83ed-a26b8ec2363e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 3300 | 2024.03.25 19:36:49.994265 [ 3 ] {68c7befe-0faf-4225-83ed-a26b8ec2363e} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3301 | 2024.03.25 19:36:49.994597 [ 3 ] {68c7befe-0faf-4225-83ed-a26b8ec2363e} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3302 | 2024.03.25 19:36:49.994765 [ 3 ] {68c7befe-0faf-4225-83ed-a26b8ec2363e} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001381 sec., 20275.162925416364 rows/sec., 1.58 MiB/sec. | ||
| 3303 | 2024.03.25 19:36:49.994995 [ 3 ] {68c7befe-0faf-4225-83ed-a26b8ec2363e} <Debug> DynamicQueryHandler: Done processing query | ||
| 3304 | 2024.03.25 19:36:49.995057 [ 3 ] {68c7befe-0faf-4225-83ed-a26b8ec2363e} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 3305 | 2024.03.25 19:36:49.995121 [ 3 ] {} <Debug> HTTP-Session: c4c0d024-672f-4610-8634-58bd7462024a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3306 | 2024.03.25 19:36:49.995361 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 19137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3307 | 2024.03.25 19:36:49.995416 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 3308 | 2024.03.25 19:36:49.995436 [ 3 ] {} <Debug> HTTP-Session: 4005be8a-5cae-4807-8d03-62e99bfbc953 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 3309 | 2024.03.25 19:36:49.995454 [ 3 ] {} <Debug> HTTP-Session: 4005be8a-5cae-4807-8d03-62e99bfbc953 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3310 | 2024.03.25 19:36:49.995468 [ 3 ] {} <Debug> HTTP-Session: 4005be8a-5cae-4807-8d03-62e99bfbc953 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3311 | 2024.03.25 19:36:49.995502 [ 3 ] {} <Trace> HTTP-Session: 4005be8a-5cae-4807-8d03-62e99bfbc953 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3312 | 2024.03.25 19:36:49.995614 [ 3 ] {62534bb2-43b2-43ec-ad2a-688ccc8ec53e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 3313 | 2024.03.25 19:36:49.995661 [ 3 ] {62534bb2-43b2-43ec-ad2a-688ccc8ec53e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3314 | 2024.03.25 19:36:49.995835 [ 3 ] {62534bb2-43b2-43ec-ad2a-688ccc8ec53e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3315 | 2024.03.25 19:36:49.996176 [ 3 ] {62534bb2-43b2-43ec-ad2a-688ccc8ec53e} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3316 | 2024.03.25 19:36:49.996214 [ 3 ] {62534bb2-43b2-43ec-ad2a-688ccc8ec53e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 3317 | 2024.03.25 19:36:49.996618 [ 3 ] {62534bb2-43b2-43ec-ad2a-688ccc8ec53e} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3318 | 2024.03.25 19:36:49.996982 [ 3 ] {62534bb2-43b2-43ec-ad2a-688ccc8ec53e} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3319 | 2024.03.25 19:36:49.997142 [ 3 ] {62534bb2-43b2-43ec-ad2a-688ccc8ec53e} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001583 sec., 63171.19393556538 rows/sec., 4.38 MiB/sec. | ||
| 3320 | 2024.03.25 19:36:49.997262 [ 3 ] {62534bb2-43b2-43ec-ad2a-688ccc8ec53e} <Debug> DynamicQueryHandler: Done processing query | ||
| 3321 | 2024.03.25 19:36:49.997287 [ 3 ] {62534bb2-43b2-43ec-ad2a-688ccc8ec53e} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
| 3322 | 2024.03.25 19:36:49.997302 [ 3 ] {} <Debug> HTTP-Session: 4005be8a-5cae-4807-8d03-62e99bfbc953 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3323 | 2024.03.25 19:36:49.997427 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3324 | 2024.03.25 19:36:49.997475 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 3325 | 2024.03.25 19:36:49.997495 [ 3 ] {} <Debug> HTTP-Session: f71080e8-2ad2-4495-81ff-68164b1dcb51 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 3326 | 2024.03.25 19:36:49.997512 [ 3 ] {} <Debug> HTTP-Session: f71080e8-2ad2-4495-81ff-68164b1dcb51 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3327 | 2024.03.25 19:36:49.997526 [ 3 ] {} <Debug> HTTP-Session: f71080e8-2ad2-4495-81ff-68164b1dcb51 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3328 | 2024.03.25 19:36:49.997556 [ 3 ] {} <Trace> HTTP-Session: f71080e8-2ad2-4495-81ff-68164b1dcb51 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3329 | 2024.03.25 19:36:49.997643 [ 3 ] {837a89d4-7168-42e0-82cb-a381a5e4c8d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 3330 | 2024.03.25 19:36:49.997686 [ 3 ] {837a89d4-7168-42e0-82cb-a381a5e4c8d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3331 | 2024.03.25 19:36:49.997818 [ 3 ] {837a89d4-7168-42e0-82cb-a381a5e4c8d2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3332 | 2024.03.25 19:36:49.998179 [ 3 ] {837a89d4-7168-42e0-82cb-a381a5e4c8d2} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3333 | 2024.03.25 19:36:49.998216 [ 3 ] {837a89d4-7168-42e0-82cb-a381a5e4c8d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 3334 | 2024.03.25 19:36:49.998591 [ 3 ] {837a89d4-7168-42e0-82cb-a381a5e4c8d2} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3335 | 2024.03.25 19:36:49.998929 [ 3 ] {837a89d4-7168-42e0-82cb-a381a5e4c8d2} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3336 | 2024.03.25 19:36:49.999093 [ 3 ] {837a89d4-7168-42e0-82cb-a381a5e4c8d2} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.00149 sec., 20134.228187919463 rows/sec., 1.38 MiB/sec. | ||
| 3337 | 2024.03.25 19:36:49.999214 [ 3 ] {837a89d4-7168-42e0-82cb-a381a5e4c8d2} <Debug> DynamicQueryHandler: Done processing query | ||
| 3338 | 2024.03.25 19:36:49.999239 [ 3 ] {837a89d4-7168-42e0-82cb-a381a5e4c8d2} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 3339 | 2024.03.25 19:36:49.999254 [ 3 ] {} <Debug> HTTP-Session: f71080e8-2ad2-4495-81ff-68164b1dcb51 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3340 | 2024.03.25 19:36:51.610271 [ 23 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3341 | 2024.03.25 19:36:51.610348 [ 23 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3342 | 2024.03.25 19:36:54.994505 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 7368, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3343 | 2024.03.25 19:36:54.994697 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 3344 | 2024.03.25 19:36:54.994743 [ 3 ] {} <Debug> HTTP-Session: 29fed05b-60c2-45d4-944c-273f5988a5df Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 3345 | 2024.03.25 19:36:54.994788 [ 3 ] {} <Debug> HTTP-Session: 29fed05b-60c2-45d4-944c-273f5988a5df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3346 | 2024.03.25 19:36:54.994817 [ 3 ] {} <Debug> HTTP-Session: 29fed05b-60c2-45d4-944c-273f5988a5df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3347 | 2024.03.25 19:36:54.994896 [ 3 ] {} <Trace> HTTP-Session: 29fed05b-60c2-45d4-944c-273f5988a5df Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3348 | 2024.03.25 19:36:54.995103 [ 3 ] {de7fbedf-e367-425f-a738-4242ff92ccef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 3349 | 2024.03.25 19:36:54.995208 [ 3 ] {de7fbedf-e367-425f-a738-4242ff92ccef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 3350 | 2024.03.25 19:36:54.995530 [ 3 ] {de7fbedf-e367-425f-a738-4242ff92ccef} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3351 | 2024.03.25 19:36:54.996163 [ 3 ] {de7fbedf-e367-425f-a738-4242ff92ccef} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3352 | 2024.03.25 19:36:54.996210 [ 3 ] {de7fbedf-e367-425f-a738-4242ff92ccef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 3353 | 2024.03.25 19:36:54.996611 [ 3 ] {de7fbedf-e367-425f-a738-4242ff92ccef} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3354 | 2024.03.25 19:36:54.996966 [ 3 ] {de7fbedf-e367-425f-a738-4242ff92ccef} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3355 | 2024.03.25 19:36:54.997111 [ 3 ] {de7fbedf-e367-425f-a738-4242ff92ccef} <Debug> executeQuery: Read 51 rows, 4.13 KiB in 0.002113 sec., 24136.299100804546 rows/sec., 1.91 MiB/sec. | ||
| 3356 | 2024.03.25 19:36:54.997347 [ 3 ] {de7fbedf-e367-425f-a738-4242ff92ccef} <Debug> DynamicQueryHandler: Done processing query | ||
| 3357 | 2024.03.25 19:36:54.997389 [ 3 ] {de7fbedf-e367-425f-a738-4242ff92ccef} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 3358 | 2024.03.25 19:36:54.997408 [ 3 ] {} <Debug> HTTP-Session: 29fed05b-60c2-45d4-944c-273f5988a5df Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3359 | 2024.03.25 19:36:54.997614 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 28163, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3360 | 2024.03.25 19:36:54.997673 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 3361 | 2024.03.25 19:36:54.997692 [ 3 ] {} <Debug> HTTP-Session: fc1b2f59-3e93-43d3-b2ca-be3f18e233c0 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 3362 | 2024.03.25 19:36:54.997711 [ 3 ] {} <Debug> HTTP-Session: fc1b2f59-3e93-43d3-b2ca-be3f18e233c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3363 | 2024.03.25 19:36:54.997725 [ 3 ] {} <Debug> HTTP-Session: fc1b2f59-3e93-43d3-b2ca-be3f18e233c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3364 | 2024.03.25 19:36:54.997760 [ 3 ] {} <Trace> HTTP-Session: fc1b2f59-3e93-43d3-b2ca-be3f18e233c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3365 | 2024.03.25 19:36:54.997885 [ 3 ] {5d6b714b-6dce-42a3-b7e0-24bf30d093ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 3366 | 2024.03.25 19:36:54.997932 [ 3 ] {5d6b714b-6dce-42a3-b7e0-24bf30d093ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3367 | 2024.03.25 19:36:54.998082 [ 3 ] {5d6b714b-6dce-42a3-b7e0-24bf30d093ab} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3368 | 2024.03.25 19:36:54.998536 [ 3 ] {5d6b714b-6dce-42a3-b7e0-24bf30d093ab} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3369 | 2024.03.25 19:36:54.998576 [ 3 ] {5d6b714b-6dce-42a3-b7e0-24bf30d093ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 3370 | 2024.03.25 19:36:54.998903 [ 3 ] {5d6b714b-6dce-42a3-b7e0-24bf30d093ab} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3371 | 2024.03.25 19:36:54.999234 [ 3 ] {5d6b714b-6dce-42a3-b7e0-24bf30d093ab} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3372 | 2024.03.25 19:36:54.999399 [ 3 ] {5d6b714b-6dce-42a3-b7e0-24bf30d093ab} <Debug> executeQuery: Read 179 rows, 17.23 KiB in 0.001577 sec., 113506.65821179454 rows/sec., 10.67 MiB/sec. | ||
| 3373 | 2024.03.25 19:36:54.999398 [ 74 ] {} <Debug> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3374 | 2024.03.25 19:36:54.999511 [ 74 ] {} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3375 | 2024.03.25 19:36:54.999551 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 3376 | 2024.03.25 19:36:54.999573 [ 3 ] {5d6b714b-6dce-42a3-b7e0-24bf30d093ab} <Debug> DynamicQueryHandler: Done processing query | ||
| 3377 | 2024.03.25 19:36:54.999619 [ 3 ] {5d6b714b-6dce-42a3-b7e0-24bf30d093ab} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
| 3378 | 2024.03.25 19:36:54.999685 [ 3 ] {} <Debug> HTTP-Session: fc1b2f59-3e93-43d3-b2ca-be3f18e233c0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3379 | 2024.03.25 19:36:54.999779 [ 198 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::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 | ||
| 3380 | 2024.03.25 19:36:54.999910 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 13435, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3381 | 2024.03.25 19:36:55.000025 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 3382 | 2024.03.25 19:36:55.000039 [ 198 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3383 | 2024.03.25 19:36:55.000058 [ 3 ] {} <Debug> HTTP-Session: 2ef4bbd3-3c15-48b8-a021-7393e41048f6 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 3384 | 2024.03.25 19:36:55.000102 [ 3 ] {} <Debug> HTTP-Session: 2ef4bbd3-3c15-48b8-a021-7393e41048f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3385 | 2024.03.25 19:36:55.000108 [ 198 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 218 rows starting from the beginning of the part | ||
| 3386 | 2024.03.25 19:36:55.000121 [ 3 ] {} <Debug> HTTP-Session: 2ef4bbd3-3c15-48b8-a021-7393e41048f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3387 | 2024.03.25 19:36:55.000191 [ 3 ] {} <Trace> HTTP-Session: 2ef4bbd3-3c15-48b8-a021-7393e41048f6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3388 | 2024.03.25 19:36:55.000369 [ 198 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 179 rows starting from the beginning of the part | ||
| 3389 | 2024.03.25 19:36:55.000595 [ 3 ] {ae7c49b6-0455-48c8-b692-342dd74bf0da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 3390 | 2024.03.25 19:36:55.000700 [ 198 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 26 rows starting from the beginning of the part | ||
| 3391 | 2024.03.25 19:36:55.000799 [ 3 ] {ae7c49b6-0455-48c8-b692-342dd74bf0da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3392 | 2024.03.25 19:36:55.000953 [ 198 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 179 rows starting from the beginning of the part | ||
| 3393 | 2024.03.25 19:36:55.001200 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 180.71 MiB, peak 187.71 MiB, free memory in arenas 0.00 B, will set to 179.57 MiB (RSS), difference: -1.13 MiB | ||
| 3394 | 2024.03.25 19:36:55.001267 [ 198 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 26 rows starting from the beginning of the part | ||
| 3395 | 2024.03.25 19:36:55.001900 [ 198 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 179 rows starting from the beginning of the part | ||
| 3396 | 2024.03.25 19:36:55.002423 [ 3 ] {ae7c49b6-0455-48c8-b692-342dd74bf0da} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3397 | 2024.03.25 19:36:55.003256 [ 3 ] {ae7c49b6-0455-48c8-b692-342dd74bf0da} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3398 | 2024.03.25 19:36:55.003322 [ 3 ] {ae7c49b6-0455-48c8-b692-342dd74bf0da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 3399 | 2024.03.25 19:36:55.004336 [ 3 ] {ae7c49b6-0455-48c8-b692-342dd74bf0da} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3400 | 2024.03.25 19:36:55.005092 [ 188 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 807 rows, containing 4 columns (4 merged, 0 gathered) in 0.005454924 sec., 147939.73298253102 rows/sec., 13.61 MiB/sec. | ||
| 3401 | 2024.03.25 19:36:55.005258 [ 3 ] {ae7c49b6-0455-48c8-b692-342dd74bf0da} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3402 | 2024.03.25 19:36:55.005346 [ 198 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3403 | 2024.03.25 19:36:55.005490 [ 74 ] {} <Debug> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3404 | 2024.03.25 19:36:55.005569 [ 3 ] {ae7c49b6-0455-48c8-b692-342dd74bf0da} <Debug> executeQuery: Read 79 rows, 6.32 KiB in 0.005183 sec., 15242.13775805518 rows/sec., 1.19 MiB/sec. | ||
| 3405 | 2024.03.25 19:36:55.005584 [ 74 ] {} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3406 | 2024.03.25 19:36:55.005691 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 3407 | 2024.03.25 19:36:55.006184 [ 190 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::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 | ||
| 3408 | 2024.03.25 19:36:55.006209 [ 3 ] {ae7c49b6-0455-48c8-b692-342dd74bf0da} <Debug> DynamicQueryHandler: Done processing query | ||
| 3409 | 2024.03.25 19:36:55.006287 [ 3 ] {ae7c49b6-0455-48c8-b692-342dd74bf0da} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 3410 | 2024.03.25 19:36:55.006405 [ 3 ] {} <Debug> HTTP-Session: 2ef4bbd3-3c15-48b8-a021-7393e41048f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3411 | 2024.03.25 19:36:55.006549 [ 190 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3412 | 2024.03.25 19:36:55.006592 [ 190 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::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 | ||
| 3413 | 2024.03.25 19:36:55.006653 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 19137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3414 | 2024.03.25 19:36:55.006779 [ 198 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_21_4} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3415 | 2024.03.25 19:36:55.006914 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 3416 | 2024.03.25 19:36:55.006983 [ 190 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::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 | ||
| 3417 | 2024.03.25 19:36:55.007100 [ 3 ] {} <Debug> HTTP-Session: 00b75ba5-623c-4932-9cbc-fac6c199aa27 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 3418 | 2024.03.25 19:36:55.007179 [ 198 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_21_4} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3419 | 2024.03.25 19:36:55.007268 [ 3 ] {} <Debug> HTTP-Session: 00b75ba5-623c-4932-9cbc-fac6c199aa27 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3420 | 2024.03.25 19:36:55.007296 [ 190 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 28 rows starting from the beginning of the part | ||
| 3421 | 2024.03.25 19:36:55.007435 [ 3 ] {} <Debug> HTTP-Session: 00b75ba5-623c-4932-9cbc-fac6c199aa27 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3422 | 2024.03.25 19:36:55.007546 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. | ||
| 3423 | 2024.03.25 19:36:55.007688 [ 3 ] {} <Trace> HTTP-Session: 00b75ba5-623c-4932-9cbc-fac6c199aa27 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3424 | 2024.03.25 19:36:55.007755 [ 190 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 79 rows starting from the beginning of the part | ||
| 3425 | 2024.03.25 19:36:55.008014 [ 190 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 28 rows starting from the beginning of the part | ||
| 3426 | 2024.03.25 19:36:55.008244 [ 3 ] {406da0e2-3538-494b-9139-6bf2de918330} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 3427 | 2024.03.25 19:36:55.008307 [ 190 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 79 rows starting from the beginning of the part | ||
| 3428 | 2024.03.25 19:36:55.008428 [ 3 ] {406da0e2-3538-494b-9139-6bf2de918330} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3429 | 2024.03.25 19:36:55.009105 [ 3 ] {406da0e2-3538-494b-9139-6bf2de918330} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3430 | 2024.03.25 19:36:55.009996 [ 3 ] {406da0e2-3538-494b-9139-6bf2de918330} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3431 | 2024.03.25 19:36:55.010070 [ 3 ] {406da0e2-3538-494b-9139-6bf2de918330} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 3432 | 2024.03.25 19:36:55.010877 [ 188 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 417 rows, containing 4 columns (4 merged, 0 gathered) in 0.005024384 sec., 82995.2487707946 rows/sec., 6.48 MiB/sec. | ||
| 3433 | 2024.03.25 19:36:55.011030 [ 188 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3434 | 2024.03.25 19:36:55.011053 [ 3 ] {406da0e2-3538-494b-9139-6bf2de918330} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3435 | 2024.03.25 19:36:55.011652 [ 188 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_21_4} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3436 | 2024.03.25 19:36:55.011712 [ 3 ] {406da0e2-3538-494b-9139-6bf2de918330} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3437 | 2024.03.25 19:36:55.011763 [ 188 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_21_4} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3438 | 2024.03.25 19:36:55.011918 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 3439 | 2024.03.25 19:36:55.011968 [ 74 ] {} <Debug> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3440 | 2024.03.25 19:36:55.012012 [ 3 ] {406da0e2-3538-494b-9139-6bf2de918330} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.004115 sec., 24301.336573511544 rows/sec., 1.68 MiB/sec. | ||
| 3441 | 2024.03.25 19:36:55.012053 [ 74 ] {} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3442 | 2024.03.25 19:36:55.012127 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 3443 | 2024.03.25 19:36:55.012320 [ 3 ] {406da0e2-3538-494b-9139-6bf2de918330} <Debug> DynamicQueryHandler: Done processing query | ||
| 3444 | 2024.03.25 19:36:55.012320 [ 198 ] {f120f923-a49b-460a-9be5-7ff67cf25969::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 | ||
| 3445 | 2024.03.25 19:36:55.012357 [ 3 ] {406da0e2-3538-494b-9139-6bf2de918330} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
| 3446 | 2024.03.25 19:36:55.012404 [ 3 ] {} <Debug> HTTP-Session: 00b75ba5-623c-4932-9cbc-fac6c199aa27 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3447 | 2024.03.25 19:36:55.012530 [ 198 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3448 | 2024.03.25 19:36:55.012566 [ 198 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1903 rows starting from the beginning of the part | ||
| 3449 | 2024.03.25 19:36:55.012743 [ 198 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 100 rows starting from the beginning of the part | ||
| 3450 | 2024.03.25 19:36:55.012748 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 54561, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3451 | 2024.03.25 19:36:55.013000 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 3452 | 2024.03.25 19:36:55.013023 [ 198 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 100 rows starting from the beginning of the part | ||
| 3453 | 2024.03.25 19:36:55.013081 [ 3 ] {} <Debug> HTTP-Session: d133cf03-81ce-4304-bacb-5c5becdddf71 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 3454 | 2024.03.25 19:36:55.013149 [ 3 ] {} <Debug> HTTP-Session: d133cf03-81ce-4304-bacb-5c5becdddf71 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3455 | 2024.03.25 19:36:55.013239 [ 3 ] {} <Debug> HTTP-Session: d133cf03-81ce-4304-bacb-5c5becdddf71 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3456 | 2024.03.25 19:36:55.013282 [ 198 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 100 rows starting from the beginning of the part | ||
| 3457 | 2024.03.25 19:36:55.013371 [ 3 ] {} <Trace> HTTP-Session: d133cf03-81ce-4304-bacb-5c5becdddf71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3458 | 2024.03.25 19:36:55.013545 [ 198 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 100 rows starting from the beginning of the part | ||
| 3459 | 2024.03.25 19:36:55.013709 [ 198 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 100 rows starting from the beginning of the part | ||
| 3460 | 2024.03.25 19:36:55.014069 [ 3 ] {007002fc-947e-4bbd-8211-57e0e1d43daa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 3461 | 2024.03.25 19:36:55.014200 [ 3 ] {007002fc-947e-4bbd-8211-57e0e1d43daa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 3462 | 2024.03.25 19:36:55.014792 [ 3 ] {007002fc-947e-4bbd-8211-57e0e1d43daa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3463 | 2024.03.25 19:36:55.016578 [ 3 ] {007002fc-947e-4bbd-8211-57e0e1d43daa} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3464 | 2024.03.25 19:36:55.016636 [ 3 ] {007002fc-947e-4bbd-8211-57e0e1d43daa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 3465 | 2024.03.25 19:36:55.016679 [ 190 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2403 rows, containing 5 columns (5 merged, 0 gathered) in 0.00443794 sec., 541467.4375949202 rows/sec., 37.64 MiB/sec. | ||
| 3466 | 2024.03.25 19:36:55.016991 [ 190 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3467 | 2024.03.25 19:36:55.017562 [ 3 ] {007002fc-947e-4bbd-8211-57e0e1d43daa} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3468 | 2024.03.25 19:36:55.017801 [ 191 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3469 | 2024.03.25 19:36:55.018136 [ 191 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3470 | 2024.03.25 19:36:55.018193 [ 3 ] {007002fc-947e-4bbd-8211-57e0e1d43daa} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3471 | 2024.03.25 19:36:55.018354 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.59 MiB. | ||
| 3472 | 2024.03.25 19:36:55.018512 [ 3 ] {007002fc-947e-4bbd-8211-57e0e1d43daa} <Debug> executeQuery: Read 51 rows, 70.47 KiB in 0.004915 sec., 10376.398779247202 rows/sec., 14.00 MiB/sec. | ||
| 3473 | 2024.03.25 19:36:55.018848 [ 3 ] {007002fc-947e-4bbd-8211-57e0e1d43daa} <Debug> DynamicQueryHandler: Done processing query | ||
| 3474 | 2024.03.25 19:36:55.018875 [ 3 ] {007002fc-947e-4bbd-8211-57e0e1d43daa} <Debug> MemoryTracker: Peak memory usage (for query): 4.52 MiB. | ||
| 3475 | 2024.03.25 19:36:55.018892 [ 3 ] {} <Debug> HTTP-Session: d133cf03-81ce-4304-bacb-5c5becdddf71 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3476 | 2024.03.25 19:36:55.019029 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3477 | 2024.03.25 19:36:55.019078 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 3478 | 2024.03.25 19:36:55.019166 [ 3 ] {} <Debug> HTTP-Session: 554e67e2-5db0-4443-955a-caf7ddb5198b Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 3479 | 2024.03.25 19:36:55.019186 [ 3 ] {} <Debug> HTTP-Session: 554e67e2-5db0-4443-955a-caf7ddb5198b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3480 | 2024.03.25 19:36:55.019200 [ 3 ] {} <Debug> HTTP-Session: 554e67e2-5db0-4443-955a-caf7ddb5198b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3481 | 2024.03.25 19:36:55.019230 [ 3 ] {} <Trace> HTTP-Session: 554e67e2-5db0-4443-955a-caf7ddb5198b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3482 | 2024.03.25 19:36:55.019316 [ 3 ] {7062fe45-8c0d-4b6d-a300-02c6cf20a60f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 3483 | 2024.03.25 19:36:55.019362 [ 3 ] {7062fe45-8c0d-4b6d-a300-02c6cf20a60f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3484 | 2024.03.25 19:36:55.019514 [ 3 ] {7062fe45-8c0d-4b6d-a300-02c6cf20a60f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3485 | 2024.03.25 19:36:55.019812 [ 3 ] {7062fe45-8c0d-4b6d-a300-02c6cf20a60f} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3486 | 2024.03.25 19:36:55.019849 [ 3 ] {7062fe45-8c0d-4b6d-a300-02c6cf20a60f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 3487 | 2024.03.25 19:36:55.020219 [ 3 ] {7062fe45-8c0d-4b6d-a300-02c6cf20a60f} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3488 | 2024.03.25 19:36:55.020557 [ 3 ] {7062fe45-8c0d-4b6d-a300-02c6cf20a60f} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3489 | 2024.03.25 19:36:55.020706 [ 3 ] {7062fe45-8c0d-4b6d-a300-02c6cf20a60f} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001423 sec., 21082.220660576248 rows/sec., 1.44 MiB/sec. | ||
| 3490 | 2024.03.25 19:36:55.020715 [ 74 ] {} <Debug> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3491 | 2024.03.25 19:36:55.020793 [ 74 ] {} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3492 | 2024.03.25 19:36:55.020851 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 3493 | 2024.03.25 19:36:55.020921 [ 3 ] {7062fe45-8c0d-4b6d-a300-02c6cf20a60f} <Debug> DynamicQueryHandler: Done processing query | ||
| 3494 | 2024.03.25 19:36:55.020977 [ 3 ] {7062fe45-8c0d-4b6d-a300-02c6cf20a60f} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 3495 | 2024.03.25 19:36:55.021011 [ 3 ] {} <Debug> HTTP-Session: 554e67e2-5db0-4443-955a-caf7ddb5198b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3496 | 2024.03.25 19:36:55.021023 [ 190 ] {9a1a39e4-f755-44be-b053-27de171f2434::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 | ||
| 3497 | 2024.03.25 19:36:55.021154 [ 190 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3498 | 2024.03.25 19:36:55.021184 [ 190 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 462 rows starting from the beginning of the part | ||
| 3499 | 2024.03.25 19:36:55.021248 [ 190 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 30 rows starting from the beginning of the part | ||
| 3500 | 2024.03.25 19:36:55.021483 [ 190 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 30 rows starting from the beginning of the part | ||
| 3501 | 2024.03.25 19:36:55.021794 [ 190 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 30 rows starting from the beginning of the part | ||
| 3502 | 2024.03.25 19:36:55.021865 [ 190 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 30 rows starting from the beginning of the part | ||
| 3503 | 2024.03.25 19:36:55.022083 [ 190 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 30 rows starting from the beginning of the part | ||
| 3504 | 2024.03.25 19:36:55.023030 [ 190 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 612 rows, containing 4 columns (4 merged, 0 gathered) in 0.002099171 sec., 291543.661759809 rows/sec., 19.97 MiB/sec. | ||
| 3505 | 2024.03.25 19:36:55.023164 [ 190 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3506 | 2024.03.25 19:36:55.023532 [ 190 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_21_4} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3507 | 2024.03.25 19:36:55.023606 [ 190 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_21_4} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3508 | 2024.03.25 19:36:55.023674 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 3509 | 2024.03.25 19:36:56.001141 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 178.98 MiB, peak 187.71 MiB, free memory in arenas 0.00 B, will set to 180.54 MiB (RSS), difference: 1.55 MiB | ||
| 3510 | 2024.03.25 19:36:59.992431 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 8603, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3511 | 2024.03.25 19:36:59.992575 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 3512 | 2024.03.25 19:36:59.992604 [ 3 ] {} <Debug> HTTP-Session: 0df0184c-b3f3-4545-91f2-9d210519cc52 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 3513 | 2024.03.25 19:36:59.992634 [ 3 ] {} <Debug> HTTP-Session: 0df0184c-b3f3-4545-91f2-9d210519cc52 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3514 | 2024.03.25 19:36:59.992653 [ 3 ] {} <Debug> HTTP-Session: 0df0184c-b3f3-4545-91f2-9d210519cc52 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3515 | 2024.03.25 19:36:59.992709 [ 3 ] {} <Trace> HTTP-Session: 0df0184c-b3f3-4545-91f2-9d210519cc52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3516 | 2024.03.25 19:36:59.992870 [ 3 ] {538383f1-94df-4eef-9072-cafe78c9ad60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 3517 | 2024.03.25 19:36:59.992937 [ 3 ] {538383f1-94df-4eef-9072-cafe78c9ad60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3518 | 2024.03.25 19:36:59.993132 [ 3 ] {538383f1-94df-4eef-9072-cafe78c9ad60} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3519 | 2024.03.25 19:36:59.993696 [ 3 ] {538383f1-94df-4eef-9072-cafe78c9ad60} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3520 | 2024.03.25 19:36:59.993754 [ 3 ] {538383f1-94df-4eef-9072-cafe78c9ad60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 3521 | 2024.03.25 19:36:59.994195 [ 3 ] {538383f1-94df-4eef-9072-cafe78c9ad60} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3522 | 2024.03.25 19:36:59.994561 [ 3 ] {538383f1-94df-4eef-9072-cafe78c9ad60} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3523 | 2024.03.25 19:36:59.994745 [ 3 ] {538383f1-94df-4eef-9072-cafe78c9ad60} <Debug> executeQuery: Read 62 rows, 4.82 KiB in 0.001952 sec., 31762.295081967215 rows/sec., 2.41 MiB/sec. | ||
| 3524 | 2024.03.25 19:36:59.994907 [ 3 ] {538383f1-94df-4eef-9072-cafe78c9ad60} <Debug> DynamicQueryHandler: Done processing query | ||
| 3525 | 2024.03.25 19:36:59.994933 [ 3 ] {538383f1-94df-4eef-9072-cafe78c9ad60} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 3526 | 2024.03.25 19:36:59.994950 [ 3 ] {} <Debug> HTTP-Session: 0df0184c-b3f3-4545-91f2-9d210519cc52 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3527 | 2024.03.25 19:36:59.995103 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 8828, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3528 | 2024.03.25 19:36:59.995161 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 3529 | 2024.03.25 19:36:59.995181 [ 3 ] {} <Debug> HTTP-Session: 8eabba3a-59fc-4483-ba8b-4d6fed3fb563 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 3530 | 2024.03.25 19:36:59.995199 [ 3 ] {} <Debug> HTTP-Session: 8eabba3a-59fc-4483-ba8b-4d6fed3fb563 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3531 | 2024.03.25 19:36:59.995212 [ 3 ] {} <Debug> HTTP-Session: 8eabba3a-59fc-4483-ba8b-4d6fed3fb563 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3532 | 2024.03.25 19:36:59.995247 [ 3 ] {} <Trace> HTTP-Session: 8eabba3a-59fc-4483-ba8b-4d6fed3fb563 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3533 | 2024.03.25 19:36:59.995338 [ 3 ] {ebfd4cb7-176d-4632-818d-3ac14e64a095} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 3534 | 2024.03.25 19:36:59.995383 [ 3 ] {ebfd4cb7-176d-4632-818d-3ac14e64a095} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3535 | 2024.03.25 19:36:59.995519 [ 3 ] {ebfd4cb7-176d-4632-818d-3ac14e64a095} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3536 | 2024.03.25 19:36:59.995953 [ 3 ] {ebfd4cb7-176d-4632-818d-3ac14e64a095} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3537 | 2024.03.25 19:36:59.995994 [ 3 ] {ebfd4cb7-176d-4632-818d-3ac14e64a095} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 3538 | 2024.03.25 19:36:59.996321 [ 3 ] {ebfd4cb7-176d-4632-818d-3ac14e64a095} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3539 | 2024.03.25 19:36:59.996661 [ 3 ] {ebfd4cb7-176d-4632-818d-3ac14e64a095} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3540 | 2024.03.25 19:36:59.996825 [ 3 ] {ebfd4cb7-176d-4632-818d-3ac14e64a095} <Debug> executeQuery: Read 52 rows, 4.13 KiB in 0.001526 sec., 34076.015727391874 rows/sec., 2.65 MiB/sec. | ||
| 3541 | 2024.03.25 19:36:59.996951 [ 3 ] {ebfd4cb7-176d-4632-818d-3ac14e64a095} <Debug> DynamicQueryHandler: Done processing query | ||
| 3542 | 2024.03.25 19:36:59.996975 [ 3 ] {ebfd4cb7-176d-4632-818d-3ac14e64a095} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 3543 | 2024.03.25 19:36:59.996991 [ 3 ] {} <Debug> HTTP-Session: 8eabba3a-59fc-4483-ba8b-4d6fed3fb563 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3544 | 2024.03.25 19:36:59.997192 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 26055, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3545 | 2024.03.25 19:36:59.997243 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 3546 | 2024.03.25 19:36:59.997261 [ 3 ] {} <Debug> HTTP-Session: 2b31cdb3-8635-47e3-9a5f-3fe9e3c5b326 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 3547 | 2024.03.25 19:36:59.997279 [ 3 ] {} <Debug> HTTP-Session: 2b31cdb3-8635-47e3-9a5f-3fe9e3c5b326 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3548 | 2024.03.25 19:36:59.997293 [ 3 ] {} <Debug> HTTP-Session: 2b31cdb3-8635-47e3-9a5f-3fe9e3c5b326 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3549 | 2024.03.25 19:36:59.997324 [ 3 ] {} <Trace> HTTP-Session: 2b31cdb3-8635-47e3-9a5f-3fe9e3c5b326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3550 | 2024.03.25 19:36:59.997439 [ 3 ] {6ed7f7e6-ef2a-4fa4-9eb9-c243d47eb547} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 3551 | 2024.03.25 19:36:59.997486 [ 3 ] {6ed7f7e6-ef2a-4fa4-9eb9-c243d47eb547} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3552 | 2024.03.25 19:36:59.997635 [ 3 ] {6ed7f7e6-ef2a-4fa4-9eb9-c243d47eb547} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3553 | 2024.03.25 19:36:59.998040 [ 3 ] {6ed7f7e6-ef2a-4fa4-9eb9-c243d47eb547} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3554 | 2024.03.25 19:36:59.998080 [ 3 ] {6ed7f7e6-ef2a-4fa4-9eb9-c243d47eb547} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 3555 | 2024.03.25 19:36:59.998490 [ 3 ] {6ed7f7e6-ef2a-4fa4-9eb9-c243d47eb547} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3556 | 2024.03.25 19:36:59.998847 [ 3 ] {6ed7f7e6-ef2a-4fa4-9eb9-c243d47eb547} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3557 | 2024.03.25 19:36:59.999013 [ 3 ] {6ed7f7e6-ef2a-4fa4-9eb9-c243d47eb547} <Debug> executeQuery: Read 136 rows, 9.70 KiB in 0.001637 sec., 83078.80268784362 rows/sec., 5.79 MiB/sec. | ||
| 3558 | 2024.03.25 19:36:59.999142 [ 3 ] {6ed7f7e6-ef2a-4fa4-9eb9-c243d47eb547} <Debug> DynamicQueryHandler: Done processing query | ||
| 3559 | 2024.03.25 19:36:59.999167 [ 3 ] {6ed7f7e6-ef2a-4fa4-9eb9-c243d47eb547} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
| 3560 | 2024.03.25 19:36:59.999183 [ 3 ] {} <Debug> HTTP-Session: 2b31cdb3-8635-47e3-9a5f-3fe9e3c5b326 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3561 | 2024.03.25 19:36:59.999322 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3562 | 2024.03.25 19:36:59.999373 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 3563 | 2024.03.25 19:36:59.999391 [ 3 ] {} <Debug> HTTP-Session: f70b0cca-0099-4a48-9782-9cdd66214ede Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 3564 | 2024.03.25 19:36:59.999408 [ 3 ] {} <Debug> HTTP-Session: f70b0cca-0099-4a48-9782-9cdd66214ede Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3565 | 2024.03.25 19:36:59.999421 [ 3 ] {} <Debug> HTTP-Session: f70b0cca-0099-4a48-9782-9cdd66214ede Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3566 | 2024.03.25 19:36:59.999452 [ 3 ] {} <Trace> HTTP-Session: f70b0cca-0099-4a48-9782-9cdd66214ede Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3567 | 2024.03.25 19:36:59.999534 [ 3 ] {3fc92c12-585b-4762-bde8-6a80baeca3d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 3568 | 2024.03.25 19:36:59.999578 [ 3 ] {3fc92c12-585b-4762-bde8-6a80baeca3d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3569 | 2024.03.25 19:36:59.999709 [ 3 ] {3fc92c12-585b-4762-bde8-6a80baeca3d4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3570 | 2024.03.25 19:36:59.999999 [ 3 ] {3fc92c12-585b-4762-bde8-6a80baeca3d4} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3571 | 2024.03.25 19:37:00.000038 [ 3 ] {3fc92c12-585b-4762-bde8-6a80baeca3d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 3572 | 2024.03.25 19:37:00.000411 [ 3 ] {3fc92c12-585b-4762-bde8-6a80baeca3d4} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3573 | 2024.03.25 19:37:00.000754 [ 3 ] {3fc92c12-585b-4762-bde8-6a80baeca3d4} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3574 | 2024.03.25 19:37:00.000917 [ 3 ] {3fc92c12-585b-4762-bde8-6a80baeca3d4} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001419 sec., 21141.649048625794 rows/sec., 1.45 MiB/sec. | ||
| 3575 | 2024.03.25 19:37:00.001144 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 186.03 MiB, peak 187.71 MiB, free memory in arenas 0.00 B, will set to 180.54 MiB (RSS), difference: -5.49 MiB | ||
| 3576 | 2024.03.25 19:37:00.001177 [ 3 ] {3fc92c12-585b-4762-bde8-6a80baeca3d4} <Debug> DynamicQueryHandler: Done processing query | ||
| 3577 | 2024.03.25 19:37:00.001253 [ 3 ] {3fc92c12-585b-4762-bde8-6a80baeca3d4} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 3578 | 2024.03.25 19:37:00.001320 [ 3 ] {} <Debug> HTTP-Session: f70b0cca-0099-4a48-9782-9cdd66214ede Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3579 | 2024.03.25 19:37:01.001209 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 175.31 MiB, peak 187.71 MiB, free memory in arenas 0.00 B, will set to 180.55 MiB (RSS), difference: 5.24 MiB | ||
| 3580 | 2024.03.25 19:37:04.993195 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 7368, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3581 | 2024.03.25 19:37:04.993381 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 3582 | 2024.03.25 19:37:04.993422 [ 3 ] {} <Debug> HTTP-Session: f83b6b8f-0a8a-451f-b9e5-4aecef12b310 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 3583 | 2024.03.25 19:37:04.993463 [ 3 ] {} <Debug> HTTP-Session: f83b6b8f-0a8a-451f-b9e5-4aecef12b310 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3584 | 2024.03.25 19:37:04.993491 [ 3 ] {} <Debug> HTTP-Session: f83b6b8f-0a8a-451f-b9e5-4aecef12b310 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3585 | 2024.03.25 19:37:04.993564 [ 3 ] {} <Trace> HTTP-Session: f83b6b8f-0a8a-451f-b9e5-4aecef12b310 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3586 | 2024.03.25 19:37:04.993756 [ 3 ] {b1a2ff87-4f69-462d-bcb6-dd8147a6aa05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 3587 | 2024.03.25 19:37:04.993856 [ 3 ] {b1a2ff87-4f69-462d-bcb6-dd8147a6aa05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 3588 | 2024.03.25 19:37:04.994064 [ 3 ] {b1a2ff87-4f69-462d-bcb6-dd8147a6aa05} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3589 | 2024.03.25 19:37:04.994608 [ 3 ] {b1a2ff87-4f69-462d-bcb6-dd8147a6aa05} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3590 | 2024.03.25 19:37:04.994658 [ 3 ] {b1a2ff87-4f69-462d-bcb6-dd8147a6aa05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 3591 | 2024.03.25 19:37:04.995068 [ 3 ] {b1a2ff87-4f69-462d-bcb6-dd8147a6aa05} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3592 | 2024.03.25 19:37:04.995427 [ 3 ] {b1a2ff87-4f69-462d-bcb6-dd8147a6aa05} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3593 | 2024.03.25 19:37:04.995608 [ 3 ] {b1a2ff87-4f69-462d-bcb6-dd8147a6aa05} <Debug> executeQuery: Read 51 rows, 4.13 KiB in 0.001918 sec., 26590.19812304484 rows/sec., 2.10 MiB/sec. | ||
| 3594 | 2024.03.25 19:37:04.995604 [ 157 ] {} <Debug> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3595 | 2024.03.25 19:37:04.995719 [ 157 ] {} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3596 | 2024.03.25 19:37:04.995772 [ 157 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 3597 | 2024.03.25 19:37:04.995844 [ 3 ] {b1a2ff87-4f69-462d-bcb6-dd8147a6aa05} <Debug> DynamicQueryHandler: Done processing query | ||
| 3598 | 2024.03.25 19:37:04.995907 [ 3 ] {b1a2ff87-4f69-462d-bcb6-dd8147a6aa05} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 3599 | 2024.03.25 19:37:04.995990 [ 3 ] {} <Debug> HTTP-Session: f83b6b8f-0a8a-451f-b9e5-4aecef12b310 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3600 | 2024.03.25 19:37:04.996188 [ 198 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::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 | ||
| 3601 | 2024.03.25 19:37:04.996304 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3602 | 2024.03.25 19:37:04.996422 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 3603 | 2024.03.25 19:37:04.996461 [ 198 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3604 | 2024.03.25 19:37:04.996473 [ 3 ] {} <Debug> HTTP-Session: 7abffefa-82b8-4304-932b-a412c6b70f5b Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 3605 | 2024.03.25 19:37:04.996525 [ 3 ] {} <Debug> HTTP-Session: 7abffefa-82b8-4304-932b-a412c6b70f5b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3606 | 2024.03.25 19:37:04.996533 [ 198 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 49 rows starting from the beginning of the part | ||
| 3607 | 2024.03.25 19:37:04.996546 [ 3 ] {} <Debug> HTTP-Session: 7abffefa-82b8-4304-932b-a412c6b70f5b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3608 | 2024.03.25 19:37:04.996624 [ 3 ] {} <Trace> HTTP-Session: 7abffefa-82b8-4304-932b-a412c6b70f5b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3609 | 2024.03.25 19:37:04.996800 [ 198 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 51 rows starting from the beginning of the part | ||
| 3610 | 2024.03.25 19:37:04.996976 [ 3 ] {74dd7424-132e-43fc-a828-e05de570dd6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 3611 | 2024.03.25 19:37:04.997101 [ 198 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 51 rows starting from the beginning of the part | ||
| 3612 | 2024.03.25 19:37:04.997138 [ 3 ] {74dd7424-132e-43fc-a828-e05de570dd6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3613 | 2024.03.25 19:37:04.997474 [ 198 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 51 rows starting from the beginning of the part | ||
| 3614 | 2024.03.25 19:37:04.997753 [ 198 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 51 rows starting from the beginning of the part | ||
| 3615 | 2024.03.25 19:37:04.998094 [ 198 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 51 rows starting from the beginning of the part | ||
| 3616 | 2024.03.25 19:37:04.998544 [ 3 ] {74dd7424-132e-43fc-a828-e05de570dd6e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3617 | 2024.03.25 19:37:04.999331 [ 3 ] {74dd7424-132e-43fc-a828-e05de570dd6e} <Trace> oximeter.fields_ipaddr (d9ee32b3-8a1d-44e7-a34c-f0038ee3937b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3618 | 2024.03.25 19:37:04.999390 [ 3 ] {74dd7424-132e-43fc-a828-e05de570dd6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 3619 | 2024.03.25 19:37:05.000211 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 189.15 MiB, peak 189.15 MiB, free memory in arenas 0.00 B, will set to 180.57 MiB (RSS), difference: -8.58 MiB | ||
| 3620 | 2024.03.25 19:37:05.000267 [ 3 ] {74dd7424-132e-43fc-a828-e05de570dd6e} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 3621 | 2024.03.25 19:37:05.001456 [ 190 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 304 rows, containing 4 columns (4 merged, 0 gathered) in 0.005588378 sec., 54398.61083126446 rows/sec., 4.31 MiB/sec. | ||
| 3622 | 2024.03.25 19:37:05.001547 [ 3 ] {74dd7424-132e-43fc-a828-e05de570dd6e} <Trace> oximeter.fields_ipaddr (d9ee32b3-8a1d-44e7-a34c-f0038ee3937b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3623 | 2024.03.25 19:37:05.001707 [ 190 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3624 | 2024.03.25 19:37:05.001870 [ 3 ] {74dd7424-132e-43fc-a828-e05de570dd6e} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.00507 sec., 788.9546351084813 rows/sec., 64.33 KiB/sec. | ||
| 3625 | 2024.03.25 19:37:05.002428 [ 3 ] {74dd7424-132e-43fc-a828-e05de570dd6e} <Debug> DynamicQueryHandler: Done processing query | ||
| 3626 | 2024.03.25 19:37:05.002487 [ 3 ] {74dd7424-132e-43fc-a828-e05de570dd6e} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 3627 | 2024.03.25 19:37:05.002521 [ 3 ] {} <Debug> HTTP-Session: 7abffefa-82b8-4304-932b-a412c6b70f5b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3628 | 2024.03.25 19:37:05.002723 [ 190 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_11_2} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3629 | 2024.03.25 19:37:05.002738 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 28461, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3630 | 2024.03.25 19:37:05.002840 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 3631 | 2024.03.25 19:37:05.002874 [ 3 ] {} <Debug> HTTP-Session: 4b8b368b-d0be-4190-a7fe-fcc1545af889 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 3632 | 2024.03.25 19:37:05.002881 [ 190 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_11_2} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3633 | 2024.03.25 19:37:05.002907 [ 3 ] {} <Debug> HTTP-Session: 4b8b368b-d0be-4190-a7fe-fcc1545af889 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3634 | 2024.03.25 19:37:05.002938 [ 3 ] {} <Debug> HTTP-Session: 4b8b368b-d0be-4190-a7fe-fcc1545af889 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3635 | 2024.03.25 19:37:05.003019 [ 3 ] {} <Trace> HTTP-Session: 4b8b368b-d0be-4190-a7fe-fcc1545af889 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3636 | 2024.03.25 19:37:05.003037 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 3637 | 2024.03.25 19:37:05.003190 [ 3 ] {7d1b43f2-8749-403d-ad73-13167bd9a508} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 3638 | 2024.03.25 19:37:05.003240 [ 3 ] {7d1b43f2-8749-403d-ad73-13167bd9a508} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3639 | 2024.03.25 19:37:05.003393 [ 3 ] {7d1b43f2-8749-403d-ad73-13167bd9a508} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3640 | 2024.03.25 19:37:05.003839 [ 3 ] {7d1b43f2-8749-403d-ad73-13167bd9a508} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3641 | 2024.03.25 19:37:05.003879 [ 3 ] {7d1b43f2-8749-403d-ad73-13167bd9a508} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 3642 | 2024.03.25 19:37:05.004222 [ 3 ] {7d1b43f2-8749-403d-ad73-13167bd9a508} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3643 | 2024.03.25 19:37:05.004557 [ 3 ] {7d1b43f2-8749-403d-ad73-13167bd9a508} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3644 | 2024.03.25 19:37:05.004722 [ 3 ] {7d1b43f2-8749-403d-ad73-13167bd9a508} <Debug> executeQuery: Read 181 rows, 17.41 KiB in 0.00162 sec., 111728.3950617284 rows/sec., 10.49 MiB/sec. | ||
| 3645 | 2024.03.25 19:37:05.004848 [ 3 ] {7d1b43f2-8749-403d-ad73-13167bd9a508} <Debug> DynamicQueryHandler: Done processing query | ||
| 3646 | 2024.03.25 19:37:05.004872 [ 3 ] {7d1b43f2-8749-403d-ad73-13167bd9a508} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
| 3647 | 2024.03.25 19:37:05.004889 [ 3 ] {} <Debug> HTTP-Session: 4b8b368b-d0be-4190-a7fe-fcc1545af889 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3648 | 2024.03.25 19:37:05.005010 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3649 | 2024.03.25 19:37:05.005061 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 3650 | 2024.03.25 19:37:05.005080 [ 3 ] {} <Debug> HTTP-Session: 7bf71a29-e205-444c-b712-23856b3b1a6e Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 3651 | 2024.03.25 19:37:05.005097 [ 3 ] {} <Debug> HTTP-Session: 7bf71a29-e205-444c-b712-23856b3b1a6e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3652 | 2024.03.25 19:37:05.005110 [ 3 ] {} <Debug> HTTP-Session: 7bf71a29-e205-444c-b712-23856b3b1a6e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3653 | 2024.03.25 19:37:05.005141 [ 3 ] {} <Trace> HTTP-Session: 7bf71a29-e205-444c-b712-23856b3b1a6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3654 | 2024.03.25 19:37:05.005206 [ 3 ] {78e4f9e0-81e6-41f1-81bf-76ef780f3c80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 3655 | 2024.03.25 19:37:05.005249 [ 3 ] {78e4f9e0-81e6-41f1-81bf-76ef780f3c80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3656 | 2024.03.25 19:37:05.005379 [ 3 ] {78e4f9e0-81e6-41f1-81bf-76ef780f3c80} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3657 | 2024.03.25 19:37:05.005659 [ 3 ] {78e4f9e0-81e6-41f1-81bf-76ef780f3c80} <Trace> oximeter.fields_u16 (c5488911-6586-43c0-ae3f-1262ae9a0dfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3658 | 2024.03.25 19:37:05.005698 [ 3 ] {78e4f9e0-81e6-41f1-81bf-76ef780f3c80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 3659 | 2024.03.25 19:37:05.006004 [ 3 ] {78e4f9e0-81e6-41f1-81bf-76ef780f3c80} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 3660 | 2024.03.25 19:37:05.006330 [ 3 ] {78e4f9e0-81e6-41f1-81bf-76ef780f3c80} <Trace> oximeter.fields_u16 (c5488911-6586-43c0-ae3f-1262ae9a0dfa): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3661 | 2024.03.25 19:37:05.006484 [ 3 ] {78e4f9e0-81e6-41f1-81bf-76ef780f3c80} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.0013 sec., 3076.923076923077 rows/sec., 214.84 KiB/sec. | ||
| 3662 | 2024.03.25 19:37:05.006605 [ 3 ] {78e4f9e0-81e6-41f1-81bf-76ef780f3c80} <Debug> DynamicQueryHandler: Done processing query | ||
| 3663 | 2024.03.25 19:37:05.006630 [ 3 ] {78e4f9e0-81e6-41f1-81bf-76ef780f3c80} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 3664 | 2024.03.25 19:37:05.006645 [ 3 ] {} <Debug> HTTP-Session: 7bf71a29-e205-444c-b712-23856b3b1a6e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3665 | 2024.03.25 19:37:05.006772 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 14117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3666 | 2024.03.25 19:37:05.006821 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 3667 | 2024.03.25 19:37:05.006840 [ 3 ] {} <Debug> HTTP-Session: 5f7cf85b-a1f7-4e21-aab7-45f6433c179d Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 3668 | 2024.03.25 19:37:05.006857 [ 3 ] {} <Debug> HTTP-Session: 5f7cf85b-a1f7-4e21-aab7-45f6433c179d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3669 | 2024.03.25 19:37:05.006870 [ 3 ] {} <Debug> HTTP-Session: 5f7cf85b-a1f7-4e21-aab7-45f6433c179d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3670 | 2024.03.25 19:37:05.006901 [ 3 ] {} <Trace> HTTP-Session: 5f7cf85b-a1f7-4e21-aab7-45f6433c179d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3671 | 2024.03.25 19:37:05.007012 [ 3 ] {2f61c789-0054-4ce0-b3a9-8a5f0fc86296} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 3672 | 2024.03.25 19:37:05.007053 [ 3 ] {2f61c789-0054-4ce0-b3a9-8a5f0fc86296} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3673 | 2024.03.25 19:37:05.007182 [ 3 ] {2f61c789-0054-4ce0-b3a9-8a5f0fc86296} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3674 | 2024.03.25 19:37:05.007602 [ 3 ] {2f61c789-0054-4ce0-b3a9-8a5f0fc86296} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3675 | 2024.03.25 19:37:05.007641 [ 3 ] {2f61c789-0054-4ce0-b3a9-8a5f0fc86296} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 3676 | 2024.03.25 19:37:05.007972 [ 3 ] {2f61c789-0054-4ce0-b3a9-8a5f0fc86296} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3677 | 2024.03.25 19:37:05.008306 [ 3 ] {2f61c789-0054-4ce0-b3a9-8a5f0fc86296} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3678 | 2024.03.25 19:37:05.008453 [ 3 ] {2f61c789-0054-4ce0-b3a9-8a5f0fc86296} <Debug> executeQuery: Read 83 rows, 6.65 KiB in 0.001497 sec., 55444.221776887105 rows/sec., 4.34 MiB/sec. | ||
| 3679 | 2024.03.25 19:37:05.008576 [ 3 ] {2f61c789-0054-4ce0-b3a9-8a5f0fc86296} <Debug> DynamicQueryHandler: Done processing query | ||
| 3680 | 2024.03.25 19:37:05.008600 [ 3 ] {2f61c789-0054-4ce0-b3a9-8a5f0fc86296} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 3681 | 2024.03.25 19:37:05.008616 [ 3 ] {} <Debug> HTTP-Session: 5f7cf85b-a1f7-4e21-aab7-45f6433c179d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3682 | 2024.03.25 19:37:05.008745 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 19515, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3683 | 2024.03.25 19:37:05.008794 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 3684 | 2024.03.25 19:37:05.008813 [ 3 ] {} <Debug> HTTP-Session: 487c2fd7-30a4-4376-a3bc-d472b73fc25d Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 3685 | 2024.03.25 19:37:05.008829 [ 3 ] {} <Debug> HTTP-Session: 487c2fd7-30a4-4376-a3bc-d472b73fc25d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3686 | 2024.03.25 19:37:05.008843 [ 3 ] {} <Debug> HTTP-Session: 487c2fd7-30a4-4376-a3bc-d472b73fc25d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3687 | 2024.03.25 19:37:05.008873 [ 3 ] {} <Trace> HTTP-Session: 487c2fd7-30a4-4376-a3bc-d472b73fc25d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3688 | 2024.03.25 19:37:05.008982 [ 3 ] {6a2b9025-9117-4239-8f61-cdb3bf1fc4c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 3689 | 2024.03.25 19:37:05.009028 [ 3 ] {6a2b9025-9117-4239-8f61-cdb3bf1fc4c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3690 | 2024.03.25 19:37:05.009171 [ 3 ] {6a2b9025-9117-4239-8f61-cdb3bf1fc4c0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3691 | 2024.03.25 19:37:05.009528 [ 3 ] {6a2b9025-9117-4239-8f61-cdb3bf1fc4c0} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3692 | 2024.03.25 19:37:05.009571 [ 3 ] {6a2b9025-9117-4239-8f61-cdb3bf1fc4c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 3693 | 2024.03.25 19:37:05.009977 [ 3 ] {6a2b9025-9117-4239-8f61-cdb3bf1fc4c0} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3694 | 2024.03.25 19:37:05.010335 [ 3 ] {6a2b9025-9117-4239-8f61-cdb3bf1fc4c0} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3695 | 2024.03.25 19:37:05.010496 [ 3 ] {6a2b9025-9117-4239-8f61-cdb3bf1fc4c0} <Debug> executeQuery: Read 102 rows, 7.24 KiB in 0.001568 sec., 65051.02040816327 rows/sec., 4.51 MiB/sec. | ||
| 3696 | 2024.03.25 19:37:05.010614 [ 3 ] {6a2b9025-9117-4239-8f61-cdb3bf1fc4c0} <Debug> DynamicQueryHandler: Done processing query | ||
| 3697 | 2024.03.25 19:37:05.010638 [ 3 ] {6a2b9025-9117-4239-8f61-cdb3bf1fc4c0} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
| 3698 | 2024.03.25 19:37:05.010654 [ 3 ] {} <Debug> HTTP-Session: 487c2fd7-30a4-4376-a3bc-d472b73fc25d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3699 | 2024.03.25 19:37:05.010815 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 54561, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3700 | 2024.03.25 19:37:05.010863 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 3701 | 2024.03.25 19:37:05.010882 [ 3 ] {} <Debug> HTTP-Session: 03cfa482-d46f-4d47-ac7d-1b57b9dea087 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 3702 | 2024.03.25 19:37:05.010898 [ 3 ] {} <Debug> HTTP-Session: 03cfa482-d46f-4d47-ac7d-1b57b9dea087 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3703 | 2024.03.25 19:37:05.010912 [ 3 ] {} <Debug> HTTP-Session: 03cfa482-d46f-4d47-ac7d-1b57b9dea087 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3704 | 2024.03.25 19:37:05.010944 [ 3 ] {} <Trace> HTTP-Session: 03cfa482-d46f-4d47-ac7d-1b57b9dea087 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3705 | 2024.03.25 19:37:05.011484 [ 3 ] {e76ad302-a459-48d9-8465-f1c8c3a689ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 3706 | 2024.03.25 19:37:05.011531 [ 3 ] {e76ad302-a459-48d9-8465-f1c8c3a689ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 3707 | 2024.03.25 19:37:05.011693 [ 3 ] {e76ad302-a459-48d9-8465-f1c8c3a689ca} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3708 | 2024.03.25 19:37:05.012465 [ 3 ] {e76ad302-a459-48d9-8465-f1c8c3a689ca} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3709 | 2024.03.25 19:37:05.012505 [ 3 ] {e76ad302-a459-48d9-8465-f1c8c3a689ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 3710 | 2024.03.25 19:37:05.012949 [ 3 ] {e76ad302-a459-48d9-8465-f1c8c3a689ca} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3711 | 2024.03.25 19:37:05.013297 [ 3 ] {e76ad302-a459-48d9-8465-f1c8c3a689ca} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3712 | 2024.03.25 19:37:05.013453 [ 66 ] {} <Debug> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3713 | 2024.03.25 19:37:05.013458 [ 3 ] {e76ad302-a459-48d9-8465-f1c8c3a689ca} <Debug> executeQuery: Read 51 rows, 70.47 KiB in 0.002454 sec., 20782.39608801956 rows/sec., 28.04 MiB/sec. | ||
| 3714 | 2024.03.25 19:37:05.013520 [ 66 ] {} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3715 | 2024.03.25 19:37:05.013590 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 3716 | 2024.03.25 19:37:05.013707 [ 3 ] {e76ad302-a459-48d9-8465-f1c8c3a689ca} <Debug> DynamicQueryHandler: Done processing query | ||
| 3717 | 2024.03.25 19:37:05.013761 [ 3 ] {e76ad302-a459-48d9-8465-f1c8c3a689ca} <Debug> MemoryTracker: Peak memory usage (for query): 4.52 MiB. | ||
| 3718 | 2024.03.25 19:37:05.013829 [ 3 ] {} <Debug> HTTP-Session: 03cfa482-d46f-4d47-ac7d-1b57b9dea087 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3719 | 2024.03.25 19:37:05.013946 [ 187 ] {f3248554-e676-4912-a9d7-0b91932a1da6::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 | ||
| 3720 | 2024.03.25 19:37:05.014044 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3721 | 2024.03.25 19:37:05.014143 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 3722 | 2024.03.25 19:37:05.014190 [ 3 ] {} <Debug> HTTP-Session: 0009ee26-8a01-47e3-a695-e50f96584e97 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 3723 | 2024.03.25 19:37:05.014234 [ 3 ] {} <Debug> HTTP-Session: 0009ee26-8a01-47e3-a695-e50f96584e97 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3724 | 2024.03.25 19:37:05.014274 [ 3 ] {} <Debug> HTTP-Session: 0009ee26-8a01-47e3-a695-e50f96584e97 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3725 | 2024.03.25 19:37:05.014373 [ 3 ] {} <Trace> HTTP-Session: 0009ee26-8a01-47e3-a695-e50f96584e97 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3726 | 2024.03.25 19:37:05.014603 [ 187 ] {f3248554-e676-4912-a9d7-0b91932a1da6::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3727 | 2024.03.25 19:37:05.014614 [ 3 ] {7710fd07-25bc-4e31-98af-105d0ec4cfd7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 3728 | 2024.03.25 19:37:05.014732 [ 3 ] {7710fd07-25bc-4e31-98af-105d0ec4cfd7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3729 | 2024.03.25 19:37:05.014737 [ 187 ] {f3248554-e676-4912-a9d7-0b91932a1da6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 256 rows starting from the beginning of the part | ||
| 3730 | 2024.03.25 19:37:05.015178 [ 187 ] {f3248554-e676-4912-a9d7-0b91932a1da6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 51 rows starting from the beginning of the part | ||
| 3731 | 2024.03.25 19:37:05.015488 [ 187 ] {f3248554-e676-4912-a9d7-0b91932a1da6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 51 rows starting from the beginning of the part | ||
| 3732 | 2024.03.25 19:37:05.015583 [ 3 ] {7710fd07-25bc-4e31-98af-105d0ec4cfd7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3733 | 2024.03.25 19:37:05.015777 [ 187 ] {f3248554-e676-4912-a9d7-0b91932a1da6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 51 rows starting from the beginning of the part | ||
| 3734 | 2024.03.25 19:37:05.016097 [ 187 ] {f3248554-e676-4912-a9d7-0b91932a1da6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 51 rows starting from the beginning of the part | ||
| 3735 | 2024.03.25 19:37:05.016340 [ 187 ] {f3248554-e676-4912-a9d7-0b91932a1da6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 51 rows starting from the beginning of the part | ||
| 3736 | 2024.03.25 19:37:05.017025 [ 3 ] {7710fd07-25bc-4e31-98af-105d0ec4cfd7} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3737 | 2024.03.25 19:37:05.017078 [ 3 ] {7710fd07-25bc-4e31-98af-105d0ec4cfd7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 3738 | 2024.03.25 19:37:05.017942 [ 3 ] {7710fd07-25bc-4e31-98af-105d0ec4cfd7} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3739 | 2024.03.25 19:37:05.018725 [ 3 ] {7710fd07-25bc-4e31-98af-105d0ec4cfd7} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3740 | 2024.03.25 19:37:05.019076 [ 3 ] {7710fd07-25bc-4e31-98af-105d0ec4cfd7} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.004596 sec., 6527.4151436031325 rows/sec., 457.90 KiB/sec. | ||
| 3741 | 2024.03.25 19:37:05.019407 [ 3 ] {7710fd07-25bc-4e31-98af-105d0ec4cfd7} <Debug> DynamicQueryHandler: Done processing query | ||
| 3742 | 2024.03.25 19:37:05.019439 [ 3 ] {7710fd07-25bc-4e31-98af-105d0ec4cfd7} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 3743 | 2024.03.25 19:37:05.019490 [ 3 ] {} <Debug> HTTP-Session: 0009ee26-8a01-47e3-a695-e50f96584e97 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3744 | 2024.03.25 19:37:05.021050 [ 190 ] {f3248554-e676-4912-a9d7-0b91932a1da6::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 511 rows, containing 6 columns (6 merged, 0 gathered) in 0.007327441 sec., 69737.85254633917 rows/sec., 94.11 MiB/sec. | ||
| 3745 | 2024.03.25 19:37:05.021607 [ 187 ] {f3248554-e676-4912-a9d7-0b91932a1da6::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3746 | 2024.03.25 19:37:05.022036 [ 187 ] {f3248554-e676-4912-a9d7-0b91932a1da6::all_1_11_2} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3747 | 2024.03.25 19:37:05.022120 [ 187 ] {f3248554-e676-4912-a9d7-0b91932a1da6::all_1_11_2} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3748 | 2024.03.25 19:37:05.022208 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.16 MiB. | ||
| 3749 | 2024.03.25 19:37:06.000259 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 172.55 MiB, peak 189.15 MiB, free memory in arenas 0.00 B, will set to 182.18 MiB (RSS), difference: 9.62 MiB | ||
| 3750 | 2024.03.25 19:37:06.610404 [ 52 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3751 | 2024.03.25 19:37:06.610454 [ 52 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3752 | 2024.03.25 19:37:07.001850 [ 243 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001293041 sec. | ||
| 3753 | 2024.03.25 19:37:09.990999 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 3629, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3754 | 2024.03.25 19:37:09.991139 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 3755 | 2024.03.25 19:37:09.991168 [ 3 ] {} <Debug> HTTP-Session: 4d47f952-9ce3-48d5-9a8d-b6377b733c33 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 3756 | 2024.03.25 19:37:09.991196 [ 3 ] {} <Debug> HTTP-Session: 4d47f952-9ce3-48d5-9a8d-b6377b733c33 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3757 | 2024.03.25 19:37:09.991214 [ 3 ] {} <Debug> HTTP-Session: 4d47f952-9ce3-48d5-9a8d-b6377b733c33 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3758 | 2024.03.25 19:37:09.991268 [ 3 ] {} <Trace> HTTP-Session: 4d47f952-9ce3-48d5-9a8d-b6377b733c33 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3759 | 2024.03.25 19:37:09.991402 [ 3 ] {41cc618f-ecf7-41bf-9dd2-6a51929233c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 3760 | 2024.03.25 19:37:09.991476 [ 3 ] {41cc618f-ecf7-41bf-9dd2-6a51929233c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3761 | 2024.03.25 19:37:09.991689 [ 3 ] {41cc618f-ecf7-41bf-9dd2-6a51929233c3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3762 | 2024.03.25 19:37:09.992204 [ 3 ] {41cc618f-ecf7-41bf-9dd2-6a51929233c3} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3763 | 2024.03.25 19:37:09.992248 [ 3 ] {41cc618f-ecf7-41bf-9dd2-6a51929233c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 3764 | 2024.03.25 19:37:09.992663 [ 3 ] {41cc618f-ecf7-41bf-9dd2-6a51929233c3} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3765 | 2024.03.25 19:37:09.993018 [ 3 ] {41cc618f-ecf7-41bf-9dd2-6a51929233c3} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3766 | 2024.03.25 19:37:09.993192 [ 3 ] {41cc618f-ecf7-41bf-9dd2-6a51929233c3} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.001856 sec., 14008.620689655172 rows/sec., 1.06 MiB/sec. | ||
| 3767 | 2024.03.25 19:37:09.993344 [ 3 ] {41cc618f-ecf7-41bf-9dd2-6a51929233c3} <Debug> DynamicQueryHandler: Done processing query | ||
| 3768 | 2024.03.25 19:37:09.993371 [ 3 ] {41cc618f-ecf7-41bf-9dd2-6a51929233c3} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 3769 | 2024.03.25 19:37:09.993387 [ 3 ] {} <Debug> HTTP-Session: 4d47f952-9ce3-48d5-9a8d-b6377b733c33 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3770 | 2024.03.25 19:37:09.993550 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4792, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3771 | 2024.03.25 19:37:09.993604 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 3772 | 2024.03.25 19:37:09.993623 [ 3 ] {} <Debug> HTTP-Session: 19e016a5-c45d-42d7-af60-8ab4eafc5b25 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 3773 | 2024.03.25 19:37:09.993642 [ 3 ] {} <Debug> HTTP-Session: 19e016a5-c45d-42d7-af60-8ab4eafc5b25 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3774 | 2024.03.25 19:37:09.993656 [ 3 ] {} <Debug> HTTP-Session: 19e016a5-c45d-42d7-af60-8ab4eafc5b25 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3775 | 2024.03.25 19:37:09.993690 [ 3 ] {} <Trace> HTTP-Session: 19e016a5-c45d-42d7-af60-8ab4eafc5b25 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3776 | 2024.03.25 19:37:09.993768 [ 3 ] {51e10f03-cb3e-4b37-9eb3-bd81ae80a5ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 3777 | 2024.03.25 19:37:09.993813 [ 3 ] {51e10f03-cb3e-4b37-9eb3-bd81ae80a5ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3778 | 2024.03.25 19:37:09.993946 [ 3 ] {51e10f03-cb3e-4b37-9eb3-bd81ae80a5ed} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3779 | 2024.03.25 19:37:09.994240 [ 3 ] {51e10f03-cb3e-4b37-9eb3-bd81ae80a5ed} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3780 | 2024.03.25 19:37:09.994278 [ 3 ] {51e10f03-cb3e-4b37-9eb3-bd81ae80a5ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 3781 | 2024.03.25 19:37:09.994601 [ 3 ] {51e10f03-cb3e-4b37-9eb3-bd81ae80a5ed} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3782 | 2024.03.25 19:37:09.994922 [ 3 ] {51e10f03-cb3e-4b37-9eb3-bd81ae80a5ed} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3783 | 2024.03.25 19:37:09.995073 [ 3 ] {51e10f03-cb3e-4b37-9eb3-bd81ae80a5ed} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001339 sec., 20911.127707244214 rows/sec., 1.63 MiB/sec. | ||
| 3784 | 2024.03.25 19:37:09.995186 [ 3 ] {51e10f03-cb3e-4b37-9eb3-bd81ae80a5ed} <Debug> DynamicQueryHandler: Done processing query | ||
| 3785 | 2024.03.25 19:37:09.995211 [ 3 ] {51e10f03-cb3e-4b37-9eb3-bd81ae80a5ed} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 3786 | 2024.03.25 19:37:09.995227 [ 3 ] {} <Debug> HTTP-Session: 19e016a5-c45d-42d7-af60-8ab4eafc5b25 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3787 | 2024.03.25 19:37:09.995452 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 19137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3788 | 2024.03.25 19:37:09.995499 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 3789 | 2024.03.25 19:37:09.995517 [ 3 ] {} <Debug> HTTP-Session: 95414a44-8821-425d-9e22-82ed4b9551d9 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 3790 | 2024.03.25 19:37:09.995535 [ 3 ] {} <Debug> HTTP-Session: 95414a44-8821-425d-9e22-82ed4b9551d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3791 | 2024.03.25 19:37:09.995548 [ 3 ] {} <Debug> HTTP-Session: 95414a44-8821-425d-9e22-82ed4b9551d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3792 | 2024.03.25 19:37:09.995579 [ 3 ] {} <Trace> HTTP-Session: 95414a44-8821-425d-9e22-82ed4b9551d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3793 | 2024.03.25 19:37:09.995684 [ 3 ] {7fb604d8-26f9-4fec-ac9d-e11ec6faf968} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 3794 | 2024.03.25 19:37:09.995729 [ 3 ] {7fb604d8-26f9-4fec-ac9d-e11ec6faf968} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3795 | 2024.03.25 19:37:09.995873 [ 3 ] {7fb604d8-26f9-4fec-ac9d-e11ec6faf968} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3796 | 2024.03.25 19:37:09.996203 [ 3 ] {7fb604d8-26f9-4fec-ac9d-e11ec6faf968} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3797 | 2024.03.25 19:37:09.996241 [ 3 ] {7fb604d8-26f9-4fec-ac9d-e11ec6faf968} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 3798 | 2024.03.25 19:37:09.996629 [ 3 ] {7fb604d8-26f9-4fec-ac9d-e11ec6faf968} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3799 | 2024.03.25 19:37:09.996974 [ 3 ] {7fb604d8-26f9-4fec-ac9d-e11ec6faf968} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3800 | 2024.03.25 19:37:09.997126 [ 3 ] {7fb604d8-26f9-4fec-ac9d-e11ec6faf968} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001499 sec., 66711.14076050701 rows/sec., 4.63 MiB/sec. | ||
| 3801 | 2024.03.25 19:37:09.997254 [ 3 ] {7fb604d8-26f9-4fec-ac9d-e11ec6faf968} <Debug> DynamicQueryHandler: Done processing query | ||
| 3802 | 2024.03.25 19:37:09.997278 [ 3 ] {7fb604d8-26f9-4fec-ac9d-e11ec6faf968} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
| 3803 | 2024.03.25 19:37:09.997294 [ 3 ] {} <Debug> HTTP-Session: 95414a44-8821-425d-9e22-82ed4b9551d9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3804 | 2024.03.25 19:37:09.997434 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3805 | 2024.03.25 19:37:09.997485 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 3806 | 2024.03.25 19:37:09.997503 [ 3 ] {} <Debug> HTTP-Session: fff29976-3481-4333-92a5-ae2fd363fed9 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 3807 | 2024.03.25 19:37:09.997519 [ 3 ] {} <Debug> HTTP-Session: fff29976-3481-4333-92a5-ae2fd363fed9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3808 | 2024.03.25 19:37:09.997533 [ 3 ] {} <Debug> HTTP-Session: fff29976-3481-4333-92a5-ae2fd363fed9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3809 | 2024.03.25 19:37:09.997563 [ 3 ] {} <Trace> HTTP-Session: fff29976-3481-4333-92a5-ae2fd363fed9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3810 | 2024.03.25 19:37:09.997642 [ 3 ] {89c1505e-0f64-4b3f-a6ee-9686a690f2c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 3811 | 2024.03.25 19:37:09.997684 [ 3 ] {89c1505e-0f64-4b3f-a6ee-9686a690f2c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3812 | 2024.03.25 19:37:09.997808 [ 3 ] {89c1505e-0f64-4b3f-a6ee-9686a690f2c1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3813 | 2024.03.25 19:37:09.998065 [ 3 ] {89c1505e-0f64-4b3f-a6ee-9686a690f2c1} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3814 | 2024.03.25 19:37:09.998101 [ 3 ] {89c1505e-0f64-4b3f-a6ee-9686a690f2c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 3815 | 2024.03.25 19:37:09.998466 [ 3 ] {89c1505e-0f64-4b3f-a6ee-9686a690f2c1} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3816 | 2024.03.25 19:37:09.998801 [ 3 ] {89c1505e-0f64-4b3f-a6ee-9686a690f2c1} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3817 | 2024.03.25 19:37:09.998955 [ 3 ] {89c1505e-0f64-4b3f-a6ee-9686a690f2c1} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001347 sec., 22271.714922048996 rows/sec., 1.53 MiB/sec. | ||
| 3818 | 2024.03.25 19:37:09.999182 [ 3 ] {89c1505e-0f64-4b3f-a6ee-9686a690f2c1} <Debug> DynamicQueryHandler: Done processing query | ||
| 3819 | 2024.03.25 19:37:09.999219 [ 3 ] {89c1505e-0f64-4b3f-a6ee-9686a690f2c1} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 3820 | 2024.03.25 19:37:09.999247 [ 3 ] {} <Debug> HTTP-Session: fff29976-3481-4333-92a5-ae2fd363fed9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3821 | 2024.03.25 19:37:14.993506 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 7368, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3822 | 2024.03.25 19:37:14.993710 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 3823 | 2024.03.25 19:37:14.993755 [ 3 ] {} <Debug> HTTP-Session: c7d0fe45-b841-4193-ae75-fe5352d7668f Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 3824 | 2024.03.25 19:37:14.993797 [ 3 ] {} <Debug> HTTP-Session: c7d0fe45-b841-4193-ae75-fe5352d7668f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3825 | 2024.03.25 19:37:14.993826 [ 3 ] {} <Debug> HTTP-Session: c7d0fe45-b841-4193-ae75-fe5352d7668f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3826 | 2024.03.25 19:37:14.993903 [ 3 ] {} <Trace> HTTP-Session: c7d0fe45-b841-4193-ae75-fe5352d7668f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3827 | 2024.03.25 19:37:14.994109 [ 3 ] {5ca8fc0b-72d8-40bb-8951-601599925d61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 3828 | 2024.03.25 19:37:14.994212 [ 3 ] {5ca8fc0b-72d8-40bb-8951-601599925d61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 3829 | 2024.03.25 19:37:14.994531 [ 3 ] {5ca8fc0b-72d8-40bb-8951-601599925d61} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3830 | 2024.03.25 19:37:14.995031 [ 3 ] {5ca8fc0b-72d8-40bb-8951-601599925d61} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3831 | 2024.03.25 19:37:14.995078 [ 3 ] {5ca8fc0b-72d8-40bb-8951-601599925d61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 3832 | 2024.03.25 19:37:14.995498 [ 3 ] {5ca8fc0b-72d8-40bb-8951-601599925d61} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3833 | 2024.03.25 19:37:14.995845 [ 3 ] {5ca8fc0b-72d8-40bb-8951-601599925d61} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3834 | 2024.03.25 19:37:14.996014 [ 3 ] {5ca8fc0b-72d8-40bb-8951-601599925d61} <Debug> executeQuery: Read 51 rows, 4.13 KiB in 0.002005 sec., 25436.40897755611 rows/sec., 2.01 MiB/sec. | ||
| 3835 | 2024.03.25 19:37:14.996171 [ 3 ] {5ca8fc0b-72d8-40bb-8951-601599925d61} <Debug> DynamicQueryHandler: Done processing query | ||
| 3836 | 2024.03.25 19:37:14.996197 [ 3 ] {5ca8fc0b-72d8-40bb-8951-601599925d61} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 3837 | 2024.03.25 19:37:14.996214 [ 3 ] {} <Debug> HTTP-Session: c7d0fe45-b841-4193-ae75-fe5352d7668f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3838 | 2024.03.25 19:37:14.996380 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3839 | 2024.03.25 19:37:14.996433 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 3840 | 2024.03.25 19:37:14.996452 [ 3 ] {} <Debug> HTTP-Session: 1a44d067-5add-4ffa-88a6-94a68ed3f3fa Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 3841 | 2024.03.25 19:37:14.996470 [ 3 ] {} <Debug> HTTP-Session: 1a44d067-5add-4ffa-88a6-94a68ed3f3fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3842 | 2024.03.25 19:37:14.996483 [ 3 ] {} <Debug> HTTP-Session: 1a44d067-5add-4ffa-88a6-94a68ed3f3fa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3843 | 2024.03.25 19:37:14.996520 [ 3 ] {} <Trace> HTTP-Session: 1a44d067-5add-4ffa-88a6-94a68ed3f3fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3844 | 2024.03.25 19:37:14.996597 [ 3 ] {7b4e99a5-7acd-48cd-850b-281ddc0c3886} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 3845 | 2024.03.25 19:37:14.996642 [ 3 ] {7b4e99a5-7acd-48cd-850b-281ddc0c3886} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3846 | 2024.03.25 19:37:14.996774 [ 3 ] {7b4e99a5-7acd-48cd-850b-281ddc0c3886} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3847 | 2024.03.25 19:37:14.997083 [ 3 ] {7b4e99a5-7acd-48cd-850b-281ddc0c3886} <Trace> oximeter.fields_ipaddr (d9ee32b3-8a1d-44e7-a34c-f0038ee3937b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3848 | 2024.03.25 19:37:14.997136 [ 3 ] {7b4e99a5-7acd-48cd-850b-281ddc0c3886} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 3849 | 2024.03.25 19:37:14.997513 [ 3 ] {7b4e99a5-7acd-48cd-850b-281ddc0c3886} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 3850 | 2024.03.25 19:37:14.997844 [ 3 ] {7b4e99a5-7acd-48cd-850b-281ddc0c3886} <Trace> oximeter.fields_ipaddr (d9ee32b3-8a1d-44e7-a34c-f0038ee3937b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3851 | 2024.03.25 19:37:14.998001 [ 3 ] {7b4e99a5-7acd-48cd-850b-281ddc0c3886} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001435 sec., 2787.456445993031 rows/sec., 227.30 KiB/sec. | ||
| 3852 | 2024.03.25 19:37:14.998116 [ 3 ] {7b4e99a5-7acd-48cd-850b-281ddc0c3886} <Debug> DynamicQueryHandler: Done processing query | ||
| 3853 | 2024.03.25 19:37:14.998140 [ 3 ] {7b4e99a5-7acd-48cd-850b-281ddc0c3886} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 3854 | 2024.03.25 19:37:14.998156 [ 3 ] {} <Debug> HTTP-Session: 1a44d067-5add-4ffa-88a6-94a68ed3f3fa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3855 | 2024.03.25 19:37:14.998301 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 28453, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3856 | 2024.03.25 19:37:14.998351 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 3857 | 2024.03.25 19:37:14.998369 [ 3 ] {} <Debug> HTTP-Session: ab526721-57c6-40b0-8ea5-cb9d3e33f137 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 3858 | 2024.03.25 19:37:14.998386 [ 3 ] {} <Debug> HTTP-Session: ab526721-57c6-40b0-8ea5-cb9d3e33f137 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3859 | 2024.03.25 19:37:14.998399 [ 3 ] {} <Debug> HTTP-Session: ab526721-57c6-40b0-8ea5-cb9d3e33f137 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3860 | 2024.03.25 19:37:14.998432 [ 3 ] {} <Trace> HTTP-Session: ab526721-57c6-40b0-8ea5-cb9d3e33f137 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3861 | 2024.03.25 19:37:14.998567 [ 3 ] {7224159a-0db2-468f-bf5f-a8b420c674b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 3862 | 2024.03.25 19:37:14.998609 [ 3 ] {7224159a-0db2-468f-bf5f-a8b420c674b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3863 | 2024.03.25 19:37:14.998737 [ 3 ] {7224159a-0db2-468f-bf5f-a8b420c674b7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3864 | 2024.03.25 19:37:14.999103 [ 3 ] {7224159a-0db2-468f-bf5f-a8b420c674b7} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3865 | 2024.03.25 19:37:14.999140 [ 3 ] {7224159a-0db2-468f-bf5f-a8b420c674b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 3866 | 2024.03.25 19:37:14.999474 [ 3 ] {7224159a-0db2-468f-bf5f-a8b420c674b7} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3867 | 2024.03.25 19:37:14.999778 [ 3 ] {7224159a-0db2-468f-bf5f-a8b420c674b7} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3868 | 2024.03.25 19:37:14.999943 [ 3 ] {7224159a-0db2-468f-bf5f-a8b420c674b7} <Debug> executeQuery: Read 181 rows, 17.40 KiB in 0.001463 sec., 123718.3868762816 rows/sec., 11.61 MiB/sec. | ||
| 3869 | 2024.03.25 19:37:15.000058 [ 3 ] {7224159a-0db2-468f-bf5f-a8b420c674b7} <Debug> DynamicQueryHandler: Done processing query | ||
| 3870 | 2024.03.25 19:37:15.000083 [ 3 ] {7224159a-0db2-468f-bf5f-a8b420c674b7} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
| 3871 | 2024.03.25 19:37:15.000100 [ 3 ] {} <Debug> HTTP-Session: ab526721-57c6-40b0-8ea5-cb9d3e33f137 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3872 | 2024.03.25 19:37:15.000230 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 608, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3873 | 2024.03.25 19:37:15.000335 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 3874 | 2024.03.25 19:37:15.000356 [ 3 ] {} <Debug> HTTP-Session: 2c3b2c7b-e0c4-46a6-893c-9d4385c76ce3 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 3875 | 2024.03.25 19:37:15.000393 [ 3 ] {} <Debug> HTTP-Session: 2c3b2c7b-e0c4-46a6-893c-9d4385c76ce3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3876 | 2024.03.25 19:37:15.000437 [ 3 ] {} <Debug> HTTP-Session: 2c3b2c7b-e0c4-46a6-893c-9d4385c76ce3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3877 | 2024.03.25 19:37:15.000491 [ 3 ] {} <Trace> HTTP-Session: 2c3b2c7b-e0c4-46a6-893c-9d4385c76ce3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3878 | 2024.03.25 19:37:15.000650 [ 3 ] {88886c8f-c180-4fa8-add2-e55211c86110} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 3879 | 2024.03.25 19:37:15.000694 [ 3 ] {88886c8f-c180-4fa8-add2-e55211c86110} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3880 | 2024.03.25 19:37:15.000826 [ 3 ] {88886c8f-c180-4fa8-add2-e55211c86110} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3881 | 2024.03.25 19:37:15.001071 [ 3 ] {88886c8f-c180-4fa8-add2-e55211c86110} <Trace> oximeter.fields_u16 (c5488911-6586-43c0-ae3f-1262ae9a0dfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3882 | 2024.03.25 19:37:15.001109 [ 3 ] {88886c8f-c180-4fa8-add2-e55211c86110} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 3883 | 2024.03.25 19:37:15.001405 [ 3 ] {88886c8f-c180-4fa8-add2-e55211c86110} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 3884 | 2024.03.25 19:37:15.001712 [ 3 ] {88886c8f-c180-4fa8-add2-e55211c86110} <Trace> oximeter.fields_u16 (c5488911-6586-43c0-ae3f-1262ae9a0dfa): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3885 | 2024.03.25 19:37:15.001868 [ 3 ] {88886c8f-c180-4fa8-add2-e55211c86110} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001271 sec., 3147.128245476003 rows/sec., 219.75 KiB/sec. | ||
| 3886 | 2024.03.25 19:37:15.001978 [ 3 ] {88886c8f-c180-4fa8-add2-e55211c86110} <Debug> DynamicQueryHandler: Done processing query | ||
| 3887 | 2024.03.25 19:37:15.002002 [ 3 ] {88886c8f-c180-4fa8-add2-e55211c86110} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 3888 | 2024.03.25 19:37:15.002018 [ 3 ] {} <Debug> HTTP-Session: 2c3b2c7b-e0c4-46a6-893c-9d4385c76ce3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3889 | 2024.03.25 19:37:15.002144 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 14117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3890 | 2024.03.25 19:37:15.002192 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 3891 | 2024.03.25 19:37:15.002212 [ 3 ] {} <Debug> HTTP-Session: dd48321d-a14e-4572-b486-7a4d1ba04a46 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 3892 | 2024.03.25 19:37:15.002229 [ 3 ] {} <Debug> HTTP-Session: dd48321d-a14e-4572-b486-7a4d1ba04a46 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3893 | 2024.03.25 19:37:15.002242 [ 3 ] {} <Debug> HTTP-Session: dd48321d-a14e-4572-b486-7a4d1ba04a46 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3894 | 2024.03.25 19:37:15.002272 [ 3 ] {} <Trace> HTTP-Session: dd48321d-a14e-4572-b486-7a4d1ba04a46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3895 | 2024.03.25 19:37:15.002359 [ 3 ] {9ec4d9e2-4e25-42be-8818-ebf1f183ce4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 3896 | 2024.03.25 19:37:15.002399 [ 3 ] {9ec4d9e2-4e25-42be-8818-ebf1f183ce4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3897 | 2024.03.25 19:37:15.002525 [ 3 ] {9ec4d9e2-4e25-42be-8818-ebf1f183ce4f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3898 | 2024.03.25 19:37:15.002821 [ 3 ] {9ec4d9e2-4e25-42be-8818-ebf1f183ce4f} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3899 | 2024.03.25 19:37:15.002857 [ 3 ] {9ec4d9e2-4e25-42be-8818-ebf1f183ce4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 3900 | 2024.03.25 19:37:15.003161 [ 3 ] {9ec4d9e2-4e25-42be-8818-ebf1f183ce4f} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3901 | 2024.03.25 19:37:15.003483 [ 3 ] {9ec4d9e2-4e25-42be-8818-ebf1f183ce4f} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3902 | 2024.03.25 19:37:15.003652 [ 3 ] {9ec4d9e2-4e25-42be-8818-ebf1f183ce4f} <Debug> executeQuery: Read 83 rows, 6.65 KiB in 0.001328 sec., 62500 rows/sec., 4.89 MiB/sec. | ||
| 3903 | 2024.03.25 19:37:15.003765 [ 3 ] {9ec4d9e2-4e25-42be-8818-ebf1f183ce4f} <Debug> DynamicQueryHandler: Done processing query | ||
| 3904 | 2024.03.25 19:37:15.003789 [ 3 ] {9ec4d9e2-4e25-42be-8818-ebf1f183ce4f} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 3905 | 2024.03.25 19:37:15.003805 [ 3 ] {} <Debug> HTTP-Session: dd48321d-a14e-4572-b486-7a4d1ba04a46 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3906 | 2024.03.25 19:37:15.003943 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 19518, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3907 | 2024.03.25 19:37:15.003990 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 3908 | 2024.03.25 19:37:15.004009 [ 3 ] {} <Debug> HTTP-Session: 821697f0-f880-4937-994b-db62fca742a3 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 3909 | 2024.03.25 19:37:15.004026 [ 3 ] {} <Debug> HTTP-Session: 821697f0-f880-4937-994b-db62fca742a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3910 | 2024.03.25 19:37:15.004040 [ 3 ] {} <Debug> HTTP-Session: 821697f0-f880-4937-994b-db62fca742a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3911 | 2024.03.25 19:37:15.004070 [ 3 ] {} <Trace> HTTP-Session: 821697f0-f880-4937-994b-db62fca742a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3912 | 2024.03.25 19:37:15.004170 [ 3 ] {1ac3b3b1-fdb8-49fb-bf1c-4cfc5e81498b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 3913 | 2024.03.25 19:37:15.004215 [ 3 ] {1ac3b3b1-fdb8-49fb-bf1c-4cfc5e81498b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3914 | 2024.03.25 19:37:15.004359 [ 3 ] {1ac3b3b1-fdb8-49fb-bf1c-4cfc5e81498b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3915 | 2024.03.25 19:37:15.004649 [ 3 ] {1ac3b3b1-fdb8-49fb-bf1c-4cfc5e81498b} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3916 | 2024.03.25 19:37:15.004687 [ 3 ] {1ac3b3b1-fdb8-49fb-bf1c-4cfc5e81498b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 3917 | 2024.03.25 19:37:15.005066 [ 3 ] {1ac3b3b1-fdb8-49fb-bf1c-4cfc5e81498b} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3918 | 2024.03.25 19:37:15.005400 [ 3 ] {1ac3b3b1-fdb8-49fb-bf1c-4cfc5e81498b} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3919 | 2024.03.25 19:37:15.005566 [ 3 ] {1ac3b3b1-fdb8-49fb-bf1c-4cfc5e81498b} <Debug> executeQuery: Read 102 rows, 7.24 KiB in 0.00144 sec., 70833.33333333333 rows/sec., 4.91 MiB/sec. | ||
| 3920 | 2024.03.25 19:37:15.005805 [ 3 ] {1ac3b3b1-fdb8-49fb-bf1c-4cfc5e81498b} <Debug> DynamicQueryHandler: Done processing query | ||
| 3921 | 2024.03.25 19:37:15.005842 [ 3 ] {1ac3b3b1-fdb8-49fb-bf1c-4cfc5e81498b} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
| 3922 | 2024.03.25 19:37:15.005867 [ 3 ] {} <Debug> HTTP-Session: 821697f0-f880-4937-994b-db62fca742a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3923 | 2024.03.25 19:37:15.006042 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 54561, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3924 | 2024.03.25 19:37:15.006090 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 3925 | 2024.03.25 19:37:15.006109 [ 3 ] {} <Debug> HTTP-Session: ed4c7e17-99ef-436e-a156-21f66ded5574 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 3926 | 2024.03.25 19:37:15.006125 [ 3 ] {} <Debug> HTTP-Session: ed4c7e17-99ef-436e-a156-21f66ded5574 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3927 | 2024.03.25 19:37:15.006139 [ 3 ] {} <Debug> HTTP-Session: ed4c7e17-99ef-436e-a156-21f66ded5574 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3928 | 2024.03.25 19:37:15.006169 [ 3 ] {} <Trace> HTTP-Session: ed4c7e17-99ef-436e-a156-21f66ded5574 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3929 | 2024.03.25 19:37:15.006497 [ 3 ] {0e1b8481-ac39-4a00-85ed-256844344024} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 3930 | 2024.03.25 19:37:15.006545 [ 3 ] {0e1b8481-ac39-4a00-85ed-256844344024} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 3931 | 2024.03.25 19:37:15.006725 [ 3 ] {0e1b8481-ac39-4a00-85ed-256844344024} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3932 | 2024.03.25 19:37:15.007221 [ 3 ] {0e1b8481-ac39-4a00-85ed-256844344024} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3933 | 2024.03.25 19:37:15.007258 [ 3 ] {0e1b8481-ac39-4a00-85ed-256844344024} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 3934 | 2024.03.25 19:37:15.007681 [ 3 ] {0e1b8481-ac39-4a00-85ed-256844344024} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3935 | 2024.03.25 19:37:15.008032 [ 3 ] {0e1b8481-ac39-4a00-85ed-256844344024} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3936 | 2024.03.25 19:37:15.008195 [ 3 ] {0e1b8481-ac39-4a00-85ed-256844344024} <Debug> executeQuery: Read 51 rows, 70.47 KiB in 0.00197 sec., 25888.324873096448 rows/sec., 34.93 MiB/sec. | ||
| 3937 | 2024.03.25 19:37:15.008436 [ 3 ] {0e1b8481-ac39-4a00-85ed-256844344024} <Debug> DynamicQueryHandler: Done processing query | ||
| 3938 | 2024.03.25 19:37:15.008490 [ 3 ] {0e1b8481-ac39-4a00-85ed-256844344024} <Debug> MemoryTracker: Peak memory usage (for query): 4.52 MiB. | ||
| 3939 | 2024.03.25 19:37:15.008529 [ 3 ] {} <Debug> HTTP-Session: ed4c7e17-99ef-436e-a156-21f66ded5574 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3940 | 2024.03.25 19:37:15.008667 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3941 | 2024.03.25 19:37:15.008717 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 3942 | 2024.03.25 19:37:15.008737 [ 3 ] {} <Debug> HTTP-Session: cc29b12a-d885-4c71-91e3-0bcde6051b87 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 3943 | 2024.03.25 19:37:15.008755 [ 3 ] {} <Debug> HTTP-Session: cc29b12a-d885-4c71-91e3-0bcde6051b87 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3944 | 2024.03.25 19:37:15.008768 [ 3 ] {} <Debug> HTTP-Session: cc29b12a-d885-4c71-91e3-0bcde6051b87 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3945 | 2024.03.25 19:37:15.008798 [ 3 ] {} <Trace> HTTP-Session: cc29b12a-d885-4c71-91e3-0bcde6051b87 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3946 | 2024.03.25 19:37:15.008874 [ 3 ] {a128bf13-47b2-40ba-a19e-8386916518d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 3947 | 2024.03.25 19:37:15.008918 [ 3 ] {a128bf13-47b2-40ba-a19e-8386916518d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3948 | 2024.03.25 19:37:15.009060 [ 3 ] {a128bf13-47b2-40ba-a19e-8386916518d8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3949 | 2024.03.25 19:37:15.009315 [ 3 ] {a128bf13-47b2-40ba-a19e-8386916518d8} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3950 | 2024.03.25 19:37:15.009353 [ 3 ] {a128bf13-47b2-40ba-a19e-8386916518d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 3951 | 2024.03.25 19:37:15.009719 [ 3 ] {a128bf13-47b2-40ba-a19e-8386916518d8} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3952 | 2024.03.25 19:37:15.010069 [ 3 ] {a128bf13-47b2-40ba-a19e-8386916518d8} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3953 | 2024.03.25 19:37:15.010244 [ 3 ] {a128bf13-47b2-40ba-a19e-8386916518d8} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.00139 sec., 21582.733812949642 rows/sec., 1.48 MiB/sec. | ||
| 3954 | 2024.03.25 19:37:15.010356 [ 3 ] {a128bf13-47b2-40ba-a19e-8386916518d8} <Debug> DynamicQueryHandler: Done processing query | ||
| 3955 | 2024.03.25 19:37:15.010382 [ 3 ] {a128bf13-47b2-40ba-a19e-8386916518d8} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 3956 | 2024.03.25 19:37:15.010397 [ 3 ] {} <Debug> HTTP-Session: cc29b12a-d885-4c71-91e3-0bcde6051b87 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3957 | 2024.03.25 19:37:19.991048 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 3629, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3958 | 2024.03.25 19:37:19.991184 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 3959 | 2024.03.25 19:37:19.991215 [ 3 ] {} <Debug> HTTP-Session: eff3f32a-c6e4-43c5-82cc-f810c52cc82b Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 3960 | 2024.03.25 19:37:19.991244 [ 3 ] {} <Debug> HTTP-Session: eff3f32a-c6e4-43c5-82cc-f810c52cc82b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3961 | 2024.03.25 19:37:19.991262 [ 3 ] {} <Debug> HTTP-Session: eff3f32a-c6e4-43c5-82cc-f810c52cc82b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3962 | 2024.03.25 19:37:19.991317 [ 3 ] {} <Trace> HTTP-Session: eff3f32a-c6e4-43c5-82cc-f810c52cc82b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3963 | 2024.03.25 19:37:19.991455 [ 3 ] {47fc9278-95f3-4a42-9337-508d6fd8ee21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 3964 | 2024.03.25 19:37:19.991528 [ 3 ] {47fc9278-95f3-4a42-9337-508d6fd8ee21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3965 | 2024.03.25 19:37:19.991749 [ 3 ] {47fc9278-95f3-4a42-9337-508d6fd8ee21} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3966 | 2024.03.25 19:37:19.992135 [ 3 ] {47fc9278-95f3-4a42-9337-508d6fd8ee21} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3967 | 2024.03.25 19:37:19.992174 [ 3 ] {47fc9278-95f3-4a42-9337-508d6fd8ee21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 3968 | 2024.03.25 19:37:19.992562 [ 3 ] {47fc9278-95f3-4a42-9337-508d6fd8ee21} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3969 | 2024.03.25 19:37:19.992902 [ 3 ] {47fc9278-95f3-4a42-9337-508d6fd8ee21} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3970 | 2024.03.25 19:37:19.993039 [ 24 ] {} <Debug> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3971 | 2024.03.25 19:37:19.993048 [ 3 ] {47fc9278-95f3-4a42-9337-508d6fd8ee21} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.001659 sec., 15672.091621458709 rows/sec., 1.18 MiB/sec. | ||
| 3972 | 2024.03.25 19:37:19.993078 [ 24 ] {} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3973 | 2024.03.25 19:37:19.993113 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 3974 | 2024.03.25 19:37:19.993277 [ 3 ] {47fc9278-95f3-4a42-9337-508d6fd8ee21} <Debug> DynamicQueryHandler: Done processing query | ||
| 3975 | 2024.03.25 19:37:19.993379 [ 3 ] {47fc9278-95f3-4a42-9337-508d6fd8ee21} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 3976 | 2024.03.25 19:37:19.993475 [ 3 ] {} <Debug> HTTP-Session: eff3f32a-c6e4-43c5-82cc-f810c52cc82b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3977 | 2024.03.25 19:37:19.993802 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4792, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3978 | 2024.03.25 19:37:19.993869 [ 197 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::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 | ||
| 3979 | 2024.03.25 19:37:19.993902 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 3980 | 2024.03.25 19:37:19.993965 [ 3 ] {} <Debug> HTTP-Session: 4776dd3e-51f8-45fd-90ec-6c6b9920dbbd Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 3981 | 2024.03.25 19:37:19.993993 [ 3 ] {} <Debug> HTTP-Session: 4776dd3e-51f8-45fd-90ec-6c6b9920dbbd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3982 | 2024.03.25 19:37:19.994027 [ 3 ] {} <Debug> HTTP-Session: 4776dd3e-51f8-45fd-90ec-6c6b9920dbbd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3983 | 2024.03.25 19:37:19.994115 [ 3 ] {} <Trace> HTTP-Session: 4776dd3e-51f8-45fd-90ec-6c6b9920dbbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3984 | 2024.03.25 19:37:19.994238 [ 197 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3985 | 2024.03.25 19:37:19.994303 [ 3 ] {66f716bc-aba6-4634-b0c4-1a141f59b0fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 3986 | 2024.03.25 19:37:19.994308 [ 197 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 218 rows starting from the beginning of the part | ||
| 3987 | 2024.03.25 19:37:19.994395 [ 3 ] {66f716bc-aba6-4634-b0c4-1a141f59b0fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3988 | 2024.03.25 19:37:19.994556 [ 197 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 62 rows starting from the beginning of the part | ||
| 3989 | 2024.03.25 19:37:19.994902 [ 197 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 181 rows starting from the beginning of the part | ||
| 3990 | 2024.03.25 19:37:19.995301 [ 197 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 26 rows starting from the beginning of the part | ||
| 3991 | 2024.03.25 19:37:19.995589 [ 197 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 181 rows starting from the beginning of the part | ||
| 3992 | 2024.03.25 19:37:19.995990 [ 197 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 26 rows starting from the beginning of the part | ||
| 3993 | 2024.03.25 19:37:19.996027 [ 3 ] {66f716bc-aba6-4634-b0c4-1a141f59b0fc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3994 | 2024.03.25 19:37:19.996989 [ 3 ] {66f716bc-aba6-4634-b0c4-1a141f59b0fc} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3995 | 2024.03.25 19:37:19.997061 [ 3 ] {66f716bc-aba6-4634-b0c4-1a141f59b0fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 3996 | 2024.03.25 19:37:19.997879 [ 3 ] {66f716bc-aba6-4634-b0c4-1a141f59b0fc} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3997 | 2024.03.25 19:37:19.998843 [ 3 ] {66f716bc-aba6-4634-b0c4-1a141f59b0fc} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3998 | 2024.03.25 19:37:19.998956 [ 197 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 694 rows, containing 4 columns (4 merged, 0 gathered) in 0.005719251 sec., 121344.5606776132 rows/sec., 10.92 MiB/sec. | ||
| 3999 | 2024.03.25 19:37:19.999096 [ 24 ] {} <Debug> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4000 | 2024.03.25 19:37:19.999173 [ 3 ] {66f716bc-aba6-4634-b0c4-1a141f59b0fc} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.004948 sec., 5658.852061438965 rows/sec., 451.97 KiB/sec. | ||
| 4001 | 2024.03.25 19:37:19.999179 [ 24 ] {} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4002 | 2024.03.25 19:37:19.999276 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 4003 | 2024.03.25 19:37:19.999290 [ 197 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4004 | 2024.03.25 19:37:19.999674 [ 3 ] {66f716bc-aba6-4634-b0c4-1a141f59b0fc} <Debug> DynamicQueryHandler: Done processing query | ||
| 4005 | 2024.03.25 19:37:19.999693 [ 190 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::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 | ||
| 4006 | 2024.03.25 19:37:19.999763 [ 3 ] {66f716bc-aba6-4634-b0c4-1a141f59b0fc} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 4007 | 2024.03.25 19:37:19.999906 [ 3 ] {} <Debug> HTTP-Session: 4776dd3e-51f8-45fd-90ec-6c6b9920dbbd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4008 | 2024.03.25 19:37:20.000289 [ 190 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4009 | 2024.03.25 19:37:20.000351 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 19137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4010 | 2024.03.25 19:37:20.000388 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 186.53 MiB, peak 190.93 MiB, free memory in arenas 0.00 B, will set to 182.20 MiB (RSS), difference: -4.33 MiB | ||
| 4011 | 2024.03.25 19:37:20.000403 [ 190 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 124 rows starting from the beginning of the part | ||
| 4012 | 2024.03.25 19:37:20.000490 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 4013 | 2024.03.25 19:37:20.000625 [ 3 ] {} <Debug> HTTP-Session: 13ef18c3-38d3-4494-8038-95e0c35cb9cb Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 4014 | 2024.03.25 19:37:20.000741 [ 197 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_26_5} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4015 | 2024.03.25 19:37:20.000801 [ 3 ] {} <Debug> HTTP-Session: 13ef18c3-38d3-4494-8038-95e0c35cb9cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4016 | 2024.03.25 19:37:20.000885 [ 190 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 52 rows starting from the beginning of the part | ||
| 4017 | 2024.03.25 19:37:20.000939 [ 3 ] {} <Debug> HTTP-Session: 13ef18c3-38d3-4494-8038-95e0c35cb9cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4018 | 2024.03.25 19:37:20.001206 [ 197 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_26_5} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4019 | 2024.03.25 19:37:20.001308 [ 190 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 83 rows starting from the beginning of the part | ||
| 4020 | 2024.03.25 19:37:20.001618 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
| 4021 | 2024.03.25 19:37:20.001885 [ 190 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 28 rows starting from the beginning of the part | ||
| 4022 | 2024.03.25 19:37:20.001902 [ 3 ] {} <Trace> HTTP-Session: 13ef18c3-38d3-4494-8038-95e0c35cb9cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4023 | 2024.03.25 19:37:20.002219 [ 190 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 83 rows starting from the beginning of the part | ||
| 4024 | 2024.03.25 19:37:20.002454 [ 190 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 28 rows starting from the beginning of the part | ||
| 4025 | 2024.03.25 19:37:20.002675 [ 3 ] {a37fe3bd-b5fe-4f1f-8524-edd17f1c45f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4026 | 2024.03.25 19:37:20.002874 [ 3 ] {a37fe3bd-b5fe-4f1f-8524-edd17f1c45f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4027 | 2024.03.25 19:37:20.003328 [ 3 ] {a37fe3bd-b5fe-4f1f-8524-edd17f1c45f5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4028 | 2024.03.25 19:37:20.004341 [ 3 ] {a37fe3bd-b5fe-4f1f-8524-edd17f1c45f5} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4029 | 2024.03.25 19:37:20.004411 [ 3 ] {a37fe3bd-b5fe-4f1f-8524-edd17f1c45f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 4030 | 2024.03.25 19:37:20.005148 [ 197 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 398 rows, containing 4 columns (4 merged, 0 gathered) in 0.005671569 sec., 70174.58484592183 rows/sec., 5.48 MiB/sec. | ||
| 4031 | 2024.03.25 19:37:20.005348 [ 3 ] {a37fe3bd-b5fe-4f1f-8524-edd17f1c45f5} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4032 | 2024.03.25 19:37:20.005492 [ 197 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4033 | 2024.03.25 19:37:20.006274 [ 3 ] {a37fe3bd-b5fe-4f1f-8524-edd17f1c45f5} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4034 | 2024.03.25 19:37:20.006531 [ 24 ] {} <Debug> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4035 | 2024.03.25 19:37:20.006572 [ 3 ] {a37fe3bd-b5fe-4f1f-8524-edd17f1c45f5} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.004199 sec., 23815.194093831866 rows/sec., 1.65 MiB/sec. | ||
| 4036 | 2024.03.25 19:37:20.006609 [ 24 ] {} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4037 | 2024.03.25 19:37:20.006626 [ 197 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_26_5} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4038 | 2024.03.25 19:37:20.006682 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 4039 | 2024.03.25 19:37:20.007184 [ 3 ] {a37fe3bd-b5fe-4f1f-8524-edd17f1c45f5} <Debug> DynamicQueryHandler: Done processing query | ||
| 4040 | 2024.03.25 19:37:20.007166 [ 197 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_26_5} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4041 | 2024.03.25 19:37:20.007283 [ 3 ] {a37fe3bd-b5fe-4f1f-8524-edd17f1c45f5} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
| 4042 | 2024.03.25 19:37:20.007434 [ 3 ] {} <Debug> HTTP-Session: 13ef18c3-38d3-4494-8038-95e0c35cb9cb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4043 | 2024.03.25 19:37:20.007597 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 4044 | 2024.03.25 19:37:20.007726 [ 190 ] {f120f923-a49b-460a-9be5-7ff67cf25969::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 | ||
| 4045 | 2024.03.25 19:37:20.007759 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4046 | 2024.03.25 19:37:20.007869 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 4047 | 2024.03.25 19:37:20.007930 [ 3 ] {} <Debug> HTTP-Session: 00fc90b2-5c25-46ee-b32e-0f591e5a7edc Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 4048 | 2024.03.25 19:37:20.008004 [ 3 ] {} <Debug> HTTP-Session: 00fc90b2-5c25-46ee-b32e-0f591e5a7edc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4049 | 2024.03.25 19:37:20.008082 [ 3 ] {} <Debug> HTTP-Session: 00fc90b2-5c25-46ee-b32e-0f591e5a7edc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4050 | 2024.03.25 19:37:20.008215 [ 3 ] {} <Trace> HTTP-Session: 00fc90b2-5c25-46ee-b32e-0f591e5a7edc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4051 | 2024.03.25 19:37:20.008337 [ 190 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4052 | 2024.03.25 19:37:20.008494 [ 3 ] {e649c247-f46e-4ea4-a106-a712d6800421} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 4053 | 2024.03.25 19:37:20.008522 [ 190 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 2403 rows starting from the beginning of the part | ||
| 4054 | 2024.03.25 19:37:20.008652 [ 3 ] {e649c247-f46e-4ea4-a106-a712d6800421} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4055 | 2024.03.25 19:37:20.008909 [ 190 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 136 rows starting from the beginning of the part | ||
| 4056 | 2024.03.25 19:37:20.009248 [ 190 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 102 rows starting from the beginning of the part | ||
| 4057 | 2024.03.25 19:37:20.009593 [ 190 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 100 rows starting from the beginning of the part | ||
| 4058 | 2024.03.25 19:37:20.009915 [ 190 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 102 rows starting from the beginning of the part | ||
| 4059 | 2024.03.25 19:37:20.010073 [ 3 ] {e649c247-f46e-4ea4-a106-a712d6800421} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4060 | 2024.03.25 19:37:20.010217 [ 190 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 100 rows starting from the beginning of the part | ||
| 4061 | 2024.03.25 19:37:20.011012 [ 3 ] {e649c247-f46e-4ea4-a106-a712d6800421} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4062 | 2024.03.25 19:37:20.011069 [ 3 ] {e649c247-f46e-4ea4-a106-a712d6800421} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 4063 | 2024.03.25 19:37:20.012049 [ 3 ] {e649c247-f46e-4ea4-a106-a712d6800421} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4064 | 2024.03.25 19:37:20.012939 [ 3 ] {e649c247-f46e-4ea4-a106-a712d6800421} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4065 | 2024.03.25 19:37:20.013172 [ 24 ] {} <Debug> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4066 | 2024.03.25 19:37:20.013275 [ 24 ] {} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4067 | 2024.03.25 19:37:20.013281 [ 3 ] {e649c247-f46e-4ea4-a106-a712d6800421} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.004924 sec., 6092.607636068236 rows/sec., 427.39 KiB/sec. | ||
| 4068 | 2024.03.25 19:37:20.013301 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 4069 | 2024.03.25 19:37:20.013820 [ 3 ] {e649c247-f46e-4ea4-a106-a712d6800421} <Debug> DynamicQueryHandler: Done processing query | ||
| 4070 | 2024.03.25 19:37:20.013935 [ 201 ] {9a1a39e4-f755-44be-b053-27de171f2434::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 | ||
| 4071 | 2024.03.25 19:37:20.013954 [ 3 ] {e649c247-f46e-4ea4-a106-a712d6800421} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 4072 | 2024.03.25 19:37:20.014102 [ 3 ] {} <Debug> HTTP-Session: 00fc90b2-5c25-46ee-b32e-0f591e5a7edc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4073 | 2024.03.25 19:37:20.014278 [ 190 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2943 rows, containing 5 columns (5 merged, 0 gathered) in 0.007394362 sec., 398005.940201467 rows/sec., 27.66 MiB/sec. | ||
| 4074 | 2024.03.25 19:37:20.014364 [ 201 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4075 | 2024.03.25 19:37:20.014407 [ 201 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 612 rows starting from the beginning of the part | ||
| 4076 | 2024.03.25 19:37:20.014661 [ 190 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4077 | 2024.03.25 19:37:20.014688 [ 201 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 30 rows starting from the beginning of the part | ||
| 4078 | 2024.03.25 19:37:20.014975 [ 201 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 30 rows starting from the beginning of the part | ||
| 4079 | 2024.03.25 19:37:20.015246 [ 201 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 30 rows starting from the beginning of the part | ||
| 4080 | 2024.03.25 19:37:20.015719 [ 201 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 30 rows starting from the beginning of the part | ||
| 4081 | 2024.03.25 19:37:20.015996 [ 201 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 30 rows starting from the beginning of the part | ||
| 4082 | 2024.03.25 19:37:20.016328 [ 190 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4083 | 2024.03.25 19:37:20.016534 [ 190 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4084 | 2024.03.25 19:37:20.016674 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. | ||
| 4085 | 2024.03.25 19:37:20.017476 [ 194 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 762 rows, containing 4 columns (4 merged, 0 gathered) in 0.003966618 sec., 192103.19723250388 rows/sec., 13.16 MiB/sec. | ||
| 4086 | 2024.03.25 19:37:20.017655 [ 194 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4087 | 2024.03.25 19:37:20.018053 [ 194 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_26_5} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4088 | 2024.03.25 19:37:20.018136 [ 194 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_26_5} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4089 | 2024.03.25 19:37:20.018222 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
| 4090 | 2024.03.25 19:37:21.000226 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 178.25 MiB, peak 190.93 MiB, free memory in arenas 0.00 B, will set to 182.77 MiB (RSS), difference: 4.52 MiB | ||
| 4091 | 2024.03.25 19:37:21.610492 [ 25 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4092 | 2024.03.25 19:37:21.610536 [ 25 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4093 | 2024.03.25 19:37:24.993546 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 7368, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4094 | 2024.03.25 19:37:24.993731 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 4095 | 2024.03.25 19:37:24.993785 [ 3 ] {} <Debug> HTTP-Session: e3118551-ee9f-480d-ac35-352012733a8b Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 4096 | 2024.03.25 19:37:24.993828 [ 3 ] {} <Debug> HTTP-Session: e3118551-ee9f-480d-ac35-352012733a8b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4097 | 2024.03.25 19:37:24.993858 [ 3 ] {} <Debug> HTTP-Session: e3118551-ee9f-480d-ac35-352012733a8b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4098 | 2024.03.25 19:37:24.993938 [ 3 ] {} <Trace> HTTP-Session: e3118551-ee9f-480d-ac35-352012733a8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4099 | 2024.03.25 19:37:24.994135 [ 3 ] {41f172bf-df7a-4a59-905e-c823ced86471} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 4100 | 2024.03.25 19:37:24.994201 [ 3 ] {41f172bf-df7a-4a59-905e-c823ced86471} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 4101 | 2024.03.25 19:37:24.994397 [ 3 ] {41f172bf-df7a-4a59-905e-c823ced86471} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4102 | 2024.03.25 19:37:24.994800 [ 3 ] {41f172bf-df7a-4a59-905e-c823ced86471} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4103 | 2024.03.25 19:37:24.994845 [ 3 ] {41f172bf-df7a-4a59-905e-c823ced86471} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 4104 | 2024.03.25 19:37:24.995241 [ 3 ] {41f172bf-df7a-4a59-905e-c823ced86471} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4105 | 2024.03.25 19:37:24.995612 [ 3 ] {41f172bf-df7a-4a59-905e-c823ced86471} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4106 | 2024.03.25 19:37:24.995797 [ 3 ] {41f172bf-df7a-4a59-905e-c823ced86471} <Debug> executeQuery: Read 51 rows, 4.13 KiB in 0.00175 sec., 29142.85714285714 rows/sec., 2.31 MiB/sec. | ||
| 4107 | 2024.03.25 19:37:24.995955 [ 3 ] {41f172bf-df7a-4a59-905e-c823ced86471} <Debug> DynamicQueryHandler: Done processing query | ||
| 4108 | 2024.03.25 19:37:24.995982 [ 3 ] {41f172bf-df7a-4a59-905e-c823ced86471} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 4109 | 2024.03.25 19:37:24.995998 [ 3 ] {} <Debug> HTTP-Session: e3118551-ee9f-480d-ac35-352012733a8b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4110 | 2024.03.25 19:37:24.996228 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 28163, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4111 | 2024.03.25 19:37:24.996281 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 4112 | 2024.03.25 19:37:24.996300 [ 3 ] {} <Debug> HTTP-Session: 0404784b-0b56-40db-a48f-9972ce876e05 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 4113 | 2024.03.25 19:37:24.996318 [ 3 ] {} <Debug> HTTP-Session: 0404784b-0b56-40db-a48f-9972ce876e05 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4114 | 2024.03.25 19:37:24.996334 [ 3 ] {} <Debug> HTTP-Session: 0404784b-0b56-40db-a48f-9972ce876e05 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4115 | 2024.03.25 19:37:24.996368 [ 3 ] {} <Trace> HTTP-Session: 0404784b-0b56-40db-a48f-9972ce876e05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4116 | 2024.03.25 19:37:24.996488 [ 3 ] {c049e42b-9a91-4036-b91d-ebf5ddfde3f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 4117 | 2024.03.25 19:37:24.996534 [ 3 ] {c049e42b-9a91-4036-b91d-ebf5ddfde3f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4118 | 2024.03.25 19:37:24.996664 [ 3 ] {c049e42b-9a91-4036-b91d-ebf5ddfde3f6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4119 | 2024.03.25 19:37:24.997056 [ 3 ] {c049e42b-9a91-4036-b91d-ebf5ddfde3f6} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4120 | 2024.03.25 19:37:24.997094 [ 3 ] {c049e42b-9a91-4036-b91d-ebf5ddfde3f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 4121 | 2024.03.25 19:37:24.997436 [ 3 ] {c049e42b-9a91-4036-b91d-ebf5ddfde3f6} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4122 | 2024.03.25 19:37:24.997753 [ 3 ] {c049e42b-9a91-4036-b91d-ebf5ddfde3f6} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4123 | 2024.03.25 19:37:24.997917 [ 3 ] {c049e42b-9a91-4036-b91d-ebf5ddfde3f6} <Debug> executeQuery: Read 179 rows, 17.23 KiB in 0.0015 sec., 119333.33333333333 rows/sec., 11.22 MiB/sec. | ||
| 4124 | 2024.03.25 19:37:24.998036 [ 3 ] {c049e42b-9a91-4036-b91d-ebf5ddfde3f6} <Debug> DynamicQueryHandler: Done processing query | ||
| 4125 | 2024.03.25 19:37:24.998060 [ 3 ] {c049e42b-9a91-4036-b91d-ebf5ddfde3f6} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
| 4126 | 2024.03.25 19:37:24.998076 [ 3 ] {} <Debug> HTTP-Session: 0404784b-0b56-40db-a48f-9972ce876e05 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4127 | 2024.03.25 19:37:24.998266 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 13435, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4128 | 2024.03.25 19:37:24.998317 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 4129 | 2024.03.25 19:37:24.998336 [ 3 ] {} <Debug> HTTP-Session: 33593c28-8179-45eb-82ea-f055b27d8854 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 4130 | 2024.03.25 19:37:24.998353 [ 3 ] {} <Debug> HTTP-Session: 33593c28-8179-45eb-82ea-f055b27d8854 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4131 | 2024.03.25 19:37:24.998367 [ 3 ] {} <Debug> HTTP-Session: 33593c28-8179-45eb-82ea-f055b27d8854 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4132 | 2024.03.25 19:37:24.998399 [ 3 ] {} <Trace> HTTP-Session: 33593c28-8179-45eb-82ea-f055b27d8854 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4133 | 2024.03.25 19:37:24.998486 [ 3 ] {ebf3a17b-fece-4441-bf50-d2d388b877d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 4134 | 2024.03.25 19:37:24.998528 [ 3 ] {ebf3a17b-fece-4441-bf50-d2d388b877d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4135 | 2024.03.25 19:37:24.998656 [ 3 ] {ebf3a17b-fece-4441-bf50-d2d388b877d8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4136 | 2024.03.25 19:37:24.998947 [ 3 ] {ebf3a17b-fece-4441-bf50-d2d388b877d8} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4137 | 2024.03.25 19:37:24.998984 [ 3 ] {ebf3a17b-fece-4441-bf50-d2d388b877d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 4138 | 2024.03.25 19:37:24.999305 [ 3 ] {ebf3a17b-fece-4441-bf50-d2d388b877d8} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4139 | 2024.03.25 19:37:24.999621 [ 3 ] {ebf3a17b-fece-4441-bf50-d2d388b877d8} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4140 | 2024.03.25 19:37:24.999775 [ 3 ] {ebf3a17b-fece-4441-bf50-d2d388b877d8} <Debug> executeQuery: Read 79 rows, 6.32 KiB in 0.00133 sec., 59398.496240601504 rows/sec., 4.64 MiB/sec. | ||
| 4141 | 2024.03.25 19:37:24.999889 [ 3 ] {ebf3a17b-fece-4441-bf50-d2d388b877d8} <Debug> DynamicQueryHandler: Done processing query | ||
| 4142 | 2024.03.25 19:37:24.999913 [ 3 ] {ebf3a17b-fece-4441-bf50-d2d388b877d8} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 4143 | 2024.03.25 19:37:24.999928 [ 3 ] {} <Debug> HTTP-Session: 33593c28-8179-45eb-82ea-f055b27d8854 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4144 | 2024.03.25 19:37:25.000071 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 19137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4145 | 2024.03.25 19:37:25.000220 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 183.96 MiB, peak 190.93 MiB, free memory in arenas 0.00 B, will set to 182.77 MiB (RSS), difference: -1.20 MiB | ||
| 4146 | 2024.03.25 19:37:25.000236 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 4147 | 2024.03.25 19:37:25.000313 [ 3 ] {} <Debug> HTTP-Session: 342cdabe-da85-4e67-bc02-cea6390c9e24 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 4148 | 2024.03.25 19:37:25.000339 [ 3 ] {} <Debug> HTTP-Session: 342cdabe-da85-4e67-bc02-cea6390c9e24 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4149 | 2024.03.25 19:37:25.000387 [ 3 ] {} <Debug> HTTP-Session: 342cdabe-da85-4e67-bc02-cea6390c9e24 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4150 | 2024.03.25 19:37:25.000468 [ 3 ] {} <Trace> HTTP-Session: 342cdabe-da85-4e67-bc02-cea6390c9e24 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4151 | 2024.03.25 19:37:25.000638 [ 3 ] {48db33ee-7d96-407c-85b0-19b585665573} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4152 | 2024.03.25 19:37:25.000754 [ 3 ] {48db33ee-7d96-407c-85b0-19b585665573} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4153 | 2024.03.25 19:37:25.000911 [ 3 ] {48db33ee-7d96-407c-85b0-19b585665573} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4154 | 2024.03.25 19:37:25.001311 [ 3 ] {48db33ee-7d96-407c-85b0-19b585665573} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4155 | 2024.03.25 19:37:25.001349 [ 3 ] {48db33ee-7d96-407c-85b0-19b585665573} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 4156 | 2024.03.25 19:37:25.001761 [ 3 ] {48db33ee-7d96-407c-85b0-19b585665573} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4157 | 2024.03.25 19:37:25.002118 [ 3 ] {48db33ee-7d96-407c-85b0-19b585665573} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4158 | 2024.03.25 19:37:25.002284 [ 3 ] {48db33ee-7d96-407c-85b0-19b585665573} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001729 sec., 57836.899942163094 rows/sec., 4.01 MiB/sec. | ||
| 4159 | 2024.03.25 19:37:25.002422 [ 3 ] {48db33ee-7d96-407c-85b0-19b585665573} <Debug> DynamicQueryHandler: Done processing query | ||
| 4160 | 2024.03.25 19:37:25.002446 [ 3 ] {48db33ee-7d96-407c-85b0-19b585665573} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
| 4161 | 2024.03.25 19:37:25.002463 [ 3 ] {} <Debug> HTTP-Session: 342cdabe-da85-4e67-bc02-cea6390c9e24 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4162 | 2024.03.25 19:37:25.002661 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 54562, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4163 | 2024.03.25 19:37:25.002710 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 4164 | 2024.03.25 19:37:25.002728 [ 3 ] {} <Debug> HTTP-Session: 5a3f79ea-fc89-49fc-950f-e817594ffcd8 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 4165 | 2024.03.25 19:37:25.002745 [ 3 ] {} <Debug> HTTP-Session: 5a3f79ea-fc89-49fc-950f-e817594ffcd8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4166 | 2024.03.25 19:37:25.002759 [ 3 ] {} <Debug> HTTP-Session: 5a3f79ea-fc89-49fc-950f-e817594ffcd8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4167 | 2024.03.25 19:37:25.002790 [ 3 ] {} <Trace> HTTP-Session: 5a3f79ea-fc89-49fc-950f-e817594ffcd8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4168 | 2024.03.25 19:37:25.003391 [ 3 ] {bbff7e5f-066d-4497-ae1a-b0500e83b821} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 4169 | 2024.03.25 19:37:25.003441 [ 3 ] {bbff7e5f-066d-4497-ae1a-b0500e83b821} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 4170 | 2024.03.25 19:37:25.003606 [ 3 ] {bbff7e5f-066d-4497-ae1a-b0500e83b821} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4171 | 2024.03.25 19:37:25.004219 [ 3 ] {bbff7e5f-066d-4497-ae1a-b0500e83b821} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4172 | 2024.03.25 19:37:25.004256 [ 3 ] {bbff7e5f-066d-4497-ae1a-b0500e83b821} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 4173 | 2024.03.25 19:37:25.004720 [ 3 ] {bbff7e5f-066d-4497-ae1a-b0500e83b821} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4174 | 2024.03.25 19:37:25.005092 [ 3 ] {bbff7e5f-066d-4497-ae1a-b0500e83b821} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4175 | 2024.03.25 19:37:25.005254 [ 3 ] {bbff7e5f-066d-4497-ae1a-b0500e83b821} <Debug> executeQuery: Read 51 rows, 70.47 KiB in 0.002402 sec., 21232.306411323898 rows/sec., 28.65 MiB/sec. | ||
| 4176 | 2024.03.25 19:37:25.005374 [ 3 ] {bbff7e5f-066d-4497-ae1a-b0500e83b821} <Debug> DynamicQueryHandler: Done processing query | ||
| 4177 | 2024.03.25 19:37:25.005398 [ 3 ] {bbff7e5f-066d-4497-ae1a-b0500e83b821} <Debug> MemoryTracker: Peak memory usage (for query): 4.52 MiB. | ||
| 4178 | 2024.03.25 19:37:25.005414 [ 3 ] {} <Debug> HTTP-Session: 5a3f79ea-fc89-49fc-950f-e817594ffcd8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4179 | 2024.03.25 19:37:25.005545 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4180 | 2024.03.25 19:37:25.005592 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 4181 | 2024.03.25 19:37:25.005611 [ 3 ] {} <Debug> HTTP-Session: 759c7b15-6d77-43a3-8de4-24ac95386766 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 4182 | 2024.03.25 19:37:25.005627 [ 3 ] {} <Debug> HTTP-Session: 759c7b15-6d77-43a3-8de4-24ac95386766 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4183 | 2024.03.25 19:37:25.005641 [ 3 ] {} <Debug> HTTP-Session: 759c7b15-6d77-43a3-8de4-24ac95386766 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4184 | 2024.03.25 19:37:25.005671 [ 3 ] {} <Trace> HTTP-Session: 759c7b15-6d77-43a3-8de4-24ac95386766 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4185 | 2024.03.25 19:37:25.005745 [ 3 ] {54126bc8-9222-41c1-a3f9-a670e4b26f55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 4186 | 2024.03.25 19:37:25.005789 [ 3 ] {54126bc8-9222-41c1-a3f9-a670e4b26f55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4187 | 2024.03.25 19:37:25.005917 [ 3 ] {54126bc8-9222-41c1-a3f9-a670e4b26f55} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4188 | 2024.03.25 19:37:25.006232 [ 3 ] {54126bc8-9222-41c1-a3f9-a670e4b26f55} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4189 | 2024.03.25 19:37:25.006360 [ 3 ] {54126bc8-9222-41c1-a3f9-a670e4b26f55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 4190 | 2024.03.25 19:37:25.006726 [ 3 ] {54126bc8-9222-41c1-a3f9-a670e4b26f55} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4191 | 2024.03.25 19:37:25.007063 [ 3 ] {54126bc8-9222-41c1-a3f9-a670e4b26f55} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4192 | 2024.03.25 19:37:25.007223 [ 3 ] {54126bc8-9222-41c1-a3f9-a670e4b26f55} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001502 sec., 19973.368841544605 rows/sec., 1.37 MiB/sec. | ||
| 4193 | 2024.03.25 19:37:25.007349 [ 3 ] {54126bc8-9222-41c1-a3f9-a670e4b26f55} <Debug> DynamicQueryHandler: Done processing query | ||
| 4194 | 2024.03.25 19:37:25.007375 [ 3 ] {54126bc8-9222-41c1-a3f9-a670e4b26f55} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 4195 | 2024.03.25 19:37:25.007391 [ 3 ] {} <Debug> HTTP-Session: 759c7b15-6d77-43a3-8de4-24ac95386766 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4196 | 2024.03.25 19:37:26.000181 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 181.96 MiB, peak 190.93 MiB, free memory in arenas 0.00 B, will set to 183.11 MiB (RSS), difference: 1.16 MiB | ||
| 4197 | 2024.03.25 19:37:29.992942 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4198 | 2024.03.25 19:37:29.993076 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 4199 | 2024.03.25 19:37:29.993203 [ 3 ] {} <Debug> HTTP-Session: f6ab2f63-fb23-414d-9954-5bf53d522e82 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 4200 | 2024.03.25 19:37:29.993233 [ 3 ] {} <Debug> HTTP-Session: f6ab2f63-fb23-414d-9954-5bf53d522e82 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4201 | 2024.03.25 19:37:29.993251 [ 3 ] {} <Debug> HTTP-Session: f6ab2f63-fb23-414d-9954-5bf53d522e82 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4202 | 2024.03.25 19:37:29.993307 [ 3 ] {} <Trace> HTTP-Session: f6ab2f63-fb23-414d-9954-5bf53d522e82 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4203 | 2024.03.25 19:37:29.993425 [ 3 ] {bb623acc-9603-443d-a8d7-5936dd16e6ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 4204 | 2024.03.25 19:37:29.993489 [ 3 ] {bb623acc-9603-443d-a8d7-5936dd16e6ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4205 | 2024.03.25 19:37:29.993680 [ 3 ] {bb623acc-9603-443d-a8d7-5936dd16e6ba} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4206 | 2024.03.25 19:37:29.994090 [ 3 ] {bb623acc-9603-443d-a8d7-5936dd16e6ba} <Trace> oximeter.fields_ipaddr (d9ee32b3-8a1d-44e7-a34c-f0038ee3937b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4207 | 2024.03.25 19:37:29.994134 [ 3 ] {bb623acc-9603-443d-a8d7-5936dd16e6ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 4208 | 2024.03.25 19:37:29.994519 [ 3 ] {bb623acc-9603-443d-a8d7-5936dd16e6ba} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 4209 | 2024.03.25 19:37:29.994861 [ 3 ] {bb623acc-9603-443d-a8d7-5936dd16e6ba} <Trace> oximeter.fields_ipaddr (d9ee32b3-8a1d-44e7-a34c-f0038ee3937b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4210 | 2024.03.25 19:37:29.995044 [ 3 ] {bb623acc-9603-443d-a8d7-5936dd16e6ba} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00166 sec., 1204.8192771084337 rows/sec., 98.24 KiB/sec. | ||
| 4211 | 2024.03.25 19:37:29.995225 [ 3 ] {bb623acc-9603-443d-a8d7-5936dd16e6ba} <Debug> DynamicQueryHandler: Done processing query | ||
| 4212 | 2024.03.25 19:37:29.995253 [ 3 ] {bb623acc-9603-443d-a8d7-5936dd16e6ba} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 4213 | 2024.03.25 19:37:29.995270 [ 3 ] {} <Debug> HTTP-Session: f6ab2f63-fb23-414d-9954-5bf53d522e82 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4214 | 2024.03.25 19:37:29.995450 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 8753, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4215 | 2024.03.25 19:37:29.995506 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 4216 | 2024.03.25 19:37:29.995526 [ 3 ] {} <Debug> HTTP-Session: a2be281c-bc42-44d3-8fed-114dfda8cf9b Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 4217 | 2024.03.25 19:37:29.995545 [ 3 ] {} <Debug> HTTP-Session: a2be281c-bc42-44d3-8fed-114dfda8cf9b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4218 | 2024.03.25 19:37:29.995558 [ 3 ] {} <Debug> HTTP-Session: a2be281c-bc42-44d3-8fed-114dfda8cf9b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4219 | 2024.03.25 19:37:29.995594 [ 3 ] {} <Trace> HTTP-Session: a2be281c-bc42-44d3-8fed-114dfda8cf9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4220 | 2024.03.25 19:37:29.995687 [ 3 ] {504e8321-e9cf-4f5e-a402-e1732b873e8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 4221 | 2024.03.25 19:37:29.995730 [ 3 ] {504e8321-e9cf-4f5e-a402-e1732b873e8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4222 | 2024.03.25 19:37:29.995863 [ 3 ] {504e8321-e9cf-4f5e-a402-e1732b873e8f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4223 | 2024.03.25 19:37:29.996286 [ 3 ] {504e8321-e9cf-4f5e-a402-e1732b873e8f} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4224 | 2024.03.25 19:37:29.996323 [ 3 ] {504e8321-e9cf-4f5e-a402-e1732b873e8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 4225 | 2024.03.25 19:37:29.996666 [ 3 ] {504e8321-e9cf-4f5e-a402-e1732b873e8f} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4226 | 2024.03.25 19:37:29.996984 [ 3 ] {504e8321-e9cf-4f5e-a402-e1732b873e8f} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4227 | 2024.03.25 19:37:29.997141 [ 3 ] {504e8321-e9cf-4f5e-a402-e1732b873e8f} <Debug> executeQuery: Read 63 rows, 4.91 KiB in 0.0015 sec., 42000 rows/sec., 3.20 MiB/sec. | ||
| 4228 | 2024.03.25 19:37:29.997266 [ 3 ] {504e8321-e9cf-4f5e-a402-e1732b873e8f} <Debug> DynamicQueryHandler: Done processing query | ||
| 4229 | 2024.03.25 19:37:29.997291 [ 3 ] {504e8321-e9cf-4f5e-a402-e1732b873e8f} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 4230 | 2024.03.25 19:37:29.997307 [ 3 ] {} <Debug> HTTP-Session: a2be281c-bc42-44d3-8fed-114dfda8cf9b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4231 | 2024.03.25 19:37:29.997455 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4232 | 2024.03.25 19:37:29.997505 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 4233 | 2024.03.25 19:37:29.997524 [ 3 ] {} <Debug> HTTP-Session: 0519c030-68c3-4837-8ca6-a77fe590a05c Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 4234 | 2024.03.25 19:37:29.997541 [ 3 ] {} <Debug> HTTP-Session: 0519c030-68c3-4837-8ca6-a77fe590a05c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4235 | 2024.03.25 19:37:29.997555 [ 3 ] {} <Debug> HTTP-Session: 0519c030-68c3-4837-8ca6-a77fe590a05c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4236 | 2024.03.25 19:37:29.997587 [ 3 ] {} <Trace> HTTP-Session: 0519c030-68c3-4837-8ca6-a77fe590a05c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4237 | 2024.03.25 19:37:29.997654 [ 3 ] {583eb9ba-1791-455b-b2c0-2447f455d6cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 4238 | 2024.03.25 19:37:29.997695 [ 3 ] {583eb9ba-1791-455b-b2c0-2447f455d6cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4239 | 2024.03.25 19:37:29.997823 [ 3 ] {583eb9ba-1791-455b-b2c0-2447f455d6cb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4240 | 2024.03.25 19:37:29.998088 [ 3 ] {583eb9ba-1791-455b-b2c0-2447f455d6cb} <Trace> oximeter.fields_u16 (c5488911-6586-43c0-ae3f-1262ae9a0dfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4241 | 2024.03.25 19:37:29.998126 [ 3 ] {583eb9ba-1791-455b-b2c0-2447f455d6cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 4242 | 2024.03.25 19:37:29.998429 [ 3 ] {583eb9ba-1791-455b-b2c0-2447f455d6cb} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 4243 | 2024.03.25 19:37:29.998741 [ 3 ] {583eb9ba-1791-455b-b2c0-2447f455d6cb} <Trace> oximeter.fields_u16 (c5488911-6586-43c0-ae3f-1262ae9a0dfa): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4244 | 2024.03.25 19:37:29.998900 [ 3 ] {583eb9ba-1791-455b-b2c0-2447f455d6cb} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001263 sec., 1583.5312747426763 rows/sec., 110.57 KiB/sec. | ||
| 4245 | 2024.03.25 19:37:29.999058 [ 3 ] {583eb9ba-1791-455b-b2c0-2447f455d6cb} <Debug> DynamicQueryHandler: Done processing query | ||
| 4246 | 2024.03.25 19:37:29.999082 [ 3 ] {583eb9ba-1791-455b-b2c0-2447f455d6cb} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 4247 | 2024.03.25 19:37:29.999098 [ 3 ] {} <Debug> HTTP-Session: 0519c030-68c3-4837-8ca6-a77fe590a05c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4248 | 2024.03.25 19:37:29.999225 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 9171, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4249 | 2024.03.25 19:37:29.999272 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 4250 | 2024.03.25 19:37:29.999290 [ 3 ] {} <Debug> HTTP-Session: cbaf1431-caf6-4402-a62c-90512c736b3f Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 4251 | 2024.03.25 19:37:29.999307 [ 3 ] {} <Debug> HTTP-Session: cbaf1431-caf6-4402-a62c-90512c736b3f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4252 | 2024.03.25 19:37:29.999320 [ 3 ] {} <Debug> HTTP-Session: cbaf1431-caf6-4402-a62c-90512c736b3f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4253 | 2024.03.25 19:37:29.999351 [ 3 ] {} <Trace> HTTP-Session: cbaf1431-caf6-4402-a62c-90512c736b3f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4254 | 2024.03.25 19:37:29.999430 [ 3 ] {36812bf9-bbd3-456f-9841-4157610ac511} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 4255 | 2024.03.25 19:37:29.999471 [ 3 ] {36812bf9-bbd3-456f-9841-4157610ac511} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4256 | 2024.03.25 19:37:29.999596 [ 3 ] {36812bf9-bbd3-456f-9841-4157610ac511} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4257 | 2024.03.25 19:37:29.999905 [ 3 ] {36812bf9-bbd3-456f-9841-4157610ac511} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4258 | 2024.03.25 19:37:29.999941 [ 3 ] {36812bf9-bbd3-456f-9841-4157610ac511} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 4259 | 2024.03.25 19:37:30.000182 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 184.35 MiB, peak 190.93 MiB, free memory in arenas 0.00 B, will set to 183.11 MiB (RSS), difference: -1.24 MiB | ||
| 4260 | 2024.03.25 19:37:30.000551 [ 3 ] {36812bf9-bbd3-456f-9841-4157610ac511} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4261 | 2024.03.25 19:37:30.000954 [ 3 ] {36812bf9-bbd3-456f-9841-4157610ac511} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4262 | 2024.03.25 19:37:30.001113 [ 3 ] {36812bf9-bbd3-456f-9841-4157610ac511} <Debug> executeQuery: Read 54 rows, 4.30 KiB in 0.001716 sec., 31468.531468531466 rows/sec., 2.45 MiB/sec. | ||
| 4263 | 2024.03.25 19:37:30.001272 [ 3 ] {36812bf9-bbd3-456f-9841-4157610ac511} <Debug> DynamicQueryHandler: Done processing query | ||
| 4264 | 2024.03.25 19:37:30.001303 [ 3 ] {36812bf9-bbd3-456f-9841-4157610ac511} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 4265 | 2024.03.25 19:37:30.001319 [ 3 ] {} <Debug> HTTP-Session: cbaf1431-caf6-4402-a62c-90512c736b3f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4266 | 2024.03.25 19:37:30.001524 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 26245, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4267 | 2024.03.25 19:37:30.001572 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 4268 | 2024.03.25 19:37:30.001590 [ 3 ] {} <Debug> HTTP-Session: 87d3d461-adaa-4366-a990-50417812234a Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 4269 | 2024.03.25 19:37:30.001607 [ 3 ] {} <Debug> HTTP-Session: 87d3d461-adaa-4366-a990-50417812234a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4270 | 2024.03.25 19:37:30.001620 [ 3 ] {} <Debug> HTTP-Session: 87d3d461-adaa-4366-a990-50417812234a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4271 | 2024.03.25 19:37:30.001651 [ 3 ] {} <Trace> HTTP-Session: 87d3d461-adaa-4366-a990-50417812234a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4272 | 2024.03.25 19:37:30.001763 [ 3 ] {e21c536f-3797-496f-aa3f-cd18c6ea58a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4273 | 2024.03.25 19:37:30.001809 [ 3 ] {e21c536f-3797-496f-aa3f-cd18c6ea58a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4274 | 2024.03.25 19:37:30.001953 [ 3 ] {e21c536f-3797-496f-aa3f-cd18c6ea58a8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4275 | 2024.03.25 19:37:30.002358 [ 3 ] {e21c536f-3797-496f-aa3f-cd18c6ea58a8} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4276 | 2024.03.25 19:37:30.002394 [ 3 ] {e21c536f-3797-496f-aa3f-cd18c6ea58a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 4277 | 2024.03.25 19:37:30.002817 [ 3 ] {e21c536f-3797-496f-aa3f-cd18c6ea58a8} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4278 | 2024.03.25 19:37:30.003156 [ 3 ] {e21c536f-3797-496f-aa3f-cd18c6ea58a8} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4279 | 2024.03.25 19:37:30.003317 [ 3 ] {e21c536f-3797-496f-aa3f-cd18c6ea58a8} <Debug> executeQuery: Read 137 rows, 9.77 KiB in 0.001614 sec., 84882.2800495663 rows/sec., 5.91 MiB/sec. | ||
| 4280 | 2024.03.25 19:37:30.003480 [ 3 ] {e21c536f-3797-496f-aa3f-cd18c6ea58a8} <Debug> DynamicQueryHandler: Done processing query | ||
| 4281 | 2024.03.25 19:37:30.003512 [ 3 ] {e21c536f-3797-496f-aa3f-cd18c6ea58a8} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
| 4282 | 2024.03.25 19:37:30.003532 [ 3 ] {} <Debug> HTTP-Session: 87d3d461-adaa-4366-a990-50417812234a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4283 | 2024.03.25 19:37:30.003659 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4284 | 2024.03.25 19:37:30.003706 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 4285 | 2024.03.25 19:37:30.003724 [ 3 ] {} <Debug> HTTP-Session: 36f42a3f-562a-4b73-b07d-febf58be732e Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 4286 | 2024.03.25 19:37:30.003740 [ 3 ] {} <Debug> HTTP-Session: 36f42a3f-562a-4b73-b07d-febf58be732e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4287 | 2024.03.25 19:37:30.003754 [ 3 ] {} <Debug> HTTP-Session: 36f42a3f-562a-4b73-b07d-febf58be732e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4288 | 2024.03.25 19:37:30.003784 [ 3 ] {} <Trace> HTTP-Session: 36f42a3f-562a-4b73-b07d-febf58be732e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4289 | 2024.03.25 19:37:30.003856 [ 3 ] {e72bd4bf-8a58-44ed-a0c0-8e5c3fd3e2b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 4290 | 2024.03.25 19:37:30.003903 [ 3 ] {e72bd4bf-8a58-44ed-a0c0-8e5c3fd3e2b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4291 | 2024.03.25 19:37:30.004029 [ 3 ] {e72bd4bf-8a58-44ed-a0c0-8e5c3fd3e2b9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4292 | 2024.03.25 19:37:30.004294 [ 3 ] {e72bd4bf-8a58-44ed-a0c0-8e5c3fd3e2b9} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4293 | 2024.03.25 19:37:30.004330 [ 3 ] {e72bd4bf-8a58-44ed-a0c0-8e5c3fd3e2b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 4294 | 2024.03.25 19:37:30.004688 [ 3 ] {e72bd4bf-8a58-44ed-a0c0-8e5c3fd3e2b9} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4295 | 2024.03.25 19:37:30.005014 [ 3 ] {e72bd4bf-8a58-44ed-a0c0-8e5c3fd3e2b9} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4296 | 2024.03.25 19:37:30.005169 [ 3 ] {e72bd4bf-8a58-44ed-a0c0-8e5c3fd3e2b9} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.00134 sec., 22388.059701492537 rows/sec., 1.53 MiB/sec. | ||
| 4297 | 2024.03.25 19:37:30.005287 [ 3 ] {e72bd4bf-8a58-44ed-a0c0-8e5c3fd3e2b9} <Debug> DynamicQueryHandler: Done processing query | ||
| 4298 | 2024.03.25 19:37:30.005311 [ 3 ] {e72bd4bf-8a58-44ed-a0c0-8e5c3fd3e2b9} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 4299 | 2024.03.25 19:37:30.005327 [ 3 ] {} <Debug> HTTP-Session: 36f42a3f-562a-4b73-b07d-febf58be732e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4300 | 2024.03.25 19:37:34.994943 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 7368, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4301 | 2024.03.25 19:37:34.995127 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 4302 | 2024.03.25 19:37:34.995172 [ 3 ] {} <Debug> HTTP-Session: 916b36d4-2bad-4537-ad06-f60123cb30bf Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 4303 | 2024.03.25 19:37:34.995213 [ 3 ] {} <Debug> HTTP-Session: 916b36d4-2bad-4537-ad06-f60123cb30bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4304 | 2024.03.25 19:37:34.995242 [ 3 ] {} <Debug> HTTP-Session: 916b36d4-2bad-4537-ad06-f60123cb30bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4305 | 2024.03.25 19:37:34.995318 [ 3 ] {} <Trace> HTTP-Session: 916b36d4-2bad-4537-ad06-f60123cb30bf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4306 | 2024.03.25 19:37:34.995520 [ 3 ] {eea60fa1-6c34-400f-bf0f-eafc6774dd07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 4307 | 2024.03.25 19:37:34.995626 [ 3 ] {eea60fa1-6c34-400f-bf0f-eafc6774dd07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 4308 | 2024.03.25 19:37:34.995888 [ 3 ] {eea60fa1-6c34-400f-bf0f-eafc6774dd07} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4309 | 2024.03.25 19:37:34.996324 [ 3 ] {eea60fa1-6c34-400f-bf0f-eafc6774dd07} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4310 | 2024.03.25 19:37:34.996366 [ 3 ] {eea60fa1-6c34-400f-bf0f-eafc6774dd07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 4311 | 2024.03.25 19:37:34.996756 [ 3 ] {eea60fa1-6c34-400f-bf0f-eafc6774dd07} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4312 | 2024.03.25 19:37:34.997096 [ 3 ] {eea60fa1-6c34-400f-bf0f-eafc6774dd07} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4313 | 2024.03.25 19:37:34.997241 [ 3 ] {eea60fa1-6c34-400f-bf0f-eafc6774dd07} <Debug> executeQuery: Read 51 rows, 4.13 KiB in 0.001825 sec., 27945.205479452055 rows/sec., 2.21 MiB/sec. | ||
| 4314 | 2024.03.25 19:37:34.997430 [ 3 ] {eea60fa1-6c34-400f-bf0f-eafc6774dd07} <Debug> DynamicQueryHandler: Done processing query | ||
| 4315 | 2024.03.25 19:37:34.997457 [ 3 ] {eea60fa1-6c34-400f-bf0f-eafc6774dd07} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 4316 | 2024.03.25 19:37:34.997474 [ 3 ] {} <Debug> HTTP-Session: 916b36d4-2bad-4537-ad06-f60123cb30bf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4317 | 2024.03.25 19:37:34.997671 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 28163, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4318 | 2024.03.25 19:37:34.997726 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 4319 | 2024.03.25 19:37:34.997744 [ 3 ] {} <Debug> HTTP-Session: 47187241-f614-4a35-8ea6-04ddb6321232 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 4320 | 2024.03.25 19:37:34.997763 [ 3 ] {} <Debug> HTTP-Session: 47187241-f614-4a35-8ea6-04ddb6321232 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4321 | 2024.03.25 19:37:34.997777 [ 3 ] {} <Debug> HTTP-Session: 47187241-f614-4a35-8ea6-04ddb6321232 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4322 | 2024.03.25 19:37:34.997812 [ 3 ] {} <Trace> HTTP-Session: 47187241-f614-4a35-8ea6-04ddb6321232 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4323 | 2024.03.25 19:37:34.997933 [ 3 ] {0bcbae88-b8b4-44f5-8dbe-7f81979c6174} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 4324 | 2024.03.25 19:37:34.997980 [ 3 ] {0bcbae88-b8b4-44f5-8dbe-7f81979c6174} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4325 | 2024.03.25 19:37:34.998107 [ 3 ] {0bcbae88-b8b4-44f5-8dbe-7f81979c6174} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4326 | 2024.03.25 19:37:34.998570 [ 3 ] {0bcbae88-b8b4-44f5-8dbe-7f81979c6174} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4327 | 2024.03.25 19:37:34.998605 [ 3 ] {0bcbae88-b8b4-44f5-8dbe-7f81979c6174} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 4328 | 2024.03.25 19:37:34.998939 [ 3 ] {0bcbae88-b8b4-44f5-8dbe-7f81979c6174} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4329 | 2024.03.25 19:37:34.999258 [ 3 ] {0bcbae88-b8b4-44f5-8dbe-7f81979c6174} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4330 | 2024.03.25 19:37:34.999382 [ 3 ] {0bcbae88-b8b4-44f5-8dbe-7f81979c6174} <Debug> executeQuery: Read 179 rows, 17.23 KiB in 0.001518 sec., 117918.31357048749 rows/sec., 11.08 MiB/sec. | ||
| 4331 | 2024.03.25 19:37:34.999509 [ 3 ] {0bcbae88-b8b4-44f5-8dbe-7f81979c6174} <Debug> DynamicQueryHandler: Done processing query | ||
| 4332 | 2024.03.25 19:37:34.999534 [ 3 ] {0bcbae88-b8b4-44f5-8dbe-7f81979c6174} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
| 4333 | 2024.03.25 19:37:34.999549 [ 3 ] {} <Debug> HTTP-Session: 47187241-f614-4a35-8ea6-04ddb6321232 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4334 | 2024.03.25 19:37:34.999691 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 13435, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4335 | 2024.03.25 19:37:34.999741 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 4336 | 2024.03.25 19:37:34.999759 [ 3 ] {} <Debug> HTTP-Session: cb3c0aa8-c525-4a8c-8d3e-0a8f537beaf8 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 4337 | 2024.03.25 19:37:34.999776 [ 3 ] {} <Debug> HTTP-Session: cb3c0aa8-c525-4a8c-8d3e-0a8f537beaf8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4338 | 2024.03.25 19:37:34.999789 [ 3 ] {} <Debug> HTTP-Session: cb3c0aa8-c525-4a8c-8d3e-0a8f537beaf8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4339 | 2024.03.25 19:37:34.999821 [ 3 ] {} <Trace> HTTP-Session: cb3c0aa8-c525-4a8c-8d3e-0a8f537beaf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4340 | 2024.03.25 19:37:34.999919 [ 3 ] {8b4c87e4-29a5-4c53-b622-592e6165408b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 4341 | 2024.03.25 19:37:34.999961 [ 3 ] {8b4c87e4-29a5-4c53-b622-592e6165408b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4342 | 2024.03.25 19:37:35.000092 [ 3 ] {8b4c87e4-29a5-4c53-b622-592e6165408b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4343 | 2024.03.25 19:37:35.000175 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 184.25 MiB, peak 190.93 MiB, free memory in arenas 0.00 B, will set to 183.11 MiB (RSS), difference: -1.14 MiB | ||
| 4344 | 2024.03.25 19:37:35.000777 [ 3 ] {8b4c87e4-29a5-4c53-b622-592e6165408b} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4345 | 2024.03.25 19:37:35.000826 [ 3 ] {8b4c87e4-29a5-4c53-b622-592e6165408b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 4346 | 2024.03.25 19:37:35.001147 [ 3 ] {8b4c87e4-29a5-4c53-b622-592e6165408b} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4347 | 2024.03.25 19:37:35.001462 [ 3 ] {8b4c87e4-29a5-4c53-b622-592e6165408b} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4348 | 2024.03.25 19:37:35.001586 [ 3 ] {8b4c87e4-29a5-4c53-b622-592e6165408b} <Debug> executeQuery: Read 79 rows, 6.32 KiB in 0.001723 sec., 45850.26117237377 rows/sec., 3.58 MiB/sec. | ||
| 4349 | 2024.03.25 19:37:35.001709 [ 3 ] {8b4c87e4-29a5-4c53-b622-592e6165408b} <Debug> DynamicQueryHandler: Done processing query | ||
| 4350 | 2024.03.25 19:37:35.001733 [ 3 ] {8b4c87e4-29a5-4c53-b622-592e6165408b} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 4351 | 2024.03.25 19:37:35.001749 [ 3 ] {} <Debug> HTTP-Session: cb3c0aa8-c525-4a8c-8d3e-0a8f537beaf8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4352 | 2024.03.25 19:37:35.001893 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 19137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4353 | 2024.03.25 19:37:35.001942 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 4354 | 2024.03.25 19:37:35.001960 [ 3 ] {} <Debug> HTTP-Session: c013bd8e-f42c-42f9-9dc1-1aa5c16f60d6 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 4355 | 2024.03.25 19:37:35.001977 [ 3 ] {} <Debug> HTTP-Session: c013bd8e-f42c-42f9-9dc1-1aa5c16f60d6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4356 | 2024.03.25 19:37:35.001991 [ 3 ] {} <Debug> HTTP-Session: c013bd8e-f42c-42f9-9dc1-1aa5c16f60d6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4357 | 2024.03.25 19:37:35.002021 [ 3 ] {} <Trace> HTTP-Session: c013bd8e-f42c-42f9-9dc1-1aa5c16f60d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4358 | 2024.03.25 19:37:35.002129 [ 3 ] {69994918-2f36-4f3d-838a-fef9a012c54a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4359 | 2024.03.25 19:37:35.002175 [ 3 ] {69994918-2f36-4f3d-838a-fef9a012c54a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4360 | 2024.03.25 19:37:35.002329 [ 3 ] {69994918-2f36-4f3d-838a-fef9a012c54a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4361 | 2024.03.25 19:37:35.002678 [ 3 ] {69994918-2f36-4f3d-838a-fef9a012c54a} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4362 | 2024.03.25 19:37:35.002712 [ 3 ] {69994918-2f36-4f3d-838a-fef9a012c54a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 4363 | 2024.03.25 19:37:35.003092 [ 3 ] {69994918-2f36-4f3d-838a-fef9a012c54a} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4364 | 2024.03.25 19:37:35.003429 [ 3 ] {69994918-2f36-4f3d-838a-fef9a012c54a} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4365 | 2024.03.25 19:37:35.003561 [ 3 ] {69994918-2f36-4f3d-838a-fef9a012c54a} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001495 sec., 66889.63210702341 rows/sec., 4.64 MiB/sec. | ||
| 4366 | 2024.03.25 19:37:35.003687 [ 3 ] {69994918-2f36-4f3d-838a-fef9a012c54a} <Debug> DynamicQueryHandler: Done processing query | ||
| 4367 | 2024.03.25 19:37:35.003711 [ 3 ] {69994918-2f36-4f3d-838a-fef9a012c54a} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
| 4368 | 2024.03.25 19:37:35.003727 [ 3 ] {} <Debug> HTTP-Session: c013bd8e-f42c-42f9-9dc1-1aa5c16f60d6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4369 | 2024.03.25 19:37:35.003922 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 54562, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4370 | 2024.03.25 19:37:35.003974 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 4371 | 2024.03.25 19:37:35.003993 [ 3 ] {} <Debug> HTTP-Session: 03b5e932-a7b4-47d8-841f-1dd614ee27cb Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 4372 | 2024.03.25 19:37:35.004009 [ 3 ] {} <Debug> HTTP-Session: 03b5e932-a7b4-47d8-841f-1dd614ee27cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4373 | 2024.03.25 19:37:35.004023 [ 3 ] {} <Debug> HTTP-Session: 03b5e932-a7b4-47d8-841f-1dd614ee27cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4374 | 2024.03.25 19:37:35.004053 [ 3 ] {} <Trace> HTTP-Session: 03b5e932-a7b4-47d8-841f-1dd614ee27cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4375 | 2024.03.25 19:37:35.004518 [ 3 ] {de297af8-97fe-46de-bc3f-de803c27e08f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 4376 | 2024.03.25 19:37:35.004566 [ 3 ] {de297af8-97fe-46de-bc3f-de803c27e08f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 4377 | 2024.03.25 19:37:35.004720 [ 3 ] {de297af8-97fe-46de-bc3f-de803c27e08f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4378 | 2024.03.25 19:37:35.005387 [ 3 ] {de297af8-97fe-46de-bc3f-de803c27e08f} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4379 | 2024.03.25 19:37:35.005423 [ 3 ] {de297af8-97fe-46de-bc3f-de803c27e08f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 4380 | 2024.03.25 19:37:35.005865 [ 3 ] {de297af8-97fe-46de-bc3f-de803c27e08f} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4381 | 2024.03.25 19:37:35.006240 [ 3 ] {de297af8-97fe-46de-bc3f-de803c27e08f} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4382 | 2024.03.25 19:37:35.006373 [ 3 ] {de297af8-97fe-46de-bc3f-de803c27e08f} <Debug> executeQuery: Read 51 rows, 70.47 KiB in 0.002262 sec., 22546.419098143237 rows/sec., 30.43 MiB/sec. | ||
| 4383 | 2024.03.25 19:37:35.006501 [ 3 ] {de297af8-97fe-46de-bc3f-de803c27e08f} <Debug> DynamicQueryHandler: Done processing query | ||
| 4384 | 2024.03.25 19:37:35.006524 [ 3 ] {de297af8-97fe-46de-bc3f-de803c27e08f} <Debug> MemoryTracker: Peak memory usage (for query): 4.52 MiB. | ||
| 4385 | 2024.03.25 19:37:35.006540 [ 3 ] {} <Debug> HTTP-Session: 03b5e932-a7b4-47d8-841f-1dd614ee27cb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4386 | 2024.03.25 19:37:35.006673 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4387 | 2024.03.25 19:37:35.006724 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 4388 | 2024.03.25 19:37:35.006743 [ 3 ] {} <Debug> HTTP-Session: c0f1aa23-7609-4600-a3c0-10c38d8111ee Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 4389 | 2024.03.25 19:37:35.006760 [ 3 ] {} <Debug> HTTP-Session: c0f1aa23-7609-4600-a3c0-10c38d8111ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4390 | 2024.03.25 19:37:35.006773 [ 3 ] {} <Debug> HTTP-Session: c0f1aa23-7609-4600-a3c0-10c38d8111ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4391 | 2024.03.25 19:37:35.006815 [ 3 ] {} <Trace> HTTP-Session: c0f1aa23-7609-4600-a3c0-10c38d8111ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4392 | 2024.03.25 19:37:35.006890 [ 3 ] {863152ae-1616-4ba7-8034-f86ae00a733e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 4393 | 2024.03.25 19:37:35.006934 [ 3 ] {863152ae-1616-4ba7-8034-f86ae00a733e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4394 | 2024.03.25 19:37:35.007062 [ 3 ] {863152ae-1616-4ba7-8034-f86ae00a733e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4395 | 2024.03.25 19:37:35.007378 [ 3 ] {863152ae-1616-4ba7-8034-f86ae00a733e} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4396 | 2024.03.25 19:37:35.007413 [ 3 ] {863152ae-1616-4ba7-8034-f86ae00a733e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 4397 | 2024.03.25 19:37:35.007770 [ 3 ] {863152ae-1616-4ba7-8034-f86ae00a733e} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4398 | 2024.03.25 19:37:35.008103 [ 3 ] {863152ae-1616-4ba7-8034-f86ae00a733e} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4399 | 2024.03.25 19:37:35.008231 [ 3 ] {863152ae-1616-4ba7-8034-f86ae00a733e} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001373 sec., 21849.963583394027 rows/sec., 1.50 MiB/sec. | ||
| 4400 | 2024.03.25 19:37:35.008351 [ 3 ] {863152ae-1616-4ba7-8034-f86ae00a733e} <Debug> DynamicQueryHandler: Done processing query | ||
| 4401 | 2024.03.25 19:37:35.008376 [ 3 ] {863152ae-1616-4ba7-8034-f86ae00a733e} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 4402 | 2024.03.25 19:37:35.008392 [ 3 ] {} <Debug> HTTP-Session: c0f1aa23-7609-4600-a3c0-10c38d8111ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4403 | 2024.03.25 19:37:36.610588 [ 51 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4404 | 2024.03.25 19:37:36.610662 [ 51 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4405 | 2024.03.25 19:37:39.990790 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 3629, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4406 | 2024.03.25 19:37:39.990924 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 4407 | 2024.03.25 19:37:39.990951 [ 3 ] {} <Debug> HTTP-Session: 3751af0b-43e9-4924-94b7-98e7ed7ce606 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 4408 | 2024.03.25 19:37:39.990975 [ 3 ] {} <Debug> HTTP-Session: 3751af0b-43e9-4924-94b7-98e7ed7ce606 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4409 | 2024.03.25 19:37:39.990990 [ 3 ] {} <Debug> HTTP-Session: 3751af0b-43e9-4924-94b7-98e7ed7ce606 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4410 | 2024.03.25 19:37:39.991038 [ 3 ] {} <Trace> HTTP-Session: 3751af0b-43e9-4924-94b7-98e7ed7ce606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4411 | 2024.03.25 19:37:39.991161 [ 3 ] {1f0c1460-d164-459f-b9aa-81aa579261ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 4412 | 2024.03.25 19:37:39.991226 [ 3 ] {1f0c1460-d164-459f-b9aa-81aa579261ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4413 | 2024.03.25 19:37:39.991416 [ 3 ] {1f0c1460-d164-459f-b9aa-81aa579261ff} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4414 | 2024.03.25 19:37:39.991902 [ 3 ] {1f0c1460-d164-459f-b9aa-81aa579261ff} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4415 | 2024.03.25 19:37:39.991947 [ 3 ] {1f0c1460-d164-459f-b9aa-81aa579261ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
| 4416 | 2024.03.25 19:37:39.992341 [ 3 ] {1f0c1460-d164-459f-b9aa-81aa579261ff} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4417 | 2024.03.25 19:37:39.992677 [ 3 ] {1f0c1460-d164-459f-b9aa-81aa579261ff} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4418 | 2024.03.25 19:37:39.992841 [ 3 ] {1f0c1460-d164-459f-b9aa-81aa579261ff} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.001729 sec., 15037.593984962405 rows/sec., 1.13 MiB/sec. | ||
| 4419 | 2024.03.25 19:37:39.993003 [ 3 ] {1f0c1460-d164-459f-b9aa-81aa579261ff} <Debug> DynamicQueryHandler: Done processing query | ||
| 4420 | 2024.03.25 19:37:39.993029 [ 3 ] {1f0c1460-d164-459f-b9aa-81aa579261ff} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 4421 | 2024.03.25 19:37:39.993045 [ 3 ] {} <Debug> HTTP-Session: 3751af0b-43e9-4924-94b7-98e7ed7ce606 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4422 | 2024.03.25 19:37:39.993219 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4792, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4423 | 2024.03.25 19:37:39.993275 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 4424 | 2024.03.25 19:37:39.993294 [ 3 ] {} <Debug> HTTP-Session: 44320e72-aa12-4a55-97b7-d87df74081f9 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 4425 | 2024.03.25 19:37:39.993312 [ 3 ] {} <Debug> HTTP-Session: 44320e72-aa12-4a55-97b7-d87df74081f9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4426 | 2024.03.25 19:37:39.993326 [ 3 ] {} <Debug> HTTP-Session: 44320e72-aa12-4a55-97b7-d87df74081f9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4427 | 2024.03.25 19:37:39.993361 [ 3 ] {} <Trace> HTTP-Session: 44320e72-aa12-4a55-97b7-d87df74081f9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4428 | 2024.03.25 19:37:39.993443 [ 3 ] {420ef4cc-dfa2-4ec9-b02c-fddefeb24cea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 4429 | 2024.03.25 19:37:39.993487 [ 3 ] {420ef4cc-dfa2-4ec9-b02c-fddefeb24cea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4430 | 2024.03.25 19:37:39.993619 [ 3 ] {420ef4cc-dfa2-4ec9-b02c-fddefeb24cea} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4431 | 2024.03.25 19:37:39.993943 [ 3 ] {420ef4cc-dfa2-4ec9-b02c-fddefeb24cea} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4432 | 2024.03.25 19:37:39.993982 [ 3 ] {420ef4cc-dfa2-4ec9-b02c-fddefeb24cea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
| 4433 | 2024.03.25 19:37:39.994304 [ 3 ] {420ef4cc-dfa2-4ec9-b02c-fddefeb24cea} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4434 | 2024.03.25 19:37:39.994614 [ 3 ] {420ef4cc-dfa2-4ec9-b02c-fddefeb24cea} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4435 | 2024.03.25 19:37:39.994771 [ 3 ] {420ef4cc-dfa2-4ec9-b02c-fddefeb24cea} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001357 sec., 20633.750921149596 rows/sec., 1.61 MiB/sec. | ||
| 4436 | 2024.03.25 19:37:39.994972 [ 3 ] {420ef4cc-dfa2-4ec9-b02c-fddefeb24cea} <Debug> DynamicQueryHandler: Done processing query | ||
| 4437 | 2024.03.25 19:37:39.995025 [ 3 ] {420ef4cc-dfa2-4ec9-b02c-fddefeb24cea} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 4438 | 2024.03.25 19:37:39.995074 [ 3 ] {} <Debug> HTTP-Session: 44320e72-aa12-4a55-97b7-d87df74081f9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4439 | 2024.03.25 19:37:39.995245 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 19137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4440 | 2024.03.25 19:37:39.995296 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 4441 | 2024.03.25 19:37:39.995315 [ 3 ] {} <Debug> HTTP-Session: c1151276-5cfb-4555-9201-c1ab7f9be2be Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 4442 | 2024.03.25 19:37:39.995332 [ 3 ] {} <Debug> HTTP-Session: c1151276-5cfb-4555-9201-c1ab7f9be2be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4443 | 2024.03.25 19:37:39.995346 [ 3 ] {} <Debug> HTTP-Session: c1151276-5cfb-4555-9201-c1ab7f9be2be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4444 | 2024.03.25 19:37:39.995378 [ 3 ] {} <Trace> HTTP-Session: c1151276-5cfb-4555-9201-c1ab7f9be2be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4445 | 2024.03.25 19:37:39.995485 [ 3 ] {ffd54139-e25a-4362-b954-caf8a3ed99c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4446 | 2024.03.25 19:37:39.995532 [ 3 ] {ffd54139-e25a-4362-b954-caf8a3ed99c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4447 | 2024.03.25 19:37:39.995697 [ 3 ] {ffd54139-e25a-4362-b954-caf8a3ed99c7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4448 | 2024.03.25 19:37:39.996047 [ 3 ] {ffd54139-e25a-4362-b954-caf8a3ed99c7} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4449 | 2024.03.25 19:37:39.996084 [ 3 ] {ffd54139-e25a-4362-b954-caf8a3ed99c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
| 4450 | 2024.03.25 19:37:39.996465 [ 3 ] {ffd54139-e25a-4362-b954-caf8a3ed99c7} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4451 | 2024.03.25 19:37:39.996804 [ 3 ] {ffd54139-e25a-4362-b954-caf8a3ed99c7} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4452 | 2024.03.25 19:37:39.996972 [ 3 ] {ffd54139-e25a-4362-b954-caf8a3ed99c7} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001537 sec., 65061.80871828237 rows/sec., 4.51 MiB/sec. | ||
| 4453 | 2024.03.25 19:37:39.997147 [ 3 ] {ffd54139-e25a-4362-b954-caf8a3ed99c7} <Debug> DynamicQueryHandler: Done processing query | ||
| 4454 | 2024.03.25 19:37:39.997180 [ 3 ] {ffd54139-e25a-4362-b954-caf8a3ed99c7} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
| 4455 | 2024.03.25 19:37:39.997201 [ 3 ] {} <Debug> HTTP-Session: c1151276-5cfb-4555-9201-c1ab7f9be2be Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4456 | 2024.03.25 19:37:39.997332 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4457 | 2024.03.25 19:37:39.997379 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 4458 | 2024.03.25 19:37:39.997397 [ 3 ] {} <Debug> HTTP-Session: 9bc82a83-b0cd-4172-8697-a52623cb27df Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 4459 | 2024.03.25 19:37:39.997414 [ 3 ] {} <Debug> HTTP-Session: 9bc82a83-b0cd-4172-8697-a52623cb27df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4460 | 2024.03.25 19:37:39.997427 [ 3 ] {} <Debug> HTTP-Session: 9bc82a83-b0cd-4172-8697-a52623cb27df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4461 | 2024.03.25 19:37:39.997457 [ 3 ] {} <Trace> HTTP-Session: 9bc82a83-b0cd-4172-8697-a52623cb27df Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4462 | 2024.03.25 19:37:39.997539 [ 3 ] {33e9e124-95b3-4487-a8c4-0cc5f70b3d91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 4463 | 2024.03.25 19:37:39.997582 [ 3 ] {33e9e124-95b3-4487-a8c4-0cc5f70b3d91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4464 | 2024.03.25 19:37:39.997708 [ 3 ] {33e9e124-95b3-4487-a8c4-0cc5f70b3d91} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4465 | 2024.03.25 19:37:39.998003 [ 3 ] {33e9e124-95b3-4487-a8c4-0cc5f70b3d91} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4466 | 2024.03.25 19:37:39.998038 [ 3 ] {33e9e124-95b3-4487-a8c4-0cc5f70b3d91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
| 4467 | 2024.03.25 19:37:39.998389 [ 3 ] {33e9e124-95b3-4487-a8c4-0cc5f70b3d91} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4468 | 2024.03.25 19:37:39.998707 [ 3 ] {33e9e124-95b3-4487-a8c4-0cc5f70b3d91} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4469 | 2024.03.25 19:37:39.998860 [ 3 ] {33e9e124-95b3-4487-a8c4-0cc5f70b3d91} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001353 sec., 22172.949002217294 rows/sec., 1.52 MiB/sec. | ||
| 4470 | 2024.03.25 19:37:39.998971 [ 3 ] {33e9e124-95b3-4487-a8c4-0cc5f70b3d91} <Debug> DynamicQueryHandler: Done processing query | ||
| 4471 | 2024.03.25 19:37:39.998994 [ 3 ] {33e9e124-95b3-4487-a8c4-0cc5f70b3d91} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 4472 | 2024.03.25 19:37:39.999010 [ 3 ] {} <Debug> HTTP-Session: 9bc82a83-b0cd-4172-8697-a52623cb27df Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4473 | 2024.03.25 19:37:40.309816 [ 63 ] {} <Debug> oximeter.fields_u16 (c5488911-6586-43c0-ae3f-1262ae9a0dfa) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 4474 | 2024.03.25 19:37:40.309880 [ 63 ] {} <Trace> oximeter.fields_u16 (c5488911-6586-43c0-ae3f-1262ae9a0dfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4475 | 2024.03.25 19:37:40.309903 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
| 4476 | 2024.03.25 19:37:40.310121 [ 190 ] {c5488911-6586-43c0-ae3f-1262ae9a0dfa::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 | ||
| 4477 | 2024.03.25 19:37:40.310323 [ 190 ] {c5488911-6586-43c0-ae3f-1262ae9a0dfa::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4478 | 2024.03.25 19:37:40.310364 [ 190 ] {c5488911-6586-43c0-ae3f-1262ae9a0dfa::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 | ||
| 4479 | 2024.03.25 19:37:40.310447 [ 190 ] {c5488911-6586-43c0-ae3f-1262ae9a0dfa::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 2 rows starting from the beginning of the part | ||
| 4480 | 2024.03.25 19:37:40.310549 [ 190 ] {c5488911-6586-43c0-ae3f-1262ae9a0dfa::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 | ||
| 4481 | 2024.03.25 19:37:40.310694 [ 190 ] {c5488911-6586-43c0-ae3f-1262ae9a0dfa::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 | ||
| 4482 | 2024.03.25 19:37:40.310769 [ 190 ] {c5488911-6586-43c0-ae3f-1262ae9a0dfa::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 | ||
| 4483 | 2024.03.25 19:37:40.311754 [ 201 ] {c5488911-6586-43c0-ae3f-1262ae9a0dfa::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16 rows, containing 4 columns (4 merged, 0 gathered) in 0.001768714 sec., 9046.120514679027 rows/sec., 631.64 KiB/sec. | ||
| 4484 | 2024.03.25 19:37:40.311971 [ 192 ] {c5488911-6586-43c0-ae3f-1262ae9a0dfa::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 4485 | 2024.03.25 19:37:40.312675 [ 192 ] {c5488911-6586-43c0-ae3f-1262ae9a0dfa::all_1_5_1} <Trace> oximeter.fields_u16 (c5488911-6586-43c0-ae3f-1262ae9a0dfa): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4486 | 2024.03.25 19:37:40.312817 [ 192 ] {c5488911-6586-43c0-ae3f-1262ae9a0dfa::all_1_5_1} <Trace> oximeter.fields_u16 (c5488911-6586-43c0-ae3f-1262ae9a0dfa) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 4487 | 2024.03.25 19:37:40.312949 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 4488 | 2024.03.25 19:37:40.773045 [ 61 ] {} <Debug> oximeter.fields_ipaddr (d9ee32b3-8a1d-44e7-a34c-f0038ee3937b) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 4489 | 2024.03.25 19:37:40.773089 [ 61 ] {} <Trace> oximeter.fields_ipaddr (d9ee32b3-8a1d-44e7-a34c-f0038ee3937b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4490 | 2024.03.25 19:37:40.773113 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
| 4491 | 2024.03.25 19:37:40.773284 [ 190 ] {d9ee32b3-8a1d-44e7-a34c-f0038ee3937b::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 | ||
| 4492 | 2024.03.25 19:37:40.773452 [ 190 ] {d9ee32b3-8a1d-44e7-a34c-f0038ee3937b::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4493 | 2024.03.25 19:37:40.773482 [ 190 ] {d9ee32b3-8a1d-44e7-a34c-f0038ee3937b::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 | ||
| 4494 | 2024.03.25 19:37:40.773611 [ 190 ] {d9ee32b3-8a1d-44e7-a34c-f0038ee3937b::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 2 rows starting from the beginning of the part | ||
| 4495 | 2024.03.25 19:37:40.773708 [ 190 ] {d9ee32b3-8a1d-44e7-a34c-f0038ee3937b::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 | ||
| 4496 | 2024.03.25 19:37:40.773822 [ 190 ] {d9ee32b3-8a1d-44e7-a34c-f0038ee3937b::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 | ||
| 4497 | 2024.03.25 19:37:40.773995 [ 190 ] {d9ee32b3-8a1d-44e7-a34c-f0038ee3937b::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 | ||
| 4498 | 2024.03.25 19:37:40.774853 [ 201 ] {d9ee32b3-8a1d-44e7-a34c-f0038ee3937b::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16 rows, containing 4 columns (4 merged, 0 gathered) in 0.001680471 sec., 9521.140204145147 rows/sec., 776.38 KiB/sec. | ||
| 4499 | 2024.03.25 19:37:40.775001 [ 201 ] {d9ee32b3-8a1d-44e7-a34c-f0038ee3937b::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 4500 | 2024.03.25 19:37:40.775400 [ 201 ] {d9ee32b3-8a1d-44e7-a34c-f0038ee3937b::all_1_5_1} <Trace> oximeter.fields_ipaddr (d9ee32b3-8a1d-44e7-a34c-f0038ee3937b): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4501 | 2024.03.25 19:37:40.775479 [ 201 ] {d9ee32b3-8a1d-44e7-a34c-f0038ee3937b::all_1_5_1} <Trace> oximeter.fields_ipaddr (d9ee32b3-8a1d-44e7-a34c-f0038ee3937b) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 4502 | 2024.03.25 19:37:40.775565 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 4503 | 2024.03.25 19:37:44.994805 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 7368, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4504 | 2024.03.25 19:37:44.994999 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 4505 | 2024.03.25 19:37:44.995045 [ 3 ] {} <Debug> HTTP-Session: 8e20ac54-2806-468b-9962-0303a755e862 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 4506 | 2024.03.25 19:37:44.995088 [ 3 ] {} <Debug> HTTP-Session: 8e20ac54-2806-468b-9962-0303a755e862 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4507 | 2024.03.25 19:37:44.995116 [ 3 ] {} <Debug> HTTP-Session: 8e20ac54-2806-468b-9962-0303a755e862 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4508 | 2024.03.25 19:37:44.995192 [ 3 ] {} <Trace> HTTP-Session: 8e20ac54-2806-468b-9962-0303a755e862 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4509 | 2024.03.25 19:37:44.995323 [ 3 ] {22873c55-fad0-4c29-89b8-9e9393cf1d74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 4510 | 2024.03.25 19:37:44.995389 [ 3 ] {22873c55-fad0-4c29-89b8-9e9393cf1d74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 4511 | 2024.03.25 19:37:44.995582 [ 3 ] {22873c55-fad0-4c29-89b8-9e9393cf1d74} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4512 | 2024.03.25 19:37:44.996088 [ 3 ] {22873c55-fad0-4c29-89b8-9e9393cf1d74} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4513 | 2024.03.25 19:37:44.996139 [ 3 ] {22873c55-fad0-4c29-89b8-9e9393cf1d74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
| 4514 | 2024.03.25 19:37:44.996552 [ 3 ] {22873c55-fad0-4c29-89b8-9e9393cf1d74} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4515 | 2024.03.25 19:37:44.996890 [ 3 ] {22873c55-fad0-4c29-89b8-9e9393cf1d74} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4516 | 2024.03.25 19:37:44.997074 [ 3 ] {22873c55-fad0-4c29-89b8-9e9393cf1d74} <Debug> executeQuery: Read 51 rows, 4.13 KiB in 0.001805 sec., 28254.847645429363 rows/sec., 2.24 MiB/sec. | ||
| 4517 | 2024.03.25 19:37:44.997086 [ 143 ] {} <Debug> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108) (MergerMutator): Selected 5 parts from all_1_11_2 to all_15_15_0 | ||
| 4518 | 2024.03.25 19:37:44.997246 [ 143 ] {} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4519 | 2024.03.25 19:37:44.997299 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
| 4520 | 2024.03.25 19:37:44.997316 [ 3 ] {22873c55-fad0-4c29-89b8-9e9393cf1d74} <Debug> DynamicQueryHandler: Done processing query | ||
| 4521 | 2024.03.25 19:37:44.997367 [ 3 ] {22873c55-fad0-4c29-89b8-9e9393cf1d74} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 4522 | 2024.03.25 19:37:44.997434 [ 3 ] {} <Debug> HTTP-Session: 8e20ac54-2806-468b-9962-0303a755e862 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4523 | 2024.03.25 19:37:44.997647 [ 193 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_15_3} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_11_2 to all_15_15_0 into Compact with storage Full | ||
| 4524 | 2024.03.25 19:37:44.997802 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 28163, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4525 | 2024.03.25 19:37:44.997901 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 4526 | 2024.03.25 19:37:44.997958 [ 3 ] {} <Debug> HTTP-Session: 769bb204-a373-499a-9bc4-3d4ef8080111 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 4527 | 2024.03.25 19:37:44.998006 [ 3 ] {} <Debug> HTTP-Session: 769bb204-a373-499a-9bc4-3d4ef8080111 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4528 | 2024.03.25 19:37:44.998018 [ 193 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4529 | 2024.03.25 19:37:44.998033 [ 3 ] {} <Debug> HTTP-Session: 769bb204-a373-499a-9bc4-3d4ef8080111 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4530 | 2024.03.25 19:37:44.998089 [ 193 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 51 rows starting from the beginning of the part | ||
| 4531 | 2024.03.25 19:37:44.998115 [ 3 ] {} <Trace> HTTP-Session: 769bb204-a373-499a-9bc4-3d4ef8080111 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4532 | 2024.03.25 19:37:44.998344 [ 193 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 51 rows starting from the beginning of the part | ||
| 4533 | 2024.03.25 19:37:44.998505 [ 3 ] {84e9dd62-ac95-4f98-9cef-8928974c3fe5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 4534 | 2024.03.25 19:37:44.998667 [ 193 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 51 rows starting from the beginning of the part | ||
| 4535 | 2024.03.25 19:37:44.998728 [ 3 ] {84e9dd62-ac95-4f98-9cef-8928974c3fe5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4536 | 2024.03.25 19:37:44.998958 [ 193 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 51 rows starting from the beginning of the part | ||
| 4537 | 2024.03.25 19:37:44.999329 [ 193 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 51 rows starting from the beginning of the part | ||
| 4538 | 2024.03.25 19:37:44.999948 [ 3 ] {84e9dd62-ac95-4f98-9cef-8928974c3fe5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4539 | 2024.03.25 19:37:45.000171 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 184.32 MiB, peak 190.93 MiB, free memory in arenas 0.00 B, will set to 183.25 MiB (RSS), difference: -1.07 MiB | ||
| 4540 | 2024.03.25 19:37:45.001607 [ 3 ] {84e9dd62-ac95-4f98-9cef-8928974c3fe5} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4541 | 2024.03.25 19:37:45.001685 [ 3 ] {84e9dd62-ac95-4f98-9cef-8928974c3fe5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
| 4542 | 2024.03.25 19:37:45.002558 [ 193 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 255 rows, containing 4 columns (4 merged, 0 gathered) in 0.005139237 sec., 49618.2604538378 rows/sec., 3.93 MiB/sec. | ||
| 4543 | 2024.03.25 19:37:45.002619 [ 3 ] {84e9dd62-ac95-4f98-9cef-8928974c3fe5} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4544 | 2024.03.25 19:37:45.002735 [ 193 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
| 4545 | 2024.03.25 19:37:45.003509 [ 3 ] {84e9dd62-ac95-4f98-9cef-8928974c3fe5} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4546 | 2024.03.25 19:37:45.003683 [ 193 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_15_3} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4547 | 2024.03.25 19:37:45.003792 [ 143 ] {} <Debug> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4548 | 2024.03.25 19:37:45.003892 [ 143 ] {} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4549 | 2024.03.25 19:37:45.003909 [ 3 ] {84e9dd62-ac95-4f98-9cef-8928974c3fe5} <Debug> executeQuery: Read 179 rows, 17.23 KiB in 0.005638 sec., 31748.84710890387 rows/sec., 2.98 MiB/sec. | ||
| 4550 | 2024.03.25 19:37:45.003943 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
| 4551 | 2024.03.25 19:37:45.003968 [ 193 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_15_3} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108) (MergerMutator): Merged 5 parts: [all_1_11_2, all_15_15_0] -> all_1_15_3 | ||
| 4552 | 2024.03.25 19:37:45.004342 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 4553 | 2024.03.25 19:37:45.004405 [ 3 ] {84e9dd62-ac95-4f98-9cef-8928974c3fe5} <Debug> DynamicQueryHandler: Done processing query | ||
| 4554 | 2024.03.25 19:37:45.004415 [ 193 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::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 | ||
| 4555 | 2024.03.25 19:37:45.004447 [ 3 ] {84e9dd62-ac95-4f98-9cef-8928974c3fe5} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
| 4556 | 2024.03.25 19:37:45.004482 [ 3 ] {} <Debug> HTTP-Session: 769bb204-a373-499a-9bc4-3d4ef8080111 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4557 | 2024.03.25 19:37:45.004586 [ 193 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4558 | 2024.03.25 19:37:45.004617 [ 193 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 220 rows starting from the beginning of the part | ||
| 4559 | 2024.03.25 19:37:45.004677 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 13435, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4560 | 2024.03.25 19:37:45.004816 [ 193 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 179 rows starting from the beginning of the part | ||
| 4561 | 2024.03.25 19:37:45.004841 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 4562 | 2024.03.25 19:37:45.004908 [ 3 ] {} <Debug> HTTP-Session: 2bba8c71-1a70-4d8c-b9ad-e9b31ac77a42 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 4563 | 2024.03.25 19:37:45.005013 [ 3 ] {} <Debug> HTTP-Session: 2bba8c71-1a70-4d8c-b9ad-e9b31ac77a42 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4564 | 2024.03.25 19:37:45.005088 [ 193 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 63 rows starting from the beginning of the part | ||
| 4565 | 2024.03.25 19:37:45.005099 [ 3 ] {} <Debug> HTTP-Session: 2bba8c71-1a70-4d8c-b9ad-e9b31ac77a42 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4566 | 2024.03.25 19:37:45.005272 [ 3 ] {} <Trace> HTTP-Session: 2bba8c71-1a70-4d8c-b9ad-e9b31ac77a42 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4567 | 2024.03.25 19:37:45.005324 [ 193 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 179 rows starting from the beginning of the part | ||
| 4568 | 2024.03.25 19:37:45.005546 [ 193 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 26 rows starting from the beginning of the part | ||
| 4569 | 2024.03.25 19:37:45.005670 [ 3 ] {5705adef-402d-467d-9d93-bf842669e8dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 4570 | 2024.03.25 19:37:45.005860 [ 193 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 179 rows starting from the beginning of the part | ||
| 4571 | 2024.03.25 19:37:45.005934 [ 3 ] {5705adef-402d-467d-9d93-bf842669e8dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4572 | 2024.03.25 19:37:45.006713 [ 3 ] {5705adef-402d-467d-9d93-bf842669e8dd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4573 | 2024.03.25 19:37:45.007581 [ 3 ] {5705adef-402d-467d-9d93-bf842669e8dd} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4574 | 2024.03.25 19:37:45.007661 [ 3 ] {5705adef-402d-467d-9d93-bf842669e8dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
| 4575 | 2024.03.25 19:37:45.008437 [ 3 ] {5705adef-402d-467d-9d93-bf842669e8dd} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4576 | 2024.03.25 19:37:45.008764 [ 193 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 846 rows, containing 4 columns (4 merged, 0 gathered) in 0.004651634 sec., 181871.5745907782 rows/sec., 16.60 MiB/sec. | ||
| 4577 | 2024.03.25 19:37:45.008981 [ 193 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4578 | 2024.03.25 19:37:45.009143 [ 3 ] {5705adef-402d-467d-9d93-bf842669e8dd} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4579 | 2024.03.25 19:37:45.009518 [ 143 ] {} <Debug> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4580 | 2024.03.25 19:37:45.009611 [ 143 ] {} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4581 | 2024.03.25 19:37:45.009681 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
| 4582 | 2024.03.25 19:37:45.009684 [ 3 ] {5705adef-402d-467d-9d93-bf842669e8dd} <Debug> executeQuery: Read 79 rows, 6.32 KiB in 0.004221 sec., 18715.944089078417 rows/sec., 1.46 MiB/sec. | ||
| 4583 | 2024.03.25 19:37:45.009945 [ 193 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_31_6} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4584 | 2024.03.25 19:37:45.010298 [ 193 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_31_6} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4585 | 2024.03.25 19:37:45.010322 [ 190 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::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 | ||
| 4586 | 2024.03.25 19:37:45.010585 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 4587 | 2024.03.25 19:37:45.010913 [ 190 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4588 | 2024.03.25 19:37:45.010924 [ 3 ] {5705adef-402d-467d-9d93-bf842669e8dd} <Debug> DynamicQueryHandler: Done processing query | ||
| 4589 | 2024.03.25 19:37:45.010982 [ 190 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 128 rows starting from the beginning of the part | ||
| 4590 | 2024.03.25 19:37:45.010984 [ 3 ] {5705adef-402d-467d-9d93-bf842669e8dd} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 4591 | 2024.03.25 19:37:45.011040 [ 3 ] {} <Debug> HTTP-Session: 2bba8c71-1a70-4d8c-b9ad-e9b31ac77a42 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4592 | 2024.03.25 19:37:45.011164 [ 190 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 79 rows starting from the beginning of the part | ||
| 4593 | 2024.03.25 19:37:45.011268 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 19137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4594 | 2024.03.25 19:37:45.011385 [ 190 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 54 rows starting from the beginning of the part | ||
| 4595 | 2024.03.25 19:37:45.011430 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 4596 | 2024.03.25 19:37:45.011514 [ 3 ] {} <Debug> HTTP-Session: 576cddd9-09f5-4521-8891-c8b9bfff2cfd Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 4597 | 2024.03.25 19:37:45.011602 [ 3 ] {} <Debug> HTTP-Session: 576cddd9-09f5-4521-8891-c8b9bfff2cfd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4598 | 2024.03.25 19:37:45.011623 [ 190 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 79 rows starting from the beginning of the part | ||
| 4599 | 2024.03.25 19:37:45.011649 [ 3 ] {} <Debug> HTTP-Session: 576cddd9-09f5-4521-8891-c8b9bfff2cfd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4600 | 2024.03.25 19:37:45.011840 [ 3 ] {} <Trace> HTTP-Session: 576cddd9-09f5-4521-8891-c8b9bfff2cfd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4601 | 2024.03.25 19:37:45.011865 [ 190 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 28 rows starting from the beginning of the part | ||
| 4602 | 2024.03.25 19:37:45.012097 [ 190 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 79 rows starting from the beginning of the part | ||
| 4603 | 2024.03.25 19:37:45.012292 [ 3 ] {9e9d8526-8b00-433d-b1da-def3a81d7239} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4604 | 2024.03.25 19:37:45.012501 [ 3 ] {9e9d8526-8b00-433d-b1da-def3a81d7239} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4605 | 2024.03.25 19:37:45.012969 [ 3 ] {9e9d8526-8b00-433d-b1da-def3a81d7239} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4606 | 2024.03.25 19:37:45.013862 [ 3 ] {9e9d8526-8b00-433d-b1da-def3a81d7239} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4607 | 2024.03.25 19:37:45.013930 [ 3 ] {9e9d8526-8b00-433d-b1da-def3a81d7239} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
| 4608 | 2024.03.25 19:37:45.015022 [ 3 ] {9e9d8526-8b00-433d-b1da-def3a81d7239} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4609 | 2024.03.25 19:37:45.015045 [ 193 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 447 rows, containing 4 columns (4 merged, 0 gathered) in 0.005212508 sec., 85755.26406865945 rows/sec., 6.70 MiB/sec. | ||
| 4610 | 2024.03.25 19:37:45.015363 [ 193 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4611 | 2024.03.25 19:37:45.015684 [ 3 ] {9e9d8526-8b00-433d-b1da-def3a81d7239} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4612 | 2024.03.25 19:37:45.016174 [ 143 ] {} <Debug> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4613 | 2024.03.25 19:37:45.016306 [ 143 ] {} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4614 | 2024.03.25 19:37:45.016339 [ 3 ] {9e9d8526-8b00-433d-b1da-def3a81d7239} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.004334 sec., 23073.373327180434 rows/sec., 1.60 MiB/sec. | ||
| 4615 | 2024.03.25 19:37:45.016357 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
| 4616 | 2024.03.25 19:37:45.016800 [ 195 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_31_6} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4617 | 2024.03.25 19:37:45.016828 [ 3 ] {9e9d8526-8b00-433d-b1da-def3a81d7239} <Debug> DynamicQueryHandler: Done processing query | ||
| 4618 | 2024.03.25 19:37:45.016844 [ 200 ] {f120f923-a49b-460a-9be5-7ff67cf25969::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 | ||
| 4619 | 2024.03.25 19:37:45.016894 [ 3 ] {9e9d8526-8b00-433d-b1da-def3a81d7239} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
| 4620 | 2024.03.25 19:37:45.016969 [ 3 ] {} <Debug> HTTP-Session: 576cddd9-09f5-4521-8891-c8b9bfff2cfd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4621 | 2024.03.25 19:37:45.017141 [ 195 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_31_6} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4622 | 2024.03.25 19:37:45.017209 [ 200 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4623 | 2024.03.25 19:37:45.017222 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 54563, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4624 | 2024.03.25 19:37:45.017309 [ 200 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 2943 rows starting from the beginning of the part | ||
| 4625 | 2024.03.25 19:37:45.017350 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 4626 | 2024.03.25 19:37:45.017397 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 4627 | 2024.03.25 19:37:45.017421 [ 3 ] {} <Debug> HTTP-Session: 439b8c90-0c02-4435-a50c-0ef7bf1d5805 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 4628 | 2024.03.25 19:37:45.017515 [ 3 ] {} <Debug> HTTP-Session: 439b8c90-0c02-4435-a50c-0ef7bf1d5805 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4629 | 2024.03.25 19:37:45.017588 [ 3 ] {} <Debug> HTTP-Session: 439b8c90-0c02-4435-a50c-0ef7bf1d5805 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4630 | 2024.03.25 19:37:45.017678 [ 200 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 100 rows starting from the beginning of the part | ||
| 4631 | 2024.03.25 19:37:45.017711 [ 3 ] {} <Trace> HTTP-Session: 439b8c90-0c02-4435-a50c-0ef7bf1d5805 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4632 | 2024.03.25 19:37:45.017913 [ 200 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 137 rows starting from the beginning of the part | ||
| 4633 | 2024.03.25 19:37:45.018103 [ 200 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 100 rows starting from the beginning of the part | ||
| 4634 | 2024.03.25 19:37:45.018242 [ 3 ] {a68a12c4-ebd6-44ae-9d86-bdbac67a08da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 4635 | 2024.03.25 19:37:45.018321 [ 200 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 100 rows starting from the beginning of the part | ||
| 4636 | 2024.03.25 19:37:45.018403 [ 3 ] {a68a12c4-ebd6-44ae-9d86-bdbac67a08da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 4637 | 2024.03.25 19:37:45.018670 [ 200 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 100 rows starting from the beginning of the part | ||
| 4638 | 2024.03.25 19:37:45.019310 [ 3 ] {a68a12c4-ebd6-44ae-9d86-bdbac67a08da} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4639 | 2024.03.25 19:37:45.020088 [ 3 ] {a68a12c4-ebd6-44ae-9d86-bdbac67a08da} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4640 | 2024.03.25 19:37:45.020142 [ 3 ] {a68a12c4-ebd6-44ae-9d86-bdbac67a08da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
| 4641 | 2024.03.25 19:37:45.020978 [ 3 ] {a68a12c4-ebd6-44ae-9d86-bdbac67a08da} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4642 | 2024.03.25 19:37:45.021411 [ 199 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3480 rows, containing 5 columns (5 merged, 0 gathered) in 0.00485918 sec., 716170.2180203244 rows/sec., 49.76 MiB/sec. | ||
| 4643 | 2024.03.25 19:37:45.021670 [ 3 ] {a68a12c4-ebd6-44ae-9d86-bdbac67a08da} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4644 | 2024.03.25 19:37:45.021892 [ 3 ] {a68a12c4-ebd6-44ae-9d86-bdbac67a08da} <Debug> executeQuery: Read 51 rows, 70.47 KiB in 0.004054 sec., 12580.167735569807 rows/sec., 16.98 MiB/sec. | ||
| 4645 | 2024.03.25 19:37:45.022109 [ 3 ] {a68a12c4-ebd6-44ae-9d86-bdbac67a08da} <Debug> DynamicQueryHandler: Done processing query | ||
| 4646 | 2024.03.25 19:37:45.022137 [ 199 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4647 | 2024.03.25 19:37:45.022150 [ 3 ] {a68a12c4-ebd6-44ae-9d86-bdbac67a08da} <Debug> MemoryTracker: Peak memory usage (for query): 4.52 MiB. | ||
| 4648 | 2024.03.25 19:37:45.022204 [ 3 ] {} <Debug> HTTP-Session: 439b8c90-0c02-4435-a50c-0ef7bf1d5805 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4649 | 2024.03.25 19:37:45.022386 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4650 | 2024.03.25 19:37:45.022477 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 4651 | 2024.03.25 19:37:45.022528 [ 3 ] {} <Debug> HTTP-Session: 3d3aadd8-abeb-4485-966c-f2aa250bb5a2 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 4652 | 2024.03.25 19:37:45.022589 [ 3 ] {} <Debug> HTTP-Session: 3d3aadd8-abeb-4485-966c-f2aa250bb5a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4653 | 2024.03.25 19:37:45.022649 [ 3 ] {} <Debug> HTTP-Session: 3d3aadd8-abeb-4485-966c-f2aa250bb5a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4654 | 2024.03.25 19:37:45.022755 [ 3 ] {} <Trace> HTTP-Session: 3d3aadd8-abeb-4485-966c-f2aa250bb5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4655 | 2024.03.25 19:37:45.022915 [ 3 ] {4fee67cb-caca-43a8-8e0f-d87c73f91f07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 4656 | 2024.03.25 19:37:45.022988 [ 3 ] {4fee67cb-caca-43a8-8e0f-d87c73f91f07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4657 | 2024.03.25 19:37:45.023114 [ 199 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4658 | 2024.03.25 19:37:45.023378 [ 199 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4659 | 2024.03.25 19:37:45.023394 [ 3 ] {4fee67cb-caca-43a8-8e0f-d87c73f91f07} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4660 | 2024.03.25 19:37:45.023552 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB. | ||
| 4661 | 2024.03.25 19:37:45.023810 [ 3 ] {4fee67cb-caca-43a8-8e0f-d87c73f91f07} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4662 | 2024.03.25 19:37:45.023854 [ 3 ] {4fee67cb-caca-43a8-8e0f-d87c73f91f07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
| 4663 | 2024.03.25 19:37:45.024246 [ 3 ] {4fee67cb-caca-43a8-8e0f-d87c73f91f07} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4664 | 2024.03.25 19:37:45.024604 [ 3 ] {4fee67cb-caca-43a8-8e0f-d87c73f91f07} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4665 | 2024.03.25 19:37:45.024769 [ 143 ] {} <Debug> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4666 | 2024.03.25 19:37:45.024778 [ 3 ] {4fee67cb-caca-43a8-8e0f-d87c73f91f07} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001913 sec., 15682.174594877157 rows/sec., 1.07 MiB/sec. | ||
| 4667 | 2024.03.25 19:37:45.024817 [ 143 ] {} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4668 | 2024.03.25 19:37:45.024896 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
| 4669 | 2024.03.25 19:37:45.025049 [ 3 ] {4fee67cb-caca-43a8-8e0f-d87c73f91f07} <Debug> DynamicQueryHandler: Done processing query | ||
| 4670 | 2024.03.25 19:37:45.025075 [ 195 ] {9a1a39e4-f755-44be-b053-27de171f2434::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 | ||
| 4671 | 2024.03.25 19:37:45.025088 [ 3 ] {4fee67cb-caca-43a8-8e0f-d87c73f91f07} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 4672 | 2024.03.25 19:37:45.025140 [ 3 ] {} <Debug> HTTP-Session: 3d3aadd8-abeb-4485-966c-f2aa250bb5a2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4673 | 2024.03.25 19:37:45.025272 [ 195 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4674 | 2024.03.25 19:37:45.025314 [ 195 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 762 rows starting from the beginning of the part | ||
| 4675 | 2024.03.25 19:37:45.025441 [ 195 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 30 rows starting from the beginning of the part | ||
| 4676 | 2024.03.25 19:37:45.025624 [ 195 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 30 rows starting from the beginning of the part | ||
| 4677 | 2024.03.25 19:37:45.025737 [ 195 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 30 rows starting from the beginning of the part | ||
| 4678 | 2024.03.25 19:37:45.025941 [ 195 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 30 rows starting from the beginning of the part | ||
| 4679 | 2024.03.25 19:37:45.026116 [ 195 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 30 rows starting from the beginning of the part | ||
| 4680 | 2024.03.25 19:37:45.027379 [ 195 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 912 rows, containing 4 columns (4 merged, 0 gathered) in 0.002377438 sec., 383606.2181221971 rows/sec., 26.28 MiB/sec. | ||
| 4681 | 2024.03.25 19:37:45.027531 [ 195 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4682 | 2024.03.25 19:37:45.027891 [ 195 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_31_6} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4683 | 2024.03.25 19:37:45.027967 [ 195 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_31_6} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4684 | 2024.03.25 19:37:45.028036 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 4685 | 2024.03.25 19:37:46.001206 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 182.71 MiB, peak 191.88 MiB, free memory in arenas 0.00 B, will set to 183.95 MiB (RSS), difference: 1.23 MiB | ||
| 4686 | 2024.03.25 19:37:49.991520 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 3629, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4687 | 2024.03.25 19:37:49.991663 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 4688 | 2024.03.25 19:37:49.991693 [ 3 ] {} <Debug> HTTP-Session: eaef889b-4895-407a-9f80-eb7a30398637 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 4689 | 2024.03.25 19:37:49.991722 [ 3 ] {} <Debug> HTTP-Session: eaef889b-4895-407a-9f80-eb7a30398637 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4690 | 2024.03.25 19:37:49.991741 [ 3 ] {} <Debug> HTTP-Session: eaef889b-4895-407a-9f80-eb7a30398637 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4691 | 2024.03.25 19:37:49.991796 [ 3 ] {} <Trace> HTTP-Session: eaef889b-4895-407a-9f80-eb7a30398637 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4692 | 2024.03.25 19:37:49.991931 [ 3 ] {8289b1d8-95cb-4e59-ac5c-414e5b86b2d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 4693 | 2024.03.25 19:37:49.992005 [ 3 ] {8289b1d8-95cb-4e59-ac5c-414e5b86b2d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4694 | 2024.03.25 19:37:49.992224 [ 3 ] {8289b1d8-95cb-4e59-ac5c-414e5b86b2d5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4695 | 2024.03.25 19:37:49.992615 [ 3 ] {8289b1d8-95cb-4e59-ac5c-414e5b86b2d5} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4696 | 2024.03.25 19:37:49.992663 [ 3 ] {8289b1d8-95cb-4e59-ac5c-414e5b86b2d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
| 4697 | 2024.03.25 19:37:49.993080 [ 3 ] {8289b1d8-95cb-4e59-ac5c-414e5b86b2d5} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4698 | 2024.03.25 19:37:49.993433 [ 3 ] {8289b1d8-95cb-4e59-ac5c-414e5b86b2d5} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4699 | 2024.03.25 19:37:49.993606 [ 3 ] {8289b1d8-95cb-4e59-ac5c-414e5b86b2d5} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.001734 sec., 14994.232987312571 rows/sec., 1.13 MiB/sec. | ||
| 4700 | 2024.03.25 19:37:49.993761 [ 3 ] {8289b1d8-95cb-4e59-ac5c-414e5b86b2d5} <Debug> DynamicQueryHandler: Done processing query | ||
| 4701 | 2024.03.25 19:37:49.993787 [ 3 ] {8289b1d8-95cb-4e59-ac5c-414e5b86b2d5} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 4702 | 2024.03.25 19:37:49.993802 [ 3 ] {} <Debug> HTTP-Session: eaef889b-4895-407a-9f80-eb7a30398637 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4703 | 2024.03.25 19:37:49.993953 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4792, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4704 | 2024.03.25 19:37:49.994004 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 4705 | 2024.03.25 19:37:49.994024 [ 3 ] {} <Debug> HTTP-Session: fed419b1-0476-43aa-8d03-36d88ea74339 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 4706 | 2024.03.25 19:37:49.994043 [ 3 ] {} <Debug> HTTP-Session: fed419b1-0476-43aa-8d03-36d88ea74339 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4707 | 2024.03.25 19:37:49.994056 [ 3 ] {} <Debug> HTTP-Session: fed419b1-0476-43aa-8d03-36d88ea74339 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4708 | 2024.03.25 19:37:49.994090 [ 3 ] {} <Trace> HTTP-Session: fed419b1-0476-43aa-8d03-36d88ea74339 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4709 | 2024.03.25 19:37:49.994172 [ 3 ] {b4fcbc23-9a54-4a2c-b505-970932689a48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 4710 | 2024.03.25 19:37:49.994216 [ 3 ] {b4fcbc23-9a54-4a2c-b505-970932689a48} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4711 | 2024.03.25 19:37:49.994346 [ 3 ] {b4fcbc23-9a54-4a2c-b505-970932689a48} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4712 | 2024.03.25 19:37:49.994643 [ 3 ] {b4fcbc23-9a54-4a2c-b505-970932689a48} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4713 | 2024.03.25 19:37:49.994682 [ 3 ] {b4fcbc23-9a54-4a2c-b505-970932689a48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
| 4714 | 2024.03.25 19:37:49.995002 [ 3 ] {b4fcbc23-9a54-4a2c-b505-970932689a48} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4715 | 2024.03.25 19:37:49.995326 [ 3 ] {b4fcbc23-9a54-4a2c-b505-970932689a48} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4716 | 2024.03.25 19:37:49.995485 [ 3 ] {b4fcbc23-9a54-4a2c-b505-970932689a48} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001338 sec., 20926.756352765322 rows/sec., 1.63 MiB/sec. | ||
| 4717 | 2024.03.25 19:37:49.995699 [ 3 ] {b4fcbc23-9a54-4a2c-b505-970932689a48} <Debug> DynamicQueryHandler: Done processing query | ||
| 4718 | 2024.03.25 19:37:49.995760 [ 3 ] {b4fcbc23-9a54-4a2c-b505-970932689a48} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 4719 | 2024.03.25 19:37:49.995817 [ 3 ] {} <Debug> HTTP-Session: fed419b1-0476-43aa-8d03-36d88ea74339 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4720 | 2024.03.25 19:37:49.996095 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 19137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4721 | 2024.03.25 19:37:49.996146 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 4722 | 2024.03.25 19:37:49.996165 [ 3 ] {} <Debug> HTTP-Session: ccd3f643-17b6-4bd7-bb7e-f9ac70db8cf6 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 4723 | 2024.03.25 19:37:49.996183 [ 3 ] {} <Debug> HTTP-Session: ccd3f643-17b6-4bd7-bb7e-f9ac70db8cf6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4724 | 2024.03.25 19:37:49.996197 [ 3 ] {} <Debug> HTTP-Session: ccd3f643-17b6-4bd7-bb7e-f9ac70db8cf6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4725 | 2024.03.25 19:37:49.996229 [ 3 ] {} <Trace> HTTP-Session: ccd3f643-17b6-4bd7-bb7e-f9ac70db8cf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4726 | 2024.03.25 19:37:49.996338 [ 3 ] {015fdf3d-ceac-42cf-9ccf-bcac2edfb6c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4727 | 2024.03.25 19:37:49.996386 [ 3 ] {015fdf3d-ceac-42cf-9ccf-bcac2edfb6c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4728 | 2024.03.25 19:37:49.996551 [ 3 ] {015fdf3d-ceac-42cf-9ccf-bcac2edfb6c0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4729 | 2024.03.25 19:37:49.996867 [ 3 ] {015fdf3d-ceac-42cf-9ccf-bcac2edfb6c0} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4730 | 2024.03.25 19:37:49.996904 [ 3 ] {015fdf3d-ceac-42cf-9ccf-bcac2edfb6c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
| 4731 | 2024.03.25 19:37:49.997292 [ 3 ] {015fdf3d-ceac-42cf-9ccf-bcac2edfb6c0} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4732 | 2024.03.25 19:37:49.997638 [ 3 ] {015fdf3d-ceac-42cf-9ccf-bcac2edfb6c0} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4733 | 2024.03.25 19:37:49.997796 [ 3 ] {015fdf3d-ceac-42cf-9ccf-bcac2edfb6c0} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001519 sec., 65832.78472679395 rows/sec., 4.56 MiB/sec. | ||
| 4734 | 2024.03.25 19:37:49.997917 [ 3 ] {015fdf3d-ceac-42cf-9ccf-bcac2edfb6c0} <Debug> DynamicQueryHandler: Done processing query | ||
| 4735 | 2024.03.25 19:37:49.997941 [ 3 ] {015fdf3d-ceac-42cf-9ccf-bcac2edfb6c0} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
| 4736 | 2024.03.25 19:37:49.997957 [ 3 ] {} <Debug> HTTP-Session: ccd3f643-17b6-4bd7-bb7e-f9ac70db8cf6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4737 | 2024.03.25 19:37:49.998089 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4738 | 2024.03.25 19:37:49.998136 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 4739 | 2024.03.25 19:37:49.998155 [ 3 ] {} <Debug> HTTP-Session: 032bc138-ec66-40c7-9632-4bcef326a0b2 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 4740 | 2024.03.25 19:37:49.998172 [ 3 ] {} <Debug> HTTP-Session: 032bc138-ec66-40c7-9632-4bcef326a0b2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4741 | 2024.03.25 19:37:49.998186 [ 3 ] {} <Debug> HTTP-Session: 032bc138-ec66-40c7-9632-4bcef326a0b2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4742 | 2024.03.25 19:37:49.998216 [ 3 ] {} <Trace> HTTP-Session: 032bc138-ec66-40c7-9632-4bcef326a0b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4743 | 2024.03.25 19:37:49.998288 [ 3 ] {d6d1577a-8728-4a34-9017-f4ff85676f9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 4744 | 2024.03.25 19:37:49.998331 [ 3 ] {d6d1577a-8728-4a34-9017-f4ff85676f9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4745 | 2024.03.25 19:37:49.998458 [ 3 ] {d6d1577a-8728-4a34-9017-f4ff85676f9f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4746 | 2024.03.25 19:37:49.998702 [ 3 ] {d6d1577a-8728-4a34-9017-f4ff85676f9f} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4747 | 2024.03.25 19:37:49.998740 [ 3 ] {d6d1577a-8728-4a34-9017-f4ff85676f9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
| 4748 | 2024.03.25 19:37:49.999106 [ 3 ] {d6d1577a-8728-4a34-9017-f4ff85676f9f} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4749 | 2024.03.25 19:37:49.999431 [ 3 ] {d6d1577a-8728-4a34-9017-f4ff85676f9f} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4750 | 2024.03.25 19:37:49.999588 [ 3 ] {d6d1577a-8728-4a34-9017-f4ff85676f9f} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.00132 sec., 22727.272727272728 rows/sec., 1.56 MiB/sec. | ||
| 4751 | 2024.03.25 19:37:49.999799 [ 3 ] {d6d1577a-8728-4a34-9017-f4ff85676f9f} <Debug> DynamicQueryHandler: Done processing query | ||
| 4752 | 2024.03.25 19:37:49.999853 [ 3 ] {d6d1577a-8728-4a34-9017-f4ff85676f9f} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 4753 | 2024.03.25 19:37:49.999896 [ 3 ] {} <Debug> HTTP-Session: 032bc138-ec66-40c7-9632-4bcef326a0b2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4754 | 2024.03.25 19:37:51.610721 [ 148 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4755 | 2024.03.25 19:37:51.610792 [ 148 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4756 | 2024.03.25 19:37:54.994964 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 7368, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4757 | 2024.03.25 19:37:54.995160 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 4758 | 2024.03.25 19:37:54.995207 [ 3 ] {} <Debug> HTTP-Session: 28c41a31-a29b-446a-848d-a86cce6becc7 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 4759 | 2024.03.25 19:37:54.995250 [ 3 ] {} <Debug> HTTP-Session: 28c41a31-a29b-446a-848d-a86cce6becc7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4760 | 2024.03.25 19:37:54.995280 [ 3 ] {} <Debug> HTTP-Session: 28c41a31-a29b-446a-848d-a86cce6becc7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4761 | 2024.03.25 19:37:54.995359 [ 3 ] {} <Trace> HTTP-Session: 28c41a31-a29b-446a-848d-a86cce6becc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4762 | 2024.03.25 19:37:54.995538 [ 3 ] {a96808d9-3753-496f-a57b-2350cede9408} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 4763 | 2024.03.25 19:37:54.995606 [ 3 ] {a96808d9-3753-496f-a57b-2350cede9408} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 4764 | 2024.03.25 19:37:54.995804 [ 3 ] {a96808d9-3753-496f-a57b-2350cede9408} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4765 | 2024.03.25 19:37:54.996214 [ 3 ] {a96808d9-3753-496f-a57b-2350cede9408} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4766 | 2024.03.25 19:37:54.996265 [ 3 ] {a96808d9-3753-496f-a57b-2350cede9408} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
| 4767 | 2024.03.25 19:37:54.996679 [ 3 ] {a96808d9-3753-496f-a57b-2350cede9408} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4768 | 2024.03.25 19:37:54.997030 [ 3 ] {a96808d9-3753-496f-a57b-2350cede9408} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4769 | 2024.03.25 19:37:54.997206 [ 3 ] {a96808d9-3753-496f-a57b-2350cede9408} <Debug> executeQuery: Read 51 rows, 4.13 KiB in 0.001744 sec., 29243.119266055044 rows/sec., 2.31 MiB/sec. | ||
| 4770 | 2024.03.25 19:37:54.997359 [ 3 ] {a96808d9-3753-496f-a57b-2350cede9408} <Debug> DynamicQueryHandler: Done processing query | ||
| 4771 | 2024.03.25 19:37:54.997385 [ 3 ] {a96808d9-3753-496f-a57b-2350cede9408} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 4772 | 2024.03.25 19:37:54.997402 [ 3 ] {} <Debug> HTTP-Session: 28c41a31-a29b-446a-848d-a86cce6becc7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4773 | 2024.03.25 19:37:54.997632 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 28163, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4774 | 2024.03.25 19:37:54.997685 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 4775 | 2024.03.25 19:37:54.997704 [ 3 ] {} <Debug> HTTP-Session: 191e4883-44f2-43af-83ec-e3e5c03f82d4 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 4776 | 2024.03.25 19:37:54.997723 [ 3 ] {} <Debug> HTTP-Session: 191e4883-44f2-43af-83ec-e3e5c03f82d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4777 | 2024.03.25 19:37:54.997737 [ 3 ] {} <Debug> HTTP-Session: 191e4883-44f2-43af-83ec-e3e5c03f82d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4778 | 2024.03.25 19:37:54.997772 [ 3 ] {} <Trace> HTTP-Session: 191e4883-44f2-43af-83ec-e3e5c03f82d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4779 | 2024.03.25 19:37:54.997893 [ 3 ] {d9ea31ce-8539-486a-b396-4efcfef9f24f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 4780 | 2024.03.25 19:37:54.997940 [ 3 ] {d9ea31ce-8539-486a-b396-4efcfef9f24f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4781 | 2024.03.25 19:37:54.998078 [ 3 ] {d9ea31ce-8539-486a-b396-4efcfef9f24f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4782 | 2024.03.25 19:37:54.998483 [ 3 ] {d9ea31ce-8539-486a-b396-4efcfef9f24f} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4783 | 2024.03.25 19:37:54.998523 [ 3 ] {d9ea31ce-8539-486a-b396-4efcfef9f24f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
| 4784 | 2024.03.25 19:37:54.998861 [ 3 ] {d9ea31ce-8539-486a-b396-4efcfef9f24f} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4785 | 2024.03.25 19:37:54.999179 [ 3 ] {d9ea31ce-8539-486a-b396-4efcfef9f24f} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4786 | 2024.03.25 19:37:54.999337 [ 3 ] {d9ea31ce-8539-486a-b396-4efcfef9f24f} <Debug> executeQuery: Read 179 rows, 17.23 KiB in 0.001514 sec., 118229.85468956408 rows/sec., 11.11 MiB/sec. | ||
| 4787 | 2024.03.25 19:37:54.999547 [ 3 ] {d9ea31ce-8539-486a-b396-4efcfef9f24f} <Debug> DynamicQueryHandler: Done processing query | ||
| 4788 | 2024.03.25 19:37:54.999599 [ 3 ] {d9ea31ce-8539-486a-b396-4efcfef9f24f} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
| 4789 | 2024.03.25 19:37:54.999640 [ 3 ] {} <Debug> HTTP-Session: 191e4883-44f2-43af-83ec-e3e5c03f82d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4790 | 2024.03.25 19:37:54.999831 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 13435, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4791 | 2024.03.25 19:37:54.999882 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 4792 | 2024.03.25 19:37:54.999902 [ 3 ] {} <Debug> HTTP-Session: 1ef74963-29b4-4b59-9221-5874b3bc36d6 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 4793 | 2024.03.25 19:37:54.999919 [ 3 ] {} <Debug> HTTP-Session: 1ef74963-29b4-4b59-9221-5874b3bc36d6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4794 | 2024.03.25 19:37:54.999934 [ 3 ] {} <Debug> HTTP-Session: 1ef74963-29b4-4b59-9221-5874b3bc36d6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4795 | 2024.03.25 19:37:54.999967 [ 3 ] {} <Trace> HTTP-Session: 1ef74963-29b4-4b59-9221-5874b3bc36d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4796 | 2024.03.25 19:37:55.000065 [ 3 ] {006a82ea-1a58-44e4-8535-4c07d47cf613} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 4797 | 2024.03.25 19:37:55.000110 [ 3 ] {006a82ea-1a58-44e4-8535-4c07d47cf613} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4798 | 2024.03.25 19:37:55.000163 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 185.08 MiB, peak 191.88 MiB, free memory in arenas 0.00 B, will set to 183.95 MiB (RSS), difference: -1.14 MiB | ||
| 4799 | 2024.03.25 19:37:55.000443 [ 3 ] {006a82ea-1a58-44e4-8535-4c07d47cf613} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4800 | 2024.03.25 19:37:55.000929 [ 3 ] {006a82ea-1a58-44e4-8535-4c07d47cf613} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4801 | 2024.03.25 19:37:55.000968 [ 3 ] {006a82ea-1a58-44e4-8535-4c07d47cf613} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
| 4802 | 2024.03.25 19:37:55.001305 [ 3 ] {006a82ea-1a58-44e4-8535-4c07d47cf613} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4803 | 2024.03.25 19:37:55.001628 [ 3 ] {006a82ea-1a58-44e4-8535-4c07d47cf613} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4804 | 2024.03.25 19:37:55.001792 [ 3 ] {006a82ea-1a58-44e4-8535-4c07d47cf613} <Debug> executeQuery: Read 79 rows, 6.32 KiB in 0.001771 sec., 44607.56634669678 rows/sec., 3.49 MiB/sec. | ||
| 4805 | 2024.03.25 19:37:55.001949 [ 3 ] {006a82ea-1a58-44e4-8535-4c07d47cf613} <Debug> DynamicQueryHandler: Done processing query | ||
| 4806 | 2024.03.25 19:37:55.001984 [ 3 ] {006a82ea-1a58-44e4-8535-4c07d47cf613} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 4807 | 2024.03.25 19:37:55.002015 [ 3 ] {} <Debug> HTTP-Session: 1ef74963-29b4-4b59-9221-5874b3bc36d6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4808 | 2024.03.25 19:37:55.002200 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 19137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4809 | 2024.03.25 19:37:55.002248 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 4810 | 2024.03.25 19:37:55.002267 [ 3 ] {} <Debug> HTTP-Session: 2bd22704-5717-474c-8724-8f3998affc64 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 4811 | 2024.03.25 19:37:55.002284 [ 3 ] {} <Debug> HTTP-Session: 2bd22704-5717-474c-8724-8f3998affc64 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4812 | 2024.03.25 19:37:55.002298 [ 3 ] {} <Debug> HTTP-Session: 2bd22704-5717-474c-8724-8f3998affc64 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4813 | 2024.03.25 19:37:55.002329 [ 3 ] {} <Trace> HTTP-Session: 2bd22704-5717-474c-8724-8f3998affc64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4814 | 2024.03.25 19:37:55.002428 [ 3 ] {708b4da4-aebb-46b1-bbdb-bdcbf8c3a30f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4815 | 2024.03.25 19:37:55.002475 [ 3 ] {708b4da4-aebb-46b1-bbdb-bdcbf8c3a30f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4816 | 2024.03.25 19:37:55.002625 [ 3 ] {708b4da4-aebb-46b1-bbdb-bdcbf8c3a30f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4817 | 2024.03.25 19:37:55.002939 [ 3 ] {708b4da4-aebb-46b1-bbdb-bdcbf8c3a30f} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4818 | 2024.03.25 19:37:55.002977 [ 3 ] {708b4da4-aebb-46b1-bbdb-bdcbf8c3a30f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
| 4819 | 2024.03.25 19:37:55.003370 [ 3 ] {708b4da4-aebb-46b1-bbdb-bdcbf8c3a30f} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4820 | 2024.03.25 19:37:55.003716 [ 3 ] {708b4da4-aebb-46b1-bbdb-bdcbf8c3a30f} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4821 | 2024.03.25 19:37:55.003873 [ 3 ] {708b4da4-aebb-46b1-bbdb-bdcbf8c3a30f} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001492 sec., 67024.12868632708 rows/sec., 4.65 MiB/sec. | ||
| 4822 | 2024.03.25 19:37:55.003990 [ 3 ] {708b4da4-aebb-46b1-bbdb-bdcbf8c3a30f} <Debug> DynamicQueryHandler: Done processing query | ||
| 4823 | 2024.03.25 19:37:55.004014 [ 3 ] {708b4da4-aebb-46b1-bbdb-bdcbf8c3a30f} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
| 4824 | 2024.03.25 19:37:55.004029 [ 3 ] {} <Debug> HTTP-Session: 2bd22704-5717-474c-8724-8f3998affc64 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4825 | 2024.03.25 19:37:55.004238 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 54563, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4826 | 2024.03.25 19:37:55.004285 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 4827 | 2024.03.25 19:37:55.004304 [ 3 ] {} <Debug> HTTP-Session: fa22156f-d579-4a2b-bbb5-f2b37bda5847 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 4828 | 2024.03.25 19:37:55.004321 [ 3 ] {} <Debug> HTTP-Session: fa22156f-d579-4a2b-bbb5-f2b37bda5847 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4829 | 2024.03.25 19:37:55.004335 [ 3 ] {} <Debug> HTTP-Session: fa22156f-d579-4a2b-bbb5-f2b37bda5847 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4830 | 2024.03.25 19:37:55.004364 [ 3 ] {} <Trace> HTTP-Session: fa22156f-d579-4a2b-bbb5-f2b37bda5847 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4831 | 2024.03.25 19:37:55.004800 [ 3 ] {9df6c438-3ea3-4ca2-8cf5-4be3ef19260e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 4832 | 2024.03.25 19:37:55.004849 [ 3 ] {9df6c438-3ea3-4ca2-8cf5-4be3ef19260e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 4833 | 2024.03.25 19:37:55.005011 [ 3 ] {9df6c438-3ea3-4ca2-8cf5-4be3ef19260e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4834 | 2024.03.25 19:37:55.005565 [ 3 ] {9df6c438-3ea3-4ca2-8cf5-4be3ef19260e} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4835 | 2024.03.25 19:37:55.005603 [ 3 ] {9df6c438-3ea3-4ca2-8cf5-4be3ef19260e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
| 4836 | 2024.03.25 19:37:55.006038 [ 3 ] {9df6c438-3ea3-4ca2-8cf5-4be3ef19260e} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4837 | 2024.03.25 19:37:55.006393 [ 3 ] {9df6c438-3ea3-4ca2-8cf5-4be3ef19260e} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4838 | 2024.03.25 19:37:55.006554 [ 145 ] {} <Debug> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 4839 | 2024.03.25 19:37:55.006560 [ 3 ] {9df6c438-3ea3-4ca2-8cf5-4be3ef19260e} <Debug> executeQuery: Read 51 rows, 70.47 KiB in 0.00213 sec., 23943.661971830985 rows/sec., 32.31 MiB/sec. | ||
| 4840 | 2024.03.25 19:37:55.006658 [ 145 ] {} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4841 | 2024.03.25 19:37:55.006730 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
| 4842 | 2024.03.25 19:37:55.006831 [ 3 ] {9df6c438-3ea3-4ca2-8cf5-4be3ef19260e} <Debug> DynamicQueryHandler: Done processing query | ||
| 4843 | 2024.03.25 19:37:55.006867 [ 3 ] {9df6c438-3ea3-4ca2-8cf5-4be3ef19260e} <Debug> MemoryTracker: Peak memory usage (for query): 4.52 MiB. | ||
| 4844 | 2024.03.25 19:37:55.006889 [ 3 ] {} <Debug> HTTP-Session: fa22156f-d579-4a2b-bbb5-f2b37bda5847 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4845 | 2024.03.25 19:37:55.006894 [ 188 ] {f3248554-e676-4912-a9d7-0b91932a1da6::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 | ||
| 4846 | 2024.03.25 19:37:55.007034 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4847 | 2024.03.25 19:37:55.007057 [ 188 ] {f3248554-e676-4912-a9d7-0b91932a1da6::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4848 | 2024.03.25 19:37:55.007098 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 4849 | 2024.03.25 19:37:55.007101 [ 188 ] {f3248554-e676-4912-a9d7-0b91932a1da6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 511 rows starting from the beginning of the part | ||
| 4850 | 2024.03.25 19:37:55.007121 [ 3 ] {} <Debug> HTTP-Session: 04c9c727-09ef-4ea8-88cd-01f1ea9b4746 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 4851 | 2024.03.25 19:37:55.007142 [ 3 ] {} <Debug> HTTP-Session: 04c9c727-09ef-4ea8-88cd-01f1ea9b4746 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4852 | 2024.03.25 19:37:55.007176 [ 3 ] {} <Debug> HTTP-Session: 04c9c727-09ef-4ea8-88cd-01f1ea9b4746 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4853 | 2024.03.25 19:37:55.007236 [ 188 ] {f3248554-e676-4912-a9d7-0b91932a1da6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 51 rows starting from the beginning of the part | ||
| 4854 | 2024.03.25 19:37:55.007256 [ 3 ] {} <Trace> HTTP-Session: 04c9c727-09ef-4ea8-88cd-01f1ea9b4746 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4855 | 2024.03.25 19:37:55.007597 [ 3 ] {d7609033-4ec9-4c4a-b5d7-08647ab28bf6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 4856 | 2024.03.25 19:37:55.007648 [ 188 ] {f3248554-e676-4912-a9d7-0b91932a1da6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 51 rows starting from the beginning of the part | ||
| 4857 | 2024.03.25 19:37:55.007745 [ 3 ] {d7609033-4ec9-4c4a-b5d7-08647ab28bf6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4858 | 2024.03.25 19:37:55.008040 [ 188 ] {f3248554-e676-4912-a9d7-0b91932a1da6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 51 rows starting from the beginning of the part | ||
| 4859 | 2024.03.25 19:37:55.008427 [ 188 ] {f3248554-e676-4912-a9d7-0b91932a1da6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 51 rows starting from the beginning of the part | ||
| 4860 | 2024.03.25 19:37:55.008793 [ 188 ] {f3248554-e676-4912-a9d7-0b91932a1da6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 51 rows starting from the beginning of the part | ||
| 4861 | 2024.03.25 19:37:55.009093 [ 3 ] {d7609033-4ec9-4c4a-b5d7-08647ab28bf6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4862 | 2024.03.25 19:37:55.009801 [ 3 ] {d7609033-4ec9-4c4a-b5d7-08647ab28bf6} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4863 | 2024.03.25 19:37:55.009842 [ 3 ] {d7609033-4ec9-4c4a-b5d7-08647ab28bf6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
| 4864 | 2024.03.25 19:37:55.010323 [ 3 ] {d7609033-4ec9-4c4a-b5d7-08647ab28bf6} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4865 | 2024.03.25 19:37:55.010914 [ 3 ] {d7609033-4ec9-4c4a-b5d7-08647ab28bf6} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4866 | 2024.03.25 19:37:55.011192 [ 3 ] {d7609033-4ec9-4c4a-b5d7-08647ab28bf6} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.003811 sec., 7871.949619522435 rows/sec., 552.22 KiB/sec. | ||
| 4867 | 2024.03.25 19:37:55.011476 [ 3 ] {d7609033-4ec9-4c4a-b5d7-08647ab28bf6} <Debug> DynamicQueryHandler: Done processing query | ||
| 4868 | 2024.03.25 19:37:55.011537 [ 3 ] {d7609033-4ec9-4c4a-b5d7-08647ab28bf6} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 4869 | 2024.03.25 19:37:55.011558 [ 3 ] {} <Debug> HTTP-Session: 04c9c727-09ef-4ea8-88cd-01f1ea9b4746 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4870 | 2024.03.25 19:37:55.012650 [ 195 ] {f3248554-e676-4912-a9d7-0b91932a1da6::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 766 rows, containing 6 columns (6 merged, 0 gathered) in 0.005811713 sec., 131802.79205115602 rows/sec., 177.86 MiB/sec. | ||
| 4871 | 2024.03.25 19:37:55.013354 [ 195 ] {f3248554-e676-4912-a9d7-0b91932a1da6::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 4872 | 2024.03.25 19:37:55.013848 [ 195 ] {f3248554-e676-4912-a9d7-0b91932a1da6::all_1_16_3} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4873 | 2024.03.25 19:37:55.013940 [ 195 ] {f3248554-e676-4912-a9d7-0b91932a1da6::all_1_16_3} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 4874 | 2024.03.25 19:37:55.014050 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.03 MiB. | ||
| 4875 | 2024.03.25 19:37:56.000191 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 183.22 MiB, peak 191.88 MiB, free memory in arenas 0.00 B, will set to 185.44 MiB (RSS), difference: 2.22 MiB | ||
| 4876 | 2024.03.25 19:37:59.993576 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 8603, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4877 | 2024.03.25 19:37:59.993720 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 4878 | 2024.03.25 19:37:59.993749 [ 3 ] {} <Debug> HTTP-Session: e64eb7b8-df60-4ed9-a682-a2cdec5e8c45 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 4879 | 2024.03.25 19:37:59.993778 [ 3 ] {} <Debug> HTTP-Session: e64eb7b8-df60-4ed9-a682-a2cdec5e8c45 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4880 | 2024.03.25 19:37:59.993797 [ 3 ] {} <Debug> HTTP-Session: e64eb7b8-df60-4ed9-a682-a2cdec5e8c45 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4881 | 2024.03.25 19:37:59.993852 [ 3 ] {} <Trace> HTTP-Session: e64eb7b8-df60-4ed9-a682-a2cdec5e8c45 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4882 | 2024.03.25 19:37:59.994003 [ 3 ] {7eb3cdb2-1b33-4b80-91c6-3b56434577da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 4883 | 2024.03.25 19:37:59.994076 [ 3 ] {7eb3cdb2-1b33-4b80-91c6-3b56434577da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4884 | 2024.03.25 19:37:59.994294 [ 3 ] {7eb3cdb2-1b33-4b80-91c6-3b56434577da} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4885 | 2024.03.25 19:37:59.994793 [ 3 ] {7eb3cdb2-1b33-4b80-91c6-3b56434577da} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4886 | 2024.03.25 19:37:59.994839 [ 3 ] {7eb3cdb2-1b33-4b80-91c6-3b56434577da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
| 4887 | 2024.03.25 19:37:59.995241 [ 3 ] {7eb3cdb2-1b33-4b80-91c6-3b56434577da} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4888 | 2024.03.25 19:37:59.995601 [ 3 ] {7eb3cdb2-1b33-4b80-91c6-3b56434577da} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4889 | 2024.03.25 19:37:59.995782 [ 3 ] {7eb3cdb2-1b33-4b80-91c6-3b56434577da} <Debug> executeQuery: Read 62 rows, 4.82 KiB in 0.001848 sec., 33549.78354978355 rows/sec., 2.55 MiB/sec. | ||
| 4890 | 2024.03.25 19:37:59.995924 [ 3 ] {7eb3cdb2-1b33-4b80-91c6-3b56434577da} <Debug> DynamicQueryHandler: Done processing query | ||
| 4891 | 2024.03.25 19:37:59.995951 [ 3 ] {7eb3cdb2-1b33-4b80-91c6-3b56434577da} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 4892 | 2024.03.25 19:37:59.995967 [ 3 ] {} <Debug> HTTP-Session: e64eb7b8-df60-4ed9-a682-a2cdec5e8c45 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4893 | 2024.03.25 19:37:59.996153 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 8828, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4894 | 2024.03.25 19:37:59.996206 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 4895 | 2024.03.25 19:37:59.996226 [ 3 ] {} <Debug> HTTP-Session: 44cf0cb9-af5f-4121-b726-79c6c9569bd2 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 4896 | 2024.03.25 19:37:59.996244 [ 3 ] {} <Debug> HTTP-Session: 44cf0cb9-af5f-4121-b726-79c6c9569bd2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4897 | 2024.03.25 19:37:59.996258 [ 3 ] {} <Debug> HTTP-Session: 44cf0cb9-af5f-4121-b726-79c6c9569bd2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4898 | 2024.03.25 19:37:59.996292 [ 3 ] {} <Trace> HTTP-Session: 44cf0cb9-af5f-4121-b726-79c6c9569bd2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4899 | 2024.03.25 19:37:59.996380 [ 3 ] {1b3c9fec-2ab3-4511-8ad5-05d464cac3cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 4900 | 2024.03.25 19:37:59.996423 [ 3 ] {1b3c9fec-2ab3-4511-8ad5-05d464cac3cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4901 | 2024.03.25 19:37:59.996555 [ 3 ] {1b3c9fec-2ab3-4511-8ad5-05d464cac3cb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4902 | 2024.03.25 19:37:59.996894 [ 3 ] {1b3c9fec-2ab3-4511-8ad5-05d464cac3cb} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4903 | 2024.03.25 19:37:59.996934 [ 3 ] {1b3c9fec-2ab3-4511-8ad5-05d464cac3cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
| 4904 | 2024.03.25 19:37:59.997253 [ 3 ] {1b3c9fec-2ab3-4511-8ad5-05d464cac3cb} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4905 | 2024.03.25 19:37:59.997574 [ 3 ] {1b3c9fec-2ab3-4511-8ad5-05d464cac3cb} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4906 | 2024.03.25 19:37:59.997734 [ 3 ] {1b3c9fec-2ab3-4511-8ad5-05d464cac3cb} <Debug> executeQuery: Read 52 rows, 4.13 KiB in 0.001387 sec., 37490.98774333093 rows/sec., 2.91 MiB/sec. | ||
| 4907 | 2024.03.25 19:37:59.997866 [ 3 ] {1b3c9fec-2ab3-4511-8ad5-05d464cac3cb} <Debug> DynamicQueryHandler: Done processing query | ||
| 4908 | 2024.03.25 19:37:59.997891 [ 3 ] {1b3c9fec-2ab3-4511-8ad5-05d464cac3cb} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 4909 | 2024.03.25 19:37:59.997971 [ 3 ] {} <Debug> HTTP-Session: 44cf0cb9-af5f-4121-b726-79c6c9569bd2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4910 | 2024.03.25 19:37:59.998105 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 26055, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4911 | 2024.03.25 19:37:59.998156 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 4912 | 2024.03.25 19:37:59.998175 [ 3 ] {} <Debug> HTTP-Session: 40edd2c4-6ceb-4187-84f2-11deb89652b8 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 4913 | 2024.03.25 19:37:59.998193 [ 3 ] {} <Debug> HTTP-Session: 40edd2c4-6ceb-4187-84f2-11deb89652b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4914 | 2024.03.25 19:37:59.998206 [ 3 ] {} <Debug> HTTP-Session: 40edd2c4-6ceb-4187-84f2-11deb89652b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4915 | 2024.03.25 19:37:59.998238 [ 3 ] {} <Trace> HTTP-Session: 40edd2c4-6ceb-4187-84f2-11deb89652b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4916 | 2024.03.25 19:37:59.998354 [ 3 ] {ff280daa-d896-4f9e-9359-bd36f37c4972} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4917 | 2024.03.25 19:37:59.998402 [ 3 ] {ff280daa-d896-4f9e-9359-bd36f37c4972} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4918 | 2024.03.25 19:37:59.998551 [ 3 ] {ff280daa-d896-4f9e-9359-bd36f37c4972} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4919 | 2024.03.25 19:37:59.998986 [ 3 ] {ff280daa-d896-4f9e-9359-bd36f37c4972} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4920 | 2024.03.25 19:37:59.999027 [ 3 ] {ff280daa-d896-4f9e-9359-bd36f37c4972} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
| 4921 | 2024.03.25 19:37:59.999432 [ 3 ] {ff280daa-d896-4f9e-9359-bd36f37c4972} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4922 | 2024.03.25 19:37:59.999809 [ 3 ] {ff280daa-d896-4f9e-9359-bd36f37c4972} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4923 | 2024.03.25 19:37:59.999970 [ 3 ] {ff280daa-d896-4f9e-9359-bd36f37c4972} <Debug> executeQuery: Read 136 rows, 9.70 KiB in 0.001676 sec., 81145.58472553699 rows/sec., 5.65 MiB/sec. | ||
| 4924 | 2024.03.25 19:38:00.000100 [ 3 ] {ff280daa-d896-4f9e-9359-bd36f37c4972} <Debug> DynamicQueryHandler: Done processing query | ||
| 4925 | 2024.03.25 19:38:00.000125 [ 3 ] {ff280daa-d896-4f9e-9359-bd36f37c4972} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
| 4926 | 2024.03.25 19:38:00.000153 [ 3 ] {} <Debug> HTTP-Session: 40edd2c4-6ceb-4187-84f2-11deb89652b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4927 | 2024.03.25 19:38:00.000164 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 186.65 MiB, peak 191.88 MiB, free memory in arenas 0.00 B, will set to 185.44 MiB (RSS), difference: -1.21 MiB | ||
| 4928 | 2024.03.25 19:38:00.000358 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4929 | 2024.03.25 19:38:00.000454 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 4930 | 2024.03.25 19:38:00.000484 [ 3 ] {} <Debug> HTTP-Session: f6d9cc60-429e-41f3-8166-c99c6ce341ea Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 4931 | 2024.03.25 19:38:00.000528 [ 3 ] {} <Debug> HTTP-Session: f6d9cc60-429e-41f3-8166-c99c6ce341ea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4932 | 2024.03.25 19:38:00.000581 [ 3 ] {} <Debug> HTTP-Session: f6d9cc60-429e-41f3-8166-c99c6ce341ea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4933 | 2024.03.25 19:38:00.000647 [ 3 ] {} <Trace> HTTP-Session: f6d9cc60-429e-41f3-8166-c99c6ce341ea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4934 | 2024.03.25 19:38:00.000739 [ 3 ] {ff1822b9-a451-4b4d-a628-8de47b047bd0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 4935 | 2024.03.25 19:38:00.000791 [ 3 ] {ff1822b9-a451-4b4d-a628-8de47b047bd0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4936 | 2024.03.25 19:38:00.000941 [ 3 ] {ff1822b9-a451-4b4d-a628-8de47b047bd0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4937 | 2024.03.25 19:38:00.001227 [ 3 ] {ff1822b9-a451-4b4d-a628-8de47b047bd0} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4938 | 2024.03.25 19:38:00.001266 [ 3 ] {ff1822b9-a451-4b4d-a628-8de47b047bd0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
| 4939 | 2024.03.25 19:38:00.001631 [ 3 ] {ff1822b9-a451-4b4d-a628-8de47b047bd0} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4940 | 2024.03.25 19:38:00.001964 [ 3 ] {ff1822b9-a451-4b4d-a628-8de47b047bd0} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4941 | 2024.03.25 19:38:00.002120 [ 3 ] {ff1822b9-a451-4b4d-a628-8de47b047bd0} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001419 sec., 21141.649048625794 rows/sec., 1.45 MiB/sec. | ||
| 4942 | 2024.03.25 19:38:00.002245 [ 3 ] {ff1822b9-a451-4b4d-a628-8de47b047bd0} <Debug> DynamicQueryHandler: Done processing query | ||
| 4943 | 2024.03.25 19:38:00.002269 [ 3 ] {ff1822b9-a451-4b4d-a628-8de47b047bd0} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 4944 | 2024.03.25 19:38:00.002284 [ 3 ] {} <Debug> HTTP-Session: f6d9cc60-429e-41f3-8166-c99c6ce341ea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4945 | 2024.03.25 19:38:04.994535 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 7368, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4946 | 2024.03.25 19:38:04.994728 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 4947 | 2024.03.25 19:38:04.994772 [ 3 ] {} <Debug> HTTP-Session: d5f1cd92-080b-4b08-a971-f90e046e152b Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 4948 | 2024.03.25 19:38:04.994814 [ 3 ] {} <Debug> HTTP-Session: d5f1cd92-080b-4b08-a971-f90e046e152b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4949 | 2024.03.25 19:38:04.994843 [ 3 ] {} <Debug> HTTP-Session: d5f1cd92-080b-4b08-a971-f90e046e152b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4950 | 2024.03.25 19:38:04.994920 [ 3 ] {} <Trace> HTTP-Session: d5f1cd92-080b-4b08-a971-f90e046e152b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4951 | 2024.03.25 19:38:04.995124 [ 3 ] {ed695c1f-04c0-4cd6-917a-89f5c20f04f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 4952 | 2024.03.25 19:38:04.995227 [ 3 ] {ed695c1f-04c0-4cd6-917a-89f5c20f04f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 4953 | 2024.03.25 19:38:04.995544 [ 3 ] {ed695c1f-04c0-4cd6-917a-89f5c20f04f1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4954 | 2024.03.25 19:38:04.996044 [ 3 ] {ed695c1f-04c0-4cd6-917a-89f5c20f04f1} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4955 | 2024.03.25 19:38:04.996089 [ 3 ] {ed695c1f-04c0-4cd6-917a-89f5c20f04f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
| 4956 | 2024.03.25 19:38:04.996493 [ 3 ] {ed695c1f-04c0-4cd6-917a-89f5c20f04f1} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 4957 | 2024.03.25 19:38:04.996836 [ 3 ] {ed695c1f-04c0-4cd6-917a-89f5c20f04f1} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4958 | 2024.03.25 19:38:04.997006 [ 3 ] {ed695c1f-04c0-4cd6-917a-89f5c20f04f1} <Debug> executeQuery: Read 51 rows, 4.13 KiB in 0.001982 sec., 25731.584258324925 rows/sec., 2.04 MiB/sec. | ||
| 4959 | 2024.03.25 19:38:04.997161 [ 3 ] {ed695c1f-04c0-4cd6-917a-89f5c20f04f1} <Debug> DynamicQueryHandler: Done processing query | ||
| 4960 | 2024.03.25 19:38:04.997187 [ 3 ] {ed695c1f-04c0-4cd6-917a-89f5c20f04f1} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 4961 | 2024.03.25 19:38:04.997203 [ 3 ] {} <Debug> HTTP-Session: d5f1cd92-080b-4b08-a971-f90e046e152b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4962 | 2024.03.25 19:38:04.997340 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4963 | 2024.03.25 19:38:04.997391 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 4964 | 2024.03.25 19:38:04.997409 [ 3 ] {} <Debug> HTTP-Session: 16885ba1-702d-4d88-9a90-a19e87888372 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 4965 | 2024.03.25 19:38:04.997428 [ 3 ] {} <Debug> HTTP-Session: 16885ba1-702d-4d88-9a90-a19e87888372 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4966 | 2024.03.25 19:38:04.997442 [ 3 ] {} <Debug> HTTP-Session: 16885ba1-702d-4d88-9a90-a19e87888372 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4967 | 2024.03.25 19:38:04.997477 [ 3 ] {} <Trace> HTTP-Session: 16885ba1-702d-4d88-9a90-a19e87888372 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4968 | 2024.03.25 19:38:04.997549 [ 3 ] {ced5925f-2f44-4006-9336-7c36f7e4b622} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 4969 | 2024.03.25 19:38:04.997592 [ 3 ] {ced5925f-2f44-4006-9336-7c36f7e4b622} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4970 | 2024.03.25 19:38:04.997723 [ 3 ] {ced5925f-2f44-4006-9336-7c36f7e4b622} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4971 | 2024.03.25 19:38:04.998025 [ 3 ] {ced5925f-2f44-4006-9336-7c36f7e4b622} <Trace> oximeter.fields_ipaddr (d9ee32b3-8a1d-44e7-a34c-f0038ee3937b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4972 | 2024.03.25 19:38:04.998064 [ 3 ] {ced5925f-2f44-4006-9336-7c36f7e4b622} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
| 4973 | 2024.03.25 19:38:04.998368 [ 3 ] {ced5925f-2f44-4006-9336-7c36f7e4b622} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 4974 | 2024.03.25 19:38:04.998696 [ 3 ] {ced5925f-2f44-4006-9336-7c36f7e4b622} <Trace> oximeter.fields_ipaddr (d9ee32b3-8a1d-44e7-a34c-f0038ee3937b): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4975 | 2024.03.25 19:38:04.998852 [ 3 ] {ced5925f-2f44-4006-9336-7c36f7e4b622} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001329 sec., 3009.7817908201655 rows/sec., 245.43 KiB/sec. | ||
| 4976 | 2024.03.25 19:38:04.998979 [ 3 ] {ced5925f-2f44-4006-9336-7c36f7e4b622} <Debug> DynamicQueryHandler: Done processing query | ||
| 4977 | 2024.03.25 19:38:04.999004 [ 3 ] {ced5925f-2f44-4006-9336-7c36f7e4b622} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 4978 | 2024.03.25 19:38:04.999019 [ 3 ] {} <Debug> HTTP-Session: 16885ba1-702d-4d88-9a90-a19e87888372 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4979 | 2024.03.25 19:38:04.999191 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 28461, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4980 | 2024.03.25 19:38:04.999239 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 4981 | 2024.03.25 19:38:04.999258 [ 3 ] {} <Debug> HTTP-Session: 7c156fc2-b78d-403c-bde9-dca8a2c8ebb5 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 4982 | 2024.03.25 19:38:04.999276 [ 3 ] {} <Debug> HTTP-Session: 7c156fc2-b78d-403c-bde9-dca8a2c8ebb5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4983 | 2024.03.25 19:38:04.999290 [ 3 ] {} <Debug> HTTP-Session: 7c156fc2-b78d-403c-bde9-dca8a2c8ebb5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4984 | 2024.03.25 19:38:04.999321 [ 3 ] {} <Trace> HTTP-Session: 7c156fc2-b78d-403c-bde9-dca8a2c8ebb5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4985 | 2024.03.25 19:38:04.999435 [ 3 ] {319b3836-9148-4a93-93d6-084c711b6aae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 4986 | 2024.03.25 19:38:04.999475 [ 3 ] {319b3836-9148-4a93-93d6-084c711b6aae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4987 | 2024.03.25 19:38:04.999602 [ 3 ] {319b3836-9148-4a93-93d6-084c711b6aae} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4988 | 2024.03.25 19:38:04.999996 [ 3 ] {319b3836-9148-4a93-93d6-084c711b6aae} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4989 | 2024.03.25 19:38:05.000034 [ 3 ] {319b3836-9148-4a93-93d6-084c711b6aae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
| 4990 | 2024.03.25 19:38:05.000357 [ 3 ] {319b3836-9148-4a93-93d6-084c711b6aae} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4991 | 2024.03.25 19:38:05.000669 [ 3 ] {319b3836-9148-4a93-93d6-084c711b6aae} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4992 | 2024.03.25 19:38:05.000831 [ 3 ] {319b3836-9148-4a93-93d6-084c711b6aae} <Debug> executeQuery: Read 181 rows, 17.41 KiB in 0.001453 sec., 124569.8554714384 rows/sec., 11.70 MiB/sec. | ||
| 4993 | 2024.03.25 19:38:05.001024 [ 3 ] {319b3836-9148-4a93-93d6-084c711b6aae} <Debug> DynamicQueryHandler: Done processing query | ||
| 4994 | 2024.03.25 19:38:05.001081 [ 3 ] {319b3836-9148-4a93-93d6-084c711b6aae} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
| 4995 | 2024.03.25 19:38:05.001131 [ 3 ] {} <Debug> HTTP-Session: 7c156fc2-b78d-403c-bde9-dca8a2c8ebb5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4996 | 2024.03.25 19:38:05.001145 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 186.65 MiB, peak 191.88 MiB, free memory in arenas 0.00 B, will set to 185.44 MiB (RSS), difference: -1.21 MiB | ||
| 4997 | 2024.03.25 19:38:05.001330 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4998 | 2024.03.25 19:38:05.001413 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 4999 | 2024.03.25 19:38:05.001433 [ 3 ] {} <Debug> HTTP-Session: 78ffe3e5-1025-4aaa-8dfd-992b10219c4d Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 5000 | 2024.03.25 19:38:05.001462 [ 3 ] {} <Debug> HTTP-Session: 78ffe3e5-1025-4aaa-8dfd-992b10219c4d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5001 | 2024.03.25 19:38:05.001504 [ 3 ] {} <Debug> HTTP-Session: 78ffe3e5-1025-4aaa-8dfd-992b10219c4d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5002 | 2024.03.25 19:38:05.001566 [ 3 ] {} <Trace> HTTP-Session: 78ffe3e5-1025-4aaa-8dfd-992b10219c4d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5003 | 2024.03.25 19:38:05.001636 [ 3 ] {b3bdb19d-69a7-4f7a-85ce-985a9fe14708} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 5004 | 2024.03.25 19:38:05.001679 [ 3 ] {b3bdb19d-69a7-4f7a-85ce-985a9fe14708} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5005 | 2024.03.25 19:38:05.001821 [ 3 ] {b3bdb19d-69a7-4f7a-85ce-985a9fe14708} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5006 | 2024.03.25 19:38:05.002133 [ 3 ] {b3bdb19d-69a7-4f7a-85ce-985a9fe14708} <Trace> oximeter.fields_u16 (c5488911-6586-43c0-ae3f-1262ae9a0dfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5007 | 2024.03.25 19:38:05.002170 [ 3 ] {b3bdb19d-69a7-4f7a-85ce-985a9fe14708} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
| 5008 | 2024.03.25 19:38:05.002472 [ 3 ] {b3bdb19d-69a7-4f7a-85ce-985a9fe14708} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 5009 | 2024.03.25 19:38:05.002783 [ 3 ] {b3bdb19d-69a7-4f7a-85ce-985a9fe14708} <Trace> oximeter.fields_u16 (c5488911-6586-43c0-ae3f-1262ae9a0dfa): 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.03.25 19:38:05.002940 [ 3 ] {b3bdb19d-69a7-4f7a-85ce-985a9fe14708} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001326 sec., 3016.5912518853697 rows/sec., 210.63 KiB/sec. | ||
| 5011 | 2024.03.25 19:38:05.003181 [ 3 ] {b3bdb19d-69a7-4f7a-85ce-985a9fe14708} <Debug> DynamicQueryHandler: Done processing query | ||
| 5012 | 2024.03.25 19:38:05.003218 [ 3 ] {b3bdb19d-69a7-4f7a-85ce-985a9fe14708} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 5013 | 2024.03.25 19:38:05.003233 [ 3 ] {} <Debug> HTTP-Session: 78ffe3e5-1025-4aaa-8dfd-992b10219c4d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5014 | 2024.03.25 19:38:05.003441 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 14117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5015 | 2024.03.25 19:38:05.003489 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 5016 | 2024.03.25 19:38:05.003507 [ 3 ] {} <Debug> HTTP-Session: f7d0e115-5ae4-4a5e-be6d-92b87d84b772 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 5017 | 2024.03.25 19:38:05.003524 [ 3 ] {} <Debug> HTTP-Session: f7d0e115-5ae4-4a5e-be6d-92b87d84b772 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5018 | 2024.03.25 19:38:05.003537 [ 3 ] {} <Debug> HTTP-Session: f7d0e115-5ae4-4a5e-be6d-92b87d84b772 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5019 | 2024.03.25 19:38:05.003568 [ 3 ] {} <Trace> HTTP-Session: f7d0e115-5ae4-4a5e-be6d-92b87d84b772 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5020 | 2024.03.25 19:38:05.003657 [ 3 ] {e7b96058-e049-4ef5-a9aa-4f9cd5545956} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 5021 | 2024.03.25 19:38:05.003699 [ 3 ] {e7b96058-e049-4ef5-a9aa-4f9cd5545956} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5022 | 2024.03.25 19:38:05.003842 [ 3 ] {e7b96058-e049-4ef5-a9aa-4f9cd5545956} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5023 | 2024.03.25 19:38:05.004251 [ 3 ] {e7b96058-e049-4ef5-a9aa-4f9cd5545956} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5024 | 2024.03.25 19:38:05.004290 [ 3 ] {e7b96058-e049-4ef5-a9aa-4f9cd5545956} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
| 5025 | 2024.03.25 19:38:05.004597 [ 3 ] {e7b96058-e049-4ef5-a9aa-4f9cd5545956} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 5026 | 2024.03.25 19:38:05.004915 [ 3 ] {e7b96058-e049-4ef5-a9aa-4f9cd5545956} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5027 | 2024.03.25 19:38:05.005070 [ 3 ] {e7b96058-e049-4ef5-a9aa-4f9cd5545956} <Debug> executeQuery: Read 83 rows, 6.65 KiB in 0.001454 sec., 57083.906464924345 rows/sec., 4.46 MiB/sec. | ||
| 5028 | 2024.03.25 19:38:05.005199 [ 3 ] {e7b96058-e049-4ef5-a9aa-4f9cd5545956} <Debug> DynamicQueryHandler: Done processing query | ||
| 5029 | 2024.03.25 19:38:05.005222 [ 3 ] {e7b96058-e049-4ef5-a9aa-4f9cd5545956} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 5030 | 2024.03.25 19:38:05.005237 [ 3 ] {} <Debug> HTTP-Session: f7d0e115-5ae4-4a5e-be6d-92b87d84b772 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5031 | 2024.03.25 19:38:05.005376 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 19517, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5032 | 2024.03.25 19:38:05.005424 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 5033 | 2024.03.25 19:38:05.005442 [ 3 ] {} <Debug> HTTP-Session: e6355568-764f-4cfb-80b5-108b16ea18a9 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 5034 | 2024.03.25 19:38:05.005458 [ 3 ] {} <Debug> HTTP-Session: e6355568-764f-4cfb-80b5-108b16ea18a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5035 | 2024.03.25 19:38:05.005471 [ 3 ] {} <Debug> HTTP-Session: e6355568-764f-4cfb-80b5-108b16ea18a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5036 | 2024.03.25 19:38:05.005502 [ 3 ] {} <Trace> HTTP-Session: e6355568-764f-4cfb-80b5-108b16ea18a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5037 | 2024.03.25 19:38:05.005601 [ 3 ] {b91cc5ec-483e-4b33-a384-1ac7b59c88c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 5038 | 2024.03.25 19:38:05.005647 [ 3 ] {b91cc5ec-483e-4b33-a384-1ac7b59c88c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5039 | 2024.03.25 19:38:05.005791 [ 3 ] {b91cc5ec-483e-4b33-a384-1ac7b59c88c1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5040 | 2024.03.25 19:38:05.006152 [ 3 ] {b91cc5ec-483e-4b33-a384-1ac7b59c88c1} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5041 | 2024.03.25 19:38:05.006189 [ 3 ] {b91cc5ec-483e-4b33-a384-1ac7b59c88c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
| 5042 | 2024.03.25 19:38:05.006573 [ 3 ] {b91cc5ec-483e-4b33-a384-1ac7b59c88c1} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 5043 | 2024.03.25 19:38:05.006919 [ 3 ] {b91cc5ec-483e-4b33-a384-1ac7b59c88c1} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5044 | 2024.03.25 19:38:05.007084 [ 3 ] {b91cc5ec-483e-4b33-a384-1ac7b59c88c1} <Debug> executeQuery: Read 102 rows, 7.24 KiB in 0.001526 sec., 66841.41546526867 rows/sec., 4.63 MiB/sec. | ||
| 5045 | 2024.03.25 19:38:05.007285 [ 3 ] {b91cc5ec-483e-4b33-a384-1ac7b59c88c1} <Debug> DynamicQueryHandler: Done processing query | ||
| 5046 | 2024.03.25 19:38:05.007340 [ 3 ] {b91cc5ec-483e-4b33-a384-1ac7b59c88c1} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
| 5047 | 2024.03.25 19:38:05.007391 [ 3 ] {} <Debug> HTTP-Session: e6355568-764f-4cfb-80b5-108b16ea18a9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5048 | 2024.03.25 19:38:05.007628 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 54563, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5049 | 2024.03.25 19:38:05.007679 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 5050 | 2024.03.25 19:38:05.007698 [ 3 ] {} <Debug> HTTP-Session: 4b84992b-1096-4237-bd21-26ebbf0bce18 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 5051 | 2024.03.25 19:38:05.007715 [ 3 ] {} <Debug> HTTP-Session: 4b84992b-1096-4237-bd21-26ebbf0bce18 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5052 | 2024.03.25 19:38:05.007728 [ 3 ] {} <Debug> HTTP-Session: 4b84992b-1096-4237-bd21-26ebbf0bce18 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5053 | 2024.03.25 19:38:05.007759 [ 3 ] {} <Trace> HTTP-Session: 4b84992b-1096-4237-bd21-26ebbf0bce18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5054 | 2024.03.25 19:38:05.008160 [ 3 ] {220a6c85-ec93-490d-ae94-65e2b557185a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 5055 | 2024.03.25 19:38:05.008210 [ 3 ] {220a6c85-ec93-490d-ae94-65e2b557185a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 5056 | 2024.03.25 19:38:05.008390 [ 3 ] {220a6c85-ec93-490d-ae94-65e2b557185a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5057 | 2024.03.25 19:38:05.009042 [ 3 ] {220a6c85-ec93-490d-ae94-65e2b557185a} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5058 | 2024.03.25 19:38:05.009079 [ 3 ] {220a6c85-ec93-490d-ae94-65e2b557185a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
| 5059 | 2024.03.25 19:38:05.009524 [ 3 ] {220a6c85-ec93-490d-ae94-65e2b557185a} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5060 | 2024.03.25 19:38:05.009876 [ 3 ] {220a6c85-ec93-490d-ae94-65e2b557185a} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5061 | 2024.03.25 19:38:05.010037 [ 3 ] {220a6c85-ec93-490d-ae94-65e2b557185a} <Debug> executeQuery: Read 51 rows, 70.47 KiB in 0.002214 sec., 23035.230352303526 rows/sec., 31.08 MiB/sec. | ||
| 5062 | 2024.03.25 19:38:05.010170 [ 3 ] {220a6c85-ec93-490d-ae94-65e2b557185a} <Debug> DynamicQueryHandler: Done processing query | ||
| 5063 | 2024.03.25 19:38:05.010193 [ 3 ] {220a6c85-ec93-490d-ae94-65e2b557185a} <Debug> MemoryTracker: Peak memory usage (for query): 4.52 MiB. | ||
| 5064 | 2024.03.25 19:38:05.010208 [ 3 ] {} <Debug> HTTP-Session: 4b84992b-1096-4237-bd21-26ebbf0bce18 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5065 | 2024.03.25 19:38:05.010333 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5066 | 2024.03.25 19:38:05.010381 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 5067 | 2024.03.25 19:38:05.010399 [ 3 ] {} <Debug> HTTP-Session: 5c2ddab6-baec-447a-b9c5-8cdd3b24e74a Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 5068 | 2024.03.25 19:38:05.010415 [ 3 ] {} <Debug> HTTP-Session: 5c2ddab6-baec-447a-b9c5-8cdd3b24e74a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5069 | 2024.03.25 19:38:05.010428 [ 3 ] {} <Debug> HTTP-Session: 5c2ddab6-baec-447a-b9c5-8cdd3b24e74a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5070 | 2024.03.25 19:38:05.010458 [ 3 ] {} <Trace> HTTP-Session: 5c2ddab6-baec-447a-b9c5-8cdd3b24e74a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5071 | 2024.03.25 19:38:05.010532 [ 3 ] {161b45bd-679f-431a-8d30-f8b6b453ca67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 5072 | 2024.03.25 19:38:05.010574 [ 3 ] {161b45bd-679f-431a-8d30-f8b6b453ca67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5073 | 2024.03.25 19:38:05.010702 [ 3 ] {161b45bd-679f-431a-8d30-f8b6b453ca67} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5074 | 2024.03.25 19:38:05.010985 [ 3 ] {161b45bd-679f-431a-8d30-f8b6b453ca67} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5075 | 2024.03.25 19:38:05.011023 [ 3 ] {161b45bd-679f-431a-8d30-f8b6b453ca67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
| 5076 | 2024.03.25 19:38:05.011386 [ 3 ] {161b45bd-679f-431a-8d30-f8b6b453ca67} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 5077 | 2024.03.25 19:38:05.011724 [ 3 ] {161b45bd-679f-431a-8d30-f8b6b453ca67} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5078 | 2024.03.25 19:38:05.011884 [ 3 ] {161b45bd-679f-431a-8d30-f8b6b453ca67} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001374 sec., 21834.06113537118 rows/sec., 1.50 MiB/sec. | ||
| 5079 | 2024.03.25 19:38:05.012007 [ 3 ] {161b45bd-679f-431a-8d30-f8b6b453ca67} <Debug> DynamicQueryHandler: Done processing query | ||
| 5080 | 2024.03.25 19:38:05.012030 [ 3 ] {161b45bd-679f-431a-8d30-f8b6b453ca67} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 5081 | 2024.03.25 19:38:05.012046 [ 3 ] {} <Debug> HTTP-Session: 5c2ddab6-baec-447a-b9c5-8cdd3b24e74a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5082 | 2024.03.25 19:38:06.610846 [ 138 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5083 | 2024.03.25 19:38:06.610892 [ 138 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5084 | 2024.03.25 19:38:09.991701 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 3629, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5085 | 2024.03.25 19:38:09.991827 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 5086 | 2024.03.25 19:38:09.991853 [ 3 ] {} <Debug> HTTP-Session: 9f4a2c14-905a-4b70-93e5-8f1525377265 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 5087 | 2024.03.25 19:38:09.991877 [ 3 ] {} <Debug> HTTP-Session: 9f4a2c14-905a-4b70-93e5-8f1525377265 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5088 | 2024.03.25 19:38:09.991893 [ 3 ] {} <Debug> HTTP-Session: 9f4a2c14-905a-4b70-93e5-8f1525377265 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5089 | 2024.03.25 19:38:09.991940 [ 3 ] {} <Trace> HTTP-Session: 9f4a2c14-905a-4b70-93e5-8f1525377265 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5090 | 2024.03.25 19:38:09.992061 [ 3 ] {f5c886f8-362d-43ff-9539-ff11396978f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 5091 | 2024.03.25 19:38:09.992126 [ 3 ] {f5c886f8-362d-43ff-9539-ff11396978f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5092 | 2024.03.25 19:38:09.992315 [ 3 ] {f5c886f8-362d-43ff-9539-ff11396978f8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5093 | 2024.03.25 19:38:09.992763 [ 3 ] {f5c886f8-362d-43ff-9539-ff11396978f8} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5094 | 2024.03.25 19:38:09.992809 [ 3 ] {f5c886f8-362d-43ff-9539-ff11396978f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
| 5095 | 2024.03.25 19:38:09.993207 [ 3 ] {f5c886f8-362d-43ff-9539-ff11396978f8} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5096 | 2024.03.25 19:38:09.993553 [ 3 ] {f5c886f8-362d-43ff-9539-ff11396978f8} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5097 | 2024.03.25 19:38:09.993724 [ 3 ] {f5c886f8-362d-43ff-9539-ff11396978f8} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.001714 sec., 15169.194865810969 rows/sec., 1.14 MiB/sec. | ||
| 5098 | 2024.03.25 19:38:09.993736 [ 135 ] {} <Debug> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5099 | 2024.03.25 19:38:09.993844 [ 135 ] {} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5100 | 2024.03.25 19:38:09.993896 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
| 5101 | 2024.03.25 19:38:09.993962 [ 3 ] {f5c886f8-362d-43ff-9539-ff11396978f8} <Debug> DynamicQueryHandler: Done processing query | ||
| 5102 | 2024.03.25 19:38:09.994005 [ 3 ] {f5c886f8-362d-43ff-9539-ff11396978f8} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 5103 | 2024.03.25 19:38:09.994034 [ 3 ] {} <Debug> HTTP-Session: 9f4a2c14-905a-4b70-93e5-8f1525377265 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5104 | 2024.03.25 19:38:09.994059 [ 200 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::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 | ||
| 5105 | 2024.03.25 19:38:09.994198 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4792, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5106 | 2024.03.25 19:38:09.994213 [ 200 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5107 | 2024.03.25 19:38:09.994252 [ 200 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 220 rows starting from the beginning of the part | ||
| 5108 | 2024.03.25 19:38:09.994262 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 5109 | 2024.03.25 19:38:09.994292 [ 3 ] {} <Debug> HTTP-Session: a19c0701-2070-4e54-be32-dadeff338fbc Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 5110 | 2024.03.25 19:38:09.994317 [ 3 ] {} <Debug> HTTP-Session: a19c0701-2070-4e54-be32-dadeff338fbc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5111 | 2024.03.25 19:38:09.994339 [ 3 ] {} <Debug> HTTP-Session: a19c0701-2070-4e54-be32-dadeff338fbc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5112 | 2024.03.25 19:38:09.994364 [ 200 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 26 rows starting from the beginning of the part | ||
| 5113 | 2024.03.25 19:38:09.994452 [ 3 ] {} <Trace> HTTP-Session: a19c0701-2070-4e54-be32-dadeff338fbc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5114 | 2024.03.25 19:38:09.994777 [ 200 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 179 rows starting from the beginning of the part | ||
| 5115 | 2024.03.25 19:38:09.994793 [ 3 ] {cdc3b0db-3db8-4d77-ad2c-020971bf3928} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 5116 | 2024.03.25 19:38:09.994921 [ 3 ] {cdc3b0db-3db8-4d77-ad2c-020971bf3928} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5117 | 2024.03.25 19:38:09.995038 [ 200 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 62 rows starting from the beginning of the part | ||
| 5118 | 2024.03.25 19:38:09.995396 [ 200 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 181 rows starting from the beginning of the part | ||
| 5119 | 2024.03.25 19:38:09.995728 [ 200 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 26 rows starting from the beginning of the part | ||
| 5120 | 2024.03.25 19:38:09.996177 [ 3 ] {cdc3b0db-3db8-4d77-ad2c-020971bf3928} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5121 | 2024.03.25 19:38:09.996856 [ 3 ] {cdc3b0db-3db8-4d77-ad2c-020971bf3928} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5122 | 2024.03.25 19:38:09.996903 [ 3 ] {cdc3b0db-3db8-4d77-ad2c-020971bf3928} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
| 5123 | 2024.03.25 19:38:09.997372 [ 3 ] {cdc3b0db-3db8-4d77-ad2c-020971bf3928} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5124 | 2024.03.25 19:38:09.997678 [ 200 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 694 rows, containing 4 columns (4 merged, 0 gathered) in 0.003697681 sec., 187685.20053514623 rows/sec., 16.89 MiB/sec. | ||
| 5125 | 2024.03.25 19:38:09.997822 [ 200 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5126 | 2024.03.25 19:38:09.997915 [ 3 ] {cdc3b0db-3db8-4d77-ad2c-020971bf3928} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5127 | 2024.03.25 19:38:09.998191 [ 135 ] {} <Debug> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5128 | 2024.03.25 19:38:09.998214 [ 3 ] {cdc3b0db-3db8-4d77-ad2c-020971bf3928} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.003571 sec., 7840.940912909549 rows/sec., 626.25 KiB/sec. | ||
| 5129 | 2024.03.25 19:38:09.998272 [ 135 ] {} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5130 | 2024.03.25 19:38:09.998396 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
| 5131 | 2024.03.25 19:38:09.998599 [ 200 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_36_7} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5132 | 2024.03.25 19:38:09.998639 [ 3 ] {cdc3b0db-3db8-4d77-ad2c-020971bf3928} <Debug> DynamicQueryHandler: Done processing query | ||
| 5133 | 2024.03.25 19:38:09.998665 [ 188 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::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 | ||
| 5134 | 2024.03.25 19:38:09.998674 [ 3 ] {cdc3b0db-3db8-4d77-ad2c-020971bf3928} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 5135 | 2024.03.25 19:38:09.998715 [ 3 ] {} <Debug> HTTP-Session: a19c0701-2070-4e54-be32-dadeff338fbc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5136 | 2024.03.25 19:38:09.998733 [ 200 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_36_7} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5137 | 2024.03.25 19:38:09.998841 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
| 5138 | 2024.03.25 19:38:09.998857 [ 188 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5139 | 2024.03.25 19:38:09.998889 [ 188 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 128 rows starting from the beginning of the part | ||
| 5140 | 2024.03.25 19:38:09.998925 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 19137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5141 | 2024.03.25 19:38:09.999022 [ 188 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 28 rows starting from the beginning of the part | ||
| 5142 | 2024.03.25 19:38:09.999038 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 5143 | 2024.03.25 19:38:09.999123 [ 3 ] {} <Debug> HTTP-Session: 4ea96d59-1b84-43cc-bd99-8ba9148f8e03 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 5144 | 2024.03.25 19:38:09.999214 [ 3 ] {} <Debug> HTTP-Session: 4ea96d59-1b84-43cc-bd99-8ba9148f8e03 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5145 | 2024.03.25 19:38:09.999328 [ 3 ] {} <Debug> HTTP-Session: 4ea96d59-1b84-43cc-bd99-8ba9148f8e03 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5146 | 2024.03.25 19:38:09.999370 [ 188 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 79 rows starting from the beginning of the part | ||
| 5147 | 2024.03.25 19:38:09.999445 [ 3 ] {} <Trace> HTTP-Session: 4ea96d59-1b84-43cc-bd99-8ba9148f8e03 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5148 | 2024.03.25 19:38:09.999655 [ 188 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 52 rows starting from the beginning of the part | ||
| 5149 | 2024.03.25 19:38:09.999838 [ 3 ] {42cd658a-f218-4ef1-9dbf-d7ce12e87d1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 5150 | 2024.03.25 19:38:09.999924 [ 188 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 83 rows starting from the beginning of the part | ||
| 5151 | 2024.03.25 19:38:09.999987 [ 3 ] {42cd658a-f218-4ef1-9dbf-d7ce12e87d1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5152 | 2024.03.25 19:38:10.000245 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 186.67 MiB, peak 194.22 MiB, free memory in arenas 0.00 B, will set to 185.49 MiB (RSS), difference: -1.18 MiB | ||
| 5153 | 2024.03.25 19:38:10.000301 [ 188 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 28 rows starting from the beginning of the part | ||
| 5154 | 2024.03.25 19:38:10.001563 [ 3 ] {42cd658a-f218-4ef1-9dbf-d7ce12e87d1b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5155 | 2024.03.25 19:38:10.002220 [ 3 ] {42cd658a-f218-4ef1-9dbf-d7ce12e87d1b} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5156 | 2024.03.25 19:38:10.002263 [ 3 ] {42cd658a-f218-4ef1-9dbf-d7ce12e87d1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
| 5157 | 2024.03.25 19:38:10.002682 [ 200 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 398 rows, containing 4 columns (4 merged, 0 gathered) in 0.004121222 sec., 96573.2979198888 rows/sec., 7.54 MiB/sec. | ||
| 5158 | 2024.03.25 19:38:10.002831 [ 200 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5159 | 2024.03.25 19:38:10.002853 [ 3 ] {42cd658a-f218-4ef1-9dbf-d7ce12e87d1b} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5160 | 2024.03.25 19:38:10.003519 [ 200 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_36_7} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5161 | 2024.03.25 19:38:10.003523 [ 3 ] {42cd658a-f218-4ef1-9dbf-d7ce12e87d1b} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5162 | 2024.03.25 19:38:10.003632 [ 200 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_36_7} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5163 | 2024.03.25 19:38:10.003779 [ 3 ] {42cd658a-f218-4ef1-9dbf-d7ce12e87d1b} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.004124 sec., 24248.302618816684 rows/sec., 1.68 MiB/sec. | ||
| 5164 | 2024.03.25 19:38:10.003783 [ 134 ] {} <Debug> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5165 | 2024.03.25 19:38:10.003820 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 5166 | 2024.03.25 19:38:10.003966 [ 134 ] {} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5167 | 2024.03.25 19:38:10.004036 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
| 5168 | 2024.03.25 19:38:10.004112 [ 3 ] {42cd658a-f218-4ef1-9dbf-d7ce12e87d1b} <Debug> DynamicQueryHandler: Done processing query | ||
| 5169 | 2024.03.25 19:38:10.004166 [ 3 ] {42cd658a-f218-4ef1-9dbf-d7ce12e87d1b} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
| 5170 | 2024.03.25 19:38:10.004195 [ 3 ] {} <Debug> HTTP-Session: 4ea96d59-1b84-43cc-bd99-8ba9148f8e03 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5171 | 2024.03.25 19:38:10.004206 [ 200 ] {f120f923-a49b-460a-9be5-7ff67cf25969::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 | ||
| 5172 | 2024.03.25 19:38:10.004321 [ 200 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5173 | 2024.03.25 19:38:10.004354 [ 200 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 3480 rows starting from the beginning of the part | ||
| 5174 | 2024.03.25 19:38:10.004366 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5175 | 2024.03.25 19:38:10.004476 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 5176 | 2024.03.25 19:38:10.004477 [ 200 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 100 rows starting from the beginning of the part | ||
| 5177 | 2024.03.25 19:38:10.004549 [ 3 ] {} <Debug> HTTP-Session: b94146bc-84cb-40b9-a349-81cb24d3578a Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 5178 | 2024.03.25 19:38:10.004622 [ 3 ] {} <Debug> HTTP-Session: b94146bc-84cb-40b9-a349-81cb24d3578a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5179 | 2024.03.25 19:38:10.004721 [ 3 ] {} <Debug> HTTP-Session: b94146bc-84cb-40b9-a349-81cb24d3578a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5180 | 2024.03.25 19:38:10.004861 [ 200 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 100 rows starting from the beginning of the part | ||
| 5181 | 2024.03.25 19:38:10.004874 [ 3 ] {} <Trace> HTTP-Session: b94146bc-84cb-40b9-a349-81cb24d3578a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5182 | 2024.03.25 19:38:10.005204 [ 3 ] {66dddbce-40ff-40f2-a317-78cc3941cee6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 5183 | 2024.03.25 19:38:10.005243 [ 200 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 136 rows starting from the beginning of the part | ||
| 5184 | 2024.03.25 19:38:10.005301 [ 3 ] {66dddbce-40ff-40f2-a317-78cc3941cee6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5185 | 2024.03.25 19:38:10.005462 [ 200 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 102 rows starting from the beginning of the part | ||
| 5186 | 2024.03.25 19:38:10.005828 [ 200 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 100 rows starting from the beginning of the part | ||
| 5187 | 2024.03.25 19:38:10.006418 [ 3 ] {66dddbce-40ff-40f2-a317-78cc3941cee6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5188 | 2024.03.25 19:38:10.006828 [ 3 ] {66dddbce-40ff-40f2-a317-78cc3941cee6} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5189 | 2024.03.25 19:38:10.006864 [ 3 ] {66dddbce-40ff-40f2-a317-78cc3941cee6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
| 5190 | 2024.03.25 19:38:10.007364 [ 3 ] {66dddbce-40ff-40f2-a317-78cc3941cee6} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5191 | 2024.03.25 19:38:10.007861 [ 3 ] {66dddbce-40ff-40f2-a317-78cc3941cee6} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5192 | 2024.03.25 19:38:10.008032 [ 3 ] {66dddbce-40ff-40f2-a317-78cc3941cee6} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.003002 sec., 9993.33777481679 rows/sec., 701.03 KiB/sec. | ||
| 5193 | 2024.03.25 19:38:10.008058 [ 134 ] {} <Debug> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5194 | 2024.03.25 19:38:10.008173 [ 134 ] {} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5195 | 2024.03.25 19:38:10.008258 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
| 5196 | 2024.03.25 19:38:10.008304 [ 3 ] {66dddbce-40ff-40f2-a317-78cc3941cee6} <Debug> DynamicQueryHandler: Done processing query | ||
| 5197 | 2024.03.25 19:38:10.008395 [ 3 ] {66dddbce-40ff-40f2-a317-78cc3941cee6} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 5198 | 2024.03.25 19:38:10.008471 [ 3 ] {} <Debug> HTTP-Session: b94146bc-84cb-40b9-a349-81cb24d3578a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5199 | 2024.03.25 19:38:10.008685 [ 198 ] {9a1a39e4-f755-44be-b053-27de171f2434::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 | ||
| 5200 | 2024.03.25 19:38:10.008891 [ 200 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4018 rows, containing 5 columns (5 merged, 0 gathered) in 0.004765858 sec., 843080.0917694148 rows/sec., 58.57 MiB/sec. | ||
| 5201 | 2024.03.25 19:38:10.008998 [ 198 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5202 | 2024.03.25 19:38:10.009048 [ 198 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 912 rows starting from the beginning of the part | ||
| 5203 | 2024.03.25 19:38:10.009192 [ 198 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 30 rows starting from the beginning of the part | ||
| 5204 | 2024.03.25 19:38:10.009338 [ 200 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5205 | 2024.03.25 19:38:10.009371 [ 198 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 30 rows starting from the beginning of the part | ||
| 5206 | 2024.03.25 19:38:10.009701 [ 198 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 30 rows starting from the beginning of the part | ||
| 5207 | 2024.03.25 19:38:10.009849 [ 198 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 30 rows starting from the beginning of the part | ||
| 5208 | 2024.03.25 19:38:10.010104 [ 198 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 30 rows starting from the beginning of the part | ||
| 5209 | 2024.03.25 19:38:10.011104 [ 200 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5210 | 2024.03.25 19:38:10.011306 [ 200 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5211 | 2024.03.25 19:38:10.011458 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.85 MiB. | ||
| 5212 | 2024.03.25 19:38:10.012240 [ 187 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1062 rows, containing 4 columns (4 merged, 0 gathered) in 0.003860155 sec., 275118.48617477797 rows/sec., 18.85 MiB/sec. | ||
| 5213 | 2024.03.25 19:38:10.012420 [ 200 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5214 | 2024.03.25 19:38:10.012805 [ 200 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_36_7} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5215 | 2024.03.25 19:38:10.012884 [ 200 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_36_7} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5216 | 2024.03.25 19:38:10.012971 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. | ||
| 5217 | 2024.03.25 19:38:14.994596 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 7368, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5218 | 2024.03.25 19:38:14.994722 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 5219 | 2024.03.25 19:38:14.994747 [ 3 ] {} <Debug> HTTP-Session: 5e2af590-13e9-42d5-81bc-efb4c50d2f85 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 5220 | 2024.03.25 19:38:14.994771 [ 3 ] {} <Debug> HTTP-Session: 5e2af590-13e9-42d5-81bc-efb4c50d2f85 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5221 | 2024.03.25 19:38:14.994784 [ 3 ] {} <Debug> HTTP-Session: 5e2af590-13e9-42d5-81bc-efb4c50d2f85 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5222 | 2024.03.25 19:38:14.994835 [ 3 ] {} <Trace> HTTP-Session: 5e2af590-13e9-42d5-81bc-efb4c50d2f85 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5223 | 2024.03.25 19:38:14.994964 [ 3 ] {2df4d3da-10fc-43c3-94ed-c225dfafb5b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 5224 | 2024.03.25 19:38:14.995028 [ 3 ] {2df4d3da-10fc-43c3-94ed-c225dfafb5b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 5225 | 2024.03.25 19:38:14.995218 [ 3 ] {2df4d3da-10fc-43c3-94ed-c225dfafb5b1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5226 | 2024.03.25 19:38:14.995673 [ 3 ] {2df4d3da-10fc-43c3-94ed-c225dfafb5b1} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5227 | 2024.03.25 19:38:14.995714 [ 3 ] {2df4d3da-10fc-43c3-94ed-c225dfafb5b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
| 5228 | 2024.03.25 19:38:14.996110 [ 3 ] {2df4d3da-10fc-43c3-94ed-c225dfafb5b1} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5229 | 2024.03.25 19:38:14.996457 [ 3 ] {2df4d3da-10fc-43c3-94ed-c225dfafb5b1} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5230 | 2024.03.25 19:38:14.996605 [ 3 ] {2df4d3da-10fc-43c3-94ed-c225dfafb5b1} <Debug> executeQuery: Read 51 rows, 4.13 KiB in 0.001706 sec., 29894.490035169987 rows/sec., 2.37 MiB/sec. | ||
| 5231 | 2024.03.25 19:38:14.996879 [ 3 ] {2df4d3da-10fc-43c3-94ed-c225dfafb5b1} <Debug> DynamicQueryHandler: Done processing query | ||
| 5232 | 2024.03.25 19:38:14.996913 [ 3 ] {2df4d3da-10fc-43c3-94ed-c225dfafb5b1} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 5233 | 2024.03.25 19:38:14.996930 [ 3 ] {} <Debug> HTTP-Session: 5e2af590-13e9-42d5-81bc-efb4c50d2f85 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5234 | 2024.03.25 19:38:14.997090 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5235 | 2024.03.25 19:38:14.997147 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 5236 | 2024.03.25 19:38:14.997167 [ 3 ] {} <Debug> HTTP-Session: 37290e1c-2723-4b91-b2d4-482f9d9f3e30 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 5237 | 2024.03.25 19:38:14.997186 [ 3 ] {} <Debug> HTTP-Session: 37290e1c-2723-4b91-b2d4-482f9d9f3e30 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5238 | 2024.03.25 19:38:14.997201 [ 3 ] {} <Debug> HTTP-Session: 37290e1c-2723-4b91-b2d4-482f9d9f3e30 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5239 | 2024.03.25 19:38:14.997235 [ 3 ] {} <Trace> HTTP-Session: 37290e1c-2723-4b91-b2d4-482f9d9f3e30 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5240 | 2024.03.25 19:38:14.997315 [ 3 ] {23e335ca-17f6-4d4a-8b40-326303281739} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 5241 | 2024.03.25 19:38:14.997362 [ 3 ] {23e335ca-17f6-4d4a-8b40-326303281739} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5242 | 2024.03.25 19:38:14.997513 [ 3 ] {23e335ca-17f6-4d4a-8b40-326303281739} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5243 | 2024.03.25 19:38:14.997809 [ 3 ] {23e335ca-17f6-4d4a-8b40-326303281739} <Trace> oximeter.fields_ipaddr (d9ee32b3-8a1d-44e7-a34c-f0038ee3937b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5244 | 2024.03.25 19:38:14.997847 [ 3 ] {23e335ca-17f6-4d4a-8b40-326303281739} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
| 5245 | 2024.03.25 19:38:14.998170 [ 3 ] {23e335ca-17f6-4d4a-8b40-326303281739} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 5246 | 2024.03.25 19:38:14.998503 [ 3 ] {23e335ca-17f6-4d4a-8b40-326303281739} <Trace> oximeter.fields_ipaddr (d9ee32b3-8a1d-44e7-a34c-f0038ee3937b): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5247 | 2024.03.25 19:38:14.998638 [ 3 ] {23e335ca-17f6-4d4a-8b40-326303281739} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001355 sec., 2952.029520295203 rows/sec., 240.72 KiB/sec. | ||
| 5248 | 2024.03.25 19:38:14.998863 [ 3 ] {23e335ca-17f6-4d4a-8b40-326303281739} <Debug> DynamicQueryHandler: Done processing query | ||
| 5249 | 2024.03.25 19:38:14.998893 [ 3 ] {23e335ca-17f6-4d4a-8b40-326303281739} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 5250 | 2024.03.25 19:38:14.998910 [ 3 ] {} <Debug> HTTP-Session: 37290e1c-2723-4b91-b2d4-482f9d9f3e30 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5251 | 2024.03.25 19:38:14.999078 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 28453, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5252 | 2024.03.25 19:38:14.999128 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 5253 | 2024.03.25 19:38:14.999147 [ 3 ] {} <Debug> HTTP-Session: d0ca7072-2e2b-4032-a1d4-be61e86bac90 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 5254 | 2024.03.25 19:38:14.999164 [ 3 ] {} <Debug> HTTP-Session: d0ca7072-2e2b-4032-a1d4-be61e86bac90 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5255 | 2024.03.25 19:38:14.999179 [ 3 ] {} <Debug> HTTP-Session: d0ca7072-2e2b-4032-a1d4-be61e86bac90 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5256 | 2024.03.25 19:38:14.999211 [ 3 ] {} <Trace> HTTP-Session: d0ca7072-2e2b-4032-a1d4-be61e86bac90 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5257 | 2024.03.25 19:38:14.999326 [ 3 ] {0695cc8e-15ba-4916-8a48-cb8ff2fa8ef9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 5258 | 2024.03.25 19:38:14.999371 [ 3 ] {0695cc8e-15ba-4916-8a48-cb8ff2fa8ef9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5259 | 2024.03.25 19:38:14.999533 [ 3 ] {0695cc8e-15ba-4916-8a48-cb8ff2fa8ef9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5260 | 2024.03.25 19:38:14.999981 [ 3 ] {0695cc8e-15ba-4916-8a48-cb8ff2fa8ef9} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5261 | 2024.03.25 19:38:15.000018 [ 3 ] {0695cc8e-15ba-4916-8a48-cb8ff2fa8ef9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
| 5262 | 2024.03.25 19:38:15.000169 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 186.87 MiB, peak 194.22 MiB, free memory in arenas 0.00 B, will set to 185.67 MiB (RSS), difference: -1.20 MiB | ||
| 5263 | 2024.03.25 19:38:15.000695 [ 3 ] {0695cc8e-15ba-4916-8a48-cb8ff2fa8ef9} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5264 | 2024.03.25 19:38:15.001024 [ 3 ] {0695cc8e-15ba-4916-8a48-cb8ff2fa8ef9} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5265 | 2024.03.25 19:38:15.001149 [ 3 ] {0695cc8e-15ba-4916-8a48-cb8ff2fa8ef9} <Debug> executeQuery: Read 181 rows, 17.40 KiB in 0.001891 sec., 95716.55208884188 rows/sec., 8.99 MiB/sec. | ||
| 5266 | 2024.03.25 19:38:15.001361 [ 3 ] {0695cc8e-15ba-4916-8a48-cb8ff2fa8ef9} <Debug> DynamicQueryHandler: Done processing query | ||
| 5267 | 2024.03.25 19:38:15.001412 [ 3 ] {0695cc8e-15ba-4916-8a48-cb8ff2fa8ef9} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
| 5268 | 2024.03.25 19:38:15.001473 [ 3 ] {} <Debug> HTTP-Session: d0ca7072-2e2b-4032-a1d4-be61e86bac90 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5269 | 2024.03.25 19:38:15.001653 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 608, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5270 | 2024.03.25 19:38:15.001705 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 5271 | 2024.03.25 19:38:15.001724 [ 3 ] {} <Debug> HTTP-Session: c9b2dd48-5a73-4ecf-8089-a434d6049985 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 5272 | 2024.03.25 19:38:15.001742 [ 3 ] {} <Debug> HTTP-Session: c9b2dd48-5a73-4ecf-8089-a434d6049985 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5273 | 2024.03.25 19:38:15.001756 [ 3 ] {} <Debug> HTTP-Session: c9b2dd48-5a73-4ecf-8089-a434d6049985 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5274 | 2024.03.25 19:38:15.001788 [ 3 ] {} <Trace> HTTP-Session: c9b2dd48-5a73-4ecf-8089-a434d6049985 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5275 | 2024.03.25 19:38:15.001859 [ 3 ] {0e93f4fe-f914-4452-8bd3-87f21f254474} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 5276 | 2024.03.25 19:38:15.001901 [ 3 ] {0e93f4fe-f914-4452-8bd3-87f21f254474} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5277 | 2024.03.25 19:38:15.002049 [ 3 ] {0e93f4fe-f914-4452-8bd3-87f21f254474} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5278 | 2024.03.25 19:38:15.002334 [ 3 ] {0e93f4fe-f914-4452-8bd3-87f21f254474} <Trace> oximeter.fields_u16 (c5488911-6586-43c0-ae3f-1262ae9a0dfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5279 | 2024.03.25 19:38:15.002371 [ 3 ] {0e93f4fe-f914-4452-8bd3-87f21f254474} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
| 5280 | 2024.03.25 19:38:15.002667 [ 3 ] {0e93f4fe-f914-4452-8bd3-87f21f254474} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 5281 | 2024.03.25 19:38:15.002979 [ 3 ] {0e93f4fe-f914-4452-8bd3-87f21f254474} <Trace> oximeter.fields_u16 (c5488911-6586-43c0-ae3f-1262ae9a0dfa): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5282 | 2024.03.25 19:38:15.003102 [ 3 ] {0e93f4fe-f914-4452-8bd3-87f21f254474} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.00127 sec., 3149.606299212598 rows/sec., 219.92 KiB/sec. | ||
| 5283 | 2024.03.25 19:38:15.003338 [ 3 ] {0e93f4fe-f914-4452-8bd3-87f21f254474} <Debug> DynamicQueryHandler: Done processing query | ||
| 5284 | 2024.03.25 19:38:15.003361 [ 3 ] {0e93f4fe-f914-4452-8bd3-87f21f254474} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 5285 | 2024.03.25 19:38:15.003376 [ 3 ] {} <Debug> HTTP-Session: c9b2dd48-5a73-4ecf-8089-a434d6049985 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5286 | 2024.03.25 19:38:15.003498 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 14117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5287 | 2024.03.25 19:38:15.003544 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 5288 | 2024.03.25 19:38:15.003561 [ 3 ] {} <Debug> HTTP-Session: e203c540-da53-4c2d-b1a2-dd5b40cf8b3e Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 5289 | 2024.03.25 19:38:15.003578 [ 3 ] {} <Debug> HTTP-Session: e203c540-da53-4c2d-b1a2-dd5b40cf8b3e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5290 | 2024.03.25 19:38:15.003591 [ 3 ] {} <Debug> HTTP-Session: e203c540-da53-4c2d-b1a2-dd5b40cf8b3e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5291 | 2024.03.25 19:38:15.003622 [ 3 ] {} <Trace> HTTP-Session: e203c540-da53-4c2d-b1a2-dd5b40cf8b3e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5292 | 2024.03.25 19:38:15.003733 [ 3 ] {75cf8da5-3179-48c9-bf44-6e719f7b5286} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 5293 | 2024.03.25 19:38:15.003777 [ 3 ] {75cf8da5-3179-48c9-bf44-6e719f7b5286} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5294 | 2024.03.25 19:38:15.003921 [ 3 ] {75cf8da5-3179-48c9-bf44-6e719f7b5286} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5295 | 2024.03.25 19:38:15.004262 [ 3 ] {75cf8da5-3179-48c9-bf44-6e719f7b5286} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5296 | 2024.03.25 19:38:15.004298 [ 3 ] {75cf8da5-3179-48c9-bf44-6e719f7b5286} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
| 5297 | 2024.03.25 19:38:15.004609 [ 3 ] {75cf8da5-3179-48c9-bf44-6e719f7b5286} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5298 | 2024.03.25 19:38:15.004934 [ 3 ] {75cf8da5-3179-48c9-bf44-6e719f7b5286} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5299 | 2024.03.25 19:38:15.005071 [ 3 ] {75cf8da5-3179-48c9-bf44-6e719f7b5286} <Debug> executeQuery: Read 83 rows, 6.65 KiB in 0.001402 sec., 59201.14122681883 rows/sec., 4.63 MiB/sec. | ||
| 5300 | 2024.03.25 19:38:15.005182 [ 3 ] {75cf8da5-3179-48c9-bf44-6e719f7b5286} <Debug> DynamicQueryHandler: Done processing query | ||
| 5301 | 2024.03.25 19:38:15.005204 [ 3 ] {75cf8da5-3179-48c9-bf44-6e719f7b5286} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 5302 | 2024.03.25 19:38:15.005219 [ 3 ] {} <Debug> HTTP-Session: e203c540-da53-4c2d-b1a2-dd5b40cf8b3e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5303 | 2024.03.25 19:38:15.005388 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 19518, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5304 | 2024.03.25 19:38:15.005437 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 5305 | 2024.03.25 19:38:15.005455 [ 3 ] {} <Debug> HTTP-Session: d2db0cbf-16d9-4b5a-a0aa-e707c6303f03 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 5306 | 2024.03.25 19:38:15.005473 [ 3 ] {} <Debug> HTTP-Session: d2db0cbf-16d9-4b5a-a0aa-e707c6303f03 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5307 | 2024.03.25 19:38:15.005486 [ 3 ] {} <Debug> HTTP-Session: d2db0cbf-16d9-4b5a-a0aa-e707c6303f03 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5308 | 2024.03.25 19:38:15.005516 [ 3 ] {} <Trace> HTTP-Session: d2db0cbf-16d9-4b5a-a0aa-e707c6303f03 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5309 | 2024.03.25 19:38:15.005613 [ 3 ] {de2717b7-ecd4-4276-8e05-014ff0b596cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 5310 | 2024.03.25 19:38:15.005658 [ 3 ] {de2717b7-ecd4-4276-8e05-014ff0b596cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5311 | 2024.03.25 19:38:15.005797 [ 3 ] {de2717b7-ecd4-4276-8e05-014ff0b596cd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5312 | 2024.03.25 19:38:15.006134 [ 3 ] {de2717b7-ecd4-4276-8e05-014ff0b596cd} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5313 | 2024.03.25 19:38:15.006169 [ 3 ] {de2717b7-ecd4-4276-8e05-014ff0b596cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
| 5314 | 2024.03.25 19:38:15.006547 [ 3 ] {de2717b7-ecd4-4276-8e05-014ff0b596cd} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5315 | 2024.03.25 19:38:15.006887 [ 3 ] {de2717b7-ecd4-4276-8e05-014ff0b596cd} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5316 | 2024.03.25 19:38:15.007012 [ 3 ] {de2717b7-ecd4-4276-8e05-014ff0b596cd} <Debug> executeQuery: Read 102 rows, 7.24 KiB in 0.001452 sec., 70247.93388429753 rows/sec., 4.87 MiB/sec. | ||
| 5317 | 2024.03.25 19:38:15.007218 [ 3 ] {de2717b7-ecd4-4276-8e05-014ff0b596cd} <Debug> DynamicQueryHandler: Done processing query | ||
| 5318 | 2024.03.25 19:38:15.007269 [ 3 ] {de2717b7-ecd4-4276-8e05-014ff0b596cd} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
| 5319 | 2024.03.25 19:38:15.007322 [ 3 ] {} <Debug> HTTP-Session: d2db0cbf-16d9-4b5a-a0aa-e707c6303f03 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5320 | 2024.03.25 19:38:15.007495 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 54563, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5321 | 2024.03.25 19:38:15.007542 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 5322 | 2024.03.25 19:38:15.007560 [ 3 ] {} <Debug> HTTP-Session: 8652011d-1a4c-4e8b-ad7b-abdbe7d96b7d Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 5323 | 2024.03.25 19:38:15.007578 [ 3 ] {} <Debug> HTTP-Session: 8652011d-1a4c-4e8b-ad7b-abdbe7d96b7d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5324 | 2024.03.25 19:38:15.007592 [ 3 ] {} <Debug> HTTP-Session: 8652011d-1a4c-4e8b-ad7b-abdbe7d96b7d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5325 | 2024.03.25 19:38:15.007622 [ 3 ] {} <Trace> HTTP-Session: 8652011d-1a4c-4e8b-ad7b-abdbe7d96b7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5326 | 2024.03.25 19:38:15.007960 [ 3 ] {6535d496-1ddc-41e9-abde-f92219c76303} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 5327 | 2024.03.25 19:38:15.008010 [ 3 ] {6535d496-1ddc-41e9-abde-f92219c76303} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 5328 | 2024.03.25 19:38:15.008182 [ 3 ] {6535d496-1ddc-41e9-abde-f92219c76303} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5329 | 2024.03.25 19:38:15.008686 [ 3 ] {6535d496-1ddc-41e9-abde-f92219c76303} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5330 | 2024.03.25 19:38:15.008721 [ 3 ] {6535d496-1ddc-41e9-abde-f92219c76303} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
| 5331 | 2024.03.25 19:38:15.009147 [ 3 ] {6535d496-1ddc-41e9-abde-f92219c76303} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5332 | 2024.03.25 19:38:15.009485 [ 3 ] {6535d496-1ddc-41e9-abde-f92219c76303} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5333 | 2024.03.25 19:38:15.009626 [ 3 ] {6535d496-1ddc-41e9-abde-f92219c76303} <Debug> executeQuery: Read 51 rows, 70.47 KiB in 0.001947 sec., 26194.144838212636 rows/sec., 35.35 MiB/sec. | ||
| 5334 | 2024.03.25 19:38:15.009737 [ 3 ] {6535d496-1ddc-41e9-abde-f92219c76303} <Debug> DynamicQueryHandler: Done processing query | ||
| 5335 | 2024.03.25 19:38:15.009759 [ 3 ] {6535d496-1ddc-41e9-abde-f92219c76303} <Debug> MemoryTracker: Peak memory usage (for query): 4.52 MiB. | ||
| 5336 | 2024.03.25 19:38:15.009775 [ 3 ] {} <Debug> HTTP-Session: 8652011d-1a4c-4e8b-ad7b-abdbe7d96b7d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5337 | 2024.03.25 19:38:15.009904 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5338 | 2024.03.25 19:38:15.009949 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 5339 | 2024.03.25 19:38:15.009967 [ 3 ] {} <Debug> HTTP-Session: ee27399f-9a47-4376-b1e8-54f47991706c Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 5340 | 2024.03.25 19:38:15.009984 [ 3 ] {} <Debug> HTTP-Session: ee27399f-9a47-4376-b1e8-54f47991706c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5341 | 2024.03.25 19:38:15.009998 [ 3 ] {} <Debug> HTTP-Session: ee27399f-9a47-4376-b1e8-54f47991706c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5342 | 2024.03.25 19:38:15.010027 [ 3 ] {} <Trace> HTTP-Session: ee27399f-9a47-4376-b1e8-54f47991706c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5343 | 2024.03.25 19:38:15.010096 [ 3 ] {8119a25c-e447-4ba0-945c-8a85113f5927} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 5344 | 2024.03.25 19:38:15.010139 [ 3 ] {8119a25c-e447-4ba0-945c-8a85113f5927} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5345 | 2024.03.25 19:38:15.010264 [ 3 ] {8119a25c-e447-4ba0-945c-8a85113f5927} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5346 | 2024.03.25 19:38:15.010570 [ 3 ] {8119a25c-e447-4ba0-945c-8a85113f5927} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5347 | 2024.03.25 19:38:15.010605 [ 3 ] {8119a25c-e447-4ba0-945c-8a85113f5927} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
| 5348 | 2024.03.25 19:38:15.010962 [ 3 ] {8119a25c-e447-4ba0-945c-8a85113f5927} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5349 | 2024.03.25 19:38:15.011299 [ 3 ] {8119a25c-e447-4ba0-945c-8a85113f5927} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5350 | 2024.03.25 19:38:15.011424 [ 3 ] {8119a25c-e447-4ba0-945c-8a85113f5927} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001356 sec., 22123.893805309734 rows/sec., 1.52 MiB/sec. | ||
| 5351 | 2024.03.25 19:38:15.011544 [ 3 ] {8119a25c-e447-4ba0-945c-8a85113f5927} <Debug> DynamicQueryHandler: Done processing query | ||
| 5352 | 2024.03.25 19:38:15.011567 [ 3 ] {8119a25c-e447-4ba0-945c-8a85113f5927} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 5353 | 2024.03.25 19:38:15.011583 [ 3 ] {} <Debug> HTTP-Session: ee27399f-9a47-4376-b1e8-54f47991706c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5354 | 2024.03.25 19:38:19.992284 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 3629, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5355 | 2024.03.25 19:38:19.992422 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 5356 | 2024.03.25 19:38:19.992452 [ 3 ] {} <Debug> HTTP-Session: a6067dc3-6944-42c5-a211-cae9bf150970 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 5357 | 2024.03.25 19:38:19.992481 [ 3 ] {} <Debug> HTTP-Session: a6067dc3-6944-42c5-a211-cae9bf150970 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5358 | 2024.03.25 19:38:19.992499 [ 3 ] {} <Debug> HTTP-Session: a6067dc3-6944-42c5-a211-cae9bf150970 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5359 | 2024.03.25 19:38:19.992555 [ 3 ] {} <Trace> HTTP-Session: a6067dc3-6944-42c5-a211-cae9bf150970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5360 | 2024.03.25 19:38:19.992691 [ 3 ] {d4e27070-d0a7-4429-8608-f46f3594f4b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 5361 | 2024.03.25 19:38:19.992766 [ 3 ] {d4e27070-d0a7-4429-8608-f46f3594f4b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5362 | 2024.03.25 19:38:19.992986 [ 3 ] {d4e27070-d0a7-4429-8608-f46f3594f4b3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5363 | 2024.03.25 19:38:19.993447 [ 3 ] {d4e27070-d0a7-4429-8608-f46f3594f4b3} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5364 | 2024.03.25 19:38:19.993499 [ 3 ] {d4e27070-d0a7-4429-8608-f46f3594f4b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
| 5365 | 2024.03.25 19:38:19.993895 [ 3 ] {d4e27070-d0a7-4429-8608-f46f3594f4b3} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5366 | 2024.03.25 19:38:19.994240 [ 3 ] {d4e27070-d0a7-4429-8608-f46f3594f4b3} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5367 | 2024.03.25 19:38:19.994424 [ 3 ] {d4e27070-d0a7-4429-8608-f46f3594f4b3} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.001795 sec., 14484.679665738162 rows/sec., 1.09 MiB/sec. | ||
| 5368 | 2024.03.25 19:38:19.994571 [ 3 ] {d4e27070-d0a7-4429-8608-f46f3594f4b3} <Debug> DynamicQueryHandler: Done processing query | ||
| 5369 | 2024.03.25 19:38:19.994597 [ 3 ] {d4e27070-d0a7-4429-8608-f46f3594f4b3} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 5370 | 2024.03.25 19:38:19.994614 [ 3 ] {} <Debug> HTTP-Session: a6067dc3-6944-42c5-a211-cae9bf150970 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5371 | 2024.03.25 19:38:19.994758 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4792, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5372 | 2024.03.25 19:38:19.994809 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 5373 | 2024.03.25 19:38:19.994828 [ 3 ] {} <Debug> HTTP-Session: 8e766363-0914-40ad-826f-e24b265ad561 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 5374 | 2024.03.25 19:38:19.994846 [ 3 ] {} <Debug> HTTP-Session: 8e766363-0914-40ad-826f-e24b265ad561 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5375 | 2024.03.25 19:38:19.994860 [ 3 ] {} <Debug> HTTP-Session: 8e766363-0914-40ad-826f-e24b265ad561 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5376 | 2024.03.25 19:38:19.994896 [ 3 ] {} <Trace> HTTP-Session: 8e766363-0914-40ad-826f-e24b265ad561 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5377 | 2024.03.25 19:38:19.994978 [ 3 ] {65087843-a64d-479b-8955-d245de69644c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 5378 | 2024.03.25 19:38:19.995021 [ 3 ] {65087843-a64d-479b-8955-d245de69644c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5379 | 2024.03.25 19:38:19.995151 [ 3 ] {65087843-a64d-479b-8955-d245de69644c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5380 | 2024.03.25 19:38:19.995466 [ 3 ] {65087843-a64d-479b-8955-d245de69644c} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5381 | 2024.03.25 19:38:19.995505 [ 3 ] {65087843-a64d-479b-8955-d245de69644c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
| 5382 | 2024.03.25 19:38:19.995822 [ 3 ] {65087843-a64d-479b-8955-d245de69644c} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5383 | 2024.03.25 19:38:19.996141 [ 3 ] {65087843-a64d-479b-8955-d245de69644c} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5384 | 2024.03.25 19:38:19.996304 [ 3 ] {65087843-a64d-479b-8955-d245de69644c} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001359 sec., 20603.38484179544 rows/sec., 1.61 MiB/sec. | ||
| 5385 | 2024.03.25 19:38:19.996435 [ 3 ] {65087843-a64d-479b-8955-d245de69644c} <Debug> DynamicQueryHandler: Done processing query | ||
| 5386 | 2024.03.25 19:38:19.996459 [ 3 ] {65087843-a64d-479b-8955-d245de69644c} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 5387 | 2024.03.25 19:38:19.996475 [ 3 ] {} <Debug> HTTP-Session: 8e766363-0914-40ad-826f-e24b265ad561 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5388 | 2024.03.25 19:38:19.996651 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 19137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5389 | 2024.03.25 19:38:19.996700 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 5390 | 2024.03.25 19:38:19.996718 [ 3 ] {} <Debug> HTTP-Session: 3a8d5353-a876-4ef6-a0e5-f8024722feb7 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 5391 | 2024.03.25 19:38:19.996736 [ 3 ] {} <Debug> HTTP-Session: 3a8d5353-a876-4ef6-a0e5-f8024722feb7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5392 | 2024.03.25 19:38:19.996750 [ 3 ] {} <Debug> HTTP-Session: 3a8d5353-a876-4ef6-a0e5-f8024722feb7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5393 | 2024.03.25 19:38:19.996782 [ 3 ] {} <Trace> HTTP-Session: 3a8d5353-a876-4ef6-a0e5-f8024722feb7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5394 | 2024.03.25 19:38:19.996885 [ 3 ] {e38244a6-fe07-4106-aa27-d24f4d78bea3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 5395 | 2024.03.25 19:38:19.996933 [ 3 ] {e38244a6-fe07-4106-aa27-d24f4d78bea3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5396 | 2024.03.25 19:38:19.997082 [ 3 ] {e38244a6-fe07-4106-aa27-d24f4d78bea3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5397 | 2024.03.25 19:38:19.997408 [ 3 ] {e38244a6-fe07-4106-aa27-d24f4d78bea3} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5398 | 2024.03.25 19:38:19.997448 [ 3 ] {e38244a6-fe07-4106-aa27-d24f4d78bea3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
| 5399 | 2024.03.25 19:38:19.997843 [ 3 ] {e38244a6-fe07-4106-aa27-d24f4d78bea3} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5400 | 2024.03.25 19:38:19.998195 [ 3 ] {e38244a6-fe07-4106-aa27-d24f4d78bea3} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5401 | 2024.03.25 19:38:19.998362 [ 3 ] {e38244a6-fe07-4106-aa27-d24f4d78bea3} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001532 sec., 65274.15143603134 rows/sec., 4.53 MiB/sec. | ||
| 5402 | 2024.03.25 19:38:19.998476 [ 3 ] {e38244a6-fe07-4106-aa27-d24f4d78bea3} <Debug> DynamicQueryHandler: Done processing query | ||
| 5403 | 2024.03.25 19:38:19.998500 [ 3 ] {e38244a6-fe07-4106-aa27-d24f4d78bea3} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
| 5404 | 2024.03.25 19:38:19.998515 [ 3 ] {} <Debug> HTTP-Session: 3a8d5353-a876-4ef6-a0e5-f8024722feb7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5405 | 2024.03.25 19:38:19.998645 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5406 | 2024.03.25 19:38:19.998692 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 5407 | 2024.03.25 19:38:19.998710 [ 3 ] {} <Debug> HTTP-Session: 3ef481ae-2e7f-4ff7-813d-e7c6098f1dec Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 5408 | 2024.03.25 19:38:19.998727 [ 3 ] {} <Debug> HTTP-Session: 3ef481ae-2e7f-4ff7-813d-e7c6098f1dec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5409 | 2024.03.25 19:38:19.998740 [ 3 ] {} <Debug> HTTP-Session: 3ef481ae-2e7f-4ff7-813d-e7c6098f1dec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5410 | 2024.03.25 19:38:19.998771 [ 3 ] {} <Trace> HTTP-Session: 3ef481ae-2e7f-4ff7-813d-e7c6098f1dec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5411 | 2024.03.25 19:38:19.998854 [ 3 ] {b0616264-ee68-4d6a-af45-7f167c3a74cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 5412 | 2024.03.25 19:38:19.998897 [ 3 ] {b0616264-ee68-4d6a-af45-7f167c3a74cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5413 | 2024.03.25 19:38:19.999024 [ 3 ] {b0616264-ee68-4d6a-af45-7f167c3a74cc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5414 | 2024.03.25 19:38:19.999423 [ 3 ] {b0616264-ee68-4d6a-af45-7f167c3a74cc} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5415 | 2024.03.25 19:38:19.999461 [ 3 ] {b0616264-ee68-4d6a-af45-7f167c3a74cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
| 5416 | 2024.03.25 19:38:19.999825 [ 3 ] {b0616264-ee68-4d6a-af45-7f167c3a74cc} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5417 | 2024.03.25 19:38:20.000171 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 191.16 MiB, peak 194.22 MiB, free memory in arenas 0.00 B, will set to 185.67 MiB (RSS), difference: -5.49 MiB | ||
| 5418 | 2024.03.25 19:38:20.000329 [ 3 ] {b0616264-ee68-4d6a-af45-7f167c3a74cc} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5419 | 2024.03.25 19:38:20.000715 [ 3 ] {b0616264-ee68-4d6a-af45-7f167c3a74cc} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001865 sec., 16085.790884718499 rows/sec., 1.10 MiB/sec. | ||
| 5420 | 2024.03.25 19:38:20.001158 [ 3 ] {b0616264-ee68-4d6a-af45-7f167c3a74cc} <Debug> DynamicQueryHandler: Done processing query | ||
| 5421 | 2024.03.25 19:38:20.001188 [ 3 ] {b0616264-ee68-4d6a-af45-7f167c3a74cc} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 5422 | 2024.03.25 19:38:20.001206 [ 3 ] {} <Debug> HTTP-Session: 3ef481ae-2e7f-4ff7-813d-e7c6098f1dec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5423 | 2024.03.25 19:38:21.000157 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 180.44 MiB, peak 194.22 MiB, free memory in arenas 0.00 B, will set to 185.67 MiB (RSS), difference: 5.23 MiB | ||
| 5424 | 2024.03.25 19:38:21.610956 [ 127 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5425 | 2024.03.25 19:38:21.611030 [ 127 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5426 | 2024.03.25 19:38:24.994559 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 7368, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5427 | 2024.03.25 19:38:24.994744 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 5428 | 2024.03.25 19:38:24.994791 [ 3 ] {} <Debug> HTTP-Session: aafd0f8c-8fa4-49c6-8122-7b1b4881ac39 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 5429 | 2024.03.25 19:38:24.994833 [ 3 ] {} <Debug> HTTP-Session: aafd0f8c-8fa4-49c6-8122-7b1b4881ac39 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5430 | 2024.03.25 19:38:24.994861 [ 3 ] {} <Debug> HTTP-Session: aafd0f8c-8fa4-49c6-8122-7b1b4881ac39 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5431 | 2024.03.25 19:38:24.994940 [ 3 ] {} <Trace> HTTP-Session: aafd0f8c-8fa4-49c6-8122-7b1b4881ac39 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5432 | 2024.03.25 19:38:24.995144 [ 3 ] {692b34c8-5790-45bf-b28c-c11491297c65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 5433 | 2024.03.25 19:38:24.995247 [ 3 ] {692b34c8-5790-45bf-b28c-c11491297c65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 5434 | 2024.03.25 19:38:24.995560 [ 3 ] {692b34c8-5790-45bf-b28c-c11491297c65} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5435 | 2024.03.25 19:38:24.996169 [ 3 ] {692b34c8-5790-45bf-b28c-c11491297c65} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5436 | 2024.03.25 19:38:24.996214 [ 3 ] {692b34c8-5790-45bf-b28c-c11491297c65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
| 5437 | 2024.03.25 19:38:24.996612 [ 3 ] {692b34c8-5790-45bf-b28c-c11491297c65} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5438 | 2024.03.25 19:38:24.996955 [ 3 ] {692b34c8-5790-45bf-b28c-c11491297c65} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5439 | 2024.03.25 19:38:24.997112 [ 3 ] {692b34c8-5790-45bf-b28c-c11491297c65} <Debug> executeQuery: Read 51 rows, 4.13 KiB in 0.002071 sec., 24625.784645098985 rows/sec., 1.95 MiB/sec. | ||
| 5440 | 2024.03.25 19:38:24.997131 [ 126 ] {} <Debug> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108) (MergerMutator): Selected 5 parts from all_1_15_3 to all_19_19_0 | ||
| 5441 | 2024.03.25 19:38:24.997238 [ 126 ] {} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5442 | 2024.03.25 19:38:24.997282 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
| 5443 | 2024.03.25 19:38:24.997333 [ 3 ] {692b34c8-5790-45bf-b28c-c11491297c65} <Debug> DynamicQueryHandler: Done processing query | ||
| 5444 | 2024.03.25 19:38:24.997403 [ 3 ] {692b34c8-5790-45bf-b28c-c11491297c65} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 5445 | 2024.03.25 19:38:24.997492 [ 3 ] {} <Debug> HTTP-Session: aafd0f8c-8fa4-49c6-8122-7b1b4881ac39 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5446 | 2024.03.25 19:38:24.997627 [ 186 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_19_4} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_15_3 to all_19_19_0 into Compact with storage Full | ||
| 5447 | 2024.03.25 19:38:24.997804 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 28163, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5448 | 2024.03.25 19:38:24.997922 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 5449 | 2024.03.25 19:38:24.997932 [ 186 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_19_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5450 | 2024.03.25 19:38:24.997951 [ 3 ] {} <Debug> HTTP-Session: 19a9cbfa-bfe8-4034-812a-68242719303c Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 5451 | 2024.03.25 19:38:24.997997 [ 3 ] {} <Debug> HTTP-Session: 19a9cbfa-bfe8-4034-812a-68242719303c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5452 | 2024.03.25 19:38:24.998001 [ 186 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 51 rows starting from the beginning of the part | ||
| 5453 | 2024.03.25 19:38:24.998016 [ 3 ] {} <Debug> HTTP-Session: 19a9cbfa-bfe8-4034-812a-68242719303c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5454 | 2024.03.25 19:38:24.998094 [ 3 ] {} <Trace> HTTP-Session: 19a9cbfa-bfe8-4034-812a-68242719303c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5455 | 2024.03.25 19:38:24.998205 [ 186 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 51 rows starting from the beginning of the part | ||
| 5456 | 2024.03.25 19:38:24.998425 [ 186 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 51 rows starting from the beginning of the part | ||
| 5457 | 2024.03.25 19:38:24.998561 [ 3 ] {55edf32f-2779-49a9-b19e-ee1cdc352a3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 5458 | 2024.03.25 19:38:24.998713 [ 186 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 51 rows starting from the beginning of the part | ||
| 5459 | 2024.03.25 19:38:24.998867 [ 3 ] {55edf32f-2779-49a9-b19e-ee1cdc352a3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5460 | 2024.03.25 19:38:24.998965 [ 186 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 51 rows starting from the beginning of the part | ||
| 5461 | 2024.03.25 19:38:24.999648 [ 3 ] {55edf32f-2779-49a9-b19e-ee1cdc352a3f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5462 | 2024.03.25 19:38:25.000207 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 190.02 MiB, peak 194.22 MiB, free memory in arenas 0.00 B, will set to 185.67 MiB (RSS), difference: -4.35 MiB | ||
| 5463 | 2024.03.25 19:38:25.001086 [ 3 ] {55edf32f-2779-49a9-b19e-ee1cdc352a3f} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5464 | 2024.03.25 19:38:25.001202 [ 3 ] {55edf32f-2779-49a9-b19e-ee1cdc352a3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
| 5465 | 2024.03.25 19:38:25.001962 [ 186 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_19_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 255 rows, containing 4 columns (4 merged, 0 gathered) in 0.004596623 sec., 55475.5088681408 rows/sec., 4.39 MiB/sec. | ||
| 5466 | 2024.03.25 19:38:25.002074 [ 3 ] {55edf32f-2779-49a9-b19e-ee1cdc352a3f} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5467 | 2024.03.25 19:38:25.002146 [ 186 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_19_4} <Trace> MergedBlockOutputStream: filled checksums all_1_19_4 (state Temporary) | ||
| 5468 | 2024.03.25 19:38:25.002838 [ 3 ] {55edf32f-2779-49a9-b19e-ee1cdc352a3f} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5469 | 2024.03.25 19:38:25.003084 [ 187 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_19_4} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Renaming temporary part tmp_merge_all_1_19_4 to all_1_19_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5470 | 2024.03.25 19:38:25.003153 [ 3 ] {55edf32f-2779-49a9-b19e-ee1cdc352a3f} <Debug> executeQuery: Read 179 rows, 17.23 KiB in 0.004873 sec., 36733.018674327934 rows/sec., 3.45 MiB/sec. | ||
| 5471 | 2024.03.25 19:38:25.003500 [ 187 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_19_4} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108) (MergerMutator): Merged 5 parts: [all_1_15_3, all_19_19_0] -> all_1_19_4 | ||
| 5472 | 2024.03.25 19:38:25.003659 [ 3 ] {55edf32f-2779-49a9-b19e-ee1cdc352a3f} <Debug> DynamicQueryHandler: Done processing query | ||
| 5473 | 2024.03.25 19:38:25.003733 [ 3 ] {55edf32f-2779-49a9-b19e-ee1cdc352a3f} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
| 5474 | 2024.03.25 19:38:25.003795 [ 3 ] {} <Debug> HTTP-Session: 19a9cbfa-bfe8-4034-812a-68242719303c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5475 | 2024.03.25 19:38:25.003824 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 5476 | 2024.03.25 19:38:25.003998 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 13435, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5477 | 2024.03.25 19:38:25.004052 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 5478 | 2024.03.25 19:38:25.004070 [ 3 ] {} <Debug> HTTP-Session: be9e6fcf-b44c-4ec1-b3a7-4e2dc65f92e0 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 5479 | 2024.03.25 19:38:25.004088 [ 3 ] {} <Debug> HTTP-Session: be9e6fcf-b44c-4ec1-b3a7-4e2dc65f92e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5480 | 2024.03.25 19:38:25.004102 [ 3 ] {} <Debug> HTTP-Session: be9e6fcf-b44c-4ec1-b3a7-4e2dc65f92e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5481 | 2024.03.25 19:38:25.004137 [ 3 ] {} <Trace> HTTP-Session: be9e6fcf-b44c-4ec1-b3a7-4e2dc65f92e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5482 | 2024.03.25 19:38:25.004243 [ 3 ] {cbe3f175-114a-4837-915d-be399b7858de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 5483 | 2024.03.25 19:38:25.004287 [ 3 ] {cbe3f175-114a-4837-915d-be399b7858de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5484 | 2024.03.25 19:38:25.004428 [ 3 ] {cbe3f175-114a-4837-915d-be399b7858de} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5485 | 2024.03.25 19:38:25.004784 [ 3 ] {cbe3f175-114a-4837-915d-be399b7858de} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5486 | 2024.03.25 19:38:25.004822 [ 3 ] {cbe3f175-114a-4837-915d-be399b7858de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
| 5487 | 2024.03.25 19:38:25.005170 [ 3 ] {cbe3f175-114a-4837-915d-be399b7858de} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5488 | 2024.03.25 19:38:25.005491 [ 3 ] {cbe3f175-114a-4837-915d-be399b7858de} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5489 | 2024.03.25 19:38:25.005621 [ 3 ] {cbe3f175-114a-4837-915d-be399b7858de} <Debug> executeQuery: Read 79 rows, 6.32 KiB in 0.001437 sec., 54975.64370215728 rows/sec., 4.30 MiB/sec. | ||
| 5490 | 2024.03.25 19:38:25.005749 [ 3 ] {cbe3f175-114a-4837-915d-be399b7858de} <Debug> DynamicQueryHandler: Done processing query | ||
| 5491 | 2024.03.25 19:38:25.005772 [ 3 ] {cbe3f175-114a-4837-915d-be399b7858de} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 5492 | 2024.03.25 19:38:25.005788 [ 3 ] {} <Debug> HTTP-Session: be9e6fcf-b44c-4ec1-b3a7-4e2dc65f92e0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5493 | 2024.03.25 19:38:25.005934 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 19137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5494 | 2024.03.25 19:38:25.005983 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 5495 | 2024.03.25 19:38:25.006001 [ 3 ] {} <Debug> HTTP-Session: 8e824af3-29b3-425d-868e-ecf3e276830f Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 5496 | 2024.03.25 19:38:25.006018 [ 3 ] {} <Debug> HTTP-Session: 8e824af3-29b3-425d-868e-ecf3e276830f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5497 | 2024.03.25 19:38:25.006032 [ 3 ] {} <Debug> HTTP-Session: 8e824af3-29b3-425d-868e-ecf3e276830f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5498 | 2024.03.25 19:38:25.006062 [ 3 ] {} <Trace> HTTP-Session: 8e824af3-29b3-425d-868e-ecf3e276830f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5499 | 2024.03.25 19:38:25.006165 [ 3 ] {b05a119a-e55c-4259-addf-85f0e0336d09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 5500 | 2024.03.25 19:38:25.006209 [ 3 ] {b05a119a-e55c-4259-addf-85f0e0336d09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5501 | 2024.03.25 19:38:25.006351 [ 3 ] {b05a119a-e55c-4259-addf-85f0e0336d09} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5502 | 2024.03.25 19:38:25.006780 [ 3 ] {b05a119a-e55c-4259-addf-85f0e0336d09} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5503 | 2024.03.25 19:38:25.006854 [ 3 ] {b05a119a-e55c-4259-addf-85f0e0336d09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
| 5504 | 2024.03.25 19:38:25.007268 [ 3 ] {b05a119a-e55c-4259-addf-85f0e0336d09} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5505 | 2024.03.25 19:38:25.007621 [ 3 ] {b05a119a-e55c-4259-addf-85f0e0336d09} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5506 | 2024.03.25 19:38:25.007752 [ 3 ] {b05a119a-e55c-4259-addf-85f0e0336d09} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001645 sec., 60790.273556231004 rows/sec., 4.21 MiB/sec. | ||
| 5507 | 2024.03.25 19:38:25.007868 [ 3 ] {b05a119a-e55c-4259-addf-85f0e0336d09} <Debug> DynamicQueryHandler: Done processing query | ||
| 5508 | 2024.03.25 19:38:25.007892 [ 3 ] {b05a119a-e55c-4259-addf-85f0e0336d09} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
| 5509 | 2024.03.25 19:38:25.007908 [ 3 ] {} <Debug> HTTP-Session: 8e824af3-29b3-425d-868e-ecf3e276830f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5510 | 2024.03.25 19:38:25.008077 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 54563, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5511 | 2024.03.25 19:38:25.008122 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 5512 | 2024.03.25 19:38:25.008141 [ 3 ] {} <Debug> HTTP-Session: fb713526-4ca0-41a1-8cee-9695a94b7dc7 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 5513 | 2024.03.25 19:38:25.008158 [ 3 ] {} <Debug> HTTP-Session: fb713526-4ca0-41a1-8cee-9695a94b7dc7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5514 | 2024.03.25 19:38:25.008171 [ 3 ] {} <Debug> HTTP-Session: fb713526-4ca0-41a1-8cee-9695a94b7dc7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5515 | 2024.03.25 19:38:25.008201 [ 3 ] {} <Trace> HTTP-Session: fb713526-4ca0-41a1-8cee-9695a94b7dc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5516 | 2024.03.25 19:38:25.008573 [ 3 ] {79bb4ee6-84e8-46ed-a5fd-1a3e82866d0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 5517 | 2024.03.25 19:38:25.008620 [ 3 ] {79bb4ee6-84e8-46ed-a5fd-1a3e82866d0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 5518 | 2024.03.25 19:38:25.008772 [ 3 ] {79bb4ee6-84e8-46ed-a5fd-1a3e82866d0c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5519 | 2024.03.25 19:38:25.009334 [ 3 ] {79bb4ee6-84e8-46ed-a5fd-1a3e82866d0c} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5520 | 2024.03.25 19:38:25.009371 [ 3 ] {79bb4ee6-84e8-46ed-a5fd-1a3e82866d0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
| 5521 | 2024.03.25 19:38:25.009820 [ 3 ] {79bb4ee6-84e8-46ed-a5fd-1a3e82866d0c} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5522 | 2024.03.25 19:38:25.010176 [ 3 ] {79bb4ee6-84e8-46ed-a5fd-1a3e82866d0c} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5523 | 2024.03.25 19:38:25.010310 [ 3 ] {79bb4ee6-84e8-46ed-a5fd-1a3e82866d0c} <Debug> executeQuery: Read 51 rows, 70.47 KiB in 0.00205 sec., 24878.048780487803 rows/sec., 33.57 MiB/sec. | ||
| 5524 | 2024.03.25 19:38:25.010481 [ 3 ] {79bb4ee6-84e8-46ed-a5fd-1a3e82866d0c} <Debug> DynamicQueryHandler: Done processing query | ||
| 5525 | 2024.03.25 19:38:25.010508 [ 3 ] {79bb4ee6-84e8-46ed-a5fd-1a3e82866d0c} <Debug> MemoryTracker: Peak memory usage (for query): 4.52 MiB. | ||
| 5526 | 2024.03.25 19:38:25.010524 [ 3 ] {} <Debug> HTTP-Session: fb713526-4ca0-41a1-8cee-9695a94b7dc7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5527 | 2024.03.25 19:38:25.010698 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5528 | 2024.03.25 19:38:25.010746 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 5529 | 2024.03.25 19:38:25.010764 [ 3 ] {} <Debug> HTTP-Session: a9a808f7-6c76-44bf-8690-23eedc70d524 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 5530 | 2024.03.25 19:38:25.010780 [ 3 ] {} <Debug> HTTP-Session: a9a808f7-6c76-44bf-8690-23eedc70d524 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5531 | 2024.03.25 19:38:25.010794 [ 3 ] {} <Debug> HTTP-Session: a9a808f7-6c76-44bf-8690-23eedc70d524 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5532 | 2024.03.25 19:38:25.010824 [ 3 ] {} <Trace> HTTP-Session: a9a808f7-6c76-44bf-8690-23eedc70d524 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5533 | 2024.03.25 19:38:25.010898 [ 3 ] {a703f513-82aa-4738-81d9-52fdf187e9e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 5534 | 2024.03.25 19:38:25.010940 [ 3 ] {a703f513-82aa-4738-81d9-52fdf187e9e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5535 | 2024.03.25 19:38:25.011066 [ 3 ] {a703f513-82aa-4738-81d9-52fdf187e9e4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5536 | 2024.03.25 19:38:25.011333 [ 3 ] {a703f513-82aa-4738-81d9-52fdf187e9e4} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5537 | 2024.03.25 19:38:25.011369 [ 3 ] {a703f513-82aa-4738-81d9-52fdf187e9e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
| 5538 | 2024.03.25 19:38:25.011752 [ 3 ] {a703f513-82aa-4738-81d9-52fdf187e9e4} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5539 | 2024.03.25 19:38:25.012086 [ 3 ] {a703f513-82aa-4738-81d9-52fdf187e9e4} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5540 | 2024.03.25 19:38:25.012213 [ 3 ] {a703f513-82aa-4738-81d9-52fdf187e9e4} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001347 sec., 22271.714922048996 rows/sec., 1.53 MiB/sec. | ||
| 5541 | 2024.03.25 19:38:25.012321 [ 3 ] {a703f513-82aa-4738-81d9-52fdf187e9e4} <Debug> DynamicQueryHandler: Done processing query | ||
| 5542 | 2024.03.25 19:38:25.012344 [ 3 ] {a703f513-82aa-4738-81d9-52fdf187e9e4} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 5543 | 2024.03.25 19:38:25.012360 [ 3 ] {} <Debug> HTTP-Session: a9a808f7-6c76-44bf-8690-23eedc70d524 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5544 | 2024.03.25 19:38:26.000216 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 181.74 MiB, peak 194.22 MiB, free memory in arenas 0.00 B, will set to 185.68 MiB (RSS), difference: 3.94 MiB | ||
| 5545 | 2024.03.25 19:38:29.992972 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5546 | 2024.03.25 19:38:29.993137 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 5547 | 2024.03.25 19:38:29.993183 [ 3 ] {} <Debug> HTTP-Session: e5dc0c8e-fedd-4dee-ae77-dcdb517cbe47 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 5548 | 2024.03.25 19:38:29.993225 [ 3 ] {} <Debug> HTTP-Session: e5dc0c8e-fedd-4dee-ae77-dcdb517cbe47 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5549 | 2024.03.25 19:38:29.993255 [ 3 ] {} <Debug> HTTP-Session: e5dc0c8e-fedd-4dee-ae77-dcdb517cbe47 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5550 | 2024.03.25 19:38:29.993336 [ 3 ] {} <Trace> HTTP-Session: e5dc0c8e-fedd-4dee-ae77-dcdb517cbe47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5551 | 2024.03.25 19:38:29.993515 [ 3 ] {d15b699d-0a07-4d9f-8fde-747e072651e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 5552 | 2024.03.25 19:38:29.993622 [ 3 ] {d15b699d-0a07-4d9f-8fde-747e072651e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5553 | 2024.03.25 19:38:29.993951 [ 3 ] {d15b699d-0a07-4d9f-8fde-747e072651e8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5554 | 2024.03.25 19:38:29.994470 [ 3 ] {d15b699d-0a07-4d9f-8fde-747e072651e8} <Trace> oximeter.fields_ipaddr (d9ee32b3-8a1d-44e7-a34c-f0038ee3937b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5555 | 2024.03.25 19:38:29.994523 [ 3 ] {d15b699d-0a07-4d9f-8fde-747e072651e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
| 5556 | 2024.03.25 19:38:29.994924 [ 3 ] {d15b699d-0a07-4d9f-8fde-747e072651e8} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 5557 | 2024.03.25 19:38:29.995284 [ 3 ] {d15b699d-0a07-4d9f-8fde-747e072651e8} <Trace> oximeter.fields_ipaddr (d9ee32b3-8a1d-44e7-a34c-f0038ee3937b): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5558 | 2024.03.25 19:38:29.995460 [ 3 ] {d15b699d-0a07-4d9f-8fde-747e072651e8} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002022 sec., 989.1196834817014 rows/sec., 80.66 KiB/sec. | ||
| 5559 | 2024.03.25 19:38:29.995724 [ 3 ] {d15b699d-0a07-4d9f-8fde-747e072651e8} <Debug> DynamicQueryHandler: Done processing query | ||
| 5560 | 2024.03.25 19:38:29.995752 [ 3 ] {d15b699d-0a07-4d9f-8fde-747e072651e8} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 5561 | 2024.03.25 19:38:29.995770 [ 3 ] {} <Debug> HTTP-Session: e5dc0c8e-fedd-4dee-ae77-dcdb517cbe47 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5562 | 2024.03.25 19:38:29.995934 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 8753, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5563 | 2024.03.25 19:38:29.995989 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 5564 | 2024.03.25 19:38:29.996008 [ 3 ] {} <Debug> HTTP-Session: 692f7e9c-9d8e-4950-847c-5e9421465a79 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 5565 | 2024.03.25 19:38:29.996027 [ 3 ] {} <Debug> HTTP-Session: 692f7e9c-9d8e-4950-847c-5e9421465a79 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5566 | 2024.03.25 19:38:29.996041 [ 3 ] {} <Debug> HTTP-Session: 692f7e9c-9d8e-4950-847c-5e9421465a79 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5567 | 2024.03.25 19:38:29.996078 [ 3 ] {} <Trace> HTTP-Session: 692f7e9c-9d8e-4950-847c-5e9421465a79 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5568 | 2024.03.25 19:38:29.996174 [ 3 ] {f109e6ba-edef-4c37-a7ce-1d3656283079} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 5569 | 2024.03.25 19:38:29.996222 [ 3 ] {f109e6ba-edef-4c37-a7ce-1d3656283079} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5570 | 2024.03.25 19:38:29.996375 [ 3 ] {f109e6ba-edef-4c37-a7ce-1d3656283079} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5571 | 2024.03.25 19:38:29.996706 [ 3 ] {f109e6ba-edef-4c37-a7ce-1d3656283079} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5572 | 2024.03.25 19:38:29.996747 [ 3 ] {f109e6ba-edef-4c37-a7ce-1d3656283079} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
| 5573 | 2024.03.25 19:38:29.997073 [ 3 ] {f109e6ba-edef-4c37-a7ce-1d3656283079} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5574 | 2024.03.25 19:38:29.997396 [ 3 ] {f109e6ba-edef-4c37-a7ce-1d3656283079} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5575 | 2024.03.25 19:38:29.997553 [ 3 ] {f109e6ba-edef-4c37-a7ce-1d3656283079} <Debug> executeQuery: Read 63 rows, 4.91 KiB in 0.001419 sec., 44397.46300211417 rows/sec., 3.38 MiB/sec. | ||
| 5576 | 2024.03.25 19:38:29.997670 [ 3 ] {f109e6ba-edef-4c37-a7ce-1d3656283079} <Debug> DynamicQueryHandler: Done processing query | ||
| 5577 | 2024.03.25 19:38:29.997694 [ 3 ] {f109e6ba-edef-4c37-a7ce-1d3656283079} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 5578 | 2024.03.25 19:38:29.997710 [ 3 ] {} <Debug> HTTP-Session: 692f7e9c-9d8e-4950-847c-5e9421465a79 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5579 | 2024.03.25 19:38:29.997826 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5580 | 2024.03.25 19:38:29.997875 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 5581 | 2024.03.25 19:38:29.997893 [ 3 ] {} <Debug> HTTP-Session: dd78336b-da06-454b-b15a-c37b40fc6ea9 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 5582 | 2024.03.25 19:38:29.997910 [ 3 ] {} <Debug> HTTP-Session: dd78336b-da06-454b-b15a-c37b40fc6ea9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5583 | 2024.03.25 19:38:29.997924 [ 3 ] {} <Debug> HTTP-Session: dd78336b-da06-454b-b15a-c37b40fc6ea9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5584 | 2024.03.25 19:38:29.997956 [ 3 ] {} <Trace> HTTP-Session: dd78336b-da06-454b-b15a-c37b40fc6ea9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5585 | 2024.03.25 19:38:29.998023 [ 3 ] {65a45df4-fd01-4714-9629-e819d93c1ebe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 5586 | 2024.03.25 19:38:29.998066 [ 3 ] {65a45df4-fd01-4714-9629-e819d93c1ebe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5587 | 2024.03.25 19:38:29.998196 [ 3 ] {65a45df4-fd01-4714-9629-e819d93c1ebe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5588 | 2024.03.25 19:38:29.998531 [ 3 ] {65a45df4-fd01-4714-9629-e819d93c1ebe} <Trace> oximeter.fields_u16 (c5488911-6586-43c0-ae3f-1262ae9a0dfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5589 | 2024.03.25 19:38:29.998571 [ 3 ] {65a45df4-fd01-4714-9629-e819d93c1ebe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
| 5590 | 2024.03.25 19:38:29.998889 [ 3 ] {65a45df4-fd01-4714-9629-e819d93c1ebe} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 5591 | 2024.03.25 19:38:29.999215 [ 3 ] {65a45df4-fd01-4714-9629-e819d93c1ebe} <Trace> oximeter.fields_u16 (c5488911-6586-43c0-ae3f-1262ae9a0dfa): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5592 | 2024.03.25 19:38:29.999372 [ 3 ] {65a45df4-fd01-4714-9629-e819d93c1ebe} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001367 sec., 1463.057790782736 rows/sec., 102.16 KiB/sec. | ||
| 5593 | 2024.03.25 19:38:29.999600 [ 3 ] {65a45df4-fd01-4714-9629-e819d93c1ebe} <Debug> DynamicQueryHandler: Done processing query | ||
| 5594 | 2024.03.25 19:38:29.999624 [ 3 ] {65a45df4-fd01-4714-9629-e819d93c1ebe} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 5595 | 2024.03.25 19:38:29.999640 [ 3 ] {} <Debug> HTTP-Session: dd78336b-da06-454b-b15a-c37b40fc6ea9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5596 | 2024.03.25 19:38:29.999765 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 9171, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5597 | 2024.03.25 19:38:29.999815 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 5598 | 2024.03.25 19:38:29.999833 [ 3 ] {} <Debug> HTTP-Session: be3fcc71-ecda-4c18-bd25-5a100c37ee91 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 5599 | 2024.03.25 19:38:29.999850 [ 3 ] {} <Debug> HTTP-Session: be3fcc71-ecda-4c18-bd25-5a100c37ee91 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5600 | 2024.03.25 19:38:29.999863 [ 3 ] {} <Debug> HTTP-Session: be3fcc71-ecda-4c18-bd25-5a100c37ee91 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5601 | 2024.03.25 19:38:29.999894 [ 3 ] {} <Trace> HTTP-Session: be3fcc71-ecda-4c18-bd25-5a100c37ee91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5602 | 2024.03.25 19:38:29.999976 [ 3 ] {0d99c9da-c791-446a-a177-6bcdbde896eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 5603 | 2024.03.25 19:38:30.000019 [ 3 ] {0d99c9da-c791-446a-a177-6bcdbde896eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5604 | 2024.03.25 19:38:30.000186 [ 3 ] {0d99c9da-c791-446a-a177-6bcdbde896eb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5605 | 2024.03.25 19:38:30.000186 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 186.88 MiB, peak 194.22 MiB, free memory in arenas 0.00 B, will set to 185.68 MiB (RSS), difference: -1.20 MiB | ||
| 5606 | 2024.03.25 19:38:30.000906 [ 3 ] {0d99c9da-c791-446a-a177-6bcdbde896eb} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5607 | 2024.03.25 19:38:30.000950 [ 3 ] {0d99c9da-c791-446a-a177-6bcdbde896eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
| 5608 | 2024.03.25 19:38:30.001268 [ 3 ] {0d99c9da-c791-446a-a177-6bcdbde896eb} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5609 | 2024.03.25 19:38:30.001588 [ 3 ] {0d99c9da-c791-446a-a177-6bcdbde896eb} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5610 | 2024.03.25 19:38:30.001745 [ 3 ] {0d99c9da-c791-446a-a177-6bcdbde896eb} <Debug> executeQuery: Read 54 rows, 4.30 KiB in 0.001797 sec., 30050.08347245409 rows/sec., 2.34 MiB/sec. | ||
| 5611 | 2024.03.25 19:38:30.001948 [ 3 ] {0d99c9da-c791-446a-a177-6bcdbde896eb} <Debug> DynamicQueryHandler: Done processing query | ||
| 5612 | 2024.03.25 19:38:30.002001 [ 3 ] {0d99c9da-c791-446a-a177-6bcdbde896eb} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 5613 | 2024.03.25 19:38:30.002038 [ 3 ] {} <Debug> HTTP-Session: be3fcc71-ecda-4c18-bd25-5a100c37ee91 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5614 | 2024.03.25 19:38:30.002192 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 26245, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5615 | 2024.03.25 19:38:30.002239 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 5616 | 2024.03.25 19:38:30.002258 [ 3 ] {} <Debug> HTTP-Session: 84895099-bcd3-4711-ab76-f74464f2e749 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 5617 | 2024.03.25 19:38:30.002276 [ 3 ] {} <Debug> HTTP-Session: 84895099-bcd3-4711-ab76-f74464f2e749 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5618 | 2024.03.25 19:38:30.002290 [ 3 ] {} <Debug> HTTP-Session: 84895099-bcd3-4711-ab76-f74464f2e749 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5619 | 2024.03.25 19:38:30.002322 [ 3 ] {} <Trace> HTTP-Session: 84895099-bcd3-4711-ab76-f74464f2e749 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5620 | 2024.03.25 19:38:30.002436 [ 3 ] {83242965-cc50-4f88-81a7-51cfb162def6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 5621 | 2024.03.25 19:38:30.002485 [ 3 ] {83242965-cc50-4f88-81a7-51cfb162def6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5622 | 2024.03.25 19:38:30.002648 [ 3 ] {83242965-cc50-4f88-81a7-51cfb162def6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5623 | 2024.03.25 19:38:30.003034 [ 3 ] {83242965-cc50-4f88-81a7-51cfb162def6} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5624 | 2024.03.25 19:38:30.003073 [ 3 ] {83242965-cc50-4f88-81a7-51cfb162def6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
| 5625 | 2024.03.25 19:38:30.003475 [ 3 ] {83242965-cc50-4f88-81a7-51cfb162def6} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5626 | 2024.03.25 19:38:30.003826 [ 3 ] {83242965-cc50-4f88-81a7-51cfb162def6} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5627 | 2024.03.25 19:38:30.003983 [ 3 ] {83242965-cc50-4f88-81a7-51cfb162def6} <Debug> executeQuery: Read 137 rows, 9.77 KiB in 0.001606 sec., 85305.10585305106 rows/sec., 5.94 MiB/sec. | ||
| 5628 | 2024.03.25 19:38:30.004110 [ 3 ] {83242965-cc50-4f88-81a7-51cfb162def6} <Debug> DynamicQueryHandler: Done processing query | ||
| 5629 | 2024.03.25 19:38:30.004134 [ 3 ] {83242965-cc50-4f88-81a7-51cfb162def6} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
| 5630 | 2024.03.25 19:38:30.004149 [ 3 ] {} <Debug> HTTP-Session: 84895099-bcd3-4711-ab76-f74464f2e749 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5631 | 2024.03.25 19:38:30.004268 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5632 | 2024.03.25 19:38:30.004318 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 5633 | 2024.03.25 19:38:30.004337 [ 3 ] {} <Debug> HTTP-Session: 9304377e-0e61-404c-87a7-faad67e53a0c Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 5634 | 2024.03.25 19:38:30.004410 [ 3 ] {} <Debug> HTTP-Session: 9304377e-0e61-404c-87a7-faad67e53a0c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5635 | 2024.03.25 19:38:30.004425 [ 3 ] {} <Debug> HTTP-Session: 9304377e-0e61-404c-87a7-faad67e53a0c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5636 | 2024.03.25 19:38:30.004455 [ 3 ] {} <Trace> HTTP-Session: 9304377e-0e61-404c-87a7-faad67e53a0c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5637 | 2024.03.25 19:38:30.004534 [ 3 ] {ce7b2c63-7390-41a3-986e-7c46fdd174dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 5638 | 2024.03.25 19:38:30.004579 [ 3 ] {ce7b2c63-7390-41a3-986e-7c46fdd174dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5639 | 2024.03.25 19:38:30.004708 [ 3 ] {ce7b2c63-7390-41a3-986e-7c46fdd174dd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5640 | 2024.03.25 19:38:30.004989 [ 3 ] {ce7b2c63-7390-41a3-986e-7c46fdd174dd} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5641 | 2024.03.25 19:38:30.005034 [ 3 ] {ce7b2c63-7390-41a3-986e-7c46fdd174dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
| 5642 | 2024.03.25 19:38:30.005423 [ 3 ] {ce7b2c63-7390-41a3-986e-7c46fdd174dd} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5643 | 2024.03.25 19:38:30.005774 [ 3 ] {ce7b2c63-7390-41a3-986e-7c46fdd174dd} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5644 | 2024.03.25 19:38:30.006016 [ 3 ] {ce7b2c63-7390-41a3-986e-7c46fdd174dd} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001504 sec., 19946.8085106383 rows/sec., 1.37 MiB/sec. | ||
| 5645 | 2024.03.25 19:38:30.006212 [ 3 ] {ce7b2c63-7390-41a3-986e-7c46fdd174dd} <Debug> DynamicQueryHandler: Done processing query | ||
| 5646 | 2024.03.25 19:38:30.006272 [ 3 ] {ce7b2c63-7390-41a3-986e-7c46fdd174dd} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 5647 | 2024.03.25 19:38:30.006331 [ 3 ] {} <Debug> HTTP-Session: 9304377e-0e61-404c-87a7-faad67e53a0c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5648 | 2024.03.25 19:38:34.994875 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 7368, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5649 | 2024.03.25 19:38:34.995022 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 5650 | 2024.03.25 19:38:34.995051 [ 3 ] {} <Debug> HTTP-Session: 06761105-d397-4d20-a21f-0c98ebde3643 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 5651 | 2024.03.25 19:38:34.995081 [ 3 ] {} <Debug> HTTP-Session: 06761105-d397-4d20-a21f-0c98ebde3643 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5652 | 2024.03.25 19:38:34.995100 [ 3 ] {} <Debug> HTTP-Session: 06761105-d397-4d20-a21f-0c98ebde3643 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5653 | 2024.03.25 19:38:34.995154 [ 3 ] {} <Trace> HTTP-Session: 06761105-d397-4d20-a21f-0c98ebde3643 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5654 | 2024.03.25 19:38:34.995302 [ 3 ] {09c01ff1-5d34-4ff5-b7ae-447a79530cea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 5655 | 2024.03.25 19:38:34.995377 [ 3 ] {09c01ff1-5d34-4ff5-b7ae-447a79530cea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 5656 | 2024.03.25 19:38:34.995570 [ 3 ] {09c01ff1-5d34-4ff5-b7ae-447a79530cea} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5657 | 2024.03.25 19:38:34.995970 [ 3 ] {09c01ff1-5d34-4ff5-b7ae-447a79530cea} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5658 | 2024.03.25 19:38:34.996016 [ 3 ] {09c01ff1-5d34-4ff5-b7ae-447a79530cea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
| 5659 | 2024.03.25 19:38:34.996416 [ 3 ] {09c01ff1-5d34-4ff5-b7ae-447a79530cea} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 5660 | 2024.03.25 19:38:34.996756 [ 3 ] {09c01ff1-5d34-4ff5-b7ae-447a79530cea} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5661 | 2024.03.25 19:38:34.996929 [ 3 ] {09c01ff1-5d34-4ff5-b7ae-447a79530cea} <Debug> executeQuery: Read 51 rows, 4.13 KiB in 0.001697 sec., 30053.0347672363 rows/sec., 2.38 MiB/sec. | ||
| 5662 | 2024.03.25 19:38:34.997109 [ 3 ] {09c01ff1-5d34-4ff5-b7ae-447a79530cea} <Debug> DynamicQueryHandler: Done processing query | ||
| 5663 | 2024.03.25 19:38:34.997137 [ 3 ] {09c01ff1-5d34-4ff5-b7ae-447a79530cea} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 5664 | 2024.03.25 19:38:34.997154 [ 3 ] {} <Debug> HTTP-Session: 06761105-d397-4d20-a21f-0c98ebde3643 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5665 | 2024.03.25 19:38:34.997341 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 28163, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5666 | 2024.03.25 19:38:34.997396 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 5667 | 2024.03.25 19:38:34.997414 [ 3 ] {} <Debug> HTTP-Session: 28142d34-380b-4080-bcd8-6eaedbdf1337 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 5668 | 2024.03.25 19:38:34.997433 [ 3 ] {} <Debug> HTTP-Session: 28142d34-380b-4080-bcd8-6eaedbdf1337 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5669 | 2024.03.25 19:38:34.997447 [ 3 ] {} <Debug> HTTP-Session: 28142d34-380b-4080-bcd8-6eaedbdf1337 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5670 | 2024.03.25 19:38:34.997483 [ 3 ] {} <Trace> HTTP-Session: 28142d34-380b-4080-bcd8-6eaedbdf1337 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5671 | 2024.03.25 19:38:34.997602 [ 3 ] {4d1bebbe-c763-4729-92c2-04c74616e400} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 5672 | 2024.03.25 19:38:34.997647 [ 3 ] {4d1bebbe-c763-4729-92c2-04c74616e400} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5673 | 2024.03.25 19:38:34.997778 [ 3 ] {4d1bebbe-c763-4729-92c2-04c74616e400} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5674 | 2024.03.25 19:38:34.998170 [ 3 ] {4d1bebbe-c763-4729-92c2-04c74616e400} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5675 | 2024.03.25 19:38:34.998210 [ 3 ] {4d1bebbe-c763-4729-92c2-04c74616e400} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
| 5676 | 2024.03.25 19:38:34.998551 [ 3 ] {4d1bebbe-c763-4729-92c2-04c74616e400} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5677 | 2024.03.25 19:38:34.998872 [ 3 ] {4d1bebbe-c763-4729-92c2-04c74616e400} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5678 | 2024.03.25 19:38:34.999036 [ 3 ] {4d1bebbe-c763-4729-92c2-04c74616e400} <Debug> executeQuery: Read 179 rows, 17.23 KiB in 0.001496 sec., 119652.4064171123 rows/sec., 11.25 MiB/sec. | ||
| 5679 | 2024.03.25 19:38:34.999032 [ 118 ] {} <Debug> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5680 | 2024.03.25 19:38:34.999149 [ 118 ] {} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5681 | 2024.03.25 19:38:34.999181 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
| 5682 | 2024.03.25 19:38:34.999209 [ 3 ] {4d1bebbe-c763-4729-92c2-04c74616e400} <Debug> DynamicQueryHandler: Done processing query | ||
| 5683 | 2024.03.25 19:38:34.999269 [ 3 ] {4d1bebbe-c763-4729-92c2-04c74616e400} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
| 5684 | 2024.03.25 19:38:34.999323 [ 3 ] {} <Debug> HTTP-Session: 28142d34-380b-4080-bcd8-6eaedbdf1337 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5685 | 2024.03.25 19:38:34.999418 [ 186 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::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 | ||
| 5686 | 2024.03.25 19:38:34.999588 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 13435, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5687 | 2024.03.25 19:38:34.999651 [ 186 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5688 | 2024.03.25 19:38:34.999673 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 5689 | 2024.03.25 19:38:34.999714 [ 186 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 220 rows starting from the beginning of the part | ||
| 5690 | 2024.03.25 19:38:34.999721 [ 3 ] {} <Debug> HTTP-Session: 9debf085-252e-4a85-8068-45730c0806d8 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 5691 | 2024.03.25 19:38:34.999779 [ 3 ] {} <Debug> HTTP-Session: 9debf085-252e-4a85-8068-45730c0806d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5692 | 2024.03.25 19:38:34.999815 [ 3 ] {} <Debug> HTTP-Session: 9debf085-252e-4a85-8068-45730c0806d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5693 | 2024.03.25 19:38:34.999943 [ 186 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 181 rows starting from the beginning of the part | ||
| 5694 | 2024.03.25 19:38:34.999973 [ 3 ] {} <Trace> HTTP-Session: 9debf085-252e-4a85-8068-45730c0806d8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5695 | 2024.03.25 19:38:35.000152 [ 186 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 26 rows starting from the beginning of the part | ||
| 5696 | 2024.03.25 19:38:35.000219 [ 3 ] {cfe26214-554c-44a7-9009-fa20244906a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 5697 | 2024.03.25 19:38:35.000377 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 186.82 MiB, peak 194.22 MiB, free memory in arenas 0.00 B, will set to 185.68 MiB (RSS), difference: -1.14 MiB | ||
| 5698 | 2024.03.25 19:38:35.000531 [ 186 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 179 rows starting from the beginning of the part | ||
| 5699 | 2024.03.25 19:38:35.000876 [ 186 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 63 rows starting from the beginning of the part | ||
| 5700 | 2024.03.25 19:38:35.001032 [ 3 ] {cfe26214-554c-44a7-9009-fa20244906a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5701 | 2024.03.25 19:38:35.001322 [ 186 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 179 rows starting from the beginning of the part | ||
| 5702 | 2024.03.25 19:38:35.002115 [ 3 ] {cfe26214-554c-44a7-9009-fa20244906a5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5703 | 2024.03.25 19:38:35.002959 [ 3 ] {cfe26214-554c-44a7-9009-fa20244906a5} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5704 | 2024.03.25 19:38:35.003032 [ 3 ] {cfe26214-554c-44a7-9009-fa20244906a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
| 5705 | 2024.03.25 19:38:35.003851 [ 3 ] {cfe26214-554c-44a7-9009-fa20244906a5} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5706 | 2024.03.25 19:38:35.004207 [ 186 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 848 rows, containing 4 columns (4 merged, 0 gathered) in 0.004930371 sec., 171995.17034316485 rows/sec., 15.70 MiB/sec. | ||
| 5707 | 2024.03.25 19:38:35.004456 [ 186 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5708 | 2024.03.25 19:38:35.004629 [ 3 ] {cfe26214-554c-44a7-9009-fa20244906a5} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5709 | 2024.03.25 19:38:35.005015 [ 118 ] {} <Debug> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5710 | 2024.03.25 19:38:35.005098 [ 118 ] {} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5711 | 2024.03.25 19:38:35.005151 [ 3 ] {cfe26214-554c-44a7-9009-fa20244906a5} <Debug> executeQuery: Read 79 rows, 6.32 KiB in 0.005004 sec., 15787.370103916866 rows/sec., 1.23 MiB/sec. | ||
| 5712 | 2024.03.25 19:38:35.005155 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
| 5713 | 2024.03.25 19:38:35.005509 [ 186 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_41_8} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5714 | 2024.03.25 19:38:35.005598 [ 197 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::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 | ||
| 5715 | 2024.03.25 19:38:35.005714 [ 3 ] {cfe26214-554c-44a7-9009-fa20244906a5} <Debug> DynamicQueryHandler: Done processing query | ||
| 5716 | 2024.03.25 19:38:35.005736 [ 186 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_41_8} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5717 | 2024.03.25 19:38:35.005784 [ 3 ] {cfe26214-554c-44a7-9009-fa20244906a5} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 5718 | 2024.03.25 19:38:35.005881 [ 3 ] {} <Debug> HTTP-Session: 9debf085-252e-4a85-8068-45730c0806d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5719 | 2024.03.25 19:38:35.006028 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. | ||
| 5720 | 2024.03.25 19:38:35.006073 [ 197 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5721 | 2024.03.25 19:38:35.006117 [ 197 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 128 rows starting from the beginning of the part | ||
| 5722 | 2024.03.25 19:38:35.006194 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 19137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5723 | 2024.03.25 19:38:35.006315 [ 197 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 83 rows starting from the beginning of the part | ||
| 5724 | 2024.03.25 19:38:35.006402 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 5725 | 2024.03.25 19:38:35.006544 [ 3 ] {} <Debug> HTTP-Session: 83199d58-28f4-4752-bbb0-1d7a2c3ea501 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 5726 | 2024.03.25 19:38:35.006607 [ 197 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 28 rows starting from the beginning of the part | ||
| 5727 | 2024.03.25 19:38:35.006625 [ 3 ] {} <Debug> HTTP-Session: 83199d58-28f4-4752-bbb0-1d7a2c3ea501 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5728 | 2024.03.25 19:38:35.006701 [ 3 ] {} <Debug> HTTP-Session: 83199d58-28f4-4752-bbb0-1d7a2c3ea501 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5729 | 2024.03.25 19:38:35.006867 [ 197 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 79 rows starting from the beginning of the part | ||
| 5730 | 2024.03.25 19:38:35.006863 [ 3 ] {} <Trace> HTTP-Session: 83199d58-28f4-4752-bbb0-1d7a2c3ea501 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5731 | 2024.03.25 19:38:35.007109 [ 197 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 54 rows starting from the beginning of the part | ||
| 5732 | 2024.03.25 19:38:35.007339 [ 3 ] {3af75c49-a332-40d8-a18c-29efa94f7aa6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 5733 | 2024.03.25 19:38:35.007372 [ 197 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 79 rows starting from the beginning of the part | ||
| 5734 | 2024.03.25 19:38:35.007637 [ 3 ] {3af75c49-a332-40d8-a18c-29efa94f7aa6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5735 | 2024.03.25 19:38:35.008334 [ 3 ] {3af75c49-a332-40d8-a18c-29efa94f7aa6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5736 | 2024.03.25 19:38:35.009330 [ 3 ] {3af75c49-a332-40d8-a18c-29efa94f7aa6} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5737 | 2024.03.25 19:38:35.009409 [ 3 ] {3af75c49-a332-40d8-a18c-29efa94f7aa6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
| 5738 | 2024.03.25 19:38:35.010397 [ 194 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 451 rows, containing 4 columns (4 merged, 0 gathered) in 0.005079215 sec., 88793.24856301614 rows/sec., 6.93 MiB/sec. | ||
| 5739 | 2024.03.25 19:38:35.010488 [ 3 ] {3af75c49-a332-40d8-a18c-29efa94f7aa6} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5740 | 2024.03.25 19:38:35.010617 [ 186 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5741 | 2024.03.25 19:38:35.011348 [ 3 ] {3af75c49-a332-40d8-a18c-29efa94f7aa6} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5742 | 2024.03.25 19:38:35.011501 [ 186 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_41_8} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5743 | 2024.03.25 19:38:35.011636 [ 117 ] {} <Debug> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5744 | 2024.03.25 19:38:35.011724 [ 3 ] {3af75c49-a332-40d8-a18c-29efa94f7aa6} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.004631 sec., 21593.608291945584 rows/sec., 1.50 MiB/sec. | ||
| 5745 | 2024.03.25 19:38:35.011734 [ 117 ] {} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5746 | 2024.03.25 19:38:35.011822 [ 186 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_41_8} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5747 | 2024.03.25 19:38:35.011823 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
| 5748 | 2024.03.25 19:38:35.012321 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 5749 | 2024.03.25 19:38:35.012345 [ 3 ] {3af75c49-a332-40d8-a18c-29efa94f7aa6} <Debug> DynamicQueryHandler: Done processing query | ||
| 5750 | 2024.03.25 19:38:35.012435 [ 3 ] {3af75c49-a332-40d8-a18c-29efa94f7aa6} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
| 5751 | 2024.03.25 19:38:35.012479 [ 194 ] {f120f923-a49b-460a-9be5-7ff67cf25969::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 | ||
| 5752 | 2024.03.25 19:38:35.012527 [ 3 ] {} <Debug> HTTP-Session: 83199d58-28f4-4752-bbb0-1d7a2c3ea501 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5753 | 2024.03.25 19:38:35.013000 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 54563, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5754 | 2024.03.25 19:38:35.013052 [ 194 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5755 | 2024.03.25 19:38:35.013108 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 5756 | 2024.03.25 19:38:35.013122 [ 194 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 4018 rows starting from the beginning of the part | ||
| 5757 | 2024.03.25 19:38:35.013152 [ 3 ] {} <Debug> HTTP-Session: cb2b3fc9-d47d-458e-87a3-7d0a910603bc Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 5758 | 2024.03.25 19:38:35.013183 [ 3 ] {} <Debug> HTTP-Session: cb2b3fc9-d47d-458e-87a3-7d0a910603bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5759 | 2024.03.25 19:38:35.013245 [ 3 ] {} <Debug> HTTP-Session: cb2b3fc9-d47d-458e-87a3-7d0a910603bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5760 | 2024.03.25 19:38:35.013392 [ 194 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 102 rows starting from the beginning of the part | ||
| 5761 | 2024.03.25 19:38:35.013413 [ 3 ] {} <Trace> HTTP-Session: cb2b3fc9-d47d-458e-87a3-7d0a910603bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5762 | 2024.03.25 19:38:35.013703 [ 194 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 100 rows starting from the beginning of the part | ||
| 5763 | 2024.03.25 19:38:35.013790 [ 194 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 100 rows starting from the beginning of the part | ||
| 5764 | 2024.03.25 19:38:35.013864 [ 194 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 137 rows starting from the beginning of the part | ||
| 5765 | 2024.03.25 19:38:35.014097 [ 194 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 100 rows starting from the beginning of the part | ||
| 5766 | 2024.03.25 19:38:35.014152 [ 3 ] {71647bd8-55a7-4f77-ad57-3b5e1146c72a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 5767 | 2024.03.25 19:38:35.014377 [ 3 ] {71647bd8-55a7-4f77-ad57-3b5e1146c72a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 5768 | 2024.03.25 19:38:35.015082 [ 3 ] {71647bd8-55a7-4f77-ad57-3b5e1146c72a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5769 | 2024.03.25 19:38:35.016343 [ 3 ] {71647bd8-55a7-4f77-ad57-3b5e1146c72a} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5770 | 2024.03.25 19:38:35.016419 [ 3 ] {71647bd8-55a7-4f77-ad57-3b5e1146c72a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
| 5771 | 2024.03.25 19:38:35.017420 [ 3 ] {71647bd8-55a7-4f77-ad57-3b5e1146c72a} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 5772 | 2024.03.25 19:38:35.017724 [ 186 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4557 rows, containing 5 columns (5 merged, 0 gathered) in 0.005700961 sec., 799338.9184735697 rows/sec., 55.53 MiB/sec. | ||
| 5773 | 2024.03.25 19:38:35.018103 [ 3 ] {71647bd8-55a7-4f77-ad57-3b5e1146c72a} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5774 | 2024.03.25 19:38:35.018200 [ 186 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5775 | 2024.03.25 19:38:35.018482 [ 3 ] {71647bd8-55a7-4f77-ad57-3b5e1146c72a} <Debug> executeQuery: Read 51 rows, 70.47 KiB in 0.00483 sec., 10559.006211180124 rows/sec., 14.25 MiB/sec. | ||
| 5776 | 2024.03.25 19:38:35.018804 [ 3 ] {71647bd8-55a7-4f77-ad57-3b5e1146c72a} <Debug> DynamicQueryHandler: Done processing query | ||
| 5777 | 2024.03.25 19:38:35.018849 [ 3 ] {71647bd8-55a7-4f77-ad57-3b5e1146c72a} <Debug> MemoryTracker: Peak memory usage (for query): 4.52 MiB. | ||
| 5778 | 2024.03.25 19:38:35.018901 [ 3 ] {} <Debug> HTTP-Session: cb2b3fc9-d47d-458e-87a3-7d0a910603bc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5779 | 2024.03.25 19:38:35.019088 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5780 | 2024.03.25 19:38:35.019100 [ 186 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5781 | 2024.03.25 19:38:35.019178 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 5782 | 2024.03.25 19:38:35.019217 [ 3 ] {} <Debug> HTTP-Session: 91850570-b29e-4a6e-9f99-9a67f828ff8c Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 5783 | 2024.03.25 19:38:35.019241 [ 3 ] {} <Debug> HTTP-Session: 91850570-b29e-4a6e-9f99-9a67f828ff8c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5784 | 2024.03.25 19:38:35.019251 [ 186 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5785 | 2024.03.25 19:38:35.019263 [ 3 ] {} <Debug> HTTP-Session: 91850570-b29e-4a6e-9f99-9a67f828ff8c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5786 | 2024.03.25 19:38:35.019352 [ 3 ] {} <Trace> HTTP-Session: 91850570-b29e-4a6e-9f99-9a67f828ff8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5787 | 2024.03.25 19:38:35.019401 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.89 MiB. | ||
| 5788 | 2024.03.25 19:38:35.019484 [ 3 ] {67d35354-b495-42c0-89dc-9f30c7732fc6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 5789 | 2024.03.25 19:38:35.019534 [ 3 ] {67d35354-b495-42c0-89dc-9f30c7732fc6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5790 | 2024.03.25 19:38:35.019682 [ 3 ] {67d35354-b495-42c0-89dc-9f30c7732fc6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5791 | 2024.03.25 19:38:35.019956 [ 3 ] {67d35354-b495-42c0-89dc-9f30c7732fc6} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5792 | 2024.03.25 19:38:35.019994 [ 3 ] {67d35354-b495-42c0-89dc-9f30c7732fc6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
| 5793 | 2024.03.25 19:38:35.020382 [ 3 ] {67d35354-b495-42c0-89dc-9f30c7732fc6} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5794 | 2024.03.25 19:38:35.020725 [ 3 ] {67d35354-b495-42c0-89dc-9f30c7732fc6} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5795 | 2024.03.25 19:38:35.020889 [ 117 ] {} <Debug> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5796 | 2024.03.25 19:38:35.020898 [ 3 ] {67d35354-b495-42c0-89dc-9f30c7732fc6} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001444 sec., 20775.623268698062 rows/sec., 1.42 MiB/sec. | ||
| 5797 | 2024.03.25 19:38:35.020944 [ 117 ] {} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5798 | 2024.03.25 19:38:35.021017 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
| 5799 | 2024.03.25 19:38:35.021137 [ 3 ] {67d35354-b495-42c0-89dc-9f30c7732fc6} <Debug> DynamicQueryHandler: Done processing query | ||
| 5800 | 2024.03.25 19:38:35.021172 [ 3 ] {67d35354-b495-42c0-89dc-9f30c7732fc6} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 5801 | 2024.03.25 19:38:35.021179 [ 192 ] {9a1a39e4-f755-44be-b053-27de171f2434::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 | ||
| 5802 | 2024.03.25 19:38:35.021191 [ 3 ] {} <Debug> HTTP-Session: 91850570-b29e-4a6e-9f99-9a67f828ff8c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5803 | 2024.03.25 19:38:35.021310 [ 192 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5804 | 2024.03.25 19:38:35.021345 [ 192 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1062 rows starting from the beginning of the part | ||
| 5805 | 2024.03.25 19:38:35.021454 [ 192 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 30 rows starting from the beginning of the part | ||
| 5806 | 2024.03.25 19:38:35.021650 [ 192 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 30 rows starting from the beginning of the part | ||
| 5807 | 2024.03.25 19:38:35.021802 [ 192 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 30 rows starting from the beginning of the part | ||
| 5808 | 2024.03.25 19:38:35.021940 [ 192 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 30 rows starting from the beginning of the part | ||
| 5809 | 2024.03.25 19:38:35.022140 [ 192 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 30 rows starting from the beginning of the part | ||
| 5810 | 2024.03.25 19:38:35.023378 [ 194 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1212 rows, containing 4 columns (4 merged, 0 gathered) in 0.002263826 sec., 535376.8354988414 rows/sec., 36.68 MiB/sec. | ||
| 5811 | 2024.03.25 19:38:35.023570 [ 192 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5812 | 2024.03.25 19:38:35.024004 [ 192 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_41_8} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5813 | 2024.03.25 19:38:35.024091 [ 192 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_41_8} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5814 | 2024.03.25 19:38:35.024174 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. | ||
| 5815 | 2024.03.25 19:38:36.000212 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 185.06 MiB, peak 194.30 MiB, free memory in arenas 0.00 B, will set to 186.19 MiB (RSS), difference: 1.13 MiB | ||
| 5816 | 2024.03.25 19:38:36.611089 [ 116 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5817 | 2024.03.25 19:38:36.611158 [ 116 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5818 | 2024.03.25 19:38:39.992324 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 3629, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5819 | 2024.03.25 19:38:39.992449 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 5820 | 2024.03.25 19:38:39.992474 [ 3 ] {} <Debug> HTTP-Session: 869e1718-7934-471b-b317-ee2e7f065235 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 5821 | 2024.03.25 19:38:39.992499 [ 3 ] {} <Debug> HTTP-Session: 869e1718-7934-471b-b317-ee2e7f065235 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5822 | 2024.03.25 19:38:39.992514 [ 3 ] {} <Debug> HTTP-Session: 869e1718-7934-471b-b317-ee2e7f065235 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5823 | 2024.03.25 19:38:39.992563 [ 3 ] {} <Trace> HTTP-Session: 869e1718-7934-471b-b317-ee2e7f065235 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5824 | 2024.03.25 19:38:39.992685 [ 3 ] {a3d064e2-397f-418e-b4f6-dd4db2b11b1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 5825 | 2024.03.25 19:38:39.992753 [ 3 ] {a3d064e2-397f-418e-b4f6-dd4db2b11b1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5826 | 2024.03.25 19:38:39.992946 [ 3 ] {a3d064e2-397f-418e-b4f6-dd4db2b11b1b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5827 | 2024.03.25 19:38:39.993331 [ 3 ] {a3d064e2-397f-418e-b4f6-dd4db2b11b1b} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5828 | 2024.03.25 19:38:39.993379 [ 3 ] {a3d064e2-397f-418e-b4f6-dd4db2b11b1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
| 5829 | 2024.03.25 19:38:39.993784 [ 3 ] {a3d064e2-397f-418e-b4f6-dd4db2b11b1b} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5830 | 2024.03.25 19:38:39.994143 [ 3 ] {a3d064e2-397f-418e-b4f6-dd4db2b11b1b} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5831 | 2024.03.25 19:38:39.994315 [ 3 ] {a3d064e2-397f-418e-b4f6-dd4db2b11b1b} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.001686 sec., 15421.115065243179 rows/sec., 1.16 MiB/sec. | ||
| 5832 | 2024.03.25 19:38:39.994546 [ 3 ] {a3d064e2-397f-418e-b4f6-dd4db2b11b1b} <Debug> DynamicQueryHandler: Done processing query | ||
| 5833 | 2024.03.25 19:38:39.994603 [ 3 ] {a3d064e2-397f-418e-b4f6-dd4db2b11b1b} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 5834 | 2024.03.25 19:38:39.994672 [ 3 ] {} <Debug> HTTP-Session: 869e1718-7934-471b-b317-ee2e7f065235 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5835 | 2024.03.25 19:38:39.994866 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4792, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5836 | 2024.03.25 19:38:39.994919 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 5837 | 2024.03.25 19:38:39.994939 [ 3 ] {} <Debug> HTTP-Session: f5bdeb6b-f044-4d76-89d9-646739f04393 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 5838 | 2024.03.25 19:38:39.994958 [ 3 ] {} <Debug> HTTP-Session: f5bdeb6b-f044-4d76-89d9-646739f04393 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5839 | 2024.03.25 19:38:39.994972 [ 3 ] {} <Debug> HTTP-Session: f5bdeb6b-f044-4d76-89d9-646739f04393 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5840 | 2024.03.25 19:38:39.995007 [ 3 ] {} <Trace> HTTP-Session: f5bdeb6b-f044-4d76-89d9-646739f04393 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5841 | 2024.03.25 19:38:39.995095 [ 3 ] {6390d9b6-8578-49a0-873e-1bb25727125c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 5842 | 2024.03.25 19:38:39.995142 [ 3 ] {6390d9b6-8578-49a0-873e-1bb25727125c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5843 | 2024.03.25 19:38:39.995290 [ 3 ] {6390d9b6-8578-49a0-873e-1bb25727125c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5844 | 2024.03.25 19:38:39.995711 [ 3 ] {6390d9b6-8578-49a0-873e-1bb25727125c} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5845 | 2024.03.25 19:38:39.995750 [ 3 ] {6390d9b6-8578-49a0-873e-1bb25727125c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
| 5846 | 2024.03.25 19:38:39.996064 [ 3 ] {6390d9b6-8578-49a0-873e-1bb25727125c} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5847 | 2024.03.25 19:38:39.996393 [ 3 ] {6390d9b6-8578-49a0-873e-1bb25727125c} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5848 | 2024.03.25 19:38:39.996550 [ 3 ] {6390d9b6-8578-49a0-873e-1bb25727125c} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001487 sec., 18829.85877605918 rows/sec., 1.47 MiB/sec. | ||
| 5849 | 2024.03.25 19:38:39.996762 [ 3 ] {6390d9b6-8578-49a0-873e-1bb25727125c} <Debug> DynamicQueryHandler: Done processing query | ||
| 5850 | 2024.03.25 19:38:39.996819 [ 3 ] {6390d9b6-8578-49a0-873e-1bb25727125c} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 5851 | 2024.03.25 19:38:39.996881 [ 3 ] {} <Debug> HTTP-Session: f5bdeb6b-f044-4d76-89d9-646739f04393 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5852 | 2024.03.25 19:38:39.997125 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 19137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5853 | 2024.03.25 19:38:39.997180 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 5854 | 2024.03.25 19:38:39.997199 [ 3 ] {} <Debug> HTTP-Session: 0e8d75b6-4bce-4794-8d08-30af3228b5d3 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 5855 | 2024.03.25 19:38:39.997216 [ 3 ] {} <Debug> HTTP-Session: 0e8d75b6-4bce-4794-8d08-30af3228b5d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5856 | 2024.03.25 19:38:39.997230 [ 3 ] {} <Debug> HTTP-Session: 0e8d75b6-4bce-4794-8d08-30af3228b5d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5857 | 2024.03.25 19:38:39.997264 [ 3 ] {} <Trace> HTTP-Session: 0e8d75b6-4bce-4794-8d08-30af3228b5d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5858 | 2024.03.25 19:38:39.997376 [ 3 ] {3636bd39-d9d7-433f-9be8-9dd8436ab8fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 5859 | 2024.03.25 19:38:39.997425 [ 3 ] {3636bd39-d9d7-433f-9be8-9dd8436ab8fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5860 | 2024.03.25 19:38:39.997594 [ 3 ] {3636bd39-d9d7-433f-9be8-9dd8436ab8fe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5861 | 2024.03.25 19:38:39.997946 [ 3 ] {3636bd39-d9d7-433f-9be8-9dd8436ab8fe} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5862 | 2024.03.25 19:38:39.997983 [ 3 ] {3636bd39-d9d7-433f-9be8-9dd8436ab8fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
| 5863 | 2024.03.25 19:38:39.998379 [ 3 ] {3636bd39-d9d7-433f-9be8-9dd8436ab8fe} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5864 | 2024.03.25 19:38:39.998737 [ 3 ] {3636bd39-d9d7-433f-9be8-9dd8436ab8fe} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5865 | 2024.03.25 19:38:39.998903 [ 3 ] {3636bd39-d9d7-433f-9be8-9dd8436ab8fe} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001584 sec., 63131.31313131314 rows/sec., 4.38 MiB/sec. | ||
| 5866 | 2024.03.25 19:38:39.999132 [ 3 ] {3636bd39-d9d7-433f-9be8-9dd8436ab8fe} <Debug> DynamicQueryHandler: Done processing query | ||
| 5867 | 2024.03.25 19:38:39.999182 [ 3 ] {3636bd39-d9d7-433f-9be8-9dd8436ab8fe} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
| 5868 | 2024.03.25 19:38:39.999234 [ 3 ] {} <Debug> HTTP-Session: 0e8d75b6-4bce-4794-8d08-30af3228b5d3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5869 | 2024.03.25 19:38:39.999451 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5870 | 2024.03.25 19:38:39.999501 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 5871 | 2024.03.25 19:38:39.999520 [ 3 ] {} <Debug> HTTP-Session: 4fc037c6-f75b-4cc9-8373-d5b8e2e753bd Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 5872 | 2024.03.25 19:38:39.999537 [ 3 ] {} <Debug> HTTP-Session: 4fc037c6-f75b-4cc9-8373-d5b8e2e753bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5873 | 2024.03.25 19:38:39.999550 [ 3 ] {} <Debug> HTTP-Session: 4fc037c6-f75b-4cc9-8373-d5b8e2e753bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5874 | 2024.03.25 19:38:39.999582 [ 3 ] {} <Trace> HTTP-Session: 4fc037c6-f75b-4cc9-8373-d5b8e2e753bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5875 | 2024.03.25 19:38:39.999663 [ 3 ] {ad674842-6af9-4980-9ed1-0e7366c8e066} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 5876 | 2024.03.25 19:38:39.999709 [ 3 ] {ad674842-6af9-4980-9ed1-0e7366c8e066} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5877 | 2024.03.25 19:38:39.999857 [ 3 ] {ad674842-6af9-4980-9ed1-0e7366c8e066} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5878 | 2024.03.25 19:38:40.000148 [ 3 ] {ad674842-6af9-4980-9ed1-0e7366c8e066} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5879 | 2024.03.25 19:38:40.000177 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 187.43 MiB, peak 194.30 MiB, free memory in arenas 0.00 B, will set to 186.19 MiB (RSS), difference: -1.24 MiB | ||
| 5880 | 2024.03.25 19:38:40.000193 [ 3 ] {ad674842-6af9-4980-9ed1-0e7366c8e066} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
| 5881 | 2024.03.25 19:38:40.000920 [ 3 ] {ad674842-6af9-4980-9ed1-0e7366c8e066} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5882 | 2024.03.25 19:38:40.001255 [ 3 ] {ad674842-6af9-4980-9ed1-0e7366c8e066} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5883 | 2024.03.25 19:38:40.001407 [ 3 ] {ad674842-6af9-4980-9ed1-0e7366c8e066} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001781 sec., 16844.469399213925 rows/sec., 1.15 MiB/sec. | ||
| 5884 | 2024.03.25 19:38:40.001532 [ 3 ] {ad674842-6af9-4980-9ed1-0e7366c8e066} <Debug> DynamicQueryHandler: Done processing query | ||
| 5885 | 2024.03.25 19:38:40.001556 [ 3 ] {ad674842-6af9-4980-9ed1-0e7366c8e066} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 5886 | 2024.03.25 19:38:40.001571 [ 3 ] {} <Debug> HTTP-Session: 4fc037c6-f75b-4cc9-8373-d5b8e2e753bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5887 | 2024.03.25 19:38:44.995988 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 7368, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5888 | 2024.03.25 19:38:44.996166 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 5889 | 2024.03.25 19:38:44.996212 [ 3 ] {} <Debug> HTTP-Session: d4e8cc2f-22e2-482e-a655-96b3588b3542 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 5890 | 2024.03.25 19:38:44.996253 [ 3 ] {} <Debug> HTTP-Session: d4e8cc2f-22e2-482e-a655-96b3588b3542 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5891 | 2024.03.25 19:38:44.996282 [ 3 ] {} <Debug> HTTP-Session: d4e8cc2f-22e2-482e-a655-96b3588b3542 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5892 | 2024.03.25 19:38:44.996361 [ 3 ] {} <Trace> HTTP-Session: d4e8cc2f-22e2-482e-a655-96b3588b3542 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5893 | 2024.03.25 19:38:44.996564 [ 3 ] {1d9c6c49-7601-4d21-b287-3f971a3987c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 5894 | 2024.03.25 19:38:44.996667 [ 3 ] {1d9c6c49-7601-4d21-b287-3f971a3987c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 5895 | 2024.03.25 19:38:44.996967 [ 3 ] {1d9c6c49-7601-4d21-b287-3f971a3987c2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5896 | 2024.03.25 19:38:44.997446 [ 3 ] {1d9c6c49-7601-4d21-b287-3f971a3987c2} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5897 | 2024.03.25 19:38:44.997488 [ 3 ] {1d9c6c49-7601-4d21-b287-3f971a3987c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
| 5898 | 2024.03.25 19:38:44.997885 [ 3 ] {1d9c6c49-7601-4d21-b287-3f971a3987c2} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 5899 | 2024.03.25 19:38:44.998263 [ 3 ] {1d9c6c49-7601-4d21-b287-3f971a3987c2} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5900 | 2024.03.25 19:38:44.998414 [ 3 ] {1d9c6c49-7601-4d21-b287-3f971a3987c2} <Debug> executeQuery: Read 51 rows, 4.13 KiB in 0.001955 sec., 26086.95652173913 rows/sec., 2.06 MiB/sec. | ||
| 5901 | 2024.03.25 19:38:44.998561 [ 3 ] {1d9c6c49-7601-4d21-b287-3f971a3987c2} <Debug> DynamicQueryHandler: Done processing query | ||
| 5902 | 2024.03.25 19:38:44.998587 [ 3 ] {1d9c6c49-7601-4d21-b287-3f971a3987c2} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 5903 | 2024.03.25 19:38:44.998604 [ 3 ] {} <Debug> HTTP-Session: d4e8cc2f-22e2-482e-a655-96b3588b3542 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5904 | 2024.03.25 19:38:44.998836 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 28163, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5905 | 2024.03.25 19:38:44.998894 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 5906 | 2024.03.25 19:38:44.998913 [ 3 ] {} <Debug> HTTP-Session: a1f5d0a6-bada-472f-addd-f4cdf7110a2f Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 5907 | 2024.03.25 19:38:44.998933 [ 3 ] {} <Debug> HTTP-Session: a1f5d0a6-bada-472f-addd-f4cdf7110a2f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5908 | 2024.03.25 19:38:44.998946 [ 3 ] {} <Debug> HTTP-Session: a1f5d0a6-bada-472f-addd-f4cdf7110a2f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5909 | 2024.03.25 19:38:44.998982 [ 3 ] {} <Trace> HTTP-Session: a1f5d0a6-bada-472f-addd-f4cdf7110a2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5910 | 2024.03.25 19:38:44.999099 [ 3 ] {337f5693-45b2-4fa1-91d5-db938c53245b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 5911 | 2024.03.25 19:38:44.999144 [ 3 ] {337f5693-45b2-4fa1-91d5-db938c53245b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5912 | 2024.03.25 19:38:44.999273 [ 3 ] {337f5693-45b2-4fa1-91d5-db938c53245b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5913 | 2024.03.25 19:38:44.999714 [ 3 ] {337f5693-45b2-4fa1-91d5-db938c53245b} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5914 | 2024.03.25 19:38:44.999749 [ 3 ] {337f5693-45b2-4fa1-91d5-db938c53245b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
| 5915 | 2024.03.25 19:38:45.000098 [ 3 ] {337f5693-45b2-4fa1-91d5-db938c53245b} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5916 | 2024.03.25 19:38:45.000175 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 191.63 MiB, peak 194.30 MiB, free memory in arenas 0.00 B, will set to 186.19 MiB (RSS), difference: -5.44 MiB | ||
| 5917 | 2024.03.25 19:38:45.000822 [ 3 ] {337f5693-45b2-4fa1-91d5-db938c53245b} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5918 | 2024.03.25 19:38:45.000977 [ 3 ] {337f5693-45b2-4fa1-91d5-db938c53245b} <Debug> executeQuery: Read 179 rows, 17.23 KiB in 0.001943 sec., 92125.579001544 rows/sec., 8.66 MiB/sec. | ||
| 5919 | 2024.03.25 19:38:45.001109 [ 3 ] {337f5693-45b2-4fa1-91d5-db938c53245b} <Debug> DynamicQueryHandler: Done processing query | ||
| 5920 | 2024.03.25 19:38:45.001133 [ 3 ] {337f5693-45b2-4fa1-91d5-db938c53245b} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
| 5921 | 2024.03.25 19:38:45.001149 [ 3 ] {} <Debug> HTTP-Session: a1f5d0a6-bada-472f-addd-f4cdf7110a2f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5922 | 2024.03.25 19:38:45.001314 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 13435, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5923 | 2024.03.25 19:38:45.001364 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 5924 | 2024.03.25 19:38:45.001382 [ 3 ] {} <Debug> HTTP-Session: 683a81dd-18e1-4c07-bee2-b63fdf8a561b Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 5925 | 2024.03.25 19:38:45.001399 [ 3 ] {} <Debug> HTTP-Session: 683a81dd-18e1-4c07-bee2-b63fdf8a561b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5926 | 2024.03.25 19:38:45.001412 [ 3 ] {} <Debug> HTTP-Session: 683a81dd-18e1-4c07-bee2-b63fdf8a561b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5927 | 2024.03.25 19:38:45.001444 [ 3 ] {} <Trace> HTTP-Session: 683a81dd-18e1-4c07-bee2-b63fdf8a561b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5928 | 2024.03.25 19:38:45.001534 [ 3 ] {9f2f498c-c9c9-41fa-aa2f-b798e20b548c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 5929 | 2024.03.25 19:38:45.001576 [ 3 ] {9f2f498c-c9c9-41fa-aa2f-b798e20b548c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5930 | 2024.03.25 19:38:45.001703 [ 3 ] {9f2f498c-c9c9-41fa-aa2f-b798e20b548c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5931 | 2024.03.25 19:38:45.002025 [ 3 ] {9f2f498c-c9c9-41fa-aa2f-b798e20b548c} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5932 | 2024.03.25 19:38:45.002060 [ 3 ] {9f2f498c-c9c9-41fa-aa2f-b798e20b548c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
| 5933 | 2024.03.25 19:38:45.002385 [ 3 ] {9f2f498c-c9c9-41fa-aa2f-b798e20b548c} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5934 | 2024.03.25 19:38:45.002697 [ 3 ] {9f2f498c-c9c9-41fa-aa2f-b798e20b548c} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5935 | 2024.03.25 19:38:45.002823 [ 3 ] {9f2f498c-c9c9-41fa-aa2f-b798e20b548c} <Debug> executeQuery: Read 79 rows, 6.32 KiB in 0.001337 sec., 59087.50934928945 rows/sec., 4.62 MiB/sec. | ||
| 5936 | 2024.03.25 19:38:45.002933 [ 3 ] {9f2f498c-c9c9-41fa-aa2f-b798e20b548c} <Debug> DynamicQueryHandler: Done processing query | ||
| 5937 | 2024.03.25 19:38:45.002956 [ 3 ] {9f2f498c-c9c9-41fa-aa2f-b798e20b548c} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 5938 | 2024.03.25 19:38:45.002971 [ 3 ] {} <Debug> HTTP-Session: 683a81dd-18e1-4c07-bee2-b63fdf8a561b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5939 | 2024.03.25 19:38:45.003119 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 19137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5940 | 2024.03.25 19:38:45.003165 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 5941 | 2024.03.25 19:38:45.003183 [ 3 ] {} <Debug> HTTP-Session: e67afe3f-8076-4c15-ad2d-e79fba6e4063 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 5942 | 2024.03.25 19:38:45.003199 [ 3 ] {} <Debug> HTTP-Session: e67afe3f-8076-4c15-ad2d-e79fba6e4063 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5943 | 2024.03.25 19:38:45.003212 [ 3 ] {} <Debug> HTTP-Session: e67afe3f-8076-4c15-ad2d-e79fba6e4063 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5944 | 2024.03.25 19:38:45.003243 [ 3 ] {} <Trace> HTTP-Session: e67afe3f-8076-4c15-ad2d-e79fba6e4063 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5945 | 2024.03.25 19:38:45.003343 [ 3 ] {be62dff1-a33f-4a07-affd-4baf183c48a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 5946 | 2024.03.25 19:38:45.003387 [ 3 ] {be62dff1-a33f-4a07-affd-4baf183c48a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5947 | 2024.03.25 19:38:45.003528 [ 3 ] {be62dff1-a33f-4a07-affd-4baf183c48a2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5948 | 2024.03.25 19:38:45.003863 [ 3 ] {be62dff1-a33f-4a07-affd-4baf183c48a2} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5949 | 2024.03.25 19:38:45.003897 [ 3 ] {be62dff1-a33f-4a07-affd-4baf183c48a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
| 5950 | 2024.03.25 19:38:45.004291 [ 3 ] {be62dff1-a33f-4a07-affd-4baf183c48a2} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5951 | 2024.03.25 19:38:45.004661 [ 3 ] {be62dff1-a33f-4a07-affd-4baf183c48a2} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5952 | 2024.03.25 19:38:45.004789 [ 3 ] {be62dff1-a33f-4a07-affd-4baf183c48a2} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.0015 sec., 66666.66666666667 rows/sec., 4.62 MiB/sec. | ||
| 5953 | 2024.03.25 19:38:45.004912 [ 3 ] {be62dff1-a33f-4a07-affd-4baf183c48a2} <Debug> DynamicQueryHandler: Done processing query | ||
| 5954 | 2024.03.25 19:38:45.004935 [ 3 ] {be62dff1-a33f-4a07-affd-4baf183c48a2} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
| 5955 | 2024.03.25 19:38:45.004950 [ 3 ] {} <Debug> HTTP-Session: e67afe3f-8076-4c15-ad2d-e79fba6e4063 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5956 | 2024.03.25 19:38:45.005150 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 54563, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5957 | 2024.03.25 19:38:45.005199 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 5958 | 2024.03.25 19:38:45.005217 [ 3 ] {} <Debug> HTTP-Session: b95a6ff7-fd32-4aaf-8f24-2d0b4805758d Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 5959 | 2024.03.25 19:38:45.005234 [ 3 ] {} <Debug> HTTP-Session: b95a6ff7-fd32-4aaf-8f24-2d0b4805758d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5960 | 2024.03.25 19:38:45.005248 [ 3 ] {} <Debug> HTTP-Session: b95a6ff7-fd32-4aaf-8f24-2d0b4805758d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5961 | 2024.03.25 19:38:45.005279 [ 3 ] {} <Trace> HTTP-Session: b95a6ff7-fd32-4aaf-8f24-2d0b4805758d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5962 | 2024.03.25 19:38:45.005612 [ 3 ] {c41efc7f-3928-445e-915f-927a9ba502e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 5963 | 2024.03.25 19:38:45.005658 [ 3 ] {c41efc7f-3928-445e-915f-927a9ba502e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 5964 | 2024.03.25 19:38:45.005815 [ 3 ] {c41efc7f-3928-445e-915f-927a9ba502e4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5965 | 2024.03.25 19:38:45.006337 [ 3 ] {c41efc7f-3928-445e-915f-927a9ba502e4} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5966 | 2024.03.25 19:38:45.006373 [ 3 ] {c41efc7f-3928-445e-915f-927a9ba502e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
| 5967 | 2024.03.25 19:38:45.006802 [ 3 ] {c41efc7f-3928-445e-915f-927a9ba502e4} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 5968 | 2024.03.25 19:38:45.007130 [ 3 ] {c41efc7f-3928-445e-915f-927a9ba502e4} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5969 | 2024.03.25 19:38:45.007244 [ 112 ] {} <Debug> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 5970 | 2024.03.25 19:38:45.007251 [ 3 ] {c41efc7f-3928-445e-915f-927a9ba502e4} <Debug> executeQuery: Read 51 rows, 70.47 KiB in 0.001949 sec., 26167.26526423807 rows/sec., 35.31 MiB/sec. | ||
| 5971 | 2024.03.25 19:38:45.007283 [ 112 ] {} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5972 | 2024.03.25 19:38:45.007318 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
| 5973 | 2024.03.25 19:38:45.007407 [ 3 ] {c41efc7f-3928-445e-915f-927a9ba502e4} <Debug> DynamicQueryHandler: Done processing query | ||
| 5974 | 2024.03.25 19:38:45.007459 [ 3 ] {c41efc7f-3928-445e-915f-927a9ba502e4} <Debug> MemoryTracker: Peak memory usage (for query): 4.52 MiB. | ||
| 5975 | 2024.03.25 19:38:45.007509 [ 3 ] {} <Debug> HTTP-Session: b95a6ff7-fd32-4aaf-8f24-2d0b4805758d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5976 | 2024.03.25 19:38:45.007565 [ 201 ] {f3248554-e676-4912-a9d7-0b91932a1da6::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 | ||
| 5977 | 2024.03.25 19:38:45.007697 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5978 | 2024.03.25 19:38:45.007857 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 5979 | 2024.03.25 19:38:45.007903 [ 3 ] {} <Debug> HTTP-Session: b84f23e5-ae87-4cf2-82ee-90ef5c7a801f Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 5980 | 2024.03.25 19:38:45.007943 [ 3 ] {} <Debug> HTTP-Session: b84f23e5-ae87-4cf2-82ee-90ef5c7a801f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5981 | 2024.03.25 19:38:45.007985 [ 3 ] {} <Debug> HTTP-Session: b84f23e5-ae87-4cf2-82ee-90ef5c7a801f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5982 | 2024.03.25 19:38:45.008005 [ 201 ] {f3248554-e676-4912-a9d7-0b91932a1da6::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5983 | 2024.03.25 19:38:45.008040 [ 3 ] {} <Trace> HTTP-Session: b84f23e5-ae87-4cf2-82ee-90ef5c7a801f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5984 | 2024.03.25 19:38:45.008075 [ 201 ] {f3248554-e676-4912-a9d7-0b91932a1da6::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 766 rows starting from the beginning of the part | ||
| 5985 | 2024.03.25 19:38:45.008231 [ 3 ] {e8c6ea65-d447-4029-a51b-4ea82ba6bb77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 5986 | 2024.03.25 19:38:45.008361 [ 201 ] {f3248554-e676-4912-a9d7-0b91932a1da6::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 51 rows starting from the beginning of the part | ||
| 5987 | 2024.03.25 19:38:45.008402 [ 3 ] {e8c6ea65-d447-4029-a51b-4ea82ba6bb77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5988 | 2024.03.25 19:38:45.008804 [ 201 ] {f3248554-e676-4912-a9d7-0b91932a1da6::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 51 rows starting from the beginning of the part | ||
| 5989 | 2024.03.25 19:38:45.009271 [ 201 ] {f3248554-e676-4912-a9d7-0b91932a1da6::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 51 rows starting from the beginning of the part | ||
| 5990 | 2024.03.25 19:38:45.009646 [ 201 ] {f3248554-e676-4912-a9d7-0b91932a1da6::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 51 rows starting from the beginning of the part | ||
| 5991 | 2024.03.25 19:38:45.009705 [ 3 ] {e8c6ea65-d447-4029-a51b-4ea82ba6bb77} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5992 | 2024.03.25 19:38:45.009918 [ 201 ] {f3248554-e676-4912-a9d7-0b91932a1da6::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 51 rows starting from the beginning of the part | ||
| 5993 | 2024.03.25 19:38:45.010630 [ 3 ] {e8c6ea65-d447-4029-a51b-4ea82ba6bb77} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5994 | 2024.03.25 19:38:45.010694 [ 3 ] {e8c6ea65-d447-4029-a51b-4ea82ba6bb77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
| 5995 | 2024.03.25 19:38:45.011422 [ 3 ] {e8c6ea65-d447-4029-a51b-4ea82ba6bb77} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5996 | 2024.03.25 19:38:45.011765 [ 3 ] {e8c6ea65-d447-4029-a51b-4ea82ba6bb77} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5997 | 2024.03.25 19:38:45.011973 [ 3 ] {e8c6ea65-d447-4029-a51b-4ea82ba6bb77} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.00384 sec., 7812.5 rows/sec., 548.04 KiB/sec. | ||
| 5998 | 2024.03.25 19:38:45.012129 [ 3 ] {e8c6ea65-d447-4029-a51b-4ea82ba6bb77} <Debug> DynamicQueryHandler: Done processing query | ||
| 5999 | 2024.03.25 19:38:45.012152 [ 3 ] {e8c6ea65-d447-4029-a51b-4ea82ba6bb77} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 6000 | 2024.03.25 19:38:45.012167 [ 3 ] {} <Debug> HTTP-Session: b84f23e5-ae87-4cf2-82ee-90ef5c7a801f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6001 | 2024.03.25 19:38:45.016009 [ 201 ] {f3248554-e676-4912-a9d7-0b91932a1da6::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1021 rows, containing 6 columns (6 merged, 0 gathered) in 0.008574032 sec., 119080.49795008928 rows/sec., 160.69 MiB/sec. | ||
| 6002 | 2024.03.25 19:38:45.016530 [ 201 ] {f3248554-e676-4912-a9d7-0b91932a1da6::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 6003 | 2024.03.25 19:38:45.016973 [ 201 ] {f3248554-e676-4912-a9d7-0b91932a1da6::all_1_21_4} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6004 | 2024.03.25 19:38:45.017060 [ 201 ] {f3248554-e676-4912-a9d7-0b91932a1da6::all_1_21_4} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 6005 | 2024.03.25 19:38:45.017154 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.88 MiB. | ||
| 6006 | 2024.03.25 19:38:46.000161 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 181.17 MiB, peak 194.30 MiB, free memory in arenas 0.00 B, will set to 188.67 MiB (RSS), difference: 7.50 MiB | ||
| 6007 | 2024.03.25 19:38:49.992027 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 3629, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6008 | 2024.03.25 19:38:49.992144 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 6009 | 2024.03.25 19:38:49.992169 [ 3 ] {} <Debug> HTTP-Session: 7f4e3026-7f01-46dc-b98c-8a353e6b2463 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 6010 | 2024.03.25 19:38:49.992195 [ 3 ] {} <Debug> HTTP-Session: 7f4e3026-7f01-46dc-b98c-8a353e6b2463 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6011 | 2024.03.25 19:38:49.992213 [ 3 ] {} <Debug> HTTP-Session: 7f4e3026-7f01-46dc-b98c-8a353e6b2463 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6012 | 2024.03.25 19:38:49.992267 [ 3 ] {} <Trace> HTTP-Session: 7f4e3026-7f01-46dc-b98c-8a353e6b2463 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6013 | 2024.03.25 19:38:49.992401 [ 3 ] {1060464b-0183-4f10-9737-db93ce5c9efa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 6014 | 2024.03.25 19:38:49.992472 [ 3 ] {1060464b-0183-4f10-9737-db93ce5c9efa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6015 | 2024.03.25 19:38:49.992679 [ 3 ] {1060464b-0183-4f10-9737-db93ce5c9efa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6016 | 2024.03.25 19:38:49.993165 [ 3 ] {1060464b-0183-4f10-9737-db93ce5c9efa} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6017 | 2024.03.25 19:38:49.993213 [ 3 ] {1060464b-0183-4f10-9737-db93ce5c9efa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
| 6018 | 2024.03.25 19:38:49.993615 [ 3 ] {1060464b-0183-4f10-9737-db93ce5c9efa} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 6019 | 2024.03.25 19:38:49.993989 [ 3 ] {1060464b-0183-4f10-9737-db93ce5c9efa} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6020 | 2024.03.25 19:38:49.994138 [ 3 ] {1060464b-0183-4f10-9737-db93ce5c9efa} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.0018 sec., 14444.444444444445 rows/sec., 1.09 MiB/sec. | ||
| 6021 | 2024.03.25 19:38:49.994292 [ 3 ] {1060464b-0183-4f10-9737-db93ce5c9efa} <Debug> DynamicQueryHandler: Done processing query | ||
| 6022 | 2024.03.25 19:38:49.994318 [ 3 ] {1060464b-0183-4f10-9737-db93ce5c9efa} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 6023 | 2024.03.25 19:38:49.994334 [ 3 ] {} <Debug> HTTP-Session: 7f4e3026-7f01-46dc-b98c-8a353e6b2463 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6024 | 2024.03.25 19:38:49.994509 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4792, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6025 | 2024.03.25 19:38:49.994565 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 6026 | 2024.03.25 19:38:49.994585 [ 3 ] {} <Debug> HTTP-Session: b5c17f36-b628-485b-9129-7b3ebebbe017 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 6027 | 2024.03.25 19:38:49.994603 [ 3 ] {} <Debug> HTTP-Session: b5c17f36-b628-485b-9129-7b3ebebbe017 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6028 | 2024.03.25 19:38:49.994617 [ 3 ] {} <Debug> HTTP-Session: b5c17f36-b628-485b-9129-7b3ebebbe017 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6029 | 2024.03.25 19:38:49.994651 [ 3 ] {} <Trace> HTTP-Session: b5c17f36-b628-485b-9129-7b3ebebbe017 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6030 | 2024.03.25 19:38:49.994733 [ 3 ] {e928974a-bc37-4861-a2cc-5914e8e7b6bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 6031 | 2024.03.25 19:38:49.994778 [ 3 ] {e928974a-bc37-4861-a2cc-5914e8e7b6bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6032 | 2024.03.25 19:38:49.994910 [ 3 ] {e928974a-bc37-4861-a2cc-5914e8e7b6bf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6033 | 2024.03.25 19:38:49.995213 [ 3 ] {e928974a-bc37-4861-a2cc-5914e8e7b6bf} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6034 | 2024.03.25 19:38:49.995250 [ 3 ] {e928974a-bc37-4861-a2cc-5914e8e7b6bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
| 6035 | 2024.03.25 19:38:49.995573 [ 3 ] {e928974a-bc37-4861-a2cc-5914e8e7b6bf} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 6036 | 2024.03.25 19:38:49.995893 [ 3 ] {e928974a-bc37-4861-a2cc-5914e8e7b6bf} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6037 | 2024.03.25 19:38:49.996019 [ 3 ] {e928974a-bc37-4861-a2cc-5914e8e7b6bf} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001321 sec., 21196.063588190766 rows/sec., 1.65 MiB/sec. | ||
| 6038 | 2024.03.25 19:38:49.996141 [ 3 ] {e928974a-bc37-4861-a2cc-5914e8e7b6bf} <Debug> DynamicQueryHandler: Done processing query | ||
| 6039 | 2024.03.25 19:38:49.996165 [ 3 ] {e928974a-bc37-4861-a2cc-5914e8e7b6bf} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 6040 | 2024.03.25 19:38:49.996181 [ 3 ] {} <Debug> HTTP-Session: b5c17f36-b628-485b-9129-7b3ebebbe017 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6041 | 2024.03.25 19:38:49.996332 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 19137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6042 | 2024.03.25 19:38:49.996382 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 6043 | 2024.03.25 19:38:49.996400 [ 3 ] {} <Debug> HTTP-Session: f13f64ce-94e7-4bd4-8083-974a3cdb3de6 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 6044 | 2024.03.25 19:38:49.996418 [ 3 ] {} <Debug> HTTP-Session: f13f64ce-94e7-4bd4-8083-974a3cdb3de6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6045 | 2024.03.25 19:38:49.996432 [ 3 ] {} <Debug> HTTP-Session: f13f64ce-94e7-4bd4-8083-974a3cdb3de6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6046 | 2024.03.25 19:38:49.996463 [ 3 ] {} <Trace> HTTP-Session: f13f64ce-94e7-4bd4-8083-974a3cdb3de6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6047 | 2024.03.25 19:38:49.996569 [ 3 ] {760860c0-cba0-4158-8ad9-30e5a81d9c91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 6048 | 2024.03.25 19:38:49.996626 [ 3 ] {760860c0-cba0-4158-8ad9-30e5a81d9c91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6049 | 2024.03.25 19:38:49.996785 [ 3 ] {760860c0-cba0-4158-8ad9-30e5a81d9c91} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6050 | 2024.03.25 19:38:49.997179 [ 3 ] {760860c0-cba0-4158-8ad9-30e5a81d9c91} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6051 | 2024.03.25 19:38:49.997219 [ 3 ] {760860c0-cba0-4158-8ad9-30e5a81d9c91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
| 6052 | 2024.03.25 19:38:49.997678 [ 3 ] {760860c0-cba0-4158-8ad9-30e5a81d9c91} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 6053 | 2024.03.25 19:38:49.998077 [ 3 ] {760860c0-cba0-4158-8ad9-30e5a81d9c91} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6054 | 2024.03.25 19:38:49.998221 [ 3 ] {760860c0-cba0-4158-8ad9-30e5a81d9c91} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001706 sec., 58616.64712778429 rows/sec., 4.06 MiB/sec. | ||
| 6055 | 2024.03.25 19:38:49.998465 [ 3 ] {760860c0-cba0-4158-8ad9-30e5a81d9c91} <Debug> DynamicQueryHandler: Done processing query | ||
| 6056 | 2024.03.25 19:38:49.998531 [ 3 ] {760860c0-cba0-4158-8ad9-30e5a81d9c91} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
| 6057 | 2024.03.25 19:38:49.998588 [ 3 ] {} <Debug> HTTP-Session: f13f64ce-94e7-4bd4-8083-974a3cdb3de6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6058 | 2024.03.25 19:38:49.998793 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6059 | 2024.03.25 19:38:49.998851 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 6060 | 2024.03.25 19:38:49.998873 [ 3 ] {} <Debug> HTTP-Session: 2b17b6af-9558-45d0-aa8e-6efba6d2df90 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 6061 | 2024.03.25 19:38:49.998892 [ 3 ] {} <Debug> HTTP-Session: 2b17b6af-9558-45d0-aa8e-6efba6d2df90 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6062 | 2024.03.25 19:38:49.998908 [ 3 ] {} <Debug> HTTP-Session: 2b17b6af-9558-45d0-aa8e-6efba6d2df90 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6063 | 2024.03.25 19:38:49.998943 [ 3 ] {} <Trace> HTTP-Session: 2b17b6af-9558-45d0-aa8e-6efba6d2df90 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6064 | 2024.03.25 19:38:49.999046 [ 3 ] {0e888da6-ce0a-4078-a77f-f210ab4651ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 6065 | 2024.03.25 19:38:49.999096 [ 3 ] {0e888da6-ce0a-4078-a77f-f210ab4651ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6066 | 2024.03.25 19:38:49.999243 [ 3 ] {0e888da6-ce0a-4078-a77f-f210ab4651ca} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6067 | 2024.03.25 19:38:49.999531 [ 3 ] {0e888da6-ce0a-4078-a77f-f210ab4651ca} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6068 | 2024.03.25 19:38:49.999568 [ 3 ] {0e888da6-ce0a-4078-a77f-f210ab4651ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
| 6069 | 2024.03.25 19:38:49.999934 [ 3 ] {0e888da6-ce0a-4078-a77f-f210ab4651ca} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 6070 | 2024.03.25 19:38:50.000168 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 194.16 MiB, peak 194.30 MiB, free memory in arenas 0.00 B, will set to 188.67 MiB (RSS), difference: -5.49 MiB | ||
| 6071 | 2024.03.25 19:38:50.000417 [ 3 ] {0e888da6-ce0a-4078-a77f-f210ab4651ca} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6072 | 2024.03.25 19:38:50.000671 [ 3 ] {0e888da6-ce0a-4078-a77f-f210ab4651ca} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001656 sec., 18115.942028985508 rows/sec., 1.24 MiB/sec. | ||
| 6073 | 2024.03.25 19:38:50.000949 [ 3 ] {0e888da6-ce0a-4078-a77f-f210ab4651ca} <Debug> DynamicQueryHandler: Done processing query | ||
| 6074 | 2024.03.25 19:38:50.000974 [ 3 ] {0e888da6-ce0a-4078-a77f-f210ab4651ca} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 6075 | 2024.03.25 19:38:50.000992 [ 3 ] {} <Debug> HTTP-Session: 2b17b6af-9558-45d0-aa8e-6efba6d2df90 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6076 | 2024.03.25 19:38:51.000172 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 183.44 MiB, peak 194.30 MiB, free memory in arenas 0.00 B, will set to 188.67 MiB (RSS), difference: 5.23 MiB | ||
| 6077 | 2024.03.25 19:38:51.611215 [ 107 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6078 | 2024.03.25 19:38:51.611268 [ 107 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6079 | 2024.03.25 19:38:54.995726 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 8228, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6080 | 2024.03.25 19:38:54.995858 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 6081 | 2024.03.25 19:38:54.995883 [ 3 ] {} <Debug> HTTP-Session: e156af2c-e85f-4ee5-bbea-48d45fe2d922 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 6082 | 2024.03.25 19:38:54.995909 [ 3 ] {} <Debug> HTTP-Session: e156af2c-e85f-4ee5-bbea-48d45fe2d922 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6083 | 2024.03.25 19:38:54.995924 [ 3 ] {} <Debug> HTTP-Session: e156af2c-e85f-4ee5-bbea-48d45fe2d922 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6084 | 2024.03.25 19:38:54.995975 [ 3 ] {} <Trace> HTTP-Session: e156af2c-e85f-4ee5-bbea-48d45fe2d922 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6085 | 2024.03.25 19:38:54.996110 [ 3 ] {c37b4d6e-e9b0-42bf-b3ae-3cc5004d5e55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 6086 | 2024.03.25 19:38:54.996180 [ 3 ] {c37b4d6e-e9b0-42bf-b3ae-3cc5004d5e55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 6087 | 2024.03.25 19:38:54.996372 [ 3 ] {c37b4d6e-e9b0-42bf-b3ae-3cc5004d5e55} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6088 | 2024.03.25 19:38:54.996840 [ 3 ] {c37b4d6e-e9b0-42bf-b3ae-3cc5004d5e55} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6089 | 2024.03.25 19:38:54.996907 [ 3 ] {c37b4d6e-e9b0-42bf-b3ae-3cc5004d5e55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
| 6090 | 2024.03.25 19:38:54.997344 [ 3 ] {c37b4d6e-e9b0-42bf-b3ae-3cc5004d5e55} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6091 | 2024.03.25 19:38:54.997707 [ 3 ] {c37b4d6e-e9b0-42bf-b3ae-3cc5004d5e55} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6092 | 2024.03.25 19:38:54.997893 [ 3 ] {c37b4d6e-e9b0-42bf-b3ae-3cc5004d5e55} <Debug> executeQuery: Read 57 rows, 4.62 KiB in 0.001844 sec., 30911.062906724514 rows/sec., 2.45 MiB/sec. | ||
| 6093 | 2024.03.25 19:38:54.998063 [ 3 ] {c37b4d6e-e9b0-42bf-b3ae-3cc5004d5e55} <Debug> DynamicQueryHandler: Done processing query | ||
| 6094 | 2024.03.25 19:38:54.998091 [ 3 ] {c37b4d6e-e9b0-42bf-b3ae-3cc5004d5e55} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 6095 | 2024.03.25 19:38:54.998110 [ 3 ] {} <Debug> HTTP-Session: e156af2c-e85f-4ee5-bbea-48d45fe2d922 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6096 | 2024.03.25 19:38:54.998366 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 30856, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6097 | 2024.03.25 19:38:54.998428 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 6098 | 2024.03.25 19:38:54.998448 [ 3 ] {} <Debug> HTTP-Session: 07a1fb7e-d15d-49d8-b914-48b661d3b5e1 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 6099 | 2024.03.25 19:38:54.998467 [ 3 ] {} <Debug> HTTP-Session: 07a1fb7e-d15d-49d8-b914-48b661d3b5e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6100 | 2024.03.25 19:38:54.998481 [ 3 ] {} <Debug> HTTP-Session: 07a1fb7e-d15d-49d8-b914-48b661d3b5e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6101 | 2024.03.25 19:38:54.998518 [ 3 ] {} <Trace> HTTP-Session: 07a1fb7e-d15d-49d8-b914-48b661d3b5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6102 | 2024.03.25 19:38:54.998661 [ 3 ] {0705d24b-be6f-4de5-a3e2-4b4a165b75d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 6103 | 2024.03.25 19:38:54.998708 [ 3 ] {0705d24b-be6f-4de5-a3e2-4b4a165b75d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6104 | 2024.03.25 19:38:54.998843 [ 3 ] {0705d24b-be6f-4de5-a3e2-4b4a165b75d8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6105 | 2024.03.25 19:38:54.999298 [ 3 ] {0705d24b-be6f-4de5-a3e2-4b4a165b75d8} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6106 | 2024.03.25 19:38:54.999340 [ 3 ] {0705d24b-be6f-4de5-a3e2-4b4a165b75d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
| 6107 | 2024.03.25 19:38:54.999705 [ 3 ] {0705d24b-be6f-4de5-a3e2-4b4a165b75d8} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 6108 | 2024.03.25 19:38:55.000047 [ 3 ] {0705d24b-be6f-4de5-a3e2-4b4a165b75d8} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6109 | 2024.03.25 19:38:55.000171 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 194.13 MiB, peak 194.30 MiB, free memory in arenas 0.00 B, will set to 188.67 MiB (RSS), difference: -5.45 MiB | ||
| 6110 | 2024.03.25 19:38:55.000368 [ 3 ] {0705d24b-be6f-4de5-a3e2-4b4a165b75d8} <Debug> executeQuery: Read 197 rows, 18.83 KiB in 0.001792 sec., 109933.03571428571 rows/sec., 10.26 MiB/sec. | ||
| 6111 | 2024.03.25 19:38:55.000652 [ 3 ] {0705d24b-be6f-4de5-a3e2-4b4a165b75d8} <Debug> DynamicQueryHandler: Done processing query | ||
| 6112 | 2024.03.25 19:38:55.000701 [ 3 ] {0705d24b-be6f-4de5-a3e2-4b4a165b75d8} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 6113 | 2024.03.25 19:38:55.000740 [ 3 ] {} <Debug> HTTP-Session: 07a1fb7e-d15d-49d8-b914-48b661d3b5e1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6114 | 2024.03.25 19:38:55.000900 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 15319, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6115 | 2024.03.25 19:38:55.000953 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 6116 | 2024.03.25 19:38:55.000972 [ 3 ] {} <Debug> HTTP-Session: e58b4e75-2f0c-48e9-a706-1c97563d5d1d Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 6117 | 2024.03.25 19:38:55.000989 [ 3 ] {} <Debug> HTTP-Session: e58b4e75-2f0c-48e9-a706-1c97563d5d1d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6118 | 2024.03.25 19:38:55.001066 [ 3 ] {} <Debug> HTTP-Session: e58b4e75-2f0c-48e9-a706-1c97563d5d1d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6119 | 2024.03.25 19:38:55.001103 [ 3 ] {} <Trace> HTTP-Session: e58b4e75-2f0c-48e9-a706-1c97563d5d1d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6120 | 2024.03.25 19:38:55.001218 [ 3 ] {f4f9cdf2-2ee1-4935-aa68-2ce7e9991d7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 6121 | 2024.03.25 19:38:55.001265 [ 3 ] {f4f9cdf2-2ee1-4935-aa68-2ce7e9991d7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6122 | 2024.03.25 19:38:55.001417 [ 3 ] {f4f9cdf2-2ee1-4935-aa68-2ce7e9991d7a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6123 | 2024.03.25 19:38:55.001773 [ 3 ] {f4f9cdf2-2ee1-4935-aa68-2ce7e9991d7a} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6124 | 2024.03.25 19:38:55.001814 [ 3 ] {f4f9cdf2-2ee1-4935-aa68-2ce7e9991d7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
| 6125 | 2024.03.25 19:38:55.002181 [ 3 ] {f4f9cdf2-2ee1-4935-aa68-2ce7e9991d7a} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 6126 | 2024.03.25 19:38:55.002542 [ 3 ] {f4f9cdf2-2ee1-4935-aa68-2ce7e9991d7a} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6127 | 2024.03.25 19:38:55.002713 [ 3 ] {f4f9cdf2-2ee1-4935-aa68-2ce7e9991d7a} <Debug> executeQuery: Read 90 rows, 7.22 KiB in 0.001555 sec., 57877.813504823156 rows/sec., 4.54 MiB/sec. | ||
| 6128 | 2024.03.25 19:38:55.002917 [ 3 ] {f4f9cdf2-2ee1-4935-aa68-2ce7e9991d7a} <Debug> DynamicQueryHandler: Done processing query | ||
| 6129 | 2024.03.25 19:38:55.002972 [ 3 ] {f4f9cdf2-2ee1-4935-aa68-2ce7e9991d7a} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 6130 | 2024.03.25 19:38:55.003026 [ 3 ] {} <Debug> HTTP-Session: e58b4e75-2f0c-48e9-a706-1c97563d5d1d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6131 | 2024.03.25 19:38:55.003225 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 19137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6132 | 2024.03.25 19:38:55.003283 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 6133 | 2024.03.25 19:38:55.003303 [ 3 ] {} <Debug> HTTP-Session: 50aa4cfe-ae5c-4098-abcb-c80d25ce3dbd Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 6134 | 2024.03.25 19:38:55.003321 [ 3 ] {} <Debug> HTTP-Session: 50aa4cfe-ae5c-4098-abcb-c80d25ce3dbd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6135 | 2024.03.25 19:38:55.003335 [ 3 ] {} <Debug> HTTP-Session: 50aa4cfe-ae5c-4098-abcb-c80d25ce3dbd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6136 | 2024.03.25 19:38:55.003370 [ 3 ] {} <Trace> HTTP-Session: 50aa4cfe-ae5c-4098-abcb-c80d25ce3dbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6137 | 2024.03.25 19:38:55.003494 [ 3 ] {d3765413-ccfe-44ae-a30f-70ff57b8adc2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 6138 | 2024.03.25 19:38:55.003544 [ 3 ] {d3765413-ccfe-44ae-a30f-70ff57b8adc2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6139 | 2024.03.25 19:38:55.003720 [ 3 ] {d3765413-ccfe-44ae-a30f-70ff57b8adc2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6140 | 2024.03.25 19:38:55.004125 [ 3 ] {d3765413-ccfe-44ae-a30f-70ff57b8adc2} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6141 | 2024.03.25 19:38:55.004165 [ 3 ] {d3765413-ccfe-44ae-a30f-70ff57b8adc2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
| 6142 | 2024.03.25 19:38:55.004606 [ 3 ] {d3765413-ccfe-44ae-a30f-70ff57b8adc2} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 6143 | 2024.03.25 19:38:55.004979 [ 3 ] {d3765413-ccfe-44ae-a30f-70ff57b8adc2} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6144 | 2024.03.25 19:38:55.005195 [ 3 ] {d3765413-ccfe-44ae-a30f-70ff57b8adc2} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001762 sec., 56753.68898978434 rows/sec., 3.93 MiB/sec. | ||
| 6145 | 2024.03.25 19:38:55.005340 [ 3 ] {d3765413-ccfe-44ae-a30f-70ff57b8adc2} <Debug> DynamicQueryHandler: Done processing query | ||
| 6146 | 2024.03.25 19:38:55.005365 [ 3 ] {d3765413-ccfe-44ae-a30f-70ff57b8adc2} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
| 6147 | 2024.03.25 19:38:55.005381 [ 3 ] {} <Debug> HTTP-Session: 50aa4cfe-ae5c-4098-abcb-c80d25ce3dbd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6148 | 2024.03.25 19:38:55.005536 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 60974, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6149 | 2024.03.25 19:38:55.005587 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 6150 | 2024.03.25 19:38:55.005608 [ 3 ] {} <Debug> HTTP-Session: 515faaf2-b3cb-48fb-9024-68c9be8377c2 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 6151 | 2024.03.25 19:38:55.005625 [ 3 ] {} <Debug> HTTP-Session: 515faaf2-b3cb-48fb-9024-68c9be8377c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6152 | 2024.03.25 19:38:55.005640 [ 3 ] {} <Debug> HTTP-Session: 515faaf2-b3cb-48fb-9024-68c9be8377c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6153 | 2024.03.25 19:38:55.005673 [ 3 ] {} <Trace> HTTP-Session: 515faaf2-b3cb-48fb-9024-68c9be8377c2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6154 | 2024.03.25 19:38:55.006177 [ 3 ] {71be460c-4568-4b78-ae53-bcbde6f47366} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 6155 | 2024.03.25 19:38:55.006230 [ 3 ] {71be460c-4568-4b78-ae53-bcbde6f47366} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 6156 | 2024.03.25 19:38:55.006406 [ 3 ] {71be460c-4568-4b78-ae53-bcbde6f47366} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6157 | 2024.03.25 19:38:55.007048 [ 3 ] {71be460c-4568-4b78-ae53-bcbde6f47366} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6158 | 2024.03.25 19:38:55.007089 [ 3 ] {71be460c-4568-4b78-ae53-bcbde6f47366} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
| 6159 | 2024.03.25 19:38:55.007552 [ 3 ] {71be460c-4568-4b78-ae53-bcbde6f47366} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6160 | 2024.03.25 19:38:55.007930 [ 3 ] {71be460c-4568-4b78-ae53-bcbde6f47366} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6161 | 2024.03.25 19:38:55.008092 [ 3 ] {71be460c-4568-4b78-ae53-bcbde6f47366} <Debug> executeQuery: Read 57 rows, 78.76 KiB in 0.00235 sec., 24255.31914893617 rows/sec., 32.73 MiB/sec. | ||
| 6162 | 2024.03.25 19:38:55.008233 [ 3 ] {71be460c-4568-4b78-ae53-bcbde6f47366} <Debug> DynamicQueryHandler: Done processing query | ||
| 6163 | 2024.03.25 19:38:55.008264 [ 3 ] {71be460c-4568-4b78-ae53-bcbde6f47366} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 6164 | 2024.03.25 19:38:55.008287 [ 3 ] {} <Debug> HTTP-Session: 515faaf2-b3cb-48fb-9024-68c9be8377c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6165 | 2024.03.25 19:38:55.008427 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 1029, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6166 | 2024.03.25 19:38:55.008480 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 6167 | 2024.03.25 19:38:55.008501 [ 3 ] {} <Debug> HTTP-Session: 8fbd9218-71c5-4900-af12-b21171905ebf Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 6168 | 2024.03.25 19:38:55.008518 [ 3 ] {} <Debug> HTTP-Session: 8fbd9218-71c5-4900-af12-b21171905ebf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6169 | 2024.03.25 19:38:55.008532 [ 3 ] {} <Debug> HTTP-Session: 8fbd9218-71c5-4900-af12-b21171905ebf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6170 | 2024.03.25 19:38:55.008563 [ 3 ] {} <Trace> HTTP-Session: 8fbd9218-71c5-4900-af12-b21171905ebf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6171 | 2024.03.25 19:38:55.008631 [ 3 ] {3903427a-9b7a-4def-a1df-f2b77ed24a88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 6172 | 2024.03.25 19:38:55.008674 [ 3 ] {3903427a-9b7a-4def-a1df-f2b77ed24a88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 6173 | 2024.03.25 19:38:55.008835 [ 3 ] {3903427a-9b7a-4def-a1df-f2b77ed24a88} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6174 | 2024.03.25 19:38:55.009149 [ 3 ] {3903427a-9b7a-4def-a1df-f2b77ed24a88} <Trace> oximeter.measurements_i64 (5d25232c-0f0c-4db8-b19f-b4e74565cadd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6175 | 2024.03.25 19:38:55.009197 [ 3 ] {3903427a-9b7a-4def-a1df-f2b77ed24a88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
| 6176 | 2024.03.25 19:38:55.009664 [ 3 ] {3903427a-9b7a-4def-a1df-f2b77ed24a88} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 6177 | 2024.03.25 19:38:55.010136 [ 3 ] {3903427a-9b7a-4def-a1df-f2b77ed24a88} <Trace> oximeter.measurements_i64 (5d25232c-0f0c-4db8-b19f-b4e74565cadd): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6178 | 2024.03.25 19:38:55.010324 [ 3 ] {3903427a-9b7a-4def-a1df-f2b77ed24a88} <Debug> executeQuery: Read 6 rows, 463.00 B in 0.00171 sec., 3508.7719298245615 rows/sec., 264.41 KiB/sec. | ||
| 6179 | 2024.03.25 19:38:55.010574 [ 3 ] {3903427a-9b7a-4def-a1df-f2b77ed24a88} <Debug> DynamicQueryHandler: Done processing query | ||
| 6180 | 2024.03.25 19:38:55.010600 [ 3 ] {3903427a-9b7a-4def-a1df-f2b77ed24a88} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 6181 | 2024.03.25 19:38:55.010617 [ 3 ] {} <Debug> HTTP-Session: 8fbd9218-71c5-4900-af12-b21171905ebf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6182 | 2024.03.25 19:38:55.010744 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6183 | 2024.03.25 19:38:55.010797 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 6184 | 2024.03.25 19:38:55.010818 [ 3 ] {} <Debug> HTTP-Session: 61ee3222-8e0d-4ded-b2bf-03d1861de54e Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 6185 | 2024.03.25 19:38:55.010840 [ 3 ] {} <Debug> HTTP-Session: 61ee3222-8e0d-4ded-b2bf-03d1861de54e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6186 | 2024.03.25 19:38:55.010854 [ 3 ] {} <Debug> HTTP-Session: 61ee3222-8e0d-4ded-b2bf-03d1861de54e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6187 | 2024.03.25 19:38:55.010885 [ 3 ] {} <Trace> HTTP-Session: 61ee3222-8e0d-4ded-b2bf-03d1861de54e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6188 | 2024.03.25 19:38:55.010973 [ 3 ] {f3220021-eeea-4656-a5ad-e94a80c8a80e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 6189 | 2024.03.25 19:38:55.011023 [ 3 ] {f3220021-eeea-4656-a5ad-e94a80c8a80e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6190 | 2024.03.25 19:38:55.011179 [ 3 ] {f3220021-eeea-4656-a5ad-e94a80c8a80e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6191 | 2024.03.25 19:38:55.011497 [ 3 ] {f3220021-eeea-4656-a5ad-e94a80c8a80e} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6192 | 2024.03.25 19:38:55.011537 [ 3 ] {f3220021-eeea-4656-a5ad-e94a80c8a80e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
| 6193 | 2024.03.25 19:38:55.011925 [ 3 ] {f3220021-eeea-4656-a5ad-e94a80c8a80e} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 6194 | 2024.03.25 19:38:55.012268 [ 3 ] {f3220021-eeea-4656-a5ad-e94a80c8a80e} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6195 | 2024.03.25 19:38:55.012462 [ 3 ] {f3220021-eeea-4656-a5ad-e94a80c8a80e} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001509 sec., 19880.715705765408 rows/sec., 1.36 MiB/sec. | ||
| 6196 | 2024.03.25 19:38:55.012729 [ 3 ] {f3220021-eeea-4656-a5ad-e94a80c8a80e} <Debug> DynamicQueryHandler: Done processing query | ||
| 6197 | 2024.03.25 19:38:55.012785 [ 3 ] {f3220021-eeea-4656-a5ad-e94a80c8a80e} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 6198 | 2024.03.25 19:38:55.012833 [ 3 ] {} <Debug> HTTP-Session: 61ee3222-8e0d-4ded-b2bf-03d1861de54e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6199 | 2024.03.25 19:38:56.000220 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 183.67 MiB, peak 194.30 MiB, free memory in arenas 0.00 B, will set to 188.82 MiB (RSS), difference: 5.15 MiB | ||
| 6200 | 2024.03.25 19:38:59.994514 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 8603, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6201 | 2024.03.25 19:38:59.994645 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 6202 | 2024.03.25 19:38:59.994671 [ 3 ] {} <Debug> HTTP-Session: 6e3aeb50-7c16-4636-99aa-7398780b2ec9 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 6203 | 2024.03.25 19:38:59.994696 [ 3 ] {} <Debug> HTTP-Session: 6e3aeb50-7c16-4636-99aa-7398780b2ec9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6204 | 2024.03.25 19:38:59.994711 [ 3 ] {} <Debug> HTTP-Session: 6e3aeb50-7c16-4636-99aa-7398780b2ec9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6205 | 2024.03.25 19:38:59.994763 [ 3 ] {} <Trace> HTTP-Session: 6e3aeb50-7c16-4636-99aa-7398780b2ec9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6206 | 2024.03.25 19:38:59.994902 [ 3 ] {6d417727-32d9-4e05-bed7-9b67dfea0437} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 6207 | 2024.03.25 19:38:59.994968 [ 3 ] {6d417727-32d9-4e05-bed7-9b67dfea0437} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6208 | 2024.03.25 19:38:59.995158 [ 3 ] {6d417727-32d9-4e05-bed7-9b67dfea0437} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6209 | 2024.03.25 19:38:59.995694 [ 3 ] {6d417727-32d9-4e05-bed7-9b67dfea0437} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6210 | 2024.03.25 19:38:59.995747 [ 3 ] {6d417727-32d9-4e05-bed7-9b67dfea0437} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
| 6211 | 2024.03.25 19:38:59.996186 [ 3 ] {6d417727-32d9-4e05-bed7-9b67dfea0437} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 6212 | 2024.03.25 19:38:59.996514 [ 3 ] {6d417727-32d9-4e05-bed7-9b67dfea0437} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6213 | 2024.03.25 19:38:59.996669 [ 3 ] {6d417727-32d9-4e05-bed7-9b67dfea0437} <Debug> executeQuery: Read 62 rows, 4.82 KiB in 0.001864 sec., 33261.80257510729 rows/sec., 2.52 MiB/sec. | ||
| 6214 | 2024.03.25 19:38:59.996687 [ 103 ] {} <Debug> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 6215 | 2024.03.25 19:38:59.996791 [ 103 ] {} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6216 | 2024.03.25 19:38:59.996830 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
| 6217 | 2024.03.25 19:38:59.996894 [ 3 ] {6d417727-32d9-4e05-bed7-9b67dfea0437} <Debug> DynamicQueryHandler: Done processing query | ||
| 6218 | 2024.03.25 19:38:59.996947 [ 3 ] {6d417727-32d9-4e05-bed7-9b67dfea0437} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 6219 | 2024.03.25 19:38:59.997003 [ 3 ] {} <Debug> HTTP-Session: 6e3aeb50-7c16-4636-99aa-7398780b2ec9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6220 | 2024.03.25 19:38:59.997080 [ 194 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full | ||
| 6221 | 2024.03.25 19:38:59.997306 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 8828, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6222 | 2024.03.25 19:38:59.997425 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 6223 | 2024.03.25 19:38:59.997424 [ 194 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6224 | 2024.03.25 19:38:59.997453 [ 3 ] {} <Debug> HTTP-Session: 01a1ccda-dfce-455b-b8e4-8abb86a68af6 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 6225 | 2024.03.25 19:38:59.997492 [ 3 ] {} <Debug> HTTP-Session: 01a1ccda-dfce-455b-b8e4-8abb86a68af6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6226 | 2024.03.25 19:38:59.997495 [ 194 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 220 rows starting from the beginning of the part | ||
| 6227 | 2024.03.25 19:38:59.997516 [ 3 ] {} <Debug> HTTP-Session: 01a1ccda-dfce-455b-b8e4-8abb86a68af6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6228 | 2024.03.25 19:38:59.997601 [ 3 ] {} <Trace> HTTP-Session: 01a1ccda-dfce-455b-b8e4-8abb86a68af6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6229 | 2024.03.25 19:38:59.997764 [ 194 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 26 rows starting from the beginning of the part | ||
| 6230 | 2024.03.25 19:38:59.998003 [ 3 ] {d4218cdf-32ce-441e-b6c0-9353ff57df47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 6231 | 2024.03.25 19:38:59.998042 [ 194 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 179 rows starting from the beginning of the part | ||
| 6232 | 2024.03.25 19:38:59.998213 [ 3 ] {d4218cdf-32ce-441e-b6c0-9353ff57df47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6233 | 2024.03.25 19:38:59.998292 [ 194 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 26 rows starting from the beginning of the part | ||
| 6234 | 2024.03.25 19:38:59.998619 [ 194 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 197 rows starting from the beginning of the part | ||
| 6235 | 2024.03.25 19:38:59.998899 [ 194 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 62 rows starting from the beginning of the part | ||
| 6236 | 2024.03.25 19:38:59.999515 [ 3 ] {d4218cdf-32ce-441e-b6c0-9353ff57df47} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6237 | 2024.03.25 19:39:00.000157 [ 3 ] {d4218cdf-32ce-441e-b6c0-9353ff57df47} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6238 | 2024.03.25 19:39:00.000233 [ 3 ] {d4218cdf-32ce-441e-b6c0-9353ff57df47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
| 6239 | 2024.03.25 19:39:00.000236 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 193.16 MiB, peak 194.30 MiB, free memory in arenas 0.00 B, will set to 188.82 MiB (RSS), difference: -4.35 MiB | ||
| 6240 | 2024.03.25 19:39:00.001669 [ 3 ] {d4218cdf-32ce-441e-b6c0-9353ff57df47} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 6241 | 2024.03.25 19:39:00.002405 [ 201 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 710 rows, containing 4 columns (4 merged, 0 gathered) in 0.005419393 sec., 131010.98222623825 rows/sec., 11.78 MiB/sec. | ||
| 6242 | 2024.03.25 19:39:00.002453 [ 3 ] {d4218cdf-32ce-441e-b6c0-9353ff57df47} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6243 | 2024.03.25 19:39:00.002724 [ 103 ] {} <Debug> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 6244 | 2024.03.25 19:39:00.002757 [ 201 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 6245 | 2024.03.25 19:39:00.002773 [ 3 ] {d4218cdf-32ce-441e-b6c0-9353ff57df47} <Debug> executeQuery: Read 52 rows, 4.13 KiB in 0.004979 sec., 10443.864229765013 rows/sec., 830.44 KiB/sec. | ||
| 6246 | 2024.03.25 19:39:00.002799 [ 103 ] {} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6247 | 2024.03.25 19:39:00.002865 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
| 6248 | 2024.03.25 19:39:00.003260 [ 194 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full | ||
| 6249 | 2024.03.25 19:39:00.003383 [ 3 ] {d4218cdf-32ce-441e-b6c0-9353ff57df47} <Debug> DynamicQueryHandler: Done processing query | ||
| 6250 | 2024.03.25 19:39:00.003529 [ 3 ] {d4218cdf-32ce-441e-b6c0-9353ff57df47} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 6251 | 2024.03.25 19:39:00.003628 [ 3 ] {} <Debug> HTTP-Session: 01a1ccda-dfce-455b-b8e4-8abb86a68af6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6252 | 2024.03.25 19:39:00.003812 [ 194 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6253 | 2024.03.25 19:39:00.003858 [ 194 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 128 rows starting from the beginning of the part | ||
| 6254 | 2024.03.25 19:39:00.004048 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 26060, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6255 | 2024.03.25 19:39:00.004199 [ 194 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 28 rows starting from the beginning of the part | ||
| 6256 | 2024.03.25 19:39:00.004358 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 6257 | 2024.03.25 19:39:00.004494 [ 201 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_46_9} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6258 | 2024.03.25 19:39:00.004570 [ 3 ] {} <Debug> HTTP-Session: 6ef94c62-c273-4a9c-badb-82a669b3c66f Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 6259 | 2024.03.25 19:39:00.004627 [ 194 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 79 rows starting from the beginning of the part | ||
| 6260 | 2024.03.25 19:39:00.004754 [ 3 ] {} <Debug> HTTP-Session: 6ef94c62-c273-4a9c-badb-82a669b3c66f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6261 | 2024.03.25 19:39:00.004886 [ 3 ] {} <Debug> HTTP-Session: 6ef94c62-c273-4a9c-badb-82a669b3c66f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6262 | 2024.03.25 19:39:00.004925 [ 201 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_46_9} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 6263 | 2024.03.25 19:39:00.005033 [ 194 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 28 rows starting from the beginning of the part | ||
| 6264 | 2024.03.25 19:39:00.005318 [ 3 ] {} <Trace> HTTP-Session: 6ef94c62-c273-4a9c-badb-82a669b3c66f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6265 | 2024.03.25 19:39:00.005335 [ 194 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 90 rows starting from the beginning of the part | ||
| 6266 | 2024.03.25 19:39:00.005370 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
| 6267 | 2024.03.25 19:39:00.005654 [ 194 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 52 rows starting from the beginning of the part | ||
| 6268 | 2024.03.25 19:39:00.005876 [ 3 ] {3c6c14cd-adf0-4538-b0ff-f3aa6aacea88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 6269 | 2024.03.25 19:39:00.006056 [ 3 ] {3c6c14cd-adf0-4538-b0ff-f3aa6aacea88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6270 | 2024.03.25 19:39:00.006505 [ 3 ] {3c6c14cd-adf0-4538-b0ff-f3aa6aacea88} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6271 | 2024.03.25 19:39:00.007570 [ 3 ] {3c6c14cd-adf0-4538-b0ff-f3aa6aacea88} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6272 | 2024.03.25 19:39:00.007641 [ 3 ] {3c6c14cd-adf0-4538-b0ff-f3aa6aacea88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
| 6273 | 2024.03.25 19:39:00.008067 [ 194 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 405 rows, containing 4 columns (4 merged, 0 gathered) in 0.005034264 sec., 80448.70114082217 rows/sec., 6.28 MiB/sec. | ||
| 6274 | 2024.03.25 19:39:00.008268 [ 194 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 6275 | 2024.03.25 19:39:00.008623 [ 3 ] {3c6c14cd-adf0-4538-b0ff-f3aa6aacea88} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 6276 | 2024.03.25 19:39:00.009068 [ 194 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_46_9} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6277 | 2024.03.25 19:39:00.009234 [ 194 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_46_9} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 6278 | 2024.03.25 19:39:00.009412 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 6279 | 2024.03.25 19:39:00.009424 [ 3 ] {3c6c14cd-adf0-4538-b0ff-f3aa6aacea88} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6280 | 2024.03.25 19:39:00.009627 [ 3 ] {3c6c14cd-adf0-4538-b0ff-f3aa6aacea88} <Debug> executeQuery: Read 136 rows, 9.70 KiB in 0.004049 sec., 33588.540380340826 rows/sec., 2.34 MiB/sec. | ||
| 6281 | 2024.03.25 19:39:00.009656 [ 103 ] {} <Debug> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 6282 | 2024.03.25 19:39:00.009777 [ 103 ] {} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6283 | 2024.03.25 19:39:00.009858 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
| 6284 | 2024.03.25 19:39:00.009944 [ 3 ] {3c6c14cd-adf0-4538-b0ff-f3aa6aacea88} <Debug> DynamicQueryHandler: Done processing query | ||
| 6285 | 2024.03.25 19:39:00.010009 [ 3 ] {3c6c14cd-adf0-4538-b0ff-f3aa6aacea88} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
| 6286 | 2024.03.25 19:39:00.010100 [ 3 ] {} <Debug> HTTP-Session: 6ef94c62-c273-4a9c-badb-82a669b3c66f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6287 | 2024.03.25 19:39:00.010179 [ 189 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full | ||
| 6288 | 2024.03.25 19:39:00.010437 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6289 | 2024.03.25 19:39:00.010664 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 6290 | 2024.03.25 19:39:00.010760 [ 3 ] {} <Debug> HTTP-Session: f2ee6505-a99f-4d1d-8c43-345bc52af639 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 6291 | 2024.03.25 19:39:00.010797 [ 189 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6292 | 2024.03.25 19:39:00.010824 [ 3 ] {} <Debug> HTTP-Session: f2ee6505-a99f-4d1d-8c43-345bc52af639 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6293 | 2024.03.25 19:39:00.010882 [ 3 ] {} <Debug> HTTP-Session: f2ee6505-a99f-4d1d-8c43-345bc52af639 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6294 | 2024.03.25 19:39:00.010896 [ 189 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 4557 rows starting from the beginning of the part | ||
| 6295 | 2024.03.25 19:39:00.010967 [ 3 ] {} <Trace> HTTP-Session: f2ee6505-a99f-4d1d-8c43-345bc52af639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6296 | 2024.03.25 19:39:00.011215 [ 189 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 100 rows starting from the beginning of the part | ||
| 6297 | 2024.03.25 19:39:00.011312 [ 3 ] {36a04cb8-8bb9-4331-9d67-de85b7b19dcd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 6298 | 2024.03.25 19:39:00.011508 [ 189 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 100 rows starting from the beginning of the part | ||
| 6299 | 2024.03.25 19:39:00.011526 [ 3 ] {36a04cb8-8bb9-4331-9d67-de85b7b19dcd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6300 | 2024.03.25 19:39:00.011879 [ 189 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 100 rows starting from the beginning of the part | ||
| 6301 | 2024.03.25 19:39:00.012264 [ 189 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 100 rows starting from the beginning of the part | ||
| 6302 | 2024.03.25 19:39:00.012650 [ 189 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 136 rows starting from the beginning of the part | ||
| 6303 | 2024.03.25 19:39:00.012716 [ 3 ] {36a04cb8-8bb9-4331-9d67-de85b7b19dcd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6304 | 2024.03.25 19:39:00.013702 [ 3 ] {36a04cb8-8bb9-4331-9d67-de85b7b19dcd} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6305 | 2024.03.25 19:39:00.013782 [ 3 ] {36a04cb8-8bb9-4331-9d67-de85b7b19dcd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
| 6306 | 2024.03.25 19:39:00.014377 [ 3 ] {36a04cb8-8bb9-4331-9d67-de85b7b19dcd} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 6307 | 2024.03.25 19:39:00.015339 [ 3 ] {36a04cb8-8bb9-4331-9d67-de85b7b19dcd} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6308 | 2024.03.25 19:39:00.015715 [ 101 ] {} <Debug> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 6309 | 2024.03.25 19:39:00.015730 [ 3 ] {36a04cb8-8bb9-4331-9d67-de85b7b19dcd} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.004524 sec., 6631.29973474801 rows/sec., 465.18 KiB/sec. | ||
| 6310 | 2024.03.25 19:39:00.015779 [ 101 ] {} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6311 | 2024.03.25 19:39:00.015910 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
| 6312 | 2024.03.25 19:39:00.016130 [ 3 ] {36a04cb8-8bb9-4331-9d67-de85b7b19dcd} <Debug> DynamicQueryHandler: Done processing query | ||
| 6313 | 2024.03.25 19:39:00.016195 [ 3 ] {36a04cb8-8bb9-4331-9d67-de85b7b19dcd} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 6314 | 2024.03.25 19:39:00.016218 [ 201 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full | ||
| 6315 | 2024.03.25 19:39:00.016241 [ 3 ] {} <Debug> HTTP-Session: f2ee6505-a99f-4d1d-8c43-345bc52af639 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6316 | 2024.03.25 19:39:00.016449 [ 201 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6317 | 2024.03.25 19:39:00.016490 [ 201 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1212 rows starting from the beginning of the part | ||
| 6318 | 2024.03.25 19:39:00.016572 [ 201 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 30 rows starting from the beginning of the part | ||
| 6319 | 2024.03.25 19:39:00.016849 [ 201 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 30 rows starting from the beginning of the part | ||
| 6320 | 2024.03.25 19:39:00.017203 [ 201 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 30 rows starting from the beginning of the part | ||
| 6321 | 2024.03.25 19:39:00.017399 [ 201 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 30 rows starting from the beginning of the part | ||
| 6322 | 2024.03.25 19:39:00.017420 [ 189 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5093 rows, containing 5 columns (5 merged, 0 gathered) in 0.007463534 sec., 682384.5111444525 rows/sec., 47.40 MiB/sec. | ||
| 6323 | 2024.03.25 19:39:00.017549 [ 201 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 30 rows starting from the beginning of the part | ||
| 6324 | 2024.03.25 19:39:00.017841 [ 189 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 6325 | 2024.03.25 19:39:00.018428 [ 189 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6326 | 2024.03.25 19:39:00.018549 [ 189 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 6327 | 2024.03.25 19:39:00.018666 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.21 MiB. | ||
| 6328 | 2024.03.25 19:39:00.019016 [ 189 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1362 rows, containing 4 columns (4 merged, 0 gathered) in 0.002999133 sec., 454131.24392949557 rows/sec., 31.11 MiB/sec. | ||
| 6329 | 2024.03.25 19:39:00.019172 [ 201 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 6330 | 2024.03.25 19:39:00.019534 [ 201 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_46_9} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6331 | 2024.03.25 19:39:00.019609 [ 201 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_46_9} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 6332 | 2024.03.25 19:39:00.019677 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.47 MiB. | ||
| 6333 | 2024.03.25 19:39:01.000170 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 184.85 MiB, peak 194.30 MiB, free memory in arenas 0.00 B, will set to 189.31 MiB (RSS), difference: 4.47 MiB | ||
| 6334 | 2024.03.25 19:39:04.995745 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 8371, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6335 | 2024.03.25 19:39:04.995887 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 6336 | 2024.03.25 19:39:04.995916 [ 3 ] {} <Debug> HTTP-Session: 7f063f3d-9b6a-4d6d-ab70-b9e431a36dd9 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 6337 | 2024.03.25 19:39:04.995945 [ 3 ] {} <Debug> HTTP-Session: 7f063f3d-9b6a-4d6d-ab70-b9e431a36dd9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6338 | 2024.03.25 19:39:04.995963 [ 3 ] {} <Debug> HTTP-Session: 7f063f3d-9b6a-4d6d-ab70-b9e431a36dd9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6339 | 2024.03.25 19:39:04.996019 [ 3 ] {} <Trace> HTTP-Session: 7f063f3d-9b6a-4d6d-ab70-b9e431a36dd9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6340 | 2024.03.25 19:39:04.996158 [ 3 ] {0802310c-4443-40ff-9d41-1ab5ce46392a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 6341 | 2024.03.25 19:39:04.996223 [ 3 ] {0802310c-4443-40ff-9d41-1ab5ce46392a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 6342 | 2024.03.25 19:39:04.996412 [ 3 ] {0802310c-4443-40ff-9d41-1ab5ce46392a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6343 | 2024.03.25 19:39:04.996847 [ 3 ] {0802310c-4443-40ff-9d41-1ab5ce46392a} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6344 | 2024.03.25 19:39:04.996899 [ 3 ] {0802310c-4443-40ff-9d41-1ab5ce46392a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
| 6345 | 2024.03.25 19:39:04.997287 [ 3 ] {0802310c-4443-40ff-9d41-1ab5ce46392a} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6346 | 2024.03.25 19:39:04.997636 [ 3 ] {0802310c-4443-40ff-9d41-1ab5ce46392a} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6347 | 2024.03.25 19:39:04.997806 [ 3 ] {0802310c-4443-40ff-9d41-1ab5ce46392a} <Debug> executeQuery: Read 58 rows, 4.70 KiB in 0.001705 sec., 34017.59530791789 rows/sec., 2.69 MiB/sec. | ||
| 6348 | 2024.03.25 19:39:04.997962 [ 3 ] {0802310c-4443-40ff-9d41-1ab5ce46392a} <Debug> DynamicQueryHandler: Done processing query | ||
| 6349 | 2024.03.25 19:39:04.997988 [ 3 ] {0802310c-4443-40ff-9d41-1ab5ce46392a} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 6350 | 2024.03.25 19:39:04.998065 [ 3 ] {} <Debug> HTTP-Session: 7f063f3d-9b6a-4d6d-ab70-b9e431a36dd9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6351 | 2024.03.25 19:39:04.998212 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6352 | 2024.03.25 19:39:04.998264 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 6353 | 2024.03.25 19:39:04.998282 [ 3 ] {} <Debug> HTTP-Session: 2213e6b0-12ea-4959-9680-155c59290aa9 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 6354 | 2024.03.25 19:39:04.998301 [ 3 ] {} <Debug> HTTP-Session: 2213e6b0-12ea-4959-9680-155c59290aa9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6355 | 2024.03.25 19:39:04.998321 [ 3 ] {} <Debug> HTTP-Session: 2213e6b0-12ea-4959-9680-155c59290aa9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6356 | 2024.03.25 19:39:04.998361 [ 3 ] {} <Trace> HTTP-Session: 2213e6b0-12ea-4959-9680-155c59290aa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6357 | 2024.03.25 19:39:04.998438 [ 3 ] {616fbfee-af5c-42e3-a631-69ad6c361265} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 6358 | 2024.03.25 19:39:04.998484 [ 3 ] {616fbfee-af5c-42e3-a631-69ad6c361265} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6359 | 2024.03.25 19:39:04.998617 [ 3 ] {616fbfee-af5c-42e3-a631-69ad6c361265} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6360 | 2024.03.25 19:39:04.998934 [ 3 ] {616fbfee-af5c-42e3-a631-69ad6c361265} <Trace> oximeter.fields_ipaddr (d9ee32b3-8a1d-44e7-a34c-f0038ee3937b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6361 | 2024.03.25 19:39:04.999058 [ 3 ] {616fbfee-af5c-42e3-a631-69ad6c361265} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
| 6362 | 2024.03.25 19:39:04.999389 [ 3 ] {616fbfee-af5c-42e3-a631-69ad6c361265} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 6363 | 2024.03.25 19:39:04.999725 [ 3 ] {616fbfee-af5c-42e3-a631-69ad6c361265} <Trace> oximeter.fields_ipaddr (d9ee32b3-8a1d-44e7-a34c-f0038ee3937b): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6364 | 2024.03.25 19:39:04.999901 [ 3 ] {616fbfee-af5c-42e3-a631-69ad6c361265} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.00148 sec., 2702.702702702703 rows/sec., 220.39 KiB/sec. | ||
| 6365 | 2024.03.25 19:39:05.000150 [ 3 ] {616fbfee-af5c-42e3-a631-69ad6c361265} <Debug> DynamicQueryHandler: Done processing query | ||
| 6366 | 2024.03.25 19:39:05.000190 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 194.67 MiB, peak 194.67 MiB, free memory in arenas 0.00 B, will set to 189.31 MiB (RSS), difference: -5.36 MiB | ||
| 6367 | 2024.03.25 19:39:05.000197 [ 3 ] {616fbfee-af5c-42e3-a631-69ad6c361265} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 6368 | 2024.03.25 19:39:05.000286 [ 3 ] {} <Debug> HTTP-Session: 2213e6b0-12ea-4959-9680-155c59290aa9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6369 | 2024.03.25 19:39:05.000482 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 31614, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6370 | 2024.03.25 19:39:05.000578 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 6371 | 2024.03.25 19:39:05.000608 [ 3 ] {} <Debug> HTTP-Session: f28248a2-4a4c-4a51-857b-93a0d0db10c8 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 6372 | 2024.03.25 19:39:05.000626 [ 3 ] {} <Debug> HTTP-Session: f28248a2-4a4c-4a51-857b-93a0d0db10c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6373 | 2024.03.25 19:39:05.000640 [ 3 ] {} <Debug> HTTP-Session: f28248a2-4a4c-4a51-857b-93a0d0db10c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6374 | 2024.03.25 19:39:05.000674 [ 3 ] {} <Trace> HTTP-Session: f28248a2-4a4c-4a51-857b-93a0d0db10c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6375 | 2024.03.25 19:39:05.000801 [ 3 ] {3d053d74-9f83-4fbb-881c-aa4bacab2ecf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 6376 | 2024.03.25 19:39:05.000844 [ 3 ] {3d053d74-9f83-4fbb-881c-aa4bacab2ecf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6377 | 2024.03.25 19:39:05.000993 [ 3 ] {3d053d74-9f83-4fbb-881c-aa4bacab2ecf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6378 | 2024.03.25 19:39:05.001409 [ 3 ] {3d053d74-9f83-4fbb-881c-aa4bacab2ecf} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6379 | 2024.03.25 19:39:05.001447 [ 3 ] {3d053d74-9f83-4fbb-881c-aa4bacab2ecf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
| 6380 | 2024.03.25 19:39:05.001780 [ 3 ] {3d053d74-9f83-4fbb-881c-aa4bacab2ecf} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6381 | 2024.03.25 19:39:05.002097 [ 3 ] {3d053d74-9f83-4fbb-881c-aa4bacab2ecf} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6382 | 2024.03.25 19:39:05.002253 [ 3 ] {3d053d74-9f83-4fbb-881c-aa4bacab2ecf} <Debug> executeQuery: Read 202 rows, 19.29 KiB in 0.001516 sec., 133245.38258575197 rows/sec., 12.43 MiB/sec. | ||
| 6383 | 2024.03.25 19:39:05.002370 [ 3 ] {3d053d74-9f83-4fbb-881c-aa4bacab2ecf} <Debug> DynamicQueryHandler: Done processing query | ||
| 6384 | 2024.03.25 19:39:05.002392 [ 3 ] {3d053d74-9f83-4fbb-881c-aa4bacab2ecf} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 6385 | 2024.03.25 19:39:05.002408 [ 3 ] {} <Debug> HTTP-Session: f28248a2-4a4c-4a51-857b-93a0d0db10c8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6386 | 2024.03.25 19:39:05.002541 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6387 | 2024.03.25 19:39:05.002589 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 6388 | 2024.03.25 19:39:05.002607 [ 3 ] {} <Debug> HTTP-Session: dac14472-567c-4cb1-829e-851cd7c7d583 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 6389 | 2024.03.25 19:39:05.002625 [ 3 ] {} <Debug> HTTP-Session: dac14472-567c-4cb1-829e-851cd7c7d583 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6390 | 2024.03.25 19:39:05.002638 [ 3 ] {} <Debug> HTTP-Session: dac14472-567c-4cb1-829e-851cd7c7d583 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6391 | 2024.03.25 19:39:05.002670 [ 3 ] {} <Trace> HTTP-Session: dac14472-567c-4cb1-829e-851cd7c7d583 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6392 | 2024.03.25 19:39:05.002736 [ 3 ] {554013b4-15af-4004-9b40-bd0bba3a817c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 6393 | 2024.03.25 19:39:05.002777 [ 3 ] {554013b4-15af-4004-9b40-bd0bba3a817c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6394 | 2024.03.25 19:39:05.002902 [ 3 ] {554013b4-15af-4004-9b40-bd0bba3a817c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6395 | 2024.03.25 19:39:05.003174 [ 3 ] {554013b4-15af-4004-9b40-bd0bba3a817c} <Trace> oximeter.fields_u16 (c5488911-6586-43c0-ae3f-1262ae9a0dfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6396 | 2024.03.25 19:39:05.003212 [ 3 ] {554013b4-15af-4004-9b40-bd0bba3a817c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
| 6397 | 2024.03.25 19:39:05.003510 [ 3 ] {554013b4-15af-4004-9b40-bd0bba3a817c} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 6398 | 2024.03.25 19:39:05.003820 [ 3 ] {554013b4-15af-4004-9b40-bd0bba3a817c} <Trace> oximeter.fields_u16 (c5488911-6586-43c0-ae3f-1262ae9a0dfa): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6399 | 2024.03.25 19:39:05.003977 [ 3 ] {554013b4-15af-4004-9b40-bd0bba3a817c} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001263 sec., 3167.0625494853525 rows/sec., 221.14 KiB/sec. | ||
| 6400 | 2024.03.25 19:39:05.004103 [ 3 ] {554013b4-15af-4004-9b40-bd0bba3a817c} <Debug> DynamicQueryHandler: Done processing query | ||
| 6401 | 2024.03.25 19:39:05.004127 [ 3 ] {554013b4-15af-4004-9b40-bd0bba3a817c} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 6402 | 2024.03.25 19:39:05.004142 [ 3 ] {} <Debug> HTTP-Session: dac14472-567c-4cb1-829e-851cd7c7d583 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6403 | 2024.03.25 19:39:05.004310 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 15302, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6404 | 2024.03.25 19:39:05.004361 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 6405 | 2024.03.25 19:39:05.004379 [ 3 ] {} <Debug> HTTP-Session: 2cab1293-0778-4364-b051-9d61e09b1cd4 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 6406 | 2024.03.25 19:39:05.004396 [ 3 ] {} <Debug> HTTP-Session: 2cab1293-0778-4364-b051-9d61e09b1cd4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6407 | 2024.03.25 19:39:05.004409 [ 3 ] {} <Debug> HTTP-Session: 2cab1293-0778-4364-b051-9d61e09b1cd4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6408 | 2024.03.25 19:39:05.004440 [ 3 ] {} <Trace> HTTP-Session: 2cab1293-0778-4364-b051-9d61e09b1cd4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6409 | 2024.03.25 19:39:05.004539 [ 3 ] {fae26ea8-10c3-442f-8d4d-48d89dac4b08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 6410 | 2024.03.25 19:39:05.004579 [ 3 ] {fae26ea8-10c3-442f-8d4d-48d89dac4b08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6411 | 2024.03.25 19:39:05.004707 [ 3 ] {fae26ea8-10c3-442f-8d4d-48d89dac4b08} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6412 | 2024.03.25 19:39:05.005028 [ 3 ] {fae26ea8-10c3-442f-8d4d-48d89dac4b08} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6413 | 2024.03.25 19:39:05.005071 [ 3 ] {fae26ea8-10c3-442f-8d4d-48d89dac4b08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
| 6414 | 2024.03.25 19:39:05.005416 [ 3 ] {fae26ea8-10c3-442f-8d4d-48d89dac4b08} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6415 | 2024.03.25 19:39:05.005728 [ 3 ] {fae26ea8-10c3-442f-8d4d-48d89dac4b08} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6416 | 2024.03.25 19:39:05.005879 [ 3 ] {fae26ea8-10c3-442f-8d4d-48d89dac4b08} <Debug> executeQuery: Read 90 rows, 7.21 KiB in 0.001393 sec., 64608.75807609476 rows/sec., 5.05 MiB/sec. | ||
| 6417 | 2024.03.25 19:39:05.005992 [ 3 ] {fae26ea8-10c3-442f-8d4d-48d89dac4b08} <Debug> DynamicQueryHandler: Done processing query | ||
| 6418 | 2024.03.25 19:39:05.006015 [ 3 ] {fae26ea8-10c3-442f-8d4d-48d89dac4b08} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 6419 | 2024.03.25 19:39:05.006030 [ 3 ] {} <Debug> HTTP-Session: 2cab1293-0778-4364-b051-9d61e09b1cd4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6420 | 2024.03.25 19:39:05.006167 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 19517, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6421 | 2024.03.25 19:39:05.006213 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 6422 | 2024.03.25 19:39:05.006232 [ 3 ] {} <Debug> HTTP-Session: 35655590-bcbb-4b52-866b-f414146e2672 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 6423 | 2024.03.25 19:39:05.006249 [ 3 ] {} <Debug> HTTP-Session: 35655590-bcbb-4b52-866b-f414146e2672 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6424 | 2024.03.25 19:39:05.006263 [ 3 ] {} <Debug> HTTP-Session: 35655590-bcbb-4b52-866b-f414146e2672 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6425 | 2024.03.25 19:39:05.006293 [ 3 ] {} <Trace> HTTP-Session: 35655590-bcbb-4b52-866b-f414146e2672 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6426 | 2024.03.25 19:39:05.006395 [ 3 ] {10abcbcb-4f25-4ad3-a7ef-adde91e3b461} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 6427 | 2024.03.25 19:39:05.006441 [ 3 ] {10abcbcb-4f25-4ad3-a7ef-adde91e3b461} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6428 | 2024.03.25 19:39:05.006585 [ 3 ] {10abcbcb-4f25-4ad3-a7ef-adde91e3b461} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6429 | 2024.03.25 19:39:05.006924 [ 3 ] {10abcbcb-4f25-4ad3-a7ef-adde91e3b461} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6430 | 2024.03.25 19:39:05.006962 [ 3 ] {10abcbcb-4f25-4ad3-a7ef-adde91e3b461} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
| 6431 | 2024.03.25 19:39:05.007359 [ 3 ] {10abcbcb-4f25-4ad3-a7ef-adde91e3b461} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6432 | 2024.03.25 19:39:05.007704 [ 3 ] {10abcbcb-4f25-4ad3-a7ef-adde91e3b461} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6433 | 2024.03.25 19:39:05.007871 [ 3 ] {10abcbcb-4f25-4ad3-a7ef-adde91e3b461} <Debug> executeQuery: Read 102 rows, 7.24 KiB in 0.001528 sec., 66753.92670157067 rows/sec., 4.63 MiB/sec. | ||
| 6434 | 2024.03.25 19:39:05.007998 [ 3 ] {10abcbcb-4f25-4ad3-a7ef-adde91e3b461} <Debug> DynamicQueryHandler: Done processing query | ||
| 6435 | 2024.03.25 19:39:05.008021 [ 3 ] {10abcbcb-4f25-4ad3-a7ef-adde91e3b461} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
| 6436 | 2024.03.25 19:39:05.008036 [ 3 ] {} <Debug> HTTP-Session: 35655590-bcbb-4b52-866b-f414146e2672 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6437 | 2024.03.25 19:39:05.008235 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 62044, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6438 | 2024.03.25 19:39:05.008283 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 6439 | 2024.03.25 19:39:05.008301 [ 3 ] {} <Debug> HTTP-Session: fe0a1b33-6776-4e7c-a89d-1d9168b1b1ad Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 6440 | 2024.03.25 19:39:05.008318 [ 3 ] {} <Debug> HTTP-Session: fe0a1b33-6776-4e7c-a89d-1d9168b1b1ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6441 | 2024.03.25 19:39:05.008332 [ 3 ] {} <Debug> HTTP-Session: fe0a1b33-6776-4e7c-a89d-1d9168b1b1ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6442 | 2024.03.25 19:39:05.008362 [ 3 ] {} <Trace> HTTP-Session: fe0a1b33-6776-4e7c-a89d-1d9168b1b1ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6443 | 2024.03.25 19:39:05.008754 [ 3 ] {8023c79b-7244-4b7b-a930-c7a3f32b0731} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 6444 | 2024.03.25 19:39:05.008802 [ 3 ] {8023c79b-7244-4b7b-a930-c7a3f32b0731} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 6445 | 2024.03.25 19:39:05.008964 [ 3 ] {8023c79b-7244-4b7b-a930-c7a3f32b0731} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6446 | 2024.03.25 19:39:05.009557 [ 3 ] {8023c79b-7244-4b7b-a930-c7a3f32b0731} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6447 | 2024.03.25 19:39:05.009595 [ 3 ] {8023c79b-7244-4b7b-a930-c7a3f32b0731} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
| 6448 | 2024.03.25 19:39:05.010033 [ 3 ] {8023c79b-7244-4b7b-a930-c7a3f32b0731} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6449 | 2024.03.25 19:39:05.010382 [ 3 ] {8023c79b-7244-4b7b-a930-c7a3f32b0731} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6450 | 2024.03.25 19:39:05.010548 [ 3 ] {8023c79b-7244-4b7b-a930-c7a3f32b0731} <Debug> executeQuery: Read 58 rows, 80.15 KiB in 0.002114 sec., 27436.140018921476 rows/sec., 37.02 MiB/sec. | ||
| 6451 | 2024.03.25 19:39:05.010779 [ 3 ] {8023c79b-7244-4b7b-a930-c7a3f32b0731} <Debug> DynamicQueryHandler: Done processing query | ||
| 6452 | 2024.03.25 19:39:05.010821 [ 3 ] {8023c79b-7244-4b7b-a930-c7a3f32b0731} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 6453 | 2024.03.25 19:39:05.010845 [ 3 ] {} <Debug> HTTP-Session: fe0a1b33-6776-4e7c-a89d-1d9168b1b1ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6454 | 2024.03.25 19:39:05.010971 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6455 | 2024.03.25 19:39:05.011018 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 6456 | 2024.03.25 19:39:05.011036 [ 3 ] {} <Debug> HTTP-Session: a45eb60e-a255-45f8-a36c-668c8b904686 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 6457 | 2024.03.25 19:39:05.011053 [ 3 ] {} <Debug> HTTP-Session: a45eb60e-a255-45f8-a36c-668c8b904686 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6458 | 2024.03.25 19:39:05.011066 [ 3 ] {} <Debug> HTTP-Session: a45eb60e-a255-45f8-a36c-668c8b904686 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6459 | 2024.03.25 19:39:05.011097 [ 3 ] {} <Trace> HTTP-Session: a45eb60e-a255-45f8-a36c-668c8b904686 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6460 | 2024.03.25 19:39:05.011173 [ 3 ] {b0c7ce83-9e94-498d-8249-95f58fac259c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 6461 | 2024.03.25 19:39:05.011218 [ 3 ] {b0c7ce83-9e94-498d-8249-95f58fac259c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6462 | 2024.03.25 19:39:05.011363 [ 3 ] {b0c7ce83-9e94-498d-8249-95f58fac259c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6463 | 2024.03.25 19:39:05.011640 [ 3 ] {b0c7ce83-9e94-498d-8249-95f58fac259c} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6464 | 2024.03.25 19:39:05.011678 [ 3 ] {b0c7ce83-9e94-498d-8249-95f58fac259c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
| 6465 | 2024.03.25 19:39:05.012063 [ 3 ] {b0c7ce83-9e94-498d-8249-95f58fac259c} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6466 | 2024.03.25 19:39:05.012395 [ 3 ] {b0c7ce83-9e94-498d-8249-95f58fac259c} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6467 | 2024.03.25 19:39:05.012553 [ 3 ] {b0c7ce83-9e94-498d-8249-95f58fac259c} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001412 sec., 21246.458923512746 rows/sec., 1.46 MiB/sec. | ||
| 6468 | 2024.03.25 19:39:05.012675 [ 3 ] {b0c7ce83-9e94-498d-8249-95f58fac259c} <Debug> DynamicQueryHandler: Done processing query | ||
| 6469 | 2024.03.25 19:39:05.012699 [ 3 ] {b0c7ce83-9e94-498d-8249-95f58fac259c} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 6470 | 2024.03.25 19:39:05.012714 [ 3 ] {} <Debug> HTTP-Session: a45eb60e-a255-45f8-a36c-668c8b904686 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6471 | 2024.03.25 19:39:06.611309 [ 97 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6472 | 2024.03.25 19:39:06.611363 [ 97 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6473 | 2024.03.25 19:39:07.001190 [ 243 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000862381 sec. | ||
| 6474 | 2024.03.25 19:39:09.993590 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 3629, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6475 | 2024.03.25 19:39:09.993730 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 6476 | 2024.03.25 19:39:09.993759 [ 3 ] {} <Debug> HTTP-Session: 58419dee-68c0-49f6-8958-9ed19b27750c Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 6477 | 2024.03.25 19:39:09.993787 [ 3 ] {} <Debug> HTTP-Session: 58419dee-68c0-49f6-8958-9ed19b27750c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6478 | 2024.03.25 19:39:09.993807 [ 3 ] {} <Debug> HTTP-Session: 58419dee-68c0-49f6-8958-9ed19b27750c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6479 | 2024.03.25 19:39:09.993862 [ 3 ] {} <Trace> HTTP-Session: 58419dee-68c0-49f6-8958-9ed19b27750c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6480 | 2024.03.25 19:39:09.993997 [ 3 ] {4b096a75-a482-4055-8222-8f8c69f5ebe4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 6481 | 2024.03.25 19:39:09.994069 [ 3 ] {4b096a75-a482-4055-8222-8f8c69f5ebe4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6482 | 2024.03.25 19:39:09.994286 [ 3 ] {4b096a75-a482-4055-8222-8f8c69f5ebe4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6483 | 2024.03.25 19:39:09.994680 [ 3 ] {4b096a75-a482-4055-8222-8f8c69f5ebe4} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6484 | 2024.03.25 19:39:09.994722 [ 3 ] {4b096a75-a482-4055-8222-8f8c69f5ebe4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
| 6485 | 2024.03.25 19:39:09.995109 [ 3 ] {4b096a75-a482-4055-8222-8f8c69f5ebe4} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6486 | 2024.03.25 19:39:09.995449 [ 3 ] {4b096a75-a482-4055-8222-8f8c69f5ebe4} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6487 | 2024.03.25 19:39:09.995596 [ 3 ] {4b096a75-a482-4055-8222-8f8c69f5ebe4} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.001664 sec., 15625.000000000002 rows/sec., 1.18 MiB/sec. | ||
| 6488 | 2024.03.25 19:39:09.995743 [ 3 ] {4b096a75-a482-4055-8222-8f8c69f5ebe4} <Debug> DynamicQueryHandler: Done processing query | ||
| 6489 | 2024.03.25 19:39:09.995770 [ 3 ] {4b096a75-a482-4055-8222-8f8c69f5ebe4} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 6490 | 2024.03.25 19:39:09.995786 [ 3 ] {} <Debug> HTTP-Session: 58419dee-68c0-49f6-8958-9ed19b27750c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6491 | 2024.03.25 19:39:09.995946 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4792, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6492 | 2024.03.25 19:39:09.995998 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 6493 | 2024.03.25 19:39:09.996017 [ 3 ] {} <Debug> HTTP-Session: 24c38fdb-ccb1-45a9-b5da-e01453a29038 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 6494 | 2024.03.25 19:39:09.996036 [ 3 ] {} <Debug> HTTP-Session: 24c38fdb-ccb1-45a9-b5da-e01453a29038 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6495 | 2024.03.25 19:39:09.996050 [ 3 ] {} <Debug> HTTP-Session: 24c38fdb-ccb1-45a9-b5da-e01453a29038 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6496 | 2024.03.25 19:39:09.996085 [ 3 ] {} <Trace> HTTP-Session: 24c38fdb-ccb1-45a9-b5da-e01453a29038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6497 | 2024.03.25 19:39:09.996167 [ 3 ] {87d40b43-4243-410f-9429-2d136c8bd01d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 6498 | 2024.03.25 19:39:09.996212 [ 3 ] {87d40b43-4243-410f-9429-2d136c8bd01d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6499 | 2024.03.25 19:39:09.996342 [ 3 ] {87d40b43-4243-410f-9429-2d136c8bd01d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6500 | 2024.03.25 19:39:09.996614 [ 3 ] {87d40b43-4243-410f-9429-2d136c8bd01d} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6501 | 2024.03.25 19:39:09.996651 [ 3 ] {87d40b43-4243-410f-9429-2d136c8bd01d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
| 6502 | 2024.03.25 19:39:09.996967 [ 3 ] {87d40b43-4243-410f-9429-2d136c8bd01d} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6503 | 2024.03.25 19:39:09.997272 [ 3 ] {87d40b43-4243-410f-9429-2d136c8bd01d} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6504 | 2024.03.25 19:39:09.997416 [ 3 ] {87d40b43-4243-410f-9429-2d136c8bd01d} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001277 sec., 21926.389976507442 rows/sec., 1.71 MiB/sec. | ||
| 6505 | 2024.03.25 19:39:09.997574 [ 3 ] {87d40b43-4243-410f-9429-2d136c8bd01d} <Debug> DynamicQueryHandler: Done processing query | ||
| 6506 | 2024.03.25 19:39:09.997598 [ 3 ] {87d40b43-4243-410f-9429-2d136c8bd01d} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 6507 | 2024.03.25 19:39:09.997614 [ 3 ] {} <Debug> HTTP-Session: 24c38fdb-ccb1-45a9-b5da-e01453a29038 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6508 | 2024.03.25 19:39:09.997792 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 19137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6509 | 2024.03.25 19:39:09.997839 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 6510 | 2024.03.25 19:39:09.997858 [ 3 ] {} <Debug> HTTP-Session: 4837b115-66b0-4d24-a5fb-b39c89cba2f1 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 6511 | 2024.03.25 19:39:09.997876 [ 3 ] {} <Debug> HTTP-Session: 4837b115-66b0-4d24-a5fb-b39c89cba2f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6512 | 2024.03.25 19:39:09.997889 [ 3 ] {} <Debug> HTTP-Session: 4837b115-66b0-4d24-a5fb-b39c89cba2f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6513 | 2024.03.25 19:39:09.997922 [ 3 ] {} <Trace> HTTP-Session: 4837b115-66b0-4d24-a5fb-b39c89cba2f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6514 | 2024.03.25 19:39:09.998023 [ 3 ] {9f43fe1d-d01b-4a22-96dc-a22992e7ce56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 6515 | 2024.03.25 19:39:09.998070 [ 3 ] {9f43fe1d-d01b-4a22-96dc-a22992e7ce56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6516 | 2024.03.25 19:39:09.998227 [ 3 ] {9f43fe1d-d01b-4a22-96dc-a22992e7ce56} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6517 | 2024.03.25 19:39:09.998535 [ 3 ] {9f43fe1d-d01b-4a22-96dc-a22992e7ce56} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6518 | 2024.03.25 19:39:09.998572 [ 3 ] {9f43fe1d-d01b-4a22-96dc-a22992e7ce56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
| 6519 | 2024.03.25 19:39:09.998962 [ 3 ] {9f43fe1d-d01b-4a22-96dc-a22992e7ce56} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6520 | 2024.03.25 19:39:09.999294 [ 3 ] {9f43fe1d-d01b-4a22-96dc-a22992e7ce56} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6521 | 2024.03.25 19:39:09.999447 [ 3 ] {9f43fe1d-d01b-4a22-96dc-a22992e7ce56} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001474 sec., 67842.60515603799 rows/sec., 4.70 MiB/sec. | ||
| 6522 | 2024.03.25 19:39:09.999589 [ 3 ] {9f43fe1d-d01b-4a22-96dc-a22992e7ce56} <Debug> DynamicQueryHandler: Done processing query | ||
| 6523 | 2024.03.25 19:39:09.999619 [ 3 ] {9f43fe1d-d01b-4a22-96dc-a22992e7ce56} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
| 6524 | 2024.03.25 19:39:09.999651 [ 3 ] {} <Debug> HTTP-Session: 4837b115-66b0-4d24-a5fb-b39c89cba2f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6525 | 2024.03.25 19:39:09.999806 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6526 | 2024.03.25 19:39:09.999853 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 6527 | 2024.03.25 19:39:09.999872 [ 3 ] {} <Debug> HTTP-Session: 0eda9f29-a1de-4fe8-9f33-151b744e7d7b Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 6528 | 2024.03.25 19:39:09.999889 [ 3 ] {} <Debug> HTTP-Session: 0eda9f29-a1de-4fe8-9f33-151b744e7d7b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6529 | 2024.03.25 19:39:09.999902 [ 3 ] {} <Debug> HTTP-Session: 0eda9f29-a1de-4fe8-9f33-151b744e7d7b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6530 | 2024.03.25 19:39:09.999933 [ 3 ] {} <Trace> HTTP-Session: 0eda9f29-a1de-4fe8-9f33-151b744e7d7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6531 | 2024.03.25 19:39:10.000006 [ 3 ] {f07511eb-578a-48f2-a8e3-fd6884124354} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 6532 | 2024.03.25 19:39:10.000053 [ 3 ] {f07511eb-578a-48f2-a8e3-fd6884124354} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6533 | 2024.03.25 19:39:10.000183 [ 3 ] {f07511eb-578a-48f2-a8e3-fd6884124354} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6534 | 2024.03.25 19:39:10.000240 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 190.53 MiB, peak 194.80 MiB, free memory in arenas 0.00 B, will set to 189.32 MiB (RSS), difference: -1.20 MiB | ||
| 6535 | 2024.03.25 19:39:10.000738 [ 3 ] {f07511eb-578a-48f2-a8e3-fd6884124354} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6536 | 2024.03.25 19:39:10.000804 [ 3 ] {f07511eb-578a-48f2-a8e3-fd6884124354} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
| 6537 | 2024.03.25 19:39:10.001210 [ 3 ] {f07511eb-578a-48f2-a8e3-fd6884124354} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6538 | 2024.03.25 19:39:10.001531 [ 3 ] {f07511eb-578a-48f2-a8e3-fd6884124354} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6539 | 2024.03.25 19:39:10.001696 [ 3 ] {f07511eb-578a-48f2-a8e3-fd6884124354} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001712 sec., 17523.36448598131 rows/sec., 1.20 MiB/sec. | ||
| 6540 | 2024.03.25 19:39:10.001812 [ 3 ] {f07511eb-578a-48f2-a8e3-fd6884124354} <Debug> DynamicQueryHandler: Done processing query | ||
| 6541 | 2024.03.25 19:39:10.001835 [ 3 ] {f07511eb-578a-48f2-a8e3-fd6884124354} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 6542 | 2024.03.25 19:39:10.001851 [ 3 ] {} <Debug> HTTP-Session: 0eda9f29-a1de-4fe8-9f33-151b744e7d7b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6543 | 2024.03.25 19:39:14.996125 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 8371, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6544 | 2024.03.25 19:39:14.996320 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 6545 | 2024.03.25 19:39:14.996368 [ 3 ] {} <Debug> HTTP-Session: baea97ea-27b1-4098-a452-f6640e4fe9a7 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 6546 | 2024.03.25 19:39:14.996409 [ 3 ] {} <Debug> HTTP-Session: baea97ea-27b1-4098-a452-f6640e4fe9a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6547 | 2024.03.25 19:39:14.996440 [ 3 ] {} <Debug> HTTP-Session: baea97ea-27b1-4098-a452-f6640e4fe9a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6548 | 2024.03.25 19:39:14.996527 [ 3 ] {} <Trace> HTTP-Session: baea97ea-27b1-4098-a452-f6640e4fe9a7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6549 | 2024.03.25 19:39:14.996709 [ 3 ] {17880d4e-b769-4fa0-b9ec-d8d9d6d44b81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 6550 | 2024.03.25 19:39:14.996773 [ 3 ] {17880d4e-b769-4fa0-b9ec-d8d9d6d44b81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 6551 | 2024.03.25 19:39:14.996964 [ 3 ] {17880d4e-b769-4fa0-b9ec-d8d9d6d44b81} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6552 | 2024.03.25 19:39:14.997370 [ 3 ] {17880d4e-b769-4fa0-b9ec-d8d9d6d44b81} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6553 | 2024.03.25 19:39:14.997412 [ 3 ] {17880d4e-b769-4fa0-b9ec-d8d9d6d44b81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
| 6554 | 2024.03.25 19:39:14.997805 [ 3 ] {17880d4e-b769-4fa0-b9ec-d8d9d6d44b81} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 6555 | 2024.03.25 19:39:14.998148 [ 3 ] {17880d4e-b769-4fa0-b9ec-d8d9d6d44b81} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6556 | 2024.03.25 19:39:14.998291 [ 92 ] {} <Debug> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108) (MergerMutator): Selected 6 parts from all_1_19_4 to all_24_24_0 | ||
| 6557 | 2024.03.25 19:39:14.998297 [ 3 ] {17880d4e-b769-4fa0-b9ec-d8d9d6d44b81} <Debug> executeQuery: Read 58 rows, 4.70 KiB in 0.001664 sec., 34855.769230769234 rows/sec., 2.76 MiB/sec. | ||
| 6558 | 2024.03.25 19:39:14.998340 [ 92 ] {} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6559 | 2024.03.25 19:39:14.998380 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
| 6560 | 2024.03.25 19:39:14.998529 [ 3 ] {17880d4e-b769-4fa0-b9ec-d8d9d6d44b81} <Debug> DynamicQueryHandler: Done processing query | ||
| 6561 | 2024.03.25 19:39:14.998622 [ 3 ] {17880d4e-b769-4fa0-b9ec-d8d9d6d44b81} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 6562 | 2024.03.25 19:39:14.998705 [ 3 ] {} <Debug> HTTP-Session: baea97ea-27b1-4098-a452-f6640e4fe9a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6563 | 2024.03.25 19:39:14.998860 [ 193 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_24_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_19_4 to all_24_24_0 into Compact with storage Full | ||
| 6564 | 2024.03.25 19:39:14.998973 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6565 | 2024.03.25 19:39:14.999081 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 6566 | 2024.03.25 19:39:14.999128 [ 3 ] {} <Debug> HTTP-Session: 5d290e3b-75e9-4194-9d97-8dd8dab84d1f Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 6567 | 2024.03.25 19:39:14.999174 [ 3 ] {} <Debug> HTTP-Session: 5d290e3b-75e9-4194-9d97-8dd8dab84d1f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6568 | 2024.03.25 19:39:14.999186 [ 193 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_24_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6569 | 2024.03.25 19:39:14.999204 [ 3 ] {} <Debug> HTTP-Session: 5d290e3b-75e9-4194-9d97-8dd8dab84d1f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6570 | 2024.03.25 19:39:14.999256 [ 193 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_19_4, total 51 rows starting from the beginning of the part | ||
| 6571 | 2024.03.25 19:39:14.999279 [ 3 ] {} <Trace> HTTP-Session: 5d290e3b-75e9-4194-9d97-8dd8dab84d1f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6572 | 2024.03.25 19:39:14.999515 [ 193 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 51 rows starting from the beginning of the part | ||
| 6573 | 2024.03.25 19:39:14.999554 [ 3 ] {843501b2-1544-490c-96e7-cb48cb3a3499} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 6574 | 2024.03.25 19:39:14.999717 [ 3 ] {843501b2-1544-490c-96e7-cb48cb3a3499} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6575 | 2024.03.25 19:39:14.999764 [ 193 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 51 rows starting from the beginning of the part | ||
| 6576 | 2024.03.25 19:39:15.000105 [ 193 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 57 rows starting from the beginning of the part | ||
| 6577 | 2024.03.25 19:39:15.000230 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 190.39 MiB, peak 194.80 MiB, free memory in arenas 0.00 B, will set to 189.32 MiB (RSS), difference: -1.07 MiB | ||
| 6578 | 2024.03.25 19:39:15.000475 [ 193 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 58 rows starting from the beginning of the part | ||
| 6579 | 2024.03.25 19:39:15.000798 [ 193 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 58 rows starting from the beginning of the part | ||
| 6580 | 2024.03.25 19:39:15.001570 [ 3 ] {843501b2-1544-490c-96e7-cb48cb3a3499} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6581 | 2024.03.25 19:39:15.002348 [ 3 ] {843501b2-1544-490c-96e7-cb48cb3a3499} <Trace> oximeter.fields_ipaddr (d9ee32b3-8a1d-44e7-a34c-f0038ee3937b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6582 | 2024.03.25 19:39:15.002424 [ 3 ] {843501b2-1544-490c-96e7-cb48cb3a3499} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
| 6583 | 2024.03.25 19:39:15.003361 [ 3 ] {843501b2-1544-490c-96e7-cb48cb3a3499} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 6584 | 2024.03.25 19:39:15.003875 [ 201 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_24_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 326 rows, containing 4 columns (4 merged, 0 gathered) in 0.005386353 sec., 60523.326265471274 rows/sec., 4.79 MiB/sec. | ||
| 6585 | 2024.03.25 19:39:15.004096 [ 189 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_24_5} <Trace> MergedBlockOutputStream: filled checksums all_1_24_5 (state Temporary) | ||
| 6586 | 2024.03.25 19:39:15.004263 [ 3 ] {843501b2-1544-490c-96e7-cb48cb3a3499} <Trace> oximeter.fields_ipaddr (d9ee32b3-8a1d-44e7-a34c-f0038ee3937b): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6587 | 2024.03.25 19:39:15.004541 [ 92 ] {} <Debug> oximeter.fields_ipaddr (d9ee32b3-8a1d-44e7-a34c-f0038ee3937b) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 | ||
| 6588 | 2024.03.25 19:39:15.004674 [ 92 ] {} <Trace> oximeter.fields_ipaddr (d9ee32b3-8a1d-44e7-a34c-f0038ee3937b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6589 | 2024.03.25 19:39:15.004754 [ 3 ] {843501b2-1544-490c-96e7-cb48cb3a3499} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.005327 sec., 750.8916838746011 rows/sec., 61.23 KiB/sec. | ||
| 6590 | 2024.03.25 19:39:15.004776 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
| 6591 | 2024.03.25 19:39:15.005276 [ 190 ] {d9ee32b3-8a1d-44e7-a34c-f0038ee3937b::all_1_10_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_5_1 to all_10_10_0 into Compact with storage Full | ||
| 6592 | 2024.03.25 19:39:15.005386 [ 3 ] {843501b2-1544-490c-96e7-cb48cb3a3499} <Debug> DynamicQueryHandler: Done processing query | ||
| 6593 | 2024.03.25 19:39:15.005465 [ 3 ] {843501b2-1544-490c-96e7-cb48cb3a3499} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 6594 | 2024.03.25 19:39:15.005543 [ 189 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_24_5} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Renaming temporary part tmp_merge_all_1_24_5 to all_1_24_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6595 | 2024.03.25 19:39:15.005559 [ 3 ] {} <Debug> HTTP-Session: 5d290e3b-75e9-4194-9d97-8dd8dab84d1f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6596 | 2024.03.25 19:39:15.005788 [ 190 ] {d9ee32b3-8a1d-44e7-a34c-f0038ee3937b::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6597 | 2024.03.25 19:39:15.005838 [ 189 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_24_5} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108) (MergerMutator): Merged 6 parts: [all_1_19_4, all_24_24_0] -> all_1_24_5 | ||
| 6598 | 2024.03.25 19:39:15.005868 [ 190 ] {d9ee32b3-8a1d-44e7-a34c-f0038ee3937b::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 10 rows starting from the beginning of the part | ||
| 6599 | 2024.03.25 19:39:15.005930 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 31606, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6600 | 2024.03.25 19:39:15.006131 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 6601 | 2024.03.25 19:39:15.006260 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 6602 | 2024.03.25 19:39:15.006297 [ 190 ] {d9ee32b3-8a1d-44e7-a34c-f0038ee3937b::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 4 rows starting from the beginning of the part | ||
| 6603 | 2024.03.25 19:39:15.006343 [ 3 ] {} <Debug> HTTP-Session: de0e8987-aac6-4492-895b-ad74dba1e6e6 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 6604 | 2024.03.25 19:39:15.006393 [ 3 ] {} <Debug> HTTP-Session: de0e8987-aac6-4492-895b-ad74dba1e6e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6605 | 2024.03.25 19:39:15.006487 [ 3 ] {} <Debug> HTTP-Session: de0e8987-aac6-4492-895b-ad74dba1e6e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6606 | 2024.03.25 19:39:15.006590 [ 190 ] {d9ee32b3-8a1d-44e7-a34c-f0038ee3937b::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 4 rows starting from the beginning of the part | ||
| 6607 | 2024.03.25 19:39:15.006673 [ 3 ] {} <Trace> HTTP-Session: de0e8987-aac6-4492-895b-ad74dba1e6e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6608 | 2024.03.25 19:39:15.006851 [ 190 ] {d9ee32b3-8a1d-44e7-a34c-f0038ee3937b::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 2 rows starting from the beginning of the part | ||
| 6609 | 2024.03.25 19:39:15.007086 [ 190 ] {d9ee32b3-8a1d-44e7-a34c-f0038ee3937b::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 4 rows starting from the beginning of the part | ||
| 6610 | 2024.03.25 19:39:15.007110 [ 3 ] {c930fb25-8d14-4382-80d0-e048e2b9887e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 6611 | 2024.03.25 19:39:15.007340 [ 3 ] {c930fb25-8d14-4382-80d0-e048e2b9887e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6612 | 2024.03.25 19:39:15.007352 [ 190 ] {d9ee32b3-8a1d-44e7-a34c-f0038ee3937b::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 4 rows starting from the beginning of the part | ||
| 6613 | 2024.03.25 19:39:15.008110 [ 3 ] {c930fb25-8d14-4382-80d0-e048e2b9887e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6614 | 2024.03.25 19:39:15.009031 [ 3 ] {c930fb25-8d14-4382-80d0-e048e2b9887e} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6615 | 2024.03.25 19:39:15.009096 [ 3 ] {c930fb25-8d14-4382-80d0-e048e2b9887e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
| 6616 | 2024.03.25 19:39:15.009971 [ 201 ] {d9ee32b3-8a1d-44e7-a34c-f0038ee3937b::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 28 rows, containing 4 columns (4 merged, 0 gathered) in 0.005012794 sec., 5585.707292180768 rows/sec., 455.48 KiB/sec. | ||
| 6617 | 2024.03.25 19:39:15.010020 [ 3 ] {c930fb25-8d14-4382-80d0-e048e2b9887e} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6618 | 2024.03.25 19:39:15.010170 [ 201 ] {d9ee32b3-8a1d-44e7-a34c-f0038ee3937b::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
| 6619 | 2024.03.25 19:39:15.010839 [ 3 ] {c930fb25-8d14-4382-80d0-e048e2b9887e} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6620 | 2024.03.25 19:39:15.011065 [ 201 ] {d9ee32b3-8a1d-44e7-a34c-f0038ee3937b::all_1_10_2} <Trace> oximeter.fields_ipaddr (d9ee32b3-8a1d-44e7-a34c-f0038ee3937b): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6621 | 2024.03.25 19:39:15.011116 [ 3 ] {c930fb25-8d14-4382-80d0-e048e2b9887e} <Debug> executeQuery: Read 202 rows, 19.28 KiB in 0.004244 sec., 47596.606974552305 rows/sec., 4.44 MiB/sec. | ||
| 6622 | 2024.03.25 19:39:15.011304 [ 201 ] {d9ee32b3-8a1d-44e7-a34c-f0038ee3937b::all_1_10_2} <Trace> oximeter.fields_ipaddr (d9ee32b3-8a1d-44e7-a34c-f0038ee3937b) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 | ||
| 6623 | 2024.03.25 19:39:15.011425 [ 3 ] {c930fb25-8d14-4382-80d0-e048e2b9887e} <Debug> DynamicQueryHandler: Done processing query | ||
| 6624 | 2024.03.25 19:39:15.011486 [ 3 ] {c930fb25-8d14-4382-80d0-e048e2b9887e} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 6625 | 2024.03.25 19:39:15.011487 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 6626 | 2024.03.25 19:39:15.011514 [ 3 ] {} <Debug> HTTP-Session: de0e8987-aac6-4492-895b-ad74dba1e6e6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6627 | 2024.03.25 19:39:15.011704 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 608, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6628 | 2024.03.25 19:39:15.011752 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 6629 | 2024.03.25 19:39:15.011772 [ 3 ] {} <Debug> HTTP-Session: 03161af5-de1e-45c0-868a-1a2aea58f1fc Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 6630 | 2024.03.25 19:39:15.011791 [ 3 ] {} <Debug> HTTP-Session: 03161af5-de1e-45c0-868a-1a2aea58f1fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6631 | 2024.03.25 19:39:15.011804 [ 3 ] {} <Debug> HTTP-Session: 03161af5-de1e-45c0-868a-1a2aea58f1fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6632 | 2024.03.25 19:39:15.011837 [ 3 ] {} <Trace> HTTP-Session: 03161af5-de1e-45c0-868a-1a2aea58f1fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6633 | 2024.03.25 19:39:15.011909 [ 3 ] {8023a243-aaaf-495c-9fe1-7bf008f0f3fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 6634 | 2024.03.25 19:39:15.011954 [ 3 ] {8023a243-aaaf-495c-9fe1-7bf008f0f3fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6635 | 2024.03.25 19:39:15.012108 [ 3 ] {8023a243-aaaf-495c-9fe1-7bf008f0f3fd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6636 | 2024.03.25 19:39:15.012380 [ 3 ] {8023a243-aaaf-495c-9fe1-7bf008f0f3fd} <Trace> oximeter.fields_u16 (c5488911-6586-43c0-ae3f-1262ae9a0dfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6637 | 2024.03.25 19:39:15.012417 [ 3 ] {8023a243-aaaf-495c-9fe1-7bf008f0f3fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
| 6638 | 2024.03.25 19:39:15.012741 [ 3 ] {8023a243-aaaf-495c-9fe1-7bf008f0f3fd} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 6639 | 2024.03.25 19:39:15.013066 [ 3 ] {8023a243-aaaf-495c-9fe1-7bf008f0f3fd} <Trace> oximeter.fields_u16 (c5488911-6586-43c0-ae3f-1262ae9a0dfa): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6640 | 2024.03.25 19:39:15.013189 [ 92 ] {} <Debug> oximeter.fields_u16 (c5488911-6586-43c0-ae3f-1262ae9a0dfa) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 | ||
| 6641 | 2024.03.25 19:39:15.013195 [ 3 ] {8023a243-aaaf-495c-9fe1-7bf008f0f3fd} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001312 sec., 3048.780487804878 rows/sec., 212.88 KiB/sec. | ||
| 6642 | 2024.03.25 19:39:15.013224 [ 92 ] {} <Trace> oximeter.fields_u16 (c5488911-6586-43c0-ae3f-1262ae9a0dfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6643 | 2024.03.25 19:39:15.013258 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
| 6644 | 2024.03.25 19:39:15.013411 [ 3 ] {8023a243-aaaf-495c-9fe1-7bf008f0f3fd} <Debug> DynamicQueryHandler: Done processing query | ||
| 6645 | 2024.03.25 19:39:15.013494 [ 3 ] {8023a243-aaaf-495c-9fe1-7bf008f0f3fd} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 6646 | 2024.03.25 19:39:15.013617 [ 189 ] {c5488911-6586-43c0-ae3f-1262ae9a0dfa::all_1_10_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_5_1 to all_10_10_0 into Compact with storage Full | ||
| 6647 | 2024.03.25 19:39:15.013613 [ 3 ] {} <Debug> HTTP-Session: 03161af5-de1e-45c0-868a-1a2aea58f1fc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6648 | 2024.03.25 19:39:15.013875 [ 189 ] {c5488911-6586-43c0-ae3f-1262ae9a0dfa::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6649 | 2024.03.25 19:39:15.013897 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 15302, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6650 | 2024.03.25 19:39:15.013931 [ 189 ] {c5488911-6586-43c0-ae3f-1262ae9a0dfa::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 10 rows starting from the beginning of the part | ||
| 6651 | 2024.03.25 19:39:15.013991 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 6652 | 2024.03.25 19:39:15.014080 [ 3 ] {} <Debug> HTTP-Session: 08ae6b15-e94d-4fad-acd9-4b22ea75c44c Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 6653 | 2024.03.25 19:39:15.014158 [ 189 ] {c5488911-6586-43c0-ae3f-1262ae9a0dfa::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 4 rows starting from the beginning of the part | ||
| 6654 | 2024.03.25 19:39:15.014161 [ 3 ] {} <Debug> HTTP-Session: 08ae6b15-e94d-4fad-acd9-4b22ea75c44c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6655 | 2024.03.25 19:39:15.014227 [ 3 ] {} <Debug> HTTP-Session: 08ae6b15-e94d-4fad-acd9-4b22ea75c44c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6656 | 2024.03.25 19:39:15.014424 [ 3 ] {} <Trace> HTTP-Session: 08ae6b15-e94d-4fad-acd9-4b22ea75c44c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6657 | 2024.03.25 19:39:15.014461 [ 189 ] {c5488911-6586-43c0-ae3f-1262ae9a0dfa::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 4 rows starting from the beginning of the part | ||
| 6658 | 2024.03.25 19:39:15.014729 [ 189 ] {c5488911-6586-43c0-ae3f-1262ae9a0dfa::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 2 rows starting from the beginning of the part | ||
| 6659 | 2024.03.25 19:39:15.014796 [ 3 ] {58a36c9d-d302-4f84-b337-33823bb602e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 6660 | 2024.03.25 19:39:15.014996 [ 189 ] {c5488911-6586-43c0-ae3f-1262ae9a0dfa::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 4 rows starting from the beginning of the part | ||
| 6661 | 2024.03.25 19:39:15.015066 [ 3 ] {58a36c9d-d302-4f84-b337-33823bb602e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6662 | 2024.03.25 19:39:15.015288 [ 189 ] {c5488911-6586-43c0-ae3f-1262ae9a0dfa::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 4 rows starting from the beginning of the part | ||
| 6663 | 2024.03.25 19:39:15.016017 [ 3 ] {58a36c9d-d302-4f84-b337-33823bb602e0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6664 | 2024.03.25 19:39:15.016883 [ 3 ] {58a36c9d-d302-4f84-b337-33823bb602e0} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6665 | 2024.03.25 19:39:15.016952 [ 3 ] {58a36c9d-d302-4f84-b337-33823bb602e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
| 6666 | 2024.03.25 19:39:15.017893 [ 3 ] {58a36c9d-d302-4f84-b337-33823bb602e0} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6667 | 2024.03.25 19:39:15.017938 [ 195 ] {c5488911-6586-43c0-ae3f-1262ae9a0dfa::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 28 rows, containing 4 columns (4 merged, 0 gathered) in 0.004595373 sec., 6093.085370871962 rows/sec., 425.44 KiB/sec. | ||
| 6668 | 2024.03.25 19:39:15.018203 [ 195 ] {c5488911-6586-43c0-ae3f-1262ae9a0dfa::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
| 6669 | 2024.03.25 19:39:15.018554 [ 3 ] {58a36c9d-d302-4f84-b337-33823bb602e0} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6670 | 2024.03.25 19:39:15.018957 [ 3 ] {58a36c9d-d302-4f84-b337-33823bb602e0} <Debug> executeQuery: Read 90 rows, 7.21 KiB in 0.004374 sec., 20576.131687242796 rows/sec., 1.61 MiB/sec. | ||
| 6671 | 2024.03.25 19:39:15.019205 [ 3 ] {58a36c9d-d302-4f84-b337-33823bb602e0} <Debug> DynamicQueryHandler: Done processing query | ||
| 6672 | 2024.03.25 19:39:15.019213 [ 195 ] {c5488911-6586-43c0-ae3f-1262ae9a0dfa::all_1_10_2} <Trace> oximeter.fields_u16 (c5488911-6586-43c0-ae3f-1262ae9a0dfa): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6673 | 2024.03.25 19:39:15.019247 [ 3 ] {58a36c9d-d302-4f84-b337-33823bb602e0} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 6674 | 2024.03.25 19:39:15.019298 [ 3 ] {} <Debug> HTTP-Session: 08ae6b15-e94d-4fad-acd9-4b22ea75c44c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6675 | 2024.03.25 19:39:15.019391 [ 195 ] {c5488911-6586-43c0-ae3f-1262ae9a0dfa::all_1_10_2} <Trace> oximeter.fields_u16 (c5488911-6586-43c0-ae3f-1262ae9a0dfa) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 | ||
| 6676 | 2024.03.25 19:39:15.019521 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 19518, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6677 | 2024.03.25 19:39:15.019536 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 6678 | 2024.03.25 19:39:15.019591 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 6679 | 2024.03.25 19:39:15.019616 [ 3 ] {} <Debug> HTTP-Session: e098c119-c20c-4b0b-a961-3b1bf7ff07d3 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 6680 | 2024.03.25 19:39:15.019634 [ 3 ] {} <Debug> HTTP-Session: e098c119-c20c-4b0b-a961-3b1bf7ff07d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6681 | 2024.03.25 19:39:15.019649 [ 3 ] {} <Debug> HTTP-Session: e098c119-c20c-4b0b-a961-3b1bf7ff07d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6682 | 2024.03.25 19:39:15.019680 [ 3 ] {} <Trace> HTTP-Session: e098c119-c20c-4b0b-a961-3b1bf7ff07d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6683 | 2024.03.25 19:39:15.019790 [ 3 ] {14d0d4ad-a92f-4b49-b258-8d7ebfdc4ed6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 6684 | 2024.03.25 19:39:15.019839 [ 3 ] {14d0d4ad-a92f-4b49-b258-8d7ebfdc4ed6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6685 | 2024.03.25 19:39:15.020008 [ 3 ] {14d0d4ad-a92f-4b49-b258-8d7ebfdc4ed6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6686 | 2024.03.25 19:39:15.020338 [ 3 ] {14d0d4ad-a92f-4b49-b258-8d7ebfdc4ed6} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6687 | 2024.03.25 19:39:15.020375 [ 3 ] {14d0d4ad-a92f-4b49-b258-8d7ebfdc4ed6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
| 6688 | 2024.03.25 19:39:15.020786 [ 3 ] {14d0d4ad-a92f-4b49-b258-8d7ebfdc4ed6} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6689 | 2024.03.25 19:39:15.021154 [ 3 ] {14d0d4ad-a92f-4b49-b258-8d7ebfdc4ed6} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6690 | 2024.03.25 19:39:15.021282 [ 3 ] {14d0d4ad-a92f-4b49-b258-8d7ebfdc4ed6} <Debug> executeQuery: Read 102 rows, 7.24 KiB in 0.001553 sec., 65679.33032839665 rows/sec., 4.55 MiB/sec. | ||
| 6691 | 2024.03.25 19:39:15.021395 [ 3 ] {14d0d4ad-a92f-4b49-b258-8d7ebfdc4ed6} <Debug> DynamicQueryHandler: Done processing query | ||
| 6692 | 2024.03.25 19:39:15.021418 [ 3 ] {14d0d4ad-a92f-4b49-b258-8d7ebfdc4ed6} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
| 6693 | 2024.03.25 19:39:15.021434 [ 3 ] {} <Debug> HTTP-Session: e098c119-c20c-4b0b-a961-3b1bf7ff07d3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6694 | 2024.03.25 19:39:15.021610 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 62044, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6695 | 2024.03.25 19:39:15.021656 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 6696 | 2024.03.25 19:39:15.021674 [ 3 ] {} <Debug> HTTP-Session: a9661ae9-88a0-4422-9ed9-357d167dca71 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 6697 | 2024.03.25 19:39:15.021690 [ 3 ] {} <Debug> HTTP-Session: a9661ae9-88a0-4422-9ed9-357d167dca71 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6698 | 2024.03.25 19:39:15.021703 [ 3 ] {} <Debug> HTTP-Session: a9661ae9-88a0-4422-9ed9-357d167dca71 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6699 | 2024.03.25 19:39:15.021734 [ 3 ] {} <Trace> HTTP-Session: a9661ae9-88a0-4422-9ed9-357d167dca71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6700 | 2024.03.25 19:39:15.022135 [ 3 ] {f58a5955-7bcd-43df-8155-feea02b5d699} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 6701 | 2024.03.25 19:39:15.022182 [ 3 ] {f58a5955-7bcd-43df-8155-feea02b5d699} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 6702 | 2024.03.25 19:39:15.022336 [ 3 ] {f58a5955-7bcd-43df-8155-feea02b5d699} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6703 | 2024.03.25 19:39:15.022878 [ 3 ] {f58a5955-7bcd-43df-8155-feea02b5d699} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6704 | 2024.03.25 19:39:15.022913 [ 3 ] {f58a5955-7bcd-43df-8155-feea02b5d699} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
| 6705 | 2024.03.25 19:39:15.023390 [ 3 ] {f58a5955-7bcd-43df-8155-feea02b5d699} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 6706 | 2024.03.25 19:39:15.023758 [ 3 ] {f58a5955-7bcd-43df-8155-feea02b5d699} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6707 | 2024.03.25 19:39:15.023890 [ 3 ] {f58a5955-7bcd-43df-8155-feea02b5d699} <Debug> executeQuery: Read 58 rows, 80.15 KiB in 0.0021 sec., 27619.047619047622 rows/sec., 37.27 MiB/sec. | ||
| 6708 | 2024.03.25 19:39:15.024045 [ 3 ] {f58a5955-7bcd-43df-8155-feea02b5d699} <Debug> DynamicQueryHandler: Done processing query | ||
| 6709 | 2024.03.25 19:39:15.024076 [ 3 ] {f58a5955-7bcd-43df-8155-feea02b5d699} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 6710 | 2024.03.25 19:39:15.024095 [ 3 ] {} <Debug> HTTP-Session: a9661ae9-88a0-4422-9ed9-357d167dca71 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6711 | 2024.03.25 19:39:15.024226 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6712 | 2024.03.25 19:39:15.024272 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 6713 | 2024.03.25 19:39:15.024291 [ 3 ] {} <Debug> HTTP-Session: 54a590c2-593b-40eb-a4c0-ee9fd06267ba Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 6714 | 2024.03.25 19:39:15.024307 [ 3 ] {} <Debug> HTTP-Session: 54a590c2-593b-40eb-a4c0-ee9fd06267ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6715 | 2024.03.25 19:39:15.024320 [ 3 ] {} <Debug> HTTP-Session: 54a590c2-593b-40eb-a4c0-ee9fd06267ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6716 | 2024.03.25 19:39:15.024351 [ 3 ] {} <Trace> HTTP-Session: 54a590c2-593b-40eb-a4c0-ee9fd06267ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6717 | 2024.03.25 19:39:15.024422 [ 3 ] {6c2b8e92-5c6d-42ef-8cce-d3575edafd5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 6718 | 2024.03.25 19:39:15.024463 [ 3 ] {6c2b8e92-5c6d-42ef-8cce-d3575edafd5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6719 | 2024.03.25 19:39:15.024596 [ 3 ] {6c2b8e92-5c6d-42ef-8cce-d3575edafd5e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6720 | 2024.03.25 19:39:15.024840 [ 3 ] {6c2b8e92-5c6d-42ef-8cce-d3575edafd5e} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6721 | 2024.03.25 19:39:15.024875 [ 3 ] {6c2b8e92-5c6d-42ef-8cce-d3575edafd5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
| 6722 | 2024.03.25 19:39:15.025234 [ 3 ] {6c2b8e92-5c6d-42ef-8cce-d3575edafd5e} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6723 | 2024.03.25 19:39:15.025596 [ 3 ] {6c2b8e92-5c6d-42ef-8cce-d3575edafd5e} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6724 | 2024.03.25 19:39:15.025723 [ 3 ] {6c2b8e92-5c6d-42ef-8cce-d3575edafd5e} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001331 sec., 22539.444027047335 rows/sec., 1.54 MiB/sec. | ||
| 6725 | 2024.03.25 19:39:15.025828 [ 3 ] {6c2b8e92-5c6d-42ef-8cce-d3575edafd5e} <Debug> DynamicQueryHandler: Done processing query | ||
| 6726 | 2024.03.25 19:39:15.025851 [ 3 ] {6c2b8e92-5c6d-42ef-8cce-d3575edafd5e} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 6727 | 2024.03.25 19:39:15.025866 [ 3 ] {} <Debug> HTTP-Session: 54a590c2-593b-40eb-a4c0-ee9fd06267ba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6728 | 2024.03.25 19:39:19.993166 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 3629, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6729 | 2024.03.25 19:39:19.993310 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 6730 | 2024.03.25 19:39:19.993341 [ 3 ] {} <Debug> HTTP-Session: 5506aa02-7f8f-4f35-9db2-f22da9ccac5c Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 6731 | 2024.03.25 19:39:19.993370 [ 3 ] {} <Debug> HTTP-Session: 5506aa02-7f8f-4f35-9db2-f22da9ccac5c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6732 | 2024.03.25 19:39:19.993388 [ 3 ] {} <Debug> HTTP-Session: 5506aa02-7f8f-4f35-9db2-f22da9ccac5c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6733 | 2024.03.25 19:39:19.993446 [ 3 ] {} <Trace> HTTP-Session: 5506aa02-7f8f-4f35-9db2-f22da9ccac5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6734 | 2024.03.25 19:39:19.993583 [ 3 ] {35b98abe-d3c6-42b1-bd82-5074410d31b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 6735 | 2024.03.25 19:39:19.993655 [ 3 ] {35b98abe-d3c6-42b1-bd82-5074410d31b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6736 | 2024.03.25 19:39:19.993861 [ 3 ] {35b98abe-d3c6-42b1-bd82-5074410d31b0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6737 | 2024.03.25 19:39:19.994241 [ 3 ] {35b98abe-d3c6-42b1-bd82-5074410d31b0} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6738 | 2024.03.25 19:39:19.994289 [ 3 ] {35b98abe-d3c6-42b1-bd82-5074410d31b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
| 6739 | 2024.03.25 19:39:19.994696 [ 3 ] {35b98abe-d3c6-42b1-bd82-5074410d31b0} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6740 | 2024.03.25 19:39:19.995051 [ 3 ] {35b98abe-d3c6-42b1-bd82-5074410d31b0} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6741 | 2024.03.25 19:39:19.995201 [ 3 ] {35b98abe-d3c6-42b1-bd82-5074410d31b0} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.001684 sec., 15439.429928741092 rows/sec., 1.16 MiB/sec. | ||
| 6742 | 2024.03.25 19:39:19.995346 [ 3 ] {35b98abe-d3c6-42b1-bd82-5074410d31b0} <Debug> DynamicQueryHandler: Done processing query | ||
| 6743 | 2024.03.25 19:39:19.995374 [ 3 ] {35b98abe-d3c6-42b1-bd82-5074410d31b0} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 6744 | 2024.03.25 19:39:19.995390 [ 3 ] {} <Debug> HTTP-Session: 5506aa02-7f8f-4f35-9db2-f22da9ccac5c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6745 | 2024.03.25 19:39:19.995568 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4792, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6746 | 2024.03.25 19:39:19.995620 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 6747 | 2024.03.25 19:39:19.995640 [ 3 ] {} <Debug> HTTP-Session: a75a900f-cc00-4475-83f8-ea03e6263e5b Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 6748 | 2024.03.25 19:39:19.995658 [ 3 ] {} <Debug> HTTP-Session: a75a900f-cc00-4475-83f8-ea03e6263e5b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6749 | 2024.03.25 19:39:19.995673 [ 3 ] {} <Debug> HTTP-Session: a75a900f-cc00-4475-83f8-ea03e6263e5b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6750 | 2024.03.25 19:39:19.995709 [ 3 ] {} <Trace> HTTP-Session: a75a900f-cc00-4475-83f8-ea03e6263e5b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6751 | 2024.03.25 19:39:19.995791 [ 3 ] {aa8df35e-b8ca-408e-936b-8f1a15277592} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 6752 | 2024.03.25 19:39:19.995837 [ 3 ] {aa8df35e-b8ca-408e-936b-8f1a15277592} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6753 | 2024.03.25 19:39:19.995967 [ 3 ] {aa8df35e-b8ca-408e-936b-8f1a15277592} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6754 | 2024.03.25 19:39:19.996244 [ 3 ] {aa8df35e-b8ca-408e-936b-8f1a15277592} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6755 | 2024.03.25 19:39:19.996282 [ 3 ] {aa8df35e-b8ca-408e-936b-8f1a15277592} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
| 6756 | 2024.03.25 19:39:19.996603 [ 3 ] {aa8df35e-b8ca-408e-936b-8f1a15277592} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6757 | 2024.03.25 19:39:19.996923 [ 3 ] {aa8df35e-b8ca-408e-936b-8f1a15277592} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6758 | 2024.03.25 19:39:19.997051 [ 3 ] {aa8df35e-b8ca-408e-936b-8f1a15277592} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001293 sec., 21655.06573859242 rows/sec., 1.69 MiB/sec. | ||
| 6759 | 2024.03.25 19:39:19.997241 [ 3 ] {aa8df35e-b8ca-408e-936b-8f1a15277592} <Debug> DynamicQueryHandler: Done processing query | ||
| 6760 | 2024.03.25 19:39:19.997283 [ 3 ] {aa8df35e-b8ca-408e-936b-8f1a15277592} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 6761 | 2024.03.25 19:39:19.997335 [ 3 ] {} <Debug> HTTP-Session: a75a900f-cc00-4475-83f8-ea03e6263e5b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6762 | 2024.03.25 19:39:19.997547 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 19137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6763 | 2024.03.25 19:39:19.997601 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 6764 | 2024.03.25 19:39:19.997621 [ 3 ] {} <Debug> HTTP-Session: 23cdfb82-50ad-49e5-aad9-f9d913d519da Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 6765 | 2024.03.25 19:39:19.997639 [ 3 ] {} <Debug> HTTP-Session: 23cdfb82-50ad-49e5-aad9-f9d913d519da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6766 | 2024.03.25 19:39:19.997653 [ 3 ] {} <Debug> HTTP-Session: 23cdfb82-50ad-49e5-aad9-f9d913d519da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6767 | 2024.03.25 19:39:19.997686 [ 3 ] {} <Trace> HTTP-Session: 23cdfb82-50ad-49e5-aad9-f9d913d519da Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6768 | 2024.03.25 19:39:19.997793 [ 3 ] {59cf4eb6-6746-4a1a-a417-934bc0949612} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 6769 | 2024.03.25 19:39:19.997841 [ 3 ] {59cf4eb6-6746-4a1a-a417-934bc0949612} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6770 | 2024.03.25 19:39:19.998008 [ 3 ] {59cf4eb6-6746-4a1a-a417-934bc0949612} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6771 | 2024.03.25 19:39:19.998308 [ 3 ] {59cf4eb6-6746-4a1a-a417-934bc0949612} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6772 | 2024.03.25 19:39:19.998346 [ 3 ] {59cf4eb6-6746-4a1a-a417-934bc0949612} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
| 6773 | 2024.03.25 19:39:19.998745 [ 3 ] {59cf4eb6-6746-4a1a-a417-934bc0949612} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6774 | 2024.03.25 19:39:19.999113 [ 3 ] {59cf4eb6-6746-4a1a-a417-934bc0949612} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6775 | 2024.03.25 19:39:19.999246 [ 3 ] {59cf4eb6-6746-4a1a-a417-934bc0949612} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001508 sec., 66312.99734748011 rows/sec., 4.60 MiB/sec. | ||
| 6776 | 2024.03.25 19:39:19.999359 [ 3 ] {59cf4eb6-6746-4a1a-a417-934bc0949612} <Debug> DynamicQueryHandler: Done processing query | ||
| 6777 | 2024.03.25 19:39:19.999383 [ 3 ] {59cf4eb6-6746-4a1a-a417-934bc0949612} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
| 6778 | 2024.03.25 19:39:19.999398 [ 3 ] {} <Debug> HTTP-Session: 23cdfb82-50ad-49e5-aad9-f9d913d519da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6779 | 2024.03.25 19:39:19.999531 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6780 | 2024.03.25 19:39:19.999580 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 6781 | 2024.03.25 19:39:19.999599 [ 3 ] {} <Debug> HTTP-Session: c9218bf2-1661-406c-95f9-b2596dbc3676 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 6782 | 2024.03.25 19:39:19.999617 [ 3 ] {} <Debug> HTTP-Session: c9218bf2-1661-406c-95f9-b2596dbc3676 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6783 | 2024.03.25 19:39:19.999631 [ 3 ] {} <Debug> HTTP-Session: c9218bf2-1661-406c-95f9-b2596dbc3676 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6784 | 2024.03.25 19:39:19.999662 [ 3 ] {} <Trace> HTTP-Session: c9218bf2-1661-406c-95f9-b2596dbc3676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6785 | 2024.03.25 19:39:19.999738 [ 3 ] {ad4274dc-1ebc-4bd6-8982-b0e527cc56d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 6786 | 2024.03.25 19:39:19.999780 [ 3 ] {ad4274dc-1ebc-4bd6-8982-b0e527cc56d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6787 | 2024.03.25 19:39:19.999907 [ 3 ] {ad4274dc-1ebc-4bd6-8982-b0e527cc56d7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6788 | 2024.03.25 19:39:20.000157 [ 3 ] {ad4274dc-1ebc-4bd6-8982-b0e527cc56d7} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6789 | 2024.03.25 19:39:20.000169 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 190.61 MiB, peak 197.16 MiB, free memory in arenas 0.00 B, will set to 189.37 MiB (RSS), difference: -1.24 MiB | ||
| 6790 | 2024.03.25 19:39:20.000200 [ 3 ] {ad4274dc-1ebc-4bd6-8982-b0e527cc56d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
| 6791 | 2024.03.25 19:39:20.000950 [ 3 ] {ad4274dc-1ebc-4bd6-8982-b0e527cc56d7} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6792 | 2024.03.25 19:39:20.001292 [ 3 ] {ad4274dc-1ebc-4bd6-8982-b0e527cc56d7} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6793 | 2024.03.25 19:39:20.001431 [ 3 ] {ad4274dc-1ebc-4bd6-8982-b0e527cc56d7} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001725 sec., 17391.304347826088 rows/sec., 1.19 MiB/sec. | ||
| 6794 | 2024.03.25 19:39:20.001543 [ 3 ] {ad4274dc-1ebc-4bd6-8982-b0e527cc56d7} <Debug> DynamicQueryHandler: Done processing query | ||
| 6795 | 2024.03.25 19:39:20.001567 [ 3 ] {ad4274dc-1ebc-4bd6-8982-b0e527cc56d7} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 6796 | 2024.03.25 19:39:20.001583 [ 3 ] {} <Debug> HTTP-Session: c9218bf2-1661-406c-95f9-b2596dbc3676 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6797 | 2024.03.25 19:39:21.611399 [ 86 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6798 | 2024.03.25 19:39:21.611449 [ 86 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6799 | 2024.03.25 19:39:24.996145 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 8371, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6800 | 2024.03.25 19:39:24.996285 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 6801 | 2024.03.25 19:39:24.996314 [ 3 ] {} <Debug> HTTP-Session: 240f85f5-9905-4967-9a3b-6a20d83f5c53 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 6802 | 2024.03.25 19:39:24.996343 [ 3 ] {} <Debug> HTTP-Session: 240f85f5-9905-4967-9a3b-6a20d83f5c53 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6803 | 2024.03.25 19:39:24.996360 [ 3 ] {} <Debug> HTTP-Session: 240f85f5-9905-4967-9a3b-6a20d83f5c53 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6804 | 2024.03.25 19:39:24.996416 [ 3 ] {} <Trace> HTTP-Session: 240f85f5-9905-4967-9a3b-6a20d83f5c53 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6805 | 2024.03.25 19:39:24.996564 [ 3 ] {42b5f11f-5e20-4cc1-8ae6-5db63e77a890} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 6806 | 2024.03.25 19:39:24.996635 [ 3 ] {42b5f11f-5e20-4cc1-8ae6-5db63e77a890} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 6807 | 2024.03.25 19:39:24.996852 [ 3 ] {42b5f11f-5e20-4cc1-8ae6-5db63e77a890} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6808 | 2024.03.25 19:39:24.997335 [ 3 ] {42b5f11f-5e20-4cc1-8ae6-5db63e77a890} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6809 | 2024.03.25 19:39:24.997377 [ 3 ] {42b5f11f-5e20-4cc1-8ae6-5db63e77a890} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
| 6810 | 2024.03.25 19:39:24.997774 [ 3 ] {42b5f11f-5e20-4cc1-8ae6-5db63e77a890} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 6811 | 2024.03.25 19:39:24.998121 [ 3 ] {42b5f11f-5e20-4cc1-8ae6-5db63e77a890} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6812 | 2024.03.25 19:39:24.998267 [ 3 ] {42b5f11f-5e20-4cc1-8ae6-5db63e77a890} <Debug> executeQuery: Read 58 rows, 4.70 KiB in 0.001777 sec., 32639.27968486213 rows/sec., 2.58 MiB/sec. | ||
| 6813 | 2024.03.25 19:39:24.998424 [ 3 ] {42b5f11f-5e20-4cc1-8ae6-5db63e77a890} <Debug> DynamicQueryHandler: Done processing query | ||
| 6814 | 2024.03.25 19:39:24.998451 [ 3 ] {42b5f11f-5e20-4cc1-8ae6-5db63e77a890} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 6815 | 2024.03.25 19:39:24.998467 [ 3 ] {} <Debug> HTTP-Session: 240f85f5-9905-4967-9a3b-6a20d83f5c53 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6816 | 2024.03.25 19:39:24.998654 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 31316, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6817 | 2024.03.25 19:39:24.998710 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 6818 | 2024.03.25 19:39:24.998729 [ 3 ] {} <Debug> HTTP-Session: 9ad6546b-bd72-4cde-85ae-325170705124 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 6819 | 2024.03.25 19:39:24.998747 [ 3 ] {} <Debug> HTTP-Session: 9ad6546b-bd72-4cde-85ae-325170705124 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6820 | 2024.03.25 19:39:24.998761 [ 3 ] {} <Debug> HTTP-Session: 9ad6546b-bd72-4cde-85ae-325170705124 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6821 | 2024.03.25 19:39:24.998799 [ 3 ] {} <Trace> HTTP-Session: 9ad6546b-bd72-4cde-85ae-325170705124 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6822 | 2024.03.25 19:39:24.998928 [ 3 ] {f44a3902-23c5-4f27-88a3-915118c0accd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 6823 | 2024.03.25 19:39:24.998974 [ 3 ] {f44a3902-23c5-4f27-88a3-915118c0accd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6824 | 2024.03.25 19:39:24.999106 [ 3 ] {f44a3902-23c5-4f27-88a3-915118c0accd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6825 | 2024.03.25 19:39:24.999530 [ 3 ] {f44a3902-23c5-4f27-88a3-915118c0accd} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6826 | 2024.03.25 19:39:24.999569 [ 3 ] {f44a3902-23c5-4f27-88a3-915118c0accd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
| 6827 | 2024.03.25 19:39:24.999909 [ 3 ] {f44a3902-23c5-4f27-88a3-915118c0accd} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6828 | 2024.03.25 19:39:25.000158 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 194.82 MiB, peak 197.16 MiB, free memory in arenas 0.00 B, will set to 189.37 MiB (RSS), difference: -5.45 MiB | ||
| 6829 | 2024.03.25 19:39:25.000460 [ 3 ] {f44a3902-23c5-4f27-88a3-915118c0accd} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6830 | 2024.03.25 19:39:25.000752 [ 84 ] {} <Debug> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6831 | 2024.03.25 19:39:25.000833 [ 3 ] {f44a3902-23c5-4f27-88a3-915118c0accd} <Debug> executeQuery: Read 200 rows, 19.11 KiB in 0.001965 sec., 101781.17048346055 rows/sec., 9.50 MiB/sec. | ||
| 6832 | 2024.03.25 19:39:25.000846 [ 84 ] {} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6833 | 2024.03.25 19:39:25.000924 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
| 6834 | 2024.03.25 19:39:25.001086 [ 3 ] {f44a3902-23c5-4f27-88a3-915118c0accd} <Debug> DynamicQueryHandler: Done processing query | ||
| 6835 | 2024.03.25 19:39:25.001169 [ 3 ] {f44a3902-23c5-4f27-88a3-915118c0accd} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 6836 | 2024.03.25 19:39:25.001241 [ 3 ] {} <Debug> HTTP-Session: 9ad6546b-bd72-4cde-85ae-325170705124 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6837 | 2024.03.25 19:39:25.001257 [ 191 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full | ||
| 6838 | 2024.03.25 19:39:25.001649 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 14620, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6839 | 2024.03.25 19:39:25.001760 [ 191 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6840 | 2024.03.25 19:39:25.001904 [ 191 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 238 rows starting from the beginning of the part | ||
| 6841 | 2024.03.25 19:39:25.001943 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 6842 | 2024.03.25 19:39:25.002033 [ 3 ] {} <Debug> HTTP-Session: 8198bc4c-be45-4047-b883-28d121c93c22 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 6843 | 2024.03.25 19:39:25.002140 [ 3 ] {} <Debug> HTTP-Session: 8198bc4c-be45-4047-b883-28d121c93c22 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6844 | 2024.03.25 19:39:25.002204 [ 191 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 202 rows starting from the beginning of the part | ||
| 6845 | 2024.03.25 19:39:25.002223 [ 3 ] {} <Debug> HTTP-Session: 8198bc4c-be45-4047-b883-28d121c93c22 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6846 | 2024.03.25 19:39:25.002469 [ 3 ] {} <Trace> HTTP-Session: 8198bc4c-be45-4047-b883-28d121c93c22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6847 | 2024.03.25 19:39:25.002514 [ 191 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 26 rows starting from the beginning of the part | ||
| 6848 | 2024.03.25 19:39:25.002816 [ 191 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 202 rows starting from the beginning of the part | ||
| 6849 | 2024.03.25 19:39:25.003016 [ 3 ] {2eddbf3e-c336-4dc5-8c0d-b52262636c56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 6850 | 2024.03.25 19:39:25.003074 [ 191 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 26 rows starting from the beginning of the part | ||
| 6851 | 2024.03.25 19:39:25.003320 [ 191 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 200 rows starting from the beginning of the part | ||
| 6852 | 2024.03.25 19:39:25.003408 [ 3 ] {2eddbf3e-c336-4dc5-8c0d-b52262636c56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6853 | 2024.03.25 19:39:25.004088 [ 3 ] {2eddbf3e-c336-4dc5-8c0d-b52262636c56} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6854 | 2024.03.25 19:39:25.004911 [ 3 ] {2eddbf3e-c336-4dc5-8c0d-b52262636c56} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6855 | 2024.03.25 19:39:25.004985 [ 3 ] {2eddbf3e-c336-4dc5-8c0d-b52262636c56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
| 6856 | 2024.03.25 19:39:25.005740 [ 3 ] {2eddbf3e-c336-4dc5-8c0d-b52262636c56} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6857 | 2024.03.25 19:39:25.006260 [ 191 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 894 rows, containing 4 columns (4 merged, 0 gathered) in 0.005221818 sec., 171204.74133721244 rows/sec., 15.67 MiB/sec. | ||
| 6858 | 2024.03.25 19:39:25.006485 [ 191 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6859 | 2024.03.25 19:39:25.006624 [ 3 ] {2eddbf3e-c336-4dc5-8c0d-b52262636c56} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6860 | 2024.03.25 19:39:25.006889 [ 84 ] {} <Debug> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6861 | 2024.03.25 19:39:25.006968 [ 84 ] {} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6862 | 2024.03.25 19:39:25.007049 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
| 6863 | 2024.03.25 19:39:25.007045 [ 3 ] {2eddbf3e-c336-4dc5-8c0d-b52262636c56} <Debug> executeQuery: Read 86 rows, 6.88 KiB in 0.004318 sec., 19916.628068550257 rows/sec., 1.56 MiB/sec. | ||
| 6864 | 2024.03.25 19:39:25.007564 [ 188 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full | ||
| 6865 | 2024.03.25 19:39:25.007582 [ 3 ] {2eddbf3e-c336-4dc5-8c0d-b52262636c56} <Debug> DynamicQueryHandler: Done processing query | ||
| 6866 | 2024.03.25 19:39:25.007660 [ 3 ] {2eddbf3e-c336-4dc5-8c0d-b52262636c56} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 6867 | 2024.03.25 19:39:25.007697 [ 3 ] {} <Debug> HTTP-Session: 8198bc4c-be45-4047-b883-28d121c93c22 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6868 | 2024.03.25 19:39:25.007868 [ 188 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6869 | 2024.03.25 19:39:25.007924 [ 188 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 137 rows starting from the beginning of the part | ||
| 6870 | 2024.03.25 19:39:25.007947 [ 191 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_51_10} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6871 | 2024.03.25 19:39:25.007964 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 19137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6872 | 2024.03.25 19:39:25.008134 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 6873 | 2024.03.25 19:39:25.008269 [ 3 ] {} <Debug> HTTP-Session: a553260d-ab8b-479a-9333-a24d572f381e Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 6874 | 2024.03.25 19:39:25.008288 [ 188 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 90 rows starting from the beginning of the part | ||
| 6875 | 2024.03.25 19:39:25.008300 [ 191 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_51_10} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6876 | 2024.03.25 19:39:25.008374 [ 3 ] {} <Debug> HTTP-Session: a553260d-ab8b-479a-9333-a24d572f381e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6877 | 2024.03.25 19:39:25.008594 [ 3 ] {} <Debug> HTTP-Session: a553260d-ab8b-479a-9333-a24d572f381e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6878 | 2024.03.25 19:39:25.008643 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. | ||
| 6879 | 2024.03.25 19:39:25.008785 [ 3 ] {} <Trace> HTTP-Session: a553260d-ab8b-479a-9333-a24d572f381e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6880 | 2024.03.25 19:39:25.008820 [ 188 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 28 rows starting from the beginning of the part | ||
| 6881 | 2024.03.25 19:39:25.008949 [ 188 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 90 rows starting from the beginning of the part | ||
| 6882 | 2024.03.25 19:39:25.009039 [ 3 ] {e890559b-8323-4da7-a902-283878f80865} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 6883 | 2024.03.25 19:39:25.009264 [ 3 ] {e890559b-8323-4da7-a902-283878f80865} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6884 | 2024.03.25 19:39:25.009273 [ 188 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 28 rows starting from the beginning of the part | ||
| 6885 | 2024.03.25 19:39:25.009626 [ 188 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 86 rows starting from the beginning of the part | ||
| 6886 | 2024.03.25 19:39:25.010267 [ 3 ] {e890559b-8323-4da7-a902-283878f80865} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6887 | 2024.03.25 19:39:25.010789 [ 3 ] {e890559b-8323-4da7-a902-283878f80865} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6888 | 2024.03.25 19:39:25.010832 [ 3 ] {e890559b-8323-4da7-a902-283878f80865} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
| 6889 | 2024.03.25 19:39:25.011410 [ 188 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 459 rows, containing 4 columns (4 merged, 0 gathered) in 0.004190643 sec., 109529.7308790083 rows/sec., 8.56 MiB/sec. | ||
| 6890 | 2024.03.25 19:39:25.011485 [ 3 ] {e890559b-8323-4da7-a902-283878f80865} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6891 | 2024.03.25 19:39:25.011540 [ 188 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6892 | 2024.03.25 19:39:25.011991 [ 3 ] {e890559b-8323-4da7-a902-283878f80865} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6893 | 2024.03.25 19:39:25.012020 [ 188 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_51_10} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6894 | 2024.03.25 19:39:25.012142 [ 188 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_51_10} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6895 | 2024.03.25 19:39:25.012152 [ 84 ] {} <Debug> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6896 | 2024.03.25 19:39:25.012179 [ 3 ] {e890559b-8323-4da7-a902-283878f80865} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.003307 sec., 30238.88720895071 rows/sec., 2.10 MiB/sec. | ||
| 6897 | 2024.03.25 19:39:25.012197 [ 84 ] {} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6898 | 2024.03.25 19:39:25.012258 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
| 6899 | 2024.03.25 19:39:25.012312 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 6900 | 2024.03.25 19:39:25.012471 [ 3 ] {e890559b-8323-4da7-a902-283878f80865} <Debug> DynamicQueryHandler: Done processing query | ||
| 6901 | 2024.03.25 19:39:25.012505 [ 3 ] {e890559b-8323-4da7-a902-283878f80865} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
| 6902 | 2024.03.25 19:39:25.012506 [ 198 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full | ||
| 6903 | 2024.03.25 19:39:25.012528 [ 3 ] {} <Debug> HTTP-Session: a553260d-ab8b-479a-9333-a24d572f381e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6904 | 2024.03.25 19:39:25.012706 [ 198 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6905 | 2024.03.25 19:39:25.012748 [ 198 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 5093 rows starting from the beginning of the part | ||
| 6906 | 2024.03.25 19:39:25.012868 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 62045, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6907 | 2024.03.25 19:39:25.012956 [ 198 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 102 rows starting from the beginning of the part | ||
| 6908 | 2024.03.25 19:39:25.013062 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 6909 | 2024.03.25 19:39:25.013180 [ 3 ] {} <Debug> HTTP-Session: 22844b0d-deb9-42e7-935f-1810f79e633c Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 6910 | 2024.03.25 19:39:25.013288 [ 198 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 100 rows starting from the beginning of the part | ||
| 6911 | 2024.03.25 19:39:25.013294 [ 3 ] {} <Debug> HTTP-Session: 22844b0d-deb9-42e7-935f-1810f79e633c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6912 | 2024.03.25 19:39:25.013348 [ 3 ] {} <Debug> HTTP-Session: 22844b0d-deb9-42e7-935f-1810f79e633c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6913 | 2024.03.25 19:39:25.013549 [ 3 ] {} <Trace> HTTP-Session: 22844b0d-deb9-42e7-935f-1810f79e633c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6914 | 2024.03.25 19:39:25.013549 [ 198 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 102 rows starting from the beginning of the part | ||
| 6915 | 2024.03.25 19:39:25.013798 [ 198 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 100 rows starting from the beginning of the part | ||
| 6916 | 2024.03.25 19:39:25.013963 [ 198 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 100 rows starting from the beginning of the part | ||
| 6917 | 2024.03.25 19:39:25.014274 [ 3 ] {a8d08ee8-ada6-4aba-97d1-dd99d632443f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 6918 | 2024.03.25 19:39:25.014410 [ 3 ] {a8d08ee8-ada6-4aba-97d1-dd99d632443f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 6919 | 2024.03.25 19:39:25.014886 [ 3 ] {a8d08ee8-ada6-4aba-97d1-dd99d632443f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6920 | 2024.03.25 19:39:25.016118 [ 3 ] {a8d08ee8-ada6-4aba-97d1-dd99d632443f} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6921 | 2024.03.25 19:39:25.016156 [ 3 ] {a8d08ee8-ada6-4aba-97d1-dd99d632443f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
| 6922 | 2024.03.25 19:39:25.016937 [ 3 ] {a8d08ee8-ada6-4aba-97d1-dd99d632443f} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 6923 | 2024.03.25 19:39:25.017223 [ 188 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5597 rows, containing 5 columns (5 merged, 0 gathered) in 0.004790998 sec., 1168232.589535625 rows/sec., 81.13 MiB/sec. | ||
| 6924 | 2024.03.25 19:39:25.017509 [ 3 ] {a8d08ee8-ada6-4aba-97d1-dd99d632443f} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6925 | 2024.03.25 19:39:25.017683 [ 188 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6926 | 2024.03.25 19:39:25.017707 [ 3 ] {a8d08ee8-ada6-4aba-97d1-dd99d632443f} <Debug> executeQuery: Read 58 rows, 80.15 KiB in 0.004026 sec., 14406.358668653751 rows/sec., 19.44 MiB/sec. | ||
| 6927 | 2024.03.25 19:39:25.018248 [ 3 ] {a8d08ee8-ada6-4aba-97d1-dd99d632443f} <Debug> DynamicQueryHandler: Done processing query | ||
| 6928 | 2024.03.25 19:39:25.018325 [ 3 ] {a8d08ee8-ada6-4aba-97d1-dd99d632443f} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 6929 | 2024.03.25 19:39:25.018412 [ 3 ] {} <Debug> HTTP-Session: 22844b0d-deb9-42e7-935f-1810f79e633c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6930 | 2024.03.25 19:39:25.018718 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6931 | 2024.03.25 19:39:25.018802 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 6932 | 2024.03.25 19:39:25.018824 [ 3 ] {} <Debug> HTTP-Session: 51394aee-496f-46b4-b0d5-abac84ea507a Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 6933 | 2024.03.25 19:39:25.018846 [ 3 ] {} <Debug> HTTP-Session: 51394aee-496f-46b4-b0d5-abac84ea507a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6934 | 2024.03.25 19:39:25.018865 [ 3 ] {} <Debug> HTTP-Session: 51394aee-496f-46b4-b0d5-abac84ea507a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6935 | 2024.03.25 19:39:25.018903 [ 3 ] {} <Trace> HTTP-Session: 51394aee-496f-46b4-b0d5-abac84ea507a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6936 | 2024.03.25 19:39:25.018976 [ 188 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6937 | 2024.03.25 19:39:25.019007 [ 3 ] {d8175912-30ff-4c2f-9037-93fafa88b92d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 6938 | 2024.03.25 19:39:25.019060 [ 3 ] {d8175912-30ff-4c2f-9037-93fafa88b92d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6939 | 2024.03.25 19:39:25.019084 [ 188 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6940 | 2024.03.25 19:39:25.019202 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.26 MiB. | ||
| 6941 | 2024.03.25 19:39:25.019279 [ 3 ] {d8175912-30ff-4c2f-9037-93fafa88b92d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6942 | 2024.03.25 19:39:25.019627 [ 3 ] {d8175912-30ff-4c2f-9037-93fafa88b92d} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6943 | 2024.03.25 19:39:25.019663 [ 3 ] {d8175912-30ff-4c2f-9037-93fafa88b92d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
| 6944 | 2024.03.25 19:39:25.020029 [ 3 ] {d8175912-30ff-4c2f-9037-93fafa88b92d} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6945 | 2024.03.25 19:39:25.020358 [ 3 ] {d8175912-30ff-4c2f-9037-93fafa88b92d} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6946 | 2024.03.25 19:39:25.020491 [ 3 ] {d8175912-30ff-4c2f-9037-93fafa88b92d} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001536 sec., 19531.25 rows/sec., 1.34 MiB/sec. | ||
| 6947 | 2024.03.25 19:39:25.020492 [ 84 ] {} <Debug> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6948 | 2024.03.25 19:39:25.020555 [ 84 ] {} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6949 | 2024.03.25 19:39:25.020593 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
| 6950 | 2024.03.25 19:39:25.020659 [ 3 ] {d8175912-30ff-4c2f-9037-93fafa88b92d} <Debug> DynamicQueryHandler: Done processing query | ||
| 6951 | 2024.03.25 19:39:25.020715 [ 3 ] {d8175912-30ff-4c2f-9037-93fafa88b92d} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 6952 | 2024.03.25 19:39:25.020762 [ 3 ] {} <Debug> HTTP-Session: 51394aee-496f-46b4-b0d5-abac84ea507a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6953 | 2024.03.25 19:39:25.020815 [ 191 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full | ||
| 6954 | 2024.03.25 19:39:25.020949 [ 191 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6955 | 2024.03.25 19:39:25.020979 [ 191 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1362 rows starting from the beginning of the part | ||
| 6956 | 2024.03.25 19:39:25.021071 [ 191 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 30 rows starting from the beginning of the part | ||
| 6957 | 2024.03.25 19:39:25.021231 [ 191 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 30 rows starting from the beginning of the part | ||
| 6958 | 2024.03.25 19:39:25.021461 [ 191 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 30 rows starting from the beginning of the part | ||
| 6959 | 2024.03.25 19:39:25.021631 [ 191 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 30 rows starting from the beginning of the part | ||
| 6960 | 2024.03.25 19:39:25.021787 [ 191 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 30 rows starting from the beginning of the part | ||
| 6961 | 2024.03.25 19:39:25.023042 [ 187 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1512 rows, containing 4 columns (4 merged, 0 gathered) in 0.002360348 sec., 640583.5071777551 rows/sec., 43.88 MiB/sec. | ||
| 6962 | 2024.03.25 19:39:25.023229 [ 187 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6963 | 2024.03.25 19:39:25.023621 [ 187 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_51_10} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6964 | 2024.03.25 19:39:25.023713 [ 187 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_51_10} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6965 | 2024.03.25 19:39:25.023790 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. | ||
| 6966 | 2024.03.25 19:39:26.000152 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 184.43 MiB, peak 197.16 MiB, free memory in arenas 0.00 B, will set to 189.74 MiB (RSS), difference: 5.32 MiB | ||
| 6967 | 2024.03.25 19:39:29.994316 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6968 | 2024.03.25 19:39:29.994453 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 6969 | 2024.03.25 19:39:29.994484 [ 3 ] {} <Debug> HTTP-Session: ce420fb6-1a71-450c-8a12-4246e54effae Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 6970 | 2024.03.25 19:39:29.994513 [ 3 ] {} <Debug> HTTP-Session: ce420fb6-1a71-450c-8a12-4246e54effae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6971 | 2024.03.25 19:39:29.994533 [ 3 ] {} <Debug> HTTP-Session: ce420fb6-1a71-450c-8a12-4246e54effae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6972 | 2024.03.25 19:39:29.994587 [ 3 ] {} <Trace> HTTP-Session: ce420fb6-1a71-450c-8a12-4246e54effae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6973 | 2024.03.25 19:39:29.994712 [ 3 ] {69338601-3493-4f96-a82d-80b5ac93c540} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 6974 | 2024.03.25 19:39:29.994784 [ 3 ] {69338601-3493-4f96-a82d-80b5ac93c540} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6975 | 2024.03.25 19:39:29.995003 [ 3 ] {69338601-3493-4f96-a82d-80b5ac93c540} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6976 | 2024.03.25 19:39:29.995437 [ 3 ] {69338601-3493-4f96-a82d-80b5ac93c540} <Trace> oximeter.fields_ipaddr (d9ee32b3-8a1d-44e7-a34c-f0038ee3937b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6977 | 2024.03.25 19:39:29.995479 [ 3 ] {69338601-3493-4f96-a82d-80b5ac93c540} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
| 6978 | 2024.03.25 19:39:29.995872 [ 3 ] {69338601-3493-4f96-a82d-80b5ac93c540} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 6979 | 2024.03.25 19:39:29.996221 [ 3 ] {69338601-3493-4f96-a82d-80b5ac93c540} <Trace> oximeter.fields_ipaddr (d9ee32b3-8a1d-44e7-a34c-f0038ee3937b): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6980 | 2024.03.25 19:39:29.996389 [ 3 ] {69338601-3493-4f96-a82d-80b5ac93c540} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001732 sec., 1154.7344110854503 rows/sec., 94.16 KiB/sec. | ||
| 6981 | 2024.03.25 19:39:29.996592 [ 3 ] {69338601-3493-4f96-a82d-80b5ac93c540} <Debug> DynamicQueryHandler: Done processing query | ||
| 6982 | 2024.03.25 19:39:29.996620 [ 3 ] {69338601-3493-4f96-a82d-80b5ac93c540} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 6983 | 2024.03.25 19:39:29.996637 [ 3 ] {} <Debug> HTTP-Session: ce420fb6-1a71-450c-8a12-4246e54effae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6984 | 2024.03.25 19:39:29.996812 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 8753, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6985 | 2024.03.25 19:39:29.996866 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 6986 | 2024.03.25 19:39:29.996885 [ 3 ] {} <Debug> HTTP-Session: 7ba12a52-32d8-4a91-a818-2d0be5cd6d38 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 6987 | 2024.03.25 19:39:29.996904 [ 3 ] {} <Debug> HTTP-Session: 7ba12a52-32d8-4a91-a818-2d0be5cd6d38 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6988 | 2024.03.25 19:39:29.996918 [ 3 ] {} <Debug> HTTP-Session: 7ba12a52-32d8-4a91-a818-2d0be5cd6d38 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6989 | 2024.03.25 19:39:29.996954 [ 3 ] {} <Trace> HTTP-Session: 7ba12a52-32d8-4a91-a818-2d0be5cd6d38 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6990 | 2024.03.25 19:39:29.997049 [ 3 ] {8224785c-54f5-4763-b70f-f06782d03316} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 6991 | 2024.03.25 19:39:29.997093 [ 3 ] {8224785c-54f5-4763-b70f-f06782d03316} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6992 | 2024.03.25 19:39:29.997227 [ 3 ] {8224785c-54f5-4763-b70f-f06782d03316} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6993 | 2024.03.25 19:39:29.997611 [ 3 ] {8224785c-54f5-4763-b70f-f06782d03316} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6994 | 2024.03.25 19:39:29.997650 [ 3 ] {8224785c-54f5-4763-b70f-f06782d03316} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
| 6995 | 2024.03.25 19:39:29.997967 [ 3 ] {8224785c-54f5-4763-b70f-f06782d03316} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 6996 | 2024.03.25 19:39:29.998292 [ 3 ] {8224785c-54f5-4763-b70f-f06782d03316} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6997 | 2024.03.25 19:39:29.998451 [ 3 ] {8224785c-54f5-4763-b70f-f06782d03316} <Debug> executeQuery: Read 63 rows, 4.91 KiB in 0.00144 sec., 43750 rows/sec., 3.33 MiB/sec. | ||
| 6998 | 2024.03.25 19:39:29.998582 [ 3 ] {8224785c-54f5-4763-b70f-f06782d03316} <Debug> DynamicQueryHandler: Done processing query | ||
| 6999 | 2024.03.25 19:39:29.998607 [ 3 ] {8224785c-54f5-4763-b70f-f06782d03316} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 7000 | 2024.03.25 19:39:29.998623 [ 3 ] {} <Debug> HTTP-Session: 7ba12a52-32d8-4a91-a818-2d0be5cd6d38 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7001 | 2024.03.25 19:39:29.998759 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7002 | 2024.03.25 19:39:29.998810 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 7003 | 2024.03.25 19:39:29.998828 [ 3 ] {} <Debug> HTTP-Session: 174e5d48-430a-49f7-944c-0080760997a4 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 7004 | 2024.03.25 19:39:29.998846 [ 3 ] {} <Debug> HTTP-Session: 174e5d48-430a-49f7-944c-0080760997a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7005 | 2024.03.25 19:39:29.998860 [ 3 ] {} <Debug> HTTP-Session: 174e5d48-430a-49f7-944c-0080760997a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7006 | 2024.03.25 19:39:29.998893 [ 3 ] {} <Trace> HTTP-Session: 174e5d48-430a-49f7-944c-0080760997a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7007 | 2024.03.25 19:39:29.998960 [ 3 ] {139d0fbc-b9cc-4f23-a7eb-dac934dc49cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 7008 | 2024.03.25 19:39:29.999002 [ 3 ] {139d0fbc-b9cc-4f23-a7eb-dac934dc49cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7009 | 2024.03.25 19:39:29.999131 [ 3 ] {139d0fbc-b9cc-4f23-a7eb-dac934dc49cb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7010 | 2024.03.25 19:39:29.999433 [ 3 ] {139d0fbc-b9cc-4f23-a7eb-dac934dc49cb} <Trace> oximeter.fields_u16 (c5488911-6586-43c0-ae3f-1262ae9a0dfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7011 | 2024.03.25 19:39:29.999472 [ 3 ] {139d0fbc-b9cc-4f23-a7eb-dac934dc49cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
| 7012 | 2024.03.25 19:39:29.999774 [ 3 ] {139d0fbc-b9cc-4f23-a7eb-dac934dc49cb} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 7013 | 2024.03.25 19:39:30.000144 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 195.16 MiB, peak 197.16 MiB, free memory in arenas 0.00 B, will set to 189.74 MiB (RSS), difference: -5.42 MiB | ||
| 7014 | 2024.03.25 19:39:30.000224 [ 3 ] {139d0fbc-b9cc-4f23-a7eb-dac934dc49cb} <Trace> oximeter.fields_u16 (c5488911-6586-43c0-ae3f-1262ae9a0dfa): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7015 | 2024.03.25 19:39:30.000556 [ 3 ] {139d0fbc-b9cc-4f23-a7eb-dac934dc49cb} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001604 sec., 1246.8827930174564 rows/sec., 87.06 KiB/sec. | ||
| 7016 | 2024.03.25 19:39:30.000784 [ 3 ] {139d0fbc-b9cc-4f23-a7eb-dac934dc49cb} <Debug> DynamicQueryHandler: Done processing query | ||
| 7017 | 2024.03.25 19:39:30.000809 [ 3 ] {139d0fbc-b9cc-4f23-a7eb-dac934dc49cb} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 7018 | 2024.03.25 19:39:30.000826 [ 3 ] {} <Debug> HTTP-Session: 174e5d48-430a-49f7-944c-0080760997a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7019 | 2024.03.25 19:39:30.000957 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 9171, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7020 | 2024.03.25 19:39:30.001003 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 7021 | 2024.03.25 19:39:30.001021 [ 3 ] {} <Debug> HTTP-Session: dd713b58-67cd-4ac0-b6c0-159fb0b7738e Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 7022 | 2024.03.25 19:39:30.001038 [ 3 ] {} <Debug> HTTP-Session: dd713b58-67cd-4ac0-b6c0-159fb0b7738e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7023 | 2024.03.25 19:39:30.001052 [ 3 ] {} <Debug> HTTP-Session: dd713b58-67cd-4ac0-b6c0-159fb0b7738e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7024 | 2024.03.25 19:39:30.001085 [ 3 ] {} <Trace> HTTP-Session: dd713b58-67cd-4ac0-b6c0-159fb0b7738e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7025 | 2024.03.25 19:39:30.001167 [ 3 ] {fe3e3c25-32e4-4920-b1c6-205134682749} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 7026 | 2024.03.25 19:39:30.001210 [ 3 ] {fe3e3c25-32e4-4920-b1c6-205134682749} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7027 | 2024.03.25 19:39:30.001355 [ 3 ] {fe3e3c25-32e4-4920-b1c6-205134682749} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7028 | 2024.03.25 19:39:30.001679 [ 3 ] {fe3e3c25-32e4-4920-b1c6-205134682749} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7029 | 2024.03.25 19:39:30.001718 [ 3 ] {fe3e3c25-32e4-4920-b1c6-205134682749} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
| 7030 | 2024.03.25 19:39:30.002035 [ 3 ] {fe3e3c25-32e4-4920-b1c6-205134682749} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 7031 | 2024.03.25 19:39:30.002345 [ 3 ] {fe3e3c25-32e4-4920-b1c6-205134682749} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7032 | 2024.03.25 19:39:30.002501 [ 3 ] {fe3e3c25-32e4-4920-b1c6-205134682749} <Debug> executeQuery: Read 54 rows, 4.30 KiB in 0.001365 sec., 39560.43956043956 rows/sec., 3.07 MiB/sec. | ||
| 7033 | 2024.03.25 19:39:30.002633 [ 3 ] {fe3e3c25-32e4-4920-b1c6-205134682749} <Debug> DynamicQueryHandler: Done processing query | ||
| 7034 | 2024.03.25 19:39:30.002657 [ 3 ] {fe3e3c25-32e4-4920-b1c6-205134682749} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 7035 | 2024.03.25 19:39:30.002673 [ 3 ] {} <Debug> HTTP-Session: dd713b58-67cd-4ac0-b6c0-159fb0b7738e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7036 | 2024.03.25 19:39:30.002815 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 26273, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7037 | 2024.03.25 19:39:30.002864 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 7038 | 2024.03.25 19:39:30.002883 [ 3 ] {} <Debug> HTTP-Session: 502ef32e-a2c7-448f-ad27-7ea7c1c89ec6 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 7039 | 2024.03.25 19:39:30.002901 [ 3 ] {} <Debug> HTTP-Session: 502ef32e-a2c7-448f-ad27-7ea7c1c89ec6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7040 | 2024.03.25 19:39:30.002914 [ 3 ] {} <Debug> HTTP-Session: 502ef32e-a2c7-448f-ad27-7ea7c1c89ec6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7041 | 2024.03.25 19:39:30.002945 [ 3 ] {} <Trace> HTTP-Session: 502ef32e-a2c7-448f-ad27-7ea7c1c89ec6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7042 | 2024.03.25 19:39:30.003054 [ 3 ] {50f36988-57b4-4853-9e90-01ce9b914db5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 7043 | 2024.03.25 19:39:30.003099 [ 3 ] {50f36988-57b4-4853-9e90-01ce9b914db5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7044 | 2024.03.25 19:39:30.003249 [ 3 ] {50f36988-57b4-4853-9e90-01ce9b914db5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7045 | 2024.03.25 19:39:30.003607 [ 3 ] {50f36988-57b4-4853-9e90-01ce9b914db5} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7046 | 2024.03.25 19:39:30.003645 [ 3 ] {50f36988-57b4-4853-9e90-01ce9b914db5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
| 7047 | 2024.03.25 19:39:30.004036 [ 3 ] {50f36988-57b4-4853-9e90-01ce9b914db5} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 7048 | 2024.03.25 19:39:30.004386 [ 3 ] {50f36988-57b4-4853-9e90-01ce9b914db5} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7049 | 2024.03.25 19:39:30.004544 [ 3 ] {50f36988-57b4-4853-9e90-01ce9b914db5} <Debug> executeQuery: Read 137 rows, 9.77 KiB in 0.001545 sec., 88673.13915857606 rows/sec., 6.18 MiB/sec. | ||
| 7050 | 2024.03.25 19:39:30.004662 [ 3 ] {50f36988-57b4-4853-9e90-01ce9b914db5} <Debug> DynamicQueryHandler: Done processing query | ||
| 7051 | 2024.03.25 19:39:30.004685 [ 3 ] {50f36988-57b4-4853-9e90-01ce9b914db5} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
| 7052 | 2024.03.25 19:39:30.004701 [ 3 ] {} <Debug> HTTP-Session: 502ef32e-a2c7-448f-ad27-7ea7c1c89ec6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7053 | 2024.03.25 19:39:30.004834 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7054 | 2024.03.25 19:39:30.004880 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 7055 | 2024.03.25 19:39:30.004899 [ 3 ] {} <Debug> HTTP-Session: 85e5c47f-56a6-4422-b515-c63dd21d03db Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 7056 | 2024.03.25 19:39:30.004916 [ 3 ] {} <Debug> HTTP-Session: 85e5c47f-56a6-4422-b515-c63dd21d03db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7057 | 2024.03.25 19:39:30.004930 [ 3 ] {} <Debug> HTTP-Session: 85e5c47f-56a6-4422-b515-c63dd21d03db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7058 | 2024.03.25 19:39:30.004960 [ 3 ] {} <Trace> HTTP-Session: 85e5c47f-56a6-4422-b515-c63dd21d03db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7059 | 2024.03.25 19:39:30.005040 [ 3 ] {2a8d5a13-2e5b-4183-8759-8e9ba2e0a797} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 7060 | 2024.03.25 19:39:30.005089 [ 3 ] {2a8d5a13-2e5b-4183-8759-8e9ba2e0a797} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7061 | 2024.03.25 19:39:30.005216 [ 3 ] {2a8d5a13-2e5b-4183-8759-8e9ba2e0a797} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7062 | 2024.03.25 19:39:30.005460 [ 3 ] {2a8d5a13-2e5b-4183-8759-8e9ba2e0a797} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7063 | 2024.03.25 19:39:30.005499 [ 3 ] {2a8d5a13-2e5b-4183-8759-8e9ba2e0a797} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
| 7064 | 2024.03.25 19:39:30.005856 [ 3 ] {2a8d5a13-2e5b-4183-8759-8e9ba2e0a797} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 7065 | 2024.03.25 19:39:30.006189 [ 3 ] {2a8d5a13-2e5b-4183-8759-8e9ba2e0a797} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7066 | 2024.03.25 19:39:30.006346 [ 3 ] {2a8d5a13-2e5b-4183-8759-8e9ba2e0a797} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.00134 sec., 22388.059701492537 rows/sec., 1.53 MiB/sec. | ||
| 7067 | 2024.03.25 19:39:30.006457 [ 3 ] {2a8d5a13-2e5b-4183-8759-8e9ba2e0a797} <Debug> DynamicQueryHandler: Done processing query | ||
| 7068 | 2024.03.25 19:39:30.006480 [ 3 ] {2a8d5a13-2e5b-4183-8759-8e9ba2e0a797} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 7069 | 2024.03.25 19:39:30.006496 [ 3 ] {} <Debug> HTTP-Session: 85e5c47f-56a6-4422-b515-c63dd21d03db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7070 | 2024.03.25 19:39:31.000145 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 184.71 MiB, peak 197.16 MiB, free memory in arenas 0.00 B, will set to 189.74 MiB (RSS), difference: 5.03 MiB | ||
| 7071 | 2024.03.25 19:39:34.996175 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 8371, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7072 | 2024.03.25 19:39:34.996327 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 7073 | 2024.03.25 19:39:34.996352 [ 3 ] {} <Debug> HTTP-Session: 162c6fa9-3126-4d1a-8368-39afd9c432f8 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 7074 | 2024.03.25 19:39:34.996376 [ 3 ] {} <Debug> HTTP-Session: 162c6fa9-3126-4d1a-8368-39afd9c432f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7075 | 2024.03.25 19:39:34.996390 [ 3 ] {} <Debug> HTTP-Session: 162c6fa9-3126-4d1a-8368-39afd9c432f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7076 | 2024.03.25 19:39:34.996439 [ 3 ] {} <Trace> HTTP-Session: 162c6fa9-3126-4d1a-8368-39afd9c432f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7077 | 2024.03.25 19:39:34.996566 [ 3 ] {dd374499-2039-434c-ac00-074949c9debe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 7078 | 2024.03.25 19:39:34.996630 [ 3 ] {dd374499-2039-434c-ac00-074949c9debe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 7079 | 2024.03.25 19:39:34.996817 [ 3 ] {dd374499-2039-434c-ac00-074949c9debe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7080 | 2024.03.25 19:39:34.997203 [ 3 ] {dd374499-2039-434c-ac00-074949c9debe} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7081 | 2024.03.25 19:39:34.997279 [ 3 ] {dd374499-2039-434c-ac00-074949c9debe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
| 7082 | 2024.03.25 19:39:34.997655 [ 3 ] {dd374499-2039-434c-ac00-074949c9debe} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7083 | 2024.03.25 19:39:34.997985 [ 3 ] {dd374499-2039-434c-ac00-074949c9debe} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7084 | 2024.03.25 19:39:34.998144 [ 3 ] {dd374499-2039-434c-ac00-074949c9debe} <Debug> executeQuery: Read 58 rows, 4.70 KiB in 0.001638 sec., 35409.03540903541 rows/sec., 2.80 MiB/sec. | ||
| 7085 | 2024.03.25 19:39:34.998314 [ 3 ] {dd374499-2039-434c-ac00-074949c9debe} <Debug> DynamicQueryHandler: Done processing query | ||
| 7086 | 2024.03.25 19:39:34.998343 [ 3 ] {dd374499-2039-434c-ac00-074949c9debe} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 7087 | 2024.03.25 19:39:34.998360 [ 3 ] {} <Debug> HTTP-Session: 162c6fa9-3126-4d1a-8368-39afd9c432f8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7088 | 2024.03.25 19:39:34.998566 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 31316, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7089 | 2024.03.25 19:39:34.998618 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 7090 | 2024.03.25 19:39:34.998636 [ 3 ] {} <Debug> HTTP-Session: 4c2b5ca6-5534-4d7a-8924-2a807eba210d Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 7091 | 2024.03.25 19:39:34.998655 [ 3 ] {} <Debug> HTTP-Session: 4c2b5ca6-5534-4d7a-8924-2a807eba210d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7092 | 2024.03.25 19:39:34.998669 [ 3 ] {} <Debug> HTTP-Session: 4c2b5ca6-5534-4d7a-8924-2a807eba210d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7093 | 2024.03.25 19:39:34.998703 [ 3 ] {} <Trace> HTTP-Session: 4c2b5ca6-5534-4d7a-8924-2a807eba210d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7094 | 2024.03.25 19:39:34.998829 [ 3 ] {99861210-26e2-4a7b-b1b7-abded1e5c63c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 7095 | 2024.03.25 19:39:34.998874 [ 3 ] {99861210-26e2-4a7b-b1b7-abded1e5c63c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7096 | 2024.03.25 19:39:34.999002 [ 3 ] {99861210-26e2-4a7b-b1b7-abded1e5c63c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7097 | 2024.03.25 19:39:34.999387 [ 3 ] {99861210-26e2-4a7b-b1b7-abded1e5c63c} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7098 | 2024.03.25 19:39:34.999426 [ 3 ] {99861210-26e2-4a7b-b1b7-abded1e5c63c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
| 7099 | 2024.03.25 19:39:34.999749 [ 3 ] {99861210-26e2-4a7b-b1b7-abded1e5c63c} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 7100 | 2024.03.25 19:39:35.000069 [ 3 ] {99861210-26e2-4a7b-b1b7-abded1e5c63c} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7101 | 2024.03.25 19:39:35.000163 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 195.20 MiB, peak 197.16 MiB, free memory in arenas 0.00 B, will set to 189.74 MiB (RSS), difference: -5.45 MiB | ||
| 7102 | 2024.03.25 19:39:35.000336 [ 3 ] {99861210-26e2-4a7b-b1b7-abded1e5c63c} <Debug> executeQuery: Read 200 rows, 19.11 KiB in 0.001579 sec., 126662.44458518049 rows/sec., 11.82 MiB/sec. | ||
| 7103 | 2024.03.25 19:39:35.000567 [ 3 ] {99861210-26e2-4a7b-b1b7-abded1e5c63c} <Debug> DynamicQueryHandler: Done processing query | ||
| 7104 | 2024.03.25 19:39:35.000604 [ 3 ] {99861210-26e2-4a7b-b1b7-abded1e5c63c} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 7105 | 2024.03.25 19:39:35.000642 [ 3 ] {} <Debug> HTTP-Session: 4c2b5ca6-5534-4d7a-8924-2a807eba210d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7106 | 2024.03.25 19:39:35.000836 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 14620, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7107 | 2024.03.25 19:39:35.000888 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 7108 | 2024.03.25 19:39:35.000907 [ 3 ] {} <Debug> HTTP-Session: 0c32b3c4-eecf-434b-a457-d2c9b84d0363 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 7109 | 2024.03.25 19:39:35.000925 [ 3 ] {} <Debug> HTTP-Session: 0c32b3c4-eecf-434b-a457-d2c9b84d0363 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7110 | 2024.03.25 19:39:35.000939 [ 3 ] {} <Debug> HTTP-Session: 0c32b3c4-eecf-434b-a457-d2c9b84d0363 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7111 | 2024.03.25 19:39:35.000971 [ 3 ] {} <Trace> HTTP-Session: 0c32b3c4-eecf-434b-a457-d2c9b84d0363 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7112 | 2024.03.25 19:39:35.001062 [ 3 ] {d3c45cb0-a5b4-4149-aeec-b0b6ffdd3bce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 7113 | 2024.03.25 19:39:35.001105 [ 3 ] {d3c45cb0-a5b4-4149-aeec-b0b6ffdd3bce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7114 | 2024.03.25 19:39:35.001253 [ 3 ] {d3c45cb0-a5b4-4149-aeec-b0b6ffdd3bce} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7115 | 2024.03.25 19:39:35.001547 [ 3 ] {d3c45cb0-a5b4-4149-aeec-b0b6ffdd3bce} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7116 | 2024.03.25 19:39:35.001585 [ 3 ] {d3c45cb0-a5b4-4149-aeec-b0b6ffdd3bce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
| 7117 | 2024.03.25 19:39:35.001892 [ 3 ] {d3c45cb0-a5b4-4149-aeec-b0b6ffdd3bce} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 7118 | 2024.03.25 19:39:35.002196 [ 3 ] {d3c45cb0-a5b4-4149-aeec-b0b6ffdd3bce} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7119 | 2024.03.25 19:39:35.002349 [ 3 ] {d3c45cb0-a5b4-4149-aeec-b0b6ffdd3bce} <Debug> executeQuery: Read 86 rows, 6.88 KiB in 0.001325 sec., 64905.660377358494 rows/sec., 5.07 MiB/sec. | ||
| 7120 | 2024.03.25 19:39:35.002532 [ 3 ] {d3c45cb0-a5b4-4149-aeec-b0b6ffdd3bce} <Debug> DynamicQueryHandler: Done processing query | ||
| 7121 | 2024.03.25 19:39:35.002565 [ 3 ] {d3c45cb0-a5b4-4149-aeec-b0b6ffdd3bce} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 7122 | 2024.03.25 19:39:35.002614 [ 3 ] {} <Debug> HTTP-Session: 0c32b3c4-eecf-434b-a457-d2c9b84d0363 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7123 | 2024.03.25 19:39:35.002799 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 19137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7124 | 2024.03.25 19:39:35.002856 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 7125 | 2024.03.25 19:39:35.002875 [ 3 ] {} <Debug> HTTP-Session: be3ac9e4-c964-4a39-8490-911941b76c11 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 7126 | 2024.03.25 19:39:35.002892 [ 3 ] {} <Debug> HTTP-Session: be3ac9e4-c964-4a39-8490-911941b76c11 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7127 | 2024.03.25 19:39:35.002906 [ 3 ] {} <Debug> HTTP-Session: be3ac9e4-c964-4a39-8490-911941b76c11 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7128 | 2024.03.25 19:39:35.002938 [ 3 ] {} <Trace> HTTP-Session: be3ac9e4-c964-4a39-8490-911941b76c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7129 | 2024.03.25 19:39:35.003041 [ 3 ] {a3bcb98c-d441-4c8b-a7ab-c90b1b9e7f7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 7130 | 2024.03.25 19:39:35.003089 [ 3 ] {a3bcb98c-d441-4c8b-a7ab-c90b1b9e7f7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7131 | 2024.03.25 19:39:35.003259 [ 3 ] {a3bcb98c-d441-4c8b-a7ab-c90b1b9e7f7c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7132 | 2024.03.25 19:39:35.003561 [ 3 ] {a3bcb98c-d441-4c8b-a7ab-c90b1b9e7f7c} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7133 | 2024.03.25 19:39:35.003597 [ 3 ] {a3bcb98c-d441-4c8b-a7ab-c90b1b9e7f7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
| 7134 | 2024.03.25 19:39:35.003973 [ 3 ] {a3bcb98c-d441-4c8b-a7ab-c90b1b9e7f7c} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 7135 | 2024.03.25 19:39:35.004306 [ 3 ] {a3bcb98c-d441-4c8b-a7ab-c90b1b9e7f7c} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7136 | 2024.03.25 19:39:35.004467 [ 3 ] {a3bcb98c-d441-4c8b-a7ab-c90b1b9e7f7c} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001477 sec., 67704.80704129994 rows/sec., 4.69 MiB/sec. | ||
| 7137 | 2024.03.25 19:39:35.004589 [ 3 ] {a3bcb98c-d441-4c8b-a7ab-c90b1b9e7f7c} <Debug> DynamicQueryHandler: Done processing query | ||
| 7138 | 2024.03.25 19:39:35.004614 [ 3 ] {a3bcb98c-d441-4c8b-a7ab-c90b1b9e7f7c} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
| 7139 | 2024.03.25 19:39:35.004629 [ 3 ] {} <Debug> HTTP-Session: be3ac9e4-c964-4a39-8490-911941b76c11 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7140 | 2024.03.25 19:39:35.004821 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 62045, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7141 | 2024.03.25 19:39:35.004867 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 7142 | 2024.03.25 19:39:35.004886 [ 3 ] {} <Debug> HTTP-Session: c0cbfcf5-7416-41a4-806d-dc6989d33bb6 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 7143 | 2024.03.25 19:39:35.004903 [ 3 ] {} <Debug> HTTP-Session: c0cbfcf5-7416-41a4-806d-dc6989d33bb6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7144 | 2024.03.25 19:39:35.004916 [ 3 ] {} <Debug> HTTP-Session: c0cbfcf5-7416-41a4-806d-dc6989d33bb6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7145 | 2024.03.25 19:39:35.004946 [ 3 ] {} <Trace> HTTP-Session: c0cbfcf5-7416-41a4-806d-dc6989d33bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7146 | 2024.03.25 19:39:35.005324 [ 3 ] {51179de4-84bc-45b7-b3ec-1ca14df84f48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 7147 | 2024.03.25 19:39:35.005373 [ 3 ] {51179de4-84bc-45b7-b3ec-1ca14df84f48} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 7148 | 2024.03.25 19:39:35.005528 [ 3 ] {51179de4-84bc-45b7-b3ec-1ca14df84f48} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7149 | 2024.03.25 19:39:35.006237 [ 3 ] {51179de4-84bc-45b7-b3ec-1ca14df84f48} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7150 | 2024.03.25 19:39:35.006275 [ 3 ] {51179de4-84bc-45b7-b3ec-1ca14df84f48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
| 7151 | 2024.03.25 19:39:35.006710 [ 3 ] {51179de4-84bc-45b7-b3ec-1ca14df84f48} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7152 | 2024.03.25 19:39:35.007063 [ 3 ] {51179de4-84bc-45b7-b3ec-1ca14df84f48} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7153 | 2024.03.25 19:39:35.007229 [ 77 ] {} <Debug> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 7154 | 2024.03.25 19:39:35.007238 [ 3 ] {51179de4-84bc-45b7-b3ec-1ca14df84f48} <Debug> executeQuery: Read 58 rows, 80.15 KiB in 0.002218 sec., 26149.684400360686 rows/sec., 35.29 MiB/sec. | ||
| 7155 | 2024.03.25 19:39:35.007316 [ 77 ] {} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7156 | 2024.03.25 19:39:35.007407 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
| 7157 | 2024.03.25 19:39:35.007542 [ 3 ] {51179de4-84bc-45b7-b3ec-1ca14df84f48} <Debug> DynamicQueryHandler: Done processing query | ||
| 7158 | 2024.03.25 19:39:35.007622 [ 3 ] {51179de4-84bc-45b7-b3ec-1ca14df84f48} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 7159 | 2024.03.25 19:39:35.007679 [ 3 ] {} <Debug> HTTP-Session: c0cbfcf5-7416-41a4-806d-dc6989d33bb6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7160 | 2024.03.25 19:39:35.007941 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7161 | 2024.03.25 19:39:35.007948 [ 191 ] {f3248554-e676-4912-a9d7-0b91932a1da6::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 | ||
| 7162 | 2024.03.25 19:39:35.008050 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 7163 | 2024.03.25 19:39:35.008116 [ 3 ] {} <Debug> HTTP-Session: a64f6fff-f7e7-431e-be58-4cb28d59b7d3 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 7164 | 2024.03.25 19:39:35.008155 [ 3 ] {} <Debug> HTTP-Session: a64f6fff-f7e7-431e-be58-4cb28d59b7d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7165 | 2024.03.25 19:39:35.008182 [ 3 ] {} <Debug> HTTP-Session: a64f6fff-f7e7-431e-be58-4cb28d59b7d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7166 | 2024.03.25 19:39:35.008258 [ 3 ] {} <Trace> HTTP-Session: a64f6fff-f7e7-431e-be58-4cb28d59b7d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7167 | 2024.03.25 19:39:35.008483 [ 191 ] {f3248554-e676-4912-a9d7-0b91932a1da6::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7168 | 2024.03.25 19:39:35.008489 [ 3 ] {3229b216-c0ab-4743-aef8-58222cbfeb34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 7169 | 2024.03.25 19:39:35.008550 [ 191 ] {f3248554-e676-4912-a9d7-0b91932a1da6::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1021 rows starting from the beginning of the part | ||
| 7170 | 2024.03.25 19:39:35.008605 [ 3 ] {3229b216-c0ab-4743-aef8-58222cbfeb34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7171 | 2024.03.25 19:39:35.008833 [ 191 ] {f3248554-e676-4912-a9d7-0b91932a1da6::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 57 rows starting from the beginning of the part | ||
| 7172 | 2024.03.25 19:39:35.009184 [ 191 ] {f3248554-e676-4912-a9d7-0b91932a1da6::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 58 rows starting from the beginning of the part | ||
| 7173 | 2024.03.25 19:39:35.009487 [ 191 ] {f3248554-e676-4912-a9d7-0b91932a1da6::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 58 rows starting from the beginning of the part | ||
| 7174 | 2024.03.25 19:39:35.009836 [ 191 ] {f3248554-e676-4912-a9d7-0b91932a1da6::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 58 rows starting from the beginning of the part | ||
| 7175 | 2024.03.25 19:39:35.010147 [ 3 ] {3229b216-c0ab-4743-aef8-58222cbfeb34} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7176 | 2024.03.25 19:39:35.010158 [ 191 ] {f3248554-e676-4912-a9d7-0b91932a1da6::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 58 rows starting from the beginning of the part | ||
| 7177 | 2024.03.25 19:39:35.011047 [ 3 ] {3229b216-c0ab-4743-aef8-58222cbfeb34} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7178 | 2024.03.25 19:39:35.011109 [ 3 ] {3229b216-c0ab-4743-aef8-58222cbfeb34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
| 7179 | 2024.03.25 19:39:35.011701 [ 3 ] {3229b216-c0ab-4743-aef8-58222cbfeb34} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 7180 | 2024.03.25 19:39:35.012032 [ 3 ] {3229b216-c0ab-4743-aef8-58222cbfeb34} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7181 | 2024.03.25 19:39:35.012175 [ 3 ] {3229b216-c0ab-4743-aef8-58222cbfeb34} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.003807 sec., 7880.2206461780925 rows/sec., 552.80 KiB/sec. | ||
| 7182 | 2024.03.25 19:39:35.012389 [ 3 ] {3229b216-c0ab-4743-aef8-58222cbfeb34} <Debug> DynamicQueryHandler: Done processing query | ||
| 7183 | 2024.03.25 19:39:35.012434 [ 3 ] {3229b216-c0ab-4743-aef8-58222cbfeb34} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 7184 | 2024.03.25 19:39:35.012488 [ 3 ] {} <Debug> HTTP-Session: a64f6fff-f7e7-431e-be58-4cb28d59b7d3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7185 | 2024.03.25 19:39:35.016344 [ 197 ] {f3248554-e676-4912-a9d7-0b91932a1da6::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1310 rows, containing 6 columns (6 merged, 0 gathered) in 0.008790747 sec., 149020.32785154664 rows/sec., 201.10 MiB/sec. | ||
| 7186 | 2024.03.25 19:39:35.017580 [ 197 ] {f3248554-e676-4912-a9d7-0b91932a1da6::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 7187 | 2024.03.25 19:39:35.018064 [ 197 ] {f3248554-e676-4912-a9d7-0b91932a1da6::all_1_26_5} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7188 | 2024.03.25 19:39:35.018153 [ 197 ] {f3248554-e676-4912-a9d7-0b91932a1da6::all_1_26_5} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 7189 | 2024.03.25 19:39:35.018257 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.86 MiB. | ||
| 7190 | 2024.03.25 19:39:36.000162 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 184.73 MiB, peak 197.16 MiB, free memory in arenas 0.00 B, will set to 192.46 MiB (RSS), difference: 7.73 MiB | ||
| 7191 | 2024.03.25 19:39:36.611688 [ 77 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7192 | 2024.03.25 19:39:36.611736 [ 77 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7193 | 2024.03.25 19:39:39.993419 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 3629, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7194 | 2024.03.25 19:39:39.993556 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 7195 | 2024.03.25 19:39:39.993582 [ 3 ] {} <Debug> HTTP-Session: d6b70c9d-e84e-4823-adeb-004e6d74e93a Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 7196 | 2024.03.25 19:39:39.993608 [ 3 ] {} <Debug> HTTP-Session: d6b70c9d-e84e-4823-adeb-004e6d74e93a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7197 | 2024.03.25 19:39:39.993623 [ 3 ] {} <Debug> HTTP-Session: d6b70c9d-e84e-4823-adeb-004e6d74e93a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7198 | 2024.03.25 19:39:39.993673 [ 3 ] {} <Trace> HTTP-Session: d6b70c9d-e84e-4823-adeb-004e6d74e93a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7199 | 2024.03.25 19:39:39.993795 [ 3 ] {8add7b92-ff8d-479e-a1ce-6e5aa4902b45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 7200 | 2024.03.25 19:39:39.993860 [ 3 ] {8add7b92-ff8d-479e-a1ce-6e5aa4902b45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7201 | 2024.03.25 19:39:39.994046 [ 3 ] {8add7b92-ff8d-479e-a1ce-6e5aa4902b45} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7202 | 2024.03.25 19:39:39.994477 [ 3 ] {8add7b92-ff8d-479e-a1ce-6e5aa4902b45} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7203 | 2024.03.25 19:39:39.994529 [ 3 ] {8add7b92-ff8d-479e-a1ce-6e5aa4902b45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
| 7204 | 2024.03.25 19:39:39.994938 [ 3 ] {8add7b92-ff8d-479e-a1ce-6e5aa4902b45} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 7205 | 2024.03.25 19:39:39.995292 [ 3 ] {8add7b92-ff8d-479e-a1ce-6e5aa4902b45} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7206 | 2024.03.25 19:39:39.995459 [ 3 ] {8add7b92-ff8d-479e-a1ce-6e5aa4902b45} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.00172 sec., 15116.279069767443 rows/sec., 1.14 MiB/sec. | ||
| 7207 | 2024.03.25 19:39:39.995638 [ 3 ] {8add7b92-ff8d-479e-a1ce-6e5aa4902b45} <Debug> DynamicQueryHandler: Done processing query | ||
| 7208 | 2024.03.25 19:39:39.995665 [ 3 ] {8add7b92-ff8d-479e-a1ce-6e5aa4902b45} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 7209 | 2024.03.25 19:39:39.995682 [ 3 ] {} <Debug> HTTP-Session: d6b70c9d-e84e-4823-adeb-004e6d74e93a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7210 | 2024.03.25 19:39:39.995820 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4792, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7211 | 2024.03.25 19:39:39.995876 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 7212 | 2024.03.25 19:39:39.995895 [ 3 ] {} <Debug> HTTP-Session: 09518565-5634-43a8-ae19-b159da340464 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 7213 | 2024.03.25 19:39:39.995913 [ 3 ] {} <Debug> HTTP-Session: 09518565-5634-43a8-ae19-b159da340464 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7214 | 2024.03.25 19:39:39.995928 [ 3 ] {} <Debug> HTTP-Session: 09518565-5634-43a8-ae19-b159da340464 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7215 | 2024.03.25 19:39:39.995963 [ 3 ] {} <Trace> HTTP-Session: 09518565-5634-43a8-ae19-b159da340464 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7216 | 2024.03.25 19:39:39.996047 [ 3 ] {159ba40f-00fe-477a-b915-527afd990673} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 7217 | 2024.03.25 19:39:39.996092 [ 3 ] {159ba40f-00fe-477a-b915-527afd990673} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7218 | 2024.03.25 19:39:39.996227 [ 3 ] {159ba40f-00fe-477a-b915-527afd990673} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7219 | 2024.03.25 19:39:39.996538 [ 3 ] {159ba40f-00fe-477a-b915-527afd990673} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7220 | 2024.03.25 19:39:39.996580 [ 3 ] {159ba40f-00fe-477a-b915-527afd990673} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
| 7221 | 2024.03.25 19:39:39.996896 [ 3 ] {159ba40f-00fe-477a-b915-527afd990673} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 7222 | 2024.03.25 19:39:39.997208 [ 3 ] {159ba40f-00fe-477a-b915-527afd990673} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7223 | 2024.03.25 19:39:39.997369 [ 3 ] {159ba40f-00fe-477a-b915-527afd990673} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001349 sec., 20756.115641215718 rows/sec., 1.62 MiB/sec. | ||
| 7224 | 2024.03.25 19:39:39.997491 [ 3 ] {159ba40f-00fe-477a-b915-527afd990673} <Debug> DynamicQueryHandler: Done processing query | ||
| 7225 | 2024.03.25 19:39:39.997515 [ 3 ] {159ba40f-00fe-477a-b915-527afd990673} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 7226 | 2024.03.25 19:39:39.997531 [ 3 ] {} <Debug> HTTP-Session: 09518565-5634-43a8-ae19-b159da340464 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7227 | 2024.03.25 19:39:39.997729 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 19137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7228 | 2024.03.25 19:39:39.997777 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 7229 | 2024.03.25 19:39:39.997796 [ 3 ] {} <Debug> HTTP-Session: a0dc6707-413f-4418-9a27-70065c3482a8 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 7230 | 2024.03.25 19:39:39.997812 [ 3 ] {} <Debug> HTTP-Session: a0dc6707-413f-4418-9a27-70065c3482a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7231 | 2024.03.25 19:39:39.997826 [ 3 ] {} <Debug> HTTP-Session: a0dc6707-413f-4418-9a27-70065c3482a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7232 | 2024.03.25 19:39:39.997857 [ 3 ] {} <Trace> HTTP-Session: a0dc6707-413f-4418-9a27-70065c3482a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7233 | 2024.03.25 19:39:39.997963 [ 3 ] {69dbfd40-4800-4625-b4dc-a49aaeca4cb7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 7234 | 2024.03.25 19:39:39.998009 [ 3 ] {69dbfd40-4800-4625-b4dc-a49aaeca4cb7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7235 | 2024.03.25 19:39:39.998153 [ 3 ] {69dbfd40-4800-4625-b4dc-a49aaeca4cb7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7236 | 2024.03.25 19:39:39.998506 [ 3 ] {69dbfd40-4800-4625-b4dc-a49aaeca4cb7} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7237 | 2024.03.25 19:39:39.998544 [ 3 ] {69dbfd40-4800-4625-b4dc-a49aaeca4cb7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
| 7238 | 2024.03.25 19:39:39.998939 [ 3 ] {69dbfd40-4800-4625-b4dc-a49aaeca4cb7} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 7239 | 2024.03.25 19:39:39.999284 [ 3 ] {69dbfd40-4800-4625-b4dc-a49aaeca4cb7} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7240 | 2024.03.25 19:39:39.999442 [ 3 ] {69dbfd40-4800-4625-b4dc-a49aaeca4cb7} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001525 sec., 65573.77049180327 rows/sec., 4.55 MiB/sec. | ||
| 7241 | 2024.03.25 19:39:39.999570 [ 3 ] {69dbfd40-4800-4625-b4dc-a49aaeca4cb7} <Debug> DynamicQueryHandler: Done processing query | ||
| 7242 | 2024.03.25 19:39:39.999594 [ 3 ] {69dbfd40-4800-4625-b4dc-a49aaeca4cb7} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
| 7243 | 2024.03.25 19:39:39.999609 [ 3 ] {} <Debug> HTTP-Session: a0dc6707-413f-4418-9a27-70065c3482a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7244 | 2024.03.25 19:39:39.999735 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7245 | 2024.03.25 19:39:39.999785 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 7246 | 2024.03.25 19:39:39.999803 [ 3 ] {} <Debug> HTTP-Session: 9cfd34e8-5c09-4391-b36d-be72935d4d4a Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 7247 | 2024.03.25 19:39:39.999820 [ 3 ] {} <Debug> HTTP-Session: 9cfd34e8-5c09-4391-b36d-be72935d4d4a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7248 | 2024.03.25 19:39:39.999833 [ 3 ] {} <Debug> HTTP-Session: 9cfd34e8-5c09-4391-b36d-be72935d4d4a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7249 | 2024.03.25 19:39:39.999865 [ 3 ] {} <Trace> HTTP-Session: 9cfd34e8-5c09-4391-b36d-be72935d4d4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7250 | 2024.03.25 19:39:39.999938 [ 3 ] {79a18995-512b-4d29-a288-ca37ba605c1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 7251 | 2024.03.25 19:39:39.999981 [ 3 ] {79a18995-512b-4d29-a288-ca37ba605c1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7252 | 2024.03.25 19:39:40.000113 [ 3 ] {79a18995-512b-4d29-a288-ca37ba605c1b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7253 | 2024.03.25 19:39:40.000164 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 193.66 MiB, peak 197.93 MiB, free memory in arenas 0.00 B, will set to 192.46 MiB (RSS), difference: -1.20 MiB | ||
| 7254 | 2024.03.25 19:39:40.000669 [ 3 ] {79a18995-512b-4d29-a288-ca37ba605c1b} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7255 | 2024.03.25 19:39:40.000756 [ 3 ] {79a18995-512b-4d29-a288-ca37ba605c1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
| 7256 | 2024.03.25 19:39:40.001133 [ 3 ] {79a18995-512b-4d29-a288-ca37ba605c1b} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 7257 | 2024.03.25 19:39:40.001456 [ 3 ] {79a18995-512b-4d29-a288-ca37ba605c1b} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7258 | 2024.03.25 19:39:40.001616 [ 3 ] {79a18995-512b-4d29-a288-ca37ba605c1b} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001702 sec., 17626.32197414806 rows/sec., 1.21 MiB/sec. | ||
| 7259 | 2024.03.25 19:39:40.001731 [ 3 ] {79a18995-512b-4d29-a288-ca37ba605c1b} <Debug> DynamicQueryHandler: Done processing query | ||
| 7260 | 2024.03.25 19:39:40.001755 [ 3 ] {79a18995-512b-4d29-a288-ca37ba605c1b} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 7261 | 2024.03.25 19:39:40.001771 [ 3 ] {} <Debug> HTTP-Session: 9cfd34e8-5c09-4391-b36d-be72935d4d4a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7262 | 2024.03.25 19:39:44.995706 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 8371, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7263 | 2024.03.25 19:39:44.995859 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 7264 | 2024.03.25 19:39:44.995887 [ 3 ] {} <Debug> HTTP-Session: f5c5677d-97bd-4579-9cfb-c550890eb245 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 7265 | 2024.03.25 19:39:44.995916 [ 3 ] {} <Debug> HTTP-Session: f5c5677d-97bd-4579-9cfb-c550890eb245 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7266 | 2024.03.25 19:39:44.995934 [ 3 ] {} <Debug> HTTP-Session: f5c5677d-97bd-4579-9cfb-c550890eb245 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7267 | 2024.03.25 19:39:44.995991 [ 3 ] {} <Trace> HTTP-Session: f5c5677d-97bd-4579-9cfb-c550890eb245 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7268 | 2024.03.25 19:39:44.996136 [ 3 ] {fcbebad5-102b-4ac8-8de0-2e374c988d25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 7269 | 2024.03.25 19:39:44.996210 [ 3 ] {fcbebad5-102b-4ac8-8de0-2e374c988d25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 7270 | 2024.03.25 19:39:44.996431 [ 3 ] {fcbebad5-102b-4ac8-8de0-2e374c988d25} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7271 | 2024.03.25 19:39:44.996918 [ 3 ] {fcbebad5-102b-4ac8-8de0-2e374c988d25} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7272 | 2024.03.25 19:39:44.996971 [ 3 ] {fcbebad5-102b-4ac8-8de0-2e374c988d25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
| 7273 | 2024.03.25 19:39:44.997368 [ 3 ] {fcbebad5-102b-4ac8-8de0-2e374c988d25} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7274 | 2024.03.25 19:39:44.997728 [ 3 ] {fcbebad5-102b-4ac8-8de0-2e374c988d25} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7275 | 2024.03.25 19:39:44.997907 [ 3 ] {fcbebad5-102b-4ac8-8de0-2e374c988d25} <Debug> executeQuery: Read 58 rows, 4.70 KiB in 0.001839 sec., 31538.87982599239 rows/sec., 2.50 MiB/sec. | ||
| 7276 | 2024.03.25 19:39:44.998193 [ 3 ] {fcbebad5-102b-4ac8-8de0-2e374c988d25} <Debug> DynamicQueryHandler: Done processing query | ||
| 7277 | 2024.03.25 19:39:44.998257 [ 3 ] {fcbebad5-102b-4ac8-8de0-2e374c988d25} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 7278 | 2024.03.25 19:39:44.998324 [ 3 ] {} <Debug> HTTP-Session: f5c5677d-97bd-4579-9cfb-c550890eb245 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7279 | 2024.03.25 19:39:44.998572 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 31316, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7280 | 2024.03.25 19:39:44.998631 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 7281 | 2024.03.25 19:39:44.998651 [ 3 ] {} <Debug> HTTP-Session: e1c0d340-6f28-4d74-90d8-f4a1bb7fcf83 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 7282 | 2024.03.25 19:39:44.998669 [ 3 ] {} <Debug> HTTP-Session: e1c0d340-6f28-4d74-90d8-f4a1bb7fcf83 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7283 | 2024.03.25 19:39:44.998683 [ 3 ] {} <Debug> HTTP-Session: e1c0d340-6f28-4d74-90d8-f4a1bb7fcf83 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7284 | 2024.03.25 19:39:44.998721 [ 3 ] {} <Trace> HTTP-Session: e1c0d340-6f28-4d74-90d8-f4a1bb7fcf83 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7285 | 2024.03.25 19:39:44.998850 [ 3 ] {5eab9dca-5007-4ae3-b47a-18c741e41a84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 7286 | 2024.03.25 19:39:44.998897 [ 3 ] {5eab9dca-5007-4ae3-b47a-18c741e41a84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7287 | 2024.03.25 19:39:44.999049 [ 3 ] {5eab9dca-5007-4ae3-b47a-18c741e41a84} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7288 | 2024.03.25 19:39:44.999493 [ 3 ] {5eab9dca-5007-4ae3-b47a-18c741e41a84} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7289 | 2024.03.25 19:39:44.999534 [ 3 ] {5eab9dca-5007-4ae3-b47a-18c741e41a84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
| 7290 | 2024.03.25 19:39:44.999888 [ 3 ] {5eab9dca-5007-4ae3-b47a-18c741e41a84} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 7291 | 2024.03.25 19:39:45.000158 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 197.91 MiB, peak 197.93 MiB, free memory in arenas 0.00 B, will set to 192.46 MiB (RSS), difference: -5.45 MiB | ||
| 7292 | 2024.03.25 19:39:45.000423 [ 3 ] {5eab9dca-5007-4ae3-b47a-18c741e41a84} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7293 | 2024.03.25 19:39:45.000693 [ 3 ] {5eab9dca-5007-4ae3-b47a-18c741e41a84} <Debug> executeQuery: Read 200 rows, 19.11 KiB in 0.001877 sec., 106553.01012253597 rows/sec., 9.94 MiB/sec. | ||
| 7294 | 2024.03.25 19:39:45.001238 [ 3 ] {5eab9dca-5007-4ae3-b47a-18c741e41a84} <Debug> DynamicQueryHandler: Done processing query | ||
| 7295 | 2024.03.25 19:39:45.001293 [ 3 ] {5eab9dca-5007-4ae3-b47a-18c741e41a84} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 7296 | 2024.03.25 19:39:45.001334 [ 3 ] {} <Debug> HTTP-Session: e1c0d340-6f28-4d74-90d8-f4a1bb7fcf83 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7297 | 2024.03.25 19:39:45.001529 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 14620, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7298 | 2024.03.25 19:39:45.001579 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 7299 | 2024.03.25 19:39:45.001598 [ 3 ] {} <Debug> HTTP-Session: 41d104a5-2e78-414d-848d-fa3e1c5699a7 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 7300 | 2024.03.25 19:39:45.001616 [ 3 ] {} <Debug> HTTP-Session: 41d104a5-2e78-414d-848d-fa3e1c5699a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7301 | 2024.03.25 19:39:45.001629 [ 3 ] {} <Debug> HTTP-Session: 41d104a5-2e78-414d-848d-fa3e1c5699a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7302 | 2024.03.25 19:39:45.001663 [ 3 ] {} <Trace> HTTP-Session: 41d104a5-2e78-414d-848d-fa3e1c5699a7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7303 | 2024.03.25 19:39:45.001768 [ 3 ] {d5fa8b06-8bd5-452f-be45-9288b37d4769} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 7304 | 2024.03.25 19:39:45.001813 [ 3 ] {d5fa8b06-8bd5-452f-be45-9288b37d4769} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7305 | 2024.03.25 19:39:45.001970 [ 3 ] {d5fa8b06-8bd5-452f-be45-9288b37d4769} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7306 | 2024.03.25 19:39:45.002318 [ 3 ] {d5fa8b06-8bd5-452f-be45-9288b37d4769} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7307 | 2024.03.25 19:39:45.002359 [ 3 ] {d5fa8b06-8bd5-452f-be45-9288b37d4769} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
| 7308 | 2024.03.25 19:39:45.002679 [ 3 ] {d5fa8b06-8bd5-452f-be45-9288b37d4769} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 7309 | 2024.03.25 19:39:45.002990 [ 3 ] {d5fa8b06-8bd5-452f-be45-9288b37d4769} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7310 | 2024.03.25 19:39:45.003148 [ 3 ] {d5fa8b06-8bd5-452f-be45-9288b37d4769} <Debug> executeQuery: Read 86 rows, 6.88 KiB in 0.001428 sec., 60224.08963585434 rows/sec., 4.71 MiB/sec. | ||
| 7311 | 2024.03.25 19:39:45.003349 [ 3 ] {d5fa8b06-8bd5-452f-be45-9288b37d4769} <Debug> DynamicQueryHandler: Done processing query | ||
| 7312 | 2024.03.25 19:39:45.003408 [ 3 ] {d5fa8b06-8bd5-452f-be45-9288b37d4769} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 7313 | 2024.03.25 19:39:45.003464 [ 3 ] {} <Debug> HTTP-Session: 41d104a5-2e78-414d-848d-fa3e1c5699a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7314 | 2024.03.25 19:39:45.003684 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 19137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7315 | 2024.03.25 19:39:45.003736 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 7316 | 2024.03.25 19:39:45.003757 [ 3 ] {} <Debug> HTTP-Session: cbba680a-4ed5-47c6-8eed-9a0b014813d2 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 7317 | 2024.03.25 19:39:45.003774 [ 3 ] {} <Debug> HTTP-Session: cbba680a-4ed5-47c6-8eed-9a0b014813d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7318 | 2024.03.25 19:39:45.003788 [ 3 ] {} <Debug> HTTP-Session: cbba680a-4ed5-47c6-8eed-9a0b014813d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7319 | 2024.03.25 19:39:45.003822 [ 3 ] {} <Trace> HTTP-Session: cbba680a-4ed5-47c6-8eed-9a0b014813d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7320 | 2024.03.25 19:39:45.003932 [ 3 ] {dc999779-4090-4c1c-9a45-e9612fc58756} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 7321 | 2024.03.25 19:39:45.003981 [ 3 ] {dc999779-4090-4c1c-9a45-e9612fc58756} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7322 | 2024.03.25 19:39:45.004145 [ 3 ] {dc999779-4090-4c1c-9a45-e9612fc58756} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7323 | 2024.03.25 19:39:45.004506 [ 3 ] {dc999779-4090-4c1c-9a45-e9612fc58756} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7324 | 2024.03.25 19:39:45.004546 [ 3 ] {dc999779-4090-4c1c-9a45-e9612fc58756} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
| 7325 | 2024.03.25 19:39:45.004944 [ 3 ] {dc999779-4090-4c1c-9a45-e9612fc58756} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 7326 | 2024.03.25 19:39:45.005290 [ 3 ] {dc999779-4090-4c1c-9a45-e9612fc58756} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7327 | 2024.03.25 19:39:45.005448 [ 3 ] {dc999779-4090-4c1c-9a45-e9612fc58756} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001567 sec., 63816.20931716656 rows/sec., 4.42 MiB/sec. | ||
| 7328 | 2024.03.25 19:39:45.005581 [ 3 ] {dc999779-4090-4c1c-9a45-e9612fc58756} <Debug> DynamicQueryHandler: Done processing query | ||
| 7329 | 2024.03.25 19:39:45.005606 [ 3 ] {dc999779-4090-4c1c-9a45-e9612fc58756} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
| 7330 | 2024.03.25 19:39:45.005622 [ 3 ] {} <Debug> HTTP-Session: cbba680a-4ed5-47c6-8eed-9a0b014813d2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7331 | 2024.03.25 19:39:45.005835 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 62048, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7332 | 2024.03.25 19:39:45.005886 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 7333 | 2024.03.25 19:39:45.005904 [ 3 ] {} <Debug> HTTP-Session: f337329e-a7f1-4f6e-90fa-573acf007611 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 7334 | 2024.03.25 19:39:45.005922 [ 3 ] {} <Debug> HTTP-Session: f337329e-a7f1-4f6e-90fa-573acf007611 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7335 | 2024.03.25 19:39:45.005936 [ 3 ] {} <Debug> HTTP-Session: f337329e-a7f1-4f6e-90fa-573acf007611 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7336 | 2024.03.25 19:39:45.005968 [ 3 ] {} <Trace> HTTP-Session: f337329e-a7f1-4f6e-90fa-573acf007611 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7337 | 2024.03.25 19:39:45.006333 [ 3 ] {a4646a57-c8e4-4d20-acf4-80630d0f2118} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 7338 | 2024.03.25 19:39:45.006381 [ 3 ] {a4646a57-c8e4-4d20-acf4-80630d0f2118} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 7339 | 2024.03.25 19:39:45.006548 [ 3 ] {a4646a57-c8e4-4d20-acf4-80630d0f2118} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7340 | 2024.03.25 19:39:45.007114 [ 3 ] {a4646a57-c8e4-4d20-acf4-80630d0f2118} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7341 | 2024.03.25 19:39:45.007153 [ 3 ] {a4646a57-c8e4-4d20-acf4-80630d0f2118} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
| 7342 | 2024.03.25 19:39:45.007598 [ 3 ] {a4646a57-c8e4-4d20-acf4-80630d0f2118} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7343 | 2024.03.25 19:39:45.007942 [ 3 ] {a4646a57-c8e4-4d20-acf4-80630d0f2118} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7344 | 2024.03.25 19:39:45.008097 [ 3 ] {a4646a57-c8e4-4d20-acf4-80630d0f2118} <Debug> executeQuery: Read 58 rows, 80.15 KiB in 0.002067 sec., 28059.99032414127 rows/sec., 37.87 MiB/sec. | ||
| 7345 | 2024.03.25 19:39:45.008214 [ 3 ] {a4646a57-c8e4-4d20-acf4-80630d0f2118} <Debug> DynamicQueryHandler: Done processing query | ||
| 7346 | 2024.03.25 19:39:45.008237 [ 3 ] {a4646a57-c8e4-4d20-acf4-80630d0f2118} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 7347 | 2024.03.25 19:39:45.008253 [ 3 ] {} <Debug> HTTP-Session: f337329e-a7f1-4f6e-90fa-573acf007611 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7348 | 2024.03.25 19:39:45.008394 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7349 | 2024.03.25 19:39:45.008441 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 7350 | 2024.03.25 19:39:45.008459 [ 3 ] {} <Debug> HTTP-Session: c0390c7e-0a83-48e0-a5be-ca7a86930827 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 7351 | 2024.03.25 19:39:45.008476 [ 3 ] {} <Debug> HTTP-Session: c0390c7e-0a83-48e0-a5be-ca7a86930827 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7352 | 2024.03.25 19:39:45.008490 [ 3 ] {} <Debug> HTTP-Session: c0390c7e-0a83-48e0-a5be-ca7a86930827 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7353 | 2024.03.25 19:39:45.008521 [ 3 ] {} <Trace> HTTP-Session: c0390c7e-0a83-48e0-a5be-ca7a86930827 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7354 | 2024.03.25 19:39:45.008595 [ 3 ] {531569e3-3605-4552-9f33-acaa5c722fba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 7355 | 2024.03.25 19:39:45.008638 [ 3 ] {531569e3-3605-4552-9f33-acaa5c722fba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7356 | 2024.03.25 19:39:45.008764 [ 3 ] {531569e3-3605-4552-9f33-acaa5c722fba} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7357 | 2024.03.25 19:39:45.009042 [ 3 ] {531569e3-3605-4552-9f33-acaa5c722fba} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7358 | 2024.03.25 19:39:45.009080 [ 3 ] {531569e3-3605-4552-9f33-acaa5c722fba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
| 7359 | 2024.03.25 19:39:45.009429 [ 3 ] {531569e3-3605-4552-9f33-acaa5c722fba} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 7360 | 2024.03.25 19:39:45.009751 [ 3 ] {531569e3-3605-4552-9f33-acaa5c722fba} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7361 | 2024.03.25 19:39:45.009903 [ 3 ] {531569e3-3605-4552-9f33-acaa5c722fba} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001332 sec., 22522.522522522522 rows/sec., 1.54 MiB/sec. | ||
| 7362 | 2024.03.25 19:39:45.010100 [ 3 ] {531569e3-3605-4552-9f33-acaa5c722fba} <Debug> DynamicQueryHandler: Done processing query | ||
| 7363 | 2024.03.25 19:39:45.010156 [ 3 ] {531569e3-3605-4552-9f33-acaa5c722fba} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 7364 | 2024.03.25 19:39:45.010207 [ 3 ] {} <Debug> HTTP-Session: c0390c7e-0a83-48e0-a5be-ca7a86930827 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7365 | 2024.03.25 19:39:46.000234 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 187.40 MiB, peak 197.93 MiB, free memory in arenas 0.00 B, will set to 192.46 MiB (RSS), difference: 5.06 MiB | ||
| 7366 | 2024.03.25 19:39:49.993503 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 3629, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7367 | 2024.03.25 19:39:49.993632 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 7368 | 2024.03.25 19:39:49.993656 [ 3 ] {} <Debug> HTTP-Session: 703c41e2-239c-4bf2-b026-fa86becce93e Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 7369 | 2024.03.25 19:39:49.993680 [ 3 ] {} <Debug> HTTP-Session: 703c41e2-239c-4bf2-b026-fa86becce93e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7370 | 2024.03.25 19:39:49.993695 [ 3 ] {} <Debug> HTTP-Session: 703c41e2-239c-4bf2-b026-fa86becce93e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7371 | 2024.03.25 19:39:49.993744 [ 3 ] {} <Trace> HTTP-Session: 703c41e2-239c-4bf2-b026-fa86becce93e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7372 | 2024.03.25 19:39:49.993866 [ 3 ] {c3eb3bfb-5c2a-4974-97a4-be1f435a9f2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 7373 | 2024.03.25 19:39:49.993931 [ 3 ] {c3eb3bfb-5c2a-4974-97a4-be1f435a9f2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7374 | 2024.03.25 19:39:49.994117 [ 3 ] {c3eb3bfb-5c2a-4974-97a4-be1f435a9f2b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7375 | 2024.03.25 19:39:49.994518 [ 3 ] {c3eb3bfb-5c2a-4974-97a4-be1f435a9f2b} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7376 | 2024.03.25 19:39:49.994568 [ 3 ] {c3eb3bfb-5c2a-4974-97a4-be1f435a9f2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
| 7377 | 2024.03.25 19:39:49.994952 [ 3 ] {c3eb3bfb-5c2a-4974-97a4-be1f435a9f2b} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 7378 | 2024.03.25 19:39:49.995281 [ 3 ] {c3eb3bfb-5c2a-4974-97a4-be1f435a9f2b} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7379 | 2024.03.25 19:39:49.995447 [ 3 ] {c3eb3bfb-5c2a-4974-97a4-be1f435a9f2b} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.001632 sec., 15931.372549019608 rows/sec., 1.20 MiB/sec. | ||
| 7380 | 2024.03.25 19:39:49.995477 [ 67 ] {} <Debug> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 7381 | 2024.03.25 19:39:49.995582 [ 67 ] {} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7382 | 2024.03.25 19:39:49.995612 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
| 7383 | 2024.03.25 19:39:49.995636 [ 3 ] {c3eb3bfb-5c2a-4974-97a4-be1f435a9f2b} <Debug> DynamicQueryHandler: Done processing query | ||
| 7384 | 2024.03.25 19:39:49.995696 [ 3 ] {c3eb3bfb-5c2a-4974-97a4-be1f435a9f2b} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 7385 | 2024.03.25 19:39:49.995730 [ 3 ] {} <Debug> HTTP-Session: 703c41e2-239c-4bf2-b026-fa86becce93e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7386 | 2024.03.25 19:39:49.995858 [ 186 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full | ||
| 7387 | 2024.03.25 19:39:49.995964 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4792, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7388 | 2024.03.25 19:39:49.996064 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 7389 | 2024.03.25 19:39:49.996116 [ 3 ] {} <Debug> HTTP-Session: a64b3774-5892-45e9-8ba2-9e070deb2913 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 7390 | 2024.03.25 19:39:49.996163 [ 3 ] {} <Debug> HTTP-Session: a64b3774-5892-45e9-8ba2-9e070deb2913 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7391 | 2024.03.25 19:39:49.996197 [ 3 ] {} <Debug> HTTP-Session: a64b3774-5892-45e9-8ba2-9e070deb2913 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7392 | 2024.03.25 19:39:49.996194 [ 186 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7393 | 2024.03.25 19:39:49.996253 [ 3 ] {} <Trace> HTTP-Session: a64b3774-5892-45e9-8ba2-9e070deb2913 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7394 | 2024.03.25 19:39:49.996273 [ 186 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 241 rows starting from the beginning of the part | ||
| 7395 | 2024.03.25 19:39:49.996520 [ 3 ] {3077b349-e798-4521-9c4f-e8d450524fdb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 7396 | 2024.03.25 19:39:49.996548 [ 186 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 63 rows starting from the beginning of the part | ||
| 7397 | 2024.03.25 19:39:49.996668 [ 3 ] {3077b349-e798-4521-9c4f-e8d450524fdb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7398 | 2024.03.25 19:39:49.996796 [ 186 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 200 rows starting from the beginning of the part | ||
| 7399 | 2024.03.25 19:39:49.997184 [ 186 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 26 rows starting from the beginning of the part | ||
| 7400 | 2024.03.25 19:39:49.997510 [ 186 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 200 rows starting from the beginning of the part | ||
| 7401 | 2024.03.25 19:39:49.997846 [ 186 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 26 rows starting from the beginning of the part | ||
| 7402 | 2024.03.25 19:39:49.997949 [ 3 ] {3077b349-e798-4521-9c4f-e8d450524fdb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7403 | 2024.03.25 19:39:49.998986 [ 3 ] {3077b349-e798-4521-9c4f-e8d450524fdb} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7404 | 2024.03.25 19:39:49.999042 [ 3 ] {3077b349-e798-4521-9c4f-e8d450524fdb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
| 7405 | 2024.03.25 19:39:49.999879 [ 3 ] {3077b349-e798-4521-9c4f-e8d450524fdb} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 7406 | 2024.03.25 19:39:50.000171 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 201.19 MiB, peak 201.19 MiB, free memory in arenas 0.00 B, will set to 192.46 MiB (RSS), difference: -8.73 MiB | ||
| 7407 | 2024.03.25 19:39:50.000829 [ 186 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 756 rows, containing 4 columns (4 merged, 0 gathered) in 0.005108436 sec., 147990.50041930642 rows/sec., 13.29 MiB/sec. | ||
| 7408 | 2024.03.25 19:39:50.001211 [ 191 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 7409 | 2024.03.25 19:39:50.001322 [ 3 ] {3077b349-e798-4521-9c4f-e8d450524fdb} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7410 | 2024.03.25 19:39:50.001578 [ 67 ] {} <Debug> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 7411 | 2024.03.25 19:39:50.001653 [ 3 ] {3077b349-e798-4521-9c4f-e8d450524fdb} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.00527 sec., 5313.092979127135 rows/sec., 424.35 KiB/sec. | ||
| 7412 | 2024.03.25 19:39:50.001681 [ 67 ] {} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7413 | 2024.03.25 19:39:50.001774 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
| 7414 | 2024.03.25 19:39:50.002233 [ 3 ] {3077b349-e798-4521-9c4f-e8d450524fdb} <Debug> DynamicQueryHandler: Done processing query | ||
| 7415 | 2024.03.25 19:39:50.002280 [ 192 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full | ||
| 7416 | 2024.03.25 19:39:50.002289 [ 3 ] {3077b349-e798-4521-9c4f-e8d450524fdb} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 7417 | 2024.03.25 19:39:50.002339 [ 3 ] {} <Debug> HTTP-Session: a64b3774-5892-45e9-8ba2-9e070deb2913 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7418 | 2024.03.25 19:39:50.002565 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 19137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7419 | 2024.03.25 19:39:50.002601 [ 192 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7420 | 2024.03.25 19:39:50.002666 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 7421 | 2024.03.25 19:39:50.002675 [ 192 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 138 rows starting from the beginning of the part | ||
| 7422 | 2024.03.25 19:39:50.002712 [ 3 ] {} <Debug> HTTP-Session: 1d178b15-db9a-43ad-be2c-a65d14e5ddfa Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 7423 | 2024.03.25 19:39:50.002746 [ 191 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_56_11} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7424 | 2024.03.25 19:39:50.002768 [ 3 ] {} <Debug> HTTP-Session: 1d178b15-db9a-43ad-be2c-a65d14e5ddfa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7425 | 2024.03.25 19:39:50.002885 [ 3 ] {} <Debug> HTTP-Session: 1d178b15-db9a-43ad-be2c-a65d14e5ddfa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7426 | 2024.03.25 19:39:50.003002 [ 192 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 54 rows starting from the beginning of the part | ||
| 7427 | 2024.03.25 19:39:50.003081 [ 3 ] {} <Trace> HTTP-Session: 1d178b15-db9a-43ad-be2c-a65d14e5ddfa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7428 | 2024.03.25 19:39:50.003166 [ 191 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_56_11} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 7429 | 2024.03.25 19:39:50.003370 [ 192 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 86 rows starting from the beginning of the part | ||
| 7430 | 2024.03.25 19:39:50.003470 [ 3 ] {c4520630-6c79-4714-9add-2f2ecfa06611} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 7431 | 2024.03.25 19:39:50.003679 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
| 7432 | 2024.03.25 19:39:50.003744 [ 3 ] {c4520630-6c79-4714-9add-2f2ecfa06611} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7433 | 2024.03.25 19:39:50.003856 [ 192 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 28 rows starting from the beginning of the part | ||
| 7434 | 2024.03.25 19:39:50.004251 [ 192 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 86 rows starting from the beginning of the part | ||
| 7435 | 2024.03.25 19:39:50.004543 [ 192 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 28 rows starting from the beginning of the part | ||
| 7436 | 2024.03.25 19:39:50.005194 [ 3 ] {c4520630-6c79-4714-9add-2f2ecfa06611} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7437 | 2024.03.25 19:39:50.005703 [ 3 ] {c4520630-6c79-4714-9add-2f2ecfa06611} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7438 | 2024.03.25 19:39:50.005753 [ 3 ] {c4520630-6c79-4714-9add-2f2ecfa06611} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
| 7439 | 2024.03.25 19:39:50.006349 [ 3 ] {c4520630-6c79-4714-9add-2f2ecfa06611} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 7440 | 2024.03.25 19:39:50.006365 [ 196 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 420 rows, containing 4 columns (4 merged, 0 gathered) in 0.004417149 sec., 95083.95573706026 rows/sec., 7.42 MiB/sec. | ||
| 7441 | 2024.03.25 19:39:50.006508 [ 196 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 7442 | 2024.03.25 19:39:50.006846 [ 3 ] {c4520630-6c79-4714-9add-2f2ecfa06611} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7443 | 2024.03.25 19:39:50.007049 [ 3 ] {c4520630-6c79-4714-9add-2f2ecfa06611} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.003812 sec., 26232.948583420777 rows/sec., 1.82 MiB/sec. | ||
| 7444 | 2024.03.25 19:39:50.007053 [ 196 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_56_11} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7445 | 2024.03.25 19:39:50.007142 [ 65 ] {} <Debug> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 7446 | 2024.03.25 19:39:50.007301 [ 196 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_56_11} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 7447 | 2024.03.25 19:39:50.007305 [ 65 ] {} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7448 | 2024.03.25 19:39:50.007325 [ 3 ] {c4520630-6c79-4714-9add-2f2ecfa06611} <Debug> DynamicQueryHandler: Done processing query | ||
| 7449 | 2024.03.25 19:39:50.007406 [ 3 ] {c4520630-6c79-4714-9add-2f2ecfa06611} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
| 7450 | 2024.03.25 19:39:50.007448 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
| 7451 | 2024.03.25 19:39:50.007472 [ 3 ] {} <Debug> HTTP-Session: 1d178b15-db9a-43ad-be2c-a65d14e5ddfa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7452 | 2024.03.25 19:39:50.007490 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 7453 | 2024.03.25 19:39:50.007658 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7454 | 2024.03.25 19:39:50.007663 [ 196 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full | ||
| 7455 | 2024.03.25 19:39:50.007709 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 7456 | 2024.03.25 19:39:50.007733 [ 3 ] {} <Debug> HTTP-Session: 4725e92b-7840-4575-9224-fb160a3094fd Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 7457 | 2024.03.25 19:39:50.007760 [ 3 ] {} <Debug> HTTP-Session: 4725e92b-7840-4575-9224-fb160a3094fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7458 | 2024.03.25 19:39:50.007783 [ 3 ] {} <Debug> HTTP-Session: 4725e92b-7840-4575-9224-fb160a3094fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7459 | 2024.03.25 19:39:50.007819 [ 196 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7460 | 2024.03.25 19:39:50.007829 [ 3 ] {} <Trace> HTTP-Session: 4725e92b-7840-4575-9224-fb160a3094fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7461 | 2024.03.25 19:39:50.007856 [ 196 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 5597 rows starting from the beginning of the part | ||
| 7462 | 2024.03.25 19:39:50.007967 [ 3 ] {4cc35f6d-245e-44e7-9cbf-083439c24385} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 7463 | 2024.03.25 19:39:50.008053 [ 196 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 137 rows starting from the beginning of the part | ||
| 7464 | 2024.03.25 19:39:50.008128 [ 3 ] {4cc35f6d-245e-44e7-9cbf-083439c24385} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7465 | 2024.03.25 19:39:50.008384 [ 196 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 100 rows starting from the beginning of the part | ||
| 7466 | 2024.03.25 19:39:50.008680 [ 196 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 100 rows starting from the beginning of the part | ||
| 7467 | 2024.03.25 19:39:50.009060 [ 196 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 100 rows starting from the beginning of the part | ||
| 7468 | 2024.03.25 19:39:50.009413 [ 196 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 100 rows starting from the beginning of the part | ||
| 7469 | 2024.03.25 19:39:50.009451 [ 3 ] {4cc35f6d-245e-44e7-9cbf-083439c24385} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7470 | 2024.03.25 19:39:50.010172 [ 3 ] {4cc35f6d-245e-44e7-9cbf-083439c24385} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7471 | 2024.03.25 19:39:50.010212 [ 3 ] {4cc35f6d-245e-44e7-9cbf-083439c24385} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
| 7472 | 2024.03.25 19:39:50.010641 [ 3 ] {4cc35f6d-245e-44e7-9cbf-083439c24385} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 7473 | 2024.03.25 19:39:50.011158 [ 3 ] {4cc35f6d-245e-44e7-9cbf-083439c24385} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7474 | 2024.03.25 19:39:50.011337 [ 3 ] {4cc35f6d-245e-44e7-9cbf-083439c24385} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.003447 sec., 8703.220191470844 rows/sec., 610.53 KiB/sec. | ||
| 7475 | 2024.03.25 19:39:50.011358 [ 65 ] {} <Debug> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 7476 | 2024.03.25 19:39:50.011463 [ 65 ] {} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7477 | 2024.03.25 19:39:50.011527 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
| 7478 | 2024.03.25 19:39:50.011603 [ 3 ] {4cc35f6d-245e-44e7-9cbf-083439c24385} <Debug> DynamicQueryHandler: Done processing query | ||
| 7479 | 2024.03.25 19:39:50.011654 [ 3 ] {4cc35f6d-245e-44e7-9cbf-083439c24385} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 7480 | 2024.03.25 19:39:50.011720 [ 3 ] {} <Debug> HTTP-Session: 4725e92b-7840-4575-9224-fb160a3094fd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7481 | 2024.03.25 19:39:50.011882 [ 191 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full | ||
| 7482 | 2024.03.25 19:39:50.012078 [ 191 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7483 | 2024.03.25 19:39:50.012118 [ 191 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1512 rows starting from the beginning of the part | ||
| 7484 | 2024.03.25 19:39:50.012241 [ 191 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 30 rows starting from the beginning of the part | ||
| 7485 | 2024.03.25 19:39:50.012742 [ 191 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 30 rows starting from the beginning of the part | ||
| 7486 | 2024.03.25 19:39:50.013086 [ 194 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6134 rows, containing 5 columns (5 merged, 0 gathered) in 0.005489145 sec., 1117478.2229290719 rows/sec., 77.61 MiB/sec. | ||
| 7487 | 2024.03.25 19:39:50.013122 [ 191 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 30 rows starting from the beginning of the part | ||
| 7488 | 2024.03.25 19:39:50.013245 [ 191 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 30 rows starting from the beginning of the part | ||
| 7489 | 2024.03.25 19:39:50.013467 [ 191 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 30 rows starting from the beginning of the part | ||
| 7490 | 2024.03.25 19:39:50.013648 [ 194 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 7491 | 2024.03.25 19:39:50.014595 [ 196 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7492 | 2024.03.25 19:39:50.014787 [ 196 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 7493 | 2024.03.25 19:39:50.014908 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.29 MiB. | ||
| 7494 | 2024.03.25 19:39:50.015684 [ 196 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1662 rows, containing 4 columns (4 merged, 0 gathered) in 0.00403162 sec., 412241.2330527183 rows/sec., 28.24 MiB/sec. | ||
| 7495 | 2024.03.25 19:39:50.015880 [ 199 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 7496 | 2024.03.25 19:39:50.016258 [ 199 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_56_11} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7497 | 2024.03.25 19:39:50.016335 [ 199 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_56_11} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 7498 | 2024.03.25 19:39:50.016414 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. | ||
| 7499 | 2024.03.25 19:39:51.000154 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 184.06 MiB, peak 201.19 MiB, free memory in arenas 0.00 B, will set to 192.51 MiB (RSS), difference: 8.45 MiB | ||
| 7500 | 2024.03.25 19:39:51.612356 [ 64 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7501 | 2024.03.25 19:39:51.612407 [ 64 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7502 | 2024.03.25 19:39:54.996186 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 8371, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7503 | 2024.03.25 19:39:54.996323 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 7504 | 2024.03.25 19:39:54.996352 [ 3 ] {} <Debug> HTTP-Session: 0099e962-4236-4279-8cf4-1d6ed29c2c7b Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 7505 | 2024.03.25 19:39:54.996381 [ 3 ] {} <Debug> HTTP-Session: 0099e962-4236-4279-8cf4-1d6ed29c2c7b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7506 | 2024.03.25 19:39:54.996400 [ 3 ] {} <Debug> HTTP-Session: 0099e962-4236-4279-8cf4-1d6ed29c2c7b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7507 | 2024.03.25 19:39:54.996455 [ 3 ] {} <Trace> HTTP-Session: 0099e962-4236-4279-8cf4-1d6ed29c2c7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7508 | 2024.03.25 19:39:54.996602 [ 3 ] {2f8733cb-86d1-40af-92eb-08e3ffa2c7b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 7509 | 2024.03.25 19:39:54.996674 [ 3 ] {2f8733cb-86d1-40af-92eb-08e3ffa2c7b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 7510 | 2024.03.25 19:39:54.996892 [ 3 ] {2f8733cb-86d1-40af-92eb-08e3ffa2c7b3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7511 | 2024.03.25 19:39:54.997367 [ 3 ] {2f8733cb-86d1-40af-92eb-08e3ffa2c7b3} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7512 | 2024.03.25 19:39:54.997414 [ 3 ] {2f8733cb-86d1-40af-92eb-08e3ffa2c7b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
| 7513 | 2024.03.25 19:39:54.997819 [ 3 ] {2f8733cb-86d1-40af-92eb-08e3ffa2c7b3} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 7514 | 2024.03.25 19:39:54.998170 [ 3 ] {2f8733cb-86d1-40af-92eb-08e3ffa2c7b3} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7515 | 2024.03.25 19:39:54.998352 [ 3 ] {2f8733cb-86d1-40af-92eb-08e3ffa2c7b3} <Debug> executeQuery: Read 58 rows, 4.70 KiB in 0.001815 sec., 31955.922865013774 rows/sec., 2.53 MiB/sec. | ||
| 7516 | 2024.03.25 19:39:54.998351 [ 62 ] {} <Debug> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108) (MergerMutator): Selected 5 parts from all_1_24_5 to all_28_28_0 | ||
| 7517 | 2024.03.25 19:39:54.998451 [ 62 ] {} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7518 | 2024.03.25 19:39:54.998505 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
| 7519 | 2024.03.25 19:39:54.998581 [ 3 ] {2f8733cb-86d1-40af-92eb-08e3ffa2c7b3} <Debug> DynamicQueryHandler: Done processing query | ||
| 7520 | 2024.03.25 19:39:54.998628 [ 3 ] {2f8733cb-86d1-40af-92eb-08e3ffa2c7b3} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 7521 | 2024.03.25 19:39:54.998688 [ 3 ] {} <Debug> HTTP-Session: 0099e962-4236-4279-8cf4-1d6ed29c2c7b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7522 | 2024.03.25 19:39:54.998766 [ 193 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_28_6} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_24_5 to all_28_28_0 into Compact with storage Full | ||
| 7523 | 2024.03.25 19:39:54.998966 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 31316, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7524 | 2024.03.25 19:39:54.999009 [ 193 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_28_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7525 | 2024.03.25 19:39:54.999076 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 7526 | 2024.03.25 19:39:54.999090 [ 193 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_24_5, total 58 rows starting from the beginning of the part | ||
| 7527 | 2024.03.25 19:39:54.999119 [ 3 ] {} <Debug> HTTP-Session: b97c5aa1-91d2-41b8-8165-31ac51c829d3 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 7528 | 2024.03.25 19:39:54.999159 [ 3 ] {} <Debug> HTTP-Session: b97c5aa1-91d2-41b8-8165-31ac51c829d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7529 | 2024.03.25 19:39:54.999198 [ 3 ] {} <Debug> HTTP-Session: b97c5aa1-91d2-41b8-8165-31ac51c829d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7530 | 2024.03.25 19:39:54.999304 [ 193 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 58 rows starting from the beginning of the part | ||
| 7531 | 2024.03.25 19:39:54.999374 [ 3 ] {} <Trace> HTTP-Session: b97c5aa1-91d2-41b8-8165-31ac51c829d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7532 | 2024.03.25 19:39:54.999576 [ 193 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 58 rows starting from the beginning of the part | ||
| 7533 | 2024.03.25 19:39:54.999925 [ 193 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 58 rows starting from the beginning of the part | ||
| 7534 | 2024.03.25 19:39:55.000030 [ 3 ] {156e0f92-bce2-4d45-b29f-2fee0f9df40e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 7535 | 2024.03.25 19:39:55.000069 [ 193 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 58 rows starting from the beginning of the part | ||
| 7536 | 2024.03.25 19:39:55.000125 [ 3 ] {156e0f92-bce2-4d45-b29f-2fee0f9df40e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7537 | 2024.03.25 19:39:55.000254 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 193.58 MiB, peak 201.19 MiB, free memory in arenas 0.00 B, will set to 192.51 MiB (RSS), difference: -1.07 MiB | ||
| 7538 | 2024.03.25 19:39:55.001687 [ 3 ] {156e0f92-bce2-4d45-b29f-2fee0f9df40e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7539 | 2024.03.25 19:39:55.002835 [ 3 ] {156e0f92-bce2-4d45-b29f-2fee0f9df40e} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7540 | 2024.03.25 19:39:55.002935 [ 3 ] {156e0f92-bce2-4d45-b29f-2fee0f9df40e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
| 7541 | 2024.03.25 19:39:55.003026 [ 193 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_28_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 290 rows, containing 4 columns (4 merged, 0 gathered) in 0.004413849 sec., 65702.29294205579 rows/sec., 5.20 MiB/sec. | ||
| 7542 | 2024.03.25 19:39:55.003230 [ 196 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_28_6} <Trace> MergedBlockOutputStream: filled checksums all_1_28_6 (state Temporary) | ||
| 7543 | 2024.03.25 19:39:55.003444 [ 3 ] {156e0f92-bce2-4d45-b29f-2fee0f9df40e} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 7544 | 2024.03.25 19:39:55.003819 [ 196 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_28_6} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Renaming temporary part tmp_merge_all_1_28_6 to all_1_28_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7545 | 2024.03.25 19:39:55.003902 [ 3 ] {156e0f92-bce2-4d45-b29f-2fee0f9df40e} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7546 | 2024.03.25 19:39:55.003949 [ 196 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_28_6} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108) (MergerMutator): Merged 5 parts: [all_1_24_5, all_28_28_0] -> all_1_28_6 | ||
| 7547 | 2024.03.25 19:39:55.004138 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 7548 | 2024.03.25 19:39:55.004171 [ 3 ] {156e0f92-bce2-4d45-b29f-2fee0f9df40e} <Debug> executeQuery: Read 200 rows, 19.11 KiB in 0.00458 sec., 43668.12227074236 rows/sec., 4.08 MiB/sec. | ||
| 7549 | 2024.03.25 19:39:55.004312 [ 3 ] {156e0f92-bce2-4d45-b29f-2fee0f9df40e} <Debug> DynamicQueryHandler: Done processing query | ||
| 7550 | 2024.03.25 19:39:55.004337 [ 3 ] {156e0f92-bce2-4d45-b29f-2fee0f9df40e} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 7551 | 2024.03.25 19:39:55.004354 [ 3 ] {} <Debug> HTTP-Session: b97c5aa1-91d2-41b8-8165-31ac51c829d3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7552 | 2024.03.25 19:39:55.004502 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 14620, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7553 | 2024.03.25 19:39:55.004553 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 7554 | 2024.03.25 19:39:55.004571 [ 3 ] {} <Debug> HTTP-Session: 832c809a-e4d1-43fb-b09d-7299720d052e Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 7555 | 2024.03.25 19:39:55.004589 [ 3 ] {} <Debug> HTTP-Session: 832c809a-e4d1-43fb-b09d-7299720d052e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7556 | 2024.03.25 19:39:55.004604 [ 3 ] {} <Debug> HTTP-Session: 832c809a-e4d1-43fb-b09d-7299720d052e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7557 | 2024.03.25 19:39:55.004639 [ 3 ] {} <Trace> HTTP-Session: 832c809a-e4d1-43fb-b09d-7299720d052e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7558 | 2024.03.25 19:39:55.004748 [ 3 ] {e7ebfded-d10c-4435-a8e7-12abfe2b5020} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 7559 | 2024.03.25 19:39:55.004792 [ 3 ] {e7ebfded-d10c-4435-a8e7-12abfe2b5020} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7560 | 2024.03.25 19:39:55.004926 [ 3 ] {e7ebfded-d10c-4435-a8e7-12abfe2b5020} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7561 | 2024.03.25 19:39:55.005288 [ 3 ] {e7ebfded-d10c-4435-a8e7-12abfe2b5020} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7562 | 2024.03.25 19:39:55.005329 [ 3 ] {e7ebfded-d10c-4435-a8e7-12abfe2b5020} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
| 7563 | 2024.03.25 19:39:55.005653 [ 3 ] {e7ebfded-d10c-4435-a8e7-12abfe2b5020} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 7564 | 2024.03.25 19:39:55.005969 [ 3 ] {e7ebfded-d10c-4435-a8e7-12abfe2b5020} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7565 | 2024.03.25 19:39:55.006126 [ 3 ] {e7ebfded-d10c-4435-a8e7-12abfe2b5020} <Debug> executeQuery: Read 86 rows, 6.88 KiB in 0.001432 sec., 60055.865921787714 rows/sec., 4.69 MiB/sec. | ||
| 7566 | 2024.03.25 19:39:55.006250 [ 3 ] {e7ebfded-d10c-4435-a8e7-12abfe2b5020} <Debug> DynamicQueryHandler: Done processing query | ||
| 7567 | 2024.03.25 19:39:55.006274 [ 3 ] {e7ebfded-d10c-4435-a8e7-12abfe2b5020} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 7568 | 2024.03.25 19:39:55.006290 [ 3 ] {} <Debug> HTTP-Session: 832c809a-e4d1-43fb-b09d-7299720d052e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7569 | 2024.03.25 19:39:55.006440 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 19137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7570 | 2024.03.25 19:39:55.006490 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 7571 | 2024.03.25 19:39:55.006509 [ 3 ] {} <Debug> HTTP-Session: eb20c997-c375-4f7d-93e0-f0a1eb08ce2f Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 7572 | 2024.03.25 19:39:55.006526 [ 3 ] {} <Debug> HTTP-Session: eb20c997-c375-4f7d-93e0-f0a1eb08ce2f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7573 | 2024.03.25 19:39:55.006540 [ 3 ] {} <Debug> HTTP-Session: eb20c997-c375-4f7d-93e0-f0a1eb08ce2f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7574 | 2024.03.25 19:39:55.006571 [ 3 ] {} <Trace> HTTP-Session: eb20c997-c375-4f7d-93e0-f0a1eb08ce2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7575 | 2024.03.25 19:39:55.006676 [ 3 ] {68f8a15c-25d5-4180-98e3-deb0bb22a755} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 7576 | 2024.03.25 19:39:55.006723 [ 3 ] {68f8a15c-25d5-4180-98e3-deb0bb22a755} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7577 | 2024.03.25 19:39:55.006871 [ 3 ] {68f8a15c-25d5-4180-98e3-deb0bb22a755} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7578 | 2024.03.25 19:39:55.007192 [ 3 ] {68f8a15c-25d5-4180-98e3-deb0bb22a755} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7579 | 2024.03.25 19:39:55.007231 [ 3 ] {68f8a15c-25d5-4180-98e3-deb0bb22a755} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
| 7580 | 2024.03.25 19:39:55.007622 [ 3 ] {68f8a15c-25d5-4180-98e3-deb0bb22a755} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 7581 | 2024.03.25 19:39:55.007966 [ 3 ] {68f8a15c-25d5-4180-98e3-deb0bb22a755} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7582 | 2024.03.25 19:39:55.008120 [ 3 ] {68f8a15c-25d5-4180-98e3-deb0bb22a755} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001495 sec., 66889.63210702341 rows/sec., 4.64 MiB/sec. | ||
| 7583 | 2024.03.25 19:39:55.008237 [ 3 ] {68f8a15c-25d5-4180-98e3-deb0bb22a755} <Debug> DynamicQueryHandler: Done processing query | ||
| 7584 | 2024.03.25 19:39:55.008260 [ 3 ] {68f8a15c-25d5-4180-98e3-deb0bb22a755} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
| 7585 | 2024.03.25 19:39:55.008276 [ 3 ] {} <Debug> HTTP-Session: eb20c997-c375-4f7d-93e0-f0a1eb08ce2f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7586 | 2024.03.25 19:39:55.008427 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 62049, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7587 | 2024.03.25 19:39:55.008476 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 7588 | 2024.03.25 19:39:55.008494 [ 3 ] {} <Debug> HTTP-Session: d5206059-1aab-4a69-b483-2a472210444a Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 7589 | 2024.03.25 19:39:55.008511 [ 3 ] {} <Debug> HTTP-Session: d5206059-1aab-4a69-b483-2a472210444a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7590 | 2024.03.25 19:39:55.008525 [ 3 ] {} <Debug> HTTP-Session: d5206059-1aab-4a69-b483-2a472210444a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7591 | 2024.03.25 19:39:55.008555 [ 3 ] {} <Trace> HTTP-Session: d5206059-1aab-4a69-b483-2a472210444a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7592 | 2024.03.25 19:39:55.009104 [ 3 ] {a1eef9a9-f1f6-444d-b7a1-23111da6f22d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 7593 | 2024.03.25 19:39:55.009165 [ 3 ] {a1eef9a9-f1f6-444d-b7a1-23111da6f22d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 7594 | 2024.03.25 19:39:55.009370 [ 3 ] {a1eef9a9-f1f6-444d-b7a1-23111da6f22d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7595 | 2024.03.25 19:39:55.010090 [ 3 ] {a1eef9a9-f1f6-444d-b7a1-23111da6f22d} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7596 | 2024.03.25 19:39:55.010129 [ 3 ] {a1eef9a9-f1f6-444d-b7a1-23111da6f22d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
| 7597 | 2024.03.25 19:39:55.010587 [ 3 ] {a1eef9a9-f1f6-444d-b7a1-23111da6f22d} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 7598 | 2024.03.25 19:39:55.010939 [ 3 ] {a1eef9a9-f1f6-444d-b7a1-23111da6f22d} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7599 | 2024.03.25 19:39:55.011072 [ 3 ] {a1eef9a9-f1f6-444d-b7a1-23111da6f22d} <Debug> executeQuery: Read 58 rows, 80.15 KiB in 0.002456 sec., 23615.635179153094 rows/sec., 31.87 MiB/sec. | ||
| 7600 | 2024.03.25 19:39:55.011201 [ 3 ] {a1eef9a9-f1f6-444d-b7a1-23111da6f22d} <Debug> DynamicQueryHandler: Done processing query | ||
| 7601 | 2024.03.25 19:39:55.011225 [ 3 ] {a1eef9a9-f1f6-444d-b7a1-23111da6f22d} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 7602 | 2024.03.25 19:39:55.011241 [ 3 ] {} <Debug> HTTP-Session: d5206059-1aab-4a69-b483-2a472210444a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7603 | 2024.03.25 19:39:55.011390 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7604 | 2024.03.25 19:39:55.011440 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 7605 | 2024.03.25 19:39:55.011458 [ 3 ] {} <Debug> HTTP-Session: 358c3ee5-3d4b-4d6c-baa7-09397207dc4f Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 7606 | 2024.03.25 19:39:55.011475 [ 3 ] {} <Debug> HTTP-Session: 358c3ee5-3d4b-4d6c-baa7-09397207dc4f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7607 | 2024.03.25 19:39:55.011489 [ 3 ] {} <Debug> HTTP-Session: 358c3ee5-3d4b-4d6c-baa7-09397207dc4f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7608 | 2024.03.25 19:39:55.011519 [ 3 ] {} <Trace> HTTP-Session: 358c3ee5-3d4b-4d6c-baa7-09397207dc4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7609 | 2024.03.25 19:39:55.011594 [ 3 ] {3c732d83-7ef5-417d-830c-ce901dec5e2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 7610 | 2024.03.25 19:39:55.011638 [ 3 ] {3c732d83-7ef5-417d-830c-ce901dec5e2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7611 | 2024.03.25 19:39:55.011766 [ 3 ] {3c732d83-7ef5-417d-830c-ce901dec5e2e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7612 | 2024.03.25 19:39:55.012030 [ 3 ] {3c732d83-7ef5-417d-830c-ce901dec5e2e} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7613 | 2024.03.25 19:39:55.012065 [ 3 ] {3c732d83-7ef5-417d-830c-ce901dec5e2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
| 7614 | 2024.03.25 19:39:55.012426 [ 3 ] {3c732d83-7ef5-417d-830c-ce901dec5e2e} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 7615 | 2024.03.25 19:39:55.012755 [ 3 ] {3c732d83-7ef5-417d-830c-ce901dec5e2e} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7616 | 2024.03.25 19:39:55.012885 [ 3 ] {3c732d83-7ef5-417d-830c-ce901dec5e2e} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001322 sec., 22692.8895612708 rows/sec., 1.55 MiB/sec. | ||
| 7617 | 2024.03.25 19:39:55.013003 [ 3 ] {3c732d83-7ef5-417d-830c-ce901dec5e2e} <Debug> DynamicQueryHandler: Done processing query | ||
| 7618 | 2024.03.25 19:39:55.013027 [ 3 ] {3c732d83-7ef5-417d-830c-ce901dec5e2e} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 7619 | 2024.03.25 19:39:55.013043 [ 3 ] {} <Debug> HTTP-Session: 358c3ee5-3d4b-4d6c-baa7-09397207dc4f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7620 | 2024.03.25 19:39:59.994558 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 8603, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7621 | 2024.03.25 19:39:59.994755 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 7622 | 2024.03.25 19:39:59.994802 [ 3 ] {} <Debug> HTTP-Session: 3b6442fb-181b-4ef4-8702-a8f2f7d1c54c Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 7623 | 2024.03.25 19:39:59.994843 [ 3 ] {} <Debug> HTTP-Session: 3b6442fb-181b-4ef4-8702-a8f2f7d1c54c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7624 | 2024.03.25 19:39:59.994871 [ 3 ] {} <Debug> HTTP-Session: 3b6442fb-181b-4ef4-8702-a8f2f7d1c54c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7625 | 2024.03.25 19:39:59.994949 [ 3 ] {} <Trace> HTTP-Session: 3b6442fb-181b-4ef4-8702-a8f2f7d1c54c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7626 | 2024.03.25 19:39:59.995162 [ 3 ] {0d6fd3a5-ab3b-4790-8666-8a2f71e4df7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 7627 | 2024.03.25 19:39:59.995269 [ 3 ] {0d6fd3a5-ab3b-4790-8666-8a2f71e4df7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7628 | 2024.03.25 19:39:59.995478 [ 3 ] {0d6fd3a5-ab3b-4790-8666-8a2f71e4df7e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7629 | 2024.03.25 19:39:59.996019 [ 3 ] {0d6fd3a5-ab3b-4790-8666-8a2f71e4df7e} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7630 | 2024.03.25 19:39:59.996073 [ 3 ] {0d6fd3a5-ab3b-4790-8666-8a2f71e4df7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
| 7631 | 2024.03.25 19:39:59.996485 [ 3 ] {0d6fd3a5-ab3b-4790-8666-8a2f71e4df7e} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 7632 | 2024.03.25 19:39:59.996822 [ 3 ] {0d6fd3a5-ab3b-4790-8666-8a2f71e4df7e} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7633 | 2024.03.25 19:39:59.996990 [ 3 ] {0d6fd3a5-ab3b-4790-8666-8a2f71e4df7e} <Debug> executeQuery: Read 62 rows, 4.82 KiB in 0.001938 sec., 31991.74406604747 rows/sec., 2.43 MiB/sec. | ||
| 7634 | 2024.03.25 19:39:59.997223 [ 3 ] {0d6fd3a5-ab3b-4790-8666-8a2f71e4df7e} <Debug> DynamicQueryHandler: Done processing query | ||
| 7635 | 2024.03.25 19:39:59.997251 [ 3 ] {0d6fd3a5-ab3b-4790-8666-8a2f71e4df7e} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 7636 | 2024.03.25 19:39:59.997305 [ 3 ] {} <Debug> HTTP-Session: 3b6442fb-181b-4ef4-8702-a8f2f7d1c54c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7637 | 2024.03.25 19:39:59.997575 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 8828, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7638 | 2024.03.25 19:39:59.997682 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 7639 | 2024.03.25 19:39:59.997703 [ 3 ] {} <Debug> HTTP-Session: b5a64f46-2db2-4455-bc8a-33260f6aa6bf Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 7640 | 2024.03.25 19:39:59.997723 [ 3 ] {} <Debug> HTTP-Session: b5a64f46-2db2-4455-bc8a-33260f6aa6bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7641 | 2024.03.25 19:39:59.997737 [ 3 ] {} <Debug> HTTP-Session: b5a64f46-2db2-4455-bc8a-33260f6aa6bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7642 | 2024.03.25 19:39:59.997773 [ 3 ] {} <Trace> HTTP-Session: b5a64f46-2db2-4455-bc8a-33260f6aa6bf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7643 | 2024.03.25 19:39:59.997865 [ 3 ] {99804f5d-245a-4ca0-b29c-b805f712f619} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 7644 | 2024.03.25 19:39:59.997909 [ 3 ] {99804f5d-245a-4ca0-b29c-b805f712f619} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7645 | 2024.03.25 19:39:59.998064 [ 3 ] {99804f5d-245a-4ca0-b29c-b805f712f619} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7646 | 2024.03.25 19:39:59.998402 [ 3 ] {99804f5d-245a-4ca0-b29c-b805f712f619} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7647 | 2024.03.25 19:39:59.998442 [ 3 ] {99804f5d-245a-4ca0-b29c-b805f712f619} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
| 7648 | 2024.03.25 19:39:59.998759 [ 3 ] {99804f5d-245a-4ca0-b29c-b805f712f619} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 7649 | 2024.03.25 19:39:59.999063 [ 3 ] {99804f5d-245a-4ca0-b29c-b805f712f619} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7650 | 2024.03.25 19:39:59.999223 [ 3 ] {99804f5d-245a-4ca0-b29c-b805f712f619} <Debug> executeQuery: Read 52 rows, 4.13 KiB in 0.001394 sec., 37302.725968436156 rows/sec., 2.90 MiB/sec. | ||
| 7651 | 2024.03.25 19:39:59.999401 [ 3 ] {99804f5d-245a-4ca0-b29c-b805f712f619} <Debug> DynamicQueryHandler: Done processing query | ||
| 7652 | 2024.03.25 19:39:59.999460 [ 3 ] {99804f5d-245a-4ca0-b29c-b805f712f619} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 7653 | 2024.03.25 19:39:59.999518 [ 3 ] {} <Debug> HTTP-Session: b5a64f46-2db2-4455-bc8a-33260f6aa6bf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7654 | 2024.03.25 19:39:59.999722 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 26091, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7655 | 2024.03.25 19:39:59.999773 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 7656 | 2024.03.25 19:39:59.999791 [ 3 ] {} <Debug> HTTP-Session: ec765303-7e71-4674-bb39-5963be1736f1 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 7657 | 2024.03.25 19:39:59.999810 [ 3 ] {} <Debug> HTTP-Session: ec765303-7e71-4674-bb39-5963be1736f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7658 | 2024.03.25 19:39:59.999824 [ 3 ] {} <Debug> HTTP-Session: ec765303-7e71-4674-bb39-5963be1736f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7659 | 2024.03.25 19:39:59.999855 [ 3 ] {} <Trace> HTTP-Session: ec765303-7e71-4674-bb39-5963be1736f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7660 | 2024.03.25 19:39:59.999971 [ 3 ] {e37fbda9-ef6c-43de-aec7-5f13bfb355f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 7661 | 2024.03.25 19:40:00.000025 [ 3 ] {e37fbda9-ef6c-43de-aec7-5f13bfb355f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7662 | 2024.03.25 19:40:00.000186 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 193.65 MiB, peak 201.19 MiB, free memory in arenas 0.00 B, will set to 192.51 MiB (RSS), difference: -1.14 MiB | ||
| 7663 | 2024.03.25 19:40:00.000228 [ 3 ] {e37fbda9-ef6c-43de-aec7-5f13bfb355f2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7664 | 2024.03.25 19:40:00.000804 [ 3 ] {e37fbda9-ef6c-43de-aec7-5f13bfb355f2} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7665 | 2024.03.25 19:40:00.000844 [ 3 ] {e37fbda9-ef6c-43de-aec7-5f13bfb355f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
| 7666 | 2024.03.25 19:40:00.001245 [ 3 ] {e37fbda9-ef6c-43de-aec7-5f13bfb355f2} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 7667 | 2024.03.25 19:40:00.001583 [ 3 ] {e37fbda9-ef6c-43de-aec7-5f13bfb355f2} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7668 | 2024.03.25 19:40:00.001748 [ 3 ] {e37fbda9-ef6c-43de-aec7-5f13bfb355f2} <Debug> executeQuery: Read 136 rows, 9.70 KiB in 0.001832 sec., 74235.80786026201 rows/sec., 5.17 MiB/sec. | ||
| 7669 | 2024.03.25 19:40:00.001885 [ 3 ] {e37fbda9-ef6c-43de-aec7-5f13bfb355f2} <Debug> DynamicQueryHandler: Done processing query | ||
| 7670 | 2024.03.25 19:40:00.001908 [ 3 ] {e37fbda9-ef6c-43de-aec7-5f13bfb355f2} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
| 7671 | 2024.03.25 19:40:00.001924 [ 3 ] {} <Debug> HTTP-Session: ec765303-7e71-4674-bb39-5963be1736f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7672 | 2024.03.25 19:40:00.002055 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7673 | 2024.03.25 19:40:00.002104 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 7674 | 2024.03.25 19:40:00.002122 [ 3 ] {} <Debug> HTTP-Session: d80f52dd-fef6-4479-8984-f3db80c7bf4d Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 7675 | 2024.03.25 19:40:00.002139 [ 3 ] {} <Debug> HTTP-Session: d80f52dd-fef6-4479-8984-f3db80c7bf4d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7676 | 2024.03.25 19:40:00.002153 [ 3 ] {} <Debug> HTTP-Session: d80f52dd-fef6-4479-8984-f3db80c7bf4d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7677 | 2024.03.25 19:40:00.002184 [ 3 ] {} <Trace> HTTP-Session: d80f52dd-fef6-4479-8984-f3db80c7bf4d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7678 | 2024.03.25 19:40:00.002261 [ 3 ] {f97d2495-fba6-43aa-a207-32ebffc9d175} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 7679 | 2024.03.25 19:40:00.002303 [ 3 ] {f97d2495-fba6-43aa-a207-32ebffc9d175} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7680 | 2024.03.25 19:40:00.002432 [ 3 ] {f97d2495-fba6-43aa-a207-32ebffc9d175} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7681 | 2024.03.25 19:40:00.002730 [ 3 ] {f97d2495-fba6-43aa-a207-32ebffc9d175} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7682 | 2024.03.25 19:40:00.002768 [ 3 ] {f97d2495-fba6-43aa-a207-32ebffc9d175} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
| 7683 | 2024.03.25 19:40:00.003128 [ 3 ] {f97d2495-fba6-43aa-a207-32ebffc9d175} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 7684 | 2024.03.25 19:40:00.003449 [ 3 ] {f97d2495-fba6-43aa-a207-32ebffc9d175} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7685 | 2024.03.25 19:40:00.003607 [ 3 ] {f97d2495-fba6-43aa-a207-32ebffc9d175} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001368 sec., 21929.824561403508 rows/sec., 1.50 MiB/sec. | ||
| 7686 | 2024.03.25 19:40:00.003807 [ 3 ] {f97d2495-fba6-43aa-a207-32ebffc9d175} <Debug> DynamicQueryHandler: Done processing query | ||
| 7687 | 2024.03.25 19:40:00.003861 [ 3 ] {f97d2495-fba6-43aa-a207-32ebffc9d175} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 7688 | 2024.03.25 19:40:00.003919 [ 3 ] {} <Debug> HTTP-Session: d80f52dd-fef6-4479-8984-f3db80c7bf4d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7689 | 2024.03.25 19:40:04.996352 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 8371, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7690 | 2024.03.25 19:40:04.996548 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 7691 | 2024.03.25 19:40:04.996593 [ 3 ] {} <Debug> HTTP-Session: 3a502b76-00a2-49d2-8495-bcbbca7a3462 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 7692 | 2024.03.25 19:40:04.996643 [ 3 ] {} <Debug> HTTP-Session: 3a502b76-00a2-49d2-8495-bcbbca7a3462 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7693 | 2024.03.25 19:40:04.996672 [ 3 ] {} <Debug> HTTP-Session: 3a502b76-00a2-49d2-8495-bcbbca7a3462 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7694 | 2024.03.25 19:40:04.996750 [ 3 ] {} <Trace> HTTP-Session: 3a502b76-00a2-49d2-8495-bcbbca7a3462 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7695 | 2024.03.25 19:40:04.996959 [ 3 ] {ad86fa5c-64b2-4cec-95ca-4b53f7cde0a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 7696 | 2024.03.25 19:40:04.997062 [ 3 ] {ad86fa5c-64b2-4cec-95ca-4b53f7cde0a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 7697 | 2024.03.25 19:40:04.997374 [ 3 ] {ad86fa5c-64b2-4cec-95ca-4b53f7cde0a4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7698 | 2024.03.25 19:40:04.997952 [ 3 ] {ad86fa5c-64b2-4cec-95ca-4b53f7cde0a4} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7699 | 2024.03.25 19:40:04.998002 [ 3 ] {ad86fa5c-64b2-4cec-95ca-4b53f7cde0a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
| 7700 | 2024.03.25 19:40:04.998397 [ 3 ] {ad86fa5c-64b2-4cec-95ca-4b53f7cde0a4} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 7701 | 2024.03.25 19:40:04.998736 [ 3 ] {ad86fa5c-64b2-4cec-95ca-4b53f7cde0a4} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7702 | 2024.03.25 19:40:04.998890 [ 3 ] {ad86fa5c-64b2-4cec-95ca-4b53f7cde0a4} <Debug> executeQuery: Read 58 rows, 4.70 KiB in 0.00204 sec., 28431.372549019605 rows/sec., 2.25 MiB/sec. | ||
| 7703 | 2024.03.25 19:40:04.999062 [ 3 ] {ad86fa5c-64b2-4cec-95ca-4b53f7cde0a4} <Debug> DynamicQueryHandler: Done processing query | ||
| 7704 | 2024.03.25 19:40:04.999088 [ 3 ] {ad86fa5c-64b2-4cec-95ca-4b53f7cde0a4} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 7705 | 2024.03.25 19:40:04.999104 [ 3 ] {} <Debug> HTTP-Session: 3a502b76-00a2-49d2-8495-bcbbca7a3462 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7706 | 2024.03.25 19:40:04.999268 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7707 | 2024.03.25 19:40:04.999323 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 7708 | 2024.03.25 19:40:04.999342 [ 3 ] {} <Debug> HTTP-Session: 307edc3a-be57-40f7-8d68-b5befe4b7d68 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 7709 | 2024.03.25 19:40:04.999361 [ 3 ] {} <Debug> HTTP-Session: 307edc3a-be57-40f7-8d68-b5befe4b7d68 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7710 | 2024.03.25 19:40:04.999375 [ 3 ] {} <Debug> HTTP-Session: 307edc3a-be57-40f7-8d68-b5befe4b7d68 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7711 | 2024.03.25 19:40:04.999410 [ 3 ] {} <Trace> HTTP-Session: 307edc3a-be57-40f7-8d68-b5befe4b7d68 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7712 | 2024.03.25 19:40:04.999485 [ 3 ] {84f3ebd7-af0b-40a1-bc76-d792b11a8d84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 7713 | 2024.03.25 19:40:04.999530 [ 3 ] {84f3ebd7-af0b-40a1-bc76-d792b11a8d84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 7714 | 2024.03.25 19:40:04.999674 [ 3 ] {84f3ebd7-af0b-40a1-bc76-d792b11a8d84} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7715 | 2024.03.25 19:40:04.999979 [ 3 ] {84f3ebd7-af0b-40a1-bc76-d792b11a8d84} <Trace> oximeter.fields_ipaddr (d9ee32b3-8a1d-44e7-a34c-f0038ee3937b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7716 | 2024.03.25 19:40:05.000024 [ 3 ] {84f3ebd7-af0b-40a1-bc76-d792b11a8d84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
| 7717 | 2024.03.25 19:40:05.000153 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 193.61 MiB, peak 201.19 MiB, free memory in arenas 0.00 B, will set to 192.51 MiB (RSS), difference: -1.09 MiB | ||
| 7718 | 2024.03.25 19:40:05.000686 [ 3 ] {84f3ebd7-af0b-40a1-bc76-d792b11a8d84} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 7719 | 2024.03.25 19:40:05.001021 [ 3 ] {84f3ebd7-af0b-40a1-bc76-d792b11a8d84} <Trace> oximeter.fields_ipaddr (d9ee32b3-8a1d-44e7-a34c-f0038ee3937b): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7720 | 2024.03.25 19:40:05.001190 [ 3 ] {84f3ebd7-af0b-40a1-bc76-d792b11a8d84} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001728 sec., 2314.814814814815 rows/sec., 188.76 KiB/sec. | ||
| 7721 | 2024.03.25 19:40:05.001441 [ 3 ] {84f3ebd7-af0b-40a1-bc76-d792b11a8d84} <Debug> DynamicQueryHandler: Done processing query | ||
| 7722 | 2024.03.25 19:40:05.001472 [ 3 ] {84f3ebd7-af0b-40a1-bc76-d792b11a8d84} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 7723 | 2024.03.25 19:40:05.001498 [ 3 ] {} <Debug> HTTP-Session: 307edc3a-be57-40f7-8d68-b5befe4b7d68 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7724 | 2024.03.25 19:40:05.001655 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 31614, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7725 | 2024.03.25 19:40:05.001705 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 7726 | 2024.03.25 19:40:05.001723 [ 3 ] {} <Debug> HTTP-Session: 330e4db4-bf80-41a0-8f9b-1ed26432c3d4 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 7727 | 2024.03.25 19:40:05.001741 [ 3 ] {} <Debug> HTTP-Session: 330e4db4-bf80-41a0-8f9b-1ed26432c3d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7728 | 2024.03.25 19:40:05.001755 [ 3 ] {} <Debug> HTTP-Session: 330e4db4-bf80-41a0-8f9b-1ed26432c3d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7729 | 2024.03.25 19:40:05.001787 [ 3 ] {} <Trace> HTTP-Session: 330e4db4-bf80-41a0-8f9b-1ed26432c3d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7730 | 2024.03.25 19:40:05.001908 [ 3 ] {69fea080-ec01-43ae-a884-553d4a01a05a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 7731 | 2024.03.25 19:40:05.001951 [ 3 ] {69fea080-ec01-43ae-a884-553d4a01a05a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7732 | 2024.03.25 19:40:05.002102 [ 3 ] {69fea080-ec01-43ae-a884-553d4a01a05a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7733 | 2024.03.25 19:40:05.002557 [ 3 ] {69fea080-ec01-43ae-a884-553d4a01a05a} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7734 | 2024.03.25 19:40:05.002595 [ 3 ] {69fea080-ec01-43ae-a884-553d4a01a05a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
| 7735 | 2024.03.25 19:40:05.002921 [ 3 ] {69fea080-ec01-43ae-a884-553d4a01a05a} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7736 | 2024.03.25 19:40:05.003236 [ 3 ] {69fea080-ec01-43ae-a884-553d4a01a05a} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7737 | 2024.03.25 19:40:05.003392 [ 3 ] {69fea080-ec01-43ae-a884-553d4a01a05a} <Debug> executeQuery: Read 202 rows, 19.29 KiB in 0.001544 sec., 130829.01554404145 rows/sec., 12.20 MiB/sec. | ||
| 7738 | 2024.03.25 19:40:05.003533 [ 3 ] {69fea080-ec01-43ae-a884-553d4a01a05a} <Debug> DynamicQueryHandler: Done processing query | ||
| 7739 | 2024.03.25 19:40:05.003567 [ 3 ] {69fea080-ec01-43ae-a884-553d4a01a05a} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 7740 | 2024.03.25 19:40:05.003599 [ 3 ] {} <Debug> HTTP-Session: 330e4db4-bf80-41a0-8f9b-1ed26432c3d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7741 | 2024.03.25 19:40:05.003734 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7742 | 2024.03.25 19:40:05.003782 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 7743 | 2024.03.25 19:40:05.003801 [ 3 ] {} <Debug> HTTP-Session: 82387814-7391-401b-a50e-0eec5b562dd7 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 7744 | 2024.03.25 19:40:05.003819 [ 3 ] {} <Debug> HTTP-Session: 82387814-7391-401b-a50e-0eec5b562dd7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7745 | 2024.03.25 19:40:05.003833 [ 3 ] {} <Debug> HTTP-Session: 82387814-7391-401b-a50e-0eec5b562dd7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7746 | 2024.03.25 19:40:05.003863 [ 3 ] {} <Trace> HTTP-Session: 82387814-7391-401b-a50e-0eec5b562dd7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7747 | 2024.03.25 19:40:05.003927 [ 3 ] {6af6d0d7-adeb-4cd5-8222-95de5ec1ed5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 7748 | 2024.03.25 19:40:05.003968 [ 3 ] {6af6d0d7-adeb-4cd5-8222-95de5ec1ed5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7749 | 2024.03.25 19:40:05.004093 [ 3 ] {6af6d0d7-adeb-4cd5-8222-95de5ec1ed5f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7750 | 2024.03.25 19:40:05.004367 [ 3 ] {6af6d0d7-adeb-4cd5-8222-95de5ec1ed5f} <Trace> oximeter.fields_u16 (c5488911-6586-43c0-ae3f-1262ae9a0dfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7751 | 2024.03.25 19:40:05.004404 [ 3 ] {6af6d0d7-adeb-4cd5-8222-95de5ec1ed5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
| 7752 | 2024.03.25 19:40:05.004706 [ 3 ] {6af6d0d7-adeb-4cd5-8222-95de5ec1ed5f} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 7753 | 2024.03.25 19:40:05.005008 [ 3 ] {6af6d0d7-adeb-4cd5-8222-95de5ec1ed5f} <Trace> oximeter.fields_u16 (c5488911-6586-43c0-ae3f-1262ae9a0dfa): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7754 | 2024.03.25 19:40:05.005168 [ 3 ] {6af6d0d7-adeb-4cd5-8222-95de5ec1ed5f} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.00126 sec., 3174.6031746031745 rows/sec., 221.66 KiB/sec. | ||
| 7755 | 2024.03.25 19:40:05.005392 [ 3 ] {6af6d0d7-adeb-4cd5-8222-95de5ec1ed5f} <Debug> DynamicQueryHandler: Done processing query | ||
| 7756 | 2024.03.25 19:40:05.005416 [ 3 ] {6af6d0d7-adeb-4cd5-8222-95de5ec1ed5f} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 7757 | 2024.03.25 19:40:05.005432 [ 3 ] {} <Debug> HTTP-Session: 82387814-7391-401b-a50e-0eec5b562dd7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7758 | 2024.03.25 19:40:05.005555 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 15302, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7759 | 2024.03.25 19:40:05.005603 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 7760 | 2024.03.25 19:40:05.005622 [ 3 ] {} <Debug> HTTP-Session: 2f3c8156-2500-4fe8-8bb2-7cf94990e118 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 7761 | 2024.03.25 19:40:05.005640 [ 3 ] {} <Debug> HTTP-Session: 2f3c8156-2500-4fe8-8bb2-7cf94990e118 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7762 | 2024.03.25 19:40:05.005654 [ 3 ] {} <Debug> HTTP-Session: 2f3c8156-2500-4fe8-8bb2-7cf94990e118 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7763 | 2024.03.25 19:40:05.005684 [ 3 ] {} <Trace> HTTP-Session: 2f3c8156-2500-4fe8-8bb2-7cf94990e118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7764 | 2024.03.25 19:40:05.005790 [ 3 ] {fe930462-678c-4b38-8529-adc0f565f279} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 7765 | 2024.03.25 19:40:05.005833 [ 3 ] {fe930462-678c-4b38-8529-adc0f565f279} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7766 | 2024.03.25 19:40:05.005978 [ 3 ] {fe930462-678c-4b38-8529-adc0f565f279} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7767 | 2024.03.25 19:40:05.006316 [ 3 ] {fe930462-678c-4b38-8529-adc0f565f279} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7768 | 2024.03.25 19:40:05.006354 [ 3 ] {fe930462-678c-4b38-8529-adc0f565f279} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
| 7769 | 2024.03.25 19:40:05.006660 [ 3 ] {fe930462-678c-4b38-8529-adc0f565f279} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7770 | 2024.03.25 19:40:05.006967 [ 3 ] {fe930462-678c-4b38-8529-adc0f565f279} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7771 | 2024.03.25 19:40:05.007117 [ 3 ] {fe930462-678c-4b38-8529-adc0f565f279} <Debug> executeQuery: Read 90 rows, 7.21 KiB in 0.001379 sec., 65264.68455402466 rows/sec., 5.10 MiB/sec. | ||
| 7772 | 2024.03.25 19:40:05.007241 [ 3 ] {fe930462-678c-4b38-8529-adc0f565f279} <Debug> DynamicQueryHandler: Done processing query | ||
| 7773 | 2024.03.25 19:40:05.007263 [ 3 ] {fe930462-678c-4b38-8529-adc0f565f279} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 7774 | 2024.03.25 19:40:05.007279 [ 3 ] {} <Debug> HTTP-Session: 2f3c8156-2500-4fe8-8bb2-7cf94990e118 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7775 | 2024.03.25 19:40:05.007401 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 19517, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7776 | 2024.03.25 19:40:05.007448 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 7777 | 2024.03.25 19:40:05.007466 [ 3 ] {} <Debug> HTTP-Session: 4b4ab8a0-8aa9-4b3d-aae8-63107200c43b Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 7778 | 2024.03.25 19:40:05.007483 [ 3 ] {} <Debug> HTTP-Session: 4b4ab8a0-8aa9-4b3d-aae8-63107200c43b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7779 | 2024.03.25 19:40:05.007497 [ 3 ] {} <Debug> HTTP-Session: 4b4ab8a0-8aa9-4b3d-aae8-63107200c43b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7780 | 2024.03.25 19:40:05.007527 [ 3 ] {} <Trace> HTTP-Session: 4b4ab8a0-8aa9-4b3d-aae8-63107200c43b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7781 | 2024.03.25 19:40:05.007637 [ 3 ] {900bbdaa-0f83-464c-9126-094ebdd3c806} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 7782 | 2024.03.25 19:40:05.007683 [ 3 ] {900bbdaa-0f83-464c-9126-094ebdd3c806} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7783 | 2024.03.25 19:40:05.007826 [ 3 ] {900bbdaa-0f83-464c-9126-094ebdd3c806} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7784 | 2024.03.25 19:40:05.008170 [ 3 ] {900bbdaa-0f83-464c-9126-094ebdd3c806} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7785 | 2024.03.25 19:40:05.008207 [ 3 ] {900bbdaa-0f83-464c-9126-094ebdd3c806} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
| 7786 | 2024.03.25 19:40:05.008589 [ 3 ] {900bbdaa-0f83-464c-9126-094ebdd3c806} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7787 | 2024.03.25 19:40:05.008935 [ 3 ] {900bbdaa-0f83-464c-9126-094ebdd3c806} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7788 | 2024.03.25 19:40:05.009096 [ 3 ] {900bbdaa-0f83-464c-9126-094ebdd3c806} <Debug> executeQuery: Read 102 rows, 7.24 KiB in 0.001517 sec., 67237.96967699408 rows/sec., 4.66 MiB/sec. | ||
| 7789 | 2024.03.25 19:40:05.009221 [ 3 ] {900bbdaa-0f83-464c-9126-094ebdd3c806} <Debug> DynamicQueryHandler: Done processing query | ||
| 7790 | 2024.03.25 19:40:05.009244 [ 3 ] {900bbdaa-0f83-464c-9126-094ebdd3c806} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
| 7791 | 2024.03.25 19:40:05.009260 [ 3 ] {} <Debug> HTTP-Session: 4b4ab8a0-8aa9-4b3d-aae8-63107200c43b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7792 | 2024.03.25 19:40:05.009429 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 62050, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7793 | 2024.03.25 19:40:05.009501 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 7794 | 2024.03.25 19:40:05.009520 [ 3 ] {} <Debug> HTTP-Session: b7b72f74-aefb-4116-a336-69914976392d Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 7795 | 2024.03.25 19:40:05.009537 [ 3 ] {} <Debug> HTTP-Session: b7b72f74-aefb-4116-a336-69914976392d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7796 | 2024.03.25 19:40:05.009550 [ 3 ] {} <Debug> HTTP-Session: b7b72f74-aefb-4116-a336-69914976392d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7797 | 2024.03.25 19:40:05.009581 [ 3 ] {} <Trace> HTTP-Session: b7b72f74-aefb-4116-a336-69914976392d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7798 | 2024.03.25 19:40:05.009959 [ 3 ] {a009b40e-44fc-42cc-bfc4-e3ccdcdfef16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 7799 | 2024.03.25 19:40:05.010006 [ 3 ] {a009b40e-44fc-42cc-bfc4-e3ccdcdfef16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 7800 | 2024.03.25 19:40:05.010163 [ 3 ] {a009b40e-44fc-42cc-bfc4-e3ccdcdfef16} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7801 | 2024.03.25 19:40:05.010824 [ 3 ] {a009b40e-44fc-42cc-bfc4-e3ccdcdfef16} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7802 | 2024.03.25 19:40:05.010861 [ 3 ] {a009b40e-44fc-42cc-bfc4-e3ccdcdfef16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
| 7803 | 2024.03.25 19:40:05.011309 [ 3 ] {a009b40e-44fc-42cc-bfc4-e3ccdcdfef16} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 7804 | 2024.03.25 19:40:05.011645 [ 3 ] {a009b40e-44fc-42cc-bfc4-e3ccdcdfef16} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7805 | 2024.03.25 19:40:05.011808 [ 3 ] {a009b40e-44fc-42cc-bfc4-e3ccdcdfef16} <Debug> executeQuery: Read 58 rows, 80.15 KiB in 0.00216 sec., 26851.85185185185 rows/sec., 36.24 MiB/sec. | ||
| 7806 | 2024.03.25 19:40:05.011924 [ 3 ] {a009b40e-44fc-42cc-bfc4-e3ccdcdfef16} <Debug> DynamicQueryHandler: Done processing query | ||
| 7807 | 2024.03.25 19:40:05.011947 [ 3 ] {a009b40e-44fc-42cc-bfc4-e3ccdcdfef16} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 7808 | 2024.03.25 19:40:05.011963 [ 3 ] {} <Debug> HTTP-Session: b7b72f74-aefb-4116-a336-69914976392d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7809 | 2024.03.25 19:40:05.012085 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7810 | 2024.03.25 19:40:05.012130 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 7811 | 2024.03.25 19:40:05.012148 [ 3 ] {} <Debug> HTTP-Session: e0b26642-1566-4a77-8c95-20f068c0ec49 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 7812 | 2024.03.25 19:40:05.012165 [ 3 ] {} <Debug> HTTP-Session: e0b26642-1566-4a77-8c95-20f068c0ec49 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7813 | 2024.03.25 19:40:05.012179 [ 3 ] {} <Debug> HTTP-Session: e0b26642-1566-4a77-8c95-20f068c0ec49 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7814 | 2024.03.25 19:40:05.012209 [ 3 ] {} <Trace> HTTP-Session: e0b26642-1566-4a77-8c95-20f068c0ec49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7815 | 2024.03.25 19:40:05.012282 [ 3 ] {acd55d14-a249-45ee-96b5-c1b1fb697fe9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 7816 | 2024.03.25 19:40:05.012325 [ 3 ] {acd55d14-a249-45ee-96b5-c1b1fb697fe9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7817 | 2024.03.25 19:40:05.012451 [ 3 ] {acd55d14-a249-45ee-96b5-c1b1fb697fe9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7818 | 2024.03.25 19:40:05.012743 [ 3 ] {acd55d14-a249-45ee-96b5-c1b1fb697fe9} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7819 | 2024.03.25 19:40:05.012780 [ 3 ] {acd55d14-a249-45ee-96b5-c1b1fb697fe9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
| 7820 | 2024.03.25 19:40:05.013135 [ 3 ] {acd55d14-a249-45ee-96b5-c1b1fb697fe9} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7821 | 2024.03.25 19:40:05.013456 [ 3 ] {acd55d14-a249-45ee-96b5-c1b1fb697fe9} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7822 | 2024.03.25 19:40:05.013614 [ 3 ] {acd55d14-a249-45ee-96b5-c1b1fb697fe9} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001353 sec., 22172.949002217294 rows/sec., 1.52 MiB/sec. | ||
| 7823 | 2024.03.25 19:40:05.013749 [ 3 ] {acd55d14-a249-45ee-96b5-c1b1fb697fe9} <Debug> DynamicQueryHandler: Done processing query | ||
| 7824 | 2024.03.25 19:40:05.013782 [ 3 ] {acd55d14-a249-45ee-96b5-c1b1fb697fe9} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 7825 | 2024.03.25 19:40:05.013813 [ 3 ] {} <Debug> HTTP-Session: e0b26642-1566-4a77-8c95-20f068c0ec49 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7826 | 2024.03.25 19:40:06.612654 [ 54 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7827 | 2024.03.25 19:40:06.612708 [ 54 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7828 | 2024.03.25 19:40:09.992528 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 3629, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7829 | 2024.03.25 19:40:09.992662 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 7830 | 2024.03.25 19:40:09.992691 [ 3 ] {} <Debug> HTTP-Session: d31cba19-67fa-4054-8bf5-1da9a9c2622f Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 7831 | 2024.03.25 19:40:09.992721 [ 3 ] {} <Debug> HTTP-Session: d31cba19-67fa-4054-8bf5-1da9a9c2622f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7832 | 2024.03.25 19:40:09.992739 [ 3 ] {} <Debug> HTTP-Session: d31cba19-67fa-4054-8bf5-1da9a9c2622f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7833 | 2024.03.25 19:40:09.992794 [ 3 ] {} <Trace> HTTP-Session: d31cba19-67fa-4054-8bf5-1da9a9c2622f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7834 | 2024.03.25 19:40:09.992931 [ 3 ] {716b613c-3470-48ca-97dc-4e100f6f58d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 7835 | 2024.03.25 19:40:09.993004 [ 3 ] {716b613c-3470-48ca-97dc-4e100f6f58d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7836 | 2024.03.25 19:40:09.993223 [ 3 ] {716b613c-3470-48ca-97dc-4e100f6f58d8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7837 | 2024.03.25 19:40:09.993691 [ 3 ] {716b613c-3470-48ca-97dc-4e100f6f58d8} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7838 | 2024.03.25 19:40:09.993741 [ 3 ] {716b613c-3470-48ca-97dc-4e100f6f58d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
| 7839 | 2024.03.25 19:40:09.994135 [ 3 ] {716b613c-3470-48ca-97dc-4e100f6f58d8} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 7840 | 2024.03.25 19:40:09.994491 [ 3 ] {716b613c-3470-48ca-97dc-4e100f6f58d8} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7841 | 2024.03.25 19:40:09.994664 [ 3 ] {716b613c-3470-48ca-97dc-4e100f6f58d8} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.001795 sec., 14484.679665738162 rows/sec., 1.09 MiB/sec. | ||
| 7842 | 2024.03.25 19:40:09.994828 [ 3 ] {716b613c-3470-48ca-97dc-4e100f6f58d8} <Debug> DynamicQueryHandler: Done processing query | ||
| 7843 | 2024.03.25 19:40:09.994854 [ 3 ] {716b613c-3470-48ca-97dc-4e100f6f58d8} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 7844 | 2024.03.25 19:40:09.994871 [ 3 ] {} <Debug> HTTP-Session: d31cba19-67fa-4054-8bf5-1da9a9c2622f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7845 | 2024.03.25 19:40:09.995031 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4792, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7846 | 2024.03.25 19:40:09.995088 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 7847 | 2024.03.25 19:40:09.995107 [ 3 ] {} <Debug> HTTP-Session: 98aa1ca1-7ec2-40a3-a8fa-514eceb887dc Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 7848 | 2024.03.25 19:40:09.995125 [ 3 ] {} <Debug> HTTP-Session: 98aa1ca1-7ec2-40a3-a8fa-514eceb887dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7849 | 2024.03.25 19:40:09.995138 [ 3 ] {} <Debug> HTTP-Session: 98aa1ca1-7ec2-40a3-a8fa-514eceb887dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7850 | 2024.03.25 19:40:09.995175 [ 3 ] {} <Trace> HTTP-Session: 98aa1ca1-7ec2-40a3-a8fa-514eceb887dc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7851 | 2024.03.25 19:40:09.995260 [ 3 ] {354a7b63-51a4-4546-97d3-7fdbda67db87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 7852 | 2024.03.25 19:40:09.995307 [ 3 ] {354a7b63-51a4-4546-97d3-7fdbda67db87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7853 | 2024.03.25 19:40:09.995447 [ 3 ] {354a7b63-51a4-4546-97d3-7fdbda67db87} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7854 | 2024.03.25 19:40:09.995759 [ 3 ] {354a7b63-51a4-4546-97d3-7fdbda67db87} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7855 | 2024.03.25 19:40:09.995799 [ 3 ] {354a7b63-51a4-4546-97d3-7fdbda67db87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
| 7856 | 2024.03.25 19:40:09.996116 [ 3 ] {354a7b63-51a4-4546-97d3-7fdbda67db87} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 7857 | 2024.03.25 19:40:09.996430 [ 3 ] {354a7b63-51a4-4546-97d3-7fdbda67db87} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7858 | 2024.03.25 19:40:09.996595 [ 3 ] {354a7b63-51a4-4546-97d3-7fdbda67db87} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001361 sec., 20573.108008817046 rows/sec., 1.60 MiB/sec. | ||
| 7859 | 2024.03.25 19:40:09.996793 [ 3 ] {354a7b63-51a4-4546-97d3-7fdbda67db87} <Debug> DynamicQueryHandler: Done processing query | ||
| 7860 | 2024.03.25 19:40:09.996845 [ 3 ] {354a7b63-51a4-4546-97d3-7fdbda67db87} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 7861 | 2024.03.25 19:40:09.996894 [ 3 ] {} <Debug> HTTP-Session: 98aa1ca1-7ec2-40a3-a8fa-514eceb887dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7862 | 2024.03.25 19:40:09.997093 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 19137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7863 | 2024.03.25 19:40:09.997145 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 7864 | 2024.03.25 19:40:09.997164 [ 3 ] {} <Debug> HTTP-Session: ac86df5d-2946-4c04-b861-d5a0a6df7805 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 7865 | 2024.03.25 19:40:09.997182 [ 3 ] {} <Debug> HTTP-Session: ac86df5d-2946-4c04-b861-d5a0a6df7805 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7866 | 2024.03.25 19:40:09.997197 [ 3 ] {} <Debug> HTTP-Session: ac86df5d-2946-4c04-b861-d5a0a6df7805 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7867 | 2024.03.25 19:40:09.997228 [ 3 ] {} <Trace> HTTP-Session: ac86df5d-2946-4c04-b861-d5a0a6df7805 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7868 | 2024.03.25 19:40:09.997340 [ 3 ] {2b2d62ab-69b4-4d44-8b0c-a36174a88c60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 7869 | 2024.03.25 19:40:09.997388 [ 3 ] {2b2d62ab-69b4-4d44-8b0c-a36174a88c60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7870 | 2024.03.25 19:40:09.997555 [ 3 ] {2b2d62ab-69b4-4d44-8b0c-a36174a88c60} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7871 | 2024.03.25 19:40:09.997916 [ 3 ] {2b2d62ab-69b4-4d44-8b0c-a36174a88c60} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7872 | 2024.03.25 19:40:09.997955 [ 3 ] {2b2d62ab-69b4-4d44-8b0c-a36174a88c60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
| 7873 | 2024.03.25 19:40:09.998346 [ 3 ] {2b2d62ab-69b4-4d44-8b0c-a36174a88c60} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 7874 | 2024.03.25 19:40:09.998692 [ 3 ] {2b2d62ab-69b4-4d44-8b0c-a36174a88c60} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7875 | 2024.03.25 19:40:09.998822 [ 3 ] {2b2d62ab-69b4-4d44-8b0c-a36174a88c60} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001541 sec., 64892.926670992856 rows/sec., 4.50 MiB/sec. | ||
| 7876 | 2024.03.25 19:40:09.999008 [ 3 ] {2b2d62ab-69b4-4d44-8b0c-a36174a88c60} <Debug> DynamicQueryHandler: Done processing query | ||
| 7877 | 2024.03.25 19:40:09.999033 [ 3 ] {2b2d62ab-69b4-4d44-8b0c-a36174a88c60} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
| 7878 | 2024.03.25 19:40:09.999063 [ 3 ] {} <Debug> HTTP-Session: ac86df5d-2946-4c04-b861-d5a0a6df7805 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7879 | 2024.03.25 19:40:09.999274 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7880 | 2024.03.25 19:40:09.999332 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 7881 | 2024.03.25 19:40:09.999352 [ 3 ] {} <Debug> HTTP-Session: 7acb99aa-b4fa-4c2c-8452-0d4285bdaec9 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 7882 | 2024.03.25 19:40:09.999369 [ 3 ] {} <Debug> HTTP-Session: 7acb99aa-b4fa-4c2c-8452-0d4285bdaec9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7883 | 2024.03.25 19:40:09.999383 [ 3 ] {} <Debug> HTTP-Session: 7acb99aa-b4fa-4c2c-8452-0d4285bdaec9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7884 | 2024.03.25 19:40:09.999415 [ 3 ] {} <Trace> HTTP-Session: 7acb99aa-b4fa-4c2c-8452-0d4285bdaec9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7885 | 2024.03.25 19:40:09.999496 [ 3 ] {33fc7e43-5dc3-4e47-8dc6-1780fd05475d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 7886 | 2024.03.25 19:40:09.999541 [ 3 ] {33fc7e43-5dc3-4e47-8dc6-1780fd05475d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7887 | 2024.03.25 19:40:09.999688 [ 3 ] {33fc7e43-5dc3-4e47-8dc6-1780fd05475d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7888 | 2024.03.25 19:40:09.999958 [ 3 ] {33fc7e43-5dc3-4e47-8dc6-1780fd05475d} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7889 | 2024.03.25 19:40:09.999995 [ 3 ] {33fc7e43-5dc3-4e47-8dc6-1780fd05475d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
| 7890 | 2024.03.25 19:40:10.000151 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 193.75 MiB, peak 201.19 MiB, free memory in arenas 0.00 B, will set to 192.51 MiB (RSS), difference: -1.24 MiB | ||
| 7891 | 2024.03.25 19:40:10.000857 [ 3 ] {33fc7e43-5dc3-4e47-8dc6-1780fd05475d} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 7892 | 2024.03.25 19:40:10.001209 [ 3 ] {33fc7e43-5dc3-4e47-8dc6-1780fd05475d} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7893 | 2024.03.25 19:40:10.001340 [ 3 ] {33fc7e43-5dc3-4e47-8dc6-1780fd05475d} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001878 sec., 15974.440894568692 rows/sec., 1.09 MiB/sec. | ||
| 7894 | 2024.03.25 19:40:10.001454 [ 3 ] {33fc7e43-5dc3-4e47-8dc6-1780fd05475d} <Debug> DynamicQueryHandler: Done processing query | ||
| 7895 | 2024.03.25 19:40:10.001477 [ 3 ] {33fc7e43-5dc3-4e47-8dc6-1780fd05475d} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 7896 | 2024.03.25 19:40:10.001493 [ 3 ] {} <Debug> HTTP-Session: 7acb99aa-b4fa-4c2c-8452-0d4285bdaec9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7897 | 2024.03.25 19:40:14.996733 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 8371, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7898 | 2024.03.25 19:40:14.996925 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 7899 | 2024.03.25 19:40:14.996971 [ 3 ] {} <Debug> HTTP-Session: 092fd344-61c3-4a1c-a71e-c4bb509ecf56 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 7900 | 2024.03.25 19:40:14.997012 [ 3 ] {} <Debug> HTTP-Session: 092fd344-61c3-4a1c-a71e-c4bb509ecf56 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7901 | 2024.03.25 19:40:14.997041 [ 3 ] {} <Debug> HTTP-Session: 092fd344-61c3-4a1c-a71e-c4bb509ecf56 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7902 | 2024.03.25 19:40:14.997122 [ 3 ] {} <Trace> HTTP-Session: 092fd344-61c3-4a1c-a71e-c4bb509ecf56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7903 | 2024.03.25 19:40:14.997333 [ 3 ] {31199baf-55da-4d29-a6f6-7cb4fb5239d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 7904 | 2024.03.25 19:40:14.997436 [ 3 ] {31199baf-55da-4d29-a6f6-7cb4fb5239d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 7905 | 2024.03.25 19:40:14.997751 [ 3 ] {31199baf-55da-4d29-a6f6-7cb4fb5239d8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7906 | 2024.03.25 19:40:14.998275 [ 3 ] {31199baf-55da-4d29-a6f6-7cb4fb5239d8} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7907 | 2024.03.25 19:40:14.998329 [ 3 ] {31199baf-55da-4d29-a6f6-7cb4fb5239d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
| 7908 | 2024.03.25 19:40:14.998726 [ 3 ] {31199baf-55da-4d29-a6f6-7cb4fb5239d8} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 7909 | 2024.03.25 19:40:14.999073 [ 3 ] {31199baf-55da-4d29-a6f6-7cb4fb5239d8} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7910 | 2024.03.25 19:40:14.999227 [ 3 ] {31199baf-55da-4d29-a6f6-7cb4fb5239d8} <Debug> executeQuery: Read 58 rows, 4.70 KiB in 0.002003 sec., 28956.565152271593 rows/sec., 2.29 MiB/sec. | ||
| 7911 | 2024.03.25 19:40:14.999438 [ 3 ] {31199baf-55da-4d29-a6f6-7cb4fb5239d8} <Debug> DynamicQueryHandler: Done processing query | ||
| 7912 | 2024.03.25 19:40:14.999476 [ 3 ] {31199baf-55da-4d29-a6f6-7cb4fb5239d8} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 7913 | 2024.03.25 19:40:14.999501 [ 3 ] {} <Debug> HTTP-Session: 092fd344-61c3-4a1c-a71e-c4bb509ecf56 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7914 | 2024.03.25 19:40:14.999699 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7915 | 2024.03.25 19:40:14.999754 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 7916 | 2024.03.25 19:40:14.999774 [ 3 ] {} <Debug> HTTP-Session: c8546b96-9444-4506-b639-ff8c11130d37 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 7917 | 2024.03.25 19:40:14.999793 [ 3 ] {} <Debug> HTTP-Session: c8546b96-9444-4506-b639-ff8c11130d37 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7918 | 2024.03.25 19:40:14.999807 [ 3 ] {} <Debug> HTTP-Session: c8546b96-9444-4506-b639-ff8c11130d37 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7919 | 2024.03.25 19:40:14.999843 [ 3 ] {} <Trace> HTTP-Session: c8546b96-9444-4506-b639-ff8c11130d37 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7920 | 2024.03.25 19:40:14.999921 [ 3 ] {4f17dc97-c496-48a6-89c0-b1e6c791ff7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 7921 | 2024.03.25 19:40:14.999965 [ 3 ] {4f17dc97-c496-48a6-89c0-b1e6c791ff7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 7922 | 2024.03.25 19:40:15.000110 [ 3 ] {4f17dc97-c496-48a6-89c0-b1e6c791ff7d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7923 | 2024.03.25 19:40:15.000167 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 193.58 MiB, peak 201.19 MiB, free memory in arenas 0.00 B, will set to 192.51 MiB (RSS), difference: -1.07 MiB | ||
| 7924 | 2024.03.25 19:40:15.000730 [ 3 ] {4f17dc97-c496-48a6-89c0-b1e6c791ff7d} <Trace> oximeter.fields_ipaddr (d9ee32b3-8a1d-44e7-a34c-f0038ee3937b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7925 | 2024.03.25 19:40:15.000804 [ 3 ] {4f17dc97-c496-48a6-89c0-b1e6c791ff7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
| 7926 | 2024.03.25 19:40:15.001132 [ 3 ] {4f17dc97-c496-48a6-89c0-b1e6c791ff7d} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 7927 | 2024.03.25 19:40:15.001446 [ 3 ] {4f17dc97-c496-48a6-89c0-b1e6c791ff7d} <Trace> oximeter.fields_ipaddr (d9ee32b3-8a1d-44e7-a34c-f0038ee3937b): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7928 | 2024.03.25 19:40:15.001618 [ 3 ] {4f17dc97-c496-48a6-89c0-b1e6c791ff7d} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001725 sec., 2318.840579710145 rows/sec., 189.09 KiB/sec. | ||
| 7929 | 2024.03.25 19:40:15.001852 [ 3 ] {4f17dc97-c496-48a6-89c0-b1e6c791ff7d} <Debug> DynamicQueryHandler: Done processing query | ||
| 7930 | 2024.03.25 19:40:15.001893 [ 3 ] {4f17dc97-c496-48a6-89c0-b1e6c791ff7d} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 7931 | 2024.03.25 19:40:15.001911 [ 3 ] {} <Debug> HTTP-Session: c8546b96-9444-4506-b639-ff8c11130d37 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7932 | 2024.03.25 19:40:15.002072 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 31606, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7933 | 2024.03.25 19:40:15.002120 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 7934 | 2024.03.25 19:40:15.002139 [ 3 ] {} <Debug> HTTP-Session: 42780d24-c1f9-4116-b261-31cf84708878 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 7935 | 2024.03.25 19:40:15.002157 [ 3 ] {} <Debug> HTTP-Session: 42780d24-c1f9-4116-b261-31cf84708878 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7936 | 2024.03.25 19:40:15.002171 [ 3 ] {} <Debug> HTTP-Session: 42780d24-c1f9-4116-b261-31cf84708878 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7937 | 2024.03.25 19:40:15.002203 [ 3 ] {} <Trace> HTTP-Session: 42780d24-c1f9-4116-b261-31cf84708878 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7938 | 2024.03.25 19:40:15.002324 [ 3 ] {419dab17-6199-4bca-8ed9-5be4daa209f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 7939 | 2024.03.25 19:40:15.002368 [ 3 ] {419dab17-6199-4bca-8ed9-5be4daa209f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7940 | 2024.03.25 19:40:15.002512 [ 3 ] {419dab17-6199-4bca-8ed9-5be4daa209f1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7941 | 2024.03.25 19:40:15.002969 [ 3 ] {419dab17-6199-4bca-8ed9-5be4daa209f1} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7942 | 2024.03.25 19:40:15.003009 [ 3 ] {419dab17-6199-4bca-8ed9-5be4daa209f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
| 7943 | 2024.03.25 19:40:15.003334 [ 3 ] {419dab17-6199-4bca-8ed9-5be4daa209f1} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 7944 | 2024.03.25 19:40:15.003654 [ 3 ] {419dab17-6199-4bca-8ed9-5be4daa209f1} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7945 | 2024.03.25 19:40:15.003809 [ 3 ] {419dab17-6199-4bca-8ed9-5be4daa209f1} <Debug> executeQuery: Read 202 rows, 19.28 KiB in 0.001547 sec., 130575.30704589529 rows/sec., 12.17 MiB/sec. | ||
| 7946 | 2024.03.25 19:40:15.003809 [ 45 ] {} <Debug> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 7947 | 2024.03.25 19:40:15.003953 [ 45 ] {} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7948 | 2024.03.25 19:40:15.004001 [ 3 ] {419dab17-6199-4bca-8ed9-5be4daa209f1} <Debug> DynamicQueryHandler: Done processing query | ||
| 7949 | 2024.03.25 19:40:15.004010 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
| 7950 | 2024.03.25 19:40:15.004040 [ 3 ] {419dab17-6199-4bca-8ed9-5be4daa209f1} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 7951 | 2024.03.25 19:40:15.004080 [ 3 ] {} <Debug> HTTP-Session: 42780d24-c1f9-4116-b261-31cf84708878 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7952 | 2024.03.25 19:40:15.004336 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 608, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7953 | 2024.03.25 19:40:15.004485 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 7954 | 2024.03.25 19:40:15.004546 [ 3 ] {} <Debug> HTTP-Session: cc86e8cc-9965-495a-a372-70f4d484b95e Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 7955 | 2024.03.25 19:40:15.004544 [ 201 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full | ||
| 7956 | 2024.03.25 19:40:15.004600 [ 3 ] {} <Debug> HTTP-Session: cc86e8cc-9965-495a-a372-70f4d484b95e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7957 | 2024.03.25 19:40:15.004697 [ 3 ] {} <Debug> HTTP-Session: cc86e8cc-9965-495a-a372-70f4d484b95e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7958 | 2024.03.25 19:40:15.004820 [ 3 ] {} <Trace> HTTP-Session: cc86e8cc-9965-495a-a372-70f4d484b95e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7959 | 2024.03.25 19:40:15.005090 [ 3 ] {3466c083-3ce5-4e52-968f-c0c4b7aad160} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 7960 | 2024.03.25 19:40:15.005263 [ 3 ] {3466c083-3ce5-4e52-968f-c0c4b7aad160} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7961 | 2024.03.25 19:40:15.005362 [ 201 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7962 | 2024.03.25 19:40:15.005455 [ 201 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 241 rows starting from the beginning of the part | ||
| 7963 | 2024.03.25 19:40:15.005769 [ 201 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 200 rows starting from the beginning of the part | ||
| 7964 | 2024.03.25 19:40:15.006069 [ 3 ] {3466c083-3ce5-4e52-968f-c0c4b7aad160} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7965 | 2024.03.25 19:40:15.006115 [ 201 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 62 rows starting from the beginning of the part | ||
| 7966 | 2024.03.25 19:40:15.006403 [ 201 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 202 rows starting from the beginning of the part | ||
| 7967 | 2024.03.25 19:40:15.006697 [ 201 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 26 rows starting from the beginning of the part | ||
| 7968 | 2024.03.25 19:40:15.007048 [ 201 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 202 rows starting from the beginning of the part | ||
| 7969 | 2024.03.25 19:40:15.007738 [ 3 ] {3466c083-3ce5-4e52-968f-c0c4b7aad160} <Trace> oximeter.fields_u16 (c5488911-6586-43c0-ae3f-1262ae9a0dfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7970 | 2024.03.25 19:40:15.007800 [ 3 ] {3466c083-3ce5-4e52-968f-c0c4b7aad160} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
| 7971 | 2024.03.25 19:40:15.008515 [ 3 ] {3466c083-3ce5-4e52-968f-c0c4b7aad160} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 7972 | 2024.03.25 19:40:15.009427 [ 3 ] {3466c083-3ce5-4e52-968f-c0c4b7aad160} <Trace> oximeter.fields_u16 (c5488911-6586-43c0-ae3f-1262ae9a0dfa): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7973 | 2024.03.25 19:40:15.009763 [ 3 ] {3466c083-3ce5-4e52-968f-c0c4b7aad160} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.004757 sec., 840.8660920748371 rows/sec., 58.71 KiB/sec. | ||
| 7974 | 2024.03.25 19:40:15.010471 [ 3 ] {3466c083-3ce5-4e52-968f-c0c4b7aad160} <Debug> DynamicQueryHandler: Done processing query | ||
| 7975 | 2024.03.25 19:40:15.010480 [ 196 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 933 rows, containing 4 columns (4 merged, 0 gathered) in 0.006316536 sec., 147707.5409686575 rows/sec., 13.43 MiB/sec. | ||
| 7976 | 2024.03.25 19:40:15.010497 [ 3 ] {3466c083-3ce5-4e52-968f-c0c4b7aad160} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 7977 | 2024.03.25 19:40:15.010526 [ 3 ] {} <Debug> HTTP-Session: cc86e8cc-9965-495a-a372-70f4d484b95e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7978 | 2024.03.25 19:40:15.010661 [ 196 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 7979 | 2024.03.25 19:40:15.010673 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 15302, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7980 | 2024.03.25 19:40:15.010740 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 7981 | 2024.03.25 19:40:15.010759 [ 3 ] {} <Debug> HTTP-Session: e3fe179e-88bc-4515-963d-d736dd7e766d Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 7982 | 2024.03.25 19:40:15.010776 [ 3 ] {} <Debug> HTTP-Session: e3fe179e-88bc-4515-963d-d736dd7e766d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7983 | 2024.03.25 19:40:15.010792 [ 3 ] {} <Debug> HTTP-Session: e3fe179e-88bc-4515-963d-d736dd7e766d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7984 | 2024.03.25 19:40:15.010831 [ 3 ] {} <Trace> HTTP-Session: e3fe179e-88bc-4515-963d-d736dd7e766d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7985 | 2024.03.25 19:40:15.010985 [ 3 ] {380f03e5-bd54-495e-884a-6d0c34612a31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 7986 | 2024.03.25 19:40:15.011039 [ 3 ] {380f03e5-bd54-495e-884a-6d0c34612a31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7987 | 2024.03.25 19:40:15.011183 [ 196 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_61_12} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7988 | 2024.03.25 19:40:15.011267 [ 3 ] {380f03e5-bd54-495e-884a-6d0c34612a31} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7989 | 2024.03.25 19:40:15.011301 [ 196 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_61_12} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 7990 | 2024.03.25 19:40:15.011411 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. | ||
| 7991 | 2024.03.25 19:40:15.011674 [ 3 ] {380f03e5-bd54-495e-884a-6d0c34612a31} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7992 | 2024.03.25 19:40:15.011712 [ 3 ] {380f03e5-bd54-495e-884a-6d0c34612a31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
| 7993 | 2024.03.25 19:40:15.012038 [ 3 ] {380f03e5-bd54-495e-884a-6d0c34612a31} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 7994 | 2024.03.25 19:40:15.012357 [ 3 ] {380f03e5-bd54-495e-884a-6d0c34612a31} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7995 | 2024.03.25 19:40:15.012518 [ 3 ] {380f03e5-bd54-495e-884a-6d0c34612a31} <Debug> executeQuery: Read 90 rows, 7.21 KiB in 0.001599 sec., 56285.17823639775 rows/sec., 4.40 MiB/sec. | ||
| 7996 | 2024.03.25 19:40:15.012526 [ 45 ] {} <Debug> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 7997 | 2024.03.25 19:40:15.012619 [ 45 ] {} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7998 | 2024.03.25 19:40:15.012676 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
| 7999 | 2024.03.25 19:40:15.012752 [ 3 ] {380f03e5-bd54-495e-884a-6d0c34612a31} <Debug> DynamicQueryHandler: Done processing query | ||
| 8000 | 2024.03.25 19:40:15.012813 [ 3 ] {380f03e5-bd54-495e-884a-6d0c34612a31} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 8001 | 2024.03.25 19:40:15.012848 [ 3 ] {} <Debug> HTTP-Session: e3fe179e-88bc-4515-963d-d736dd7e766d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8002 | 2024.03.25 19:40:15.012844 [ 189 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full | ||
| 8003 | 2024.03.25 19:40:15.013053 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 19518, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8004 | 2024.03.25 19:40:15.013095 [ 189 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8005 | 2024.03.25 19:40:15.013161 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 8006 | 2024.03.25 19:40:15.013166 [ 189 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 138 rows starting from the beginning of the part | ||
| 8007 | 2024.03.25 19:40:15.013198 [ 3 ] {} <Debug> HTTP-Session: 402b69c1-e3ec-4d3d-ac58-9caef1716184 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 8008 | 2024.03.25 19:40:15.013235 [ 3 ] {} <Debug> HTTP-Session: 402b69c1-e3ec-4d3d-ac58-9caef1716184 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8009 | 2024.03.25 19:40:15.013277 [ 3 ] {} <Debug> HTTP-Session: 402b69c1-e3ec-4d3d-ac58-9caef1716184 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8010 | 2024.03.25 19:40:15.013428 [ 3 ] {} <Trace> HTTP-Session: 402b69c1-e3ec-4d3d-ac58-9caef1716184 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8011 | 2024.03.25 19:40:15.013428 [ 189 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 86 rows starting from the beginning of the part | ||
| 8012 | 2024.03.25 19:40:15.013712 [ 189 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 52 rows starting from the beginning of the part | ||
| 8013 | 2024.03.25 19:40:15.013929 [ 3 ] {775b1a60-0593-4a24-8093-037a0da1353e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 8014 | 2024.03.25 19:40:15.013983 [ 189 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 90 rows starting from the beginning of the part | ||
| 8015 | 2024.03.25 19:40:15.014204 [ 3 ] {775b1a60-0593-4a24-8093-037a0da1353e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8016 | 2024.03.25 19:40:15.014263 [ 189 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 28 rows starting from the beginning of the part | ||
| 8017 | 2024.03.25 19:40:15.014533 [ 189 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 90 rows starting from the beginning of the part | ||
| 8018 | 2024.03.25 19:40:15.015327 [ 3 ] {775b1a60-0593-4a24-8093-037a0da1353e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8019 | 2024.03.25 19:40:15.016415 [ 3 ] {775b1a60-0593-4a24-8093-037a0da1353e} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8020 | 2024.03.25 19:40:15.016496 [ 3 ] {775b1a60-0593-4a24-8093-037a0da1353e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
| 8021 | 2024.03.25 19:40:15.017336 [ 189 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 484 rows, containing 4 columns (4 merged, 0 gathered) in 0.004583253 sec., 105601.85091244146 rows/sec., 8.25 MiB/sec. | ||
| 8022 | 2024.03.25 19:40:15.017494 [ 3 ] {775b1a60-0593-4a24-8093-037a0da1353e} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 8023 | 2024.03.25 19:40:15.017538 [ 189 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 8024 | 2024.03.25 19:40:15.018540 [ 3 ] {775b1a60-0593-4a24-8093-037a0da1353e} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8025 | 2024.03.25 19:40:15.018554 [ 190 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_61_12} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8026 | 2024.03.25 19:40:15.018769 [ 45 ] {} <Debug> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 8027 | 2024.03.25 19:40:15.018842 [ 3 ] {775b1a60-0593-4a24-8093-037a0da1353e} <Debug> executeQuery: Read 102 rows, 7.24 KiB in 0.005253 sec., 19417.47572815534 rows/sec., 1.35 MiB/sec. | ||
| 8028 | 2024.03.25 19:40:15.018859 [ 45 ] {} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8029 | 2024.03.25 19:40:15.018841 [ 190 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_61_12} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 8030 | 2024.03.25 19:40:15.018944 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
| 8031 | 2024.03.25 19:40:15.019305 [ 3 ] {775b1a60-0593-4a24-8093-037a0da1353e} <Debug> DynamicQueryHandler: Done processing query | ||
| 8032 | 2024.03.25 19:40:15.019362 [ 3 ] {775b1a60-0593-4a24-8093-037a0da1353e} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
| 8033 | 2024.03.25 19:40:15.019374 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 8034 | 2024.03.25 19:40:15.019394 [ 3 ] {} <Debug> HTTP-Session: 402b69c1-e3ec-4d3d-ac58-9caef1716184 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8035 | 2024.03.25 19:40:15.019480 [ 195 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full | ||
| 8036 | 2024.03.25 19:40:15.019618 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 62051, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8037 | 2024.03.25 19:40:15.019747 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 8038 | 2024.03.25 19:40:15.019805 [ 3 ] {} <Debug> HTTP-Session: 24827e6c-45bc-4a38-a177-367c5fac1785 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 8039 | 2024.03.25 19:40:15.019863 [ 3 ] {} <Debug> HTTP-Session: 24827e6c-45bc-4a38-a177-367c5fac1785 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8040 | 2024.03.25 19:40:15.019903 [ 3 ] {} <Debug> HTTP-Session: 24827e6c-45bc-4a38-a177-367c5fac1785 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8041 | 2024.03.25 19:40:15.019972 [ 195 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8042 | 2024.03.25 19:40:15.019982 [ 3 ] {} <Trace> HTTP-Session: 24827e6c-45bc-4a38-a177-367c5fac1785 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8043 | 2024.03.25 19:40:15.020043 [ 195 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 6134 rows starting from the beginning of the part | ||
| 8044 | 2024.03.25 19:40:15.020236 [ 195 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 100 rows starting from the beginning of the part | ||
| 8045 | 2024.03.25 19:40:15.020406 [ 195 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 136 rows starting from the beginning of the part | ||
| 8046 | 2024.03.25 19:40:15.020664 [ 3 ] {f22f5d89-89eb-4ab9-bad0-a8c30690963c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 8047 | 2024.03.25 19:40:15.020715 [ 195 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 102 rows starting from the beginning of the part | ||
| 8048 | 2024.03.25 19:40:15.020901 [ 3 ] {f22f5d89-89eb-4ab9-bad0-a8c30690963c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 8049 | 2024.03.25 19:40:15.021011 [ 195 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 100 rows starting from the beginning of the part | ||
| 8050 | 2024.03.25 19:40:15.021324 [ 195 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 102 rows starting from the beginning of the part | ||
| 8051 | 2024.03.25 19:40:15.022157 [ 3 ] {f22f5d89-89eb-4ab9-bad0-a8c30690963c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8052 | 2024.03.25 19:40:15.023440 [ 3 ] {f22f5d89-89eb-4ab9-bad0-a8c30690963c} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8053 | 2024.03.25 19:40:15.023516 [ 3 ] {f22f5d89-89eb-4ab9-bad0-a8c30690963c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
| 8054 | 2024.03.25 19:40:15.024624 [ 3 ] {f22f5d89-89eb-4ab9-bad0-a8c30690963c} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8055 | 2024.03.25 19:40:15.025336 [ 3 ] {f22f5d89-89eb-4ab9-bad0-a8c30690963c} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8056 | 2024.03.25 19:40:15.025516 [ 3 ] {f22f5d89-89eb-4ab9-bad0-a8c30690963c} <Debug> executeQuery: Read 58 rows, 80.15 KiB in 0.005411 sec., 10718.905932360007 rows/sec., 14.46 MiB/sec. | ||
| 8057 | 2024.03.25 19:40:15.025691 [ 3 ] {f22f5d89-89eb-4ab9-bad0-a8c30690963c} <Debug> DynamicQueryHandler: Done processing query | ||
| 8058 | 2024.03.25 19:40:15.025716 [ 3 ] {f22f5d89-89eb-4ab9-bad0-a8c30690963c} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 8059 | 2024.03.25 19:40:15.025731 [ 3 ] {} <Debug> HTTP-Session: 24827e6c-45bc-4a38-a177-367c5fac1785 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8060 | 2024.03.25 19:40:15.025939 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8061 | 2024.03.25 19:40:15.026080 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 8062 | 2024.03.25 19:40:15.026121 [ 3 ] {} <Debug> HTTP-Session: ed63e204-f43b-4e5d-8318-ba6598d7147f Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 8063 | 2024.03.25 19:40:15.026157 [ 3 ] {} <Debug> HTTP-Session: ed63e204-f43b-4e5d-8318-ba6598d7147f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8064 | 2024.03.25 19:40:15.026157 [ 195 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6674 rows, containing 5 columns (5 merged, 0 gathered) in 0.006955261 sec., 959561.402512429 rows/sec., 66.64 MiB/sec. | ||
| 8065 | 2024.03.25 19:40:15.026176 [ 3 ] {} <Debug> HTTP-Session: ed63e204-f43b-4e5d-8318-ba6598d7147f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8066 | 2024.03.25 19:40:15.026236 [ 3 ] {} <Trace> HTTP-Session: ed63e204-f43b-4e5d-8318-ba6598d7147f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8067 | 2024.03.25 19:40:15.026322 [ 3 ] {e0f80ca4-8ce6-4190-986d-3c00e0ffc57a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 8068 | 2024.03.25 19:40:15.026367 [ 3 ] {e0f80ca4-8ce6-4190-986d-3c00e0ffc57a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8069 | 2024.03.25 19:40:15.026522 [ 3 ] {e0f80ca4-8ce6-4190-986d-3c00e0ffc57a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8070 | 2024.03.25 19:40:15.026653 [ 188 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 8071 | 2024.03.25 19:40:15.026960 [ 3 ] {e0f80ca4-8ce6-4190-986d-3c00e0ffc57a} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8072 | 2024.03.25 19:40:15.027012 [ 3 ] {e0f80ca4-8ce6-4190-986d-3c00e0ffc57a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
| 8073 | 2024.03.25 19:40:15.027270 [ 188 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8074 | 2024.03.25 19:40:15.027365 [ 188 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 8075 | 2024.03.25 19:40:15.027465 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.32 MiB. | ||
| 8076 | 2024.03.25 19:40:15.027514 [ 3 ] {e0f80ca4-8ce6-4190-986d-3c00e0ffc57a} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 8077 | 2024.03.25 19:40:15.027843 [ 3 ] {e0f80ca4-8ce6-4190-986d-3c00e0ffc57a} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8078 | 2024.03.25 19:40:15.028017 [ 3 ] {e0f80ca4-8ce6-4190-986d-3c00e0ffc57a} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001725 sec., 17391.304347826088 rows/sec., 1.19 MiB/sec. | ||
| 8079 | 2024.03.25 19:40:15.028040 [ 45 ] {} <Debug> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 8080 | 2024.03.25 19:40:15.028171 [ 45 ] {} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8081 | 2024.03.25 19:40:15.028240 [ 3 ] {e0f80ca4-8ce6-4190-986d-3c00e0ffc57a} <Debug> DynamicQueryHandler: Done processing query | ||
| 8082 | 2024.03.25 19:40:15.028241 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
| 8083 | 2024.03.25 19:40:15.028288 [ 3 ] {e0f80ca4-8ce6-4190-986d-3c00e0ffc57a} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 8084 | 2024.03.25 19:40:15.028326 [ 3 ] {} <Debug> HTTP-Session: ed63e204-f43b-4e5d-8318-ba6598d7147f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8085 | 2024.03.25 19:40:15.028484 [ 198 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full | ||
| 8086 | 2024.03.25 19:40:15.028726 [ 198 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8087 | 2024.03.25 19:40:15.028784 [ 198 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1662 rows starting from the beginning of the part | ||
| 8088 | 2024.03.25 19:40:15.028986 [ 198 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 30 rows starting from the beginning of the part | ||
| 8089 | 2024.03.25 19:40:15.029071 [ 198 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 30 rows starting from the beginning of the part | ||
| 8090 | 2024.03.25 19:40:15.029153 [ 198 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 30 rows starting from the beginning of the part | ||
| 8091 | 2024.03.25 19:40:15.029231 [ 198 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 30 rows starting from the beginning of the part | ||
| 8092 | 2024.03.25 19:40:15.029286 [ 198 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 30 rows starting from the beginning of the part | ||
| 8093 | 2024.03.25 19:40:15.030598 [ 188 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1812 rows, containing 4 columns (4 merged, 0 gathered) in 0.002211895 sec., 819207.0600096297 rows/sec., 56.12 MiB/sec. | ||
| 8094 | 2024.03.25 19:40:15.030821 [ 198 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 8095 | 2024.03.25 19:40:15.031200 [ 198 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_61_12} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8096 | 2024.03.25 19:40:15.031277 [ 198 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_61_12} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 8097 | 2024.03.25 19:40:15.031350 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 8098 | 2024.03.25 19:40:19.993115 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 3629, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8099 | 2024.03.25 19:40:19.993245 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 8100 | 2024.03.25 19:40:19.993270 [ 3 ] {} <Debug> HTTP-Session: 6f572826-80e6-4139-889c-6bb80dbda6ac Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 8101 | 2024.03.25 19:40:19.993296 [ 3 ] {} <Debug> HTTP-Session: 6f572826-80e6-4139-889c-6bb80dbda6ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8102 | 2024.03.25 19:40:19.993311 [ 3 ] {} <Debug> HTTP-Session: 6f572826-80e6-4139-889c-6bb80dbda6ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8103 | 2024.03.25 19:40:19.993362 [ 3 ] {} <Trace> HTTP-Session: 6f572826-80e6-4139-889c-6bb80dbda6ac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8104 | 2024.03.25 19:40:19.993488 [ 3 ] {3320e656-b889-4dd9-ba12-1f3442786996} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 8105 | 2024.03.25 19:40:19.993556 [ 3 ] {3320e656-b889-4dd9-ba12-1f3442786996} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8106 | 2024.03.25 19:40:19.993751 [ 3 ] {3320e656-b889-4dd9-ba12-1f3442786996} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8107 | 2024.03.25 19:40:19.994182 [ 3 ] {3320e656-b889-4dd9-ba12-1f3442786996} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8108 | 2024.03.25 19:40:19.994236 [ 3 ] {3320e656-b889-4dd9-ba12-1f3442786996} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
| 8109 | 2024.03.25 19:40:19.994631 [ 3 ] {3320e656-b889-4dd9-ba12-1f3442786996} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 8110 | 2024.03.25 19:40:19.994985 [ 3 ] {3320e656-b889-4dd9-ba12-1f3442786996} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8111 | 2024.03.25 19:40:19.995157 [ 3 ] {3320e656-b889-4dd9-ba12-1f3442786996} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.001724 sec., 15081.20649651972 rows/sec., 1.14 MiB/sec. | ||
| 8112 | 2024.03.25 19:40:19.995307 [ 3 ] {3320e656-b889-4dd9-ba12-1f3442786996} <Debug> DynamicQueryHandler: Done processing query | ||
| 8113 | 2024.03.25 19:40:19.995334 [ 3 ] {3320e656-b889-4dd9-ba12-1f3442786996} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 8114 | 2024.03.25 19:40:19.995350 [ 3 ] {} <Debug> HTTP-Session: 6f572826-80e6-4139-889c-6bb80dbda6ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8115 | 2024.03.25 19:40:19.995523 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4792, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8116 | 2024.03.25 19:40:19.995575 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 8117 | 2024.03.25 19:40:19.995595 [ 3 ] {} <Debug> HTTP-Session: e87e1321-0987-4924-b959-3b8b8772d707 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 8118 | 2024.03.25 19:40:19.995613 [ 3 ] {} <Debug> HTTP-Session: e87e1321-0987-4924-b959-3b8b8772d707 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8119 | 2024.03.25 19:40:19.995628 [ 3 ] {} <Debug> HTTP-Session: e87e1321-0987-4924-b959-3b8b8772d707 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8120 | 2024.03.25 19:40:19.995663 [ 3 ] {} <Trace> HTTP-Session: e87e1321-0987-4924-b959-3b8b8772d707 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8121 | 2024.03.25 19:40:19.995744 [ 3 ] {c67c340a-aa80-48f8-a5fb-1c0828c45c02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 8122 | 2024.03.25 19:40:19.995790 [ 3 ] {c67c340a-aa80-48f8-a5fb-1c0828c45c02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8123 | 2024.03.25 19:40:19.995922 [ 3 ] {c67c340a-aa80-48f8-a5fb-1c0828c45c02} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8124 | 2024.03.25 19:40:19.996247 [ 3 ] {c67c340a-aa80-48f8-a5fb-1c0828c45c02} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8125 | 2024.03.25 19:40:19.996289 [ 3 ] {c67c340a-aa80-48f8-a5fb-1c0828c45c02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
| 8126 | 2024.03.25 19:40:19.996603 [ 3 ] {c67c340a-aa80-48f8-a5fb-1c0828c45c02} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 8127 | 2024.03.25 19:40:19.996927 [ 3 ] {c67c340a-aa80-48f8-a5fb-1c0828c45c02} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8128 | 2024.03.25 19:40:19.997083 [ 3 ] {c67c340a-aa80-48f8-a5fb-1c0828c45c02} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001371 sec., 20423.048869438364 rows/sec., 1.59 MiB/sec. | ||
| 8129 | 2024.03.25 19:40:19.997217 [ 3 ] {c67c340a-aa80-48f8-a5fb-1c0828c45c02} <Debug> DynamicQueryHandler: Done processing query | ||
| 8130 | 2024.03.25 19:40:19.997241 [ 3 ] {c67c340a-aa80-48f8-a5fb-1c0828c45c02} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 8131 | 2024.03.25 19:40:19.997257 [ 3 ] {} <Debug> HTTP-Session: e87e1321-0987-4924-b959-3b8b8772d707 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8132 | 2024.03.25 19:40:19.997446 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 19137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8133 | 2024.03.25 19:40:19.997495 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 8134 | 2024.03.25 19:40:19.997514 [ 3 ] {} <Debug> HTTP-Session: 9f88704d-dc96-48f3-8146-9ad0da2c1ed7 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 8135 | 2024.03.25 19:40:19.997532 [ 3 ] {} <Debug> HTTP-Session: 9f88704d-dc96-48f3-8146-9ad0da2c1ed7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8136 | 2024.03.25 19:40:19.997546 [ 3 ] {} <Debug> HTTP-Session: 9f88704d-dc96-48f3-8146-9ad0da2c1ed7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8137 | 2024.03.25 19:40:19.997577 [ 3 ] {} <Trace> HTTP-Session: 9f88704d-dc96-48f3-8146-9ad0da2c1ed7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8138 | 2024.03.25 19:40:19.997681 [ 3 ] {bff80066-0c2f-4507-84f3-c48b9780f768} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 8139 | 2024.03.25 19:40:19.997729 [ 3 ] {bff80066-0c2f-4507-84f3-c48b9780f768} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8140 | 2024.03.25 19:40:19.997880 [ 3 ] {bff80066-0c2f-4507-84f3-c48b9780f768} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8141 | 2024.03.25 19:40:19.998300 [ 3 ] {bff80066-0c2f-4507-84f3-c48b9780f768} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8142 | 2024.03.25 19:40:19.998339 [ 3 ] {bff80066-0c2f-4507-84f3-c48b9780f768} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
| 8143 | 2024.03.25 19:40:19.998739 [ 3 ] {bff80066-0c2f-4507-84f3-c48b9780f768} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 8144 | 2024.03.25 19:40:19.999088 [ 3 ] {bff80066-0c2f-4507-84f3-c48b9780f768} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8145 | 2024.03.25 19:40:19.999249 [ 3 ] {bff80066-0c2f-4507-84f3-c48b9780f768} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001612 sec., 62034.7394540943 rows/sec., 4.30 MiB/sec. | ||
| 8146 | 2024.03.25 19:40:19.999380 [ 3 ] {bff80066-0c2f-4507-84f3-c48b9780f768} <Debug> DynamicQueryHandler: Done processing query | ||
| 8147 | 2024.03.25 19:40:19.999405 [ 3 ] {bff80066-0c2f-4507-84f3-c48b9780f768} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
| 8148 | 2024.03.25 19:40:19.999420 [ 3 ] {} <Debug> HTTP-Session: 9f88704d-dc96-48f3-8146-9ad0da2c1ed7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8149 | 2024.03.25 19:40:19.999547 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8150 | 2024.03.25 19:40:19.999598 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 8151 | 2024.03.25 19:40:19.999616 [ 3 ] {} <Debug> HTTP-Session: ecf91bce-d6a6-4f75-947f-acd634069955 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 8152 | 2024.03.25 19:40:19.999633 [ 3 ] {} <Debug> HTTP-Session: ecf91bce-d6a6-4f75-947f-acd634069955 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8153 | 2024.03.25 19:40:19.999648 [ 3 ] {} <Debug> HTTP-Session: ecf91bce-d6a6-4f75-947f-acd634069955 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8154 | 2024.03.25 19:40:19.999679 [ 3 ] {} <Trace> HTTP-Session: ecf91bce-d6a6-4f75-947f-acd634069955 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8155 | 2024.03.25 19:40:19.999754 [ 3 ] {12a88012-2901-49c1-a306-1a960d3d4a4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 8156 | 2024.03.25 19:40:19.999799 [ 3 ] {12a88012-2901-49c1-a306-1a960d3d4a4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8157 | 2024.03.25 19:40:19.999928 [ 3 ] {12a88012-2901-49c1-a306-1a960d3d4a4e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8158 | 2024.03.25 19:40:20.000155 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 194.16 MiB, peak 201.19 MiB, free memory in arenas 0.00 B, will set to 192.95 MiB (RSS), difference: -1.21 MiB | ||
| 8159 | 2024.03.25 19:40:20.000529 [ 3 ] {12a88012-2901-49c1-a306-1a960d3d4a4e} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8160 | 2024.03.25 19:40:20.000593 [ 3 ] {12a88012-2901-49c1-a306-1a960d3d4a4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
| 8161 | 2024.03.25 19:40:20.001115 [ 3 ] {12a88012-2901-49c1-a306-1a960d3d4a4e} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 8162 | 2024.03.25 19:40:20.001460 [ 3 ] {12a88012-2901-49c1-a306-1a960d3d4a4e} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8163 | 2024.03.25 19:40:20.001616 [ 3 ] {12a88012-2901-49c1-a306-1a960d3d4a4e} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001883 sec., 15932.023366967605 rows/sec., 1.09 MiB/sec. | ||
| 8164 | 2024.03.25 19:40:20.001758 [ 3 ] {12a88012-2901-49c1-a306-1a960d3d4a4e} <Debug> DynamicQueryHandler: Done processing query | ||
| 8165 | 2024.03.25 19:40:20.001784 [ 3 ] {12a88012-2901-49c1-a306-1a960d3d4a4e} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 8166 | 2024.03.25 19:40:20.001800 [ 3 ] {} <Debug> HTTP-Session: ecf91bce-d6a6-4f75-947f-acd634069955 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8167 | 2024.03.25 19:40:21.612752 [ 40 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8168 | 2024.03.25 19:40:21.612799 [ 40 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8169 | 2024.03.25 19:40:24.996308 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 8371, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8170 | 2024.03.25 19:40:24.996431 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 8171 | 2024.03.25 19:40:24.996457 [ 3 ] {} <Debug> HTTP-Session: eff7ccaf-0bad-4aa2-a6d2-8225dfd27f91 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 8172 | 2024.03.25 19:40:24.996481 [ 3 ] {} <Debug> HTTP-Session: eff7ccaf-0bad-4aa2-a6d2-8225dfd27f91 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8173 | 2024.03.25 19:40:24.996496 [ 3 ] {} <Debug> HTTP-Session: eff7ccaf-0bad-4aa2-a6d2-8225dfd27f91 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8174 | 2024.03.25 19:40:24.996544 [ 3 ] {} <Trace> HTTP-Session: eff7ccaf-0bad-4aa2-a6d2-8225dfd27f91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8175 | 2024.03.25 19:40:24.996676 [ 3 ] {86334012-1cf6-4176-933d-7c67705b9875} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 8176 | 2024.03.25 19:40:24.996745 [ 3 ] {86334012-1cf6-4176-933d-7c67705b9875} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 8177 | 2024.03.25 19:40:24.996942 [ 3 ] {86334012-1cf6-4176-933d-7c67705b9875} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8178 | 2024.03.25 19:40:24.997415 [ 3 ] {86334012-1cf6-4176-933d-7c67705b9875} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8179 | 2024.03.25 19:40:24.997464 [ 3 ] {86334012-1cf6-4176-933d-7c67705b9875} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
| 8180 | 2024.03.25 19:40:24.997849 [ 3 ] {86334012-1cf6-4176-933d-7c67705b9875} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 8181 | 2024.03.25 19:40:24.998187 [ 3 ] {86334012-1cf6-4176-933d-7c67705b9875} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8182 | 2024.03.25 19:40:24.998341 [ 3 ] {86334012-1cf6-4176-933d-7c67705b9875} <Debug> executeQuery: Read 58 rows, 4.70 KiB in 0.00173 sec., 33526.011560693645 rows/sec., 2.65 MiB/sec. | ||
| 8183 | 2024.03.25 19:40:24.998534 [ 3 ] {86334012-1cf6-4176-933d-7c67705b9875} <Debug> DynamicQueryHandler: Done processing query | ||
| 8184 | 2024.03.25 19:40:24.998566 [ 3 ] {86334012-1cf6-4176-933d-7c67705b9875} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 8185 | 2024.03.25 19:40:24.998585 [ 3 ] {} <Debug> HTTP-Session: eff7ccaf-0bad-4aa2-a6d2-8225dfd27f91 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8186 | 2024.03.25 19:40:24.998754 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 31316, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8187 | 2024.03.25 19:40:24.998808 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 8188 | 2024.03.25 19:40:24.998828 [ 3 ] {} <Debug> HTTP-Session: e4923d0e-dec4-46a2-a5c9-8a490c440276 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 8189 | 2024.03.25 19:40:24.998847 [ 3 ] {} <Debug> HTTP-Session: e4923d0e-dec4-46a2-a5c9-8a490c440276 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8190 | 2024.03.25 19:40:24.998860 [ 3 ] {} <Debug> HTTP-Session: e4923d0e-dec4-46a2-a5c9-8a490c440276 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8191 | 2024.03.25 19:40:24.998896 [ 3 ] {} <Trace> HTTP-Session: e4923d0e-dec4-46a2-a5c9-8a490c440276 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8192 | 2024.03.25 19:40:24.999021 [ 3 ] {53fc8035-754a-4ea2-a623-edc7d3554874} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 8193 | 2024.03.25 19:40:24.999066 [ 3 ] {53fc8035-754a-4ea2-a623-edc7d3554874} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8194 | 2024.03.25 19:40:24.999193 [ 3 ] {53fc8035-754a-4ea2-a623-edc7d3554874} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8195 | 2024.03.25 19:40:24.999609 [ 3 ] {53fc8035-754a-4ea2-a623-edc7d3554874} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8196 | 2024.03.25 19:40:24.999646 [ 3 ] {53fc8035-754a-4ea2-a623-edc7d3554874} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
| 8197 | 2024.03.25 19:40:25.000010 [ 3 ] {53fc8035-754a-4ea2-a623-edc7d3554874} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 8198 | 2024.03.25 19:40:25.000155 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 198.41 MiB, peak 201.19 MiB, free memory in arenas 0.00 B, will set to 192.95 MiB (RSS), difference: -5.45 MiB | ||
| 8199 | 2024.03.25 19:40:25.000772 [ 3 ] {53fc8035-754a-4ea2-a623-edc7d3554874} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8200 | 2024.03.25 19:40:25.000908 [ 3 ] {53fc8035-754a-4ea2-a623-edc7d3554874} <Debug> executeQuery: Read 200 rows, 19.11 KiB in 0.001959 sec., 102092.90454313427 rows/sec., 9.53 MiB/sec. | ||
| 8201 | 2024.03.25 19:40:25.001085 [ 3 ] {53fc8035-754a-4ea2-a623-edc7d3554874} <Debug> DynamicQueryHandler: Done processing query | ||
| 8202 | 2024.03.25 19:40:25.001115 [ 3 ] {53fc8035-754a-4ea2-a623-edc7d3554874} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 8203 | 2024.03.25 19:40:25.001174 [ 3 ] {} <Debug> HTTP-Session: e4923d0e-dec4-46a2-a5c9-8a490c440276 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8204 | 2024.03.25 19:40:25.001401 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 14620, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8205 | 2024.03.25 19:40:25.001453 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 8206 | 2024.03.25 19:40:25.001472 [ 3 ] {} <Debug> HTTP-Session: 46e82141-6327-4c3d-b9a3-71adf907a148 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 8207 | 2024.03.25 19:40:25.001490 [ 3 ] {} <Debug> HTTP-Session: 46e82141-6327-4c3d-b9a3-71adf907a148 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8208 | 2024.03.25 19:40:25.001504 [ 3 ] {} <Debug> HTTP-Session: 46e82141-6327-4c3d-b9a3-71adf907a148 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8209 | 2024.03.25 19:40:25.001538 [ 3 ] {} <Trace> HTTP-Session: 46e82141-6327-4c3d-b9a3-71adf907a148 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8210 | 2024.03.25 19:40:25.001645 [ 3 ] {a646bf95-565a-4140-befa-c12b42f92d3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 8211 | 2024.03.25 19:40:25.001694 [ 3 ] {a646bf95-565a-4140-befa-c12b42f92d3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8212 | 2024.03.25 19:40:25.001841 [ 3 ] {a646bf95-565a-4140-befa-c12b42f92d3a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8213 | 2024.03.25 19:40:25.002180 [ 3 ] {a646bf95-565a-4140-befa-c12b42f92d3a} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8214 | 2024.03.25 19:40:25.002218 [ 3 ] {a646bf95-565a-4140-befa-c12b42f92d3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
| 8215 | 2024.03.25 19:40:25.002531 [ 3 ] {a646bf95-565a-4140-befa-c12b42f92d3a} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 8216 | 2024.03.25 19:40:25.002845 [ 3 ] {a646bf95-565a-4140-befa-c12b42f92d3a} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8217 | 2024.03.25 19:40:25.002971 [ 3 ] {a646bf95-565a-4140-befa-c12b42f92d3a} <Debug> executeQuery: Read 86 rows, 6.88 KiB in 0.001386 sec., 62049.06204906204 rows/sec., 4.85 MiB/sec. | ||
| 8218 | 2024.03.25 19:40:25.003087 [ 3 ] {a646bf95-565a-4140-befa-c12b42f92d3a} <Debug> DynamicQueryHandler: Done processing query | ||
| 8219 | 2024.03.25 19:40:25.003110 [ 3 ] {a646bf95-565a-4140-befa-c12b42f92d3a} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 8220 | 2024.03.25 19:40:25.003125 [ 3 ] {} <Debug> HTTP-Session: 46e82141-6327-4c3d-b9a3-71adf907a148 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8221 | 2024.03.25 19:40:25.003275 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 19137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8222 | 2024.03.25 19:40:25.003322 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 8223 | 2024.03.25 19:40:25.003341 [ 3 ] {} <Debug> HTTP-Session: 39a0585a-672b-4d8a-8d43-fb08ebfd2fab Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 8224 | 2024.03.25 19:40:25.003358 [ 3 ] {} <Debug> HTTP-Session: 39a0585a-672b-4d8a-8d43-fb08ebfd2fab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8225 | 2024.03.25 19:40:25.003372 [ 3 ] {} <Debug> HTTP-Session: 39a0585a-672b-4d8a-8d43-fb08ebfd2fab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8226 | 2024.03.25 19:40:25.003403 [ 3 ] {} <Trace> HTTP-Session: 39a0585a-672b-4d8a-8d43-fb08ebfd2fab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8227 | 2024.03.25 19:40:25.003503 [ 3 ] {64568a7a-a991-46f6-ab8a-c48c00d8b15a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 8228 | 2024.03.25 19:40:25.003548 [ 3 ] {64568a7a-a991-46f6-ab8a-c48c00d8b15a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8229 | 2024.03.25 19:40:25.003689 [ 3 ] {64568a7a-a991-46f6-ab8a-c48c00d8b15a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8230 | 2024.03.25 19:40:25.004025 [ 3 ] {64568a7a-a991-46f6-ab8a-c48c00d8b15a} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8231 | 2024.03.25 19:40:25.004060 [ 3 ] {64568a7a-a991-46f6-ab8a-c48c00d8b15a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
| 8232 | 2024.03.25 19:40:25.004444 [ 3 ] {64568a7a-a991-46f6-ab8a-c48c00d8b15a} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 8233 | 2024.03.25 19:40:25.004789 [ 3 ] {64568a7a-a991-46f6-ab8a-c48c00d8b15a} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8234 | 2024.03.25 19:40:25.004919 [ 3 ] {64568a7a-a991-46f6-ab8a-c48c00d8b15a} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001471 sec., 67980.96532970767 rows/sec., 4.71 MiB/sec. | ||
| 8235 | 2024.03.25 19:40:25.005058 [ 3 ] {64568a7a-a991-46f6-ab8a-c48c00d8b15a} <Debug> DynamicQueryHandler: Done processing query | ||
| 8236 | 2024.03.25 19:40:25.005094 [ 3 ] {64568a7a-a991-46f6-ab8a-c48c00d8b15a} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
| 8237 | 2024.03.25 19:40:25.005127 [ 3 ] {} <Debug> HTTP-Session: 39a0585a-672b-4d8a-8d43-fb08ebfd2fab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8238 | 2024.03.25 19:40:25.005371 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 62051, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8239 | 2024.03.25 19:40:25.005418 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 8240 | 2024.03.25 19:40:25.005437 [ 3 ] {} <Debug> HTTP-Session: 936a2c73-353c-41e7-82d8-188c53ce9075 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 8241 | 2024.03.25 19:40:25.005453 [ 3 ] {} <Debug> HTTP-Session: 936a2c73-353c-41e7-82d8-188c53ce9075 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8242 | 2024.03.25 19:40:25.005466 [ 3 ] {} <Debug> HTTP-Session: 936a2c73-353c-41e7-82d8-188c53ce9075 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8243 | 2024.03.25 19:40:25.005496 [ 3 ] {} <Trace> HTTP-Session: 936a2c73-353c-41e7-82d8-188c53ce9075 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8244 | 2024.03.25 19:40:25.005864 [ 3 ] {16997ba6-a917-4ad5-90da-ea14dc35bf77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 8245 | 2024.03.25 19:40:25.005912 [ 3 ] {16997ba6-a917-4ad5-90da-ea14dc35bf77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 8246 | 2024.03.25 19:40:25.006066 [ 3 ] {16997ba6-a917-4ad5-90da-ea14dc35bf77} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8247 | 2024.03.25 19:40:25.006667 [ 3 ] {16997ba6-a917-4ad5-90da-ea14dc35bf77} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8248 | 2024.03.25 19:40:25.006703 [ 3 ] {16997ba6-a917-4ad5-90da-ea14dc35bf77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
| 8249 | 2024.03.25 19:40:25.007135 [ 3 ] {16997ba6-a917-4ad5-90da-ea14dc35bf77} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 8250 | 2024.03.25 19:40:25.007474 [ 3 ] {16997ba6-a917-4ad5-90da-ea14dc35bf77} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8251 | 2024.03.25 19:40:25.007608 [ 36 ] {} <Debug> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 8252 | 2024.03.25 19:40:25.007613 [ 3 ] {16997ba6-a917-4ad5-90da-ea14dc35bf77} <Debug> executeQuery: Read 58 rows, 80.15 KiB in 0.00205 sec., 28292.682926829268 rows/sec., 38.18 MiB/sec. | ||
| 8253 | 2024.03.25 19:40:25.007656 [ 36 ] {} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8254 | 2024.03.25 19:40:25.007701 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
| 8255 | 2024.03.25 19:40:25.007808 [ 3 ] {16997ba6-a917-4ad5-90da-ea14dc35bf77} <Debug> DynamicQueryHandler: Done processing query | ||
| 8256 | 2024.03.25 19:40:25.007875 [ 3 ] {16997ba6-a917-4ad5-90da-ea14dc35bf77} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 8257 | 2024.03.25 19:40:25.007955 [ 3 ] {} <Debug> HTTP-Session: 936a2c73-353c-41e7-82d8-188c53ce9075 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8258 | 2024.03.25 19:40:25.008309 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8259 | 2024.03.25 19:40:25.008349 [ 187 ] {f3248554-e676-4912-a9d7-0b91932a1da6::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 | ||
| 8260 | 2024.03.25 19:40:25.008518 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 8261 | 2024.03.25 19:40:25.008648 [ 3 ] {} <Debug> HTTP-Session: 1f574489-67d8-4b50-bcfe-50d2613664bb Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 8262 | 2024.03.25 19:40:25.008704 [ 3 ] {} <Debug> HTTP-Session: 1f574489-67d8-4b50-bcfe-50d2613664bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8263 | 2024.03.25 19:40:25.008745 [ 3 ] {} <Debug> HTTP-Session: 1f574489-67d8-4b50-bcfe-50d2613664bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8264 | 2024.03.25 19:40:25.008831 [ 3 ] {} <Trace> HTTP-Session: 1f574489-67d8-4b50-bcfe-50d2613664bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8265 | 2024.03.25 19:40:25.008860 [ 187 ] {f3248554-e676-4912-a9d7-0b91932a1da6::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8266 | 2024.03.25 19:40:25.008951 [ 187 ] {f3248554-e676-4912-a9d7-0b91932a1da6::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1310 rows starting from the beginning of the part | ||
| 8267 | 2024.03.25 19:40:25.009003 [ 3 ] {56efcf88-395e-4467-97b8-3d0be9c15627} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 8268 | 2024.03.25 19:40:25.009181 [ 187 ] {f3248554-e676-4912-a9d7-0b91932a1da6::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 58 rows starting from the beginning of the part | ||
| 8269 | 2024.03.25 19:40:25.009177 [ 3 ] {56efcf88-395e-4467-97b8-3d0be9c15627} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8270 | 2024.03.25 19:40:25.009543 [ 187 ] {f3248554-e676-4912-a9d7-0b91932a1da6::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 58 rows starting from the beginning of the part | ||
| 8271 | 2024.03.25 19:40:25.009957 [ 187 ] {f3248554-e676-4912-a9d7-0b91932a1da6::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 58 rows starting from the beginning of the part | ||
| 8272 | 2024.03.25 19:40:25.010298 [ 187 ] {f3248554-e676-4912-a9d7-0b91932a1da6::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 58 rows starting from the beginning of the part | ||
| 8273 | 2024.03.25 19:40:25.010651 [ 187 ] {f3248554-e676-4912-a9d7-0b91932a1da6::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 58 rows starting from the beginning of the part | ||
| 8274 | 2024.03.25 19:40:25.010889 [ 3 ] {56efcf88-395e-4467-97b8-3d0be9c15627} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8275 | 2024.03.25 19:40:25.011734 [ 3 ] {56efcf88-395e-4467-97b8-3d0be9c15627} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8276 | 2024.03.25 19:40:25.011796 [ 3 ] {56efcf88-395e-4467-97b8-3d0be9c15627} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
| 8277 | 2024.03.25 19:40:25.012348 [ 3 ] {56efcf88-395e-4467-97b8-3d0be9c15627} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 8278 | 2024.03.25 19:40:25.012763 [ 3 ] {56efcf88-395e-4467-97b8-3d0be9c15627} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8279 | 2024.03.25 19:40:25.012898 [ 3 ] {56efcf88-395e-4467-97b8-3d0be9c15627} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.003991 sec., 7516.913054372339 rows/sec., 527.31 KiB/sec. | ||
| 8280 | 2024.03.25 19:40:25.013043 [ 3 ] {56efcf88-395e-4467-97b8-3d0be9c15627} <Debug> DynamicQueryHandler: Done processing query | ||
| 8281 | 2024.03.25 19:40:25.013078 [ 3 ] {56efcf88-395e-4467-97b8-3d0be9c15627} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 8282 | 2024.03.25 19:40:25.013108 [ 3 ] {} <Debug> HTTP-Session: 1f574489-67d8-4b50-bcfe-50d2613664bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8283 | 2024.03.25 19:40:25.017695 [ 198 ] {f3248554-e676-4912-a9d7-0b91932a1da6::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1600 rows, containing 6 columns (6 merged, 0 gathered) in 0.009860763 sec., 162259.2491067882 rows/sec., 218.96 MiB/sec. | ||
| 8284 | 2024.03.25 19:40:25.019052 [ 197 ] {f3248554-e676-4912-a9d7-0b91932a1da6::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 8285 | 2024.03.25 19:40:25.019566 [ 197 ] {f3248554-e676-4912-a9d7-0b91932a1da6::all_1_31_6} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8286 | 2024.03.25 19:40:25.019694 [ 197 ] {f3248554-e676-4912-a9d7-0b91932a1da6::all_1_31_6} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 8287 | 2024.03.25 19:40:25.019810 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.39 MiB. | ||
| 8288 | 2024.03.25 19:40:26.000148 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 187.89 MiB, peak 201.19 MiB, free memory in arenas 0.00 B, will set to 196.76 MiB (RSS), difference: 8.87 MiB | ||
| 8289 | 2024.03.25 19:40:29.994807 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8290 | 2024.03.25 19:40:29.994935 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 8291 | 2024.03.25 19:40:29.994960 [ 3 ] {} <Debug> HTTP-Session: 07f06534-0dcb-4683-bfcc-19e7469cb76b Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 8292 | 2024.03.25 19:40:29.994986 [ 3 ] {} <Debug> HTTP-Session: 07f06534-0dcb-4683-bfcc-19e7469cb76b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8293 | 2024.03.25 19:40:29.995001 [ 3 ] {} <Debug> HTTP-Session: 07f06534-0dcb-4683-bfcc-19e7469cb76b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8294 | 2024.03.25 19:40:29.995049 [ 3 ] {} <Trace> HTTP-Session: 07f06534-0dcb-4683-bfcc-19e7469cb76b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8295 | 2024.03.25 19:40:29.995162 [ 3 ] {31620be3-f881-45da-9bbd-e01afb61f70d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 8296 | 2024.03.25 19:40:29.995228 [ 3 ] {31620be3-f881-45da-9bbd-e01afb61f70d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 8297 | 2024.03.25 19:40:29.995418 [ 3 ] {31620be3-f881-45da-9bbd-e01afb61f70d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8298 | 2024.03.25 19:40:29.995823 [ 3 ] {31620be3-f881-45da-9bbd-e01afb61f70d} <Trace> oximeter.fields_ipaddr (d9ee32b3-8a1d-44e7-a34c-f0038ee3937b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8299 | 2024.03.25 19:40:29.995873 [ 3 ] {31620be3-f881-45da-9bbd-e01afb61f70d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
| 8300 | 2024.03.25 19:40:29.996251 [ 3 ] {31620be3-f881-45da-9bbd-e01afb61f70d} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 8301 | 2024.03.25 19:40:29.996608 [ 3 ] {31620be3-f881-45da-9bbd-e01afb61f70d} <Trace> oximeter.fields_ipaddr (d9ee32b3-8a1d-44e7-a34c-f0038ee3937b): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8302 | 2024.03.25 19:40:29.996774 [ 3 ] {31620be3-f881-45da-9bbd-e01afb61f70d} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001662 sec., 1203.3694344163657 rows/sec., 98.13 KiB/sec. | ||
| 8303 | 2024.03.25 19:40:29.996989 [ 3 ] {31620be3-f881-45da-9bbd-e01afb61f70d} <Debug> DynamicQueryHandler: Done processing query | ||
| 8304 | 2024.03.25 19:40:29.997015 [ 3 ] {31620be3-f881-45da-9bbd-e01afb61f70d} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 8305 | 2024.03.25 19:40:29.997032 [ 3 ] {} <Debug> HTTP-Session: 07f06534-0dcb-4683-bfcc-19e7469cb76b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8306 | 2024.03.25 19:40:29.997210 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 8753, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8307 | 2024.03.25 19:40:29.997262 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 8308 | 2024.03.25 19:40:29.997281 [ 3 ] {} <Debug> HTTP-Session: fe02bdd6-2bbb-45f8-8eba-6ea778a73ee5 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 8309 | 2024.03.25 19:40:29.997299 [ 3 ] {} <Debug> HTTP-Session: fe02bdd6-2bbb-45f8-8eba-6ea778a73ee5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8310 | 2024.03.25 19:40:29.997313 [ 3 ] {} <Debug> HTTP-Session: fe02bdd6-2bbb-45f8-8eba-6ea778a73ee5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8311 | 2024.03.25 19:40:29.997348 [ 3 ] {} <Trace> HTTP-Session: fe02bdd6-2bbb-45f8-8eba-6ea778a73ee5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8312 | 2024.03.25 19:40:29.997442 [ 3 ] {6ef0b4cb-f199-4bad-ada4-19abe1cd28c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 8313 | 2024.03.25 19:40:29.997486 [ 3 ] {6ef0b4cb-f199-4bad-ada4-19abe1cd28c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8314 | 2024.03.25 19:40:29.997625 [ 3 ] {6ef0b4cb-f199-4bad-ada4-19abe1cd28c1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8315 | 2024.03.25 19:40:29.997973 [ 3 ] {6ef0b4cb-f199-4bad-ada4-19abe1cd28c1} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8316 | 2024.03.25 19:40:29.998012 [ 3 ] {6ef0b4cb-f199-4bad-ada4-19abe1cd28c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
| 8317 | 2024.03.25 19:40:29.998324 [ 3 ] {6ef0b4cb-f199-4bad-ada4-19abe1cd28c1} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 8318 | 2024.03.25 19:40:29.998636 [ 3 ] {6ef0b4cb-f199-4bad-ada4-19abe1cd28c1} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8319 | 2024.03.25 19:40:29.998790 [ 3 ] {6ef0b4cb-f199-4bad-ada4-19abe1cd28c1} <Debug> executeQuery: Read 63 rows, 4.91 KiB in 0.001391 sec., 45291.15744069015 rows/sec., 3.45 MiB/sec. | ||
| 8320 | 2024.03.25 19:40:29.998920 [ 3 ] {6ef0b4cb-f199-4bad-ada4-19abe1cd28c1} <Debug> DynamicQueryHandler: Done processing query | ||
| 8321 | 2024.03.25 19:40:29.998945 [ 3 ] {6ef0b4cb-f199-4bad-ada4-19abe1cd28c1} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 8322 | 2024.03.25 19:40:29.998961 [ 3 ] {} <Debug> HTTP-Session: fe02bdd6-2bbb-45f8-8eba-6ea778a73ee5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8323 | 2024.03.25 19:40:29.999081 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8324 | 2024.03.25 19:40:29.999131 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 8325 | 2024.03.25 19:40:29.999150 [ 3 ] {} <Debug> HTTP-Session: 32be5597-830c-4154-abb8-bf6d4374dd0c Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 8326 | 2024.03.25 19:40:29.999167 [ 3 ] {} <Debug> HTTP-Session: 32be5597-830c-4154-abb8-bf6d4374dd0c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8327 | 2024.03.25 19:40:29.999181 [ 3 ] {} <Debug> HTTP-Session: 32be5597-830c-4154-abb8-bf6d4374dd0c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8328 | 2024.03.25 19:40:29.999213 [ 3 ] {} <Trace> HTTP-Session: 32be5597-830c-4154-abb8-bf6d4374dd0c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8329 | 2024.03.25 19:40:29.999280 [ 3 ] {0d921e16-8c1e-4e32-8b35-484bc2422792} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 8330 | 2024.03.25 19:40:29.999323 [ 3 ] {0d921e16-8c1e-4e32-8b35-484bc2422792} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8331 | 2024.03.25 19:40:29.999451 [ 3 ] {0d921e16-8c1e-4e32-8b35-484bc2422792} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8332 | 2024.03.25 19:40:29.999714 [ 3 ] {0d921e16-8c1e-4e32-8b35-484bc2422792} <Trace> oximeter.fields_u16 (c5488911-6586-43c0-ae3f-1262ae9a0dfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8333 | 2024.03.25 19:40:29.999753 [ 3 ] {0d921e16-8c1e-4e32-8b35-484bc2422792} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
| 8334 | 2024.03.25 19:40:30.000055 [ 3 ] {0d921e16-8c1e-4e32-8b35-484bc2422792} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 8335 | 2024.03.25 19:40:30.000151 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 202.18 MiB, peak 202.18 MiB, free memory in arenas 0.00 B, will set to 196.76 MiB (RSS), difference: -5.42 MiB | ||
| 8336 | 2024.03.25 19:40:30.000773 [ 3 ] {0d921e16-8c1e-4e32-8b35-484bc2422792} <Trace> oximeter.fields_u16 (c5488911-6586-43c0-ae3f-1262ae9a0dfa): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8337 | 2024.03.25 19:40:30.000942 [ 3 ] {0d921e16-8c1e-4e32-8b35-484bc2422792} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001678 sec., 1191.8951132300358 rows/sec., 83.22 KiB/sec. | ||
| 8338 | 2024.03.25 19:40:30.001184 [ 3 ] {0d921e16-8c1e-4e32-8b35-484bc2422792} <Debug> DynamicQueryHandler: Done processing query | ||
| 8339 | 2024.03.25 19:40:30.001227 [ 3 ] {0d921e16-8c1e-4e32-8b35-484bc2422792} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 8340 | 2024.03.25 19:40:30.001248 [ 3 ] {} <Debug> HTTP-Session: 32be5597-830c-4154-abb8-bf6d4374dd0c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8341 | 2024.03.25 19:40:30.001374 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 9171, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8342 | 2024.03.25 19:40:30.001421 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 8343 | 2024.03.25 19:40:30.001441 [ 3 ] {} <Debug> HTTP-Session: a139f210-13ae-46c5-96e5-a6067aa6dade Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 8344 | 2024.03.25 19:40:30.001458 [ 3 ] {} <Debug> HTTP-Session: a139f210-13ae-46c5-96e5-a6067aa6dade Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8345 | 2024.03.25 19:40:30.001471 [ 3 ] {} <Debug> HTTP-Session: a139f210-13ae-46c5-96e5-a6067aa6dade Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8346 | 2024.03.25 19:40:30.001503 [ 3 ] {} <Trace> HTTP-Session: a139f210-13ae-46c5-96e5-a6067aa6dade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8347 | 2024.03.25 19:40:30.001588 [ 3 ] {cfbf7e97-e643-4886-9c9d-50b1f44a8704} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 8348 | 2024.03.25 19:40:30.001632 [ 3 ] {cfbf7e97-e643-4886-9c9d-50b1f44a8704} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8349 | 2024.03.25 19:40:30.001785 [ 3 ] {cfbf7e97-e643-4886-9c9d-50b1f44a8704} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8350 | 2024.03.25 19:40:30.002100 [ 3 ] {cfbf7e97-e643-4886-9c9d-50b1f44a8704} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8351 | 2024.03.25 19:40:30.002139 [ 3 ] {cfbf7e97-e643-4886-9c9d-50b1f44a8704} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
| 8352 | 2024.03.25 19:40:30.002448 [ 3 ] {cfbf7e97-e643-4886-9c9d-50b1f44a8704} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 8353 | 2024.03.25 19:40:30.002758 [ 3 ] {cfbf7e97-e643-4886-9c9d-50b1f44a8704} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8354 | 2024.03.25 19:40:30.002915 [ 3 ] {cfbf7e97-e643-4886-9c9d-50b1f44a8704} <Debug> executeQuery: Read 54 rows, 4.30 KiB in 0.001358 sec., 39764.35935198822 rows/sec., 3.09 MiB/sec. | ||
| 8355 | 2024.03.25 19:40:30.003038 [ 3 ] {cfbf7e97-e643-4886-9c9d-50b1f44a8704} <Debug> DynamicQueryHandler: Done processing query | ||
| 8356 | 2024.03.25 19:40:30.003062 [ 3 ] {cfbf7e97-e643-4886-9c9d-50b1f44a8704} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 8357 | 2024.03.25 19:40:30.003078 [ 3 ] {} <Debug> HTTP-Session: a139f210-13ae-46c5-96e5-a6067aa6dade Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8358 | 2024.03.25 19:40:30.003227 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 26285, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8359 | 2024.03.25 19:40:30.003274 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 8360 | 2024.03.25 19:40:30.003294 [ 3 ] {} <Debug> HTTP-Session: cef4428b-4c00-4887-9b26-6aa7c7efe823 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 8361 | 2024.03.25 19:40:30.003310 [ 3 ] {} <Debug> HTTP-Session: cef4428b-4c00-4887-9b26-6aa7c7efe823 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8362 | 2024.03.25 19:40:30.003325 [ 3 ] {} <Debug> HTTP-Session: cef4428b-4c00-4887-9b26-6aa7c7efe823 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8363 | 2024.03.25 19:40:30.003355 [ 3 ] {} <Trace> HTTP-Session: cef4428b-4c00-4887-9b26-6aa7c7efe823 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8364 | 2024.03.25 19:40:30.003463 [ 3 ] {a196f517-3ecd-406e-9edb-e8082ba53d0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 8365 | 2024.03.25 19:40:30.003509 [ 3 ] {a196f517-3ecd-406e-9edb-e8082ba53d0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8366 | 2024.03.25 19:40:30.003655 [ 3 ] {a196f517-3ecd-406e-9edb-e8082ba53d0e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8367 | 2024.03.25 19:40:30.004012 [ 3 ] {a196f517-3ecd-406e-9edb-e8082ba53d0e} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8368 | 2024.03.25 19:40:30.004051 [ 3 ] {a196f517-3ecd-406e-9edb-e8082ba53d0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
| 8369 | 2024.03.25 19:40:30.004453 [ 3 ] {a196f517-3ecd-406e-9edb-e8082ba53d0e} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 8370 | 2024.03.25 19:40:30.004803 [ 3 ] {a196f517-3ecd-406e-9edb-e8082ba53d0e} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8371 | 2024.03.25 19:40:30.004959 [ 3 ] {a196f517-3ecd-406e-9edb-e8082ba53d0e} <Debug> executeQuery: Read 137 rows, 9.77 KiB in 0.00155 sec., 88387.09677419355 rows/sec., 6.16 MiB/sec. | ||
| 8372 | 2024.03.25 19:40:30.005092 [ 3 ] {a196f517-3ecd-406e-9edb-e8082ba53d0e} <Debug> DynamicQueryHandler: Done processing query | ||
| 8373 | 2024.03.25 19:40:30.005118 [ 3 ] {a196f517-3ecd-406e-9edb-e8082ba53d0e} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
| 8374 | 2024.03.25 19:40:30.005134 [ 3 ] {} <Debug> HTTP-Session: cef4428b-4c00-4887-9b26-6aa7c7efe823 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8375 | 2024.03.25 19:40:30.005250 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8376 | 2024.03.25 19:40:30.005296 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 8377 | 2024.03.25 19:40:30.005315 [ 3 ] {} <Debug> HTTP-Session: b004cf0f-1230-4649-b614-acd6a76c78c1 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 8378 | 2024.03.25 19:40:30.005332 [ 3 ] {} <Debug> HTTP-Session: b004cf0f-1230-4649-b614-acd6a76c78c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8379 | 2024.03.25 19:40:30.005345 [ 3 ] {} <Debug> HTTP-Session: b004cf0f-1230-4649-b614-acd6a76c78c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8380 | 2024.03.25 19:40:30.005376 [ 3 ] {} <Trace> HTTP-Session: b004cf0f-1230-4649-b614-acd6a76c78c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8381 | 2024.03.25 19:40:30.005450 [ 3 ] {74caf3fd-56ef-4f99-91d9-09f4b8adcc98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 8382 | 2024.03.25 19:40:30.005493 [ 3 ] {74caf3fd-56ef-4f99-91d9-09f4b8adcc98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8383 | 2024.03.25 19:40:30.005619 [ 3 ] {74caf3fd-56ef-4f99-91d9-09f4b8adcc98} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8384 | 2024.03.25 19:40:30.005898 [ 3 ] {74caf3fd-56ef-4f99-91d9-09f4b8adcc98} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8385 | 2024.03.25 19:40:30.005936 [ 3 ] {74caf3fd-56ef-4f99-91d9-09f4b8adcc98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
| 8386 | 2024.03.25 19:40:30.006298 [ 3 ] {74caf3fd-56ef-4f99-91d9-09f4b8adcc98} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 8387 | 2024.03.25 19:40:30.006622 [ 3 ] {74caf3fd-56ef-4f99-91d9-09f4b8adcc98} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8388 | 2024.03.25 19:40:30.006781 [ 3 ] {74caf3fd-56ef-4f99-91d9-09f4b8adcc98} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001349 sec., 22238.695329873983 rows/sec., 1.52 MiB/sec. | ||
| 8389 | 2024.03.25 19:40:30.006917 [ 3 ] {74caf3fd-56ef-4f99-91d9-09f4b8adcc98} <Debug> DynamicQueryHandler: Done processing query | ||
| 8390 | 2024.03.25 19:40:30.006954 [ 3 ] {74caf3fd-56ef-4f99-91d9-09f4b8adcc98} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 8391 | 2024.03.25 19:40:30.006988 [ 3 ] {} <Debug> HTTP-Session: b004cf0f-1230-4649-b614-acd6a76c78c1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8392 | 2024.03.25 19:40:31.000147 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 191.72 MiB, peak 202.18 MiB, free memory in arenas 0.00 B, will set to 196.76 MiB (RSS), difference: 5.03 MiB | ||
| 8393 | 2024.03.25 19:40:34.996043 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 8371, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8394 | 2024.03.25 19:40:34.996168 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 8395 | 2024.03.25 19:40:34.996194 [ 3 ] {} <Debug> HTTP-Session: 5555895d-d294-4fe1-852a-b7b8c22f9a1d Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 8396 | 2024.03.25 19:40:34.996219 [ 3 ] {} <Debug> HTTP-Session: 5555895d-d294-4fe1-852a-b7b8c22f9a1d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8397 | 2024.03.25 19:40:34.996234 [ 3 ] {} <Debug> HTTP-Session: 5555895d-d294-4fe1-852a-b7b8c22f9a1d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8398 | 2024.03.25 19:40:34.996284 [ 3 ] {} <Trace> HTTP-Session: 5555895d-d294-4fe1-852a-b7b8c22f9a1d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8399 | 2024.03.25 19:40:34.996416 [ 3 ] {c5d7417c-81bf-4671-9767-506e37a3db63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 8400 | 2024.03.25 19:40:34.996482 [ 3 ] {c5d7417c-81bf-4671-9767-506e37a3db63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 8401 | 2024.03.25 19:40:34.996667 [ 3 ] {c5d7417c-81bf-4671-9767-506e37a3db63} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8402 | 2024.03.25 19:40:34.997109 [ 3 ] {c5d7417c-81bf-4671-9767-506e37a3db63} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8403 | 2024.03.25 19:40:34.997159 [ 3 ] {c5d7417c-81bf-4671-9767-506e37a3db63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
| 8404 | 2024.03.25 19:40:34.997531 [ 3 ] {c5d7417c-81bf-4671-9767-506e37a3db63} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 8405 | 2024.03.25 19:40:34.997865 [ 3 ] {c5d7417c-81bf-4671-9767-506e37a3db63} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8406 | 2024.03.25 19:40:34.998025 [ 3 ] {c5d7417c-81bf-4671-9767-506e37a3db63} <Debug> executeQuery: Read 58 rows, 4.70 KiB in 0.001671 sec., 34709.754637941354 rows/sec., 2.75 MiB/sec. | ||
| 8407 | 2024.03.25 19:40:34.998041 [ 26 ] {} <Debug> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108) (MergerMutator): Selected 5 parts from all_1_28_6 to all_32_32_0 | ||
| 8408 | 2024.03.25 19:40:34.998145 [ 26 ] {} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8409 | 2024.03.25 19:40:34.998185 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
| 8410 | 2024.03.25 19:40:34.998235 [ 3 ] {c5d7417c-81bf-4671-9767-506e37a3db63} <Debug> DynamicQueryHandler: Done processing query | ||
| 8411 | 2024.03.25 19:40:34.998320 [ 3 ] {c5d7417c-81bf-4671-9767-506e37a3db63} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 8412 | 2024.03.25 19:40:34.998413 [ 3 ] {} <Debug> HTTP-Session: 5555895d-d294-4fe1-852a-b7b8c22f9a1d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8413 | 2024.03.25 19:40:34.998545 [ 187 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_32_7} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_28_6 to all_32_32_0 into Compact with storage Full | ||
| 8414 | 2024.03.25 19:40:34.998789 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 31316, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8415 | 2024.03.25 19:40:34.998891 [ 187 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_32_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8416 | 2024.03.25 19:40:34.998902 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 8417 | 2024.03.25 19:40:34.998957 [ 3 ] {} <Debug> HTTP-Session: 123969e4-2593-44fd-b894-626c3dc5802f Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 8418 | 2024.03.25 19:40:34.998958 [ 187 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_32_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_28_6, total 58 rows starting from the beginning of the part | ||
| 8419 | 2024.03.25 19:40:34.998993 [ 3 ] {} <Debug> HTTP-Session: 123969e4-2593-44fd-b894-626c3dc5802f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8420 | 2024.03.25 19:40:34.999028 [ 3 ] {} <Debug> HTTP-Session: 123969e4-2593-44fd-b894-626c3dc5802f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8421 | 2024.03.25 19:40:34.999171 [ 187 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_32_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 58 rows starting from the beginning of the part | ||
| 8422 | 2024.03.25 19:40:34.999191 [ 3 ] {} <Trace> HTTP-Session: 123969e4-2593-44fd-b894-626c3dc5802f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8423 | 2024.03.25 19:40:34.999432 [ 187 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_32_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 58 rows starting from the beginning of the part | ||
| 8424 | 2024.03.25 19:40:34.999748 [ 187 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_32_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 58 rows starting from the beginning of the part | ||
| 8425 | 2024.03.25 19:40:34.999978 [ 187 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_32_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 58 rows starting from the beginning of the part | ||
| 8426 | 2024.03.25 19:40:35.000059 [ 3 ] {8a492acc-1a06-400c-8ede-8e7dba0720ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 8427 | 2024.03.25 19:40:35.000181 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 197.83 MiB, peak 202.18 MiB, free memory in arenas 0.00 B, will set to 196.76 MiB (RSS), difference: -1.07 MiB | ||
| 8428 | 2024.03.25 19:40:35.000283 [ 3 ] {8a492acc-1a06-400c-8ede-8e7dba0720ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8429 | 2024.03.25 19:40:35.001621 [ 3 ] {8a492acc-1a06-400c-8ede-8e7dba0720ec} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8430 | 2024.03.25 19:40:35.002752 [ 3 ] {8a492acc-1a06-400c-8ede-8e7dba0720ec} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8431 | 2024.03.25 19:40:35.002852 [ 3 ] {8a492acc-1a06-400c-8ede-8e7dba0720ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
| 8432 | 2024.03.25 19:40:35.002904 [ 187 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_32_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 290 rows, containing 4 columns (4 merged, 0 gathered) in 0.004633754 sec., 62584.24594831749 rows/sec., 4.95 MiB/sec. | ||
| 8433 | 2024.03.25 19:40:35.003112 [ 187 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_32_7} <Trace> MergedBlockOutputStream: filled checksums all_1_32_7 (state Temporary) | ||
| 8434 | 2024.03.25 19:40:35.003616 [ 3 ] {8a492acc-1a06-400c-8ede-8e7dba0720ec} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 8435 | 2024.03.25 19:40:35.003970 [ 187 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_32_7} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Renaming temporary part tmp_merge_all_1_32_7 to all_1_32_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8436 | 2024.03.25 19:40:35.004136 [ 187 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_32_7} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108) (MergerMutator): Merged 5 parts: [all_1_28_6, all_32_32_0] -> all_1_32_7 | ||
| 8437 | 2024.03.25 19:40:35.004281 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 8438 | 2024.03.25 19:40:35.004348 [ 3 ] {8a492acc-1a06-400c-8ede-8e7dba0720ec} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8439 | 2024.03.25 19:40:35.004548 [ 3 ] {8a492acc-1a06-400c-8ede-8e7dba0720ec} <Debug> executeQuery: Read 200 rows, 19.11 KiB in 0.005088 sec., 39308.17610062893 rows/sec., 3.67 MiB/sec. | ||
| 8440 | 2024.03.25 19:40:35.004730 [ 3 ] {8a492acc-1a06-400c-8ede-8e7dba0720ec} <Debug> DynamicQueryHandler: Done processing query | ||
| 8441 | 2024.03.25 19:40:35.004756 [ 3 ] {8a492acc-1a06-400c-8ede-8e7dba0720ec} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 8442 | 2024.03.25 19:40:35.004772 [ 3 ] {} <Debug> HTTP-Session: 123969e4-2593-44fd-b894-626c3dc5802f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8443 | 2024.03.25 19:40:35.004939 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 14620, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8444 | 2024.03.25 19:40:35.004992 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 8445 | 2024.03.25 19:40:35.005015 [ 3 ] {} <Debug> HTTP-Session: f684e7f7-60e4-4a9b-b308-233f8898c8e6 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 8446 | 2024.03.25 19:40:35.005032 [ 3 ] {} <Debug> HTTP-Session: f684e7f7-60e4-4a9b-b308-233f8898c8e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8447 | 2024.03.25 19:40:35.005046 [ 3 ] {} <Debug> HTTP-Session: f684e7f7-60e4-4a9b-b308-233f8898c8e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8448 | 2024.03.25 19:40:35.005081 [ 3 ] {} <Trace> HTTP-Session: f684e7f7-60e4-4a9b-b308-233f8898c8e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8449 | 2024.03.25 19:40:35.005189 [ 3 ] {6fb1305b-3c2d-4898-8cb1-bab7c722b60e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 8450 | 2024.03.25 19:40:35.005236 [ 3 ] {6fb1305b-3c2d-4898-8cb1-bab7c722b60e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8451 | 2024.03.25 19:40:35.005388 [ 3 ] {6fb1305b-3c2d-4898-8cb1-bab7c722b60e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8452 | 2024.03.25 19:40:35.005746 [ 3 ] {6fb1305b-3c2d-4898-8cb1-bab7c722b60e} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8453 | 2024.03.25 19:40:35.005785 [ 3 ] {6fb1305b-3c2d-4898-8cb1-bab7c722b60e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
| 8454 | 2024.03.25 19:40:35.006108 [ 3 ] {6fb1305b-3c2d-4898-8cb1-bab7c722b60e} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 8455 | 2024.03.25 19:40:35.006439 [ 3 ] {6fb1305b-3c2d-4898-8cb1-bab7c722b60e} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8456 | 2024.03.25 19:40:35.006615 [ 3 ] {6fb1305b-3c2d-4898-8cb1-bab7c722b60e} <Debug> executeQuery: Read 86 rows, 6.88 KiB in 0.001472 sec., 58423.913043478264 rows/sec., 4.56 MiB/sec. | ||
| 8457 | 2024.03.25 19:40:35.006747 [ 3 ] {6fb1305b-3c2d-4898-8cb1-bab7c722b60e} <Debug> DynamicQueryHandler: Done processing query | ||
| 8458 | 2024.03.25 19:40:35.006771 [ 3 ] {6fb1305b-3c2d-4898-8cb1-bab7c722b60e} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 8459 | 2024.03.25 19:40:35.006787 [ 3 ] {} <Debug> HTTP-Session: f684e7f7-60e4-4a9b-b308-233f8898c8e6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8460 | 2024.03.25 19:40:35.006945 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 19137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8461 | 2024.03.25 19:40:35.006994 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 8462 | 2024.03.25 19:40:35.007013 [ 3 ] {} <Debug> HTTP-Session: 7c1a3609-232f-4a53-a2d9-f578cb1c13aa Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 8463 | 2024.03.25 19:40:35.007030 [ 3 ] {} <Debug> HTTP-Session: 7c1a3609-232f-4a53-a2d9-f578cb1c13aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8464 | 2024.03.25 19:40:35.007044 [ 3 ] {} <Debug> HTTP-Session: 7c1a3609-232f-4a53-a2d9-f578cb1c13aa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8465 | 2024.03.25 19:40:35.007077 [ 3 ] {} <Trace> HTTP-Session: 7c1a3609-232f-4a53-a2d9-f578cb1c13aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8466 | 2024.03.25 19:40:35.007191 [ 3 ] {c6673b58-6bbe-4331-84fa-336aaa783ab0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 8467 | 2024.03.25 19:40:35.007241 [ 3 ] {c6673b58-6bbe-4331-84fa-336aaa783ab0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8468 | 2024.03.25 19:40:35.007401 [ 3 ] {c6673b58-6bbe-4331-84fa-336aaa783ab0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8469 | 2024.03.25 19:40:35.007777 [ 3 ] {c6673b58-6bbe-4331-84fa-336aaa783ab0} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8470 | 2024.03.25 19:40:35.007816 [ 3 ] {c6673b58-6bbe-4331-84fa-336aaa783ab0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
| 8471 | 2024.03.25 19:40:35.008220 [ 3 ] {c6673b58-6bbe-4331-84fa-336aaa783ab0} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 8472 | 2024.03.25 19:40:35.008562 [ 3 ] {c6673b58-6bbe-4331-84fa-336aaa783ab0} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8473 | 2024.03.25 19:40:35.008730 [ 3 ] {c6673b58-6bbe-4331-84fa-336aaa783ab0} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001596 sec., 62656.64160401002 rows/sec., 4.34 MiB/sec. | ||
| 8474 | 2024.03.25 19:40:35.008878 [ 3 ] {c6673b58-6bbe-4331-84fa-336aaa783ab0} <Debug> DynamicQueryHandler: Done processing query | ||
| 8475 | 2024.03.25 19:40:35.008903 [ 3 ] {c6673b58-6bbe-4331-84fa-336aaa783ab0} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
| 8476 | 2024.03.25 19:40:35.008919 [ 3 ] {} <Debug> HTTP-Session: 7c1a3609-232f-4a53-a2d9-f578cb1c13aa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8477 | 2024.03.25 19:40:35.009085 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 62052, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8478 | 2024.03.25 19:40:35.009138 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 8479 | 2024.03.25 19:40:35.009156 [ 3 ] {} <Debug> HTTP-Session: f5bf5d04-865b-4826-972c-81d61e31c729 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 8480 | 2024.03.25 19:40:35.009173 [ 3 ] {} <Debug> HTTP-Session: f5bf5d04-865b-4826-972c-81d61e31c729 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8481 | 2024.03.25 19:40:35.009187 [ 3 ] {} <Debug> HTTP-Session: f5bf5d04-865b-4826-972c-81d61e31c729 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8482 | 2024.03.25 19:40:35.009221 [ 3 ] {} <Trace> HTTP-Session: f5bf5d04-865b-4826-972c-81d61e31c729 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8483 | 2024.03.25 19:40:35.009599 [ 3 ] {49035753-a1b4-42b0-9316-b2b4928d7d42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 8484 | 2024.03.25 19:40:35.009649 [ 3 ] {49035753-a1b4-42b0-9316-b2b4928d7d42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 8485 | 2024.03.25 19:40:35.009825 [ 3 ] {49035753-a1b4-42b0-9316-b2b4928d7d42} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8486 | 2024.03.25 19:40:35.010425 [ 3 ] {49035753-a1b4-42b0-9316-b2b4928d7d42} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8487 | 2024.03.25 19:40:35.010464 [ 3 ] {49035753-a1b4-42b0-9316-b2b4928d7d42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
| 8488 | 2024.03.25 19:40:35.010907 [ 3 ] {49035753-a1b4-42b0-9316-b2b4928d7d42} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 8489 | 2024.03.25 19:40:35.011250 [ 3 ] {49035753-a1b4-42b0-9316-b2b4928d7d42} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8490 | 2024.03.25 19:40:35.011422 [ 3 ] {49035753-a1b4-42b0-9316-b2b4928d7d42} <Debug> executeQuery: Read 58 rows, 80.15 KiB in 0.002134 sec., 27179.00656044986 rows/sec., 36.68 MiB/sec. | ||
| 8491 | 2024.03.25 19:40:35.011720 [ 3 ] {49035753-a1b4-42b0-9316-b2b4928d7d42} <Debug> DynamicQueryHandler: Done processing query | ||
| 8492 | 2024.03.25 19:40:35.011752 [ 3 ] {49035753-a1b4-42b0-9316-b2b4928d7d42} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 8493 | 2024.03.25 19:40:35.011784 [ 3 ] {} <Debug> HTTP-Session: f5bf5d04-865b-4826-972c-81d61e31c729 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8494 | 2024.03.25 19:40:35.011924 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8495 | 2024.03.25 19:40:35.011974 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 8496 | 2024.03.25 19:40:35.011993 [ 3 ] {} <Debug> HTTP-Session: bb53a4cf-1d82-4633-9cfe-389897d3d20c Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 8497 | 2024.03.25 19:40:35.012010 [ 3 ] {} <Debug> HTTP-Session: bb53a4cf-1d82-4633-9cfe-389897d3d20c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8498 | 2024.03.25 19:40:35.012023 [ 3 ] {} <Debug> HTTP-Session: bb53a4cf-1d82-4633-9cfe-389897d3d20c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8499 | 2024.03.25 19:40:35.012058 [ 3 ] {} <Trace> HTTP-Session: bb53a4cf-1d82-4633-9cfe-389897d3d20c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8500 | 2024.03.25 19:40:35.012142 [ 3 ] {97e2edc1-955a-4ef8-8ee7-db6724ac9b11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 8501 | 2024.03.25 19:40:35.012191 [ 3 ] {97e2edc1-955a-4ef8-8ee7-db6724ac9b11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8502 | 2024.03.25 19:40:35.012341 [ 3 ] {97e2edc1-955a-4ef8-8ee7-db6724ac9b11} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8503 | 2024.03.25 19:40:35.012618 [ 3 ] {97e2edc1-955a-4ef8-8ee7-db6724ac9b11} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8504 | 2024.03.25 19:40:35.012657 [ 3 ] {97e2edc1-955a-4ef8-8ee7-db6724ac9b11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
| 8505 | 2024.03.25 19:40:35.013030 [ 3 ] {97e2edc1-955a-4ef8-8ee7-db6724ac9b11} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 8506 | 2024.03.25 19:40:35.013383 [ 3 ] {97e2edc1-955a-4ef8-8ee7-db6724ac9b11} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8507 | 2024.03.25 19:40:35.013552 [ 3 ] {97e2edc1-955a-4ef8-8ee7-db6724ac9b11} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001441 sec., 20818.87578070784 rows/sec., 1.43 MiB/sec. | ||
| 8508 | 2024.03.25 19:40:35.013693 [ 3 ] {97e2edc1-955a-4ef8-8ee7-db6724ac9b11} <Debug> DynamicQueryHandler: Done processing query | ||
| 8509 | 2024.03.25 19:40:35.013718 [ 3 ] {97e2edc1-955a-4ef8-8ee7-db6724ac9b11} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 8510 | 2024.03.25 19:40:35.013734 [ 3 ] {} <Debug> HTTP-Session: bb53a4cf-1d82-4633-9cfe-389897d3d20c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8511 | 2024.03.25 19:40:36.613059 [ 53 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8512 | 2024.03.25 19:40:36.613145 [ 53 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8513 | 2024.03.25 19:40:39.993088 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 3629, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8514 | 2024.03.25 19:40:39.993219 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 8515 | 2024.03.25 19:40:39.993246 [ 3 ] {} <Debug> HTTP-Session: 17f23a55-c389-44b6-8b1f-3467406e0486 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 8516 | 2024.03.25 19:40:39.993271 [ 3 ] {} <Debug> HTTP-Session: 17f23a55-c389-44b6-8b1f-3467406e0486 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8517 | 2024.03.25 19:40:39.993313 [ 3 ] {} <Debug> HTTP-Session: 17f23a55-c389-44b6-8b1f-3467406e0486 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8518 | 2024.03.25 19:40:39.993362 [ 3 ] {} <Trace> HTTP-Session: 17f23a55-c389-44b6-8b1f-3467406e0486 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8519 | 2024.03.25 19:40:39.993486 [ 3 ] {a69c3cb7-b912-4723-b8d4-24b126203d44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 8520 | 2024.03.25 19:40:39.993555 [ 3 ] {a69c3cb7-b912-4723-b8d4-24b126203d44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8521 | 2024.03.25 19:40:39.993744 [ 3 ] {a69c3cb7-b912-4723-b8d4-24b126203d44} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8522 | 2024.03.25 19:40:39.994148 [ 3 ] {a69c3cb7-b912-4723-b8d4-24b126203d44} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8523 | 2024.03.25 19:40:39.994198 [ 3 ] {a69c3cb7-b912-4723-b8d4-24b126203d44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
| 8524 | 2024.03.25 19:40:39.994580 [ 3 ] {a69c3cb7-b912-4723-b8d4-24b126203d44} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 8525 | 2024.03.25 19:40:39.994923 [ 3 ] {a69c3cb7-b912-4723-b8d4-24b126203d44} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8526 | 2024.03.25 19:40:39.995129 [ 3 ] {a69c3cb7-b912-4723-b8d4-24b126203d44} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.001696 sec., 15330.188679245282 rows/sec., 1.16 MiB/sec. | ||
| 8527 | 2024.03.25 19:40:39.995140 [ 93 ] {} <Debug> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 8528 | 2024.03.25 19:40:39.995237 [ 93 ] {} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8529 | 2024.03.25 19:40:39.995295 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
| 8530 | 2024.03.25 19:40:39.995366 [ 3 ] {a69c3cb7-b912-4723-b8d4-24b126203d44} <Debug> DynamicQueryHandler: Done processing query | ||
| 8531 | 2024.03.25 19:40:39.995423 [ 3 ] {a69c3cb7-b912-4723-b8d4-24b126203d44} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 8532 | 2024.03.25 19:40:39.995465 [ 3 ] {} <Debug> HTTP-Session: 17f23a55-c389-44b6-8b1f-3467406e0486 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8533 | 2024.03.25 19:40:39.995483 [ 192 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full | ||
| 8534 | 2024.03.25 19:40:39.995704 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4792, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8535 | 2024.03.25 19:40:39.995792 [ 192 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8536 | 2024.03.25 19:40:39.995823 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 8537 | 2024.03.25 19:40:39.995881 [ 192 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 241 rows starting from the beginning of the part | ||
| 8538 | 2024.03.25 19:40:39.995892 [ 3 ] {} <Debug> HTTP-Session: 54a26083-139f-4f5b-ac22-2916f44ddf78 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 8539 | 2024.03.25 19:40:39.995949 [ 3 ] {} <Debug> HTTP-Session: 54a26083-139f-4f5b-ac22-2916f44ddf78 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8540 | 2024.03.25 19:40:39.996005 [ 3 ] {} <Debug> HTTP-Session: 54a26083-139f-4f5b-ac22-2916f44ddf78 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8541 | 2024.03.25 19:40:39.996259 [ 3 ] {} <Trace> HTTP-Session: 54a26083-139f-4f5b-ac22-2916f44ddf78 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8542 | 2024.03.25 19:40:39.996290 [ 192 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 26 rows starting from the beginning of the part | ||
| 8543 | 2024.03.25 19:40:39.996625 [ 3 ] {32206162-bd72-4317-a4c0-7fa1d9b48865} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 8544 | 2024.03.25 19:40:39.996663 [ 192 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 200 rows starting from the beginning of the part | ||
| 8545 | 2024.03.25 19:40:39.996770 [ 3 ] {32206162-bd72-4317-a4c0-7fa1d9b48865} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8546 | 2024.03.25 19:40:39.996975 [ 192 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 63 rows starting from the beginning of the part | ||
| 8547 | 2024.03.25 19:40:39.997331 [ 192 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 200 rows starting from the beginning of the part | ||
| 8548 | 2024.03.25 19:40:39.997671 [ 192 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 26 rows starting from the beginning of the part | ||
| 8549 | 2024.03.25 19:40:39.998075 [ 3 ] {32206162-bd72-4317-a4c0-7fa1d9b48865} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8550 | 2024.03.25 19:40:39.998686 [ 3 ] {32206162-bd72-4317-a4c0-7fa1d9b48865} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8551 | 2024.03.25 19:40:39.998734 [ 3 ] {32206162-bd72-4317-a4c0-7fa1d9b48865} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
| 8552 | 2024.03.25 19:40:39.999222 [ 3 ] {32206162-bd72-4317-a4c0-7fa1d9b48865} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 8553 | 2024.03.25 19:40:39.999594 [ 192 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 756 rows, containing 4 columns (4 merged, 0 gathered) in 0.004221194 sec., 179096.24622796298 rows/sec., 16.08 MiB/sec. | ||
| 8554 | 2024.03.25 19:40:39.999695 [ 3 ] {32206162-bd72-4317-a4c0-7fa1d9b48865} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8555 | 2024.03.25 19:40:39.999730 [ 192 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 8556 | 2024.03.25 19:40:39.999935 [ 93 ] {} <Debug> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 8557 | 2024.03.25 19:40:39.999958 [ 3 ] {32206162-bd72-4317-a4c0-7fa1d9b48865} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.003496 sec., 8009.153318077803 rows/sec., 639.68 KiB/sec. | ||
| 8558 | 2024.03.25 19:40:40.000079 [ 93 ] {} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8559 | 2024.03.25 19:40:40.000230 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
| 8560 | 2024.03.25 19:40:40.000234 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 205.34 MiB, peak 205.50 MiB, free memory in arenas 0.00 B, will set to 196.76 MiB (RSS), difference: -8.58 MiB | ||
| 8561 | 2024.03.25 19:40:40.000721 [ 3 ] {32206162-bd72-4317-a4c0-7fa1d9b48865} <Debug> DynamicQueryHandler: Done processing query | ||
| 8562 | 2024.03.25 19:40:40.000869 [ 3 ] {32206162-bd72-4317-a4c0-7fa1d9b48865} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 8563 | 2024.03.25 19:40:40.000921 [ 191 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full | ||
| 8564 | 2024.03.25 19:40:40.000947 [ 3 ] {} <Debug> HTTP-Session: 54a26083-139f-4f5b-ac22-2916f44ddf78 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8565 | 2024.03.25 19:40:40.001426 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 19137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8566 | 2024.03.25 19:40:40.001685 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 8567 | 2024.03.25 19:40:40.001755 [ 192 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_66_13} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8568 | 2024.03.25 19:40:40.001794 [ 191 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8569 | 2024.03.25 19:40:40.001817 [ 3 ] {} <Debug> HTTP-Session: 7ca47207-4b49-4bef-909b-5822fb93776e Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 8570 | 2024.03.25 19:40:40.001900 [ 3 ] {} <Debug> HTTP-Session: 7ca47207-4b49-4bef-909b-5822fb93776e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8571 | 2024.03.25 19:40:40.001924 [ 191 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 138 rows starting from the beginning of the part | ||
| 8572 | 2024.03.25 19:40:40.001949 [ 3 ] {} <Debug> HTTP-Session: 7ca47207-4b49-4bef-909b-5822fb93776e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8573 | 2024.03.25 19:40:40.001978 [ 192 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_66_13} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 8574 | 2024.03.25 19:40:40.002109 [ 3 ] {} <Trace> HTTP-Session: 7ca47207-4b49-4bef-909b-5822fb93776e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8575 | 2024.03.25 19:40:40.002322 [ 191 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 28 rows starting from the beginning of the part | ||
| 8576 | 2024.03.25 19:40:40.002398 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. | ||
| 8577 | 2024.03.25 19:40:40.002600 [ 191 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 86 rows starting from the beginning of the part | ||
| 8578 | 2024.03.25 19:40:40.002701 [ 3 ] {5ea4c709-85f0-41e0-99cf-44b9705188d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 8579 | 2024.03.25 19:40:40.002873 [ 191 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 54 rows starting from the beginning of the part | ||
| 8580 | 2024.03.25 19:40:40.003080 [ 191 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 86 rows starting from the beginning of the part | ||
| 8581 | 2024.03.25 19:40:40.003185 [ 3 ] {5ea4c709-85f0-41e0-99cf-44b9705188d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8582 | 2024.03.25 19:40:40.003370 [ 191 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 28 rows starting from the beginning of the part | ||
| 8583 | 2024.03.25 19:40:40.004096 [ 3 ] {5ea4c709-85f0-41e0-99cf-44b9705188d7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8584 | 2024.03.25 19:40:40.004889 [ 3 ] {5ea4c709-85f0-41e0-99cf-44b9705188d7} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8585 | 2024.03.25 19:40:40.004957 [ 3 ] {5ea4c709-85f0-41e0-99cf-44b9705188d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
| 8586 | 2024.03.25 19:40:40.006000 [ 3 ] {5ea4c709-85f0-41e0-99cf-44b9705188d7} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 8587 | 2024.03.25 19:40:40.006137 [ 186 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 420 rows, containing 4 columns (4 merged, 0 gathered) in 0.00568895 sec., 73827.33193295775 rows/sec., 5.76 MiB/sec. | ||
| 8588 | 2024.03.25 19:40:40.006438 [ 186 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 8589 | 2024.03.25 19:40:40.006645 [ 3 ] {5ea4c709-85f0-41e0-99cf-44b9705188d7} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8590 | 2024.03.25 19:40:40.006964 [ 93 ] {} <Debug> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 8591 | 2024.03.25 19:40:40.007108 [ 93 ] {} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8592 | 2024.03.25 19:40:40.007122 [ 3 ] {5ea4c709-85f0-41e0-99cf-44b9705188d7} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.004656 sec., 21477.66323024055 rows/sec., 1.49 MiB/sec. | ||
| 8593 | 2024.03.25 19:40:40.007173 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
| 8594 | 2024.03.25 19:40:40.007613 [ 199 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full | ||
| 8595 | 2024.03.25 19:40:40.007690 [ 3 ] {5ea4c709-85f0-41e0-99cf-44b9705188d7} <Debug> DynamicQueryHandler: Done processing query | ||
| 8596 | 2024.03.25 19:40:40.007703 [ 193 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_66_13} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8597 | 2024.03.25 19:40:40.007754 [ 3 ] {5ea4c709-85f0-41e0-99cf-44b9705188d7} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
| 8598 | 2024.03.25 19:40:40.007850 [ 3 ] {} <Debug> HTTP-Session: 7ca47207-4b49-4bef-909b-5822fb93776e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8599 | 2024.03.25 19:40:40.008048 [ 193 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_66_13} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 8600 | 2024.03.25 19:40:40.008094 [ 199 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8601 | 2024.03.25 19:40:40.008123 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8602 | 2024.03.25 19:40:40.008201 [ 199 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 6674 rows starting from the beginning of the part | ||
| 8603 | 2024.03.25 19:40:40.008269 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 8604 | 2024.03.25 19:40:40.008292 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 8605 | 2024.03.25 19:40:40.008450 [ 3 ] {} <Debug> HTTP-Session: dd96e081-00b0-406f-83d8-4dd48d6f7535 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 8606 | 2024.03.25 19:40:40.008527 [ 199 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 100 rows starting from the beginning of the part | ||
| 8607 | 2024.03.25 19:40:40.008547 [ 3 ] {} <Debug> HTTP-Session: dd96e081-00b0-406f-83d8-4dd48d6f7535 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8608 | 2024.03.25 19:40:40.008610 [ 3 ] {} <Debug> HTTP-Session: dd96e081-00b0-406f-83d8-4dd48d6f7535 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8609 | 2024.03.25 19:40:40.008786 [ 199 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 100 rows starting from the beginning of the part | ||
| 8610 | 2024.03.25 19:40:40.008833 [ 3 ] {} <Trace> HTTP-Session: dd96e081-00b0-406f-83d8-4dd48d6f7535 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8611 | 2024.03.25 19:40:40.009107 [ 199 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 137 rows starting from the beginning of the part | ||
| 8612 | 2024.03.25 19:40:40.009269 [ 3 ] {4daea7d4-8448-4d0b-8b72-7e3397629f68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 8613 | 2024.03.25 19:40:40.009379 [ 199 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 100 rows starting from the beginning of the part | ||
| 8614 | 2024.03.25 19:40:40.009500 [ 3 ] {4daea7d4-8448-4d0b-8b72-7e3397629f68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8615 | 2024.03.25 19:40:40.009627 [ 199 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 100 rows starting from the beginning of the part | ||
| 8616 | 2024.03.25 19:40:40.010471 [ 3 ] {4daea7d4-8448-4d0b-8b72-7e3397629f68} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8617 | 2024.03.25 19:40:40.011037 [ 3 ] {4daea7d4-8448-4d0b-8b72-7e3397629f68} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8618 | 2024.03.25 19:40:40.011079 [ 3 ] {4daea7d4-8448-4d0b-8b72-7e3397629f68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
| 8619 | 2024.03.25 19:40:40.011750 [ 3 ] {4daea7d4-8448-4d0b-8b72-7e3397629f68} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 8620 | 2024.03.25 19:40:40.012611 [ 3 ] {4daea7d4-8448-4d0b-8b72-7e3397629f68} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8621 | 2024.03.25 19:40:40.012817 [ 93 ] {} <Debug> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 8622 | 2024.03.25 19:40:40.012826 [ 3 ] {4daea7d4-8448-4d0b-8b72-7e3397629f68} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.003776 sec., 7944.9152542372885 rows/sec., 557.33 KiB/sec. | ||
| 8623 | 2024.03.25 19:40:40.012871 [ 93 ] {} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8624 | 2024.03.25 19:40:40.012984 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
| 8625 | 2024.03.25 19:40:40.013564 [ 193 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full | ||
| 8626 | 2024.03.25 19:40:40.013595 [ 3 ] {4daea7d4-8448-4d0b-8b72-7e3397629f68} <Debug> DynamicQueryHandler: Done processing query | ||
| 8627 | 2024.03.25 19:40:40.013704 [ 3 ] {4daea7d4-8448-4d0b-8b72-7e3397629f68} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 8628 | 2024.03.25 19:40:40.013787 [ 3 ] {} <Debug> HTTP-Session: dd96e081-00b0-406f-83d8-4dd48d6f7535 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8629 | 2024.03.25 19:40:40.014292 [ 193 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8630 | 2024.03.25 19:40:40.014426 [ 193 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1812 rows starting from the beginning of the part | ||
| 8631 | 2024.03.25 19:40:40.014775 [ 193 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 30 rows starting from the beginning of the part | ||
| 8632 | 2024.03.25 19:40:40.014914 [ 199 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7211 rows, containing 5 columns (5 merged, 0 gathered) in 0.007580217 sec., 951292.0276556726 rows/sec., 66.06 MiB/sec. | ||
| 8633 | 2024.03.25 19:40:40.015145 [ 193 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 30 rows starting from the beginning of the part | ||
| 8634 | 2024.03.25 19:40:40.015266 [ 193 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 30 rows starting from the beginning of the part | ||
| 8635 | 2024.03.25 19:40:40.015392 [ 193 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 30 rows starting from the beginning of the part | ||
| 8636 | 2024.03.25 19:40:40.015647 [ 193 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 30 rows starting from the beginning of the part | ||
| 8637 | 2024.03.25 19:40:40.015796 [ 186 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 8638 | 2024.03.25 19:40:40.016904 [ 186 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8639 | 2024.03.25 19:40:40.017099 [ 186 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 8640 | 2024.03.25 19:40:40.017306 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.36 MiB. | ||
| 8641 | 2024.03.25 19:40:40.017932 [ 195 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1962 rows, containing 4 columns (4 merged, 0 gathered) in 0.004828569 sec., 406331.5653146927 rows/sec., 27.84 MiB/sec. | ||
| 8642 | 2024.03.25 19:40:40.018208 [ 195 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 8643 | 2024.03.25 19:40:40.018689 [ 195 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_66_13} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8644 | 2024.03.25 19:40:40.018789 [ 195 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_66_13} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 8645 | 2024.03.25 19:40:40.018885 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 8646 | 2024.03.25 19:40:40.967666 [ 110 ] {} <Debug> oximeter.fields_ipaddr (d9ee32b3-8a1d-44e7-a34c-f0038ee3937b) (MergerMutator): Selected 5 parts from all_1_10_2 to all_14_14_0 | ||
| 8647 | 2024.03.25 19:40:40.967757 [ 110 ] {} <Trace> oximeter.fields_ipaddr (d9ee32b3-8a1d-44e7-a34c-f0038ee3937b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8648 | 2024.03.25 19:40:40.967806 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
| 8649 | 2024.03.25 19:40:40.968042 [ 200 ] {d9ee32b3-8a1d-44e7-a34c-f0038ee3937b::all_1_14_3} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_10_2 to all_14_14_0 into Compact with storage Full | ||
| 8650 | 2024.03.25 19:40:40.968245 [ 200 ] {d9ee32b3-8a1d-44e7-a34c-f0038ee3937b::all_1_14_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8651 | 2024.03.25 19:40:40.968279 [ 200 ] {d9ee32b3-8a1d-44e7-a34c-f0038ee3937b::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 10 rows starting from the beginning of the part | ||
| 8652 | 2024.03.25 19:40:40.968351 [ 200 ] {d9ee32b3-8a1d-44e7-a34c-f0038ee3937b::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 2 rows starting from the beginning of the part | ||
| 8653 | 2024.03.25 19:40:40.968583 [ 200 ] {d9ee32b3-8a1d-44e7-a34c-f0038ee3937b::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 4 rows starting from the beginning of the part | ||
| 8654 | 2024.03.25 19:40:40.968741 [ 200 ] {d9ee32b3-8a1d-44e7-a34c-f0038ee3937b::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 4 rows starting from the beginning of the part | ||
| 8655 | 2024.03.25 19:40:40.968918 [ 200 ] {d9ee32b3-8a1d-44e7-a34c-f0038ee3937b::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 2 rows starting from the beginning of the part | ||
| 8656 | 2024.03.25 19:40:40.970029 [ 196 ] {d9ee32b3-8a1d-44e7-a34c-f0038ee3937b::all_1_14_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 22 rows, containing 4 columns (4 merged, 0 gathered) in 0.002106162 sec., 10445.540276578915 rows/sec., 851.76 KiB/sec. | ||
| 8657 | 2024.03.25 19:40:40.970148 [ 196 ] {d9ee32b3-8a1d-44e7-a34c-f0038ee3937b::all_1_14_3} <Trace> MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) | ||
| 8658 | 2024.03.25 19:40:40.970496 [ 196 ] {d9ee32b3-8a1d-44e7-a34c-f0038ee3937b::all_1_14_3} <Trace> oximeter.fields_ipaddr (d9ee32b3-8a1d-44e7-a34c-f0038ee3937b): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8659 | 2024.03.25 19:40:40.970576 [ 196 ] {d9ee32b3-8a1d-44e7-a34c-f0038ee3937b::all_1_14_3} <Trace> oximeter.fields_ipaddr (d9ee32b3-8a1d-44e7-a34c-f0038ee3937b) (MergerMutator): Merged 5 parts: [all_1_10_2, all_14_14_0] -> all_1_14_3 | ||
| 8660 | 2024.03.25 19:40:40.970651 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 8661 | 2024.03.25 19:40:41.000161 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 188.60 MiB, peak 205.50 MiB, free memory in arenas 0.00 B, will set to 196.76 MiB (RSS), difference: 8.16 MiB | ||
| 8662 | 2024.03.25 19:40:42.292604 [ 110 ] {} <Debug> oximeter.fields_u16 (c5488911-6586-43c0-ae3f-1262ae9a0dfa) (MergerMutator): Selected 5 parts from all_1_10_2 to all_14_14_0 | ||
| 8663 | 2024.03.25 19:40:42.292673 [ 110 ] {} <Trace> oximeter.fields_u16 (c5488911-6586-43c0-ae3f-1262ae9a0dfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8664 | 2024.03.25 19:40:42.292700 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
| 8665 | 2024.03.25 19:40:42.292905 [ 188 ] {c5488911-6586-43c0-ae3f-1262ae9a0dfa::all_1_14_3} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_10_2 to all_14_14_0 into Compact with storage Full | ||
| 8666 | 2024.03.25 19:40:42.293100 [ 188 ] {c5488911-6586-43c0-ae3f-1262ae9a0dfa::all_1_14_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8667 | 2024.03.25 19:40:42.293135 [ 188 ] {c5488911-6586-43c0-ae3f-1262ae9a0dfa::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 10 rows starting from the beginning of the part | ||
| 8668 | 2024.03.25 19:40:42.293209 [ 188 ] {c5488911-6586-43c0-ae3f-1262ae9a0dfa::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 2 rows starting from the beginning of the part | ||
| 8669 | 2024.03.25 19:40:42.293450 [ 188 ] {c5488911-6586-43c0-ae3f-1262ae9a0dfa::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 4 rows starting from the beginning of the part | ||
| 8670 | 2024.03.25 19:40:42.293637 [ 188 ] {c5488911-6586-43c0-ae3f-1262ae9a0dfa::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 4 rows starting from the beginning of the part | ||
| 8671 | 2024.03.25 19:40:42.293742 [ 188 ] {c5488911-6586-43c0-ae3f-1262ae9a0dfa::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 2 rows starting from the beginning of the part | ||
| 8672 | 2024.03.25 19:40:42.294839 [ 188 ] {c5488911-6586-43c0-ae3f-1262ae9a0dfa::all_1_14_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 22 rows, containing 4 columns (4 merged, 0 gathered) in 0.002061801 sec., 10670.282922551693 rows/sec., 745.04 KiB/sec. | ||
| 8673 | 2024.03.25 19:40:42.294961 [ 188 ] {c5488911-6586-43c0-ae3f-1262ae9a0dfa::all_1_14_3} <Trace> MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) | ||
| 8674 | 2024.03.25 19:40:42.295308 [ 188 ] {c5488911-6586-43c0-ae3f-1262ae9a0dfa::all_1_14_3} <Trace> oximeter.fields_u16 (c5488911-6586-43c0-ae3f-1262ae9a0dfa): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8675 | 2024.03.25 19:40:42.295388 [ 188 ] {c5488911-6586-43c0-ae3f-1262ae9a0dfa::all_1_14_3} <Trace> oximeter.fields_u16 (c5488911-6586-43c0-ae3f-1262ae9a0dfa) (MergerMutator): Merged 5 parts: [all_1_10_2, all_14_14_0] -> all_1_14_3 | ||
| 8676 | 2024.03.25 19:40:42.295466 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 8677 | 2024.03.25 19:40:44.996293 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 8371, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8678 | 2024.03.25 19:40:44.996435 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 8679 | 2024.03.25 19:40:44.996467 [ 3 ] {} <Debug> HTTP-Session: 80774ec5-7946-43c4-8844-7844ceb8adf3 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 8680 | 2024.03.25 19:40:44.996496 [ 3 ] {} <Debug> HTTP-Session: 80774ec5-7946-43c4-8844-7844ceb8adf3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8681 | 2024.03.25 19:40:44.996514 [ 3 ] {} <Debug> HTTP-Session: 80774ec5-7946-43c4-8844-7844ceb8adf3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8682 | 2024.03.25 19:40:44.996570 [ 3 ] {} <Trace> HTTP-Session: 80774ec5-7946-43c4-8844-7844ceb8adf3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8683 | 2024.03.25 19:40:44.996718 [ 3 ] {f424fdb4-1e88-46a2-8761-6240d966659f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 8684 | 2024.03.25 19:40:44.996792 [ 3 ] {f424fdb4-1e88-46a2-8761-6240d966659f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 8685 | 2024.03.25 19:40:44.996994 [ 3 ] {f424fdb4-1e88-46a2-8761-6240d966659f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8686 | 2024.03.25 19:40:44.997440 [ 3 ] {f424fdb4-1e88-46a2-8761-6240d966659f} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8687 | 2024.03.25 19:40:44.997491 [ 3 ] {f424fdb4-1e88-46a2-8761-6240d966659f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
| 8688 | 2024.03.25 19:40:44.997883 [ 3 ] {f424fdb4-1e88-46a2-8761-6240d966659f} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 8689 | 2024.03.25 19:40:44.998219 [ 3 ] {f424fdb4-1e88-46a2-8761-6240d966659f} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8690 | 2024.03.25 19:40:44.998384 [ 3 ] {f424fdb4-1e88-46a2-8761-6240d966659f} <Debug> executeQuery: Read 58 rows, 4.70 KiB in 0.001737 sec., 33390.9038572251 rows/sec., 2.64 MiB/sec. | ||
| 8691 | 2024.03.25 19:40:44.998563 [ 3 ] {f424fdb4-1e88-46a2-8761-6240d966659f} <Debug> DynamicQueryHandler: Done processing query | ||
| 8692 | 2024.03.25 19:40:44.998594 [ 3 ] {f424fdb4-1e88-46a2-8761-6240d966659f} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 8693 | 2024.03.25 19:40:44.998612 [ 3 ] {} <Debug> HTTP-Session: 80774ec5-7946-43c4-8844-7844ceb8adf3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8694 | 2024.03.25 19:40:44.998802 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 31316, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8695 | 2024.03.25 19:40:44.998856 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 8696 | 2024.03.25 19:40:44.998875 [ 3 ] {} <Debug> HTTP-Session: 85b07aa4-3b6a-46ae-b7f8-245299503cb9 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 8697 | 2024.03.25 19:40:44.998894 [ 3 ] {} <Debug> HTTP-Session: 85b07aa4-3b6a-46ae-b7f8-245299503cb9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8698 | 2024.03.25 19:40:44.998908 [ 3 ] {} <Debug> HTTP-Session: 85b07aa4-3b6a-46ae-b7f8-245299503cb9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8699 | 2024.03.25 19:40:44.998945 [ 3 ] {} <Trace> HTTP-Session: 85b07aa4-3b6a-46ae-b7f8-245299503cb9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8700 | 2024.03.25 19:40:44.999069 [ 3 ] {8c320bc1-0d9b-4824-acad-6a1ff7b48824} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 8701 | 2024.03.25 19:40:44.999115 [ 3 ] {8c320bc1-0d9b-4824-acad-6a1ff7b48824} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8702 | 2024.03.25 19:40:44.999244 [ 3 ] {8c320bc1-0d9b-4824-acad-6a1ff7b48824} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8703 | 2024.03.25 19:40:44.999681 [ 3 ] {8c320bc1-0d9b-4824-acad-6a1ff7b48824} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8704 | 2024.03.25 19:40:44.999725 [ 3 ] {8c320bc1-0d9b-4824-acad-6a1ff7b48824} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
| 8705 | 2024.03.25 19:40:45.000052 [ 3 ] {8c320bc1-0d9b-4824-acad-6a1ff7b48824} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 8706 | 2024.03.25 19:40:45.000157 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 202.21 MiB, peak 205.50 MiB, free memory in arenas 0.00 B, will set to 196.76 MiB (RSS), difference: -5.45 MiB | ||
| 8707 | 2024.03.25 19:40:45.000817 [ 3 ] {8c320bc1-0d9b-4824-acad-6a1ff7b48824} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8708 | 2024.03.25 19:40:45.001000 [ 3 ] {8c320bc1-0d9b-4824-acad-6a1ff7b48824} <Debug> executeQuery: Read 200 rows, 19.11 KiB in 0.001999 sec., 100050.02501250626 rows/sec., 9.34 MiB/sec. | ||
| 8709 | 2024.03.25 19:40:45.001202 [ 3 ] {8c320bc1-0d9b-4824-acad-6a1ff7b48824} <Debug> DynamicQueryHandler: Done processing query | ||
| 8710 | 2024.03.25 19:40:45.001232 [ 3 ] {8c320bc1-0d9b-4824-acad-6a1ff7b48824} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 8711 | 2024.03.25 19:40:45.001301 [ 3 ] {} <Debug> HTTP-Session: 85b07aa4-3b6a-46ae-b7f8-245299503cb9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8712 | 2024.03.25 19:40:45.001539 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 14620, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8713 | 2024.03.25 19:40:45.001592 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 8714 | 2024.03.25 19:40:45.001612 [ 3 ] {} <Debug> HTTP-Session: bc81c0d9-b25b-4c6d-8860-21d6fcbf3757 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 8715 | 2024.03.25 19:40:45.001629 [ 3 ] {} <Debug> HTTP-Session: bc81c0d9-b25b-4c6d-8860-21d6fcbf3757 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8716 | 2024.03.25 19:40:45.001644 [ 3 ] {} <Debug> HTTP-Session: bc81c0d9-b25b-4c6d-8860-21d6fcbf3757 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8717 | 2024.03.25 19:40:45.001679 [ 3 ] {} <Trace> HTTP-Session: bc81c0d9-b25b-4c6d-8860-21d6fcbf3757 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8718 | 2024.03.25 19:40:45.001787 [ 3 ] {3b3ae580-b50b-45db-9abc-8cea314bbeae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 8719 | 2024.03.25 19:40:45.001832 [ 3 ] {3b3ae580-b50b-45db-9abc-8cea314bbeae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8720 | 2024.03.25 19:40:45.001977 [ 3 ] {3b3ae580-b50b-45db-9abc-8cea314bbeae} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8721 | 2024.03.25 19:40:45.002336 [ 3 ] {3b3ae580-b50b-45db-9abc-8cea314bbeae} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8722 | 2024.03.25 19:40:45.002375 [ 3 ] {3b3ae580-b50b-45db-9abc-8cea314bbeae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
| 8723 | 2024.03.25 19:40:45.002686 [ 3 ] {3b3ae580-b50b-45db-9abc-8cea314bbeae} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 8724 | 2024.03.25 19:40:45.003003 [ 3 ] {3b3ae580-b50b-45db-9abc-8cea314bbeae} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8725 | 2024.03.25 19:40:45.003156 [ 3 ] {3b3ae580-b50b-45db-9abc-8cea314bbeae} <Debug> executeQuery: Read 86 rows, 6.88 KiB in 0.001425 sec., 60350.87719298245 rows/sec., 4.72 MiB/sec. | ||
| 8726 | 2024.03.25 19:40:45.003285 [ 3 ] {3b3ae580-b50b-45db-9abc-8cea314bbeae} <Debug> DynamicQueryHandler: Done processing query | ||
| 8727 | 2024.03.25 19:40:45.003310 [ 3 ] {3b3ae580-b50b-45db-9abc-8cea314bbeae} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 8728 | 2024.03.25 19:40:45.003326 [ 3 ] {} <Debug> HTTP-Session: bc81c0d9-b25b-4c6d-8860-21d6fcbf3757 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8729 | 2024.03.25 19:40:45.003466 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 19137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8730 | 2024.03.25 19:40:45.003515 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 8731 | 2024.03.25 19:40:45.003535 [ 3 ] {} <Debug> HTTP-Session: 6c907419-c7bf-4f5e-8311-da33c6214ced Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 8732 | 2024.03.25 19:40:45.003553 [ 3 ] {} <Debug> HTTP-Session: 6c907419-c7bf-4f5e-8311-da33c6214ced Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8733 | 2024.03.25 19:40:45.003567 [ 3 ] {} <Debug> HTTP-Session: 6c907419-c7bf-4f5e-8311-da33c6214ced Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8734 | 2024.03.25 19:40:45.003599 [ 3 ] {} <Trace> HTTP-Session: 6c907419-c7bf-4f5e-8311-da33c6214ced Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8735 | 2024.03.25 19:40:45.003701 [ 3 ] {795b93e2-3191-44b5-ba67-ba04b4c563b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 8736 | 2024.03.25 19:40:45.003748 [ 3 ] {795b93e2-3191-44b5-ba67-ba04b4c563b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8737 | 2024.03.25 19:40:45.003893 [ 3 ] {795b93e2-3191-44b5-ba67-ba04b4c563b8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8738 | 2024.03.25 19:40:45.004224 [ 3 ] {795b93e2-3191-44b5-ba67-ba04b4c563b8} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8739 | 2024.03.25 19:40:45.004263 [ 3 ] {795b93e2-3191-44b5-ba67-ba04b4c563b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
| 8740 | 2024.03.25 19:40:45.004635 [ 3 ] {795b93e2-3191-44b5-ba67-ba04b4c563b8} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 8741 | 2024.03.25 19:40:45.004970 [ 3 ] {795b93e2-3191-44b5-ba67-ba04b4c563b8} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8742 | 2024.03.25 19:40:45.005124 [ 3 ] {795b93e2-3191-44b5-ba67-ba04b4c563b8} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001476 sec., 67750.67750677506 rows/sec., 4.70 MiB/sec. | ||
| 8743 | 2024.03.25 19:40:45.005246 [ 3 ] {795b93e2-3191-44b5-ba67-ba04b4c563b8} <Debug> DynamicQueryHandler: Done processing query | ||
| 8744 | 2024.03.25 19:40:45.005270 [ 3 ] {795b93e2-3191-44b5-ba67-ba04b4c563b8} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
| 8745 | 2024.03.25 19:40:45.005286 [ 3 ] {} <Debug> HTTP-Session: 6c907419-c7bf-4f5e-8311-da33c6214ced Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8746 | 2024.03.25 19:40:45.005451 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 62052, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8747 | 2024.03.25 19:40:45.005498 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 8748 | 2024.03.25 19:40:45.005516 [ 3 ] {} <Debug> HTTP-Session: d36870d1-6f77-4659-a584-c9bcb41bc664 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 8749 | 2024.03.25 19:40:45.005532 [ 3 ] {} <Debug> HTTP-Session: d36870d1-6f77-4659-a584-c9bcb41bc664 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8750 | 2024.03.25 19:40:45.005546 [ 3 ] {} <Debug> HTTP-Session: d36870d1-6f77-4659-a584-c9bcb41bc664 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8751 | 2024.03.25 19:40:45.005576 [ 3 ] {} <Trace> HTTP-Session: d36870d1-6f77-4659-a584-c9bcb41bc664 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8752 | 2024.03.25 19:40:45.005956 [ 3 ] {da7ba40e-f9e6-4b40-a184-5f7f35788814} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 8753 | 2024.03.25 19:40:45.006004 [ 3 ] {da7ba40e-f9e6-4b40-a184-5f7f35788814} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 8754 | 2024.03.25 19:40:45.006164 [ 3 ] {da7ba40e-f9e6-4b40-a184-5f7f35788814} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8755 | 2024.03.25 19:40:45.006807 [ 3 ] {da7ba40e-f9e6-4b40-a184-5f7f35788814} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8756 | 2024.03.25 19:40:45.006846 [ 3 ] {da7ba40e-f9e6-4b40-a184-5f7f35788814} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
| 8757 | 2024.03.25 19:40:45.007291 [ 3 ] {da7ba40e-f9e6-4b40-a184-5f7f35788814} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 8758 | 2024.03.25 19:40:45.007641 [ 3 ] {da7ba40e-f9e6-4b40-a184-5f7f35788814} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8759 | 2024.03.25 19:40:45.007803 [ 3 ] {da7ba40e-f9e6-4b40-a184-5f7f35788814} <Debug> executeQuery: Read 58 rows, 80.15 KiB in 0.002159 sec., 26864.289022695695 rows/sec., 36.25 MiB/sec. | ||
| 8760 | 2024.03.25 19:40:45.007943 [ 3 ] {da7ba40e-f9e6-4b40-a184-5f7f35788814} <Debug> DynamicQueryHandler: Done processing query | ||
| 8761 | 2024.03.25 19:40:45.007968 [ 3 ] {da7ba40e-f9e6-4b40-a184-5f7f35788814} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 8762 | 2024.03.25 19:40:45.007984 [ 3 ] {} <Debug> HTTP-Session: d36870d1-6f77-4659-a584-c9bcb41bc664 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8763 | 2024.03.25 19:40:45.008110 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8764 | 2024.03.25 19:40:45.008160 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 8765 | 2024.03.25 19:40:45.008179 [ 3 ] {} <Debug> HTTP-Session: c02b0a99-b74e-4620-ad5d-f6d409265996 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 8766 | 2024.03.25 19:40:45.008196 [ 3 ] {} <Debug> HTTP-Session: c02b0a99-b74e-4620-ad5d-f6d409265996 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8767 | 2024.03.25 19:40:45.008210 [ 3 ] {} <Debug> HTTP-Session: c02b0a99-b74e-4620-ad5d-f6d409265996 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8768 | 2024.03.25 19:40:45.008241 [ 3 ] {} <Trace> HTTP-Session: c02b0a99-b74e-4620-ad5d-f6d409265996 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8769 | 2024.03.25 19:40:45.008313 [ 3 ] {6668d8af-d0d2-48bb-a79e-98b872f282ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 8770 | 2024.03.25 19:40:45.008356 [ 3 ] {6668d8af-d0d2-48bb-a79e-98b872f282ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8771 | 2024.03.25 19:40:45.008484 [ 3 ] {6668d8af-d0d2-48bb-a79e-98b872f282ac} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8772 | 2024.03.25 19:40:45.008754 [ 3 ] {6668d8af-d0d2-48bb-a79e-98b872f282ac} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8773 | 2024.03.25 19:40:45.008793 [ 3 ] {6668d8af-d0d2-48bb-a79e-98b872f282ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
| 8774 | 2024.03.25 19:40:45.009148 [ 3 ] {6668d8af-d0d2-48bb-a79e-98b872f282ac} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 8775 | 2024.03.25 19:40:45.009459 [ 3 ] {6668d8af-d0d2-48bb-a79e-98b872f282ac} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8776 | 2024.03.25 19:40:45.009602 [ 3 ] {6668d8af-d0d2-48bb-a79e-98b872f282ac} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001316 sec., 22796.352583586628 rows/sec., 1.56 MiB/sec. | ||
| 8777 | 2024.03.25 19:40:45.009732 [ 3 ] {6668d8af-d0d2-48bb-a79e-98b872f282ac} <Debug> DynamicQueryHandler: Done processing query | ||
| 8778 | 2024.03.25 19:40:45.009763 [ 3 ] {6668d8af-d0d2-48bb-a79e-98b872f282ac} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 8779 | 2024.03.25 19:40:45.009797 [ 3 ] {} <Debug> HTTP-Session: c02b0a99-b74e-4620-ad5d-f6d409265996 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8780 | 2024.03.25 19:40:46.000211 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 191.69 MiB, peak 205.50 MiB, free memory in arenas 0.00 B, will set to 196.76 MiB (RSS), difference: 5.06 MiB | ||
| 8781 | 2024.03.25 19:40:49.993077 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 3629, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8782 | 2024.03.25 19:40:49.993216 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 8783 | 2024.03.25 19:40:49.993246 [ 3 ] {} <Debug> HTTP-Session: db683732-5ebe-4f93-ba92-9bc13f7ba751 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 8784 | 2024.03.25 19:40:49.993274 [ 3 ] {} <Debug> HTTP-Session: db683732-5ebe-4f93-ba92-9bc13f7ba751 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8785 | 2024.03.25 19:40:49.993292 [ 3 ] {} <Debug> HTTP-Session: db683732-5ebe-4f93-ba92-9bc13f7ba751 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8786 | 2024.03.25 19:40:49.993346 [ 3 ] {} <Trace> HTTP-Session: db683732-5ebe-4f93-ba92-9bc13f7ba751 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8787 | 2024.03.25 19:40:49.993481 [ 3 ] {0b6279e3-8d72-4f6a-b3cc-68d3a3b9eb76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 8788 | 2024.03.25 19:40:49.993553 [ 3 ] {0b6279e3-8d72-4f6a-b3cc-68d3a3b9eb76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8789 | 2024.03.25 19:40:49.993760 [ 3 ] {0b6279e3-8d72-4f6a-b3cc-68d3a3b9eb76} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8790 | 2024.03.25 19:40:49.994222 [ 3 ] {0b6279e3-8d72-4f6a-b3cc-68d3a3b9eb76} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8791 | 2024.03.25 19:40:49.994272 [ 3 ] {0b6279e3-8d72-4f6a-b3cc-68d3a3b9eb76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
| 8792 | 2024.03.25 19:40:49.994656 [ 3 ] {0b6279e3-8d72-4f6a-b3cc-68d3a3b9eb76} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 8793 | 2024.03.25 19:40:49.994991 [ 3 ] {0b6279e3-8d72-4f6a-b3cc-68d3a3b9eb76} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8794 | 2024.03.25 19:40:49.995137 [ 3 ] {0b6279e3-8d72-4f6a-b3cc-68d3a3b9eb76} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.001722 sec., 15098.722415795586 rows/sec., 1.14 MiB/sec. | ||
| 8795 | 2024.03.25 19:40:49.995292 [ 3 ] {0b6279e3-8d72-4f6a-b3cc-68d3a3b9eb76} <Debug> DynamicQueryHandler: Done processing query | ||
| 8796 | 2024.03.25 19:40:49.995319 [ 3 ] {0b6279e3-8d72-4f6a-b3cc-68d3a3b9eb76} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 8797 | 2024.03.25 19:40:49.995335 [ 3 ] {} <Debug> HTTP-Session: db683732-5ebe-4f93-ba92-9bc13f7ba751 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8798 | 2024.03.25 19:40:49.995493 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4792, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8799 | 2024.03.25 19:40:49.995547 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 8800 | 2024.03.25 19:40:49.995566 [ 3 ] {} <Debug> HTTP-Session: e327b627-4f4c-4a95-a5d5-2cb3c9721a92 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 8801 | 2024.03.25 19:40:49.995585 [ 3 ] {} <Debug> HTTP-Session: e327b627-4f4c-4a95-a5d5-2cb3c9721a92 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8802 | 2024.03.25 19:40:49.995599 [ 3 ] {} <Debug> HTTP-Session: e327b627-4f4c-4a95-a5d5-2cb3c9721a92 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8803 | 2024.03.25 19:40:49.995635 [ 3 ] {} <Trace> HTTP-Session: e327b627-4f4c-4a95-a5d5-2cb3c9721a92 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8804 | 2024.03.25 19:40:49.995719 [ 3 ] {2a8dd065-55c0-404a-a3a2-77e569251617} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 8805 | 2024.03.25 19:40:49.995765 [ 3 ] {2a8dd065-55c0-404a-a3a2-77e569251617} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8806 | 2024.03.25 19:40:49.995894 [ 3 ] {2a8dd065-55c0-404a-a3a2-77e569251617} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8807 | 2024.03.25 19:40:49.996199 [ 3 ] {2a8dd065-55c0-404a-a3a2-77e569251617} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8808 | 2024.03.25 19:40:49.996235 [ 3 ] {2a8dd065-55c0-404a-a3a2-77e569251617} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
| 8809 | 2024.03.25 19:40:49.996536 [ 3 ] {2a8dd065-55c0-404a-a3a2-77e569251617} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 8810 | 2024.03.25 19:40:49.996846 [ 3 ] {2a8dd065-55c0-404a-a3a2-77e569251617} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8811 | 2024.03.25 19:40:49.996973 [ 3 ] {2a8dd065-55c0-404a-a3a2-77e569251617} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001292 sec., 21671.826625387 rows/sec., 1.69 MiB/sec. | ||
| 8812 | 2024.03.25 19:40:49.997157 [ 3 ] {2a8dd065-55c0-404a-a3a2-77e569251617} <Debug> DynamicQueryHandler: Done processing query | ||
| 8813 | 2024.03.25 19:40:49.997182 [ 3 ] {2a8dd065-55c0-404a-a3a2-77e569251617} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 8814 | 2024.03.25 19:40:49.997209 [ 3 ] {} <Debug> HTTP-Session: e327b627-4f4c-4a95-a5d5-2cb3c9721a92 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8815 | 2024.03.25 19:40:49.997436 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 19137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8816 | 2024.03.25 19:40:49.997496 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 8817 | 2024.03.25 19:40:49.997515 [ 3 ] {} <Debug> HTTP-Session: f36b21f3-0976-4846-82ed-051e32501bca Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 8818 | 2024.03.25 19:40:49.997532 [ 3 ] {} <Debug> HTTP-Session: f36b21f3-0976-4846-82ed-051e32501bca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8819 | 2024.03.25 19:40:49.997546 [ 3 ] {} <Debug> HTTP-Session: f36b21f3-0976-4846-82ed-051e32501bca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8820 | 2024.03.25 19:40:49.997579 [ 3 ] {} <Trace> HTTP-Session: f36b21f3-0976-4846-82ed-051e32501bca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8821 | 2024.03.25 19:40:49.997687 [ 3 ] {4deb186d-4219-41fe-b503-f48d6307ba74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 8822 | 2024.03.25 19:40:49.997737 [ 3 ] {4deb186d-4219-41fe-b503-f48d6307ba74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8823 | 2024.03.25 19:40:49.997897 [ 3 ] {4deb186d-4219-41fe-b503-f48d6307ba74} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8824 | 2024.03.25 19:40:49.998255 [ 3 ] {4deb186d-4219-41fe-b503-f48d6307ba74} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8825 | 2024.03.25 19:40:49.998291 [ 3 ] {4deb186d-4219-41fe-b503-f48d6307ba74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
| 8826 | 2024.03.25 19:40:49.998665 [ 3 ] {4deb186d-4219-41fe-b503-f48d6307ba74} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 8827 | 2024.03.25 19:40:49.999002 [ 3 ] {4deb186d-4219-41fe-b503-f48d6307ba74} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8828 | 2024.03.25 19:40:49.999129 [ 3 ] {4deb186d-4219-41fe-b503-f48d6307ba74} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001502 sec., 66577.89613848201 rows/sec., 4.62 MiB/sec. | ||
| 8829 | 2024.03.25 19:40:49.999246 [ 3 ] {4deb186d-4219-41fe-b503-f48d6307ba74} <Debug> DynamicQueryHandler: Done processing query | ||
| 8830 | 2024.03.25 19:40:49.999270 [ 3 ] {4deb186d-4219-41fe-b503-f48d6307ba74} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
| 8831 | 2024.03.25 19:40:49.999286 [ 3 ] {} <Debug> HTTP-Session: f36b21f3-0976-4846-82ed-051e32501bca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8832 | 2024.03.25 19:40:49.999414 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8833 | 2024.03.25 19:40:49.999460 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 8834 | 2024.03.25 19:40:49.999479 [ 3 ] {} <Debug> HTTP-Session: 64b94c63-a3b5-478f-8668-1963034ccd24 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 8835 | 2024.03.25 19:40:49.999496 [ 3 ] {} <Debug> HTTP-Session: 64b94c63-a3b5-478f-8668-1963034ccd24 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8836 | 2024.03.25 19:40:49.999510 [ 3 ] {} <Debug> HTTP-Session: 64b94c63-a3b5-478f-8668-1963034ccd24 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8837 | 2024.03.25 19:40:49.999541 [ 3 ] {} <Trace> HTTP-Session: 64b94c63-a3b5-478f-8668-1963034ccd24 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8838 | 2024.03.25 19:40:49.999622 [ 3 ] {6bfac4d4-5a7f-4667-a553-de749554f893} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 8839 | 2024.03.25 19:40:49.999664 [ 3 ] {6bfac4d4-5a7f-4667-a553-de749554f893} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8840 | 2024.03.25 19:40:49.999785 [ 3 ] {6bfac4d4-5a7f-4667-a553-de749554f893} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8841 | 2024.03.25 19:40:50.000064 [ 3 ] {6bfac4d4-5a7f-4667-a553-de749554f893} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8842 | 2024.03.25 19:40:50.000152 [ 3 ] {6bfac4d4-5a7f-4667-a553-de749554f893} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
| 8843 | 2024.03.25 19:40:50.000158 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 197.99 MiB, peak 205.50 MiB, free memory in arenas 0.00 B, will set to 196.76 MiB (RSS), difference: -1.24 MiB | ||
| 8844 | 2024.03.25 19:40:50.000803 [ 3 ] {6bfac4d4-5a7f-4667-a553-de749554f893} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 8845 | 2024.03.25 19:40:50.001129 [ 3 ] {6bfac4d4-5a7f-4667-a553-de749554f893} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8846 | 2024.03.25 19:40:50.001254 [ 3 ] {6bfac4d4-5a7f-4667-a553-de749554f893} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001672 sec., 17942.583732057414 rows/sec., 1.23 MiB/sec. | ||
| 8847 | 2024.03.25 19:40:50.001385 [ 3 ] {6bfac4d4-5a7f-4667-a553-de749554f893} <Debug> DynamicQueryHandler: Done processing query | ||
| 8848 | 2024.03.25 19:40:50.001417 [ 3 ] {6bfac4d4-5a7f-4667-a553-de749554f893} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 8849 | 2024.03.25 19:40:50.001451 [ 3 ] {} <Debug> HTTP-Session: 64b94c63-a3b5-478f-8668-1963034ccd24 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8850 | 2024.03.25 19:40:51.613618 [ 120 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8851 | 2024.03.25 19:40:51.613677 [ 120 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8852 | 2024.03.25 19:40:54.996183 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 8371, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8853 | 2024.03.25 19:40:54.996322 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 8854 | 2024.03.25 19:40:54.996352 [ 3 ] {} <Debug> HTTP-Session: 3f24e118-594a-48a9-9665-fb7bc7b1dcaf Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 8855 | 2024.03.25 19:40:54.996381 [ 3 ] {} <Debug> HTTP-Session: 3f24e118-594a-48a9-9665-fb7bc7b1dcaf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8856 | 2024.03.25 19:40:54.996398 [ 3 ] {} <Debug> HTTP-Session: 3f24e118-594a-48a9-9665-fb7bc7b1dcaf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8857 | 2024.03.25 19:40:54.996455 [ 3 ] {} <Trace> HTTP-Session: 3f24e118-594a-48a9-9665-fb7bc7b1dcaf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8858 | 2024.03.25 19:40:54.996598 [ 3 ] {a64251a5-bdb9-41ba-89b0-ed35dfb8fded} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 8859 | 2024.03.25 19:40:54.996671 [ 3 ] {a64251a5-bdb9-41ba-89b0-ed35dfb8fded} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 8860 | 2024.03.25 19:40:54.996882 [ 3 ] {a64251a5-bdb9-41ba-89b0-ed35dfb8fded} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8861 | 2024.03.25 19:40:54.997421 [ 3 ] {a64251a5-bdb9-41ba-89b0-ed35dfb8fded} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8862 | 2024.03.25 19:40:54.997480 [ 3 ] {a64251a5-bdb9-41ba-89b0-ed35dfb8fded} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
| 8863 | 2024.03.25 19:40:54.997860 [ 3 ] {a64251a5-bdb9-41ba-89b0-ed35dfb8fded} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 8864 | 2024.03.25 19:40:54.998189 [ 3 ] {a64251a5-bdb9-41ba-89b0-ed35dfb8fded} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8865 | 2024.03.25 19:40:54.998342 [ 3 ] {a64251a5-bdb9-41ba-89b0-ed35dfb8fded} <Debug> executeQuery: Read 58 rows, 4.70 KiB in 0.001816 sec., 31938.325991189427 rows/sec., 2.53 MiB/sec. | ||
| 8866 | 2024.03.25 19:40:54.998500 [ 3 ] {a64251a5-bdb9-41ba-89b0-ed35dfb8fded} <Debug> DynamicQueryHandler: Done processing query | ||
| 8867 | 2024.03.25 19:40:54.998526 [ 3 ] {a64251a5-bdb9-41ba-89b0-ed35dfb8fded} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 8868 | 2024.03.25 19:40:54.998543 [ 3 ] {} <Debug> HTTP-Session: 3f24e118-594a-48a9-9665-fb7bc7b1dcaf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8869 | 2024.03.25 19:40:54.998801 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 31316, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8870 | 2024.03.25 19:40:54.998852 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 8871 | 2024.03.25 19:40:54.998871 [ 3 ] {} <Debug> HTTP-Session: 7faf436b-69fc-49d9-92df-5d08f5c1e68a Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 8872 | 2024.03.25 19:40:54.998891 [ 3 ] {} <Debug> HTTP-Session: 7faf436b-69fc-49d9-92df-5d08f5c1e68a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8873 | 2024.03.25 19:40:54.998905 [ 3 ] {} <Debug> HTTP-Session: 7faf436b-69fc-49d9-92df-5d08f5c1e68a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8874 | 2024.03.25 19:40:54.998942 [ 3 ] {} <Trace> HTTP-Session: 7faf436b-69fc-49d9-92df-5d08f5c1e68a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8875 | 2024.03.25 19:40:54.999066 [ 3 ] {e53f484d-f1d5-425f-bcaf-0aa152824878} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 8876 | 2024.03.25 19:40:54.999112 [ 3 ] {e53f484d-f1d5-425f-bcaf-0aa152824878} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8877 | 2024.03.25 19:40:54.999241 [ 3 ] {e53f484d-f1d5-425f-bcaf-0aa152824878} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8878 | 2024.03.25 19:40:54.999679 [ 3 ] {e53f484d-f1d5-425f-bcaf-0aa152824878} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8879 | 2024.03.25 19:40:54.999719 [ 3 ] {e53f484d-f1d5-425f-bcaf-0aa152824878} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
| 8880 | 2024.03.25 19:40:55.000037 [ 3 ] {e53f484d-f1d5-425f-bcaf-0aa152824878} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 8881 | 2024.03.25 19:40:55.000155 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 202.21 MiB, peak 205.50 MiB, free memory in arenas 0.00 B, will set to 196.76 MiB (RSS), difference: -5.45 MiB | ||
| 8882 | 2024.03.25 19:40:55.000675 [ 3 ] {e53f484d-f1d5-425f-bcaf-0aa152824878} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8883 | 2024.03.25 19:40:55.000907 [ 3 ] {e53f484d-f1d5-425f-bcaf-0aa152824878} <Debug> executeQuery: Read 200 rows, 19.11 KiB in 0.001911 sec., 104657.24751439037 rows/sec., 9.77 MiB/sec. | ||
| 8884 | 2024.03.25 19:40:55.001076 [ 3 ] {e53f484d-f1d5-425f-bcaf-0aa152824878} <Debug> DynamicQueryHandler: Done processing query | ||
| 8885 | 2024.03.25 19:40:55.001103 [ 3 ] {e53f484d-f1d5-425f-bcaf-0aa152824878} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 8886 | 2024.03.25 19:40:55.001119 [ 3 ] {} <Debug> HTTP-Session: 7faf436b-69fc-49d9-92df-5d08f5c1e68a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8887 | 2024.03.25 19:40:55.001314 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 14620, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8888 | 2024.03.25 19:40:55.001367 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 8889 | 2024.03.25 19:40:55.001387 [ 3 ] {} <Debug> HTTP-Session: d9232352-1c21-407b-8f19-290cd2f5f168 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 8890 | 2024.03.25 19:40:55.001404 [ 3 ] {} <Debug> HTTP-Session: d9232352-1c21-407b-8f19-290cd2f5f168 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8891 | 2024.03.25 19:40:55.001418 [ 3 ] {} <Debug> HTTP-Session: d9232352-1c21-407b-8f19-290cd2f5f168 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8892 | 2024.03.25 19:40:55.001452 [ 3 ] {} <Trace> HTTP-Session: d9232352-1c21-407b-8f19-290cd2f5f168 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8893 | 2024.03.25 19:40:55.001556 [ 3 ] {05475281-a4de-447d-83fd-22e814ebc979} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 8894 | 2024.03.25 19:40:55.001599 [ 3 ] {05475281-a4de-447d-83fd-22e814ebc979} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8895 | 2024.03.25 19:40:55.001742 [ 3 ] {05475281-a4de-447d-83fd-22e814ebc979} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8896 | 2024.03.25 19:40:55.002092 [ 3 ] {05475281-a4de-447d-83fd-22e814ebc979} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8897 | 2024.03.25 19:40:55.002130 [ 3 ] {05475281-a4de-447d-83fd-22e814ebc979} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
| 8898 | 2024.03.25 19:40:55.002438 [ 3 ] {05475281-a4de-447d-83fd-22e814ebc979} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 8899 | 2024.03.25 19:40:55.002736 [ 3 ] {05475281-a4de-447d-83fd-22e814ebc979} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8900 | 2024.03.25 19:40:55.002881 [ 3 ] {05475281-a4de-447d-83fd-22e814ebc979} <Debug> executeQuery: Read 86 rows, 6.88 KiB in 0.00138 sec., 62318.84057971015 rows/sec., 4.87 MiB/sec. | ||
| 8901 | 2024.03.25 19:40:55.003068 [ 3 ] {05475281-a4de-447d-83fd-22e814ebc979} <Debug> DynamicQueryHandler: Done processing query | ||
| 8902 | 2024.03.25 19:40:55.003093 [ 3 ] {05475281-a4de-447d-83fd-22e814ebc979} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 8903 | 2024.03.25 19:40:55.003138 [ 3 ] {} <Debug> HTTP-Session: d9232352-1c21-407b-8f19-290cd2f5f168 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8904 | 2024.03.25 19:40:55.003336 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 19137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8905 | 2024.03.25 19:40:55.003386 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 8906 | 2024.03.25 19:40:55.003406 [ 3 ] {} <Debug> HTTP-Session: 1436fc2a-da12-4e43-a056-1aec0bad0631 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 8907 | 2024.03.25 19:40:55.003423 [ 3 ] {} <Debug> HTTP-Session: 1436fc2a-da12-4e43-a056-1aec0bad0631 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8908 | 2024.03.25 19:40:55.003437 [ 3 ] {} <Debug> HTTP-Session: 1436fc2a-da12-4e43-a056-1aec0bad0631 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8909 | 2024.03.25 19:40:55.003469 [ 3 ] {} <Trace> HTTP-Session: 1436fc2a-da12-4e43-a056-1aec0bad0631 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8910 | 2024.03.25 19:40:55.003574 [ 3 ] {9ede2905-e89e-4fa6-98e2-52d271ace10c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 8911 | 2024.03.25 19:40:55.003622 [ 3 ] {9ede2905-e89e-4fa6-98e2-52d271ace10c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8912 | 2024.03.25 19:40:55.003788 [ 3 ] {9ede2905-e89e-4fa6-98e2-52d271ace10c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8913 | 2024.03.25 19:40:55.004160 [ 3 ] {9ede2905-e89e-4fa6-98e2-52d271ace10c} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8914 | 2024.03.25 19:40:55.004196 [ 3 ] {9ede2905-e89e-4fa6-98e2-52d271ace10c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
| 8915 | 2024.03.25 19:40:55.004567 [ 3 ] {9ede2905-e89e-4fa6-98e2-52d271ace10c} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 8916 | 2024.03.25 19:40:55.004897 [ 3 ] {9ede2905-e89e-4fa6-98e2-52d271ace10c} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8917 | 2024.03.25 19:40:55.005049 [ 3 ] {9ede2905-e89e-4fa6-98e2-52d271ace10c} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001529 sec., 65402.223675604975 rows/sec., 4.53 MiB/sec. | ||
| 8918 | 2024.03.25 19:40:55.005183 [ 3 ] {9ede2905-e89e-4fa6-98e2-52d271ace10c} <Debug> DynamicQueryHandler: Done processing query | ||
| 8919 | 2024.03.25 19:40:55.005209 [ 3 ] {9ede2905-e89e-4fa6-98e2-52d271ace10c} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
| 8920 | 2024.03.25 19:40:55.005225 [ 3 ] {} <Debug> HTTP-Session: 1436fc2a-da12-4e43-a056-1aec0bad0631 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8921 | 2024.03.25 19:40:55.005370 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 62052, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8922 | 2024.03.25 19:40:55.005417 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 8923 | 2024.03.25 19:40:55.005436 [ 3 ] {} <Debug> HTTP-Session: 92e03ce6-1577-4e86-bce7-0e54b7c3adc8 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 8924 | 2024.03.25 19:40:55.005453 [ 3 ] {} <Debug> HTTP-Session: 92e03ce6-1577-4e86-bce7-0e54b7c3adc8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8925 | 2024.03.25 19:40:55.005466 [ 3 ] {} <Debug> HTTP-Session: 92e03ce6-1577-4e86-bce7-0e54b7c3adc8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8926 | 2024.03.25 19:40:55.005499 [ 3 ] {} <Trace> HTTP-Session: 92e03ce6-1577-4e86-bce7-0e54b7c3adc8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8927 | 2024.03.25 19:40:55.005871 [ 3 ] {1cf53d4a-23cb-4318-b543-a3f09ed65dd6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 8928 | 2024.03.25 19:40:55.005919 [ 3 ] {1cf53d4a-23cb-4318-b543-a3f09ed65dd6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 8929 | 2024.03.25 19:40:55.006079 [ 3 ] {1cf53d4a-23cb-4318-b543-a3f09ed65dd6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8930 | 2024.03.25 19:40:55.006690 [ 3 ] {1cf53d4a-23cb-4318-b543-a3f09ed65dd6} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8931 | 2024.03.25 19:40:55.006727 [ 3 ] {1cf53d4a-23cb-4318-b543-a3f09ed65dd6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
| 8932 | 2024.03.25 19:40:55.007145 [ 3 ] {1cf53d4a-23cb-4318-b543-a3f09ed65dd6} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 8933 | 2024.03.25 19:40:55.007484 [ 3 ] {1cf53d4a-23cb-4318-b543-a3f09ed65dd6} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8934 | 2024.03.25 19:40:55.007646 [ 3 ] {1cf53d4a-23cb-4318-b543-a3f09ed65dd6} <Debug> executeQuery: Read 58 rows, 80.15 KiB in 0.002077 sec., 27924.891670678866 rows/sec., 37.68 MiB/sec. | ||
| 8935 | 2024.03.25 19:40:55.007859 [ 3 ] {1cf53d4a-23cb-4318-b543-a3f09ed65dd6} <Debug> DynamicQueryHandler: Done processing query | ||
| 8936 | 2024.03.25 19:40:55.007908 [ 3 ] {1cf53d4a-23cb-4318-b543-a3f09ed65dd6} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 8937 | 2024.03.25 19:40:55.007958 [ 3 ] {} <Debug> HTTP-Session: 92e03ce6-1577-4e86-bce7-0e54b7c3adc8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8938 | 2024.03.25 19:40:55.008134 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8939 | 2024.03.25 19:40:55.008181 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 8940 | 2024.03.25 19:40:55.008201 [ 3 ] {} <Debug> HTTP-Session: b39cbf07-4980-4751-80eb-251a237ef1d7 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 8941 | 2024.03.25 19:40:55.008218 [ 3 ] {} <Debug> HTTP-Session: b39cbf07-4980-4751-80eb-251a237ef1d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8942 | 2024.03.25 19:40:55.008232 [ 3 ] {} <Debug> HTTP-Session: b39cbf07-4980-4751-80eb-251a237ef1d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8943 | 2024.03.25 19:40:55.008263 [ 3 ] {} <Trace> HTTP-Session: b39cbf07-4980-4751-80eb-251a237ef1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8944 | 2024.03.25 19:40:55.008339 [ 3 ] {e61bbdb3-a311-4df4-90e2-18adc9ef1f52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 8945 | 2024.03.25 19:40:55.008384 [ 3 ] {e61bbdb3-a311-4df4-90e2-18adc9ef1f52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8946 | 2024.03.25 19:40:55.008529 [ 3 ] {e61bbdb3-a311-4df4-90e2-18adc9ef1f52} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8947 | 2024.03.25 19:40:55.008843 [ 3 ] {e61bbdb3-a311-4df4-90e2-18adc9ef1f52} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8948 | 2024.03.25 19:40:55.008880 [ 3 ] {e61bbdb3-a311-4df4-90e2-18adc9ef1f52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
| 8949 | 2024.03.25 19:40:55.009224 [ 3 ] {e61bbdb3-a311-4df4-90e2-18adc9ef1f52} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 8950 | 2024.03.25 19:40:55.009534 [ 3 ] {e61bbdb3-a311-4df4-90e2-18adc9ef1f52} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8951 | 2024.03.25 19:40:55.009684 [ 3 ] {e61bbdb3-a311-4df4-90e2-18adc9ef1f52} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001373 sec., 21849.963583394027 rows/sec., 1.50 MiB/sec. | ||
| 8952 | 2024.03.25 19:40:55.009872 [ 3 ] {e61bbdb3-a311-4df4-90e2-18adc9ef1f52} <Debug> DynamicQueryHandler: Done processing query | ||
| 8953 | 2024.03.25 19:40:55.009924 [ 3 ] {e61bbdb3-a311-4df4-90e2-18adc9ef1f52} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 8954 | 2024.03.25 19:40:55.009974 [ 3 ] {} <Debug> HTTP-Session: b39cbf07-4980-4751-80eb-251a237ef1d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8955 | 2024.03.25 19:40:56.000166 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 191.69 MiB, peak 205.50 MiB, free memory in arenas 0.00 B, will set to 196.76 MiB (RSS), difference: 5.06 MiB | ||
| 8956 | 2024.03.25 19:40:59.994408 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 8603, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8957 | 2024.03.25 19:40:59.994546 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 8958 | 2024.03.25 19:40:59.994572 [ 3 ] {} <Debug> HTTP-Session: 81024464-0e36-4c57-9225-1d95dd146c14 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 8959 | 2024.03.25 19:40:59.994597 [ 3 ] {} <Debug> HTTP-Session: 81024464-0e36-4c57-9225-1d95dd146c14 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8960 | 2024.03.25 19:40:59.994612 [ 3 ] {} <Debug> HTTP-Session: 81024464-0e36-4c57-9225-1d95dd146c14 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8961 | 2024.03.25 19:40:59.994662 [ 3 ] {} <Trace> HTTP-Session: 81024464-0e36-4c57-9225-1d95dd146c14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8962 | 2024.03.25 19:40:59.994796 [ 3 ] {8282aed1-6f8e-482c-811c-80ecbb58bc9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 8963 | 2024.03.25 19:40:59.994861 [ 3 ] {8282aed1-6f8e-482c-811c-80ecbb58bc9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8964 | 2024.03.25 19:40:59.995044 [ 3 ] {8282aed1-6f8e-482c-811c-80ecbb58bc9a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8965 | 2024.03.25 19:40:59.995499 [ 3 ] {8282aed1-6f8e-482c-811c-80ecbb58bc9a} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8966 | 2024.03.25 19:40:59.995551 [ 3 ] {8282aed1-6f8e-482c-811c-80ecbb58bc9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
| 8967 | 2024.03.25 19:40:59.995935 [ 3 ] {8282aed1-6f8e-482c-811c-80ecbb58bc9a} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 8968 | 2024.03.25 19:40:59.996272 [ 3 ] {8282aed1-6f8e-482c-811c-80ecbb58bc9a} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8969 | 2024.03.25 19:40:59.996429 [ 3 ] {8282aed1-6f8e-482c-811c-80ecbb58bc9a} <Debug> executeQuery: Read 62 rows, 4.82 KiB in 0.001703 sec., 36406.3417498532 rows/sec., 2.76 MiB/sec. | ||
| 8970 | 2024.03.25 19:40:59.996600 [ 3 ] {8282aed1-6f8e-482c-811c-80ecbb58bc9a} <Debug> DynamicQueryHandler: Done processing query | ||
| 8971 | 2024.03.25 19:40:59.996627 [ 3 ] {8282aed1-6f8e-482c-811c-80ecbb58bc9a} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 8972 | 2024.03.25 19:40:59.996645 [ 3 ] {} <Debug> HTTP-Session: 81024464-0e36-4c57-9225-1d95dd146c14 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8973 | 2024.03.25 19:40:59.996825 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 8828, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8974 | 2024.03.25 19:40:59.996875 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 8975 | 2024.03.25 19:40:59.996895 [ 3 ] {} <Debug> HTTP-Session: ef256b08-d12d-4392-ae45-dc6207c35eda Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 8976 | 2024.03.25 19:40:59.996913 [ 3 ] {} <Debug> HTTP-Session: ef256b08-d12d-4392-ae45-dc6207c35eda Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8977 | 2024.03.25 19:40:59.996927 [ 3 ] {} <Debug> HTTP-Session: ef256b08-d12d-4392-ae45-dc6207c35eda Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8978 | 2024.03.25 19:40:59.996962 [ 3 ] {} <Trace> HTTP-Session: ef256b08-d12d-4392-ae45-dc6207c35eda Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8979 | 2024.03.25 19:40:59.997048 [ 3 ] {6ff407a5-7005-4adf-af8d-fbc920d2a9a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 8980 | 2024.03.25 19:40:59.997093 [ 3 ] {6ff407a5-7005-4adf-af8d-fbc920d2a9a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8981 | 2024.03.25 19:40:59.997228 [ 3 ] {6ff407a5-7005-4adf-af8d-fbc920d2a9a6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8982 | 2024.03.25 19:40:59.997557 [ 3 ] {6ff407a5-7005-4adf-af8d-fbc920d2a9a6} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8983 | 2024.03.25 19:40:59.997595 [ 3 ] {6ff407a5-7005-4adf-af8d-fbc920d2a9a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
| 8984 | 2024.03.25 19:40:59.997895 [ 3 ] {6ff407a5-7005-4adf-af8d-fbc920d2a9a6} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 8985 | 2024.03.25 19:40:59.998190 [ 3 ] {6ff407a5-7005-4adf-af8d-fbc920d2a9a6} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8986 | 2024.03.25 19:40:59.998341 [ 3 ] {6ff407a5-7005-4adf-af8d-fbc920d2a9a6} <Debug> executeQuery: Read 52 rows, 4.13 KiB in 0.001327 sec., 39186.134137151465 rows/sec., 3.04 MiB/sec. | ||
| 8987 | 2024.03.25 19:40:59.998475 [ 3 ] {6ff407a5-7005-4adf-af8d-fbc920d2a9a6} <Debug> DynamicQueryHandler: Done processing query | ||
| 8988 | 2024.03.25 19:40:59.998504 [ 3 ] {6ff407a5-7005-4adf-af8d-fbc920d2a9a6} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 8989 | 2024.03.25 19:40:59.998536 [ 3 ] {} <Debug> HTTP-Session: ef256b08-d12d-4392-ae45-dc6207c35eda Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8990 | 2024.03.25 19:40:59.998703 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 26094, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8991 | 2024.03.25 19:40:59.998752 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 8992 | 2024.03.25 19:40:59.998771 [ 3 ] {} <Debug> HTTP-Session: 2a81ef3d-2492-445f-898a-08eb4bd06f9e Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 8993 | 2024.03.25 19:40:59.998788 [ 3 ] {} <Debug> HTTP-Session: 2a81ef3d-2492-445f-898a-08eb4bd06f9e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8994 | 2024.03.25 19:40:59.998802 [ 3 ] {} <Debug> HTTP-Session: 2a81ef3d-2492-445f-898a-08eb4bd06f9e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8995 | 2024.03.25 19:40:59.998834 [ 3 ] {} <Trace> HTTP-Session: 2a81ef3d-2492-445f-898a-08eb4bd06f9e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8996 | 2024.03.25 19:40:59.998946 [ 3 ] {e037f34c-039c-4d06-a115-e9ca8910dd74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 8997 | 2024.03.25 19:40:59.998992 [ 3 ] {e037f34c-039c-4d06-a115-e9ca8910dd74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8998 | 2024.03.25 19:40:59.999134 [ 3 ] {e037f34c-039c-4d06-a115-e9ca8910dd74} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8999 | 2024.03.25 19:40:59.999480 [ 3 ] {e037f34c-039c-4d06-a115-e9ca8910dd74} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9000 | 2024.03.25 19:40:59.999516 [ 3 ] {e037f34c-039c-4d06-a115-e9ca8910dd74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
| 9001 | 2024.03.25 19:40:59.999892 [ 3 ] {e037f34c-039c-4d06-a115-e9ca8910dd74} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 9002 | 2024.03.25 19:41:00.000165 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 202.24 MiB, peak 205.50 MiB, free memory in arenas 0.00 B, will set to 196.76 MiB (RSS), difference: -5.48 MiB | ||
| 9003 | 2024.03.25 19:41:00.000447 [ 3 ] {e037f34c-039c-4d06-a115-e9ca8910dd74} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9004 | 2024.03.25 19:41:00.000721 [ 3 ] {e037f34c-039c-4d06-a115-e9ca8910dd74} <Debug> executeQuery: Read 136 rows, 9.70 KiB in 0.001808 sec., 75221.2389380531 rows/sec., 5.24 MiB/sec. | ||
| 9005 | 2024.03.25 19:41:00.001181 [ 3 ] {e037f34c-039c-4d06-a115-e9ca8910dd74} <Debug> DynamicQueryHandler: Done processing query | ||
| 9006 | 2024.03.25 19:41:00.001243 [ 3 ] {e037f34c-039c-4d06-a115-e9ca8910dd74} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
| 9007 | 2024.03.25 19:41:00.001295 [ 3 ] {} <Debug> HTTP-Session: 2a81ef3d-2492-445f-898a-08eb4bd06f9e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9008 | 2024.03.25 19:41:00.001490 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9009 | 2024.03.25 19:41:00.001541 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 9010 | 2024.03.25 19:41:00.001560 [ 3 ] {} <Debug> HTTP-Session: 20b00a23-8221-4982-9c1c-acb215900507 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 9011 | 2024.03.25 19:41:00.001577 [ 3 ] {} <Debug> HTTP-Session: 20b00a23-8221-4982-9c1c-acb215900507 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9012 | 2024.03.25 19:41:00.001591 [ 3 ] {} <Debug> HTTP-Session: 20b00a23-8221-4982-9c1c-acb215900507 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9013 | 2024.03.25 19:41:00.001623 [ 3 ] {} <Trace> HTTP-Session: 20b00a23-8221-4982-9c1c-acb215900507 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9014 | 2024.03.25 19:41:00.001703 [ 3 ] {024ec1c5-a9c1-46de-8cfd-6464e5b7ff6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 9015 | 2024.03.25 19:41:00.001749 [ 3 ] {024ec1c5-a9c1-46de-8cfd-6464e5b7ff6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9016 | 2024.03.25 19:41:00.001902 [ 3 ] {024ec1c5-a9c1-46de-8cfd-6464e5b7ff6d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9017 | 2024.03.25 19:41:00.002196 [ 3 ] {024ec1c5-a9c1-46de-8cfd-6464e5b7ff6d} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9018 | 2024.03.25 19:41:00.002233 [ 3 ] {024ec1c5-a9c1-46de-8cfd-6464e5b7ff6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
| 9019 | 2024.03.25 19:41:00.002583 [ 3 ] {024ec1c5-a9c1-46de-8cfd-6464e5b7ff6d} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 9020 | 2024.03.25 19:41:00.002901 [ 3 ] {024ec1c5-a9c1-46de-8cfd-6464e5b7ff6d} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9021 | 2024.03.25 19:41:00.003045 [ 3 ] {024ec1c5-a9c1-46de-8cfd-6464e5b7ff6d} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001373 sec., 21849.963583394027 rows/sec., 1.50 MiB/sec. | ||
| 9022 | 2024.03.25 19:41:00.003173 [ 3 ] {024ec1c5-a9c1-46de-8cfd-6464e5b7ff6d} <Debug> DynamicQueryHandler: Done processing query | ||
| 9023 | 2024.03.25 19:41:00.003198 [ 3 ] {024ec1c5-a9c1-46de-8cfd-6464e5b7ff6d} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 9024 | 2024.03.25 19:41:00.003214 [ 3 ] {} <Debug> HTTP-Session: 20b00a23-8221-4982-9c1c-acb215900507 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9025 | 2024.03.25 19:41:01.000160 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 191.53 MiB, peak 205.50 MiB, free memory in arenas 0.00 B, will set to 196.76 MiB (RSS), difference: 5.23 MiB | ||
| 9026 | 2024.03.25 19:41:04.996539 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 8371, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9027 | 2024.03.25 19:41:04.996674 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 9028 | 2024.03.25 19:41:04.996703 [ 3 ] {} <Debug> HTTP-Session: c67ee41a-9338-46ad-809d-6e7ac02098e9 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 9029 | 2024.03.25 19:41:04.996727 [ 3 ] {} <Debug> HTTP-Session: c67ee41a-9338-46ad-809d-6e7ac02098e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9030 | 2024.03.25 19:41:04.996741 [ 3 ] {} <Debug> HTTP-Session: c67ee41a-9338-46ad-809d-6e7ac02098e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9031 | 2024.03.25 19:41:04.996791 [ 3 ] {} <Trace> HTTP-Session: c67ee41a-9338-46ad-809d-6e7ac02098e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9032 | 2024.03.25 19:41:04.996921 [ 3 ] {92327f08-7550-40ee-8b0e-6367893522b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 9033 | 2024.03.25 19:41:04.996986 [ 3 ] {92327f08-7550-40ee-8b0e-6367893522b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 9034 | 2024.03.25 19:41:04.997187 [ 3 ] {92327f08-7550-40ee-8b0e-6367893522b9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9035 | 2024.03.25 19:41:04.997617 [ 3 ] {92327f08-7550-40ee-8b0e-6367893522b9} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9036 | 2024.03.25 19:41:04.997669 [ 3 ] {92327f08-7550-40ee-8b0e-6367893522b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
| 9037 | 2024.03.25 19:41:04.998059 [ 3 ] {92327f08-7550-40ee-8b0e-6367893522b9} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 9038 | 2024.03.25 19:41:04.998395 [ 3 ] {92327f08-7550-40ee-8b0e-6367893522b9} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9039 | 2024.03.25 19:41:04.998555 [ 3 ] {92327f08-7550-40ee-8b0e-6367893522b9} <Debug> executeQuery: Read 58 rows, 4.70 KiB in 0.001694 sec., 34238.48878394333 rows/sec., 2.71 MiB/sec. | ||
| 9040 | 2024.03.25 19:41:04.998709 [ 3 ] {92327f08-7550-40ee-8b0e-6367893522b9} <Debug> DynamicQueryHandler: Done processing query | ||
| 9041 | 2024.03.25 19:41:04.998736 [ 3 ] {92327f08-7550-40ee-8b0e-6367893522b9} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 9042 | 2024.03.25 19:41:04.998753 [ 3 ] {} <Debug> HTTP-Session: c67ee41a-9338-46ad-809d-6e7ac02098e9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9043 | 2024.03.25 19:41:04.998924 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9044 | 2024.03.25 19:41:04.998977 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 9045 | 2024.03.25 19:41:04.998996 [ 3 ] {} <Debug> HTTP-Session: b3ee0424-7246-47f8-8817-c1d452a4549c Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 9046 | 2024.03.25 19:41:04.999015 [ 3 ] {} <Debug> HTTP-Session: b3ee0424-7246-47f8-8817-c1d452a4549c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9047 | 2024.03.25 19:41:04.999029 [ 3 ] {} <Debug> HTTP-Session: b3ee0424-7246-47f8-8817-c1d452a4549c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9048 | 2024.03.25 19:41:04.999065 [ 3 ] {} <Trace> HTTP-Session: b3ee0424-7246-47f8-8817-c1d452a4549c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9049 | 2024.03.25 19:41:04.999138 [ 3 ] {6c55346c-5039-474f-8119-92c12c3f693e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 9050 | 2024.03.25 19:41:04.999183 [ 3 ] {6c55346c-5039-474f-8119-92c12c3f693e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 9051 | 2024.03.25 19:41:04.999311 [ 3 ] {6c55346c-5039-474f-8119-92c12c3f693e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9052 | 2024.03.25 19:41:04.999606 [ 3 ] {6c55346c-5039-474f-8119-92c12c3f693e} <Trace> oximeter.fields_ipaddr (d9ee32b3-8a1d-44e7-a34c-f0038ee3937b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9053 | 2024.03.25 19:41:04.999647 [ 3 ] {6c55346c-5039-474f-8119-92c12c3f693e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
| 9054 | 2024.03.25 19:41:04.999948 [ 3 ] {6c55346c-5039-474f-8119-92c12c3f693e} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 9055 | 2024.03.25 19:41:05.000151 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 202.12 MiB, peak 205.50 MiB, free memory in arenas 0.00 B, will set to 196.76 MiB (RSS), difference: -5.36 MiB | ||
| 9056 | 2024.03.25 19:41:05.000419 [ 3 ] {6c55346c-5039-474f-8119-92c12c3f693e} <Trace> oximeter.fields_ipaddr (d9ee32b3-8a1d-44e7-a34c-f0038ee3937b): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9057 | 2024.03.25 19:41:05.000664 [ 3 ] {6c55346c-5039-474f-8119-92c12c3f693e} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.00154 sec., 2597.4025974025976 rows/sec., 211.80 KiB/sec. | ||
| 9058 | 2024.03.25 19:41:05.000881 [ 3 ] {6c55346c-5039-474f-8119-92c12c3f693e} <Debug> DynamicQueryHandler: Done processing query | ||
| 9059 | 2024.03.25 19:41:05.000906 [ 3 ] {6c55346c-5039-474f-8119-92c12c3f693e} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 9060 | 2024.03.25 19:41:05.000923 [ 3 ] {} <Debug> HTTP-Session: b3ee0424-7246-47f8-8817-c1d452a4549c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9061 | 2024.03.25 19:41:05.001081 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 31614, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9062 | 2024.03.25 19:41:05.001131 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 9063 | 2024.03.25 19:41:05.001149 [ 3 ] {} <Debug> HTTP-Session: 172b4c4c-c738-4a10-be59-15a39995cb85 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 9064 | 2024.03.25 19:41:05.001166 [ 3 ] {} <Debug> HTTP-Session: 172b4c4c-c738-4a10-be59-15a39995cb85 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9065 | 2024.03.25 19:41:05.001180 [ 3 ] {} <Debug> HTTP-Session: 172b4c4c-c738-4a10-be59-15a39995cb85 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9066 | 2024.03.25 19:41:05.001212 [ 3 ] {} <Trace> HTTP-Session: 172b4c4c-c738-4a10-be59-15a39995cb85 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9067 | 2024.03.25 19:41:05.001330 [ 3 ] {c77b534e-8f2d-4256-9112-6a7442ffcad6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 9068 | 2024.03.25 19:41:05.001372 [ 3 ] {c77b534e-8f2d-4256-9112-6a7442ffcad6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9069 | 2024.03.25 19:41:05.001508 [ 3 ] {c77b534e-8f2d-4256-9112-6a7442ffcad6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9070 | 2024.03.25 19:41:05.001917 [ 3 ] {c77b534e-8f2d-4256-9112-6a7442ffcad6} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9071 | 2024.03.25 19:41:05.001956 [ 3 ] {c77b534e-8f2d-4256-9112-6a7442ffcad6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
| 9072 | 2024.03.25 19:41:05.002273 [ 3 ] {c77b534e-8f2d-4256-9112-6a7442ffcad6} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 9073 | 2024.03.25 19:41:05.002575 [ 3 ] {c77b534e-8f2d-4256-9112-6a7442ffcad6} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9074 | 2024.03.25 19:41:05.002731 [ 3 ] {c77b534e-8f2d-4256-9112-6a7442ffcad6} <Debug> executeQuery: Read 202 rows, 19.29 KiB in 0.001469 sec., 137508.50918992513 rows/sec., 12.82 MiB/sec. | ||
| 9075 | 2024.03.25 19:41:05.002746 [ 35 ] {} <Debug> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 9076 | 2024.03.25 19:41:05.002831 [ 35 ] {} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9077 | 2024.03.25 19:41:05.002879 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
| 9078 | 2024.03.25 19:41:05.002915 [ 3 ] {c77b534e-8f2d-4256-9112-6a7442ffcad6} <Debug> DynamicQueryHandler: Done processing query | ||
| 9079 | 2024.03.25 19:41:05.002970 [ 3 ] {c77b534e-8f2d-4256-9112-6a7442ffcad6} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 9080 | 2024.03.25 19:41:05.003026 [ 3 ] {} <Debug> HTTP-Session: 172b4c4c-c738-4a10-be59-15a39995cb85 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9081 | 2024.03.25 19:41:05.003114 [ 190 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
| 9082 | 2024.03.25 19:41:05.003233 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9083 | 2024.03.25 19:41:05.003343 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 9084 | 2024.03.25 19:41:05.003397 [ 3 ] {} <Debug> HTTP-Session: aec881b3-2c4e-40f8-83a6-db6f1f2088b8 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 9085 | 2024.03.25 19:41:05.003403 [ 190 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9086 | 2024.03.25 19:41:05.003424 [ 3 ] {} <Debug> HTTP-Session: aec881b3-2c4e-40f8-83a6-db6f1f2088b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9087 | 2024.03.25 19:41:05.003462 [ 3 ] {} <Debug> HTTP-Session: aec881b3-2c4e-40f8-83a6-db6f1f2088b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9088 | 2024.03.25 19:41:05.003472 [ 190 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 241 rows starting from the beginning of the part | ||
| 9089 | 2024.03.25 19:41:05.003529 [ 3 ] {} <Trace> HTTP-Session: aec881b3-2c4e-40f8-83a6-db6f1f2088b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9090 | 2024.03.25 19:41:05.003686 [ 190 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 200 rows starting from the beginning of the part | ||
| 9091 | 2024.03.25 19:41:05.003916 [ 3 ] {cc7d9d0c-925c-41b9-b7b1-63a0203dfc9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 9092 | 2024.03.25 19:41:05.004015 [ 190 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 26 rows starting from the beginning of the part | ||
| 9093 | 2024.03.25 19:41:05.004095 [ 3 ] {cc7d9d0c-925c-41b9-b7b1-63a0203dfc9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9094 | 2024.03.25 19:41:05.004273 [ 190 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 200 rows starting from the beginning of the part | ||
| 9095 | 2024.03.25 19:41:05.004623 [ 190 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 62 rows starting from the beginning of the part | ||
| 9096 | 2024.03.25 19:41:05.004996 [ 190 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 202 rows starting from the beginning of the part | ||
| 9097 | 2024.03.25 19:41:05.005430 [ 3 ] {cc7d9d0c-925c-41b9-b7b1-63a0203dfc9d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9098 | 2024.03.25 19:41:05.006161 [ 3 ] {cc7d9d0c-925c-41b9-b7b1-63a0203dfc9d} <Trace> oximeter.fields_u16 (c5488911-6586-43c0-ae3f-1262ae9a0dfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9099 | 2024.03.25 19:41:05.006233 [ 3 ] {cc7d9d0c-925c-41b9-b7b1-63a0203dfc9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
| 9100 | 2024.03.25 19:41:05.007064 [ 3 ] {cc7d9d0c-925c-41b9-b7b1-63a0203dfc9d} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 9101 | 2024.03.25 19:41:05.007561 [ 3 ] {cc7d9d0c-925c-41b9-b7b1-63a0203dfc9d} <Trace> oximeter.fields_u16 (c5488911-6586-43c0-ae3f-1262ae9a0dfa): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9102 | 2024.03.25 19:41:05.007931 [ 188 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 931 rows, containing 4 columns (4 merged, 0 gathered) in 0.004964343 sec., 187537.40424463013 rows/sec., 17.06 MiB/sec. | ||
| 9103 | 2024.03.25 19:41:05.007937 [ 3 ] {cc7d9d0c-925c-41b9-b7b1-63a0203dfc9d} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.004245 sec., 942.2850412249707 rows/sec., 65.79 KiB/sec. | ||
| 9104 | 2024.03.25 19:41:05.008098 [ 188 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 9105 | 2024.03.25 19:41:05.008108 [ 3 ] {cc7d9d0c-925c-41b9-b7b1-63a0203dfc9d} <Debug> DynamicQueryHandler: Done processing query | ||
| 9106 | 2024.03.25 19:41:05.008142 [ 3 ] {cc7d9d0c-925c-41b9-b7b1-63a0203dfc9d} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 9107 | 2024.03.25 19:41:05.008166 [ 3 ] {} <Debug> HTTP-Session: aec881b3-2c4e-40f8-83a6-db6f1f2088b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9108 | 2024.03.25 19:41:05.008324 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 15302, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9109 | 2024.03.25 19:41:05.008380 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 9110 | 2024.03.25 19:41:05.008404 [ 3 ] {} <Debug> HTTP-Session: a1355cd0-dcc0-4fad-8205-d37fe7567612 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 9111 | 2024.03.25 19:41:05.008420 [ 3 ] {} <Debug> HTTP-Session: a1355cd0-dcc0-4fad-8205-d37fe7567612 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9112 | 2024.03.25 19:41:05.008444 [ 3 ] {} <Debug> HTTP-Session: a1355cd0-dcc0-4fad-8205-d37fe7567612 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9113 | 2024.03.25 19:41:05.008484 [ 3 ] {} <Trace> HTTP-Session: a1355cd0-dcc0-4fad-8205-d37fe7567612 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9114 | 2024.03.25 19:41:05.008518 [ 188 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_71_14} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9115 | 2024.03.25 19:41:05.008602 [ 3 ] {29acd682-d235-47b9-bec1-88bd05a3aca3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 9116 | 2024.03.25 19:41:05.008623 [ 188 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_71_14} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 9117 | 2024.03.25 19:41:05.008649 [ 3 ] {29acd682-d235-47b9-bec1-88bd05a3aca3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9118 | 2024.03.25 19:41:05.008740 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. | ||
| 9119 | 2024.03.25 19:41:05.008838 [ 3 ] {29acd682-d235-47b9-bec1-88bd05a3aca3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9120 | 2024.03.25 19:41:05.009173 [ 3 ] {29acd682-d235-47b9-bec1-88bd05a3aca3} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9121 | 2024.03.25 19:41:05.009210 [ 3 ] {29acd682-d235-47b9-bec1-88bd05a3aca3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
| 9122 | 2024.03.25 19:41:05.009512 [ 3 ] {29acd682-d235-47b9-bec1-88bd05a3aca3} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 9123 | 2024.03.25 19:41:05.009817 [ 3 ] {29acd682-d235-47b9-bec1-88bd05a3aca3} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9124 | 2024.03.25 19:41:05.009974 [ 3 ] {29acd682-d235-47b9-bec1-88bd05a3aca3} <Debug> executeQuery: Read 90 rows, 7.21 KiB in 0.001428 sec., 63025.21008403361 rows/sec., 4.93 MiB/sec. | ||
| 9125 | 2024.03.25 19:41:05.009983 [ 35 ] {} <Debug> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 9126 | 2024.03.25 19:41:05.010073 [ 35 ] {} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9127 | 2024.03.25 19:41:05.010118 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
| 9128 | 2024.03.25 19:41:05.010208 [ 3 ] {29acd682-d235-47b9-bec1-88bd05a3aca3} <Debug> DynamicQueryHandler: Done processing query | ||
| 9129 | 2024.03.25 19:41:05.010253 [ 3 ] {29acd682-d235-47b9-bec1-88bd05a3aca3} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 9130 | 2024.03.25 19:41:05.010276 [ 3 ] {} <Debug> HTTP-Session: a1355cd0-dcc0-4fad-8205-d37fe7567612 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9131 | 2024.03.25 19:41:05.010284 [ 200 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
| 9132 | 2024.03.25 19:41:05.010399 [ 200 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9133 | 2024.03.25 19:41:05.010432 [ 200 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 138 rows starting from the beginning of the part | ||
| 9134 | 2024.03.25 19:41:05.010443 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 19517, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9135 | 2024.03.25 19:41:05.010512 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 9136 | 2024.03.25 19:41:05.010602 [ 200 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 86 rows starting from the beginning of the part | ||
| 9137 | 2024.03.25 19:41:05.010610 [ 3 ] {} <Debug> HTTP-Session: c1d5fdd9-21ae-4e3e-a174-d719d1dda195 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 9138 | 2024.03.25 19:41:05.010698 [ 3 ] {} <Debug> HTTP-Session: c1d5fdd9-21ae-4e3e-a174-d719d1dda195 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9139 | 2024.03.25 19:41:05.010791 [ 3 ] {} <Debug> HTTP-Session: c1d5fdd9-21ae-4e3e-a174-d719d1dda195 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9140 | 2024.03.25 19:41:05.010925 [ 200 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 28 rows starting from the beginning of the part | ||
| 9141 | 2024.03.25 19:41:05.010948 [ 3 ] {} <Trace> HTTP-Session: c1d5fdd9-21ae-4e3e-a174-d719d1dda195 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9142 | 2024.03.25 19:41:05.011203 [ 200 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 86 rows starting from the beginning of the part | ||
| 9143 | 2024.03.25 19:41:05.011260 [ 3 ] {62f545cf-461a-4ed9-926a-4a2a6f9ea39b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 9144 | 2024.03.25 19:41:05.011463 [ 3 ] {62f545cf-461a-4ed9-926a-4a2a6f9ea39b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9145 | 2024.03.25 19:41:05.011500 [ 200 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 52 rows starting from the beginning of the part | ||
| 9146 | 2024.03.25 19:41:05.011864 [ 200 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 90 rows starting from the beginning of the part | ||
| 9147 | 2024.03.25 19:41:05.012559 [ 3 ] {62f545cf-461a-4ed9-926a-4a2a6f9ea39b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9148 | 2024.03.25 19:41:05.013053 [ 3 ] {62f545cf-461a-4ed9-926a-4a2a6f9ea39b} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9149 | 2024.03.25 19:41:05.013100 [ 3 ] {62f545cf-461a-4ed9-926a-4a2a6f9ea39b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
| 9150 | 2024.03.25 19:41:05.013746 [ 3 ] {62f545cf-461a-4ed9-926a-4a2a6f9ea39b} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 9151 | 2024.03.25 19:41:05.013758 [ 189 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 480 rows, containing 4 columns (4 merged, 0 gathered) in 0.003537467 sec., 135690.31174001057 rows/sec., 10.60 MiB/sec. | ||
| 9152 | 2024.03.25 19:41:05.014033 [ 189 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 9153 | 2024.03.25 19:41:05.014313 [ 3 ] {62f545cf-461a-4ed9-926a-4a2a6f9ea39b} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9154 | 2024.03.25 19:41:05.014701 [ 35 ] {} <Debug> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 9155 | 2024.03.25 19:41:05.014815 [ 35 ] {} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9156 | 2024.03.25 19:41:05.014840 [ 3 ] {62f545cf-461a-4ed9-926a-4a2a6f9ea39b} <Debug> executeQuery: Read 102 rows, 7.24 KiB in 0.003726 sec., 27375.201288244767 rows/sec., 1.90 MiB/sec. | ||
| 9157 | 2024.03.25 19:41:05.014871 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
| 9158 | 2024.03.25 19:41:05.015410 [ 189 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_71_14} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9159 | 2024.03.25 19:41:05.015612 [ 200 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
| 9160 | 2024.03.25 19:41:05.015797 [ 3 ] {62f545cf-461a-4ed9-926a-4a2a6f9ea39b} <Debug> DynamicQueryHandler: Done processing query | ||
| 9161 | 2024.03.25 19:41:05.015904 [ 3 ] {62f545cf-461a-4ed9-926a-4a2a6f9ea39b} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
| 9162 | 2024.03.25 19:41:05.016004 [ 189 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_71_14} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 9163 | 2024.03.25 19:41:05.016030 [ 3 ] {} <Debug> HTTP-Session: c1d5fdd9-21ae-4e3e-a174-d719d1dda195 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9164 | 2024.03.25 19:41:05.016447 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 62052, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9165 | 2024.03.25 19:41:05.016466 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 9166 | 2024.03.25 19:41:05.016662 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 9167 | 2024.03.25 19:41:05.016764 [ 200 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9168 | 2024.03.25 19:41:05.016787 [ 3 ] {} <Debug> HTTP-Session: e15606ff-0ad9-4f7f-9a9f-a1ef22b078a3 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 9169 | 2024.03.25 19:41:05.016876 [ 3 ] {} <Debug> HTTP-Session: e15606ff-0ad9-4f7f-9a9f-a1ef22b078a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9170 | 2024.03.25 19:41:05.016907 [ 200 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 7211 rows starting from the beginning of the part | ||
| 9171 | 2024.03.25 19:41:05.016943 [ 3 ] {} <Debug> HTTP-Session: e15606ff-0ad9-4f7f-9a9f-a1ef22b078a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9172 | 2024.03.25 19:41:05.017107 [ 3 ] {} <Trace> HTTP-Session: e15606ff-0ad9-4f7f-9a9f-a1ef22b078a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9173 | 2024.03.25 19:41:05.017507 [ 200 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 100 rows starting from the beginning of the part | ||
| 9174 | 2024.03.25 19:41:05.017624 [ 200 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 100 rows starting from the beginning of the part | ||
| 9175 | 2024.03.25 19:41:05.017877 [ 200 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 100 rows starting from the beginning of the part | ||
| 9176 | 2024.03.25 19:41:05.017881 [ 3 ] {f6a27bc9-3aa7-4db0-afb0-39b4495ca952} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 9177 | 2024.03.25 19:41:05.018090 [ 3 ] {f6a27bc9-3aa7-4db0-afb0-39b4495ca952} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 9178 | 2024.03.25 19:41:05.018262 [ 200 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 136 rows starting from the beginning of the part | ||
| 9179 | 2024.03.25 19:41:05.018599 [ 200 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 102 rows starting from the beginning of the part | ||
| 9180 | 2024.03.25 19:41:05.019213 [ 3 ] {f6a27bc9-3aa7-4db0-afb0-39b4495ca952} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9181 | 2024.03.25 19:41:05.019881 [ 3 ] {f6a27bc9-3aa7-4db0-afb0-39b4495ca952} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9182 | 2024.03.25 19:41:05.019923 [ 3 ] {f6a27bc9-3aa7-4db0-afb0-39b4495ca952} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
| 9183 | 2024.03.25 19:41:05.020600 [ 3 ] {f6a27bc9-3aa7-4db0-afb0-39b4495ca952} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 9184 | 2024.03.25 19:41:05.020973 [ 3 ] {f6a27bc9-3aa7-4db0-afb0-39b4495ca952} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9185 | 2024.03.25 19:41:05.021153 [ 3 ] {f6a27bc9-3aa7-4db0-afb0-39b4495ca952} <Debug> executeQuery: Read 58 rows, 80.15 KiB in 0.003731 sec., 15545.43017957652 rows/sec., 20.98 MiB/sec. | ||
| 9186 | 2024.03.25 19:41:05.021511 [ 3 ] {f6a27bc9-3aa7-4db0-afb0-39b4495ca952} <Debug> DynamicQueryHandler: Done processing query | ||
| 9187 | 2024.03.25 19:41:05.021586 [ 3 ] {f6a27bc9-3aa7-4db0-afb0-39b4495ca952} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 9188 | 2024.03.25 19:41:05.021704 [ 3 ] {} <Debug> HTTP-Session: e15606ff-0ad9-4f7f-9a9f-a1ef22b078a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9189 | 2024.03.25 19:41:05.022067 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9190 | 2024.03.25 19:41:05.022082 [ 200 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7749 rows, containing 5 columns (5 merged, 0 gathered) in 0.007059334 sec., 1097695.6183118692 rows/sec., 76.22 MiB/sec. | ||
| 9191 | 2024.03.25 19:41:05.022202 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 9192 | 2024.03.25 19:41:05.022238 [ 3 ] {} <Debug> HTTP-Session: 6c375184-921e-4c1a-ad2a-bf95e7b3acb5 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 9193 | 2024.03.25 19:41:05.022262 [ 3 ] {} <Debug> HTTP-Session: 6c375184-921e-4c1a-ad2a-bf95e7b3acb5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9194 | 2024.03.25 19:41:05.022278 [ 3 ] {} <Debug> HTTP-Session: 6c375184-921e-4c1a-ad2a-bf95e7b3acb5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9195 | 2024.03.25 19:41:05.022309 [ 3 ] {} <Trace> HTTP-Session: 6c375184-921e-4c1a-ad2a-bf95e7b3acb5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9196 | 2024.03.25 19:41:05.022389 [ 3 ] {378d13d4-90e9-4ae6-98bc-07cf7e48f9e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 9197 | 2024.03.25 19:41:05.022434 [ 3 ] {378d13d4-90e9-4ae6-98bc-07cf7e48f9e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9198 | 2024.03.25 19:41:05.022557 [ 200 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 9199 | 2024.03.25 19:41:05.022688 [ 3 ] {378d13d4-90e9-4ae6-98bc-07cf7e48f9e2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9200 | 2024.03.25 19:41:05.023086 [ 3 ] {378d13d4-90e9-4ae6-98bc-07cf7e48f9e2} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9201 | 2024.03.25 19:41:05.023123 [ 3 ] {378d13d4-90e9-4ae6-98bc-07cf7e48f9e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
| 9202 | 2024.03.25 19:41:05.023161 [ 200 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9203 | 2024.03.25 19:41:05.023280 [ 200 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 9204 | 2024.03.25 19:41:05.023379 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.41 MiB. | ||
| 9205 | 2024.03.25 19:41:05.023565 [ 3 ] {378d13d4-90e9-4ae6-98bc-07cf7e48f9e2} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 9206 | 2024.03.25 19:41:05.023879 [ 3 ] {378d13d4-90e9-4ae6-98bc-07cf7e48f9e2} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9207 | 2024.03.25 19:41:05.024032 [ 3 ] {378d13d4-90e9-4ae6-98bc-07cf7e48f9e2} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001672 sec., 17942.583732057414 rows/sec., 1.23 MiB/sec. | ||
| 9208 | 2024.03.25 19:41:05.024042 [ 35 ] {} <Debug> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 9209 | 2024.03.25 19:41:05.024144 [ 35 ] {} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9210 | 2024.03.25 19:41:05.024200 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
| 9211 | 2024.03.25 19:41:05.024273 [ 3 ] {378d13d4-90e9-4ae6-98bc-07cf7e48f9e2} <Debug> DynamicQueryHandler: Done processing query | ||
| 9212 | 2024.03.25 19:41:05.024328 [ 3 ] {378d13d4-90e9-4ae6-98bc-07cf7e48f9e2} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 9213 | 2024.03.25 19:41:05.024381 [ 3 ] {} <Debug> HTTP-Session: 6c375184-921e-4c1a-ad2a-bf95e7b3acb5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9214 | 2024.03.25 19:41:05.024407 [ 201 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
| 9215 | 2024.03.25 19:41:05.024572 [ 201 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9216 | 2024.03.25 19:41:05.024608 [ 201 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1962 rows starting from the beginning of the part | ||
| 9217 | 2024.03.25 19:41:05.024720 [ 201 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 30 rows starting from the beginning of the part | ||
| 9218 | 2024.03.25 19:41:05.024900 [ 201 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 30 rows starting from the beginning of the part | ||
| 9219 | 2024.03.25 19:41:05.025131 [ 201 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 30 rows starting from the beginning of the part | ||
| 9220 | 2024.03.25 19:41:05.025226 [ 201 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 30 rows starting from the beginning of the part | ||
| 9221 | 2024.03.25 19:41:05.025428 [ 201 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 30 rows starting from the beginning of the part | ||
| 9222 | 2024.03.25 19:41:05.026867 [ 197 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2112 rows, containing 4 columns (4 merged, 0 gathered) in 0.002580184 sec., 818546.2742192029 rows/sec., 56.08 MiB/sec. | ||
| 9223 | 2024.03.25 19:41:05.027103 [ 198 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 9224 | 2024.03.25 19:41:05.027546 [ 198 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_71_14} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9225 | 2024.03.25 19:41:05.027645 [ 198 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_71_14} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 9226 | 2024.03.25 19:41:05.027745 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.60 MiB. | ||
| 9227 | 2024.03.25 19:41:06.000239 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 192.05 MiB, peak 205.50 MiB, free memory in arenas 0.00 B, will set to 196.80 MiB (RSS), difference: 4.75 MiB | ||
| 9228 | 2024.03.25 19:41:06.613723 [ 25 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 9229 | 2024.03.25 19:41:06.613773 [ 25 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 9230 | 2024.03.25 19:41:07.001513 [ 243 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000983455 sec. | ||
| 9231 | 2024.03.25 19:41:09.993618 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 3629, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9232 | 2024.03.25 19:41:09.993754 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 9233 | 2024.03.25 19:41:09.993783 [ 3 ] {} <Debug> HTTP-Session: 624ea374-9661-4937-921b-fbc39d97ed72 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 9234 | 2024.03.25 19:41:09.993811 [ 3 ] {} <Debug> HTTP-Session: 624ea374-9661-4937-921b-fbc39d97ed72 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9235 | 2024.03.25 19:41:09.993829 [ 3 ] {} <Debug> HTTP-Session: 624ea374-9661-4937-921b-fbc39d97ed72 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9236 | 2024.03.25 19:41:09.993890 [ 3 ] {} <Trace> HTTP-Session: 624ea374-9661-4937-921b-fbc39d97ed72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9237 | 2024.03.25 19:41:09.994079 [ 3 ] {03342a8d-46de-44ac-9078-980daddbe13c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 9238 | 2024.03.25 19:41:09.994180 [ 3 ] {03342a8d-46de-44ac-9078-980daddbe13c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9239 | 2024.03.25 19:41:09.994480 [ 3 ] {03342a8d-46de-44ac-9078-980daddbe13c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9240 | 2024.03.25 19:41:09.995027 [ 3 ] {03342a8d-46de-44ac-9078-980daddbe13c} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9241 | 2024.03.25 19:41:09.995093 [ 3 ] {03342a8d-46de-44ac-9078-980daddbe13c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
| 9242 | 2024.03.25 19:41:09.995470 [ 3 ] {03342a8d-46de-44ac-9078-980daddbe13c} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 9243 | 2024.03.25 19:41:09.995802 [ 3 ] {03342a8d-46de-44ac-9078-980daddbe13c} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9244 | 2024.03.25 19:41:09.995944 [ 3 ] {03342a8d-46de-44ac-9078-980daddbe13c} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.001958 sec., 13278.855975485189 rows/sec., 1.00 MiB/sec. | ||
| 9245 | 2024.03.25 19:41:09.996105 [ 3 ] {03342a8d-46de-44ac-9078-980daddbe13c} <Debug> DynamicQueryHandler: Done processing query | ||
| 9246 | 2024.03.25 19:41:09.996144 [ 3 ] {03342a8d-46de-44ac-9078-980daddbe13c} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 9247 | 2024.03.25 19:41:09.996166 [ 3 ] {} <Debug> HTTP-Session: 624ea374-9661-4937-921b-fbc39d97ed72 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9248 | 2024.03.25 19:41:09.996400 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4792, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9249 | 2024.03.25 19:41:09.996463 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 9250 | 2024.03.25 19:41:09.996486 [ 3 ] {} <Debug> HTTP-Session: d57d44ba-715d-4193-977d-e1b209d31010 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 9251 | 2024.03.25 19:41:09.996510 [ 3 ] {} <Debug> HTTP-Session: d57d44ba-715d-4193-977d-e1b209d31010 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9252 | 2024.03.25 19:41:09.996527 [ 3 ] {} <Debug> HTTP-Session: d57d44ba-715d-4193-977d-e1b209d31010 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9253 | 2024.03.25 19:41:09.996569 [ 3 ] {} <Trace> HTTP-Session: d57d44ba-715d-4193-977d-e1b209d31010 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9254 | 2024.03.25 19:41:09.996666 [ 3 ] {6a3e8faa-cbce-4c67-96ca-74a7e9fa2c66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 9255 | 2024.03.25 19:41:09.996718 [ 3 ] {6a3e8faa-cbce-4c67-96ca-74a7e9fa2c66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9256 | 2024.03.25 19:41:09.996877 [ 3 ] {6a3e8faa-cbce-4c67-96ca-74a7e9fa2c66} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9257 | 2024.03.25 19:41:09.997147 [ 3 ] {6a3e8faa-cbce-4c67-96ca-74a7e9fa2c66} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9258 | 2024.03.25 19:41:09.997185 [ 3 ] {6a3e8faa-cbce-4c67-96ca-74a7e9fa2c66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
| 9259 | 2024.03.25 19:41:09.997512 [ 3 ] {6a3e8faa-cbce-4c67-96ca-74a7e9fa2c66} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 9260 | 2024.03.25 19:41:09.997826 [ 3 ] {6a3e8faa-cbce-4c67-96ca-74a7e9fa2c66} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9261 | 2024.03.25 19:41:09.997965 [ 3 ] {6a3e8faa-cbce-4c67-96ca-74a7e9fa2c66} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001337 sec., 20942.40837696335 rows/sec., 1.63 MiB/sec. | ||
| 9262 | 2024.03.25 19:41:09.998143 [ 3 ] {6a3e8faa-cbce-4c67-96ca-74a7e9fa2c66} <Debug> DynamicQueryHandler: Done processing query | ||
| 9263 | 2024.03.25 19:41:09.998168 [ 3 ] {6a3e8faa-cbce-4c67-96ca-74a7e9fa2c66} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 9264 | 2024.03.25 19:41:09.998184 [ 3 ] {} <Debug> HTTP-Session: d57d44ba-715d-4193-977d-e1b209d31010 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9265 | 2024.03.25 19:41:09.998392 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 19137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9266 | 2024.03.25 19:41:09.998441 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 9267 | 2024.03.25 19:41:09.998460 [ 3 ] {} <Debug> HTTP-Session: ce716004-469f-447e-ad48-3d1a3702288c Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 9268 | 2024.03.25 19:41:09.998476 [ 3 ] {} <Debug> HTTP-Session: ce716004-469f-447e-ad48-3d1a3702288c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9269 | 2024.03.25 19:41:09.998490 [ 3 ] {} <Debug> HTTP-Session: ce716004-469f-447e-ad48-3d1a3702288c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9270 | 2024.03.25 19:41:09.998521 [ 3 ] {} <Trace> HTTP-Session: ce716004-469f-447e-ad48-3d1a3702288c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9271 | 2024.03.25 19:41:09.998626 [ 3 ] {77958a16-fcdb-47f9-beb8-045f43943816} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 9272 | 2024.03.25 19:41:09.998673 [ 3 ] {77958a16-fcdb-47f9-beb8-045f43943816} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9273 | 2024.03.25 19:41:09.998836 [ 3 ] {77958a16-fcdb-47f9-beb8-045f43943816} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9274 | 2024.03.25 19:41:09.999149 [ 3 ] {77958a16-fcdb-47f9-beb8-045f43943816} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9275 | 2024.03.25 19:41:09.999187 [ 3 ] {77958a16-fcdb-47f9-beb8-045f43943816} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
| 9276 | 2024.03.25 19:41:09.999574 [ 3 ] {77958a16-fcdb-47f9-beb8-045f43943816} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 9277 | 2024.03.25 19:41:09.999925 [ 3 ] {77958a16-fcdb-47f9-beb8-045f43943816} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9278 | 2024.03.25 19:41:10.000081 [ 3 ] {77958a16-fcdb-47f9-beb8-045f43943816} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001513 sec., 66093.85327164574 rows/sec., 4.58 MiB/sec. | ||
| 9279 | 2024.03.25 19:41:10.000208 [ 3 ] {77958a16-fcdb-47f9-beb8-045f43943816} <Debug> DynamicQueryHandler: Done processing query | ||
| 9280 | 2024.03.25 19:41:10.000229 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 202.27 MiB, peak 205.50 MiB, free memory in arenas 0.00 B, will set to 196.80 MiB (RSS), difference: -5.47 MiB | ||
| 9281 | 2024.03.25 19:41:10.000251 [ 3 ] {77958a16-fcdb-47f9-beb8-045f43943816} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
| 9282 | 2024.03.25 19:41:10.000339 [ 3 ] {} <Debug> HTTP-Session: ce716004-469f-447e-ad48-3d1a3702288c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9283 | 2024.03.25 19:41:10.000527 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9284 | 2024.03.25 19:41:10.000611 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 9285 | 2024.03.25 19:41:10.000674 [ 3 ] {} <Debug> HTTP-Session: 08a35cf9-331b-4c6e-9bc9-dc58f0e8c138 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 9286 | 2024.03.25 19:41:10.000700 [ 3 ] {} <Debug> HTTP-Session: 08a35cf9-331b-4c6e-9bc9-dc58f0e8c138 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9287 | 2024.03.25 19:41:10.000715 [ 3 ] {} <Debug> HTTP-Session: 08a35cf9-331b-4c6e-9bc9-dc58f0e8c138 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9288 | 2024.03.25 19:41:10.000803 [ 3 ] {} <Trace> HTTP-Session: 08a35cf9-331b-4c6e-9bc9-dc58f0e8c138 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9289 | 2024.03.25 19:41:10.000965 [ 3 ] {d2a41b41-0368-4758-82e6-b1e80082a504} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 9290 | 2024.03.25 19:41:10.001009 [ 3 ] {d2a41b41-0368-4758-82e6-b1e80082a504} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9291 | 2024.03.25 19:41:10.001143 [ 3 ] {d2a41b41-0368-4758-82e6-b1e80082a504} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9292 | 2024.03.25 19:41:10.001399 [ 3 ] {d2a41b41-0368-4758-82e6-b1e80082a504} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9293 | 2024.03.25 19:41:10.001440 [ 3 ] {d2a41b41-0368-4758-82e6-b1e80082a504} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
| 9294 | 2024.03.25 19:41:10.001798 [ 3 ] {d2a41b41-0368-4758-82e6-b1e80082a504} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 9295 | 2024.03.25 19:41:10.002115 [ 3 ] {d2a41b41-0368-4758-82e6-b1e80082a504} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9296 | 2024.03.25 19:41:10.002271 [ 3 ] {d2a41b41-0368-4758-82e6-b1e80082a504} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001346 sec., 22288.261515601782 rows/sec., 1.53 MiB/sec. | ||
| 9297 | 2024.03.25 19:41:10.002388 [ 3 ] {d2a41b41-0368-4758-82e6-b1e80082a504} <Debug> DynamicQueryHandler: Done processing query | ||
| 9298 | 2024.03.25 19:41:10.002412 [ 3 ] {d2a41b41-0368-4758-82e6-b1e80082a504} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 9299 | 2024.03.25 19:41:10.002427 [ 3 ] {} <Debug> HTTP-Session: 08a35cf9-331b-4c6e-9bc9-dc58f0e8c138 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9300 | 2024.03.25 19:41:14.996311 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 8371, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9301 | 2024.03.25 19:41:14.996503 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 9302 | 2024.03.25 19:41:14.996548 [ 3 ] {} <Debug> HTTP-Session: 7c5d1290-43ae-4c94-aa8f-20eb8da72be0 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 9303 | 2024.03.25 19:41:14.996590 [ 3 ] {} <Debug> HTTP-Session: 7c5d1290-43ae-4c94-aa8f-20eb8da72be0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9304 | 2024.03.25 19:41:14.996618 [ 3 ] {} <Debug> HTTP-Session: 7c5d1290-43ae-4c94-aa8f-20eb8da72be0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9305 | 2024.03.25 19:41:14.996697 [ 3 ] {} <Trace> HTTP-Session: 7c5d1290-43ae-4c94-aa8f-20eb8da72be0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9306 | 2024.03.25 19:41:14.996902 [ 3 ] {4c63b3e3-8594-4b5a-9456-6e7fe1b3a7e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 9307 | 2024.03.25 19:41:14.997007 [ 3 ] {4c63b3e3-8594-4b5a-9456-6e7fe1b3a7e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 9308 | 2024.03.25 19:41:14.997226 [ 3 ] {4c63b3e3-8594-4b5a-9456-6e7fe1b3a7e6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9309 | 2024.03.25 19:41:14.997627 [ 3 ] {4c63b3e3-8594-4b5a-9456-6e7fe1b3a7e6} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9310 | 2024.03.25 19:41:14.997676 [ 3 ] {4c63b3e3-8594-4b5a-9456-6e7fe1b3a7e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
| 9311 | 2024.03.25 19:41:14.998062 [ 3 ] {4c63b3e3-8594-4b5a-9456-6e7fe1b3a7e6} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 9312 | 2024.03.25 19:41:14.998398 [ 3 ] {4c63b3e3-8594-4b5a-9456-6e7fe1b3a7e6} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9313 | 2024.03.25 19:41:14.998558 [ 3 ] {4c63b3e3-8594-4b5a-9456-6e7fe1b3a7e6} <Debug> executeQuery: Read 58 rows, 4.70 KiB in 0.001762 sec., 32917.13961407492 rows/sec., 2.61 MiB/sec. | ||
| 9314 | 2024.03.25 19:41:14.998642 [ 29 ] {} <Debug> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108) (MergerMutator): Selected 5 parts from all_1_32_7 to all_36_36_0 | ||
| 9315 | 2024.03.25 19:41:14.998769 [ 29 ] {} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9316 | 2024.03.25 19:41:14.998784 [ 3 ] {4c63b3e3-8594-4b5a-9456-6e7fe1b3a7e6} <Debug> DynamicQueryHandler: Done processing query | ||
| 9317 | 2024.03.25 19:41:14.998833 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
| 9318 | 2024.03.25 19:41:14.998841 [ 3 ] {4c63b3e3-8594-4b5a-9456-6e7fe1b3a7e6} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 9319 | 2024.03.25 19:41:14.998896 [ 3 ] {} <Debug> HTTP-Session: 7c5d1290-43ae-4c94-aa8f-20eb8da72be0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9320 | 2024.03.25 19:41:14.999046 [ 194 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_36_8} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_32_7 to all_36_36_0 into Compact with storage Full | ||
| 9321 | 2024.03.25 19:41:14.999166 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9322 | 2024.03.25 19:41:14.999277 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 9323 | 2024.03.25 19:41:14.999334 [ 3 ] {} <Debug> HTTP-Session: 2aa2648d-79b9-4735-8ab5-45172ad15670 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 9324 | 2024.03.25 19:41:14.999355 [ 194 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_36_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9325 | 2024.03.25 19:41:14.999370 [ 3 ] {} <Debug> HTTP-Session: 2aa2648d-79b9-4735-8ab5-45172ad15670 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9326 | 2024.03.25 19:41:14.999417 [ 3 ] {} <Debug> HTTP-Session: 2aa2648d-79b9-4735-8ab5-45172ad15670 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9327 | 2024.03.25 19:41:14.999430 [ 194 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_36_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_32_7, total 58 rows starting from the beginning of the part | ||
| 9328 | 2024.03.25 19:41:14.999488 [ 3 ] {} <Trace> HTTP-Session: 2aa2648d-79b9-4735-8ab5-45172ad15670 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9329 | 2024.03.25 19:41:14.999681 [ 194 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_36_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 58 rows starting from the beginning of the part | ||
| 9330 | 2024.03.25 19:41:14.999773 [ 3 ] {24a8267e-0064-463b-a2bd-56ba6819bc98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 9331 | 2024.03.25 19:41:14.999998 [ 3 ] {24a8267e-0064-463b-a2bd-56ba6819bc98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 9332 | 2024.03.25 19:41:15.000022 [ 194 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_36_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 58 rows starting from the beginning of the part | ||
| 9333 | 2024.03.25 19:41:15.000233 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 197.87 MiB, peak 205.50 MiB, free memory in arenas 0.00 B, will set to 196.80 MiB (RSS), difference: -1.07 MiB | ||
| 9334 | 2024.03.25 19:41:15.000408 [ 194 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_36_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 58 rows starting from the beginning of the part | ||
| 9335 | 2024.03.25 19:41:15.001053 [ 194 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_36_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 58 rows starting from the beginning of the part | ||
| 9336 | 2024.03.25 19:41:15.001559 [ 3 ] {24a8267e-0064-463b-a2bd-56ba6819bc98} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9337 | 2024.03.25 19:41:15.002289 [ 3 ] {24a8267e-0064-463b-a2bd-56ba6819bc98} <Trace> oximeter.fields_ipaddr (d9ee32b3-8a1d-44e7-a34c-f0038ee3937b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9338 | 2024.03.25 19:41:15.002354 [ 3 ] {24a8267e-0064-463b-a2bd-56ba6819bc98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
| 9339 | 2024.03.25 19:41:15.003159 [ 3 ] {24a8267e-0064-463b-a2bd-56ba6819bc98} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 9340 | 2024.03.25 19:41:15.003865 [ 194 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_36_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 290 rows, containing 4 columns (4 merged, 0 gathered) in 0.00489435 sec., 59251.994646888765 rows/sec., 4.69 MiB/sec. | ||
| 9341 | 2024.03.25 19:41:15.004039 [ 3 ] {24a8267e-0064-463b-a2bd-56ba6819bc98} <Trace> oximeter.fields_ipaddr (d9ee32b3-8a1d-44e7-a34c-f0038ee3937b): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9342 | 2024.03.25 19:41:15.004053 [ 194 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_36_8} <Trace> MergedBlockOutputStream: filled checksums all_1_36_8 (state Temporary) | ||
| 9343 | 2024.03.25 19:41:15.004369 [ 3 ] {24a8267e-0064-463b-a2bd-56ba6819bc98} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.004764 sec., 839.6305625524769 rows/sec., 68.47 KiB/sec. | ||
| 9344 | 2024.03.25 19:41:15.004739 [ 3 ] {24a8267e-0064-463b-a2bd-56ba6819bc98} <Debug> DynamicQueryHandler: Done processing query | ||
| 9345 | 2024.03.25 19:41:15.004772 [ 3 ] {24a8267e-0064-463b-a2bd-56ba6819bc98} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 9346 | 2024.03.25 19:41:15.004813 [ 3 ] {} <Debug> HTTP-Session: 2aa2648d-79b9-4735-8ab5-45172ad15670 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9347 | 2024.03.25 19:41:15.004979 [ 194 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_36_8} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Renaming temporary part tmp_merge_all_1_36_8 to all_1_36_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9348 | 2024.03.25 19:41:15.005061 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 31606, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9349 | 2024.03.25 19:41:15.005122 [ 194 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_36_8} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108) (MergerMutator): Merged 5 parts: [all_1_32_7, all_36_36_0] -> all_1_36_8 | ||
| 9350 | 2024.03.25 19:41:15.005146 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 9351 | 2024.03.25 19:41:15.005179 [ 3 ] {} <Debug> HTTP-Session: 347f6802-95c9-4b95-afff-d3ba3110b4d0 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 9352 | 2024.03.25 19:41:15.005226 [ 3 ] {} <Debug> HTTP-Session: 347f6802-95c9-4b95-afff-d3ba3110b4d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9353 | 2024.03.25 19:41:15.005255 [ 3 ] {} <Debug> HTTP-Session: 347f6802-95c9-4b95-afff-d3ba3110b4d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9354 | 2024.03.25 19:41:15.005266 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 9355 | 2024.03.25 19:41:15.005320 [ 3 ] {} <Trace> HTTP-Session: 347f6802-95c9-4b95-afff-d3ba3110b4d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9356 | 2024.03.25 19:41:15.005458 [ 3 ] {70ea72d1-121f-4b82-bf81-3c3ee990c9a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 9357 | 2024.03.25 19:41:15.005499 [ 3 ] {70ea72d1-121f-4b82-bf81-3c3ee990c9a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9358 | 2024.03.25 19:41:15.005644 [ 3 ] {70ea72d1-121f-4b82-bf81-3c3ee990c9a1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9359 | 2024.03.25 19:41:15.006057 [ 3 ] {70ea72d1-121f-4b82-bf81-3c3ee990c9a1} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9360 | 2024.03.25 19:41:15.006095 [ 3 ] {70ea72d1-121f-4b82-bf81-3c3ee990c9a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
| 9361 | 2024.03.25 19:41:15.006415 [ 3 ] {70ea72d1-121f-4b82-bf81-3c3ee990c9a1} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 9362 | 2024.03.25 19:41:15.006719 [ 3 ] {70ea72d1-121f-4b82-bf81-3c3ee990c9a1} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9363 | 2024.03.25 19:41:15.006876 [ 3 ] {70ea72d1-121f-4b82-bf81-3c3ee990c9a1} <Debug> executeQuery: Read 202 rows, 19.28 KiB in 0.001489 sec., 135661.51779717932 rows/sec., 12.65 MiB/sec. | ||
| 9364 | 2024.03.25 19:41:15.006990 [ 3 ] {70ea72d1-121f-4b82-bf81-3c3ee990c9a1} <Debug> DynamicQueryHandler: Done processing query | ||
| 9365 | 2024.03.25 19:41:15.007014 [ 3 ] {70ea72d1-121f-4b82-bf81-3c3ee990c9a1} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 9366 | 2024.03.25 19:41:15.007030 [ 3 ] {} <Debug> HTTP-Session: 347f6802-95c9-4b95-afff-d3ba3110b4d0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9367 | 2024.03.25 19:41:15.007156 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 608, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9368 | 2024.03.25 19:41:15.007204 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 9369 | 2024.03.25 19:41:15.007225 [ 3 ] {} <Debug> HTTP-Session: cf10b509-f5e9-4071-a62d-c1c82832f7d7 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 9370 | 2024.03.25 19:41:15.007241 [ 3 ] {} <Debug> HTTP-Session: cf10b509-f5e9-4071-a62d-c1c82832f7d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9371 | 2024.03.25 19:41:15.007254 [ 3 ] {} <Debug> HTTP-Session: cf10b509-f5e9-4071-a62d-c1c82832f7d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9372 | 2024.03.25 19:41:15.007286 [ 3 ] {} <Trace> HTTP-Session: cf10b509-f5e9-4071-a62d-c1c82832f7d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9373 | 2024.03.25 19:41:15.007350 [ 3 ] {3087ca20-fd6c-4031-a726-ccdb36806b42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 9374 | 2024.03.25 19:41:15.007390 [ 3 ] {3087ca20-fd6c-4031-a726-ccdb36806b42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9375 | 2024.03.25 19:41:15.007512 [ 3 ] {3087ca20-fd6c-4031-a726-ccdb36806b42} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9376 | 2024.03.25 19:41:15.007748 [ 3 ] {3087ca20-fd6c-4031-a726-ccdb36806b42} <Trace> oximeter.fields_u16 (c5488911-6586-43c0-ae3f-1262ae9a0dfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9377 | 2024.03.25 19:41:15.007786 [ 3 ] {3087ca20-fd6c-4031-a726-ccdb36806b42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
| 9378 | 2024.03.25 19:41:15.008075 [ 3 ] {3087ca20-fd6c-4031-a726-ccdb36806b42} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 9379 | 2024.03.25 19:41:15.008381 [ 3 ] {3087ca20-fd6c-4031-a726-ccdb36806b42} <Trace> oximeter.fields_u16 (c5488911-6586-43c0-ae3f-1262ae9a0dfa): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9380 | 2024.03.25 19:41:15.008540 [ 3 ] {3087ca20-fd6c-4031-a726-ccdb36806b42} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001205 sec., 3319.5020746887967 rows/sec., 231.78 KiB/sec. | ||
| 9381 | 2024.03.25 19:41:15.008648 [ 3 ] {3087ca20-fd6c-4031-a726-ccdb36806b42} <Debug> DynamicQueryHandler: Done processing query | ||
| 9382 | 2024.03.25 19:41:15.008673 [ 3 ] {3087ca20-fd6c-4031-a726-ccdb36806b42} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 9383 | 2024.03.25 19:41:15.008689 [ 3 ] {} <Debug> HTTP-Session: cf10b509-f5e9-4071-a62d-c1c82832f7d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9384 | 2024.03.25 19:41:15.008805 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 15302, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9385 | 2024.03.25 19:41:15.008853 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 9386 | 2024.03.25 19:41:15.008872 [ 3 ] {} <Debug> HTTP-Session: 12051f03-0ec2-4a1a-8db5-82988a00c9a8 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 9387 | 2024.03.25 19:41:15.008888 [ 3 ] {} <Debug> HTTP-Session: 12051f03-0ec2-4a1a-8db5-82988a00c9a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9388 | 2024.03.25 19:41:15.008902 [ 3 ] {} <Debug> HTTP-Session: 12051f03-0ec2-4a1a-8db5-82988a00c9a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9389 | 2024.03.25 19:41:15.008932 [ 3 ] {} <Trace> HTTP-Session: 12051f03-0ec2-4a1a-8db5-82988a00c9a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9390 | 2024.03.25 19:41:15.009017 [ 3 ] {b3ce92a5-8cb7-4689-bd60-529f932b7e60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 9391 | 2024.03.25 19:41:15.009057 [ 3 ] {b3ce92a5-8cb7-4689-bd60-529f932b7e60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9392 | 2024.03.25 19:41:15.009178 [ 3 ] {b3ce92a5-8cb7-4689-bd60-529f932b7e60} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9393 | 2024.03.25 19:41:15.009471 [ 3 ] {b3ce92a5-8cb7-4689-bd60-529f932b7e60} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9394 | 2024.03.25 19:41:15.009509 [ 3 ] {b3ce92a5-8cb7-4689-bd60-529f932b7e60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
| 9395 | 2024.03.25 19:41:15.009824 [ 3 ] {b3ce92a5-8cb7-4689-bd60-529f932b7e60} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 9396 | 2024.03.25 19:41:15.010123 [ 3 ] {b3ce92a5-8cb7-4689-bd60-529f932b7e60} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9397 | 2024.03.25 19:41:15.010278 [ 3 ] {b3ce92a5-8cb7-4689-bd60-529f932b7e60} <Debug> executeQuery: Read 90 rows, 7.21 KiB in 0.001299 sec., 69284.06466512702 rows/sec., 5.42 MiB/sec. | ||
| 9398 | 2024.03.25 19:41:15.010390 [ 3 ] {b3ce92a5-8cb7-4689-bd60-529f932b7e60} <Debug> DynamicQueryHandler: Done processing query | ||
| 9399 | 2024.03.25 19:41:15.010414 [ 3 ] {b3ce92a5-8cb7-4689-bd60-529f932b7e60} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 9400 | 2024.03.25 19:41:15.010429 [ 3 ] {} <Debug> HTTP-Session: 12051f03-0ec2-4a1a-8db5-82988a00c9a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9401 | 2024.03.25 19:41:15.010626 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 19518, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9402 | 2024.03.25 19:41:15.010674 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 9403 | 2024.03.25 19:41:15.010692 [ 3 ] {} <Debug> HTTP-Session: 1477c4e5-13b7-41ca-bda2-6a3effa1bfa1 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 9404 | 2024.03.25 19:41:15.010709 [ 3 ] {} <Debug> HTTP-Session: 1477c4e5-13b7-41ca-bda2-6a3effa1bfa1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9405 | 2024.03.25 19:41:15.010722 [ 3 ] {} <Debug> HTTP-Session: 1477c4e5-13b7-41ca-bda2-6a3effa1bfa1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9406 | 2024.03.25 19:41:15.010752 [ 3 ] {} <Trace> HTTP-Session: 1477c4e5-13b7-41ca-bda2-6a3effa1bfa1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9407 | 2024.03.25 19:41:15.010852 [ 3 ] {e8b51cd2-69b5-472b-bfa4-bec25a7ffe9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 9408 | 2024.03.25 19:41:15.010898 [ 3 ] {e8b51cd2-69b5-472b-bfa4-bec25a7ffe9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9409 | 2024.03.25 19:41:15.011039 [ 3 ] {e8b51cd2-69b5-472b-bfa4-bec25a7ffe9f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9410 | 2024.03.25 19:41:15.011345 [ 3 ] {e8b51cd2-69b5-472b-bfa4-bec25a7ffe9f} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9411 | 2024.03.25 19:41:15.011381 [ 3 ] {e8b51cd2-69b5-472b-bfa4-bec25a7ffe9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
| 9412 | 2024.03.25 19:41:15.011755 [ 3 ] {e8b51cd2-69b5-472b-bfa4-bec25a7ffe9f} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 9413 | 2024.03.25 19:41:15.012083 [ 3 ] {e8b51cd2-69b5-472b-bfa4-bec25a7ffe9f} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9414 | 2024.03.25 19:41:15.012242 [ 3 ] {e8b51cd2-69b5-472b-bfa4-bec25a7ffe9f} <Debug> executeQuery: Read 102 rows, 7.24 KiB in 0.001437 sec., 70981.2108559499 rows/sec., 4.92 MiB/sec. | ||
| 9415 | 2024.03.25 19:41:15.012377 [ 3 ] {e8b51cd2-69b5-472b-bfa4-bec25a7ffe9f} <Debug> DynamicQueryHandler: Done processing query | ||
| 9416 | 2024.03.25 19:41:15.012415 [ 3 ] {e8b51cd2-69b5-472b-bfa4-bec25a7ffe9f} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
| 9417 | 2024.03.25 19:41:15.012435 [ 3 ] {} <Debug> HTTP-Session: 1477c4e5-13b7-41ca-bda2-6a3effa1bfa1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9418 | 2024.03.25 19:41:15.012610 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 62052, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9419 | 2024.03.25 19:41:15.012671 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 9420 | 2024.03.25 19:41:15.012694 [ 3 ] {} <Debug> HTTP-Session: 9e4472fd-ca47-4223-af26-24b9e8c548aa Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 9421 | 2024.03.25 19:41:15.012715 [ 3 ] {} <Debug> HTTP-Session: 9e4472fd-ca47-4223-af26-24b9e8c548aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9422 | 2024.03.25 19:41:15.012732 [ 3 ] {} <Debug> HTTP-Session: 9e4472fd-ca47-4223-af26-24b9e8c548aa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9423 | 2024.03.25 19:41:15.012770 [ 3 ] {} <Trace> HTTP-Session: 9e4472fd-ca47-4223-af26-24b9e8c548aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9424 | 2024.03.25 19:41:15.013191 [ 3 ] {c8725d81-1230-49ea-9666-66964b31e939} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 9425 | 2024.03.25 19:41:15.013240 [ 3 ] {c8725d81-1230-49ea-9666-66964b31e939} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 9426 | 2024.03.25 19:41:15.013402 [ 3 ] {c8725d81-1230-49ea-9666-66964b31e939} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9427 | 2024.03.25 19:41:15.013932 [ 3 ] {c8725d81-1230-49ea-9666-66964b31e939} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9428 | 2024.03.25 19:41:15.013971 [ 3 ] {c8725d81-1230-49ea-9666-66964b31e939} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
| 9429 | 2024.03.25 19:41:15.014414 [ 3 ] {c8725d81-1230-49ea-9666-66964b31e939} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 9430 | 2024.03.25 19:41:15.014751 [ 3 ] {c8725d81-1230-49ea-9666-66964b31e939} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9431 | 2024.03.25 19:41:15.014917 [ 29 ] {} <Debug> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 9432 | 2024.03.25 19:41:15.014922 [ 3 ] {c8725d81-1230-49ea-9666-66964b31e939} <Debug> executeQuery: Read 58 rows, 80.15 KiB in 0.002081 sec., 27871.215761653053 rows/sec., 37.61 MiB/sec. | ||
| 9433 | 2024.03.25 19:41:15.014977 [ 29 ] {} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9434 | 2024.03.25 19:41:15.015055 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
| 9435 | 2024.03.25 19:41:15.015205 [ 3 ] {c8725d81-1230-49ea-9666-66964b31e939} <Debug> DynamicQueryHandler: Done processing query | ||
| 9436 | 2024.03.25 19:41:15.015320 [ 3 ] {c8725d81-1230-49ea-9666-66964b31e939} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 9437 | 2024.03.25 19:41:15.015368 [ 3 ] {} <Debug> HTTP-Session: 9e4472fd-ca47-4223-af26-24b9e8c548aa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9438 | 2024.03.25 19:41:15.015402 [ 198 ] {f3248554-e676-4912-a9d7-0b91932a1da6::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 | ||
| 9439 | 2024.03.25 19:41:15.015726 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9440 | 2024.03.25 19:41:15.016005 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 9441 | 2024.03.25 19:41:15.016099 [ 3 ] {} <Debug> HTTP-Session: 187af6c5-ca27-4ac8-8697-df175682f117 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 9442 | 2024.03.25 19:41:15.016143 [ 198 ] {f3248554-e676-4912-a9d7-0b91932a1da6::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9443 | 2024.03.25 19:41:15.016150 [ 3 ] {} <Debug> HTTP-Session: 187af6c5-ca27-4ac8-8697-df175682f117 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9444 | 2024.03.25 19:41:15.016202 [ 3 ] {} <Debug> HTTP-Session: 187af6c5-ca27-4ac8-8697-df175682f117 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9445 | 2024.03.25 19:41:15.016214 [ 198 ] {f3248554-e676-4912-a9d7-0b91932a1da6::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1600 rows starting from the beginning of the part | ||
| 9446 | 2024.03.25 19:41:15.016262 [ 3 ] {} <Trace> HTTP-Session: 187af6c5-ca27-4ac8-8697-df175682f117 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9447 | 2024.03.25 19:41:15.016501 [ 198 ] {f3248554-e676-4912-a9d7-0b91932a1da6::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 58 rows starting from the beginning of the part | ||
| 9448 | 2024.03.25 19:41:15.016644 [ 3 ] {92543fd2-ca93-4f83-b2e4-8511f2021afd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 9449 | 2024.03.25 19:41:15.016847 [ 198 ] {f3248554-e676-4912-a9d7-0b91932a1da6::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 58 rows starting from the beginning of the part | ||
| 9450 | 2024.03.25 19:41:15.016892 [ 3 ] {92543fd2-ca93-4f83-b2e4-8511f2021afd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9451 | 2024.03.25 19:41:15.017140 [ 198 ] {f3248554-e676-4912-a9d7-0b91932a1da6::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 58 rows starting from the beginning of the part | ||
| 9452 | 2024.03.25 19:41:15.017488 [ 198 ] {f3248554-e676-4912-a9d7-0b91932a1da6::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 58 rows starting from the beginning of the part | ||
| 9453 | 2024.03.25 19:41:15.017868 [ 198 ] {f3248554-e676-4912-a9d7-0b91932a1da6::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 58 rows starting from the beginning of the part | ||
| 9454 | 2024.03.25 19:41:15.018054 [ 3 ] {92543fd2-ca93-4f83-b2e4-8511f2021afd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9455 | 2024.03.25 19:41:15.018821 [ 3 ] {92543fd2-ca93-4f83-b2e4-8511f2021afd} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9456 | 2024.03.25 19:41:15.018885 [ 3 ] {92543fd2-ca93-4f83-b2e4-8511f2021afd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
| 9457 | 2024.03.25 19:41:15.019435 [ 3 ] {92543fd2-ca93-4f83-b2e4-8511f2021afd} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 9458 | 2024.03.25 19:41:15.019770 [ 3 ] {92543fd2-ca93-4f83-b2e4-8511f2021afd} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9459 | 2024.03.25 19:41:15.019935 [ 3 ] {92543fd2-ca93-4f83-b2e4-8511f2021afd} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.003507 sec., 8554.31993156544 rows/sec., 600.08 KiB/sec. | ||
| 9460 | 2024.03.25 19:41:15.020151 [ 3 ] {92543fd2-ca93-4f83-b2e4-8511f2021afd} <Debug> DynamicQueryHandler: Done processing query | ||
| 9461 | 2024.03.25 19:41:15.020185 [ 3 ] {92543fd2-ca93-4f83-b2e4-8511f2021afd} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 9462 | 2024.03.25 19:41:15.020248 [ 3 ] {} <Debug> HTTP-Session: 187af6c5-ca27-4ac8-8697-df175682f117 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9463 | 2024.03.25 19:41:15.025922 [ 199 ] {f3248554-e676-4912-a9d7-0b91932a1da6::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1890 rows, containing 6 columns (6 merged, 0 gathered) in 0.010752155 sec., 175778.71598763225 rows/sec., 237.20 MiB/sec. | ||
| 9464 | 2024.03.25 19:41:15.027257 [ 193 ] {f3248554-e676-4912-a9d7-0b91932a1da6::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 9465 | 2024.03.25 19:41:15.027733 [ 193 ] {f3248554-e676-4912-a9d7-0b91932a1da6::all_1_36_7} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9466 | 2024.03.25 19:41:15.027829 [ 193 ] {f3248554-e676-4912-a9d7-0b91932a1da6::all_1_36_7} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 9467 | 2024.03.25 19:41:15.027935 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.44 MiB. | ||
| 9468 | 2024.03.25 19:41:16.000243 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 196.33 MiB, peak 209.96 MiB, free memory in arenas 0.00 B, will set to 201.39 MiB (RSS), difference: 5.06 MiB | ||
| 9469 | 2024.03.25 19:41:19.993119 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 3629, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9470 | 2024.03.25 19:41:19.993243 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 9471 | 2024.03.25 19:41:19.993268 [ 3 ] {} <Debug> HTTP-Session: fd9f955f-4fa8-4588-8670-9dd049f88ce6 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 9472 | 2024.03.25 19:41:19.993293 [ 3 ] {} <Debug> HTTP-Session: fd9f955f-4fa8-4588-8670-9dd049f88ce6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9473 | 2024.03.25 19:41:19.993307 [ 3 ] {} <Debug> HTTP-Session: fd9f955f-4fa8-4588-8670-9dd049f88ce6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9474 | 2024.03.25 19:41:19.993355 [ 3 ] {} <Trace> HTTP-Session: fd9f955f-4fa8-4588-8670-9dd049f88ce6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9475 | 2024.03.25 19:41:19.993476 [ 3 ] {b81f39af-bf56-49f6-8f01-fd6b8262faf4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 9476 | 2024.03.25 19:41:19.993541 [ 3 ] {b81f39af-bf56-49f6-8f01-fd6b8262faf4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9477 | 2024.03.25 19:41:19.993719 [ 3 ] {b81f39af-bf56-49f6-8f01-fd6b8262faf4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9478 | 2024.03.25 19:41:19.994152 [ 3 ] {b81f39af-bf56-49f6-8f01-fd6b8262faf4} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9479 | 2024.03.25 19:41:19.994204 [ 3 ] {b81f39af-bf56-49f6-8f01-fd6b8262faf4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
| 9480 | 2024.03.25 19:41:19.994585 [ 3 ] {b81f39af-bf56-49f6-8f01-fd6b8262faf4} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 9481 | 2024.03.25 19:41:19.994936 [ 3 ] {b81f39af-bf56-49f6-8f01-fd6b8262faf4} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9482 | 2024.03.25 19:41:19.995091 [ 3 ] {b81f39af-bf56-49f6-8f01-fd6b8262faf4} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.001671 sec., 15559.545182525435 rows/sec., 1.17 MiB/sec. | ||
| 9483 | 2024.03.25 19:41:19.995281 [ 3 ] {b81f39af-bf56-49f6-8f01-fd6b8262faf4} <Debug> DynamicQueryHandler: Done processing query | ||
| 9484 | 2024.03.25 19:41:19.995307 [ 3 ] {b81f39af-bf56-49f6-8f01-fd6b8262faf4} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 9485 | 2024.03.25 19:41:19.995323 [ 3 ] {} <Debug> HTTP-Session: fd9f955f-4fa8-4588-8670-9dd049f88ce6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9486 | 2024.03.25 19:41:19.995492 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4792, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9487 | 2024.03.25 19:41:19.995546 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 9488 | 2024.03.25 19:41:19.995565 [ 3 ] {} <Debug> HTTP-Session: 12fd4f0c-c20a-4615-abbf-608b1dfbb05d Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 9489 | 2024.03.25 19:41:19.995584 [ 3 ] {} <Debug> HTTP-Session: 12fd4f0c-c20a-4615-abbf-608b1dfbb05d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9490 | 2024.03.25 19:41:19.995599 [ 3 ] {} <Debug> HTTP-Session: 12fd4f0c-c20a-4615-abbf-608b1dfbb05d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9491 | 2024.03.25 19:41:19.995632 [ 3 ] {} <Trace> HTTP-Session: 12fd4f0c-c20a-4615-abbf-608b1dfbb05d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9492 | 2024.03.25 19:41:19.995713 [ 3 ] {4873c7a2-d311-4e52-acaf-85aa313eda42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 9493 | 2024.03.25 19:41:19.995758 [ 3 ] {4873c7a2-d311-4e52-acaf-85aa313eda42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9494 | 2024.03.25 19:41:19.995894 [ 3 ] {4873c7a2-d311-4e52-acaf-85aa313eda42} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9495 | 2024.03.25 19:41:19.996201 [ 3 ] {4873c7a2-d311-4e52-acaf-85aa313eda42} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9496 | 2024.03.25 19:41:19.996242 [ 3 ] {4873c7a2-d311-4e52-acaf-85aa313eda42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
| 9497 | 2024.03.25 19:41:19.996552 [ 3 ] {4873c7a2-d311-4e52-acaf-85aa313eda42} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 9498 | 2024.03.25 19:41:19.996865 [ 3 ] {4873c7a2-d311-4e52-acaf-85aa313eda42} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9499 | 2024.03.25 19:41:19.997014 [ 3 ] {4873c7a2-d311-4e52-acaf-85aa313eda42} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001331 sec., 21036.814425244178 rows/sec., 1.64 MiB/sec. | ||
| 9500 | 2024.03.25 19:41:19.997148 [ 3 ] {4873c7a2-d311-4e52-acaf-85aa313eda42} <Debug> DynamicQueryHandler: Done processing query | ||
| 9501 | 2024.03.25 19:41:19.997172 [ 3 ] {4873c7a2-d311-4e52-acaf-85aa313eda42} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 9502 | 2024.03.25 19:41:19.997195 [ 3 ] {} <Debug> HTTP-Session: 12fd4f0c-c20a-4615-abbf-608b1dfbb05d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9503 | 2024.03.25 19:41:19.997356 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 19137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9504 | 2024.03.25 19:41:19.997412 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 9505 | 2024.03.25 19:41:19.997431 [ 3 ] {} <Debug> HTTP-Session: c3678166-4352-421a-b93b-3129583e5ac2 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 9506 | 2024.03.25 19:41:19.997449 [ 3 ] {} <Debug> HTTP-Session: c3678166-4352-421a-b93b-3129583e5ac2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9507 | 2024.03.25 19:41:19.997463 [ 3 ] {} <Debug> HTTP-Session: c3678166-4352-421a-b93b-3129583e5ac2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9508 | 2024.03.25 19:41:19.997494 [ 3 ] {} <Trace> HTTP-Session: c3678166-4352-421a-b93b-3129583e5ac2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9509 | 2024.03.25 19:41:19.997597 [ 3 ] {7db06445-bade-446d-b95d-ecc2054c512f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 9510 | 2024.03.25 19:41:19.997643 [ 3 ] {7db06445-bade-446d-b95d-ecc2054c512f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9511 | 2024.03.25 19:41:19.997786 [ 3 ] {7db06445-bade-446d-b95d-ecc2054c512f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9512 | 2024.03.25 19:41:19.998123 [ 3 ] {7db06445-bade-446d-b95d-ecc2054c512f} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9513 | 2024.03.25 19:41:19.998160 [ 3 ] {7db06445-bade-446d-b95d-ecc2054c512f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
| 9514 | 2024.03.25 19:41:19.998543 [ 3 ] {7db06445-bade-446d-b95d-ecc2054c512f} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 9515 | 2024.03.25 19:41:19.998881 [ 3 ] {7db06445-bade-446d-b95d-ecc2054c512f} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9516 | 2024.03.25 19:41:19.999035 [ 3 ] {7db06445-bade-446d-b95d-ecc2054c512f} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001489 sec., 67159.16722632639 rows/sec., 4.66 MiB/sec. | ||
| 9517 | 2024.03.25 19:41:19.999171 [ 3 ] {7db06445-bade-446d-b95d-ecc2054c512f} <Debug> DynamicQueryHandler: Done processing query | ||
| 9518 | 2024.03.25 19:41:19.999195 [ 3 ] {7db06445-bade-446d-b95d-ecc2054c512f} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
| 9519 | 2024.03.25 19:41:19.999211 [ 3 ] {} <Debug> HTTP-Session: c3678166-4352-421a-b93b-3129583e5ac2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9520 | 2024.03.25 19:41:19.999338 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9521 | 2024.03.25 19:41:19.999387 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 9522 | 2024.03.25 19:41:19.999406 [ 3 ] {} <Debug> HTTP-Session: e1a1d21a-14c7-4fca-9209-6a460e3cf891 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 9523 | 2024.03.25 19:41:19.999423 [ 3 ] {} <Debug> HTTP-Session: e1a1d21a-14c7-4fca-9209-6a460e3cf891 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9524 | 2024.03.25 19:41:19.999436 [ 3 ] {} <Debug> HTTP-Session: e1a1d21a-14c7-4fca-9209-6a460e3cf891 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9525 | 2024.03.25 19:41:19.999467 [ 3 ] {} <Trace> HTTP-Session: e1a1d21a-14c7-4fca-9209-6a460e3cf891 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9526 | 2024.03.25 19:41:19.999547 [ 3 ] {fd60df0e-80f7-4b57-aa1c-18544dd62a6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 9527 | 2024.03.25 19:41:19.999592 [ 3 ] {fd60df0e-80f7-4b57-aa1c-18544dd62a6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9528 | 2024.03.25 19:41:19.999717 [ 3 ] {fd60df0e-80f7-4b57-aa1c-18544dd62a6c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9529 | 2024.03.25 19:41:20.000008 [ 3 ] {fd60df0e-80f7-4b57-aa1c-18544dd62a6c} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9530 | 2024.03.25 19:41:20.000158 [ 3 ] {fd60df0e-80f7-4b57-aa1c-18544dd62a6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
| 9531 | 2024.03.25 19:41:20.000162 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 202.62 MiB, peak 209.96 MiB, free memory in arenas 0.00 B, will set to 201.39 MiB (RSS), difference: -1.24 MiB | ||
| 9532 | 2024.03.25 19:41:20.000838 [ 3 ] {fd60df0e-80f7-4b57-aa1c-18544dd62a6c} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 9533 | 2024.03.25 19:41:20.001171 [ 3 ] {fd60df0e-80f7-4b57-aa1c-18544dd62a6c} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9534 | 2024.03.25 19:41:20.001325 [ 3 ] {fd60df0e-80f7-4b57-aa1c-18544dd62a6c} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001809 sec., 16583.74792703151 rows/sec., 1.14 MiB/sec. | ||
| 9535 | 2024.03.25 19:41:20.001451 [ 3 ] {fd60df0e-80f7-4b57-aa1c-18544dd62a6c} <Debug> DynamicQueryHandler: Done processing query | ||
| 9536 | 2024.03.25 19:41:20.001474 [ 3 ] {fd60df0e-80f7-4b57-aa1c-18544dd62a6c} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 9537 | 2024.03.25 19:41:20.001489 [ 3 ] {} <Debug> HTTP-Session: e1a1d21a-14c7-4fca-9209-6a460e3cf891 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9538 | 2024.03.25 19:41:21.614016 [ 152 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 9539 | 2024.03.25 19:41:21.614072 [ 152 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 9540 | 2024.03.25 19:41:24.995864 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 8371, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9541 | 2024.03.25 19:41:24.995998 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 9542 | 2024.03.25 19:41:24.996025 [ 3 ] {} <Debug> HTTP-Session: 4ef486b1-c99d-4ded-ae2f-31359fce2a25 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 9543 | 2024.03.25 19:41:24.996049 [ 3 ] {} <Debug> HTTP-Session: 4ef486b1-c99d-4ded-ae2f-31359fce2a25 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9544 | 2024.03.25 19:41:24.996065 [ 3 ] {} <Debug> HTTP-Session: 4ef486b1-c99d-4ded-ae2f-31359fce2a25 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9545 | 2024.03.25 19:41:24.996114 [ 3 ] {} <Trace> HTTP-Session: 4ef486b1-c99d-4ded-ae2f-31359fce2a25 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9546 | 2024.03.25 19:41:24.996246 [ 3 ] {c9bb8cc8-5484-4f8b-81ee-f575c9560777} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 9547 | 2024.03.25 19:41:24.996314 [ 3 ] {c9bb8cc8-5484-4f8b-81ee-f575c9560777} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 9548 | 2024.03.25 19:41:24.996503 [ 3 ] {c9bb8cc8-5484-4f8b-81ee-f575c9560777} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9549 | 2024.03.25 19:41:24.996957 [ 3 ] {c9bb8cc8-5484-4f8b-81ee-f575c9560777} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9550 | 2024.03.25 19:41:24.997018 [ 3 ] {c9bb8cc8-5484-4f8b-81ee-f575c9560777} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
| 9551 | 2024.03.25 19:41:24.997553 [ 3 ] {c9bb8cc8-5484-4f8b-81ee-f575c9560777} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 9552 | 2024.03.25 19:41:24.997899 [ 3 ] {c9bb8cc8-5484-4f8b-81ee-f575c9560777} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9553 | 2024.03.25 19:41:24.998089 [ 3 ] {c9bb8cc8-5484-4f8b-81ee-f575c9560777} <Debug> executeQuery: Read 58 rows, 4.70 KiB in 0.001905 sec., 30446.194225721785 rows/sec., 2.41 MiB/sec. | ||
| 9554 | 2024.03.25 19:41:24.998253 [ 3 ] {c9bb8cc8-5484-4f8b-81ee-f575c9560777} <Debug> DynamicQueryHandler: Done processing query | ||
| 9555 | 2024.03.25 19:41:24.998282 [ 3 ] {c9bb8cc8-5484-4f8b-81ee-f575c9560777} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 9556 | 2024.03.25 19:41:24.998299 [ 3 ] {} <Debug> HTTP-Session: 4ef486b1-c99d-4ded-ae2f-31359fce2a25 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9557 | 2024.03.25 19:41:24.998496 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 31316, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9558 | 2024.03.25 19:41:24.998552 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 9559 | 2024.03.25 19:41:24.998571 [ 3 ] {} <Debug> HTTP-Session: da9e1ea1-5ccb-4761-b23b-a078f0b796c3 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 9560 | 2024.03.25 19:41:24.998590 [ 3 ] {} <Debug> HTTP-Session: da9e1ea1-5ccb-4761-b23b-a078f0b796c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9561 | 2024.03.25 19:41:24.998605 [ 3 ] {} <Debug> HTTP-Session: da9e1ea1-5ccb-4761-b23b-a078f0b796c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9562 | 2024.03.25 19:41:24.998641 [ 3 ] {} <Trace> HTTP-Session: da9e1ea1-5ccb-4761-b23b-a078f0b796c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9563 | 2024.03.25 19:41:24.998770 [ 3 ] {a8a875fd-e786-474c-a501-a28c284caaac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 9564 | 2024.03.25 19:41:24.998818 [ 3 ] {a8a875fd-e786-474c-a501-a28c284caaac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9565 | 2024.03.25 19:41:24.998952 [ 3 ] {a8a875fd-e786-474c-a501-a28c284caaac} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9566 | 2024.03.25 19:41:24.999379 [ 3 ] {a8a875fd-e786-474c-a501-a28c284caaac} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9567 | 2024.03.25 19:41:24.999419 [ 3 ] {a8a875fd-e786-474c-a501-a28c284caaac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
| 9568 | 2024.03.25 19:41:24.999755 [ 3 ] {a8a875fd-e786-474c-a501-a28c284caaac} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 9569 | 2024.03.25 19:41:25.000075 [ 3 ] {a8a875fd-e786-474c-a501-a28c284caaac} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9570 | 2024.03.25 19:41:25.000176 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 206.84 MiB, peak 209.96 MiB, free memory in arenas 0.00 B, will set to 201.39 MiB (RSS), difference: -5.45 MiB | ||
| 9571 | 2024.03.25 19:41:25.000341 [ 3 ] {a8a875fd-e786-474c-a501-a28c284caaac} <Debug> executeQuery: Read 200 rows, 19.11 KiB in 0.001642 sec., 121802.67965895249 rows/sec., 11.37 MiB/sec. | ||
| 9572 | 2024.03.25 19:41:25.000897 [ 3 ] {a8a875fd-e786-474c-a501-a28c284caaac} <Debug> DynamicQueryHandler: Done processing query | ||
| 9573 | 2024.03.25 19:41:25.001025 [ 3 ] {a8a875fd-e786-474c-a501-a28c284caaac} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 9574 | 2024.03.25 19:41:25.001079 [ 3 ] {} <Debug> HTTP-Session: da9e1ea1-5ccb-4761-b23b-a078f0b796c3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9575 | 2024.03.25 19:41:25.001269 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 14620, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9576 | 2024.03.25 19:41:25.001323 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 9577 | 2024.03.25 19:41:25.001342 [ 3 ] {} <Debug> HTTP-Session: ea923a28-fc95-485f-bb2d-b031da29ed5a Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 9578 | 2024.03.25 19:41:25.001359 [ 3 ] {} <Debug> HTTP-Session: ea923a28-fc95-485f-bb2d-b031da29ed5a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9579 | 2024.03.25 19:41:25.001374 [ 3 ] {} <Debug> HTTP-Session: ea923a28-fc95-485f-bb2d-b031da29ed5a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9580 | 2024.03.25 19:41:25.001409 [ 3 ] {} <Trace> HTTP-Session: ea923a28-fc95-485f-bb2d-b031da29ed5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9581 | 2024.03.25 19:41:25.001515 [ 3 ] {fbea72f2-fd64-462b-802a-73de90540b4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 9582 | 2024.03.25 19:41:25.001561 [ 3 ] {fbea72f2-fd64-462b-802a-73de90540b4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9583 | 2024.03.25 19:41:25.001713 [ 3 ] {fbea72f2-fd64-462b-802a-73de90540b4c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9584 | 2024.03.25 19:41:25.002066 [ 3 ] {fbea72f2-fd64-462b-802a-73de90540b4c} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9585 | 2024.03.25 19:41:25.002104 [ 3 ] {fbea72f2-fd64-462b-802a-73de90540b4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
| 9586 | 2024.03.25 19:41:25.002422 [ 3 ] {fbea72f2-fd64-462b-802a-73de90540b4c} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 9587 | 2024.03.25 19:41:25.002746 [ 3 ] {fbea72f2-fd64-462b-802a-73de90540b4c} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9588 | 2024.03.25 19:41:25.002897 [ 3 ] {fbea72f2-fd64-462b-802a-73de90540b4c} <Debug> executeQuery: Read 86 rows, 6.88 KiB in 0.001438 sec., 59805.28511821975 rows/sec., 4.67 MiB/sec. | ||
| 9589 | 2024.03.25 19:41:25.003034 [ 3 ] {fbea72f2-fd64-462b-802a-73de90540b4c} <Debug> DynamicQueryHandler: Done processing query | ||
| 9590 | 2024.03.25 19:41:25.003075 [ 3 ] {fbea72f2-fd64-462b-802a-73de90540b4c} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 9591 | 2024.03.25 19:41:25.003113 [ 3 ] {} <Debug> HTTP-Session: ea923a28-fc95-485f-bb2d-b031da29ed5a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9592 | 2024.03.25 19:41:25.003265 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 19137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9593 | 2024.03.25 19:41:25.003316 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 9594 | 2024.03.25 19:41:25.003334 [ 3 ] {} <Debug> HTTP-Session: 80acf6db-7f9d-4ae3-b667-1b63f0755c7c Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 9595 | 2024.03.25 19:41:25.003351 [ 3 ] {} <Debug> HTTP-Session: 80acf6db-7f9d-4ae3-b667-1b63f0755c7c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9596 | 2024.03.25 19:41:25.003365 [ 3 ] {} <Debug> HTTP-Session: 80acf6db-7f9d-4ae3-b667-1b63f0755c7c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9597 | 2024.03.25 19:41:25.003397 [ 3 ] {} <Trace> HTTP-Session: 80acf6db-7f9d-4ae3-b667-1b63f0755c7c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9598 | 2024.03.25 19:41:25.003498 [ 3 ] {80786017-e234-44b9-8472-e0599ca5052e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 9599 | 2024.03.25 19:41:25.003544 [ 3 ] {80786017-e234-44b9-8472-e0599ca5052e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9600 | 2024.03.25 19:41:25.003690 [ 3 ] {80786017-e234-44b9-8472-e0599ca5052e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9601 | 2024.03.25 19:41:25.004021 [ 3 ] {80786017-e234-44b9-8472-e0599ca5052e} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9602 | 2024.03.25 19:41:25.004058 [ 3 ] {80786017-e234-44b9-8472-e0599ca5052e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
| 9603 | 2024.03.25 19:41:25.004439 [ 3 ] {80786017-e234-44b9-8472-e0599ca5052e} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 9604 | 2024.03.25 19:41:25.004783 [ 3 ] {80786017-e234-44b9-8472-e0599ca5052e} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9605 | 2024.03.25 19:41:25.004953 [ 3 ] {80786017-e234-44b9-8472-e0599ca5052e} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001505 sec., 66445.18272425249 rows/sec., 4.61 MiB/sec. | ||
| 9606 | 2024.03.25 19:41:25.005087 [ 3 ] {80786017-e234-44b9-8472-e0599ca5052e} <Debug> DynamicQueryHandler: Done processing query | ||
| 9607 | 2024.03.25 19:41:25.005120 [ 3 ] {80786017-e234-44b9-8472-e0599ca5052e} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
| 9608 | 2024.03.25 19:41:25.005137 [ 3 ] {} <Debug> HTTP-Session: 80acf6db-7f9d-4ae3-b667-1b63f0755c7c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9609 | 2024.03.25 19:41:25.005285 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 62052, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9610 | 2024.03.25 19:41:25.005335 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 9611 | 2024.03.25 19:41:25.005355 [ 3 ] {} <Debug> HTTP-Session: 62894cba-4b96-437c-ba08-a27e6e23ca65 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 9612 | 2024.03.25 19:41:25.005372 [ 3 ] {} <Debug> HTTP-Session: 62894cba-4b96-437c-ba08-a27e6e23ca65 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9613 | 2024.03.25 19:41:25.005386 [ 3 ] {} <Debug> HTTP-Session: 62894cba-4b96-437c-ba08-a27e6e23ca65 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9614 | 2024.03.25 19:41:25.005419 [ 3 ] {} <Trace> HTTP-Session: 62894cba-4b96-437c-ba08-a27e6e23ca65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9615 | 2024.03.25 19:41:25.005791 [ 3 ] {d8b79d6f-2c4f-4f72-aea6-e3172a30148c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 9616 | 2024.03.25 19:41:25.005841 [ 3 ] {d8b79d6f-2c4f-4f72-aea6-e3172a30148c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 9617 | 2024.03.25 19:41:25.006003 [ 3 ] {d8b79d6f-2c4f-4f72-aea6-e3172a30148c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9618 | 2024.03.25 19:41:25.006651 [ 3 ] {d8b79d6f-2c4f-4f72-aea6-e3172a30148c} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9619 | 2024.03.25 19:41:25.006690 [ 3 ] {d8b79d6f-2c4f-4f72-aea6-e3172a30148c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
| 9620 | 2024.03.25 19:41:25.007139 [ 3 ] {d8b79d6f-2c4f-4f72-aea6-e3172a30148c} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 9621 | 2024.03.25 19:41:25.007484 [ 3 ] {d8b79d6f-2c4f-4f72-aea6-e3172a30148c} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9622 | 2024.03.25 19:41:25.007642 [ 3 ] {d8b79d6f-2c4f-4f72-aea6-e3172a30148c} <Debug> executeQuery: Read 58 rows, 80.15 KiB in 0.002149 sec., 26989.297347603537 rows/sec., 36.42 MiB/sec. | ||
| 9623 | 2024.03.25 19:41:25.007773 [ 3 ] {d8b79d6f-2c4f-4f72-aea6-e3172a30148c} <Debug> DynamicQueryHandler: Done processing query | ||
| 9624 | 2024.03.25 19:41:25.007797 [ 3 ] {d8b79d6f-2c4f-4f72-aea6-e3172a30148c} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 9625 | 2024.03.25 19:41:25.007816 [ 3 ] {} <Debug> HTTP-Session: 62894cba-4b96-437c-ba08-a27e6e23ca65 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9626 | 2024.03.25 19:41:25.007944 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9627 | 2024.03.25 19:41:25.007992 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 9628 | 2024.03.25 19:41:25.008010 [ 3 ] {} <Debug> HTTP-Session: c46d830d-c2b8-4768-b4e0-6cb30ae6e0b2 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 9629 | 2024.03.25 19:41:25.008027 [ 3 ] {} <Debug> HTTP-Session: c46d830d-c2b8-4768-b4e0-6cb30ae6e0b2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9630 | 2024.03.25 19:41:25.008041 [ 3 ] {} <Debug> HTTP-Session: c46d830d-c2b8-4768-b4e0-6cb30ae6e0b2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9631 | 2024.03.25 19:41:25.008071 [ 3 ] {} <Trace> HTTP-Session: c46d830d-c2b8-4768-b4e0-6cb30ae6e0b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9632 | 2024.03.25 19:41:25.008145 [ 3 ] {0c5a5eaf-8ade-41b8-be5f-ef5a31035684} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 9633 | 2024.03.25 19:41:25.008188 [ 3 ] {0c5a5eaf-8ade-41b8-be5f-ef5a31035684} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9634 | 2024.03.25 19:41:25.008313 [ 3 ] {0c5a5eaf-8ade-41b8-be5f-ef5a31035684} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9635 | 2024.03.25 19:41:25.008589 [ 3 ] {0c5a5eaf-8ade-41b8-be5f-ef5a31035684} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9636 | 2024.03.25 19:41:25.008628 [ 3 ] {0c5a5eaf-8ade-41b8-be5f-ef5a31035684} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
| 9637 | 2024.03.25 19:41:25.008987 [ 3 ] {0c5a5eaf-8ade-41b8-be5f-ef5a31035684} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 9638 | 2024.03.25 19:41:25.009325 [ 3 ] {0c5a5eaf-8ade-41b8-be5f-ef5a31035684} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9639 | 2024.03.25 19:41:25.009478 [ 3 ] {0c5a5eaf-8ade-41b8-be5f-ef5a31035684} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001362 sec., 22026.431718061674 rows/sec., 1.51 MiB/sec. | ||
| 9640 | 2024.03.25 19:41:25.009657 [ 3 ] {0c5a5eaf-8ade-41b8-be5f-ef5a31035684} <Debug> DynamicQueryHandler: Done processing query | ||
| 9641 | 2024.03.25 19:41:25.009682 [ 3 ] {0c5a5eaf-8ade-41b8-be5f-ef5a31035684} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 9642 | 2024.03.25 19:41:25.009699 [ 3 ] {} <Debug> HTTP-Session: c46d830d-c2b8-4768-b4e0-6cb30ae6e0b2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9643 | 2024.03.25 19:41:26.000145 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 196.32 MiB, peak 209.96 MiB, free memory in arenas 0.00 B, will set to 201.39 MiB (RSS), difference: 5.06 MiB | ||
| 9644 | 2024.03.25 19:41:29.994230 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9645 | 2024.03.25 19:41:29.994353 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 9646 | 2024.03.25 19:41:29.994378 [ 3 ] {} <Debug> HTTP-Session: f2d4d97e-335c-465c-9869-316ac5fb6a6b Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 9647 | 2024.03.25 19:41:29.994402 [ 3 ] {} <Debug> HTTP-Session: f2d4d97e-335c-465c-9869-316ac5fb6a6b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9648 | 2024.03.25 19:41:29.994417 [ 3 ] {} <Debug> HTTP-Session: f2d4d97e-335c-465c-9869-316ac5fb6a6b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9649 | 2024.03.25 19:41:29.994464 [ 3 ] {} <Trace> HTTP-Session: f2d4d97e-335c-465c-9869-316ac5fb6a6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9650 | 2024.03.25 19:41:29.994572 [ 3 ] {e8ed45ad-409b-41f6-9ca8-46e86856f404} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 9651 | 2024.03.25 19:41:29.994634 [ 3 ] {e8ed45ad-409b-41f6-9ca8-46e86856f404} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 9652 | 2024.03.25 19:41:29.994823 [ 3 ] {e8ed45ad-409b-41f6-9ca8-46e86856f404} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9653 | 2024.03.25 19:41:29.995232 [ 3 ] {e8ed45ad-409b-41f6-9ca8-46e86856f404} <Trace> oximeter.fields_ipaddr (d9ee32b3-8a1d-44e7-a34c-f0038ee3937b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9654 | 2024.03.25 19:41:29.995278 [ 3 ] {e8ed45ad-409b-41f6-9ca8-46e86856f404} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
| 9655 | 2024.03.25 19:41:29.995645 [ 3 ] {e8ed45ad-409b-41f6-9ca8-46e86856f404} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 9656 | 2024.03.25 19:41:29.995975 [ 3 ] {e8ed45ad-409b-41f6-9ca8-46e86856f404} <Trace> oximeter.fields_ipaddr (d9ee32b3-8a1d-44e7-a34c-f0038ee3937b): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9657 | 2024.03.25 19:41:29.996150 [ 3 ] {e8ed45ad-409b-41f6-9ca8-46e86856f404} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001621 sec., 1233.8062924120914 rows/sec., 100.61 KiB/sec. | ||
| 9658 | 2024.03.25 19:41:29.996422 [ 3 ] {e8ed45ad-409b-41f6-9ca8-46e86856f404} <Debug> DynamicQueryHandler: Done processing query | ||
| 9659 | 2024.03.25 19:41:29.996476 [ 3 ] {e8ed45ad-409b-41f6-9ca8-46e86856f404} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 9660 | 2024.03.25 19:41:29.996529 [ 3 ] {} <Debug> HTTP-Session: f2d4d97e-335c-465c-9869-316ac5fb6a6b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9661 | 2024.03.25 19:41:29.996724 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 8753, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9662 | 2024.03.25 19:41:29.996781 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 9663 | 2024.03.25 19:41:29.996801 [ 3 ] {} <Debug> HTTP-Session: 9f1cc7bf-9e88-47a8-a9af-a94e34f1650b Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 9664 | 2024.03.25 19:41:29.996820 [ 3 ] {} <Debug> HTTP-Session: 9f1cc7bf-9e88-47a8-a9af-a94e34f1650b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9665 | 2024.03.25 19:41:29.996834 [ 3 ] {} <Debug> HTTP-Session: 9f1cc7bf-9e88-47a8-a9af-a94e34f1650b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9666 | 2024.03.25 19:41:29.996871 [ 3 ] {} <Trace> HTTP-Session: 9f1cc7bf-9e88-47a8-a9af-a94e34f1650b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9667 | 2024.03.25 19:41:29.996967 [ 3 ] {1d349895-a863-44a0-a4a8-3d7ab18939cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 9668 | 2024.03.25 19:41:29.997012 [ 3 ] {1d349895-a863-44a0-a4a8-3d7ab18939cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9669 | 2024.03.25 19:41:29.997159 [ 3 ] {1d349895-a863-44a0-a4a8-3d7ab18939cb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9670 | 2024.03.25 19:41:29.997491 [ 3 ] {1d349895-a863-44a0-a4a8-3d7ab18939cb} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9671 | 2024.03.25 19:41:29.997530 [ 3 ] {1d349895-a863-44a0-a4a8-3d7ab18939cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
| 9672 | 2024.03.25 19:41:29.997838 [ 3 ] {1d349895-a863-44a0-a4a8-3d7ab18939cb} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 9673 | 2024.03.25 19:41:29.998141 [ 3 ] {1d349895-a863-44a0-a4a8-3d7ab18939cb} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9674 | 2024.03.25 19:41:29.998295 [ 3 ] {1d349895-a863-44a0-a4a8-3d7ab18939cb} <Debug> executeQuery: Read 63 rows, 4.91 KiB in 0.001367 sec., 46086.32040965618 rows/sec., 3.51 MiB/sec. | ||
| 9675 | 2024.03.25 19:41:29.998304 [ 61 ] {} <Debug> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 9676 | 2024.03.25 19:41:29.998411 [ 61 ] {} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9677 | 2024.03.25 19:41:29.998447 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
| 9678 | 2024.03.25 19:41:29.998467 [ 3 ] {1d349895-a863-44a0-a4a8-3d7ab18939cb} <Debug> DynamicQueryHandler: Done processing query | ||
| 9679 | 2024.03.25 19:41:29.998523 [ 3 ] {1d349895-a863-44a0-a4a8-3d7ab18939cb} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 9680 | 2024.03.25 19:41:29.998567 [ 3 ] {} <Debug> HTTP-Session: 9f1cc7bf-9e88-47a8-a9af-a94e34f1650b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9681 | 2024.03.25 19:41:29.998685 [ 197 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
| 9682 | 2024.03.25 19:41:29.998777 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9683 | 2024.03.25 19:41:29.998869 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 9684 | 2024.03.25 19:41:29.998915 [ 3 ] {} <Debug> HTTP-Session: 32bec0b7-172e-4530-901f-f1933488209d Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 9685 | 2024.03.25 19:41:29.998964 [ 3 ] {} <Debug> HTTP-Session: 32bec0b7-172e-4530-901f-f1933488209d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9686 | 2024.03.25 19:41:29.999009 [ 3 ] {} <Debug> HTTP-Session: 32bec0b7-172e-4530-901f-f1933488209d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9687 | 2024.03.25 19:41:29.999010 [ 197 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9688 | 2024.03.25 19:41:29.999060 [ 3 ] {} <Trace> HTTP-Session: 32bec0b7-172e-4530-901f-f1933488209d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9689 | 2024.03.25 19:41:29.999081 [ 197 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 241 rows starting from the beginning of the part | ||
| 9690 | 2024.03.25 19:41:29.999212 [ 3 ] {4d81d9db-a579-4b87-a8ba-2f86ffc1ba93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 9691 | 2024.03.25 19:41:29.999330 [ 197 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 26 rows starting from the beginning of the part | ||
| 9692 | 2024.03.25 19:41:29.999402 [ 3 ] {4d81d9db-a579-4b87-a8ba-2f86ffc1ba93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9693 | 2024.03.25 19:41:29.999653 [ 197 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 202 rows starting from the beginning of the part | ||
| 9694 | 2024.03.25 19:41:30.000018 [ 197 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 26 rows starting from the beginning of the part | ||
| 9695 | 2024.03.25 19:41:30.000216 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 202.52 MiB, peak 209.96 MiB, free memory in arenas 0.00 B, will set to 201.39 MiB (RSS), difference: -1.14 MiB | ||
| 9696 | 2024.03.25 19:41:30.000308 [ 197 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 200 rows starting from the beginning of the part | ||
| 9697 | 2024.03.25 19:41:30.000658 [ 197 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 63 rows starting from the beginning of the part | ||
| 9698 | 2024.03.25 19:41:30.001581 [ 3 ] {4d81d9db-a579-4b87-a8ba-2f86ffc1ba93} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9699 | 2024.03.25 19:41:30.002315 [ 3 ] {4d81d9db-a579-4b87-a8ba-2f86ffc1ba93} <Trace> oximeter.fields_u16 (c5488911-6586-43c0-ae3f-1262ae9a0dfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9700 | 2024.03.25 19:41:30.002384 [ 3 ] {4d81d9db-a579-4b87-a8ba-2f86ffc1ba93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
| 9701 | 2024.03.25 19:41:30.003210 [ 3 ] {4d81d9db-a579-4b87-a8ba-2f86ffc1ba93} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 9702 | 2024.03.25 19:41:30.003940 [ 197 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 758 rows, containing 4 columns (4 merged, 0 gathered) in 0.005400713 sec., 140351.83872944184 rows/sec., 12.60 MiB/sec. | ||
| 9703 | 2024.03.25 19:41:30.004142 [ 3 ] {4d81d9db-a579-4b87-a8ba-2f86ffc1ba93} <Trace> oximeter.fields_u16 (c5488911-6586-43c0-ae3f-1262ae9a0dfa): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9704 | 2024.03.25 19:41:30.004245 [ 186 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 9705 | 2024.03.25 19:41:30.004471 [ 3 ] {4d81d9db-a579-4b87-a8ba-2f86ffc1ba93} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.005318 sec., 376.0812335464461 rows/sec., 26.26 KiB/sec. | ||
| 9706 | 2024.03.25 19:41:30.004738 [ 3 ] {4d81d9db-a579-4b87-a8ba-2f86ffc1ba93} <Debug> DynamicQueryHandler: Done processing query | ||
| 9707 | 2024.03.25 19:41:30.004790 [ 3 ] {4d81d9db-a579-4b87-a8ba-2f86ffc1ba93} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 9708 | 2024.03.25 19:41:30.004857 [ 3 ] {} <Debug> HTTP-Session: 32bec0b7-172e-4530-901f-f1933488209d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9709 | 2024.03.25 19:41:30.005020 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 9171, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9710 | 2024.03.25 19:41:30.005100 [ 186 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_76_15} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9711 | 2024.03.25 19:41:30.005119 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 9712 | 2024.03.25 19:41:30.005177 [ 3 ] {} <Debug> HTTP-Session: df950f3c-8191-483d-88e4-e0b3d0efaa58 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 9713 | 2024.03.25 19:41:30.005213 [ 3 ] {} <Debug> HTTP-Session: df950f3c-8191-483d-88e4-e0b3d0efaa58 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9714 | 2024.03.25 19:41:30.005244 [ 3 ] {} <Debug> HTTP-Session: df950f3c-8191-483d-88e4-e0b3d0efaa58 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9715 | 2024.03.25 19:41:30.005293 [ 186 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_76_15} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 9716 | 2024.03.25 19:41:30.005303 [ 3 ] {} <Trace> HTTP-Session: df950f3c-8191-483d-88e4-e0b3d0efaa58 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9717 | 2024.03.25 19:41:30.005458 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. | ||
| 9718 | 2024.03.25 19:41:30.005478 [ 3 ] {98bf64f5-f800-47f0-b7c6-de3dcac4d7db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 9719 | 2024.03.25 19:41:30.005536 [ 3 ] {98bf64f5-f800-47f0-b7c6-de3dcac4d7db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9720 | 2024.03.25 19:41:30.005689 [ 3 ] {98bf64f5-f800-47f0-b7c6-de3dcac4d7db} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9721 | 2024.03.25 19:41:30.006025 [ 3 ] {98bf64f5-f800-47f0-b7c6-de3dcac4d7db} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9722 | 2024.03.25 19:41:30.006064 [ 3 ] {98bf64f5-f800-47f0-b7c6-de3dcac4d7db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
| 9723 | 2024.03.25 19:41:30.006393 [ 3 ] {98bf64f5-f800-47f0-b7c6-de3dcac4d7db} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 9724 | 2024.03.25 19:41:30.006725 [ 3 ] {98bf64f5-f800-47f0-b7c6-de3dcac4d7db} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9725 | 2024.03.25 19:41:30.006893 [ 151 ] {} <Debug> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 9726 | 2024.03.25 19:41:30.006896 [ 3 ] {98bf64f5-f800-47f0-b7c6-de3dcac4d7db} <Debug> executeQuery: Read 54 rows, 4.30 KiB in 0.001495 sec., 36120.40133779264 rows/sec., 2.81 MiB/sec. | ||
| 9727 | 2024.03.25 19:41:30.006958 [ 151 ] {} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9728 | 2024.03.25 19:41:30.007028 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
| 9729 | 2024.03.25 19:41:30.007166 [ 3 ] {98bf64f5-f800-47f0-b7c6-de3dcac4d7db} <Debug> DynamicQueryHandler: Done processing query | ||
| 9730 | 2024.03.25 19:41:30.007216 [ 3 ] {98bf64f5-f800-47f0-b7c6-de3dcac4d7db} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 9731 | 2024.03.25 19:41:30.007224 [ 191 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
| 9732 | 2024.03.25 19:41:30.007242 [ 3 ] {} <Debug> HTTP-Session: df950f3c-8191-483d-88e4-e0b3d0efaa58 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9733 | 2024.03.25 19:41:30.007398 [ 191 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9734 | 2024.03.25 19:41:30.007466 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 26285, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9735 | 2024.03.25 19:41:30.007470 [ 191 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 138 rows starting from the beginning of the part | ||
| 9736 | 2024.03.25 19:41:30.007552 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 9737 | 2024.03.25 19:41:30.007689 [ 191 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 28 rows starting from the beginning of the part | ||
| 9738 | 2024.03.25 19:41:30.007687 [ 3 ] {} <Debug> HTTP-Session: a800b46a-7dda-471c-92c2-d4ab352cd1bc Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 9739 | 2024.03.25 19:41:30.007792 [ 3 ] {} <Debug> HTTP-Session: a800b46a-7dda-471c-92c2-d4ab352cd1bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9740 | 2024.03.25 19:41:30.007876 [ 3 ] {} <Debug> HTTP-Session: a800b46a-7dda-471c-92c2-d4ab352cd1bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9741 | 2024.03.25 19:41:30.007899 [ 191 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 90 rows starting from the beginning of the part | ||
| 9742 | 2024.03.25 19:41:30.008168 [ 191 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 28 rows starting from the beginning of the part | ||
| 9743 | 2024.03.25 19:41:30.008259 [ 3 ] {} <Trace> HTTP-Session: a800b46a-7dda-471c-92c2-d4ab352cd1bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9744 | 2024.03.25 19:41:30.008351 [ 191 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 86 rows starting from the beginning of the part | ||
| 9745 | 2024.03.25 19:41:30.008678 [ 191 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 54 rows starting from the beginning of the part | ||
| 9746 | 2024.03.25 19:41:30.008837 [ 3 ] {a010cff2-1cf3-40bb-a338-c76caf67da54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 9747 | 2024.03.25 19:41:30.009127 [ 3 ] {a010cff2-1cf3-40bb-a338-c76caf67da54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9748 | 2024.03.25 19:41:30.009655 [ 3 ] {a010cff2-1cf3-40bb-a338-c76caf67da54} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9749 | 2024.03.25 19:41:30.010572 [ 3 ] {a010cff2-1cf3-40bb-a338-c76caf67da54} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9750 | 2024.03.25 19:41:30.010643 [ 3 ] {a010cff2-1cf3-40bb-a338-c76caf67da54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
| 9751 | 2024.03.25 19:41:30.011506 [ 191 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 424 rows, containing 4 columns (4 merged, 0 gathered) in 0.004378299 sec., 96841.26186905005 rows/sec., 7.56 MiB/sec. | ||
| 9752 | 2024.03.25 19:41:30.011650 [ 3 ] {a010cff2-1cf3-40bb-a338-c76caf67da54} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 9753 | 2024.03.25 19:41:30.011703 [ 192 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 9754 | 2024.03.25 19:41:30.012162 [ 3 ] {a010cff2-1cf3-40bb-a338-c76caf67da54} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9755 | 2024.03.25 19:41:30.012292 [ 192 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_76_15} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9756 | 2024.03.25 19:41:30.012406 [ 151 ] {} <Debug> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 9757 | 2024.03.25 19:41:30.012445 [ 3 ] {a010cff2-1cf3-40bb-a338-c76caf67da54} <Debug> executeQuery: Read 137 rows, 9.77 KiB in 0.003974 sec., 34474.08152994464 rows/sec., 2.40 MiB/sec. | ||
| 9758 | 2024.03.25 19:41:30.012507 [ 151 ] {} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9759 | 2024.03.25 19:41:30.012610 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
| 9760 | 2024.03.25 19:41:30.012625 [ 192 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_76_15} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 9761 | 2024.03.25 19:41:30.012977 [ 3 ] {a010cff2-1cf3-40bb-a338-c76caf67da54} <Debug> DynamicQueryHandler: Done processing query | ||
| 9762 | 2024.03.25 19:41:30.013001 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 9763 | 2024.03.25 19:41:30.013014 [ 3 ] {a010cff2-1cf3-40bb-a338-c76caf67da54} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
| 9764 | 2024.03.25 19:41:30.013043 [ 3 ] {} <Debug> HTTP-Session: a800b46a-7dda-471c-92c2-d4ab352cd1bc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9765 | 2024.03.25 19:41:30.013077 [ 195 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
| 9766 | 2024.03.25 19:41:30.013233 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9767 | 2024.03.25 19:41:30.013297 [ 195 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9768 | 2024.03.25 19:41:30.013324 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 9769 | 2024.03.25 19:41:30.013351 [ 195 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 7749 rows starting from the beginning of the part | ||
| 9770 | 2024.03.25 19:41:30.013360 [ 3 ] {} <Debug> HTTP-Session: 6b477aef-c75b-466a-9162-995bfd970270 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 9771 | 2024.03.25 19:41:30.013402 [ 3 ] {} <Debug> HTTP-Session: 6b477aef-c75b-466a-9162-995bfd970270 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9772 | 2024.03.25 19:41:30.013448 [ 3 ] {} <Debug> HTTP-Session: 6b477aef-c75b-466a-9162-995bfd970270 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9773 | 2024.03.25 19:41:30.013582 [ 195 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 100 rows starting from the beginning of the part | ||
| 9774 | 2024.03.25 19:41:30.013619 [ 3 ] {} <Trace> HTTP-Session: 6b477aef-c75b-466a-9162-995bfd970270 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9775 | 2024.03.25 19:41:30.013917 [ 195 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 102 rows starting from the beginning of the part | ||
| 9776 | 2024.03.25 19:41:30.014183 [ 3 ] {671be766-23c1-42ee-b195-d804c065823f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 9777 | 2024.03.25 19:41:30.014223 [ 195 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 100 rows starting from the beginning of the part | ||
| 9778 | 2024.03.25 19:41:30.014381 [ 3 ] {671be766-23c1-42ee-b195-d804c065823f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9779 | 2024.03.25 19:41:30.014472 [ 195 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 100 rows starting from the beginning of the part | ||
| 9780 | 2024.03.25 19:41:30.014785 [ 195 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 137 rows starting from the beginning of the part | ||
| 9781 | 2024.03.25 19:41:30.015537 [ 3 ] {671be766-23c1-42ee-b195-d804c065823f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9782 | 2024.03.25 19:41:30.016101 [ 3 ] {671be766-23c1-42ee-b195-d804c065823f} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9783 | 2024.03.25 19:41:30.016150 [ 3 ] {671be766-23c1-42ee-b195-d804c065823f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
| 9784 | 2024.03.25 19:41:30.016920 [ 3 ] {671be766-23c1-42ee-b195-d804c065823f} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 9785 | 2024.03.25 19:41:30.017722 [ 3 ] {671be766-23c1-42ee-b195-d804c065823f} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9786 | 2024.03.25 19:41:30.017933 [ 151 ] {} <Debug> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 9787 | 2024.03.25 19:41:30.017944 [ 3 ] {671be766-23c1-42ee-b195-d804c065823f} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.004085 sec., 7343.941248470012 rows/sec., 515.18 KiB/sec. | ||
| 9788 | 2024.03.25 19:41:30.017985 [ 151 ] {} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9789 | 2024.03.25 19:41:30.018065 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
| 9790 | 2024.03.25 19:41:30.018345 [ 3 ] {671be766-23c1-42ee-b195-d804c065823f} <Debug> DynamicQueryHandler: Done processing query | ||
| 9791 | 2024.03.25 19:41:30.018376 [ 191 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
| 9792 | 2024.03.25 19:41:30.018439 [ 3 ] {671be766-23c1-42ee-b195-d804c065823f} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 9793 | 2024.03.25 19:41:30.018494 [ 3 ] {} <Debug> HTTP-Session: 6b477aef-c75b-466a-9162-995bfd970270 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9794 | 2024.03.25 19:41:30.018625 [ 191 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9795 | 2024.03.25 19:41:30.018662 [ 191 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 2112 rows starting from the beginning of the part | ||
| 9796 | 2024.03.25 19:41:30.018750 [ 191 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 30 rows starting from the beginning of the part | ||
| 9797 | 2024.03.25 19:41:30.018991 [ 191 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 30 rows starting from the beginning of the part | ||
| 9798 | 2024.03.25 19:41:30.019204 [ 191 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 30 rows starting from the beginning of the part | ||
| 9799 | 2024.03.25 19:41:30.019422 [ 191 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 30 rows starting from the beginning of the part | ||
| 9800 | 2024.03.25 19:41:30.019797 [ 191 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 30 rows starting from the beginning of the part | ||
| 9801 | 2024.03.25 19:41:30.020329 [ 195 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8288 rows, containing 5 columns (5 merged, 0 gathered) in 0.007545696 sec., 1098374.4905705187 rows/sec., 76.27 MiB/sec. | ||
| 9802 | 2024.03.25 19:41:30.020531 [ 195 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 9803 | 2024.03.25 19:41:30.021096 [ 195 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9804 | 2024.03.25 19:41:30.021218 [ 195 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 9805 | 2024.03.25 19:41:30.021325 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.40 MiB. | ||
| 9806 | 2024.03.25 19:41:30.021717 [ 188 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2262 rows, containing 4 columns (4 merged, 0 gathered) in 0.003528847 sec., 641002.5710947514 rows/sec., 43.91 MiB/sec. | ||
| 9807 | 2024.03.25 19:41:30.022051 [ 190 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 9808 | 2024.03.25 19:41:30.022490 [ 190 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_76_15} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9809 | 2024.03.25 19:41:30.022577 [ 190 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_76_15} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 9810 | 2024.03.25 19:41:30.022670 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 9811 | 2024.03.25 19:41:34.995442 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 8371, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9812 | 2024.03.25 19:41:34.995587 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 9813 | 2024.03.25 19:41:34.995615 [ 3 ] {} <Debug> HTTP-Session: 1fb20a19-88cd-44d6-b4dd-85462ae2f341 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 9814 | 2024.03.25 19:41:34.995643 [ 3 ] {} <Debug> HTTP-Session: 1fb20a19-88cd-44d6-b4dd-85462ae2f341 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9815 | 2024.03.25 19:41:34.995662 [ 3 ] {} <Debug> HTTP-Session: 1fb20a19-88cd-44d6-b4dd-85462ae2f341 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9816 | 2024.03.25 19:41:34.995716 [ 3 ] {} <Trace> HTTP-Session: 1fb20a19-88cd-44d6-b4dd-85462ae2f341 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9817 | 2024.03.25 19:41:34.995857 [ 3 ] {70ca0aa6-491b-406a-a70c-6757f7466f9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 9818 | 2024.03.25 19:41:34.995921 [ 3 ] {70ca0aa6-491b-406a-a70c-6757f7466f9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 9819 | 2024.03.25 19:41:34.996100 [ 3 ] {70ca0aa6-491b-406a-a70c-6757f7466f9d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9820 | 2024.03.25 19:41:34.996678 [ 3 ] {70ca0aa6-491b-406a-a70c-6757f7466f9d} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9821 | 2024.03.25 19:41:34.996728 [ 3 ] {70ca0aa6-491b-406a-a70c-6757f7466f9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
| 9822 | 2024.03.25 19:41:34.997112 [ 3 ] {70ca0aa6-491b-406a-a70c-6757f7466f9d} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 9823 | 2024.03.25 19:41:34.997443 [ 3 ] {70ca0aa6-491b-406a-a70c-6757f7466f9d} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9824 | 2024.03.25 19:41:34.997583 [ 3 ] {70ca0aa6-491b-406a-a70c-6757f7466f9d} <Debug> executeQuery: Read 58 rows, 4.70 KiB in 0.001797 sec., 32276.015581524764 rows/sec., 2.55 MiB/sec. | ||
| 9825 | 2024.03.25 19:41:34.997725 [ 3 ] {70ca0aa6-491b-406a-a70c-6757f7466f9d} <Debug> DynamicQueryHandler: Done processing query | ||
| 9826 | 2024.03.25 19:41:34.997750 [ 3 ] {70ca0aa6-491b-406a-a70c-6757f7466f9d} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 9827 | 2024.03.25 19:41:34.997766 [ 3 ] {} <Debug> HTTP-Session: 1fb20a19-88cd-44d6-b4dd-85462ae2f341 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9828 | 2024.03.25 19:41:34.997969 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 31316, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9829 | 2024.03.25 19:41:34.998019 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 9830 | 2024.03.25 19:41:34.998038 [ 3 ] {} <Debug> HTTP-Session: 1d523ca5-280f-4321-8c3b-f64f7e6e10df Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 9831 | 2024.03.25 19:41:34.998055 [ 3 ] {} <Debug> HTTP-Session: 1d523ca5-280f-4321-8c3b-f64f7e6e10df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9832 | 2024.03.25 19:41:34.998068 [ 3 ] {} <Debug> HTTP-Session: 1d523ca5-280f-4321-8c3b-f64f7e6e10df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9833 | 2024.03.25 19:41:34.998099 [ 3 ] {} <Trace> HTTP-Session: 1d523ca5-280f-4321-8c3b-f64f7e6e10df Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9834 | 2024.03.25 19:41:34.998213 [ 3 ] {2606b94c-3ee6-43cf-ad21-73b6fc276324} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 9835 | 2024.03.25 19:41:34.998254 [ 3 ] {2606b94c-3ee6-43cf-ad21-73b6fc276324} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9836 | 2024.03.25 19:41:34.998377 [ 3 ] {2606b94c-3ee6-43cf-ad21-73b6fc276324} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9837 | 2024.03.25 19:41:34.998829 [ 3 ] {2606b94c-3ee6-43cf-ad21-73b6fc276324} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9838 | 2024.03.25 19:41:34.998866 [ 3 ] {2606b94c-3ee6-43cf-ad21-73b6fc276324} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
| 9839 | 2024.03.25 19:41:34.999191 [ 3 ] {2606b94c-3ee6-43cf-ad21-73b6fc276324} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 9840 | 2024.03.25 19:41:34.999500 [ 3 ] {2606b94c-3ee6-43cf-ad21-73b6fc276324} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9841 | 2024.03.25 19:41:34.999621 [ 3 ] {2606b94c-3ee6-43cf-ad21-73b6fc276324} <Debug> executeQuery: Read 200 rows, 19.11 KiB in 0.001474 sec., 135685.21031207597 rows/sec., 12.66 MiB/sec. | ||
| 9842 | 2024.03.25 19:41:34.999801 [ 3 ] {2606b94c-3ee6-43cf-ad21-73b6fc276324} <Debug> DynamicQueryHandler: Done processing query | ||
| 9843 | 2024.03.25 19:41:34.999837 [ 3 ] {2606b94c-3ee6-43cf-ad21-73b6fc276324} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 9844 | 2024.03.25 19:41:34.999879 [ 3 ] {} <Debug> HTTP-Session: 1d523ca5-280f-4321-8c3b-f64f7e6e10df Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9845 | 2024.03.25 19:41:35.000090 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 14620, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9846 | 2024.03.25 19:41:35.000156 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 202.53 MiB, peak 209.96 MiB, free memory in arenas 0.00 B, will set to 201.39 MiB (RSS), difference: -1.13 MiB | ||
| 9847 | 2024.03.25 19:41:35.000183 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 9848 | 2024.03.25 19:41:35.000240 [ 3 ] {} <Debug> HTTP-Session: 772893e8-e20a-4006-8801-9229120719c9 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 9849 | 2024.03.25 19:41:35.000265 [ 3 ] {} <Debug> HTTP-Session: 772893e8-e20a-4006-8801-9229120719c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9850 | 2024.03.25 19:41:35.000299 [ 3 ] {} <Debug> HTTP-Session: 772893e8-e20a-4006-8801-9229120719c9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9851 | 2024.03.25 19:41:35.000385 [ 3 ] {} <Trace> HTTP-Session: 772893e8-e20a-4006-8801-9229120719c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9852 | 2024.03.25 19:41:35.000534 [ 3 ] {47625626-6d88-4a31-ab58-655a863bdbb7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 9853 | 2024.03.25 19:41:35.000627 [ 3 ] {47625626-6d88-4a31-ab58-655a863bdbb7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9854 | 2024.03.25 19:41:35.000787 [ 3 ] {47625626-6d88-4a31-ab58-655a863bdbb7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9855 | 2024.03.25 19:41:35.001142 [ 3 ] {47625626-6d88-4a31-ab58-655a863bdbb7} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9856 | 2024.03.25 19:41:35.001180 [ 3 ] {47625626-6d88-4a31-ab58-655a863bdbb7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
| 9857 | 2024.03.25 19:41:35.001491 [ 3 ] {47625626-6d88-4a31-ab58-655a863bdbb7} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 9858 | 2024.03.25 19:41:35.001796 [ 3 ] {47625626-6d88-4a31-ab58-655a863bdbb7} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9859 | 2024.03.25 19:41:35.001923 [ 3 ] {47625626-6d88-4a31-ab58-655a863bdbb7} <Debug> executeQuery: Read 86 rows, 6.88 KiB in 0.001482 sec., 58029.689608636974 rows/sec., 4.53 MiB/sec. | ||
| 9860 | 2024.03.25 19:41:35.002043 [ 3 ] {47625626-6d88-4a31-ab58-655a863bdbb7} <Debug> DynamicQueryHandler: Done processing query | ||
| 9861 | 2024.03.25 19:41:35.002066 [ 3 ] {47625626-6d88-4a31-ab58-655a863bdbb7} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 9862 | 2024.03.25 19:41:35.002082 [ 3 ] {} <Debug> HTTP-Session: 772893e8-e20a-4006-8801-9229120719c9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9863 | 2024.03.25 19:41:35.002229 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 19137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9864 | 2024.03.25 19:41:35.002276 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 9865 | 2024.03.25 19:41:35.002295 [ 3 ] {} <Debug> HTTP-Session: 525c4ff8-656c-40f3-ae86-e9ae36ceada5 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 9866 | 2024.03.25 19:41:35.002312 [ 3 ] {} <Debug> HTTP-Session: 525c4ff8-656c-40f3-ae86-e9ae36ceada5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9867 | 2024.03.25 19:41:35.002325 [ 3 ] {} <Debug> HTTP-Session: 525c4ff8-656c-40f3-ae86-e9ae36ceada5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9868 | 2024.03.25 19:41:35.002355 [ 3 ] {} <Trace> HTTP-Session: 525c4ff8-656c-40f3-ae86-e9ae36ceada5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9869 | 2024.03.25 19:41:35.002458 [ 3 ] {9c3319ac-999c-44c8-bd3c-cd94d5883f4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 9870 | 2024.03.25 19:41:35.002502 [ 3 ] {9c3319ac-999c-44c8-bd3c-cd94d5883f4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9871 | 2024.03.25 19:41:35.002640 [ 3 ] {9c3319ac-999c-44c8-bd3c-cd94d5883f4e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9872 | 2024.03.25 19:41:35.003004 [ 3 ] {9c3319ac-999c-44c8-bd3c-cd94d5883f4e} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9873 | 2024.03.25 19:41:35.003039 [ 3 ] {9c3319ac-999c-44c8-bd3c-cd94d5883f4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
| 9874 | 2024.03.25 19:41:35.003423 [ 3 ] {9c3319ac-999c-44c8-bd3c-cd94d5883f4e} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 9875 | 2024.03.25 19:41:35.003757 [ 3 ] {9c3319ac-999c-44c8-bd3c-cd94d5883f4e} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9876 | 2024.03.25 19:41:35.003879 [ 3 ] {9c3319ac-999c-44c8-bd3c-cd94d5883f4e} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001477 sec., 67704.80704129994 rows/sec., 4.69 MiB/sec. | ||
| 9877 | 2024.03.25 19:41:35.004010 [ 3 ] {9c3319ac-999c-44c8-bd3c-cd94d5883f4e} <Debug> DynamicQueryHandler: Done processing query | ||
| 9878 | 2024.03.25 19:41:35.004046 [ 3 ] {9c3319ac-999c-44c8-bd3c-cd94d5883f4e} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
| 9879 | 2024.03.25 19:41:35.004083 [ 3 ] {} <Debug> HTTP-Session: 525c4ff8-656c-40f3-ae86-e9ae36ceada5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9880 | 2024.03.25 19:41:35.004259 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 62052, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9881 | 2024.03.25 19:41:35.004307 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 9882 | 2024.03.25 19:41:35.004325 [ 3 ] {} <Debug> HTTP-Session: 6bc1c299-a37d-43dd-bd11-8b0b4e8390b8 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 9883 | 2024.03.25 19:41:35.004341 [ 3 ] {} <Debug> HTTP-Session: 6bc1c299-a37d-43dd-bd11-8b0b4e8390b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9884 | 2024.03.25 19:41:35.004355 [ 3 ] {} <Debug> HTTP-Session: 6bc1c299-a37d-43dd-bd11-8b0b4e8390b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9885 | 2024.03.25 19:41:35.004385 [ 3 ] {} <Trace> HTTP-Session: 6bc1c299-a37d-43dd-bd11-8b0b4e8390b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9886 | 2024.03.25 19:41:35.004763 [ 3 ] {2b7d0f5a-6c28-43c4-86f6-70a5339ef93c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 9887 | 2024.03.25 19:41:35.004808 [ 3 ] {2b7d0f5a-6c28-43c4-86f6-70a5339ef93c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 9888 | 2024.03.25 19:41:35.004960 [ 3 ] {2b7d0f5a-6c28-43c4-86f6-70a5339ef93c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9889 | 2024.03.25 19:41:35.005565 [ 3 ] {2b7d0f5a-6c28-43c4-86f6-70a5339ef93c} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9890 | 2024.03.25 19:41:35.005599 [ 3 ] {2b7d0f5a-6c28-43c4-86f6-70a5339ef93c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
| 9891 | 2024.03.25 19:41:35.006032 [ 3 ] {2b7d0f5a-6c28-43c4-86f6-70a5339ef93c} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 9892 | 2024.03.25 19:41:35.006365 [ 3 ] {2b7d0f5a-6c28-43c4-86f6-70a5339ef93c} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9893 | 2024.03.25 19:41:35.006495 [ 3 ] {2b7d0f5a-6c28-43c4-86f6-70a5339ef93c} <Debug> executeQuery: Read 58 rows, 80.15 KiB in 0.002053 sec., 28251.339503166095 rows/sec., 38.12 MiB/sec. | ||
| 9894 | 2024.03.25 19:41:35.006616 [ 3 ] {2b7d0f5a-6c28-43c4-86f6-70a5339ef93c} <Debug> DynamicQueryHandler: Done processing query | ||
| 9895 | 2024.03.25 19:41:35.006640 [ 3 ] {2b7d0f5a-6c28-43c4-86f6-70a5339ef93c} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 9896 | 2024.03.25 19:41:35.006656 [ 3 ] {} <Debug> HTTP-Session: 6bc1c299-a37d-43dd-bd11-8b0b4e8390b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9897 | 2024.03.25 19:41:35.006783 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9898 | 2024.03.25 19:41:35.006832 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 9899 | 2024.03.25 19:41:35.006852 [ 3 ] {} <Debug> HTTP-Session: 0ccbb2f1-1d30-4833-be5c-a8a6f564841c Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 9900 | 2024.03.25 19:41:35.006868 [ 3 ] {} <Debug> HTTP-Session: 0ccbb2f1-1d30-4833-be5c-a8a6f564841c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9901 | 2024.03.25 19:41:35.006882 [ 3 ] {} <Debug> HTTP-Session: 0ccbb2f1-1d30-4833-be5c-a8a6f564841c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9902 | 2024.03.25 19:41:35.006911 [ 3 ] {} <Trace> HTTP-Session: 0ccbb2f1-1d30-4833-be5c-a8a6f564841c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9903 | 2024.03.25 19:41:35.006983 [ 3 ] {5ad4eaeb-bba9-4048-90c6-22dce93cbd47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 9904 | 2024.03.25 19:41:35.007024 [ 3 ] {5ad4eaeb-bba9-4048-90c6-22dce93cbd47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9905 | 2024.03.25 19:41:35.007147 [ 3 ] {5ad4eaeb-bba9-4048-90c6-22dce93cbd47} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9906 | 2024.03.25 19:41:35.007432 [ 3 ] {5ad4eaeb-bba9-4048-90c6-22dce93cbd47} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9907 | 2024.03.25 19:41:35.007468 [ 3 ] {5ad4eaeb-bba9-4048-90c6-22dce93cbd47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
| 9908 | 2024.03.25 19:41:35.007810 [ 3 ] {5ad4eaeb-bba9-4048-90c6-22dce93cbd47} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 9909 | 2024.03.25 19:41:35.008126 [ 3 ] {5ad4eaeb-bba9-4048-90c6-22dce93cbd47} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9910 | 2024.03.25 19:41:35.008248 [ 3 ] {5ad4eaeb-bba9-4048-90c6-22dce93cbd47} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001294 sec., 23183.925811437402 rows/sec., 1.59 MiB/sec. | ||
| 9911 | 2024.03.25 19:41:35.008354 [ 3 ] {5ad4eaeb-bba9-4048-90c6-22dce93cbd47} <Debug> DynamicQueryHandler: Done processing query | ||
| 9912 | 2024.03.25 19:41:35.008377 [ 3 ] {5ad4eaeb-bba9-4048-90c6-22dce93cbd47} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 9913 | 2024.03.25 19:41:35.008393 [ 3 ] {} <Debug> HTTP-Session: 0ccbb2f1-1d30-4833-be5c-a8a6f564841c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9914 | 2024.03.25 19:41:36.614113 [ 150 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 9915 | 2024.03.25 19:41:36.614163 [ 150 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 9916 | 2024.03.25 19:41:39.992757 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 3629, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9917 | 2024.03.25 19:41:39.992893 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 9918 | 2024.03.25 19:41:39.992920 [ 3 ] {} <Debug> HTTP-Session: 44b58af7-51bb-4f2e-b3c4-7799c8600441 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 9919 | 2024.03.25 19:41:39.992944 [ 3 ] {} <Debug> HTTP-Session: 44b58af7-51bb-4f2e-b3c4-7799c8600441 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9920 | 2024.03.25 19:41:39.992958 [ 3 ] {} <Debug> HTTP-Session: 44b58af7-51bb-4f2e-b3c4-7799c8600441 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9921 | 2024.03.25 19:41:39.993007 [ 3 ] {} <Trace> HTTP-Session: 44b58af7-51bb-4f2e-b3c4-7799c8600441 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9922 | 2024.03.25 19:41:39.993130 [ 3 ] {20a32666-9ba6-4f6a-9f74-c7e72e4e5c39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 9923 | 2024.03.25 19:41:39.993195 [ 3 ] {20a32666-9ba6-4f6a-9f74-c7e72e4e5c39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9924 | 2024.03.25 19:41:39.993381 [ 3 ] {20a32666-9ba6-4f6a-9f74-c7e72e4e5c39} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9925 | 2024.03.25 19:41:39.993807 [ 3 ] {20a32666-9ba6-4f6a-9f74-c7e72e4e5c39} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9926 | 2024.03.25 19:41:39.993860 [ 3 ] {20a32666-9ba6-4f6a-9f74-c7e72e4e5c39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
| 9927 | 2024.03.25 19:41:39.994248 [ 3 ] {20a32666-9ba6-4f6a-9f74-c7e72e4e5c39} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 9928 | 2024.03.25 19:41:39.994583 [ 3 ] {20a32666-9ba6-4f6a-9f74-c7e72e4e5c39} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9929 | 2024.03.25 19:41:39.994729 [ 3 ] {20a32666-9ba6-4f6a-9f74-c7e72e4e5c39} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.001658 sec., 15681.544028950542 rows/sec., 1.18 MiB/sec. | ||
| 9930 | 2024.03.25 19:41:39.994878 [ 3 ] {20a32666-9ba6-4f6a-9f74-c7e72e4e5c39} <Debug> DynamicQueryHandler: Done processing query | ||
| 9931 | 2024.03.25 19:41:39.994905 [ 3 ] {20a32666-9ba6-4f6a-9f74-c7e72e4e5c39} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 9932 | 2024.03.25 19:41:39.994921 [ 3 ] {} <Debug> HTTP-Session: 44b58af7-51bb-4f2e-b3c4-7799c8600441 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9933 | 2024.03.25 19:41:39.995055 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4792, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9934 | 2024.03.25 19:41:39.995110 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 9935 | 2024.03.25 19:41:39.995130 [ 3 ] {} <Debug> HTTP-Session: aecdbab1-647a-4416-a00d-7f88b9277d34 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 9936 | 2024.03.25 19:41:39.995148 [ 3 ] {} <Debug> HTTP-Session: aecdbab1-647a-4416-a00d-7f88b9277d34 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9937 | 2024.03.25 19:41:39.995162 [ 3 ] {} <Debug> HTTP-Session: aecdbab1-647a-4416-a00d-7f88b9277d34 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9938 | 2024.03.25 19:41:39.995198 [ 3 ] {} <Trace> HTTP-Session: aecdbab1-647a-4416-a00d-7f88b9277d34 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9939 | 2024.03.25 19:41:39.995279 [ 3 ] {8719d3a5-88c0-43c9-be65-859c49bf4e82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 9940 | 2024.03.25 19:41:39.995323 [ 3 ] {8719d3a5-88c0-43c9-be65-859c49bf4e82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9941 | 2024.03.25 19:41:39.995453 [ 3 ] {8719d3a5-88c0-43c9-be65-859c49bf4e82} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9942 | 2024.03.25 19:41:39.995766 [ 3 ] {8719d3a5-88c0-43c9-be65-859c49bf4e82} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9943 | 2024.03.25 19:41:39.995804 [ 3 ] {8719d3a5-88c0-43c9-be65-859c49bf4e82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
| 9944 | 2024.03.25 19:41:39.996112 [ 3 ] {8719d3a5-88c0-43c9-be65-859c49bf4e82} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 9945 | 2024.03.25 19:41:39.996415 [ 3 ] {8719d3a5-88c0-43c9-be65-859c49bf4e82} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9946 | 2024.03.25 19:41:39.996546 [ 3 ] {8719d3a5-88c0-43c9-be65-859c49bf4e82} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001302 sec., 21505.37634408602 rows/sec., 1.68 MiB/sec. | ||
| 9947 | 2024.03.25 19:41:39.996657 [ 3 ] {8719d3a5-88c0-43c9-be65-859c49bf4e82} <Debug> DynamicQueryHandler: Done processing query | ||
| 9948 | 2024.03.25 19:41:39.996683 [ 3 ] {8719d3a5-88c0-43c9-be65-859c49bf4e82} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 9949 | 2024.03.25 19:41:39.996699 [ 3 ] {} <Debug> HTTP-Session: aecdbab1-647a-4416-a00d-7f88b9277d34 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9950 | 2024.03.25 19:41:39.996870 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 19137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9951 | 2024.03.25 19:41:39.996919 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 9952 | 2024.03.25 19:41:39.996938 [ 3 ] {} <Debug> HTTP-Session: 49f909b7-fb09-4c11-83f2-7ab9e1a600de Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 9953 | 2024.03.25 19:41:39.996979 [ 3 ] {} <Debug> HTTP-Session: 49f909b7-fb09-4c11-83f2-7ab9e1a600de Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9954 | 2024.03.25 19:41:39.996993 [ 3 ] {} <Debug> HTTP-Session: 49f909b7-fb09-4c11-83f2-7ab9e1a600de Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9955 | 2024.03.25 19:41:39.997026 [ 3 ] {} <Trace> HTTP-Session: 49f909b7-fb09-4c11-83f2-7ab9e1a600de Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9956 | 2024.03.25 19:41:39.997128 [ 3 ] {a4507dcd-7d33-45d3-a653-f067b7bd998f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 9957 | 2024.03.25 19:41:39.997174 [ 3 ] {a4507dcd-7d33-45d3-a653-f067b7bd998f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9958 | 2024.03.25 19:41:39.997314 [ 3 ] {a4507dcd-7d33-45d3-a653-f067b7bd998f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9959 | 2024.03.25 19:41:39.997686 [ 3 ] {a4507dcd-7d33-45d3-a653-f067b7bd998f} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9960 | 2024.03.25 19:41:39.997722 [ 3 ] {a4507dcd-7d33-45d3-a653-f067b7bd998f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
| 9961 | 2024.03.25 19:41:39.998105 [ 3 ] {a4507dcd-7d33-45d3-a653-f067b7bd998f} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 9962 | 2024.03.25 19:41:39.998441 [ 3 ] {a4507dcd-7d33-45d3-a653-f067b7bd998f} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9963 | 2024.03.25 19:41:39.998614 [ 3 ] {a4507dcd-7d33-45d3-a653-f067b7bd998f} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001539 sec., 64977.2579597141 rows/sec., 4.51 MiB/sec. | ||
| 9964 | 2024.03.25 19:41:39.998800 [ 3 ] {a4507dcd-7d33-45d3-a653-f067b7bd998f} <Debug> DynamicQueryHandler: Done processing query | ||
| 9965 | 2024.03.25 19:41:39.998825 [ 3 ] {a4507dcd-7d33-45d3-a653-f067b7bd998f} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
| 9966 | 2024.03.25 19:41:39.998840 [ 3 ] {} <Debug> HTTP-Session: 49f909b7-fb09-4c11-83f2-7ab9e1a600de Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9967 | 2024.03.25 19:41:39.999049 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9968 | 2024.03.25 19:41:39.999149 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 9969 | 2024.03.25 19:41:39.999186 [ 3 ] {} <Debug> HTTP-Session: ad3808f6-8016-4f15-a986-be9f771338e8 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 9970 | 2024.03.25 19:41:39.999206 [ 3 ] {} <Debug> HTTP-Session: ad3808f6-8016-4f15-a986-be9f771338e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9971 | 2024.03.25 19:41:39.999222 [ 3 ] {} <Debug> HTTP-Session: ad3808f6-8016-4f15-a986-be9f771338e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9972 | 2024.03.25 19:41:39.999254 [ 3 ] {} <Trace> HTTP-Session: ad3808f6-8016-4f15-a986-be9f771338e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9973 | 2024.03.25 19:41:39.999335 [ 3 ] {47b986fe-8be1-4d96-b323-5873216c475f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 9974 | 2024.03.25 19:41:39.999378 [ 3 ] {47b986fe-8be1-4d96-b323-5873216c475f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9975 | 2024.03.25 19:41:39.999522 [ 3 ] {47b986fe-8be1-4d96-b323-5873216c475f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9976 | 2024.03.25 19:41:39.999822 [ 3 ] {47b986fe-8be1-4d96-b323-5873216c475f} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9977 | 2024.03.25 19:41:39.999860 [ 3 ] {47b986fe-8be1-4d96-b323-5873216c475f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
| 9978 | 2024.03.25 19:41:40.000164 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 202.63 MiB, peak 209.96 MiB, free memory in arenas 0.00 B, will set to 201.39 MiB (RSS), difference: -1.24 MiB | ||
| 9979 | 2024.03.25 19:41:40.000479 [ 3 ] {47b986fe-8be1-4d96-b323-5873216c475f} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 9980 | 2024.03.25 19:41:40.000960 [ 3 ] {47b986fe-8be1-4d96-b323-5873216c475f} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9981 | 2024.03.25 19:41:40.001092 [ 3 ] {47b986fe-8be1-4d96-b323-5873216c475f} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001791 sec., 16750.418760469012 rows/sec., 1.15 MiB/sec. | ||
| 9982 | 2024.03.25 19:41:40.001271 [ 3 ] {47b986fe-8be1-4d96-b323-5873216c475f} <Debug> DynamicQueryHandler: Done processing query | ||
| 9983 | 2024.03.25 19:41:40.001317 [ 3 ] {47b986fe-8be1-4d96-b323-5873216c475f} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 9984 | 2024.03.25 19:41:40.001364 [ 3 ] {} <Debug> HTTP-Session: ad3808f6-8016-4f15-a986-be9f771338e8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9985 | 2024.03.25 19:41:44.996540 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 8371, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9986 | 2024.03.25 19:41:44.996680 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 9987 | 2024.03.25 19:41:44.996709 [ 3 ] {} <Debug> HTTP-Session: 335f1e5f-3892-434a-83ca-3d90265a0ebf Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 9988 | 2024.03.25 19:41:44.996738 [ 3 ] {} <Debug> HTTP-Session: 335f1e5f-3892-434a-83ca-3d90265a0ebf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9989 | 2024.03.25 19:41:44.996756 [ 3 ] {} <Debug> HTTP-Session: 335f1e5f-3892-434a-83ca-3d90265a0ebf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9990 | 2024.03.25 19:41:44.996811 [ 3 ] {} <Trace> HTTP-Session: 335f1e5f-3892-434a-83ca-3d90265a0ebf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9991 | 2024.03.25 19:41:44.996955 [ 3 ] {c927ce61-a651-4997-8b4c-0079bd2d607c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 9992 | 2024.03.25 19:41:44.997026 [ 3 ] {c927ce61-a651-4997-8b4c-0079bd2d607c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 9993 | 2024.03.25 19:41:44.997239 [ 3 ] {c927ce61-a651-4997-8b4c-0079bd2d607c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9994 | 2024.03.25 19:41:44.997709 [ 3 ] {c927ce61-a651-4997-8b4c-0079bd2d607c} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9995 | 2024.03.25 19:41:44.997757 [ 3 ] {c927ce61-a651-4997-8b4c-0079bd2d607c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 9996 | 2024.03.25 19:41:44.998149 [ 3 ] {c927ce61-a651-4997-8b4c-0079bd2d607c} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 9997 | 2024.03.25 19:41:44.998489 [ 3 ] {c927ce61-a651-4997-8b4c-0079bd2d607c} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9998 | 2024.03.25 19:41:44.998655 [ 3 ] {c927ce61-a651-4997-8b4c-0079bd2d607c} <Debug> executeQuery: Read 58 rows, 4.70 KiB in 0.00177 sec., 32768.3615819209 rows/sec., 2.59 MiB/sec. | ||
| 9999 | 2024.03.25 19:41:44.998804 [ 3 ] {c927ce61-a651-4997-8b4c-0079bd2d607c} <Debug> DynamicQueryHandler: Done processing query | ||
| 10000 | 2024.03.25 19:41:44.998831 [ 3 ] {c927ce61-a651-4997-8b4c-0079bd2d607c} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 10001 | 2024.03.25 19:41:44.998847 [ 3 ] {} <Debug> HTTP-Session: 335f1e5f-3892-434a-83ca-3d90265a0ebf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10002 | 2024.03.25 19:41:44.999054 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 31316, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10003 | 2024.03.25 19:41:44.999108 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 10004 | 2024.03.25 19:41:44.999127 [ 3 ] {} <Debug> HTTP-Session: bc361bef-3fe0-4af8-b88a-e982a54cdf3b Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 10005 | 2024.03.25 19:41:44.999144 [ 3 ] {} <Debug> HTTP-Session: bc361bef-3fe0-4af8-b88a-e982a54cdf3b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10006 | 2024.03.25 19:41:44.999158 [ 3 ] {} <Debug> HTTP-Session: bc361bef-3fe0-4af8-b88a-e982a54cdf3b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10007 | 2024.03.25 19:41:44.999194 [ 3 ] {} <Trace> HTTP-Session: bc361bef-3fe0-4af8-b88a-e982a54cdf3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10008 | 2024.03.25 19:41:44.999320 [ 3 ] {0999079d-8ccc-40f4-888e-bbde6c1b73f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 10009 | 2024.03.25 19:41:44.999367 [ 3 ] {0999079d-8ccc-40f4-888e-bbde6c1b73f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10010 | 2024.03.25 19:41:44.999496 [ 3 ] {0999079d-8ccc-40f4-888e-bbde6c1b73f5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10011 | 2024.03.25 19:41:44.999945 [ 3 ] {0999079d-8ccc-40f4-888e-bbde6c1b73f5} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10012 | 2024.03.25 19:41:44.999986 [ 3 ] {0999079d-8ccc-40f4-888e-bbde6c1b73f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 10013 | 2024.03.25 19:41:45.000216 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 202.54 MiB, peak 209.96 MiB, free memory in arenas 0.00 B, will set to 201.39 MiB (RSS), difference: -1.14 MiB | ||
| 10014 | 2024.03.25 19:41:45.000629 [ 3 ] {0999079d-8ccc-40f4-888e-bbde6c1b73f5} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 10015 | 2024.03.25 19:41:45.001014 [ 3 ] {0999079d-8ccc-40f4-888e-bbde6c1b73f5} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10016 | 2024.03.25 19:41:45.001177 [ 3 ] {0999079d-8ccc-40f4-888e-bbde6c1b73f5} <Debug> executeQuery: Read 200 rows, 19.11 KiB in 0.001926 sec., 103842.15991692628 rows/sec., 9.69 MiB/sec. | ||
| 10017 | 2024.03.25 19:41:45.001327 [ 3 ] {0999079d-8ccc-40f4-888e-bbde6c1b73f5} <Debug> DynamicQueryHandler: Done processing query | ||
| 10018 | 2024.03.25 19:41:45.001356 [ 3 ] {0999079d-8ccc-40f4-888e-bbde6c1b73f5} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 10019 | 2024.03.25 19:41:45.001389 [ 3 ] {} <Debug> HTTP-Session: bc361bef-3fe0-4af8-b88a-e982a54cdf3b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10020 | 2024.03.25 19:41:45.001553 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 14620, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10021 | 2024.03.25 19:41:45.001603 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 10022 | 2024.03.25 19:41:45.001622 [ 3 ] {} <Debug> HTTP-Session: 08f2d8f2-616f-481b-a3c5-6fd58ace04ac Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 10023 | 2024.03.25 19:41:45.001639 [ 3 ] {} <Debug> HTTP-Session: 08f2d8f2-616f-481b-a3c5-6fd58ace04ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10024 | 2024.03.25 19:41:45.001653 [ 3 ] {} <Debug> HTTP-Session: 08f2d8f2-616f-481b-a3c5-6fd58ace04ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10025 | 2024.03.25 19:41:45.001685 [ 3 ] {} <Trace> HTTP-Session: 08f2d8f2-616f-481b-a3c5-6fd58ace04ac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10026 | 2024.03.25 19:41:45.001777 [ 3 ] {17157991-385d-41b4-8c49-18b9ab8dac5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 10027 | 2024.03.25 19:41:45.001819 [ 3 ] {17157991-385d-41b4-8c49-18b9ab8dac5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10028 | 2024.03.25 19:41:45.001948 [ 3 ] {17157991-385d-41b4-8c49-18b9ab8dac5e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10029 | 2024.03.25 19:41:45.002281 [ 3 ] {17157991-385d-41b4-8c49-18b9ab8dac5e} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10030 | 2024.03.25 19:41:45.002319 [ 3 ] {17157991-385d-41b4-8c49-18b9ab8dac5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 10031 | 2024.03.25 19:41:45.002639 [ 3 ] {17157991-385d-41b4-8c49-18b9ab8dac5e} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 10032 | 2024.03.25 19:41:45.002950 [ 3 ] {17157991-385d-41b4-8c49-18b9ab8dac5e} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10033 | 2024.03.25 19:41:45.003073 [ 3 ] {17157991-385d-41b4-8c49-18b9ab8dac5e} <Debug> executeQuery: Read 86 rows, 6.88 KiB in 0.001343 sec., 64035.740878629935 rows/sec., 5.00 MiB/sec. | ||
| 10034 | 2024.03.25 19:41:45.003186 [ 3 ] {17157991-385d-41b4-8c49-18b9ab8dac5e} <Debug> DynamicQueryHandler: Done processing query | ||
| 10035 | 2024.03.25 19:41:45.003210 [ 3 ] {17157991-385d-41b4-8c49-18b9ab8dac5e} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 10036 | 2024.03.25 19:41:45.003227 [ 3 ] {} <Debug> HTTP-Session: 08f2d8f2-616f-481b-a3c5-6fd58ace04ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10037 | 2024.03.25 19:41:45.003368 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 19137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10038 | 2024.03.25 19:41:45.003415 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 10039 | 2024.03.25 19:41:45.003433 [ 3 ] {} <Debug> HTTP-Session: 4293a835-6a54-4322-bf34-c06b5464e9c6 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 10040 | 2024.03.25 19:41:45.003449 [ 3 ] {} <Debug> HTTP-Session: 4293a835-6a54-4322-bf34-c06b5464e9c6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10041 | 2024.03.25 19:41:45.003463 [ 3 ] {} <Debug> HTTP-Session: 4293a835-6a54-4322-bf34-c06b5464e9c6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10042 | 2024.03.25 19:41:45.003493 [ 3 ] {} <Trace> HTTP-Session: 4293a835-6a54-4322-bf34-c06b5464e9c6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10043 | 2024.03.25 19:41:45.003609 [ 3 ] {5c736e0f-bc09-4e8a-83d8-86e535f9b2cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 10044 | 2024.03.25 19:41:45.003656 [ 3 ] {5c736e0f-bc09-4e8a-83d8-86e535f9b2cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10045 | 2024.03.25 19:41:45.003798 [ 3 ] {5c736e0f-bc09-4e8a-83d8-86e535f9b2cf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10046 | 2024.03.25 19:41:45.004136 [ 3 ] {5c736e0f-bc09-4e8a-83d8-86e535f9b2cf} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10047 | 2024.03.25 19:41:45.004171 [ 3 ] {5c736e0f-bc09-4e8a-83d8-86e535f9b2cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 10048 | 2024.03.25 19:41:45.004559 [ 3 ] {5c736e0f-bc09-4e8a-83d8-86e535f9b2cf} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 10049 | 2024.03.25 19:41:45.004905 [ 3 ] {5c736e0f-bc09-4e8a-83d8-86e535f9b2cf} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10050 | 2024.03.25 19:41:45.005034 [ 3 ] {5c736e0f-bc09-4e8a-83d8-86e535f9b2cf} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001492 sec., 67024.12868632708 rows/sec., 4.65 MiB/sec. | ||
| 10051 | 2024.03.25 19:41:45.005154 [ 3 ] {5c736e0f-bc09-4e8a-83d8-86e535f9b2cf} <Debug> DynamicQueryHandler: Done processing query | ||
| 10052 | 2024.03.25 19:41:45.005178 [ 3 ] {5c736e0f-bc09-4e8a-83d8-86e535f9b2cf} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
| 10053 | 2024.03.25 19:41:45.005193 [ 3 ] {} <Debug> HTTP-Session: 4293a835-6a54-4322-bf34-c06b5464e9c6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10054 | 2024.03.25 19:41:45.005344 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 62052, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10055 | 2024.03.25 19:41:45.005393 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 10056 | 2024.03.25 19:41:45.005411 [ 3 ] {} <Debug> HTTP-Session: 747cfc60-69fb-4ad9-8bd0-ef275cd2b46b Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 10057 | 2024.03.25 19:41:45.005427 [ 3 ] {} <Debug> HTTP-Session: 747cfc60-69fb-4ad9-8bd0-ef275cd2b46b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10058 | 2024.03.25 19:41:45.005441 [ 3 ] {} <Debug> HTTP-Session: 747cfc60-69fb-4ad9-8bd0-ef275cd2b46b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10059 | 2024.03.25 19:41:45.005471 [ 3 ] {} <Trace> HTTP-Session: 747cfc60-69fb-4ad9-8bd0-ef275cd2b46b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10060 | 2024.03.25 19:41:45.005836 [ 3 ] {4f144479-ca86-4d6c-a1a8-1fbfdc70f2fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 10061 | 2024.03.25 19:41:45.005884 [ 3 ] {4f144479-ca86-4d6c-a1a8-1fbfdc70f2fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 10062 | 2024.03.25 19:41:45.006040 [ 3 ] {4f144479-ca86-4d6c-a1a8-1fbfdc70f2fd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10063 | 2024.03.25 19:41:45.006624 [ 3 ] {4f144479-ca86-4d6c-a1a8-1fbfdc70f2fd} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10064 | 2024.03.25 19:41:45.006659 [ 3 ] {4f144479-ca86-4d6c-a1a8-1fbfdc70f2fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 10065 | 2024.03.25 19:41:45.007084 [ 3 ] {4f144479-ca86-4d6c-a1a8-1fbfdc70f2fd} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 10066 | 2024.03.25 19:41:45.007425 [ 3 ] {4f144479-ca86-4d6c-a1a8-1fbfdc70f2fd} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10067 | 2024.03.25 19:41:45.007556 [ 3 ] {4f144479-ca86-4d6c-a1a8-1fbfdc70f2fd} <Debug> executeQuery: Read 58 rows, 80.15 KiB in 0.002029 sec., 28585.510103499262 rows/sec., 38.57 MiB/sec. | ||
| 10068 | 2024.03.25 19:41:45.007667 [ 3 ] {4f144479-ca86-4d6c-a1a8-1fbfdc70f2fd} <Debug> DynamicQueryHandler: Done processing query | ||
| 10069 | 2024.03.25 19:41:45.007690 [ 3 ] {4f144479-ca86-4d6c-a1a8-1fbfdc70f2fd} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 10070 | 2024.03.25 19:41:45.007706 [ 3 ] {} <Debug> HTTP-Session: 747cfc60-69fb-4ad9-8bd0-ef275cd2b46b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10071 | 2024.03.25 19:41:45.007839 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10072 | 2024.03.25 19:41:45.007890 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 10073 | 2024.03.25 19:41:45.007910 [ 3 ] {} <Debug> HTTP-Session: ff4084c4-5f57-4aa8-81c4-8ec1d7c67ffc Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 10074 | 2024.03.25 19:41:45.007926 [ 3 ] {} <Debug> HTTP-Session: ff4084c4-5f57-4aa8-81c4-8ec1d7c67ffc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10075 | 2024.03.25 19:41:45.007940 [ 3 ] {} <Debug> HTTP-Session: ff4084c4-5f57-4aa8-81c4-8ec1d7c67ffc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10076 | 2024.03.25 19:41:45.007970 [ 3 ] {} <Trace> HTTP-Session: ff4084c4-5f57-4aa8-81c4-8ec1d7c67ffc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10077 | 2024.03.25 19:41:45.008044 [ 3 ] {303857ee-c800-4f93-a35d-a3caad391d7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 10078 | 2024.03.25 19:41:45.008087 [ 3 ] {303857ee-c800-4f93-a35d-a3caad391d7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10079 | 2024.03.25 19:41:45.008211 [ 3 ] {303857ee-c800-4f93-a35d-a3caad391d7a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10080 | 2024.03.25 19:41:45.008477 [ 3 ] {303857ee-c800-4f93-a35d-a3caad391d7a} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10081 | 2024.03.25 19:41:45.008512 [ 3 ] {303857ee-c800-4f93-a35d-a3caad391d7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 10082 | 2024.03.25 19:41:45.008871 [ 3 ] {303857ee-c800-4f93-a35d-a3caad391d7a} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 10083 | 2024.03.25 19:41:45.009189 [ 3 ] {303857ee-c800-4f93-a35d-a3caad391d7a} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10084 | 2024.03.25 19:41:45.009313 [ 3 ] {303857ee-c800-4f93-a35d-a3caad391d7a} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.0013 sec., 23076.923076923078 rows/sec., 1.58 MiB/sec. | ||
| 10085 | 2024.03.25 19:41:45.009430 [ 3 ] {303857ee-c800-4f93-a35d-a3caad391d7a} <Debug> DynamicQueryHandler: Done processing query | ||
| 10086 | 2024.03.25 19:41:45.009455 [ 3 ] {303857ee-c800-4f93-a35d-a3caad391d7a} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 10087 | 2024.03.25 19:41:45.009471 [ 3 ] {} <Debug> HTTP-Session: ff4084c4-5f57-4aa8-81c4-8ec1d7c67ffc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10088 | 2024.03.25 19:41:49.993749 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 3629, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10089 | 2024.03.25 19:41:49.993879 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 10090 | 2024.03.25 19:41:49.993904 [ 3 ] {} <Debug> HTTP-Session: 639346c1-b2cb-4e1c-b17d-a6285b462d8a Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 10091 | 2024.03.25 19:41:49.993929 [ 3 ] {} <Debug> HTTP-Session: 639346c1-b2cb-4e1c-b17d-a6285b462d8a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10092 | 2024.03.25 19:41:49.993943 [ 3 ] {} <Debug> HTTP-Session: 639346c1-b2cb-4e1c-b17d-a6285b462d8a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10093 | 2024.03.25 19:41:49.993992 [ 3 ] {} <Trace> HTTP-Session: 639346c1-b2cb-4e1c-b17d-a6285b462d8a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10094 | 2024.03.25 19:41:49.994111 [ 3 ] {b797a13a-d6c9-4c62-b06b-57c6220062a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 10095 | 2024.03.25 19:41:49.994176 [ 3 ] {b797a13a-d6c9-4c62-b06b-57c6220062a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10096 | 2024.03.25 19:41:49.994361 [ 3 ] {b797a13a-d6c9-4c62-b06b-57c6220062a7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10097 | 2024.03.25 19:41:49.994793 [ 3 ] {b797a13a-d6c9-4c62-b06b-57c6220062a7} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10098 | 2024.03.25 19:41:49.994846 [ 3 ] {b797a13a-d6c9-4c62-b06b-57c6220062a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 10099 | 2024.03.25 19:41:49.995230 [ 3 ] {b797a13a-d6c9-4c62-b06b-57c6220062a7} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 10100 | 2024.03.25 19:41:49.995572 [ 3 ] {b797a13a-d6c9-4c62-b06b-57c6220062a7} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10101 | 2024.03.25 19:41:49.995744 [ 3 ] {b797a13a-d6c9-4c62-b06b-57c6220062a7} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.001684 sec., 15439.429928741092 rows/sec., 1.16 MiB/sec. | ||
| 10102 | 2024.03.25 19:41:49.995898 [ 3 ] {b797a13a-d6c9-4c62-b06b-57c6220062a7} <Debug> DynamicQueryHandler: Done processing query | ||
| 10103 | 2024.03.25 19:41:49.995925 [ 3 ] {b797a13a-d6c9-4c62-b06b-57c6220062a7} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 10104 | 2024.03.25 19:41:49.995942 [ 3 ] {} <Debug> HTTP-Session: 639346c1-b2cb-4e1c-b17d-a6285b462d8a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10105 | 2024.03.25 19:41:49.996111 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4792, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10106 | 2024.03.25 19:41:49.996165 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 10107 | 2024.03.25 19:41:49.996184 [ 3 ] {} <Debug> HTTP-Session: 8faaa1fe-6686-449a-b1ef-9b7edf6c5f84 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 10108 | 2024.03.25 19:41:49.996202 [ 3 ] {} <Debug> HTTP-Session: 8faaa1fe-6686-449a-b1ef-9b7edf6c5f84 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10109 | 2024.03.25 19:41:49.996216 [ 3 ] {} <Debug> HTTP-Session: 8faaa1fe-6686-449a-b1ef-9b7edf6c5f84 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10110 | 2024.03.25 19:41:49.996250 [ 3 ] {} <Trace> HTTP-Session: 8faaa1fe-6686-449a-b1ef-9b7edf6c5f84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10111 | 2024.03.25 19:41:49.996334 [ 3 ] {e7181f33-ebd7-4201-88af-1ed5d8b29442} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 10112 | 2024.03.25 19:41:49.996379 [ 3 ] {e7181f33-ebd7-4201-88af-1ed5d8b29442} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10113 | 2024.03.25 19:41:49.996510 [ 3 ] {e7181f33-ebd7-4201-88af-1ed5d8b29442} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10114 | 2024.03.25 19:41:49.996838 [ 3 ] {e7181f33-ebd7-4201-88af-1ed5d8b29442} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10115 | 2024.03.25 19:41:49.996878 [ 3 ] {e7181f33-ebd7-4201-88af-1ed5d8b29442} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 10116 | 2024.03.25 19:41:49.997195 [ 3 ] {e7181f33-ebd7-4201-88af-1ed5d8b29442} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 10117 | 2024.03.25 19:41:49.997507 [ 3 ] {e7181f33-ebd7-4201-88af-1ed5d8b29442} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10118 | 2024.03.25 19:41:49.997656 [ 3 ] {e7181f33-ebd7-4201-88af-1ed5d8b29442} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001353 sec., 20694.752402069476 rows/sec., 1.61 MiB/sec. | ||
| 10119 | 2024.03.25 19:41:49.997817 [ 3 ] {e7181f33-ebd7-4201-88af-1ed5d8b29442} <Debug> DynamicQueryHandler: Done processing query | ||
| 10120 | 2024.03.25 19:41:49.997846 [ 3 ] {e7181f33-ebd7-4201-88af-1ed5d8b29442} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 10121 | 2024.03.25 19:41:49.997862 [ 3 ] {} <Debug> HTTP-Session: 8faaa1fe-6686-449a-b1ef-9b7edf6c5f84 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10122 | 2024.03.25 19:41:49.998047 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 19137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10123 | 2024.03.25 19:41:49.998104 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 10124 | 2024.03.25 19:41:49.998124 [ 3 ] {} <Debug> HTTP-Session: c959a108-18a7-428d-a87d-666bea7b7c5a Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 10125 | 2024.03.25 19:41:49.998140 [ 3 ] {} <Debug> HTTP-Session: c959a108-18a7-428d-a87d-666bea7b7c5a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10126 | 2024.03.25 19:41:49.998154 [ 3 ] {} <Debug> HTTP-Session: c959a108-18a7-428d-a87d-666bea7b7c5a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10127 | 2024.03.25 19:41:49.998186 [ 3 ] {} <Trace> HTTP-Session: c959a108-18a7-428d-a87d-666bea7b7c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10128 | 2024.03.25 19:41:49.998293 [ 3 ] {c13b7948-f8f2-446b-93b2-de265c75bcb8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 10129 | 2024.03.25 19:41:49.998340 [ 3 ] {c13b7948-f8f2-446b-93b2-de265c75bcb8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10130 | 2024.03.25 19:41:49.998497 [ 3 ] {c13b7948-f8f2-446b-93b2-de265c75bcb8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10131 | 2024.03.25 19:41:49.998845 [ 3 ] {c13b7948-f8f2-446b-93b2-de265c75bcb8} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10132 | 2024.03.25 19:41:49.998885 [ 3 ] {c13b7948-f8f2-446b-93b2-de265c75bcb8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 10133 | 2024.03.25 19:41:49.999284 [ 3 ] {c13b7948-f8f2-446b-93b2-de265c75bcb8} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 10134 | 2024.03.25 19:41:49.999621 [ 3 ] {c13b7948-f8f2-446b-93b2-de265c75bcb8} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10135 | 2024.03.25 19:41:49.999779 [ 3 ] {c13b7948-f8f2-446b-93b2-de265c75bcb8} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.00154 sec., 64935.06493506494 rows/sec., 4.50 MiB/sec. | ||
| 10136 | 2024.03.25 19:41:49.999910 [ 3 ] {c13b7948-f8f2-446b-93b2-de265c75bcb8} <Debug> DynamicQueryHandler: Done processing query | ||
| 10137 | 2024.03.25 19:41:49.999934 [ 3 ] {c13b7948-f8f2-446b-93b2-de265c75bcb8} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
| 10138 | 2024.03.25 19:41:49.999950 [ 3 ] {} <Debug> HTTP-Session: c959a108-18a7-428d-a87d-666bea7b7c5a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10139 | 2024.03.25 19:41:50.000089 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10140 | 2024.03.25 19:41:50.000244 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 202.59 MiB, peak 209.96 MiB, free memory in arenas 0.00 B, will set to 201.39 MiB (RSS), difference: -1.20 MiB | ||
| 10141 | 2024.03.25 19:41:50.000258 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 10142 | 2024.03.25 19:41:50.000347 [ 3 ] {} <Debug> HTTP-Session: f41969ac-14eb-4049-bddd-7f9c7419d54c Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 10143 | 2024.03.25 19:41:50.000377 [ 3 ] {} <Debug> HTTP-Session: f41969ac-14eb-4049-bddd-7f9c7419d54c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10144 | 2024.03.25 19:41:50.000407 [ 3 ] {} <Debug> HTTP-Session: f41969ac-14eb-4049-bddd-7f9c7419d54c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10145 | 2024.03.25 19:41:50.000474 [ 3 ] {} <Trace> HTTP-Session: f41969ac-14eb-4049-bddd-7f9c7419d54c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10146 | 2024.03.25 19:41:50.000627 [ 3 ] {c28a9ecf-85b6-4500-be1c-af3dba76596e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 10147 | 2024.03.25 19:41:50.000720 [ 3 ] {c28a9ecf-85b6-4500-be1c-af3dba76596e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10148 | 2024.03.25 19:41:50.001089 [ 3 ] {c28a9ecf-85b6-4500-be1c-af3dba76596e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10149 | 2024.03.25 19:41:50.001374 [ 3 ] {c28a9ecf-85b6-4500-be1c-af3dba76596e} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10150 | 2024.03.25 19:41:50.001413 [ 3 ] {c28a9ecf-85b6-4500-be1c-af3dba76596e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 10151 | 2024.03.25 19:41:50.001776 [ 3 ] {c28a9ecf-85b6-4500-be1c-af3dba76596e} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 10152 | 2024.03.25 19:41:50.002108 [ 3 ] {c28a9ecf-85b6-4500-be1c-af3dba76596e} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10153 | 2024.03.25 19:41:50.002268 [ 3 ] {c28a9ecf-85b6-4500-be1c-af3dba76596e} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001696 sec., 17688.67924528302 rows/sec., 1.21 MiB/sec. | ||
| 10154 | 2024.03.25 19:41:50.002455 [ 3 ] {c28a9ecf-85b6-4500-be1c-af3dba76596e} <Debug> DynamicQueryHandler: Done processing query | ||
| 10155 | 2024.03.25 19:41:50.002500 [ 3 ] {c28a9ecf-85b6-4500-be1c-af3dba76596e} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 10156 | 2024.03.25 19:41:50.002556 [ 3 ] {} <Debug> HTTP-Session: f41969ac-14eb-4049-bddd-7f9c7419d54c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10157 | 2024.03.25 19:41:51.614404 [ 141 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 10158 | 2024.03.25 19:41:51.614462 [ 141 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 10159 | 2024.03.25 19:41:54.995824 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 8371, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10160 | 2024.03.25 19:41:54.995967 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 10161 | 2024.03.25 19:41:54.995997 [ 3 ] {} <Debug> HTTP-Session: 282c1926-65e0-4076-9fde-809d2a9afd01 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 10162 | 2024.03.25 19:41:54.996026 [ 3 ] {} <Debug> HTTP-Session: 282c1926-65e0-4076-9fde-809d2a9afd01 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10163 | 2024.03.25 19:41:54.996046 [ 3 ] {} <Debug> HTTP-Session: 282c1926-65e0-4076-9fde-809d2a9afd01 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10164 | 2024.03.25 19:41:54.996103 [ 3 ] {} <Trace> HTTP-Session: 282c1926-65e0-4076-9fde-809d2a9afd01 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10165 | 2024.03.25 19:41:54.996255 [ 3 ] {bbb0f211-712e-471f-81bf-ee098a84efbe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 10166 | 2024.03.25 19:41:54.996328 [ 3 ] {bbb0f211-712e-471f-81bf-ee098a84efbe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 10167 | 2024.03.25 19:41:54.996542 [ 3 ] {bbb0f211-712e-471f-81bf-ee098a84efbe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10168 | 2024.03.25 19:41:54.997014 [ 3 ] {bbb0f211-712e-471f-81bf-ee098a84efbe} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10169 | 2024.03.25 19:41:54.997066 [ 3 ] {bbb0f211-712e-471f-81bf-ee098a84efbe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 10170 | 2024.03.25 19:41:54.997449 [ 3 ] {bbb0f211-712e-471f-81bf-ee098a84efbe} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 10171 | 2024.03.25 19:41:54.997785 [ 3 ] {bbb0f211-712e-471f-81bf-ee098a84efbe} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10172 | 2024.03.25 19:41:54.997956 [ 3 ] {bbb0f211-712e-471f-81bf-ee098a84efbe} <Debug> executeQuery: Read 58 rows, 4.70 KiB in 0.001774 sec., 32694.475760992107 rows/sec., 2.59 MiB/sec. | ||
| 10173 | 2024.03.25 19:41:54.997974 [ 139 ] {} <Debug> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108) (MergerMutator): Selected 5 parts from all_1_36_8 to all_40_40_0 | ||
| 10174 | 2024.03.25 19:41:54.998079 [ 139 ] {} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10175 | 2024.03.25 19:41:54.998131 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 10176 | 2024.03.25 19:41:54.998203 [ 3 ] {bbb0f211-712e-471f-81bf-ee098a84efbe} <Debug> DynamicQueryHandler: Done processing query | ||
| 10177 | 2024.03.25 19:41:54.998266 [ 3 ] {bbb0f211-712e-471f-81bf-ee098a84efbe} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 10178 | 2024.03.25 19:41:54.998324 [ 3 ] {} <Debug> HTTP-Session: 282c1926-65e0-4076-9fde-809d2a9afd01 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10179 | 2024.03.25 19:41:54.998363 [ 196 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_40_9} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_36_8 to all_40_40_0 into Compact with storage Full | ||
| 10180 | 2024.03.25 19:41:54.998641 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 31316, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10181 | 2024.03.25 19:41:54.998804 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 10182 | 2024.03.25 19:41:54.998857 [ 196 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_40_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10183 | 2024.03.25 19:41:54.998894 [ 3 ] {} <Debug> HTTP-Session: 3b7a310a-bcd2-4118-814a-c1390ed100aa Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 10184 | 2024.03.25 19:41:54.998967 [ 3 ] {} <Debug> HTTP-Session: 3b7a310a-bcd2-4118-814a-c1390ed100aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10185 | 2024.03.25 19:41:54.998964 [ 196 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_40_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_8, total 58 rows starting from the beginning of the part | ||
| 10186 | 2024.03.25 19:41:54.999041 [ 3 ] {} <Debug> HTTP-Session: 3b7a310a-bcd2-4118-814a-c1390ed100aa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10187 | 2024.03.25 19:41:54.999197 [ 3 ] {} <Trace> HTTP-Session: 3b7a310a-bcd2-4118-814a-c1390ed100aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10188 | 2024.03.25 19:41:54.999340 [ 196 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_40_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 58 rows starting from the beginning of the part | ||
| 10189 | 2024.03.25 19:41:54.999548 [ 3 ] {4a52d08b-d400-4352-ae05-9b7b3497548c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 10190 | 2024.03.25 19:41:54.999616 [ 196 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_40_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 58 rows starting from the beginning of the part | ||
| 10191 | 2024.03.25 19:41:54.999677 [ 3 ] {4a52d08b-d400-4352-ae05-9b7b3497548c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10192 | 2024.03.25 19:41:55.000017 [ 196 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_40_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 58 rows starting from the beginning of the part | ||
| 10193 | 2024.03.25 19:41:55.000171 [ 196 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_40_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 58 rows starting from the beginning of the part | ||
| 10194 | 2024.03.25 19:41:55.000271 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 202.46 MiB, peak 209.96 MiB, free memory in arenas 0.00 B, will set to 201.39 MiB (RSS), difference: -1.07 MiB | ||
| 10195 | 2024.03.25 19:41:55.001116 [ 3 ] {4a52d08b-d400-4352-ae05-9b7b3497548c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10196 | 2024.03.25 19:41:55.001929 [ 3 ] {4a52d08b-d400-4352-ae05-9b7b3497548c} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10197 | 2024.03.25 19:41:55.001978 [ 3 ] {4a52d08b-d400-4352-ae05-9b7b3497548c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 10198 | 2024.03.25 19:41:55.002371 [ 187 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_40_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 290 rows, containing 4 columns (4 merged, 0 gathered) in 0.004153183 sec., 69825.9624004047 rows/sec., 5.53 MiB/sec. | ||
| 10199 | 2024.03.25 19:41:55.002545 [ 3 ] {4a52d08b-d400-4352-ae05-9b7b3497548c} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 10200 | 2024.03.25 19:41:55.002632 [ 187 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_40_9} <Trace> MergedBlockOutputStream: filled checksums all_1_40_9 (state Temporary) | ||
| 10201 | 2024.03.25 19:41:55.003331 [ 3 ] {4a52d08b-d400-4352-ae05-9b7b3497548c} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10202 | 2024.03.25 19:41:55.003617 [ 139 ] {} <Debug> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 10203 | 2024.03.25 19:41:55.003638 [ 3 ] {4a52d08b-d400-4352-ae05-9b7b3497548c} <Debug> executeQuery: Read 200 rows, 19.11 KiB in 0.004252 sec., 47036.688617121355 rows/sec., 4.39 MiB/sec. | ||
| 10204 | 2024.03.25 19:41:55.003654 [ 187 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_40_9} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Renaming temporary part tmp_merge_all_1_40_9 to all_1_40_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10205 | 2024.03.25 19:41:55.003692 [ 139 ] {} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10206 | 2024.03.25 19:41:55.003774 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 10207 | 2024.03.25 19:41:55.004028 [ 187 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_40_9} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108) (MergerMutator): Merged 5 parts: [all_1_36_8, all_40_40_0] -> all_1_40_9 | ||
| 10208 | 2024.03.25 19:41:55.004197 [ 3 ] {4a52d08b-d400-4352-ae05-9b7b3497548c} <Debug> DynamicQueryHandler: Done processing query | ||
| 10209 | 2024.03.25 19:41:55.004231 [ 201 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
| 10210 | 2024.03.25 19:41:55.004261 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 10211 | 2024.03.25 19:41:55.004254 [ 3 ] {4a52d08b-d400-4352-ae05-9b7b3497548c} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 10212 | 2024.03.25 19:41:55.004361 [ 3 ] {} <Debug> HTTP-Session: 3b7a310a-bcd2-4118-814a-c1390ed100aa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10213 | 2024.03.25 19:41:55.004477 [ 201 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10214 | 2024.03.25 19:41:55.004515 [ 201 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 241 rows starting from the beginning of the part | ||
| 10215 | 2024.03.25 19:41:55.004615 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 14620, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10216 | 2024.03.25 19:41:55.004716 [ 201 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 200 rows starting from the beginning of the part | ||
| 10217 | 2024.03.25 19:41:55.004811 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 10218 | 2024.03.25 19:41:55.004928 [ 3 ] {} <Debug> HTTP-Session: d838b372-51f4-4b58-8897-f3b83a25e68c Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 10219 | 2024.03.25 19:41:55.004951 [ 201 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 26 rows starting from the beginning of the part | ||
| 10220 | 2024.03.25 19:41:55.004993 [ 3 ] {} <Debug> HTTP-Session: d838b372-51f4-4b58-8897-f3b83a25e68c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10221 | 2024.03.25 19:41:55.005067 [ 3 ] {} <Debug> HTTP-Session: d838b372-51f4-4b58-8897-f3b83a25e68c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10222 | 2024.03.25 19:41:55.005227 [ 201 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 200 rows starting from the beginning of the part | ||
| 10223 | 2024.03.25 19:41:55.005269 [ 3 ] {} <Trace> HTTP-Session: d838b372-51f4-4b58-8897-f3b83a25e68c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10224 | 2024.03.25 19:41:55.005559 [ 201 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 26 rows starting from the beginning of the part | ||
| 10225 | 2024.03.25 19:41:55.005754 [ 3 ] {cf583b9a-2e37-4bf5-9ce5-9f106be8f0a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 10226 | 2024.03.25 19:41:55.005810 [ 201 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 200 rows starting from the beginning of the part | ||
| 10227 | 2024.03.25 19:41:55.005911 [ 3 ] {cf583b9a-2e37-4bf5-9ce5-9f106be8f0a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10228 | 2024.03.25 19:41:55.006571 [ 3 ] {cf583b9a-2e37-4bf5-9ce5-9f106be8f0a5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10229 | 2024.03.25 19:41:55.007445 [ 3 ] {cf583b9a-2e37-4bf5-9ce5-9f106be8f0a5} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10230 | 2024.03.25 19:41:55.007508 [ 3 ] {cf583b9a-2e37-4bf5-9ce5-9f106be8f0a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 10231 | 2024.03.25 19:41:55.008359 [ 3 ] {cf583b9a-2e37-4bf5-9ce5-9f106be8f0a5} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 10232 | 2024.03.25 19:41:55.008810 [ 196 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 893 rows, containing 4 columns (4 merged, 0 gathered) in 0.004898281 sec., 182308.85488194737 rows/sec., 16.69 MiB/sec. | ||
| 10233 | 2024.03.25 19:41:55.009000 [ 3 ] {cf583b9a-2e37-4bf5-9ce5-9f106be8f0a5} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10234 | 2024.03.25 19:41:55.009023 [ 196 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 10235 | 2024.03.25 19:41:55.009226 [ 3 ] {cf583b9a-2e37-4bf5-9ce5-9f106be8f0a5} <Debug> executeQuery: Read 86 rows, 6.88 KiB in 0.003686 sec., 23331.52468800868 rows/sec., 1.82 MiB/sec. | ||
| 10236 | 2024.03.25 19:41:55.009250 [ 139 ] {} <Debug> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 10237 | 2024.03.25 19:41:55.009410 [ 139 ] {} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10238 | 2024.03.25 19:41:55.009574 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 10239 | 2024.03.25 19:41:55.009695 [ 3 ] {cf583b9a-2e37-4bf5-9ce5-9f106be8f0a5} <Debug> DynamicQueryHandler: Done processing query | ||
| 10240 | 2024.03.25 19:41:55.009785 [ 3 ] {cf583b9a-2e37-4bf5-9ce5-9f106be8f0a5} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 10241 | 2024.03.25 19:41:55.009885 [ 3 ] {} <Debug> HTTP-Session: d838b372-51f4-4b58-8897-f3b83a25e68c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10242 | 2024.03.25 19:41:55.010112 [ 189 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
| 10243 | 2024.03.25 19:41:55.010155 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 19137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10244 | 2024.03.25 19:41:55.010284 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 10245 | 2024.03.25 19:41:55.010367 [ 3 ] {} <Debug> HTTP-Session: 88c04698-e867-4a4b-b254-8b45c8cb1eea Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 10246 | 2024.03.25 19:41:55.010419 [ 3 ] {} <Debug> HTTP-Session: 88c04698-e867-4a4b-b254-8b45c8cb1eea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10247 | 2024.03.25 19:41:55.010492 [ 3 ] {} <Debug> HTTP-Session: 88c04698-e867-4a4b-b254-8b45c8cb1eea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10248 | 2024.03.25 19:41:55.010574 [ 196 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_81_16} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10249 | 2024.03.25 19:41:55.010636 [ 3 ] {} <Trace> HTTP-Session: 88c04698-e867-4a4b-b254-8b45c8cb1eea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10250 | 2024.03.25 19:41:55.010734 [ 189 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10251 | 2024.03.25 19:41:55.010818 [ 189 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 138 rows starting from the beginning of the part | ||
| 10252 | 2024.03.25 19:41:55.010829 [ 196 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_81_16} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 10253 | 2024.03.25 19:41:55.010957 [ 3 ] {15b942c8-10ff-489b-81e7-c26ca4521095} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 10254 | 2024.03.25 19:41:55.011205 [ 189 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 86 rows starting from the beginning of the part | ||
| 10255 | 2024.03.25 19:41:55.011220 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 10256 | 2024.03.25 19:41:55.011314 [ 3 ] {15b942c8-10ff-489b-81e7-c26ca4521095} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10257 | 2024.03.25 19:41:55.011616 [ 189 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 28 rows starting from the beginning of the part | ||
| 10258 | 2024.03.25 19:41:55.011998 [ 189 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 86 rows starting from the beginning of the part | ||
| 10259 | 2024.03.25 19:41:55.012393 [ 189 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 28 rows starting from the beginning of the part | ||
| 10260 | 2024.03.25 19:41:55.012681 [ 189 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 86 rows starting from the beginning of the part | ||
| 10261 | 2024.03.25 19:41:55.012873 [ 3 ] {15b942c8-10ff-489b-81e7-c26ca4521095} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10262 | 2024.03.25 19:41:55.013942 [ 3 ] {15b942c8-10ff-489b-81e7-c26ca4521095} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10263 | 2024.03.25 19:41:55.014005 [ 3 ] {15b942c8-10ff-489b-81e7-c26ca4521095} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 10264 | 2024.03.25 19:41:55.015090 [ 3 ] {15b942c8-10ff-489b-81e7-c26ca4521095} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 10265 | 2024.03.25 19:41:55.015281 [ 189 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 452 rows, containing 4 columns (4 merged, 0 gathered) in 0.005513536 sec., 81980.05780682305 rows/sec., 6.40 MiB/sec. | ||
| 10266 | 2024.03.25 19:41:55.015563 [ 189 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 10267 | 2024.03.25 19:41:55.016031 [ 3 ] {15b942c8-10ff-489b-81e7-c26ca4521095} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10268 | 2024.03.25 19:41:55.016360 [ 139 ] {} <Debug> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 10269 | 2024.03.25 19:41:55.016454 [ 3 ] {15b942c8-10ff-489b-81e7-c26ca4521095} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.005645 sec., 17714.79185119575 rows/sec., 1.23 MiB/sec. | ||
| 10270 | 2024.03.25 19:41:55.016465 [ 139 ] {} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10271 | 2024.03.25 19:41:55.016578 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 10272 | 2024.03.25 19:41:55.016606 [ 196 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_81_16} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10273 | 2024.03.25 19:41:55.017080 [ 3 ] {15b942c8-10ff-489b-81e7-c26ca4521095} <Debug> DynamicQueryHandler: Done processing query | ||
| 10274 | 2024.03.25 19:41:55.017145 [ 196 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_81_16} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 10275 | 2024.03.25 19:41:55.017203 [ 3 ] {15b942c8-10ff-489b-81e7-c26ca4521095} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
| 10276 | 2024.03.25 19:41:55.017320 [ 194 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
| 10277 | 2024.03.25 19:41:55.017324 [ 3 ] {} <Debug> HTTP-Session: 88c04698-e867-4a4b-b254-8b45c8cb1eea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10278 | 2024.03.25 19:41:55.017469 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 10279 | 2024.03.25 19:41:55.017733 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 62053, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10280 | 2024.03.25 19:41:55.017887 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 10281 | 2024.03.25 19:41:55.017971 [ 3 ] {} <Debug> HTTP-Session: 9f0577ff-ef6a-4ba3-ba64-94d0ad761fbc Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 10282 | 2024.03.25 19:41:55.018044 [ 3 ] {} <Debug> HTTP-Session: 9f0577ff-ef6a-4ba3-ba64-94d0ad761fbc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10283 | 2024.03.25 19:41:55.018111 [ 3 ] {} <Debug> HTTP-Session: 9f0577ff-ef6a-4ba3-ba64-94d0ad761fbc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10284 | 2024.03.25 19:41:55.018247 [ 3 ] {} <Trace> HTTP-Session: 9f0577ff-ef6a-4ba3-ba64-94d0ad761fbc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10285 | 2024.03.25 19:41:55.018312 [ 194 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10286 | 2024.03.25 19:41:55.018478 [ 194 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_76_15, total 8288 rows starting from the beginning of the part | ||
| 10287 | 2024.03.25 19:41:55.018664 [ 194 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 100 rows starting from the beginning of the part | ||
| 10288 | 2024.03.25 19:41:55.018738 [ 194 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 100 rows starting from the beginning of the part | ||
| 10289 | 2024.03.25 19:41:55.018882 [ 194 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 100 rows starting from the beginning of the part | ||
| 10290 | 2024.03.25 19:41:55.019080 [ 194 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 100 rows starting from the beginning of the part | ||
| 10291 | 2024.03.25 19:41:55.019377 [ 3 ] {22651de2-ce95-4d25-ace7-ed8c1d1821fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 10292 | 2024.03.25 19:41:55.019409 [ 194 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 100 rows starting from the beginning of the part | ||
| 10293 | 2024.03.25 19:41:55.019545 [ 3 ] {22651de2-ce95-4d25-ace7-ed8c1d1821fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 10294 | 2024.03.25 19:41:55.020264 [ 3 ] {22651de2-ce95-4d25-ace7-ed8c1d1821fb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10295 | 2024.03.25 19:41:55.021133 [ 3 ] {22651de2-ce95-4d25-ace7-ed8c1d1821fb} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10296 | 2024.03.25 19:41:55.021196 [ 3 ] {22651de2-ce95-4d25-ace7-ed8c1d1821fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 10297 | 2024.03.25 19:41:55.022402 [ 3 ] {22651de2-ce95-4d25-ace7-ed8c1d1821fb} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 10298 | 2024.03.25 19:41:55.022998 [ 3 ] {22651de2-ce95-4d25-ace7-ed8c1d1821fb} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10299 | 2024.03.25 19:41:55.023167 [ 3 ] {22651de2-ce95-4d25-ace7-ed8c1d1821fb} <Debug> executeQuery: Read 58 rows, 80.15 KiB in 0.004767 sec., 12166.981329976923 rows/sec., 16.42 MiB/sec. | ||
| 10300 | 2024.03.25 19:41:55.023320 [ 3 ] {22651de2-ce95-4d25-ace7-ed8c1d1821fb} <Debug> DynamicQueryHandler: Done processing query | ||
| 10301 | 2024.03.25 19:41:55.023371 [ 3 ] {22651de2-ce95-4d25-ace7-ed8c1d1821fb} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 10302 | 2024.03.25 19:41:55.023446 [ 3 ] {} <Debug> HTTP-Session: 9f0577ff-ef6a-4ba3-ba64-94d0ad761fbc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10303 | 2024.03.25 19:41:55.023591 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10304 | 2024.03.25 19:41:55.023642 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 10305 | 2024.03.25 19:41:55.023662 [ 3 ] {} <Debug> HTTP-Session: f341fd67-d404-4e2b-ab68-8624c745c4a1 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 10306 | 2024.03.25 19:41:55.023679 [ 3 ] {} <Debug> HTTP-Session: f341fd67-d404-4e2b-ab68-8624c745c4a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10307 | 2024.03.25 19:41:55.023693 [ 3 ] {} <Debug> HTTP-Session: f341fd67-d404-4e2b-ab68-8624c745c4a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10308 | 2024.03.25 19:41:55.023727 [ 3 ] {} <Trace> HTTP-Session: f341fd67-d404-4e2b-ab68-8624c745c4a1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10309 | 2024.03.25 19:41:55.023812 [ 3 ] {cddbae29-6552-4178-a595-cc153b388cef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 10310 | 2024.03.25 19:41:55.023855 [ 3 ] {cddbae29-6552-4178-a595-cc153b388cef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10311 | 2024.03.25 19:41:55.024051 [ 3 ] {cddbae29-6552-4178-a595-cc153b388cef} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10312 | 2024.03.25 19:41:55.024697 [ 3 ] {cddbae29-6552-4178-a595-cc153b388cef} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10313 | 2024.03.25 19:41:55.024799 [ 3 ] {cddbae29-6552-4178-a595-cc153b388cef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 10314 | 2024.03.25 19:41:55.024864 [ 193 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8788 rows, containing 5 columns (5 merged, 0 gathered) in 0.008077129 sec., 1088010.3561550148 rows/sec., 75.54 MiB/sec. | ||
| 10315 | 2024.03.25 19:41:55.025135 [ 193 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 10316 | 2024.03.25 19:41:55.025454 [ 3 ] {cddbae29-6552-4178-a595-cc153b388cef} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 10317 | 2024.03.25 19:41:55.026068 [ 193 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10318 | 2024.03.25 19:41:55.026233 [ 3 ] {cddbae29-6552-4178-a595-cc153b388cef} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10319 | 2024.03.25 19:41:55.026264 [ 193 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 10320 | 2024.03.25 19:41:55.026471 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.77 MiB. | ||
| 10321 | 2024.03.25 19:41:55.026495 [ 139 ] {} <Debug> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 10322 | 2024.03.25 19:41:55.026597 [ 139 ] {} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10323 | 2024.03.25 19:41:55.026604 [ 3 ] {cddbae29-6552-4178-a595-cc153b388cef} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.002812 sec., 10668.563300142248 rows/sec., 748.40 KiB/sec. | ||
| 10324 | 2024.03.25 19:41:55.026635 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 10325 | 2024.03.25 19:41:55.026900 [ 193 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
| 10326 | 2024.03.25 19:41:55.026915 [ 3 ] {cddbae29-6552-4178-a595-cc153b388cef} <Debug> DynamicQueryHandler: Done processing query | ||
| 10327 | 2024.03.25 19:41:55.026956 [ 3 ] {cddbae29-6552-4178-a595-cc153b388cef} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 10328 | 2024.03.25 19:41:55.026992 [ 3 ] {} <Debug> HTTP-Session: f341fd67-d404-4e2b-ab68-8624c745c4a1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10329 | 2024.03.25 19:41:55.027104 [ 193 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10330 | 2024.03.25 19:41:55.027138 [ 193 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 2262 rows starting from the beginning of the part | ||
| 10331 | 2024.03.25 19:41:55.027200 [ 193 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 30 rows starting from the beginning of the part | ||
| 10332 | 2024.03.25 19:41:55.027414 [ 193 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 30 rows starting from the beginning of the part | ||
| 10333 | 2024.03.25 19:41:55.027595 [ 193 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 30 rows starting from the beginning of the part | ||
| 10334 | 2024.03.25 19:41:55.027717 [ 193 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 30 rows starting from the beginning of the part | ||
| 10335 | 2024.03.25 19:41:55.027807 [ 193 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 30 rows starting from the beginning of the part | ||
| 10336 | 2024.03.25 19:41:55.029190 [ 199 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2412 rows, containing 4 columns (4 merged, 0 gathered) in 0.0024402 sec., 988443.570199164 rows/sec., 67.71 MiB/sec. | ||
| 10337 | 2024.03.25 19:41:55.029412 [ 193 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 10338 | 2024.03.25 19:41:55.029783 [ 193 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_81_16} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10339 | 2024.03.25 19:41:55.029860 [ 193 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_81_16} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 10340 | 2024.03.25 19:41:55.029928 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 10341 | 2024.03.25 19:41:56.000178 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 200.85 MiB, peak 209.96 MiB, free memory in arenas 0.00 B, will set to 202.50 MiB (RSS), difference: 1.65 MiB | ||
| 10342 | 2024.03.25 19:41:59.994338 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 8603, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10343 | 2024.03.25 19:41:59.994484 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 10344 | 2024.03.25 19:41:59.994514 [ 3 ] {} <Debug> HTTP-Session: b5a86868-60ac-4328-907b-e0f95efe7d6c Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 10345 | 2024.03.25 19:41:59.994543 [ 3 ] {} <Debug> HTTP-Session: b5a86868-60ac-4328-907b-e0f95efe7d6c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10346 | 2024.03.25 19:41:59.994562 [ 3 ] {} <Debug> HTTP-Session: b5a86868-60ac-4328-907b-e0f95efe7d6c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10347 | 2024.03.25 19:41:59.994619 [ 3 ] {} <Trace> HTTP-Session: b5a86868-60ac-4328-907b-e0f95efe7d6c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10348 | 2024.03.25 19:41:59.994775 [ 3 ] {74cab4e7-c79f-4f51-8f90-aa788954ebdb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 10349 | 2024.03.25 19:41:59.994841 [ 3 ] {74cab4e7-c79f-4f51-8f90-aa788954ebdb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10350 | 2024.03.25 19:41:59.995032 [ 3 ] {74cab4e7-c79f-4f51-8f90-aa788954ebdb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10351 | 2024.03.25 19:41:59.995452 [ 3 ] {74cab4e7-c79f-4f51-8f90-aa788954ebdb} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10352 | 2024.03.25 19:41:59.995503 [ 3 ] {74cab4e7-c79f-4f51-8f90-aa788954ebdb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 10353 | 2024.03.25 19:41:59.995903 [ 3 ] {74cab4e7-c79f-4f51-8f90-aa788954ebdb} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 10354 | 2024.03.25 19:41:59.996247 [ 3 ] {74cab4e7-c79f-4f51-8f90-aa788954ebdb} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10355 | 2024.03.25 19:41:59.996412 [ 3 ] {74cab4e7-c79f-4f51-8f90-aa788954ebdb} <Debug> executeQuery: Read 62 rows, 4.82 KiB in 0.001715 sec., 36151.603498542274 rows/sec., 2.74 MiB/sec. | ||
| 10356 | 2024.03.25 19:41:59.996629 [ 3 ] {74cab4e7-c79f-4f51-8f90-aa788954ebdb} <Debug> DynamicQueryHandler: Done processing query | ||
| 10357 | 2024.03.25 19:41:59.996663 [ 3 ] {74cab4e7-c79f-4f51-8f90-aa788954ebdb} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 10358 | 2024.03.25 19:41:59.996680 [ 3 ] {} <Debug> HTTP-Session: b5a86868-60ac-4328-907b-e0f95efe7d6c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10359 | 2024.03.25 19:41:59.996916 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 8828, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10360 | 2024.03.25 19:41:59.997028 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 10361 | 2024.03.25 19:41:59.997050 [ 3 ] {} <Debug> HTTP-Session: 35fac187-1315-4ede-88e9-38385118371b Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 10362 | 2024.03.25 19:41:59.997068 [ 3 ] {} <Debug> HTTP-Session: 35fac187-1315-4ede-88e9-38385118371b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10363 | 2024.03.25 19:41:59.997082 [ 3 ] {} <Debug> HTTP-Session: 35fac187-1315-4ede-88e9-38385118371b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10364 | 2024.03.25 19:41:59.997119 [ 3 ] {} <Trace> HTTP-Session: 35fac187-1315-4ede-88e9-38385118371b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10365 | 2024.03.25 19:41:59.997213 [ 3 ] {d9708c44-d900-4811-9336-b02f3e9d84e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 10366 | 2024.03.25 19:41:59.997258 [ 3 ] {d9708c44-d900-4811-9336-b02f3e9d84e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10367 | 2024.03.25 19:41:59.997406 [ 3 ] {d9708c44-d900-4811-9336-b02f3e9d84e3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10368 | 2024.03.25 19:41:59.997711 [ 3 ] {d9708c44-d900-4811-9336-b02f3e9d84e3} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10369 | 2024.03.25 19:41:59.997750 [ 3 ] {d9708c44-d900-4811-9336-b02f3e9d84e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 10370 | 2024.03.25 19:41:59.998081 [ 3 ] {d9708c44-d900-4811-9336-b02f3e9d84e3} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 10371 | 2024.03.25 19:41:59.998392 [ 3 ] {d9708c44-d900-4811-9336-b02f3e9d84e3} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10372 | 2024.03.25 19:41:59.998551 [ 3 ] {d9708c44-d900-4811-9336-b02f3e9d84e3} <Debug> executeQuery: Read 52 rows, 4.13 KiB in 0.001378 sec., 37735.84905660377 rows/sec., 2.93 MiB/sec. | ||
| 10373 | 2024.03.25 19:41:59.998738 [ 3 ] {d9708c44-d900-4811-9336-b02f3e9d84e3} <Debug> DynamicQueryHandler: Done processing query | ||
| 10374 | 2024.03.25 19:41:59.998788 [ 3 ] {d9708c44-d900-4811-9336-b02f3e9d84e3} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 10375 | 2024.03.25 19:41:59.998856 [ 3 ] {} <Debug> HTTP-Session: 35fac187-1315-4ede-88e9-38385118371b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10376 | 2024.03.25 19:41:59.999097 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 26094, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10377 | 2024.03.25 19:41:59.999149 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 10378 | 2024.03.25 19:41:59.999169 [ 3 ] {} <Debug> HTTP-Session: 03c33a4c-9837-4680-8b11-78e6a60b8a28 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 10379 | 2024.03.25 19:41:59.999187 [ 3 ] {} <Debug> HTTP-Session: 03c33a4c-9837-4680-8b11-78e6a60b8a28 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10380 | 2024.03.25 19:41:59.999200 [ 3 ] {} <Debug> HTTP-Session: 03c33a4c-9837-4680-8b11-78e6a60b8a28 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10381 | 2024.03.25 19:41:59.999233 [ 3 ] {} <Trace> HTTP-Session: 03c33a4c-9837-4680-8b11-78e6a60b8a28 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10382 | 2024.03.25 19:41:59.999351 [ 3 ] {928d3927-1703-41cf-aa4b-750ad3c2be78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 10383 | 2024.03.25 19:41:59.999399 [ 3 ] {928d3927-1703-41cf-aa4b-750ad3c2be78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10384 | 2024.03.25 19:41:59.999566 [ 3 ] {928d3927-1703-41cf-aa4b-750ad3c2be78} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10385 | 2024.03.25 19:41:59.999884 [ 3 ] {928d3927-1703-41cf-aa4b-750ad3c2be78} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10386 | 2024.03.25 19:41:59.999922 [ 3 ] {928d3927-1703-41cf-aa4b-750ad3c2be78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 10387 | 2024.03.25 19:42:00.000159 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 203.70 MiB, peak 209.96 MiB, free memory in arenas 0.00 B, will set to 202.50 MiB (RSS), difference: -1.20 MiB | ||
| 10388 | 2024.03.25 19:42:00.000585 [ 3 ] {928d3927-1703-41cf-aa4b-750ad3c2be78} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 10389 | 2024.03.25 19:42:00.000991 [ 3 ] {928d3927-1703-41cf-aa4b-750ad3c2be78} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10390 | 2024.03.25 19:42:00.001154 [ 3 ] {928d3927-1703-41cf-aa4b-750ad3c2be78} <Debug> executeQuery: Read 136 rows, 9.70 KiB in 0.001862 sec., 73039.74221267455 rows/sec., 5.09 MiB/sec. | ||
| 10391 | 2024.03.25 19:42:00.001336 [ 3 ] {928d3927-1703-41cf-aa4b-750ad3c2be78} <Debug> DynamicQueryHandler: Done processing query | ||
| 10392 | 2024.03.25 19:42:00.001388 [ 3 ] {928d3927-1703-41cf-aa4b-750ad3c2be78} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
| 10393 | 2024.03.25 19:42:00.001443 [ 3 ] {} <Debug> HTTP-Session: 03c33a4c-9837-4680-8b11-78e6a60b8a28 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10394 | 2024.03.25 19:42:00.001666 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10395 | 2024.03.25 19:42:00.001760 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 10396 | 2024.03.25 19:42:00.001780 [ 3 ] {} <Debug> HTTP-Session: 2e31c2e1-31df-4905-8976-b7da93296b2e Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 10397 | 2024.03.25 19:42:00.001797 [ 3 ] {} <Debug> HTTP-Session: 2e31c2e1-31df-4905-8976-b7da93296b2e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10398 | 2024.03.25 19:42:00.001811 [ 3 ] {} <Debug> HTTP-Session: 2e31c2e1-31df-4905-8976-b7da93296b2e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10399 | 2024.03.25 19:42:00.001843 [ 3 ] {} <Trace> HTTP-Session: 2e31c2e1-31df-4905-8976-b7da93296b2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10400 | 2024.03.25 19:42:00.001923 [ 3 ] {9b0b3457-b707-4927-a70d-c23edee9b1cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 10401 | 2024.03.25 19:42:00.001973 [ 3 ] {9b0b3457-b707-4927-a70d-c23edee9b1cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10402 | 2024.03.25 19:42:00.002113 [ 3 ] {9b0b3457-b707-4927-a70d-c23edee9b1cb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10403 | 2024.03.25 19:42:00.002360 [ 3 ] {9b0b3457-b707-4927-a70d-c23edee9b1cb} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10404 | 2024.03.25 19:42:00.002398 [ 3 ] {9b0b3457-b707-4927-a70d-c23edee9b1cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 10405 | 2024.03.25 19:42:00.002753 [ 3 ] {9b0b3457-b707-4927-a70d-c23edee9b1cb} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 10406 | 2024.03.25 19:42:00.003076 [ 3 ] {9b0b3457-b707-4927-a70d-c23edee9b1cb} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10407 | 2024.03.25 19:42:00.003223 [ 3 ] {9b0b3457-b707-4927-a70d-c23edee9b1cb} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001331 sec., 22539.444027047335 rows/sec., 1.54 MiB/sec. | ||
| 10408 | 2024.03.25 19:42:00.003331 [ 3 ] {9b0b3457-b707-4927-a70d-c23edee9b1cb} <Debug> DynamicQueryHandler: Done processing query | ||
| 10409 | 2024.03.25 19:42:00.003354 [ 3 ] {9b0b3457-b707-4927-a70d-c23edee9b1cb} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 10410 | 2024.03.25 19:42:00.003370 [ 3 ] {} <Debug> HTTP-Session: 2e31c2e1-31df-4905-8976-b7da93296b2e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10411 | 2024.03.25 19:42:04.996326 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 8371, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10412 | 2024.03.25 19:42:04.996454 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 10413 | 2024.03.25 19:42:04.996479 [ 3 ] {} <Debug> HTTP-Session: 3c944a83-1365-4788-950b-db67bef32537 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 10414 | 2024.03.25 19:42:04.996504 [ 3 ] {} <Debug> HTTP-Session: 3c944a83-1365-4788-950b-db67bef32537 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10415 | 2024.03.25 19:42:04.996519 [ 3 ] {} <Debug> HTTP-Session: 3c944a83-1365-4788-950b-db67bef32537 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10416 | 2024.03.25 19:42:04.996569 [ 3 ] {} <Trace> HTTP-Session: 3c944a83-1365-4788-950b-db67bef32537 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10417 | 2024.03.25 19:42:04.996699 [ 3 ] {dca76d55-897e-42bc-8e98-8adc0eb69882} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 10418 | 2024.03.25 19:42:04.996764 [ 3 ] {dca76d55-897e-42bc-8e98-8adc0eb69882} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 10419 | 2024.03.25 19:42:04.996950 [ 3 ] {dca76d55-897e-42bc-8e98-8adc0eb69882} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10420 | 2024.03.25 19:42:04.997341 [ 3 ] {dca76d55-897e-42bc-8e98-8adc0eb69882} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10421 | 2024.03.25 19:42:04.997388 [ 3 ] {dca76d55-897e-42bc-8e98-8adc0eb69882} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 10422 | 2024.03.25 19:42:04.997776 [ 3 ] {dca76d55-897e-42bc-8e98-8adc0eb69882} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 10423 | 2024.03.25 19:42:04.998116 [ 3 ] {dca76d55-897e-42bc-8e98-8adc0eb69882} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10424 | 2024.03.25 19:42:04.998261 [ 3 ] {dca76d55-897e-42bc-8e98-8adc0eb69882} <Debug> executeQuery: Read 58 rows, 4.70 KiB in 0.001626 sec., 35670.356703567035 rows/sec., 2.82 MiB/sec. | ||
| 10425 | 2024.03.25 19:42:04.998399 [ 3 ] {dca76d55-897e-42bc-8e98-8adc0eb69882} <Debug> DynamicQueryHandler: Done processing query | ||
| 10426 | 2024.03.25 19:42:04.998424 [ 3 ] {dca76d55-897e-42bc-8e98-8adc0eb69882} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 10427 | 2024.03.25 19:42:04.998440 [ 3 ] {} <Debug> HTTP-Session: 3c944a83-1365-4788-950b-db67bef32537 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10428 | 2024.03.25 19:42:04.998600 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10429 | 2024.03.25 19:42:04.998651 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 10430 | 2024.03.25 19:42:04.998670 [ 3 ] {} <Debug> HTTP-Session: 57ec8700-6e0c-45d2-b9a6-1245e585f4bb Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 10431 | 2024.03.25 19:42:04.998688 [ 3 ] {} <Debug> HTTP-Session: 57ec8700-6e0c-45d2-b9a6-1245e585f4bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10432 | 2024.03.25 19:42:04.998701 [ 3 ] {} <Debug> HTTP-Session: 57ec8700-6e0c-45d2-b9a6-1245e585f4bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10433 | 2024.03.25 19:42:04.998736 [ 3 ] {} <Trace> HTTP-Session: 57ec8700-6e0c-45d2-b9a6-1245e585f4bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10434 | 2024.03.25 19:42:04.998809 [ 3 ] {f2813aa3-3009-48d6-8fee-96fb6a51da7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 10435 | 2024.03.25 19:42:04.998853 [ 3 ] {f2813aa3-3009-48d6-8fee-96fb6a51da7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 10436 | 2024.03.25 19:42:04.998978 [ 3 ] {f2813aa3-3009-48d6-8fee-96fb6a51da7a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10437 | 2024.03.25 19:42:04.999234 [ 3 ] {f2813aa3-3009-48d6-8fee-96fb6a51da7a} <Trace> oximeter.fields_ipaddr (d9ee32b3-8a1d-44e7-a34c-f0038ee3937b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10438 | 2024.03.25 19:42:04.999270 [ 3 ] {f2813aa3-3009-48d6-8fee-96fb6a51da7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 10439 | 2024.03.25 19:42:04.999574 [ 3 ] {f2813aa3-3009-48d6-8fee-96fb6a51da7a} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 10440 | 2024.03.25 19:42:04.999883 [ 3 ] {f2813aa3-3009-48d6-8fee-96fb6a51da7a} <Trace> oximeter.fields_ipaddr (d9ee32b3-8a1d-44e7-a34c-f0038ee3937b): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10441 | 2024.03.25 19:42:05.000015 [ 3 ] {f2813aa3-3009-48d6-8fee-96fb6a51da7a} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001235 sec., 3238.8663967611337 rows/sec., 264.11 KiB/sec. | ||
| 10442 | 2024.03.25 19:42:05.000163 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 207.86 MiB, peak 209.96 MiB, free memory in arenas 0.00 B, will set to 202.50 MiB (RSS), difference: -5.36 MiB | ||
| 10443 | 2024.03.25 19:42:05.000183 [ 3 ] {f2813aa3-3009-48d6-8fee-96fb6a51da7a} <Debug> DynamicQueryHandler: Done processing query | ||
| 10444 | 2024.03.25 19:42:05.000272 [ 3 ] {f2813aa3-3009-48d6-8fee-96fb6a51da7a} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 10445 | 2024.03.25 19:42:05.000366 [ 3 ] {} <Debug> HTTP-Session: 57ec8700-6e0c-45d2-b9a6-1245e585f4bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10446 | 2024.03.25 19:42:05.000681 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 31614, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10447 | 2024.03.25 19:42:05.000783 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 10448 | 2024.03.25 19:42:05.000839 [ 3 ] {} <Debug> HTTP-Session: 9e7c3283-53f9-41f8-963e-74f4074a4f8a Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 10449 | 2024.03.25 19:42:05.000863 [ 3 ] {} <Debug> HTTP-Session: 9e7c3283-53f9-41f8-963e-74f4074a4f8a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10450 | 2024.03.25 19:42:05.000876 [ 3 ] {} <Debug> HTTP-Session: 9e7c3283-53f9-41f8-963e-74f4074a4f8a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10451 | 2024.03.25 19:42:05.000909 [ 3 ] {} <Trace> HTTP-Session: 9e7c3283-53f9-41f8-963e-74f4074a4f8a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10452 | 2024.03.25 19:42:05.001034 [ 3 ] {e1a9bfa9-d63e-4295-9847-6f8f07eb0fc6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 10453 | 2024.03.25 19:42:05.001078 [ 3 ] {e1a9bfa9-d63e-4295-9847-6f8f07eb0fc6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10454 | 2024.03.25 19:42:05.001219 [ 3 ] {e1a9bfa9-d63e-4295-9847-6f8f07eb0fc6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10455 | 2024.03.25 19:42:05.001695 [ 3 ] {e1a9bfa9-d63e-4295-9847-6f8f07eb0fc6} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10456 | 2024.03.25 19:42:05.001735 [ 3 ] {e1a9bfa9-d63e-4295-9847-6f8f07eb0fc6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 10457 | 2024.03.25 19:42:05.002073 [ 3 ] {e1a9bfa9-d63e-4295-9847-6f8f07eb0fc6} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 10458 | 2024.03.25 19:42:05.002392 [ 3 ] {e1a9bfa9-d63e-4295-9847-6f8f07eb0fc6} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10459 | 2024.03.25 19:42:05.002522 [ 3 ] {e1a9bfa9-d63e-4295-9847-6f8f07eb0fc6} <Debug> executeQuery: Read 202 rows, 19.29 KiB in 0.001562 sec., 129321.3828425096 rows/sec., 12.06 MiB/sec. | ||
| 10460 | 2024.03.25 19:42:05.002653 [ 3 ] {e1a9bfa9-d63e-4295-9847-6f8f07eb0fc6} <Debug> DynamicQueryHandler: Done processing query | ||
| 10461 | 2024.03.25 19:42:05.002677 [ 3 ] {e1a9bfa9-d63e-4295-9847-6f8f07eb0fc6} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 10462 | 2024.03.25 19:42:05.002694 [ 3 ] {} <Debug> HTTP-Session: 9e7c3283-53f9-41f8-963e-74f4074a4f8a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10463 | 2024.03.25 19:42:05.002825 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10464 | 2024.03.25 19:42:05.002876 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 10465 | 2024.03.25 19:42:05.002894 [ 3 ] {} <Debug> HTTP-Session: 8a652086-d218-48cd-a42b-9433eca24de2 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 10466 | 2024.03.25 19:42:05.002911 [ 3 ] {} <Debug> HTTP-Session: 8a652086-d218-48cd-a42b-9433eca24de2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10467 | 2024.03.25 19:42:05.002925 [ 3 ] {} <Debug> HTTP-Session: 8a652086-d218-48cd-a42b-9433eca24de2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10468 | 2024.03.25 19:42:05.002958 [ 3 ] {} <Trace> HTTP-Session: 8a652086-d218-48cd-a42b-9433eca24de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10469 | 2024.03.25 19:42:05.003026 [ 3 ] {fb9adf65-81ca-413b-adda-51904559bc04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 10470 | 2024.03.25 19:42:05.003068 [ 3 ] {fb9adf65-81ca-413b-adda-51904559bc04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10471 | 2024.03.25 19:42:05.003201 [ 3 ] {fb9adf65-81ca-413b-adda-51904559bc04} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10472 | 2024.03.25 19:42:05.003481 [ 3 ] {fb9adf65-81ca-413b-adda-51904559bc04} <Trace> oximeter.fields_u16 (c5488911-6586-43c0-ae3f-1262ae9a0dfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10473 | 2024.03.25 19:42:05.003518 [ 3 ] {fb9adf65-81ca-413b-adda-51904559bc04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 10474 | 2024.03.25 19:42:05.003823 [ 3 ] {fb9adf65-81ca-413b-adda-51904559bc04} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 10475 | 2024.03.25 19:42:05.004151 [ 3 ] {fb9adf65-81ca-413b-adda-51904559bc04} <Trace> oximeter.fields_u16 (c5488911-6586-43c0-ae3f-1262ae9a0dfa): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10476 | 2024.03.25 19:42:05.004299 [ 3 ] {fb9adf65-81ca-413b-adda-51904559bc04} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001297 sec., 3084.040092521203 rows/sec., 215.34 KiB/sec. | ||
| 10477 | 2024.03.25 19:42:05.004533 [ 3 ] {fb9adf65-81ca-413b-adda-51904559bc04} <Debug> DynamicQueryHandler: Done processing query | ||
| 10478 | 2024.03.25 19:42:05.004574 [ 3 ] {fb9adf65-81ca-413b-adda-51904559bc04} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 10479 | 2024.03.25 19:42:05.004590 [ 3 ] {} <Debug> HTTP-Session: 8a652086-d218-48cd-a42b-9433eca24de2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10480 | 2024.03.25 19:42:05.004720 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 15302, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10481 | 2024.03.25 19:42:05.004769 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 10482 | 2024.03.25 19:42:05.004788 [ 3 ] {} <Debug> HTTP-Session: f03771b3-751e-4fc0-875b-ae13d4f6aae0 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 10483 | 2024.03.25 19:42:05.004804 [ 3 ] {} <Debug> HTTP-Session: f03771b3-751e-4fc0-875b-ae13d4f6aae0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10484 | 2024.03.25 19:42:05.004818 [ 3 ] {} <Debug> HTTP-Session: f03771b3-751e-4fc0-875b-ae13d4f6aae0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10485 | 2024.03.25 19:42:05.004850 [ 3 ] {} <Trace> HTTP-Session: f03771b3-751e-4fc0-875b-ae13d4f6aae0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10486 | 2024.03.25 19:42:05.004946 [ 3 ] {abba392c-fdd6-4b6c-b6ae-6aac33bd1fbd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 10487 | 2024.03.25 19:42:05.004990 [ 3 ] {abba392c-fdd6-4b6c-b6ae-6aac33bd1fbd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10488 | 2024.03.25 19:42:05.005144 [ 3 ] {abba392c-fdd6-4b6c-b6ae-6aac33bd1fbd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10489 | 2024.03.25 19:42:05.005483 [ 3 ] {abba392c-fdd6-4b6c-b6ae-6aac33bd1fbd} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10490 | 2024.03.25 19:42:05.005521 [ 3 ] {abba392c-fdd6-4b6c-b6ae-6aac33bd1fbd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 10491 | 2024.03.25 19:42:05.005836 [ 3 ] {abba392c-fdd6-4b6c-b6ae-6aac33bd1fbd} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 10492 | 2024.03.25 19:42:05.006150 [ 3 ] {abba392c-fdd6-4b6c-b6ae-6aac33bd1fbd} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10493 | 2024.03.25 19:42:05.006279 [ 3 ] {abba392c-fdd6-4b6c-b6ae-6aac33bd1fbd} <Debug> executeQuery: Read 90 rows, 7.21 KiB in 0.001382 sec., 65123.010130246024 rows/sec., 5.09 MiB/sec. | ||
| 10494 | 2024.03.25 19:42:05.006413 [ 3 ] {abba392c-fdd6-4b6c-b6ae-6aac33bd1fbd} <Debug> DynamicQueryHandler: Done processing query | ||
| 10495 | 2024.03.25 19:42:05.006436 [ 3 ] {abba392c-fdd6-4b6c-b6ae-6aac33bd1fbd} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 10496 | 2024.03.25 19:42:05.006453 [ 3 ] {} <Debug> HTTP-Session: f03771b3-751e-4fc0-875b-ae13d4f6aae0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10497 | 2024.03.25 19:42:05.006595 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 19517, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10498 | 2024.03.25 19:42:05.006645 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 10499 | 2024.03.25 19:42:05.006663 [ 3 ] {} <Debug> HTTP-Session: 8f471cfb-e508-4446-b1f9-58dd39157ec4 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 10500 | 2024.03.25 19:42:05.006680 [ 3 ] {} <Debug> HTTP-Session: 8f471cfb-e508-4446-b1f9-58dd39157ec4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10501 | 2024.03.25 19:42:05.006694 [ 3 ] {} <Debug> HTTP-Session: 8f471cfb-e508-4446-b1f9-58dd39157ec4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10502 | 2024.03.25 19:42:05.006725 [ 3 ] {} <Trace> HTTP-Session: 8f471cfb-e508-4446-b1f9-58dd39157ec4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10503 | 2024.03.25 19:42:05.006837 [ 3 ] {718412e4-c13b-426d-90af-6e231a2a8255} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 10504 | 2024.03.25 19:42:05.006883 [ 3 ] {718412e4-c13b-426d-90af-6e231a2a8255} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10505 | 2024.03.25 19:42:05.007037 [ 3 ] {718412e4-c13b-426d-90af-6e231a2a8255} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10506 | 2024.03.25 19:42:05.007373 [ 3 ] {718412e4-c13b-426d-90af-6e231a2a8255} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10507 | 2024.03.25 19:42:05.007409 [ 3 ] {718412e4-c13b-426d-90af-6e231a2a8255} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 10508 | 2024.03.25 19:42:05.007802 [ 3 ] {718412e4-c13b-426d-90af-6e231a2a8255} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 10509 | 2024.03.25 19:42:05.008153 [ 3 ] {718412e4-c13b-426d-90af-6e231a2a8255} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10510 | 2024.03.25 19:42:05.008284 [ 3 ] {718412e4-c13b-426d-90af-6e231a2a8255} <Debug> executeQuery: Read 102 rows, 7.24 KiB in 0.001511 sec., 67504.96360026473 rows/sec., 4.68 MiB/sec. | ||
| 10511 | 2024.03.25 19:42:05.008404 [ 3 ] {718412e4-c13b-426d-90af-6e231a2a8255} <Debug> DynamicQueryHandler: Done processing query | ||
| 10512 | 2024.03.25 19:42:05.008427 [ 3 ] {718412e4-c13b-426d-90af-6e231a2a8255} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
| 10513 | 2024.03.25 19:42:05.008444 [ 3 ] {} <Debug> HTTP-Session: 8f471cfb-e508-4446-b1f9-58dd39157ec4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10514 | 2024.03.25 19:42:05.008599 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 62053, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10515 | 2024.03.25 19:42:05.008647 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 10516 | 2024.03.25 19:42:05.008666 [ 3 ] {} <Debug> HTTP-Session: b2ef60eb-5e69-4040-9822-0fff4e90139e Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 10517 | 2024.03.25 19:42:05.008683 [ 3 ] {} <Debug> HTTP-Session: b2ef60eb-5e69-4040-9822-0fff4e90139e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10518 | 2024.03.25 19:42:05.008697 [ 3 ] {} <Debug> HTTP-Session: b2ef60eb-5e69-4040-9822-0fff4e90139e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10519 | 2024.03.25 19:42:05.008727 [ 3 ] {} <Trace> HTTP-Session: b2ef60eb-5e69-4040-9822-0fff4e90139e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10520 | 2024.03.25 19:42:05.009109 [ 3 ] {c105020d-9d01-4a01-b33e-e3890d280dc2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 10521 | 2024.03.25 19:42:05.009157 [ 3 ] {c105020d-9d01-4a01-b33e-e3890d280dc2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 10522 | 2024.03.25 19:42:05.009316 [ 3 ] {c105020d-9d01-4a01-b33e-e3890d280dc2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10523 | 2024.03.25 19:42:05.009925 [ 3 ] {c105020d-9d01-4a01-b33e-e3890d280dc2} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10524 | 2024.03.25 19:42:05.009965 [ 3 ] {c105020d-9d01-4a01-b33e-e3890d280dc2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 10525 | 2024.03.25 19:42:05.010431 [ 3 ] {c105020d-9d01-4a01-b33e-e3890d280dc2} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 10526 | 2024.03.25 19:42:05.010795 [ 3 ] {c105020d-9d01-4a01-b33e-e3890d280dc2} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10527 | 2024.03.25 19:42:05.010928 [ 132 ] {} <Debug> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 10528 | 2024.03.25 19:42:05.010933 [ 3 ] {c105020d-9d01-4a01-b33e-e3890d280dc2} <Debug> executeQuery: Read 58 rows, 80.15 KiB in 0.002142 sec., 27077.49766573296 rows/sec., 36.54 MiB/sec. | ||
| 10529 | 2024.03.25 19:42:05.010972 [ 132 ] {} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10530 | 2024.03.25 19:42:05.011010 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 10531 | 2024.03.25 19:42:05.011182 [ 3 ] {c105020d-9d01-4a01-b33e-e3890d280dc2} <Debug> DynamicQueryHandler: Done processing query | ||
| 10532 | 2024.03.25 19:42:05.011248 [ 3 ] {c105020d-9d01-4a01-b33e-e3890d280dc2} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 10533 | 2024.03.25 19:42:05.011334 [ 3 ] {} <Debug> HTTP-Session: b2ef60eb-5e69-4040-9822-0fff4e90139e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10534 | 2024.03.25 19:42:05.011507 [ 198 ] {f3248554-e676-4912-a9d7-0b91932a1da6::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 | ||
| 10535 | 2024.03.25 19:42:05.011658 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10536 | 2024.03.25 19:42:05.011738 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 10537 | 2024.03.25 19:42:05.011790 [ 3 ] {} <Debug> HTTP-Session: b051cb26-adc9-471e-b616-1a9a0077bdd7 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 10538 | 2024.03.25 19:42:05.011842 [ 3 ] {} <Debug> HTTP-Session: b051cb26-adc9-471e-b616-1a9a0077bdd7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10539 | 2024.03.25 19:42:05.011881 [ 3 ] {} <Debug> HTTP-Session: b051cb26-adc9-471e-b616-1a9a0077bdd7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10540 | 2024.03.25 19:42:05.011964 [ 3 ] {} <Trace> HTTP-Session: b051cb26-adc9-471e-b616-1a9a0077bdd7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10541 | 2024.03.25 19:42:05.012005 [ 198 ] {f3248554-e676-4912-a9d7-0b91932a1da6::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10542 | 2024.03.25 19:42:05.012101 [ 198 ] {f3248554-e676-4912-a9d7-0b91932a1da6::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1890 rows starting from the beginning of the part | ||
| 10543 | 2024.03.25 19:42:05.012131 [ 3 ] {4c092df3-9703-49ea-8f6e-99feb42a61cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 10544 | 2024.03.25 19:42:05.012299 [ 3 ] {4c092df3-9703-49ea-8f6e-99feb42a61cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10545 | 2024.03.25 19:42:05.012363 [ 198 ] {f3248554-e676-4912-a9d7-0b91932a1da6::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 58 rows starting from the beginning of the part | ||
| 10546 | 2024.03.25 19:42:05.012806 [ 198 ] {f3248554-e676-4912-a9d7-0b91932a1da6::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 58 rows starting from the beginning of the part | ||
| 10547 | 2024.03.25 19:42:05.013117 [ 198 ] {f3248554-e676-4912-a9d7-0b91932a1da6::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 58 rows starting from the beginning of the part | ||
| 10548 | 2024.03.25 19:42:05.013459 [ 3 ] {4c092df3-9703-49ea-8f6e-99feb42a61cb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10549 | 2024.03.25 19:42:05.013484 [ 198 ] {f3248554-e676-4912-a9d7-0b91932a1da6::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 58 rows starting from the beginning of the part | ||
| 10550 | 2024.03.25 19:42:05.013864 [ 198 ] {f3248554-e676-4912-a9d7-0b91932a1da6::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 58 rows starting from the beginning of the part | ||
| 10551 | 2024.03.25 19:42:05.014472 [ 3 ] {4c092df3-9703-49ea-8f6e-99feb42a61cb} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10552 | 2024.03.25 19:42:05.014536 [ 3 ] {4c092df3-9703-49ea-8f6e-99feb42a61cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 10553 | 2024.03.25 19:42:05.015228 [ 3 ] {4c092df3-9703-49ea-8f6e-99feb42a61cb} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 10554 | 2024.03.25 19:42:05.015588 [ 3 ] {4c092df3-9703-49ea-8f6e-99feb42a61cb} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10555 | 2024.03.25 19:42:05.015736 [ 3 ] {4c092df3-9703-49ea-8f6e-99feb42a61cb} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.003683 sec., 8145.533532446375 rows/sec., 571.41 KiB/sec. | ||
| 10556 | 2024.03.25 19:42:05.015946 [ 3 ] {4c092df3-9703-49ea-8f6e-99feb42a61cb} <Debug> DynamicQueryHandler: Done processing query | ||
| 10557 | 2024.03.25 19:42:05.016000 [ 3 ] {4c092df3-9703-49ea-8f6e-99feb42a61cb} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 10558 | 2024.03.25 19:42:05.016052 [ 3 ] {} <Debug> HTTP-Session: b051cb26-adc9-471e-b616-1a9a0077bdd7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10559 | 2024.03.25 19:42:05.019930 [ 193 ] {f3248554-e676-4912-a9d7-0b91932a1da6::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2180 rows, containing 6 columns (6 merged, 0 gathered) in 0.008795167 sec., 247863.4004334426 rows/sec., 334.48 MiB/sec. | ||
| 10560 | 2024.03.25 19:42:05.021262 [ 199 ] {f3248554-e676-4912-a9d7-0b91932a1da6::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 10561 | 2024.03.25 19:42:05.021772 [ 199 ] {f3248554-e676-4912-a9d7-0b91932a1da6::all_1_41_8} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10562 | 2024.03.25 19:42:05.021869 [ 199 ] {f3248554-e676-4912-a9d7-0b91932a1da6::all_1_41_8} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 10563 | 2024.03.25 19:42:05.021983 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.56 MiB. | ||
| 10564 | 2024.03.25 19:42:06.000162 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 197.70 MiB, peak 210.22 MiB, free memory in arenas 0.00 B, will set to 204.78 MiB (RSS), difference: 7.08 MiB | ||
| 10565 | 2024.03.25 19:42:06.614504 [ 131 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 10566 | 2024.03.25 19:42:06.614563 [ 131 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 10567 | 2024.03.25 19:42:09.993473 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 3629, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10568 | 2024.03.25 19:42:09.993619 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 10569 | 2024.03.25 19:42:09.993649 [ 3 ] {} <Debug> HTTP-Session: bad5b31b-99ad-4f50-835c-f7262019fee4 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 10570 | 2024.03.25 19:42:09.993677 [ 3 ] {} <Debug> HTTP-Session: bad5b31b-99ad-4f50-835c-f7262019fee4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10571 | 2024.03.25 19:42:09.993695 [ 3 ] {} <Debug> HTTP-Session: bad5b31b-99ad-4f50-835c-f7262019fee4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10572 | 2024.03.25 19:42:09.993748 [ 3 ] {} <Trace> HTTP-Session: bad5b31b-99ad-4f50-835c-f7262019fee4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10573 | 2024.03.25 19:42:09.993884 [ 3 ] {f1fd2e55-0374-4ff4-b3a6-6cc427a2c2a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 10574 | 2024.03.25 19:42:09.993955 [ 3 ] {f1fd2e55-0374-4ff4-b3a6-6cc427a2c2a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10575 | 2024.03.25 19:42:09.994165 [ 3 ] {f1fd2e55-0374-4ff4-b3a6-6cc427a2c2a1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10576 | 2024.03.25 19:42:09.994582 [ 3 ] {f1fd2e55-0374-4ff4-b3a6-6cc427a2c2a1} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10577 | 2024.03.25 19:42:09.994633 [ 3 ] {f1fd2e55-0374-4ff4-b3a6-6cc427a2c2a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 10578 | 2024.03.25 19:42:09.995022 [ 3 ] {f1fd2e55-0374-4ff4-b3a6-6cc427a2c2a1} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 10579 | 2024.03.25 19:42:09.995362 [ 3 ] {f1fd2e55-0374-4ff4-b3a6-6cc427a2c2a1} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10580 | 2024.03.25 19:42:09.995526 [ 3 ] {f1fd2e55-0374-4ff4-b3a6-6cc427a2c2a1} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.001704 sec., 15258.215962441314 rows/sec., 1.15 MiB/sec. | ||
| 10581 | 2024.03.25 19:42:09.995699 [ 3 ] {f1fd2e55-0374-4ff4-b3a6-6cc427a2c2a1} <Debug> DynamicQueryHandler: Done processing query | ||
| 10582 | 2024.03.25 19:42:09.995735 [ 3 ] {f1fd2e55-0374-4ff4-b3a6-6cc427a2c2a1} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 10583 | 2024.03.25 19:42:09.995767 [ 3 ] {} <Debug> HTTP-Session: bad5b31b-99ad-4f50-835c-f7262019fee4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10584 | 2024.03.25 19:42:09.995932 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4792, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10585 | 2024.03.25 19:42:09.995983 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 10586 | 2024.03.25 19:42:09.996004 [ 3 ] {} <Debug> HTTP-Session: b298250a-70df-49c6-b0f2-618834b70939 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 10587 | 2024.03.25 19:42:09.996023 [ 3 ] {} <Debug> HTTP-Session: b298250a-70df-49c6-b0f2-618834b70939 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10588 | 2024.03.25 19:42:09.996037 [ 3 ] {} <Debug> HTTP-Session: b298250a-70df-49c6-b0f2-618834b70939 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10589 | 2024.03.25 19:42:09.996072 [ 3 ] {} <Trace> HTTP-Session: b298250a-70df-49c6-b0f2-618834b70939 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10590 | 2024.03.25 19:42:09.996154 [ 3 ] {665a3ee7-4701-43be-aaa0-4d125996e437} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 10591 | 2024.03.25 19:42:09.996197 [ 3 ] {665a3ee7-4701-43be-aaa0-4d125996e437} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10592 | 2024.03.25 19:42:09.996328 [ 3 ] {665a3ee7-4701-43be-aaa0-4d125996e437} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10593 | 2024.03.25 19:42:09.996651 [ 3 ] {665a3ee7-4701-43be-aaa0-4d125996e437} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10594 | 2024.03.25 19:42:09.996690 [ 3 ] {665a3ee7-4701-43be-aaa0-4d125996e437} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 10595 | 2024.03.25 19:42:09.997013 [ 3 ] {665a3ee7-4701-43be-aaa0-4d125996e437} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 10596 | 2024.03.25 19:42:09.997334 [ 3 ] {665a3ee7-4701-43be-aaa0-4d125996e437} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10597 | 2024.03.25 19:42:09.997480 [ 3 ] {665a3ee7-4701-43be-aaa0-4d125996e437} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001358 sec., 20618.556701030928 rows/sec., 1.61 MiB/sec. | ||
| 10598 | 2024.03.25 19:42:09.997674 [ 3 ] {665a3ee7-4701-43be-aaa0-4d125996e437} <Debug> DynamicQueryHandler: Done processing query | ||
| 10599 | 2024.03.25 19:42:09.997699 [ 3 ] {665a3ee7-4701-43be-aaa0-4d125996e437} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 10600 | 2024.03.25 19:42:09.997744 [ 3 ] {} <Debug> HTTP-Session: b298250a-70df-49c6-b0f2-618834b70939 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10601 | 2024.03.25 19:42:09.997973 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 19137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10602 | 2024.03.25 19:42:09.998025 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 10603 | 2024.03.25 19:42:09.998044 [ 3 ] {} <Debug> HTTP-Session: 4b7ea285-831d-4060-a6a6-cc3640fdbe7a Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 10604 | 2024.03.25 19:42:09.998061 [ 3 ] {} <Debug> HTTP-Session: 4b7ea285-831d-4060-a6a6-cc3640fdbe7a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10605 | 2024.03.25 19:42:09.998075 [ 3 ] {} <Debug> HTTP-Session: 4b7ea285-831d-4060-a6a6-cc3640fdbe7a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10606 | 2024.03.25 19:42:09.998108 [ 3 ] {} <Trace> HTTP-Session: 4b7ea285-831d-4060-a6a6-cc3640fdbe7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10607 | 2024.03.25 19:42:09.998212 [ 3 ] {434428de-286b-4292-85cb-699d39247935} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 10608 | 2024.03.25 19:42:09.998258 [ 3 ] {434428de-286b-4292-85cb-699d39247935} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10609 | 2024.03.25 19:42:09.998423 [ 3 ] {434428de-286b-4292-85cb-699d39247935} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10610 | 2024.03.25 19:42:09.998820 [ 3 ] {434428de-286b-4292-85cb-699d39247935} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10611 | 2024.03.25 19:42:09.998858 [ 3 ] {434428de-286b-4292-85cb-699d39247935} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 10612 | 2024.03.25 19:42:09.999253 [ 3 ] {434428de-286b-4292-85cb-699d39247935} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 10613 | 2024.03.25 19:42:09.999603 [ 3 ] {434428de-286b-4292-85cb-699d39247935} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10614 | 2024.03.25 19:42:09.999750 [ 3 ] {434428de-286b-4292-85cb-699d39247935} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001591 sec., 62853.55122564425 rows/sec., 4.36 MiB/sec. | ||
| 10615 | 2024.03.25 19:42:09.999900 [ 3 ] {434428de-286b-4292-85cb-699d39247935} <Debug> DynamicQueryHandler: Done processing query | ||
| 10616 | 2024.03.25 19:42:09.999934 [ 3 ] {434428de-286b-4292-85cb-699d39247935} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
| 10617 | 2024.03.25 19:42:09.999968 [ 3 ] {} <Debug> HTTP-Session: 4b7ea285-831d-4060-a6a6-cc3640fdbe7a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10618 | 2024.03.25 19:42:10.000115 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10619 | 2024.03.25 19:42:10.000176 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 205.98 MiB, peak 210.25 MiB, free memory in arenas 0.00 B, will set to 204.78 MiB (RSS), difference: -1.20 MiB | ||
| 10620 | 2024.03.25 19:42:10.000194 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 10621 | 2024.03.25 19:42:10.000275 [ 3 ] {} <Debug> HTTP-Session: d173b033-8943-4f1e-bd70-3627d7858a05 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 10622 | 2024.03.25 19:42:10.000300 [ 3 ] {} <Debug> HTTP-Session: d173b033-8943-4f1e-bd70-3627d7858a05 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10623 | 2024.03.25 19:42:10.000325 [ 3 ] {} <Debug> HTTP-Session: d173b033-8943-4f1e-bd70-3627d7858a05 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10624 | 2024.03.25 19:42:10.000408 [ 3 ] {} <Trace> HTTP-Session: d173b033-8943-4f1e-bd70-3627d7858a05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10625 | 2024.03.25 19:42:10.000579 [ 3 ] {b87397ad-f421-46e1-bff3-152a3210f824} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 10626 | 2024.03.25 19:42:10.000670 [ 3 ] {b87397ad-f421-46e1-bff3-152a3210f824} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10627 | 2024.03.25 19:42:10.000889 [ 3 ] {b87397ad-f421-46e1-bff3-152a3210f824} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10628 | 2024.03.25 19:42:10.001166 [ 3 ] {b87397ad-f421-46e1-bff3-152a3210f824} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10629 | 2024.03.25 19:42:10.001203 [ 3 ] {b87397ad-f421-46e1-bff3-152a3210f824} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 10630 | 2024.03.25 19:42:10.001566 [ 3 ] {b87397ad-f421-46e1-bff3-152a3210f824} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 10631 | 2024.03.25 19:42:10.001892 [ 3 ] {b87397ad-f421-46e1-bff3-152a3210f824} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10632 | 2024.03.25 19:42:10.002040 [ 3 ] {b87397ad-f421-46e1-bff3-152a3210f824} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001566 sec., 19157.088122605364 rows/sec., 1.31 MiB/sec. | ||
| 10633 | 2024.03.25 19:42:10.002251 [ 3 ] {b87397ad-f421-46e1-bff3-152a3210f824} <Debug> DynamicQueryHandler: Done processing query | ||
| 10634 | 2024.03.25 19:42:10.002275 [ 3 ] {b87397ad-f421-46e1-bff3-152a3210f824} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 10635 | 2024.03.25 19:42:10.002317 [ 3 ] {} <Debug> HTTP-Session: d173b033-8943-4f1e-bd70-3627d7858a05 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10636 | 2024.03.25 19:42:14.996791 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 8371, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10637 | 2024.03.25 19:42:14.996935 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 10638 | 2024.03.25 19:42:14.996965 [ 3 ] {} <Debug> HTTP-Session: a08d0b0a-98c5-43a8-a5f1-2d990e71fafc Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 10639 | 2024.03.25 19:42:14.996998 [ 3 ] {} <Debug> HTTP-Session: a08d0b0a-98c5-43a8-a5f1-2d990e71fafc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10640 | 2024.03.25 19:42:14.997017 [ 3 ] {} <Debug> HTTP-Session: a08d0b0a-98c5-43a8-a5f1-2d990e71fafc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10641 | 2024.03.25 19:42:14.997072 [ 3 ] {} <Trace> HTTP-Session: a08d0b0a-98c5-43a8-a5f1-2d990e71fafc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10642 | 2024.03.25 19:42:14.997217 [ 3 ] {db02a24a-b60d-47ee-96fd-7a22b8351285} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 10643 | 2024.03.25 19:42:14.997289 [ 3 ] {db02a24a-b60d-47ee-96fd-7a22b8351285} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 10644 | 2024.03.25 19:42:14.997482 [ 3 ] {db02a24a-b60d-47ee-96fd-7a22b8351285} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10645 | 2024.03.25 19:42:14.997947 [ 3 ] {db02a24a-b60d-47ee-96fd-7a22b8351285} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10646 | 2024.03.25 19:42:14.997999 [ 3 ] {db02a24a-b60d-47ee-96fd-7a22b8351285} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 10647 | 2024.03.25 19:42:14.998389 [ 3 ] {db02a24a-b60d-47ee-96fd-7a22b8351285} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 10648 | 2024.03.25 19:42:14.998736 [ 3 ] {db02a24a-b60d-47ee-96fd-7a22b8351285} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10649 | 2024.03.25 19:42:14.998893 [ 3 ] {db02a24a-b60d-47ee-96fd-7a22b8351285} <Debug> executeQuery: Read 58 rows, 4.70 KiB in 0.001744 sec., 33256.88073394495 rows/sec., 2.63 MiB/sec. | ||
| 10650 | 2024.03.25 19:42:14.999074 [ 3 ] {db02a24a-b60d-47ee-96fd-7a22b8351285} <Debug> DynamicQueryHandler: Done processing query | ||
| 10651 | 2024.03.25 19:42:14.999116 [ 3 ] {db02a24a-b60d-47ee-96fd-7a22b8351285} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 10652 | 2024.03.25 19:42:14.999152 [ 3 ] {} <Debug> HTTP-Session: a08d0b0a-98c5-43a8-a5f1-2d990e71fafc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10653 | 2024.03.25 19:42:14.999329 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10654 | 2024.03.25 19:42:14.999383 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 10655 | 2024.03.25 19:42:14.999402 [ 3 ] {} <Debug> HTTP-Session: ecf8d9bf-8b16-4e03-ac96-18be92f9072d Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 10656 | 2024.03.25 19:42:14.999420 [ 3 ] {} <Debug> HTTP-Session: ecf8d9bf-8b16-4e03-ac96-18be92f9072d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10657 | 2024.03.25 19:42:14.999434 [ 3 ] {} <Debug> HTTP-Session: ecf8d9bf-8b16-4e03-ac96-18be92f9072d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10658 | 2024.03.25 19:42:14.999470 [ 3 ] {} <Trace> HTTP-Session: ecf8d9bf-8b16-4e03-ac96-18be92f9072d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10659 | 2024.03.25 19:42:14.999545 [ 3 ] {a949b990-1c6e-4b76-9d9a-fe0957b9c345} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 10660 | 2024.03.25 19:42:14.999591 [ 3 ] {a949b990-1c6e-4b76-9d9a-fe0957b9c345} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 10661 | 2024.03.25 19:42:14.999720 [ 3 ] {a949b990-1c6e-4b76-9d9a-fe0957b9c345} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10662 | 2024.03.25 19:42:15.000021 [ 3 ] {a949b990-1c6e-4b76-9d9a-fe0957b9c345} <Trace> oximeter.fields_ipaddr (d9ee32b3-8a1d-44e7-a34c-f0038ee3937b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10663 | 2024.03.25 19:42:15.000153 [ 3 ] {a949b990-1c6e-4b76-9d9a-fe0957b9c345} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 10664 | 2024.03.25 19:42:15.000159 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 205.87 MiB, peak 210.25 MiB, free memory in arenas 0.00 B, will set to 204.78 MiB (RSS), difference: -1.09 MiB | ||
| 10665 | 2024.03.25 19:42:15.000718 [ 3 ] {a949b990-1c6e-4b76-9d9a-fe0957b9c345} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 10666 | 2024.03.25 19:42:15.001038 [ 3 ] {a949b990-1c6e-4b76-9d9a-fe0957b9c345} <Trace> oximeter.fields_ipaddr (d9ee32b3-8a1d-44e7-a34c-f0038ee3937b): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10667 | 2024.03.25 19:42:15.001206 [ 3 ] {a949b990-1c6e-4b76-9d9a-fe0957b9c345} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.00168 sec., 2380.9523809523807 rows/sec., 194.15 KiB/sec. | ||
| 10668 | 2024.03.25 19:42:15.001207 [ 126 ] {} <Debug> oximeter.fields_ipaddr (d9ee32b3-8a1d-44e7-a34c-f0038ee3937b) (MergerMutator): Selected 6 parts from all_1_14_3 to all_19_19_0 | ||
| 10669 | 2024.03.25 19:42:15.001314 [ 126 ] {} <Trace> oximeter.fields_ipaddr (d9ee32b3-8a1d-44e7-a34c-f0038ee3937b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10670 | 2024.03.25 19:42:15.001357 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 10671 | 2024.03.25 19:42:15.001390 [ 3 ] {a949b990-1c6e-4b76-9d9a-fe0957b9c345} <Debug> DynamicQueryHandler: Done processing query | ||
| 10672 | 2024.03.25 19:42:15.001450 [ 3 ] {a949b990-1c6e-4b76-9d9a-fe0957b9c345} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 10673 | 2024.03.25 19:42:15.001547 [ 3 ] {} <Debug> HTTP-Session: ecf8d9bf-8b16-4e03-ac96-18be92f9072d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10674 | 2024.03.25 19:42:15.001773 [ 186 ] {d9ee32b3-8a1d-44e7-a34c-f0038ee3937b::all_1_19_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_14_3 to all_19_19_0 into Compact with storage Full | ||
| 10675 | 2024.03.25 19:42:15.001852 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 31606, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10676 | 2024.03.25 19:42:15.001967 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 10677 | 2024.03.25 19:42:15.002026 [ 3 ] {} <Debug> HTTP-Session: 7b3b250b-f1ae-4bba-8f1d-00e8c42bfa39 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 10678 | 2024.03.25 19:42:15.002071 [ 3 ] {} <Debug> HTTP-Session: 7b3b250b-f1ae-4bba-8f1d-00e8c42bfa39 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10679 | 2024.03.25 19:42:15.002113 [ 3 ] {} <Debug> HTTP-Session: 7b3b250b-f1ae-4bba-8f1d-00e8c42bfa39 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10680 | 2024.03.25 19:42:15.002175 [ 186 ] {d9ee32b3-8a1d-44e7-a34c-f0038ee3937b::all_1_19_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10681 | 2024.03.25 19:42:15.002191 [ 3 ] {} <Trace> HTTP-Session: 7b3b250b-f1ae-4bba-8f1d-00e8c42bfa39 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10682 | 2024.03.25 19:42:15.002237 [ 186 ] {d9ee32b3-8a1d-44e7-a34c-f0038ee3937b::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_14_3, total 10 rows starting from the beginning of the part | ||
| 10683 | 2024.03.25 19:42:15.002423 [ 186 ] {d9ee32b3-8a1d-44e7-a34c-f0038ee3937b::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 4 rows starting from the beginning of the part | ||
| 10684 | 2024.03.25 19:42:15.002534 [ 3 ] {1526abc0-6f1d-4a28-918e-f7ff3a18a491} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 10685 | 2024.03.25 19:42:15.002658 [ 186 ] {d9ee32b3-8a1d-44e7-a34c-f0038ee3937b::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 4 rows starting from the beginning of the part | ||
| 10686 | 2024.03.25 19:42:15.002716 [ 3 ] {1526abc0-6f1d-4a28-918e-f7ff3a18a491} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10687 | 2024.03.25 19:42:15.002967 [ 186 ] {d9ee32b3-8a1d-44e7-a34c-f0038ee3937b::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 2 rows starting from the beginning of the part | ||
| 10688 | 2024.03.25 19:42:15.003302 [ 186 ] {d9ee32b3-8a1d-44e7-a34c-f0038ee3937b::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 4 rows starting from the beginning of the part | ||
| 10689 | 2024.03.25 19:42:15.003643 [ 186 ] {d9ee32b3-8a1d-44e7-a34c-f0038ee3937b::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 4 rows starting from the beginning of the part | ||
| 10690 | 2024.03.25 19:42:15.003959 [ 3 ] {1526abc0-6f1d-4a28-918e-f7ff3a18a491} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10691 | 2024.03.25 19:42:15.005109 [ 3 ] {1526abc0-6f1d-4a28-918e-f7ff3a18a491} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10692 | 2024.03.25 19:42:15.005200 [ 3 ] {1526abc0-6f1d-4a28-918e-f7ff3a18a491} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 10693 | 2024.03.25 19:42:15.006069 [ 199 ] {d9ee32b3-8a1d-44e7-a34c-f0038ee3937b::all_1_19_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 28 rows, containing 4 columns (4 merged, 0 gathered) in 0.004625204 sec., 6053.7870329611405 rows/sec., 493.64 KiB/sec. | ||
| 10694 | 2024.03.25 19:42:15.006088 [ 3 ] {1526abc0-6f1d-4a28-918e-f7ff3a18a491} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 10695 | 2024.03.25 19:42:15.006313 [ 199 ] {d9ee32b3-8a1d-44e7-a34c-f0038ee3937b::all_1_19_4} <Trace> MergedBlockOutputStream: filled checksums all_1_19_4 (state Temporary) | ||
| 10696 | 2024.03.25 19:42:15.006935 [ 3 ] {1526abc0-6f1d-4a28-918e-f7ff3a18a491} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10697 | 2024.03.25 19:42:15.007287 [ 3 ] {1526abc0-6f1d-4a28-918e-f7ff3a18a491} <Debug> executeQuery: Read 202 rows, 19.28 KiB in 0.004995 sec., 40440.44044044044 rows/sec., 3.77 MiB/sec. | ||
| 10698 | 2024.03.25 19:42:15.007305 [ 199 ] {d9ee32b3-8a1d-44e7-a34c-f0038ee3937b::all_1_19_4} <Trace> oximeter.fields_ipaddr (d9ee32b3-8a1d-44e7-a34c-f0038ee3937b): Renaming temporary part tmp_merge_all_1_19_4 to all_1_19_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10699 | 2024.03.25 19:42:15.007540 [ 199 ] {d9ee32b3-8a1d-44e7-a34c-f0038ee3937b::all_1_19_4} <Trace> oximeter.fields_ipaddr (d9ee32b3-8a1d-44e7-a34c-f0038ee3937b) (MergerMutator): Merged 6 parts: [all_1_14_3, all_19_19_0] -> all_1_19_4 | ||
| 10700 | 2024.03.25 19:42:15.007574 [ 3 ] {1526abc0-6f1d-4a28-918e-f7ff3a18a491} <Debug> DynamicQueryHandler: Done processing query | ||
| 10701 | 2024.03.25 19:42:15.007643 [ 3 ] {1526abc0-6f1d-4a28-918e-f7ff3a18a491} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 10702 | 2024.03.25 19:42:15.007677 [ 3 ] {} <Debug> HTTP-Session: 7b3b250b-f1ae-4bba-8f1d-00e8c42bfa39 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10703 | 2024.03.25 19:42:15.007698 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 10704 | 2024.03.25 19:42:15.007845 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 608, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10705 | 2024.03.25 19:42:15.007906 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 10706 | 2024.03.25 19:42:15.007926 [ 3 ] {} <Debug> HTTP-Session: 4fa9928f-fd45-4d93-8b88-7f9fb89d69a8 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 10707 | 2024.03.25 19:42:15.007944 [ 3 ] {} <Debug> HTTP-Session: 4fa9928f-fd45-4d93-8b88-7f9fb89d69a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10708 | 2024.03.25 19:42:15.007958 [ 3 ] {} <Debug> HTTP-Session: 4fa9928f-fd45-4d93-8b88-7f9fb89d69a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10709 | 2024.03.25 19:42:15.007994 [ 3 ] {} <Trace> HTTP-Session: 4fa9928f-fd45-4d93-8b88-7f9fb89d69a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10710 | 2024.03.25 19:42:15.008072 [ 3 ] {c33f8f36-1869-47cf-995b-27c0018b5820} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 10711 | 2024.03.25 19:42:15.008119 [ 3 ] {c33f8f36-1869-47cf-995b-27c0018b5820} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10712 | 2024.03.25 19:42:15.008277 [ 3 ] {c33f8f36-1869-47cf-995b-27c0018b5820} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10713 | 2024.03.25 19:42:15.008576 [ 3 ] {c33f8f36-1869-47cf-995b-27c0018b5820} <Trace> oximeter.fields_u16 (c5488911-6586-43c0-ae3f-1262ae9a0dfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10714 | 2024.03.25 19:42:15.008616 [ 3 ] {c33f8f36-1869-47cf-995b-27c0018b5820} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 10715 | 2024.03.25 19:42:15.008933 [ 3 ] {c33f8f36-1869-47cf-995b-27c0018b5820} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 10716 | 2024.03.25 19:42:15.009266 [ 3 ] {c33f8f36-1869-47cf-995b-27c0018b5820} <Trace> oximeter.fields_u16 (c5488911-6586-43c0-ae3f-1262ae9a0dfa): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10717 | 2024.03.25 19:42:15.009431 [ 3 ] {c33f8f36-1869-47cf-995b-27c0018b5820} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001381 sec., 2896.451846488052 rows/sec., 202.24 KiB/sec. | ||
| 10718 | 2024.03.25 19:42:15.009431 [ 126 ] {} <Debug> oximeter.fields_u16 (c5488911-6586-43c0-ae3f-1262ae9a0dfa) (MergerMutator): Selected 6 parts from all_1_14_3 to all_19_19_0 | ||
| 10719 | 2024.03.25 19:42:15.009528 [ 126 ] {} <Trace> oximeter.fields_u16 (c5488911-6586-43c0-ae3f-1262ae9a0dfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10720 | 2024.03.25 19:42:15.009593 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 10721 | 2024.03.25 19:42:15.009668 [ 3 ] {c33f8f36-1869-47cf-995b-27c0018b5820} <Debug> DynamicQueryHandler: Done processing query | ||
| 10722 | 2024.03.25 19:42:15.009736 [ 3 ] {c33f8f36-1869-47cf-995b-27c0018b5820} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 10723 | 2024.03.25 19:42:15.009821 [ 3 ] {} <Debug> HTTP-Session: 4fa9928f-fd45-4d93-8b88-7f9fb89d69a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10724 | 2024.03.25 19:42:15.009981 [ 190 ] {c5488911-6586-43c0-ae3f-1262ae9a0dfa::all_1_19_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_14_3 to all_19_19_0 into Compact with storage Full | ||
| 10725 | 2024.03.25 19:42:15.010094 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 15302, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10726 | 2024.03.25 19:42:15.010205 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 10727 | 2024.03.25 19:42:15.010253 [ 3 ] {} <Debug> HTTP-Session: 12ff0d69-a2fe-4884-bf2e-f82074d9c8d7 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 10728 | 2024.03.25 19:42:15.010308 [ 3 ] {} <Debug> HTTP-Session: 12ff0d69-a2fe-4884-bf2e-f82074d9c8d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10729 | 2024.03.25 19:42:15.010335 [ 190 ] {c5488911-6586-43c0-ae3f-1262ae9a0dfa::all_1_19_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10730 | 2024.03.25 19:42:15.010344 [ 3 ] {} <Debug> HTTP-Session: 12ff0d69-a2fe-4884-bf2e-f82074d9c8d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10731 | 2024.03.25 19:42:15.010392 [ 190 ] {c5488911-6586-43c0-ae3f-1262ae9a0dfa::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_14_3, total 10 rows starting from the beginning of the part | ||
| 10732 | 2024.03.25 19:42:15.010418 [ 3 ] {} <Trace> HTTP-Session: 12ff0d69-a2fe-4884-bf2e-f82074d9c8d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10733 | 2024.03.25 19:42:15.010615 [ 190 ] {c5488911-6586-43c0-ae3f-1262ae9a0dfa::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 4 rows starting from the beginning of the part | ||
| 10734 | 2024.03.25 19:42:15.010736 [ 3 ] {362841f1-aa38-4353-a97c-74a7056ca975} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 10735 | 2024.03.25 19:42:15.010856 [ 190 ] {c5488911-6586-43c0-ae3f-1262ae9a0dfa::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 4 rows starting from the beginning of the part | ||
| 10736 | 2024.03.25 19:42:15.010943 [ 3 ] {362841f1-aa38-4353-a97c-74a7056ca975} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10737 | 2024.03.25 19:42:15.011157 [ 190 ] {c5488911-6586-43c0-ae3f-1262ae9a0dfa::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 2 rows starting from the beginning of the part | ||
| 10738 | 2024.03.25 19:42:15.011509 [ 190 ] {c5488911-6586-43c0-ae3f-1262ae9a0dfa::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 4 rows starting from the beginning of the part | ||
| 10739 | 2024.03.25 19:42:15.011852 [ 190 ] {c5488911-6586-43c0-ae3f-1262ae9a0dfa::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 4 rows starting from the beginning of the part | ||
| 10740 | 2024.03.25 19:42:15.012303 [ 3 ] {362841f1-aa38-4353-a97c-74a7056ca975} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10741 | 2024.03.25 19:42:15.013235 [ 3 ] {362841f1-aa38-4353-a97c-74a7056ca975} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10742 | 2024.03.25 19:42:15.013300 [ 3 ] {362841f1-aa38-4353-a97c-74a7056ca975} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 10743 | 2024.03.25 19:42:15.014218 [ 3 ] {362841f1-aa38-4353-a97c-74a7056ca975} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 10744 | 2024.03.25 19:42:15.014254 [ 191 ] {c5488911-6586-43c0-ae3f-1262ae9a0dfa::all_1_19_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 28 rows, containing 4 columns (4 merged, 0 gathered) in 0.004575053 sec., 6120.147679163499 rows/sec., 427.33 KiB/sec. | ||
| 10745 | 2024.03.25 19:42:15.014703 [ 197 ] {c5488911-6586-43c0-ae3f-1262ae9a0dfa::all_1_19_4} <Trace> MergedBlockOutputStream: filled checksums all_1_19_4 (state Temporary) | ||
| 10746 | 2024.03.25 19:42:15.014925 [ 3 ] {362841f1-aa38-4353-a97c-74a7056ca975} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10747 | 2024.03.25 19:42:15.015256 [ 3 ] {362841f1-aa38-4353-a97c-74a7056ca975} <Debug> executeQuery: Read 90 rows, 7.21 KiB in 0.004705 sec., 19128.586609989372 rows/sec., 1.50 MiB/sec. | ||
| 10748 | 2024.03.25 19:42:15.015684 [ 3 ] {362841f1-aa38-4353-a97c-74a7056ca975} <Debug> DynamicQueryHandler: Done processing query | ||
| 10749 | 2024.03.25 19:42:15.015733 [ 3 ] {362841f1-aa38-4353-a97c-74a7056ca975} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 10750 | 2024.03.25 19:42:15.015765 [ 3 ] {} <Debug> HTTP-Session: 12ff0d69-a2fe-4884-bf2e-f82074d9c8d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10751 | 2024.03.25 19:42:15.015947 [ 199 ] {c5488911-6586-43c0-ae3f-1262ae9a0dfa::all_1_19_4} <Trace> oximeter.fields_u16 (c5488911-6586-43c0-ae3f-1262ae9a0dfa): Renaming temporary part tmp_merge_all_1_19_4 to all_1_19_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10752 | 2024.03.25 19:42:15.015977 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 19518, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10753 | 2024.03.25 19:42:15.016072 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 10754 | 2024.03.25 19:42:15.016094 [ 3 ] {} <Debug> HTTP-Session: 467c7d0f-f917-4afe-9f7e-b5eb7ab7dccc Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 10755 | 2024.03.25 19:42:15.016111 [ 199 ] {c5488911-6586-43c0-ae3f-1262ae9a0dfa::all_1_19_4} <Trace> oximeter.fields_u16 (c5488911-6586-43c0-ae3f-1262ae9a0dfa) (MergerMutator): Merged 6 parts: [all_1_14_3, all_19_19_0] -> all_1_19_4 | ||
| 10756 | 2024.03.25 19:42:15.016125 [ 3 ] {} <Debug> HTTP-Session: 467c7d0f-f917-4afe-9f7e-b5eb7ab7dccc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10757 | 2024.03.25 19:42:15.016155 [ 3 ] {} <Debug> HTTP-Session: 467c7d0f-f917-4afe-9f7e-b5eb7ab7dccc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10758 | 2024.03.25 19:42:15.016247 [ 3 ] {} <Trace> HTTP-Session: 467c7d0f-f917-4afe-9f7e-b5eb7ab7dccc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10759 | 2024.03.25 19:42:15.016266 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 10760 | 2024.03.25 19:42:15.016400 [ 3 ] {58b557c5-8f5a-40a2-a8e7-857b5ca13370} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 10761 | 2024.03.25 19:42:15.016453 [ 3 ] {58b557c5-8f5a-40a2-a8e7-857b5ca13370} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10762 | 2024.03.25 19:42:15.016629 [ 3 ] {58b557c5-8f5a-40a2-a8e7-857b5ca13370} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10763 | 2024.03.25 19:42:15.016982 [ 3 ] {58b557c5-8f5a-40a2-a8e7-857b5ca13370} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10764 | 2024.03.25 19:42:15.017022 [ 3 ] {58b557c5-8f5a-40a2-a8e7-857b5ca13370} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 10765 | 2024.03.25 19:42:15.017392 [ 3 ] {58b557c5-8f5a-40a2-a8e7-857b5ca13370} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 10766 | 2024.03.25 19:42:15.017713 [ 3 ] {58b557c5-8f5a-40a2-a8e7-857b5ca13370} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10767 | 2024.03.25 19:42:15.017862 [ 3 ] {58b557c5-8f5a-40a2-a8e7-857b5ca13370} <Debug> executeQuery: Read 102 rows, 7.24 KiB in 0.001584 sec., 64393.9393939394 rows/sec., 4.46 MiB/sec. | ||
| 10768 | 2024.03.25 19:42:15.018046 [ 3 ] {58b557c5-8f5a-40a2-a8e7-857b5ca13370} <Debug> DynamicQueryHandler: Done processing query | ||
| 10769 | 2024.03.25 19:42:15.018070 [ 3 ] {58b557c5-8f5a-40a2-a8e7-857b5ca13370} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
| 10770 | 2024.03.25 19:42:15.018085 [ 3 ] {} <Debug> HTTP-Session: 467c7d0f-f917-4afe-9f7e-b5eb7ab7dccc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10771 | 2024.03.25 19:42:15.018271 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 62053, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10772 | 2024.03.25 19:42:15.018319 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 10773 | 2024.03.25 19:42:15.018337 [ 3 ] {} <Debug> HTTP-Session: c147c693-3db7-4294-a9be-97e88d1d37d3 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 10774 | 2024.03.25 19:42:15.018354 [ 3 ] {} <Debug> HTTP-Session: c147c693-3db7-4294-a9be-97e88d1d37d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10775 | 2024.03.25 19:42:15.018367 [ 3 ] {} <Debug> HTTP-Session: c147c693-3db7-4294-a9be-97e88d1d37d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10776 | 2024.03.25 19:42:15.018399 [ 3 ] {} <Trace> HTTP-Session: c147c693-3db7-4294-a9be-97e88d1d37d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10777 | 2024.03.25 19:42:15.018775 [ 3 ] {dde4fb50-ca17-4f1c-a8bb-ac6308859190} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 10778 | 2024.03.25 19:42:15.018823 [ 3 ] {dde4fb50-ca17-4f1c-a8bb-ac6308859190} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 10779 | 2024.03.25 19:42:15.018983 [ 3 ] {dde4fb50-ca17-4f1c-a8bb-ac6308859190} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10780 | 2024.03.25 19:42:15.019801 [ 3 ] {dde4fb50-ca17-4f1c-a8bb-ac6308859190} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10781 | 2024.03.25 19:42:15.019838 [ 3 ] {dde4fb50-ca17-4f1c-a8bb-ac6308859190} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 10782 | 2024.03.25 19:42:15.020283 [ 3 ] {dde4fb50-ca17-4f1c-a8bb-ac6308859190} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 10783 | 2024.03.25 19:42:15.020635 [ 3 ] {dde4fb50-ca17-4f1c-a8bb-ac6308859190} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10784 | 2024.03.25 19:42:15.020796 [ 3 ] {dde4fb50-ca17-4f1c-a8bb-ac6308859190} <Debug> executeQuery: Read 58 rows, 80.15 KiB in 0.002324 sec., 24956.97074010327 rows/sec., 33.68 MiB/sec. | ||
| 10785 | 2024.03.25 19:42:15.020933 [ 3 ] {dde4fb50-ca17-4f1c-a8bb-ac6308859190} <Debug> DynamicQueryHandler: Done processing query | ||
| 10786 | 2024.03.25 19:42:15.020957 [ 3 ] {dde4fb50-ca17-4f1c-a8bb-ac6308859190} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 10787 | 2024.03.25 19:42:15.020973 [ 3 ] {} <Debug> HTTP-Session: c147c693-3db7-4294-a9be-97e88d1d37d3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10788 | 2024.03.25 19:42:15.021102 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10789 | 2024.03.25 19:42:15.021151 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 10790 | 2024.03.25 19:42:15.021169 [ 3 ] {} <Debug> HTTP-Session: 1a83c43b-b1b7-465e-8c16-bdb8f4fd4b03 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 10791 | 2024.03.25 19:42:15.021186 [ 3 ] {} <Debug> HTTP-Session: 1a83c43b-b1b7-465e-8c16-bdb8f4fd4b03 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10792 | 2024.03.25 19:42:15.021199 [ 3 ] {} <Debug> HTTP-Session: 1a83c43b-b1b7-465e-8c16-bdb8f4fd4b03 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10793 | 2024.03.25 19:42:15.021230 [ 3 ] {} <Trace> HTTP-Session: 1a83c43b-b1b7-465e-8c16-bdb8f4fd4b03 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10794 | 2024.03.25 19:42:15.021308 [ 3 ] {bc7eafff-8ed8-4cbc-ae0d-fdeb5c114548} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 10795 | 2024.03.25 19:42:15.021352 [ 3 ] {bc7eafff-8ed8-4cbc-ae0d-fdeb5c114548} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10796 | 2024.03.25 19:42:15.021480 [ 3 ] {bc7eafff-8ed8-4cbc-ae0d-fdeb5c114548} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10797 | 2024.03.25 19:42:15.021763 [ 3 ] {bc7eafff-8ed8-4cbc-ae0d-fdeb5c114548} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10798 | 2024.03.25 19:42:15.021800 [ 3 ] {bc7eafff-8ed8-4cbc-ae0d-fdeb5c114548} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 10799 | 2024.03.25 19:42:15.022164 [ 3 ] {bc7eafff-8ed8-4cbc-ae0d-fdeb5c114548} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 10800 | 2024.03.25 19:42:15.022490 [ 3 ] {bc7eafff-8ed8-4cbc-ae0d-fdeb5c114548} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10801 | 2024.03.25 19:42:15.022622 [ 3 ] {bc7eafff-8ed8-4cbc-ae0d-fdeb5c114548} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001347 sec., 22271.714922048996 rows/sec., 1.53 MiB/sec. | ||
| 10802 | 2024.03.25 19:42:15.022788 [ 3 ] {bc7eafff-8ed8-4cbc-ae0d-fdeb5c114548} <Debug> DynamicQueryHandler: Done processing query | ||
| 10803 | 2024.03.25 19:42:15.022811 [ 3 ] {bc7eafff-8ed8-4cbc-ae0d-fdeb5c114548} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 10804 | 2024.03.25 19:42:15.022828 [ 3 ] {} <Debug> HTTP-Session: 1a83c43b-b1b7-465e-8c16-bdb8f4fd4b03 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10805 | 2024.03.25 19:42:19.993795 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 3629, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10806 | 2024.03.25 19:42:19.993924 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 10807 | 2024.03.25 19:42:19.993949 [ 3 ] {} <Debug> HTTP-Session: a1c49f80-9fb6-447c-a09b-531cd88594e4 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 10808 | 2024.03.25 19:42:19.993973 [ 3 ] {} <Debug> HTTP-Session: a1c49f80-9fb6-447c-a09b-531cd88594e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10809 | 2024.03.25 19:42:19.993988 [ 3 ] {} <Debug> HTTP-Session: a1c49f80-9fb6-447c-a09b-531cd88594e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10810 | 2024.03.25 19:42:19.994036 [ 3 ] {} <Trace> HTTP-Session: a1c49f80-9fb6-447c-a09b-531cd88594e4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10811 | 2024.03.25 19:42:19.994157 [ 3 ] {405b587c-ee08-44df-bd09-ecb7e479272a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 10812 | 2024.03.25 19:42:19.994220 [ 3 ] {405b587c-ee08-44df-bd09-ecb7e479272a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10813 | 2024.03.25 19:42:19.994409 [ 3 ] {405b587c-ee08-44df-bd09-ecb7e479272a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10814 | 2024.03.25 19:42:19.994843 [ 3 ] {405b587c-ee08-44df-bd09-ecb7e479272a} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10815 | 2024.03.25 19:42:19.994893 [ 3 ] {405b587c-ee08-44df-bd09-ecb7e479272a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 10816 | 2024.03.25 19:42:19.995280 [ 3 ] {405b587c-ee08-44df-bd09-ecb7e479272a} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 10817 | 2024.03.25 19:42:19.995610 [ 3 ] {405b587c-ee08-44df-bd09-ecb7e479272a} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10818 | 2024.03.25 19:42:19.995778 [ 3 ] {405b587c-ee08-44df-bd09-ecb7e479272a} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.001676 sec., 15513.126491646779 rows/sec., 1.17 MiB/sec. | ||
| 10819 | 2024.03.25 19:42:19.995801 [ 122 ] {} <Debug> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 10820 | 2024.03.25 19:42:19.995900 [ 122 ] {} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10821 | 2024.03.25 19:42:19.995942 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 10822 | 2024.03.25 19:42:19.995990 [ 3 ] {405b587c-ee08-44df-bd09-ecb7e479272a} <Debug> DynamicQueryHandler: Done processing query | ||
| 10823 | 2024.03.25 19:42:19.996067 [ 3 ] {405b587c-ee08-44df-bd09-ecb7e479272a} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 10824 | 2024.03.25 19:42:19.996141 [ 3 ] {} <Debug> HTTP-Session: a1c49f80-9fb6-447c-a09b-531cd88594e4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10825 | 2024.03.25 19:42:19.996253 [ 199 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
| 10826 | 2024.03.25 19:42:19.996462 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4792, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10827 | 2024.03.25 19:42:19.996677 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 10828 | 2024.03.25 19:42:19.996799 [ 3 ] {} <Debug> HTTP-Session: b5fdcc5c-2886-4af1-926e-9237a824303d Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 10829 | 2024.03.25 19:42:19.996871 [ 199 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10830 | 2024.03.25 19:42:19.996886 [ 3 ] {} <Debug> HTTP-Session: b5fdcc5c-2886-4af1-926e-9237a824303d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10831 | 2024.03.25 19:42:19.996979 [ 199 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 241 rows starting from the beginning of the part | ||
| 10832 | 2024.03.25 19:42:19.996998 [ 3 ] {} <Debug> HTTP-Session: b5fdcc5c-2886-4af1-926e-9237a824303d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10833 | 2024.03.25 19:42:19.997389 [ 199 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 62 rows starting from the beginning of the part | ||
| 10834 | 2024.03.25 19:42:19.997447 [ 3 ] {} <Trace> HTTP-Session: b5fdcc5c-2886-4af1-926e-9237a824303d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10835 | 2024.03.25 19:42:19.997712 [ 199 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 202 rows starting from the beginning of the part | ||
| 10836 | 2024.03.25 19:42:19.997985 [ 199 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 26 rows starting from the beginning of the part | ||
| 10837 | 2024.03.25 19:42:19.998116 [ 3 ] {7d587ede-e177-453d-8e5d-0e8ce4a6d4af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 10838 | 2024.03.25 19:42:19.998228 [ 199 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 202 rows starting from the beginning of the part | ||
| 10839 | 2024.03.25 19:42:19.998322 [ 3 ] {7d587ede-e177-453d-8e5d-0e8ce4a6d4af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10840 | 2024.03.25 19:42:19.998518 [ 199 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 26 rows starting from the beginning of the part | ||
| 10841 | 2024.03.25 19:42:19.999235 [ 3 ] {7d587ede-e177-453d-8e5d-0e8ce4a6d4af} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10842 | 2024.03.25 19:42:19.999955 [ 3 ] {7d587ede-e177-453d-8e5d-0e8ce4a6d4af} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10843 | 2024.03.25 19:42:20.000030 [ 3 ] {7d587ede-e177-453d-8e5d-0e8ce4a6d4af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 10844 | 2024.03.25 19:42:20.000159 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 209.10 MiB, peak 212.53 MiB, free memory in arenas 0.00 B, will set to 204.78 MiB (RSS), difference: -4.33 MiB | ||
| 10845 | 2024.03.25 19:42:20.001347 [ 3 ] {7d587ede-e177-453d-8e5d-0e8ce4a6d4af} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 10846 | 2024.03.25 19:42:20.002054 [ 199 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 759 rows, containing 4 columns (4 merged, 0 gathered) in 0.006023719 sec., 126001.89351462112 rows/sec., 11.31 MiB/sec. | ||
| 10847 | 2024.03.25 19:42:20.002223 [ 3 ] {7d587ede-e177-453d-8e5d-0e8ce4a6d4af} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10848 | 2024.03.25 19:42:20.002315 [ 191 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 10849 | 2024.03.25 19:42:20.002500 [ 122 ] {} <Debug> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 10850 | 2024.03.25 19:42:20.002567 [ 3 ] {7d587ede-e177-453d-8e5d-0e8ce4a6d4af} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.004847 sec., 5776.769135547762 rows/sec., 461.38 KiB/sec. | ||
| 10851 | 2024.03.25 19:42:20.002611 [ 122 ] {} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10852 | 2024.03.25 19:42:20.002725 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 10853 | 2024.03.25 19:42:20.003164 [ 3 ] {7d587ede-e177-453d-8e5d-0e8ce4a6d4af} <Debug> DynamicQueryHandler: Done processing query | ||
| 10854 | 2024.03.25 19:42:20.003193 [ 195 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
| 10855 | 2024.03.25 19:42:20.003251 [ 3 ] {7d587ede-e177-453d-8e5d-0e8ce4a6d4af} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 10856 | 2024.03.25 19:42:20.003327 [ 3 ] {} <Debug> HTTP-Session: b5fdcc5c-2886-4af1-926e-9237a824303d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10857 | 2024.03.25 19:42:20.003532 [ 195 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10858 | 2024.03.25 19:42:20.003568 [ 195 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 138 rows starting from the beginning of the part | ||
| 10859 | 2024.03.25 19:42:20.003773 [ 195 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 52 rows starting from the beginning of the part | ||
| 10860 | 2024.03.25 19:42:20.003776 [ 191 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_86_17} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10861 | 2024.03.25 19:42:20.003798 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 19137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10862 | 2024.03.25 19:42:20.004146 [ 195 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 90 rows starting from the beginning of the part | ||
| 10863 | 2024.03.25 19:42:20.004182 [ 191 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_86_17} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 10864 | 2024.03.25 19:42:20.004539 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
| 10865 | 2024.03.25 19:42:20.004543 [ 195 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 28 rows starting from the beginning of the part | ||
| 10866 | 2024.03.25 19:42:20.004867 [ 195 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 90 rows starting from the beginning of the part | ||
| 10867 | 2024.03.25 19:42:20.004980 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 10868 | 2024.03.25 19:42:20.005132 [ 195 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 28 rows starting from the beginning of the part | ||
| 10869 | 2024.03.25 19:42:20.005155 [ 3 ] {} <Debug> HTTP-Session: 490e7430-db3f-4f7c-9089-856a60f019bd Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 10870 | 2024.03.25 19:42:20.005223 [ 3 ] {} <Debug> HTTP-Session: 490e7430-db3f-4f7c-9089-856a60f019bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10871 | 2024.03.25 19:42:20.005320 [ 3 ] {} <Debug> HTTP-Session: 490e7430-db3f-4f7c-9089-856a60f019bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10872 | 2024.03.25 19:42:20.005548 [ 3 ] {} <Trace> HTTP-Session: 490e7430-db3f-4f7c-9089-856a60f019bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10873 | 2024.03.25 19:42:20.005761 [ 3 ] {2cd4a09a-992a-467d-9245-3dcc6721b999} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 10874 | 2024.03.25 19:42:20.005867 [ 3 ] {2cd4a09a-992a-467d-9245-3dcc6721b999} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10875 | 2024.03.25 19:42:20.006524 [ 3 ] {2cd4a09a-992a-467d-9245-3dcc6721b999} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10876 | 2024.03.25 19:42:20.007396 [ 3 ] {2cd4a09a-992a-467d-9245-3dcc6721b999} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10877 | 2024.03.25 19:42:20.007479 [ 3 ] {2cd4a09a-992a-467d-9245-3dcc6721b999} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 10878 | 2024.03.25 19:42:20.007739 [ 195 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 426 rows, containing 4 columns (4 merged, 0 gathered) in 0.004844259 sec., 87939.14611089126 rows/sec., 6.87 MiB/sec. | ||
| 10879 | 2024.03.25 19:42:20.007947 [ 199 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 10880 | 2024.03.25 19:42:20.008428 [ 3 ] {2cd4a09a-992a-467d-9245-3dcc6721b999} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 10881 | 2024.03.25 19:42:20.008832 [ 199 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_86_17} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10882 | 2024.03.25 19:42:20.008987 [ 199 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_86_17} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 10883 | 2024.03.25 19:42:20.009132 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 10884 | 2024.03.25 19:42:20.009212 [ 3 ] {2cd4a09a-992a-467d-9245-3dcc6721b999} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10885 | 2024.03.25 19:42:20.009395 [ 3 ] {2cd4a09a-992a-467d-9245-3dcc6721b999} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.00374 sec., 26737.967914438505 rows/sec., 1.85 MiB/sec. | ||
| 10886 | 2024.03.25 19:42:20.009405 [ 122 ] {} <Debug> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 10887 | 2024.03.25 19:42:20.009510 [ 122 ] {} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10888 | 2024.03.25 19:42:20.009586 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 10889 | 2024.03.25 19:42:20.009693 [ 3 ] {2cd4a09a-992a-467d-9245-3dcc6721b999} <Debug> DynamicQueryHandler: Done processing query | ||
| 10890 | 2024.03.25 19:42:20.009730 [ 3 ] {2cd4a09a-992a-467d-9245-3dcc6721b999} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
| 10891 | 2024.03.25 19:42:20.009753 [ 3 ] {} <Debug> HTTP-Session: 490e7430-db3f-4f7c-9089-856a60f019bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10892 | 2024.03.25 19:42:20.009764 [ 188 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
| 10893 | 2024.03.25 19:42:20.009901 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10894 | 2024.03.25 19:42:20.009914 [ 188 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10895 | 2024.03.25 19:42:20.009950 [ 188 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_81_16, total 8788 rows starting from the beginning of the part | ||
| 10896 | 2024.03.25 19:42:20.009959 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 10897 | 2024.03.25 19:42:20.009985 [ 3 ] {} <Debug> HTTP-Session: f760c76d-93ec-4535-a3b9-500066dd294e Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 10898 | 2024.03.25 19:42:20.010017 [ 3 ] {} <Debug> HTTP-Session: f760c76d-93ec-4535-a3b9-500066dd294e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10899 | 2024.03.25 19:42:20.010079 [ 3 ] {} <Debug> HTTP-Session: f760c76d-93ec-4535-a3b9-500066dd294e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10900 | 2024.03.25 19:42:20.010153 [ 188 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 136 rows starting from the beginning of the part | ||
| 10901 | 2024.03.25 19:42:20.010185 [ 3 ] {} <Trace> HTTP-Session: f760c76d-93ec-4535-a3b9-500066dd294e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10902 | 2024.03.25 19:42:20.010503 [ 3 ] {429e9677-c7fa-44d8-8be7-801e30313cff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 10903 | 2024.03.25 19:42:20.010528 [ 188 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 102 rows starting from the beginning of the part | ||
| 10904 | 2024.03.25 19:42:20.010643 [ 3 ] {429e9677-c7fa-44d8-8be7-801e30313cff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10905 | 2024.03.25 19:42:20.010828 [ 188 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 100 rows starting from the beginning of the part | ||
| 10906 | 2024.03.25 19:42:20.011192 [ 188 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 102 rows starting from the beginning of the part | ||
| 10907 | 2024.03.25 19:42:20.011550 [ 188 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 100 rows starting from the beginning of the part | ||
| 10908 | 2024.03.25 19:42:20.011941 [ 3 ] {429e9677-c7fa-44d8-8be7-801e30313cff} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10909 | 2024.03.25 19:42:20.012499 [ 3 ] {429e9677-c7fa-44d8-8be7-801e30313cff} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10910 | 2024.03.25 19:42:20.012542 [ 3 ] {429e9677-c7fa-44d8-8be7-801e30313cff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 10911 | 2024.03.25 19:42:20.012915 [ 3 ] {429e9677-c7fa-44d8-8be7-801e30313cff} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 10912 | 2024.03.25 19:42:20.013431 [ 3 ] {429e9677-c7fa-44d8-8be7-801e30313cff} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10913 | 2024.03.25 19:42:20.013644 [ 3 ] {429e9677-c7fa-44d8-8be7-801e30313cff} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.003304 sec., 9079.903147699757 rows/sec., 636.95 KiB/sec. | ||
| 10914 | 2024.03.25 19:42:20.013659 [ 122 ] {} <Debug> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 10915 | 2024.03.25 19:42:20.013766 [ 122 ] {} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10916 | 2024.03.25 19:42:20.013823 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 10917 | 2024.03.25 19:42:20.013920 [ 3 ] {429e9677-c7fa-44d8-8be7-801e30313cff} <Debug> DynamicQueryHandler: Done processing query | ||
| 10918 | 2024.03.25 19:42:20.013988 [ 3 ] {429e9677-c7fa-44d8-8be7-801e30313cff} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 10919 | 2024.03.25 19:42:20.014047 [ 3 ] {} <Debug> HTTP-Session: f760c76d-93ec-4535-a3b9-500066dd294e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10920 | 2024.03.25 19:42:20.014095 [ 199 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
| 10921 | 2024.03.25 19:42:20.014310 [ 199 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10922 | 2024.03.25 19:42:20.014401 [ 199 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 2412 rows starting from the beginning of the part | ||
| 10923 | 2024.03.25 19:42:20.014564 [ 199 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 30 rows starting from the beginning of the part | ||
| 10924 | 2024.03.25 19:42:20.014793 [ 199 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 30 rows starting from the beginning of the part | ||
| 10925 | 2024.03.25 19:42:20.015007 [ 199 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 30 rows starting from the beginning of the part | ||
| 10926 | 2024.03.25 19:42:20.015126 [ 199 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 30 rows starting from the beginning of the part | ||
| 10927 | 2024.03.25 19:42:20.015343 [ 199 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 30 rows starting from the beginning of the part | ||
| 10928 | 2024.03.25 19:42:20.016192 [ 200 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9328 rows, containing 5 columns (5 merged, 0 gathered) in 0.006488429 sec., 1437636.1365748164 rows/sec., 99.82 MiB/sec. | ||
| 10929 | 2024.03.25 19:42:20.016500 [ 196 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 10930 | 2024.03.25 19:42:20.017573 [ 196 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10931 | 2024.03.25 19:42:20.017769 [ 196 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 10932 | 2024.03.25 19:42:20.017869 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.18 MiB. | ||
| 10933 | 2024.03.25 19:42:20.018171 [ 196 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2562 rows, containing 4 columns (4 merged, 0 gathered) in 0.004216874 sec., 607559.0591513999 rows/sec., 41.62 MiB/sec. | ||
| 10934 | 2024.03.25 19:42:20.018390 [ 199 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 10935 | 2024.03.25 19:42:20.018764 [ 199 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_86_17} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10936 | 2024.03.25 19:42:20.018843 [ 199 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_86_17} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 10937 | 2024.03.25 19:42:20.018919 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB. | ||
| 10938 | 2024.03.25 19:42:21.000194 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 200.80 MiB, peak 212.53 MiB, free memory in arenas 0.00 B, will set to 204.78 MiB (RSS), difference: 3.98 MiB | ||
| 10939 | 2024.03.25 19:42:21.614595 [ 121 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 10940 | 2024.03.25 19:42:21.614651 [ 121 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 10941 | 2024.03.25 19:42:24.995948 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 8371, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10942 | 2024.03.25 19:42:24.996093 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 10943 | 2024.03.25 19:42:24.996123 [ 3 ] {} <Debug> HTTP-Session: fa05133a-eb44-4ef4-928f-e6706038d826 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 10944 | 2024.03.25 19:42:24.996152 [ 3 ] {} <Debug> HTTP-Session: fa05133a-eb44-4ef4-928f-e6706038d826 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10945 | 2024.03.25 19:42:24.996170 [ 3 ] {} <Debug> HTTP-Session: fa05133a-eb44-4ef4-928f-e6706038d826 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10946 | 2024.03.25 19:42:24.996226 [ 3 ] {} <Trace> HTTP-Session: fa05133a-eb44-4ef4-928f-e6706038d826 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10947 | 2024.03.25 19:42:24.996373 [ 3 ] {6c428e7b-fbc1-4f88-880d-e532e7e83343} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 10948 | 2024.03.25 19:42:24.996447 [ 3 ] {6c428e7b-fbc1-4f88-880d-e532e7e83343} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 10949 | 2024.03.25 19:42:24.996654 [ 3 ] {6c428e7b-fbc1-4f88-880d-e532e7e83343} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10950 | 2024.03.25 19:42:24.997137 [ 3 ] {6c428e7b-fbc1-4f88-880d-e532e7e83343} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10951 | 2024.03.25 19:42:24.997188 [ 3 ] {6c428e7b-fbc1-4f88-880d-e532e7e83343} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 10952 | 2024.03.25 19:42:24.997584 [ 3 ] {6c428e7b-fbc1-4f88-880d-e532e7e83343} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 10953 | 2024.03.25 19:42:24.997949 [ 3 ] {6c428e7b-fbc1-4f88-880d-e532e7e83343} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10954 | 2024.03.25 19:42:24.998119 [ 3 ] {6c428e7b-fbc1-4f88-880d-e532e7e83343} <Debug> executeQuery: Read 58 rows, 4.70 KiB in 0.001817 sec., 31920.748486516233 rows/sec., 2.53 MiB/sec. | ||
| 10955 | 2024.03.25 19:42:24.998282 [ 3 ] {6c428e7b-fbc1-4f88-880d-e532e7e83343} <Debug> DynamicQueryHandler: Done processing query | ||
| 10956 | 2024.03.25 19:42:24.998309 [ 3 ] {6c428e7b-fbc1-4f88-880d-e532e7e83343} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 10957 | 2024.03.25 19:42:24.998325 [ 3 ] {} <Debug> HTTP-Session: fa05133a-eb44-4ef4-928f-e6706038d826 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10958 | 2024.03.25 19:42:24.998557 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 31316, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10959 | 2024.03.25 19:42:24.998615 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 10960 | 2024.03.25 19:42:24.998634 [ 3 ] {} <Debug> HTTP-Session: 13589d43-2aeb-4e5f-bedf-5fb8fb6e83b7 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 10961 | 2024.03.25 19:42:24.998652 [ 3 ] {} <Debug> HTTP-Session: 13589d43-2aeb-4e5f-bedf-5fb8fb6e83b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10962 | 2024.03.25 19:42:24.998666 [ 3 ] {} <Debug> HTTP-Session: 13589d43-2aeb-4e5f-bedf-5fb8fb6e83b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10963 | 2024.03.25 19:42:24.998701 [ 3 ] {} <Trace> HTTP-Session: 13589d43-2aeb-4e5f-bedf-5fb8fb6e83b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10964 | 2024.03.25 19:42:24.998830 [ 3 ] {37b37d68-bf55-4643-a155-3e407c15e749} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 10965 | 2024.03.25 19:42:24.998875 [ 3 ] {37b37d68-bf55-4643-a155-3e407c15e749} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10966 | 2024.03.25 19:42:24.999005 [ 3 ] {37b37d68-bf55-4643-a155-3e407c15e749} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10967 | 2024.03.25 19:42:24.999449 [ 3 ] {37b37d68-bf55-4643-a155-3e407c15e749} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10968 | 2024.03.25 19:42:24.999488 [ 3 ] {37b37d68-bf55-4643-a155-3e407c15e749} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 10969 | 2024.03.25 19:42:24.999828 [ 3 ] {37b37d68-bf55-4643-a155-3e407c15e749} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 10970 | 2024.03.25 19:42:25.000159 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 210.23 MiB, peak 212.53 MiB, free memory in arenas 0.00 B, will set to 204.78 MiB (RSS), difference: -5.45 MiB | ||
| 10971 | 2024.03.25 19:42:25.000357 [ 3 ] {37b37d68-bf55-4643-a155-3e407c15e749} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10972 | 2024.03.25 19:42:25.000652 [ 3 ] {37b37d68-bf55-4643-a155-3e407c15e749} <Debug> executeQuery: Read 200 rows, 19.11 KiB in 0.001873 sec., 106780.56593699945 rows/sec., 9.97 MiB/sec. | ||
| 10973 | 2024.03.25 19:42:25.000874 [ 3 ] {37b37d68-bf55-4643-a155-3e407c15e749} <Debug> DynamicQueryHandler: Done processing query | ||
| 10974 | 2024.03.25 19:42:25.000899 [ 3 ] {37b37d68-bf55-4643-a155-3e407c15e749} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 10975 | 2024.03.25 19:42:25.000915 [ 3 ] {} <Debug> HTTP-Session: 13589d43-2aeb-4e5f-bedf-5fb8fb6e83b7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10976 | 2024.03.25 19:42:25.001056 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 14620, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10977 | 2024.03.25 19:42:25.001109 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 10978 | 2024.03.25 19:42:25.001128 [ 3 ] {} <Debug> HTTP-Session: 32083644-1a19-4b68-9951-f25ca30c7543 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 10979 | 2024.03.25 19:42:25.001145 [ 3 ] {} <Debug> HTTP-Session: 32083644-1a19-4b68-9951-f25ca30c7543 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10980 | 2024.03.25 19:42:25.001159 [ 3 ] {} <Debug> HTTP-Session: 32083644-1a19-4b68-9951-f25ca30c7543 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10981 | 2024.03.25 19:42:25.001191 [ 3 ] {} <Trace> HTTP-Session: 32083644-1a19-4b68-9951-f25ca30c7543 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10982 | 2024.03.25 19:42:25.001296 [ 3 ] {05174d36-2262-4eda-9f85-ae00f46e11f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 10983 | 2024.03.25 19:42:25.001339 [ 3 ] {05174d36-2262-4eda-9f85-ae00f46e11f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10984 | 2024.03.25 19:42:25.001483 [ 3 ] {05174d36-2262-4eda-9f85-ae00f46e11f8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10985 | 2024.03.25 19:42:25.001855 [ 3 ] {05174d36-2262-4eda-9f85-ae00f46e11f8} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10986 | 2024.03.25 19:42:25.001894 [ 3 ] {05174d36-2262-4eda-9f85-ae00f46e11f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 10987 | 2024.03.25 19:42:25.002224 [ 3 ] {05174d36-2262-4eda-9f85-ae00f46e11f8} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 10988 | 2024.03.25 19:42:25.002538 [ 3 ] {05174d36-2262-4eda-9f85-ae00f46e11f8} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10989 | 2024.03.25 19:42:25.002687 [ 3 ] {05174d36-2262-4eda-9f85-ae00f46e11f8} <Debug> executeQuery: Read 86 rows, 6.88 KiB in 0.001446 sec., 59474.4121715076 rows/sec., 4.65 MiB/sec. | ||
| 10990 | 2024.03.25 19:42:25.002807 [ 3 ] {05174d36-2262-4eda-9f85-ae00f46e11f8} <Debug> DynamicQueryHandler: Done processing query | ||
| 10991 | 2024.03.25 19:42:25.002830 [ 3 ] {05174d36-2262-4eda-9f85-ae00f46e11f8} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 10992 | 2024.03.25 19:42:25.002846 [ 3 ] {} <Debug> HTTP-Session: 32083644-1a19-4b68-9951-f25ca30c7543 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10993 | 2024.03.25 19:42:25.003043 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 19137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10994 | 2024.03.25 19:42:25.003091 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 10995 | 2024.03.25 19:42:25.003109 [ 3 ] {} <Debug> HTTP-Session: 6d3af867-aba0-48ae-8de5-e07dfeadbd85 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 10996 | 2024.03.25 19:42:25.003126 [ 3 ] {} <Debug> HTTP-Session: 6d3af867-aba0-48ae-8de5-e07dfeadbd85 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10997 | 2024.03.25 19:42:25.003140 [ 3 ] {} <Debug> HTTP-Session: 6d3af867-aba0-48ae-8de5-e07dfeadbd85 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10998 | 2024.03.25 19:42:25.003171 [ 3 ] {} <Trace> HTTP-Session: 6d3af867-aba0-48ae-8de5-e07dfeadbd85 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10999 | 2024.03.25 19:42:25.003273 [ 3 ] {bf609b95-4316-4b37-ae5a-4b71e403289a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 11000 | 2024.03.25 19:42:25.003318 [ 3 ] {bf609b95-4316-4b37-ae5a-4b71e403289a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11001 | 2024.03.25 19:42:25.003462 [ 3 ] {bf609b95-4316-4b37-ae5a-4b71e403289a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11002 | 2024.03.25 19:42:25.003797 [ 3 ] {bf609b95-4316-4b37-ae5a-4b71e403289a} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11003 | 2024.03.25 19:42:25.003834 [ 3 ] {bf609b95-4316-4b37-ae5a-4b71e403289a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 11004 | 2024.03.25 19:42:25.004227 [ 3 ] {bf609b95-4316-4b37-ae5a-4b71e403289a} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 11005 | 2024.03.25 19:42:25.004570 [ 3 ] {bf609b95-4316-4b37-ae5a-4b71e403289a} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11006 | 2024.03.25 19:42:25.004726 [ 3 ] {bf609b95-4316-4b37-ae5a-4b71e403289a} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001499 sec., 66711.14076050701 rows/sec., 4.63 MiB/sec. | ||
| 11007 | 2024.03.25 19:42:25.004860 [ 3 ] {bf609b95-4316-4b37-ae5a-4b71e403289a} <Debug> DynamicQueryHandler: Done processing query | ||
| 11008 | 2024.03.25 19:42:25.004884 [ 3 ] {bf609b95-4316-4b37-ae5a-4b71e403289a} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
| 11009 | 2024.03.25 19:42:25.004900 [ 3 ] {} <Debug> HTTP-Session: 6d3af867-aba0-48ae-8de5-e07dfeadbd85 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11010 | 2024.03.25 19:42:25.005063 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 62053, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11011 | 2024.03.25 19:42:25.005112 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 11012 | 2024.03.25 19:42:25.005130 [ 3 ] {} <Debug> HTTP-Session: edeecd63-6fb8-4f6d-bcd7-531d4b19278e Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 11013 | 2024.03.25 19:42:25.005147 [ 3 ] {} <Debug> HTTP-Session: edeecd63-6fb8-4f6d-bcd7-531d4b19278e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11014 | 2024.03.25 19:42:25.005161 [ 3 ] {} <Debug> HTTP-Session: edeecd63-6fb8-4f6d-bcd7-531d4b19278e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11015 | 2024.03.25 19:42:25.005192 [ 3 ] {} <Trace> HTTP-Session: edeecd63-6fb8-4f6d-bcd7-531d4b19278e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11016 | 2024.03.25 19:42:25.005565 [ 3 ] {6ac2996d-5375-4366-8a82-4570f8b8d3da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 11017 | 2024.03.25 19:42:25.005611 [ 3 ] {6ac2996d-5375-4366-8a82-4570f8b8d3da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 11018 | 2024.03.25 19:42:25.005773 [ 3 ] {6ac2996d-5375-4366-8a82-4570f8b8d3da} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11019 | 2024.03.25 19:42:25.006356 [ 3 ] {6ac2996d-5375-4366-8a82-4570f8b8d3da} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11020 | 2024.03.25 19:42:25.006393 [ 3 ] {6ac2996d-5375-4366-8a82-4570f8b8d3da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 11021 | 2024.03.25 19:42:25.006858 [ 3 ] {6ac2996d-5375-4366-8a82-4570f8b8d3da} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 11022 | 2024.03.25 19:42:25.007204 [ 3 ] {6ac2996d-5375-4366-8a82-4570f8b8d3da} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11023 | 2024.03.25 19:42:25.007357 [ 3 ] {6ac2996d-5375-4366-8a82-4570f8b8d3da} <Debug> executeQuery: Read 58 rows, 80.15 KiB in 0.002099 sec., 27632.205812291566 rows/sec., 37.29 MiB/sec. | ||
| 11024 | 2024.03.25 19:42:25.007474 [ 3 ] {6ac2996d-5375-4366-8a82-4570f8b8d3da} <Debug> DynamicQueryHandler: Done processing query | ||
| 11025 | 2024.03.25 19:42:25.007496 [ 3 ] {6ac2996d-5375-4366-8a82-4570f8b8d3da} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 11026 | 2024.03.25 19:42:25.007512 [ 3 ] {} <Debug> HTTP-Session: edeecd63-6fb8-4f6d-bcd7-531d4b19278e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11027 | 2024.03.25 19:42:25.007649 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11028 | 2024.03.25 19:42:25.007698 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 11029 | 2024.03.25 19:42:25.007717 [ 3 ] {} <Debug> HTTP-Session: 26471b15-2205-43bb-a1a5-bdc67f96d507 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 11030 | 2024.03.25 19:42:25.007734 [ 3 ] {} <Debug> HTTP-Session: 26471b15-2205-43bb-a1a5-bdc67f96d507 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11031 | 2024.03.25 19:42:25.007748 [ 3 ] {} <Debug> HTTP-Session: 26471b15-2205-43bb-a1a5-bdc67f96d507 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11032 | 2024.03.25 19:42:25.007779 [ 3 ] {} <Trace> HTTP-Session: 26471b15-2205-43bb-a1a5-bdc67f96d507 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11033 | 2024.03.25 19:42:25.007854 [ 3 ] {d259936e-2e3a-4ec8-a90f-dcf1a573c449} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 11034 | 2024.03.25 19:42:25.007896 [ 3 ] {d259936e-2e3a-4ec8-a90f-dcf1a573c449} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11035 | 2024.03.25 19:42:25.008020 [ 3 ] {d259936e-2e3a-4ec8-a90f-dcf1a573c449} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11036 | 2024.03.25 19:42:25.008329 [ 3 ] {d259936e-2e3a-4ec8-a90f-dcf1a573c449} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11037 | 2024.03.25 19:42:25.008368 [ 3 ] {d259936e-2e3a-4ec8-a90f-dcf1a573c449} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 11038 | 2024.03.25 19:42:25.008741 [ 3 ] {d259936e-2e3a-4ec8-a90f-dcf1a573c449} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 11039 | 2024.03.25 19:42:25.009076 [ 3 ] {d259936e-2e3a-4ec8-a90f-dcf1a573c449} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11040 | 2024.03.25 19:42:25.009227 [ 3 ] {d259936e-2e3a-4ec8-a90f-dcf1a573c449} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.0014 sec., 21428.571428571428 rows/sec., 1.47 MiB/sec. | ||
| 11041 | 2024.03.25 19:42:25.009365 [ 3 ] {d259936e-2e3a-4ec8-a90f-dcf1a573c449} <Debug> DynamicQueryHandler: Done processing query | ||
| 11042 | 2024.03.25 19:42:25.009390 [ 3 ] {d259936e-2e3a-4ec8-a90f-dcf1a573c449} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 11043 | 2024.03.25 19:42:25.009419 [ 3 ] {} <Debug> HTTP-Session: 26471b15-2205-43bb-a1a5-bdc67f96d507 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11044 | 2024.03.25 19:42:26.000241 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 199.71 MiB, peak 212.53 MiB, free memory in arenas 0.00 B, will set to 204.78 MiB (RSS), difference: 5.06 MiB | ||
| 11045 | 2024.03.25 19:42:29.995218 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11046 | 2024.03.25 19:42:29.995362 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 11047 | 2024.03.25 19:42:29.995392 [ 3 ] {} <Debug> HTTP-Session: 31ac47d6-f767-4f33-b2e8-2c433d91b850 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 11048 | 2024.03.25 19:42:29.995420 [ 3 ] {} <Debug> HTTP-Session: 31ac47d6-f767-4f33-b2e8-2c433d91b850 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11049 | 2024.03.25 19:42:29.995437 [ 3 ] {} <Debug> HTTP-Session: 31ac47d6-f767-4f33-b2e8-2c433d91b850 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11050 | 2024.03.25 19:42:29.995492 [ 3 ] {} <Trace> HTTP-Session: 31ac47d6-f767-4f33-b2e8-2c433d91b850 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11051 | 2024.03.25 19:42:29.995616 [ 3 ] {c8745512-0712-4719-aaef-502369788a8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 11052 | 2024.03.25 19:42:29.995688 [ 3 ] {c8745512-0712-4719-aaef-502369788a8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 11053 | 2024.03.25 19:42:29.995897 [ 3 ] {c8745512-0712-4719-aaef-502369788a8f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11054 | 2024.03.25 19:42:29.996296 [ 3 ] {c8745512-0712-4719-aaef-502369788a8f} <Trace> oximeter.fields_ipaddr (d9ee32b3-8a1d-44e7-a34c-f0038ee3937b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11055 | 2024.03.25 19:42:29.996344 [ 3 ] {c8745512-0712-4719-aaef-502369788a8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 11056 | 2024.03.25 19:42:29.996723 [ 3 ] {c8745512-0712-4719-aaef-502369788a8f} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 11057 | 2024.03.25 19:42:29.997060 [ 3 ] {c8745512-0712-4719-aaef-502369788a8f} <Trace> oximeter.fields_ipaddr (d9ee32b3-8a1d-44e7-a34c-f0038ee3937b): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11058 | 2024.03.25 19:42:29.997205 [ 3 ] {c8745512-0712-4719-aaef-502369788a8f} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001645 sec., 1215.80547112462 rows/sec., 99.14 KiB/sec. | ||
| 11059 | 2024.03.25 19:42:29.997433 [ 3 ] {c8745512-0712-4719-aaef-502369788a8f} <Debug> DynamicQueryHandler: Done processing query | ||
| 11060 | 2024.03.25 19:42:29.997475 [ 3 ] {c8745512-0712-4719-aaef-502369788a8f} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 11061 | 2024.03.25 19:42:29.997492 [ 3 ] {} <Debug> HTTP-Session: 31ac47d6-f767-4f33-b2e8-2c433d91b850 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11062 | 2024.03.25 19:42:29.997661 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 8753, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11063 | 2024.03.25 19:42:29.997714 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 11064 | 2024.03.25 19:42:29.997733 [ 3 ] {} <Debug> HTTP-Session: 8f7c0c89-0035-45b1-b940-f9e9ff697cf5 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 11065 | 2024.03.25 19:42:29.997751 [ 3 ] {} <Debug> HTTP-Session: 8f7c0c89-0035-45b1-b940-f9e9ff697cf5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11066 | 2024.03.25 19:42:29.997764 [ 3 ] {} <Debug> HTTP-Session: 8f7c0c89-0035-45b1-b940-f9e9ff697cf5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11067 | 2024.03.25 19:42:29.997799 [ 3 ] {} <Trace> HTTP-Session: 8f7c0c89-0035-45b1-b940-f9e9ff697cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11068 | 2024.03.25 19:42:29.997893 [ 3 ] {d020d7af-0672-4adc-b2b9-511a75232ca3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 11069 | 2024.03.25 19:42:29.997940 [ 3 ] {d020d7af-0672-4adc-b2b9-511a75232ca3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11070 | 2024.03.25 19:42:29.998085 [ 3 ] {d020d7af-0672-4adc-b2b9-511a75232ca3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11071 | 2024.03.25 19:42:29.998444 [ 3 ] {d020d7af-0672-4adc-b2b9-511a75232ca3} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11072 | 2024.03.25 19:42:29.998482 [ 3 ] {d020d7af-0672-4adc-b2b9-511a75232ca3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 11073 | 2024.03.25 19:42:29.998806 [ 3 ] {d020d7af-0672-4adc-b2b9-511a75232ca3} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 11074 | 2024.03.25 19:42:29.999114 [ 3 ] {d020d7af-0672-4adc-b2b9-511a75232ca3} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11075 | 2024.03.25 19:42:29.999241 [ 3 ] {d020d7af-0672-4adc-b2b9-511a75232ca3} <Debug> executeQuery: Read 63 rows, 4.91 KiB in 0.001393 sec., 45226.13065326634 rows/sec., 3.44 MiB/sec. | ||
| 11076 | 2024.03.25 19:42:29.999384 [ 3 ] {d020d7af-0672-4adc-b2b9-511a75232ca3} <Debug> DynamicQueryHandler: Done processing query | ||
| 11077 | 2024.03.25 19:42:29.999419 [ 3 ] {d020d7af-0672-4adc-b2b9-511a75232ca3} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 11078 | 2024.03.25 19:42:29.999452 [ 3 ] {} <Debug> HTTP-Session: 8f7c0c89-0035-45b1-b940-f9e9ff697cf5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11079 | 2024.03.25 19:42:29.999593 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11080 | 2024.03.25 19:42:29.999644 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 11081 | 2024.03.25 19:42:29.999663 [ 3 ] {} <Debug> HTTP-Session: 4c4e084c-9490-4a70-b8bf-be6774e8d369 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 11082 | 2024.03.25 19:42:29.999679 [ 3 ] {} <Debug> HTTP-Session: 4c4e084c-9490-4a70-b8bf-be6774e8d369 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11083 | 2024.03.25 19:42:29.999694 [ 3 ] {} <Debug> HTTP-Session: 4c4e084c-9490-4a70-b8bf-be6774e8d369 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11084 | 2024.03.25 19:42:29.999725 [ 3 ] {} <Trace> HTTP-Session: 4c4e084c-9490-4a70-b8bf-be6774e8d369 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11085 | 2024.03.25 19:42:29.999791 [ 3 ] {2f6bc3ea-d064-48f1-a3a8-8f299f8c59a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 11086 | 2024.03.25 19:42:29.999834 [ 3 ] {2f6bc3ea-d064-48f1-a3a8-8f299f8c59a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11087 | 2024.03.25 19:42:29.999961 [ 3 ] {2f6bc3ea-d064-48f1-a3a8-8f299f8c59a5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11088 | 2024.03.25 19:42:30.000156 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 205.92 MiB, peak 212.53 MiB, free memory in arenas 0.00 B, will set to 204.78 MiB (RSS), difference: -1.14 MiB | ||
| 11089 | 2024.03.25 19:42:30.000565 [ 3 ] {2f6bc3ea-d064-48f1-a3a8-8f299f8c59a5} <Trace> oximeter.fields_u16 (c5488911-6586-43c0-ae3f-1262ae9a0dfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11090 | 2024.03.25 19:42:30.000632 [ 3 ] {2f6bc3ea-d064-48f1-a3a8-8f299f8c59a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 11091 | 2024.03.25 19:42:30.001065 [ 3 ] {2f6bc3ea-d064-48f1-a3a8-8f299f8c59a5} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 11092 | 2024.03.25 19:42:30.001374 [ 3 ] {2f6bc3ea-d064-48f1-a3a8-8f299f8c59a5} <Trace> oximeter.fields_u16 (c5488911-6586-43c0-ae3f-1262ae9a0dfa): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11093 | 2024.03.25 19:42:30.001510 [ 3 ] {2f6bc3ea-d064-48f1-a3a8-8f299f8c59a5} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001741 sec., 1148.7650775416428 rows/sec., 80.21 KiB/sec. | ||
| 11094 | 2024.03.25 19:42:30.001695 [ 3 ] {2f6bc3ea-d064-48f1-a3a8-8f299f8c59a5} <Debug> DynamicQueryHandler: Done processing query | ||
| 11095 | 2024.03.25 19:42:30.001737 [ 3 ] {2f6bc3ea-d064-48f1-a3a8-8f299f8c59a5} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 11096 | 2024.03.25 19:42:30.001760 [ 3 ] {} <Debug> HTTP-Session: 4c4e084c-9490-4a70-b8bf-be6774e8d369 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11097 | 2024.03.25 19:42:30.001885 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 9171, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11098 | 2024.03.25 19:42:30.001935 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 11099 | 2024.03.25 19:42:30.001953 [ 3 ] {} <Debug> HTTP-Session: c045c8b4-a278-49ed-b46f-5ccbf2d2c0ac Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 11100 | 2024.03.25 19:42:30.001969 [ 3 ] {} <Debug> HTTP-Session: c045c8b4-a278-49ed-b46f-5ccbf2d2c0ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11101 | 2024.03.25 19:42:30.001983 [ 3 ] {} <Debug> HTTP-Session: c045c8b4-a278-49ed-b46f-5ccbf2d2c0ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11102 | 2024.03.25 19:42:30.002014 [ 3 ] {} <Trace> HTTP-Session: c045c8b4-a278-49ed-b46f-5ccbf2d2c0ac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11103 | 2024.03.25 19:42:30.002096 [ 3 ] {2c97902c-3a8a-41d1-8890-73a18e31d1e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 11104 | 2024.03.25 19:42:30.002137 [ 3 ] {2c97902c-3a8a-41d1-8890-73a18e31d1e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11105 | 2024.03.25 19:42:30.002278 [ 3 ] {2c97902c-3a8a-41d1-8890-73a18e31d1e1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11106 | 2024.03.25 19:42:30.002585 [ 3 ] {2c97902c-3a8a-41d1-8890-73a18e31d1e1} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11107 | 2024.03.25 19:42:30.002624 [ 3 ] {2c97902c-3a8a-41d1-8890-73a18e31d1e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 11108 | 2024.03.25 19:42:30.002929 [ 3 ] {2c97902c-3a8a-41d1-8890-73a18e31d1e1} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 11109 | 2024.03.25 19:42:30.003236 [ 3 ] {2c97902c-3a8a-41d1-8890-73a18e31d1e1} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11110 | 2024.03.25 19:42:30.003389 [ 3 ] {2c97902c-3a8a-41d1-8890-73a18e31d1e1} <Debug> executeQuery: Read 54 rows, 4.30 KiB in 0.001322 sec., 40847.20121028744 rows/sec., 3.17 MiB/sec. | ||
| 11111 | 2024.03.25 19:42:30.003518 [ 3 ] {2c97902c-3a8a-41d1-8890-73a18e31d1e1} <Debug> DynamicQueryHandler: Done processing query | ||
| 11112 | 2024.03.25 19:42:30.003551 [ 3 ] {2c97902c-3a8a-41d1-8890-73a18e31d1e1} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 11113 | 2024.03.25 19:42:30.003585 [ 3 ] {} <Debug> HTTP-Session: c045c8b4-a278-49ed-b46f-5ccbf2d2c0ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11114 | 2024.03.25 19:42:30.003725 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 26285, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11115 | 2024.03.25 19:42:30.003776 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 11116 | 2024.03.25 19:42:30.003794 [ 3 ] {} <Debug> HTTP-Session: ea126ff3-5463-47e4-998a-c1aed1f6cd8c Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 11117 | 2024.03.25 19:42:30.003810 [ 3 ] {} <Debug> HTTP-Session: ea126ff3-5463-47e4-998a-c1aed1f6cd8c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11118 | 2024.03.25 19:42:30.003824 [ 3 ] {} <Debug> HTTP-Session: ea126ff3-5463-47e4-998a-c1aed1f6cd8c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11119 | 2024.03.25 19:42:30.003854 [ 3 ] {} <Trace> HTTP-Session: ea126ff3-5463-47e4-998a-c1aed1f6cd8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11120 | 2024.03.25 19:42:30.003962 [ 3 ] {a8d732f4-65b1-455e-b720-29a38925fffe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 11121 | 2024.03.25 19:42:30.004009 [ 3 ] {a8d732f4-65b1-455e-b720-29a38925fffe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11122 | 2024.03.25 19:42:30.004151 [ 3 ] {a8d732f4-65b1-455e-b720-29a38925fffe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11123 | 2024.03.25 19:42:30.004490 [ 3 ] {a8d732f4-65b1-455e-b720-29a38925fffe} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11124 | 2024.03.25 19:42:30.004528 [ 3 ] {a8d732f4-65b1-455e-b720-29a38925fffe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 11125 | 2024.03.25 19:42:30.004916 [ 3 ] {a8d732f4-65b1-455e-b720-29a38925fffe} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 11126 | 2024.03.25 19:42:30.005245 [ 3 ] {a8d732f4-65b1-455e-b720-29a38925fffe} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11127 | 2024.03.25 19:42:30.005397 [ 3 ] {a8d732f4-65b1-455e-b720-29a38925fffe} <Debug> executeQuery: Read 137 rows, 9.77 KiB in 0.001492 sec., 91823.05630026809 rows/sec., 6.40 MiB/sec. | ||
| 11128 | 2024.03.25 19:42:30.005574 [ 3 ] {a8d732f4-65b1-455e-b720-29a38925fffe} <Debug> DynamicQueryHandler: Done processing query | ||
| 11129 | 2024.03.25 19:42:30.005619 [ 3 ] {a8d732f4-65b1-455e-b720-29a38925fffe} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
| 11130 | 2024.03.25 19:42:30.005670 [ 3 ] {} <Debug> HTTP-Session: ea126ff3-5463-47e4-998a-c1aed1f6cd8c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11131 | 2024.03.25 19:42:30.005866 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11132 | 2024.03.25 19:42:30.005916 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 11133 | 2024.03.25 19:42:30.005935 [ 3 ] {} <Debug> HTTP-Session: 8489a1ab-cb44-42ef-9828-ea92a1dfc6fa Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 11134 | 2024.03.25 19:42:30.005952 [ 3 ] {} <Debug> HTTP-Session: 8489a1ab-cb44-42ef-9828-ea92a1dfc6fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11135 | 2024.03.25 19:42:30.005966 [ 3 ] {} <Debug> HTTP-Session: 8489a1ab-cb44-42ef-9828-ea92a1dfc6fa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11136 | 2024.03.25 19:42:30.005998 [ 3 ] {} <Trace> HTTP-Session: 8489a1ab-cb44-42ef-9828-ea92a1dfc6fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11137 | 2024.03.25 19:42:30.006075 [ 3 ] {e2dc0d55-c8e9-4c99-8f97-335cd382d803} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 11138 | 2024.03.25 19:42:30.006118 [ 3 ] {e2dc0d55-c8e9-4c99-8f97-335cd382d803} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11139 | 2024.03.25 19:42:30.006257 [ 3 ] {e2dc0d55-c8e9-4c99-8f97-335cd382d803} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11140 | 2024.03.25 19:42:30.006512 [ 3 ] {e2dc0d55-c8e9-4c99-8f97-335cd382d803} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11141 | 2024.03.25 19:42:30.006549 [ 3 ] {e2dc0d55-c8e9-4c99-8f97-335cd382d803} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 11142 | 2024.03.25 19:42:30.006901 [ 3 ] {e2dc0d55-c8e9-4c99-8f97-335cd382d803} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 11143 | 2024.03.25 19:42:30.007215 [ 3 ] {e2dc0d55-c8e9-4c99-8f97-335cd382d803} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11144 | 2024.03.25 19:42:30.007368 [ 3 ] {e2dc0d55-c8e9-4c99-8f97-335cd382d803} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001318 sec., 22761.760242792112 rows/sec., 1.56 MiB/sec. | ||
| 11145 | 2024.03.25 19:42:30.007475 [ 3 ] {e2dc0d55-c8e9-4c99-8f97-335cd382d803} <Debug> DynamicQueryHandler: Done processing query | ||
| 11146 | 2024.03.25 19:42:30.007498 [ 3 ] {e2dc0d55-c8e9-4c99-8f97-335cd382d803} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 11147 | 2024.03.25 19:42:30.007513 [ 3 ] {} <Debug> HTTP-Session: 8489a1ab-cb44-42ef-9828-ea92a1dfc6fa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11148 | 2024.03.25 19:42:34.996248 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 8371, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11149 | 2024.03.25 19:42:34.996380 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 11150 | 2024.03.25 19:42:34.996405 [ 3 ] {} <Debug> HTTP-Session: b4ce5a34-0f93-43f1-9a4d-9a120d5e91aa Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 11151 | 2024.03.25 19:42:34.996429 [ 3 ] {} <Debug> HTTP-Session: b4ce5a34-0f93-43f1-9a4d-9a120d5e91aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11152 | 2024.03.25 19:42:34.996444 [ 3 ] {} <Debug> HTTP-Session: b4ce5a34-0f93-43f1-9a4d-9a120d5e91aa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11153 | 2024.03.25 19:42:34.996493 [ 3 ] {} <Trace> HTTP-Session: b4ce5a34-0f93-43f1-9a4d-9a120d5e91aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11154 | 2024.03.25 19:42:34.996621 [ 3 ] {36d28fac-32f5-4ee8-bb3d-a2aeb55f8fda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 11155 | 2024.03.25 19:42:34.996685 [ 3 ] {36d28fac-32f5-4ee8-bb3d-a2aeb55f8fda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 11156 | 2024.03.25 19:42:34.996869 [ 3 ] {36d28fac-32f5-4ee8-bb3d-a2aeb55f8fda} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11157 | 2024.03.25 19:42:34.997295 [ 3 ] {36d28fac-32f5-4ee8-bb3d-a2aeb55f8fda} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11158 | 2024.03.25 19:42:34.997359 [ 3 ] {36d28fac-32f5-4ee8-bb3d-a2aeb55f8fda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 11159 | 2024.03.25 19:42:34.997804 [ 3 ] {36d28fac-32f5-4ee8-bb3d-a2aeb55f8fda} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 11160 | 2024.03.25 19:42:34.998184 [ 3 ] {36d28fac-32f5-4ee8-bb3d-a2aeb55f8fda} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11161 | 2024.03.25 19:42:34.998366 [ 3 ] {36d28fac-32f5-4ee8-bb3d-a2aeb55f8fda} <Debug> executeQuery: Read 58 rows, 4.70 KiB in 0.001801 sec., 32204.330927262632 rows/sec., 2.55 MiB/sec. | ||
| 11162 | 2024.03.25 19:42:34.998375 [ 113 ] {} <Debug> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108) (MergerMutator): Selected 5 parts from all_1_40_9 to all_44_44_0 | ||
| 11163 | 2024.03.25 19:42:34.998491 [ 113 ] {} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11164 | 2024.03.25 19:42:34.998537 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 11165 | 2024.03.25 19:42:34.998577 [ 3 ] {36d28fac-32f5-4ee8-bb3d-a2aeb55f8fda} <Debug> DynamicQueryHandler: Done processing query | ||
| 11166 | 2024.03.25 19:42:34.998627 [ 3 ] {36d28fac-32f5-4ee8-bb3d-a2aeb55f8fda} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 11167 | 2024.03.25 19:42:34.998654 [ 3 ] {} <Debug> HTTP-Session: b4ce5a34-0f93-43f1-9a4d-9a120d5e91aa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11168 | 2024.03.25 19:42:34.998693 [ 200 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_44_10} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_40_9 to all_44_44_0 into Compact with storage Full | ||
| 11169 | 2024.03.25 19:42:34.998821 [ 200 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_44_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11170 | 2024.03.25 19:42:34.998863 [ 200 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_44_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_40_9, total 58 rows starting from the beginning of the part | ||
| 11171 | 2024.03.25 19:42:34.998863 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 31316, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11172 | 2024.03.25 19:42:34.998951 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 11173 | 2024.03.25 19:42:34.998968 [ 200 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_44_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 58 rows starting from the beginning of the part | ||
| 11174 | 2024.03.25 19:42:34.998994 [ 3 ] {} <Debug> HTTP-Session: 0f896308-f37e-4619-99b0-983d457f5064 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 11175 | 2024.03.25 19:42:34.999064 [ 3 ] {} <Debug> HTTP-Session: 0f896308-f37e-4619-99b0-983d457f5064 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11176 | 2024.03.25 19:42:34.999145 [ 3 ] {} <Debug> HTTP-Session: 0f896308-f37e-4619-99b0-983d457f5064 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11177 | 2024.03.25 19:42:34.999364 [ 200 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_44_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 58 rows starting from the beginning of the part | ||
| 11178 | 2024.03.25 19:42:34.999372 [ 3 ] {} <Trace> HTTP-Session: 0f896308-f37e-4619-99b0-983d457f5064 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11179 | 2024.03.25 19:42:34.999587 [ 200 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_44_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 58 rows starting from the beginning of the part | ||
| 11180 | 2024.03.25 19:42:34.999758 [ 3 ] {3617a8e7-b471-4e72-b3cf-2d7e4290e113} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 11181 | 2024.03.25 19:42:34.999946 [ 200 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_44_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 58 rows starting from the beginning of the part | ||
| 11182 | 2024.03.25 19:42:34.999977 [ 3 ] {3617a8e7-b471-4e72-b3cf-2d7e4290e113} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11183 | 2024.03.25 19:42:35.000258 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 205.85 MiB, peak 212.53 MiB, free memory in arenas 0.00 B, will set to 204.78 MiB (RSS), difference: -1.07 MiB | ||
| 11184 | 2024.03.25 19:42:35.001291 [ 3 ] {3617a8e7-b471-4e72-b3cf-2d7e4290e113} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11185 | 2024.03.25 19:42:35.002078 [ 3 ] {3617a8e7-b471-4e72-b3cf-2d7e4290e113} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11186 | 2024.03.25 19:42:35.002132 [ 3 ] {3617a8e7-b471-4e72-b3cf-2d7e4290e113} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 11187 | 2024.03.25 19:42:35.002312 [ 200 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_44_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 290 rows, containing 4 columns (4 merged, 0 gathered) in 0.003694591 sec., 78493.12684408098 rows/sec., 6.21 MiB/sec. | ||
| 11188 | 2024.03.25 19:42:35.002430 [ 200 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_44_10} <Trace> MergedBlockOutputStream: filled checksums all_1_44_10 (state Temporary) | ||
| 11189 | 2024.03.25 19:42:35.002614 [ 3 ] {3617a8e7-b471-4e72-b3cf-2d7e4290e113} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 11190 | 2024.03.25 19:42:35.002878 [ 200 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_44_10} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Renaming temporary part tmp_merge_all_1_44_10 to all_1_44_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11191 | 2024.03.25 19:42:35.002977 [ 200 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_44_10} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108) (MergerMutator): Merged 5 parts: [all_1_40_9, all_44_44_0] -> all_1_44_10 | ||
| 11192 | 2024.03.25 19:42:35.003065 [ 3 ] {3617a8e7-b471-4e72-b3cf-2d7e4290e113} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11193 | 2024.03.25 19:42:35.003073 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 11194 | 2024.03.25 19:42:35.003228 [ 3 ] {3617a8e7-b471-4e72-b3cf-2d7e4290e113} <Debug> executeQuery: Read 200 rows, 19.11 KiB in 0.003674 sec., 54436.58138268916 rows/sec., 5.08 MiB/sec. | ||
| 11195 | 2024.03.25 19:42:35.003369 [ 3 ] {3617a8e7-b471-4e72-b3cf-2d7e4290e113} <Debug> DynamicQueryHandler: Done processing query | ||
| 11196 | 2024.03.25 19:42:35.003401 [ 3 ] {3617a8e7-b471-4e72-b3cf-2d7e4290e113} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 11197 | 2024.03.25 19:42:35.003425 [ 3 ] {} <Debug> HTTP-Session: 0f896308-f37e-4619-99b0-983d457f5064 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11198 | 2024.03.25 19:42:35.003597 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 14620, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11199 | 2024.03.25 19:42:35.003648 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 11200 | 2024.03.25 19:42:35.003667 [ 3 ] {} <Debug> HTTP-Session: 4e20e17e-691d-4e1e-bc5a-98afc5feda2b Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 11201 | 2024.03.25 19:42:35.003684 [ 3 ] {} <Debug> HTTP-Session: 4e20e17e-691d-4e1e-bc5a-98afc5feda2b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11202 | 2024.03.25 19:42:35.003698 [ 3 ] {} <Debug> HTTP-Session: 4e20e17e-691d-4e1e-bc5a-98afc5feda2b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11203 | 2024.03.25 19:42:35.003732 [ 3 ] {} <Trace> HTTP-Session: 4e20e17e-691d-4e1e-bc5a-98afc5feda2b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11204 | 2024.03.25 19:42:35.003828 [ 3 ] {21c4a9dc-6d96-4e55-8f76-d0c8a66fc909} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 11205 | 2024.03.25 19:42:35.003872 [ 3 ] {21c4a9dc-6d96-4e55-8f76-d0c8a66fc909} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11206 | 2024.03.25 19:42:35.004002 [ 3 ] {21c4a9dc-6d96-4e55-8f76-d0c8a66fc909} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11207 | 2024.03.25 19:42:35.004309 [ 3 ] {21c4a9dc-6d96-4e55-8f76-d0c8a66fc909} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11208 | 2024.03.25 19:42:35.004350 [ 3 ] {21c4a9dc-6d96-4e55-8f76-d0c8a66fc909} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 11209 | 2024.03.25 19:42:35.004661 [ 3 ] {21c4a9dc-6d96-4e55-8f76-d0c8a66fc909} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 11210 | 2024.03.25 19:42:35.004967 [ 3 ] {21c4a9dc-6d96-4e55-8f76-d0c8a66fc909} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11211 | 2024.03.25 19:42:35.005125 [ 3 ] {21c4a9dc-6d96-4e55-8f76-d0c8a66fc909} <Debug> executeQuery: Read 86 rows, 6.88 KiB in 0.001344 sec., 63988.095238095244 rows/sec., 5.00 MiB/sec. | ||
| 11212 | 2024.03.25 19:42:35.005244 [ 3 ] {21c4a9dc-6d96-4e55-8f76-d0c8a66fc909} <Debug> DynamicQueryHandler: Done processing query | ||
| 11213 | 2024.03.25 19:42:35.005268 [ 3 ] {21c4a9dc-6d96-4e55-8f76-d0c8a66fc909} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 11214 | 2024.03.25 19:42:35.005284 [ 3 ] {} <Debug> HTTP-Session: 4e20e17e-691d-4e1e-bc5a-98afc5feda2b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11215 | 2024.03.25 19:42:35.005434 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 19137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11216 | 2024.03.25 19:42:35.005484 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 11217 | 2024.03.25 19:42:35.005502 [ 3 ] {} <Debug> HTTP-Session: 86f98104-c0d2-461c-ab41-56b2fc1979bc Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 11218 | 2024.03.25 19:42:35.005520 [ 3 ] {} <Debug> HTTP-Session: 86f98104-c0d2-461c-ab41-56b2fc1979bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11219 | 2024.03.25 19:42:35.005534 [ 3 ] {} <Debug> HTTP-Session: 86f98104-c0d2-461c-ab41-56b2fc1979bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11220 | 2024.03.25 19:42:35.005566 [ 3 ] {} <Trace> HTTP-Session: 86f98104-c0d2-461c-ab41-56b2fc1979bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11221 | 2024.03.25 19:42:35.005669 [ 3 ] {8cbc0619-03ed-4c8f-abb5-34aa8ffac3a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 11222 | 2024.03.25 19:42:35.005716 [ 3 ] {8cbc0619-03ed-4c8f-abb5-34aa8ffac3a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11223 | 2024.03.25 19:42:35.005863 [ 3 ] {8cbc0619-03ed-4c8f-abb5-34aa8ffac3a8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11224 | 2024.03.25 19:42:35.006172 [ 3 ] {8cbc0619-03ed-4c8f-abb5-34aa8ffac3a8} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11225 | 2024.03.25 19:42:35.006211 [ 3 ] {8cbc0619-03ed-4c8f-abb5-34aa8ffac3a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 11226 | 2024.03.25 19:42:35.006596 [ 3 ] {8cbc0619-03ed-4c8f-abb5-34aa8ffac3a8} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 11227 | 2024.03.25 19:42:35.006931 [ 3 ] {8cbc0619-03ed-4c8f-abb5-34aa8ffac3a8} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11228 | 2024.03.25 19:42:35.007079 [ 3 ] {8cbc0619-03ed-4c8f-abb5-34aa8ffac3a8} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001464 sec., 68306.01092896175 rows/sec., 4.74 MiB/sec. | ||
| 11229 | 2024.03.25 19:42:35.007256 [ 3 ] {8cbc0619-03ed-4c8f-abb5-34aa8ffac3a8} <Debug> DynamicQueryHandler: Done processing query | ||
| 11230 | 2024.03.25 19:42:35.007291 [ 3 ] {8cbc0619-03ed-4c8f-abb5-34aa8ffac3a8} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
| 11231 | 2024.03.25 19:42:35.007307 [ 3 ] {} <Debug> HTTP-Session: 86f98104-c0d2-461c-ab41-56b2fc1979bc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11232 | 2024.03.25 19:42:35.007524 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 62053, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11233 | 2024.03.25 19:42:35.007604 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 11234 | 2024.03.25 19:42:35.007623 [ 3 ] {} <Debug> HTTP-Session: a43192e2-ed77-4e0d-bb49-d64f0b083e8e Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 11235 | 2024.03.25 19:42:35.007640 [ 3 ] {} <Debug> HTTP-Session: a43192e2-ed77-4e0d-bb49-d64f0b083e8e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11236 | 2024.03.25 19:42:35.007654 [ 3 ] {} <Debug> HTTP-Session: a43192e2-ed77-4e0d-bb49-d64f0b083e8e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11237 | 2024.03.25 19:42:35.007686 [ 3 ] {} <Trace> HTTP-Session: a43192e2-ed77-4e0d-bb49-d64f0b083e8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11238 | 2024.03.25 19:42:35.008049 [ 3 ] {2391e03f-4e76-4f35-a2f1-eb4504625c8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 11239 | 2024.03.25 19:42:35.008100 [ 3 ] {2391e03f-4e76-4f35-a2f1-eb4504625c8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 11240 | 2024.03.25 19:42:35.008276 [ 3 ] {2391e03f-4e76-4f35-a2f1-eb4504625c8c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11241 | 2024.03.25 19:42:35.008860 [ 3 ] {2391e03f-4e76-4f35-a2f1-eb4504625c8c} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11242 | 2024.03.25 19:42:35.008897 [ 3 ] {2391e03f-4e76-4f35-a2f1-eb4504625c8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 11243 | 2024.03.25 19:42:35.009316 [ 3 ] {2391e03f-4e76-4f35-a2f1-eb4504625c8c} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 11244 | 2024.03.25 19:42:35.009663 [ 3 ] {2391e03f-4e76-4f35-a2f1-eb4504625c8c} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11245 | 2024.03.25 19:42:35.009828 [ 3 ] {2391e03f-4e76-4f35-a2f1-eb4504625c8c} <Debug> executeQuery: Read 58 rows, 80.15 KiB in 0.00208 sec., 27884.615384615387 rows/sec., 37.63 MiB/sec. | ||
| 11246 | 2024.03.25 19:42:35.010106 [ 3 ] {2391e03f-4e76-4f35-a2f1-eb4504625c8c} <Debug> DynamicQueryHandler: Done processing query | ||
| 11247 | 2024.03.25 19:42:35.010187 [ 3 ] {2391e03f-4e76-4f35-a2f1-eb4504625c8c} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 11248 | 2024.03.25 19:42:35.010237 [ 3 ] {} <Debug> HTTP-Session: a43192e2-ed77-4e0d-bb49-d64f0b083e8e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11249 | 2024.03.25 19:42:35.010400 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11250 | 2024.03.25 19:42:35.010458 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 11251 | 2024.03.25 19:42:35.010482 [ 3 ] {} <Debug> HTTP-Session: 54201a79-ad9c-4cb8-935b-4d1e57870c2e Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 11252 | 2024.03.25 19:42:35.010503 [ 3 ] {} <Debug> HTTP-Session: 54201a79-ad9c-4cb8-935b-4d1e57870c2e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11253 | 2024.03.25 19:42:35.010520 [ 3 ] {} <Debug> HTTP-Session: 54201a79-ad9c-4cb8-935b-4d1e57870c2e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11254 | 2024.03.25 19:42:35.010559 [ 3 ] {} <Trace> HTTP-Session: 54201a79-ad9c-4cb8-935b-4d1e57870c2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11255 | 2024.03.25 19:42:35.010651 [ 3 ] {40351c2a-54d1-4f35-bdf6-1841840d4baf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 11256 | 2024.03.25 19:42:35.010705 [ 3 ] {40351c2a-54d1-4f35-bdf6-1841840d4baf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11257 | 2024.03.25 19:42:35.010877 [ 3 ] {40351c2a-54d1-4f35-bdf6-1841840d4baf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11258 | 2024.03.25 19:42:35.011180 [ 3 ] {40351c2a-54d1-4f35-bdf6-1841840d4baf} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11259 | 2024.03.25 19:42:35.011220 [ 3 ] {40351c2a-54d1-4f35-bdf6-1841840d4baf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 11260 | 2024.03.25 19:42:35.011590 [ 3 ] {40351c2a-54d1-4f35-bdf6-1841840d4baf} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 11261 | 2024.03.25 19:42:35.011910 [ 3 ] {40351c2a-54d1-4f35-bdf6-1841840d4baf} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11262 | 2024.03.25 19:42:35.012057 [ 3 ] {40351c2a-54d1-4f35-bdf6-1841840d4baf} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001445 sec., 20761.245674740483 rows/sec., 1.42 MiB/sec. | ||
| 11263 | 2024.03.25 19:42:35.012171 [ 3 ] {40351c2a-54d1-4f35-bdf6-1841840d4baf} <Debug> DynamicQueryHandler: Done processing query | ||
| 11264 | 2024.03.25 19:42:35.012195 [ 3 ] {40351c2a-54d1-4f35-bdf6-1841840d4baf} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 11265 | 2024.03.25 19:42:35.012212 [ 3 ] {} <Debug> HTTP-Session: 54201a79-ad9c-4cb8-935b-4d1e57870c2e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11266 | 2024.03.25 19:42:36.614700 [ 112 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 11267 | 2024.03.25 19:42:36.614751 [ 112 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 11268 | 2024.03.25 19:42:39.994120 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 3629, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11269 | 2024.03.25 19:42:39.994256 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 11270 | 2024.03.25 19:42:39.994285 [ 3 ] {} <Debug> HTTP-Session: 93ed9425-8a32-4961-832b-c1369f8ed65f Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 11271 | 2024.03.25 19:42:39.994314 [ 3 ] {} <Debug> HTTP-Session: 93ed9425-8a32-4961-832b-c1369f8ed65f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11272 | 2024.03.25 19:42:39.994332 [ 3 ] {} <Debug> HTTP-Session: 93ed9425-8a32-4961-832b-c1369f8ed65f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11273 | 2024.03.25 19:42:39.994389 [ 3 ] {} <Trace> HTTP-Session: 93ed9425-8a32-4961-832b-c1369f8ed65f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11274 | 2024.03.25 19:42:39.994524 [ 3 ] {28624f54-ab51-4b1d-8acb-1c028904101b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 11275 | 2024.03.25 19:42:39.994597 [ 3 ] {28624f54-ab51-4b1d-8acb-1c028904101b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11276 | 2024.03.25 19:42:39.994813 [ 3 ] {28624f54-ab51-4b1d-8acb-1c028904101b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11277 | 2024.03.25 19:42:39.995294 [ 3 ] {28624f54-ab51-4b1d-8acb-1c028904101b} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11278 | 2024.03.25 19:42:39.995341 [ 3 ] {28624f54-ab51-4b1d-8acb-1c028904101b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 11279 | 2024.03.25 19:42:39.995736 [ 3 ] {28624f54-ab51-4b1d-8acb-1c028904101b} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 11280 | 2024.03.25 19:42:39.996070 [ 3 ] {28624f54-ab51-4b1d-8acb-1c028904101b} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11281 | 2024.03.25 19:42:39.996238 [ 3 ] {28624f54-ab51-4b1d-8acb-1c028904101b} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.001775 sec., 14647.887323943662 rows/sec., 1.10 MiB/sec. | ||
| 11282 | 2024.03.25 19:42:39.996408 [ 3 ] {28624f54-ab51-4b1d-8acb-1c028904101b} <Debug> DynamicQueryHandler: Done processing query | ||
| 11283 | 2024.03.25 19:42:39.996438 [ 3 ] {28624f54-ab51-4b1d-8acb-1c028904101b} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 11284 | 2024.03.25 19:42:39.996468 [ 3 ] {} <Debug> HTTP-Session: 93ed9425-8a32-4961-832b-c1369f8ed65f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11285 | 2024.03.25 19:42:39.996660 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4792, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11286 | 2024.03.25 19:42:39.996713 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 11287 | 2024.03.25 19:42:39.996732 [ 3 ] {} <Debug> HTTP-Session: 0e7d2a9d-e3d8-4812-a85c-41b01f9bb2e6 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 11288 | 2024.03.25 19:42:39.996752 [ 3 ] {} <Debug> HTTP-Session: 0e7d2a9d-e3d8-4812-a85c-41b01f9bb2e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11289 | 2024.03.25 19:42:39.996765 [ 3 ] {} <Debug> HTTP-Session: 0e7d2a9d-e3d8-4812-a85c-41b01f9bb2e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11290 | 2024.03.25 19:42:39.996801 [ 3 ] {} <Trace> HTTP-Session: 0e7d2a9d-e3d8-4812-a85c-41b01f9bb2e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11291 | 2024.03.25 19:42:39.996884 [ 3 ] {dfbe67fd-40ef-48ee-9d5d-a43ae2a95775} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 11292 | 2024.03.25 19:42:39.996928 [ 3 ] {dfbe67fd-40ef-48ee-9d5d-a43ae2a95775} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11293 | 2024.03.25 19:42:39.997062 [ 3 ] {dfbe67fd-40ef-48ee-9d5d-a43ae2a95775} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11294 | 2024.03.25 19:42:39.997373 [ 3 ] {dfbe67fd-40ef-48ee-9d5d-a43ae2a95775} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11295 | 2024.03.25 19:42:39.997411 [ 3 ] {dfbe67fd-40ef-48ee-9d5d-a43ae2a95775} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 11296 | 2024.03.25 19:42:39.997727 [ 3 ] {dfbe67fd-40ef-48ee-9d5d-a43ae2a95775} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 11297 | 2024.03.25 19:42:39.998088 [ 3 ] {dfbe67fd-40ef-48ee-9d5d-a43ae2a95775} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11298 | 2024.03.25 19:42:39.998246 [ 3 ] {dfbe67fd-40ef-48ee-9d5d-a43ae2a95775} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001392 sec., 20114.94252873563 rows/sec., 1.57 MiB/sec. | ||
| 11299 | 2024.03.25 19:42:39.998367 [ 3 ] {dfbe67fd-40ef-48ee-9d5d-a43ae2a95775} <Debug> DynamicQueryHandler: Done processing query | ||
| 11300 | 2024.03.25 19:42:39.998390 [ 3 ] {dfbe67fd-40ef-48ee-9d5d-a43ae2a95775} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 11301 | 2024.03.25 19:42:39.998406 [ 3 ] {} <Debug> HTTP-Session: 0e7d2a9d-e3d8-4812-a85c-41b01f9bb2e6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11302 | 2024.03.25 19:42:39.998547 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 19137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11303 | 2024.03.25 19:42:39.998595 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 11304 | 2024.03.25 19:42:39.998614 [ 3 ] {} <Debug> HTTP-Session: 5b8ce403-d61f-4a7c-a083-78ee04d8d466 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 11305 | 2024.03.25 19:42:39.998632 [ 3 ] {} <Debug> HTTP-Session: 5b8ce403-d61f-4a7c-a083-78ee04d8d466 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11306 | 2024.03.25 19:42:39.998647 [ 3 ] {} <Debug> HTTP-Session: 5b8ce403-d61f-4a7c-a083-78ee04d8d466 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11307 | 2024.03.25 19:42:39.998679 [ 3 ] {} <Trace> HTTP-Session: 5b8ce403-d61f-4a7c-a083-78ee04d8d466 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11308 | 2024.03.25 19:42:39.998786 [ 3 ] {68490e4e-7b6a-48da-beaa-fe2a36a3768f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 11309 | 2024.03.25 19:42:39.998833 [ 3 ] {68490e4e-7b6a-48da-beaa-fe2a36a3768f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11310 | 2024.03.25 19:42:39.998976 [ 3 ] {68490e4e-7b6a-48da-beaa-fe2a36a3768f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11311 | 2024.03.25 19:42:39.999340 [ 3 ] {68490e4e-7b6a-48da-beaa-fe2a36a3768f} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11312 | 2024.03.25 19:42:39.999380 [ 3 ] {68490e4e-7b6a-48da-beaa-fe2a36a3768f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 11313 | 2024.03.25 19:42:39.999771 [ 3 ] {68490e4e-7b6a-48da-beaa-fe2a36a3768f} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 11314 | 2024.03.25 19:42:40.000160 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 210.25 MiB, peak 212.53 MiB, free memory in arenas 0.00 B, will set to 204.78 MiB (RSS), difference: -5.47 MiB | ||
| 11315 | 2024.03.25 19:42:40.000242 [ 3 ] {68490e4e-7b6a-48da-beaa-fe2a36a3768f} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11316 | 2024.03.25 19:42:40.000564 [ 3 ] {68490e4e-7b6a-48da-beaa-fe2a36a3768f} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.00182 sec., 54945.054945054944 rows/sec., 3.81 MiB/sec. | ||
| 11317 | 2024.03.25 19:42:40.000798 [ 3 ] {68490e4e-7b6a-48da-beaa-fe2a36a3768f} <Debug> DynamicQueryHandler: Done processing query | ||
| 11318 | 2024.03.25 19:42:40.000822 [ 3 ] {68490e4e-7b6a-48da-beaa-fe2a36a3768f} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
| 11319 | 2024.03.25 19:42:40.000839 [ 3 ] {} <Debug> HTTP-Session: 5b8ce403-d61f-4a7c-a083-78ee04d8d466 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11320 | 2024.03.25 19:42:40.000978 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11321 | 2024.03.25 19:42:40.001027 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 11322 | 2024.03.25 19:42:40.001045 [ 3 ] {} <Debug> HTTP-Session: a3d1bef4-2aca-49fc-9f0e-6f95e2f878a4 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 11323 | 2024.03.25 19:42:40.001063 [ 3 ] {} <Debug> HTTP-Session: a3d1bef4-2aca-49fc-9f0e-6f95e2f878a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11324 | 2024.03.25 19:42:40.001078 [ 3 ] {} <Debug> HTTP-Session: a3d1bef4-2aca-49fc-9f0e-6f95e2f878a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11325 | 2024.03.25 19:42:40.001110 [ 3 ] {} <Trace> HTTP-Session: a3d1bef4-2aca-49fc-9f0e-6f95e2f878a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11326 | 2024.03.25 19:42:40.001194 [ 3 ] {211631c9-5cce-42e8-acc0-c16440bfff71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 11327 | 2024.03.25 19:42:40.001239 [ 3 ] {211631c9-5cce-42e8-acc0-c16440bfff71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11328 | 2024.03.25 19:42:40.001383 [ 3 ] {211631c9-5cce-42e8-acc0-c16440bfff71} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11329 | 2024.03.25 19:42:40.001655 [ 3 ] {211631c9-5cce-42e8-acc0-c16440bfff71} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11330 | 2024.03.25 19:42:40.001693 [ 3 ] {211631c9-5cce-42e8-acc0-c16440bfff71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 11331 | 2024.03.25 19:42:40.002061 [ 3 ] {211631c9-5cce-42e8-acc0-c16440bfff71} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 11332 | 2024.03.25 19:42:40.002388 [ 3 ] {211631c9-5cce-42e8-acc0-c16440bfff71} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11333 | 2024.03.25 19:42:40.002542 [ 3 ] {211631c9-5cce-42e8-acc0-c16440bfff71} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.00138 sec., 21739.130434782608 rows/sec., 1.49 MiB/sec. | ||
| 11334 | 2024.03.25 19:42:40.002655 [ 3 ] {211631c9-5cce-42e8-acc0-c16440bfff71} <Debug> DynamicQueryHandler: Done processing query | ||
| 11335 | 2024.03.25 19:42:40.002679 [ 3 ] {211631c9-5cce-42e8-acc0-c16440bfff71} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 11336 | 2024.03.25 19:42:40.002694 [ 3 ] {} <Debug> HTTP-Session: a3d1bef4-2aca-49fc-9f0e-6f95e2f878a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11337 | 2024.03.25 19:42:41.000187 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 199.56 MiB, peak 212.53 MiB, free memory in arenas 0.00 B, will set to 204.78 MiB (RSS), difference: 5.21 MiB | ||
| 11338 | 2024.03.25 19:42:44.996774 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 8371, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11339 | 2024.03.25 19:42:44.996962 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 11340 | 2024.03.25 19:42:44.997007 [ 3 ] {} <Debug> HTTP-Session: c9354d20-a39c-4fb3-92df-c94c14c93a00 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 11341 | 2024.03.25 19:42:44.997047 [ 3 ] {} <Debug> HTTP-Session: c9354d20-a39c-4fb3-92df-c94c14c93a00 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11342 | 2024.03.25 19:42:44.997077 [ 3 ] {} <Debug> HTTP-Session: c9354d20-a39c-4fb3-92df-c94c14c93a00 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11343 | 2024.03.25 19:42:44.997157 [ 3 ] {} <Trace> HTTP-Session: c9354d20-a39c-4fb3-92df-c94c14c93a00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11344 | 2024.03.25 19:42:44.997364 [ 3 ] {1f679200-ebd4-4351-b1b7-637074e9a26a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 11345 | 2024.03.25 19:42:44.997472 [ 3 ] {1f679200-ebd4-4351-b1b7-637074e9a26a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 11346 | 2024.03.25 19:42:44.997729 [ 3 ] {1f679200-ebd4-4351-b1b7-637074e9a26a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11347 | 2024.03.25 19:42:44.998186 [ 3 ] {1f679200-ebd4-4351-b1b7-637074e9a26a} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11348 | 2024.03.25 19:42:44.998233 [ 3 ] {1f679200-ebd4-4351-b1b7-637074e9a26a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 11349 | 2024.03.25 19:42:44.998615 [ 3 ] {1f679200-ebd4-4351-b1b7-637074e9a26a} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 11350 | 2024.03.25 19:42:44.998951 [ 3 ] {1f679200-ebd4-4351-b1b7-637074e9a26a} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11351 | 2024.03.25 19:42:44.999113 [ 3 ] {1f679200-ebd4-4351-b1b7-637074e9a26a} <Debug> executeQuery: Read 58 rows, 4.70 KiB in 0.001853 sec., 31300.59363194819 rows/sec., 2.48 MiB/sec. | ||
| 11352 | 2024.03.25 19:42:44.999353 [ 3 ] {1f679200-ebd4-4351-b1b7-637074e9a26a} <Debug> DynamicQueryHandler: Done processing query | ||
| 11353 | 2024.03.25 19:42:44.999409 [ 3 ] {1f679200-ebd4-4351-b1b7-637074e9a26a} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 11354 | 2024.03.25 19:42:44.999469 [ 3 ] {} <Debug> HTTP-Session: c9354d20-a39c-4fb3-92df-c94c14c93a00 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11355 | 2024.03.25 19:42:44.999669 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 31316, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11356 | 2024.03.25 19:42:44.999727 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 11357 | 2024.03.25 19:42:44.999747 [ 3 ] {} <Debug> HTTP-Session: 41b4a2ed-5bdf-41ea-8ab9-4c4c232cc007 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 11358 | 2024.03.25 19:42:44.999767 [ 3 ] {} <Debug> HTTP-Session: 41b4a2ed-5bdf-41ea-8ab9-4c4c232cc007 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11359 | 2024.03.25 19:42:44.999780 [ 3 ] {} <Debug> HTTP-Session: 41b4a2ed-5bdf-41ea-8ab9-4c4c232cc007 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11360 | 2024.03.25 19:42:44.999817 [ 3 ] {} <Trace> HTTP-Session: 41b4a2ed-5bdf-41ea-8ab9-4c4c232cc007 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11361 | 2024.03.25 19:42:44.999947 [ 3 ] {0ee877a8-df0b-4a50-b31c-768ea440096d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 11362 | 2024.03.25 19:42:44.999994 [ 3 ] {0ee877a8-df0b-4a50-b31c-768ea440096d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11363 | 2024.03.25 19:42:45.000151 [ 3 ] {0ee877a8-df0b-4a50-b31c-768ea440096d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11364 | 2024.03.25 19:42:45.000227 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 205.85 MiB, peak 212.53 MiB, free memory in arenas 0.00 B, will set to 204.78 MiB (RSS), difference: -1.07 MiB | ||
| 11365 | 2024.03.25 19:42:45.000972 [ 3 ] {0ee877a8-df0b-4a50-b31c-768ea440096d} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11366 | 2024.03.25 19:42:45.001015 [ 3 ] {0ee877a8-df0b-4a50-b31c-768ea440096d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 11367 | 2024.03.25 19:42:45.001345 [ 3 ] {0ee877a8-df0b-4a50-b31c-768ea440096d} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 11368 | 2024.03.25 19:42:45.001648 [ 3 ] {0ee877a8-df0b-4a50-b31c-768ea440096d} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11369 | 2024.03.25 19:42:45.001801 [ 3 ] {0ee877a8-df0b-4a50-b31c-768ea440096d} <Debug> executeQuery: Read 200 rows, 19.11 KiB in 0.001928 sec., 103734.43983402489 rows/sec., 9.68 MiB/sec. | ||
| 11370 | 2024.03.25 19:42:45.001825 [ 106 ] {} <Debug> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 11371 | 2024.03.25 19:42:45.001926 [ 106 ] {} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11372 | 2024.03.25 19:42:45.001954 [ 3 ] {0ee877a8-df0b-4a50-b31c-768ea440096d} <Debug> DynamicQueryHandler: Done processing query | ||
| 11373 | 2024.03.25 19:42:45.001987 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 11374 | 2024.03.25 19:42:45.001993 [ 3 ] {0ee877a8-df0b-4a50-b31c-768ea440096d} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 11375 | 2024.03.25 19:42:45.002039 [ 3 ] {} <Debug> HTTP-Session: 41b4a2ed-5bdf-41ea-8ab9-4c4c232cc007 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11376 | 2024.03.25 19:42:45.002187 [ 196 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
| 11377 | 2024.03.25 19:42:45.002315 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 14620, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11378 | 2024.03.25 19:42:45.002361 [ 196 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11379 | 2024.03.25 19:42:45.002373 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 11380 | 2024.03.25 19:42:45.002405 [ 3 ] {} <Debug> HTTP-Session: fce81cbe-2441-4ddf-b7fd-6d9152517627 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 11381 | 2024.03.25 19:42:45.002410 [ 196 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 241 rows starting from the beginning of the part | ||
| 11382 | 2024.03.25 19:42:45.002425 [ 3 ] {} <Debug> HTTP-Session: fce81cbe-2441-4ddf-b7fd-6d9152517627 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11383 | 2024.03.25 19:42:45.002448 [ 3 ] {} <Debug> HTTP-Session: fce81cbe-2441-4ddf-b7fd-6d9152517627 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11384 | 2024.03.25 19:42:45.002503 [ 3 ] {} <Trace> HTTP-Session: fce81cbe-2441-4ddf-b7fd-6d9152517627 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11385 | 2024.03.25 19:42:45.002512 [ 196 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 200 rows starting from the beginning of the part | ||
| 11386 | 2024.03.25 19:42:45.002803 [ 196 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 63 rows starting from the beginning of the part | ||
| 11387 | 2024.03.25 19:42:45.002837 [ 3 ] {51eb1c15-3adb-4e50-9f39-f1b337715870} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 11388 | 2024.03.25 19:42:45.003072 [ 3 ] {51eb1c15-3adb-4e50-9f39-f1b337715870} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11389 | 2024.03.25 19:42:45.003182 [ 196 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 200 rows starting from the beginning of the part | ||
| 11390 | 2024.03.25 19:42:45.003573 [ 196 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 26 rows starting from the beginning of the part | ||
| 11391 | 2024.03.25 19:42:45.003908 [ 196 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 200 rows starting from the beginning of the part | ||
| 11392 | 2024.03.25 19:42:45.004397 [ 3 ] {51eb1c15-3adb-4e50-9f39-f1b337715870} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11393 | 2024.03.25 19:42:45.004911 [ 3 ] {51eb1c15-3adb-4e50-9f39-f1b337715870} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11394 | 2024.03.25 19:42:45.004977 [ 3 ] {51eb1c15-3adb-4e50-9f39-f1b337715870} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 11395 | 2024.03.25 19:42:45.005468 [ 3 ] {51eb1c15-3adb-4e50-9f39-f1b337715870} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 11396 | 2024.03.25 19:42:45.005919 [ 201 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 930 rows, containing 4 columns (4 merged, 0 gathered) in 0.003810154 sec., 244084.6223013558 rows/sec., 22.20 MiB/sec. | ||
| 11397 | 2024.03.25 19:42:45.006068 [ 3 ] {51eb1c15-3adb-4e50-9f39-f1b337715870} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11398 | 2024.03.25 19:42:45.006242 [ 201 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 11399 | 2024.03.25 19:42:45.006316 [ 106 ] {} <Debug> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 11400 | 2024.03.25 19:42:45.006366 [ 3 ] {51eb1c15-3adb-4e50-9f39-f1b337715870} <Debug> executeQuery: Read 86 rows, 6.88 KiB in 0.003725 sec., 23087.24832214765 rows/sec., 1.80 MiB/sec. | ||
| 11401 | 2024.03.25 19:42:45.006420 [ 106 ] {} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11402 | 2024.03.25 19:42:45.006507 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 11403 | 2024.03.25 19:42:45.007036 [ 187 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
| 11404 | 2024.03.25 19:42:45.007078 [ 3 ] {51eb1c15-3adb-4e50-9f39-f1b337715870} <Debug> DynamicQueryHandler: Done processing query | ||
| 11405 | 2024.03.25 19:42:45.007181 [ 3 ] {51eb1c15-3adb-4e50-9f39-f1b337715870} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 11406 | 2024.03.25 19:42:45.007241 [ 3 ] {} <Debug> HTTP-Session: fce81cbe-2441-4ddf-b7fd-6d9152517627 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11407 | 2024.03.25 19:42:45.007431 [ 187 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11408 | 2024.03.25 19:42:45.007531 [ 187 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 138 rows starting from the beginning of the part | ||
| 11409 | 2024.03.25 19:42:45.007534 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 19137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11410 | 2024.03.25 19:42:45.007599 [ 201 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_91_18} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11411 | 2024.03.25 19:42:45.007903 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 11412 | 2024.03.25 19:42:45.007943 [ 187 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 86 rows starting from the beginning of the part | ||
| 11413 | 2024.03.25 19:42:45.008010 [ 201 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_91_18} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 11414 | 2024.03.25 19:42:45.008039 [ 3 ] {} <Debug> HTTP-Session: a13a0e7b-2773-4b05-8626-8dd27b030b16 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 11415 | 2024.03.25 19:42:45.008226 [ 187 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 54 rows starting from the beginning of the part | ||
| 11416 | 2024.03.25 19:42:45.008323 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
| 11417 | 2024.03.25 19:42:45.008531 [ 3 ] {} <Debug> HTTP-Session: a13a0e7b-2773-4b05-8626-8dd27b030b16 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11418 | 2024.03.25 19:42:45.008542 [ 187 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 86 rows starting from the beginning of the part | ||
| 11419 | 2024.03.25 19:42:45.008607 [ 3 ] {} <Debug> HTTP-Session: a13a0e7b-2773-4b05-8626-8dd27b030b16 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11420 | 2024.03.25 19:42:45.008812 [ 187 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 28 rows starting from the beginning of the part | ||
| 11421 | 2024.03.25 19:42:45.008825 [ 3 ] {} <Trace> HTTP-Session: a13a0e7b-2773-4b05-8626-8dd27b030b16 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11422 | 2024.03.25 19:42:45.009101 [ 187 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 86 rows starting from the beginning of the part | ||
| 11423 | 2024.03.25 19:42:45.009499 [ 3 ] {cf06bbf3-3ae1-4501-9b09-4c7b04f8e1d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 11424 | 2024.03.25 19:42:45.009621 [ 3 ] {cf06bbf3-3ae1-4501-9b09-4c7b04f8e1d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11425 | 2024.03.25 19:42:45.010128 [ 3 ] {cf06bbf3-3ae1-4501-9b09-4c7b04f8e1d4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11426 | 2024.03.25 19:42:45.011079 [ 3 ] {cf06bbf3-3ae1-4501-9b09-4c7b04f8e1d4} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11427 | 2024.03.25 19:42:45.011141 [ 3 ] {cf06bbf3-3ae1-4501-9b09-4c7b04f8e1d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 11428 | 2024.03.25 19:42:45.012036 [ 187 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 478 rows, containing 4 columns (4 merged, 0 gathered) in 0.005364852 sec., 89098.4504325562 rows/sec., 6.96 MiB/sec. | ||
| 11429 | 2024.03.25 19:42:45.012181 [ 3 ] {cf06bbf3-3ae1-4501-9b09-4c7b04f8e1d4} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 11430 | 2024.03.25 19:42:45.012238 [ 187 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 11431 | 2024.03.25 19:42:45.013060 [ 3 ] {cf06bbf3-3ae1-4501-9b09-4c7b04f8e1d4} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11432 | 2024.03.25 19:42:45.013168 [ 187 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_91_18} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11433 | 2024.03.25 19:42:45.013386 [ 106 ] {} <Debug> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 11434 | 2024.03.25 19:42:45.013407 [ 3 ] {cf06bbf3-3ae1-4501-9b09-4c7b04f8e1d4} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.004321 sec., 23142.791020597084 rows/sec., 1.60 MiB/sec. | ||
| 11435 | 2024.03.25 19:42:45.013425 [ 187 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_91_18} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 11436 | 2024.03.25 19:42:45.013468 [ 106 ] {} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11437 | 2024.03.25 19:42:45.013583 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 11438 | 2024.03.25 19:42:45.013721 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 11439 | 2024.03.25 19:42:45.013884 [ 3 ] {cf06bbf3-3ae1-4501-9b09-4c7b04f8e1d4} <Debug> DynamicQueryHandler: Done processing query | ||
| 11440 | 2024.03.25 19:42:45.013940 [ 3 ] {cf06bbf3-3ae1-4501-9b09-4c7b04f8e1d4} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
| 11441 | 2024.03.25 19:42:45.013975 [ 3 ] {} <Debug> HTTP-Session: a13a0e7b-2773-4b05-8626-8dd27b030b16 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11442 | 2024.03.25 19:42:45.013983 [ 189 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
| 11443 | 2024.03.25 19:42:45.014198 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 62054, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11444 | 2024.03.25 19:42:45.014214 [ 189 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11445 | 2024.03.25 19:42:45.014289 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 11446 | 2024.03.25 19:42:45.014296 [ 189 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_86_17, total 9328 rows starting from the beginning of the part | ||
| 11447 | 2024.03.25 19:42:45.014328 [ 3 ] {} <Debug> HTTP-Session: 8b1f64cd-b2c8-4847-9d88-ff7e2ea8e13d Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 11448 | 2024.03.25 19:42:45.014373 [ 3 ] {} <Debug> HTTP-Session: 8b1f64cd-b2c8-4847-9d88-ff7e2ea8e13d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11449 | 2024.03.25 19:42:45.014419 [ 3 ] {} <Debug> HTTP-Session: 8b1f64cd-b2c8-4847-9d88-ff7e2ea8e13d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11450 | 2024.03.25 19:42:45.014561 [ 189 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 100 rows starting from the beginning of the part | ||
| 11451 | 2024.03.25 19:42:45.014597 [ 3 ] {} <Trace> HTTP-Session: 8b1f64cd-b2c8-4847-9d88-ff7e2ea8e13d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11452 | 2024.03.25 19:42:45.014890 [ 189 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 137 rows starting from the beginning of the part | ||
| 11453 | 2024.03.25 19:42:45.015129 [ 189 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 100 rows starting from the beginning of the part | ||
| 11454 | 2024.03.25 19:42:45.015257 [ 189 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 100 rows starting from the beginning of the part | ||
| 11455 | 2024.03.25 19:42:45.015458 [ 3 ] {6ec88f39-401f-4d8f-8f79-5e09ee146b2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 11456 | 2024.03.25 19:42:45.015573 [ 189 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 100 rows starting from the beginning of the part | ||
| 11457 | 2024.03.25 19:42:45.015682 [ 3 ] {6ec88f39-401f-4d8f-8f79-5e09ee146b2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 11458 | 2024.03.25 19:42:45.016524 [ 3 ] {6ec88f39-401f-4d8f-8f79-5e09ee146b2c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11459 | 2024.03.25 19:42:45.017389 [ 3 ] {6ec88f39-401f-4d8f-8f79-5e09ee146b2c} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11460 | 2024.03.25 19:42:45.017477 [ 3 ] {6ec88f39-401f-4d8f-8f79-5e09ee146b2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 11461 | 2024.03.25 19:42:45.018744 [ 3 ] {6ec88f39-401f-4d8f-8f79-5e09ee146b2c} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 11462 | 2024.03.25 19:42:45.019153 [ 3 ] {6ec88f39-401f-4d8f-8f79-5e09ee146b2c} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11463 | 2024.03.25 19:42:45.019325 [ 3 ] {6ec88f39-401f-4d8f-8f79-5e09ee146b2c} <Debug> executeQuery: Read 58 rows, 80.15 KiB in 0.004452 sec., 13027.85265049416 rows/sec., 17.58 MiB/sec. | ||
| 11464 | 2024.03.25 19:42:45.019598 [ 3 ] {6ec88f39-401f-4d8f-8f79-5e09ee146b2c} <Debug> DynamicQueryHandler: Done processing query | ||
| 11465 | 2024.03.25 19:42:45.019628 [ 3 ] {6ec88f39-401f-4d8f-8f79-5e09ee146b2c} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 11466 | 2024.03.25 19:42:45.019647 [ 3 ] {} <Debug> HTTP-Session: 8b1f64cd-b2c8-4847-9d88-ff7e2ea8e13d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11467 | 2024.03.25 19:42:45.019793 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11468 | 2024.03.25 19:42:45.019847 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 11469 | 2024.03.25 19:42:45.019867 [ 3 ] {} <Debug> HTTP-Session: 391e4604-c5d4-4edc-81f0-752ca837ea20 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 11470 | 2024.03.25 19:42:45.019885 [ 3 ] {} <Debug> HTTP-Session: 391e4604-c5d4-4edc-81f0-752ca837ea20 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11471 | 2024.03.25 19:42:45.019899 [ 3 ] {} <Debug> HTTP-Session: 391e4604-c5d4-4edc-81f0-752ca837ea20 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11472 | 2024.03.25 19:42:45.019931 [ 3 ] {} <Trace> HTTP-Session: 391e4604-c5d4-4edc-81f0-752ca837ea20 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11473 | 2024.03.25 19:42:45.020052 [ 3 ] {3b76a1d1-1737-4416-a282-5ed4ba1a1511} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 11474 | 2024.03.25 19:42:45.020100 [ 3 ] {3b76a1d1-1737-4416-a282-5ed4ba1a1511} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11475 | 2024.03.25 19:42:45.020252 [ 3 ] {3b76a1d1-1737-4416-a282-5ed4ba1a1511} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11476 | 2024.03.25 19:42:45.020995 [ 189 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9865 rows, containing 5 columns (5 merged, 0 gathered) in 0.007150677 sec., 1379589.652839864 rows/sec., 95.78 MiB/sec. | ||
| 11477 | 2024.03.25 19:42:45.021004 [ 3 ] {3b76a1d1-1737-4416-a282-5ed4ba1a1511} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11478 | 2024.03.25 19:42:45.021076 [ 3 ] {3b76a1d1-1737-4416-a282-5ed4ba1a1511} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 11479 | 2024.03.25 19:42:45.021324 [ 198 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 11480 | 2024.03.25 19:42:45.021668 [ 3 ] {3b76a1d1-1737-4416-a282-5ed4ba1a1511} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 11481 | 2024.03.25 19:42:45.022323 [ 198 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_91_18} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11482 | 2024.03.25 19:42:45.022480 [ 3 ] {3b76a1d1-1737-4416-a282-5ed4ba1a1511} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11483 | 2024.03.25 19:42:45.022543 [ 198 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_91_18} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 11484 | 2024.03.25 19:42:45.022753 [ 106 ] {} <Debug> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 11485 | 2024.03.25 19:42:45.022798 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.22 MiB. | ||
| 11486 | 2024.03.25 19:42:45.022835 [ 106 ] {} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11487 | 2024.03.25 19:42:45.022826 [ 3 ] {3b76a1d1-1737-4416-a282-5ed4ba1a1511} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.002819 sec., 10642.07165661582 rows/sec., 746.54 KiB/sec. | ||
| 11488 | 2024.03.25 19:42:45.022876 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 11489 | 2024.03.25 19:42:45.023110 [ 192 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
| 11490 | 2024.03.25 19:42:45.023118 [ 3 ] {3b76a1d1-1737-4416-a282-5ed4ba1a1511} <Debug> DynamicQueryHandler: Done processing query | ||
| 11491 | 2024.03.25 19:42:45.023164 [ 3 ] {3b76a1d1-1737-4416-a282-5ed4ba1a1511} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 11492 | 2024.03.25 19:42:45.023190 [ 3 ] {} <Debug> HTTP-Session: 391e4604-c5d4-4edc-81f0-752ca837ea20 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11493 | 2024.03.25 19:42:45.023279 [ 192 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11494 | 2024.03.25 19:42:45.023312 [ 192 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 2562 rows starting from the beginning of the part | ||
| 11495 | 2024.03.25 19:42:45.023428 [ 192 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 30 rows starting from the beginning of the part | ||
| 11496 | 2024.03.25 19:42:45.023601 [ 192 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 30 rows starting from the beginning of the part | ||
| 11497 | 2024.03.25 19:42:45.023723 [ 192 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 30 rows starting from the beginning of the part | ||
| 11498 | 2024.03.25 19:42:45.023915 [ 192 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 30 rows starting from the beginning of the part | ||
| 11499 | 2024.03.25 19:42:45.024028 [ 192 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 30 rows starting from the beginning of the part | ||
| 11500 | 2024.03.25 19:42:45.025542 [ 197 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2712 rows, containing 4 columns (4 merged, 0 gathered) in 0.002534323 sec., 1070108.2695457526 rows/sec., 73.31 MiB/sec. | ||
| 11501 | 2024.03.25 19:42:45.025786 [ 190 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 11502 | 2024.03.25 19:42:45.026196 [ 190 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_91_18} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11503 | 2024.03.25 19:42:45.026285 [ 190 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_91_18} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 11504 | 2024.03.25 19:42:45.026372 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. | ||
| 11505 | 2024.03.25 19:42:49.994349 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 3629, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11506 | 2024.03.25 19:42:49.994479 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 11507 | 2024.03.25 19:42:49.994504 [ 3 ] {} <Debug> HTTP-Session: 1ea12872-2ad4-4fe1-8b71-6deb7feb76ef Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 11508 | 2024.03.25 19:42:49.994529 [ 3 ] {} <Debug> HTTP-Session: 1ea12872-2ad4-4fe1-8b71-6deb7feb76ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11509 | 2024.03.25 19:42:49.994544 [ 3 ] {} <Debug> HTTP-Session: 1ea12872-2ad4-4fe1-8b71-6deb7feb76ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11510 | 2024.03.25 19:42:49.994594 [ 3 ] {} <Trace> HTTP-Session: 1ea12872-2ad4-4fe1-8b71-6deb7feb76ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11511 | 2024.03.25 19:42:49.994718 [ 3 ] {d4a16bf8-9774-464d-a8ce-60b722569112} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 11512 | 2024.03.25 19:42:49.994782 [ 3 ] {d4a16bf8-9774-464d-a8ce-60b722569112} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11513 | 2024.03.25 19:42:49.994966 [ 3 ] {d4a16bf8-9774-464d-a8ce-60b722569112} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11514 | 2024.03.25 19:42:49.995425 [ 3 ] {d4a16bf8-9774-464d-a8ce-60b722569112} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11515 | 2024.03.25 19:42:49.995468 [ 3 ] {d4a16bf8-9774-464d-a8ce-60b722569112} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 11516 | 2024.03.25 19:42:49.995858 [ 3 ] {d4a16bf8-9774-464d-a8ce-60b722569112} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 11517 | 2024.03.25 19:42:49.996203 [ 3 ] {d4a16bf8-9774-464d-a8ce-60b722569112} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11518 | 2024.03.25 19:42:49.996367 [ 3 ] {d4a16bf8-9774-464d-a8ce-60b722569112} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.001709 sec., 15213.57519016969 rows/sec., 1.15 MiB/sec. | ||
| 11519 | 2024.03.25 19:42:49.996551 [ 3 ] {d4a16bf8-9774-464d-a8ce-60b722569112} <Debug> DynamicQueryHandler: Done processing query | ||
| 11520 | 2024.03.25 19:42:49.996577 [ 3 ] {d4a16bf8-9774-464d-a8ce-60b722569112} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 11521 | 2024.03.25 19:42:49.996594 [ 3 ] {} <Debug> HTTP-Session: 1ea12872-2ad4-4fe1-8b71-6deb7feb76ef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11522 | 2024.03.25 19:42:49.996774 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4792, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11523 | 2024.03.25 19:42:49.996829 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 11524 | 2024.03.25 19:42:49.996848 [ 3 ] {} <Debug> HTTP-Session: 5d7e22e9-2545-45ba-9c20-a3b704d6d068 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 11525 | 2024.03.25 19:42:49.996866 [ 3 ] {} <Debug> HTTP-Session: 5d7e22e9-2545-45ba-9c20-a3b704d6d068 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11526 | 2024.03.25 19:42:49.996880 [ 3 ] {} <Debug> HTTP-Session: 5d7e22e9-2545-45ba-9c20-a3b704d6d068 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11527 | 2024.03.25 19:42:49.996916 [ 3 ] {} <Trace> HTTP-Session: 5d7e22e9-2545-45ba-9c20-a3b704d6d068 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11528 | 2024.03.25 19:42:49.996999 [ 3 ] {2903ddae-cdec-4aef-aef7-a3464f61a278} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 11529 | 2024.03.25 19:42:49.997044 [ 3 ] {2903ddae-cdec-4aef-aef7-a3464f61a278} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11530 | 2024.03.25 19:42:49.997182 [ 3 ] {2903ddae-cdec-4aef-aef7-a3464f61a278} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11531 | 2024.03.25 19:42:49.997504 [ 3 ] {2903ddae-cdec-4aef-aef7-a3464f61a278} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11532 | 2024.03.25 19:42:49.997543 [ 3 ] {2903ddae-cdec-4aef-aef7-a3464f61a278} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 11533 | 2024.03.25 19:42:49.997858 [ 3 ] {2903ddae-cdec-4aef-aef7-a3464f61a278} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 11534 | 2024.03.25 19:42:49.998173 [ 3 ] {2903ddae-cdec-4aef-aef7-a3464f61a278} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11535 | 2024.03.25 19:42:49.998329 [ 3 ] {2903ddae-cdec-4aef-aef7-a3464f61a278} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001357 sec., 20633.750921149596 rows/sec., 1.61 MiB/sec. | ||
| 11536 | 2024.03.25 19:42:49.998517 [ 3 ] {2903ddae-cdec-4aef-aef7-a3464f61a278} <Debug> DynamicQueryHandler: Done processing query | ||
| 11537 | 2024.03.25 19:42:49.998542 [ 3 ] {2903ddae-cdec-4aef-aef7-a3464f61a278} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 11538 | 2024.03.25 19:42:49.998559 [ 3 ] {} <Debug> HTTP-Session: 5d7e22e9-2545-45ba-9c20-a3b704d6d068 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11539 | 2024.03.25 19:42:49.998783 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 19137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11540 | 2024.03.25 19:42:49.998873 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 11541 | 2024.03.25 19:42:49.998893 [ 3 ] {} <Debug> HTTP-Session: fd202cea-70bd-4a18-a569-a4f3a6834a98 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 11542 | 2024.03.25 19:42:49.998910 [ 3 ] {} <Debug> HTTP-Session: fd202cea-70bd-4a18-a569-a4f3a6834a98 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11543 | 2024.03.25 19:42:49.998924 [ 3 ] {} <Debug> HTTP-Session: fd202cea-70bd-4a18-a569-a4f3a6834a98 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11544 | 2024.03.25 19:42:49.998956 [ 3 ] {} <Trace> HTTP-Session: fd202cea-70bd-4a18-a569-a4f3a6834a98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11545 | 2024.03.25 19:42:49.999066 [ 3 ] {24c2c670-15df-4507-bf32-32dc97773db4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 11546 | 2024.03.25 19:42:49.999115 [ 3 ] {24c2c670-15df-4507-bf32-32dc97773db4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11547 | 2024.03.25 19:42:49.999275 [ 3 ] {24c2c670-15df-4507-bf32-32dc97773db4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11548 | 2024.03.25 19:42:49.999602 [ 3 ] {24c2c670-15df-4507-bf32-32dc97773db4} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11549 | 2024.03.25 19:42:49.999640 [ 3 ] {24c2c670-15df-4507-bf32-32dc97773db4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 11550 | 2024.03.25 19:42:50.000034 [ 3 ] {24c2c670-15df-4507-bf32-32dc97773db4} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 11551 | 2024.03.25 19:42:50.000154 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 210.25 MiB, peak 213.22 MiB, free memory in arenas 0.00 B, will set to 204.78 MiB (RSS), difference: -5.47 MiB | ||
| 11552 | 2024.03.25 19:42:50.000805 [ 3 ] {24c2c670-15df-4507-bf32-32dc97773db4} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11553 | 2024.03.25 19:42:50.000977 [ 3 ] {24c2c670-15df-4507-bf32-32dc97773db4} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001959 sec., 51046.452271567134 rows/sec., 3.54 MiB/sec. | ||
| 11554 | 2024.03.25 19:42:50.001152 [ 3 ] {24c2c670-15df-4507-bf32-32dc97773db4} <Debug> DynamicQueryHandler: Done processing query | ||
| 11555 | 2024.03.25 19:42:50.001212 [ 3 ] {24c2c670-15df-4507-bf32-32dc97773db4} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
| 11556 | 2024.03.25 19:42:50.001267 [ 3 ] {} <Debug> HTTP-Session: fd202cea-70bd-4a18-a569-a4f3a6834a98 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11557 | 2024.03.25 19:42:50.001472 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11558 | 2024.03.25 19:42:50.001524 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 11559 | 2024.03.25 19:42:50.001545 [ 3 ] {} <Debug> HTTP-Session: 91a2925a-07c6-460f-ae3d-787fd3f9f364 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 11560 | 2024.03.25 19:42:50.001562 [ 3 ] {} <Debug> HTTP-Session: 91a2925a-07c6-460f-ae3d-787fd3f9f364 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11561 | 2024.03.25 19:42:50.001576 [ 3 ] {} <Debug> HTTP-Session: 91a2925a-07c6-460f-ae3d-787fd3f9f364 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11562 | 2024.03.25 19:42:50.001608 [ 3 ] {} <Trace> HTTP-Session: 91a2925a-07c6-460f-ae3d-787fd3f9f364 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11563 | 2024.03.25 19:42:50.001691 [ 3 ] {1db94fa3-aaad-4e80-acb7-a57a1a7eed22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 11564 | 2024.03.25 19:42:50.001736 [ 3 ] {1db94fa3-aaad-4e80-acb7-a57a1a7eed22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11565 | 2024.03.25 19:42:50.001876 [ 3 ] {1db94fa3-aaad-4e80-acb7-a57a1a7eed22} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11566 | 2024.03.25 19:42:50.002151 [ 3 ] {1db94fa3-aaad-4e80-acb7-a57a1a7eed22} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11567 | 2024.03.25 19:42:50.002191 [ 3 ] {1db94fa3-aaad-4e80-acb7-a57a1a7eed22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 11568 | 2024.03.25 19:42:50.002553 [ 3 ] {1db94fa3-aaad-4e80-acb7-a57a1a7eed22} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 11569 | 2024.03.25 19:42:50.002885 [ 3 ] {1db94fa3-aaad-4e80-acb7-a57a1a7eed22} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11570 | 2024.03.25 19:42:50.003037 [ 3 ] {1db94fa3-aaad-4e80-acb7-a57a1a7eed22} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001376 sec., 21802.325581395347 rows/sec., 1.49 MiB/sec. | ||
| 11571 | 2024.03.25 19:42:50.003227 [ 3 ] {1db94fa3-aaad-4e80-acb7-a57a1a7eed22} <Debug> DynamicQueryHandler: Done processing query | ||
| 11572 | 2024.03.25 19:42:50.003261 [ 3 ] {1db94fa3-aaad-4e80-acb7-a57a1a7eed22} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 11573 | 2024.03.25 19:42:50.003321 [ 3 ] {} <Debug> HTTP-Session: 91a2925a-07c6-460f-ae3d-787fd3f9f364 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11574 | 2024.03.25 19:42:51.000161 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 199.56 MiB, peak 213.22 MiB, free memory in arenas 0.00 B, will set to 204.78 MiB (RSS), difference: 5.21 MiB | ||
| 11575 | 2024.03.25 19:42:51.614809 [ 103 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 11576 | 2024.03.25 19:42:51.614865 [ 103 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 11577 | 2024.03.25 19:42:54.996676 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 8371, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11578 | 2024.03.25 19:42:54.996818 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 11579 | 2024.03.25 19:42:54.996847 [ 3 ] {} <Debug> HTTP-Session: bb3f9476-1190-4215-9805-8fd91cb128b1 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 11580 | 2024.03.25 19:42:54.996875 [ 3 ] {} <Debug> HTTP-Session: bb3f9476-1190-4215-9805-8fd91cb128b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11581 | 2024.03.25 19:42:54.996892 [ 3 ] {} <Debug> HTTP-Session: bb3f9476-1190-4215-9805-8fd91cb128b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11582 | 2024.03.25 19:42:54.996946 [ 3 ] {} <Trace> HTTP-Session: bb3f9476-1190-4215-9805-8fd91cb128b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11583 | 2024.03.25 19:42:54.997093 [ 3 ] {92d27b1b-de26-4f54-bf07-2c5c79ea4450} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 11584 | 2024.03.25 19:42:54.997165 [ 3 ] {92d27b1b-de26-4f54-bf07-2c5c79ea4450} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 11585 | 2024.03.25 19:42:54.997381 [ 3 ] {92d27b1b-de26-4f54-bf07-2c5c79ea4450} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11586 | 2024.03.25 19:42:54.997896 [ 3 ] {92d27b1b-de26-4f54-bf07-2c5c79ea4450} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11587 | 2024.03.25 19:42:54.997940 [ 3 ] {92d27b1b-de26-4f54-bf07-2c5c79ea4450} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 11588 | 2024.03.25 19:42:54.998335 [ 3 ] {92d27b1b-de26-4f54-bf07-2c5c79ea4450} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 11589 | 2024.03.25 19:42:54.998678 [ 3 ] {92d27b1b-de26-4f54-bf07-2c5c79ea4450} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11590 | 2024.03.25 19:42:54.998830 [ 3 ] {92d27b1b-de26-4f54-bf07-2c5c79ea4450} <Debug> executeQuery: Read 58 rows, 4.70 KiB in 0.001809 sec., 32061.912658927584 rows/sec., 2.54 MiB/sec. | ||
| 11591 | 2024.03.25 19:42:54.998984 [ 3 ] {92d27b1b-de26-4f54-bf07-2c5c79ea4450} <Debug> DynamicQueryHandler: Done processing query | ||
| 11592 | 2024.03.25 19:42:54.999010 [ 3 ] {92d27b1b-de26-4f54-bf07-2c5c79ea4450} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 11593 | 2024.03.25 19:42:54.999027 [ 3 ] {} <Debug> HTTP-Session: bb3f9476-1190-4215-9805-8fd91cb128b1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11594 | 2024.03.25 19:42:54.999226 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 31316, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11595 | 2024.03.25 19:42:54.999283 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 11596 | 2024.03.25 19:42:54.999302 [ 3 ] {} <Debug> HTTP-Session: 2d6d0a2e-db37-4df9-9def-18ce45fd9027 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 11597 | 2024.03.25 19:42:54.999322 [ 3 ] {} <Debug> HTTP-Session: 2d6d0a2e-db37-4df9-9def-18ce45fd9027 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11598 | 2024.03.25 19:42:54.999336 [ 3 ] {} <Debug> HTTP-Session: 2d6d0a2e-db37-4df9-9def-18ce45fd9027 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11599 | 2024.03.25 19:42:54.999373 [ 3 ] {} <Trace> HTTP-Session: 2d6d0a2e-db37-4df9-9def-18ce45fd9027 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11600 | 2024.03.25 19:42:54.999500 [ 3 ] {6f5dd549-8949-4359-b19a-4c7da42042a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 11601 | 2024.03.25 19:42:54.999546 [ 3 ] {6f5dd549-8949-4359-b19a-4c7da42042a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11602 | 2024.03.25 19:42:54.999674 [ 3 ] {6f5dd549-8949-4359-b19a-4c7da42042a5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11603 | 2024.03.25 19:42:55.000127 [ 3 ] {6f5dd549-8949-4359-b19a-4c7da42042a5} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11604 | 2024.03.25 19:42:55.000166 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 205.92 MiB, peak 213.22 MiB, free memory in arenas 0.00 B, will set to 204.78 MiB (RSS), difference: -1.14 MiB | ||
| 11605 | 2024.03.25 19:42:55.000171 [ 3 ] {6f5dd549-8949-4359-b19a-4c7da42042a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 11606 | 2024.03.25 19:42:55.000822 [ 3 ] {6f5dd549-8949-4359-b19a-4c7da42042a5} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 11607 | 2024.03.25 19:42:55.001159 [ 3 ] {6f5dd549-8949-4359-b19a-4c7da42042a5} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11608 | 2024.03.25 19:42:55.001295 [ 3 ] {6f5dd549-8949-4359-b19a-4c7da42042a5} <Debug> executeQuery: Read 200 rows, 19.11 KiB in 0.001868 sec., 107066.38115631691 rows/sec., 9.99 MiB/sec. | ||
| 11609 | 2024.03.25 19:42:55.001433 [ 3 ] {6f5dd549-8949-4359-b19a-4c7da42042a5} <Debug> DynamicQueryHandler: Done processing query | ||
| 11610 | 2024.03.25 19:42:55.001458 [ 3 ] {6f5dd549-8949-4359-b19a-4c7da42042a5} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 11611 | 2024.03.25 19:42:55.001474 [ 3 ] {} <Debug> HTTP-Session: 2d6d0a2e-db37-4df9-9def-18ce45fd9027 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11612 | 2024.03.25 19:42:55.001631 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 14620, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11613 | 2024.03.25 19:42:55.001684 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 11614 | 2024.03.25 19:42:55.001703 [ 3 ] {} <Debug> HTTP-Session: 7f783243-8609-4da6-971d-65a514ddb2a3 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 11615 | 2024.03.25 19:42:55.001721 [ 3 ] {} <Debug> HTTP-Session: 7f783243-8609-4da6-971d-65a514ddb2a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11616 | 2024.03.25 19:42:55.001735 [ 3 ] {} <Debug> HTTP-Session: 7f783243-8609-4da6-971d-65a514ddb2a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11617 | 2024.03.25 19:42:55.001768 [ 3 ] {} <Trace> HTTP-Session: 7f783243-8609-4da6-971d-65a514ddb2a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11618 | 2024.03.25 19:42:55.001873 [ 3 ] {a23dcace-1401-4d0e-804b-4531978df01d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 11619 | 2024.03.25 19:42:55.001916 [ 3 ] {a23dcace-1401-4d0e-804b-4531978df01d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11620 | 2024.03.25 19:42:55.002043 [ 3 ] {a23dcace-1401-4d0e-804b-4531978df01d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11621 | 2024.03.25 19:42:55.002428 [ 3 ] {a23dcace-1401-4d0e-804b-4531978df01d} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11622 | 2024.03.25 19:42:55.002464 [ 3 ] {a23dcace-1401-4d0e-804b-4531978df01d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 11623 | 2024.03.25 19:42:55.002771 [ 3 ] {a23dcace-1401-4d0e-804b-4531978df01d} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 11624 | 2024.03.25 19:42:55.003088 [ 3 ] {a23dcace-1401-4d0e-804b-4531978df01d} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11625 | 2024.03.25 19:42:55.003214 [ 3 ] {a23dcace-1401-4d0e-804b-4531978df01d} <Debug> executeQuery: Read 86 rows, 6.88 KiB in 0.001397 sec., 61560.48675733715 rows/sec., 4.81 MiB/sec. | ||
| 11626 | 2024.03.25 19:42:55.003335 [ 3 ] {a23dcace-1401-4d0e-804b-4531978df01d} <Debug> DynamicQueryHandler: Done processing query | ||
| 11627 | 2024.03.25 19:42:55.003358 [ 3 ] {a23dcace-1401-4d0e-804b-4531978df01d} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 11628 | 2024.03.25 19:42:55.003374 [ 3 ] {} <Debug> HTTP-Session: 7f783243-8609-4da6-971d-65a514ddb2a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11629 | 2024.03.25 19:42:55.003533 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 19137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11630 | 2024.03.25 19:42:55.003582 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 11631 | 2024.03.25 19:42:55.003602 [ 3 ] {} <Debug> HTTP-Session: 3abcb209-b5b5-4439-90f1-08faf7bd1b02 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 11632 | 2024.03.25 19:42:55.003619 [ 3 ] {} <Debug> HTTP-Session: 3abcb209-b5b5-4439-90f1-08faf7bd1b02 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11633 | 2024.03.25 19:42:55.003633 [ 3 ] {} <Debug> HTTP-Session: 3abcb209-b5b5-4439-90f1-08faf7bd1b02 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11634 | 2024.03.25 19:42:55.003663 [ 3 ] {} <Trace> HTTP-Session: 3abcb209-b5b5-4439-90f1-08faf7bd1b02 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11635 | 2024.03.25 19:42:55.003763 [ 3 ] {c3231488-939a-4e2e-b1f2-cb1f01aedc30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 11636 | 2024.03.25 19:42:55.003808 [ 3 ] {c3231488-939a-4e2e-b1f2-cb1f01aedc30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11637 | 2024.03.25 19:42:55.003948 [ 3 ] {c3231488-939a-4e2e-b1f2-cb1f01aedc30} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11638 | 2024.03.25 19:42:55.004311 [ 3 ] {c3231488-939a-4e2e-b1f2-cb1f01aedc30} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11639 | 2024.03.25 19:42:55.004346 [ 3 ] {c3231488-939a-4e2e-b1f2-cb1f01aedc30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 11640 | 2024.03.25 19:42:55.004730 [ 3 ] {c3231488-939a-4e2e-b1f2-cb1f01aedc30} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 11641 | 2024.03.25 19:42:55.005087 [ 3 ] {c3231488-939a-4e2e-b1f2-cb1f01aedc30} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11642 | 2024.03.25 19:42:55.005229 [ 3 ] {c3231488-939a-4e2e-b1f2-cb1f01aedc30} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001518 sec., 65876.15283267458 rows/sec., 4.57 MiB/sec. | ||
| 11643 | 2024.03.25 19:42:55.005359 [ 3 ] {c3231488-939a-4e2e-b1f2-cb1f01aedc30} <Debug> DynamicQueryHandler: Done processing query | ||
| 11644 | 2024.03.25 19:42:55.005384 [ 3 ] {c3231488-939a-4e2e-b1f2-cb1f01aedc30} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
| 11645 | 2024.03.25 19:42:55.005400 [ 3 ] {} <Debug> HTTP-Session: 3abcb209-b5b5-4439-90f1-08faf7bd1b02 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11646 | 2024.03.25 19:42:55.005559 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 62054, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11647 | 2024.03.25 19:42:55.005614 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 11648 | 2024.03.25 19:42:55.005634 [ 3 ] {} <Debug> HTTP-Session: 1fe8fac9-3150-4ac1-a815-9c58e263add2 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 11649 | 2024.03.25 19:42:55.005651 [ 3 ] {} <Debug> HTTP-Session: 1fe8fac9-3150-4ac1-a815-9c58e263add2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11650 | 2024.03.25 19:42:55.005665 [ 3 ] {} <Debug> HTTP-Session: 1fe8fac9-3150-4ac1-a815-9c58e263add2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11651 | 2024.03.25 19:42:55.005697 [ 3 ] {} <Trace> HTTP-Session: 1fe8fac9-3150-4ac1-a815-9c58e263add2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11652 | 2024.03.25 19:42:55.006080 [ 3 ] {4cec4bd5-01bd-4535-bd96-5aa0363333fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 11653 | 2024.03.25 19:42:55.006130 [ 3 ] {4cec4bd5-01bd-4535-bd96-5aa0363333fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 11654 | 2024.03.25 19:42:55.006286 [ 3 ] {4cec4bd5-01bd-4535-bd96-5aa0363333fa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11655 | 2024.03.25 19:42:55.006893 [ 3 ] {4cec4bd5-01bd-4535-bd96-5aa0363333fa} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11656 | 2024.03.25 19:42:55.006930 [ 3 ] {4cec4bd5-01bd-4535-bd96-5aa0363333fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 11657 | 2024.03.25 19:42:55.007373 [ 3 ] {4cec4bd5-01bd-4535-bd96-5aa0363333fa} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 11658 | 2024.03.25 19:42:55.007737 [ 3 ] {4cec4bd5-01bd-4535-bd96-5aa0363333fa} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11659 | 2024.03.25 19:42:55.007867 [ 100 ] {} <Debug> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 11660 | 2024.03.25 19:42:55.007872 [ 3 ] {4cec4bd5-01bd-4535-bd96-5aa0363333fa} <Debug> executeQuery: Read 58 rows, 80.15 KiB in 0.002106 sec., 27540.360873694208 rows/sec., 37.16 MiB/sec. | ||
| 11661 | 2024.03.25 19:42:55.007918 [ 100 ] {} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11662 | 2024.03.25 19:42:55.007960 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 11663 | 2024.03.25 19:42:55.008056 [ 3 ] {4cec4bd5-01bd-4535-bd96-5aa0363333fa} <Debug> DynamicQueryHandler: Done processing query | ||
| 11664 | 2024.03.25 19:42:55.008103 [ 3 ] {4cec4bd5-01bd-4535-bd96-5aa0363333fa} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 11665 | 2024.03.25 19:42:55.008162 [ 3 ] {} <Debug> HTTP-Session: 1fe8fac9-3150-4ac1-a815-9c58e263add2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11666 | 2024.03.25 19:42:55.008244 [ 186 ] {f3248554-e676-4912-a9d7-0b91932a1da6::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full | ||
| 11667 | 2024.03.25 19:42:55.008341 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11668 | 2024.03.25 19:42:55.008442 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 11669 | 2024.03.25 19:42:55.008503 [ 3 ] {} <Debug> HTTP-Session: db22f9ae-2e76-4898-9940-30084c785f21 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 11670 | 2024.03.25 19:42:55.008549 [ 3 ] {} <Debug> HTTP-Session: db22f9ae-2e76-4898-9940-30084c785f21 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11671 | 2024.03.25 19:42:55.008590 [ 3 ] {} <Debug> HTTP-Session: db22f9ae-2e76-4898-9940-30084c785f21 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11672 | 2024.03.25 19:42:55.008676 [ 3 ] {} <Trace> HTTP-Session: db22f9ae-2e76-4898-9940-30084c785f21 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11673 | 2024.03.25 19:42:55.008680 [ 186 ] {f3248554-e676-4912-a9d7-0b91932a1da6::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11674 | 2024.03.25 19:42:55.008781 [ 186 ] {f3248554-e676-4912-a9d7-0b91932a1da6::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2180 rows starting from the beginning of the part | ||
| 11675 | 2024.03.25 19:42:55.008831 [ 3 ] {ab3dfed4-aa89-419d-8c86-a010e1d942fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 11676 | 2024.03.25 19:42:55.008975 [ 3 ] {ab3dfed4-aa89-419d-8c86-a010e1d942fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11677 | 2024.03.25 19:42:55.009065 [ 186 ] {f3248554-e676-4912-a9d7-0b91932a1da6::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 58 rows starting from the beginning of the part | ||
| 11678 | 2024.03.25 19:42:55.009439 [ 186 ] {f3248554-e676-4912-a9d7-0b91932a1da6::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 58 rows starting from the beginning of the part | ||
| 11679 | 2024.03.25 19:42:55.009785 [ 186 ] {f3248554-e676-4912-a9d7-0b91932a1da6::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 58 rows starting from the beginning of the part | ||
| 11680 | 2024.03.25 19:42:55.010149 [ 186 ] {f3248554-e676-4912-a9d7-0b91932a1da6::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 58 rows starting from the beginning of the part | ||
| 11681 | 2024.03.25 19:42:55.010224 [ 3 ] {ab3dfed4-aa89-419d-8c86-a010e1d942fc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11682 | 2024.03.25 19:42:55.010261 [ 186 ] {f3248554-e676-4912-a9d7-0b91932a1da6::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 58 rows starting from the beginning of the part | ||
| 11683 | 2024.03.25 19:42:55.011293 [ 3 ] {ab3dfed4-aa89-419d-8c86-a010e1d942fc} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11684 | 2024.03.25 19:42:55.011360 [ 3 ] {ab3dfed4-aa89-419d-8c86-a010e1d942fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 11685 | 2024.03.25 19:42:55.011968 [ 3 ] {ab3dfed4-aa89-419d-8c86-a010e1d942fc} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 11686 | 2024.03.25 19:42:55.012326 [ 3 ] {ab3dfed4-aa89-419d-8c86-a010e1d942fc} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11687 | 2024.03.25 19:42:55.012464 [ 3 ] {ab3dfed4-aa89-419d-8c86-a010e1d942fc} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.003721 sec., 8062.3488309594195 rows/sec., 565.57 KiB/sec. | ||
| 11688 | 2024.03.25 19:42:55.012616 [ 3 ] {ab3dfed4-aa89-419d-8c86-a010e1d942fc} <Debug> DynamicQueryHandler: Done processing query | ||
| 11689 | 2024.03.25 19:42:55.012642 [ 3 ] {ab3dfed4-aa89-419d-8c86-a010e1d942fc} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 11690 | 2024.03.25 19:42:55.012658 [ 3 ] {} <Debug> HTTP-Session: db22f9ae-2e76-4898-9940-30084c785f21 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11691 | 2024.03.25 19:42:55.017225 [ 197 ] {f3248554-e676-4912-a9d7-0b91932a1da6::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2470 rows, containing 6 columns (6 merged, 0 gathered) in 0.009147235 sec., 270026.95350015606 rows/sec., 364.39 MiB/sec. | ||
| 11692 | 2024.03.25 19:42:55.018550 [ 191 ] {f3248554-e676-4912-a9d7-0b91932a1da6::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 11693 | 2024.03.25 19:42:55.019044 [ 191 ] {f3248554-e676-4912-a9d7-0b91932a1da6::all_1_46_9} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11694 | 2024.03.25 19:42:55.019140 [ 191 ] {f3248554-e676-4912-a9d7-0b91932a1da6::all_1_46_9} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 11695 | 2024.03.25 19:42:55.019252 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.67 MiB. | ||
| 11696 | 2024.03.25 19:42:56.000163 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 204.06 MiB, peak 217.87 MiB, free memory in arenas 0.00 B, will set to 207.52 MiB (RSS), difference: 3.46 MiB | ||
| 11697 | 2024.03.25 19:42:59.994604 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 8603, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11698 | 2024.03.25 19:42:59.994752 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 11699 | 2024.03.25 19:42:59.994782 [ 3 ] {} <Debug> HTTP-Session: 605379ea-c4f2-4c1f-89fe-f71bf4767bf3 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 11700 | 2024.03.25 19:42:59.994810 [ 3 ] {} <Debug> HTTP-Session: 605379ea-c4f2-4c1f-89fe-f71bf4767bf3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11701 | 2024.03.25 19:42:59.994830 [ 3 ] {} <Debug> HTTP-Session: 605379ea-c4f2-4c1f-89fe-f71bf4767bf3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11702 | 2024.03.25 19:42:59.994886 [ 3 ] {} <Trace> HTTP-Session: 605379ea-c4f2-4c1f-89fe-f71bf4767bf3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11703 | 2024.03.25 19:42:59.995040 [ 3 ] {228b0da0-b4d7-4d7b-b053-28e168bf9b5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 11704 | 2024.03.25 19:42:59.995109 [ 3 ] {228b0da0-b4d7-4d7b-b053-28e168bf9b5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11705 | 2024.03.25 19:42:59.995293 [ 3 ] {228b0da0-b4d7-4d7b-b053-28e168bf9b5d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11706 | 2024.03.25 19:42:59.995763 [ 3 ] {228b0da0-b4d7-4d7b-b053-28e168bf9b5d} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11707 | 2024.03.25 19:42:59.995812 [ 3 ] {228b0da0-b4d7-4d7b-b053-28e168bf9b5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 11708 | 2024.03.25 19:42:59.996204 [ 3 ] {228b0da0-b4d7-4d7b-b053-28e168bf9b5d} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 11709 | 2024.03.25 19:42:59.996552 [ 3 ] {228b0da0-b4d7-4d7b-b053-28e168bf9b5d} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11710 | 2024.03.25 19:42:59.996724 [ 3 ] {228b0da0-b4d7-4d7b-b053-28e168bf9b5d} <Debug> executeQuery: Read 62 rows, 4.82 KiB in 0.001758 sec., 35267.34926052332 rows/sec., 2.68 MiB/sec. | ||
| 11711 | 2024.03.25 19:42:59.996876 [ 3 ] {228b0da0-b4d7-4d7b-b053-28e168bf9b5d} <Debug> DynamicQueryHandler: Done processing query | ||
| 11712 | 2024.03.25 19:42:59.996903 [ 3 ] {228b0da0-b4d7-4d7b-b053-28e168bf9b5d} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 11713 | 2024.03.25 19:42:59.996919 [ 3 ] {} <Debug> HTTP-Session: 605379ea-c4f2-4c1f-89fe-f71bf4767bf3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11714 | 2024.03.25 19:42:59.997101 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 8828, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11715 | 2024.03.25 19:42:59.997155 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 11716 | 2024.03.25 19:42:59.997175 [ 3 ] {} <Debug> HTTP-Session: 4046ec7d-e338-4421-a1e9-4fada330aa84 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 11717 | 2024.03.25 19:42:59.997191 [ 3 ] {} <Debug> HTTP-Session: 4046ec7d-e338-4421-a1e9-4fada330aa84 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11718 | 2024.03.25 19:42:59.997205 [ 3 ] {} <Debug> HTTP-Session: 4046ec7d-e338-4421-a1e9-4fada330aa84 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11719 | 2024.03.25 19:42:59.997236 [ 3 ] {} <Trace> HTTP-Session: 4046ec7d-e338-4421-a1e9-4fada330aa84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11720 | 2024.03.25 19:42:59.997317 [ 3 ] {119522a3-86cd-4f3f-ba5d-38b9442440b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 11721 | 2024.03.25 19:42:59.997359 [ 3 ] {119522a3-86cd-4f3f-ba5d-38b9442440b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11722 | 2024.03.25 19:42:59.997485 [ 3 ] {119522a3-86cd-4f3f-ba5d-38b9442440b9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11723 | 2024.03.25 19:42:59.997884 [ 3 ] {119522a3-86cd-4f3f-ba5d-38b9442440b9} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11724 | 2024.03.25 19:42:59.997923 [ 3 ] {119522a3-86cd-4f3f-ba5d-38b9442440b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 11725 | 2024.03.25 19:42:59.998233 [ 3 ] {119522a3-86cd-4f3f-ba5d-38b9442440b9} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 11726 | 2024.03.25 19:42:59.998545 [ 3 ] {119522a3-86cd-4f3f-ba5d-38b9442440b9} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11727 | 2024.03.25 19:42:59.998702 [ 3 ] {119522a3-86cd-4f3f-ba5d-38b9442440b9} <Debug> executeQuery: Read 52 rows, 4.13 KiB in 0.001412 sec., 36827.1954674221 rows/sec., 2.86 MiB/sec. | ||
| 11728 | 2024.03.25 19:42:59.998834 [ 3 ] {119522a3-86cd-4f3f-ba5d-38b9442440b9} <Debug> DynamicQueryHandler: Done processing query | ||
| 11729 | 2024.03.25 19:42:59.998859 [ 3 ] {119522a3-86cd-4f3f-ba5d-38b9442440b9} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 11730 | 2024.03.25 19:42:59.998876 [ 3 ] {} <Debug> HTTP-Session: 4046ec7d-e338-4421-a1e9-4fada330aa84 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11731 | 2024.03.25 19:42:59.999030 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 26094, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11732 | 2024.03.25 19:42:59.999081 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 11733 | 2024.03.25 19:42:59.999098 [ 3 ] {} <Debug> HTTP-Session: a6c42b02-b9f9-4799-942d-b3e3302650a3 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 11734 | 2024.03.25 19:42:59.999115 [ 3 ] {} <Debug> HTTP-Session: a6c42b02-b9f9-4799-942d-b3e3302650a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11735 | 2024.03.25 19:42:59.999129 [ 3 ] {} <Debug> HTTP-Session: a6c42b02-b9f9-4799-942d-b3e3302650a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11736 | 2024.03.25 19:42:59.999160 [ 3 ] {} <Trace> HTTP-Session: a6c42b02-b9f9-4799-942d-b3e3302650a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11737 | 2024.03.25 19:42:59.999270 [ 3 ] {4680dc5e-e6d1-4bfe-9b82-bfed8f223c12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 11738 | 2024.03.25 19:42:59.999316 [ 3 ] {4680dc5e-e6d1-4bfe-9b82-bfed8f223c12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11739 | 2024.03.25 19:42:59.999462 [ 3 ] {4680dc5e-e6d1-4bfe-9b82-bfed8f223c12} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11740 | 2024.03.25 19:42:59.999822 [ 3 ] {4680dc5e-e6d1-4bfe-9b82-bfed8f223c12} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11741 | 2024.03.25 19:42:59.999863 [ 3 ] {4680dc5e-e6d1-4bfe-9b82-bfed8f223c12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 11742 | 2024.03.25 19:43:00.000149 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 208.72 MiB, peak 217.87 MiB, free memory in arenas 0.00 B, will set to 207.52 MiB (RSS), difference: -1.20 MiB | ||
| 11743 | 2024.03.25 19:43:00.000569 [ 3 ] {4680dc5e-e6d1-4bfe-9b82-bfed8f223c12} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 11744 | 2024.03.25 19:43:00.000977 [ 3 ] {4680dc5e-e6d1-4bfe-9b82-bfed8f223c12} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11745 | 2024.03.25 19:43:00.001134 [ 3 ] {4680dc5e-e6d1-4bfe-9b82-bfed8f223c12} <Debug> executeQuery: Read 136 rows, 9.70 KiB in 0.001918 sec., 70907.19499478623 rows/sec., 4.94 MiB/sec. | ||
| 11746 | 2024.03.25 19:43:00.001285 [ 3 ] {4680dc5e-e6d1-4bfe-9b82-bfed8f223c12} <Debug> DynamicQueryHandler: Done processing query | ||
| 11747 | 2024.03.25 19:43:00.001311 [ 3 ] {4680dc5e-e6d1-4bfe-9b82-bfed8f223c12} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
| 11748 | 2024.03.25 19:43:00.001344 [ 3 ] {} <Debug> HTTP-Session: a6c42b02-b9f9-4799-942d-b3e3302650a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11749 | 2024.03.25 19:43:00.001492 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11750 | 2024.03.25 19:43:00.001544 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 11751 | 2024.03.25 19:43:00.001564 [ 3 ] {} <Debug> HTTP-Session: 91c5a61e-5308-4fd6-a3bc-077343405e8b Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 11752 | 2024.03.25 19:43:00.001582 [ 3 ] {} <Debug> HTTP-Session: 91c5a61e-5308-4fd6-a3bc-077343405e8b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11753 | 2024.03.25 19:43:00.001596 [ 3 ] {} <Debug> HTTP-Session: 91c5a61e-5308-4fd6-a3bc-077343405e8b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11754 | 2024.03.25 19:43:00.001628 [ 3 ] {} <Trace> HTTP-Session: 91c5a61e-5308-4fd6-a3bc-077343405e8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11755 | 2024.03.25 19:43:00.001703 [ 3 ] {6d5f0f6b-cbc6-464d-864d-0f469c11b2c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 11756 | 2024.03.25 19:43:00.001748 [ 3 ] {6d5f0f6b-cbc6-464d-864d-0f469c11b2c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11757 | 2024.03.25 19:43:00.001876 [ 3 ] {6d5f0f6b-cbc6-464d-864d-0f469c11b2c9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11758 | 2024.03.25 19:43:00.002156 [ 3 ] {6d5f0f6b-cbc6-464d-864d-0f469c11b2c9} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11759 | 2024.03.25 19:43:00.002194 [ 3 ] {6d5f0f6b-cbc6-464d-864d-0f469c11b2c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 11760 | 2024.03.25 19:43:00.002546 [ 3 ] {6d5f0f6b-cbc6-464d-864d-0f469c11b2c9} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 11761 | 2024.03.25 19:43:00.002871 [ 3 ] {6d5f0f6b-cbc6-464d-864d-0f469c11b2c9} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11762 | 2024.03.25 19:43:00.003026 [ 3 ] {6d5f0f6b-cbc6-464d-864d-0f469c11b2c9} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001351 sec., 22205.77350111029 rows/sec., 1.52 MiB/sec. | ||
| 11763 | 2024.03.25 19:43:00.003233 [ 3 ] {6d5f0f6b-cbc6-464d-864d-0f469c11b2c9} <Debug> DynamicQueryHandler: Done processing query | ||
| 11764 | 2024.03.25 19:43:00.003261 [ 3 ] {6d5f0f6b-cbc6-464d-864d-0f469c11b2c9} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 11765 | 2024.03.25 19:43:00.003314 [ 3 ] {} <Debug> HTTP-Session: 91c5a61e-5308-4fd6-a3bc-077343405e8b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11766 | 2024.03.25 19:43:04.996751 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 8371, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11767 | 2024.03.25 19:43:04.996879 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 11768 | 2024.03.25 19:43:04.996905 [ 3 ] {} <Debug> HTTP-Session: 3c0b71cc-aab1-45c7-ada5-6e2ae00a7392 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 11769 | 2024.03.25 19:43:04.996929 [ 3 ] {} <Debug> HTTP-Session: 3c0b71cc-aab1-45c7-ada5-6e2ae00a7392 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11770 | 2024.03.25 19:43:04.996944 [ 3 ] {} <Debug> HTTP-Session: 3c0b71cc-aab1-45c7-ada5-6e2ae00a7392 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11771 | 2024.03.25 19:43:04.996993 [ 3 ] {} <Trace> HTTP-Session: 3c0b71cc-aab1-45c7-ada5-6e2ae00a7392 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11772 | 2024.03.25 19:43:04.997124 [ 3 ] {55ce3dee-ed8c-4f15-9690-b7c2b82bf365} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 11773 | 2024.03.25 19:43:04.997190 [ 3 ] {55ce3dee-ed8c-4f15-9690-b7c2b82bf365} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 11774 | 2024.03.25 19:43:04.997378 [ 3 ] {55ce3dee-ed8c-4f15-9690-b7c2b82bf365} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11775 | 2024.03.25 19:43:04.997824 [ 3 ] {55ce3dee-ed8c-4f15-9690-b7c2b82bf365} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11776 | 2024.03.25 19:43:04.997872 [ 3 ] {55ce3dee-ed8c-4f15-9690-b7c2b82bf365} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 11777 | 2024.03.25 19:43:04.998265 [ 3 ] {55ce3dee-ed8c-4f15-9690-b7c2b82bf365} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 11778 | 2024.03.25 19:43:04.998609 [ 3 ] {55ce3dee-ed8c-4f15-9690-b7c2b82bf365} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11779 | 2024.03.25 19:43:04.998787 [ 3 ] {55ce3dee-ed8c-4f15-9690-b7c2b82bf365} <Debug> executeQuery: Read 58 rows, 4.70 KiB in 0.00172 sec., 33720.93023255814 rows/sec., 2.67 MiB/sec. | ||
| 11780 | 2024.03.25 19:43:04.998947 [ 3 ] {55ce3dee-ed8c-4f15-9690-b7c2b82bf365} <Debug> DynamicQueryHandler: Done processing query | ||
| 11781 | 2024.03.25 19:43:04.998975 [ 3 ] {55ce3dee-ed8c-4f15-9690-b7c2b82bf365} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 11782 | 2024.03.25 19:43:04.998992 [ 3 ] {} <Debug> HTTP-Session: 3c0b71cc-aab1-45c7-ada5-6e2ae00a7392 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11783 | 2024.03.25 19:43:04.999136 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11784 | 2024.03.25 19:43:04.999189 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 11785 | 2024.03.25 19:43:04.999210 [ 3 ] {} <Debug> HTTP-Session: 469f645c-1a6b-4fea-853a-3dec1919c31a Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 11786 | 2024.03.25 19:43:04.999229 [ 3 ] {} <Debug> HTTP-Session: 469f645c-1a6b-4fea-853a-3dec1919c31a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11787 | 2024.03.25 19:43:04.999243 [ 3 ] {} <Debug> HTTP-Session: 469f645c-1a6b-4fea-853a-3dec1919c31a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11788 | 2024.03.25 19:43:04.999278 [ 3 ] {} <Trace> HTTP-Session: 469f645c-1a6b-4fea-853a-3dec1919c31a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11789 | 2024.03.25 19:43:04.999352 [ 3 ] {5678d6d1-e7c0-4b9d-819b-c99b54e3db5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 11790 | 2024.03.25 19:43:04.999397 [ 3 ] {5678d6d1-e7c0-4b9d-819b-c99b54e3db5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 11791 | 2024.03.25 19:43:04.999528 [ 3 ] {5678d6d1-e7c0-4b9d-819b-c99b54e3db5e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11792 | 2024.03.25 19:43:04.999836 [ 3 ] {5678d6d1-e7c0-4b9d-819b-c99b54e3db5e} <Trace> oximeter.fields_ipaddr (d9ee32b3-8a1d-44e7-a34c-f0038ee3937b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11793 | 2024.03.25 19:43:04.999876 [ 3 ] {5678d6d1-e7c0-4b9d-819b-c99b54e3db5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 11794 | 2024.03.25 19:43:05.000143 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 208.62 MiB, peak 217.87 MiB, free memory in arenas 0.00 B, will set to 207.52 MiB (RSS), difference: -1.09 MiB | ||
| 11795 | 2024.03.25 19:43:05.000358 [ 3 ] {5678d6d1-e7c0-4b9d-819b-c99b54e3db5e} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 11796 | 2024.03.25 19:43:05.000942 [ 3 ] {5678d6d1-e7c0-4b9d-819b-c99b54e3db5e} <Trace> oximeter.fields_ipaddr (d9ee32b3-8a1d-44e7-a34c-f0038ee3937b): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11797 | 2024.03.25 19:43:05.001108 [ 3 ] {5678d6d1-e7c0-4b9d-819b-c99b54e3db5e} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001776 sec., 2252.252252252252 rows/sec., 183.66 KiB/sec. | ||
| 11798 | 2024.03.25 19:43:05.001250 [ 3 ] {5678d6d1-e7c0-4b9d-819b-c99b54e3db5e} <Debug> DynamicQueryHandler: Done processing query | ||
| 11799 | 2024.03.25 19:43:05.001277 [ 3 ] {5678d6d1-e7c0-4b9d-819b-c99b54e3db5e} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 11800 | 2024.03.25 19:43:05.001293 [ 3 ] {} <Debug> HTTP-Session: 469f645c-1a6b-4fea-853a-3dec1919c31a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11801 | 2024.03.25 19:43:05.001482 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 31614, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11802 | 2024.03.25 19:43:05.001535 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 11803 | 2024.03.25 19:43:05.001554 [ 3 ] {} <Debug> HTTP-Session: b7cd4b10-978e-4017-874a-6ccc11e1127f Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 11804 | 2024.03.25 19:43:05.001572 [ 3 ] {} <Debug> HTTP-Session: b7cd4b10-978e-4017-874a-6ccc11e1127f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11805 | 2024.03.25 19:43:05.001586 [ 3 ] {} <Debug> HTTP-Session: b7cd4b10-978e-4017-874a-6ccc11e1127f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11806 | 2024.03.25 19:43:05.001618 [ 3 ] {} <Trace> HTTP-Session: b7cd4b10-978e-4017-874a-6ccc11e1127f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11807 | 2024.03.25 19:43:05.001738 [ 3 ] {e2621111-dbcc-4f81-8a8d-ac837a79adf4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 11808 | 2024.03.25 19:43:05.001780 [ 3 ] {e2621111-dbcc-4f81-8a8d-ac837a79adf4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11809 | 2024.03.25 19:43:05.001908 [ 3 ] {e2621111-dbcc-4f81-8a8d-ac837a79adf4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11810 | 2024.03.25 19:43:05.002326 [ 3 ] {e2621111-dbcc-4f81-8a8d-ac837a79adf4} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11811 | 2024.03.25 19:43:05.002367 [ 3 ] {e2621111-dbcc-4f81-8a8d-ac837a79adf4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 11812 | 2024.03.25 19:43:05.002699 [ 3 ] {e2621111-dbcc-4f81-8a8d-ac837a79adf4} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 11813 | 2024.03.25 19:43:05.003029 [ 3 ] {e2621111-dbcc-4f81-8a8d-ac837a79adf4} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11814 | 2024.03.25 19:43:05.003182 [ 3 ] {e2621111-dbcc-4f81-8a8d-ac837a79adf4} <Debug> executeQuery: Read 202 rows, 19.29 KiB in 0.001511 sec., 133686.30046326935 rows/sec., 12.47 MiB/sec. | ||
| 11815 | 2024.03.25 19:43:05.003299 [ 3 ] {e2621111-dbcc-4f81-8a8d-ac837a79adf4} <Debug> DynamicQueryHandler: Done processing query | ||
| 11816 | 2024.03.25 19:43:05.003324 [ 3 ] {e2621111-dbcc-4f81-8a8d-ac837a79adf4} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 11817 | 2024.03.25 19:43:05.003340 [ 3 ] {} <Debug> HTTP-Session: b7cd4b10-978e-4017-874a-6ccc11e1127f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11818 | 2024.03.25 19:43:05.003463 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11819 | 2024.03.25 19:43:05.003513 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 11820 | 2024.03.25 19:43:05.003533 [ 3 ] {} <Debug> HTTP-Session: d4e429b6-0dc3-4cb1-898d-16e92d905d29 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 11821 | 2024.03.25 19:43:05.003550 [ 3 ] {} <Debug> HTTP-Session: d4e429b6-0dc3-4cb1-898d-16e92d905d29 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11822 | 2024.03.25 19:43:05.003564 [ 3 ] {} <Debug> HTTP-Session: d4e429b6-0dc3-4cb1-898d-16e92d905d29 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11823 | 2024.03.25 19:43:05.003595 [ 3 ] {} <Trace> HTTP-Session: d4e429b6-0dc3-4cb1-898d-16e92d905d29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11824 | 2024.03.25 19:43:05.003661 [ 3 ] {1f80cf88-5814-485d-8b85-06d082e11e96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 11825 | 2024.03.25 19:43:05.003703 [ 3 ] {1f80cf88-5814-485d-8b85-06d082e11e96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11826 | 2024.03.25 19:43:05.003828 [ 3 ] {1f80cf88-5814-485d-8b85-06d082e11e96} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11827 | 2024.03.25 19:43:05.004094 [ 3 ] {1f80cf88-5814-485d-8b85-06d082e11e96} <Trace> oximeter.fields_u16 (c5488911-6586-43c0-ae3f-1262ae9a0dfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11828 | 2024.03.25 19:43:05.004134 [ 3 ] {1f80cf88-5814-485d-8b85-06d082e11e96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 11829 | 2024.03.25 19:43:05.004438 [ 3 ] {1f80cf88-5814-485d-8b85-06d082e11e96} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 11830 | 2024.03.25 19:43:05.004745 [ 3 ] {1f80cf88-5814-485d-8b85-06d082e11e96} <Trace> oximeter.fields_u16 (c5488911-6586-43c0-ae3f-1262ae9a0dfa): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11831 | 2024.03.25 19:43:05.004905 [ 3 ] {1f80cf88-5814-485d-8b85-06d082e11e96} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001259 sec., 3177.1247021445593 rows/sec., 221.84 KiB/sec. | ||
| 11832 | 2024.03.25 19:43:05.005101 [ 3 ] {1f80cf88-5814-485d-8b85-06d082e11e96} <Debug> DynamicQueryHandler: Done processing query | ||
| 11833 | 2024.03.25 19:43:05.005152 [ 3 ] {1f80cf88-5814-485d-8b85-06d082e11e96} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 11834 | 2024.03.25 19:43:05.005191 [ 3 ] {} <Debug> HTTP-Session: d4e429b6-0dc3-4cb1-898d-16e92d905d29 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11835 | 2024.03.25 19:43:05.005338 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 15302, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11836 | 2024.03.25 19:43:05.005390 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 11837 | 2024.03.25 19:43:05.005409 [ 3 ] {} <Debug> HTTP-Session: 74b32f93-b67a-4c16-baaa-c2f7ba4a6b1d Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 11838 | 2024.03.25 19:43:05.005426 [ 3 ] {} <Debug> HTTP-Session: 74b32f93-b67a-4c16-baaa-c2f7ba4a6b1d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11839 | 2024.03.25 19:43:05.005440 [ 3 ] {} <Debug> HTTP-Session: 74b32f93-b67a-4c16-baaa-c2f7ba4a6b1d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11840 | 2024.03.25 19:43:05.005471 [ 3 ] {} <Trace> HTTP-Session: 74b32f93-b67a-4c16-baaa-c2f7ba4a6b1d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11841 | 2024.03.25 19:43:05.005571 [ 3 ] {b15d9e31-6a5b-4000-97ee-f44885e37efb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 11842 | 2024.03.25 19:43:05.005615 [ 3 ] {b15d9e31-6a5b-4000-97ee-f44885e37efb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11843 | 2024.03.25 19:43:05.005762 [ 3 ] {b15d9e31-6a5b-4000-97ee-f44885e37efb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11844 | 2024.03.25 19:43:05.006084 [ 3 ] {b15d9e31-6a5b-4000-97ee-f44885e37efb} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11845 | 2024.03.25 19:43:05.006122 [ 3 ] {b15d9e31-6a5b-4000-97ee-f44885e37efb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 11846 | 2024.03.25 19:43:05.006439 [ 3 ] {b15d9e31-6a5b-4000-97ee-f44885e37efb} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 11847 | 2024.03.25 19:43:05.006761 [ 3 ] {b15d9e31-6a5b-4000-97ee-f44885e37efb} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11848 | 2024.03.25 19:43:05.006918 [ 3 ] {b15d9e31-6a5b-4000-97ee-f44885e37efb} <Debug> executeQuery: Read 90 rows, 7.21 KiB in 0.001389 sec., 64794.81641468682 rows/sec., 5.07 MiB/sec. | ||
| 11849 | 2024.03.25 19:43:05.007033 [ 3 ] {b15d9e31-6a5b-4000-97ee-f44885e37efb} <Debug> DynamicQueryHandler: Done processing query | ||
| 11850 | 2024.03.25 19:43:05.007057 [ 3 ] {b15d9e31-6a5b-4000-97ee-f44885e37efb} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 11851 | 2024.03.25 19:43:05.007073 [ 3 ] {} <Debug> HTTP-Session: 74b32f93-b67a-4c16-baaa-c2f7ba4a6b1d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11852 | 2024.03.25 19:43:05.007210 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 19517, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11853 | 2024.03.25 19:43:05.007257 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 11854 | 2024.03.25 19:43:05.007276 [ 3 ] {} <Debug> HTTP-Session: a08c433c-8274-42da-8ef1-cc83c867e28c Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 11855 | 2024.03.25 19:43:05.007293 [ 3 ] {} <Debug> HTTP-Session: a08c433c-8274-42da-8ef1-cc83c867e28c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11856 | 2024.03.25 19:43:05.007307 [ 3 ] {} <Debug> HTTP-Session: a08c433c-8274-42da-8ef1-cc83c867e28c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11857 | 2024.03.25 19:43:05.007338 [ 3 ] {} <Trace> HTTP-Session: a08c433c-8274-42da-8ef1-cc83c867e28c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11858 | 2024.03.25 19:43:05.007443 [ 3 ] {f5fd0fb3-0d2d-4928-85a2-a478d56c35cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 11859 | 2024.03.25 19:43:05.007489 [ 3 ] {f5fd0fb3-0d2d-4928-85a2-a478d56c35cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11860 | 2024.03.25 19:43:05.007631 [ 3 ] {f5fd0fb3-0d2d-4928-85a2-a478d56c35cf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11861 | 2024.03.25 19:43:05.007965 [ 3 ] {f5fd0fb3-0d2d-4928-85a2-a478d56c35cf} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11862 | 2024.03.25 19:43:05.008004 [ 3 ] {f5fd0fb3-0d2d-4928-85a2-a478d56c35cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 11863 | 2024.03.25 19:43:05.008395 [ 3 ] {f5fd0fb3-0d2d-4928-85a2-a478d56c35cf} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 11864 | 2024.03.25 19:43:05.008748 [ 3 ] {f5fd0fb3-0d2d-4928-85a2-a478d56c35cf} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11865 | 2024.03.25 19:43:05.008905 [ 3 ] {f5fd0fb3-0d2d-4928-85a2-a478d56c35cf} <Debug> executeQuery: Read 102 rows, 7.24 KiB in 0.00151 sec., 67549.66887417219 rows/sec., 4.68 MiB/sec. | ||
| 11866 | 2024.03.25 19:43:05.009034 [ 3 ] {f5fd0fb3-0d2d-4928-85a2-a478d56c35cf} <Debug> DynamicQueryHandler: Done processing query | ||
| 11867 | 2024.03.25 19:43:05.009059 [ 3 ] {f5fd0fb3-0d2d-4928-85a2-a478d56c35cf} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
| 11868 | 2024.03.25 19:43:05.009075 [ 3 ] {} <Debug> HTTP-Session: a08c433c-8274-42da-8ef1-cc83c867e28c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11869 | 2024.03.25 19:43:05.009248 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 62054, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11870 | 2024.03.25 19:43:05.009299 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 11871 | 2024.03.25 19:43:05.009319 [ 3 ] {} <Debug> HTTP-Session: 4f9689ac-c24d-4c40-8e81-d531d3843b3b Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 11872 | 2024.03.25 19:43:05.009335 [ 3 ] {} <Debug> HTTP-Session: 4f9689ac-c24d-4c40-8e81-d531d3843b3b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11873 | 2024.03.25 19:43:05.009350 [ 3 ] {} <Debug> HTTP-Session: 4f9689ac-c24d-4c40-8e81-d531d3843b3b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11874 | 2024.03.25 19:43:05.009381 [ 3 ] {} <Trace> HTTP-Session: 4f9689ac-c24d-4c40-8e81-d531d3843b3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11875 | 2024.03.25 19:43:05.009751 [ 3 ] {2ce8c52b-d078-42d5-bb4c-3e6572278749} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 11876 | 2024.03.25 19:43:05.009799 [ 3 ] {2ce8c52b-d078-42d5-bb4c-3e6572278749} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 11877 | 2024.03.25 19:43:05.009959 [ 3 ] {2ce8c52b-d078-42d5-bb4c-3e6572278749} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11878 | 2024.03.25 19:43:05.010595 [ 3 ] {2ce8c52b-d078-42d5-bb4c-3e6572278749} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11879 | 2024.03.25 19:43:05.010635 [ 3 ] {2ce8c52b-d078-42d5-bb4c-3e6572278749} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 11880 | 2024.03.25 19:43:05.011069 [ 3 ] {2ce8c52b-d078-42d5-bb4c-3e6572278749} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 11881 | 2024.03.25 19:43:05.011415 [ 3 ] {2ce8c52b-d078-42d5-bb4c-3e6572278749} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11882 | 2024.03.25 19:43:05.011574 [ 3 ] {2ce8c52b-d078-42d5-bb4c-3e6572278749} <Debug> executeQuery: Read 58 rows, 80.15 KiB in 0.002129 sec., 27242.837012682012 rows/sec., 36.76 MiB/sec. | ||
| 11883 | 2024.03.25 19:43:05.011693 [ 3 ] {2ce8c52b-d078-42d5-bb4c-3e6572278749} <Debug> DynamicQueryHandler: Done processing query | ||
| 11884 | 2024.03.25 19:43:05.011717 [ 3 ] {2ce8c52b-d078-42d5-bb4c-3e6572278749} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 11885 | 2024.03.25 19:43:05.011733 [ 3 ] {} <Debug> HTTP-Session: 4f9689ac-c24d-4c40-8e81-d531d3843b3b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11886 | 2024.03.25 19:43:05.011857 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11887 | 2024.03.25 19:43:05.011906 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 11888 | 2024.03.25 19:43:05.011926 [ 3 ] {} <Debug> HTTP-Session: a6cd9a19-02c3-4f8f-b3ff-a5b468a2ce22 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 11889 | 2024.03.25 19:43:05.011944 [ 3 ] {} <Debug> HTTP-Session: a6cd9a19-02c3-4f8f-b3ff-a5b468a2ce22 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11890 | 2024.03.25 19:43:05.011958 [ 3 ] {} <Debug> HTTP-Session: a6cd9a19-02c3-4f8f-b3ff-a5b468a2ce22 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11891 | 2024.03.25 19:43:05.011988 [ 3 ] {} <Trace> HTTP-Session: a6cd9a19-02c3-4f8f-b3ff-a5b468a2ce22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11892 | 2024.03.25 19:43:05.012062 [ 3 ] {edb41a28-2180-4e25-ace9-b1097a9c7a3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 11893 | 2024.03.25 19:43:05.012105 [ 3 ] {edb41a28-2180-4e25-ace9-b1097a9c7a3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11894 | 2024.03.25 19:43:05.012229 [ 3 ] {edb41a28-2180-4e25-ace9-b1097a9c7a3a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11895 | 2024.03.25 19:43:05.012499 [ 3 ] {edb41a28-2180-4e25-ace9-b1097a9c7a3a} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11896 | 2024.03.25 19:43:05.012537 [ 3 ] {edb41a28-2180-4e25-ace9-b1097a9c7a3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 11897 | 2024.03.25 19:43:05.012900 [ 3 ] {edb41a28-2180-4e25-ace9-b1097a9c7a3a} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 11898 | 2024.03.25 19:43:05.013234 [ 3 ] {edb41a28-2180-4e25-ace9-b1097a9c7a3a} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11899 | 2024.03.25 19:43:05.013394 [ 3 ] {edb41a28-2180-4e25-ace9-b1097a9c7a3a} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001362 sec., 22026.431718061674 rows/sec., 1.51 MiB/sec. | ||
| 11900 | 2024.03.25 19:43:05.013512 [ 3 ] {edb41a28-2180-4e25-ace9-b1097a9c7a3a} <Debug> DynamicQueryHandler: Done processing query | ||
| 11901 | 2024.03.25 19:43:05.013536 [ 3 ] {edb41a28-2180-4e25-ace9-b1097a9c7a3a} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 11902 | 2024.03.25 19:43:05.013552 [ 3 ] {} <Debug> HTTP-Session: a6cd9a19-02c3-4f8f-b3ff-a5b468a2ce22 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11903 | 2024.03.25 19:43:06.614905 [ 94 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 11904 | 2024.03.25 19:43:06.614963 [ 94 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 11905 | 2024.03.25 19:43:07.002363 [ 243 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001814045 sec. | ||
| 11906 | 2024.03.25 19:43:09.993093 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 3629, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11907 | 2024.03.25 19:43:09.993238 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 11908 | 2024.03.25 19:43:09.993265 [ 3 ] {} <Debug> HTTP-Session: a3f19901-fcf0-4d76-82de-d42a1591925f Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 11909 | 2024.03.25 19:43:09.993290 [ 3 ] {} <Debug> HTTP-Session: a3f19901-fcf0-4d76-82de-d42a1591925f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11910 | 2024.03.25 19:43:09.993305 [ 3 ] {} <Debug> HTTP-Session: a3f19901-fcf0-4d76-82de-d42a1591925f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11911 | 2024.03.25 19:43:09.993353 [ 3 ] {} <Trace> HTTP-Session: a3f19901-fcf0-4d76-82de-d42a1591925f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11912 | 2024.03.25 19:43:09.993475 [ 3 ] {31d1d4ce-b8a2-4dda-a381-5f8f01202326} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 11913 | 2024.03.25 19:43:09.993540 [ 3 ] {31d1d4ce-b8a2-4dda-a381-5f8f01202326} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11914 | 2024.03.25 19:43:09.993721 [ 3 ] {31d1d4ce-b8a2-4dda-a381-5f8f01202326} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11915 | 2024.03.25 19:43:09.994170 [ 3 ] {31d1d4ce-b8a2-4dda-a381-5f8f01202326} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11916 | 2024.03.25 19:43:09.994217 [ 3 ] {31d1d4ce-b8a2-4dda-a381-5f8f01202326} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 11917 | 2024.03.25 19:43:09.994612 [ 3 ] {31d1d4ce-b8a2-4dda-a381-5f8f01202326} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 11918 | 2024.03.25 19:43:09.994964 [ 3 ] {31d1d4ce-b8a2-4dda-a381-5f8f01202326} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11919 | 2024.03.25 19:43:09.995125 [ 3 ] {31d1d4ce-b8a2-4dda-a381-5f8f01202326} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.001708 sec., 15222.482435597189 rows/sec., 1.15 MiB/sec. | ||
| 11920 | 2024.03.25 19:43:09.995185 [ 90 ] {} <Debug> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 11921 | 2024.03.25 19:43:09.995277 [ 90 ] {} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11922 | 2024.03.25 19:43:09.995307 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 11923 | 2024.03.25 19:43:09.995317 [ 3 ] {31d1d4ce-b8a2-4dda-a381-5f8f01202326} <Debug> DynamicQueryHandler: Done processing query | ||
| 11924 | 2024.03.25 19:43:09.995359 [ 3 ] {31d1d4ce-b8a2-4dda-a381-5f8f01202326} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 11925 | 2024.03.25 19:43:09.995406 [ 3 ] {} <Debug> HTTP-Session: a3f19901-fcf0-4d76-82de-d42a1591925f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11926 | 2024.03.25 19:43:09.995531 [ 195 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full | ||
| 11927 | 2024.03.25 19:43:09.995583 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4792, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11928 | 2024.03.25 19:43:09.995660 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 11929 | 2024.03.25 19:43:09.995699 [ 3 ] {} <Debug> HTTP-Session: 02871b5c-3b14-402b-b4f9-83f3b6b953f0 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 11930 | 2024.03.25 19:43:09.995739 [ 3 ] {} <Debug> HTTP-Session: 02871b5c-3b14-402b-b4f9-83f3b6b953f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11931 | 2024.03.25 19:43:09.995778 [ 3 ] {} <Debug> HTTP-Session: 02871b5c-3b14-402b-b4f9-83f3b6b953f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11932 | 2024.03.25 19:43:09.995882 [ 3 ] {} <Trace> HTTP-Session: 02871b5c-3b14-402b-b4f9-83f3b6b953f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11933 | 2024.03.25 19:43:09.995895 [ 195 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11934 | 2024.03.25 19:43:09.995982 [ 195 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 241 rows starting from the beginning of the part | ||
| 11935 | 2024.03.25 19:43:09.996040 [ 3 ] {840eeec7-c17d-4770-8373-2d4b2f042da8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 11936 | 2024.03.25 19:43:09.996212 [ 195 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 26 rows starting from the beginning of the part | ||
| 11937 | 2024.03.25 19:43:09.996226 [ 3 ] {840eeec7-c17d-4770-8373-2d4b2f042da8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11938 | 2024.03.25 19:43:09.996536 [ 195 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 200 rows starting from the beginning of the part | ||
| 11939 | 2024.03.25 19:43:09.996825 [ 195 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 62 rows starting from the beginning of the part | ||
| 11940 | 2024.03.25 19:43:09.997127 [ 195 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 202 rows starting from the beginning of the part | ||
| 11941 | 2024.03.25 19:43:09.997443 [ 195 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 26 rows starting from the beginning of the part | ||
| 11942 | 2024.03.25 19:43:09.997927 [ 3 ] {840eeec7-c17d-4770-8373-2d4b2f042da8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11943 | 2024.03.25 19:43:09.998672 [ 3 ] {840eeec7-c17d-4770-8373-2d4b2f042da8} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11944 | 2024.03.25 19:43:09.998740 [ 3 ] {840eeec7-c17d-4770-8373-2d4b2f042da8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 11945 | 2024.03.25 19:43:09.999636 [ 3 ] {840eeec7-c17d-4770-8373-2d4b2f042da8} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 11946 | 2024.03.25 19:43:10.000178 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 216.09 MiB, peak 217.87 MiB, free memory in arenas 0.00 B, will set to 207.52 MiB (RSS), difference: -8.56 MiB | ||
| 11947 | 2024.03.25 19:43:10.000182 [ 197 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 757 rows, containing 4 columns (4 merged, 0 gathered) in 0.004766768 sec., 158807.81275698755 rows/sec., 14.26 MiB/sec. | ||
| 11948 | 2024.03.25 19:43:10.000579 [ 197 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 11949 | 2024.03.25 19:43:10.000682 [ 3 ] {840eeec7-c17d-4770-8373-2d4b2f042da8} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11950 | 2024.03.25 19:43:10.001182 [ 90 ] {} <Debug> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 11951 | 2024.03.25 19:43:10.001334 [ 90 ] {} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11952 | 2024.03.25 19:43:10.001340 [ 3 ] {840eeec7-c17d-4770-8373-2d4b2f042da8} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.005365 sec., 5219.01211556384 rows/sec., 416.84 KiB/sec. | ||
| 11953 | 2024.03.25 19:43:10.001439 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 11954 | 2024.03.25 19:43:10.001881 [ 195 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full | ||
| 11955 | 2024.03.25 19:43:10.001943 [ 3 ] {840eeec7-c17d-4770-8373-2d4b2f042da8} <Debug> DynamicQueryHandler: Done processing query | ||
| 11956 | 2024.03.25 19:43:10.001962 [ 197 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_96_19} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11957 | 2024.03.25 19:43:10.001999 [ 3 ] {840eeec7-c17d-4770-8373-2d4b2f042da8} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 11958 | 2024.03.25 19:43:10.002119 [ 3 ] {} <Debug> HTTP-Session: 02871b5c-3b14-402b-b4f9-83f3b6b953f0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11959 | 2024.03.25 19:43:10.002274 [ 197 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_96_19} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 11960 | 2024.03.25 19:43:10.002328 [ 195 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11961 | 2024.03.25 19:43:10.002450 [ 195 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 138 rows starting from the beginning of the part | ||
| 11962 | 2024.03.25 19:43:10.002508 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. | ||
| 11963 | 2024.03.25 19:43:10.002565 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 19137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11964 | 2024.03.25 19:43:10.002700 [ 195 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 28 rows starting from the beginning of the part | ||
| 11965 | 2024.03.25 19:43:10.002799 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 11966 | 2024.03.25 19:43:10.002949 [ 3 ] {} <Debug> HTTP-Session: 5b3a59a8-390d-49cd-b394-c8acbeb96693 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 11967 | 2024.03.25 19:43:10.002997 [ 195 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 86 rows starting from the beginning of the part | ||
| 11968 | 2024.03.25 19:43:10.003021 [ 3 ] {} <Debug> HTTP-Session: 5b3a59a8-390d-49cd-b394-c8acbeb96693 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11969 | 2024.03.25 19:43:10.003095 [ 3 ] {} <Debug> HTTP-Session: 5b3a59a8-390d-49cd-b394-c8acbeb96693 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11970 | 2024.03.25 19:43:10.003289 [ 195 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 52 rows starting from the beginning of the part | ||
| 11971 | 2024.03.25 19:43:10.003330 [ 3 ] {} <Trace> HTTP-Session: 5b3a59a8-390d-49cd-b394-c8acbeb96693 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11972 | 2024.03.25 19:43:10.003589 [ 195 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 90 rows starting from the beginning of the part | ||
| 11973 | 2024.03.25 19:43:10.003856 [ 3 ] {dabee9a0-1c4f-4432-8d45-9a4447c0f2c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 11974 | 2024.03.25 19:43:10.003868 [ 195 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 28 rows starting from the beginning of the part | ||
| 11975 | 2024.03.25 19:43:10.004130 [ 3 ] {dabee9a0-1c4f-4432-8d45-9a4447c0f2c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11976 | 2024.03.25 19:43:10.004754 [ 3 ] {dabee9a0-1c4f-4432-8d45-9a4447c0f2c7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11977 | 2024.03.25 19:43:10.005741 [ 3 ] {dabee9a0-1c4f-4432-8d45-9a4447c0f2c7} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11978 | 2024.03.25 19:43:10.005811 [ 3 ] {dabee9a0-1c4f-4432-8d45-9a4447c0f2c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 11979 | 2024.03.25 19:43:10.006639 [ 199 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 422 rows, containing 4 columns (4 merged, 0 gathered) in 0.004999303 sec., 84411.76700031984 rows/sec., 6.59 MiB/sec. | ||
| 11980 | 2024.03.25 19:43:10.006874 [ 3 ] {dabee9a0-1c4f-4432-8d45-9a4447c0f2c7} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 11981 | 2024.03.25 19:43:10.006900 [ 199 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 11982 | 2024.03.25 19:43:10.007751 [ 3 ] {dabee9a0-1c4f-4432-8d45-9a4447c0f2c7} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11983 | 2024.03.25 19:43:10.007854 [ 199 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_96_19} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11984 | 2024.03.25 19:43:10.008056 [ 90 ] {} <Debug> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 11985 | 2024.03.25 19:43:10.008074 [ 199 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_96_19} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 11986 | 2024.03.25 19:43:10.008083 [ 3 ] {dabee9a0-1c4f-4432-8d45-9a4447c0f2c7} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.004495 sec., 22246.94104560623 rows/sec., 1.54 MiB/sec. | ||
| 11987 | 2024.03.25 19:43:10.008125 [ 90 ] {} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11988 | 2024.03.25 19:43:10.008356 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 11989 | 2024.03.25 19:43:10.008375 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 11990 | 2024.03.25 19:43:10.008566 [ 3 ] {dabee9a0-1c4f-4432-8d45-9a4447c0f2c7} <Debug> DynamicQueryHandler: Done processing query | ||
| 11991 | 2024.03.25 19:43:10.008602 [ 3 ] {dabee9a0-1c4f-4432-8d45-9a4447c0f2c7} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
| 11992 | 2024.03.25 19:43:10.008623 [ 200 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full | ||
| 11993 | 2024.03.25 19:43:10.008624 [ 3 ] {} <Debug> HTTP-Session: 5b3a59a8-390d-49cd-b394-c8acbeb96693 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11994 | 2024.03.25 19:43:10.008767 [ 200 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11995 | 2024.03.25 19:43:10.008804 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11996 | 2024.03.25 19:43:10.008811 [ 200 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_91_18, total 9865 rows starting from the beginning of the part | ||
| 11997 | 2024.03.25 19:43:10.008860 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 11998 | 2024.03.25 19:43:10.008921 [ 3 ] {} <Debug> HTTP-Session: 3f7865b8-46b3-40ef-9ea6-0531b39ac865 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 11999 | 2024.03.25 19:43:10.008997 [ 3 ] {} <Debug> HTTP-Session: 3f7865b8-46b3-40ef-9ea6-0531b39ac865 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12000 | 2024.03.25 19:43:10.009009 [ 200 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 100 rows starting from the beginning of the part | ||
| 12001 | 2024.03.25 19:43:10.009042 [ 3 ] {} <Debug> HTTP-Session: 3f7865b8-46b3-40ef-9ea6-0531b39ac865 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12002 | 2024.03.25 19:43:10.009186 [ 3 ] {} <Trace> HTTP-Session: 3f7865b8-46b3-40ef-9ea6-0531b39ac865 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12003 | 2024.03.25 19:43:10.009324 [ 200 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 100 rows starting from the beginning of the part | ||
| 12004 | 2024.03.25 19:43:10.009473 [ 3 ] {731d408e-5a9e-4094-a7b0-af17e101c0e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 12005 | 2024.03.25 19:43:10.009648 [ 3 ] {731d408e-5a9e-4094-a7b0-af17e101c0e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12006 | 2024.03.25 19:43:10.009649 [ 200 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 136 rows starting from the beginning of the part | ||
| 12007 | 2024.03.25 19:43:10.010047 [ 200 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 102 rows starting from the beginning of the part | ||
| 12008 | 2024.03.25 19:43:10.010391 [ 200 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 100 rows starting from the beginning of the part | ||
| 12009 | 2024.03.25 19:43:10.010870 [ 3 ] {731d408e-5a9e-4094-a7b0-af17e101c0e2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12010 | 2024.03.25 19:43:10.011365 [ 3 ] {731d408e-5a9e-4094-a7b0-af17e101c0e2} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12011 | 2024.03.25 19:43:10.011403 [ 3 ] {731d408e-5a9e-4094-a7b0-af17e101c0e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 12012 | 2024.03.25 19:43:10.011817 [ 3 ] {731d408e-5a9e-4094-a7b0-af17e101c0e2} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 12013 | 2024.03.25 19:43:10.012363 [ 3 ] {731d408e-5a9e-4094-a7b0-af17e101c0e2} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12014 | 2024.03.25 19:43:10.012537 [ 3 ] {731d408e-5a9e-4094-a7b0-af17e101c0e2} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.003216 sec., 9328.358208955224 rows/sec., 654.38 KiB/sec. | ||
| 12015 | 2024.03.25 19:43:10.012578 [ 90 ] {} <Debug> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 12016 | 2024.03.25 19:43:10.012657 [ 90 ] {} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12017 | 2024.03.25 19:43:10.012717 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 12018 | 2024.03.25 19:43:10.012772 [ 3 ] {731d408e-5a9e-4094-a7b0-af17e101c0e2} <Debug> DynamicQueryHandler: Done processing query | ||
| 12019 | 2024.03.25 19:43:10.012829 [ 3 ] {731d408e-5a9e-4094-a7b0-af17e101c0e2} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 12020 | 2024.03.25 19:43:10.012885 [ 3 ] {} <Debug> HTTP-Session: 3f7865b8-46b3-40ef-9ea6-0531b39ac865 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12021 | 2024.03.25 19:43:10.012967 [ 199 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full | ||
| 12022 | 2024.03.25 19:43:10.013314 [ 199 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12023 | 2024.03.25 19:43:10.013370 [ 199 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 2712 rows starting from the beginning of the part | ||
| 12024 | 2024.03.25 19:43:10.013509 [ 199 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 30 rows starting from the beginning of the part | ||
| 12025 | 2024.03.25 19:43:10.013731 [ 199 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 30 rows starting from the beginning of the part | ||
| 12026 | 2024.03.25 19:43:10.013978 [ 199 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 30 rows starting from the beginning of the part | ||
| 12027 | 2024.03.25 19:43:10.014121 [ 199 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 30 rows starting from the beginning of the part | ||
| 12028 | 2024.03.25 19:43:10.014267 [ 199 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 30 rows starting from the beginning of the part | ||
| 12029 | 2024.03.25 19:43:10.015072 [ 200 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10403 rows, containing 5 columns (5 merged, 0 gathered) in 0.006518691 sec., 1595872.5455770185 rows/sec., 110.80 MiB/sec. | ||
| 12030 | 2024.03.25 19:43:10.015441 [ 194 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 12031 | 2024.03.25 19:43:10.016665 [ 194 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_96_19} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12032 | 2024.03.25 19:43:10.016779 [ 194 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_96_19} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 12033 | 2024.03.25 19:43:10.016908 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.24 MiB. | ||
| 12034 | 2024.03.25 19:43:10.017166 [ 201 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2862 rows, containing 4 columns (4 merged, 0 gathered) in 0.004337916 sec., 659763.8128539142 rows/sec., 45.20 MiB/sec. | ||
| 12035 | 2024.03.25 19:43:10.017460 [ 193 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 12036 | 2024.03.25 19:43:10.017946 [ 193 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_96_19} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12037 | 2024.03.25 19:43:10.018047 [ 193 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_96_19} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 12038 | 2024.03.25 19:43:10.018149 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. | ||
| 12039 | 2024.03.25 19:43:11.000156 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 199.32 MiB, peak 217.87 MiB, free memory in arenas 0.00 B, will set to 207.52 MiB (RSS), difference: 8.20 MiB | ||
| 12040 | 2024.03.25 19:43:14.996929 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 8371, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12041 | 2024.03.25 19:43:14.997056 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 12042 | 2024.03.25 19:43:14.997083 [ 3 ] {} <Debug> HTTP-Session: a9d3c2d0-d28d-40c0-a6a6-00714362eb42 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 12043 | 2024.03.25 19:43:14.997108 [ 3 ] {} <Debug> HTTP-Session: a9d3c2d0-d28d-40c0-a6a6-00714362eb42 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12044 | 2024.03.25 19:43:14.997123 [ 3 ] {} <Debug> HTTP-Session: a9d3c2d0-d28d-40c0-a6a6-00714362eb42 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12045 | 2024.03.25 19:43:14.997174 [ 3 ] {} <Trace> HTTP-Session: a9d3c2d0-d28d-40c0-a6a6-00714362eb42 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12046 | 2024.03.25 19:43:14.997310 [ 3 ] {d3386b89-6fbb-4cd5-b17b-8a41b94f6f8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 12047 | 2024.03.25 19:43:14.997376 [ 3 ] {d3386b89-6fbb-4cd5-b17b-8a41b94f6f8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 12048 | 2024.03.25 19:43:14.997562 [ 3 ] {d3386b89-6fbb-4cd5-b17b-8a41b94f6f8c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12049 | 2024.03.25 19:43:14.997997 [ 3 ] {d3386b89-6fbb-4cd5-b17b-8a41b94f6f8c} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12050 | 2024.03.25 19:43:14.998043 [ 3 ] {d3386b89-6fbb-4cd5-b17b-8a41b94f6f8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 12051 | 2024.03.25 19:43:14.998437 [ 3 ] {d3386b89-6fbb-4cd5-b17b-8a41b94f6f8c} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 12052 | 2024.03.25 19:43:14.998782 [ 3 ] {d3386b89-6fbb-4cd5-b17b-8a41b94f6f8c} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12053 | 2024.03.25 19:43:14.998930 [ 3 ] {d3386b89-6fbb-4cd5-b17b-8a41b94f6f8c} <Debug> executeQuery: Read 58 rows, 4.70 KiB in 0.00169 sec., 34319.52662721893 rows/sec., 2.72 MiB/sec. | ||
| 12054 | 2024.03.25 19:43:14.998938 [ 88 ] {} <Debug> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108) (MergerMutator): Selected 5 parts from all_1_44_10 to all_48_48_0 | ||
| 12055 | 2024.03.25 19:43:14.998994 [ 88 ] {} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12056 | 2024.03.25 19:43:14.999025 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 12057 | 2024.03.25 19:43:14.999115 [ 3 ] {d3386b89-6fbb-4cd5-b17b-8a41b94f6f8c} <Debug> DynamicQueryHandler: Done processing query | ||
| 12058 | 2024.03.25 19:43:14.999173 [ 3 ] {d3386b89-6fbb-4cd5-b17b-8a41b94f6f8c} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 12059 | 2024.03.25 19:43:14.999218 [ 192 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_48_11} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_44_10 to all_48_48_0 into Compact with storage Full | ||
| 12060 | 2024.03.25 19:43:14.999221 [ 3 ] {} <Debug> HTTP-Session: a9d3c2d0-d28d-40c0-a6a6-00714362eb42 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12061 | 2024.03.25 19:43:14.999502 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12062 | 2024.03.25 19:43:14.999668 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 12063 | 2024.03.25 19:43:14.999702 [ 192 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_48_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12064 | 2024.03.25 19:43:14.999750 [ 3 ] {} <Debug> HTTP-Session: 228a8af1-3f1d-405e-9532-96def10b3a14 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 12065 | 2024.03.25 19:43:14.999809 [ 192 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_48_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_44_10, total 58 rows starting from the beginning of the part | ||
| 12066 | 2024.03.25 19:43:14.999820 [ 3 ] {} <Debug> HTTP-Session: 228a8af1-3f1d-405e-9532-96def10b3a14 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12067 | 2024.03.25 19:43:14.999882 [ 3 ] {} <Debug> HTTP-Session: 228a8af1-3f1d-405e-9532-96def10b3a14 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12068 | 2024.03.25 19:43:15.000046 [ 3 ] {} <Trace> HTTP-Session: 228a8af1-3f1d-405e-9532-96def10b3a14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12069 | 2024.03.25 19:43:15.000227 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 208.59 MiB, peak 217.87 MiB, free memory in arenas 0.00 B, will set to 207.52 MiB (RSS), difference: -1.07 MiB | ||
| 12070 | 2024.03.25 19:43:15.000416 [ 192 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_48_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 58 rows starting from the beginning of the part | ||
| 12071 | 2024.03.25 19:43:15.000670 [ 3 ] {21bf6f56-63e9-4f63-84ef-6c8390c551f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 12072 | 2024.03.25 19:43:15.000915 [ 192 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_48_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 58 rows starting from the beginning of the part | ||
| 12073 | 2024.03.25 19:43:15.000985 [ 3 ] {21bf6f56-63e9-4f63-84ef-6c8390c551f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 12074 | 2024.03.25 19:43:15.001412 [ 192 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_48_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 58 rows starting from the beginning of the part | ||
| 12075 | 2024.03.25 19:43:15.001846 [ 192 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_48_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 58 rows starting from the beginning of the part | ||
| 12076 | 2024.03.25 19:43:15.002412 [ 3 ] {21bf6f56-63e9-4f63-84ef-6c8390c551f8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12077 | 2024.03.25 19:43:15.002924 [ 3 ] {21bf6f56-63e9-4f63-84ef-6c8390c551f8} <Trace> oximeter.fields_ipaddr (d9ee32b3-8a1d-44e7-a34c-f0038ee3937b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12078 | 2024.03.25 19:43:15.002970 [ 3 ] {21bf6f56-63e9-4f63-84ef-6c8390c551f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 12079 | 2024.03.25 19:43:15.003481 [ 3 ] {21bf6f56-63e9-4f63-84ef-6c8390c551f8} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 12080 | 2024.03.25 19:43:15.003502 [ 193 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_48_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 290 rows, containing 4 columns (4 merged, 0 gathered) in 0.004411219 sec., 65741.46511429154 rows/sec., 5.20 MiB/sec. | ||
| 12081 | 2024.03.25 19:43:15.003829 [ 193 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_48_11} <Trace> MergedBlockOutputStream: filled checksums all_1_48_11 (state Temporary) | ||
| 12082 | 2024.03.25 19:43:15.004080 [ 3 ] {21bf6f56-63e9-4f63-84ef-6c8390c551f8} <Trace> oximeter.fields_ipaddr (d9ee32b3-8a1d-44e7-a34c-f0038ee3937b): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12083 | 2024.03.25 19:43:15.004511 [ 3 ] {21bf6f56-63e9-4f63-84ef-6c8390c551f8} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.004219 sec., 948.0919649205973 rows/sec., 77.31 KiB/sec. | ||
| 12084 | 2024.03.25 19:43:15.004796 [ 3 ] {21bf6f56-63e9-4f63-84ef-6c8390c551f8} <Debug> DynamicQueryHandler: Done processing query | ||
| 12085 | 2024.03.25 19:43:15.004844 [ 3 ] {21bf6f56-63e9-4f63-84ef-6c8390c551f8} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 12086 | 2024.03.25 19:43:15.004841 [ 193 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_48_11} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Renaming temporary part tmp_merge_all_1_48_11 to all_1_48_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12087 | 2024.03.25 19:43:15.004875 [ 3 ] {} <Debug> HTTP-Session: 228a8af1-3f1d-405e-9532-96def10b3a14 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12088 | 2024.03.25 19:43:15.004994 [ 193 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_48_11} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108) (MergerMutator): Merged 5 parts: [all_1_44_10, all_48_48_0] -> all_1_48_11 | ||
| 12089 | 2024.03.25 19:43:15.005118 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 31606, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12090 | 2024.03.25 19:43:15.005154 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 12091 | 2024.03.25 19:43:15.005206 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 12092 | 2024.03.25 19:43:15.005230 [ 3 ] {} <Debug> HTTP-Session: aec8f46b-bf1d-450e-83ef-f2cebd1c2885 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 12093 | 2024.03.25 19:43:15.005248 [ 3 ] {} <Debug> HTTP-Session: aec8f46b-bf1d-450e-83ef-f2cebd1c2885 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12094 | 2024.03.25 19:43:15.005262 [ 3 ] {} <Debug> HTTP-Session: aec8f46b-bf1d-450e-83ef-f2cebd1c2885 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12095 | 2024.03.25 19:43:15.005297 [ 3 ] {} <Trace> HTTP-Session: aec8f46b-bf1d-450e-83ef-f2cebd1c2885 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12096 | 2024.03.25 19:43:15.005430 [ 3 ] {e6bd2722-0785-4745-a9b3-0944bcc27e29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 12097 | 2024.03.25 19:43:15.005474 [ 3 ] {e6bd2722-0785-4745-a9b3-0944bcc27e29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12098 | 2024.03.25 19:43:15.005622 [ 3 ] {e6bd2722-0785-4745-a9b3-0944bcc27e29} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12099 | 2024.03.25 19:43:15.006057 [ 3 ] {e6bd2722-0785-4745-a9b3-0944bcc27e29} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12100 | 2024.03.25 19:43:15.006096 [ 3 ] {e6bd2722-0785-4745-a9b3-0944bcc27e29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 12101 | 2024.03.25 19:43:15.006430 [ 3 ] {e6bd2722-0785-4745-a9b3-0944bcc27e29} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 12102 | 2024.03.25 19:43:15.006748 [ 3 ] {e6bd2722-0785-4745-a9b3-0944bcc27e29} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12103 | 2024.03.25 19:43:15.006875 [ 3 ] {e6bd2722-0785-4745-a9b3-0944bcc27e29} <Debug> executeQuery: Read 202 rows, 19.28 KiB in 0.001527 sec., 132285.52717747216 rows/sec., 12.33 MiB/sec. | ||
| 12104 | 2024.03.25 19:43:15.006990 [ 3 ] {e6bd2722-0785-4745-a9b3-0944bcc27e29} <Debug> DynamicQueryHandler: Done processing query | ||
| 12105 | 2024.03.25 19:43:15.007013 [ 3 ] {e6bd2722-0785-4745-a9b3-0944bcc27e29} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 12106 | 2024.03.25 19:43:15.007029 [ 3 ] {} <Debug> HTTP-Session: aec8f46b-bf1d-450e-83ef-f2cebd1c2885 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12107 | 2024.03.25 19:43:15.007177 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 608, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12108 | 2024.03.25 19:43:15.007232 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 12109 | 2024.03.25 19:43:15.007276 [ 3 ] {} <Debug> HTTP-Session: 291af8e3-0697-451e-a57d-d3618ffc0a1d Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 12110 | 2024.03.25 19:43:15.007293 [ 3 ] {} <Debug> HTTP-Session: 291af8e3-0697-451e-a57d-d3618ffc0a1d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12111 | 2024.03.25 19:43:15.007307 [ 3 ] {} <Debug> HTTP-Session: 291af8e3-0697-451e-a57d-d3618ffc0a1d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12112 | 2024.03.25 19:43:15.007338 [ 3 ] {} <Trace> HTTP-Session: 291af8e3-0697-451e-a57d-d3618ffc0a1d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12113 | 2024.03.25 19:43:15.007403 [ 3 ] {524c4d01-7fba-447a-a250-29e170fe241c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 12114 | 2024.03.25 19:43:15.007444 [ 3 ] {524c4d01-7fba-447a-a250-29e170fe241c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12115 | 2024.03.25 19:43:15.007567 [ 3 ] {524c4d01-7fba-447a-a250-29e170fe241c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12116 | 2024.03.25 19:43:15.007838 [ 3 ] {524c4d01-7fba-447a-a250-29e170fe241c} <Trace> oximeter.fields_u16 (c5488911-6586-43c0-ae3f-1262ae9a0dfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12117 | 2024.03.25 19:43:15.007874 [ 3 ] {524c4d01-7fba-447a-a250-29e170fe241c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 12118 | 2024.03.25 19:43:15.008172 [ 3 ] {524c4d01-7fba-447a-a250-29e170fe241c} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 12119 | 2024.03.25 19:43:15.008483 [ 3 ] {524c4d01-7fba-447a-a250-29e170fe241c} <Trace> oximeter.fields_u16 (c5488911-6586-43c0-ae3f-1262ae9a0dfa): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12120 | 2024.03.25 19:43:15.008638 [ 3 ] {524c4d01-7fba-447a-a250-29e170fe241c} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001258 sec., 3179.650238473768 rows/sec., 222.02 KiB/sec. | ||
| 12121 | 2024.03.25 19:43:15.008866 [ 3 ] {524c4d01-7fba-447a-a250-29e170fe241c} <Debug> DynamicQueryHandler: Done processing query | ||
| 12122 | 2024.03.25 19:43:15.008902 [ 3 ] {524c4d01-7fba-447a-a250-29e170fe241c} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 12123 | 2024.03.25 19:43:15.008927 [ 3 ] {} <Debug> HTTP-Session: 291af8e3-0697-451e-a57d-d3618ffc0a1d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12124 | 2024.03.25 19:43:15.009045 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 15302, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12125 | 2024.03.25 19:43:15.009093 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 12126 | 2024.03.25 19:43:15.009111 [ 3 ] {} <Debug> HTTP-Session: a845bc60-29d8-4f3d-bc4d-b826c34c7202 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 12127 | 2024.03.25 19:43:15.009129 [ 3 ] {} <Debug> HTTP-Session: a845bc60-29d8-4f3d-bc4d-b826c34c7202 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12128 | 2024.03.25 19:43:15.009143 [ 3 ] {} <Debug> HTTP-Session: a845bc60-29d8-4f3d-bc4d-b826c34c7202 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12129 | 2024.03.25 19:43:15.009172 [ 3 ] {} <Trace> HTTP-Session: a845bc60-29d8-4f3d-bc4d-b826c34c7202 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12130 | 2024.03.25 19:43:15.009269 [ 3 ] {e2f7eb6a-0492-4f72-98d3-111dc5a7231e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 12131 | 2024.03.25 19:43:15.009312 [ 3 ] {e2f7eb6a-0492-4f72-98d3-111dc5a7231e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12132 | 2024.03.25 19:43:15.009455 [ 3 ] {e2f7eb6a-0492-4f72-98d3-111dc5a7231e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12133 | 2024.03.25 19:43:15.009790 [ 3 ] {e2f7eb6a-0492-4f72-98d3-111dc5a7231e} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12134 | 2024.03.25 19:43:15.009827 [ 3 ] {e2f7eb6a-0492-4f72-98d3-111dc5a7231e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 12135 | 2024.03.25 19:43:15.010144 [ 3 ] {e2f7eb6a-0492-4f72-98d3-111dc5a7231e} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 12136 | 2024.03.25 19:43:15.010458 [ 3 ] {e2f7eb6a-0492-4f72-98d3-111dc5a7231e} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12137 | 2024.03.25 19:43:15.010597 [ 3 ] {e2f7eb6a-0492-4f72-98d3-111dc5a7231e} <Debug> executeQuery: Read 90 rows, 7.21 KiB in 0.001379 sec., 65264.68455402466 rows/sec., 5.10 MiB/sec. | ||
| 12138 | 2024.03.25 19:43:15.010733 [ 3 ] {e2f7eb6a-0492-4f72-98d3-111dc5a7231e} <Debug> DynamicQueryHandler: Done processing query | ||
| 12139 | 2024.03.25 19:43:15.010756 [ 3 ] {e2f7eb6a-0492-4f72-98d3-111dc5a7231e} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 12140 | 2024.03.25 19:43:15.010771 [ 3 ] {} <Debug> HTTP-Session: a845bc60-29d8-4f3d-bc4d-b826c34c7202 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12141 | 2024.03.25 19:43:15.010912 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 19518, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12142 | 2024.03.25 19:43:15.010956 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 12143 | 2024.03.25 19:43:15.010975 [ 3 ] {} <Debug> HTTP-Session: 10d3cd2b-7335-418f-b6e1-5905649471e4 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 12144 | 2024.03.25 19:43:15.010992 [ 3 ] {} <Debug> HTTP-Session: 10d3cd2b-7335-418f-b6e1-5905649471e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12145 | 2024.03.25 19:43:15.011005 [ 3 ] {} <Debug> HTTP-Session: 10d3cd2b-7335-418f-b6e1-5905649471e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12146 | 2024.03.25 19:43:15.011034 [ 3 ] {} <Trace> HTTP-Session: 10d3cd2b-7335-418f-b6e1-5905649471e4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12147 | 2024.03.25 19:43:15.011131 [ 3 ] {e32696bf-03ba-4739-8ba9-0c1f5292f915} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 12148 | 2024.03.25 19:43:15.011176 [ 3 ] {e32696bf-03ba-4739-8ba9-0c1f5292f915} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12149 | 2024.03.25 19:43:15.011330 [ 3 ] {e32696bf-03ba-4739-8ba9-0c1f5292f915} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12150 | 2024.03.25 19:43:15.011624 [ 3 ] {e32696bf-03ba-4739-8ba9-0c1f5292f915} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12151 | 2024.03.25 19:43:15.011661 [ 3 ] {e32696bf-03ba-4739-8ba9-0c1f5292f915} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 12152 | 2024.03.25 19:43:15.012039 [ 3 ] {e32696bf-03ba-4739-8ba9-0c1f5292f915} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 12153 | 2024.03.25 19:43:15.012376 [ 3 ] {e32696bf-03ba-4739-8ba9-0c1f5292f915} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12154 | 2024.03.25 19:43:15.012524 [ 3 ] {e32696bf-03ba-4739-8ba9-0c1f5292f915} <Debug> executeQuery: Read 102 rows, 7.24 KiB in 0.001445 sec., 70588.23529411764 rows/sec., 4.89 MiB/sec. | ||
| 12155 | 2024.03.25 19:43:15.012707 [ 3 ] {e32696bf-03ba-4739-8ba9-0c1f5292f915} <Debug> DynamicQueryHandler: Done processing query | ||
| 12156 | 2024.03.25 19:43:15.012730 [ 3 ] {e32696bf-03ba-4739-8ba9-0c1f5292f915} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
| 12157 | 2024.03.25 19:43:15.012757 [ 3 ] {} <Debug> HTTP-Session: 10d3cd2b-7335-418f-b6e1-5905649471e4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12158 | 2024.03.25 19:43:15.013009 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 62054, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12159 | 2024.03.25 19:43:15.013110 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 12160 | 2024.03.25 19:43:15.013130 [ 3 ] {} <Debug> HTTP-Session: fc0bab4b-5531-4ffd-a758-bec99ab00bf9 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 12161 | 2024.03.25 19:43:15.013147 [ 3 ] {} <Debug> HTTP-Session: fc0bab4b-5531-4ffd-a758-bec99ab00bf9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12162 | 2024.03.25 19:43:15.013162 [ 3 ] {} <Debug> HTTP-Session: fc0bab4b-5531-4ffd-a758-bec99ab00bf9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12163 | 2024.03.25 19:43:15.013193 [ 3 ] {} <Trace> HTTP-Session: fc0bab4b-5531-4ffd-a758-bec99ab00bf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12164 | 2024.03.25 19:43:15.013549 [ 3 ] {8a82a766-c61a-4671-9221-b4a6378cb059} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 12165 | 2024.03.25 19:43:15.013597 [ 3 ] {8a82a766-c61a-4671-9221-b4a6378cb059} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 12166 | 2024.03.25 19:43:15.013769 [ 3 ] {8a82a766-c61a-4671-9221-b4a6378cb059} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12167 | 2024.03.25 19:43:15.014318 [ 3 ] {8a82a766-c61a-4671-9221-b4a6378cb059} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12168 | 2024.03.25 19:43:15.014356 [ 3 ] {8a82a766-c61a-4671-9221-b4a6378cb059} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 12169 | 2024.03.25 19:43:15.014780 [ 3 ] {8a82a766-c61a-4671-9221-b4a6378cb059} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 12170 | 2024.03.25 19:43:15.015121 [ 3 ] {8a82a766-c61a-4671-9221-b4a6378cb059} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12171 | 2024.03.25 19:43:15.015290 [ 3 ] {8a82a766-c61a-4671-9221-b4a6378cb059} <Debug> executeQuery: Read 58 rows, 80.15 KiB in 0.002038 sec., 28459.273797841022 rows/sec., 38.40 MiB/sec. | ||
| 12172 | 2024.03.25 19:43:15.015814 [ 3 ] {8a82a766-c61a-4671-9221-b4a6378cb059} <Debug> DynamicQueryHandler: Done processing query | ||
| 12173 | 2024.03.25 19:43:15.015890 [ 3 ] {8a82a766-c61a-4671-9221-b4a6378cb059} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 12174 | 2024.03.25 19:43:15.015962 [ 3 ] {} <Debug> HTTP-Session: fc0bab4b-5531-4ffd-a758-bec99ab00bf9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12175 | 2024.03.25 19:43:15.016285 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12176 | 2024.03.25 19:43:15.016439 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 12177 | 2024.03.25 19:43:15.016508 [ 3 ] {} <Debug> HTTP-Session: 0c80a063-12e3-4c07-a771-61e637fcdabc Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 12178 | 2024.03.25 19:43:15.016547 [ 3 ] {} <Debug> HTTP-Session: 0c80a063-12e3-4c07-a771-61e637fcdabc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12179 | 2024.03.25 19:43:15.016581 [ 3 ] {} <Debug> HTTP-Session: 0c80a063-12e3-4c07-a771-61e637fcdabc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12180 | 2024.03.25 19:43:15.016618 [ 3 ] {} <Trace> HTTP-Session: 0c80a063-12e3-4c07-a771-61e637fcdabc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12181 | 2024.03.25 19:43:15.016695 [ 3 ] {a1e04f60-af49-444d-8079-6689e29d7c7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 12182 | 2024.03.25 19:43:15.016739 [ 3 ] {a1e04f60-af49-444d-8079-6689e29d7c7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12183 | 2024.03.25 19:43:15.016896 [ 3 ] {a1e04f60-af49-444d-8079-6689e29d7c7c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12184 | 2024.03.25 19:43:15.017145 [ 3 ] {a1e04f60-af49-444d-8079-6689e29d7c7c} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12185 | 2024.03.25 19:43:15.017182 [ 3 ] {a1e04f60-af49-444d-8079-6689e29d7c7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 12186 | 2024.03.25 19:43:15.017547 [ 3 ] {a1e04f60-af49-444d-8079-6689e29d7c7c} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 12187 | 2024.03.25 19:43:15.017884 [ 3 ] {a1e04f60-af49-444d-8079-6689e29d7c7c} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12188 | 2024.03.25 19:43:15.018036 [ 3 ] {a1e04f60-af49-444d-8079-6689e29d7c7c} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001366 sec., 21961.932650073206 rows/sec., 1.50 MiB/sec. | ||
| 12189 | 2024.03.25 19:43:15.018162 [ 3 ] {a1e04f60-af49-444d-8079-6689e29d7c7c} <Debug> DynamicQueryHandler: Done processing query | ||
| 12190 | 2024.03.25 19:43:15.018191 [ 3 ] {a1e04f60-af49-444d-8079-6689e29d7c7c} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 12191 | 2024.03.25 19:43:15.018220 [ 3 ] {} <Debug> HTTP-Session: 0c80a063-12e3-4c07-a771-61e637fcdabc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12192 | 2024.03.25 19:43:19.993967 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 3629, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12193 | 2024.03.25 19:43:19.994102 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 12194 | 2024.03.25 19:43:19.994127 [ 3 ] {} <Debug> HTTP-Session: b5035c47-a288-4d5f-91b8-344838385652 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 12195 | 2024.03.25 19:43:19.994153 [ 3 ] {} <Debug> HTTP-Session: b5035c47-a288-4d5f-91b8-344838385652 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12196 | 2024.03.25 19:43:19.994168 [ 3 ] {} <Debug> HTTP-Session: b5035c47-a288-4d5f-91b8-344838385652 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12197 | 2024.03.25 19:43:19.994216 [ 3 ] {} <Trace> HTTP-Session: b5035c47-a288-4d5f-91b8-344838385652 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12198 | 2024.03.25 19:43:19.994340 [ 3 ] {cb751afa-0d03-49fb-afa0-4711d9712ad5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 12199 | 2024.03.25 19:43:19.994407 [ 3 ] {cb751afa-0d03-49fb-afa0-4711d9712ad5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12200 | 2024.03.25 19:43:19.994595 [ 3 ] {cb751afa-0d03-49fb-afa0-4711d9712ad5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12201 | 2024.03.25 19:43:19.994963 [ 3 ] {cb751afa-0d03-49fb-afa0-4711d9712ad5} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12202 | 2024.03.25 19:43:19.995012 [ 3 ] {cb751afa-0d03-49fb-afa0-4711d9712ad5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 12203 | 2024.03.25 19:43:19.995400 [ 3 ] {cb751afa-0d03-49fb-afa0-4711d9712ad5} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 12204 | 2024.03.25 19:43:19.995744 [ 3 ] {cb751afa-0d03-49fb-afa0-4711d9712ad5} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12205 | 2024.03.25 19:43:19.995920 [ 3 ] {cb751afa-0d03-49fb-afa0-4711d9712ad5} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.001639 sec., 15863.33129957291 rows/sec., 1.20 MiB/sec. | ||
| 12206 | 2024.03.25 19:43:19.996136 [ 3 ] {cb751afa-0d03-49fb-afa0-4711d9712ad5} <Debug> DynamicQueryHandler: Done processing query | ||
| 12207 | 2024.03.25 19:43:19.996166 [ 3 ] {cb751afa-0d03-49fb-afa0-4711d9712ad5} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 12208 | 2024.03.25 19:43:19.996216 [ 3 ] {} <Debug> HTTP-Session: b5035c47-a288-4d5f-91b8-344838385652 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12209 | 2024.03.25 19:43:19.996456 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4792, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12210 | 2024.03.25 19:43:19.996527 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 12211 | 2024.03.25 19:43:19.996546 [ 3 ] {} <Debug> HTTP-Session: 67eab9bf-b512-44e9-aa6b-f4578f323d97 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 12212 | 2024.03.25 19:43:19.996564 [ 3 ] {} <Debug> HTTP-Session: 67eab9bf-b512-44e9-aa6b-f4578f323d97 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12213 | 2024.03.25 19:43:19.996578 [ 3 ] {} <Debug> HTTP-Session: 67eab9bf-b512-44e9-aa6b-f4578f323d97 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12214 | 2024.03.25 19:43:19.996614 [ 3 ] {} <Trace> HTTP-Session: 67eab9bf-b512-44e9-aa6b-f4578f323d97 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12215 | 2024.03.25 19:43:19.996700 [ 3 ] {e7931671-51f3-4456-ba38-3281a9075dd8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 12216 | 2024.03.25 19:43:19.996747 [ 3 ] {e7931671-51f3-4456-ba38-3281a9075dd8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12217 | 2024.03.25 19:43:19.996896 [ 3 ] {e7931671-51f3-4456-ba38-3281a9075dd8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12218 | 2024.03.25 19:43:19.997176 [ 3 ] {e7931671-51f3-4456-ba38-3281a9075dd8} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12219 | 2024.03.25 19:43:19.997216 [ 3 ] {e7931671-51f3-4456-ba38-3281a9075dd8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 12220 | 2024.03.25 19:43:19.997533 [ 3 ] {e7931671-51f3-4456-ba38-3281a9075dd8} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 12221 | 2024.03.25 19:43:19.997855 [ 3 ] {e7931671-51f3-4456-ba38-3281a9075dd8} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12222 | 2024.03.25 19:43:19.998018 [ 3 ] {e7931671-51f3-4456-ba38-3281a9075dd8} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001351 sec., 20725.38860103627 rows/sec., 1.62 MiB/sec. | ||
| 12223 | 2024.03.25 19:43:19.998177 [ 3 ] {e7931671-51f3-4456-ba38-3281a9075dd8} <Debug> DynamicQueryHandler: Done processing query | ||
| 12224 | 2024.03.25 19:43:19.998201 [ 3 ] {e7931671-51f3-4456-ba38-3281a9075dd8} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 12225 | 2024.03.25 19:43:19.998219 [ 3 ] {} <Debug> HTTP-Session: 67eab9bf-b512-44e9-aa6b-f4578f323d97 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12226 | 2024.03.25 19:43:19.998438 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 19137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12227 | 2024.03.25 19:43:19.998506 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 12228 | 2024.03.25 19:43:19.998525 [ 3 ] {} <Debug> HTTP-Session: 954fe5fb-ffff-4d98-a20d-d09d0d1536fe Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 12229 | 2024.03.25 19:43:19.998542 [ 3 ] {} <Debug> HTTP-Session: 954fe5fb-ffff-4d98-a20d-d09d0d1536fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12230 | 2024.03.25 19:43:19.998555 [ 3 ] {} <Debug> HTTP-Session: 954fe5fb-ffff-4d98-a20d-d09d0d1536fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12231 | 2024.03.25 19:43:19.998586 [ 3 ] {} <Trace> HTTP-Session: 954fe5fb-ffff-4d98-a20d-d09d0d1536fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12232 | 2024.03.25 19:43:19.998690 [ 3 ] {2774a980-6ff1-48a8-a7eb-b799e3d517e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 12233 | 2024.03.25 19:43:19.998735 [ 3 ] {2774a980-6ff1-48a8-a7eb-b799e3d517e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12234 | 2024.03.25 19:43:19.998896 [ 3 ] {2774a980-6ff1-48a8-a7eb-b799e3d517e7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12235 | 2024.03.25 19:43:19.999210 [ 3 ] {2774a980-6ff1-48a8-a7eb-b799e3d517e7} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12236 | 2024.03.25 19:43:19.999247 [ 3 ] {2774a980-6ff1-48a8-a7eb-b799e3d517e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 12237 | 2024.03.25 19:43:19.999633 [ 3 ] {2774a980-6ff1-48a8-a7eb-b799e3d517e7} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 12238 | 2024.03.25 19:43:19.999986 [ 3 ] {2774a980-6ff1-48a8-a7eb-b799e3d517e7} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12239 | 2024.03.25 19:43:20.000164 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 213.00 MiB, peak 217.87 MiB, free memory in arenas 0.00 B, will set to 207.52 MiB (RSS), difference: -5.47 MiB | ||
| 12240 | 2024.03.25 19:43:20.000315 [ 3 ] {2774a980-6ff1-48a8-a7eb-b799e3d517e7} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001677 sec., 59630.29218843172 rows/sec., 4.13 MiB/sec. | ||
| 12241 | 2024.03.25 19:43:20.000558 [ 3 ] {2774a980-6ff1-48a8-a7eb-b799e3d517e7} <Debug> DynamicQueryHandler: Done processing query | ||
| 12242 | 2024.03.25 19:43:20.000584 [ 3 ] {2774a980-6ff1-48a8-a7eb-b799e3d517e7} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
| 12243 | 2024.03.25 19:43:20.000637 [ 3 ] {} <Debug> HTTP-Session: 954fe5fb-ffff-4d98-a20d-d09d0d1536fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12244 | 2024.03.25 19:43:20.000812 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12245 | 2024.03.25 19:43:20.000860 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 12246 | 2024.03.25 19:43:20.000878 [ 3 ] {} <Debug> HTTP-Session: 8e1af629-b331-4e72-b653-f2bfb77112b3 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 12247 | 2024.03.25 19:43:20.000895 [ 3 ] {} <Debug> HTTP-Session: 8e1af629-b331-4e72-b653-f2bfb77112b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12248 | 2024.03.25 19:43:20.000909 [ 3 ] {} <Debug> HTTP-Session: 8e1af629-b331-4e72-b653-f2bfb77112b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12249 | 2024.03.25 19:43:20.000940 [ 3 ] {} <Trace> HTTP-Session: 8e1af629-b331-4e72-b653-f2bfb77112b3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12250 | 2024.03.25 19:43:20.001019 [ 3 ] {0fc1164d-d457-4b76-b153-36237a9884fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 12251 | 2024.03.25 19:43:20.001063 [ 3 ] {0fc1164d-d457-4b76-b153-36237a9884fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12252 | 2024.03.25 19:43:20.001214 [ 3 ] {0fc1164d-d457-4b76-b153-36237a9884fd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12253 | 2024.03.25 19:43:20.001478 [ 3 ] {0fc1164d-d457-4b76-b153-36237a9884fd} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12254 | 2024.03.25 19:43:20.001515 [ 3 ] {0fc1164d-d457-4b76-b153-36237a9884fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 12255 | 2024.03.25 19:43:20.001883 [ 3 ] {0fc1164d-d457-4b76-b153-36237a9884fd} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 12256 | 2024.03.25 19:43:20.002215 [ 3 ] {0fc1164d-d457-4b76-b153-36237a9884fd} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12257 | 2024.03.25 19:43:20.002375 [ 3 ] {0fc1164d-d457-4b76-b153-36237a9884fd} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001383 sec., 21691.97396963124 rows/sec., 1.49 MiB/sec. | ||
| 12258 | 2024.03.25 19:43:20.002488 [ 3 ] {0fc1164d-d457-4b76-b153-36237a9884fd} <Debug> DynamicQueryHandler: Done processing query | ||
| 12259 | 2024.03.25 19:43:20.002511 [ 3 ] {0fc1164d-d457-4b76-b153-36237a9884fd} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 12260 | 2024.03.25 19:43:20.002527 [ 3 ] {} <Debug> HTTP-Session: 8e1af629-b331-4e72-b653-f2bfb77112b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12261 | 2024.03.25 19:43:21.000236 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 202.31 MiB, peak 217.87 MiB, free memory in arenas 0.00 B, will set to 207.52 MiB (RSS), difference: 5.21 MiB | ||
| 12262 | 2024.03.25 19:43:21.615209 [ 84 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 12263 | 2024.03.25 19:43:21.615263 [ 84 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 12264 | 2024.03.25 19:43:24.996867 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 8371, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12265 | 2024.03.25 19:43:24.997007 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 12266 | 2024.03.25 19:43:24.997036 [ 3 ] {} <Debug> HTTP-Session: 499c77bf-34eb-42e5-a304-9cfe90cab194 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 12267 | 2024.03.25 19:43:24.997065 [ 3 ] {} <Debug> HTTP-Session: 499c77bf-34eb-42e5-a304-9cfe90cab194 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12268 | 2024.03.25 19:43:24.997083 [ 3 ] {} <Debug> HTTP-Session: 499c77bf-34eb-42e5-a304-9cfe90cab194 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12269 | 2024.03.25 19:43:24.997138 [ 3 ] {} <Trace> HTTP-Session: 499c77bf-34eb-42e5-a304-9cfe90cab194 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12270 | 2024.03.25 19:43:24.997289 [ 3 ] {78f403bb-aea6-41ff-b7fe-0356dad8c287} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 12271 | 2024.03.25 19:43:24.997361 [ 3 ] {78f403bb-aea6-41ff-b7fe-0356dad8c287} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 12272 | 2024.03.25 19:43:24.997580 [ 3 ] {78f403bb-aea6-41ff-b7fe-0356dad8c287} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12273 | 2024.03.25 19:43:24.998066 [ 3 ] {78f403bb-aea6-41ff-b7fe-0356dad8c287} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12274 | 2024.03.25 19:43:24.998115 [ 3 ] {78f403bb-aea6-41ff-b7fe-0356dad8c287} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 12275 | 2024.03.25 19:43:24.998515 [ 3 ] {78f403bb-aea6-41ff-b7fe-0356dad8c287} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 12276 | 2024.03.25 19:43:24.998871 [ 3 ] {78f403bb-aea6-41ff-b7fe-0356dad8c287} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12277 | 2024.03.25 19:43:24.999022 [ 3 ] {78f403bb-aea6-41ff-b7fe-0356dad8c287} <Debug> executeQuery: Read 58 rows, 4.70 KiB in 0.001812 sec., 32008.830022075053 rows/sec., 2.53 MiB/sec. | ||
| 12278 | 2024.03.25 19:43:24.999177 [ 3 ] {78f403bb-aea6-41ff-b7fe-0356dad8c287} <Debug> DynamicQueryHandler: Done processing query | ||
| 12279 | 2024.03.25 19:43:24.999205 [ 3 ] {78f403bb-aea6-41ff-b7fe-0356dad8c287} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 12280 | 2024.03.25 19:43:24.999222 [ 3 ] {} <Debug> HTTP-Session: 499c77bf-34eb-42e5-a304-9cfe90cab194 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12281 | 2024.03.25 19:43:24.999432 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 31316, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12282 | 2024.03.25 19:43:24.999488 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 12283 | 2024.03.25 19:43:24.999507 [ 3 ] {} <Debug> HTTP-Session: 2656b9ba-daaa-4659-a2c0-d2f163fbd84a Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 12284 | 2024.03.25 19:43:24.999525 [ 3 ] {} <Debug> HTTP-Session: 2656b9ba-daaa-4659-a2c0-d2f163fbd84a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12285 | 2024.03.25 19:43:24.999539 [ 3 ] {} <Debug> HTTP-Session: 2656b9ba-daaa-4659-a2c0-d2f163fbd84a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12286 | 2024.03.25 19:43:24.999575 [ 3 ] {} <Trace> HTTP-Session: 2656b9ba-daaa-4659-a2c0-d2f163fbd84a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12287 | 2024.03.25 19:43:24.999702 [ 3 ] {879514c0-7fbb-49f1-b70c-9094e8f05851} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 12288 | 2024.03.25 19:43:24.999750 [ 3 ] {879514c0-7fbb-49f1-b70c-9094e8f05851} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12289 | 2024.03.25 19:43:24.999882 [ 3 ] {879514c0-7fbb-49f1-b70c-9094e8f05851} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12290 | 2024.03.25 19:43:25.000168 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 208.60 MiB, peak 217.87 MiB, free memory in arenas 0.00 B, will set to 207.52 MiB (RSS), difference: -1.08 MiB | ||
| 12291 | 2024.03.25 19:43:25.000622 [ 3 ] {879514c0-7fbb-49f1-b70c-9094e8f05851} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12292 | 2024.03.25 19:43:25.000707 [ 3 ] {879514c0-7fbb-49f1-b70c-9094e8f05851} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 12293 | 2024.03.25 19:43:25.001056 [ 3 ] {879514c0-7fbb-49f1-b70c-9094e8f05851} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 12294 | 2024.03.25 19:43:25.001389 [ 3 ] {879514c0-7fbb-49f1-b70c-9094e8f05851} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12295 | 2024.03.25 19:43:25.001521 [ 3 ] {879514c0-7fbb-49f1-b70c-9094e8f05851} <Debug> executeQuery: Read 200 rows, 19.11 KiB in 0.001889 sec., 105876.12493382742 rows/sec., 9.88 MiB/sec. | ||
| 12296 | 2024.03.25 19:43:25.001650 [ 3 ] {879514c0-7fbb-49f1-b70c-9094e8f05851} <Debug> DynamicQueryHandler: Done processing query | ||
| 12297 | 2024.03.25 19:43:25.001680 [ 3 ] {879514c0-7fbb-49f1-b70c-9094e8f05851} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 12298 | 2024.03.25 19:43:25.001711 [ 3 ] {} <Debug> HTTP-Session: 2656b9ba-daaa-4659-a2c0-d2f163fbd84a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12299 | 2024.03.25 19:43:25.001886 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 14620, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12300 | 2024.03.25 19:43:25.001938 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 12301 | 2024.03.25 19:43:25.001957 [ 3 ] {} <Debug> HTTP-Session: fa14ccf1-c7b1-4645-a006-83d9447d88e4 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 12302 | 2024.03.25 19:43:25.001975 [ 3 ] {} <Debug> HTTP-Session: fa14ccf1-c7b1-4645-a006-83d9447d88e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12303 | 2024.03.25 19:43:25.001989 [ 3 ] {} <Debug> HTTP-Session: fa14ccf1-c7b1-4645-a006-83d9447d88e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12304 | 2024.03.25 19:43:25.002022 [ 3 ] {} <Trace> HTTP-Session: fa14ccf1-c7b1-4645-a006-83d9447d88e4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12305 | 2024.03.25 19:43:25.002123 [ 3 ] {d918a522-b7a9-4cb2-8c9f-f89c9c6d6967} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 12306 | 2024.03.25 19:43:25.002166 [ 3 ] {d918a522-b7a9-4cb2-8c9f-f89c9c6d6967} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12307 | 2024.03.25 19:43:25.002293 [ 3 ] {d918a522-b7a9-4cb2-8c9f-f89c9c6d6967} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12308 | 2024.03.25 19:43:25.002644 [ 3 ] {d918a522-b7a9-4cb2-8c9f-f89c9c6d6967} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12309 | 2024.03.25 19:43:25.002680 [ 3 ] {d918a522-b7a9-4cb2-8c9f-f89c9c6d6967} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 12310 | 2024.03.25 19:43:25.002996 [ 3 ] {d918a522-b7a9-4cb2-8c9f-f89c9c6d6967} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 12311 | 2024.03.25 19:43:25.003316 [ 3 ] {d918a522-b7a9-4cb2-8c9f-f89c9c6d6967} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12312 | 2024.03.25 19:43:25.003443 [ 3 ] {d918a522-b7a9-4cb2-8c9f-f89c9c6d6967} <Debug> executeQuery: Read 86 rows, 6.88 KiB in 0.001378 sec., 62409.28882438316 rows/sec., 4.88 MiB/sec. | ||
| 12313 | 2024.03.25 19:43:25.003606 [ 3 ] {d918a522-b7a9-4cb2-8c9f-f89c9c6d6967} <Debug> DynamicQueryHandler: Done processing query | ||
| 12314 | 2024.03.25 19:43:25.003635 [ 3 ] {d918a522-b7a9-4cb2-8c9f-f89c9c6d6967} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 12315 | 2024.03.25 19:43:25.003651 [ 3 ] {} <Debug> HTTP-Session: fa14ccf1-c7b1-4645-a006-83d9447d88e4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12316 | 2024.03.25 19:43:25.003847 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 19137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12317 | 2024.03.25 19:43:25.003957 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 12318 | 2024.03.25 19:43:25.003986 [ 3 ] {} <Debug> HTTP-Session: 3651ffb8-b258-4206-8f15-645de15e83b9 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 12319 | 2024.03.25 19:43:25.004004 [ 3 ] {} <Debug> HTTP-Session: 3651ffb8-b258-4206-8f15-645de15e83b9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12320 | 2024.03.25 19:43:25.004017 [ 3 ] {} <Debug> HTTP-Session: 3651ffb8-b258-4206-8f15-645de15e83b9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12321 | 2024.03.25 19:43:25.004049 [ 3 ] {} <Trace> HTTP-Session: 3651ffb8-b258-4206-8f15-645de15e83b9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12322 | 2024.03.25 19:43:25.004152 [ 3 ] {d99f4362-2afd-4f3d-aa87-255b6b6bf55c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 12323 | 2024.03.25 19:43:25.004200 [ 3 ] {d99f4362-2afd-4f3d-aa87-255b6b6bf55c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12324 | 2024.03.25 19:43:25.004368 [ 3 ] {d99f4362-2afd-4f3d-aa87-255b6b6bf55c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12325 | 2024.03.25 19:43:25.004714 [ 3 ] {d99f4362-2afd-4f3d-aa87-255b6b6bf55c} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12326 | 2024.03.25 19:43:25.004751 [ 3 ] {d99f4362-2afd-4f3d-aa87-255b6b6bf55c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 12327 | 2024.03.25 19:43:25.005146 [ 3 ] {d99f4362-2afd-4f3d-aa87-255b6b6bf55c} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 12328 | 2024.03.25 19:43:25.005496 [ 3 ] {d99f4362-2afd-4f3d-aa87-255b6b6bf55c} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12329 | 2024.03.25 19:43:25.005633 [ 3 ] {d99f4362-2afd-4f3d-aa87-255b6b6bf55c} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001535 sec., 65146.579804560264 rows/sec., 4.52 MiB/sec. | ||
| 12330 | 2024.03.25 19:43:25.005770 [ 3 ] {d99f4362-2afd-4f3d-aa87-255b6b6bf55c} <Debug> DynamicQueryHandler: Done processing query | ||
| 12331 | 2024.03.25 19:43:25.005819 [ 3 ] {d99f4362-2afd-4f3d-aa87-255b6b6bf55c} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
| 12332 | 2024.03.25 19:43:25.005836 [ 3 ] {} <Debug> HTTP-Session: 3651ffb8-b258-4206-8f15-645de15e83b9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12333 | 2024.03.25 19:43:25.006009 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 62054, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12334 | 2024.03.25 19:43:25.006065 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 12335 | 2024.03.25 19:43:25.006084 [ 3 ] {} <Debug> HTTP-Session: ce75c511-ec49-48c6-87f2-a74559c80511 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 12336 | 2024.03.25 19:43:25.006101 [ 3 ] {} <Debug> HTTP-Session: ce75c511-ec49-48c6-87f2-a74559c80511 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12337 | 2024.03.25 19:43:25.006114 [ 3 ] {} <Debug> HTTP-Session: ce75c511-ec49-48c6-87f2-a74559c80511 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12338 | 2024.03.25 19:43:25.006145 [ 3 ] {} <Trace> HTTP-Session: ce75c511-ec49-48c6-87f2-a74559c80511 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12339 | 2024.03.25 19:43:25.006519 [ 3 ] {3f9fb378-ce24-4857-84fd-a0c5b3e8aeee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 12340 | 2024.03.25 19:43:25.006572 [ 3 ] {3f9fb378-ce24-4857-84fd-a0c5b3e8aeee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 12341 | 2024.03.25 19:43:25.006728 [ 3 ] {3f9fb378-ce24-4857-84fd-a0c5b3e8aeee} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12342 | 2024.03.25 19:43:25.007350 [ 3 ] {3f9fb378-ce24-4857-84fd-a0c5b3e8aeee} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12343 | 2024.03.25 19:43:25.007387 [ 3 ] {3f9fb378-ce24-4857-84fd-a0c5b3e8aeee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 12344 | 2024.03.25 19:43:25.007839 [ 3 ] {3f9fb378-ce24-4857-84fd-a0c5b3e8aeee} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 12345 | 2024.03.25 19:43:25.008179 [ 3 ] {3f9fb378-ce24-4857-84fd-a0c5b3e8aeee} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12346 | 2024.03.25 19:43:25.008308 [ 3 ] {3f9fb378-ce24-4857-84fd-a0c5b3e8aeee} <Debug> executeQuery: Read 58 rows, 80.15 KiB in 0.002107 sec., 27527.28998576175 rows/sec., 37.15 MiB/sec. | ||
| 12347 | 2024.03.25 19:43:25.008434 [ 3 ] {3f9fb378-ce24-4857-84fd-a0c5b3e8aeee} <Debug> DynamicQueryHandler: Done processing query | ||
| 12348 | 2024.03.25 19:43:25.008457 [ 3 ] {3f9fb378-ce24-4857-84fd-a0c5b3e8aeee} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 12349 | 2024.03.25 19:43:25.008473 [ 3 ] {} <Debug> HTTP-Session: ce75c511-ec49-48c6-87f2-a74559c80511 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12350 | 2024.03.25 19:43:25.008604 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12351 | 2024.03.25 19:43:25.008654 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 12352 | 2024.03.25 19:43:25.008672 [ 3 ] {} <Debug> HTTP-Session: 19f2be71-a607-499d-94fd-d551c1b4be26 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 12353 | 2024.03.25 19:43:25.008689 [ 3 ] {} <Debug> HTTP-Session: 19f2be71-a607-499d-94fd-d551c1b4be26 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12354 | 2024.03.25 19:43:25.008702 [ 3 ] {} <Debug> HTTP-Session: 19f2be71-a607-499d-94fd-d551c1b4be26 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12355 | 2024.03.25 19:43:25.008733 [ 3 ] {} <Trace> HTTP-Session: 19f2be71-a607-499d-94fd-d551c1b4be26 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12356 | 2024.03.25 19:43:25.008805 [ 3 ] {df73fdb2-cc92-4039-a9ac-e0b40b7b90f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 12357 | 2024.03.25 19:43:25.008846 [ 3 ] {df73fdb2-cc92-4039-a9ac-e0b40b7b90f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12358 | 2024.03.25 19:43:25.008971 [ 3 ] {df73fdb2-cc92-4039-a9ac-e0b40b7b90f7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12359 | 2024.03.25 19:43:25.009253 [ 3 ] {df73fdb2-cc92-4039-a9ac-e0b40b7b90f7} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12360 | 2024.03.25 19:43:25.009289 [ 3 ] {df73fdb2-cc92-4039-a9ac-e0b40b7b90f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 12361 | 2024.03.25 19:43:25.009647 [ 3 ] {df73fdb2-cc92-4039-a9ac-e0b40b7b90f7} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 12362 | 2024.03.25 19:43:25.009966 [ 3 ] {df73fdb2-cc92-4039-a9ac-e0b40b7b90f7} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12363 | 2024.03.25 19:43:25.010090 [ 3 ] {df73fdb2-cc92-4039-a9ac-e0b40b7b90f7} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001313 sec., 22848.43869002285 rows/sec., 1.57 MiB/sec. | ||
| 12364 | 2024.03.25 19:43:25.010196 [ 3 ] {df73fdb2-cc92-4039-a9ac-e0b40b7b90f7} <Debug> DynamicQueryHandler: Done processing query | ||
| 12365 | 2024.03.25 19:43:25.010219 [ 3 ] {df73fdb2-cc92-4039-a9ac-e0b40b7b90f7} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 12366 | 2024.03.25 19:43:25.010236 [ 3 ] {} <Debug> HTTP-Session: 19f2be71-a607-499d-94fd-d551c1b4be26 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12367 | 2024.03.25 19:43:29.994739 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12368 | 2024.03.25 19:43:29.994867 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 12369 | 2024.03.25 19:43:29.994892 [ 3 ] {} <Debug> HTTP-Session: 04b68a9e-92ef-425a-87cc-9264f429d32f Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 12370 | 2024.03.25 19:43:29.994917 [ 3 ] {} <Debug> HTTP-Session: 04b68a9e-92ef-425a-87cc-9264f429d32f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12371 | 2024.03.25 19:43:29.994931 [ 3 ] {} <Debug> HTTP-Session: 04b68a9e-92ef-425a-87cc-9264f429d32f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12372 | 2024.03.25 19:43:29.994978 [ 3 ] {} <Trace> HTTP-Session: 04b68a9e-92ef-425a-87cc-9264f429d32f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12373 | 2024.03.25 19:43:29.995090 [ 3 ] {b9721171-6fe9-47db-85cb-77e30ac57b11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 12374 | 2024.03.25 19:43:29.995155 [ 3 ] {b9721171-6fe9-47db-85cb-77e30ac57b11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 12375 | 2024.03.25 19:43:29.995342 [ 3 ] {b9721171-6fe9-47db-85cb-77e30ac57b11} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12376 | 2024.03.25 19:43:29.995746 [ 3 ] {b9721171-6fe9-47db-85cb-77e30ac57b11} <Trace> oximeter.fields_ipaddr (d9ee32b3-8a1d-44e7-a34c-f0038ee3937b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12377 | 2024.03.25 19:43:29.995795 [ 3 ] {b9721171-6fe9-47db-85cb-77e30ac57b11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 12378 | 2024.03.25 19:43:29.996176 [ 3 ] {b9721171-6fe9-47db-85cb-77e30ac57b11} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 12379 | 2024.03.25 19:43:29.996516 [ 3 ] {b9721171-6fe9-47db-85cb-77e30ac57b11} <Trace> oximeter.fields_ipaddr (d9ee32b3-8a1d-44e7-a34c-f0038ee3937b): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12380 | 2024.03.25 19:43:29.996668 [ 3 ] {b9721171-6fe9-47db-85cb-77e30ac57b11} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001628 sec., 1228.5012285012285 rows/sec., 100.18 KiB/sec. | ||
| 12381 | 2024.03.25 19:43:29.996921 [ 3 ] {b9721171-6fe9-47db-85cb-77e30ac57b11} <Debug> DynamicQueryHandler: Done processing query | ||
| 12382 | 2024.03.25 19:43:29.996964 [ 3 ] {b9721171-6fe9-47db-85cb-77e30ac57b11} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 12383 | 2024.03.25 19:43:29.996982 [ 3 ] {} <Debug> HTTP-Session: 04b68a9e-92ef-425a-87cc-9264f429d32f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12384 | 2024.03.25 19:43:29.997145 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 8753, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12385 | 2024.03.25 19:43:29.997198 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 12386 | 2024.03.25 19:43:29.997216 [ 3 ] {} <Debug> HTTP-Session: 1511a4d0-b869-442f-ac4d-90c1cec144c2 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 12387 | 2024.03.25 19:43:29.997235 [ 3 ] {} <Debug> HTTP-Session: 1511a4d0-b869-442f-ac4d-90c1cec144c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12388 | 2024.03.25 19:43:29.997250 [ 3 ] {} <Debug> HTTP-Session: 1511a4d0-b869-442f-ac4d-90c1cec144c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12389 | 2024.03.25 19:43:29.997286 [ 3 ] {} <Trace> HTTP-Session: 1511a4d0-b869-442f-ac4d-90c1cec144c2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12390 | 2024.03.25 19:43:29.997386 [ 3 ] {35db6cf3-2718-46d7-a22a-52b7cfd17863} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 12391 | 2024.03.25 19:43:29.997432 [ 3 ] {35db6cf3-2718-46d7-a22a-52b7cfd17863} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12392 | 2024.03.25 19:43:29.997582 [ 3 ] {35db6cf3-2718-46d7-a22a-52b7cfd17863} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12393 | 2024.03.25 19:43:29.997920 [ 3 ] {35db6cf3-2718-46d7-a22a-52b7cfd17863} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12394 | 2024.03.25 19:43:29.997958 [ 3 ] {35db6cf3-2718-46d7-a22a-52b7cfd17863} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 12395 | 2024.03.25 19:43:29.998276 [ 3 ] {35db6cf3-2718-46d7-a22a-52b7cfd17863} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 12396 | 2024.03.25 19:43:29.998588 [ 3 ] {35db6cf3-2718-46d7-a22a-52b7cfd17863} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12397 | 2024.03.25 19:43:29.998716 [ 3 ] {35db6cf3-2718-46d7-a22a-52b7cfd17863} <Debug> executeQuery: Read 63 rows, 4.91 KiB in 0.001381 sec., 45619.11658218682 rows/sec., 3.47 MiB/sec. | ||
| 12398 | 2024.03.25 19:43:29.998836 [ 3 ] {35db6cf3-2718-46d7-a22a-52b7cfd17863} <Debug> DynamicQueryHandler: Done processing query | ||
| 12399 | 2024.03.25 19:43:29.998860 [ 3 ] {35db6cf3-2718-46d7-a22a-52b7cfd17863} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 12400 | 2024.03.25 19:43:29.998876 [ 3 ] {} <Debug> HTTP-Session: 1511a4d0-b869-442f-ac4d-90c1cec144c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12401 | 2024.03.25 19:43:29.998997 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12402 | 2024.03.25 19:43:29.999044 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 12403 | 2024.03.25 19:43:29.999063 [ 3 ] {} <Debug> HTTP-Session: 7d4eb5fa-3175-4c47-8f9d-f04563192ec8 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 12404 | 2024.03.25 19:43:29.999081 [ 3 ] {} <Debug> HTTP-Session: 7d4eb5fa-3175-4c47-8f9d-f04563192ec8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12405 | 2024.03.25 19:43:29.999095 [ 3 ] {} <Debug> HTTP-Session: 7d4eb5fa-3175-4c47-8f9d-f04563192ec8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12406 | 2024.03.25 19:43:29.999127 [ 3 ] {} <Trace> HTTP-Session: 7d4eb5fa-3175-4c47-8f9d-f04563192ec8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12407 | 2024.03.25 19:43:29.999194 [ 3 ] {4c2e3a26-58a1-46cd-b3b3-62b96aa90052} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 12408 | 2024.03.25 19:43:29.999236 [ 3 ] {4c2e3a26-58a1-46cd-b3b3-62b96aa90052} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12409 | 2024.03.25 19:43:29.999362 [ 3 ] {4c2e3a26-58a1-46cd-b3b3-62b96aa90052} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12410 | 2024.03.25 19:43:29.999694 [ 3 ] {4c2e3a26-58a1-46cd-b3b3-62b96aa90052} <Trace> oximeter.fields_u16 (c5488911-6586-43c0-ae3f-1262ae9a0dfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12411 | 2024.03.25 19:43:29.999730 [ 3 ] {4c2e3a26-58a1-46cd-b3b3-62b96aa90052} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 12412 | 2024.03.25 19:43:30.000043 [ 3 ] {4c2e3a26-58a1-46cd-b3b3-62b96aa90052} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 12413 | 2024.03.25 19:43:30.000153 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 212.95 MiB, peak 217.87 MiB, free memory in arenas 0.00 B, will set to 207.52 MiB (RSS), difference: -5.42 MiB | ||
| 12414 | 2024.03.25 19:43:30.000784 [ 3 ] {4c2e3a26-58a1-46cd-b3b3-62b96aa90052} <Trace> oximeter.fields_u16 (c5488911-6586-43c0-ae3f-1262ae9a0dfa): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12415 | 2024.03.25 19:43:30.000917 [ 3 ] {4c2e3a26-58a1-46cd-b3b3-62b96aa90052} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001749 sec., 1143.5105774728418 rows/sec., 79.84 KiB/sec. | ||
| 12416 | 2024.03.25 19:43:30.001041 [ 3 ] {4c2e3a26-58a1-46cd-b3b3-62b96aa90052} <Debug> DynamicQueryHandler: Done processing query | ||
| 12417 | 2024.03.25 19:43:30.001065 [ 3 ] {4c2e3a26-58a1-46cd-b3b3-62b96aa90052} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 12418 | 2024.03.25 19:43:30.001080 [ 3 ] {} <Debug> HTTP-Session: 7d4eb5fa-3175-4c47-8f9d-f04563192ec8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12419 | 2024.03.25 19:43:30.001211 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 9171, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12420 | 2024.03.25 19:43:30.001266 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 12421 | 2024.03.25 19:43:30.001284 [ 3 ] {} <Debug> HTTP-Session: 9a76fe3e-1397-4c28-b261-ec69aa6437b7 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 12422 | 2024.03.25 19:43:30.001301 [ 3 ] {} <Debug> HTTP-Session: 9a76fe3e-1397-4c28-b261-ec69aa6437b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12423 | 2024.03.25 19:43:30.001314 [ 3 ] {} <Debug> HTTP-Session: 9a76fe3e-1397-4c28-b261-ec69aa6437b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12424 | 2024.03.25 19:43:30.001346 [ 3 ] {} <Trace> HTTP-Session: 9a76fe3e-1397-4c28-b261-ec69aa6437b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12425 | 2024.03.25 19:43:30.001427 [ 3 ] {d3ebcb65-4ad6-409f-b30d-93d1f41b4d69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 12426 | 2024.03.25 19:43:30.001468 [ 3 ] {d3ebcb65-4ad6-409f-b30d-93d1f41b4d69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12427 | 2024.03.25 19:43:30.001589 [ 3 ] {d3ebcb65-4ad6-409f-b30d-93d1f41b4d69} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12428 | 2024.03.25 19:43:30.001927 [ 3 ] {d3ebcb65-4ad6-409f-b30d-93d1f41b4d69} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12429 | 2024.03.25 19:43:30.001963 [ 3 ] {d3ebcb65-4ad6-409f-b30d-93d1f41b4d69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 12430 | 2024.03.25 19:43:30.002273 [ 3 ] {d3ebcb65-4ad6-409f-b30d-93d1f41b4d69} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 12431 | 2024.03.25 19:43:30.002578 [ 3 ] {d3ebcb65-4ad6-409f-b30d-93d1f41b4d69} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12432 | 2024.03.25 19:43:30.002700 [ 3 ] {d3ebcb65-4ad6-409f-b30d-93d1f41b4d69} <Debug> executeQuery: Read 54 rows, 4.30 KiB in 0.00131 sec., 41221.37404580153 rows/sec., 3.20 MiB/sec. | ||
| 12433 | 2024.03.25 19:43:30.002819 [ 3 ] {d3ebcb65-4ad6-409f-b30d-93d1f41b4d69} <Debug> DynamicQueryHandler: Done processing query | ||
| 12434 | 2024.03.25 19:43:30.002842 [ 3 ] {d3ebcb65-4ad6-409f-b30d-93d1f41b4d69} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 12435 | 2024.03.25 19:43:30.002858 [ 3 ] {} <Debug> HTTP-Session: 9a76fe3e-1397-4c28-b261-ec69aa6437b7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12436 | 2024.03.25 19:43:30.002998 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 26286, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12437 | 2024.03.25 19:43:30.003047 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 12438 | 2024.03.25 19:43:30.003065 [ 3 ] {} <Debug> HTTP-Session: e255ecf3-53e5-4847-9ff5-951d03e9a1cf Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 12439 | 2024.03.25 19:43:30.003081 [ 3 ] {} <Debug> HTTP-Session: e255ecf3-53e5-4847-9ff5-951d03e9a1cf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12440 | 2024.03.25 19:43:30.003095 [ 3 ] {} <Debug> HTTP-Session: e255ecf3-53e5-4847-9ff5-951d03e9a1cf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12441 | 2024.03.25 19:43:30.003124 [ 3 ] {} <Trace> HTTP-Session: e255ecf3-53e5-4847-9ff5-951d03e9a1cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12442 | 2024.03.25 19:43:30.003234 [ 3 ] {bb4db85e-b4e1-479c-8367-947ed5de6b15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 12443 | 2024.03.25 19:43:30.003280 [ 3 ] {bb4db85e-b4e1-479c-8367-947ed5de6b15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12444 | 2024.03.25 19:43:30.003418 [ 3 ] {bb4db85e-b4e1-479c-8367-947ed5de6b15} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12445 | 2024.03.25 19:43:30.003809 [ 3 ] {bb4db85e-b4e1-479c-8367-947ed5de6b15} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12446 | 2024.03.25 19:43:30.003845 [ 3 ] {bb4db85e-b4e1-479c-8367-947ed5de6b15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 12447 | 2024.03.25 19:43:30.004230 [ 3 ] {bb4db85e-b4e1-479c-8367-947ed5de6b15} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 12448 | 2024.03.25 19:43:30.004568 [ 3 ] {bb4db85e-b4e1-479c-8367-947ed5de6b15} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12449 | 2024.03.25 19:43:30.004702 [ 3 ] {bb4db85e-b4e1-479c-8367-947ed5de6b15} <Debug> executeQuery: Read 137 rows, 9.77 KiB in 0.00153 sec., 89542.48366013073 rows/sec., 6.24 MiB/sec. | ||
| 12450 | 2024.03.25 19:43:30.004822 [ 3 ] {bb4db85e-b4e1-479c-8367-947ed5de6b15} <Debug> DynamicQueryHandler: Done processing query | ||
| 12451 | 2024.03.25 19:43:30.004846 [ 3 ] {bb4db85e-b4e1-479c-8367-947ed5de6b15} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
| 12452 | 2024.03.25 19:43:30.004862 [ 3 ] {} <Debug> HTTP-Session: e255ecf3-53e5-4847-9ff5-951d03e9a1cf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12453 | 2024.03.25 19:43:30.004986 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12454 | 2024.03.25 19:43:30.005034 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 12455 | 2024.03.25 19:43:30.005052 [ 3 ] {} <Debug> HTTP-Session: 8ad7787e-33ab-4c93-a55e-86859f737739 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 12456 | 2024.03.25 19:43:30.005069 [ 3 ] {} <Debug> HTTP-Session: 8ad7787e-33ab-4c93-a55e-86859f737739 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12457 | 2024.03.25 19:43:30.005082 [ 3 ] {} <Debug> HTTP-Session: 8ad7787e-33ab-4c93-a55e-86859f737739 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12458 | 2024.03.25 19:43:30.005112 [ 3 ] {} <Trace> HTTP-Session: 8ad7787e-33ab-4c93-a55e-86859f737739 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12459 | 2024.03.25 19:43:30.005185 [ 3 ] {c6e049c0-b26e-41d6-ab2f-bc95a82d0962} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 12460 | 2024.03.25 19:43:30.005226 [ 3 ] {c6e049c0-b26e-41d6-ab2f-bc95a82d0962} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12461 | 2024.03.25 19:43:30.005351 [ 3 ] {c6e049c0-b26e-41d6-ab2f-bc95a82d0962} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12462 | 2024.03.25 19:43:30.005650 [ 3 ] {c6e049c0-b26e-41d6-ab2f-bc95a82d0962} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12463 | 2024.03.25 19:43:30.005686 [ 3 ] {c6e049c0-b26e-41d6-ab2f-bc95a82d0962} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 12464 | 2024.03.25 19:43:30.006047 [ 3 ] {c6e049c0-b26e-41d6-ab2f-bc95a82d0962} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 12465 | 2024.03.25 19:43:30.006369 [ 3 ] {c6e049c0-b26e-41d6-ab2f-bc95a82d0962} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12466 | 2024.03.25 19:43:30.006501 [ 3 ] {c6e049c0-b26e-41d6-ab2f-bc95a82d0962} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001348 sec., 22255.19287833828 rows/sec., 1.52 MiB/sec. | ||
| 12467 | 2024.03.25 19:43:30.006621 [ 3 ] {c6e049c0-b26e-41d6-ab2f-bc95a82d0962} <Debug> DynamicQueryHandler: Done processing query | ||
| 12468 | 2024.03.25 19:43:30.006644 [ 3 ] {c6e049c0-b26e-41d6-ab2f-bc95a82d0962} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 12469 | 2024.03.25 19:43:30.006659 [ 3 ] {} <Debug> HTTP-Session: 8ad7787e-33ab-4c93-a55e-86859f737739 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12470 | 2024.03.25 19:43:31.000160 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 202.49 MiB, peak 217.87 MiB, free memory in arenas 0.00 B, will set to 207.52 MiB (RSS), difference: 5.03 MiB | ||
| 12471 | 2024.03.25 19:43:34.996762 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 8371, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12472 | 2024.03.25 19:43:34.996903 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 12473 | 2024.03.25 19:43:34.996932 [ 3 ] {} <Debug> HTTP-Session: 085acd00-e8d5-49e0-9721-bd615ea8c0ad Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 12474 | 2024.03.25 19:43:34.996960 [ 3 ] {} <Debug> HTTP-Session: 085acd00-e8d5-49e0-9721-bd615ea8c0ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12475 | 2024.03.25 19:43:34.996978 [ 3 ] {} <Debug> HTTP-Session: 085acd00-e8d5-49e0-9721-bd615ea8c0ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12476 | 2024.03.25 19:43:34.997034 [ 3 ] {} <Trace> HTTP-Session: 085acd00-e8d5-49e0-9721-bd615ea8c0ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12477 | 2024.03.25 19:43:34.997179 [ 3 ] {c1f3ea18-3c10-49b5-85c7-58015d778da6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 12478 | 2024.03.25 19:43:34.997251 [ 3 ] {c1f3ea18-3c10-49b5-85c7-58015d778da6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 12479 | 2024.03.25 19:43:34.997456 [ 3 ] {c1f3ea18-3c10-49b5-85c7-58015d778da6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12480 | 2024.03.25 19:43:34.997923 [ 3 ] {c1f3ea18-3c10-49b5-85c7-58015d778da6} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12481 | 2024.03.25 19:43:34.997975 [ 3 ] {c1f3ea18-3c10-49b5-85c7-58015d778da6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 12482 | 2024.03.25 19:43:34.998364 [ 3 ] {c1f3ea18-3c10-49b5-85c7-58015d778da6} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 12483 | 2024.03.25 19:43:34.998706 [ 3 ] {c1f3ea18-3c10-49b5-85c7-58015d778da6} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12484 | 2024.03.25 19:43:34.998892 [ 3 ] {c1f3ea18-3c10-49b5-85c7-58015d778da6} <Debug> executeQuery: Read 58 rows, 4.70 KiB in 0.00178 sec., 32584.26966292135 rows/sec., 2.58 MiB/sec. | ||
| 12485 | 2024.03.25 19:43:34.999054 [ 3 ] {c1f3ea18-3c10-49b5-85c7-58015d778da6} <Debug> DynamicQueryHandler: Done processing query | ||
| 12486 | 2024.03.25 19:43:34.999080 [ 3 ] {c1f3ea18-3c10-49b5-85c7-58015d778da6} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 12487 | 2024.03.25 19:43:34.999096 [ 3 ] {} <Debug> HTTP-Session: 085acd00-e8d5-49e0-9721-bd615ea8c0ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12488 | 2024.03.25 19:43:34.999303 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 31316, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12489 | 2024.03.25 19:43:34.999359 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 12490 | 2024.03.25 19:43:34.999379 [ 3 ] {} <Debug> HTTP-Session: ee3b8872-30db-45cc-be0c-435a73741bf1 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 12491 | 2024.03.25 19:43:34.999398 [ 3 ] {} <Debug> HTTP-Session: ee3b8872-30db-45cc-be0c-435a73741bf1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12492 | 2024.03.25 19:43:34.999412 [ 3 ] {} <Debug> HTTP-Session: ee3b8872-30db-45cc-be0c-435a73741bf1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12493 | 2024.03.25 19:43:34.999447 [ 3 ] {} <Trace> HTTP-Session: ee3b8872-30db-45cc-be0c-435a73741bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12494 | 2024.03.25 19:43:34.999572 [ 3 ] {cde646a0-a1db-4f07-abce-56a19afa6790} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 12495 | 2024.03.25 19:43:34.999615 [ 3 ] {cde646a0-a1db-4f07-abce-56a19afa6790} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12496 | 2024.03.25 19:43:34.999746 [ 3 ] {cde646a0-a1db-4f07-abce-56a19afa6790} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12497 | 2024.03.25 19:43:35.000171 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 208.66 MiB, peak 217.87 MiB, free memory in arenas 0.00 B, will set to 207.52 MiB (RSS), difference: -1.14 MiB | ||
| 12498 | 2024.03.25 19:43:35.000340 [ 3 ] {cde646a0-a1db-4f07-abce-56a19afa6790} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12499 | 2024.03.25 19:43:35.000395 [ 3 ] {cde646a0-a1db-4f07-abce-56a19afa6790} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 12500 | 2024.03.25 19:43:35.000839 [ 3 ] {cde646a0-a1db-4f07-abce-56a19afa6790} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 12501 | 2024.03.25 19:43:35.001156 [ 3 ] {cde646a0-a1db-4f07-abce-56a19afa6790} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12502 | 2024.03.25 19:43:35.001310 [ 3 ] {cde646a0-a1db-4f07-abce-56a19afa6790} <Debug> executeQuery: Read 200 rows, 19.11 KiB in 0.001814 sec., 110253.58324145534 rows/sec., 10.29 MiB/sec. | ||
| 12503 | 2024.03.25 19:43:35.001326 [ 75 ] {} <Debug> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 12504 | 2024.03.25 19:43:35.001418 [ 75 ] {} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12505 | 2024.03.25 19:43:35.001475 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 12506 | 2024.03.25 19:43:35.001546 [ 3 ] {cde646a0-a1db-4f07-abce-56a19afa6790} <Debug> DynamicQueryHandler: Done processing query | ||
| 12507 | 2024.03.25 19:43:35.001611 [ 3 ] {cde646a0-a1db-4f07-abce-56a19afa6790} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 12508 | 2024.03.25 19:43:35.001649 [ 3 ] {} <Debug> HTTP-Session: ee3b8872-30db-45cc-be0c-435a73741bf1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12509 | 2024.03.25 19:43:35.001717 [ 192 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_101_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full | ||
| 12510 | 2024.03.25 19:43:35.001920 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 14620, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12511 | 2024.03.25 19:43:35.002005 [ 192 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12512 | 2024.03.25 19:43:35.002071 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 12513 | 2024.03.25 19:43:35.002104 [ 192 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 241 rows starting from the beginning of the part | ||
| 12514 | 2024.03.25 19:43:35.002153 [ 3 ] {} <Debug> HTTP-Session: b77b3e15-befd-4b54-aee9-0b1db815d7c7 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 12515 | 2024.03.25 19:43:35.002218 [ 3 ] {} <Debug> HTTP-Session: b77b3e15-befd-4b54-aee9-0b1db815d7c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12516 | 2024.03.25 19:43:35.002302 [ 3 ] {} <Debug> HTTP-Session: b77b3e15-befd-4b54-aee9-0b1db815d7c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12517 | 2024.03.25 19:43:35.002536 [ 3 ] {} <Trace> HTTP-Session: b77b3e15-befd-4b54-aee9-0b1db815d7c7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12518 | 2024.03.25 19:43:35.002581 [ 192 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 202 rows starting from the beginning of the part | ||
| 12519 | 2024.03.25 19:43:35.003221 [ 3 ] {fbedacd6-3b16-4977-8cd7-e80eb3620406} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 12520 | 2024.03.25 19:43:35.003315 [ 192 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 26 rows starting from the beginning of the part | ||
| 12521 | 2024.03.25 19:43:35.003379 [ 3 ] {fbedacd6-3b16-4977-8cd7-e80eb3620406} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12522 | 2024.03.25 19:43:35.003838 [ 192 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 200 rows starting from the beginning of the part | ||
| 12523 | 2024.03.25 19:43:35.004357 [ 192 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 63 rows starting from the beginning of the part | ||
| 12524 | 2024.03.25 19:43:35.004683 [ 192 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 200 rows starting from the beginning of the part | ||
| 12525 | 2024.03.25 19:43:35.005113 [ 3 ] {fbedacd6-3b16-4977-8cd7-e80eb3620406} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12526 | 2024.03.25 19:43:35.005681 [ 3 ] {fbedacd6-3b16-4977-8cd7-e80eb3620406} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12527 | 2024.03.25 19:43:35.005731 [ 3 ] {fbedacd6-3b16-4977-8cd7-e80eb3620406} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 12528 | 2024.03.25 19:43:35.006244 [ 3 ] {fbedacd6-3b16-4977-8cd7-e80eb3620406} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 12529 | 2024.03.25 19:43:35.006671 [ 192 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 932 rows, containing 4 columns (4 merged, 0 gathered) in 0.005112697 sec., 182291.26427793392 rows/sec., 16.58 MiB/sec. | ||
| 12530 | 2024.03.25 19:43:35.006848 [ 3 ] {fbedacd6-3b16-4977-8cd7-e80eb3620406} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12531 | 2024.03.25 19:43:35.006940 [ 193 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 12532 | 2024.03.25 19:43:35.007075 [ 75 ] {} <Debug> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 12533 | 2024.03.25 19:43:35.007144 [ 3 ] {fbedacd6-3b16-4977-8cd7-e80eb3620406} <Debug> executeQuery: Read 86 rows, 6.88 KiB in 0.004376 sec., 19652.650822669104 rows/sec., 1.54 MiB/sec. | ||
| 12534 | 2024.03.25 19:43:35.007174 [ 75 ] {} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12535 | 2024.03.25 19:43:35.007246 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 12536 | 2024.03.25 19:43:35.007752 [ 3 ] {fbedacd6-3b16-4977-8cd7-e80eb3620406} <Debug> DynamicQueryHandler: Done processing query | ||
| 12537 | 2024.03.25 19:43:35.007783 [ 187 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_101_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full | ||
| 12538 | 2024.03.25 19:43:35.007876 [ 3 ] {fbedacd6-3b16-4977-8cd7-e80eb3620406} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 12539 | 2024.03.25 19:43:35.007983 [ 3 ] {} <Debug> HTTP-Session: b77b3e15-befd-4b54-aee9-0b1db815d7c7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12540 | 2024.03.25 19:43:35.008291 [ 187 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12541 | 2024.03.25 19:43:35.008337 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 19137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12542 | 2024.03.25 19:43:35.008396 [ 187 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 138 rows starting from the beginning of the part | ||
| 12543 | 2024.03.25 19:43:35.008455 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 12544 | 2024.03.25 19:43:35.008524 [ 3 ] {} <Debug> HTTP-Session: 6bb44663-975c-498f-9fb9-6327ce9c7c0c Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 12545 | 2024.03.25 19:43:35.008574 [ 193 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_101_20} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12546 | 2024.03.25 19:43:35.008680 [ 187 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 90 rows starting from the beginning of the part | ||
| 12547 | 2024.03.25 19:43:35.008989 [ 193 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_101_20} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 12548 | 2024.03.25 19:43:35.009046 [ 187 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 28 rows starting from the beginning of the part | ||
| 12549 | 2024.03.25 19:43:35.009063 [ 3 ] {} <Debug> HTTP-Session: 6bb44663-975c-498f-9fb9-6327ce9c7c0c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12550 | 2024.03.25 19:43:35.009298 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
| 12551 | 2024.03.25 19:43:35.009388 [ 187 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 86 rows starting from the beginning of the part | ||
| 12552 | 2024.03.25 19:43:35.009453 [ 3 ] {} <Debug> HTTP-Session: 6bb44663-975c-498f-9fb9-6327ce9c7c0c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12553 | 2024.03.25 19:43:35.009611 [ 187 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 54 rows starting from the beginning of the part | ||
| 12554 | 2024.03.25 19:43:35.009648 [ 3 ] {} <Trace> HTTP-Session: 6bb44663-975c-498f-9fb9-6327ce9c7c0c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12555 | 2024.03.25 19:43:35.009861 [ 187 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 86 rows starting from the beginning of the part | ||
| 12556 | 2024.03.25 19:43:35.010257 [ 3 ] {0fffd245-da48-44eb-b5d5-2928cf488de4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 12557 | 2024.03.25 19:43:35.010366 [ 3 ] {0fffd245-da48-44eb-b5d5-2928cf488de4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12558 | 2024.03.25 19:43:35.010871 [ 3 ] {0fffd245-da48-44eb-b5d5-2928cf488de4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12559 | 2024.03.25 19:43:35.011890 [ 3 ] {0fffd245-da48-44eb-b5d5-2928cf488de4} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12560 | 2024.03.25 19:43:35.011966 [ 3 ] {0fffd245-da48-44eb-b5d5-2928cf488de4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 12561 | 2024.03.25 19:43:35.012746 [ 196 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 482 rows, containing 4 columns (4 merged, 0 gathered) in 0.005351702 sec., 90064.80555157967 rows/sec., 7.03 MiB/sec. | ||
| 12562 | 2024.03.25 19:43:35.012904 [ 3 ] {0fffd245-da48-44eb-b5d5-2928cf488de4} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 12563 | 2024.03.25 19:43:35.012912 [ 196 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 12564 | 2024.03.25 19:43:35.013532 [ 3 ] {0fffd245-da48-44eb-b5d5-2928cf488de4} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12565 | 2024.03.25 19:43:35.013532 [ 196 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_101_20} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12566 | 2024.03.25 19:43:35.013642 [ 196 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_101_20} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 12567 | 2024.03.25 19:43:35.013735 [ 3 ] {0fffd245-da48-44eb-b5d5-2928cf488de4} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.003765 sec., 26560.424966799466 rows/sec., 1.84 MiB/sec. | ||
| 12568 | 2024.03.25 19:43:35.013760 [ 75 ] {} <Debug> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 12569 | 2024.03.25 19:43:35.013876 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 12570 | 2024.03.25 19:43:35.013901 [ 75 ] {} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12571 | 2024.03.25 19:43:35.014013 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 12572 | 2024.03.25 19:43:35.014137 [ 3 ] {0fffd245-da48-44eb-b5d5-2928cf488de4} <Debug> DynamicQueryHandler: Done processing query | ||
| 12573 | 2024.03.25 19:43:35.014212 [ 3 ] {0fffd245-da48-44eb-b5d5-2928cf488de4} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
| 12574 | 2024.03.25 19:43:35.014279 [ 3 ] {} <Debug> HTTP-Session: 6bb44663-975c-498f-9fb9-6327ce9c7c0c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12575 | 2024.03.25 19:43:35.014309 [ 189 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_101_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full | ||
| 12576 | 2024.03.25 19:43:35.014618 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 62054, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12577 | 2024.03.25 19:43:35.014809 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 12578 | 2024.03.25 19:43:35.014895 [ 189 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12579 | 2024.03.25 19:43:35.014919 [ 3 ] {} <Debug> HTTP-Session: 67dd6a8a-5492-4b8b-9e3a-ad1308332035 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 12580 | 2024.03.25 19:43:35.015025 [ 3 ] {} <Debug> HTTP-Session: 67dd6a8a-5492-4b8b-9e3a-ad1308332035 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12581 | 2024.03.25 19:43:35.015036 [ 189 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_96_19, total 10403 rows starting from the beginning of the part | ||
| 12582 | 2024.03.25 19:43:35.015100 [ 3 ] {} <Debug> HTTP-Session: 67dd6a8a-5492-4b8b-9e3a-ad1308332035 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12583 | 2024.03.25 19:43:35.015493 [ 189 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 102 rows starting from the beginning of the part | ||
| 12584 | 2024.03.25 19:43:35.015683 [ 3 ] {} <Trace> HTTP-Session: 67dd6a8a-5492-4b8b-9e3a-ad1308332035 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12585 | 2024.03.25 19:43:35.016112 [ 189 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 100 rows starting from the beginning of the part | ||
| 12586 | 2024.03.25 19:43:35.016403 [ 189 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 100 rows starting from the beginning of the part | ||
| 12587 | 2024.03.25 19:43:35.016630 [ 3 ] {fed0d8c5-f25c-4012-8320-c98e42faff0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 12588 | 2024.03.25 19:43:35.016686 [ 189 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 137 rows starting from the beginning of the part | ||
| 12589 | 2024.03.25 19:43:35.016822 [ 3 ] {fed0d8c5-f25c-4012-8320-c98e42faff0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 12590 | 2024.03.25 19:43:35.016962 [ 189 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 100 rows starting from the beginning of the part | ||
| 12591 | 2024.03.25 19:43:35.017896 [ 3 ] {fed0d8c5-f25c-4012-8320-c98e42faff0b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12592 | 2024.03.25 19:43:35.018841 [ 3 ] {fed0d8c5-f25c-4012-8320-c98e42faff0b} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12593 | 2024.03.25 19:43:35.018897 [ 3 ] {fed0d8c5-f25c-4012-8320-c98e42faff0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 12594 | 2024.03.25 19:43:35.020038 [ 3 ] {fed0d8c5-f25c-4012-8320-c98e42faff0b} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 12595 | 2024.03.25 19:43:35.020491 [ 3 ] {fed0d8c5-f25c-4012-8320-c98e42faff0b} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12596 | 2024.03.25 19:43:35.020664 [ 3 ] {fed0d8c5-f25c-4012-8320-c98e42faff0b} <Debug> executeQuery: Read 58 rows, 80.15 KiB in 0.004662 sec., 12441.01244101244 rows/sec., 16.79 MiB/sec. | ||
| 12597 | 2024.03.25 19:43:35.021105 [ 3 ] {fed0d8c5-f25c-4012-8320-c98e42faff0b} <Debug> DynamicQueryHandler: Done processing query | ||
| 12598 | 2024.03.25 19:43:35.021169 [ 3 ] {fed0d8c5-f25c-4012-8320-c98e42faff0b} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 12599 | 2024.03.25 19:43:35.021241 [ 3 ] {} <Debug> HTTP-Session: 67dd6a8a-5492-4b8b-9e3a-ad1308332035 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12600 | 2024.03.25 19:43:35.021449 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12601 | 2024.03.25 19:43:35.021503 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 12602 | 2024.03.25 19:43:35.021522 [ 3 ] {} <Debug> HTTP-Session: 25b6727f-4b54-4937-81a4-942cfbc14bf5 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 12603 | 2024.03.25 19:43:35.021539 [ 3 ] {} <Debug> HTTP-Session: 25b6727f-4b54-4937-81a4-942cfbc14bf5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12604 | 2024.03.25 19:43:35.021554 [ 3 ] {} <Debug> HTTP-Session: 25b6727f-4b54-4937-81a4-942cfbc14bf5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12605 | 2024.03.25 19:43:35.021615 [ 3 ] {} <Trace> HTTP-Session: 25b6727f-4b54-4937-81a4-942cfbc14bf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12606 | 2024.03.25 19:43:35.021710 [ 3 ] {e47db75d-aaf7-47dd-858a-b3bf299a5a51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 12607 | 2024.03.25 19:43:35.021754 [ 3 ] {e47db75d-aaf7-47dd-858a-b3bf299a5a51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12608 | 2024.03.25 19:43:35.021937 [ 3 ] {e47db75d-aaf7-47dd-858a-b3bf299a5a51} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12609 | 2024.03.25 19:43:35.022694 [ 3 ] {e47db75d-aaf7-47dd-858a-b3bf299a5a51} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12610 | 2024.03.25 19:43:35.022750 [ 3 ] {e47db75d-aaf7-47dd-858a-b3bf299a5a51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 12611 | 2024.03.25 19:43:35.022761 [ 190 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10942 rows, containing 5 columns (5 merged, 0 gathered) in 0.008635583 sec., 1267082.9520137783 rows/sec., 87.97 MiB/sec. | ||
| 12612 | 2024.03.25 19:43:35.023183 [ 190 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 12613 | 2024.03.25 19:43:35.023283 [ 3 ] {e47db75d-aaf7-47dd-858a-b3bf299a5a51} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 12614 | 2024.03.25 19:43:35.024115 [ 3 ] {e47db75d-aaf7-47dd-858a-b3bf299a5a51} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12615 | 2024.03.25 19:43:35.024314 [ 190 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_101_20} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12616 | 2024.03.25 19:43:35.024373 [ 75 ] {} <Debug> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 12617 | 2024.03.25 19:43:35.024446 [ 3 ] {e47db75d-aaf7-47dd-858a-b3bf299a5a51} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.002741 sec., 10944.910616563298 rows/sec., 767.78 KiB/sec. | ||
| 12618 | 2024.03.25 19:43:35.024474 [ 75 ] {} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12619 | 2024.03.25 19:43:35.024577 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 12620 | 2024.03.25 19:43:35.024668 [ 190 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_101_20} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 12621 | 2024.03.25 19:43:35.025057 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.38 MiB. | ||
| 12622 | 2024.03.25 19:43:35.025147 [ 3 ] {e47db75d-aaf7-47dd-858a-b3bf299a5a51} <Debug> DynamicQueryHandler: Done processing query | ||
| 12623 | 2024.03.25 19:43:35.025187 [ 190 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_101_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full | ||
| 12624 | 2024.03.25 19:43:35.025230 [ 3 ] {e47db75d-aaf7-47dd-858a-b3bf299a5a51} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 12625 | 2024.03.25 19:43:35.025347 [ 3 ] {} <Debug> HTTP-Session: 25b6727f-4b54-4937-81a4-942cfbc14bf5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12626 | 2024.03.25 19:43:35.025813 [ 190 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12627 | 2024.03.25 19:43:35.025914 [ 190 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 2862 rows starting from the beginning of the part | ||
| 12628 | 2024.03.25 19:43:35.026287 [ 190 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 30 rows starting from the beginning of the part | ||
| 12629 | 2024.03.25 19:43:35.026569 [ 190 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 30 rows starting from the beginning of the part | ||
| 12630 | 2024.03.25 19:43:35.026723 [ 190 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 30 rows starting from the beginning of the part | ||
| 12631 | 2024.03.25 19:43:35.026811 [ 190 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 30 rows starting from the beginning of the part | ||
| 12632 | 2024.03.25 19:43:35.026944 [ 190 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 30 rows starting from the beginning of the part | ||
| 12633 | 2024.03.25 19:43:35.028494 [ 189 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3012 rows, containing 4 columns (4 merged, 0 gathered) in 0.003738583 sec., 805652.8369170886 rows/sec., 55.19 MiB/sec. | ||
| 12634 | 2024.03.25 19:43:35.028870 [ 191 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 12635 | 2024.03.25 19:43:35.029398 [ 191 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_101_20} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12636 | 2024.03.25 19:43:35.029494 [ 191 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_101_20} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 12637 | 2024.03.25 19:43:35.029597 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. | ||
| 12638 | 2024.03.25 19:43:36.615314 [ 72 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 12639 | 2024.03.25 19:43:36.615371 [ 72 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 12640 | 2024.03.25 19:43:39.994214 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 3629, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12641 | 2024.03.25 19:43:39.994340 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 12642 | 2024.03.25 19:43:39.994365 [ 3 ] {} <Debug> HTTP-Session: fb2619c6-b27e-4072-b22d-1c02d14f5f5e Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 12643 | 2024.03.25 19:43:39.994390 [ 3 ] {} <Debug> HTTP-Session: fb2619c6-b27e-4072-b22d-1c02d14f5f5e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12644 | 2024.03.25 19:43:39.994404 [ 3 ] {} <Debug> HTTP-Session: fb2619c6-b27e-4072-b22d-1c02d14f5f5e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12645 | 2024.03.25 19:43:39.994454 [ 3 ] {} <Trace> HTTP-Session: fb2619c6-b27e-4072-b22d-1c02d14f5f5e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12646 | 2024.03.25 19:43:39.994576 [ 3 ] {f4e63694-2df1-41e5-b254-8110ec541422} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 12647 | 2024.03.25 19:43:39.994640 [ 3 ] {f4e63694-2df1-41e5-b254-8110ec541422} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12648 | 2024.03.25 19:43:39.994825 [ 3 ] {f4e63694-2df1-41e5-b254-8110ec541422} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12649 | 2024.03.25 19:43:39.995250 [ 3 ] {f4e63694-2df1-41e5-b254-8110ec541422} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12650 | 2024.03.25 19:43:39.995297 [ 3 ] {f4e63694-2df1-41e5-b254-8110ec541422} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 12651 | 2024.03.25 19:43:39.995682 [ 3 ] {f4e63694-2df1-41e5-b254-8110ec541422} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 12652 | 2024.03.25 19:43:39.996028 [ 3 ] {f4e63694-2df1-41e5-b254-8110ec541422} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12653 | 2024.03.25 19:43:39.996208 [ 3 ] {f4e63694-2df1-41e5-b254-8110ec541422} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.001688 sec., 15402.843601895735 rows/sec., 1.16 MiB/sec. | ||
| 12654 | 2024.03.25 19:43:39.996380 [ 3 ] {f4e63694-2df1-41e5-b254-8110ec541422} <Debug> DynamicQueryHandler: Done processing query | ||
| 12655 | 2024.03.25 19:43:39.996405 [ 3 ] {f4e63694-2df1-41e5-b254-8110ec541422} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 12656 | 2024.03.25 19:43:39.996423 [ 3 ] {} <Debug> HTTP-Session: fb2619c6-b27e-4072-b22d-1c02d14f5f5e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12657 | 2024.03.25 19:43:39.996590 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4792, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12658 | 2024.03.25 19:43:39.996658 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 12659 | 2024.03.25 19:43:39.996678 [ 3 ] {} <Debug> HTTP-Session: a8cbe09a-9ef1-4a01-9ae2-fc7cc2e07248 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 12660 | 2024.03.25 19:43:39.996696 [ 3 ] {} <Debug> HTTP-Session: a8cbe09a-9ef1-4a01-9ae2-fc7cc2e07248 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12661 | 2024.03.25 19:43:39.996710 [ 3 ] {} <Debug> HTTP-Session: a8cbe09a-9ef1-4a01-9ae2-fc7cc2e07248 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12662 | 2024.03.25 19:43:39.996746 [ 3 ] {} <Trace> HTTP-Session: a8cbe09a-9ef1-4a01-9ae2-fc7cc2e07248 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12663 | 2024.03.25 19:43:39.996826 [ 3 ] {136e1d9e-be73-442a-989c-2355838cdabb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 12664 | 2024.03.25 19:43:39.996871 [ 3 ] {136e1d9e-be73-442a-989c-2355838cdabb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12665 | 2024.03.25 19:43:39.997004 [ 3 ] {136e1d9e-be73-442a-989c-2355838cdabb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12666 | 2024.03.25 19:43:39.997392 [ 3 ] {136e1d9e-be73-442a-989c-2355838cdabb} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12667 | 2024.03.25 19:43:39.997433 [ 3 ] {136e1d9e-be73-442a-989c-2355838cdabb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 12668 | 2024.03.25 19:43:39.997751 [ 3 ] {136e1d9e-be73-442a-989c-2355838cdabb} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 12669 | 2024.03.25 19:43:39.998070 [ 3 ] {136e1d9e-be73-442a-989c-2355838cdabb} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12670 | 2024.03.25 19:43:39.998221 [ 3 ] {136e1d9e-be73-442a-989c-2355838cdabb} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001431 sec., 19566.736547868622 rows/sec., 1.53 MiB/sec. | ||
| 12671 | 2024.03.25 19:43:39.998355 [ 3 ] {136e1d9e-be73-442a-989c-2355838cdabb} <Debug> DynamicQueryHandler: Done processing query | ||
| 12672 | 2024.03.25 19:43:39.998378 [ 3 ] {136e1d9e-be73-442a-989c-2355838cdabb} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 12673 | 2024.03.25 19:43:39.998394 [ 3 ] {} <Debug> HTTP-Session: a8cbe09a-9ef1-4a01-9ae2-fc7cc2e07248 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12674 | 2024.03.25 19:43:39.998525 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 19137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12675 | 2024.03.25 19:43:39.998575 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 12676 | 2024.03.25 19:43:39.998593 [ 3 ] {} <Debug> HTTP-Session: 343bfbdd-e959-4883-99f8-fa88195cb057 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 12677 | 2024.03.25 19:43:39.998610 [ 3 ] {} <Debug> HTTP-Session: 343bfbdd-e959-4883-99f8-fa88195cb057 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12678 | 2024.03.25 19:43:39.998623 [ 3 ] {} <Debug> HTTP-Session: 343bfbdd-e959-4883-99f8-fa88195cb057 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12679 | 2024.03.25 19:43:39.998659 [ 3 ] {} <Trace> HTTP-Session: 343bfbdd-e959-4883-99f8-fa88195cb057 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12680 | 2024.03.25 19:43:39.998765 [ 3 ] {2c912c06-f635-4a69-8347-3d7adf3798e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 12681 | 2024.03.25 19:43:39.998811 [ 3 ] {2c912c06-f635-4a69-8347-3d7adf3798e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12682 | 2024.03.25 19:43:39.998957 [ 3 ] {2c912c06-f635-4a69-8347-3d7adf3798e4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12683 | 2024.03.25 19:43:39.999295 [ 3 ] {2c912c06-f635-4a69-8347-3d7adf3798e4} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12684 | 2024.03.25 19:43:39.999334 [ 3 ] {2c912c06-f635-4a69-8347-3d7adf3798e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 12685 | 2024.03.25 19:43:39.999768 [ 3 ] {2c912c06-f635-4a69-8347-3d7adf3798e4} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 12686 | 2024.03.25 19:43:40.000152 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 213.00 MiB, peak 217.87 MiB, free memory in arenas 0.00 B, will set to 207.54 MiB (RSS), difference: -5.46 MiB | ||
| 12687 | 2024.03.25 19:43:40.000303 [ 3 ] {2c912c06-f635-4a69-8347-3d7adf3798e4} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12688 | 2024.03.25 19:43:40.000649 [ 3 ] {2c912c06-f635-4a69-8347-3d7adf3798e4} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.00192 sec., 52083.33333333333 rows/sec., 3.61 MiB/sec. | ||
| 12689 | 2024.03.25 19:43:40.000943 [ 3 ] {2c912c06-f635-4a69-8347-3d7adf3798e4} <Debug> DynamicQueryHandler: Done processing query | ||
| 12690 | 2024.03.25 19:43:40.000967 [ 3 ] {2c912c06-f635-4a69-8347-3d7adf3798e4} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
| 12691 | 2024.03.25 19:43:40.000983 [ 3 ] {} <Debug> HTTP-Session: 343bfbdd-e959-4883-99f8-fa88195cb057 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12692 | 2024.03.25 19:43:40.001120 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12693 | 2024.03.25 19:43:40.001171 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 12694 | 2024.03.25 19:43:40.001190 [ 3 ] {} <Debug> HTTP-Session: 5e24cada-2ce1-4ab7-8c22-d0b6e7c74d24 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 12695 | 2024.03.25 19:43:40.001207 [ 3 ] {} <Debug> HTTP-Session: 5e24cada-2ce1-4ab7-8c22-d0b6e7c74d24 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12696 | 2024.03.25 19:43:40.001221 [ 3 ] {} <Debug> HTTP-Session: 5e24cada-2ce1-4ab7-8c22-d0b6e7c74d24 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12697 | 2024.03.25 19:43:40.001252 [ 3 ] {} <Trace> HTTP-Session: 5e24cada-2ce1-4ab7-8c22-d0b6e7c74d24 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12698 | 2024.03.25 19:43:40.001331 [ 3 ] {23e83460-9b71-4839-bebc-da15839d7e19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 12699 | 2024.03.25 19:43:40.001374 [ 3 ] {23e83460-9b71-4839-bebc-da15839d7e19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12700 | 2024.03.25 19:43:40.001518 [ 3 ] {23e83460-9b71-4839-bebc-da15839d7e19} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12701 | 2024.03.25 19:43:40.001805 [ 3 ] {23e83460-9b71-4839-bebc-da15839d7e19} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12702 | 2024.03.25 19:43:40.001843 [ 3 ] {23e83460-9b71-4839-bebc-da15839d7e19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 12703 | 2024.03.25 19:43:40.002208 [ 3 ] {23e83460-9b71-4839-bebc-da15839d7e19} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 12704 | 2024.03.25 19:43:40.002293 [ 220 ] {} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 12705 | 2024.03.25 19:43:40.002323 [ 220 ] {} <Debug> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 12706 | 2024.03.25 19:43:40.002611 [ 3 ] {23e83460-9b71-4839-bebc-da15839d7e19} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12707 | 2024.03.25 19:43:40.002763 [ 3 ] {23e83460-9b71-4839-bebc-da15839d7e19} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001466 sec., 20463.847203274214 rows/sec., 1.40 MiB/sec. | ||
| 12708 | 2024.03.25 19:43:40.002894 [ 3 ] {23e83460-9b71-4839-bebc-da15839d7e19} <Debug> DynamicQueryHandler: Done processing query | ||
| 12709 | 2024.03.25 19:43:40.002919 [ 3 ] {23e83460-9b71-4839-bebc-da15839d7e19} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 12710 | 2024.03.25 19:43:40.002935 [ 3 ] {} <Debug> HTTP-Session: 5e24cada-2ce1-4ab7-8c22-d0b6e7c74d24 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12711 | 2024.03.25 19:43:40.010074 [ 220 ] {} <Debug> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 12712 | 2024.03.25 19:43:40.709775 [ 219 ] {} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 12713 | 2024.03.25 19:43:40.709835 [ 219 ] {} <Debug> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 12714 | 2024.03.25 19:43:40.712640 [ 219 ] {} <Debug> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 12715 | 2024.03.25 19:43:41.000155 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 202.32 MiB, peak 217.87 MiB, free memory in arenas 0.00 B, will set to 207.68 MiB (RSS), difference: 5.36 MiB | ||
| 12716 | 2024.03.25 19:43:41.167453 [ 219 ] {} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 12717 | 2024.03.25 19:43:41.167525 [ 219 ] {} <Debug> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 12718 | 2024.03.25 19:43:41.169922 [ 219 ] {} <Debug> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 12719 | 2024.03.25 19:43:41.595246 [ 217 ] {} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 12720 | 2024.03.25 19:43:41.595306 [ 217 ] {} <Debug> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 12721 | 2024.03.25 19:43:41.597604 [ 217 ] {} <Debug> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 12722 | 2024.03.25 19:43:41.883724 [ 68 ] {} <Debug> oximeter.fields_ipaddr (d9ee32b3-8a1d-44e7-a34c-f0038ee3937b) (MergerMutator): Selected 5 parts from all_1_19_4 to all_23_23_0 | ||
| 12723 | 2024.03.25 19:43:41.883795 [ 68 ] {} <Trace> oximeter.fields_ipaddr (d9ee32b3-8a1d-44e7-a34c-f0038ee3937b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12724 | 2024.03.25 19:43:41.883819 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 12725 | 2024.03.25 19:43:41.883964 [ 188 ] {d9ee32b3-8a1d-44e7-a34c-f0038ee3937b::all_1_23_5} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_19_4 to all_23_23_0 into Compact with storage Full | ||
| 12726 | 2024.03.25 19:43:41.884177 [ 188 ] {d9ee32b3-8a1d-44e7-a34c-f0038ee3937b::all_1_23_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12727 | 2024.03.25 19:43:41.884221 [ 188 ] {d9ee32b3-8a1d-44e7-a34c-f0038ee3937b::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_19_4, total 10 rows starting from the beginning of the part | ||
| 12728 | 2024.03.25 19:43:41.884307 [ 188 ] {d9ee32b3-8a1d-44e7-a34c-f0038ee3937b::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 2 rows starting from the beginning of the part | ||
| 12729 | 2024.03.25 19:43:41.884583 [ 188 ] {d9ee32b3-8a1d-44e7-a34c-f0038ee3937b::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 4 rows starting from the beginning of the part | ||
| 12730 | 2024.03.25 19:43:41.884783 [ 188 ] {d9ee32b3-8a1d-44e7-a34c-f0038ee3937b::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 4 rows starting from the beginning of the part | ||
| 12731 | 2024.03.25 19:43:41.884919 [ 188 ] {d9ee32b3-8a1d-44e7-a34c-f0038ee3937b::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 2 rows starting from the beginning of the part | ||
| 12732 | 2024.03.25 19:43:41.886043 [ 189 ] {d9ee32b3-8a1d-44e7-a34c-f0038ee3937b::all_1_23_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 22 rows, containing 4 columns (4 merged, 0 gathered) in 0.002156693 sec., 10200.802803180612 rows/sec., 831.80 KiB/sec. | ||
| 12733 | 2024.03.25 19:43:41.886245 [ 199 ] {d9ee32b3-8a1d-44e7-a34c-f0038ee3937b::all_1_23_5} <Trace> MergedBlockOutputStream: filled checksums all_1_23_5 (state Temporary) | ||
| 12734 | 2024.03.25 19:43:41.886715 [ 199 ] {d9ee32b3-8a1d-44e7-a34c-f0038ee3937b::all_1_23_5} <Trace> oximeter.fields_ipaddr (d9ee32b3-8a1d-44e7-a34c-f0038ee3937b): Renaming temporary part tmp_merge_all_1_23_5 to all_1_23_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12735 | 2024.03.25 19:43:41.886809 [ 199 ] {d9ee32b3-8a1d-44e7-a34c-f0038ee3937b::all_1_23_5} <Trace> oximeter.fields_ipaddr (d9ee32b3-8a1d-44e7-a34c-f0038ee3937b) (MergerMutator): Merged 5 parts: [all_1_19_4, all_23_23_0] -> all_1_23_5 | ||
| 12736 | 2024.03.25 19:43:41.886913 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 12737 | 2024.03.25 19:43:42.059769 [ 68 ] {} <Debug> oximeter.fields_u16 (c5488911-6586-43c0-ae3f-1262ae9a0dfa) (MergerMutator): Selected 5 parts from all_1_19_4 to all_23_23_0 | ||
| 12738 | 2024.03.25 19:43:42.059894 [ 68 ] {} <Trace> oximeter.fields_u16 (c5488911-6586-43c0-ae3f-1262ae9a0dfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12739 | 2024.03.25 19:43:42.059944 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 12740 | 2024.03.25 19:43:42.060204 [ 188 ] {c5488911-6586-43c0-ae3f-1262ae9a0dfa::all_1_23_5} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_19_4 to all_23_23_0 into Compact with storage Full | ||
| 12741 | 2024.03.25 19:43:42.060474 [ 188 ] {c5488911-6586-43c0-ae3f-1262ae9a0dfa::all_1_23_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12742 | 2024.03.25 19:43:42.060511 [ 188 ] {c5488911-6586-43c0-ae3f-1262ae9a0dfa::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_19_4, total 10 rows starting from the beginning of the part | ||
| 12743 | 2024.03.25 19:43:42.060592 [ 188 ] {c5488911-6586-43c0-ae3f-1262ae9a0dfa::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 2 rows starting from the beginning of the part | ||
| 12744 | 2024.03.25 19:43:42.060866 [ 188 ] {c5488911-6586-43c0-ae3f-1262ae9a0dfa::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 4 rows starting from the beginning of the part | ||
| 12745 | 2024.03.25 19:43:42.061039 [ 188 ] {c5488911-6586-43c0-ae3f-1262ae9a0dfa::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 4 rows starting from the beginning of the part | ||
| 12746 | 2024.03.25 19:43:42.061236 [ 188 ] {c5488911-6586-43c0-ae3f-1262ae9a0dfa::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 2 rows starting from the beginning of the part | ||
| 12747 | 2024.03.25 19:43:42.062384 [ 200 ] {c5488911-6586-43c0-ae3f-1262ae9a0dfa::all_1_23_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 22 rows, containing 4 columns (4 merged, 0 gathered) in 0.002326608 sec., 9455.82582024991 rows/sec., 660.25 KiB/sec. | ||
| 12748 | 2024.03.25 19:43:42.062546 [ 195 ] {c5488911-6586-43c0-ae3f-1262ae9a0dfa::all_1_23_5} <Trace> MergedBlockOutputStream: filled checksums all_1_23_5 (state Temporary) | ||
| 12749 | 2024.03.25 19:43:42.062994 [ 195 ] {c5488911-6586-43c0-ae3f-1262ae9a0dfa::all_1_23_5} <Trace> oximeter.fields_u16 (c5488911-6586-43c0-ae3f-1262ae9a0dfa): Renaming temporary part tmp_merge_all_1_23_5 to all_1_23_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12750 | 2024.03.25 19:43:42.063085 [ 195 ] {c5488911-6586-43c0-ae3f-1262ae9a0dfa::all_1_23_5} <Trace> oximeter.fields_u16 (c5488911-6586-43c0-ae3f-1262ae9a0dfa) (MergerMutator): Merged 5 parts: [all_1_19_4, all_23_23_0] -> all_1_23_5 | ||
| 12751 | 2024.03.25 19:43:42.063184 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 12752 | 2024.03.25 19:43:44.996399 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 8371, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12753 | 2024.03.25 19:43:44.996592 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 12754 | 2024.03.25 19:43:44.996637 [ 3 ] {} <Debug> HTTP-Session: 31a0ec48-3b83-4b90-b00a-38cbb2bb3d3a Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 12755 | 2024.03.25 19:43:44.996678 [ 3 ] {} <Debug> HTTP-Session: 31a0ec48-3b83-4b90-b00a-38cbb2bb3d3a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12756 | 2024.03.25 19:43:44.996708 [ 3 ] {} <Debug> HTTP-Session: 31a0ec48-3b83-4b90-b00a-38cbb2bb3d3a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12757 | 2024.03.25 19:43:44.996786 [ 3 ] {} <Trace> HTTP-Session: 31a0ec48-3b83-4b90-b00a-38cbb2bb3d3a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12758 | 2024.03.25 19:43:44.996935 [ 3 ] {50aded23-868b-44fc-b451-51e1a946426f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 12759 | 2024.03.25 19:43:44.996998 [ 3 ] {50aded23-868b-44fc-b451-51e1a946426f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 12760 | 2024.03.25 19:43:44.997184 [ 3 ] {50aded23-868b-44fc-b451-51e1a946426f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12761 | 2024.03.25 19:43:44.997632 [ 3 ] {50aded23-868b-44fc-b451-51e1a946426f} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12762 | 2024.03.25 19:43:44.997680 [ 3 ] {50aded23-868b-44fc-b451-51e1a946426f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 12763 | 2024.03.25 19:43:44.998073 [ 3 ] {50aded23-868b-44fc-b451-51e1a946426f} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 12764 | 2024.03.25 19:43:44.998421 [ 3 ] {50aded23-868b-44fc-b451-51e1a946426f} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12765 | 2024.03.25 19:43:44.998590 [ 3 ] {50aded23-868b-44fc-b451-51e1a946426f} <Debug> executeQuery: Read 58 rows, 4.70 KiB in 0.001715 sec., 33819.24198250729 rows/sec., 2.68 MiB/sec. | ||
| 12766 | 2024.03.25 19:43:44.998774 [ 3 ] {50aded23-868b-44fc-b451-51e1a946426f} <Debug> DynamicQueryHandler: Done processing query | ||
| 12767 | 2024.03.25 19:43:44.998812 [ 3 ] {50aded23-868b-44fc-b451-51e1a946426f} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 12768 | 2024.03.25 19:43:44.998842 [ 3 ] {} <Debug> HTTP-Session: 31a0ec48-3b83-4b90-b00a-38cbb2bb3d3a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12769 | 2024.03.25 19:43:44.999022 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 31316, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12770 | 2024.03.25 19:43:44.999079 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 12771 | 2024.03.25 19:43:44.999099 [ 3 ] {} <Debug> HTTP-Session: 4d237ec8-a462-4bc0-8e9e-804897eb8f5a Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 12772 | 2024.03.25 19:43:44.999119 [ 3 ] {} <Debug> HTTP-Session: 4d237ec8-a462-4bc0-8e9e-804897eb8f5a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12773 | 2024.03.25 19:43:44.999132 [ 3 ] {} <Debug> HTTP-Session: 4d237ec8-a462-4bc0-8e9e-804897eb8f5a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12774 | 2024.03.25 19:43:44.999167 [ 3 ] {} <Trace> HTTP-Session: 4d237ec8-a462-4bc0-8e9e-804897eb8f5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12775 | 2024.03.25 19:43:44.999294 [ 3 ] {f258f49c-d34f-43a0-aec2-ad3c22877855} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 12776 | 2024.03.25 19:43:44.999345 [ 3 ] {f258f49c-d34f-43a0-aec2-ad3c22877855} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12777 | 2024.03.25 19:43:44.999475 [ 3 ] {f258f49c-d34f-43a0-aec2-ad3c22877855} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12778 | 2024.03.25 19:43:44.999899 [ 3 ] {f258f49c-d34f-43a0-aec2-ad3c22877855} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12779 | 2024.03.25 19:43:44.999937 [ 3 ] {f258f49c-d34f-43a0-aec2-ad3c22877855} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 12780 | 2024.03.25 19:43:45.000155 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 208.83 MiB, peak 217.87 MiB, free memory in arenas 0.00 B, will set to 207.69 MiB (RSS), difference: -1.14 MiB | ||
| 12781 | 2024.03.25 19:43:45.000646 [ 3 ] {f258f49c-d34f-43a0-aec2-ad3c22877855} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 12782 | 2024.03.25 19:43:45.001001 [ 3 ] {f258f49c-d34f-43a0-aec2-ad3c22877855} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12783 | 2024.03.25 19:43:45.001165 [ 3 ] {f258f49c-d34f-43a0-aec2-ad3c22877855} <Debug> executeQuery: Read 200 rows, 19.11 KiB in 0.001944 sec., 102880.658436214 rows/sec., 9.60 MiB/sec. | ||
| 12784 | 2024.03.25 19:43:45.001301 [ 3 ] {f258f49c-d34f-43a0-aec2-ad3c22877855} <Debug> DynamicQueryHandler: Done processing query | ||
| 12785 | 2024.03.25 19:43:45.001326 [ 3 ] {f258f49c-d34f-43a0-aec2-ad3c22877855} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 12786 | 2024.03.25 19:43:45.001342 [ 3 ] {} <Debug> HTTP-Session: 4d237ec8-a462-4bc0-8e9e-804897eb8f5a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12787 | 2024.03.25 19:43:45.001508 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 14620, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12788 | 2024.03.25 19:43:45.001561 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 12789 | 2024.03.25 19:43:45.001580 [ 3 ] {} <Debug> HTTP-Session: e6572bd9-9e94-4127-8360-5178756648b6 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 12790 | 2024.03.25 19:43:45.001600 [ 3 ] {} <Debug> HTTP-Session: e6572bd9-9e94-4127-8360-5178756648b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12791 | 2024.03.25 19:43:45.001614 [ 3 ] {} <Debug> HTTP-Session: e6572bd9-9e94-4127-8360-5178756648b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12792 | 2024.03.25 19:43:45.001648 [ 3 ] {} <Trace> HTTP-Session: e6572bd9-9e94-4127-8360-5178756648b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12793 | 2024.03.25 19:43:45.001755 [ 3 ] {272a3c99-164a-440f-ae78-bd18f75c2861} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 12794 | 2024.03.25 19:43:45.001799 [ 3 ] {272a3c99-164a-440f-ae78-bd18f75c2861} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12795 | 2024.03.25 19:43:45.001931 [ 3 ] {272a3c99-164a-440f-ae78-bd18f75c2861} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12796 | 2024.03.25 19:43:45.002287 [ 3 ] {272a3c99-164a-440f-ae78-bd18f75c2861} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12797 | 2024.03.25 19:43:45.002327 [ 3 ] {272a3c99-164a-440f-ae78-bd18f75c2861} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 12798 | 2024.03.25 19:43:45.002661 [ 3 ] {272a3c99-164a-440f-ae78-bd18f75c2861} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 12799 | 2024.03.25 19:43:45.002993 [ 3 ] {272a3c99-164a-440f-ae78-bd18f75c2861} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12800 | 2024.03.25 19:43:45.003149 [ 3 ] {272a3c99-164a-440f-ae78-bd18f75c2861} <Debug> executeQuery: Read 86 rows, 6.88 KiB in 0.001452 sec., 59228.650137741046 rows/sec., 4.63 MiB/sec. | ||
| 12801 | 2024.03.25 19:43:45.003266 [ 3 ] {272a3c99-164a-440f-ae78-bd18f75c2861} <Debug> DynamicQueryHandler: Done processing query | ||
| 12802 | 2024.03.25 19:43:45.003290 [ 3 ] {272a3c99-164a-440f-ae78-bd18f75c2861} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 12803 | 2024.03.25 19:43:45.003306 [ 3 ] {} <Debug> HTTP-Session: e6572bd9-9e94-4127-8360-5178756648b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12804 | 2024.03.25 19:43:45.003464 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 19137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12805 | 2024.03.25 19:43:45.003510 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 12806 | 2024.03.25 19:43:45.003527 [ 3 ] {} <Debug> HTTP-Session: 58fed652-0336-44c6-83d1-02c955bc7023 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 12807 | 2024.03.25 19:43:45.003543 [ 3 ] {} <Debug> HTTP-Session: 58fed652-0336-44c6-83d1-02c955bc7023 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12808 | 2024.03.25 19:43:45.003556 [ 3 ] {} <Debug> HTTP-Session: 58fed652-0336-44c6-83d1-02c955bc7023 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12809 | 2024.03.25 19:43:45.003585 [ 3 ] {} <Trace> HTTP-Session: 58fed652-0336-44c6-83d1-02c955bc7023 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12810 | 2024.03.25 19:43:45.003695 [ 3 ] {123099be-c94c-4996-b161-5fdc249f2769} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 12811 | 2024.03.25 19:43:45.003738 [ 3 ] {123099be-c94c-4996-b161-5fdc249f2769} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12812 | 2024.03.25 19:43:45.003878 [ 3 ] {123099be-c94c-4996-b161-5fdc249f2769} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12813 | 2024.03.25 19:43:45.004210 [ 3 ] {123099be-c94c-4996-b161-5fdc249f2769} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12814 | 2024.03.25 19:43:45.004312 [ 3 ] {123099be-c94c-4996-b161-5fdc249f2769} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 12815 | 2024.03.25 19:43:45.004713 [ 3 ] {123099be-c94c-4996-b161-5fdc249f2769} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 12816 | 2024.03.25 19:43:45.005080 [ 3 ] {123099be-c94c-4996-b161-5fdc249f2769} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12817 | 2024.03.25 19:43:45.005237 [ 3 ] {123099be-c94c-4996-b161-5fdc249f2769} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001581 sec., 63251.106894370656 rows/sec., 4.39 MiB/sec. | ||
| 12818 | 2024.03.25 19:43:45.005379 [ 3 ] {123099be-c94c-4996-b161-5fdc249f2769} <Debug> DynamicQueryHandler: Done processing query | ||
| 12819 | 2024.03.25 19:43:45.005404 [ 3 ] {123099be-c94c-4996-b161-5fdc249f2769} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
| 12820 | 2024.03.25 19:43:45.005435 [ 3 ] {} <Debug> HTTP-Session: 58fed652-0336-44c6-83d1-02c955bc7023 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12821 | 2024.03.25 19:43:45.005683 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 62054, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12822 | 2024.03.25 19:43:45.005733 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 12823 | 2024.03.25 19:43:45.005752 [ 3 ] {} <Debug> HTTP-Session: 79ac631b-3f2a-4191-b641-f7910dc26acf Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 12824 | 2024.03.25 19:43:45.005769 [ 3 ] {} <Debug> HTTP-Session: 79ac631b-3f2a-4191-b641-f7910dc26acf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12825 | 2024.03.25 19:43:45.005783 [ 3 ] {} <Debug> HTTP-Session: 79ac631b-3f2a-4191-b641-f7910dc26acf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12826 | 2024.03.25 19:43:45.005815 [ 3 ] {} <Trace> HTTP-Session: 79ac631b-3f2a-4191-b641-f7910dc26acf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12827 | 2024.03.25 19:43:45.006188 [ 3 ] {86e7f2a9-0da4-4583-80b6-7cca555781a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 12828 | 2024.03.25 19:43:45.006328 [ 3 ] {86e7f2a9-0da4-4583-80b6-7cca555781a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 12829 | 2024.03.25 19:43:45.006494 [ 3 ] {86e7f2a9-0da4-4583-80b6-7cca555781a6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12830 | 2024.03.25 19:43:45.007095 [ 3 ] {86e7f2a9-0da4-4583-80b6-7cca555781a6} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12831 | 2024.03.25 19:43:45.007133 [ 3 ] {86e7f2a9-0da4-4583-80b6-7cca555781a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 12832 | 2024.03.25 19:43:45.007595 [ 3 ] {86e7f2a9-0da4-4583-80b6-7cca555781a6} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 12833 | 2024.03.25 19:43:45.007999 [ 3 ] {86e7f2a9-0da4-4583-80b6-7cca555781a6} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12834 | 2024.03.25 19:43:45.008165 [ 67 ] {} <Debug> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 12835 | 2024.03.25 19:43:45.008168 [ 3 ] {86e7f2a9-0da4-4583-80b6-7cca555781a6} <Debug> executeQuery: Read 58 rows, 80.15 KiB in 0.002287 sec., 25360.73458679493 rows/sec., 34.22 MiB/sec. | ||
| 12836 | 2024.03.25 19:43:45.008246 [ 67 ] {} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12837 | 2024.03.25 19:43:45.008383 [ 3 ] {86e7f2a9-0da4-4583-80b6-7cca555781a6} <Debug> DynamicQueryHandler: Done processing query | ||
| 12838 | 2024.03.25 19:43:45.008421 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 12839 | 2024.03.25 19:43:45.008430 [ 3 ] {86e7f2a9-0da4-4583-80b6-7cca555781a6} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 12840 | 2024.03.25 19:43:45.008478 [ 3 ] {} <Debug> HTTP-Session: 79ac631b-3f2a-4191-b641-f7910dc26acf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12841 | 2024.03.25 19:43:45.008710 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12842 | 2024.03.25 19:43:45.008727 [ 195 ] {f3248554-e676-4912-a9d7-0b91932a1da6::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full | ||
| 12843 | 2024.03.25 19:43:45.008852 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 12844 | 2024.03.25 19:43:45.008927 [ 3 ] {} <Debug> HTTP-Session: 30bdb787-4c86-40a9-8ea8-bfc01d0244a7 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 12845 | 2024.03.25 19:43:45.009008 [ 3 ] {} <Debug> HTTP-Session: 30bdb787-4c86-40a9-8ea8-bfc01d0244a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12846 | 2024.03.25 19:43:45.009074 [ 3 ] {} <Debug> HTTP-Session: 30bdb787-4c86-40a9-8ea8-bfc01d0244a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12847 | 2024.03.25 19:43:45.009220 [ 3 ] {} <Trace> HTTP-Session: 30bdb787-4c86-40a9-8ea8-bfc01d0244a7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12848 | 2024.03.25 19:43:45.009549 [ 3 ] {3597ef90-2173-44eb-aad6-a10f926cb695} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 12849 | 2024.03.25 19:43:45.009706 [ 3 ] {3597ef90-2173-44eb-aad6-a10f926cb695} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12850 | 2024.03.25 19:43:45.009802 [ 195 ] {f3248554-e676-4912-a9d7-0b91932a1da6::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12851 | 2024.03.25 19:43:45.009919 [ 195 ] {f3248554-e676-4912-a9d7-0b91932a1da6::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2470 rows starting from the beginning of the part | ||
| 12852 | 2024.03.25 19:43:45.010265 [ 195 ] {f3248554-e676-4912-a9d7-0b91932a1da6::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 58 rows starting from the beginning of the part | ||
| 12853 | 2024.03.25 19:43:45.010583 [ 3 ] {3597ef90-2173-44eb-aad6-a10f926cb695} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12854 | 2024.03.25 19:43:45.010632 [ 195 ] {f3248554-e676-4912-a9d7-0b91932a1da6::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 58 rows starting from the beginning of the part | ||
| 12855 | 2024.03.25 19:43:45.010980 [ 195 ] {f3248554-e676-4912-a9d7-0b91932a1da6::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 58 rows starting from the beginning of the part | ||
| 12856 | 2024.03.25 19:43:45.011197 [ 195 ] {f3248554-e676-4912-a9d7-0b91932a1da6::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 58 rows starting from the beginning of the part | ||
| 12857 | 2024.03.25 19:43:45.011635 [ 195 ] {f3248554-e676-4912-a9d7-0b91932a1da6::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 58 rows starting from the beginning of the part | ||
| 12858 | 2024.03.25 19:43:45.012300 [ 3 ] {3597ef90-2173-44eb-aad6-a10f926cb695} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12859 | 2024.03.25 19:43:45.012347 [ 3 ] {3597ef90-2173-44eb-aad6-a10f926cb695} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 12860 | 2024.03.25 19:43:45.013269 [ 3 ] {3597ef90-2173-44eb-aad6-a10f926cb695} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 12861 | 2024.03.25 19:43:45.013721 [ 3 ] {3597ef90-2173-44eb-aad6-a10f926cb695} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12862 | 2024.03.25 19:43:45.013885 [ 3 ] {3597ef90-2173-44eb-aad6-a10f926cb695} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.004515 sec., 6644.518272425249 rows/sec., 466.11 KiB/sec. | ||
| 12863 | 2024.03.25 19:43:45.014057 [ 3 ] {3597ef90-2173-44eb-aad6-a10f926cb695} <Debug> DynamicQueryHandler: Done processing query | ||
| 12864 | 2024.03.25 19:43:45.014082 [ 3 ] {3597ef90-2173-44eb-aad6-a10f926cb695} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 12865 | 2024.03.25 19:43:45.014098 [ 3 ] {} <Debug> HTTP-Session: 30bdb787-4c86-40a9-8ea8-bfc01d0244a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12866 | 2024.03.25 19:43:45.019106 [ 197 ] {f3248554-e676-4912-a9d7-0b91932a1da6::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2760 rows, containing 6 columns (6 merged, 0 gathered) in 0.01056827 sec., 261159.1111884916 rows/sec., 352.42 MiB/sec. | ||
| 12867 | 2024.03.25 19:43:45.020660 [ 194 ] {f3248554-e676-4912-a9d7-0b91932a1da6::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 12868 | 2024.03.25 19:43:45.021184 [ 194 ] {f3248554-e676-4912-a9d7-0b91932a1da6::all_1_51_10} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12869 | 2024.03.25 19:43:45.021286 [ 194 ] {f3248554-e676-4912-a9d7-0b91932a1da6::all_1_51_10} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 12870 | 2024.03.25 19:43:45.021407 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.67 MiB. | ||
| 12871 | 2024.03.25 19:43:46.000150 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 206.94 MiB, peak 220.76 MiB, free memory in arenas 0.00 B, will set to 209.42 MiB (RSS), difference: 2.48 MiB | ||
| 12872 | 2024.03.25 19:43:49.993967 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 3629, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12873 | 2024.03.25 19:43:49.994100 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 12874 | 2024.03.25 19:43:49.994127 [ 3 ] {} <Debug> HTTP-Session: bbfc1a4f-77cc-49aa-b5cc-73789d259b12 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 12875 | 2024.03.25 19:43:49.994152 [ 3 ] {} <Debug> HTTP-Session: bbfc1a4f-77cc-49aa-b5cc-73789d259b12 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12876 | 2024.03.25 19:43:49.994167 [ 3 ] {} <Debug> HTTP-Session: bbfc1a4f-77cc-49aa-b5cc-73789d259b12 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12877 | 2024.03.25 19:43:49.994217 [ 3 ] {} <Trace> HTTP-Session: bbfc1a4f-77cc-49aa-b5cc-73789d259b12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12878 | 2024.03.25 19:43:49.994345 [ 3 ] {13b5d30f-83a4-4f1f-a7e2-c1697f0b6fa3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 12879 | 2024.03.25 19:43:49.994410 [ 3 ] {13b5d30f-83a4-4f1f-a7e2-c1697f0b6fa3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12880 | 2024.03.25 19:43:49.994601 [ 3 ] {13b5d30f-83a4-4f1f-a7e2-c1697f0b6fa3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12881 | 2024.03.25 19:43:49.995072 [ 3 ] {13b5d30f-83a4-4f1f-a7e2-c1697f0b6fa3} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12882 | 2024.03.25 19:43:49.995123 [ 3 ] {13b5d30f-83a4-4f1f-a7e2-c1697f0b6fa3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 12883 | 2024.03.25 19:43:49.995525 [ 3 ] {13b5d30f-83a4-4f1f-a7e2-c1697f0b6fa3} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 12884 | 2024.03.25 19:43:49.995886 [ 3 ] {13b5d30f-83a4-4f1f-a7e2-c1697f0b6fa3} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12885 | 2024.03.25 19:43:49.996054 [ 3 ] {13b5d30f-83a4-4f1f-a7e2-c1697f0b6fa3} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.001766 sec., 14722.536806342016 rows/sec., 1.11 MiB/sec. | ||
| 12886 | 2024.03.25 19:43:49.996229 [ 3 ] {13b5d30f-83a4-4f1f-a7e2-c1697f0b6fa3} <Debug> DynamicQueryHandler: Done processing query | ||
| 12887 | 2024.03.25 19:43:49.996257 [ 3 ] {13b5d30f-83a4-4f1f-a7e2-c1697f0b6fa3} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 12888 | 2024.03.25 19:43:49.996273 [ 3 ] {} <Debug> HTTP-Session: bbfc1a4f-77cc-49aa-b5cc-73789d259b12 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12889 | 2024.03.25 19:43:49.996453 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4792, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12890 | 2024.03.25 19:43:49.996507 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 12891 | 2024.03.25 19:43:49.996528 [ 3 ] {} <Debug> HTTP-Session: 0b3f81c1-f6e0-4f7c-9ae9-cdb47db398b3 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 12892 | 2024.03.25 19:43:49.996547 [ 3 ] {} <Debug> HTTP-Session: 0b3f81c1-f6e0-4f7c-9ae9-cdb47db398b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12893 | 2024.03.25 19:43:49.996561 [ 3 ] {} <Debug> HTTP-Session: 0b3f81c1-f6e0-4f7c-9ae9-cdb47db398b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12894 | 2024.03.25 19:43:49.996596 [ 3 ] {} <Trace> HTTP-Session: 0b3f81c1-f6e0-4f7c-9ae9-cdb47db398b3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12895 | 2024.03.25 19:43:49.996681 [ 3 ] {77ea9984-f34f-4ea0-9303-7cf449668581} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 12896 | 2024.03.25 19:43:49.996725 [ 3 ] {77ea9984-f34f-4ea0-9303-7cf449668581} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12897 | 2024.03.25 19:43:49.996859 [ 3 ] {77ea9984-f34f-4ea0-9303-7cf449668581} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12898 | 2024.03.25 19:43:49.997192 [ 3 ] {77ea9984-f34f-4ea0-9303-7cf449668581} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12899 | 2024.03.25 19:43:49.997234 [ 3 ] {77ea9984-f34f-4ea0-9303-7cf449668581} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 12900 | 2024.03.25 19:43:49.997559 [ 3 ] {77ea9984-f34f-4ea0-9303-7cf449668581} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 12901 | 2024.03.25 19:43:49.997898 [ 3 ] {77ea9984-f34f-4ea0-9303-7cf449668581} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12902 | 2024.03.25 19:43:49.998053 [ 3 ] {77ea9984-f34f-4ea0-9303-7cf449668581} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001404 sec., 19943.019943019943 rows/sec., 1.56 MiB/sec. | ||
| 12903 | 2024.03.25 19:43:49.998188 [ 3 ] {77ea9984-f34f-4ea0-9303-7cf449668581} <Debug> DynamicQueryHandler: Done processing query | ||
| 12904 | 2024.03.25 19:43:49.998214 [ 3 ] {77ea9984-f34f-4ea0-9303-7cf449668581} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 12905 | 2024.03.25 19:43:49.998229 [ 3 ] {} <Debug> HTTP-Session: 0b3f81c1-f6e0-4f7c-9ae9-cdb47db398b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12906 | 2024.03.25 19:43:49.998395 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 19137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12907 | 2024.03.25 19:43:49.998446 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 12908 | 2024.03.25 19:43:49.998466 [ 3 ] {} <Debug> HTTP-Session: dc40a49f-3bbc-49b9-bce9-5e09d5c5b4ea Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 12909 | 2024.03.25 19:43:49.998482 [ 3 ] {} <Debug> HTTP-Session: dc40a49f-3bbc-49b9-bce9-5e09d5c5b4ea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12910 | 2024.03.25 19:43:49.998496 [ 3 ] {} <Debug> HTTP-Session: dc40a49f-3bbc-49b9-bce9-5e09d5c5b4ea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12911 | 2024.03.25 19:43:49.998527 [ 3 ] {} <Trace> HTTP-Session: dc40a49f-3bbc-49b9-bce9-5e09d5c5b4ea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12912 | 2024.03.25 19:43:49.998634 [ 3 ] {591edf57-3c7f-43f7-ae33-060321ee82c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 12913 | 2024.03.25 19:43:49.998679 [ 3 ] {591edf57-3c7f-43f7-ae33-060321ee82c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12914 | 2024.03.25 19:43:49.998828 [ 3 ] {591edf57-3c7f-43f7-ae33-060321ee82c7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12915 | 2024.03.25 19:43:49.999178 [ 3 ] {591edf57-3c7f-43f7-ae33-060321ee82c7} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12916 | 2024.03.25 19:43:49.999217 [ 3 ] {591edf57-3c7f-43f7-ae33-060321ee82c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 12917 | 2024.03.25 19:43:49.999617 [ 3 ] {591edf57-3c7f-43f7-ae33-060321ee82c7} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 12918 | 2024.03.25 19:43:49.999977 [ 3 ] {591edf57-3c7f-43f7-ae33-060321ee82c7} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12919 | 2024.03.25 19:43:50.000154 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 214.89 MiB, peak 220.76 MiB, free memory in arenas 0.00 B, will set to 209.42 MiB (RSS), difference: -5.47 MiB | ||
| 12920 | 2024.03.25 19:43:50.000330 [ 3 ] {591edf57-3c7f-43f7-ae33-060321ee82c7} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001747 sec., 57240.984544934174 rows/sec., 3.97 MiB/sec. | ||
| 12921 | 2024.03.25 19:43:50.000575 [ 3 ] {591edf57-3c7f-43f7-ae33-060321ee82c7} <Debug> DynamicQueryHandler: Done processing query | ||
| 12922 | 2024.03.25 19:43:50.000600 [ 3 ] {591edf57-3c7f-43f7-ae33-060321ee82c7} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
| 12923 | 2024.03.25 19:43:50.000654 [ 3 ] {} <Debug> HTTP-Session: dc40a49f-3bbc-49b9-bce9-5e09d5c5b4ea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12924 | 2024.03.25 19:43:50.000825 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12925 | 2024.03.25 19:43:50.000876 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 12926 | 2024.03.25 19:43:50.000896 [ 3 ] {} <Debug> HTTP-Session: 86ee37ad-231d-4631-8775-b6b844b96f04 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 12927 | 2024.03.25 19:43:50.000914 [ 3 ] {} <Debug> HTTP-Session: 86ee37ad-231d-4631-8775-b6b844b96f04 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12928 | 2024.03.25 19:43:50.000928 [ 3 ] {} <Debug> HTTP-Session: 86ee37ad-231d-4631-8775-b6b844b96f04 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12929 | 2024.03.25 19:43:50.000961 [ 3 ] {} <Trace> HTTP-Session: 86ee37ad-231d-4631-8775-b6b844b96f04 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12930 | 2024.03.25 19:43:50.001042 [ 3 ] {a7829f53-ba2d-42b7-9321-87890cb3e2ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 12931 | 2024.03.25 19:43:50.001086 [ 3 ] {a7829f53-ba2d-42b7-9321-87890cb3e2ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12932 | 2024.03.25 19:43:50.001237 [ 3 ] {a7829f53-ba2d-42b7-9321-87890cb3e2ca} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12933 | 2024.03.25 19:43:50.001529 [ 3 ] {a7829f53-ba2d-42b7-9321-87890cb3e2ca} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12934 | 2024.03.25 19:43:50.001567 [ 3 ] {a7829f53-ba2d-42b7-9321-87890cb3e2ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 12935 | 2024.03.25 19:43:50.001940 [ 3 ] {a7829f53-ba2d-42b7-9321-87890cb3e2ca} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 12936 | 2024.03.25 19:43:50.002274 [ 3 ] {a7829f53-ba2d-42b7-9321-87890cb3e2ca} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12937 | 2024.03.25 19:43:50.002433 [ 3 ] {a7829f53-ba2d-42b7-9321-87890cb3e2ca} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001424 sec., 21067.41573033708 rows/sec., 1.44 MiB/sec. | ||
| 12938 | 2024.03.25 19:43:50.002563 [ 3 ] {a7829f53-ba2d-42b7-9321-87890cb3e2ca} <Debug> DynamicQueryHandler: Done processing query | ||
| 12939 | 2024.03.25 19:43:50.002588 [ 3 ] {a7829f53-ba2d-42b7-9321-87890cb3e2ca} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 12940 | 2024.03.25 19:43:50.002603 [ 3 ] {} <Debug> HTTP-Session: 86ee37ad-231d-4631-8775-b6b844b96f04 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12941 | 2024.03.25 19:43:51.000170 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 204.20 MiB, peak 220.76 MiB, free memory in arenas 0.00 B, will set to 209.42 MiB (RSS), difference: 5.21 MiB | ||
| 12942 | 2024.03.25 19:43:51.615407 [ 60 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 12943 | 2024.03.25 19:43:51.615463 [ 60 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 12944 | 2024.03.25 19:43:54.997170 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 8371, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12945 | 2024.03.25 19:43:54.997301 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 12946 | 2024.03.25 19:43:54.997326 [ 3 ] {} <Debug> HTTP-Session: 169a1bc8-3288-4c69-b1d7-aee454c010a5 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 12947 | 2024.03.25 19:43:54.997351 [ 3 ] {} <Debug> HTTP-Session: 169a1bc8-3288-4c69-b1d7-aee454c010a5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12948 | 2024.03.25 19:43:54.997365 [ 3 ] {} <Debug> HTTP-Session: 169a1bc8-3288-4c69-b1d7-aee454c010a5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12949 | 2024.03.25 19:43:54.997414 [ 3 ] {} <Trace> HTTP-Session: 169a1bc8-3288-4c69-b1d7-aee454c010a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12950 | 2024.03.25 19:43:54.997545 [ 3 ] {5980cc31-765d-47a8-8f5b-98a789295162} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 12951 | 2024.03.25 19:43:54.997610 [ 3 ] {5980cc31-765d-47a8-8f5b-98a789295162} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 12952 | 2024.03.25 19:43:54.997797 [ 3 ] {5980cc31-765d-47a8-8f5b-98a789295162} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12953 | 2024.03.25 19:43:54.998193 [ 3 ] {5980cc31-765d-47a8-8f5b-98a789295162} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12954 | 2024.03.25 19:43:54.998244 [ 3 ] {5980cc31-765d-47a8-8f5b-98a789295162} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 12955 | 2024.03.25 19:43:54.998649 [ 3 ] {5980cc31-765d-47a8-8f5b-98a789295162} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 12956 | 2024.03.25 19:43:54.999013 [ 3 ] {5980cc31-765d-47a8-8f5b-98a789295162} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12957 | 2024.03.25 19:43:54.999177 [ 3 ] {5980cc31-765d-47a8-8f5b-98a789295162} <Debug> executeQuery: Read 58 rows, 4.70 KiB in 0.001696 sec., 34198.11320754717 rows/sec., 2.71 MiB/sec. | ||
| 12958 | 2024.03.25 19:43:54.999229 [ 57 ] {} <Debug> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108) (MergerMutator): Selected 5 parts from all_1_48_11 to all_52_52_0 | ||
| 12959 | 2024.03.25 19:43:54.999326 [ 57 ] {} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12960 | 2024.03.25 19:43:54.999353 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 12961 | 2024.03.25 19:43:54.999387 [ 3 ] {5980cc31-765d-47a8-8f5b-98a789295162} <Debug> DynamicQueryHandler: Done processing query | ||
| 12962 | 2024.03.25 19:43:54.999438 [ 3 ] {5980cc31-765d-47a8-8f5b-98a789295162} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 12963 | 2024.03.25 19:43:54.999508 [ 3 ] {} <Debug> HTTP-Session: 169a1bc8-3288-4c69-b1d7-aee454c010a5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12964 | 2024.03.25 19:43:54.999605 [ 200 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_52_12} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_48_11 to all_52_52_0 into Compact with storage Full | ||
| 12965 | 2024.03.25 19:43:54.999873 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 31316, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12966 | 2024.03.25 19:43:55.000019 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 12967 | 2024.03.25 19:43:55.000122 [ 200 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_52_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12968 | 2024.03.25 19:43:55.000131 [ 3 ] {} <Debug> HTTP-Session: dce0c913-43e2-4b87-a2e5-7b057d46816d Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 12969 | 2024.03.25 19:43:55.000180 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 210.49 MiB, peak 220.76 MiB, free memory in arenas 0.00 B, will set to 209.42 MiB (RSS), difference: -1.07 MiB | ||
| 12970 | 2024.03.25 19:43:55.000238 [ 3 ] {} <Debug> HTTP-Session: dce0c913-43e2-4b87-a2e5-7b057d46816d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12971 | 2024.03.25 19:43:55.000282 [ 200 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_52_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_48_11, total 58 rows starting from the beginning of the part | ||
| 12972 | 2024.03.25 19:43:55.000357 [ 3 ] {} <Debug> HTTP-Session: dce0c913-43e2-4b87-a2e5-7b057d46816d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12973 | 2024.03.25 19:43:55.000565 [ 3 ] {} <Trace> HTTP-Session: dce0c913-43e2-4b87-a2e5-7b057d46816d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12974 | 2024.03.25 19:43:55.000945 [ 200 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_52_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 58 rows starting from the beginning of the part | ||
| 12975 | 2024.03.25 19:43:55.001175 [ 3 ] {b855d426-394a-4931-8c78-2c58c6d2c0ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 12976 | 2024.03.25 19:43:55.001648 [ 3 ] {b855d426-394a-4931-8c78-2c58c6d2c0ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12977 | 2024.03.25 19:43:55.001723 [ 200 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_52_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 58 rows starting from the beginning of the part | ||
| 12978 | 2024.03.25 19:43:55.002094 [ 200 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_52_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 58 rows starting from the beginning of the part | ||
| 12979 | 2024.03.25 19:43:55.002450 [ 200 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_52_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 58 rows starting from the beginning of the part | ||
| 12980 | 2024.03.25 19:43:55.002974 [ 3 ] {b855d426-394a-4931-8c78-2c58c6d2c0ed} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12981 | 2024.03.25 19:43:55.003512 [ 3 ] {b855d426-394a-4931-8c78-2c58c6d2c0ed} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12982 | 2024.03.25 19:43:55.003557 [ 3 ] {b855d426-394a-4931-8c78-2c58c6d2c0ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 12983 | 2024.03.25 19:43:55.004064 [ 194 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_52_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 290 rows, containing 4 columns (4 merged, 0 gathered) in 0.004625823 sec., 62691.54699606967 rows/sec., 4.96 MiB/sec. | ||
| 12984 | 2024.03.25 19:43:55.004077 [ 3 ] {b855d426-394a-4931-8c78-2c58c6d2c0ed} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 12985 | 2024.03.25 19:43:55.004313 [ 194 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_52_12} <Trace> MergedBlockOutputStream: filled checksums all_1_52_12 (state Temporary) | ||
| 12986 | 2024.03.25 19:43:55.004848 [ 3 ] {b855d426-394a-4931-8c78-2c58c6d2c0ed} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12987 | 2024.03.25 19:43:55.005198 [ 3 ] {b855d426-394a-4931-8c78-2c58c6d2c0ed} <Debug> executeQuery: Read 200 rows, 19.11 KiB in 0.004288 sec., 46641.79104477612 rows/sec., 4.35 MiB/sec. | ||
| 12988 | 2024.03.25 19:43:55.005342 [ 194 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_52_12} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Renaming temporary part tmp_merge_all_1_52_12 to all_1_52_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12989 | 2024.03.25 19:43:55.005449 [ 3 ] {b855d426-394a-4931-8c78-2c58c6d2c0ed} <Debug> DynamicQueryHandler: Done processing query | ||
| 12990 | 2024.03.25 19:43:55.005482 [ 3 ] {b855d426-394a-4931-8c78-2c58c6d2c0ed} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 12991 | 2024.03.25 19:43:55.005502 [ 194 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_52_12} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108) (MergerMutator): Merged 5 parts: [all_1_48_11, all_52_52_0] -> all_1_52_12 | ||
| 12992 | 2024.03.25 19:43:55.005510 [ 3 ] {} <Debug> HTTP-Session: dce0c913-43e2-4b87-a2e5-7b057d46816d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12993 | 2024.03.25 19:43:55.005630 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 12994 | 2024.03.25 19:43:55.005701 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 14620, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12995 | 2024.03.25 19:43:55.005758 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 12996 | 2024.03.25 19:43:55.005777 [ 3 ] {} <Debug> HTTP-Session: fb8f223c-3ab1-4f0e-a26c-5450c71fbc68 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 12997 | 2024.03.25 19:43:55.005797 [ 3 ] {} <Debug> HTTP-Session: fb8f223c-3ab1-4f0e-a26c-5450c71fbc68 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12998 | 2024.03.25 19:43:55.005811 [ 3 ] {} <Debug> HTTP-Session: fb8f223c-3ab1-4f0e-a26c-5450c71fbc68 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12999 | 2024.03.25 19:43:55.005846 [ 3 ] {} <Trace> HTTP-Session: fb8f223c-3ab1-4f0e-a26c-5450c71fbc68 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13000 | 2024.03.25 19:43:55.005947 [ 3 ] {1d40bb52-784d-46d7-b921-346a9d4e4f53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 13001 | 2024.03.25 19:43:55.005993 [ 3 ] {1d40bb52-784d-46d7-b921-346a9d4e4f53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13002 | 2024.03.25 19:43:55.006136 [ 3 ] {1d40bb52-784d-46d7-b921-346a9d4e4f53} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13003 | 2024.03.25 19:43:55.006438 [ 3 ] {1d40bb52-784d-46d7-b921-346a9d4e4f53} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13004 | 2024.03.25 19:43:55.006476 [ 3 ] {1d40bb52-784d-46d7-b921-346a9d4e4f53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 13005 | 2024.03.25 19:43:55.006801 [ 3 ] {1d40bb52-784d-46d7-b921-346a9d4e4f53} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 13006 | 2024.03.25 19:43:55.007120 [ 3 ] {1d40bb52-784d-46d7-b921-346a9d4e4f53} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13007 | 2024.03.25 19:43:55.007276 [ 3 ] {1d40bb52-784d-46d7-b921-346a9d4e4f53} <Debug> executeQuery: Read 86 rows, 6.88 KiB in 0.001376 sec., 62500 rows/sec., 4.88 MiB/sec. | ||
| 13008 | 2024.03.25 19:43:55.007398 [ 3 ] {1d40bb52-784d-46d7-b921-346a9d4e4f53} <Debug> DynamicQueryHandler: Done processing query | ||
| 13009 | 2024.03.25 19:43:55.007422 [ 3 ] {1d40bb52-784d-46d7-b921-346a9d4e4f53} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 13010 | 2024.03.25 19:43:55.007438 [ 3 ] {} <Debug> HTTP-Session: fb8f223c-3ab1-4f0e-a26c-5450c71fbc68 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13011 | 2024.03.25 19:43:55.007585 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 19137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13012 | 2024.03.25 19:43:55.007633 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 13013 | 2024.03.25 19:43:55.007652 [ 3 ] {} <Debug> HTTP-Session: a2375131-866d-42f2-b4c5-30828bb4f886 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 13014 | 2024.03.25 19:43:55.007668 [ 3 ] {} <Debug> HTTP-Session: a2375131-866d-42f2-b4c5-30828bb4f886 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13015 | 2024.03.25 19:43:55.007682 [ 3 ] {} <Debug> HTTP-Session: a2375131-866d-42f2-b4c5-30828bb4f886 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13016 | 2024.03.25 19:43:55.007712 [ 3 ] {} <Trace> HTTP-Session: a2375131-866d-42f2-b4c5-30828bb4f886 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13017 | 2024.03.25 19:43:55.007812 [ 3 ] {cb1f6c8d-e461-415d-a4ef-3549cd3d9db0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 13018 | 2024.03.25 19:43:55.007858 [ 3 ] {cb1f6c8d-e461-415d-a4ef-3549cd3d9db0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13019 | 2024.03.25 19:43:55.007998 [ 3 ] {cb1f6c8d-e461-415d-a4ef-3549cd3d9db0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13020 | 2024.03.25 19:43:55.008319 [ 3 ] {cb1f6c8d-e461-415d-a4ef-3549cd3d9db0} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13021 | 2024.03.25 19:43:55.008357 [ 3 ] {cb1f6c8d-e461-415d-a4ef-3549cd3d9db0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 13022 | 2024.03.25 19:43:55.008741 [ 3 ] {cb1f6c8d-e461-415d-a4ef-3549cd3d9db0} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 13023 | 2024.03.25 19:43:55.009088 [ 3 ] {cb1f6c8d-e461-415d-a4ef-3549cd3d9db0} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13024 | 2024.03.25 19:43:55.009243 [ 3 ] {cb1f6c8d-e461-415d-a4ef-3549cd3d9db0} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001484 sec., 67385.44474393531 rows/sec., 4.67 MiB/sec. | ||
| 13025 | 2024.03.25 19:43:55.009362 [ 3 ] {cb1f6c8d-e461-415d-a4ef-3549cd3d9db0} <Debug> DynamicQueryHandler: Done processing query | ||
| 13026 | 2024.03.25 19:43:55.009386 [ 3 ] {cb1f6c8d-e461-415d-a4ef-3549cd3d9db0} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
| 13027 | 2024.03.25 19:43:55.009402 [ 3 ] {} <Debug> HTTP-Session: a2375131-866d-42f2-b4c5-30828bb4f886 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13028 | 2024.03.25 19:43:55.009556 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 62054, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13029 | 2024.03.25 19:43:55.009604 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 13030 | 2024.03.25 19:43:55.009622 [ 3 ] {} <Debug> HTTP-Session: 31e03f7a-9302-4122-b1cd-0f6f93d4c130 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 13031 | 2024.03.25 19:43:55.009638 [ 3 ] {} <Debug> HTTP-Session: 31e03f7a-9302-4122-b1cd-0f6f93d4c130 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13032 | 2024.03.25 19:43:55.009652 [ 3 ] {} <Debug> HTTP-Session: 31e03f7a-9302-4122-b1cd-0f6f93d4c130 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13033 | 2024.03.25 19:43:55.009682 [ 3 ] {} <Trace> HTTP-Session: 31e03f7a-9302-4122-b1cd-0f6f93d4c130 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13034 | 2024.03.25 19:43:55.010052 [ 3 ] {b9ee4a93-928d-4fe0-a315-177432e8878f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 13035 | 2024.03.25 19:43:55.010099 [ 3 ] {b9ee4a93-928d-4fe0-a315-177432e8878f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 13036 | 2024.03.25 19:43:55.010256 [ 3 ] {b9ee4a93-928d-4fe0-a315-177432e8878f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13037 | 2024.03.25 19:43:55.010807 [ 3 ] {b9ee4a93-928d-4fe0-a315-177432e8878f} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13038 | 2024.03.25 19:43:55.010845 [ 3 ] {b9ee4a93-928d-4fe0-a315-177432e8878f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 13039 | 2024.03.25 19:43:55.011279 [ 3 ] {b9ee4a93-928d-4fe0-a315-177432e8878f} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 13040 | 2024.03.25 19:43:55.011630 [ 3 ] {b9ee4a93-928d-4fe0-a315-177432e8878f} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13041 | 2024.03.25 19:43:55.011792 [ 3 ] {b9ee4a93-928d-4fe0-a315-177432e8878f} <Debug> executeQuery: Read 58 rows, 80.15 KiB in 0.002044 sec., 28375.733855185914 rows/sec., 38.29 MiB/sec. | ||
| 13042 | 2024.03.25 19:43:55.011979 [ 3 ] {b9ee4a93-928d-4fe0-a315-177432e8878f} <Debug> DynamicQueryHandler: Done processing query | ||
| 13043 | 2024.03.25 19:43:55.012043 [ 3 ] {b9ee4a93-928d-4fe0-a315-177432e8878f} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 13044 | 2024.03.25 19:43:55.012093 [ 3 ] {} <Debug> HTTP-Session: 31e03f7a-9302-4122-b1cd-0f6f93d4c130 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13045 | 2024.03.25 19:43:55.012296 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13046 | 2024.03.25 19:43:55.012351 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 13047 | 2024.03.25 19:43:55.012370 [ 3 ] {} <Debug> HTTP-Session: b09e25dd-21a6-4987-bdff-555288439f57 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 13048 | 2024.03.25 19:43:55.012388 [ 3 ] {} <Debug> HTTP-Session: b09e25dd-21a6-4987-bdff-555288439f57 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13049 | 2024.03.25 19:43:55.012402 [ 3 ] {} <Debug> HTTP-Session: b09e25dd-21a6-4987-bdff-555288439f57 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13050 | 2024.03.25 19:43:55.012433 [ 3 ] {} <Trace> HTTP-Session: b09e25dd-21a6-4987-bdff-555288439f57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13051 | 2024.03.25 19:43:55.012514 [ 3 ] {40fd27fb-8c59-4a1d-b4f1-50f6feb0c6e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 13052 | 2024.03.25 19:43:55.012558 [ 3 ] {40fd27fb-8c59-4a1d-b4f1-50f6feb0c6e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13053 | 2024.03.25 19:43:55.012698 [ 3 ] {40fd27fb-8c59-4a1d-b4f1-50f6feb0c6e4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13054 | 2024.03.25 19:43:55.012959 [ 3 ] {40fd27fb-8c59-4a1d-b4f1-50f6feb0c6e4} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13055 | 2024.03.25 19:43:55.012996 [ 3 ] {40fd27fb-8c59-4a1d-b4f1-50f6feb0c6e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 13056 | 2024.03.25 19:43:55.013364 [ 3 ] {40fd27fb-8c59-4a1d-b4f1-50f6feb0c6e4} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 13057 | 2024.03.25 19:43:55.013775 [ 3 ] {40fd27fb-8c59-4a1d-b4f1-50f6feb0c6e4} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13058 | 2024.03.25 19:43:55.013943 [ 3 ] {40fd27fb-8c59-4a1d-b4f1-50f6feb0c6e4} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001457 sec., 20590.253946465342 rows/sec., 1.41 MiB/sec. | ||
| 13059 | 2024.03.25 19:43:55.014068 [ 3 ] {40fd27fb-8c59-4a1d-b4f1-50f6feb0c6e4} <Debug> DynamicQueryHandler: Done processing query | ||
| 13060 | 2024.03.25 19:43:55.014093 [ 3 ] {40fd27fb-8c59-4a1d-b4f1-50f6feb0c6e4} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 13061 | 2024.03.25 19:43:55.014109 [ 3 ] {} <Debug> HTTP-Session: b09e25dd-21a6-4987-bdff-555288439f57 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13062 | 2024.03.25 19:43:59.994921 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 8603, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13063 | 2024.03.25 19:43:59.995047 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 13064 | 2024.03.25 19:43:59.995074 [ 3 ] {} <Debug> HTTP-Session: ebac6bb4-a92f-4d2c-9d2a-c836749dc9bc Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 13065 | 2024.03.25 19:43:59.995098 [ 3 ] {} <Debug> HTTP-Session: ebac6bb4-a92f-4d2c-9d2a-c836749dc9bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13066 | 2024.03.25 19:43:59.995112 [ 3 ] {} <Debug> HTTP-Session: ebac6bb4-a92f-4d2c-9d2a-c836749dc9bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13067 | 2024.03.25 19:43:59.995161 [ 3 ] {} <Trace> HTTP-Session: ebac6bb4-a92f-4d2c-9d2a-c836749dc9bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13068 | 2024.03.25 19:43:59.995298 [ 3 ] {0dee450e-42d1-41a1-a89d-ff67954d5850} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 13069 | 2024.03.25 19:43:59.995365 [ 3 ] {0dee450e-42d1-41a1-a89d-ff67954d5850} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13070 | 2024.03.25 19:43:59.995560 [ 3 ] {0dee450e-42d1-41a1-a89d-ff67954d5850} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13071 | 2024.03.25 19:43:59.996005 [ 3 ] {0dee450e-42d1-41a1-a89d-ff67954d5850} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13072 | 2024.03.25 19:43:59.996061 [ 3 ] {0dee450e-42d1-41a1-a89d-ff67954d5850} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 13073 | 2024.03.25 19:43:59.996459 [ 3 ] {0dee450e-42d1-41a1-a89d-ff67954d5850} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 13074 | 2024.03.25 19:43:59.996817 [ 3 ] {0dee450e-42d1-41a1-a89d-ff67954d5850} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13075 | 2024.03.25 19:43:59.996991 [ 3 ] {0dee450e-42d1-41a1-a89d-ff67954d5850} <Debug> executeQuery: Read 62 rows, 4.82 KiB in 0.001759 sec., 35247.299602046616 rows/sec., 2.68 MiB/sec. | ||
| 13076 | 2024.03.25 19:43:59.997016 [ 55 ] {} <Debug> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 13077 | 2024.03.25 19:43:59.997114 [ 55 ] {} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13078 | 2024.03.25 19:43:59.997157 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 13079 | 2024.03.25 19:43:59.997228 [ 3 ] {0dee450e-42d1-41a1-a89d-ff67954d5850} <Debug> DynamicQueryHandler: Done processing query | ||
| 13080 | 2024.03.25 19:43:59.997284 [ 3 ] {0dee450e-42d1-41a1-a89d-ff67954d5850} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 13081 | 2024.03.25 19:43:59.997336 [ 3 ] {} <Debug> HTTP-Session: ebac6bb4-a92f-4d2c-9d2a-c836749dc9bc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13082 | 2024.03.25 19:43:59.997426 [ 197 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_106_21} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full | ||
| 13083 | 2024.03.25 19:43:59.997601 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 8828, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13084 | 2024.03.25 19:43:59.997702 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 13085 | 2024.03.25 19:43:59.997701 [ 197 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13086 | 2024.03.25 19:43:59.997729 [ 3 ] {} <Debug> HTTP-Session: 90e9668d-56fe-4d58-945d-cc5111091889 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 13087 | 2024.03.25 19:43:59.997777 [ 3 ] {} <Debug> HTTP-Session: 90e9668d-56fe-4d58-945d-cc5111091889 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13088 | 2024.03.25 19:43:59.997799 [ 197 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 241 rows starting from the beginning of the part | ||
| 13089 | 2024.03.25 19:43:59.997806 [ 3 ] {} <Debug> HTTP-Session: 90e9668d-56fe-4d58-945d-cc5111091889 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13090 | 2024.03.25 19:43:59.997906 [ 3 ] {} <Trace> HTTP-Session: 90e9668d-56fe-4d58-945d-cc5111091889 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13091 | 2024.03.25 19:43:59.998002 [ 197 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 26 rows starting from the beginning of the part | ||
| 13092 | 2024.03.25 19:43:59.998368 [ 197 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 200 rows starting from the beginning of the part | ||
| 13093 | 2024.03.25 19:43:59.998433 [ 3 ] {4a82808e-1f70-44ab-bd7e-54f97e39b328} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 13094 | 2024.03.25 19:43:59.998604 [ 197 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 26 rows starting from the beginning of the part | ||
| 13095 | 2024.03.25 19:43:59.998610 [ 3 ] {4a82808e-1f70-44ab-bd7e-54f97e39b328} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13096 | 2024.03.25 19:43:59.998926 [ 197 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 200 rows starting from the beginning of the part | ||
| 13097 | 2024.03.25 19:43:59.999309 [ 197 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 62 rows starting from the beginning of the part | ||
| 13098 | 2024.03.25 19:43:59.999991 [ 3 ] {4a82808e-1f70-44ab-bd7e-54f97e39b328} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13099 | 2024.03.25 19:44:00.000169 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 210.49 MiB, peak 220.76 MiB, free memory in arenas 0.00 B, will set to 209.42 MiB (RSS), difference: -1.07 MiB | ||
| 13100 | 2024.03.25 19:44:00.001342 [ 3 ] {4a82808e-1f70-44ab-bd7e-54f97e39b328} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13101 | 2024.03.25 19:44:00.001419 [ 3 ] {4a82808e-1f70-44ab-bd7e-54f97e39b328} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 13102 | 2024.03.25 19:44:00.002248 [ 3 ] {4a82808e-1f70-44ab-bd7e-54f97e39b328} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 13103 | 2024.03.25 19:44:00.002940 [ 201 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 755 rows, containing 4 columns (4 merged, 0 gathered) in 0.00568589 sec., 132784.84107149453 rows/sec., 11.92 MiB/sec. | ||
| 13104 | 2024.03.25 19:44:00.003035 [ 3 ] {4a82808e-1f70-44ab-bd7e-54f97e39b328} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13105 | 2024.03.25 19:44:00.003175 [ 201 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 13106 | 2024.03.25 19:44:00.003296 [ 55 ] {} <Debug> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 13107 | 2024.03.25 19:44:00.003400 [ 55 ] {} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13108 | 2024.03.25 19:44:00.003387 [ 3 ] {4a82808e-1f70-44ab-bd7e-54f97e39b328} <Debug> executeQuery: Read 52 rows, 4.13 KiB in 0.005272 sec., 9863.429438543248 rows/sec., 784.29 KiB/sec. | ||
| 13109 | 2024.03.25 19:44:00.003450 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 13110 | 2024.03.25 19:44:00.003972 [ 3 ] {4a82808e-1f70-44ab-bd7e-54f97e39b328} <Debug> DynamicQueryHandler: Done processing query | ||
| 13111 | 2024.03.25 19:44:00.004075 [ 3 ] {4a82808e-1f70-44ab-bd7e-54f97e39b328} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 13112 | 2024.03.25 19:44:00.004105 [ 196 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_106_21} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full | ||
| 13113 | 2024.03.25 19:44:00.004133 [ 3 ] {} <Debug> HTTP-Session: 90e9668d-56fe-4d58-945d-cc5111091889 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13114 | 2024.03.25 19:44:00.004423 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 26097, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13115 | 2024.03.25 19:44:00.004499 [ 196 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13116 | 2024.03.25 19:44:00.004565 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 13117 | 2024.03.25 19:44:00.004581 [ 196 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 138 rows starting from the beginning of the part | ||
| 13118 | 2024.03.25 19:44:00.004614 [ 3 ] {} <Debug> HTTP-Session: 095fe051-64c7-4d0e-ac2a-3a90971603d6 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 13119 | 2024.03.25 19:44:00.004670 [ 3 ] {} <Debug> HTTP-Session: 095fe051-64c7-4d0e-ac2a-3a90971603d6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13120 | 2024.03.25 19:44:00.004722 [ 3 ] {} <Debug> HTTP-Session: 095fe051-64c7-4d0e-ac2a-3a90971603d6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13121 | 2024.03.25 19:44:00.004872 [ 201 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_106_21} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13122 | 2024.03.25 19:44:00.004901 [ 196 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 28 rows starting from the beginning of the part | ||
| 13123 | 2024.03.25 19:44:00.004912 [ 3 ] {} <Trace> HTTP-Session: 095fe051-64c7-4d0e-ac2a-3a90971603d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13124 | 2024.03.25 19:44:00.005343 [ 201 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_106_21} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 13125 | 2024.03.25 19:44:00.005464 [ 196 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 86 rows starting from the beginning of the part | ||
| 13126 | 2024.03.25 19:44:00.005482 [ 3 ] {c2f46220-1d1a-4e08-a31c-625a7e85bcda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 13127 | 2024.03.25 19:44:00.005702 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. | ||
| 13128 | 2024.03.25 19:44:00.005725 [ 3 ] {c2f46220-1d1a-4e08-a31c-625a7e85bcda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13129 | 2024.03.25 19:44:00.005872 [ 196 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 28 rows starting from the beginning of the part | ||
| 13130 | 2024.03.25 19:44:00.006210 [ 196 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 86 rows starting from the beginning of the part | ||
| 13131 | 2024.03.25 19:44:00.006535 [ 196 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 52 rows starting from the beginning of the part | ||
| 13132 | 2024.03.25 19:44:00.007176 [ 3 ] {c2f46220-1d1a-4e08-a31c-625a7e85bcda} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13133 | 2024.03.25 19:44:00.007706 [ 3 ] {c2f46220-1d1a-4e08-a31c-625a7e85bcda} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13134 | 2024.03.25 19:44:00.007754 [ 3 ] {c2f46220-1d1a-4e08-a31c-625a7e85bcda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 13135 | 2024.03.25 19:44:00.008364 [ 186 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 418 rows, containing 4 columns (4 merged, 0 gathered) in 0.004712286 sec., 88704.29341512802 rows/sec., 6.92 MiB/sec. | ||
| 13136 | 2024.03.25 19:44:00.008403 [ 3 ] {c2f46220-1d1a-4e08-a31c-625a7e85bcda} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 13137 | 2024.03.25 19:44:00.008685 [ 186 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 13138 | 2024.03.25 19:44:00.009329 [ 3 ] {c2f46220-1d1a-4e08-a31c-625a7e85bcda} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13139 | 2024.03.25 19:44:00.009624 [ 54 ] {} <Debug> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 13140 | 2024.03.25 19:44:00.009629 [ 3 ] {c2f46220-1d1a-4e08-a31c-625a7e85bcda} <Debug> executeQuery: Read 136 rows, 9.70 KiB in 0.004394 sec., 30951.29722348657 rows/sec., 2.16 MiB/sec. | ||
| 13141 | 2024.03.25 19:44:00.009721 [ 54 ] {} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13142 | 2024.03.25 19:44:00.009747 [ 186 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_106_21} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13143 | 2024.03.25 19:44:00.009815 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 13144 | 2024.03.25 19:44:00.010101 [ 186 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_106_21} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 13145 | 2024.03.25 19:44:00.010305 [ 3 ] {c2f46220-1d1a-4e08-a31c-625a7e85bcda} <Debug> DynamicQueryHandler: Done processing query | ||
| 13146 | 2024.03.25 19:44:00.010357 [ 191 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_106_21} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full | ||
| 13147 | 2024.03.25 19:44:00.010397 [ 3 ] {c2f46220-1d1a-4e08-a31c-625a7e85bcda} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
| 13148 | 2024.03.25 19:44:00.010526 [ 3 ] {} <Debug> HTTP-Session: 095fe051-64c7-4d0e-ac2a-3a90971603d6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13149 | 2024.03.25 19:44:00.010581 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 13150 | 2024.03.25 19:44:00.010904 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13151 | 2024.03.25 19:44:00.011065 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 13152 | 2024.03.25 19:44:00.011149 [ 3 ] {} <Debug> HTTP-Session: 457b4d2a-6de9-4510-8dbe-10afa5350d34 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 13153 | 2024.03.25 19:44:00.011248 [ 3 ] {} <Debug> HTTP-Session: 457b4d2a-6de9-4510-8dbe-10afa5350d34 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13154 | 2024.03.25 19:44:00.011323 [ 3 ] {} <Debug> HTTP-Session: 457b4d2a-6de9-4510-8dbe-10afa5350d34 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13155 | 2024.03.25 19:44:00.011323 [ 191 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13156 | 2024.03.25 19:44:00.011431 [ 3 ] {} <Trace> HTTP-Session: 457b4d2a-6de9-4510-8dbe-10afa5350d34 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13157 | 2024.03.25 19:44:00.011539 [ 191 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_101_20, total 10942 rows starting from the beginning of the part | ||
| 13158 | 2024.03.25 19:44:00.011749 [ 3 ] {71ddbbc8-83b3-4eba-9826-fef9b9f0dc7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 13159 | 2024.03.25 19:44:00.011955 [ 191 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 100 rows starting from the beginning of the part | ||
| 13160 | 2024.03.25 19:44:00.012040 [ 3 ] {71ddbbc8-83b3-4eba-9826-fef9b9f0dc7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13161 | 2024.03.25 19:44:00.012460 [ 191 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 100 rows starting from the beginning of the part | ||
| 13162 | 2024.03.25 19:44:00.012846 [ 191 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 100 rows starting from the beginning of the part | ||
| 13163 | 2024.03.25 19:44:00.013159 [ 191 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 100 rows starting from the beginning of the part | ||
| 13164 | 2024.03.25 19:44:00.013668 [ 191 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 136 rows starting from the beginning of the part | ||
| 13165 | 2024.03.25 19:44:00.014194 [ 3 ] {71ddbbc8-83b3-4eba-9826-fef9b9f0dc7b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13166 | 2024.03.25 19:44:00.014973 [ 3 ] {71ddbbc8-83b3-4eba-9826-fef9b9f0dc7b} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13167 | 2024.03.25 19:44:00.015031 [ 3 ] {71ddbbc8-83b3-4eba-9826-fef9b9f0dc7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 13168 | 2024.03.25 19:44:00.015639 [ 3 ] {71ddbbc8-83b3-4eba-9826-fef9b9f0dc7b} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 13169 | 2024.03.25 19:44:00.016623 [ 3 ] {71ddbbc8-83b3-4eba-9826-fef9b9f0dc7b} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13170 | 2024.03.25 19:44:00.016962 [ 54 ] {} <Debug> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 13171 | 2024.03.25 19:44:00.016970 [ 3 ] {71ddbbc8-83b3-4eba-9826-fef9b9f0dc7b} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.005369 sec., 5587.632706276774 rows/sec., 391.97 KiB/sec. | ||
| 13172 | 2024.03.25 19:44:00.017018 [ 54 ] {} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13173 | 2024.03.25 19:44:00.017090 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 13174 | 2024.03.25 19:44:00.017330 [ 3 ] {71ddbbc8-83b3-4eba-9826-fef9b9f0dc7b} <Debug> DynamicQueryHandler: Done processing query | ||
| 13175 | 2024.03.25 19:44:00.017338 [ 187 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_106_21} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full | ||
| 13176 | 2024.03.25 19:44:00.017370 [ 3 ] {71ddbbc8-83b3-4eba-9826-fef9b9f0dc7b} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 13177 | 2024.03.25 19:44:00.017424 [ 3 ] {} <Debug> HTTP-Session: 457b4d2a-6de9-4510-8dbe-10afa5350d34 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13178 | 2024.03.25 19:44:00.017623 [ 187 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13179 | 2024.03.25 19:44:00.017668 [ 187 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 3012 rows starting from the beginning of the part | ||
| 13180 | 2024.03.25 19:44:00.017845 [ 187 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 30 rows starting from the beginning of the part | ||
| 13181 | 2024.03.25 19:44:00.017997 [ 187 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 30 rows starting from the beginning of the part | ||
| 13182 | 2024.03.25 19:44:00.018229 [ 187 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 30 rows starting from the beginning of the part | ||
| 13183 | 2024.03.25 19:44:00.018468 [ 187 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 30 rows starting from the beginning of the part | ||
| 13184 | 2024.03.25 19:44:00.018637 [ 187 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 30 rows starting from the beginning of the part | ||
| 13185 | 2024.03.25 19:44:00.019335 [ 192 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11478 rows, containing 5 columns (5 merged, 0 gathered) in 0.009340101 sec., 1228894.6340087757 rows/sec., 85.32 MiB/sec. | ||
| 13186 | 2024.03.25 19:44:00.019736 [ 192 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 13187 | 2024.03.25 19:44:00.020874 [ 192 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_106_21} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13188 | 2024.03.25 19:44:00.020984 [ 192 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_106_21} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 13189 | 2024.03.25 19:44:00.021085 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.46 MiB. | ||
| 13190 | 2024.03.25 19:44:00.021336 [ 189 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3162 rows, containing 4 columns (4 merged, 0 gathered) in 0.004114922 sec., 768422.8279418176 rows/sec., 52.64 MiB/sec. | ||
| 13191 | 2024.03.25 19:44:00.021614 [ 199 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 13192 | 2024.03.25 19:44:00.022033 [ 199 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_106_21} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13193 | 2024.03.25 19:44:00.022123 [ 199 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_106_21} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 13194 | 2024.03.25 19:44:00.022212 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.73 MiB. | ||
| 13195 | 2024.03.25 19:44:04.996737 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 8371, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13196 | 2024.03.25 19:44:04.996880 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 13197 | 2024.03.25 19:44:04.996911 [ 3 ] {} <Debug> HTTP-Session: 3247a245-2c1e-4806-be98-e12f1e6e38e7 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 13198 | 2024.03.25 19:44:04.996940 [ 3 ] {} <Debug> HTTP-Session: 3247a245-2c1e-4806-be98-e12f1e6e38e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13199 | 2024.03.25 19:44:04.996959 [ 3 ] {} <Debug> HTTP-Session: 3247a245-2c1e-4806-be98-e12f1e6e38e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13200 | 2024.03.25 19:44:04.997016 [ 3 ] {} <Trace> HTTP-Session: 3247a245-2c1e-4806-be98-e12f1e6e38e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13201 | 2024.03.25 19:44:04.997164 [ 3 ] {f33ae6e1-4f23-42d7-8ee8-4f2d3b95f72d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 13202 | 2024.03.25 19:44:04.997237 [ 3 ] {f33ae6e1-4f23-42d7-8ee8-4f2d3b95f72d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 13203 | 2024.03.25 19:44:04.997449 [ 3 ] {f33ae6e1-4f23-42d7-8ee8-4f2d3b95f72d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13204 | 2024.03.25 19:44:04.997987 [ 3 ] {f33ae6e1-4f23-42d7-8ee8-4f2d3b95f72d} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13205 | 2024.03.25 19:44:04.998039 [ 3 ] {f33ae6e1-4f23-42d7-8ee8-4f2d3b95f72d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 13206 | 2024.03.25 19:44:04.998437 [ 3 ] {f33ae6e1-4f23-42d7-8ee8-4f2d3b95f72d} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 13207 | 2024.03.25 19:44:04.998785 [ 3 ] {f33ae6e1-4f23-42d7-8ee8-4f2d3b95f72d} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13208 | 2024.03.25 19:44:04.998952 [ 3 ] {f33ae6e1-4f23-42d7-8ee8-4f2d3b95f72d} <Debug> executeQuery: Read 58 rows, 4.70 KiB in 0.001861 sec., 31166.039763567973 rows/sec., 2.47 MiB/sec. | ||
| 13209 | 2024.03.25 19:44:04.999109 [ 3 ] {f33ae6e1-4f23-42d7-8ee8-4f2d3b95f72d} <Debug> DynamicQueryHandler: Done processing query | ||
| 13210 | 2024.03.25 19:44:04.999136 [ 3 ] {f33ae6e1-4f23-42d7-8ee8-4f2d3b95f72d} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 13211 | 2024.03.25 19:44:04.999153 [ 3 ] {} <Debug> HTTP-Session: 3247a245-2c1e-4806-be98-e12f1e6e38e7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13212 | 2024.03.25 19:44:04.999299 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13213 | 2024.03.25 19:44:04.999356 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 13214 | 2024.03.25 19:44:04.999376 [ 3 ] {} <Debug> HTTP-Session: 23578897-ef30-42a8-9f6c-f450c789fcba Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 13215 | 2024.03.25 19:44:04.999395 [ 3 ] {} <Debug> HTTP-Session: 23578897-ef30-42a8-9f6c-f450c789fcba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13216 | 2024.03.25 19:44:04.999410 [ 3 ] {} <Debug> HTTP-Session: 23578897-ef30-42a8-9f6c-f450c789fcba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13217 | 2024.03.25 19:44:04.999445 [ 3 ] {} <Trace> HTTP-Session: 23578897-ef30-42a8-9f6c-f450c789fcba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13218 | 2024.03.25 19:44:04.999520 [ 3 ] {b6a59b31-b790-4dd7-a08c-f69c872c8421} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 13219 | 2024.03.25 19:44:04.999566 [ 3 ] {b6a59b31-b790-4dd7-a08c-f69c872c8421} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 13220 | 2024.03.25 19:44:04.999695 [ 3 ] {b6a59b31-b790-4dd7-a08c-f69c872c8421} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13221 | 2024.03.25 19:44:04.999993 [ 3 ] {b6a59b31-b790-4dd7-a08c-f69c872c8421} <Trace> oximeter.fields_ipaddr (d9ee32b3-8a1d-44e7-a34c-f0038ee3937b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13222 | 2024.03.25 19:44:05.000155 [ 3 ] {b6a59b31-b790-4dd7-a08c-f69c872c8421} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 13223 | 2024.03.25 19:44:05.000167 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 210.51 MiB, peak 220.76 MiB, free memory in arenas 0.00 B, will set to 209.42 MiB (RSS), difference: -1.09 MiB | ||
| 13224 | 2024.03.25 19:44:05.000757 [ 3 ] {b6a59b31-b790-4dd7-a08c-f69c872c8421} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 13225 | 2024.03.25 19:44:05.001094 [ 3 ] {b6a59b31-b790-4dd7-a08c-f69c872c8421} <Trace> oximeter.fields_ipaddr (d9ee32b3-8a1d-44e7-a34c-f0038ee3937b): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13226 | 2024.03.25 19:44:05.001261 [ 3 ] {b6a59b31-b790-4dd7-a08c-f69c872c8421} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001762 sec., 2270.1475595913735 rows/sec., 185.11 KiB/sec. | ||
| 13227 | 2024.03.25 19:44:05.001465 [ 3 ] {b6a59b31-b790-4dd7-a08c-f69c872c8421} <Debug> DynamicQueryHandler: Done processing query | ||
| 13228 | 2024.03.25 19:44:05.001515 [ 3 ] {b6a59b31-b790-4dd7-a08c-f69c872c8421} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 13229 | 2024.03.25 19:44:05.001547 [ 3 ] {} <Debug> HTTP-Session: 23578897-ef30-42a8-9f6c-f450c789fcba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13230 | 2024.03.25 19:44:05.001774 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 31614, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13231 | 2024.03.25 19:44:05.001825 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 13232 | 2024.03.25 19:44:05.001844 [ 3 ] {} <Debug> HTTP-Session: 2bac3b2b-dd8f-4370-8474-6a4975a8263e Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 13233 | 2024.03.25 19:44:05.001862 [ 3 ] {} <Debug> HTTP-Session: 2bac3b2b-dd8f-4370-8474-6a4975a8263e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13234 | 2024.03.25 19:44:05.001877 [ 3 ] {} <Debug> HTTP-Session: 2bac3b2b-dd8f-4370-8474-6a4975a8263e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13235 | 2024.03.25 19:44:05.001910 [ 3 ] {} <Trace> HTTP-Session: 2bac3b2b-dd8f-4370-8474-6a4975a8263e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13236 | 2024.03.25 19:44:05.002032 [ 3 ] {622af86e-a3b1-48da-8f2b-cc6688cf119f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 13237 | 2024.03.25 19:44:05.002074 [ 3 ] {622af86e-a3b1-48da-8f2b-cc6688cf119f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13238 | 2024.03.25 19:44:05.002215 [ 3 ] {622af86e-a3b1-48da-8f2b-cc6688cf119f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13239 | 2024.03.25 19:44:05.002654 [ 3 ] {622af86e-a3b1-48da-8f2b-cc6688cf119f} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13240 | 2024.03.25 19:44:05.002693 [ 3 ] {622af86e-a3b1-48da-8f2b-cc6688cf119f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 13241 | 2024.03.25 19:44:05.003021 [ 3 ] {622af86e-a3b1-48da-8f2b-cc6688cf119f} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 13242 | 2024.03.25 19:44:05.003335 [ 3 ] {622af86e-a3b1-48da-8f2b-cc6688cf119f} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13243 | 2024.03.25 19:44:05.003494 [ 3 ] {622af86e-a3b1-48da-8f2b-cc6688cf119f} <Debug> executeQuery: Read 202 rows, 19.29 KiB in 0.00153 sec., 132026.1437908497 rows/sec., 12.31 MiB/sec. | ||
| 13244 | 2024.03.25 19:44:05.003619 [ 3 ] {622af86e-a3b1-48da-8f2b-cc6688cf119f} <Debug> DynamicQueryHandler: Done processing query | ||
| 13245 | 2024.03.25 19:44:05.003643 [ 3 ] {622af86e-a3b1-48da-8f2b-cc6688cf119f} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 13246 | 2024.03.25 19:44:05.003658 [ 3 ] {} <Debug> HTTP-Session: 2bac3b2b-dd8f-4370-8474-6a4975a8263e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13247 | 2024.03.25 19:44:05.003830 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13248 | 2024.03.25 19:44:05.003881 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 13249 | 2024.03.25 19:44:05.003900 [ 3 ] {} <Debug> HTTP-Session: 45208e74-88b2-4313-96a4-d38bcf40f03a Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 13250 | 2024.03.25 19:44:05.003918 [ 3 ] {} <Debug> HTTP-Session: 45208e74-88b2-4313-96a4-d38bcf40f03a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13251 | 2024.03.25 19:44:05.003932 [ 3 ] {} <Debug> HTTP-Session: 45208e74-88b2-4313-96a4-d38bcf40f03a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13252 | 2024.03.25 19:44:05.003964 [ 3 ] {} <Trace> HTTP-Session: 45208e74-88b2-4313-96a4-d38bcf40f03a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13253 | 2024.03.25 19:44:05.004029 [ 3 ] {d0ac8e1f-604c-4c5b-b584-e8fe194c9f8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 13254 | 2024.03.25 19:44:05.004069 [ 3 ] {d0ac8e1f-604c-4c5b-b584-e8fe194c9f8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13255 | 2024.03.25 19:44:05.004193 [ 3 ] {d0ac8e1f-604c-4c5b-b584-e8fe194c9f8b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13256 | 2024.03.25 19:44:05.004456 [ 3 ] {d0ac8e1f-604c-4c5b-b584-e8fe194c9f8b} <Trace> oximeter.fields_u16 (c5488911-6586-43c0-ae3f-1262ae9a0dfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13257 | 2024.03.25 19:44:05.004496 [ 3 ] {d0ac8e1f-604c-4c5b-b584-e8fe194c9f8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 13258 | 2024.03.25 19:44:05.004793 [ 3 ] {d0ac8e1f-604c-4c5b-b584-e8fe194c9f8b} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 13259 | 2024.03.25 19:44:05.005111 [ 3 ] {d0ac8e1f-604c-4c5b-b584-e8fe194c9f8b} <Trace> oximeter.fields_u16 (c5488911-6586-43c0-ae3f-1262ae9a0dfa): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13260 | 2024.03.25 19:44:05.005274 [ 3 ] {d0ac8e1f-604c-4c5b-b584-e8fe194c9f8b} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001267 sec., 3157.063930544594 rows/sec., 220.44 KiB/sec. | ||
| 13261 | 2024.03.25 19:44:05.005388 [ 3 ] {d0ac8e1f-604c-4c5b-b584-e8fe194c9f8b} <Debug> DynamicQueryHandler: Done processing query | ||
| 13262 | 2024.03.25 19:44:05.005412 [ 3 ] {d0ac8e1f-604c-4c5b-b584-e8fe194c9f8b} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 13263 | 2024.03.25 19:44:05.005428 [ 3 ] {} <Debug> HTTP-Session: 45208e74-88b2-4313-96a4-d38bcf40f03a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13264 | 2024.03.25 19:44:05.005550 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 15302, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13265 | 2024.03.25 19:44:05.005598 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 13266 | 2024.03.25 19:44:05.005617 [ 3 ] {} <Debug> HTTP-Session: dd4d0391-9f1c-4b15-81fa-c62898a85c6a Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 13267 | 2024.03.25 19:44:05.005634 [ 3 ] {} <Debug> HTTP-Session: dd4d0391-9f1c-4b15-81fa-c62898a85c6a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13268 | 2024.03.25 19:44:05.005648 [ 3 ] {} <Debug> HTTP-Session: dd4d0391-9f1c-4b15-81fa-c62898a85c6a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13269 | 2024.03.25 19:44:05.005679 [ 3 ] {} <Trace> HTTP-Session: dd4d0391-9f1c-4b15-81fa-c62898a85c6a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13270 | 2024.03.25 19:44:05.005767 [ 3 ] {464a0efb-ba93-4f0a-a9ff-4eb58eb19278} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 13271 | 2024.03.25 19:44:05.005808 [ 3 ] {464a0efb-ba93-4f0a-a9ff-4eb58eb19278} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13272 | 2024.03.25 19:44:05.005930 [ 3 ] {464a0efb-ba93-4f0a-a9ff-4eb58eb19278} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13273 | 2024.03.25 19:44:05.006261 [ 3 ] {464a0efb-ba93-4f0a-a9ff-4eb58eb19278} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13274 | 2024.03.25 19:44:05.006299 [ 3 ] {464a0efb-ba93-4f0a-a9ff-4eb58eb19278} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 13275 | 2024.03.25 19:44:05.006609 [ 3 ] {464a0efb-ba93-4f0a-a9ff-4eb58eb19278} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 13276 | 2024.03.25 19:44:05.006928 [ 3 ] {464a0efb-ba93-4f0a-a9ff-4eb58eb19278} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13277 | 2024.03.25 19:44:05.007083 [ 3 ] {464a0efb-ba93-4f0a-a9ff-4eb58eb19278} <Debug> executeQuery: Read 90 rows, 7.21 KiB in 0.001351 sec., 66617.32050333086 rows/sec., 5.21 MiB/sec. | ||
| 13278 | 2024.03.25 19:44:05.007189 [ 217 ] {} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 13279 | 2024.03.25 19:44:05.007257 [ 217 ] {} <Debug> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 13280 | 2024.03.25 19:44:05.007268 [ 3 ] {464a0efb-ba93-4f0a-a9ff-4eb58eb19278} <Debug> DynamicQueryHandler: Done processing query | ||
| 13281 | 2024.03.25 19:44:05.007318 [ 3 ] {464a0efb-ba93-4f0a-a9ff-4eb58eb19278} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 13282 | 2024.03.25 19:44:05.007352 [ 3 ] {} <Debug> HTTP-Session: dd4d0391-9f1c-4b15-81fa-c62898a85c6a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13283 | 2024.03.25 19:44:05.007498 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 19517, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13284 | 2024.03.25 19:44:05.007554 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 13285 | 2024.03.25 19:44:05.007593 [ 3 ] {} <Debug> HTTP-Session: 211c2397-2a0f-4f03-9a99-bae90ec35045 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 13286 | 2024.03.25 19:44:05.007633 [ 3 ] {} <Debug> HTTP-Session: 211c2397-2a0f-4f03-9a99-bae90ec35045 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13287 | 2024.03.25 19:44:05.007660 [ 3 ] {} <Debug> HTTP-Session: 211c2397-2a0f-4f03-9a99-bae90ec35045 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13288 | 2024.03.25 19:44:05.007712 [ 3 ] {} <Trace> HTTP-Session: 211c2397-2a0f-4f03-9a99-bae90ec35045 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13289 | 2024.03.25 19:44:05.007900 [ 3 ] {fef73536-c8a7-4a1b-825a-0f7697ef1593} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 13290 | 2024.03.25 19:44:05.008011 [ 3 ] {fef73536-c8a7-4a1b-825a-0f7697ef1593} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13291 | 2024.03.25 19:44:05.008230 [ 3 ] {fef73536-c8a7-4a1b-825a-0f7697ef1593} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13292 | 2024.03.25 19:44:05.008759 [ 3 ] {fef73536-c8a7-4a1b-825a-0f7697ef1593} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13293 | 2024.03.25 19:44:05.008809 [ 3 ] {fef73536-c8a7-4a1b-825a-0f7697ef1593} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 13294 | 2024.03.25 19:44:05.009501 [ 3 ] {fef73536-c8a7-4a1b-825a-0f7697ef1593} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 13295 | 2024.03.25 19:44:05.010154 [ 3 ] {fef73536-c8a7-4a1b-825a-0f7697ef1593} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13296 | 2024.03.25 19:44:05.010481 [ 3 ] {fef73536-c8a7-4a1b-825a-0f7697ef1593} <Debug> executeQuery: Read 102 rows, 7.24 KiB in 0.002669 sec., 38216.56050955414 rows/sec., 2.65 MiB/sec. | ||
| 13297 | 2024.03.25 19:44:05.010739 [ 3 ] {fef73536-c8a7-4a1b-825a-0f7697ef1593} <Debug> DynamicQueryHandler: Done processing query | ||
| 13298 | 2024.03.25 19:44:05.010747 [ 217 ] {} <Debug> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 13299 | 2024.03.25 19:44:05.010772 [ 3 ] {fef73536-c8a7-4a1b-825a-0f7697ef1593} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
| 13300 | 2024.03.25 19:44:05.010838 [ 3 ] {} <Debug> HTTP-Session: 211c2397-2a0f-4f03-9a99-bae90ec35045 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13301 | 2024.03.25 19:44:05.011074 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 62054, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13302 | 2024.03.25 19:44:05.011196 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 13303 | 2024.03.25 19:44:05.011262 [ 3 ] {} <Debug> HTTP-Session: 83b961d1-9280-4918-8ee6-ad2f11be0a88 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 13304 | 2024.03.25 19:44:05.011318 [ 3 ] {} <Debug> HTTP-Session: 83b961d1-9280-4918-8ee6-ad2f11be0a88 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13305 | 2024.03.25 19:44:05.011372 [ 3 ] {} <Debug> HTTP-Session: 83b961d1-9280-4918-8ee6-ad2f11be0a88 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13306 | 2024.03.25 19:44:05.011476 [ 3 ] {} <Trace> HTTP-Session: 83b961d1-9280-4918-8ee6-ad2f11be0a88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13307 | 2024.03.25 19:44:05.011971 [ 3 ] {177eae2b-3624-4b9c-a618-d84b51b940ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 13308 | 2024.03.25 19:44:05.012024 [ 3 ] {177eae2b-3624-4b9c-a618-d84b51b940ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 13309 | 2024.03.25 19:44:05.012213 [ 3 ] {177eae2b-3624-4b9c-a618-d84b51b940ea} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13310 | 2024.03.25 19:44:05.012961 [ 3 ] {177eae2b-3624-4b9c-a618-d84b51b940ea} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13311 | 2024.03.25 19:44:05.012999 [ 3 ] {177eae2b-3624-4b9c-a618-d84b51b940ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 13312 | 2024.03.25 19:44:05.013444 [ 3 ] {177eae2b-3624-4b9c-a618-d84b51b940ea} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 13313 | 2024.03.25 19:44:05.013784 [ 3 ] {177eae2b-3624-4b9c-a618-d84b51b940ea} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13314 | 2024.03.25 19:44:05.013907 [ 3 ] {177eae2b-3624-4b9c-a618-d84b51b940ea} <Debug> executeQuery: Read 58 rows, 80.15 KiB in 0.002293 sec., 25294.37418229394 rows/sec., 34.13 MiB/sec. | ||
| 13315 | 2024.03.25 19:44:05.014033 [ 3 ] {177eae2b-3624-4b9c-a618-d84b51b940ea} <Debug> DynamicQueryHandler: Done processing query | ||
| 13316 | 2024.03.25 19:44:05.014056 [ 3 ] {177eae2b-3624-4b9c-a618-d84b51b940ea} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 13317 | 2024.03.25 19:44:05.014072 [ 3 ] {} <Debug> HTTP-Session: 83b961d1-9280-4918-8ee6-ad2f11be0a88 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13318 | 2024.03.25 19:44:05.014209 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13319 | 2024.03.25 19:44:05.014258 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 13320 | 2024.03.25 19:44:05.014276 [ 3 ] {} <Debug> HTTP-Session: b4c59747-fe6d-4b01-bd24-64fffbedcb0b Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 13321 | 2024.03.25 19:44:05.014292 [ 3 ] {} <Debug> HTTP-Session: b4c59747-fe6d-4b01-bd24-64fffbedcb0b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13322 | 2024.03.25 19:44:05.014305 [ 3 ] {} <Debug> HTTP-Session: b4c59747-fe6d-4b01-bd24-64fffbedcb0b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13323 | 2024.03.25 19:44:05.014336 [ 3 ] {} <Trace> HTTP-Session: b4c59747-fe6d-4b01-bd24-64fffbedcb0b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13324 | 2024.03.25 19:44:05.014408 [ 3 ] {c3fe2f9d-0818-4299-96a6-9511a93c86f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 13325 | 2024.03.25 19:44:05.014450 [ 3 ] {c3fe2f9d-0818-4299-96a6-9511a93c86f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13326 | 2024.03.25 19:44:05.014574 [ 3 ] {c3fe2f9d-0818-4299-96a6-9511a93c86f5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13327 | 2024.03.25 19:44:05.014900 [ 3 ] {c3fe2f9d-0818-4299-96a6-9511a93c86f5} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13328 | 2024.03.25 19:44:05.014934 [ 3 ] {c3fe2f9d-0818-4299-96a6-9511a93c86f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 13329 | 2024.03.25 19:44:05.015278 [ 3 ] {c3fe2f9d-0818-4299-96a6-9511a93c86f5} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 13330 | 2024.03.25 19:44:05.015589 [ 3 ] {c3fe2f9d-0818-4299-96a6-9511a93c86f5} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13331 | 2024.03.25 19:44:05.015707 [ 3 ] {c3fe2f9d-0818-4299-96a6-9511a93c86f5} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001329 sec., 22573.36343115124 rows/sec., 1.55 MiB/sec. | ||
| 13332 | 2024.03.25 19:44:05.015850 [ 219 ] {} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 13333 | 2024.03.25 19:44:05.015898 [ 3 ] {c3fe2f9d-0818-4299-96a6-9511a93c86f5} <Debug> DynamicQueryHandler: Done processing query | ||
| 13334 | 2024.03.25 19:44:05.015921 [ 219 ] {} <Debug> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 13335 | 2024.03.25 19:44:05.015938 [ 3 ] {c3fe2f9d-0818-4299-96a6-9511a93c86f5} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 13336 | 2024.03.25 19:44:05.015995 [ 3 ] {} <Debug> HTTP-Session: b4c59747-fe6d-4b01-bd24-64fffbedcb0b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13337 | 2024.03.25 19:44:05.018012 [ 219 ] {} <Debug> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 13338 | 2024.03.25 19:44:05.361611 [ 221 ] {} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 13339 | 2024.03.25 19:44:05.361658 [ 221 ] {} <Debug> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 13340 | 2024.03.25 19:44:05.363750 [ 221 ] {} <Debug> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 13341 | 2024.03.25 19:44:05.828836 [ 220 ] {} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 13342 | 2024.03.25 19:44:05.828887 [ 220 ] {} <Debug> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 13343 | 2024.03.25 19:44:05.830744 [ 220 ] {} <Debug> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 13344 | 2024.03.25 19:44:06.615709 [ 46 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 13345 | 2024.03.25 19:44:06.615761 [ 46 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 13346 | 2024.03.25 19:44:09.993558 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 3629, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13347 | 2024.03.25 19:44:09.993679 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 13348 | 2024.03.25 19:44:09.993704 [ 3 ] {} <Debug> HTTP-Session: a1bb3366-bef6-4810-aff7-9c6c0d3a7109 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 13349 | 2024.03.25 19:44:09.993733 [ 3 ] {} <Debug> HTTP-Session: a1bb3366-bef6-4810-aff7-9c6c0d3a7109 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13350 | 2024.03.25 19:44:09.993752 [ 3 ] {} <Debug> HTTP-Session: a1bb3366-bef6-4810-aff7-9c6c0d3a7109 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13351 | 2024.03.25 19:44:09.993806 [ 3 ] {} <Trace> HTTP-Session: a1bb3366-bef6-4810-aff7-9c6c0d3a7109 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13352 | 2024.03.25 19:44:09.993943 [ 3 ] {80042d84-c64f-49c1-bc07-f794467a06f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 13353 | 2024.03.25 19:44:09.994014 [ 3 ] {80042d84-c64f-49c1-bc07-f794467a06f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13354 | 2024.03.25 19:44:09.994226 [ 3 ] {80042d84-c64f-49c1-bc07-f794467a06f9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13355 | 2024.03.25 19:44:09.994729 [ 3 ] {80042d84-c64f-49c1-bc07-f794467a06f9} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13356 | 2024.03.25 19:44:09.994773 [ 3 ] {80042d84-c64f-49c1-bc07-f794467a06f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 13357 | 2024.03.25 19:44:09.995168 [ 3 ] {80042d84-c64f-49c1-bc07-f794467a06f9} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 13358 | 2024.03.25 19:44:09.995526 [ 3 ] {80042d84-c64f-49c1-bc07-f794467a06f9} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13359 | 2024.03.25 19:44:09.995673 [ 3 ] {80042d84-c64f-49c1-bc07-f794467a06f9} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.001798 sec., 14460.511679644049 rows/sec., 1.09 MiB/sec. | ||
| 13360 | 2024.03.25 19:44:09.995848 [ 3 ] {80042d84-c64f-49c1-bc07-f794467a06f9} <Debug> DynamicQueryHandler: Done processing query | ||
| 13361 | 2024.03.25 19:44:09.995875 [ 3 ] {80042d84-c64f-49c1-bc07-f794467a06f9} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 13362 | 2024.03.25 19:44:09.995892 [ 3 ] {} <Debug> HTTP-Session: a1bb3366-bef6-4810-aff7-9c6c0d3a7109 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13363 | 2024.03.25 19:44:09.996046 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4792, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13364 | 2024.03.25 19:44:09.996104 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 13365 | 2024.03.25 19:44:09.996124 [ 3 ] {} <Debug> HTTP-Session: a7095788-b7c1-4500-a7ef-8b0351ead162 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 13366 | 2024.03.25 19:44:09.996143 [ 3 ] {} <Debug> HTTP-Session: a7095788-b7c1-4500-a7ef-8b0351ead162 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13367 | 2024.03.25 19:44:09.996158 [ 3 ] {} <Debug> HTTP-Session: a7095788-b7c1-4500-a7ef-8b0351ead162 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13368 | 2024.03.25 19:44:09.996193 [ 3 ] {} <Trace> HTTP-Session: a7095788-b7c1-4500-a7ef-8b0351ead162 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13369 | 2024.03.25 19:44:09.996276 [ 3 ] {5e50f3c7-fa85-4945-b682-62b515d07019} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 13370 | 2024.03.25 19:44:09.996321 [ 3 ] {5e50f3c7-fa85-4945-b682-62b515d07019} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13371 | 2024.03.25 19:44:09.996450 [ 3 ] {5e50f3c7-fa85-4945-b682-62b515d07019} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13372 | 2024.03.25 19:44:09.996778 [ 3 ] {5e50f3c7-fa85-4945-b682-62b515d07019} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13373 | 2024.03.25 19:44:09.996813 [ 3 ] {5e50f3c7-fa85-4945-b682-62b515d07019} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 13374 | 2024.03.25 19:44:09.997130 [ 3 ] {5e50f3c7-fa85-4945-b682-62b515d07019} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 13375 | 2024.03.25 19:44:09.997435 [ 3 ] {5e50f3c7-fa85-4945-b682-62b515d07019} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13376 | 2024.03.25 19:44:09.997557 [ 3 ] {5e50f3c7-fa85-4945-b682-62b515d07019} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001318 sec., 21244.309559939302 rows/sec., 1.66 MiB/sec. | ||
| 13377 | 2024.03.25 19:44:09.997734 [ 3 ] {5e50f3c7-fa85-4945-b682-62b515d07019} <Debug> DynamicQueryHandler: Done processing query | ||
| 13378 | 2024.03.25 19:44:09.997759 [ 3 ] {5e50f3c7-fa85-4945-b682-62b515d07019} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 13379 | 2024.03.25 19:44:09.997775 [ 3 ] {} <Debug> HTTP-Session: a7095788-b7c1-4500-a7ef-8b0351ead162 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13380 | 2024.03.25 19:44:09.997982 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 19137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13381 | 2024.03.25 19:44:09.998035 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 13382 | 2024.03.25 19:44:09.998054 [ 3 ] {} <Debug> HTTP-Session: 47ac3920-ffaa-4ab7-9089-fe6d29125c1a Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 13383 | 2024.03.25 19:44:09.998071 [ 3 ] {} <Debug> HTTP-Session: 47ac3920-ffaa-4ab7-9089-fe6d29125c1a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13384 | 2024.03.25 19:44:09.998085 [ 3 ] {} <Debug> HTTP-Session: 47ac3920-ffaa-4ab7-9089-fe6d29125c1a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13385 | 2024.03.25 19:44:09.998118 [ 3 ] {} <Trace> HTTP-Session: 47ac3920-ffaa-4ab7-9089-fe6d29125c1a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13386 | 2024.03.25 19:44:09.998226 [ 3 ] {bb7ade60-3c91-4216-b1df-7005f2a81dd8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 13387 | 2024.03.25 19:44:09.998272 [ 3 ] {bb7ade60-3c91-4216-b1df-7005f2a81dd8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13388 | 2024.03.25 19:44:09.998432 [ 3 ] {bb7ade60-3c91-4216-b1df-7005f2a81dd8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13389 | 2024.03.25 19:44:09.998774 [ 3 ] {bb7ade60-3c91-4216-b1df-7005f2a81dd8} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13390 | 2024.03.25 19:44:09.998809 [ 3 ] {bb7ade60-3c91-4216-b1df-7005f2a81dd8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 13391 | 2024.03.25 19:44:09.999191 [ 3 ] {bb7ade60-3c91-4216-b1df-7005f2a81dd8} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 13392 | 2024.03.25 19:44:09.999525 [ 3 ] {bb7ade60-3c91-4216-b1df-7005f2a81dd8} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13393 | 2024.03.25 19:44:09.999650 [ 3 ] {bb7ade60-3c91-4216-b1df-7005f2a81dd8} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001481 sec., 67521.94463200541 rows/sec., 4.68 MiB/sec. | ||
| 13394 | 2024.03.25 19:44:09.999859 [ 3 ] {bb7ade60-3c91-4216-b1df-7005f2a81dd8} <Debug> DynamicQueryHandler: Done processing query | ||
| 13395 | 2024.03.25 19:44:09.999884 [ 3 ] {bb7ade60-3c91-4216-b1df-7005f2a81dd8} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
| 13396 | 2024.03.25 19:44:09.999921 [ 3 ] {} <Debug> HTTP-Session: 47ac3920-ffaa-4ab7-9089-fe6d29125c1a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13397 | 2024.03.25 19:44:10.000164 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 210.62 MiB, peak 220.76 MiB, free memory in arenas 0.00 B, will set to 209.42 MiB (RSS), difference: -1.20 MiB | ||
| 13398 | 2024.03.25 19:44:10.000184 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13399 | 2024.03.25 19:44:10.000329 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 13400 | 2024.03.25 19:44:10.000375 [ 3 ] {} <Debug> HTTP-Session: f057679d-50bc-4e7f-8853-7212336fef3a Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 13401 | 2024.03.25 19:44:10.000431 [ 3 ] {} <Debug> HTTP-Session: f057679d-50bc-4e7f-8853-7212336fef3a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13402 | 2024.03.25 19:44:10.000447 [ 3 ] {} <Debug> HTTP-Session: f057679d-50bc-4e7f-8853-7212336fef3a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13403 | 2024.03.25 19:44:10.000527 [ 3 ] {} <Trace> HTTP-Session: f057679d-50bc-4e7f-8853-7212336fef3a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13404 | 2024.03.25 19:44:10.000696 [ 3 ] {2c552c11-1567-477f-9339-50e39dbb197b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 13405 | 2024.03.25 19:44:10.000754 [ 3 ] {2c552c11-1567-477f-9339-50e39dbb197b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13406 | 2024.03.25 19:44:10.000896 [ 3 ] {2c552c11-1567-477f-9339-50e39dbb197b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13407 | 2024.03.25 19:44:10.001190 [ 3 ] {2c552c11-1567-477f-9339-50e39dbb197b} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13408 | 2024.03.25 19:44:10.001230 [ 3 ] {2c552c11-1567-477f-9339-50e39dbb197b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 13409 | 2024.03.25 19:44:10.001609 [ 3 ] {2c552c11-1567-477f-9339-50e39dbb197b} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 13410 | 2024.03.25 19:44:10.001931 [ 3 ] {2c552c11-1567-477f-9339-50e39dbb197b} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13411 | 2024.03.25 19:44:10.002062 [ 3 ] {2c552c11-1567-477f-9339-50e39dbb197b} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001479 sec., 20283.975659229207 rows/sec., 1.39 MiB/sec. | ||
| 13412 | 2024.03.25 19:44:10.002188 [ 3 ] {2c552c11-1567-477f-9339-50e39dbb197b} <Debug> DynamicQueryHandler: Done processing query | ||
| 13413 | 2024.03.25 19:44:10.002213 [ 3 ] {2c552c11-1567-477f-9339-50e39dbb197b} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 13414 | 2024.03.25 19:44:10.002229 [ 3 ] {} <Debug> HTTP-Session: f057679d-50bc-4e7f-8853-7212336fef3a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13415 | 2024.03.25 19:44:14.997640 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 9663, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13416 | 2024.03.25 19:44:14.997772 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 13417 | 2024.03.25 19:44:14.997801 [ 3 ] {} <Debug> HTTP-Session: 21c3124a-3c2c-4090-9627-ad84946fdb9b Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 13418 | 2024.03.25 19:44:14.997829 [ 3 ] {} <Debug> HTTP-Session: 21c3124a-3c2c-4090-9627-ad84946fdb9b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13419 | 2024.03.25 19:44:14.997848 [ 3 ] {} <Debug> HTTP-Session: 21c3124a-3c2c-4090-9627-ad84946fdb9b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13420 | 2024.03.25 19:44:14.997902 [ 3 ] {} <Trace> HTTP-Session: 21c3124a-3c2c-4090-9627-ad84946fdb9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13421 | 2024.03.25 19:44:14.998056 [ 3 ] {fcf04c34-5ebb-4765-9135-7607f4b79641} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 13422 | 2024.03.25 19:44:14.998126 [ 3 ] {fcf04c34-5ebb-4765-9135-7607f4b79641} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 13423 | 2024.03.25 19:44:14.998340 [ 3 ] {fcf04c34-5ebb-4765-9135-7607f4b79641} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13424 | 2024.03.25 19:44:14.998855 [ 3 ] {fcf04c34-5ebb-4765-9135-7607f4b79641} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13425 | 2024.03.25 19:44:14.998906 [ 3 ] {fcf04c34-5ebb-4765-9135-7607f4b79641} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 13426 | 2024.03.25 19:44:14.999304 [ 3 ] {fcf04c34-5ebb-4765-9135-7607f4b79641} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 13427 | 2024.03.25 19:44:14.999654 [ 3 ] {fcf04c34-5ebb-4765-9135-7607f4b79641} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13428 | 2024.03.25 19:44:14.999797 [ 3 ] {fcf04c34-5ebb-4765-9135-7607f4b79641} <Debug> executeQuery: Read 67 rows, 5.43 KiB in 0.001823 sec., 36752.60559517279 rows/sec., 2.91 MiB/sec. | ||
| 13429 | 2024.03.25 19:44:15.000131 [ 3 ] {fcf04c34-5ebb-4765-9135-7607f4b79641} <Debug> DynamicQueryHandler: Done processing query | ||
| 13430 | 2024.03.25 19:44:15.000228 [ 3 ] {fcf04c34-5ebb-4765-9135-7607f4b79641} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 13431 | 2024.03.25 19:44:15.000230 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 214.75 MiB, peak 220.76 MiB, free memory in arenas 0.00 B, will set to 209.42 MiB (RSS), difference: -5.33 MiB | ||
| 13432 | 2024.03.25 19:44:15.000335 [ 3 ] {} <Debug> HTTP-Session: 21c3124a-3c2c-4090-9627-ad84946fdb9b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13433 | 2024.03.25 19:44:15.000792 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13434 | 2024.03.25 19:44:15.001029 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 13435 | 2024.03.25 19:44:15.001238 [ 3 ] {} <Debug> HTTP-Session: 626777e0-09bc-4413-9dd9-ccea1f470db3 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 13436 | 2024.03.25 19:44:15.001387 [ 3 ] {} <Debug> HTTP-Session: 626777e0-09bc-4413-9dd9-ccea1f470db3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13437 | 2024.03.25 19:44:15.001517 [ 3 ] {} <Debug> HTTP-Session: 626777e0-09bc-4413-9dd9-ccea1f470db3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13438 | 2024.03.25 19:44:15.001797 [ 3 ] {} <Trace> HTTP-Session: 626777e0-09bc-4413-9dd9-ccea1f470db3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13439 | 2024.03.25 19:44:15.002142 [ 3 ] {a860130c-a23a-43cc-8cbe-9a779933a92c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 13440 | 2024.03.25 19:44:15.002192 [ 3 ] {a860130c-a23a-43cc-8cbe-9a779933a92c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 13441 | 2024.03.25 19:44:15.002341 [ 3 ] {a860130c-a23a-43cc-8cbe-9a779933a92c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13442 | 2024.03.25 19:44:15.002640 [ 3 ] {a860130c-a23a-43cc-8cbe-9a779933a92c} <Trace> oximeter.fields_ipaddr (d9ee32b3-8a1d-44e7-a34c-f0038ee3937b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13443 | 2024.03.25 19:44:15.002678 [ 3 ] {a860130c-a23a-43cc-8cbe-9a779933a92c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 13444 | 2024.03.25 19:44:15.002986 [ 3 ] {a860130c-a23a-43cc-8cbe-9a779933a92c} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 13445 | 2024.03.25 19:44:15.003295 [ 3 ] {a860130c-a23a-43cc-8cbe-9a779933a92c} <Trace> oximeter.fields_ipaddr (d9ee32b3-8a1d-44e7-a34c-f0038ee3937b): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13446 | 2024.03.25 19:44:15.003422 [ 3 ] {a860130c-a23a-43cc-8cbe-9a779933a92c} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001381 sec., 2896.451846488052 rows/sec., 236.19 KiB/sec. | ||
| 13447 | 2024.03.25 19:44:15.003548 [ 3 ] {a860130c-a23a-43cc-8cbe-9a779933a92c} <Debug> DynamicQueryHandler: Done processing query | ||
| 13448 | 2024.03.25 19:44:15.003573 [ 3 ] {a860130c-a23a-43cc-8cbe-9a779933a92c} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 13449 | 2024.03.25 19:44:15.003589 [ 3 ] {} <Debug> HTTP-Session: 626777e0-09bc-4413-9dd9-ccea1f470db3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13450 | 2024.03.25 19:44:15.003743 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 35655, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13451 | 2024.03.25 19:44:15.003795 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 13452 | 2024.03.25 19:44:15.003814 [ 3 ] {} <Debug> HTTP-Session: 3f367b8d-6f9d-4752-ac4c-41c9475ccfc9 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 13453 | 2024.03.25 19:44:15.003831 [ 3 ] {} <Debug> HTTP-Session: 3f367b8d-6f9d-4752-ac4c-41c9475ccfc9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13454 | 2024.03.25 19:44:15.003845 [ 3 ] {} <Debug> HTTP-Session: 3f367b8d-6f9d-4752-ac4c-41c9475ccfc9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13455 | 2024.03.25 19:44:15.003878 [ 3 ] {} <Trace> HTTP-Session: 3f367b8d-6f9d-4752-ac4c-41c9475ccfc9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13456 | 2024.03.25 19:44:15.004008 [ 3 ] {e3155ab1-6705-45e8-88a6-5665bae9214c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 13457 | 2024.03.25 19:44:15.004049 [ 3 ] {e3155ab1-6705-45e8-88a6-5665bae9214c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13458 | 2024.03.25 19:44:15.004170 [ 3 ] {e3155ab1-6705-45e8-88a6-5665bae9214c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13459 | 2024.03.25 19:44:15.004612 [ 3 ] {e3155ab1-6705-45e8-88a6-5665bae9214c} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13460 | 2024.03.25 19:44:15.004648 [ 3 ] {e3155ab1-6705-45e8-88a6-5665bae9214c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 13461 | 2024.03.25 19:44:15.004996 [ 3 ] {e3155ab1-6705-45e8-88a6-5665bae9214c} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 13462 | 2024.03.25 19:44:15.005311 [ 3 ] {e3155ab1-6705-45e8-88a6-5665bae9214c} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13463 | 2024.03.25 19:44:15.005439 [ 3 ] {e3155ab1-6705-45e8-88a6-5665bae9214c} <Debug> executeQuery: Read 229 rows, 21.69 KiB in 0.001506 sec., 152058.43293492697 rows/sec., 14.07 MiB/sec. | ||
| 13464 | 2024.03.25 19:44:15.005550 [ 3 ] {e3155ab1-6705-45e8-88a6-5665bae9214c} <Debug> DynamicQueryHandler: Done processing query | ||
| 13465 | 2024.03.25 19:44:15.005574 [ 3 ] {e3155ab1-6705-45e8-88a6-5665bae9214c} <Debug> MemoryTracker: Peak memory usage (for query): 4.43 MiB. | ||
| 13466 | 2024.03.25 19:44:15.005590 [ 3 ] {} <Debug> HTTP-Session: 3f367b8d-6f9d-4752-ac4c-41c9475ccfc9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13467 | 2024.03.25 19:44:15.005719 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 608, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13468 | 2024.03.25 19:44:15.005766 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 13469 | 2024.03.25 19:44:15.005785 [ 3 ] {} <Debug> HTTP-Session: dcea2c28-90a2-4178-82c3-77d3904e81f3 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 13470 | 2024.03.25 19:44:15.005802 [ 3 ] {} <Debug> HTTP-Session: dcea2c28-90a2-4178-82c3-77d3904e81f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13471 | 2024.03.25 19:44:15.005817 [ 3 ] {} <Debug> HTTP-Session: dcea2c28-90a2-4178-82c3-77d3904e81f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13472 | 2024.03.25 19:44:15.005849 [ 3 ] {} <Trace> HTTP-Session: dcea2c28-90a2-4178-82c3-77d3904e81f3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13473 | 2024.03.25 19:44:15.005913 [ 3 ] {b99b95a1-3246-4b5a-8625-a53266bfa7a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 13474 | 2024.03.25 19:44:15.005955 [ 3 ] {b99b95a1-3246-4b5a-8625-a53266bfa7a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13475 | 2024.03.25 19:44:15.006076 [ 3 ] {b99b95a1-3246-4b5a-8625-a53266bfa7a9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13476 | 2024.03.25 19:44:15.006348 [ 3 ] {b99b95a1-3246-4b5a-8625-a53266bfa7a9} <Trace> oximeter.fields_u16 (c5488911-6586-43c0-ae3f-1262ae9a0dfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13477 | 2024.03.25 19:44:15.006383 [ 3 ] {b99b95a1-3246-4b5a-8625-a53266bfa7a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 13478 | 2024.03.25 19:44:15.006683 [ 3 ] {b99b95a1-3246-4b5a-8625-a53266bfa7a9} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 13479 | 2024.03.25 19:44:15.006997 [ 3 ] {b99b95a1-3246-4b5a-8625-a53266bfa7a9} <Trace> oximeter.fields_u16 (c5488911-6586-43c0-ae3f-1262ae9a0dfa): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13480 | 2024.03.25 19:44:15.007119 [ 3 ] {b99b95a1-3246-4b5a-8625-a53266bfa7a9} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001231 sec., 3249.390739236393 rows/sec., 226.89 KiB/sec. | ||
| 13481 | 2024.03.25 19:44:15.007314 [ 3 ] {b99b95a1-3246-4b5a-8625-a53266bfa7a9} <Debug> DynamicQueryHandler: Done processing query | ||
| 13482 | 2024.03.25 19:44:15.007372 [ 3 ] {b99b95a1-3246-4b5a-8625-a53266bfa7a9} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 13483 | 2024.03.25 19:44:15.007424 [ 3 ] {} <Debug> HTTP-Session: dcea2c28-90a2-4178-82c3-77d3904e81f3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13484 | 2024.03.25 19:44:15.007576 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 17876, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13485 | 2024.03.25 19:44:15.007627 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 13486 | 2024.03.25 19:44:15.007647 [ 3 ] {} <Debug> HTTP-Session: b1ea080a-f2d3-4717-bf58-40e9939b97fb Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 13487 | 2024.03.25 19:44:15.007664 [ 3 ] {} <Debug> HTTP-Session: b1ea080a-f2d3-4717-bf58-40e9939b97fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13488 | 2024.03.25 19:44:15.007679 [ 3 ] {} <Debug> HTTP-Session: b1ea080a-f2d3-4717-bf58-40e9939b97fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13489 | 2024.03.25 19:44:15.007711 [ 3 ] {} <Trace> HTTP-Session: b1ea080a-f2d3-4717-bf58-40e9939b97fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13490 | 2024.03.25 19:44:15.007822 [ 3 ] {3585abe4-7913-4a60-aaad-09438e35b758} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 13491 | 2024.03.25 19:44:15.007866 [ 3 ] {3585abe4-7913-4a60-aaad-09438e35b758} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13492 | 2024.03.25 19:44:15.008013 [ 3 ] {3585abe4-7913-4a60-aaad-09438e35b758} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13493 | 2024.03.25 19:44:15.008344 [ 3 ] {3585abe4-7913-4a60-aaad-09438e35b758} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13494 | 2024.03.25 19:44:15.008380 [ 3 ] {3585abe4-7913-4a60-aaad-09438e35b758} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 13495 | 2024.03.25 19:44:15.008709 [ 3 ] {3585abe4-7913-4a60-aaad-09438e35b758} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 13496 | 2024.03.25 19:44:15.009026 [ 3 ] {3585abe4-7913-4a60-aaad-09438e35b758} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13497 | 2024.03.25 19:44:15.009147 [ 3 ] {3585abe4-7913-4a60-aaad-09438e35b758} <Debug> executeQuery: Read 105 rows, 8.44 KiB in 0.001389 sec., 75593.95248380129 rows/sec., 5.93 MiB/sec. | ||
| 13498 | 2024.03.25 19:44:15.009302 [ 3 ] {3585abe4-7913-4a60-aaad-09438e35b758} <Debug> DynamicQueryHandler: Done processing query | ||
| 13499 | 2024.03.25 19:44:15.009333 [ 3 ] {3585abe4-7913-4a60-aaad-09438e35b758} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
| 13500 | 2024.03.25 19:44:15.009351 [ 3 ] {} <Debug> HTTP-Session: b1ea080a-f2d3-4717-bf58-40e9939b97fb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13501 | 2024.03.25 19:44:15.009559 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 19518, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13502 | 2024.03.25 19:44:15.009658 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 13503 | 2024.03.25 19:44:15.009688 [ 3 ] {} <Debug> HTTP-Session: 250b008e-aa5d-4b7c-9343-c69a1e7f1300 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 13504 | 2024.03.25 19:44:15.009706 [ 3 ] {} <Debug> HTTP-Session: 250b008e-aa5d-4b7c-9343-c69a1e7f1300 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13505 | 2024.03.25 19:44:15.009721 [ 3 ] {} <Debug> HTTP-Session: 250b008e-aa5d-4b7c-9343-c69a1e7f1300 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13506 | 2024.03.25 19:44:15.009752 [ 3 ] {} <Trace> HTTP-Session: 250b008e-aa5d-4b7c-9343-c69a1e7f1300 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13507 | 2024.03.25 19:44:15.009870 [ 3 ] {23a1ebed-9680-4d5e-b5db-449cbf6cc712} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 13508 | 2024.03.25 19:44:15.009916 [ 3 ] {23a1ebed-9680-4d5e-b5db-449cbf6cc712} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13509 | 2024.03.25 19:44:15.010075 [ 3 ] {23a1ebed-9680-4d5e-b5db-449cbf6cc712} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13510 | 2024.03.25 19:44:15.010456 [ 3 ] {23a1ebed-9680-4d5e-b5db-449cbf6cc712} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13511 | 2024.03.25 19:44:15.010495 [ 3 ] {23a1ebed-9680-4d5e-b5db-449cbf6cc712} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 13512 | 2024.03.25 19:44:15.010910 [ 3 ] {23a1ebed-9680-4d5e-b5db-449cbf6cc712} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 13513 | 2024.03.25 19:44:15.011271 [ 3 ] {23a1ebed-9680-4d5e-b5db-449cbf6cc712} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13514 | 2024.03.25 19:44:15.011408 [ 3 ] {23a1ebed-9680-4d5e-b5db-449cbf6cc712} <Debug> executeQuery: Read 102 rows, 7.24 KiB in 0.001602 sec., 63670.41198501873 rows/sec., 4.41 MiB/sec. | ||
| 13515 | 2024.03.25 19:44:15.011535 [ 3 ] {23a1ebed-9680-4d5e-b5db-449cbf6cc712} <Debug> DynamicQueryHandler: Done processing query | ||
| 13516 | 2024.03.25 19:44:15.011568 [ 3 ] {23a1ebed-9680-4d5e-b5db-449cbf6cc712} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
| 13517 | 2024.03.25 19:44:15.011589 [ 3 ] {} <Debug> HTTP-Session: 250b008e-aa5d-4b7c-9343-c69a1e7f1300 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13518 | 2024.03.25 19:44:15.011752 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 71671, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13519 | 2024.03.25 19:44:15.011804 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 13520 | 2024.03.25 19:44:15.011824 [ 3 ] {} <Debug> HTTP-Session: 2c228b47-fea4-4906-b100-b06e66381073 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 13521 | 2024.03.25 19:44:15.011841 [ 3 ] {} <Debug> HTTP-Session: 2c228b47-fea4-4906-b100-b06e66381073 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13522 | 2024.03.25 19:44:15.011856 [ 3 ] {} <Debug> HTTP-Session: 2c228b47-fea4-4906-b100-b06e66381073 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13523 | 2024.03.25 19:44:15.011887 [ 3 ] {} <Trace> HTTP-Session: 2c228b47-fea4-4906-b100-b06e66381073 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13524 | 2024.03.25 19:44:15.012297 [ 3 ] {c5634108-4b65-4a72-804b-ee630ea29e8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 13525 | 2024.03.25 19:44:15.012345 [ 3 ] {c5634108-4b65-4a72-804b-ee630ea29e8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 13526 | 2024.03.25 19:44:15.012504 [ 3 ] {c5634108-4b65-4a72-804b-ee630ea29e8e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13527 | 2024.03.25 19:44:15.013115 [ 3 ] {c5634108-4b65-4a72-804b-ee630ea29e8e} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13528 | 2024.03.25 19:44:15.013152 [ 3 ] {c5634108-4b65-4a72-804b-ee630ea29e8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 13529 | 2024.03.25 19:44:15.013611 [ 3 ] {c5634108-4b65-4a72-804b-ee630ea29e8e} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 13530 | 2024.03.25 19:44:15.013969 [ 3 ] {c5634108-4b65-4a72-804b-ee630ea29e8e} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13531 | 2024.03.25 19:44:15.014098 [ 3 ] {c5634108-4b65-4a72-804b-ee630ea29e8e} <Debug> executeQuery: Read 67 rows, 92.58 KiB in 0.002144 sec., 31250 rows/sec., 42.17 MiB/sec. | ||
| 13532 | 2024.03.25 19:44:15.014222 [ 222 ] {} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13533 | 2024.03.25 19:44:15.014293 [ 3 ] {c5634108-4b65-4a72-804b-ee630ea29e8e} <Debug> DynamicQueryHandler: Done processing query | ||
| 13534 | 2024.03.25 19:44:15.014293 [ 222 ] {} <Debug> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13535 | 2024.03.25 19:44:15.014338 [ 3 ] {c5634108-4b65-4a72-804b-ee630ea29e8e} <Debug> MemoryTracker: Peak memory usage (for query): 4.60 MiB. | ||
| 13536 | 2024.03.25 19:44:15.014385 [ 3 ] {} <Debug> HTTP-Session: 2c228b47-fea4-4906-b100-b06e66381073 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13537 | 2024.03.25 19:44:15.014610 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 1545, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13538 | 2024.03.25 19:44:15.014678 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 13539 | 2024.03.25 19:44:15.014699 [ 3 ] {} <Debug> HTTP-Session: 8fed0031-38e0-456c-8389-bfcb14384e63 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 13540 | 2024.03.25 19:44:15.014717 [ 3 ] {} <Debug> HTTP-Session: 8fed0031-38e0-456c-8389-bfcb14384e63 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13541 | 2024.03.25 19:44:15.014734 [ 3 ] {} <Debug> HTTP-Session: 8fed0031-38e0-456c-8389-bfcb14384e63 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13542 | 2024.03.25 19:44:15.014789 [ 3 ] {} <Trace> HTTP-Session: 8fed0031-38e0-456c-8389-bfcb14384e63 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13543 | 2024.03.25 19:44:15.014924 [ 3 ] {e5ad73e1-f52b-4056-ace2-0d678246eb6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 13544 | 2024.03.25 19:44:15.015142 [ 3 ] {e5ad73e1-f52b-4056-ace2-0d678246eb6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 13545 | 2024.03.25 19:44:15.015412 [ 3 ] {e5ad73e1-f52b-4056-ace2-0d678246eb6e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13546 | 2024.03.25 19:44:15.015914 [ 3 ] {e5ad73e1-f52b-4056-ace2-0d678246eb6e} <Trace> oximeter.measurements_i64 (5d25232c-0f0c-4db8-b19f-b4e74565cadd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13547 | 2024.03.25 19:44:15.015955 [ 3 ] {e5ad73e1-f52b-4056-ace2-0d678246eb6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 13548 | 2024.03.25 19:44:15.016676 [ 3 ] {e5ad73e1-f52b-4056-ace2-0d678246eb6e} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 13549 | 2024.03.25 19:44:15.017290 [ 3 ] {e5ad73e1-f52b-4056-ace2-0d678246eb6e} <Trace> oximeter.measurements_i64 (5d25232c-0f0c-4db8-b19f-b4e74565cadd): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13550 | 2024.03.25 19:44:15.017557 [ 3 ] {e5ad73e1-f52b-4056-ace2-0d678246eb6e} <Debug> executeQuery: Read 9 rows, 709.00 B in 0.002679 sec., 3359.4624860022395 rows/sec., 258.45 KiB/sec. | ||
| 13551 | 2024.03.25 19:44:15.017987 [ 3 ] {e5ad73e1-f52b-4056-ace2-0d678246eb6e} <Debug> DynamicQueryHandler: Done processing query | ||
| 13552 | 2024.03.25 19:44:15.018013 [ 3 ] {e5ad73e1-f52b-4056-ace2-0d678246eb6e} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 13553 | 2024.03.25 19:44:15.018029 [ 3 ] {} <Debug> HTTP-Session: 8fed0031-38e0-456c-8389-bfcb14384e63 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13554 | 2024.03.25 19:44:15.018160 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13555 | 2024.03.25 19:44:15.018312 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 13556 | 2024.03.25 19:44:15.018320 [ 222 ] {} <Debug> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13557 | 2024.03.25 19:44:15.018338 [ 3 ] {} <Debug> HTTP-Session: 8c4f422c-89a3-4522-9f4f-05d41164fee5 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 13558 | 2024.03.25 19:44:15.018391 [ 3 ] {} <Debug> HTTP-Session: 8c4f422c-89a3-4522-9f4f-05d41164fee5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13559 | 2024.03.25 19:44:15.018440 [ 3 ] {} <Debug> HTTP-Session: 8c4f422c-89a3-4522-9f4f-05d41164fee5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13560 | 2024.03.25 19:44:15.018544 [ 3 ] {} <Trace> HTTP-Session: 8c4f422c-89a3-4522-9f4f-05d41164fee5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13561 | 2024.03.25 19:44:15.018741 [ 3 ] {591309a4-8611-40ff-8efc-ca3b1dda1302} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 13562 | 2024.03.25 19:44:15.018872 [ 3 ] {591309a4-8611-40ff-8efc-ca3b1dda1302} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13563 | 2024.03.25 19:44:15.019305 [ 3 ] {591309a4-8611-40ff-8efc-ca3b1dda1302} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13564 | 2024.03.25 19:44:15.019829 [ 3 ] {591309a4-8611-40ff-8efc-ca3b1dda1302} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13565 | 2024.03.25 19:44:15.019866 [ 3 ] {591309a4-8611-40ff-8efc-ca3b1dda1302} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 13566 | 2024.03.25 19:44:15.020233 [ 3 ] {591309a4-8611-40ff-8efc-ca3b1dda1302} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 13567 | 2024.03.25 19:44:15.020576 [ 3 ] {591309a4-8611-40ff-8efc-ca3b1dda1302} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13568 | 2024.03.25 19:44:15.020699 [ 3 ] {591309a4-8611-40ff-8efc-ca3b1dda1302} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.002037 sec., 14727.540500736375 rows/sec., 1.01 MiB/sec. | ||
| 13569 | 2024.03.25 19:44:15.020813 [ 3 ] {591309a4-8611-40ff-8efc-ca3b1dda1302} <Debug> DynamicQueryHandler: Done processing query | ||
| 13570 | 2024.03.25 19:44:15.020837 [ 3 ] {591309a4-8611-40ff-8efc-ca3b1dda1302} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 13571 | 2024.03.25 19:44:15.020853 [ 3 ] {} <Debug> HTTP-Session: 8c4f422c-89a3-4522-9f4f-05d41164fee5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13572 | 2024.03.25 19:44:16.001983 [ 223 ] {} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13573 | 2024.03.25 19:44:16.002033 [ 223 ] {} <Debug> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13574 | 2024.03.25 19:44:16.003967 [ 223 ] {} <Debug> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13575 | 2024.03.25 19:44:19.993391 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 3629, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13576 | 2024.03.25 19:44:19.993533 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 13577 | 2024.03.25 19:44:19.993564 [ 3 ] {} <Debug> HTTP-Session: 277a9720-8b08-4dc7-b215-bff4a0ff366a Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 13578 | 2024.03.25 19:44:19.993592 [ 3 ] {} <Debug> HTTP-Session: 277a9720-8b08-4dc7-b215-bff4a0ff366a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13579 | 2024.03.25 19:44:19.993610 [ 3 ] {} <Debug> HTTP-Session: 277a9720-8b08-4dc7-b215-bff4a0ff366a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13580 | 2024.03.25 19:44:19.993667 [ 3 ] {} <Trace> HTTP-Session: 277a9720-8b08-4dc7-b215-bff4a0ff366a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13581 | 2024.03.25 19:44:19.993806 [ 3 ] {450f1c98-bf61-4a3b-a8f2-844da1559f96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 13582 | 2024.03.25 19:44:19.993880 [ 3 ] {450f1c98-bf61-4a3b-a8f2-844da1559f96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13583 | 2024.03.25 19:44:19.994096 [ 3 ] {450f1c98-bf61-4a3b-a8f2-844da1559f96} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13584 | 2024.03.25 19:44:19.994540 [ 3 ] {450f1c98-bf61-4a3b-a8f2-844da1559f96} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13585 | 2024.03.25 19:44:19.994592 [ 3 ] {450f1c98-bf61-4a3b-a8f2-844da1559f96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 13586 | 2024.03.25 19:44:19.994974 [ 3 ] {450f1c98-bf61-4a3b-a8f2-844da1559f96} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 13587 | 2024.03.25 19:44:19.995321 [ 3 ] {450f1c98-bf61-4a3b-a8f2-844da1559f96} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13588 | 2024.03.25 19:44:19.995498 [ 3 ] {450f1c98-bf61-4a3b-a8f2-844da1559f96} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.001758 sec., 14789.533560864618 rows/sec., 1.11 MiB/sec. | ||
| 13589 | 2024.03.25 19:44:19.995741 [ 3 ] {450f1c98-bf61-4a3b-a8f2-844da1559f96} <Debug> DynamicQueryHandler: Done processing query | ||
| 13590 | 2024.03.25 19:44:19.995796 [ 3 ] {450f1c98-bf61-4a3b-a8f2-844da1559f96} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 13591 | 2024.03.25 19:44:19.995848 [ 3 ] {} <Debug> HTTP-Session: 277a9720-8b08-4dc7-b215-bff4a0ff366a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13592 | 2024.03.25 19:44:19.996071 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4792, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13593 | 2024.03.25 19:44:19.996128 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 13594 | 2024.03.25 19:44:19.996148 [ 3 ] {} <Debug> HTTP-Session: c01903c1-44af-4ab7-8488-02e2d60ad707 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 13595 | 2024.03.25 19:44:19.996167 [ 3 ] {} <Debug> HTTP-Session: c01903c1-44af-4ab7-8488-02e2d60ad707 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13596 | 2024.03.25 19:44:19.996181 [ 3 ] {} <Debug> HTTP-Session: c01903c1-44af-4ab7-8488-02e2d60ad707 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13597 | 2024.03.25 19:44:19.996219 [ 3 ] {} <Trace> HTTP-Session: c01903c1-44af-4ab7-8488-02e2d60ad707 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13598 | 2024.03.25 19:44:19.996307 [ 3 ] {79efc69d-82dd-442f-ae65-047f929b0e18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 13599 | 2024.03.25 19:44:19.996352 [ 3 ] {79efc69d-82dd-442f-ae65-047f929b0e18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13600 | 2024.03.25 19:44:19.996501 [ 3 ] {79efc69d-82dd-442f-ae65-047f929b0e18} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13601 | 2024.03.25 19:44:19.996812 [ 3 ] {79efc69d-82dd-442f-ae65-047f929b0e18} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13602 | 2024.03.25 19:44:19.996852 [ 3 ] {79efc69d-82dd-442f-ae65-047f929b0e18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 13603 | 2024.03.25 19:44:19.997188 [ 3 ] {79efc69d-82dd-442f-ae65-047f929b0e18} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 13604 | 2024.03.25 19:44:19.997516 [ 3 ] {79efc69d-82dd-442f-ae65-047f929b0e18} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13605 | 2024.03.25 19:44:19.997684 [ 3 ] {79efc69d-82dd-442f-ae65-047f929b0e18} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001406 sec., 19914.651493598863 rows/sec., 1.55 MiB/sec. | ||
| 13606 | 2024.03.25 19:44:19.997803 [ 3 ] {79efc69d-82dd-442f-ae65-047f929b0e18} <Debug> DynamicQueryHandler: Done processing query | ||
| 13607 | 2024.03.25 19:44:19.997829 [ 3 ] {79efc69d-82dd-442f-ae65-047f929b0e18} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 13608 | 2024.03.25 19:44:19.997845 [ 3 ] {} <Debug> HTTP-Session: c01903c1-44af-4ab7-8488-02e2d60ad707 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13609 | 2024.03.25 19:44:19.997984 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 19137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13610 | 2024.03.25 19:44:19.998033 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 13611 | 2024.03.25 19:44:19.998053 [ 3 ] {} <Debug> HTTP-Session: 1cb54c77-af43-448d-84bb-bf4f7a924579 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 13612 | 2024.03.25 19:44:19.998070 [ 3 ] {} <Debug> HTTP-Session: 1cb54c77-af43-448d-84bb-bf4f7a924579 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13613 | 2024.03.25 19:44:19.998085 [ 3 ] {} <Debug> HTTP-Session: 1cb54c77-af43-448d-84bb-bf4f7a924579 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13614 | 2024.03.25 19:44:19.998118 [ 3 ] {} <Trace> HTTP-Session: 1cb54c77-af43-448d-84bb-bf4f7a924579 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13615 | 2024.03.25 19:44:19.998229 [ 3 ] {7706b5ab-c189-4a69-adee-2bedd90cf8b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 13616 | 2024.03.25 19:44:19.998277 [ 3 ] {7706b5ab-c189-4a69-adee-2bedd90cf8b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13617 | 2024.03.25 19:44:19.998433 [ 3 ] {7706b5ab-c189-4a69-adee-2bedd90cf8b2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13618 | 2024.03.25 19:44:19.998775 [ 3 ] {7706b5ab-c189-4a69-adee-2bedd90cf8b2} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13619 | 2024.03.25 19:44:19.998814 [ 3 ] {7706b5ab-c189-4a69-adee-2bedd90cf8b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 13620 | 2024.03.25 19:44:19.999207 [ 3 ] {7706b5ab-c189-4a69-adee-2bedd90cf8b2} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 13621 | 2024.03.25 19:44:19.999573 [ 3 ] {7706b5ab-c189-4a69-adee-2bedd90cf8b2} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13622 | 2024.03.25 19:44:19.999734 [ 3 ] {7706b5ab-c189-4a69-adee-2bedd90cf8b2} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001558 sec., 64184.85237483954 rows/sec., 4.45 MiB/sec. | ||
| 13623 | 2024.03.25 19:44:19.999856 [ 3 ] {7706b5ab-c189-4a69-adee-2bedd90cf8b2} <Debug> DynamicQueryHandler: Done processing query | ||
| 13624 | 2024.03.25 19:44:19.999881 [ 3 ] {7706b5ab-c189-4a69-adee-2bedd90cf8b2} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
| 13625 | 2024.03.25 19:44:19.999896 [ 3 ] {} <Debug> HTTP-Session: 1cb54c77-af43-448d-84bb-bf4f7a924579 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13626 | 2024.03.25 19:44:20.000032 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13627 | 2024.03.25 19:44:20.000155 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 210.63 MiB, peak 220.76 MiB, free memory in arenas 0.00 B, will set to 209.43 MiB (RSS), difference: -1.20 MiB | ||
| 13628 | 2024.03.25 19:44:20.000173 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 13629 | 2024.03.25 19:44:20.000257 [ 3 ] {} <Debug> HTTP-Session: cba90767-dab2-44b1-92d2-8a60b49922dc Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 13630 | 2024.03.25 19:44:20.000286 [ 3 ] {} <Debug> HTTP-Session: cba90767-dab2-44b1-92d2-8a60b49922dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13631 | 2024.03.25 19:44:20.000309 [ 3 ] {} <Debug> HTTP-Session: cba90767-dab2-44b1-92d2-8a60b49922dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13632 | 2024.03.25 19:44:20.000410 [ 3 ] {} <Trace> HTTP-Session: cba90767-dab2-44b1-92d2-8a60b49922dc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13633 | 2024.03.25 19:44:20.000581 [ 3 ] {d28b8fca-0a5d-45ad-8533-a48dd1b592cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 13634 | 2024.03.25 19:44:20.000687 [ 3 ] {d28b8fca-0a5d-45ad-8533-a48dd1b592cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13635 | 2024.03.25 19:44:20.000874 [ 3 ] {d28b8fca-0a5d-45ad-8533-a48dd1b592cd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13636 | 2024.03.25 19:44:20.001234 [ 3 ] {d28b8fca-0a5d-45ad-8533-a48dd1b592cd} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13637 | 2024.03.25 19:44:20.001280 [ 3 ] {d28b8fca-0a5d-45ad-8533-a48dd1b592cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 13638 | 2024.03.25 19:44:20.001659 [ 3 ] {d28b8fca-0a5d-45ad-8533-a48dd1b592cd} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 13639 | 2024.03.25 19:44:20.002006 [ 3 ] {d28b8fca-0a5d-45ad-8533-a48dd1b592cd} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13640 | 2024.03.25 19:44:20.002169 [ 3 ] {d28b8fca-0a5d-45ad-8533-a48dd1b592cd} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001699 sec., 17657.445556209535 rows/sec., 1.21 MiB/sec. | ||
| 13641 | 2024.03.25 19:44:20.002347 [ 3 ] {d28b8fca-0a5d-45ad-8533-a48dd1b592cd} <Debug> DynamicQueryHandler: Done processing query | ||
| 13642 | 2024.03.25 19:44:20.002373 [ 3 ] {d28b8fca-0a5d-45ad-8533-a48dd1b592cd} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 13643 | 2024.03.25 19:44:20.002390 [ 3 ] {} <Debug> HTTP-Session: cba90767-dab2-44b1-92d2-8a60b49922dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13644 | 2024.03.25 19:44:21.616005 [ 31 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 13645 | 2024.03.25 19:44:21.616058 [ 31 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 13646 | 2024.03.25 19:44:24.997810 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 10236, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13647 | 2024.03.25 19:44:24.997959 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 13648 | 2024.03.25 19:44:24.997988 [ 3 ] {} <Debug> HTTP-Session: 9a2e9ad6-8f9a-43d1-bcf5-d36c2bb20663 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 13649 | 2024.03.25 19:44:24.998017 [ 3 ] {} <Debug> HTTP-Session: 9a2e9ad6-8f9a-43d1-bcf5-d36c2bb20663 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13650 | 2024.03.25 19:44:24.998036 [ 3 ] {} <Debug> HTTP-Session: 9a2e9ad6-8f9a-43d1-bcf5-d36c2bb20663 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13651 | 2024.03.25 19:44:24.998091 [ 3 ] {} <Trace> HTTP-Session: 9a2e9ad6-8f9a-43d1-bcf5-d36c2bb20663 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13652 | 2024.03.25 19:44:24.998252 [ 3 ] {6f56b607-e5b0-4f92-b8a8-cbdc9de3185f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 13653 | 2024.03.25 19:44:24.998339 [ 3 ] {6f56b607-e5b0-4f92-b8a8-cbdc9de3185f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 13654 | 2024.03.25 19:44:24.998557 [ 3 ] {6f56b607-e5b0-4f92-b8a8-cbdc9de3185f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13655 | 2024.03.25 19:44:24.998994 [ 3 ] {6f56b607-e5b0-4f92-b8a8-cbdc9de3185f} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13656 | 2024.03.25 19:44:24.999047 [ 3 ] {6f56b607-e5b0-4f92-b8a8-cbdc9de3185f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 13657 | 2024.03.25 19:44:24.999473 [ 3 ] {6f56b607-e5b0-4f92-b8a8-cbdc9de3185f} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 13658 | 2024.03.25 19:44:24.999840 [ 3 ] {6f56b607-e5b0-4f92-b8a8-cbdc9de3185f} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13659 | 2024.03.25 19:44:25.000023 [ 3 ] {6f56b607-e5b0-4f92-b8a8-cbdc9de3185f} <Debug> executeQuery: Read 71 rows, 5.75 KiB in 0.001848 sec., 38419.91341991342 rows/sec., 3.04 MiB/sec. | ||
| 13660 | 2024.03.25 19:44:25.000163 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 214.76 MiB, peak 220.76 MiB, free memory in arenas 0.00 B, will set to 209.43 MiB (RSS), difference: -5.33 MiB | ||
| 13661 | 2024.03.25 19:44:25.000202 [ 3 ] {6f56b607-e5b0-4f92-b8a8-cbdc9de3185f} <Debug> DynamicQueryHandler: Done processing query | ||
| 13662 | 2024.03.25 19:44:25.000250 [ 3 ] {6f56b607-e5b0-4f92-b8a8-cbdc9de3185f} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 13663 | 2024.03.25 19:44:25.000277 [ 3 ] {} <Debug> HTTP-Session: 9a2e9ad6-8f9a-43d1-bcf5-d36c2bb20663 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13664 | 2024.03.25 19:44:25.000533 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 37185, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13665 | 2024.03.25 19:44:25.000626 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 13666 | 2024.03.25 19:44:25.000646 [ 3 ] {} <Debug> HTTP-Session: 823690f0-1294-4a35-80f7-7c00ac449eea Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 13667 | 2024.03.25 19:44:25.000666 [ 3 ] {} <Debug> HTTP-Session: 823690f0-1294-4a35-80f7-7c00ac449eea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13668 | 2024.03.25 19:44:25.000680 [ 3 ] {} <Debug> HTTP-Session: 823690f0-1294-4a35-80f7-7c00ac449eea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13669 | 2024.03.25 19:44:25.000718 [ 3 ] {} <Trace> HTTP-Session: 823690f0-1294-4a35-80f7-7c00ac449eea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13670 | 2024.03.25 19:44:25.000862 [ 3 ] {e8950617-7b33-4382-983b-db447560ffa4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 13671 | 2024.03.25 19:44:25.000910 [ 3 ] {e8950617-7b33-4382-983b-db447560ffa4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13672 | 2024.03.25 19:44:25.001057 [ 3 ] {e8950617-7b33-4382-983b-db447560ffa4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13673 | 2024.03.25 19:44:25.001505 [ 3 ] {e8950617-7b33-4382-983b-db447560ffa4} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13674 | 2024.03.25 19:44:25.001546 [ 3 ] {e8950617-7b33-4382-983b-db447560ffa4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 13675 | 2024.03.25 19:44:25.001904 [ 3 ] {e8950617-7b33-4382-983b-db447560ffa4} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 13676 | 2024.03.25 19:44:25.002249 [ 3 ] {e8950617-7b33-4382-983b-db447560ffa4} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13677 | 2024.03.25 19:44:25.002419 [ 3 ] {e8950617-7b33-4382-983b-db447560ffa4} <Debug> executeQuery: Read 239 rows, 22.62 KiB in 0.001635 sec., 146177.37003058105 rows/sec., 13.51 MiB/sec. | ||
| 13678 | 2024.03.25 19:44:25.002429 [ 26 ] {} <Debug> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
| 13679 | 2024.03.25 19:44:25.002530 [ 26 ] {} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13680 | 2024.03.25 19:44:25.002573 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 13681 | 2024.03.25 19:44:25.002605 [ 3 ] {e8950617-7b33-4382-983b-db447560ffa4} <Debug> DynamicQueryHandler: Done processing query | ||
| 13682 | 2024.03.25 19:44:25.002649 [ 3 ] {e8950617-7b33-4382-983b-db447560ffa4} <Debug> MemoryTracker: Peak memory usage (for query): 4.43 MiB. | ||
| 13683 | 2024.03.25 19:44:25.002686 [ 3 ] {} <Debug> HTTP-Session: 823690f0-1294-4a35-80f7-7c00ac449eea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13684 | 2024.03.25 19:44:25.002721 [ 188 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_111_22} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full | ||
| 13685 | 2024.03.25 19:44:25.002834 [ 188 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13686 | 2024.03.25 19:44:25.002864 [ 188 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 241 rows starting from the beginning of the part | ||
| 13687 | 2024.03.25 19:44:25.002897 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 17814, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13688 | 2024.03.25 19:44:25.002947 [ 188 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 202 rows starting from the beginning of the part | ||
| 13689 | 2024.03.25 19:44:25.003013 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 13690 | 2024.03.25 19:44:25.003148 [ 3 ] {} <Debug> HTTP-Session: 4e6be708-502f-46ca-b214-cec5a78f7922 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 13691 | 2024.03.25 19:44:25.003264 [ 3 ] {} <Debug> HTTP-Session: 4e6be708-502f-46ca-b214-cec5a78f7922 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13692 | 2024.03.25 19:44:25.003305 [ 188 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 26 rows starting from the beginning of the part | ||
| 13693 | 2024.03.25 19:44:25.003391 [ 3 ] {} <Debug> HTTP-Session: 4e6be708-502f-46ca-b214-cec5a78f7922 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13694 | 2024.03.25 19:44:25.003516 [ 3 ] {} <Trace> HTTP-Session: 4e6be708-502f-46ca-b214-cec5a78f7922 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13695 | 2024.03.25 19:44:25.003579 [ 188 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 229 rows starting from the beginning of the part | ||
| 13696 | 2024.03.25 19:44:25.003878 [ 188 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 26 rows starting from the beginning of the part | ||
| 13697 | 2024.03.25 19:44:25.003877 [ 3 ] {7a51f919-7a25-494d-898a-c815ba25748c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 13698 | 2024.03.25 19:44:25.004094 [ 3 ] {7a51f919-7a25-494d-898a-c815ba25748c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13699 | 2024.03.25 19:44:25.004236 [ 188 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 239 rows starting from the beginning of the part | ||
| 13700 | 2024.03.25 19:44:25.004882 [ 3 ] {7a51f919-7a25-494d-898a-c815ba25748c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13701 | 2024.03.25 19:44:25.005362 [ 3 ] {7a51f919-7a25-494d-898a-c815ba25748c} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13702 | 2024.03.25 19:44:25.005405 [ 3 ] {7a51f919-7a25-494d-898a-c815ba25748c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 13703 | 2024.03.25 19:44:25.005889 [ 3 ] {7a51f919-7a25-494d-898a-c815ba25748c} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 13704 | 2024.03.25 19:44:25.006085 [ 188 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 963 rows, containing 4 columns (4 merged, 0 gathered) in 0.003438735 sec., 280044.84207128495 rows/sec., 25.55 MiB/sec. | ||
| 13705 | 2024.03.25 19:44:25.006410 [ 195 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
| 13706 | 2024.03.25 19:44:25.006414 [ 3 ] {7a51f919-7a25-494d-898a-c815ba25748c} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13707 | 2024.03.25 19:44:25.006825 [ 26 ] {} <Debug> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
| 13708 | 2024.03.25 19:44:25.006963 [ 26 ] {} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13709 | 2024.03.25 19:44:25.007092 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 13710 | 2024.03.25 19:44:25.007747 [ 194 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_111_22} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full | ||
| 13711 | 2024.03.25 19:44:25.007929 [ 3 ] {7a51f919-7a25-494d-898a-c815ba25748c} <Debug> executeQuery: Read 105 rows, 8.38 KiB in 0.003975 sec., 26415.09433962264 rows/sec., 2.06 MiB/sec. | ||
| 13712 | 2024.03.25 19:44:25.008568 [ 194 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13713 | 2024.03.25 19:44:25.008576 [ 195 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_111_22} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13714 | 2024.03.25 19:44:25.008741 [ 194 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 138 rows starting from the beginning of the part | ||
| 13715 | 2024.03.25 19:44:25.009068 [ 195 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_111_22} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
| 13716 | 2024.03.25 19:44:25.009378 [ 194 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 90 rows starting from the beginning of the part | ||
| 13717 | 2024.03.25 19:44:25.009439 [ 3 ] {7a51f919-7a25-494d-898a-c815ba25748c} <Debug> DynamicQueryHandler: Done processing query | ||
| 13718 | 2024.03.25 19:44:25.009618 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
| 13719 | 2024.03.25 19:44:25.009912 [ 194 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 28 rows starting from the beginning of the part | ||
| 13720 | 2024.03.25 19:44:25.010082 [ 3 ] {7a51f919-7a25-494d-898a-c815ba25748c} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
| 13721 | 2024.03.25 19:44:25.010238 [ 3 ] {} <Debug> HTTP-Session: 4e6be708-502f-46ca-b214-cec5a78f7922 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13722 | 2024.03.25 19:44:25.010277 [ 194 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 105 rows starting from the beginning of the part | ||
| 13723 | 2024.03.25 19:44:25.010424 [ 194 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 28 rows starting from the beginning of the part | ||
| 13724 | 2024.03.25 19:44:25.010593 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 19137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13725 | 2024.03.25 19:44:25.010671 [ 194 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 105 rows starting from the beginning of the part | ||
| 13726 | 2024.03.25 19:44:25.010740 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 13727 | 2024.03.25 19:44:25.010851 [ 3 ] {} <Debug> HTTP-Session: 5ee803d7-3b3b-4398-9699-e042753cae2f Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 13728 | 2024.03.25 19:44:25.010932 [ 3 ] {} <Debug> HTTP-Session: 5ee803d7-3b3b-4398-9699-e042753cae2f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13729 | 2024.03.25 19:44:25.011003 [ 3 ] {} <Debug> HTTP-Session: 5ee803d7-3b3b-4398-9699-e042753cae2f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13730 | 2024.03.25 19:44:25.011116 [ 3 ] {} <Trace> HTTP-Session: 5ee803d7-3b3b-4398-9699-e042753cae2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13731 | 2024.03.25 19:44:25.011325 [ 3 ] {1f43120d-4292-4f9d-81e9-e0bf4242b87e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 13732 | 2024.03.25 19:44:25.011424 [ 3 ] {1f43120d-4292-4f9d-81e9-e0bf4242b87e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13733 | 2024.03.25 19:44:25.011976 [ 3 ] {1f43120d-4292-4f9d-81e9-e0bf4242b87e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13734 | 2024.03.25 19:44:25.012952 [ 3 ] {1f43120d-4292-4f9d-81e9-e0bf4242b87e} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13735 | 2024.03.25 19:44:25.013019 [ 3 ] {1f43120d-4292-4f9d-81e9-e0bf4242b87e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 13736 | 2024.03.25 19:44:25.013742 [ 188 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 494 rows, containing 4 columns (4 merged, 0 gathered) in 0.00648203 sec., 76210.6932550451 rows/sec., 5.96 MiB/sec. | ||
| 13737 | 2024.03.25 19:44:25.013895 [ 3 ] {1f43120d-4292-4f9d-81e9-e0bf4242b87e} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 13738 | 2024.03.25 19:44:25.013923 [ 188 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
| 13739 | 2024.03.25 19:44:25.014430 [ 3 ] {1f43120d-4292-4f9d-81e9-e0bf4242b87e} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13740 | 2024.03.25 19:44:25.014510 [ 188 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_111_22} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13741 | 2024.03.25 19:44:25.014668 [ 26 ] {} <Debug> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
| 13742 | 2024.03.25 19:44:25.014689 [ 3 ] {1f43120d-4292-4f9d-81e9-e0bf4242b87e} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.003446 sec., 29019.15264074289 rows/sec., 2.01 MiB/sec. | ||
| 13743 | 2024.03.25 19:44:25.014716 [ 188 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_111_22} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
| 13744 | 2024.03.25 19:44:25.014750 [ 26 ] {} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13745 | 2024.03.25 19:44:25.014915 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 13746 | 2024.03.25 19:44:25.015010 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 13747 | 2024.03.25 19:44:25.015087 [ 3 ] {1f43120d-4292-4f9d-81e9-e0bf4242b87e} <Debug> DynamicQueryHandler: Done processing query | ||
| 13748 | 2024.03.25 19:44:25.015156 [ 3 ] {1f43120d-4292-4f9d-81e9-e0bf4242b87e} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
| 13749 | 2024.03.25 19:44:25.015214 [ 3 ] {} <Debug> HTTP-Session: 5ee803d7-3b3b-4398-9699-e042753cae2f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13750 | 2024.03.25 19:44:25.015286 [ 195 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_111_22} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full | ||
| 13751 | 2024.03.25 19:44:25.015453 [ 195 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13752 | 2024.03.25 19:44:25.015491 [ 195 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_106_21, total 11478 rows starting from the beginning of the part | ||
| 13753 | 2024.03.25 19:44:25.015567 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 75944, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13754 | 2024.03.25 19:44:25.015706 [ 195 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 102 rows starting from the beginning of the part | ||
| 13755 | 2024.03.25 19:44:25.015764 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 13756 | 2024.03.25 19:44:25.015867 [ 3 ] {} <Debug> HTTP-Session: a83c9b3a-29ab-48ff-9b32-045c097c8b5f Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 13757 | 2024.03.25 19:44:25.016007 [ 3 ] {} <Debug> HTTP-Session: a83c9b3a-29ab-48ff-9b32-045c097c8b5f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13758 | 2024.03.25 19:44:25.016021 [ 195 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 100 rows starting from the beginning of the part | ||
| 13759 | 2024.03.25 19:44:25.016073 [ 3 ] {} <Debug> HTTP-Session: a83c9b3a-29ab-48ff-9b32-045c097c8b5f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13760 | 2024.03.25 19:44:25.016316 [ 195 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 102 rows starting from the beginning of the part | ||
| 13761 | 2024.03.25 19:44:25.016377 [ 3 ] {} <Trace> HTTP-Session: a83c9b3a-29ab-48ff-9b32-045c097c8b5f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13762 | 2024.03.25 19:44:25.016556 [ 195 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 100 rows starting from the beginning of the part | ||
| 13763 | 2024.03.25 19:44:25.016866 [ 195 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 100 rows starting from the beginning of the part | ||
| 13764 | 2024.03.25 19:44:25.017258 [ 3 ] {534953a1-e2c1-4a78-ae56-107b55fb4d43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 13765 | 2024.03.25 19:44:25.017349 [ 3 ] {534953a1-e2c1-4a78-ae56-107b55fb4d43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 13766 | 2024.03.25 19:44:25.018029 [ 3 ] {534953a1-e2c1-4a78-ae56-107b55fb4d43} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13767 | 2024.03.25 19:44:25.018988 [ 3 ] {534953a1-e2c1-4a78-ae56-107b55fb4d43} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13768 | 2024.03.25 19:44:25.019062 [ 3 ] {534953a1-e2c1-4a78-ae56-107b55fb4d43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 13769 | 2024.03.25 19:44:25.020274 [ 3 ] {534953a1-e2c1-4a78-ae56-107b55fb4d43} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 13770 | 2024.03.25 19:44:25.020728 [ 3 ] {534953a1-e2c1-4a78-ae56-107b55fb4d43} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13771 | 2024.03.25 19:44:25.021065 [ 3 ] {534953a1-e2c1-4a78-ae56-107b55fb4d43} <Debug> executeQuery: Read 71 rows, 98.11 KiB in 0.004395 sec., 16154.721274175201 rows/sec., 21.80 MiB/sec. | ||
| 13772 | 2024.03.25 19:44:25.021506 [ 3 ] {534953a1-e2c1-4a78-ae56-107b55fb4d43} <Debug> DynamicQueryHandler: Done processing query | ||
| 13773 | 2024.03.25 19:44:25.021555 [ 3 ] {534953a1-e2c1-4a78-ae56-107b55fb4d43} <Debug> MemoryTracker: Peak memory usage (for query): 4.61 MiB. | ||
| 13774 | 2024.03.25 19:44:25.021592 [ 3 ] {} <Debug> HTTP-Session: a83c9b3a-29ab-48ff-9b32-045c097c8b5f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13775 | 2024.03.25 19:44:25.021757 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 973, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13776 | 2024.03.25 19:44:25.021808 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 13777 | 2024.03.25 19:44:25.021827 [ 3 ] {} <Debug> HTTP-Session: d139300e-2fe3-41db-8d86-add4e8809f5c Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 13778 | 2024.03.25 19:44:25.021845 [ 3 ] {} <Debug> HTTP-Session: d139300e-2fe3-41db-8d86-add4e8809f5c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13779 | 2024.03.25 19:44:25.021859 [ 3 ] {} <Debug> HTTP-Session: d139300e-2fe3-41db-8d86-add4e8809f5c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13780 | 2024.03.25 19:44:25.021893 [ 3 ] {} <Trace> HTTP-Session: d139300e-2fe3-41db-8d86-add4e8809f5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13781 | 2024.03.25 19:44:25.021995 [ 3 ] {a2954d4e-0518-45ac-a43a-3259e126cc99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 13782 | 2024.03.25 19:44:25.022049 [ 3 ] {a2954d4e-0518-45ac-a43a-3259e126cc99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 13783 | 2024.03.25 19:44:25.022258 [ 3 ] {a2954d4e-0518-45ac-a43a-3259e126cc99} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13784 | 2024.03.25 19:44:25.022738 [ 195 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11982 rows, containing 5 columns (5 merged, 0 gathered) in 0.007599987 sec., 1576581.6441528124 rows/sec., 109.45 MiB/sec. | ||
| 13785 | 2024.03.25 19:44:25.022872 [ 3 ] {a2954d4e-0518-45ac-a43a-3259e126cc99} <Trace> oximeter.measurements_i64 (5d25232c-0f0c-4db8-b19f-b4e74565cadd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13786 | 2024.03.25 19:44:25.022920 [ 3 ] {a2954d4e-0518-45ac-a43a-3259e126cc99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 13787 | 2024.03.25 19:44:25.023131 [ 195 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
| 13788 | 2024.03.25 19:44:25.023686 [ 3 ] {a2954d4e-0518-45ac-a43a-3259e126cc99} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 13789 | 2024.03.25 19:44:25.024102 [ 195 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_111_22} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13790 | 2024.03.25 19:44:25.024290 [ 195 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_111_22} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
| 13791 | 2024.03.25 19:44:25.024443 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.49 MiB. | ||
| 13792 | 2024.03.25 19:44:25.024500 [ 3 ] {a2954d4e-0518-45ac-a43a-3259e126cc99} <Trace> oximeter.measurements_i64 (5d25232c-0f0c-4db8-b19f-b4e74565cadd): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13793 | 2024.03.25 19:44:25.024689 [ 3 ] {a2954d4e-0518-45ac-a43a-3259e126cc99} <Debug> executeQuery: Read 6 rows, 405.00 B in 0.00273 sec., 2197.802197802198 rows/sec., 144.87 KiB/sec. | ||
| 13794 | 2024.03.25 19:44:25.024947 [ 3 ] {a2954d4e-0518-45ac-a43a-3259e126cc99} <Debug> DynamicQueryHandler: Done processing query | ||
| 13795 | 2024.03.25 19:44:25.024978 [ 3 ] {a2954d4e-0518-45ac-a43a-3259e126cc99} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 13796 | 2024.03.25 19:44:25.024994 [ 3 ] {} <Debug> HTTP-Session: d139300e-2fe3-41db-8d86-add4e8809f5c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13797 | 2024.03.25 19:44:25.025128 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13798 | 2024.03.25 19:44:25.025176 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 13799 | 2024.03.25 19:44:25.025194 [ 3 ] {} <Debug> HTTP-Session: fa865509-8d13-461c-bccc-e001315b168d Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 13800 | 2024.03.25 19:44:25.025211 [ 3 ] {} <Debug> HTTP-Session: fa865509-8d13-461c-bccc-e001315b168d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13801 | 2024.03.25 19:44:25.025224 [ 3 ] {} <Debug> HTTP-Session: fa865509-8d13-461c-bccc-e001315b168d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13802 | 2024.03.25 19:44:25.025256 [ 3 ] {} <Trace> HTTP-Session: fa865509-8d13-461c-bccc-e001315b168d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13803 | 2024.03.25 19:44:25.025341 [ 3 ] {4502daaa-30e7-43a7-8b1b-35d736a727af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 13804 | 2024.03.25 19:44:25.025387 [ 3 ] {4502daaa-30e7-43a7-8b1b-35d736a727af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13805 | 2024.03.25 19:44:25.025536 [ 3 ] {4502daaa-30e7-43a7-8b1b-35d736a727af} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13806 | 2024.03.25 19:44:25.025794 [ 3 ] {4502daaa-30e7-43a7-8b1b-35d736a727af} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13807 | 2024.03.25 19:44:25.025830 [ 3 ] {4502daaa-30e7-43a7-8b1b-35d736a727af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 13808 | 2024.03.25 19:44:25.026200 [ 3 ] {4502daaa-30e7-43a7-8b1b-35d736a727af} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 13809 | 2024.03.25 19:44:25.026539 [ 3 ] {4502daaa-30e7-43a7-8b1b-35d736a727af} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13810 | 2024.03.25 19:44:25.026690 [ 3 ] {4502daaa-30e7-43a7-8b1b-35d736a727af} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001384 sec., 21676.300578034683 rows/sec., 1.48 MiB/sec. | ||
| 13811 | 2024.03.25 19:44:25.026700 [ 26 ] {} <Debug> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
| 13812 | 2024.03.25 19:44:25.026776 [ 26 ] {} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13813 | 2024.03.25 19:44:25.026827 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 13814 | 2024.03.25 19:44:25.026877 [ 3 ] {4502daaa-30e7-43a7-8b1b-35d736a727af} <Debug> DynamicQueryHandler: Done processing query | ||
| 13815 | 2024.03.25 19:44:25.026930 [ 3 ] {4502daaa-30e7-43a7-8b1b-35d736a727af} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 13816 | 2024.03.25 19:44:25.026957 [ 3 ] {} <Debug> HTTP-Session: fa865509-8d13-461c-bccc-e001315b168d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13817 | 2024.03.25 19:44:25.026990 [ 200 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_111_22} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full | ||
| 13818 | 2024.03.25 19:44:25.027108 [ 200 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13819 | 2024.03.25 19:44:25.027139 [ 200 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 3162 rows starting from the beginning of the part | ||
| 13820 | 2024.03.25 19:44:25.027219 [ 200 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 30 rows starting from the beginning of the part | ||
| 13821 | 2024.03.25 19:44:25.027412 [ 200 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 30 rows starting from the beginning of the part | ||
| 13822 | 2024.03.25 19:44:25.027620 [ 200 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 30 rows starting from the beginning of the part | ||
| 13823 | 2024.03.25 19:44:25.027822 [ 200 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 30 rows starting from the beginning of the part | ||
| 13824 | 2024.03.25 19:44:25.028022 [ 200 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 30 rows starting from the beginning of the part | ||
| 13825 | 2024.03.25 19:44:25.029650 [ 190 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3312 rows, containing 4 columns (4 merged, 0 gathered) in 0.002733667 sec., 1211559.4181734645 rows/sec., 83.00 MiB/sec. | ||
| 13826 | 2024.03.25 19:44:25.030111 [ 193 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
| 13827 | 2024.03.25 19:44:25.030594 [ 193 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_111_22} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13828 | 2024.03.25 19:44:25.030684 [ 193 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_111_22} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
| 13829 | 2024.03.25 19:44:25.030786 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB. | ||
| 13830 | 2024.03.25 19:44:26.000215 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 204.69 MiB, peak 220.76 MiB, free memory in arenas 0.00 B, will set to 209.43 MiB (RSS), difference: 4.74 MiB | ||
| 13831 | 2024.03.25 19:44:29.994712 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13832 | 2024.03.25 19:44:29.994849 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 13833 | 2024.03.25 19:44:29.994873 [ 3 ] {} <Debug> HTTP-Session: 528172f6-320e-40d7-a919-140d2763bef3 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 13834 | 2024.03.25 19:44:29.994899 [ 3 ] {} <Debug> HTTP-Session: 528172f6-320e-40d7-a919-140d2763bef3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13835 | 2024.03.25 19:44:29.994913 [ 3 ] {} <Debug> HTTP-Session: 528172f6-320e-40d7-a919-140d2763bef3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13836 | 2024.03.25 19:44:29.994962 [ 3 ] {} <Trace> HTTP-Session: 528172f6-320e-40d7-a919-140d2763bef3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13837 | 2024.03.25 19:44:29.995072 [ 3 ] {e02f766b-2f45-4093-b8a2-4b2cdaf7d8a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 13838 | 2024.03.25 19:44:29.995137 [ 3 ] {e02f766b-2f45-4093-b8a2-4b2cdaf7d8a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 13839 | 2024.03.25 19:44:29.995326 [ 3 ] {e02f766b-2f45-4093-b8a2-4b2cdaf7d8a0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13840 | 2024.03.25 19:44:29.995671 [ 3 ] {e02f766b-2f45-4093-b8a2-4b2cdaf7d8a0} <Trace> oximeter.fields_ipaddr (d9ee32b3-8a1d-44e7-a34c-f0038ee3937b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13841 | 2024.03.25 19:44:29.995719 [ 3 ] {e02f766b-2f45-4093-b8a2-4b2cdaf7d8a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 13842 | 2024.03.25 19:44:29.996154 [ 3 ] {e02f766b-2f45-4093-b8a2-4b2cdaf7d8a0} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 13843 | 2024.03.25 19:44:29.996565 [ 3 ] {e02f766b-2f45-4093-b8a2-4b2cdaf7d8a0} <Trace> oximeter.fields_ipaddr (d9ee32b3-8a1d-44e7-a34c-f0038ee3937b): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13844 | 2024.03.25 19:44:29.996721 [ 3 ] {e02f766b-2f45-4093-b8a2-4b2cdaf7d8a0} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001701 sec., 1175.7789535567313 rows/sec., 95.88 KiB/sec. | ||
| 13845 | 2024.03.25 19:44:29.996922 [ 3 ] {e02f766b-2f45-4093-b8a2-4b2cdaf7d8a0} <Debug> DynamicQueryHandler: Done processing query | ||
| 13846 | 2024.03.25 19:44:29.996979 [ 3 ] {e02f766b-2f45-4093-b8a2-4b2cdaf7d8a0} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 13847 | 2024.03.25 19:44:29.997041 [ 3 ] {} <Debug> HTTP-Session: 528172f6-320e-40d7-a919-140d2763bef3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13848 | 2024.03.25 19:44:29.997251 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 8753, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13849 | 2024.03.25 19:44:29.997303 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 13850 | 2024.03.25 19:44:29.997323 [ 3 ] {} <Debug> HTTP-Session: f25c1163-1c66-43af-bd32-dcee0c5cacd1 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 13851 | 2024.03.25 19:44:29.997340 [ 3 ] {} <Debug> HTTP-Session: f25c1163-1c66-43af-bd32-dcee0c5cacd1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13852 | 2024.03.25 19:44:29.997355 [ 3 ] {} <Debug> HTTP-Session: f25c1163-1c66-43af-bd32-dcee0c5cacd1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13853 | 2024.03.25 19:44:29.997389 [ 3 ] {} <Trace> HTTP-Session: f25c1163-1c66-43af-bd32-dcee0c5cacd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13854 | 2024.03.25 19:44:29.997484 [ 3 ] {bc70d612-bf30-4bef-9cfa-e8f278faefe1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 13855 | 2024.03.25 19:44:29.997525 [ 3 ] {bc70d612-bf30-4bef-9cfa-e8f278faefe1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13856 | 2024.03.25 19:44:29.997665 [ 3 ] {bc70d612-bf30-4bef-9cfa-e8f278faefe1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13857 | 2024.03.25 19:44:29.997969 [ 3 ] {bc70d612-bf30-4bef-9cfa-e8f278faefe1} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13858 | 2024.03.25 19:44:29.998006 [ 3 ] {bc70d612-bf30-4bef-9cfa-e8f278faefe1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 13859 | 2024.03.25 19:44:29.998310 [ 3 ] {bc70d612-bf30-4bef-9cfa-e8f278faefe1} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 13860 | 2024.03.25 19:44:29.998613 [ 3 ] {bc70d612-bf30-4bef-9cfa-e8f278faefe1} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13861 | 2024.03.25 19:44:29.998760 [ 3 ] {bc70d612-bf30-4bef-9cfa-e8f278faefe1} <Debug> executeQuery: Read 63 rows, 4.91 KiB in 0.001321 sec., 47691.14307342922 rows/sec., 3.63 MiB/sec. | ||
| 13862 | 2024.03.25 19:44:29.998870 [ 3 ] {bc70d612-bf30-4bef-9cfa-e8f278faefe1} <Debug> DynamicQueryHandler: Done processing query | ||
| 13863 | 2024.03.25 19:44:29.998895 [ 3 ] {bc70d612-bf30-4bef-9cfa-e8f278faefe1} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 13864 | 2024.03.25 19:44:29.998910 [ 3 ] {} <Debug> HTTP-Session: f25c1163-1c66-43af-bd32-dcee0c5cacd1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13865 | 2024.03.25 19:44:29.999052 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13866 | 2024.03.25 19:44:29.999099 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 13867 | 2024.03.25 19:44:29.999116 [ 3 ] {} <Debug> HTTP-Session: 5871e754-3ea4-49cb-aed6-6c0d537e56b9 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 13868 | 2024.03.25 19:44:29.999133 [ 3 ] {} <Debug> HTTP-Session: 5871e754-3ea4-49cb-aed6-6c0d537e56b9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13869 | 2024.03.25 19:44:29.999148 [ 3 ] {} <Debug> HTTP-Session: 5871e754-3ea4-49cb-aed6-6c0d537e56b9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13870 | 2024.03.25 19:44:29.999181 [ 3 ] {} <Trace> HTTP-Session: 5871e754-3ea4-49cb-aed6-6c0d537e56b9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13871 | 2024.03.25 19:44:29.999242 [ 3 ] {52d1373d-ad72-4112-b5a9-b1f2cace9f15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 13872 | 2024.03.25 19:44:29.999282 [ 3 ] {52d1373d-ad72-4112-b5a9-b1f2cace9f15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13873 | 2024.03.25 19:44:29.999404 [ 3 ] {52d1373d-ad72-4112-b5a9-b1f2cace9f15} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13874 | 2024.03.25 19:44:29.999665 [ 3 ] {52d1373d-ad72-4112-b5a9-b1f2cace9f15} <Trace> oximeter.fields_u16 (c5488911-6586-43c0-ae3f-1262ae9a0dfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13875 | 2024.03.25 19:44:29.999702 [ 3 ] {52d1373d-ad72-4112-b5a9-b1f2cace9f15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 13876 | 2024.03.25 19:44:29.999994 [ 3 ] {52d1373d-ad72-4112-b5a9-b1f2cace9f15} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 13877 | 2024.03.25 19:44:30.000155 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 214.85 MiB, peak 220.76 MiB, free memory in arenas 0.00 B, will set to 209.43 MiB (RSS), difference: -5.42 MiB | ||
| 13878 | 2024.03.25 19:44:30.000813 [ 3 ] {52d1373d-ad72-4112-b5a9-b1f2cace9f15} <Trace> oximeter.fields_u16 (c5488911-6586-43c0-ae3f-1262ae9a0dfa): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13879 | 2024.03.25 19:44:30.000968 [ 3 ] {52d1373d-ad72-4112-b5a9-b1f2cace9f15} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001744 sec., 1146.788990825688 rows/sec., 80.07 KiB/sec. | ||
| 13880 | 2024.03.25 19:44:30.001165 [ 3 ] {52d1373d-ad72-4112-b5a9-b1f2cace9f15} <Debug> DynamicQueryHandler: Done processing query | ||
| 13881 | 2024.03.25 19:44:30.001214 [ 3 ] {52d1373d-ad72-4112-b5a9-b1f2cace9f15} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 13882 | 2024.03.25 19:44:30.001275 [ 3 ] {} <Debug> HTTP-Session: 5871e754-3ea4-49cb-aed6-6c0d537e56b9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13883 | 2024.03.25 19:44:30.001446 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 9171, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13884 | 2024.03.25 19:44:30.001495 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 13885 | 2024.03.25 19:44:30.001515 [ 3 ] {} <Debug> HTTP-Session: ab86ffff-16a5-4251-803c-2d90055e35ee Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 13886 | 2024.03.25 19:44:30.001532 [ 3 ] {} <Debug> HTTP-Session: ab86ffff-16a5-4251-803c-2d90055e35ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13887 | 2024.03.25 19:44:30.001548 [ 3 ] {} <Debug> HTTP-Session: ab86ffff-16a5-4251-803c-2d90055e35ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13888 | 2024.03.25 19:44:30.001583 [ 3 ] {} <Trace> HTTP-Session: ab86ffff-16a5-4251-803c-2d90055e35ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13889 | 2024.03.25 19:44:30.001665 [ 3 ] {e65ca46e-dcab-47c4-96d5-52e76f50359c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 13890 | 2024.03.25 19:44:30.001709 [ 3 ] {e65ca46e-dcab-47c4-96d5-52e76f50359c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13891 | 2024.03.25 19:44:30.001853 [ 3 ] {e65ca46e-dcab-47c4-96d5-52e76f50359c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13892 | 2024.03.25 19:44:30.002149 [ 3 ] {e65ca46e-dcab-47c4-96d5-52e76f50359c} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13893 | 2024.03.25 19:44:30.002192 [ 3 ] {e65ca46e-dcab-47c4-96d5-52e76f50359c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 13894 | 2024.03.25 19:44:30.002512 [ 3 ] {e65ca46e-dcab-47c4-96d5-52e76f50359c} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 13895 | 2024.03.25 19:44:30.002873 [ 3 ] {e65ca46e-dcab-47c4-96d5-52e76f50359c} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13896 | 2024.03.25 19:44:30.003021 [ 3 ] {e65ca46e-dcab-47c4-96d5-52e76f50359c} <Debug> executeQuery: Read 54 rows, 4.30 KiB in 0.00139 sec., 38848.92086330935 rows/sec., 3.02 MiB/sec. | ||
| 13897 | 2024.03.25 19:44:30.003171 [ 219 ] {} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 13898 | 2024.03.25 19:44:30.003188 [ 3 ] {e65ca46e-dcab-47c4-96d5-52e76f50359c} <Debug> DynamicQueryHandler: Done processing query | ||
| 13899 | 2024.03.25 19:44:30.003217 [ 219 ] {} <Debug> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 13900 | 2024.03.25 19:44:30.003238 [ 3 ] {e65ca46e-dcab-47c4-96d5-52e76f50359c} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 13901 | 2024.03.25 19:44:30.003296 [ 3 ] {} <Debug> HTTP-Session: ab86ffff-16a5-4251-803c-2d90055e35ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13902 | 2024.03.25 19:44:30.003472 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 26288, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13903 | 2024.03.25 19:44:30.003536 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 13904 | 2024.03.25 19:44:30.003560 [ 3 ] {} <Debug> HTTP-Session: 3be04e06-a7fe-4ca5-85b5-9b622ef43cf5 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 13905 | 2024.03.25 19:44:30.003587 [ 3 ] {} <Debug> HTTP-Session: 3be04e06-a7fe-4ca5-85b5-9b622ef43cf5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13906 | 2024.03.25 19:44:30.003605 [ 3 ] {} <Debug> HTTP-Session: 3be04e06-a7fe-4ca5-85b5-9b622ef43cf5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13907 | 2024.03.25 19:44:30.003650 [ 3 ] {} <Trace> HTTP-Session: 3be04e06-a7fe-4ca5-85b5-9b622ef43cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13908 | 2024.03.25 19:44:30.003854 [ 3 ] {dbdec8f0-00bb-486c-a6a3-d88d4ef21ba2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 13909 | 2024.03.25 19:44:30.003953 [ 3 ] {dbdec8f0-00bb-486c-a6a3-d88d4ef21ba2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13910 | 2024.03.25 19:44:30.004198 [ 3 ] {dbdec8f0-00bb-486c-a6a3-d88d4ef21ba2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13911 | 2024.03.25 19:44:30.004829 [ 3 ] {dbdec8f0-00bb-486c-a6a3-d88d4ef21ba2} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13912 | 2024.03.25 19:44:30.004902 [ 3 ] {dbdec8f0-00bb-486c-a6a3-d88d4ef21ba2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 13913 | 2024.03.25 19:44:30.005648 [ 3 ] {dbdec8f0-00bb-486c-a6a3-d88d4ef21ba2} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 13914 | 2024.03.25 19:44:30.006207 [ 3 ] {dbdec8f0-00bb-486c-a6a3-d88d4ef21ba2} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13915 | 2024.03.25 19:44:30.006476 [ 3 ] {dbdec8f0-00bb-486c-a6a3-d88d4ef21ba2} <Debug> executeQuery: Read 137 rows, 9.77 KiB in 0.002733 sec., 50128.064398097325 rows/sec., 3.49 MiB/sec. | ||
| 13916 | 2024.03.25 19:44:30.006649 [ 3 ] {dbdec8f0-00bb-486c-a6a3-d88d4ef21ba2} <Debug> DynamicQueryHandler: Done processing query | ||
| 13917 | 2024.03.25 19:44:30.006682 [ 3 ] {dbdec8f0-00bb-486c-a6a3-d88d4ef21ba2} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
| 13918 | 2024.03.25 19:44:30.006712 [ 3 ] {} <Debug> HTTP-Session: 3be04e06-a7fe-4ca5-85b5-9b622ef43cf5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13919 | 2024.03.25 19:44:30.006790 [ 219 ] {} <Debug> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 13920 | 2024.03.25 19:44:30.006970 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13921 | 2024.03.25 19:44:30.007037 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 13922 | 2024.03.25 19:44:30.007096 [ 3 ] {} <Debug> HTTP-Session: c6f3acd9-0d3b-4752-b896-59f75318ecc9 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 13923 | 2024.03.25 19:44:30.007144 [ 3 ] {} <Debug> HTTP-Session: c6f3acd9-0d3b-4752-b896-59f75318ecc9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13924 | 2024.03.25 19:44:30.007196 [ 3 ] {} <Debug> HTTP-Session: c6f3acd9-0d3b-4752-b896-59f75318ecc9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13925 | 2024.03.25 19:44:30.007299 [ 3 ] {} <Trace> HTTP-Session: c6f3acd9-0d3b-4752-b896-59f75318ecc9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13926 | 2024.03.25 19:44:30.007566 [ 3 ] {0d2b6f38-e905-4515-9482-21a6ca5c0b17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 13927 | 2024.03.25 19:44:30.007706 [ 3 ] {0d2b6f38-e905-4515-9482-21a6ca5c0b17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13928 | 2024.03.25 19:44:30.008010 [ 3 ] {0d2b6f38-e905-4515-9482-21a6ca5c0b17} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13929 | 2024.03.25 19:44:30.008310 [ 3 ] {0d2b6f38-e905-4515-9482-21a6ca5c0b17} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13930 | 2024.03.25 19:44:30.008347 [ 3 ] {0d2b6f38-e905-4515-9482-21a6ca5c0b17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 13931 | 2024.03.25 19:44:30.008727 [ 3 ] {0d2b6f38-e905-4515-9482-21a6ca5c0b17} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 13932 | 2024.03.25 19:44:30.009055 [ 3 ] {0d2b6f38-e905-4515-9482-21a6ca5c0b17} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13933 | 2024.03.25 19:44:30.009208 [ 3 ] {0d2b6f38-e905-4515-9482-21a6ca5c0b17} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001786 sec., 16797.3124300112 rows/sec., 1.15 MiB/sec. | ||
| 13934 | 2024.03.25 19:44:30.009331 [ 3 ] {0d2b6f38-e905-4515-9482-21a6ca5c0b17} <Debug> DynamicQueryHandler: Done processing query | ||
| 13935 | 2024.03.25 19:44:30.009356 [ 3 ] {0d2b6f38-e905-4515-9482-21a6ca5c0b17} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 13936 | 2024.03.25 19:44:30.009372 [ 3 ] {} <Debug> HTTP-Session: c6f3acd9-0d3b-4752-b896-59f75318ecc9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13937 | 2024.03.25 19:44:30.509480 [ 219 ] {} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 13938 | 2024.03.25 19:44:30.509546 [ 219 ] {} <Debug> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 13939 | 2024.03.25 19:44:30.511556 [ 219 ] {} <Debug> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 13940 | 2024.03.25 19:44:30.599887 [ 222 ] {} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 13941 | 2024.03.25 19:44:30.599946 [ 222 ] {} <Debug> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 13942 | 2024.03.25 19:44:30.602202 [ 222 ] {} <Debug> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 13943 | 2024.03.25 19:44:31.000214 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 204.40 MiB, peak 220.76 MiB, free memory in arenas 0.00 B, will set to 209.43 MiB (RSS), difference: 5.03 MiB | ||
| 13944 | 2024.03.25 19:44:31.001972 [ 221 ] {} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 13945 | 2024.03.25 19:44:31.002025 [ 221 ] {} <Debug> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 13946 | 2024.03.25 19:44:31.004194 [ 221 ] {} <Debug> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 13947 | 2024.03.25 19:44:34.997702 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 10523, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13948 | 2024.03.25 19:44:34.997841 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 13949 | 2024.03.25 19:44:34.997872 [ 3 ] {} <Debug> HTTP-Session: 308ddb77-bc51-4ef8-b3df-4cc9e3070d49 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 13950 | 2024.03.25 19:44:34.997900 [ 3 ] {} <Debug> HTTP-Session: 308ddb77-bc51-4ef8-b3df-4cc9e3070d49 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13951 | 2024.03.25 19:44:34.997919 [ 3 ] {} <Debug> HTTP-Session: 308ddb77-bc51-4ef8-b3df-4cc9e3070d49 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13952 | 2024.03.25 19:44:34.997973 [ 3 ] {} <Trace> HTTP-Session: 308ddb77-bc51-4ef8-b3df-4cc9e3070d49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13953 | 2024.03.25 19:44:34.998131 [ 3 ] {d417cc8e-9237-4c92-8e70-63641f935e90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 13954 | 2024.03.25 19:44:34.998205 [ 3 ] {d417cc8e-9237-4c92-8e70-63641f935e90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 13955 | 2024.03.25 19:44:34.998420 [ 3 ] {d417cc8e-9237-4c92-8e70-63641f935e90} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13956 | 2024.03.25 19:44:34.998900 [ 3 ] {d417cc8e-9237-4c92-8e70-63641f935e90} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13957 | 2024.03.25 19:44:34.998951 [ 3 ] {d417cc8e-9237-4c92-8e70-63641f935e90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 13958 | 2024.03.25 19:44:34.999347 [ 3 ] {d417cc8e-9237-4c92-8e70-63641f935e90} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 13959 | 2024.03.25 19:44:34.999698 [ 3 ] {d417cc8e-9237-4c92-8e70-63641f935e90} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13960 | 2024.03.25 19:44:34.999853 [ 3 ] {d417cc8e-9237-4c92-8e70-63641f935e90} <Debug> executeQuery: Read 73 rows, 5.92 KiB in 0.001803 sec., 40488.07542983916 rows/sec., 3.20 MiB/sec. | ||
| 13961 | 2024.03.25 19:44:35.000046 [ 3 ] {d417cc8e-9237-4c92-8e70-63641f935e90} <Debug> DynamicQueryHandler: Done processing query | ||
| 13962 | 2024.03.25 19:44:35.000076 [ 3 ] {d417cc8e-9237-4c92-8e70-63641f935e90} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 13963 | 2024.03.25 19:44:35.000093 [ 3 ] {} <Debug> HTTP-Session: 308ddb77-bc51-4ef8-b3df-4cc9e3070d49 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13964 | 2024.03.25 19:44:35.000350 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 38134, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13965 | 2024.03.25 19:44:35.000442 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 13966 | 2024.03.25 19:44:35.000471 [ 3 ] {} <Debug> HTTP-Session: 76237461-d76c-4abd-bf41-399534a9d13a Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 13967 | 2024.03.25 19:44:35.000527 [ 3 ] {} <Debug> HTTP-Session: 76237461-d76c-4abd-bf41-399534a9d13a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13968 | 2024.03.25 19:44:35.000578 [ 3 ] {} <Debug> HTTP-Session: 76237461-d76c-4abd-bf41-399534a9d13a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13969 | 2024.03.25 19:44:35.000620 [ 3 ] {} <Trace> HTTP-Session: 76237461-d76c-4abd-bf41-399534a9d13a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13970 | 2024.03.25 19:44:35.000855 [ 3 ] {7969f996-3353-4573-a33a-8aef88176d26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 13971 | 2024.03.25 19:44:35.000904 [ 3 ] {7969f996-3353-4573-a33a-8aef88176d26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13972 | 2024.03.25 19:44:35.001050 [ 3 ] {7969f996-3353-4573-a33a-8aef88176d26} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13973 | 2024.03.25 19:44:35.001516 [ 3 ] {7969f996-3353-4573-a33a-8aef88176d26} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13974 | 2024.03.25 19:44:35.001557 [ 3 ] {7969f996-3353-4573-a33a-8aef88176d26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 13975 | 2024.03.25 19:44:35.001896 [ 3 ] {7969f996-3353-4573-a33a-8aef88176d26} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 13976 | 2024.03.25 19:44:35.002211 [ 3 ] {7969f996-3353-4573-a33a-8aef88176d26} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13977 | 2024.03.25 19:44:35.002367 [ 3 ] {7969f996-3353-4573-a33a-8aef88176d26} <Debug> executeQuery: Read 245 rows, 23.20 KiB in 0.001624 sec., 150862.06896551725 rows/sec., 13.95 MiB/sec. | ||
| 13978 | 2024.03.25 19:44:35.002507 [ 3 ] {7969f996-3353-4573-a33a-8aef88176d26} <Debug> DynamicQueryHandler: Done processing query | ||
| 13979 | 2024.03.25 19:44:35.002534 [ 3 ] {7969f996-3353-4573-a33a-8aef88176d26} <Debug> MemoryTracker: Peak memory usage (for query): 4.43 MiB. | ||
| 13980 | 2024.03.25 19:44:35.002552 [ 3 ] {} <Debug> HTTP-Session: 76237461-d76c-4abd-bf41-399534a9d13a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13981 | 2024.03.25 19:44:35.002724 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 17162, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13982 | 2024.03.25 19:44:35.002774 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 13983 | 2024.03.25 19:44:35.002792 [ 3 ] {} <Debug> HTTP-Session: 9892e8da-caf0-4f0a-8cba-be506b884d61 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 13984 | 2024.03.25 19:44:35.002810 [ 3 ] {} <Debug> HTTP-Session: 9892e8da-caf0-4f0a-8cba-be506b884d61 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13985 | 2024.03.25 19:44:35.002823 [ 3 ] {} <Debug> HTTP-Session: 9892e8da-caf0-4f0a-8cba-be506b884d61 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13986 | 2024.03.25 19:44:35.002857 [ 3 ] {} <Trace> HTTP-Session: 9892e8da-caf0-4f0a-8cba-be506b884d61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13987 | 2024.03.25 19:44:35.002975 [ 3 ] {ddc3f123-1bc1-488a-9983-456356f446be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 13988 | 2024.03.25 19:44:35.003017 [ 3 ] {ddc3f123-1bc1-488a-9983-456356f446be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13989 | 2024.03.25 19:44:35.003141 [ 3 ] {ddc3f123-1bc1-488a-9983-456356f446be} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13990 | 2024.03.25 19:44:35.003507 [ 3 ] {ddc3f123-1bc1-488a-9983-456356f446be} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13991 | 2024.03.25 19:44:35.003547 [ 3 ] {ddc3f123-1bc1-488a-9983-456356f446be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 13992 | 2024.03.25 19:44:35.003869 [ 3 ] {ddc3f123-1bc1-488a-9983-456356f446be} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 13993 | 2024.03.25 19:44:35.004185 [ 3 ] {ddc3f123-1bc1-488a-9983-456356f446be} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13994 | 2024.03.25 19:44:35.004336 [ 3 ] {ddc3f123-1bc1-488a-9983-456356f446be} <Debug> executeQuery: Read 101 rows, 8.08 KiB in 0.001425 sec., 70877.19298245614 rows/sec., 5.54 MiB/sec. | ||
| 13995 | 2024.03.25 19:44:35.004490 [ 3 ] {ddc3f123-1bc1-488a-9983-456356f446be} <Debug> DynamicQueryHandler: Done processing query | ||
| 13996 | 2024.03.25 19:44:35.004516 [ 3 ] {ddc3f123-1bc1-488a-9983-456356f446be} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
| 13997 | 2024.03.25 19:44:35.004533 [ 3 ] {} <Debug> HTTP-Session: 9892e8da-caf0-4f0a-8cba-be506b884d61 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13998 | 2024.03.25 19:44:35.004732 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 19137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13999 | 2024.03.25 19:44:35.004805 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 14000 | 2024.03.25 19:44:35.004826 [ 3 ] {} <Debug> HTTP-Session: 96988cc4-d5f3-46ba-a79c-92b41b87b2a2 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 14001 | 2024.03.25 19:44:35.004844 [ 3 ] {} <Debug> HTTP-Session: 96988cc4-d5f3-46ba-a79c-92b41b87b2a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14002 | 2024.03.25 19:44:35.004859 [ 3 ] {} <Debug> HTTP-Session: 96988cc4-d5f3-46ba-a79c-92b41b87b2a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14003 | 2024.03.25 19:44:35.004892 [ 3 ] {} <Trace> HTTP-Session: 96988cc4-d5f3-46ba-a79c-92b41b87b2a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14004 | 2024.03.25 19:44:35.004999 [ 3 ] {aba690c1-7d38-4626-a936-0dc710875719} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 14005 | 2024.03.25 19:44:35.005051 [ 3 ] {aba690c1-7d38-4626-a936-0dc710875719} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14006 | 2024.03.25 19:44:35.005196 [ 3 ] {aba690c1-7d38-4626-a936-0dc710875719} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14007 | 2024.03.25 19:44:35.005542 [ 3 ] {aba690c1-7d38-4626-a936-0dc710875719} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14008 | 2024.03.25 19:44:35.005580 [ 3 ] {aba690c1-7d38-4626-a936-0dc710875719} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 14009 | 2024.03.25 19:44:35.006014 [ 3 ] {aba690c1-7d38-4626-a936-0dc710875719} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 14010 | 2024.03.25 19:44:35.006366 [ 3 ] {aba690c1-7d38-4626-a936-0dc710875719} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14011 | 2024.03.25 19:44:35.006560 [ 3 ] {aba690c1-7d38-4626-a936-0dc710875719} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001614 sec., 61957.868649318465 rows/sec., 4.30 MiB/sec. | ||
| 14012 | 2024.03.25 19:44:35.006712 [ 3 ] {aba690c1-7d38-4626-a936-0dc710875719} <Debug> DynamicQueryHandler: Done processing query | ||
| 14013 | 2024.03.25 19:44:35.006736 [ 3 ] {aba690c1-7d38-4626-a936-0dc710875719} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
| 14014 | 2024.03.25 19:44:35.006753 [ 3 ] {} <Debug> HTTP-Session: 96988cc4-d5f3-46ba-a79c-92b41b87b2a2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14015 | 2024.03.25 19:44:35.006932 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 78081, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14016 | 2024.03.25 19:44:35.006986 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 14017 | 2024.03.25 19:44:35.007014 [ 3 ] {} <Debug> HTTP-Session: 57b2d593-9c3a-4db8-8b46-2d80838dac61 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 14018 | 2024.03.25 19:44:35.007032 [ 3 ] {} <Debug> HTTP-Session: 57b2d593-9c3a-4db8-8b46-2d80838dac61 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14019 | 2024.03.25 19:44:35.007046 [ 3 ] {} <Debug> HTTP-Session: 57b2d593-9c3a-4db8-8b46-2d80838dac61 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14020 | 2024.03.25 19:44:35.007079 [ 3 ] {} <Trace> HTTP-Session: 57b2d593-9c3a-4db8-8b46-2d80838dac61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14021 | 2024.03.25 19:44:35.007534 [ 3 ] {d905cafc-8067-44e1-86eb-96c3a30671ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 14022 | 2024.03.25 19:44:35.007584 [ 3 ] {d905cafc-8067-44e1-86eb-96c3a30671ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 14023 | 2024.03.25 19:44:35.007745 [ 3 ] {d905cafc-8067-44e1-86eb-96c3a30671ed} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14024 | 2024.03.25 19:44:35.008405 [ 3 ] {d905cafc-8067-44e1-86eb-96c3a30671ed} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14025 | 2024.03.25 19:44:35.008444 [ 3 ] {d905cafc-8067-44e1-86eb-96c3a30671ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 14026 | 2024.03.25 19:44:35.008898 [ 3 ] {d905cafc-8067-44e1-86eb-96c3a30671ed} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 14027 | 2024.03.25 19:44:35.009243 [ 3 ] {d905cafc-8067-44e1-86eb-96c3a30671ed} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14028 | 2024.03.25 19:44:35.009392 [ 3 ] {d905cafc-8067-44e1-86eb-96c3a30671ed} <Debug> executeQuery: Read 73 rows, 100.87 KiB in 0.002235 sec., 32662.19239373602 rows/sec., 44.08 MiB/sec. | ||
| 14029 | 2024.03.25 19:44:35.009407 [ 110 ] {} <Debug> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 14030 | 2024.03.25 19:44:35.009513 [ 110 ] {} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14031 | 2024.03.25 19:44:35.009551 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 14032 | 2024.03.25 19:44:35.009581 [ 3 ] {d905cafc-8067-44e1-86eb-96c3a30671ed} <Debug> DynamicQueryHandler: Done processing query | ||
| 14033 | 2024.03.25 19:44:35.009632 [ 3 ] {d905cafc-8067-44e1-86eb-96c3a30671ed} <Debug> MemoryTracker: Peak memory usage (for query): 4.61 MiB. | ||
| 14034 | 2024.03.25 19:44:35.009665 [ 3 ] {} <Debug> HTTP-Session: 57b2d593-9c3a-4db8-8b46-2d80838dac61 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14035 | 2024.03.25 19:44:35.009713 [ 200 ] {f3248554-e676-4912-a9d7-0b91932a1da6::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full | ||
| 14036 | 2024.03.25 19:44:35.009845 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14037 | 2024.03.25 19:44:35.009860 [ 200 ] {f3248554-e676-4912-a9d7-0b91932a1da6::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14038 | 2024.03.25 19:44:35.009906 [ 200 ] {f3248554-e676-4912-a9d7-0b91932a1da6::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 2760 rows starting from the beginning of the part | ||
| 14039 | 2024.03.25 19:44:35.009908 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 14040 | 2024.03.25 19:44:35.009944 [ 3 ] {} <Debug> HTTP-Session: 215d1dd5-6d1d-4423-8348-ba5dcd5dfe49 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 14041 | 2024.03.25 19:44:35.009972 [ 3 ] {} <Debug> HTTP-Session: 215d1dd5-6d1d-4423-8348-ba5dcd5dfe49 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14042 | 2024.03.25 19:44:35.009997 [ 3 ] {} <Debug> HTTP-Session: 215d1dd5-6d1d-4423-8348-ba5dcd5dfe49 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14043 | 2024.03.25 19:44:35.010027 [ 200 ] {f3248554-e676-4912-a9d7-0b91932a1da6::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 58 rows starting from the beginning of the part | ||
| 14044 | 2024.03.25 19:44:35.010117 [ 3 ] {} <Trace> HTTP-Session: 215d1dd5-6d1d-4423-8348-ba5dcd5dfe49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14045 | 2024.03.25 19:44:35.010489 [ 3 ] {5ea414c7-0f71-4fbd-8fbd-f38a82f7739b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 14046 | 2024.03.25 19:44:35.010509 [ 200 ] {f3248554-e676-4912-a9d7-0b91932a1da6::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 58 rows starting from the beginning of the part | ||
| 14047 | 2024.03.25 19:44:35.010605 [ 3 ] {5ea414c7-0f71-4fbd-8fbd-f38a82f7739b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14048 | 2024.03.25 19:44:35.010755 [ 200 ] {f3248554-e676-4912-a9d7-0b91932a1da6::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 67 rows starting from the beginning of the part | ||
| 14049 | 2024.03.25 19:44:35.011196 [ 200 ] {f3248554-e676-4912-a9d7-0b91932a1da6::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 71 rows starting from the beginning of the part | ||
| 14050 | 2024.03.25 19:44:35.011555 [ 200 ] {f3248554-e676-4912-a9d7-0b91932a1da6::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 73 rows starting from the beginning of the part | ||
| 14051 | 2024.03.25 19:44:35.011712 [ 3 ] {5ea414c7-0f71-4fbd-8fbd-f38a82f7739b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14052 | 2024.03.25 19:44:35.012374 [ 3 ] {5ea414c7-0f71-4fbd-8fbd-f38a82f7739b} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14053 | 2024.03.25 19:44:35.012415 [ 3 ] {5ea414c7-0f71-4fbd-8fbd-f38a82f7739b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 14054 | 2024.03.25 19:44:35.012830 [ 3 ] {5ea414c7-0f71-4fbd-8fbd-f38a82f7739b} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 14055 | 2024.03.25 19:44:35.013182 [ 3 ] {5ea414c7-0f71-4fbd-8fbd-f38a82f7739b} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14056 | 2024.03.25 19:44:35.013334 [ 3 ] {5ea414c7-0f71-4fbd-8fbd-f38a82f7739b} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.003012 sec., 9960.1593625498 rows/sec., 698.70 KiB/sec. | ||
| 14057 | 2024.03.25 19:44:35.013452 [ 3 ] {5ea414c7-0f71-4fbd-8fbd-f38a82f7739b} <Debug> DynamicQueryHandler: Done processing query | ||
| 14058 | 2024.03.25 19:44:35.013476 [ 3 ] {5ea414c7-0f71-4fbd-8fbd-f38a82f7739b} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 14059 | 2024.03.25 19:44:35.013492 [ 3 ] {} <Debug> HTTP-Session: 215d1dd5-6d1d-4423-8348-ba5dcd5dfe49 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14060 | 2024.03.25 19:44:35.018444 [ 193 ] {f3248554-e676-4912-a9d7-0b91932a1da6::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3087 rows, containing 6 columns (6 merged, 0 gathered) in 0.008801607 sec., 350731.40620798 rows/sec., 473.29 MiB/sec. | ||
| 14061 | 2024.03.25 19:44:35.020170 [ 189 ] {f3248554-e676-4912-a9d7-0b91932a1da6::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 14062 | 2024.03.25 19:44:35.020669 [ 189 ] {f3248554-e676-4912-a9d7-0b91932a1da6::all_1_56_11} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14063 | 2024.03.25 19:44:35.020764 [ 189 ] {f3248554-e676-4912-a9d7-0b91932a1da6::all_1_56_11} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 14064 | 2024.03.25 19:44:35.020876 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 16.72 MiB. | ||
| 14065 | 2024.03.25 19:44:36.616099 [ 146 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 14066 | 2024.03.25 19:44:36.616152 [ 146 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 14067 | 2024.03.25 19:44:37.031737 [ 157 ] {} <Debug> oximeter.measurements_i64 (5d25232c-0f0c-4db8-b19f-b4e74565cadd) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 14068 | 2024.03.25 19:44:37.031829 [ 157 ] {} <Trace> oximeter.measurements_i64 (5d25232c-0f0c-4db8-b19f-b4e74565cadd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14069 | 2024.03.25 19:44:37.031868 [ 157 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 14070 | 2024.03.25 19:44:37.032166 [ 187 ] {5d25232c-0f0c-4db8-b19f-b4e74565cadd::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 | ||
| 14071 | 2024.03.25 19:44:37.032454 [ 187 ] {5d25232c-0f0c-4db8-b19f-b4e74565cadd::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14072 | 2024.03.25 19:44:37.032522 [ 187 ] {5d25232c-0f0c-4db8-b19f-b4e74565cadd::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 15 rows starting from the beginning of the part | ||
| 14073 | 2024.03.25 19:44:37.032644 [ 187 ] {5d25232c-0f0c-4db8-b19f-b4e74565cadd::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 6 rows starting from the beginning of the part | ||
| 14074 | 2024.03.25 19:44:37.032907 [ 187 ] {5d25232c-0f0c-4db8-b19f-b4e74565cadd::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part | ||
| 14075 | 2024.03.25 19:44:37.033121 [ 187 ] {5d25232c-0f0c-4db8-b19f-b4e74565cadd::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 9 rows starting from the beginning of the part | ||
| 14076 | 2024.03.25 19:44:37.033268 [ 187 ] {5d25232c-0f0c-4db8-b19f-b4e74565cadd::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 | ||
| 14077 | 2024.03.25 19:44:37.034503 [ 193 ] {5d25232c-0f0c-4db8-b19f-b4e74565cadd::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 42 rows, containing 4 columns (4 merged, 0 gathered) in 0.002518622 sec., 16675.78540964067 rows/sec., 1.19 MiB/sec. | ||
| 14078 | 2024.03.25 19:44:37.034696 [ 193 ] {5d25232c-0f0c-4db8-b19f-b4e74565cadd::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 14079 | 2024.03.25 19:44:37.035214 [ 193 ] {5d25232c-0f0c-4db8-b19f-b4e74565cadd::all_1_5_1} <Trace> oximeter.measurements_i64 (5d25232c-0f0c-4db8-b19f-b4e74565cadd): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14080 | 2024.03.25 19:44:37.035320 [ 193 ] {5d25232c-0f0c-4db8-b19f-b4e74565cadd::all_1_5_1} <Trace> oximeter.measurements_i64 (5d25232c-0f0c-4db8-b19f-b4e74565cadd) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 14081 | 2024.03.25 19:44:37.035426 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 14082 | 2024.03.25 19:44:39.993474 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 3629, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14083 | 2024.03.25 19:44:39.993598 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 14084 | 2024.03.25 19:44:39.993624 [ 3 ] {} <Debug> HTTP-Session: 099cf837-c4a0-455e-bf0f-1b4b2359921b Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 14085 | 2024.03.25 19:44:39.993648 [ 3 ] {} <Debug> HTTP-Session: 099cf837-c4a0-455e-bf0f-1b4b2359921b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14086 | 2024.03.25 19:44:39.993663 [ 3 ] {} <Debug> HTTP-Session: 099cf837-c4a0-455e-bf0f-1b4b2359921b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14087 | 2024.03.25 19:44:39.993713 [ 3 ] {} <Trace> HTTP-Session: 099cf837-c4a0-455e-bf0f-1b4b2359921b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14088 | 2024.03.25 19:44:39.993838 [ 3 ] {73a87657-ac2d-4054-9848-9288f47c7144} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 14089 | 2024.03.25 19:44:39.993904 [ 3 ] {73a87657-ac2d-4054-9848-9288f47c7144} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14090 | 2024.03.25 19:44:39.994095 [ 3 ] {73a87657-ac2d-4054-9848-9288f47c7144} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14091 | 2024.03.25 19:44:39.994529 [ 3 ] {73a87657-ac2d-4054-9848-9288f47c7144} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14092 | 2024.03.25 19:44:39.994576 [ 3 ] {73a87657-ac2d-4054-9848-9288f47c7144} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 14093 | 2024.03.25 19:44:39.994979 [ 3 ] {73a87657-ac2d-4054-9848-9288f47c7144} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 14094 | 2024.03.25 19:44:39.995330 [ 3 ] {73a87657-ac2d-4054-9848-9288f47c7144} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14095 | 2024.03.25 19:44:39.995503 [ 3 ] {73a87657-ac2d-4054-9848-9288f47c7144} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.00172 sec., 15116.279069767443 rows/sec., 1.14 MiB/sec. | ||
| 14096 | 2024.03.25 19:44:39.995674 [ 3 ] {73a87657-ac2d-4054-9848-9288f47c7144} <Debug> DynamicQueryHandler: Done processing query | ||
| 14097 | 2024.03.25 19:44:39.995701 [ 3 ] {73a87657-ac2d-4054-9848-9288f47c7144} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 14098 | 2024.03.25 19:44:39.995732 [ 3 ] {} <Debug> HTTP-Session: 099cf837-c4a0-455e-bf0f-1b4b2359921b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14099 | 2024.03.25 19:44:39.995916 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4792, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14100 | 2024.03.25 19:44:39.995970 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 14101 | 2024.03.25 19:44:39.995990 [ 3 ] {} <Debug> HTTP-Session: 2f2ba875-283c-4848-922d-f8cd5dee5908 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 14102 | 2024.03.25 19:44:39.996008 [ 3 ] {} <Debug> HTTP-Session: 2f2ba875-283c-4848-922d-f8cd5dee5908 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14103 | 2024.03.25 19:44:39.996022 [ 3 ] {} <Debug> HTTP-Session: 2f2ba875-283c-4848-922d-f8cd5dee5908 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14104 | 2024.03.25 19:44:39.996058 [ 3 ] {} <Trace> HTTP-Session: 2f2ba875-283c-4848-922d-f8cd5dee5908 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14105 | 2024.03.25 19:44:39.996142 [ 3 ] {a3f72f80-22ad-45f6-af74-ecb5e8bc5582} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 14106 | 2024.03.25 19:44:39.996188 [ 3 ] {a3f72f80-22ad-45f6-af74-ecb5e8bc5582} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14107 | 2024.03.25 19:44:39.996323 [ 3 ] {a3f72f80-22ad-45f6-af74-ecb5e8bc5582} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14108 | 2024.03.25 19:44:39.996655 [ 3 ] {a3f72f80-22ad-45f6-af74-ecb5e8bc5582} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14109 | 2024.03.25 19:44:39.996692 [ 3 ] {a3f72f80-22ad-45f6-af74-ecb5e8bc5582} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 14110 | 2024.03.25 19:44:39.997014 [ 3 ] {a3f72f80-22ad-45f6-af74-ecb5e8bc5582} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 14111 | 2024.03.25 19:44:39.997336 [ 3 ] {a3f72f80-22ad-45f6-af74-ecb5e8bc5582} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14112 | 2024.03.25 19:44:39.997488 [ 3 ] {a3f72f80-22ad-45f6-af74-ecb5e8bc5582} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001379 sec., 20304.568527918782 rows/sec., 1.58 MiB/sec. | ||
| 14113 | 2024.03.25 19:44:39.997608 [ 3 ] {a3f72f80-22ad-45f6-af74-ecb5e8bc5582} <Debug> DynamicQueryHandler: Done processing query | ||
| 14114 | 2024.03.25 19:44:39.997632 [ 3 ] {a3f72f80-22ad-45f6-af74-ecb5e8bc5582} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 14115 | 2024.03.25 19:44:39.997648 [ 3 ] {} <Debug> HTTP-Session: 2f2ba875-283c-4848-922d-f8cd5dee5908 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14116 | 2024.03.25 19:44:39.997833 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 19137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14117 | 2024.03.25 19:44:39.997883 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 14118 | 2024.03.25 19:44:39.997901 [ 3 ] {} <Debug> HTTP-Session: 3a65d868-7e48-47f0-b951-1b09b1e60f9f Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 14119 | 2024.03.25 19:44:39.997919 [ 3 ] {} <Debug> HTTP-Session: 3a65d868-7e48-47f0-b951-1b09b1e60f9f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14120 | 2024.03.25 19:44:39.997932 [ 3 ] {} <Debug> HTTP-Session: 3a65d868-7e48-47f0-b951-1b09b1e60f9f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14121 | 2024.03.25 19:44:39.997964 [ 3 ] {} <Trace> HTTP-Session: 3a65d868-7e48-47f0-b951-1b09b1e60f9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14122 | 2024.03.25 19:44:39.998069 [ 3 ] {60251714-3cb7-48a0-bb88-2c33e4f82629} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 14123 | 2024.03.25 19:44:39.998116 [ 3 ] {60251714-3cb7-48a0-bb88-2c33e4f82629} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14124 | 2024.03.25 19:44:39.998263 [ 3 ] {60251714-3cb7-48a0-bb88-2c33e4f82629} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14125 | 2024.03.25 19:44:39.998769 [ 3 ] {60251714-3cb7-48a0-bb88-2c33e4f82629} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14126 | 2024.03.25 19:44:39.998807 [ 3 ] {60251714-3cb7-48a0-bb88-2c33e4f82629} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 14127 | 2024.03.25 19:44:39.999207 [ 3 ] {60251714-3cb7-48a0-bb88-2c33e4f82629} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 14128 | 2024.03.25 19:44:39.999570 [ 3 ] {60251714-3cb7-48a0-bb88-2c33e4f82629} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14129 | 2024.03.25 19:44:39.999744 [ 3 ] {60251714-3cb7-48a0-bb88-2c33e4f82629} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001724 sec., 58004.640371229696 rows/sec., 4.02 MiB/sec. | ||
| 14130 | 2024.03.25 19:44:39.999942 [ 3 ] {60251714-3cb7-48a0-bb88-2c33e4f82629} <Debug> DynamicQueryHandler: Done processing query | ||
| 14131 | 2024.03.25 19:44:39.999967 [ 3 ] {60251714-3cb7-48a0-bb88-2c33e4f82629} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
| 14132 | 2024.03.25 19:44:40.000004 [ 3 ] {} <Debug> HTTP-Session: 3a65d868-7e48-47f0-b951-1b09b1e60f9f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14133 | 2024.03.25 19:44:40.000334 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14134 | 2024.03.25 19:44:40.000546 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 14135 | 2024.03.25 19:44:40.000637 [ 3 ] {} <Debug> HTTP-Session: 18674caf-6c8c-4c12-b4a2-f5955827906f Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 14136 | 2024.03.25 19:44:40.000672 [ 3 ] {} <Debug> HTTP-Session: 18674caf-6c8c-4c12-b4a2-f5955827906f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14137 | 2024.03.25 19:44:40.000732 [ 3 ] {} <Debug> HTTP-Session: 18674caf-6c8c-4c12-b4a2-f5955827906f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14138 | 2024.03.25 19:44:40.000819 [ 3 ] {} <Trace> HTTP-Session: 18674caf-6c8c-4c12-b4a2-f5955827906f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14139 | 2024.03.25 19:44:40.000905 [ 3 ] {43ae4db3-2c5a-4d08-a212-ad176f904a47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 14140 | 2024.03.25 19:44:40.000951 [ 3 ] {43ae4db3-2c5a-4d08-a212-ad176f904a47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14141 | 2024.03.25 19:44:40.001092 [ 3 ] {43ae4db3-2c5a-4d08-a212-ad176f904a47} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14142 | 2024.03.25 19:44:40.001390 [ 3 ] {43ae4db3-2c5a-4d08-a212-ad176f904a47} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14143 | 2024.03.25 19:44:40.001427 [ 3 ] {43ae4db3-2c5a-4d08-a212-ad176f904a47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 14144 | 2024.03.25 19:44:40.001799 [ 3 ] {43ae4db3-2c5a-4d08-a212-ad176f904a47} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 14145 | 2024.03.25 19:44:40.002132 [ 3 ] {43ae4db3-2c5a-4d08-a212-ad176f904a47} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14146 | 2024.03.25 19:44:40.002256 [ 3 ] {43ae4db3-2c5a-4d08-a212-ad176f904a47} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001388 sec., 21613.83285302594 rows/sec., 1.48 MiB/sec. | ||
| 14147 | 2024.03.25 19:44:40.002384 [ 3 ] {43ae4db3-2c5a-4d08-a212-ad176f904a47} <Debug> DynamicQueryHandler: Done processing query | ||
| 14148 | 2024.03.25 19:44:40.002409 [ 3 ] {43ae4db3-2c5a-4d08-a212-ad176f904a47} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 14149 | 2024.03.25 19:44:40.002424 [ 3 ] {} <Debug> HTTP-Session: 18674caf-6c8c-4c12-b4a2-f5955827906f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14150 | 2024.03.25 19:44:44.999173 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 11671, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14151 | 2024.03.25 19:44:44.999362 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 14152 | 2024.03.25 19:44:44.999407 [ 3 ] {} <Debug> HTTP-Session: 36f8f38a-cee8-4072-acba-a4067276530a Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 14153 | 2024.03.25 19:44:44.999448 [ 3 ] {} <Debug> HTTP-Session: 36f8f38a-cee8-4072-acba-a4067276530a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14154 | 2024.03.25 19:44:44.999477 [ 3 ] {} <Debug> HTTP-Session: 36f8f38a-cee8-4072-acba-a4067276530a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14155 | 2024.03.25 19:44:44.999557 [ 3 ] {} <Trace> HTTP-Session: 36f8f38a-cee8-4072-acba-a4067276530a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14156 | 2024.03.25 19:44:44.999783 [ 3 ] {11179fca-a128-4387-a01f-f66032becb7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 14157 | 2024.03.25 19:44:44.999888 [ 3 ] {11179fca-a128-4387-a01f-f66032becb7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 14158 | 2024.03.25 19:44:45.000168 [ 3 ] {11179fca-a128-4387-a01f-f66032becb7b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14159 | 2024.03.25 19:44:45.000178 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 211.45 MiB, peak 226.48 MiB, free memory in arenas 0.00 B, will set to 210.44 MiB (RSS), difference: -1.00 MiB | ||
| 14160 | 2024.03.25 19:44:45.000884 [ 3 ] {11179fca-a128-4387-a01f-f66032becb7b} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14161 | 2024.03.25 19:44:45.000938 [ 3 ] {11179fca-a128-4387-a01f-f66032becb7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 14162 | 2024.03.25 19:44:45.001335 [ 3 ] {11179fca-a128-4387-a01f-f66032becb7b} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 14163 | 2024.03.25 19:44:45.001691 [ 3 ] {11179fca-a128-4387-a01f-f66032becb7b} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14164 | 2024.03.25 19:44:45.001863 [ 3 ] {11179fca-a128-4387-a01f-f66032becb7b} <Debug> executeQuery: Read 81 rows, 6.57 KiB in 0.002201 sec., 36801.45388459791 rows/sec., 2.91 MiB/sec. | ||
| 14165 | 2024.03.25 19:44:45.001880 [ 98 ] {} <Debug> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108) (MergerMutator): Selected 6 parts from all_1_52_12 to all_57_57_0 | ||
| 14166 | 2024.03.25 19:44:45.001991 [ 98 ] {} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14167 | 2024.03.25 19:44:45.002041 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 14168 | 2024.03.25 19:44:45.002078 [ 3 ] {11179fca-a128-4387-a01f-f66032becb7b} <Debug> DynamicQueryHandler: Done processing query | ||
| 14169 | 2024.03.25 19:44:45.002139 [ 3 ] {11179fca-a128-4387-a01f-f66032becb7b} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 14170 | 2024.03.25 19:44:45.002198 [ 3 ] {} <Debug> HTTP-Session: 36f8f38a-cee8-4072-acba-a4067276530a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14171 | 2024.03.25 19:44:45.002345 [ 192 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_57_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_52_12 to all_57_57_0 into Compact with storage Full | ||
| 14172 | 2024.03.25 19:44:45.002632 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 41788, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14173 | 2024.03.25 19:44:45.002829 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 14174 | 2024.03.25 19:44:45.002934 [ 3 ] {} <Debug> HTTP-Session: 9c8c5911-edc4-4db0-a9e7-fefaa5ad6e47 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 14175 | 2024.03.25 19:44:45.003013 [ 192 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_57_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14176 | 2024.03.25 19:44:45.003025 [ 3 ] {} <Debug> HTTP-Session: 9c8c5911-edc4-4db0-a9e7-fefaa5ad6e47 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14177 | 2024.03.25 19:44:45.003112 [ 3 ] {} <Debug> HTTP-Session: 9c8c5911-edc4-4db0-a9e7-fefaa5ad6e47 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14178 | 2024.03.25 19:44:45.003146 [ 192 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_57_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_52_12, total 58 rows starting from the beginning of the part | ||
| 14179 | 2024.03.25 19:44:45.003251 [ 3 ] {} <Trace> HTTP-Session: 9c8c5911-edc4-4db0-a9e7-fefaa5ad6e47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14180 | 2024.03.25 19:44:45.003490 [ 192 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_57_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 58 rows starting from the beginning of the part | ||
| 14181 | 2024.03.25 19:44:45.003700 [ 192 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_57_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 67 rows starting from the beginning of the part | ||
| 14182 | 2024.03.25 19:44:45.003717 [ 3 ] {c620640d-f5a2-4067-9d02-e4e29b157908} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 14183 | 2024.03.25 19:44:45.003899 [ 3 ] {c620640d-f5a2-4067-9d02-e4e29b157908} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14184 | 2024.03.25 19:44:45.004032 [ 192 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_57_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 71 rows starting from the beginning of the part | ||
| 14185 | 2024.03.25 19:44:45.004367 [ 192 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_57_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 73 rows starting from the beginning of the part | ||
| 14186 | 2024.03.25 19:44:45.004740 [ 192 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_57_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 81 rows starting from the beginning of the part | ||
| 14187 | 2024.03.25 19:44:45.005230 [ 3 ] {c620640d-f5a2-4067-9d02-e4e29b157908} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14188 | 2024.03.25 19:44:45.006047 [ 3 ] {c620640d-f5a2-4067-9d02-e4e29b157908} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14189 | 2024.03.25 19:44:45.006093 [ 3 ] {c620640d-f5a2-4067-9d02-e4e29b157908} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 14190 | 2024.03.25 19:44:45.006545 [ 191 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_57_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 408 rows, containing 4 columns (4 merged, 0 gathered) in 0.004416489 sec., 92381.07465002176 rows/sec., 7.31 MiB/sec. | ||
| 14191 | 2024.03.25 19:44:45.006635 [ 3 ] {c620640d-f5a2-4067-9d02-e4e29b157908} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 14192 | 2024.03.25 19:44:45.006779 [ 191 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_57_13} <Trace> MergedBlockOutputStream: filled checksums all_1_57_13 (state Temporary) | ||
| 14193 | 2024.03.25 19:44:45.007488 [ 3 ] {c620640d-f5a2-4067-9d02-e4e29b157908} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14194 | 2024.03.25 19:44:45.007776 [ 3 ] {c620640d-f5a2-4067-9d02-e4e29b157908} <Debug> executeQuery: Read 269 rows, 25.40 KiB in 0.004281 sec., 62835.7860313011 rows/sec., 5.79 MiB/sec. | ||
| 14195 | 2024.03.25 19:44:45.007797 [ 191 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_57_13} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Renaming temporary part tmp_merge_all_1_57_13 to all_1_57_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14196 | 2024.03.25 19:44:45.008021 [ 191 ] {42d3922e-7bec-41fe-a5b0-8a336851b108::all_1_57_13} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108) (MergerMutator): Merged 6 parts: [all_1_52_12, all_57_57_0] -> all_1_57_13 | ||
| 14197 | 2024.03.25 19:44:45.008037 [ 3 ] {c620640d-f5a2-4067-9d02-e4e29b157908} <Debug> DynamicQueryHandler: Done processing query | ||
| 14198 | 2024.03.25 19:44:45.008077 [ 3 ] {c620640d-f5a2-4067-9d02-e4e29b157908} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
| 14199 | 2024.03.25 19:44:45.008126 [ 3 ] {} <Debug> HTTP-Session: 9c8c5911-edc4-4db0-a9e7-fefaa5ad6e47 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14200 | 2024.03.25 19:44:45.008189 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 14201 | 2024.03.25 19:44:45.008329 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 20048, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14202 | 2024.03.25 19:44:45.008390 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 14203 | 2024.03.25 19:44:45.008409 [ 3 ] {} <Debug> HTTP-Session: bbc5034d-09db-4961-9899-eafa2bfcab7b Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 14204 | 2024.03.25 19:44:45.008427 [ 3 ] {} <Debug> HTTP-Session: bbc5034d-09db-4961-9899-eafa2bfcab7b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14205 | 2024.03.25 19:44:45.008442 [ 3 ] {} <Debug> HTTP-Session: bbc5034d-09db-4961-9899-eafa2bfcab7b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14206 | 2024.03.25 19:44:45.008484 [ 3 ] {} <Trace> HTTP-Session: bbc5034d-09db-4961-9899-eafa2bfcab7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14207 | 2024.03.25 19:44:45.008610 [ 3 ] {18f349b7-88fd-40d9-b948-ac6f8e2e1c65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 14208 | 2024.03.25 19:44:45.008653 [ 3 ] {18f349b7-88fd-40d9-b948-ac6f8e2e1c65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14209 | 2024.03.25 19:44:45.008802 [ 3 ] {18f349b7-88fd-40d9-b948-ac6f8e2e1c65} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14210 | 2024.03.25 19:44:45.009228 [ 3 ] {18f349b7-88fd-40d9-b948-ac6f8e2e1c65} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14211 | 2024.03.25 19:44:45.009265 [ 3 ] {18f349b7-88fd-40d9-b948-ac6f8e2e1c65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 14212 | 2024.03.25 19:44:45.009588 [ 3 ] {18f349b7-88fd-40d9-b948-ac6f8e2e1c65} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 14213 | 2024.03.25 19:44:45.009903 [ 3 ] {18f349b7-88fd-40d9-b948-ac6f8e2e1c65} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14214 | 2024.03.25 19:44:45.010061 [ 3 ] {18f349b7-88fd-40d9-b948-ac6f8e2e1c65} <Debug> executeQuery: Read 118 rows, 9.45 KiB in 0.001528 sec., 77225.13089005236 rows/sec., 6.04 MiB/sec. | ||
| 14215 | 2024.03.25 19:44:45.010262 [ 3 ] {18f349b7-88fd-40d9-b948-ac6f8e2e1c65} <Debug> DynamicQueryHandler: Done processing query | ||
| 14216 | 2024.03.25 19:44:45.010288 [ 3 ] {18f349b7-88fd-40d9-b948-ac6f8e2e1c65} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
| 14217 | 2024.03.25 19:44:45.010333 [ 3 ] {} <Debug> HTTP-Session: bbc5034d-09db-4961-9899-eafa2bfcab7b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14218 | 2024.03.25 19:44:45.010579 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 19137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14219 | 2024.03.25 19:44:45.010671 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 14220 | 2024.03.25 19:44:45.010695 [ 3 ] {} <Debug> HTTP-Session: ee212482-9ef9-415a-8cd0-0d6f17630bf7 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 14221 | 2024.03.25 19:44:45.010712 [ 3 ] {} <Debug> HTTP-Session: ee212482-9ef9-415a-8cd0-0d6f17630bf7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14222 | 2024.03.25 19:44:45.010726 [ 3 ] {} <Debug> HTTP-Session: ee212482-9ef9-415a-8cd0-0d6f17630bf7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14223 | 2024.03.25 19:44:45.010759 [ 3 ] {} <Trace> HTTP-Session: ee212482-9ef9-415a-8cd0-0d6f17630bf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14224 | 2024.03.25 19:44:45.010868 [ 3 ] {efce9cce-8a36-4c15-9ed5-854f011558bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 14225 | 2024.03.25 19:44:45.010914 [ 3 ] {efce9cce-8a36-4c15-9ed5-854f011558bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14226 | 2024.03.25 19:44:45.011082 [ 3 ] {efce9cce-8a36-4c15-9ed5-854f011558bd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14227 | 2024.03.25 19:44:45.011442 [ 3 ] {efce9cce-8a36-4c15-9ed5-854f011558bd} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14228 | 2024.03.25 19:44:45.011480 [ 3 ] {efce9cce-8a36-4c15-9ed5-854f011558bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 14229 | 2024.03.25 19:44:45.011871 [ 3 ] {efce9cce-8a36-4c15-9ed5-854f011558bd} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 14230 | 2024.03.25 19:44:45.012205 [ 3 ] {efce9cce-8a36-4c15-9ed5-854f011558bd} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14231 | 2024.03.25 19:44:45.012362 [ 3 ] {efce9cce-8a36-4c15-9ed5-854f011558bd} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001551 sec., 64474.53255963894 rows/sec., 4.47 MiB/sec. | ||
| 14232 | 2024.03.25 19:44:45.012577 [ 3 ] {efce9cce-8a36-4c15-9ed5-854f011558bd} <Debug> DynamicQueryHandler: Done processing query | ||
| 14233 | 2024.03.25 19:44:45.012602 [ 3 ] {efce9cce-8a36-4c15-9ed5-854f011558bd} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
| 14234 | 2024.03.25 19:44:45.012644 [ 3 ] {} <Debug> HTTP-Session: ee212482-9ef9-415a-8cd0-0d6f17630bf7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14235 | 2024.03.25 19:44:45.012891 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 86629, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14236 | 2024.03.25 19:44:45.012941 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 14237 | 2024.03.25 19:44:45.012960 [ 3 ] {} <Debug> HTTP-Session: eb8bd695-4120-436e-bb5d-9da017f4986a Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 14238 | 2024.03.25 19:44:45.012977 [ 3 ] {} <Debug> HTTP-Session: eb8bd695-4120-436e-bb5d-9da017f4986a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14239 | 2024.03.25 19:44:45.012990 [ 3 ] {} <Debug> HTTP-Session: eb8bd695-4120-436e-bb5d-9da017f4986a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14240 | 2024.03.25 19:44:45.013022 [ 3 ] {} <Trace> HTTP-Session: eb8bd695-4120-436e-bb5d-9da017f4986a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14241 | 2024.03.25 19:44:45.013491 [ 3 ] {768faf89-b180-487a-978e-d93039d9d551} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 14242 | 2024.03.25 19:44:45.013541 [ 3 ] {768faf89-b180-487a-978e-d93039d9d551} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 14243 | 2024.03.25 19:44:45.013724 [ 3 ] {768faf89-b180-487a-978e-d93039d9d551} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14244 | 2024.03.25 19:44:45.014516 [ 3 ] {768faf89-b180-487a-978e-d93039d9d551} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14245 | 2024.03.25 19:44:45.014552 [ 3 ] {768faf89-b180-487a-978e-d93039d9d551} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 14246 | 2024.03.25 19:44:45.014996 [ 3 ] {768faf89-b180-487a-978e-d93039d9d551} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 14247 | 2024.03.25 19:44:45.015347 [ 3 ] {768faf89-b180-487a-978e-d93039d9d551} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14248 | 2024.03.25 19:44:45.015504 [ 3 ] {768faf89-b180-487a-978e-d93039d9d551} <Debug> executeQuery: Read 81 rows, 111.93 KiB in 0.002398 sec., 33778.14845704754 rows/sec., 45.58 MiB/sec. | ||
| 14249 | 2024.03.25 19:44:45.015630 [ 3 ] {768faf89-b180-487a-978e-d93039d9d551} <Debug> DynamicQueryHandler: Done processing query | ||
| 14250 | 2024.03.25 19:44:45.015654 [ 3 ] {768faf89-b180-487a-978e-d93039d9d551} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB. | ||
| 14251 | 2024.03.25 19:44:45.015670 [ 3 ] {} <Debug> HTTP-Session: eb8bd695-4120-436e-bb5d-9da017f4986a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14252 | 2024.03.25 19:44:45.015824 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 1452, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14253 | 2024.03.25 19:44:45.015871 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 14254 | 2024.03.25 19:44:45.015889 [ 3 ] {} <Debug> HTTP-Session: 7c15db94-17e5-4d76-a895-2d1d94b25c01 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 14255 | 2024.03.25 19:44:45.015906 [ 3 ] {} <Debug> HTTP-Session: 7c15db94-17e5-4d76-a895-2d1d94b25c01 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14256 | 2024.03.25 19:44:45.015920 [ 3 ] {} <Debug> HTTP-Session: 7c15db94-17e5-4d76-a895-2d1d94b25c01 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14257 | 2024.03.25 19:44:45.015951 [ 3 ] {} <Trace> HTTP-Session: 7c15db94-17e5-4d76-a895-2d1d94b25c01 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14258 | 2024.03.25 19:44:45.016017 [ 3 ] {7503b555-95ce-40cd-8a23-461e0a27f9e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 14259 | 2024.03.25 19:44:45.016085 [ 3 ] {7503b555-95ce-40cd-8a23-461e0a27f9e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 14260 | 2024.03.25 19:44:45.016210 [ 3 ] {7503b555-95ce-40cd-8a23-461e0a27f9e3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14261 | 2024.03.25 19:44:45.016481 [ 3 ] {7503b555-95ce-40cd-8a23-461e0a27f9e3} <Trace> oximeter.measurements_i64 (5d25232c-0f0c-4db8-b19f-b4e74565cadd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14262 | 2024.03.25 19:44:45.016518 [ 3 ] {7503b555-95ce-40cd-8a23-461e0a27f9e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 14263 | 2024.03.25 19:44:45.016868 [ 3 ] {7503b555-95ce-40cd-8a23-461e0a27f9e3} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 14264 | 2024.03.25 19:44:45.017191 [ 3 ] {7503b555-95ce-40cd-8a23-461e0a27f9e3} <Trace> oximeter.measurements_i64 (5d25232c-0f0c-4db8-b19f-b4e74565cadd): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14265 | 2024.03.25 19:44:45.017343 [ 3 ] {7503b555-95ce-40cd-8a23-461e0a27f9e3} <Debug> executeQuery: Read 9 rows, 651.00 B in 0.001349 sec., 6671.608598962194 rows/sec., 471.27 KiB/sec. | ||
| 14266 | 2024.03.25 19:44:45.017467 [ 3 ] {7503b555-95ce-40cd-8a23-461e0a27f9e3} <Debug> DynamicQueryHandler: Done processing query | ||
| 14267 | 2024.03.25 19:44:45.017493 [ 3 ] {7503b555-95ce-40cd-8a23-461e0a27f9e3} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 14268 | 2024.03.25 19:44:45.017508 [ 3 ] {} <Debug> HTTP-Session: 7c15db94-17e5-4d76-a895-2d1d94b25c01 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14269 | 2024.03.25 19:44:45.017620 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14270 | 2024.03.25 19:44:45.017692 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 14271 | 2024.03.25 19:44:45.017712 [ 3 ] {} <Debug> HTTP-Session: 73381503-c067-44c4-b5ff-981b8e1185c0 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 14272 | 2024.03.25 19:44:45.017728 [ 3 ] {} <Debug> HTTP-Session: 73381503-c067-44c4-b5ff-981b8e1185c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14273 | 2024.03.25 19:44:45.017742 [ 3 ] {} <Debug> HTTP-Session: 73381503-c067-44c4-b5ff-981b8e1185c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14274 | 2024.03.25 19:44:45.017773 [ 3 ] {} <Trace> HTTP-Session: 73381503-c067-44c4-b5ff-981b8e1185c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14275 | 2024.03.25 19:44:45.017844 [ 3 ] {8bbd1763-743a-4e5e-9142-8a88e46bdc21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 14276 | 2024.03.25 19:44:45.017887 [ 3 ] {8bbd1763-743a-4e5e-9142-8a88e46bdc21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14277 | 2024.03.25 19:44:45.018013 [ 3 ] {8bbd1763-743a-4e5e-9142-8a88e46bdc21} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14278 | 2024.03.25 19:44:45.018277 [ 3 ] {8bbd1763-743a-4e5e-9142-8a88e46bdc21} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14279 | 2024.03.25 19:44:45.018312 [ 3 ] {8bbd1763-743a-4e5e-9142-8a88e46bdc21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 14280 | 2024.03.25 19:44:45.018661 [ 3 ] {8bbd1763-743a-4e5e-9142-8a88e46bdc21} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 14281 | 2024.03.25 19:44:45.018981 [ 3 ] {8bbd1763-743a-4e5e-9142-8a88e46bdc21} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14282 | 2024.03.25 19:44:45.019128 [ 3 ] {8bbd1763-743a-4e5e-9142-8a88e46bdc21} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001309 sec., 22918.25821237586 rows/sec., 1.57 MiB/sec. | ||
| 14283 | 2024.03.25 19:44:45.019245 [ 3 ] {8bbd1763-743a-4e5e-9142-8a88e46bdc21} <Debug> DynamicQueryHandler: Done processing query | ||
| 14284 | 2024.03.25 19:44:45.019269 [ 3 ] {8bbd1763-743a-4e5e-9142-8a88e46bdc21} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 14285 | 2024.03.25 19:44:45.019283 [ 3 ] {} <Debug> HTTP-Session: 73381503-c067-44c4-b5ff-981b8e1185c0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14286 | 2024.03.25 19:44:49.994026 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 3629, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14287 | 2024.03.25 19:44:49.994163 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 14288 | 2024.03.25 19:44:49.994192 [ 3 ] {} <Debug> HTTP-Session: faddfa9c-bedd-4d85-a726-18d240b4ff5f Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 14289 | 2024.03.25 19:44:49.994221 [ 3 ] {} <Debug> HTTP-Session: faddfa9c-bedd-4d85-a726-18d240b4ff5f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14290 | 2024.03.25 19:44:49.994237 [ 3 ] {} <Debug> HTTP-Session: faddfa9c-bedd-4d85-a726-18d240b4ff5f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14291 | 2024.03.25 19:44:49.994287 [ 3 ] {} <Trace> HTTP-Session: faddfa9c-bedd-4d85-a726-18d240b4ff5f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14292 | 2024.03.25 19:44:49.994413 [ 3 ] {1d1d9aaf-5482-4f4e-8ef7-ebe399dd2688} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 14293 | 2024.03.25 19:44:49.994479 [ 3 ] {1d1d9aaf-5482-4f4e-8ef7-ebe399dd2688} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14294 | 2024.03.25 19:44:49.994671 [ 3 ] {1d1d9aaf-5482-4f4e-8ef7-ebe399dd2688} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14295 | 2024.03.25 19:44:49.995040 [ 3 ] {1d1d9aaf-5482-4f4e-8ef7-ebe399dd2688} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14296 | 2024.03.25 19:44:49.995088 [ 3 ] {1d1d9aaf-5482-4f4e-8ef7-ebe399dd2688} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 14297 | 2024.03.25 19:44:49.995478 [ 3 ] {1d1d9aaf-5482-4f4e-8ef7-ebe399dd2688} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 14298 | 2024.03.25 19:44:49.995826 [ 3 ] {1d1d9aaf-5482-4f4e-8ef7-ebe399dd2688} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14299 | 2024.03.25 19:44:49.996007 [ 3 ] {1d1d9aaf-5482-4f4e-8ef7-ebe399dd2688} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.00165 sec., 15757.575757575758 rows/sec., 1.19 MiB/sec. | ||
| 14300 | 2024.03.25 19:44:49.996017 [ 102 ] {} <Debug> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
| 14301 | 2024.03.25 19:44:49.996120 [ 102 ] {} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14302 | 2024.03.25 19:44:49.996163 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 14303 | 2024.03.25 19:44:49.996231 [ 3 ] {1d1d9aaf-5482-4f4e-8ef7-ebe399dd2688} <Debug> DynamicQueryHandler: Done processing query | ||
| 14304 | 2024.03.25 19:44:49.996285 [ 3 ] {1d1d9aaf-5482-4f4e-8ef7-ebe399dd2688} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 14305 | 2024.03.25 19:44:49.996342 [ 3 ] {} <Debug> HTTP-Session: faddfa9c-bedd-4d85-a726-18d240b4ff5f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14306 | 2024.03.25 19:44:49.996395 [ 186 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_116_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full | ||
| 14307 | 2024.03.25 19:44:49.996556 [ 186 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14308 | 2024.03.25 19:44:49.996615 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4792, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14309 | 2024.03.25 19:44:49.996624 [ 186 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 280 rows starting from the beginning of the part | ||
| 14310 | 2024.03.25 19:44:49.996702 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 14311 | 2024.03.25 19:44:49.996757 [ 3 ] {} <Debug> HTTP-Session: 009dbc27-feaa-4d40-ac3e-57144b685153 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 14312 | 2024.03.25 19:44:49.996829 [ 3 ] {} <Debug> HTTP-Session: 009dbc27-feaa-4d40-ac3e-57144b685153 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14313 | 2024.03.25 19:44:49.996841 [ 186 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 63 rows starting from the beginning of the part | ||
| 14314 | 2024.03.25 19:44:49.996893 [ 3 ] {} <Debug> HTTP-Session: 009dbc27-feaa-4d40-ac3e-57144b685153 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14315 | 2024.03.25 19:44:49.997073 [ 3 ] {} <Trace> HTTP-Session: 009dbc27-feaa-4d40-ac3e-57144b685153 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14316 | 2024.03.25 19:44:49.997212 [ 186 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 245 rows starting from the beginning of the part | ||
| 14317 | 2024.03.25 19:44:49.997532 [ 186 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 26 rows starting from the beginning of the part | ||
| 14318 | 2024.03.25 19:44:49.997680 [ 3 ] {9f88334f-323a-42c9-b344-85b2540fe8ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 14319 | 2024.03.25 19:44:49.997756 [ 186 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 269 rows starting from the beginning of the part | ||
| 14320 | 2024.03.25 19:44:49.997885 [ 3 ] {9f88334f-323a-42c9-b344-85b2540fe8ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14321 | 2024.03.25 19:44:49.998102 [ 186 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 26 rows starting from the beginning of the part | ||
| 14322 | 2024.03.25 19:44:49.998808 [ 3 ] {9f88334f-323a-42c9-b344-85b2540fe8ec} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14323 | 2024.03.25 19:44:49.999566 [ 3 ] {9f88334f-323a-42c9-b344-85b2540fe8ec} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14324 | 2024.03.25 19:44:49.999629 [ 3 ] {9f88334f-323a-42c9-b344-85b2540fe8ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 14325 | 2024.03.25 19:44:50.000226 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 214.77 MiB, peak 226.48 MiB, free memory in arenas 0.00 B, will set to 210.44 MiB (RSS), difference: -4.33 MiB | ||
| 14326 | 2024.03.25 19:44:50.000761 [ 3 ] {9f88334f-323a-42c9-b344-85b2540fe8ec} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 14327 | 2024.03.25 19:44:50.001687 [ 186 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 909 rows, containing 4 columns (4 merged, 0 gathered) in 0.005437764 sec., 167164.29767823685 rows/sec., 14.98 MiB/sec. | ||
| 14328 | 2024.03.25 19:44:50.001826 [ 3 ] {9f88334f-323a-42c9-b344-85b2540fe8ec} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14329 | 2024.03.25 19:44:50.001914 [ 186 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
| 14330 | 2024.03.25 19:44:50.002081 [ 102 ] {} <Debug> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
| 14331 | 2024.03.25 19:44:50.002136 [ 3 ] {9f88334f-323a-42c9-b344-85b2540fe8ec} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.004648 sec., 6024.096385542169 rows/sec., 481.14 KiB/sec. | ||
| 14332 | 2024.03.25 19:44:50.002169 [ 102 ] {} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14333 | 2024.03.25 19:44:50.002266 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 14334 | 2024.03.25 19:44:50.002825 [ 3 ] {9f88334f-323a-42c9-b344-85b2540fe8ec} <Debug> DynamicQueryHandler: Done processing query | ||
| 14335 | 2024.03.25 19:44:50.002907 [ 3 ] {9f88334f-323a-42c9-b344-85b2540fe8ec} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 14336 | 2024.03.25 19:44:50.002915 [ 192 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_116_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full | ||
| 14337 | 2024.03.25 19:44:50.002962 [ 3 ] {} <Debug> HTTP-Session: 009dbc27-feaa-4d40-ac3e-57144b685153 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14338 | 2024.03.25 19:44:50.003269 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 19137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14339 | 2024.03.25 19:44:50.003459 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 14340 | 2024.03.25 19:44:50.003627 [ 3 ] {} <Debug> HTTP-Session: 2585c4ab-ebb9-40e7-bd08-aeec79eb7b21 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 14341 | 2024.03.25 19:44:50.003642 [ 192 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14342 | 2024.03.25 19:44:50.003769 [ 3 ] {} <Debug> HTTP-Session: 2585c4ab-ebb9-40e7-bd08-aeec79eb7b21 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14343 | 2024.03.25 19:44:50.003783 [ 196 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_116_23} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14344 | 2024.03.25 19:44:50.003842 [ 192 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 154 rows starting from the beginning of the part | ||
| 14345 | 2024.03.25 19:44:50.003886 [ 3 ] {} <Debug> HTTP-Session: 2585c4ab-ebb9-40e7-bd08-aeec79eb7b21 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14346 | 2024.03.25 19:44:50.004191 [ 3 ] {} <Trace> HTTP-Session: 2585c4ab-ebb9-40e7-bd08-aeec79eb7b21 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14347 | 2024.03.25 19:44:50.004445 [ 192 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 54 rows starting from the beginning of the part | ||
| 14348 | 2024.03.25 19:44:50.004872 [ 3 ] {d4f7a3a8-e9b3-4681-b5c4-ef714587392b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 14349 | 2024.03.25 19:44:50.004965 [ 196 ] {a609da26-9547-4010-b5e4-b86b75f1cb45::all_1_116_23} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
| 14350 | 2024.03.25 19:44:50.005233 [ 3 ] {d4f7a3a8-e9b3-4681-b5c4-ef714587392b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14351 | 2024.03.25 19:44:50.005374 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
| 14352 | 2024.03.25 19:44:50.005626 [ 192 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 101 rows starting from the beginning of the part | ||
| 14353 | 2024.03.25 19:44:50.006177 [ 192 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 28 rows starting from the beginning of the part | ||
| 14354 | 2024.03.25 19:44:50.006705 [ 192 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 118 rows starting from the beginning of the part | ||
| 14355 | 2024.03.25 19:44:50.006927 [ 192 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 28 rows starting from the beginning of the part | ||
| 14356 | 2024.03.25 19:44:50.006949 [ 3 ] {d4f7a3a8-e9b3-4681-b5c4-ef714587392b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14357 | 2024.03.25 19:44:50.007808 [ 3 ] {d4f7a3a8-e9b3-4681-b5c4-ef714587392b} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14358 | 2024.03.25 19:44:50.007850 [ 3 ] {d4f7a3a8-e9b3-4681-b5c4-ef714587392b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 14359 | 2024.03.25 19:44:50.008446 [ 3 ] {d4f7a3a8-e9b3-4681-b5c4-ef714587392b} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 14360 | 2024.03.25 19:44:50.008654 [ 201 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 483 rows, containing 4 columns (4 merged, 0 gathered) in 0.006206513 sec., 77821.4756015173 rows/sec., 6.08 MiB/sec. | ||
| 14361 | 2024.03.25 19:44:50.009001 [ 197 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
| 14362 | 2024.03.25 19:44:50.009064 [ 3 ] {d4f7a3a8-e9b3-4681-b5c4-ef714587392b} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14363 | 2024.03.25 19:44:50.009366 [ 102 ] {} <Debug> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
| 14364 | 2024.03.25 19:44:50.009400 [ 3 ] {d4f7a3a8-e9b3-4681-b5c4-ef714587392b} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.004915 sec., 20345.87995930824 rows/sec., 1.41 MiB/sec. | ||
| 14365 | 2024.03.25 19:44:50.009489 [ 102 ] {} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14366 | 2024.03.25 19:44:50.009600 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 14367 | 2024.03.25 19:44:50.010146 [ 201 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_116_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full | ||
| 14368 | 2024.03.25 19:44:50.010224 [ 3 ] {d4f7a3a8-e9b3-4681-b5c4-ef714587392b} <Debug> DynamicQueryHandler: Done processing query | ||
| 14369 | 2024.03.25 19:44:50.010290 [ 3 ] {d4f7a3a8-e9b3-4681-b5c4-ef714587392b} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
| 14370 | 2024.03.25 19:44:50.010354 [ 3 ] {} <Debug> HTTP-Session: 2585c4ab-ebb9-40e7-bd08-aeec79eb7b21 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14371 | 2024.03.25 19:44:50.010522 [ 201 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14372 | 2024.03.25 19:44:50.010536 [ 197 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_116_23} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14373 | 2024.03.25 19:44:50.010603 [ 201 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_111_22, total 11982 rows starting from the beginning of the part | ||
| 14374 | 2024.03.25 19:44:50.010667 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14375 | 2024.03.25 19:44:50.010823 [ 197 ] {70c67554-ee8e-4c83-b4d3-b5814aa3bc50::all_1_116_23} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
| 14376 | 2024.03.25 19:44:50.010896 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 14377 | 2024.03.25 19:44:50.010987 [ 201 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 137 rows starting from the beginning of the part | ||
| 14378 | 2024.03.25 19:44:50.011073 [ 3 ] {} <Debug> HTTP-Session: af2b50ce-0407-4046-862c-02786ec89861 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 14379 | 2024.03.25 19:44:50.011172 [ 3 ] {} <Debug> HTTP-Session: af2b50ce-0407-4046-862c-02786ec89861 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14380 | 2024.03.25 19:44:50.011244 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 14381 | 2024.03.25 19:44:50.011320 [ 3 ] {} <Debug> HTTP-Session: af2b50ce-0407-4046-862c-02786ec89861 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14382 | 2024.03.25 19:44:50.011434 [ 201 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 100 rows starting from the beginning of the part | ||
| 14383 | 2024.03.25 19:44:50.011491 [ 3 ] {} <Trace> HTTP-Session: af2b50ce-0407-4046-862c-02786ec89861 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14384 | 2024.03.25 19:44:50.011710 [ 201 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 100 rows starting from the beginning of the part | ||
| 14385 | 2024.03.25 19:44:50.011893 [ 3 ] {cb02a53e-957b-41b2-bc76-04db7a0c601b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 14386 | 2024.03.25 19:44:50.012000 [ 201 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 100 rows starting from the beginning of the part | ||
| 14387 | 2024.03.25 19:44:50.012078 [ 3 ] {cb02a53e-957b-41b2-bc76-04db7a0c601b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14388 | 2024.03.25 19:44:50.012227 [ 201 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 100 rows starting from the beginning of the part | ||
| 14389 | 2024.03.25 19:44:50.013120 [ 3 ] {cb02a53e-957b-41b2-bc76-04db7a0c601b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14390 | 2024.03.25 19:44:50.013797 [ 3 ] {cb02a53e-957b-41b2-bc76-04db7a0c601b} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14391 | 2024.03.25 19:44:50.013834 [ 3 ] {cb02a53e-957b-41b2-bc76-04db7a0c601b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 14392 | 2024.03.25 19:44:50.014316 [ 3 ] {cb02a53e-957b-41b2-bc76-04db7a0c601b} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 14393 | 2024.03.25 19:44:50.015188 [ 3 ] {cb02a53e-957b-41b2-bc76-04db7a0c601b} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14394 | 2024.03.25 19:44:50.015532 [ 102 ] {} <Debug> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
| 14395 | 2024.03.25 19:44:50.015601 [ 3 ] {cb02a53e-957b-41b2-bc76-04db7a0c601b} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.003902 sec., 7688.364941055868 rows/sec., 539.34 KiB/sec. | ||
| 14396 | 2024.03.25 19:44:50.015622 [ 102 ] {} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14397 | 2024.03.25 19:44:50.015721 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 14398 | 2024.03.25 19:44:50.015988 [ 3 ] {cb02a53e-957b-41b2-bc76-04db7a0c601b} <Debug> DynamicQueryHandler: Done processing query | ||
| 14399 | 2024.03.25 19:44:50.016063 [ 3 ] {cb02a53e-957b-41b2-bc76-04db7a0c601b} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 14400 | 2024.03.25 19:44:50.016131 [ 3 ] {} <Debug> HTTP-Session: af2b50ce-0407-4046-862c-02786ec89861 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14401 | 2024.03.25 19:44:50.016429 [ 199 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_116_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full | ||
| 14402 | 2024.03.25 19:44:50.017168 [ 199 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14403 | 2024.03.25 19:44:50.017286 [ 199 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 3312 rows starting from the beginning of the part | ||
| 14404 | 2024.03.25 19:44:50.017563 [ 199 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 30 rows starting from the beginning of the part | ||
| 14405 | 2024.03.25 19:44:50.017771 [ 199 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 30 rows starting from the beginning of the part | ||
| 14406 | 2024.03.25 19:44:50.018046 [ 199 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 30 rows starting from the beginning of the part | ||
| 14407 | 2024.03.25 19:44:50.018458 [ 199 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 30 rows starting from the beginning of the part | ||
| 14408 | 2024.03.25 19:44:50.018788 [ 201 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 12519 rows, containing 5 columns (5 merged, 0 gathered) in 0.009012093 sec., 1389133.467663949 rows/sec., 96.44 MiB/sec. | ||
| 14409 | 2024.03.25 19:44:50.018791 [ 199 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 30 rows starting from the beginning of the part | ||
| 14410 | 2024.03.25 19:44:50.019180 [ 201 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
| 14411 | 2024.03.25 19:44:50.020151 [ 201 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_116_23} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14412 | 2024.03.25 19:44:50.020338 [ 201 ] {f120f923-a49b-460a-9be5-7ff67cf25969::all_1_116_23} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
| 14413 | 2024.03.25 19:44:50.020526 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.55 MiB. | ||
| 14414 | 2024.03.25 19:44:50.021318 [ 198 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3462 rows, containing 4 columns (4 merged, 0 gathered) in 0.005431524 sec., 637390.1689470579 rows/sec., 43.66 MiB/sec. | ||
| 14415 | 2024.03.25 19:44:50.021775 [ 195 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
| 14416 | 2024.03.25 19:44:50.022240 [ 195 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_116_23} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14417 | 2024.03.25 19:44:50.022326 [ 195 ] {9a1a39e4-f755-44be-b053-27de171f2434::all_1_116_23} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
| 14418 | 2024.03.25 19:44:50.022415 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB. | ||
| 14419 | 2024.03.25 19:44:51.000195 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 206.48 MiB, peak 226.48 MiB, free memory in arenas 0.00 B, will set to 210.44 MiB (RSS), difference: 3.97 MiB | ||
| 14420 | 2024.03.25 19:44:51.616405 [ 83 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 14421 | 2024.03.25 19:44:51.616468 [ 83 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 14422 | 2024.03.25 19:44:54.997920 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 11671, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14423 | 2024.03.25 19:44:54.998046 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 14424 | 2024.03.25 19:44:54.998071 [ 3 ] {} <Debug> HTTP-Session: b05a80c3-ec4d-4703-939c-ead596f986a5 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 14425 | 2024.03.25 19:44:54.998096 [ 3 ] {} <Debug> HTTP-Session: b05a80c3-ec4d-4703-939c-ead596f986a5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14426 | 2024.03.25 19:44:54.998111 [ 3 ] {} <Debug> HTTP-Session: b05a80c3-ec4d-4703-939c-ead596f986a5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14427 | 2024.03.25 19:44:54.998160 [ 3 ] {} <Trace> HTTP-Session: b05a80c3-ec4d-4703-939c-ead596f986a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14428 | 2024.03.25 19:44:54.998303 [ 3 ] {92fa309b-5625-466b-923b-b6793e72eb9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 14429 | 2024.03.25 19:44:54.998370 [ 3 ] {92fa309b-5625-466b-923b-b6793e72eb9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 14430 | 2024.03.25 19:44:54.998567 [ 3 ] {92fa309b-5625-466b-923b-b6793e72eb9c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14431 | 2024.03.25 19:44:54.998978 [ 3 ] {92fa309b-5625-466b-923b-b6793e72eb9c} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14432 | 2024.03.25 19:44:54.999022 [ 3 ] {92fa309b-5625-466b-923b-b6793e72eb9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 14433 | 2024.03.25 19:44:54.999419 [ 3 ] {92fa309b-5625-466b-923b-b6793e72eb9c} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 14434 | 2024.03.25 19:44:54.999777 [ 3 ] {92fa309b-5625-466b-923b-b6793e72eb9c} <Trace> oximeter.fields_i64 (42d3922e-7bec-41fe-a5b0-8a336851b108): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14435 | 2024.03.25 19:44:54.999952 [ 3 ] {92fa309b-5625-466b-923b-b6793e72eb9c} <Debug> executeQuery: Read 81 rows, 6.57 KiB in 0.001719 sec., 47120.41884816754 rows/sec., 3.73 MiB/sec. | ||
| 14436 | 2024.03.25 19:44:55.000119 [ 3 ] {92fa309b-5625-466b-923b-b6793e72eb9c} <Debug> DynamicQueryHandler: Done processing query | ||
| 14437 | 2024.03.25 19:44:55.000147 [ 3 ] {92fa309b-5625-466b-923b-b6793e72eb9c} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 14438 | 2024.03.25 19:44:55.000177 [ 3 ] {} <Debug> HTTP-Session: b05a80c3-ec4d-4703-939c-ead596f986a5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14439 | 2024.03.25 19:44:55.000190 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 211.52 MiB, peak 226.48 MiB, free memory in arenas 0.00 B, will set to 210.44 MiB (RSS), difference: -1.08 MiB | ||
| 14440 | 2024.03.25 19:44:55.000495 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 41788, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14441 | 2024.03.25 19:44:55.000638 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 14442 | 2024.03.25 19:44:55.000719 [ 3 ] {} <Debug> HTTP-Session: e043eb9f-c675-4b58-a3ca-84fea9eb2b4a Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 14443 | 2024.03.25 19:44:55.000758 [ 3 ] {} <Debug> HTTP-Session: e043eb9f-c675-4b58-a3ca-84fea9eb2b4a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14444 | 2024.03.25 19:44:55.000773 [ 3 ] {} <Debug> HTTP-Session: e043eb9f-c675-4b58-a3ca-84fea9eb2b4a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14445 | 2024.03.25 19:44:55.000861 [ 3 ] {} <Trace> HTTP-Session: e043eb9f-c675-4b58-a3ca-84fea9eb2b4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14446 | 2024.03.25 19:44:55.001036 [ 3 ] {fee95a29-3e15-4fed-b97d-41588dc9912e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 14447 | 2024.03.25 19:44:55.001083 [ 3 ] {fee95a29-3e15-4fed-b97d-41588dc9912e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14448 | 2024.03.25 19:44:55.001225 [ 3 ] {fee95a29-3e15-4fed-b97d-41588dc9912e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14449 | 2024.03.25 19:44:55.001648 [ 3 ] {fee95a29-3e15-4fed-b97d-41588dc9912e} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14450 | 2024.03.25 19:44:55.001685 [ 3 ] {fee95a29-3e15-4fed-b97d-41588dc9912e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 14451 | 2024.03.25 19:44:55.002029 [ 3 ] {fee95a29-3e15-4fed-b97d-41588dc9912e} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 14452 | 2024.03.25 19:44:55.002343 [ 3 ] {fee95a29-3e15-4fed-b97d-41588dc9912e} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14453 | 2024.03.25 19:44:55.002494 [ 3 ] {fee95a29-3e15-4fed-b97d-41588dc9912e} <Debug> executeQuery: Read 269 rows, 25.40 KiB in 0.001549 sec., 173660.4260813428 rows/sec., 16.01 MiB/sec. | ||
| 14454 | 2024.03.25 19:44:55.002611 [ 3 ] {fee95a29-3e15-4fed-b97d-41588dc9912e} <Debug> DynamicQueryHandler: Done processing query | ||
| 14455 | 2024.03.25 19:44:55.002636 [ 3 ] {fee95a29-3e15-4fed-b97d-41588dc9912e} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
| 14456 | 2024.03.25 19:44:55.002652 [ 3 ] {} <Debug> HTTP-Session: e043eb9f-c675-4b58-a3ca-84fea9eb2b4a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14457 | 2024.03.25 19:44:55.002804 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 18518, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14458 | 2024.03.25 19:44:55.002853 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 14459 | 2024.03.25 19:44:55.002872 [ 3 ] {} <Debug> HTTP-Session: 89a96a80-f94f-4270-a44f-45ddca3494fb Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 14460 | 2024.03.25 19:44:55.002889 [ 3 ] {} <Debug> HTTP-Session: 89a96a80-f94f-4270-a44f-45ddca3494fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14461 | 2024.03.25 19:44:55.002903 [ 3 ] {} <Debug> HTTP-Session: 89a96a80-f94f-4270-a44f-45ddca3494fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14462 | 2024.03.25 19:44:55.002936 [ 3 ] {} <Trace> HTTP-Session: 89a96a80-f94f-4270-a44f-45ddca3494fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14463 | 2024.03.25 19:44:55.003032 [ 3 ] {fedd0294-580d-4a7e-91e9-29a2afb97c5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 14464 | 2024.03.25 19:44:55.003074 [ 3 ] {fedd0294-580d-4a7e-91e9-29a2afb97c5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14465 | 2024.03.25 19:44:55.003200 [ 3 ] {fedd0294-580d-4a7e-91e9-29a2afb97c5d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14466 | 2024.03.25 19:44:55.003505 [ 3 ] {fedd0294-580d-4a7e-91e9-29a2afb97c5d} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14467 | 2024.03.25 19:44:55.003543 [ 3 ] {fedd0294-580d-4a7e-91e9-29a2afb97c5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 14468 | 2024.03.25 19:44:55.003858 [ 3 ] {fedd0294-580d-4a7e-91e9-29a2afb97c5d} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 14469 | 2024.03.25 19:44:55.004176 [ 3 ] {fedd0294-580d-4a7e-91e9-29a2afb97c5d} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14470 | 2024.03.25 19:44:55.004324 [ 3 ] {fedd0294-580d-4a7e-91e9-29a2afb97c5d} <Debug> executeQuery: Read 109 rows, 8.72 KiB in 0.001336 sec., 81586.8263473054 rows/sec., 6.38 MiB/sec. | ||
| 14471 | 2024.03.25 19:44:55.004434 [ 3 ] {fedd0294-580d-4a7e-91e9-29a2afb97c5d} <Debug> DynamicQueryHandler: Done processing query | ||
| 14472 | 2024.03.25 19:44:55.004459 [ 3 ] {fedd0294-580d-4a7e-91e9-29a2afb97c5d} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
| 14473 | 2024.03.25 19:44:55.004475 [ 3 ] {} <Debug> HTTP-Session: 89a96a80-f94f-4270-a44f-45ddca3494fb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14474 | 2024.03.25 19:44:55.004625 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 19137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14475 | 2024.03.25 19:44:55.004674 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 14476 | 2024.03.25 19:44:55.004694 [ 3 ] {} <Debug> HTTP-Session: dbef2dd1-8dea-48c7-a9ad-c2214c3eabd5 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 14477 | 2024.03.25 19:44:55.004711 [ 3 ] {} <Debug> HTTP-Session: dbef2dd1-8dea-48c7-a9ad-c2214c3eabd5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14478 | 2024.03.25 19:44:55.004725 [ 3 ] {} <Debug> HTTP-Session: dbef2dd1-8dea-48c7-a9ad-c2214c3eabd5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14479 | 2024.03.25 19:44:55.004756 [ 3 ] {} <Trace> HTTP-Session: dbef2dd1-8dea-48c7-a9ad-c2214c3eabd5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14480 | 2024.03.25 19:44:55.004857 [ 3 ] {1c3cd51c-c0e1-4b29-b0d3-b16899da868e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 14481 | 2024.03.25 19:44:55.004903 [ 3 ] {1c3cd51c-c0e1-4b29-b0d3-b16899da868e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14482 | 2024.03.25 19:44:55.005052 [ 3 ] {1c3cd51c-c0e1-4b29-b0d3-b16899da868e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14483 | 2024.03.25 19:44:55.005451 [ 3 ] {1c3cd51c-c0e1-4b29-b0d3-b16899da868e} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14484 | 2024.03.25 19:44:55.005489 [ 3 ] {1c3cd51c-c0e1-4b29-b0d3-b16899da868e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 14485 | 2024.03.25 19:44:55.005895 [ 3 ] {1c3cd51c-c0e1-4b29-b0d3-b16899da868e} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 14486 | 2024.03.25 19:44:55.006240 [ 3 ] {1c3cd51c-c0e1-4b29-b0d3-b16899da868e} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14487 | 2024.03.25 19:44:55.006398 [ 3 ] {1c3cd51c-c0e1-4b29-b0d3-b16899da868e} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001586 sec., 63051.70239596469 rows/sec., 4.37 MiB/sec. | ||
| 14488 | 2024.03.25 19:44:55.006547 [ 225 ] {} <Trace> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 14489 | 2024.03.25 19:44:55.006585 [ 3 ] {1c3cd51c-c0e1-4b29-b0d3-b16899da868e} <Debug> DynamicQueryHandler: Done processing query | ||
| 14490 | 2024.03.25 19:44:55.006619 [ 225 ] {} <Debug> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 14491 | 2024.03.25 19:44:55.006634 [ 3 ] {1c3cd51c-c0e1-4b29-b0d3-b16899da868e} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
| 14492 | 2024.03.25 19:44:55.006685 [ 3 ] {} <Debug> HTTP-Session: dbef2dd1-8dea-48c7-a9ad-c2214c3eabd5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14493 | 2024.03.25 19:44:55.006876 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 86629, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14494 | 2024.03.25 19:44:55.006931 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 14495 | 2024.03.25 19:44:55.006951 [ 3 ] {} <Debug> HTTP-Session: dbb0a397-953d-4905-bca8-714a7bc67c10 Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 14496 | 2024.03.25 19:44:55.006969 [ 3 ] {} <Debug> HTTP-Session: dbb0a397-953d-4905-bca8-714a7bc67c10 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14497 | 2024.03.25 19:44:55.006984 [ 3 ] {} <Debug> HTTP-Session: dbb0a397-953d-4905-bca8-714a7bc67c10 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14498 | 2024.03.25 19:44:55.007033 [ 3 ] {} <Trace> HTTP-Session: dbb0a397-953d-4905-bca8-714a7bc67c10 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14499 | 2024.03.25 19:44:55.007631 [ 3 ] {e13f9e16-4e8e-4aa2-adab-0709d1d96c46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 14500 | 2024.03.25 19:44:55.007721 [ 3 ] {e13f9e16-4e8e-4aa2-adab-0709d1d96c46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 14501 | 2024.03.25 19:44:55.008450 [ 3 ] {e13f9e16-4e8e-4aa2-adab-0709d1d96c46} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14502 | 2024.03.25 19:44:55.009402 [ 3 ] {e13f9e16-4e8e-4aa2-adab-0709d1d96c46} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14503 | 2024.03.25 19:44:55.009469 [ 3 ] {e13f9e16-4e8e-4aa2-adab-0709d1d96c46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 14504 | 2024.03.25 19:44:55.010436 [ 3 ] {e13f9e16-4e8e-4aa2-adab-0709d1d96c46} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 14505 | 2024.03.25 19:44:55.010861 [ 225 ] {} <Debug> oximeter.measurements_cumulativeu64 (f120f923-a49b-460a-9be5-7ff67cf25969): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 14506 | 2024.03.25 19:44:55.011239 [ 3 ] {e13f9e16-4e8e-4aa2-adab-0709d1d96c46} <Trace> oximeter.measurements_histogramf64 (f3248554-e676-4912-a9d7-0b91932a1da6): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14507 | 2024.03.25 19:44:55.011605 [ 3 ] {e13f9e16-4e8e-4aa2-adab-0709d1d96c46} <Debug> executeQuery: Read 81 rows, 111.93 KiB in 0.004452 sec., 18194.070080862533 rows/sec., 24.55 MiB/sec. | ||
| 14508 | 2024.03.25 19:44:55.011980 [ 3 ] {e13f9e16-4e8e-4aa2-adab-0709d1d96c46} <Debug> DynamicQueryHandler: Done processing query | ||
| 14509 | 2024.03.25 19:44:55.012032 [ 3 ] {e13f9e16-4e8e-4aa2-adab-0709d1d96c46} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB. | ||
| 14510 | 2024.03.25 19:44:55.012067 [ 3 ] {} <Debug> HTTP-Session: dbb0a397-953d-4905-bca8-714a7bc67c10 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14511 | 2024.03.25 19:44:55.012237 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46603, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14512 | 2024.03.25 19:44:55.012289 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 14513 | 2024.03.25 19:44:55.012309 [ 3 ] {} <Debug> HTTP-Session: 9ab494ec-82e3-4e58-8fef-bab5a32f545f Authenticating user 'default' from [fd00:1122:3344:101::d]:46603 | ||
| 14514 | 2024.03.25 19:44:55.012327 [ 3 ] {} <Debug> HTTP-Session: 9ab494ec-82e3-4e58-8fef-bab5a32f545f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14515 | 2024.03.25 19:44:55.012341 [ 3 ] {} <Debug> HTTP-Session: 9ab494ec-82e3-4e58-8fef-bab5a32f545f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14516 | 2024.03.25 19:44:55.012374 [ 3 ] {} <Trace> HTTP-Session: 9ab494ec-82e3-4e58-8fef-bab5a32f545f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14517 | 2024.03.25 19:44:55.012459 [ 3 ] {ef6f0a8d-a04a-45a5-8f70-a4dcce07d488} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46603) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 14518 | 2024.03.25 19:44:55.012505 [ 3 ] {ef6f0a8d-a04a-45a5-8f70-a4dcce07d488} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14519 | 2024.03.25 19:44:55.012674 [ 3 ] {ef6f0a8d-a04a-45a5-8f70-a4dcce07d488} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14520 | 2024.03.25 19:44:55.012971 [ 3 ] {ef6f0a8d-a04a-45a5-8f70-a4dcce07d488} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14521 | 2024.03.25 19:44:55.013008 [ 3 ] {ef6f0a8d-a04a-45a5-8f70-a4dcce07d488} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 14522 | 2024.03.25 19:44:55.013383 [ 3 ] {ef6f0a8d-a04a-45a5-8f70-a4dcce07d488} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 14523 | 2024.03.25 19:44:55.013727 [ 3 ] {ef6f0a8d-a04a-45a5-8f70-a4dcce07d488} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14524 | 2024.03.25 19:44:55.013880 [ 3 ] {ef6f0a8d-a04a-45a5-8f70-a4dcce07d488} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001454 sec., 20632.737276478678 rows/sec., 1.41 MiB/sec. | ||
| 14525 | 2024.03.25 19:44:55.013992 [ 220 ] {} <Trace> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 14526 | 2024.03.25 19:44:55.014021 [ 220 ] {} <Debug> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 14527 | 2024.03.25 19:44:55.014033 [ 3 ] {ef6f0a8d-a04a-45a5-8f70-a4dcce07d488} <Debug> DynamicQueryHandler: Done processing query | ||
| 14528 | 2024.03.25 19:44:55.014061 [ 3 ] {ef6f0a8d-a04a-45a5-8f70-a4dcce07d488} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 14529 | 2024.03.25 19:44:55.014078 [ 3 ] {} <Debug> HTTP-Session: 9ab494ec-82e3-4e58-8fef-bab5a32f545f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14530 | 2024.03.25 19:44:55.016011 [ 220 ] {} <Debug> oximeter.measurements_u64 (9a1a39e4-f755-44be-b053-27de171f2434): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 14531 | 2024.03.25 19:44:55.411592 [ 217 ] {} <Trace> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 14532 | 2024.03.25 19:44:55.411637 [ 217 ] {} <Debug> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 14533 | 2024.03.25 19:44:55.413671 [ 217 ] {} <Debug> oximeter.fields_uuid (70c67554-ee8e-4c83-b4d3-b5814aa3bc50): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 14534 | 2024.03.25 19:44:56.096709 [ 217 ] {} <Trace> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 14535 | 2024.03.25 19:44:56.096772 [ 217 ] {} <Debug> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 14536 | 2024.03.25 19:44:56.098955 [ 217 ] {} <Debug> oximeter.fields_string (a609da26-9547-4010-b5e4-b86b75f1cb45): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||