| 1 | [ Oct 4 15:56:47 Enabled. ] | ||
| 2 | [ Oct 4 15:56:47 Rereading configuration. ] | ||
| 3 | [ Oct 4 15:56:48 Rereading configuration. ] | ||
| 4 | [ Oct 4 15:56:54 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 | + args=("--config-file" "/opt/oxide/clickhouse/config.xml" "--" "--path" "${DATASTORE}" "--listen_host" "$LISTEN_ADDR" "--http_port" "$LISTEN_PORT") | ||
| 23 | + exec /opt/oxide/clickhouse/clickhouse server --config-file /opt/oxide/clickhouse/config.xml -- --path /data --listen_host fd00:1122:3344:101::e --http_port 8123 | ||
| 24 | [ Oct 4 15:56:54 Method "start" exited with status 0. ] | ||
| 25 | Processing configuration file '/opt/oxide/clickhouse/config.xml'. | ||
| 26 | Logging trace to /var/tmp/clickhouse-server.log | ||
| 27 | Logging errors to /var/tmp/clickhouse-server.errlog | ||
| 28 | 2024.10.04 15:56:55.134747 [ 1 ] {} <Information> Application: Will watch for the process with pid 22663 | ||
| 29 | 2024.10.04 15:56:55.135291 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
| 30 | 2024.10.04 15:56:55.350598 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 22663 | ||
| 31 | 2024.10.04 15:56:55.351322 [ 1 ] {} <Information> Application: starting up | ||
| 32 | 2024.10.04 15:56:55.352035 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
| 33 | 2024.10.04 15:56:55.442999 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
| 34 | 2024.10.04 15:56:55.584605 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
| 35 | 2024.10.04 15:56:55.584690 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
| 36 | 2024.10.04 15:56:55.584705 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
| 37 | 2024.10.04 15:56:55.584779 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
| 38 | 2024.10.04 15:56:55.585478 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
| 39 | 2024.10.04 15:56:55.587238 [ 1 ] {} <Debug> ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml' | ||
| 40 | Processing configuration file '/opt/oxide/clickhouse/config.xml'. | ||
| 41 | Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. | ||
| 42 | 2024.10.04 15:56:55.587909 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 43 | 2024.10.04 15:56:55.588774 [ 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) | ||
| 44 | 2024.10.04 15:56:55.588825 [ 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) | ||
| 45 | 2024.10.04 15:56:55.588866 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
| 46 | 2024.10.04 15:56:55.589041 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 47 | 2024.10.04 15:56:55.589994 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
| 48 | 2024.10.04 15:56:55.595701 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 49 | 2024.10.04 15:56:55.596481 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 50 | 2024.10.04 15:56:55.597811 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 51 | 2024.10.04 15:56:55.597906 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 52 | 2024.10.04 15:56:55.599532 [ 1 ] {} <Debug> ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml' | ||
| 53 | Processing configuration file '/opt/oxide/clickhouse/config.xml'. | ||
| 54 | Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. | ||
| 55 | 2024.10.04 15:56:55.599907 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 56 | 2024.10.04 15:56:55.604399 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 57 | 2024.10.04 15:56:55.605153 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml | ||
| 58 | 2024.10.04 15:56:55.606774 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
| 59 | 2024.10.04 15:56:55.607324 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
| 60 | 2024.10.04 15:56:55.607838 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
| 61 | 2024.10.04 15:56:55.608228 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
| 62 | 2024.10.04 15:56:55.609594 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
| 63 | 2024.10.04 15:56:55.609621 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
| 64 | 2024.10.04 15:56:55.609695 [ 127 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 65 | 2024.10.04 15:56:55.609812 [ 127 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 66 | 2024.10.04 15:56:55.722222 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
| 67 | 2024.10.04 15:56:55.722280 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000310548 sec | ||
| 68 | 2024.10.04 15:56:55.722419 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 69 | 2024.10.04 15:56:55.722483 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 70 | 2024.10.04 15:56:55.723879 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
| 71 | 2024.10.04 15:56:55.724984 [ 1 ] {} <Debug> SystemLog: Creating system.query_log from query_log | ||
| 72 | 2024.10.04 15:56:55.738968 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
| 73 | 2024.10.04 15:56:55.739019 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
| 74 | 2024.10.04 15:56:55.739094 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
| 75 | 2024.10.04 15:56:55.739109 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
| 76 | 2024.10.04 15:56:55.739142 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
| 77 | 2024.10.04 15:56:55.739220 [ 1 ] {} <Debug> SystemLog: Not creating system.metric_log since corresponding section 'metric_log' is missing from config | ||
| 78 | 2024.10.04 15:56:55.739238 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
| 79 | 2024.10.04 15:56:55.739272 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
| 80 | 2024.10.04 15:56:55.739340 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_metric_log since corresponding section 'asynchronous_metric_log' is missing from config | ||
| 81 | 2024.10.04 15:56:55.739355 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
| 82 | 2024.10.04 15:56:55.739368 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
| 83 | 2024.10.04 15:56:55.739464 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
| 84 | 2024.10.04 15:56:55.739480 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
| 85 | 2024.10.04 15:56:55.739493 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
| 86 | 2024.10.04 15:56:55.739580 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
| 87 | 2024.10.04 15:56:55.739595 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
| 88 | 2024.10.04 15:56:55.772811 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
| 89 | 2024.10.04 15:56:55.785510 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
| 90 | 2024.10.04 15:56:55.785561 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 8.9442e-05 sec | ||
| 91 | 2024.10.04 15:56:55.785587 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 92 | 2024.10.04 15:56:55.785608 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 93 | 2024.10.04 15:56:55.785652 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
| 94 | 2024.10.04 15:56:55.786019 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
| 95 | 2024.10.04 15:56:55.786116 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
| 96 | 2024.10.04 15:56:55.786146 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
| 97 | 2024.10.04 15:56:55.786173 [ 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). | ||
| 98 | 2024.10.04 15:56:55.786210 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
| 99 | 2024.10.04 15:56:55.790128 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 100 | 2024.10.04 15:56:55.790320 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 24.70 MiB, peak 24.70 MiB, free memory in arenas 0.00 B, will set to 116.73 MiB (RSS), difference: 92.02 MiB | ||
| 101 | 2024.10.04 15:56:55.791142 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.214e-05 sec. | ||
| 102 | 2024.10.04 15:56:55.791486 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
| 103 | 2024.10.04 15:56:55.791581 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
| 104 | 2024.10.04 15:56:55.791598 [ 1 ] {} <Information> Application: Ready for connections. | ||
| 105 | 2024.10.04 15:56:58.164336 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49514, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 106 | 2024.10.04 15:56:58.164555 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 107 | 2024.10.04 15:56:58.164593 [ 3 ] {} <Debug> HTTP-Session: 1dd06636-c29b-4267-9dfc-c26c21fba209 Authenticating user 'default' from [fd00:1122:3344:101::d]:49514 | ||
| 108 | 2024.10.04 15:56:58.164642 [ 3 ] {} <Debug> HTTP-Session: 1dd06636-c29b-4267-9dfc-c26c21fba209 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 109 | 2024.10.04 15:56:58.164659 [ 3 ] {} <Debug> HTTP-Session: 1dd06636-c29b-4267-9dfc-c26c21fba209 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 110 | 2024.10.04 15:56:58.164756 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 111 | 2024.10.04 15:56:58.164807 [ 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 | ||
| 112 | 2024.10.04 15:56:58.164827 [ 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 | ||
| 113 | 2024.10.04 15:56:58.164882 [ 3 ] {} <Trace> HTTP-Session: 1dd06636-c29b-4267-9dfc-c26c21fba209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 114 | 2024.10.04 15:56:58.166018 [ 3 ] {a0f3f7e9-d78f-449a-b6dd-052723ee8890} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49514) SELECT MAX(value) FROM oximeter.version; (stage: Complete) | ||
| 115 | 2024.10.04 15:56:58.217026 [ 3 ] {a0f3f7e9-d78f-449a-b6dd-052723ee8890} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:49514) (in query: SELECT MAX(value) FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
| 116 | |||
| 117 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 118 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 119 | 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 | ||
| 120 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 121 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 122 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 123 | 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 | ||
| 124 | 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 | ||
| 125 | 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 | ||
| 126 | 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 | ||
| 127 | 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 | ||
| 128 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 129 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 130 | 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 | ||
| 131 | 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse | ||
| 132 | 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse | ||
| 133 | 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse | ||
| 134 | 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 135 | 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 136 | 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 137 | 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 138 | 21. _thrp_setup @ 0x0000000000114f37 in /system/lib/amd64/libc.so.1 | ||
| 139 | |||
| 140 | 2024.10.04 15:56:58.217819 [ 3 ] {a0f3f7e9-d78f-449a-b6dd-052723ee8890} <Error> DynamicQueryHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
| 141 | |||
| 142 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 143 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 144 | 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 | ||
| 145 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 146 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 147 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 148 | 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 | ||
| 149 | 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 | ||
| 150 | 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 | ||
| 151 | 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 | ||
| 152 | 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 | ||
| 153 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 154 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 155 | 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 | ||
| 156 | 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse | ||
| 157 | 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse | ||
| 158 | 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse | ||
| 159 | 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 160 | 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 161 | 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 162 | 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 163 | 21. _thrp_setup @ 0x0000000000114f37 in /system/lib/amd64/libc.so.1 | ||
| 164 | (version 23.8.7.1) | ||
| 165 | 2024.10.04 15:56:58.219402 [ 3 ] {} <Debug> HTTP-Session: 1dd06636-c29b-4267-9dfc-c26c21fba209 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 166 | 2024.10.04 15:56:58.219841 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49514, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 167 | 2024.10.04 15:56:58.219915 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 168 | 2024.10.04 15:56:58.219942 [ 3 ] {} <Debug> HTTP-Session: f78c9804-3d9e-47a2-a6a5-c850bf7d4ddc Authenticating user 'default' from [fd00:1122:3344:101::d]:49514 | ||
| 169 | 2024.10.04 15:56:58.219963 [ 3 ] {} <Debug> HTTP-Session: f78c9804-3d9e-47a2-a6a5-c850bf7d4ddc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 170 | 2024.10.04 15:56:58.219977 [ 3 ] {} <Debug> HTTP-Session: f78c9804-3d9e-47a2-a6a5-c850bf7d4ddc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 171 | 2024.10.04 15:56:58.220037 [ 3 ] {} <Trace> HTTP-Session: f78c9804-3d9e-47a2-a6a5-c850bf7d4ddc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 172 | 2024.10.04 15:56:58.220194 [ 3 ] {1d216c5f-1df1-486a-b2c0-1e2d18c2c5b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49514) SELECT MAX(value) FROM oximeter.version; (stage: Complete) | ||
| 173 | 2024.10.04 15:56:58.220442 [ 3 ] {1d216c5f-1df1-486a-b2c0-1e2d18c2c5b1} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:49514) (in query: SELECT MAX(value) FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
| 174 | |||
| 175 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 176 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 177 | 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 | ||
| 178 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 179 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 180 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 181 | 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 | ||
| 182 | 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 | ||
| 183 | 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 | ||
| 184 | 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 | ||
| 185 | 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 | ||
| 186 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 187 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 188 | 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 | ||
| 189 | 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse | ||
| 190 | 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse | ||
| 191 | 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse | ||
| 192 | 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 193 | 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 194 | 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 195 | 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 196 | 21. _thrp_setup @ 0x0000000000114f37 in /system/lib/amd64/libc.so.1 | ||
| 197 | |||
| 198 | 2024.10.04 15:56:58.220576 [ 3 ] {1d216c5f-1df1-486a-b2c0-1e2d18c2c5b1} <Error> DynamicQueryHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
| 199 | |||
| 200 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 201 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 202 | 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 | ||
| 203 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 204 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 205 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 206 | 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 | ||
| 207 | 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 | ||
| 208 | 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 | ||
| 209 | 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 | ||
| 210 | 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 | ||
| 211 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 212 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 213 | 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 | ||
| 214 | 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse | ||
| 215 | 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse | ||
| 216 | 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse | ||
| 217 | 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 218 | 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 219 | 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 220 | 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 221 | 21. _thrp_setup @ 0x0000000000114f37 in /system/lib/amd64/libc.so.1 | ||
| 222 | (version 23.8.7.1) | ||
| 223 | 2024.10.04 15:56:58.220736 [ 3 ] {} <Debug> HTTP-Session: f78c9804-3d9e-47a2-a6a5-c850bf7d4ddc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 224 | 2024.10.04 15:56:58.223019 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49514, User-Agent: (none), Length: 32, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 225 | 2024.10.04 15:56:58.223086 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 226 | 2024.10.04 15:56:58.223109 [ 3 ] {} <Debug> HTTP-Session: 5ed69776-701d-4eb4-a549-c001718cbc2a Authenticating user 'default' from [fd00:1122:3344:101::d]:49514 | ||
| 227 | 2024.10.04 15:56:58.223128 [ 3 ] {} <Debug> HTTP-Session: 5ed69776-701d-4eb4-a549-c001718cbc2a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 228 | 2024.10.04 15:56:58.223153 [ 3 ] {} <Debug> HTTP-Session: 5ed69776-701d-4eb4-a549-c001718cbc2a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 229 | 2024.10.04 15:56:58.223188 [ 3 ] {} <Trace> HTTP-Session: 5ed69776-701d-4eb4-a549-c001718cbc2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 230 | 2024.10.04 15:56:58.224581 [ 3 ] {63a5ccd6-aabf-4a16-ba64-5550f4729075} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49514) DROP DATABASE IF EXISTS oximeter (stage: Complete) | ||
| 231 | 2024.10.04 15:56:58.225363 [ 3 ] {63a5ccd6-aabf-4a16-ba64-5550f4729075} <Debug> DynamicQueryHandler: Done processing query | ||
| 232 | 2024.10.04 15:56:58.225387 [ 3 ] {} <Debug> HTTP-Session: 5ed69776-701d-4eb4-a549-c001718cbc2a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 233 | 2024.10.04 15:56:58.227706 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49514, User-Agent: (none), Length: 38, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 234 | 2024.10.04 15:56:58.227771 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 235 | 2024.10.04 15:56:58.227793 [ 3 ] {} <Debug> HTTP-Session: 0440404b-224e-4f8c-a6d2-6fcfad5e41a7 Authenticating user 'default' from [fd00:1122:3344:101::d]:49514 | ||
| 236 | 2024.10.04 15:56:58.227812 [ 3 ] {} <Debug> HTTP-Session: 0440404b-224e-4f8c-a6d2-6fcfad5e41a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 237 | 2024.10.04 15:56:58.227836 [ 3 ] {} <Debug> HTTP-Session: 0440404b-224e-4f8c-a6d2-6fcfad5e41a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 238 | 2024.10.04 15:56:58.227872 [ 3 ] {} <Trace> HTTP-Session: 0440404b-224e-4f8c-a6d2-6fcfad5e41a7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 239 | 2024.10.04 15:56:58.227972 [ 3 ] {fd69e067-b277-45b2-afdc-6cefa2b33635} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49514) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
| 240 | 2024.10.04 15:56:58.228064 [ 3 ] {fd69e067-b277-45b2-afdc-6cefa2b33635} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
| 241 | 2024.10.04 15:56:58.244556 [ 3 ] {fd69e067-b277-45b2-afdc-6cefa2b33635} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
| 242 | 2024.10.04 15:56:58.244589 [ 3 ] {fd69e067-b277-45b2-afdc-6cefa2b33635} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.6732e-05 sec | ||
| 243 | 2024.10.04 15:56:58.244603 [ 3 ] {fd69e067-b277-45b2-afdc-6cefa2b33635} <Trace> ReferentialDeps: No tables | ||
| 244 | 2024.10.04 15:56:58.244614 [ 3 ] {fd69e067-b277-45b2-afdc-6cefa2b33635} <Trace> LoadingDeps: No tables | ||
| 245 | 2024.10.04 15:56:58.244636 [ 3 ] {fd69e067-b277-45b2-afdc-6cefa2b33635} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
| 246 | 2024.10.04 15:56:58.244763 [ 3 ] {fd69e067-b277-45b2-afdc-6cefa2b33635} <Debug> DynamicQueryHandler: Done processing query | ||
| 247 | 2024.10.04 15:56:58.244785 [ 3 ] {} <Debug> HTTP-Session: 0440404b-224e-4f8c-a6d2-6fcfad5e41a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 248 | 2024.10.04 15:56:58.244910 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49514, User-Agent: (none), Length: 223, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 249 | 2024.10.04 15:56:58.244964 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 250 | 2024.10.04 15:56:58.244982 [ 3 ] {} <Debug> HTTP-Session: 9aa7b526-2272-4e8b-9ef6-e4eebf7ed6b1 Authenticating user 'default' from [fd00:1122:3344:101::d]:49514 | ||
| 251 | 2024.10.04 15:56:58.244998 [ 3 ] {} <Debug> HTTP-Session: 9aa7b526-2272-4e8b-9ef6-e4eebf7ed6b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 252 | 2024.10.04 15:56:58.245016 [ 3 ] {} <Debug> HTTP-Session: 9aa7b526-2272-4e8b-9ef6-e4eebf7ed6b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 253 | 2024.10.04 15:56:58.245048 [ 3 ] {} <Trace> HTTP-Session: 9aa7b526-2272-4e8b-9ef6-e4eebf7ed6b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 254 | 2024.10.04 15:56:58.245184 [ 3 ] {1b94cf65-ce8c-40da-992e-d80a6606f7d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49514) /* The version table contains metadata about the `oximeter` database */ | ||
| 255 | CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) | ||
| 256 | 2024.10.04 15:56:58.245236 [ 3 ] {1b94cf65-ce8c-40da-992e-d80a6606f7d1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
| 257 | 2024.10.04 15:56:58.253376 [ 3 ] {1b94cf65-ce8c-40da-992e-d80a6606f7d1} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
| 258 | 2024.10.04 15:56:58.266356 [ 3 ] {1b94cf65-ce8c-40da-992e-d80a6606f7d1} <Debug> oximeter.version (312a5dd9-4eeb-4f7b-974d-f5a4ad58d3ae): Loading data parts | ||
| 259 | 2024.10.04 15:56:58.266897 [ 3 ] {1b94cf65-ce8c-40da-992e-d80a6606f7d1} <Debug> oximeter.version (312a5dd9-4eeb-4f7b-974d-f5a4ad58d3ae): There are no data parts | ||
| 260 | 2024.10.04 15:56:58.274696 [ 3 ] {1b94cf65-ce8c-40da-992e-d80a6606f7d1} <Debug> DynamicQueryHandler: Done processing query | ||
| 261 | 2024.10.04 15:56:58.274721 [ 3 ] {} <Debug> HTTP-Session: 9aa7b526-2272-4e8b-9ef6-e4eebf7ed6b1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 262 | 2024.10.04 15:56:58.274895 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49514, User-Agent: (none), Length: 818, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 263 | 2024.10.04 15:56:58.274945 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 264 | 2024.10.04 15:56:58.274970 [ 3 ] {} <Debug> HTTP-Session: b6c3d657-0b9d-4bb2-98c9-2090efd82f10 Authenticating user 'default' from [fd00:1122:3344:101::d]:49514 | ||
| 265 | 2024.10.04 15:56:58.274989 [ 3 ] {} <Debug> HTTP-Session: b6c3d657-0b9d-4bb2-98c9-2090efd82f10 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 266 | 2024.10.04 15:56:58.275002 [ 3 ] {} <Debug> HTTP-Session: b6c3d657-0b9d-4bb2-98c9-2090efd82f10 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 267 | 2024.10.04 15:56:58.275037 [ 3 ] {} <Trace> HTTP-Session: b6c3d657-0b9d-4bb2-98c9-2090efd82f10 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 268 | 2024.10.04 15:56:58.275254 [ 3 ] {cebf23e5-75f3-4933-b9d8-9424b69eaddf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49514) /* The measurement tables contain all individual samples from each timeseries. | ||
| 269 | * | ||
| 270 | * Each table stores a single datum type, and otherwise contains nearly the same | ||
| 271 | * structure. The primary sorting key is on the timeseries name, key, and then | ||
| 272 | * timestamp, so that all timeseries from the same schema are grouped, followed | ||
| 273 | * by all samples from the same timeseries. | ||
| 274 | * | ||
| 275 | * This reflects that one usually looks up the _key_ in one or more field table, | ||
| 276 | * and then uses that to index quickly into the measurements tables. | ||
| 277 | */ | ||
| 278 | 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) | ||
| 279 | 2024.10.04 15:56:58.275323 [ 3 ] {cebf23e5-75f3-4933-b9d8-9424b69eaddf} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
| 280 | 2024.10.04 15:56:58.289430 [ 3 ] {cebf23e5-75f3-4933-b9d8-9424b69eaddf} <Debug> oximeter.measurements_bool (07631250-7a70-49e6-a733-c0ce298d5d2f): Loading data parts | ||
| 281 | 2024.10.04 15:56:58.289660 [ 3 ] {cebf23e5-75f3-4933-b9d8-9424b69eaddf} <Debug> oximeter.measurements_bool (07631250-7a70-49e6-a733-c0ce298d5d2f): There are no data parts | ||
| 282 | 2024.10.04 15:56:58.303586 [ 3 ] {cebf23e5-75f3-4933-b9d8-9424b69eaddf} <Debug> DynamicQueryHandler: Done processing query | ||
| 283 | 2024.10.04 15:56:58.303637 [ 3 ] {} <Debug> HTTP-Session: b6c3d657-0b9d-4bb2-98c9-2090efd82f10 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 284 | 2024.10.04 15:56:58.303842 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49514, User-Agent: (none), Length: 292, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 285 | 2024.10.04 15:56:58.303998 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 286 | 2024.10.04 15:56:58.304027 [ 3 ] {} <Debug> HTTP-Session: bf529b6f-65dc-430b-820e-b14b5974c72d Authenticating user 'default' from [fd00:1122:3344:101::d]:49514 | ||
| 287 | 2024.10.04 15:56:58.304045 [ 3 ] {} <Debug> HTTP-Session: bf529b6f-65dc-430b-820e-b14b5974c72d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 288 | 2024.10.04 15:56:58.304076 [ 3 ] {} <Debug> HTTP-Session: bf529b6f-65dc-430b-820e-b14b5974c72d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 289 | 2024.10.04 15:56:58.304107 [ 3 ] {} <Trace> HTTP-Session: bf529b6f-65dc-430b-820e-b14b5974c72d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 290 | 2024.10.04 15:56:58.304294 [ 3 ] {971c405e-e973-410c-9c06-18347e80e6cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49514) 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) | ||
| 291 | 2024.10.04 15:56:58.304346 [ 3 ] {971c405e-e973-410c-9c06-18347e80e6cd} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
| 292 | 2024.10.04 15:56:58.313901 [ 3 ] {971c405e-e973-410c-9c06-18347e80e6cd} <Debug> oximeter.measurements_i8 (caaf7b5d-9337-4c6f-893c-f2c122dd9f8e): Loading data parts | ||
| 293 | 2024.10.04 15:56:58.314167 [ 3 ] {971c405e-e973-410c-9c06-18347e80e6cd} <Debug> oximeter.measurements_i8 (caaf7b5d-9337-4c6f-893c-f2c122dd9f8e): There are no data parts | ||
| 294 | 2024.10.04 15:56:58.325767 [ 3 ] {971c405e-e973-410c-9c06-18347e80e6cd} <Debug> DynamicQueryHandler: Done processing query | ||
| 295 | 2024.10.04 15:56:58.325811 [ 3 ] {} <Debug> HTTP-Session: bf529b6f-65dc-430b-820e-b14b5974c72d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 296 | 2024.10.04 15:56:58.325943 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49514, User-Agent: (none), Length: 293, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 297 | 2024.10.04 15:56:58.325992 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 298 | 2024.10.04 15:56:58.326026 [ 3 ] {} <Debug> HTTP-Session: d610ad73-24cd-4aed-be8a-84f72df20e05 Authenticating user 'default' from [fd00:1122:3344:101::d]:49514 | ||
| 299 | 2024.10.04 15:56:58.326043 [ 3 ] {} <Debug> HTTP-Session: d610ad73-24cd-4aed-be8a-84f72df20e05 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 300 | 2024.10.04 15:56:58.326057 [ 3 ] {} <Debug> HTTP-Session: d610ad73-24cd-4aed-be8a-84f72df20e05 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 301 | 2024.10.04 15:56:58.326098 [ 3 ] {} <Trace> HTTP-Session: d610ad73-24cd-4aed-be8a-84f72df20e05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 302 | 2024.10.04 15:56:58.326275 [ 3 ] {8282d038-c5b2-44d0-96ce-8bd8e8980064} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49514) 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) | ||
| 303 | 2024.10.04 15:56:58.326334 [ 3 ] {8282d038-c5b2-44d0-96ce-8bd8e8980064} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
| 304 | 2024.10.04 15:56:58.337622 [ 3 ] {8282d038-c5b2-44d0-96ce-8bd8e8980064} <Debug> oximeter.measurements_u8 (1209df1a-bcfe-48bb-8f43-2c41e4032390): Loading data parts | ||
| 305 | 2024.10.04 15:56:58.337844 [ 3 ] {8282d038-c5b2-44d0-96ce-8bd8e8980064} <Debug> oximeter.measurements_u8 (1209df1a-bcfe-48bb-8f43-2c41e4032390): There are no data parts | ||
| 306 | 2024.10.04 15:56:58.347299 [ 3 ] {8282d038-c5b2-44d0-96ce-8bd8e8980064} <Debug> DynamicQueryHandler: Done processing query | ||
| 307 | 2024.10.04 15:56:58.347331 [ 3 ] {} <Debug> HTTP-Session: d610ad73-24cd-4aed-be8a-84f72df20e05 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 308 | 2024.10.04 15:56:58.347511 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49514, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 309 | 2024.10.04 15:56:58.347636 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 310 | 2024.10.04 15:56:58.347661 [ 3 ] {} <Debug> HTTP-Session: 7d47ea65-de5d-4dc6-a793-589dc69293b6 Authenticating user 'default' from [fd00:1122:3344:101::d]:49514 | ||
| 311 | 2024.10.04 15:56:58.347682 [ 3 ] {} <Debug> HTTP-Session: 7d47ea65-de5d-4dc6-a793-589dc69293b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 312 | 2024.10.04 15:56:58.347724 [ 3 ] {} <Debug> HTTP-Session: 7d47ea65-de5d-4dc6-a793-589dc69293b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 313 | 2024.10.04 15:56:58.347761 [ 3 ] {} <Trace> HTTP-Session: 7d47ea65-de5d-4dc6-a793-589dc69293b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 314 | 2024.10.04 15:56:58.347993 [ 3 ] {58f92d14-5148-4374-a035-77303cdd0f5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49514) 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) | ||
| 315 | 2024.10.04 15:56:58.348036 [ 3 ] {58f92d14-5148-4374-a035-77303cdd0f5e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
| 316 | 2024.10.04 15:56:58.352359 [ 3 ] {58f92d14-5148-4374-a035-77303cdd0f5e} <Debug> oximeter.measurements_i16 (355efeaa-c388-4656-a36d-fcddb74c7736): Loading data parts | ||
| 317 | 2024.10.04 15:56:58.352556 [ 3 ] {58f92d14-5148-4374-a035-77303cdd0f5e} <Debug> oximeter.measurements_i16 (355efeaa-c388-4656-a36d-fcddb74c7736): There are no data parts | ||
| 318 | 2024.10.04 15:56:58.355285 [ 3 ] {58f92d14-5148-4374-a035-77303cdd0f5e} <Debug> DynamicQueryHandler: Done processing query | ||
| 319 | 2024.10.04 15:56:58.355353 [ 3 ] {} <Debug> HTTP-Session: 7d47ea65-de5d-4dc6-a793-589dc69293b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 320 | 2024.10.04 15:56:58.355492 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49514, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 321 | 2024.10.04 15:56:58.355551 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 322 | 2024.10.04 15:56:58.355592 [ 3 ] {} <Debug> HTTP-Session: bd39a438-cbbf-463b-90c8-96d2dcdc4045 Authenticating user 'default' from [fd00:1122:3344:101::d]:49514 | ||
| 323 | 2024.10.04 15:56:58.355615 [ 3 ] {} <Debug> HTTP-Session: bd39a438-cbbf-463b-90c8-96d2dcdc4045 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 324 | 2024.10.04 15:56:58.355633 [ 3 ] {} <Debug> HTTP-Session: bd39a438-cbbf-463b-90c8-96d2dcdc4045 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 325 | 2024.10.04 15:56:58.355684 [ 3 ] {} <Trace> HTTP-Session: bd39a438-cbbf-463b-90c8-96d2dcdc4045 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 326 | 2024.10.04 15:56:58.355898 [ 3 ] {18ec6f43-4763-46a2-8adc-2387202d6b48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49514) 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) | ||
| 327 | 2024.10.04 15:56:58.355969 [ 3 ] {18ec6f43-4763-46a2-8adc-2387202d6b48} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
| 328 | 2024.10.04 15:56:58.366746 [ 3 ] {18ec6f43-4763-46a2-8adc-2387202d6b48} <Debug> oximeter.measurements_u16 (5f84849e-f094-4b51-ba0d-50f2849b9d05): Loading data parts | ||
| 329 | 2024.10.04 15:56:58.366958 [ 3 ] {18ec6f43-4763-46a2-8adc-2387202d6b48} <Debug> oximeter.measurements_u16 (5f84849e-f094-4b51-ba0d-50f2849b9d05): There are no data parts | ||
| 330 | 2024.10.04 15:56:58.372577 [ 3 ] {18ec6f43-4763-46a2-8adc-2387202d6b48} <Debug> DynamicQueryHandler: Done processing query | ||
| 331 | 2024.10.04 15:56:58.372627 [ 3 ] {} <Debug> HTTP-Session: bd39a438-cbbf-463b-90c8-96d2dcdc4045 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 332 | 2024.10.04 15:56:58.372803 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49514, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 333 | 2024.10.04 15:56:58.372938 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 334 | 2024.10.04 15:56:58.372976 [ 3 ] {} <Debug> HTTP-Session: 94667a39-ee0d-48b0-a5c4-d0baf0f531e3 Authenticating user 'default' from [fd00:1122:3344:101::d]:49514 | ||
| 335 | 2024.10.04 15:56:58.373018 [ 3 ] {} <Debug> HTTP-Session: 94667a39-ee0d-48b0-a5c4-d0baf0f531e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 336 | 2024.10.04 15:56:58.373041 [ 3 ] {} <Debug> HTTP-Session: 94667a39-ee0d-48b0-a5c4-d0baf0f531e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 337 | 2024.10.04 15:56:58.373073 [ 3 ] {} <Trace> HTTP-Session: 94667a39-ee0d-48b0-a5c4-d0baf0f531e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 338 | 2024.10.04 15:56:58.373265 [ 3 ] {07f28816-d26f-4cb7-ae35-c140dc30b245} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49514) 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) | ||
| 339 | 2024.10.04 15:56:58.373309 [ 3 ] {07f28816-d26f-4cb7-ae35-c140dc30b245} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
| 340 | 2024.10.04 15:56:58.381069 [ 3 ] {07f28816-d26f-4cb7-ae35-c140dc30b245} <Debug> oximeter.measurements_i32 (f777e97f-2e6f-482f-b615-8140672a6c1b): Loading data parts | ||
| 341 | 2024.10.04 15:56:58.381260 [ 3 ] {07f28816-d26f-4cb7-ae35-c140dc30b245} <Debug> oximeter.measurements_i32 (f777e97f-2e6f-482f-b615-8140672a6c1b): There are no data parts | ||
| 342 | 2024.10.04 15:56:58.384563 [ 3 ] {07f28816-d26f-4cb7-ae35-c140dc30b245} <Debug> DynamicQueryHandler: Done processing query | ||
| 343 | 2024.10.04 15:56:58.384614 [ 3 ] {} <Debug> HTTP-Session: 94667a39-ee0d-48b0-a5c4-d0baf0f531e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 344 | 2024.10.04 15:56:58.384753 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49514, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 345 | 2024.10.04 15:56:58.384809 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 346 | 2024.10.04 15:56:58.384848 [ 3 ] {} <Debug> HTTP-Session: 8e4612a6-8f5c-4703-a41b-9f8a4078d94b Authenticating user 'default' from [fd00:1122:3344:101::d]:49514 | ||
| 347 | 2024.10.04 15:56:58.384867 [ 3 ] {} <Debug> HTTP-Session: 8e4612a6-8f5c-4703-a41b-9f8a4078d94b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 348 | 2024.10.04 15:56:58.384884 [ 3 ] {} <Debug> HTTP-Session: 8e4612a6-8f5c-4703-a41b-9f8a4078d94b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 349 | 2024.10.04 15:56:58.384933 [ 3 ] {} <Trace> HTTP-Session: 8e4612a6-8f5c-4703-a41b-9f8a4078d94b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 350 | 2024.10.04 15:56:58.385116 [ 3 ] {ac63c56c-8331-4173-b7e7-7d54b0b9ba26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49514) 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) | ||
| 351 | 2024.10.04 15:56:58.385190 [ 3 ] {ac63c56c-8331-4173-b7e7-7d54b0b9ba26} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
| 352 | 2024.10.04 15:56:58.396393 [ 3 ] {ac63c56c-8331-4173-b7e7-7d54b0b9ba26} <Debug> oximeter.measurements_u32 (54e29919-f9cd-4ecf-9d20-b42b4998ddc5): Loading data parts | ||
| 353 | 2024.10.04 15:56:58.396717 [ 3 ] {ac63c56c-8331-4173-b7e7-7d54b0b9ba26} <Debug> oximeter.measurements_u32 (54e29919-f9cd-4ecf-9d20-b42b4998ddc5): There are no data parts | ||
| 354 | 2024.10.04 15:56:58.401003 [ 3 ] {ac63c56c-8331-4173-b7e7-7d54b0b9ba26} <Debug> DynamicQueryHandler: Done processing query | ||
| 355 | 2024.10.04 15:56:58.401033 [ 3 ] {} <Debug> HTTP-Session: 8e4612a6-8f5c-4703-a41b-9f8a4078d94b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 356 | 2024.10.04 15:56:58.401156 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49514, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 357 | 2024.10.04 15:56:58.401222 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 358 | 2024.10.04 15:56:58.401241 [ 3 ] {} <Debug> HTTP-Session: 2780f2b9-3608-4877-b284-ef764548d5e8 Authenticating user 'default' from [fd00:1122:3344:101::d]:49514 | ||
| 359 | 2024.10.04 15:56:58.401272 [ 3 ] {} <Debug> HTTP-Session: 2780f2b9-3608-4877-b284-ef764548d5e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 360 | 2024.10.04 15:56:58.401287 [ 3 ] {} <Debug> HTTP-Session: 2780f2b9-3608-4877-b284-ef764548d5e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 361 | 2024.10.04 15:56:58.401318 [ 3 ] {} <Trace> HTTP-Session: 2780f2b9-3608-4877-b284-ef764548d5e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 362 | 2024.10.04 15:56:58.401523 [ 3 ] {521cec8a-2dfc-4e56-adde-1fa1b6adae58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49514) 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) | ||
| 363 | 2024.10.04 15:56:58.401589 [ 3 ] {521cec8a-2dfc-4e56-adde-1fa1b6adae58} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
| 364 | 2024.10.04 15:56:58.410225 [ 3 ] {521cec8a-2dfc-4e56-adde-1fa1b6adae58} <Debug> oximeter.measurements_i64 (939a8da9-e23f-43bf-9220-f0fcfd4bcbc0): Loading data parts | ||
| 365 | 2024.10.04 15:56:58.410401 [ 3 ] {521cec8a-2dfc-4e56-adde-1fa1b6adae58} <Debug> oximeter.measurements_i64 (939a8da9-e23f-43bf-9220-f0fcfd4bcbc0): There are no data parts | ||
| 366 | 2024.10.04 15:56:58.413575 [ 3 ] {521cec8a-2dfc-4e56-adde-1fa1b6adae58} <Debug> DynamicQueryHandler: Done processing query | ||
| 367 | 2024.10.04 15:56:58.413628 [ 3 ] {} <Debug> HTTP-Session: 2780f2b9-3608-4877-b284-ef764548d5e8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 368 | 2024.10.04 15:56:58.413766 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49514, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 369 | 2024.10.04 15:56:58.413832 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 370 | 2024.10.04 15:56:58.413864 [ 3 ] {} <Debug> HTTP-Session: 56ab2c77-3e91-4bad-b66b-51fdf7fe921f Authenticating user 'default' from [fd00:1122:3344:101::d]:49514 | ||
| 371 | 2024.10.04 15:56:58.413884 [ 3 ] {} <Debug> HTTP-Session: 56ab2c77-3e91-4bad-b66b-51fdf7fe921f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 372 | 2024.10.04 15:56:58.413901 [ 3 ] {} <Debug> HTTP-Session: 56ab2c77-3e91-4bad-b66b-51fdf7fe921f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 373 | 2024.10.04 15:56:58.413967 [ 3 ] {} <Trace> HTTP-Session: 56ab2c77-3e91-4bad-b66b-51fdf7fe921f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 374 | 2024.10.04 15:56:58.414143 [ 3 ] {890268c7-a3b6-4f52-9fda-f9fafb7f0cb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49514) 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) | ||
| 375 | 2024.10.04 15:56:58.414211 [ 3 ] {890268c7-a3b6-4f52-9fda-f9fafb7f0cb9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
| 376 | 2024.10.04 15:56:58.429340 [ 3 ] {890268c7-a3b6-4f52-9fda-f9fafb7f0cb9} <Debug> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Loading data parts | ||
| 377 | 2024.10.04 15:56:58.429784 [ 3 ] {890268c7-a3b6-4f52-9fda-f9fafb7f0cb9} <Debug> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): There are no data parts | ||
| 378 | 2024.10.04 15:56:58.437375 [ 3 ] {890268c7-a3b6-4f52-9fda-f9fafb7f0cb9} <Debug> DynamicQueryHandler: Done processing query | ||
| 379 | 2024.10.04 15:56:58.437401 [ 3 ] {} <Debug> HTTP-Session: 56ab2c77-3e91-4bad-b66b-51fdf7fe921f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 380 | 2024.10.04 15:56:58.437554 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49514, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 381 | 2024.10.04 15:56:58.437617 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 382 | 2024.10.04 15:56:58.437636 [ 3 ] {} <Debug> HTTP-Session: 666702f6-53cb-4084-8620-6be3705295e9 Authenticating user 'default' from [fd00:1122:3344:101::d]:49514 | ||
| 383 | 2024.10.04 15:56:58.437682 [ 3 ] {} <Debug> HTTP-Session: 666702f6-53cb-4084-8620-6be3705295e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 384 | 2024.10.04 15:56:58.437696 [ 3 ] {} <Debug> HTTP-Session: 666702f6-53cb-4084-8620-6be3705295e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 385 | 2024.10.04 15:56:58.437726 [ 3 ] {} <Trace> HTTP-Session: 666702f6-53cb-4084-8620-6be3705295e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 386 | 2024.10.04 15:56:58.437913 [ 3 ] {2c55a7ad-2a2b-4667-ba27-b226d2a53839} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49514) 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) | ||
| 387 | 2024.10.04 15:56:58.437976 [ 3 ] {2c55a7ad-2a2b-4667-ba27-b226d2a53839} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
| 388 | 2024.10.04 15:56:58.443171 [ 3 ] {2c55a7ad-2a2b-4667-ba27-b226d2a53839} <Debug> oximeter.measurements_f32 (5ae73365-da36-4a7b-b0b2-4681f4ee1e1b): Loading data parts | ||
| 389 | 2024.10.04 15:56:58.443340 [ 3 ] {2c55a7ad-2a2b-4667-ba27-b226d2a53839} <Debug> oximeter.measurements_f32 (5ae73365-da36-4a7b-b0b2-4681f4ee1e1b): There are no data parts | ||
| 390 | 2024.10.04 15:56:58.452189 [ 3 ] {2c55a7ad-2a2b-4667-ba27-b226d2a53839} <Debug> DynamicQueryHandler: Done processing query | ||
| 391 | 2024.10.04 15:56:58.452237 [ 3 ] {} <Debug> HTTP-Session: 666702f6-53cb-4084-8620-6be3705295e9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 392 | 2024.10.04 15:56:58.452387 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49514, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 393 | 2024.10.04 15:56:58.452480 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 394 | 2024.10.04 15:56:58.452504 [ 3 ] {} <Debug> HTTP-Session: 354784ea-7bc3-4c54-94a3-edc93d9ff579 Authenticating user 'default' from [fd00:1122:3344:101::d]:49514 | ||
| 395 | 2024.10.04 15:56:58.452526 [ 3 ] {} <Debug> HTTP-Session: 354784ea-7bc3-4c54-94a3-edc93d9ff579 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 396 | 2024.10.04 15:56:58.452557 [ 3 ] {} <Debug> HTTP-Session: 354784ea-7bc3-4c54-94a3-edc93d9ff579 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 397 | 2024.10.04 15:56:58.452604 [ 3 ] {} <Trace> HTTP-Session: 354784ea-7bc3-4c54-94a3-edc93d9ff579 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 398 | 2024.10.04 15:56:58.452817 [ 3 ] {aefe13c3-8aee-40a3-b7d7-2cb5a96fc5de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49514) 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) | ||
| 399 | 2024.10.04 15:56:58.452895 [ 3 ] {aefe13c3-8aee-40a3-b7d7-2cb5a96fc5de} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
| 400 | 2024.10.04 15:56:58.464922 [ 3 ] {aefe13c3-8aee-40a3-b7d7-2cb5a96fc5de} <Debug> oximeter.measurements_f64 (87d8cd82-19cb-42e6-8b47-b078fc436c38): Loading data parts | ||
| 401 | 2024.10.04 15:56:58.465147 [ 3 ] {aefe13c3-8aee-40a3-b7d7-2cb5a96fc5de} <Debug> oximeter.measurements_f64 (87d8cd82-19cb-42e6-8b47-b078fc436c38): There are no data parts | ||
| 402 | 2024.10.04 15:56:58.479753 [ 3 ] {aefe13c3-8aee-40a3-b7d7-2cb5a96fc5de} <Debug> DynamicQueryHandler: Done processing query | ||
| 403 | 2024.10.04 15:56:58.479802 [ 3 ] {} <Debug> HTTP-Session: 354784ea-7bc3-4c54-94a3-edc93d9ff579 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 404 | 2024.10.04 15:56:58.480104 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49514, User-Agent: (none), Length: 298, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 405 | 2024.10.04 15:56:58.480215 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 406 | 2024.10.04 15:56:58.480258 [ 3 ] {} <Debug> HTTP-Session: 335d5db9-0269-40db-a5e7-e675ecd80d6f Authenticating user 'default' from [fd00:1122:3344:101::d]:49514 | ||
| 407 | 2024.10.04 15:56:58.480333 [ 3 ] {} <Debug> HTTP-Session: 335d5db9-0269-40db-a5e7-e675ecd80d6f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 408 | 2024.10.04 15:56:58.480362 [ 3 ] {} <Debug> HTTP-Session: 335d5db9-0269-40db-a5e7-e675ecd80d6f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 409 | 2024.10.04 15:56:58.480400 [ 3 ] {} <Trace> HTTP-Session: 335d5db9-0269-40db-a5e7-e675ecd80d6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 410 | 2024.10.04 15:56:58.480591 [ 3 ] {0c336e3b-72ca-4e41-811c-fad5a5f26950} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49514) 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) | ||
| 411 | 2024.10.04 15:56:58.480653 [ 3 ] {0c336e3b-72ca-4e41-811c-fad5a5f26950} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
| 412 | 2024.10.04 15:56:58.492261 [ 3 ] {0c336e3b-72ca-4e41-811c-fad5a5f26950} <Debug> oximeter.measurements_string (50434799-89ba-41c1-9618-168c20d55ff7): Loading data parts | ||
| 413 | 2024.10.04 15:56:58.492424 [ 3 ] {0c336e3b-72ca-4e41-811c-fad5a5f26950} <Debug> oximeter.measurements_string (50434799-89ba-41c1-9618-168c20d55ff7): There are no data parts | ||
| 414 | 2024.10.04 15:56:58.496210 [ 3 ] {0c336e3b-72ca-4e41-811c-fad5a5f26950} <Debug> DynamicQueryHandler: Done processing query | ||
| 415 | 2024.10.04 15:56:58.496259 [ 3 ] {} <Debug> HTTP-Session: 335d5db9-0269-40db-a5e7-e675ecd80d6f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 416 | 2024.10.04 15:56:58.496458 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49514, User-Agent: (none), Length: 605, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 417 | 2024.10.04 15:56:58.496595 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 418 | 2024.10.04 15:56:58.496632 [ 3 ] {} <Debug> HTTP-Session: 7d00cd0e-bd17-4d33-a1d2-e619213d36f2 Authenticating user 'default' from [fd00:1122:3344:101::d]:49514 | ||
| 419 | 2024.10.04 15:56:58.496665 [ 3 ] {} <Debug> HTTP-Session: 7d00cd0e-bd17-4d33-a1d2-e619213d36f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 420 | 2024.10.04 15:56:58.496719 [ 3 ] {} <Debug> HTTP-Session: 7d00cd0e-bd17-4d33-a1d2-e619213d36f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 421 | 2024.10.04 15:56:58.496779 [ 3 ] {} <Trace> HTTP-Session: 7d00cd0e-bd17-4d33-a1d2-e619213d36f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 422 | 2024.10.04 15:56:58.497068 [ 3 ] {2640ce7d-de40-4b8a-ba13-7927ef1bc582} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49514) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* | ||
| 423 | * NOTE: Right now we can't unambiguously record a nullable byte array. | ||
| 424 | * Arrays cannot be nested in `Nullable()` types, and encoding the array as | ||
| 425 | * a string isn't palatable for a few reasons. | ||
| 426 | * See: https://github.com/oxidecomputer/omicron/issues/4551 for more | ||
| 427 | * details. | ||
| 428 | */ | ||
| 429 | datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 430 | 2024.10.04 15:56:58.497132 [ 3 ] {2640ce7d-de40-4b8a-ba13-7927ef1bc582} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
| 431 | 2024.10.04 15:56:58.508081 [ 3 ] {2640ce7d-de40-4b8a-ba13-7927ef1bc582} <Debug> oximeter.measurements_bytes (171482c5-8635-4536-92e7-5fd9449b2d5b): Loading data parts | ||
| 432 | 2024.10.04 15:56:58.508312 [ 3 ] {2640ce7d-de40-4b8a-ba13-7927ef1bc582} <Debug> oximeter.measurements_bytes (171482c5-8635-4536-92e7-5fd9449b2d5b): There are no data parts | ||
| 433 | 2024.10.04 15:56:58.514887 [ 3 ] {2640ce7d-de40-4b8a-ba13-7927ef1bc582} <Debug> DynamicQueryHandler: Done processing query | ||
| 434 | 2024.10.04 15:56:58.514917 [ 3 ] {} <Debug> HTTP-Session: 7d00cd0e-bd17-4d33-a1d2-e619213d36f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 435 | 2024.10.04 15:56:58.515058 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49514, User-Agent: (none), Length: 353, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 436 | 2024.10.04 15:56:58.515128 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 437 | 2024.10.04 15:56:58.515146 [ 3 ] {} <Debug> HTTP-Session: 9452407e-def4-4c80-adc7-fa3491575be1 Authenticating user 'default' from [fd00:1122:3344:101::d]:49514 | ||
| 438 | 2024.10.04 15:56:58.515162 [ 3 ] {} <Debug> HTTP-Session: 9452407e-def4-4c80-adc7-fa3491575be1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 439 | 2024.10.04 15:56:58.515193 [ 3 ] {} <Debug> HTTP-Session: 9452407e-def4-4c80-adc7-fa3491575be1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 440 | 2024.10.04 15:56:58.515223 [ 3 ] {} <Trace> HTTP-Session: 9452407e-def4-4c80-adc7-fa3491575be1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 441 | 2024.10.04 15:56:58.515405 [ 3 ] {7fc945af-d489-4526-97d0-4cbd35449133} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49514) 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) | ||
| 442 | 2024.10.04 15:56:58.515470 [ 3 ] {7fc945af-d489-4526-97d0-4cbd35449133} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
| 443 | 2024.10.04 15:56:58.520804 [ 3 ] {7fc945af-d489-4526-97d0-4cbd35449133} <Debug> oximeter.measurements_cumulativei64 (b20c11f7-055d-49b3-aa3f-77b878e9b3bc): Loading data parts | ||
| 444 | 2024.10.04 15:56:58.520980 [ 3 ] {7fc945af-d489-4526-97d0-4cbd35449133} <Debug> oximeter.measurements_cumulativei64 (b20c11f7-055d-49b3-aa3f-77b878e9b3bc): There are no data parts | ||
| 445 | 2024.10.04 15:56:58.524046 [ 3 ] {7fc945af-d489-4526-97d0-4cbd35449133} <Debug> DynamicQueryHandler: Done processing query | ||
| 446 | 2024.10.04 15:56:58.524101 [ 3 ] {} <Debug> HTTP-Session: 9452407e-def4-4c80-adc7-fa3491575be1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 447 | 2024.10.04 15:56:58.524243 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49514, User-Agent: (none), Length: 354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 448 | 2024.10.04 15:56:58.524311 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 449 | 2024.10.04 15:56:58.524345 [ 3 ] {} <Debug> HTTP-Session: 142e19ae-354a-4513-bb37-91338b6d6dc6 Authenticating user 'default' from [fd00:1122:3344:101::d]:49514 | ||
| 450 | 2024.10.04 15:56:58.524365 [ 3 ] {} <Debug> HTTP-Session: 142e19ae-354a-4513-bb37-91338b6d6dc6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 451 | 2024.10.04 15:56:58.524382 [ 3 ] {} <Debug> HTTP-Session: 142e19ae-354a-4513-bb37-91338b6d6dc6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 452 | 2024.10.04 15:56:58.524436 [ 3 ] {} <Trace> HTTP-Session: 142e19ae-354a-4513-bb37-91338b6d6dc6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 453 | 2024.10.04 15:56:58.524657 [ 3 ] {0b5a46a2-8e14-4f77-bd7d-94a7b695c0e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49514) 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) | ||
| 454 | 2024.10.04 15:56:58.524736 [ 3 ] {0b5a46a2-8e14-4f77-bd7d-94a7b695c0e9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
| 455 | 2024.10.04 15:56:58.535543 [ 3 ] {0b5a46a2-8e14-4f77-bd7d-94a7b695c0e9} <Debug> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Loading data parts | ||
| 456 | 2024.10.04 15:56:58.535768 [ 3 ] {0b5a46a2-8e14-4f77-bd7d-94a7b695c0e9} <Debug> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): There are no data parts | ||
| 457 | 2024.10.04 15:56:58.538938 [ 3 ] {0b5a46a2-8e14-4f77-bd7d-94a7b695c0e9} <Debug> DynamicQueryHandler: Done processing query | ||
| 458 | 2024.10.04 15:56:58.538988 [ 3 ] {} <Debug> HTTP-Session: 142e19ae-354a-4513-bb37-91338b6d6dc6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 459 | 2024.10.04 15:56:58.539140 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49514, User-Agent: (none), Length: 355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 460 | 2024.10.04 15:56:58.539188 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 461 | 2024.10.04 15:56:58.539207 [ 3 ] {} <Debug> HTTP-Session: 4fa09412-37ce-4170-96a8-74196d87e6f7 Authenticating user 'default' from [fd00:1122:3344:101::d]:49514 | ||
| 462 | 2024.10.04 15:56:58.539243 [ 3 ] {} <Debug> HTTP-Session: 4fa09412-37ce-4170-96a8-74196d87e6f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 463 | 2024.10.04 15:56:58.539257 [ 3 ] {} <Debug> HTTP-Session: 4fa09412-37ce-4170-96a8-74196d87e6f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 464 | 2024.10.04 15:56:58.539287 [ 3 ] {} <Trace> HTTP-Session: 4fa09412-37ce-4170-96a8-74196d87e6f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 465 | 2024.10.04 15:56:58.539487 [ 3 ] {41bb26bf-494e-4078-9f77-d5c9a963db38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49514) 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) | ||
| 466 | 2024.10.04 15:56:58.539553 [ 3 ] {41bb26bf-494e-4078-9f77-d5c9a963db38} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
| 467 | 2024.10.04 15:56:58.548710 [ 3 ] {41bb26bf-494e-4078-9f77-d5c9a963db38} <Debug> oximeter.measurements_cumulativef32 (293359ce-115c-4387-99b3-62fc0fd3b33e): Loading data parts | ||
| 468 | 2024.10.04 15:56:58.548943 [ 3 ] {41bb26bf-494e-4078-9f77-d5c9a963db38} <Debug> oximeter.measurements_cumulativef32 (293359ce-115c-4387-99b3-62fc0fd3b33e): There are no data parts | ||
| 469 | 2024.10.04 15:56:58.552197 [ 3 ] {41bb26bf-494e-4078-9f77-d5c9a963db38} <Debug> DynamicQueryHandler: Done processing query | ||
| 470 | 2024.10.04 15:56:58.552228 [ 3 ] {} <Debug> HTTP-Session: 4fa09412-37ce-4170-96a8-74196d87e6f7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 471 | 2024.10.04 15:56:58.552370 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49514, User-Agent: (none), Length: 356, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 472 | 2024.10.04 15:56:58.552448 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 473 | 2024.10.04 15:56:58.552471 [ 3 ] {} <Debug> HTTP-Session: 22eee28b-0abd-485c-8cd1-55012cc18905 Authenticating user 'default' from [fd00:1122:3344:101::d]:49514 | ||
| 474 | 2024.10.04 15:56:58.552490 [ 3 ] {} <Debug> HTTP-Session: 22eee28b-0abd-485c-8cd1-55012cc18905 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 475 | 2024.10.04 15:56:58.552518 [ 3 ] {} <Debug> HTTP-Session: 22eee28b-0abd-485c-8cd1-55012cc18905 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 476 | 2024.10.04 15:56:58.552554 [ 3 ] {} <Trace> HTTP-Session: 22eee28b-0abd-485c-8cd1-55012cc18905 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 477 | 2024.10.04 15:56:58.552785 [ 3 ] {b59d6017-6137-49ce-a93b-8ad9f416c3f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49514) 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) | ||
| 478 | 2024.10.04 15:56:58.552847 [ 3 ] {b59d6017-6137-49ce-a93b-8ad9f416c3f0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
| 479 | 2024.10.04 15:56:58.563642 [ 3 ] {b59d6017-6137-49ce-a93b-8ad9f416c3f0} <Debug> oximeter.measurements_cumulativef64 (76cb4cb9-172a-432c-b316-ed54fe6b02d6): Loading data parts | ||
| 480 | 2024.10.04 15:56:58.563857 [ 3 ] {b59d6017-6137-49ce-a93b-8ad9f416c3f0} <Debug> oximeter.measurements_cumulativef64 (76cb4cb9-172a-432c-b316-ed54fe6b02d6): There are no data parts | ||
| 481 | 2024.10.04 15:56:58.569570 [ 3 ] {b59d6017-6137-49ce-a93b-8ad9f416c3f0} <Debug> DynamicQueryHandler: Done processing query | ||
| 482 | 2024.10.04 15:56:58.569621 [ 3 ] {} <Debug> HTTP-Session: 22eee28b-0abd-485c-8cd1-55012cc18905 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 483 | 2024.10.04 15:56:58.569832 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49514, User-Agent: (none), Length: 1300, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 484 | 2024.10.04 15:56:58.569957 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 485 | 2024.10.04 15:56:58.569995 [ 3 ] {} <Debug> HTTP-Session: e1e732cd-5d0f-46ee-b36b-2dcfa3119853 Authenticating user 'default' from [fd00:1122:3344:101::d]:49514 | ||
| 486 | 2024.10.04 15:56:58.570026 [ 3 ] {} <Debug> HTTP-Session: e1e732cd-5d0f-46ee-b36b-2dcfa3119853 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 487 | 2024.10.04 15:56:58.570046 [ 3 ] {} <Debug> HTTP-Session: e1e732cd-5d0f-46ee-b36b-2dcfa3119853 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 488 | 2024.10.04 15:56:58.570082 [ 3 ] {} <Trace> HTTP-Session: e1e732cd-5d0f-46ee-b36b-2dcfa3119853 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 489 | 2024.10.04 15:56:58.570328 [ 3 ] {e8062933-6173-4052-b07f-a88e2968d826} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49514) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* | ||
| 490 | * NOTE: Array types cannot be Nullable, see | ||
| 491 | * https://clickhouse.com/docs/en/sql-reference/data-types/nullable | ||
| 492 | * for more details. | ||
| 493 | * | ||
| 494 | * This means we need to use empty arrays to indicate a missing value. This | ||
| 495 | * is unfortunate, and at this point relies on the fact that an | ||
| 496 | * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need | ||
| 497 | * to figure out another way to represent missing samples here. | ||
| 498 | */ | ||
| 499 | bins Array(Int8), counts Array(UInt64), min Int8, max Int8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 500 | 2024.10.04 15:56:58.570396 [ 3 ] {e8062933-6173-4052-b07f-a88e2968d826} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
| 501 | 2024.10.04 15:56:58.576163 [ 3 ] {e8062933-6173-4052-b07f-a88e2968d826} <Debug> oximeter.measurements_histogrami8 (f5d35da8-8456-4d15-951e-6879f83cbbbe): Loading data parts | ||
| 502 | 2024.10.04 15:56:58.576357 [ 3 ] {e8062933-6173-4052-b07f-a88e2968d826} <Debug> oximeter.measurements_histogrami8 (f5d35da8-8456-4d15-951e-6879f83cbbbe): There are no data parts | ||
| 503 | 2024.10.04 15:56:58.579203 [ 3 ] {e8062933-6173-4052-b07f-a88e2968d826} <Debug> DynamicQueryHandler: Done processing query | ||
| 504 | 2024.10.04 15:56:58.579229 [ 3 ] {} <Debug> HTTP-Session: e1e732cd-5d0f-46ee-b36b-2dcfa3119853 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 505 | 2024.10.04 15:56:58.579374 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49514, User-Agent: (none), Length: 839, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 506 | 2024.10.04 15:56:58.579432 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 507 | 2024.10.04 15:56:58.579451 [ 3 ] {} <Debug> HTTP-Session: d15fb658-d214-439c-aa56-7075005c25e3 Authenticating user 'default' from [fd00:1122:3344:101::d]:49514 | ||
| 508 | 2024.10.04 15:56:58.579483 [ 3 ] {} <Debug> HTTP-Session: d15fb658-d214-439c-aa56-7075005c25e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 509 | 2024.10.04 15:56:58.579497 [ 3 ] {} <Debug> HTTP-Session: d15fb658-d214-439c-aa56-7075005c25e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 510 | 2024.10.04 15:56:58.579526 [ 3 ] {} <Trace> HTTP-Session: d15fb658-d214-439c-aa56-7075005c25e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 511 | 2024.10.04 15:56:58.579781 [ 3 ] {203f5da5-5708-45cb-8c6d-98749a1129eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49514) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt8), counts Array(UInt64), min UInt8, max UInt8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 512 | 2024.10.04 15:56:58.579847 [ 3 ] {203f5da5-5708-45cb-8c6d-98749a1129eb} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
| 513 | 2024.10.04 15:56:58.591170 [ 3 ] {203f5da5-5708-45cb-8c6d-98749a1129eb} <Debug> oximeter.measurements_histogramu8 (7b3c2f28-01c6-4776-974f-3b5839922534): Loading data parts | ||
| 514 | 2024.10.04 15:56:58.591364 [ 3 ] {203f5da5-5708-45cb-8c6d-98749a1129eb} <Debug> oximeter.measurements_histogramu8 (7b3c2f28-01c6-4776-974f-3b5839922534): There are no data parts | ||
| 515 | 2024.10.04 15:56:58.603629 [ 3 ] {203f5da5-5708-45cb-8c6d-98749a1129eb} <Debug> DynamicQueryHandler: Done processing query | ||
| 516 | 2024.10.04 15:56:58.603697 [ 3 ] {} <Debug> HTTP-Session: d15fb658-d214-439c-aa56-7075005c25e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 517 | 2024.10.04 15:56:58.603927 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49514, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 518 | 2024.10.04 15:56:58.604036 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 519 | 2024.10.04 15:56:58.604066 [ 3 ] {} <Debug> HTTP-Session: e4e62127-c131-4f3b-afbe-e9bfb62a7897 Authenticating user 'default' from [fd00:1122:3344:101::d]:49514 | ||
| 520 | 2024.10.04 15:56:58.604083 [ 3 ] {} <Debug> HTTP-Session: e4e62127-c131-4f3b-afbe-e9bfb62a7897 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 521 | 2024.10.04 15:56:58.604097 [ 3 ] {} <Debug> HTTP-Session: e4e62127-c131-4f3b-afbe-e9bfb62a7897 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 522 | 2024.10.04 15:56:58.604138 [ 3 ] {} <Trace> HTTP-Session: e4e62127-c131-4f3b-afbe-e9bfb62a7897 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 523 | 2024.10.04 15:56:58.604381 [ 3 ] {53e92509-5bc8-4193-9d0c-5c8cd03b8360} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49514) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int16), counts Array(UInt64), min Int16, max Int16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 524 | 2024.10.04 15:56:58.604447 [ 3 ] {53e92509-5bc8-4193-9d0c-5c8cd03b8360} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
| 525 | 2024.10.04 15:56:58.618157 [ 3 ] {53e92509-5bc8-4193-9d0c-5c8cd03b8360} <Debug> oximeter.measurements_histogrami16 (f423a28a-e2e8-4d35-ba95-10c500951fc3): Loading data parts | ||
| 526 | 2024.10.04 15:56:58.618363 [ 3 ] {53e92509-5bc8-4193-9d0c-5c8cd03b8360} <Debug> oximeter.measurements_histogrami16 (f423a28a-e2e8-4d35-ba95-10c500951fc3): There are no data parts | ||
| 527 | 2024.10.04 15:56:58.634362 [ 3 ] {53e92509-5bc8-4193-9d0c-5c8cd03b8360} <Debug> DynamicQueryHandler: Done processing query | ||
| 528 | 2024.10.04 15:56:58.634394 [ 3 ] {} <Debug> HTTP-Session: e4e62127-c131-4f3b-afbe-e9bfb62a7897 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 529 | 2024.10.04 15:56:58.634585 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49514, User-Agent: (none), Length: 843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 530 | 2024.10.04 15:56:58.634644 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 531 | 2024.10.04 15:56:58.634668 [ 3 ] {} <Debug> HTTP-Session: 7b8990a8-eb13-407a-ad7f-64ce5ef3245b Authenticating user 'default' from [fd00:1122:3344:101::d]:49514 | ||
| 532 | 2024.10.04 15:56:58.634714 [ 3 ] {} <Debug> HTTP-Session: 7b8990a8-eb13-407a-ad7f-64ce5ef3245b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 533 | 2024.10.04 15:56:58.634732 [ 3 ] {} <Debug> HTTP-Session: 7b8990a8-eb13-407a-ad7f-64ce5ef3245b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 534 | 2024.10.04 15:56:58.634768 [ 3 ] {} <Trace> HTTP-Session: 7b8990a8-eb13-407a-ad7f-64ce5ef3245b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 535 | 2024.10.04 15:56:58.635076 [ 3 ] {408add5f-b301-45b9-a34f-4678c614b63b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49514) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt16), counts Array(UInt64), min UInt16, max UInt16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 536 | 2024.10.04 15:56:58.635152 [ 3 ] {408add5f-b301-45b9-a34f-4678c614b63b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
| 537 | 2024.10.04 15:56:58.642265 [ 3 ] {408add5f-b301-45b9-a34f-4678c614b63b} <Debug> oximeter.measurements_histogramu16 (16fbc13b-e7de-4fbe-8fff-569f5140d77b): Loading data parts | ||
| 538 | 2024.10.04 15:56:58.642465 [ 3 ] {408add5f-b301-45b9-a34f-4678c614b63b} <Debug> oximeter.measurements_histogramu16 (16fbc13b-e7de-4fbe-8fff-569f5140d77b): There are no data parts | ||
| 539 | 2024.10.04 15:56:58.651654 [ 3 ] {408add5f-b301-45b9-a34f-4678c614b63b} <Debug> DynamicQueryHandler: Done processing query | ||
| 540 | 2024.10.04 15:56:58.651684 [ 3 ] {} <Debug> HTTP-Session: 7b8990a8-eb13-407a-ad7f-64ce5ef3245b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 541 | 2024.10.04 15:56:58.651823 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49514, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 542 | 2024.10.04 15:56:58.651905 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 543 | 2024.10.04 15:56:58.651925 [ 3 ] {} <Debug> HTTP-Session: 4b8e803f-8ff9-4b36-9054-0ad46a9f93df Authenticating user 'default' from [fd00:1122:3344:101::d]:49514 | ||
| 544 | 2024.10.04 15:56:58.651940 [ 3 ] {} <Debug> HTTP-Session: 4b8e803f-8ff9-4b36-9054-0ad46a9f93df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 545 | 2024.10.04 15:56:58.651969 [ 3 ] {} <Debug> HTTP-Session: 4b8e803f-8ff9-4b36-9054-0ad46a9f93df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 546 | 2024.10.04 15:56:58.652011 [ 3 ] {} <Trace> HTTP-Session: 4b8e803f-8ff9-4b36-9054-0ad46a9f93df Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 547 | 2024.10.04 15:56:58.652261 [ 3 ] {4e35c377-e0e1-415a-92c2-64fa475f6d3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49514) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int32), counts Array(UInt64), min Int32, max Int32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 548 | 2024.10.04 15:56:58.652339 [ 3 ] {4e35c377-e0e1-415a-92c2-64fa475f6d3a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
| 549 | 2024.10.04 15:56:58.664680 [ 3 ] {4e35c377-e0e1-415a-92c2-64fa475f6d3a} <Debug> oximeter.measurements_histogrami32 (eb635124-f3dd-4182-b546-62e36e142f7e): Loading data parts | ||
| 550 | 2024.10.04 15:56:58.664957 [ 3 ] {4e35c377-e0e1-415a-92c2-64fa475f6d3a} <Debug> oximeter.measurements_histogrami32 (eb635124-f3dd-4182-b546-62e36e142f7e): There are no data parts | ||
| 551 | 2024.10.04 15:56:58.676921 [ 3 ] {4e35c377-e0e1-415a-92c2-64fa475f6d3a} <Debug> DynamicQueryHandler: Done processing query | ||
| 552 | 2024.10.04 15:56:58.676972 [ 3 ] {} <Debug> HTTP-Session: 4b8e803f-8ff9-4b36-9054-0ad46a9f93df Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 553 | 2024.10.04 15:56:58.677148 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49514, User-Agent: (none), Length: 843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 554 | 2024.10.04 15:56:58.677197 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 555 | 2024.10.04 15:56:58.677217 [ 3 ] {} <Debug> HTTP-Session: 6eb628b1-d2f8-431a-acc0-c18ccfd443ef Authenticating user 'default' from [fd00:1122:3344:101::d]:49514 | ||
| 556 | 2024.10.04 15:56:58.677259 [ 3 ] {} <Debug> HTTP-Session: 6eb628b1-d2f8-431a-acc0-c18ccfd443ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 557 | 2024.10.04 15:56:58.677274 [ 3 ] {} <Debug> HTTP-Session: 6eb628b1-d2f8-431a-acc0-c18ccfd443ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 558 | 2024.10.04 15:56:58.677304 [ 3 ] {} <Trace> HTTP-Session: 6eb628b1-d2f8-431a-acc0-c18ccfd443ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 559 | 2024.10.04 15:56:58.677573 [ 3 ] {66d841b8-6a6a-4304-8a74-fe75832a014f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49514) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt32), counts Array(UInt64), min UInt32, max UInt32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 560 | 2024.10.04 15:56:58.677654 [ 3 ] {66d841b8-6a6a-4304-8a74-fe75832a014f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
| 561 | 2024.10.04 15:56:58.688102 [ 3 ] {66d841b8-6a6a-4304-8a74-fe75832a014f} <Debug> oximeter.measurements_histogramu32 (f354b60e-82bc-4701-937d-a016316e3e2b): Loading data parts | ||
| 562 | 2024.10.04 15:56:58.688287 [ 3 ] {66d841b8-6a6a-4304-8a74-fe75832a014f} <Debug> oximeter.measurements_histogramu32 (f354b60e-82bc-4701-937d-a016316e3e2b): There are no data parts | ||
| 563 | 2024.10.04 15:56:58.700887 [ 3 ] {66d841b8-6a6a-4304-8a74-fe75832a014f} <Debug> DynamicQueryHandler: Done processing query | ||
| 564 | 2024.10.04 15:56:58.700939 [ 3 ] {} <Debug> HTTP-Session: 6eb628b1-d2f8-431a-acc0-c18ccfd443ef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 565 | 2024.10.04 15:56:58.701093 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49514, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 566 | 2024.10.04 15:56:58.701172 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 567 | 2024.10.04 15:56:58.701191 [ 3 ] {} <Debug> HTTP-Session: 0a12815e-6357-416e-a243-aa9822894d58 Authenticating user 'default' from [fd00:1122:3344:101::d]:49514 | ||
| 568 | 2024.10.04 15:56:58.701207 [ 3 ] {} <Debug> HTTP-Session: 0a12815e-6357-416e-a243-aa9822894d58 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 569 | 2024.10.04 15:56:58.701245 [ 3 ] {} <Debug> HTTP-Session: 0a12815e-6357-416e-a243-aa9822894d58 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 570 | 2024.10.04 15:56:58.701277 [ 3 ] {} <Trace> HTTP-Session: 0a12815e-6357-416e-a243-aa9822894d58 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 571 | 2024.10.04 15:56:58.701523 [ 3 ] {b3965745-50c7-4fb2-bca5-2ea8bf7af692} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49514) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int64), counts Array(UInt64), min Int64, max Int64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 572 | 2024.10.04 15:56:58.701602 [ 3 ] {b3965745-50c7-4fb2-bca5-2ea8bf7af692} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
| 573 | 2024.10.04 15:56:58.715491 [ 3 ] {b3965745-50c7-4fb2-bca5-2ea8bf7af692} <Debug> oximeter.measurements_histogrami64 (fc9d858d-e4d4-4c0a-a1ae-3616eb9b6cf4): Loading data parts | ||
| 574 | 2024.10.04 15:56:58.715699 [ 3 ] {b3965745-50c7-4fb2-bca5-2ea8bf7af692} <Debug> oximeter.measurements_histogrami64 (fc9d858d-e4d4-4c0a-a1ae-3616eb9b6cf4): There are no data parts | ||
| 575 | 2024.10.04 15:56:58.719431 [ 3 ] {b3965745-50c7-4fb2-bca5-2ea8bf7af692} <Debug> DynamicQueryHandler: Done processing query | ||
| 576 | 2024.10.04 15:56:58.719462 [ 3 ] {} <Debug> HTTP-Session: 0a12815e-6357-416e-a243-aa9822894d58 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 577 | 2024.10.04 15:56:58.719629 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49514, User-Agent: (none), Length: 843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 578 | 2024.10.04 15:56:58.719688 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 579 | 2024.10.04 15:56:58.719712 [ 3 ] {} <Debug> HTTP-Session: 8889680b-e265-4792-9e36-0e29e0c64357 Authenticating user 'default' from [fd00:1122:3344:101::d]:49514 | ||
| 580 | 2024.10.04 15:56:58.719760 [ 3 ] {} <Debug> HTTP-Session: 8889680b-e265-4792-9e36-0e29e0c64357 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 581 | 2024.10.04 15:56:58.719776 [ 3 ] {} <Debug> HTTP-Session: 8889680b-e265-4792-9e36-0e29e0c64357 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 582 | 2024.10.04 15:56:58.719813 [ 3 ] {} <Trace> HTTP-Session: 8889680b-e265-4792-9e36-0e29e0c64357 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 583 | 2024.10.04 15:56:58.720106 [ 3 ] {166cdb03-a26c-4f2b-a162-7ac2bbcf73ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49514) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt64), counts Array(UInt64), min UInt64, max UInt64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 584 | 2024.10.04 15:56:58.720185 [ 3 ] {166cdb03-a26c-4f2b-a162-7ac2bbcf73ef} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
| 585 | 2024.10.04 15:56:58.729554 [ 3 ] {166cdb03-a26c-4f2b-a162-7ac2bbcf73ef} <Debug> oximeter.measurements_histogramu64 (00490d86-ebe4-4f2c-857c-d83cd24ebd05): Loading data parts | ||
| 586 | 2024.10.04 15:56:58.729783 [ 3 ] {166cdb03-a26c-4f2b-a162-7ac2bbcf73ef} <Debug> oximeter.measurements_histogramu64 (00490d86-ebe4-4f2c-857c-d83cd24ebd05): There are no data parts | ||
| 587 | 2024.10.04 15:56:58.735207 [ 3 ] {166cdb03-a26c-4f2b-a162-7ac2bbcf73ef} <Debug> DynamicQueryHandler: Done processing query | ||
| 588 | 2024.10.04 15:56:58.735238 [ 3 ] {} <Debug> HTTP-Session: 8889680b-e265-4792-9e36-0e29e0c64357 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 589 | 2024.10.04 15:56:58.735383 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49514, User-Agent: (none), Length: 848, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 590 | 2024.10.04 15:56:58.735473 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 591 | 2024.10.04 15:56:58.735499 [ 3 ] {} <Debug> HTTP-Session: d1b6d7ce-e0d0-4041-9fc2-284a6da5a428 Authenticating user 'default' from [fd00:1122:3344:101::d]:49514 | ||
| 592 | 2024.10.04 15:56:58.735518 [ 3 ] {} <Debug> HTTP-Session: d1b6d7ce-e0d0-4041-9fc2-284a6da5a428 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 593 | 2024.10.04 15:56:58.735554 [ 3 ] {} <Debug> HTTP-Session: d1b6d7ce-e0d0-4041-9fc2-284a6da5a428 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 594 | 2024.10.04 15:56:58.735591 [ 3 ] {} <Trace> HTTP-Session: d1b6d7ce-e0d0-4041-9fc2-284a6da5a428 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 595 | 2024.10.04 15:56:58.735897 [ 3 ] {aca9b8c2-ef71-4de0-a728-ee8c768778d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49514) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float32), counts Array(UInt64), min Float32, max Float32, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 596 | 2024.10.04 15:56:58.735980 [ 3 ] {aca9b8c2-ef71-4de0-a728-ee8c768778d6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
| 597 | 2024.10.04 15:56:58.744214 [ 3 ] {aca9b8c2-ef71-4de0-a728-ee8c768778d6} <Debug> oximeter.measurements_histogramf32 (4910f462-125f-4808-9044-f23a9a624169): Loading data parts | ||
| 598 | 2024.10.04 15:56:58.744473 [ 3 ] {aca9b8c2-ef71-4de0-a728-ee8c768778d6} <Debug> oximeter.measurements_histogramf32 (4910f462-125f-4808-9044-f23a9a624169): There are no data parts | ||
| 599 | 2024.10.04 15:56:58.748036 [ 3 ] {aca9b8c2-ef71-4de0-a728-ee8c768778d6} <Debug> DynamicQueryHandler: Done processing query | ||
| 600 | 2024.10.04 15:56:58.748072 [ 3 ] {} <Debug> HTTP-Session: d1b6d7ce-e0d0-4041-9fc2-284a6da5a428 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 601 | 2024.10.04 15:56:58.748194 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49514, User-Agent: (none), Length: 848, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 602 | 2024.10.04 15:56:58.748243 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 603 | 2024.10.04 15:56:58.748277 [ 3 ] {} <Debug> HTTP-Session: c934e8a3-5126-499a-8d3e-0de99ebe354d Authenticating user 'default' from [fd00:1122:3344:101::d]:49514 | ||
| 604 | 2024.10.04 15:56:58.748293 [ 3 ] {} <Debug> HTTP-Session: c934e8a3-5126-499a-8d3e-0de99ebe354d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 605 | 2024.10.04 15:56:58.748306 [ 3 ] {} <Debug> HTTP-Session: c934e8a3-5126-499a-8d3e-0de99ebe354d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 606 | 2024.10.04 15:56:58.748348 [ 3 ] {} <Trace> HTTP-Session: c934e8a3-5126-499a-8d3e-0de99ebe354d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 607 | 2024.10.04 15:56:58.748596 [ 3 ] {30168c95-c45a-43f5-b546-e81e55d35801} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49514) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float64), counts Array(UInt64), min Float64, max Float64, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 608 | 2024.10.04 15:56:58.748663 [ 3 ] {30168c95-c45a-43f5-b546-e81e55d35801} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
| 609 | 2024.10.04 15:56:58.757380 [ 3 ] {30168c95-c45a-43f5-b546-e81e55d35801} <Debug> oximeter.measurements_histogramf64 (9c600438-ee9c-47d0-ac33-a35772cd0523): Loading data parts | ||
| 610 | 2024.10.04 15:56:58.757617 [ 3 ] {30168c95-c45a-43f5-b546-e81e55d35801} <Debug> oximeter.measurements_histogramf64 (9c600438-ee9c-47d0-ac33-a35772cd0523): There are no data parts | ||
| 611 | 2024.10.04 15:56:58.772001 [ 3 ] {30168c95-c45a-43f5-b546-e81e55d35801} <Debug> DynamicQueryHandler: Done processing query | ||
| 612 | 2024.10.04 15:56:58.772028 [ 3 ] {} <Debug> HTTP-Session: c934e8a3-5126-499a-8d3e-0de99ebe354d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 613 | 2024.10.04 15:56:58.772163 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49514, User-Agent: (none), Length: 1762, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 614 | 2024.10.04 15:56:58.772229 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 615 | 2024.10.04 15:56:58.772249 [ 3 ] {} <Debug> HTTP-Session: 7c023eb0-26d0-464e-9d2c-4683ffe27276 Authenticating user 'default' from [fd00:1122:3344:101::d]:49514 | ||
| 616 | 2024.10.04 15:56:58.772265 [ 3 ] {} <Debug> HTTP-Session: 7c023eb0-26d0-464e-9d2c-4683ffe27276 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 617 | 2024.10.04 15:56:58.772292 [ 3 ] {} <Debug> HTTP-Session: 7c023eb0-26d0-464e-9d2c-4683ffe27276 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 618 | 2024.10.04 15:56:58.772321 [ 3 ] {} <Trace> HTTP-Session: 7c023eb0-26d0-464e-9d2c-4683ffe27276 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 619 | 2024.10.04 15:56:58.772507 [ 3 ] {c3f66390-6eb3-4eb0-b6ae-758262fc40d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49514) /* The field tables store named dimensions of each timeseries. | ||
| 620 | * | ||
| 621 | * As with the measurement tables, there is one field table for each field data | ||
| 622 | * type. Fields are deduplicated by using the "replacing merge tree", though | ||
| 623 | * this behavior **must not** be relied upon for query correctness. | ||
| 624 | * | ||
| 625 | * The index for the fields differs from the measurements, however. Rows are | ||
| 626 | * sorted by timeseries name, then field name, field value, and finally | ||
| 627 | * timeseries key. This reflects the most common pattern for looking them up: | ||
| 628 | * by field name and possibly value, within a timeseries. The resulting keys are | ||
| 629 | * usually then used to look up measurements. | ||
| 630 | * | ||
| 631 | * NOTE: We may want to consider a secondary index on these tables, sorting by | ||
| 632 | * timeseries name and then key, since it would improve lookups where one | ||
| 633 | * already has the key. Realistically though, these tables are quite small and | ||
| 634 | * so performance benefits will be low in absolute terms. | ||
| 635 | * | ||
| 636 | * TTL: We use a materialized column to expire old field table records. This | ||
| 637 | * column is generated automatically by the database whenever a new row is | ||
| 638 | * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *` | ||
| 639 | * query. Since these tables are `ReplacingMergeTree`s, that means the last | ||
| 640 | * record will remain during a deduplication, which will have the last | ||
| 641 | * timestamp. ClickHouse will then expire old data for us, similar to the | ||
| 642 | * measurement tables. | ||
| 643 | */ | ||
| 644 | CREATE TABLE IF NOT EXISTS oximeter.fields_bool ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 645 | 2024.10.04 15:56:58.772569 [ 3 ] {c3f66390-6eb3-4eb0-b6ae-758262fc40d2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
| 646 | 2024.10.04 15:56:58.777062 [ 3 ] {c3f66390-6eb3-4eb0-b6ae-758262fc40d2} <Debug> oximeter.fields_bool (fa06f91c-03f1-467c-a9f0-c03c7745a515): Loading data parts | ||
| 647 | 2024.10.04 15:56:58.777295 [ 3 ] {c3f66390-6eb3-4eb0-b6ae-758262fc40d2} <Debug> oximeter.fields_bool (fa06f91c-03f1-467c-a9f0-c03c7745a515): There are no data parts | ||
| 648 | 2024.10.04 15:56:58.780135 [ 3 ] {c3f66390-6eb3-4eb0-b6ae-758262fc40d2} <Debug> DynamicQueryHandler: Done processing query | ||
| 649 | 2024.10.04 15:56:58.780167 [ 3 ] {} <Debug> HTTP-Session: 7c023eb0-26d0-464e-9d2c-4683ffe27276 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 650 | 2024.10.04 15:56:58.780324 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49514, User-Agent: (none), Length: 335, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 651 | 2024.10.04 15:56:58.780381 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 652 | 2024.10.04 15:56:58.780404 [ 3 ] {} <Debug> HTTP-Session: 8e3b6521-abf8-45e8-900b-5b0b975e73e7 Authenticating user 'default' from [fd00:1122:3344:101::d]:49514 | ||
| 653 | 2024.10.04 15:56:58.780450 [ 3 ] {} <Debug> HTTP-Session: 8e3b6521-abf8-45e8-900b-5b0b975e73e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 654 | 2024.10.04 15:56:58.780467 [ 3 ] {} <Debug> HTTP-Session: 8e3b6521-abf8-45e8-900b-5b0b975e73e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 655 | 2024.10.04 15:56:58.780504 [ 3 ] {} <Trace> HTTP-Session: 8e3b6521-abf8-45e8-900b-5b0b975e73e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 656 | 2024.10.04 15:56:58.780735 [ 3 ] {bd574e97-87d6-4587-b175-fc922efaa79f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49514) CREATE TABLE IF NOT EXISTS oximeter.fields_i8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 657 | 2024.10.04 15:56:58.780804 [ 3 ] {bd574e97-87d6-4587-b175-fc922efaa79f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
| 658 | 2024.10.04 15:56:58.789749 [ 3 ] {bd574e97-87d6-4587-b175-fc922efaa79f} <Debug> oximeter.fields_i8 (4379c381-fd1a-47c7-87ff-026470736662): Loading data parts | ||
| 659 | 2024.10.04 15:56:58.789918 [ 3 ] {bd574e97-87d6-4587-b175-fc922efaa79f} <Debug> oximeter.fields_i8 (4379c381-fd1a-47c7-87ff-026470736662): There are no data parts | ||
| 660 | 2024.10.04 15:56:58.793255 [ 3 ] {bd574e97-87d6-4587-b175-fc922efaa79f} <Debug> DynamicQueryHandler: Done processing query | ||
| 661 | 2024.10.04 15:56:58.793305 [ 3 ] {} <Debug> HTTP-Session: 8e3b6521-abf8-45e8-900b-5b0b975e73e7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 662 | 2024.10.04 15:56:58.793479 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49514, User-Agent: (none), Length: 336, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 663 | 2024.10.04 15:56:58.793609 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 664 | 2024.10.04 15:56:58.793648 [ 3 ] {} <Debug> HTTP-Session: 47c49c28-4e26-4b70-bf73-38252e642482 Authenticating user 'default' from [fd00:1122:3344:101::d]:49514 | ||
| 665 | 2024.10.04 15:56:58.793682 [ 3 ] {} <Debug> HTTP-Session: 47c49c28-4e26-4b70-bf73-38252e642482 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 666 | 2024.10.04 15:56:58.793742 [ 3 ] {} <Debug> HTTP-Session: 47c49c28-4e26-4b70-bf73-38252e642482 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 667 | 2024.10.04 15:56:58.793800 [ 3 ] {} <Trace> HTTP-Session: 47c49c28-4e26-4b70-bf73-38252e642482 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 668 | 2024.10.04 15:56:58.794088 [ 3 ] {f9f04bd2-1a9a-459e-b761-b3ed73049308} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49514) CREATE TABLE IF NOT EXISTS oximeter.fields_u8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 669 | 2024.10.04 15:56:58.794149 [ 3 ] {f9f04bd2-1a9a-459e-b761-b3ed73049308} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
| 670 | 2024.10.04 15:56:58.805162 [ 3 ] {f9f04bd2-1a9a-459e-b761-b3ed73049308} <Debug> oximeter.fields_u8 (b38c7fc2-16b2-4da0-8e0e-60bfa18d3929): Loading data parts | ||
| 671 | 2024.10.04 15:56:58.805353 [ 3 ] {f9f04bd2-1a9a-459e-b761-b3ed73049308} <Debug> oximeter.fields_u8 (b38c7fc2-16b2-4da0-8e0e-60bfa18d3929): There are no data parts | ||
| 672 | 2024.10.04 15:56:58.808916 [ 3 ] {f9f04bd2-1a9a-459e-b761-b3ed73049308} <Debug> DynamicQueryHandler: Done processing query | ||
| 673 | 2024.10.04 15:56:58.808959 [ 3 ] {} <Debug> HTTP-Session: 47c49c28-4e26-4b70-bf73-38252e642482 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 674 | 2024.10.04 15:56:58.809102 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49514, User-Agent: (none), Length: 337, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 675 | 2024.10.04 15:56:58.809153 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 676 | 2024.10.04 15:56:58.809187 [ 3 ] {} <Debug> HTTP-Session: b713c1f4-216c-4b42-9bbd-b4b302bdc13c Authenticating user 'default' from [fd00:1122:3344:101::d]:49514 | ||
| 677 | 2024.10.04 15:56:58.809204 [ 3 ] {} <Debug> HTTP-Session: b713c1f4-216c-4b42-9bbd-b4b302bdc13c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 678 | 2024.10.04 15:56:58.809217 [ 3 ] {} <Debug> HTTP-Session: b713c1f4-216c-4b42-9bbd-b4b302bdc13c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 679 | 2024.10.04 15:56:58.809261 [ 3 ] {} <Trace> HTTP-Session: b713c1f4-216c-4b42-9bbd-b4b302bdc13c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 680 | 2024.10.04 15:56:58.809447 [ 3 ] {204b814c-02df-4be7-8498-cdab3d41513e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49514) CREATE TABLE IF NOT EXISTS oximeter.fields_i16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 681 | 2024.10.04 15:56:58.809506 [ 3 ] {204b814c-02df-4be7-8498-cdab3d41513e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
| 682 | 2024.10.04 15:56:58.822244 [ 3 ] {204b814c-02df-4be7-8498-cdab3d41513e} <Debug> oximeter.fields_i16 (13136256-c87e-43f5-b711-a21ed060b7b1): Loading data parts | ||
| 683 | 2024.10.04 15:56:58.822483 [ 3 ] {204b814c-02df-4be7-8498-cdab3d41513e} <Debug> oximeter.fields_i16 (13136256-c87e-43f5-b711-a21ed060b7b1): There are no data parts | ||
| 684 | 2024.10.04 15:56:58.826271 [ 3 ] {204b814c-02df-4be7-8498-cdab3d41513e} <Debug> DynamicQueryHandler: Done processing query | ||
| 685 | 2024.10.04 15:56:58.826304 [ 3 ] {} <Debug> HTTP-Session: b713c1f4-216c-4b42-9bbd-b4b302bdc13c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 686 | 2024.10.04 15:56:58.826441 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49514, User-Agent: (none), Length: 338, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 687 | 2024.10.04 15:56:58.826522 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 688 | 2024.10.04 15:56:58.826546 [ 3 ] {} <Debug> HTTP-Session: b80bcaf3-b5fc-4816-9b3e-bc1902b1b14e Authenticating user 'default' from [fd00:1122:3344:101::d]:49514 | ||
| 689 | 2024.10.04 15:56:58.826566 [ 3 ] {} <Debug> HTTP-Session: b80bcaf3-b5fc-4816-9b3e-bc1902b1b14e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 690 | 2024.10.04 15:56:58.826598 [ 3 ] {} <Debug> HTTP-Session: b80bcaf3-b5fc-4816-9b3e-bc1902b1b14e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 691 | 2024.10.04 15:56:58.826636 [ 3 ] {} <Trace> HTTP-Session: b80bcaf3-b5fc-4816-9b3e-bc1902b1b14e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 692 | 2024.10.04 15:56:58.826867 [ 3 ] {1a543c9f-abba-446b-93c0-7e99d7ae1831} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49514) CREATE TABLE IF NOT EXISTS oximeter.fields_u16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 693 | 2024.10.04 15:56:58.826920 [ 3 ] {1a543c9f-abba-446b-93c0-7e99d7ae1831} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
| 694 | 2024.10.04 15:56:58.839002 [ 3 ] {1a543c9f-abba-446b-93c0-7e99d7ae1831} <Debug> oximeter.fields_u16 (e9c2286f-cf98-4582-9ae4-6e9eb84e22b6): Loading data parts | ||
| 695 | 2024.10.04 15:56:58.839170 [ 3 ] {1a543c9f-abba-446b-93c0-7e99d7ae1831} <Debug> oximeter.fields_u16 (e9c2286f-cf98-4582-9ae4-6e9eb84e22b6): There are no data parts | ||
| 696 | 2024.10.04 15:56:58.842471 [ 3 ] {1a543c9f-abba-446b-93c0-7e99d7ae1831} <Debug> DynamicQueryHandler: Done processing query | ||
| 697 | 2024.10.04 15:56:58.842573 [ 3 ] {} <Debug> HTTP-Session: b80bcaf3-b5fc-4816-9b3e-bc1902b1b14e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 698 | 2024.10.04 15:56:58.842717 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49514, User-Agent: (none), Length: 337, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 699 | 2024.10.04 15:56:58.842769 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 700 | 2024.10.04 15:56:58.842808 [ 3 ] {} <Debug> HTTP-Session: b78d20b2-fc1d-40f6-9d1e-cf36243cea3c Authenticating user 'default' from [fd00:1122:3344:101::d]:49514 | ||
| 701 | 2024.10.04 15:56:58.842824 [ 3 ] {} <Debug> HTTP-Session: b78d20b2-fc1d-40f6-9d1e-cf36243cea3c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 702 | 2024.10.04 15:56:58.842837 [ 3 ] {} <Debug> HTTP-Session: b78d20b2-fc1d-40f6-9d1e-cf36243cea3c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 703 | 2024.10.04 15:56:58.842881 [ 3 ] {} <Trace> HTTP-Session: b78d20b2-fc1d-40f6-9d1e-cf36243cea3c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 704 | 2024.10.04 15:56:58.843060 [ 3 ] {6dec3a49-ae70-4c5a-b251-b5427d8eec0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49514) CREATE TABLE IF NOT EXISTS oximeter.fields_i32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 705 | 2024.10.04 15:56:58.843120 [ 3 ] {6dec3a49-ae70-4c5a-b251-b5427d8eec0f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
| 706 | 2024.10.04 15:56:58.855635 [ 3 ] {6dec3a49-ae70-4c5a-b251-b5427d8eec0f} <Debug> oximeter.fields_i32 (9b84425e-ef41-4d7b-82e9-0e498e4196ad): Loading data parts | ||
| 707 | 2024.10.04 15:56:58.855853 [ 3 ] {6dec3a49-ae70-4c5a-b251-b5427d8eec0f} <Debug> oximeter.fields_i32 (9b84425e-ef41-4d7b-82e9-0e498e4196ad): There are no data parts | ||
| 708 | 2024.10.04 15:56:58.859421 [ 3 ] {6dec3a49-ae70-4c5a-b251-b5427d8eec0f} <Debug> DynamicQueryHandler: Done processing query | ||
| 709 | 2024.10.04 15:56:58.859452 [ 3 ] {} <Debug> HTTP-Session: b78d20b2-fc1d-40f6-9d1e-cf36243cea3c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 710 | 2024.10.04 15:56:58.859618 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49514, User-Agent: (none), Length: 338, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 711 | 2024.10.04 15:56:58.859689 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 712 | 2024.10.04 15:56:58.859712 [ 3 ] {} <Debug> HTTP-Session: b3454d23-3950-49c0-9d52-f853653f8463 Authenticating user 'default' from [fd00:1122:3344:101::d]:49514 | ||
| 713 | 2024.10.04 15:56:58.859749 [ 3 ] {} <Debug> HTTP-Session: b3454d23-3950-49c0-9d52-f853653f8463 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 714 | 2024.10.04 15:56:58.859766 [ 3 ] {} <Debug> HTTP-Session: b3454d23-3950-49c0-9d52-f853653f8463 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 715 | 2024.10.04 15:56:58.859803 [ 3 ] {} <Trace> HTTP-Session: b3454d23-3950-49c0-9d52-f853653f8463 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 716 | 2024.10.04 15:56:58.860019 [ 3 ] {f1739ccc-5e9a-42a9-bd37-da5774e7e3df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49514) CREATE TABLE IF NOT EXISTS oximeter.fields_u32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 717 | 2024.10.04 15:56:58.860080 [ 3 ] {f1739ccc-5e9a-42a9-bd37-da5774e7e3df} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
| 718 | 2024.10.04 15:56:58.873233 [ 3 ] {f1739ccc-5e9a-42a9-bd37-da5774e7e3df} <Debug> oximeter.fields_u32 (d636b635-d679-4839-bb6a-f39822d1a48c): Loading data parts | ||
| 719 | 2024.10.04 15:56:58.873426 [ 3 ] {f1739ccc-5e9a-42a9-bd37-da5774e7e3df} <Debug> oximeter.fields_u32 (d636b635-d679-4839-bb6a-f39822d1a48c): There are no data parts | ||
| 720 | 2024.10.04 15:56:58.879099 [ 3 ] {f1739ccc-5e9a-42a9-bd37-da5774e7e3df} <Debug> DynamicQueryHandler: Done processing query | ||
| 721 | 2024.10.04 15:56:58.879127 [ 3 ] {} <Debug> HTTP-Session: b3454d23-3950-49c0-9d52-f853653f8463 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 722 | 2024.10.04 15:56:58.879258 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49514, User-Agent: (none), Length: 337, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 723 | 2024.10.04 15:56:58.879339 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 724 | 2024.10.04 15:56:58.879359 [ 3 ] {} <Debug> HTTP-Session: 5af7f74b-f2a0-41e0-8810-099733b24487 Authenticating user 'default' from [fd00:1122:3344:101::d]:49514 | ||
| 725 | 2024.10.04 15:56:58.879375 [ 3 ] {} <Debug> HTTP-Session: 5af7f74b-f2a0-41e0-8810-099733b24487 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 726 | 2024.10.04 15:56:58.879397 [ 3 ] {} <Debug> HTTP-Session: 5af7f74b-f2a0-41e0-8810-099733b24487 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 727 | 2024.10.04 15:56:58.879436 [ 3 ] {} <Trace> HTTP-Session: 5af7f74b-f2a0-41e0-8810-099733b24487 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 728 | 2024.10.04 15:56:58.879611 [ 3 ] {34161592-6bc3-46e1-8dd6-0e272fe4b8f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49514) CREATE TABLE IF NOT EXISTS oximeter.fields_i64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 729 | 2024.10.04 15:56:58.879671 [ 3 ] {34161592-6bc3-46e1-8dd6-0e272fe4b8f9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
| 730 | 2024.10.04 15:56:58.886172 [ 3 ] {34161592-6bc3-46e1-8dd6-0e272fe4b8f9} <Debug> oximeter.fields_i64 (265996db-2c44-4144-9cd0-cc8a609408af): Loading data parts | ||
| 731 | 2024.10.04 15:56:58.886352 [ 3 ] {34161592-6bc3-46e1-8dd6-0e272fe4b8f9} <Debug> oximeter.fields_i64 (265996db-2c44-4144-9cd0-cc8a609408af): There are no data parts | ||
| 732 | 2024.10.04 15:56:58.900399 [ 3 ] {34161592-6bc3-46e1-8dd6-0e272fe4b8f9} <Debug> DynamicQueryHandler: Done processing query | ||
| 733 | 2024.10.04 15:56:58.900429 [ 3 ] {} <Debug> HTTP-Session: 5af7f74b-f2a0-41e0-8810-099733b24487 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 734 | 2024.10.04 15:56:58.900630 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49514, User-Agent: (none), Length: 338, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 735 | 2024.10.04 15:56:58.900691 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 736 | 2024.10.04 15:56:58.900716 [ 3 ] {} <Debug> HTTP-Session: 50edc346-95fc-4e08-807e-50d690961203 Authenticating user 'default' from [fd00:1122:3344:101::d]:49514 | ||
| 737 | 2024.10.04 15:56:58.900747 [ 3 ] {} <Debug> HTTP-Session: 50edc346-95fc-4e08-807e-50d690961203 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 738 | 2024.10.04 15:56:58.900764 [ 3 ] {} <Debug> HTTP-Session: 50edc346-95fc-4e08-807e-50d690961203 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 739 | 2024.10.04 15:56:58.900801 [ 3 ] {} <Trace> HTTP-Session: 50edc346-95fc-4e08-807e-50d690961203 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 740 | 2024.10.04 15:56:58.901016 [ 3 ] {9791b0f1-fb18-439a-9006-ccc6803a157b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49514) CREATE TABLE IF NOT EXISTS oximeter.fields_u64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 741 | 2024.10.04 15:56:58.901072 [ 3 ] {9791b0f1-fb18-439a-9006-ccc6803a157b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
| 742 | 2024.10.04 15:56:58.907003 [ 3 ] {9791b0f1-fb18-439a-9006-ccc6803a157b} <Debug> oximeter.fields_u64 (7da489b5-76e7-4d67-8799-99c539c0f58d): Loading data parts | ||
| 743 | 2024.10.04 15:56:58.907196 [ 3 ] {9791b0f1-fb18-439a-9006-ccc6803a157b} <Debug> oximeter.fields_u64 (7da489b5-76e7-4d67-8799-99c539c0f58d): There are no data parts | ||
| 744 | 2024.10.04 15:56:58.914045 [ 3 ] {9791b0f1-fb18-439a-9006-ccc6803a157b} <Debug> DynamicQueryHandler: Done processing query | ||
| 745 | 2024.10.04 15:56:58.914076 [ 3 ] {} <Debug> HTTP-Session: 50edc346-95fc-4e08-807e-50d690961203 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 746 | 2024.10.04 15:56:58.914214 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49514, User-Agent: (none), Length: 339, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 747 | 2024.10.04 15:56:58.914272 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 748 | 2024.10.04 15:56:58.914295 [ 3 ] {} <Debug> HTTP-Session: 83e4ab56-1df5-460a-8042-dbde98c6b451 Authenticating user 'default' from [fd00:1122:3344:101::d]:49514 | ||
| 749 | 2024.10.04 15:56:58.914315 [ 3 ] {} <Debug> HTTP-Session: 83e4ab56-1df5-460a-8042-dbde98c6b451 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 750 | 2024.10.04 15:56:58.914332 [ 3 ] {} <Debug> HTTP-Session: 83e4ab56-1df5-460a-8042-dbde98c6b451 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 751 | 2024.10.04 15:56:58.914369 [ 3 ] {} <Trace> HTTP-Session: 83e4ab56-1df5-460a-8042-dbde98c6b451 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 752 | 2024.10.04 15:56:58.914583 [ 3 ] {6d402496-4584-4771-836e-c32a302f530b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49514) CREATE TABLE IF NOT EXISTS oximeter.fields_ipaddr ( timeseries_name String, timeseries_key UInt64, field_name String, field_value IPv6, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 753 | 2024.10.04 15:56:58.914636 [ 3 ] {6d402496-4584-4771-836e-c32a302f530b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
| 754 | 2024.10.04 15:56:58.920236 [ 3 ] {6d402496-4584-4771-836e-c32a302f530b} <Debug> oximeter.fields_ipaddr (b5a61649-f8d2-4d83-9d9d-bb23c07f582c): Loading data parts | ||
| 755 | 2024.10.04 15:56:58.920420 [ 3 ] {6d402496-4584-4771-836e-c32a302f530b} <Debug> oximeter.fields_ipaddr (b5a61649-f8d2-4d83-9d9d-bb23c07f582c): There are no data parts | ||
| 756 | 2024.10.04 15:56:58.928855 [ 3 ] {6d402496-4584-4771-836e-c32a302f530b} <Debug> DynamicQueryHandler: Done processing query | ||
| 757 | 2024.10.04 15:56:58.928882 [ 3 ] {} <Debug> HTTP-Session: 83e4ab56-1df5-460a-8042-dbde98c6b451 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 758 | 2024.10.04 15:56:58.929007 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49514, User-Agent: (none), Length: 341, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 759 | 2024.10.04 15:56:58.929055 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 760 | 2024.10.04 15:56:58.929075 [ 3 ] {} <Debug> HTTP-Session: 660821ae-60d5-41ce-ba1b-808a7f8a2246 Authenticating user 'default' from [fd00:1122:3344:101::d]:49514 | ||
| 761 | 2024.10.04 15:56:58.929091 [ 3 ] {} <Debug> HTTP-Session: 660821ae-60d5-41ce-ba1b-808a7f8a2246 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 762 | 2024.10.04 15:56:58.929104 [ 3 ] {} <Debug> HTTP-Session: 660821ae-60d5-41ce-ba1b-808a7f8a2246 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 763 | 2024.10.04 15:56:58.929134 [ 3 ] {} <Trace> HTTP-Session: 660821ae-60d5-41ce-ba1b-808a7f8a2246 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 764 | 2024.10.04 15:56:58.929308 [ 3 ] {00f27a8c-6b4a-44cb-805e-aaeb452d6d4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49514) CREATE TABLE IF NOT EXISTS oximeter.fields_string ( timeseries_name String, timeseries_key UInt64, field_name String, field_value String, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 765 | 2024.10.04 15:56:58.929352 [ 3 ] {00f27a8c-6b4a-44cb-805e-aaeb452d6d4e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
| 766 | 2024.10.04 15:56:58.934958 [ 3 ] {00f27a8c-6b4a-44cb-805e-aaeb452d6d4e} <Debug> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Loading data parts | ||
| 767 | 2024.10.04 15:56:58.935165 [ 3 ] {00f27a8c-6b4a-44cb-805e-aaeb452d6d4e} <Debug> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): There are no data parts | ||
| 768 | 2024.10.04 15:56:58.942379 [ 3 ] {00f27a8c-6b4a-44cb-805e-aaeb452d6d4e} <Debug> DynamicQueryHandler: Done processing query | ||
| 769 | 2024.10.04 15:56:58.942406 [ 3 ] {} <Debug> HTTP-Session: 660821ae-60d5-41ce-ba1b-808a7f8a2246 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 770 | 2024.10.04 15:56:58.942528 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49514, User-Agent: (none), Length: 337, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 771 | 2024.10.04 15:56:58.942578 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 772 | 2024.10.04 15:56:58.942598 [ 3 ] {} <Debug> HTTP-Session: 6094e41b-2424-4842-991f-ce2487a30b6d Authenticating user 'default' from [fd00:1122:3344:101::d]:49514 | ||
| 773 | 2024.10.04 15:56:58.942614 [ 3 ] {} <Debug> HTTP-Session: 6094e41b-2424-4842-991f-ce2487a30b6d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 774 | 2024.10.04 15:56:58.942628 [ 3 ] {} <Debug> HTTP-Session: 6094e41b-2424-4842-991f-ce2487a30b6d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 775 | 2024.10.04 15:56:58.942660 [ 3 ] {} <Trace> HTTP-Session: 6094e41b-2424-4842-991f-ce2487a30b6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 776 | 2024.10.04 15:56:58.942837 [ 3 ] {365a8b48-b530-4b0b-9a02-4fd0964a73b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49514) CREATE TABLE IF NOT EXISTS oximeter.fields_uuid ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UUID, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 777 | 2024.10.04 15:56:58.942881 [ 3 ] {365a8b48-b530-4b0b-9a02-4fd0964a73b1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
| 778 | 2024.10.04 15:56:58.948527 [ 3 ] {365a8b48-b530-4b0b-9a02-4fd0964a73b1} <Debug> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Loading data parts | ||
| 779 | 2024.10.04 15:56:58.948719 [ 3 ] {365a8b48-b530-4b0b-9a02-4fd0964a73b1} <Debug> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): There are no data parts | ||
| 780 | 2024.10.04 15:56:58.956953 [ 3 ] {365a8b48-b530-4b0b-9a02-4fd0964a73b1} <Debug> DynamicQueryHandler: Done processing query | ||
| 781 | 2024.10.04 15:56:58.956986 [ 3 ] {} <Debug> HTTP-Session: 6094e41b-2424-4842-991f-ce2487a30b6d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 782 | 2024.10.04 15:56:58.957143 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49514, User-Agent: (none), Length: 1416, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 783 | 2024.10.04 15:56:58.957193 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 784 | 2024.10.04 15:56:58.957215 [ 3 ] {} <Debug> HTTP-Session: ca900170-07b9-42b1-9aa5-8117769e5d62 Authenticating user 'default' from [fd00:1122:3344:101::d]:49514 | ||
| 785 | 2024.10.04 15:56:58.957232 [ 3 ] {} <Debug> HTTP-Session: ca900170-07b9-42b1-9aa5-8117769e5d62 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 786 | 2024.10.04 15:56:58.957247 [ 3 ] {} <Debug> HTTP-Session: ca900170-07b9-42b1-9aa5-8117769e5d62 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 787 | 2024.10.04 15:56:58.957278 [ 3 ] {} <Trace> HTTP-Session: ca900170-07b9-42b1-9aa5-8117769e5d62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 788 | 2024.10.04 15:56:58.957489 [ 3 ] {1fa377db-f615-4e3a-92ca-60786bfe36ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49514) /* The timeseries schema table stores the extracted schema for the samples | ||
| 789 | * oximeter collects. | ||
| 790 | */ | ||
| 791 | 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) | ||
| 792 | 2024.10.04 15:56:58.957549 [ 3 ] {1fa377db-f615-4e3a-92ca-60786bfe36ab} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
| 793 | 2024.10.04 15:56:58.967136 [ 3 ] {1fa377db-f615-4e3a-92ca-60786bfe36ab} <Debug> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756): Loading data parts | ||
| 794 | 2024.10.04 15:56:58.967344 [ 3 ] {1fa377db-f615-4e3a-92ca-60786bfe36ab} <Debug> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756): There are no data parts | ||
| 795 | 2024.10.04 15:56:58.972596 [ 3 ] {1fa377db-f615-4e3a-92ca-60786bfe36ab} <Debug> DynamicQueryHandler: Done processing query | ||
| 796 | 2024.10.04 15:56:58.972630 [ 3 ] {} <Debug> HTTP-Session: ca900170-07b9-42b1-9aa5-8117769e5d62 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 797 | 2024.10.04 15:56:58.972783 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49514, User-Agent: (none), Length: 52, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 798 | 2024.10.04 15:56:58.972844 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 799 | 2024.10.04 15:56:58.972869 [ 3 ] {} <Debug> HTTP-Session: 75b9cd68-4255-44ef-9fa9-13e5fae4075d Authenticating user 'default' from [fd00:1122:3344:101::d]:49514 | ||
| 800 | 2024.10.04 15:56:58.972890 [ 3 ] {} <Debug> HTTP-Session: 75b9cd68-4255-44ef-9fa9-13e5fae4075d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 801 | 2024.10.04 15:56:58.972908 [ 3 ] {} <Debug> HTTP-Session: 75b9cd68-4255-44ef-9fa9-13e5fae4075d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 802 | 2024.10.04 15:56:58.972946 [ 3 ] {} <Trace> HTTP-Session: 75b9cd68-4255-44ef-9fa9-13e5fae4075d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 803 | 2024.10.04 15:56:58.973128 [ 3 ] {340f01d2-8b99-4a86-a38b-c8fe6fd9bafe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49514) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
| 804 | 2024.10.04 15:56:58.974446 [ 3 ] {340f01d2-8b99-4a86-a38b-c8fe6fd9bafe} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
| 805 | 2024.10.04 15:56:58.983412 [ 3 ] {340f01d2-8b99-4a86-a38b-c8fe6fd9bafe} <Trace> oximeter.version (312a5dd9-4eeb-4f7b-974d-f5a4ad58d3ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 806 | 2024.10.04 15:56:58.983453 [ 3 ] {340f01d2-8b99-4a86-a38b-c8fe6fd9bafe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 807 | 2024.10.04 15:56:58.987732 [ 3 ] {340f01d2-8b99-4a86-a38b-c8fe6fd9bafe} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 808 | 2024.10.04 15:56:58.988803 [ 3 ] {340f01d2-8b99-4a86-a38b-c8fe6fd9bafe} <Trace> oximeter.version (312a5dd9-4eeb-4f7b-974d-f5a4ad58d3ae): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 809 | 2024.10.04 15:56:58.989067 [ 3 ] {340f01d2-8b99-4a86-a38b-c8fe6fd9bafe} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.016025 sec., 62.40249609984399 rows/sec., 998.44 B/sec. | ||
| 810 | 2024.10.04 15:56:58.989243 [ 3 ] {340f01d2-8b99-4a86-a38b-c8fe6fd9bafe} <Debug> DynamicQueryHandler: Done processing query | ||
| 811 | 2024.10.04 15:56:58.989267 [ 3 ] {340f01d2-8b99-4a86-a38b-c8fe6fd9bafe} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 812 | 2024.10.04 15:56:58.989283 [ 3 ] {} <Debug> HTTP-Session: 75b9cd68-4255-44ef-9fa9-13e5fae4075d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 813 | 2024.10.04 15:56:59.001141 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 121.44 MiB, peak 126.57 MiB, free memory in arenas 0.00 B, will set to 133.69 MiB (RSS), difference: 12.24 MiB | ||
| 814 | 2024.10.04 15:57:05.740655 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 90 entries to flush up to offset 90 | ||
| 815 | 2024.10.04 15:57:05.740763 [ 242 ] {} <Debug> SystemLog (system.query_log): Creating new table system.query_log for QueryLog | ||
| 816 | 2024.10.04 15:57:05.747723 [ 242 ] {} <Debug> system.query_log (8f12c5ea-7fed-46c2-8a08-f82b2fd1cd88): Loading data parts | ||
| 817 | 2024.10.04 15:57:05.747956 [ 242 ] {} <Debug> system.query_log (8f12c5ea-7fed-46c2-8a08-f82b2fd1cd88): There are no data parts | ||
| 818 | 2024.10.04 15:57:05.763579 [ 242 ] {} <Trace> system.query_log (8f12c5ea-7fed-46c2-8a08-f82b2fd1cd88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 819 | 2024.10.04 15:57:05.763621 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 820 | 2024.10.04 15:57:05.766261 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 821 | 2024.10.04 15:57:05.767598 [ 242 ] {} <Trace> system.query_log (8f12c5ea-7fed-46c2-8a08-f82b2fd1cd88): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 822 | 2024.10.04 15:57:05.768052 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 90 | ||
| 823 | 2024.10.04 15:57:06.000138 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 138.08 MiB, peak 138.08 MiB, free memory in arenas 0.00 B, will set to 135.03 MiB (RSS), difference: -3.05 MiB | ||
| 824 | 2024.10.04 15:57:08.993484 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 60, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 825 | 2024.10.04 15:57:08.993598 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 826 | 2024.10.04 15:57:08.993623 [ 3 ] {} <Debug> HTTP-Session: d4ee135a-f184-4d3c-ab5e-4797981d5087 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 827 | 2024.10.04 15:57:08.993648 [ 3 ] {} <Debug> HTTP-Session: d4ee135a-f184-4d3c-ab5e-4797981d5087 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 828 | 2024.10.04 15:57:08.993669 [ 3 ] {} <Debug> HTTP-Session: d4ee135a-f184-4d3c-ab5e-4797981d5087 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 829 | 2024.10.04 15:57:08.993721 [ 3 ] {} <Trace> HTTP-Session: d4ee135a-f184-4d3c-ab5e-4797981d5087 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 830 | 2024.10.04 15:57:08.993909 [ 3 ] {8b7f65be-7fb5-4e2b-9e6e-1b582cb332f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) SELECT * FROM oximeter.timeseries_schema FORMAT JSONEachRow; (stage: Complete) | ||
| 831 | 2024.10.04 15:57:08.994296 [ 3 ] {8b7f65be-7fb5-4e2b-9e6e-1b582cb332f6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 832 | 2024.10.04 15:57:08.994531 [ 3 ] {8b7f65be-7fb5-4e2b-9e6e-1b582cb332f6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 833 | 2024.10.04 15:57:08.996744 [ 3 ] {8b7f65be-7fb5-4e2b-9e6e-1b582cb332f6} <Debug> DynamicQueryHandler: Done processing query | ||
| 834 | 2024.10.04 15:57:08.996777 [ 3 ] {8b7f65be-7fb5-4e2b-9e6e-1b582cb332f6} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 835 | 2024.10.04 15:57:08.996795 [ 3 ] {} <Debug> HTTP-Session: d4ee135a-f184-4d3c-ab5e-4797981d5087 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 836 | 2024.10.04 15:57:09.000354 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 135.11 MiB, peak 139.07 MiB, free memory in arenas 0.00 B, will set to 136.84 MiB (RSS), difference: 1.74 MiB | ||
| 837 | 2024.10.04 15:57:09.002182 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 133, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 838 | 2024.10.04 15:57:09.002251 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 839 | 2024.10.04 15:57:09.002277 [ 3 ] {} <Debug> HTTP-Session: 86603be8-4ee7-424c-9b7c-d0564dd57a75 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 840 | 2024.10.04 15:57:09.002300 [ 3 ] {} <Debug> HTTP-Session: 86603be8-4ee7-424c-9b7c-d0564dd57a75 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 841 | 2024.10.04 15:57:09.002318 [ 3 ] {} <Debug> HTTP-Session: 86603be8-4ee7-424c-9b7c-d0564dd57a75 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 842 | 2024.10.04 15:57:09.002361 [ 3 ] {} <Trace> HTTP-Session: 86603be8-4ee7-424c-9b7c-d0564dd57a75 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 843 | 2024.10.04 15:57:09.002554 [ 3 ] {692571f6-ebd1-4eaa-9e91-6e27f8224055} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes') FORMAT JSONEachRow; (stage: Complete) | ||
| 844 | 2024.10.04 15:57:09.004400 [ 3 ] {692571f6-ebd1-4eaa-9e91-6e27f8224055} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 845 | 2024.10.04 15:57:09.004458 [ 3 ] {692571f6-ebd1-4eaa-9e91-6e27f8224055} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 846 | 2024.10.04 15:57:09.005461 [ 3 ] {692571f6-ebd1-4eaa-9e91-6e27f8224055} <Debug> DynamicQueryHandler: Done processing query | ||
| 847 | 2024.10.04 15:57:09.005491 [ 3 ] {692571f6-ebd1-4eaa-9e91-6e27f8224055} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 848 | 2024.10.04 15:57:09.005508 [ 3 ] {} <Debug> HTTP-Session: 86603be8-4ee7-424c-9b7c-d0564dd57a75 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 849 | 2024.10.04 15:57:09.007981 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 175, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 850 | 2024.10.04 15:57:09.008044 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 851 | 2024.10.04 15:57:09.008068 [ 3 ] {} <Debug> HTTP-Session: 920c4a8a-e065-406f-ade8-e60b344b9dec Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 852 | 2024.10.04 15:57:09.008090 [ 3 ] {} <Debug> HTTP-Session: 920c4a8a-e065-406f-ade8-e60b344b9dec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 853 | 2024.10.04 15:57:09.008108 [ 3 ] {} <Debug> HTTP-Session: 920c4a8a-e065-406f-ade8-e60b344b9dec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 854 | 2024.10.04 15:57:09.008147 [ 3 ] {} <Trace> HTTP-Session: 920c4a8a-e065-406f-ade8-e60b344b9dec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 855 | 2024.10.04 15:57:09.008293 [ 3 ] {f49cf62c-650e-4522-a156-b5d0766cac55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes') FORMAT JSONEachRow; (stage: Complete) | ||
| 856 | 2024.10.04 15:57:09.008658 [ 3 ] {f49cf62c-650e-4522-a156-b5d0766cac55} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 857 | 2024.10.04 15:57:09.008711 [ 3 ] {f49cf62c-650e-4522-a156-b5d0766cac55} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 858 | 2024.10.04 15:57:09.009630 [ 3 ] {f49cf62c-650e-4522-a156-b5d0766cac55} <Debug> DynamicQueryHandler: Done processing query | ||
| 859 | 2024.10.04 15:57:09.009655 [ 3 ] {f49cf62c-650e-4522-a156-b5d0766cac55} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 860 | 2024.10.04 15:57:09.009672 [ 3 ] {} <Debug> HTTP-Session: 920c4a8a-e065-406f-ade8-e60b344b9dec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 861 | 2024.10.04 15:57:09.009960 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 209, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 862 | 2024.10.04 15:57:09.010008 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 863 | 2024.10.04 15:57:09.010028 [ 3 ] {} <Debug> HTTP-Session: c7f32412-6ca2-47df-9fc2-cbff0623cc5b Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 864 | 2024.10.04 15:57:09.010044 [ 3 ] {} <Debug> HTTP-Session: c7f32412-6ca2-47df-9fc2-cbff0623cc5b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 865 | 2024.10.04 15:57:09.010058 [ 3 ] {} <Debug> HTTP-Session: c7f32412-6ca2-47df-9fc2-cbff0623cc5b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 866 | 2024.10.04 15:57:09.010088 [ 3 ] {} <Trace> HTTP-Session: c7f32412-6ca2-47df-9fc2-cbff0623cc5b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 867 | 2024.10.04 15:57:09.010207 [ 3 ] {2894f271-8ff1-405d-9402-d9ad084b4b85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) 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) | ||
| 868 | 2024.10.04 15:57:09.010522 [ 3 ] {2894f271-8ff1-405d-9402-d9ad084b4b85} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 869 | 2024.10.04 15:57:09.010577 [ 3 ] {2894f271-8ff1-405d-9402-d9ad084b4b85} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 870 | 2024.10.04 15:57:09.011510 [ 3 ] {2894f271-8ff1-405d-9402-d9ad084b4b85} <Debug> DynamicQueryHandler: Done processing query | ||
| 871 | 2024.10.04 15:57:09.011538 [ 3 ] {2894f271-8ff1-405d-9402-d9ad084b4b85} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 872 | 2024.10.04 15:57:09.011555 [ 3 ] {} <Debug> HTTP-Session: c7f32412-6ca2-47df-9fc2-cbff0623cc5b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 873 | 2024.10.04 15:57:09.011814 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 247, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 874 | 2024.10.04 15:57:09.011861 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 875 | 2024.10.04 15:57:09.011880 [ 3 ] {} <Debug> HTTP-Session: 3523e10c-55f0-4eb8-9e34-ba376ae5af63 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 876 | 2024.10.04 15:57:09.011896 [ 3 ] {} <Debug> HTTP-Session: 3523e10c-55f0-4eb8-9e34-ba376ae5af63 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 877 | 2024.10.04 15:57:09.011910 [ 3 ] {} <Debug> HTTP-Session: 3523e10c-55f0-4eb8-9e34-ba376ae5af63 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 878 | 2024.10.04 15:57:09.011940 [ 3 ] {} <Trace> HTTP-Session: 3523e10c-55f0-4eb8-9e34-ba376ae5af63 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 879 | 2024.10.04 15:57:09.012060 [ 3 ] {24528175-330f-41a4-b7a8-ebc3243eadaa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) 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) | ||
| 880 | 2024.10.04 15:57:09.012383 [ 3 ] {24528175-330f-41a4-b7a8-ebc3243eadaa} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 881 | 2024.10.04 15:57:09.012435 [ 3 ] {24528175-330f-41a4-b7a8-ebc3243eadaa} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 882 | 2024.10.04 15:57:09.013371 [ 3 ] {24528175-330f-41a4-b7a8-ebc3243eadaa} <Debug> DynamicQueryHandler: Done processing query | ||
| 883 | 2024.10.04 15:57:09.013397 [ 3 ] {24528175-330f-41a4-b7a8-ebc3243eadaa} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 884 | 2024.10.04 15:57:09.013414 [ 3 ] {} <Debug> HTTP-Session: 3523e10c-55f0-4eb8-9e34-ba376ae5af63 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 885 | 2024.10.04 15:57:09.013657 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 282, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 886 | 2024.10.04 15:57:09.013705 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 887 | 2024.10.04 15:57:09.013724 [ 3 ] {} <Debug> HTTP-Session: 95b157fb-d945-454d-98b4-5dc2a0ad062c Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 888 | 2024.10.04 15:57:09.013741 [ 3 ] {} <Debug> HTTP-Session: 95b157fb-d945-454d-98b4-5dc2a0ad062c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 889 | 2024.10.04 15:57:09.013755 [ 3 ] {} <Debug> HTTP-Session: 95b157fb-d945-454d-98b4-5dc2a0ad062c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 890 | 2024.10.04 15:57:09.013786 [ 3 ] {} <Trace> HTTP-Session: 95b157fb-d945-454d-98b4-5dc2a0ad062c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 891 | 2024.10.04 15:57:09.013908 [ 3 ] {1a17ff7d-4fb9-48c1-bff4-c8c52e6c416f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) 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) | ||
| 892 | 2024.10.04 15:57:09.014229 [ 3 ] {1a17ff7d-4fb9-48c1-bff4-c8c52e6c416f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 893 | 2024.10.04 15:57:09.014282 [ 3 ] {1a17ff7d-4fb9-48c1-bff4-c8c52e6c416f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 894 | 2024.10.04 15:57:09.015333 [ 3 ] {1a17ff7d-4fb9-48c1-bff4-c8c52e6c416f} <Debug> DynamicQueryHandler: Done processing query | ||
| 895 | 2024.10.04 15:57:09.015359 [ 3 ] {1a17ff7d-4fb9-48c1-bff4-c8c52e6c416f} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 896 | 2024.10.04 15:57:09.015376 [ 3 ] {} <Debug> HTTP-Session: 95b157fb-d945-454d-98b4-5dc2a0ad062c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 897 | 2024.10.04 15:57:09.015615 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 321, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 898 | 2024.10.04 15:57:09.015662 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 899 | 2024.10.04 15:57:09.015681 [ 3 ] {} <Debug> HTTP-Session: 887ae1ae-d694-4bae-9a30-f2b5a5e8a42e Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 900 | 2024.10.04 15:57:09.015697 [ 3 ] {} <Debug> HTTP-Session: 887ae1ae-d694-4bae-9a30-f2b5a5e8a42e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 901 | 2024.10.04 15:57:09.015711 [ 3 ] {} <Debug> HTTP-Session: 887ae1ae-d694-4bae-9a30-f2b5a5e8a42e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 902 | 2024.10.04 15:57:09.015741 [ 3 ] {} <Trace> HTTP-Session: 887ae1ae-d694-4bae-9a30-f2b5a5e8a42e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 903 | 2024.10.04 15:57:09.015864 [ 3 ] {7722890d-b141-43ac-8827-83acc47dc483} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) 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) | ||
| 904 | 2024.10.04 15:57:09.016190 [ 3 ] {7722890d-b141-43ac-8827-83acc47dc483} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 905 | 2024.10.04 15:57:09.016242 [ 3 ] {7722890d-b141-43ac-8827-83acc47dc483} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 906 | 2024.10.04 15:57:09.017135 [ 3 ] {7722890d-b141-43ac-8827-83acc47dc483} <Debug> DynamicQueryHandler: Done processing query | ||
| 907 | 2024.10.04 15:57:09.017161 [ 3 ] {7722890d-b141-43ac-8827-83acc47dc483} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 908 | 2024.10.04 15:57:09.017178 [ 3 ] {} <Debug> HTTP-Session: 887ae1ae-d694-4bae-9a30-f2b5a5e8a42e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 909 | 2024.10.04 15:57:09.017464 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 353, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 910 | 2024.10.04 15:57:09.017512 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 911 | 2024.10.04 15:57:09.017530 [ 3 ] {} <Debug> HTTP-Session: 6fedb48f-daaa-4652-b136-9c04568cee45 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 912 | 2024.10.04 15:57:09.017546 [ 3 ] {} <Debug> HTTP-Session: 6fedb48f-daaa-4652-b136-9c04568cee45 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 913 | 2024.10.04 15:57:09.017560 [ 3 ] {} <Debug> HTTP-Session: 6fedb48f-daaa-4652-b136-9c04568cee45 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 914 | 2024.10.04 15:57:09.017590 [ 3 ] {} <Trace> HTTP-Session: 6fedb48f-daaa-4652-b136-9c04568cee45 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 915 | 2024.10.04 15:57:09.017711 [ 3 ] {6b950a53-41a9-4cd6-9c99-0228056a74f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) 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) | ||
| 916 | 2024.10.04 15:57:09.018045 [ 3 ] {6b950a53-41a9-4cd6-9c99-0228056a74f3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 917 | 2024.10.04 15:57:09.018096 [ 3 ] {6b950a53-41a9-4cd6-9c99-0228056a74f3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 918 | 2024.10.04 15:57:09.018982 [ 3 ] {6b950a53-41a9-4cd6-9c99-0228056a74f3} <Debug> DynamicQueryHandler: Done processing query | ||
| 919 | 2024.10.04 15:57:09.019008 [ 3 ] {6b950a53-41a9-4cd6-9c99-0228056a74f3} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 920 | 2024.10.04 15:57:09.019024 [ 3 ] {} <Debug> HTTP-Session: 6fedb48f-daaa-4652-b136-9c04568cee45 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 921 | 2024.10.04 15:57:09.019252 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 389, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 922 | 2024.10.04 15:57:09.019299 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 923 | 2024.10.04 15:57:09.019317 [ 3 ] {} <Debug> HTTP-Session: 653db8e8-8d85-4517-9b9d-0813852bbc88 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 924 | 2024.10.04 15:57:09.019333 [ 3 ] {} <Debug> HTTP-Session: 653db8e8-8d85-4517-9b9d-0813852bbc88 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 925 | 2024.10.04 15:57:09.019346 [ 3 ] {} <Debug> HTTP-Session: 653db8e8-8d85-4517-9b9d-0813852bbc88 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 926 | 2024.10.04 15:57:09.019377 [ 3 ] {} <Trace> HTTP-Session: 653db8e8-8d85-4517-9b9d-0813852bbc88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 927 | 2024.10.04 15:57:09.019499 [ 3 ] {641412cf-62cb-424c-a0fe-45dfb18608de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) 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) | ||
| 928 | 2024.10.04 15:57:09.019832 [ 3 ] {641412cf-62cb-424c-a0fe-45dfb18608de} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 929 | 2024.10.04 15:57:09.019885 [ 3 ] {641412cf-62cb-424c-a0fe-45dfb18608de} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 930 | 2024.10.04 15:57:09.020944 [ 3 ] {641412cf-62cb-424c-a0fe-45dfb18608de} <Debug> DynamicQueryHandler: Done processing query | ||
| 931 | 2024.10.04 15:57:09.020970 [ 3 ] {641412cf-62cb-424c-a0fe-45dfb18608de} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 932 | 2024.10.04 15:57:09.020986 [ 3 ] {} <Debug> HTTP-Session: 653db8e8-8d85-4517-9b9d-0813852bbc88 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 933 | 2024.10.04 15:57:09.021194 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 430, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 934 | 2024.10.04 15:57:09.021242 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 935 | 2024.10.04 15:57:09.021261 [ 3 ] {} <Debug> HTTP-Session: 02b18632-4ec6-4345-a954-f83af4f114bb Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 936 | 2024.10.04 15:57:09.021278 [ 3 ] {} <Debug> HTTP-Session: 02b18632-4ec6-4345-a954-f83af4f114bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 937 | 2024.10.04 15:57:09.021292 [ 3 ] {} <Debug> HTTP-Session: 02b18632-4ec6-4345-a954-f83af4f114bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 938 | 2024.10.04 15:57:09.021322 [ 3 ] {} <Trace> HTTP-Session: 02b18632-4ec6-4345-a954-f83af4f114bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 939 | 2024.10.04 15:57:09.021447 [ 3 ] {c431fee0-f9c0-4cc4-a431-c9e489ff1cac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) 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) | ||
| 940 | 2024.10.04 15:57:09.021792 [ 3 ] {c431fee0-f9c0-4cc4-a431-c9e489ff1cac} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 941 | 2024.10.04 15:57:09.021845 [ 3 ] {c431fee0-f9c0-4cc4-a431-c9e489ff1cac} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 942 | 2024.10.04 15:57:09.022822 [ 3 ] {c431fee0-f9c0-4cc4-a431-c9e489ff1cac} <Debug> DynamicQueryHandler: Done processing query | ||
| 943 | 2024.10.04 15:57:09.022847 [ 3 ] {c431fee0-f9c0-4cc4-a431-c9e489ff1cac} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 944 | 2024.10.04 15:57:09.022863 [ 3 ] {} <Debug> HTTP-Session: 02b18632-4ec6-4345-a954-f83af4f114bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 945 | 2024.10.04 15:57:09.023097 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 458, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 946 | 2024.10.04 15:57:09.023167 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 947 | 2024.10.04 15:57:09.023187 [ 3 ] {} <Debug> HTTP-Session: cfaccbf2-7e47-4ce1-954e-7b4e19666196 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 948 | 2024.10.04 15:57:09.023208 [ 3 ] {} <Debug> HTTP-Session: cfaccbf2-7e47-4ce1-954e-7b4e19666196 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 949 | 2024.10.04 15:57:09.023223 [ 3 ] {} <Debug> HTTP-Session: cfaccbf2-7e47-4ce1-954e-7b4e19666196 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 950 | 2024.10.04 15:57:09.023253 [ 3 ] {} <Trace> HTTP-Session: cfaccbf2-7e47-4ce1-954e-7b4e19666196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 951 | 2024.10.04 15:57:09.023378 [ 3 ] {206e2cbf-27d5-43b0-a616-d418dc9f9739} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) 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) | ||
| 952 | 2024.10.04 15:57:09.023718 [ 3 ] {206e2cbf-27d5-43b0-a616-d418dc9f9739} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 953 | 2024.10.04 15:57:09.023770 [ 3 ] {206e2cbf-27d5-43b0-a616-d418dc9f9739} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 954 | 2024.10.04 15:57:09.024767 [ 3 ] {206e2cbf-27d5-43b0-a616-d418dc9f9739} <Debug> DynamicQueryHandler: Done processing query | ||
| 955 | 2024.10.04 15:57:09.024793 [ 3 ] {206e2cbf-27d5-43b0-a616-d418dc9f9739} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 956 | 2024.10.04 15:57:09.024810 [ 3 ] {} <Debug> HTTP-Session: cfaccbf2-7e47-4ce1-954e-7b4e19666196 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 957 | 2024.10.04 15:57:09.025026 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 490, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 958 | 2024.10.04 15:57:09.025072 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 959 | 2024.10.04 15:57:09.025091 [ 3 ] {} <Debug> HTTP-Session: a9e27557-daa7-4aa8-9253-ccef70c60ea0 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 960 | 2024.10.04 15:57:09.025107 [ 3 ] {} <Debug> HTTP-Session: a9e27557-daa7-4aa8-9253-ccef70c60ea0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 961 | 2024.10.04 15:57:09.025121 [ 3 ] {} <Debug> HTTP-Session: a9e27557-daa7-4aa8-9253-ccef70c60ea0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 962 | 2024.10.04 15:57:09.025150 [ 3 ] {} <Trace> HTTP-Session: a9e27557-daa7-4aa8-9253-ccef70c60ea0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 963 | 2024.10.04 15:57:09.025277 [ 3 ] {12817624-af99-4ef4-a46d-67c203541a3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) 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) | ||
| 964 | 2024.10.04 15:57:09.025619 [ 3 ] {12817624-af99-4ef4-a46d-67c203541a3b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 965 | 2024.10.04 15:57:09.025672 [ 3 ] {12817624-af99-4ef4-a46d-67c203541a3b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 966 | 2024.10.04 15:57:09.026702 [ 3 ] {12817624-af99-4ef4-a46d-67c203541a3b} <Debug> DynamicQueryHandler: Done processing query | ||
| 967 | 2024.10.04 15:57:09.026728 [ 3 ] {12817624-af99-4ef4-a46d-67c203541a3b} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 968 | 2024.10.04 15:57:09.026745 [ 3 ] {} <Debug> HTTP-Session: a9e27557-daa7-4aa8-9253-ccef70c60ea0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 969 | 2024.10.04 15:57:09.026972 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 522, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 970 | 2024.10.04 15:57:09.027020 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 971 | 2024.10.04 15:57:09.027038 [ 3 ] {} <Debug> HTTP-Session: df8bfe6b-74f7-4056-8754-53613dcc3df5 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 972 | 2024.10.04 15:57:09.027054 [ 3 ] {} <Debug> HTTP-Session: df8bfe6b-74f7-4056-8754-53613dcc3df5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 973 | 2024.10.04 15:57:09.027068 [ 3 ] {} <Debug> HTTP-Session: df8bfe6b-74f7-4056-8754-53613dcc3df5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 974 | 2024.10.04 15:57:09.027098 [ 3 ] {} <Trace> HTTP-Session: df8bfe6b-74f7-4056-8754-53613dcc3df5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 975 | 2024.10.04 15:57:09.027227 [ 3 ] {80669a9a-71b7-4793-ab84-2909684edbca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) 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) | ||
| 976 | 2024.10.04 15:57:09.027575 [ 3 ] {80669a9a-71b7-4793-ab84-2909684edbca} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 977 | 2024.10.04 15:57:09.027629 [ 3 ] {80669a9a-71b7-4793-ab84-2909684edbca} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 978 | 2024.10.04 15:57:09.028572 [ 3 ] {80669a9a-71b7-4793-ab84-2909684edbca} <Debug> DynamicQueryHandler: Done processing query | ||
| 979 | 2024.10.04 15:57:09.028599 [ 3 ] {80669a9a-71b7-4793-ab84-2909684edbca} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 980 | 2024.10.04 15:57:09.028615 [ 3 ] {} <Debug> HTTP-Session: df8bfe6b-74f7-4056-8754-53613dcc3df5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 981 | 2024.10.04 15:57:09.028826 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 564, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 982 | 2024.10.04 15:57:09.028873 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 983 | 2024.10.04 15:57:09.028892 [ 3 ] {} <Debug> HTTP-Session: bd678860-6c2e-42a2-a4de-a68254d96fd2 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 984 | 2024.10.04 15:57:09.028908 [ 3 ] {} <Debug> HTTP-Session: bd678860-6c2e-42a2-a4de-a68254d96fd2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 985 | 2024.10.04 15:57:09.028922 [ 3 ] {} <Debug> HTTP-Session: bd678860-6c2e-42a2-a4de-a68254d96fd2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 986 | 2024.10.04 15:57:09.028951 [ 3 ] {} <Trace> HTTP-Session: bd678860-6c2e-42a2-a4de-a68254d96fd2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 987 | 2024.10.04 15:57:09.029081 [ 3 ] {be5666dd-cd7f-4a03-9cc0-8782298e3a19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) 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) | ||
| 988 | 2024.10.04 15:57:09.029432 [ 3 ] {be5666dd-cd7f-4a03-9cc0-8782298e3a19} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 989 | 2024.10.04 15:57:09.029485 [ 3 ] {be5666dd-cd7f-4a03-9cc0-8782298e3a19} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 990 | 2024.10.04 15:57:09.030495 [ 3 ] {be5666dd-cd7f-4a03-9cc0-8782298e3a19} <Debug> DynamicQueryHandler: Done processing query | ||
| 991 | 2024.10.04 15:57:09.030520 [ 3 ] {be5666dd-cd7f-4a03-9cc0-8782298e3a19} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 992 | 2024.10.04 15:57:09.030536 [ 3 ] {} <Debug> HTTP-Session: bd678860-6c2e-42a2-a4de-a68254d96fd2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 993 | 2024.10.04 15:57:09.031341 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 3987, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 994 | 2024.10.04 15:57:09.031388 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 995 | 2024.10.04 15:57:09.031407 [ 3 ] {} <Debug> HTTP-Session: 85ecb9b5-4ec1-415f-85fc-011dfd675c97 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 996 | 2024.10.04 15:57:09.031423 [ 3 ] {} <Debug> HTTP-Session: 85ecb9b5-4ec1-415f-85fc-011dfd675c97 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 997 | 2024.10.04 15:57:09.031437 [ 3 ] {} <Debug> HTTP-Session: 85ecb9b5-4ec1-415f-85fc-011dfd675c97 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 998 | 2024.10.04 15:57:09.031466 [ 3 ] {} <Trace> HTTP-Session: 85ecb9b5-4ec1-415f-85fc-011dfd675c97 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 999 | 2024.10.04 15:57:09.031585 [ 3 ] {8724aeda-1188-4b6e-bac0-4224689d3b39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
| 1000 | 2024.10.04 15:57:09.031630 [ 3 ] {8724aeda-1188-4b6e-bac0-4224689d3b39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1001 | 2024.10.04 15:57:09.031824 [ 3 ] {8724aeda-1188-4b6e-bac0-4224689d3b39} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1002 | 2024.10.04 15:57:09.032300 [ 3 ] {8724aeda-1188-4b6e-bac0-4224689d3b39} <Trace> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1003 | 2024.10.04 15:57:09.032337 [ 3 ] {8724aeda-1188-4b6e-bac0-4224689d3b39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 1004 | 2024.10.04 15:57:09.033030 [ 3 ] {8724aeda-1188-4b6e-bac0-4224689d3b39} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1005 | 2024.10.04 15:57:09.033555 [ 3 ] {8724aeda-1188-4b6e-bac0-4224689d3b39} <Trace> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1006 | 2024.10.04 15:57:09.033715 [ 3 ] {8724aeda-1188-4b6e-bac0-4224689d3b39} <Debug> executeQuery: Read 14 rows, 2.01 KiB in 0.002169 sec., 6454.587367450438 rows/sec., 926.14 KiB/sec. | ||
| 1007 | 2024.10.04 15:57:09.033891 [ 3 ] {8724aeda-1188-4b6e-bac0-4224689d3b39} <Debug> DynamicQueryHandler: Done processing query | ||
| 1008 | 2024.10.04 15:57:09.033916 [ 3 ] {8724aeda-1188-4b6e-bac0-4224689d3b39} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 1009 | 2024.10.04 15:57:09.033931 [ 3 ] {} <Debug> HTTP-Session: 85ecb9b5-4ec1-415f-85fc-011dfd675c97 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1010 | 2024.10.04 15:57:09.034051 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 3603, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1011 | 2024.10.04 15:57:09.034098 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1012 | 2024.10.04 15:57:09.034118 [ 3 ] {} <Debug> HTTP-Session: 1aa82f08-6286-43ff-a072-62ba90674bb3 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 1013 | 2024.10.04 15:57:09.034134 [ 3 ] {} <Debug> HTTP-Session: 1aa82f08-6286-43ff-a072-62ba90674bb3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1014 | 2024.10.04 15:57:09.034147 [ 3 ] {} <Debug> HTTP-Session: 1aa82f08-6286-43ff-a072-62ba90674bb3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1015 | 2024.10.04 15:57:09.034177 [ 3 ] {} <Trace> HTTP-Session: 1aa82f08-6286-43ff-a072-62ba90674bb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1016 | 2024.10.04 15:57:09.034277 [ 3 ] {8cd64809-cd49-474f-a62e-552fa39d37da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 1017 | 2024.10.04 15:57:09.034320 [ 3 ] {8cd64809-cd49-474f-a62e-552fa39d37da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1018 | 2024.10.04 15:57:09.034555 [ 3 ] {8cd64809-cd49-474f-a62e-552fa39d37da} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1019 | 2024.10.04 15:57:09.035662 [ 3 ] {8cd64809-cd49-474f-a62e-552fa39d37da} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1020 | 2024.10.04 15:57:09.035695 [ 3 ] {8cd64809-cd49-474f-a62e-552fa39d37da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 1021 | 2024.10.04 15:57:09.036178 [ 3 ] {8cd64809-cd49-474f-a62e-552fa39d37da} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1022 | 2024.10.04 15:57:09.036782 [ 3 ] {8cd64809-cd49-474f-a62e-552fa39d37da} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1023 | 2024.10.04 15:57:09.036942 [ 3 ] {8cd64809-cd49-474f-a62e-552fa39d37da} <Debug> executeQuery: Read 26 rows, 1.98 KiB in 0.002687 sec., 9676.218831410495 rows/sec., 736.69 KiB/sec. | ||
| 1024 | 2024.10.04 15:57:09.037116 [ 3 ] {8cd64809-cd49-474f-a62e-552fa39d37da} <Debug> DynamicQueryHandler: Done processing query | ||
| 1025 | 2024.10.04 15:57:09.037141 [ 3 ] {8cd64809-cd49-474f-a62e-552fa39d37da} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 1026 | 2024.10.04 15:57:09.037157 [ 3 ] {} <Debug> HTTP-Session: 1aa82f08-6286-43ff-a072-62ba90674bb3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1027 | 2024.10.04 15:57:09.037307 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 4794, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1028 | 2024.10.04 15:57:09.037354 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1029 | 2024.10.04 15:57:09.037373 [ 3 ] {} <Debug> HTTP-Session: ea98a79f-ccda-4456-86c6-8be7f20c68b6 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 1030 | 2024.10.04 15:57:09.037389 [ 3 ] {} <Debug> HTTP-Session: ea98a79f-ccda-4456-86c6-8be7f20c68b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1031 | 2024.10.04 15:57:09.037403 [ 3 ] {} <Debug> HTTP-Session: ea98a79f-ccda-4456-86c6-8be7f20c68b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1032 | 2024.10.04 15:57:09.037433 [ 3 ] {} <Trace> HTTP-Session: ea98a79f-ccda-4456-86c6-8be7f20c68b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1033 | 2024.10.04 15:57:09.037533 [ 3 ] {ea9c216e-df81-47ce-9214-a8a8b5a4762f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 1034 | 2024.10.04 15:57:09.037577 [ 3 ] {ea9c216e-df81-47ce-9214-a8a8b5a4762f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1035 | 2024.10.04 15:57:09.037806 [ 3 ] {ea9c216e-df81-47ce-9214-a8a8b5a4762f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1036 | 2024.10.04 15:57:09.038287 [ 3 ] {ea9c216e-df81-47ce-9214-a8a8b5a4762f} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1037 | 2024.10.04 15:57:09.038323 [ 3 ] {ea9c216e-df81-47ce-9214-a8a8b5a4762f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 1038 | 2024.10.04 15:57:09.038796 [ 3 ] {ea9c216e-df81-47ce-9214-a8a8b5a4762f} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1039 | 2024.10.04 15:57:09.039446 [ 3 ] {ea9c216e-df81-47ce-9214-a8a8b5a4762f} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1040 | 2024.10.04 15:57:09.039590 [ 3 ] {ea9c216e-df81-47ce-9214-a8a8b5a4762f} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.002076 sec., 13487.47591522158 rows/sec., 1.05 MiB/sec. | ||
| 1041 | 2024.10.04 15:57:09.039762 [ 3 ] {ea9c216e-df81-47ce-9214-a8a8b5a4762f} <Debug> DynamicQueryHandler: Done processing query | ||
| 1042 | 2024.10.04 15:57:09.039786 [ 3 ] {ea9c216e-df81-47ce-9214-a8a8b5a4762f} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 1043 | 2024.10.04 15:57:09.039801 [ 3 ] {} <Debug> HTTP-Session: ea98a79f-ccda-4456-86c6-8be7f20c68b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1044 | 2024.10.04 15:57:09.039919 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 3876, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1045 | 2024.10.04 15:57:09.039967 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1046 | 2024.10.04 15:57:09.039986 [ 3 ] {} <Debug> HTTP-Session: 230f884b-09d7-4d78-b8eb-3e8e3e454974 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 1047 | 2024.10.04 15:57:09.040002 [ 3 ] {} <Debug> HTTP-Session: 230f884b-09d7-4d78-b8eb-3e8e3e454974 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1048 | 2024.10.04 15:57:09.040015 [ 3 ] {} <Debug> HTTP-Session: 230f884b-09d7-4d78-b8eb-3e8e3e454974 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1049 | 2024.10.04 15:57:09.040045 [ 3 ] {} <Trace> HTTP-Session: 230f884b-09d7-4d78-b8eb-3e8e3e454974 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1050 | 2024.10.04 15:57:09.040149 [ 3 ] {a2575b8d-94ad-484a-bf92-189f53603633} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 1051 | 2024.10.04 15:57:09.040195 [ 3 ] {a2575b8d-94ad-484a-bf92-189f53603633} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1052 | 2024.10.04 15:57:09.040367 [ 3 ] {a2575b8d-94ad-484a-bf92-189f53603633} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1053 | 2024.10.04 15:57:09.042844 [ 3 ] {a2575b8d-94ad-484a-bf92-189f53603633} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1054 | 2024.10.04 15:57:09.042885 [ 3 ] {a2575b8d-94ad-484a-bf92-189f53603633} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 1055 | 2024.10.04 15:57:09.043442 [ 3 ] {a2575b8d-94ad-484a-bf92-189f53603633} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1056 | 2024.10.04 15:57:09.044009 [ 3 ] {a2575b8d-94ad-484a-bf92-189f53603633} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1057 | 2024.10.04 15:57:09.044164 [ 3 ] {a2575b8d-94ad-484a-bf92-189f53603633} <Debug> executeQuery: Read 20 rows, 1.42 KiB in 0.004037 sec., 4954.173891503592 rows/sec., 351.73 KiB/sec. | ||
| 1058 | 2024.10.04 15:57:09.044335 [ 3 ] {a2575b8d-94ad-484a-bf92-189f53603633} <Debug> DynamicQueryHandler: Done processing query | ||
| 1059 | 2024.10.04 15:57:09.044359 [ 3 ] {a2575b8d-94ad-484a-bf92-189f53603633} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 1060 | 2024.10.04 15:57:09.044376 [ 3 ] {} <Debug> HTTP-Session: 230f884b-09d7-4d78-b8eb-3e8e3e454974 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1061 | 2024.10.04 15:57:09.044494 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 972, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1062 | 2024.10.04 15:57:09.044542 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1063 | 2024.10.04 15:57:09.044561 [ 3 ] {} <Debug> HTTP-Session: ac6e65cc-6fd3-4514-9474-1bc391282c9d Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 1064 | 2024.10.04 15:57:09.044577 [ 3 ] {} <Debug> HTTP-Session: ac6e65cc-6fd3-4514-9474-1bc391282c9d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1065 | 2024.10.04 15:57:09.044591 [ 3 ] {} <Debug> HTTP-Session: ac6e65cc-6fd3-4514-9474-1bc391282c9d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1066 | 2024.10.04 15:57:09.044621 [ 3 ] {} <Trace> HTTP-Session: ac6e65cc-6fd3-4514-9474-1bc391282c9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1067 | 2024.10.04 15:57:09.044715 [ 3 ] {978880be-bafb-4676-9259-41dd2d45331e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 1068 | 2024.10.04 15:57:09.044758 [ 3 ] {978880be-bafb-4676-9259-41dd2d45331e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1069 | 2024.10.04 15:57:09.044883 [ 3 ] {978880be-bafb-4676-9259-41dd2d45331e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1070 | 2024.10.04 15:57:09.045154 [ 3 ] {978880be-bafb-4676-9259-41dd2d45331e} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1071 | 2024.10.04 15:57:09.045189 [ 3 ] {978880be-bafb-4676-9259-41dd2d45331e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 1072 | 2024.10.04 15:57:09.045649 [ 3 ] {978880be-bafb-4676-9259-41dd2d45331e} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1073 | 2024.10.04 15:57:09.046218 [ 3 ] {978880be-bafb-4676-9259-41dd2d45331e} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1074 | 2024.10.04 15:57:09.046366 [ 3 ] {978880be-bafb-4676-9259-41dd2d45331e} <Debug> executeQuery: Read 6 rows, 431.00 B in 0.001666 sec., 3601.4405762304923 rows/sec., 252.64 KiB/sec. | ||
| 1075 | 2024.10.04 15:57:09.046622 [ 3 ] {978880be-bafb-4676-9259-41dd2d45331e} <Debug> DynamicQueryHandler: Done processing query | ||
| 1076 | 2024.10.04 15:57:09.046647 [ 3 ] {978880be-bafb-4676-9259-41dd2d45331e} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 1077 | 2024.10.04 15:57:09.046663 [ 3 ] {} <Debug> HTTP-Session: ac6e65cc-6fd3-4514-9474-1bc391282c9d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1078 | 2024.10.04 15:57:10.610061 [ 116 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1079 | 2024.10.04 15:57:10.610133 [ 116 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1080 | 2024.10.04 15:57:13.995790 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 3603, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1081 | 2024.10.04 15:57:13.995903 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1082 | 2024.10.04 15:57:13.995928 [ 3 ] {} <Debug> HTTP-Session: 9c248059-b02e-4900-9ea5-ca1f959632dd Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 1083 | 2024.10.04 15:57:13.995955 [ 3 ] {} <Debug> HTTP-Session: 9c248059-b02e-4900-9ea5-ca1f959632dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1084 | 2024.10.04 15:57:13.995970 [ 3 ] {} <Debug> HTTP-Session: 9c248059-b02e-4900-9ea5-ca1f959632dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1085 | 2024.10.04 15:57:13.996020 [ 3 ] {} <Trace> HTTP-Session: 9c248059-b02e-4900-9ea5-ca1f959632dd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1086 | 2024.10.04 15:57:13.996210 [ 3 ] {d8629316-0f24-485d-b009-6e37508639e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 1087 | 2024.10.04 15:57:13.996276 [ 3 ] {d8629316-0f24-485d-b009-6e37508639e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1088 | 2024.10.04 15:57:13.996611 [ 3 ] {d8629316-0f24-485d-b009-6e37508639e5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1089 | 2024.10.04 15:57:13.997081 [ 3 ] {d8629316-0f24-485d-b009-6e37508639e5} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1090 | 2024.10.04 15:57:13.997122 [ 3 ] {d8629316-0f24-485d-b009-6e37508639e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 1091 | 2024.10.04 15:57:13.997648 [ 3 ] {d8629316-0f24-485d-b009-6e37508639e5} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1092 | 2024.10.04 15:57:13.998340 [ 3 ] {d8629316-0f24-485d-b009-6e37508639e5} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1093 | 2024.10.04 15:57:13.998558 [ 3 ] {d8629316-0f24-485d-b009-6e37508639e5} <Debug> executeQuery: Read 26 rows, 1.98 KiB in 0.002409 sec., 10792.8601079286 rows/sec., 821.71 KiB/sec. | ||
| 1094 | 2024.10.04 15:57:13.998779 [ 3 ] {d8629316-0f24-485d-b009-6e37508639e5} <Debug> DynamicQueryHandler: Done processing query | ||
| 1095 | 2024.10.04 15:57:13.998807 [ 3 ] {d8629316-0f24-485d-b009-6e37508639e5} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 1096 | 2024.10.04 15:57:13.998824 [ 3 ] {} <Debug> HTTP-Session: 9c248059-b02e-4900-9ea5-ca1f959632dd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1097 | 2024.10.04 15:57:13.998981 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 4794, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1098 | 2024.10.04 15:57:13.999041 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1099 | 2024.10.04 15:57:13.999061 [ 3 ] {} <Debug> HTTP-Session: 6ebf74f3-2461-468e-bb3b-7063f96a7add Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 1100 | 2024.10.04 15:57:13.999079 [ 3 ] {} <Debug> HTTP-Session: 6ebf74f3-2461-468e-bb3b-7063f96a7add Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1101 | 2024.10.04 15:57:13.999093 [ 3 ] {} <Debug> HTTP-Session: 6ebf74f3-2461-468e-bb3b-7063f96a7add Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1102 | 2024.10.04 15:57:13.999129 [ 3 ] {} <Trace> HTTP-Session: 6ebf74f3-2461-468e-bb3b-7063f96a7add Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1103 | 2024.10.04 15:57:13.999247 [ 3 ] {f6019ea1-4050-47f0-9fb9-550a253934d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 1104 | 2024.10.04 15:57:13.999293 [ 3 ] {f6019ea1-4050-47f0-9fb9-550a253934d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1105 | 2024.10.04 15:57:13.999528 [ 3 ] {f6019ea1-4050-47f0-9fb9-550a253934d2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1106 | 2024.10.04 15:57:13.999893 [ 3 ] {f6019ea1-4050-47f0-9fb9-550a253934d2} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1107 | 2024.10.04 15:57:13.999930 [ 3 ] {f6019ea1-4050-47f0-9fb9-550a253934d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 1108 | 2024.10.04 15:57:14.000158 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 138.87 MiB, peak 143.19 MiB, free memory in arenas 0.00 B, will set to 137.79 MiB (RSS), difference: -1.09 MiB | ||
| 1109 | 2024.10.04 15:57:14.000640 [ 3 ] {f6019ea1-4050-47f0-9fb9-550a253934d2} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1110 | 2024.10.04 15:57:14.001315 [ 3 ] {f6019ea1-4050-47f0-9fb9-550a253934d2} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1111 | 2024.10.04 15:57:14.001449 [ 3 ] {f6019ea1-4050-47f0-9fb9-550a253934d2} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.002239 sec., 12505.582849486378 rows/sec., 998.81 KiB/sec. | ||
| 1112 | 2024.10.04 15:57:14.001643 [ 3 ] {f6019ea1-4050-47f0-9fb9-550a253934d2} <Debug> DynamicQueryHandler: Done processing query | ||
| 1113 | 2024.10.04 15:57:14.001669 [ 3 ] {f6019ea1-4050-47f0-9fb9-550a253934d2} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 1114 | 2024.10.04 15:57:14.001685 [ 3 ] {} <Debug> HTTP-Session: 6ebf74f3-2461-468e-bb3b-7063f96a7add Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1115 | 2024.10.04 15:57:14.001893 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 19112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1116 | 2024.10.04 15:57:14.001944 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1117 | 2024.10.04 15:57:14.001963 [ 3 ] {} <Debug> HTTP-Session: d0cfbca5-d8b1-4f52-b089-a677fa5c848c Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 1118 | 2024.10.04 15:57:14.001981 [ 3 ] {} <Debug> HTTP-Session: d0cfbca5-d8b1-4f52-b089-a677fa5c848c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1119 | 2024.10.04 15:57:14.001995 [ 3 ] {} <Debug> HTTP-Session: d0cfbca5-d8b1-4f52-b089-a677fa5c848c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1120 | 2024.10.04 15:57:14.002028 [ 3 ] {} <Trace> HTTP-Session: d0cfbca5-d8b1-4f52-b089-a677fa5c848c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1121 | 2024.10.04 15:57:14.002166 [ 3 ] {7911338b-da6f-44f8-9c30-ffb46e3e2617} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 1122 | 2024.10.04 15:57:14.002215 [ 3 ] {7911338b-da6f-44f8-9c30-ffb46e3e2617} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1123 | 2024.10.04 15:57:14.002360 [ 3 ] {7911338b-da6f-44f8-9c30-ffb46e3e2617} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1124 | 2024.10.04 15:57:14.002731 [ 3 ] {7911338b-da6f-44f8-9c30-ffb46e3e2617} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1125 | 2024.10.04 15:57:14.002768 [ 3 ] {7911338b-da6f-44f8-9c30-ffb46e3e2617} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 1126 | 2024.10.04 15:57:14.003273 [ 3 ] {7911338b-da6f-44f8-9c30-ffb46e3e2617} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1127 | 2024.10.04 15:57:14.003840 [ 3 ] {7911338b-da6f-44f8-9c30-ffb46e3e2617} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1128 | 2024.10.04 15:57:14.003973 [ 3 ] {7911338b-da6f-44f8-9c30-ffb46e3e2617} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001862 sec., 53705.69280343717 rows/sec., 3.72 MiB/sec. | ||
| 1129 | 2024.10.04 15:57:14.004164 [ 3 ] {7911338b-da6f-44f8-9c30-ffb46e3e2617} <Debug> DynamicQueryHandler: Done processing query | ||
| 1130 | 2024.10.04 15:57:14.004189 [ 3 ] {7911338b-da6f-44f8-9c30-ffb46e3e2617} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 1131 | 2024.10.04 15:57:14.004205 [ 3 ] {} <Debug> HTTP-Session: d0cfbca5-d8b1-4f52-b089-a677fa5c848c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1132 | 2024.10.04 15:57:14.004380 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 4632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1133 | 2024.10.04 15:57:14.004430 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1134 | 2024.10.04 15:57:14.004450 [ 3 ] {} <Debug> HTTP-Session: 5270bc65-5fbf-4ccd-b2b9-525ed13710f4 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 1135 | 2024.10.04 15:57:14.004466 [ 3 ] {} <Debug> HTTP-Session: 5270bc65-5fbf-4ccd-b2b9-525ed13710f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1136 | 2024.10.04 15:57:14.004481 [ 3 ] {} <Debug> HTTP-Session: 5270bc65-5fbf-4ccd-b2b9-525ed13710f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1137 | 2024.10.04 15:57:14.004512 [ 3 ] {} <Trace> HTTP-Session: 5270bc65-5fbf-4ccd-b2b9-525ed13710f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1138 | 2024.10.04 15:57:14.004625 [ 3 ] {65fad157-ee0e-4c89-9fb6-caecd198af8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 1139 | 2024.10.04 15:57:14.004669 [ 3 ] {65fad157-ee0e-4c89-9fb6-caecd198af8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1140 | 2024.10.04 15:57:14.004797 [ 3 ] {65fad157-ee0e-4c89-9fb6-caecd198af8c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1141 | 2024.10.04 15:57:14.005106 [ 3 ] {65fad157-ee0e-4c89-9fb6-caecd198af8c} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1142 | 2024.10.04 15:57:14.005143 [ 3 ] {65fad157-ee0e-4c89-9fb6-caecd198af8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 1143 | 2024.10.04 15:57:14.005659 [ 3 ] {65fad157-ee0e-4c89-9fb6-caecd198af8c} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1144 | 2024.10.04 15:57:14.006232 [ 3 ] {65fad157-ee0e-4c89-9fb6-caecd198af8c} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1145 | 2024.10.04 15:57:14.006389 [ 3 ] {65fad157-ee0e-4c89-9fb6-caecd198af8c} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001791 sec., 16750.418760469012 rows/sec., 1.15 MiB/sec. | ||
| 1146 | 2024.10.04 15:57:14.006660 [ 3 ] {65fad157-ee0e-4c89-9fb6-caecd198af8c} <Debug> DynamicQueryHandler: Done processing query | ||
| 1147 | 2024.10.04 15:57:14.006685 [ 3 ] {65fad157-ee0e-4c89-9fb6-caecd198af8c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 1148 | 2024.10.04 15:57:14.006701 [ 3 ] {} <Debug> HTTP-Session: 5270bc65-5fbf-4ccd-b2b9-525ed13710f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1149 | 2024.10.04 15:57:15.769300 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 136 | ||
| 1150 | 2024.10.04 15:57:15.773151 [ 242 ] {} <Trace> system.query_log (8f12c5ea-7fed-46c2-8a08-f82b2fd1cd88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1151 | 2024.10.04 15:57:15.773195 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 1152 | 2024.10.04 15:57:15.774917 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1153 | 2024.10.04 15:57:15.776231 [ 242 ] {} <Trace> system.query_log (8f12c5ea-7fed-46c2-8a08-f82b2fd1cd88): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1154 | 2024.10.04 15:57:15.776943 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 136 | ||
| 1155 | 2024.10.04 15:57:16.000194 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 133.79 MiB, peak 143.19 MiB, free memory in arenas 0.00 B, will set to 137.81 MiB (RSS), difference: 4.01 MiB | ||
| 1156 | 2024.10.04 15:57:18.997769 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 605, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1157 | 2024.10.04 15:57:18.997890 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1158 | 2024.10.04 15:57:18.997918 [ 3 ] {} <Debug> HTTP-Session: b7c005f0-35ca-405b-b995-20588eb29150 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 1159 | 2024.10.04 15:57:18.997943 [ 3 ] {} <Debug> HTTP-Session: b7c005f0-35ca-405b-b995-20588eb29150 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1160 | 2024.10.04 15:57:18.997958 [ 3 ] {} <Debug> HTTP-Session: b7c005f0-35ca-405b-b995-20588eb29150 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1161 | 2024.10.04 15:57:18.998009 [ 3 ] {} <Trace> HTTP-Session: b7c005f0-35ca-405b-b995-20588eb29150 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1162 | 2024.10.04 15:57:18.998248 [ 3 ] {0e4e6f27-b27e-4eb9-aba9-5f01202ef88f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) 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) | ||
| 1163 | 2024.10.04 15:57:18.998684 [ 3 ] {0e4e6f27-b27e-4eb9-aba9-5f01202ef88f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1164 | 2024.10.04 15:57:19.000915 [ 3 ] {0e4e6f27-b27e-4eb9-aba9-5f01202ef88f} <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 | ||
| 1165 | 2024.10.04 15:57:19.001260 [ 3 ] {0e4e6f27-b27e-4eb9-aba9-5f01202ef88f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1166 | 2024.10.04 15:57:19.001468 [ 3 ] {0e4e6f27-b27e-4eb9-aba9-5f01202ef88f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1167 | 2024.10.04 15:57:19.001783 [ 3 ] {0e4e6f27-b27e-4eb9-aba9-5f01202ef88f} <Debug> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Key condition: (column 0 notIn 14-element set) | ||
| 1168 | 2024.10.04 15:57:19.005104 [ 3 ] {0e4e6f27-b27e-4eb9-aba9-5f01202ef88f} <Trace> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1169 | 2024.10.04 15:57:19.005186 [ 3 ] {0e4e6f27-b27e-4eb9-aba9-5f01202ef88f} <Debug> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (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 | ||
| 1170 | 2024.10.04 15:57:19.005210 [ 3 ] {0e4e6f27-b27e-4eb9-aba9-5f01202ef88f} <Trace> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1171 | 2024.10.04 15:57:19.005346 [ 3 ] {0e4e6f27-b27e-4eb9-aba9-5f01202ef88f} <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'))" | ||
| 1172 | 2024.10.04 15:57:19.005376 [ 3 ] {0e4e6f27-b27e-4eb9-aba9-5f01202ef88f} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
| 1173 | 2024.10.04 15:57:19.007542 [ 3 ] {0e4e6f27-b27e-4eb9-aba9-5f01202ef88f} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.009394 sec., 1490.312965722802 rows/sec., 60.81 KiB/sec. | ||
| 1174 | 2024.10.04 15:57:19.007837 [ 3 ] {0e4e6f27-b27e-4eb9-aba9-5f01202ef88f} <Debug> DynamicQueryHandler: Done processing query | ||
| 1175 | 2024.10.04 15:57:19.007865 [ 3 ] {0e4e6f27-b27e-4eb9-aba9-5f01202ef88f} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1176 | 2024.10.04 15:57:19.007883 [ 3 ] {} <Debug> HTTP-Session: b7c005f0-35ca-405b-b995-20588eb29150 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1177 | 2024.10.04 15:57:19.008269 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 644, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1178 | 2024.10.04 15:57:19.008346 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1179 | 2024.10.04 15:57:19.008380 [ 3 ] {} <Debug> HTTP-Session: d27828aa-eb00-4f11-b315-b658f6ddc7df Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 1180 | 2024.10.04 15:57:19.008409 [ 3 ] {} <Debug> HTTP-Session: d27828aa-eb00-4f11-b315-b658f6ddc7df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1181 | 2024.10.04 15:57:19.008432 [ 3 ] {} <Debug> HTTP-Session: d27828aa-eb00-4f11-b315-b658f6ddc7df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1182 | 2024.10.04 15:57:19.008485 [ 3 ] {} <Trace> HTTP-Session: d27828aa-eb00-4f11-b315-b658f6ddc7df Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1183 | 2024.10.04 15:57:19.008752 [ 3 ] {94dbe5c2-1841-477c-a5bf-2dbac433fdbb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'static_routing_config:static_routes') FORMAT JSONEachRow; (stage: Complete) | ||
| 1184 | 2024.10.04 15:57:19.009128 [ 3 ] {94dbe5c2-1841-477c-a5bf-2dbac433fdbb} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1185 | 2024.10.04 15:57:19.009171 [ 3 ] {94dbe5c2-1841-477c-a5bf-2dbac433fdbb} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'static_routing_config:static_routes')" moved to PREWHERE | ||
| 1186 | 2024.10.04 15:57:19.009425 [ 3 ] {94dbe5c2-1841-477c-a5bf-2dbac433fdbb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1187 | 2024.10.04 15:57:19.009494 [ 3 ] {94dbe5c2-1841-477c-a5bf-2dbac433fdbb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1188 | 2024.10.04 15:57:19.009656 [ 3 ] {94dbe5c2-1841-477c-a5bf-2dbac433fdbb} <Debug> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Key condition: (column 0 notIn 15-element set) | ||
| 1189 | 2024.10.04 15:57:19.009692 [ 3 ] {94dbe5c2-1841-477c-a5bf-2dbac433fdbb} <Trace> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1190 | 2024.10.04 15:57:19.009717 [ 3 ] {94dbe5c2-1841-477c-a5bf-2dbac433fdbb} <Debug> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (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 | ||
| 1191 | 2024.10.04 15:57:19.009736 [ 3 ] {94dbe5c2-1841-477c-a5bf-2dbac433fdbb} <Trace> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1192 | 2024.10.04 15:57:19.009781 [ 3 ] {94dbe5c2-1841-477c-a5bf-2dbac433fdbb} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'static_routing_config:static_routes'))" | ||
| 1193 | 2024.10.04 15:57:19.009804 [ 3 ] {94dbe5c2-1841-477c-a5bf-2dbac433fdbb} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
| 1194 | 2024.10.04 15:57:19.010668 [ 3 ] {94dbe5c2-1841-477c-a5bf-2dbac433fdbb} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.002011 sec., 6961.7105917454 rows/sec., 284.08 KiB/sec. | ||
| 1195 | 2024.10.04 15:57:19.010932 [ 3 ] {94dbe5c2-1841-477c-a5bf-2dbac433fdbb} <Debug> DynamicQueryHandler: Done processing query | ||
| 1196 | 2024.10.04 15:57:19.010957 [ 3 ] {94dbe5c2-1841-477c-a5bf-2dbac433fdbb} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1197 | 2024.10.04 15:57:19.010976 [ 3 ] {} <Debug> HTTP-Session: d27828aa-eb00-4f11-b315-b658f6ddc7df Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1198 | 2024.10.04 15:57:19.011210 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 685, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1199 | 2024.10.04 15:57:19.011287 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1200 | 2024.10.04 15:57:19.011319 [ 3 ] {} <Debug> HTTP-Session: 9ff84a09-5cb9-405c-89b8-db80f9906140 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 1201 | 2024.10.04 15:57:19.011340 [ 3 ] {} <Debug> HTTP-Session: 9ff84a09-5cb9-405c-89b8-db80f9906140 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1202 | 2024.10.04 15:57:19.011356 [ 3 ] {} <Debug> HTTP-Session: 9ff84a09-5cb9-405c-89b8-db80f9906140 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1203 | 2024.10.04 15:57:19.011392 [ 3 ] {} <Trace> HTTP-Session: 9ff84a09-5cb9-405c-89b8-db80f9906140 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1204 | 2024.10.04 15:57:19.011590 [ 3 ] {9fcd4953-a3d1-4ae9-a01b-6204a85481c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT JSONEachRow; (stage: Complete) | ||
| 1205 | 2024.10.04 15:57:19.011854 [ 3 ] {9fcd4953-a3d1-4ae9-a01b-6204a85481c8} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1206 | 2024.10.04 15:57:19.011894 [ 3 ] {9fcd4953-a3d1-4ae9-a01b-6204a85481c8} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes')" moved to PREWHERE | ||
| 1207 | 2024.10.04 15:57:19.012156 [ 3 ] {9fcd4953-a3d1-4ae9-a01b-6204a85481c8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1208 | 2024.10.04 15:57:19.012222 [ 3 ] {9fcd4953-a3d1-4ae9-a01b-6204a85481c8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1209 | 2024.10.04 15:57:19.012366 [ 3 ] {9fcd4953-a3d1-4ae9-a01b-6204a85481c8} <Debug> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Key condition: (column 0 notIn 16-element set) | ||
| 1210 | 2024.10.04 15:57:19.012400 [ 3 ] {9fcd4953-a3d1-4ae9-a01b-6204a85481c8} <Trace> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1211 | 2024.10.04 15:57:19.012424 [ 3 ] {9fcd4953-a3d1-4ae9-a01b-6204a85481c8} <Debug> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (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 | ||
| 1212 | 2024.10.04 15:57:19.012442 [ 3 ] {9fcd4953-a3d1-4ae9-a01b-6204a85481c8} <Trace> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1213 | 2024.10.04 15:57:19.012485 [ 3 ] {9fcd4953-a3d1-4ae9-a01b-6204a85481c8} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes'))" | ||
| 1214 | 2024.10.04 15:57:19.012509 [ 3 ] {9fcd4953-a3d1-4ae9-a01b-6204a85481c8} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
| 1215 | 2024.10.04 15:57:19.013380 [ 3 ] {9fcd4953-a3d1-4ae9-a01b-6204a85481c8} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001843 sec., 7596.31036353771 rows/sec., 309.98 KiB/sec. | ||
| 1216 | 2024.10.04 15:57:19.013622 [ 3 ] {9fcd4953-a3d1-4ae9-a01b-6204a85481c8} <Debug> DynamicQueryHandler: Done processing query | ||
| 1217 | 2024.10.04 15:57:19.013649 [ 3 ] {9fcd4953-a3d1-4ae9-a01b-6204a85481c8} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1218 | 2024.10.04 15:57:19.013666 [ 3 ] {} <Debug> HTTP-Session: 9ff84a09-5cb9-405c-89b8-db80f9906140 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1219 | 2024.10.04 15:57:19.013975 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 713, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1220 | 2024.10.04 15:57:19.014027 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1221 | 2024.10.04 15:57:19.014047 [ 3 ] {} <Debug> HTTP-Session: 862aacf2-a661-43d8-9630-43b5cada317d Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 1222 | 2024.10.04 15:57:19.014065 [ 3 ] {} <Debug> HTTP-Session: 862aacf2-a661-43d8-9630-43b5cada317d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1223 | 2024.10.04 15:57:19.014079 [ 3 ] {} <Debug> HTTP-Session: 862aacf2-a661-43d8-9630-43b5cada317d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1224 | 2024.10.04 15:57:19.014111 [ 3 ] {} <Trace> HTTP-Session: 862aacf2-a661-43d8-9630-43b5cada317d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1225 | 2024.10.04 15:57:19.014254 [ 3 ] {de51d8fc-8a9e-4ee5-a2d9-2a0c64e328d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
| 1226 | 2024.10.04 15:57:19.014517 [ 3 ] {de51d8fc-8a9e-4ee5-a2d9-2a0c64e328d9} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1227 | 2024.10.04 15:57:19.014558 [ 3 ] {de51d8fc-8a9e-4ee5-a2d9-2a0c64e328d9} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1228 | 2024.10.04 15:57:19.014809 [ 3 ] {de51d8fc-8a9e-4ee5-a2d9-2a0c64e328d9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1229 | 2024.10.04 15:57:19.014875 [ 3 ] {de51d8fc-8a9e-4ee5-a2d9-2a0c64e328d9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1230 | 2024.10.04 15:57:19.015015 [ 3 ] {de51d8fc-8a9e-4ee5-a2d9-2a0c64e328d9} <Debug> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Key condition: (column 0 notIn 17-element set) | ||
| 1231 | 2024.10.04 15:57:19.015049 [ 3 ] {de51d8fc-8a9e-4ee5-a2d9-2a0c64e328d9} <Trace> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1232 | 2024.10.04 15:57:19.015072 [ 3 ] {de51d8fc-8a9e-4ee5-a2d9-2a0c64e328d9} <Debug> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (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 | ||
| 1233 | 2024.10.04 15:57:19.015090 [ 3 ] {de51d8fc-8a9e-4ee5-a2d9-2a0c64e328d9} <Trace> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1234 | 2024.10.04 15:57:19.015134 [ 3 ] {de51d8fc-8a9e-4ee5-a2d9-2a0c64e328d9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1235 | 2024.10.04 15:57:19.015157 [ 3 ] {de51d8fc-8a9e-4ee5-a2d9-2a0c64e328d9} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
| 1236 | 2024.10.04 15:57:19.015925 [ 3 ] {de51d8fc-8a9e-4ee5-a2d9-2a0c64e328d9} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001736 sec., 8064.5161290322585 rows/sec., 329.08 KiB/sec. | ||
| 1237 | 2024.10.04 15:57:19.016168 [ 3 ] {de51d8fc-8a9e-4ee5-a2d9-2a0c64e328d9} <Debug> DynamicQueryHandler: Done processing query | ||
| 1238 | 2024.10.04 15:57:19.016193 [ 3 ] {de51d8fc-8a9e-4ee5-a2d9-2a0c64e328d9} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1239 | 2024.10.04 15:57:19.016210 [ 3 ] {} <Debug> HTTP-Session: 862aacf2-a661-43d8-9630-43b5cada317d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1240 | 2024.10.04 15:57:19.016358 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 1071, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1241 | 2024.10.04 15:57:19.016408 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1242 | 2024.10.04 15:57:19.016427 [ 3 ] {} <Debug> HTTP-Session: 962b6300-bcaa-4652-ad19-a3e669e43c87 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 1243 | 2024.10.04 15:57:19.016445 [ 3 ] {} <Debug> HTTP-Session: 962b6300-bcaa-4652-ad19-a3e669e43c87 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1244 | 2024.10.04 15:57:19.016459 [ 3 ] {} <Debug> HTTP-Session: 962b6300-bcaa-4652-ad19-a3e669e43c87 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1245 | 2024.10.04 15:57:19.016490 [ 3 ] {} <Trace> HTTP-Session: 962b6300-bcaa-4652-ad19-a3e669e43c87 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1246 | 2024.10.04 15:57:19.016613 [ 3 ] {ce779339-e5d9-4b3f-ab4c-9daae638a805} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
| 1247 | 2024.10.04 15:57:19.016660 [ 3 ] {ce779339-e5d9-4b3f-ab4c-9daae638a805} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1248 | 2024.10.04 15:57:19.016826 [ 3 ] {ce779339-e5d9-4b3f-ab4c-9daae638a805} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1249 | 2024.10.04 15:57:19.017159 [ 3 ] {ce779339-e5d9-4b3f-ab4c-9daae638a805} <Trace> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1250 | 2024.10.04 15:57:19.017199 [ 3 ] {ce779339-e5d9-4b3f-ab4c-9daae638a805} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 1251 | 2024.10.04 15:57:19.017895 [ 3 ] {ce779339-e5d9-4b3f-ab4c-9daae638a805} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1252 | 2024.10.04 15:57:19.018568 [ 3 ] {ce779339-e5d9-4b3f-ab4c-9daae638a805} <Trace> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1253 | 2024.10.04 15:57:19.018733 [ 3 ] {ce779339-e5d9-4b3f-ab4c-9daae638a805} <Debug> executeQuery: Read 4 rows, 521.00 B in 0.00215 sec., 1860.4651162790697 rows/sec., 236.65 KiB/sec. | ||
| 1254 | 2024.10.04 15:57:19.018915 [ 3 ] {ce779339-e5d9-4b3f-ab4c-9daae638a805} <Debug> DynamicQueryHandler: Done processing query | ||
| 1255 | 2024.10.04 15:57:19.018940 [ 3 ] {ce779339-e5d9-4b3f-ab4c-9daae638a805} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 1256 | 2024.10.04 15:57:19.018958 [ 3 ] {} <Debug> HTTP-Session: 962b6300-bcaa-4652-ad19-a3e669e43c87 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1257 | 2024.10.04 15:57:19.019095 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 7815, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1258 | 2024.10.04 15:57:19.019147 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1259 | 2024.10.04 15:57:19.019167 [ 3 ] {} <Debug> HTTP-Session: 1d76c90e-de3a-4cd3-bc5f-884c27daba4c Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 1260 | 2024.10.04 15:57:19.019184 [ 3 ] {} <Debug> HTTP-Session: 1d76c90e-de3a-4cd3-bc5f-884c27daba4c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1261 | 2024.10.04 15:57:19.019199 [ 3 ] {} <Debug> HTTP-Session: 1d76c90e-de3a-4cd3-bc5f-884c27daba4c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1262 | 2024.10.04 15:57:19.019231 [ 3 ] {} <Trace> HTTP-Session: 1d76c90e-de3a-4cd3-bc5f-884c27daba4c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1263 | 2024.10.04 15:57:19.019351 [ 3 ] {033d11a2-826e-4b87-b242-8cdf5f5f4642} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 1264 | 2024.10.04 15:57:19.019394 [ 3 ] {033d11a2-826e-4b87-b242-8cdf5f5f4642} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1265 | 2024.10.04 15:57:19.019633 [ 3 ] {033d11a2-826e-4b87-b242-8cdf5f5f4642} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1266 | 2024.10.04 15:57:19.019997 [ 3 ] {033d11a2-826e-4b87-b242-8cdf5f5f4642} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1267 | 2024.10.04 15:57:19.020037 [ 3 ] {033d11a2-826e-4b87-b242-8cdf5f5f4642} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 1268 | 2024.10.04 15:57:19.020598 [ 3 ] {033d11a2-826e-4b87-b242-8cdf5f5f4642} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1269 | 2024.10.04 15:57:19.021338 [ 3 ] {033d11a2-826e-4b87-b242-8cdf5f5f4642} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1270 | 2024.10.04 15:57:19.021513 [ 3 ] {033d11a2-826e-4b87-b242-8cdf5f5f4642} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002186 sec., 25617.566331198537 rows/sec., 1.96 MiB/sec. | ||
| 1271 | 2024.10.04 15:57:19.021692 [ 3 ] {033d11a2-826e-4b87-b242-8cdf5f5f4642} <Debug> DynamicQueryHandler: Done processing query | ||
| 1272 | 2024.10.04 15:57:19.021716 [ 3 ] {033d11a2-826e-4b87-b242-8cdf5f5f4642} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 1273 | 2024.10.04 15:57:19.021732 [ 3 ] {} <Debug> HTTP-Session: 1d76c90e-de3a-4cd3-bc5f-884c27daba4c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1274 | 2024.10.04 15:57:19.021903 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 10894, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1275 | 2024.10.04 15:57:19.021957 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1276 | 2024.10.04 15:57:19.021978 [ 3 ] {} <Debug> HTTP-Session: dd2d3a53-f21f-4fdb-825b-aca07671f6b1 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 1277 | 2024.10.04 15:57:19.021996 [ 3 ] {} <Debug> HTTP-Session: dd2d3a53-f21f-4fdb-825b-aca07671f6b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1278 | 2024.10.04 15:57:19.022011 [ 3 ] {} <Debug> HTTP-Session: dd2d3a53-f21f-4fdb-825b-aca07671f6b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1279 | 2024.10.04 15:57:19.022043 [ 3 ] {} <Trace> HTTP-Session: dd2d3a53-f21f-4fdb-825b-aca07671f6b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1280 | 2024.10.04 15:57:19.022171 [ 3 ] {16c5c4d4-4dc5-4f0a-9ffb-75bbe6c8e841} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 1281 | 2024.10.04 15:57:19.022218 [ 3 ] {16c5c4d4-4dc5-4f0a-9ffb-75bbe6c8e841} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1282 | 2024.10.04 15:57:19.022454 [ 3 ] {16c5c4d4-4dc5-4f0a-9ffb-75bbe6c8e841} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1283 | 2024.10.04 15:57:19.022817 [ 3 ] {16c5c4d4-4dc5-4f0a-9ffb-75bbe6c8e841} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1284 | 2024.10.04 15:57:19.022856 [ 3 ] {16c5c4d4-4dc5-4f0a-9ffb-75bbe6c8e841} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 1285 | 2024.10.04 15:57:19.023375 [ 3 ] {16c5c4d4-4dc5-4f0a-9ffb-75bbe6c8e841} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1286 | 2024.10.04 15:57:19.024026 [ 3 ] {16c5c4d4-4dc5-4f0a-9ffb-75bbe6c8e841} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1287 | 2024.10.04 15:57:19.024183 [ 3 ] {16c5c4d4-4dc5-4f0a-9ffb-75bbe6c8e841} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002045 sec., 31295.843520782397 rows/sec., 2.44 MiB/sec. | ||
| 1288 | 2024.10.04 15:57:19.024367 [ 3 ] {16c5c4d4-4dc5-4f0a-9ffb-75bbe6c8e841} <Debug> DynamicQueryHandler: Done processing query | ||
| 1289 | 2024.10.04 15:57:19.024393 [ 3 ] {16c5c4d4-4dc5-4f0a-9ffb-75bbe6c8e841} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 1290 | 2024.10.04 15:57:19.024410 [ 3 ] {} <Debug> HTTP-Session: dd2d3a53-f21f-4fdb-825b-aca07671f6b1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1291 | 2024.10.04 15:57:19.024694 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 27128, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1292 | 2024.10.04 15:57:19.024744 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1293 | 2024.10.04 15:57:19.024763 [ 3 ] {} <Debug> HTTP-Session: 9116895b-2773-4466-9f0e-c04eaa097c3e Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 1294 | 2024.10.04 15:57:19.024781 [ 3 ] {} <Debug> HTTP-Session: 9116895b-2773-4466-9f0e-c04eaa097c3e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1295 | 2024.10.04 15:57:19.024796 [ 3 ] {} <Debug> HTTP-Session: 9116895b-2773-4466-9f0e-c04eaa097c3e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1296 | 2024.10.04 15:57:19.024828 [ 3 ] {} <Trace> HTTP-Session: 9116895b-2773-4466-9f0e-c04eaa097c3e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1297 | 2024.10.04 15:57:19.024970 [ 3 ] {bf0e1303-e622-4c4c-9310-c4f8c205b0df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 1298 | 2024.10.04 15:57:19.025016 [ 3 ] {bf0e1303-e622-4c4c-9310-c4f8c205b0df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1299 | 2024.10.04 15:57:19.025159 [ 3 ] {bf0e1303-e622-4c4c-9310-c4f8c205b0df} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1300 | 2024.10.04 15:57:19.025546 [ 3 ] {bf0e1303-e622-4c4c-9310-c4f8c205b0df} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1301 | 2024.10.04 15:57:19.025584 [ 3 ] {bf0e1303-e622-4c4c-9310-c4f8c205b0df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 1302 | 2024.10.04 15:57:19.026122 [ 3 ] {bf0e1303-e622-4c4c-9310-c4f8c205b0df} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1303 | 2024.10.04 15:57:19.026809 [ 3 ] {bf0e1303-e622-4c4c-9310-c4f8c205b0df} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1304 | 2024.10.04 15:57:19.026970 [ 3 ] {bf0e1303-e622-4c4c-9310-c4f8c205b0df} <Debug> executeQuery: Read 142 rows, 10.09 KiB in 0.002052 sec., 69200.77972709552 rows/sec., 4.80 MiB/sec. | ||
| 1305 | 2024.10.04 15:57:19.027246 [ 3 ] {bf0e1303-e622-4c4c-9310-c4f8c205b0df} <Debug> DynamicQueryHandler: Done processing query | ||
| 1306 | 2024.10.04 15:57:19.027273 [ 3 ] {bf0e1303-e622-4c4c-9310-c4f8c205b0df} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 1307 | 2024.10.04 15:57:19.027290 [ 3 ] {} <Debug> HTTP-Session: 9116895b-2773-4466-9f0e-c04eaa097c3e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1308 | 2024.10.04 15:57:19.027419 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 7362, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1309 | 2024.10.04 15:57:19.027468 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1310 | 2024.10.04 15:57:19.027487 [ 3 ] {} <Debug> HTTP-Session: 2965a36d-5373-41ff-b7df-e7c747df0681 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 1311 | 2024.10.04 15:57:19.027504 [ 3 ] {} <Debug> HTTP-Session: 2965a36d-5373-41ff-b7df-e7c747df0681 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1312 | 2024.10.04 15:57:19.027520 [ 3 ] {} <Debug> HTTP-Session: 2965a36d-5373-41ff-b7df-e7c747df0681 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1313 | 2024.10.04 15:57:19.027551 [ 3 ] {} <Trace> HTTP-Session: 2965a36d-5373-41ff-b7df-e7c747df0681 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1314 | 2024.10.04 15:57:19.027671 [ 3 ] {b12b5df0-c5e5-4e47-b3f7-e2b2ab33610a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 1315 | 2024.10.04 15:57:19.027717 [ 3 ] {b12b5df0-c5e5-4e47-b3f7-e2b2ab33610a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1316 | 2024.10.04 15:57:19.027865 [ 3 ] {b12b5df0-c5e5-4e47-b3f7-e2b2ab33610a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1317 | 2024.10.04 15:57:19.028142 [ 3 ] {b12b5df0-c5e5-4e47-b3f7-e2b2ab33610a} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1318 | 2024.10.04 15:57:19.028179 [ 3 ] {b12b5df0-c5e5-4e47-b3f7-e2b2ab33610a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 1319 | 2024.10.04 15:57:19.028675 [ 3 ] {b12b5df0-c5e5-4e47-b3f7-e2b2ab33610a} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1320 | 2024.10.04 15:57:19.029307 [ 3 ] {b12b5df0-c5e5-4e47-b3f7-e2b2ab33610a} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1321 | 2024.10.04 15:57:19.029469 [ 3 ] {b12b5df0-c5e5-4e47-b3f7-e2b2ab33610a} <Debug> executeQuery: Read 48 rows, 3.36 KiB in 0.001829 sec., 26243.84909786769 rows/sec., 1.79 MiB/sec. | ||
| 1322 | 2024.10.04 15:57:19.029644 [ 3 ] {b12b5df0-c5e5-4e47-b3f7-e2b2ab33610a} <Debug> DynamicQueryHandler: Done processing query | ||
| 1323 | 2024.10.04 15:57:19.029675 [ 3 ] {b12b5df0-c5e5-4e47-b3f7-e2b2ab33610a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 1324 | 2024.10.04 15:57:19.029696 [ 3 ] {} <Debug> HTTP-Session: 2965a36d-5373-41ff-b7df-e7c747df0681 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1325 | 2024.10.04 15:57:20.000142 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 137.58 MiB, peak 143.19 MiB, free memory in arenas 0.00 B, will set to 138.85 MiB (RSS), difference: 1.27 MiB | ||
| 1326 | 2024.10.04 15:57:23.994059 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 754, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1327 | 2024.10.04 15:57:23.994203 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1328 | 2024.10.04 15:57:23.994233 [ 3 ] {} <Debug> HTTP-Session: 96b27ff4-52b0-49b0-b485-3e554102eec6 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 1329 | 2024.10.04 15:57:23.994259 [ 3 ] {} <Debug> HTTP-Session: 96b27ff4-52b0-49b0-b485-3e554102eec6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1330 | 2024.10.04 15:57:23.994274 [ 3 ] {} <Debug> HTTP-Session: 96b27ff4-52b0-49b0-b485-3e554102eec6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1331 | 2024.10.04 15:57:23.994326 [ 3 ] {} <Trace> HTTP-Session: 96b27ff4-52b0-49b0-b485-3e554102eec6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1332 | 2024.10.04 15:57:23.994581 [ 3 ] {f6cc75e5-fbe8-439c-bd23-9a19a2da0ffe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
| 1333 | 2024.10.04 15:57:23.994988 [ 3 ] {f6cc75e5-fbe8-439c-bd23-9a19a2da0ffe} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1334 | 2024.10.04 15:57:23.995033 [ 3 ] {f6cc75e5-fbe8-439c-bd23-9a19a2da0ffe} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1335 | 2024.10.04 15:57:23.995347 [ 3 ] {f6cc75e5-fbe8-439c-bd23-9a19a2da0ffe} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1336 | 2024.10.04 15:57:23.995435 [ 3 ] {f6cc75e5-fbe8-439c-bd23-9a19a2da0ffe} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1337 | 2024.10.04 15:57:23.995613 [ 3 ] {f6cc75e5-fbe8-439c-bd23-9a19a2da0ffe} <Debug> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Key condition: (column 0 notIn 18-element set) | ||
| 1338 | 2024.10.04 15:57:23.995723 [ 254 ] {f6cc75e5-fbe8-439c-bd23-9a19a2da0ffe} <Trace> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1339 | 2024.10.04 15:57:23.995723 [ 253 ] {f6cc75e5-fbe8-439c-bd23-9a19a2da0ffe} <Trace> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1340 | 2024.10.04 15:57:23.995817 [ 3 ] {f6cc75e5-fbe8-439c-bd23-9a19a2da0ffe} <Debug> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (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 | ||
| 1341 | 2024.10.04 15:57:23.995843 [ 3 ] {f6cc75e5-fbe8-439c-bd23-9a19a2da0ffe} <Trace> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1342 | 2024.10.04 15:57:23.996025 [ 3 ] {f6cc75e5-fbe8-439c-bd23-9a19a2da0ffe} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1343 | 2024.10.04 15:57:23.996072 [ 3 ] {f6cc75e5-fbe8-439c-bd23-9a19a2da0ffe} <Debug> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1344 | 2024.10.04 15:57:23.996134 [ 3 ] {f6cc75e5-fbe8-439c-bd23-9a19a2da0ffe} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1345 | 2024.10.04 15:57:23.996181 [ 3 ] {f6cc75e5-fbe8-439c-bd23-9a19a2da0ffe} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1346 | 2024.10.04 15:57:23.998021 [ 3 ] {f6cc75e5-fbe8-439c-bd23-9a19a2da0ffe} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.003539 sec., 5086.182537439955 rows/sec., 208.06 KiB/sec. | ||
| 1347 | 2024.10.04 15:57:23.998494 [ 3 ] {f6cc75e5-fbe8-439c-bd23-9a19a2da0ffe} <Debug> DynamicQueryHandler: Done processing query | ||
| 1348 | 2024.10.04 15:57:23.998535 [ 3 ] {f6cc75e5-fbe8-439c-bd23-9a19a2da0ffe} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
| 1349 | 2024.10.04 15:57:23.998564 [ 3 ] {} <Debug> HTTP-Session: 96b27ff4-52b0-49b0-b485-3e554102eec6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1350 | 2024.10.04 15:57:23.998924 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 787, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1351 | 2024.10.04 15:57:23.999006 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1352 | 2024.10.04 15:57:23.999032 [ 3 ] {} <Debug> HTTP-Session: dbb28df0-54ca-46fb-930d-7f9b9c429449 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 1353 | 2024.10.04 15:57:23.999056 [ 3 ] {} <Debug> HTTP-Session: dbb28df0-54ca-46fb-930d-7f9b9c429449 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1354 | 2024.10.04 15:57:23.999075 [ 3 ] {} <Debug> HTTP-Session: dbb28df0-54ca-46fb-930d-7f9b9c429449 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1355 | 2024.10.04 15:57:23.999123 [ 3 ] {} <Trace> HTTP-Session: dbb28df0-54ca-46fb-930d-7f9b9c429449 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1356 | 2024.10.04 15:57:23.999342 [ 3 ] {e6c52861-d609-4163-a6b6-550f6c688148} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
| 1357 | 2024.10.04 15:57:23.999714 [ 3 ] {e6c52861-d609-4163-a6b6-550f6c688148} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1358 | 2024.10.04 15:57:23.999759 [ 3 ] {e6c52861-d609-4163-a6b6-550f6c688148} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1359 | 2024.10.04 15:57:24.000042 [ 3 ] {e6c52861-d609-4163-a6b6-550f6c688148} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1360 | 2024.10.04 15:57:24.000114 [ 3 ] {e6c52861-d609-4163-a6b6-550f6c688148} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1361 | 2024.10.04 15:57:24.000334 [ 3 ] {e6c52861-d609-4163-a6b6-550f6c688148} <Debug> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Key condition: (column 0 notIn 19-element set) | ||
| 1362 | 2024.10.04 15:57:24.000555 [ 257 ] {e6c52861-d609-4163-a6b6-550f6c688148} <Trace> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1363 | 2024.10.04 15:57:24.000560 [ 255 ] {e6c52861-d609-4163-a6b6-550f6c688148} <Trace> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1364 | 2024.10.04 15:57:24.000729 [ 3 ] {e6c52861-d609-4163-a6b6-550f6c688148} <Debug> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (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 | ||
| 1365 | 2024.10.04 15:57:24.000760 [ 3 ] {e6c52861-d609-4163-a6b6-550f6c688148} <Trace> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1366 | 2024.10.04 15:57:24.000848 [ 3 ] {e6c52861-d609-4163-a6b6-550f6c688148} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1367 | 2024.10.04 15:57:24.000872 [ 3 ] {e6c52861-d609-4163-a6b6-550f6c688148} <Debug> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1368 | 2024.10.04 15:57:24.000915 [ 3 ] {e6c52861-d609-4163-a6b6-550f6c688148} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes'))" | ||
| 1369 | 2024.10.04 15:57:24.000964 [ 3 ] {e6c52861-d609-4163-a6b6-550f6c688148} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes'))" | ||
| 1370 | 2024.10.04 15:57:24.002385 [ 3 ] {e6c52861-d609-4163-a6b6-550f6c688148} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.003146 sec., 5721.551176096631 rows/sec., 234.05 KiB/sec. | ||
| 1371 | 2024.10.04 15:57:24.002750 [ 3 ] {e6c52861-d609-4163-a6b6-550f6c688148} <Debug> DynamicQueryHandler: Done processing query | ||
| 1372 | 2024.10.04 15:57:24.002788 [ 3 ] {e6c52861-d609-4163-a6b6-550f6c688148} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
| 1373 | 2024.10.04 15:57:24.002810 [ 3 ] {} <Debug> HTTP-Session: dbb28df0-54ca-46fb-930d-7f9b9c429449 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1374 | 2024.10.04 15:57:24.003702 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 815, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1375 | 2024.10.04 15:57:24.003798 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1376 | 2024.10.04 15:57:24.003823 [ 3 ] {} <Debug> HTTP-Session: c1da0216-3d26-4fa6-a550-95e7b8b985e6 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 1377 | 2024.10.04 15:57:24.003842 [ 3 ] {} <Debug> HTTP-Session: c1da0216-3d26-4fa6-a550-95e7b8b985e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1378 | 2024.10.04 15:57:24.003857 [ 3 ] {} <Debug> HTTP-Session: c1da0216-3d26-4fa6-a550-95e7b8b985e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1379 | 2024.10.04 15:57:24.003899 [ 3 ] {} <Trace> HTTP-Session: c1da0216-3d26-4fa6-a550-95e7b8b985e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1380 | 2024.10.04 15:57:24.004073 [ 3 ] {cd720cac-80b2-4b0c-98fb-77e1fadfcbf2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
| 1381 | 2024.10.04 15:57:24.004379 [ 3 ] {cd720cac-80b2-4b0c-98fb-77e1fadfcbf2} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1382 | 2024.10.04 15:57:24.004425 [ 3 ] {cd720cac-80b2-4b0c-98fb-77e1fadfcbf2} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1383 | 2024.10.04 15:57:24.004741 [ 3 ] {cd720cac-80b2-4b0c-98fb-77e1fadfcbf2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1384 | 2024.10.04 15:57:24.004827 [ 3 ] {cd720cac-80b2-4b0c-98fb-77e1fadfcbf2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1385 | 2024.10.04 15:57:24.005023 [ 3 ] {cd720cac-80b2-4b0c-98fb-77e1fadfcbf2} <Debug> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Key condition: (column 0 notIn 20-element set) | ||
| 1386 | 2024.10.04 15:57:24.005190 [ 256 ] {cd720cac-80b2-4b0c-98fb-77e1fadfcbf2} <Trace> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1387 | 2024.10.04 15:57:24.005194 [ 251 ] {cd720cac-80b2-4b0c-98fb-77e1fadfcbf2} <Trace> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1388 | 2024.10.04 15:57:24.005364 [ 3 ] {cd720cac-80b2-4b0c-98fb-77e1fadfcbf2} <Debug> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (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 | ||
| 1389 | 2024.10.04 15:57:24.005409 [ 3 ] {cd720cac-80b2-4b0c-98fb-77e1fadfcbf2} <Trace> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1390 | 2024.10.04 15:57:24.005530 [ 3 ] {cd720cac-80b2-4b0c-98fb-77e1fadfcbf2} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1391 | 2024.10.04 15:57:24.005569 [ 3 ] {cd720cac-80b2-4b0c-98fb-77e1fadfcbf2} <Debug> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1392 | 2024.10.04 15:57:24.005632 [ 3 ] {cd720cac-80b2-4b0c-98fb-77e1fadfcbf2} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes'))" | ||
| 1393 | 2024.10.04 15:57:24.005703 [ 3 ] {cd720cac-80b2-4b0c-98fb-77e1fadfcbf2} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes'))" | ||
| 1394 | 2024.10.04 15:57:24.007174 [ 3 ] {cd720cac-80b2-4b0c-98fb-77e1fadfcbf2} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.003175 sec., 5669.291338582678 rows/sec., 231.91 KiB/sec. | ||
| 1395 | 2024.10.04 15:57:24.007501 [ 3 ] {cd720cac-80b2-4b0c-98fb-77e1fadfcbf2} <Debug> DynamicQueryHandler: Done processing query | ||
| 1396 | 2024.10.04 15:57:24.007527 [ 3 ] {cd720cac-80b2-4b0c-98fb-77e1fadfcbf2} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
| 1397 | 2024.10.04 15:57:24.007546 [ 3 ] {} <Debug> HTTP-Session: c1da0216-3d26-4fa6-a550-95e7b8b985e6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1398 | 2024.10.04 15:57:24.007802 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1399 | 2024.10.04 15:57:24.007856 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1400 | 2024.10.04 15:57:24.007876 [ 3 ] {} <Debug> HTTP-Session: 152782f9-d65b-4020-ac50-0fa54c856d1f Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 1401 | 2024.10.04 15:57:24.007894 [ 3 ] {} <Debug> HTTP-Session: 152782f9-d65b-4020-ac50-0fa54c856d1f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1402 | 2024.10.04 15:57:24.007908 [ 3 ] {} <Debug> HTTP-Session: 152782f9-d65b-4020-ac50-0fa54c856d1f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1403 | 2024.10.04 15:57:24.007945 [ 3 ] {} <Trace> HTTP-Session: 152782f9-d65b-4020-ac50-0fa54c856d1f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1404 | 2024.10.04 15:57:24.008112 [ 3 ] {5baa2efe-0fe5-4516-827a-1ca7349fe408} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity') FORMAT JSONEachRow; (stage: Complete) | ||
| 1405 | 2024.10.04 15:57:24.008390 [ 3 ] {5baa2efe-0fe5-4516-827a-1ca7349fe408} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1406 | 2024.10.04 15:57:24.008434 [ 3 ] {5baa2efe-0fe5-4516-827a-1ca7349fe408} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity')" moved to PREWHERE | ||
| 1407 | 2024.10.04 15:57:24.008704 [ 3 ] {5baa2efe-0fe5-4516-827a-1ca7349fe408} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1408 | 2024.10.04 15:57:24.008779 [ 3 ] {5baa2efe-0fe5-4516-827a-1ca7349fe408} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1409 | 2024.10.04 15:57:24.008925 [ 3 ] {5baa2efe-0fe5-4516-827a-1ca7349fe408} <Debug> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Key condition: (column 0 notIn 21-element set) | ||
| 1410 | 2024.10.04 15:57:24.009026 [ 253 ] {5baa2efe-0fe5-4516-827a-1ca7349fe408} <Trace> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1411 | 2024.10.04 15:57:24.009043 [ 251 ] {5baa2efe-0fe5-4516-827a-1ca7349fe408} <Trace> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1412 | 2024.10.04 15:57:24.009162 [ 3 ] {5baa2efe-0fe5-4516-827a-1ca7349fe408} <Debug> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (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 | ||
| 1413 | 2024.10.04 15:57:24.009191 [ 3 ] {5baa2efe-0fe5-4516-827a-1ca7349fe408} <Trace> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1414 | 2024.10.04 15:57:24.009279 [ 3 ] {5baa2efe-0fe5-4516-827a-1ca7349fe408} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1415 | 2024.10.04 15:57:24.009303 [ 3 ] {5baa2efe-0fe5-4516-827a-1ca7349fe408} <Debug> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1416 | 2024.10.04 15:57:24.009345 [ 3 ] {5baa2efe-0fe5-4516-827a-1ca7349fe408} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity'))" | ||
| 1417 | 2024.10.04 15:57:24.009388 [ 3 ] {5baa2efe-0fe5-4516-827a-1ca7349fe408} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity'))" | ||
| 1418 | 2024.10.04 15:57:24.010706 [ 3 ] {5baa2efe-0fe5-4516-827a-1ca7349fe408} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002665 sec., 6754.2213883677305 rows/sec., 276.30 KiB/sec. | ||
| 1419 | 2024.10.04 15:57:24.011079 [ 3 ] {5baa2efe-0fe5-4516-827a-1ca7349fe408} <Debug> DynamicQueryHandler: Done processing query | ||
| 1420 | 2024.10.04 15:57:24.011106 [ 3 ] {5baa2efe-0fe5-4516-827a-1ca7349fe408} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
| 1421 | 2024.10.04 15:57:24.011126 [ 3 ] {} <Debug> HTTP-Session: 152782f9-d65b-4020-ac50-0fa54c856d1f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1422 | 2024.10.04 15:57:24.011366 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 866, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1423 | 2024.10.04 15:57:24.011418 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1424 | 2024.10.04 15:57:24.011437 [ 3 ] {} <Debug> HTTP-Session: a6bec351-ff12-4599-97a9-43e46ff0bc5b Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 1425 | 2024.10.04 15:57:24.011455 [ 3 ] {} <Debug> HTTP-Session: a6bec351-ff12-4599-97a9-43e46ff0bc5b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1426 | 2024.10.04 15:57:24.011470 [ 3 ] {} <Debug> HTTP-Session: a6bec351-ff12-4599-97a9-43e46ff0bc5b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1427 | 2024.10.04 15:57:24.011508 [ 3 ] {} <Trace> HTTP-Session: a6bec351-ff12-4599-97a9-43e46ff0bc5b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1428 | 2024.10.04 15:57:24.011661 [ 3 ] {23d8aa32-e574-4182-8d7a-6e363958a3d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy') FORMAT JSONEachRow; (stage: Complete) | ||
| 1429 | 2024.10.04 15:57:24.011939 [ 3 ] {23d8aa32-e574-4182-8d7a-6e363958a3d6} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1430 | 2024.10.04 15:57:24.011990 [ 3 ] {23d8aa32-e574-4182-8d7a-6e363958a3d6} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy')" moved to PREWHERE | ||
| 1431 | 2024.10.04 15:57:24.012272 [ 3 ] {23d8aa32-e574-4182-8d7a-6e363958a3d6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1432 | 2024.10.04 15:57:24.012346 [ 3 ] {23d8aa32-e574-4182-8d7a-6e363958a3d6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1433 | 2024.10.04 15:57:24.012490 [ 3 ] {23d8aa32-e574-4182-8d7a-6e363958a3d6} <Debug> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Key condition: (column 0 notIn 22-element set) | ||
| 1434 | 2024.10.04 15:57:24.012571 [ 256 ] {23d8aa32-e574-4182-8d7a-6e363958a3d6} <Trace> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1435 | 2024.10.04 15:57:24.012594 [ 251 ] {23d8aa32-e574-4182-8d7a-6e363958a3d6} <Trace> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1436 | 2024.10.04 15:57:24.012702 [ 3 ] {23d8aa32-e574-4182-8d7a-6e363958a3d6} <Debug> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (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 | ||
| 1437 | 2024.10.04 15:57:24.012730 [ 3 ] {23d8aa32-e574-4182-8d7a-6e363958a3d6} <Trace> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1438 | 2024.10.04 15:57:24.012812 [ 3 ] {23d8aa32-e574-4182-8d7a-6e363958a3d6} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1439 | 2024.10.04 15:57:24.012834 [ 3 ] {23d8aa32-e574-4182-8d7a-6e363958a3d6} <Debug> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1440 | 2024.10.04 15:57:24.012875 [ 3 ] {23d8aa32-e574-4182-8d7a-6e363958a3d6} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy'))" | ||
| 1441 | 2024.10.04 15:57:24.012918 [ 3 ] {23d8aa32-e574-4182-8d7a-6e363958a3d6} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy'))" | ||
| 1442 | 2024.10.04 15:57:24.013926 [ 3 ] {23d8aa32-e574-4182-8d7a-6e363958a3d6} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002336 sec., 7705.479452054795 rows/sec., 315.21 KiB/sec. | ||
| 1443 | 2024.10.04 15:57:24.014193 [ 3 ] {23d8aa32-e574-4182-8d7a-6e363958a3d6} <Debug> DynamicQueryHandler: Done processing query | ||
| 1444 | 2024.10.04 15:57:24.014218 [ 3 ] {23d8aa32-e574-4182-8d7a-6e363958a3d6} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
| 1445 | 2024.10.04 15:57:24.014235 [ 3 ] {} <Debug> HTTP-Session: a6bec351-ff12-4599-97a9-43e46ff0bc5b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1446 | 2024.10.04 15:57:24.014464 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 890, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1447 | 2024.10.04 15:57:24.014517 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1448 | 2024.10.04 15:57:24.014537 [ 3 ] {} <Debug> HTTP-Session: 6560f16f-9bae-4699-bcc9-ee30fe134cbf Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 1449 | 2024.10.04 15:57:24.014554 [ 3 ] {} <Debug> HTTP-Session: 6560f16f-9bae-4699-bcc9-ee30fe134cbf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1450 | 2024.10.04 15:57:24.014568 [ 3 ] {} <Debug> HTTP-Session: 6560f16f-9bae-4699-bcc9-ee30fe134cbf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1451 | 2024.10.04 15:57:24.014602 [ 3 ] {} <Trace> HTTP-Session: 6560f16f-9bae-4699-bcc9-ee30fe134cbf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1452 | 2024.10.04 15:57:24.014754 [ 3 ] {ab59d032-7438-4fdf-b8eb-827c28ce8c3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT JSONEachRow; (stage: Complete) | ||
| 1453 | 2024.10.04 15:57:24.015028 [ 3 ] {ab59d032-7438-4fdf-b8eb-827c28ce8c3a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1454 | 2024.10.04 15:57:24.015072 [ 3 ] {ab59d032-7438-4fdf-b8eb-827c28ce8c3a} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
| 1455 | 2024.10.04 15:57:24.015362 [ 3 ] {ab59d032-7438-4fdf-b8eb-827c28ce8c3a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1456 | 2024.10.04 15:57:24.015433 [ 3 ] {ab59d032-7438-4fdf-b8eb-827c28ce8c3a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1457 | 2024.10.04 15:57:24.015573 [ 3 ] {ab59d032-7438-4fdf-b8eb-827c28ce8c3a} <Debug> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Key condition: (column 0 notIn 23-element set) | ||
| 1458 | 2024.10.04 15:57:24.015634 [ 253 ] {ab59d032-7438-4fdf-b8eb-827c28ce8c3a} <Trace> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1459 | 2024.10.04 15:57:24.015670 [ 251 ] {ab59d032-7438-4fdf-b8eb-827c28ce8c3a} <Trace> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1460 | 2024.10.04 15:57:24.015772 [ 3 ] {ab59d032-7438-4fdf-b8eb-827c28ce8c3a} <Debug> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (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 | ||
| 1461 | 2024.10.04 15:57:24.015800 [ 3 ] {ab59d032-7438-4fdf-b8eb-827c28ce8c3a} <Trace> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1462 | 2024.10.04 15:57:24.015883 [ 3 ] {ab59d032-7438-4fdf-b8eb-827c28ce8c3a} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1463 | 2024.10.04 15:57:24.015904 [ 3 ] {ab59d032-7438-4fdf-b8eb-827c28ce8c3a} <Debug> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1464 | 2024.10.04 15:57:24.015944 [ 3 ] {ab59d032-7438-4fdf-b8eb-827c28ce8c3a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 1465 | 2024.10.04 15:57:24.015993 [ 3 ] {ab59d032-7438-4fdf-b8eb-827c28ce8c3a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 1466 | 2024.10.04 15:57:24.017368 [ 3 ] {ab59d032-7438-4fdf-b8eb-827c28ce8c3a} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002683 sec., 6708.907938874394 rows/sec., 274.44 KiB/sec. | ||
| 1467 | 2024.10.04 15:57:24.017651 [ 3 ] {ab59d032-7438-4fdf-b8eb-827c28ce8c3a} <Debug> DynamicQueryHandler: Done processing query | ||
| 1468 | 2024.10.04 15:57:24.017677 [ 3 ] {ab59d032-7438-4fdf-b8eb-827c28ce8c3a} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
| 1469 | 2024.10.04 15:57:24.017694 [ 3 ] {} <Debug> HTTP-Session: 6560f16f-9bae-4699-bcc9-ee30fe134cbf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1470 | 2024.10.04 15:57:24.017926 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 914, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1471 | 2024.10.04 15:57:24.017981 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1472 | 2024.10.04 15:57:24.018002 [ 3 ] {} <Debug> HTTP-Session: a91183e9-759a-44c5-bbc6-6a81f691278c Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 1473 | 2024.10.04 15:57:24.018020 [ 3 ] {} <Debug> HTTP-Session: a91183e9-759a-44c5-bbc6-6a81f691278c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1474 | 2024.10.04 15:57:24.018035 [ 3 ] {} <Debug> HTTP-Session: a91183e9-759a-44c5-bbc6-6a81f691278c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1475 | 2024.10.04 15:57:24.018069 [ 3 ] {} <Trace> HTTP-Session: a91183e9-759a-44c5-bbc6-6a81f691278c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1476 | 2024.10.04 15:57:24.018221 [ 3 ] {da20b7f7-f495-465f-8572-31ad11622bac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT JSONEachRow; (stage: Complete) | ||
| 1477 | 2024.10.04 15:57:24.018500 [ 3 ] {da20b7f7-f495-465f-8572-31ad11622bac} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1478 | 2024.10.04 15:57:24.018544 [ 3 ] {da20b7f7-f495-465f-8572-31ad11622bac} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
| 1479 | 2024.10.04 15:57:24.018818 [ 3 ] {da20b7f7-f495-465f-8572-31ad11622bac} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1480 | 2024.10.04 15:57:24.018884 [ 3 ] {da20b7f7-f495-465f-8572-31ad11622bac} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1481 | 2024.10.04 15:57:24.019024 [ 3 ] {da20b7f7-f495-465f-8572-31ad11622bac} <Debug> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Key condition: (column 0 notIn 24-element set) | ||
| 1482 | 2024.10.04 15:57:24.019108 [ 253 ] {da20b7f7-f495-465f-8572-31ad11622bac} <Trace> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1483 | 2024.10.04 15:57:24.019132 [ 251 ] {da20b7f7-f495-465f-8572-31ad11622bac} <Trace> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1484 | 2024.10.04 15:57:24.019238 [ 3 ] {da20b7f7-f495-465f-8572-31ad11622bac} <Debug> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (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 | ||
| 1485 | 2024.10.04 15:57:24.019275 [ 3 ] {da20b7f7-f495-465f-8572-31ad11622bac} <Trace> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1486 | 2024.10.04 15:57:24.019363 [ 3 ] {da20b7f7-f495-465f-8572-31ad11622bac} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1487 | 2024.10.04 15:57:24.019386 [ 3 ] {da20b7f7-f495-465f-8572-31ad11622bac} <Debug> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1488 | 2024.10.04 15:57:24.019426 [ 3 ] {da20b7f7-f495-465f-8572-31ad11622bac} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 1489 | 2024.10.04 15:57:24.019468 [ 3 ] {da20b7f7-f495-465f-8572-31ad11622bac} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 1490 | 2024.10.04 15:57:24.020834 [ 3 ] {da20b7f7-f495-465f-8572-31ad11622bac} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.00268 sec., 6716.417910447761 rows/sec., 274.75 KiB/sec. | ||
| 1491 | 2024.10.04 15:57:24.021151 [ 3 ] {da20b7f7-f495-465f-8572-31ad11622bac} <Debug> DynamicQueryHandler: Done processing query | ||
| 1492 | 2024.10.04 15:57:24.021177 [ 3 ] {da20b7f7-f495-465f-8572-31ad11622bac} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
| 1493 | 2024.10.04 15:57:24.021195 [ 3 ] {} <Debug> HTTP-Session: a91183e9-759a-44c5-bbc6-6a81f691278c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1494 | 2024.10.04 15:57:24.021448 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 938, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1495 | 2024.10.04 15:57:24.021500 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1496 | 2024.10.04 15:57:24.021521 [ 3 ] {} <Debug> HTTP-Session: 37b746f4-6a65-48fe-a9a3-bd4178e0f872 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 1497 | 2024.10.04 15:57:24.021539 [ 3 ] {} <Debug> HTTP-Session: 37b746f4-6a65-48fe-a9a3-bd4178e0f872 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1498 | 2024.10.04 15:57:24.021552 [ 3 ] {} <Debug> HTTP-Session: 37b746f4-6a65-48fe-a9a3-bd4178e0f872 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1499 | 2024.10.04 15:57:24.021586 [ 3 ] {} <Trace> HTTP-Session: 37b746f4-6a65-48fe-a9a3-bd4178e0f872 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1500 | 2024.10.04 15:57:24.021741 [ 3 ] {9989642a-0827-4fd8-a00c-e381748a6a86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
| 1501 | 2024.10.04 15:57:24.022038 [ 3 ] {9989642a-0827-4fd8-a00c-e381748a6a86} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1502 | 2024.10.04 15:57:24.022084 [ 3 ] {9989642a-0827-4fd8-a00c-e381748a6a86} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
| 1503 | 2024.10.04 15:57:24.022385 [ 3 ] {9989642a-0827-4fd8-a00c-e381748a6a86} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1504 | 2024.10.04 15:57:24.022466 [ 3 ] {9989642a-0827-4fd8-a00c-e381748a6a86} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1505 | 2024.10.04 15:57:24.022613 [ 3 ] {9989642a-0827-4fd8-a00c-e381748a6a86} <Debug> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Key condition: (column 0 notIn 25-element set) | ||
| 1506 | 2024.10.04 15:57:24.022727 [ 253 ] {9989642a-0827-4fd8-a00c-e381748a6a86} <Trace> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1507 | 2024.10.04 15:57:24.022736 [ 251 ] {9989642a-0827-4fd8-a00c-e381748a6a86} <Trace> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1508 | 2024.10.04 15:57:24.022846 [ 3 ] {9989642a-0827-4fd8-a00c-e381748a6a86} <Debug> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (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 | ||
| 1509 | 2024.10.04 15:57:24.022876 [ 3 ] {9989642a-0827-4fd8-a00c-e381748a6a86} <Trace> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1510 | 2024.10.04 15:57:24.022957 [ 3 ] {9989642a-0827-4fd8-a00c-e381748a6a86} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1511 | 2024.10.04 15:57:24.022978 [ 3 ] {9989642a-0827-4fd8-a00c-e381748a6a86} <Debug> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1512 | 2024.10.04 15:57:24.023019 [ 3 ] {9989642a-0827-4fd8-a00c-e381748a6a86} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 1513 | 2024.10.04 15:57:24.023061 [ 3 ] {9989642a-0827-4fd8-a00c-e381748a6a86} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 1514 | 2024.10.04 15:57:24.024190 [ 3 ] {9989642a-0827-4fd8-a00c-e381748a6a86} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002525 sec., 7128.712871287129 rows/sec., 291.62 KiB/sec. | ||
| 1515 | 2024.10.04 15:57:24.024483 [ 3 ] {9989642a-0827-4fd8-a00c-e381748a6a86} <Debug> DynamicQueryHandler: Done processing query | ||
| 1516 | 2024.10.04 15:57:24.024510 [ 3 ] {9989642a-0827-4fd8-a00c-e381748a6a86} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
| 1517 | 2024.10.04 15:57:24.024527 [ 3 ] {} <Debug> HTTP-Session: 37b746f4-6a65-48fe-a9a3-bd4178e0f872 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1518 | 2024.10.04 15:57:24.024767 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 965, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1519 | 2024.10.04 15:57:24.024816 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1520 | 2024.10.04 15:57:24.024836 [ 3 ] {} <Debug> HTTP-Session: 84b279d9-3872-4a04-b325-ee672dd0ddae Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 1521 | 2024.10.04 15:57:24.024856 [ 3 ] {} <Debug> HTTP-Session: 84b279d9-3872-4a04-b325-ee672dd0ddae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1522 | 2024.10.04 15:57:24.024871 [ 3 ] {} <Debug> HTTP-Session: 84b279d9-3872-4a04-b325-ee672dd0ddae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1523 | 2024.10.04 15:57:24.024904 [ 3 ] {} <Trace> HTTP-Session: 84b279d9-3872-4a04-b325-ee672dd0ddae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1524 | 2024.10.04 15:57:24.025054 [ 3 ] {b7e312e0-a81e-4058-96b7-51c19728bbe1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
| 1525 | 2024.10.04 15:57:24.025358 [ 3 ] {b7e312e0-a81e-4058-96b7-51c19728bbe1} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1526 | 2024.10.04 15:57:24.025404 [ 3 ] {b7e312e0-a81e-4058-96b7-51c19728bbe1} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
| 1527 | 2024.10.04 15:57:24.025692 [ 3 ] {b7e312e0-a81e-4058-96b7-51c19728bbe1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1528 | 2024.10.04 15:57:24.025758 [ 3 ] {b7e312e0-a81e-4058-96b7-51c19728bbe1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1529 | 2024.10.04 15:57:24.025900 [ 3 ] {b7e312e0-a81e-4058-96b7-51c19728bbe1} <Debug> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Key condition: (column 0 notIn 26-element set) | ||
| 1530 | 2024.10.04 15:57:24.026020 [ 251 ] {b7e312e0-a81e-4058-96b7-51c19728bbe1} <Trace> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1531 | 2024.10.04 15:57:24.026021 [ 253 ] {b7e312e0-a81e-4058-96b7-51c19728bbe1} <Trace> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1532 | 2024.10.04 15:57:24.026131 [ 3 ] {b7e312e0-a81e-4058-96b7-51c19728bbe1} <Debug> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (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 | ||
| 1533 | 2024.10.04 15:57:24.026155 [ 3 ] {b7e312e0-a81e-4058-96b7-51c19728bbe1} <Trace> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1534 | 2024.10.04 15:57:24.026234 [ 3 ] {b7e312e0-a81e-4058-96b7-51c19728bbe1} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1535 | 2024.10.04 15:57:24.026256 [ 3 ] {b7e312e0-a81e-4058-96b7-51c19728bbe1} <Debug> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1536 | 2024.10.04 15:57:24.026297 [ 3 ] {b7e312e0-a81e-4058-96b7-51c19728bbe1} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 1537 | 2024.10.04 15:57:24.026344 [ 3 ] {b7e312e0-a81e-4058-96b7-51c19728bbe1} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 1538 | 2024.10.04 15:57:24.027667 [ 3 ] {b7e312e0-a81e-4058-96b7-51c19728bbe1} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002685 sec., 6703.91061452514 rows/sec., 274.24 KiB/sec. | ||
| 1539 | 2024.10.04 15:57:24.027955 [ 3 ] {b7e312e0-a81e-4058-96b7-51c19728bbe1} <Debug> DynamicQueryHandler: Done processing query | ||
| 1540 | 2024.10.04 15:57:24.027981 [ 3 ] {b7e312e0-a81e-4058-96b7-51c19728bbe1} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
| 1541 | 2024.10.04 15:57:24.027998 [ 3 ] {} <Debug> HTTP-Session: 84b279d9-3872-4a04-b325-ee672dd0ddae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1542 | 2024.10.04 15:57:24.028230 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 995, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1543 | 2024.10.04 15:57:24.028279 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1544 | 2024.10.04 15:57:24.028299 [ 3 ] {} <Debug> HTTP-Session: 9b4a7fea-48d6-45d8-823a-fe27c81d14d4 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 1545 | 2024.10.04 15:57:24.028316 [ 3 ] {} <Debug> HTTP-Session: 9b4a7fea-48d6-45d8-823a-fe27c81d14d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1546 | 2024.10.04 15:57:24.028330 [ 3 ] {} <Debug> HTTP-Session: 9b4a7fea-48d6-45d8-823a-fe27c81d14d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1547 | 2024.10.04 15:57:24.028362 [ 3 ] {} <Trace> HTTP-Session: 9b4a7fea-48d6-45d8-823a-fe27c81d14d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1548 | 2024.10.04 15:57:24.028513 [ 3 ] {0b7aa8a8-de90-48f1-a533-00ebfa97230f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
| 1549 | 2024.10.04 15:57:24.028797 [ 3 ] {0b7aa8a8-de90-48f1-a533-00ebfa97230f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1550 | 2024.10.04 15:57:24.028842 [ 3 ] {0b7aa8a8-de90-48f1-a533-00ebfa97230f} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1551 | 2024.10.04 15:57:24.029142 [ 3 ] {0b7aa8a8-de90-48f1-a533-00ebfa97230f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1552 | 2024.10.04 15:57:24.029211 [ 3 ] {0b7aa8a8-de90-48f1-a533-00ebfa97230f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1553 | 2024.10.04 15:57:24.029352 [ 3 ] {0b7aa8a8-de90-48f1-a533-00ebfa97230f} <Debug> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Key condition: (column 0 notIn 27-element set) | ||
| 1554 | 2024.10.04 15:57:24.029454 [ 251 ] {0b7aa8a8-de90-48f1-a533-00ebfa97230f} <Trace> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1555 | 2024.10.04 15:57:24.029471 [ 253 ] {0b7aa8a8-de90-48f1-a533-00ebfa97230f} <Trace> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1556 | 2024.10.04 15:57:24.029570 [ 3 ] {0b7aa8a8-de90-48f1-a533-00ebfa97230f} <Debug> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (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 | ||
| 1557 | 2024.10.04 15:57:24.029599 [ 3 ] {0b7aa8a8-de90-48f1-a533-00ebfa97230f} <Trace> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1558 | 2024.10.04 15:57:24.029678 [ 3 ] {0b7aa8a8-de90-48f1-a533-00ebfa97230f} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1559 | 2024.10.04 15:57:24.029700 [ 3 ] {0b7aa8a8-de90-48f1-a533-00ebfa97230f} <Debug> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1560 | 2024.10.04 15:57:24.029740 [ 3 ] {0b7aa8a8-de90-48f1-a533-00ebfa97230f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1561 | 2024.10.04 15:57:24.029781 [ 3 ] {0b7aa8a8-de90-48f1-a533-00ebfa97230f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1562 | 2024.10.04 15:57:24.031094 [ 3 ] {0b7aa8a8-de90-48f1-a533-00ebfa97230f} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002651 sec., 6789.890607317993 rows/sec., 277.75 KiB/sec. | ||
| 1563 | 2024.10.04 15:57:24.031399 [ 3 ] {0b7aa8a8-de90-48f1-a533-00ebfa97230f} <Debug> DynamicQueryHandler: Done processing query | ||
| 1564 | 2024.10.04 15:57:24.031430 [ 3 ] {0b7aa8a8-de90-48f1-a533-00ebfa97230f} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
| 1565 | 2024.10.04 15:57:24.031448 [ 3 ] {} <Debug> HTTP-Session: 9b4a7fea-48d6-45d8-823a-fe27c81d14d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1566 | 2024.10.04 15:57:24.031664 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 1025, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1567 | 2024.10.04 15:57:24.031713 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1568 | 2024.10.04 15:57:24.031733 [ 3 ] {} <Debug> HTTP-Session: 93d54802-326a-4f44-9aa4-48b3e98f8026 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 1569 | 2024.10.04 15:57:24.031749 [ 3 ] {} <Debug> HTTP-Session: 93d54802-326a-4f44-9aa4-48b3e98f8026 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1570 | 2024.10.04 15:57:24.031764 [ 3 ] {} <Debug> HTTP-Session: 93d54802-326a-4f44-9aa4-48b3e98f8026 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1571 | 2024.10.04 15:57:24.031795 [ 3 ] {} <Trace> HTTP-Session: 93d54802-326a-4f44-9aa4-48b3e98f8026 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1572 | 2024.10.04 15:57:24.031954 [ 3 ] {a42ef6c8-1c88-4bf0-ac96-5f0f6f7af121} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
| 1573 | 2024.10.04 15:57:24.032234 [ 3 ] {a42ef6c8-1c88-4bf0-ac96-5f0f6f7af121} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1574 | 2024.10.04 15:57:24.032278 [ 3 ] {a42ef6c8-1c88-4bf0-ac96-5f0f6f7af121} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1575 | 2024.10.04 15:57:24.032566 [ 3 ] {a42ef6c8-1c88-4bf0-ac96-5f0f6f7af121} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1576 | 2024.10.04 15:57:24.032632 [ 3 ] {a42ef6c8-1c88-4bf0-ac96-5f0f6f7af121} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1577 | 2024.10.04 15:57:24.032774 [ 3 ] {a42ef6c8-1c88-4bf0-ac96-5f0f6f7af121} <Debug> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Key condition: (column 0 notIn 28-element set) | ||
| 1578 | 2024.10.04 15:57:24.032840 [ 253 ] {a42ef6c8-1c88-4bf0-ac96-5f0f6f7af121} <Trace> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1579 | 2024.10.04 15:57:24.032881 [ 251 ] {a42ef6c8-1c88-4bf0-ac96-5f0f6f7af121} <Trace> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1580 | 2024.10.04 15:57:24.032983 [ 3 ] {a42ef6c8-1c88-4bf0-ac96-5f0f6f7af121} <Debug> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (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 | ||
| 1581 | 2024.10.04 15:57:24.033012 [ 3 ] {a42ef6c8-1c88-4bf0-ac96-5f0f6f7af121} <Trace> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1582 | 2024.10.04 15:57:24.033096 [ 3 ] {a42ef6c8-1c88-4bf0-ac96-5f0f6f7af121} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1583 | 2024.10.04 15:57:24.033124 [ 3 ] {a42ef6c8-1c88-4bf0-ac96-5f0f6f7af121} <Debug> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1584 | 2024.10.04 15:57:24.033166 [ 3 ] {a42ef6c8-1c88-4bf0-ac96-5f0f6f7af121} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1585 | 2024.10.04 15:57:24.033211 [ 3 ] {a42ef6c8-1c88-4bf0-ac96-5f0f6f7af121} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1586 | 2024.10.04 15:57:24.034251 [ 3 ] {a42ef6c8-1c88-4bf0-ac96-5f0f6f7af121} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002367 sec., 7604.562737642585 rows/sec., 311.08 KiB/sec. | ||
| 1587 | 2024.10.04 15:57:24.034543 [ 3 ] {a42ef6c8-1c88-4bf0-ac96-5f0f6f7af121} <Debug> DynamicQueryHandler: Done processing query | ||
| 1588 | 2024.10.04 15:57:24.034569 [ 3 ] {a42ef6c8-1c88-4bf0-ac96-5f0f6f7af121} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
| 1589 | 2024.10.04 15:57:24.034587 [ 3 ] {} <Debug> HTTP-Session: 93d54802-326a-4f44-9aa4-48b3e98f8026 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1590 | 2024.10.04 15:57:24.039089 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 1052, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1591 | 2024.10.04 15:57:24.039146 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1592 | 2024.10.04 15:57:24.039167 [ 3 ] {} <Debug> HTTP-Session: d528f75c-97ac-4d47-ba85-89d450bb619e Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 1593 | 2024.10.04 15:57:24.039185 [ 3 ] {} <Debug> HTTP-Session: d528f75c-97ac-4d47-ba85-89d450bb619e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1594 | 2024.10.04 15:57:24.039200 [ 3 ] {} <Debug> HTTP-Session: d528f75c-97ac-4d47-ba85-89d450bb619e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1595 | 2024.10.04 15:57:24.039234 [ 3 ] {} <Trace> HTTP-Session: d528f75c-97ac-4d47-ba85-89d450bb619e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1596 | 2024.10.04 15:57:24.039411 [ 3 ] {e9505499-f593-491d-b2f8-07855b888d5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
| 1597 | 2024.10.04 15:57:24.039729 [ 3 ] {e9505499-f593-491d-b2f8-07855b888d5d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1598 | 2024.10.04 15:57:24.039777 [ 3 ] {e9505499-f593-491d-b2f8-07855b888d5d} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1599 | 2024.10.04 15:57:24.040072 [ 3 ] {e9505499-f593-491d-b2f8-07855b888d5d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1600 | 2024.10.04 15:57:24.040142 [ 3 ] {e9505499-f593-491d-b2f8-07855b888d5d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1601 | 2024.10.04 15:57:24.040291 [ 3 ] {e9505499-f593-491d-b2f8-07855b888d5d} <Debug> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Key condition: (column 0 notIn 29-element set) | ||
| 1602 | 2024.10.04 15:57:24.040388 [ 253 ] {e9505499-f593-491d-b2f8-07855b888d5d} <Trace> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1603 | 2024.10.04 15:57:24.040407 [ 251 ] {e9505499-f593-491d-b2f8-07855b888d5d} <Trace> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1604 | 2024.10.04 15:57:24.040514 [ 3 ] {e9505499-f593-491d-b2f8-07855b888d5d} <Debug> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (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 | ||
| 1605 | 2024.10.04 15:57:24.040548 [ 3 ] {e9505499-f593-491d-b2f8-07855b888d5d} <Trace> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1606 | 2024.10.04 15:57:24.040635 [ 3 ] {e9505499-f593-491d-b2f8-07855b888d5d} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1607 | 2024.10.04 15:57:24.040659 [ 3 ] {e9505499-f593-491d-b2f8-07855b888d5d} <Debug> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1608 | 2024.10.04 15:57:24.040701 [ 3 ] {e9505499-f593-491d-b2f8-07855b888d5d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1609 | 2024.10.04 15:57:24.040746 [ 3 ] {e9505499-f593-491d-b2f8-07855b888d5d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1610 | 2024.10.04 15:57:24.041814 [ 3 ] {e9505499-f593-491d-b2f8-07855b888d5d} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002494 sec., 7217.321571772253 rows/sec., 295.24 KiB/sec. | ||
| 1611 | 2024.10.04 15:57:24.042133 [ 3 ] {e9505499-f593-491d-b2f8-07855b888d5d} <Debug> DynamicQueryHandler: Done processing query | ||
| 1612 | 2024.10.04 15:57:24.042161 [ 3 ] {e9505499-f593-491d-b2f8-07855b888d5d} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
| 1613 | 2024.10.04 15:57:24.042180 [ 3 ] {} <Debug> HTTP-Session: d528f75c-97ac-4d47-ba85-89d450bb619e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1614 | 2024.10.04 15:57:24.047855 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 3916, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1615 | 2024.10.04 15:57:24.047925 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1616 | 2024.10.04 15:57:24.047947 [ 3 ] {} <Debug> HTTP-Session: 3f1ac7ff-c899-4bf0-ab04-95684d8d017c Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 1617 | 2024.10.04 15:57:24.047966 [ 3 ] {} <Debug> HTTP-Session: 3f1ac7ff-c899-4bf0-ab04-95684d8d017c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1618 | 2024.10.04 15:57:24.047981 [ 3 ] {} <Debug> HTTP-Session: 3f1ac7ff-c899-4bf0-ab04-95684d8d017c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1619 | 2024.10.04 15:57:24.048020 [ 3 ] {} <Trace> HTTP-Session: 3f1ac7ff-c899-4bf0-ab04-95684d8d017c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1620 | 2024.10.04 15:57:24.048171 [ 3 ] {1ced3cd8-7251-4b35-afd4-a3cff193cd08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
| 1621 | 2024.10.04 15:57:24.048224 [ 3 ] {1ced3cd8-7251-4b35-afd4-a3cff193cd08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1622 | 2024.10.04 15:57:24.048425 [ 3 ] {1ced3cd8-7251-4b35-afd4-a3cff193cd08} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1623 | 2024.10.04 15:57:24.048813 [ 3 ] {1ced3cd8-7251-4b35-afd4-a3cff193cd08} <Trace> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1624 | 2024.10.04 15:57:24.048856 [ 3 ] {1ced3cd8-7251-4b35-afd4-a3cff193cd08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 1625 | 2024.10.04 15:57:24.049395 [ 3 ] {1ced3cd8-7251-4b35-afd4-a3cff193cd08} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1626 | 2024.10.04 15:57:24.049732 [ 3 ] {1ced3cd8-7251-4b35-afd4-a3cff193cd08} <Trace> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1627 | 2024.10.04 15:57:24.049875 [ 3 ] {1ced3cd8-7251-4b35-afd4-a3cff193cd08} <Debug> executeQuery: Read 12 rows, 2.06 KiB in 0.001756 sec., 6833.7129840546695 rows/sec., 1.15 MiB/sec. | ||
| 1628 | 2024.10.04 15:57:24.050103 [ 3 ] {1ced3cd8-7251-4b35-afd4-a3cff193cd08} <Debug> DynamicQueryHandler: Done processing query | ||
| 1629 | 2024.10.04 15:57:24.050129 [ 3 ] {1ced3cd8-7251-4b35-afd4-a3cff193cd08} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 1630 | 2024.10.04 15:57:24.050146 [ 3 ] {} <Debug> HTTP-Session: 3f1ac7ff-c899-4bf0-ab04-95684d8d017c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1631 | 2024.10.04 15:57:24.050436 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 28387, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1632 | 2024.10.04 15:57:24.050503 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1633 | 2024.10.04 15:57:24.050536 [ 3 ] {} <Debug> HTTP-Session: 25264eb8-a746-44b7-bc66-0d18a0823909 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 1634 | 2024.10.04 15:57:24.050563 [ 3 ] {} <Debug> HTTP-Session: 25264eb8-a746-44b7-bc66-0d18a0823909 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1635 | 2024.10.04 15:57:24.050589 [ 3 ] {} <Debug> HTTP-Session: 25264eb8-a746-44b7-bc66-0d18a0823909 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1636 | 2024.10.04 15:57:24.050639 [ 3 ] {} <Trace> HTTP-Session: 25264eb8-a746-44b7-bc66-0d18a0823909 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1637 | 2024.10.04 15:57:24.050869 [ 3 ] {6acf9611-c795-4337-91af-57fd697568e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 1638 | 2024.10.04 15:57:24.050938 [ 3 ] {6acf9611-c795-4337-91af-57fd697568e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1639 | 2024.10.04 15:57:24.051293 [ 3 ] {6acf9611-c795-4337-91af-57fd697568e1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1640 | 2024.10.04 15:57:24.051850 [ 3 ] {6acf9611-c795-4337-91af-57fd697568e1} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1641 | 2024.10.04 15:57:24.051892 [ 3 ] {6acf9611-c795-4337-91af-57fd697568e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 1642 | 2024.10.04 15:57:24.052301 [ 3 ] {6acf9611-c795-4337-91af-57fd697568e1} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1643 | 2024.10.04 15:57:24.052687 [ 3 ] {6acf9611-c795-4337-91af-57fd697568e1} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1644 | 2024.10.04 15:57:24.052818 [ 3 ] {6acf9611-c795-4337-91af-57fd697568e1} <Debug> executeQuery: Read 189 rows, 16.86 KiB in 0.002069 sec., 91348.47752537458 rows/sec., 7.96 MiB/sec. | ||
| 1645 | 2024.10.04 15:57:24.053113 [ 3 ] {6acf9611-c795-4337-91af-57fd697568e1} <Debug> DynamicQueryHandler: Done processing query | ||
| 1646 | 2024.10.04 15:57:24.053138 [ 3 ] {6acf9611-c795-4337-91af-57fd697568e1} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 1647 | 2024.10.04 15:57:24.053154 [ 3 ] {} <Debug> HTTP-Session: 25264eb8-a746-44b7-bc66-0d18a0823909 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1648 | 2024.10.04 15:57:24.053318 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 1933, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1649 | 2024.10.04 15:57:24.053369 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1650 | 2024.10.04 15:57:24.053389 [ 3 ] {} <Debug> HTTP-Session: 79e8c39a-45ea-419d-b626-c76b929dde93 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 1651 | 2024.10.04 15:57:24.053407 [ 3 ] {} <Debug> HTTP-Session: 79e8c39a-45ea-419d-b626-c76b929dde93 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1652 | 2024.10.04 15:57:24.053421 [ 3 ] {} <Debug> HTTP-Session: 79e8c39a-45ea-419d-b626-c76b929dde93 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1653 | 2024.10.04 15:57:24.053454 [ 3 ] {} <Trace> HTTP-Session: 79e8c39a-45ea-419d-b626-c76b929dde93 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1654 | 2024.10.04 15:57:24.053563 [ 3 ] {b7164634-a7ee-459e-b094-cac706da0f09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 1655 | 2024.10.04 15:57:24.053610 [ 3 ] {b7164634-a7ee-459e-b094-cac706da0f09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1656 | 2024.10.04 15:57:24.053854 [ 3 ] {b7164634-a7ee-459e-b094-cac706da0f09} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1657 | 2024.10.04 15:57:24.056275 [ 3 ] {b7164634-a7ee-459e-b094-cac706da0f09} <Trace> oximeter.fields_u32 (d636b635-d679-4839-bb6a-f39822d1a48c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1658 | 2024.10.04 15:57:24.056313 [ 3 ] {b7164634-a7ee-459e-b094-cac706da0f09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 1659 | 2024.10.04 15:57:24.056696 [ 3 ] {b7164634-a7ee-459e-b094-cac706da0f09} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1660 | 2024.10.04 15:57:24.057069 [ 3 ] {b7164634-a7ee-459e-b094-cac706da0f09} <Trace> oximeter.fields_u32 (d636b635-d679-4839-bb6a-f39822d1a48c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1661 | 2024.10.04 15:57:24.057195 [ 3 ] {b7164634-a7ee-459e-b094-cac706da0f09} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.003663 sec., 3822.003822003822 rows/sec., 267.67 KiB/sec. | ||
| 1662 | 2024.10.04 15:57:24.057416 [ 3 ] {b7164634-a7ee-459e-b094-cac706da0f09} <Debug> DynamicQueryHandler: Done processing query | ||
| 1663 | 2024.10.04 15:57:24.057441 [ 3 ] {b7164634-a7ee-459e-b094-cac706da0f09} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 1664 | 2024.10.04 15:57:24.057458 [ 3 ] {} <Debug> HTTP-Session: 79e8c39a-45ea-419d-b626-c76b929dde93 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1665 | 2024.10.04 15:57:24.057590 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1666 | 2024.10.04 15:57:24.057642 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1667 | 2024.10.04 15:57:24.057663 [ 3 ] {} <Debug> HTTP-Session: aa7934a0-0dd4-4b73-bbb5-cbfb3b36d5c6 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 1668 | 2024.10.04 15:57:24.057681 [ 3 ] {} <Debug> HTTP-Session: aa7934a0-0dd4-4b73-bbb5-cbfb3b36d5c6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1669 | 2024.10.04 15:57:24.057696 [ 3 ] {} <Debug> HTTP-Session: aa7934a0-0dd4-4b73-bbb5-cbfb3b36d5c6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1670 | 2024.10.04 15:57:24.057729 [ 3 ] {} <Trace> HTTP-Session: aa7934a0-0dd4-4b73-bbb5-cbfb3b36d5c6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1671 | 2024.10.04 15:57:24.057831 [ 3 ] {7008cd53-641f-4972-8f07-dbbec54a951a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 1672 | 2024.10.04 15:57:24.057874 [ 3 ] {7008cd53-641f-4972-8f07-dbbec54a951a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1673 | 2024.10.04 15:57:24.058100 [ 3 ] {7008cd53-641f-4972-8f07-dbbec54a951a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1674 | 2024.10.04 15:57:24.058421 [ 3 ] {7008cd53-641f-4972-8f07-dbbec54a951a} <Trace> oximeter.fields_u8 (b38c7fc2-16b2-4da0-8e0e-60bfa18d3929): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1675 | 2024.10.04 15:57:24.058457 [ 3 ] {7008cd53-641f-4972-8f07-dbbec54a951a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 1676 | 2024.10.04 15:57:24.058816 [ 3 ] {7008cd53-641f-4972-8f07-dbbec54a951a} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1677 | 2024.10.04 15:57:24.059171 [ 3 ] {7008cd53-641f-4972-8f07-dbbec54a951a} <Trace> oximeter.fields_u8 (b38c7fc2-16b2-4da0-8e0e-60bfa18d3929): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1678 | 2024.10.04 15:57:24.059295 [ 3 ] {7008cd53-641f-4972-8f07-dbbec54a951a} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001491 sec., 4024.144869215292 rows/sec., 237.75 KiB/sec. | ||
| 1679 | 2024.10.04 15:57:24.059577 [ 3 ] {7008cd53-641f-4972-8f07-dbbec54a951a} <Debug> DynamicQueryHandler: Done processing query | ||
| 1680 | 2024.10.04 15:57:24.059603 [ 3 ] {7008cd53-641f-4972-8f07-dbbec54a951a} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 1681 | 2024.10.04 15:57:24.059620 [ 3 ] {} <Debug> HTTP-Session: aa7934a0-0dd4-4b73-bbb5-cbfb3b36d5c6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1682 | 2024.10.04 15:57:24.059978 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 61833, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1683 | 2024.10.04 15:57:24.060028 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1684 | 2024.10.04 15:57:24.060047 [ 3 ] {} <Debug> HTTP-Session: ce64ea85-a55b-4120-a789-397cea15e2b8 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 1685 | 2024.10.04 15:57:24.060065 [ 3 ] {} <Debug> HTTP-Session: ce64ea85-a55b-4120-a789-397cea15e2b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1686 | 2024.10.04 15:57:24.060079 [ 3 ] {} <Debug> HTTP-Session: ce64ea85-a55b-4120-a789-397cea15e2b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1687 | 2024.10.04 15:57:24.060111 [ 3 ] {} <Trace> HTTP-Session: ce64ea85-a55b-4120-a789-397cea15e2b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1688 | 2024.10.04 15:57:24.060440 [ 3 ] {538e6f9a-c881-4d4e-80f6-d254b16c052c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 1689 | 2024.10.04 15:57:24.060488 [ 3 ] {538e6f9a-c881-4d4e-80f6-d254b16c052c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1690 | 2024.10.04 15:57:24.060732 [ 3 ] {538e6f9a-c881-4d4e-80f6-d254b16c052c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1691 | 2024.10.04 15:57:24.061288 [ 3 ] {538e6f9a-c881-4d4e-80f6-d254b16c052c} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1692 | 2024.10.04 15:57:24.061325 [ 3 ] {538e6f9a-c881-4d4e-80f6-d254b16c052c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 1693 | 2024.10.04 15:57:24.061722 [ 3 ] {538e6f9a-c881-4d4e-80f6-d254b16c052c} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1694 | 2024.10.04 15:57:24.062118 [ 3 ] {538e6f9a-c881-4d4e-80f6-d254b16c052c} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1695 | 2024.10.04 15:57:24.062249 [ 3 ] {538e6f9a-c881-4d4e-80f6-d254b16c052c} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.002045 sec., 186797.06601466992 rows/sec., 13.22 MiB/sec. | ||
| 1696 | 2024.10.04 15:57:24.062483 [ 3 ] {538e6f9a-c881-4d4e-80f6-d254b16c052c} <Debug> DynamicQueryHandler: Done processing query | ||
| 1697 | 2024.10.04 15:57:24.062509 [ 3 ] {538e6f9a-c881-4d4e-80f6-d254b16c052c} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
| 1698 | 2024.10.04 15:57:24.062525 [ 3 ] {} <Debug> HTTP-Session: ce64ea85-a55b-4120-a789-397cea15e2b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1699 | 2024.10.04 15:57:24.062674 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 906, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1700 | 2024.10.04 15:57:24.062723 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1701 | 2024.10.04 15:57:24.062742 [ 3 ] {} <Debug> HTTP-Session: 7d086ee3-efdd-4c5b-aaed-7298b679f1c4 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 1702 | 2024.10.04 15:57:24.062760 [ 3 ] {} <Debug> HTTP-Session: 7d086ee3-efdd-4c5b-aaed-7298b679f1c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1703 | 2024.10.04 15:57:24.062774 [ 3 ] {} <Debug> HTTP-Session: 7d086ee3-efdd-4c5b-aaed-7298b679f1c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1704 | 2024.10.04 15:57:24.062806 [ 3 ] {} <Trace> HTTP-Session: 7d086ee3-efdd-4c5b-aaed-7298b679f1c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1705 | 2024.10.04 15:57:24.062904 [ 3 ] {94bc07f1-09d9-4670-b535-09c619e1979e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 1706 | 2024.10.04 15:57:24.062949 [ 3 ] {94bc07f1-09d9-4670-b535-09c619e1979e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1707 | 2024.10.04 15:57:24.063078 [ 3 ] {94bc07f1-09d9-4670-b535-09c619e1979e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1708 | 2024.10.04 15:57:24.063354 [ 3 ] {94bc07f1-09d9-4670-b535-09c619e1979e} <Trace> oximeter.measurements_bool (07631250-7a70-49e6-a733-c0ce298d5d2f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1709 | 2024.10.04 15:57:24.063392 [ 3 ] {94bc07f1-09d9-4670-b535-09c619e1979e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 1710 | 2024.10.04 15:57:24.063763 [ 3 ] {94bc07f1-09d9-4670-b535-09c619e1979e} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1711 | 2024.10.04 15:57:24.064091 [ 3 ] {94bc07f1-09d9-4670-b535-09c619e1979e} <Trace> oximeter.measurements_bool (07631250-7a70-49e6-a733-c0ce298d5d2f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1712 | 2024.10.04 15:57:24.064212 [ 3 ] {94bc07f1-09d9-4670-b535-09c619e1979e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001335 sec., 4494.38202247191 rows/sec., 234.81 KiB/sec. | ||
| 1713 | 2024.10.04 15:57:24.064365 [ 3 ] {94bc07f1-09d9-4670-b535-09c619e1979e} <Debug> DynamicQueryHandler: Done processing query | ||
| 1714 | 2024.10.04 15:57:24.064389 [ 3 ] {94bc07f1-09d9-4670-b535-09c619e1979e} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 1715 | 2024.10.04 15:57:24.064405 [ 3 ] {} <Debug> HTTP-Session: 7d086ee3-efdd-4c5b-aaed-7298b679f1c4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1716 | 2024.10.04 15:57:24.064765 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 44623, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1717 | 2024.10.04 15:57:24.064816 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1718 | 2024.10.04 15:57:24.064835 [ 3 ] {} <Debug> HTTP-Session: 7ab857a2-cc02-4901-aa0d-2748d71b0242 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 1719 | 2024.10.04 15:57:24.064852 [ 3 ] {} <Debug> HTTP-Session: 7ab857a2-cc02-4901-aa0d-2748d71b0242 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1720 | 2024.10.04 15:57:24.064866 [ 3 ] {} <Debug> HTTP-Session: 7ab857a2-cc02-4901-aa0d-2748d71b0242 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1721 | 2024.10.04 15:57:24.064897 [ 3 ] {} <Trace> HTTP-Session: 7ab857a2-cc02-4901-aa0d-2748d71b0242 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1722 | 2024.10.04 15:57:24.065085 [ 3 ] {9f5022d3-16e1-4a06-9002-a24aba8996b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 1723 | 2024.10.04 15:57:24.065132 [ 3 ] {9f5022d3-16e1-4a06-9002-a24aba8996b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1724 | 2024.10.04 15:57:24.065267 [ 3 ] {9f5022d3-16e1-4a06-9002-a24aba8996b2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1725 | 2024.10.04 15:57:24.065687 [ 3 ] {9f5022d3-16e1-4a06-9002-a24aba8996b2} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1726 | 2024.10.04 15:57:24.065723 [ 3 ] {9f5022d3-16e1-4a06-9002-a24aba8996b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 1727 | 2024.10.04 15:57:24.066117 [ 3 ] {9f5022d3-16e1-4a06-9002-a24aba8996b2} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1728 | 2024.10.04 15:57:24.066472 [ 3 ] {9f5022d3-16e1-4a06-9002-a24aba8996b2} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1729 | 2024.10.04 15:57:24.066599 [ 3 ] {9f5022d3-16e1-4a06-9002-a24aba8996b2} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001616 sec., 146658.41584158415 rows/sec., 9.83 MiB/sec. | ||
| 1730 | 2024.10.04 15:57:24.066800 [ 3 ] {9f5022d3-16e1-4a06-9002-a24aba8996b2} <Debug> DynamicQueryHandler: Done processing query | ||
| 1731 | 2024.10.04 15:57:24.066824 [ 3 ] {9f5022d3-16e1-4a06-9002-a24aba8996b2} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 1732 | 2024.10.04 15:57:24.066842 [ 3 ] {} <Debug> HTTP-Session: 7ab857a2-cc02-4901-aa0d-2748d71b0242 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1733 | 2024.10.04 15:57:24.066972 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1734 | 2024.10.04 15:57:24.067022 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1735 | 2024.10.04 15:57:24.067042 [ 3 ] {} <Debug> HTTP-Session: cfb122cb-a9e5-41ae-8454-f3e117c4bf7b Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 1736 | 2024.10.04 15:57:24.067059 [ 3 ] {} <Debug> HTTP-Session: cfb122cb-a9e5-41ae-8454-f3e117c4bf7b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1737 | 2024.10.04 15:57:24.067073 [ 3 ] {} <Debug> HTTP-Session: cfb122cb-a9e5-41ae-8454-f3e117c4bf7b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1738 | 2024.10.04 15:57:24.067104 [ 3 ] {} <Trace> HTTP-Session: cfb122cb-a9e5-41ae-8454-f3e117c4bf7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1739 | 2024.10.04 15:57:24.067196 [ 3 ] {98ed1151-2853-4aa1-8e8c-09bd9918ff66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 1740 | 2024.10.04 15:57:24.067266 [ 3 ] {98ed1151-2853-4aa1-8e8c-09bd9918ff66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1741 | 2024.10.04 15:57:24.067419 [ 3 ] {98ed1151-2853-4aa1-8e8c-09bd9918ff66} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1742 | 2024.10.04 15:57:24.069640 [ 3 ] {98ed1151-2853-4aa1-8e8c-09bd9918ff66} <Trace> oximeter.measurements_f64 (87d8cd82-19cb-42e6-8b47-b078fc436c38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1743 | 2024.10.04 15:57:24.069676 [ 3 ] {98ed1151-2853-4aa1-8e8c-09bd9918ff66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 1744 | 2024.10.04 15:57:24.070612 [ 3 ] {98ed1151-2853-4aa1-8e8c-09bd9918ff66} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1745 | 2024.10.04 15:57:24.070943 [ 3 ] {98ed1151-2853-4aa1-8e8c-09bd9918ff66} <Trace> oximeter.measurements_f64 (87d8cd82-19cb-42e6-8b47-b078fc436c38): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1746 | 2024.10.04 15:57:24.071101 [ 3 ] {98ed1151-2853-4aa1-8e8c-09bd9918ff66} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003924 sec., 254.84199796126398 rows/sec., 17.17 KiB/sec. | ||
| 1747 | 2024.10.04 15:57:24.071292 [ 3 ] {98ed1151-2853-4aa1-8e8c-09bd9918ff66} <Debug> DynamicQueryHandler: Done processing query | ||
| 1748 | 2024.10.04 15:57:24.071316 [ 3 ] {98ed1151-2853-4aa1-8e8c-09bd9918ff66} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 1749 | 2024.10.04 15:57:24.071332 [ 3 ] {} <Debug> HTTP-Session: cfb122cb-a9e5-41ae-8454-f3e117c4bf7b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1750 | 2024.10.04 15:57:24.071474 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 12156, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1751 | 2024.10.04 15:57:24.071526 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1752 | 2024.10.04 15:57:24.071545 [ 3 ] {} <Debug> HTTP-Session: 48515dd6-f48e-4038-8804-4144e69408e7 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 1753 | 2024.10.04 15:57:24.071562 [ 3 ] {} <Debug> HTTP-Session: 48515dd6-f48e-4038-8804-4144e69408e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1754 | 2024.10.04 15:57:24.071577 [ 3 ] {} <Debug> HTTP-Session: 48515dd6-f48e-4038-8804-4144e69408e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1755 | 2024.10.04 15:57:24.071610 [ 3 ] {} <Trace> HTTP-Session: 48515dd6-f48e-4038-8804-4144e69408e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1756 | 2024.10.04 15:57:24.071736 [ 3 ] {141a571f-0f81-4104-8208-a1fccc624bef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 1757 | 2024.10.04 15:57:24.071782 [ 3 ] {141a571f-0f81-4104-8208-a1fccc624bef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1758 | 2024.10.04 15:57:24.071910 [ 3 ] {141a571f-0f81-4104-8208-a1fccc624bef} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1759 | 2024.10.04 15:57:24.072227 [ 3 ] {141a571f-0f81-4104-8208-a1fccc624bef} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1760 | 2024.10.04 15:57:24.072264 [ 3 ] {141a571f-0f81-4104-8208-a1fccc624bef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 1761 | 2024.10.04 15:57:24.072625 [ 3 ] {141a571f-0f81-4104-8208-a1fccc624bef} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1762 | 2024.10.04 15:57:24.072948 [ 3 ] {141a571f-0f81-4104-8208-a1fccc624bef} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1763 | 2024.10.04 15:57:24.073103 [ 3 ] {141a571f-0f81-4104-8208-a1fccc624bef} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001408 sec., 58238.63636363637 rows/sec., 3.70 MiB/sec. | ||
| 1764 | 2024.10.04 15:57:24.073375 [ 3 ] {141a571f-0f81-4104-8208-a1fccc624bef} <Debug> DynamicQueryHandler: Done processing query | ||
| 1765 | 2024.10.04 15:57:24.073400 [ 3 ] {141a571f-0f81-4104-8208-a1fccc624bef} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 1766 | 2024.10.04 15:57:24.073417 [ 3 ] {} <Debug> HTTP-Session: 48515dd6-f48e-4038-8804-4144e69408e7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1767 | 2024.10.04 15:57:25.610189 [ 90 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1768 | 2024.10.04 15:57:25.610268 [ 90 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1769 | 2024.10.04 15:57:25.778099 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 60 entries to flush up to offset 196 | ||
| 1770 | 2024.10.04 15:57:25.781613 [ 242 ] {} <Trace> system.query_log (8f12c5ea-7fed-46c2-8a08-f82b2fd1cd88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1771 | 2024.10.04 15:57:25.781666 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 1772 | 2024.10.04 15:57:25.783217 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1773 | 2024.10.04 15:57:25.784250 [ 242 ] {} <Trace> system.query_log (8f12c5ea-7fed-46c2-8a08-f82b2fd1cd88): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1774 | 2024.10.04 15:57:25.785190 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 196 | ||
| 1775 | 2024.10.04 15:57:28.998876 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 1091, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1776 | 2024.10.04 15:57:28.998989 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1777 | 2024.10.04 15:57:28.999015 [ 3 ] {} <Debug> HTTP-Session: 517f12da-f4cb-4c08-8160-61ebad21a583 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 1778 | 2024.10.04 15:57:28.999041 [ 3 ] {} <Debug> HTTP-Session: 517f12da-f4cb-4c08-8160-61ebad21a583 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1779 | 2024.10.04 15:57:28.999056 [ 3 ] {} <Debug> HTTP-Session: 517f12da-f4cb-4c08-8160-61ebad21a583 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1780 | 2024.10.04 15:57:28.999105 [ 3 ] {} <Trace> HTTP-Session: 517f12da-f4cb-4c08-8160-61ebad21a583 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1781 | 2024.10.04 15:57:28.999354 [ 3 ] {e9d3e08b-294c-42a0-abfc-bc5ab4589c21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
| 1782 | 2024.10.04 15:57:28.999762 [ 3 ] {e9d3e08b-294c-42a0-abfc-bc5ab4589c21} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1783 | 2024.10.04 15:57:28.999813 [ 3 ] {e9d3e08b-294c-42a0-abfc-bc5ab4589c21} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1784 | 2024.10.04 15:57:29.000164 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 140.51 MiB, peak 144.72 MiB, free memory in arenas 0.00 B, will set to 139.51 MiB (RSS), difference: -1.00 MiB | ||
| 1785 | 2024.10.04 15:57:29.000183 [ 3 ] {e9d3e08b-294c-42a0-abfc-bc5ab4589c21} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1786 | 2024.10.04 15:57:29.000397 [ 3 ] {e9d3e08b-294c-42a0-abfc-bc5ab4589c21} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1787 | 2024.10.04 15:57:29.000823 [ 3 ] {e9d3e08b-294c-42a0-abfc-bc5ab4589c21} <Debug> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Key condition: (column 0 notIn 30-element set) | ||
| 1788 | 2024.10.04 15:57:29.000975 [ 253 ] {e9d3e08b-294c-42a0-abfc-bc5ab4589c21} <Trace> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1789 | 2024.10.04 15:57:29.000984 [ 256 ] {e9d3e08b-294c-42a0-abfc-bc5ab4589c21} <Trace> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1790 | 2024.10.04 15:57:29.001012 [ 251 ] {e9d3e08b-294c-42a0-abfc-bc5ab4589c21} <Trace> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1791 | 2024.10.04 15:57:29.001145 [ 3 ] {e9d3e08b-294c-42a0-abfc-bc5ab4589c21} <Debug> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (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 | ||
| 1792 | 2024.10.04 15:57:29.001176 [ 3 ] {e9d3e08b-294c-42a0-abfc-bc5ab4589c21} <Trace> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1793 | 2024.10.04 15:57:29.001293 [ 3 ] {e9d3e08b-294c-42a0-abfc-bc5ab4589c21} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1794 | 2024.10.04 15:57:29.001316 [ 3 ] {e9d3e08b-294c-42a0-abfc-bc5ab4589c21} <Debug> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Reading approx. 30 rows with 3 streams | ||
| 1795 | 2024.10.04 15:57:29.001358 [ 3 ] {e9d3e08b-294c-42a0-abfc-bc5ab4589c21} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1796 | 2024.10.04 15:57:29.001404 [ 3 ] {e9d3e08b-294c-42a0-abfc-bc5ab4589c21} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1797 | 2024.10.04 15:57:29.001446 [ 3 ] {e9d3e08b-294c-42a0-abfc-bc5ab4589c21} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1798 | 2024.10.04 15:57:29.003057 [ 3 ] {e9d3e08b-294c-42a0-abfc-bc5ab4589c21} <Debug> executeQuery: Read 30 rows, 1.12 KiB in 0.003816 sec., 7861.635220125786 rows/sec., 294.56 KiB/sec. | ||
| 1799 | 2024.10.04 15:57:29.003393 [ 3 ] {e9d3e08b-294c-42a0-abfc-bc5ab4589c21} <Debug> DynamicQueryHandler: Done processing query | ||
| 1800 | 2024.10.04 15:57:29.003419 [ 3 ] {e9d3e08b-294c-42a0-abfc-bc5ab4589c21} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
| 1801 | 2024.10.04 15:57:29.003438 [ 3 ] {} <Debug> HTTP-Session: 517f12da-f4cb-4c08-8160-61ebad21a583 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1802 | 2024.10.04 15:57:29.004332 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 347, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1803 | 2024.10.04 15:57:29.004386 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1804 | 2024.10.04 15:57:29.004411 [ 3 ] {} <Debug> HTTP-Session: e88b7b48-5e3e-4302-8c49-44ae68e124a6 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 1805 | 2024.10.04 15:57:29.004429 [ 3 ] {} <Debug> HTTP-Session: e88b7b48-5e3e-4302-8c49-44ae68e124a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1806 | 2024.10.04 15:57:29.004443 [ 3 ] {} <Debug> HTTP-Session: e88b7b48-5e3e-4302-8c49-44ae68e124a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1807 | 2024.10.04 15:57:29.004478 [ 3 ] {} <Trace> HTTP-Session: e88b7b48-5e3e-4302-8c49-44ae68e124a6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1808 | 2024.10.04 15:57:29.004590 [ 3 ] {208b49ec-2ec7-41d9-a74e-35eeac8f2ae9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
| 1809 | 2024.10.04 15:57:29.004638 [ 3 ] {208b49ec-2ec7-41d9-a74e-35eeac8f2ae9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1810 | 2024.10.04 15:57:29.004805 [ 3 ] {208b49ec-2ec7-41d9-a74e-35eeac8f2ae9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1811 | 2024.10.04 15:57:29.005180 [ 3 ] {208b49ec-2ec7-41d9-a74e-35eeac8f2ae9} <Trace> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1812 | 2024.10.04 15:57:29.005222 [ 3 ] {208b49ec-2ec7-41d9-a74e-35eeac8f2ae9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 1813 | 2024.10.04 15:57:29.005723 [ 3 ] {208b49ec-2ec7-41d9-a74e-35eeac8f2ae9} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1814 | 2024.10.04 15:57:29.006051 [ 3 ] {208b49ec-2ec7-41d9-a74e-35eeac8f2ae9} <Trace> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1815 | 2024.10.04 15:57:29.006207 [ 3 ] {208b49ec-2ec7-41d9-a74e-35eeac8f2ae9} <Debug> executeQuery: Read 1 rows, 153.00 B in 0.001645 sec., 607.90273556231 rows/sec., 90.83 KiB/sec. | ||
| 1816 | 2024.10.04 15:57:29.006392 [ 3 ] {208b49ec-2ec7-41d9-a74e-35eeac8f2ae9} <Debug> DynamicQueryHandler: Done processing query | ||
| 1817 | 2024.10.04 15:57:29.006416 [ 3 ] {208b49ec-2ec7-41d9-a74e-35eeac8f2ae9} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 1818 | 2024.10.04 15:57:29.006432 [ 3 ] {} <Debug> HTTP-Session: e88b7b48-5e3e-4302-8c49-44ae68e124a6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1819 | 2024.10.04 15:57:29.006574 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 10369, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1820 | 2024.10.04 15:57:29.006624 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1821 | 2024.10.04 15:57:29.006645 [ 3 ] {} <Debug> HTTP-Session: 12498705-c42f-4e97-860a-7ec3b7303b2c Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 1822 | 2024.10.04 15:57:29.006663 [ 3 ] {} <Debug> HTTP-Session: 12498705-c42f-4e97-860a-7ec3b7303b2c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1823 | 2024.10.04 15:57:29.006677 [ 3 ] {} <Debug> HTTP-Session: 12498705-c42f-4e97-860a-7ec3b7303b2c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1824 | 2024.10.04 15:57:29.006708 [ 3 ] {} <Trace> HTTP-Session: 12498705-c42f-4e97-860a-7ec3b7303b2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1825 | 2024.10.04 15:57:29.006829 [ 3 ] {75cc4337-4325-46f8-97e6-a758edf7fe68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 1826 | 2024.10.04 15:57:29.006873 [ 3 ] {75cc4337-4325-46f8-97e6-a758edf7fe68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1827 | 2024.10.04 15:57:29.007111 [ 3 ] {75cc4337-4325-46f8-97e6-a758edf7fe68} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1828 | 2024.10.04 15:57:29.007503 [ 3 ] {75cc4337-4325-46f8-97e6-a758edf7fe68} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1829 | 2024.10.04 15:57:29.007541 [ 3 ] {75cc4337-4325-46f8-97e6-a758edf7fe68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 1830 | 2024.10.04 15:57:29.007901 [ 3 ] {75cc4337-4325-46f8-97e6-a758edf7fe68} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1831 | 2024.10.04 15:57:29.008269 [ 3 ] {75cc4337-4325-46f8-97e6-a758edf7fe68} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1832 | 2024.10.04 15:57:29.008420 [ 3 ] {75cc4337-4325-46f8-97e6-a758edf7fe68} <Debug> executeQuery: Read 72 rows, 5.96 KiB in 0.001625 sec., 44307.69230769231 rows/sec., 3.58 MiB/sec. | ||
| 1833 | 2024.10.04 15:57:29.008606 [ 3 ] {75cc4337-4325-46f8-97e6-a758edf7fe68} <Debug> DynamicQueryHandler: Done processing query | ||
| 1834 | 2024.10.04 15:57:29.008630 [ 3 ] {75cc4337-4325-46f8-97e6-a758edf7fe68} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 1835 | 2024.10.04 15:57:29.008646 [ 3 ] {} <Debug> HTTP-Session: 12498705-c42f-4e97-860a-7ec3b7303b2c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1836 | 2024.10.04 15:57:29.008776 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 1197, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1837 | 2024.10.04 15:57:29.008825 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1838 | 2024.10.04 15:57:29.008844 [ 3 ] {} <Debug> HTTP-Session: e1ac981b-85ba-431f-aaf2-d7758a54e242 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 1839 | 2024.10.04 15:57:29.008861 [ 3 ] {} <Debug> HTTP-Session: e1ac981b-85ba-431f-aaf2-d7758a54e242 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1840 | 2024.10.04 15:57:29.008875 [ 3 ] {} <Debug> HTTP-Session: e1ac981b-85ba-431f-aaf2-d7758a54e242 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1841 | 2024.10.04 15:57:29.008905 [ 3 ] {} <Trace> HTTP-Session: e1ac981b-85ba-431f-aaf2-d7758a54e242 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1842 | 2024.10.04 15:57:29.009001 [ 3 ] {721b3fa2-9f10-43fa-8d55-4e9df209e83b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 1843 | 2024.10.04 15:57:29.009044 [ 3 ] {721b3fa2-9f10-43fa-8d55-4e9df209e83b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1844 | 2024.10.04 15:57:29.009266 [ 3 ] {721b3fa2-9f10-43fa-8d55-4e9df209e83b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1845 | 2024.10.04 15:57:29.009685 [ 3 ] {721b3fa2-9f10-43fa-8d55-4e9df209e83b} <Trace> oximeter.fields_u16 (e9c2286f-cf98-4582-9ae4-6e9eb84e22b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1846 | 2024.10.04 15:57:29.009719 [ 3 ] {721b3fa2-9f10-43fa-8d55-4e9df209e83b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 1847 | 2024.10.04 15:57:29.010083 [ 3 ] {721b3fa2-9f10-43fa-8d55-4e9df209e83b} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1848 | 2024.10.04 15:57:29.010446 [ 3 ] {721b3fa2-9f10-43fa-8d55-4e9df209e83b} <Trace> oximeter.fields_u16 (e9c2286f-cf98-4582-9ae4-6e9eb84e22b6): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1849 | 2024.10.04 15:57:29.010601 [ 3 ] {721b3fa2-9f10-43fa-8d55-4e9df209e83b} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001614 sec., 4956.629491945477 rows/sec., 372.72 KiB/sec. | ||
| 1850 | 2024.10.04 15:57:29.010865 [ 3 ] {721b3fa2-9f10-43fa-8d55-4e9df209e83b} <Debug> DynamicQueryHandler: Done processing query | ||
| 1851 | 2024.10.04 15:57:29.010890 [ 3 ] {721b3fa2-9f10-43fa-8d55-4e9df209e83b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 1852 | 2024.10.04 15:57:29.010906 [ 3 ] {} <Debug> HTTP-Session: e1ac981b-85ba-431f-aaf2-d7758a54e242 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1853 | 2024.10.04 15:57:29.011075 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 12248, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1854 | 2024.10.04 15:57:29.011125 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1855 | 2024.10.04 15:57:29.011145 [ 3 ] {} <Debug> HTTP-Session: 2858bd6e-979f-41d4-acbd-af5d2d15c584 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 1856 | 2024.10.04 15:57:29.011162 [ 3 ] {} <Debug> HTTP-Session: 2858bd6e-979f-41d4-acbd-af5d2d15c584 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1857 | 2024.10.04 15:57:29.011177 [ 3 ] {} <Debug> HTTP-Session: 2858bd6e-979f-41d4-acbd-af5d2d15c584 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1858 | 2024.10.04 15:57:29.011208 [ 3 ] {} <Trace> HTTP-Session: 2858bd6e-979f-41d4-acbd-af5d2d15c584 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1859 | 2024.10.04 15:57:29.011328 [ 3 ] {e7c64626-2944-407f-abc3-2a9950567ef4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 1860 | 2024.10.04 15:57:29.011372 [ 3 ] {e7c64626-2944-407f-abc3-2a9950567ef4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1861 | 2024.10.04 15:57:29.011613 [ 3 ] {e7c64626-2944-407f-abc3-2a9950567ef4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1862 | 2024.10.04 15:57:29.011994 [ 3 ] {e7c64626-2944-407f-abc3-2a9950567ef4} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1863 | 2024.10.04 15:57:29.012030 [ 3 ] {e7c64626-2944-407f-abc3-2a9950567ef4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 1864 | 2024.10.04 15:57:29.012397 [ 3 ] {e7c64626-2944-407f-abc3-2a9950567ef4} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1865 | 2024.10.04 15:57:29.012769 [ 3 ] {e7c64626-2944-407f-abc3-2a9950567ef4} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1866 | 2024.10.04 15:57:29.012938 [ 3 ] {e7c64626-2944-407f-abc3-2a9950567ef4} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001636 sec., 44009.779951100245 rows/sec., 3.44 MiB/sec. | ||
| 1867 | 2024.10.04 15:57:29.013293 [ 3 ] {e7c64626-2944-407f-abc3-2a9950567ef4} <Debug> DynamicQueryHandler: Done processing query | ||
| 1868 | 2024.10.04 15:57:29.013318 [ 3 ] {e7c64626-2944-407f-abc3-2a9950567ef4} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 1869 | 2024.10.04 15:57:29.013334 [ 3 ] {} <Debug> HTTP-Session: 2858bd6e-979f-41d4-acbd-af5d2d15c584 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1870 | 2024.10.04 15:57:29.013606 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 30602, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1871 | 2024.10.04 15:57:29.013656 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1872 | 2024.10.04 15:57:29.013675 [ 3 ] {} <Debug> HTTP-Session: 7381abdd-df3f-474d-8164-bf575f8297ab Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 1873 | 2024.10.04 15:57:29.013692 [ 3 ] {} <Debug> HTTP-Session: 7381abdd-df3f-474d-8164-bf575f8297ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1874 | 2024.10.04 15:57:29.013706 [ 3 ] {} <Debug> HTTP-Session: 7381abdd-df3f-474d-8164-bf575f8297ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1875 | 2024.10.04 15:57:29.013737 [ 3 ] {} <Trace> HTTP-Session: 7381abdd-df3f-474d-8164-bf575f8297ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1876 | 2024.10.04 15:57:29.013907 [ 3 ] {47310664-0df8-4613-b67b-585f3cbf81f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 1877 | 2024.10.04 15:57:29.013955 [ 3 ] {47310664-0df8-4613-b67b-585f3cbf81f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1878 | 2024.10.04 15:57:29.014120 [ 3 ] {47310664-0df8-4613-b67b-585f3cbf81f4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1879 | 2024.10.04 15:57:29.014556 [ 3 ] {47310664-0df8-4613-b67b-585f3cbf81f4} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1880 | 2024.10.04 15:57:29.014594 [ 3 ] {47310664-0df8-4613-b67b-585f3cbf81f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 1881 | 2024.10.04 15:57:29.014982 [ 3 ] {47310664-0df8-4613-b67b-585f3cbf81f4} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1882 | 2024.10.04 15:57:29.015328 [ 3 ] {47310664-0df8-4613-b67b-585f3cbf81f4} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1883 | 2024.10.04 15:57:29.015488 [ 3 ] {47310664-0df8-4613-b67b-585f3cbf81f4} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001639 sec., 97620.50030506407 rows/sec., 6.80 MiB/sec. | ||
| 1884 | 2024.10.04 15:57:29.015812 [ 3 ] {47310664-0df8-4613-b67b-585f3cbf81f4} <Debug> DynamicQueryHandler: Done processing query | ||
| 1885 | 2024.10.04 15:57:29.015837 [ 3 ] {47310664-0df8-4613-b67b-585f3cbf81f4} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 1886 | 2024.10.04 15:57:29.015853 [ 3 ] {} <Debug> HTTP-Session: 7381abdd-df3f-474d-8164-bf575f8297ab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1887 | 2024.10.04 15:57:29.016016 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 14093, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1888 | 2024.10.04 15:57:29.016065 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1889 | 2024.10.04 15:57:29.016084 [ 3 ] {} <Debug> HTTP-Session: 6dc723b5-a291-4a3a-be62-8745ae466234 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 1890 | 2024.10.04 15:57:29.016101 [ 3 ] {} <Debug> HTTP-Session: 6dc723b5-a291-4a3a-be62-8745ae466234 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1891 | 2024.10.04 15:57:29.016116 [ 3 ] {} <Debug> HTTP-Session: 6dc723b5-a291-4a3a-be62-8745ae466234 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1892 | 2024.10.04 15:57:29.016148 [ 3 ] {} <Trace> HTTP-Session: 6dc723b5-a291-4a3a-be62-8745ae466234 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1893 | 2024.10.04 15:57:29.016315 [ 3 ] {66540bcc-82a5-4d17-850e-24642c38f21c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 1894 | 2024.10.04 15:57:29.016388 [ 3 ] {66540bcc-82a5-4d17-850e-24642c38f21c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1895 | 2024.10.04 15:57:29.016831 [ 3 ] {66540bcc-82a5-4d17-850e-24642c38f21c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1896 | 2024.10.04 15:57:29.017379 [ 3 ] {66540bcc-82a5-4d17-850e-24642c38f21c} <Trace> oximeter.measurements_histogramu64 (00490d86-ebe4-4f2c-857c-d83cd24ebd05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1897 | 2024.10.04 15:57:29.017416 [ 3 ] {66540bcc-82a5-4d17-850e-24642c38f21c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 1898 | 2024.10.04 15:57:29.020017 [ 3 ] {66540bcc-82a5-4d17-850e-24642c38f21c} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1899 | 2024.10.04 15:57:29.020519 [ 3 ] {66540bcc-82a5-4d17-850e-24642c38f21c} <Trace> oximeter.measurements_histogramu64 (00490d86-ebe4-4f2c-857c-d83cd24ebd05): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1900 | 2024.10.04 15:57:29.020694 [ 3 ] {66540bcc-82a5-4d17-850e-24642c38f21c} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.00446 sec., 1793.7219730941702 rows/sec., 3.21 MiB/sec. | ||
| 1901 | 2024.10.04 15:57:29.021177 [ 3 ] {66540bcc-82a5-4d17-850e-24642c38f21c} <Debug> DynamicQueryHandler: Done processing query | ||
| 1902 | 2024.10.04 15:57:29.021202 [ 3 ] {66540bcc-82a5-4d17-850e-24642c38f21c} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB. | ||
| 1903 | 2024.10.04 15:57:29.021219 [ 3 ] {} <Debug> HTTP-Session: 6dc723b5-a291-4a3a-be62-8745ae466234 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1904 | 2024.10.04 15:57:29.021360 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1905 | 2024.10.04 15:57:29.021409 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1906 | 2024.10.04 15:57:29.021430 [ 3 ] {} <Debug> HTTP-Session: f747bd91-60c1-4e72-a852-93e6c192369f Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 1907 | 2024.10.04 15:57:29.021448 [ 3 ] {} <Debug> HTTP-Session: f747bd91-60c1-4e72-a852-93e6c192369f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1908 | 2024.10.04 15:57:29.021463 [ 3 ] {} <Debug> HTTP-Session: f747bd91-60c1-4e72-a852-93e6c192369f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1909 | 2024.10.04 15:57:29.021495 [ 3 ] {} <Trace> HTTP-Session: f747bd91-60c1-4e72-a852-93e6c192369f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1910 | 2024.10.04 15:57:29.021615 [ 3 ] {14f4fdd9-9042-41c9-b362-c100a6ed0d0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 1911 | 2024.10.04 15:57:29.021661 [ 3 ] {14f4fdd9-9042-41c9-b362-c100a6ed0d0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1912 | 2024.10.04 15:57:29.021807 [ 3 ] {14f4fdd9-9042-41c9-b362-c100a6ed0d0c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1913 | 2024.10.04 15:57:29.022138 [ 3 ] {14f4fdd9-9042-41c9-b362-c100a6ed0d0c} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1914 | 2024.10.04 15:57:29.022175 [ 3 ] {14f4fdd9-9042-41c9-b362-c100a6ed0d0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 1915 | 2024.10.04 15:57:29.022549 [ 3 ] {14f4fdd9-9042-41c9-b362-c100a6ed0d0c} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1916 | 2024.10.04 15:57:29.022881 [ 3 ] {14f4fdd9-9042-41c9-b362-c100a6ed0d0c} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1917 | 2024.10.04 15:57:29.023044 [ 3 ] {14f4fdd9-9042-41c9-b362-c100a6ed0d0c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001465 sec., 40955.631399317404 rows/sec., 2.76 MiB/sec. | ||
| 1918 | 2024.10.04 15:57:29.023218 [ 3 ] {14f4fdd9-9042-41c9-b362-c100a6ed0d0c} <Debug> DynamicQueryHandler: Done processing query | ||
| 1919 | 2024.10.04 15:57:29.023242 [ 3 ] {14f4fdd9-9042-41c9-b362-c100a6ed0d0c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 1920 | 2024.10.04 15:57:29.023259 [ 3 ] {} <Debug> HTTP-Session: f747bd91-60c1-4e72-a852-93e6c192369f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1921 | 2024.10.04 15:57:34.003302 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 28387, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1922 | 2024.10.04 15:57:34.003438 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1923 | 2024.10.04 15:57:34.003468 [ 3 ] {} <Debug> HTTP-Session: 0058ae31-c234-4ab4-860f-da5aaf3eec75 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 1924 | 2024.10.04 15:57:34.003495 [ 3 ] {} <Debug> HTTP-Session: 0058ae31-c234-4ab4-860f-da5aaf3eec75 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1925 | 2024.10.04 15:57:34.003511 [ 3 ] {} <Debug> HTTP-Session: 0058ae31-c234-4ab4-860f-da5aaf3eec75 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1926 | 2024.10.04 15:57:34.003567 [ 3 ] {} <Trace> HTTP-Session: 0058ae31-c234-4ab4-860f-da5aaf3eec75 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1927 | 2024.10.04 15:57:34.003819 [ 3 ] {0eda5587-4d34-43ae-bc29-7e02e8810439} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 1928 | 2024.10.04 15:57:34.003892 [ 3 ] {0eda5587-4d34-43ae-bc29-7e02e8810439} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1929 | 2024.10.04 15:57:34.004247 [ 3 ] {0eda5587-4d34-43ae-bc29-7e02e8810439} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1930 | 2024.10.04 15:57:34.004809 [ 3 ] {0eda5587-4d34-43ae-bc29-7e02e8810439} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1931 | 2024.10.04 15:57:34.004861 [ 3 ] {0eda5587-4d34-43ae-bc29-7e02e8810439} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 1932 | 2024.10.04 15:57:34.005315 [ 3 ] {0eda5587-4d34-43ae-bc29-7e02e8810439} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1933 | 2024.10.04 15:57:34.005699 [ 3 ] {0eda5587-4d34-43ae-bc29-7e02e8810439} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1934 | 2024.10.04 15:57:34.005880 [ 79 ] {} <Debug> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1935 | 2024.10.04 15:57:34.005892 [ 3 ] {0eda5587-4d34-43ae-bc29-7e02e8810439} <Debug> executeQuery: Read 189 rows, 16.86 KiB in 0.00216 sec., 87500 rows/sec., 7.62 MiB/sec. | ||
| 1936 | 2024.10.04 15:57:34.005987 [ 79 ] {} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1937 | 2024.10.04 15:57:34.006063 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 1938 | 2024.10.04 15:57:34.006320 [ 3 ] {0eda5587-4d34-43ae-bc29-7e02e8810439} <Debug> DynamicQueryHandler: Done processing query | ||
| 1939 | 2024.10.04 15:57:34.006353 [ 3 ] {0eda5587-4d34-43ae-bc29-7e02e8810439} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 1940 | 2024.10.04 15:57:34.006371 [ 3 ] {} <Debug> HTTP-Session: 0058ae31-c234-4ab4-860f-da5aaf3eec75 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1941 | 2024.10.04 15:57:34.006557 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 1933, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1942 | 2024.10.04 15:57:34.006618 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1943 | 2024.10.04 15:57:34.006638 [ 3 ] {} <Debug> HTTP-Session: ebda7518-40dc-4448-9a0e-cada1e1c76ba Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 1944 | 2024.10.04 15:57:34.006657 [ 3 ] {} <Debug> HTTP-Session: ebda7518-40dc-4448-9a0e-cada1e1c76ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1945 | 2024.10.04 15:57:34.006672 [ 3 ] {} <Debug> HTTP-Session: ebda7518-40dc-4448-9a0e-cada1e1c76ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1946 | 2024.10.04 15:57:34.006711 [ 3 ] {} <Trace> HTTP-Session: ebda7518-40dc-4448-9a0e-cada1e1c76ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1947 | 2024.10.04 15:57:34.006831 [ 3 ] {648da8a6-1a94-4692-8a7f-40bbbf0ca106} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 1948 | 2024.10.04 15:57:34.006884 [ 3 ] {648da8a6-1a94-4692-8a7f-40bbbf0ca106} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1949 | 2024.10.04 15:57:34.007150 [ 3 ] {648da8a6-1a94-4692-8a7f-40bbbf0ca106} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1950 | 2024.10.04 15:57:34.007498 [ 3 ] {648da8a6-1a94-4692-8a7f-40bbbf0ca106} <Trace> oximeter.fields_u32 (d636b635-d679-4839-bb6a-f39822d1a48c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1951 | 2024.10.04 15:57:34.007537 [ 3 ] {648da8a6-1a94-4692-8a7f-40bbbf0ca106} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 1952 | 2024.10.04 15:57:34.007911 [ 3 ] {648da8a6-1a94-4692-8a7f-40bbbf0ca106} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1953 | 2024.10.04 15:57:34.008284 [ 3 ] {648da8a6-1a94-4692-8a7f-40bbbf0ca106} <Trace> oximeter.fields_u32 (d636b635-d679-4839-bb6a-f39822d1a48c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1954 | 2024.10.04 15:57:34.008453 [ 3 ] {648da8a6-1a94-4692-8a7f-40bbbf0ca106} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00165 sec., 8484.848484848484 rows/sec., 594.22 KiB/sec. | ||
| 1955 | 2024.10.04 15:57:34.008647 [ 3 ] {648da8a6-1a94-4692-8a7f-40bbbf0ca106} <Debug> DynamicQueryHandler: Done processing query | ||
| 1956 | 2024.10.04 15:57:34.008673 [ 3 ] {648da8a6-1a94-4692-8a7f-40bbbf0ca106} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 1957 | 2024.10.04 15:57:34.008690 [ 3 ] {} <Debug> HTTP-Session: ebda7518-40dc-4448-9a0e-cada1e1c76ba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1958 | 2024.10.04 15:57:34.008824 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1959 | 2024.10.04 15:57:34.008876 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1960 | 2024.10.04 15:57:34.008898 [ 3 ] {} <Debug> HTTP-Session: c1cc533b-55a8-43dc-9786-42b63863fe5c Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 1961 | 2024.10.04 15:57:34.008915 [ 3 ] {} <Debug> HTTP-Session: c1cc533b-55a8-43dc-9786-42b63863fe5c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1962 | 2024.10.04 15:57:34.008930 [ 3 ] {} <Debug> HTTP-Session: c1cc533b-55a8-43dc-9786-42b63863fe5c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1963 | 2024.10.04 15:57:34.008964 [ 3 ] {} <Trace> HTTP-Session: c1cc533b-55a8-43dc-9786-42b63863fe5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1964 | 2024.10.04 15:57:34.009070 [ 3 ] {8162133d-01db-4807-b67b-f39a440c59bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 1965 | 2024.10.04 15:57:34.009116 [ 3 ] {8162133d-01db-4807-b67b-f39a440c59bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1966 | 2024.10.04 15:57:34.009351 [ 3 ] {8162133d-01db-4807-b67b-f39a440c59bb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1967 | 2024.10.04 15:57:34.009651 [ 3 ] {8162133d-01db-4807-b67b-f39a440c59bb} <Trace> oximeter.fields_u8 (b38c7fc2-16b2-4da0-8e0e-60bfa18d3929): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1968 | 2024.10.04 15:57:34.009687 [ 3 ] {8162133d-01db-4807-b67b-f39a440c59bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 1969 | 2024.10.04 15:57:34.010034 [ 3 ] {8162133d-01db-4807-b67b-f39a440c59bb} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1970 | 2024.10.04 15:57:34.010437 [ 3 ] {8162133d-01db-4807-b67b-f39a440c59bb} <Trace> oximeter.fields_u8 (b38c7fc2-16b2-4da0-8e0e-60bfa18d3929): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1971 | 2024.10.04 15:57:34.010469 [ 198 ] {eb62afc5-bcd4-4b43-a1a9-182e649ae812::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 | ||
| 1972 | 2024.10.04 15:57:34.010722 [ 3 ] {8162133d-01db-4807-b67b-f39a440c59bb} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001669 sec., 3594.967046135411 rows/sec., 212.40 KiB/sec. | ||
| 1973 | 2024.10.04 15:57:34.011000 [ 3 ] {8162133d-01db-4807-b67b-f39a440c59bb} <Debug> DynamicQueryHandler: Done processing query | ||
| 1974 | 2024.10.04 15:57:34.011026 [ 3 ] {8162133d-01db-4807-b67b-f39a440c59bb} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 1975 | 2024.10.04 15:57:34.011044 [ 3 ] {} <Debug> HTTP-Session: c1cc533b-55a8-43dc-9786-42b63863fe5c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1976 | 2024.10.04 15:57:34.011375 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 61833, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1977 | 2024.10.04 15:57:34.011424 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1978 | 2024.10.04 15:57:34.011449 [ 3 ] {} <Debug> HTTP-Session: 6f77ce35-002e-4acf-9a21-8f381249234a Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 1979 | 2024.10.04 15:57:34.011466 [ 3 ] {} <Debug> HTTP-Session: 6f77ce35-002e-4acf-9a21-8f381249234a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1980 | 2024.10.04 15:57:34.011481 [ 3 ] {} <Debug> HTTP-Session: 6f77ce35-002e-4acf-9a21-8f381249234a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1981 | 2024.10.04 15:57:34.011512 [ 3 ] {} <Trace> HTTP-Session: 6f77ce35-002e-4acf-9a21-8f381249234a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1982 | 2024.10.04 15:57:34.011712 [ 3 ] {5d186c53-a250-44af-8ab5-9e9fdb6102c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 1983 | 2024.10.04 15:57:34.011757 [ 3 ] {5d186c53-a250-44af-8ab5-9e9fdb6102c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1984 | 2024.10.04 15:57:34.012004 [ 3 ] {5d186c53-a250-44af-8ab5-9e9fdb6102c5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1985 | 2024.10.04 15:57:34.012540 [ 3 ] {5d186c53-a250-44af-8ab5-9e9fdb6102c5} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1986 | 2024.10.04 15:57:34.012596 [ 3 ] {5d186c53-a250-44af-8ab5-9e9fdb6102c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 1987 | 2024.10.04 15:57:34.012780 [ 198 ] {eb62afc5-bcd4-4b43-a1a9-182e649ae812::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1988 | 2024.10.04 15:57:34.012926 [ 198 ] {eb62afc5-bcd4-4b43-a1a9-182e649ae812::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 | ||
| 1989 | 2024.10.04 15:57:34.013314 [ 198 ] {eb62afc5-bcd4-4b43-a1a9-182e649ae812::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 | ||
| 1990 | 2024.10.04 15:57:34.013572 [ 198 ] {eb62afc5-bcd4-4b43-a1a9-182e649ae812::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 56 rows starting from the beginning of the part | ||
| 1991 | 2024.10.04 15:57:34.013587 [ 3 ] {5d186c53-a250-44af-8ab5-9e9fdb6102c5} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1992 | 2024.10.04 15:57:34.013855 [ 198 ] {eb62afc5-bcd4-4b43-a1a9-182e649ae812::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 189 rows starting from the beginning of the part | ||
| 1993 | 2024.10.04 15:57:34.014244 [ 198 ] {eb62afc5-bcd4-4b43-a1a9-182e649ae812::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 72 rows starting from the beginning of the part | ||
| 1994 | 2024.10.04 15:57:34.014669 [ 198 ] {eb62afc5-bcd4-4b43-a1a9-182e649ae812::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 189 rows starting from the beginning of the part | ||
| 1995 | 2024.10.04 15:57:34.015212 [ 3 ] {5d186c53-a250-44af-8ab5-9e9fdb6102c5} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1996 | 2024.10.04 15:57:34.015439 [ 79 ] {} <Debug> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1997 | 2024.10.04 15:57:34.015571 [ 3 ] {5d186c53-a250-44af-8ab5-9e9fdb6102c5} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.003929 sec., 97225.75719012471 rows/sec., 6.88 MiB/sec. | ||
| 1998 | 2024.10.04 15:57:34.015574 [ 79 ] {} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1999 | 2024.10.04 15:57:34.015703 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 2000 | 2024.10.04 15:57:34.016265 [ 197 ] {db73ef1b-285a-4ffd-b768-8b0cb7509f0e::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 | ||
| 2001 | 2024.10.04 15:57:34.016295 [ 3 ] {5d186c53-a250-44af-8ab5-9e9fdb6102c5} <Debug> DynamicQueryHandler: Done processing query | ||
| 2002 | 2024.10.04 15:57:34.016415 [ 3 ] {5d186c53-a250-44af-8ab5-9e9fdb6102c5} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
| 2003 | 2024.10.04 15:57:34.016523 [ 3 ] {} <Debug> HTTP-Session: 6f77ce35-002e-4acf-9a21-8f381249234a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2004 | 2024.10.04 15:57:34.016861 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 906, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2005 | 2024.10.04 15:57:34.017012 [ 197 ] {db73ef1b-285a-4ffd-b768-8b0cb7509f0e::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2006 | 2024.10.04 15:57:34.017060 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2007 | 2024.10.04 15:57:34.017150 [ 197 ] {db73ef1b-285a-4ffd-b768-8b0cb7509f0e::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 | ||
| 2008 | 2024.10.04 15:57:34.017161 [ 3 ] {} <Debug> HTTP-Session: d8d30736-db62-4fe2-a41d-3d6644bb39a5 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 2009 | 2024.10.04 15:57:34.017231 [ 3 ] {} <Debug> HTTP-Session: d8d30736-db62-4fe2-a41d-3d6644bb39a5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2010 | 2024.10.04 15:57:34.017306 [ 3 ] {} <Debug> HTTP-Session: d8d30736-db62-4fe2-a41d-3d6644bb39a5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2011 | 2024.10.04 15:57:34.017508 [ 3 ] {} <Trace> HTTP-Session: d8d30736-db62-4fe2-a41d-3d6644bb39a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2012 | 2024.10.04 15:57:34.017675 [ 197 ] {db73ef1b-285a-4ffd-b768-8b0cb7509f0e::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 | ||
| 2013 | 2024.10.04 15:57:34.018076 [ 197 ] {db73ef1b-285a-4ffd-b768-8b0cb7509f0e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 64 rows starting from the beginning of the part | ||
| 2014 | 2024.10.04 15:57:34.018121 [ 3 ] {7aeb94f4-e02c-48f6-84bb-3b056b307ebe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 2015 | 2024.10.04 15:57:34.018395 [ 3 ] {7aeb94f4-e02c-48f6-84bb-3b056b307ebe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2016 | 2024.10.04 15:57:34.018619 [ 197 ] {db73ef1b-285a-4ffd-b768-8b0cb7509f0e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 382 rows starting from the beginning of the part | ||
| 2017 | 2024.10.04 15:57:34.019120 [ 197 ] {db73ef1b-285a-4ffd-b768-8b0cb7509f0e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 72 rows starting from the beginning of the part | ||
| 2018 | 2024.10.04 15:57:34.019547 [ 197 ] {db73ef1b-285a-4ffd-b768-8b0cb7509f0e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 382 rows starting from the beginning of the part | ||
| 2019 | 2024.10.04 15:57:34.020417 [ 198 ] {eb62afc5-bcd4-4b43-a1a9-182e649ae812::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 558 rows, containing 5 columns (5 merged, 0 gathered) in 0.014215275 sec., 39253.54943889584 rows/sec., 3.45 MiB/sec. | ||
| 2020 | 2024.10.04 15:57:34.020621 [ 3 ] {7aeb94f4-e02c-48f6-84bb-3b056b307ebe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2021 | 2024.10.04 15:57:34.020791 [ 198 ] {eb62afc5-bcd4-4b43-a1a9-182e649ae812::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2022 | 2024.10.04 15:57:34.022658 [ 3 ] {7aeb94f4-e02c-48f6-84bb-3b056b307ebe} <Trace> oximeter.measurements_bool (07631250-7a70-49e6-a733-c0ce298d5d2f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2023 | 2024.10.04 15:57:34.022762 [ 198 ] {eb62afc5-bcd4-4b43-a1a9-182e649ae812::all_1_6_1} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2024 | 2024.10.04 15:57:34.022765 [ 3 ] {7aeb94f4-e02c-48f6-84bb-3b056b307ebe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 2025 | 2024.10.04 15:57:34.023058 [ 198 ] {eb62afc5-bcd4-4b43-a1a9-182e649ae812::all_1_6_1} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2026 | 2024.10.04 15:57:34.023362 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 2027 | 2024.10.04 15:57:34.024069 [ 3 ] {7aeb94f4-e02c-48f6-84bb-3b056b307ebe} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2028 | 2024.10.04 15:57:34.024663 [ 197 ] {db73ef1b-285a-4ffd-b768-8b0cb7509f0e::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 956 rows, containing 5 columns (5 merged, 0 gathered) in 0.008767029 sec., 109044.92274406756 rows/sec., 8.29 MiB/sec. | ||
| 2029 | 2024.10.04 15:57:34.024936 [ 197 ] {db73ef1b-285a-4ffd-b768-8b0cb7509f0e::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2030 | 2024.10.04 15:57:34.024947 [ 3 ] {7aeb94f4-e02c-48f6-84bb-3b056b307ebe} <Trace> oximeter.measurements_bool (07631250-7a70-49e6-a733-c0ce298d5d2f): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2031 | 2024.10.04 15:57:34.025348 [ 3 ] {7aeb94f4-e02c-48f6-84bb-3b056b307ebe} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.007498 sec., 800.2133902373967 rows/sec., 41.81 KiB/sec. | ||
| 2032 | 2024.10.04 15:57:34.026068 [ 3 ] {7aeb94f4-e02c-48f6-84bb-3b056b307ebe} <Debug> DynamicQueryHandler: Done processing query | ||
| 2033 | 2024.10.04 15:57:34.026115 [ 3 ] {7aeb94f4-e02c-48f6-84bb-3b056b307ebe} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 2034 | 2024.10.04 15:57:34.026149 [ 3 ] {} <Debug> HTTP-Session: d8d30736-db62-4fe2-a41d-3d6644bb39a5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2035 | 2024.10.04 15:57:34.026312 [ 197 ] {db73ef1b-285a-4ffd-b768-8b0cb7509f0e::all_1_6_1} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2036 | 2024.10.04 15:57:34.026439 [ 197 ] {db73ef1b-285a-4ffd-b768-8b0cb7509f0e::all_1_6_1} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2037 | 2024.10.04 15:57:34.026444 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 44623, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2038 | 2024.10.04 15:57:34.026562 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2039 | 2024.10.04 15:57:34.026607 [ 3 ] {} <Debug> HTTP-Session: 2a3091a0-6244-41ee-a1b1-6a7c487e5dc0 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 2040 | 2024.10.04 15:57:34.026608 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 2041 | 2024.10.04 15:57:34.026635 [ 3 ] {} <Debug> HTTP-Session: 2a3091a0-6244-41ee-a1b1-6a7c487e5dc0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2042 | 2024.10.04 15:57:34.026680 [ 3 ] {} <Debug> HTTP-Session: 2a3091a0-6244-41ee-a1b1-6a7c487e5dc0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2043 | 2024.10.04 15:57:34.026715 [ 3 ] {} <Trace> HTTP-Session: 2a3091a0-6244-41ee-a1b1-6a7c487e5dc0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2044 | 2024.10.04 15:57:34.026922 [ 3 ] {ce4633d9-6c3c-4e50-8a22-aa1886e766a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 2045 | 2024.10.04 15:57:34.026973 [ 3 ] {ce4633d9-6c3c-4e50-8a22-aa1886e766a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2046 | 2024.10.04 15:57:34.027145 [ 3 ] {ce4633d9-6c3c-4e50-8a22-aa1886e766a7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2047 | 2024.10.04 15:57:34.027621 [ 3 ] {ce4633d9-6c3c-4e50-8a22-aa1886e766a7} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2048 | 2024.10.04 15:57:34.027658 [ 3 ] {ce4633d9-6c3c-4e50-8a22-aa1886e766a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 2049 | 2024.10.04 15:57:34.028065 [ 3 ] {ce4633d9-6c3c-4e50-8a22-aa1886e766a7} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2050 | 2024.10.04 15:57:34.028414 [ 3 ] {ce4633d9-6c3c-4e50-8a22-aa1886e766a7} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2051 | 2024.10.04 15:57:34.028584 [ 3 ] {ce4633d9-6c3c-4e50-8a22-aa1886e766a7} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001764 sec., 134353.74149659864 rows/sec., 9.01 MiB/sec. | ||
| 2052 | 2024.10.04 15:57:34.028586 [ 79 ] {} <Debug> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2053 | 2024.10.04 15:57:34.028683 [ 79 ] {} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2054 | 2024.10.04 15:57:34.028747 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 2055 | 2024.10.04 15:57:34.028913 [ 3 ] {ce4633d9-6c3c-4e50-8a22-aa1886e766a7} <Debug> DynamicQueryHandler: Done processing query | ||
| 2056 | 2024.10.04 15:57:34.029026 [ 3 ] {ce4633d9-6c3c-4e50-8a22-aa1886e766a7} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 2057 | 2024.10.04 15:57:34.029056 [ 198 ] {f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34::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 | ||
| 2058 | 2024.10.04 15:57:34.029108 [ 3 ] {} <Debug> HTTP-Session: 2a3091a0-6244-41ee-a1b1-6a7c487e5dc0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2059 | 2024.10.04 15:57:34.029367 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 215, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2060 | 2024.10.04 15:57:34.029383 [ 198 ] {f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2061 | 2024.10.04 15:57:34.029459 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2062 | 2024.10.04 15:57:34.029459 [ 198 ] {f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 20 rows starting from the beginning of the part | ||
| 2063 | 2024.10.04 15:57:34.029503 [ 3 ] {} <Debug> HTTP-Session: 65c2f75e-7fa1-469d-924d-1d46cb8d8040 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 2064 | 2024.10.04 15:57:34.029546 [ 3 ] {} <Debug> HTTP-Session: 65c2f75e-7fa1-469d-924d-1d46cb8d8040 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2065 | 2024.10.04 15:57:34.029584 [ 3 ] {} <Debug> HTTP-Session: 65c2f75e-7fa1-469d-924d-1d46cb8d8040 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2066 | 2024.10.04 15:57:34.029736 [ 198 ] {f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34::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 | ||
| 2067 | 2024.10.04 15:57:34.029749 [ 3 ] {} <Trace> HTTP-Session: 65c2f75e-7fa1-469d-924d-1d46cb8d8040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2068 | 2024.10.04 15:57:34.030112 [ 3 ] {89d0bc1e-f077-4492-9629-642ef7dfcb9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 2069 | 2024.10.04 15:57:34.030124 [ 198 ] {f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 142 rows starting from the beginning of the part | ||
| 2070 | 2024.10.04 15:57:34.030219 [ 3 ] {89d0bc1e-f077-4492-9629-642ef7dfcb9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2071 | 2024.10.04 15:57:34.030466 [ 198 ] {f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 237 rows starting from the beginning of the part | ||
| 2072 | 2024.10.04 15:57:34.030770 [ 198 ] {f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 160 rows starting from the beginning of the part | ||
| 2073 | 2024.10.04 15:57:34.031248 [ 198 ] {f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 237 rows starting from the beginning of the part | ||
| 2074 | 2024.10.04 15:57:34.031346 [ 3 ] {89d0bc1e-f077-4492-9629-642ef7dfcb9f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2075 | 2024.10.04 15:57:34.031857 [ 3 ] {89d0bc1e-f077-4492-9629-642ef7dfcb9f} <Trace> oximeter.measurements_f64 (87d8cd82-19cb-42e6-8b47-b078fc436c38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2076 | 2024.10.04 15:57:34.031893 [ 3 ] {89d0bc1e-f077-4492-9629-642ef7dfcb9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 2077 | 2024.10.04 15:57:34.032256 [ 3 ] {89d0bc1e-f077-4492-9629-642ef7dfcb9f} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2078 | 2024.10.04 15:57:34.032587 [ 3 ] {89d0bc1e-f077-4492-9629-642ef7dfcb9f} <Trace> oximeter.measurements_f64 (87d8cd82-19cb-42e6-8b47-b078fc436c38): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2079 | 2024.10.04 15:57:34.032718 [ 3 ] {89d0bc1e-f077-4492-9629-642ef7dfcb9f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002748 sec., 363.901018922853 rows/sec., 24.52 KiB/sec. | ||
| 2080 | 2024.10.04 15:57:34.032885 [ 3 ] {89d0bc1e-f077-4492-9629-642ef7dfcb9f} <Debug> DynamicQueryHandler: Done processing query | ||
| 2081 | 2024.10.04 15:57:34.032910 [ 3 ] {89d0bc1e-f077-4492-9629-642ef7dfcb9f} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 2082 | 2024.10.04 15:57:34.032926 [ 3 ] {} <Debug> HTTP-Session: 65c2f75e-7fa1-469d-924d-1d46cb8d8040 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2083 | 2024.10.04 15:57:34.033078 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 12156, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2084 | 2024.10.04 15:57:34.033126 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2085 | 2024.10.04 15:57:34.033145 [ 3 ] {} <Debug> HTTP-Session: e4c8b40d-bd91-464f-a160-8b357333b917 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 2086 | 2024.10.04 15:57:34.033162 [ 3 ] {} <Debug> HTTP-Session: e4c8b40d-bd91-464f-a160-8b357333b917 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2087 | 2024.10.04 15:57:34.033176 [ 3 ] {} <Debug> HTTP-Session: e4c8b40d-bd91-464f-a160-8b357333b917 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2088 | 2024.10.04 15:57:34.033207 [ 3 ] {} <Trace> HTTP-Session: e4c8b40d-bd91-464f-a160-8b357333b917 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2089 | 2024.10.04 15:57:34.033337 [ 3 ] {a9ed2cc5-7b81-4fa4-af49-304ebbafe73d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 2090 | 2024.10.04 15:57:34.033388 [ 3 ] {a9ed2cc5-7b81-4fa4-af49-304ebbafe73d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2091 | 2024.10.04 15:57:34.033830 [ 3 ] {a9ed2cc5-7b81-4fa4-af49-304ebbafe73d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2092 | 2024.10.04 15:57:34.034482 [ 3 ] {a9ed2cc5-7b81-4fa4-af49-304ebbafe73d} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2093 | 2024.10.04 15:57:34.034554 [ 3 ] {a9ed2cc5-7b81-4fa4-af49-304ebbafe73d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 2094 | 2024.10.04 15:57:34.035596 [ 3 ] {a9ed2cc5-7b81-4fa4-af49-304ebbafe73d} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2095 | 2024.10.04 15:57:34.036015 [ 3 ] {a9ed2cc5-7b81-4fa4-af49-304ebbafe73d} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2096 | 2024.10.04 15:57:34.036170 [ 78 ] {} <Debug> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2097 | 2024.10.04 15:57:34.036182 [ 3 ] {a9ed2cc5-7b81-4fa4-af49-304ebbafe73d} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002888 sec., 28393.351800554017 rows/sec., 1.80 MiB/sec. | ||
| 2098 | 2024.10.04 15:57:34.036234 [ 78 ] {} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2099 | 2024.10.04 15:57:34.036307 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 2100 | 2024.10.04 15:57:34.036495 [ 198 ] {f1266625-5fbc-477b-b130-85cba0b363f2::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 | ||
| 2101 | 2024.10.04 15:57:34.036529 [ 3 ] {a9ed2cc5-7b81-4fa4-af49-304ebbafe73d} <Debug> DynamicQueryHandler: Done processing query | ||
| 2102 | 2024.10.04 15:57:34.036572 [ 3 ] {a9ed2cc5-7b81-4fa4-af49-304ebbafe73d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 2103 | 2024.10.04 15:57:34.036615 [ 3 ] {} <Debug> HTTP-Session: e4c8b40d-bd91-464f-a160-8b357333b917 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2104 | 2024.10.04 15:57:34.036726 [ 198 ] {f1266625-5fbc-477b-b130-85cba0b363f2::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2105 | 2024.10.04 15:57:34.036765 [ 198 ] {f1266625-5fbc-477b-b130-85cba0b363f2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 6 rows starting from the beginning of the part | ||
| 2106 | 2024.10.04 15:57:34.036876 [ 198 ] {f1266625-5fbc-477b-b130-85cba0b363f2::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 | ||
| 2107 | 2024.10.04 15:57:34.037080 [ 198 ] {f1266625-5fbc-477b-b130-85cba0b363f2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 48 rows starting from the beginning of the part | ||
| 2108 | 2024.10.04 15:57:34.037250 [ 198 ] {f1266625-5fbc-477b-b130-85cba0b363f2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 82 rows starting from the beginning of the part | ||
| 2109 | 2024.10.04 15:57:34.037442 [ 198 ] {f1266625-5fbc-477b-b130-85cba0b363f2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 60 rows starting from the beginning of the part | ||
| 2110 | 2024.10.04 15:57:34.037626 [ 198 ] {f1266625-5fbc-477b-b130-85cba0b363f2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 82 rows starting from the beginning of the part | ||
| 2111 | 2024.10.04 15:57:34.038570 [ 198 ] {f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 896 rows, containing 5 columns (5 merged, 0 gathered) in 0.009732453 sec., 92063.12118846091 rows/sec., 6.28 MiB/sec. | ||
| 2112 | 2024.10.04 15:57:34.038837 [ 198 ] {f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2113 | 2024.10.04 15:57:34.039917 [ 198 ] {f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2114 | 2024.10.04 15:57:34.040153 [ 198 ] {f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2115 | 2024.10.04 15:57:34.040182 [ 197 ] {f1266625-5fbc-477b-b130-85cba0b363f2::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 308 rows, containing 4 columns (4 merged, 0 gathered) in 0.003780095 sec., 81479.43371793567 rows/sec., 5.34 MiB/sec. | ||
| 2116 | 2024.10.04 15:57:34.040284 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. | ||
| 2117 | 2024.10.04 15:57:34.040394 [ 197 ] {f1266625-5fbc-477b-b130-85cba0b363f2::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2118 | 2024.10.04 15:57:34.040797 [ 197 ] {f1266625-5fbc-477b-b130-85cba0b363f2::all_1_6_1} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2119 | 2024.10.04 15:57:34.040881 [ 197 ] {f1266625-5fbc-477b-b130-85cba0b363f2::all_1_6_1} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2120 | 2024.10.04 15:57:34.040971 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 2121 | 2024.10.04 15:57:35.786424 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 228 | ||
| 2122 | 2024.10.04 15:57:35.789249 [ 242 ] {} <Trace> system.query_log (8f12c5ea-7fed-46c2-8a08-f82b2fd1cd88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2123 | 2024.10.04 15:57:35.789295 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 2124 | 2024.10.04 15:57:35.790826 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2125 | 2024.10.04 15:57:35.791815 [ 242 ] {} <Trace> system.query_log (8f12c5ea-7fed-46c2-8a08-f82b2fd1cd88): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2126 | 2024.10.04 15:57:35.792608 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 228 | ||
| 2127 | 2024.10.04 15:57:38.999066 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 10369, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2128 | 2024.10.04 15:57:38.999183 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2129 | 2024.10.04 15:57:38.999208 [ 3 ] {} <Debug> HTTP-Session: 85efcdba-bde8-4285-b51e-46da73d09ef5 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 2130 | 2024.10.04 15:57:38.999234 [ 3 ] {} <Debug> HTTP-Session: 85efcdba-bde8-4285-b51e-46da73d09ef5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2131 | 2024.10.04 15:57:38.999249 [ 3 ] {} <Debug> HTTP-Session: 85efcdba-bde8-4285-b51e-46da73d09ef5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2132 | 2024.10.04 15:57:38.999300 [ 3 ] {} <Trace> HTTP-Session: 85efcdba-bde8-4285-b51e-46da73d09ef5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2133 | 2024.10.04 15:57:38.999513 [ 3 ] {5a7c79a8-1b27-437a-b693-bcee7d3fe737} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 2134 | 2024.10.04 15:57:38.999592 [ 3 ] {5a7c79a8-1b27-437a-b693-bcee7d3fe737} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2135 | 2024.10.04 15:57:38.999938 [ 3 ] {5a7c79a8-1b27-437a-b693-bcee7d3fe737} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2136 | 2024.10.04 15:57:39.000144 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 141.02 MiB, peak 148.78 MiB, free memory in arenas 0.00 B, will set to 140.02 MiB (RSS), difference: -1.00 MiB | ||
| 2137 | 2024.10.04 15:57:39.000755 [ 3 ] {5a7c79a8-1b27-437a-b693-bcee7d3fe737} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2138 | 2024.10.04 15:57:39.000809 [ 3 ] {5a7c79a8-1b27-437a-b693-bcee7d3fe737} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 2139 | 2024.10.04 15:57:39.001265 [ 3 ] {5a7c79a8-1b27-437a-b693-bcee7d3fe737} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2140 | 2024.10.04 15:57:39.001677 [ 3 ] {5a7c79a8-1b27-437a-b693-bcee7d3fe737} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2141 | 2024.10.04 15:57:39.001854 [ 3 ] {5a7c79a8-1b27-437a-b693-bcee7d3fe737} <Debug> executeQuery: Read 72 rows, 5.96 KiB in 0.002411 sec., 29863.127333056822 rows/sec., 2.41 MiB/sec. | ||
| 2142 | 2024.10.04 15:57:39.002195 [ 3 ] {5a7c79a8-1b27-437a-b693-bcee7d3fe737} <Debug> DynamicQueryHandler: Done processing query | ||
| 2143 | 2024.10.04 15:57:39.002224 [ 3 ] {5a7c79a8-1b27-437a-b693-bcee7d3fe737} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 2144 | 2024.10.04 15:57:39.002241 [ 3 ] {} <Debug> HTTP-Session: 85efcdba-bde8-4285-b51e-46da73d09ef5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2145 | 2024.10.04 15:57:39.002405 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 1197, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2146 | 2024.10.04 15:57:39.002460 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2147 | 2024.10.04 15:57:39.002481 [ 3 ] {} <Debug> HTTP-Session: 5667c3da-7eb9-442f-aa6e-680268b1ff04 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 2148 | 2024.10.04 15:57:39.002500 [ 3 ] {} <Debug> HTTP-Session: 5667c3da-7eb9-442f-aa6e-680268b1ff04 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2149 | 2024.10.04 15:57:39.002515 [ 3 ] {} <Debug> HTTP-Session: 5667c3da-7eb9-442f-aa6e-680268b1ff04 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2150 | 2024.10.04 15:57:39.002551 [ 3 ] {} <Trace> HTTP-Session: 5667c3da-7eb9-442f-aa6e-680268b1ff04 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2151 | 2024.10.04 15:57:39.002668 [ 3 ] {8a77a98f-fd93-45b1-8bbf-80f69ad4e826} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 2152 | 2024.10.04 15:57:39.002718 [ 3 ] {8a77a98f-fd93-45b1-8bbf-80f69ad4e826} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2153 | 2024.10.04 15:57:39.002980 [ 3 ] {8a77a98f-fd93-45b1-8bbf-80f69ad4e826} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2154 | 2024.10.04 15:57:39.003280 [ 3 ] {8a77a98f-fd93-45b1-8bbf-80f69ad4e826} <Trace> oximeter.fields_u16 (e9c2286f-cf98-4582-9ae4-6e9eb84e22b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2155 | 2024.10.04 15:57:39.003320 [ 3 ] {8a77a98f-fd93-45b1-8bbf-80f69ad4e826} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 2156 | 2024.10.04 15:57:39.003695 [ 3 ] {8a77a98f-fd93-45b1-8bbf-80f69ad4e826} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2157 | 2024.10.04 15:57:39.004069 [ 3 ] {8a77a98f-fd93-45b1-8bbf-80f69ad4e826} <Trace> oximeter.fields_u16 (e9c2286f-cf98-4582-9ae4-6e9eb84e22b6): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2158 | 2024.10.04 15:57:39.004223 [ 3 ] {8a77a98f-fd93-45b1-8bbf-80f69ad4e826} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001584 sec., 5050.505050505051 rows/sec., 379.77 KiB/sec. | ||
| 2159 | 2024.10.04 15:57:39.004399 [ 3 ] {8a77a98f-fd93-45b1-8bbf-80f69ad4e826} <Debug> DynamicQueryHandler: Done processing query | ||
| 2160 | 2024.10.04 15:57:39.004431 [ 3 ] {8a77a98f-fd93-45b1-8bbf-80f69ad4e826} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 2161 | 2024.10.04 15:57:39.004448 [ 3 ] {} <Debug> HTTP-Session: 5667c3da-7eb9-442f-aa6e-680268b1ff04 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2162 | 2024.10.04 15:57:39.004591 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 12248, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2163 | 2024.10.04 15:57:39.004641 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2164 | 2024.10.04 15:57:39.004660 [ 3 ] {} <Debug> HTTP-Session: 0345eaa4-9038-4a2d-88d9-610a65223eb3 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 2165 | 2024.10.04 15:57:39.004678 [ 3 ] {} <Debug> HTTP-Session: 0345eaa4-9038-4a2d-88d9-610a65223eb3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2166 | 2024.10.04 15:57:39.004692 [ 3 ] {} <Debug> HTTP-Session: 0345eaa4-9038-4a2d-88d9-610a65223eb3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2167 | 2024.10.04 15:57:39.004725 [ 3 ] {} <Trace> HTTP-Session: 0345eaa4-9038-4a2d-88d9-610a65223eb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2168 | 2024.10.04 15:57:39.004848 [ 3 ] {c416a0d3-20c8-434c-a0ab-c44af98c3e53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 2169 | 2024.10.04 15:57:39.004893 [ 3 ] {c416a0d3-20c8-434c-a0ab-c44af98c3e53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2170 | 2024.10.04 15:57:39.005121 [ 3 ] {c416a0d3-20c8-434c-a0ab-c44af98c3e53} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2171 | 2024.10.04 15:57:39.005441 [ 3 ] {c416a0d3-20c8-434c-a0ab-c44af98c3e53} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2172 | 2024.10.04 15:57:39.005479 [ 3 ] {c416a0d3-20c8-434c-a0ab-c44af98c3e53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 2173 | 2024.10.04 15:57:39.005853 [ 3 ] {c416a0d3-20c8-434c-a0ab-c44af98c3e53} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2174 | 2024.10.04 15:57:39.006230 [ 3 ] {c416a0d3-20c8-434c-a0ab-c44af98c3e53} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2175 | 2024.10.04 15:57:39.006390 [ 3 ] {c416a0d3-20c8-434c-a0ab-c44af98c3e53} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001586 sec., 45397.22572509458 rows/sec., 3.54 MiB/sec. | ||
| 2176 | 2024.10.04 15:57:39.006555 [ 3 ] {c416a0d3-20c8-434c-a0ab-c44af98c3e53} <Debug> DynamicQueryHandler: Done processing query | ||
| 2177 | 2024.10.04 15:57:39.006580 [ 3 ] {c416a0d3-20c8-434c-a0ab-c44af98c3e53} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 2178 | 2024.10.04 15:57:39.006597 [ 3 ] {} <Debug> HTTP-Session: 0345eaa4-9038-4a2d-88d9-610a65223eb3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2179 | 2024.10.04 15:57:39.006797 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 30602, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2180 | 2024.10.04 15:57:39.006846 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2181 | 2024.10.04 15:57:39.006866 [ 3 ] {} <Debug> HTTP-Session: fd29b478-eb32-4845-94b9-c7360978b159 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 2182 | 2024.10.04 15:57:39.006889 [ 3 ] {} <Debug> HTTP-Session: fd29b478-eb32-4845-94b9-c7360978b159 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2183 | 2024.10.04 15:57:39.006904 [ 3 ] {} <Debug> HTTP-Session: fd29b478-eb32-4845-94b9-c7360978b159 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2184 | 2024.10.04 15:57:39.006935 [ 3 ] {} <Trace> HTTP-Session: fd29b478-eb32-4845-94b9-c7360978b159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2185 | 2024.10.04 15:57:39.007081 [ 3 ] {28178342-4e50-4523-8233-080b8f56a0e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 2186 | 2024.10.04 15:57:39.007130 [ 3 ] {28178342-4e50-4523-8233-080b8f56a0e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2187 | 2024.10.04 15:57:39.007273 [ 3 ] {28178342-4e50-4523-8233-080b8f56a0e4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2188 | 2024.10.04 15:57:39.007610 [ 3 ] {28178342-4e50-4523-8233-080b8f56a0e4} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2189 | 2024.10.04 15:57:39.007646 [ 3 ] {28178342-4e50-4523-8233-080b8f56a0e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 2190 | 2024.10.04 15:57:39.008033 [ 3 ] {28178342-4e50-4523-8233-080b8f56a0e4} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2191 | 2024.10.04 15:57:39.008372 [ 3 ] {28178342-4e50-4523-8233-080b8f56a0e4} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2192 | 2024.10.04 15:57:39.008550 [ 3 ] {28178342-4e50-4523-8233-080b8f56a0e4} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001527 sec., 104780.61558611658 rows/sec., 7.30 MiB/sec. | ||
| 2193 | 2024.10.04 15:57:39.008723 [ 3 ] {28178342-4e50-4523-8233-080b8f56a0e4} <Debug> DynamicQueryHandler: Done processing query | ||
| 2194 | 2024.10.04 15:57:39.008748 [ 3 ] {28178342-4e50-4523-8233-080b8f56a0e4} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 2195 | 2024.10.04 15:57:39.008763 [ 3 ] {} <Debug> HTTP-Session: fd29b478-eb32-4845-94b9-c7360978b159 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2196 | 2024.10.04 15:57:39.009214 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 14124, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2197 | 2024.10.04 15:57:39.009264 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2198 | 2024.10.04 15:57:39.009283 [ 3 ] {} <Debug> HTTP-Session: 9be6f85f-9857-4dfd-81e9-fcad308fcf7c Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 2199 | 2024.10.04 15:57:39.009300 [ 3 ] {} <Debug> HTTP-Session: 9be6f85f-9857-4dfd-81e9-fcad308fcf7c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2200 | 2024.10.04 15:57:39.009315 [ 3 ] {} <Debug> HTTP-Session: 9be6f85f-9857-4dfd-81e9-fcad308fcf7c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2201 | 2024.10.04 15:57:39.009346 [ 3 ] {} <Trace> HTTP-Session: 9be6f85f-9857-4dfd-81e9-fcad308fcf7c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2202 | 2024.10.04 15:57:39.009505 [ 3 ] {47203876-fe60-4eee-8442-78f7c1023d65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 2203 | 2024.10.04 15:57:39.009570 [ 3 ] {47203876-fe60-4eee-8442-78f7c1023d65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2204 | 2024.10.04 15:57:39.009992 [ 3 ] {47203876-fe60-4eee-8442-78f7c1023d65} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2205 | 2024.10.04 15:57:39.010563 [ 3 ] {47203876-fe60-4eee-8442-78f7c1023d65} <Trace> oximeter.measurements_histogramu64 (00490d86-ebe4-4f2c-857c-d83cd24ebd05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2206 | 2024.10.04 15:57:39.010599 [ 3 ] {47203876-fe60-4eee-8442-78f7c1023d65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 2207 | 2024.10.04 15:57:39.011216 [ 3 ] {47203876-fe60-4eee-8442-78f7c1023d65} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2208 | 2024.10.04 15:57:39.011650 [ 3 ] {47203876-fe60-4eee-8442-78f7c1023d65} <Trace> oximeter.measurements_histogramu64 (00490d86-ebe4-4f2c-857c-d83cd24ebd05): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2209 | 2024.10.04 15:57:39.011833 [ 3 ] {47203876-fe60-4eee-8442-78f7c1023d65} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.0024 sec., 3333.3333333333335 rows/sec., 5.97 MiB/sec. | ||
| 2210 | 2024.10.04 15:57:39.012120 [ 3 ] {47203876-fe60-4eee-8442-78f7c1023d65} <Debug> DynamicQueryHandler: Done processing query | ||
| 2211 | 2024.10.04 15:57:39.012145 [ 3 ] {47203876-fe60-4eee-8442-78f7c1023d65} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB. | ||
| 2212 | 2024.10.04 15:57:39.012163 [ 3 ] {} <Debug> HTTP-Session: 9be6f85f-9857-4dfd-81e9-fcad308fcf7c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2213 | 2024.10.04 15:57:39.012296 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2214 | 2024.10.04 15:57:39.012346 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2215 | 2024.10.04 15:57:39.012367 [ 3 ] {} <Debug> HTTP-Session: 135f2912-efc2-43ee-a2c2-c0aa361130d3 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 2216 | 2024.10.04 15:57:39.012386 [ 3 ] {} <Debug> HTTP-Session: 135f2912-efc2-43ee-a2c2-c0aa361130d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2217 | 2024.10.04 15:57:39.012401 [ 3 ] {} <Debug> HTTP-Session: 135f2912-efc2-43ee-a2c2-c0aa361130d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2218 | 2024.10.04 15:57:39.012434 [ 3 ] {} <Trace> HTTP-Session: 135f2912-efc2-43ee-a2c2-c0aa361130d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2219 | 2024.10.04 15:57:39.012545 [ 3 ] {e0bb6dbd-5024-4f0c-9523-d434aa8d0c2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 2220 | 2024.10.04 15:57:39.012593 [ 3 ] {e0bb6dbd-5024-4f0c-9523-d434aa8d0c2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2221 | 2024.10.04 15:57:39.012723 [ 3 ] {e0bb6dbd-5024-4f0c-9523-d434aa8d0c2a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2222 | 2024.10.04 15:57:39.013053 [ 3 ] {e0bb6dbd-5024-4f0c-9523-d434aa8d0c2a} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2223 | 2024.10.04 15:57:39.013090 [ 3 ] {e0bb6dbd-5024-4f0c-9523-d434aa8d0c2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 2224 | 2024.10.04 15:57:39.013462 [ 3 ] {e0bb6dbd-5024-4f0c-9523-d434aa8d0c2a} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2225 | 2024.10.04 15:57:39.013798 [ 3 ] {e0bb6dbd-5024-4f0c-9523-d434aa8d0c2a} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2226 | 2024.10.04 15:57:39.013952 [ 3 ] {e0bb6dbd-5024-4f0c-9523-d434aa8d0c2a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001433 sec., 41870.2023726448 rows/sec., 2.82 MiB/sec. | ||
| 2227 | 2024.10.04 15:57:39.014225 [ 3 ] {e0bb6dbd-5024-4f0c-9523-d434aa8d0c2a} <Debug> DynamicQueryHandler: Done processing query | ||
| 2228 | 2024.10.04 15:57:39.014253 [ 3 ] {e0bb6dbd-5024-4f0c-9523-d434aa8d0c2a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 2229 | 2024.10.04 15:57:39.014270 [ 3 ] {} <Debug> HTTP-Session: 135f2912-efc2-43ee-a2c2-c0aa361130d3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2230 | 2024.10.04 15:57:40.610317 [ 67 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2231 | 2024.10.04 15:57:40.610378 [ 67 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2232 | 2024.10.04 15:57:41.228209 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 1133, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2233 | 2024.10.04 15:57:41.228396 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2234 | 2024.10.04 15:57:41.228442 [ 3 ] {} <Debug> HTTP-Session: e6c9b0f9-2564-4a29-b3c7-9a631a0a1282 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 2235 | 2024.10.04 15:57:41.228485 [ 3 ] {} <Debug> HTTP-Session: e6c9b0f9-2564-4a29-b3c7-9a631a0a1282 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2236 | 2024.10.04 15:57:41.228514 [ 3 ] {} <Debug> HTTP-Session: e6c9b0f9-2564-4a29-b3c7-9a631a0a1282 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2237 | 2024.10.04 15:57:41.228597 [ 3 ] {} <Trace> HTTP-Session: e6c9b0f9-2564-4a29-b3c7-9a631a0a1282 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2238 | 2024.10.04 15:57:41.229009 [ 3 ] {577f109d-112f-4f41-9247-3731ca411e92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
| 2239 | 2024.10.04 15:57:41.229502 [ 3 ] {577f109d-112f-4f41-9247-3731ca411e92} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2240 | 2024.10.04 15:57:41.229553 [ 3 ] {577f109d-112f-4f41-9247-3731ca411e92} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2241 | 2024.10.04 15:57:41.229906 [ 3 ] {577f109d-112f-4f41-9247-3731ca411e92} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2242 | 2024.10.04 15:57:41.229990 [ 3 ] {577f109d-112f-4f41-9247-3731ca411e92} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2243 | 2024.10.04 15:57:41.230172 [ 3 ] {577f109d-112f-4f41-9247-3731ca411e92} <Debug> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Key condition: (column 0 notIn 31-element set) | ||
| 2244 | 2024.10.04 15:57:41.230272 [ 259 ] {577f109d-112f-4f41-9247-3731ca411e92} <Trace> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2245 | 2024.10.04 15:57:41.230411 [ 257 ] {577f109d-112f-4f41-9247-3731ca411e92} <Trace> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2246 | 2024.10.04 15:57:41.230416 [ 254 ] {577f109d-112f-4f41-9247-3731ca411e92} <Trace> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 2247 | 2024.10.04 15:57:41.230418 [ 251 ] {577f109d-112f-4f41-9247-3731ca411e92} <Trace> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2248 | 2024.10.04 15:57:41.230626 [ 3 ] {577f109d-112f-4f41-9247-3731ca411e92} <Debug> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges | ||
| 2249 | 2024.10.04 15:57:41.230657 [ 3 ] {577f109d-112f-4f41-9247-3731ca411e92} <Trace> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2250 | 2024.10.04 15:57:41.230778 [ 3 ] {577f109d-112f-4f41-9247-3731ca411e92} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2251 | 2024.10.04 15:57:41.230803 [ 3 ] {577f109d-112f-4f41-9247-3731ca411e92} <Debug> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Reading approx. 30 rows with 3 streams | ||
| 2252 | 2024.10.04 15:57:41.230849 [ 3 ] {577f109d-112f-4f41-9247-3731ca411e92} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2253 | 2024.10.04 15:57:41.230898 [ 3 ] {577f109d-112f-4f41-9247-3731ca411e92} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2254 | 2024.10.04 15:57:41.230940 [ 3 ] {577f109d-112f-4f41-9247-3731ca411e92} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2255 | 2024.10.04 15:57:41.232816 [ 3 ] {577f109d-112f-4f41-9247-3731ca411e92} <Debug> executeQuery: Read 30 rows, 1.12 KiB in 0.004008 sec., 7485.02994011976 rows/sec., 280.44 KiB/sec. | ||
| 2256 | 2024.10.04 15:57:41.233209 [ 3 ] {577f109d-112f-4f41-9247-3731ca411e92} <Debug> DynamicQueryHandler: Done processing query | ||
| 2257 | 2024.10.04 15:57:41.233237 [ 3 ] {577f109d-112f-4f41-9247-3731ca411e92} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
| 2258 | 2024.10.04 15:57:41.233254 [ 3 ] {} <Debug> HTTP-Session: e6c9b0f9-2564-4a29-b3c7-9a631a0a1282 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2259 | 2024.10.04 15:57:41.233543 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 1167, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2260 | 2024.10.04 15:57:41.233598 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2261 | 2024.10.04 15:57:41.233618 [ 3 ] {} <Debug> HTTP-Session: 2a811217-e55d-4947-bc11-d469439eba80 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 2262 | 2024.10.04 15:57:41.233637 [ 3 ] {} <Debug> HTTP-Session: 2a811217-e55d-4947-bc11-d469439eba80 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2263 | 2024.10.04 15:57:41.233651 [ 3 ] {} <Debug> HTTP-Session: 2a811217-e55d-4947-bc11-d469439eba80 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2264 | 2024.10.04 15:57:41.233689 [ 3 ] {} <Trace> HTTP-Session: 2a811217-e55d-4947-bc11-d469439eba80 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2265 | 2024.10.04 15:57:41.233853 [ 3 ] {dd6844b0-cf33-48e2-b51c-6966a2ddc7db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
| 2266 | 2024.10.04 15:57:41.234152 [ 3 ] {dd6844b0-cf33-48e2-b51c-6966a2ddc7db} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2267 | 2024.10.04 15:57:41.234199 [ 3 ] {dd6844b0-cf33-48e2-b51c-6966a2ddc7db} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2268 | 2024.10.04 15:57:41.234507 [ 3 ] {dd6844b0-cf33-48e2-b51c-6966a2ddc7db} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2269 | 2024.10.04 15:57:41.234574 [ 3 ] {dd6844b0-cf33-48e2-b51c-6966a2ddc7db} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2270 | 2024.10.04 15:57:41.234723 [ 3 ] {dd6844b0-cf33-48e2-b51c-6966a2ddc7db} <Debug> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Key condition: (column 0 notIn 32-element set) | ||
| 2271 | 2024.10.04 15:57:41.234890 [ 257 ] {dd6844b0-cf33-48e2-b51c-6966a2ddc7db} <Trace> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2272 | 2024.10.04 15:57:41.234900 [ 260 ] {dd6844b0-cf33-48e2-b51c-6966a2ddc7db} <Trace> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2273 | 2024.10.04 15:57:41.234962 [ 254 ] {dd6844b0-cf33-48e2-b51c-6966a2ddc7db} <Trace> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 2274 | 2024.10.04 15:57:41.234988 [ 261 ] {dd6844b0-cf33-48e2-b51c-6966a2ddc7db} <Trace> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2275 | 2024.10.04 15:57:41.235130 [ 3 ] {dd6844b0-cf33-48e2-b51c-6966a2ddc7db} <Debug> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges | ||
| 2276 | 2024.10.04 15:57:41.235160 [ 3 ] {dd6844b0-cf33-48e2-b51c-6966a2ddc7db} <Trace> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2277 | 2024.10.04 15:57:41.235269 [ 3 ] {dd6844b0-cf33-48e2-b51c-6966a2ddc7db} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2278 | 2024.10.04 15:57:41.235291 [ 3 ] {dd6844b0-cf33-48e2-b51c-6966a2ddc7db} <Debug> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Reading approx. 30 rows with 3 streams | ||
| 2279 | 2024.10.04 15:57:41.235332 [ 3 ] {dd6844b0-cf33-48e2-b51c-6966a2ddc7db} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2280 | 2024.10.04 15:57:41.235376 [ 3 ] {dd6844b0-cf33-48e2-b51c-6966a2ddc7db} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2281 | 2024.10.04 15:57:41.235418 [ 3 ] {dd6844b0-cf33-48e2-b51c-6966a2ddc7db} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2282 | 2024.10.04 15:57:41.237158 [ 3 ] {dd6844b0-cf33-48e2-b51c-6966a2ddc7db} <Debug> executeQuery: Read 30 rows, 1.12 KiB in 0.003387 sec., 8857.395925597875 rows/sec., 331.86 KiB/sec. | ||
| 2283 | 2024.10.04 15:57:41.237536 [ 3 ] {dd6844b0-cf33-48e2-b51c-6966a2ddc7db} <Debug> DynamicQueryHandler: Done processing query | ||
| 2284 | 2024.10.04 15:57:41.237566 [ 3 ] {dd6844b0-cf33-48e2-b51c-6966a2ddc7db} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
| 2285 | 2024.10.04 15:57:41.237588 [ 3 ] {} <Debug> HTTP-Session: 2a811217-e55d-4947-bc11-d469439eba80 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2286 | 2024.10.04 15:57:41.237938 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 1197, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2287 | 2024.10.04 15:57:41.237996 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2288 | 2024.10.04 15:57:41.238020 [ 3 ] {} <Debug> HTTP-Session: 922068cd-7a9f-411a-8e2e-8f0876d9dff0 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 2289 | 2024.10.04 15:57:41.238041 [ 3 ] {} <Debug> HTTP-Session: 922068cd-7a9f-411a-8e2e-8f0876d9dff0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2290 | 2024.10.04 15:57:41.238059 [ 3 ] {} <Debug> HTTP-Session: 922068cd-7a9f-411a-8e2e-8f0876d9dff0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2291 | 2024.10.04 15:57:41.238099 [ 3 ] {} <Trace> HTTP-Session: 922068cd-7a9f-411a-8e2e-8f0876d9dff0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2292 | 2024.10.04 15:57:41.238264 [ 3 ] {d75050ca-8d92-434a-9b55-0868940deee5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
| 2293 | 2024.10.04 15:57:41.238556 [ 3 ] {d75050ca-8d92-434a-9b55-0868940deee5} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2294 | 2024.10.04 15:57:41.238604 [ 3 ] {d75050ca-8d92-434a-9b55-0868940deee5} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2295 | 2024.10.04 15:57:41.238910 [ 3 ] {d75050ca-8d92-434a-9b55-0868940deee5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2296 | 2024.10.04 15:57:41.238974 [ 3 ] {d75050ca-8d92-434a-9b55-0868940deee5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2297 | 2024.10.04 15:57:41.239118 [ 3 ] {d75050ca-8d92-434a-9b55-0868940deee5} <Debug> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Key condition: (column 0 notIn 33-element set) | ||
| 2298 | 2024.10.04 15:57:41.239253 [ 256 ] {d75050ca-8d92-434a-9b55-0868940deee5} <Trace> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2299 | 2024.10.04 15:57:41.239274 [ 254 ] {d75050ca-8d92-434a-9b55-0868940deee5} <Trace> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2300 | 2024.10.04 15:57:41.239349 [ 251 ] {d75050ca-8d92-434a-9b55-0868940deee5} <Trace> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 2301 | 2024.10.04 15:57:41.239349 [ 257 ] {d75050ca-8d92-434a-9b55-0868940deee5} <Trace> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2302 | 2024.10.04 15:57:41.239471 [ 3 ] {d75050ca-8d92-434a-9b55-0868940deee5} <Debug> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges | ||
| 2303 | 2024.10.04 15:57:41.239500 [ 3 ] {d75050ca-8d92-434a-9b55-0868940deee5} <Trace> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2304 | 2024.10.04 15:57:41.239607 [ 3 ] {d75050ca-8d92-434a-9b55-0868940deee5} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2305 | 2024.10.04 15:57:41.239629 [ 3 ] {d75050ca-8d92-434a-9b55-0868940deee5} <Debug> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Reading approx. 30 rows with 3 streams | ||
| 2306 | 2024.10.04 15:57:41.239672 [ 3 ] {d75050ca-8d92-434a-9b55-0868940deee5} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2307 | 2024.10.04 15:57:41.239716 [ 3 ] {d75050ca-8d92-434a-9b55-0868940deee5} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2308 | 2024.10.04 15:57:41.239758 [ 3 ] {d75050ca-8d92-434a-9b55-0868940deee5} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2309 | 2024.10.04 15:57:41.241460 [ 3 ] {d75050ca-8d92-434a-9b55-0868940deee5} <Debug> executeQuery: Read 30 rows, 1.12 KiB in 0.003273 sec., 9165.902841429881 rows/sec., 343.42 KiB/sec. | ||
| 2310 | 2024.10.04 15:57:41.241786 [ 3 ] {d75050ca-8d92-434a-9b55-0868940deee5} <Debug> DynamicQueryHandler: Done processing query | ||
| 2311 | 2024.10.04 15:57:41.241811 [ 3 ] {d75050ca-8d92-434a-9b55-0868940deee5} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
| 2312 | 2024.10.04 15:57:41.241829 [ 3 ] {} <Debug> HTTP-Session: 922068cd-7a9f-411a-8e2e-8f0876d9dff0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2313 | 2024.10.04 15:57:41.242061 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 1230, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2314 | 2024.10.04 15:57:41.242109 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2315 | 2024.10.04 15:57:41.242128 [ 3 ] {} <Debug> HTTP-Session: 43c63b94-4472-4df6-a342-95066db3c99c Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 2316 | 2024.10.04 15:57:41.242145 [ 3 ] {} <Debug> HTTP-Session: 43c63b94-4472-4df6-a342-95066db3c99c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2317 | 2024.10.04 15:57:41.242160 [ 3 ] {} <Debug> HTTP-Session: 43c63b94-4472-4df6-a342-95066db3c99c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2318 | 2024.10.04 15:57:41.242192 [ 3 ] {} <Trace> HTTP-Session: 43c63b94-4472-4df6-a342-95066db3c99c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2319 | 2024.10.04 15:57:41.242345 [ 3 ] {1075b359-d3e6-4b07-8385-71fde2064283} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
| 2320 | 2024.10.04 15:57:41.242630 [ 3 ] {1075b359-d3e6-4b07-8385-71fde2064283} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2321 | 2024.10.04 15:57:41.242678 [ 3 ] {1075b359-d3e6-4b07-8385-71fde2064283} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2322 | 2024.10.04 15:57:41.242984 [ 3 ] {1075b359-d3e6-4b07-8385-71fde2064283} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2323 | 2024.10.04 15:57:41.243050 [ 3 ] {1075b359-d3e6-4b07-8385-71fde2064283} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2324 | 2024.10.04 15:57:41.243194 [ 3 ] {1075b359-d3e6-4b07-8385-71fde2064283} <Debug> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Key condition: (column 0 notIn 34-element set) | ||
| 2325 | 2024.10.04 15:57:41.243263 [ 256 ] {1075b359-d3e6-4b07-8385-71fde2064283} <Trace> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2326 | 2024.10.04 15:57:41.243372 [ 259 ] {1075b359-d3e6-4b07-8385-71fde2064283} <Trace> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 2327 | 2024.10.04 15:57:41.243369 [ 257 ] {1075b359-d3e6-4b07-8385-71fde2064283} <Trace> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2328 | 2024.10.04 15:57:41.243413 [ 261 ] {1075b359-d3e6-4b07-8385-71fde2064283} <Trace> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2329 | 2024.10.04 15:57:41.243523 [ 3 ] {1075b359-d3e6-4b07-8385-71fde2064283} <Debug> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges | ||
| 2330 | 2024.10.04 15:57:41.243550 [ 3 ] {1075b359-d3e6-4b07-8385-71fde2064283} <Trace> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2331 | 2024.10.04 15:57:41.243657 [ 3 ] {1075b359-d3e6-4b07-8385-71fde2064283} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2332 | 2024.10.04 15:57:41.243678 [ 3 ] {1075b359-d3e6-4b07-8385-71fde2064283} <Debug> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Reading approx. 30 rows with 3 streams | ||
| 2333 | 2024.10.04 15:57:41.243720 [ 3 ] {1075b359-d3e6-4b07-8385-71fde2064283} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2334 | 2024.10.04 15:57:41.243765 [ 3 ] {1075b359-d3e6-4b07-8385-71fde2064283} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2335 | 2024.10.04 15:57:41.243804 [ 3 ] {1075b359-d3e6-4b07-8385-71fde2064283} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2336 | 2024.10.04 15:57:41.245551 [ 3 ] {1075b359-d3e6-4b07-8385-71fde2064283} <Debug> executeQuery: Read 30 rows, 1.12 KiB in 0.003281 sec., 9143.553794574824 rows/sec., 342.59 KiB/sec. | ||
| 2337 | 2024.10.04 15:57:41.245878 [ 3 ] {1075b359-d3e6-4b07-8385-71fde2064283} <Debug> DynamicQueryHandler: Done processing query | ||
| 2338 | 2024.10.04 15:57:41.245902 [ 3 ] {1075b359-d3e6-4b07-8385-71fde2064283} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
| 2339 | 2024.10.04 15:57:41.245920 [ 3 ] {} <Debug> HTTP-Session: 43c63b94-4472-4df6-a342-95066db3c99c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2340 | 2024.10.04 15:57:41.246158 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 1265, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2341 | 2024.10.04 15:57:41.246206 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2342 | 2024.10.04 15:57:41.246225 [ 3 ] {} <Debug> HTTP-Session: a01632ab-3d6f-4f74-bd5c-3c8df2cf6c6c Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 2343 | 2024.10.04 15:57:41.246242 [ 3 ] {} <Debug> HTTP-Session: a01632ab-3d6f-4f74-bd5c-3c8df2cf6c6c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2344 | 2024.10.04 15:57:41.246256 [ 3 ] {} <Debug> HTTP-Session: a01632ab-3d6f-4f74-bd5c-3c8df2cf6c6c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2345 | 2024.10.04 15:57:41.246289 [ 3 ] {} <Trace> HTTP-Session: a01632ab-3d6f-4f74-bd5c-3c8df2cf6c6c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2346 | 2024.10.04 15:57:41.246444 [ 3 ] {54cf1487-b96f-4083-8438-7bc5edc9d3f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
| 2347 | 2024.10.04 15:57:41.246736 [ 3 ] {54cf1487-b96f-4083-8438-7bc5edc9d3f1} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2348 | 2024.10.04 15:57:41.246784 [ 3 ] {54cf1487-b96f-4083-8438-7bc5edc9d3f1} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2349 | 2024.10.04 15:57:41.247094 [ 3 ] {54cf1487-b96f-4083-8438-7bc5edc9d3f1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2350 | 2024.10.04 15:57:41.247159 [ 3 ] {54cf1487-b96f-4083-8438-7bc5edc9d3f1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2351 | 2024.10.04 15:57:41.247304 [ 3 ] {54cf1487-b96f-4083-8438-7bc5edc9d3f1} <Debug> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Key condition: (column 0 notIn 35-element set) | ||
| 2352 | 2024.10.04 15:57:41.247451 [ 260 ] {54cf1487-b96f-4083-8438-7bc5edc9d3f1} <Trace> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2353 | 2024.10.04 15:57:41.247463 [ 256 ] {54cf1487-b96f-4083-8438-7bc5edc9d3f1} <Trace> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2354 | 2024.10.04 15:57:41.247472 [ 257 ] {54cf1487-b96f-4083-8438-7bc5edc9d3f1} <Trace> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 2355 | 2024.10.04 15:57:41.247521 [ 261 ] {54cf1487-b96f-4083-8438-7bc5edc9d3f1} <Trace> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2356 | 2024.10.04 15:57:41.247637 [ 3 ] {54cf1487-b96f-4083-8438-7bc5edc9d3f1} <Debug> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges | ||
| 2357 | 2024.10.04 15:57:41.247666 [ 3 ] {54cf1487-b96f-4083-8438-7bc5edc9d3f1} <Trace> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2358 | 2024.10.04 15:57:41.247773 [ 3 ] {54cf1487-b96f-4083-8438-7bc5edc9d3f1} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2359 | 2024.10.04 15:57:41.247794 [ 3 ] {54cf1487-b96f-4083-8438-7bc5edc9d3f1} <Debug> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Reading approx. 30 rows with 3 streams | ||
| 2360 | 2024.10.04 15:57:41.247835 [ 3 ] {54cf1487-b96f-4083-8438-7bc5edc9d3f1} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2361 | 2024.10.04 15:57:41.247879 [ 3 ] {54cf1487-b96f-4083-8438-7bc5edc9d3f1} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2362 | 2024.10.04 15:57:41.247920 [ 3 ] {54cf1487-b96f-4083-8438-7bc5edc9d3f1} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2363 | 2024.10.04 15:57:41.249663 [ 3 ] {54cf1487-b96f-4083-8438-7bc5edc9d3f1} <Debug> executeQuery: Read 30 rows, 1.12 KiB in 0.003297 sec., 9099.181073703367 rows/sec., 340.92 KiB/sec. | ||
| 2364 | 2024.10.04 15:57:41.249999 [ 3 ] {54cf1487-b96f-4083-8438-7bc5edc9d3f1} <Debug> DynamicQueryHandler: Done processing query | ||
| 2365 | 2024.10.04 15:57:41.250024 [ 3 ] {54cf1487-b96f-4083-8438-7bc5edc9d3f1} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
| 2366 | 2024.10.04 15:57:41.250041 [ 3 ] {} <Debug> HTTP-Session: a01632ab-3d6f-4f74-bd5c-3c8df2cf6c6c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2367 | 2024.10.04 15:57:41.250290 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 1294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2368 | 2024.10.04 15:57:41.250337 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2369 | 2024.10.04 15:57:41.250356 [ 3 ] {} <Debug> HTTP-Session: f4dba32e-0438-46e6-9cc6-0674ecdb5033 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 2370 | 2024.10.04 15:57:41.250373 [ 3 ] {} <Debug> HTTP-Session: f4dba32e-0438-46e6-9cc6-0674ecdb5033 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2371 | 2024.10.04 15:57:41.250388 [ 3 ] {} <Debug> HTTP-Session: f4dba32e-0438-46e6-9cc6-0674ecdb5033 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2372 | 2024.10.04 15:57:41.250420 [ 3 ] {} <Trace> HTTP-Session: f4dba32e-0438-46e6-9cc6-0674ecdb5033 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2373 | 2024.10.04 15:57:41.250573 [ 3 ] {2cb5467d-7355-4711-ba75-b136dba64ae7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
| 2374 | 2024.10.04 15:57:41.250865 [ 3 ] {2cb5467d-7355-4711-ba75-b136dba64ae7} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2375 | 2024.10.04 15:57:41.250911 [ 3 ] {2cb5467d-7355-4711-ba75-b136dba64ae7} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2376 | 2024.10.04 15:57:41.251224 [ 3 ] {2cb5467d-7355-4711-ba75-b136dba64ae7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2377 | 2024.10.04 15:57:41.251290 [ 3 ] {2cb5467d-7355-4711-ba75-b136dba64ae7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2378 | 2024.10.04 15:57:41.251432 [ 3 ] {2cb5467d-7355-4711-ba75-b136dba64ae7} <Debug> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Key condition: (column 0 notIn 36-element set) | ||
| 2379 | 2024.10.04 15:57:41.251538 [ 256 ] {2cb5467d-7355-4711-ba75-b136dba64ae7} <Trace> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2380 | 2024.10.04 15:57:41.251539 [ 259 ] {2cb5467d-7355-4711-ba75-b136dba64ae7} <Trace> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2381 | 2024.10.04 15:57:41.251611 [ 260 ] {2cb5467d-7355-4711-ba75-b136dba64ae7} <Trace> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2382 | 2024.10.04 15:57:41.251650 [ 261 ] {2cb5467d-7355-4711-ba75-b136dba64ae7} <Trace> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 2383 | 2024.10.04 15:57:41.251759 [ 3 ] {2cb5467d-7355-4711-ba75-b136dba64ae7} <Debug> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges | ||
| 2384 | 2024.10.04 15:57:41.251788 [ 3 ] {2cb5467d-7355-4711-ba75-b136dba64ae7} <Trace> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2385 | 2024.10.04 15:57:41.251895 [ 3 ] {2cb5467d-7355-4711-ba75-b136dba64ae7} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2386 | 2024.10.04 15:57:41.251916 [ 3 ] {2cb5467d-7355-4711-ba75-b136dba64ae7} <Debug> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Reading approx. 30 rows with 3 streams | ||
| 2387 | 2024.10.04 15:57:41.251958 [ 3 ] {2cb5467d-7355-4711-ba75-b136dba64ae7} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2388 | 2024.10.04 15:57:41.252002 [ 3 ] {2cb5467d-7355-4711-ba75-b136dba64ae7} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2389 | 2024.10.04 15:57:41.252042 [ 3 ] {2cb5467d-7355-4711-ba75-b136dba64ae7} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2390 | 2024.10.04 15:57:41.253750 [ 3 ] {2cb5467d-7355-4711-ba75-b136dba64ae7} <Debug> executeQuery: Read 30 rows, 1.12 KiB in 0.003255 sec., 9216.589861751152 rows/sec., 345.32 KiB/sec. | ||
| 2391 | 2024.10.04 15:57:41.254076 [ 3 ] {2cb5467d-7355-4711-ba75-b136dba64ae7} <Debug> DynamicQueryHandler: Done processing query | ||
| 2392 | 2024.10.04 15:57:41.254100 [ 3 ] {2cb5467d-7355-4711-ba75-b136dba64ae7} <Debug> MemoryTracker: Peak memory usage (for query): 3.11 MiB. | ||
| 2393 | 2024.10.04 15:57:41.254117 [ 3 ] {} <Debug> HTTP-Session: f4dba32e-0438-46e6-9cc6-0674ecdb5033 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2394 | 2024.10.04 15:57:41.335106 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 2476, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2395 | 2024.10.04 15:57:41.335218 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2396 | 2024.10.04 15:57:41.335258 [ 3 ] {} <Debug> HTTP-Session: 49cfd353-1c0a-45a4-bba7-14d37f71f038 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 2397 | 2024.10.04 15:57:41.335293 [ 3 ] {} <Debug> HTTP-Session: 49cfd353-1c0a-45a4-bba7-14d37f71f038 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2398 | 2024.10.04 15:57:41.335361 [ 3 ] {} <Debug> HTTP-Session: 49cfd353-1c0a-45a4-bba7-14d37f71f038 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2399 | 2024.10.04 15:57:41.335435 [ 3 ] {} <Trace> HTTP-Session: 49cfd353-1c0a-45a4-bba7-14d37f71f038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2400 | 2024.10.04 15:57:41.335662 [ 3 ] {926b44c0-386e-451f-9b2e-828bfee58499} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
| 2401 | 2024.10.04 15:57:41.335755 [ 3 ] {926b44c0-386e-451f-9b2e-828bfee58499} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2402 | 2024.10.04 15:57:41.336094 [ 3 ] {926b44c0-386e-451f-9b2e-828bfee58499} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2403 | 2024.10.04 15:57:41.336613 [ 3 ] {926b44c0-386e-451f-9b2e-828bfee58499} <Trace> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2404 | 2024.10.04 15:57:41.336654 [ 3 ] {926b44c0-386e-451f-9b2e-828bfee58499} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 2405 | 2024.10.04 15:57:41.337176 [ 3 ] {926b44c0-386e-451f-9b2e-828bfee58499} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2406 | 2024.10.04 15:57:41.337495 [ 3 ] {926b44c0-386e-451f-9b2e-828bfee58499} <Trace> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2407 | 2024.10.04 15:57:41.337637 [ 3 ] {926b44c0-386e-451f-9b2e-828bfee58499} <Debug> executeQuery: Read 6 rows, 1.34 KiB in 0.00206 sec., 2912.6213592233007 rows/sec., 648.51 KiB/sec. | ||
| 2408 | 2024.10.04 15:57:41.337883 [ 3 ] {926b44c0-386e-451f-9b2e-828bfee58499} <Debug> DynamicQueryHandler: Done processing query | ||
| 2409 | 2024.10.04 15:57:41.337908 [ 3 ] {926b44c0-386e-451f-9b2e-828bfee58499} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 2410 | 2024.10.04 15:57:41.337924 [ 3 ] {} <Debug> HTTP-Session: 49cfd353-1c0a-45a4-bba7-14d37f71f038 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2411 | 2024.10.04 15:57:41.338425 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 193351, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2412 | 2024.10.04 15:57:41.338477 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2413 | 2024.10.04 15:57:41.338496 [ 3 ] {} <Debug> HTTP-Session: 94c6f7d1-ebac-4d5d-9136-0989da688357 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 2414 | 2024.10.04 15:57:41.338517 [ 3 ] {} <Debug> HTTP-Session: 94c6f7d1-ebac-4d5d-9136-0989da688357 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2415 | 2024.10.04 15:57:41.338531 [ 3 ] {} <Debug> HTTP-Session: 94c6f7d1-ebac-4d5d-9136-0989da688357 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2416 | 2024.10.04 15:57:41.338562 [ 3 ] {} <Trace> HTTP-Session: 94c6f7d1-ebac-4d5d-9136-0989da688357 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2417 | 2024.10.04 15:57:41.339942 [ 3 ] {ef5afc85-b897-43a4-8b2e-2b9138a3ab64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 2418 | 2024.10.04 15:57:41.339990 [ 3 ] {ef5afc85-b897-43a4-8b2e-2b9138a3ab64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2419 | 2024.10.04 15:57:41.340252 [ 3 ] {ef5afc85-b897-43a4-8b2e-2b9138a3ab64} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2420 | 2024.10.04 15:57:41.341798 [ 3 ] {ef5afc85-b897-43a4-8b2e-2b9138a3ab64} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2421 | 2024.10.04 15:57:41.341836 [ 3 ] {ef5afc85-b897-43a4-8b2e-2b9138a3ab64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 2422 | 2024.10.04 15:57:41.342421 [ 3 ] {ef5afc85-b897-43a4-8b2e-2b9138a3ab64} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2423 | 2024.10.04 15:57:41.342792 [ 3 ] {ef5afc85-b897-43a4-8b2e-2b9138a3ab64} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2424 | 2024.10.04 15:57:41.342959 [ 3 ] {ef5afc85-b897-43a4-8b2e-2b9138a3ab64} <Debug> executeQuery: Read 1329 rows, 112.98 KiB in 0.004079 sec., 325815.1507722481 rows/sec., 27.05 MiB/sec. | ||
| 2425 | 2024.10.04 15:57:41.343154 [ 3 ] {ef5afc85-b897-43a4-8b2e-2b9138a3ab64} <Debug> DynamicQueryHandler: Done processing query | ||
| 2426 | 2024.10.04 15:57:41.343178 [ 3 ] {ef5afc85-b897-43a4-8b2e-2b9138a3ab64} <Debug> MemoryTracker: Peak memory usage (for query): 4.99 MiB. | ||
| 2427 | 2024.10.04 15:57:41.343195 [ 3 ] {} <Debug> HTTP-Session: 94c6f7d1-ebac-4d5d-9136-0989da688357 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2428 | 2024.10.04 15:57:41.343576 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 32341, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2429 | 2024.10.04 15:57:41.343625 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2430 | 2024.10.04 15:57:41.343644 [ 3 ] {} <Debug> HTTP-Session: 640cd05e-7f08-4d16-be62-33b3e91bdf54 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 2431 | 2024.10.04 15:57:41.343661 [ 3 ] {} <Debug> HTTP-Session: 640cd05e-7f08-4d16-be62-33b3e91bdf54 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2432 | 2024.10.04 15:57:41.343676 [ 3 ] {} <Debug> HTTP-Session: 640cd05e-7f08-4d16-be62-33b3e91bdf54 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2433 | 2024.10.04 15:57:41.343708 [ 3 ] {} <Trace> HTTP-Session: 640cd05e-7f08-4d16-be62-33b3e91bdf54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2434 | 2024.10.04 15:57:41.343878 [ 3 ] {249eaf81-1343-41ae-8661-42e0e695a996} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 2435 | 2024.10.04 15:57:41.343924 [ 3 ] {249eaf81-1343-41ae-8661-42e0e695a996} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2436 | 2024.10.04 15:57:41.344155 [ 3 ] {249eaf81-1343-41ae-8661-42e0e695a996} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2437 | 2024.10.04 15:57:41.344653 [ 3 ] {249eaf81-1343-41ae-8661-42e0e695a996} <Trace> oximeter.fields_u32 (d636b635-d679-4839-bb6a-f39822d1a48c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2438 | 2024.10.04 15:57:41.344690 [ 3 ] {249eaf81-1343-41ae-8661-42e0e695a996} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 2439 | 2024.10.04 15:57:41.345060 [ 3 ] {249eaf81-1343-41ae-8661-42e0e695a996} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2440 | 2024.10.04 15:57:41.345441 [ 3 ] {249eaf81-1343-41ae-8661-42e0e695a996} <Trace> oximeter.fields_u32 (d636b635-d679-4839-bb6a-f39822d1a48c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2441 | 2024.10.04 15:57:41.345614 [ 3 ] {249eaf81-1343-41ae-8661-42e0e695a996} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.00181 sec., 133701.65745856354 rows/sec., 9.06 MiB/sec. | ||
| 2442 | 2024.10.04 15:57:41.345942 [ 3 ] {249eaf81-1343-41ae-8661-42e0e695a996} <Debug> DynamicQueryHandler: Done processing query | ||
| 2443 | 2024.10.04 15:57:41.345967 [ 3 ] {249eaf81-1343-41ae-8661-42e0e695a996} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 2444 | 2024.10.04 15:57:41.345984 [ 3 ] {} <Debug> HTTP-Session: 640cd05e-7f08-4d16-be62-33b3e91bdf54 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2445 | 2024.10.04 15:57:41.346151 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2446 | 2024.10.04 15:57:41.346200 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2447 | 2024.10.04 15:57:41.346219 [ 3 ] {} <Debug> HTTP-Session: e575ddbf-93d3-4883-8e95-c12c16cd5b52 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 2448 | 2024.10.04 15:57:41.346237 [ 3 ] {} <Debug> HTTP-Session: e575ddbf-93d3-4883-8e95-c12c16cd5b52 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2449 | 2024.10.04 15:57:41.346251 [ 3 ] {} <Debug> HTTP-Session: e575ddbf-93d3-4883-8e95-c12c16cd5b52 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2450 | 2024.10.04 15:57:41.346282 [ 3 ] {} <Trace> HTTP-Session: e575ddbf-93d3-4883-8e95-c12c16cd5b52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2451 | 2024.10.04 15:57:41.346379 [ 3 ] {d55fa4ce-a61e-4756-809a-ff81c42c5c4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 2452 | 2024.10.04 15:57:41.346423 [ 3 ] {d55fa4ce-a61e-4756-809a-ff81c42c5c4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2453 | 2024.10.04 15:57:41.346672 [ 3 ] {d55fa4ce-a61e-4756-809a-ff81c42c5c4c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2454 | 2024.10.04 15:57:41.346976 [ 3 ] {d55fa4ce-a61e-4756-809a-ff81c42c5c4c} <Trace> oximeter.fields_u8 (b38c7fc2-16b2-4da0-8e0e-60bfa18d3929): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2455 | 2024.10.04 15:57:41.347013 [ 3 ] {d55fa4ce-a61e-4756-809a-ff81c42c5c4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 2456 | 2024.10.04 15:57:41.347357 [ 3 ] {d55fa4ce-a61e-4756-809a-ff81c42c5c4c} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2457 | 2024.10.04 15:57:41.347724 [ 3 ] {d55fa4ce-a61e-4756-809a-ff81c42c5c4c} <Trace> oximeter.fields_u8 (b38c7fc2-16b2-4da0-8e0e-60bfa18d3929): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2458 | 2024.10.04 15:57:41.347887 [ 3 ] {d55fa4ce-a61e-4756-809a-ff81c42c5c4c} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001534 sec., 3911.342894393742 rows/sec., 231.09 KiB/sec. | ||
| 2459 | 2024.10.04 15:57:41.348062 [ 3 ] {d55fa4ce-a61e-4756-809a-ff81c42c5c4c} <Debug> DynamicQueryHandler: Done processing query | ||
| 2460 | 2024.10.04 15:57:41.348086 [ 3 ] {d55fa4ce-a61e-4756-809a-ff81c42c5c4c} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 2461 | 2024.10.04 15:57:41.348102 [ 3 ] {} <Debug> HTTP-Session: e575ddbf-93d3-4883-8e95-c12c16cd5b52 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2462 | 2024.10.04 15:57:41.348415 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 136785, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2463 | 2024.10.04 15:57:41.348467 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2464 | 2024.10.04 15:57:41.348486 [ 3 ] {} <Debug> HTTP-Session: 2217fad8-5ecc-446c-adb4-4257af6c0406 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 2465 | 2024.10.04 15:57:41.348503 [ 3 ] {} <Debug> HTTP-Session: 2217fad8-5ecc-446c-adb4-4257af6c0406 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2466 | 2024.10.04 15:57:41.348518 [ 3 ] {} <Debug> HTTP-Session: 2217fad8-5ecc-446c-adb4-4257af6c0406 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2467 | 2024.10.04 15:57:41.348555 [ 3 ] {} <Trace> HTTP-Session: 2217fad8-5ecc-446c-adb4-4257af6c0406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2468 | 2024.10.04 15:57:41.348966 [ 3 ] {6d4009c5-baf2-43b9-9163-c0aeca5ccced} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 2469 | 2024.10.04 15:57:41.349009 [ 3 ] {6d4009c5-baf2-43b9-9163-c0aeca5ccced} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2470 | 2024.10.04 15:57:41.349236 [ 3 ] {6d4009c5-baf2-43b9-9163-c0aeca5ccced} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2471 | 2024.10.04 15:57:41.350054 [ 3 ] {6d4009c5-baf2-43b9-9163-c0aeca5ccced} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2472 | 2024.10.04 15:57:41.350091 [ 3 ] {6d4009c5-baf2-43b9-9163-c0aeca5ccced} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 2473 | 2024.10.04 15:57:41.350537 [ 3 ] {6d4009c5-baf2-43b9-9163-c0aeca5ccced} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2474 | 2024.10.04 15:57:41.350913 [ 3 ] {6d4009c5-baf2-43b9-9163-c0aeca5ccced} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2475 | 2024.10.04 15:57:41.351079 [ 3 ] {6d4009c5-baf2-43b9-9163-c0aeca5ccced} <Debug> executeQuery: Read 838 rows, 61.97 KiB in 0.002374 sec., 352990.73294018535 rows/sec., 25.49 MiB/sec. | ||
| 2476 | 2024.10.04 15:57:41.351253 [ 3 ] {6d4009c5-baf2-43b9-9163-c0aeca5ccced} <Debug> DynamicQueryHandler: Done processing query | ||
| 2477 | 2024.10.04 15:57:41.351277 [ 3 ] {6d4009c5-baf2-43b9-9163-c0aeca5ccced} <Debug> MemoryTracker: Peak memory usage (for query): 4.74 MiB. | ||
| 2478 | 2024.10.04 15:57:41.351293 [ 3 ] {} <Debug> HTTP-Session: 2217fad8-5ecc-446c-adb4-4257af6c0406 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2479 | 2024.10.04 15:57:41.351499 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 906, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2480 | 2024.10.04 15:57:41.351548 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2481 | 2024.10.04 15:57:41.351567 [ 3 ] {} <Debug> HTTP-Session: 8d23cc95-1781-46ba-ad96-1d6fe90e1d39 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 2482 | 2024.10.04 15:57:41.351584 [ 3 ] {} <Debug> HTTP-Session: 8d23cc95-1781-46ba-ad96-1d6fe90e1d39 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2483 | 2024.10.04 15:57:41.351598 [ 3 ] {} <Debug> HTTP-Session: 8d23cc95-1781-46ba-ad96-1d6fe90e1d39 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2484 | 2024.10.04 15:57:41.351630 [ 3 ] {} <Trace> HTTP-Session: 8d23cc95-1781-46ba-ad96-1d6fe90e1d39 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2485 | 2024.10.04 15:57:41.351726 [ 3 ] {feb9f15b-dddd-47a1-8b2e-bf6643bf0b3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 2486 | 2024.10.04 15:57:41.351771 [ 3 ] {feb9f15b-dddd-47a1-8b2e-bf6643bf0b3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2487 | 2024.10.04 15:57:41.351901 [ 3 ] {feb9f15b-dddd-47a1-8b2e-bf6643bf0b3a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2488 | 2024.10.04 15:57:41.352202 [ 3 ] {feb9f15b-dddd-47a1-8b2e-bf6643bf0b3a} <Trace> oximeter.measurements_bool (07631250-7a70-49e6-a733-c0ce298d5d2f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2489 | 2024.10.04 15:57:41.352238 [ 3 ] {feb9f15b-dddd-47a1-8b2e-bf6643bf0b3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 2490 | 2024.10.04 15:57:41.352595 [ 3 ] {feb9f15b-dddd-47a1-8b2e-bf6643bf0b3a} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2491 | 2024.10.04 15:57:41.352924 [ 3 ] {feb9f15b-dddd-47a1-8b2e-bf6643bf0b3a} <Trace> oximeter.measurements_bool (07631250-7a70-49e6-a733-c0ce298d5d2f): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2492 | 2024.10.04 15:57:41.353087 [ 3 ] {feb9f15b-dddd-47a1-8b2e-bf6643bf0b3a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001384 sec., 4335.260115606936 rows/sec., 226.50 KiB/sec. | ||
| 2493 | 2024.10.04 15:57:41.353305 [ 3 ] {feb9f15b-dddd-47a1-8b2e-bf6643bf0b3a} <Debug> DynamicQueryHandler: Done processing query | ||
| 2494 | 2024.10.04 15:57:41.353329 [ 3 ] {feb9f15b-dddd-47a1-8b2e-bf6643bf0b3a} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 2495 | 2024.10.04 15:57:41.353346 [ 3 ] {} <Debug> HTTP-Session: 8d23cc95-1781-46ba-ad96-1d6fe90e1d39 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2496 | 2024.10.04 15:57:41.353906 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 417132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2497 | 2024.10.04 15:57:41.353958 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2498 | 2024.10.04 15:57:41.353979 [ 3 ] {} <Debug> HTTP-Session: e7408a8c-7240-418b-99c0-093c0430e14f Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 2499 | 2024.10.04 15:57:41.353997 [ 3 ] {} <Debug> HTTP-Session: e7408a8c-7240-418b-99c0-093c0430e14f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2500 | 2024.10.04 15:57:41.354019 [ 3 ] {} <Debug> HTTP-Session: e7408a8c-7240-418b-99c0-093c0430e14f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2501 | 2024.10.04 15:57:41.354065 [ 3 ] {} <Trace> HTTP-Session: e7408a8c-7240-418b-99c0-093c0430e14f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2502 | 2024.10.04 15:57:41.354928 [ 3 ] {d7431fbe-7dd8-44c3-a73e-960860517cad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 2503 | 2024.10.04 15:57:41.354977 [ 3 ] {d7431fbe-7dd8-44c3-a73e-960860517cad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2504 | 2024.10.04 15:57:41.355119 [ 3 ] {d7431fbe-7dd8-44c3-a73e-960860517cad} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2505 | 2024.10.04 15:57:41.356738 [ 3 ] {d7431fbe-7dd8-44c3-a73e-960860517cad} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2506 | 2024.10.04 15:57:41.356773 [ 3 ] {d7431fbe-7dd8-44c3-a73e-960860517cad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 2507 | 2024.10.04 15:57:41.357443 [ 3 ] {d7431fbe-7dd8-44c3-a73e-960860517cad} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2508 | 2024.10.04 15:57:41.357789 [ 3 ] {d7431fbe-7dd8-44c3-a73e-960860517cad} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2509 | 2024.10.04 15:57:41.357959 [ 3 ] {d7431fbe-7dd8-44c3-a73e-960860517cad} <Debug> executeQuery: Read 2209 rows, 150.81 KiB in 0.003657 sec., 604047.0330872299 rows/sec., 40.27 MiB/sec. | ||
| 2510 | 2024.10.04 15:57:41.358141 [ 3 ] {d7431fbe-7dd8-44c3-a73e-960860517cad} <Debug> DynamicQueryHandler: Done processing query | ||
| 2511 | 2024.10.04 15:57:41.358165 [ 3 ] {d7431fbe-7dd8-44c3-a73e-960860517cad} <Debug> MemoryTracker: Peak memory usage (for query): 5.38 MiB. | ||
| 2512 | 2024.10.04 15:57:41.358182 [ 3 ] {} <Debug> HTTP-Session: e7408a8c-7240-418b-99c0-093c0430e14f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2513 | 2024.10.04 15:57:41.358457 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2514 | 2024.10.04 15:57:41.358507 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2515 | 2024.10.04 15:57:41.358527 [ 3 ] {} <Debug> HTTP-Session: ae1e3f06-1b39-4c15-b27f-0d3a48928bb3 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 2516 | 2024.10.04 15:57:41.358544 [ 3 ] {} <Debug> HTTP-Session: ae1e3f06-1b39-4c15-b27f-0d3a48928bb3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2517 | 2024.10.04 15:57:41.358558 [ 3 ] {} <Debug> HTTP-Session: ae1e3f06-1b39-4c15-b27f-0d3a48928bb3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2518 | 2024.10.04 15:57:41.358590 [ 3 ] {} <Trace> HTTP-Session: ae1e3f06-1b39-4c15-b27f-0d3a48928bb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2519 | 2024.10.04 15:57:41.358685 [ 3 ] {013cc182-2fdf-4f59-81b2-680243285286} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 2520 | 2024.10.04 15:57:41.358730 [ 3 ] {013cc182-2fdf-4f59-81b2-680243285286} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2521 | 2024.10.04 15:57:41.358864 [ 3 ] {013cc182-2fdf-4f59-81b2-680243285286} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2522 | 2024.10.04 15:57:41.359154 [ 3 ] {013cc182-2fdf-4f59-81b2-680243285286} <Trace> oximeter.measurements_f64 (87d8cd82-19cb-42e6-8b47-b078fc436c38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2523 | 2024.10.04 15:57:41.359191 [ 3 ] {013cc182-2fdf-4f59-81b2-680243285286} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 2524 | 2024.10.04 15:57:41.359548 [ 3 ] {013cc182-2fdf-4f59-81b2-680243285286} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2525 | 2024.10.04 15:57:41.359873 [ 3 ] {013cc182-2fdf-4f59-81b2-680243285286} <Trace> oximeter.measurements_f64 (87d8cd82-19cb-42e6-8b47-b078fc436c38): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2526 | 2024.10.04 15:57:41.360029 [ 3 ] {013cc182-2fdf-4f59-81b2-680243285286} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001365 sec., 732.6007326007326 rows/sec., 49.36 KiB/sec. | ||
| 2527 | 2024.10.04 15:57:41.360201 [ 3 ] {013cc182-2fdf-4f59-81b2-680243285286} <Debug> DynamicQueryHandler: Done processing query | ||
| 2528 | 2024.10.04 15:57:41.360226 [ 3 ] {013cc182-2fdf-4f59-81b2-680243285286} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 2529 | 2024.10.04 15:57:41.360242 [ 3 ] {} <Debug> HTTP-Session: ae1e3f06-1b39-4c15-b27f-0d3a48928bb3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2530 | 2024.10.04 15:57:41.360366 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 7321, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2531 | 2024.10.04 15:57:41.360445 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2532 | 2024.10.04 15:57:41.360464 [ 3 ] {} <Debug> HTTP-Session: 41ce8446-6e67-4389-a496-0dd7ced74fd4 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 2533 | 2024.10.04 15:57:41.360480 [ 3 ] {} <Debug> HTTP-Session: 41ce8446-6e67-4389-a496-0dd7ced74fd4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2534 | 2024.10.04 15:57:41.360495 [ 3 ] {} <Debug> HTTP-Session: 41ce8446-6e67-4389-a496-0dd7ced74fd4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2535 | 2024.10.04 15:57:41.360525 [ 3 ] {} <Trace> HTTP-Session: 41ce8446-6e67-4389-a496-0dd7ced74fd4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2536 | 2024.10.04 15:57:41.360636 [ 3 ] {8c56711d-e006-4aaa-9a58-4f0f754ef211} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 2537 | 2024.10.04 15:57:41.360680 [ 3 ] {8c56711d-e006-4aaa-9a58-4f0f754ef211} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2538 | 2024.10.04 15:57:41.360813 [ 3 ] {8c56711d-e006-4aaa-9a58-4f0f754ef211} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2539 | 2024.10.04 15:57:41.361095 [ 3 ] {8c56711d-e006-4aaa-9a58-4f0f754ef211} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2540 | 2024.10.04 15:57:41.361131 [ 3 ] {8c56711d-e006-4aaa-9a58-4f0f754ef211} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 2541 | 2024.10.04 15:57:41.361496 [ 3 ] {8c56711d-e006-4aaa-9a58-4f0f754ef211} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2542 | 2024.10.04 15:57:41.361814 [ 3 ] {8c56711d-e006-4aaa-9a58-4f0f754ef211} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2543 | 2024.10.04 15:57:41.361968 [ 3 ] {8c56711d-e006-4aaa-9a58-4f0f754ef211} <Debug> executeQuery: Read 50 rows, 3.13 KiB in 0.001368 sec., 36549.70760233918 rows/sec., 2.23 MiB/sec. | ||
| 2544 | 2024.10.04 15:57:41.362135 [ 3 ] {8c56711d-e006-4aaa-9a58-4f0f754ef211} <Debug> DynamicQueryHandler: Done processing query | ||
| 2545 | 2024.10.04 15:57:41.362160 [ 3 ] {8c56711d-e006-4aaa-9a58-4f0f754ef211} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 2546 | 2024.10.04 15:57:41.362176 [ 3 ] {} <Debug> HTTP-Session: 41ce8446-6e67-4389-a496-0dd7ced74fd4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2547 | 2024.10.04 15:57:43.994473 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 7815, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2548 | 2024.10.04 15:57:43.994593 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2549 | 2024.10.04 15:57:43.994622 [ 3 ] {} <Debug> HTTP-Session: 48332ae8-3a46-4034-a6ec-47f45f9661ab Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 2550 | 2024.10.04 15:57:43.994651 [ 3 ] {} <Debug> HTTP-Session: 48332ae8-3a46-4034-a6ec-47f45f9661ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2551 | 2024.10.04 15:57:43.994670 [ 3 ] {} <Debug> HTTP-Session: 48332ae8-3a46-4034-a6ec-47f45f9661ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2552 | 2024.10.04 15:57:43.994728 [ 3 ] {} <Trace> HTTP-Session: 48332ae8-3a46-4034-a6ec-47f45f9661ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2553 | 2024.10.04 15:57:43.994942 [ 3 ] {cf5618f3-d4da-426f-946f-4b0af7d67d92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 2554 | 2024.10.04 15:57:43.995017 [ 3 ] {cf5618f3-d4da-426f-946f-4b0af7d67d92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2555 | 2024.10.04 15:57:43.995383 [ 3 ] {cf5618f3-d4da-426f-946f-4b0af7d67d92} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2556 | 2024.10.04 15:57:43.995875 [ 3 ] {cf5618f3-d4da-426f-946f-4b0af7d67d92} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2557 | 2024.10.04 15:57:43.995916 [ 3 ] {cf5618f3-d4da-426f-946f-4b0af7d67d92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 2558 | 2024.10.04 15:57:43.996374 [ 3 ] {cf5618f3-d4da-426f-946f-4b0af7d67d92} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2559 | 2024.10.04 15:57:43.996761 [ 3 ] {cf5618f3-d4da-426f-946f-4b0af7d67d92} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2560 | 2024.10.04 15:57:43.996911 [ 3 ] {cf5618f3-d4da-426f-946f-4b0af7d67d92} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002044 sec., 27397.260273972606 rows/sec., 2.09 MiB/sec. | ||
| 2561 | 2024.10.04 15:57:43.997131 [ 3 ] {cf5618f3-d4da-426f-946f-4b0af7d67d92} <Debug> DynamicQueryHandler: Done processing query | ||
| 2562 | 2024.10.04 15:57:43.997160 [ 3 ] {cf5618f3-d4da-426f-946f-4b0af7d67d92} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 2563 | 2024.10.04 15:57:43.997177 [ 3 ] {} <Debug> HTTP-Session: 48332ae8-3a46-4034-a6ec-47f45f9661ab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2564 | 2024.10.04 15:57:43.997322 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 10894, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2565 | 2024.10.04 15:57:43.997377 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2566 | 2024.10.04 15:57:43.997397 [ 3 ] {} <Debug> HTTP-Session: b67fda02-9d16-494d-8616-f6ab4262d302 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 2567 | 2024.10.04 15:57:43.997416 [ 3 ] {} <Debug> HTTP-Session: b67fda02-9d16-494d-8616-f6ab4262d302 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2568 | 2024.10.04 15:57:43.997430 [ 3 ] {} <Debug> HTTP-Session: b67fda02-9d16-494d-8616-f6ab4262d302 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2569 | 2024.10.04 15:57:43.997467 [ 3 ] {} <Trace> HTTP-Session: b67fda02-9d16-494d-8616-f6ab4262d302 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2570 | 2024.10.04 15:57:43.997593 [ 3 ] {1cfa811e-b2f6-4a31-b460-3e19b0e4a2bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 2571 | 2024.10.04 15:57:43.997641 [ 3 ] {1cfa811e-b2f6-4a31-b460-3e19b0e4a2bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2572 | 2024.10.04 15:57:43.997880 [ 3 ] {1cfa811e-b2f6-4a31-b460-3e19b0e4a2bd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2573 | 2024.10.04 15:57:43.998237 [ 3 ] {1cfa811e-b2f6-4a31-b460-3e19b0e4a2bd} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2574 | 2024.10.04 15:57:43.998275 [ 3 ] {1cfa811e-b2f6-4a31-b460-3e19b0e4a2bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 2575 | 2024.10.04 15:57:43.998642 [ 3 ] {1cfa811e-b2f6-4a31-b460-3e19b0e4a2bd} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2576 | 2024.10.04 15:57:43.999016 [ 3 ] {1cfa811e-b2f6-4a31-b460-3e19b0e4a2bd} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2577 | 2024.10.04 15:57:43.999146 [ 3 ] {1cfa811e-b2f6-4a31-b460-3e19b0e4a2bd} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.0016 sec., 40000 rows/sec., 3.12 MiB/sec. | ||
| 2578 | 2024.10.04 15:57:43.999309 [ 3 ] {1cfa811e-b2f6-4a31-b460-3e19b0e4a2bd} <Debug> DynamicQueryHandler: Done processing query | ||
| 2579 | 2024.10.04 15:57:43.999334 [ 3 ] {1cfa811e-b2f6-4a31-b460-3e19b0e4a2bd} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 2580 | 2024.10.04 15:57:43.999350 [ 3 ] {} <Debug> HTTP-Session: b67fda02-9d16-494d-8616-f6ab4262d302 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2581 | 2024.10.04 15:57:43.999513 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 16482, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2582 | 2024.10.04 15:57:43.999562 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2583 | 2024.10.04 15:57:43.999581 [ 3 ] {} <Debug> HTTP-Session: 767fbf06-7043-45b1-89d6-3ee0a4699d76 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 2584 | 2024.10.04 15:57:43.999598 [ 3 ] {} <Debug> HTTP-Session: 767fbf06-7043-45b1-89d6-3ee0a4699d76 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2585 | 2024.10.04 15:57:43.999612 [ 3 ] {} <Debug> HTTP-Session: 767fbf06-7043-45b1-89d6-3ee0a4699d76 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2586 | 2024.10.04 15:57:43.999643 [ 3 ] {} <Trace> HTTP-Session: 767fbf06-7043-45b1-89d6-3ee0a4699d76 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2587 | 2024.10.04 15:57:43.999764 [ 3 ] {533aa3a8-3928-40dd-a9fb-553f84a674b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 2588 | 2024.10.04 15:57:43.999811 [ 3 ] {533aa3a8-3928-40dd-a9fb-553f84a674b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2589 | 2024.10.04 15:57:43.999952 [ 3 ] {533aa3a8-3928-40dd-a9fb-553f84a674b4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2590 | 2024.10.04 15:57:44.000157 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 143.40 MiB, peak 148.78 MiB, free memory in arenas 0.00 B, will set to 142.28 MiB (RSS), difference: -1.12 MiB | ||
| 2591 | 2024.10.04 15:57:44.000747 [ 3 ] {533aa3a8-3928-40dd-a9fb-553f84a674b4} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2592 | 2024.10.04 15:57:44.000796 [ 3 ] {533aa3a8-3928-40dd-a9fb-553f84a674b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 2593 | 2024.10.04 15:57:44.001212 [ 3 ] {533aa3a8-3928-40dd-a9fb-553f84a674b4} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2594 | 2024.10.04 15:57:44.001558 [ 3 ] {533aa3a8-3928-40dd-a9fb-553f84a674b4} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2595 | 2024.10.04 15:57:44.001685 [ 3 ] {533aa3a8-3928-40dd-a9fb-553f84a674b4} <Debug> executeQuery: Read 86 rows, 6.14 KiB in 0.001968 sec., 43699.186991869916 rows/sec., 3.05 MiB/sec. | ||
| 2596 | 2024.10.04 15:57:44.001856 [ 3 ] {533aa3a8-3928-40dd-a9fb-553f84a674b4} <Debug> DynamicQueryHandler: Done processing query | ||
| 2597 | 2024.10.04 15:57:44.001879 [ 3 ] {533aa3a8-3928-40dd-a9fb-553f84a674b4} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 2598 | 2024.10.04 15:57:44.001896 [ 3 ] {} <Debug> HTTP-Session: 767fbf06-7043-45b1-89d6-3ee0a4699d76 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2599 | 2024.10.04 15:57:44.002020 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 4892, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2600 | 2024.10.04 15:57:44.002067 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2601 | 2024.10.04 15:57:44.002085 [ 3 ] {} <Debug> HTTP-Session: 4f5f024c-77d7-4e1a-b67c-30be5c0d2f86 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 2602 | 2024.10.04 15:57:44.002104 [ 3 ] {} <Debug> HTTP-Session: 4f5f024c-77d7-4e1a-b67c-30be5c0d2f86 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2603 | 2024.10.04 15:57:44.002119 [ 3 ] {} <Debug> HTTP-Session: 4f5f024c-77d7-4e1a-b67c-30be5c0d2f86 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2604 | 2024.10.04 15:57:44.002150 [ 3 ] {} <Trace> HTTP-Session: 4f5f024c-77d7-4e1a-b67c-30be5c0d2f86 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2605 | 2024.10.04 15:57:44.002260 [ 3 ] {d7231f1f-c8d1-41b3-af74-d2859cc007c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 2606 | 2024.10.04 15:57:44.002304 [ 3 ] {d7231f1f-c8d1-41b3-af74-d2859cc007c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2607 | 2024.10.04 15:57:44.002432 [ 3 ] {d7231f1f-c8d1-41b3-af74-d2859cc007c6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2608 | 2024.10.04 15:57:44.002726 [ 3 ] {d7231f1f-c8d1-41b3-af74-d2859cc007c6} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2609 | 2024.10.04 15:57:44.002774 [ 3 ] {d7231f1f-c8d1-41b3-af74-d2859cc007c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 2610 | 2024.10.04 15:57:44.003173 [ 3 ] {d7231f1f-c8d1-41b3-af74-d2859cc007c6} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2611 | 2024.10.04 15:57:44.003504 [ 3 ] {d7231f1f-c8d1-41b3-af74-d2859cc007c6} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2612 | 2024.10.04 15:57:44.003658 [ 3 ] {d7231f1f-c8d1-41b3-af74-d2859cc007c6} <Debug> executeQuery: Read 32 rows, 2.20 KiB in 0.001431 sec., 22361.98462613557 rows/sec., 1.50 MiB/sec. | ||
| 2613 | 2024.10.04 15:57:44.003821 [ 3 ] {d7231f1f-c8d1-41b3-af74-d2859cc007c6} <Debug> DynamicQueryHandler: Done processing query | ||
| 2614 | 2024.10.04 15:57:44.003845 [ 3 ] {d7231f1f-c8d1-41b3-af74-d2859cc007c6} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 2615 | 2024.10.04 15:57:44.003861 [ 3 ] {} <Debug> HTTP-Session: 4f5f024c-77d7-4e1a-b67c-30be5c0d2f86 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2616 | 2024.10.04 15:57:45.793717 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 50 entries to flush up to offset 278 | ||
| 2617 | 2024.10.04 15:57:45.797392 [ 242 ] {} <Trace> system.query_log (8f12c5ea-7fed-46c2-8a08-f82b2fd1cd88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2618 | 2024.10.04 15:57:45.797438 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 2619 | 2024.10.04 15:57:45.799213 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2620 | 2024.10.04 15:57:45.800253 [ 242 ] {} <Trace> system.query_log (8f12c5ea-7fed-46c2-8a08-f82b2fd1cd88): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2621 | 2024.10.04 15:57:45.801097 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 278 | ||
| 2622 | 2024.10.04 15:57:48.999006 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 10369, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2623 | 2024.10.04 15:57:48.999138 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2624 | 2024.10.04 15:57:48.999167 [ 3 ] {} <Debug> HTTP-Session: c4525489-c2f0-410e-bf60-a617ab31730a Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 2625 | 2024.10.04 15:57:48.999198 [ 3 ] {} <Debug> HTTP-Session: c4525489-c2f0-410e-bf60-a617ab31730a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2626 | 2024.10.04 15:57:48.999216 [ 3 ] {} <Debug> HTTP-Session: c4525489-c2f0-410e-bf60-a617ab31730a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2627 | 2024.10.04 15:57:48.999273 [ 3 ] {} <Trace> HTTP-Session: c4525489-c2f0-410e-bf60-a617ab31730a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2628 | 2024.10.04 15:57:48.999501 [ 3 ] {c8078c31-ae67-4b72-8247-dbcb7a14103a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 2629 | 2024.10.04 15:57:48.999572 [ 3 ] {c8078c31-ae67-4b72-8247-dbcb7a14103a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2630 | 2024.10.04 15:57:48.999915 [ 3 ] {c8078c31-ae67-4b72-8247-dbcb7a14103a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2631 | 2024.10.04 15:57:49.000157 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 143.95 MiB, peak 148.78 MiB, free memory in arenas 0.00 B, will set to 142.95 MiB (RSS), difference: -1.01 MiB | ||
| 2632 | 2024.10.04 15:57:49.000841 [ 3 ] {c8078c31-ae67-4b72-8247-dbcb7a14103a} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2633 | 2024.10.04 15:57:49.000894 [ 3 ] {c8078c31-ae67-4b72-8247-dbcb7a14103a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 2634 | 2024.10.04 15:57:49.001362 [ 3 ] {c8078c31-ae67-4b72-8247-dbcb7a14103a} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2635 | 2024.10.04 15:57:49.001776 [ 3 ] {c8078c31-ae67-4b72-8247-dbcb7a14103a} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2636 | 2024.10.04 15:57:49.001947 [ 3 ] {c8078c31-ae67-4b72-8247-dbcb7a14103a} <Debug> executeQuery: Read 72 rows, 5.96 KiB in 0.002512 sec., 28662.420382165605 rows/sec., 2.32 MiB/sec. | ||
| 2637 | 2024.10.04 15:57:49.002178 [ 3 ] {c8078c31-ae67-4b72-8247-dbcb7a14103a} <Debug> DynamicQueryHandler: Done processing query | ||
| 2638 | 2024.10.04 15:57:49.002207 [ 3 ] {c8078c31-ae67-4b72-8247-dbcb7a14103a} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 2639 | 2024.10.04 15:57:49.002227 [ 3 ] {} <Debug> HTTP-Session: c4525489-c2f0-410e-bf60-a617ab31730a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2640 | 2024.10.04 15:57:49.002393 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 1197, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2641 | 2024.10.04 15:57:49.002445 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2642 | 2024.10.04 15:57:49.002465 [ 3 ] {} <Debug> HTTP-Session: 1b44cddc-efa5-48c8-9b4a-bd0df3e5107e Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 2643 | 2024.10.04 15:57:49.002484 [ 3 ] {} <Debug> HTTP-Session: 1b44cddc-efa5-48c8-9b4a-bd0df3e5107e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2644 | 2024.10.04 15:57:49.002498 [ 3 ] {} <Debug> HTTP-Session: 1b44cddc-efa5-48c8-9b4a-bd0df3e5107e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2645 | 2024.10.04 15:57:49.002534 [ 3 ] {} <Trace> HTTP-Session: 1b44cddc-efa5-48c8-9b4a-bd0df3e5107e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2646 | 2024.10.04 15:57:49.002642 [ 3 ] {7f93b558-dc39-4623-b8e4-600bbb311b78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 2647 | 2024.10.04 15:57:49.002688 [ 3 ] {7f93b558-dc39-4623-b8e4-600bbb311b78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2648 | 2024.10.04 15:57:49.002924 [ 3 ] {7f93b558-dc39-4623-b8e4-600bbb311b78} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2649 | 2024.10.04 15:57:49.003424 [ 3 ] {7f93b558-dc39-4623-b8e4-600bbb311b78} <Trace> oximeter.fields_u16 (e9c2286f-cf98-4582-9ae4-6e9eb84e22b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2650 | 2024.10.04 15:57:49.003463 [ 3 ] {7f93b558-dc39-4623-b8e4-600bbb311b78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 2651 | 2024.10.04 15:57:49.003826 [ 3 ] {7f93b558-dc39-4623-b8e4-600bbb311b78} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2652 | 2024.10.04 15:57:49.004210 [ 3 ] {7f93b558-dc39-4623-b8e4-600bbb311b78} <Trace> oximeter.fields_u16 (e9c2286f-cf98-4582-9ae4-6e9eb84e22b6): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2653 | 2024.10.04 15:57:49.004373 [ 3 ] {7f93b558-dc39-4623-b8e4-600bbb311b78} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.00175 sec., 4571.428571428572 rows/sec., 343.75 KiB/sec. | ||
| 2654 | 2024.10.04 15:57:49.004672 [ 3 ] {7f93b558-dc39-4623-b8e4-600bbb311b78} <Debug> DynamicQueryHandler: Done processing query | ||
| 2655 | 2024.10.04 15:57:49.004697 [ 3 ] {7f93b558-dc39-4623-b8e4-600bbb311b78} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 2656 | 2024.10.04 15:57:49.004713 [ 3 ] {} <Debug> HTTP-Session: 1b44cddc-efa5-48c8-9b4a-bd0df3e5107e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2657 | 2024.10.04 15:57:49.004849 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 12248, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2658 | 2024.10.04 15:57:49.004900 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2659 | 2024.10.04 15:57:49.004919 [ 3 ] {} <Debug> HTTP-Session: 23616ee5-9d92-486a-b507-2742b7a67dd2 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 2660 | 2024.10.04 15:57:49.004936 [ 3 ] {} <Debug> HTTP-Session: 23616ee5-9d92-486a-b507-2742b7a67dd2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2661 | 2024.10.04 15:57:49.004950 [ 3 ] {} <Debug> HTTP-Session: 23616ee5-9d92-486a-b507-2742b7a67dd2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2662 | 2024.10.04 15:57:49.004984 [ 3 ] {} <Trace> HTTP-Session: 23616ee5-9d92-486a-b507-2742b7a67dd2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2663 | 2024.10.04 15:57:49.005099 [ 3 ] {2280e66d-1251-4776-a358-a8d69d5ea39f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 2664 | 2024.10.04 15:57:49.005144 [ 3 ] {2280e66d-1251-4776-a358-a8d69d5ea39f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2665 | 2024.10.04 15:57:49.005395 [ 3 ] {2280e66d-1251-4776-a358-a8d69d5ea39f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2666 | 2024.10.04 15:57:49.005727 [ 3 ] {2280e66d-1251-4776-a358-a8d69d5ea39f} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2667 | 2024.10.04 15:57:49.005763 [ 3 ] {2280e66d-1251-4776-a358-a8d69d5ea39f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 2668 | 2024.10.04 15:57:49.006117 [ 3 ] {2280e66d-1251-4776-a358-a8d69d5ea39f} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2669 | 2024.10.04 15:57:49.006481 [ 3 ] {2280e66d-1251-4776-a358-a8d69d5ea39f} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2670 | 2024.10.04 15:57:49.006604 [ 3 ] {2280e66d-1251-4776-a358-a8d69d5ea39f} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001544 sec., 46632.12435233161 rows/sec., 3.64 MiB/sec. | ||
| 2671 | 2024.10.04 15:57:49.006763 [ 3 ] {2280e66d-1251-4776-a358-a8d69d5ea39f} <Debug> DynamicQueryHandler: Done processing query | ||
| 2672 | 2024.10.04 15:57:49.006787 [ 3 ] {2280e66d-1251-4776-a358-a8d69d5ea39f} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 2673 | 2024.10.04 15:57:49.006803 [ 3 ] {} <Debug> HTTP-Session: 23616ee5-9d92-486a-b507-2742b7a67dd2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2674 | 2024.10.04 15:57:49.006992 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 30602, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2675 | 2024.10.04 15:57:49.007039 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2676 | 2024.10.04 15:57:49.007058 [ 3 ] {} <Debug> HTTP-Session: f88c64c9-77f2-48b7-bf6b-30954b932f1c Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 2677 | 2024.10.04 15:57:49.007075 [ 3 ] {} <Debug> HTTP-Session: f88c64c9-77f2-48b7-bf6b-30954b932f1c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2678 | 2024.10.04 15:57:49.007090 [ 3 ] {} <Debug> HTTP-Session: f88c64c9-77f2-48b7-bf6b-30954b932f1c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2679 | 2024.10.04 15:57:49.007120 [ 3 ] {} <Trace> HTTP-Session: f88c64c9-77f2-48b7-bf6b-30954b932f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2680 | 2024.10.04 15:57:49.007333 [ 3 ] {9636e267-9eef-40ab-9514-4722a47228ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 2681 | 2024.10.04 15:57:49.007381 [ 3 ] {9636e267-9eef-40ab-9514-4722a47228ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2682 | 2024.10.04 15:57:49.007520 [ 3 ] {9636e267-9eef-40ab-9514-4722a47228ba} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2683 | 2024.10.04 15:57:49.007878 [ 3 ] {9636e267-9eef-40ab-9514-4722a47228ba} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2684 | 2024.10.04 15:57:49.007913 [ 3 ] {9636e267-9eef-40ab-9514-4722a47228ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 2685 | 2024.10.04 15:57:49.008309 [ 3 ] {9636e267-9eef-40ab-9514-4722a47228ba} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2686 | 2024.10.04 15:57:49.008650 [ 3 ] {9636e267-9eef-40ab-9514-4722a47228ba} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2687 | 2024.10.04 15:57:49.008788 [ 3 ] {9636e267-9eef-40ab-9514-4722a47228ba} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00159 sec., 100628.93081761006 rows/sec., 7.01 MiB/sec. | ||
| 2688 | 2024.10.04 15:57:49.008947 [ 3 ] {9636e267-9eef-40ab-9514-4722a47228ba} <Debug> DynamicQueryHandler: Done processing query | ||
| 2689 | 2024.10.04 15:57:49.008972 [ 3 ] {9636e267-9eef-40ab-9514-4722a47228ba} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 2690 | 2024.10.04 15:57:49.008988 [ 3 ] {} <Debug> HTTP-Session: f88c64c9-77f2-48b7-bf6b-30954b932f1c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2691 | 2024.10.04 15:57:49.009384 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 14130, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2692 | 2024.10.04 15:57:49.009431 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2693 | 2024.10.04 15:57:49.009453 [ 3 ] {} <Debug> HTTP-Session: 5fc9b544-2dd1-4620-b100-b521fb4fa9de Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 2694 | 2024.10.04 15:57:49.009471 [ 3 ] {} <Debug> HTTP-Session: 5fc9b544-2dd1-4620-b100-b521fb4fa9de Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2695 | 2024.10.04 15:57:49.009488 [ 3 ] {} <Debug> HTTP-Session: 5fc9b544-2dd1-4620-b100-b521fb4fa9de Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2696 | 2024.10.04 15:57:49.009520 [ 3 ] {} <Trace> HTTP-Session: 5fc9b544-2dd1-4620-b100-b521fb4fa9de Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2697 | 2024.10.04 15:57:49.009685 [ 3 ] {994f1b5a-e18d-4fd5-ba7a-80e5023618b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 2698 | 2024.10.04 15:57:49.009749 [ 3 ] {994f1b5a-e18d-4fd5-ba7a-80e5023618b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2699 | 2024.10.04 15:57:49.010166 [ 3 ] {994f1b5a-e18d-4fd5-ba7a-80e5023618b2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2700 | 2024.10.04 15:57:49.010623 [ 3 ] {994f1b5a-e18d-4fd5-ba7a-80e5023618b2} <Trace> oximeter.measurements_histogramu64 (00490d86-ebe4-4f2c-857c-d83cd24ebd05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2701 | 2024.10.04 15:57:49.010658 [ 3 ] {994f1b5a-e18d-4fd5-ba7a-80e5023618b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 2702 | 2024.10.04 15:57:49.011251 [ 3 ] {994f1b5a-e18d-4fd5-ba7a-80e5023618b2} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2703 | 2024.10.04 15:57:49.011663 [ 3 ] {994f1b5a-e18d-4fd5-ba7a-80e5023618b2} <Trace> oximeter.measurements_histogramu64 (00490d86-ebe4-4f2c-857c-d83cd24ebd05): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2704 | 2024.10.04 15:57:49.011809 [ 3 ] {994f1b5a-e18d-4fd5-ba7a-80e5023618b2} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002217 sec., 3608.4799278304017 rows/sec., 6.47 MiB/sec. | ||
| 2705 | 2024.10.04 15:57:49.012007 [ 3 ] {994f1b5a-e18d-4fd5-ba7a-80e5023618b2} <Debug> DynamicQueryHandler: Done processing query | ||
| 2706 | 2024.10.04 15:57:49.012030 [ 3 ] {994f1b5a-e18d-4fd5-ba7a-80e5023618b2} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB. | ||
| 2707 | 2024.10.04 15:57:49.012046 [ 3 ] {} <Debug> HTTP-Session: 5fc9b544-2dd1-4620-b100-b521fb4fa9de Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2708 | 2024.10.04 15:57:49.012162 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2709 | 2024.10.04 15:57:49.012210 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2710 | 2024.10.04 15:57:49.012229 [ 3 ] {} <Debug> HTTP-Session: c1fe7d0a-ef2b-4d83-a4e6-c853e18576ab Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 2711 | 2024.10.04 15:57:49.012246 [ 3 ] {} <Debug> HTTP-Session: c1fe7d0a-ef2b-4d83-a4e6-c853e18576ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2712 | 2024.10.04 15:57:49.012260 [ 3 ] {} <Debug> HTTP-Session: c1fe7d0a-ef2b-4d83-a4e6-c853e18576ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2713 | 2024.10.04 15:57:49.012292 [ 3 ] {} <Trace> HTTP-Session: c1fe7d0a-ef2b-4d83-a4e6-c853e18576ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2714 | 2024.10.04 15:57:49.012404 [ 3 ] {d7d3e523-a755-4fe3-8aa0-0956b5f8f86f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 2715 | 2024.10.04 15:57:49.012448 [ 3 ] {d7d3e523-a755-4fe3-8aa0-0956b5f8f86f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2716 | 2024.10.04 15:57:49.012574 [ 3 ] {d7d3e523-a755-4fe3-8aa0-0956b5f8f86f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2717 | 2024.10.04 15:57:49.012932 [ 3 ] {d7d3e523-a755-4fe3-8aa0-0956b5f8f86f} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2718 | 2024.10.04 15:57:49.012968 [ 3 ] {d7d3e523-a755-4fe3-8aa0-0956b5f8f86f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 2719 | 2024.10.04 15:57:49.013331 [ 3 ] {d7d3e523-a755-4fe3-8aa0-0956b5f8f86f} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2720 | 2024.10.04 15:57:49.013660 [ 3 ] {d7d3e523-a755-4fe3-8aa0-0956b5f8f86f} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2721 | 2024.10.04 15:57:49.013788 [ 3 ] {d7d3e523-a755-4fe3-8aa0-0956b5f8f86f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00142 sec., 42253.52112676056 rows/sec., 2.85 MiB/sec. | ||
| 2722 | 2024.10.04 15:57:49.013955 [ 3 ] {d7d3e523-a755-4fe3-8aa0-0956b5f8f86f} <Debug> DynamicQueryHandler: Done processing query | ||
| 2723 | 2024.10.04 15:57:49.013979 [ 3 ] {d7d3e523-a755-4fe3-8aa0-0956b5f8f86f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 2724 | 2024.10.04 15:57:49.013996 [ 3 ] {} <Debug> HTTP-Session: c1fe7d0a-ef2b-4d83-a4e6-c853e18576ab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2725 | 2024.10.04 15:57:52.181092 [ 52 ] {} <Debug> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2726 | 2024.10.04 15:57:52.181180 [ 52 ] {} <Trace> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2727 | 2024.10.04 15:57:52.181209 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 2728 | 2024.10.04 15:57:52.181569 [ 186 ] {198dc1bb-4ef8-4581-a59a-646a7c8ed756::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 | ||
| 2729 | 2024.10.04 15:57:52.181957 [ 186 ] {198dc1bb-4ef8-4581-a59a-646a7c8ed756::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2730 | 2024.10.04 15:57:52.182006 [ 186 ] {198dc1bb-4ef8-4581-a59a-646a7c8ed756::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 14 rows starting from the beginning of the part | ||
| 2731 | 2024.10.04 15:57:52.182148 [ 186 ] {198dc1bb-4ef8-4581-a59a-646a7c8ed756::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 4 rows starting from the beginning of the part | ||
| 2732 | 2024.10.04 15:57:52.182297 [ 186 ] {198dc1bb-4ef8-4581-a59a-646a7c8ed756::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 12 rows starting from the beginning of the part | ||
| 2733 | 2024.10.04 15:57:52.182449 [ 186 ] {198dc1bb-4ef8-4581-a59a-646a7c8ed756::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1 rows starting from the beginning of the part | ||
| 2734 | 2024.10.04 15:57:52.182573 [ 186 ] {198dc1bb-4ef8-4581-a59a-646a7c8ed756::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 | ||
| 2735 | 2024.10.04 15:57:52.185419 [ 198 ] {198dc1bb-4ef8-4581-a59a-646a7c8ed756::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 37 rows, containing 6 columns (6 merged, 0 gathered) in 0.004094703 sec., 9036.064398321441 rows/sec., 1.45 MiB/sec. | ||
| 2736 | 2024.10.04 15:57:52.185568 [ 198 ] {198dc1bb-4ef8-4581-a59a-646a7c8ed756::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2737 | 2024.10.04 15:57:52.186116 [ 198 ] {198dc1bb-4ef8-4581-a59a-646a7c8ed756::all_1_5_1} <Trace> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2738 | 2024.10.04 15:57:52.186208 [ 198 ] {198dc1bb-4ef8-4581-a59a-646a7c8ed756::all_1_5_1} <Trace> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2739 | 2024.10.04 15:57:52.186296 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 2740 | 2024.10.04 15:57:54.003148 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 28387, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2741 | 2024.10.04 15:57:54.003258 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2742 | 2024.10.04 15:57:54.003282 [ 3 ] {} <Debug> HTTP-Session: 2f57a013-e9aa-400c-890c-af73cacec9ba Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 2743 | 2024.10.04 15:57:54.003307 [ 3 ] {} <Debug> HTTP-Session: 2f57a013-e9aa-400c-890c-af73cacec9ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2744 | 2024.10.04 15:57:54.003322 [ 3 ] {} <Debug> HTTP-Session: 2f57a013-e9aa-400c-890c-af73cacec9ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2745 | 2024.10.04 15:57:54.003373 [ 3 ] {} <Trace> HTTP-Session: 2f57a013-e9aa-400c-890c-af73cacec9ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2746 | 2024.10.04 15:57:54.003608 [ 3 ] {02de25e1-e5c8-45ac-a770-3c723c1a615e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 2747 | 2024.10.04 15:57:54.003677 [ 3 ] {02de25e1-e5c8-45ac-a770-3c723c1a615e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2748 | 2024.10.04 15:57:54.004018 [ 3 ] {02de25e1-e5c8-45ac-a770-3c723c1a615e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2749 | 2024.10.04 15:57:54.004548 [ 3 ] {02de25e1-e5c8-45ac-a770-3c723c1a615e} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2750 | 2024.10.04 15:57:54.004592 [ 3 ] {02de25e1-e5c8-45ac-a770-3c723c1a615e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 2751 | 2024.10.04 15:57:54.005026 [ 3 ] {02de25e1-e5c8-45ac-a770-3c723c1a615e} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2752 | 2024.10.04 15:57:54.005427 [ 3 ] {02de25e1-e5c8-45ac-a770-3c723c1a615e} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2753 | 2024.10.04 15:57:54.005610 [ 3 ] {02de25e1-e5c8-45ac-a770-3c723c1a615e} <Debug> executeQuery: Read 189 rows, 16.86 KiB in 0.002093 sec., 90301.0033444816 rows/sec., 7.87 MiB/sec. | ||
| 2754 | 2024.10.04 15:57:54.005621 [ 51 ] {} <Debug> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2755 | 2024.10.04 15:57:54.005733 [ 51 ] {} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2756 | 2024.10.04 15:57:54.005790 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 2757 | 2024.10.04 15:57:54.005937 [ 3 ] {02de25e1-e5c8-45ac-a770-3c723c1a615e} <Debug> DynamicQueryHandler: Done processing query | ||
| 2758 | 2024.10.04 15:57:54.005967 [ 186 ] {eb62afc5-bcd4-4b43-a1a9-182e649ae812::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 | ||
| 2759 | 2024.10.04 15:57:54.005981 [ 3 ] {02de25e1-e5c8-45ac-a770-3c723c1a615e} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 2760 | 2024.10.04 15:57:54.006066 [ 3 ] {} <Debug> HTTP-Session: 2f57a013-e9aa-400c-890c-af73cacec9ba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2761 | 2024.10.04 15:57:54.006206 [ 186 ] {eb62afc5-bcd4-4b43-a1a9-182e649ae812::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2762 | 2024.10.04 15:57:54.006255 [ 186 ] {eb62afc5-bcd4-4b43-a1a9-182e649ae812::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 205 rows starting from the beginning of the part | ||
| 2763 | 2024.10.04 15:57:54.006294 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 1933, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2764 | 2024.10.04 15:57:54.006416 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2765 | 2024.10.04 15:57:54.006473 [ 186 ] {eb62afc5-bcd4-4b43-a1a9-182e649ae812::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 72 rows starting from the beginning of the part | ||
| 2766 | 2024.10.04 15:57:54.006513 [ 3 ] {} <Debug> HTTP-Session: eff392a0-b178-45b9-89a8-f6b6df6619bb Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 2767 | 2024.10.04 15:57:54.006586 [ 3 ] {} <Debug> HTTP-Session: eff392a0-b178-45b9-89a8-f6b6df6619bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2768 | 2024.10.04 15:57:54.006708 [ 3 ] {} <Debug> HTTP-Session: eff392a0-b178-45b9-89a8-f6b6df6619bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2769 | 2024.10.04 15:57:54.006849 [ 186 ] {eb62afc5-bcd4-4b43-a1a9-182e649ae812::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1329 rows starting from the beginning of the part | ||
| 2770 | 2024.10.04 15:57:54.006885 [ 3 ] {} <Trace> HTTP-Session: eff392a0-b178-45b9-89a8-f6b6df6619bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2771 | 2024.10.04 15:57:54.007191 [ 186 ] {eb62afc5-bcd4-4b43-a1a9-182e649ae812::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 56 rows starting from the beginning of the part | ||
| 2772 | 2024.10.04 15:57:54.007228 [ 3 ] {e2a1e49e-9dc1-400d-997c-45bbde133911} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 2773 | 2024.10.04 15:57:54.007375 [ 3 ] {e2a1e49e-9dc1-400d-997c-45bbde133911} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2774 | 2024.10.04 15:57:54.007507 [ 186 ] {eb62afc5-bcd4-4b43-a1a9-182e649ae812::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 72 rows starting from the beginning of the part | ||
| 2775 | 2024.10.04 15:57:54.007838 [ 186 ] {eb62afc5-bcd4-4b43-a1a9-182e649ae812::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 189 rows starting from the beginning of the part | ||
| 2776 | 2024.10.04 15:57:54.008593 [ 3 ] {e2a1e49e-9dc1-400d-997c-45bbde133911} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2777 | 2024.10.04 15:57:54.009476 [ 3 ] {e2a1e49e-9dc1-400d-997c-45bbde133911} <Trace> oximeter.fields_u32 (d636b635-d679-4839-bb6a-f39822d1a48c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2778 | 2024.10.04 15:57:54.009544 [ 3 ] {e2a1e49e-9dc1-400d-997c-45bbde133911} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 2779 | 2024.10.04 15:57:54.010613 [ 3 ] {e2a1e49e-9dc1-400d-997c-45bbde133911} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2780 | 2024.10.04 15:57:54.011549 [ 3 ] {e2a1e49e-9dc1-400d-997c-45bbde133911} <Trace> oximeter.fields_u32 (d636b635-d679-4839-bb6a-f39822d1a48c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2781 | 2024.10.04 15:57:54.011806 [ 200 ] {eb62afc5-bcd4-4b43-a1a9-182e649ae812::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1923 rows, containing 5 columns (5 merged, 0 gathered) in 0.005903617 sec., 325732.51279681595 rows/sec., 28.47 MiB/sec. | ||
| 2782 | 2024.10.04 15:57:54.011926 [ 3 ] {e2a1e49e-9dc1-400d-997c-45bbde133911} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.004822 sec., 2903.359601824969 rows/sec., 203.33 KiB/sec. | ||
| 2783 | 2024.10.04 15:57:54.012298 [ 200 ] {eb62afc5-bcd4-4b43-a1a9-182e649ae812::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2784 | 2024.10.04 15:57:54.012378 [ 3 ] {e2a1e49e-9dc1-400d-997c-45bbde133911} <Debug> DynamicQueryHandler: Done processing query | ||
| 2785 | 2024.10.04 15:57:54.012406 [ 3 ] {e2a1e49e-9dc1-400d-997c-45bbde133911} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 2786 | 2024.10.04 15:57:54.012424 [ 3 ] {} <Debug> HTTP-Session: eff392a0-b178-45b9-89a8-f6b6df6619bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2787 | 2024.10.04 15:57:54.012574 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2788 | 2024.10.04 15:57:54.012644 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2789 | 2024.10.04 15:57:54.012678 [ 3 ] {} <Debug> HTTP-Session: 44636ace-0787-4657-9e74-d79a1c5e55c6 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 2790 | 2024.10.04 15:57:54.012700 [ 3 ] {} <Debug> HTTP-Session: 44636ace-0787-4657-9e74-d79a1c5e55c6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2791 | 2024.10.04 15:57:54.012723 [ 3 ] {} <Debug> HTTP-Session: 44636ace-0787-4657-9e74-d79a1c5e55c6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2792 | 2024.10.04 15:57:54.012766 [ 3 ] {} <Trace> HTTP-Session: 44636ace-0787-4657-9e74-d79a1c5e55c6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2793 | 2024.10.04 15:57:54.012868 [ 200 ] {eb62afc5-bcd4-4b43-a1a9-182e649ae812::all_1_11_2} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2794 | 2024.10.04 15:57:54.012887 [ 3 ] {257c2cc9-ef66-4ee1-9d9f-c36329d30d0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 2795 | 2024.10.04 15:57:54.012943 [ 3 ] {257c2cc9-ef66-4ee1-9d9f-c36329d30d0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2796 | 2024.10.04 15:57:54.012976 [ 200 ] {eb62afc5-bcd4-4b43-a1a9-182e649ae812::all_1_11_2} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2797 | 2024.10.04 15:57:54.013080 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. | ||
| 2798 | 2024.10.04 15:57:54.013240 [ 3 ] {257c2cc9-ef66-4ee1-9d9f-c36329d30d0b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2799 | 2024.10.04 15:57:54.013564 [ 3 ] {257c2cc9-ef66-4ee1-9d9f-c36329d30d0b} <Trace> oximeter.fields_u8 (b38c7fc2-16b2-4da0-8e0e-60bfa18d3929): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2800 | 2024.10.04 15:57:54.013601 [ 3 ] {257c2cc9-ef66-4ee1-9d9f-c36329d30d0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 2801 | 2024.10.04 15:57:54.013955 [ 3 ] {257c2cc9-ef66-4ee1-9d9f-c36329d30d0b} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2802 | 2024.10.04 15:57:54.014319 [ 3 ] {257c2cc9-ef66-4ee1-9d9f-c36329d30d0b} <Trace> oximeter.fields_u8 (b38c7fc2-16b2-4da0-8e0e-60bfa18d3929): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2803 | 2024.10.04 15:57:54.014478 [ 3 ] {257c2cc9-ef66-4ee1-9d9f-c36329d30d0b} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001624 sec., 3694.5812807881775 rows/sec., 218.28 KiB/sec. | ||
| 2804 | 2024.10.04 15:57:54.014763 [ 3 ] {257c2cc9-ef66-4ee1-9d9f-c36329d30d0b} <Debug> DynamicQueryHandler: Done processing query | ||
| 2805 | 2024.10.04 15:57:54.014790 [ 3 ] {257c2cc9-ef66-4ee1-9d9f-c36329d30d0b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 2806 | 2024.10.04 15:57:54.014807 [ 3 ] {} <Debug> HTTP-Session: 44636ace-0787-4657-9e74-d79a1c5e55c6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2807 | 2024.10.04 15:57:54.014999 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 61833, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2808 | 2024.10.04 15:57:54.015049 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2809 | 2024.10.04 15:57:54.015069 [ 3 ] {} <Debug> HTTP-Session: 3957b760-7d7d-4415-a872-8c7624292ee5 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 2810 | 2024.10.04 15:57:54.015087 [ 3 ] {} <Debug> HTTP-Session: 3957b760-7d7d-4415-a872-8c7624292ee5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2811 | 2024.10.04 15:57:54.015101 [ 3 ] {} <Debug> HTTP-Session: 3957b760-7d7d-4415-a872-8c7624292ee5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2812 | 2024.10.04 15:57:54.015132 [ 3 ] {} <Trace> HTTP-Session: 3957b760-7d7d-4415-a872-8c7624292ee5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2813 | 2024.10.04 15:57:54.015374 [ 3 ] {0f0e504f-93f6-4187-bbb5-f599986297ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 2814 | 2024.10.04 15:57:54.015419 [ 3 ] {0f0e504f-93f6-4187-bbb5-f599986297ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2815 | 2024.10.04 15:57:54.015669 [ 3 ] {0f0e504f-93f6-4187-bbb5-f599986297ee} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2816 | 2024.10.04 15:57:54.016222 [ 3 ] {0f0e504f-93f6-4187-bbb5-f599986297ee} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2817 | 2024.10.04 15:57:54.016259 [ 3 ] {0f0e504f-93f6-4187-bbb5-f599986297ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 2818 | 2024.10.04 15:57:54.016632 [ 3 ] {0f0e504f-93f6-4187-bbb5-f599986297ee} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2819 | 2024.10.04 15:57:54.016990 [ 3 ] {0f0e504f-93f6-4187-bbb5-f599986297ee} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2820 | 2024.10.04 15:57:54.017146 [ 51 ] {} <Debug> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2821 | 2024.10.04 15:57:54.017157 [ 3 ] {0f0e504f-93f6-4187-bbb5-f599986297ee} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001919 sec., 199062.01146430432 rows/sec., 14.09 MiB/sec. | ||
| 2822 | 2024.10.04 15:57:54.017207 [ 51 ] {} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2823 | 2024.10.04 15:57:54.017289 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 2824 | 2024.10.04 15:57:54.017498 [ 3 ] {0f0e504f-93f6-4187-bbb5-f599986297ee} <Debug> DynamicQueryHandler: Done processing query | ||
| 2825 | 2024.10.04 15:57:54.017500 [ 191 ] {db73ef1b-285a-4ffd-b768-8b0cb7509f0e::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 | ||
| 2826 | 2024.10.04 15:57:54.017536 [ 3 ] {0f0e504f-93f6-4187-bbb5-f599986297ee} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
| 2827 | 2024.10.04 15:57:54.017584 [ 3 ] {} <Debug> HTTP-Session: 3957b760-7d7d-4415-a872-8c7624292ee5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2828 | 2024.10.04 15:57:54.017748 [ 191 ] {db73ef1b-285a-4ffd-b768-8b0cb7509f0e::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2829 | 2024.10.04 15:57:54.017764 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 906, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2830 | 2024.10.04 15:57:54.017816 [ 191 ] {db73ef1b-285a-4ffd-b768-8b0cb7509f0e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 390 rows starting from the beginning of the part | ||
| 2831 | 2024.10.04 15:57:54.017854 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2832 | 2024.10.04 15:57:54.017889 [ 3 ] {} <Debug> HTTP-Session: a0075ba3-9dff-41e9-925b-3573a08129ff Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 2833 | 2024.10.04 15:57:54.017921 [ 3 ] {} <Debug> HTTP-Session: a0075ba3-9dff-41e9-925b-3573a08129ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2834 | 2024.10.04 15:57:54.017986 [ 3 ] {} <Debug> HTTP-Session: a0075ba3-9dff-41e9-925b-3573a08129ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2835 | 2024.10.04 15:57:54.018114 [ 3 ] {} <Trace> HTTP-Session: a0075ba3-9dff-41e9-925b-3573a08129ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2836 | 2024.10.04 15:57:54.018162 [ 191 ] {db73ef1b-285a-4ffd-b768-8b0cb7509f0e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 72 rows starting from the beginning of the part | ||
| 2837 | 2024.10.04 15:57:54.018444 [ 3 ] {8ae89e62-f5b9-41db-95e9-23d269362466} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 2838 | 2024.10.04 15:57:54.018469 [ 191 ] {db73ef1b-285a-4ffd-b768-8b0cb7509f0e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 838 rows starting from the beginning of the part | ||
| 2839 | 2024.10.04 15:57:54.018578 [ 3 ] {8ae89e62-f5b9-41db-95e9-23d269362466} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2840 | 2024.10.04 15:57:54.018736 [ 191 ] {db73ef1b-285a-4ffd-b768-8b0cb7509f0e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 64 rows starting from the beginning of the part | ||
| 2841 | 2024.10.04 15:57:54.019177 [ 191 ] {db73ef1b-285a-4ffd-b768-8b0cb7509f0e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 72 rows starting from the beginning of the part | ||
| 2842 | 2024.10.04 15:57:54.019566 [ 191 ] {db73ef1b-285a-4ffd-b768-8b0cb7509f0e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 382 rows starting from the beginning of the part | ||
| 2843 | 2024.10.04 15:57:54.019687 [ 3 ] {8ae89e62-f5b9-41db-95e9-23d269362466} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2844 | 2024.10.04 15:57:54.020553 [ 3 ] {8ae89e62-f5b9-41db-95e9-23d269362466} <Trace> oximeter.measurements_bool (07631250-7a70-49e6-a733-c0ce298d5d2f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2845 | 2024.10.04 15:57:54.020622 [ 3 ] {8ae89e62-f5b9-41db-95e9-23d269362466} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 2846 | 2024.10.04 15:57:54.021570 [ 3 ] {8ae89e62-f5b9-41db-95e9-23d269362466} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2847 | 2024.10.04 15:57:54.022368 [ 3 ] {8ae89e62-f5b9-41db-95e9-23d269362466} <Trace> oximeter.measurements_bool (07631250-7a70-49e6-a733-c0ce298d5d2f): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2848 | 2024.10.04 15:57:54.022742 [ 3 ] {8ae89e62-f5b9-41db-95e9-23d269362466} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004388 sec., 1367.3655423883317 rows/sec., 71.44 KiB/sec. | ||
| 2849 | 2024.10.04 15:57:54.023292 [ 200 ] {db73ef1b-285a-4ffd-b768-8b0cb7509f0e::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1818 rows, containing 5 columns (5 merged, 0 gathered) in 0.005889807 sec., 308668.8579099451 rows/sec., 23.50 MiB/sec. | ||
| 2850 | 2024.10.04 15:57:54.023378 [ 3 ] {8ae89e62-f5b9-41db-95e9-23d269362466} <Debug> DynamicQueryHandler: Done processing query | ||
| 2851 | 2024.10.04 15:57:54.023411 [ 3 ] {8ae89e62-f5b9-41db-95e9-23d269362466} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 2852 | 2024.10.04 15:57:54.023431 [ 3 ] {} <Debug> HTTP-Session: a0075ba3-9dff-41e9-925b-3573a08129ff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2853 | 2024.10.04 15:57:54.023637 [ 186 ] {db73ef1b-285a-4ffd-b768-8b0cb7509f0e::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2854 | 2024.10.04 15:57:54.023689 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 44623, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2855 | 2024.10.04 15:57:54.023806 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2856 | 2024.10.04 15:57:54.023862 [ 3 ] {} <Debug> HTTP-Session: add99b13-4ce8-48e8-85b1-a40ef1c02c50 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 2857 | 2024.10.04 15:57:54.023883 [ 3 ] {} <Debug> HTTP-Session: add99b13-4ce8-48e8-85b1-a40ef1c02c50 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2858 | 2024.10.04 15:57:54.023898 [ 3 ] {} <Debug> HTTP-Session: add99b13-4ce8-48e8-85b1-a40ef1c02c50 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2859 | 2024.10.04 15:57:54.023933 [ 3 ] {} <Trace> HTTP-Session: add99b13-4ce8-48e8-85b1-a40ef1c02c50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2860 | 2024.10.04 15:57:54.024385 [ 3 ] {a3cb667d-f42e-4eb1-ad42-7348b5fb60a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 2861 | 2024.10.04 15:57:54.024517 [ 3 ] {a3cb667d-f42e-4eb1-ad42-7348b5fb60a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2862 | 2024.10.04 15:57:54.024918 [ 186 ] {db73ef1b-285a-4ffd-b768-8b0cb7509f0e::all_1_11_2} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2863 | 2024.10.04 15:57:54.024940 [ 3 ] {a3cb667d-f42e-4eb1-ad42-7348b5fb60a0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2864 | 2024.10.04 15:57:54.025122 [ 186 ] {db73ef1b-285a-4ffd-b768-8b0cb7509f0e::all_1_11_2} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2865 | 2024.10.04 15:57:54.025276 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 2866 | 2024.10.04 15:57:54.025549 [ 3 ] {a3cb667d-f42e-4eb1-ad42-7348b5fb60a0} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2867 | 2024.10.04 15:57:54.025591 [ 3 ] {a3cb667d-f42e-4eb1-ad42-7348b5fb60a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 2868 | 2024.10.04 15:57:54.025997 [ 3 ] {a3cb667d-f42e-4eb1-ad42-7348b5fb60a0} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2869 | 2024.10.04 15:57:54.026334 [ 3 ] {a3cb667d-f42e-4eb1-ad42-7348b5fb60a0} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2870 | 2024.10.04 15:57:54.026488 [ 3 ] {a3cb667d-f42e-4eb1-ad42-7348b5fb60a0} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002399 sec., 98791.1629845769 rows/sec., 6.62 MiB/sec. | ||
| 2871 | 2024.10.04 15:57:54.026523 [ 50 ] {} <Debug> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2872 | 2024.10.04 15:57:54.026612 [ 50 ] {} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2873 | 2024.10.04 15:57:54.026669 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 2874 | 2024.10.04 15:57:54.026780 [ 3 ] {a3cb667d-f42e-4eb1-ad42-7348b5fb60a0} <Debug> DynamicQueryHandler: Done processing query | ||
| 2875 | 2024.10.04 15:57:54.026840 [ 3 ] {a3cb667d-f42e-4eb1-ad42-7348b5fb60a0} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 2876 | 2024.10.04 15:57:54.026859 [ 187 ] {f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34::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 | ||
| 2877 | 2024.10.04 15:57:54.026869 [ 3 ] {} <Debug> HTTP-Session: add99b13-4ce8-48e8-85b1-a40ef1c02c50 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2878 | 2024.10.04 15:57:54.027081 [ 187 ] {f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2879 | 2024.10.04 15:57:54.027096 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2880 | 2024.10.04 15:57:54.027156 [ 187 ] {f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 896 rows starting from the beginning of the part | ||
| 2881 | 2024.10.04 15:57:54.027182 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2882 | 2024.10.04 15:57:54.027215 [ 3 ] {} <Debug> HTTP-Session: 5efa8524-4dce-4466-a3c6-6cca9ec7562a Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 2883 | 2024.10.04 15:57:54.027248 [ 3 ] {} <Debug> HTTP-Session: 5efa8524-4dce-4466-a3c6-6cca9ec7562a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2884 | 2024.10.04 15:57:54.027315 [ 3 ] {} <Debug> HTTP-Session: 5efa8524-4dce-4466-a3c6-6cca9ec7562a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2885 | 2024.10.04 15:57:54.027462 [ 3 ] {} <Trace> HTTP-Session: 5efa8524-4dce-4466-a3c6-6cca9ec7562a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2886 | 2024.10.04 15:57:54.027472 [ 187 ] {f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 160 rows starting from the beginning of the part | ||
| 2887 | 2024.10.04 15:57:54.027792 [ 3 ] {fb6c8527-ea50-464a-93f5-91446f1b0206} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 2888 | 2024.10.04 15:57:54.027801 [ 187 ] {f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 2209 rows starting from the beginning of the part | ||
| 2889 | 2024.10.04 15:57:54.027923 [ 3 ] {fb6c8527-ea50-464a-93f5-91446f1b0206} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2890 | 2024.10.04 15:57:54.028100 [ 187 ] {f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 86 rows starting from the beginning of the part | ||
| 2891 | 2024.10.04 15:57:54.028498 [ 187 ] {f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 160 rows starting from the beginning of the part | ||
| 2892 | 2024.10.04 15:57:54.028869 [ 187 ] {f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 237 rows starting from the beginning of the part | ||
| 2893 | 2024.10.04 15:57:54.029101 [ 3 ] {fb6c8527-ea50-464a-93f5-91446f1b0206} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2894 | 2024.10.04 15:57:54.029880 [ 3 ] {fb6c8527-ea50-464a-93f5-91446f1b0206} <Trace> oximeter.measurements_f64 (87d8cd82-19cb-42e6-8b47-b078fc436c38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2895 | 2024.10.04 15:57:54.029946 [ 3 ] {fb6c8527-ea50-464a-93f5-91446f1b0206} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 2896 | 2024.10.04 15:57:54.030882 [ 3 ] {fb6c8527-ea50-464a-93f5-91446f1b0206} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2897 | 2024.10.04 15:57:54.031763 [ 3 ] {fb6c8527-ea50-464a-93f5-91446f1b0206} <Trace> oximeter.measurements_f64 (87d8cd82-19cb-42e6-8b47-b078fc436c38): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2898 | 2024.10.04 15:57:54.031981 [ 3 ] {fb6c8527-ea50-464a-93f5-91446f1b0206} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004318 sec., 231.5886984715146 rows/sec., 15.61 KiB/sec. | ||
| 2899 | 2024.10.04 15:57:54.032558 [ 3 ] {fb6c8527-ea50-464a-93f5-91446f1b0206} <Debug> DynamicQueryHandler: Done processing query | ||
| 2900 | 2024.10.04 15:57:54.032640 [ 3 ] {fb6c8527-ea50-464a-93f5-91446f1b0206} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 2901 | 2024.10.04 15:57:54.032682 [ 3 ] {} <Debug> HTTP-Session: 5efa8524-4dce-4466-a3c6-6cca9ec7562a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2902 | 2024.10.04 15:57:54.032737 [ 186 ] {f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3748 rows, containing 5 columns (5 merged, 0 gathered) in 0.005974309 sec., 627352.8871707172 rows/sec., 42.27 MiB/sec. | ||
| 2903 | 2024.10.04 15:57:54.032839 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 12156, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2904 | 2024.10.04 15:57:54.032896 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2905 | 2024.10.04 15:57:54.032916 [ 3 ] {} <Debug> HTTP-Session: f23d113e-9667-455f-8234-ef763c8278ca Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 2906 | 2024.10.04 15:57:54.032935 [ 3 ] {} <Debug> HTTP-Session: f23d113e-9667-455f-8234-ef763c8278ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2907 | 2024.10.04 15:57:54.032950 [ 3 ] {} <Debug> HTTP-Session: f23d113e-9667-455f-8234-ef763c8278ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2908 | 2024.10.04 15:57:54.032981 [ 3 ] {} <Trace> HTTP-Session: f23d113e-9667-455f-8234-ef763c8278ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2909 | 2024.10.04 15:57:54.033120 [ 187 ] {f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2910 | 2024.10.04 15:57:54.033165 [ 3 ] {e4912997-8ef8-47d9-8344-0368285da160} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 2911 | 2024.10.04 15:57:54.033280 [ 3 ] {e4912997-8ef8-47d9-8344-0368285da160} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2912 | 2024.10.04 15:57:54.033934 [ 3 ] {e4912997-8ef8-47d9-8344-0368285da160} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2913 | 2024.10.04 15:57:54.034200 [ 187 ] {f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2914 | 2024.10.04 15:57:54.034436 [ 187 ] {f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2915 | 2024.10.04 15:57:54.034626 [ 3 ] {e4912997-8ef8-47d9-8344-0368285da160} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2916 | 2024.10.04 15:57:54.034627 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.86 MiB. | ||
| 2917 | 2024.10.04 15:57:54.034689 [ 3 ] {e4912997-8ef8-47d9-8344-0368285da160} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 2918 | 2024.10.04 15:57:54.035075 [ 3 ] {e4912997-8ef8-47d9-8344-0368285da160} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2919 | 2024.10.04 15:57:54.035415 [ 3 ] {e4912997-8ef8-47d9-8344-0368285da160} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2920 | 2024.10.04 15:57:54.035573 [ 50 ] {} <Debug> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2921 | 2024.10.04 15:57:54.035585 [ 3 ] {e4912997-8ef8-47d9-8344-0368285da160} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002508 sec., 32695.37480063796 rows/sec., 2.08 MiB/sec. | ||
| 2922 | 2024.10.04 15:57:54.035620 [ 50 ] {} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2923 | 2024.10.04 15:57:54.035689 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 2924 | 2024.10.04 15:57:54.035888 [ 186 ] {f1266625-5fbc-477b-b130-85cba0b363f2::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 | ||
| 2925 | 2024.10.04 15:57:54.035941 [ 3 ] {e4912997-8ef8-47d9-8344-0368285da160} <Debug> DynamicQueryHandler: Done processing query | ||
| 2926 | 2024.10.04 15:57:54.035996 [ 3 ] {e4912997-8ef8-47d9-8344-0368285da160} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 2927 | 2024.10.04 15:57:54.036047 [ 3 ] {} <Debug> HTTP-Session: f23d113e-9667-455f-8234-ef763c8278ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2928 | 2024.10.04 15:57:54.036135 [ 186 ] {f1266625-5fbc-477b-b130-85cba0b363f2::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2929 | 2024.10.04 15:57:54.036170 [ 186 ] {f1266625-5fbc-477b-b130-85cba0b363f2::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 308 rows starting from the beginning of the part | ||
| 2930 | 2024.10.04 15:57:54.036274 [ 186 ] {f1266625-5fbc-477b-b130-85cba0b363f2::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 60 rows starting from the beginning of the part | ||
| 2931 | 2024.10.04 15:57:54.036466 [ 186 ] {f1266625-5fbc-477b-b130-85cba0b363f2::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 50 rows starting from the beginning of the part | ||
| 2932 | 2024.10.04 15:57:54.036649 [ 186 ] {f1266625-5fbc-477b-b130-85cba0b363f2::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 32 rows starting from the beginning of the part | ||
| 2933 | 2024.10.04 15:57:54.036764 [ 186 ] {f1266625-5fbc-477b-b130-85cba0b363f2::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 60 rows starting from the beginning of the part | ||
| 2934 | 2024.10.04 15:57:54.036984 [ 186 ] {f1266625-5fbc-477b-b130-85cba0b363f2::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 82 rows starting from the beginning of the part | ||
| 2935 | 2024.10.04 15:57:54.038145 [ 187 ] {f1266625-5fbc-477b-b130-85cba0b363f2::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 592 rows, containing 4 columns (4 merged, 0 gathered) in 0.002356249 sec., 251246.79098007045 rows/sec., 16.43 MiB/sec. | ||
| 2936 | 2024.10.04 15:57:54.038341 [ 188 ] {f1266625-5fbc-477b-b130-85cba0b363f2::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2937 | 2024.10.04 15:57:54.038742 [ 188 ] {f1266625-5fbc-477b-b130-85cba0b363f2::all_1_11_2} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2938 | 2024.10.04 15:57:54.038820 [ 188 ] {f1266625-5fbc-477b-b130-85cba0b363f2::all_1_11_2} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2939 | 2024.10.04 15:57:54.038905 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 2940 | 2024.10.04 15:57:55.610619 [ 49 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2941 | 2024.10.04 15:57:55.610680 [ 49 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2942 | 2024.10.04 15:57:55.802271 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 306 | ||
| 2943 | 2024.10.04 15:57:55.805075 [ 242 ] {} <Trace> system.query_log (8f12c5ea-7fed-46c2-8a08-f82b2fd1cd88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2944 | 2024.10.04 15:57:55.805121 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 2945 | 2024.10.04 15:57:55.806631 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2946 | 2024.10.04 15:57:55.807634 [ 242 ] {} <Trace> system.query_log (8f12c5ea-7fed-46c2-8a08-f82b2fd1cd88): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2947 | 2024.10.04 15:57:55.807834 [ 48 ] {} <Debug> system.query_log (8f12c5ea-7fed-46c2-8a08-f82b2fd1cd88) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2948 | 2024.10.04 15:57:55.807906 [ 48 ] {} <Trace> system.query_log (8f12c5ea-7fed-46c2-8a08-f82b2fd1cd88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2949 | 2024.10.04 15:57:55.807957 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 2950 | 2024.10.04 15:57:55.808740 [ 186 ] {8f12c5ea-7fed-46c2-8a08-f82b2fd1cd88::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 | ||
| 2951 | 2024.10.04 15:57:55.809108 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 306 | ||
| 2952 | 2024.10.04 15:57:55.809996 [ 186 ] {8f12c5ea-7fed-46c2-8a08-f82b2fd1cd88::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2953 | 2024.10.04 15:57:55.810169 [ 186 ] {8f12c5ea-7fed-46c2-8a08-f82b2fd1cd88::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 90 rows starting from the beginning of the part | ||
| 2954 | 2024.10.04 15:57:55.810784 [ 186 ] {8f12c5ea-7fed-46c2-8a08-f82b2fd1cd88::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 46 rows starting from the beginning of the part | ||
| 2955 | 2024.10.04 15:57:55.811442 [ 186 ] {8f12c5ea-7fed-46c2-8a08-f82b2fd1cd88::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 60 rows starting from the beginning of the part | ||
| 2956 | 2024.10.04 15:57:55.811962 [ 186 ] {8f12c5ea-7fed-46c2-8a08-f82b2fd1cd88::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 32 rows starting from the beginning of the part | ||
| 2957 | 2024.10.04 15:57:55.812502 [ 186 ] {8f12c5ea-7fed-46c2-8a08-f82b2fd1cd88::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 50 rows starting from the beginning of the part | ||
| 2958 | 2024.10.04 15:57:55.813129 [ 186 ] {8f12c5ea-7fed-46c2-8a08-f82b2fd1cd88::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 | ||
| 2959 | 2024.10.04 15:57:55.848749 [ 187 ] {8f12c5ea-7fed-46c2-8a08-f82b2fd1cd88::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 306 rows, containing 72 columns (72 merged, 0 gathered) in 0.040609885 sec., 7535.11121737971 rows/sec., 6.64 MiB/sec. | ||
| 2960 | 2024.10.04 15:57:55.849643 [ 194 ] {8f12c5ea-7fed-46c2-8a08-f82b2fd1cd88::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2961 | 2024.10.04 15:57:55.851119 [ 194 ] {8f12c5ea-7fed-46c2-8a08-f82b2fd1cd88::all_1_6_1} <Trace> system.query_log (8f12c5ea-7fed-46c2-8a08-f82b2fd1cd88): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2962 | 2024.10.04 15:57:55.851208 [ 194 ] {8f12c5ea-7fed-46c2-8a08-f82b2fd1cd88::all_1_6_1} <Trace> system.query_log (8f12c5ea-7fed-46c2-8a08-f82b2fd1cd88) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2963 | 2024.10.04 15:57:55.851417 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.71 MiB. | ||
| 2964 | 2024.10.04 15:57:58.997594 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 1325, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2965 | 2024.10.04 15:57:58.997709 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2966 | 2024.10.04 15:57:58.997733 [ 3 ] {} <Debug> HTTP-Session: 65bf592f-2524-454c-8c0e-81e2cc65b78f Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 2967 | 2024.10.04 15:57:58.997759 [ 3 ] {} <Debug> HTTP-Session: 65bf592f-2524-454c-8c0e-81e2cc65b78f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2968 | 2024.10.04 15:57:58.997774 [ 3 ] {} <Debug> HTTP-Session: 65bf592f-2524-454c-8c0e-81e2cc65b78f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2969 | 2024.10.04 15:57:58.997825 [ 3 ] {} <Trace> HTTP-Session: 65bf592f-2524-454c-8c0e-81e2cc65b78f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2970 | 2024.10.04 15:57:58.998076 [ 3 ] {dfd35d7e-b71f-4280-b09b-9f5327930580} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
| 2971 | 2024.10.04 15:57:58.998489 [ 3 ] {dfd35d7e-b71f-4280-b09b-9f5327930580} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2972 | 2024.10.04 15:57:58.998540 [ 3 ] {dfd35d7e-b71f-4280-b09b-9f5327930580} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2973 | 2024.10.04 15:57:58.998915 [ 3 ] {dfd35d7e-b71f-4280-b09b-9f5327930580} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2974 | 2024.10.04 15:57:58.998998 [ 3 ] {dfd35d7e-b71f-4280-b09b-9f5327930580} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2975 | 2024.10.04 15:57:58.999180 [ 3 ] {dfd35d7e-b71f-4280-b09b-9f5327930580} <Debug> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Key condition: (column 0 notIn 37-element set) | ||
| 2976 | 2024.10.04 15:57:58.999222 [ 3 ] {dfd35d7e-b71f-4280-b09b-9f5327930580} <Trace> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 2977 | 2024.10.04 15:57:58.999248 [ 3 ] {dfd35d7e-b71f-4280-b09b-9f5327930580} <Debug> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (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 | ||
| 2978 | 2024.10.04 15:57:58.999266 [ 3 ] {dfd35d7e-b71f-4280-b09b-9f5327930580} <Trace> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2979 | 2024.10.04 15:57:58.999316 [ 3 ] {dfd35d7e-b71f-4280-b09b-9f5327930580} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2980 | 2024.10.04 15:57:58.999340 [ 3 ] {dfd35d7e-b71f-4280-b09b-9f5327930580} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 37 rows starting from 0 | ||
| 2981 | 2024.10.04 15:57:59.000164 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 145.63 MiB, peak 152.70 MiB, free memory in arenas 0.00 B, will set to 144.61 MiB (RSS), difference: -1.02 MiB | ||
| 2982 | 2024.10.04 15:57:59.000769 [ 3 ] {dfd35d7e-b71f-4280-b09b-9f5327930580} <Debug> executeQuery: Read 37 rows, 1.39 KiB in 0.002793 sec., 13247.404224847834 rows/sec., 496.50 KiB/sec. | ||
| 2983 | 2024.10.04 15:57:59.001305 [ 3 ] {dfd35d7e-b71f-4280-b09b-9f5327930580} <Debug> DynamicQueryHandler: Done processing query | ||
| 2984 | 2024.10.04 15:57:59.001334 [ 3 ] {dfd35d7e-b71f-4280-b09b-9f5327930580} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB. | ||
| 2985 | 2024.10.04 15:57:59.001352 [ 3 ] {} <Debug> HTTP-Session: 65bf592f-2524-454c-8c0e-81e2cc65b78f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2986 | 2024.10.04 15:57:59.001641 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 1363, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2987 | 2024.10.04 15:57:59.001696 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2988 | 2024.10.04 15:57:59.001716 [ 3 ] {} <Debug> HTTP-Session: 4c316ce0-0d37-4464-850d-4ff5cce28b30 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 2989 | 2024.10.04 15:57:59.001734 [ 3 ] {} <Debug> HTTP-Session: 4c316ce0-0d37-4464-850d-4ff5cce28b30 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2990 | 2024.10.04 15:57:59.001748 [ 3 ] {} <Debug> HTTP-Session: 4c316ce0-0d37-4464-850d-4ff5cce28b30 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2991 | 2024.10.04 15:57:59.001785 [ 3 ] {} <Trace> HTTP-Session: 4c316ce0-0d37-4464-850d-4ff5cce28b30 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2992 | 2024.10.04 15:57:59.001957 [ 3 ] {27d8c2f7-9521-411c-9620-cf1a16f3aede} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
| 2993 | 2024.10.04 15:57:59.002279 [ 3 ] {27d8c2f7-9521-411c-9620-cf1a16f3aede} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2994 | 2024.10.04 15:57:59.002328 [ 3 ] {27d8c2f7-9521-411c-9620-cf1a16f3aede} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2995 | 2024.10.04 15:57:59.002655 [ 3 ] {27d8c2f7-9521-411c-9620-cf1a16f3aede} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2996 | 2024.10.04 15:57:59.002722 [ 3 ] {27d8c2f7-9521-411c-9620-cf1a16f3aede} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2997 | 2024.10.04 15:57:59.002870 [ 3 ] {27d8c2f7-9521-411c-9620-cf1a16f3aede} <Debug> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Key condition: (column 0 notIn 38-element set) | ||
| 2998 | 2024.10.04 15:57:59.002904 [ 3 ] {27d8c2f7-9521-411c-9620-cf1a16f3aede} <Trace> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 2999 | 2024.10.04 15:57:59.002927 [ 3 ] {27d8c2f7-9521-411c-9620-cf1a16f3aede} <Debug> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (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 | ||
| 3000 | 2024.10.04 15:57:59.002944 [ 3 ] {27d8c2f7-9521-411c-9620-cf1a16f3aede} <Trace> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 3001 | 2024.10.04 15:57:59.002990 [ 3 ] {27d8c2f7-9521-411c-9620-cf1a16f3aede} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 3002 | 2024.10.04 15:57:59.003015 [ 3 ] {27d8c2f7-9521-411c-9620-cf1a16f3aede} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 37 rows starting from 0 | ||
| 3003 | 2024.10.04 15:57:59.003821 [ 3 ] {27d8c2f7-9521-411c-9620-cf1a16f3aede} <Debug> executeQuery: Read 37 rows, 1.39 KiB in 0.001951 sec., 18964.633521271142 rows/sec., 710.77 KiB/sec. | ||
| 3004 | 2024.10.04 15:57:59.004066 [ 3 ] {27d8c2f7-9521-411c-9620-cf1a16f3aede} <Debug> DynamicQueryHandler: Done processing query | ||
| 3005 | 2024.10.04 15:57:59.004091 [ 3 ] {27d8c2f7-9521-411c-9620-cf1a16f3aede} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB. | ||
| 3006 | 2024.10.04 15:57:59.004108 [ 3 ] {} <Debug> HTTP-Session: 4c316ce0-0d37-4464-850d-4ff5cce28b30 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3007 | 2024.10.04 15:57:59.004347 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 1400, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3008 | 2024.10.04 15:57:59.004398 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3009 | 2024.10.04 15:57:59.004418 [ 3 ] {} <Debug> HTTP-Session: eb4fcbdc-90be-477b-80cb-c4945e4d59fb Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 3010 | 2024.10.04 15:57:59.004435 [ 3 ] {} <Debug> HTTP-Session: eb4fcbdc-90be-477b-80cb-c4945e4d59fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3011 | 2024.10.04 15:57:59.004450 [ 3 ] {} <Debug> HTTP-Session: eb4fcbdc-90be-477b-80cb-c4945e4d59fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3012 | 2024.10.04 15:57:59.004482 [ 3 ] {} <Trace> HTTP-Session: eb4fcbdc-90be-477b-80cb-c4945e4d59fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3013 | 2024.10.04 15:57:59.004639 [ 3 ] {4a9d9040-b842-4a84-be9d-0af9bbd0a98e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
| 3014 | 2024.10.04 15:57:59.004936 [ 3 ] {4a9d9040-b842-4a84-be9d-0af9bbd0a98e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 3015 | 2024.10.04 15:57:59.004986 [ 3 ] {4a9d9040-b842-4a84-be9d-0af9bbd0a98e} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 3016 | 2024.10.04 15:57:59.005311 [ 3 ] {4a9d9040-b842-4a84-be9d-0af9bbd0a98e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 3017 | 2024.10.04 15:57:59.005377 [ 3 ] {4a9d9040-b842-4a84-be9d-0af9bbd0a98e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 3018 | 2024.10.04 15:57:59.005520 [ 3 ] {4a9d9040-b842-4a84-be9d-0af9bbd0a98e} <Debug> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Key condition: (column 0 notIn 39-element set) | ||
| 3019 | 2024.10.04 15:57:59.005553 [ 3 ] {4a9d9040-b842-4a84-be9d-0af9bbd0a98e} <Trace> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 3020 | 2024.10.04 15:57:59.005577 [ 3 ] {4a9d9040-b842-4a84-be9d-0af9bbd0a98e} <Debug> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (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 | ||
| 3021 | 2024.10.04 15:57:59.005595 [ 3 ] {4a9d9040-b842-4a84-be9d-0af9bbd0a98e} <Trace> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 3022 | 2024.10.04 15:57:59.005639 [ 3 ] {4a9d9040-b842-4a84-be9d-0af9bbd0a98e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 3023 | 2024.10.04 15:57:59.005663 [ 3 ] {4a9d9040-b842-4a84-be9d-0af9bbd0a98e} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 37 rows starting from 0 | ||
| 3024 | 2024.10.04 15:57:59.006589 [ 3 ] {4a9d9040-b842-4a84-be9d-0af9bbd0a98e} <Debug> executeQuery: Read 37 rows, 1.39 KiB in 0.00203 sec., 18226.600985221674 rows/sec., 683.11 KiB/sec. | ||
| 3025 | 2024.10.04 15:57:59.006812 [ 3 ] {4a9d9040-b842-4a84-be9d-0af9bbd0a98e} <Debug> DynamicQueryHandler: Done processing query | ||
| 3026 | 2024.10.04 15:57:59.006837 [ 3 ] {4a9d9040-b842-4a84-be9d-0af9bbd0a98e} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB. | ||
| 3027 | 2024.10.04 15:57:59.006853 [ 3 ] {} <Debug> HTTP-Session: eb4fcbdc-90be-477b-80cb-c4945e4d59fb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3028 | 2024.10.04 15:57:59.009816 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 638, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3029 | 2024.10.04 15:57:59.009865 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3030 | 2024.10.04 15:57:59.009884 [ 3 ] {} <Debug> HTTP-Session: 845f7165-68c3-42cc-b5ce-d0ee505532c4 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 3031 | 2024.10.04 15:57:59.009902 [ 3 ] {} <Debug> HTTP-Session: 845f7165-68c3-42cc-b5ce-d0ee505532c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3032 | 2024.10.04 15:57:59.009916 [ 3 ] {} <Debug> HTTP-Session: 845f7165-68c3-42cc-b5ce-d0ee505532c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3033 | 2024.10.04 15:57:59.009947 [ 3 ] {} <Trace> HTTP-Session: 845f7165-68c3-42cc-b5ce-d0ee505532c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3034 | 2024.10.04 15:57:59.010057 [ 3 ] {1e51ddae-185c-4829-a170-8d95c64bc222} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
| 3035 | 2024.10.04 15:57:59.010103 [ 3 ] {1e51ddae-185c-4829-a170-8d95c64bc222} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 3036 | 2024.10.04 15:57:59.010271 [ 3 ] {1e51ddae-185c-4829-a170-8d95c64bc222} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3037 | 2024.10.04 15:57:59.010555 [ 3 ] {1e51ddae-185c-4829-a170-8d95c64bc222} <Trace> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3038 | 2024.10.04 15:57:59.010594 [ 3 ] {1e51ddae-185c-4829-a170-8d95c64bc222} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 3039 | 2024.10.04 15:57:59.011083 [ 3 ] {1e51ddae-185c-4829-a170-8d95c64bc222} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 3040 | 2024.10.04 15:57:59.011411 [ 3 ] {1e51ddae-185c-4829-a170-8d95c64bc222} <Trace> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3041 | 2024.10.04 15:57:59.011609 [ 3 ] {1e51ddae-185c-4829-a170-8d95c64bc222} <Debug> executeQuery: Read 3 rows, 280.00 B in 0.001576 sec., 1903.5532994923858 rows/sec., 173.50 KiB/sec. | ||
| 3042 | 2024.10.04 15:57:59.011837 [ 3 ] {1e51ddae-185c-4829-a170-8d95c64bc222} <Debug> DynamicQueryHandler: Done processing query | ||
| 3043 | 2024.10.04 15:57:59.011861 [ 3 ] {1e51ddae-185c-4829-a170-8d95c64bc222} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 3044 | 2024.10.04 15:57:59.011877 [ 3 ] {} <Debug> HTTP-Session: 845f7165-68c3-42cc-b5ce-d0ee505532c4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3045 | 2024.10.04 15:57:59.012026 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 17168, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3046 | 2024.10.04 15:57:59.012074 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3047 | 2024.10.04 15:57:59.012092 [ 3 ] {} <Debug> HTTP-Session: fee45fd7-02c5-482a-80b0-e8109d34f0c9 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 3048 | 2024.10.04 15:57:59.012110 [ 3 ] {} <Debug> HTTP-Session: fee45fd7-02c5-482a-80b0-e8109d34f0c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3049 | 2024.10.04 15:57:59.012124 [ 3 ] {} <Debug> HTTP-Session: fee45fd7-02c5-482a-80b0-e8109d34f0c9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3050 | 2024.10.04 15:57:59.012155 [ 3 ] {} <Trace> HTTP-Session: fee45fd7-02c5-482a-80b0-e8109d34f0c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3051 | 2024.10.04 15:57:59.012310 [ 3 ] {a6e812fd-3f7b-453b-8dc8-813723a55533} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 3052 | 2024.10.04 15:57:59.012354 [ 3 ] {a6e812fd-3f7b-453b-8dc8-813723a55533} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3053 | 2024.10.04 15:57:59.012591 [ 3 ] {a6e812fd-3f7b-453b-8dc8-813723a55533} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3054 | 2024.10.04 15:57:59.012963 [ 3 ] {a6e812fd-3f7b-453b-8dc8-813723a55533} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3055 | 2024.10.04 15:57:59.013000 [ 3 ] {a6e812fd-3f7b-453b-8dc8-813723a55533} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 3056 | 2024.10.04 15:57:59.013373 [ 3 ] {a6e812fd-3f7b-453b-8dc8-813723a55533} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3057 | 2024.10.04 15:57:59.013736 [ 3 ] {a6e812fd-3f7b-453b-8dc8-813723a55533} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3058 | 2024.10.04 15:57:59.013904 [ 3 ] {a6e812fd-3f7b-453b-8dc8-813723a55533} <Debug> executeQuery: Read 116 rows, 10.08 KiB in 0.001631 sec., 71122.01103617412 rows/sec., 6.04 MiB/sec. | ||
| 3059 | 2024.10.04 15:57:59.014554 [ 3 ] {a6e812fd-3f7b-453b-8dc8-813723a55533} <Debug> DynamicQueryHandler: Done processing query | ||
| 3060 | 2024.10.04 15:57:59.014598 [ 3 ] {a6e812fd-3f7b-453b-8dc8-813723a55533} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 3061 | 2024.10.04 15:57:59.014630 [ 3 ] {} <Debug> HTTP-Session: fee45fd7-02c5-482a-80b0-e8109d34f0c9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3062 | 2024.10.04 15:57:59.014800 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 4356, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3063 | 2024.10.04 15:57:59.014848 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3064 | 2024.10.04 15:57:59.014867 [ 3 ] {} <Debug> HTTP-Session: 21f832ef-1fe4-466e-a044-47a6039ce37b Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 3065 | 2024.10.04 15:57:59.014885 [ 3 ] {} <Debug> HTTP-Session: 21f832ef-1fe4-466e-a044-47a6039ce37b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3066 | 2024.10.04 15:57:59.014898 [ 3 ] {} <Debug> HTTP-Session: 21f832ef-1fe4-466e-a044-47a6039ce37b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3067 | 2024.10.04 15:57:59.014929 [ 3 ] {} <Trace> HTTP-Session: 21f832ef-1fe4-466e-a044-47a6039ce37b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3068 | 2024.10.04 15:57:59.015037 [ 3 ] {8118105d-4a99-4aa4-b98f-95dcbd6c1e37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 3069 | 2024.10.04 15:57:59.015079 [ 3 ] {8118105d-4a99-4aa4-b98f-95dcbd6c1e37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3070 | 2024.10.04 15:57:59.015317 [ 3 ] {8118105d-4a99-4aa4-b98f-95dcbd6c1e37} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3071 | 2024.10.04 15:57:59.015621 [ 3 ] {8118105d-4a99-4aa4-b98f-95dcbd6c1e37} <Trace> oximeter.fields_u16 (e9c2286f-cf98-4582-9ae4-6e9eb84e22b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3072 | 2024.10.04 15:57:59.015658 [ 3 ] {8118105d-4a99-4aa4-b98f-95dcbd6c1e37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 3073 | 2024.10.04 15:57:59.016009 [ 3 ] {8118105d-4a99-4aa4-b98f-95dcbd6c1e37} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 3074 | 2024.10.04 15:57:59.016391 [ 3 ] {8118105d-4a99-4aa4-b98f-95dcbd6c1e37} <Trace> oximeter.fields_u16 (e9c2286f-cf98-4582-9ae4-6e9eb84e22b6): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3075 | 2024.10.04 15:57:59.016534 [ 3 ] {8118105d-4a99-4aa4-b98f-95dcbd6c1e37} <Debug> executeQuery: Read 30 rows, 2.26 KiB in 0.001523 sec., 19697.96454366382 rows/sec., 1.45 MiB/sec. | ||
| 3076 | 2024.10.04 15:57:59.016825 [ 3 ] {8118105d-4a99-4aa4-b98f-95dcbd6c1e37} <Debug> DynamicQueryHandler: Done processing query | ||
| 3077 | 2024.10.04 15:57:59.016850 [ 3 ] {8118105d-4a99-4aa4-b98f-95dcbd6c1e37} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 3078 | 2024.10.04 15:57:59.016867 [ 3 ] {} <Debug> HTTP-Session: 21f832ef-1fe4-466e-a044-47a6039ce37b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3079 | 2024.10.04 15:57:59.017007 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 17689, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3080 | 2024.10.04 15:57:59.017054 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3081 | 2024.10.04 15:57:59.017073 [ 3 ] {} <Debug> HTTP-Session: 3689cf30-bcd5-41bc-9d40-3017c88a3d14 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 3082 | 2024.10.04 15:57:59.017089 [ 3 ] {} <Debug> HTTP-Session: 3689cf30-bcd5-41bc-9d40-3017c88a3d14 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3083 | 2024.10.04 15:57:59.017103 [ 3 ] {} <Debug> HTTP-Session: 3689cf30-bcd5-41bc-9d40-3017c88a3d14 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3084 | 2024.10.04 15:57:59.017134 [ 3 ] {} <Trace> HTTP-Session: 3689cf30-bcd5-41bc-9d40-3017c88a3d14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3085 | 2024.10.04 15:57:59.017258 [ 3 ] {928d8b3b-c2f0-4bca-a97e-aefdbea562b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 3086 | 2024.10.04 15:57:59.017302 [ 3 ] {928d8b3b-c2f0-4bca-a97e-aefdbea562b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3087 | 2024.10.04 15:57:59.017545 [ 3 ] {928d8b3b-c2f0-4bca-a97e-aefdbea562b1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3088 | 2024.10.04 15:57:59.017888 [ 3 ] {928d8b3b-c2f0-4bca-a97e-aefdbea562b1} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3089 | 2024.10.04 15:57:59.017925 [ 3 ] {928d8b3b-c2f0-4bca-a97e-aefdbea562b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 3090 | 2024.10.04 15:57:59.018284 [ 3 ] {928d8b3b-c2f0-4bca-a97e-aefdbea562b1} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3091 | 2024.10.04 15:57:59.018639 [ 3 ] {928d8b3b-c2f0-4bca-a97e-aefdbea562b1} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3092 | 2024.10.04 15:57:59.018796 [ 3 ] {928d8b3b-c2f0-4bca-a97e-aefdbea562b1} <Debug> executeQuery: Read 104 rows, 8.33 KiB in 0.001584 sec., 65656.56565656565 rows/sec., 5.14 MiB/sec. | ||
| 3093 | 2024.10.04 15:57:59.018962 [ 3 ] {928d8b3b-c2f0-4bca-a97e-aefdbea562b1} <Debug> DynamicQueryHandler: Done processing query | ||
| 3094 | 2024.10.04 15:57:59.018987 [ 3 ] {928d8b3b-c2f0-4bca-a97e-aefdbea562b1} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 3095 | 2024.10.04 15:57:59.019003 [ 3 ] {} <Debug> HTTP-Session: 3689cf30-bcd5-41bc-9d40-3017c88a3d14 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3096 | 2024.10.04 15:57:59.019170 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 30602, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3097 | 2024.10.04 15:57:59.019218 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3098 | 2024.10.04 15:57:59.019237 [ 3 ] {} <Debug> HTTP-Session: b8c4e674-e01d-480d-bbce-d6858576eb62 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 3099 | 2024.10.04 15:57:59.019254 [ 3 ] {} <Debug> HTTP-Session: b8c4e674-e01d-480d-bbce-d6858576eb62 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3100 | 2024.10.04 15:57:59.019268 [ 3 ] {} <Debug> HTTP-Session: b8c4e674-e01d-480d-bbce-d6858576eb62 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3101 | 2024.10.04 15:57:59.019300 [ 3 ] {} <Trace> HTTP-Session: b8c4e674-e01d-480d-bbce-d6858576eb62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3102 | 2024.10.04 15:57:59.019441 [ 3 ] {a838fcdf-2d2c-456c-bbb9-5a9fcb88b6d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 3103 | 2024.10.04 15:57:59.019488 [ 3 ] {a838fcdf-2d2c-456c-bbb9-5a9fcb88b6d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3104 | 2024.10.04 15:57:59.019630 [ 3 ] {a838fcdf-2d2c-456c-bbb9-5a9fcb88b6d2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3105 | 2024.10.04 15:57:59.019986 [ 3 ] {a838fcdf-2d2c-456c-bbb9-5a9fcb88b6d2} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3106 | 2024.10.04 15:57:59.020022 [ 3 ] {a838fcdf-2d2c-456c-bbb9-5a9fcb88b6d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 3107 | 2024.10.04 15:57:59.020506 [ 3 ] {a838fcdf-2d2c-456c-bbb9-5a9fcb88b6d2} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3108 | 2024.10.04 15:57:59.020850 [ 3 ] {a838fcdf-2d2c-456c-bbb9-5a9fcb88b6d2} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3109 | 2024.10.04 15:57:59.021010 [ 3 ] {a838fcdf-2d2c-456c-bbb9-5a9fcb88b6d2} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001635 sec., 97859.32721712539 rows/sec., 6.82 MiB/sec. | ||
| 3110 | 2024.10.04 15:57:59.021174 [ 3 ] {a838fcdf-2d2c-456c-bbb9-5a9fcb88b6d2} <Debug> DynamicQueryHandler: Done processing query | ||
| 3111 | 2024.10.04 15:57:59.021198 [ 3 ] {a838fcdf-2d2c-456c-bbb9-5a9fcb88b6d2} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 3112 | 2024.10.04 15:57:59.021214 [ 3 ] {} <Debug> HTTP-Session: b8c4e674-e01d-480d-bbce-d6858576eb62 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3113 | 2024.10.04 15:57:59.021414 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 50194, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3114 | 2024.10.04 15:57:59.021463 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3115 | 2024.10.04 15:57:59.021482 [ 3 ] {} <Debug> HTTP-Session: ad0c0765-61ba-4e13-8d79-7d7fbd3c67aa Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 3116 | 2024.10.04 15:57:59.021499 [ 3 ] {} <Debug> HTTP-Session: ad0c0765-61ba-4e13-8d79-7d7fbd3c67aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3117 | 2024.10.04 15:57:59.021513 [ 3 ] {} <Debug> HTTP-Session: ad0c0765-61ba-4e13-8d79-7d7fbd3c67aa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3118 | 2024.10.04 15:57:59.021543 [ 3 ] {} <Trace> HTTP-Session: ad0c0765-61ba-4e13-8d79-7d7fbd3c67aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3119 | 2024.10.04 15:57:59.021844 [ 3 ] {fd4071ba-2035-46bf-ad8c-01a623a7e8c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 3120 | 2024.10.04 15:57:59.021908 [ 3 ] {fd4071ba-2035-46bf-ad8c-01a623a7e8c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3121 | 2024.10.04 15:57:59.022332 [ 3 ] {fd4071ba-2035-46bf-ad8c-01a623a7e8c6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3122 | 2024.10.04 15:57:59.023152 [ 3 ] {fd4071ba-2035-46bf-ad8c-01a623a7e8c6} <Trace> oximeter.measurements_histogramu64 (00490d86-ebe4-4f2c-857c-d83cd24ebd05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3123 | 2024.10.04 15:57:59.023188 [ 3 ] {fd4071ba-2035-46bf-ad8c-01a623a7e8c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 3124 | 2024.10.04 15:57:59.023832 [ 3 ] {fd4071ba-2035-46bf-ad8c-01a623a7e8c6} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 3125 | 2024.10.04 15:57:59.024246 [ 3 ] {fd4071ba-2035-46bf-ad8c-01a623a7e8c6} <Trace> oximeter.measurements_histogramu64 (00490d86-ebe4-4f2c-857c-d83cd24ebd05): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3126 | 2024.10.04 15:57:59.024483 [ 3 ] {fd4071ba-2035-46bf-ad8c-01a623a7e8c6} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.002829 sec., 10604.453870625663 rows/sec., 19.00 MiB/sec. | ||
| 3127 | 2024.10.04 15:57:59.025008 [ 3 ] {fd4071ba-2035-46bf-ad8c-01a623a7e8c6} <Debug> DynamicQueryHandler: Done processing query | ||
| 3128 | 2024.10.04 15:57:59.025034 [ 3 ] {fd4071ba-2035-46bf-ad8c-01a623a7e8c6} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 3129 | 2024.10.04 15:57:59.025050 [ 3 ] {} <Debug> HTTP-Session: ad0c0765-61ba-4e13-8d79-7d7fbd3c67aa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3130 | 2024.10.04 15:57:59.025174 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 2437, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3131 | 2024.10.04 15:57:59.025224 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3132 | 2024.10.04 15:57:59.025243 [ 3 ] {} <Debug> HTTP-Session: c70d63fe-5b7b-4ce6-b7e7-b31f70875d10 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 3133 | 2024.10.04 15:57:59.025260 [ 3 ] {} <Debug> HTTP-Session: c70d63fe-5b7b-4ce6-b7e7-b31f70875d10 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3134 | 2024.10.04 15:57:59.025274 [ 3 ] {} <Debug> HTTP-Session: c70d63fe-5b7b-4ce6-b7e7-b31f70875d10 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3135 | 2024.10.04 15:57:59.025306 [ 3 ] {} <Trace> HTTP-Session: c70d63fe-5b7b-4ce6-b7e7-b31f70875d10 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3136 | 2024.10.04 15:57:59.025407 [ 3 ] {6bdcf0fb-fba3-41bf-b657-de47f6e79f7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 3137 | 2024.10.04 15:57:59.025453 [ 3 ] {6bdcf0fb-fba3-41bf-b657-de47f6e79f7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 3138 | 2024.10.04 15:57:59.025588 [ 3 ] {6bdcf0fb-fba3-41bf-b657-de47f6e79f7f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3139 | 2024.10.04 15:57:59.025848 [ 3 ] {6bdcf0fb-fba3-41bf-b657-de47f6e79f7f} <Trace> oximeter.measurements_i64 (939a8da9-e23f-43bf-9220-f0fcfd4bcbc0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3140 | 2024.10.04 15:57:59.025884 [ 3 ] {6bdcf0fb-fba3-41bf-b657-de47f6e79f7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 3141 | 2024.10.04 15:57:59.026254 [ 3 ] {6bdcf0fb-fba3-41bf-b657-de47f6e79f7f} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 3142 | 2024.10.04 15:57:59.026579 [ 3 ] {6bdcf0fb-fba3-41bf-b657-de47f6e79f7f} <Trace> oximeter.measurements_i64 (939a8da9-e23f-43bf-9220-f0fcfd4bcbc0): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3143 | 2024.10.04 15:57:59.026743 [ 3 ] {6bdcf0fb-fba3-41bf-b657-de47f6e79f7f} <Debug> executeQuery: Read 15 rows, 1.12 KiB in 0.001357 sec., 11053.79513633014 rows/sec., 822.56 KiB/sec. | ||
| 3144 | 2024.10.04 15:57:59.027158 [ 3 ] {6bdcf0fb-fba3-41bf-b657-de47f6e79f7f} <Debug> DynamicQueryHandler: Done processing query | ||
| 3145 | 2024.10.04 15:57:59.027182 [ 3 ] {6bdcf0fb-fba3-41bf-b657-de47f6e79f7f} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 3146 | 2024.10.04 15:57:59.027198 [ 3 ] {} <Debug> HTTP-Session: c70d63fe-5b7b-4ce6-b7e7-b31f70875d10 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3147 | 2024.10.04 15:57:59.027330 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3148 | 2024.10.04 15:57:59.027378 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3149 | 2024.10.04 15:57:59.027397 [ 3 ] {} <Debug> HTTP-Session: 82f84918-9aae-4fda-b15d-1177307096cd Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 3150 | 2024.10.04 15:57:59.027414 [ 3 ] {} <Debug> HTTP-Session: 82f84918-9aae-4fda-b15d-1177307096cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3151 | 2024.10.04 15:57:59.027428 [ 3 ] {} <Debug> HTTP-Session: 82f84918-9aae-4fda-b15d-1177307096cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3152 | 2024.10.04 15:57:59.027459 [ 3 ] {} <Trace> HTTP-Session: 82f84918-9aae-4fda-b15d-1177307096cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3153 | 2024.10.04 15:57:59.027574 [ 3 ] {afa14eeb-a2eb-4740-a13b-2be332565aad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 3154 | 2024.10.04 15:57:59.027620 [ 3 ] {afa14eeb-a2eb-4740-a13b-2be332565aad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3155 | 2024.10.04 15:57:59.027777 [ 3 ] {afa14eeb-a2eb-4740-a13b-2be332565aad} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3156 | 2024.10.04 15:57:59.028065 [ 3 ] {afa14eeb-a2eb-4740-a13b-2be332565aad} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3157 | 2024.10.04 15:57:59.028100 [ 3 ] {afa14eeb-a2eb-4740-a13b-2be332565aad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 3158 | 2024.10.04 15:57:59.028463 [ 3 ] {afa14eeb-a2eb-4740-a13b-2be332565aad} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3159 | 2024.10.04 15:57:59.028791 [ 3 ] {afa14eeb-a2eb-4740-a13b-2be332565aad} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3160 | 2024.10.04 15:57:59.028953 [ 3 ] {afa14eeb-a2eb-4740-a13b-2be332565aad} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00141 sec., 42553.1914893617 rows/sec., 2.87 MiB/sec. | ||
| 3161 | 2024.10.04 15:57:59.029555 [ 3 ] {afa14eeb-a2eb-4740-a13b-2be332565aad} <Debug> DynamicQueryHandler: Done processing query | ||
| 3162 | 2024.10.04 15:57:59.029580 [ 3 ] {afa14eeb-a2eb-4740-a13b-2be332565aad} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 3163 | 2024.10.04 15:57:59.029596 [ 3 ] {} <Debug> HTTP-Session: 82f84918-9aae-4fda-b15d-1177307096cd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3164 | 2024.10.04 15:58:04.003268 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 28387, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3165 | 2024.10.04 15:58:04.003394 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3166 | 2024.10.04 15:58:04.003420 [ 3 ] {} <Debug> HTTP-Session: 01436ec6-bd2e-4d51-b22a-c8d05ae1229b Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 3167 | 2024.10.04 15:58:04.003445 [ 3 ] {} <Debug> HTTP-Session: 01436ec6-bd2e-4d51-b22a-c8d05ae1229b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3168 | 2024.10.04 15:58:04.003460 [ 3 ] {} <Debug> HTTP-Session: 01436ec6-bd2e-4d51-b22a-c8d05ae1229b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3169 | 2024.10.04 15:58:04.003510 [ 3 ] {} <Trace> HTTP-Session: 01436ec6-bd2e-4d51-b22a-c8d05ae1229b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3170 | 2024.10.04 15:58:04.003751 [ 3 ] {54e377fc-2a66-4379-a41d-38da9a1531ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 3171 | 2024.10.04 15:58:04.003821 [ 3 ] {54e377fc-2a66-4379-a41d-38da9a1531ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3172 | 2024.10.04 15:58:04.004164 [ 3 ] {54e377fc-2a66-4379-a41d-38da9a1531ac} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3173 | 2024.10.04 15:58:04.004720 [ 3 ] {54e377fc-2a66-4379-a41d-38da9a1531ac} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3174 | 2024.10.04 15:58:04.004765 [ 3 ] {54e377fc-2a66-4379-a41d-38da9a1531ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 3175 | 2024.10.04 15:58:04.005209 [ 3 ] {54e377fc-2a66-4379-a41d-38da9a1531ac} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3176 | 2024.10.04 15:58:04.005597 [ 3 ] {54e377fc-2a66-4379-a41d-38da9a1531ac} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3177 | 2024.10.04 15:58:04.005753 [ 3 ] {54e377fc-2a66-4379-a41d-38da9a1531ac} <Debug> executeQuery: Read 189 rows, 16.86 KiB in 0.002098 sec., 90085.79599618685 rows/sec., 7.85 MiB/sec. | ||
| 3178 | 2024.10.04 15:58:04.005983 [ 3 ] {54e377fc-2a66-4379-a41d-38da9a1531ac} <Debug> DynamicQueryHandler: Done processing query | ||
| 3179 | 2024.10.04 15:58:04.006009 [ 3 ] {54e377fc-2a66-4379-a41d-38da9a1531ac} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 3180 | 2024.10.04 15:58:04.006027 [ 3 ] {} <Debug> HTTP-Session: 01436ec6-bd2e-4d51-b22a-c8d05ae1229b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3181 | 2024.10.04 15:58:04.006192 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 1933, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3182 | 2024.10.04 15:58:04.006246 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3183 | 2024.10.04 15:58:04.006267 [ 3 ] {} <Debug> HTTP-Session: deadd5b3-423c-4fc6-ac2b-d05e4c4d9a9c Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 3184 | 2024.10.04 15:58:04.006285 [ 3 ] {} <Debug> HTTP-Session: deadd5b3-423c-4fc6-ac2b-d05e4c4d9a9c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3185 | 2024.10.04 15:58:04.006300 [ 3 ] {} <Debug> HTTP-Session: deadd5b3-423c-4fc6-ac2b-d05e4c4d9a9c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3186 | 2024.10.04 15:58:04.006335 [ 3 ] {} <Trace> HTTP-Session: deadd5b3-423c-4fc6-ac2b-d05e4c4d9a9c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3187 | 2024.10.04 15:58:04.006446 [ 3 ] {0c91c69b-8bb4-4a11-9b09-3b24d1382afd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 3188 | 2024.10.04 15:58:04.006494 [ 3 ] {0c91c69b-8bb4-4a11-9b09-3b24d1382afd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3189 | 2024.10.04 15:58:04.006726 [ 3 ] {0c91c69b-8bb4-4a11-9b09-3b24d1382afd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3190 | 2024.10.04 15:58:04.007060 [ 3 ] {0c91c69b-8bb4-4a11-9b09-3b24d1382afd} <Trace> oximeter.fields_u32 (d636b635-d679-4839-bb6a-f39822d1a48c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3191 | 2024.10.04 15:58:04.007097 [ 3 ] {0c91c69b-8bb4-4a11-9b09-3b24d1382afd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 3192 | 2024.10.04 15:58:04.007460 [ 3 ] {0c91c69b-8bb4-4a11-9b09-3b24d1382afd} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 3193 | 2024.10.04 15:58:04.007824 [ 3 ] {0c91c69b-8bb4-4a11-9b09-3b24d1382afd} <Trace> oximeter.fields_u32 (d636b635-d679-4839-bb6a-f39822d1a48c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3194 | 2024.10.04 15:58:04.007994 [ 3 ] {0c91c69b-8bb4-4a11-9b09-3b24d1382afd} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00157 sec., 8917.197452229299 rows/sec., 624.50 KiB/sec. | ||
| 3195 | 2024.10.04 15:58:04.008309 [ 3 ] {0c91c69b-8bb4-4a11-9b09-3b24d1382afd} <Debug> DynamicQueryHandler: Done processing query | ||
| 3196 | 2024.10.04 15:58:04.008336 [ 3 ] {0c91c69b-8bb4-4a11-9b09-3b24d1382afd} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 3197 | 2024.10.04 15:58:04.008352 [ 3 ] {} <Debug> HTTP-Session: deadd5b3-423c-4fc6-ac2b-d05e4c4d9a9c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3198 | 2024.10.04 15:58:04.008487 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3199 | 2024.10.04 15:58:04.008554 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3200 | 2024.10.04 15:58:04.008583 [ 3 ] {} <Debug> HTTP-Session: 9e2e155c-6aca-482e-96a4-b3d7629d5455 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 3201 | 2024.10.04 15:58:04.008607 [ 3 ] {} <Debug> HTTP-Session: 9e2e155c-6aca-482e-96a4-b3d7629d5455 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3202 | 2024.10.04 15:58:04.008628 [ 3 ] {} <Debug> HTTP-Session: 9e2e155c-6aca-482e-96a4-b3d7629d5455 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3203 | 2024.10.04 15:58:04.008672 [ 3 ] {} <Trace> HTTP-Session: 9e2e155c-6aca-482e-96a4-b3d7629d5455 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3204 | 2024.10.04 15:58:04.008800 [ 3 ] {2fb12fdc-d513-4eee-a1f5-aa20e11d3ddc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 3205 | 2024.10.04 15:58:04.008849 [ 3 ] {2fb12fdc-d513-4eee-a1f5-aa20e11d3ddc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3206 | 2024.10.04 15:58:04.009109 [ 3 ] {2fb12fdc-d513-4eee-a1f5-aa20e11d3ddc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3207 | 2024.10.04 15:58:04.009437 [ 3 ] {2fb12fdc-d513-4eee-a1f5-aa20e11d3ddc} <Trace> oximeter.fields_u8 (b38c7fc2-16b2-4da0-8e0e-60bfa18d3929): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3208 | 2024.10.04 15:58:04.009474 [ 3 ] {2fb12fdc-d513-4eee-a1f5-aa20e11d3ddc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 3209 | 2024.10.04 15:58:04.009831 [ 3 ] {2fb12fdc-d513-4eee-a1f5-aa20e11d3ddc} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 3210 | 2024.10.04 15:58:04.010198 [ 3 ] {2fb12fdc-d513-4eee-a1f5-aa20e11d3ddc} <Trace> oximeter.fields_u8 (b38c7fc2-16b2-4da0-8e0e-60bfa18d3929): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3211 | 2024.10.04 15:58:04.010358 [ 38 ] {} <Debug> oximeter.fields_u8 (b38c7fc2-16b2-4da0-8e0e-60bfa18d3929) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 3212 | 2024.10.04 15:58:04.010369 [ 3 ] {2fb12fdc-d513-4eee-a1f5-aa20e11d3ddc} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001585 sec., 3785.488958990536 rows/sec., 223.65 KiB/sec. | ||
| 3213 | 2024.10.04 15:58:04.010447 [ 38 ] {} <Trace> oximeter.fields_u8 (b38c7fc2-16b2-4da0-8e0e-60bfa18d3929): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3214 | 2024.10.04 15:58:04.010531 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 3215 | 2024.10.04 15:58:04.010807 [ 3 ] {2fb12fdc-d513-4eee-a1f5-aa20e11d3ddc} <Debug> DynamicQueryHandler: Done processing query | ||
| 3216 | 2024.10.04 15:58:04.010840 [ 201 ] {b38c7fc2-16b2-4da0-8e0e-60bfa18d3929::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 | ||
| 3217 | 2024.10.04 15:58:04.010870 [ 3 ] {2fb12fdc-d513-4eee-a1f5-aa20e11d3ddc} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 3218 | 2024.10.04 15:58:04.010933 [ 3 ] {} <Debug> HTTP-Session: 9e2e155c-6aca-482e-96a4-b3d7629d5455 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3219 | 2024.10.04 15:58:04.011099 [ 201 ] {b38c7fc2-16b2-4da0-8e0e-60bfa18d3929::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3220 | 2024.10.04 15:58:04.011170 [ 201 ] {b38c7fc2-16b2-4da0-8e0e-60bfa18d3929::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 6 rows starting from the beginning of the part | ||
| 3221 | 2024.10.04 15:58:04.011233 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 61833, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3222 | 2024.10.04 15:58:04.011352 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3223 | 2024.10.04 15:58:04.011454 [ 3 ] {} <Debug> HTTP-Session: 58cfa210-fcf2-4ede-ba9f-3dbe3b230fd1 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 3224 | 2024.10.04 15:58:04.011457 [ 201 ] {b38c7fc2-16b2-4da0-8e0e-60bfa18d3929::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 | ||
| 3225 | 2024.10.04 15:58:04.011527 [ 3 ] {} <Debug> HTTP-Session: 58cfa210-fcf2-4ede-ba9f-3dbe3b230fd1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3226 | 2024.10.04 15:58:04.011585 [ 3 ] {} <Debug> HTTP-Session: 58cfa210-fcf2-4ede-ba9f-3dbe3b230fd1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3227 | 2024.10.04 15:58:04.011829 [ 201 ] {b38c7fc2-16b2-4da0-8e0e-60bfa18d3929::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 | ||
| 3228 | 2024.10.04 15:58:04.011821 [ 3 ] {} <Trace> HTTP-Session: 58cfa210-fcf2-4ede-ba9f-3dbe3b230fd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3229 | 2024.10.04 15:58:04.012081 [ 201 ] {b38c7fc2-16b2-4da0-8e0e-60bfa18d3929::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part | ||
| 3230 | 2024.10.04 15:58:04.012364 [ 201 ] {b38c7fc2-16b2-4da0-8e0e-60bfa18d3929::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 | ||
| 3231 | 2024.10.04 15:58:04.012376 [ 3 ] {14bd0b29-8be6-4e56-840c-d6a7b710cdda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 3232 | 2024.10.04 15:58:04.012546 [ 3 ] {14bd0b29-8be6-4e56-840c-d6a7b710cdda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3233 | 2024.10.04 15:58:04.013388 [ 3 ] {14bd0b29-8be6-4e56-840c-d6a7b710cdda} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3234 | 2024.10.04 15:58:04.014674 [ 3 ] {14bd0b29-8be6-4e56-840c-d6a7b710cdda} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3235 | 2024.10.04 15:58:04.014745 [ 3 ] {14bd0b29-8be6-4e56-840c-d6a7b710cdda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 3236 | 2024.10.04 15:58:04.015198 [ 201 ] {b38c7fc2-16b2-4da0-8e0e-60bfa18d3929::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.004533904 sec., 6616.8141186932935 rows/sec., 420.01 KiB/sec. | ||
| 3237 | 2024.10.04 15:58:04.015504 [ 187 ] {b38c7fc2-16b2-4da0-8e0e-60bfa18d3929::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 3238 | 2024.10.04 15:58:04.015645 [ 3 ] {14bd0b29-8be6-4e56-840c-d6a7b710cdda} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3239 | 2024.10.04 15:58:04.016932 [ 3 ] {14bd0b29-8be6-4e56-840c-d6a7b710cdda} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3240 | 2024.10.04 15:58:04.016952 [ 187 ] {b38c7fc2-16b2-4da0-8e0e-60bfa18d3929::all_1_5_1} <Trace> oximeter.fields_u8 (b38c7fc2-16b2-4da0-8e0e-60bfa18d3929): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3241 | 2024.10.04 15:58:04.017270 [ 3 ] {14bd0b29-8be6-4e56-840c-d6a7b710cdda} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.005169 sec., 73902.1087250919 rows/sec., 5.23 MiB/sec. | ||
| 3242 | 2024.10.04 15:58:04.017286 [ 187 ] {b38c7fc2-16b2-4da0-8e0e-60bfa18d3929::all_1_5_1} <Trace> oximeter.fields_u8 (b38c7fc2-16b2-4da0-8e0e-60bfa18d3929) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 3243 | 2024.10.04 15:58:04.017720 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 3244 | 2024.10.04 15:58:04.017880 [ 3 ] {14bd0b29-8be6-4e56-840c-d6a7b710cdda} <Debug> DynamicQueryHandler: Done processing query | ||
| 3245 | 2024.10.04 15:58:04.017911 [ 3 ] {14bd0b29-8be6-4e56-840c-d6a7b710cdda} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
| 3246 | 2024.10.04 15:58:04.017928 [ 3 ] {} <Debug> HTTP-Session: 58cfa210-fcf2-4ede-ba9f-3dbe3b230fd1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3247 | 2024.10.04 15:58:04.018067 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 906, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3248 | 2024.10.04 15:58:04.018119 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3249 | 2024.10.04 15:58:04.018138 [ 3 ] {} <Debug> HTTP-Session: e77e296f-3e40-4cd4-b370-b5ef84deae2e Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 3250 | 2024.10.04 15:58:04.018156 [ 3 ] {} <Debug> HTTP-Session: e77e296f-3e40-4cd4-b370-b5ef84deae2e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3251 | 2024.10.04 15:58:04.018170 [ 3 ] {} <Debug> HTTP-Session: e77e296f-3e40-4cd4-b370-b5ef84deae2e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3252 | 2024.10.04 15:58:04.018202 [ 3 ] {} <Trace> HTTP-Session: e77e296f-3e40-4cd4-b370-b5ef84deae2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3253 | 2024.10.04 15:58:04.018310 [ 3 ] {b6e15ae5-c572-44de-b4cc-c1c9ffab5c02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 3254 | 2024.10.04 15:58:04.018359 [ 3 ] {b6e15ae5-c572-44de-b4cc-c1c9ffab5c02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3255 | 2024.10.04 15:58:04.018520 [ 3 ] {b6e15ae5-c572-44de-b4cc-c1c9ffab5c02} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3256 | 2024.10.04 15:58:04.018798 [ 3 ] {b6e15ae5-c572-44de-b4cc-c1c9ffab5c02} <Trace> oximeter.measurements_bool (07631250-7a70-49e6-a733-c0ce298d5d2f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3257 | 2024.10.04 15:58:04.018834 [ 3 ] {b6e15ae5-c572-44de-b4cc-c1c9ffab5c02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 3258 | 2024.10.04 15:58:04.019201 [ 3 ] {b6e15ae5-c572-44de-b4cc-c1c9ffab5c02} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 3259 | 2024.10.04 15:58:04.019538 [ 3 ] {b6e15ae5-c572-44de-b4cc-c1c9ffab5c02} <Trace> oximeter.measurements_bool (07631250-7a70-49e6-a733-c0ce298d5d2f): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3260 | 2024.10.04 15:58:04.019706 [ 3 ] {b6e15ae5-c572-44de-b4cc-c1c9ffab5c02} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001413 sec., 4246.284501061571 rows/sec., 221.85 KiB/sec. | ||
| 3261 | 2024.10.04 15:58:04.020012 [ 3 ] {b6e15ae5-c572-44de-b4cc-c1c9ffab5c02} <Debug> DynamicQueryHandler: Done processing query | ||
| 3262 | 2024.10.04 15:58:04.020037 [ 3 ] {b6e15ae5-c572-44de-b4cc-c1c9ffab5c02} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 3263 | 2024.10.04 15:58:04.020053 [ 3 ] {} <Debug> HTTP-Session: e77e296f-3e40-4cd4-b370-b5ef84deae2e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3264 | 2024.10.04 15:58:04.020247 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 44623, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3265 | 2024.10.04 15:58:04.020294 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3266 | 2024.10.04 15:58:04.020314 [ 3 ] {} <Debug> HTTP-Session: 47544635-e444-4301-a7fb-621d63c03434 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 3267 | 2024.10.04 15:58:04.020331 [ 3 ] {} <Debug> HTTP-Session: 47544635-e444-4301-a7fb-621d63c03434 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3268 | 2024.10.04 15:58:04.020346 [ 3 ] {} <Debug> HTTP-Session: 47544635-e444-4301-a7fb-621d63c03434 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3269 | 2024.10.04 15:58:04.020377 [ 3 ] {} <Trace> HTTP-Session: 47544635-e444-4301-a7fb-621d63c03434 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3270 | 2024.10.04 15:58:04.020567 [ 3 ] {08dbbb6b-390b-4d8b-bf01-56a68b9f4f01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 3271 | 2024.10.04 15:58:04.020615 [ 3 ] {08dbbb6b-390b-4d8b-bf01-56a68b9f4f01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3272 | 2024.10.04 15:58:04.020787 [ 3 ] {08dbbb6b-390b-4d8b-bf01-56a68b9f4f01} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3273 | 2024.10.04 15:58:04.021231 [ 3 ] {08dbbb6b-390b-4d8b-bf01-56a68b9f4f01} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3274 | 2024.10.04 15:58:04.021268 [ 3 ] {08dbbb6b-390b-4d8b-bf01-56a68b9f4f01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 3275 | 2024.10.04 15:58:04.021663 [ 3 ] {08dbbb6b-390b-4d8b-bf01-56a68b9f4f01} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3276 | 2024.10.04 15:58:04.022002 [ 3 ] {08dbbb6b-390b-4d8b-bf01-56a68b9f4f01} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3277 | 2024.10.04 15:58:04.022168 [ 3 ] {08dbbb6b-390b-4d8b-bf01-56a68b9f4f01} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001692 sec., 140070.9219858156 rows/sec., 9.39 MiB/sec. | ||
| 3278 | 2024.10.04 15:58:04.022348 [ 3 ] {08dbbb6b-390b-4d8b-bf01-56a68b9f4f01} <Debug> DynamicQueryHandler: Done processing query | ||
| 3279 | 2024.10.04 15:58:04.022373 [ 3 ] {08dbbb6b-390b-4d8b-bf01-56a68b9f4f01} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 3280 | 2024.10.04 15:58:04.022389 [ 3 ] {} <Debug> HTTP-Session: 47544635-e444-4301-a7fb-621d63c03434 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3281 | 2024.10.04 15:58:04.022547 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3282 | 2024.10.04 15:58:04.022596 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3283 | 2024.10.04 15:58:04.022614 [ 3 ] {} <Debug> HTTP-Session: dbdb11f9-826e-4460-95b9-176d9e28b3ea Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 3284 | 2024.10.04 15:58:04.022632 [ 3 ] {} <Debug> HTTP-Session: dbdb11f9-826e-4460-95b9-176d9e28b3ea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3285 | 2024.10.04 15:58:04.022646 [ 3 ] {} <Debug> HTTP-Session: dbdb11f9-826e-4460-95b9-176d9e28b3ea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3286 | 2024.10.04 15:58:04.022678 [ 3 ] {} <Trace> HTTP-Session: dbdb11f9-826e-4460-95b9-176d9e28b3ea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3287 | 2024.10.04 15:58:04.022770 [ 3 ] {d586d75b-80b1-41ba-bde5-18121ae30a37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 3288 | 2024.10.04 15:58:04.022815 [ 3 ] {d586d75b-80b1-41ba-bde5-18121ae30a37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3289 | 2024.10.04 15:58:04.022946 [ 3 ] {d586d75b-80b1-41ba-bde5-18121ae30a37} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3290 | 2024.10.04 15:58:04.023193 [ 3 ] {d586d75b-80b1-41ba-bde5-18121ae30a37} <Trace> oximeter.measurements_f64 (87d8cd82-19cb-42e6-8b47-b078fc436c38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3291 | 2024.10.04 15:58:04.023228 [ 3 ] {d586d75b-80b1-41ba-bde5-18121ae30a37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 3292 | 2024.10.04 15:58:04.023577 [ 3 ] {d586d75b-80b1-41ba-bde5-18121ae30a37} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 3293 | 2024.10.04 15:58:04.023896 [ 3 ] {d586d75b-80b1-41ba-bde5-18121ae30a37} <Trace> oximeter.measurements_f64 (87d8cd82-19cb-42e6-8b47-b078fc436c38): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3294 | 2024.10.04 15:58:04.024041 [ 38 ] {} <Debug> oximeter.measurements_f64 (87d8cd82-19cb-42e6-8b47-b078fc436c38) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 3295 | 2024.10.04 15:58:04.024058 [ 3 ] {d586d75b-80b1-41ba-bde5-18121ae30a37} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001303 sec., 767.4597083653109 rows/sec., 51.71 KiB/sec. | ||
| 3296 | 2024.10.04 15:58:04.024104 [ 38 ] {} <Trace> oximeter.measurements_f64 (87d8cd82-19cb-42e6-8b47-b078fc436c38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3297 | 2024.10.04 15:58:04.024170 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 3298 | 2024.10.04 15:58:04.024356 [ 3 ] {d586d75b-80b1-41ba-bde5-18121ae30a37} <Debug> DynamicQueryHandler: Done processing query | ||
| 3299 | 2024.10.04 15:58:04.024372 [ 199 ] {87d8cd82-19cb-42e6-8b47-b078fc436c38::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 | ||
| 3300 | 2024.10.04 15:58:04.024392 [ 3 ] {d586d75b-80b1-41ba-bde5-18121ae30a37} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 3301 | 2024.10.04 15:58:04.024457 [ 3 ] {} <Debug> HTTP-Session: dbdb11f9-826e-4460-95b9-176d9e28b3ea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3302 | 2024.10.04 15:58:04.024617 [ 199 ] {87d8cd82-19cb-42e6-8b47-b078fc436c38::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3303 | 2024.10.04 15:58:04.024636 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 12156, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3304 | 2024.10.04 15:58:04.024689 [ 199 ] {87d8cd82-19cb-42e6-8b47-b078fc436c38::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1 rows starting from the beginning of the part | ||
| 3305 | 2024.10.04 15:58:04.024733 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3306 | 2024.10.04 15:58:04.024774 [ 3 ] {} <Debug> HTTP-Session: 7579751c-f317-4ba6-a9fb-089554bdb6c4 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 3307 | 2024.10.04 15:58:04.024830 [ 3 ] {} <Debug> HTTP-Session: 7579751c-f317-4ba6-a9fb-089554bdb6c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3308 | 2024.10.04 15:58:04.024898 [ 3 ] {} <Debug> HTTP-Session: 7579751c-f317-4ba6-a9fb-089554bdb6c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3309 | 2024.10.04 15:58:04.025011 [ 199 ] {87d8cd82-19cb-42e6-8b47-b078fc436c38::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 1 rows starting from the beginning of the part | ||
| 3310 | 2024.10.04 15:58:04.025034 [ 3 ] {} <Trace> HTTP-Session: 7579751c-f317-4ba6-a9fb-089554bdb6c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3311 | 2024.10.04 15:58:04.025248 [ 199 ] {87d8cd82-19cb-42e6-8b47-b078fc436c38::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 1 rows starting from the beginning of the part | ||
| 3312 | 2024.10.04 15:58:04.025486 [ 3 ] {fb77d589-c93a-4834-a42e-d8e0c0c83933} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 3313 | 2024.10.04 15:58:04.025544 [ 199 ] {87d8cd82-19cb-42e6-8b47-b078fc436c38::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1 rows starting from the beginning of the part | ||
| 3314 | 2024.10.04 15:58:04.025644 [ 3 ] {fb77d589-c93a-4834-a42e-d8e0c0c83933} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3315 | 2024.10.04 15:58:04.025872 [ 199 ] {87d8cd82-19cb-42e6-8b47-b078fc436c38::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 1 rows starting from the beginning of the part | ||
| 3316 | 2024.10.04 15:58:04.026569 [ 3 ] {fb77d589-c93a-4834-a42e-d8e0c0c83933} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3317 | 2024.10.04 15:58:04.027245 [ 3 ] {fb77d589-c93a-4834-a42e-d8e0c0c83933} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3318 | 2024.10.04 15:58:04.027303 [ 3 ] {fb77d589-c93a-4834-a42e-d8e0c0c83933} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 3319 | 2024.10.04 15:58:04.028413 [ 3 ] {fb77d589-c93a-4834-a42e-d8e0c0c83933} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3320 | 2024.10.04 15:58:04.028580 [ 199 ] {87d8cd82-19cb-42e6-8b47-b078fc436c38::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5 rows, containing 4 columns (4 merged, 0 gathered) in 0.004289857 sec., 1165.54001683506 rows/sec., 78.54 KiB/sec. | ||
| 3321 | 2024.10.04 15:58:04.028811 [ 199 ] {87d8cd82-19cb-42e6-8b47-b078fc436c38::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 3322 | 2024.10.04 15:58:04.029298 [ 3 ] {fb77d589-c93a-4834-a42e-d8e0c0c83933} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3323 | 2024.10.04 15:58:04.029674 [ 3 ] {fb77d589-c93a-4834-a42e-d8e0c0c83933} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.004414 sec., 18577.254191209784 rows/sec., 1.18 MiB/sec. | ||
| 3324 | 2024.10.04 15:58:04.029799 [ 199 ] {87d8cd82-19cb-42e6-8b47-b078fc436c38::all_1_5_1} <Trace> oximeter.measurements_f64 (87d8cd82-19cb-42e6-8b47-b078fc436c38): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3325 | 2024.10.04 15:58:04.029968 [ 199 ] {87d8cd82-19cb-42e6-8b47-b078fc436c38::all_1_5_1} <Trace> oximeter.measurements_f64 (87d8cd82-19cb-42e6-8b47-b078fc436c38) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 3326 | 2024.10.04 15:58:04.030094 [ 3 ] {fb77d589-c93a-4834-a42e-d8e0c0c83933} <Debug> DynamicQueryHandler: Done processing query | ||
| 3327 | 2024.10.04 15:58:04.030124 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 3328 | 2024.10.04 15:58:04.030145 [ 3 ] {fb77d589-c93a-4834-a42e-d8e0c0c83933} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 3329 | 2024.10.04 15:58:04.030179 [ 3 ] {} <Debug> HTTP-Session: 7579751c-f317-4ba6-a9fb-089554bdb6c4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3330 | 2024.10.04 15:58:05.810206 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 344 | ||
| 3331 | 2024.10.04 15:58:05.813225 [ 242 ] {} <Trace> system.query_log (8f12c5ea-7fed-46c2-8a08-f82b2fd1cd88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3332 | 2024.10.04 15:58:05.813273 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 3333 | 2024.10.04 15:58:05.814862 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3334 | 2024.10.04 15:58:05.815862 [ 242 ] {} <Trace> system.query_log (8f12c5ea-7fed-46c2-8a08-f82b2fd1cd88): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3335 | 2024.10.04 15:58:05.816719 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 344 | ||
| 3336 | 2024.10.04 15:58:08.997057 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 1452, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3337 | 2024.10.04 15:58:08.997178 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3338 | 2024.10.04 15:58:08.997208 [ 3 ] {} <Debug> HTTP-Session: 1b272fb6-038b-4452-88f0-8a6ce1ebf6d6 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 3339 | 2024.10.04 15:58:08.997243 [ 3 ] {} <Debug> HTTP-Session: 1b272fb6-038b-4452-88f0-8a6ce1ebf6d6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3340 | 2024.10.04 15:58:08.997261 [ 3 ] {} <Debug> HTTP-Session: 1b272fb6-038b-4452-88f0-8a6ce1ebf6d6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3341 | 2024.10.04 15:58:08.997319 [ 3 ] {} <Trace> HTTP-Session: 1b272fb6-038b-4452-88f0-8a6ce1ebf6d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3342 | 2024.10.04 15:58:08.997600 [ 3 ] {0a0e0c15-2555-49c3-8960-0754f6de1346} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
| 3343 | 2024.10.04 15:58:08.998067 [ 3 ] {0a0e0c15-2555-49c3-8960-0754f6de1346} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 3344 | 2024.10.04 15:58:08.998120 [ 3 ] {0a0e0c15-2555-49c3-8960-0754f6de1346} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 3345 | 2024.10.04 15:58:08.998494 [ 3 ] {0a0e0c15-2555-49c3-8960-0754f6de1346} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 3346 | 2024.10.04 15:58:08.998576 [ 3 ] {0a0e0c15-2555-49c3-8960-0754f6de1346} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 3347 | 2024.10.04 15:58:08.998754 [ 3 ] {0a0e0c15-2555-49c3-8960-0754f6de1346} <Debug> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Key condition: (column 0 notIn 40-element set) | ||
| 3348 | 2024.10.04 15:58:08.998880 [ 256 ] {0a0e0c15-2555-49c3-8960-0754f6de1346} <Trace> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 3349 | 2024.10.04 15:58:08.998901 [ 251 ] {0a0e0c15-2555-49c3-8960-0754f6de1346} <Trace> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Used generic exclusion search over index for part all_6_6_0 with 1 steps | ||
| 3350 | 2024.10.04 15:58:08.999020 [ 3 ] {0a0e0c15-2555-49c3-8960-0754f6de1346} <Debug> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (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 | ||
| 3351 | 2024.10.04 15:58:08.999050 [ 3 ] {0a0e0c15-2555-49c3-8960-0754f6de1346} <Trace> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 3352 | 2024.10.04 15:58:08.999147 [ 3 ] {0a0e0c15-2555-49c3-8960-0754f6de1346} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 3353 | 2024.10.04 15:58:08.999171 [ 3 ] {0a0e0c15-2555-49c3-8960-0754f6de1346} <Debug> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756) (SelectExecutor): Reading approx. 40 rows with 2 streams | ||
| 3354 | 2024.10.04 15:58:08.999216 [ 3 ] {0a0e0c15-2555-49c3-8960-0754f6de1346} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 3355 | 2024.10.04 15:58:08.999266 [ 3 ] {0a0e0c15-2555-49c3-8960-0754f6de1346} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 3356 | 2024.10.04 15:58:09.000155 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 145.71 MiB, peak 153.68 MiB, free memory in arenas 0.00 B, will set to 144.70 MiB (RSS), difference: -1.01 MiB | ||
| 3357 | 2024.10.04 15:58:09.001096 [ 3 ] {0a0e0c15-2555-49c3-8960-0754f6de1346} <Debug> executeQuery: Read 40 rows, 1.53 KiB in 0.003615 sec., 11065.006915629321 rows/sec., 421.96 KiB/sec. | ||
| 3358 | 2024.10.04 15:58:09.001722 [ 3 ] {0a0e0c15-2555-49c3-8960-0754f6de1346} <Debug> DynamicQueryHandler: Done processing query | ||
| 3359 | 2024.10.04 15:58:09.001750 [ 3 ] {0a0e0c15-2555-49c3-8960-0754f6de1346} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
| 3360 | 2024.10.04 15:58:09.001784 [ 3 ] {} <Debug> HTTP-Session: 1b272fb6-038b-4452-88f0-8a6ce1ebf6d6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3361 | 2024.10.04 15:58:09.007150 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 452, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3362 | 2024.10.04 15:58:09.007212 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3363 | 2024.10.04 15:58:09.007238 [ 3 ] {} <Debug> HTTP-Session: 062d1ac1-8403-45b8-9ec2-9cd7ca909ab7 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 3364 | 2024.10.04 15:58:09.007262 [ 3 ] {} <Debug> HTTP-Session: 062d1ac1-8403-45b8-9ec2-9cd7ca909ab7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3365 | 2024.10.04 15:58:09.007280 [ 3 ] {} <Debug> HTTP-Session: 062d1ac1-8403-45b8-9ec2-9cd7ca909ab7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3366 | 2024.10.04 15:58:09.007325 [ 3 ] {} <Trace> HTTP-Session: 062d1ac1-8403-45b8-9ec2-9cd7ca909ab7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3367 | 2024.10.04 15:58:09.007474 [ 3 ] {238eeacc-60d6-4700-aa36-68e4283e60d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
| 3368 | 2024.10.04 15:58:09.007535 [ 3 ] {238eeacc-60d6-4700-aa36-68e4283e60d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 3369 | 2024.10.04 15:58:09.007757 [ 3 ] {238eeacc-60d6-4700-aa36-68e4283e60d8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3370 | 2024.10.04 15:58:09.008146 [ 3 ] {238eeacc-60d6-4700-aa36-68e4283e60d8} <Trace> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3371 | 2024.10.04 15:58:09.008184 [ 3 ] {238eeacc-60d6-4700-aa36-68e4283e60d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 3372 | 2024.10.04 15:58:09.008705 [ 3 ] {238eeacc-60d6-4700-aa36-68e4283e60d8} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3373 | 2024.10.04 15:58:09.009051 [ 3 ] {238eeacc-60d6-4700-aa36-68e4283e60d8} <Trace> oximeter.timeseries_schema (198dc1bb-4ef8-4581-a59a-646a7c8ed756): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3374 | 2024.10.04 15:58:09.009193 [ 3 ] {238eeacc-60d6-4700-aa36-68e4283e60d8} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.001766 sec., 566.2514156285391 rows/sec., 128.29 KiB/sec. | ||
| 3375 | 2024.10.04 15:58:09.009380 [ 3 ] {238eeacc-60d6-4700-aa36-68e4283e60d8} <Debug> DynamicQueryHandler: Done processing query | ||
| 3376 | 2024.10.04 15:58:09.009404 [ 3 ] {238eeacc-60d6-4700-aa36-68e4283e60d8} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 3377 | 2024.10.04 15:58:09.009420 [ 3 ] {} <Debug> HTTP-Session: 062d1ac1-8403-45b8-9ec2-9cd7ca909ab7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3378 | 2024.10.04 15:58:09.009535 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3379 | 2024.10.04 15:58:09.009585 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3380 | 2024.10.04 15:58:09.009604 [ 3 ] {} <Debug> HTTP-Session: ed8cd7f4-ab3f-41fa-97b4-8ecd89b09a99 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 3381 | 2024.10.04 15:58:09.009623 [ 3 ] {} <Debug> HTTP-Session: ed8cd7f4-ab3f-41fa-97b4-8ecd89b09a99 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3382 | 2024.10.04 15:58:09.009637 [ 3 ] {} <Debug> HTTP-Session: ed8cd7f4-ab3f-41fa-97b4-8ecd89b09a99 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3383 | 2024.10.04 15:58:09.009672 [ 3 ] {} <Trace> HTTP-Session: ed8cd7f4-ab3f-41fa-97b4-8ecd89b09a99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3384 | 2024.10.04 15:58:09.009772 [ 3 ] {a46800bc-ed78-4110-b2f1-3bde79021263} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 3385 | 2024.10.04 15:58:09.009818 [ 3 ] {a46800bc-ed78-4110-b2f1-3bde79021263} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3386 | 2024.10.04 15:58:09.010056 [ 3 ] {a46800bc-ed78-4110-b2f1-3bde79021263} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3387 | 2024.10.04 15:58:09.010396 [ 3 ] {a46800bc-ed78-4110-b2f1-3bde79021263} <Trace> oximeter.fields_ipaddr (b5a61649-f8d2-4d83-9d9d-bb23c07f582c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3388 | 2024.10.04 15:58:09.010431 [ 3 ] {a46800bc-ed78-4110-b2f1-3bde79021263} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 3389 | 2024.10.04 15:58:09.010797 [ 3 ] {a46800bc-ed78-4110-b2f1-3bde79021263} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 3390 | 2024.10.04 15:58:09.011158 [ 3 ] {a46800bc-ed78-4110-b2f1-3bde79021263} <Trace> oximeter.fields_ipaddr (b5a61649-f8d2-4d83-9d9d-bb23c07f582c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3391 | 2024.10.04 15:58:09.011291 [ 3 ] {a46800bc-ed78-4110-b2f1-3bde79021263} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00154 sec., 1298.7012987012988 rows/sec., 105.90 KiB/sec. | ||
| 3392 | 2024.10.04 15:58:09.011631 [ 3 ] {a46800bc-ed78-4110-b2f1-3bde79021263} <Debug> DynamicQueryHandler: Done processing query | ||
| 3393 | 2024.10.04 15:58:09.011663 [ 3 ] {a46800bc-ed78-4110-b2f1-3bde79021263} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 3394 | 2024.10.04 15:58:09.011686 [ 3 ] {} <Debug> HTTP-Session: ed8cd7f4-ab3f-41fa-97b4-8ecd89b09a99 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3395 | 2024.10.04 15:58:09.011848 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 17301, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3396 | 2024.10.04 15:58:09.011906 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3397 | 2024.10.04 15:58:09.011946 [ 3 ] {} <Debug> HTTP-Session: a8eb0f39-7ede-47b0-a9d4-697f0bed1fdb Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 3398 | 2024.10.04 15:58:09.011969 [ 3 ] {} <Debug> HTTP-Session: a8eb0f39-7ede-47b0-a9d4-697f0bed1fdb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3399 | 2024.10.04 15:58:09.011989 [ 3 ] {} <Debug> HTTP-Session: a8eb0f39-7ede-47b0-a9d4-697f0bed1fdb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3400 | 2024.10.04 15:58:09.012029 [ 3 ] {} <Trace> HTTP-Session: a8eb0f39-7ede-47b0-a9d4-697f0bed1fdb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3401 | 2024.10.04 15:58:09.012189 [ 3 ] {e0e1bc62-68e2-47f8-99ef-f2202d689238} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 3402 | 2024.10.04 15:58:09.012242 [ 3 ] {e0e1bc62-68e2-47f8-99ef-f2202d689238} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3403 | 2024.10.04 15:58:09.012511 [ 3 ] {e0e1bc62-68e2-47f8-99ef-f2202d689238} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3404 | 2024.10.04 15:58:09.012913 [ 3 ] {e0e1bc62-68e2-47f8-99ef-f2202d689238} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3405 | 2024.10.04 15:58:09.012948 [ 3 ] {e0e1bc62-68e2-47f8-99ef-f2202d689238} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 3406 | 2024.10.04 15:58:09.013326 [ 3 ] {e0e1bc62-68e2-47f8-99ef-f2202d689238} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3407 | 2024.10.04 15:58:09.013697 [ 3 ] {e0e1bc62-68e2-47f8-99ef-f2202d689238} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3408 | 2024.10.04 15:58:09.013827 [ 3 ] {e0e1bc62-68e2-47f8-99ef-f2202d689238} <Debug> executeQuery: Read 117 rows, 10.16 KiB in 0.001707 sec., 68541.30052724078 rows/sec., 5.81 MiB/sec. | ||
| 3409 | 2024.10.04 15:58:09.014173 [ 3 ] {e0e1bc62-68e2-47f8-99ef-f2202d689238} <Debug> DynamicQueryHandler: Done processing query | ||
| 3410 | 2024.10.04 15:58:09.014200 [ 3 ] {e0e1bc62-68e2-47f8-99ef-f2202d689238} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 3411 | 2024.10.04 15:58:09.014217 [ 3 ] {} <Debug> HTTP-Session: a8eb0f39-7ede-47b0-a9d4-697f0bed1fdb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3412 | 2024.10.04 15:58:09.014350 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 4634, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3413 | 2024.10.04 15:58:09.014399 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3414 | 2024.10.04 15:58:09.014418 [ 3 ] {} <Debug> HTTP-Session: 052f867b-ec6c-40b5-8ab5-8745d128c3ad Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 3415 | 2024.10.04 15:58:09.014435 [ 3 ] {} <Debug> HTTP-Session: 052f867b-ec6c-40b5-8ab5-8745d128c3ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3416 | 2024.10.04 15:58:09.014450 [ 3 ] {} <Debug> HTTP-Session: 052f867b-ec6c-40b5-8ab5-8745d128c3ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3417 | 2024.10.04 15:58:09.014482 [ 3 ] {} <Trace> HTTP-Session: 052f867b-ec6c-40b5-8ab5-8745d128c3ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3418 | 2024.10.04 15:58:09.014591 [ 3 ] {97231c60-f735-4867-ba27-9e581d4ca912} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 3419 | 2024.10.04 15:58:09.014635 [ 3 ] {97231c60-f735-4867-ba27-9e581d4ca912} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3420 | 2024.10.04 15:58:09.014880 [ 3 ] {97231c60-f735-4867-ba27-9e581d4ca912} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3421 | 2024.10.04 15:58:09.015216 [ 3 ] {97231c60-f735-4867-ba27-9e581d4ca912} <Trace> oximeter.fields_u16 (e9c2286f-cf98-4582-9ae4-6e9eb84e22b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3422 | 2024.10.04 15:58:09.015259 [ 3 ] {97231c60-f735-4867-ba27-9e581d4ca912} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 3423 | 2024.10.04 15:58:09.015620 [ 3 ] {97231c60-f735-4867-ba27-9e581d4ca912} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 3424 | 2024.10.04 15:58:09.015985 [ 3 ] {97231c60-f735-4867-ba27-9e581d4ca912} <Trace> oximeter.fields_u16 (e9c2286f-cf98-4582-9ae4-6e9eb84e22b6): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3425 | 2024.10.04 15:58:09.016126 [ 3 ] {97231c60-f735-4867-ba27-9e581d4ca912} <Debug> executeQuery: Read 32 rows, 2.40 KiB in 0.001569 sec., 20395.156150414274 rows/sec., 1.49 MiB/sec. | ||
| 3426 | 2024.10.04 15:58:09.016302 [ 3 ] {97231c60-f735-4867-ba27-9e581d4ca912} <Debug> DynamicQueryHandler: Done processing query | ||
| 3427 | 2024.10.04 15:58:09.016327 [ 3 ] {97231c60-f735-4867-ba27-9e581d4ca912} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 3428 | 2024.10.04 15:58:09.016343 [ 3 ] {} <Debug> HTTP-Session: 052f867b-ec6c-40b5-8ab5-8745d128c3ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3429 | 2024.10.04 15:58:09.016488 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 16320, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3430 | 2024.10.04 15:58:09.016537 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3431 | 2024.10.04 15:58:09.016556 [ 3 ] {} <Debug> HTTP-Session: 93c171eb-6735-4916-b4d8-009a7608534b Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 3432 | 2024.10.04 15:58:09.016573 [ 3 ] {} <Debug> HTTP-Session: 93c171eb-6735-4916-b4d8-009a7608534b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3433 | 2024.10.04 15:58:09.016587 [ 3 ] {} <Debug> HTTP-Session: 93c171eb-6735-4916-b4d8-009a7608534b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3434 | 2024.10.04 15:58:09.016618 [ 3 ] {} <Trace> HTTP-Session: 93c171eb-6735-4916-b4d8-009a7608534b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3435 | 2024.10.04 15:58:09.016743 [ 3 ] {41fd35bf-7c82-40a8-acea-2e4d23f41d69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 3436 | 2024.10.04 15:58:09.016786 [ 3 ] {41fd35bf-7c82-40a8-acea-2e4d23f41d69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3437 | 2024.10.04 15:58:09.017012 [ 3 ] {41fd35bf-7c82-40a8-acea-2e4d23f41d69} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3438 | 2024.10.04 15:58:09.017365 [ 3 ] {41fd35bf-7c82-40a8-acea-2e4d23f41d69} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3439 | 2024.10.04 15:58:09.017401 [ 3 ] {41fd35bf-7c82-40a8-acea-2e4d23f41d69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 3440 | 2024.10.04 15:58:09.017760 [ 3 ] {41fd35bf-7c82-40a8-acea-2e4d23f41d69} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3441 | 2024.10.04 15:58:09.018112 [ 3 ] {41fd35bf-7c82-40a8-acea-2e4d23f41d69} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3442 | 2024.10.04 15:58:09.018240 [ 3 ] {41fd35bf-7c82-40a8-acea-2e4d23f41d69} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.001548 sec., 62015.503875969 rows/sec., 4.85 MiB/sec. | ||
| 3443 | 2024.10.04 15:58:09.018403 [ 3 ] {41fd35bf-7c82-40a8-acea-2e4d23f41d69} <Debug> DynamicQueryHandler: Done processing query | ||
| 3444 | 2024.10.04 15:58:09.018427 [ 3 ] {41fd35bf-7c82-40a8-acea-2e4d23f41d69} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 3445 | 2024.10.04 15:58:09.018443 [ 3 ] {} <Debug> HTTP-Session: 93c171eb-6735-4916-b4d8-009a7608534b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3446 | 2024.10.04 15:58:09.018618 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 30792, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3447 | 2024.10.04 15:58:09.018667 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3448 | 2024.10.04 15:58:09.018686 [ 3 ] {} <Debug> HTTP-Session: 04ffa32f-0f17-4ce9-b17f-f150ac915165 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 3449 | 2024.10.04 15:58:09.018703 [ 3 ] {} <Debug> HTTP-Session: 04ffa32f-0f17-4ce9-b17f-f150ac915165 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3450 | 2024.10.04 15:58:09.018717 [ 3 ] {} <Debug> HTTP-Session: 04ffa32f-0f17-4ce9-b17f-f150ac915165 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3451 | 2024.10.04 15:58:09.018748 [ 3 ] {} <Trace> HTTP-Session: 04ffa32f-0f17-4ce9-b17f-f150ac915165 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3452 | 2024.10.04 15:58:09.018894 [ 3 ] {7adccfc7-6849-4496-9ece-b2f1b5be858b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 3453 | 2024.10.04 15:58:09.018940 [ 3 ] {7adccfc7-6849-4496-9ece-b2f1b5be858b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3454 | 2024.10.04 15:58:09.019081 [ 3 ] {7adccfc7-6849-4496-9ece-b2f1b5be858b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3455 | 2024.10.04 15:58:09.019468 [ 3 ] {7adccfc7-6849-4496-9ece-b2f1b5be858b} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3456 | 2024.10.04 15:58:09.019503 [ 3 ] {7adccfc7-6849-4496-9ece-b2f1b5be858b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 3457 | 2024.10.04 15:58:09.019903 [ 3 ] {7adccfc7-6849-4496-9ece-b2f1b5be858b} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3458 | 2024.10.04 15:58:09.020269 [ 3 ] {7adccfc7-6849-4496-9ece-b2f1b5be858b} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3459 | 2024.10.04 15:58:09.020401 [ 3 ] {7adccfc7-6849-4496-9ece-b2f1b5be858b} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001575 sec., 102222.22222222222 rows/sec., 7.12 MiB/sec. | ||
| 3460 | 2024.10.04 15:58:09.020590 [ 3 ] {7adccfc7-6849-4496-9ece-b2f1b5be858b} <Debug> DynamicQueryHandler: Done processing query | ||
| 3461 | 2024.10.04 15:58:09.020630 [ 3 ] {7adccfc7-6849-4496-9ece-b2f1b5be858b} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 3462 | 2024.10.04 15:58:09.020647 [ 3 ] {} <Debug> HTTP-Session: 04ffa32f-0f17-4ce9-b17f-f150ac915165 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3463 | 2024.10.04 15:58:09.020880 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 50192, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3464 | 2024.10.04 15:58:09.020928 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3465 | 2024.10.04 15:58:09.020946 [ 3 ] {} <Debug> HTTP-Session: f58b5115-5516-48fb-b060-a0eb8b23e5f5 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 3466 | 2024.10.04 15:58:09.020963 [ 3 ] {} <Debug> HTTP-Session: f58b5115-5516-48fb-b060-a0eb8b23e5f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3467 | 2024.10.04 15:58:09.020978 [ 3 ] {} <Debug> HTTP-Session: f58b5115-5516-48fb-b060-a0eb8b23e5f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3468 | 2024.10.04 15:58:09.021008 [ 3 ] {} <Trace> HTTP-Session: f58b5115-5516-48fb-b060-a0eb8b23e5f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3469 | 2024.10.04 15:58:09.021339 [ 3 ] {622ee0ec-abe9-4b9b-9e90-7f8ba1881e4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 3470 | 2024.10.04 15:58:09.021403 [ 3 ] {622ee0ec-abe9-4b9b-9e90-7f8ba1881e4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3471 | 2024.10.04 15:58:09.021814 [ 3 ] {622ee0ec-abe9-4b9b-9e90-7f8ba1881e4e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3472 | 2024.10.04 15:58:09.022385 [ 3 ] {622ee0ec-abe9-4b9b-9e90-7f8ba1881e4e} <Trace> oximeter.measurements_histogramu64 (00490d86-ebe4-4f2c-857c-d83cd24ebd05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3473 | 2024.10.04 15:58:09.022421 [ 3 ] {622ee0ec-abe9-4b9b-9e90-7f8ba1881e4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 3474 | 2024.10.04 15:58:09.023059 [ 3 ] {622ee0ec-abe9-4b9b-9e90-7f8ba1881e4e} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 3475 | 2024.10.04 15:58:09.023478 [ 3 ] {622ee0ec-abe9-4b9b-9e90-7f8ba1881e4e} <Trace> oximeter.measurements_histogramu64 (00490d86-ebe4-4f2c-857c-d83cd24ebd05): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3476 | 2024.10.04 15:58:09.023646 [ 3 ] {622ee0ec-abe9-4b9b-9e90-7f8ba1881e4e} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.002547 sec., 11778.563015312133 rows/sec., 21.11 MiB/sec. | ||
| 3477 | 2024.10.04 15:58:09.024116 [ 3 ] {622ee0ec-abe9-4b9b-9e90-7f8ba1881e4e} <Debug> DynamicQueryHandler: Done processing query | ||
| 3478 | 2024.10.04 15:58:09.024141 [ 3 ] {622ee0ec-abe9-4b9b-9e90-7f8ba1881e4e} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 3479 | 2024.10.04 15:58:09.024158 [ 3 ] {} <Debug> HTTP-Session: f58b5115-5516-48fb-b060-a0eb8b23e5f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3480 | 2024.10.04 15:58:09.024289 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3481 | 2024.10.04 15:58:09.024337 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3482 | 2024.10.04 15:58:09.024357 [ 3 ] {} <Debug> HTTP-Session: 97380dee-f05d-4abd-a80b-72cde1f9fa7e Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 3483 | 2024.10.04 15:58:09.024374 [ 3 ] {} <Debug> HTTP-Session: 97380dee-f05d-4abd-a80b-72cde1f9fa7e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3484 | 2024.10.04 15:58:09.024388 [ 3 ] {} <Debug> HTTP-Session: 97380dee-f05d-4abd-a80b-72cde1f9fa7e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3485 | 2024.10.04 15:58:09.024419 [ 3 ] {} <Trace> HTTP-Session: 97380dee-f05d-4abd-a80b-72cde1f9fa7e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3486 | 2024.10.04 15:58:09.024531 [ 3 ] {3ea59646-2585-4c2f-b965-5e6e53c10649} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 3487 | 2024.10.04 15:58:09.024577 [ 3 ] {3ea59646-2585-4c2f-b965-5e6e53c10649} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3488 | 2024.10.04 15:58:09.024721 [ 3 ] {3ea59646-2585-4c2f-b965-5e6e53c10649} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3489 | 2024.10.04 15:58:09.025003 [ 3 ] {3ea59646-2585-4c2f-b965-5e6e53c10649} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3490 | 2024.10.04 15:58:09.025038 [ 3 ] {3ea59646-2585-4c2f-b965-5e6e53c10649} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 3491 | 2024.10.04 15:58:09.025401 [ 3 ] {3ea59646-2585-4c2f-b965-5e6e53c10649} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3492 | 2024.10.04 15:58:09.025735 [ 3 ] {3ea59646-2585-4c2f-b965-5e6e53c10649} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3493 | 2024.10.04 15:58:09.025893 [ 3 ] {3ea59646-2585-4c2f-b965-5e6e53c10649} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001387 sec., 43258.83201153569 rows/sec., 2.92 MiB/sec. | ||
| 3494 | 2024.10.04 15:58:09.026052 [ 3 ] {3ea59646-2585-4c2f-b965-5e6e53c10649} <Debug> DynamicQueryHandler: Done processing query | ||
| 3495 | 2024.10.04 15:58:09.026076 [ 3 ] {3ea59646-2585-4c2f-b965-5e6e53c10649} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 3496 | 2024.10.04 15:58:09.026092 [ 3 ] {} <Debug> HTTP-Session: 97380dee-f05d-4abd-a80b-72cde1f9fa7e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3497 | 2024.10.04 15:58:10.610929 [ 42 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3498 | 2024.10.04 15:58:10.610977 [ 42 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3499 | 2024.10.04 15:58:11.140909 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3500 | 2024.10.04 15:58:11.141054 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3501 | 2024.10.04 15:58:11.141084 [ 3 ] {} <Debug> HTTP-Session: 9a22af58-ff63-4a9c-859f-b7dbdce42de4 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 3502 | 2024.10.04 15:58:11.141114 [ 3 ] {} <Debug> HTTP-Session: 9a22af58-ff63-4a9c-859f-b7dbdce42de4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3503 | 2024.10.04 15:58:11.141132 [ 3 ] {} <Debug> HTTP-Session: 9a22af58-ff63-4a9c-859f-b7dbdce42de4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3504 | 2024.10.04 15:58:11.141190 [ 3 ] {} <Trace> HTTP-Session: 9a22af58-ff63-4a9c-859f-b7dbdce42de4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3505 | 2024.10.04 15:58:11.141398 [ 3 ] {6a512afc-da0a-45a1-a313-8063a7446511} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 3506 | 2024.10.04 15:58:11.141478 [ 3 ] {6a512afc-da0a-45a1-a313-8063a7446511} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3507 | 2024.10.04 15:58:11.141877 [ 3 ] {6a512afc-da0a-45a1-a313-8063a7446511} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3508 | 2024.10.04 15:58:11.142281 [ 3 ] {6a512afc-da0a-45a1-a313-8063a7446511} <Trace> oximeter.fields_ipaddr (b5a61649-f8d2-4d83-9d9d-bb23c07f582c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3509 | 2024.10.04 15:58:11.142328 [ 3 ] {6a512afc-da0a-45a1-a313-8063a7446511} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 3510 | 2024.10.04 15:58:11.142739 [ 3 ] {6a512afc-da0a-45a1-a313-8063a7446511} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 3511 | 2024.10.04 15:58:11.143128 [ 3 ] {6a512afc-da0a-45a1-a313-8063a7446511} <Trace> oximeter.fields_ipaddr (b5a61649-f8d2-4d83-9d9d-bb23c07f582c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3512 | 2024.10.04 15:58:11.143307 [ 3 ] {6a512afc-da0a-45a1-a313-8063a7446511} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00196 sec., 1020.4081632653061 rows/sec., 83.21 KiB/sec. | ||
| 3513 | 2024.10.04 15:58:11.143519 [ 3 ] {6a512afc-da0a-45a1-a313-8063a7446511} <Debug> DynamicQueryHandler: Done processing query | ||
| 3514 | 2024.10.04 15:58:11.143548 [ 3 ] {6a512afc-da0a-45a1-a313-8063a7446511} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 3515 | 2024.10.04 15:58:11.143565 [ 3 ] {} <Debug> HTTP-Session: 9a22af58-ff63-4a9c-859f-b7dbdce42de4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3516 | 2024.10.04 15:58:11.144052 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 193484, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3517 | 2024.10.04 15:58:11.144109 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3518 | 2024.10.04 15:58:11.144130 [ 3 ] {} <Debug> HTTP-Session: 543f575d-af40-448c-831a-23172bc10b6a Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 3519 | 2024.10.04 15:58:11.144149 [ 3 ] {} <Debug> HTTP-Session: 543f575d-af40-448c-831a-23172bc10b6a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3520 | 2024.10.04 15:58:11.144163 [ 3 ] {} <Debug> HTTP-Session: 543f575d-af40-448c-831a-23172bc10b6a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3521 | 2024.10.04 15:58:11.144198 [ 3 ] {} <Trace> HTTP-Session: 543f575d-af40-448c-831a-23172bc10b6a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3522 | 2024.10.04 15:58:11.145212 [ 3 ] {bca929f7-0759-41fd-a2b5-606e540a3f67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 3523 | 2024.10.04 15:58:11.145263 [ 3 ] {bca929f7-0759-41fd-a2b5-606e540a3f67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3524 | 2024.10.04 15:58:11.145504 [ 3 ] {bca929f7-0759-41fd-a2b5-606e540a3f67} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3525 | 2024.10.04 15:58:11.146828 [ 3 ] {bca929f7-0759-41fd-a2b5-606e540a3f67} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3526 | 2024.10.04 15:58:11.146866 [ 3 ] {bca929f7-0759-41fd-a2b5-606e540a3f67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 3527 | 2024.10.04 15:58:11.147340 [ 3 ] {bca929f7-0759-41fd-a2b5-606e540a3f67} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3528 | 2024.10.04 15:58:11.147707 [ 3 ] {bca929f7-0759-41fd-a2b5-606e540a3f67} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3529 | 2024.10.04 15:58:11.147880 [ 3 ] {bca929f7-0759-41fd-a2b5-606e540a3f67} <Debug> executeQuery: Read 1330 rows, 113.05 KiB in 0.003509 sec., 379025.36335138214 rows/sec., 31.46 MiB/sec. | ||
| 3530 | 2024.10.04 15:58:11.148071 [ 3 ] {bca929f7-0759-41fd-a2b5-606e540a3f67} <Debug> DynamicQueryHandler: Done processing query | ||
| 3531 | 2024.10.04 15:58:11.148096 [ 3 ] {bca929f7-0759-41fd-a2b5-606e540a3f67} <Debug> MemoryTracker: Peak memory usage (for query): 4.99 MiB. | ||
| 3532 | 2024.10.04 15:58:11.148112 [ 3 ] {} <Debug> HTTP-Session: 543f575d-af40-448c-831a-23172bc10b6a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3533 | 2024.10.04 15:58:11.148297 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3534 | 2024.10.04 15:58:11.148349 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3535 | 2024.10.04 15:58:11.148369 [ 3 ] {} <Debug> HTTP-Session: 4f619ecf-b8a1-4a3d-8271-d391b3283f26 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 3536 | 2024.10.04 15:58:11.148387 [ 3 ] {} <Debug> HTTP-Session: 4f619ecf-b8a1-4a3d-8271-d391b3283f26 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3537 | 2024.10.04 15:58:11.148401 [ 3 ] {} <Debug> HTTP-Session: 4f619ecf-b8a1-4a3d-8271-d391b3283f26 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3538 | 2024.10.04 15:58:11.148434 [ 3 ] {} <Trace> HTTP-Session: 4f619ecf-b8a1-4a3d-8271-d391b3283f26 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3539 | 2024.10.04 15:58:11.148532 [ 3 ] {48e0142e-39b1-41c9-acc5-85f13f1de0c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 3540 | 2024.10.04 15:58:11.148575 [ 3 ] {48e0142e-39b1-41c9-acc5-85f13f1de0c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3541 | 2024.10.04 15:58:11.148804 [ 3 ] {48e0142e-39b1-41c9-acc5-85f13f1de0c3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3542 | 2024.10.04 15:58:11.149106 [ 3 ] {48e0142e-39b1-41c9-acc5-85f13f1de0c3} <Trace> oximeter.fields_u16 (e9c2286f-cf98-4582-9ae4-6e9eb84e22b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3543 | 2024.10.04 15:58:11.149143 [ 3 ] {48e0142e-39b1-41c9-acc5-85f13f1de0c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 3544 | 2024.10.04 15:58:11.149484 [ 3 ] {48e0142e-39b1-41c9-acc5-85f13f1de0c3} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 3545 | 2024.10.04 15:58:11.149845 [ 3 ] {48e0142e-39b1-41c9-acc5-85f13f1de0c3} <Trace> oximeter.fields_u16 (e9c2286f-cf98-4582-9ae4-6e9eb84e22b6): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3546 | 2024.10.04 15:58:11.150001 [ 37 ] {} <Debug> oximeter.fields_u16 (e9c2286f-cf98-4582-9ae4-6e9eb84e22b6) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 3547 | 2024.10.04 15:58:11.150014 [ 3 ] {48e0142e-39b1-41c9-acc5-85f13f1de0c3} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001497 sec., 1336.005344021376 rows/sec., 93.29 KiB/sec. | ||
| 3548 | 2024.10.04 15:58:11.150090 [ 37 ] {} <Trace> oximeter.fields_u16 (e9c2286f-cf98-4582-9ae4-6e9eb84e22b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3549 | 2024.10.04 15:58:11.150163 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 3550 | 2024.10.04 15:58:11.150346 [ 3 ] {48e0142e-39b1-41c9-acc5-85f13f1de0c3} <Debug> DynamicQueryHandler: Done processing query | ||
| 3551 | 2024.10.04 15:58:11.150368 [ 201 ] {e9c2286f-cf98-4582-9ae4-6e9eb84e22b6::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 | ||
| 3552 | 2024.10.04 15:58:11.150380 [ 3 ] {48e0142e-39b1-41c9-acc5-85f13f1de0c3} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 3553 | 2024.10.04 15:58:11.150431 [ 3 ] {} <Debug> HTTP-Session: 4f619ecf-b8a1-4a3d-8271-d391b3283f26 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3554 | 2024.10.04 15:58:11.150587 [ 201 ] {e9c2286f-cf98-4582-9ae4-6e9eb84e22b6::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3555 | 2024.10.04 15:58:11.150616 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 32341, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3556 | 2024.10.04 15:58:11.150647 [ 201 ] {e9c2286f-cf98-4582-9ae4-6e9eb84e22b6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 8 rows starting from the beginning of the part | ||
| 3557 | 2024.10.04 15:58:11.150708 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3558 | 2024.10.04 15:58:11.150831 [ 3 ] {} <Debug> HTTP-Session: cee90691-022f-4e10-93bf-5cf26949541c Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 3559 | 2024.10.04 15:58:11.150890 [ 201 ] {e9c2286f-cf98-4582-9ae4-6e9eb84e22b6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 8 rows starting from the beginning of the part | ||
| 3560 | 2024.10.04 15:58:11.150908 [ 3 ] {} <Debug> HTTP-Session: cee90691-022f-4e10-93bf-5cf26949541c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3561 | 2024.10.04 15:58:11.150979 [ 3 ] {} <Debug> HTTP-Session: cee90691-022f-4e10-93bf-5cf26949541c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3562 | 2024.10.04 15:58:11.151161 [ 3 ] {} <Trace> HTTP-Session: cee90691-022f-4e10-93bf-5cf26949541c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3563 | 2024.10.04 15:58:11.151182 [ 201 ] {e9c2286f-cf98-4582-9ae4-6e9eb84e22b6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 8 rows starting from the beginning of the part | ||
| 3564 | 2024.10.04 15:58:11.151456 [ 201 ] {e9c2286f-cf98-4582-9ae4-6e9eb84e22b6::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 | ||
| 3565 | 2024.10.04 15:58:11.151603 [ 3 ] {cc0e20da-99f7-48ca-9a66-a136633783d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 3566 | 2024.10.04 15:58:11.151710 [ 201 ] {e9c2286f-cf98-4582-9ae4-6e9eb84e22b6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 32 rows starting from the beginning of the part | ||
| 3567 | 2024.10.04 15:58:11.151793 [ 3 ] {cc0e20da-99f7-48ca-9a66-a136633783d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3568 | 2024.10.04 15:58:11.152055 [ 201 ] {e9c2286f-cf98-4582-9ae4-6e9eb84e22b6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 2 rows starting from the beginning of the part | ||
| 3569 | 2024.10.04 15:58:11.153003 [ 3 ] {cc0e20da-99f7-48ca-9a66-a136633783d8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3570 | 2024.10.04 15:58:11.154116 [ 3 ] {cc0e20da-99f7-48ca-9a66-a136633783d8} <Trace> oximeter.fields_u32 (d636b635-d679-4839-bb6a-f39822d1a48c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3571 | 2024.10.04 15:58:11.154188 [ 3 ] {cc0e20da-99f7-48ca-9a66-a136633783d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 3572 | 2024.10.04 15:58:11.155136 [ 190 ] {e9c2286f-cf98-4582-9ae4-6e9eb84e22b6::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 88 rows, containing 5 columns (5 merged, 0 gathered) in 0.00482624 sec., 18233.656013791275 rows/sec., 1.40 MiB/sec. | ||
| 3573 | 2024.10.04 15:58:11.155235 [ 3 ] {cc0e20da-99f7-48ca-9a66-a136633783d8} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 3574 | 2024.10.04 15:58:11.155392 [ 190 ] {e9c2286f-cf98-4582-9ae4-6e9eb84e22b6::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 3575 | 2024.10.04 15:58:11.156218 [ 3 ] {cc0e20da-99f7-48ca-9a66-a136633783d8} <Trace> oximeter.fields_u32 (d636b635-d679-4839-bb6a-f39822d1a48c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3576 | 2024.10.04 15:58:11.156530 [ 37 ] {} <Debug> oximeter.fields_u32 (d636b635-d679-4839-bb6a-f39822d1a48c) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 3577 | 2024.10.04 15:58:11.156640 [ 37 ] {} <Trace> oximeter.fields_u32 (d636b635-d679-4839-bb6a-f39822d1a48c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3578 | 2024.10.04 15:58:11.156641 [ 3 ] {cc0e20da-99f7-48ca-9a66-a136633783d8} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.005251 sec., 46086.459721957726 rows/sec., 3.12 MiB/sec. | ||
| 3579 | 2024.10.04 15:58:11.156708 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 3580 | 2024.10.04 15:58:11.156874 [ 190 ] {e9c2286f-cf98-4582-9ae4-6e9eb84e22b6::all_1_6_1} <Trace> oximeter.fields_u16 (e9c2286f-cf98-4582-9ae4-6e9eb84e22b6): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3581 | 2024.10.04 15:58:11.157245 [ 190 ] {e9c2286f-cf98-4582-9ae4-6e9eb84e22b6::all_1_6_1} <Trace> oximeter.fields_u16 (e9c2286f-cf98-4582-9ae4-6e9eb84e22b6) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 3582 | 2024.10.04 15:58:11.157272 [ 199 ] {d636b635-d679-4839-bb6a-f39822d1a48c::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 | ||
| 3583 | 2024.10.04 15:58:11.157454 [ 3 ] {cc0e20da-99f7-48ca-9a66-a136633783d8} <Debug> DynamicQueryHandler: Done processing query | ||
| 3584 | 2024.10.04 15:58:11.157477 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 3585 | 2024.10.04 15:58:11.157542 [ 3 ] {cc0e20da-99f7-48ca-9a66-a136633783d8} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 3586 | 2024.10.04 15:58:11.157601 [ 3 ] {} <Debug> HTTP-Session: cee90691-022f-4e10-93bf-5cf26949541c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3587 | 2024.10.04 15:58:11.157708 [ 199 ] {d636b635-d679-4839-bb6a-f39822d1a48c::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3588 | 2024.10.04 15:58:11.157774 [ 199 ] {d636b635-d679-4839-bb6a-f39822d1a48c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 14 rows starting from the beginning of the part | ||
| 3589 | 2024.10.04 15:58:11.157795 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3590 | 2024.10.04 15:58:11.157938 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3591 | 2024.10.04 15:58:11.158032 [ 3 ] {} <Debug> HTTP-Session: c9b35b50-9515-4433-bb02-436ffbcba3f0 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 3592 | 2024.10.04 15:58:11.158102 [ 199 ] {d636b635-d679-4839-bb6a-f39822d1a48c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 14 rows starting from the beginning of the part | ||
| 3593 | 2024.10.04 15:58:11.158113 [ 3 ] {} <Debug> HTTP-Session: c9b35b50-9515-4433-bb02-436ffbcba3f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3594 | 2024.10.04 15:58:11.158169 [ 3 ] {} <Debug> HTTP-Session: c9b35b50-9515-4433-bb02-436ffbcba3f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3595 | 2024.10.04 15:58:11.158313 [ 3 ] {} <Trace> HTTP-Session: c9b35b50-9515-4433-bb02-436ffbcba3f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3596 | 2024.10.04 15:58:11.158342 [ 199 ] {d636b635-d679-4839-bb6a-f39822d1a48c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 242 rows starting from the beginning of the part | ||
| 3597 | 2024.10.04 15:58:11.158688 [ 199 ] {d636b635-d679-4839-bb6a-f39822d1a48c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 14 rows starting from the beginning of the part | ||
| 3598 | 2024.10.04 15:58:11.158717 [ 3 ] {ced52cd2-7d41-4c0f-8fa3-85d36a68d7d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 3599 | 2024.10.04 15:58:11.158864 [ 3 ] {ced52cd2-7d41-4c0f-8fa3-85d36a68d7d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3600 | 2024.10.04 15:58:11.159046 [ 199 ] {d636b635-d679-4839-bb6a-f39822d1a48c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 14 rows starting from the beginning of the part | ||
| 3601 | 2024.10.04 15:58:11.159382 [ 199 ] {d636b635-d679-4839-bb6a-f39822d1a48c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 242 rows starting from the beginning of the part | ||
| 3602 | 2024.10.04 15:58:11.160104 [ 3 ] {ced52cd2-7d41-4c0f-8fa3-85d36a68d7d4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3603 | 2024.10.04 15:58:11.160883 [ 3 ] {ced52cd2-7d41-4c0f-8fa3-85d36a68d7d4} <Trace> oximeter.fields_u8 (b38c7fc2-16b2-4da0-8e0e-60bfa18d3929): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3604 | 2024.10.04 15:58:11.160956 [ 3 ] {ced52cd2-7d41-4c0f-8fa3-85d36a68d7d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 3605 | 2024.10.04 15:58:11.162041 [ 3 ] {ced52cd2-7d41-4c0f-8fa3-85d36a68d7d4} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 3606 | 2024.10.04 15:58:11.162956 [ 193 ] {d636b635-d679-4839-bb6a-f39822d1a48c::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 540 rows, containing 5 columns (5 merged, 0 gathered) in 0.006083152 sec., 88769.7693564126 rows/sec., 6.03 MiB/sec. | ||
| 3607 | 2024.10.04 15:58:11.163156 [ 3 ] {ced52cd2-7d41-4c0f-8fa3-85d36a68d7d4} <Trace> oximeter.fields_u8 (b38c7fc2-16b2-4da0-8e0e-60bfa18d3929): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3608 | 2024.10.04 15:58:11.163230 [ 190 ] {d636b635-d679-4839-bb6a-f39822d1a48c::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 3609 | 2024.10.04 15:58:11.163484 [ 3 ] {ced52cd2-7d41-4c0f-8fa3-85d36a68d7d4} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.00494 sec., 1214.5748987854251 rows/sec., 71.76 KiB/sec. | ||
| 3610 | 2024.10.04 15:58:11.163857 [ 3 ] {ced52cd2-7d41-4c0f-8fa3-85d36a68d7d4} <Debug> DynamicQueryHandler: Done processing query | ||
| 3611 | 2024.10.04 15:58:11.163916 [ 3 ] {ced52cd2-7d41-4c0f-8fa3-85d36a68d7d4} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 3612 | 2024.10.04 15:58:11.163960 [ 3 ] {} <Debug> HTTP-Session: c9b35b50-9515-4433-bb02-436ffbcba3f0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3613 | 2024.10.04 15:58:11.164248 [ 190 ] {d636b635-d679-4839-bb6a-f39822d1a48c::all_1_6_1} <Trace> oximeter.fields_u32 (d636b635-d679-4839-bb6a-f39822d1a48c): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3614 | 2024.10.04 15:58:11.164325 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 137126, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3615 | 2024.10.04 15:58:11.164372 [ 190 ] {d636b635-d679-4839-bb6a-f39822d1a48c::all_1_6_1} <Trace> oximeter.fields_u32 (d636b635-d679-4839-bb6a-f39822d1a48c) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 3616 | 2024.10.04 15:58:11.164399 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3617 | 2024.10.04 15:58:11.164444 [ 3 ] {} <Debug> HTTP-Session: f18037b7-9b24-41d7-9332-dcdf28948f62 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 3618 | 2024.10.04 15:58:11.164502 [ 3 ] {} <Debug> HTTP-Session: f18037b7-9b24-41d7-9332-dcdf28948f62 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3619 | 2024.10.04 15:58:11.164536 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 3620 | 2024.10.04 15:58:11.164543 [ 3 ] {} <Debug> HTTP-Session: f18037b7-9b24-41d7-9332-dcdf28948f62 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3621 | 2024.10.04 15:58:11.164613 [ 3 ] {} <Trace> HTTP-Session: f18037b7-9b24-41d7-9332-dcdf28948f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3622 | 2024.10.04 15:58:11.164987 [ 3 ] {838a2260-04cc-4e2c-8759-89a322b07c60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 3623 | 2024.10.04 15:58:11.165031 [ 3 ] {838a2260-04cc-4e2c-8759-89a322b07c60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3624 | 2024.10.04 15:58:11.165286 [ 3 ] {838a2260-04cc-4e2c-8759-89a322b07c60} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3625 | 2024.10.04 15:58:11.166138 [ 3 ] {838a2260-04cc-4e2c-8759-89a322b07c60} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3626 | 2024.10.04 15:58:11.166175 [ 3 ] {838a2260-04cc-4e2c-8759-89a322b07c60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 3627 | 2024.10.04 15:58:11.166577 [ 3 ] {838a2260-04cc-4e2c-8759-89a322b07c60} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3628 | 2024.10.04 15:58:11.166952 [ 3 ] {838a2260-04cc-4e2c-8759-89a322b07c60} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3629 | 2024.10.04 15:58:11.167121 [ 3 ] {838a2260-04cc-4e2c-8759-89a322b07c60} <Debug> executeQuery: Read 840 rows, 62.13 KiB in 0.002363 sec., 355480.3216250529 rows/sec., 25.68 MiB/sec. | ||
| 3630 | 2024.10.04 15:58:11.167298 [ 3 ] {838a2260-04cc-4e2c-8759-89a322b07c60} <Debug> DynamicQueryHandler: Done processing query | ||
| 3631 | 2024.10.04 15:58:11.167322 [ 3 ] {838a2260-04cc-4e2c-8759-89a322b07c60} <Debug> MemoryTracker: Peak memory usage (for query): 4.74 MiB. | ||
| 3632 | 2024.10.04 15:58:11.167338 [ 3 ] {} <Debug> HTTP-Session: f18037b7-9b24-41d7-9332-dcdf28948f62 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3633 | 2024.10.04 15:58:11.167475 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 906, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3634 | 2024.10.04 15:58:11.167524 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3635 | 2024.10.04 15:58:11.167543 [ 3 ] {} <Debug> HTTP-Session: ea7c72be-e061-4a82-a132-cd54ffefe8fd Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 3636 | 2024.10.04 15:58:11.167559 [ 3 ] {} <Debug> HTTP-Session: ea7c72be-e061-4a82-a132-cd54ffefe8fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3637 | 2024.10.04 15:58:11.167574 [ 3 ] {} <Debug> HTTP-Session: ea7c72be-e061-4a82-a132-cd54ffefe8fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3638 | 2024.10.04 15:58:11.167604 [ 3 ] {} <Trace> HTTP-Session: ea7c72be-e061-4a82-a132-cd54ffefe8fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3639 | 2024.10.04 15:58:11.167700 [ 3 ] {7354faea-0141-4184-9a3c-f57c2ab74c30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 3640 | 2024.10.04 15:58:11.167745 [ 3 ] {7354faea-0141-4184-9a3c-f57c2ab74c30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3641 | 2024.10.04 15:58:11.167879 [ 3 ] {7354faea-0141-4184-9a3c-f57c2ab74c30} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3642 | 2024.10.04 15:58:11.168138 [ 3 ] {7354faea-0141-4184-9a3c-f57c2ab74c30} <Trace> oximeter.measurements_bool (07631250-7a70-49e6-a733-c0ce298d5d2f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3643 | 2024.10.04 15:58:11.168174 [ 3 ] {7354faea-0141-4184-9a3c-f57c2ab74c30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 3644 | 2024.10.04 15:58:11.168533 [ 3 ] {7354faea-0141-4184-9a3c-f57c2ab74c30} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 3645 | 2024.10.04 15:58:11.168855 [ 3 ] {7354faea-0141-4184-9a3c-f57c2ab74c30} <Trace> oximeter.measurements_bool (07631250-7a70-49e6-a733-c0ce298d5d2f): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3646 | 2024.10.04 15:58:11.169008 [ 37 ] {} <Debug> oximeter.measurements_bool (07631250-7a70-49e6-a733-c0ce298d5d2f) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 3647 | 2024.10.04 15:58:11.169025 [ 3 ] {7354faea-0141-4184-9a3c-f57c2ab74c30} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001339 sec., 4480.955937266617 rows/sec., 234.11 KiB/sec. | ||
| 3648 | 2024.10.04 15:58:11.169065 [ 37 ] {} <Trace> oximeter.measurements_bool (07631250-7a70-49e6-a733-c0ce298d5d2f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3649 | 2024.10.04 15:58:11.169134 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 3650 | 2024.10.04 15:58:11.169339 [ 3 ] {7354faea-0141-4184-9a3c-f57c2ab74c30} <Debug> DynamicQueryHandler: Done processing query | ||
| 3651 | 2024.10.04 15:58:11.169345 [ 199 ] {07631250-7a70-49e6-a733-c0ce298d5d2f::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 | ||
| 3652 | 2024.10.04 15:58:11.169378 [ 3 ] {7354faea-0141-4184-9a3c-f57c2ab74c30} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 3653 | 2024.10.04 15:58:11.169423 [ 3 ] {} <Debug> HTTP-Session: ea7c72be-e061-4a82-a132-cd54ffefe8fd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3654 | 2024.10.04 15:58:11.169560 [ 199 ] {07631250-7a70-49e6-a733-c0ce298d5d2f::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3655 | 2024.10.04 15:58:11.169602 [ 199 ] {07631250-7a70-49e6-a733-c0ce298d5d2f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 6 rows starting from the beginning of the part | ||
| 3656 | 2024.10.04 15:58:11.169747 [ 199 ] {07631250-7a70-49e6-a733-c0ce298d5d2f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 6 rows starting from the beginning of the part | ||
| 3657 | 2024.10.04 15:58:11.169779 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 188391, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3658 | 2024.10.04 15:58:11.169929 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3659 | 2024.10.04 15:58:11.170036 [ 3 ] {} <Debug> HTTP-Session: bed230aa-7553-4264-9152-db92350ef19b Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 3660 | 2024.10.04 15:58:11.170110 [ 3 ] {} <Debug> HTTP-Session: bed230aa-7553-4264-9152-db92350ef19b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3661 | 2024.10.04 15:58:11.170135 [ 199 ] {07631250-7a70-49e6-a733-c0ce298d5d2f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part | ||
| 3662 | 2024.10.04 15:58:11.170152 [ 3 ] {} <Debug> HTTP-Session: bed230aa-7553-4264-9152-db92350ef19b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3663 | 2024.10.04 15:58:11.170254 [ 3 ] {} <Trace> HTTP-Session: bed230aa-7553-4264-9152-db92350ef19b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3664 | 2024.10.04 15:58:11.170402 [ 199 ] {07631250-7a70-49e6-a733-c0ce298d5d2f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part | ||
| 3665 | 2024.10.04 15:58:11.170682 [ 199 ] {07631250-7a70-49e6-a733-c0ce298d5d2f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part | ||
| 3666 | 2024.10.04 15:58:11.170814 [ 199 ] {07631250-7a70-49e6-a733-c0ce298d5d2f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 6 rows starting from the beginning of the part | ||
| 3667 | 2024.10.04 15:58:11.171370 [ 3 ] {00803423-bce3-4b34-9caa-99afbcc15bf1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 3668 | 2024.10.04 15:58:11.171461 [ 3 ] {00803423-bce3-4b34-9caa-99afbcc15bf1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3669 | 2024.10.04 15:58:11.172171 [ 3 ] {00803423-bce3-4b34-9caa-99afbcc15bf1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3670 | 2024.10.04 15:58:11.172849 [ 192 ] {07631250-7a70-49e6-a733-c0ce298d5d2f::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.00360489 sec., 9986.435092332915 rows/sec., 521.75 KiB/sec. | ||
| 3671 | 2024.10.04 15:58:11.172990 [ 199 ] {07631250-7a70-49e6-a733-c0ce298d5d2f::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 3672 | 2024.10.04 15:58:11.173802 [ 199 ] {07631250-7a70-49e6-a733-c0ce298d5d2f::all_1_6_1} <Trace> oximeter.measurements_bool (07631250-7a70-49e6-a733-c0ce298d5d2f): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3673 | 2024.10.04 15:58:11.173813 [ 3 ] {00803423-bce3-4b34-9caa-99afbcc15bf1} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3674 | 2024.10.04 15:58:11.173900 [ 3 ] {00803423-bce3-4b34-9caa-99afbcc15bf1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 3675 | 2024.10.04 15:58:11.173964 [ 199 ] {07631250-7a70-49e6-a733-c0ce298d5d2f::all_1_6_1} <Trace> oximeter.measurements_bool (07631250-7a70-49e6-a733-c0ce298d5d2f) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 3676 | 2024.10.04 15:58:11.174128 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 3677 | 2024.10.04 15:58:11.174508 [ 3 ] {00803423-bce3-4b34-9caa-99afbcc15bf1} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3678 | 2024.10.04 15:58:11.174873 [ 3 ] {00803423-bce3-4b34-9caa-99afbcc15bf1} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3679 | 2024.10.04 15:58:11.175044 [ 3 ] {00803423-bce3-4b34-9caa-99afbcc15bf1} <Debug> executeQuery: Read 998 rows, 68.03 KiB in 0.004519 sec., 220845.3197610091 rows/sec., 14.70 MiB/sec. | ||
| 3680 | 2024.10.04 15:58:11.175242 [ 3 ] {00803423-bce3-4b34-9caa-99afbcc15bf1} <Debug> DynamicQueryHandler: Done processing query | ||
| 3681 | 2024.10.04 15:58:11.175267 [ 3 ] {00803423-bce3-4b34-9caa-99afbcc15bf1} <Debug> MemoryTracker: Peak memory usage (for query): 4.69 MiB. | ||
| 3682 | 2024.10.04 15:58:11.175285 [ 3 ] {} <Debug> HTTP-Session: bed230aa-7553-4264-9152-db92350ef19b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3683 | 2024.10.04 15:58:11.175480 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3684 | 2024.10.04 15:58:11.175530 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3685 | 2024.10.04 15:58:11.175550 [ 3 ] {} <Debug> HTTP-Session: f87142a2-c0e0-46ed-b665-ff18e0b0eed1 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 3686 | 2024.10.04 15:58:11.175567 [ 3 ] {} <Debug> HTTP-Session: f87142a2-c0e0-46ed-b665-ff18e0b0eed1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3687 | 2024.10.04 15:58:11.175581 [ 3 ] {} <Debug> HTTP-Session: f87142a2-c0e0-46ed-b665-ff18e0b0eed1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3688 | 2024.10.04 15:58:11.175613 [ 3 ] {} <Trace> HTTP-Session: f87142a2-c0e0-46ed-b665-ff18e0b0eed1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3689 | 2024.10.04 15:58:11.175709 [ 3 ] {e96562f6-3c9f-4376-bcb0-3e23b74177be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 3690 | 2024.10.04 15:58:11.175755 [ 3 ] {e96562f6-3c9f-4376-bcb0-3e23b74177be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3691 | 2024.10.04 15:58:11.175894 [ 3 ] {e96562f6-3c9f-4376-bcb0-3e23b74177be} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3692 | 2024.10.04 15:58:11.176165 [ 3 ] {e96562f6-3c9f-4376-bcb0-3e23b74177be} <Trace> oximeter.measurements_f64 (87d8cd82-19cb-42e6-8b47-b078fc436c38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3693 | 2024.10.04 15:58:11.176200 [ 3 ] {e96562f6-3c9f-4376-bcb0-3e23b74177be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 3694 | 2024.10.04 15:58:11.176549 [ 3 ] {e96562f6-3c9f-4376-bcb0-3e23b74177be} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 3695 | 2024.10.04 15:58:11.176877 [ 3 ] {e96562f6-3c9f-4376-bcb0-3e23b74177be} <Trace> oximeter.measurements_f64 (87d8cd82-19cb-42e6-8b47-b078fc436c38): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3696 | 2024.10.04 15:58:11.177033 [ 3 ] {e96562f6-3c9f-4376-bcb0-3e23b74177be} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001345 sec., 743.4944237918215 rows/sec., 50.10 KiB/sec. | ||
| 3697 | 2024.10.04 15:58:11.177189 [ 3 ] {e96562f6-3c9f-4376-bcb0-3e23b74177be} <Debug> DynamicQueryHandler: Done processing query | ||
| 3698 | 2024.10.04 15:58:11.177214 [ 3 ] {e96562f6-3c9f-4376-bcb0-3e23b74177be} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 3699 | 2024.10.04 15:58:11.177230 [ 3 ] {} <Debug> HTTP-Session: f87142a2-c0e0-46ed-b665-ff18e0b0eed1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3700 | 2024.10.04 15:58:11.177351 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 7321, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3701 | 2024.10.04 15:58:11.177398 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3702 | 2024.10.04 15:58:11.177417 [ 3 ] {} <Debug> HTTP-Session: a1370ee5-aeb6-4374-bf5d-305cd03c6168 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 3703 | 2024.10.04 15:58:11.177434 [ 3 ] {} <Debug> HTTP-Session: a1370ee5-aeb6-4374-bf5d-305cd03c6168 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3704 | 2024.10.04 15:58:11.177449 [ 3 ] {} <Debug> HTTP-Session: a1370ee5-aeb6-4374-bf5d-305cd03c6168 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3705 | 2024.10.04 15:58:11.177481 [ 3 ] {} <Trace> HTTP-Session: a1370ee5-aeb6-4374-bf5d-305cd03c6168 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3706 | 2024.10.04 15:58:11.177589 [ 3 ] {518a5a44-d9d3-481e-92a3-48adc04fd00e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 3707 | 2024.10.04 15:58:11.177633 [ 3 ] {518a5a44-d9d3-481e-92a3-48adc04fd00e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3708 | 2024.10.04 15:58:11.177765 [ 3 ] {518a5a44-d9d3-481e-92a3-48adc04fd00e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3709 | 2024.10.04 15:58:11.178088 [ 3 ] {518a5a44-d9d3-481e-92a3-48adc04fd00e} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3710 | 2024.10.04 15:58:11.178123 [ 3 ] {518a5a44-d9d3-481e-92a3-48adc04fd00e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 3711 | 2024.10.04 15:58:11.178480 [ 3 ] {518a5a44-d9d3-481e-92a3-48adc04fd00e} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3712 | 2024.10.04 15:58:11.178806 [ 3 ] {518a5a44-d9d3-481e-92a3-48adc04fd00e} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3713 | 2024.10.04 15:58:11.178958 [ 3 ] {518a5a44-d9d3-481e-92a3-48adc04fd00e} <Debug> executeQuery: Read 50 rows, 3.13 KiB in 0.001397 sec., 35790.980672870435 rows/sec., 2.19 MiB/sec. | ||
| 3714 | 2024.10.04 15:58:11.179129 [ 3 ] {518a5a44-d9d3-481e-92a3-48adc04fd00e} <Debug> DynamicQueryHandler: Done processing query | ||
| 3715 | 2024.10.04 15:58:11.179153 [ 3 ] {518a5a44-d9d3-481e-92a3-48adc04fd00e} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 3716 | 2024.10.04 15:58:11.179169 [ 3 ] {} <Debug> HTTP-Session: a1370ee5-aeb6-4374-bf5d-305cd03c6168 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3717 | 2024.10.04 15:58:13.995567 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3718 | 2024.10.04 15:58:13.995744 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3719 | 2024.10.04 15:58:13.995790 [ 3 ] {} <Debug> HTTP-Session: 74d04df4-976f-49c4-ac50-2dd1530d1842 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 3720 | 2024.10.04 15:58:13.995833 [ 3 ] {} <Debug> HTTP-Session: 74d04df4-976f-49c4-ac50-2dd1530d1842 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3721 | 2024.10.04 15:58:13.995862 [ 3 ] {} <Debug> HTTP-Session: 74d04df4-976f-49c4-ac50-2dd1530d1842 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3722 | 2024.10.04 15:58:13.995945 [ 3 ] {} <Trace> HTTP-Session: 74d04df4-976f-49c4-ac50-2dd1530d1842 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3723 | 2024.10.04 15:58:13.996215 [ 3 ] {4ada0582-0353-4330-8fc1-02d2a5a6a052} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 3724 | 2024.10.04 15:58:13.996284 [ 3 ] {4ada0582-0353-4330-8fc1-02d2a5a6a052} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3725 | 2024.10.04 15:58:13.996629 [ 3 ] {4ada0582-0353-4330-8fc1-02d2a5a6a052} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3726 | 2024.10.04 15:58:13.997095 [ 3 ] {4ada0582-0353-4330-8fc1-02d2a5a6a052} <Trace> oximeter.fields_ipaddr (b5a61649-f8d2-4d83-9d9d-bb23c07f582c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3727 | 2024.10.04 15:58:13.997143 [ 3 ] {4ada0582-0353-4330-8fc1-02d2a5a6a052} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 3728 | 2024.10.04 15:58:13.997565 [ 3 ] {4ada0582-0353-4330-8fc1-02d2a5a6a052} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 3729 | 2024.10.04 15:58:13.997990 [ 3 ] {4ada0582-0353-4330-8fc1-02d2a5a6a052} <Trace> oximeter.fields_ipaddr (b5a61649-f8d2-4d83-9d9d-bb23c07f582c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3730 | 2024.10.04 15:58:13.998180 [ 3 ] {4ada0582-0353-4330-8fc1-02d2a5a6a052} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002026 sec., 987.1668311944719 rows/sec., 80.50 KiB/sec. | ||
| 3731 | 2024.10.04 15:58:13.998416 [ 3 ] {4ada0582-0353-4330-8fc1-02d2a5a6a052} <Debug> DynamicQueryHandler: Done processing query | ||
| 3732 | 2024.10.04 15:58:13.998551 [ 3 ] {4ada0582-0353-4330-8fc1-02d2a5a6a052} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 3733 | 2024.10.04 15:58:13.998569 [ 3 ] {} <Debug> HTTP-Session: 74d04df4-976f-49c4-ac50-2dd1530d1842 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3734 | 2024.10.04 15:58:13.998772 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 7949, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3735 | 2024.10.04 15:58:13.998830 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3736 | 2024.10.04 15:58:13.998851 [ 3 ] {} <Debug> HTTP-Session: fb113011-8e59-4a74-8180-847ade31d1e6 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 3737 | 2024.10.04 15:58:13.998870 [ 3 ] {} <Debug> HTTP-Session: fb113011-8e59-4a74-8180-847ade31d1e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3738 | 2024.10.04 15:58:13.998884 [ 3 ] {} <Debug> HTTP-Session: fb113011-8e59-4a74-8180-847ade31d1e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3739 | 2024.10.04 15:58:13.998920 [ 3 ] {} <Trace> HTTP-Session: fb113011-8e59-4a74-8180-847ade31d1e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3740 | 2024.10.04 15:58:13.999042 [ 3 ] {eebba416-6303-4406-95aa-dc6b6281946b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 3741 | 2024.10.04 15:58:13.999192 [ 3 ] {eebba416-6303-4406-95aa-dc6b6281946b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3742 | 2024.10.04 15:58:13.999431 [ 3 ] {eebba416-6303-4406-95aa-dc6b6281946b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3743 | 2024.10.04 15:58:13.999816 [ 3 ] {eebba416-6303-4406-95aa-dc6b6281946b} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3744 | 2024.10.04 15:58:13.999854 [ 3 ] {eebba416-6303-4406-95aa-dc6b6281946b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 3745 | 2024.10.04 15:58:14.000148 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 147.29 MiB, peak 153.68 MiB, free memory in arenas 0.00 B, will set to 146.17 MiB (RSS), difference: -1.12 MiB | ||
| 3746 | 2024.10.04 15:58:14.000468 [ 3 ] {eebba416-6303-4406-95aa-dc6b6281946b} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3747 | 2024.10.04 15:58:14.001266 [ 3 ] {eebba416-6303-4406-95aa-dc6b6281946b} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3748 | 2024.10.04 15:58:14.001397 [ 3 ] {eebba416-6303-4406-95aa-dc6b6281946b} <Debug> executeQuery: Read 57 rows, 4.45 KiB in 0.002394 sec., 23809.52380952381 rows/sec., 1.82 MiB/sec. | ||
| 3749 | 2024.10.04 15:58:14.001459 [ 33 ] {} <Debug> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3750 | 2024.10.04 15:58:14.001569 [ 33 ] {} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3751 | 2024.10.04 15:58:14.001604 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 3752 | 2024.10.04 15:58:14.001694 [ 3 ] {eebba416-6303-4406-95aa-dc6b6281946b} <Debug> DynamicQueryHandler: Done processing query | ||
| 3753 | 2024.10.04 15:58:14.001755 [ 3 ] {eebba416-6303-4406-95aa-dc6b6281946b} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 3754 | 2024.10.04 15:58:14.001796 [ 3 ] {} <Debug> HTTP-Session: fb113011-8e59-4a74-8180-847ade31d1e6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3755 | 2024.10.04 15:58:14.001812 [ 190 ] {eb62afc5-bcd4-4b43-a1a9-182e649ae812::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 | ||
| 3756 | 2024.10.04 15:58:14.001984 [ 190 ] {eb62afc5-bcd4-4b43-a1a9-182e649ae812::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3757 | 2024.10.04 15:58:14.002018 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3758 | 2024.10.04 15:58:14.002042 [ 190 ] {eb62afc5-bcd4-4b43-a1a9-182e649ae812::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1345 rows starting from the beginning of the part | ||
| 3759 | 2024.10.04 15:58:14.002099 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3760 | 2024.10.04 15:58:14.002149 [ 3 ] {} <Debug> HTTP-Session: da192dc2-3b88-43d0-adcd-2e05674346a8 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 3761 | 2024.10.04 15:58:14.002217 [ 3 ] {} <Debug> HTTP-Session: da192dc2-3b88-43d0-adcd-2e05674346a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3762 | 2024.10.04 15:58:14.002276 [ 3 ] {} <Debug> HTTP-Session: da192dc2-3b88-43d0-adcd-2e05674346a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3763 | 2024.10.04 15:58:14.002336 [ 190 ] {eb62afc5-bcd4-4b43-a1a9-182e649ae812::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 116 rows starting from the beginning of the part | ||
| 3764 | 2024.10.04 15:58:14.002372 [ 3 ] {} <Trace> HTTP-Session: da192dc2-3b88-43d0-adcd-2e05674346a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3765 | 2024.10.04 15:58:14.002647 [ 190 ] {eb62afc5-bcd4-4b43-a1a9-182e649ae812::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 189 rows starting from the beginning of the part | ||
| 3766 | 2024.10.04 15:58:14.002674 [ 3 ] {9716d98c-f4e7-419d-9714-8964411a0d3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 3767 | 2024.10.04 15:58:14.002826 [ 3 ] {9716d98c-f4e7-419d-9714-8964411a0d3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3768 | 2024.10.04 15:58:14.002972 [ 190 ] {eb62afc5-bcd4-4b43-a1a9-182e649ae812::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 117 rows starting from the beginning of the part | ||
| 3769 | 2024.10.04 15:58:14.003346 [ 190 ] {eb62afc5-bcd4-4b43-a1a9-182e649ae812::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 1330 rows starting from the beginning of the part | ||
| 3770 | 2024.10.04 15:58:14.003686 [ 190 ] {eb62afc5-bcd4-4b43-a1a9-182e649ae812::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 57 rows starting from the beginning of the part | ||
| 3771 | 2024.10.04 15:58:14.004380 [ 3 ] {9716d98c-f4e7-419d-9714-8964411a0d3e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3772 | 2024.10.04 15:58:14.005159 [ 3 ] {9716d98c-f4e7-419d-9714-8964411a0d3e} <Trace> oximeter.fields_u16 (e9c2286f-cf98-4582-9ae4-6e9eb84e22b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3773 | 2024.10.04 15:58:14.005223 [ 3 ] {9716d98c-f4e7-419d-9714-8964411a0d3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 3774 | 2024.10.04 15:58:14.006232 [ 3 ] {9716d98c-f4e7-419d-9714-8964411a0d3e} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3775 | 2024.10.04 15:58:14.006898 [ 3 ] {9716d98c-f4e7-419d-9714-8964411a0d3e} <Trace> oximeter.fields_u16 (e9c2286f-cf98-4582-9ae4-6e9eb84e22b6): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3776 | 2024.10.04 15:58:14.007290 [ 3 ] {9716d98c-f4e7-419d-9714-8964411a0d3e} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.004715 sec., 424.1781548250265 rows/sec., 29.62 KiB/sec. | ||
| 3777 | 2024.10.04 15:58:14.007637 [ 190 ] {eb62afc5-bcd4-4b43-a1a9-182e649ae812::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3154 rows, containing 5 columns (5 merged, 0 gathered) in 0.005939649 sec., 531007.8087105821 rows/sec., 46.28 MiB/sec. | ||
| 3778 | 2024.10.04 15:58:14.007805 [ 3 ] {9716d98c-f4e7-419d-9714-8964411a0d3e} <Debug> DynamicQueryHandler: Done processing query | ||
| 3779 | 2024.10.04 15:58:14.007850 [ 3 ] {9716d98c-f4e7-419d-9714-8964411a0d3e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 3780 | 2024.10.04 15:58:14.007874 [ 3 ] {} <Debug> HTTP-Session: da192dc2-3b88-43d0-adcd-2e05674346a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3781 | 2024.10.04 15:58:14.007933 [ 190 ] {eb62afc5-bcd4-4b43-a1a9-182e649ae812::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3782 | 2024.10.04 15:58:14.008080 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 11237, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3783 | 2024.10.04 15:58:14.008194 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3784 | 2024.10.04 15:58:14.008283 [ 3 ] {} <Debug> HTTP-Session: 65ed1c7c-3cbc-4ed5-bf72-886f934a04de Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 3785 | 2024.10.04 15:58:14.008362 [ 3 ] {} <Debug> HTTP-Session: 65ed1c7c-3cbc-4ed5-bf72-886f934a04de Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3786 | 2024.10.04 15:58:14.008410 [ 3 ] {} <Debug> HTTP-Session: 65ed1c7c-3cbc-4ed5-bf72-886f934a04de Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3787 | 2024.10.04 15:58:14.008506 [ 3 ] {} <Trace> HTTP-Session: 65ed1c7c-3cbc-4ed5-bf72-886f934a04de Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3788 | 2024.10.04 15:58:14.008742 [ 3 ] {059f61a7-1764-4199-be27-36e43b6a5a6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 3789 | 2024.10.04 15:58:14.008798 [ 190 ] {eb62afc5-bcd4-4b43-a1a9-182e649ae812::all_1_16_3} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3790 | 2024.10.04 15:58:14.008818 [ 3 ] {059f61a7-1764-4199-be27-36e43b6a5a6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3791 | 2024.10.04 15:58:14.009010 [ 190 ] {eb62afc5-bcd4-4b43-a1a9-182e649ae812::all_1_16_3} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3792 | 2024.10.04 15:58:14.009162 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
| 3793 | 2024.10.04 15:58:14.009344 [ 3 ] {059f61a7-1764-4199-be27-36e43b6a5a6b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3794 | 2024.10.04 15:58:14.009742 [ 3 ] {059f61a7-1764-4199-be27-36e43b6a5a6b} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3795 | 2024.10.04 15:58:14.009780 [ 3 ] {059f61a7-1764-4199-be27-36e43b6a5a6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 3796 | 2024.10.04 15:58:14.010151 [ 3 ] {059f61a7-1764-4199-be27-36e43b6a5a6b} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3797 | 2024.10.04 15:58:14.010530 [ 3 ] {059f61a7-1764-4199-be27-36e43b6a5a6b} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3798 | 2024.10.04 15:58:14.010693 [ 33 ] {} <Debug> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3799 | 2024.10.04 15:58:14.010702 [ 3 ] {059f61a7-1764-4199-be27-36e43b6a5a6b} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.002064 sec., 31976.744186046515 rows/sec., 2.50 MiB/sec. | ||
| 3800 | 2024.10.04 15:58:14.010761 [ 33 ] {} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3801 | 2024.10.04 15:58:14.010824 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 3802 | 2024.10.04 15:58:14.011141 [ 192 ] {db73ef1b-285a-4ffd-b768-8b0cb7509f0e::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 | ||
| 3803 | 2024.10.04 15:58:14.011189 [ 3 ] {059f61a7-1764-4199-be27-36e43b6a5a6b} <Debug> DynamicQueryHandler: Done processing query | ||
| 3804 | 2024.10.04 15:58:14.011271 [ 3 ] {059f61a7-1764-4199-be27-36e43b6a5a6b} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 3805 | 2024.10.04 15:58:14.011351 [ 3 ] {} <Debug> HTTP-Session: 65ed1c7c-3cbc-4ed5-bf72-886f934a04de Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3806 | 2024.10.04 15:58:14.011622 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 16678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3807 | 2024.10.04 15:58:14.011671 [ 192 ] {db73ef1b-285a-4ffd-b768-8b0cb7509f0e::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3808 | 2024.10.04 15:58:14.011697 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3809 | 2024.10.04 15:58:14.011723 [ 3 ] {} <Debug> HTTP-Session: b234b851-bd3e-4ecd-8c04-dd09eae4fc2d Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 3810 | 2024.10.04 15:58:14.011718 [ 192 ] {db73ef1b-285a-4ffd-b768-8b0cb7509f0e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 846 rows starting from the beginning of the part | ||
| 3811 | 2024.10.04 15:58:14.011741 [ 3 ] {} <Debug> HTTP-Session: b234b851-bd3e-4ecd-8c04-dd09eae4fc2d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3812 | 2024.10.04 15:58:14.011760 [ 3 ] {} <Debug> HTTP-Session: b234b851-bd3e-4ecd-8c04-dd09eae4fc2d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3813 | 2024.10.04 15:58:14.011800 [ 3 ] {} <Trace> HTTP-Session: b234b851-bd3e-4ecd-8c04-dd09eae4fc2d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3814 | 2024.10.04 15:58:14.011952 [ 192 ] {db73ef1b-285a-4ffd-b768-8b0cb7509f0e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 104 rows starting from the beginning of the part | ||
| 3815 | 2024.10.04 15:58:14.012180 [ 3 ] {2f2065ef-37a2-40eb-b256-bc5b91c51f96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 3816 | 2024.10.04 15:58:14.012216 [ 192 ] {db73ef1b-285a-4ffd-b768-8b0cb7509f0e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 382 rows starting from the beginning of the part | ||
| 3817 | 2024.10.04 15:58:14.012353 [ 3 ] {2f2065ef-37a2-40eb-b256-bc5b91c51f96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3818 | 2024.10.04 15:58:14.012481 [ 192 ] {db73ef1b-285a-4ffd-b768-8b0cb7509f0e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 96 rows starting from the beginning of the part | ||
| 3819 | 2024.10.04 15:58:14.012803 [ 192 ] {db73ef1b-285a-4ffd-b768-8b0cb7509f0e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 840 rows starting from the beginning of the part | ||
| 3820 | 2024.10.04 15:58:14.013108 [ 192 ] {db73ef1b-285a-4ffd-b768-8b0cb7509f0e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 66 rows starting from the beginning of the part | ||
| 3821 | 2024.10.04 15:58:14.013604 [ 3 ] {2f2065ef-37a2-40eb-b256-bc5b91c51f96} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3822 | 2024.10.04 15:58:14.014154 [ 3 ] {2f2065ef-37a2-40eb-b256-bc5b91c51f96} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3823 | 2024.10.04 15:58:14.014201 [ 3 ] {2f2065ef-37a2-40eb-b256-bc5b91c51f96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 3824 | 2024.10.04 15:58:14.014779 [ 3 ] {2f2065ef-37a2-40eb-b256-bc5b91c51f96} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3825 | 2024.10.04 15:58:14.015257 [ 3 ] {2f2065ef-37a2-40eb-b256-bc5b91c51f96} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3826 | 2024.10.04 15:58:14.015293 [ 190 ] {db73ef1b-285a-4ffd-b768-8b0cb7509f0e::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2334 rows, containing 5 columns (5 merged, 0 gathered) in 0.004349859 sec., 536569.116378255 rows/sec., 41.05 MiB/sec. | ||
| 3827 | 2024.10.04 15:58:14.015467 [ 33 ] {} <Debug> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3828 | 2024.10.04 15:58:14.015493 [ 3 ] {2f2065ef-37a2-40eb-b256-bc5b91c51f96} <Debug> executeQuery: Read 87 rows, 6.21 KiB in 0.003501 sec., 24850.042844901454 rows/sec., 1.73 MiB/sec. | ||
| 3829 | 2024.10.04 15:58:14.015537 [ 33 ] {} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3830 | 2024.10.04 15:58:14.015594 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 3831 | 2024.10.04 15:58:14.015693 [ 189 ] {db73ef1b-285a-4ffd-b768-8b0cb7509f0e::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3832 | 2024.10.04 15:58:14.016032 [ 3 ] {2f2065ef-37a2-40eb-b256-bc5b91c51f96} <Debug> DynamicQueryHandler: Done processing query | ||
| 3833 | 2024.10.04 15:58:14.016088 [ 3 ] {2f2065ef-37a2-40eb-b256-bc5b91c51f96} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 3834 | 2024.10.04 15:58:14.016105 [ 195 ] {f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34::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 | ||
| 3835 | 2024.10.04 15:58:14.016138 [ 3 ] {} <Debug> HTTP-Session: b234b851-bd3e-4ecd-8c04-dd09eae4fc2d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3836 | 2024.10.04 15:58:14.016515 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 4892, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3837 | 2024.10.04 15:58:14.016724 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3838 | 2024.10.04 15:58:14.016830 [ 3 ] {} <Debug> HTTP-Session: aabf7584-4b43-4f68-844f-e936396a2524 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 3839 | 2024.10.04 15:58:14.016908 [ 3 ] {} <Debug> HTTP-Session: aabf7584-4b43-4f68-844f-e936396a2524 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3840 | 2024.10.04 15:58:14.016963 [ 3 ] {} <Debug> HTTP-Session: aabf7584-4b43-4f68-844f-e936396a2524 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3841 | 2024.10.04 15:58:14.017007 [ 195 ] {f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3842 | 2024.10.04 15:58:14.017080 [ 3 ] {} <Trace> HTTP-Session: aabf7584-4b43-4f68-844f-e936396a2524 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3843 | 2024.10.04 15:58:14.017131 [ 195 ] {f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 3748 rows starting from the beginning of the part | ||
| 3844 | 2024.10.04 15:58:14.017320 [ 189 ] {db73ef1b-285a-4ffd-b768-8b0cb7509f0e::all_1_16_3} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3845 | 2024.10.04 15:58:14.017524 [ 3 ] {0fb1f453-5876-4e29-b6ea-3805e24cb834} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 3846 | 2024.10.04 15:58:14.017758 [ 189 ] {db73ef1b-285a-4ffd-b768-8b0cb7509f0e::all_1_16_3} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3847 | 2024.10.04 15:58:14.017776 [ 3 ] {0fb1f453-5876-4e29-b6ea-3805e24cb834} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3848 | 2024.10.04 15:58:14.017784 [ 195 ] {f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 160 rows starting from the beginning of the part | ||
| 3849 | 2024.10.04 15:58:14.018035 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 3850 | 2024.10.04 15:58:14.018342 [ 195 ] {f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 237 rows starting from the beginning of the part | ||
| 3851 | 2024.10.04 15:58:14.018672 [ 195 ] {f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 161 rows starting from the beginning of the part | ||
| 3852 | 2024.10.04 15:58:14.018727 [ 3 ] {0fb1f453-5876-4e29-b6ea-3805e24cb834} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3853 | 2024.10.04 15:58:14.019079 [ 195 ] {f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 998 rows starting from the beginning of the part | ||
| 3854 | 2024.10.04 15:58:14.019271 [ 195 ] {f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 87 rows starting from the beginning of the part | ||
| 3855 | 2024.10.04 15:58:14.020007 [ 3 ] {0fb1f453-5876-4e29-b6ea-3805e24cb834} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3856 | 2024.10.04 15:58:14.020057 [ 3 ] {0fb1f453-5876-4e29-b6ea-3805e24cb834} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 3857 | 2024.10.04 15:58:14.020892 [ 3 ] {0fb1f453-5876-4e29-b6ea-3805e24cb834} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3858 | 2024.10.04 15:58:14.021696 [ 3 ] {0fb1f453-5876-4e29-b6ea-3805e24cb834} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3859 | 2024.10.04 15:58:14.021997 [ 33 ] {} <Debug> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3860 | 2024.10.04 15:58:14.022053 [ 3 ] {0fb1f453-5876-4e29-b6ea-3805e24cb834} <Debug> executeQuery: Read 32 rows, 2.20 KiB in 0.004737 sec., 6755.330377876293 rows/sec., 465.09 KiB/sec. | ||
| 3861 | 2024.10.04 15:58:14.022064 [ 33 ] {} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3862 | 2024.10.04 15:58:14.022144 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 3863 | 2024.10.04 15:58:14.022657 [ 189 ] {f1266625-5fbc-477b-b130-85cba0b363f2::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 | ||
| 3864 | 2024.10.04 15:58:14.022693 [ 3 ] {0fb1f453-5876-4e29-b6ea-3805e24cb834} <Debug> DynamicQueryHandler: Done processing query | ||
| 3865 | 2024.10.04 15:58:14.022785 [ 3 ] {0fb1f453-5876-4e29-b6ea-3805e24cb834} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 3866 | 2024.10.04 15:58:14.022869 [ 3 ] {} <Debug> HTTP-Session: aabf7584-4b43-4f68-844f-e936396a2524 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3867 | 2024.10.04 15:58:14.023072 [ 189 ] {f1266625-5fbc-477b-b130-85cba0b363f2::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3868 | 2024.10.04 15:58:14.023135 [ 189 ] {f1266625-5fbc-477b-b130-85cba0b363f2::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 592 rows starting from the beginning of the part | ||
| 3869 | 2024.10.04 15:58:14.023254 [ 189 ] {f1266625-5fbc-477b-b130-85cba0b363f2::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 60 rows starting from the beginning of the part | ||
| 3870 | 2024.10.04 15:58:14.023521 [ 189 ] {f1266625-5fbc-477b-b130-85cba0b363f2::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 82 rows starting from the beginning of the part | ||
| 3871 | 2024.10.04 15:58:14.023926 [ 189 ] {f1266625-5fbc-477b-b130-85cba0b363f2::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 60 rows starting from the beginning of the part | ||
| 3872 | 2024.10.04 15:58:14.024137 [ 189 ] {f1266625-5fbc-477b-b130-85cba0b363f2::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 50 rows starting from the beginning of the part | ||
| 3873 | 2024.10.04 15:58:14.024232 [ 189 ] {f1266625-5fbc-477b-b130-85cba0b363f2::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 32 rows starting from the beginning of the part | ||
| 3874 | 2024.10.04 15:58:14.025650 [ 190 ] {f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5391 rows, containing 5 columns (5 merged, 0 gathered) in 0.009866197 sec., 546411.1450440327 rows/sec., 36.82 MiB/sec. | ||
| 3875 | 2024.10.04 15:58:14.025918 [ 197 ] {f1266625-5fbc-477b-b130-85cba0b363f2::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 876 rows, containing 4 columns (4 merged, 0 gathered) in 0.00362582 sec., 241600.52070979806 rows/sec., 15.78 MiB/sec. | ||
| 3876 | 2024.10.04 15:58:14.026145 [ 197 ] {f1266625-5fbc-477b-b130-85cba0b363f2::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3877 | 2024.10.04 15:58:14.026167 [ 190 ] {f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3878 | 2024.10.04 15:58:14.027318 [ 190 ] {f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3879 | 2024.10.04 15:58:14.027319 [ 197 ] {f1266625-5fbc-477b-b130-85cba0b363f2::all_1_16_3} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3880 | 2024.10.04 15:58:14.027467 [ 190 ] {f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3881 | 2024.10.04 15:58:14.027485 [ 197 ] {f1266625-5fbc-477b-b130-85cba0b363f2::all_1_16_3} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3882 | 2024.10.04 15:58:14.027692 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. | ||
| 3883 | 2024.10.04 15:58:14.027747 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.04 MiB. | ||
| 3884 | 2024.10.04 15:58:15.000143 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 141.42 MiB, peak 153.68 MiB, free memory in arenas 0.00 B, will set to 147.10 MiB (RSS), difference: 5.68 MiB | ||
| 3885 | 2024.10.04 15:58:15.817851 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 50 entries to flush up to offset 394 | ||
| 3886 | 2024.10.04 15:58:15.821128 [ 242 ] {} <Trace> system.query_log (8f12c5ea-7fed-46c2-8a08-f82b2fd1cd88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3887 | 2024.10.04 15:58:15.821192 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 3888 | 2024.10.04 15:58:15.822801 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3889 | 2024.10.04 15:58:15.823804 [ 242 ] {} <Trace> system.query_log (8f12c5ea-7fed-46c2-8a08-f82b2fd1cd88): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3890 | 2024.10.04 15:58:15.824444 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 394 | ||
| 3891 | 2024.10.04 15:58:19.000126 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 989, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3892 | 2024.10.04 15:58:19.000274 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3893 | 2024.10.04 15:58:19.000337 [ 3 ] {} <Debug> HTTP-Session: c43c8c0f-fc49-4fe2-9e23-71528250b46b Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 3894 | 2024.10.04 15:58:19.000390 [ 3 ] {} <Debug> HTTP-Session: c43c8c0f-fc49-4fe2-9e23-71528250b46b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3895 | 2024.10.04 15:58:19.000409 [ 3 ] {} <Debug> HTTP-Session: c43c8c0f-fc49-4fe2-9e23-71528250b46b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3896 | 2024.10.04 15:58:19.000520 [ 3 ] {} <Trace> HTTP-Session: c43c8c0f-fc49-4fe2-9e23-71528250b46b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3897 | 2024.10.04 15:58:19.000745 [ 3 ] {a96d0f20-0e15-4666-b3dd-d948a1159f6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 3898 | 2024.10.04 15:58:19.000821 [ 3 ] {a96d0f20-0e15-4666-b3dd-d948a1159f6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3899 | 2024.10.04 15:58:19.001213 [ 3 ] {a96d0f20-0e15-4666-b3dd-d948a1159f6c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3900 | 2024.10.04 15:58:19.001712 [ 3 ] {a96d0f20-0e15-4666-b3dd-d948a1159f6c} <Trace> oximeter.fields_ipaddr (b5a61649-f8d2-4d83-9d9d-bb23c07f582c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3901 | 2024.10.04 15:58:19.001756 [ 3 ] {a96d0f20-0e15-4666-b3dd-d948a1159f6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 3902 | 2024.10.04 15:58:19.002202 [ 3 ] {a96d0f20-0e15-4666-b3dd-d948a1159f6c} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 3903 | 2024.10.04 15:58:19.002646 [ 3 ] {a96d0f20-0e15-4666-b3dd-d948a1159f6c} <Trace> oximeter.fields_ipaddr (b5a61649-f8d2-4d83-9d9d-bb23c07f582c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3904 | 2024.10.04 15:58:19.002796 [ 3 ] {a96d0f20-0e15-4666-b3dd-d948a1159f6c} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.002115 sec., 2836.879432624113 rows/sec., 231.33 KiB/sec. | ||
| 3905 | 2024.10.04 15:58:19.003141 [ 3 ] {a96d0f20-0e15-4666-b3dd-d948a1159f6c} <Debug> DynamicQueryHandler: Done processing query | ||
| 3906 | 2024.10.04 15:58:19.003172 [ 3 ] {a96d0f20-0e15-4666-b3dd-d948a1159f6c} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 3907 | 2024.10.04 15:58:19.003189 [ 3 ] {} <Debug> HTTP-Session: c43c8c0f-fc49-4fe2-9e23-71528250b46b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3908 | 2024.10.04 15:58:19.003368 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 17882, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3909 | 2024.10.04 15:58:19.003426 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3910 | 2024.10.04 15:58:19.003447 [ 3 ] {} <Debug> HTTP-Session: 6aceee14-0457-4bbc-b423-6d59466eb50a Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 3911 | 2024.10.04 15:58:19.003466 [ 3 ] {} <Debug> HTTP-Session: 6aceee14-0457-4bbc-b423-6d59466eb50a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3912 | 2024.10.04 15:58:19.003480 [ 3 ] {} <Debug> HTTP-Session: 6aceee14-0457-4bbc-b423-6d59466eb50a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3913 | 2024.10.04 15:58:19.003517 [ 3 ] {} <Trace> HTTP-Session: 6aceee14-0457-4bbc-b423-6d59466eb50a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3914 | 2024.10.04 15:58:19.003715 [ 3 ] {8344e425-dba4-4a7e-970d-988dadb23980} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 3915 | 2024.10.04 15:58:19.003765 [ 3 ] {8344e425-dba4-4a7e-970d-988dadb23980} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3916 | 2024.10.04 15:58:19.004025 [ 3 ] {8344e425-dba4-4a7e-970d-988dadb23980} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3917 | 2024.10.04 15:58:19.004493 [ 3 ] {8344e425-dba4-4a7e-970d-988dadb23980} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3918 | 2024.10.04 15:58:19.004530 [ 3 ] {8344e425-dba4-4a7e-970d-988dadb23980} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 3919 | 2024.10.04 15:58:19.004919 [ 3 ] {8344e425-dba4-4a7e-970d-988dadb23980} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3920 | 2024.10.04 15:58:19.005325 [ 3 ] {8344e425-dba4-4a7e-970d-988dadb23980} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3921 | 2024.10.04 15:58:19.005456 [ 3 ] {8344e425-dba4-4a7e-970d-988dadb23980} <Debug> executeQuery: Read 121 rows, 10.50 KiB in 0.001855 sec., 65229.11051212937 rows/sec., 5.53 MiB/sec. | ||
| 3922 | 2024.10.04 15:58:19.005640 [ 3 ] {8344e425-dba4-4a7e-970d-988dadb23980} <Debug> DynamicQueryHandler: Done processing query | ||
| 3923 | 2024.10.04 15:58:19.005666 [ 3 ] {8344e425-dba4-4a7e-970d-988dadb23980} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 3924 | 2024.10.04 15:58:19.005684 [ 3 ] {} <Debug> HTTP-Session: 6aceee14-0457-4bbc-b423-6d59466eb50a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3925 | 2024.10.04 15:58:19.005818 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 5337, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3926 | 2024.10.04 15:58:19.005872 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3927 | 2024.10.04 15:58:19.005891 [ 3 ] {} <Debug> HTTP-Session: fe3b8356-e6c6-4763-b7ce-d37943ca74ff Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 3928 | 2024.10.04 15:58:19.005908 [ 3 ] {} <Debug> HTTP-Session: fe3b8356-e6c6-4763-b7ce-d37943ca74ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3929 | 2024.10.04 15:58:19.005922 [ 3 ] {} <Debug> HTTP-Session: fe3b8356-e6c6-4763-b7ce-d37943ca74ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3930 | 2024.10.04 15:58:19.005955 [ 3 ] {} <Trace> HTTP-Session: fe3b8356-e6c6-4763-b7ce-d37943ca74ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3931 | 2024.10.04 15:58:19.006068 [ 3 ] {94eaff25-ecc5-42bd-bb3b-4fb512292906} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 3932 | 2024.10.04 15:58:19.006114 [ 3 ] {94eaff25-ecc5-42bd-bb3b-4fb512292906} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3933 | 2024.10.04 15:58:19.006342 [ 3 ] {94eaff25-ecc5-42bd-bb3b-4fb512292906} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3934 | 2024.10.04 15:58:19.006676 [ 3 ] {94eaff25-ecc5-42bd-bb3b-4fb512292906} <Trace> oximeter.fields_u16 (e9c2286f-cf98-4582-9ae4-6e9eb84e22b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3935 | 2024.10.04 15:58:19.006712 [ 3 ] {94eaff25-ecc5-42bd-bb3b-4fb512292906} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 3936 | 2024.10.04 15:58:19.007072 [ 3 ] {94eaff25-ecc5-42bd-bb3b-4fb512292906} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3937 | 2024.10.04 15:58:19.007445 [ 3 ] {94eaff25-ecc5-42bd-bb3b-4fb512292906} <Trace> oximeter.fields_u16 (e9c2286f-cf98-4582-9ae4-6e9eb84e22b6): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3938 | 2024.10.04 15:58:19.007574 [ 3 ] {94eaff25-ecc5-42bd-bb3b-4fb512292906} <Debug> executeQuery: Read 37 rows, 2.75 KiB in 0.001542 sec., 23994.811932555123 rows/sec., 1.74 MiB/sec. | ||
| 3939 | 2024.10.04 15:58:19.007747 [ 3 ] {94eaff25-ecc5-42bd-bb3b-4fb512292906} <Debug> DynamicQueryHandler: Done processing query | ||
| 3940 | 2024.10.04 15:58:19.007773 [ 3 ] {94eaff25-ecc5-42bd-bb3b-4fb512292906} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 3941 | 2024.10.04 15:58:19.007789 [ 3 ] {} <Debug> HTTP-Session: fe3b8356-e6c6-4763-b7ce-d37943ca74ff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3942 | 2024.10.04 15:58:19.008001 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 17174, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3943 | 2024.10.04 15:58:19.008049 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3944 | 2024.10.04 15:58:19.008069 [ 3 ] {} <Debug> HTTP-Session: eb396d7f-5411-468e-8765-da9ba7fd1aec Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 3945 | 2024.10.04 15:58:19.008086 [ 3 ] {} <Debug> HTTP-Session: eb396d7f-5411-468e-8765-da9ba7fd1aec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3946 | 2024.10.04 15:58:19.008100 [ 3 ] {} <Debug> HTTP-Session: eb396d7f-5411-468e-8765-da9ba7fd1aec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3947 | 2024.10.04 15:58:19.008131 [ 3 ] {} <Trace> HTTP-Session: eb396d7f-5411-468e-8765-da9ba7fd1aec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3948 | 2024.10.04 15:58:19.008259 [ 3 ] {29691576-fd62-4fcf-9d3d-073c9a0ad667} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 3949 | 2024.10.04 15:58:19.008303 [ 3 ] {29691576-fd62-4fcf-9d3d-073c9a0ad667} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3950 | 2024.10.04 15:58:19.008528 [ 3 ] {29691576-fd62-4fcf-9d3d-073c9a0ad667} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3951 | 2024.10.04 15:58:19.008908 [ 3 ] {29691576-fd62-4fcf-9d3d-073c9a0ad667} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3952 | 2024.10.04 15:58:19.008945 [ 3 ] {29691576-fd62-4fcf-9d3d-073c9a0ad667} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 3953 | 2024.10.04 15:58:19.009343 [ 3 ] {29691576-fd62-4fcf-9d3d-073c9a0ad667} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3954 | 2024.10.04 15:58:19.009716 [ 3 ] {29691576-fd62-4fcf-9d3d-073c9a0ad667} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3955 | 2024.10.04 15:58:19.009841 [ 3 ] {29691576-fd62-4fcf-9d3d-073c9a0ad667} <Debug> executeQuery: Read 101 rows, 8.09 KiB in 0.001629 sec., 62001.2277470841 rows/sec., 4.85 MiB/sec. | ||
| 3956 | 2024.10.04 15:58:19.010011 [ 3 ] {29691576-fd62-4fcf-9d3d-073c9a0ad667} <Debug> DynamicQueryHandler: Done processing query | ||
| 3957 | 2024.10.04 15:58:19.010037 [ 3 ] {29691576-fd62-4fcf-9d3d-073c9a0ad667} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 3958 | 2024.10.04 15:58:19.010053 [ 3 ] {} <Debug> HTTP-Session: eb396d7f-5411-468e-8765-da9ba7fd1aec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3959 | 2024.10.04 15:58:19.010234 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 31182, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3960 | 2024.10.04 15:58:19.010285 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3961 | 2024.10.04 15:58:19.010303 [ 3 ] {} <Debug> HTTP-Session: bf5a760b-097a-42b6-ab6a-fd022a7cd2fd Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 3962 | 2024.10.04 15:58:19.010320 [ 3 ] {} <Debug> HTTP-Session: bf5a760b-097a-42b6-ab6a-fd022a7cd2fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3963 | 2024.10.04 15:58:19.010334 [ 3 ] {} <Debug> HTTP-Session: bf5a760b-097a-42b6-ab6a-fd022a7cd2fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3964 | 2024.10.04 15:58:19.010365 [ 3 ] {} <Trace> HTTP-Session: bf5a760b-097a-42b6-ab6a-fd022a7cd2fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3965 | 2024.10.04 15:58:19.010543 [ 3 ] {6967ebc4-391b-446b-b3b6-98b66a9857d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 3966 | 2024.10.04 15:58:19.010592 [ 3 ] {6967ebc4-391b-446b-b3b6-98b66a9857d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3967 | 2024.10.04 15:58:19.010736 [ 3 ] {6967ebc4-391b-446b-b3b6-98b66a9857d7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3968 | 2024.10.04 15:58:19.011137 [ 3 ] {6967ebc4-391b-446b-b3b6-98b66a9857d7} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3969 | 2024.10.04 15:58:19.011178 [ 3 ] {6967ebc4-391b-446b-b3b6-98b66a9857d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 3970 | 2024.10.04 15:58:19.011577 [ 3 ] {6967ebc4-391b-446b-b3b6-98b66a9857d7} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3971 | 2024.10.04 15:58:19.011924 [ 3 ] {6967ebc4-391b-446b-b3b6-98b66a9857d7} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3972 | 2024.10.04 15:58:19.012047 [ 3 ] {6967ebc4-391b-446b-b3b6-98b66a9857d7} <Debug> executeQuery: Read 163 rows, 11.62 KiB in 0.001604 sec., 101620.9476309227 rows/sec., 7.08 MiB/sec. | ||
| 3973 | 2024.10.04 15:58:19.012214 [ 3 ] {6967ebc4-391b-446b-b3b6-98b66a9857d7} <Debug> DynamicQueryHandler: Done processing query | ||
| 3974 | 2024.10.04 15:58:19.012239 [ 3 ] {6967ebc4-391b-446b-b3b6-98b66a9857d7} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 3975 | 2024.10.04 15:58:19.012255 [ 3 ] {} <Debug> HTTP-Session: bf5a760b-097a-42b6-ab6a-fd022a7cd2fd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3976 | 2024.10.04 15:58:19.012453 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 51782, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3977 | 2024.10.04 15:58:19.012503 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3978 | 2024.10.04 15:58:19.012522 [ 3 ] {} <Debug> HTTP-Session: cc34f3ae-5667-460d-a921-d07b4997dda3 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 3979 | 2024.10.04 15:58:19.012539 [ 3 ] {} <Debug> HTTP-Session: cc34f3ae-5667-460d-a921-d07b4997dda3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3980 | 2024.10.04 15:58:19.012553 [ 3 ] {} <Debug> HTTP-Session: cc34f3ae-5667-460d-a921-d07b4997dda3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3981 | 2024.10.04 15:58:19.012583 [ 3 ] {} <Trace> HTTP-Session: cc34f3ae-5667-460d-a921-d07b4997dda3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3982 | 2024.10.04 15:58:19.013320 [ 3 ] {0a9d077d-7999-48a0-a242-bbd936bdf5c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 3983 | 2024.10.04 15:58:19.013388 [ 3 ] {0a9d077d-7999-48a0-a242-bbd936bdf5c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3984 | 2024.10.04 15:58:19.013809 [ 3 ] {0a9d077d-7999-48a0-a242-bbd936bdf5c9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3985 | 2024.10.04 15:58:19.014475 [ 3 ] {0a9d077d-7999-48a0-a242-bbd936bdf5c9} <Trace> oximeter.measurements_histogramu64 (00490d86-ebe4-4f2c-857c-d83cd24ebd05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3986 | 2024.10.04 15:58:19.014510 [ 3 ] {0a9d077d-7999-48a0-a242-bbd936bdf5c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 3987 | 2024.10.04 15:58:19.015167 [ 3 ] {0a9d077d-7999-48a0-a242-bbd936bdf5c9} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 3988 | 2024.10.04 15:58:19.015609 [ 3 ] {0a9d077d-7999-48a0-a242-bbd936bdf5c9} <Trace> oximeter.measurements_histogramu64 (00490d86-ebe4-4f2c-857c-d83cd24ebd05): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3989 | 2024.10.04 15:58:19.015740 [ 24 ] {} <Debug> oximeter.measurements_histogramu64 (00490d86-ebe4-4f2c-857c-d83cd24ebd05) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 3990 | 2024.10.04 15:58:19.015755 [ 3 ] {0a9d077d-7999-48a0-a242-bbd936bdf5c9} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.00309 sec., 10032.362459546926 rows/sec., 17.98 MiB/sec. | ||
| 3991 | 2024.10.04 15:58:19.015779 [ 24 ] {} <Trace> oximeter.measurements_histogramu64 (00490d86-ebe4-4f2c-857c-d83cd24ebd05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3992 | 2024.10.04 15:58:19.015814 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 3993 | 2024.10.04 15:58:19.016112 [ 189 ] {00490d86-ebe4-4f2c-857c-d83cd24ebd05::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 | ||
| 3994 | 2024.10.04 15:58:19.016182 [ 3 ] {0a9d077d-7999-48a0-a242-bbd936bdf5c9} <Debug> DynamicQueryHandler: Done processing query | ||
| 3995 | 2024.10.04 15:58:19.016228 [ 3 ] {0a9d077d-7999-48a0-a242-bbd936bdf5c9} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
| 3996 | 2024.10.04 15:58:19.016282 [ 3 ] {} <Debug> HTTP-Session: cc34f3ae-5667-460d-a921-d07b4997dda3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3997 | 2024.10.04 15:58:19.016494 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3998 | 2024.10.04 15:58:19.016609 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3999 | 2024.10.04 15:58:19.016670 [ 3 ] {} <Debug> HTTP-Session: 9f2e8caf-373f-4f14-a511-3f1bbcf8d86d Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 4000 | 2024.10.04 15:58:19.016717 [ 3 ] {} <Debug> HTTP-Session: 9f2e8caf-373f-4f14-a511-3f1bbcf8d86d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4001 | 2024.10.04 15:58:19.016758 [ 3 ] {} <Debug> HTTP-Session: 9f2e8caf-373f-4f14-a511-3f1bbcf8d86d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4002 | 2024.10.04 15:58:19.016850 [ 3 ] {} <Trace> HTTP-Session: 9f2e8caf-373f-4f14-a511-3f1bbcf8d86d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4003 | 2024.10.04 15:58:19.016908 [ 189 ] {00490d86-ebe4-4f2c-857c-d83cd24ebd05::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4004 | 2024.10.04 15:58:19.017081 [ 189 ] {00490d86-ebe4-4f2c-857c-d83cd24ebd05::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 8 rows starting from the beginning of the part | ||
| 4005 | 2024.10.04 15:58:19.017121 [ 3 ] {496f35b6-d462-4683-a5f4-5fcec3f12352} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 4006 | 2024.10.04 15:58:19.017249 [ 3 ] {496f35b6-d462-4683-a5f4-5fcec3f12352} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4007 | 2024.10.04 15:58:19.017829 [ 189 ] {00490d86-ebe4-4f2c-857c-d83cd24ebd05::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 8 rows starting from the beginning of the part | ||
| 4008 | 2024.10.04 15:58:19.018215 [ 3 ] {496f35b6-d462-4683-a5f4-5fcec3f12352} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4009 | 2024.10.04 15:58:19.018712 [ 189 ] {00490d86-ebe4-4f2c-857c-d83cd24ebd05::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 8 rows starting from the beginning of the part | ||
| 4010 | 2024.10.04 15:58:19.019419 [ 189 ] {00490d86-ebe4-4f2c-857c-d83cd24ebd05::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 | ||
| 4011 | 2024.10.04 15:58:19.019648 [ 3 ] {496f35b6-d462-4683-a5f4-5fcec3f12352} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4012 | 2024.10.04 15:58:19.019752 [ 3 ] {496f35b6-d462-4683-a5f4-5fcec3f12352} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 4013 | 2024.10.04 15:58:19.020102 [ 189 ] {00490d86-ebe4-4f2c-857c-d83cd24ebd05::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 | ||
| 4014 | 2024.10.04 15:58:19.020846 [ 189 ] {00490d86-ebe4-4f2c-857c-d83cd24ebd05::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 31 rows starting from the beginning of the part | ||
| 4015 | 2024.10.04 15:58:19.021337 [ 3 ] {496f35b6-d462-4683-a5f4-5fcec3f12352} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 4016 | 2024.10.04 15:58:19.022403 [ 3 ] {496f35b6-d462-4683-a5f4-5fcec3f12352} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4017 | 2024.10.04 15:58:19.022765 [ 3 ] {496f35b6-d462-4683-a5f4-5fcec3f12352} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00573 sec., 10471.204188481675 rows/sec., 722.62 KiB/sec. | ||
| 4018 | 2024.10.04 15:58:19.023520 [ 3 ] {496f35b6-d462-4683-a5f4-5fcec3f12352} <Debug> DynamicQueryHandler: Done processing query | ||
| 4019 | 2024.10.04 15:58:19.023592 [ 3 ] {496f35b6-d462-4683-a5f4-5fcec3f12352} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 4020 | 2024.10.04 15:58:19.023636 [ 3 ] {} <Debug> HTTP-Session: 9f2e8caf-373f-4f14-a511-3f1bbcf8d86d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4021 | 2024.10.04 15:58:19.025468 [ 197 ] {00490d86-ebe4-4f2c-857c-d83cd24ebd05::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 115 rows, containing 19 columns (19 merged, 0 gathered) in 0.009527898 sec., 12069.818547595703 rows/sec., 21.63 MiB/sec. | ||
| 4022 | 2024.10.04 15:58:19.025895 [ 197 ] {00490d86-ebe4-4f2c-857c-d83cd24ebd05::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 4023 | 2024.10.04 15:58:19.026514 [ 197 ] {00490d86-ebe4-4f2c-857c-d83cd24ebd05::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (00490d86-ebe4-4f2c-857c-d83cd24ebd05): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4024 | 2024.10.04 15:58:19.026599 [ 197 ] {00490d86-ebe4-4f2c-857c-d83cd24ebd05::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (00490d86-ebe4-4f2c-857c-d83cd24ebd05) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 4025 | 2024.10.04 15:58:19.026715 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.93 MiB. | ||
| 4026 | 2024.10.04 15:58:20.000135 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 146.71 MiB, peak 153.68 MiB, free memory in arenas 0.00 B, will set to 147.76 MiB (RSS), difference: 1.05 MiB | ||
| 4027 | 2024.10.04 15:58:24.002691 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 30854, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4028 | 2024.10.04 15:58:24.002844 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4029 | 2024.10.04 15:58:24.002874 [ 3 ] {} <Debug> HTTP-Session: 9e26fabe-3201-444f-8145-1291081e9644 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 4030 | 2024.10.04 15:58:24.002903 [ 3 ] {} <Debug> HTTP-Session: 9e26fabe-3201-444f-8145-1291081e9644 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4031 | 2024.10.04 15:58:24.002920 [ 3 ] {} <Debug> HTTP-Session: 9e26fabe-3201-444f-8145-1291081e9644 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4032 | 2024.10.04 15:58:24.002977 [ 3 ] {} <Trace> HTTP-Session: 9e26fabe-3201-444f-8145-1291081e9644 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4033 | 2024.10.04 15:58:24.003255 [ 3 ] {c0551e57-9689-41fb-92b9-b3a2b3cda6e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 4034 | 2024.10.04 15:58:24.003336 [ 3 ] {c0551e57-9689-41fb-92b9-b3a2b3cda6e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4035 | 2024.10.04 15:58:24.003693 [ 3 ] {c0551e57-9689-41fb-92b9-b3a2b3cda6e0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4036 | 2024.10.04 15:58:24.004285 [ 3 ] {c0551e57-9689-41fb-92b9-b3a2b3cda6e0} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4037 | 2024.10.04 15:58:24.004335 [ 3 ] {c0551e57-9689-41fb-92b9-b3a2b3cda6e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 4038 | 2024.10.04 15:58:24.004792 [ 3 ] {c0551e57-9689-41fb-92b9-b3a2b3cda6e0} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4039 | 2024.10.04 15:58:24.005219 [ 3 ] {c0551e57-9689-41fb-92b9-b3a2b3cda6e0} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4040 | 2024.10.04 15:58:24.005391 [ 3 ] {c0551e57-9689-41fb-92b9-b3a2b3cda6e0} <Debug> executeQuery: Read 205 rows, 18.36 KiB in 0.002247 sec., 91232.75478415666 rows/sec., 7.98 MiB/sec. | ||
| 4041 | 2024.10.04 15:58:24.005631 [ 3 ] {c0551e57-9689-41fb-92b9-b3a2b3cda6e0} <Debug> DynamicQueryHandler: Done processing query | ||
| 4042 | 2024.10.04 15:58:24.005661 [ 3 ] {c0551e57-9689-41fb-92b9-b3a2b3cda6e0} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 4043 | 2024.10.04 15:58:24.005686 [ 3 ] {} <Debug> HTTP-Session: 9e26fabe-3201-444f-8145-1291081e9644 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4044 | 2024.10.04 15:58:24.005864 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 1197, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4045 | 2024.10.04 15:58:24.005932 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4046 | 2024.10.04 15:58:24.005960 [ 3 ] {} <Debug> HTTP-Session: bb21a192-6774-4d9a-96ba-647b1d390299 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 4047 | 2024.10.04 15:58:24.005978 [ 3 ] {} <Debug> HTTP-Session: bb21a192-6774-4d9a-96ba-647b1d390299 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4048 | 2024.10.04 15:58:24.005993 [ 3 ] {} <Debug> HTTP-Session: bb21a192-6774-4d9a-96ba-647b1d390299 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4049 | 2024.10.04 15:58:24.006035 [ 3 ] {} <Trace> HTTP-Session: bb21a192-6774-4d9a-96ba-647b1d390299 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4050 | 2024.10.04 15:58:24.006155 [ 3 ] {a7229188-0388-4170-80ef-690a6b38e469} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 4051 | 2024.10.04 15:58:24.006204 [ 3 ] {a7229188-0388-4170-80ef-690a6b38e469} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4052 | 2024.10.04 15:58:24.006446 [ 3 ] {a7229188-0388-4170-80ef-690a6b38e469} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4053 | 2024.10.04 15:58:24.006773 [ 3 ] {a7229188-0388-4170-80ef-690a6b38e469} <Trace> oximeter.fields_u16 (e9c2286f-cf98-4582-9ae4-6e9eb84e22b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4054 | 2024.10.04 15:58:24.006811 [ 3 ] {a7229188-0388-4170-80ef-690a6b38e469} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 4055 | 2024.10.04 15:58:24.007175 [ 3 ] {a7229188-0388-4170-80ef-690a6b38e469} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 4056 | 2024.10.04 15:58:24.007565 [ 3 ] {a7229188-0388-4170-80ef-690a6b38e469} <Trace> oximeter.fields_u16 (e9c2286f-cf98-4582-9ae4-6e9eb84e22b6): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4057 | 2024.10.04 15:58:24.007733 [ 3 ] {a7229188-0388-4170-80ef-690a6b38e469} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001606 sec., 4981.3200498132 rows/sec., 374.57 KiB/sec. | ||
| 4058 | 2024.10.04 15:58:24.007921 [ 3 ] {a7229188-0388-4170-80ef-690a6b38e469} <Debug> DynamicQueryHandler: Done processing query | ||
| 4059 | 2024.10.04 15:58:24.007947 [ 3 ] {a7229188-0388-4170-80ef-690a6b38e469} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 4060 | 2024.10.04 15:58:24.007964 [ 3 ] {} <Debug> HTTP-Session: bb21a192-6774-4d9a-96ba-647b1d390299 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4061 | 2024.10.04 15:58:24.008086 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 1933, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4062 | 2024.10.04 15:58:24.008141 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4063 | 2024.10.04 15:58:24.008161 [ 3 ] {} <Debug> HTTP-Session: e6377aea-fa96-425d-805a-282d72cbbbad Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 4064 | 2024.10.04 15:58:24.008177 [ 3 ] {} <Debug> HTTP-Session: e6377aea-fa96-425d-805a-282d72cbbbad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4065 | 2024.10.04 15:58:24.008191 [ 3 ] {} <Debug> HTTP-Session: e6377aea-fa96-425d-805a-282d72cbbbad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4066 | 2024.10.04 15:58:24.008223 [ 3 ] {} <Trace> HTTP-Session: e6377aea-fa96-425d-805a-282d72cbbbad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4067 | 2024.10.04 15:58:24.008331 [ 3 ] {80d955da-cd66-453a-b532-b77e7745e517} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 4068 | 2024.10.04 15:58:24.008375 [ 3 ] {80d955da-cd66-453a-b532-b77e7745e517} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4069 | 2024.10.04 15:58:24.008609 [ 3 ] {80d955da-cd66-453a-b532-b77e7745e517} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4070 | 2024.10.04 15:58:24.008997 [ 3 ] {80d955da-cd66-453a-b532-b77e7745e517} <Trace> oximeter.fields_u32 (d636b635-d679-4839-bb6a-f39822d1a48c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4071 | 2024.10.04 15:58:24.009035 [ 3 ] {80d955da-cd66-453a-b532-b77e7745e517} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 4072 | 2024.10.04 15:58:24.009407 [ 3 ] {80d955da-cd66-453a-b532-b77e7745e517} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 4073 | 2024.10.04 15:58:24.009776 [ 3 ] {80d955da-cd66-453a-b532-b77e7745e517} <Trace> oximeter.fields_u32 (d636b635-d679-4839-bb6a-f39822d1a48c): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4074 | 2024.10.04 15:58:24.009949 [ 3 ] {80d955da-cd66-453a-b532-b77e7745e517} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001637 sec., 8552.22968845449 rows/sec., 598.94 KiB/sec. | ||
| 4075 | 2024.10.04 15:58:24.010136 [ 3 ] {80d955da-cd66-453a-b532-b77e7745e517} <Debug> DynamicQueryHandler: Done processing query | ||
| 4076 | 2024.10.04 15:58:24.010171 [ 3 ] {80d955da-cd66-453a-b532-b77e7745e517} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 4077 | 2024.10.04 15:58:24.010187 [ 3 ] {} <Debug> HTTP-Session: e6377aea-fa96-425d-805a-282d72cbbbad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4078 | 2024.10.04 15:58:24.010308 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4079 | 2024.10.04 15:58:24.010373 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4080 | 2024.10.04 15:58:24.010393 [ 3 ] {} <Debug> HTTP-Session: 5510c428-f126-49b4-825c-78bb62f66f0f Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 4081 | 2024.10.04 15:58:24.010409 [ 3 ] {} <Debug> HTTP-Session: 5510c428-f126-49b4-825c-78bb62f66f0f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4082 | 2024.10.04 15:58:24.010424 [ 3 ] {} <Debug> HTTP-Session: 5510c428-f126-49b4-825c-78bb62f66f0f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4083 | 2024.10.04 15:58:24.010457 [ 3 ] {} <Trace> HTTP-Session: 5510c428-f126-49b4-825c-78bb62f66f0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4084 | 2024.10.04 15:58:24.010571 [ 3 ] {9b62f584-4bc1-47e4-a7d8-64471a162673} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 4085 | 2024.10.04 15:58:24.010615 [ 3 ] {9b62f584-4bc1-47e4-a7d8-64471a162673} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4086 | 2024.10.04 15:58:24.010846 [ 3 ] {9b62f584-4bc1-47e4-a7d8-64471a162673} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4087 | 2024.10.04 15:58:24.011185 [ 3 ] {9b62f584-4bc1-47e4-a7d8-64471a162673} <Trace> oximeter.fields_u8 (b38c7fc2-16b2-4da0-8e0e-60bfa18d3929): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4088 | 2024.10.04 15:58:24.011222 [ 3 ] {9b62f584-4bc1-47e4-a7d8-64471a162673} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 4089 | 2024.10.04 15:58:24.011575 [ 3 ] {9b62f584-4bc1-47e4-a7d8-64471a162673} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 4090 | 2024.10.04 15:58:24.011937 [ 3 ] {9b62f584-4bc1-47e4-a7d8-64471a162673} <Trace> oximeter.fields_u8 (b38c7fc2-16b2-4da0-8e0e-60bfa18d3929): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4091 | 2024.10.04 15:58:24.012090 [ 3 ] {9b62f584-4bc1-47e4-a7d8-64471a162673} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001545 sec., 3883.495145631068 rows/sec., 229.44 KiB/sec. | ||
| 4092 | 2024.10.04 15:58:24.012283 [ 3 ] {9b62f584-4bc1-47e4-a7d8-64471a162673} <Debug> DynamicQueryHandler: Done processing query | ||
| 4093 | 2024.10.04 15:58:24.012308 [ 3 ] {9b62f584-4bc1-47e4-a7d8-64471a162673} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 4094 | 2024.10.04 15:58:24.012324 [ 3 ] {} <Debug> HTTP-Session: 5510c428-f126-49b4-825c-78bb62f66f0f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4095 | 2024.10.04 15:58:24.012525 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 64893, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4096 | 2024.10.04 15:58:24.012576 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4097 | 2024.10.04 15:58:24.012595 [ 3 ] {} <Debug> HTTP-Session: de08c45e-e636-4e21-8681-6d63459710d2 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 4098 | 2024.10.04 15:58:24.012611 [ 3 ] {} <Debug> HTTP-Session: de08c45e-e636-4e21-8681-6d63459710d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4099 | 2024.10.04 15:58:24.012625 [ 3 ] {} <Debug> HTTP-Session: de08c45e-e636-4e21-8681-6d63459710d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4100 | 2024.10.04 15:58:24.012655 [ 3 ] {} <Trace> HTTP-Session: de08c45e-e636-4e21-8681-6d63459710d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4101 | 2024.10.04 15:58:24.012858 [ 3 ] {8e3f5d45-548c-42c9-9e48-9f9256c78c70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 4102 | 2024.10.04 15:58:24.012902 [ 3 ] {8e3f5d45-548c-42c9-9e48-9f9256c78c70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4103 | 2024.10.04 15:58:24.013132 [ 3 ] {8e3f5d45-548c-42c9-9e48-9f9256c78c70} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4104 | 2024.10.04 15:58:24.013746 [ 3 ] {8e3f5d45-548c-42c9-9e48-9f9256c78c70} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4105 | 2024.10.04 15:58:24.013783 [ 3 ] {8e3f5d45-548c-42c9-9e48-9f9256c78c70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 4106 | 2024.10.04 15:58:24.014157 [ 3 ] {8e3f5d45-548c-42c9-9e48-9f9256c78c70} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4107 | 2024.10.04 15:58:24.014517 [ 3 ] {8e3f5d45-548c-42c9-9e48-9f9256c78c70} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4108 | 2024.10.04 15:58:24.014684 [ 3 ] {8e3f5d45-548c-42c9-9e48-9f9256c78c70} <Debug> executeQuery: Read 400 rows, 29.14 KiB in 0.001935 sec., 206718.34625322997 rows/sec., 14.70 MiB/sec. | ||
| 4109 | 2024.10.04 15:58:24.014860 [ 3 ] {8e3f5d45-548c-42c9-9e48-9f9256c78c70} <Debug> DynamicQueryHandler: Done processing query | ||
| 4110 | 2024.10.04 15:58:24.014884 [ 3 ] {8e3f5d45-548c-42c9-9e48-9f9256c78c70} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
| 4111 | 2024.10.04 15:58:24.014900 [ 3 ] {} <Debug> HTTP-Session: de08c45e-e636-4e21-8681-6d63459710d2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4112 | 2024.10.04 15:58:24.015036 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 906, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4113 | 2024.10.04 15:58:24.015084 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4114 | 2024.10.04 15:58:24.015103 [ 3 ] {} <Debug> HTTP-Session: 6f87604d-13ef-4091-b6a7-b86a569c846d Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 4115 | 2024.10.04 15:58:24.015120 [ 3 ] {} <Debug> HTTP-Session: 6f87604d-13ef-4091-b6a7-b86a569c846d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4116 | 2024.10.04 15:58:24.015133 [ 3 ] {} <Debug> HTTP-Session: 6f87604d-13ef-4091-b6a7-b86a569c846d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4117 | 2024.10.04 15:58:24.015165 [ 3 ] {} <Trace> HTTP-Session: 6f87604d-13ef-4091-b6a7-b86a569c846d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4118 | 2024.10.04 15:58:24.015261 [ 3 ] {b3bf8bc4-cd58-45b4-8b1c-ec0b5ddbdf09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 4119 | 2024.10.04 15:58:24.015306 [ 3 ] {b3bf8bc4-cd58-45b4-8b1c-ec0b5ddbdf09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4120 | 2024.10.04 15:58:24.015437 [ 3 ] {b3bf8bc4-cd58-45b4-8b1c-ec0b5ddbdf09} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4121 | 2024.10.04 15:58:24.015721 [ 3 ] {b3bf8bc4-cd58-45b4-8b1c-ec0b5ddbdf09} <Trace> oximeter.measurements_bool (07631250-7a70-49e6-a733-c0ce298d5d2f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4122 | 2024.10.04 15:58:24.015757 [ 3 ] {b3bf8bc4-cd58-45b4-8b1c-ec0b5ddbdf09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 4123 | 2024.10.04 15:58:24.016113 [ 3 ] {b3bf8bc4-cd58-45b4-8b1c-ec0b5ddbdf09} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 4124 | 2024.10.04 15:58:24.016456 [ 3 ] {b3bf8bc4-cd58-45b4-8b1c-ec0b5ddbdf09} <Trace> oximeter.measurements_bool (07631250-7a70-49e6-a733-c0ce298d5d2f): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4125 | 2024.10.04 15:58:24.016610 [ 3 ] {b3bf8bc4-cd58-45b4-8b1c-ec0b5ddbdf09} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00137 sec., 4379.56204379562 rows/sec., 228.82 KiB/sec. | ||
| 4126 | 2024.10.04 15:58:24.016775 [ 3 ] {b3bf8bc4-cd58-45b4-8b1c-ec0b5ddbdf09} <Debug> DynamicQueryHandler: Done processing query | ||
| 4127 | 2024.10.04 15:58:24.016800 [ 3 ] {b3bf8bc4-cd58-45b4-8b1c-ec0b5ddbdf09} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 4128 | 2024.10.04 15:58:24.016815 [ 3 ] {} <Debug> HTTP-Session: 6f87604d-13ef-4091-b6a7-b86a569c846d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4129 | 2024.10.04 15:58:24.016994 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 44633, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4130 | 2024.10.04 15:58:24.017043 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4131 | 2024.10.04 15:58:24.017062 [ 3 ] {} <Debug> HTTP-Session: b4f55b87-8fb6-43b5-9ee4-8eab56f1efa5 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 4132 | 2024.10.04 15:58:24.017078 [ 3 ] {} <Debug> HTTP-Session: b4f55b87-8fb6-43b5-9ee4-8eab56f1efa5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4133 | 2024.10.04 15:58:24.017092 [ 3 ] {} <Debug> HTTP-Session: b4f55b87-8fb6-43b5-9ee4-8eab56f1efa5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4134 | 2024.10.04 15:58:24.017122 [ 3 ] {} <Trace> HTTP-Session: b4f55b87-8fb6-43b5-9ee4-8eab56f1efa5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4135 | 2024.10.04 15:58:24.017322 [ 3 ] {51bf38d8-8a85-417d-98d9-9e2eea2aa999} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4136 | 2024.10.04 15:58:24.017367 [ 3 ] {51bf38d8-8a85-417d-98d9-9e2eea2aa999} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4137 | 2024.10.04 15:58:24.017514 [ 3 ] {51bf38d8-8a85-417d-98d9-9e2eea2aa999} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4138 | 2024.10.04 15:58:24.017972 [ 3 ] {51bf38d8-8a85-417d-98d9-9e2eea2aa999} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4139 | 2024.10.04 15:58:24.018007 [ 3 ] {51bf38d8-8a85-417d-98d9-9e2eea2aa999} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 4140 | 2024.10.04 15:58:24.018402 [ 3 ] {51bf38d8-8a85-417d-98d9-9e2eea2aa999} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4141 | 2024.10.04 15:58:24.018745 [ 3 ] {51bf38d8-8a85-417d-98d9-9e2eea2aa999} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4142 | 2024.10.04 15:58:24.018923 [ 3 ] {51bf38d8-8a85-417d-98d9-9e2eea2aa999} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001702 sec., 139247.9435957697 rows/sec., 9.33 MiB/sec. | ||
| 4143 | 2024.10.04 15:58:24.019099 [ 3 ] {51bf38d8-8a85-417d-98d9-9e2eea2aa999} <Debug> DynamicQueryHandler: Done processing query | ||
| 4144 | 2024.10.04 15:58:24.019123 [ 3 ] {51bf38d8-8a85-417d-98d9-9e2eea2aa999} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 4145 | 2024.10.04 15:58:24.019140 [ 3 ] {} <Debug> HTTP-Session: b4f55b87-8fb6-43b5-9ee4-8eab56f1efa5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4146 | 2024.10.04 15:58:24.019271 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4147 | 2024.10.04 15:58:24.019320 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4148 | 2024.10.04 15:58:24.019339 [ 3 ] {} <Debug> HTTP-Session: 55365838-6984-4f21-adc7-2d24dccb1247 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 4149 | 2024.10.04 15:58:24.019355 [ 3 ] {} <Debug> HTTP-Session: 55365838-6984-4f21-adc7-2d24dccb1247 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4150 | 2024.10.04 15:58:24.019369 [ 3 ] {} <Debug> HTTP-Session: 55365838-6984-4f21-adc7-2d24dccb1247 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4151 | 2024.10.04 15:58:24.019399 [ 3 ] {} <Trace> HTTP-Session: 55365838-6984-4f21-adc7-2d24dccb1247 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4152 | 2024.10.04 15:58:24.019492 [ 3 ] {d8609c59-c783-4e41-9f41-8ed2134e220f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 4153 | 2024.10.04 15:58:24.019537 [ 3 ] {d8609c59-c783-4e41-9f41-8ed2134e220f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4154 | 2024.10.04 15:58:24.019669 [ 3 ] {d8609c59-c783-4e41-9f41-8ed2134e220f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4155 | 2024.10.04 15:58:24.019971 [ 3 ] {d8609c59-c783-4e41-9f41-8ed2134e220f} <Trace> oximeter.measurements_f64 (87d8cd82-19cb-42e6-8b47-b078fc436c38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4156 | 2024.10.04 15:58:24.020006 [ 3 ] {d8609c59-c783-4e41-9f41-8ed2134e220f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 4157 | 2024.10.04 15:58:24.020363 [ 3 ] {d8609c59-c783-4e41-9f41-8ed2134e220f} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 4158 | 2024.10.04 15:58:24.020685 [ 3 ] {d8609c59-c783-4e41-9f41-8ed2134e220f} <Trace> oximeter.measurements_f64 (87d8cd82-19cb-42e6-8b47-b078fc436c38): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4159 | 2024.10.04 15:58:24.020841 [ 3 ] {d8609c59-c783-4e41-9f41-8ed2134e220f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001356 sec., 737.4631268436578 rows/sec., 49.69 KiB/sec. | ||
| 4160 | 2024.10.04 15:58:24.021047 [ 3 ] {d8609c59-c783-4e41-9f41-8ed2134e220f} <Debug> DynamicQueryHandler: Done processing query | ||
| 4161 | 2024.10.04 15:58:24.021071 [ 3 ] {d8609c59-c783-4e41-9f41-8ed2134e220f} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 4162 | 2024.10.04 15:58:24.021087 [ 3 ] {} <Debug> HTTP-Session: 55365838-6984-4f21-adc7-2d24dccb1247 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4163 | 2024.10.04 15:58:24.021213 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 13163, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4164 | 2024.10.04 15:58:24.021262 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4165 | 2024.10.04 15:58:24.021280 [ 3 ] {} <Debug> HTTP-Session: 8477863c-37a3-49a8-9ac5-07751ab3b2db Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 4166 | 2024.10.04 15:58:24.021297 [ 3 ] {} <Debug> HTTP-Session: 8477863c-37a3-49a8-9ac5-07751ab3b2db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4167 | 2024.10.04 15:58:24.021311 [ 3 ] {} <Debug> HTTP-Session: 8477863c-37a3-49a8-9ac5-07751ab3b2db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4168 | 2024.10.04 15:58:24.021341 [ 3 ] {} <Trace> HTTP-Session: 8477863c-37a3-49a8-9ac5-07751ab3b2db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4169 | 2024.10.04 15:58:24.021517 [ 3 ] {9a348fc5-2008-4918-9918-bff622445b4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4170 | 2024.10.04 15:58:24.021582 [ 3 ] {9a348fc5-2008-4918-9918-bff622445b4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4171 | 2024.10.04 15:58:24.022017 [ 3 ] {9a348fc5-2008-4918-9918-bff622445b4d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4172 | 2024.10.04 15:58:24.022553 [ 3 ] {9a348fc5-2008-4918-9918-bff622445b4d} <Trace> oximeter.measurements_histogramu64 (00490d86-ebe4-4f2c-857c-d83cd24ebd05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4173 | 2024.10.04 15:58:24.022589 [ 3 ] {9a348fc5-2008-4918-9918-bff622445b4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 4174 | 2024.10.04 15:58:24.023197 [ 3 ] {9a348fc5-2008-4918-9918-bff622445b4d} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 4175 | 2024.10.04 15:58:24.023610 [ 3 ] {9a348fc5-2008-4918-9918-bff622445b4d} <Trace> oximeter.measurements_histogramu64 (00490d86-ebe4-4f2c-857c-d83cd24ebd05): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4176 | 2024.10.04 15:58:24.023792 [ 3 ] {9a348fc5-2008-4918-9918-bff622445b4d} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002379 sec., 3362.7574611181167 rows/sec., 6.03 MiB/sec. | ||
| 4177 | 2024.10.04 15:58:24.024021 [ 3 ] {9a348fc5-2008-4918-9918-bff622445b4d} <Debug> DynamicQueryHandler: Done processing query | ||
| 4178 | 2024.10.04 15:58:24.024046 [ 3 ] {9a348fc5-2008-4918-9918-bff622445b4d} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
| 4179 | 2024.10.04 15:58:24.024062 [ 3 ] {} <Debug> HTTP-Session: 8477863c-37a3-49a8-9ac5-07751ab3b2db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4180 | 2024.10.04 15:58:24.024177 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 1945, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4181 | 2024.10.04 15:58:24.024226 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4182 | 2024.10.04 15:58:24.024245 [ 3 ] {} <Debug> HTTP-Session: 65efb8cf-27ac-41d7-b113-ccc243bd25c5 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 4183 | 2024.10.04 15:58:24.024261 [ 3 ] {} <Debug> HTTP-Session: 65efb8cf-27ac-41d7-b113-ccc243bd25c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4184 | 2024.10.04 15:58:24.024275 [ 3 ] {} <Debug> HTTP-Session: 65efb8cf-27ac-41d7-b113-ccc243bd25c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4185 | 2024.10.04 15:58:24.024306 [ 3 ] {} <Trace> HTTP-Session: 65efb8cf-27ac-41d7-b113-ccc243bd25c5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4186 | 2024.10.04 15:58:24.024404 [ 3 ] {3e7df1f8-0a95-4bbf-8fcc-a0705bc5dc27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 4187 | 2024.10.04 15:58:24.024449 [ 3 ] {3e7df1f8-0a95-4bbf-8fcc-a0705bc5dc27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 4188 | 2024.10.04 15:58:24.024581 [ 3 ] {3e7df1f8-0a95-4bbf-8fcc-a0705bc5dc27} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4189 | 2024.10.04 15:58:24.024864 [ 3 ] {3e7df1f8-0a95-4bbf-8fcc-a0705bc5dc27} <Trace> oximeter.measurements_i64 (939a8da9-e23f-43bf-9220-f0fcfd4bcbc0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4190 | 2024.10.04 15:58:24.024900 [ 3 ] {3e7df1f8-0a95-4bbf-8fcc-a0705bc5dc27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 4191 | 2024.10.04 15:58:24.025247 [ 3 ] {3e7df1f8-0a95-4bbf-8fcc-a0705bc5dc27} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 4192 | 2024.10.04 15:58:24.025565 [ 3 ] {3e7df1f8-0a95-4bbf-8fcc-a0705bc5dc27} <Trace> oximeter.measurements_i64 (939a8da9-e23f-43bf-9220-f0fcfd4bcbc0): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4193 | 2024.10.04 15:58:24.025719 [ 3 ] {3e7df1f8-0a95-4bbf-8fcc-a0705bc5dc27} <Debug> executeQuery: Read 12 rows, 897.00 B in 0.001341 sec., 8948.54586129754 rows/sec., 653.23 KiB/sec. | ||
| 4194 | 2024.10.04 15:58:24.025887 [ 3 ] {3e7df1f8-0a95-4bbf-8fcc-a0705bc5dc27} <Debug> DynamicQueryHandler: Done processing query | ||
| 4195 | 2024.10.04 15:58:24.025911 [ 3 ] {3e7df1f8-0a95-4bbf-8fcc-a0705bc5dc27} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 4196 | 2024.10.04 15:58:24.025928 [ 3 ] {} <Debug> HTTP-Session: 65efb8cf-27ac-41d7-b113-ccc243bd25c5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4197 | 2024.10.04 15:58:24.026052 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 12156, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4198 | 2024.10.04 15:58:24.026100 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4199 | 2024.10.04 15:58:24.026118 [ 3 ] {} <Debug> HTTP-Session: 1dcea8be-9924-4f01-9a32-5de791e0b70f Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 4200 | 2024.10.04 15:58:24.026135 [ 3 ] {} <Debug> HTTP-Session: 1dcea8be-9924-4f01-9a32-5de791e0b70f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4201 | 2024.10.04 15:58:24.026151 [ 3 ] {} <Debug> HTTP-Session: 1dcea8be-9924-4f01-9a32-5de791e0b70f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4202 | 2024.10.04 15:58:24.026180 [ 3 ] {} <Trace> HTTP-Session: 1dcea8be-9924-4f01-9a32-5de791e0b70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4203 | 2024.10.04 15:58:24.026298 [ 3 ] {98461965-6915-4301-9b71-61f554e0fac7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 4204 | 2024.10.04 15:58:24.026343 [ 3 ] {98461965-6915-4301-9b71-61f554e0fac7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4205 | 2024.10.04 15:58:24.026474 [ 3 ] {98461965-6915-4301-9b71-61f554e0fac7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4206 | 2024.10.04 15:58:24.026793 [ 3 ] {98461965-6915-4301-9b71-61f554e0fac7} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4207 | 2024.10.04 15:58:24.026829 [ 3 ] {98461965-6915-4301-9b71-61f554e0fac7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 4208 | 2024.10.04 15:58:24.027182 [ 3 ] {98461965-6915-4301-9b71-61f554e0fac7} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4209 | 2024.10.04 15:58:24.027515 [ 3 ] {98461965-6915-4301-9b71-61f554e0fac7} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4210 | 2024.10.04 15:58:24.027681 [ 3 ] {98461965-6915-4301-9b71-61f554e0fac7} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001416 sec., 57909.60451977402 rows/sec., 3.68 MiB/sec. | ||
| 4211 | 2024.10.04 15:58:24.027992 [ 3 ] {98461965-6915-4301-9b71-61f554e0fac7} <Debug> DynamicQueryHandler: Done processing query | ||
| 4212 | 2024.10.04 15:58:24.028018 [ 3 ] {98461965-6915-4301-9b71-61f554e0fac7} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 4213 | 2024.10.04 15:58:24.028034 [ 3 ] {} <Debug> HTTP-Session: 1dcea8be-9924-4f01-9a32-5de791e0b70f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4214 | 2024.10.04 15:58:25.611021 [ 146 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4215 | 2024.10.04 15:58:25.611075 [ 146 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4216 | 2024.10.04 15:58:25.825689 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 430 | ||
| 4217 | 2024.10.04 15:58:25.828703 [ 242 ] {} <Trace> system.query_log (8f12c5ea-7fed-46c2-8a08-f82b2fd1cd88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4218 | 2024.10.04 15:58:25.828773 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 4219 | 2024.10.04 15:58:25.830313 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 4220 | 2024.10.04 15:58:25.831310 [ 242 ] {} <Trace> system.query_log (8f12c5ea-7fed-46c2-8a08-f82b2fd1cd88): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4221 | 2024.10.04 15:58:25.831870 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 430 | ||
| 4222 | 2024.10.04 15:58:28.999918 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 17482, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4223 | 2024.10.04 15:58:29.000148 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 148.79 MiB, peak 153.79 MiB, free memory in arenas 0.00 B, will set to 147.79 MiB (RSS), difference: -1.00 MiB | ||
| 4224 | 2024.10.04 15:58:29.000187 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4225 | 2024.10.04 15:58:29.000252 [ 3 ] {} <Debug> HTTP-Session: c1563128-508a-4ebd-86cb-845d8a8d4db4 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 4226 | 2024.10.04 15:58:29.000303 [ 3 ] {} <Debug> HTTP-Session: c1563128-508a-4ebd-86cb-845d8a8d4db4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4227 | 2024.10.04 15:58:29.000347 [ 3 ] {} <Debug> HTTP-Session: c1563128-508a-4ebd-86cb-845d8a8d4db4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4228 | 2024.10.04 15:58:29.000445 [ 3 ] {} <Trace> HTTP-Session: c1563128-508a-4ebd-86cb-845d8a8d4db4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4229 | 2024.10.04 15:58:29.000730 [ 3 ] {a37f1629-d3d6-4c97-8f05-ce6f4d0aad39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 4230 | 2024.10.04 15:58:29.000801 [ 3 ] {a37f1629-d3d6-4c97-8f05-ce6f4d0aad39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4231 | 2024.10.04 15:58:29.001144 [ 3 ] {a37f1629-d3d6-4c97-8f05-ce6f4d0aad39} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4232 | 2024.10.04 15:58:29.001675 [ 3 ] {a37f1629-d3d6-4c97-8f05-ce6f4d0aad39} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4233 | 2024.10.04 15:58:29.001716 [ 3 ] {a37f1629-d3d6-4c97-8f05-ce6f4d0aad39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 4234 | 2024.10.04 15:58:29.002161 [ 3 ] {a37f1629-d3d6-4c97-8f05-ce6f4d0aad39} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4235 | 2024.10.04 15:58:29.002563 [ 3 ] {a37f1629-d3d6-4c97-8f05-ce6f4d0aad39} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4236 | 2024.10.04 15:58:29.002721 [ 3 ] {a37f1629-d3d6-4c97-8f05-ce6f4d0aad39} <Debug> executeQuery: Read 118 rows, 10.28 KiB in 0.00207 sec., 57004.8309178744 rows/sec., 4.85 MiB/sec. | ||
| 4237 | 2024.10.04 15:58:29.003082 [ 3 ] {a37f1629-d3d6-4c97-8f05-ce6f4d0aad39} <Debug> DynamicQueryHandler: Done processing query | ||
| 4238 | 2024.10.04 15:58:29.003111 [ 3 ] {a37f1629-d3d6-4c97-8f05-ce6f4d0aad39} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 4239 | 2024.10.04 15:58:29.003130 [ 3 ] {} <Debug> HTTP-Session: c1563128-508a-4ebd-86cb-845d8a8d4db4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4240 | 2024.10.04 15:58:29.003333 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 4500, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4241 | 2024.10.04 15:58:29.003388 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4242 | 2024.10.04 15:58:29.003408 [ 3 ] {} <Debug> HTTP-Session: a06f0df8-3622-4ccd-94fc-e6f34c917d65 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 4243 | 2024.10.04 15:58:29.003426 [ 3 ] {} <Debug> HTTP-Session: a06f0df8-3622-4ccd-94fc-e6f34c917d65 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4244 | 2024.10.04 15:58:29.003440 [ 3 ] {} <Debug> HTTP-Session: a06f0df8-3622-4ccd-94fc-e6f34c917d65 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4245 | 2024.10.04 15:58:29.003476 [ 3 ] {} <Trace> HTTP-Session: a06f0df8-3622-4ccd-94fc-e6f34c917d65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4246 | 2024.10.04 15:58:29.003593 [ 3 ] {72d36662-5ce1-4f9c-8d1b-7327f422e8be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 4247 | 2024.10.04 15:58:29.003643 [ 3 ] {72d36662-5ce1-4f9c-8d1b-7327f422e8be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4248 | 2024.10.04 15:58:29.003898 [ 3 ] {72d36662-5ce1-4f9c-8d1b-7327f422e8be} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4249 | 2024.10.04 15:58:29.004239 [ 3 ] {72d36662-5ce1-4f9c-8d1b-7327f422e8be} <Trace> oximeter.fields_u16 (e9c2286f-cf98-4582-9ae4-6e9eb84e22b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4250 | 2024.10.04 15:58:29.004276 [ 3 ] {72d36662-5ce1-4f9c-8d1b-7327f422e8be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 4251 | 2024.10.04 15:58:29.004627 [ 3 ] {72d36662-5ce1-4f9c-8d1b-7327f422e8be} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 4252 | 2024.10.04 15:58:29.004985 [ 3 ] {72d36662-5ce1-4f9c-8d1b-7327f422e8be} <Trace> oximeter.fields_u16 (e9c2286f-cf98-4582-9ae4-6e9eb84e22b6): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4253 | 2024.10.04 15:58:29.005122 [ 3 ] {72d36662-5ce1-4f9c-8d1b-7327f422e8be} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.001559 sec., 19884.54137267479 rows/sec., 1.46 MiB/sec. | ||
| 4254 | 2024.10.04 15:58:29.005424 [ 3 ] {72d36662-5ce1-4f9c-8d1b-7327f422e8be} <Debug> DynamicQueryHandler: Done processing query | ||
| 4255 | 2024.10.04 15:58:29.005469 [ 3 ] {72d36662-5ce1-4f9c-8d1b-7327f422e8be} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 4256 | 2024.10.04 15:58:29.005487 [ 3 ] {} <Debug> HTTP-Session: a06f0df8-3622-4ccd-94fc-e6f34c917d65 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4257 | 2024.10.04 15:58:29.005645 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 16149, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4258 | 2024.10.04 15:58:29.005695 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4259 | 2024.10.04 15:58:29.005714 [ 3 ] {} <Debug> HTTP-Session: df8cbe27-22cd-4f04-8437-5f7cb376189d Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 4260 | 2024.10.04 15:58:29.005732 [ 3 ] {} <Debug> HTTP-Session: df8cbe27-22cd-4f04-8437-5f7cb376189d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4261 | 2024.10.04 15:58:29.005746 [ 3 ] {} <Debug> HTTP-Session: df8cbe27-22cd-4f04-8437-5f7cb376189d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4262 | 2024.10.04 15:58:29.005778 [ 3 ] {} <Trace> HTTP-Session: df8cbe27-22cd-4f04-8437-5f7cb376189d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4263 | 2024.10.04 15:58:29.005900 [ 3 ] {aa9999da-13bc-4ebf-b25c-e67acf52d798} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 4264 | 2024.10.04 15:58:29.005945 [ 3 ] {aa9999da-13bc-4ebf-b25c-e67acf52d798} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4265 | 2024.10.04 15:58:29.006185 [ 3 ] {aa9999da-13bc-4ebf-b25c-e67acf52d798} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4266 | 2024.10.04 15:58:29.006562 [ 3 ] {aa9999da-13bc-4ebf-b25c-e67acf52d798} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4267 | 2024.10.04 15:58:29.006598 [ 3 ] {aa9999da-13bc-4ebf-b25c-e67acf52d798} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 4268 | 2024.10.04 15:58:29.006947 [ 3 ] {aa9999da-13bc-4ebf-b25c-e67acf52d798} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4269 | 2024.10.04 15:58:29.007301 [ 3 ] {aa9999da-13bc-4ebf-b25c-e67acf52d798} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4270 | 2024.10.04 15:58:29.007431 [ 3 ] {aa9999da-13bc-4ebf-b25c-e67acf52d798} <Debug> executeQuery: Read 95 rows, 7.60 KiB in 0.001576 sec., 60279.187817258884 rows/sec., 4.71 MiB/sec. | ||
| 4271 | 2024.10.04 15:58:29.007586 [ 3 ] {aa9999da-13bc-4ebf-b25c-e67acf52d798} <Debug> DynamicQueryHandler: Done processing query | ||
| 4272 | 2024.10.04 15:58:29.007610 [ 3 ] {aa9999da-13bc-4ebf-b25c-e67acf52d798} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 4273 | 2024.10.04 15:58:29.007626 [ 3 ] {} <Debug> HTTP-Session: df8cbe27-22cd-4f04-8437-5f7cb376189d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4274 | 2024.10.04 15:58:29.007826 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 30612, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4275 | 2024.10.04 15:58:29.007874 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4276 | 2024.10.04 15:58:29.007894 [ 3 ] {} <Debug> HTTP-Session: 4ae34b08-6eef-4174-ba27-aaa10d77e7eb Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 4277 | 2024.10.04 15:58:29.007911 [ 3 ] {} <Debug> HTTP-Session: 4ae34b08-6eef-4174-ba27-aaa10d77e7eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4278 | 2024.10.04 15:58:29.007924 [ 3 ] {} <Debug> HTTP-Session: 4ae34b08-6eef-4174-ba27-aaa10d77e7eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4279 | 2024.10.04 15:58:29.007955 [ 3 ] {} <Trace> HTTP-Session: 4ae34b08-6eef-4174-ba27-aaa10d77e7eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4280 | 2024.10.04 15:58:29.008098 [ 3 ] {b4ab5908-820c-43dc-8c38-2afc4ce45bdd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4281 | 2024.10.04 15:58:29.008146 [ 3 ] {b4ab5908-820c-43dc-8c38-2afc4ce45bdd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4282 | 2024.10.04 15:58:29.008286 [ 3 ] {b4ab5908-820c-43dc-8c38-2afc4ce45bdd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4283 | 2024.10.04 15:58:29.008689 [ 3 ] {b4ab5908-820c-43dc-8c38-2afc4ce45bdd} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4284 | 2024.10.04 15:58:29.008724 [ 3 ] {b4ab5908-820c-43dc-8c38-2afc4ce45bdd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 4285 | 2024.10.04 15:58:29.009105 [ 3 ] {b4ab5908-820c-43dc-8c38-2afc4ce45bdd} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4286 | 2024.10.04 15:58:29.009456 [ 3 ] {b4ab5908-820c-43dc-8c38-2afc4ce45bdd} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4287 | 2024.10.04 15:58:29.009597 [ 3 ] {b4ab5908-820c-43dc-8c38-2afc4ce45bdd} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001563 sec., 102367.24248240564 rows/sec., 7.13 MiB/sec. | ||
| 4288 | 2024.10.04 15:58:29.009899 [ 3 ] {b4ab5908-820c-43dc-8c38-2afc4ce45bdd} <Debug> DynamicQueryHandler: Done processing query | ||
| 4289 | 2024.10.04 15:58:29.009925 [ 3 ] {b4ab5908-820c-43dc-8c38-2afc4ce45bdd} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 4290 | 2024.10.04 15:58:29.009941 [ 3 ] {} <Debug> HTTP-Session: 4ae34b08-6eef-4174-ba27-aaa10d77e7eb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4291 | 2024.10.04 15:58:29.010143 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 51771, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4292 | 2024.10.04 15:58:29.010194 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4293 | 2024.10.04 15:58:29.010214 [ 3 ] {} <Debug> HTTP-Session: 3d189a9f-ec83-44d3-9f62-78bdb3527c32 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 4294 | 2024.10.04 15:58:29.010231 [ 3 ] {} <Debug> HTTP-Session: 3d189a9f-ec83-44d3-9f62-78bdb3527c32 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4295 | 2024.10.04 15:58:29.010246 [ 3 ] {} <Debug> HTTP-Session: 3d189a9f-ec83-44d3-9f62-78bdb3527c32 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4296 | 2024.10.04 15:58:29.010276 [ 3 ] {} <Trace> HTTP-Session: 3d189a9f-ec83-44d3-9f62-78bdb3527c32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4297 | 2024.10.04 15:58:29.010834 [ 3 ] {f046828a-faa3-4666-9bfe-3f3c5f516b66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4298 | 2024.10.04 15:58:29.010910 [ 3 ] {f046828a-faa3-4666-9bfe-3f3c5f516b66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4299 | 2024.10.04 15:58:29.011351 [ 3 ] {f046828a-faa3-4666-9bfe-3f3c5f516b66} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4300 | 2024.10.04 15:58:29.011968 [ 3 ] {f046828a-faa3-4666-9bfe-3f3c5f516b66} <Trace> oximeter.measurements_histogramu64 (00490d86-ebe4-4f2c-857c-d83cd24ebd05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4301 | 2024.10.04 15:58:29.012006 [ 3 ] {f046828a-faa3-4666-9bfe-3f3c5f516b66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 4302 | 2024.10.04 15:58:29.012638 [ 3 ] {f046828a-faa3-4666-9bfe-3f3c5f516b66} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 4303 | 2024.10.04 15:58:29.013046 [ 3 ] {f046828a-faa3-4666-9bfe-3f3c5f516b66} <Trace> oximeter.measurements_histogramu64 (00490d86-ebe4-4f2c-857c-d83cd24ebd05): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4304 | 2024.10.04 15:58:29.013201 [ 3 ] {f046828a-faa3-4666-9bfe-3f3c5f516b66} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002825 sec., 10973.45132743363 rows/sec., 19.66 MiB/sec. | ||
| 4305 | 2024.10.04 15:58:29.013398 [ 3 ] {f046828a-faa3-4666-9bfe-3f3c5f516b66} <Debug> DynamicQueryHandler: Done processing query | ||
| 4306 | 2024.10.04 15:58:29.013422 [ 3 ] {f046828a-faa3-4666-9bfe-3f3c5f516b66} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
| 4307 | 2024.10.04 15:58:29.013439 [ 3 ] {} <Debug> HTTP-Session: 3d189a9f-ec83-44d3-9f62-78bdb3527c32 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4308 | 2024.10.04 15:58:29.013567 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4309 | 2024.10.04 15:58:29.013617 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4310 | 2024.10.04 15:58:29.013637 [ 3 ] {} <Debug> HTTP-Session: e9942ad3-6b79-40de-ae93-2d33afb88782 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 4311 | 2024.10.04 15:58:29.013654 [ 3 ] {} <Debug> HTTP-Session: e9942ad3-6b79-40de-ae93-2d33afb88782 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4312 | 2024.10.04 15:58:29.013668 [ 3 ] {} <Debug> HTTP-Session: e9942ad3-6b79-40de-ae93-2d33afb88782 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4313 | 2024.10.04 15:58:29.013700 [ 3 ] {} <Trace> HTTP-Session: e9942ad3-6b79-40de-ae93-2d33afb88782 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4314 | 2024.10.04 15:58:29.013812 [ 3 ] {cbe7bc8d-597d-4776-93bc-e8e814df4eb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 4315 | 2024.10.04 15:58:29.013857 [ 3 ] {cbe7bc8d-597d-4776-93bc-e8e814df4eb5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4316 | 2024.10.04 15:58:29.013984 [ 3 ] {cbe7bc8d-597d-4776-93bc-e8e814df4eb5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4317 | 2024.10.04 15:58:29.014283 [ 3 ] {cbe7bc8d-597d-4776-93bc-e8e814df4eb5} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4318 | 2024.10.04 15:58:29.014318 [ 3 ] {cbe7bc8d-597d-4776-93bc-e8e814df4eb5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 4319 | 2024.10.04 15:58:29.014672 [ 3 ] {cbe7bc8d-597d-4776-93bc-e8e814df4eb5} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4320 | 2024.10.04 15:58:29.014989 [ 3 ] {cbe7bc8d-597d-4776-93bc-e8e814df4eb5} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4321 | 2024.10.04 15:58:29.015116 [ 3 ] {cbe7bc8d-597d-4776-93bc-e8e814df4eb5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001341 sec., 44742.729306487694 rows/sec., 3.02 MiB/sec. | ||
| 4322 | 2024.10.04 15:58:29.015277 [ 3 ] {cbe7bc8d-597d-4776-93bc-e8e814df4eb5} <Debug> DynamicQueryHandler: Done processing query | ||
| 4323 | 2024.10.04 15:58:29.015302 [ 3 ] {cbe7bc8d-597d-4776-93bc-e8e814df4eb5} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 4324 | 2024.10.04 15:58:29.015318 [ 3 ] {} <Debug> HTTP-Session: e9942ad3-6b79-40de-ae93-2d33afb88782 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4325 | 2024.10.04 15:58:34.002900 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 30854, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4326 | 2024.10.04 15:58:34.003053 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4327 | 2024.10.04 15:58:34.003084 [ 3 ] {} <Debug> HTTP-Session: 612732a8-b425-48c9-98f5-324a074b18b8 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 4328 | 2024.10.04 15:58:34.003113 [ 3 ] {} <Debug> HTTP-Session: 612732a8-b425-48c9-98f5-324a074b18b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4329 | 2024.10.04 15:58:34.003132 [ 3 ] {} <Debug> HTTP-Session: 612732a8-b425-48c9-98f5-324a074b18b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4330 | 2024.10.04 15:58:34.003190 [ 3 ] {} <Trace> HTTP-Session: 612732a8-b425-48c9-98f5-324a074b18b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4331 | 2024.10.04 15:58:34.003477 [ 3 ] {ac510a15-d3d8-4f61-9f2d-68e274b99bf9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 4332 | 2024.10.04 15:58:34.003556 [ 3 ] {ac510a15-d3d8-4f61-9f2d-68e274b99bf9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4333 | 2024.10.04 15:58:34.003925 [ 3 ] {ac510a15-d3d8-4f61-9f2d-68e274b99bf9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4334 | 2024.10.04 15:58:34.004496 [ 3 ] {ac510a15-d3d8-4f61-9f2d-68e274b99bf9} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4335 | 2024.10.04 15:58:34.004545 [ 3 ] {ac510a15-d3d8-4f61-9f2d-68e274b99bf9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 4336 | 2024.10.04 15:58:34.004999 [ 3 ] {ac510a15-d3d8-4f61-9f2d-68e274b99bf9} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4337 | 2024.10.04 15:58:34.005410 [ 3 ] {ac510a15-d3d8-4f61-9f2d-68e274b99bf9} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4338 | 2024.10.04 15:58:34.005567 [ 3 ] {ac510a15-d3d8-4f61-9f2d-68e274b99bf9} <Debug> executeQuery: Read 205 rows, 18.36 KiB in 0.002209 sec., 92802.17292892712 rows/sec., 8.12 MiB/sec. | ||
| 4339 | 2024.10.04 15:58:34.005799 [ 3 ] {ac510a15-d3d8-4f61-9f2d-68e274b99bf9} <Debug> DynamicQueryHandler: Done processing query | ||
| 4340 | 2024.10.04 15:58:34.005827 [ 3 ] {ac510a15-d3d8-4f61-9f2d-68e274b99bf9} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 4341 | 2024.10.04 15:58:34.005843 [ 3 ] {} <Debug> HTTP-Session: 612732a8-b425-48c9-98f5-324a074b18b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4342 | 2024.10.04 15:58:34.006028 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 1197, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4343 | 2024.10.04 15:58:34.006085 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4344 | 2024.10.04 15:58:34.006104 [ 3 ] {} <Debug> HTTP-Session: 19e0a591-9498-4a36-ae9e-943069247c14 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 4345 | 2024.10.04 15:58:34.006122 [ 3 ] {} <Debug> HTTP-Session: 19e0a591-9498-4a36-ae9e-943069247c14 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4346 | 2024.10.04 15:58:34.006137 [ 3 ] {} <Debug> HTTP-Session: 19e0a591-9498-4a36-ae9e-943069247c14 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4347 | 2024.10.04 15:58:34.006173 [ 3 ] {} <Trace> HTTP-Session: 19e0a591-9498-4a36-ae9e-943069247c14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4348 | 2024.10.04 15:58:34.006284 [ 3 ] {d8d626f3-da21-4aca-8ec2-65c1ed6491a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 4349 | 2024.10.04 15:58:34.006332 [ 3 ] {d8d626f3-da21-4aca-8ec2-65c1ed6491a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4350 | 2024.10.04 15:58:34.006569 [ 3 ] {d8d626f3-da21-4aca-8ec2-65c1ed6491a2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4351 | 2024.10.04 15:58:34.006931 [ 3 ] {d8d626f3-da21-4aca-8ec2-65c1ed6491a2} <Trace> oximeter.fields_u16 (e9c2286f-cf98-4582-9ae4-6e9eb84e22b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4352 | 2024.10.04 15:58:34.006970 [ 3 ] {d8d626f3-da21-4aca-8ec2-65c1ed6491a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 4353 | 2024.10.04 15:58:34.007328 [ 3 ] {d8d626f3-da21-4aca-8ec2-65c1ed6491a2} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4354 | 2024.10.04 15:58:34.007689 [ 3 ] {d8d626f3-da21-4aca-8ec2-65c1ed6491a2} <Trace> oximeter.fields_u16 (e9c2286f-cf98-4582-9ae4-6e9eb84e22b6): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4355 | 2024.10.04 15:58:34.007853 [ 3 ] {d8d626f3-da21-4aca-8ec2-65c1ed6491a2} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.00159 sec., 5031.446540880503 rows/sec., 378.34 KiB/sec. | ||
| 4356 | 2024.10.04 15:58:34.007867 [ 73 ] {} <Debug> oximeter.fields_u16 (e9c2286f-cf98-4582-9ae4-6e9eb84e22b6) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 4357 | 2024.10.04 15:58:34.007975 [ 73 ] {} <Trace> oximeter.fields_u16 (e9c2286f-cf98-4582-9ae4-6e9eb84e22b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4358 | 2024.10.04 15:58:34.008029 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 4359 | 2024.10.04 15:58:34.008128 [ 3 ] {d8d626f3-da21-4aca-8ec2-65c1ed6491a2} <Debug> DynamicQueryHandler: Done processing query | ||
| 4360 | 2024.10.04 15:58:34.008202 [ 3 ] {d8d626f3-da21-4aca-8ec2-65c1ed6491a2} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 4361 | 2024.10.04 15:58:34.008240 [ 3 ] {} <Debug> HTTP-Session: 19e0a591-9498-4a36-ae9e-943069247c14 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4362 | 2024.10.04 15:58:34.008275 [ 195 ] {e9c2286f-cf98-4582-9ae4-6e9eb84e22b6::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 | ||
| 4363 | 2024.10.04 15:58:34.008390 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 1933, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4364 | 2024.10.04 15:58:34.008502 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4365 | 2024.10.04 15:58:34.008566 [ 3 ] {} <Debug> HTTP-Session: 15d07378-0983-43ca-be9b-803806db686d Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 4366 | 2024.10.04 15:58:34.008621 [ 3 ] {} <Debug> HTTP-Session: 15d07378-0983-43ca-be9b-803806db686d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4367 | 2024.10.04 15:58:34.008650 [ 195 ] {e9c2286f-cf98-4582-9ae4-6e9eb84e22b6::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4368 | 2024.10.04 15:58:34.008662 [ 3 ] {} <Debug> HTTP-Session: 15d07378-0983-43ca-be9b-803806db686d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4369 | 2024.10.04 15:58:34.008731 [ 195 ] {e9c2286f-cf98-4582-9ae4-6e9eb84e22b6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 34 rows starting from the beginning of the part | ||
| 4370 | 2024.10.04 15:58:34.008746 [ 3 ] {} <Trace> HTTP-Session: 15d07378-0983-43ca-be9b-803806db686d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4371 | 2024.10.04 15:58:34.008955 [ 195 ] {e9c2286f-cf98-4582-9ae4-6e9eb84e22b6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2 rows starting from the beginning of the part | ||
| 4372 | 2024.10.04 15:58:34.009084 [ 3 ] {37197fc7-caa4-4279-9aac-3743e455281d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 4373 | 2024.10.04 15:58:34.009279 [ 3 ] {37197fc7-caa4-4279-9aac-3743e455281d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4374 | 2024.10.04 15:58:34.009333 [ 195 ] {e9c2286f-cf98-4582-9ae4-6e9eb84e22b6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 37 rows starting from the beginning of the part | ||
| 4375 | 2024.10.04 15:58:34.009758 [ 195 ] {e9c2286f-cf98-4582-9ae4-6e9eb84e22b6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 8 rows starting from the beginning of the part | ||
| 4376 | 2024.10.04 15:58:34.010035 [ 195 ] {e9c2286f-cf98-4582-9ae4-6e9eb84e22b6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 31 rows starting from the beginning of the part | ||
| 4377 | 2024.10.04 15:58:34.010429 [ 195 ] {e9c2286f-cf98-4582-9ae4-6e9eb84e22b6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 8 rows starting from the beginning of the part | ||
| 4378 | 2024.10.04 15:58:34.010945 [ 3 ] {37197fc7-caa4-4279-9aac-3743e455281d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4379 | 2024.10.04 15:58:34.011783 [ 3 ] {37197fc7-caa4-4279-9aac-3743e455281d} <Trace> oximeter.fields_u32 (d636b635-d679-4839-bb6a-f39822d1a48c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4380 | 2024.10.04 15:58:34.011851 [ 3 ] {37197fc7-caa4-4279-9aac-3743e455281d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 4381 | 2024.10.04 15:58:34.012931 [ 3 ] {37197fc7-caa4-4279-9aac-3743e455281d} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 4382 | 2024.10.04 15:58:34.013427 [ 195 ] {e9c2286f-cf98-4582-9ae4-6e9eb84e22b6::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 5 columns (5 merged, 0 gathered) in 0.005299453 sec., 22643.846449812838 rows/sec., 1.74 MiB/sec. | ||
| 4383 | 2024.10.04 15:58:34.013675 [ 195 ] {e9c2286f-cf98-4582-9ae4-6e9eb84e22b6::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 4384 | 2024.10.04 15:58:34.013884 [ 3 ] {37197fc7-caa4-4279-9aac-3743e455281d} <Trace> oximeter.fields_u32 (d636b635-d679-4839-bb6a-f39822d1a48c): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4385 | 2024.10.04 15:58:34.014403 [ 3 ] {37197fc7-caa4-4279-9aac-3743e455281d} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005446 sec., 2570.694087403599 rows/sec., 180.03 KiB/sec. | ||
| 4386 | 2024.10.04 15:58:34.014981 [ 3 ] {37197fc7-caa4-4279-9aac-3743e455281d} <Debug> DynamicQueryHandler: Done processing query | ||
| 4387 | 2024.10.04 15:58:34.015023 [ 195 ] {e9c2286f-cf98-4582-9ae4-6e9eb84e22b6::all_1_11_2} <Trace> oximeter.fields_u16 (e9c2286f-cf98-4582-9ae4-6e9eb84e22b6): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4388 | 2024.10.04 15:58:34.015036 [ 3 ] {37197fc7-caa4-4279-9aac-3743e455281d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 4389 | 2024.10.04 15:58:34.015116 [ 3 ] {} <Debug> HTTP-Session: 15d07378-0983-43ca-be9b-803806db686d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4390 | 2024.10.04 15:58:34.015243 [ 195 ] {e9c2286f-cf98-4582-9ae4-6e9eb84e22b6::all_1_11_2} <Trace> oximeter.fields_u16 (e9c2286f-cf98-4582-9ae4-6e9eb84e22b6) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 4391 | 2024.10.04 15:58:34.015275 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4392 | 2024.10.04 15:58:34.015385 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4393 | 2024.10.04 15:58:34.015421 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 4394 | 2024.10.04 15:58:34.015431 [ 3 ] {} <Debug> HTTP-Session: 47e3b6b0-fc2d-45b2-ab77-ecf68213982c Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 4395 | 2024.10.04 15:58:34.015476 [ 3 ] {} <Debug> HTTP-Session: 47e3b6b0-fc2d-45b2-ab77-ecf68213982c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4396 | 2024.10.04 15:58:34.015491 [ 3 ] {} <Debug> HTTP-Session: 47e3b6b0-fc2d-45b2-ab77-ecf68213982c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4397 | 2024.10.04 15:58:34.015525 [ 3 ] {} <Trace> HTTP-Session: 47e3b6b0-fc2d-45b2-ab77-ecf68213982c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4398 | 2024.10.04 15:58:34.015631 [ 3 ] {2391b629-ae7d-4ae2-b693-4ac057a97bb6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 4399 | 2024.10.04 15:58:34.015677 [ 3 ] {2391b629-ae7d-4ae2-b693-4ac057a97bb6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4400 | 2024.10.04 15:58:34.015937 [ 3 ] {2391b629-ae7d-4ae2-b693-4ac057a97bb6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4401 | 2024.10.04 15:58:34.016273 [ 3 ] {2391b629-ae7d-4ae2-b693-4ac057a97bb6} <Trace> oximeter.fields_u8 (b38c7fc2-16b2-4da0-8e0e-60bfa18d3929): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4402 | 2024.10.04 15:58:34.016311 [ 3 ] {2391b629-ae7d-4ae2-b693-4ac057a97bb6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 4403 | 2024.10.04 15:58:34.016693 [ 3 ] {2391b629-ae7d-4ae2-b693-4ac057a97bb6} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 4404 | 2024.10.04 15:58:34.017100 [ 3 ] {2391b629-ae7d-4ae2-b693-4ac057a97bb6} <Trace> oximeter.fields_u8 (b38c7fc2-16b2-4da0-8e0e-60bfa18d3929): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4405 | 2024.10.04 15:58:34.017254 [ 3 ] {2391b629-ae7d-4ae2-b693-4ac057a97bb6} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001643 sec., 3651.8563603164944 rows/sec., 215.76 KiB/sec. | ||
| 4406 | 2024.10.04 15:58:34.017439 [ 3 ] {2391b629-ae7d-4ae2-b693-4ac057a97bb6} <Debug> DynamicQueryHandler: Done processing query | ||
| 4407 | 2024.10.04 15:58:34.017464 [ 3 ] {2391b629-ae7d-4ae2-b693-4ac057a97bb6} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 4408 | 2024.10.04 15:58:34.017480 [ 3 ] {} <Debug> HTTP-Session: 47e3b6b0-fc2d-45b2-ab77-ecf68213982c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4409 | 2024.10.04 15:58:34.017671 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 63187, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4410 | 2024.10.04 15:58:34.017721 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4411 | 2024.10.04 15:58:34.017740 [ 3 ] {} <Debug> HTTP-Session: bfa9ad03-0e43-4daf-96c5-752a34236d89 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 4412 | 2024.10.04 15:58:34.017757 [ 3 ] {} <Debug> HTTP-Session: bfa9ad03-0e43-4daf-96c5-752a34236d89 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4413 | 2024.10.04 15:58:34.017771 [ 3 ] {} <Debug> HTTP-Session: bfa9ad03-0e43-4daf-96c5-752a34236d89 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4414 | 2024.10.04 15:58:34.017801 [ 3 ] {} <Trace> HTTP-Session: bfa9ad03-0e43-4daf-96c5-752a34236d89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4415 | 2024.10.04 15:58:34.018028 [ 3 ] {14f844e7-18ab-445e-900e-9c5443532c96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 4416 | 2024.10.04 15:58:34.018079 [ 3 ] {14f844e7-18ab-445e-900e-9c5443532c96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4417 | 2024.10.04 15:58:34.018335 [ 3 ] {14f844e7-18ab-445e-900e-9c5443532c96} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4418 | 2024.10.04 15:58:34.018936 [ 3 ] {14f844e7-18ab-445e-900e-9c5443532c96} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4419 | 2024.10.04 15:58:34.018976 [ 3 ] {14f844e7-18ab-445e-900e-9c5443532c96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 4420 | 2024.10.04 15:58:34.019368 [ 3 ] {14f844e7-18ab-445e-900e-9c5443532c96} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4421 | 2024.10.04 15:58:34.019737 [ 3 ] {14f844e7-18ab-445e-900e-9c5443532c96} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4422 | 2024.10.04 15:58:34.019902 [ 3 ] {14f844e7-18ab-445e-900e-9c5443532c96} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001995 sec., 195488.7218045113 rows/sec., 13.86 MiB/sec. | ||
| 4423 | 2024.10.04 15:58:34.020084 [ 3 ] {14f844e7-18ab-445e-900e-9c5443532c96} <Debug> DynamicQueryHandler: Done processing query | ||
| 4424 | 2024.10.04 15:58:34.020113 [ 3 ] {14f844e7-18ab-445e-900e-9c5443532c96} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
| 4425 | 2024.10.04 15:58:34.020134 [ 3 ] {} <Debug> HTTP-Session: bfa9ad03-0e43-4daf-96c5-752a34236d89 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4426 | 2024.10.04 15:58:34.020284 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 906, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4427 | 2024.10.04 15:58:34.020335 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4428 | 2024.10.04 15:58:34.020356 [ 3 ] {} <Debug> HTTP-Session: 83fddfbc-daf5-43e6-b05b-c279caeac595 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 4429 | 2024.10.04 15:58:34.020373 [ 3 ] {} <Debug> HTTP-Session: 83fddfbc-daf5-43e6-b05b-c279caeac595 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4430 | 2024.10.04 15:58:34.020387 [ 3 ] {} <Debug> HTTP-Session: 83fddfbc-daf5-43e6-b05b-c279caeac595 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4431 | 2024.10.04 15:58:34.020418 [ 3 ] {} <Trace> HTTP-Session: 83fddfbc-daf5-43e6-b05b-c279caeac595 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4432 | 2024.10.04 15:58:34.020515 [ 3 ] {84ee3eda-c6ef-4778-9ca0-3f8acf5cf5bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 4433 | 2024.10.04 15:58:34.020561 [ 3 ] {84ee3eda-c6ef-4778-9ca0-3f8acf5cf5bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4434 | 2024.10.04 15:58:34.020693 [ 3 ] {84ee3eda-c6ef-4778-9ca0-3f8acf5cf5bd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4435 | 2024.10.04 15:58:34.020961 [ 3 ] {84ee3eda-c6ef-4778-9ca0-3f8acf5cf5bd} <Trace> oximeter.measurements_bool (07631250-7a70-49e6-a733-c0ce298d5d2f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4436 | 2024.10.04 15:58:34.020997 [ 3 ] {84ee3eda-c6ef-4778-9ca0-3f8acf5cf5bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 4437 | 2024.10.04 15:58:34.021371 [ 3 ] {84ee3eda-c6ef-4778-9ca0-3f8acf5cf5bd} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 4438 | 2024.10.04 15:58:34.021713 [ 3 ] {84ee3eda-c6ef-4778-9ca0-3f8acf5cf5bd} <Trace> oximeter.measurements_bool (07631250-7a70-49e6-a733-c0ce298d5d2f): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4439 | 2024.10.04 15:58:34.021875 [ 3 ] {84ee3eda-c6ef-4778-9ca0-3f8acf5cf5bd} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00137 sec., 4379.56204379562 rows/sec., 228.82 KiB/sec. | ||
| 4440 | 2024.10.04 15:58:34.022046 [ 3 ] {84ee3eda-c6ef-4778-9ca0-3f8acf5cf5bd} <Debug> DynamicQueryHandler: Done processing query | ||
| 4441 | 2024.10.04 15:58:34.022071 [ 3 ] {84ee3eda-c6ef-4778-9ca0-3f8acf5cf5bd} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 4442 | 2024.10.04 15:58:34.022089 [ 3 ] {} <Debug> HTTP-Session: 83fddfbc-daf5-43e6-b05b-c279caeac595 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4443 | 2024.10.04 15:58:34.022279 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 44652, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4444 | 2024.10.04 15:58:34.022330 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4445 | 2024.10.04 15:58:34.022349 [ 3 ] {} <Debug> HTTP-Session: b4f3872a-be5b-4207-8c51-bd72f954d6ce Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 4446 | 2024.10.04 15:58:34.022366 [ 3 ] {} <Debug> HTTP-Session: b4f3872a-be5b-4207-8c51-bd72f954d6ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4447 | 2024.10.04 15:58:34.022380 [ 3 ] {} <Debug> HTTP-Session: b4f3872a-be5b-4207-8c51-bd72f954d6ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4448 | 2024.10.04 15:58:34.022410 [ 3 ] {} <Trace> HTTP-Session: b4f3872a-be5b-4207-8c51-bd72f954d6ce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4449 | 2024.10.04 15:58:34.022623 [ 3 ] {6cac316f-c430-4e2e-884b-bfbf53367734} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4450 | 2024.10.04 15:58:34.022698 [ 3 ] {6cac316f-c430-4e2e-884b-bfbf53367734} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4451 | 2024.10.04 15:58:34.022844 [ 3 ] {6cac316f-c430-4e2e-884b-bfbf53367734} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4452 | 2024.10.04 15:58:34.023278 [ 3 ] {6cac316f-c430-4e2e-884b-bfbf53367734} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4453 | 2024.10.04 15:58:34.023315 [ 3 ] {6cac316f-c430-4e2e-884b-bfbf53367734} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 4454 | 2024.10.04 15:58:34.023708 [ 3 ] {6cac316f-c430-4e2e-884b-bfbf53367734} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4455 | 2024.10.04 15:58:34.024062 [ 3 ] {6cac316f-c430-4e2e-884b-bfbf53367734} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4456 | 2024.10.04 15:58:34.024231 [ 3 ] {6cac316f-c430-4e2e-884b-bfbf53367734} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001715 sec., 138192.4198250729 rows/sec., 9.26 MiB/sec. | ||
| 4457 | 2024.10.04 15:58:34.024418 [ 3 ] {6cac316f-c430-4e2e-884b-bfbf53367734} <Debug> DynamicQueryHandler: Done processing query | ||
| 4458 | 2024.10.04 15:58:34.024469 [ 3 ] {6cac316f-c430-4e2e-884b-bfbf53367734} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 4459 | 2024.10.04 15:58:34.024487 [ 3 ] {} <Debug> HTTP-Session: b4f3872a-be5b-4207-8c51-bd72f954d6ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4460 | 2024.10.04 15:58:34.024612 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4461 | 2024.10.04 15:58:34.024662 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4462 | 2024.10.04 15:58:34.024681 [ 3 ] {} <Debug> HTTP-Session: 05d03280-b8e0-427c-8784-396b45b1ad0d Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 4463 | 2024.10.04 15:58:34.024698 [ 3 ] {} <Debug> HTTP-Session: 05d03280-b8e0-427c-8784-396b45b1ad0d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4464 | 2024.10.04 15:58:34.024712 [ 3 ] {} <Debug> HTTP-Session: 05d03280-b8e0-427c-8784-396b45b1ad0d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4465 | 2024.10.04 15:58:34.024742 [ 3 ] {} <Trace> HTTP-Session: 05d03280-b8e0-427c-8784-396b45b1ad0d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4466 | 2024.10.04 15:58:34.024839 [ 3 ] {8f0328f9-8bf4-49b2-b7f8-58b87de1db34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 4467 | 2024.10.04 15:58:34.024884 [ 3 ] {8f0328f9-8bf4-49b2-b7f8-58b87de1db34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4468 | 2024.10.04 15:58:34.025016 [ 3 ] {8f0328f9-8bf4-49b2-b7f8-58b87de1db34} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4469 | 2024.10.04 15:58:34.025276 [ 3 ] {8f0328f9-8bf4-49b2-b7f8-58b87de1db34} <Trace> oximeter.measurements_f64 (87d8cd82-19cb-42e6-8b47-b078fc436c38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4470 | 2024.10.04 15:58:34.025312 [ 3 ] {8f0328f9-8bf4-49b2-b7f8-58b87de1db34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 4471 | 2024.10.04 15:58:34.025665 [ 3 ] {8f0328f9-8bf4-49b2-b7f8-58b87de1db34} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 4472 | 2024.10.04 15:58:34.025995 [ 3 ] {8f0328f9-8bf4-49b2-b7f8-58b87de1db34} <Trace> oximeter.measurements_f64 (87d8cd82-19cb-42e6-8b47-b078fc436c38): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4473 | 2024.10.04 15:58:34.026147 [ 3 ] {8f0328f9-8bf4-49b2-b7f8-58b87de1db34} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001323 sec., 755.8578987150416 rows/sec., 50.93 KiB/sec. | ||
| 4474 | 2024.10.04 15:58:34.026448 [ 3 ] {8f0328f9-8bf4-49b2-b7f8-58b87de1db34} <Debug> DynamicQueryHandler: Done processing query | ||
| 4475 | 2024.10.04 15:58:34.026474 [ 3 ] {8f0328f9-8bf4-49b2-b7f8-58b87de1db34} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 4476 | 2024.10.04 15:58:34.026491 [ 3 ] {} <Debug> HTTP-Session: 05d03280-b8e0-427c-8784-396b45b1ad0d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4477 | 2024.10.04 15:58:34.026611 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 13193, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4478 | 2024.10.04 15:58:34.026659 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4479 | 2024.10.04 15:58:34.026678 [ 3 ] {} <Debug> HTTP-Session: d877fcdd-0460-439b-a82c-acca409a671b Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 4480 | 2024.10.04 15:58:34.026695 [ 3 ] {} <Debug> HTTP-Session: d877fcdd-0460-439b-a82c-acca409a671b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4481 | 2024.10.04 15:58:34.026709 [ 3 ] {} <Debug> HTTP-Session: d877fcdd-0460-439b-a82c-acca409a671b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4482 | 2024.10.04 15:58:34.026740 [ 3 ] {} <Trace> HTTP-Session: d877fcdd-0460-439b-a82c-acca409a671b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4483 | 2024.10.04 15:58:34.026934 [ 3 ] {6f731068-1d47-4241-af17-66b5bb4f0072} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4484 | 2024.10.04 15:58:34.027006 [ 3 ] {6f731068-1d47-4241-af17-66b5bb4f0072} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4485 | 2024.10.04 15:58:34.027469 [ 3 ] {6f731068-1d47-4241-af17-66b5bb4f0072} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4486 | 2024.10.04 15:58:34.027956 [ 3 ] {6f731068-1d47-4241-af17-66b5bb4f0072} <Trace> oximeter.measurements_histogramu64 (00490d86-ebe4-4f2c-857c-d83cd24ebd05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4487 | 2024.10.04 15:58:34.027992 [ 3 ] {6f731068-1d47-4241-af17-66b5bb4f0072} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 4488 | 2024.10.04 15:58:34.028603 [ 3 ] {6f731068-1d47-4241-af17-66b5bb4f0072} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 4489 | 2024.10.04 15:58:34.029031 [ 3 ] {6f731068-1d47-4241-af17-66b5bb4f0072} <Trace> oximeter.measurements_histogramu64 (00490d86-ebe4-4f2c-857c-d83cd24ebd05): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4490 | 2024.10.04 15:58:34.029217 [ 3 ] {6f731068-1d47-4241-af17-66b5bb4f0072} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002398 sec., 3336.1134278565473 rows/sec., 5.98 MiB/sec. | ||
| 4491 | 2024.10.04 15:58:34.029446 [ 3 ] {6f731068-1d47-4241-af17-66b5bb4f0072} <Debug> DynamicQueryHandler: Done processing query | ||
| 4492 | 2024.10.04 15:58:34.029471 [ 3 ] {6f731068-1d47-4241-af17-66b5bb4f0072} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
| 4493 | 2024.10.04 15:58:34.029487 [ 3 ] {} <Debug> HTTP-Session: d877fcdd-0460-439b-a82c-acca409a671b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4494 | 2024.10.04 15:58:34.029623 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 12156, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4495 | 2024.10.04 15:58:34.029672 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4496 | 2024.10.04 15:58:34.029692 [ 3 ] {} <Debug> HTTP-Session: 2402fee0-6d79-47d9-b153-cde868249bad Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 4497 | 2024.10.04 15:58:34.029708 [ 3 ] {} <Debug> HTTP-Session: 2402fee0-6d79-47d9-b153-cde868249bad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4498 | 2024.10.04 15:58:34.029722 [ 3 ] {} <Debug> HTTP-Session: 2402fee0-6d79-47d9-b153-cde868249bad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4499 | 2024.10.04 15:58:34.029752 [ 3 ] {} <Trace> HTTP-Session: 2402fee0-6d79-47d9-b153-cde868249bad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4500 | 2024.10.04 15:58:34.029872 [ 3 ] {024e67d5-1c7b-4e31-a56a-7f3464264c17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 4501 | 2024.10.04 15:58:34.029918 [ 3 ] {024e67d5-1c7b-4e31-a56a-7f3464264c17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4502 | 2024.10.04 15:58:34.030049 [ 3 ] {024e67d5-1c7b-4e31-a56a-7f3464264c17} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4503 | 2024.10.04 15:58:34.030424 [ 3 ] {024e67d5-1c7b-4e31-a56a-7f3464264c17} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4504 | 2024.10.04 15:58:34.030461 [ 3 ] {024e67d5-1c7b-4e31-a56a-7f3464264c17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 4505 | 2024.10.04 15:58:34.030826 [ 3 ] {024e67d5-1c7b-4e31-a56a-7f3464264c17} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4506 | 2024.10.04 15:58:34.031156 [ 3 ] {024e67d5-1c7b-4e31-a56a-7f3464264c17} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4507 | 2024.10.04 15:58:34.031318 [ 3 ] {024e67d5-1c7b-4e31-a56a-7f3464264c17} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001485 sec., 55218.85521885522 rows/sec., 3.51 MiB/sec. | ||
| 4508 | 2024.10.04 15:58:34.031492 [ 3 ] {024e67d5-1c7b-4e31-a56a-7f3464264c17} <Debug> DynamicQueryHandler: Done processing query | ||
| 4509 | 2024.10.04 15:58:34.031516 [ 3 ] {024e67d5-1c7b-4e31-a56a-7f3464264c17} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 4510 | 2024.10.04 15:58:34.031532 [ 3 ] {} <Debug> HTTP-Session: 2402fee0-6d79-47d9-b153-cde868249bad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4511 | 2024.10.04 15:58:35.832976 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 462 | ||
| 4512 | 2024.10.04 15:58:35.836130 [ 242 ] {} <Trace> system.query_log (8f12c5ea-7fed-46c2-8a08-f82b2fd1cd88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4513 | 2024.10.04 15:58:35.836181 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 4514 | 2024.10.04 15:58:35.837768 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 4515 | 2024.10.04 15:58:35.838742 [ 242 ] {} <Trace> system.query_log (8f12c5ea-7fed-46c2-8a08-f82b2fd1cd88): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4516 | 2024.10.04 15:58:35.839289 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 462 | ||
| 4517 | 2024.10.04 15:58:38.999691 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 17482, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4518 | 2024.10.04 15:58:38.999817 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4519 | 2024.10.04 15:58:38.999848 [ 3 ] {} <Debug> HTTP-Session: 87087cfd-5306-4854-9186-dcd81e0db7f2 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 4520 | 2024.10.04 15:58:38.999878 [ 3 ] {} <Debug> HTTP-Session: 87087cfd-5306-4854-9186-dcd81e0db7f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4521 | 2024.10.04 15:58:38.999898 [ 3 ] {} <Debug> HTTP-Session: 87087cfd-5306-4854-9186-dcd81e0db7f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4522 | 2024.10.04 15:58:38.999955 [ 3 ] {} <Trace> HTTP-Session: 87087cfd-5306-4854-9186-dcd81e0db7f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4523 | 2024.10.04 15:58:39.000157 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 149.16 MiB, peak 156.75 MiB, free memory in arenas 0.00 B, will set to 148.16 MiB (RSS), difference: -1.00 MiB | ||
| 4524 | 2024.10.04 15:58:39.000223 [ 3 ] {20075827-5eac-479e-9394-1a15ac5b781e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 4525 | 2024.10.04 15:58:39.000348 [ 3 ] {20075827-5eac-479e-9394-1a15ac5b781e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4526 | 2024.10.04 15:58:39.000916 [ 3 ] {20075827-5eac-479e-9394-1a15ac5b781e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4527 | 2024.10.04 15:58:39.001488 [ 3 ] {20075827-5eac-479e-9394-1a15ac5b781e} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4528 | 2024.10.04 15:58:39.001540 [ 3 ] {20075827-5eac-479e-9394-1a15ac5b781e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 4529 | 2024.10.04 15:58:39.002008 [ 3 ] {20075827-5eac-479e-9394-1a15ac5b781e} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4530 | 2024.10.04 15:58:39.002432 [ 3 ] {20075827-5eac-479e-9394-1a15ac5b781e} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4531 | 2024.10.04 15:58:39.002611 [ 3 ] {20075827-5eac-479e-9394-1a15ac5b781e} <Debug> executeQuery: Read 118 rows, 10.28 KiB in 0.002494 sec., 47313.55252606255 rows/sec., 4.02 MiB/sec. | ||
| 4532 | 2024.10.04 15:58:39.002636 [ 149 ] {} <Debug> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4533 | 2024.10.04 15:58:39.002735 [ 149 ] {} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4534 | 2024.10.04 15:58:39.002807 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 4535 | 2024.10.04 15:58:39.002951 [ 3 ] {20075827-5eac-479e-9394-1a15ac5b781e} <Debug> DynamicQueryHandler: Done processing query | ||
| 4536 | 2024.10.04 15:58:39.002969 [ 189 ] {eb62afc5-bcd4-4b43-a1a9-182e649ae812::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 | ||
| 4537 | 2024.10.04 15:58:39.002998 [ 3 ] {20075827-5eac-479e-9394-1a15ac5b781e} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 4538 | 2024.10.04 15:58:39.003044 [ 3 ] {} <Debug> HTTP-Session: 87087cfd-5306-4854-9186-dcd81e0db7f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4539 | 2024.10.04 15:58:39.003252 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 4500, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4540 | 2024.10.04 15:58:39.003258 [ 189 ] {eb62afc5-bcd4-4b43-a1a9-182e649ae812::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4541 | 2024.10.04 15:58:39.003337 [ 189 ] {eb62afc5-bcd4-4b43-a1a9-182e649ae812::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1392 rows starting from the beginning of the part | ||
| 4542 | 2024.10.04 15:58:39.003344 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4543 | 2024.10.04 15:58:39.003400 [ 3 ] {} <Debug> HTTP-Session: 59efb5a7-f9bd-4333-acd2-b8189f3de43c Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 4544 | 2024.10.04 15:58:39.003455 [ 3 ] {} <Debug> HTTP-Session: 59efb5a7-f9bd-4333-acd2-b8189f3de43c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4545 | 2024.10.04 15:58:39.003536 [ 3 ] {} <Debug> HTTP-Session: 59efb5a7-f9bd-4333-acd2-b8189f3de43c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4546 | 2024.10.04 15:58:39.003611 [ 189 ] {eb62afc5-bcd4-4b43-a1a9-182e649ae812::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 121 rows starting from the beginning of the part | ||
| 4547 | 2024.10.04 15:58:39.003665 [ 3 ] {} <Trace> HTTP-Session: 59efb5a7-f9bd-4333-acd2-b8189f3de43c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4548 | 2024.10.04 15:58:39.003820 [ 189 ] {eb62afc5-bcd4-4b43-a1a9-182e649ae812::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 205 rows starting from the beginning of the part | ||
| 4549 | 2024.10.04 15:58:39.004100 [ 3 ] {a34d03ca-3bb7-4bbd-b078-537d60c67d9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 4550 | 2024.10.04 15:58:39.004191 [ 189 ] {eb62afc5-bcd4-4b43-a1a9-182e649ae812::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 118 rows starting from the beginning of the part | ||
| 4551 | 2024.10.04 15:58:39.004233 [ 3 ] {a34d03ca-3bb7-4bbd-b078-537d60c67d9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4552 | 2024.10.04 15:58:39.004588 [ 189 ] {eb62afc5-bcd4-4b43-a1a9-182e649ae812::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 205 rows starting from the beginning of the part | ||
| 4553 | 2024.10.04 15:58:39.004901 [ 189 ] {eb62afc5-bcd4-4b43-a1a9-182e649ae812::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 118 rows starting from the beginning of the part | ||
| 4554 | 2024.10.04 15:58:39.005697 [ 3 ] {a34d03ca-3bb7-4bbd-b078-537d60c67d9b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4555 | 2024.10.04 15:58:39.006503 [ 3 ] {a34d03ca-3bb7-4bbd-b078-537d60c67d9b} <Trace> oximeter.fields_u16 (e9c2286f-cf98-4582-9ae4-6e9eb84e22b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4556 | 2024.10.04 15:58:39.006565 [ 3 ] {a34d03ca-3bb7-4bbd-b078-537d60c67d9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 4557 | 2024.10.04 15:58:39.007665 [ 3 ] {a34d03ca-3bb7-4bbd-b078-537d60c67d9b} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4558 | 2024.10.04 15:58:39.008390 [ 3 ] {a34d03ca-3bb7-4bbd-b078-537d60c67d9b} <Trace> oximeter.fields_u16 (e9c2286f-cf98-4582-9ae4-6e9eb84e22b6): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4559 | 2024.10.04 15:58:39.008866 [ 3 ] {a34d03ca-3bb7-4bbd-b078-537d60c67d9b} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.004937 sec., 6279.116872594693 rows/sec., 472.16 KiB/sec. | ||
| 4560 | 2024.10.04 15:58:39.009134 [ 189 ] {eb62afc5-bcd4-4b43-a1a9-182e649ae812::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2159 rows, containing 5 columns (5 merged, 0 gathered) in 0.006230555 sec., 346518.08707249997 rows/sec., 30.58 MiB/sec. | ||
| 4561 | 2024.10.04 15:58:39.009477 [ 3 ] {a34d03ca-3bb7-4bbd-b078-537d60c67d9b} <Debug> DynamicQueryHandler: Done processing query | ||
| 4562 | 2024.10.04 15:58:39.009485 [ 189 ] {eb62afc5-bcd4-4b43-a1a9-182e649ae812::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4563 | 2024.10.04 15:58:39.009524 [ 3 ] {a34d03ca-3bb7-4bbd-b078-537d60c67d9b} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 4564 | 2024.10.04 15:58:39.009572 [ 3 ] {} <Debug> HTTP-Session: 59efb5a7-f9bd-4333-acd2-b8189f3de43c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4565 | 2024.10.04 15:58:39.009803 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 16149, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4566 | 2024.10.04 15:58:39.009954 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4567 | 2024.10.04 15:58:39.010005 [ 3 ] {} <Debug> HTTP-Session: 075b2fa6-9160-4745-8b83-8e9294b28b28 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 4568 | 2024.10.04 15:58:39.010059 [ 3 ] {} <Debug> HTTP-Session: 075b2fa6-9160-4745-8b83-8e9294b28b28 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4569 | 2024.10.04 15:58:39.010107 [ 3 ] {} <Debug> HTTP-Session: 075b2fa6-9160-4745-8b83-8e9294b28b28 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4570 | 2024.10.04 15:58:39.010180 [ 3 ] {} <Trace> HTTP-Session: 075b2fa6-9160-4745-8b83-8e9294b28b28 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4571 | 2024.10.04 15:58:39.010409 [ 189 ] {eb62afc5-bcd4-4b43-a1a9-182e649ae812::all_1_21_4} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4572 | 2024.10.04 15:58:39.010451 [ 3 ] {9e2e6594-26d7-4ee1-959f-9f17d2c6d42c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 4573 | 2024.10.04 15:58:39.010541 [ 3 ] {9e2e6594-26d7-4ee1-959f-9f17d2c6d42c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4574 | 2024.10.04 15:58:39.010594 [ 189 ] {eb62afc5-bcd4-4b43-a1a9-182e649ae812::all_1_21_4} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4575 | 2024.10.04 15:58:39.010785 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 4576 | 2024.10.04 15:58:39.010968 [ 3 ] {9e2e6594-26d7-4ee1-959f-9f17d2c6d42c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4577 | 2024.10.04 15:58:39.011403 [ 3 ] {9e2e6594-26d7-4ee1-959f-9f17d2c6d42c} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4578 | 2024.10.04 15:58:39.011443 [ 3 ] {9e2e6594-26d7-4ee1-959f-9f17d2c6d42c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 4579 | 2024.10.04 15:58:39.011823 [ 3 ] {9e2e6594-26d7-4ee1-959f-9f17d2c6d42c} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4580 | 2024.10.04 15:58:39.012199 [ 3 ] {9e2e6594-26d7-4ee1-959f-9f17d2c6d42c} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4581 | 2024.10.04 15:58:39.012368 [ 149 ] {} <Debug> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4582 | 2024.10.04 15:58:39.012369 [ 3 ] {9e2e6594-26d7-4ee1-959f-9f17d2c6d42c} <Debug> executeQuery: Read 95 rows, 7.60 KiB in 0.002025 sec., 46913.58024691358 rows/sec., 3.66 MiB/sec. | ||
| 4583 | 2024.10.04 15:58:39.012437 [ 149 ] {} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4584 | 2024.10.04 15:58:39.012513 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 4585 | 2024.10.04 15:58:39.012748 [ 198 ] {db73ef1b-285a-4ffd-b768-8b0cb7509f0e::all_1_21_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full | ||
| 4586 | 2024.10.04 15:58:39.012789 [ 3 ] {9e2e6594-26d7-4ee1-959f-9f17d2c6d42c} <Debug> DynamicQueryHandler: Done processing query | ||
| 4587 | 2024.10.04 15:58:39.012828 [ 3 ] {9e2e6594-26d7-4ee1-959f-9f17d2c6d42c} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 4588 | 2024.10.04 15:58:39.012868 [ 3 ] {} <Debug> HTTP-Session: 075b2fa6-9160-4745-8b83-8e9294b28b28 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4589 | 2024.10.04 15:58:39.012982 [ 198 ] {db73ef1b-285a-4ffd-b768-8b0cb7509f0e::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4590 | 2024.10.04 15:58:39.013025 [ 198 ] {db73ef1b-285a-4ffd-b768-8b0cb7509f0e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 884 rows starting from the beginning of the part | ||
| 4591 | 2024.10.04 15:58:39.013130 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 30647, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4592 | 2024.10.04 15:58:39.013305 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4593 | 2024.10.04 15:58:39.013294 [ 198 ] {db73ef1b-285a-4ffd-b768-8b0cb7509f0e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 101 rows starting from the beginning of the part | ||
| 4594 | 2024.10.04 15:58:39.013349 [ 3 ] {} <Debug> HTTP-Session: d640bcbb-3641-4141-bb0c-f91d1fd4931c Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 4595 | 2024.10.04 15:58:39.013401 [ 3 ] {} <Debug> HTTP-Session: d640bcbb-3641-4141-bb0c-f91d1fd4931c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4596 | 2024.10.04 15:58:39.013463 [ 3 ] {} <Debug> HTTP-Session: d640bcbb-3641-4141-bb0c-f91d1fd4931c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4597 | 2024.10.04 15:58:39.013608 [ 3 ] {} <Trace> HTTP-Session: d640bcbb-3641-4141-bb0c-f91d1fd4931c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4598 | 2024.10.04 15:58:39.013616 [ 198 ] {db73ef1b-285a-4ffd-b768-8b0cb7509f0e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 400 rows starting from the beginning of the part | ||
| 4599 | 2024.10.04 15:58:39.013915 [ 198 ] {db73ef1b-285a-4ffd-b768-8b0cb7509f0e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 95 rows starting from the beginning of the part | ||
| 4600 | 2024.10.04 15:58:39.013979 [ 3 ] {85f85187-40f3-4853-9549-be0a3c64916f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4601 | 2024.10.04 15:58:39.014154 [ 3 ] {85f85187-40f3-4853-9549-be0a3c64916f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4602 | 2024.10.04 15:58:39.014175 [ 198 ] {db73ef1b-285a-4ffd-b768-8b0cb7509f0e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 390 rows starting from the beginning of the part | ||
| 4603 | 2024.10.04 15:58:39.014477 [ 198 ] {db73ef1b-285a-4ffd-b768-8b0cb7509f0e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 95 rows starting from the beginning of the part | ||
| 4604 | 2024.10.04 15:58:39.015303 [ 3 ] {85f85187-40f3-4853-9549-be0a3c64916f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4605 | 2024.10.04 15:58:39.016196 [ 3 ] {85f85187-40f3-4853-9549-be0a3c64916f} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4606 | 2024.10.04 15:58:39.016260 [ 3 ] {85f85187-40f3-4853-9549-be0a3c64916f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 4607 | 2024.10.04 15:58:39.017359 [ 3 ] {85f85187-40f3-4853-9549-be0a3c64916f} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4608 | 2024.10.04 15:58:39.018077 [ 189 ] {db73ef1b-285a-4ffd-b768-8b0cb7509f0e::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1965 rows, containing 5 columns (5 merged, 0 gathered) in 0.005450326 sec., 360528.89313409873 rows/sec., 27.61 MiB/sec. | ||
| 4609 | 2024.10.04 15:58:39.018198 [ 3 ] {85f85187-40f3-4853-9549-be0a3c64916f} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4610 | 2024.10.04 15:58:39.018343 [ 189 ] {db73ef1b-285a-4ffd-b768-8b0cb7509f0e::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4611 | 2024.10.04 15:58:39.018423 [ 149 ] {} <Debug> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4612 | 2024.10.04 15:58:39.018516 [ 3 ] {85f85187-40f3-4853-9549-be0a3c64916f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004682 sec., 34173.43015805211 rows/sec., 2.38 MiB/sec. | ||
| 4613 | 2024.10.04 15:58:39.018532 [ 149 ] {} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4614 | 2024.10.04 15:58:39.018600 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 4615 | 2024.10.04 15:58:39.019187 [ 3 ] {85f85187-40f3-4853-9549-be0a3c64916f} <Debug> DynamicQueryHandler: Done processing query | ||
| 4616 | 2024.10.04 15:58:39.019280 [ 3 ] {85f85187-40f3-4853-9549-be0a3c64916f} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 4617 | 2024.10.04 15:58:39.019367 [ 3 ] {} <Debug> HTTP-Session: d640bcbb-3641-4141-bb0c-f91d1fd4931c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4618 | 2024.10.04 15:58:39.019491 [ 191 ] {f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34::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 | ||
| 4619 | 2024.10.04 15:58:39.019800 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 51776, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4620 | 2024.10.04 15:58:39.019920 [ 189 ] {db73ef1b-285a-4ffd-b768-8b0cb7509f0e::all_1_21_4} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4621 | 2024.10.04 15:58:39.019991 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4622 | 2024.10.04 15:58:39.020047 [ 191 ] {f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4623 | 2024.10.04 15:58:39.020062 [ 3 ] {} <Debug> HTTP-Session: d1ded8dd-d58c-45c5-94c0-76d8ae2fab88 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 4624 | 2024.10.04 15:58:39.020141 [ 3 ] {} <Debug> HTTP-Session: d1ded8dd-d58c-45c5-94c0-76d8ae2fab88 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4625 | 2024.10.04 15:58:39.020183 [ 191 ] {f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 5391 rows starting from the beginning of the part | ||
| 4626 | 2024.10.04 15:58:39.020193 [ 3 ] {} <Debug> HTTP-Session: d1ded8dd-d58c-45c5-94c0-76d8ae2fab88 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4627 | 2024.10.04 15:58:39.020210 [ 189 ] {db73ef1b-285a-4ffd-b768-8b0cb7509f0e::all_1_21_4} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4628 | 2024.10.04 15:58:39.020319 [ 3 ] {} <Trace> HTTP-Session: d1ded8dd-d58c-45c5-94c0-76d8ae2fab88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4629 | 2024.10.04 15:58:39.020659 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 4630 | 2024.10.04 15:58:39.020763 [ 191 ] {f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 163 rows starting from the beginning of the part | ||
| 4631 | 2024.10.04 15:58:39.020899 [ 191 ] {f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 237 rows starting from the beginning of the part | ||
| 4632 | 2024.10.04 15:58:39.021067 [ 191 ] {f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 160 rows starting from the beginning of the part | ||
| 4633 | 2024.10.04 15:58:39.021366 [ 191 ] {f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 237 rows starting from the beginning of the part | ||
| 4634 | 2024.10.04 15:58:39.021383 [ 3 ] {86cec5b5-c4b0-43d9-aa74-d125e94659ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4635 | 2024.10.04 15:58:39.021650 [ 191 ] {f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 160 rows starting from the beginning of the part | ||
| 4636 | 2024.10.04 15:58:39.021738 [ 3 ] {86cec5b5-c4b0-43d9-aa74-d125e94659ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4637 | 2024.10.04 15:58:39.023538 [ 3 ] {86cec5b5-c4b0-43d9-aa74-d125e94659ff} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4638 | 2024.10.04 15:58:39.025214 [ 3 ] {86cec5b5-c4b0-43d9-aa74-d125e94659ff} <Trace> oximeter.measurements_histogramu64 (00490d86-ebe4-4f2c-857c-d83cd24ebd05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4639 | 2024.10.04 15:58:39.025254 [ 3 ] {86cec5b5-c4b0-43d9-aa74-d125e94659ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 4640 | 2024.10.04 15:58:39.026237 [ 3 ] {86cec5b5-c4b0-43d9-aa74-d125e94659ff} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 4641 | 2024.10.04 15:58:39.026433 [ 191 ] {f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6348 rows, containing 5 columns (5 merged, 0 gathered) in 0.007552149 sec., 840555.4498461299 rows/sec., 56.76 MiB/sec. | ||
| 4642 | 2024.10.04 15:58:39.026846 [ 3 ] {86cec5b5-c4b0-43d9-aa74-d125e94659ff} <Trace> oximeter.measurements_histogramu64 (00490d86-ebe4-4f2c-857c-d83cd24ebd05): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4643 | 2024.10.04 15:58:39.027084 [ 191 ] {f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4644 | 2024.10.04 15:58:39.027293 [ 3 ] {86cec5b5-c4b0-43d9-aa74-d125e94659ff} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.006627 sec., 4677.83310698657 rows/sec., 8.38 MiB/sec. | ||
| 4645 | 2024.10.04 15:58:39.028328 [ 3 ] {86cec5b5-c4b0-43d9-aa74-d125e94659ff} <Debug> DynamicQueryHandler: Done processing query | ||
| 4646 | 2024.10.04 15:58:39.028368 [ 3 ] {86cec5b5-c4b0-43d9-aa74-d125e94659ff} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
| 4647 | 2024.10.04 15:58:39.028406 [ 3 ] {} <Debug> HTTP-Session: d1ded8dd-d58c-45c5-94c0-76d8ae2fab88 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4648 | 2024.10.04 15:58:39.028485 [ 191 ] {f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4649 | 2024.10.04 15:58:39.028592 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4650 | 2024.10.04 15:58:39.028644 [ 191 ] {f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4651 | 2024.10.04 15:58:39.028687 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4652 | 2024.10.04 15:58:39.028749 [ 3 ] {} <Debug> HTTP-Session: 1a482c43-cde7-41ec-a1bf-17abbe6a77f9 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 4653 | 2024.10.04 15:58:39.028794 [ 3 ] {} <Debug> HTTP-Session: 1a482c43-cde7-41ec-a1bf-17abbe6a77f9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4654 | 2024.10.04 15:58:39.028815 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.34 MiB. | ||
| 4655 | 2024.10.04 15:58:39.028823 [ 3 ] {} <Debug> HTTP-Session: 1a482c43-cde7-41ec-a1bf-17abbe6a77f9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4656 | 2024.10.04 15:58:39.028883 [ 3 ] {} <Trace> HTTP-Session: 1a482c43-cde7-41ec-a1bf-17abbe6a77f9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4657 | 2024.10.04 15:58:39.029024 [ 3 ] {4bd845f9-2f0f-4bdb-b89a-9043e1f1d42b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 4658 | 2024.10.04 15:58:39.029070 [ 3 ] {4bd845f9-2f0f-4bdb-b89a-9043e1f1d42b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4659 | 2024.10.04 15:58:39.029227 [ 3 ] {4bd845f9-2f0f-4bdb-b89a-9043e1f1d42b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4660 | 2024.10.04 15:58:39.029546 [ 3 ] {4bd845f9-2f0f-4bdb-b89a-9043e1f1d42b} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4661 | 2024.10.04 15:58:39.029583 [ 3 ] {4bd845f9-2f0f-4bdb-b89a-9043e1f1d42b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 4662 | 2024.10.04 15:58:39.029970 [ 3 ] {4bd845f9-2f0f-4bdb-b89a-9043e1f1d42b} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4663 | 2024.10.04 15:58:39.030309 [ 3 ] {4bd845f9-2f0f-4bdb-b89a-9043e1f1d42b} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4664 | 2024.10.04 15:58:39.030468 [ 3 ] {4bd845f9-2f0f-4bdb-b89a-9043e1f1d42b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001493 sec., 40187.54186202277 rows/sec., 2.71 MiB/sec. | ||
| 4665 | 2024.10.04 15:58:39.030476 [ 150 ] {} <Debug> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4666 | 2024.10.04 15:58:39.030562 [ 150 ] {} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4667 | 2024.10.04 15:58:39.030607 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 4668 | 2024.10.04 15:58:39.030786 [ 3 ] {4bd845f9-2f0f-4bdb-b89a-9043e1f1d42b} <Debug> DynamicQueryHandler: Done processing query | ||
| 4669 | 2024.10.04 15:58:39.030869 [ 3 ] {4bd845f9-2f0f-4bdb-b89a-9043e1f1d42b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 4670 | 2024.10.04 15:58:39.030905 [ 200 ] {f1266625-5fbc-477b-b130-85cba0b363f2::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 | ||
| 4671 | 2024.10.04 15:58:39.030924 [ 3 ] {} <Debug> HTTP-Session: 1a482c43-cde7-41ec-a1bf-17abbe6a77f9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4672 | 2024.10.04 15:58:39.031327 [ 200 ] {f1266625-5fbc-477b-b130-85cba0b363f2::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4673 | 2024.10.04 15:58:39.031361 [ 200 ] {f1266625-5fbc-477b-b130-85cba0b363f2::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 876 rows starting from the beginning of the part | ||
| 4674 | 2024.10.04 15:58:39.031473 [ 200 ] {f1266625-5fbc-477b-b130-85cba0b363f2::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 60 rows starting from the beginning of the part | ||
| 4675 | 2024.10.04 15:58:39.031682 [ 200 ] {f1266625-5fbc-477b-b130-85cba0b363f2::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 82 rows starting from the beginning of the part | ||
| 4676 | 2024.10.04 15:58:39.031878 [ 200 ] {f1266625-5fbc-477b-b130-85cba0b363f2::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 60 rows starting from the beginning of the part | ||
| 4677 | 2024.10.04 15:58:39.032038 [ 200 ] {f1266625-5fbc-477b-b130-85cba0b363f2::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 82 rows starting from the beginning of the part | ||
| 4678 | 2024.10.04 15:58:39.032205 [ 200 ] {f1266625-5fbc-477b-b130-85cba0b363f2::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 60 rows starting from the beginning of the part | ||
| 4679 | 2024.10.04 15:58:39.033423 [ 188 ] {f1266625-5fbc-477b-b130-85cba0b363f2::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1220 rows, containing 4 columns (4 merged, 0 gathered) in 0.002722288 sec., 448152.43647990224 rows/sec., 29.30 MiB/sec. | ||
| 4680 | 2024.10.04 15:58:39.033605 [ 188 ] {f1266625-5fbc-477b-b130-85cba0b363f2::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4681 | 2024.10.04 15:58:39.034025 [ 188 ] {f1266625-5fbc-477b-b130-85cba0b363f2::all_1_21_4} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4682 | 2024.10.04 15:58:39.034099 [ 188 ] {f1266625-5fbc-477b-b130-85cba0b363f2::all_1_21_4} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4683 | 2024.10.04 15:58:39.034167 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. | ||
| 4684 | 2024.10.04 15:58:40.000158 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 147.74 MiB, peak 157.41 MiB, free memory in arenas 0.00 B, will set to 149.11 MiB (RSS), difference: 1.37 MiB | ||
| 4685 | 2024.10.04 15:58:40.611320 [ 148 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4686 | 2024.10.04 15:58:40.611374 [ 148 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4687 | 2024.10.04 15:58:41.141191 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 195818, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4688 | 2024.10.04 15:58:41.141330 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4689 | 2024.10.04 15:58:41.141356 [ 3 ] {} <Debug> HTTP-Session: 706236f8-2fca-4ed1-b838-1c5f38cacae8 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 4690 | 2024.10.04 15:58:41.141381 [ 3 ] {} <Debug> HTTP-Session: 706236f8-2fca-4ed1-b838-1c5f38cacae8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4691 | 2024.10.04 15:58:41.141396 [ 3 ] {} <Debug> HTTP-Session: 706236f8-2fca-4ed1-b838-1c5f38cacae8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4692 | 2024.10.04 15:58:41.141446 [ 3 ] {} <Trace> HTTP-Session: 706236f8-2fca-4ed1-b838-1c5f38cacae8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4693 | 2024.10.04 15:58:41.142102 [ 3 ] {848c17f8-d643-4d6a-baf4-32ffbee82a2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 4694 | 2024.10.04 15:58:41.142175 [ 3 ] {848c17f8-d643-4d6a-baf4-32ffbee82a2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4695 | 2024.10.04 15:58:41.142524 [ 3 ] {848c17f8-d643-4d6a-baf4-32ffbee82a2e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4696 | 2024.10.04 15:58:41.143875 [ 3 ] {848c17f8-d643-4d6a-baf4-32ffbee82a2e} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4697 | 2024.10.04 15:58:41.143915 [ 3 ] {848c17f8-d643-4d6a-baf4-32ffbee82a2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 4698 | 2024.10.04 15:58:41.144431 [ 3 ] {848c17f8-d643-4d6a-baf4-32ffbee82a2e} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4699 | 2024.10.04 15:58:41.144844 [ 3 ] {848c17f8-d643-4d6a-baf4-32ffbee82a2e} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4700 | 2024.10.04 15:58:41.144997 [ 3 ] {848c17f8-d643-4d6a-baf4-32ffbee82a2e} <Debug> executeQuery: Read 1345 rows, 114.48 KiB in 0.003291 sec., 408690.3676694014 rows/sec., 33.97 MiB/sec. | ||
| 4701 | 2024.10.04 15:58:41.145370 [ 3 ] {848c17f8-d643-4d6a-baf4-32ffbee82a2e} <Debug> DynamicQueryHandler: Done processing query | ||
| 4702 | 2024.10.04 15:58:41.145397 [ 3 ] {848c17f8-d643-4d6a-baf4-32ffbee82a2e} <Debug> MemoryTracker: Peak memory usage (for query): 5.00 MiB. | ||
| 4703 | 2024.10.04 15:58:41.145414 [ 3 ] {} <Debug> HTTP-Session: 706236f8-2fca-4ed1-b838-1c5f38cacae8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4704 | 2024.10.04 15:58:41.145863 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 1197, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4705 | 2024.10.04 15:58:41.145923 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4706 | 2024.10.04 15:58:41.145944 [ 3 ] {} <Debug> HTTP-Session: 7fdd8f51-f9f7-4002-9d31-7bdb4f2e24c5 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 4707 | 2024.10.04 15:58:41.145963 [ 3 ] {} <Debug> HTTP-Session: 7fdd8f51-f9f7-4002-9d31-7bdb4f2e24c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4708 | 2024.10.04 15:58:41.145977 [ 3 ] {} <Debug> HTTP-Session: 7fdd8f51-f9f7-4002-9d31-7bdb4f2e24c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4709 | 2024.10.04 15:58:41.146014 [ 3 ] {} <Trace> HTTP-Session: 7fdd8f51-f9f7-4002-9d31-7bdb4f2e24c5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4710 | 2024.10.04 15:58:41.146130 [ 3 ] {8e5a8b9f-aed0-40aa-a8ee-ce90f1285c72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 4711 | 2024.10.04 15:58:41.146180 [ 3 ] {8e5a8b9f-aed0-40aa-a8ee-ce90f1285c72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4712 | 2024.10.04 15:58:41.146446 [ 3 ] {8e5a8b9f-aed0-40aa-a8ee-ce90f1285c72} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4713 | 2024.10.04 15:58:41.146787 [ 3 ] {8e5a8b9f-aed0-40aa-a8ee-ce90f1285c72} <Trace> oximeter.fields_u16 (e9c2286f-cf98-4582-9ae4-6e9eb84e22b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4714 | 2024.10.04 15:58:41.146823 [ 3 ] {8e5a8b9f-aed0-40aa-a8ee-ce90f1285c72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 4715 | 2024.10.04 15:58:41.147187 [ 3 ] {8e5a8b9f-aed0-40aa-a8ee-ce90f1285c72} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4716 | 2024.10.04 15:58:41.147555 [ 3 ] {8e5a8b9f-aed0-40aa-a8ee-ce90f1285c72} <Trace> oximeter.fields_u16 (e9c2286f-cf98-4582-9ae4-6e9eb84e22b6): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4717 | 2024.10.04 15:58:41.147685 [ 3 ] {8e5a8b9f-aed0-40aa-a8ee-ce90f1285c72} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001589 sec., 5034.612964128383 rows/sec., 378.58 KiB/sec. | ||
| 4718 | 2024.10.04 15:58:41.147854 [ 3 ] {8e5a8b9f-aed0-40aa-a8ee-ce90f1285c72} <Debug> DynamicQueryHandler: Done processing query | ||
| 4719 | 2024.10.04 15:58:41.147878 [ 3 ] {8e5a8b9f-aed0-40aa-a8ee-ce90f1285c72} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 4720 | 2024.10.04 15:58:41.147895 [ 3 ] {} <Debug> HTTP-Session: 7fdd8f51-f9f7-4002-9d31-7bdb4f2e24c5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4721 | 2024.10.04 15:58:41.148074 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 32341, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4722 | 2024.10.04 15:58:41.148124 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4723 | 2024.10.04 15:58:41.148143 [ 3 ] {} <Debug> HTTP-Session: dd6b77c2-e3ca-4e7c-9e19-0b155f53388e Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 4724 | 2024.10.04 15:58:41.148161 [ 3 ] {} <Debug> HTTP-Session: dd6b77c2-e3ca-4e7c-9e19-0b155f53388e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4725 | 2024.10.04 15:58:41.148176 [ 3 ] {} <Debug> HTTP-Session: dd6b77c2-e3ca-4e7c-9e19-0b155f53388e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4726 | 2024.10.04 15:58:41.148208 [ 3 ] {} <Trace> HTTP-Session: dd6b77c2-e3ca-4e7c-9e19-0b155f53388e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4727 | 2024.10.04 15:58:41.148384 [ 3 ] {a94197f8-ba14-443b-8c3c-df9fbc5311b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 4728 | 2024.10.04 15:58:41.148429 [ 3 ] {a94197f8-ba14-443b-8c3c-df9fbc5311b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4729 | 2024.10.04 15:58:41.148653 [ 3 ] {a94197f8-ba14-443b-8c3c-df9fbc5311b2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4730 | 2024.10.04 15:58:41.149113 [ 3 ] {a94197f8-ba14-443b-8c3c-df9fbc5311b2} <Trace> oximeter.fields_u32 (d636b635-d679-4839-bb6a-f39822d1a48c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4731 | 2024.10.04 15:58:41.149149 [ 3 ] {a94197f8-ba14-443b-8c3c-df9fbc5311b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 4732 | 2024.10.04 15:58:41.149516 [ 3 ] {a94197f8-ba14-443b-8c3c-df9fbc5311b2} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 4733 | 2024.10.04 15:58:41.149873 [ 3 ] {a94197f8-ba14-443b-8c3c-df9fbc5311b2} <Trace> oximeter.fields_u32 (d636b635-d679-4839-bb6a-f39822d1a48c): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4734 | 2024.10.04 15:58:41.150006 [ 3 ] {a94197f8-ba14-443b-8c3c-df9fbc5311b2} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001717 sec., 140943.5061153174 rows/sec., 9.55 MiB/sec. | ||
| 4735 | 2024.10.04 15:58:41.150224 [ 3 ] {a94197f8-ba14-443b-8c3c-df9fbc5311b2} <Debug> DynamicQueryHandler: Done processing query | ||
| 4736 | 2024.10.04 15:58:41.150262 [ 3 ] {a94197f8-ba14-443b-8c3c-df9fbc5311b2} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 4737 | 2024.10.04 15:58:41.150289 [ 3 ] {} <Debug> HTTP-Session: dd6b77c2-e3ca-4e7c-9e19-0b155f53388e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4738 | 2024.10.04 15:58:41.150495 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4739 | 2024.10.04 15:58:41.150548 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4740 | 2024.10.04 15:58:41.150567 [ 3 ] {} <Debug> HTTP-Session: 2938e006-1873-44cf-b404-ea2c99979cd0 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 4741 | 2024.10.04 15:58:41.150584 [ 3 ] {} <Debug> HTTP-Session: 2938e006-1873-44cf-b404-ea2c99979cd0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4742 | 2024.10.04 15:58:41.150597 [ 3 ] {} <Debug> HTTP-Session: 2938e006-1873-44cf-b404-ea2c99979cd0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4743 | 2024.10.04 15:58:41.150629 [ 3 ] {} <Trace> HTTP-Session: 2938e006-1873-44cf-b404-ea2c99979cd0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4744 | 2024.10.04 15:58:41.150725 [ 3 ] {cae208ee-2624-4093-9660-4d636f629c0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 4745 | 2024.10.04 15:58:41.150770 [ 3 ] {cae208ee-2624-4093-9660-4d636f629c0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4746 | 2024.10.04 15:58:41.151079 [ 3 ] {cae208ee-2624-4093-9660-4d636f629c0e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4747 | 2024.10.04 15:58:41.151400 [ 3 ] {cae208ee-2624-4093-9660-4d636f629c0e} <Trace> oximeter.fields_u8 (b38c7fc2-16b2-4da0-8e0e-60bfa18d3929): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4748 | 2024.10.04 15:58:41.151436 [ 3 ] {cae208ee-2624-4093-9660-4d636f629c0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 4749 | 2024.10.04 15:58:41.151800 [ 3 ] {cae208ee-2624-4093-9660-4d636f629c0e} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 4750 | 2024.10.04 15:58:41.152160 [ 3 ] {cae208ee-2624-4093-9660-4d636f629c0e} <Trace> oximeter.fields_u8 (b38c7fc2-16b2-4da0-8e0e-60bfa18d3929): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4751 | 2024.10.04 15:58:41.152293 [ 3 ] {cae208ee-2624-4093-9660-4d636f629c0e} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001591 sec., 3771.213073538655 rows/sec., 222.81 KiB/sec. | ||
| 4752 | 2024.10.04 15:58:41.152342 [ 147 ] {} <Debug> oximeter.fields_u8 (b38c7fc2-16b2-4da0-8e0e-60bfa18d3929) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 4753 | 2024.10.04 15:58:41.152455 [ 147 ] {} <Trace> oximeter.fields_u8 (b38c7fc2-16b2-4da0-8e0e-60bfa18d3929): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4754 | 2024.10.04 15:58:41.152492 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 4755 | 2024.10.04 15:58:41.152542 [ 3 ] {cae208ee-2624-4093-9660-4d636f629c0e} <Debug> DynamicQueryHandler: Done processing query | ||
| 4756 | 2024.10.04 15:58:41.152606 [ 3 ] {cae208ee-2624-4093-9660-4d636f629c0e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 4757 | 2024.10.04 15:58:41.152679 [ 3 ] {} <Debug> HTTP-Session: 2938e006-1873-44cf-b404-ea2c99979cd0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4758 | 2024.10.04 15:58:41.152778 [ 200 ] {b38c7fc2-16b2-4da0-8e0e-60bfa18d3929::all_1_9_2} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_5_1 to all_9_9_0 into Compact with storage Full | ||
| 4759 | 2024.10.04 15:58:41.152944 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 138139, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4760 | 2024.10.04 15:58:41.153004 [ 200 ] {b38c7fc2-16b2-4da0-8e0e-60bfa18d3929::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4761 | 2024.10.04 15:58:41.153018 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4762 | 2024.10.04 15:58:41.153051 [ 3 ] {} <Debug> HTTP-Session: 3618f403-39f0-4fad-a30a-5f62561a00cd Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 4763 | 2024.10.04 15:58:41.153055 [ 200 ] {b38c7fc2-16b2-4da0-8e0e-60bfa18d3929::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 6 rows starting from the beginning of the part | ||
| 4764 | 2024.10.04 15:58:41.153073 [ 3 ] {} <Debug> HTTP-Session: 3618f403-39f0-4fad-a30a-5f62561a00cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4765 | 2024.10.04 15:58:41.153094 [ 3 ] {} <Debug> HTTP-Session: 3618f403-39f0-4fad-a30a-5f62561a00cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4766 | 2024.10.04 15:58:41.153140 [ 3 ] {} <Trace> HTTP-Session: 3618f403-39f0-4fad-a30a-5f62561a00cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4767 | 2024.10.04 15:58:41.153154 [ 200 ] {b38c7fc2-16b2-4da0-8e0e-60bfa18d3929::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 6 rows starting from the beginning of the part | ||
| 4768 | 2024.10.04 15:58:41.153549 [ 200 ] {b38c7fc2-16b2-4da0-8e0e-60bfa18d3929::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 6 rows starting from the beginning of the part | ||
| 4769 | 2024.10.04 15:58:41.153803 [ 3 ] {a438d8c7-a073-4ea9-ac0e-f6d0e0eed7e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 4770 | 2024.10.04 15:58:41.153842 [ 200 ] {b38c7fc2-16b2-4da0-8e0e-60bfa18d3929::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 6 rows starting from the beginning of the part | ||
| 4771 | 2024.10.04 15:58:41.153926 [ 3 ] {a438d8c7-a073-4ea9-ac0e-f6d0e0eed7e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4772 | 2024.10.04 15:58:41.154165 [ 200 ] {b38c7fc2-16b2-4da0-8e0e-60bfa18d3929::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 6 rows starting from the beginning of the part | ||
| 4773 | 2024.10.04 15:58:41.154942 [ 3 ] {a438d8c7-a073-4ea9-ac0e-f6d0e0eed7e8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4774 | 2024.10.04 15:58:41.155790 [ 200 ] {b38c7fc2-16b2-4da0-8e0e-60bfa18d3929::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.003224031 sec., 9305.121445792549 rows/sec., 590.66 KiB/sec. | ||
| 4775 | 2024.10.04 15:58:41.155926 [ 200 ] {b38c7fc2-16b2-4da0-8e0e-60bfa18d3929::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 4776 | 2024.10.04 15:58:41.156127 [ 3 ] {a438d8c7-a073-4ea9-ac0e-f6d0e0eed7e8} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4777 | 2024.10.04 15:58:41.156179 [ 3 ] {a438d8c7-a073-4ea9-ac0e-f6d0e0eed7e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 4778 | 2024.10.04 15:58:41.156409 [ 200 ] {b38c7fc2-16b2-4da0-8e0e-60bfa18d3929::all_1_9_2} <Trace> oximeter.fields_u8 (b38c7fc2-16b2-4da0-8e0e-60bfa18d3929): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4779 | 2024.10.04 15:58:41.156515 [ 200 ] {b38c7fc2-16b2-4da0-8e0e-60bfa18d3929::all_1_9_2} <Trace> oximeter.fields_u8 (b38c7fc2-16b2-4da0-8e0e-60bfa18d3929) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 4780 | 2024.10.04 15:58:41.156602 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 4781 | 2024.10.04 15:58:41.156700 [ 3 ] {a438d8c7-a073-4ea9-ac0e-f6d0e0eed7e8} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4782 | 2024.10.04 15:58:41.157054 [ 3 ] {a438d8c7-a073-4ea9-ac0e-f6d0e0eed7e8} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4783 | 2024.10.04 15:58:41.157214 [ 3 ] {a438d8c7-a073-4ea9-ac0e-f6d0e0eed7e8} <Debug> executeQuery: Read 846 rows, 62.61 KiB in 0.003836 sec., 220542.2314911366 rows/sec., 15.94 MiB/sec. | ||
| 4784 | 2024.10.04 15:58:41.157405 [ 3 ] {a438d8c7-a073-4ea9-ac0e-f6d0e0eed7e8} <Debug> DynamicQueryHandler: Done processing query | ||
| 4785 | 2024.10.04 15:58:41.157428 [ 3 ] {a438d8c7-a073-4ea9-ac0e-f6d0e0eed7e8} <Debug> MemoryTracker: Peak memory usage (for query): 4.74 MiB. | ||
| 4786 | 2024.10.04 15:58:41.157444 [ 3 ] {} <Debug> HTTP-Session: 3618f403-39f0-4fad-a30a-5f62561a00cd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4787 | 2024.10.04 15:58:41.157785 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 906, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4788 | 2024.10.04 15:58:41.157844 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4789 | 2024.10.04 15:58:41.157869 [ 3 ] {} <Debug> HTTP-Session: 9d2fbc72-a8ff-4913-bc0e-5cabbd8406ec Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 4790 | 2024.10.04 15:58:41.157891 [ 3 ] {} <Debug> HTTP-Session: 9d2fbc72-a8ff-4913-bc0e-5cabbd8406ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4791 | 2024.10.04 15:58:41.157910 [ 3 ] {} <Debug> HTTP-Session: 9d2fbc72-a8ff-4913-bc0e-5cabbd8406ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4792 | 2024.10.04 15:58:41.157952 [ 3 ] {} <Trace> HTTP-Session: 9d2fbc72-a8ff-4913-bc0e-5cabbd8406ec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4793 | 2024.10.04 15:58:41.158069 [ 3 ] {50958fd4-fc6b-469e-9ce3-235912467ad6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 4794 | 2024.10.04 15:58:41.158124 [ 3 ] {50958fd4-fc6b-469e-9ce3-235912467ad6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4795 | 2024.10.04 15:58:41.158310 [ 3 ] {50958fd4-fc6b-469e-9ce3-235912467ad6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4796 | 2024.10.04 15:58:41.158632 [ 3 ] {50958fd4-fc6b-469e-9ce3-235912467ad6} <Trace> oximeter.measurements_bool (07631250-7a70-49e6-a733-c0ce298d5d2f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4797 | 2024.10.04 15:58:41.158674 [ 3 ] {50958fd4-fc6b-469e-9ce3-235912467ad6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 4798 | 2024.10.04 15:58:41.159147 [ 3 ] {50958fd4-fc6b-469e-9ce3-235912467ad6} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 4799 | 2024.10.04 15:58:41.159595 [ 3 ] {50958fd4-fc6b-469e-9ce3-235912467ad6} <Trace> oximeter.measurements_bool (07631250-7a70-49e6-a733-c0ce298d5d2f): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4800 | 2024.10.04 15:58:41.159798 [ 3 ] {50958fd4-fc6b-469e-9ce3-235912467ad6} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001757 sec., 3414.911781445646 rows/sec., 178.42 KiB/sec. | ||
| 4801 | 2024.10.04 15:58:41.159992 [ 3 ] {50958fd4-fc6b-469e-9ce3-235912467ad6} <Debug> DynamicQueryHandler: Done processing query | ||
| 4802 | 2024.10.04 15:58:41.160022 [ 3 ] {50958fd4-fc6b-469e-9ce3-235912467ad6} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 4803 | 2024.10.04 15:58:41.160046 [ 3 ] {} <Debug> HTTP-Session: 9d2fbc72-a8ff-4913-bc0e-5cabbd8406ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4804 | 2024.10.04 15:58:41.160276 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 188400, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4805 | 2024.10.04 15:58:41.160337 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4806 | 2024.10.04 15:58:41.160367 [ 3 ] {} <Debug> HTTP-Session: df0ed9fa-41eb-4d67-911a-b75cb13a138a Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 4807 | 2024.10.04 15:58:41.160384 [ 3 ] {} <Debug> HTTP-Session: df0ed9fa-41eb-4d67-911a-b75cb13a138a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4808 | 2024.10.04 15:58:41.160397 [ 3 ] {} <Debug> HTTP-Session: df0ed9fa-41eb-4d67-911a-b75cb13a138a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4809 | 2024.10.04 15:58:41.160429 [ 3 ] {} <Trace> HTTP-Session: df0ed9fa-41eb-4d67-911a-b75cb13a138a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4810 | 2024.10.04 15:58:41.160910 [ 3 ] {1bd5b8a2-d029-48e9-906f-59c02a35a340} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4811 | 2024.10.04 15:58:41.160956 [ 3 ] {1bd5b8a2-d029-48e9-906f-59c02a35a340} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4812 | 2024.10.04 15:58:41.161107 [ 3 ] {1bd5b8a2-d029-48e9-906f-59c02a35a340} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4813 | 2024.10.04 15:58:41.161952 [ 3 ] {1bd5b8a2-d029-48e9-906f-59c02a35a340} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4814 | 2024.10.04 15:58:41.161988 [ 3 ] {1bd5b8a2-d029-48e9-906f-59c02a35a340} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 4815 | 2024.10.04 15:58:41.162421 [ 3 ] {1bd5b8a2-d029-48e9-906f-59c02a35a340} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4816 | 2024.10.04 15:58:41.162758 [ 3 ] {1bd5b8a2-d029-48e9-906f-59c02a35a340} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4817 | 2024.10.04 15:58:41.162915 [ 3 ] {1bd5b8a2-d029-48e9-906f-59c02a35a340} <Debug> executeQuery: Read 997 rows, 67.96 KiB in 0.002311 sec., 431414.97187364777 rows/sec., 28.72 MiB/sec. | ||
| 4818 | 2024.10.04 15:58:41.163083 [ 3 ] {1bd5b8a2-d029-48e9-906f-59c02a35a340} <Debug> DynamicQueryHandler: Done processing query | ||
| 4819 | 2024.10.04 15:58:41.163107 [ 3 ] {1bd5b8a2-d029-48e9-906f-59c02a35a340} <Debug> MemoryTracker: Peak memory usage (for query): 4.69 MiB. | ||
| 4820 | 2024.10.04 15:58:41.163122 [ 3 ] {} <Debug> HTTP-Session: df0ed9fa-41eb-4d67-911a-b75cb13a138a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4821 | 2024.10.04 15:58:41.163470 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4822 | 2024.10.04 15:58:41.163517 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4823 | 2024.10.04 15:58:41.163536 [ 3 ] {} <Debug> HTTP-Session: 67e142dc-5066-4bc7-b4b5-d3993a1ed1b3 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 4824 | 2024.10.04 15:58:41.163552 [ 3 ] {} <Debug> HTTP-Session: 67e142dc-5066-4bc7-b4b5-d3993a1ed1b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4825 | 2024.10.04 15:58:41.163565 [ 3 ] {} <Debug> HTTP-Session: 67e142dc-5066-4bc7-b4b5-d3993a1ed1b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4826 | 2024.10.04 15:58:41.163596 [ 3 ] {} <Trace> HTTP-Session: 67e142dc-5066-4bc7-b4b5-d3993a1ed1b3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4827 | 2024.10.04 15:58:41.163687 [ 3 ] {1c4cad32-5575-419f-9e36-3ea470f71353} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 4828 | 2024.10.04 15:58:41.163731 [ 3 ] {1c4cad32-5575-419f-9e36-3ea470f71353} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4829 | 2024.10.04 15:58:41.163861 [ 3 ] {1c4cad32-5575-419f-9e36-3ea470f71353} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4830 | 2024.10.04 15:58:41.164121 [ 3 ] {1c4cad32-5575-419f-9e36-3ea470f71353} <Trace> oximeter.measurements_f64 (87d8cd82-19cb-42e6-8b47-b078fc436c38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4831 | 2024.10.04 15:58:41.164156 [ 3 ] {1c4cad32-5575-419f-9e36-3ea470f71353} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 4832 | 2024.10.04 15:58:41.164501 [ 3 ] {1c4cad32-5575-419f-9e36-3ea470f71353} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 4833 | 2024.10.04 15:58:41.164820 [ 3 ] {1c4cad32-5575-419f-9e36-3ea470f71353} <Trace> oximeter.measurements_f64 (87d8cd82-19cb-42e6-8b47-b078fc436c38): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4834 | 2024.10.04 15:58:41.164975 [ 3 ] {1c4cad32-5575-419f-9e36-3ea470f71353} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001308 sec., 764.5259938837921 rows/sec., 51.52 KiB/sec. | ||
| 4835 | 2024.10.04 15:58:41.165129 [ 3 ] {1c4cad32-5575-419f-9e36-3ea470f71353} <Debug> DynamicQueryHandler: Done processing query | ||
| 4836 | 2024.10.04 15:58:41.165152 [ 3 ] {1c4cad32-5575-419f-9e36-3ea470f71353} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 4837 | 2024.10.04 15:58:41.165168 [ 3 ] {} <Debug> HTTP-Session: 67e142dc-5066-4bc7-b4b5-d3993a1ed1b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4838 | 2024.10.04 15:58:41.165286 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 13214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4839 | 2024.10.04 15:58:41.165330 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4840 | 2024.10.04 15:58:41.165349 [ 3 ] {} <Debug> HTTP-Session: f0154724-bd34-43f6-be42-747f576b78d0 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 4841 | 2024.10.04 15:58:41.165365 [ 3 ] {} <Debug> HTTP-Session: f0154724-bd34-43f6-be42-747f576b78d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4842 | 2024.10.04 15:58:41.165379 [ 3 ] {} <Debug> HTTP-Session: f0154724-bd34-43f6-be42-747f576b78d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4843 | 2024.10.04 15:58:41.165409 [ 3 ] {} <Trace> HTTP-Session: f0154724-bd34-43f6-be42-747f576b78d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4844 | 2024.10.04 15:58:41.165554 [ 3 ] {3c067f64-8da4-4f22-ad73-bb2216a3b92b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4845 | 2024.10.04 15:58:41.165618 [ 3 ] {3c067f64-8da4-4f22-ad73-bb2216a3b92b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4846 | 2024.10.04 15:58:41.166043 [ 3 ] {3c067f64-8da4-4f22-ad73-bb2216a3b92b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4847 | 2024.10.04 15:58:41.166620 [ 3 ] {3c067f64-8da4-4f22-ad73-bb2216a3b92b} <Trace> oximeter.measurements_histogramu64 (00490d86-ebe4-4f2c-857c-d83cd24ebd05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4848 | 2024.10.04 15:58:41.166655 [ 3 ] {3c067f64-8da4-4f22-ad73-bb2216a3b92b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 4849 | 2024.10.04 15:58:41.167242 [ 3 ] {3c067f64-8da4-4f22-ad73-bb2216a3b92b} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4850 | 2024.10.04 15:58:41.167660 [ 3 ] {3c067f64-8da4-4f22-ad73-bb2216a3b92b} <Trace> oximeter.measurements_histogramu64 (00490d86-ebe4-4f2c-857c-d83cd24ebd05): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4851 | 2024.10.04 15:58:41.167828 [ 147 ] {} <Debug> oximeter.measurements_histogramu64 (00490d86-ebe4-4f2c-857c-d83cd24ebd05) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 4852 | 2024.10.04 15:58:41.167855 [ 3 ] {3c067f64-8da4-4f22-ad73-bb2216a3b92b} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002375 sec., 3368.421052631579 rows/sec., 6.04 MiB/sec. | ||
| 4853 | 2024.10.04 15:58:41.167895 [ 147 ] {} <Trace> oximeter.measurements_histogramu64 (00490d86-ebe4-4f2c-857c-d83cd24ebd05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4854 | 2024.10.04 15:58:41.167976 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 4855 | 2024.10.04 15:58:41.168436 [ 186 ] {00490d86-ebe4-4f2c-857c-d83cd24ebd05::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 | ||
| 4856 | 2024.10.04 15:58:41.168454 [ 3 ] {3c067f64-8da4-4f22-ad73-bb2216a3b92b} <Debug> DynamicQueryHandler: Done processing query | ||
| 4857 | 2024.10.04 15:58:41.168555 [ 3 ] {3c067f64-8da4-4f22-ad73-bb2216a3b92b} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
| 4858 | 2024.10.04 15:58:41.168594 [ 3 ] {} <Debug> HTTP-Session: f0154724-bd34-43f6-be42-747f576b78d0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4859 | 2024.10.04 15:58:41.168809 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 7321, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4860 | 2024.10.04 15:58:41.168922 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4861 | 2024.10.04 15:58:41.168976 [ 3 ] {} <Debug> HTTP-Session: e7bec2cb-dab0-4f25-8c8d-920871b622ba Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 4862 | 2024.10.04 15:58:41.169027 [ 3 ] {} <Debug> HTTP-Session: e7bec2cb-dab0-4f25-8c8d-920871b622ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4863 | 2024.10.04 15:58:41.169077 [ 3 ] {} <Debug> HTTP-Session: e7bec2cb-dab0-4f25-8c8d-920871b622ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4864 | 2024.10.04 15:58:41.169166 [ 3 ] {} <Trace> HTTP-Session: e7bec2cb-dab0-4f25-8c8d-920871b622ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4865 | 2024.10.04 15:58:41.169446 [ 3 ] {4dbf27de-3d55-4f4c-b0c3-04d0f27725d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 4866 | 2024.10.04 15:58:41.169538 [ 186 ] {00490d86-ebe4-4f2c-857c-d83cd24ebd05::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4867 | 2024.10.04 15:58:41.169549 [ 3 ] {4dbf27de-3d55-4f4c-b0c3-04d0f27725d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4868 | 2024.10.04 15:58:41.169783 [ 186 ] {00490d86-ebe4-4f2c-857c-d83cd24ebd05::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 115 rows starting from the beginning of the part | ||
| 4869 | 2024.10.04 15:58:41.170198 [ 3 ] {4dbf27de-3d55-4f4c-b0c3-04d0f27725d4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4870 | 2024.10.04 15:58:41.170661 [ 186 ] {00490d86-ebe4-4f2c-857c-d83cd24ebd05::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 8 rows starting from the beginning of the part | ||
| 4871 | 2024.10.04 15:58:41.171297 [ 186 ] {00490d86-ebe4-4f2c-857c-d83cd24ebd05::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 31 rows starting from the beginning of the part | ||
| 4872 | 2024.10.04 15:58:41.171523 [ 3 ] {4dbf27de-3d55-4f4c-b0c3-04d0f27725d4} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4873 | 2024.10.04 15:58:41.171659 [ 3 ] {4dbf27de-3d55-4f4c-b0c3-04d0f27725d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 4874 | 2024.10.04 15:58:41.172063 [ 186 ] {00490d86-ebe4-4f2c-857c-d83cd24ebd05::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 8 rows starting from the beginning of the part | ||
| 4875 | 2024.10.04 15:58:41.172754 [ 186 ] {00490d86-ebe4-4f2c-857c-d83cd24ebd05::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 31 rows starting from the beginning of the part | ||
| 4876 | 2024.10.04 15:58:41.173185 [ 3 ] {4dbf27de-3d55-4f4c-b0c3-04d0f27725d4} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4877 | 2024.10.04 15:58:41.173368 [ 186 ] {00490d86-ebe4-4f2c-857c-d83cd24ebd05::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 8 rows starting from the beginning of the part | ||
| 4878 | 2024.10.04 15:58:41.174461 [ 3 ] {4dbf27de-3d55-4f4c-b0c3-04d0f27725d4} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4879 | 2024.10.04 15:58:41.174819 [ 3 ] {4dbf27de-3d55-4f4c-b0c3-04d0f27725d4} <Debug> executeQuery: Read 50 rows, 3.13 KiB in 0.005463 sec., 9152.480322167308 rows/sec., 572.92 KiB/sec. | ||
| 4880 | 2024.10.04 15:58:41.175376 [ 3 ] {4dbf27de-3d55-4f4c-b0c3-04d0f27725d4} <Debug> DynamicQueryHandler: Done processing query | ||
| 4881 | 2024.10.04 15:58:41.175444 [ 3 ] {4dbf27de-3d55-4f4c-b0c3-04d0f27725d4} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 4882 | 2024.10.04 15:58:41.175496 [ 3 ] {} <Debug> HTTP-Session: e7bec2cb-dab0-4f25-8c8d-920871b622ba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4883 | 2024.10.04 15:58:41.177775 [ 200 ] {00490d86-ebe4-4f2c-857c-d83cd24ebd05::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 201 rows, containing 19 columns (19 merged, 0 gathered) in 0.00961955 sec., 20894.948308392806 rows/sec., 37.44 MiB/sec. | ||
| 4884 | 2024.10.04 15:58:41.178203 [ 194 ] {00490d86-ebe4-4f2c-857c-d83cd24ebd05::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 4885 | 2024.10.04 15:58:41.178906 [ 194 ] {00490d86-ebe4-4f2c-857c-d83cd24ebd05::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (00490d86-ebe4-4f2c-857c-d83cd24ebd05): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4886 | 2024.10.04 15:58:41.179000 [ 194 ] {00490d86-ebe4-4f2c-857c-d83cd24ebd05::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (00490d86-ebe4-4f2c-857c-d83cd24ebd05) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 4887 | 2024.10.04 15:58:41.179116 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.35 MiB. | ||
| 4888 | 2024.10.04 15:58:43.994339 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 7815, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4889 | 2024.10.04 15:58:43.994518 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4890 | 2024.10.04 15:58:43.994562 [ 3 ] {} <Debug> HTTP-Session: a3e0886f-1f97-4f9a-b5e8-c8f8632e2e70 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 4891 | 2024.10.04 15:58:43.994604 [ 3 ] {} <Debug> HTTP-Session: a3e0886f-1f97-4f9a-b5e8-c8f8632e2e70 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4892 | 2024.10.04 15:58:43.994633 [ 3 ] {} <Debug> HTTP-Session: a3e0886f-1f97-4f9a-b5e8-c8f8632e2e70 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4893 | 2024.10.04 15:58:43.994713 [ 3 ] {} <Trace> HTTP-Session: a3e0886f-1f97-4f9a-b5e8-c8f8632e2e70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4894 | 2024.10.04 15:58:43.995016 [ 3 ] {67acbce6-866d-4436-9ac2-c4a86da6c7cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 4895 | 2024.10.04 15:58:43.995097 [ 3 ] {67acbce6-866d-4436-9ac2-c4a86da6c7cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4896 | 2024.10.04 15:58:43.995440 [ 3 ] {67acbce6-866d-4436-9ac2-c4a86da6c7cc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4897 | 2024.10.04 15:58:43.995924 [ 3 ] {67acbce6-866d-4436-9ac2-c4a86da6c7cc} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4898 | 2024.10.04 15:58:43.995973 [ 3 ] {67acbce6-866d-4436-9ac2-c4a86da6c7cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 4899 | 2024.10.04 15:58:43.996405 [ 3 ] {67acbce6-866d-4436-9ac2-c4a86da6c7cc} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4900 | 2024.10.04 15:58:43.996800 [ 3 ] {67acbce6-866d-4436-9ac2-c4a86da6c7cc} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4901 | 2024.10.04 15:58:43.996963 [ 3 ] {67acbce6-866d-4436-9ac2-c4a86da6c7cc} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002058 sec., 27210.884353741498 rows/sec., 2.08 MiB/sec. | ||
| 4902 | 2024.10.04 15:58:43.997246 [ 3 ] {67acbce6-866d-4436-9ac2-c4a86da6c7cc} <Debug> DynamicQueryHandler: Done processing query | ||
| 4903 | 2024.10.04 15:58:43.997275 [ 3 ] {67acbce6-866d-4436-9ac2-c4a86da6c7cc} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 4904 | 2024.10.04 15:58:43.997292 [ 3 ] {} <Debug> HTTP-Session: a3e0886f-1f97-4f9a-b5e8-c8f8632e2e70 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4905 | 2024.10.04 15:58:43.997431 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 10894, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4906 | 2024.10.04 15:58:43.997484 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4907 | 2024.10.04 15:58:43.997504 [ 3 ] {} <Debug> HTTP-Session: 3a69ff61-8520-4448-8933-f4cc78ba91d2 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 4908 | 2024.10.04 15:58:43.997522 [ 3 ] {} <Debug> HTTP-Session: 3a69ff61-8520-4448-8933-f4cc78ba91d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4909 | 2024.10.04 15:58:43.997536 [ 3 ] {} <Debug> HTTP-Session: 3a69ff61-8520-4448-8933-f4cc78ba91d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4910 | 2024.10.04 15:58:43.997572 [ 3 ] {} <Trace> HTTP-Session: 3a69ff61-8520-4448-8933-f4cc78ba91d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4911 | 2024.10.04 15:58:43.997709 [ 3 ] {1ab62fd3-e535-474d-bbe2-fc51feed2f3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 4912 | 2024.10.04 15:58:43.997756 [ 3 ] {1ab62fd3-e535-474d-bbe2-fc51feed2f3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4913 | 2024.10.04 15:58:43.998002 [ 3 ] {1ab62fd3-e535-474d-bbe2-fc51feed2f3f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4914 | 2024.10.04 15:58:43.998375 [ 3 ] {1ab62fd3-e535-474d-bbe2-fc51feed2f3f} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4915 | 2024.10.04 15:58:43.998411 [ 3 ] {1ab62fd3-e535-474d-bbe2-fc51feed2f3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 4916 | 2024.10.04 15:58:43.998770 [ 3 ] {1ab62fd3-e535-474d-bbe2-fc51feed2f3f} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4917 | 2024.10.04 15:58:43.999130 [ 3 ] {1ab62fd3-e535-474d-bbe2-fc51feed2f3f} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4918 | 2024.10.04 15:58:43.999291 [ 3 ] {1ab62fd3-e535-474d-bbe2-fc51feed2f3f} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001619 sec., 39530.57442865967 rows/sec., 3.09 MiB/sec. | ||
| 4919 | 2024.10.04 15:58:43.999616 [ 3 ] {1ab62fd3-e535-474d-bbe2-fc51feed2f3f} <Debug> DynamicQueryHandler: Done processing query | ||
| 4920 | 2024.10.04 15:58:43.999643 [ 3 ] {1ab62fd3-e535-474d-bbe2-fc51feed2f3f} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 4921 | 2024.10.04 15:58:43.999659 [ 3 ] {} <Debug> HTTP-Session: 3a69ff61-8520-4448-8933-f4cc78ba91d2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4922 | 2024.10.04 15:58:43.999801 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 16505, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4923 | 2024.10.04 15:58:43.999850 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4924 | 2024.10.04 15:58:43.999870 [ 3 ] {} <Debug> HTTP-Session: d9a704b2-4b06-4b12-8914-c3e033529a08 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 4925 | 2024.10.04 15:58:43.999887 [ 3 ] {} <Debug> HTTP-Session: d9a704b2-4b06-4b12-8914-c3e033529a08 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4926 | 2024.10.04 15:58:43.999900 [ 3 ] {} <Debug> HTTP-Session: d9a704b2-4b06-4b12-8914-c3e033529a08 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4927 | 2024.10.04 15:58:43.999933 [ 3 ] {} <Trace> HTTP-Session: d9a704b2-4b06-4b12-8914-c3e033529a08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4928 | 2024.10.04 15:58:44.000077 [ 3 ] {a9d51dca-818e-46f6-a383-f9e8d082e6da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4929 | 2024.10.04 15:58:44.000129 [ 3 ] {a9d51dca-818e-46f6-a383-f9e8d082e6da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4930 | 2024.10.04 15:58:44.000189 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 150.37 MiB, peak 158.30 MiB, free memory in arenas 0.00 B, will set to 149.21 MiB (RSS), difference: -1.16 MiB | ||
| 4931 | 2024.10.04 15:58:44.000565 [ 3 ] {a9d51dca-818e-46f6-a383-f9e8d082e6da} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4932 | 2024.10.04 15:58:44.001038 [ 3 ] {a9d51dca-818e-46f6-a383-f9e8d082e6da} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4933 | 2024.10.04 15:58:44.001076 [ 3 ] {a9d51dca-818e-46f6-a383-f9e8d082e6da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 4934 | 2024.10.04 15:58:44.001466 [ 3 ] {a9d51dca-818e-46f6-a383-f9e8d082e6da} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4935 | 2024.10.04 15:58:44.001808 [ 3 ] {a9d51dca-818e-46f6-a383-f9e8d082e6da} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4936 | 2024.10.04 15:58:44.001962 [ 3 ] {a9d51dca-818e-46f6-a383-f9e8d082e6da} <Debug> executeQuery: Read 86 rows, 6.14 KiB in 0.001946 sec., 44193.21685508736 rows/sec., 3.08 MiB/sec. | ||
| 4937 | 2024.10.04 15:58:44.002131 [ 3 ] {a9d51dca-818e-46f6-a383-f9e8d082e6da} <Debug> DynamicQueryHandler: Done processing query | ||
| 4938 | 2024.10.04 15:58:44.002155 [ 3 ] {a9d51dca-818e-46f6-a383-f9e8d082e6da} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 4939 | 2024.10.04 15:58:44.002171 [ 3 ] {} <Debug> HTTP-Session: d9a704b2-4b06-4b12-8914-c3e033529a08 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4940 | 2024.10.04 15:58:44.002287 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 4892, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4941 | 2024.10.04 15:58:44.002335 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4942 | 2024.10.04 15:58:44.002354 [ 3 ] {} <Debug> HTTP-Session: 296e2695-9b58-4278-9818-0cb1a71718d9 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 4943 | 2024.10.04 15:58:44.002371 [ 3 ] {} <Debug> HTTP-Session: 296e2695-9b58-4278-9818-0cb1a71718d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4944 | 2024.10.04 15:58:44.002385 [ 3 ] {} <Debug> HTTP-Session: 296e2695-9b58-4278-9818-0cb1a71718d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4945 | 2024.10.04 15:58:44.002416 [ 3 ] {} <Trace> HTTP-Session: 296e2695-9b58-4278-9818-0cb1a71718d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4946 | 2024.10.04 15:58:44.002521 [ 3 ] {5b7f2b9a-0ad8-48d1-bee7-69afb597fa8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 4947 | 2024.10.04 15:58:44.002566 [ 3 ] {5b7f2b9a-0ad8-48d1-bee7-69afb597fa8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4948 | 2024.10.04 15:58:44.002694 [ 3 ] {5b7f2b9a-0ad8-48d1-bee7-69afb597fa8d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4949 | 2024.10.04 15:58:44.002971 [ 3 ] {5b7f2b9a-0ad8-48d1-bee7-69afb597fa8d} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4950 | 2024.10.04 15:58:44.003006 [ 3 ] {5b7f2b9a-0ad8-48d1-bee7-69afb597fa8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 4951 | 2024.10.04 15:58:44.003359 [ 3 ] {5b7f2b9a-0ad8-48d1-bee7-69afb597fa8d} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4952 | 2024.10.04 15:58:44.003691 [ 3 ] {5b7f2b9a-0ad8-48d1-bee7-69afb597fa8d} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4953 | 2024.10.04 15:58:44.003846 [ 3 ] {5b7f2b9a-0ad8-48d1-bee7-69afb597fa8d} <Debug> executeQuery: Read 32 rows, 2.20 KiB in 0.00135 sec., 23703.7037037037 rows/sec., 1.59 MiB/sec. | ||
| 4954 | 2024.10.04 15:58:44.004011 [ 3 ] {5b7f2b9a-0ad8-48d1-bee7-69afb597fa8d} <Debug> DynamicQueryHandler: Done processing query | ||
| 4955 | 2024.10.04 15:58:44.004037 [ 3 ] {5b7f2b9a-0ad8-48d1-bee7-69afb597fa8d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 4956 | 2024.10.04 15:58:44.004052 [ 3 ] {} <Debug> HTTP-Session: 296e2695-9b58-4278-9818-0cb1a71718d9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4957 | 2024.10.04 15:58:45.840381 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 502 | ||
| 4958 | 2024.10.04 15:58:45.843356 [ 242 ] {} <Trace> system.query_log (8f12c5ea-7fed-46c2-8a08-f82b2fd1cd88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4959 | 2024.10.04 15:58:45.843397 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 4960 | 2024.10.04 15:58:45.844879 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4961 | 2024.10.04 15:58:45.845852 [ 242 ] {} <Trace> system.query_log (8f12c5ea-7fed-46c2-8a08-f82b2fd1cd88): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4962 | 2024.10.04 15:58:45.846020 [ 140 ] {} <Debug> system.query_log (8f12c5ea-7fed-46c2-8a08-f82b2fd1cd88) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 4963 | 2024.10.04 15:58:45.846085 [ 140 ] {} <Trace> system.query_log (8f12c5ea-7fed-46c2-8a08-f82b2fd1cd88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4964 | 2024.10.04 15:58:45.846134 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 4965 | 2024.10.04 15:58:45.847112 [ 186 ] {8f12c5ea-7fed-46c2-8a08-f82b2fd1cd88::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 | ||
| 4966 | 2024.10.04 15:58:45.847666 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 502 | ||
| 4967 | 2024.10.04 15:58:45.848441 [ 186 ] {8f12c5ea-7fed-46c2-8a08-f82b2fd1cd88::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4968 | 2024.10.04 15:58:45.848625 [ 186 ] {8f12c5ea-7fed-46c2-8a08-f82b2fd1cd88::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 306 rows starting from the beginning of the part | ||
| 4969 | 2024.10.04 15:58:45.849257 [ 186 ] {8f12c5ea-7fed-46c2-8a08-f82b2fd1cd88::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 38 rows starting from the beginning of the part | ||
| 4970 | 2024.10.04 15:58:45.849946 [ 186 ] {8f12c5ea-7fed-46c2-8a08-f82b2fd1cd88::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 50 rows starting from the beginning of the part | ||
| 4971 | 2024.10.04 15:58:45.850496 [ 186 ] {8f12c5ea-7fed-46c2-8a08-f82b2fd1cd88::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 36 rows starting from the beginning of the part | ||
| 4972 | 2024.10.04 15:58:45.851018 [ 186 ] {8f12c5ea-7fed-46c2-8a08-f82b2fd1cd88::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 32 rows starting from the beginning of the part | ||
| 4973 | 2024.10.04 15:58:45.851516 [ 186 ] {8f12c5ea-7fed-46c2-8a08-f82b2fd1cd88::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 40 rows starting from the beginning of the part | ||
| 4974 | 2024.10.04 15:58:45.860248 [ 200 ] {8f12c5ea-7fed-46c2-8a08-f82b2fd1cd88::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 502 rows, containing 72 columns (72 merged, 0 gathered) in 0.013946369 sec., 35995.03211194254 rows/sec., 28.64 MiB/sec. | ||
| 4975 | 2024.10.04 15:58:45.861448 [ 187 ] {8f12c5ea-7fed-46c2-8a08-f82b2fd1cd88::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 4976 | 2024.10.04 15:58:45.863244 [ 187 ] {8f12c5ea-7fed-46c2-8a08-f82b2fd1cd88::all_1_11_2} <Trace> system.query_log (8f12c5ea-7fed-46c2-8a08-f82b2fd1cd88): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4977 | 2024.10.04 15:58:45.863344 [ 187 ] {8f12c5ea-7fed-46c2-8a08-f82b2fd1cd88::all_1_11_2} <Trace> system.query_log (8f12c5ea-7fed-46c2-8a08-f82b2fd1cd88) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 4978 | 2024.10.04 15:58:45.863699 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.86 MiB. | ||
| 4979 | 2024.10.04 15:58:48.999099 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4980 | 2024.10.04 15:58:48.999217 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4981 | 2024.10.04 15:58:48.999240 [ 3 ] {} <Debug> HTTP-Session: 450f48a8-983e-4981-aa3c-e74e66c2039a Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 4982 | 2024.10.04 15:58:48.999265 [ 3 ] {} <Debug> HTTP-Session: 450f48a8-983e-4981-aa3c-e74e66c2039a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4983 | 2024.10.04 15:58:48.999280 [ 3 ] {} <Debug> HTTP-Session: 450f48a8-983e-4981-aa3c-e74e66c2039a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4984 | 2024.10.04 15:58:48.999328 [ 3 ] {} <Trace> HTTP-Session: 450f48a8-983e-4981-aa3c-e74e66c2039a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4985 | 2024.10.04 15:58:48.999512 [ 3 ] {aa6c97fb-ed9d-4d22-b21d-c2635bd652f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 4986 | 2024.10.04 15:58:48.999581 [ 3 ] {aa6c97fb-ed9d-4d22-b21d-c2635bd652f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4987 | 2024.10.04 15:58:48.999918 [ 3 ] {aa6c97fb-ed9d-4d22-b21d-c2635bd652f7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4988 | 2024.10.04 15:58:49.000154 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 151.02 MiB, peak 158.30 MiB, free memory in arenas 0.00 B, will set to 150.01 MiB (RSS), difference: -1.01 MiB | ||
| 4989 | 2024.10.04 15:58:49.000740 [ 3 ] {aa6c97fb-ed9d-4d22-b21d-c2635bd652f7} <Trace> oximeter.fields_ipaddr (b5a61649-f8d2-4d83-9d9d-bb23c07f582c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4990 | 2024.10.04 15:58:49.000795 [ 3 ] {aa6c97fb-ed9d-4d22-b21d-c2635bd652f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 4991 | 2024.10.04 15:58:49.001228 [ 3 ] {aa6c97fb-ed9d-4d22-b21d-c2635bd652f7} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 4992 | 2024.10.04 15:58:49.001613 [ 3 ] {aa6c97fb-ed9d-4d22-b21d-c2635bd652f7} <Trace> oximeter.fields_ipaddr (b5a61649-f8d2-4d83-9d9d-bb23c07f582c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4993 | 2024.10.04 15:58:49.001799 [ 3 ] {aa6c97fb-ed9d-4d22-b21d-c2635bd652f7} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002332 sec., 857.6329331046313 rows/sec., 69.93 KiB/sec. | ||
| 4994 | 2024.10.04 15:58:49.002001 [ 3 ] {aa6c97fb-ed9d-4d22-b21d-c2635bd652f7} <Debug> DynamicQueryHandler: Done processing query | ||
| 4995 | 2024.10.04 15:58:49.002026 [ 3 ] {aa6c97fb-ed9d-4d22-b21d-c2635bd652f7} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 4996 | 2024.10.04 15:58:49.002042 [ 3 ] {} <Debug> HTTP-Session: 450f48a8-983e-4981-aa3c-e74e66c2039a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4997 | 2024.10.04 15:58:49.002220 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 17616, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4998 | 2024.10.04 15:58:49.002269 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4999 | 2024.10.04 15:58:49.002289 [ 3 ] {} <Debug> HTTP-Session: b1783372-cdf7-4919-968a-c738815e00f4 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 5000 | 2024.10.04 15:58:49.002305 [ 3 ] {} <Debug> HTTP-Session: b1783372-cdf7-4919-968a-c738815e00f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5001 | 2024.10.04 15:58:49.002319 [ 3 ] {} <Debug> HTTP-Session: b1783372-cdf7-4919-968a-c738815e00f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5002 | 2024.10.04 15:58:49.002351 [ 3 ] {} <Trace> HTTP-Session: b1783372-cdf7-4919-968a-c738815e00f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5003 | 2024.10.04 15:58:49.002482 [ 3 ] {301201c8-49df-43c9-b73e-68316637aea3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 5004 | 2024.10.04 15:58:49.002527 [ 3 ] {301201c8-49df-43c9-b73e-68316637aea3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5005 | 2024.10.04 15:58:49.002751 [ 3 ] {301201c8-49df-43c9-b73e-68316637aea3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5006 | 2024.10.04 15:58:49.003170 [ 3 ] {301201c8-49df-43c9-b73e-68316637aea3} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5007 | 2024.10.04 15:58:49.003206 [ 3 ] {301201c8-49df-43c9-b73e-68316637aea3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 5008 | 2024.10.04 15:58:49.003564 [ 3 ] {301201c8-49df-43c9-b73e-68316637aea3} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 5009 | 2024.10.04 15:58:49.003921 [ 3 ] {301201c8-49df-43c9-b73e-68316637aea3} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5010 | 2024.10.04 15:58:49.004086 [ 3 ] {301201c8-49df-43c9-b73e-68316637aea3} <Debug> executeQuery: Read 119 rows, 10.35 KiB in 0.001642 sec., 72472.59439707674 rows/sec., 6.15 MiB/sec. | ||
| 5011 | 2024.10.04 15:58:49.004262 [ 3 ] {301201c8-49df-43c9-b73e-68316637aea3} <Debug> DynamicQueryHandler: Done processing query | ||
| 5012 | 2024.10.04 15:58:49.004287 [ 3 ] {301201c8-49df-43c9-b73e-68316637aea3} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 5013 | 2024.10.04 15:58:49.004302 [ 3 ] {} <Debug> HTTP-Session: b1783372-cdf7-4919-968a-c738815e00f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5014 | 2024.10.04 15:58:49.004450 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 4781, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5015 | 2024.10.04 15:58:49.004497 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5016 | 2024.10.04 15:58:49.004516 [ 3 ] {} <Debug> HTTP-Session: 2cc4bc04-ad48-43dd-b3d9-83475d5d25a5 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 5017 | 2024.10.04 15:58:49.004533 [ 3 ] {} <Debug> HTTP-Session: 2cc4bc04-ad48-43dd-b3d9-83475d5d25a5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5018 | 2024.10.04 15:58:49.004546 [ 3 ] {} <Debug> HTTP-Session: 2cc4bc04-ad48-43dd-b3d9-83475d5d25a5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5019 | 2024.10.04 15:58:49.004577 [ 3 ] {} <Trace> HTTP-Session: 2cc4bc04-ad48-43dd-b3d9-83475d5d25a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5020 | 2024.10.04 15:58:49.004680 [ 3 ] {3da92d92-3591-494e-b82b-6128c789139b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 5021 | 2024.10.04 15:58:49.004722 [ 3 ] {3da92d92-3591-494e-b82b-6128c789139b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5022 | 2024.10.04 15:58:49.004949 [ 3 ] {3da92d92-3591-494e-b82b-6128c789139b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5023 | 2024.10.04 15:58:49.005341 [ 3 ] {3da92d92-3591-494e-b82b-6128c789139b} <Trace> oximeter.fields_u16 (e9c2286f-cf98-4582-9ae4-6e9eb84e22b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5024 | 2024.10.04 15:58:49.005377 [ 3 ] {3da92d92-3591-494e-b82b-6128c789139b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 5025 | 2024.10.04 15:58:49.005732 [ 3 ] {3da92d92-3591-494e-b82b-6128c789139b} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 5026 | 2024.10.04 15:58:49.006089 [ 3 ] {3da92d92-3591-494e-b82b-6128c789139b} <Trace> oximeter.fields_u16 (e9c2286f-cf98-4582-9ae4-6e9eb84e22b6): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5027 | 2024.10.04 15:58:49.006246 [ 3 ] {3da92d92-3591-494e-b82b-6128c789139b} <Debug> executeQuery: Read 33 rows, 2.47 KiB in 0.001584 sec., 20833.333333333336 rows/sec., 1.52 MiB/sec. | ||
| 5028 | 2024.10.04 15:58:49.006603 [ 3 ] {3da92d92-3591-494e-b82b-6128c789139b} <Debug> DynamicQueryHandler: Done processing query | ||
| 5029 | 2024.10.04 15:58:49.006628 [ 3 ] {3da92d92-3591-494e-b82b-6128c789139b} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 5030 | 2024.10.04 15:58:49.006644 [ 3 ] {} <Debug> HTTP-Session: 2cc4bc04-ad48-43dd-b3d9-83475d5d25a5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5031 | 2024.10.04 15:58:49.006787 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 16492, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5032 | 2024.10.04 15:58:49.006835 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5033 | 2024.10.04 15:58:49.006854 [ 3 ] {} <Debug> HTTP-Session: 833a16b7-8bf1-4084-adae-1e7ad1cec36e Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 5034 | 2024.10.04 15:58:49.006869 [ 3 ] {} <Debug> HTTP-Session: 833a16b7-8bf1-4084-adae-1e7ad1cec36e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5035 | 2024.10.04 15:58:49.006883 [ 3 ] {} <Debug> HTTP-Session: 833a16b7-8bf1-4084-adae-1e7ad1cec36e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5036 | 2024.10.04 15:58:49.006914 [ 3 ] {} <Trace> HTTP-Session: 833a16b7-8bf1-4084-adae-1e7ad1cec36e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5037 | 2024.10.04 15:58:49.007037 [ 3 ] {75c08a79-d563-425d-b0e0-190b2dc7d146} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 5038 | 2024.10.04 15:58:49.007081 [ 3 ] {75c08a79-d563-425d-b0e0-190b2dc7d146} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5039 | 2024.10.04 15:58:49.007331 [ 3 ] {75c08a79-d563-425d-b0e0-190b2dc7d146} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5040 | 2024.10.04 15:58:49.007722 [ 3 ] {75c08a79-d563-425d-b0e0-190b2dc7d146} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5041 | 2024.10.04 15:58:49.007758 [ 3 ] {75c08a79-d563-425d-b0e0-190b2dc7d146} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 5042 | 2024.10.04 15:58:49.008114 [ 3 ] {75c08a79-d563-425d-b0e0-190b2dc7d146} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 5043 | 2024.10.04 15:58:49.008467 [ 3 ] {75c08a79-d563-425d-b0e0-190b2dc7d146} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5044 | 2024.10.04 15:58:49.008655 [ 3 ] {75c08a79-d563-425d-b0e0-190b2dc7d146} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.00166 sec., 58433.73493975904 rows/sec., 4.57 MiB/sec. | ||
| 5045 | 2024.10.04 15:58:49.008841 [ 3 ] {75c08a79-d563-425d-b0e0-190b2dc7d146} <Debug> DynamicQueryHandler: Done processing query | ||
| 5046 | 2024.10.04 15:58:49.008865 [ 3 ] {75c08a79-d563-425d-b0e0-190b2dc7d146} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 5047 | 2024.10.04 15:58:49.008880 [ 3 ] {} <Debug> HTTP-Session: 833a16b7-8bf1-4084-adae-1e7ad1cec36e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5048 | 2024.10.04 15:58:49.009329 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 30837, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5049 | 2024.10.04 15:58:49.009377 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5050 | 2024.10.04 15:58:49.009396 [ 3 ] {} <Debug> HTTP-Session: e2fc2edd-b9fd-46f5-9c2d-b949850bfd17 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 5051 | 2024.10.04 15:58:49.009411 [ 3 ] {} <Debug> HTTP-Session: e2fc2edd-b9fd-46f5-9c2d-b949850bfd17 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5052 | 2024.10.04 15:58:49.009425 [ 3 ] {} <Debug> HTTP-Session: e2fc2edd-b9fd-46f5-9c2d-b949850bfd17 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5053 | 2024.10.04 15:58:49.009455 [ 3 ] {} <Trace> HTTP-Session: e2fc2edd-b9fd-46f5-9c2d-b949850bfd17 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5054 | 2024.10.04 15:58:49.009603 [ 3 ] {986265ae-42f9-4445-b43f-0f3f6eb0725c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 5055 | 2024.10.04 15:58:49.009650 [ 3 ] {986265ae-42f9-4445-b43f-0f3f6eb0725c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5056 | 2024.10.04 15:58:49.009797 [ 3 ] {986265ae-42f9-4445-b43f-0f3f6eb0725c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5057 | 2024.10.04 15:58:49.010201 [ 3 ] {986265ae-42f9-4445-b43f-0f3f6eb0725c} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5058 | 2024.10.04 15:58:49.010237 [ 3 ] {986265ae-42f9-4445-b43f-0f3f6eb0725c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 5059 | 2024.10.04 15:58:49.010618 [ 3 ] {986265ae-42f9-4445-b43f-0f3f6eb0725c} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 5060 | 2024.10.04 15:58:49.010955 [ 3 ] {986265ae-42f9-4445-b43f-0f3f6eb0725c} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5061 | 2024.10.04 15:58:49.011127 [ 3 ] {986265ae-42f9-4445-b43f-0f3f6eb0725c} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.00158 sec., 101898.73417721518 rows/sec., 7.10 MiB/sec. | ||
| 5062 | 2024.10.04 15:58:49.011287 [ 3 ] {986265ae-42f9-4445-b43f-0f3f6eb0725c} <Debug> DynamicQueryHandler: Done processing query | ||
| 5063 | 2024.10.04 15:58:49.011311 [ 3 ] {986265ae-42f9-4445-b43f-0f3f6eb0725c} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 5064 | 2024.10.04 15:58:49.011326 [ 3 ] {} <Debug> HTTP-Session: e2fc2edd-b9fd-46f5-9c2d-b949850bfd17 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5065 | 2024.10.04 15:58:49.011495 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 51780, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5066 | 2024.10.04 15:58:49.011541 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5067 | 2024.10.04 15:58:49.011559 [ 3 ] {} <Debug> HTTP-Session: 87234bbb-a087-4b67-af92-c15c88dd0c47 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 5068 | 2024.10.04 15:58:49.011576 [ 3 ] {} <Debug> HTTP-Session: 87234bbb-a087-4b67-af92-c15c88dd0c47 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5069 | 2024.10.04 15:58:49.011590 [ 3 ] {} <Debug> HTTP-Session: 87234bbb-a087-4b67-af92-c15c88dd0c47 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5070 | 2024.10.04 15:58:49.011619 [ 3 ] {} <Trace> HTTP-Session: 87234bbb-a087-4b67-af92-c15c88dd0c47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5071 | 2024.10.04 15:58:49.011934 [ 3 ] {4d64b70f-0f96-449b-854e-b47b3f76df6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 5072 | 2024.10.04 15:58:49.012000 [ 3 ] {4d64b70f-0f96-449b-854e-b47b3f76df6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5073 | 2024.10.04 15:58:49.012419 [ 3 ] {4d64b70f-0f96-449b-854e-b47b3f76df6f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5074 | 2024.10.04 15:58:49.013075 [ 3 ] {4d64b70f-0f96-449b-854e-b47b3f76df6f} <Trace> oximeter.measurements_histogramu64 (00490d86-ebe4-4f2c-857c-d83cd24ebd05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5075 | 2024.10.04 15:58:49.013112 [ 3 ] {4d64b70f-0f96-449b-854e-b47b3f76df6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 5076 | 2024.10.04 15:58:49.013757 [ 3 ] {4d64b70f-0f96-449b-854e-b47b3f76df6f} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 5077 | 2024.10.04 15:58:49.014169 [ 3 ] {4d64b70f-0f96-449b-854e-b47b3f76df6f} <Trace> oximeter.measurements_histogramu64 (00490d86-ebe4-4f2c-857c-d83cd24ebd05): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5078 | 2024.10.04 15:58:49.014352 [ 3 ] {4d64b70f-0f96-449b-854e-b47b3f76df6f} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002646 sec., 11715.797430083145 rows/sec., 20.99 MiB/sec. | ||
| 5079 | 2024.10.04 15:58:49.014578 [ 3 ] {4d64b70f-0f96-449b-854e-b47b3f76df6f} <Debug> DynamicQueryHandler: Done processing query | ||
| 5080 | 2024.10.04 15:58:49.014602 [ 3 ] {4d64b70f-0f96-449b-854e-b47b3f76df6f} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
| 5081 | 2024.10.04 15:58:49.014617 [ 3 ] {} <Debug> HTTP-Session: 87234bbb-a087-4b67-af92-c15c88dd0c47 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5082 | 2024.10.04 15:58:49.014765 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5083 | 2024.10.04 15:58:49.014811 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5084 | 2024.10.04 15:58:49.014830 [ 3 ] {} <Debug> HTTP-Session: 2f28eda2-41cb-4650-b236-6aa75992509e Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 5085 | 2024.10.04 15:58:49.014847 [ 3 ] {} <Debug> HTTP-Session: 2f28eda2-41cb-4650-b236-6aa75992509e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5086 | 2024.10.04 15:58:49.014862 [ 3 ] {} <Debug> HTTP-Session: 2f28eda2-41cb-4650-b236-6aa75992509e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5087 | 2024.10.04 15:58:49.014892 [ 3 ] {} <Trace> HTTP-Session: 2f28eda2-41cb-4650-b236-6aa75992509e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5088 | 2024.10.04 15:58:49.015005 [ 3 ] {07bfa144-e1b4-4dec-b158-7910ea6f6f43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 5089 | 2024.10.04 15:58:49.015050 [ 3 ] {07bfa144-e1b4-4dec-b158-7910ea6f6f43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5090 | 2024.10.04 15:58:49.015182 [ 3 ] {07bfa144-e1b4-4dec-b158-7910ea6f6f43} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5091 | 2024.10.04 15:58:49.015469 [ 3 ] {07bfa144-e1b4-4dec-b158-7910ea6f6f43} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5092 | 2024.10.04 15:58:49.015505 [ 3 ] {07bfa144-e1b4-4dec-b158-7910ea6f6f43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 5093 | 2024.10.04 15:58:49.015874 [ 3 ] {07bfa144-e1b4-4dec-b158-7910ea6f6f43} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 5094 | 2024.10.04 15:58:49.016197 [ 3 ] {07bfa144-e1b4-4dec-b158-7910ea6f6f43} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5095 | 2024.10.04 15:58:49.016334 [ 3 ] {07bfa144-e1b4-4dec-b158-7910ea6f6f43} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001367 sec., 43891.73372348208 rows/sec., 2.96 MiB/sec. | ||
| 5096 | 2024.10.04 15:58:49.016507 [ 3 ] {07bfa144-e1b4-4dec-b158-7910ea6f6f43} <Debug> DynamicQueryHandler: Done processing query | ||
| 5097 | 2024.10.04 15:58:49.016531 [ 3 ] {07bfa144-e1b4-4dec-b158-7910ea6f6f43} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 5098 | 2024.10.04 15:58:49.016546 [ 3 ] {} <Debug> HTTP-Session: 2f28eda2-41cb-4650-b236-6aa75992509e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5099 | 2024.10.04 15:58:53.079047 [ 134 ] {} <Debug> oximeter.measurements_f64 (87d8cd82-19cb-42e6-8b47-b078fc436c38) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 5100 | 2024.10.04 15:58:53.079132 [ 134 ] {} <Trace> oximeter.measurements_f64 (87d8cd82-19cb-42e6-8b47-b078fc436c38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5101 | 2024.10.04 15:58:53.079161 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 5102 | 2024.10.04 15:58:53.079402 [ 187 ] {87d8cd82-19cb-42e6-8b47-b078fc436c38::all_1_9_2} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_5_1 to all_9_9_0 into Compact with storage Full | ||
| 5103 | 2024.10.04 15:58:53.079621 [ 187 ] {87d8cd82-19cb-42e6-8b47-b078fc436c38::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5104 | 2024.10.04 15:58:53.079663 [ 187 ] {87d8cd82-19cb-42e6-8b47-b078fc436c38::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 5 rows starting from the beginning of the part | ||
| 5105 | 2024.10.04 15:58:53.079747 [ 187 ] {87d8cd82-19cb-42e6-8b47-b078fc436c38::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part | ||
| 5106 | 2024.10.04 15:58:53.079945 [ 187 ] {87d8cd82-19cb-42e6-8b47-b078fc436c38::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1 rows starting from the beginning of the part | ||
| 5107 | 2024.10.04 15:58:53.080206 [ 187 ] {87d8cd82-19cb-42e6-8b47-b078fc436c38::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1 rows starting from the beginning of the part | ||
| 5108 | 2024.10.04 15:58:53.080467 [ 187 ] {87d8cd82-19cb-42e6-8b47-b078fc436c38::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 1 rows starting from the beginning of the part | ||
| 5109 | 2024.10.04 15:58:53.081607 [ 200 ] {87d8cd82-19cb-42e6-8b47-b078fc436c38::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9 rows, containing 4 columns (4 merged, 0 gathered) in 0.002348249 sec., 3832.6429607763057 rows/sec., 258.25 KiB/sec. | ||
| 5110 | 2024.10.04 15:58:53.081868 [ 193 ] {87d8cd82-19cb-42e6-8b47-b078fc436c38::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 5111 | 2024.10.04 15:58:53.082397 [ 193 ] {87d8cd82-19cb-42e6-8b47-b078fc436c38::all_1_9_2} <Trace> oximeter.measurements_f64 (87d8cd82-19cb-42e6-8b47-b078fc436c38): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5112 | 2024.10.04 15:58:53.082493 [ 193 ] {87d8cd82-19cb-42e6-8b47-b078fc436c38::all_1_9_2} <Trace> oximeter.measurements_f64 (87d8cd82-19cb-42e6-8b47-b078fc436c38) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 5113 | 2024.10.04 15:58:53.082596 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.22 MiB. | ||
| 5114 | 2024.10.04 15:58:54.002429 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 30854, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5115 | 2024.10.04 15:58:54.002551 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5116 | 2024.10.04 15:58:54.002576 [ 3 ] {} <Debug> HTTP-Session: 807c55d5-ff80-4224-9537-94e82b8a9aef Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 5117 | 2024.10.04 15:58:54.002601 [ 3 ] {} <Debug> HTTP-Session: 807c55d5-ff80-4224-9537-94e82b8a9aef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5118 | 2024.10.04 15:58:54.002615 [ 3 ] {} <Debug> HTTP-Session: 807c55d5-ff80-4224-9537-94e82b8a9aef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5119 | 2024.10.04 15:58:54.002667 [ 3 ] {} <Trace> HTTP-Session: 807c55d5-ff80-4224-9537-94e82b8a9aef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5120 | 2024.10.04 15:58:54.002911 [ 3 ] {876b438d-108d-4a8a-8b10-f875ca5f7a23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 5121 | 2024.10.04 15:58:54.002987 [ 3 ] {876b438d-108d-4a8a-8b10-f875ca5f7a23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5122 | 2024.10.04 15:58:54.003332 [ 3 ] {876b438d-108d-4a8a-8b10-f875ca5f7a23} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5123 | 2024.10.04 15:58:54.003925 [ 3 ] {876b438d-108d-4a8a-8b10-f875ca5f7a23} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5124 | 2024.10.04 15:58:54.003974 [ 3 ] {876b438d-108d-4a8a-8b10-f875ca5f7a23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 5125 | 2024.10.04 15:58:54.004419 [ 3 ] {876b438d-108d-4a8a-8b10-f875ca5f7a23} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5126 | 2024.10.04 15:58:54.004810 [ 3 ] {876b438d-108d-4a8a-8b10-f875ca5f7a23} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5127 | 2024.10.04 15:58:54.005007 [ 3 ] {876b438d-108d-4a8a-8b10-f875ca5f7a23} <Debug> executeQuery: Read 205 rows, 18.36 KiB in 0.002179 sec., 94079.85314364388 rows/sec., 8.23 MiB/sec. | ||
| 5128 | 2024.10.04 15:58:54.005250 [ 3 ] {876b438d-108d-4a8a-8b10-f875ca5f7a23} <Debug> DynamicQueryHandler: Done processing query | ||
| 5129 | 2024.10.04 15:58:54.005280 [ 3 ] {876b438d-108d-4a8a-8b10-f875ca5f7a23} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 5130 | 2024.10.04 15:58:54.005296 [ 3 ] {} <Debug> HTTP-Session: 807c55d5-ff80-4224-9537-94e82b8a9aef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5131 | 2024.10.04 15:58:54.005517 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 1197, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5132 | 2024.10.04 15:58:54.005571 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5133 | 2024.10.04 15:58:54.005590 [ 3 ] {} <Debug> HTTP-Session: 5c1ffd0c-a20e-4199-a578-b45574c01933 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 5134 | 2024.10.04 15:58:54.005609 [ 3 ] {} <Debug> HTTP-Session: 5c1ffd0c-a20e-4199-a578-b45574c01933 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5135 | 2024.10.04 15:58:54.005623 [ 3 ] {} <Debug> HTTP-Session: 5c1ffd0c-a20e-4199-a578-b45574c01933 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5136 | 2024.10.04 15:58:54.005660 [ 3 ] {} <Trace> HTTP-Session: 5c1ffd0c-a20e-4199-a578-b45574c01933 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5137 | 2024.10.04 15:58:54.005767 [ 3 ] {bbd94b9c-1fbe-401c-b592-c68e46e47a52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 5138 | 2024.10.04 15:58:54.005813 [ 3 ] {bbd94b9c-1fbe-401c-b592-c68e46e47a52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5139 | 2024.10.04 15:58:54.006054 [ 3 ] {bbd94b9c-1fbe-401c-b592-c68e46e47a52} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5140 | 2024.10.04 15:58:54.006385 [ 3 ] {bbd94b9c-1fbe-401c-b592-c68e46e47a52} <Trace> oximeter.fields_u16 (e9c2286f-cf98-4582-9ae4-6e9eb84e22b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5141 | 2024.10.04 15:58:54.006423 [ 3 ] {bbd94b9c-1fbe-401c-b592-c68e46e47a52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 5142 | 2024.10.04 15:58:54.006772 [ 3 ] {bbd94b9c-1fbe-401c-b592-c68e46e47a52} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 5143 | 2024.10.04 15:58:54.007142 [ 3 ] {bbd94b9c-1fbe-401c-b592-c68e46e47a52} <Trace> oximeter.fields_u16 (e9c2286f-cf98-4582-9ae4-6e9eb84e22b6): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5144 | 2024.10.04 15:58:54.007312 [ 3 ] {bbd94b9c-1fbe-401c-b592-c68e46e47a52} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001569 sec., 5098.789037603568 rows/sec., 383.41 KiB/sec. | ||
| 5145 | 2024.10.04 15:58:54.007479 [ 3 ] {bbd94b9c-1fbe-401c-b592-c68e46e47a52} <Debug> DynamicQueryHandler: Done processing query | ||
| 5146 | 2024.10.04 15:58:54.007504 [ 3 ] {bbd94b9c-1fbe-401c-b592-c68e46e47a52} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 5147 | 2024.10.04 15:58:54.007520 [ 3 ] {} <Debug> HTTP-Session: 5c1ffd0c-a20e-4199-a578-b45574c01933 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5148 | 2024.10.04 15:58:54.007641 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 1933, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5149 | 2024.10.04 15:58:54.007689 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5150 | 2024.10.04 15:58:54.007708 [ 3 ] {} <Debug> HTTP-Session: f5b19f68-9f2a-4687-87fd-956961ac8980 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 5151 | 2024.10.04 15:58:54.007726 [ 3 ] {} <Debug> HTTP-Session: f5b19f68-9f2a-4687-87fd-956961ac8980 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5152 | 2024.10.04 15:58:54.007740 [ 3 ] {} <Debug> HTTP-Session: f5b19f68-9f2a-4687-87fd-956961ac8980 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5153 | 2024.10.04 15:58:54.007773 [ 3 ] {} <Trace> HTTP-Session: f5b19f68-9f2a-4687-87fd-956961ac8980 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5154 | 2024.10.04 15:58:54.007874 [ 3 ] {e04f30f2-21d1-4a3c-862e-740c204e0eb2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 5155 | 2024.10.04 15:58:54.007919 [ 3 ] {e04f30f2-21d1-4a3c-862e-740c204e0eb2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5156 | 2024.10.04 15:58:54.008143 [ 3 ] {e04f30f2-21d1-4a3c-862e-740c204e0eb2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5157 | 2024.10.04 15:58:54.008467 [ 3 ] {e04f30f2-21d1-4a3c-862e-740c204e0eb2} <Trace> oximeter.fields_u32 (d636b635-d679-4839-bb6a-f39822d1a48c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5158 | 2024.10.04 15:58:54.008505 [ 3 ] {e04f30f2-21d1-4a3c-862e-740c204e0eb2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 5159 | 2024.10.04 15:58:54.008858 [ 3 ] {e04f30f2-21d1-4a3c-862e-740c204e0eb2} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 5160 | 2024.10.04 15:58:54.009215 [ 3 ] {e04f30f2-21d1-4a3c-862e-740c204e0eb2} <Trace> oximeter.fields_u32 (d636b635-d679-4839-bb6a-f39822d1a48c): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5161 | 2024.10.04 15:58:54.009409 [ 3 ] {e04f30f2-21d1-4a3c-862e-740c204e0eb2} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001557 sec., 8991.65061014772 rows/sec., 629.72 KiB/sec. | ||
| 5162 | 2024.10.04 15:58:54.009735 [ 3 ] {e04f30f2-21d1-4a3c-862e-740c204e0eb2} <Debug> DynamicQueryHandler: Done processing query | ||
| 5163 | 2024.10.04 15:58:54.009761 [ 3 ] {e04f30f2-21d1-4a3c-862e-740c204e0eb2} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 5164 | 2024.10.04 15:58:54.009777 [ 3 ] {} <Debug> HTTP-Session: f5b19f68-9f2a-4687-87fd-956961ac8980 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5165 | 2024.10.04 15:58:54.009893 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5166 | 2024.10.04 15:58:54.009942 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5167 | 2024.10.04 15:58:54.009963 [ 3 ] {} <Debug> HTTP-Session: 26de7ebc-844b-416d-98b9-1ff15bf71f41 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 5168 | 2024.10.04 15:58:54.009981 [ 3 ] {} <Debug> HTTP-Session: 26de7ebc-844b-416d-98b9-1ff15bf71f41 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5169 | 2024.10.04 15:58:54.009995 [ 3 ] {} <Debug> HTTP-Session: 26de7ebc-844b-416d-98b9-1ff15bf71f41 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5170 | 2024.10.04 15:58:54.010027 [ 3 ] {} <Trace> HTTP-Session: 26de7ebc-844b-416d-98b9-1ff15bf71f41 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5171 | 2024.10.04 15:58:54.010153 [ 3 ] {1d965b97-be17-4371-ba26-eed902d80e2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 5172 | 2024.10.04 15:58:54.010197 [ 3 ] {1d965b97-be17-4371-ba26-eed902d80e2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5173 | 2024.10.04 15:58:54.010444 [ 3 ] {1d965b97-be17-4371-ba26-eed902d80e2d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5174 | 2024.10.04 15:58:54.010739 [ 3 ] {1d965b97-be17-4371-ba26-eed902d80e2d} <Trace> oximeter.fields_u8 (b38c7fc2-16b2-4da0-8e0e-60bfa18d3929): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5175 | 2024.10.04 15:58:54.010774 [ 3 ] {1d965b97-be17-4371-ba26-eed902d80e2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 5176 | 2024.10.04 15:58:54.011121 [ 3 ] {1d965b97-be17-4371-ba26-eed902d80e2d} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 5177 | 2024.10.04 15:58:54.011472 [ 3 ] {1d965b97-be17-4371-ba26-eed902d80e2d} <Trace> oximeter.fields_u8 (b38c7fc2-16b2-4da0-8e0e-60bfa18d3929): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5178 | 2024.10.04 15:58:54.011626 [ 3 ] {1d965b97-be17-4371-ba26-eed902d80e2d} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001499 sec., 4002.6684456304206 rows/sec., 236.49 KiB/sec. | ||
| 5179 | 2024.10.04 15:58:54.011788 [ 3 ] {1d965b97-be17-4371-ba26-eed902d80e2d} <Debug> DynamicQueryHandler: Done processing query | ||
| 5180 | 2024.10.04 15:58:54.011813 [ 3 ] {1d965b97-be17-4371-ba26-eed902d80e2d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 5181 | 2024.10.04 15:58:54.011828 [ 3 ] {} <Debug> HTTP-Session: 26de7ebc-844b-416d-98b9-1ff15bf71f41 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5182 | 2024.10.04 15:58:54.012007 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 63187, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5183 | 2024.10.04 15:58:54.012059 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5184 | 2024.10.04 15:58:54.012078 [ 3 ] {} <Debug> HTTP-Session: d4389f33-e3a4-487b-8187-4b205afb1751 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 5185 | 2024.10.04 15:58:54.012095 [ 3 ] {} <Debug> HTTP-Session: d4389f33-e3a4-487b-8187-4b205afb1751 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5186 | 2024.10.04 15:58:54.012109 [ 3 ] {} <Debug> HTTP-Session: d4389f33-e3a4-487b-8187-4b205afb1751 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5187 | 2024.10.04 15:58:54.012139 [ 3 ] {} <Trace> HTTP-Session: d4389f33-e3a4-487b-8187-4b205afb1751 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5188 | 2024.10.04 15:58:54.012340 [ 3 ] {4448e90b-f162-4a7d-a668-514ab7f13731} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 5189 | 2024.10.04 15:58:54.012384 [ 3 ] {4448e90b-f162-4a7d-a668-514ab7f13731} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5190 | 2024.10.04 15:58:54.012606 [ 3 ] {4448e90b-f162-4a7d-a668-514ab7f13731} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5191 | 2024.10.04 15:58:54.013184 [ 3 ] {4448e90b-f162-4a7d-a668-514ab7f13731} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5192 | 2024.10.04 15:58:54.013220 [ 3 ] {4448e90b-f162-4a7d-a668-514ab7f13731} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 5193 | 2024.10.04 15:58:54.013587 [ 3 ] {4448e90b-f162-4a7d-a668-514ab7f13731} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5194 | 2024.10.04 15:58:54.013941 [ 3 ] {4448e90b-f162-4a7d-a668-514ab7f13731} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5195 | 2024.10.04 15:58:54.014104 [ 3 ] {4448e90b-f162-4a7d-a668-514ab7f13731} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001858 sec., 209903.12163616793 rows/sec., 14.89 MiB/sec. | ||
| 5196 | 2024.10.04 15:58:54.014269 [ 3 ] {4448e90b-f162-4a7d-a668-514ab7f13731} <Debug> DynamicQueryHandler: Done processing query | ||
| 5197 | 2024.10.04 15:58:54.014294 [ 3 ] {4448e90b-f162-4a7d-a668-514ab7f13731} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
| 5198 | 2024.10.04 15:58:54.014310 [ 3 ] {} <Debug> HTTP-Session: d4389f33-e3a4-487b-8187-4b205afb1751 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5199 | 2024.10.04 15:58:54.014442 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 906, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5200 | 2024.10.04 15:58:54.014488 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5201 | 2024.10.04 15:58:54.014507 [ 3 ] {} <Debug> HTTP-Session: 1c01c45f-b9d8-4f84-84e6-4cb81da5b164 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 5202 | 2024.10.04 15:58:54.014525 [ 3 ] {} <Debug> HTTP-Session: 1c01c45f-b9d8-4f84-84e6-4cb81da5b164 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5203 | 2024.10.04 15:58:54.014538 [ 3 ] {} <Debug> HTTP-Session: 1c01c45f-b9d8-4f84-84e6-4cb81da5b164 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5204 | 2024.10.04 15:58:54.014570 [ 3 ] {} <Trace> HTTP-Session: 1c01c45f-b9d8-4f84-84e6-4cb81da5b164 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5205 | 2024.10.04 15:58:54.014665 [ 3 ] {58bd8230-7d01-4907-8a04-f423e4c24e80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 5206 | 2024.10.04 15:58:54.014710 [ 3 ] {58bd8230-7d01-4907-8a04-f423e4c24e80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5207 | 2024.10.04 15:58:54.014838 [ 3 ] {58bd8230-7d01-4907-8a04-f423e4c24e80} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5208 | 2024.10.04 15:58:54.015092 [ 3 ] {58bd8230-7d01-4907-8a04-f423e4c24e80} <Trace> oximeter.measurements_bool (07631250-7a70-49e6-a733-c0ce298d5d2f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5209 | 2024.10.04 15:58:54.015126 [ 3 ] {58bd8230-7d01-4907-8a04-f423e4c24e80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 5210 | 2024.10.04 15:58:54.015477 [ 3 ] {58bd8230-7d01-4907-8a04-f423e4c24e80} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 5211 | 2024.10.04 15:58:54.015791 [ 3 ] {58bd8230-7d01-4907-8a04-f423e4c24e80} <Trace> oximeter.measurements_bool (07631250-7a70-49e6-a733-c0ce298d5d2f): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5212 | 2024.10.04 15:58:54.015936 [ 3 ] {58bd8230-7d01-4907-8a04-f423e4c24e80} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001288 sec., 4658.385093167702 rows/sec., 243.38 KiB/sec. | ||
| 5213 | 2024.10.04 15:58:54.016107 [ 3 ] {58bd8230-7d01-4907-8a04-f423e4c24e80} <Debug> DynamicQueryHandler: Done processing query | ||
| 5214 | 2024.10.04 15:58:54.016131 [ 3 ] {58bd8230-7d01-4907-8a04-f423e4c24e80} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 5215 | 2024.10.04 15:58:54.016147 [ 3 ] {} <Debug> HTTP-Session: 1c01c45f-b9d8-4f84-84e6-4cb81da5b164 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5216 | 2024.10.04 15:58:54.016302 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 44668, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5217 | 2024.10.04 15:58:54.016348 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5218 | 2024.10.04 15:58:54.016367 [ 3 ] {} <Debug> HTTP-Session: a03f7230-1743-4d8d-a685-b0544ca2cbbe Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 5219 | 2024.10.04 15:58:54.016384 [ 3 ] {} <Debug> HTTP-Session: a03f7230-1743-4d8d-a685-b0544ca2cbbe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5220 | 2024.10.04 15:58:54.016398 [ 3 ] {} <Debug> HTTP-Session: a03f7230-1743-4d8d-a685-b0544ca2cbbe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5221 | 2024.10.04 15:58:54.016428 [ 3 ] {} <Trace> HTTP-Session: a03f7230-1743-4d8d-a685-b0544ca2cbbe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5222 | 2024.10.04 15:58:54.016604 [ 3 ] {e0b41196-6857-47a6-8f90-1169e6f5e88f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 5223 | 2024.10.04 15:58:54.016650 [ 3 ] {e0b41196-6857-47a6-8f90-1169e6f5e88f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5224 | 2024.10.04 15:58:54.016791 [ 3 ] {e0b41196-6857-47a6-8f90-1169e6f5e88f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5225 | 2024.10.04 15:58:54.017187 [ 3 ] {e0b41196-6857-47a6-8f90-1169e6f5e88f} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5226 | 2024.10.04 15:58:54.017222 [ 3 ] {e0b41196-6857-47a6-8f90-1169e6f5e88f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 5227 | 2024.10.04 15:58:54.017592 [ 3 ] {e0b41196-6857-47a6-8f90-1169e6f5e88f} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5228 | 2024.10.04 15:58:54.017923 [ 3 ] {e0b41196-6857-47a6-8f90-1169e6f5e88f} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5229 | 2024.10.04 15:58:54.018094 [ 3 ] {e0b41196-6857-47a6-8f90-1169e6f5e88f} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001568 sec., 151147.95918367346 rows/sec., 10.13 MiB/sec. | ||
| 5230 | 2024.10.04 15:58:54.018253 [ 3 ] {e0b41196-6857-47a6-8f90-1169e6f5e88f} <Debug> DynamicQueryHandler: Done processing query | ||
| 5231 | 2024.10.04 15:58:54.018276 [ 3 ] {e0b41196-6857-47a6-8f90-1169e6f5e88f} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 5232 | 2024.10.04 15:58:54.018292 [ 3 ] {} <Debug> HTTP-Session: a03f7230-1743-4d8d-a685-b0544ca2cbbe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5233 | 2024.10.04 15:58:54.018412 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5234 | 2024.10.04 15:58:54.018458 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5235 | 2024.10.04 15:58:54.018477 [ 3 ] {} <Debug> HTTP-Session: 3accdae4-7234-477f-a842-b98ed0245725 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 5236 | 2024.10.04 15:58:54.018494 [ 3 ] {} <Debug> HTTP-Session: 3accdae4-7234-477f-a842-b98ed0245725 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5237 | 2024.10.04 15:58:54.018508 [ 3 ] {} <Debug> HTTP-Session: 3accdae4-7234-477f-a842-b98ed0245725 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5238 | 2024.10.04 15:58:54.018538 [ 3 ] {} <Trace> HTTP-Session: 3accdae4-7234-477f-a842-b98ed0245725 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5239 | 2024.10.04 15:58:54.018629 [ 3 ] {2829ed88-38ce-4286-bb9a-4bfec78a3865} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 5240 | 2024.10.04 15:58:54.018673 [ 3 ] {2829ed88-38ce-4286-bb9a-4bfec78a3865} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5241 | 2024.10.04 15:58:54.018801 [ 3 ] {2829ed88-38ce-4286-bb9a-4bfec78a3865} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5242 | 2024.10.04 15:58:54.019046 [ 3 ] {2829ed88-38ce-4286-bb9a-4bfec78a3865} <Trace> oximeter.measurements_f64 (87d8cd82-19cb-42e6-8b47-b078fc436c38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5243 | 2024.10.04 15:58:54.019080 [ 3 ] {2829ed88-38ce-4286-bb9a-4bfec78a3865} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 5244 | 2024.10.04 15:58:54.019420 [ 3 ] {2829ed88-38ce-4286-bb9a-4bfec78a3865} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 5245 | 2024.10.04 15:58:54.019738 [ 3 ] {2829ed88-38ce-4286-bb9a-4bfec78a3865} <Trace> oximeter.measurements_f64 (87d8cd82-19cb-42e6-8b47-b078fc436c38): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5246 | 2024.10.04 15:58:54.019891 [ 3 ] {2829ed88-38ce-4286-bb9a-4bfec78a3865} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001283 sec., 779.423226812159 rows/sec., 52.52 KiB/sec. | ||
| 5247 | 2024.10.04 15:58:54.020056 [ 3 ] {2829ed88-38ce-4286-bb9a-4bfec78a3865} <Debug> DynamicQueryHandler: Done processing query | ||
| 5248 | 2024.10.04 15:58:54.020079 [ 3 ] {2829ed88-38ce-4286-bb9a-4bfec78a3865} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 5249 | 2024.10.04 15:58:54.020095 [ 3 ] {} <Debug> HTTP-Session: 3accdae4-7234-477f-a842-b98ed0245725 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5250 | 2024.10.04 15:58:54.020213 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 13215, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5251 | 2024.10.04 15:58:54.020261 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5252 | 2024.10.04 15:58:54.020279 [ 3 ] {} <Debug> HTTP-Session: 74036480-0497-4336-bbfa-7efc9fa4c17e Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 5253 | 2024.10.04 15:58:54.020296 [ 3 ] {} <Debug> HTTP-Session: 74036480-0497-4336-bbfa-7efc9fa4c17e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5254 | 2024.10.04 15:58:54.020310 [ 3 ] {} <Debug> HTTP-Session: 74036480-0497-4336-bbfa-7efc9fa4c17e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5255 | 2024.10.04 15:58:54.020341 [ 3 ] {} <Trace> HTTP-Session: 74036480-0497-4336-bbfa-7efc9fa4c17e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5256 | 2024.10.04 15:58:54.020496 [ 3 ] {584a66d2-93c2-42ad-9157-a0cbafdbef6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 5257 | 2024.10.04 15:58:54.020561 [ 3 ] {584a66d2-93c2-42ad-9157-a0cbafdbef6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5258 | 2024.10.04 15:58:54.020975 [ 3 ] {584a66d2-93c2-42ad-9157-a0cbafdbef6f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5259 | 2024.10.04 15:58:54.021418 [ 3 ] {584a66d2-93c2-42ad-9157-a0cbafdbef6f} <Trace> oximeter.measurements_histogramu64 (00490d86-ebe4-4f2c-857c-d83cd24ebd05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5260 | 2024.10.04 15:58:54.021454 [ 3 ] {584a66d2-93c2-42ad-9157-a0cbafdbef6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 5261 | 2024.10.04 15:58:54.022022 [ 3 ] {584a66d2-93c2-42ad-9157-a0cbafdbef6f} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 5262 | 2024.10.04 15:58:54.022425 [ 3 ] {584a66d2-93c2-42ad-9157-a0cbafdbef6f} <Trace> oximeter.measurements_histogramu64 (00490d86-ebe4-4f2c-857c-d83cd24ebd05): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5263 | 2024.10.04 15:58:54.022604 [ 3 ] {584a66d2-93c2-42ad-9157-a0cbafdbef6f} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.00219 sec., 3652.9680365296804 rows/sec., 6.55 MiB/sec. | ||
| 5264 | 2024.10.04 15:58:54.022800 [ 3 ] {584a66d2-93c2-42ad-9157-a0cbafdbef6f} <Debug> DynamicQueryHandler: Done processing query | ||
| 5265 | 2024.10.04 15:58:54.022824 [ 3 ] {584a66d2-93c2-42ad-9157-a0cbafdbef6f} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
| 5266 | 2024.10.04 15:58:54.022840 [ 3 ] {} <Debug> HTTP-Session: 74036480-0497-4336-bbfa-7efc9fa4c17e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5267 | 2024.10.04 15:58:54.022968 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 12156, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5268 | 2024.10.04 15:58:54.023014 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5269 | 2024.10.04 15:58:54.023032 [ 3 ] {} <Debug> HTTP-Session: d95ef59b-4925-4144-9f09-6fd9a6112d06 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 5270 | 2024.10.04 15:58:54.023049 [ 3 ] {} <Debug> HTTP-Session: d95ef59b-4925-4144-9f09-6fd9a6112d06 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5271 | 2024.10.04 15:58:54.023063 [ 3 ] {} <Debug> HTTP-Session: d95ef59b-4925-4144-9f09-6fd9a6112d06 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5272 | 2024.10.04 15:58:54.023094 [ 3 ] {} <Trace> HTTP-Session: d95ef59b-4925-4144-9f09-6fd9a6112d06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5273 | 2024.10.04 15:58:54.023218 [ 3 ] {691b2a90-8956-4018-ac1b-47ea30462e1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 5274 | 2024.10.04 15:58:54.023262 [ 3 ] {691b2a90-8956-4018-ac1b-47ea30462e1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5275 | 2024.10.04 15:58:54.023387 [ 3 ] {691b2a90-8956-4018-ac1b-47ea30462e1e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5276 | 2024.10.04 15:58:54.023772 [ 3 ] {691b2a90-8956-4018-ac1b-47ea30462e1e} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5277 | 2024.10.04 15:58:54.023808 [ 3 ] {691b2a90-8956-4018-ac1b-47ea30462e1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 5278 | 2024.10.04 15:58:54.024166 [ 3 ] {691b2a90-8956-4018-ac1b-47ea30462e1e} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5279 | 2024.10.04 15:58:54.024489 [ 3 ] {691b2a90-8956-4018-ac1b-47ea30462e1e} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5280 | 2024.10.04 15:58:54.024653 [ 3 ] {691b2a90-8956-4018-ac1b-47ea30462e1e} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001481 sec., 55367.99459824443 rows/sec., 3.52 MiB/sec. | ||
| 5281 | 2024.10.04 15:58:54.024821 [ 3 ] {691b2a90-8956-4018-ac1b-47ea30462e1e} <Debug> DynamicQueryHandler: Done processing query | ||
| 5282 | 2024.10.04 15:58:54.024845 [ 3 ] {691b2a90-8956-4018-ac1b-47ea30462e1e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 5283 | 2024.10.04 15:58:54.024861 [ 3 ] {} <Debug> HTTP-Session: d95ef59b-4925-4144-9f09-6fd9a6112d06 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5284 | 2024.10.04 15:58:55.611634 [ 131 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5285 | 2024.10.04 15:58:55.611692 [ 131 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5286 | 2024.10.04 15:58:55.848794 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 536 | ||
| 5287 | 2024.10.04 15:58:55.852224 [ 242 ] {} <Trace> system.query_log (8f12c5ea-7fed-46c2-8a08-f82b2fd1cd88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5288 | 2024.10.04 15:58:55.852274 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 5289 | 2024.10.04 15:58:55.853817 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 5290 | 2024.10.04 15:58:55.854798 [ 242 ] {} <Trace> system.query_log (8f12c5ea-7fed-46c2-8a08-f82b2fd1cd88): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5291 | 2024.10.04 15:58:55.855317 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 536 | ||
| 5292 | 2024.10.04 15:58:56.001274 [ 244 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000893143 sec. | ||
| 5293 | 2024.10.04 15:58:58.999429 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 17482, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5294 | 2024.10.04 15:58:58.999591 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5295 | 2024.10.04 15:58:58.999632 [ 3 ] {} <Debug> HTTP-Session: a305661f-cd7a-46eb-bde1-1636e8ecc26b Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 5296 | 2024.10.04 15:58:58.999671 [ 3 ] {} <Debug> HTTP-Session: a305661f-cd7a-46eb-bde1-1636e8ecc26b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5297 | 2024.10.04 15:58:58.999698 [ 3 ] {} <Debug> HTTP-Session: a305661f-cd7a-46eb-bde1-1636e8ecc26b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5298 | 2024.10.04 15:58:58.999775 [ 3 ] {} <Trace> HTTP-Session: a305661f-cd7a-46eb-bde1-1636e8ecc26b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5299 | 2024.10.04 15:58:59.000097 [ 3 ] {a40802af-4a38-4944-8ba7-f71e5c24b889} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 5300 | 2024.10.04 15:58:59.000158 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 151.04 MiB, peak 158.30 MiB, free memory in arenas 0.00 B, will set to 150.04 MiB (RSS), difference: -1.00 MiB | ||
| 5301 | 2024.10.04 15:58:59.000214 [ 3 ] {a40802af-4a38-4944-8ba7-f71e5c24b889} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5302 | 2024.10.04 15:58:59.000861 [ 3 ] {a40802af-4a38-4944-8ba7-f71e5c24b889} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5303 | 2024.10.04 15:58:59.001409 [ 3 ] {a40802af-4a38-4944-8ba7-f71e5c24b889} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5304 | 2024.10.04 15:58:59.001456 [ 3 ] {a40802af-4a38-4944-8ba7-f71e5c24b889} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 5305 | 2024.10.04 15:58:59.001910 [ 3 ] {a40802af-4a38-4944-8ba7-f71e5c24b889} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5306 | 2024.10.04 15:58:59.002301 [ 3 ] {a40802af-4a38-4944-8ba7-f71e5c24b889} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5307 | 2024.10.04 15:58:59.002450 [ 3 ] {a40802af-4a38-4944-8ba7-f71e5c24b889} <Debug> executeQuery: Read 118 rows, 10.28 KiB in 0.00248 sec., 47580.645161290326 rows/sec., 4.05 MiB/sec. | ||
| 5308 | 2024.10.04 15:58:59.002460 [ 128 ] {} <Debug> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5309 | 2024.10.04 15:58:59.002525 [ 128 ] {} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5310 | 2024.10.04 15:58:59.002560 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 5311 | 2024.10.04 15:58:59.002725 [ 3 ] {a40802af-4a38-4944-8ba7-f71e5c24b889} <Debug> DynamicQueryHandler: Done processing query | ||
| 5312 | 2024.10.04 15:58:59.002746 [ 193 ] {eb62afc5-bcd4-4b43-a1a9-182e649ae812::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 | ||
| 5313 | 2024.10.04 15:58:59.002760 [ 3 ] {a40802af-4a38-4944-8ba7-f71e5c24b889} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 5314 | 2024.10.04 15:58:59.002847 [ 3 ] {} <Debug> HTTP-Session: a305661f-cd7a-46eb-bde1-1636e8ecc26b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5315 | 2024.10.04 15:58:59.003061 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 4500, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5316 | 2024.10.04 15:58:59.003065 [ 193 ] {eb62afc5-bcd4-4b43-a1a9-182e649ae812::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5317 | 2024.10.04 15:58:59.003165 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5318 | 2024.10.04 15:58:59.003169 [ 193 ] {eb62afc5-bcd4-4b43-a1a9-182e649ae812::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1413 rows starting from the beginning of the part | ||
| 5319 | 2024.10.04 15:58:59.003210 [ 3 ] {} <Debug> HTTP-Session: 62c6f60c-6630-44f0-9f49-86c48a7fa9a5 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 5320 | 2024.10.04 15:58:59.003236 [ 3 ] {} <Debug> HTTP-Session: 62c6f60c-6630-44f0-9f49-86c48a7fa9a5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5321 | 2024.10.04 15:58:59.003273 [ 3 ] {} <Debug> HTTP-Session: 62c6f60c-6630-44f0-9f49-86c48a7fa9a5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5322 | 2024.10.04 15:58:59.003406 [ 3 ] {} <Trace> HTTP-Session: 62c6f60c-6630-44f0-9f49-86c48a7fa9a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5323 | 2024.10.04 15:58:59.003494 [ 193 ] {eb62afc5-bcd4-4b43-a1a9-182e649ae812::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 1345 rows starting from the beginning of the part | ||
| 5324 | 2024.10.04 15:58:59.003814 [ 193 ] {eb62afc5-bcd4-4b43-a1a9-182e649ae812::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 56 rows starting from the beginning of the part | ||
| 5325 | 2024.10.04 15:58:59.003820 [ 3 ] {ee38f488-c1f7-47bb-a078-98d048303a2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 5326 | 2024.10.04 15:58:59.003988 [ 3 ] {ee38f488-c1f7-47bb-a078-98d048303a2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5327 | 2024.10.04 15:58:59.004082 [ 193 ] {eb62afc5-bcd4-4b43-a1a9-182e649ae812::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 119 rows starting from the beginning of the part | ||
| 5328 | 2024.10.04 15:58:59.004460 [ 193 ] {eb62afc5-bcd4-4b43-a1a9-182e649ae812::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 205 rows starting from the beginning of the part | ||
| 5329 | 2024.10.04 15:58:59.004794 [ 193 ] {eb62afc5-bcd4-4b43-a1a9-182e649ae812::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 118 rows starting from the beginning of the part | ||
| 5330 | 2024.10.04 15:58:59.005578 [ 3 ] {ee38f488-c1f7-47bb-a078-98d048303a2c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5331 | 2024.10.04 15:58:59.006367 [ 3 ] {ee38f488-c1f7-47bb-a078-98d048303a2c} <Trace> oximeter.fields_u16 (e9c2286f-cf98-4582-9ae4-6e9eb84e22b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5332 | 2024.10.04 15:58:59.006454 [ 3 ] {ee38f488-c1f7-47bb-a078-98d048303a2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 5333 | 2024.10.04 15:58:59.007383 [ 3 ] {ee38f488-c1f7-47bb-a078-98d048303a2c} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5334 | 2024.10.04 15:58:59.007918 [ 3 ] {ee38f488-c1f7-47bb-a078-98d048303a2c} <Trace> oximeter.fields_u16 (e9c2286f-cf98-4582-9ae4-6e9eb84e22b6): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5335 | 2024.10.04 15:58:59.008062 [ 128 ] {} <Debug> oximeter.fields_u16 (e9c2286f-cf98-4582-9ae4-6e9eb84e22b6) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 5336 | 2024.10.04 15:58:59.008072 [ 3 ] {ee38f488-c1f7-47bb-a078-98d048303a2c} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.004422 sec., 7010.402532790593 rows/sec., 527.15 KiB/sec. | ||
| 5337 | 2024.10.04 15:58:59.008096 [ 128 ] {} <Trace> oximeter.fields_u16 (e9c2286f-cf98-4582-9ae4-6e9eb84e22b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5338 | 2024.10.04 15:58:59.008157 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 5339 | 2024.10.04 15:58:59.008795 [ 3 ] {ee38f488-c1f7-47bb-a078-98d048303a2c} <Debug> DynamicQueryHandler: Done processing query | ||
| 5340 | 2024.10.04 15:58:59.008883 [ 200 ] {e9c2286f-cf98-4582-9ae4-6e9eb84e22b6::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 | ||
| 5341 | 2024.10.04 15:58:59.008892 [ 3 ] {ee38f488-c1f7-47bb-a078-98d048303a2c} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 5342 | 2024.10.04 15:58:59.009039 [ 3 ] {} <Debug> HTTP-Session: 62c6f60c-6630-44f0-9f49-86c48a7fa9a5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5343 | 2024.10.04 15:58:59.009568 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 16149, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5344 | 2024.10.04 15:58:59.009718 [ 200 ] {e9c2286f-cf98-4582-9ae4-6e9eb84e22b6::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5345 | 2024.10.04 15:58:59.009725 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5346 | 2024.10.04 15:58:59.009796 [ 3 ] {} <Debug> HTTP-Session: 324662f0-1ec7-4bfb-8198-27729c01312c Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 5347 | 2024.10.04 15:58:59.009790 [ 200 ] {e9c2286f-cf98-4582-9ae4-6e9eb84e22b6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 51 rows starting from the beginning of the part | ||
| 5348 | 2024.10.04 15:58:59.009781 [ 199 ] {eb62afc5-bcd4-4b43-a1a9-182e649ae812::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3256 rows, containing 5 columns (5 merged, 0 gathered) in 0.007115118 sec., 457617.1470381798 rows/sec., 39.99 MiB/sec. | ||
| 5349 | 2024.10.04 15:58:59.009827 [ 3 ] {} <Debug> HTTP-Session: 324662f0-1ec7-4bfb-8198-27729c01312c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5350 | 2024.10.04 15:58:59.009972 [ 3 ] {} <Debug> HTTP-Session: 324662f0-1ec7-4bfb-8198-27729c01312c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5351 | 2024.10.04 15:58:59.010083 [ 200 ] {e9c2286f-cf98-4582-9ae4-6e9eb84e22b6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 31 rows starting from the beginning of the part | ||
| 5352 | 2024.10.04 15:58:59.010123 [ 3 ] {} <Trace> HTTP-Session: 324662f0-1ec7-4bfb-8198-27729c01312c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5353 | 2024.10.04 15:58:59.010451 [ 200 ] {e9c2286f-cf98-4582-9ae4-6e9eb84e22b6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 8 rows starting from the beginning of the part | ||
| 5354 | 2024.10.04 15:58:59.010505 [ 193 ] {eb62afc5-bcd4-4b43-a1a9-182e649ae812::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5355 | 2024.10.04 15:58:59.010681 [ 3 ] {2a78c539-873c-4536-bd17-86e10791a187} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 5356 | 2024.10.04 15:58:59.010921 [ 3 ] {2a78c539-873c-4536-bd17-86e10791a187} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5357 | 2024.10.04 15:58:59.010931 [ 200 ] {e9c2286f-cf98-4582-9ae4-6e9eb84e22b6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 33 rows starting from the beginning of the part | ||
| 5358 | 2024.10.04 15:58:59.011341 [ 200 ] {e9c2286f-cf98-4582-9ae4-6e9eb84e22b6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 8 rows starting from the beginning of the part | ||
| 5359 | 2024.10.04 15:58:59.011872 [ 200 ] {e9c2286f-cf98-4582-9ae4-6e9eb84e22b6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 31 rows starting from the beginning of the part | ||
| 5360 | 2024.10.04 15:58:59.013698 [ 3 ] {2a78c539-873c-4536-bd17-86e10791a187} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5361 | 2024.10.04 15:58:59.014201 [ 193 ] {eb62afc5-bcd4-4b43-a1a9-182e649ae812::all_1_26_5} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5362 | 2024.10.04 15:58:59.014759 [ 193 ] {eb62afc5-bcd4-4b43-a1a9-182e649ae812::all_1_26_5} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5363 | 2024.10.04 15:58:59.015236 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
| 5364 | 2024.10.04 15:58:59.015333 [ 3 ] {2a78c539-873c-4536-bd17-86e10791a187} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5365 | 2024.10.04 15:58:59.015390 [ 3 ] {2a78c539-873c-4536-bd17-86e10791a187} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 5366 | 2024.10.04 15:58:59.015858 [ 192 ] {e9c2286f-cf98-4582-9ae4-6e9eb84e22b6::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 162 rows, containing 5 columns (5 merged, 0 gathered) in 0.00757264 sec., 21392.803566523697 rows/sec., 1.64 MiB/sec. | ||
| 5367 | 2024.10.04 15:58:59.015973 [ 3 ] {2a78c539-873c-4536-bd17-86e10791a187} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5368 | 2024.10.04 15:58:59.016023 [ 192 ] {e9c2286f-cf98-4582-9ae4-6e9eb84e22b6::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 5369 | 2024.10.04 15:58:59.016489 [ 3 ] {2a78c539-873c-4536-bd17-86e10791a187} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5370 | 2024.10.04 15:58:59.016661 [ 128 ] {} <Debug> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5371 | 2024.10.04 15:58:59.016672 [ 3 ] {2a78c539-873c-4536-bd17-86e10791a187} <Debug> executeQuery: Read 95 rows, 7.60 KiB in 0.006261 sec., 15173.295000798595 rows/sec., 1.19 MiB/sec. | ||
| 5372 | 2024.10.04 15:58:59.016682 [ 192 ] {e9c2286f-cf98-4582-9ae4-6e9eb84e22b6::all_1_16_3} <Trace> oximeter.fields_u16 (e9c2286f-cf98-4582-9ae4-6e9eb84e22b6): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5373 | 2024.10.04 15:58:59.016711 [ 128 ] {} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5374 | 2024.10.04 15:58:59.016769 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 5375 | 2024.10.04 15:58:59.017003 [ 192 ] {e9c2286f-cf98-4582-9ae4-6e9eb84e22b6::all_1_16_3} <Trace> oximeter.fields_u16 (e9c2286f-cf98-4582-9ae4-6e9eb84e22b6) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 5376 | 2024.10.04 15:58:59.017285 [ 3 ] {2a78c539-873c-4536-bd17-86e10791a187} <Debug> DynamicQueryHandler: Done processing query | ||
| 5377 | 2024.10.04 15:58:59.017369 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 5378 | 2024.10.04 15:58:59.017385 [ 3 ] {2a78c539-873c-4536-bd17-86e10791a187} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 5379 | 2024.10.04 15:58:59.017498 [ 3 ] {} <Debug> HTTP-Session: 324662f0-1ec7-4bfb-8198-27729c01312c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5380 | 2024.10.04 15:58:59.017551 [ 200 ] {db73ef1b-285a-4ffd-b768-8b0cb7509f0e::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 | ||
| 5381 | 2024.10.04 15:58:59.018161 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 30647, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5382 | 2024.10.04 15:58:59.018447 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5383 | 2024.10.04 15:58:59.018525 [ 3 ] {} <Debug> HTTP-Session: ba724823-e936-4ee1-be0a-a76258bcf4a4 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 5384 | 2024.10.04 15:58:59.018569 [ 3 ] {} <Debug> HTTP-Session: ba724823-e936-4ee1-be0a-a76258bcf4a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5385 | 2024.10.04 15:58:59.018577 [ 200 ] {db73ef1b-285a-4ffd-b768-8b0cb7509f0e::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5386 | 2024.10.04 15:58:59.018591 [ 3 ] {} <Debug> HTTP-Session: ba724823-e936-4ee1-be0a-a76258bcf4a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5387 | 2024.10.04 15:58:59.018618 [ 200 ] {db73ef1b-285a-4ffd-b768-8b0cb7509f0e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 907 rows starting from the beginning of the part | ||
| 5388 | 2024.10.04 15:58:59.018635 [ 3 ] {} <Trace> HTTP-Session: ba724823-e936-4ee1-be0a-a76258bcf4a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5389 | 2024.10.04 15:58:59.018752 [ 200 ] {db73ef1b-285a-4ffd-b768-8b0cb7509f0e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 846 rows starting from the beginning of the part | ||
| 5390 | 2024.10.04 15:58:59.019083 [ 3 ] {f09aa0e7-3a67-48ed-9ee5-01e061134c1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 5391 | 2024.10.04 15:58:59.019188 [ 200 ] {db73ef1b-285a-4ffd-b768-8b0cb7509f0e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 64 rows starting from the beginning of the part | ||
| 5392 | 2024.10.04 15:58:59.019240 [ 3 ] {f09aa0e7-3a67-48ed-9ee5-01e061134c1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5393 | 2024.10.04 15:58:59.019409 [ 200 ] {db73ef1b-285a-4ffd-b768-8b0cb7509f0e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 97 rows starting from the beginning of the part | ||
| 5394 | 2024.10.04 15:58:59.019616 [ 200 ] {db73ef1b-285a-4ffd-b768-8b0cb7509f0e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 390 rows starting from the beginning of the part | ||
| 5395 | 2024.10.04 15:58:59.020072 [ 200 ] {db73ef1b-285a-4ffd-b768-8b0cb7509f0e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 95 rows starting from the beginning of the part | ||
| 5396 | 2024.10.04 15:58:59.020349 [ 3 ] {f09aa0e7-3a67-48ed-9ee5-01e061134c1d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5397 | 2024.10.04 15:58:59.020990 [ 3 ] {f09aa0e7-3a67-48ed-9ee5-01e061134c1d} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5398 | 2024.10.04 15:58:59.021036 [ 3 ] {f09aa0e7-3a67-48ed-9ee5-01e061134c1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 5399 | 2024.10.04 15:58:59.021587 [ 3 ] {f09aa0e7-3a67-48ed-9ee5-01e061134c1d} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5400 | 2024.10.04 15:58:59.022005 [ 193 ] {db73ef1b-285a-4ffd-b768-8b0cb7509f0e::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2399 rows, containing 5 columns (5 merged, 0 gathered) in 0.005076187 sec., 472598.8226990061 rows/sec., 36.22 MiB/sec. | ||
| 5401 | 2024.10.04 15:58:59.022052 [ 3 ] {f09aa0e7-3a67-48ed-9ee5-01e061134c1d} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5402 | 2024.10.04 15:58:59.022247 [ 128 ] {} <Debug> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5403 | 2024.10.04 15:58:59.022264 [ 3 ] {f09aa0e7-3a67-48ed-9ee5-01e061134c1d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003464 sec., 46189.37644341801 rows/sec., 3.22 MiB/sec. | ||
| 5404 | 2024.10.04 15:58:59.022320 [ 128 ] {} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5405 | 2024.10.04 15:58:59.022336 [ 193 ] {db73ef1b-285a-4ffd-b768-8b0cb7509f0e::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5406 | 2024.10.04 15:58:59.022430 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 5407 | 2024.10.04 15:58:59.023122 [ 3 ] {f09aa0e7-3a67-48ed-9ee5-01e061134c1d} <Debug> DynamicQueryHandler: Done processing query | ||
| 5408 | 2024.10.04 15:58:59.023127 [ 200 ] {f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34::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 | ||
| 5409 | 2024.10.04 15:58:59.023233 [ 3 ] {f09aa0e7-3a67-48ed-9ee5-01e061134c1d} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 5410 | 2024.10.04 15:58:59.023382 [ 3 ] {} <Debug> HTTP-Session: ba724823-e936-4ee1-be0a-a76258bcf4a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5411 | 2024.10.04 15:58:59.023849 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 51765, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5412 | 2024.10.04 15:58:59.024065 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5413 | 2024.10.04 15:58:59.024177 [ 3 ] {} <Debug> HTTP-Session: 07b0aef3-0c85-4e28-90db-67383edfc540 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 5414 | 2024.10.04 15:58:59.024212 [ 200 ] {f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5415 | 2024.10.04 15:58:59.024249 [ 3 ] {} <Debug> HTTP-Session: 07b0aef3-0c85-4e28-90db-67383edfc540 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5416 | 2024.10.04 15:58:59.024309 [ 3 ] {} <Debug> HTTP-Session: 07b0aef3-0c85-4e28-90db-67383edfc540 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5417 | 2024.10.04 15:58:59.024348 [ 200 ] {f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 6348 rows starting from the beginning of the part | ||
| 5418 | 2024.10.04 15:58:59.024450 [ 3 ] {} <Trace> HTTP-Session: 07b0aef3-0c85-4e28-90db-67383edfc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5419 | 2024.10.04 15:58:59.025106 [ 200 ] {f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 997 rows starting from the beginning of the part | ||
| 5420 | 2024.10.04 15:58:59.025395 [ 200 ] {f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 86 rows starting from the beginning of the part | ||
| 5421 | 2024.10.04 15:58:59.025432 [ 196 ] {db73ef1b-285a-4ffd-b768-8b0cb7509f0e::all_1_26_5} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5422 | 2024.10.04 15:58:59.025492 [ 3 ] {3d2b0e2c-eac7-4762-95a4-056c47e5e8d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 5423 | 2024.10.04 15:58:59.025921 [ 196 ] {db73ef1b-285a-4ffd-b768-8b0cb7509f0e::all_1_26_5} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5424 | 2024.10.04 15:58:59.025925 [ 200 ] {f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 161 rows starting from the beginning of the part | ||
| 5425 | 2024.10.04 15:58:59.025980 [ 3 ] {3d2b0e2c-eac7-4762-95a4-056c47e5e8d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5426 | 2024.10.04 15:58:59.026331 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 5427 | 2024.10.04 15:58:59.026486 [ 200 ] {f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 237 rows starting from the beginning of the part | ||
| 5428 | 2024.10.04 15:58:59.026786 [ 200 ] {f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 160 rows starting from the beginning of the part | ||
| 5429 | 2024.10.04 15:58:59.027799 [ 3 ] {3d2b0e2c-eac7-4762-95a4-056c47e5e8d0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5430 | 2024.10.04 15:58:59.028963 [ 3 ] {3d2b0e2c-eac7-4762-95a4-056c47e5e8d0} <Trace> oximeter.measurements_histogramu64 (00490d86-ebe4-4f2c-857c-d83cd24ebd05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5431 | 2024.10.04 15:58:59.029021 [ 3 ] {3d2b0e2c-eac7-4762-95a4-056c47e5e8d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 5432 | 2024.10.04 15:58:59.030065 [ 3 ] {3d2b0e2c-eac7-4762-95a4-056c47e5e8d0} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 5433 | 2024.10.04 15:58:59.030555 [ 3 ] {3d2b0e2c-eac7-4762-95a4-056c47e5e8d0} <Trace> oximeter.measurements_histogramu64 (00490d86-ebe4-4f2c-857c-d83cd24ebd05): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5434 | 2024.10.04 15:58:59.030718 [ 193 ] {f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7989 rows, containing 5 columns (5 merged, 0 gathered) in 0.008093332 sec., 987108.8940871325 rows/sec., 66.63 MiB/sec. | ||
| 5435 | 2024.10.04 15:58:59.030896 [ 3 ] {3d2b0e2c-eac7-4762-95a4-056c47e5e8d0} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.005937 sec., 5221.492336196733 rows/sec., 9.36 MiB/sec. | ||
| 5436 | 2024.10.04 15:58:59.031386 [ 196 ] {f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5437 | 2024.10.04 15:58:59.031538 [ 3 ] {3d2b0e2c-eac7-4762-95a4-056c47e5e8d0} <Debug> DynamicQueryHandler: Done processing query | ||
| 5438 | 2024.10.04 15:58:59.031565 [ 3 ] {3d2b0e2c-eac7-4762-95a4-056c47e5e8d0} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
| 5439 | 2024.10.04 15:58:59.031584 [ 3 ] {} <Debug> HTTP-Session: 07b0aef3-0c85-4e28-90db-67383edfc540 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5440 | 2024.10.04 15:58:59.031778 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5441 | 2024.10.04 15:58:59.031842 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5442 | 2024.10.04 15:58:59.031870 [ 3 ] {} <Debug> HTTP-Session: 02ff3f36-3cbc-43a6-b382-43f45c10bbd4 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 5443 | 2024.10.04 15:58:59.031870 [ 196 ] {f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5444 | 2024.10.04 15:58:59.031893 [ 3 ] {} <Debug> HTTP-Session: 02ff3f36-3cbc-43a6-b382-43f45c10bbd4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5445 | 2024.10.04 15:58:59.031921 [ 3 ] {} <Debug> HTTP-Session: 02ff3f36-3cbc-43a6-b382-43f45c10bbd4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5446 | 2024.10.04 15:58:59.031962 [ 3 ] {} <Trace> HTTP-Session: 02ff3f36-3cbc-43a6-b382-43f45c10bbd4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5447 | 2024.10.04 15:58:59.031976 [ 196 ] {f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5448 | 2024.10.04 15:58:59.032061 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.50 MiB. | ||
| 5449 | 2024.10.04 15:58:59.032106 [ 3 ] {cabecfdd-66ba-496d-85d3-d9bd1409adbc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 5450 | 2024.10.04 15:58:59.032153 [ 3 ] {cabecfdd-66ba-496d-85d3-d9bd1409adbc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5451 | 2024.10.04 15:58:59.032283 [ 3 ] {cabecfdd-66ba-496d-85d3-d9bd1409adbc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5452 | 2024.10.04 15:58:59.032606 [ 3 ] {cabecfdd-66ba-496d-85d3-d9bd1409adbc} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5453 | 2024.10.04 15:58:59.032642 [ 3 ] {cabecfdd-66ba-496d-85d3-d9bd1409adbc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 5454 | 2024.10.04 15:58:59.033015 [ 3 ] {cabecfdd-66ba-496d-85d3-d9bd1409adbc} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5455 | 2024.10.04 15:58:59.033344 [ 3 ] {cabecfdd-66ba-496d-85d3-d9bd1409adbc} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5456 | 2024.10.04 15:58:59.033466 [ 128 ] {} <Debug> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5457 | 2024.10.04 15:58:59.033471 [ 3 ] {cabecfdd-66ba-496d-85d3-d9bd1409adbc} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00141 sec., 42553.1914893617 rows/sec., 2.87 MiB/sec. | ||
| 5458 | 2024.10.04 15:58:59.033508 [ 128 ] {} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5459 | 2024.10.04 15:58:59.033547 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 5460 | 2024.10.04 15:58:59.033686 [ 196 ] {f1266625-5fbc-477b-b130-85cba0b363f2::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 | ||
| 5461 | 2024.10.04 15:58:59.033730 [ 3 ] {cabecfdd-66ba-496d-85d3-d9bd1409adbc} <Debug> DynamicQueryHandler: Done processing query | ||
| 5462 | 2024.10.04 15:58:59.033793 [ 3 ] {cabecfdd-66ba-496d-85d3-d9bd1409adbc} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 5463 | 2024.10.04 15:58:59.033854 [ 3 ] {} <Debug> HTTP-Session: 02ff3f36-3cbc-43a6-b382-43f45c10bbd4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5464 | 2024.10.04 15:58:59.034014 [ 196 ] {f1266625-5fbc-477b-b130-85cba0b363f2::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5465 | 2024.10.04 15:58:59.034044 [ 196 ] {f1266625-5fbc-477b-b130-85cba0b363f2::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1220 rows starting from the beginning of the part | ||
| 5466 | 2024.10.04 15:58:59.034118 [ 196 ] {f1266625-5fbc-477b-b130-85cba0b363f2::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 50 rows starting from the beginning of the part | ||
| 5467 | 2024.10.04 15:58:59.034320 [ 196 ] {f1266625-5fbc-477b-b130-85cba0b363f2::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 32 rows starting from the beginning of the part | ||
| 5468 | 2024.10.04 15:58:59.034393 [ 196 ] {f1266625-5fbc-477b-b130-85cba0b363f2::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 60 rows starting from the beginning of the part | ||
| 5469 | 2024.10.04 15:58:59.034606 [ 196 ] {f1266625-5fbc-477b-b130-85cba0b363f2::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 82 rows starting from the beginning of the part | ||
| 5470 | 2024.10.04 15:58:59.034735 [ 196 ] {f1266625-5fbc-477b-b130-85cba0b363f2::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 60 rows starting from the beginning of the part | ||
| 5471 | 2024.10.04 15:58:59.035910 [ 190 ] {f1266625-5fbc-477b-b130-85cba0b363f2::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1504 rows, containing 4 columns (4 merged, 0 gathered) in 0.002294097 sec., 655595.6439505391 rows/sec., 42.83 MiB/sec. | ||
| 5472 | 2024.10.04 15:58:59.036169 [ 197 ] {f1266625-5fbc-477b-b130-85cba0b363f2::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5473 | 2024.10.04 15:58:59.036621 [ 197 ] {f1266625-5fbc-477b-b130-85cba0b363f2::all_1_26_5} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5474 | 2024.10.04 15:58:59.036709 [ 197 ] {f1266625-5fbc-477b-b130-85cba0b363f2::all_1_26_5} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5475 | 2024.10.04 15:58:59.036800 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. | ||
| 5476 | 2024.10.04 15:59:00.000196 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 149.63 MiB, peak 159.48 MiB, free memory in arenas 0.00 B, will set to 151.07 MiB (RSS), difference: 1.45 MiB | ||
| 5477 | 2024.10.04 15:59:00.507997 [ 124 ] {} <Debug> oximeter.fields_ipaddr (b5a61649-f8d2-4d83-9d9d-bb23c07f582c) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 5478 | 2024.10.04 15:59:00.508066 [ 124 ] {} <Trace> oximeter.fields_ipaddr (b5a61649-f8d2-4d83-9d9d-bb23c07f582c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5479 | 2024.10.04 15:59:00.508093 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 5480 | 2024.10.04 15:59:00.508317 [ 196 ] {b5a61649-f8d2-4d83-9d9d-bb23c07f582c::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 | ||
| 5481 | 2024.10.04 15:59:00.508630 [ 196 ] {b5a61649-f8d2-4d83-9d9d-bb23c07f582c::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5482 | 2024.10.04 15:59:00.508667 [ 196 ] {b5a61649-f8d2-4d83-9d9d-bb23c07f582c::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 2 rows starting from the beginning of the part | ||
| 5483 | 2024.10.04 15:59:00.508748 [ 196 ] {b5a61649-f8d2-4d83-9d9d-bb23c07f582c::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 | ||
| 5484 | 2024.10.04 15:59:00.508972 [ 196 ] {b5a61649-f8d2-4d83-9d9d-bb23c07f582c::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 2 rows starting from the beginning of the part | ||
| 5485 | 2024.10.04 15:59:00.509103 [ 196 ] {b5a61649-f8d2-4d83-9d9d-bb23c07f582c::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part | ||
| 5486 | 2024.10.04 15:59:00.509239 [ 196 ] {b5a61649-f8d2-4d83-9d9d-bb23c07f582c::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 | ||
| 5487 | 2024.10.04 15:59:00.510217 [ 197 ] {b5a61649-f8d2-4d83-9d9d-bb23c07f582c::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14 rows, containing 5 columns (5 merged, 0 gathered) in 0.002050661 sec., 6827.066979866491 rows/sec., 583.37 KiB/sec. | ||
| 5488 | 2024.10.04 15:59:00.510452 [ 190 ] {b5a61649-f8d2-4d83-9d9d-bb23c07f582c::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 5489 | 2024.10.04 15:59:00.511038 [ 190 ] {b5a61649-f8d2-4d83-9d9d-bb23c07f582c::all_1_5_1} <Trace> oximeter.fields_ipaddr (b5a61649-f8d2-4d83-9d9d-bb23c07f582c): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5490 | 2024.10.04 15:59:00.511145 [ 190 ] {b5a61649-f8d2-4d83-9d9d-bb23c07f582c::all_1_5_1} <Trace> oximeter.fields_ipaddr (b5a61649-f8d2-4d83-9d9d-bb23c07f582c) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 5491 | 2024.10.04 15:59:00.511266 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 5492 | 2024.10.04 15:59:04.002178 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 30854, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5493 | 2024.10.04 15:59:04.002371 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5494 | 2024.10.04 15:59:04.002417 [ 3 ] {} <Debug> HTTP-Session: 58511967-cf7a-4b04-82b3-4d3db689dc0a Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 5495 | 2024.10.04 15:59:04.002458 [ 3 ] {} <Debug> HTTP-Session: 58511967-cf7a-4b04-82b3-4d3db689dc0a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5496 | 2024.10.04 15:59:04.002486 [ 3 ] {} <Debug> HTTP-Session: 58511967-cf7a-4b04-82b3-4d3db689dc0a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5497 | 2024.10.04 15:59:04.002567 [ 3 ] {} <Trace> HTTP-Session: 58511967-cf7a-4b04-82b3-4d3db689dc0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5498 | 2024.10.04 15:59:04.002823 [ 3 ] {b1fd38ac-7866-40e9-9f1b-9f74c659ab7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 5499 | 2024.10.04 15:59:04.002893 [ 3 ] {b1fd38ac-7866-40e9-9f1b-9f74c659ab7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5500 | 2024.10.04 15:59:04.003230 [ 3 ] {b1fd38ac-7866-40e9-9f1b-9f74c659ab7a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5501 | 2024.10.04 15:59:04.003853 [ 3 ] {b1fd38ac-7866-40e9-9f1b-9f74c659ab7a} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5502 | 2024.10.04 15:59:04.003893 [ 3 ] {b1fd38ac-7866-40e9-9f1b-9f74c659ab7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 5503 | 2024.10.04 15:59:04.004323 [ 3 ] {b1fd38ac-7866-40e9-9f1b-9f74c659ab7a} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5504 | 2024.10.04 15:59:04.004704 [ 3 ] {b1fd38ac-7866-40e9-9f1b-9f74c659ab7a} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5505 | 2024.10.04 15:59:04.004847 [ 3 ] {b1fd38ac-7866-40e9-9f1b-9f74c659ab7a} <Debug> executeQuery: Read 205 rows, 18.36 KiB in 0.002125 sec., 96470.58823529411 rows/sec., 8.44 MiB/sec. | ||
| 5506 | 2024.10.04 15:59:04.005060 [ 3 ] {b1fd38ac-7866-40e9-9f1b-9f74c659ab7a} <Debug> DynamicQueryHandler: Done processing query | ||
| 5507 | 2024.10.04 15:59:04.005086 [ 3 ] {b1fd38ac-7866-40e9-9f1b-9f74c659ab7a} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 5508 | 2024.10.04 15:59:04.005103 [ 3 ] {} <Debug> HTTP-Session: 58511967-cf7a-4b04-82b3-4d3db689dc0a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5509 | 2024.10.04 15:59:04.005351 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 1197, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5510 | 2024.10.04 15:59:04.005398 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5511 | 2024.10.04 15:59:04.005417 [ 3 ] {} <Debug> HTTP-Session: f1ebd1a0-4aec-4ddf-9857-b3270aef6ca1 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 5512 | 2024.10.04 15:59:04.005434 [ 3 ] {} <Debug> HTTP-Session: f1ebd1a0-4aec-4ddf-9857-b3270aef6ca1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5513 | 2024.10.04 15:59:04.005448 [ 3 ] {} <Debug> HTTP-Session: f1ebd1a0-4aec-4ddf-9857-b3270aef6ca1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5514 | 2024.10.04 15:59:04.005479 [ 3 ] {} <Trace> HTTP-Session: f1ebd1a0-4aec-4ddf-9857-b3270aef6ca1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5515 | 2024.10.04 15:59:04.005575 [ 3 ] {a4561db7-8ec0-4a3d-90da-e57fb49291c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 5516 | 2024.10.04 15:59:04.005618 [ 3 ] {a4561db7-8ec0-4a3d-90da-e57fb49291c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5517 | 2024.10.04 15:59:04.005844 [ 3 ] {a4561db7-8ec0-4a3d-90da-e57fb49291c8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5518 | 2024.10.04 15:59:04.006184 [ 3 ] {a4561db7-8ec0-4a3d-90da-e57fb49291c8} <Trace> oximeter.fields_u16 (e9c2286f-cf98-4582-9ae4-6e9eb84e22b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5519 | 2024.10.04 15:59:04.006219 [ 3 ] {a4561db7-8ec0-4a3d-90da-e57fb49291c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 5520 | 2024.10.04 15:59:04.006559 [ 3 ] {a4561db7-8ec0-4a3d-90da-e57fb49291c8} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5521 | 2024.10.04 15:59:04.006924 [ 3 ] {a4561db7-8ec0-4a3d-90da-e57fb49291c8} <Trace> oximeter.fields_u16 (e9c2286f-cf98-4582-9ae4-6e9eb84e22b6): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5522 | 2024.10.04 15:59:04.007049 [ 3 ] {a4561db7-8ec0-4a3d-90da-e57fb49291c8} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001499 sec., 5336.891260840561 rows/sec., 401.31 KiB/sec. | ||
| 5523 | 2024.10.04 15:59:04.007218 [ 3 ] {a4561db7-8ec0-4a3d-90da-e57fb49291c8} <Debug> DynamicQueryHandler: Done processing query | ||
| 5524 | 2024.10.04 15:59:04.007242 [ 3 ] {a4561db7-8ec0-4a3d-90da-e57fb49291c8} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 5525 | 2024.10.04 15:59:04.007257 [ 3 ] {} <Debug> HTTP-Session: f1ebd1a0-4aec-4ddf-9857-b3270aef6ca1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5526 | 2024.10.04 15:59:04.007384 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 1933, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5527 | 2024.10.04 15:59:04.007431 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5528 | 2024.10.04 15:59:04.007450 [ 3 ] {} <Debug> HTTP-Session: f38dc51e-9fa5-4644-8c9b-d81453251fd3 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 5529 | 2024.10.04 15:59:04.007467 [ 3 ] {} <Debug> HTTP-Session: f38dc51e-9fa5-4644-8c9b-d81453251fd3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5530 | 2024.10.04 15:59:04.007481 [ 3 ] {} <Debug> HTTP-Session: f38dc51e-9fa5-4644-8c9b-d81453251fd3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5531 | 2024.10.04 15:59:04.007511 [ 3 ] {} <Trace> HTTP-Session: f38dc51e-9fa5-4644-8c9b-d81453251fd3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5532 | 2024.10.04 15:59:04.007609 [ 3 ] {9aa896f9-c5b6-4c25-8a17-af21be354a0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 5533 | 2024.10.04 15:59:04.007650 [ 3 ] {9aa896f9-c5b6-4c25-8a17-af21be354a0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5534 | 2024.10.04 15:59:04.007873 [ 3 ] {9aa896f9-c5b6-4c25-8a17-af21be354a0c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5535 | 2024.10.04 15:59:04.008200 [ 3 ] {9aa896f9-c5b6-4c25-8a17-af21be354a0c} <Trace> oximeter.fields_u32 (d636b635-d679-4839-bb6a-f39822d1a48c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5536 | 2024.10.04 15:59:04.008237 [ 3 ] {9aa896f9-c5b6-4c25-8a17-af21be354a0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 5537 | 2024.10.04 15:59:04.008592 [ 3 ] {9aa896f9-c5b6-4c25-8a17-af21be354a0c} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 5538 | 2024.10.04 15:59:04.008945 [ 3 ] {9aa896f9-c5b6-4c25-8a17-af21be354a0c} <Trace> oximeter.fields_u32 (d636b635-d679-4839-bb6a-f39822d1a48c): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5539 | 2024.10.04 15:59:04.009067 [ 120 ] {} <Debug> oximeter.fields_u32 (d636b635-d679-4839-bb6a-f39822d1a48c) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 5540 | 2024.10.04 15:59:04.009074 [ 3 ] {9aa896f9-c5b6-4c25-8a17-af21be354a0c} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00149 sec., 9395.973154362417 rows/sec., 658.03 KiB/sec. | ||
| 5541 | 2024.10.04 15:59:04.009103 [ 120 ] {} <Trace> oximeter.fields_u32 (d636b635-d679-4839-bb6a-f39822d1a48c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5542 | 2024.10.04 15:59:04.009139 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 5543 | 2024.10.04 15:59:04.009414 [ 3 ] {9aa896f9-c5b6-4c25-8a17-af21be354a0c} <Debug> DynamicQueryHandler: Done processing query | ||
| 5544 | 2024.10.04 15:59:04.009499 [ 3 ] {9aa896f9-c5b6-4c25-8a17-af21be354a0c} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 5545 | 2024.10.04 15:59:04.009569 [ 3 ] {} <Debug> HTTP-Session: f38dc51e-9fa5-4644-8c9b-d81453251fd3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5546 | 2024.10.04 15:59:04.009565 [ 195 ] {d636b635-d679-4839-bb6a-f39822d1a48c::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 | ||
| 5547 | 2024.10.04 15:59:04.009722 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5548 | 2024.10.04 15:59:04.009838 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5549 | 2024.10.04 15:59:04.009896 [ 3 ] {} <Debug> HTTP-Session: d2a01841-65b8-486a-abaa-739a13110945 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 5550 | 2024.10.04 15:59:04.009946 [ 3 ] {} <Debug> HTTP-Session: d2a01841-65b8-486a-abaa-739a13110945 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5551 | 2024.10.04 15:59:04.009951 [ 195 ] {d636b635-d679-4839-bb6a-f39822d1a48c::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5552 | 2024.10.04 15:59:04.009969 [ 3 ] {} <Debug> HTTP-Session: d2a01841-65b8-486a-abaa-739a13110945 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5553 | 2024.10.04 15:59:04.010018 [ 195 ] {d636b635-d679-4839-bb6a-f39822d1a48c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 242 rows starting from the beginning of the part | ||
| 5554 | 2024.10.04 15:59:04.010037 [ 3 ] {} <Trace> HTTP-Session: d2a01841-65b8-486a-abaa-739a13110945 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5555 | 2024.10.04 15:59:04.010256 [ 195 ] {d636b635-d679-4839-bb6a-f39822d1a48c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 14 rows starting from the beginning of the part | ||
| 5556 | 2024.10.04 15:59:04.010316 [ 3 ] {25bc7f8f-4d35-4722-947d-87f0da6a0801} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 5557 | 2024.10.04 15:59:04.010509 [ 3 ] {25bc7f8f-4d35-4722-947d-87f0da6a0801} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5558 | 2024.10.04 15:59:04.010548 [ 195 ] {d636b635-d679-4839-bb6a-f39822d1a48c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 14 rows starting from the beginning of the part | ||
| 5559 | 2024.10.04 15:59:04.010912 [ 195 ] {d636b635-d679-4839-bb6a-f39822d1a48c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 242 rows starting from the beginning of the part | ||
| 5560 | 2024.10.04 15:59:04.011269 [ 195 ] {d636b635-d679-4839-bb6a-f39822d1a48c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 14 rows starting from the beginning of the part | ||
| 5561 | 2024.10.04 15:59:04.011630 [ 195 ] {d636b635-d679-4839-bb6a-f39822d1a48c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 14 rows starting from the beginning of the part | ||
| 5562 | 2024.10.04 15:59:04.012304 [ 3 ] {25bc7f8f-4d35-4722-947d-87f0da6a0801} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5563 | 2024.10.04 15:59:04.012987 [ 3 ] {25bc7f8f-4d35-4722-947d-87f0da6a0801} <Trace> oximeter.fields_u8 (b38c7fc2-16b2-4da0-8e0e-60bfa18d3929): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5564 | 2024.10.04 15:59:04.013040 [ 3 ] {25bc7f8f-4d35-4722-947d-87f0da6a0801} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 5565 | 2024.10.04 15:59:04.014085 [ 3 ] {25bc7f8f-4d35-4722-947d-87f0da6a0801} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 5566 | 2024.10.04 15:59:04.014940 [ 195 ] {d636b635-d679-4839-bb6a-f39822d1a48c::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 540 rows, containing 5 columns (5 merged, 0 gathered) in 0.005681052 sec., 95052.81768235883 rows/sec., 6.46 MiB/sec. | ||
| 5567 | 2024.10.04 15:59:04.015037 [ 3 ] {25bc7f8f-4d35-4722-947d-87f0da6a0801} <Trace> oximeter.fields_u8 (b38c7fc2-16b2-4da0-8e0e-60bfa18d3929): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5568 | 2024.10.04 15:59:04.015171 [ 195 ] {d636b635-d679-4839-bb6a-f39822d1a48c::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 5569 | 2024.10.04 15:59:04.015326 [ 3 ] {25bc7f8f-4d35-4722-947d-87f0da6a0801} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.005109 sec., 1174.3981209630065 rows/sec., 69.39 KiB/sec. | ||
| 5570 | 2024.10.04 15:59:04.015720 [ 3 ] {25bc7f8f-4d35-4722-947d-87f0da6a0801} <Debug> DynamicQueryHandler: Done processing query | ||
| 5571 | 2024.10.04 15:59:04.015777 [ 3 ] {25bc7f8f-4d35-4722-947d-87f0da6a0801} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 5572 | 2024.10.04 15:59:04.015829 [ 3 ] {} <Debug> HTTP-Session: d2a01841-65b8-486a-abaa-739a13110945 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5573 | 2024.10.04 15:59:04.016053 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 63187, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5574 | 2024.10.04 15:59:04.016063 [ 197 ] {d636b635-d679-4839-bb6a-f39822d1a48c::all_1_11_2} <Trace> oximeter.fields_u32 (d636b635-d679-4839-bb6a-f39822d1a48c): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5575 | 2024.10.04 15:59:04.016126 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5576 | 2024.10.04 15:59:04.016173 [ 3 ] {} <Debug> HTTP-Session: 8486aa58-06a7-4933-b5e3-ae9dd44a6d7e Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 5577 | 2024.10.04 15:59:04.016213 [ 3 ] {} <Debug> HTTP-Session: 8486aa58-06a7-4933-b5e3-ae9dd44a6d7e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5578 | 2024.10.04 15:59:04.016247 [ 3 ] {} <Debug> HTTP-Session: 8486aa58-06a7-4933-b5e3-ae9dd44a6d7e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5579 | 2024.10.04 15:59:04.016301 [ 3 ] {} <Trace> HTTP-Session: 8486aa58-06a7-4933-b5e3-ae9dd44a6d7e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5580 | 2024.10.04 15:59:04.016340 [ 197 ] {d636b635-d679-4839-bb6a-f39822d1a48c::all_1_11_2} <Trace> oximeter.fields_u32 (d636b635-d679-4839-bb6a-f39822d1a48c) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 5581 | 2024.10.04 15:59:04.016529 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 5582 | 2024.10.04 15:59:04.016596 [ 3 ] {7f475c12-edc8-4c7b-a938-677e130df245} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 5583 | 2024.10.04 15:59:04.016649 [ 3 ] {7f475c12-edc8-4c7b-a938-677e130df245} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5584 | 2024.10.04 15:59:04.016898 [ 3 ] {7f475c12-edc8-4c7b-a938-677e130df245} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5585 | 2024.10.04 15:59:04.017494 [ 3 ] {7f475c12-edc8-4c7b-a938-677e130df245} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5586 | 2024.10.04 15:59:04.017530 [ 3 ] {7f475c12-edc8-4c7b-a938-677e130df245} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 5587 | 2024.10.04 15:59:04.017907 [ 3 ] {7f475c12-edc8-4c7b-a938-677e130df245} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5588 | 2024.10.04 15:59:04.018281 [ 3 ] {7f475c12-edc8-4c7b-a938-677e130df245} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5589 | 2024.10.04 15:59:04.018412 [ 3 ] {7f475c12-edc8-4c7b-a938-677e130df245} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001969 sec., 198070.08633824278 rows/sec., 14.05 MiB/sec. | ||
| 5590 | 2024.10.04 15:59:04.018699 [ 3 ] {7f475c12-edc8-4c7b-a938-677e130df245} <Debug> DynamicQueryHandler: Done processing query | ||
| 5591 | 2024.10.04 15:59:04.018738 [ 3 ] {7f475c12-edc8-4c7b-a938-677e130df245} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
| 5592 | 2024.10.04 15:59:04.018755 [ 3 ] {} <Debug> HTTP-Session: 8486aa58-06a7-4933-b5e3-ae9dd44a6d7e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5593 | 2024.10.04 15:59:04.018888 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 906, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5594 | 2024.10.04 15:59:04.018937 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5595 | 2024.10.04 15:59:04.018956 [ 3 ] {} <Debug> HTTP-Session: 37320a33-75c3-4b12-a497-89fedbfd84c3 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 5596 | 2024.10.04 15:59:04.018974 [ 3 ] {} <Debug> HTTP-Session: 37320a33-75c3-4b12-a497-89fedbfd84c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5597 | 2024.10.04 15:59:04.018987 [ 3 ] {} <Debug> HTTP-Session: 37320a33-75c3-4b12-a497-89fedbfd84c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5598 | 2024.10.04 15:59:04.019019 [ 3 ] {} <Trace> HTTP-Session: 37320a33-75c3-4b12-a497-89fedbfd84c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5599 | 2024.10.04 15:59:04.019118 [ 3 ] {9c65a5be-508c-4620-9207-b283c9152da3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 5600 | 2024.10.04 15:59:04.019164 [ 3 ] {9c65a5be-508c-4620-9207-b283c9152da3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5601 | 2024.10.04 15:59:04.019310 [ 3 ] {9c65a5be-508c-4620-9207-b283c9152da3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5602 | 2024.10.04 15:59:04.019578 [ 3 ] {9c65a5be-508c-4620-9207-b283c9152da3} <Trace> oximeter.measurements_bool (07631250-7a70-49e6-a733-c0ce298d5d2f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5603 | 2024.10.04 15:59:04.019612 [ 3 ] {9c65a5be-508c-4620-9207-b283c9152da3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 5604 | 2024.10.04 15:59:04.019974 [ 3 ] {9c65a5be-508c-4620-9207-b283c9152da3} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 5605 | 2024.10.04 15:59:04.020295 [ 3 ] {9c65a5be-508c-4620-9207-b283c9152da3} <Trace> oximeter.measurements_bool (07631250-7a70-49e6-a733-c0ce298d5d2f): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5606 | 2024.10.04 15:59:04.020424 [ 3 ] {9c65a5be-508c-4620-9207-b283c9152da3} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001331 sec., 4507.888805409467 rows/sec., 235.52 KiB/sec. | ||
| 5607 | 2024.10.04 15:59:04.020426 [ 120 ] {} <Debug> oximeter.measurements_bool (07631250-7a70-49e6-a733-c0ce298d5d2f) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 5608 | 2024.10.04 15:59:04.020489 [ 120 ] {} <Trace> oximeter.measurements_bool (07631250-7a70-49e6-a733-c0ce298d5d2f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5609 | 2024.10.04 15:59:04.020522 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 5610 | 2024.10.04 15:59:04.020687 [ 3 ] {9c65a5be-508c-4620-9207-b283c9152da3} <Debug> DynamicQueryHandler: Done processing query | ||
| 5611 | 2024.10.04 15:59:04.020779 [ 3 ] {9c65a5be-508c-4620-9207-b283c9152da3} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 5612 | 2024.10.04 15:59:04.020870 [ 3 ] {} <Debug> HTTP-Session: 37320a33-75c3-4b12-a497-89fedbfd84c3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5613 | 2024.10.04 15:59:04.020927 [ 195 ] {07631250-7a70-49e6-a733-c0ce298d5d2f::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 | ||
| 5614 | 2024.10.04 15:59:04.021123 [ 195 ] {07631250-7a70-49e6-a733-c0ce298d5d2f::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5615 | 2024.10.04 15:59:04.021175 [ 195 ] {07631250-7a70-49e6-a733-c0ce298d5d2f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 36 rows starting from the beginning of the part | ||
| 5616 | 2024.10.04 15:59:04.021182 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 44668, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5617 | 2024.10.04 15:59:04.021326 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5618 | 2024.10.04 15:59:04.021391 [ 195 ] {07631250-7a70-49e6-a733-c0ce298d5d2f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 6 rows starting from the beginning of the part | ||
| 5619 | 2024.10.04 15:59:04.021407 [ 3 ] {} <Debug> HTTP-Session: 0a0d8d7a-76c9-4eef-88e9-49dd1c3e80a6 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 5620 | 2024.10.04 15:59:04.021483 [ 3 ] {} <Debug> HTTP-Session: 0a0d8d7a-76c9-4eef-88e9-49dd1c3e80a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5621 | 2024.10.04 15:59:04.021609 [ 3 ] {} <Debug> HTTP-Session: 0a0d8d7a-76c9-4eef-88e9-49dd1c3e80a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5622 | 2024.10.04 15:59:04.021705 [ 195 ] {07631250-7a70-49e6-a733-c0ce298d5d2f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 6 rows starting from the beginning of the part | ||
| 5623 | 2024.10.04 15:59:04.021755 [ 3 ] {} <Trace> HTTP-Session: 0a0d8d7a-76c9-4eef-88e9-49dd1c3e80a6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5624 | 2024.10.04 15:59:04.021944 [ 195 ] {07631250-7a70-49e6-a733-c0ce298d5d2f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 6 rows starting from the beginning of the part | ||
| 5625 | 2024.10.04 15:59:04.022143 [ 195 ] {07631250-7a70-49e6-a733-c0ce298d5d2f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 6 rows starting from the beginning of the part | ||
| 5626 | 2024.10.04 15:59:04.022374 [ 195 ] {07631250-7a70-49e6-a733-c0ce298d5d2f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 6 rows starting from the beginning of the part | ||
| 5627 | 2024.10.04 15:59:04.022372 [ 3 ] {d2618b91-7aef-495f-8dc8-436f38ad30a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 5628 | 2024.10.04 15:59:04.022600 [ 3 ] {d2618b91-7aef-495f-8dc8-436f38ad30a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5629 | 2024.10.04 15:59:04.023265 [ 3 ] {d2618b91-7aef-495f-8dc8-436f38ad30a3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5630 | 2024.10.04 15:59:04.024357 [ 3 ] {d2618b91-7aef-495f-8dc8-436f38ad30a3} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5631 | 2024.10.04 15:59:04.024416 [ 3 ] {d2618b91-7aef-495f-8dc8-436f38ad30a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 5632 | 2024.10.04 15:59:04.024990 [ 195 ] {07631250-7a70-49e6-a733-c0ce298d5d2f::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 66 rows, containing 4 columns (4 merged, 0 gathered) in 0.004381569 sec., 15063.097260364952 rows/sec., 786.99 KiB/sec. | ||
| 5633 | 2024.10.04 15:59:04.025192 [ 195 ] {07631250-7a70-49e6-a733-c0ce298d5d2f::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 5634 | 2024.10.04 15:59:04.025473 [ 3 ] {d2618b91-7aef-495f-8dc8-436f38ad30a3} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5635 | 2024.10.04 15:59:04.026073 [ 197 ] {07631250-7a70-49e6-a733-c0ce298d5d2f::all_1_11_2} <Trace> oximeter.measurements_bool (07631250-7a70-49e6-a733-c0ce298d5d2f): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5636 | 2024.10.04 15:59:04.026278 [ 197 ] {07631250-7a70-49e6-a733-c0ce298d5d2f::all_1_11_2} <Trace> oximeter.measurements_bool (07631250-7a70-49e6-a733-c0ce298d5d2f) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 5637 | 2024.10.04 15:59:04.026319 [ 3 ] {d2618b91-7aef-495f-8dc8-436f38ad30a3} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5638 | 2024.10.04 15:59:04.026466 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 5639 | 2024.10.04 15:59:04.026574 [ 3 ] {d2618b91-7aef-495f-8dc8-436f38ad30a3} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.004523 sec., 52398.85032058368 rows/sec., 3.51 MiB/sec. | ||
| 5640 | 2024.10.04 15:59:04.026762 [ 3 ] {d2618b91-7aef-495f-8dc8-436f38ad30a3} <Debug> DynamicQueryHandler: Done processing query | ||
| 5641 | 2024.10.04 15:59:04.026788 [ 3 ] {d2618b91-7aef-495f-8dc8-436f38ad30a3} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 5642 | 2024.10.04 15:59:04.026804 [ 3 ] {} <Debug> HTTP-Session: 0a0d8d7a-76c9-4eef-88e9-49dd1c3e80a6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5643 | 2024.10.04 15:59:04.026934 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5644 | 2024.10.04 15:59:04.026982 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5645 | 2024.10.04 15:59:04.027001 [ 3 ] {} <Debug> HTTP-Session: 4d9d0382-9069-443a-96d8-0f8e4ef2b90b Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 5646 | 2024.10.04 15:59:04.027018 [ 3 ] {} <Debug> HTTP-Session: 4d9d0382-9069-443a-96d8-0f8e4ef2b90b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5647 | 2024.10.04 15:59:04.027032 [ 3 ] {} <Debug> HTTP-Session: 4d9d0382-9069-443a-96d8-0f8e4ef2b90b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5648 | 2024.10.04 15:59:04.027064 [ 3 ] {} <Trace> HTTP-Session: 4d9d0382-9069-443a-96d8-0f8e4ef2b90b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5649 | 2024.10.04 15:59:04.027159 [ 3 ] {59506726-2862-45c0-8b66-c8482f811a0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 5650 | 2024.10.04 15:59:04.027205 [ 3 ] {59506726-2862-45c0-8b66-c8482f811a0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5651 | 2024.10.04 15:59:04.027341 [ 3 ] {59506726-2862-45c0-8b66-c8482f811a0a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5652 | 2024.10.04 15:59:04.027618 [ 3 ] {59506726-2862-45c0-8b66-c8482f811a0a} <Trace> oximeter.measurements_f64 (87d8cd82-19cb-42e6-8b47-b078fc436c38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5653 | 2024.10.04 15:59:04.027653 [ 3 ] {59506726-2862-45c0-8b66-c8482f811a0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 5654 | 2024.10.04 15:59:04.028015 [ 3 ] {59506726-2862-45c0-8b66-c8482f811a0a} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 5655 | 2024.10.04 15:59:04.028339 [ 3 ] {59506726-2862-45c0-8b66-c8482f811a0a} <Trace> oximeter.measurements_f64 (87d8cd82-19cb-42e6-8b47-b078fc436c38): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5656 | 2024.10.04 15:59:04.028489 [ 3 ] {59506726-2862-45c0-8b66-c8482f811a0a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001347 sec., 742.3904974016332 rows/sec., 50.02 KiB/sec. | ||
| 5657 | 2024.10.04 15:59:04.028813 [ 3 ] {59506726-2862-45c0-8b66-c8482f811a0a} <Debug> DynamicQueryHandler: Done processing query | ||
| 5658 | 2024.10.04 15:59:04.028838 [ 3 ] {59506726-2862-45c0-8b66-c8482f811a0a} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 5659 | 2024.10.04 15:59:04.028854 [ 3 ] {} <Debug> HTTP-Session: 4d9d0382-9069-443a-96d8-0f8e4ef2b90b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5660 | 2024.10.04 15:59:04.028978 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 13217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5661 | 2024.10.04 15:59:04.029026 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5662 | 2024.10.04 15:59:04.029045 [ 3 ] {} <Debug> HTTP-Session: 006ea8b3-0b71-4946-868e-1bebb9904692 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 5663 | 2024.10.04 15:59:04.029062 [ 3 ] {} <Debug> HTTP-Session: 006ea8b3-0b71-4946-868e-1bebb9904692 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5664 | 2024.10.04 15:59:04.029076 [ 3 ] {} <Debug> HTTP-Session: 006ea8b3-0b71-4946-868e-1bebb9904692 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5665 | 2024.10.04 15:59:04.029107 [ 3 ] {} <Trace> HTTP-Session: 006ea8b3-0b71-4946-868e-1bebb9904692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5666 | 2024.10.04 15:59:04.029301 [ 3 ] {f7ad2f1a-16a5-40e0-a9fd-b11ea47d50eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 5667 | 2024.10.04 15:59:04.029373 [ 3 ] {f7ad2f1a-16a5-40e0-a9fd-b11ea47d50eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5668 | 2024.10.04 15:59:04.029821 [ 3 ] {f7ad2f1a-16a5-40e0-a9fd-b11ea47d50eb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5669 | 2024.10.04 15:59:04.030288 [ 3 ] {f7ad2f1a-16a5-40e0-a9fd-b11ea47d50eb} <Trace> oximeter.measurements_histogramu64 (00490d86-ebe4-4f2c-857c-d83cd24ebd05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5670 | 2024.10.04 15:59:04.030324 [ 3 ] {f7ad2f1a-16a5-40e0-a9fd-b11ea47d50eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 5671 | 2024.10.04 15:59:04.030904 [ 3 ] {f7ad2f1a-16a5-40e0-a9fd-b11ea47d50eb} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 5672 | 2024.10.04 15:59:04.031305 [ 3 ] {f7ad2f1a-16a5-40e0-a9fd-b11ea47d50eb} <Trace> oximeter.measurements_histogramu64 (00490d86-ebe4-4f2c-857c-d83cd24ebd05): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5673 | 2024.10.04 15:59:04.031494 [ 3 ] {f7ad2f1a-16a5-40e0-a9fd-b11ea47d50eb} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002304 sec., 3472.222222222222 rows/sec., 6.22 MiB/sec. | ||
| 5674 | 2024.10.04 15:59:04.031694 [ 3 ] {f7ad2f1a-16a5-40e0-a9fd-b11ea47d50eb} <Debug> DynamicQueryHandler: Done processing query | ||
| 5675 | 2024.10.04 15:59:04.031719 [ 3 ] {f7ad2f1a-16a5-40e0-a9fd-b11ea47d50eb} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
| 5676 | 2024.10.04 15:59:04.031735 [ 3 ] {} <Debug> HTTP-Session: 006ea8b3-0b71-4946-868e-1bebb9904692 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5677 | 2024.10.04 15:59:04.031865 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 12156, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5678 | 2024.10.04 15:59:04.031911 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5679 | 2024.10.04 15:59:04.031930 [ 3 ] {} <Debug> HTTP-Session: d59d9905-b665-40f6-b753-b8c3c3b9988a Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 5680 | 2024.10.04 15:59:04.031947 [ 3 ] {} <Debug> HTTP-Session: d59d9905-b665-40f6-b753-b8c3c3b9988a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5681 | 2024.10.04 15:59:04.031961 [ 3 ] {} <Debug> HTTP-Session: d59d9905-b665-40f6-b753-b8c3c3b9988a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5682 | 2024.10.04 15:59:04.031991 [ 3 ] {} <Trace> HTTP-Session: d59d9905-b665-40f6-b753-b8c3c3b9988a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5683 | 2024.10.04 15:59:04.032106 [ 3 ] {08d59a31-e13b-4f9d-a771-2f9eaeb39720} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 5684 | 2024.10.04 15:59:04.032150 [ 3 ] {08d59a31-e13b-4f9d-a771-2f9eaeb39720} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5685 | 2024.10.04 15:59:04.032276 [ 3 ] {08d59a31-e13b-4f9d-a771-2f9eaeb39720} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5686 | 2024.10.04 15:59:04.032589 [ 3 ] {08d59a31-e13b-4f9d-a771-2f9eaeb39720} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5687 | 2024.10.04 15:59:04.032625 [ 3 ] {08d59a31-e13b-4f9d-a771-2f9eaeb39720} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 5688 | 2024.10.04 15:59:04.032974 [ 3 ] {08d59a31-e13b-4f9d-a771-2f9eaeb39720} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5689 | 2024.10.04 15:59:04.033296 [ 3 ] {08d59a31-e13b-4f9d-a771-2f9eaeb39720} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5690 | 2024.10.04 15:59:04.033450 [ 3 ] {08d59a31-e13b-4f9d-a771-2f9eaeb39720} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001375 sec., 59636.36363636364 rows/sec., 3.79 MiB/sec. | ||
| 5691 | 2024.10.04 15:59:04.033614 [ 3 ] {08d59a31-e13b-4f9d-a771-2f9eaeb39720} <Debug> DynamicQueryHandler: Done processing query | ||
| 5692 | 2024.10.04 15:59:04.033638 [ 3 ] {08d59a31-e13b-4f9d-a771-2f9eaeb39720} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 5693 | 2024.10.04 15:59:04.033654 [ 3 ] {} <Debug> HTTP-Session: d59d9905-b665-40f6-b753-b8c3c3b9988a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5694 | 2024.10.04 15:59:05.856416 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 568 | ||
| 5695 | 2024.10.04 15:59:05.859315 [ 242 ] {} <Trace> system.query_log (8f12c5ea-7fed-46c2-8a08-f82b2fd1cd88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5696 | 2024.10.04 15:59:05.859364 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 5697 | 2024.10.04 15:59:05.860906 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 5698 | 2024.10.04 15:59:05.861921 [ 242 ] {} <Trace> system.query_log (8f12c5ea-7fed-46c2-8a08-f82b2fd1cd88): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5699 | 2024.10.04 15:59:05.862424 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 568 | ||
| 5700 | 2024.10.04 15:59:08.998635 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5701 | 2024.10.04 15:59:08.998760 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5702 | 2024.10.04 15:59:08.998788 [ 3 ] {} <Debug> HTTP-Session: c0f0c565-f603-4809-a273-2f00820b6743 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 5703 | 2024.10.04 15:59:08.998819 [ 3 ] {} <Debug> HTTP-Session: c0f0c565-f603-4809-a273-2f00820b6743 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5704 | 2024.10.04 15:59:08.998837 [ 3 ] {} <Debug> HTTP-Session: c0f0c565-f603-4809-a273-2f00820b6743 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5705 | 2024.10.04 15:59:08.998899 [ 3 ] {} <Trace> HTTP-Session: c0f0c565-f603-4809-a273-2f00820b6743 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5706 | 2024.10.04 15:59:08.999099 [ 3 ] {7762296c-4a81-44a1-acd9-ed297fb0ba09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 5707 | 2024.10.04 15:59:08.999177 [ 3 ] {7762296c-4a81-44a1-acd9-ed297fb0ba09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5708 | 2024.10.04 15:59:08.999580 [ 3 ] {7762296c-4a81-44a1-acd9-ed297fb0ba09} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5709 | 2024.10.04 15:59:09.000045 [ 3 ] {7762296c-4a81-44a1-acd9-ed297fb0ba09} <Trace> oximeter.fields_ipaddr (b5a61649-f8d2-4d83-9d9d-bb23c07f582c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5710 | 2024.10.04 15:59:09.000161 [ 3 ] {7762296c-4a81-44a1-acd9-ed297fb0ba09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 5711 | 2024.10.04 15:59:09.000161 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 152.11 MiB, peak 160.08 MiB, free memory in arenas 0.00 B, will set to 151.08 MiB (RSS), difference: -1.03 MiB | ||
| 5712 | 2024.10.04 15:59:09.000842 [ 3 ] {7762296c-4a81-44a1-acd9-ed297fb0ba09} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 5713 | 2024.10.04 15:59:09.001249 [ 3 ] {7762296c-4a81-44a1-acd9-ed297fb0ba09} <Trace> oximeter.fields_ipaddr (b5a61649-f8d2-4d83-9d9d-bb23c07f582c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5714 | 2024.10.04 15:59:09.001436 [ 3 ] {7762296c-4a81-44a1-acd9-ed297fb0ba09} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.002398 sec., 1668.0567139282737 rows/sec., 136.02 KiB/sec. | ||
| 5715 | 2024.10.04 15:59:09.001650 [ 3 ] {7762296c-4a81-44a1-acd9-ed297fb0ba09} <Debug> DynamicQueryHandler: Done processing query | ||
| 5716 | 2024.10.04 15:59:09.001677 [ 3 ] {7762296c-4a81-44a1-acd9-ed297fb0ba09} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 5717 | 2024.10.04 15:59:09.001694 [ 3 ] {} <Debug> HTTP-Session: c0f0c565-f603-4809-a273-2f00820b6743 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5718 | 2024.10.04 15:59:09.001858 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 17748, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5719 | 2024.10.04 15:59:09.001912 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5720 | 2024.10.04 15:59:09.001931 [ 3 ] {} <Debug> HTTP-Session: 57ccbbff-6218-44c3-b3e5-00203f930016 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 5721 | 2024.10.04 15:59:09.001950 [ 3 ] {} <Debug> HTTP-Session: 57ccbbff-6218-44c3-b3e5-00203f930016 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5722 | 2024.10.04 15:59:09.001965 [ 3 ] {} <Debug> HTTP-Session: 57ccbbff-6218-44c3-b3e5-00203f930016 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5723 | 2024.10.04 15:59:09.002001 [ 3 ] {} <Trace> HTTP-Session: 57ccbbff-6218-44c3-b3e5-00203f930016 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5724 | 2024.10.04 15:59:09.002139 [ 3 ] {d61dc900-059a-4d42-9005-4e4b1a76ff04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 5725 | 2024.10.04 15:59:09.002188 [ 3 ] {d61dc900-059a-4d42-9005-4e4b1a76ff04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5726 | 2024.10.04 15:59:09.002427 [ 3 ] {d61dc900-059a-4d42-9005-4e4b1a76ff04} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5727 | 2024.10.04 15:59:09.002857 [ 3 ] {d61dc900-059a-4d42-9005-4e4b1a76ff04} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5728 | 2024.10.04 15:59:09.002896 [ 3 ] {d61dc900-059a-4d42-9005-4e4b1a76ff04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 5729 | 2024.10.04 15:59:09.003270 [ 3 ] {d61dc900-059a-4d42-9005-4e4b1a76ff04} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5730 | 2024.10.04 15:59:09.003647 [ 3 ] {d61dc900-059a-4d42-9005-4e4b1a76ff04} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5731 | 2024.10.04 15:59:09.003807 [ 3 ] {d61dc900-059a-4d42-9005-4e4b1a76ff04} <Debug> executeQuery: Read 120 rows, 10.42 KiB in 0.001714 sec., 70011.66861143523 rows/sec., 5.94 MiB/sec. | ||
| 5732 | 2024.10.04 15:59:09.003995 [ 3 ] {d61dc900-059a-4d42-9005-4e4b1a76ff04} <Debug> DynamicQueryHandler: Done processing query | ||
| 5733 | 2024.10.04 15:59:09.004020 [ 3 ] {d61dc900-059a-4d42-9005-4e4b1a76ff04} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 5734 | 2024.10.04 15:59:09.004036 [ 3 ] {} <Debug> HTTP-Session: 57ccbbff-6218-44c3-b3e5-00203f930016 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5735 | 2024.10.04 15:59:09.004178 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 5057, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5736 | 2024.10.04 15:59:09.004227 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5737 | 2024.10.04 15:59:09.004246 [ 3 ] {} <Debug> HTTP-Session: 70b58213-b1f9-405f-93b4-7f55f7f3dfb3 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 5738 | 2024.10.04 15:59:09.004264 [ 3 ] {} <Debug> HTTP-Session: 70b58213-b1f9-405f-93b4-7f55f7f3dfb3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5739 | 2024.10.04 15:59:09.004278 [ 3 ] {} <Debug> HTTP-Session: 70b58213-b1f9-405f-93b4-7f55f7f3dfb3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5740 | 2024.10.04 15:59:09.004311 [ 3 ] {} <Trace> HTTP-Session: 70b58213-b1f9-405f-93b4-7f55f7f3dfb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5741 | 2024.10.04 15:59:09.004420 [ 3 ] {49d64eca-4f5c-443a-b5a2-cb97b0b9a4e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 5742 | 2024.10.04 15:59:09.004464 [ 3 ] {49d64eca-4f5c-443a-b5a2-cb97b0b9a4e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5743 | 2024.10.04 15:59:09.004692 [ 3 ] {49d64eca-4f5c-443a-b5a2-cb97b0b9a4e9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5744 | 2024.10.04 15:59:09.005026 [ 3 ] {49d64eca-4f5c-443a-b5a2-cb97b0b9a4e9} <Trace> oximeter.fields_u16 (e9c2286f-cf98-4582-9ae4-6e9eb84e22b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5745 | 2024.10.04 15:59:09.005062 [ 3 ] {49d64eca-4f5c-443a-b5a2-cb97b0b9a4e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 5746 | 2024.10.04 15:59:09.005409 [ 3 ] {49d64eca-4f5c-443a-b5a2-cb97b0b9a4e9} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5747 | 2024.10.04 15:59:09.005775 [ 3 ] {49d64eca-4f5c-443a-b5a2-cb97b0b9a4e9} <Trace> oximeter.fields_u16 (e9c2286f-cf98-4582-9ae4-6e9eb84e22b6): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5748 | 2024.10.04 15:59:09.005936 [ 3 ] {49d64eca-4f5c-443a-b5a2-cb97b0b9a4e9} <Debug> executeQuery: Read 35 rows, 2.61 KiB in 0.001542 sec., 22697.795071335928 rows/sec., 1.65 MiB/sec. | ||
| 5749 | 2024.10.04 15:59:09.006101 [ 3 ] {49d64eca-4f5c-443a-b5a2-cb97b0b9a4e9} <Debug> DynamicQueryHandler: Done processing query | ||
| 5750 | 2024.10.04 15:59:09.006125 [ 3 ] {49d64eca-4f5c-443a-b5a2-cb97b0b9a4e9} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 5751 | 2024.10.04 15:59:09.006141 [ 3 ] {} <Debug> HTTP-Session: 70b58213-b1f9-405f-93b4-7f55f7f3dfb3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5752 | 2024.10.04 15:59:09.006282 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 16831, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5753 | 2024.10.04 15:59:09.006330 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5754 | 2024.10.04 15:59:09.006350 [ 3 ] {} <Debug> HTTP-Session: 9fbf474a-a69e-4bcc-ac8a-ce49e4fec076 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 5755 | 2024.10.04 15:59:09.006367 [ 3 ] {} <Debug> HTTP-Session: 9fbf474a-a69e-4bcc-ac8a-ce49e4fec076 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5756 | 2024.10.04 15:59:09.006381 [ 3 ] {} <Debug> HTTP-Session: 9fbf474a-a69e-4bcc-ac8a-ce49e4fec076 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5757 | 2024.10.04 15:59:09.006413 [ 3 ] {} <Trace> HTTP-Session: 9fbf474a-a69e-4bcc-ac8a-ce49e4fec076 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5758 | 2024.10.04 15:59:09.006534 [ 3 ] {b380c2f1-fd87-4f16-91b1-88c1c38e4b37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 5759 | 2024.10.04 15:59:09.006577 [ 3 ] {b380c2f1-fd87-4f16-91b1-88c1c38e4b37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5760 | 2024.10.04 15:59:09.006804 [ 3 ] {b380c2f1-fd87-4f16-91b1-88c1c38e4b37} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5761 | 2024.10.04 15:59:09.007143 [ 3 ] {b380c2f1-fd87-4f16-91b1-88c1c38e4b37} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5762 | 2024.10.04 15:59:09.007179 [ 3 ] {b380c2f1-fd87-4f16-91b1-88c1c38e4b37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 5763 | 2024.10.04 15:59:09.007535 [ 3 ] {b380c2f1-fd87-4f16-91b1-88c1c38e4b37} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5764 | 2024.10.04 15:59:09.007887 [ 3 ] {b380c2f1-fd87-4f16-91b1-88c1c38e4b37} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5765 | 2024.10.04 15:59:09.008047 [ 3 ] {b380c2f1-fd87-4f16-91b1-88c1c38e4b37} <Debug> executeQuery: Read 99 rows, 7.92 KiB in 0.001555 sec., 63665.59485530547 rows/sec., 4.98 MiB/sec. | ||
| 5766 | 2024.10.04 15:59:09.008212 [ 3 ] {b380c2f1-fd87-4f16-91b1-88c1c38e4b37} <Debug> DynamicQueryHandler: Done processing query | ||
| 5767 | 2024.10.04 15:59:09.008237 [ 3 ] {b380c2f1-fd87-4f16-91b1-88c1c38e4b37} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 5768 | 2024.10.04 15:59:09.008253 [ 3 ] {} <Debug> HTTP-Session: 9fbf474a-a69e-4bcc-ac8a-ce49e4fec076 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5769 | 2024.10.04 15:59:09.008729 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 31027, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5770 | 2024.10.04 15:59:09.008778 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5771 | 2024.10.04 15:59:09.008797 [ 3 ] {} <Debug> HTTP-Session: dd6bdcd6-03e5-4aea-8159-59ccf2beee60 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 5772 | 2024.10.04 15:59:09.008814 [ 3 ] {} <Debug> HTTP-Session: dd6bdcd6-03e5-4aea-8159-59ccf2beee60 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5773 | 2024.10.04 15:59:09.008828 [ 3 ] {} <Debug> HTTP-Session: dd6bdcd6-03e5-4aea-8159-59ccf2beee60 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5774 | 2024.10.04 15:59:09.008859 [ 3 ] {} <Trace> HTTP-Session: dd6bdcd6-03e5-4aea-8159-59ccf2beee60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5775 | 2024.10.04 15:59:09.009004 [ 3 ] {af72b330-b0e6-463f-92cd-28991ae3b890} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 5776 | 2024.10.04 15:59:09.009052 [ 3 ] {af72b330-b0e6-463f-92cd-28991ae3b890} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5777 | 2024.10.04 15:59:09.009200 [ 3 ] {af72b330-b0e6-463f-92cd-28991ae3b890} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5778 | 2024.10.04 15:59:09.009551 [ 3 ] {af72b330-b0e6-463f-92cd-28991ae3b890} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5779 | 2024.10.04 15:59:09.009586 [ 3 ] {af72b330-b0e6-463f-92cd-28991ae3b890} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 5780 | 2024.10.04 15:59:09.009986 [ 3 ] {af72b330-b0e6-463f-92cd-28991ae3b890} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5781 | 2024.10.04 15:59:09.010324 [ 3 ] {af72b330-b0e6-463f-92cd-28991ae3b890} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5782 | 2024.10.04 15:59:09.010485 [ 3 ] {af72b330-b0e6-463f-92cd-28991ae3b890} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001539 sec., 105263.15789473684 rows/sec., 7.33 MiB/sec. | ||
| 5783 | 2024.10.04 15:59:09.010675 [ 3 ] {af72b330-b0e6-463f-92cd-28991ae3b890} <Debug> DynamicQueryHandler: Done processing query | ||
| 5784 | 2024.10.04 15:59:09.010704 [ 3 ] {af72b330-b0e6-463f-92cd-28991ae3b890} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 5785 | 2024.10.04 15:59:09.010719 [ 3 ] {} <Debug> HTTP-Session: dd6bdcd6-03e5-4aea-8159-59ccf2beee60 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5786 | 2024.10.04 15:59:09.010901 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 51776, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5787 | 2024.10.04 15:59:09.010949 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5788 | 2024.10.04 15:59:09.010968 [ 3 ] {} <Debug> HTTP-Session: 62ac605c-f805-45a3-be8a-52d841aa2aaa Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 5789 | 2024.10.04 15:59:09.010986 [ 3 ] {} <Debug> HTTP-Session: 62ac605c-f805-45a3-be8a-52d841aa2aaa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5790 | 2024.10.04 15:59:09.011000 [ 3 ] {} <Debug> HTTP-Session: 62ac605c-f805-45a3-be8a-52d841aa2aaa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5791 | 2024.10.04 15:59:09.011031 [ 3 ] {} <Trace> HTTP-Session: 62ac605c-f805-45a3-be8a-52d841aa2aaa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5792 | 2024.10.04 15:59:09.011720 [ 3 ] {3611729d-0c39-4c39-9ea0-a8936cfb9fb0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 5793 | 2024.10.04 15:59:09.011787 [ 3 ] {3611729d-0c39-4c39-9ea0-a8936cfb9fb0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5794 | 2024.10.04 15:59:09.012216 [ 3 ] {3611729d-0c39-4c39-9ea0-a8936cfb9fb0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5795 | 2024.10.04 15:59:09.012826 [ 3 ] {3611729d-0c39-4c39-9ea0-a8936cfb9fb0} <Trace> oximeter.measurements_histogramu64 (00490d86-ebe4-4f2c-857c-d83cd24ebd05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5796 | 2024.10.04 15:59:09.012862 [ 3 ] {3611729d-0c39-4c39-9ea0-a8936cfb9fb0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 5797 | 2024.10.04 15:59:09.013505 [ 3 ] {3611729d-0c39-4c39-9ea0-a8936cfb9fb0} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5798 | 2024.10.04 15:59:09.013914 [ 3 ] {3611729d-0c39-4c39-9ea0-a8936cfb9fb0} <Trace> oximeter.measurements_histogramu64 (00490d86-ebe4-4f2c-857c-d83cd24ebd05): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5799 | 2024.10.04 15:59:09.014089 [ 115 ] {} <Debug> oximeter.measurements_histogramu64 (00490d86-ebe4-4f2c-857c-d83cd24ebd05) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 5800 | 2024.10.04 15:59:09.014115 [ 3 ] {3611729d-0c39-4c39-9ea0-a8936cfb9fb0} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002994 sec., 10354.041416165664 rows/sec., 18.55 MiB/sec. | ||
| 5801 | 2024.10.04 15:59:09.014185 [ 115 ] {} <Trace> oximeter.measurements_histogramu64 (00490d86-ebe4-4f2c-857c-d83cd24ebd05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5802 | 2024.10.04 15:59:09.014268 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 5803 | 2024.10.04 15:59:09.014648 [ 197 ] {00490d86-ebe4-4f2c-857c-d83cd24ebd05::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 | ||
| 5804 | 2024.10.04 15:59:09.014682 [ 3 ] {3611729d-0c39-4c39-9ea0-a8936cfb9fb0} <Debug> DynamicQueryHandler: Done processing query | ||
| 5805 | 2024.10.04 15:59:09.014729 [ 3 ] {3611729d-0c39-4c39-9ea0-a8936cfb9fb0} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
| 5806 | 2024.10.04 15:59:09.014758 [ 3 ] {} <Debug> HTTP-Session: 62ac605c-f805-45a3-be8a-52d841aa2aaa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5807 | 2024.10.04 15:59:09.014933 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5808 | 2024.10.04 15:59:09.015069 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5809 | 2024.10.04 15:59:09.015135 [ 3 ] {} <Debug> HTTP-Session: 402480e2-5077-44ca-b1f0-f909511168e3 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 5810 | 2024.10.04 15:59:09.015181 [ 3 ] {} <Debug> HTTP-Session: 402480e2-5077-44ca-b1f0-f909511168e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5811 | 2024.10.04 15:59:09.015228 [ 3 ] {} <Debug> HTTP-Session: 402480e2-5077-44ca-b1f0-f909511168e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5812 | 2024.10.04 15:59:09.015323 [ 3 ] {} <Trace> HTTP-Session: 402480e2-5077-44ca-b1f0-f909511168e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5813 | 2024.10.04 15:59:09.015518 [ 197 ] {00490d86-ebe4-4f2c-857c-d83cd24ebd05::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5814 | 2024.10.04 15:59:09.015577 [ 3 ] {20c339d7-5158-45df-9931-c15e0965dd72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 5815 | 2024.10.04 15:59:09.015695 [ 197 ] {00490d86-ebe4-4f2c-857c-d83cd24ebd05::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 201 rows starting from the beginning of the part | ||
| 5816 | 2024.10.04 15:59:09.015705 [ 3 ] {20c339d7-5158-45df-9931-c15e0965dd72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5817 | 2024.10.04 15:59:09.016577 [ 197 ] {00490d86-ebe4-4f2c-857c-d83cd24ebd05::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 31 rows starting from the beginning of the part | ||
| 5818 | 2024.10.04 15:59:09.016695 [ 3 ] {20c339d7-5158-45df-9931-c15e0965dd72} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5819 | 2024.10.04 15:59:09.017396 [ 197 ] {00490d86-ebe4-4f2c-857c-d83cd24ebd05::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 8 rows starting from the beginning of the part | ||
| 5820 | 2024.10.04 15:59:09.017947 [ 3 ] {20c339d7-5158-45df-9931-c15e0965dd72} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5821 | 2024.10.04 15:59:09.018058 [ 3 ] {20c339d7-5158-45df-9931-c15e0965dd72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 5822 | 2024.10.04 15:59:09.018196 [ 197 ] {00490d86-ebe4-4f2c-857c-d83cd24ebd05::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 31 rows starting from the beginning of the part | ||
| 5823 | 2024.10.04 15:59:09.018909 [ 197 ] {00490d86-ebe4-4f2c-857c-d83cd24ebd05::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 8 rows starting from the beginning of the part | ||
| 5824 | 2024.10.04 15:59:09.019584 [ 197 ] {00490d86-ebe4-4f2c-857c-d83cd24ebd05::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 31 rows starting from the beginning of the part | ||
| 5825 | 2024.10.04 15:59:09.019584 [ 3 ] {20c339d7-5158-45df-9931-c15e0965dd72} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5826 | 2024.10.04 15:59:09.020829 [ 3 ] {20c339d7-5158-45df-9931-c15e0965dd72} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5827 | 2024.10.04 15:59:09.021130 [ 3 ] {20c339d7-5158-45df-9931-c15e0965dd72} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005626 sec., 10664.77070742979 rows/sec., 735.98 KiB/sec. | ||
| 5828 | 2024.10.04 15:59:09.021473 [ 3 ] {20c339d7-5158-45df-9931-c15e0965dd72} <Debug> DynamicQueryHandler: Done processing query | ||
| 5829 | 2024.10.04 15:59:09.021532 [ 3 ] {20c339d7-5158-45df-9931-c15e0965dd72} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 5830 | 2024.10.04 15:59:09.021580 [ 3 ] {} <Debug> HTTP-Session: 402480e2-5077-44ca-b1f0-f909511168e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5831 | 2024.10.04 15:59:09.024680 [ 191 ] {00490d86-ebe4-4f2c-857c-d83cd24ebd05::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 310 rows, containing 19 columns (19 merged, 0 gathered) in 0.010269707 sec., 30185.866062196324 rows/sec., 54.09 MiB/sec. | ||
| 5832 | 2024.10.04 15:59:09.025112 [ 189 ] {00490d86-ebe4-4f2c-857c-d83cd24ebd05::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 5833 | 2024.10.04 15:59:09.025693 [ 189 ] {00490d86-ebe4-4f2c-857c-d83cd24ebd05::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (00490d86-ebe4-4f2c-857c-d83cd24ebd05): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5834 | 2024.10.04 15:59:09.025777 [ 189 ] {00490d86-ebe4-4f2c-857c-d83cd24ebd05::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (00490d86-ebe4-4f2c-857c-d83cd24ebd05) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 5835 | 2024.10.04 15:59:09.025901 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.85 MiB. | ||
| 5836 | 2024.10.04 15:59:10.000144 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 150.63 MiB, peak 160.08 MiB, free memory in arenas 0.00 B, will set to 152.36 MiB (RSS), difference: 1.73 MiB | ||
| 5837 | 2024.10.04 15:59:10.611731 [ 113 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5838 | 2024.10.04 15:59:10.611775 [ 113 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5839 | 2024.10.04 15:59:11.147545 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5840 | 2024.10.04 15:59:11.147690 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5841 | 2024.10.04 15:59:11.147722 [ 3 ] {} <Debug> HTTP-Session: bf690151-9505-4dc5-9c12-19221be796d8 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 5842 | 2024.10.04 15:59:11.147757 [ 3 ] {} <Debug> HTTP-Session: bf690151-9505-4dc5-9c12-19221be796d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5843 | 2024.10.04 15:59:11.147780 [ 3 ] {} <Debug> HTTP-Session: bf690151-9505-4dc5-9c12-19221be796d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5844 | 2024.10.04 15:59:11.147850 [ 3 ] {} <Trace> HTTP-Session: bf690151-9505-4dc5-9c12-19221be796d8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5845 | 2024.10.04 15:59:11.148089 [ 3 ] {d8145aa7-f330-46e6-82c3-bdeb6db84374} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 5846 | 2024.10.04 15:59:11.148162 [ 3 ] {d8145aa7-f330-46e6-82c3-bdeb6db84374} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5847 | 2024.10.04 15:59:11.148512 [ 3 ] {d8145aa7-f330-46e6-82c3-bdeb6db84374} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5848 | 2024.10.04 15:59:11.148905 [ 3 ] {d8145aa7-f330-46e6-82c3-bdeb6db84374} <Trace> oximeter.fields_ipaddr (b5a61649-f8d2-4d83-9d9d-bb23c07f582c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5849 | 2024.10.04 15:59:11.148948 [ 3 ] {d8145aa7-f330-46e6-82c3-bdeb6db84374} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 5850 | 2024.10.04 15:59:11.149367 [ 3 ] {d8145aa7-f330-46e6-82c3-bdeb6db84374} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 5851 | 2024.10.04 15:59:11.149808 [ 3 ] {d8145aa7-f330-46e6-82c3-bdeb6db84374} <Trace> oximeter.fields_ipaddr (b5a61649-f8d2-4d83-9d9d-bb23c07f582c): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5852 | 2024.10.04 15:59:11.149979 [ 3 ] {d8145aa7-f330-46e6-82c3-bdeb6db84374} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001952 sec., 2049.1803278688526 rows/sec., 167.10 KiB/sec. | ||
| 5853 | 2024.10.04 15:59:11.150246 [ 3 ] {d8145aa7-f330-46e6-82c3-bdeb6db84374} <Debug> DynamicQueryHandler: Done processing query | ||
| 5854 | 2024.10.04 15:59:11.150272 [ 3 ] {d8145aa7-f330-46e6-82c3-bdeb6db84374} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 5855 | 2024.10.04 15:59:11.150288 [ 3 ] {} <Debug> HTTP-Session: bf690151-9505-4dc5-9c12-19221be796d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5856 | 2024.10.04 15:59:11.150883 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 196085, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5857 | 2024.10.04 15:59:11.150958 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5858 | 2024.10.04 15:59:11.150989 [ 3 ] {} <Debug> HTTP-Session: 93b89a16-2e20-4264-9440-b288334e92bb Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 5859 | 2024.10.04 15:59:11.151015 [ 3 ] {} <Debug> HTTP-Session: 93b89a16-2e20-4264-9440-b288334e92bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5860 | 2024.10.04 15:59:11.151039 [ 3 ] {} <Debug> HTTP-Session: 93b89a16-2e20-4264-9440-b288334e92bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5861 | 2024.10.04 15:59:11.151086 [ 3 ] {} <Trace> HTTP-Session: 93b89a16-2e20-4264-9440-b288334e92bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5862 | 2024.10.04 15:59:11.152241 [ 3 ] {bbab3a57-358d-4311-a373-753dde2099eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 5863 | 2024.10.04 15:59:11.152295 [ 3 ] {bbab3a57-358d-4311-a373-753dde2099eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5864 | 2024.10.04 15:59:11.152531 [ 3 ] {bbab3a57-358d-4311-a373-753dde2099eb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5865 | 2024.10.04 15:59:11.153671 [ 3 ] {bbab3a57-358d-4311-a373-753dde2099eb} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5866 | 2024.10.04 15:59:11.153709 [ 3 ] {bbab3a57-358d-4311-a373-753dde2099eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 5867 | 2024.10.04 15:59:11.154168 [ 3 ] {bbab3a57-358d-4311-a373-753dde2099eb} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5868 | 2024.10.04 15:59:11.154526 [ 3 ] {bbab3a57-358d-4311-a373-753dde2099eb} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5869 | 2024.10.04 15:59:11.154678 [ 3 ] {bbab3a57-358d-4311-a373-753dde2099eb} <Debug> executeQuery: Read 1347 rows, 114.62 KiB in 0.003382 sec., 398285.0384387936 rows/sec., 33.10 MiB/sec. | ||
| 5870 | 2024.10.04 15:59:11.154986 [ 3 ] {bbab3a57-358d-4311-a373-753dde2099eb} <Debug> DynamicQueryHandler: Done processing query | ||
| 5871 | 2024.10.04 15:59:11.155033 [ 3 ] {bbab3a57-358d-4311-a373-753dde2099eb} <Debug> MemoryTracker: Peak memory usage (for query): 5.00 MiB. | ||
| 5872 | 2024.10.04 15:59:11.155055 [ 3 ] {} <Debug> HTTP-Session: 93b89a16-2e20-4264-9440-b288334e92bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5873 | 2024.10.04 15:59:11.155272 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 1757, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5874 | 2024.10.04 15:59:11.155322 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5875 | 2024.10.04 15:59:11.155341 [ 3 ] {} <Debug> HTTP-Session: e3690f10-9b75-4b8e-94d6-a5f7edce5e47 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 5876 | 2024.10.04 15:59:11.155358 [ 3 ] {} <Debug> HTTP-Session: e3690f10-9b75-4b8e-94d6-a5f7edce5e47 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5877 | 2024.10.04 15:59:11.155372 [ 3 ] {} <Debug> HTTP-Session: e3690f10-9b75-4b8e-94d6-a5f7edce5e47 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5878 | 2024.10.04 15:59:11.155403 [ 3 ] {} <Trace> HTTP-Session: e3690f10-9b75-4b8e-94d6-a5f7edce5e47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5879 | 2024.10.04 15:59:11.155504 [ 3 ] {dd3b7c78-2f8d-4b60-a811-4ab83825422e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 5880 | 2024.10.04 15:59:11.155548 [ 3 ] {dd3b7c78-2f8d-4b60-a811-4ab83825422e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5881 | 2024.10.04 15:59:11.155825 [ 3 ] {dd3b7c78-2f8d-4b60-a811-4ab83825422e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5882 | 2024.10.04 15:59:11.156125 [ 3 ] {dd3b7c78-2f8d-4b60-a811-4ab83825422e} <Trace> oximeter.fields_u16 (e9c2286f-cf98-4582-9ae4-6e9eb84e22b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5883 | 2024.10.04 15:59:11.156161 [ 3 ] {dd3b7c78-2f8d-4b60-a811-4ab83825422e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 5884 | 2024.10.04 15:59:11.156503 [ 3 ] {dd3b7c78-2f8d-4b60-a811-4ab83825422e} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5885 | 2024.10.04 15:59:11.156867 [ 3 ] {dd3b7c78-2f8d-4b60-a811-4ab83825422e} <Trace> oximeter.fields_u16 (e9c2286f-cf98-4582-9ae4-6e9eb84e22b6): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5886 | 2024.10.04 15:59:11.157024 [ 3 ] {dd3b7c78-2f8d-4b60-a811-4ab83825422e} <Debug> executeQuery: Read 12 rows, 902.00 B in 0.001537 sec., 7807.417046193885 rows/sec., 573.10 KiB/sec. | ||
| 5887 | 2024.10.04 15:59:11.157186 [ 3 ] {dd3b7c78-2f8d-4b60-a811-4ab83825422e} <Debug> DynamicQueryHandler: Done processing query | ||
| 5888 | 2024.10.04 15:59:11.157210 [ 3 ] {dd3b7c78-2f8d-4b60-a811-4ab83825422e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 5889 | 2024.10.04 15:59:11.157226 [ 3 ] {} <Debug> HTTP-Session: e3690f10-9b75-4b8e-94d6-a5f7edce5e47 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5890 | 2024.10.04 15:59:11.157403 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 32341, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5891 | 2024.10.04 15:59:11.157451 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5892 | 2024.10.04 15:59:11.157470 [ 3 ] {} <Debug> HTTP-Session: c1a9742b-2186-484d-b826-dbefd7bf7279 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 5893 | 2024.10.04 15:59:11.157486 [ 3 ] {} <Debug> HTTP-Session: c1a9742b-2186-484d-b826-dbefd7bf7279 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5894 | 2024.10.04 15:59:11.157500 [ 3 ] {} <Debug> HTTP-Session: c1a9742b-2186-484d-b826-dbefd7bf7279 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5895 | 2024.10.04 15:59:11.157529 [ 3 ] {} <Trace> HTTP-Session: c1a9742b-2186-484d-b826-dbefd7bf7279 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5896 | 2024.10.04 15:59:11.157676 [ 3 ] {4a01bb87-1aa5-4bba-8d29-21effe8e4fad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 5897 | 2024.10.04 15:59:11.157719 [ 3 ] {4a01bb87-1aa5-4bba-8d29-21effe8e4fad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5898 | 2024.10.04 15:59:11.157945 [ 3 ] {4a01bb87-1aa5-4bba-8d29-21effe8e4fad} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5899 | 2024.10.04 15:59:11.158455 [ 3 ] {4a01bb87-1aa5-4bba-8d29-21effe8e4fad} <Trace> oximeter.fields_u32 (d636b635-d679-4839-bb6a-f39822d1a48c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5900 | 2024.10.04 15:59:11.158492 [ 3 ] {4a01bb87-1aa5-4bba-8d29-21effe8e4fad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 5901 | 2024.10.04 15:59:11.158854 [ 3 ] {4a01bb87-1aa5-4bba-8d29-21effe8e4fad} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 5902 | 2024.10.04 15:59:11.159200 [ 3 ] {4a01bb87-1aa5-4bba-8d29-21effe8e4fad} <Trace> oximeter.fields_u32 (d636b635-d679-4839-bb6a-f39822d1a48c): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5903 | 2024.10.04 15:59:11.159355 [ 3 ] {4a01bb87-1aa5-4bba-8d29-21effe8e4fad} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001746 sec., 138602.52004581902 rows/sec., 9.39 MiB/sec. | ||
| 5904 | 2024.10.04 15:59:11.159531 [ 3 ] {4a01bb87-1aa5-4bba-8d29-21effe8e4fad} <Debug> DynamicQueryHandler: Done processing query | ||
| 5905 | 2024.10.04 15:59:11.159555 [ 3 ] {4a01bb87-1aa5-4bba-8d29-21effe8e4fad} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 5906 | 2024.10.04 15:59:11.159571 [ 3 ] {} <Debug> HTTP-Session: c1a9742b-2186-484d-b826-dbefd7bf7279 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5907 | 2024.10.04 15:59:11.159700 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5908 | 2024.10.04 15:59:11.159748 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5909 | 2024.10.04 15:59:11.159767 [ 3 ] {} <Debug> HTTP-Session: 549ba772-cceb-4057-9d4a-770e613dfd12 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 5910 | 2024.10.04 15:59:11.159783 [ 3 ] {} <Debug> HTTP-Session: 549ba772-cceb-4057-9d4a-770e613dfd12 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5911 | 2024.10.04 15:59:11.159797 [ 3 ] {} <Debug> HTTP-Session: 549ba772-cceb-4057-9d4a-770e613dfd12 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5912 | 2024.10.04 15:59:11.159827 [ 3 ] {} <Trace> HTTP-Session: 549ba772-cceb-4057-9d4a-770e613dfd12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5913 | 2024.10.04 15:59:11.159965 [ 3 ] {c52d8544-d868-48d1-bc44-c83c8befbb1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 5914 | 2024.10.04 15:59:11.160011 [ 3 ] {c52d8544-d868-48d1-bc44-c83c8befbb1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5915 | 2024.10.04 15:59:11.160236 [ 3 ] {c52d8544-d868-48d1-bc44-c83c8befbb1d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5916 | 2024.10.04 15:59:11.160536 [ 3 ] {c52d8544-d868-48d1-bc44-c83c8befbb1d} <Trace> oximeter.fields_u8 (b38c7fc2-16b2-4da0-8e0e-60bfa18d3929): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5917 | 2024.10.04 15:59:11.160573 [ 3 ] {c52d8544-d868-48d1-bc44-c83c8befbb1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 5918 | 2024.10.04 15:59:11.160916 [ 3 ] {c52d8544-d868-48d1-bc44-c83c8befbb1d} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 5919 | 2024.10.04 15:59:11.161279 [ 3 ] {c52d8544-d868-48d1-bc44-c83c8befbb1d} <Trace> oximeter.fields_u8 (b38c7fc2-16b2-4da0-8e0e-60bfa18d3929): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5920 | 2024.10.04 15:59:11.161440 [ 3 ] {c52d8544-d868-48d1-bc44-c83c8befbb1d} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001489 sec., 4029.550033579583 rows/sec., 238.07 KiB/sec. | ||
| 5921 | 2024.10.04 15:59:11.161603 [ 3 ] {c52d8544-d868-48d1-bc44-c83c8befbb1d} <Debug> DynamicQueryHandler: Done processing query | ||
| 5922 | 2024.10.04 15:59:11.161627 [ 3 ] {c52d8544-d868-48d1-bc44-c83c8befbb1d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 5923 | 2024.10.04 15:59:11.161643 [ 3 ] {} <Debug> HTTP-Session: 549ba772-cceb-4057-9d4a-770e613dfd12 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5924 | 2024.10.04 15:59:11.161880 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 138823, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5925 | 2024.10.04 15:59:11.161927 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5926 | 2024.10.04 15:59:11.161946 [ 3 ] {} <Debug> HTTP-Session: 64963026-ddf1-4759-a030-0e637585092d Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 5927 | 2024.10.04 15:59:11.161962 [ 3 ] {} <Debug> HTTP-Session: 64963026-ddf1-4759-a030-0e637585092d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5928 | 2024.10.04 15:59:11.161976 [ 3 ] {} <Debug> HTTP-Session: 64963026-ddf1-4759-a030-0e637585092d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5929 | 2024.10.04 15:59:11.162007 [ 3 ] {} <Trace> HTTP-Session: 64963026-ddf1-4759-a030-0e637585092d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5930 | 2024.10.04 15:59:11.162297 [ 3 ] {a27f5863-9725-40ab-869d-da8ef5131799} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 5931 | 2024.10.04 15:59:11.162341 [ 3 ] {a27f5863-9725-40ab-869d-da8ef5131799} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5932 | 2024.10.04 15:59:11.162564 [ 3 ] {a27f5863-9725-40ab-869d-da8ef5131799} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5933 | 2024.10.04 15:59:11.163612 [ 3 ] {a27f5863-9725-40ab-869d-da8ef5131799} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5934 | 2024.10.04 15:59:11.163649 [ 3 ] {a27f5863-9725-40ab-869d-da8ef5131799} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 5935 | 2024.10.04 15:59:11.164038 [ 3 ] {a27f5863-9725-40ab-869d-da8ef5131799} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5936 | 2024.10.04 15:59:11.164397 [ 3 ] {a27f5863-9725-40ab-869d-da8ef5131799} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5937 | 2024.10.04 15:59:11.164558 [ 3 ] {a27f5863-9725-40ab-869d-da8ef5131799} <Debug> executeQuery: Read 850 rows, 62.94 KiB in 0.002426 sec., 350370.9810387469 rows/sec., 25.33 MiB/sec. | ||
| 5938 | 2024.10.04 15:59:11.164728 [ 3 ] {a27f5863-9725-40ab-869d-da8ef5131799} <Debug> DynamicQueryHandler: Done processing query | ||
| 5939 | 2024.10.04 15:59:11.164752 [ 3 ] {a27f5863-9725-40ab-869d-da8ef5131799} <Debug> MemoryTracker: Peak memory usage (for query): 4.74 MiB. | ||
| 5940 | 2024.10.04 15:59:11.164768 [ 3 ] {} <Debug> HTTP-Session: 64963026-ddf1-4759-a030-0e637585092d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5941 | 2024.10.04 15:59:11.164925 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 906, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5942 | 2024.10.04 15:59:11.164973 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5943 | 2024.10.04 15:59:11.164992 [ 3 ] {} <Debug> HTTP-Session: d748e47d-4fb9-4818-98ac-b0baa866212c Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 5944 | 2024.10.04 15:59:11.165008 [ 3 ] {} <Debug> HTTP-Session: d748e47d-4fb9-4818-98ac-b0baa866212c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5945 | 2024.10.04 15:59:11.165022 [ 3 ] {} <Debug> HTTP-Session: d748e47d-4fb9-4818-98ac-b0baa866212c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5946 | 2024.10.04 15:59:11.165052 [ 3 ] {} <Trace> HTTP-Session: d748e47d-4fb9-4818-98ac-b0baa866212c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5947 | 2024.10.04 15:59:11.165145 [ 3 ] {b8b26fd7-282a-4426-80ba-7ee575485e33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 5948 | 2024.10.04 15:59:11.165190 [ 3 ] {b8b26fd7-282a-4426-80ba-7ee575485e33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5949 | 2024.10.04 15:59:11.165323 [ 3 ] {b8b26fd7-282a-4426-80ba-7ee575485e33} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5950 | 2024.10.04 15:59:11.165591 [ 3 ] {b8b26fd7-282a-4426-80ba-7ee575485e33} <Trace> oximeter.measurements_bool (07631250-7a70-49e6-a733-c0ce298d5d2f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5951 | 2024.10.04 15:59:11.165627 [ 3 ] {b8b26fd7-282a-4426-80ba-7ee575485e33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 5952 | 2024.10.04 15:59:11.165980 [ 3 ] {b8b26fd7-282a-4426-80ba-7ee575485e33} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 5953 | 2024.10.04 15:59:11.166311 [ 3 ] {b8b26fd7-282a-4426-80ba-7ee575485e33} <Trace> oximeter.measurements_bool (07631250-7a70-49e6-a733-c0ce298d5d2f): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5954 | 2024.10.04 15:59:11.166464 [ 3 ] {b8b26fd7-282a-4426-80ba-7ee575485e33} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001342 sec., 4470.938897168405 rows/sec., 233.59 KiB/sec. | ||
| 5955 | 2024.10.04 15:59:11.166618 [ 3 ] {b8b26fd7-282a-4426-80ba-7ee575485e33} <Debug> DynamicQueryHandler: Done processing query | ||
| 5956 | 2024.10.04 15:59:11.166642 [ 3 ] {b8b26fd7-282a-4426-80ba-7ee575485e33} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 5957 | 2024.10.04 15:59:11.166658 [ 3 ] {} <Debug> HTTP-Session: d748e47d-4fb9-4818-98ac-b0baa866212c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5958 | 2024.10.04 15:59:11.166910 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 188870, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5959 | 2024.10.04 15:59:11.166957 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5960 | 2024.10.04 15:59:11.166977 [ 3 ] {} <Debug> HTTP-Session: 2a2c4eae-87cf-4cf8-8930-442cb6516a83 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 5961 | 2024.10.04 15:59:11.166993 [ 3 ] {} <Debug> HTTP-Session: 2a2c4eae-87cf-4cf8-8930-442cb6516a83 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5962 | 2024.10.04 15:59:11.167007 [ 3 ] {} <Debug> HTTP-Session: 2a2c4eae-87cf-4cf8-8930-442cb6516a83 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5963 | 2024.10.04 15:59:11.167036 [ 3 ] {} <Trace> HTTP-Session: 2a2c4eae-87cf-4cf8-8930-442cb6516a83 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5964 | 2024.10.04 15:59:11.167894 [ 3 ] {5694bb32-fc21-44c7-8554-948c1ab7103a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 5965 | 2024.10.04 15:59:11.167942 [ 3 ] {5694bb32-fc21-44c7-8554-948c1ab7103a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5966 | 2024.10.04 15:59:11.168087 [ 3 ] {5694bb32-fc21-44c7-8554-948c1ab7103a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5967 | 2024.10.04 15:59:11.168923 [ 3 ] {5694bb32-fc21-44c7-8554-948c1ab7103a} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5968 | 2024.10.04 15:59:11.168958 [ 3 ] {5694bb32-fc21-44c7-8554-948c1ab7103a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 5969 | 2024.10.04 15:59:11.169399 [ 3 ] {5694bb32-fc21-44c7-8554-948c1ab7103a} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5970 | 2024.10.04 15:59:11.169740 [ 3 ] {5694bb32-fc21-44c7-8554-948c1ab7103a} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5971 | 2024.10.04 15:59:11.169898 [ 3 ] {5694bb32-fc21-44c7-8554-948c1ab7103a} <Debug> executeQuery: Read 999 rows, 68.10 KiB in 0.002678 sec., 373039.58177744586 rows/sec., 24.83 MiB/sec. | ||
| 5972 | 2024.10.04 15:59:11.170078 [ 3 ] {5694bb32-fc21-44c7-8554-948c1ab7103a} <Debug> DynamicQueryHandler: Done processing query | ||
| 5973 | 2024.10.04 15:59:11.170101 [ 3 ] {5694bb32-fc21-44c7-8554-948c1ab7103a} <Debug> MemoryTracker: Peak memory usage (for query): 4.69 MiB. | ||
| 5974 | 2024.10.04 15:59:11.170118 [ 3 ] {} <Debug> HTTP-Session: 2a2c4eae-87cf-4cf8-8930-442cb6516a83 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5975 | 2024.10.04 15:59:11.170338 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5976 | 2024.10.04 15:59:11.170385 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5977 | 2024.10.04 15:59:11.170404 [ 3 ] {} <Debug> HTTP-Session: 3d427e6f-18dc-4fdc-9100-879bf3eb2490 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 5978 | 2024.10.04 15:59:11.170420 [ 3 ] {} <Debug> HTTP-Session: 3d427e6f-18dc-4fdc-9100-879bf3eb2490 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5979 | 2024.10.04 15:59:11.170434 [ 3 ] {} <Debug> HTTP-Session: 3d427e6f-18dc-4fdc-9100-879bf3eb2490 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5980 | 2024.10.04 15:59:11.170464 [ 3 ] {} <Trace> HTTP-Session: 3d427e6f-18dc-4fdc-9100-879bf3eb2490 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5981 | 2024.10.04 15:59:11.170556 [ 3 ] {67827967-aaa9-4d31-ba14-1c50fa04d186} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 5982 | 2024.10.04 15:59:11.170601 [ 3 ] {67827967-aaa9-4d31-ba14-1c50fa04d186} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5983 | 2024.10.04 15:59:11.170730 [ 3 ] {67827967-aaa9-4d31-ba14-1c50fa04d186} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5984 | 2024.10.04 15:59:11.170999 [ 3 ] {67827967-aaa9-4d31-ba14-1c50fa04d186} <Trace> oximeter.measurements_f64 (87d8cd82-19cb-42e6-8b47-b078fc436c38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5985 | 2024.10.04 15:59:11.171035 [ 3 ] {67827967-aaa9-4d31-ba14-1c50fa04d186} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 5986 | 2024.10.04 15:59:11.171370 [ 3 ] {67827967-aaa9-4d31-ba14-1c50fa04d186} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 5987 | 2024.10.04 15:59:11.171688 [ 3 ] {67827967-aaa9-4d31-ba14-1c50fa04d186} <Trace> oximeter.measurements_f64 (87d8cd82-19cb-42e6-8b47-b078fc436c38): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5988 | 2024.10.04 15:59:11.171807 [ 3 ] {67827967-aaa9-4d31-ba14-1c50fa04d186} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001273 sec., 785.5459544383347 rows/sec., 52.93 KiB/sec. | ||
| 5989 | 2024.10.04 15:59:11.171998 [ 3 ] {67827967-aaa9-4d31-ba14-1c50fa04d186} <Debug> DynamicQueryHandler: Done processing query | ||
| 5990 | 2024.10.04 15:59:11.172022 [ 3 ] {67827967-aaa9-4d31-ba14-1c50fa04d186} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 5991 | 2024.10.04 15:59:11.172039 [ 3 ] {} <Debug> HTTP-Session: 3d427e6f-18dc-4fdc-9100-879bf3eb2490 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5992 | 2024.10.04 15:59:11.172164 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 13213, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5993 | 2024.10.04 15:59:11.172211 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5994 | 2024.10.04 15:59:11.172230 [ 3 ] {} <Debug> HTTP-Session: ebf7e8c6-6359-48be-ada3-c035ca9f4de3 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 5995 | 2024.10.04 15:59:11.172246 [ 3 ] {} <Debug> HTTP-Session: ebf7e8c6-6359-48be-ada3-c035ca9f4de3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5996 | 2024.10.04 15:59:11.172260 [ 3 ] {} <Debug> HTTP-Session: ebf7e8c6-6359-48be-ada3-c035ca9f4de3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5997 | 2024.10.04 15:59:11.172289 [ 3 ] {} <Trace> HTTP-Session: ebf7e8c6-6359-48be-ada3-c035ca9f4de3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5998 | 2024.10.04 15:59:11.172429 [ 3 ] {b188f3ef-9245-4f41-b273-fd1a288d7850} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 5999 | 2024.10.04 15:59:11.172492 [ 3 ] {b188f3ef-9245-4f41-b273-fd1a288d7850} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6000 | 2024.10.04 15:59:11.172907 [ 3 ] {b188f3ef-9245-4f41-b273-fd1a288d7850} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6001 | 2024.10.04 15:59:11.173431 [ 3 ] {b188f3ef-9245-4f41-b273-fd1a288d7850} <Trace> oximeter.measurements_histogramu64 (00490d86-ebe4-4f2c-857c-d83cd24ebd05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6002 | 2024.10.04 15:59:11.173467 [ 3 ] {b188f3ef-9245-4f41-b273-fd1a288d7850} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 6003 | 2024.10.04 15:59:11.174057 [ 3 ] {b188f3ef-9245-4f41-b273-fd1a288d7850} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 6004 | 2024.10.04 15:59:11.174470 [ 3 ] {b188f3ef-9245-4f41-b273-fd1a288d7850} <Trace> oximeter.measurements_histogramu64 (00490d86-ebe4-4f2c-857c-d83cd24ebd05): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6005 | 2024.10.04 15:59:11.174611 [ 3 ] {b188f3ef-9245-4f41-b273-fd1a288d7850} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.00225 sec., 3555.5555555555557 rows/sec., 6.37 MiB/sec. | ||
| 6006 | 2024.10.04 15:59:11.174828 [ 3 ] {b188f3ef-9245-4f41-b273-fd1a288d7850} <Debug> DynamicQueryHandler: Done processing query | ||
| 6007 | 2024.10.04 15:59:11.174854 [ 3 ] {b188f3ef-9245-4f41-b273-fd1a288d7850} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
| 6008 | 2024.10.04 15:59:11.174871 [ 3 ] {} <Debug> HTTP-Session: ebf7e8c6-6359-48be-ada3-c035ca9f4de3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6009 | 2024.10.04 15:59:11.174984 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 7321, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6010 | 2024.10.04 15:59:11.175032 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6011 | 2024.10.04 15:59:11.175051 [ 3 ] {} <Debug> HTTP-Session: bac25d5b-341d-45d0-9651-ab23fd37a783 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 6012 | 2024.10.04 15:59:11.175067 [ 3 ] {} <Debug> HTTP-Session: bac25d5b-341d-45d0-9651-ab23fd37a783 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6013 | 2024.10.04 15:59:11.175082 [ 3 ] {} <Debug> HTTP-Session: bac25d5b-341d-45d0-9651-ab23fd37a783 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6014 | 2024.10.04 15:59:11.175112 [ 3 ] {} <Trace> HTTP-Session: bac25d5b-341d-45d0-9651-ab23fd37a783 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6015 | 2024.10.04 15:59:11.175217 [ 3 ] {03c0d8a1-ee92-4ce4-a29f-60b5001bad71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 6016 | 2024.10.04 15:59:11.175261 [ 3 ] {03c0d8a1-ee92-4ce4-a29f-60b5001bad71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6017 | 2024.10.04 15:59:11.175388 [ 3 ] {03c0d8a1-ee92-4ce4-a29f-60b5001bad71} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6018 | 2024.10.04 15:59:11.175663 [ 3 ] {03c0d8a1-ee92-4ce4-a29f-60b5001bad71} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6019 | 2024.10.04 15:59:11.175697 [ 3 ] {03c0d8a1-ee92-4ce4-a29f-60b5001bad71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 6020 | 2024.10.04 15:59:11.176047 [ 3 ] {03c0d8a1-ee92-4ce4-a29f-60b5001bad71} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 6021 | 2024.10.04 15:59:11.176363 [ 3 ] {03c0d8a1-ee92-4ce4-a29f-60b5001bad71} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6022 | 2024.10.04 15:59:11.176487 [ 3 ] {03c0d8a1-ee92-4ce4-a29f-60b5001bad71} <Debug> executeQuery: Read 50 rows, 3.13 KiB in 0.001302 sec., 38402.45775729647 rows/sec., 2.35 MiB/sec. | ||
| 6023 | 2024.10.04 15:59:11.176682 [ 3 ] {03c0d8a1-ee92-4ce4-a29f-60b5001bad71} <Debug> DynamicQueryHandler: Done processing query | ||
| 6024 | 2024.10.04 15:59:11.176705 [ 3 ] {03c0d8a1-ee92-4ce4-a29f-60b5001bad71} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 6025 | 2024.10.04 15:59:11.176721 [ 3 ] {} <Debug> HTTP-Session: bac25d5b-341d-45d0-9651-ab23fd37a783 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6026 | 2024.10.04 15:59:13.994193 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6027 | 2024.10.04 15:59:13.994314 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6028 | 2024.10.04 15:59:13.994340 [ 3 ] {} <Debug> HTTP-Session: c2bd2cb3-4ace-4d16-94ad-243523e67c63 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 6029 | 2024.10.04 15:59:13.994365 [ 3 ] {} <Debug> HTTP-Session: c2bd2cb3-4ace-4d16-94ad-243523e67c63 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6030 | 2024.10.04 15:59:13.994380 [ 3 ] {} <Debug> HTTP-Session: c2bd2cb3-4ace-4d16-94ad-243523e67c63 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6031 | 2024.10.04 15:59:13.994429 [ 3 ] {} <Trace> HTTP-Session: c2bd2cb3-4ace-4d16-94ad-243523e67c63 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6032 | 2024.10.04 15:59:13.994602 [ 3 ] {0d68e7a4-4cb9-4f4d-8644-3a47ac27459e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 6033 | 2024.10.04 15:59:13.994677 [ 3 ] {0d68e7a4-4cb9-4f4d-8644-3a47ac27459e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6034 | 2024.10.04 15:59:13.995022 [ 3 ] {0d68e7a4-4cb9-4f4d-8644-3a47ac27459e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6035 | 2024.10.04 15:59:13.995466 [ 3 ] {0d68e7a4-4cb9-4f4d-8644-3a47ac27459e} <Trace> oximeter.fields_ipaddr (b5a61649-f8d2-4d83-9d9d-bb23c07f582c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6036 | 2024.10.04 15:59:13.995504 [ 3 ] {0d68e7a4-4cb9-4f4d-8644-3a47ac27459e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 6037 | 2024.10.04 15:59:13.995914 [ 3 ] {0d68e7a4-4cb9-4f4d-8644-3a47ac27459e} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 6038 | 2024.10.04 15:59:13.996317 [ 3 ] {0d68e7a4-4cb9-4f4d-8644-3a47ac27459e} <Trace> oximeter.fields_ipaddr (b5a61649-f8d2-4d83-9d9d-bb23c07f582c): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6039 | 2024.10.04 15:59:13.996461 [ 3 ] {0d68e7a4-4cb9-4f4d-8644-3a47ac27459e} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001911 sec., 1046.5724751439038 rows/sec., 85.34 KiB/sec. | ||
| 6040 | 2024.10.04 15:59:13.996674 [ 3 ] {0d68e7a4-4cb9-4f4d-8644-3a47ac27459e} <Debug> DynamicQueryHandler: Done processing query | ||
| 6041 | 2024.10.04 15:59:13.996702 [ 3 ] {0d68e7a4-4cb9-4f4d-8644-3a47ac27459e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 6042 | 2024.10.04 15:59:13.996718 [ 3 ] {} <Debug> HTTP-Session: c2bd2cb3-4ace-4d16-94ad-243523e67c63 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6043 | 2024.10.04 15:59:13.996857 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 7949, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6044 | 2024.10.04 15:59:13.996907 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6045 | 2024.10.04 15:59:13.996927 [ 3 ] {} <Debug> HTTP-Session: c9848ff4-acc3-46ca-9210-7496cd7d3d1e Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 6046 | 2024.10.04 15:59:13.996945 [ 3 ] {} <Debug> HTTP-Session: c9848ff4-acc3-46ca-9210-7496cd7d3d1e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6047 | 2024.10.04 15:59:13.996959 [ 3 ] {} <Debug> HTTP-Session: c9848ff4-acc3-46ca-9210-7496cd7d3d1e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6048 | 2024.10.04 15:59:13.996991 [ 3 ] {} <Trace> HTTP-Session: c9848ff4-acc3-46ca-9210-7496cd7d3d1e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6049 | 2024.10.04 15:59:13.997103 [ 3 ] {b3081670-298d-45e2-bcc3-d42d91c8a826} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 6050 | 2024.10.04 15:59:13.997148 [ 3 ] {b3081670-298d-45e2-bcc3-d42d91c8a826} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6051 | 2024.10.04 15:59:13.997382 [ 3 ] {b3081670-298d-45e2-bcc3-d42d91c8a826} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6052 | 2024.10.04 15:59:13.997784 [ 3 ] {b3081670-298d-45e2-bcc3-d42d91c8a826} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6053 | 2024.10.04 15:59:13.997820 [ 3 ] {b3081670-298d-45e2-bcc3-d42d91c8a826} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 6054 | 2024.10.04 15:59:13.998194 [ 3 ] {b3081670-298d-45e2-bcc3-d42d91c8a826} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 6055 | 2024.10.04 15:59:13.998568 [ 3 ] {b3081670-298d-45e2-bcc3-d42d91c8a826} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6056 | 2024.10.04 15:59:13.998693 [ 3 ] {b3081670-298d-45e2-bcc3-d42d91c8a826} <Debug> executeQuery: Read 57 rows, 4.45 KiB in 0.001627 sec., 35033.804548248314 rows/sec., 2.67 MiB/sec. | ||
| 6057 | 2024.10.04 15:59:13.998870 [ 3 ] {b3081670-298d-45e2-bcc3-d42d91c8a826} <Debug> DynamicQueryHandler: Done processing query | ||
| 6058 | 2024.10.04 15:59:13.998895 [ 3 ] {b3081670-298d-45e2-bcc3-d42d91c8a826} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 6059 | 2024.10.04 15:59:13.998911 [ 3 ] {} <Debug> HTTP-Session: c9848ff4-acc3-46ca-9210-7496cd7d3d1e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6060 | 2024.10.04 15:59:13.999054 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6061 | 2024.10.04 15:59:13.999101 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6062 | 2024.10.04 15:59:13.999120 [ 3 ] {} <Debug> HTTP-Session: d9dca865-b6b8-4728-93da-77476028388b Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 6063 | 2024.10.04 15:59:13.999138 [ 3 ] {} <Debug> HTTP-Session: d9dca865-b6b8-4728-93da-77476028388b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6064 | 2024.10.04 15:59:13.999152 [ 3 ] {} <Debug> HTTP-Session: d9dca865-b6b8-4728-93da-77476028388b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6065 | 2024.10.04 15:59:13.999182 [ 3 ] {} <Trace> HTTP-Session: d9dca865-b6b8-4728-93da-77476028388b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6066 | 2024.10.04 15:59:13.999275 [ 3 ] {12671aeb-9b9f-4b01-83ed-e25c340a97fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 6067 | 2024.10.04 15:59:13.999318 [ 3 ] {12671aeb-9b9f-4b01-83ed-e25c340a97fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6068 | 2024.10.04 15:59:13.999542 [ 3 ] {12671aeb-9b9f-4b01-83ed-e25c340a97fb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6069 | 2024.10.04 15:59:13.999851 [ 3 ] {12671aeb-9b9f-4b01-83ed-e25c340a97fb} <Trace> oximeter.fields_u16 (e9c2286f-cf98-4582-9ae4-6e9eb84e22b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6070 | 2024.10.04 15:59:13.999886 [ 3 ] {12671aeb-9b9f-4b01-83ed-e25c340a97fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 6071 | 2024.10.04 15:59:14.000159 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 154.73 MiB, peak 160.08 MiB, free memory in arenas 0.00 B, will set to 153.55 MiB (RSS), difference: -1.18 MiB | ||
| 6072 | 2024.10.04 15:59:14.000511 [ 3 ] {12671aeb-9b9f-4b01-83ed-e25c340a97fb} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6073 | 2024.10.04 15:59:14.000965 [ 3 ] {12671aeb-9b9f-4b01-83ed-e25c340a97fb} <Trace> oximeter.fields_u16 (e9c2286f-cf98-4582-9ae4-6e9eb84e22b6): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6074 | 2024.10.04 15:59:14.001095 [ 3 ] {12671aeb-9b9f-4b01-83ed-e25c340a97fb} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001839 sec., 1087.5475802066342 rows/sec., 75.94 KiB/sec. | ||
| 6075 | 2024.10.04 15:59:14.001354 [ 3 ] {12671aeb-9b9f-4b01-83ed-e25c340a97fb} <Debug> DynamicQueryHandler: Done processing query | ||
| 6076 | 2024.10.04 15:59:14.001385 [ 3 ] {12671aeb-9b9f-4b01-83ed-e25c340a97fb} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 6077 | 2024.10.04 15:59:14.001402 [ 3 ] {} <Debug> HTTP-Session: d9dca865-b6b8-4728-93da-77476028388b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6078 | 2024.10.04 15:59:14.001534 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 11237, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6079 | 2024.10.04 15:59:14.001583 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6080 | 2024.10.04 15:59:14.001603 [ 3 ] {} <Debug> HTTP-Session: 6a7359d4-7236-4962-a101-dc5e284ba31e Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 6081 | 2024.10.04 15:59:14.001620 [ 3 ] {} <Debug> HTTP-Session: 6a7359d4-7236-4962-a101-dc5e284ba31e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6082 | 2024.10.04 15:59:14.001634 [ 3 ] {} <Debug> HTTP-Session: 6a7359d4-7236-4962-a101-dc5e284ba31e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6083 | 2024.10.04 15:59:14.001663 [ 3 ] {} <Trace> HTTP-Session: 6a7359d4-7236-4962-a101-dc5e284ba31e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6084 | 2024.10.04 15:59:14.001782 [ 3 ] {ada98cb7-d682-481b-a2da-4c6a385729fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 6085 | 2024.10.04 15:59:14.001826 [ 3 ] {ada98cb7-d682-481b-a2da-4c6a385729fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6086 | 2024.10.04 15:59:14.002073 [ 3 ] {ada98cb7-d682-481b-a2da-4c6a385729fe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6087 | 2024.10.04 15:59:14.002436 [ 3 ] {ada98cb7-d682-481b-a2da-4c6a385729fe} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6088 | 2024.10.04 15:59:14.002472 [ 3 ] {ada98cb7-d682-481b-a2da-4c6a385729fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 6089 | 2024.10.04 15:59:14.002823 [ 3 ] {ada98cb7-d682-481b-a2da-4c6a385729fe} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 6090 | 2024.10.04 15:59:14.003185 [ 3 ] {ada98cb7-d682-481b-a2da-4c6a385729fe} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6091 | 2024.10.04 15:59:14.003313 [ 3 ] {ada98cb7-d682-481b-a2da-4c6a385729fe} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001572 sec., 41984.73282442748 rows/sec., 3.28 MiB/sec. | ||
| 6092 | 2024.10.04 15:59:14.003608 [ 3 ] {ada98cb7-d682-481b-a2da-4c6a385729fe} <Debug> DynamicQueryHandler: Done processing query | ||
| 6093 | 2024.10.04 15:59:14.003645 [ 3 ] {ada98cb7-d682-481b-a2da-4c6a385729fe} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 6094 | 2024.10.04 15:59:14.003668 [ 3 ] {} <Debug> HTTP-Session: 6a7359d4-7236-4962-a101-dc5e284ba31e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6095 | 2024.10.04 15:59:14.003858 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 16695, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6096 | 2024.10.04 15:59:14.003906 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6097 | 2024.10.04 15:59:14.003925 [ 3 ] {} <Debug> HTTP-Session: c7de6071-edf1-4f95-93d1-37eb9847e822 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 6098 | 2024.10.04 15:59:14.003942 [ 3 ] {} <Debug> HTTP-Session: c7de6071-edf1-4f95-93d1-37eb9847e822 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6099 | 2024.10.04 15:59:14.003955 [ 3 ] {} <Debug> HTTP-Session: c7de6071-edf1-4f95-93d1-37eb9847e822 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6100 | 2024.10.04 15:59:14.003986 [ 3 ] {} <Trace> HTTP-Session: c7de6071-edf1-4f95-93d1-37eb9847e822 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6101 | 2024.10.04 15:59:14.004110 [ 3 ] {d3e0617a-9012-4237-92ee-5c0ecaea8897} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 6102 | 2024.10.04 15:59:14.004159 [ 3 ] {d3e0617a-9012-4237-92ee-5c0ecaea8897} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6103 | 2024.10.04 15:59:14.004320 [ 3 ] {d3e0617a-9012-4237-92ee-5c0ecaea8897} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6104 | 2024.10.04 15:59:14.004695 [ 3 ] {d3e0617a-9012-4237-92ee-5c0ecaea8897} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6105 | 2024.10.04 15:59:14.004731 [ 3 ] {d3e0617a-9012-4237-92ee-5c0ecaea8897} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 6106 | 2024.10.04 15:59:14.005110 [ 3 ] {d3e0617a-9012-4237-92ee-5c0ecaea8897} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 6107 | 2024.10.04 15:59:14.005450 [ 3 ] {d3e0617a-9012-4237-92ee-5c0ecaea8897} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6108 | 2024.10.04 15:59:14.005578 [ 3 ] {d3e0617a-9012-4237-92ee-5c0ecaea8897} <Debug> executeQuery: Read 87 rows, 6.21 KiB in 0.001514 sec., 57463.67239101718 rows/sec., 4.00 MiB/sec. | ||
| 6109 | 2024.10.04 15:59:14.005744 [ 3 ] {d3e0617a-9012-4237-92ee-5c0ecaea8897} <Debug> DynamicQueryHandler: Done processing query | ||
| 6110 | 2024.10.04 15:59:14.005769 [ 3 ] {d3e0617a-9012-4237-92ee-5c0ecaea8897} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 6111 | 2024.10.04 15:59:14.005784 [ 3 ] {} <Debug> HTTP-Session: c7de6071-edf1-4f95-93d1-37eb9847e822 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6112 | 2024.10.04 15:59:14.005910 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 4892, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6113 | 2024.10.04 15:59:14.005957 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6114 | 2024.10.04 15:59:14.005977 [ 3 ] {} <Debug> HTTP-Session: fed76525-45fa-42d1-9b42-4df0a8c99ed6 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 6115 | 2024.10.04 15:59:14.005993 [ 3 ] {} <Debug> HTTP-Session: fed76525-45fa-42d1-9b42-4df0a8c99ed6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6116 | 2024.10.04 15:59:14.006007 [ 3 ] {} <Debug> HTTP-Session: fed76525-45fa-42d1-9b42-4df0a8c99ed6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6117 | 2024.10.04 15:59:14.006037 [ 3 ] {} <Trace> HTTP-Session: fed76525-45fa-42d1-9b42-4df0a8c99ed6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6118 | 2024.10.04 15:59:14.006150 [ 3 ] {a178ac8e-4230-4493-ba54-659ac5ce4ebe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 6119 | 2024.10.04 15:59:14.006194 [ 3 ] {a178ac8e-4230-4493-ba54-659ac5ce4ebe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6120 | 2024.10.04 15:59:14.006319 [ 3 ] {a178ac8e-4230-4493-ba54-659ac5ce4ebe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6121 | 2024.10.04 15:59:14.006618 [ 3 ] {a178ac8e-4230-4493-ba54-659ac5ce4ebe} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6122 | 2024.10.04 15:59:14.006653 [ 3 ] {a178ac8e-4230-4493-ba54-659ac5ce4ebe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 6123 | 2024.10.04 15:59:14.007004 [ 3 ] {a178ac8e-4230-4493-ba54-659ac5ce4ebe} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 6124 | 2024.10.04 15:59:14.007327 [ 3 ] {a178ac8e-4230-4493-ba54-659ac5ce4ebe} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6125 | 2024.10.04 15:59:14.007452 [ 3 ] {a178ac8e-4230-4493-ba54-659ac5ce4ebe} <Debug> executeQuery: Read 32 rows, 2.20 KiB in 0.001342 sec., 23845.007451564827 rows/sec., 1.60 MiB/sec. | ||
| 6126 | 2024.10.04 15:59:14.007613 [ 3 ] {a178ac8e-4230-4493-ba54-659ac5ce4ebe} <Debug> DynamicQueryHandler: Done processing query | ||
| 6127 | 2024.10.04 15:59:14.007638 [ 3 ] {a178ac8e-4230-4493-ba54-659ac5ce4ebe} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 6128 | 2024.10.04 15:59:14.007655 [ 3 ] {} <Debug> HTTP-Session: fed76525-45fa-42d1-9b42-4df0a8c99ed6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6129 | 2024.10.04 15:59:15.863522 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 48 entries to flush up to offset 616 | ||
| 6130 | 2024.10.04 15:59:15.866760 [ 242 ] {} <Trace> system.query_log (8f12c5ea-7fed-46c2-8a08-f82b2fd1cd88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6131 | 2024.10.04 15:59:15.866815 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 6132 | 2024.10.04 15:59:15.868346 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 6133 | 2024.10.04 15:59:15.869326 [ 242 ] {} <Trace> system.query_log (8f12c5ea-7fed-46c2-8a08-f82b2fd1cd88): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6134 | 2024.10.04 15:59:15.869933 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 616 | ||
| 6135 | 2024.10.04 15:59:18.999885 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 989, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6136 | 2024.10.04 15:59:19.000007 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6137 | 2024.10.04 15:59:19.000035 [ 3 ] {} <Debug> HTTP-Session: a58fba18-82f4-47cc-ae95-6d970f112e28 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 6138 | 2024.10.04 15:59:19.000061 [ 3 ] {} <Debug> HTTP-Session: a58fba18-82f4-47cc-ae95-6d970f112e28 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6139 | 2024.10.04 15:59:19.000076 [ 3 ] {} <Debug> HTTP-Session: a58fba18-82f4-47cc-ae95-6d970f112e28 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6140 | 2024.10.04 15:59:19.000129 [ 3 ] {} <Trace> HTTP-Session: a58fba18-82f4-47cc-ae95-6d970f112e28 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6141 | 2024.10.04 15:59:19.000163 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 154.55 MiB, peak 160.08 MiB, free memory in arenas 0.00 B, will set to 153.55 MiB (RSS), difference: -1.00 MiB | ||
| 6142 | 2024.10.04 15:59:19.000422 [ 3 ] {bc3b414a-75e3-4ba1-b9e3-c394e74b47b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 6143 | 2024.10.04 15:59:19.000540 [ 3 ] {bc3b414a-75e3-4ba1-b9e3-c394e74b47b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6144 | 2024.10.04 15:59:19.001045 [ 3 ] {bc3b414a-75e3-4ba1-b9e3-c394e74b47b5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6145 | 2024.10.04 15:59:19.001531 [ 3 ] {bc3b414a-75e3-4ba1-b9e3-c394e74b47b5} <Trace> oximeter.fields_ipaddr (b5a61649-f8d2-4d83-9d9d-bb23c07f582c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6146 | 2024.10.04 15:59:19.001580 [ 3 ] {bc3b414a-75e3-4ba1-b9e3-c394e74b47b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 6147 | 2024.10.04 15:59:19.002024 [ 3 ] {bc3b414a-75e3-4ba1-b9e3-c394e74b47b5} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 6148 | 2024.10.04 15:59:19.002437 [ 3 ] {bc3b414a-75e3-4ba1-b9e3-c394e74b47b5} <Trace> oximeter.fields_ipaddr (b5a61649-f8d2-4d83-9d9d-bb23c07f582c): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6149 | 2024.10.04 15:59:19.002616 [ 3 ] {bc3b414a-75e3-4ba1-b9e3-c394e74b47b5} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.002322 sec., 2583.9793281653747 rows/sec., 210.71 KiB/sec. | ||
| 6150 | 2024.10.04 15:59:19.002916 [ 3 ] {bc3b414a-75e3-4ba1-b9e3-c394e74b47b5} <Debug> DynamicQueryHandler: Done processing query | ||
| 6151 | 2024.10.04 15:59:19.002946 [ 3 ] {bc3b414a-75e3-4ba1-b9e3-c394e74b47b5} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 6152 | 2024.10.04 15:59:19.002964 [ 3 ] {} <Debug> HTTP-Session: a58fba18-82f4-47cc-ae95-6d970f112e28 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6153 | 2024.10.04 15:59:19.003118 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 17882, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6154 | 2024.10.04 15:59:19.003177 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6155 | 2024.10.04 15:59:19.003198 [ 3 ] {} <Debug> HTTP-Session: 8df07d0d-a760-4783-b30c-30756312c70c Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 6156 | 2024.10.04 15:59:19.003218 [ 3 ] {} <Debug> HTTP-Session: 8df07d0d-a760-4783-b30c-30756312c70c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6157 | 2024.10.04 15:59:19.003233 [ 3 ] {} <Debug> HTTP-Session: 8df07d0d-a760-4783-b30c-30756312c70c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6158 | 2024.10.04 15:59:19.003271 [ 3 ] {} <Trace> HTTP-Session: 8df07d0d-a760-4783-b30c-30756312c70c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6159 | 2024.10.04 15:59:19.003422 [ 3 ] {c1a0db55-503a-46d1-b684-f0caecaa2b6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 6160 | 2024.10.04 15:59:19.003471 [ 3 ] {c1a0db55-503a-46d1-b684-f0caecaa2b6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6161 | 2024.10.04 15:59:19.003708 [ 3 ] {c1a0db55-503a-46d1-b684-f0caecaa2b6c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6162 | 2024.10.04 15:59:19.004156 [ 3 ] {c1a0db55-503a-46d1-b684-f0caecaa2b6c} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6163 | 2024.10.04 15:59:19.004196 [ 3 ] {c1a0db55-503a-46d1-b684-f0caecaa2b6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 6164 | 2024.10.04 15:59:19.004579 [ 3 ] {c1a0db55-503a-46d1-b684-f0caecaa2b6c} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 6165 | 2024.10.04 15:59:19.004962 [ 3 ] {c1a0db55-503a-46d1-b684-f0caecaa2b6c} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6166 | 2024.10.04 15:59:19.005132 [ 3 ] {c1a0db55-503a-46d1-b684-f0caecaa2b6c} <Debug> executeQuery: Read 121 rows, 10.50 KiB in 0.001763 sec., 68633.01191151446 rows/sec., 5.81 MiB/sec. | ||
| 6167 | 2024.10.04 15:59:19.005144 [ 103 ] {} <Debug> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 6168 | 2024.10.04 15:59:19.005270 [ 103 ] {} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6169 | 2024.10.04 15:59:19.005319 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 6170 | 2024.10.04 15:59:19.005405 [ 3 ] {c1a0db55-503a-46d1-b684-f0caecaa2b6c} <Debug> DynamicQueryHandler: Done processing query | ||
| 6171 | 2024.10.04 15:59:19.005445 [ 3 ] {c1a0db55-503a-46d1-b684-f0caecaa2b6c} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 6172 | 2024.10.04 15:59:19.005466 [ 3 ] {} <Debug> HTTP-Session: 8df07d0d-a760-4783-b30c-30756312c70c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6173 | 2024.10.04 15:59:19.005475 [ 188 ] {eb62afc5-bcd4-4b43-a1a9-182e649ae812::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 | ||
| 6174 | 2024.10.04 15:59:19.005611 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 5337, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6175 | 2024.10.04 15:59:19.005646 [ 188 ] {eb62afc5-bcd4-4b43-a1a9-182e649ae812::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6176 | 2024.10.04 15:59:19.005690 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6177 | 2024.10.04 15:59:19.005695 [ 188 ] {eb62afc5-bcd4-4b43-a1a9-182e649ae812::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1414 rows starting from the beginning of the part | ||
| 6178 | 2024.10.04 15:59:19.005715 [ 3 ] {} <Debug> HTTP-Session: c137fc9c-ecda-48c3-b711-ba3de4c2da7b Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 6179 | 2024.10.04 15:59:19.005735 [ 3 ] {} <Debug> HTTP-Session: c137fc9c-ecda-48c3-b711-ba3de4c2da7b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6180 | 2024.10.04 15:59:19.005756 [ 3 ] {} <Debug> HTTP-Session: c137fc9c-ecda-48c3-b711-ba3de4c2da7b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6181 | 2024.10.04 15:59:19.005809 [ 3 ] {} <Trace> HTTP-Session: c137fc9c-ecda-48c3-b711-ba3de4c2da7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6182 | 2024.10.04 15:59:19.005913 [ 188 ] {eb62afc5-bcd4-4b43-a1a9-182e649ae812::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 205 rows starting from the beginning of the part | ||
| 6183 | 2024.10.04 15:59:19.006232 [ 3 ] {5c6577a1-31cb-4106-b393-45cac8e0555c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 6184 | 2024.10.04 15:59:19.006272 [ 188 ] {eb62afc5-bcd4-4b43-a1a9-182e649ae812::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 120 rows starting from the beginning of the part | ||
| 6185 | 2024.10.04 15:59:19.006390 [ 3 ] {5c6577a1-31cb-4106-b393-45cac8e0555c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6186 | 2024.10.04 15:59:19.006522 [ 188 ] {eb62afc5-bcd4-4b43-a1a9-182e649ae812::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 1347 rows starting from the beginning of the part | ||
| 6187 | 2024.10.04 15:59:19.006795 [ 188 ] {eb62afc5-bcd4-4b43-a1a9-182e649ae812::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 57 rows starting from the beginning of the part | ||
| 6188 | 2024.10.04 15:59:19.007066 [ 188 ] {eb62afc5-bcd4-4b43-a1a9-182e649ae812::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 121 rows starting from the beginning of the part | ||
| 6189 | 2024.10.04 15:59:19.007561 [ 3 ] {5c6577a1-31cb-4106-b393-45cac8e0555c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6190 | 2024.10.04 15:59:19.008096 [ 3 ] {5c6577a1-31cb-4106-b393-45cac8e0555c} <Trace> oximeter.fields_u16 (e9c2286f-cf98-4582-9ae4-6e9eb84e22b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6191 | 2024.10.04 15:59:19.008140 [ 3 ] {5c6577a1-31cb-4106-b393-45cac8e0555c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 6192 | 2024.10.04 15:59:19.008707 [ 3 ] {5c6577a1-31cb-4106-b393-45cac8e0555c} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6193 | 2024.10.04 15:59:19.009140 [ 3 ] {5c6577a1-31cb-4106-b393-45cac8e0555c} <Trace> oximeter.fields_u16 (e9c2286f-cf98-4582-9ae4-6e9eb84e22b6): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6194 | 2024.10.04 15:59:19.009395 [ 103 ] {} <Debug> oximeter.fields_u16 (e9c2286f-cf98-4582-9ae4-6e9eb84e22b6) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 6195 | 2024.10.04 15:59:19.009445 [ 3 ] {5c6577a1-31cb-4106-b393-45cac8e0555c} <Debug> executeQuery: Read 37 rows, 2.75 KiB in 0.003406 sec., 10863.18261890781 rows/sec., 807.40 KiB/sec. | ||
| 6196 | 2024.10.04 15:59:19.009578 [ 103 ] {} <Trace> oximeter.fields_u16 (e9c2286f-cf98-4582-9ae4-6e9eb84e22b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6197 | 2024.10.04 15:59:19.009729 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 6198 | 2024.10.04 15:59:19.009763 [ 188 ] {eb62afc5-bcd4-4b43-a1a9-182e649ae812::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3264 rows, containing 5 columns (5 merged, 0 gathered) in 0.004361949 sec., 748289.3541396288 rows/sec., 65.37 MiB/sec. | ||
| 6199 | 2024.10.04 15:59:19.010062 [ 194 ] {e9c2286f-cf98-4582-9ae4-6e9eb84e22b6::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 | ||
| 6200 | 2024.10.04 15:59:19.010082 [ 3 ] {5c6577a1-31cb-4106-b393-45cac8e0555c} <Debug> DynamicQueryHandler: Done processing query | ||
| 6201 | 2024.10.04 15:59:19.010143 [ 3 ] {5c6577a1-31cb-4106-b393-45cac8e0555c} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 6202 | 2024.10.04 15:59:19.010151 [ 188 ] {eb62afc5-bcd4-4b43-a1a9-182e649ae812::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 6203 | 2024.10.04 15:59:19.010193 [ 3 ] {} <Debug> HTTP-Session: c137fc9c-ecda-48c3-b711-ba3de4c2da7b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6204 | 2024.10.04 15:59:19.010441 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 17174, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6205 | 2024.10.04 15:59:19.010586 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6206 | 2024.10.04 15:59:19.010698 [ 3 ] {} <Debug> HTTP-Session: 430196eb-7027-4991-8457-2f2e8199aa1d Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 6207 | 2024.10.04 15:59:19.010750 [ 194 ] {e9c2286f-cf98-4582-9ae4-6e9eb84e22b6::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6208 | 2024.10.04 15:59:19.010778 [ 3 ] {} <Debug> HTTP-Session: 430196eb-7027-4991-8457-2f2e8199aa1d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6209 | 2024.10.04 15:59:19.010863 [ 3 ] {} <Debug> HTTP-Session: 430196eb-7027-4991-8457-2f2e8199aa1d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6210 | 2024.10.04 15:59:19.010901 [ 194 ] {e9c2286f-cf98-4582-9ae4-6e9eb84e22b6::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 53 rows starting from the beginning of the part | ||
| 6211 | 2024.10.04 15:59:19.010991 [ 3 ] {} <Trace> HTTP-Session: 430196eb-7027-4991-8457-2f2e8199aa1d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6212 | 2024.10.04 15:59:19.011516 [ 194 ] {e9c2286f-cf98-4582-9ae4-6e9eb84e22b6::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 8 rows starting from the beginning of the part | ||
| 6213 | 2024.10.04 15:59:19.011546 [ 3 ] {a83f9e11-46b6-429f-bdef-5c966df5b481} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 6214 | 2024.10.04 15:59:19.011760 [ 3 ] {a83f9e11-46b6-429f-bdef-5c966df5b481} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6215 | 2024.10.04 15:59:19.012011 [ 188 ] {eb62afc5-bcd4-4b43-a1a9-182e649ae812::all_1_31_6} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6216 | 2024.10.04 15:59:19.012070 [ 194 ] {e9c2286f-cf98-4582-9ae4-6e9eb84e22b6::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 35 rows starting from the beginning of the part | ||
| 6217 | 2024.10.04 15:59:19.012459 [ 188 ] {eb62afc5-bcd4-4b43-a1a9-182e649ae812::all_1_31_6} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 6218 | 2024.10.04 15:59:19.012648 [ 194 ] {e9c2286f-cf98-4582-9ae4-6e9eb84e22b6::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 12 rows starting from the beginning of the part | ||
| 6219 | 2024.10.04 15:59:19.012801 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
| 6220 | 2024.10.04 15:59:19.013078 [ 194 ] {e9c2286f-cf98-4582-9ae4-6e9eb84e22b6::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 2 rows starting from the beginning of the part | ||
| 6221 | 2024.10.04 15:59:19.013374 [ 194 ] {e9c2286f-cf98-4582-9ae4-6e9eb84e22b6::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 37 rows starting from the beginning of the part | ||
| 6222 | 2024.10.04 15:59:19.014148 [ 3 ] {a83f9e11-46b6-429f-bdef-5c966df5b481} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6223 | 2024.10.04 15:59:19.015131 [ 3 ] {a83f9e11-46b6-429f-bdef-5c966df5b481} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6224 | 2024.10.04 15:59:19.015216 [ 3 ] {a83f9e11-46b6-429f-bdef-5c966df5b481} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 6225 | 2024.10.04 15:59:19.016318 [ 194 ] {e9c2286f-cf98-4582-9ae4-6e9eb84e22b6::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 147 rows, containing 5 columns (5 merged, 0 gathered) in 0.006434601 sec., 22845.239355167476 rows/sec., 1.74 MiB/sec. | ||
| 6226 | 2024.10.04 15:59:19.016328 [ 3 ] {a83f9e11-46b6-429f-bdef-5c966df5b481} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 6227 | 2024.10.04 15:59:19.016498 [ 194 ] {e9c2286f-cf98-4582-9ae4-6e9eb84e22b6::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 6228 | 2024.10.04 15:59:19.017359 [ 3 ] {a83f9e11-46b6-429f-bdef-5c966df5b481} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6229 | 2024.10.04 15:59:19.017677 [ 103 ] {} <Debug> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 6230 | 2024.10.04 15:59:19.017716 [ 3 ] {a83f9e11-46b6-429f-bdef-5c966df5b481} <Debug> executeQuery: Read 101 rows, 8.09 KiB in 0.006407 sec., 15764.00811612299 rows/sec., 1.23 MiB/sec. | ||
| 6231 | 2024.10.04 15:59:19.017741 [ 194 ] {e9c2286f-cf98-4582-9ae4-6e9eb84e22b6::all_1_21_4} <Trace> oximeter.fields_u16 (e9c2286f-cf98-4582-9ae4-6e9eb84e22b6): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6232 | 2024.10.04 15:59:19.017781 [ 103 ] {} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6233 | 2024.10.04 15:59:19.017996 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 6234 | 2024.10.04 15:59:19.018030 [ 194 ] {e9c2286f-cf98-4582-9ae4-6e9eb84e22b6::all_1_21_4} <Trace> oximeter.fields_u16 (e9c2286f-cf98-4582-9ae4-6e9eb84e22b6) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 6235 | 2024.10.04 15:59:19.018391 [ 3 ] {a83f9e11-46b6-429f-bdef-5c966df5b481} <Debug> DynamicQueryHandler: Done processing query | ||
| 6236 | 2024.10.04 15:59:19.018447 [ 3 ] {a83f9e11-46b6-429f-bdef-5c966df5b481} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 6237 | 2024.10.04 15:59:19.018482 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 6238 | 2024.10.04 15:59:19.018510 [ 3 ] {} <Debug> HTTP-Session: 430196eb-7027-4991-8457-2f2e8199aa1d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6239 | 2024.10.04 15:59:19.018608 [ 188 ] {db73ef1b-285a-4ffd-b768-8b0cb7509f0e::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 | ||
| 6240 | 2024.10.04 15:59:19.018822 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 31220, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6241 | 2024.10.04 15:59:19.018985 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6242 | 2024.10.04 15:59:19.019078 [ 3 ] {} <Debug> HTTP-Session: 10eba6b7-8377-4fcf-8d1d-de80a0b03dff Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 6243 | 2024.10.04 15:59:19.019152 [ 3 ] {} <Debug> HTTP-Session: 10eba6b7-8377-4fcf-8d1d-de80a0b03dff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6244 | 2024.10.04 15:59:19.019173 [ 188 ] {db73ef1b-285a-4ffd-b768-8b0cb7509f0e::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6245 | 2024.10.04 15:59:19.019179 [ 3 ] {} <Debug> HTTP-Session: 10eba6b7-8377-4fcf-8d1d-de80a0b03dff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6246 | 2024.10.04 15:59:19.019210 [ 188 ] {db73ef1b-285a-4ffd-b768-8b0cb7509f0e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 909 rows starting from the beginning of the part | ||
| 6247 | 2024.10.04 15:59:19.019231 [ 3 ] {} <Trace> HTTP-Session: 10eba6b7-8377-4fcf-8d1d-de80a0b03dff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6248 | 2024.10.04 15:59:19.019339 [ 188 ] {db73ef1b-285a-4ffd-b768-8b0cb7509f0e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 390 rows starting from the beginning of the part | ||
| 6249 | 2024.10.04 15:59:19.019692 [ 188 ] {db73ef1b-285a-4ffd-b768-8b0cb7509f0e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 99 rows starting from the beginning of the part | ||
| 6250 | 2024.10.04 15:59:19.019700 [ 3 ] {b4f1b14b-6b65-4ffe-9a87-a875b4547367} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 6251 | 2024.10.04 15:59:19.019904 [ 3 ] {b4f1b14b-6b65-4ffe-9a87-a875b4547367} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6252 | 2024.10.04 15:59:19.019953 [ 188 ] {db73ef1b-285a-4ffd-b768-8b0cb7509f0e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 850 rows starting from the beginning of the part | ||
| 6253 | 2024.10.04 15:59:19.020321 [ 188 ] {db73ef1b-285a-4ffd-b768-8b0cb7509f0e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 66 rows starting from the beginning of the part | ||
| 6254 | 2024.10.04 15:59:19.020698 [ 188 ] {db73ef1b-285a-4ffd-b768-8b0cb7509f0e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 101 rows starting from the beginning of the part | ||
| 6255 | 2024.10.04 15:59:19.021297 [ 3 ] {b4f1b14b-6b65-4ffe-9a87-a875b4547367} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6256 | 2024.10.04 15:59:19.021916 [ 3 ] {b4f1b14b-6b65-4ffe-9a87-a875b4547367} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6257 | 2024.10.04 15:59:19.021964 [ 3 ] {b4f1b14b-6b65-4ffe-9a87-a875b4547367} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 6258 | 2024.10.04 15:59:19.022494 [ 3 ] {b4f1b14b-6b65-4ffe-9a87-a875b4547367} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 6259 | 2024.10.04 15:59:19.022914 [ 194 ] {db73ef1b-285a-4ffd-b768-8b0cb7509f0e::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2415 rows, containing 5 columns (5 merged, 0 gathered) in 0.00475917 sec., 507441.423609579 rows/sec., 38.92 MiB/sec. | ||
| 6260 | 2024.10.04 15:59:19.023122 [ 3 ] {b4f1b14b-6b65-4ffe-9a87-a875b4547367} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6261 | 2024.10.04 15:59:19.023225 [ 194 ] {db73ef1b-285a-4ffd-b768-8b0cb7509f0e::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 6262 | 2024.10.04 15:59:19.023450 [ 103 ] {} <Debug> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 6263 | 2024.10.04 15:59:19.023498 [ 3 ] {b4f1b14b-6b65-4ffe-9a87-a875b4547367} <Debug> executeQuery: Read 163 rows, 11.62 KiB in 0.004075 sec., 40000 rows/sec., 2.79 MiB/sec. | ||
| 6264 | 2024.10.04 15:59:19.023588 [ 103 ] {} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6265 | 2024.10.04 15:59:19.023760 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 6266 | 2024.10.04 15:59:19.024364 [ 201 ] {f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34::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 | ||
| 6267 | 2024.10.04 15:59:19.024457 [ 3 ] {b4f1b14b-6b65-4ffe-9a87-a875b4547367} <Debug> DynamicQueryHandler: Done processing query | ||
| 6268 | 2024.10.04 15:59:19.024624 [ 3 ] {b4f1b14b-6b65-4ffe-9a87-a875b4547367} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 6269 | 2024.10.04 15:59:19.024762 [ 3 ] {} <Debug> HTTP-Session: 10eba6b7-8377-4fcf-8d1d-de80a0b03dff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6270 | 2024.10.04 15:59:19.024960 [ 201 ] {f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6271 | 2024.10.04 15:59:19.025099 [ 194 ] {db73ef1b-285a-4ffd-b768-8b0cb7509f0e::all_1_31_6} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6272 | 2024.10.04 15:59:19.025113 [ 201 ] {f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 7989 rows starting from the beginning of the part | ||
| 6273 | 2024.10.04 15:59:19.025236 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 51811, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6274 | 2024.10.04 15:59:19.025531 [ 194 ] {db73ef1b-285a-4ffd-b768-8b0cb7509f0e::all_1_31_6} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 6275 | 2024.10.04 15:59:19.025563 [ 201 ] {f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 237 rows starting from the beginning of the part | ||
| 6276 | 2024.10.04 15:59:19.025641 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6277 | 2024.10.04 15:59:19.025962 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 6278 | 2024.10.04 15:59:19.025987 [ 201 ] {f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 162 rows starting from the beginning of the part | ||
| 6279 | 2024.10.04 15:59:19.026327 [ 201 ] {f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 999 rows starting from the beginning of the part | ||
| 6280 | 2024.10.04 15:59:19.026357 [ 3 ] {} <Debug> HTTP-Session: a031da9e-7b5f-4564-858b-2ddf467ab08d Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 6281 | 2024.10.04 15:59:19.026479 [ 3 ] {} <Debug> HTTP-Session: a031da9e-7b5f-4564-858b-2ddf467ab08d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6282 | 2024.10.04 15:59:19.026597 [ 3 ] {} <Debug> HTTP-Session: a031da9e-7b5f-4564-858b-2ddf467ab08d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6283 | 2024.10.04 15:59:19.026827 [ 201 ] {f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 87 rows starting from the beginning of the part | ||
| 6284 | 2024.10.04 15:59:19.026842 [ 3 ] {} <Trace> HTTP-Session: a031da9e-7b5f-4564-858b-2ddf467ab08d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6285 | 2024.10.04 15:59:19.027254 [ 201 ] {f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 163 rows starting from the beginning of the part | ||
| 6286 | 2024.10.04 15:59:19.027575 [ 3 ] {076adc63-325a-46c3-a643-5ba17b3fc04b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 6287 | 2024.10.04 15:59:19.027726 [ 3 ] {076adc63-325a-46c3-a643-5ba17b3fc04b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6288 | 2024.10.04 15:59:19.028967 [ 3 ] {076adc63-325a-46c3-a643-5ba17b3fc04b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6289 | 2024.10.04 15:59:19.030201 [ 3 ] {076adc63-325a-46c3-a643-5ba17b3fc04b} <Trace> oximeter.measurements_histogramu64 (00490d86-ebe4-4f2c-857c-d83cd24ebd05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6290 | 2024.10.04 15:59:19.030241 [ 3 ] {076adc63-325a-46c3-a643-5ba17b3fc04b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 6291 | 2024.10.04 15:59:19.031539 [ 3 ] {076adc63-325a-46c3-a643-5ba17b3fc04b} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 6292 | 2024.10.04 15:59:19.032064 [ 3 ] {076adc63-325a-46c3-a643-5ba17b3fc04b} <Trace> oximeter.measurements_histogramu64 (00490d86-ebe4-4f2c-857c-d83cd24ebd05): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6293 | 2024.10.04 15:59:19.032330 [ 3 ] {076adc63-325a-46c3-a643-5ba17b3fc04b} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.005096 sec., 6083.20251177394 rows/sec., 10.90 MiB/sec. | ||
| 6294 | 2024.10.04 15:59:19.032610 [ 3 ] {076adc63-325a-46c3-a643-5ba17b3fc04b} <Debug> DynamicQueryHandler: Done processing query | ||
| 6295 | 2024.10.04 15:59:19.032651 [ 3 ] {076adc63-325a-46c3-a643-5ba17b3fc04b} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
| 6296 | 2024.10.04 15:59:19.032703 [ 3 ] {} <Debug> HTTP-Session: a031da9e-7b5f-4564-858b-2ddf467ab08d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6297 | 2024.10.04 15:59:19.032942 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6298 | 2024.10.04 15:59:19.032979 [ 188 ] {f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9637 rows, containing 5 columns (5 merged, 0 gathered) in 0.009032766 sec., 1066893.573906376 rows/sec., 72.00 MiB/sec. | ||
| 6299 | 2024.10.04 15:59:19.033010 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6300 | 2024.10.04 15:59:19.033049 [ 3 ] {} <Debug> HTTP-Session: eebf22b1-1dff-4f98-b691-28d66c33fc41 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 6301 | 2024.10.04 15:59:19.033068 [ 3 ] {} <Debug> HTTP-Session: eebf22b1-1dff-4f98-b691-28d66c33fc41 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6302 | 2024.10.04 15:59:19.033083 [ 3 ] {} <Debug> HTTP-Session: eebf22b1-1dff-4f98-b691-28d66c33fc41 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6303 | 2024.10.04 15:59:19.033124 [ 3 ] {} <Trace> HTTP-Session: eebf22b1-1dff-4f98-b691-28d66c33fc41 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6304 | 2024.10.04 15:59:19.033327 [ 3 ] {24f1a307-0c56-4f17-bec9-ed18dc45fa41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 6305 | 2024.10.04 15:59:19.033335 [ 186 ] {f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 6306 | 2024.10.04 15:59:19.033419 [ 3 ] {24f1a307-0c56-4f17-bec9-ed18dc45fa41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6307 | 2024.10.04 15:59:19.033839 [ 3 ] {24f1a307-0c56-4f17-bec9-ed18dc45fa41} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6308 | 2024.10.04 15:59:19.034514 [ 186 ] {f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6309 | 2024.10.04 15:59:19.034634 [ 3 ] {24f1a307-0c56-4f17-bec9-ed18dc45fa41} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6310 | 2024.10.04 15:59:19.034696 [ 3 ] {24f1a307-0c56-4f17-bec9-ed18dc45fa41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 6311 | 2024.10.04 15:59:19.034709 [ 186 ] {f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 6312 | 2024.10.04 15:59:19.034916 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.55 MiB. | ||
| 6313 | 2024.10.04 15:59:19.035240 [ 3 ] {24f1a307-0c56-4f17-bec9-ed18dc45fa41} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 6314 | 2024.10.04 15:59:19.035730 [ 3 ] {24f1a307-0c56-4f17-bec9-ed18dc45fa41} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6315 | 2024.10.04 15:59:19.035926 [ 3 ] {24f1a307-0c56-4f17-bec9-ed18dc45fa41} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002684 sec., 22354.694485842025 rows/sec., 1.51 MiB/sec. | ||
| 6316 | 2024.10.04 15:59:19.035936 [ 103 ] {} <Debug> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 6317 | 2024.10.04 15:59:19.036043 [ 103 ] {} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6318 | 2024.10.04 15:59:19.036110 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 6319 | 2024.10.04 15:59:19.036321 [ 3 ] {24f1a307-0c56-4f17-bec9-ed18dc45fa41} <Debug> DynamicQueryHandler: Done processing query | ||
| 6320 | 2024.10.04 15:59:19.036395 [ 3 ] {24f1a307-0c56-4f17-bec9-ed18dc45fa41} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 6321 | 2024.10.04 15:59:19.036403 [ 201 ] {f1266625-5fbc-477b-b130-85cba0b363f2::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 | ||
| 6322 | 2024.10.04 15:59:19.036502 [ 3 ] {} <Debug> HTTP-Session: eebf22b1-1dff-4f98-b691-28d66c33fc41 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6323 | 2024.10.04 15:59:19.036920 [ 201 ] {f1266625-5fbc-477b-b130-85cba0b363f2::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6324 | 2024.10.04 15:59:19.036967 [ 201 ] {f1266625-5fbc-477b-b130-85cba0b363f2::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1504 rows starting from the beginning of the part | ||
| 6325 | 2024.10.04 15:59:19.037040 [ 201 ] {f1266625-5fbc-477b-b130-85cba0b363f2::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 82 rows starting from the beginning of the part | ||
| 6326 | 2024.10.04 15:59:19.037117 [ 201 ] {f1266625-5fbc-477b-b130-85cba0b363f2::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 60 rows starting from the beginning of the part | ||
| 6327 | 2024.10.04 15:59:19.037340 [ 201 ] {f1266625-5fbc-477b-b130-85cba0b363f2::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 50 rows starting from the beginning of the part | ||
| 6328 | 2024.10.04 15:59:19.037522 [ 201 ] {f1266625-5fbc-477b-b130-85cba0b363f2::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 32 rows starting from the beginning of the part | ||
| 6329 | 2024.10.04 15:59:19.037709 [ 201 ] {f1266625-5fbc-477b-b130-85cba0b363f2::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 60 rows starting from the beginning of the part | ||
| 6330 | 2024.10.04 15:59:19.039157 [ 187 ] {f1266625-5fbc-477b-b130-85cba0b363f2::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1788 rows, containing 4 columns (4 merged, 0 gathered) in 0.002949984 sec., 606104.9822643106 rows/sec., 39.58 MiB/sec. | ||
| 6331 | 2024.10.04 15:59:19.039427 [ 192 ] {f1266625-5fbc-477b-b130-85cba0b363f2::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 6332 | 2024.10.04 15:59:19.039929 [ 192 ] {f1266625-5fbc-477b-b130-85cba0b363f2::all_1_31_6} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6333 | 2024.10.04 15:59:19.040036 [ 192 ] {f1266625-5fbc-477b-b130-85cba0b363f2::all_1_31_6} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 6334 | 2024.10.04 15:59:19.040131 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. | ||
| 6335 | 2024.10.04 15:59:20.000154 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 153.22 MiB, peak 163.06 MiB, free memory in arenas 0.00 B, will set to 154.82 MiB (RSS), difference: 1.60 MiB | ||
| 6336 | 2024.10.04 15:59:24.002445 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 30854, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6337 | 2024.10.04 15:59:24.002585 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6338 | 2024.10.04 15:59:24.002617 [ 3 ] {} <Debug> HTTP-Session: 19c8dbe9-31a9-40f6-90d1-baf7d9dbe555 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 6339 | 2024.10.04 15:59:24.002644 [ 3 ] {} <Debug> HTTP-Session: 19c8dbe9-31a9-40f6-90d1-baf7d9dbe555 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6340 | 2024.10.04 15:59:24.002660 [ 3 ] {} <Debug> HTTP-Session: 19c8dbe9-31a9-40f6-90d1-baf7d9dbe555 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6341 | 2024.10.04 15:59:24.002718 [ 3 ] {} <Trace> HTTP-Session: 19c8dbe9-31a9-40f6-90d1-baf7d9dbe555 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6342 | 2024.10.04 15:59:24.002972 [ 3 ] {258fbad5-7fc4-4d99-9894-bba3c8e20ac7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 6343 | 2024.10.04 15:59:24.003045 [ 3 ] {258fbad5-7fc4-4d99-9894-bba3c8e20ac7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6344 | 2024.10.04 15:59:24.003398 [ 3 ] {258fbad5-7fc4-4d99-9894-bba3c8e20ac7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6345 | 2024.10.04 15:59:24.003988 [ 3 ] {258fbad5-7fc4-4d99-9894-bba3c8e20ac7} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6346 | 2024.10.04 15:59:24.004038 [ 3 ] {258fbad5-7fc4-4d99-9894-bba3c8e20ac7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 6347 | 2024.10.04 15:59:24.004503 [ 3 ] {258fbad5-7fc4-4d99-9894-bba3c8e20ac7} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 6348 | 2024.10.04 15:59:24.004919 [ 3 ] {258fbad5-7fc4-4d99-9894-bba3c8e20ac7} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6349 | 2024.10.04 15:59:24.005094 [ 3 ] {258fbad5-7fc4-4d99-9894-bba3c8e20ac7} <Debug> executeQuery: Read 205 rows, 18.36 KiB in 0.002219 sec., 92383.95673726904 rows/sec., 8.08 MiB/sec. | ||
| 6350 | 2024.10.04 15:59:24.005335 [ 3 ] {258fbad5-7fc4-4d99-9894-bba3c8e20ac7} <Debug> DynamicQueryHandler: Done processing query | ||
| 6351 | 2024.10.04 15:59:24.005363 [ 3 ] {258fbad5-7fc4-4d99-9894-bba3c8e20ac7} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 6352 | 2024.10.04 15:59:24.005380 [ 3 ] {} <Debug> HTTP-Session: 19c8dbe9-31a9-40f6-90d1-baf7d9dbe555 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6353 | 2024.10.04 15:59:24.005517 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 1197, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6354 | 2024.10.04 15:59:24.005575 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6355 | 2024.10.04 15:59:24.005596 [ 3 ] {} <Debug> HTTP-Session: 8a9bb590-c5f1-4e33-9f96-6d3f8c1862f6 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 6356 | 2024.10.04 15:59:24.005614 [ 3 ] {} <Debug> HTTP-Session: 8a9bb590-c5f1-4e33-9f96-6d3f8c1862f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6357 | 2024.10.04 15:59:24.005629 [ 3 ] {} <Debug> HTTP-Session: 8a9bb590-c5f1-4e33-9f96-6d3f8c1862f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6358 | 2024.10.04 15:59:24.005664 [ 3 ] {} <Trace> HTTP-Session: 8a9bb590-c5f1-4e33-9f96-6d3f8c1862f6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6359 | 2024.10.04 15:59:24.005774 [ 3 ] {c3779b62-7298-438b-a8ee-07c05058cd86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 6360 | 2024.10.04 15:59:24.005822 [ 3 ] {c3779b62-7298-438b-a8ee-07c05058cd86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6361 | 2024.10.04 15:59:24.006065 [ 3 ] {c3779b62-7298-438b-a8ee-07c05058cd86} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6362 | 2024.10.04 15:59:24.006458 [ 3 ] {c3779b62-7298-438b-a8ee-07c05058cd86} <Trace> oximeter.fields_u16 (e9c2286f-cf98-4582-9ae4-6e9eb84e22b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6363 | 2024.10.04 15:59:24.006497 [ 3 ] {c3779b62-7298-438b-a8ee-07c05058cd86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 6364 | 2024.10.04 15:59:24.006860 [ 3 ] {c3779b62-7298-438b-a8ee-07c05058cd86} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6365 | 2024.10.04 15:59:24.007227 [ 3 ] {c3779b62-7298-438b-a8ee-07c05058cd86} <Trace> oximeter.fields_u16 (e9c2286f-cf98-4582-9ae4-6e9eb84e22b6): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6366 | 2024.10.04 15:59:24.007395 [ 3 ] {c3779b62-7298-438b-a8ee-07c05058cd86} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001643 sec., 4869.1418137553255 rows/sec., 366.14 KiB/sec. | ||
| 6367 | 2024.10.04 15:59:24.007585 [ 3 ] {c3779b62-7298-438b-a8ee-07c05058cd86} <Debug> DynamicQueryHandler: Done processing query | ||
| 6368 | 2024.10.04 15:59:24.007611 [ 3 ] {c3779b62-7298-438b-a8ee-07c05058cd86} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 6369 | 2024.10.04 15:59:24.007628 [ 3 ] {} <Debug> HTTP-Session: 8a9bb590-c5f1-4e33-9f96-6d3f8c1862f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6370 | 2024.10.04 15:59:24.007740 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 1933, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6371 | 2024.10.04 15:59:24.007795 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6372 | 2024.10.04 15:59:24.007817 [ 3 ] {} <Debug> HTTP-Session: 4a65a83f-8075-4192-aee8-a7aa3b3a0eb6 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 6373 | 2024.10.04 15:59:24.007835 [ 3 ] {} <Debug> HTTP-Session: 4a65a83f-8075-4192-aee8-a7aa3b3a0eb6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6374 | 2024.10.04 15:59:24.007849 [ 3 ] {} <Debug> HTTP-Session: 4a65a83f-8075-4192-aee8-a7aa3b3a0eb6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6375 | 2024.10.04 15:59:24.007882 [ 3 ] {} <Trace> HTTP-Session: 4a65a83f-8075-4192-aee8-a7aa3b3a0eb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6376 | 2024.10.04 15:59:24.007987 [ 3 ] {9dfed1db-e4d0-4941-a571-2ee0db0d4395} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 6377 | 2024.10.04 15:59:24.008032 [ 3 ] {9dfed1db-e4d0-4941-a571-2ee0db0d4395} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6378 | 2024.10.04 15:59:24.008272 [ 3 ] {9dfed1db-e4d0-4941-a571-2ee0db0d4395} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6379 | 2024.10.04 15:59:24.008656 [ 3 ] {9dfed1db-e4d0-4941-a571-2ee0db0d4395} <Trace> oximeter.fields_u32 (d636b635-d679-4839-bb6a-f39822d1a48c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6380 | 2024.10.04 15:59:24.008700 [ 3 ] {9dfed1db-e4d0-4941-a571-2ee0db0d4395} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 6381 | 2024.10.04 15:59:24.009110 [ 3 ] {9dfed1db-e4d0-4941-a571-2ee0db0d4395} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 6382 | 2024.10.04 15:59:24.009536 [ 3 ] {9dfed1db-e4d0-4941-a571-2ee0db0d4395} <Trace> oximeter.fields_u32 (d636b635-d679-4839-bb6a-f39822d1a48c): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6383 | 2024.10.04 15:59:24.009726 [ 3 ] {9dfed1db-e4d0-4941-a571-2ee0db0d4395} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001765 sec., 7932.011331444759 rows/sec., 555.51 KiB/sec. | ||
| 6384 | 2024.10.04 15:59:24.010075 [ 3 ] {9dfed1db-e4d0-4941-a571-2ee0db0d4395} <Debug> DynamicQueryHandler: Done processing query | ||
| 6385 | 2024.10.04 15:59:24.010102 [ 3 ] {9dfed1db-e4d0-4941-a571-2ee0db0d4395} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 6386 | 2024.10.04 15:59:24.010125 [ 3 ] {} <Debug> HTTP-Session: 4a65a83f-8075-4192-aee8-a7aa3b3a0eb6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6387 | 2024.10.04 15:59:24.010235 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6388 | 2024.10.04 15:59:24.010294 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6389 | 2024.10.04 15:59:24.010314 [ 3 ] {} <Debug> HTTP-Session: 5c104be2-a5e2-4fab-b2aa-852d4ae1cfc5 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 6390 | 2024.10.04 15:59:24.010332 [ 3 ] {} <Debug> HTTP-Session: 5c104be2-a5e2-4fab-b2aa-852d4ae1cfc5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6391 | 2024.10.04 15:59:24.010354 [ 3 ] {} <Debug> HTTP-Session: 5c104be2-a5e2-4fab-b2aa-852d4ae1cfc5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6392 | 2024.10.04 15:59:24.010389 [ 3 ] {} <Trace> HTTP-Session: 5c104be2-a5e2-4fab-b2aa-852d4ae1cfc5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6393 | 2024.10.04 15:59:24.010505 [ 3 ] {539819d1-f420-4dd3-9c12-e605f5f3a688} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 6394 | 2024.10.04 15:59:24.010557 [ 3 ] {539819d1-f420-4dd3-9c12-e605f5f3a688} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6395 | 2024.10.04 15:59:24.010831 [ 3 ] {539819d1-f420-4dd3-9c12-e605f5f3a688} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6396 | 2024.10.04 15:59:24.011190 [ 3 ] {539819d1-f420-4dd3-9c12-e605f5f3a688} <Trace> oximeter.fields_u8 (b38c7fc2-16b2-4da0-8e0e-60bfa18d3929): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6397 | 2024.10.04 15:59:24.011228 [ 3 ] {539819d1-f420-4dd3-9c12-e605f5f3a688} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 6398 | 2024.10.04 15:59:24.011636 [ 3 ] {539819d1-f420-4dd3-9c12-e605f5f3a688} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 6399 | 2024.10.04 15:59:24.012067 [ 3 ] {539819d1-f420-4dd3-9c12-e605f5f3a688} <Trace> oximeter.fields_u8 (b38c7fc2-16b2-4da0-8e0e-60bfa18d3929): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6400 | 2024.10.04 15:59:24.012249 [ 99 ] {} <Debug> oximeter.fields_u8 (b38c7fc2-16b2-4da0-8e0e-60bfa18d3929) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 6401 | 2024.10.04 15:59:24.012260 [ 3 ] {539819d1-f420-4dd3-9c12-e605f5f3a688} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001774 sec., 3382.1871476888386 rows/sec., 199.83 KiB/sec. | ||
| 6402 | 2024.10.04 15:59:24.012345 [ 99 ] {} <Trace> oximeter.fields_u8 (b38c7fc2-16b2-4da0-8e0e-60bfa18d3929): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6403 | 2024.10.04 15:59:24.012419 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 6404 | 2024.10.04 15:59:24.012651 [ 3 ] {539819d1-f420-4dd3-9c12-e605f5f3a688} <Debug> DynamicQueryHandler: Done processing query | ||
| 6405 | 2024.10.04 15:59:24.012653 [ 201 ] {b38c7fc2-16b2-4da0-8e0e-60bfa18d3929::all_1_13_3} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_9_2 to all_13_13_0 into Compact with storage Full | ||
| 6406 | 2024.10.04 15:59:24.012690 [ 3 ] {539819d1-f420-4dd3-9c12-e605f5f3a688} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 6407 | 2024.10.04 15:59:24.012754 [ 3 ] {} <Debug> HTTP-Session: 5c104be2-a5e2-4fab-b2aa-852d4ae1cfc5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6408 | 2024.10.04 15:59:24.012922 [ 201 ] {b38c7fc2-16b2-4da0-8e0e-60bfa18d3929::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6409 | 2024.10.04 15:59:24.012971 [ 201 ] {b38c7fc2-16b2-4da0-8e0e-60bfa18d3929::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 6 rows starting from the beginning of the part | ||
| 6410 | 2024.10.04 15:59:24.013085 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 63187, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6411 | 2024.10.04 15:59:24.013198 [ 201 ] {b38c7fc2-16b2-4da0-8e0e-60bfa18d3929::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 6 rows starting from the beginning of the part | ||
| 6412 | 2024.10.04 15:59:24.013254 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6413 | 2024.10.04 15:59:24.013399 [ 3 ] {} <Debug> HTTP-Session: 7ce7b0bc-ce1b-4f1b-8e67-79dd7c5ad539 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 6414 | 2024.10.04 15:59:24.013483 [ 3 ] {} <Debug> HTTP-Session: 7ce7b0bc-ce1b-4f1b-8e67-79dd7c5ad539 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6415 | 2024.10.04 15:59:24.013545 [ 201 ] {b38c7fc2-16b2-4da0-8e0e-60bfa18d3929::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 6 rows starting from the beginning of the part | ||
| 6416 | 2024.10.04 15:59:24.013564 [ 3 ] {} <Debug> HTTP-Session: 7ce7b0bc-ce1b-4f1b-8e67-79dd7c5ad539 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6417 | 2024.10.04 15:59:24.013684 [ 3 ] {} <Trace> HTTP-Session: 7ce7b0bc-ce1b-4f1b-8e67-79dd7c5ad539 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6418 | 2024.10.04 15:59:24.013871 [ 201 ] {b38c7fc2-16b2-4da0-8e0e-60bfa18d3929::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 6 rows starting from the beginning of the part | ||
| 6419 | 2024.10.04 15:59:24.014137 [ 201 ] {b38c7fc2-16b2-4da0-8e0e-60bfa18d3929::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 6 rows starting from the beginning of the part | ||
| 6420 | 2024.10.04 15:59:24.014160 [ 3 ] {79f9f5cc-356a-411f-ae20-4c5829be2a43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 6421 | 2024.10.04 15:59:24.014348 [ 3 ] {79f9f5cc-356a-411f-ae20-4c5829be2a43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6422 | 2024.10.04 15:59:24.015213 [ 3 ] {79f9f5cc-356a-411f-ae20-4c5829be2a43} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6423 | 2024.10.04 15:59:24.016491 [ 3 ] {79f9f5cc-356a-411f-ae20-4c5829be2a43} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6424 | 2024.10.04 15:59:24.016550 [ 3 ] {79f9f5cc-356a-411f-ae20-4c5829be2a43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 6425 | 2024.10.04 15:59:24.016928 [ 201 ] {b38c7fc2-16b2-4da0-8e0e-60bfa18d3929::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.004375989 sec., 6855.593101353774 rows/sec., 435.17 KiB/sec. | ||
| 6426 | 2024.10.04 15:59:24.017150 [ 201 ] {b38c7fc2-16b2-4da0-8e0e-60bfa18d3929::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 6427 | 2024.10.04 15:59:24.017419 [ 3 ] {79f9f5cc-356a-411f-ae20-4c5829be2a43} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 6428 | 2024.10.04 15:59:24.018303 [ 201 ] {b38c7fc2-16b2-4da0-8e0e-60bfa18d3929::all_1_13_3} <Trace> oximeter.fields_u8 (b38c7fc2-16b2-4da0-8e0e-60bfa18d3929): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6429 | 2024.10.04 15:59:24.018450 [ 3 ] {79f9f5cc-356a-411f-ae20-4c5829be2a43} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6430 | 2024.10.04 15:59:24.018525 [ 201 ] {b38c7fc2-16b2-4da0-8e0e-60bfa18d3929::all_1_13_3} <Trace> oximeter.fields_u8 (b38c7fc2-16b2-4da0-8e0e-60bfa18d3929) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 6431 | 2024.10.04 15:59:24.018757 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 6432 | 2024.10.04 15:59:24.018800 [ 3 ] {79f9f5cc-356a-411f-ae20-4c5829be2a43} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.004856 sec., 80313.01482701812 rows/sec., 5.70 MiB/sec. | ||
| 6433 | 2024.10.04 15:59:24.019023 [ 3 ] {79f9f5cc-356a-411f-ae20-4c5829be2a43} <Debug> DynamicQueryHandler: Done processing query | ||
| 6434 | 2024.10.04 15:59:24.019050 [ 3 ] {79f9f5cc-356a-411f-ae20-4c5829be2a43} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
| 6435 | 2024.10.04 15:59:24.019067 [ 3 ] {} <Debug> HTTP-Session: 7ce7b0bc-ce1b-4f1b-8e67-79dd7c5ad539 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6436 | 2024.10.04 15:59:24.019182 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 906, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6437 | 2024.10.04 15:59:24.019232 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6438 | 2024.10.04 15:59:24.019252 [ 3 ] {} <Debug> HTTP-Session: f7bd69ce-f270-4fe3-95d3-6d5e6a56aaba Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 6439 | 2024.10.04 15:59:24.019269 [ 3 ] {} <Debug> HTTP-Session: f7bd69ce-f270-4fe3-95d3-6d5e6a56aaba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6440 | 2024.10.04 15:59:24.019283 [ 3 ] {} <Debug> HTTP-Session: f7bd69ce-f270-4fe3-95d3-6d5e6a56aaba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6441 | 2024.10.04 15:59:24.019314 [ 3 ] {} <Trace> HTTP-Session: f7bd69ce-f270-4fe3-95d3-6d5e6a56aaba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6442 | 2024.10.04 15:59:24.019416 [ 3 ] {c5512f69-a48b-4958-8427-a870b01b9265} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 6443 | 2024.10.04 15:59:24.019462 [ 3 ] {c5512f69-a48b-4958-8427-a870b01b9265} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6444 | 2024.10.04 15:59:24.019604 [ 3 ] {c5512f69-a48b-4958-8427-a870b01b9265} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6445 | 2024.10.04 15:59:24.019929 [ 3 ] {c5512f69-a48b-4958-8427-a870b01b9265} <Trace> oximeter.measurements_bool (07631250-7a70-49e6-a733-c0ce298d5d2f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6446 | 2024.10.04 15:59:24.019967 [ 3 ] {c5512f69-a48b-4958-8427-a870b01b9265} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 6447 | 2024.10.04 15:59:24.020347 [ 3 ] {c5512f69-a48b-4958-8427-a870b01b9265} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 6448 | 2024.10.04 15:59:24.020686 [ 3 ] {c5512f69-a48b-4958-8427-a870b01b9265} <Trace> oximeter.measurements_bool (07631250-7a70-49e6-a733-c0ce298d5d2f): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6449 | 2024.10.04 15:59:24.020845 [ 3 ] {c5512f69-a48b-4958-8427-a870b01b9265} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001445 sec., 4152.249134948097 rows/sec., 216.94 KiB/sec. | ||
| 6450 | 2024.10.04 15:59:24.021201 [ 3 ] {c5512f69-a48b-4958-8427-a870b01b9265} <Debug> DynamicQueryHandler: Done processing query | ||
| 6451 | 2024.10.04 15:59:24.021227 [ 3 ] {c5512f69-a48b-4958-8427-a870b01b9265} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 6452 | 2024.10.04 15:59:24.021243 [ 3 ] {} <Debug> HTTP-Session: f7bd69ce-f270-4fe3-95d3-6d5e6a56aaba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6453 | 2024.10.04 15:59:24.021417 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 44668, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6454 | 2024.10.04 15:59:24.021469 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6455 | 2024.10.04 15:59:24.021488 [ 3 ] {} <Debug> HTTP-Session: 6ed1e1d1-bc53-4dcb-be1f-1311dd421e52 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 6456 | 2024.10.04 15:59:24.021506 [ 3 ] {} <Debug> HTTP-Session: 6ed1e1d1-bc53-4dcb-be1f-1311dd421e52 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6457 | 2024.10.04 15:59:24.021520 [ 3 ] {} <Debug> HTTP-Session: 6ed1e1d1-bc53-4dcb-be1f-1311dd421e52 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6458 | 2024.10.04 15:59:24.021551 [ 3 ] {} <Trace> HTTP-Session: 6ed1e1d1-bc53-4dcb-be1f-1311dd421e52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6459 | 2024.10.04 15:59:24.021760 [ 3 ] {52e78bc2-f7b1-49d5-aa00-8857a1b3a012} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 6460 | 2024.10.04 15:59:24.021810 [ 3 ] {52e78bc2-f7b1-49d5-aa00-8857a1b3a012} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6461 | 2024.10.04 15:59:24.021982 [ 3 ] {52e78bc2-f7b1-49d5-aa00-8857a1b3a012} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6462 | 2024.10.04 15:59:24.022422 [ 3 ] {52e78bc2-f7b1-49d5-aa00-8857a1b3a012} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6463 | 2024.10.04 15:59:24.022459 [ 3 ] {52e78bc2-f7b1-49d5-aa00-8857a1b3a012} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 6464 | 2024.10.04 15:59:24.022862 [ 3 ] {52e78bc2-f7b1-49d5-aa00-8857a1b3a012} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 6465 | 2024.10.04 15:59:24.023204 [ 3 ] {52e78bc2-f7b1-49d5-aa00-8857a1b3a012} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6466 | 2024.10.04 15:59:24.023364 [ 3 ] {52e78bc2-f7b1-49d5-aa00-8857a1b3a012} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001718 sec., 137951.10593713622 rows/sec., 9.25 MiB/sec. | ||
| 6467 | 2024.10.04 15:59:24.023531 [ 3 ] {52e78bc2-f7b1-49d5-aa00-8857a1b3a012} <Debug> DynamicQueryHandler: Done processing query | ||
| 6468 | 2024.10.04 15:59:24.023555 [ 3 ] {52e78bc2-f7b1-49d5-aa00-8857a1b3a012} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 6469 | 2024.10.04 15:59:24.023572 [ 3 ] {} <Debug> HTTP-Session: 6ed1e1d1-bc53-4dcb-be1f-1311dd421e52 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6470 | 2024.10.04 15:59:24.023681 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6471 | 2024.10.04 15:59:24.023730 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6472 | 2024.10.04 15:59:24.023750 [ 3 ] {} <Debug> HTTP-Session: f450a15a-bfe6-4b8b-a983-9a74f269c34a Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 6473 | 2024.10.04 15:59:24.023767 [ 3 ] {} <Debug> HTTP-Session: f450a15a-bfe6-4b8b-a983-9a74f269c34a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6474 | 2024.10.04 15:59:24.023781 [ 3 ] {} <Debug> HTTP-Session: f450a15a-bfe6-4b8b-a983-9a74f269c34a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6475 | 2024.10.04 15:59:24.023812 [ 3 ] {} <Trace> HTTP-Session: f450a15a-bfe6-4b8b-a983-9a74f269c34a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6476 | 2024.10.04 15:59:24.023907 [ 3 ] {797a1f10-09e6-4443-b3d3-9acd51a2db03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 6477 | 2024.10.04 15:59:24.023953 [ 3 ] {797a1f10-09e6-4443-b3d3-9acd51a2db03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6478 | 2024.10.04 15:59:24.024082 [ 3 ] {797a1f10-09e6-4443-b3d3-9acd51a2db03} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6479 | 2024.10.04 15:59:24.024339 [ 3 ] {797a1f10-09e6-4443-b3d3-9acd51a2db03} <Trace> oximeter.measurements_f64 (87d8cd82-19cb-42e6-8b47-b078fc436c38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6480 | 2024.10.04 15:59:24.024376 [ 3 ] {797a1f10-09e6-4443-b3d3-9acd51a2db03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 6481 | 2024.10.04 15:59:24.024724 [ 3 ] {797a1f10-09e6-4443-b3d3-9acd51a2db03} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 6482 | 2024.10.04 15:59:24.025057 [ 3 ] {797a1f10-09e6-4443-b3d3-9acd51a2db03} <Trace> oximeter.measurements_f64 (87d8cd82-19cb-42e6-8b47-b078fc436c38): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6483 | 2024.10.04 15:59:24.025215 [ 3 ] {797a1f10-09e6-4443-b3d3-9acd51a2db03} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001321 sec., 757.0022710068131 rows/sec., 51.01 KiB/sec. | ||
| 6484 | 2024.10.04 15:59:24.025381 [ 3 ] {797a1f10-09e6-4443-b3d3-9acd51a2db03} <Debug> DynamicQueryHandler: Done processing query | ||
| 6485 | 2024.10.04 15:59:24.025406 [ 3 ] {797a1f10-09e6-4443-b3d3-9acd51a2db03} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 6486 | 2024.10.04 15:59:24.025423 [ 3 ] {} <Debug> HTTP-Session: f450a15a-bfe6-4b8b-a983-9a74f269c34a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6487 | 2024.10.04 15:59:24.025548 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 13217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6488 | 2024.10.04 15:59:24.025597 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6489 | 2024.10.04 15:59:24.025616 [ 3 ] {} <Debug> HTTP-Session: 9ac4087f-1d29-4554-b027-5cab017da332 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 6490 | 2024.10.04 15:59:24.025633 [ 3 ] {} <Debug> HTTP-Session: 9ac4087f-1d29-4554-b027-5cab017da332 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6491 | 2024.10.04 15:59:24.025647 [ 3 ] {} <Debug> HTTP-Session: 9ac4087f-1d29-4554-b027-5cab017da332 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6492 | 2024.10.04 15:59:24.025678 [ 3 ] {} <Trace> HTTP-Session: 9ac4087f-1d29-4554-b027-5cab017da332 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6493 | 2024.10.04 15:59:24.025826 [ 3 ] {73162535-151e-4a89-868e-861847a04841} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 6494 | 2024.10.04 15:59:24.025890 [ 3 ] {73162535-151e-4a89-868e-861847a04841} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6495 | 2024.10.04 15:59:24.026330 [ 3 ] {73162535-151e-4a89-868e-861847a04841} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6496 | 2024.10.04 15:59:24.026796 [ 3 ] {73162535-151e-4a89-868e-861847a04841} <Trace> oximeter.measurements_histogramu64 (00490d86-ebe4-4f2c-857c-d83cd24ebd05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6497 | 2024.10.04 15:59:24.026833 [ 3 ] {73162535-151e-4a89-868e-861847a04841} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 6498 | 2024.10.04 15:59:24.027432 [ 3 ] {73162535-151e-4a89-868e-861847a04841} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 6499 | 2024.10.04 15:59:24.027854 [ 3 ] {73162535-151e-4a89-868e-861847a04841} <Trace> oximeter.measurements_histogramu64 (00490d86-ebe4-4f2c-857c-d83cd24ebd05): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6500 | 2024.10.04 15:59:24.028039 [ 3 ] {73162535-151e-4a89-868e-861847a04841} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002287 sec., 3498.0323567993005 rows/sec., 6.27 MiB/sec. | ||
| 6501 | 2024.10.04 15:59:24.028248 [ 3 ] {73162535-151e-4a89-868e-861847a04841} <Debug> DynamicQueryHandler: Done processing query | ||
| 6502 | 2024.10.04 15:59:24.028273 [ 3 ] {73162535-151e-4a89-868e-861847a04841} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
| 6503 | 2024.10.04 15:59:24.028290 [ 3 ] {} <Debug> HTTP-Session: 9ac4087f-1d29-4554-b027-5cab017da332 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6504 | 2024.10.04 15:59:24.028424 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 12156, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6505 | 2024.10.04 15:59:24.028472 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6506 | 2024.10.04 15:59:24.028491 [ 3 ] {} <Debug> HTTP-Session: 459c25cb-2449-485d-861e-fda5f9221c42 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 6507 | 2024.10.04 15:59:24.028508 [ 3 ] {} <Debug> HTTP-Session: 459c25cb-2449-485d-861e-fda5f9221c42 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6508 | 2024.10.04 15:59:24.028523 [ 3 ] {} <Debug> HTTP-Session: 459c25cb-2449-485d-861e-fda5f9221c42 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6509 | 2024.10.04 15:59:24.028554 [ 3 ] {} <Trace> HTTP-Session: 459c25cb-2449-485d-861e-fda5f9221c42 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6510 | 2024.10.04 15:59:24.028682 [ 3 ] {fcbb0334-23ee-4f6c-8d98-d7904ff043e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 6511 | 2024.10.04 15:59:24.028726 [ 3 ] {fcbb0334-23ee-4f6c-8d98-d7904ff043e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6512 | 2024.10.04 15:59:24.028856 [ 3 ] {fcbb0334-23ee-4f6c-8d98-d7904ff043e8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6513 | 2024.10.04 15:59:24.029170 [ 3 ] {fcbb0334-23ee-4f6c-8d98-d7904ff043e8} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6514 | 2024.10.04 15:59:24.029207 [ 3 ] {fcbb0334-23ee-4f6c-8d98-d7904ff043e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 6515 | 2024.10.04 15:59:24.029569 [ 3 ] {fcbb0334-23ee-4f6c-8d98-d7904ff043e8} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 6516 | 2024.10.04 15:59:24.029892 [ 3 ] {fcbb0334-23ee-4f6c-8d98-d7904ff043e8} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6517 | 2024.10.04 15:59:24.030046 [ 3 ] {fcbb0334-23ee-4f6c-8d98-d7904ff043e8} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00141 sec., 58156.02836879432 rows/sec., 3.69 MiB/sec. | ||
| 6518 | 2024.10.04 15:59:24.030216 [ 3 ] {fcbb0334-23ee-4f6c-8d98-d7904ff043e8} <Debug> DynamicQueryHandler: Done processing query | ||
| 6519 | 2024.10.04 15:59:24.030241 [ 3 ] {fcbb0334-23ee-4f6c-8d98-d7904ff043e8} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 6520 | 2024.10.04 15:59:24.030257 [ 3 ] {} <Debug> HTTP-Session: 459c25cb-2449-485d-861e-fda5f9221c42 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6521 | 2024.10.04 15:59:25.611814 [ 97 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6522 | 2024.10.04 15:59:25.611857 [ 97 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6523 | 2024.10.04 15:59:25.871081 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 650 | ||
| 6524 | 2024.10.04 15:59:25.874125 [ 242 ] {} <Trace> system.query_log (8f12c5ea-7fed-46c2-8a08-f82b2fd1cd88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6525 | 2024.10.04 15:59:25.874186 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 6526 | 2024.10.04 15:59:25.875707 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 6527 | 2024.10.04 15:59:25.876734 [ 242 ] {} <Trace> system.query_log (8f12c5ea-7fed-46c2-8a08-f82b2fd1cd88): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6528 | 2024.10.04 15:59:25.877317 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 650 | ||
| 6529 | 2024.10.04 15:59:28.999125 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 17482, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6530 | 2024.10.04 15:59:28.999259 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6531 | 2024.10.04 15:59:28.999284 [ 3 ] {} <Debug> HTTP-Session: e1d8358c-e8cd-42a1-b857-04e136f7a0b4 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 6532 | 2024.10.04 15:59:28.999313 [ 3 ] {} <Debug> HTTP-Session: e1d8358c-e8cd-42a1-b857-04e136f7a0b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6533 | 2024.10.04 15:59:28.999329 [ 3 ] {} <Debug> HTTP-Session: e1d8358c-e8cd-42a1-b857-04e136f7a0b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6534 | 2024.10.04 15:59:28.999380 [ 3 ] {} <Trace> HTTP-Session: e1d8358c-e8cd-42a1-b857-04e136f7a0b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6535 | 2024.10.04 15:59:28.999605 [ 3 ] {367ce229-8e81-4529-a9ba-edb8bb4847e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 6536 | 2024.10.04 15:59:28.999674 [ 3 ] {367ce229-8e81-4529-a9ba-edb8bb4847e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6537 | 2024.10.04 15:59:29.000151 [ 3 ] {367ce229-8e81-4529-a9ba-edb8bb4847e4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6538 | 2024.10.04 15:59:29.000155 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 155.83 MiB, peak 163.72 MiB, free memory in arenas 0.00 B, will set to 154.82 MiB (RSS), difference: -1.00 MiB | ||
| 6539 | 2024.10.04 15:59:29.000978 [ 3 ] {367ce229-8e81-4529-a9ba-edb8bb4847e4} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6540 | 2024.10.04 15:59:29.001043 [ 3 ] {367ce229-8e81-4529-a9ba-edb8bb4847e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 6541 | 2024.10.04 15:59:29.001663 [ 3 ] {367ce229-8e81-4529-a9ba-edb8bb4847e4} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 6542 | 2024.10.04 15:59:29.002295 [ 3 ] {367ce229-8e81-4529-a9ba-edb8bb4847e4} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6543 | 2024.10.04 15:59:29.002537 [ 3 ] {367ce229-8e81-4529-a9ba-edb8bb4847e4} <Debug> executeQuery: Read 118 rows, 10.28 KiB in 0.003004 sec., 39280.958721704395 rows/sec., 3.34 MiB/sec. | ||
| 6544 | 2024.10.04 15:59:29.002802 [ 3 ] {367ce229-8e81-4529-a9ba-edb8bb4847e4} <Debug> DynamicQueryHandler: Done processing query | ||
| 6545 | 2024.10.04 15:59:29.002838 [ 3 ] {367ce229-8e81-4529-a9ba-edb8bb4847e4} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 6546 | 2024.10.04 15:59:29.002863 [ 3 ] {} <Debug> HTTP-Session: e1d8358c-e8cd-42a1-b857-04e136f7a0b4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6547 | 2024.10.04 15:59:29.003028 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 4500, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6548 | 2024.10.04 15:59:29.003081 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6549 | 2024.10.04 15:59:29.003101 [ 3 ] {} <Debug> HTTP-Session: ce7a4d6a-ef0f-4995-afcd-a2742d471f8a Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 6550 | 2024.10.04 15:59:29.003118 [ 3 ] {} <Debug> HTTP-Session: ce7a4d6a-ef0f-4995-afcd-a2742d471f8a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6551 | 2024.10.04 15:59:29.003132 [ 3 ] {} <Debug> HTTP-Session: ce7a4d6a-ef0f-4995-afcd-a2742d471f8a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6552 | 2024.10.04 15:59:29.003164 [ 3 ] {} <Trace> HTTP-Session: ce7a4d6a-ef0f-4995-afcd-a2742d471f8a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6553 | 2024.10.04 15:59:29.003276 [ 3 ] {42565236-f9dd-4f5d-a23b-9ed0271638f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 6554 | 2024.10.04 15:59:29.003319 [ 3 ] {42565236-f9dd-4f5d-a23b-9ed0271638f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6555 | 2024.10.04 15:59:29.003557 [ 3 ] {42565236-f9dd-4f5d-a23b-9ed0271638f2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6556 | 2024.10.04 15:59:29.003966 [ 3 ] {42565236-f9dd-4f5d-a23b-9ed0271638f2} <Trace> oximeter.fields_u16 (e9c2286f-cf98-4582-9ae4-6e9eb84e22b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6557 | 2024.10.04 15:59:29.004002 [ 3 ] {42565236-f9dd-4f5d-a23b-9ed0271638f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 6558 | 2024.10.04 15:59:29.004375 [ 3 ] {42565236-f9dd-4f5d-a23b-9ed0271638f2} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6559 | 2024.10.04 15:59:29.004756 [ 3 ] {42565236-f9dd-4f5d-a23b-9ed0271638f2} <Trace> oximeter.fields_u16 (e9c2286f-cf98-4582-9ae4-6e9eb84e22b6): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6560 | 2024.10.04 15:59:29.004917 [ 3 ] {42565236-f9dd-4f5d-a23b-9ed0271638f2} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.001668 sec., 18585.131894484413 rows/sec., 1.36 MiB/sec. | ||
| 6561 | 2024.10.04 15:59:29.005298 [ 3 ] {42565236-f9dd-4f5d-a23b-9ed0271638f2} <Debug> DynamicQueryHandler: Done processing query | ||
| 6562 | 2024.10.04 15:59:29.005324 [ 3 ] {42565236-f9dd-4f5d-a23b-9ed0271638f2} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 6563 | 2024.10.04 15:59:29.005340 [ 3 ] {} <Debug> HTTP-Session: ce7a4d6a-ef0f-4995-afcd-a2742d471f8a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6564 | 2024.10.04 15:59:29.005525 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 16149, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6565 | 2024.10.04 15:59:29.005578 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6566 | 2024.10.04 15:59:29.005597 [ 3 ] {} <Debug> HTTP-Session: 78917bef-64fe-4537-aeef-2ff04a1d74af Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 6567 | 2024.10.04 15:59:29.005614 [ 3 ] {} <Debug> HTTP-Session: 78917bef-64fe-4537-aeef-2ff04a1d74af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6568 | 2024.10.04 15:59:29.005628 [ 3 ] {} <Debug> HTTP-Session: 78917bef-64fe-4537-aeef-2ff04a1d74af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6569 | 2024.10.04 15:59:29.005659 [ 3 ] {} <Trace> HTTP-Session: 78917bef-64fe-4537-aeef-2ff04a1d74af Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6570 | 2024.10.04 15:59:29.005787 [ 3 ] {d6d5a847-4c1d-47d9-9b15-958c660c56cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 6571 | 2024.10.04 15:59:29.005835 [ 3 ] {d6d5a847-4c1d-47d9-9b15-958c660c56cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6572 | 2024.10.04 15:59:29.006093 [ 3 ] {d6d5a847-4c1d-47d9-9b15-958c660c56cd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6573 | 2024.10.04 15:59:29.006528 [ 3 ] {d6d5a847-4c1d-47d9-9b15-958c660c56cd} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6574 | 2024.10.04 15:59:29.006565 [ 3 ] {d6d5a847-4c1d-47d9-9b15-958c660c56cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 6575 | 2024.10.04 15:59:29.006939 [ 3 ] {d6d5a847-4c1d-47d9-9b15-958c660c56cd} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 6576 | 2024.10.04 15:59:29.007310 [ 3 ] {d6d5a847-4c1d-47d9-9b15-958c660c56cd} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6577 | 2024.10.04 15:59:29.007469 [ 3 ] {d6d5a847-4c1d-47d9-9b15-958c660c56cd} <Debug> executeQuery: Read 95 rows, 7.60 KiB in 0.001719 sec., 55264.68877254218 rows/sec., 4.32 MiB/sec. | ||
| 6578 | 2024.10.04 15:59:29.007783 [ 3 ] {d6d5a847-4c1d-47d9-9b15-958c660c56cd} <Debug> DynamicQueryHandler: Done processing query | ||
| 6579 | 2024.10.04 15:59:29.007825 [ 3 ] {d6d5a847-4c1d-47d9-9b15-958c660c56cd} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 6580 | 2024.10.04 15:59:29.007846 [ 3 ] {} <Debug> HTTP-Session: 78917bef-64fe-4537-aeef-2ff04a1d74af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6581 | 2024.10.04 15:59:29.008023 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 30647, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6582 | 2024.10.04 15:59:29.008074 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6583 | 2024.10.04 15:59:29.008097 [ 3 ] {} <Debug> HTTP-Session: a4e12b17-ef7e-4728-b8d4-3863a2f253da Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 6584 | 2024.10.04 15:59:29.008114 [ 3 ] {} <Debug> HTTP-Session: a4e12b17-ef7e-4728-b8d4-3863a2f253da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6585 | 2024.10.04 15:59:29.008128 [ 3 ] {} <Debug> HTTP-Session: a4e12b17-ef7e-4728-b8d4-3863a2f253da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6586 | 2024.10.04 15:59:29.008159 [ 3 ] {} <Trace> HTTP-Session: a4e12b17-ef7e-4728-b8d4-3863a2f253da Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6587 | 2024.10.04 15:59:29.008312 [ 3 ] {ca7ded6b-148f-4e2f-9ead-b7ffb26b994f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 6588 | 2024.10.04 15:59:29.008364 [ 3 ] {ca7ded6b-148f-4e2f-9ead-b7ffb26b994f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6589 | 2024.10.04 15:59:29.008565 [ 3 ] {ca7ded6b-148f-4e2f-9ead-b7ffb26b994f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6590 | 2024.10.04 15:59:29.009013 [ 3 ] {ca7ded6b-148f-4e2f-9ead-b7ffb26b994f} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6591 | 2024.10.04 15:59:29.009052 [ 3 ] {ca7ded6b-148f-4e2f-9ead-b7ffb26b994f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 6592 | 2024.10.04 15:59:29.009463 [ 3 ] {ca7ded6b-148f-4e2f-9ead-b7ffb26b994f} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 6593 | 2024.10.04 15:59:29.009834 [ 3 ] {ca7ded6b-148f-4e2f-9ead-b7ffb26b994f} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6594 | 2024.10.04 15:59:29.010002 [ 3 ] {ca7ded6b-148f-4e2f-9ead-b7ffb26b994f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001755 sec., 91168.09116809117 rows/sec., 6.35 MiB/sec. | ||
| 6595 | 2024.10.04 15:59:29.010182 [ 3 ] {ca7ded6b-148f-4e2f-9ead-b7ffb26b994f} <Debug> DynamicQueryHandler: Done processing query | ||
| 6596 | 2024.10.04 15:59:29.010208 [ 3 ] {ca7ded6b-148f-4e2f-9ead-b7ffb26b994f} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 6597 | 2024.10.04 15:59:29.010224 [ 3 ] {} <Debug> HTTP-Session: a4e12b17-ef7e-4728-b8d4-3863a2f253da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6598 | 2024.10.04 15:59:29.010435 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 51834, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6599 | 2024.10.04 15:59:29.010486 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6600 | 2024.10.04 15:59:29.010504 [ 3 ] {} <Debug> HTTP-Session: 0fb65a57-e29d-436a-9436-fb62f02795aa Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 6601 | 2024.10.04 15:59:29.010521 [ 3 ] {} <Debug> HTTP-Session: 0fb65a57-e29d-436a-9436-fb62f02795aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6602 | 2024.10.04 15:59:29.010535 [ 3 ] {} <Debug> HTTP-Session: 0fb65a57-e29d-436a-9436-fb62f02795aa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6603 | 2024.10.04 15:59:29.010566 [ 3 ] {} <Trace> HTTP-Session: 0fb65a57-e29d-436a-9436-fb62f02795aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6604 | 2024.10.04 15:59:29.010888 [ 3 ] {33c05dad-9357-4c43-8dcb-50e6266020f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 6605 | 2024.10.04 15:59:29.010956 [ 3 ] {33c05dad-9357-4c43-8dcb-50e6266020f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6606 | 2024.10.04 15:59:29.011399 [ 3 ] {33c05dad-9357-4c43-8dcb-50e6266020f7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6607 | 2024.10.04 15:59:29.012201 [ 3 ] {33c05dad-9357-4c43-8dcb-50e6266020f7} <Trace> oximeter.measurements_histogramu64 (00490d86-ebe4-4f2c-857c-d83cd24ebd05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6608 | 2024.10.04 15:59:29.012239 [ 3 ] {33c05dad-9357-4c43-8dcb-50e6266020f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 6609 | 2024.10.04 15:59:29.012906 [ 3 ] {33c05dad-9357-4c43-8dcb-50e6266020f7} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6610 | 2024.10.04 15:59:29.013347 [ 3 ] {33c05dad-9357-4c43-8dcb-50e6266020f7} <Trace> oximeter.measurements_histogramu64 (00490d86-ebe4-4f2c-857c-d83cd24ebd05): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6611 | 2024.10.04 15:59:29.013552 [ 3 ] {33c05dad-9357-4c43-8dcb-50e6266020f7} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002893 sec., 10715.520221223642 rows/sec., 19.20 MiB/sec. | ||
| 6612 | 2024.10.04 15:59:29.013783 [ 3 ] {33c05dad-9357-4c43-8dcb-50e6266020f7} <Debug> DynamicQueryHandler: Done processing query | ||
| 6613 | 2024.10.04 15:59:29.013808 [ 3 ] {33c05dad-9357-4c43-8dcb-50e6266020f7} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
| 6614 | 2024.10.04 15:59:29.013824 [ 3 ] {} <Debug> HTTP-Session: 0fb65a57-e29d-436a-9436-fb62f02795aa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6615 | 2024.10.04 15:59:29.013966 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6616 | 2024.10.04 15:59:29.014015 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6617 | 2024.10.04 15:59:29.014035 [ 3 ] {} <Debug> HTTP-Session: 9496d91d-2d14-42fe-b618-38bd3b7ca58a Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 6618 | 2024.10.04 15:59:29.014053 [ 3 ] {} <Debug> HTTP-Session: 9496d91d-2d14-42fe-b618-38bd3b7ca58a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6619 | 2024.10.04 15:59:29.014068 [ 3 ] {} <Debug> HTTP-Session: 9496d91d-2d14-42fe-b618-38bd3b7ca58a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6620 | 2024.10.04 15:59:29.014100 [ 3 ] {} <Trace> HTTP-Session: 9496d91d-2d14-42fe-b618-38bd3b7ca58a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6621 | 2024.10.04 15:59:29.014218 [ 3 ] {e97d0883-9485-4097-9bc1-bdaf34aca74d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 6622 | 2024.10.04 15:59:29.014264 [ 3 ] {e97d0883-9485-4097-9bc1-bdaf34aca74d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6623 | 2024.10.04 15:59:29.014398 [ 3 ] {e97d0883-9485-4097-9bc1-bdaf34aca74d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6624 | 2024.10.04 15:59:29.014736 [ 3 ] {e97d0883-9485-4097-9bc1-bdaf34aca74d} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6625 | 2024.10.04 15:59:29.014772 [ 3 ] {e97d0883-9485-4097-9bc1-bdaf34aca74d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 6626 | 2024.10.04 15:59:29.015149 [ 3 ] {e97d0883-9485-4097-9bc1-bdaf34aca74d} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 6627 | 2024.10.04 15:59:29.015490 [ 3 ] {e97d0883-9485-4097-9bc1-bdaf34aca74d} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6628 | 2024.10.04 15:59:29.015654 [ 3 ] {e97d0883-9485-4097-9bc1-bdaf34aca74d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001469 sec., 40844.11164057181 rows/sec., 2.75 MiB/sec. | ||
| 6629 | 2024.10.04 15:59:29.015830 [ 3 ] {e97d0883-9485-4097-9bc1-bdaf34aca74d} <Debug> DynamicQueryHandler: Done processing query | ||
| 6630 | 2024.10.04 15:59:29.015855 [ 3 ] {e97d0883-9485-4097-9bc1-bdaf34aca74d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 6631 | 2024.10.04 15:59:29.015871 [ 3 ] {} <Debug> HTTP-Session: 9496d91d-2d14-42fe-b618-38bd3b7ca58a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6632 | 2024.10.04 15:59:30.068967 [ 92 ] {} <Debug> oximeter.fields_ipaddr (b5a61649-f8d2-4d83-9d9d-bb23c07f582c) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 6633 | 2024.10.04 15:59:30.069036 [ 92 ] {} <Trace> oximeter.fields_ipaddr (b5a61649-f8d2-4d83-9d9d-bb23c07f582c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6634 | 2024.10.04 15:59:30.069059 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 6635 | 2024.10.04 15:59:30.069251 [ 199 ] {b5a61649-f8d2-4d83-9d9d-bb23c07f582c::all_1_9_2} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_5_1 to all_9_9_0 into Compact with storage Full | ||
| 6636 | 2024.10.04 15:59:30.069484 [ 199 ] {b5a61649-f8d2-4d83-9d9d-bb23c07f582c::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6637 | 2024.10.04 15:59:30.069525 [ 199 ] {b5a61649-f8d2-4d83-9d9d-bb23c07f582c::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 14 rows starting from the beginning of the part | ||
| 6638 | 2024.10.04 15:59:30.069617 [ 199 ] {b5a61649-f8d2-4d83-9d9d-bb23c07f582c::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 4 rows starting from the beginning of the part | ||
| 6639 | 2024.10.04 15:59:30.069896 [ 199 ] {b5a61649-f8d2-4d83-9d9d-bb23c07f582c::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 4 rows starting from the beginning of the part | ||
| 6640 | 2024.10.04 15:59:30.070057 [ 199 ] {b5a61649-f8d2-4d83-9d9d-bb23c07f582c::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 2 rows starting from the beginning of the part | ||
| 6641 | 2024.10.04 15:59:30.070278 [ 199 ] {b5a61649-f8d2-4d83-9d9d-bb23c07f582c::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 6 rows starting from the beginning of the part | ||
| 6642 | 2024.10.04 15:59:30.071555 [ 187 ] {b5a61649-f8d2-4d83-9d9d-bb23c07f582c::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.002415221 sec., 12421.223565048498 rows/sec., 1.04 MiB/sec. | ||
| 6643 | 2024.10.04 15:59:30.071733 [ 193 ] {b5a61649-f8d2-4d83-9d9d-bb23c07f582c::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 6644 | 2024.10.04 15:59:30.072242 [ 193 ] {b5a61649-f8d2-4d83-9d9d-bb23c07f582c::all_1_9_2} <Trace> oximeter.fields_ipaddr (b5a61649-f8d2-4d83-9d9d-bb23c07f582c): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6645 | 2024.10.04 15:59:30.072334 [ 193 ] {b5a61649-f8d2-4d83-9d9d-bb23c07f582c::all_1_9_2} <Trace> oximeter.fields_ipaddr (b5a61649-f8d2-4d83-9d9d-bb23c07f582c) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 6646 | 2024.10.04 15:59:30.072435 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 6647 | 2024.10.04 15:59:34.002901 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 30854, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6648 | 2024.10.04 15:59:34.003033 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6649 | 2024.10.04 15:59:34.003059 [ 3 ] {} <Debug> HTTP-Session: 61c60b14-38f1-457e-b339-ed38781a9f21 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 6650 | 2024.10.04 15:59:34.003085 [ 3 ] {} <Debug> HTTP-Session: 61c60b14-38f1-457e-b339-ed38781a9f21 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6651 | 2024.10.04 15:59:34.003103 [ 3 ] {} <Debug> HTTP-Session: 61c60b14-38f1-457e-b339-ed38781a9f21 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6652 | 2024.10.04 15:59:34.003153 [ 3 ] {} <Trace> HTTP-Session: 61c60b14-38f1-457e-b339-ed38781a9f21 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6653 | 2024.10.04 15:59:34.003401 [ 3 ] {79d26d9e-7861-42d1-8beb-1247091d0198} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 6654 | 2024.10.04 15:59:34.003471 [ 3 ] {79d26d9e-7861-42d1-8beb-1247091d0198} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6655 | 2024.10.04 15:59:34.003826 [ 3 ] {79d26d9e-7861-42d1-8beb-1247091d0198} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6656 | 2024.10.04 15:59:34.004472 [ 3 ] {79d26d9e-7861-42d1-8beb-1247091d0198} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6657 | 2024.10.04 15:59:34.004518 [ 3 ] {79d26d9e-7861-42d1-8beb-1247091d0198} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 6658 | 2024.10.04 15:59:34.004974 [ 3 ] {79d26d9e-7861-42d1-8beb-1247091d0198} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 6659 | 2024.10.04 15:59:34.005386 [ 3 ] {79d26d9e-7861-42d1-8beb-1247091d0198} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6660 | 2024.10.04 15:59:34.005570 [ 3 ] {79d26d9e-7861-42d1-8beb-1247091d0198} <Debug> executeQuery: Read 205 rows, 18.36 KiB in 0.002267 sec., 90427.87825319807 rows/sec., 7.91 MiB/sec. | ||
| 6661 | 2024.10.04 15:59:34.005817 [ 3 ] {79d26d9e-7861-42d1-8beb-1247091d0198} <Debug> DynamicQueryHandler: Done processing query | ||
| 6662 | 2024.10.04 15:59:34.005846 [ 3 ] {79d26d9e-7861-42d1-8beb-1247091d0198} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 6663 | 2024.10.04 15:59:34.005863 [ 3 ] {} <Debug> HTTP-Session: 61c60b14-38f1-457e-b339-ed38781a9f21 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6664 | 2024.10.04 15:59:34.006038 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 1197, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6665 | 2024.10.04 15:59:34.006099 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6666 | 2024.10.04 15:59:34.006120 [ 3 ] {} <Debug> HTTP-Session: 7ecad8ae-4faa-435e-bc85-246aba3d40f8 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 6667 | 2024.10.04 15:59:34.006137 [ 3 ] {} <Debug> HTTP-Session: 7ecad8ae-4faa-435e-bc85-246aba3d40f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6668 | 2024.10.04 15:59:34.006153 [ 3 ] {} <Debug> HTTP-Session: 7ecad8ae-4faa-435e-bc85-246aba3d40f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6669 | 2024.10.04 15:59:34.006190 [ 3 ] {} <Trace> HTTP-Session: 7ecad8ae-4faa-435e-bc85-246aba3d40f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6670 | 2024.10.04 15:59:34.006300 [ 3 ] {dbb276ae-e18d-47ed-950d-b31aa8bf4800} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 6671 | 2024.10.04 15:59:34.006351 [ 3 ] {dbb276ae-e18d-47ed-950d-b31aa8bf4800} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6672 | 2024.10.04 15:59:34.006596 [ 3 ] {dbb276ae-e18d-47ed-950d-b31aa8bf4800} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6673 | 2024.10.04 15:59:34.006955 [ 3 ] {dbb276ae-e18d-47ed-950d-b31aa8bf4800} <Trace> oximeter.fields_u16 (e9c2286f-cf98-4582-9ae4-6e9eb84e22b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6674 | 2024.10.04 15:59:34.006993 [ 3 ] {dbb276ae-e18d-47ed-950d-b31aa8bf4800} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 6675 | 2024.10.04 15:59:34.007365 [ 3 ] {dbb276ae-e18d-47ed-950d-b31aa8bf4800} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 6676 | 2024.10.04 15:59:34.007743 [ 3 ] {dbb276ae-e18d-47ed-950d-b31aa8bf4800} <Trace> oximeter.fields_u16 (e9c2286f-cf98-4582-9ae4-6e9eb84e22b6): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6677 | 2024.10.04 15:59:34.007909 [ 3 ] {dbb276ae-e18d-47ed-950d-b31aa8bf4800} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001635 sec., 4892.96636085627 rows/sec., 367.93 KiB/sec. | ||
| 6678 | 2024.10.04 15:59:34.008100 [ 3 ] {dbb276ae-e18d-47ed-950d-b31aa8bf4800} <Debug> DynamicQueryHandler: Done processing query | ||
| 6679 | 2024.10.04 15:59:34.008125 [ 3 ] {dbb276ae-e18d-47ed-950d-b31aa8bf4800} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 6680 | 2024.10.04 15:59:34.008142 [ 3 ] {} <Debug> HTTP-Session: 7ecad8ae-4faa-435e-bc85-246aba3d40f8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6681 | 2024.10.04 15:59:34.008489 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 1933, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6682 | 2024.10.04 15:59:34.008542 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6683 | 2024.10.04 15:59:34.008561 [ 3 ] {} <Debug> HTTP-Session: e34d693b-5323-4912-a2dd-335bba3dd133 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 6684 | 2024.10.04 15:59:34.008578 [ 3 ] {} <Debug> HTTP-Session: e34d693b-5323-4912-a2dd-335bba3dd133 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6685 | 2024.10.04 15:59:34.008592 [ 3 ] {} <Debug> HTTP-Session: e34d693b-5323-4912-a2dd-335bba3dd133 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6686 | 2024.10.04 15:59:34.008629 [ 3 ] {} <Trace> HTTP-Session: e34d693b-5323-4912-a2dd-335bba3dd133 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6687 | 2024.10.04 15:59:34.008734 [ 3 ] {6bddb734-4f05-49f8-89f4-98f2b977ae85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 6688 | 2024.10.04 15:59:34.008781 [ 3 ] {6bddb734-4f05-49f8-89f4-98f2b977ae85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6689 | 2024.10.04 15:59:34.009016 [ 3 ] {6bddb734-4f05-49f8-89f4-98f2b977ae85} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6690 | 2024.10.04 15:59:34.009350 [ 3 ] {6bddb734-4f05-49f8-89f4-98f2b977ae85} <Trace> oximeter.fields_u32 (d636b635-d679-4839-bb6a-f39822d1a48c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6691 | 2024.10.04 15:59:34.009386 [ 3 ] {6bddb734-4f05-49f8-89f4-98f2b977ae85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 6692 | 2024.10.04 15:59:34.009757 [ 3 ] {6bddb734-4f05-49f8-89f4-98f2b977ae85} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 6693 | 2024.10.04 15:59:34.010142 [ 3 ] {6bddb734-4f05-49f8-89f4-98f2b977ae85} <Trace> oximeter.fields_u32 (d636b635-d679-4839-bb6a-f39822d1a48c): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6694 | 2024.10.04 15:59:34.010315 [ 3 ] {6bddb734-4f05-49f8-89f4-98f2b977ae85} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001601 sec., 8744.534665833853 rows/sec., 612.41 KiB/sec. | ||
| 6695 | 2024.10.04 15:59:34.010497 [ 3 ] {6bddb734-4f05-49f8-89f4-98f2b977ae85} <Debug> DynamicQueryHandler: Done processing query | ||
| 6696 | 2024.10.04 15:59:34.010523 [ 3 ] {6bddb734-4f05-49f8-89f4-98f2b977ae85} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 6697 | 2024.10.04 15:59:34.010539 [ 3 ] {} <Debug> HTTP-Session: e34d693b-5323-4912-a2dd-335bba3dd133 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6698 | 2024.10.04 15:59:34.010649 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6699 | 2024.10.04 15:59:34.010701 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6700 | 2024.10.04 15:59:34.010721 [ 3 ] {} <Debug> HTTP-Session: 53cf9c4b-e675-41b4-9ad9-f6faf67acf48 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 6701 | 2024.10.04 15:59:34.010740 [ 3 ] {} <Debug> HTTP-Session: 53cf9c4b-e675-41b4-9ad9-f6faf67acf48 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6702 | 2024.10.04 15:59:34.010755 [ 3 ] {} <Debug> HTTP-Session: 53cf9c4b-e675-41b4-9ad9-f6faf67acf48 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6703 | 2024.10.04 15:59:34.010788 [ 3 ] {} <Trace> HTTP-Session: 53cf9c4b-e675-41b4-9ad9-f6faf67acf48 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6704 | 2024.10.04 15:59:34.010888 [ 3 ] {6f1041a4-efab-4362-8e14-4c6300081ea7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 6705 | 2024.10.04 15:59:34.010931 [ 3 ] {6f1041a4-efab-4362-8e14-4c6300081ea7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6706 | 2024.10.04 15:59:34.011176 [ 3 ] {6f1041a4-efab-4362-8e14-4c6300081ea7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6707 | 2024.10.04 15:59:34.011499 [ 3 ] {6f1041a4-efab-4362-8e14-4c6300081ea7} <Trace> oximeter.fields_u8 (b38c7fc2-16b2-4da0-8e0e-60bfa18d3929): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6708 | 2024.10.04 15:59:34.011535 [ 3 ] {6f1041a4-efab-4362-8e14-4c6300081ea7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 6709 | 2024.10.04 15:59:34.011893 [ 3 ] {6f1041a4-efab-4362-8e14-4c6300081ea7} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 6710 | 2024.10.04 15:59:34.012271 [ 3 ] {6f1041a4-efab-4362-8e14-4c6300081ea7} <Trace> oximeter.fields_u8 (b38c7fc2-16b2-4da0-8e0e-60bfa18d3929): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6711 | 2024.10.04 15:59:34.012424 [ 3 ] {6f1041a4-efab-4362-8e14-4c6300081ea7} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001561 sec., 3843.6899423446507 rows/sec., 227.09 KiB/sec. | ||
| 6712 | 2024.10.04 15:59:34.012609 [ 3 ] {6f1041a4-efab-4362-8e14-4c6300081ea7} <Debug> DynamicQueryHandler: Done processing query | ||
| 6713 | 2024.10.04 15:59:34.012635 [ 3 ] {6f1041a4-efab-4362-8e14-4c6300081ea7} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 6714 | 2024.10.04 15:59:34.012652 [ 3 ] {} <Debug> HTTP-Session: 53cf9c4b-e675-41b4-9ad9-f6faf67acf48 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6715 | 2024.10.04 15:59:34.012834 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 63187, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6716 | 2024.10.04 15:59:34.012886 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6717 | 2024.10.04 15:59:34.012906 [ 3 ] {} <Debug> HTTP-Session: f2c62515-3677-44e5-a7f0-0d363182badc Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 6718 | 2024.10.04 15:59:34.012922 [ 3 ] {} <Debug> HTTP-Session: f2c62515-3677-44e5-a7f0-0d363182badc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6719 | 2024.10.04 15:59:34.012937 [ 3 ] {} <Debug> HTTP-Session: f2c62515-3677-44e5-a7f0-0d363182badc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6720 | 2024.10.04 15:59:34.012969 [ 3 ] {} <Trace> HTTP-Session: f2c62515-3677-44e5-a7f0-0d363182badc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6721 | 2024.10.04 15:59:34.013179 [ 3 ] {e1ee39e3-c209-4f7e-b792-ceacdc93e03e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 6722 | 2024.10.04 15:59:34.013223 [ 3 ] {e1ee39e3-c209-4f7e-b792-ceacdc93e03e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6723 | 2024.10.04 15:59:34.013458 [ 3 ] {e1ee39e3-c209-4f7e-b792-ceacdc93e03e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6724 | 2024.10.04 15:59:34.014044 [ 3 ] {e1ee39e3-c209-4f7e-b792-ceacdc93e03e} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6725 | 2024.10.04 15:59:34.014081 [ 3 ] {e1ee39e3-c209-4f7e-b792-ceacdc93e03e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 6726 | 2024.10.04 15:59:34.014462 [ 3 ] {e1ee39e3-c209-4f7e-b792-ceacdc93e03e} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 6727 | 2024.10.04 15:59:34.014834 [ 3 ] {e1ee39e3-c209-4f7e-b792-ceacdc93e03e} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6728 | 2024.10.04 15:59:34.014993 [ 3 ] {e1ee39e3-c209-4f7e-b792-ceacdc93e03e} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001922 sec., 202913.63163371486 rows/sec., 14.39 MiB/sec. | ||
| 6729 | 2024.10.04 15:59:34.015306 [ 3 ] {e1ee39e3-c209-4f7e-b792-ceacdc93e03e} <Debug> DynamicQueryHandler: Done processing query | ||
| 6730 | 2024.10.04 15:59:34.015344 [ 3 ] {e1ee39e3-c209-4f7e-b792-ceacdc93e03e} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
| 6731 | 2024.10.04 15:59:34.015367 [ 3 ] {} <Debug> HTTP-Session: f2c62515-3677-44e5-a7f0-0d363182badc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6732 | 2024.10.04 15:59:34.015505 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 906, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6733 | 2024.10.04 15:59:34.015557 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6734 | 2024.10.04 15:59:34.015578 [ 3 ] {} <Debug> HTTP-Session: e94d5596-e322-48fd-8c08-0bf3ac876f4f Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 6735 | 2024.10.04 15:59:34.015595 [ 3 ] {} <Debug> HTTP-Session: e94d5596-e322-48fd-8c08-0bf3ac876f4f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6736 | 2024.10.04 15:59:34.015609 [ 3 ] {} <Debug> HTTP-Session: e94d5596-e322-48fd-8c08-0bf3ac876f4f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6737 | 2024.10.04 15:59:34.015641 [ 3 ] {} <Trace> HTTP-Session: e94d5596-e322-48fd-8c08-0bf3ac876f4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6738 | 2024.10.04 15:59:34.015743 [ 3 ] {09524e87-d539-4a84-9158-2cb1b3a09532} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 6739 | 2024.10.04 15:59:34.015790 [ 3 ] {09524e87-d539-4a84-9158-2cb1b3a09532} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6740 | 2024.10.04 15:59:34.015944 [ 3 ] {09524e87-d539-4a84-9158-2cb1b3a09532} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6741 | 2024.10.04 15:59:34.016238 [ 3 ] {09524e87-d539-4a84-9158-2cb1b3a09532} <Trace> oximeter.measurements_bool (07631250-7a70-49e6-a733-c0ce298d5d2f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6742 | 2024.10.04 15:59:34.016275 [ 3 ] {09524e87-d539-4a84-9158-2cb1b3a09532} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 6743 | 2024.10.04 15:59:34.016652 [ 3 ] {09524e87-d539-4a84-9158-2cb1b3a09532} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 6744 | 2024.10.04 15:59:34.016995 [ 3 ] {09524e87-d539-4a84-9158-2cb1b3a09532} <Trace> oximeter.measurements_bool (07631250-7a70-49e6-a733-c0ce298d5d2f): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6745 | 2024.10.04 15:59:34.017163 [ 3 ] {09524e87-d539-4a84-9158-2cb1b3a09532} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001442 sec., 4160.887656033287 rows/sec., 217.39 KiB/sec. | ||
| 6746 | 2024.10.04 15:59:34.017463 [ 3 ] {09524e87-d539-4a84-9158-2cb1b3a09532} <Debug> DynamicQueryHandler: Done processing query | ||
| 6747 | 2024.10.04 15:59:34.017489 [ 3 ] {09524e87-d539-4a84-9158-2cb1b3a09532} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 6748 | 2024.10.04 15:59:34.017505 [ 3 ] {} <Debug> HTTP-Session: e94d5596-e322-48fd-8c08-0bf3ac876f4f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6749 | 2024.10.04 15:59:34.017695 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 44668, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6750 | 2024.10.04 15:59:34.017746 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6751 | 2024.10.04 15:59:34.017766 [ 3 ] {} <Debug> HTTP-Session: 9b9866d7-54d7-495b-b372-1a1e60a226bb Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 6752 | 2024.10.04 15:59:34.017783 [ 3 ] {} <Debug> HTTP-Session: 9b9866d7-54d7-495b-b372-1a1e60a226bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6753 | 2024.10.04 15:59:34.017801 [ 3 ] {} <Debug> HTTP-Session: 9b9866d7-54d7-495b-b372-1a1e60a226bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6754 | 2024.10.04 15:59:34.017832 [ 3 ] {} <Trace> HTTP-Session: 9b9866d7-54d7-495b-b372-1a1e60a226bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6755 | 2024.10.04 15:59:34.018017 [ 3 ] {2c2dfb2b-bf67-4e7a-96d0-b9432af83956} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 6756 | 2024.10.04 15:59:34.018066 [ 3 ] {2c2dfb2b-bf67-4e7a-96d0-b9432af83956} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6757 | 2024.10.04 15:59:34.018239 [ 3 ] {2c2dfb2b-bf67-4e7a-96d0-b9432af83956} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6758 | 2024.10.04 15:59:34.018669 [ 3 ] {2c2dfb2b-bf67-4e7a-96d0-b9432af83956} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6759 | 2024.10.04 15:59:34.018706 [ 3 ] {2c2dfb2b-bf67-4e7a-96d0-b9432af83956} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 6760 | 2024.10.04 15:59:34.019097 [ 3 ] {2c2dfb2b-bf67-4e7a-96d0-b9432af83956} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 6761 | 2024.10.04 15:59:34.019444 [ 3 ] {2c2dfb2b-bf67-4e7a-96d0-b9432af83956} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6762 | 2024.10.04 15:59:34.019608 [ 3 ] {2c2dfb2b-bf67-4e7a-96d0-b9432af83956} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001669 sec., 142001.19832234873 rows/sec., 9.52 MiB/sec. | ||
| 6763 | 2024.10.04 15:59:34.019924 [ 3 ] {2c2dfb2b-bf67-4e7a-96d0-b9432af83956} <Debug> DynamicQueryHandler: Done processing query | ||
| 6764 | 2024.10.04 15:59:34.019963 [ 3 ] {2c2dfb2b-bf67-4e7a-96d0-b9432af83956} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 6765 | 2024.10.04 15:59:34.019987 [ 3 ] {} <Debug> HTTP-Session: 9b9866d7-54d7-495b-b372-1a1e60a226bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6766 | 2024.10.04 15:59:34.020115 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6767 | 2024.10.04 15:59:34.020164 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6768 | 2024.10.04 15:59:34.020184 [ 3 ] {} <Debug> HTTP-Session: 8f987261-23f4-453c-9c79-da51fcdeade2 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 6769 | 2024.10.04 15:59:34.020205 [ 3 ] {} <Debug> HTTP-Session: 8f987261-23f4-453c-9c79-da51fcdeade2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6770 | 2024.10.04 15:59:34.020219 [ 3 ] {} <Debug> HTTP-Session: 8f987261-23f4-453c-9c79-da51fcdeade2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6771 | 2024.10.04 15:59:34.020250 [ 3 ] {} <Trace> HTTP-Session: 8f987261-23f4-453c-9c79-da51fcdeade2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6772 | 2024.10.04 15:59:34.020349 [ 3 ] {4f83b097-2924-46a7-8ebd-9e4e2b1fc4dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 6773 | 2024.10.04 15:59:34.020397 [ 3 ] {4f83b097-2924-46a7-8ebd-9e4e2b1fc4dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6774 | 2024.10.04 15:59:34.020551 [ 3 ] {4f83b097-2924-46a7-8ebd-9e4e2b1fc4dd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6775 | 2024.10.04 15:59:34.020818 [ 3 ] {4f83b097-2924-46a7-8ebd-9e4e2b1fc4dd} <Trace> oximeter.measurements_f64 (87d8cd82-19cb-42e6-8b47-b078fc436c38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6776 | 2024.10.04 15:59:34.020854 [ 3 ] {4f83b097-2924-46a7-8ebd-9e4e2b1fc4dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 6777 | 2024.10.04 15:59:34.021219 [ 3 ] {4f83b097-2924-46a7-8ebd-9e4e2b1fc4dd} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 6778 | 2024.10.04 15:59:34.021557 [ 3 ] {4f83b097-2924-46a7-8ebd-9e4e2b1fc4dd} <Trace> oximeter.measurements_f64 (87d8cd82-19cb-42e6-8b47-b078fc436c38): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6779 | 2024.10.04 15:59:34.021715 [ 87 ] {} <Debug> oximeter.measurements_f64 (87d8cd82-19cb-42e6-8b47-b078fc436c38) (MergerMutator): Selected 6 parts from all_1_9_2 to all_14_14_0 | ||
| 6780 | 2024.10.04 15:59:34.021725 [ 3 ] {4f83b097-2924-46a7-8ebd-9e4e2b1fc4dd} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001392 sec., 718.3908045977012 rows/sec., 48.41 KiB/sec. | ||
| 6781 | 2024.10.04 15:59:34.021808 [ 87 ] {} <Trace> oximeter.measurements_f64 (87d8cd82-19cb-42e6-8b47-b078fc436c38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6782 | 2024.10.04 15:59:34.021880 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 6783 | 2024.10.04 15:59:34.022080 [ 3 ] {4f83b097-2924-46a7-8ebd-9e4e2b1fc4dd} <Debug> DynamicQueryHandler: Done processing query | ||
| 6784 | 2024.10.04 15:59:34.022176 [ 3 ] {4f83b097-2924-46a7-8ebd-9e4e2b1fc4dd} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 6785 | 2024.10.04 15:59:34.022261 [ 3 ] {} <Debug> HTTP-Session: 8f987261-23f4-453c-9c79-da51fcdeade2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6786 | 2024.10.04 15:59:34.022416 [ 199 ] {87d8cd82-19cb-42e6-8b47-b078fc436c38::all_1_14_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_9_2 to all_14_14_0 into Compact with storage Full | ||
| 6787 | 2024.10.04 15:59:34.022522 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 13219, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6788 | 2024.10.04 15:59:34.022630 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6789 | 2024.10.04 15:59:34.022683 [ 3 ] {} <Debug> HTTP-Session: f7025dc9-5627-4732-b14b-ad30fbb44379 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 6790 | 2024.10.04 15:59:34.022726 [ 3 ] {} <Debug> HTTP-Session: f7025dc9-5627-4732-b14b-ad30fbb44379 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6791 | 2024.10.04 15:59:34.022753 [ 199 ] {87d8cd82-19cb-42e6-8b47-b078fc436c38::all_1_14_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6792 | 2024.10.04 15:59:34.022764 [ 3 ] {} <Debug> HTTP-Session: f7025dc9-5627-4732-b14b-ad30fbb44379 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6793 | 2024.10.04 15:59:34.022813 [ 199 ] {87d8cd82-19cb-42e6-8b47-b078fc436c38::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 9 rows starting from the beginning of the part | ||
| 6794 | 2024.10.04 15:59:34.022837 [ 3 ] {} <Trace> HTTP-Session: f7025dc9-5627-4732-b14b-ad30fbb44379 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6795 | 2024.10.04 15:59:34.023034 [ 199 ] {87d8cd82-19cb-42e6-8b47-b078fc436c38::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1 rows starting from the beginning of the part | ||
| 6796 | 2024.10.04 15:59:34.023288 [ 199 ] {87d8cd82-19cb-42e6-8b47-b078fc436c38::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 1 rows starting from the beginning of the part | ||
| 6797 | 2024.10.04 15:59:34.023303 [ 3 ] {c6dc33ed-4918-40b3-b404-cfe0eb7946a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 6798 | 2024.10.04 15:59:34.023652 [ 199 ] {87d8cd82-19cb-42e6-8b47-b078fc436c38::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 1 rows starting from the beginning of the part | ||
| 6799 | 2024.10.04 15:59:34.023691 [ 3 ] {c6dc33ed-4918-40b3-b404-cfe0eb7946a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6800 | 2024.10.04 15:59:34.024035 [ 199 ] {87d8cd82-19cb-42e6-8b47-b078fc436c38::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 1 rows starting from the beginning of the part | ||
| 6801 | 2024.10.04 15:59:34.024420 [ 199 ] {87d8cd82-19cb-42e6-8b47-b078fc436c38::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1 rows starting from the beginning of the part | ||
| 6802 | 2024.10.04 15:59:34.026056 [ 3 ] {c6dc33ed-4918-40b3-b404-cfe0eb7946a8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6803 | 2024.10.04 15:59:34.027959 [ 3 ] {c6dc33ed-4918-40b3-b404-cfe0eb7946a8} <Trace> oximeter.measurements_histogramu64 (00490d86-ebe4-4f2c-857c-d83cd24ebd05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6804 | 2024.10.04 15:59:34.028046 [ 3 ] {c6dc33ed-4918-40b3-b404-cfe0eb7946a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 6805 | 2024.10.04 15:59:34.028087 [ 187 ] {87d8cd82-19cb-42e6-8b47-b078fc436c38::all_1_14_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14 rows, containing 4 columns (4 merged, 0 gathered) in 0.006107733 sec., 2292.17616421674 rows/sec., 154.45 KiB/sec. | ||
| 6806 | 2024.10.04 15:59:34.028366 [ 187 ] {87d8cd82-19cb-42e6-8b47-b078fc436c38::all_1_14_3} <Trace> MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) | ||
| 6807 | 2024.10.04 15:59:34.029374 [ 187 ] {87d8cd82-19cb-42e6-8b47-b078fc436c38::all_1_14_3} <Trace> oximeter.measurements_f64 (87d8cd82-19cb-42e6-8b47-b078fc436c38): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6808 | 2024.10.04 15:59:34.029598 [ 187 ] {87d8cd82-19cb-42e6-8b47-b078fc436c38::all_1_14_3} <Trace> oximeter.measurements_f64 (87d8cd82-19cb-42e6-8b47-b078fc436c38) (MergerMutator): Merged 6 parts: [all_1_9_2, all_14_14_0] -> all_1_14_3 | ||
| 6809 | 2024.10.04 15:59:34.029708 [ 3 ] {c6dc33ed-4918-40b3-b404-cfe0eb7946a8} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6810 | 2024.10.04 15:59:34.029730 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 6811 | 2024.10.04 15:59:34.030216 [ 3 ] {c6dc33ed-4918-40b3-b404-cfe0eb7946a8} <Trace> oximeter.measurements_histogramu64 (00490d86-ebe4-4f2c-857c-d83cd24ebd05): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6812 | 2024.10.04 15:59:34.030426 [ 87 ] {} <Debug> oximeter.measurements_histogramu64 (00490d86-ebe4-4f2c-857c-d83cd24ebd05) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 6813 | 2024.10.04 15:59:34.030436 [ 3 ] {c6dc33ed-4918-40b3-b404-cfe0eb7946a8} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.007403 sec., 1080.642982574632 rows/sec., 1.94 MiB/sec. | ||
| 6814 | 2024.10.04 15:59:34.030484 [ 87 ] {} <Trace> oximeter.measurements_histogramu64 (00490d86-ebe4-4f2c-857c-d83cd24ebd05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6815 | 2024.10.04 15:59:34.030553 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 6816 | 2024.10.04 15:59:34.031031 [ 199 ] {00490d86-ebe4-4f2c-857c-d83cd24ebd05::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 | ||
| 6817 | 2024.10.04 15:59:34.031471 [ 3 ] {c6dc33ed-4918-40b3-b404-cfe0eb7946a8} <Debug> DynamicQueryHandler: Done processing query | ||
| 6818 | 2024.10.04 15:59:34.031533 [ 3 ] {c6dc33ed-4918-40b3-b404-cfe0eb7946a8} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
| 6819 | 2024.10.04 15:59:34.031576 [ 3 ] {} <Debug> HTTP-Session: f7025dc9-5627-4732-b14b-ad30fbb44379 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6820 | 2024.10.04 15:59:34.031744 [ 199 ] {00490d86-ebe4-4f2c-857c-d83cd24ebd05::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6821 | 2024.10.04 15:59:34.031772 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 12156, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6822 | 2024.10.04 15:59:34.031842 [ 199 ] {00490d86-ebe4-4f2c-857c-d83cd24ebd05::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 310 rows starting from the beginning of the part | ||
| 6823 | 2024.10.04 15:59:34.031867 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6824 | 2024.10.04 15:59:34.031942 [ 3 ] {} <Debug> HTTP-Session: 740bb18f-e914-4c6c-ba92-8ae7a386b8a4 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 6825 | 2024.10.04 15:59:34.031998 [ 3 ] {} <Debug> HTTP-Session: 740bb18f-e914-4c6c-ba92-8ae7a386b8a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6826 | 2024.10.04 15:59:34.032042 [ 3 ] {} <Debug> HTTP-Session: 740bb18f-e914-4c6c-ba92-8ae7a386b8a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6827 | 2024.10.04 15:59:34.032213 [ 3 ] {} <Trace> HTTP-Session: 740bb18f-e914-4c6c-ba92-8ae7a386b8a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6828 | 2024.10.04 15:59:34.032476 [ 199 ] {00490d86-ebe4-4f2c-857c-d83cd24ebd05::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 8 rows starting from the beginning of the part | ||
| 6829 | 2024.10.04 15:59:34.032538 [ 3 ] {45c5eead-be90-4509-aa21-4449eaf20bb4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 6830 | 2024.10.04 15:59:34.032722 [ 3 ] {45c5eead-be90-4509-aa21-4449eaf20bb4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6831 | 2024.10.04 15:59:34.033223 [ 199 ] {00490d86-ebe4-4f2c-857c-d83cd24ebd05::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 31 rows starting from the beginning of the part | ||
| 6832 | 2024.10.04 15:59:34.033514 [ 3 ] {45c5eead-be90-4509-aa21-4449eaf20bb4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6833 | 2024.10.04 15:59:34.033966 [ 199 ] {00490d86-ebe4-4f2c-857c-d83cd24ebd05::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 8 rows starting from the beginning of the part | ||
| 6834 | 2024.10.04 15:59:34.034614 [ 199 ] {00490d86-ebe4-4f2c-857c-d83cd24ebd05::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 31 rows starting from the beginning of the part | ||
| 6835 | 2024.10.04 15:59:34.034849 [ 3 ] {45c5eead-be90-4509-aa21-4449eaf20bb4} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6836 | 2024.10.04 15:59:34.034967 [ 3 ] {45c5eead-be90-4509-aa21-4449eaf20bb4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 6837 | 2024.10.04 15:59:34.035269 [ 199 ] {00490d86-ebe4-4f2c-857c-d83cd24ebd05::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 8 rows starting from the beginning of the part | ||
| 6838 | 2024.10.04 15:59:34.036443 [ 3 ] {45c5eead-be90-4509-aa21-4449eaf20bb4} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 6839 | 2024.10.04 15:59:34.037345 [ 3 ] {45c5eead-be90-4509-aa21-4449eaf20bb4} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6840 | 2024.10.04 15:59:34.037574 [ 3 ] {45c5eead-be90-4509-aa21-4449eaf20bb4} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005133 sec., 15975.063315799725 rows/sec., 1.01 MiB/sec. | ||
| 6841 | 2024.10.04 15:59:34.037888 [ 3 ] {45c5eead-be90-4509-aa21-4449eaf20bb4} <Debug> DynamicQueryHandler: Done processing query | ||
| 6842 | 2024.10.04 15:59:34.037942 [ 3 ] {45c5eead-be90-4509-aa21-4449eaf20bb4} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 6843 | 2024.10.04 15:59:34.037984 [ 3 ] {} <Debug> HTTP-Session: 740bb18f-e914-4c6c-ba92-8ae7a386b8a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6844 | 2024.10.04 15:59:34.040245 [ 196 ] {00490d86-ebe4-4f2c-857c-d83cd24ebd05::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 396 rows, containing 19 columns (19 merged, 0 gathered) in 0.009568719 sec., 41384.84994699917 rows/sec., 74.16 MiB/sec. | ||
| 6845 | 2024.10.04 15:59:34.041019 [ 196 ] {00490d86-ebe4-4f2c-857c-d83cd24ebd05::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 6846 | 2024.10.04 15:59:34.041618 [ 196 ] {00490d86-ebe4-4f2c-857c-d83cd24ebd05::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (00490d86-ebe4-4f2c-857c-d83cd24ebd05): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6847 | 2024.10.04 15:59:34.041696 [ 196 ] {00490d86-ebe4-4f2c-857c-d83cd24ebd05::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (00490d86-ebe4-4f2c-857c-d83cd24ebd05) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 6848 | 2024.10.04 15:59:34.041838 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.05 MiB. | ||
| 6849 | 2024.10.04 15:59:35.878480 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 682 | ||
| 6850 | 2024.10.04 15:59:35.881530 [ 242 ] {} <Trace> system.query_log (8f12c5ea-7fed-46c2-8a08-f82b2fd1cd88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6851 | 2024.10.04 15:59:35.881578 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 6852 | 2024.10.04 15:59:35.883043 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 6853 | 2024.10.04 15:59:35.884024 [ 242 ] {} <Trace> system.query_log (8f12c5ea-7fed-46c2-8a08-f82b2fd1cd88): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6854 | 2024.10.04 15:59:35.884272 [ 86 ] {} <Debug> system.query_log (8f12c5ea-7fed-46c2-8a08-f82b2fd1cd88) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 6855 | 2024.10.04 15:59:35.884438 [ 86 ] {} <Trace> system.query_log (8f12c5ea-7fed-46c2-8a08-f82b2fd1cd88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6856 | 2024.10.04 15:59:35.884569 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 6857 | 2024.10.04 15:59:35.885692 [ 187 ] {8f12c5ea-7fed-46c2-8a08-f82b2fd1cd88::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 | ||
| 6858 | 2024.10.04 15:59:35.885906 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 682 | ||
| 6859 | 2024.10.04 15:59:35.886800 [ 187 ] {8f12c5ea-7fed-46c2-8a08-f82b2fd1cd88::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6860 | 2024.10.04 15:59:35.886990 [ 187 ] {8f12c5ea-7fed-46c2-8a08-f82b2fd1cd88::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 502 rows starting from the beginning of the part | ||
| 6861 | 2024.10.04 15:59:35.887546 [ 187 ] {8f12c5ea-7fed-46c2-8a08-f82b2fd1cd88::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 34 rows starting from the beginning of the part | ||
| 6862 | 2024.10.04 15:59:35.888062 [ 187 ] {8f12c5ea-7fed-46c2-8a08-f82b2fd1cd88::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 32 rows starting from the beginning of the part | ||
| 6863 | 2024.10.04 15:59:35.888545 [ 187 ] {8f12c5ea-7fed-46c2-8a08-f82b2fd1cd88::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 48 rows starting from the beginning of the part | ||
| 6864 | 2024.10.04 15:59:35.889003 [ 187 ] {8f12c5ea-7fed-46c2-8a08-f82b2fd1cd88::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 34 rows starting from the beginning of the part | ||
| 6865 | 2024.10.04 15:59:35.889407 [ 187 ] {8f12c5ea-7fed-46c2-8a08-f82b2fd1cd88::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 32 rows starting from the beginning of the part | ||
| 6866 | 2024.10.04 15:59:35.897850 [ 190 ] {8f12c5ea-7fed-46c2-8a08-f82b2fd1cd88::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 682 rows, containing 72 columns (72 merged, 0 gathered) in 0.012981065 sec., 52538.06216978345 rows/sec., 38.91 MiB/sec. | ||
| 6867 | 2024.10.04 15:59:35.898993 [ 190 ] {8f12c5ea-7fed-46c2-8a08-f82b2fd1cd88::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 6868 | 2024.10.04 15:59:35.901039 [ 190 ] {8f12c5ea-7fed-46c2-8a08-f82b2fd1cd88::all_1_16_3} <Trace> system.query_log (8f12c5ea-7fed-46c2-8a08-f82b2fd1cd88): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6869 | 2024.10.04 15:59:35.901133 [ 190 ] {8f12c5ea-7fed-46c2-8a08-f82b2fd1cd88::all_1_16_3} <Trace> system.query_log (8f12c5ea-7fed-46c2-8a08-f82b2fd1cd88) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 6870 | 2024.10.04 15:59:35.901467 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.10 MiB. | ||
| 6871 | 2024.10.04 15:59:38.998709 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 17482, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6872 | 2024.10.04 15:59:38.998822 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6873 | 2024.10.04 15:59:38.998848 [ 3 ] {} <Debug> HTTP-Session: 21770767-feb6-416b-b554-54a3d2d4e1ef Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 6874 | 2024.10.04 15:59:38.998874 [ 3 ] {} <Debug> HTTP-Session: 21770767-feb6-416b-b554-54a3d2d4e1ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6875 | 2024.10.04 15:59:38.998889 [ 3 ] {} <Debug> HTTP-Session: 21770767-feb6-416b-b554-54a3d2d4e1ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6876 | 2024.10.04 15:59:38.998940 [ 3 ] {} <Trace> HTTP-Session: 21770767-feb6-416b-b554-54a3d2d4e1ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6877 | 2024.10.04 15:59:38.999160 [ 3 ] {b103b689-6c63-43e3-861f-85349a80efc3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 6878 | 2024.10.04 15:59:38.999228 [ 3 ] {b103b689-6c63-43e3-861f-85349a80efc3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6879 | 2024.10.04 15:59:38.999564 [ 3 ] {b103b689-6c63-43e3-861f-85349a80efc3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6880 | 2024.10.04 15:59:39.000077 [ 3 ] {b103b689-6c63-43e3-861f-85349a80efc3} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6881 | 2024.10.04 15:59:39.000146 [ 3 ] {b103b689-6c63-43e3-861f-85349a80efc3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 6882 | 2024.10.04 15:59:39.000159 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 156.69 MiB, peak 164.18 MiB, free memory in arenas 0.00 B, will set to 155.63 MiB (RSS), difference: -1.06 MiB | ||
| 6883 | 2024.10.04 15:59:39.000877 [ 3 ] {b103b689-6c63-43e3-861f-85349a80efc3} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 6884 | 2024.10.04 15:59:39.001288 [ 3 ] {b103b689-6c63-43e3-861f-85349a80efc3} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6885 | 2024.10.04 15:59:39.001438 [ 3 ] {b103b689-6c63-43e3-861f-85349a80efc3} <Debug> executeQuery: Read 118 rows, 10.28 KiB in 0.00236 sec., 50000 rows/sec., 4.25 MiB/sec. | ||
| 6886 | 2024.10.04 15:59:39.001642 [ 3 ] {b103b689-6c63-43e3-861f-85349a80efc3} <Debug> DynamicQueryHandler: Done processing query | ||
| 6887 | 2024.10.04 15:59:39.001671 [ 3 ] {b103b689-6c63-43e3-861f-85349a80efc3} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 6888 | 2024.10.04 15:59:39.001688 [ 3 ] {} <Debug> HTTP-Session: 21770767-feb6-416b-b554-54a3d2d4e1ef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6889 | 2024.10.04 15:59:39.001858 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 4500, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6890 | 2024.10.04 15:59:39.001909 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6891 | 2024.10.04 15:59:39.001929 [ 3 ] {} <Debug> HTTP-Session: 6298b92f-dd45-4e87-ad5f-2c8927c72216 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 6892 | 2024.10.04 15:59:39.001947 [ 3 ] {} <Debug> HTTP-Session: 6298b92f-dd45-4e87-ad5f-2c8927c72216 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6893 | 2024.10.04 15:59:39.001962 [ 3 ] {} <Debug> HTTP-Session: 6298b92f-dd45-4e87-ad5f-2c8927c72216 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6894 | 2024.10.04 15:59:39.001995 [ 3 ] {} <Trace> HTTP-Session: 6298b92f-dd45-4e87-ad5f-2c8927c72216 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6895 | 2024.10.04 15:59:39.002103 [ 3 ] {ce8f7495-2cb6-49c2-9e69-30f7394c4d37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 6896 | 2024.10.04 15:59:39.002148 [ 3 ] {ce8f7495-2cb6-49c2-9e69-30f7394c4d37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6897 | 2024.10.04 15:59:39.002376 [ 3 ] {ce8f7495-2cb6-49c2-9e69-30f7394c4d37} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6898 | 2024.10.04 15:59:39.002822 [ 3 ] {ce8f7495-2cb6-49c2-9e69-30f7394c4d37} <Trace> oximeter.fields_u16 (e9c2286f-cf98-4582-9ae4-6e9eb84e22b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6899 | 2024.10.04 15:59:39.002867 [ 3 ] {ce8f7495-2cb6-49c2-9e69-30f7394c4d37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 6900 | 2024.10.04 15:59:39.003325 [ 3 ] {ce8f7495-2cb6-49c2-9e69-30f7394c4d37} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 6901 | 2024.10.04 15:59:39.003795 [ 3 ] {ce8f7495-2cb6-49c2-9e69-30f7394c4d37} <Trace> oximeter.fields_u16 (e9c2286f-cf98-4582-9ae4-6e9eb84e22b6): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6902 | 2024.10.04 15:59:39.003955 [ 3 ] {ce8f7495-2cb6-49c2-9e69-30f7394c4d37} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.001885 sec., 16445.623342175066 rows/sec., 1.21 MiB/sec. | ||
| 6903 | 2024.10.04 15:59:39.004151 [ 3 ] {ce8f7495-2cb6-49c2-9e69-30f7394c4d37} <Debug> DynamicQueryHandler: Done processing query | ||
| 6904 | 2024.10.04 15:59:39.004178 [ 3 ] {ce8f7495-2cb6-49c2-9e69-30f7394c4d37} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 6905 | 2024.10.04 15:59:39.004194 [ 3 ] {} <Debug> HTTP-Session: 6298b92f-dd45-4e87-ad5f-2c8927c72216 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6906 | 2024.10.04 15:59:39.004344 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 16149, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6907 | 2024.10.04 15:59:39.004394 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6908 | 2024.10.04 15:59:39.004414 [ 3 ] {} <Debug> HTTP-Session: a89db26f-b933-41e9-884a-95e70c341a47 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 6909 | 2024.10.04 15:59:39.004431 [ 3 ] {} <Debug> HTTP-Session: a89db26f-b933-41e9-884a-95e70c341a47 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6910 | 2024.10.04 15:59:39.004445 [ 3 ] {} <Debug> HTTP-Session: a89db26f-b933-41e9-884a-95e70c341a47 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6911 | 2024.10.04 15:59:39.004477 [ 3 ] {} <Trace> HTTP-Session: a89db26f-b933-41e9-884a-95e70c341a47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6912 | 2024.10.04 15:59:39.004595 [ 3 ] {7fc87478-8492-449f-bd07-5878fd20ff50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 6913 | 2024.10.04 15:59:39.004638 [ 3 ] {7fc87478-8492-449f-bd07-5878fd20ff50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6914 | 2024.10.04 15:59:39.004862 [ 3 ] {7fc87478-8492-449f-bd07-5878fd20ff50} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6915 | 2024.10.04 15:59:39.005248 [ 3 ] {7fc87478-8492-449f-bd07-5878fd20ff50} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6916 | 2024.10.04 15:59:39.005284 [ 3 ] {7fc87478-8492-449f-bd07-5878fd20ff50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 6917 | 2024.10.04 15:59:39.005641 [ 3 ] {7fc87478-8492-449f-bd07-5878fd20ff50} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 6918 | 2024.10.04 15:59:39.006003 [ 3 ] {7fc87478-8492-449f-bd07-5878fd20ff50} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6919 | 2024.10.04 15:59:39.006131 [ 3 ] {7fc87478-8492-449f-bd07-5878fd20ff50} <Debug> executeQuery: Read 95 rows, 7.60 KiB in 0.00158 sec., 60126.582278481015 rows/sec., 4.70 MiB/sec. | ||
| 6920 | 2024.10.04 15:59:39.006293 [ 3 ] {7fc87478-8492-449f-bd07-5878fd20ff50} <Debug> DynamicQueryHandler: Done processing query | ||
| 6921 | 2024.10.04 15:59:39.006319 [ 3 ] {7fc87478-8492-449f-bd07-5878fd20ff50} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 6922 | 2024.10.04 15:59:39.006336 [ 3 ] {} <Debug> HTTP-Session: a89db26f-b933-41e9-884a-95e70c341a47 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6923 | 2024.10.04 15:59:39.006537 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 30647, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6924 | 2024.10.04 15:59:39.006586 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6925 | 2024.10.04 15:59:39.006605 [ 3 ] {} <Debug> HTTP-Session: 68d37fa4-8775-4686-aa94-0ec3ef601e10 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 6926 | 2024.10.04 15:59:39.006622 [ 3 ] {} <Debug> HTTP-Session: 68d37fa4-8775-4686-aa94-0ec3ef601e10 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6927 | 2024.10.04 15:59:39.006636 [ 3 ] {} <Debug> HTTP-Session: 68d37fa4-8775-4686-aa94-0ec3ef601e10 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6928 | 2024.10.04 15:59:39.006667 [ 3 ] {} <Trace> HTTP-Session: 68d37fa4-8775-4686-aa94-0ec3ef601e10 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6929 | 2024.10.04 15:59:39.006813 [ 3 ] {eeb1cb27-eda3-448a-866a-e401f3433e78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 6930 | 2024.10.04 15:59:39.006860 [ 3 ] {eeb1cb27-eda3-448a-866a-e401f3433e78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6931 | 2024.10.04 15:59:39.007005 [ 3 ] {eeb1cb27-eda3-448a-866a-e401f3433e78} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6932 | 2024.10.04 15:59:39.007404 [ 3 ] {eeb1cb27-eda3-448a-866a-e401f3433e78} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6933 | 2024.10.04 15:59:39.007439 [ 3 ] {eeb1cb27-eda3-448a-866a-e401f3433e78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 6934 | 2024.10.04 15:59:39.007858 [ 3 ] {eeb1cb27-eda3-448a-866a-e401f3433e78} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 6935 | 2024.10.04 15:59:39.008205 [ 3 ] {eeb1cb27-eda3-448a-866a-e401f3433e78} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6936 | 2024.10.04 15:59:39.008336 [ 3 ] {eeb1cb27-eda3-448a-866a-e401f3433e78} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001589 sec., 100692.25928256765 rows/sec., 7.01 MiB/sec. | ||
| 6937 | 2024.10.04 15:59:39.008612 [ 3 ] {eeb1cb27-eda3-448a-866a-e401f3433e78} <Debug> DynamicQueryHandler: Done processing query | ||
| 6938 | 2024.10.04 15:59:39.008676 [ 3 ] {eeb1cb27-eda3-448a-866a-e401f3433e78} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 6939 | 2024.10.04 15:59:39.008699 [ 3 ] {} <Debug> HTTP-Session: 68d37fa4-8775-4686-aa94-0ec3ef601e10 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6940 | 2024.10.04 15:59:39.008962 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 51787, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6941 | 2024.10.04 15:59:39.009025 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6942 | 2024.10.04 15:59:39.009044 [ 3 ] {} <Debug> HTTP-Session: 0efb7fdf-169e-4f9e-94b2-cc52d90a6c06 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 6943 | 2024.10.04 15:59:39.009060 [ 3 ] {} <Debug> HTTP-Session: 0efb7fdf-169e-4f9e-94b2-cc52d90a6c06 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6944 | 2024.10.04 15:59:39.009075 [ 3 ] {} <Debug> HTTP-Session: 0efb7fdf-169e-4f9e-94b2-cc52d90a6c06 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6945 | 2024.10.04 15:59:39.009106 [ 3 ] {} <Trace> HTTP-Session: 0efb7fdf-169e-4f9e-94b2-cc52d90a6c06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6946 | 2024.10.04 15:59:39.009433 [ 3 ] {597ee0df-b0f1-4510-a7eb-ed698746626e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 6947 | 2024.10.04 15:59:39.009503 [ 3 ] {597ee0df-b0f1-4510-a7eb-ed698746626e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6948 | 2024.10.04 15:59:39.009950 [ 3 ] {597ee0df-b0f1-4510-a7eb-ed698746626e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6949 | 2024.10.04 15:59:39.010561 [ 3 ] {597ee0df-b0f1-4510-a7eb-ed698746626e} <Trace> oximeter.measurements_histogramu64 (00490d86-ebe4-4f2c-857c-d83cd24ebd05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6950 | 2024.10.04 15:59:39.010597 [ 3 ] {597ee0df-b0f1-4510-a7eb-ed698746626e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 6951 | 2024.10.04 15:59:39.011244 [ 3 ] {597ee0df-b0f1-4510-a7eb-ed698746626e} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6952 | 2024.10.04 15:59:39.011663 [ 3 ] {597ee0df-b0f1-4510-a7eb-ed698746626e} <Trace> oximeter.measurements_histogramu64 (00490d86-ebe4-4f2c-857c-d83cd24ebd05): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6953 | 2024.10.04 15:59:39.011819 [ 3 ] {597ee0df-b0f1-4510-a7eb-ed698746626e} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002617 sec., 11845.62476117692 rows/sec., 21.23 MiB/sec. | ||
| 6954 | 2024.10.04 15:59:39.012019 [ 3 ] {597ee0df-b0f1-4510-a7eb-ed698746626e} <Debug> DynamicQueryHandler: Done processing query | ||
| 6955 | 2024.10.04 15:59:39.012044 [ 3 ] {597ee0df-b0f1-4510-a7eb-ed698746626e} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
| 6956 | 2024.10.04 15:59:39.012061 [ 3 ] {} <Debug> HTTP-Session: 0efb7fdf-169e-4f9e-94b2-cc52d90a6c06 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6957 | 2024.10.04 15:59:39.012203 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6958 | 2024.10.04 15:59:39.012251 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6959 | 2024.10.04 15:59:39.012271 [ 3 ] {} <Debug> HTTP-Session: 102bb827-6a8c-4102-b13c-b0d9d2d6ffbb Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 6960 | 2024.10.04 15:59:39.012287 [ 3 ] {} <Debug> HTTP-Session: 102bb827-6a8c-4102-b13c-b0d9d2d6ffbb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6961 | 2024.10.04 15:59:39.012301 [ 3 ] {} <Debug> HTTP-Session: 102bb827-6a8c-4102-b13c-b0d9d2d6ffbb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6962 | 2024.10.04 15:59:39.012333 [ 3 ] {} <Trace> HTTP-Session: 102bb827-6a8c-4102-b13c-b0d9d2d6ffbb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6963 | 2024.10.04 15:59:39.012449 [ 3 ] {9b0877bc-7a40-46ce-a981-b483967236c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 6964 | 2024.10.04 15:59:39.012493 [ 3 ] {9b0877bc-7a40-46ce-a981-b483967236c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6965 | 2024.10.04 15:59:39.012626 [ 3 ] {9b0877bc-7a40-46ce-a981-b483967236c3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6966 | 2024.10.04 15:59:39.012922 [ 3 ] {9b0877bc-7a40-46ce-a981-b483967236c3} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6967 | 2024.10.04 15:59:39.012958 [ 3 ] {9b0877bc-7a40-46ce-a981-b483967236c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 6968 | 2024.10.04 15:59:39.013316 [ 3 ] {9b0877bc-7a40-46ce-a981-b483967236c3} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 6969 | 2024.10.04 15:59:39.013653 [ 3 ] {9b0877bc-7a40-46ce-a981-b483967236c3} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6970 | 2024.10.04 15:59:39.013793 [ 3 ] {9b0877bc-7a40-46ce-a981-b483967236c3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001385 sec., 43321.29963898917 rows/sec., 2.92 MiB/sec. | ||
| 6971 | 2024.10.04 15:59:39.013962 [ 3 ] {9b0877bc-7a40-46ce-a981-b483967236c3} <Debug> DynamicQueryHandler: Done processing query | ||
| 6972 | 2024.10.04 15:59:39.013987 [ 3 ] {9b0877bc-7a40-46ce-a981-b483967236c3} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 6973 | 2024.10.04 15:59:39.014004 [ 3 ] {} <Debug> HTTP-Session: 102bb827-6a8c-4102-b13c-b0d9d2d6ffbb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6974 | 2024.10.04 15:59:40.611907 [ 83 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6975 | 2024.10.04 15:59:40.611958 [ 83 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6976 | 2024.10.04 15:59:41.144465 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 195818, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6977 | 2024.10.04 15:59:41.144603 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6978 | 2024.10.04 15:59:41.144634 [ 3 ] {} <Debug> HTTP-Session: 0558607b-21ec-4019-bf3e-fba5ee1a052f Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 6979 | 2024.10.04 15:59:41.144659 [ 3 ] {} <Debug> HTTP-Session: 0558607b-21ec-4019-bf3e-fba5ee1a052f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6980 | 2024.10.04 15:59:41.144674 [ 3 ] {} <Debug> HTTP-Session: 0558607b-21ec-4019-bf3e-fba5ee1a052f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6981 | 2024.10.04 15:59:41.144727 [ 3 ] {} <Trace> HTTP-Session: 0558607b-21ec-4019-bf3e-fba5ee1a052f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6982 | 2024.10.04 15:59:41.145535 [ 3 ] {852696bf-9c6d-4c1f-a8d5-a911cf5402db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 6983 | 2024.10.04 15:59:41.145609 [ 3 ] {852696bf-9c6d-4c1f-a8d5-a911cf5402db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6984 | 2024.10.04 15:59:41.145958 [ 3 ] {852696bf-9c6d-4c1f-a8d5-a911cf5402db} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6985 | 2024.10.04 15:59:41.147241 [ 3 ] {852696bf-9c6d-4c1f-a8d5-a911cf5402db} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6986 | 2024.10.04 15:59:41.147289 [ 3 ] {852696bf-9c6d-4c1f-a8d5-a911cf5402db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 6987 | 2024.10.04 15:59:41.147846 [ 3 ] {852696bf-9c6d-4c1f-a8d5-a911cf5402db} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 6988 | 2024.10.04 15:59:41.148257 [ 3 ] {852696bf-9c6d-4c1f-a8d5-a911cf5402db} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6989 | 2024.10.04 15:59:41.148420 [ 3 ] {852696bf-9c6d-4c1f-a8d5-a911cf5402db} <Debug> executeQuery: Read 1345 rows, 114.48 KiB in 0.003489 sec., 385497.27715677844 rows/sec., 32.04 MiB/sec. | ||
| 6990 | 2024.10.04 15:59:41.148448 [ 82 ] {} <Debug> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 6991 | 2024.10.04 15:59:41.148562 [ 82 ] {} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6992 | 2024.10.04 15:59:41.148611 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 6993 | 2024.10.04 15:59:41.148749 [ 3 ] {852696bf-9c6d-4c1f-a8d5-a911cf5402db} <Debug> DynamicQueryHandler: Done processing query | ||
| 6994 | 2024.10.04 15:59:41.148802 [ 3 ] {852696bf-9c6d-4c1f-a8d5-a911cf5402db} <Debug> MemoryTracker: Peak memory usage (for query): 5.00 MiB. | ||
| 6995 | 2024.10.04 15:59:41.148802 [ 198 ] {eb62afc5-bcd4-4b43-a1a9-182e649ae812::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 | ||
| 6996 | 2024.10.04 15:59:41.148830 [ 3 ] {} <Debug> HTTP-Session: 0558607b-21ec-4019-bf3e-fba5ee1a052f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6997 | 2024.10.04 15:59:41.149011 [ 198 ] {eb62afc5-bcd4-4b43-a1a9-182e649ae812::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6998 | 2024.10.04 15:59:41.149054 [ 198 ] {eb62afc5-bcd4-4b43-a1a9-182e649ae812::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1416 rows starting from the beginning of the part | ||
| 6999 | 2024.10.04 15:59:41.149140 [ 198 ] {eb62afc5-bcd4-4b43-a1a9-182e649ae812::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 205 rows starting from the beginning of the part | ||
| 7000 | 2024.10.04 15:59:41.149249 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 1197, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7001 | 2024.10.04 15:59:41.149442 [ 198 ] {eb62afc5-bcd4-4b43-a1a9-182e649ae812::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 118 rows starting from the beginning of the part | ||
| 7002 | 2024.10.04 15:59:41.149681 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7003 | 2024.10.04 15:59:41.149770 [ 3 ] {} <Debug> HTTP-Session: fb3ac087-2aaa-4f05-9373-a404cbfa7788 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 7004 | 2024.10.04 15:59:41.149813 [ 198 ] {eb62afc5-bcd4-4b43-a1a9-182e649ae812::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 205 rows starting from the beginning of the part | ||
| 7005 | 2024.10.04 15:59:41.149898 [ 3 ] {} <Debug> HTTP-Session: fb3ac087-2aaa-4f05-9373-a404cbfa7788 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7006 | 2024.10.04 15:59:41.150006 [ 3 ] {} <Debug> HTTP-Session: fb3ac087-2aaa-4f05-9373-a404cbfa7788 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7007 | 2024.10.04 15:59:41.150107 [ 198 ] {eb62afc5-bcd4-4b43-a1a9-182e649ae812::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 118 rows starting from the beginning of the part | ||
| 7008 | 2024.10.04 15:59:41.150164 [ 3 ] {} <Trace> HTTP-Session: fb3ac087-2aaa-4f05-9373-a404cbfa7788 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7009 | 2024.10.04 15:59:41.150337 [ 198 ] {eb62afc5-bcd4-4b43-a1a9-182e649ae812::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 1345 rows starting from the beginning of the part | ||
| 7010 | 2024.10.04 15:59:41.150862 [ 3 ] {fefaf9e9-d997-4292-bfd1-e6037116ae27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 7011 | 2024.10.04 15:59:41.150945 [ 3 ] {fefaf9e9-d997-4292-bfd1-e6037116ae27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7012 | 2024.10.04 15:59:41.151737 [ 3 ] {fefaf9e9-d997-4292-bfd1-e6037116ae27} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7013 | 2024.10.04 15:59:41.152730 [ 3 ] {fefaf9e9-d997-4292-bfd1-e6037116ae27} <Trace> oximeter.fields_u16 (e9c2286f-cf98-4582-9ae4-6e9eb84e22b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7014 | 2024.10.04 15:59:41.152806 [ 3 ] {fefaf9e9-d997-4292-bfd1-e6037116ae27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 7015 | 2024.10.04 15:59:41.153539 [ 3 ] {fefaf9e9-d997-4292-bfd1-e6037116ae27} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7016 | 2024.10.04 15:59:41.154242 [ 3 ] {fefaf9e9-d997-4292-bfd1-e6037116ae27} <Trace> oximeter.fields_u16 (e9c2286f-cf98-4582-9ae4-6e9eb84e22b6): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7017 | 2024.10.04 15:59:41.154276 [ 198 ] {eb62afc5-bcd4-4b43-a1a9-182e649ae812::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3407 rows, containing 5 columns (5 merged, 0 gathered) in 0.00558486 sec., 610042.1496689264 rows/sec., 53.52 MiB/sec. | ||
| 7018 | 2024.10.04 15:59:41.154490 [ 3 ] {fefaf9e9-d997-4292-bfd1-e6037116ae27} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.004035 sec., 1982.6517967781906 rows/sec., 149.09 KiB/sec. | ||
| 7019 | 2024.10.04 15:59:41.154495 [ 82 ] {} <Debug> oximeter.fields_u16 (e9c2286f-cf98-4582-9ae4-6e9eb84e22b6) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 7020 | 2024.10.04 15:59:41.154610 [ 82 ] {} <Trace> oximeter.fields_u16 (e9c2286f-cf98-4582-9ae4-6e9eb84e22b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7021 | 2024.10.04 15:59:41.154646 [ 198 ] {eb62afc5-bcd4-4b43-a1a9-182e649ae812::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 7022 | 2024.10.04 15:59:41.154693 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 7023 | 2024.10.04 15:59:41.155097 [ 3 ] {fefaf9e9-d997-4292-bfd1-e6037116ae27} <Debug> DynamicQueryHandler: Done processing query | ||
| 7024 | 2024.10.04 15:59:41.155134 [ 195 ] {e9c2286f-cf98-4582-9ae4-6e9eb84e22b6::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 | ||
| 7025 | 2024.10.04 15:59:41.155169 [ 3 ] {fefaf9e9-d997-4292-bfd1-e6037116ae27} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 7026 | 2024.10.04 15:59:41.155275 [ 3 ] {} <Debug> HTTP-Session: fb3ac087-2aaa-4f05-9373-a404cbfa7788 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7027 | 2024.10.04 15:59:41.155633 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 32341, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7028 | 2024.10.04 15:59:41.155807 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7029 | 2024.10.04 15:59:41.155877 [ 3 ] {} <Debug> HTTP-Session: 5b338346-ee18-4c75-8efc-81592988e977 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 7030 | 2024.10.04 15:59:41.155951 [ 3 ] {} <Debug> HTTP-Session: 5b338346-ee18-4c75-8efc-81592988e977 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7031 | 2024.10.04 15:59:41.156031 [ 3 ] {} <Debug> HTTP-Session: 5b338346-ee18-4c75-8efc-81592988e977 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7032 | 2024.10.04 15:59:41.156048 [ 195 ] {e9c2286f-cf98-4582-9ae4-6e9eb84e22b6::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7033 | 2024.10.04 15:59:41.156167 [ 3 ] {} <Trace> HTTP-Session: 5b338346-ee18-4c75-8efc-81592988e977 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7034 | 2024.10.04 15:59:41.156194 [ 195 ] {e9c2286f-cf98-4582-9ae4-6e9eb84e22b6::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 57 rows starting from the beginning of the part | ||
| 7035 | 2024.10.04 15:59:41.156299 [ 198 ] {eb62afc5-bcd4-4b43-a1a9-182e649ae812::all_1_36_7} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7036 | 2024.10.04 15:59:41.156671 [ 195 ] {e9c2286f-cf98-4582-9ae4-6e9eb84e22b6::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 8 rows starting from the beginning of the part | ||
| 7037 | 2024.10.04 15:59:41.156796 [ 198 ] {eb62afc5-bcd4-4b43-a1a9-182e649ae812::all_1_36_7} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 7038 | 2024.10.04 15:59:41.156807 [ 3 ] {9d110345-fdfb-42e7-b356-cb553e6e3841} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 7039 | 2024.10.04 15:59:41.157056 [ 3 ] {9d110345-fdfb-42e7-b356-cb553e6e3841} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7040 | 2024.10.04 15:59:41.157073 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB. | ||
| 7041 | 2024.10.04 15:59:41.157254 [ 195 ] {e9c2286f-cf98-4582-9ae4-6e9eb84e22b6::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 31 rows starting from the beginning of the part | ||
| 7042 | 2024.10.04 15:59:41.157622 [ 195 ] {e9c2286f-cf98-4582-9ae4-6e9eb84e22b6::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 8 rows starting from the beginning of the part | ||
| 7043 | 2024.10.04 15:59:41.157991 [ 195 ] {e9c2286f-cf98-4582-9ae4-6e9eb84e22b6::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 31 rows starting from the beginning of the part | ||
| 7044 | 2024.10.04 15:59:41.158364 [ 195 ] {e9c2286f-cf98-4582-9ae4-6e9eb84e22b6::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 8 rows starting from the beginning of the part | ||
| 7045 | 2024.10.04 15:59:41.158467 [ 3 ] {9d110345-fdfb-42e7-b356-cb553e6e3841} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7046 | 2024.10.04 15:59:41.159709 [ 3 ] {9d110345-fdfb-42e7-b356-cb553e6e3841} <Trace> oximeter.fields_u32 (d636b635-d679-4839-bb6a-f39822d1a48c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7047 | 2024.10.04 15:59:41.159783 [ 3 ] {9d110345-fdfb-42e7-b356-cb553e6e3841} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 7048 | 2024.10.04 15:59:41.160836 [ 3 ] {9d110345-fdfb-42e7-b356-cb553e6e3841} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 7049 | 2024.10.04 15:59:41.161194 [ 195 ] {e9c2286f-cf98-4582-9ae4-6e9eb84e22b6::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 143 rows, containing 5 columns (5 merged, 0 gathered) in 0.006244936 sec., 22898.55332384511 rows/sec., 1.75 MiB/sec. | ||
| 7050 | 2024.10.04 15:59:41.161452 [ 195 ] {e9c2286f-cf98-4582-9ae4-6e9eb84e22b6::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 7051 | 2024.10.04 15:59:41.161751 [ 3 ] {9d110345-fdfb-42e7-b356-cb553e6e3841} <Trace> oximeter.fields_u32 (d636b635-d679-4839-bb6a-f39822d1a48c): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7052 | 2024.10.04 15:59:41.162250 [ 3 ] {9d110345-fdfb-42e7-b356-cb553e6e3841} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.005848 sec., 41381.668946648424 rows/sec., 2.80 MiB/sec. | ||
| 7053 | 2024.10.04 15:59:41.162630 [ 195 ] {e9c2286f-cf98-4582-9ae4-6e9eb84e22b6::all_1_26_5} <Trace> oximeter.fields_u16 (e9c2286f-cf98-4582-9ae4-6e9eb84e22b6): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7054 | 2024.10.04 15:59:41.162649 [ 3 ] {9d110345-fdfb-42e7-b356-cb553e6e3841} <Debug> DynamicQueryHandler: Done processing query | ||
| 7055 | 2024.10.04 15:59:41.162709 [ 3 ] {9d110345-fdfb-42e7-b356-cb553e6e3841} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 7056 | 2024.10.04 15:59:41.162749 [ 3 ] {} <Debug> HTTP-Session: 5b338346-ee18-4c75-8efc-81592988e977 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7057 | 2024.10.04 15:59:41.162801 [ 195 ] {e9c2286f-cf98-4582-9ae4-6e9eb84e22b6::all_1_26_5} <Trace> oximeter.fields_u16 (e9c2286f-cf98-4582-9ae4-6e9eb84e22b6) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 7058 | 2024.10.04 15:59:41.162913 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 7059 | 2024.10.04 15:59:41.162943 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7060 | 2024.10.04 15:59:41.163012 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7061 | 2024.10.04 15:59:41.163031 [ 3 ] {} <Debug> HTTP-Session: d2472ac4-e0c4-4dd6-ae3a-33bd3d7963d9 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 7062 | 2024.10.04 15:59:41.163049 [ 3 ] {} <Debug> HTTP-Session: d2472ac4-e0c4-4dd6-ae3a-33bd3d7963d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7063 | 2024.10.04 15:59:41.163063 [ 3 ] {} <Debug> HTTP-Session: d2472ac4-e0c4-4dd6-ae3a-33bd3d7963d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7064 | 2024.10.04 15:59:41.163096 [ 3 ] {} <Trace> HTTP-Session: d2472ac4-e0c4-4dd6-ae3a-33bd3d7963d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7065 | 2024.10.04 15:59:41.163200 [ 3 ] {c79e891b-221c-421c-97dc-5b283e351135} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 7066 | 2024.10.04 15:59:41.163244 [ 3 ] {c79e891b-221c-421c-97dc-5b283e351135} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7067 | 2024.10.04 15:59:41.163498 [ 3 ] {c79e891b-221c-421c-97dc-5b283e351135} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7068 | 2024.10.04 15:59:41.163845 [ 3 ] {c79e891b-221c-421c-97dc-5b283e351135} <Trace> oximeter.fields_u8 (b38c7fc2-16b2-4da0-8e0e-60bfa18d3929): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7069 | 2024.10.04 15:59:41.163882 [ 3 ] {c79e891b-221c-421c-97dc-5b283e351135} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 7070 | 2024.10.04 15:59:41.164234 [ 3 ] {c79e891b-221c-421c-97dc-5b283e351135} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 7071 | 2024.10.04 15:59:41.164597 [ 3 ] {c79e891b-221c-421c-97dc-5b283e351135} <Trace> oximeter.fields_u8 (b38c7fc2-16b2-4da0-8e0e-60bfa18d3929): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7072 | 2024.10.04 15:59:41.164765 [ 3 ] {c79e891b-221c-421c-97dc-5b283e351135} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001581 sec., 3795.066413662239 rows/sec., 224.22 KiB/sec. | ||
| 7073 | 2024.10.04 15:59:41.164946 [ 3 ] {c79e891b-221c-421c-97dc-5b283e351135} <Debug> DynamicQueryHandler: Done processing query | ||
| 7074 | 2024.10.04 15:59:41.164971 [ 3 ] {c79e891b-221c-421c-97dc-5b283e351135} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 7075 | 2024.10.04 15:59:41.164988 [ 3 ] {} <Debug> HTTP-Session: d2472ac4-e0c4-4dd6-ae3a-33bd3d7963d9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7076 | 2024.10.04 15:59:41.165215 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 138139, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7077 | 2024.10.04 15:59:41.165264 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7078 | 2024.10.04 15:59:41.165284 [ 3 ] {} <Debug> HTTP-Session: 326eb0b5-0fb4-42ac-96a5-1e640ecb6029 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 7079 | 2024.10.04 15:59:41.165301 [ 3 ] {} <Debug> HTTP-Session: 326eb0b5-0fb4-42ac-96a5-1e640ecb6029 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7080 | 2024.10.04 15:59:41.165315 [ 3 ] {} <Debug> HTTP-Session: 326eb0b5-0fb4-42ac-96a5-1e640ecb6029 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7081 | 2024.10.04 15:59:41.165347 [ 3 ] {} <Trace> HTTP-Session: 326eb0b5-0fb4-42ac-96a5-1e640ecb6029 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7082 | 2024.10.04 15:59:41.165742 [ 3 ] {dcd3b62e-db7c-47e7-8d9b-29247b914bc7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 7083 | 2024.10.04 15:59:41.165786 [ 3 ] {dcd3b62e-db7c-47e7-8d9b-29247b914bc7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7084 | 2024.10.04 15:59:41.166014 [ 3 ] {dcd3b62e-db7c-47e7-8d9b-29247b914bc7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7085 | 2024.10.04 15:59:41.166836 [ 3 ] {dcd3b62e-db7c-47e7-8d9b-29247b914bc7} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7086 | 2024.10.04 15:59:41.166873 [ 3 ] {dcd3b62e-db7c-47e7-8d9b-29247b914bc7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 7087 | 2024.10.04 15:59:41.167257 [ 3 ] {dcd3b62e-db7c-47e7-8d9b-29247b914bc7} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 7088 | 2024.10.04 15:59:41.167633 [ 3 ] {dcd3b62e-db7c-47e7-8d9b-29247b914bc7} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7089 | 2024.10.04 15:59:41.167799 [ 82 ] {} <Debug> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 7090 | 2024.10.04 15:59:41.167801 [ 3 ] {dcd3b62e-db7c-47e7-8d9b-29247b914bc7} <Debug> executeQuery: Read 846 rows, 62.61 KiB in 0.002291 sec., 369271.0606721955 rows/sec., 26.69 MiB/sec. | ||
| 7091 | 2024.10.04 15:59:41.167868 [ 82 ] {} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7092 | 2024.10.04 15:59:41.167943 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 7093 | 2024.10.04 15:59:41.168143 [ 3 ] {dcd3b62e-db7c-47e7-8d9b-29247b914bc7} <Debug> DynamicQueryHandler: Done processing query | ||
| 7094 | 2024.10.04 15:59:41.168166 [ 189 ] {db73ef1b-285a-4ffd-b768-8b0cb7509f0e::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 | ||
| 7095 | 2024.10.04 15:59:41.168178 [ 3 ] {dcd3b62e-db7c-47e7-8d9b-29247b914bc7} <Debug> MemoryTracker: Peak memory usage (for query): 4.74 MiB. | ||
| 7096 | 2024.10.04 15:59:41.168261 [ 3 ] {} <Debug> HTTP-Session: 326eb0b5-0fb4-42ac-96a5-1e640ecb6029 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7097 | 2024.10.04 15:59:41.168420 [ 189 ] {db73ef1b-285a-4ffd-b768-8b0cb7509f0e::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7098 | 2024.10.04 15:59:41.168467 [ 189 ] {db73ef1b-285a-4ffd-b768-8b0cb7509f0e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 913 rows starting from the beginning of the part | ||
| 7099 | 2024.10.04 15:59:41.168534 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 906, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7100 | 2024.10.04 15:59:41.168682 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7101 | 2024.10.04 15:59:41.168730 [ 189 ] {db73ef1b-285a-4ffd-b768-8b0cb7509f0e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 390 rows starting from the beginning of the part | ||
| 7102 | 2024.10.04 15:59:41.168758 [ 3 ] {} <Debug> HTTP-Session: a3aea57a-e0ba-4359-94e0-fe36087e979a Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 7103 | 2024.10.04 15:59:41.168817 [ 3 ] {} <Debug> HTTP-Session: a3aea57a-e0ba-4359-94e0-fe36087e979a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7104 | 2024.10.04 15:59:41.168858 [ 3 ] {} <Debug> HTTP-Session: a3aea57a-e0ba-4359-94e0-fe36087e979a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7105 | 2024.10.04 15:59:41.168989 [ 3 ] {} <Trace> HTTP-Session: a3aea57a-e0ba-4359-94e0-fe36087e979a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7106 | 2024.10.04 15:59:41.169059 [ 189 ] {db73ef1b-285a-4ffd-b768-8b0cb7509f0e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 95 rows starting from the beginning of the part | ||
| 7107 | 2024.10.04 15:59:41.169311 [ 3 ] {a9cb6bf5-3eb2-476c-9baf-7782eb106854} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 7108 | 2024.10.04 15:59:41.169366 [ 189 ] {db73ef1b-285a-4ffd-b768-8b0cb7509f0e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 390 rows starting from the beginning of the part | ||
| 7109 | 2024.10.04 15:59:41.169457 [ 3 ] {a9cb6bf5-3eb2-476c-9baf-7782eb106854} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7110 | 2024.10.04 15:59:41.169711 [ 189 ] {db73ef1b-285a-4ffd-b768-8b0cb7509f0e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 95 rows starting from the beginning of the part | ||
| 7111 | 2024.10.04 15:59:41.170207 [ 189 ] {db73ef1b-285a-4ffd-b768-8b0cb7509f0e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 846 rows starting from the beginning of the part | ||
| 7112 | 2024.10.04 15:59:41.170333 [ 3 ] {a9cb6bf5-3eb2-476c-9baf-7782eb106854} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7113 | 2024.10.04 15:59:41.171068 [ 3 ] {a9cb6bf5-3eb2-476c-9baf-7782eb106854} <Trace> oximeter.measurements_bool (07631250-7a70-49e6-a733-c0ce298d5d2f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7114 | 2024.10.04 15:59:41.171134 [ 3 ] {a9cb6bf5-3eb2-476c-9baf-7782eb106854} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 7115 | 2024.10.04 15:59:41.172062 [ 3 ] {a9cb6bf5-3eb2-476c-9baf-7782eb106854} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 7116 | 2024.10.04 15:59:41.172898 [ 3 ] {a9cb6bf5-3eb2-476c-9baf-7782eb106854} <Trace> oximeter.measurements_bool (07631250-7a70-49e6-a733-c0ce298d5d2f): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7117 | 2024.10.04 15:59:41.173099 [ 3 ] {a9cb6bf5-3eb2-476c-9baf-7782eb106854} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003933 sec., 1525.5530129672006 rows/sec., 79.70 KiB/sec. | ||
| 7118 | 2024.10.04 15:59:41.173324 [ 3 ] {a9cb6bf5-3eb2-476c-9baf-7782eb106854} <Debug> DynamicQueryHandler: Done processing query | ||
| 7119 | 2024.10.04 15:59:41.173374 [ 3 ] {a9cb6bf5-3eb2-476c-9baf-7782eb106854} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 7120 | 2024.10.04 15:59:41.173439 [ 3 ] {} <Debug> HTTP-Session: a3aea57a-e0ba-4359-94e0-fe36087e979a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7121 | 2024.10.04 15:59:41.173645 [ 191 ] {db73ef1b-285a-4ffd-b768-8b0cb7509f0e::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2729 rows, containing 5 columns (5 merged, 0 gathered) in 0.00559126 sec., 488083.1869739558 rows/sec., 37.22 MiB/sec. | ||
| 7122 | 2024.10.04 15:59:41.173768 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 188528, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7123 | 2024.10.04 15:59:41.173857 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7124 | 2024.10.04 15:59:41.173885 [ 194 ] {db73ef1b-285a-4ffd-b768-8b0cb7509f0e::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 7125 | 2024.10.04 15:59:41.173896 [ 3 ] {} <Debug> HTTP-Session: efbf0be1-7593-4ef6-8713-fb766ff4d728 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 7126 | 2024.10.04 15:59:41.173962 [ 3 ] {} <Debug> HTTP-Session: efbf0be1-7593-4ef6-8713-fb766ff4d728 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7127 | 2024.10.04 15:59:41.174010 [ 3 ] {} <Debug> HTTP-Session: efbf0be1-7593-4ef6-8713-fb766ff4d728 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7128 | 2024.10.04 15:59:41.174062 [ 3 ] {} <Trace> HTTP-Session: efbf0be1-7593-4ef6-8713-fb766ff4d728 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7129 | 2024.10.04 15:59:41.174626 [ 194 ] {db73ef1b-285a-4ffd-b768-8b0cb7509f0e::all_1_36_7} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7130 | 2024.10.04 15:59:41.174723 [ 194 ] {db73ef1b-285a-4ffd-b768-8b0cb7509f0e::all_1_36_7} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 7131 | 2024.10.04 15:59:41.174823 [ 3 ] {11ef32a8-4d3e-4004-b5f2-99e8c181f0b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 7132 | 2024.10.04 15:59:41.174864 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
| 7133 | 2024.10.04 15:59:41.174921 [ 3 ] {11ef32a8-4d3e-4004-b5f2-99e8c181f0b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7134 | 2024.10.04 15:59:41.175097 [ 3 ] {11ef32a8-4d3e-4004-b5f2-99e8c181f0b0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7135 | 2024.10.04 15:59:41.176010 [ 3 ] {11ef32a8-4d3e-4004-b5f2-99e8c181f0b0} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7136 | 2024.10.04 15:59:41.176047 [ 3 ] {11ef32a8-4d3e-4004-b5f2-99e8c181f0b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 7137 | 2024.10.04 15:59:41.176496 [ 3 ] {11ef32a8-4d3e-4004-b5f2-99e8c181f0b0} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 7138 | 2024.10.04 15:59:41.176850 [ 3 ] {11ef32a8-4d3e-4004-b5f2-99e8c181f0b0} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7139 | 2024.10.04 15:59:41.176999 [ 3 ] {11ef32a8-4d3e-4004-b5f2-99e8c181f0b0} <Debug> executeQuery: Read 997 rows, 67.96 KiB in 0.00271 sec., 367896.6789667896 rows/sec., 24.49 MiB/sec. | ||
| 7140 | 2024.10.04 15:59:41.177013 [ 82 ] {} <Debug> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 7141 | 2024.10.04 15:59:41.177094 [ 82 ] {} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7142 | 2024.10.04 15:59:41.177141 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 7143 | 2024.10.04 15:59:41.177319 [ 3 ] {11ef32a8-4d3e-4004-b5f2-99e8c181f0b0} <Debug> DynamicQueryHandler: Done processing query | ||
| 7144 | 2024.10.04 15:59:41.177328 [ 191 ] {f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34::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 | ||
| 7145 | 2024.10.04 15:59:41.177358 [ 3 ] {11ef32a8-4d3e-4004-b5f2-99e8c181f0b0} <Debug> MemoryTracker: Peak memory usage (for query): 4.69 MiB. | ||
| 7146 | 2024.10.04 15:59:41.177409 [ 3 ] {} <Debug> HTTP-Session: efbf0be1-7593-4ef6-8713-fb766ff4d728 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7147 | 2024.10.04 15:59:41.177551 [ 191 ] {f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7148 | 2024.10.04 15:59:41.177590 [ 191 ] {f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 9637 rows starting from the beginning of the part | ||
| 7149 | 2024.10.04 15:59:41.177701 [ 191 ] {f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 237 rows starting from the beginning of the part | ||
| 7150 | 2024.10.04 15:59:41.177860 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7151 | 2024.10.04 15:59:41.178038 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7152 | 2024.10.04 15:59:41.178052 [ 191 ] {f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 160 rows starting from the beginning of the part | ||
| 7153 | 2024.10.04 15:59:41.178077 [ 3 ] {} <Debug> HTTP-Session: 8fbc342b-d126-4ac0-8d6d-bc7a6b239a24 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 7154 | 2024.10.04 15:59:41.178144 [ 3 ] {} <Debug> HTTP-Session: 8fbc342b-d126-4ac0-8d6d-bc7a6b239a24 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7155 | 2024.10.04 15:59:41.178215 [ 3 ] {} <Debug> HTTP-Session: 8fbc342b-d126-4ac0-8d6d-bc7a6b239a24 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7156 | 2024.10.04 15:59:41.178366 [ 191 ] {f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 237 rows starting from the beginning of the part | ||
| 7157 | 2024.10.04 15:59:41.178373 [ 3 ] {} <Trace> HTTP-Session: 8fbc342b-d126-4ac0-8d6d-bc7a6b239a24 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7158 | 2024.10.04 15:59:41.178670 [ 191 ] {f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 160 rows starting from the beginning of the part | ||
| 7159 | 2024.10.04 15:59:41.178680 [ 3 ] {f15a0717-6f77-4491-b7e4-bb5b4bc66516} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 7160 | 2024.10.04 15:59:41.178885 [ 3 ] {f15a0717-6f77-4491-b7e4-bb5b4bc66516} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7161 | 2024.10.04 15:59:41.178987 [ 191 ] {f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 997 rows starting from the beginning of the part | ||
| 7162 | 2024.10.04 15:59:41.179787 [ 3 ] {f15a0717-6f77-4491-b7e4-bb5b4bc66516} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7163 | 2024.10.04 15:59:41.180406 [ 3 ] {f15a0717-6f77-4491-b7e4-bb5b4bc66516} <Trace> oximeter.measurements_f64 (87d8cd82-19cb-42e6-8b47-b078fc436c38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7164 | 2024.10.04 15:59:41.180444 [ 3 ] {f15a0717-6f77-4491-b7e4-bb5b4bc66516} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 7165 | 2024.10.04 15:59:41.180833 [ 3 ] {f15a0717-6f77-4491-b7e4-bb5b4bc66516} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 7166 | 2024.10.04 15:59:41.181761 [ 3 ] {f15a0717-6f77-4491-b7e4-bb5b4bc66516} <Trace> oximeter.measurements_f64 (87d8cd82-19cb-42e6-8b47-b078fc436c38): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7167 | 2024.10.04 15:59:41.182136 [ 3 ] {f15a0717-6f77-4491-b7e4-bb5b4bc66516} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003576 sec., 279.64205816554806 rows/sec., 18.84 KiB/sec. | ||
| 7168 | 2024.10.04 15:59:41.182514 [ 3 ] {f15a0717-6f77-4491-b7e4-bb5b4bc66516} <Debug> DynamicQueryHandler: Done processing query | ||
| 7169 | 2024.10.04 15:59:41.182562 [ 3 ] {f15a0717-6f77-4491-b7e4-bb5b4bc66516} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 7170 | 2024.10.04 15:59:41.182598 [ 3 ] {} <Debug> HTTP-Session: 8fbc342b-d126-4ac0-8d6d-bc7a6b239a24 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7171 | 2024.10.04 15:59:41.182743 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 13212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7172 | 2024.10.04 15:59:41.182796 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7173 | 2024.10.04 15:59:41.182844 [ 3 ] {} <Debug> HTTP-Session: 53b1521a-fca3-453b-8efd-aa88c80c77e3 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 7174 | 2024.10.04 15:59:41.182863 [ 3 ] {} <Debug> HTTP-Session: 53b1521a-fca3-453b-8efd-aa88c80c77e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7175 | 2024.10.04 15:59:41.182877 [ 3 ] {} <Debug> HTTP-Session: 53b1521a-fca3-453b-8efd-aa88c80c77e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7176 | 2024.10.04 15:59:41.182910 [ 3 ] {} <Trace> HTTP-Session: 53b1521a-fca3-453b-8efd-aa88c80c77e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7177 | 2024.10.04 15:59:41.183093 [ 3 ] {6009205f-2d02-4194-afcc-90e0d99d600b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 7178 | 2024.10.04 15:59:41.183168 [ 3 ] {6009205f-2d02-4194-afcc-90e0d99d600b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7179 | 2024.10.04 15:59:41.184122 [ 3 ] {6009205f-2d02-4194-afcc-90e0d99d600b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7180 | 2024.10.04 15:59:41.184741 [ 3 ] {6009205f-2d02-4194-afcc-90e0d99d600b} <Trace> oximeter.measurements_histogramu64 (00490d86-ebe4-4f2c-857c-d83cd24ebd05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7181 | 2024.10.04 15:59:41.184779 [ 3 ] {6009205f-2d02-4194-afcc-90e0d99d600b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 7182 | 2024.10.04 15:59:41.185822 [ 191 ] {f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11428 rows, containing 5 columns (5 merged, 0 gathered) in 0.008570085 sec., 1333475.6889809144 rows/sec., 89.94 MiB/sec. | ||
| 7183 | 2024.10.04 15:59:41.186061 [ 3 ] {6009205f-2d02-4194-afcc-90e0d99d600b} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 7184 | 2024.10.04 15:59:41.186197 [ 191 ] {f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 7185 | 2024.10.04 15:59:41.187268 [ 3 ] {6009205f-2d02-4194-afcc-90e0d99d600b} <Trace> oximeter.measurements_histogramu64 (00490d86-ebe4-4f2c-857c-d83cd24ebd05): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7186 | 2024.10.04 15:59:41.187323 [ 191 ] {f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7187 | 2024.10.04 15:59:41.187521 [ 191 ] {f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 7188 | 2024.10.04 15:59:41.187662 [ 3 ] {6009205f-2d02-4194-afcc-90e0d99d600b} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.004651 sec., 1720.0602021070738 rows/sec., 3.08 MiB/sec. | ||
| 7189 | 2024.10.04 15:59:41.187726 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.15 MiB. | ||
| 7190 | 2024.10.04 15:59:41.188036 [ 3 ] {6009205f-2d02-4194-afcc-90e0d99d600b} <Debug> DynamicQueryHandler: Done processing query | ||
| 7191 | 2024.10.04 15:59:41.188066 [ 3 ] {6009205f-2d02-4194-afcc-90e0d99d600b} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
| 7192 | 2024.10.04 15:59:41.188083 [ 3 ] {} <Debug> HTTP-Session: 53b1521a-fca3-453b-8efd-aa88c80c77e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7193 | 2024.10.04 15:59:41.188237 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 7321, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7194 | 2024.10.04 15:59:41.188299 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7195 | 2024.10.04 15:59:41.188319 [ 3 ] {} <Debug> HTTP-Session: 79762e8e-673a-42a9-8075-e5d421aea37a Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 7196 | 2024.10.04 15:59:41.188336 [ 3 ] {} <Debug> HTTP-Session: 79762e8e-673a-42a9-8075-e5d421aea37a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7197 | 2024.10.04 15:59:41.188350 [ 3 ] {} <Debug> HTTP-Session: 79762e8e-673a-42a9-8075-e5d421aea37a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7198 | 2024.10.04 15:59:41.188386 [ 3 ] {} <Trace> HTTP-Session: 79762e8e-673a-42a9-8075-e5d421aea37a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7199 | 2024.10.04 15:59:41.188525 [ 3 ] {cf212904-203f-422a-abbe-25bddc5b1f76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 7200 | 2024.10.04 15:59:41.188575 [ 3 ] {cf212904-203f-422a-abbe-25bddc5b1f76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7201 | 2024.10.04 15:59:41.188718 [ 3 ] {cf212904-203f-422a-abbe-25bddc5b1f76} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7202 | 2024.10.04 15:59:41.189041 [ 3 ] {cf212904-203f-422a-abbe-25bddc5b1f76} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7203 | 2024.10.04 15:59:41.189079 [ 3 ] {cf212904-203f-422a-abbe-25bddc5b1f76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 7204 | 2024.10.04 15:59:41.189458 [ 3 ] {cf212904-203f-422a-abbe-25bddc5b1f76} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 7205 | 2024.10.04 15:59:41.189792 [ 3 ] {cf212904-203f-422a-abbe-25bddc5b1f76} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7206 | 2024.10.04 15:59:41.189954 [ 82 ] {} <Debug> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 7207 | 2024.10.04 15:59:41.189963 [ 3 ] {cf212904-203f-422a-abbe-25bddc5b1f76} <Debug> executeQuery: Read 50 rows, 3.13 KiB in 0.001477 sec., 33852.40352064997 rows/sec., 2.07 MiB/sec. | ||
| 7208 | 2024.10.04 15:59:41.190001 [ 82 ] {} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7209 | 2024.10.04 15:59:41.190061 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 7210 | 2024.10.04 15:59:41.190424 [ 3 ] {cf212904-203f-422a-abbe-25bddc5b1f76} <Debug> DynamicQueryHandler: Done processing query | ||
| 7211 | 2024.10.04 15:59:41.190459 [ 191 ] {f1266625-5fbc-477b-b130-85cba0b363f2::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 | ||
| 7212 | 2024.10.04 15:59:41.190496 [ 3 ] {cf212904-203f-422a-abbe-25bddc5b1f76} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 7213 | 2024.10.04 15:59:41.190595 [ 3 ] {} <Debug> HTTP-Session: 79762e8e-673a-42a9-8075-e5d421aea37a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7214 | 2024.10.04 15:59:41.190863 [ 191 ] {f1266625-5fbc-477b-b130-85cba0b363f2::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7215 | 2024.10.04 15:59:41.190899 [ 191 ] {f1266625-5fbc-477b-b130-85cba0b363f2::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1788 rows starting from the beginning of the part | ||
| 7216 | 2024.10.04 15:59:41.190979 [ 191 ] {f1266625-5fbc-477b-b130-85cba0b363f2::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 82 rows starting from the beginning of the part | ||
| 7217 | 2024.10.04 15:59:41.191187 [ 191 ] {f1266625-5fbc-477b-b130-85cba0b363f2::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 60 rows starting from the beginning of the part | ||
| 7218 | 2024.10.04 15:59:41.191365 [ 191 ] {f1266625-5fbc-477b-b130-85cba0b363f2::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 82 rows starting from the beginning of the part | ||
| 7219 | 2024.10.04 15:59:41.191513 [ 191 ] {f1266625-5fbc-477b-b130-85cba0b363f2::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 60 rows starting from the beginning of the part | ||
| 7220 | 2024.10.04 15:59:41.191690 [ 191 ] {f1266625-5fbc-477b-b130-85cba0b363f2::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 50 rows starting from the beginning of the part | ||
| 7221 | 2024.10.04 15:59:41.192993 [ 186 ] {f1266625-5fbc-477b-b130-85cba0b363f2::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2122 rows, containing 4 columns (4 merged, 0 gathered) in 0.00282576 sec., 750948.4174169073 rows/sec., 48.95 MiB/sec. | ||
| 7222 | 2024.10.04 15:59:41.193227 [ 192 ] {f1266625-5fbc-477b-b130-85cba0b363f2::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 7223 | 2024.10.04 15:59:41.193631 [ 192 ] {f1266625-5fbc-477b-b130-85cba0b363f2::all_1_36_7} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7224 | 2024.10.04 15:59:41.193707 [ 192 ] {f1266625-5fbc-477b-b130-85cba0b363f2::all_1_36_7} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 7225 | 2024.10.04 15:59:41.193792 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
| 7226 | 2024.10.04 15:59:43.993835 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 7815, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7227 | 2024.10.04 15:59:43.993963 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7228 | 2024.10.04 15:59:43.993992 [ 3 ] {} <Debug> HTTP-Session: 25ecb111-77cb-44a0-8da4-b0fb8e9e926e Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 7229 | 2024.10.04 15:59:43.994021 [ 3 ] {} <Debug> HTTP-Session: 25ecb111-77cb-44a0-8da4-b0fb8e9e926e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7230 | 2024.10.04 15:59:43.994039 [ 3 ] {} <Debug> HTTP-Session: 25ecb111-77cb-44a0-8da4-b0fb8e9e926e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7231 | 2024.10.04 15:59:43.994097 [ 3 ] {} <Trace> HTTP-Session: 25ecb111-77cb-44a0-8da4-b0fb8e9e926e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7232 | 2024.10.04 15:59:43.994316 [ 3 ] {7edb62a6-f29b-457e-a0c0-1249ecba97c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 7233 | 2024.10.04 15:59:43.994395 [ 3 ] {7edb62a6-f29b-457e-a0c0-1249ecba97c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7234 | 2024.10.04 15:59:43.994779 [ 3 ] {7edb62a6-f29b-457e-a0c0-1249ecba97c4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7235 | 2024.10.04 15:59:43.995316 [ 3 ] {7edb62a6-f29b-457e-a0c0-1249ecba97c4} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7236 | 2024.10.04 15:59:43.995358 [ 3 ] {7edb62a6-f29b-457e-a0c0-1249ecba97c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 7237 | 2024.10.04 15:59:43.995817 [ 3 ] {7edb62a6-f29b-457e-a0c0-1249ecba97c4} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 7238 | 2024.10.04 15:59:43.996216 [ 3 ] {7edb62a6-f29b-457e-a0c0-1249ecba97c4} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7239 | 2024.10.04 15:59:43.996369 [ 3 ] {7edb62a6-f29b-457e-a0c0-1249ecba97c4} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.00213 sec., 26291.07981220657 rows/sec., 2.01 MiB/sec. | ||
| 7240 | 2024.10.04 15:59:43.996718 [ 3 ] {7edb62a6-f29b-457e-a0c0-1249ecba97c4} <Debug> DynamicQueryHandler: Done processing query | ||
| 7241 | 2024.10.04 15:59:43.996760 [ 3 ] {7edb62a6-f29b-457e-a0c0-1249ecba97c4} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 7242 | 2024.10.04 15:59:43.996778 [ 3 ] {} <Debug> HTTP-Session: 25ecb111-77cb-44a0-8da4-b0fb8e9e926e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7243 | 2024.10.04 15:59:43.996923 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 10894, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7244 | 2024.10.04 15:59:43.996982 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7245 | 2024.10.04 15:59:43.997003 [ 3 ] {} <Debug> HTTP-Session: d36b83f6-9d9a-4755-a9fc-1edc807bf790 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 7246 | 2024.10.04 15:59:43.997021 [ 3 ] {} <Debug> HTTP-Session: d36b83f6-9d9a-4755-a9fc-1edc807bf790 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7247 | 2024.10.04 15:59:43.997035 [ 3 ] {} <Debug> HTTP-Session: d36b83f6-9d9a-4755-a9fc-1edc807bf790 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7248 | 2024.10.04 15:59:43.997070 [ 3 ] {} <Trace> HTTP-Session: d36b83f6-9d9a-4755-a9fc-1edc807bf790 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7249 | 2024.10.04 15:59:43.997206 [ 3 ] {9f109f91-2338-4575-aca8-4900d272e8ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 7250 | 2024.10.04 15:59:43.997258 [ 3 ] {9f109f91-2338-4575-aca8-4900d272e8ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7251 | 2024.10.04 15:59:43.997519 [ 3 ] {9f109f91-2338-4575-aca8-4900d272e8ef} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7252 | 2024.10.04 15:59:43.997906 [ 3 ] {9f109f91-2338-4575-aca8-4900d272e8ef} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7253 | 2024.10.04 15:59:43.997945 [ 3 ] {9f109f91-2338-4575-aca8-4900d272e8ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 7254 | 2024.10.04 15:59:43.998314 [ 3 ] {9f109f91-2338-4575-aca8-4900d272e8ef} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 7255 | 2024.10.04 15:59:43.998683 [ 3 ] {9f109f91-2338-4575-aca8-4900d272e8ef} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7256 | 2024.10.04 15:59:43.998818 [ 3 ] {9f109f91-2338-4575-aca8-4900d272e8ef} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001662 sec., 38507.8219013237 rows/sec., 3.01 MiB/sec. | ||
| 7257 | 2024.10.04 15:59:43.998997 [ 3 ] {9f109f91-2338-4575-aca8-4900d272e8ef} <Debug> DynamicQueryHandler: Done processing query | ||
| 7258 | 2024.10.04 15:59:43.999022 [ 3 ] {9f109f91-2338-4575-aca8-4900d272e8ef} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 7259 | 2024.10.04 15:59:43.999039 [ 3 ] {} <Debug> HTTP-Session: d36b83f6-9d9a-4755-a9fc-1edc807bf790 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7260 | 2024.10.04 15:59:43.999211 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 16505, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7261 | 2024.10.04 15:59:43.999262 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7262 | 2024.10.04 15:59:43.999281 [ 3 ] {} <Debug> HTTP-Session: 4d2f0cc2-17fa-455a-a495-4910f6822a96 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 7263 | 2024.10.04 15:59:43.999300 [ 3 ] {} <Debug> HTTP-Session: 4d2f0cc2-17fa-455a-a495-4910f6822a96 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7264 | 2024.10.04 15:59:43.999314 [ 3 ] {} <Debug> HTTP-Session: 4d2f0cc2-17fa-455a-a495-4910f6822a96 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7265 | 2024.10.04 15:59:43.999347 [ 3 ] {} <Trace> HTTP-Session: 4d2f0cc2-17fa-455a-a495-4910f6822a96 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7266 | 2024.10.04 15:59:43.999477 [ 3 ] {9c35a246-58e9-43df-82ab-044af88288b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 7267 | 2024.10.04 15:59:43.999527 [ 3 ] {9c35a246-58e9-43df-82ab-044af88288b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7268 | 2024.10.04 15:59:43.999674 [ 3 ] {9c35a246-58e9-43df-82ab-044af88288b5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7269 | 2024.10.04 15:59:44.000061 [ 3 ] {9c35a246-58e9-43df-82ab-044af88288b5} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7270 | 2024.10.04 15:59:44.000146 [ 3 ] {9c35a246-58e9-43df-82ab-044af88288b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 7271 | 2024.10.04 15:59:44.000158 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 158.21 MiB, peak 166.96 MiB, free memory in arenas 0.00 B, will set to 157.00 MiB (RSS), difference: -1.21 MiB | ||
| 7272 | 2024.10.04 15:59:44.000832 [ 3 ] {9c35a246-58e9-43df-82ab-044af88288b5} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 7273 | 2024.10.04 15:59:44.001217 [ 3 ] {9c35a246-58e9-43df-82ab-044af88288b5} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7274 | 2024.10.04 15:59:44.001348 [ 3 ] {9c35a246-58e9-43df-82ab-044af88288b5} <Debug> executeQuery: Read 86 rows, 6.14 KiB in 0.001924 sec., 44698.5446985447 rows/sec., 3.11 MiB/sec. | ||
| 7275 | 2024.10.04 15:59:44.001569 [ 3 ] {9c35a246-58e9-43df-82ab-044af88288b5} <Debug> DynamicQueryHandler: Done processing query | ||
| 7276 | 2024.10.04 15:59:44.001597 [ 3 ] {9c35a246-58e9-43df-82ab-044af88288b5} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 7277 | 2024.10.04 15:59:44.001614 [ 3 ] {} <Debug> HTTP-Session: 4d2f0cc2-17fa-455a-a495-4910f6822a96 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7278 | 2024.10.04 15:59:44.001734 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 4892, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7279 | 2024.10.04 15:59:44.001785 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7280 | 2024.10.04 15:59:44.001804 [ 3 ] {} <Debug> HTTP-Session: 80a077de-6b76-4edf-86fa-12878b3e6b2b Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 7281 | 2024.10.04 15:59:44.001821 [ 3 ] {} <Debug> HTTP-Session: 80a077de-6b76-4edf-86fa-12878b3e6b2b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7282 | 2024.10.04 15:59:44.001836 [ 3 ] {} <Debug> HTTP-Session: 80a077de-6b76-4edf-86fa-12878b3e6b2b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7283 | 2024.10.04 15:59:44.001868 [ 3 ] {} <Trace> HTTP-Session: 80a077de-6b76-4edf-86fa-12878b3e6b2b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7284 | 2024.10.04 15:59:44.001981 [ 3 ] {262f4f73-c239-4dcc-90b3-2cd1ca9b1821} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 7285 | 2024.10.04 15:59:44.002027 [ 3 ] {262f4f73-c239-4dcc-90b3-2cd1ca9b1821} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7286 | 2024.10.04 15:59:44.002156 [ 3 ] {262f4f73-c239-4dcc-90b3-2cd1ca9b1821} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7287 | 2024.10.04 15:59:44.002450 [ 3 ] {262f4f73-c239-4dcc-90b3-2cd1ca9b1821} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7288 | 2024.10.04 15:59:44.002486 [ 3 ] {262f4f73-c239-4dcc-90b3-2cd1ca9b1821} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 7289 | 2024.10.04 15:59:44.002850 [ 3 ] {262f4f73-c239-4dcc-90b3-2cd1ca9b1821} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 7290 | 2024.10.04 15:59:44.003173 [ 3 ] {262f4f73-c239-4dcc-90b3-2cd1ca9b1821} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7291 | 2024.10.04 15:59:44.003300 [ 3 ] {262f4f73-c239-4dcc-90b3-2cd1ca9b1821} <Debug> executeQuery: Read 32 rows, 2.20 KiB in 0.001358 sec., 23564.064801178203 rows/sec., 1.58 MiB/sec. | ||
| 7292 | 2024.10.04 15:59:44.003578 [ 3 ] {262f4f73-c239-4dcc-90b3-2cd1ca9b1821} <Debug> DynamicQueryHandler: Done processing query | ||
| 7293 | 2024.10.04 15:59:44.003622 [ 3 ] {262f4f73-c239-4dcc-90b3-2cd1ca9b1821} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 7294 | 2024.10.04 15:59:44.003651 [ 3 ] {} <Debug> HTTP-Session: 80a077de-6b76-4edf-86fa-12878b3e6b2b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7295 | 2024.10.04 15:59:45.887013 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 722 | ||
| 7296 | 2024.10.04 15:59:45.890016 [ 242 ] {} <Trace> system.query_log (8f12c5ea-7fed-46c2-8a08-f82b2fd1cd88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7297 | 2024.10.04 15:59:45.890063 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 7298 | 2024.10.04 15:59:45.891617 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 7299 | 2024.10.04 15:59:45.892616 [ 242 ] {} <Trace> system.query_log (8f12c5ea-7fed-46c2-8a08-f82b2fd1cd88): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7300 | 2024.10.04 15:59:45.893466 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 722 | ||
| 7301 | 2024.10.04 15:59:48.998846 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7302 | 2024.10.04 15:59:48.998969 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7303 | 2024.10.04 15:59:48.998998 [ 3 ] {} <Debug> HTTP-Session: c6242c7f-3f1d-430f-a414-2f3d8ed37cad Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 7304 | 2024.10.04 15:59:48.999027 [ 3 ] {} <Debug> HTTP-Session: c6242c7f-3f1d-430f-a414-2f3d8ed37cad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7305 | 2024.10.04 15:59:48.999045 [ 3 ] {} <Debug> HTTP-Session: c6242c7f-3f1d-430f-a414-2f3d8ed37cad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7306 | 2024.10.04 15:59:48.999103 [ 3 ] {} <Trace> HTTP-Session: c6242c7f-3f1d-430f-a414-2f3d8ed37cad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7307 | 2024.10.04 15:59:48.999299 [ 3 ] {9c135a7d-10e5-40a8-ae33-c03d4fc2a622} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 7308 | 2024.10.04 15:59:48.999408 [ 3 ] {9c135a7d-10e5-40a8-ae33-c03d4fc2a622} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 7309 | 2024.10.04 15:59:48.999810 [ 3 ] {9c135a7d-10e5-40a8-ae33-c03d4fc2a622} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7310 | 2024.10.04 15:59:49.000154 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 158.01 MiB, peak 166.96 MiB, free memory in arenas 0.00 B, will set to 157.00 MiB (RSS), difference: -1.01 MiB | ||
| 7311 | 2024.10.04 15:59:49.000653 [ 3 ] {9c135a7d-10e5-40a8-ae33-c03d4fc2a622} <Trace> oximeter.fields_ipaddr (b5a61649-f8d2-4d83-9d9d-bb23c07f582c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7312 | 2024.10.04 15:59:49.000746 [ 3 ] {9c135a7d-10e5-40a8-ae33-c03d4fc2a622} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 7313 | 2024.10.04 15:59:49.001196 [ 3 ] {9c135a7d-10e5-40a8-ae33-c03d4fc2a622} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 7314 | 2024.10.04 15:59:49.001605 [ 3 ] {9c135a7d-10e5-40a8-ae33-c03d4fc2a622} <Trace> oximeter.fields_ipaddr (b5a61649-f8d2-4d83-9d9d-bb23c07f582c): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7315 | 2024.10.04 15:59:49.001782 [ 3 ] {9c135a7d-10e5-40a8-ae33-c03d4fc2a622} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00254 sec., 787.4015748031495 rows/sec., 64.21 KiB/sec. | ||
| 7316 | 2024.10.04 15:59:49.002027 [ 3 ] {9c135a7d-10e5-40a8-ae33-c03d4fc2a622} <Debug> DynamicQueryHandler: Done processing query | ||
| 7317 | 2024.10.04 15:59:49.002056 [ 3 ] {9c135a7d-10e5-40a8-ae33-c03d4fc2a622} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 7318 | 2024.10.04 15:59:49.002072 [ 3 ] {} <Debug> HTTP-Session: c6242c7f-3f1d-430f-a414-2f3d8ed37cad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7319 | 2024.10.04 15:59:49.002255 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 17616, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7320 | 2024.10.04 15:59:49.002313 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7321 | 2024.10.04 15:59:49.002334 [ 3 ] {} <Debug> HTTP-Session: 38683e88-4357-4d03-b2c2-e4ee4eeb668a Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 7322 | 2024.10.04 15:59:49.002353 [ 3 ] {} <Debug> HTTP-Session: 38683e88-4357-4d03-b2c2-e4ee4eeb668a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7323 | 2024.10.04 15:59:49.002367 [ 3 ] {} <Debug> HTTP-Session: 38683e88-4357-4d03-b2c2-e4ee4eeb668a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7324 | 2024.10.04 15:59:49.002405 [ 3 ] {} <Trace> HTTP-Session: 38683e88-4357-4d03-b2c2-e4ee4eeb668a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7325 | 2024.10.04 15:59:49.002544 [ 3 ] {a08dfa80-64e6-4dfc-a020-6ef7210b86dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 7326 | 2024.10.04 15:59:49.002592 [ 3 ] {a08dfa80-64e6-4dfc-a020-6ef7210b86dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7327 | 2024.10.04 15:59:49.002828 [ 3 ] {a08dfa80-64e6-4dfc-a020-6ef7210b86dd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7328 | 2024.10.04 15:59:49.003274 [ 3 ] {a08dfa80-64e6-4dfc-a020-6ef7210b86dd} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7329 | 2024.10.04 15:59:49.003313 [ 3 ] {a08dfa80-64e6-4dfc-a020-6ef7210b86dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 7330 | 2024.10.04 15:59:49.003684 [ 3 ] {a08dfa80-64e6-4dfc-a020-6ef7210b86dd} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 7331 | 2024.10.04 15:59:49.004061 [ 3 ] {a08dfa80-64e6-4dfc-a020-6ef7210b86dd} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7332 | 2024.10.04 15:59:49.004225 [ 3 ] {a08dfa80-64e6-4dfc-a020-6ef7210b86dd} <Debug> executeQuery: Read 119 rows, 10.35 KiB in 0.001732 sec., 68706.69745958429 rows/sec., 5.83 MiB/sec. | ||
| 7333 | 2024.10.04 15:59:49.004413 [ 3 ] {a08dfa80-64e6-4dfc-a020-6ef7210b86dd} <Debug> DynamicQueryHandler: Done processing query | ||
| 7334 | 2024.10.04 15:59:49.004437 [ 3 ] {a08dfa80-64e6-4dfc-a020-6ef7210b86dd} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 7335 | 2024.10.04 15:59:49.004454 [ 3 ] {} <Debug> HTTP-Session: 38683e88-4357-4d03-b2c2-e4ee4eeb668a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7336 | 2024.10.04 15:59:49.004605 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 4781, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7337 | 2024.10.04 15:59:49.004662 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7338 | 2024.10.04 15:59:49.004682 [ 3 ] {} <Debug> HTTP-Session: d575ac89-e7c9-4c13-9f1e-31b0ce795e9f Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 7339 | 2024.10.04 15:59:49.004699 [ 3 ] {} <Debug> HTTP-Session: d575ac89-e7c9-4c13-9f1e-31b0ce795e9f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7340 | 2024.10.04 15:59:49.004713 [ 3 ] {} <Debug> HTTP-Session: d575ac89-e7c9-4c13-9f1e-31b0ce795e9f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7341 | 2024.10.04 15:59:49.004746 [ 3 ] {} <Trace> HTTP-Session: d575ac89-e7c9-4c13-9f1e-31b0ce795e9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7342 | 2024.10.04 15:59:49.004861 [ 3 ] {42ee6999-dc0c-455c-89ed-38f72ccd1e31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 7343 | 2024.10.04 15:59:49.004906 [ 3 ] {42ee6999-dc0c-455c-89ed-38f72ccd1e31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7344 | 2024.10.04 15:59:49.005134 [ 3 ] {42ee6999-dc0c-455c-89ed-38f72ccd1e31} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7345 | 2024.10.04 15:59:49.005491 [ 3 ] {42ee6999-dc0c-455c-89ed-38f72ccd1e31} <Trace> oximeter.fields_u16 (e9c2286f-cf98-4582-9ae4-6e9eb84e22b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7346 | 2024.10.04 15:59:49.005528 [ 3 ] {42ee6999-dc0c-455c-89ed-38f72ccd1e31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 7347 | 2024.10.04 15:59:49.005881 [ 3 ] {42ee6999-dc0c-455c-89ed-38f72ccd1e31} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7348 | 2024.10.04 15:59:49.006235 [ 3 ] {42ee6999-dc0c-455c-89ed-38f72ccd1e31} <Trace> oximeter.fields_u16 (e9c2286f-cf98-4582-9ae4-6e9eb84e22b6): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7349 | 2024.10.04 15:59:49.006401 [ 3 ] {42ee6999-dc0c-455c-89ed-38f72ccd1e31} <Debug> executeQuery: Read 33 rows, 2.47 KiB in 0.001571 sec., 21005.728835136855 rows/sec., 1.54 MiB/sec. | ||
| 7350 | 2024.10.04 15:59:49.006581 [ 3 ] {42ee6999-dc0c-455c-89ed-38f72ccd1e31} <Debug> DynamicQueryHandler: Done processing query | ||
| 7351 | 2024.10.04 15:59:49.006604 [ 3 ] {42ee6999-dc0c-455c-89ed-38f72ccd1e31} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 7352 | 2024.10.04 15:59:49.006621 [ 3 ] {} <Debug> HTTP-Session: d575ac89-e7c9-4c13-9f1e-31b0ce795e9f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7353 | 2024.10.04 15:59:49.006753 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 16492, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7354 | 2024.10.04 15:59:49.006803 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7355 | 2024.10.04 15:59:49.006823 [ 3 ] {} <Debug> HTTP-Session: 24c5da08-c40f-47b4-a38e-fdc286eb4635 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 7356 | 2024.10.04 15:59:49.006839 [ 3 ] {} <Debug> HTTP-Session: 24c5da08-c40f-47b4-a38e-fdc286eb4635 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7357 | 2024.10.04 15:59:49.006853 [ 3 ] {} <Debug> HTTP-Session: 24c5da08-c40f-47b4-a38e-fdc286eb4635 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7358 | 2024.10.04 15:59:49.006889 [ 3 ] {} <Trace> HTTP-Session: 24c5da08-c40f-47b4-a38e-fdc286eb4635 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7359 | 2024.10.04 15:59:49.007021 [ 3 ] {e5519eab-85dd-4275-bdff-98f4d59a2f30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 7360 | 2024.10.04 15:59:49.007065 [ 3 ] {e5519eab-85dd-4275-bdff-98f4d59a2f30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7361 | 2024.10.04 15:59:49.007292 [ 3 ] {e5519eab-85dd-4275-bdff-98f4d59a2f30} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7362 | 2024.10.04 15:59:49.007676 [ 3 ] {e5519eab-85dd-4275-bdff-98f4d59a2f30} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7363 | 2024.10.04 15:59:49.007713 [ 3 ] {e5519eab-85dd-4275-bdff-98f4d59a2f30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 7364 | 2024.10.04 15:59:49.008069 [ 3 ] {e5519eab-85dd-4275-bdff-98f4d59a2f30} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 7365 | 2024.10.04 15:59:49.008430 [ 3 ] {e5519eab-85dd-4275-bdff-98f4d59a2f30} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7366 | 2024.10.04 15:59:49.008595 [ 3 ] {e5519eab-85dd-4275-bdff-98f4d59a2f30} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.001613 sec., 60136.39181649101 rows/sec., 4.70 MiB/sec. | ||
| 7367 | 2024.10.04 15:59:49.008774 [ 3 ] {e5519eab-85dd-4275-bdff-98f4d59a2f30} <Debug> DynamicQueryHandler: Done processing query | ||
| 7368 | 2024.10.04 15:59:49.008799 [ 3 ] {e5519eab-85dd-4275-bdff-98f4d59a2f30} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 7369 | 2024.10.04 15:59:49.008815 [ 3 ] {} <Debug> HTTP-Session: 24c5da08-c40f-47b4-a38e-fdc286eb4635 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7370 | 2024.10.04 15:59:49.008992 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 30838, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7371 | 2024.10.04 15:59:49.009043 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7372 | 2024.10.04 15:59:49.009062 [ 3 ] {} <Debug> HTTP-Session: 65316840-8532-4005-b847-05c4a11b1331 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 7373 | 2024.10.04 15:59:49.009079 [ 3 ] {} <Debug> HTTP-Session: 65316840-8532-4005-b847-05c4a11b1331 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7374 | 2024.10.04 15:59:49.009094 [ 3 ] {} <Debug> HTTP-Session: 65316840-8532-4005-b847-05c4a11b1331 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7375 | 2024.10.04 15:59:49.009126 [ 3 ] {} <Trace> HTTP-Session: 65316840-8532-4005-b847-05c4a11b1331 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7376 | 2024.10.04 15:59:49.009282 [ 3 ] {d5b6cbb6-14b2-4d40-91d8-acd5a09d2bb2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 7377 | 2024.10.04 15:59:49.009333 [ 3 ] {d5b6cbb6-14b2-4d40-91d8-acd5a09d2bb2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7378 | 2024.10.04 15:59:49.009478 [ 3 ] {d5b6cbb6-14b2-4d40-91d8-acd5a09d2bb2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7379 | 2024.10.04 15:59:49.009878 [ 3 ] {d5b6cbb6-14b2-4d40-91d8-acd5a09d2bb2} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7380 | 2024.10.04 15:59:49.009915 [ 3 ] {d5b6cbb6-14b2-4d40-91d8-acd5a09d2bb2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 7381 | 2024.10.04 15:59:49.010312 [ 3 ] {d5b6cbb6-14b2-4d40-91d8-acd5a09d2bb2} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 7382 | 2024.10.04 15:59:49.010657 [ 3 ] {d5b6cbb6-14b2-4d40-91d8-acd5a09d2bb2} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7383 | 2024.10.04 15:59:49.010828 [ 3 ] {d5b6cbb6-14b2-4d40-91d8-acd5a09d2bb2} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001612 sec., 99875.93052109181 rows/sec., 6.96 MiB/sec. | ||
| 7384 | 2024.10.04 15:59:49.011009 [ 3 ] {d5b6cbb6-14b2-4d40-91d8-acd5a09d2bb2} <Debug> DynamicQueryHandler: Done processing query | ||
| 7385 | 2024.10.04 15:59:49.011033 [ 3 ] {d5b6cbb6-14b2-4d40-91d8-acd5a09d2bb2} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 7386 | 2024.10.04 15:59:49.011049 [ 3 ] {} <Debug> HTTP-Session: 65316840-8532-4005-b847-05c4a11b1331 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7387 | 2024.10.04 15:59:49.011259 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 51835, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7388 | 2024.10.04 15:59:49.011310 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7389 | 2024.10.04 15:59:49.011329 [ 3 ] {} <Debug> HTTP-Session: c0f6278c-0342-446f-a0b1-3a754e1b2213 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 7390 | 2024.10.04 15:59:49.011345 [ 3 ] {} <Debug> HTTP-Session: c0f6278c-0342-446f-a0b1-3a754e1b2213 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7391 | 2024.10.04 15:59:49.011359 [ 3 ] {} <Debug> HTTP-Session: c0f6278c-0342-446f-a0b1-3a754e1b2213 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7392 | 2024.10.04 15:59:49.011391 [ 3 ] {} <Trace> HTTP-Session: c0f6278c-0342-446f-a0b1-3a754e1b2213 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7393 | 2024.10.04 15:59:49.011718 [ 3 ] {1b5bc170-9887-4d5f-bcf1-0986fa1c268d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 7394 | 2024.10.04 15:59:49.011786 [ 3 ] {1b5bc170-9887-4d5f-bcf1-0986fa1c268d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7395 | 2024.10.04 15:59:49.012221 [ 3 ] {1b5bc170-9887-4d5f-bcf1-0986fa1c268d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7396 | 2024.10.04 15:59:49.012934 [ 3 ] {1b5bc170-9887-4d5f-bcf1-0986fa1c268d} <Trace> oximeter.measurements_histogramu64 (00490d86-ebe4-4f2c-857c-d83cd24ebd05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7397 | 2024.10.04 15:59:49.012971 [ 3 ] {1b5bc170-9887-4d5f-bcf1-0986fa1c268d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 7398 | 2024.10.04 15:59:49.013628 [ 3 ] {1b5bc170-9887-4d5f-bcf1-0986fa1c268d} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 7399 | 2024.10.04 15:59:49.014056 [ 3 ] {1b5bc170-9887-4d5f-bcf1-0986fa1c268d} <Trace> oximeter.measurements_histogramu64 (00490d86-ebe4-4f2c-857c-d83cd24ebd05): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7400 | 2024.10.04 15:59:49.014249 [ 3 ] {1b5bc170-9887-4d5f-bcf1-0986fa1c268d} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002759 sec., 11235.955056179775 rows/sec., 20.13 MiB/sec. | ||
| 7401 | 2024.10.04 15:59:49.014492 [ 3 ] {1b5bc170-9887-4d5f-bcf1-0986fa1c268d} <Debug> DynamicQueryHandler: Done processing query | ||
| 7402 | 2024.10.04 15:59:49.014516 [ 3 ] {1b5bc170-9887-4d5f-bcf1-0986fa1c268d} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
| 7403 | 2024.10.04 15:59:49.014534 [ 3 ] {} <Debug> HTTP-Session: c0f6278c-0342-446f-a0b1-3a754e1b2213 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7404 | 2024.10.04 15:59:49.014666 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7405 | 2024.10.04 15:59:49.014715 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7406 | 2024.10.04 15:59:49.014736 [ 3 ] {} <Debug> HTTP-Session: 73dc8a69-aa4a-45f6-aca8-1e8b75ee3cec Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 7407 | 2024.10.04 15:59:49.014753 [ 3 ] {} <Debug> HTTP-Session: 73dc8a69-aa4a-45f6-aca8-1e8b75ee3cec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7408 | 2024.10.04 15:59:49.014768 [ 3 ] {} <Debug> HTTP-Session: 73dc8a69-aa4a-45f6-aca8-1e8b75ee3cec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7409 | 2024.10.04 15:59:49.014800 [ 3 ] {} <Trace> HTTP-Session: 73dc8a69-aa4a-45f6-aca8-1e8b75ee3cec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7410 | 2024.10.04 15:59:49.014923 [ 3 ] {8a3052ee-52da-4194-ae2f-af1c08f296b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 7411 | 2024.10.04 15:59:49.014969 [ 3 ] {8a3052ee-52da-4194-ae2f-af1c08f296b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7412 | 2024.10.04 15:59:49.015100 [ 3 ] {8a3052ee-52da-4194-ae2f-af1c08f296b6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7413 | 2024.10.04 15:59:49.015413 [ 3 ] {8a3052ee-52da-4194-ae2f-af1c08f296b6} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7414 | 2024.10.04 15:59:49.015448 [ 3 ] {8a3052ee-52da-4194-ae2f-af1c08f296b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 7415 | 2024.10.04 15:59:49.015810 [ 3 ] {8a3052ee-52da-4194-ae2f-af1c08f296b6} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 7416 | 2024.10.04 15:59:49.016156 [ 3 ] {8a3052ee-52da-4194-ae2f-af1c08f296b6} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7417 | 2024.10.04 15:59:49.016320 [ 3 ] {8a3052ee-52da-4194-ae2f-af1c08f296b6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001434 sec., 41841.00418410042 rows/sec., 2.82 MiB/sec. | ||
| 7418 | 2024.10.04 15:59:49.016502 [ 3 ] {8a3052ee-52da-4194-ae2f-af1c08f296b6} <Debug> DynamicQueryHandler: Done processing query | ||
| 7419 | 2024.10.04 15:59:49.016526 [ 3 ] {8a3052ee-52da-4194-ae2f-af1c08f296b6} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 7420 | 2024.10.04 15:59:49.016542 [ 3 ] {} <Debug> HTTP-Session: 73dc8a69-aa4a-45f6-aca8-1e8b75ee3cec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7421 | 2024.10.04 15:59:52.170165 [ 67 ] {} <Debug> oximeter.measurements_bool (07631250-7a70-49e6-a733-c0ce298d5d2f) (MergerMutator): Selected 5 parts from all_1_11_2 to all_15_15_0 | ||
| 7422 | 2024.10.04 15:59:52.170250 [ 67 ] {} <Trace> oximeter.measurements_bool (07631250-7a70-49e6-a733-c0ce298d5d2f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7423 | 2024.10.04 15:59:52.170277 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 7424 | 2024.10.04 15:59:52.170486 [ 191 ] {07631250-7a70-49e6-a733-c0ce298d5d2f::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 | ||
| 7425 | 2024.10.04 15:59:52.170686 [ 191 ] {07631250-7a70-49e6-a733-c0ce298d5d2f::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7426 | 2024.10.04 15:59:52.170733 [ 191 ] {07631250-7a70-49e6-a733-c0ce298d5d2f::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 66 rows starting from the beginning of the part | ||
| 7427 | 2024.10.04 15:59:52.170823 [ 191 ] {07631250-7a70-49e6-a733-c0ce298d5d2f::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 6 rows starting from the beginning of the part | ||
| 7428 | 2024.10.04 15:59:52.171079 [ 191 ] {07631250-7a70-49e6-a733-c0ce298d5d2f::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 6 rows starting from the beginning of the part | ||
| 7429 | 2024.10.04 15:59:52.171287 [ 191 ] {07631250-7a70-49e6-a733-c0ce298d5d2f::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 6 rows starting from the beginning of the part | ||
| 7430 | 2024.10.04 15:59:52.171416 [ 191 ] {07631250-7a70-49e6-a733-c0ce298d5d2f::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 6 rows starting from the beginning of the part | ||
| 7431 | 2024.10.04 15:59:52.172586 [ 192 ] {07631250-7a70-49e6-a733-c0ce298d5d2f::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 90 rows, containing 4 columns (4 merged, 0 gathered) in 0.002235556 sec., 40258.44130050868 rows/sec., 2.05 MiB/sec. | ||
| 7432 | 2024.10.04 15:59:52.172822 [ 186 ] {07631250-7a70-49e6-a733-c0ce298d5d2f::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
| 7433 | 2024.10.04 15:59:52.173308 [ 186 ] {07631250-7a70-49e6-a733-c0ce298d5d2f::all_1_15_3} <Trace> oximeter.measurements_bool (07631250-7a70-49e6-a733-c0ce298d5d2f): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7434 | 2024.10.04 15:59:52.173401 [ 186 ] {07631250-7a70-49e6-a733-c0ce298d5d2f::all_1_15_3} <Trace> oximeter.measurements_bool (07631250-7a70-49e6-a733-c0ce298d5d2f) (MergerMutator): Merged 5 parts: [all_1_11_2, all_15_15_0] -> all_1_15_3 | ||
| 7435 | 2024.10.04 15:59:52.173505 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 7436 | 2024.10.04 15:59:53.892386 [ 66 ] {} <Debug> oximeter.fields_u32 (d636b635-d679-4839-bb6a-f39822d1a48c) (MergerMutator): Selected 5 parts from all_1_11_2 to all_15_15_0 | ||
| 7437 | 2024.10.04 15:59:53.892456 [ 66 ] {} <Trace> oximeter.fields_u32 (d636b635-d679-4839-bb6a-f39822d1a48c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7438 | 2024.10.04 15:59:53.892483 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 7439 | 2024.10.04 15:59:53.892765 [ 201 ] {d636b635-d679-4839-bb6a-f39822d1a48c::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 | ||
| 7440 | 2024.10.04 15:59:53.893096 [ 201 ] {d636b635-d679-4839-bb6a-f39822d1a48c::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7441 | 2024.10.04 15:59:53.893132 [ 201 ] {d636b635-d679-4839-bb6a-f39822d1a48c::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 242 rows starting from the beginning of the part | ||
| 7442 | 2024.10.04 15:59:53.893213 [ 201 ] {d636b635-d679-4839-bb6a-f39822d1a48c::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 242 rows starting from the beginning of the part | ||
| 7443 | 2024.10.04 15:59:53.893462 [ 201 ] {d636b635-d679-4839-bb6a-f39822d1a48c::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 14 rows starting from the beginning of the part | ||
| 7444 | 2024.10.04 15:59:53.893636 [ 201 ] {d636b635-d679-4839-bb6a-f39822d1a48c::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 14 rows starting from the beginning of the part | ||
| 7445 | 2024.10.04 15:59:53.893751 [ 201 ] {d636b635-d679-4839-bb6a-f39822d1a48c::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 242 rows starting from the beginning of the part | ||
| 7446 | 2024.10.04 15:59:53.894814 [ 186 ] {d636b635-d679-4839-bb6a-f39822d1a48c::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 754 rows, containing 5 columns (5 merged, 0 gathered) in 0.002244866 sec., 335877.5089470819 rows/sec., 22.79 MiB/sec. | ||
| 7447 | 2024.10.04 15:59:53.895053 [ 192 ] {d636b635-d679-4839-bb6a-f39822d1a48c::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
| 7448 | 2024.10.04 15:59:53.895925 [ 192 ] {d636b635-d679-4839-bb6a-f39822d1a48c::all_1_15_3} <Trace> oximeter.fields_u32 (d636b635-d679-4839-bb6a-f39822d1a48c): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7449 | 2024.10.04 15:59:53.896070 [ 192 ] {d636b635-d679-4839-bb6a-f39822d1a48c::all_1_15_3} <Trace> oximeter.fields_u32 (d636b635-d679-4839-bb6a-f39822d1a48c) (MergerMutator): Merged 5 parts: [all_1_11_2, all_15_15_0] -> all_1_15_3 | ||
| 7450 | 2024.10.04 15:59:53.896178 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 7451 | 2024.10.04 15:59:54.002572 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 32420, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7452 | 2024.10.04 15:59:54.002714 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7453 | 2024.10.04 15:59:54.002759 [ 3 ] {} <Debug> HTTP-Session: 072368b8-9ec7-4e3e-8a0c-9be0bbe898f3 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 7454 | 2024.10.04 15:59:54.002801 [ 3 ] {} <Debug> HTTP-Session: 072368b8-9ec7-4e3e-8a0c-9be0bbe898f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7455 | 2024.10.04 15:59:54.002831 [ 3 ] {} <Debug> HTTP-Session: 072368b8-9ec7-4e3e-8a0c-9be0bbe898f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7456 | 2024.10.04 15:59:54.002913 [ 3 ] {} <Trace> HTTP-Session: 072368b8-9ec7-4e3e-8a0c-9be0bbe898f3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7457 | 2024.10.04 15:59:54.003206 [ 3 ] {477b95b8-f48c-4c0f-acdb-4f8a57055464} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 7458 | 2024.10.04 15:59:54.003272 [ 3 ] {477b95b8-f48c-4c0f-acdb-4f8a57055464} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7459 | 2024.10.04 15:59:54.003611 [ 3 ] {477b95b8-f48c-4c0f-acdb-4f8a57055464} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7460 | 2024.10.04 15:59:54.004220 [ 3 ] {477b95b8-f48c-4c0f-acdb-4f8a57055464} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7461 | 2024.10.04 15:59:54.004263 [ 3 ] {477b95b8-f48c-4c0f-acdb-4f8a57055464} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 7462 | 2024.10.04 15:59:54.004690 [ 3 ] {477b95b8-f48c-4c0f-acdb-4f8a57055464} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 7463 | 2024.10.04 15:59:54.005083 [ 3 ] {477b95b8-f48c-4c0f-acdb-4f8a57055464} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7464 | 2024.10.04 15:59:54.005251 [ 3 ] {477b95b8-f48c-4c0f-acdb-4f8a57055464} <Debug> executeQuery: Read 215 rows, 19.32 KiB in 0.002149 sec., 100046.53327128898 rows/sec., 8.78 MiB/sec. | ||
| 7465 | 2024.10.04 15:59:54.005484 [ 3 ] {477b95b8-f48c-4c0f-acdb-4f8a57055464} <Debug> DynamicQueryHandler: Done processing query | ||
| 7466 | 2024.10.04 15:59:54.005512 [ 3 ] {477b95b8-f48c-4c0f-acdb-4f8a57055464} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 7467 | 2024.10.04 15:59:54.005529 [ 3 ] {} <Debug> HTTP-Session: 072368b8-9ec7-4e3e-8a0c-9be0bbe898f3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7468 | 2024.10.04 15:59:54.005714 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 1914, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7469 | 2024.10.04 15:59:54.005772 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7470 | 2024.10.04 15:59:54.005794 [ 3 ] {} <Debug> HTTP-Session: 2d81950a-d3aa-4199-b640-1a1286c2897d Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 7471 | 2024.10.04 15:59:54.005812 [ 3 ] {} <Debug> HTTP-Session: 2d81950a-d3aa-4199-b640-1a1286c2897d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7472 | 2024.10.04 15:59:54.005827 [ 3 ] {} <Debug> HTTP-Session: 2d81950a-d3aa-4199-b640-1a1286c2897d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7473 | 2024.10.04 15:59:54.005863 [ 3 ] {} <Trace> HTTP-Session: 2d81950a-d3aa-4199-b640-1a1286c2897d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7474 | 2024.10.04 15:59:54.005972 [ 3 ] {249a1bc7-12fd-4be6-8812-570996e6b3bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 7475 | 2024.10.04 15:59:54.006020 [ 3 ] {249a1bc7-12fd-4be6-8812-570996e6b3bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7476 | 2024.10.04 15:59:54.006259 [ 3 ] {249a1bc7-12fd-4be6-8812-570996e6b3bf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7477 | 2024.10.04 15:59:54.006618 [ 3 ] {249a1bc7-12fd-4be6-8812-570996e6b3bf} <Trace> oximeter.fields_u16 (e9c2286f-cf98-4582-9ae4-6e9eb84e22b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7478 | 2024.10.04 15:59:54.006655 [ 3 ] {249a1bc7-12fd-4be6-8812-570996e6b3bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 7479 | 2024.10.04 15:59:54.007018 [ 3 ] {249a1bc7-12fd-4be6-8812-570996e6b3bf} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 7480 | 2024.10.04 15:59:54.007380 [ 3 ] {249a1bc7-12fd-4be6-8812-570996e6b3bf} <Trace> oximeter.fields_u16 (e9c2286f-cf98-4582-9ae4-6e9eb84e22b6): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7481 | 2024.10.04 15:59:54.007551 [ 3 ] {249a1bc7-12fd-4be6-8812-570996e6b3bf} <Debug> executeQuery: Read 13 rows, 1001.00 B in 0.001599 sec., 8130.081300813008 rows/sec., 611.34 KiB/sec. | ||
| 7482 | 2024.10.04 15:59:54.007872 [ 3 ] {249a1bc7-12fd-4be6-8812-570996e6b3bf} <Debug> DynamicQueryHandler: Done processing query | ||
| 7483 | 2024.10.04 15:59:54.007901 [ 3 ] {249a1bc7-12fd-4be6-8812-570996e6b3bf} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 7484 | 2024.10.04 15:59:54.007920 [ 3 ] {} <Debug> HTTP-Session: 2d81950a-d3aa-4199-b640-1a1286c2897d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7485 | 2024.10.04 15:59:54.008057 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 1933, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7486 | 2024.10.04 15:59:54.008109 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7487 | 2024.10.04 15:59:54.008128 [ 3 ] {} <Debug> HTTP-Session: ef0a43af-325c-4267-8be8-efb6bd0142ed Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 7488 | 2024.10.04 15:59:54.008145 [ 3 ] {} <Debug> HTTP-Session: ef0a43af-325c-4267-8be8-efb6bd0142ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7489 | 2024.10.04 15:59:54.008159 [ 3 ] {} <Debug> HTTP-Session: ef0a43af-325c-4267-8be8-efb6bd0142ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7490 | 2024.10.04 15:59:54.008192 [ 3 ] {} <Trace> HTTP-Session: ef0a43af-325c-4267-8be8-efb6bd0142ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7491 | 2024.10.04 15:59:54.008295 [ 3 ] {d4cb81ed-c93b-4452-bfa6-8f98c7d2eeeb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 7492 | 2024.10.04 15:59:54.008340 [ 3 ] {d4cb81ed-c93b-4452-bfa6-8f98c7d2eeeb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7493 | 2024.10.04 15:59:54.008589 [ 3 ] {d4cb81ed-c93b-4452-bfa6-8f98c7d2eeeb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7494 | 2024.10.04 15:59:54.008919 [ 3 ] {d4cb81ed-c93b-4452-bfa6-8f98c7d2eeeb} <Trace> oximeter.fields_u32 (d636b635-d679-4839-bb6a-f39822d1a48c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7495 | 2024.10.04 15:59:54.008957 [ 3 ] {d4cb81ed-c93b-4452-bfa6-8f98c7d2eeeb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 7496 | 2024.10.04 15:59:54.009305 [ 3 ] {d4cb81ed-c93b-4452-bfa6-8f98c7d2eeeb} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 7497 | 2024.10.04 15:59:54.009663 [ 3 ] {d4cb81ed-c93b-4452-bfa6-8f98c7d2eeeb} <Trace> oximeter.fields_u32 (d636b635-d679-4839-bb6a-f39822d1a48c): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7498 | 2024.10.04 15:59:54.009800 [ 3 ] {d4cb81ed-c93b-4452-bfa6-8f98c7d2eeeb} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001532 sec., 9138.381201044387 rows/sec., 639.99 KiB/sec. | ||
| 7499 | 2024.10.04 15:59:54.009993 [ 3 ] {d4cb81ed-c93b-4452-bfa6-8f98c7d2eeeb} <Debug> DynamicQueryHandler: Done processing query | ||
| 7500 | 2024.10.04 15:59:54.010017 [ 3 ] {d4cb81ed-c93b-4452-bfa6-8f98c7d2eeeb} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 7501 | 2024.10.04 15:59:54.010033 [ 3 ] {} <Debug> HTTP-Session: ef0a43af-325c-4267-8be8-efb6bd0142ed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7502 | 2024.10.04 15:59:54.010192 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7503 | 2024.10.04 15:59:54.010243 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7504 | 2024.10.04 15:59:54.010263 [ 3 ] {} <Debug> HTTP-Session: 7594d1bc-eafa-47cf-8095-5bb4a230c516 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 7505 | 2024.10.04 15:59:54.010280 [ 3 ] {} <Debug> HTTP-Session: 7594d1bc-eafa-47cf-8095-5bb4a230c516 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7506 | 2024.10.04 15:59:54.010294 [ 3 ] {} <Debug> HTTP-Session: 7594d1bc-eafa-47cf-8095-5bb4a230c516 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7507 | 2024.10.04 15:59:54.010326 [ 3 ] {} <Trace> HTTP-Session: 7594d1bc-eafa-47cf-8095-5bb4a230c516 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7508 | 2024.10.04 15:59:54.010426 [ 3 ] {52382960-bed8-407d-a0f7-e4d239230d08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 7509 | 2024.10.04 15:59:54.010470 [ 3 ] {52382960-bed8-407d-a0f7-e4d239230d08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7510 | 2024.10.04 15:59:54.010698 [ 3 ] {52382960-bed8-407d-a0f7-e4d239230d08} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7511 | 2024.10.04 15:59:54.011005 [ 3 ] {52382960-bed8-407d-a0f7-e4d239230d08} <Trace> oximeter.fields_u8 (b38c7fc2-16b2-4da0-8e0e-60bfa18d3929): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7512 | 2024.10.04 15:59:54.011042 [ 3 ] {52382960-bed8-407d-a0f7-e4d239230d08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 7513 | 2024.10.04 15:59:54.011385 [ 3 ] {52382960-bed8-407d-a0f7-e4d239230d08} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 7514 | 2024.10.04 15:59:54.011736 [ 3 ] {52382960-bed8-407d-a0f7-e4d239230d08} <Trace> oximeter.fields_u8 (b38c7fc2-16b2-4da0-8e0e-60bfa18d3929): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7515 | 2024.10.04 15:59:54.011899 [ 3 ] {52382960-bed8-407d-a0f7-e4d239230d08} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001493 sec., 4018.754186202277 rows/sec., 237.44 KiB/sec. | ||
| 7516 | 2024.10.04 15:59:54.012079 [ 3 ] {52382960-bed8-407d-a0f7-e4d239230d08} <Debug> DynamicQueryHandler: Done processing query | ||
| 7517 | 2024.10.04 15:59:54.012104 [ 3 ] {52382960-bed8-407d-a0f7-e4d239230d08} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 7518 | 2024.10.04 15:59:54.012120 [ 3 ] {} <Debug> HTTP-Session: 7594d1bc-eafa-47cf-8095-5bb4a230c516 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7519 | 2024.10.04 15:59:54.012324 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 64573, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7520 | 2024.10.04 15:59:54.012374 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7521 | 2024.10.04 15:59:54.012394 [ 3 ] {} <Debug> HTTP-Session: 965b9c22-84be-4a1e-9c7a-006fefd162b0 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 7522 | 2024.10.04 15:59:54.012410 [ 3 ] {} <Debug> HTTP-Session: 965b9c22-84be-4a1e-9c7a-006fefd162b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7523 | 2024.10.04 15:59:54.012425 [ 3 ] {} <Debug> HTTP-Session: 965b9c22-84be-4a1e-9c7a-006fefd162b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7524 | 2024.10.04 15:59:54.012456 [ 3 ] {} <Trace> HTTP-Session: 965b9c22-84be-4a1e-9c7a-006fefd162b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7525 | 2024.10.04 15:59:54.012665 [ 3 ] {bf7f3356-d9d9-4673-b5b2-15bf2890c926} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 7526 | 2024.10.04 15:59:54.012710 [ 3 ] {bf7f3356-d9d9-4673-b5b2-15bf2890c926} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7527 | 2024.10.04 15:59:54.012940 [ 3 ] {bf7f3356-d9d9-4673-b5b2-15bf2890c926} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7528 | 2024.10.04 15:59:54.013518 [ 3 ] {bf7f3356-d9d9-4673-b5b2-15bf2890c926} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7529 | 2024.10.04 15:59:54.013554 [ 3 ] {bf7f3356-d9d9-4673-b5b2-15bf2890c926} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 7530 | 2024.10.04 15:59:54.013931 [ 3 ] {bf7f3356-d9d9-4673-b5b2-15bf2890c926} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 7531 | 2024.10.04 15:59:54.014292 [ 3 ] {bf7f3356-d9d9-4673-b5b2-15bf2890c926} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7532 | 2024.10.04 15:59:54.014453 [ 3 ] {bf7f3356-d9d9-4673-b5b2-15bf2890c926} <Debug> executeQuery: Read 398 rows, 28.99 KiB in 0.00189 sec., 210582.01058201058 rows/sec., 14.98 MiB/sec. | ||
| 7533 | 2024.10.04 15:59:54.014660 [ 3 ] {bf7f3356-d9d9-4673-b5b2-15bf2890c926} <Debug> DynamicQueryHandler: Done processing query | ||
| 7534 | 2024.10.04 15:59:54.014686 [ 3 ] {bf7f3356-d9d9-4673-b5b2-15bf2890c926} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
| 7535 | 2024.10.04 15:59:54.014703 [ 3 ] {} <Debug> HTTP-Session: 965b9c22-84be-4a1e-9c7a-006fefd162b0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7536 | 2024.10.04 15:59:54.014843 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 906, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7537 | 2024.10.04 15:59:54.014892 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7538 | 2024.10.04 15:59:54.014913 [ 3 ] {} <Debug> HTTP-Session: ecd352ed-9f64-4e51-a6ea-a215f6641200 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 7539 | 2024.10.04 15:59:54.014929 [ 3 ] {} <Debug> HTTP-Session: ecd352ed-9f64-4e51-a6ea-a215f6641200 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7540 | 2024.10.04 15:59:54.014944 [ 3 ] {} <Debug> HTTP-Session: ecd352ed-9f64-4e51-a6ea-a215f6641200 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7541 | 2024.10.04 15:59:54.014976 [ 3 ] {} <Trace> HTTP-Session: ecd352ed-9f64-4e51-a6ea-a215f6641200 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7542 | 2024.10.04 15:59:54.015073 [ 3 ] {1e8226ae-15b2-459f-8a4a-8b6dc6b90652} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 7543 | 2024.10.04 15:59:54.015119 [ 3 ] {1e8226ae-15b2-459f-8a4a-8b6dc6b90652} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7544 | 2024.10.04 15:59:54.015250 [ 3 ] {1e8226ae-15b2-459f-8a4a-8b6dc6b90652} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7545 | 2024.10.04 15:59:54.015526 [ 3 ] {1e8226ae-15b2-459f-8a4a-8b6dc6b90652} <Trace> oximeter.measurements_bool (07631250-7a70-49e6-a733-c0ce298d5d2f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7546 | 2024.10.04 15:59:54.015564 [ 3 ] {1e8226ae-15b2-459f-8a4a-8b6dc6b90652} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 7547 | 2024.10.04 15:59:54.015930 [ 3 ] {1e8226ae-15b2-459f-8a4a-8b6dc6b90652} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 7548 | 2024.10.04 15:59:54.016252 [ 3 ] {1e8226ae-15b2-459f-8a4a-8b6dc6b90652} <Trace> oximeter.measurements_bool (07631250-7a70-49e6-a733-c0ce298d5d2f): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7549 | 2024.10.04 15:59:54.016406 [ 3 ] {1e8226ae-15b2-459f-8a4a-8b6dc6b90652} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001352 sec., 4437.869822485208 rows/sec., 231.86 KiB/sec. | ||
| 7550 | 2024.10.04 15:59:54.016577 [ 3 ] {1e8226ae-15b2-459f-8a4a-8b6dc6b90652} <Debug> DynamicQueryHandler: Done processing query | ||
| 7551 | 2024.10.04 15:59:54.016602 [ 3 ] {1e8226ae-15b2-459f-8a4a-8b6dc6b90652} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 7552 | 2024.10.04 15:59:54.016618 [ 3 ] {} <Debug> HTTP-Session: ecd352ed-9f64-4e51-a6ea-a215f6641200 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7553 | 2024.10.04 15:59:54.016772 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 44668, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7554 | 2024.10.04 15:59:54.016822 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7555 | 2024.10.04 15:59:54.016841 [ 3 ] {} <Debug> HTTP-Session: b6208fd4-9a6b-45c6-ae02-0ffc451f1b41 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 7556 | 2024.10.04 15:59:54.016858 [ 3 ] {} <Debug> HTTP-Session: b6208fd4-9a6b-45c6-ae02-0ffc451f1b41 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7557 | 2024.10.04 15:59:54.016872 [ 3 ] {} <Debug> HTTP-Session: b6208fd4-9a6b-45c6-ae02-0ffc451f1b41 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7558 | 2024.10.04 15:59:54.016902 [ 3 ] {} <Trace> HTTP-Session: b6208fd4-9a6b-45c6-ae02-0ffc451f1b41 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7559 | 2024.10.04 15:59:54.017094 [ 3 ] {1d287233-25ee-4db0-8e2e-2015e5d304a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 7560 | 2024.10.04 15:59:54.017141 [ 3 ] {1d287233-25ee-4db0-8e2e-2015e5d304a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7561 | 2024.10.04 15:59:54.017287 [ 3 ] {1d287233-25ee-4db0-8e2e-2015e5d304a4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7562 | 2024.10.04 15:59:54.017714 [ 3 ] {1d287233-25ee-4db0-8e2e-2015e5d304a4} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7563 | 2024.10.04 15:59:54.017751 [ 3 ] {1d287233-25ee-4db0-8e2e-2015e5d304a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 7564 | 2024.10.04 15:59:54.018126 [ 3 ] {1d287233-25ee-4db0-8e2e-2015e5d304a4} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 7565 | 2024.10.04 15:59:54.018452 [ 3 ] {1d287233-25ee-4db0-8e2e-2015e5d304a4} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7566 | 2024.10.04 15:59:54.018616 [ 3 ] {1d287233-25ee-4db0-8e2e-2015e5d304a4} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001612 sec., 147022.33250620347 rows/sec., 9.85 MiB/sec. | ||
| 7567 | 2024.10.04 15:59:54.018950 [ 3 ] {1d287233-25ee-4db0-8e2e-2015e5d304a4} <Debug> DynamicQueryHandler: Done processing query | ||
| 7568 | 2024.10.04 15:59:54.018991 [ 3 ] {1d287233-25ee-4db0-8e2e-2015e5d304a4} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 7569 | 2024.10.04 15:59:54.019008 [ 3 ] {} <Debug> HTTP-Session: b6208fd4-9a6b-45c6-ae02-0ffc451f1b41 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7570 | 2024.10.04 15:59:54.019180 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7571 | 2024.10.04 15:59:54.019229 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7572 | 2024.10.04 15:59:54.019249 [ 3 ] {} <Debug> HTTP-Session: 41ec304d-8436-4c73-9aa3-b440a8715fb4 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 7573 | 2024.10.04 15:59:54.019265 [ 3 ] {} <Debug> HTTP-Session: 41ec304d-8436-4c73-9aa3-b440a8715fb4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7574 | 2024.10.04 15:59:54.019279 [ 3 ] {} <Debug> HTTP-Session: 41ec304d-8436-4c73-9aa3-b440a8715fb4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7575 | 2024.10.04 15:59:54.019311 [ 3 ] {} <Trace> HTTP-Session: 41ec304d-8436-4c73-9aa3-b440a8715fb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7576 | 2024.10.04 15:59:54.019406 [ 3 ] {89bbe041-ff8a-4fbe-89c5-b7ee72885e5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 7577 | 2024.10.04 15:59:54.019454 [ 3 ] {89bbe041-ff8a-4fbe-89c5-b7ee72885e5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7578 | 2024.10.04 15:59:54.019605 [ 3 ] {89bbe041-ff8a-4fbe-89c5-b7ee72885e5b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7579 | 2024.10.04 15:59:54.019879 [ 3 ] {89bbe041-ff8a-4fbe-89c5-b7ee72885e5b} <Trace> oximeter.measurements_f64 (87d8cd82-19cb-42e6-8b47-b078fc436c38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7580 | 2024.10.04 15:59:54.019916 [ 3 ] {89bbe041-ff8a-4fbe-89c5-b7ee72885e5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 7581 | 2024.10.04 15:59:54.020262 [ 3 ] {89bbe041-ff8a-4fbe-89c5-b7ee72885e5b} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 7582 | 2024.10.04 15:59:54.020594 [ 3 ] {89bbe041-ff8a-4fbe-89c5-b7ee72885e5b} <Trace> oximeter.measurements_f64 (87d8cd82-19cb-42e6-8b47-b078fc436c38): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7583 | 2024.10.04 15:59:54.020753 [ 3 ] {89bbe041-ff8a-4fbe-89c5-b7ee72885e5b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001359 sec., 735.8351729212657 rows/sec., 49.58 KiB/sec. | ||
| 7584 | 2024.10.04 15:59:54.020969 [ 3 ] {89bbe041-ff8a-4fbe-89c5-b7ee72885e5b} <Debug> DynamicQueryHandler: Done processing query | ||
| 7585 | 2024.10.04 15:59:54.020995 [ 3 ] {89bbe041-ff8a-4fbe-89c5-b7ee72885e5b} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 7586 | 2024.10.04 15:59:54.021011 [ 3 ] {} <Debug> HTTP-Session: 41ec304d-8436-4c73-9aa3-b440a8715fb4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7587 | 2024.10.04 15:59:54.021147 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 21508, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7588 | 2024.10.04 15:59:54.021196 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7589 | 2024.10.04 15:59:54.021215 [ 3 ] {} <Debug> HTTP-Session: 88bc85a5-94f8-4105-9d9b-774918e1a07a Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 7590 | 2024.10.04 15:59:54.021232 [ 3 ] {} <Debug> HTTP-Session: 88bc85a5-94f8-4105-9d9b-774918e1a07a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7591 | 2024.10.04 15:59:54.021246 [ 3 ] {} <Debug> HTTP-Session: 88bc85a5-94f8-4105-9d9b-774918e1a07a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7592 | 2024.10.04 15:59:54.021277 [ 3 ] {} <Trace> HTTP-Session: 88bc85a5-94f8-4105-9d9b-774918e1a07a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7593 | 2024.10.04 15:59:54.021484 [ 3 ] {a527d51e-7894-435a-81d7-2a96bb694384} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 7594 | 2024.10.04 15:59:54.021548 [ 3 ] {a527d51e-7894-435a-81d7-2a96bb694384} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7595 | 2024.10.04 15:59:54.021975 [ 3 ] {a527d51e-7894-435a-81d7-2a96bb694384} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7596 | 2024.10.04 15:59:54.022507 [ 3 ] {a527d51e-7894-435a-81d7-2a96bb694384} <Trace> oximeter.measurements_histogramu64 (00490d86-ebe4-4f2c-857c-d83cd24ebd05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7597 | 2024.10.04 15:59:54.022543 [ 3 ] {a527d51e-7894-435a-81d7-2a96bb694384} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 7598 | 2024.10.04 15:59:54.023149 [ 3 ] {a527d51e-7894-435a-81d7-2a96bb694384} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7599 | 2024.10.04 15:59:54.023565 [ 3 ] {a527d51e-7894-435a-81d7-2a96bb694384} <Trace> oximeter.measurements_histogramu64 (00490d86-ebe4-4f2c-857c-d83cd24ebd05): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7600 | 2024.10.04 15:59:54.023800 [ 3 ] {a527d51e-7894-435a-81d7-2a96bb694384} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002432 sec., 5345.394736842105 rows/sec., 9.58 MiB/sec. | ||
| 7601 | 2024.10.04 15:59:54.024423 [ 3 ] {a527d51e-7894-435a-81d7-2a96bb694384} <Debug> DynamicQueryHandler: Done processing query | ||
| 7602 | 2024.10.04 15:59:54.024448 [ 3 ] {a527d51e-7894-435a-81d7-2a96bb694384} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
| 7603 | 2024.10.04 15:59:54.024464 [ 3 ] {} <Debug> HTTP-Session: 88bc85a5-94f8-4105-9d9b-774918e1a07a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7604 | 2024.10.04 15:59:54.024611 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 545, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7605 | 2024.10.04 15:59:54.024661 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7606 | 2024.10.04 15:59:54.024681 [ 3 ] {} <Debug> HTTP-Session: 086f9f9e-0b94-4d72-ac78-dfb1e2c002e5 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 7607 | 2024.10.04 15:59:54.024697 [ 3 ] {} <Debug> HTTP-Session: 086f9f9e-0b94-4d72-ac78-dfb1e2c002e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7608 | 2024.10.04 15:59:54.024711 [ 3 ] {} <Debug> HTTP-Session: 086f9f9e-0b94-4d72-ac78-dfb1e2c002e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7609 | 2024.10.04 15:59:54.024743 [ 3 ] {} <Trace> HTTP-Session: 086f9f9e-0b94-4d72-ac78-dfb1e2c002e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7610 | 2024.10.04 15:59:54.024840 [ 3 ] {5194ce91-d577-4463-a250-43077b88153b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 7611 | 2024.10.04 15:59:54.024886 [ 3 ] {5194ce91-d577-4463-a250-43077b88153b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 7612 | 2024.10.04 15:59:54.025045 [ 3 ] {5194ce91-d577-4463-a250-43077b88153b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7613 | 2024.10.04 15:59:54.025334 [ 3 ] {5194ce91-d577-4463-a250-43077b88153b} <Trace> oximeter.measurements_i64 (939a8da9-e23f-43bf-9220-f0fcfd4bcbc0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7614 | 2024.10.04 15:59:54.025370 [ 3 ] {5194ce91-d577-4463-a250-43077b88153b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 7615 | 2024.10.04 15:59:54.025724 [ 3 ] {5194ce91-d577-4463-a250-43077b88153b} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 7616 | 2024.10.04 15:59:54.026052 [ 3 ] {5194ce91-d577-4463-a250-43077b88153b} <Trace> oximeter.measurements_i64 (939a8da9-e23f-43bf-9220-f0fcfd4bcbc0): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7617 | 2024.10.04 15:59:54.026214 [ 3 ] {5194ce91-d577-4463-a250-43077b88153b} <Debug> executeQuery: Read 3 rows, 246.00 B in 0.001396 sec., 2148.997134670487 rows/sec., 172.09 KiB/sec. | ||
| 7618 | 2024.10.04 15:59:54.026444 [ 3 ] {5194ce91-d577-4463-a250-43077b88153b} <Debug> DynamicQueryHandler: Done processing query | ||
| 7619 | 2024.10.04 15:59:54.026470 [ 3 ] {5194ce91-d577-4463-a250-43077b88153b} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 7620 | 2024.10.04 15:59:54.026486 [ 3 ] {} <Debug> HTTP-Session: 086f9f9e-0b94-4d72-ac78-dfb1e2c002e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7621 | 2024.10.04 15:59:54.026654 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 12156, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7622 | 2024.10.04 15:59:54.026703 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7623 | 2024.10.04 15:59:54.026724 [ 3 ] {} <Debug> HTTP-Session: f03c9964-521c-4772-8bc0-c9332c37b1d2 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 7624 | 2024.10.04 15:59:54.026740 [ 3 ] {} <Debug> HTTP-Session: f03c9964-521c-4772-8bc0-c9332c37b1d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7625 | 2024.10.04 15:59:54.026755 [ 3 ] {} <Debug> HTTP-Session: f03c9964-521c-4772-8bc0-c9332c37b1d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7626 | 2024.10.04 15:59:54.026786 [ 3 ] {} <Trace> HTTP-Session: f03c9964-521c-4772-8bc0-c9332c37b1d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7627 | 2024.10.04 15:59:54.026911 [ 3 ] {a7b91e8f-6cce-49e2-89c2-de2b1d50c089} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 7628 | 2024.10.04 15:59:54.026957 [ 3 ] {a7b91e8f-6cce-49e2-89c2-de2b1d50c089} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7629 | 2024.10.04 15:59:54.027089 [ 3 ] {a7b91e8f-6cce-49e2-89c2-de2b1d50c089} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7630 | 2024.10.04 15:59:54.027393 [ 3 ] {a7b91e8f-6cce-49e2-89c2-de2b1d50c089} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7631 | 2024.10.04 15:59:54.027429 [ 3 ] {a7b91e8f-6cce-49e2-89c2-de2b1d50c089} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 7632 | 2024.10.04 15:59:54.027788 [ 3 ] {a7b91e8f-6cce-49e2-89c2-de2b1d50c089} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 7633 | 2024.10.04 15:59:54.028113 [ 3 ] {a7b91e8f-6cce-49e2-89c2-de2b1d50c089} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7634 | 2024.10.04 15:59:54.028259 [ 3 ] {a7b91e8f-6cce-49e2-89c2-de2b1d50c089} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001393 sec., 58865.75735821967 rows/sec., 3.74 MiB/sec. | ||
| 7635 | 2024.10.04 15:59:54.028522 [ 3 ] {a7b91e8f-6cce-49e2-89c2-de2b1d50c089} <Debug> DynamicQueryHandler: Done processing query | ||
| 7636 | 2024.10.04 15:59:54.028580 [ 3 ] {a7b91e8f-6cce-49e2-89c2-de2b1d50c089} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 7637 | 2024.10.04 15:59:54.028638 [ 3 ] {} <Debug> HTTP-Session: f03c9964-521c-4772-8bc0-c9332c37b1d2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7638 | 2024.10.04 15:59:55.612008 [ 64 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7639 | 2024.10.04 15:59:55.612062 [ 64 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7640 | 2024.10.04 15:59:55.894567 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 758 | ||
| 7641 | 2024.10.04 15:59:55.897559 [ 242 ] {} <Trace> system.query_log (8f12c5ea-7fed-46c2-8a08-f82b2fd1cd88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7642 | 2024.10.04 15:59:55.897606 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 7643 | 2024.10.04 15:59:55.899177 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 7644 | 2024.10.04 15:59:55.900194 [ 242 ] {} <Trace> system.query_log (8f12c5ea-7fed-46c2-8a08-f82b2fd1cd88): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7645 | 2024.10.04 15:59:55.900806 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 758 | ||
| 7646 | 2024.10.04 15:59:58.999285 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 17482, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7647 | 2024.10.04 15:59:58.999417 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7648 | 2024.10.04 15:59:58.999446 [ 3 ] {} <Debug> HTTP-Session: 4873535a-a5d4-4be8-9be0-8acd4dcd3ae3 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 7649 | 2024.10.04 15:59:58.999475 [ 3 ] {} <Debug> HTTP-Session: 4873535a-a5d4-4be8-9be0-8acd4dcd3ae3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7650 | 2024.10.04 15:59:58.999493 [ 3 ] {} <Debug> HTTP-Session: 4873535a-a5d4-4be8-9be0-8acd4dcd3ae3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7651 | 2024.10.04 15:59:58.999558 [ 3 ] {} <Trace> HTTP-Session: 4873535a-a5d4-4be8-9be0-8acd4dcd3ae3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7652 | 2024.10.04 15:59:58.999813 [ 3 ] {a81d96eb-bd1b-475b-95cb-6b47458f6aa2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 7653 | 2024.10.04 15:59:58.999894 [ 3 ] {a81d96eb-bd1b-475b-95cb-6b47458f6aa2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7654 | 2024.10.04 15:59:59.000152 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 158.02 MiB, peak 166.96 MiB, free memory in arenas 0.00 B, will set to 157.02 MiB (RSS), difference: -1.00 MiB | ||
| 7655 | 2024.10.04 15:59:59.000519 [ 3 ] {a81d96eb-bd1b-475b-95cb-6b47458f6aa2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7656 | 2024.10.04 15:59:59.001211 [ 3 ] {a81d96eb-bd1b-475b-95cb-6b47458f6aa2} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7657 | 2024.10.04 15:59:59.001259 [ 3 ] {a81d96eb-bd1b-475b-95cb-6b47458f6aa2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 7658 | 2024.10.04 15:59:59.001715 [ 3 ] {a81d96eb-bd1b-475b-95cb-6b47458f6aa2} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 7659 | 2024.10.04 15:59:59.002113 [ 3 ] {a81d96eb-bd1b-475b-95cb-6b47458f6aa2} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7660 | 2024.10.04 15:59:59.002301 [ 3 ] {a81d96eb-bd1b-475b-95cb-6b47458f6aa2} <Debug> executeQuery: Read 118 rows, 10.28 KiB in 0.002573 sec., 45860.862806062956 rows/sec., 3.90 MiB/sec. | ||
| 7661 | 2024.10.04 15:59:59.002683 [ 3 ] {a81d96eb-bd1b-475b-95cb-6b47458f6aa2} <Debug> DynamicQueryHandler: Done processing query | ||
| 7662 | 2024.10.04 15:59:59.002748 [ 3 ] {a81d96eb-bd1b-475b-95cb-6b47458f6aa2} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 7663 | 2024.10.04 15:59:59.002797 [ 3 ] {} <Debug> HTTP-Session: 4873535a-a5d4-4be8-9be0-8acd4dcd3ae3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7664 | 2024.10.04 15:59:59.003058 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 4500, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7665 | 2024.10.04 15:59:59.003119 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7666 | 2024.10.04 15:59:59.003139 [ 3 ] {} <Debug> HTTP-Session: 6c91a1a4-4d9f-4792-b77e-12d170ad7f37 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 7667 | 2024.10.04 15:59:59.003159 [ 3 ] {} <Debug> HTTP-Session: 6c91a1a4-4d9f-4792-b77e-12d170ad7f37 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7668 | 2024.10.04 15:59:59.003174 [ 3 ] {} <Debug> HTTP-Session: 6c91a1a4-4d9f-4792-b77e-12d170ad7f37 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7669 | 2024.10.04 15:59:59.003213 [ 3 ] {} <Trace> HTTP-Session: 6c91a1a4-4d9f-4792-b77e-12d170ad7f37 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7670 | 2024.10.04 15:59:59.003340 [ 3 ] {adee93d6-bb64-4f37-9736-9c46b067624b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 7671 | 2024.10.04 15:59:59.003391 [ 3 ] {adee93d6-bb64-4f37-9736-9c46b067624b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7672 | 2024.10.04 15:59:59.003681 [ 3 ] {adee93d6-bb64-4f37-9736-9c46b067624b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7673 | 2024.10.04 15:59:59.004529 [ 3 ] {adee93d6-bb64-4f37-9736-9c46b067624b} <Trace> oximeter.fields_u16 (e9c2286f-cf98-4582-9ae4-6e9eb84e22b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7674 | 2024.10.04 15:59:59.004569 [ 3 ] {adee93d6-bb64-4f37-9736-9c46b067624b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 7675 | 2024.10.04 15:59:59.004930 [ 3 ] {adee93d6-bb64-4f37-9736-9c46b067624b} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 7676 | 2024.10.04 15:59:59.005293 [ 3 ] {adee93d6-bb64-4f37-9736-9c46b067624b} <Trace> oximeter.fields_u16 (e9c2286f-cf98-4582-9ae4-6e9eb84e22b6): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7677 | 2024.10.04 15:59:59.005459 [ 3 ] {adee93d6-bb64-4f37-9736-9c46b067624b} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.002156 sec., 14378.47866419295 rows/sec., 1.06 MiB/sec. | ||
| 7678 | 2024.10.04 15:59:59.005636 [ 3 ] {adee93d6-bb64-4f37-9736-9c46b067624b} <Debug> DynamicQueryHandler: Done processing query | ||
| 7679 | 2024.10.04 15:59:59.005661 [ 3 ] {adee93d6-bb64-4f37-9736-9c46b067624b} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 7680 | 2024.10.04 15:59:59.005677 [ 3 ] {} <Debug> HTTP-Session: 6c91a1a4-4d9f-4792-b77e-12d170ad7f37 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7681 | 2024.10.04 15:59:59.005827 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 16149, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7682 | 2024.10.04 15:59:59.005877 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7683 | 2024.10.04 15:59:59.005896 [ 3 ] {} <Debug> HTTP-Session: acfc61af-18dd-4c6e-8f02-4b84f08a0511 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 7684 | 2024.10.04 15:59:59.005913 [ 3 ] {} <Debug> HTTP-Session: acfc61af-18dd-4c6e-8f02-4b84f08a0511 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7685 | 2024.10.04 15:59:59.005927 [ 3 ] {} <Debug> HTTP-Session: acfc61af-18dd-4c6e-8f02-4b84f08a0511 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7686 | 2024.10.04 15:59:59.005960 [ 3 ] {} <Trace> HTTP-Session: acfc61af-18dd-4c6e-8f02-4b84f08a0511 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7687 | 2024.10.04 15:59:59.006084 [ 3 ] {e516d4ab-1bd6-4b07-a980-50d59203073c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 7688 | 2024.10.04 15:59:59.006130 [ 3 ] {e516d4ab-1bd6-4b07-a980-50d59203073c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7689 | 2024.10.04 15:59:59.006358 [ 3 ] {e516d4ab-1bd6-4b07-a980-50d59203073c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7690 | 2024.10.04 15:59:59.006734 [ 3 ] {e516d4ab-1bd6-4b07-a980-50d59203073c} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7691 | 2024.10.04 15:59:59.006770 [ 3 ] {e516d4ab-1bd6-4b07-a980-50d59203073c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 7692 | 2024.10.04 15:59:59.007135 [ 3 ] {e516d4ab-1bd6-4b07-a980-50d59203073c} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 7693 | 2024.10.04 15:59:59.007497 [ 3 ] {e516d4ab-1bd6-4b07-a980-50d59203073c} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7694 | 2024.10.04 15:59:59.007660 [ 3 ] {e516d4ab-1bd6-4b07-a980-50d59203073c} <Debug> executeQuery: Read 95 rows, 7.60 KiB in 0.001623 sec., 58533.579790511394 rows/sec., 4.57 MiB/sec. | ||
| 7695 | 2024.10.04 15:59:59.007846 [ 3 ] {e516d4ab-1bd6-4b07-a980-50d59203073c} <Debug> DynamicQueryHandler: Done processing query | ||
| 7696 | 2024.10.04 15:59:59.007871 [ 3 ] {e516d4ab-1bd6-4b07-a980-50d59203073c} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 7697 | 2024.10.04 15:59:59.007887 [ 3 ] {} <Debug> HTTP-Session: acfc61af-18dd-4c6e-8f02-4b84f08a0511 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7698 | 2024.10.04 15:59:59.008076 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 30647, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7699 | 2024.10.04 15:59:59.008125 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7700 | 2024.10.04 15:59:59.008146 [ 3 ] {} <Debug> HTTP-Session: 9ac5434b-b67c-4197-9bbd-b8b9f3ca5f8e Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 7701 | 2024.10.04 15:59:59.008162 [ 3 ] {} <Debug> HTTP-Session: 9ac5434b-b67c-4197-9bbd-b8b9f3ca5f8e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7702 | 2024.10.04 15:59:59.008176 [ 3 ] {} <Debug> HTTP-Session: 9ac5434b-b67c-4197-9bbd-b8b9f3ca5f8e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7703 | 2024.10.04 15:59:59.008209 [ 3 ] {} <Trace> HTTP-Session: 9ac5434b-b67c-4197-9bbd-b8b9f3ca5f8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7704 | 2024.10.04 15:59:59.008375 [ 3 ] {2b87ad0a-8f9f-4a4c-9d04-69cba195505b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 7705 | 2024.10.04 15:59:59.008425 [ 3 ] {2b87ad0a-8f9f-4a4c-9d04-69cba195505b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7706 | 2024.10.04 15:59:59.008575 [ 3 ] {2b87ad0a-8f9f-4a4c-9d04-69cba195505b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7707 | 2024.10.04 15:59:59.008970 [ 3 ] {2b87ad0a-8f9f-4a4c-9d04-69cba195505b} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7708 | 2024.10.04 15:59:59.009005 [ 3 ] {2b87ad0a-8f9f-4a4c-9d04-69cba195505b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 7709 | 2024.10.04 15:59:59.009388 [ 3 ] {2b87ad0a-8f9f-4a4c-9d04-69cba195505b} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 7710 | 2024.10.04 15:59:59.009729 [ 3 ] {2b87ad0a-8f9f-4a4c-9d04-69cba195505b} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7711 | 2024.10.04 15:59:59.009893 [ 3 ] {2b87ad0a-8f9f-4a4c-9d04-69cba195505b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001597 sec., 100187.85222291798 rows/sec., 6.98 MiB/sec. | ||
| 7712 | 2024.10.04 15:59:59.010220 [ 3 ] {2b87ad0a-8f9f-4a4c-9d04-69cba195505b} <Debug> DynamicQueryHandler: Done processing query | ||
| 7713 | 2024.10.04 15:59:59.010261 [ 3 ] {2b87ad0a-8f9f-4a4c-9d04-69cba195505b} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 7714 | 2024.10.04 15:59:59.010278 [ 3 ] {} <Debug> HTTP-Session: 9ac5434b-b67c-4197-9bbd-b8b9f3ca5f8e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7715 | 2024.10.04 15:59:59.010451 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 51843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7716 | 2024.10.04 15:59:59.010501 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7717 | 2024.10.04 15:59:59.010521 [ 3 ] {} <Debug> HTTP-Session: e4dcce59-8380-4c3c-a777-7a51ad773258 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 7718 | 2024.10.04 15:59:59.010538 [ 3 ] {} <Debug> HTTP-Session: e4dcce59-8380-4c3c-a777-7a51ad773258 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7719 | 2024.10.04 15:59:59.010557 [ 3 ] {} <Debug> HTTP-Session: e4dcce59-8380-4c3c-a777-7a51ad773258 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7720 | 2024.10.04 15:59:59.010589 [ 3 ] {} <Trace> HTTP-Session: e4dcce59-8380-4c3c-a777-7a51ad773258 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7721 | 2024.10.04 15:59:59.010912 [ 3 ] {074fdae2-72ce-45d1-98e9-0f95f3342770} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 7722 | 2024.10.04 15:59:59.010989 [ 3 ] {074fdae2-72ce-45d1-98e9-0f95f3342770} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7723 | 2024.10.04 15:59:59.011435 [ 3 ] {074fdae2-72ce-45d1-98e9-0f95f3342770} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7724 | 2024.10.04 15:59:59.012066 [ 3 ] {074fdae2-72ce-45d1-98e9-0f95f3342770} <Trace> oximeter.measurements_histogramu64 (00490d86-ebe4-4f2c-857c-d83cd24ebd05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7725 | 2024.10.04 15:59:59.012103 [ 3 ] {074fdae2-72ce-45d1-98e9-0f95f3342770} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 7726 | 2024.10.04 15:59:59.012745 [ 3 ] {074fdae2-72ce-45d1-98e9-0f95f3342770} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7727 | 2024.10.04 15:59:59.013163 [ 3 ] {074fdae2-72ce-45d1-98e9-0f95f3342770} <Trace> oximeter.measurements_histogramu64 (00490d86-ebe4-4f2c-857c-d83cd24ebd05): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7728 | 2024.10.04 15:59:59.013372 [ 3 ] {074fdae2-72ce-45d1-98e9-0f95f3342770} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002685 sec., 11545.62383612663 rows/sec., 20.69 MiB/sec. | ||
| 7729 | 2024.10.04 15:59:59.013367 [ 59 ] {} <Debug> oximeter.measurements_histogramu64 (00490d86-ebe4-4f2c-857c-d83cd24ebd05) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 7730 | 2024.10.04 15:59:59.013550 [ 59 ] {} <Trace> oximeter.measurements_histogramu64 (00490d86-ebe4-4f2c-857c-d83cd24ebd05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7731 | 2024.10.04 15:59:59.013646 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 7732 | 2024.10.04 15:59:59.013795 [ 3 ] {074fdae2-72ce-45d1-98e9-0f95f3342770} <Debug> DynamicQueryHandler: Done processing query | ||
| 7733 | 2024.10.04 15:59:59.013862 [ 3 ] {074fdae2-72ce-45d1-98e9-0f95f3342770} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
| 7734 | 2024.10.04 15:59:59.013908 [ 3 ] {} <Debug> HTTP-Session: e4dcce59-8380-4c3c-a777-7a51ad773258 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7735 | 2024.10.04 15:59:59.013954 [ 201 ] {00490d86-ebe4-4f2c-857c-d83cd24ebd05::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 | ||
| 7736 | 2024.10.04 15:59:59.014139 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7737 | 2024.10.04 15:59:59.014242 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7738 | 2024.10.04 15:59:59.014311 [ 3 ] {} <Debug> HTTP-Session: be2f4eb7-2d36-42c4-957b-6cdb9cd299e0 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 7739 | 2024.10.04 15:59:59.014377 [ 3 ] {} <Debug> HTTP-Session: be2f4eb7-2d36-42c4-957b-6cdb9cd299e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7740 | 2024.10.04 15:59:59.014419 [ 3 ] {} <Debug> HTTP-Session: be2f4eb7-2d36-42c4-957b-6cdb9cd299e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7741 | 2024.10.04 15:59:59.014530 [ 3 ] {} <Trace> HTTP-Session: be2f4eb7-2d36-42c4-957b-6cdb9cd299e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7742 | 2024.10.04 15:59:59.014834 [ 3 ] {f2eeca4b-2478-485e-b572-0b07f6fdc77c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 7743 | 2024.10.04 15:59:59.014968 [ 3 ] {f2eeca4b-2478-485e-b572-0b07f6fdc77c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7744 | 2024.10.04 15:59:59.014967 [ 201 ] {00490d86-ebe4-4f2c-857c-d83cd24ebd05::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7745 | 2024.10.04 15:59:59.015249 [ 201 ] {00490d86-ebe4-4f2c-857c-d83cd24ebd05::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 396 rows starting from the beginning of the part | ||
| 7746 | 2024.10.04 15:59:59.015524 [ 3 ] {f2eeca4b-2478-485e-b572-0b07f6fdc77c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7747 | 2024.10.04 15:59:59.016061 [ 201 ] {00490d86-ebe4-4f2c-857c-d83cd24ebd05::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 31 rows starting from the beginning of the part | ||
| 7748 | 2024.10.04 15:59:59.016891 [ 3 ] {f2eeca4b-2478-485e-b572-0b07f6fdc77c} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7749 | 2024.10.04 15:59:59.016899 [ 201 ] {00490d86-ebe4-4f2c-857c-d83cd24ebd05::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 8 rows starting from the beginning of the part | ||
| 7750 | 2024.10.04 15:59:59.016961 [ 3 ] {f2eeca4b-2478-485e-b572-0b07f6fdc77c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 7751 | 2024.10.04 15:59:59.017562 [ 201 ] {00490d86-ebe4-4f2c-857c-d83cd24ebd05::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 31 rows starting from the beginning of the part | ||
| 7752 | 2024.10.04 15:59:59.018304 [ 201 ] {00490d86-ebe4-4f2c-857c-d83cd24ebd05::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 13 rows starting from the beginning of the part | ||
| 7753 | 2024.10.04 15:59:59.018491 [ 3 ] {f2eeca4b-2478-485e-b572-0b07f6fdc77c} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 7754 | 2024.10.04 15:59:59.018814 [ 201 ] {00490d86-ebe4-4f2c-857c-d83cd24ebd05::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 31 rows starting from the beginning of the part | ||
| 7755 | 2024.10.04 15:59:59.019745 [ 3 ] {f2eeca4b-2478-485e-b572-0b07f6fdc77c} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7756 | 2024.10.04 15:59:59.020201 [ 3 ] {f2eeca4b-2478-485e-b572-0b07f6fdc77c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005471 sec., 10966.916468652897 rows/sec., 756.83 KiB/sec. | ||
| 7757 | 2024.10.04 15:59:59.020655 [ 3 ] {f2eeca4b-2478-485e-b572-0b07f6fdc77c} <Debug> DynamicQueryHandler: Done processing query | ||
| 7758 | 2024.10.04 15:59:59.020698 [ 3 ] {f2eeca4b-2478-485e-b572-0b07f6fdc77c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 7759 | 2024.10.04 15:59:59.020745 [ 3 ] {} <Debug> HTTP-Session: be2f4eb7-2d36-42c4-957b-6cdb9cd299e0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7760 | 2024.10.04 15:59:59.024132 [ 192 ] {00490d86-ebe4-4f2c-857c-d83cd24ebd05::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 510 rows, containing 19 columns (19 merged, 0 gathered) in 0.010357649 sec., 49238.97305266861 rows/sec., 88.23 MiB/sec. | ||
| 7761 | 2024.10.04 15:59:59.024776 [ 193 ] {00490d86-ebe4-4f2c-857c-d83cd24ebd05::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 7762 | 2024.10.04 15:59:59.025431 [ 193 ] {00490d86-ebe4-4f2c-857c-d83cd24ebd05::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (00490d86-ebe4-4f2c-857c-d83cd24ebd05): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7763 | 2024.10.04 15:59:59.025518 [ 193 ] {00490d86-ebe4-4f2c-857c-d83cd24ebd05::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (00490d86-ebe4-4f2c-857c-d83cd24ebd05) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 7764 | 2024.10.04 15:59:59.025645 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.86 MiB. | ||
| 7765 | 2024.10.04 16:00:04.218585 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 32420, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7766 | 2024.10.04 16:00:04.218781 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7767 | 2024.10.04 16:00:04.218826 [ 3 ] {} <Debug> HTTP-Session: 34831243-fe27-49b9-8800-2a948444def0 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 7768 | 2024.10.04 16:00:04.218871 [ 3 ] {} <Debug> HTTP-Session: 34831243-fe27-49b9-8800-2a948444def0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7769 | 2024.10.04 16:00:04.218899 [ 3 ] {} <Debug> HTTP-Session: 34831243-fe27-49b9-8800-2a948444def0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7770 | 2024.10.04 16:00:04.218982 [ 3 ] {} <Trace> HTTP-Session: 34831243-fe27-49b9-8800-2a948444def0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7771 | 2024.10.04 16:00:04.219373 [ 3 ] {0e86427f-18fb-4010-8eef-6a35141e0ce2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 7772 | 2024.10.04 16:00:04.219483 [ 3 ] {0e86427f-18fb-4010-8eef-6a35141e0ce2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7773 | 2024.10.04 16:00:04.219956 [ 3 ] {0e86427f-18fb-4010-8eef-6a35141e0ce2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7774 | 2024.10.04 16:00:04.220517 [ 3 ] {0e86427f-18fb-4010-8eef-6a35141e0ce2} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7775 | 2024.10.04 16:00:04.220559 [ 3 ] {0e86427f-18fb-4010-8eef-6a35141e0ce2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 7776 | 2024.10.04 16:00:04.221004 [ 3 ] {0e86427f-18fb-4010-8eef-6a35141e0ce2} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 7777 | 2024.10.04 16:00:04.221398 [ 3 ] {0e86427f-18fb-4010-8eef-6a35141e0ce2} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7778 | 2024.10.04 16:00:04.221547 [ 3 ] {0e86427f-18fb-4010-8eef-6a35141e0ce2} <Debug> executeQuery: Read 215 rows, 19.32 KiB in 0.002352 sec., 91411.56462585034 rows/sec., 8.02 MiB/sec. | ||
| 7779 | 2024.10.04 16:00:04.221556 [ 52 ] {} <Debug> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 7780 | 2024.10.04 16:00:04.221616 [ 52 ] {} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7781 | 2024.10.04 16:00:04.221653 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 7782 | 2024.10.04 16:00:04.221802 [ 3 ] {0e86427f-18fb-4010-8eef-6a35141e0ce2} <Debug> DynamicQueryHandler: Done processing query | ||
| 7783 | 2024.10.04 16:00:04.221846 [ 3 ] {0e86427f-18fb-4010-8eef-6a35141e0ce2} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 7784 | 2024.10.04 16:00:04.221848 [ 193 ] {eb62afc5-bcd4-4b43-a1a9-182e649ae812::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 | ||
| 7785 | 2024.10.04 16:00:04.221867 [ 3 ] {} <Debug> HTTP-Session: 34831243-fe27-49b9-8800-2a948444def0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7786 | 2024.10.04 16:00:04.222143 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 1914, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7787 | 2024.10.04 16:00:04.222146 [ 193 ] {eb62afc5-bcd4-4b43-a1a9-182e649ae812::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7788 | 2024.10.04 16:00:04.222242 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7789 | 2024.10.04 16:00:04.222248 [ 193 ] {eb62afc5-bcd4-4b43-a1a9-182e649ae812::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1416 rows starting from the beginning of the part | ||
| 7790 | 2024.10.04 16:00:04.222288 [ 3 ] {} <Debug> HTTP-Session: 1a8a7333-cd24-43d9-81b5-c6e57f0c6192 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 7791 | 2024.10.04 16:00:04.222333 [ 3 ] {} <Debug> HTTP-Session: 1a8a7333-cd24-43d9-81b5-c6e57f0c6192 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7792 | 2024.10.04 16:00:04.222375 [ 3 ] {} <Debug> HTTP-Session: 1a8a7333-cd24-43d9-81b5-c6e57f0c6192 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7793 | 2024.10.04 16:00:04.222536 [ 3 ] {} <Trace> HTTP-Session: 1a8a7333-cd24-43d9-81b5-c6e57f0c6192 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7794 | 2024.10.04 16:00:04.222574 [ 193 ] {eb62afc5-bcd4-4b43-a1a9-182e649ae812::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 56 rows starting from the beginning of the part | ||
| 7795 | 2024.10.04 16:00:04.222876 [ 193 ] {eb62afc5-bcd4-4b43-a1a9-182e649ae812::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 119 rows starting from the beginning of the part | ||
| 7796 | 2024.10.04 16:00:04.222949 [ 3 ] {f66d5953-c465-4c9d-9e57-64dd0ed684a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 7797 | 2024.10.04 16:00:04.223129 [ 193 ] {eb62afc5-bcd4-4b43-a1a9-182e649ae812::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 215 rows starting from the beginning of the part | ||
| 7798 | 2024.10.04 16:00:04.223174 [ 3 ] {f66d5953-c465-4c9d-9e57-64dd0ed684a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7799 | 2024.10.04 16:00:04.223486 [ 193 ] {eb62afc5-bcd4-4b43-a1a9-182e649ae812::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 118 rows starting from the beginning of the part | ||
| 7800 | 2024.10.04 16:00:04.223801 [ 193 ] {eb62afc5-bcd4-4b43-a1a9-182e649ae812::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 215 rows starting from the beginning of the part | ||
| 7801 | 2024.10.04 16:00:04.224632 [ 3 ] {f66d5953-c465-4c9d-9e57-64dd0ed684a2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7802 | 2024.10.04 16:00:04.225386 [ 3 ] {f66d5953-c465-4c9d-9e57-64dd0ed684a2} <Trace> oximeter.fields_u16 (e9c2286f-cf98-4582-9ae4-6e9eb84e22b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7803 | 2024.10.04 16:00:04.225457 [ 3 ] {f66d5953-c465-4c9d-9e57-64dd0ed684a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 7804 | 2024.10.04 16:00:04.226569 [ 3 ] {f66d5953-c465-4c9d-9e57-64dd0ed684a2} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 7805 | 2024.10.04 16:00:04.227303 [ 3 ] {f66d5953-c465-4c9d-9e57-64dd0ed684a2} <Trace> oximeter.fields_u16 (e9c2286f-cf98-4582-9ae4-6e9eb84e22b6): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7806 | 2024.10.04 16:00:04.227565 [ 192 ] {eb62afc5-bcd4-4b43-a1a9-182e649ae812::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2139 rows, containing 5 columns (5 merged, 0 gathered) in 0.005814295 sec., 367886.39035343064 rows/sec., 32.42 MiB/sec. | ||
| 7807 | 2024.10.04 16:00:04.227632 [ 3 ] {f66d5953-c465-4c9d-9e57-64dd0ed684a2} <Debug> executeQuery: Read 13 rows, 1001.00 B in 0.004849 sec., 2680.9651474530833 rows/sec., 201.60 KiB/sec. | ||
| 7808 | 2024.10.04 16:00:04.227887 [ 192 ] {eb62afc5-bcd4-4b43-a1a9-182e649ae812::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 7809 | 2024.10.04 16:00:04.227982 [ 3 ] {f66d5953-c465-4c9d-9e57-64dd0ed684a2} <Debug> DynamicQueryHandler: Done processing query | ||
| 7810 | 2024.10.04 16:00:04.228015 [ 3 ] {f66d5953-c465-4c9d-9e57-64dd0ed684a2} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 7811 | 2024.10.04 16:00:04.228032 [ 3 ] {} <Debug> HTTP-Session: 1a8a7333-cd24-43d9-81b5-c6e57f0c6192 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7812 | 2024.10.04 16:00:04.228193 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 1933, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7813 | 2024.10.04 16:00:04.228261 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7814 | 2024.10.04 16:00:04.228283 [ 3 ] {} <Debug> HTTP-Session: 9a5f82d7-47d3-4d51-b82c-9000fb3e370f Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 7815 | 2024.10.04 16:00:04.228309 [ 3 ] {} <Debug> HTTP-Session: 9a5f82d7-47d3-4d51-b82c-9000fb3e370f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7816 | 2024.10.04 16:00:04.228324 [ 3 ] {} <Debug> HTTP-Session: 9a5f82d7-47d3-4d51-b82c-9000fb3e370f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7817 | 2024.10.04 16:00:04.228364 [ 3 ] {} <Trace> HTTP-Session: 9a5f82d7-47d3-4d51-b82c-9000fb3e370f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7818 | 2024.10.04 16:00:04.228441 [ 192 ] {eb62afc5-bcd4-4b43-a1a9-182e649ae812::all_1_41_8} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7819 | 2024.10.04 16:00:04.228495 [ 3 ] {c4fb3784-6e52-41c2-a02a-707adf511973} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 7820 | 2024.10.04 16:00:04.228536 [ 192 ] {eb62afc5-bcd4-4b43-a1a9-182e649ae812::all_1_41_8} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 7821 | 2024.10.04 16:00:04.228547 [ 3 ] {c4fb3784-6e52-41c2-a02a-707adf511973} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7822 | 2024.10.04 16:00:04.228653 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.64 MiB. | ||
| 7823 | 2024.10.04 16:00:04.228836 [ 3 ] {c4fb3784-6e52-41c2-a02a-707adf511973} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7824 | 2024.10.04 16:00:04.229124 [ 3 ] {c4fb3784-6e52-41c2-a02a-707adf511973} <Trace> oximeter.fields_u32 (d636b635-d679-4839-bb6a-f39822d1a48c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7825 | 2024.10.04 16:00:04.229160 [ 3 ] {c4fb3784-6e52-41c2-a02a-707adf511973} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 7826 | 2024.10.04 16:00:04.229506 [ 3 ] {c4fb3784-6e52-41c2-a02a-707adf511973} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 7827 | 2024.10.04 16:00:04.229870 [ 3 ] {c4fb3784-6e52-41c2-a02a-707adf511973} <Trace> oximeter.fields_u32 (d636b635-d679-4839-bb6a-f39822d1a48c): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7828 | 2024.10.04 16:00:04.230000 [ 3 ] {c4fb3784-6e52-41c2-a02a-707adf511973} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001551 sec., 9026.434558349452 rows/sec., 632.15 KiB/sec. | ||
| 7829 | 2024.10.04 16:00:04.230160 [ 3 ] {c4fb3784-6e52-41c2-a02a-707adf511973} <Debug> DynamicQueryHandler: Done processing query | ||
| 7830 | 2024.10.04 16:00:04.230185 [ 3 ] {c4fb3784-6e52-41c2-a02a-707adf511973} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 7831 | 2024.10.04 16:00:04.230201 [ 3 ] {} <Debug> HTTP-Session: 9a5f82d7-47d3-4d51-b82c-9000fb3e370f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7832 | 2024.10.04 16:00:04.230320 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7833 | 2024.10.04 16:00:04.230367 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7834 | 2024.10.04 16:00:04.230386 [ 3 ] {} <Debug> HTTP-Session: 76064ed1-2a6a-45ed-b679-52037c06db10 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 7835 | 2024.10.04 16:00:04.230403 [ 3 ] {} <Debug> HTTP-Session: 76064ed1-2a6a-45ed-b679-52037c06db10 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7836 | 2024.10.04 16:00:04.230417 [ 3 ] {} <Debug> HTTP-Session: 76064ed1-2a6a-45ed-b679-52037c06db10 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7837 | 2024.10.04 16:00:04.230447 [ 3 ] {} <Trace> HTTP-Session: 76064ed1-2a6a-45ed-b679-52037c06db10 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7838 | 2024.10.04 16:00:04.230545 [ 3 ] {ce0b5207-944e-436d-9de9-3bc0e8ec586e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 7839 | 2024.10.04 16:00:04.230587 [ 3 ] {ce0b5207-944e-436d-9de9-3bc0e8ec586e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7840 | 2024.10.04 16:00:04.230811 [ 3 ] {ce0b5207-944e-436d-9de9-3bc0e8ec586e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7841 | 2024.10.04 16:00:04.231085 [ 3 ] {ce0b5207-944e-436d-9de9-3bc0e8ec586e} <Trace> oximeter.fields_u8 (b38c7fc2-16b2-4da0-8e0e-60bfa18d3929): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7842 | 2024.10.04 16:00:04.231120 [ 3 ] {ce0b5207-944e-436d-9de9-3bc0e8ec586e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 7843 | 2024.10.04 16:00:04.231457 [ 3 ] {ce0b5207-944e-436d-9de9-3bc0e8ec586e} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 7844 | 2024.10.04 16:00:04.231808 [ 3 ] {ce0b5207-944e-436d-9de9-3bc0e8ec586e} <Trace> oximeter.fields_u8 (b38c7fc2-16b2-4da0-8e0e-60bfa18d3929): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7845 | 2024.10.04 16:00:04.231927 [ 52 ] {} <Debug> oximeter.fields_u8 (b38c7fc2-16b2-4da0-8e0e-60bfa18d3929) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 7846 | 2024.10.04 16:00:04.231936 [ 3 ] {ce0b5207-944e-436d-9de9-3bc0e8ec586e} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001415 sec., 4240.282685512368 rows/sec., 250.52 KiB/sec. | ||
| 7847 | 2024.10.04 16:00:04.231967 [ 52 ] {} <Trace> oximeter.fields_u8 (b38c7fc2-16b2-4da0-8e0e-60bfa18d3929): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7848 | 2024.10.04 16:00:04.232010 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 7849 | 2024.10.04 16:00:04.232195 [ 3 ] {ce0b5207-944e-436d-9de9-3bc0e8ec586e} <Debug> DynamicQueryHandler: Done processing query | ||
| 7850 | 2024.10.04 16:00:04.232246 [ 3 ] {ce0b5207-944e-436d-9de9-3bc0e8ec586e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 7851 | 2024.10.04 16:00:04.232276 [ 3 ] {} <Debug> HTTP-Session: 76064ed1-2a6a-45ed-b679-52037c06db10 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7852 | 2024.10.04 16:00:04.232310 [ 199 ] {b38c7fc2-16b2-4da0-8e0e-60bfa18d3929::all_1_17_4} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_13_3 to all_17_17_0 into Compact with storage Full | ||
| 7853 | 2024.10.04 16:00:04.232589 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 64034, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7854 | 2024.10.04 16:00:04.232723 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7855 | 2024.10.04 16:00:04.232726 [ 199 ] {b38c7fc2-16b2-4da0-8e0e-60bfa18d3929::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7856 | 2024.10.04 16:00:04.232755 [ 3 ] {} <Debug> HTTP-Session: 26c99320-3d36-4b23-b3e7-a5a7f231d837 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 7857 | 2024.10.04 16:00:04.232814 [ 3 ] {} <Debug> HTTP-Session: 26c99320-3d36-4b23-b3e7-a5a7f231d837 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7858 | 2024.10.04 16:00:04.232837 [ 199 ] {b38c7fc2-16b2-4da0-8e0e-60bfa18d3929::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 6 rows starting from the beginning of the part | ||
| 7859 | 2024.10.04 16:00:04.232846 [ 3 ] {} <Debug> HTTP-Session: 26c99320-3d36-4b23-b3e7-a5a7f231d837 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7860 | 2024.10.04 16:00:04.232928 [ 3 ] {} <Trace> HTTP-Session: 26c99320-3d36-4b23-b3e7-a5a7f231d837 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7861 | 2024.10.04 16:00:04.233083 [ 199 ] {b38c7fc2-16b2-4da0-8e0e-60bfa18d3929::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 6 rows starting from the beginning of the part | ||
| 7862 | 2024.10.04 16:00:04.233334 [ 199 ] {b38c7fc2-16b2-4da0-8e0e-60bfa18d3929::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 6 rows starting from the beginning of the part | ||
| 7863 | 2024.10.04 16:00:04.233623 [ 199 ] {b38c7fc2-16b2-4da0-8e0e-60bfa18d3929::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 6 rows starting from the beginning of the part | ||
| 7864 | 2024.10.04 16:00:04.233620 [ 3 ] {40dbe678-bbf1-4703-865c-613f0d0bbba2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 7865 | 2024.10.04 16:00:04.233809 [ 3 ] {40dbe678-bbf1-4703-865c-613f0d0bbba2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7866 | 2024.10.04 16:00:04.233860 [ 199 ] {b38c7fc2-16b2-4da0-8e0e-60bfa18d3929::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 6 rows starting from the beginning of the part | ||
| 7867 | 2024.10.04 16:00:04.234882 [ 3 ] {40dbe678-bbf1-4703-865c-613f0d0bbba2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7868 | 2024.10.04 16:00:04.236202 [ 3 ] {40dbe678-bbf1-4703-865c-613f0d0bbba2} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7869 | 2024.10.04 16:00:04.236285 [ 3 ] {40dbe678-bbf1-4703-865c-613f0d0bbba2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 7870 | 2024.10.04 16:00:04.236500 [ 193 ] {b38c7fc2-16b2-4da0-8e0e-60bfa18d3929::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.00438045 sec., 6848.611444029722 rows/sec., 434.73 KiB/sec. | ||
| 7871 | 2024.10.04 16:00:04.236761 [ 193 ] {b38c7fc2-16b2-4da0-8e0e-60bfa18d3929::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 7872 | 2024.10.04 16:00:04.237107 [ 3 ] {40dbe678-bbf1-4703-865c-613f0d0bbba2} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 7873 | 2024.10.04 16:00:04.238023 [ 193 ] {b38c7fc2-16b2-4da0-8e0e-60bfa18d3929::all_1_17_4} <Trace> oximeter.fields_u8 (b38c7fc2-16b2-4da0-8e0e-60bfa18d3929): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7874 | 2024.10.04 16:00:04.238173 [ 3 ] {40dbe678-bbf1-4703-865c-613f0d0bbba2} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7875 | 2024.10.04 16:00:04.238250 [ 193 ] {b38c7fc2-16b2-4da0-8e0e-60bfa18d3929::all_1_17_4} <Trace> oximeter.fields_u8 (b38c7fc2-16b2-4da0-8e0e-60bfa18d3929) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 7876 | 2024.10.04 16:00:04.238424 [ 52 ] {} <Debug> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 7877 | 2024.10.04 16:00:04.238493 [ 52 ] {} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7878 | 2024.10.04 16:00:04.238511 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 7879 | 2024.10.04 16:00:04.238537 [ 3 ] {40dbe678-bbf1-4703-865c-613f0d0bbba2} <Debug> executeQuery: Read 395 rows, 28.72 KiB in 0.005309 sec., 74401.95893765303 rows/sec., 5.28 MiB/sec. | ||
| 7880 | 2024.10.04 16:00:04.238548 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 7881 | 2024.10.04 16:00:04.238860 [ 193 ] {db73ef1b-285a-4ffd-b768-8b0cb7509f0e::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 | ||
| 7882 | 2024.10.04 16:00:04.238979 [ 3 ] {40dbe678-bbf1-4703-865c-613f0d0bbba2} <Debug> DynamicQueryHandler: Done processing query | ||
| 7883 | 2024.10.04 16:00:04.239037 [ 3 ] {40dbe678-bbf1-4703-865c-613f0d0bbba2} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
| 7884 | 2024.10.04 16:00:04.239088 [ 3 ] {} <Debug> HTTP-Session: 26c99320-3d36-4b23-b3e7-a5a7f231d837 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7885 | 2024.10.04 16:00:04.239123 [ 193 ] {db73ef1b-285a-4ffd-b768-8b0cb7509f0e::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7886 | 2024.10.04 16:00:04.239172 [ 193 ] {db73ef1b-285a-4ffd-b768-8b0cb7509f0e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 913 rows starting from the beginning of the part | ||
| 7887 | 2024.10.04 16:00:04.239328 [ 193 ] {db73ef1b-285a-4ffd-b768-8b0cb7509f0e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 64 rows starting from the beginning of the part | ||
| 7888 | 2024.10.04 16:00:04.239359 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 906, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7889 | 2024.10.04 16:00:04.239574 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7890 | 2024.10.04 16:00:04.239655 [ 3 ] {} <Debug> HTTP-Session: 4772304e-7a75-4f32-a0f6-bad7e7ecdd9d Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 7891 | 2024.10.04 16:00:04.239676 [ 193 ] {db73ef1b-285a-4ffd-b768-8b0cb7509f0e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 97 rows starting from the beginning of the part | ||
| 7892 | 2024.10.04 16:00:04.239706 [ 3 ] {} <Debug> HTTP-Session: 4772304e-7a75-4f32-a0f6-bad7e7ecdd9d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7893 | 2024.10.04 16:00:04.239797 [ 3 ] {} <Debug> HTTP-Session: 4772304e-7a75-4f32-a0f6-bad7e7ecdd9d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7894 | 2024.10.04 16:00:04.239930 [ 3 ] {} <Trace> HTTP-Session: 4772304e-7a75-4f32-a0f6-bad7e7ecdd9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7895 | 2024.10.04 16:00:04.240049 [ 193 ] {db73ef1b-285a-4ffd-b768-8b0cb7509f0e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 398 rows starting from the beginning of the part | ||
| 7896 | 2024.10.04 16:00:04.240245 [ 3 ] {434d1907-6f34-4924-810d-31566fe3d884} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 7897 | 2024.10.04 16:00:04.240374 [ 193 ] {db73ef1b-285a-4ffd-b768-8b0cb7509f0e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 95 rows starting from the beginning of the part | ||
| 7898 | 2024.10.04 16:00:04.240396 [ 3 ] {434d1907-6f34-4924-810d-31566fe3d884} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7899 | 2024.10.04 16:00:04.240718 [ 193 ] {db73ef1b-285a-4ffd-b768-8b0cb7509f0e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 395 rows starting from the beginning of the part | ||
| 7900 | 2024.10.04 16:00:04.241453 [ 3 ] {434d1907-6f34-4924-810d-31566fe3d884} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7901 | 2024.10.04 16:00:04.242079 [ 3 ] {434d1907-6f34-4924-810d-31566fe3d884} <Trace> oximeter.measurements_bool (07631250-7a70-49e6-a733-c0ce298d5d2f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7902 | 2024.10.04 16:00:04.242154 [ 3 ] {434d1907-6f34-4924-810d-31566fe3d884} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 7903 | 2024.10.04 16:00:04.243161 [ 3 ] {434d1907-6f34-4924-810d-31566fe3d884} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 7904 | 2024.10.04 16:00:04.243685 [ 3 ] {434d1907-6f34-4924-810d-31566fe3d884} <Trace> oximeter.measurements_bool (07631250-7a70-49e6-a733-c0ce298d5d2f): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7905 | 2024.10.04 16:00:04.244057 [ 193 ] {db73ef1b-285a-4ffd-b768-8b0cb7509f0e::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1962 rows, containing 5 columns (5 merged, 0 gathered) in 0.005372414 sec., 365198.95897821727 rows/sec., 27.97 MiB/sec. | ||
| 7906 | 2024.10.04 16:00:04.244077 [ 3 ] {434d1907-6f34-4924-810d-31566fe3d884} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003947 sec., 1520.1418799087915 rows/sec., 79.42 KiB/sec. | ||
| 7907 | 2024.10.04 16:00:04.244333 [ 193 ] {db73ef1b-285a-4ffd-b768-8b0cb7509f0e::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 7908 | 2024.10.04 16:00:04.244400 [ 3 ] {434d1907-6f34-4924-810d-31566fe3d884} <Debug> DynamicQueryHandler: Done processing query | ||
| 7909 | 2024.10.04 16:00:04.244445 [ 3 ] {434d1907-6f34-4924-810d-31566fe3d884} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 7910 | 2024.10.04 16:00:04.244464 [ 3 ] {} <Debug> HTTP-Session: 4772304e-7a75-4f32-a0f6-bad7e7ecdd9d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7911 | 2024.10.04 16:00:04.244726 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 44668, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7912 | 2024.10.04 16:00:04.244812 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7913 | 2024.10.04 16:00:04.244840 [ 3 ] {} <Debug> HTTP-Session: 2c277a34-71c8-4b74-945a-2af49efcb58f Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 7914 | 2024.10.04 16:00:04.244871 [ 3 ] {} <Debug> HTTP-Session: 2c277a34-71c8-4b74-945a-2af49efcb58f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7915 | 2024.10.04 16:00:04.244896 [ 3 ] {} <Debug> HTTP-Session: 2c277a34-71c8-4b74-945a-2af49efcb58f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7916 | 2024.10.04 16:00:04.244962 [ 3 ] {} <Trace> HTTP-Session: 2c277a34-71c8-4b74-945a-2af49efcb58f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7917 | 2024.10.04 16:00:04.244970 [ 193 ] {db73ef1b-285a-4ffd-b768-8b0cb7509f0e::all_1_41_8} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7918 | 2024.10.04 16:00:04.245129 [ 193 ] {db73ef1b-285a-4ffd-b768-8b0cb7509f0e::all_1_41_8} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 7919 | 2024.10.04 16:00:04.245230 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 7920 | 2024.10.04 16:00:04.245290 [ 3 ] {3a232a44-2c0e-487c-8fb8-5275eff28cda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 7921 | 2024.10.04 16:00:04.245345 [ 3 ] {3a232a44-2c0e-487c-8fb8-5275eff28cda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7922 | 2024.10.04 16:00:04.245516 [ 3 ] {3a232a44-2c0e-487c-8fb8-5275eff28cda} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7923 | 2024.10.04 16:00:04.245975 [ 3 ] {3a232a44-2c0e-487c-8fb8-5275eff28cda} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7924 | 2024.10.04 16:00:04.246012 [ 3 ] {3a232a44-2c0e-487c-8fb8-5275eff28cda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 7925 | 2024.10.04 16:00:04.246406 [ 3 ] {3a232a44-2c0e-487c-8fb8-5275eff28cda} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 7926 | 2024.10.04 16:00:04.246759 [ 3 ] {3a232a44-2c0e-487c-8fb8-5275eff28cda} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7927 | 2024.10.04 16:00:04.246887 [ 3 ] {3a232a44-2c0e-487c-8fb8-5275eff28cda} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001779 sec., 133220.91062394605 rows/sec., 8.93 MiB/sec. | ||
| 7928 | 2024.10.04 16:00:04.246897 [ 56 ] {} <Debug> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 7929 | 2024.10.04 16:00:04.246957 [ 56 ] {} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7930 | 2024.10.04 16:00:04.246996 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 7931 | 2024.10.04 16:00:04.247086 [ 3 ] {3a232a44-2c0e-487c-8fb8-5275eff28cda} <Debug> DynamicQueryHandler: Done processing query | ||
| 7932 | 2024.10.04 16:00:04.247098 [ 192 ] {f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34::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 | ||
| 7933 | 2024.10.04 16:00:04.247113 [ 3 ] {3a232a44-2c0e-487c-8fb8-5275eff28cda} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 7934 | 2024.10.04 16:00:04.247141 [ 3 ] {} <Debug> HTTP-Session: 2c277a34-71c8-4b74-945a-2af49efcb58f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7935 | 2024.10.04 16:00:04.247236 [ 192 ] {f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7936 | 2024.10.04 16:00:04.247272 [ 192 ] {f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 11428 rows starting from the beginning of the part | ||
| 7937 | 2024.10.04 16:00:04.247279 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7938 | 2024.10.04 16:00:04.247379 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7939 | 2024.10.04 16:00:04.247401 [ 192 ] {f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 86 rows starting from the beginning of the part | ||
| 7940 | 2024.10.04 16:00:04.247432 [ 3 ] {} <Debug> HTTP-Session: f6711eb5-3d4e-4b8c-9634-563abd383124 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 7941 | 2024.10.04 16:00:04.247485 [ 3 ] {} <Debug> HTTP-Session: f6711eb5-3d4e-4b8c-9634-563abd383124 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7942 | 2024.10.04 16:00:04.247561 [ 3 ] {} <Debug> HTTP-Session: f6711eb5-3d4e-4b8c-9634-563abd383124 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7943 | 2024.10.04 16:00:04.247666 [ 192 ] {f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 161 rows starting from the beginning of the part | ||
| 7944 | 2024.10.04 16:00:04.247687 [ 3 ] {} <Trace> HTTP-Session: f6711eb5-3d4e-4b8c-9634-563abd383124 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7945 | 2024.10.04 16:00:04.247981 [ 192 ] {f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 237 rows starting from the beginning of the part | ||
| 7946 | 2024.10.04 16:00:04.248004 [ 3 ] {308150da-bee6-41d9-b460-a9f6b5375da8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 7947 | 2024.10.04 16:00:04.248114 [ 3 ] {308150da-bee6-41d9-b460-a9f6b5375da8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7948 | 2024.10.04 16:00:04.248141 [ 192 ] {f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 160 rows starting from the beginning of the part | ||
| 7949 | 2024.10.04 16:00:04.248391 [ 192 ] {f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 237 rows starting from the beginning of the part | ||
| 7950 | 2024.10.04 16:00:04.248998 [ 3 ] {308150da-bee6-41d9-b460-a9f6b5375da8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7951 | 2024.10.04 16:00:04.249422 [ 3 ] {308150da-bee6-41d9-b460-a9f6b5375da8} <Trace> oximeter.measurements_f64 (87d8cd82-19cb-42e6-8b47-b078fc436c38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7952 | 2024.10.04 16:00:04.249456 [ 3 ] {308150da-bee6-41d9-b460-a9f6b5375da8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 7953 | 2024.10.04 16:00:04.249868 [ 3 ] {308150da-bee6-41d9-b460-a9f6b5375da8} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 7954 | 2024.10.04 16:00:04.250378 [ 3 ] {308150da-bee6-41d9-b460-a9f6b5375da8} <Trace> oximeter.measurements_f64 (87d8cd82-19cb-42e6-8b47-b078fc436c38): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7955 | 2024.10.04 16:00:04.250648 [ 3 ] {308150da-bee6-41d9-b460-a9f6b5375da8} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002707 sec., 369.41263391207974 rows/sec., 24.89 KiB/sec. | ||
| 7956 | 2024.10.04 16:00:04.251316 [ 3 ] {308150da-bee6-41d9-b460-a9f6b5375da8} <Debug> DynamicQueryHandler: Done processing query | ||
| 7957 | 2024.10.04 16:00:04.251361 [ 3 ] {308150da-bee6-41d9-b460-a9f6b5375da8} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 7958 | 2024.10.04 16:00:04.251401 [ 3 ] {} <Debug> HTTP-Session: f6711eb5-3d4e-4b8c-9634-563abd383124 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7959 | 2024.10.04 16:00:04.251620 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 21508, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7960 | 2024.10.04 16:00:04.251670 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7961 | 2024.10.04 16:00:04.251690 [ 3 ] {} <Debug> HTTP-Session: b9a1435d-d383-402e-b8e5-f5583867d764 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 7962 | 2024.10.04 16:00:04.251707 [ 3 ] {} <Debug> HTTP-Session: b9a1435d-d383-402e-b8e5-f5583867d764 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7963 | 2024.10.04 16:00:04.251721 [ 3 ] {} <Debug> HTTP-Session: b9a1435d-d383-402e-b8e5-f5583867d764 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7964 | 2024.10.04 16:00:04.251752 [ 3 ] {} <Trace> HTTP-Session: b9a1435d-d383-402e-b8e5-f5583867d764 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7965 | 2024.10.04 16:00:04.252061 [ 3 ] {9f8bc691-54ce-4db6-a4fe-fcad629d9c2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 7966 | 2024.10.04 16:00:04.252134 [ 3 ] {9f8bc691-54ce-4db6-a4fe-fcad629d9c2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7967 | 2024.10.04 16:00:04.252633 [ 3 ] {9f8bc691-54ce-4db6-a4fe-fcad629d9c2c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7968 | 2024.10.04 16:00:04.253318 [ 192 ] {f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 12309 rows, containing 5 columns (5 merged, 0 gathered) in 0.006266867 sec., 1964139.3378860601 rows/sec., 132.59 MiB/sec. | ||
| 7969 | 2024.10.04 16:00:04.253474 [ 3 ] {9f8bc691-54ce-4db6-a4fe-fcad629d9c2c} <Trace> oximeter.measurements_histogramu64 (00490d86-ebe4-4f2c-857c-d83cd24ebd05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7970 | 2024.10.04 16:00:04.253510 [ 3 ] {9f8bc691-54ce-4db6-a4fe-fcad629d9c2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 7971 | 2024.10.04 16:00:04.253599 [ 192 ] {f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 7972 | 2024.10.04 16:00:04.254356 [ 192 ] {f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7973 | 2024.10.04 16:00:04.254469 [ 192 ] {f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 7974 | 2024.10.04 16:00:04.254556 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.29 MiB. | ||
| 7975 | 2024.10.04 16:00:04.254563 [ 3 ] {9f8bc691-54ce-4db6-a4fe-fcad629d9c2c} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7976 | 2024.10.04 16:00:04.254982 [ 3 ] {9f8bc691-54ce-4db6-a4fe-fcad629d9c2c} <Trace> oximeter.measurements_histogramu64 (00490d86-ebe4-4f2c-857c-d83cd24ebd05): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7977 | 2024.10.04 16:00:04.255138 [ 3 ] {9f8bc691-54ce-4db6-a4fe-fcad629d9c2c} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.003199 sec., 4063.769928102532 rows/sec., 7.28 MiB/sec. | ||
| 7978 | 2024.10.04 16:00:04.255549 [ 3 ] {9f8bc691-54ce-4db6-a4fe-fcad629d9c2c} <Debug> DynamicQueryHandler: Done processing query | ||
| 7979 | 2024.10.04 16:00:04.255574 [ 3 ] {9f8bc691-54ce-4db6-a4fe-fcad629d9c2c} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
| 7980 | 2024.10.04 16:00:04.255590 [ 3 ] {} <Debug> HTTP-Session: b9a1435d-d383-402e-b8e5-f5583867d764 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7981 | 2024.10.04 16:00:04.255719 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 12156, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7982 | 2024.10.04 16:00:04.255767 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7983 | 2024.10.04 16:00:04.255787 [ 3 ] {} <Debug> HTTP-Session: 29f37fe2-695d-489d-bfb7-3cd78eecbb28 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 7984 | 2024.10.04 16:00:04.255804 [ 3 ] {} <Debug> HTTP-Session: 29f37fe2-695d-489d-bfb7-3cd78eecbb28 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7985 | 2024.10.04 16:00:04.255818 [ 3 ] {} <Debug> HTTP-Session: 29f37fe2-695d-489d-bfb7-3cd78eecbb28 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7986 | 2024.10.04 16:00:04.255850 [ 3 ] {} <Trace> HTTP-Session: 29f37fe2-695d-489d-bfb7-3cd78eecbb28 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7987 | 2024.10.04 16:00:04.255967 [ 3 ] {59fc40fa-3f57-43d7-837b-d371d2db6df6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 7988 | 2024.10.04 16:00:04.256013 [ 3 ] {59fc40fa-3f57-43d7-837b-d371d2db6df6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7989 | 2024.10.04 16:00:04.256142 [ 3 ] {59fc40fa-3f57-43d7-837b-d371d2db6df6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7990 | 2024.10.04 16:00:04.256438 [ 3 ] {59fc40fa-3f57-43d7-837b-d371d2db6df6} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7991 | 2024.10.04 16:00:04.256474 [ 3 ] {59fc40fa-3f57-43d7-837b-d371d2db6df6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 7992 | 2024.10.04 16:00:04.256834 [ 3 ] {59fc40fa-3f57-43d7-837b-d371d2db6df6} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 7993 | 2024.10.04 16:00:04.257165 [ 3 ] {59fc40fa-3f57-43d7-837b-d371d2db6df6} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7994 | 2024.10.04 16:00:04.257287 [ 56 ] {} <Debug> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 7995 | 2024.10.04 16:00:04.257292 [ 3 ] {59fc40fa-3f57-43d7-837b-d371d2db6df6} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001365 sec., 60073.26007326008 rows/sec., 3.82 MiB/sec. | ||
| 7996 | 2024.10.04 16:00:04.257317 [ 56 ] {} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7997 | 2024.10.04 16:00:04.257351 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 7998 | 2024.10.04 16:00:04.257533 [ 187 ] {f1266625-5fbc-477b-b130-85cba0b363f2::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 | ||
| 7999 | 2024.10.04 16:00:04.257551 [ 3 ] {59fc40fa-3f57-43d7-837b-d371d2db6df6} <Debug> DynamicQueryHandler: Done processing query | ||
| 8000 | 2024.10.04 16:00:04.257613 [ 3 ] {59fc40fa-3f57-43d7-837b-d371d2db6df6} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 8001 | 2024.10.04 16:00:04.257640 [ 3 ] {} <Debug> HTTP-Session: 29f37fe2-695d-489d-bfb7-3cd78eecbb28 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8002 | 2024.10.04 16:00:04.257756 [ 187 ] {f1266625-5fbc-477b-b130-85cba0b363f2::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8003 | 2024.10.04 16:00:04.257794 [ 187 ] {f1266625-5fbc-477b-b130-85cba0b363f2::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2122 rows starting from the beginning of the part | ||
| 8004 | 2024.10.04 16:00:04.257874 [ 187 ] {f1266625-5fbc-477b-b130-85cba0b363f2::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 32 rows starting from the beginning of the part | ||
| 8005 | 2024.10.04 16:00:04.258018 [ 187 ] {f1266625-5fbc-477b-b130-85cba0b363f2::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 60 rows starting from the beginning of the part | ||
| 8006 | 2024.10.04 16:00:04.258228 [ 187 ] {f1266625-5fbc-477b-b130-85cba0b363f2::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 82 rows starting from the beginning of the part | ||
| 8007 | 2024.10.04 16:00:04.258322 [ 187 ] {f1266625-5fbc-477b-b130-85cba0b363f2::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 60 rows starting from the beginning of the part | ||
| 8008 | 2024.10.04 16:00:04.258568 [ 187 ] {f1266625-5fbc-477b-b130-85cba0b363f2::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 82 rows starting from the beginning of the part | ||
| 8009 | 2024.10.04 16:00:04.260057 [ 190 ] {f1266625-5fbc-477b-b130-85cba0b363f2::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2438 rows, containing 4 columns (4 merged, 0 gathered) in 0.002604625 sec., 936027.2592023803 rows/sec., 61.04 MiB/sec. | ||
| 8010 | 2024.10.04 16:00:04.260378 [ 197 ] {f1266625-5fbc-477b-b130-85cba0b363f2::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 8011 | 2024.10.04 16:00:04.260860 [ 197 ] {f1266625-5fbc-477b-b130-85cba0b363f2::all_1_41_8} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8012 | 2024.10.04 16:00:04.260944 [ 197 ] {f1266625-5fbc-477b-b130-85cba0b363f2::all_1_41_8} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 8013 | 2024.10.04 16:00:04.261034 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. | ||
| 8014 | 2024.10.04 16:00:06.116366 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 790 | ||
| 8015 | 2024.10.04 16:00:06.119301 [ 242 ] {} <Trace> system.query_log (8f12c5ea-7fed-46c2-8a08-f82b2fd1cd88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8016 | 2024.10.04 16:00:06.119353 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 8017 | 2024.10.04 16:00:06.120864 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 8018 | 2024.10.04 16:00:06.121867 [ 242 ] {} <Trace> system.query_log (8f12c5ea-7fed-46c2-8a08-f82b2fd1cd88): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8019 | 2024.10.04 16:00:06.123499 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 790 | ||
| 8020 | 2024.10.04 16:00:09.214666 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8021 | 2024.10.04 16:00:09.214795 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8022 | 2024.10.04 16:00:09.214825 [ 3 ] {} <Debug> HTTP-Session: ec4958dc-b257-44f2-9702-bf5bb43c99bb Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 8023 | 2024.10.04 16:00:09.214853 [ 3 ] {} <Debug> HTTP-Session: ec4958dc-b257-44f2-9702-bf5bb43c99bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8024 | 2024.10.04 16:00:09.214872 [ 3 ] {} <Debug> HTTP-Session: ec4958dc-b257-44f2-9702-bf5bb43c99bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8025 | 2024.10.04 16:00:09.214926 [ 3 ] {} <Trace> HTTP-Session: ec4958dc-b257-44f2-9702-bf5bb43c99bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8026 | 2024.10.04 16:00:09.215107 [ 3 ] {88878832-fc5d-4e16-8ca2-43905efb531b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 8027 | 2024.10.04 16:00:09.215178 [ 3 ] {88878832-fc5d-4e16-8ca2-43905efb531b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 8028 | 2024.10.04 16:00:09.215538 [ 3 ] {88878832-fc5d-4e16-8ca2-43905efb531b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8029 | 2024.10.04 16:00:09.215978 [ 3 ] {88878832-fc5d-4e16-8ca2-43905efb531b} <Trace> oximeter.fields_ipaddr (b5a61649-f8d2-4d83-9d9d-bb23c07f582c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8030 | 2024.10.04 16:00:09.216023 [ 3 ] {88878832-fc5d-4e16-8ca2-43905efb531b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 8031 | 2024.10.04 16:00:09.216456 [ 3 ] {88878832-fc5d-4e16-8ca2-43905efb531b} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 8032 | 2024.10.04 16:00:09.216861 [ 3 ] {88878832-fc5d-4e16-8ca2-43905efb531b} <Trace> oximeter.fields_ipaddr (b5a61649-f8d2-4d83-9d9d-bb23c07f582c): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8033 | 2024.10.04 16:00:09.217020 [ 3 ] {88878832-fc5d-4e16-8ca2-43905efb531b} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001965 sec., 2035.623409669211 rows/sec., 165.99 KiB/sec. | ||
| 8034 | 2024.10.04 16:00:09.217227 [ 3 ] {88878832-fc5d-4e16-8ca2-43905efb531b} <Debug> DynamicQueryHandler: Done processing query | ||
| 8035 | 2024.10.04 16:00:09.217256 [ 3 ] {88878832-fc5d-4e16-8ca2-43905efb531b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 8036 | 2024.10.04 16:00:09.217273 [ 3 ] {} <Debug> HTTP-Session: ec4958dc-b257-44f2-9702-bf5bb43c99bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8037 | 2024.10.04 16:00:09.217444 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 17748, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8038 | 2024.10.04 16:00:09.217500 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8039 | 2024.10.04 16:00:09.217520 [ 3 ] {} <Debug> HTTP-Session: 14d5eb3a-a33b-4378-8832-6534526a3a75 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 8040 | 2024.10.04 16:00:09.217538 [ 3 ] {} <Debug> HTTP-Session: 14d5eb3a-a33b-4378-8832-6534526a3a75 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8041 | 2024.10.04 16:00:09.217553 [ 3 ] {} <Debug> HTTP-Session: 14d5eb3a-a33b-4378-8832-6534526a3a75 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8042 | 2024.10.04 16:00:09.217591 [ 3 ] {} <Trace> HTTP-Session: 14d5eb3a-a33b-4378-8832-6534526a3a75 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8043 | 2024.10.04 16:00:09.217736 [ 3 ] {8cb9d693-5a58-4b98-87fe-ae08f463490d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 8044 | 2024.10.04 16:00:09.217784 [ 3 ] {8cb9d693-5a58-4b98-87fe-ae08f463490d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8045 | 2024.10.04 16:00:09.218029 [ 3 ] {8cb9d693-5a58-4b98-87fe-ae08f463490d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8046 | 2024.10.04 16:00:09.218464 [ 3 ] {8cb9d693-5a58-4b98-87fe-ae08f463490d} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8047 | 2024.10.04 16:00:09.218501 [ 3 ] {8cb9d693-5a58-4b98-87fe-ae08f463490d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 8048 | 2024.10.04 16:00:09.218875 [ 3 ] {8cb9d693-5a58-4b98-87fe-ae08f463490d} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 8049 | 2024.10.04 16:00:09.219248 [ 3 ] {8cb9d693-5a58-4b98-87fe-ae08f463490d} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8050 | 2024.10.04 16:00:09.219381 [ 3 ] {8cb9d693-5a58-4b98-87fe-ae08f463490d} <Debug> executeQuery: Read 120 rows, 10.42 KiB in 0.001702 sec., 70505.28789659224 rows/sec., 5.98 MiB/sec. | ||
| 8051 | 2024.10.04 16:00:09.219676 [ 3 ] {8cb9d693-5a58-4b98-87fe-ae08f463490d} <Debug> DynamicQueryHandler: Done processing query | ||
| 8052 | 2024.10.04 16:00:09.219719 [ 3 ] {8cb9d693-5a58-4b98-87fe-ae08f463490d} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 8053 | 2024.10.04 16:00:09.219746 [ 3 ] {} <Debug> HTTP-Session: 14d5eb3a-a33b-4378-8832-6534526a3a75 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8054 | 2024.10.04 16:00:09.219914 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 5057, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8055 | 2024.10.04 16:00:09.219966 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8056 | 2024.10.04 16:00:09.219986 [ 3 ] {} <Debug> HTTP-Session: a8089cd9-01a4-4867-94f1-e3489df78b7d Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 8057 | 2024.10.04 16:00:09.220003 [ 3 ] {} <Debug> HTTP-Session: a8089cd9-01a4-4867-94f1-e3489df78b7d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8058 | 2024.10.04 16:00:09.220018 [ 3 ] {} <Debug> HTTP-Session: a8089cd9-01a4-4867-94f1-e3489df78b7d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8059 | 2024.10.04 16:00:09.220050 [ 3 ] {} <Trace> HTTP-Session: a8089cd9-01a4-4867-94f1-e3489df78b7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8060 | 2024.10.04 16:00:09.220167 [ 3 ] {bc5c410e-5126-43b5-ae31-a58a5c03696c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 8061 | 2024.10.04 16:00:09.220214 [ 3 ] {bc5c410e-5126-43b5-ae31-a58a5c03696c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8062 | 2024.10.04 16:00:09.220460 [ 3 ] {bc5c410e-5126-43b5-ae31-a58a5c03696c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8063 | 2024.10.04 16:00:09.220795 [ 3 ] {bc5c410e-5126-43b5-ae31-a58a5c03696c} <Trace> oximeter.fields_u16 (e9c2286f-cf98-4582-9ae4-6e9eb84e22b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8064 | 2024.10.04 16:00:09.220832 [ 3 ] {bc5c410e-5126-43b5-ae31-a58a5c03696c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 8065 | 2024.10.04 16:00:09.221223 [ 3 ] {bc5c410e-5126-43b5-ae31-a58a5c03696c} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 8066 | 2024.10.04 16:00:09.221592 [ 3 ] {bc5c410e-5126-43b5-ae31-a58a5c03696c} <Trace> oximeter.fields_u16 (e9c2286f-cf98-4582-9ae4-6e9eb84e22b6): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8067 | 2024.10.04 16:00:09.221718 [ 48 ] {} <Debug> oximeter.fields_u16 (e9c2286f-cf98-4582-9ae4-6e9eb84e22b6) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 8068 | 2024.10.04 16:00:09.221723 [ 3 ] {bc5c410e-5126-43b5-ae31-a58a5c03696c} <Debug> executeQuery: Read 35 rows, 2.61 KiB in 0.001592 sec., 21984.924623115578 rows/sec., 1.60 MiB/sec. | ||
| 8069 | 2024.10.04 16:00:09.221758 [ 48 ] {} <Trace> oximeter.fields_u16 (e9c2286f-cf98-4582-9ae4-6e9eb84e22b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8070 | 2024.10.04 16:00:09.221797 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 8071 | 2024.10.04 16:00:09.222005 [ 3 ] {bc5c410e-5126-43b5-ae31-a58a5c03696c} <Debug> DynamicQueryHandler: Done processing query | ||
| 8072 | 2024.10.04 16:00:09.222025 [ 188 ] {e9c2286f-cf98-4582-9ae4-6e9eb84e22b6::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 | ||
| 8073 | 2024.10.04 16:00:09.222034 [ 3 ] {bc5c410e-5126-43b5-ae31-a58a5c03696c} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 8074 | 2024.10.04 16:00:09.222112 [ 3 ] {} <Debug> HTTP-Session: a8089cd9-01a4-4867-94f1-e3489df78b7d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8075 | 2024.10.04 16:00:09.222462 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 16831, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8076 | 2024.10.04 16:00:09.222656 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8077 | 2024.10.04 16:00:09.222702 [ 188 ] {e9c2286f-cf98-4582-9ae4-6e9eb84e22b6::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8078 | 2024.10.04 16:00:09.222763 [ 3 ] {} <Debug> HTTP-Session: 40bf6383-28cb-4f5e-848a-f4fe95d043c7 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 8079 | 2024.10.04 16:00:09.222819 [ 188 ] {e9c2286f-cf98-4582-9ae4-6e9eb84e22b6::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 57 rows starting from the beginning of the part | ||
| 8080 | 2024.10.04 16:00:09.222831 [ 3 ] {} <Debug> HTTP-Session: 40bf6383-28cb-4f5e-848a-f4fe95d043c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8081 | 2024.10.04 16:00:09.222897 [ 3 ] {} <Debug> HTTP-Session: 40bf6383-28cb-4f5e-848a-f4fe95d043c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8082 | 2024.10.04 16:00:09.223008 [ 3 ] {} <Trace> HTTP-Session: 40bf6383-28cb-4f5e-848a-f4fe95d043c7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8083 | 2024.10.04 16:00:09.223057 [ 188 ] {e9c2286f-cf98-4582-9ae4-6e9eb84e22b6::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 33 rows starting from the beginning of the part | ||
| 8084 | 2024.10.04 16:00:09.223235 [ 188 ] {e9c2286f-cf98-4582-9ae4-6e9eb84e22b6::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 13 rows starting from the beginning of the part | ||
| 8085 | 2024.10.04 16:00:09.223331 [ 3 ] {d3379d2c-b7ae-499b-a051-c326e3f7a1cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 8086 | 2024.10.04 16:00:09.223484 [ 3 ] {d3379d2c-b7ae-499b-a051-c326e3f7a1cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8087 | 2024.10.04 16:00:09.223517 [ 188 ] {e9c2286f-cf98-4582-9ae4-6e9eb84e22b6::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 31 rows starting from the beginning of the part | ||
| 8088 | 2024.10.04 16:00:09.223954 [ 188 ] {e9c2286f-cf98-4582-9ae4-6e9eb84e22b6::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 13 rows starting from the beginning of the part | ||
| 8089 | 2024.10.04 16:00:09.224215 [ 188 ] {e9c2286f-cf98-4582-9ae4-6e9eb84e22b6::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 35 rows starting from the beginning of the part | ||
| 8090 | 2024.10.04 16:00:09.224764 [ 3 ] {d3379d2c-b7ae-499b-a051-c326e3f7a1cd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8091 | 2024.10.04 16:00:09.225445 [ 3 ] {d3379d2c-b7ae-499b-a051-c326e3f7a1cd} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8092 | 2024.10.04 16:00:09.225494 [ 3 ] {d3379d2c-b7ae-499b-a051-c326e3f7a1cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 8093 | 2024.10.04 16:00:09.225953 [ 188 ] {e9c2286f-cf98-4582-9ae4-6e9eb84e22b6::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 182 rows, containing 5 columns (5 merged, 0 gathered) in 0.004081833 sec., 44587.81140727708 rows/sec., 3.41 MiB/sec. | ||
| 8094 | 2024.10.04 16:00:09.226077 [ 3 ] {d3379d2c-b7ae-499b-a051-c326e3f7a1cd} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 8095 | 2024.10.04 16:00:09.226169 [ 190 ] {e9c2286f-cf98-4582-9ae4-6e9eb84e22b6::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 8096 | 2024.10.04 16:00:09.227023 [ 3 ] {d3379d2c-b7ae-499b-a051-c326e3f7a1cd} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8097 | 2024.10.04 16:00:09.227420 [ 3 ] {d3379d2c-b7ae-499b-a051-c326e3f7a1cd} <Debug> executeQuery: Read 99 rows, 7.92 KiB in 0.004225 sec., 23431.952662721895 rows/sec., 1.83 MiB/sec. | ||
| 8098 | 2024.10.04 16:00:09.227686 [ 190 ] {e9c2286f-cf98-4582-9ae4-6e9eb84e22b6::all_1_31_6} <Trace> oximeter.fields_u16 (e9c2286f-cf98-4582-9ae4-6e9eb84e22b6): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8099 | 2024.10.04 16:00:09.228074 [ 190 ] {e9c2286f-cf98-4582-9ae4-6e9eb84e22b6::all_1_31_6} <Trace> oximeter.fields_u16 (e9c2286f-cf98-4582-9ae4-6e9eb84e22b6) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 8100 | 2024.10.04 16:00:09.228088 [ 3 ] {d3379d2c-b7ae-499b-a051-c326e3f7a1cd} <Debug> DynamicQueryHandler: Done processing query | ||
| 8101 | 2024.10.04 16:00:09.228166 [ 3 ] {d3379d2c-b7ae-499b-a051-c326e3f7a1cd} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 8102 | 2024.10.04 16:00:09.228244 [ 3 ] {} <Debug> HTTP-Session: 40bf6383-28cb-4f5e-848a-f4fe95d043c7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8103 | 2024.10.04 16:00:09.228375 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 8104 | 2024.10.04 16:00:09.228518 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 31028, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8105 | 2024.10.04 16:00:09.228576 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8106 | 2024.10.04 16:00:09.228596 [ 3 ] {} <Debug> HTTP-Session: 60106850-9a42-42b0-9092-558be9e0b97b Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 8107 | 2024.10.04 16:00:09.228613 [ 3 ] {} <Debug> HTTP-Session: 60106850-9a42-42b0-9092-558be9e0b97b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8108 | 2024.10.04 16:00:09.228627 [ 3 ] {} <Debug> HTTP-Session: 60106850-9a42-42b0-9092-558be9e0b97b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8109 | 2024.10.04 16:00:09.228662 [ 3 ] {} <Trace> HTTP-Session: 60106850-9a42-42b0-9092-558be9e0b97b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8110 | 2024.10.04 16:00:09.228830 [ 3 ] {1f9ae4d2-6176-45c4-acac-0304586311ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 8111 | 2024.10.04 16:00:09.228881 [ 3 ] {1f9ae4d2-6176-45c4-acac-0304586311ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8112 | 2024.10.04 16:00:09.229062 [ 3 ] {1f9ae4d2-6176-45c4-acac-0304586311ee} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8113 | 2024.10.04 16:00:09.229486 [ 3 ] {1f9ae4d2-6176-45c4-acac-0304586311ee} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8114 | 2024.10.04 16:00:09.229523 [ 3 ] {1f9ae4d2-6176-45c4-acac-0304586311ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 8115 | 2024.10.04 16:00:09.229942 [ 3 ] {1f9ae4d2-6176-45c4-acac-0304586311ee} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 8116 | 2024.10.04 16:00:09.230310 [ 3 ] {1f9ae4d2-6176-45c4-acac-0304586311ee} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8117 | 2024.10.04 16:00:09.230436 [ 3 ] {1f9ae4d2-6176-45c4-acac-0304586311ee} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001686 sec., 96085.40925266904 rows/sec., 6.69 MiB/sec. | ||
| 8118 | 2024.10.04 16:00:09.230613 [ 3 ] {1f9ae4d2-6176-45c4-acac-0304586311ee} <Debug> DynamicQueryHandler: Done processing query | ||
| 8119 | 2024.10.04 16:00:09.230637 [ 3 ] {1f9ae4d2-6176-45c4-acac-0304586311ee} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 8120 | 2024.10.04 16:00:09.230654 [ 3 ] {} <Debug> HTTP-Session: 60106850-9a42-42b0-9092-558be9e0b97b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8121 | 2024.10.04 16:00:09.230830 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 51851, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8122 | 2024.10.04 16:00:09.230879 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8123 | 2024.10.04 16:00:09.230899 [ 3 ] {} <Debug> HTTP-Session: 9afbbe38-77e8-48c5-ad10-58c504e407b5 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 8124 | 2024.10.04 16:00:09.230916 [ 3 ] {} <Debug> HTTP-Session: 9afbbe38-77e8-48c5-ad10-58c504e407b5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8125 | 2024.10.04 16:00:09.230930 [ 3 ] {} <Debug> HTTP-Session: 9afbbe38-77e8-48c5-ad10-58c504e407b5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8126 | 2024.10.04 16:00:09.230963 [ 3 ] {} <Trace> HTTP-Session: 9afbbe38-77e8-48c5-ad10-58c504e407b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8127 | 2024.10.04 16:00:09.231285 [ 3 ] {d8b2394c-5060-4008-b328-fcfe19509dd1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 8128 | 2024.10.04 16:00:09.231371 [ 3 ] {d8b2394c-5060-4008-b328-fcfe19509dd1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8129 | 2024.10.04 16:00:09.231790 [ 3 ] {d8b2394c-5060-4008-b328-fcfe19509dd1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8130 | 2024.10.04 16:00:09.232757 [ 3 ] {d8b2394c-5060-4008-b328-fcfe19509dd1} <Trace> oximeter.measurements_histogramu64 (00490d86-ebe4-4f2c-857c-d83cd24ebd05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8131 | 2024.10.04 16:00:09.232793 [ 3 ] {d8b2394c-5060-4008-b328-fcfe19509dd1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 8132 | 2024.10.04 16:00:09.233457 [ 3 ] {d8b2394c-5060-4008-b328-fcfe19509dd1} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 8133 | 2024.10.04 16:00:09.233879 [ 3 ] {d8b2394c-5060-4008-b328-fcfe19509dd1} <Trace> oximeter.measurements_histogramu64 (00490d86-ebe4-4f2c-857c-d83cd24ebd05): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8134 | 2024.10.04 16:00:09.234033 [ 3 ] {d8b2394c-5060-4008-b328-fcfe19509dd1} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002986 sec., 10381.781647689217 rows/sec., 18.60 MiB/sec. | ||
| 8135 | 2024.10.04 16:00:09.234527 [ 3 ] {d8b2394c-5060-4008-b328-fcfe19509dd1} <Debug> DynamicQueryHandler: Done processing query | ||
| 8136 | 2024.10.04 16:00:09.234552 [ 3 ] {d8b2394c-5060-4008-b328-fcfe19509dd1} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
| 8137 | 2024.10.04 16:00:09.234568 [ 3 ] {} <Debug> HTTP-Session: 9afbbe38-77e8-48c5-ad10-58c504e407b5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8138 | 2024.10.04 16:00:09.234704 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8139 | 2024.10.04 16:00:09.234754 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8140 | 2024.10.04 16:00:09.234774 [ 3 ] {} <Debug> HTTP-Session: 1dcc2583-553b-43ed-ac99-6ebe2ff2287e Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 8141 | 2024.10.04 16:00:09.234791 [ 3 ] {} <Debug> HTTP-Session: 1dcc2583-553b-43ed-ac99-6ebe2ff2287e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8142 | 2024.10.04 16:00:09.234805 [ 3 ] {} <Debug> HTTP-Session: 1dcc2583-553b-43ed-ac99-6ebe2ff2287e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8143 | 2024.10.04 16:00:09.234836 [ 3 ] {} <Trace> HTTP-Session: 1dcc2583-553b-43ed-ac99-6ebe2ff2287e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8144 | 2024.10.04 16:00:09.234989 [ 3 ] {bb265cfc-678f-411d-8d67-124c05646a7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 8145 | 2024.10.04 16:00:09.235059 [ 3 ] {bb265cfc-678f-411d-8d67-124c05646a7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8146 | 2024.10.04 16:00:09.235273 [ 3 ] {bb265cfc-678f-411d-8d67-124c05646a7f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8147 | 2024.10.04 16:00:09.235660 [ 3 ] {bb265cfc-678f-411d-8d67-124c05646a7f} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8148 | 2024.10.04 16:00:09.235703 [ 3 ] {bb265cfc-678f-411d-8d67-124c05646a7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 8149 | 2024.10.04 16:00:09.236204 [ 3 ] {bb265cfc-678f-411d-8d67-124c05646a7f} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 8150 | 2024.10.04 16:00:09.236678 [ 3 ] {bb265cfc-678f-411d-8d67-124c05646a7f} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8151 | 2024.10.04 16:00:09.236860 [ 3 ] {bb265cfc-678f-411d-8d67-124c05646a7f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001944 sec., 30864.1975308642 rows/sec., 2.08 MiB/sec. | ||
| 8152 | 2024.10.04 16:00:09.237081 [ 3 ] {bb265cfc-678f-411d-8d67-124c05646a7f} <Debug> DynamicQueryHandler: Done processing query | ||
| 8153 | 2024.10.04 16:00:09.237114 [ 3 ] {bb265cfc-678f-411d-8d67-124c05646a7f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 8154 | 2024.10.04 16:00:09.237138 [ 3 ] {} <Debug> HTTP-Session: 1dcc2583-553b-43ed-ac99-6ebe2ff2287e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8155 | 2024.10.04 16:00:10.612099 [ 47 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8156 | 2024.10.04 16:00:10.612148 [ 47 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8157 | 2024.10.04 16:00:11.536467 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 991, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8158 | 2024.10.04 16:00:11.536642 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8159 | 2024.10.04 16:00:11.536683 [ 3 ] {} <Debug> HTTP-Session: e2c28946-feb3-4b72-9117-3beab50e63f0 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 8160 | 2024.10.04 16:00:11.536722 [ 3 ] {} <Debug> HTTP-Session: e2c28946-feb3-4b72-9117-3beab50e63f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8161 | 2024.10.04 16:00:11.536749 [ 3 ] {} <Debug> HTTP-Session: e2c28946-feb3-4b72-9117-3beab50e63f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8162 | 2024.10.04 16:00:11.536823 [ 3 ] {} <Trace> HTTP-Session: e2c28946-feb3-4b72-9117-3beab50e63f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8163 | 2024.10.04 16:00:11.537063 [ 3 ] {6db40007-1503-4693-a9e3-1423eea9e5e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 8164 | 2024.10.04 16:00:11.537131 [ 3 ] {6db40007-1503-4693-a9e3-1423eea9e5e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 8165 | 2024.10.04 16:00:11.537480 [ 3 ] {6db40007-1503-4693-a9e3-1423eea9e5e2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8166 | 2024.10.04 16:00:11.537924 [ 3 ] {6db40007-1503-4693-a9e3-1423eea9e5e2} <Trace> oximeter.fields_ipaddr (b5a61649-f8d2-4d83-9d9d-bb23c07f582c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8167 | 2024.10.04 16:00:11.537973 [ 3 ] {6db40007-1503-4693-a9e3-1423eea9e5e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 8168 | 2024.10.04 16:00:11.538392 [ 3 ] {6db40007-1503-4693-a9e3-1423eea9e5e2} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 8169 | 2024.10.04 16:00:11.538784 [ 3 ] {6db40007-1503-4693-a9e3-1423eea9e5e2} <Trace> oximeter.fields_ipaddr (b5a61649-f8d2-4d83-9d9d-bb23c07f582c): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8170 | 2024.10.04 16:00:11.538971 [ 3 ] {6db40007-1503-4693-a9e3-1423eea9e5e2} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001954 sec., 3070.6243602865916 rows/sec., 250.39 KiB/sec. | ||
| 8171 | 2024.10.04 16:00:11.539314 [ 3 ] {6db40007-1503-4693-a9e3-1423eea9e5e2} <Debug> DynamicQueryHandler: Done processing query | ||
| 8172 | 2024.10.04 16:00:11.539343 [ 3 ] {6db40007-1503-4693-a9e3-1423eea9e5e2} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 8173 | 2024.10.04 16:00:11.539360 [ 3 ] {} <Debug> HTTP-Session: e2c28946-feb3-4b72-9117-3beab50e63f0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8174 | 2024.10.04 16:00:11.539752 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 197785, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8175 | 2024.10.04 16:00:11.539811 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8176 | 2024.10.04 16:00:11.539831 [ 3 ] {} <Debug> HTTP-Session: ee0e441b-e9da-48fa-a323-b5c3cdfb6afe Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 8177 | 2024.10.04 16:00:11.539850 [ 3 ] {} <Debug> HTTP-Session: ee0e441b-e9da-48fa-a323-b5c3cdfb6afe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8178 | 2024.10.04 16:00:11.539864 [ 3 ] {} <Debug> HTTP-Session: ee0e441b-e9da-48fa-a323-b5c3cdfb6afe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8179 | 2024.10.04 16:00:11.539900 [ 3 ] {} <Trace> HTTP-Session: ee0e441b-e9da-48fa-a323-b5c3cdfb6afe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8180 | 2024.10.04 16:00:11.540476 [ 3 ] {bf47f09d-2d55-40a9-96a2-bbf45d7541ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 8181 | 2024.10.04 16:00:11.540526 [ 3 ] {bf47f09d-2d55-40a9-96a2-bbf45d7541ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8182 | 2024.10.04 16:00:11.540788 [ 3 ] {bf47f09d-2d55-40a9-96a2-bbf45d7541ad} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8183 | 2024.10.04 16:00:11.542486 [ 3 ] {bf47f09d-2d55-40a9-96a2-bbf45d7541ad} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8184 | 2024.10.04 16:00:11.542524 [ 3 ] {bf47f09d-2d55-40a9-96a2-bbf45d7541ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 8185 | 2024.10.04 16:00:11.542992 [ 3 ] {bf47f09d-2d55-40a9-96a2-bbf45d7541ad} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 8186 | 2024.10.04 16:00:11.543358 [ 3 ] {bf47f09d-2d55-40a9-96a2-bbf45d7541ad} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8187 | 2024.10.04 16:00:11.543515 [ 3 ] {bf47f09d-2d55-40a9-96a2-bbf45d7541ad} <Debug> executeQuery: Read 1358 rows, 115.66 KiB in 0.003451 sec., 393509.1277890467 rows/sec., 32.73 MiB/sec. | ||
| 8188 | 2024.10.04 16:00:11.543703 [ 3 ] {bf47f09d-2d55-40a9-96a2-bbf45d7541ad} <Debug> DynamicQueryHandler: Done processing query | ||
| 8189 | 2024.10.04 16:00:11.543728 [ 3 ] {bf47f09d-2d55-40a9-96a2-bbf45d7541ad} <Debug> MemoryTracker: Peak memory usage (for query): 5.00 MiB. | ||
| 8190 | 2024.10.04 16:00:11.543744 [ 3 ] {} <Debug> HTTP-Session: ee0e441b-e9da-48fa-a323-b5c3cdfb6afe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8191 | 2024.10.04 16:00:11.544065 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 2755, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8192 | 2024.10.04 16:00:11.544119 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8193 | 2024.10.04 16:00:11.544139 [ 3 ] {} <Debug> HTTP-Session: 94cc9879-25e7-421c-90da-95e45e062391 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 8194 | 2024.10.04 16:00:11.544156 [ 3 ] {} <Debug> HTTP-Session: 94cc9879-25e7-421c-90da-95e45e062391 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8195 | 2024.10.04 16:00:11.544170 [ 3 ] {} <Debug> HTTP-Session: 94cc9879-25e7-421c-90da-95e45e062391 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8196 | 2024.10.04 16:00:11.544203 [ 3 ] {} <Trace> HTTP-Session: 94cc9879-25e7-421c-90da-95e45e062391 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8197 | 2024.10.04 16:00:11.544308 [ 3 ] {f750a471-a0db-4ae2-b961-c870d1c1a6c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 8198 | 2024.10.04 16:00:11.544352 [ 3 ] {f750a471-a0db-4ae2-b961-c870d1c1a6c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8199 | 2024.10.04 16:00:11.544581 [ 3 ] {f750a471-a0db-4ae2-b961-c870d1c1a6c4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8200 | 2024.10.04 16:00:11.544895 [ 3 ] {f750a471-a0db-4ae2-b961-c870d1c1a6c4} <Trace> oximeter.fields_u16 (e9c2286f-cf98-4582-9ae4-6e9eb84e22b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8201 | 2024.10.04 16:00:11.544932 [ 3 ] {f750a471-a0db-4ae2-b961-c870d1c1a6c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 8202 | 2024.10.04 16:00:11.545303 [ 3 ] {f750a471-a0db-4ae2-b961-c870d1c1a6c4} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 8203 | 2024.10.04 16:00:11.545670 [ 3 ] {f750a471-a0db-4ae2-b961-c870d1c1a6c4} <Trace> oximeter.fields_u16 (e9c2286f-cf98-4582-9ae4-6e9eb84e22b6): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8204 | 2024.10.04 16:00:11.545836 [ 3 ] {f750a471-a0db-4ae2-b961-c870d1c1a6c4} <Debug> executeQuery: Read 19 rows, 1.40 KiB in 0.00155 sec., 12258.064516129032 rows/sec., 900.96 KiB/sec. | ||
| 8205 | 2024.10.04 16:00:11.546068 [ 3 ] {f750a471-a0db-4ae2-b961-c870d1c1a6c4} <Debug> DynamicQueryHandler: Done processing query | ||
| 8206 | 2024.10.04 16:00:11.546092 [ 3 ] {f750a471-a0db-4ae2-b961-c870d1c1a6c4} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 8207 | 2024.10.04 16:00:11.546109 [ 3 ] {} <Debug> HTTP-Session: 94cc9879-25e7-421c-90da-95e45e062391 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8208 | 2024.10.04 16:00:11.546263 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 32341, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8209 | 2024.10.04 16:00:11.546312 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8210 | 2024.10.04 16:00:11.546331 [ 3 ] {} <Debug> HTTP-Session: 1dda4bb4-7d06-4b49-8718-213cdd2563ee Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 8211 | 2024.10.04 16:00:11.546348 [ 3 ] {} <Debug> HTTP-Session: 1dda4bb4-7d06-4b49-8718-213cdd2563ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8212 | 2024.10.04 16:00:11.546361 [ 3 ] {} <Debug> HTTP-Session: 1dda4bb4-7d06-4b49-8718-213cdd2563ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8213 | 2024.10.04 16:00:11.546392 [ 3 ] {} <Trace> HTTP-Session: 1dda4bb4-7d06-4b49-8718-213cdd2563ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8214 | 2024.10.04 16:00:11.546565 [ 3 ] {31b2b648-4155-4846-bc02-ecda895e54e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 8215 | 2024.10.04 16:00:11.546609 [ 3 ] {31b2b648-4155-4846-bc02-ecda895e54e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8216 | 2024.10.04 16:00:11.546834 [ 3 ] {31b2b648-4155-4846-bc02-ecda895e54e3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8217 | 2024.10.04 16:00:11.547286 [ 3 ] {31b2b648-4155-4846-bc02-ecda895e54e3} <Trace> oximeter.fields_u32 (d636b635-d679-4839-bb6a-f39822d1a48c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8218 | 2024.10.04 16:00:11.547323 [ 3 ] {31b2b648-4155-4846-bc02-ecda895e54e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 8219 | 2024.10.04 16:00:11.547682 [ 3 ] {31b2b648-4155-4846-bc02-ecda895e54e3} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 8220 | 2024.10.04 16:00:11.548027 [ 3 ] {31b2b648-4155-4846-bc02-ecda895e54e3} <Trace> oximeter.fields_u32 (d636b635-d679-4839-bb6a-f39822d1a48c): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8221 | 2024.10.04 16:00:11.548196 [ 3 ] {31b2b648-4155-4846-bc02-ecda895e54e3} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001721 sec., 140615.92097617663 rows/sec., 9.53 MiB/sec. | ||
| 8222 | 2024.10.04 16:00:11.548548 [ 3 ] {31b2b648-4155-4846-bc02-ecda895e54e3} <Debug> DynamicQueryHandler: Done processing query | ||
| 8223 | 2024.10.04 16:00:11.548573 [ 3 ] {31b2b648-4155-4846-bc02-ecda895e54e3} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 8224 | 2024.10.04 16:00:11.548589 [ 3 ] {} <Debug> HTTP-Session: 1dda4bb4-7d06-4b49-8718-213cdd2563ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8225 | 2024.10.04 16:00:11.548749 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8226 | 2024.10.04 16:00:11.548798 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8227 | 2024.10.04 16:00:11.548817 [ 3 ] {} <Debug> HTTP-Session: 1a37255b-f4f1-480b-b606-71ab2dd0c11d Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 8228 | 2024.10.04 16:00:11.548834 [ 3 ] {} <Debug> HTTP-Session: 1a37255b-f4f1-480b-b606-71ab2dd0c11d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8229 | 2024.10.04 16:00:11.548848 [ 3 ] {} <Debug> HTTP-Session: 1a37255b-f4f1-480b-b606-71ab2dd0c11d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8230 | 2024.10.04 16:00:11.548879 [ 3 ] {} <Trace> HTTP-Session: 1a37255b-f4f1-480b-b606-71ab2dd0c11d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8231 | 2024.10.04 16:00:11.548977 [ 3 ] {3b8ab90f-67aa-406c-b0b2-b651e653c2e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 8232 | 2024.10.04 16:00:11.549021 [ 3 ] {3b8ab90f-67aa-406c-b0b2-b651e653c2e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8233 | 2024.10.04 16:00:11.549267 [ 3 ] {3b8ab90f-67aa-406c-b0b2-b651e653c2e8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8234 | 2024.10.04 16:00:11.549630 [ 3 ] {3b8ab90f-67aa-406c-b0b2-b651e653c2e8} <Trace> oximeter.fields_u8 (b38c7fc2-16b2-4da0-8e0e-60bfa18d3929): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8235 | 2024.10.04 16:00:11.549667 [ 3 ] {3b8ab90f-67aa-406c-b0b2-b651e653c2e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 8236 | 2024.10.04 16:00:11.550012 [ 3 ] {3b8ab90f-67aa-406c-b0b2-b651e653c2e8} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 8237 | 2024.10.04 16:00:11.550381 [ 3 ] {3b8ab90f-67aa-406c-b0b2-b651e653c2e8} <Trace> oximeter.fields_u8 (b38c7fc2-16b2-4da0-8e0e-60bfa18d3929): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8238 | 2024.10.04 16:00:11.550558 [ 3 ] {3b8ab90f-67aa-406c-b0b2-b651e653c2e8} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001593 sec., 3766.478342749529 rows/sec., 222.53 KiB/sec. | ||
| 8239 | 2024.10.04 16:00:11.550784 [ 3 ] {3b8ab90f-67aa-406c-b0b2-b651e653c2e8} <Debug> DynamicQueryHandler: Done processing query | ||
| 8240 | 2024.10.04 16:00:11.550809 [ 3 ] {3b8ab90f-67aa-406c-b0b2-b651e653c2e8} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 8241 | 2024.10.04 16:00:11.550826 [ 3 ] {} <Debug> HTTP-Session: 1a37255b-f4f1-480b-b606-71ab2dd0c11d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8242 | 2024.10.04 16:00:11.551057 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 140013, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8243 | 2024.10.04 16:00:11.551105 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8244 | 2024.10.04 16:00:11.551124 [ 3 ] {} <Debug> HTTP-Session: 7723e1e8-f0ec-4919-986b-cb9203574406 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 8245 | 2024.10.04 16:00:11.551140 [ 3 ] {} <Debug> HTTP-Session: 7723e1e8-f0ec-4919-986b-cb9203574406 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8246 | 2024.10.04 16:00:11.551154 [ 3 ] {} <Debug> HTTP-Session: 7723e1e8-f0ec-4919-986b-cb9203574406 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8247 | 2024.10.04 16:00:11.551186 [ 3 ] {} <Trace> HTTP-Session: 7723e1e8-f0ec-4919-986b-cb9203574406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8248 | 2024.10.04 16:00:11.551574 [ 3 ] {4dcba62c-b8e2-4b1f-aebc-d3f574f57e43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 8249 | 2024.10.04 16:00:11.551617 [ 3 ] {4dcba62c-b8e2-4b1f-aebc-d3f574f57e43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8250 | 2024.10.04 16:00:11.551842 [ 3 ] {4dcba62c-b8e2-4b1f-aebc-d3f574f57e43} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8251 | 2024.10.04 16:00:11.552729 [ 3 ] {4dcba62c-b8e2-4b1f-aebc-d3f574f57e43} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8252 | 2024.10.04 16:00:11.552767 [ 3 ] {4dcba62c-b8e2-4b1f-aebc-d3f574f57e43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 8253 | 2024.10.04 16:00:11.553157 [ 3 ] {4dcba62c-b8e2-4b1f-aebc-d3f574f57e43} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 8254 | 2024.10.04 16:00:11.553526 [ 3 ] {4dcba62c-b8e2-4b1f-aebc-d3f574f57e43} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8255 | 2024.10.04 16:00:11.553685 [ 3 ] {4dcba62c-b8e2-4b1f-aebc-d3f574f57e43} <Debug> executeQuery: Read 857 rows, 63.50 KiB in 0.002372 sec., 361298.48229342327 rows/sec., 26.14 MiB/sec. | ||
| 8256 | 2024.10.04 16:00:11.553992 [ 3 ] {4dcba62c-b8e2-4b1f-aebc-d3f574f57e43} <Debug> DynamicQueryHandler: Done processing query | ||
| 8257 | 2024.10.04 16:00:11.554039 [ 3 ] {4dcba62c-b8e2-4b1f-aebc-d3f574f57e43} <Debug> MemoryTracker: Peak memory usage (for query): 4.74 MiB. | ||
| 8258 | 2024.10.04 16:00:11.554070 [ 3 ] {} <Debug> HTTP-Session: 7723e1e8-f0ec-4919-986b-cb9203574406 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8259 | 2024.10.04 16:00:11.555484 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 906, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8260 | 2024.10.04 16:00:11.555536 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8261 | 2024.10.04 16:00:11.555555 [ 3 ] {} <Debug> HTTP-Session: feae5f61-a332-41ae-8c6b-8aa75cd37399 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 8262 | 2024.10.04 16:00:11.555572 [ 3 ] {} <Debug> HTTP-Session: feae5f61-a332-41ae-8c6b-8aa75cd37399 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8263 | 2024.10.04 16:00:11.555585 [ 3 ] {} <Debug> HTTP-Session: feae5f61-a332-41ae-8c6b-8aa75cd37399 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8264 | 2024.10.04 16:00:11.555616 [ 3 ] {} <Trace> HTTP-Session: feae5f61-a332-41ae-8c6b-8aa75cd37399 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8265 | 2024.10.04 16:00:11.555714 [ 3 ] {55886592-4020-42fa-a4be-96ef2b59ffe3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 8266 | 2024.10.04 16:00:11.555761 [ 3 ] {55886592-4020-42fa-a4be-96ef2b59ffe3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8267 | 2024.10.04 16:00:11.555907 [ 3 ] {55886592-4020-42fa-a4be-96ef2b59ffe3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8268 | 2024.10.04 16:00:11.556196 [ 3 ] {55886592-4020-42fa-a4be-96ef2b59ffe3} <Trace> oximeter.measurements_bool (07631250-7a70-49e6-a733-c0ce298d5d2f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8269 | 2024.10.04 16:00:11.556233 [ 3 ] {55886592-4020-42fa-a4be-96ef2b59ffe3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 8270 | 2024.10.04 16:00:11.556587 [ 3 ] {55886592-4020-42fa-a4be-96ef2b59ffe3} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 8271 | 2024.10.04 16:00:11.556902 [ 3 ] {55886592-4020-42fa-a4be-96ef2b59ffe3} <Trace> oximeter.measurements_bool (07631250-7a70-49e6-a733-c0ce298d5d2f): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8272 | 2024.10.04 16:00:11.557075 [ 3 ] {55886592-4020-42fa-a4be-96ef2b59ffe3} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00137 sec., 4379.56204379562 rows/sec., 228.82 KiB/sec. | ||
| 8273 | 2024.10.04 16:00:11.557236 [ 3 ] {55886592-4020-42fa-a4be-96ef2b59ffe3} <Debug> DynamicQueryHandler: Done processing query | ||
| 8274 | 2024.10.04 16:00:11.557260 [ 3 ] {55886592-4020-42fa-a4be-96ef2b59ffe3} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 8275 | 2024.10.04 16:00:11.557276 [ 3 ] {} <Debug> HTTP-Session: feae5f61-a332-41ae-8c6b-8aa75cd37399 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8276 | 2024.10.04 16:00:11.557535 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 190266, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8277 | 2024.10.04 16:00:11.557582 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8278 | 2024.10.04 16:00:11.557601 [ 3 ] {} <Debug> HTTP-Session: 1f5bddfc-ec74-4f16-b94b-87bc2baf58e9 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 8279 | 2024.10.04 16:00:11.557617 [ 3 ] {} <Debug> HTTP-Session: 1f5bddfc-ec74-4f16-b94b-87bc2baf58e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8280 | 2024.10.04 16:00:11.557632 [ 3 ] {} <Debug> HTTP-Session: 1f5bddfc-ec74-4f16-b94b-87bc2baf58e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8281 | 2024.10.04 16:00:11.557663 [ 3 ] {} <Trace> HTTP-Session: 1f5bddfc-ec74-4f16-b94b-87bc2baf58e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8282 | 2024.10.04 16:00:11.558124 [ 3 ] {9ccfacf0-335c-4985-a40b-ea0d5b22a9e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 8283 | 2024.10.04 16:00:11.558172 [ 3 ] {9ccfacf0-335c-4985-a40b-ea0d5b22a9e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8284 | 2024.10.04 16:00:11.558314 [ 3 ] {9ccfacf0-335c-4985-a40b-ea0d5b22a9e9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8285 | 2024.10.04 16:00:11.559160 [ 3 ] {9ccfacf0-335c-4985-a40b-ea0d5b22a9e9} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8286 | 2024.10.04 16:00:11.559196 [ 3 ] {9ccfacf0-335c-4985-a40b-ea0d5b22a9e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 8287 | 2024.10.04 16:00:11.559634 [ 3 ] {9ccfacf0-335c-4985-a40b-ea0d5b22a9e9} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 8288 | 2024.10.04 16:00:11.559973 [ 3 ] {9ccfacf0-335c-4985-a40b-ea0d5b22a9e9} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8289 | 2024.10.04 16:00:11.560141 [ 3 ] {9ccfacf0-335c-4985-a40b-ea0d5b22a9e9} <Debug> executeQuery: Read 1006 rows, 68.58 KiB in 0.002332 sec., 431389.3653516295 rows/sec., 28.72 MiB/sec. | ||
| 8290 | 2024.10.04 16:00:11.560322 [ 3 ] {9ccfacf0-335c-4985-a40b-ea0d5b22a9e9} <Debug> DynamicQueryHandler: Done processing query | ||
| 8291 | 2024.10.04 16:00:11.560346 [ 3 ] {9ccfacf0-335c-4985-a40b-ea0d5b22a9e9} <Debug> MemoryTracker: Peak memory usage (for query): 4.69 MiB. | ||
| 8292 | 2024.10.04 16:00:11.560363 [ 3 ] {} <Debug> HTTP-Session: 1f5bddfc-ec74-4f16-b94b-87bc2baf58e9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8293 | 2024.10.04 16:00:11.560701 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8294 | 2024.10.04 16:00:11.560749 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8295 | 2024.10.04 16:00:11.560768 [ 3 ] {} <Debug> HTTP-Session: be5a7774-605a-4835-9bca-8ea429256d73 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 8296 | 2024.10.04 16:00:11.560785 [ 3 ] {} <Debug> HTTP-Session: be5a7774-605a-4835-9bca-8ea429256d73 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8297 | 2024.10.04 16:00:11.560799 [ 3 ] {} <Debug> HTTP-Session: be5a7774-605a-4835-9bca-8ea429256d73 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8298 | 2024.10.04 16:00:11.560829 [ 3 ] {} <Trace> HTTP-Session: be5a7774-605a-4835-9bca-8ea429256d73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8299 | 2024.10.04 16:00:11.560922 [ 3 ] {4e657866-0f91-4a93-9c62-d698ee5342fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 8300 | 2024.10.04 16:00:11.560968 [ 3 ] {4e657866-0f91-4a93-9c62-d698ee5342fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8301 | 2024.10.04 16:00:11.561097 [ 3 ] {4e657866-0f91-4a93-9c62-d698ee5342fa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8302 | 2024.10.04 16:00:11.561357 [ 3 ] {4e657866-0f91-4a93-9c62-d698ee5342fa} <Trace> oximeter.measurements_f64 (87d8cd82-19cb-42e6-8b47-b078fc436c38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8303 | 2024.10.04 16:00:11.561393 [ 3 ] {4e657866-0f91-4a93-9c62-d698ee5342fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 8304 | 2024.10.04 16:00:11.561744 [ 3 ] {4e657866-0f91-4a93-9c62-d698ee5342fa} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 8305 | 2024.10.04 16:00:11.562073 [ 3 ] {4e657866-0f91-4a93-9c62-d698ee5342fa} <Trace> oximeter.measurements_f64 (87d8cd82-19cb-42e6-8b47-b078fc436c38): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8306 | 2024.10.04 16:00:11.562258 [ 3 ] {4e657866-0f91-4a93-9c62-d698ee5342fa} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001348 sec., 741.839762611276 rows/sec., 49.99 KiB/sec. | ||
| 8307 | 2024.10.04 16:00:11.562568 [ 3 ] {4e657866-0f91-4a93-9c62-d698ee5342fa} <Debug> DynamicQueryHandler: Done processing query | ||
| 8308 | 2024.10.04 16:00:11.562627 [ 3 ] {4e657866-0f91-4a93-9c62-d698ee5342fa} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 8309 | 2024.10.04 16:00:11.562674 [ 3 ] {} <Debug> HTTP-Session: be5a7774-605a-4835-9bca-8ea429256d73 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8310 | 2024.10.04 16:00:11.562875 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 21508, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8311 | 2024.10.04 16:00:11.562925 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8312 | 2024.10.04 16:00:11.562945 [ 3 ] {} <Debug> HTTP-Session: 3f7dc7d3-ec6f-4f98-8f5c-003720c0f5e3 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 8313 | 2024.10.04 16:00:11.562963 [ 3 ] {} <Debug> HTTP-Session: 3f7dc7d3-ec6f-4f98-8f5c-003720c0f5e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8314 | 2024.10.04 16:00:11.562977 [ 3 ] {} <Debug> HTTP-Session: 3f7dc7d3-ec6f-4f98-8f5c-003720c0f5e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8315 | 2024.10.04 16:00:11.563009 [ 3 ] {} <Trace> HTTP-Session: 3f7dc7d3-ec6f-4f98-8f5c-003720c0f5e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8316 | 2024.10.04 16:00:11.563197 [ 3 ] {f4fbbfcd-98fd-4cff-b88c-17d2da363e99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 8317 | 2024.10.04 16:00:11.563269 [ 3 ] {f4fbbfcd-98fd-4cff-b88c-17d2da363e99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8318 | 2024.10.04 16:00:11.563717 [ 3 ] {f4fbbfcd-98fd-4cff-b88c-17d2da363e99} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8319 | 2024.10.04 16:00:11.564294 [ 3 ] {f4fbbfcd-98fd-4cff-b88c-17d2da363e99} <Trace> oximeter.measurements_histogramu64 (00490d86-ebe4-4f2c-857c-d83cd24ebd05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8320 | 2024.10.04 16:00:11.564331 [ 3 ] {f4fbbfcd-98fd-4cff-b88c-17d2da363e99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 8321 | 2024.10.04 16:00:11.564966 [ 3 ] {f4fbbfcd-98fd-4cff-b88c-17d2da363e99} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8322 | 2024.10.04 16:00:11.565381 [ 3 ] {f4fbbfcd-98fd-4cff-b88c-17d2da363e99} <Trace> oximeter.measurements_histogramu64 (00490d86-ebe4-4f2c-857c-d83cd24ebd05): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8323 | 2024.10.04 16:00:11.565595 [ 3 ] {f4fbbfcd-98fd-4cff-b88c-17d2da363e99} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002502 sec., 5195.843325339729 rows/sec., 9.31 MiB/sec. | ||
| 8324 | 2024.10.04 16:00:11.566054 [ 3 ] {f4fbbfcd-98fd-4cff-b88c-17d2da363e99} <Debug> DynamicQueryHandler: Done processing query | ||
| 8325 | 2024.10.04 16:00:11.566078 [ 3 ] {f4fbbfcd-98fd-4cff-b88c-17d2da363e99} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
| 8326 | 2024.10.04 16:00:11.566095 [ 3 ] {} <Debug> HTTP-Session: 3f7dc7d3-ec6f-4f98-8f5c-003720c0f5e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8327 | 2024.10.04 16:00:11.566227 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 7321, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8328 | 2024.10.04 16:00:11.566277 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8329 | 2024.10.04 16:00:11.566296 [ 3 ] {} <Debug> HTTP-Session: 1f9fd888-7430-4b9d-941c-3bb91bbeae78 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 8330 | 2024.10.04 16:00:11.566313 [ 3 ] {} <Debug> HTTP-Session: 1f9fd888-7430-4b9d-941c-3bb91bbeae78 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8331 | 2024.10.04 16:00:11.566327 [ 3 ] {} <Debug> HTTP-Session: 1f9fd888-7430-4b9d-941c-3bb91bbeae78 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8332 | 2024.10.04 16:00:11.566358 [ 3 ] {} <Trace> HTTP-Session: 1f9fd888-7430-4b9d-941c-3bb91bbeae78 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8333 | 2024.10.04 16:00:11.566478 [ 3 ] {abacce73-2a2d-4228-80cb-7138e819ce98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 8334 | 2024.10.04 16:00:11.566525 [ 3 ] {abacce73-2a2d-4228-80cb-7138e819ce98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8335 | 2024.10.04 16:00:11.566671 [ 3 ] {abacce73-2a2d-4228-80cb-7138e819ce98} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8336 | 2024.10.04 16:00:11.566955 [ 3 ] {abacce73-2a2d-4228-80cb-7138e819ce98} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8337 | 2024.10.04 16:00:11.566990 [ 3 ] {abacce73-2a2d-4228-80cb-7138e819ce98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 8338 | 2024.10.04 16:00:11.567338 [ 3 ] {abacce73-2a2d-4228-80cb-7138e819ce98} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 8339 | 2024.10.04 16:00:11.567661 [ 3 ] {abacce73-2a2d-4228-80cb-7138e819ce98} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8340 | 2024.10.04 16:00:11.567805 [ 3 ] {abacce73-2a2d-4228-80cb-7138e819ce98} <Debug> executeQuery: Read 50 rows, 3.13 KiB in 0.001365 sec., 36630.03663003663 rows/sec., 2.24 MiB/sec. | ||
| 8341 | 2024.10.04 16:00:11.567966 [ 3 ] {abacce73-2a2d-4228-80cb-7138e819ce98} <Debug> DynamicQueryHandler: Done processing query | ||
| 8342 | 2024.10.04 16:00:11.567990 [ 3 ] {abacce73-2a2d-4228-80cb-7138e819ce98} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 8343 | 2024.10.04 16:00:11.568006 [ 3 ] {} <Debug> HTTP-Session: 1f9fd888-7430-4b9d-941c-3bb91bbeae78 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8344 | 2024.10.04 16:00:14.208981 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 7815, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8345 | 2024.10.04 16:00:14.209103 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8346 | 2024.10.04 16:00:14.209132 [ 3 ] {} <Debug> HTTP-Session: f0ee8520-7cd0-4d60-90c0-8cd9f5c5fe43 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 8347 | 2024.10.04 16:00:14.209160 [ 3 ] {} <Debug> HTTP-Session: f0ee8520-7cd0-4d60-90c0-8cd9f5c5fe43 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8348 | 2024.10.04 16:00:14.209178 [ 3 ] {} <Debug> HTTP-Session: f0ee8520-7cd0-4d60-90c0-8cd9f5c5fe43 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8349 | 2024.10.04 16:00:14.209235 [ 3 ] {} <Trace> HTTP-Session: f0ee8520-7cd0-4d60-90c0-8cd9f5c5fe43 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8350 | 2024.10.04 16:00:14.209451 [ 3 ] {b87fd8a7-d87d-4053-a886-7a42f224966c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 8351 | 2024.10.04 16:00:14.209527 [ 3 ] {b87fd8a7-d87d-4053-a886-7a42f224966c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8352 | 2024.10.04 16:00:14.209920 [ 3 ] {b87fd8a7-d87d-4053-a886-7a42f224966c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8353 | 2024.10.04 16:00:14.210361 [ 3 ] {b87fd8a7-d87d-4053-a886-7a42f224966c} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8354 | 2024.10.04 16:00:14.210403 [ 3 ] {b87fd8a7-d87d-4053-a886-7a42f224966c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 8355 | 2024.10.04 16:00:14.210814 [ 3 ] {b87fd8a7-d87d-4053-a886-7a42f224966c} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 8356 | 2024.10.04 16:00:14.211202 [ 3 ] {b87fd8a7-d87d-4053-a886-7a42f224966c} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8357 | 2024.10.04 16:00:14.211371 [ 3 ] {b87fd8a7-d87d-4053-a886-7a42f224966c} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001992 sec., 28112.44979919679 rows/sec., 2.15 MiB/sec. | ||
| 8358 | 2024.10.04 16:00:14.211562 [ 3 ] {b87fd8a7-d87d-4053-a886-7a42f224966c} <Debug> DynamicQueryHandler: Done processing query | ||
| 8359 | 2024.10.04 16:00:14.211588 [ 3 ] {b87fd8a7-d87d-4053-a886-7a42f224966c} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 8360 | 2024.10.04 16:00:14.211604 [ 3 ] {} <Debug> HTTP-Session: f0ee8520-7cd0-4d60-90c0-8cd9f5c5fe43 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8361 | 2024.10.04 16:00:14.211744 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 10894, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8362 | 2024.10.04 16:00:14.211792 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8363 | 2024.10.04 16:00:14.211811 [ 3 ] {} <Debug> HTTP-Session: bec2d6e7-140e-43c2-8d62-abfb9ffffbd2 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 8364 | 2024.10.04 16:00:14.211828 [ 3 ] {} <Debug> HTTP-Session: bec2d6e7-140e-43c2-8d62-abfb9ffffbd2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8365 | 2024.10.04 16:00:14.211842 [ 3 ] {} <Debug> HTTP-Session: bec2d6e7-140e-43c2-8d62-abfb9ffffbd2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8366 | 2024.10.04 16:00:14.211873 [ 3 ] {} <Trace> HTTP-Session: bec2d6e7-140e-43c2-8d62-abfb9ffffbd2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8367 | 2024.10.04 16:00:14.212003 [ 3 ] {c2899d21-c6eb-4539-bdce-c5011b6ed579} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 8368 | 2024.10.04 16:00:14.212049 [ 3 ] {c2899d21-c6eb-4539-bdce-c5011b6ed579} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8369 | 2024.10.04 16:00:14.212276 [ 3 ] {c2899d21-c6eb-4539-bdce-c5011b6ed579} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8370 | 2024.10.04 16:00:14.212677 [ 3 ] {c2899d21-c6eb-4539-bdce-c5011b6ed579} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8371 | 2024.10.04 16:00:14.212713 [ 3 ] {c2899d21-c6eb-4539-bdce-c5011b6ed579} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 8372 | 2024.10.04 16:00:14.213061 [ 3 ] {c2899d21-c6eb-4539-bdce-c5011b6ed579} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 8373 | 2024.10.04 16:00:14.213433 [ 3 ] {c2899d21-c6eb-4539-bdce-c5011b6ed579} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8374 | 2024.10.04 16:00:14.213592 [ 3 ] {c2899d21-c6eb-4539-bdce-c5011b6ed579} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001637 sec., 39095.907147220525 rows/sec., 3.05 MiB/sec. | ||
| 8375 | 2024.10.04 16:00:14.213767 [ 3 ] {c2899d21-c6eb-4539-bdce-c5011b6ed579} <Debug> DynamicQueryHandler: Done processing query | ||
| 8376 | 2024.10.04 16:00:14.213791 [ 3 ] {c2899d21-c6eb-4539-bdce-c5011b6ed579} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 8377 | 2024.10.04 16:00:14.213807 [ 3 ] {} <Debug> HTTP-Session: bec2d6e7-140e-43c2-8d62-abfb9ffffbd2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8378 | 2024.10.04 16:00:14.213992 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 16505, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8379 | 2024.10.04 16:00:14.214041 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8380 | 2024.10.04 16:00:14.214060 [ 3 ] {} <Debug> HTTP-Session: e9a20c56-36d2-4af0-a56b-8fda2772421a Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 8381 | 2024.10.04 16:00:14.214077 [ 3 ] {} <Debug> HTTP-Session: e9a20c56-36d2-4af0-a56b-8fda2772421a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8382 | 2024.10.04 16:00:14.214091 [ 3 ] {} <Debug> HTTP-Session: e9a20c56-36d2-4af0-a56b-8fda2772421a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8383 | 2024.10.04 16:00:14.214122 [ 3 ] {} <Trace> HTTP-Session: e9a20c56-36d2-4af0-a56b-8fda2772421a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8384 | 2024.10.04 16:00:14.214272 [ 3 ] {de039171-beb7-481c-b2dd-afbee41c4394} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 8385 | 2024.10.04 16:00:14.214322 [ 3 ] {de039171-beb7-481c-b2dd-afbee41c4394} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8386 | 2024.10.04 16:00:14.214470 [ 3 ] {de039171-beb7-481c-b2dd-afbee41c4394} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8387 | 2024.10.04 16:00:14.214810 [ 3 ] {de039171-beb7-481c-b2dd-afbee41c4394} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8388 | 2024.10.04 16:00:14.214846 [ 3 ] {de039171-beb7-481c-b2dd-afbee41c4394} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 8389 | 2024.10.04 16:00:14.215225 [ 3 ] {de039171-beb7-481c-b2dd-afbee41c4394} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 8390 | 2024.10.04 16:00:14.215555 [ 3 ] {de039171-beb7-481c-b2dd-afbee41c4394} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8391 | 2024.10.04 16:00:14.215712 [ 3 ] {de039171-beb7-481c-b2dd-afbee41c4394} <Debug> executeQuery: Read 86 rows, 6.14 KiB in 0.001505 sec., 57142.85714285714 rows/sec., 3.98 MiB/sec. | ||
| 8392 | 2024.10.04 16:00:14.215871 [ 3 ] {de039171-beb7-481c-b2dd-afbee41c4394} <Debug> DynamicQueryHandler: Done processing query | ||
| 8393 | 2024.10.04 16:00:14.215895 [ 3 ] {de039171-beb7-481c-b2dd-afbee41c4394} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 8394 | 2024.10.04 16:00:14.215910 [ 3 ] {} <Debug> HTTP-Session: e9a20c56-36d2-4af0-a56b-8fda2772421a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8395 | 2024.10.04 16:00:14.216027 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 4892, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8396 | 2024.10.04 16:00:14.216076 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8397 | 2024.10.04 16:00:14.216095 [ 3 ] {} <Debug> HTTP-Session: e4e0441c-bd11-4ddf-a192-fa8a598ea2d1 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 8398 | 2024.10.04 16:00:14.216112 [ 3 ] {} <Debug> HTTP-Session: e4e0441c-bd11-4ddf-a192-fa8a598ea2d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8399 | 2024.10.04 16:00:14.216126 [ 3 ] {} <Debug> HTTP-Session: e4e0441c-bd11-4ddf-a192-fa8a598ea2d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8400 | 2024.10.04 16:00:14.216157 [ 3 ] {} <Trace> HTTP-Session: e4e0441c-bd11-4ddf-a192-fa8a598ea2d1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8401 | 2024.10.04 16:00:14.216261 [ 3 ] {73827a0c-5e32-4aad-a272-123b20c825fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 8402 | 2024.10.04 16:00:14.216306 [ 3 ] {73827a0c-5e32-4aad-a272-123b20c825fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8403 | 2024.10.04 16:00:14.216431 [ 3 ] {73827a0c-5e32-4aad-a272-123b20c825fd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8404 | 2024.10.04 16:00:14.216724 [ 3 ] {73827a0c-5e32-4aad-a272-123b20c825fd} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8405 | 2024.10.04 16:00:14.216758 [ 3 ] {73827a0c-5e32-4aad-a272-123b20c825fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 8406 | 2024.10.04 16:00:14.217113 [ 3 ] {73827a0c-5e32-4aad-a272-123b20c825fd} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 8407 | 2024.10.04 16:00:14.217436 [ 3 ] {73827a0c-5e32-4aad-a272-123b20c825fd} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8408 | 2024.10.04 16:00:14.217591 [ 3 ] {73827a0c-5e32-4aad-a272-123b20c825fd} <Debug> executeQuery: Read 32 rows, 2.20 KiB in 0.001358 sec., 23564.064801178203 rows/sec., 1.58 MiB/sec. | ||
| 8409 | 2024.10.04 16:00:14.217755 [ 3 ] {73827a0c-5e32-4aad-a272-123b20c825fd} <Debug> DynamicQueryHandler: Done processing query | ||
| 8410 | 2024.10.04 16:00:14.217780 [ 3 ] {73827a0c-5e32-4aad-a272-123b20c825fd} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 8411 | 2024.10.04 16:00:14.217796 [ 3 ] {} <Debug> HTTP-Session: e4e0441c-bd11-4ddf-a192-fa8a598ea2d1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8412 | 2024.10.04 16:00:16.124629 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 834 | ||
| 8413 | 2024.10.04 16:00:16.127741 [ 242 ] {} <Trace> system.query_log (8f12c5ea-7fed-46c2-8a08-f82b2fd1cd88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8414 | 2024.10.04 16:00:16.127792 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 8415 | 2024.10.04 16:00:16.129275 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 8416 | 2024.10.04 16:00:16.130290 [ 242 ] {} <Trace> system.query_log (8f12c5ea-7fed-46c2-8a08-f82b2fd1cd88): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8417 | 2024.10.04 16:00:16.130876 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 834 | ||
| 8418 | 2024.10.04 16:00:19.214365 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 989, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8419 | 2024.10.04 16:00:19.214487 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8420 | 2024.10.04 16:00:19.214516 [ 3 ] {} <Debug> HTTP-Session: e30faa48-5a6a-4e93-9ffc-ebff682ca09e Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 8421 | 2024.10.04 16:00:19.214545 [ 3 ] {} <Debug> HTTP-Session: e30faa48-5a6a-4e93-9ffc-ebff682ca09e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8422 | 2024.10.04 16:00:19.214563 [ 3 ] {} <Debug> HTTP-Session: e30faa48-5a6a-4e93-9ffc-ebff682ca09e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8423 | 2024.10.04 16:00:19.214620 [ 3 ] {} <Trace> HTTP-Session: e30faa48-5a6a-4e93-9ffc-ebff682ca09e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8424 | 2024.10.04 16:00:19.214821 [ 3 ] {a01314e0-7e51-4bb2-bf2f-87c389a1a4b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 8425 | 2024.10.04 16:00:19.214896 [ 3 ] {a01314e0-7e51-4bb2-bf2f-87c389a1a4b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 8426 | 2024.10.04 16:00:19.215281 [ 3 ] {a01314e0-7e51-4bb2-bf2f-87c389a1a4b9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8427 | 2024.10.04 16:00:19.215731 [ 3 ] {a01314e0-7e51-4bb2-bf2f-87c389a1a4b9} <Trace> oximeter.fields_ipaddr (b5a61649-f8d2-4d83-9d9d-bb23c07f582c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8428 | 2024.10.04 16:00:19.215774 [ 3 ] {a01314e0-7e51-4bb2-bf2f-87c389a1a4b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 8429 | 2024.10.04 16:00:19.216205 [ 3 ] {a01314e0-7e51-4bb2-bf2f-87c389a1a4b9} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 8430 | 2024.10.04 16:00:19.216601 [ 3 ] {a01314e0-7e51-4bb2-bf2f-87c389a1a4b9} <Trace> oximeter.fields_ipaddr (b5a61649-f8d2-4d83-9d9d-bb23c07f582c): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8431 | 2024.10.04 16:00:19.216751 [ 3 ] {a01314e0-7e51-4bb2-bf2f-87c389a1a4b9} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001992 sec., 3012.0481927710844 rows/sec., 245.61 KiB/sec. | ||
| 8432 | 2024.10.04 16:00:19.217098 [ 3 ] {a01314e0-7e51-4bb2-bf2f-87c389a1a4b9} <Debug> DynamicQueryHandler: Done processing query | ||
| 8433 | 2024.10.04 16:00:19.217132 [ 3 ] {a01314e0-7e51-4bb2-bf2f-87c389a1a4b9} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 8434 | 2024.10.04 16:00:19.217150 [ 3 ] {} <Debug> HTTP-Session: e30faa48-5a6a-4e93-9ffc-ebff682ca09e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8435 | 2024.10.04 16:00:19.217416 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 17882, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8436 | 2024.10.04 16:00:19.217470 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8437 | 2024.10.04 16:00:19.217491 [ 3 ] {} <Debug> HTTP-Session: 7efd3690-7d6c-4bf3-a5c1-2ecdfec83530 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 8438 | 2024.10.04 16:00:19.217508 [ 3 ] {} <Debug> HTTP-Session: 7efd3690-7d6c-4bf3-a5c1-2ecdfec83530 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8439 | 2024.10.04 16:00:19.217523 [ 3 ] {} <Debug> HTTP-Session: 7efd3690-7d6c-4bf3-a5c1-2ecdfec83530 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8440 | 2024.10.04 16:00:19.217558 [ 3 ] {} <Trace> HTTP-Session: 7efd3690-7d6c-4bf3-a5c1-2ecdfec83530 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8441 | 2024.10.04 16:00:19.217702 [ 3 ] {50c5976a-6f9d-479e-a3a3-2825dff4d7e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 8442 | 2024.10.04 16:00:19.217750 [ 3 ] {50c5976a-6f9d-479e-a3a3-2825dff4d7e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8443 | 2024.10.04 16:00:19.218002 [ 3 ] {50c5976a-6f9d-479e-a3a3-2825dff4d7e1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8444 | 2024.10.04 16:00:19.218512 [ 3 ] {50c5976a-6f9d-479e-a3a3-2825dff4d7e1} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8445 | 2024.10.04 16:00:19.218549 [ 3 ] {50c5976a-6f9d-479e-a3a3-2825dff4d7e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 8446 | 2024.10.04 16:00:19.218922 [ 3 ] {50c5976a-6f9d-479e-a3a3-2825dff4d7e1} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 8447 | 2024.10.04 16:00:19.219288 [ 3 ] {50c5976a-6f9d-479e-a3a3-2825dff4d7e1} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8448 | 2024.10.04 16:00:19.219426 [ 3 ] {50c5976a-6f9d-479e-a3a3-2825dff4d7e1} <Debug> executeQuery: Read 121 rows, 10.50 KiB in 0.001782 sec., 67901.23456790124 rows/sec., 5.75 MiB/sec. | ||
| 8449 | 2024.10.04 16:00:19.219712 [ 3 ] {50c5976a-6f9d-479e-a3a3-2825dff4d7e1} <Debug> DynamicQueryHandler: Done processing query | ||
| 8450 | 2024.10.04 16:00:19.219778 [ 3 ] {50c5976a-6f9d-479e-a3a3-2825dff4d7e1} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 8451 | 2024.10.04 16:00:19.219829 [ 3 ] {} <Debug> HTTP-Session: 7efd3690-7d6c-4bf3-a5c1-2ecdfec83530 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8452 | 2024.10.04 16:00:19.220008 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 5337, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8453 | 2024.10.04 16:00:19.220060 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8454 | 2024.10.04 16:00:19.220079 [ 3 ] {} <Debug> HTTP-Session: 9c3f8c28-f199-4a55-92b3-bc8b3881e309 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 8455 | 2024.10.04 16:00:19.220096 [ 3 ] {} <Debug> HTTP-Session: 9c3f8c28-f199-4a55-92b3-bc8b3881e309 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8456 | 2024.10.04 16:00:19.220111 [ 3 ] {} <Debug> HTTP-Session: 9c3f8c28-f199-4a55-92b3-bc8b3881e309 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8457 | 2024.10.04 16:00:19.220142 [ 3 ] {} <Trace> HTTP-Session: 9c3f8c28-f199-4a55-92b3-bc8b3881e309 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8458 | 2024.10.04 16:00:19.220253 [ 3 ] {da27ba14-02be-40e9-ab4a-77b120b572a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 8459 | 2024.10.04 16:00:19.220297 [ 3 ] {da27ba14-02be-40e9-ab4a-77b120b572a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8460 | 2024.10.04 16:00:19.220541 [ 3 ] {da27ba14-02be-40e9-ab4a-77b120b572a3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8461 | 2024.10.04 16:00:19.220915 [ 3 ] {da27ba14-02be-40e9-ab4a-77b120b572a3} <Trace> oximeter.fields_u16 (e9c2286f-cf98-4582-9ae4-6e9eb84e22b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8462 | 2024.10.04 16:00:19.220951 [ 3 ] {da27ba14-02be-40e9-ab4a-77b120b572a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 8463 | 2024.10.04 16:00:19.221300 [ 3 ] {da27ba14-02be-40e9-ab4a-77b120b572a3} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 8464 | 2024.10.04 16:00:19.221669 [ 3 ] {da27ba14-02be-40e9-ab4a-77b120b572a3} <Trace> oximeter.fields_u16 (e9c2286f-cf98-4582-9ae4-6e9eb84e22b6): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8465 | 2024.10.04 16:00:19.221795 [ 3 ] {da27ba14-02be-40e9-ab4a-77b120b572a3} <Debug> executeQuery: Read 37 rows, 2.75 KiB in 0.001578 sec., 23447.40177439797 rows/sec., 1.70 MiB/sec. | ||
| 8466 | 2024.10.04 16:00:19.221966 [ 3 ] {da27ba14-02be-40e9-ab4a-77b120b572a3} <Debug> DynamicQueryHandler: Done processing query | ||
| 8467 | 2024.10.04 16:00:19.221991 [ 3 ] {da27ba14-02be-40e9-ab4a-77b120b572a3} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 8468 | 2024.10.04 16:00:19.222006 [ 3 ] {} <Debug> HTTP-Session: 9c3f8c28-f199-4a55-92b3-bc8b3881e309 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8469 | 2024.10.04 16:00:19.222143 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 17174, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8470 | 2024.10.04 16:00:19.222192 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8471 | 2024.10.04 16:00:19.222211 [ 3 ] {} <Debug> HTTP-Session: 37e915cc-f6a1-4604-8078-96f61a4e2379 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 8472 | 2024.10.04 16:00:19.222227 [ 3 ] {} <Debug> HTTP-Session: 37e915cc-f6a1-4604-8078-96f61a4e2379 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8473 | 2024.10.04 16:00:19.222241 [ 3 ] {} <Debug> HTTP-Session: 37e915cc-f6a1-4604-8078-96f61a4e2379 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8474 | 2024.10.04 16:00:19.222272 [ 3 ] {} <Trace> HTTP-Session: 37e915cc-f6a1-4604-8078-96f61a4e2379 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8475 | 2024.10.04 16:00:19.222396 [ 3 ] {50fd3c4d-53ae-401c-b5d5-86326bcebb62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 8476 | 2024.10.04 16:00:19.222439 [ 3 ] {50fd3c4d-53ae-401c-b5d5-86326bcebb62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8477 | 2024.10.04 16:00:19.222665 [ 3 ] {50fd3c4d-53ae-401c-b5d5-86326bcebb62} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8478 | 2024.10.04 16:00:19.223111 [ 3 ] {50fd3c4d-53ae-401c-b5d5-86326bcebb62} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8479 | 2024.10.04 16:00:19.223147 [ 3 ] {50fd3c4d-53ae-401c-b5d5-86326bcebb62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 8480 | 2024.10.04 16:00:19.223497 [ 3 ] {50fd3c4d-53ae-401c-b5d5-86326bcebb62} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 8481 | 2024.10.04 16:00:19.223879 [ 3 ] {50fd3c4d-53ae-401c-b5d5-86326bcebb62} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8482 | 2024.10.04 16:00:19.224011 [ 3 ] {50fd3c4d-53ae-401c-b5d5-86326bcebb62} <Debug> executeQuery: Read 101 rows, 8.09 KiB in 0.001659 sec., 60880.04822182037 rows/sec., 4.76 MiB/sec. | ||
| 8483 | 2024.10.04 16:00:19.224181 [ 3 ] {50fd3c4d-53ae-401c-b5d5-86326bcebb62} <Debug> DynamicQueryHandler: Done processing query | ||
| 8484 | 2024.10.04 16:00:19.224205 [ 3 ] {50fd3c4d-53ae-401c-b5d5-86326bcebb62} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 8485 | 2024.10.04 16:00:19.224221 [ 3 ] {} <Debug> HTTP-Session: 37e915cc-f6a1-4604-8078-96f61a4e2379 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8486 | 2024.10.04 16:00:19.224409 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 31220, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8487 | 2024.10.04 16:00:19.224458 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8488 | 2024.10.04 16:00:19.224476 [ 3 ] {} <Debug> HTTP-Session: c8ab1bad-56ed-4770-9508-9f6321ac4fb3 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 8489 | 2024.10.04 16:00:19.224493 [ 3 ] {} <Debug> HTTP-Session: c8ab1bad-56ed-4770-9508-9f6321ac4fb3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8490 | 2024.10.04 16:00:19.224507 [ 3 ] {} <Debug> HTTP-Session: c8ab1bad-56ed-4770-9508-9f6321ac4fb3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8491 | 2024.10.04 16:00:19.224537 [ 3 ] {} <Trace> HTTP-Session: c8ab1bad-56ed-4770-9508-9f6321ac4fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8492 | 2024.10.04 16:00:19.224681 [ 3 ] {63f99780-7b19-4454-a744-df9a5cb4ba60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 8493 | 2024.10.04 16:00:19.224728 [ 3 ] {63f99780-7b19-4454-a744-df9a5cb4ba60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8494 | 2024.10.04 16:00:19.224871 [ 3 ] {63f99780-7b19-4454-a744-df9a5cb4ba60} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8495 | 2024.10.04 16:00:19.225279 [ 3 ] {63f99780-7b19-4454-a744-df9a5cb4ba60} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8496 | 2024.10.04 16:00:19.225314 [ 3 ] {63f99780-7b19-4454-a744-df9a5cb4ba60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 8497 | 2024.10.04 16:00:19.225695 [ 3 ] {63f99780-7b19-4454-a744-df9a5cb4ba60} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 8498 | 2024.10.04 16:00:19.226030 [ 3 ] {63f99780-7b19-4454-a744-df9a5cb4ba60} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8499 | 2024.10.04 16:00:19.226159 [ 3 ] {63f99780-7b19-4454-a744-df9a5cb4ba60} <Debug> executeQuery: Read 163 rows, 11.62 KiB in 0.001542 sec., 105706.87418936446 rows/sec., 7.36 MiB/sec. | ||
| 8500 | 2024.10.04 16:00:19.226451 [ 3 ] {63f99780-7b19-4454-a744-df9a5cb4ba60} <Debug> DynamicQueryHandler: Done processing query | ||
| 8501 | 2024.10.04 16:00:19.226490 [ 3 ] {63f99780-7b19-4454-a744-df9a5cb4ba60} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 8502 | 2024.10.04 16:00:19.226516 [ 3 ] {} <Debug> HTTP-Session: c8ab1bad-56ed-4770-9508-9f6321ac4fb3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8503 | 2024.10.04 16:00:19.226683 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 51840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8504 | 2024.10.04 16:00:19.226733 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8505 | 2024.10.04 16:00:19.226752 [ 3 ] {} <Debug> HTTP-Session: ebf0afe7-81ea-45b0-95e3-d16114b26bc2 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 8506 | 2024.10.04 16:00:19.226769 [ 3 ] {} <Debug> HTTP-Session: ebf0afe7-81ea-45b0-95e3-d16114b26bc2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8507 | 2024.10.04 16:00:19.226783 [ 3 ] {} <Debug> HTTP-Session: ebf0afe7-81ea-45b0-95e3-d16114b26bc2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8508 | 2024.10.04 16:00:19.226814 [ 3 ] {} <Trace> HTTP-Session: ebf0afe7-81ea-45b0-95e3-d16114b26bc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8509 | 2024.10.04 16:00:19.227135 [ 3 ] {8e894d56-c79e-4e7e-a98e-207cee3a0675} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 8510 | 2024.10.04 16:00:19.227204 [ 3 ] {8e894d56-c79e-4e7e-a98e-207cee3a0675} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8511 | 2024.10.04 16:00:19.227639 [ 3 ] {8e894d56-c79e-4e7e-a98e-207cee3a0675} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8512 | 2024.10.04 16:00:19.228329 [ 3 ] {8e894d56-c79e-4e7e-a98e-207cee3a0675} <Trace> oximeter.measurements_histogramu64 (00490d86-ebe4-4f2c-857c-d83cd24ebd05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8513 | 2024.10.04 16:00:19.228365 [ 3 ] {8e894d56-c79e-4e7e-a98e-207cee3a0675} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 8514 | 2024.10.04 16:00:19.229007 [ 3 ] {8e894d56-c79e-4e7e-a98e-207cee3a0675} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8515 | 2024.10.04 16:00:19.229422 [ 3 ] {8e894d56-c79e-4e7e-a98e-207cee3a0675} <Trace> oximeter.measurements_histogramu64 (00490d86-ebe4-4f2c-857c-d83cd24ebd05): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8516 | 2024.10.04 16:00:19.229577 [ 3 ] {8e894d56-c79e-4e7e-a98e-207cee3a0675} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002667 sec., 11623.547056617923 rows/sec., 20.83 MiB/sec. | ||
| 8517 | 2024.10.04 16:00:19.229798 [ 3 ] {8e894d56-c79e-4e7e-a98e-207cee3a0675} <Debug> DynamicQueryHandler: Done processing query | ||
| 8518 | 2024.10.04 16:00:19.229822 [ 3 ] {8e894d56-c79e-4e7e-a98e-207cee3a0675} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
| 8519 | 2024.10.04 16:00:19.229838 [ 3 ] {} <Debug> HTTP-Session: ebf0afe7-81ea-45b0-95e3-d16114b26bc2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8520 | 2024.10.04 16:00:19.230023 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8521 | 2024.10.04 16:00:19.230072 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8522 | 2024.10.04 16:00:19.230091 [ 3 ] {} <Debug> HTTP-Session: cfc0d7c6-3744-4c24-883c-0d2626188dbb Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 8523 | 2024.10.04 16:00:19.230107 [ 3 ] {} <Debug> HTTP-Session: cfc0d7c6-3744-4c24-883c-0d2626188dbb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8524 | 2024.10.04 16:00:19.230121 [ 3 ] {} <Debug> HTTP-Session: cfc0d7c6-3744-4c24-883c-0d2626188dbb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8525 | 2024.10.04 16:00:19.230152 [ 3 ] {} <Trace> HTTP-Session: cfc0d7c6-3744-4c24-883c-0d2626188dbb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8526 | 2024.10.04 16:00:19.230269 [ 3 ] {c927c8c6-06c9-491d-8643-7e7396a9e553} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 8527 | 2024.10.04 16:00:19.230314 [ 3 ] {c927c8c6-06c9-491d-8643-7e7396a9e553} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8528 | 2024.10.04 16:00:19.230444 [ 3 ] {c927c8c6-06c9-491d-8643-7e7396a9e553} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8529 | 2024.10.04 16:00:19.230761 [ 3 ] {c927c8c6-06c9-491d-8643-7e7396a9e553} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8530 | 2024.10.04 16:00:19.230796 [ 3 ] {c927c8c6-06c9-491d-8643-7e7396a9e553} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 8531 | 2024.10.04 16:00:19.231152 [ 3 ] {c927c8c6-06c9-491d-8643-7e7396a9e553} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 8532 | 2024.10.04 16:00:19.231469 [ 3 ] {c927c8c6-06c9-491d-8643-7e7396a9e553} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8533 | 2024.10.04 16:00:19.231599 [ 3 ] {c927c8c6-06c9-491d-8643-7e7396a9e553} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001373 sec., 43699.92716678805 rows/sec., 2.95 MiB/sec. | ||
| 8534 | 2024.10.04 16:00:19.231764 [ 3 ] {c927c8c6-06c9-491d-8643-7e7396a9e553} <Debug> DynamicQueryHandler: Done processing query | ||
| 8535 | 2024.10.04 16:00:19.231788 [ 3 ] {c927c8c6-06c9-491d-8643-7e7396a9e553} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 8536 | 2024.10.04 16:00:19.231805 [ 3 ] {} <Debug> HTTP-Session: cfc0d7c6-3744-4c24-883c-0d2626188dbb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8537 | 2024.10.04 16:00:24.093781 [ 43 ] {} <Debug> oximeter.measurements_f64 (87d8cd82-19cb-42e6-8b47-b078fc436c38) (MergerMutator): Selected 5 parts from all_1_14_3 to all_18_18_0 | ||
| 8538 | 2024.10.04 16:00:24.093857 [ 43 ] {} <Trace> oximeter.measurements_f64 (87d8cd82-19cb-42e6-8b47-b078fc436c38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8539 | 2024.10.04 16:00:24.093881 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 8540 | 2024.10.04 16:00:24.094065 [ 194 ] {87d8cd82-19cb-42e6-8b47-b078fc436c38::all_1_18_4} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_14_3 to all_18_18_0 into Compact with storage Full | ||
| 8541 | 2024.10.04 16:00:24.094285 [ 194 ] {87d8cd82-19cb-42e6-8b47-b078fc436c38::all_1_18_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8542 | 2024.10.04 16:00:24.094325 [ 194 ] {87d8cd82-19cb-42e6-8b47-b078fc436c38::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_14_3, total 14 rows starting from the beginning of the part | ||
| 8543 | 2024.10.04 16:00:24.094400 [ 194 ] {87d8cd82-19cb-42e6-8b47-b078fc436c38::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 1 rows starting from the beginning of the part | ||
| 8544 | 2024.10.04 16:00:24.094555 [ 194 ] {87d8cd82-19cb-42e6-8b47-b078fc436c38::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 1 rows starting from the beginning of the part | ||
| 8545 | 2024.10.04 16:00:24.094823 [ 194 ] {87d8cd82-19cb-42e6-8b47-b078fc436c38::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 1 rows starting from the beginning of the part | ||
| 8546 | 2024.10.04 16:00:24.095077 [ 194 ] {87d8cd82-19cb-42e6-8b47-b078fc436c38::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 1 rows starting from the beginning of the part | ||
| 8547 | 2024.10.04 16:00:24.096304 [ 188 ] {87d8cd82-19cb-42e6-8b47-b078fc436c38::all_1_18_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18 rows, containing 4 columns (4 merged, 0 gathered) in 0.002346509 sec., 7670.969938747305 rows/sec., 516.89 KiB/sec. | ||
| 8548 | 2024.10.04 16:00:24.096506 [ 188 ] {87d8cd82-19cb-42e6-8b47-b078fc436c38::all_1_18_4} <Trace> MergedBlockOutputStream: filled checksums all_1_18_4 (state Temporary) | ||
| 8549 | 2024.10.04 16:00:24.097025 [ 188 ] {87d8cd82-19cb-42e6-8b47-b078fc436c38::all_1_18_4} <Trace> oximeter.measurements_f64 (87d8cd82-19cb-42e6-8b47-b078fc436c38): Renaming temporary part tmp_merge_all_1_18_4 to all_1_18_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8550 | 2024.10.04 16:00:24.097131 [ 188 ] {87d8cd82-19cb-42e6-8b47-b078fc436c38::all_1_18_4} <Trace> oximeter.measurements_f64 (87d8cd82-19cb-42e6-8b47-b078fc436c38) (MergerMutator): Merged 5 parts: [all_1_14_3, all_18_18_0] -> all_1_18_4 | ||
| 8551 | 2024.10.04 16:00:24.097246 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.22 MiB. | ||
| 8552 | 2024.10.04 16:00:24.217978 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 32420, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8553 | 2024.10.04 16:00:24.218112 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8554 | 2024.10.04 16:00:24.218158 [ 3 ] {} <Debug> HTTP-Session: 31b8f4a0-5783-474a-a369-115474cb0721 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 8555 | 2024.10.04 16:00:24.218198 [ 3 ] {} <Debug> HTTP-Session: 31b8f4a0-5783-474a-a369-115474cb0721 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8556 | 2024.10.04 16:00:24.218226 [ 3 ] {} <Debug> HTTP-Session: 31b8f4a0-5783-474a-a369-115474cb0721 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8557 | 2024.10.04 16:00:24.218306 [ 3 ] {} <Trace> HTTP-Session: 31b8f4a0-5783-474a-a369-115474cb0721 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8558 | 2024.10.04 16:00:24.218564 [ 3 ] {41bc01da-348e-4d79-a530-58954dba1d13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 8559 | 2024.10.04 16:00:24.218628 [ 3 ] {41bc01da-348e-4d79-a530-58954dba1d13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8560 | 2024.10.04 16:00:24.218954 [ 3 ] {41bc01da-348e-4d79-a530-58954dba1d13} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8561 | 2024.10.04 16:00:24.219568 [ 3 ] {41bc01da-348e-4d79-a530-58954dba1d13} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8562 | 2024.10.04 16:00:24.219609 [ 3 ] {41bc01da-348e-4d79-a530-58954dba1d13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 8563 | 2024.10.04 16:00:24.220023 [ 3 ] {41bc01da-348e-4d79-a530-58954dba1d13} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 8564 | 2024.10.04 16:00:24.220412 [ 3 ] {41bc01da-348e-4d79-a530-58954dba1d13} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8565 | 2024.10.04 16:00:24.220588 [ 3 ] {41bc01da-348e-4d79-a530-58954dba1d13} <Debug> executeQuery: Read 215 rows, 19.32 KiB in 0.002112 sec., 101799.24242424242 rows/sec., 8.93 MiB/sec. | ||
| 8566 | 2024.10.04 16:00:24.220588 [ 43 ] {} <Debug> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 8567 | 2024.10.04 16:00:24.220694 [ 43 ] {} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8568 | 2024.10.04 16:00:24.220754 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 8569 | 2024.10.04 16:00:24.220962 [ 3 ] {41bc01da-348e-4d79-a530-58954dba1d13} <Debug> DynamicQueryHandler: Done processing query | ||
| 8570 | 2024.10.04 16:00:24.221008 [ 189 ] {eb62afc5-bcd4-4b43-a1a9-182e649ae812::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 | ||
| 8571 | 2024.10.04 16:00:24.221007 [ 3 ] {41bc01da-348e-4d79-a530-58954dba1d13} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 8572 | 2024.10.04 16:00:24.221141 [ 3 ] {} <Debug> HTTP-Session: 31b8f4a0-5783-474a-a369-115474cb0721 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8573 | 2024.10.04 16:00:24.221472 [ 189 ] {eb62afc5-bcd4-4b43-a1a9-182e649ae812::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8574 | 2024.10.04 16:00:24.221479 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 1914, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8575 | 2024.10.04 16:00:24.221536 [ 189 ] {eb62afc5-bcd4-4b43-a1a9-182e649ae812::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1426 rows starting from the beginning of the part | ||
| 8576 | 2024.10.04 16:00:24.221582 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8577 | 2024.10.04 16:00:24.221655 [ 3 ] {} <Debug> HTTP-Session: 9c0f6c07-dd42-4a68-a1d6-dd55bc5dcb0a Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 8578 | 2024.10.04 16:00:24.221746 [ 3 ] {} <Debug> HTTP-Session: 9c0f6c07-dd42-4a68-a1d6-dd55bc5dcb0a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8579 | 2024.10.04 16:00:24.221821 [ 3 ] {} <Debug> HTTP-Session: 9c0f6c07-dd42-4a68-a1d6-dd55bc5dcb0a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8580 | 2024.10.04 16:00:24.221834 [ 189 ] {eb62afc5-bcd4-4b43-a1a9-182e649ae812::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 120 rows starting from the beginning of the part | ||
| 8581 | 2024.10.04 16:00:24.221932 [ 3 ] {} <Trace> HTTP-Session: 9c0f6c07-dd42-4a68-a1d6-dd55bc5dcb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8582 | 2024.10.04 16:00:24.222096 [ 189 ] {eb62afc5-bcd4-4b43-a1a9-182e649ae812::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 1358 rows starting from the beginning of the part | ||
| 8583 | 2024.10.04 16:00:24.222382 [ 3 ] {c8f046b7-646d-4e2f-99e6-f49ea6d20d79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 8584 | 2024.10.04 16:00:24.222424 [ 189 ] {eb62afc5-bcd4-4b43-a1a9-182e649ae812::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 56 rows starting from the beginning of the part | ||
| 8585 | 2024.10.04 16:00:24.222545 [ 3 ] {c8f046b7-646d-4e2f-99e6-f49ea6d20d79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8586 | 2024.10.04 16:00:24.222661 [ 189 ] {eb62afc5-bcd4-4b43-a1a9-182e649ae812::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 121 rows starting from the beginning of the part | ||
| 8587 | 2024.10.04 16:00:24.223027 [ 189 ] {eb62afc5-bcd4-4b43-a1a9-182e649ae812::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 215 rows starting from the beginning of the part | ||
| 8588 | 2024.10.04 16:00:24.223927 [ 3 ] {c8f046b7-646d-4e2f-99e6-f49ea6d20d79} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8589 | 2024.10.04 16:00:24.224805 [ 3 ] {c8f046b7-646d-4e2f-99e6-f49ea6d20d79} <Trace> oximeter.fields_u16 (e9c2286f-cf98-4582-9ae4-6e9eb84e22b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8590 | 2024.10.04 16:00:24.224879 [ 3 ] {c8f046b7-646d-4e2f-99e6-f49ea6d20d79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 8591 | 2024.10.04 16:00:24.225886 [ 3 ] {c8f046b7-646d-4e2f-99e6-f49ea6d20d79} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 8592 | 2024.10.04 16:00:24.226455 [ 3 ] {c8f046b7-646d-4e2f-99e6-f49ea6d20d79} <Trace> oximeter.fields_u16 (e9c2286f-cf98-4582-9ae4-6e9eb84e22b6): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8593 | 2024.10.04 16:00:24.226809 [ 189 ] {eb62afc5-bcd4-4b43-a1a9-182e649ae812::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3296 rows, containing 5 columns (5 merged, 0 gathered) in 0.005951139 sec., 553843.5583507627 rows/sec., 48.43 MiB/sec. | ||
| 8594 | 2024.10.04 16:00:24.226890 [ 3 ] {c8f046b7-646d-4e2f-99e6-f49ea6d20d79} <Debug> executeQuery: Read 13 rows, 1001.00 B in 0.0047 sec., 2765.9574468085107 rows/sec., 207.99 KiB/sec. | ||
| 8595 | 2024.10.04 16:00:24.227160 [ 3 ] {c8f046b7-646d-4e2f-99e6-f49ea6d20d79} <Debug> DynamicQueryHandler: Done processing query | ||
| 8596 | 2024.10.04 16:00:24.227192 [ 3 ] {c8f046b7-646d-4e2f-99e6-f49ea6d20d79} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 8597 | 2024.10.04 16:00:24.227214 [ 3 ] {} <Debug> HTTP-Session: 9c0f6c07-dd42-4a68-a1d6-dd55bc5dcb0a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8598 | 2024.10.04 16:00:24.227313 [ 194 ] {eb62afc5-bcd4-4b43-a1a9-182e649ae812::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 8599 | 2024.10.04 16:00:24.227420 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 1933, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8600 | 2024.10.04 16:00:24.227508 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8601 | 2024.10.04 16:00:24.227542 [ 3 ] {} <Debug> HTTP-Session: b73d9cdf-6dfe-42c1-8b54-e8e5396721d2 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 8602 | 2024.10.04 16:00:24.227573 [ 3 ] {} <Debug> HTTP-Session: b73d9cdf-6dfe-42c1-8b54-e8e5396721d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8603 | 2024.10.04 16:00:24.227598 [ 3 ] {} <Debug> HTTP-Session: b73d9cdf-6dfe-42c1-8b54-e8e5396721d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8604 | 2024.10.04 16:00:24.227683 [ 3 ] {} <Trace> HTTP-Session: b73d9cdf-6dfe-42c1-8b54-e8e5396721d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8605 | 2024.10.04 16:00:24.228023 [ 3 ] {87faa3d4-6b47-4b13-b999-99aa6ae256b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 8606 | 2024.10.04 16:00:24.228103 [ 3 ] {87faa3d4-6b47-4b13-b999-99aa6ae256b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8607 | 2024.10.04 16:00:24.228380 [ 194 ] {eb62afc5-bcd4-4b43-a1a9-182e649ae812::all_1_46_9} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8608 | 2024.10.04 16:00:24.228664 [ 194 ] {eb62afc5-bcd4-4b43-a1a9-182e649ae812::all_1_46_9} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 8609 | 2024.10.04 16:00:24.228743 [ 3 ] {87faa3d4-6b47-4b13-b999-99aa6ae256b9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8610 | 2024.10.04 16:00:24.228848 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
| 8611 | 2024.10.04 16:00:24.229173 [ 3 ] {87faa3d4-6b47-4b13-b999-99aa6ae256b9} <Trace> oximeter.fields_u32 (d636b635-d679-4839-bb6a-f39822d1a48c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8612 | 2024.10.04 16:00:24.229215 [ 3 ] {87faa3d4-6b47-4b13-b999-99aa6ae256b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 8613 | 2024.10.04 16:00:24.229581 [ 3 ] {87faa3d4-6b47-4b13-b999-99aa6ae256b9} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 8614 | 2024.10.04 16:00:24.229956 [ 3 ] {87faa3d4-6b47-4b13-b999-99aa6ae256b9} <Trace> oximeter.fields_u32 (d636b635-d679-4839-bb6a-f39822d1a48c): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8615 | 2024.10.04 16:00:24.230114 [ 3 ] {87faa3d4-6b47-4b13-b999-99aa6ae256b9} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002173 sec., 6442.7059364933275 rows/sec., 451.21 KiB/sec. | ||
| 8616 | 2024.10.04 16:00:24.230310 [ 3 ] {87faa3d4-6b47-4b13-b999-99aa6ae256b9} <Debug> DynamicQueryHandler: Done processing query | ||
| 8617 | 2024.10.04 16:00:24.230334 [ 3 ] {87faa3d4-6b47-4b13-b999-99aa6ae256b9} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 8618 | 2024.10.04 16:00:24.230350 [ 3 ] {} <Debug> HTTP-Session: b73d9cdf-6dfe-42c1-8b54-e8e5396721d2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8619 | 2024.10.04 16:00:24.230469 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8620 | 2024.10.04 16:00:24.230518 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8621 | 2024.10.04 16:00:24.230536 [ 3 ] {} <Debug> HTTP-Session: 6c013c06-bc46-4acf-8172-74328e62de92 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 8622 | 2024.10.04 16:00:24.230553 [ 3 ] {} <Debug> HTTP-Session: 6c013c06-bc46-4acf-8172-74328e62de92 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8623 | 2024.10.04 16:00:24.230569 [ 3 ] {} <Debug> HTTP-Session: 6c013c06-bc46-4acf-8172-74328e62de92 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8624 | 2024.10.04 16:00:24.230600 [ 3 ] {} <Trace> HTTP-Session: 6c013c06-bc46-4acf-8172-74328e62de92 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8625 | 2024.10.04 16:00:24.230695 [ 3 ] {73465775-92a9-403f-be54-363469ed4dae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 8626 | 2024.10.04 16:00:24.230739 [ 3 ] {73465775-92a9-403f-be54-363469ed4dae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8627 | 2024.10.04 16:00:24.230972 [ 3 ] {73465775-92a9-403f-be54-363469ed4dae} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8628 | 2024.10.04 16:00:24.231274 [ 3 ] {73465775-92a9-403f-be54-363469ed4dae} <Trace> oximeter.fields_u8 (b38c7fc2-16b2-4da0-8e0e-60bfa18d3929): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8629 | 2024.10.04 16:00:24.231310 [ 3 ] {73465775-92a9-403f-be54-363469ed4dae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 8630 | 2024.10.04 16:00:24.231657 [ 3 ] {73465775-92a9-403f-be54-363469ed4dae} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 8631 | 2024.10.04 16:00:24.232031 [ 3 ] {73465775-92a9-403f-be54-363469ed4dae} <Trace> oximeter.fields_u8 (b38c7fc2-16b2-4da0-8e0e-60bfa18d3929): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8632 | 2024.10.04 16:00:24.232176 [ 3 ] {73465775-92a9-403f-be54-363469ed4dae} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.0015 sec., 4000 rows/sec., 236.33 KiB/sec. | ||
| 8633 | 2024.10.04 16:00:24.232355 [ 3 ] {73465775-92a9-403f-be54-363469ed4dae} <Debug> DynamicQueryHandler: Done processing query | ||
| 8634 | 2024.10.04 16:00:24.232379 [ 3 ] {73465775-92a9-403f-be54-363469ed4dae} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 8635 | 2024.10.04 16:00:24.232395 [ 3 ] {} <Debug> HTTP-Session: 6c013c06-bc46-4acf-8172-74328e62de92 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8636 | 2024.10.04 16:00:24.232652 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 64034, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8637 | 2024.10.04 16:00:24.232701 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8638 | 2024.10.04 16:00:24.232720 [ 3 ] {} <Debug> HTTP-Session: 5671dd5c-e506-4223-88b2-02e77b7f215b Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 8639 | 2024.10.04 16:00:24.232737 [ 3 ] {} <Debug> HTTP-Session: 5671dd5c-e506-4223-88b2-02e77b7f215b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8640 | 2024.10.04 16:00:24.232751 [ 3 ] {} <Debug> HTTP-Session: 5671dd5c-e506-4223-88b2-02e77b7f215b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8641 | 2024.10.04 16:00:24.232782 [ 3 ] {} <Trace> HTTP-Session: 5671dd5c-e506-4223-88b2-02e77b7f215b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8642 | 2024.10.04 16:00:24.233046 [ 3 ] {33923ea7-a141-4bdb-99d4-b59aa8aa282f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 8643 | 2024.10.04 16:00:24.233090 [ 3 ] {33923ea7-a141-4bdb-99d4-b59aa8aa282f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8644 | 2024.10.04 16:00:24.233320 [ 3 ] {33923ea7-a141-4bdb-99d4-b59aa8aa282f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8645 | 2024.10.04 16:00:24.233907 [ 3 ] {33923ea7-a141-4bdb-99d4-b59aa8aa282f} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8646 | 2024.10.04 16:00:24.233945 [ 3 ] {33923ea7-a141-4bdb-99d4-b59aa8aa282f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 8647 | 2024.10.04 16:00:24.234312 [ 3 ] {33923ea7-a141-4bdb-99d4-b59aa8aa282f} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 8648 | 2024.10.04 16:00:24.234668 [ 3 ] {33923ea7-a141-4bdb-99d4-b59aa8aa282f} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8649 | 2024.10.04 16:00:24.234828 [ 3 ] {33923ea7-a141-4bdb-99d4-b59aa8aa282f} <Debug> executeQuery: Read 395 rows, 28.72 KiB in 0.001936 sec., 204028.9256198347 rows/sec., 14.49 MiB/sec. | ||
| 8650 | 2024.10.04 16:00:24.234852 [ 42 ] {} <Debug> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 8651 | 2024.10.04 16:00:24.234992 [ 42 ] {} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8652 | 2024.10.04 16:00:24.235061 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 8653 | 2024.10.04 16:00:24.235114 [ 3 ] {33923ea7-a141-4bdb-99d4-b59aa8aa282f} <Debug> DynamicQueryHandler: Done processing query | ||
| 8654 | 2024.10.04 16:00:24.235179 [ 3 ] {33923ea7-a141-4bdb-99d4-b59aa8aa282f} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
| 8655 | 2024.10.04 16:00:24.235253 [ 3 ] {} <Debug> HTTP-Session: 5671dd5c-e506-4223-88b2-02e77b7f215b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8656 | 2024.10.04 16:00:24.235498 [ 195 ] {db73ef1b-285a-4ffd-b768-8b0cb7509f0e::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 | ||
| 8657 | 2024.10.04 16:00:24.235576 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 906, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8658 | 2024.10.04 16:00:24.235793 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8659 | 2024.10.04 16:00:24.235882 [ 3 ] {} <Debug> HTTP-Session: 205f1656-88e8-4e9b-9654-2c6c7c993143 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 8660 | 2024.10.04 16:00:24.235960 [ 3 ] {} <Debug> HTTP-Session: 205f1656-88e8-4e9b-9654-2c6c7c993143 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8661 | 2024.10.04 16:00:24.236036 [ 3 ] {} <Debug> HTTP-Session: 205f1656-88e8-4e9b-9654-2c6c7c993143 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8662 | 2024.10.04 16:00:24.236220 [ 3 ] {} <Trace> HTTP-Session: 205f1656-88e8-4e9b-9654-2c6c7c993143 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8663 | 2024.10.04 16:00:24.236553 [ 195 ] {db73ef1b-285a-4ffd-b768-8b0cb7509f0e::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8664 | 2024.10.04 16:00:24.236564 [ 3 ] {40f20987-27f2-4809-b51d-42074e4e0529} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 8665 | 2024.10.04 16:00:24.236613 [ 195 ] {db73ef1b-285a-4ffd-b768-8b0cb7509f0e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 918 rows starting from the beginning of the part | ||
| 8666 | 2024.10.04 16:00:24.236662 [ 3 ] {40f20987-27f2-4809-b51d-42074e4e0529} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8667 | 2024.10.04 16:00:24.237053 [ 195 ] {db73ef1b-285a-4ffd-b768-8b0cb7509f0e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 99 rows starting from the beginning of the part | ||
| 8668 | 2024.10.04 16:00:24.237473 [ 195 ] {db73ef1b-285a-4ffd-b768-8b0cb7509f0e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 857 rows starting from the beginning of the part | ||
| 8669 | 2024.10.04 16:00:24.237494 [ 3 ] {40f20987-27f2-4809-b51d-42074e4e0529} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8670 | 2024.10.04 16:00:24.237782 [ 195 ] {db73ef1b-285a-4ffd-b768-8b0cb7509f0e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 64 rows starting from the beginning of the part | ||
| 8671 | 2024.10.04 16:00:24.238033 [ 195 ] {db73ef1b-285a-4ffd-b768-8b0cb7509f0e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 101 rows starting from the beginning of the part | ||
| 8672 | 2024.10.04 16:00:24.238464 [ 195 ] {db73ef1b-285a-4ffd-b768-8b0cb7509f0e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 395 rows starting from the beginning of the part | ||
| 8673 | 2024.10.04 16:00:24.238748 [ 3 ] {40f20987-27f2-4809-b51d-42074e4e0529} <Trace> oximeter.measurements_bool (07631250-7a70-49e6-a733-c0ce298d5d2f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8674 | 2024.10.04 16:00:24.238845 [ 3 ] {40f20987-27f2-4809-b51d-42074e4e0529} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 8675 | 2024.10.04 16:00:24.239659 [ 3 ] {40f20987-27f2-4809-b51d-42074e4e0529} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 8676 | 2024.10.04 16:00:24.240572 [ 3 ] {40f20987-27f2-4809-b51d-42074e4e0529} <Trace> oximeter.measurements_bool (07631250-7a70-49e6-a733-c0ce298d5d2f): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8677 | 2024.10.04 16:00:24.240948 [ 3 ] {40f20987-27f2-4809-b51d-42074e4e0529} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004482 sec., 1338.6880856760374 rows/sec., 69.94 KiB/sec. | ||
| 8678 | 2024.10.04 16:00:24.241210 [ 3 ] {40f20987-27f2-4809-b51d-42074e4e0529} <Debug> DynamicQueryHandler: Done processing query | ||
| 8679 | 2024.10.04 16:00:24.241244 [ 3 ] {40f20987-27f2-4809-b51d-42074e4e0529} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 8680 | 2024.10.04 16:00:24.241275 [ 3 ] {} <Debug> HTTP-Session: 205f1656-88e8-4e9b-9654-2c6c7c993143 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8681 | 2024.10.04 16:00:24.241547 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 44668, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8682 | 2024.10.04 16:00:24.241700 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8683 | 2024.10.04 16:00:24.241741 [ 3 ] {} <Debug> HTTP-Session: d6bf5663-7de1-43fd-9b94-fe2b571d2baa Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 8684 | 2024.10.04 16:00:24.241752 [ 194 ] {db73ef1b-285a-4ffd-b768-8b0cb7509f0e::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2434 rows, containing 5 columns (5 merged, 0 gathered) in 0.006584315 sec., 369666.396580358 rows/sec., 28.37 MiB/sec. | ||
| 8685 | 2024.10.04 16:00:24.241769 [ 3 ] {} <Debug> HTTP-Session: d6bf5663-7de1-43fd-9b94-fe2b571d2baa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8686 | 2024.10.04 16:00:24.241812 [ 3 ] {} <Debug> HTTP-Session: d6bf5663-7de1-43fd-9b94-fe2b571d2baa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8687 | 2024.10.04 16:00:24.241856 [ 3 ] {} <Trace> HTTP-Session: d6bf5663-7de1-43fd-9b94-fe2b571d2baa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8688 | 2024.10.04 16:00:24.242047 [ 194 ] {db73ef1b-285a-4ffd-b768-8b0cb7509f0e::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 8689 | 2024.10.04 16:00:24.242188 [ 3 ] {319b9562-72fe-49b3-92b7-5f11b06cf6e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 8690 | 2024.10.04 16:00:24.242288 [ 3 ] {319b9562-72fe-49b3-92b7-5f11b06cf6e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8691 | 2024.10.04 16:00:24.243118 [ 3 ] {319b9562-72fe-49b3-92b7-5f11b06cf6e8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8692 | 2024.10.04 16:00:24.243288 [ 198 ] {db73ef1b-285a-4ffd-b768-8b0cb7509f0e::all_1_46_9} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8693 | 2024.10.04 16:00:24.243399 [ 198 ] {db73ef1b-285a-4ffd-b768-8b0cb7509f0e::all_1_46_9} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 8694 | 2024.10.04 16:00:24.243558 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 8695 | 2024.10.04 16:00:24.243866 [ 3 ] {319b9562-72fe-49b3-92b7-5f11b06cf6e8} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8696 | 2024.10.04 16:00:24.243908 [ 3 ] {319b9562-72fe-49b3-92b7-5f11b06cf6e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 8697 | 2024.10.04 16:00:24.244314 [ 3 ] {319b9562-72fe-49b3-92b7-5f11b06cf6e8} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 8698 | 2024.10.04 16:00:24.244670 [ 3 ] {319b9562-72fe-49b3-92b7-5f11b06cf6e8} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8699 | 2024.10.04 16:00:24.244828 [ 42 ] {} <Debug> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 8700 | 2024.10.04 16:00:24.244835 [ 3 ] {319b9562-72fe-49b3-92b7-5f11b06cf6e8} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002838 sec., 83509.51374207188 rows/sec., 5.60 MiB/sec. | ||
| 8701 | 2024.10.04 16:00:24.244890 [ 42 ] {} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8702 | 2024.10.04 16:00:24.244969 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 8703 | 2024.10.04 16:00:24.245176 [ 194 ] {f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34::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 | ||
| 8704 | 2024.10.04 16:00:24.245230 [ 3 ] {319b9562-72fe-49b3-92b7-5f11b06cf6e8} <Debug> DynamicQueryHandler: Done processing query | ||
| 8705 | 2024.10.04 16:00:24.245282 [ 3 ] {319b9562-72fe-49b3-92b7-5f11b06cf6e8} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 8706 | 2024.10.04 16:00:24.245336 [ 3 ] {} <Debug> HTTP-Session: d6bf5663-7de1-43fd-9b94-fe2b571d2baa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8707 | 2024.10.04 16:00:24.245434 [ 194 ] {f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8708 | 2024.10.04 16:00:24.245471 [ 194 ] {f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 12309 rows starting from the beginning of the part | ||
| 8709 | 2024.10.04 16:00:24.245602 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8710 | 2024.10.04 16:00:24.245694 [ 194 ] {f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 162 rows starting from the beginning of the part | ||
| 8711 | 2024.10.04 16:00:24.245799 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8712 | 2024.10.04 16:00:24.245879 [ 3 ] {} <Debug> HTTP-Session: 5e8f6c0f-ba2e-425a-862b-4ab4e2a453e7 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 8713 | 2024.10.04 16:00:24.245961 [ 3 ] {} <Debug> HTTP-Session: 5e8f6c0f-ba2e-425a-862b-4ab4e2a453e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8714 | 2024.10.04 16:00:24.246015 [ 3 ] {} <Debug> HTTP-Session: 5e8f6c0f-ba2e-425a-862b-4ab4e2a453e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8715 | 2024.10.04 16:00:24.246042 [ 194 ] {f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 1006 rows starting from the beginning of the part | ||
| 8716 | 2024.10.04 16:00:24.246123 [ 3 ] {} <Trace> HTTP-Session: 5e8f6c0f-ba2e-425a-862b-4ab4e2a453e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8717 | 2024.10.04 16:00:24.246307 [ 194 ] {f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 86 rows starting from the beginning of the part | ||
| 8718 | 2024.10.04 16:00:24.246602 [ 194 ] {f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 163 rows starting from the beginning of the part | ||
| 8719 | 2024.10.04 16:00:24.246649 [ 3 ] {cbf01aa2-49a4-41fe-b45d-1d6951b61e0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 8720 | 2024.10.04 16:00:24.246842 [ 194 ] {f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 237 rows starting from the beginning of the part | ||
| 8721 | 2024.10.04 16:00:24.246935 [ 3 ] {cbf01aa2-49a4-41fe-b45d-1d6951b61e0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8722 | 2024.10.04 16:00:24.247690 [ 3 ] {cbf01aa2-49a4-41fe-b45d-1d6951b61e0d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8723 | 2024.10.04 16:00:24.248203 [ 3 ] {cbf01aa2-49a4-41fe-b45d-1d6951b61e0d} <Trace> oximeter.measurements_f64 (87d8cd82-19cb-42e6-8b47-b078fc436c38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8724 | 2024.10.04 16:00:24.248243 [ 3 ] {cbf01aa2-49a4-41fe-b45d-1d6951b61e0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 8725 | 2024.10.04 16:00:24.248801 [ 3 ] {cbf01aa2-49a4-41fe-b45d-1d6951b61e0d} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 8726 | 2024.10.04 16:00:24.249592 [ 3 ] {cbf01aa2-49a4-41fe-b45d-1d6951b61e0d} <Trace> oximeter.measurements_f64 (87d8cd82-19cb-42e6-8b47-b078fc436c38): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8727 | 2024.10.04 16:00:24.249960 [ 3 ] {cbf01aa2-49a4-41fe-b45d-1d6951b61e0d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003602 sec., 277.623542476402 rows/sec., 18.71 KiB/sec. | ||
| 8728 | 2024.10.04 16:00:24.250342 [ 3 ] {cbf01aa2-49a4-41fe-b45d-1d6951b61e0d} <Debug> DynamicQueryHandler: Done processing query | ||
| 8729 | 2024.10.04 16:00:24.250387 [ 3 ] {cbf01aa2-49a4-41fe-b45d-1d6951b61e0d} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 8730 | 2024.10.04 16:00:24.250436 [ 3 ] {} <Debug> HTTP-Session: 5e8f6c0f-ba2e-425a-862b-4ab4e2a453e7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8731 | 2024.10.04 16:00:24.250575 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 21508, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8732 | 2024.10.04 16:00:24.250634 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8733 | 2024.10.04 16:00:24.250654 [ 3 ] {} <Debug> HTTP-Session: b5205d84-46fc-4ff1-addf-d0277a38fec1 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 8734 | 2024.10.04 16:00:24.250671 [ 3 ] {} <Debug> HTTP-Session: b5205d84-46fc-4ff1-addf-d0277a38fec1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8735 | 2024.10.04 16:00:24.250685 [ 3 ] {} <Debug> HTTP-Session: b5205d84-46fc-4ff1-addf-d0277a38fec1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8736 | 2024.10.04 16:00:24.250716 [ 3 ] {} <Trace> HTTP-Session: b5205d84-46fc-4ff1-addf-d0277a38fec1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8737 | 2024.10.04 16:00:24.251167 [ 3 ] {1635c48e-8e91-445e-b8ad-a0958992dc9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 8738 | 2024.10.04 16:00:24.251246 [ 3 ] {1635c48e-8e91-445e-b8ad-a0958992dc9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8739 | 2024.10.04 16:00:24.252134 [ 3 ] {1635c48e-8e91-445e-b8ad-a0958992dc9d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8740 | 2024.10.04 16:00:24.252975 [ 3 ] {1635c48e-8e91-445e-b8ad-a0958992dc9d} <Trace> oximeter.measurements_histogramu64 (00490d86-ebe4-4f2c-857c-d83cd24ebd05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8741 | 2024.10.04 16:00:24.253012 [ 3 ] {1635c48e-8e91-445e-b8ad-a0958992dc9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 8742 | 2024.10.04 16:00:24.253964 [ 194 ] {f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 13963 rows, containing 5 columns (5 merged, 0 gathered) in 0.008890682 sec., 1570520.6867144725 rows/sec., 106.00 MiB/sec. | ||
| 8743 | 2024.10.04 16:00:24.254276 [ 3 ] {1635c48e-8e91-445e-b8ad-a0958992dc9d} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 8744 | 2024.10.04 16:00:24.254376 [ 194 ] {f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 8745 | 2024.10.04 16:00:24.255487 [ 3 ] {1635c48e-8e91-445e-b8ad-a0958992dc9d} <Trace> oximeter.measurements_histogramu64 (00490d86-ebe4-4f2c-857c-d83cd24ebd05): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8746 | 2024.10.04 16:00:24.255502 [ 194 ] {f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8747 | 2024.10.04 16:00:24.255687 [ 194 ] {f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 8748 | 2024.10.04 16:00:24.255741 [ 42 ] {} <Debug> oximeter.measurements_histogramu64 (00490d86-ebe4-4f2c-857c-d83cd24ebd05) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 8749 | 2024.10.04 16:00:24.255855 [ 42 ] {} <Trace> oximeter.measurements_histogramu64 (00490d86-ebe4-4f2c-857c-d83cd24ebd05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8750 | 2024.10.04 16:00:24.255947 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 8751 | 2024.10.04 16:00:24.255983 [ 3 ] {1635c48e-8e91-445e-b8ad-a0958992dc9d} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.004968 sec., 2616.747181964573 rows/sec., 4.69 MiB/sec. | ||
| 8752 | 2024.10.04 16:00:24.256007 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.61 MiB. | ||
| 8753 | 2024.10.04 16:00:24.256443 [ 191 ] {00490d86-ebe4-4f2c-857c-d83cd24ebd05::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 | ||
| 8754 | 2024.10.04 16:00:24.256694 [ 3 ] {1635c48e-8e91-445e-b8ad-a0958992dc9d} <Debug> DynamicQueryHandler: Done processing query | ||
| 8755 | 2024.10.04 16:00:24.256762 [ 3 ] {1635c48e-8e91-445e-b8ad-a0958992dc9d} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
| 8756 | 2024.10.04 16:00:24.256813 [ 3 ] {} <Debug> HTTP-Session: b5205d84-46fc-4ff1-addf-d0277a38fec1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8757 | 2024.10.04 16:00:24.257066 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 12156, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8758 | 2024.10.04 16:00:24.257151 [ 191 ] {00490d86-ebe4-4f2c-857c-d83cd24ebd05::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8759 | 2024.10.04 16:00:24.257168 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8760 | 2024.10.04 16:00:24.257227 [ 3 ] {} <Debug> HTTP-Session: 93053104-8e0b-46a7-8d01-100d31732ed8 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 8761 | 2024.10.04 16:00:24.257278 [ 3 ] {} <Debug> HTTP-Session: 93053104-8e0b-46a7-8d01-100d31732ed8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8762 | 2024.10.04 16:00:24.257305 [ 191 ] {00490d86-ebe4-4f2c-857c-d83cd24ebd05::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 510 rows starting from the beginning of the part | ||
| 8763 | 2024.10.04 16:00:24.257315 [ 3 ] {} <Debug> HTTP-Session: 93053104-8e0b-46a7-8d01-100d31732ed8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8764 | 2024.10.04 16:00:24.257424 [ 3 ] {} <Trace> HTTP-Session: 93053104-8e0b-46a7-8d01-100d31732ed8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8765 | 2024.10.04 16:00:24.257855 [ 3 ] {f00a72cf-4486-4ac7-9bea-2bad27daecb8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 8766 | 2024.10.04 16:00:24.257985 [ 191 ] {00490d86-ebe4-4f2c-857c-d83cd24ebd05::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 13 rows starting from the beginning of the part | ||
| 8767 | 2024.10.04 16:00:24.258001 [ 3 ] {f00a72cf-4486-4ac7-9bea-2bad27daecb8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8768 | 2024.10.04 16:00:24.258857 [ 191 ] {00490d86-ebe4-4f2c-857c-d83cd24ebd05::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 31 rows starting from the beginning of the part | ||
| 8769 | 2024.10.04 16:00:24.258951 [ 3 ] {f00a72cf-4486-4ac7-9bea-2bad27daecb8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8770 | 2024.10.04 16:00:24.259489 [ 191 ] {00490d86-ebe4-4f2c-857c-d83cd24ebd05::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 13 rows starting from the beginning of the part | ||
| 8771 | 2024.10.04 16:00:24.260133 [ 191 ] {00490d86-ebe4-4f2c-857c-d83cd24ebd05::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 31 rows starting from the beginning of the part | ||
| 8772 | 2024.10.04 16:00:24.260454 [ 3 ] {f00a72cf-4486-4ac7-9bea-2bad27daecb8} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8773 | 2024.10.04 16:00:24.260594 [ 3 ] {f00a72cf-4486-4ac7-9bea-2bad27daecb8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 8774 | 2024.10.04 16:00:24.260816 [ 191 ] {00490d86-ebe4-4f2c-857c-d83cd24ebd05::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 13 rows starting from the beginning of the part | ||
| 8775 | 2024.10.04 16:00:24.262001 [ 3 ] {f00a72cf-4486-4ac7-9bea-2bad27daecb8} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 8776 | 2024.10.04 16:00:24.262806 [ 3 ] {f00a72cf-4486-4ac7-9bea-2bad27daecb8} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8777 | 2024.10.04 16:00:24.263037 [ 42 ] {} <Debug> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 8778 | 2024.10.04 16:00:24.263040 [ 3 ] {f00a72cf-4486-4ac7-9bea-2bad27daecb8} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005418 sec., 15134.736064968623 rows/sec., 984.31 KiB/sec. | ||
| 8779 | 2024.10.04 16:00:24.263120 [ 42 ] {} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8780 | 2024.10.04 16:00:24.263226 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 8781 | 2024.10.04 16:00:24.263511 [ 3 ] {f00a72cf-4486-4ac7-9bea-2bad27daecb8} <Debug> DynamicQueryHandler: Done processing query | ||
| 8782 | 2024.10.04 16:00:24.263572 [ 3 ] {f00a72cf-4486-4ac7-9bea-2bad27daecb8} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 8783 | 2024.10.04 16:00:24.263579 [ 200 ] {f1266625-5fbc-477b-b130-85cba0b363f2::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 | ||
| 8784 | 2024.10.04 16:00:24.263605 [ 3 ] {} <Debug> HTTP-Session: 93053104-8e0b-46a7-8d01-100d31732ed8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8785 | 2024.10.04 16:00:24.264035 [ 200 ] {f1266625-5fbc-477b-b130-85cba0b363f2::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8786 | 2024.10.04 16:00:24.264129 [ 200 ] {f1266625-5fbc-477b-b130-85cba0b363f2::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2438 rows starting from the beginning of the part | ||
| 8787 | 2024.10.04 16:00:24.264447 [ 200 ] {f1266625-5fbc-477b-b130-85cba0b363f2::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 60 rows starting from the beginning of the part | ||
| 8788 | 2024.10.04 16:00:24.264755 [ 200 ] {f1266625-5fbc-477b-b130-85cba0b363f2::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 50 rows starting from the beginning of the part | ||
| 8789 | 2024.10.04 16:00:24.265038 [ 200 ] {f1266625-5fbc-477b-b130-85cba0b363f2::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 32 rows starting from the beginning of the part | ||
| 8790 | 2024.10.04 16:00:24.265353 [ 200 ] {f1266625-5fbc-477b-b130-85cba0b363f2::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 60 rows starting from the beginning of the part | ||
| 8791 | 2024.10.04 16:00:24.265651 [ 200 ] {f1266625-5fbc-477b-b130-85cba0b363f2::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 82 rows starting from the beginning of the part | ||
| 8792 | 2024.10.04 16:00:24.269377 [ 201 ] {f1266625-5fbc-477b-b130-85cba0b363f2::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2722 rows, containing 4 columns (4 merged, 0 gathered) in 0.005997221 sec., 453876.88731163985 rows/sec., 29.59 MiB/sec. | ||
| 8793 | 2024.10.04 16:00:24.269792 [ 196 ] {f1266625-5fbc-477b-b130-85cba0b363f2::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 8794 | 2024.10.04 16:00:24.270483 [ 196 ] {f1266625-5fbc-477b-b130-85cba0b363f2::all_1_46_9} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8795 | 2024.10.04 16:00:24.270559 [ 196 ] {f1266625-5fbc-477b-b130-85cba0b363f2::all_1_46_9} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 8796 | 2024.10.04 16:00:24.270633 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB. | ||
| 8797 | 2024.10.04 16:00:24.280322 [ 192 ] {00490d86-ebe4-4f2c-857c-d83cd24ebd05::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 611 rows, containing 19 columns (19 merged, 0 gathered) in 0.024121503 sec., 25330.096553270334 rows/sec., 45.39 MiB/sec. | ||
| 8798 | 2024.10.04 16:00:24.281205 [ 201 ] {00490d86-ebe4-4f2c-857c-d83cd24ebd05::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 8799 | 2024.10.04 16:00:24.281843 [ 201 ] {00490d86-ebe4-4f2c-857c-d83cd24ebd05::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (00490d86-ebe4-4f2c-857c-d83cd24ebd05): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8800 | 2024.10.04 16:00:24.281938 [ 201 ] {00490d86-ebe4-4f2c-857c-d83cd24ebd05::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (00490d86-ebe4-4f2c-857c-d83cd24ebd05) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 8801 | 2024.10.04 16:00:24.282102 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.44 MiB. | ||
| 8802 | 2024.10.04 16:00:25.000199 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 159.21 MiB, peak 169.99 MiB, free memory in arenas 0.00 B, will set to 160.42 MiB (RSS), difference: 1.21 MiB | ||
| 8803 | 2024.10.04 16:00:25.612190 [ 36 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8804 | 2024.10.04 16:00:25.612247 [ 36 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8805 | 2024.10.04 16:00:26.132008 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 868 | ||
| 8806 | 2024.10.04 16:00:26.134996 [ 242 ] {} <Trace> system.query_log (8f12c5ea-7fed-46c2-8a08-f82b2fd1cd88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8807 | 2024.10.04 16:00:26.135040 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 8808 | 2024.10.04 16:00:26.136554 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 8809 | 2024.10.04 16:00:26.137562 [ 242 ] {} <Trace> system.query_log (8f12c5ea-7fed-46c2-8a08-f82b2fd1cd88): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8810 | 2024.10.04 16:00:26.137821 [ 37 ] {} <Debug> system.query_log (8f12c5ea-7fed-46c2-8a08-f82b2fd1cd88) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 8811 | 2024.10.04 16:00:26.137957 [ 37 ] {} <Trace> system.query_log (8f12c5ea-7fed-46c2-8a08-f82b2fd1cd88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8812 | 2024.10.04 16:00:26.138026 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 8813 | 2024.10.04 16:00:26.139175 [ 187 ] {8f12c5ea-7fed-46c2-8a08-f82b2fd1cd88::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 | ||
| 8814 | 2024.10.04 16:00:26.139621 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 868 | ||
| 8815 | 2024.10.04 16:00:26.140448 [ 187 ] {8f12c5ea-7fed-46c2-8a08-f82b2fd1cd88::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8816 | 2024.10.04 16:00:26.140632 [ 187 ] {8f12c5ea-7fed-46c2-8a08-f82b2fd1cd88::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 682 rows starting from the beginning of the part | ||
| 8817 | 2024.10.04 16:00:26.141259 [ 187 ] {8f12c5ea-7fed-46c2-8a08-f82b2fd1cd88::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 40 rows starting from the beginning of the part | ||
| 8818 | 2024.10.04 16:00:26.141829 [ 187 ] {8f12c5ea-7fed-46c2-8a08-f82b2fd1cd88::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 36 rows starting from the beginning of the part | ||
| 8819 | 2024.10.04 16:00:26.142403 [ 187 ] {8f12c5ea-7fed-46c2-8a08-f82b2fd1cd88::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 32 rows starting from the beginning of the part | ||
| 8820 | 2024.10.04 16:00:26.142929 [ 187 ] {8f12c5ea-7fed-46c2-8a08-f82b2fd1cd88::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 44 rows starting from the beginning of the part | ||
| 8821 | 2024.10.04 16:00:26.143433 [ 187 ] {8f12c5ea-7fed-46c2-8a08-f82b2fd1cd88::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 34 rows starting from the beginning of the part | ||
| 8822 | 2024.10.04 16:00:26.151528 [ 201 ] {8f12c5ea-7fed-46c2-8a08-f82b2fd1cd88::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 868 rows, containing 72 columns (72 merged, 0 gathered) in 0.013239671 sec., 65560.54149683932 rows/sec., 46.40 MiB/sec. | ||
| 8823 | 2024.10.04 16:00:26.152733 [ 199 ] {8f12c5ea-7fed-46c2-8a08-f82b2fd1cd88::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 8824 | 2024.10.04 16:00:26.154221 [ 199 ] {8f12c5ea-7fed-46c2-8a08-f82b2fd1cd88::all_1_21_4} <Trace> system.query_log (8f12c5ea-7fed-46c2-8a08-f82b2fd1cd88): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8825 | 2024.10.04 16:00:26.154305 [ 199 ] {8f12c5ea-7fed-46c2-8a08-f82b2fd1cd88::all_1_21_4} <Trace> system.query_log (8f12c5ea-7fed-46c2-8a08-f82b2fd1cd88) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 8826 | 2024.10.04 16:00:26.154546 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.29 MiB. | ||
| 8827 | 2024.10.04 16:00:29.214750 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 17482, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8828 | 2024.10.04 16:00:29.214878 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8829 | 2024.10.04 16:00:29.214908 [ 3 ] {} <Debug> HTTP-Session: aab9c222-4a4d-4eda-a8c9-fde324e8f034 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 8830 | 2024.10.04 16:00:29.214938 [ 3 ] {} <Debug> HTTP-Session: aab9c222-4a4d-4eda-a8c9-fde324e8f034 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8831 | 2024.10.04 16:00:29.214956 [ 3 ] {} <Debug> HTTP-Session: aab9c222-4a4d-4eda-a8c9-fde324e8f034 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8832 | 2024.10.04 16:00:29.215013 [ 3 ] {} <Trace> HTTP-Session: aab9c222-4a4d-4eda-a8c9-fde324e8f034 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8833 | 2024.10.04 16:00:29.215262 [ 3 ] {027aa372-8d08-453a-921d-c169391aed6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 8834 | 2024.10.04 16:00:29.215341 [ 3 ] {027aa372-8d08-453a-921d-c169391aed6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8835 | 2024.10.04 16:00:29.215702 [ 3 ] {027aa372-8d08-453a-921d-c169391aed6a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8836 | 2024.10.04 16:00:29.216262 [ 3 ] {027aa372-8d08-453a-921d-c169391aed6a} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8837 | 2024.10.04 16:00:29.216309 [ 3 ] {027aa372-8d08-453a-921d-c169391aed6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 8838 | 2024.10.04 16:00:29.216753 [ 3 ] {027aa372-8d08-453a-921d-c169391aed6a} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 8839 | 2024.10.04 16:00:29.217161 [ 3 ] {027aa372-8d08-453a-921d-c169391aed6a} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8840 | 2024.10.04 16:00:29.217346 [ 3 ] {027aa372-8d08-453a-921d-c169391aed6a} <Debug> executeQuery: Read 118 rows, 10.28 KiB in 0.002172 sec., 54327.80847145488 rows/sec., 4.62 MiB/sec. | ||
| 8841 | 2024.10.04 16:00:29.217575 [ 3 ] {027aa372-8d08-453a-921d-c169391aed6a} <Debug> DynamicQueryHandler: Done processing query | ||
| 8842 | 2024.10.04 16:00:29.217604 [ 3 ] {027aa372-8d08-453a-921d-c169391aed6a} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 8843 | 2024.10.04 16:00:29.217621 [ 3 ] {} <Debug> HTTP-Session: aab9c222-4a4d-4eda-a8c9-fde324e8f034 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8844 | 2024.10.04 16:00:29.217869 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 4500, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8845 | 2024.10.04 16:00:29.217928 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8846 | 2024.10.04 16:00:29.217947 [ 3 ] {} <Debug> HTTP-Session: 9333e940-baf9-48de-8da0-ecae9e3d468f Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 8847 | 2024.10.04 16:00:29.217966 [ 3 ] {} <Debug> HTTP-Session: 9333e940-baf9-48de-8da0-ecae9e3d468f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8848 | 2024.10.04 16:00:29.217980 [ 3 ] {} <Debug> HTTP-Session: 9333e940-baf9-48de-8da0-ecae9e3d468f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8849 | 2024.10.04 16:00:29.218016 [ 3 ] {} <Trace> HTTP-Session: 9333e940-baf9-48de-8da0-ecae9e3d468f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8850 | 2024.10.04 16:00:29.218136 [ 3 ] {799a93ef-0ebd-4e82-9c66-9d1c2666209a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 8851 | 2024.10.04 16:00:29.218183 [ 3 ] {799a93ef-0ebd-4e82-9c66-9d1c2666209a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8852 | 2024.10.04 16:00:29.218422 [ 3 ] {799a93ef-0ebd-4e82-9c66-9d1c2666209a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8853 | 2024.10.04 16:00:29.218805 [ 3 ] {799a93ef-0ebd-4e82-9c66-9d1c2666209a} <Trace> oximeter.fields_u16 (e9c2286f-cf98-4582-9ae4-6e9eb84e22b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8854 | 2024.10.04 16:00:29.218848 [ 3 ] {799a93ef-0ebd-4e82-9c66-9d1c2666209a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 8855 | 2024.10.04 16:00:29.219212 [ 3 ] {799a93ef-0ebd-4e82-9c66-9d1c2666209a} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 8856 | 2024.10.04 16:00:29.219578 [ 3 ] {799a93ef-0ebd-4e82-9c66-9d1c2666209a} <Trace> oximeter.fields_u16 (e9c2286f-cf98-4582-9ae4-6e9eb84e22b6): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8857 | 2024.10.04 16:00:29.219751 [ 3 ] {799a93ef-0ebd-4e82-9c66-9d1c2666209a} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.001642 sec., 18879.415347137638 rows/sec., 1.39 MiB/sec. | ||
| 8858 | 2024.10.04 16:00:29.220085 [ 3 ] {799a93ef-0ebd-4e82-9c66-9d1c2666209a} <Debug> DynamicQueryHandler: Done processing query | ||
| 8859 | 2024.10.04 16:00:29.220154 [ 3 ] {799a93ef-0ebd-4e82-9c66-9d1c2666209a} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 8860 | 2024.10.04 16:00:29.220216 [ 3 ] {} <Debug> HTTP-Session: 9333e940-baf9-48de-8da0-ecae9e3d468f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8861 | 2024.10.04 16:00:29.220450 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 16149, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8862 | 2024.10.04 16:00:29.220507 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8863 | 2024.10.04 16:00:29.220526 [ 3 ] {} <Debug> HTTP-Session: 4de5b4a6-2f8c-4a82-bb89-44eacbef73b2 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 8864 | 2024.10.04 16:00:29.220545 [ 3 ] {} <Debug> HTTP-Session: 4de5b4a6-2f8c-4a82-bb89-44eacbef73b2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8865 | 2024.10.04 16:00:29.220559 [ 3 ] {} <Debug> HTTP-Session: 4de5b4a6-2f8c-4a82-bb89-44eacbef73b2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8866 | 2024.10.04 16:00:29.220592 [ 3 ] {} <Trace> HTTP-Session: 4de5b4a6-2f8c-4a82-bb89-44eacbef73b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8867 | 2024.10.04 16:00:29.220721 [ 3 ] {4420761c-aa50-4384-a90c-7fb9e1253f36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 8868 | 2024.10.04 16:00:29.220768 [ 3 ] {4420761c-aa50-4384-a90c-7fb9e1253f36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8869 | 2024.10.04 16:00:29.221018 [ 3 ] {4420761c-aa50-4384-a90c-7fb9e1253f36} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8870 | 2024.10.04 16:00:29.221406 [ 3 ] {4420761c-aa50-4384-a90c-7fb9e1253f36} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8871 | 2024.10.04 16:00:29.221444 [ 3 ] {4420761c-aa50-4384-a90c-7fb9e1253f36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 8872 | 2024.10.04 16:00:29.221804 [ 3 ] {4420761c-aa50-4384-a90c-7fb9e1253f36} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 8873 | 2024.10.04 16:00:29.222175 [ 3 ] {4420761c-aa50-4384-a90c-7fb9e1253f36} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8874 | 2024.10.04 16:00:29.222328 [ 3 ] {4420761c-aa50-4384-a90c-7fb9e1253f36} <Debug> executeQuery: Read 95 rows, 7.60 KiB in 0.001652 sec., 57506.05326876513 rows/sec., 4.49 MiB/sec. | ||
| 8875 | 2024.10.04 16:00:29.222508 [ 3 ] {4420761c-aa50-4384-a90c-7fb9e1253f36} <Debug> DynamicQueryHandler: Done processing query | ||
| 8876 | 2024.10.04 16:00:29.222532 [ 3 ] {4420761c-aa50-4384-a90c-7fb9e1253f36} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 8877 | 2024.10.04 16:00:29.222549 [ 3 ] {} <Debug> HTTP-Session: 4de5b4a6-2f8c-4a82-bb89-44eacbef73b2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8878 | 2024.10.04 16:00:29.222742 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 30647, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8879 | 2024.10.04 16:00:29.222789 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8880 | 2024.10.04 16:00:29.222808 [ 3 ] {} <Debug> HTTP-Session: 1cbfab57-c8d8-4bd6-9a7e-44f7f9877d9b Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 8881 | 2024.10.04 16:00:29.222825 [ 3 ] {} <Debug> HTTP-Session: 1cbfab57-c8d8-4bd6-9a7e-44f7f9877d9b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8882 | 2024.10.04 16:00:29.222841 [ 3 ] {} <Debug> HTTP-Session: 1cbfab57-c8d8-4bd6-9a7e-44f7f9877d9b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8883 | 2024.10.04 16:00:29.222871 [ 3 ] {} <Trace> HTTP-Session: 1cbfab57-c8d8-4bd6-9a7e-44f7f9877d9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8884 | 2024.10.04 16:00:29.223018 [ 3 ] {4294298c-95dd-4446-83b9-2cc0504e8a6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 8885 | 2024.10.04 16:00:29.223065 [ 3 ] {4294298c-95dd-4446-83b9-2cc0504e8a6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8886 | 2024.10.04 16:00:29.223210 [ 3 ] {4294298c-95dd-4446-83b9-2cc0504e8a6a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8887 | 2024.10.04 16:00:29.223599 [ 3 ] {4294298c-95dd-4446-83b9-2cc0504e8a6a} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8888 | 2024.10.04 16:00:29.223635 [ 3 ] {4294298c-95dd-4446-83b9-2cc0504e8a6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 8889 | 2024.10.04 16:00:29.224035 [ 3 ] {4294298c-95dd-4446-83b9-2cc0504e8a6a} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 8890 | 2024.10.04 16:00:29.224380 [ 3 ] {4294298c-95dd-4446-83b9-2cc0504e8a6a} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8891 | 2024.10.04 16:00:29.224529 [ 3 ] {4294298c-95dd-4446-83b9-2cc0504e8a6a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001578 sec., 101394.16983523447 rows/sec., 7.06 MiB/sec. | ||
| 8892 | 2024.10.04 16:00:29.224701 [ 3 ] {4294298c-95dd-4446-83b9-2cc0504e8a6a} <Debug> DynamicQueryHandler: Done processing query | ||
| 8893 | 2024.10.04 16:00:29.224725 [ 3 ] {4294298c-95dd-4446-83b9-2cc0504e8a6a} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 8894 | 2024.10.04 16:00:29.224742 [ 3 ] {} <Debug> HTTP-Session: 1cbfab57-c8d8-4bd6-9a7e-44f7f9877d9b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8895 | 2024.10.04 16:00:29.224922 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 51863, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8896 | 2024.10.04 16:00:29.224970 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8897 | 2024.10.04 16:00:29.224988 [ 3 ] {} <Debug> HTTP-Session: d838adac-97fc-4b40-86bd-aa594b4de21b Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 8898 | 2024.10.04 16:00:29.225005 [ 3 ] {} <Debug> HTTP-Session: d838adac-97fc-4b40-86bd-aa594b4de21b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8899 | 2024.10.04 16:00:29.225019 [ 3 ] {} <Debug> HTTP-Session: d838adac-97fc-4b40-86bd-aa594b4de21b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8900 | 2024.10.04 16:00:29.225049 [ 3 ] {} <Trace> HTTP-Session: d838adac-97fc-4b40-86bd-aa594b4de21b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8901 | 2024.10.04 16:00:29.225353 [ 3 ] {4daf86f8-bfaa-427d-a63f-251c0cd06d8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 8902 | 2024.10.04 16:00:29.225418 [ 3 ] {4daf86f8-bfaa-427d-a63f-251c0cd06d8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8903 | 2024.10.04 16:00:29.225845 [ 3 ] {4daf86f8-bfaa-427d-a63f-251c0cd06d8f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8904 | 2024.10.04 16:00:29.226497 [ 3 ] {4daf86f8-bfaa-427d-a63f-251c0cd06d8f} <Trace> oximeter.measurements_histogramu64 (00490d86-ebe4-4f2c-857c-d83cd24ebd05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8905 | 2024.10.04 16:00:29.226537 [ 3 ] {4daf86f8-bfaa-427d-a63f-251c0cd06d8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 8906 | 2024.10.04 16:00:29.227174 [ 3 ] {4daf86f8-bfaa-427d-a63f-251c0cd06d8f} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 8907 | 2024.10.04 16:00:29.227593 [ 3 ] {4daf86f8-bfaa-427d-a63f-251c0cd06d8f} <Trace> oximeter.measurements_histogramu64 (00490d86-ebe4-4f2c-857c-d83cd24ebd05): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8908 | 2024.10.04 16:00:29.227798 [ 3 ] {4daf86f8-bfaa-427d-a63f-251c0cd06d8f} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002661 sec., 11649.755730928222 rows/sec., 20.88 MiB/sec. | ||
| 8909 | 2024.10.04 16:00:29.228018 [ 3 ] {4daf86f8-bfaa-427d-a63f-251c0cd06d8f} <Debug> DynamicQueryHandler: Done processing query | ||
| 8910 | 2024.10.04 16:00:29.228044 [ 3 ] {4daf86f8-bfaa-427d-a63f-251c0cd06d8f} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
| 8911 | 2024.10.04 16:00:29.228060 [ 3 ] {} <Debug> HTTP-Session: d838adac-97fc-4b40-86bd-aa594b4de21b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8912 | 2024.10.04 16:00:29.228210 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8913 | 2024.10.04 16:00:29.228259 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8914 | 2024.10.04 16:00:29.228279 [ 3 ] {} <Debug> HTTP-Session: c45ca846-8f86-4fe5-8e96-e7a6337a9214 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 8915 | 2024.10.04 16:00:29.228295 [ 3 ] {} <Debug> HTTP-Session: c45ca846-8f86-4fe5-8e96-e7a6337a9214 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8916 | 2024.10.04 16:00:29.228309 [ 3 ] {} <Debug> HTTP-Session: c45ca846-8f86-4fe5-8e96-e7a6337a9214 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8917 | 2024.10.04 16:00:29.228340 [ 3 ] {} <Trace> HTTP-Session: c45ca846-8f86-4fe5-8e96-e7a6337a9214 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8918 | 2024.10.04 16:00:29.228458 [ 3 ] {fb958c11-712e-40dc-8989-b264720682cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 8919 | 2024.10.04 16:00:29.228503 [ 3 ] {fb958c11-712e-40dc-8989-b264720682cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8920 | 2024.10.04 16:00:29.228630 [ 3 ] {fb958c11-712e-40dc-8989-b264720682cf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8921 | 2024.10.04 16:00:29.228938 [ 3 ] {fb958c11-712e-40dc-8989-b264720682cf} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8922 | 2024.10.04 16:00:29.228974 [ 3 ] {fb958c11-712e-40dc-8989-b264720682cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 8923 | 2024.10.04 16:00:29.229332 [ 3 ] {fb958c11-712e-40dc-8989-b264720682cf} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 8924 | 2024.10.04 16:00:29.229658 [ 3 ] {fb958c11-712e-40dc-8989-b264720682cf} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8925 | 2024.10.04 16:00:29.229830 [ 3 ] {fb958c11-712e-40dc-8989-b264720682cf} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001407 sec., 42643.923240938166 rows/sec., 2.87 MiB/sec. | ||
| 8926 | 2024.10.04 16:00:29.230109 [ 3 ] {fb958c11-712e-40dc-8989-b264720682cf} <Debug> DynamicQueryHandler: Done processing query | ||
| 8927 | 2024.10.04 16:00:29.230167 [ 3 ] {fb958c11-712e-40dc-8989-b264720682cf} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 8928 | 2024.10.04 16:00:29.230225 [ 3 ] {} <Debug> HTTP-Session: c45ca846-8f86-4fe5-8e96-e7a6337a9214 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8929 | 2024.10.04 16:00:30.057185 [ 33 ] {} <Debug> oximeter.fields_ipaddr (b5a61649-f8d2-4d83-9d9d-bb23c07f582c) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 8930 | 2024.10.04 16:00:30.057251 [ 33 ] {} <Trace> oximeter.fields_ipaddr (b5a61649-f8d2-4d83-9d9d-bb23c07f582c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8931 | 2024.10.04 16:00:30.057273 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 8932 | 2024.10.04 16:00:30.057475 [ 193 ] {b5a61649-f8d2-4d83-9d9d-bb23c07f582c::all_1_13_3} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_9_2 to all_13_13_0 into Compact with storage Full | ||
| 8933 | 2024.10.04 16:00:30.057669 [ 193 ] {b5a61649-f8d2-4d83-9d9d-bb23c07f582c::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8934 | 2024.10.04 16:00:30.057707 [ 193 ] {b5a61649-f8d2-4d83-9d9d-bb23c07f582c::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 18 rows starting from the beginning of the part | ||
| 8935 | 2024.10.04 16:00:30.057788 [ 193 ] {b5a61649-f8d2-4d83-9d9d-bb23c07f582c::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 2 rows starting from the beginning of the part | ||
| 8936 | 2024.10.04 16:00:30.058009 [ 193 ] {b5a61649-f8d2-4d83-9d9d-bb23c07f582c::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 4 rows starting from the beginning of the part | ||
| 8937 | 2024.10.04 16:00:30.058236 [ 193 ] {b5a61649-f8d2-4d83-9d9d-bb23c07f582c::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 6 rows starting from the beginning of the part | ||
| 8938 | 2024.10.04 16:00:30.058389 [ 193 ] {b5a61649-f8d2-4d83-9d9d-bb23c07f582c::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 6 rows starting from the beginning of the part | ||
| 8939 | 2024.10.04 16:00:30.059502 [ 201 ] {b5a61649-f8d2-4d83-9d9d-bb23c07f582c::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.002164214 sec., 16634.214546250972 rows/sec., 1.39 MiB/sec. | ||
| 8940 | 2024.10.04 16:00:30.059623 [ 201 ] {b5a61649-f8d2-4d83-9d9d-bb23c07f582c::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 8941 | 2024.10.04 16:00:30.060045 [ 201 ] {b5a61649-f8d2-4d83-9d9d-bb23c07f582c::all_1_13_3} <Trace> oximeter.fields_ipaddr (b5a61649-f8d2-4d83-9d9d-bb23c07f582c): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8942 | 2024.10.04 16:00:30.060127 [ 201 ] {b5a61649-f8d2-4d83-9d9d-bb23c07f582c::all_1_13_3} <Trace> oximeter.fields_ipaddr (b5a61649-f8d2-4d83-9d9d-bb23c07f582c) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 8943 | 2024.10.04 16:00:30.060208 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 8944 | 2024.10.04 16:00:34.218456 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 32420, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8945 | 2024.10.04 16:00:34.218660 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8946 | 2024.10.04 16:00:34.218716 [ 3 ] {} <Debug> HTTP-Session: 0f95dd98-30de-4e42-b9df-167bab8c24d2 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 8947 | 2024.10.04 16:00:34.218765 [ 3 ] {} <Debug> HTTP-Session: 0f95dd98-30de-4e42-b9df-167bab8c24d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8948 | 2024.10.04 16:00:34.218795 [ 3 ] {} <Debug> HTTP-Session: 0f95dd98-30de-4e42-b9df-167bab8c24d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8949 | 2024.10.04 16:00:34.218880 [ 3 ] {} <Trace> HTTP-Session: 0f95dd98-30de-4e42-b9df-167bab8c24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8950 | 2024.10.04 16:00:34.219265 [ 3 ] {d5608ae1-e120-4d41-975c-8e02557f3615} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 8951 | 2024.10.04 16:00:34.219379 [ 3 ] {d5608ae1-e120-4d41-975c-8e02557f3615} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8952 | 2024.10.04 16:00:34.219840 [ 3 ] {d5608ae1-e120-4d41-975c-8e02557f3615} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8953 | 2024.10.04 16:00:34.220471 [ 3 ] {d5608ae1-e120-4d41-975c-8e02557f3615} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8954 | 2024.10.04 16:00:34.220510 [ 3 ] {d5608ae1-e120-4d41-975c-8e02557f3615} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 8955 | 2024.10.04 16:00:34.220969 [ 3 ] {d5608ae1-e120-4d41-975c-8e02557f3615} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 8956 | 2024.10.04 16:00:34.221365 [ 3 ] {d5608ae1-e120-4d41-975c-8e02557f3615} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8957 | 2024.10.04 16:00:34.221516 [ 3 ] {d5608ae1-e120-4d41-975c-8e02557f3615} <Debug> executeQuery: Read 215 rows, 19.32 KiB in 0.002431 sec., 88440.97079391197 rows/sec., 7.76 MiB/sec. | ||
| 8958 | 2024.10.04 16:00:34.221749 [ 3 ] {d5608ae1-e120-4d41-975c-8e02557f3615} <Debug> DynamicQueryHandler: Done processing query | ||
| 8959 | 2024.10.04 16:00:34.221778 [ 3 ] {d5608ae1-e120-4d41-975c-8e02557f3615} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 8960 | 2024.10.04 16:00:34.221795 [ 3 ] {} <Debug> HTTP-Session: 0f95dd98-30de-4e42-b9df-167bab8c24d2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8961 | 2024.10.04 16:00:34.222009 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 1914, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8962 | 2024.10.04 16:00:34.222066 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8963 | 2024.10.04 16:00:34.222087 [ 3 ] {} <Debug> HTTP-Session: 3e0ecfc3-f2a7-432b-8dad-5f4d01738821 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 8964 | 2024.10.04 16:00:34.222106 [ 3 ] {} <Debug> HTTP-Session: 3e0ecfc3-f2a7-432b-8dad-5f4d01738821 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8965 | 2024.10.04 16:00:34.222120 [ 3 ] {} <Debug> HTTP-Session: 3e0ecfc3-f2a7-432b-8dad-5f4d01738821 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8966 | 2024.10.04 16:00:34.222156 [ 3 ] {} <Trace> HTTP-Session: 3e0ecfc3-f2a7-432b-8dad-5f4d01738821 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8967 | 2024.10.04 16:00:34.222265 [ 3 ] {80d74ceb-9fd8-4b63-922b-d0652cb63b1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 8968 | 2024.10.04 16:00:34.222312 [ 3 ] {80d74ceb-9fd8-4b63-922b-d0652cb63b1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8969 | 2024.10.04 16:00:34.222553 [ 3 ] {80d74ceb-9fd8-4b63-922b-d0652cb63b1b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8970 | 2024.10.04 16:00:34.222922 [ 3 ] {80d74ceb-9fd8-4b63-922b-d0652cb63b1b} <Trace> oximeter.fields_u16 (e9c2286f-cf98-4582-9ae4-6e9eb84e22b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8971 | 2024.10.04 16:00:34.222959 [ 3 ] {80d74ceb-9fd8-4b63-922b-d0652cb63b1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 8972 | 2024.10.04 16:00:34.223311 [ 3 ] {80d74ceb-9fd8-4b63-922b-d0652cb63b1b} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 8973 | 2024.10.04 16:00:34.223686 [ 3 ] {80d74ceb-9fd8-4b63-922b-d0652cb63b1b} <Trace> oximeter.fields_u16 (e9c2286f-cf98-4582-9ae4-6e9eb84e22b6): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8974 | 2024.10.04 16:00:34.223816 [ 28 ] {} <Debug> oximeter.fields_u16 (e9c2286f-cf98-4582-9ae4-6e9eb84e22b6) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 8975 | 2024.10.04 16:00:34.223821 [ 3 ] {80d74ceb-9fd8-4b63-922b-d0652cb63b1b} <Debug> executeQuery: Read 13 rows, 1001.00 B in 0.001588 sec., 8186.39798488665 rows/sec., 615.58 KiB/sec. | ||
| 8976 | 2024.10.04 16:00:34.223861 [ 28 ] {} <Trace> oximeter.fields_u16 (e9c2286f-cf98-4582-9ae4-6e9eb84e22b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8977 | 2024.10.04 16:00:34.223908 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 8978 | 2024.10.04 16:00:34.224125 [ 3 ] {80d74ceb-9fd8-4b63-922b-d0652cb63b1b} <Debug> DynamicQueryHandler: Done processing query | ||
| 8979 | 2024.10.04 16:00:34.224212 [ 193 ] {e9c2286f-cf98-4582-9ae4-6e9eb84e22b6::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 | ||
| 8980 | 2024.10.04 16:00:34.224210 [ 3 ] {80d74ceb-9fd8-4b63-922b-d0652cb63b1b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 8981 | 2024.10.04 16:00:34.224355 [ 3 ] {} <Debug> HTTP-Session: 3e0ecfc3-f2a7-432b-8dad-5f4d01738821 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8982 | 2024.10.04 16:00:34.224569 [ 193 ] {e9c2286f-cf98-4582-9ae4-6e9eb84e22b6::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8983 | 2024.10.04 16:00:34.224588 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 1933, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8984 | 2024.10.04 16:00:34.224646 [ 193 ] {e9c2286f-cf98-4582-9ae4-6e9eb84e22b6::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 62 rows starting from the beginning of the part | ||
| 8985 | 2024.10.04 16:00:34.224681 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8986 | 2024.10.04 16:00:34.224731 [ 3 ] {} <Debug> HTTP-Session: 1bbcc7ed-3882-4f40-881a-358eede4d2c4 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 8987 | 2024.10.04 16:00:34.224806 [ 3 ] {} <Debug> HTTP-Session: 1bbcc7ed-3882-4f40-881a-358eede4d2c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8988 | 2024.10.04 16:00:34.224873 [ 3 ] {} <Debug> HTTP-Session: 1bbcc7ed-3882-4f40-881a-358eede4d2c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8989 | 2024.10.04 16:00:34.224947 [ 193 ] {e9c2286f-cf98-4582-9ae4-6e9eb84e22b6::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 19 rows starting from the beginning of the part | ||
| 8990 | 2024.10.04 16:00:34.224992 [ 3 ] {} <Trace> HTTP-Session: 1bbcc7ed-3882-4f40-881a-358eede4d2c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8991 | 2024.10.04 16:00:34.225267 [ 193 ] {e9c2286f-cf98-4582-9ae4-6e9eb84e22b6::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 37 rows starting from the beginning of the part | ||
| 8992 | 2024.10.04 16:00:34.225303 [ 3 ] {9f1e6841-082e-47de-9e7f-a1d46012bc67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 8993 | 2024.10.04 16:00:34.225464 [ 3 ] {9f1e6841-082e-47de-9e7f-a1d46012bc67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8994 | 2024.10.04 16:00:34.225637 [ 193 ] {e9c2286f-cf98-4582-9ae4-6e9eb84e22b6::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 13 rows starting from the beginning of the part | ||
| 8995 | 2024.10.04 16:00:34.225999 [ 193 ] {e9c2286f-cf98-4582-9ae4-6e9eb84e22b6::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 31 rows starting from the beginning of the part | ||
| 8996 | 2024.10.04 16:00:34.226244 [ 193 ] {e9c2286f-cf98-4582-9ae4-6e9eb84e22b6::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 13 rows starting from the beginning of the part | ||
| 8997 | 2024.10.04 16:00:34.227134 [ 3 ] {9f1e6841-082e-47de-9e7f-a1d46012bc67} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8998 | 2024.10.04 16:00:34.228004 [ 3 ] {9f1e6841-082e-47de-9e7f-a1d46012bc67} <Trace> oximeter.fields_u32 (d636b635-d679-4839-bb6a-f39822d1a48c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8999 | 2024.10.04 16:00:34.228081 [ 3 ] {9f1e6841-082e-47de-9e7f-a1d46012bc67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 9000 | 2024.10.04 16:00:34.229143 [ 3 ] {9f1e6841-082e-47de-9e7f-a1d46012bc67} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 9001 | 2024.10.04 16:00:34.229352 [ 201 ] {e9c2286f-cf98-4582-9ae4-6e9eb84e22b6::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 175 rows, containing 5 columns (5 merged, 0 gathered) in 0.005347304 sec., 32726.772220169267 rows/sec., 2.50 MiB/sec. | ||
| 9002 | 2024.10.04 16:00:34.229694 [ 201 ] {e9c2286f-cf98-4582-9ae4-6e9eb84e22b6::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 9003 | 2024.10.04 16:00:34.229975 [ 3 ] {9f1e6841-082e-47de-9e7f-a1d46012bc67} <Trace> oximeter.fields_u32 (d636b635-d679-4839-bb6a-f39822d1a48c): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9004 | 2024.10.04 16:00:34.230359 [ 28 ] {} <Debug> oximeter.fields_u32 (d636b635-d679-4839-bb6a-f39822d1a48c) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 | ||
| 9005 | 2024.10.04 16:00:34.230465 [ 28 ] {} <Trace> oximeter.fields_u32 (d636b635-d679-4839-bb6a-f39822d1a48c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9006 | 2024.10.04 16:00:34.230498 [ 3 ] {9f1e6841-082e-47de-9e7f-a1d46012bc67} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005291 sec., 2646.002646002646 rows/sec., 185.31 KiB/sec. | ||
| 9007 | 2024.10.04 16:00:34.230543 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 9008 | 2024.10.04 16:00:34.231008 [ 190 ] {d636b635-d679-4839-bb6a-f39822d1a48c::all_1_20_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_15_3 to all_20_20_0 into Compact with storage Full | ||
| 9009 | 2024.10.04 16:00:34.231122 [ 193 ] {e9c2286f-cf98-4582-9ae4-6e9eb84e22b6::all_1_36_7} <Trace> oximeter.fields_u16 (e9c2286f-cf98-4582-9ae4-6e9eb84e22b6): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9010 | 2024.10.04 16:00:34.231286 [ 3 ] {9f1e6841-082e-47de-9e7f-a1d46012bc67} <Debug> DynamicQueryHandler: Done processing query | ||
| 9011 | 2024.10.04 16:00:34.231372 [ 3 ] {9f1e6841-082e-47de-9e7f-a1d46012bc67} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 9012 | 2024.10.04 16:00:34.231416 [ 193 ] {e9c2286f-cf98-4582-9ae4-6e9eb84e22b6::all_1_36_7} <Trace> oximeter.fields_u16 (e9c2286f-cf98-4582-9ae4-6e9eb84e22b6) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 9013 | 2024.10.04 16:00:34.231460 [ 3 ] {} <Debug> HTTP-Session: 1bbcc7ed-3882-4f40-881a-358eede4d2c4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9014 | 2024.10.04 16:00:34.231613 [ 190 ] {d636b635-d679-4839-bb6a-f39822d1a48c::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9015 | 2024.10.04 16:00:34.231646 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 9016 | 2024.10.04 16:00:34.231720 [ 190 ] {d636b635-d679-4839-bb6a-f39822d1a48c::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 242 rows starting from the beginning of the part | ||
| 9017 | 2024.10.04 16:00:34.231739 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9018 | 2024.10.04 16:00:34.231893 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9019 | 2024.10.04 16:00:34.231964 [ 190 ] {d636b635-d679-4839-bb6a-f39822d1a48c::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 14 rows starting from the beginning of the part | ||
| 9020 | 2024.10.04 16:00:34.231998 [ 3 ] {} <Debug> HTTP-Session: 3429dd7d-92e8-49f2-903a-37c19b30e8bb Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 9021 | 2024.10.04 16:00:34.232071 [ 3 ] {} <Debug> HTTP-Session: 3429dd7d-92e8-49f2-903a-37c19b30e8bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9022 | 2024.10.04 16:00:34.232156 [ 3 ] {} <Debug> HTTP-Session: 3429dd7d-92e8-49f2-903a-37c19b30e8bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9023 | 2024.10.04 16:00:34.232271 [ 190 ] {d636b635-d679-4839-bb6a-f39822d1a48c::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 14 rows starting from the beginning of the part | ||
| 9024 | 2024.10.04 16:00:34.232333 [ 3 ] {} <Trace> HTTP-Session: 3429dd7d-92e8-49f2-903a-37c19b30e8bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9025 | 2024.10.04 16:00:34.232595 [ 190 ] {d636b635-d679-4839-bb6a-f39822d1a48c::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 242 rows starting from the beginning of the part | ||
| 9026 | 2024.10.04 16:00:34.232939 [ 190 ] {d636b635-d679-4839-bb6a-f39822d1a48c::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 14 rows starting from the beginning of the part | ||
| 9027 | 2024.10.04 16:00:34.232996 [ 3 ] {ba9e3b7b-56a3-492b-836b-967bb424cc7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 9028 | 2024.10.04 16:00:34.233198 [ 190 ] {d636b635-d679-4839-bb6a-f39822d1a48c::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 14 rows starting from the beginning of the part | ||
| 9029 | 2024.10.04 16:00:34.233207 [ 3 ] {ba9e3b7b-56a3-492b-836b-967bb424cc7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9030 | 2024.10.04 16:00:34.234346 [ 3 ] {ba9e3b7b-56a3-492b-836b-967bb424cc7d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9031 | 2024.10.04 16:00:34.235327 [ 3 ] {ba9e3b7b-56a3-492b-836b-967bb424cc7d} <Trace> oximeter.fields_u8 (b38c7fc2-16b2-4da0-8e0e-60bfa18d3929): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9032 | 2024.10.04 16:00:34.235395 [ 3 ] {ba9e3b7b-56a3-492b-836b-967bb424cc7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 9033 | 2024.10.04 16:00:34.236430 [ 3 ] {ba9e3b7b-56a3-492b-836b-967bb424cc7d} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 9034 | 2024.10.04 16:00:34.236625 [ 190 ] {d636b635-d679-4839-bb6a-f39822d1a48c::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 540 rows, containing 5 columns (5 merged, 0 gathered) in 0.005923798 sec., 91157.73360266504 rows/sec., 6.19 MiB/sec. | ||
| 9035 | 2024.10.04 16:00:34.236945 [ 190 ] {d636b635-d679-4839-bb6a-f39822d1a48c::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) | ||
| 9036 | 2024.10.04 16:00:34.237284 [ 3 ] {ba9e3b7b-56a3-492b-836b-967bb424cc7d} <Trace> oximeter.fields_u8 (b38c7fc2-16b2-4da0-8e0e-60bfa18d3929): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9037 | 2024.10.04 16:00:34.237759 [ 3 ] {ba9e3b7b-56a3-492b-836b-967bb424cc7d} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.005032 sec., 1192.368839427663 rows/sec., 70.45 KiB/sec. | ||
| 9038 | 2024.10.04 16:00:34.238108 [ 190 ] {d636b635-d679-4839-bb6a-f39822d1a48c::all_1_20_4} <Trace> oximeter.fields_u32 (d636b635-d679-4839-bb6a-f39822d1a48c): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9039 | 2024.10.04 16:00:34.238124 [ 3 ] {ba9e3b7b-56a3-492b-836b-967bb424cc7d} <Debug> DynamicQueryHandler: Done processing query | ||
| 9040 | 2024.10.04 16:00:34.238178 [ 3 ] {ba9e3b7b-56a3-492b-836b-967bb424cc7d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 9041 | 2024.10.04 16:00:34.238224 [ 3 ] {} <Debug> HTTP-Session: 3429dd7d-92e8-49f2-903a-37c19b30e8bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9042 | 2024.10.04 16:00:34.238295 [ 190 ] {d636b635-d679-4839-bb6a-f39822d1a48c::all_1_20_4} <Trace> oximeter.fields_u32 (d636b635-d679-4839-bb6a-f39822d1a48c) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 | ||
| 9043 | 2024.10.04 16:00:34.238392 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 9044 | 2024.10.04 16:00:34.238487 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 64034, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9045 | 2024.10.04 16:00:34.238545 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9046 | 2024.10.04 16:00:34.238565 [ 3 ] {} <Debug> HTTP-Session: e5c6b6b1-6f99-44d5-b7a9-6a7bf69723eb Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 9047 | 2024.10.04 16:00:34.238582 [ 3 ] {} <Debug> HTTP-Session: e5c6b6b1-6f99-44d5-b7a9-6a7bf69723eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9048 | 2024.10.04 16:00:34.238596 [ 3 ] {} <Debug> HTTP-Session: e5c6b6b1-6f99-44d5-b7a9-6a7bf69723eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9049 | 2024.10.04 16:00:34.238629 [ 3 ] {} <Trace> HTTP-Session: e5c6b6b1-6f99-44d5-b7a9-6a7bf69723eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9050 | 2024.10.04 16:00:34.238855 [ 3 ] {4aa25a10-92a4-4c59-a590-e987d0b7a150} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 9051 | 2024.10.04 16:00:34.238903 [ 3 ] {4aa25a10-92a4-4c59-a590-e987d0b7a150} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9052 | 2024.10.04 16:00:34.239155 [ 3 ] {4aa25a10-92a4-4c59-a590-e987d0b7a150} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9053 | 2024.10.04 16:00:34.239736 [ 3 ] {4aa25a10-92a4-4c59-a590-e987d0b7a150} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9054 | 2024.10.04 16:00:34.239773 [ 3 ] {4aa25a10-92a4-4c59-a590-e987d0b7a150} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 9055 | 2024.10.04 16:00:34.240147 [ 3 ] {4aa25a10-92a4-4c59-a590-e987d0b7a150} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 9056 | 2024.10.04 16:00:34.240510 [ 3 ] {4aa25a10-92a4-4c59-a590-e987d0b7a150} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9057 | 2024.10.04 16:00:34.240639 [ 3 ] {4aa25a10-92a4-4c59-a590-e987d0b7a150} <Debug> executeQuery: Read 395 rows, 28.72 KiB in 0.001906 sec., 207240.29380902415 rows/sec., 14.72 MiB/sec. | ||
| 9058 | 2024.10.04 16:00:34.240814 [ 3 ] {4aa25a10-92a4-4c59-a590-e987d0b7a150} <Debug> DynamicQueryHandler: Done processing query | ||
| 9059 | 2024.10.04 16:00:34.240839 [ 3 ] {4aa25a10-92a4-4c59-a590-e987d0b7a150} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
| 9060 | 2024.10.04 16:00:34.240855 [ 3 ] {} <Debug> HTTP-Session: e5c6b6b1-6f99-44d5-b7a9-6a7bf69723eb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9061 | 2024.10.04 16:00:34.241081 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 906, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9062 | 2024.10.04 16:00:34.241130 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9063 | 2024.10.04 16:00:34.241151 [ 3 ] {} <Debug> HTTP-Session: 7488086d-cc82-4664-bf67-f72c34907803 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 9064 | 2024.10.04 16:00:34.241167 [ 3 ] {} <Debug> HTTP-Session: 7488086d-cc82-4664-bf67-f72c34907803 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9065 | 2024.10.04 16:00:34.241181 [ 3 ] {} <Debug> HTTP-Session: 7488086d-cc82-4664-bf67-f72c34907803 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9066 | 2024.10.04 16:00:34.241212 [ 3 ] {} <Trace> HTTP-Session: 7488086d-cc82-4664-bf67-f72c34907803 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9067 | 2024.10.04 16:00:34.241307 [ 3 ] {76f53835-927e-4436-a697-1fb1fe712865} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 9068 | 2024.10.04 16:00:34.241354 [ 3 ] {76f53835-927e-4436-a697-1fb1fe712865} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9069 | 2024.10.04 16:00:34.241483 [ 3 ] {76f53835-927e-4436-a697-1fb1fe712865} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9070 | 2024.10.04 16:00:34.241760 [ 3 ] {76f53835-927e-4436-a697-1fb1fe712865} <Trace> oximeter.measurements_bool (07631250-7a70-49e6-a733-c0ce298d5d2f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9071 | 2024.10.04 16:00:34.241795 [ 3 ] {76f53835-927e-4436-a697-1fb1fe712865} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 9072 | 2024.10.04 16:00:34.242214 [ 3 ] {76f53835-927e-4436-a697-1fb1fe712865} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 9073 | 2024.10.04 16:00:34.242546 [ 3 ] {76f53835-927e-4436-a697-1fb1fe712865} <Trace> oximeter.measurements_bool (07631250-7a70-49e6-a733-c0ce298d5d2f): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9074 | 2024.10.04 16:00:34.242668 [ 28 ] {} <Debug> oximeter.measurements_bool (07631250-7a70-49e6-a733-c0ce298d5d2f) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 | ||
| 9075 | 2024.10.04 16:00:34.242675 [ 3 ] {76f53835-927e-4436-a697-1fb1fe712865} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001391 sec., 4313.443565780014 rows/sec., 225.36 KiB/sec. | ||
| 9076 | 2024.10.04 16:00:34.242698 [ 28 ] {} <Trace> oximeter.measurements_bool (07631250-7a70-49e6-a733-c0ce298d5d2f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9077 | 2024.10.04 16:00:34.242732 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 9078 | 2024.10.04 16:00:34.243058 [ 3 ] {76f53835-927e-4436-a697-1fb1fe712865} <Debug> DynamicQueryHandler: Done processing query | ||
| 9079 | 2024.10.04 16:00:34.243082 [ 188 ] {07631250-7a70-49e6-a733-c0ce298d5d2f::all_1_20_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_15_3 to all_20_20_0 into Compact with storage Full | ||
| 9080 | 2024.10.04 16:00:34.243126 [ 3 ] {76f53835-927e-4436-a697-1fb1fe712865} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 9081 | 2024.10.04 16:00:34.243208 [ 3 ] {} <Debug> HTTP-Session: 7488086d-cc82-4664-bf67-f72c34907803 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9082 | 2024.10.04 16:00:34.243535 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 44668, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9083 | 2024.10.04 16:00:34.243554 [ 188 ] {07631250-7a70-49e6-a733-c0ce298d5d2f::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9084 | 2024.10.04 16:00:34.243594 [ 188 ] {07631250-7a70-49e6-a733-c0ce298d5d2f::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 90 rows starting from the beginning of the part | ||
| 9085 | 2024.10.04 16:00:34.243602 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9086 | 2024.10.04 16:00:34.243630 [ 3 ] {} <Debug> HTTP-Session: e419e8ab-abe8-4823-83de-f60f28847c84 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 9087 | 2024.10.04 16:00:34.243662 [ 3 ] {} <Debug> HTTP-Session: e419e8ab-abe8-4823-83de-f60f28847c84 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9088 | 2024.10.04 16:00:34.243734 [ 3 ] {} <Debug> HTTP-Session: e419e8ab-abe8-4823-83de-f60f28847c84 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9089 | 2024.10.04 16:00:34.243763 [ 188 ] {07631250-7a70-49e6-a733-c0ce298d5d2f::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 6 rows starting from the beginning of the part | ||
| 9090 | 2024.10.04 16:00:34.243851 [ 3 ] {} <Trace> HTTP-Session: e419e8ab-abe8-4823-83de-f60f28847c84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9091 | 2024.10.04 16:00:34.244122 [ 188 ] {07631250-7a70-49e6-a733-c0ce298d5d2f::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 6 rows starting from the beginning of the part | ||
| 9092 | 2024.10.04 16:00:34.244396 [ 3 ] {5362420e-ec84-4c25-b638-be39fd105078} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 9093 | 2024.10.04 16:00:34.244411 [ 188 ] {07631250-7a70-49e6-a733-c0ce298d5d2f::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 6 rows starting from the beginning of the part | ||
| 9094 | 2024.10.04 16:00:34.244485 [ 3 ] {5362420e-ec84-4c25-b638-be39fd105078} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9095 | 2024.10.04 16:00:34.244577 [ 188 ] {07631250-7a70-49e6-a733-c0ce298d5d2f::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 6 rows starting from the beginning of the part | ||
| 9096 | 2024.10.04 16:00:34.244804 [ 188 ] {07631250-7a70-49e6-a733-c0ce298d5d2f::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 6 rows starting from the beginning of the part | ||
| 9097 | 2024.10.04 16:00:34.245368 [ 3 ] {5362420e-ec84-4c25-b638-be39fd105078} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9098 | 2024.10.04 16:00:34.246000 [ 3 ] {5362420e-ec84-4c25-b638-be39fd105078} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9099 | 2024.10.04 16:00:34.246045 [ 3 ] {5362420e-ec84-4c25-b638-be39fd105078} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 9100 | 2024.10.04 16:00:34.246487 [ 198 ] {07631250-7a70-49e6-a733-c0ce298d5d2f::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 4 columns (4 merged, 0 gathered) in 0.003643521 sec., 32935.174519372886 rows/sec., 1.68 MiB/sec. | ||
| 9101 | 2024.10.04 16:00:34.246721 [ 3 ] {5362420e-ec84-4c25-b638-be39fd105078} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 9102 | 2024.10.04 16:00:34.246772 [ 198 ] {07631250-7a70-49e6-a733-c0ce298d5d2f::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) | ||
| 9103 | 2024.10.04 16:00:34.247613 [ 3 ] {5362420e-ec84-4c25-b638-be39fd105078} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9104 | 2024.10.04 16:00:34.247982 [ 3 ] {5362420e-ec84-4c25-b638-be39fd105078} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.003833 sec., 61831.46360553092 rows/sec., 4.14 MiB/sec. | ||
| 9105 | 2024.10.04 16:00:34.248202 [ 198 ] {07631250-7a70-49e6-a733-c0ce298d5d2f::all_1_20_4} <Trace> oximeter.measurements_bool (07631250-7a70-49e6-a733-c0ce298d5d2f): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9106 | 2024.10.04 16:00:34.248350 [ 3 ] {5362420e-ec84-4c25-b638-be39fd105078} <Debug> DynamicQueryHandler: Done processing query | ||
| 9107 | 2024.10.04 16:00:34.248350 [ 198 ] {07631250-7a70-49e6-a733-c0ce298d5d2f::all_1_20_4} <Trace> oximeter.measurements_bool (07631250-7a70-49e6-a733-c0ce298d5d2f) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 | ||
| 9108 | 2024.10.04 16:00:34.248395 [ 3 ] {5362420e-ec84-4c25-b638-be39fd105078} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 9109 | 2024.10.04 16:00:34.248430 [ 3 ] {} <Debug> HTTP-Session: e419e8ab-abe8-4823-83de-f60f28847c84 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9110 | 2024.10.04 16:00:34.248555 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 9111 | 2024.10.04 16:00:34.248677 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9112 | 2024.10.04 16:00:34.248734 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9113 | 2024.10.04 16:00:34.248754 [ 3 ] {} <Debug> HTTP-Session: 3da81be7-434c-4d6f-8b59-7be94b5c8596 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 9114 | 2024.10.04 16:00:34.248771 [ 3 ] {} <Debug> HTTP-Session: 3da81be7-434c-4d6f-8b59-7be94b5c8596 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9115 | 2024.10.04 16:00:34.248785 [ 3 ] {} <Debug> HTTP-Session: 3da81be7-434c-4d6f-8b59-7be94b5c8596 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9116 | 2024.10.04 16:00:34.248818 [ 3 ] {} <Trace> HTTP-Session: 3da81be7-434c-4d6f-8b59-7be94b5c8596 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9117 | 2024.10.04 16:00:34.248918 [ 3 ] {f48a4cec-82a1-4c26-9dd6-1861d66ea873} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 9118 | 2024.10.04 16:00:34.248966 [ 3 ] {f48a4cec-82a1-4c26-9dd6-1861d66ea873} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9119 | 2024.10.04 16:00:34.249117 [ 3 ] {f48a4cec-82a1-4c26-9dd6-1861d66ea873} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9120 | 2024.10.04 16:00:34.249384 [ 3 ] {f48a4cec-82a1-4c26-9dd6-1861d66ea873} <Trace> oximeter.measurements_f64 (87d8cd82-19cb-42e6-8b47-b078fc436c38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9121 | 2024.10.04 16:00:34.249419 [ 3 ] {f48a4cec-82a1-4c26-9dd6-1861d66ea873} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 9122 | 2024.10.04 16:00:34.249770 [ 3 ] {f48a4cec-82a1-4c26-9dd6-1861d66ea873} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 9123 | 2024.10.04 16:00:34.250104 [ 3 ] {f48a4cec-82a1-4c26-9dd6-1861d66ea873} <Trace> oximeter.measurements_f64 (87d8cd82-19cb-42e6-8b47-b078fc436c38): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9124 | 2024.10.04 16:00:34.250231 [ 3 ] {f48a4cec-82a1-4c26-9dd6-1861d66ea873} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001338 sec., 747.3841554559043 rows/sec., 50.36 KiB/sec. | ||
| 9125 | 2024.10.04 16:00:34.250396 [ 3 ] {f48a4cec-82a1-4c26-9dd6-1861d66ea873} <Debug> DynamicQueryHandler: Done processing query | ||
| 9126 | 2024.10.04 16:00:34.250421 [ 3 ] {f48a4cec-82a1-4c26-9dd6-1861d66ea873} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 9127 | 2024.10.04 16:00:34.250437 [ 3 ] {} <Debug> HTTP-Session: 3da81be7-434c-4d6f-8b59-7be94b5c8596 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9128 | 2024.10.04 16:00:34.250569 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 21508, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9129 | 2024.10.04 16:00:34.250617 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9130 | 2024.10.04 16:00:34.250636 [ 3 ] {} <Debug> HTTP-Session: cde3bf09-6216-4819-8d25-40518e9ed783 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 9131 | 2024.10.04 16:00:34.250652 [ 3 ] {} <Debug> HTTP-Session: cde3bf09-6216-4819-8d25-40518e9ed783 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9132 | 2024.10.04 16:00:34.250666 [ 3 ] {} <Debug> HTTP-Session: cde3bf09-6216-4819-8d25-40518e9ed783 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9133 | 2024.10.04 16:00:34.250696 [ 3 ] {} <Trace> HTTP-Session: cde3bf09-6216-4819-8d25-40518e9ed783 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9134 | 2024.10.04 16:00:34.250912 [ 3 ] {9de5d3bf-c103-483c-a7dd-5df3df5671a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 9135 | 2024.10.04 16:00:34.250977 [ 3 ] {9de5d3bf-c103-483c-a7dd-5df3df5671a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9136 | 2024.10.04 16:00:34.251382 [ 3 ] {9de5d3bf-c103-483c-a7dd-5df3df5671a9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9137 | 2024.10.04 16:00:34.251873 [ 3 ] {9de5d3bf-c103-483c-a7dd-5df3df5671a9} <Trace> oximeter.measurements_histogramu64 (00490d86-ebe4-4f2c-857c-d83cd24ebd05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9138 | 2024.10.04 16:00:34.251909 [ 3 ] {9de5d3bf-c103-483c-a7dd-5df3df5671a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 9139 | 2024.10.04 16:00:34.252508 [ 3 ] {9de5d3bf-c103-483c-a7dd-5df3df5671a9} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 9140 | 2024.10.04 16:00:34.252922 [ 3 ] {9de5d3bf-c103-483c-a7dd-5df3df5671a9} <Trace> oximeter.measurements_histogramu64 (00490d86-ebe4-4f2c-857c-d83cd24ebd05): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9141 | 2024.10.04 16:00:34.253073 [ 3 ] {9de5d3bf-c103-483c-a7dd-5df3df5671a9} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002301 sec., 5649.717514124293 rows/sec., 10.12 MiB/sec. | ||
| 9142 | 2024.10.04 16:00:34.253273 [ 3 ] {9de5d3bf-c103-483c-a7dd-5df3df5671a9} <Debug> DynamicQueryHandler: Done processing query | ||
| 9143 | 2024.10.04 16:00:34.253298 [ 3 ] {9de5d3bf-c103-483c-a7dd-5df3df5671a9} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
| 9144 | 2024.10.04 16:00:34.253314 [ 3 ] {} <Debug> HTTP-Session: cde3bf09-6216-4819-8d25-40518e9ed783 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9145 | 2024.10.04 16:00:34.253456 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 12156, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9146 | 2024.10.04 16:00:34.253504 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9147 | 2024.10.04 16:00:34.253524 [ 3 ] {} <Debug> HTTP-Session: 455419a8-768b-4fb7-a03e-eb840523a4d1 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 9148 | 2024.10.04 16:00:34.253540 [ 3 ] {} <Debug> HTTP-Session: 455419a8-768b-4fb7-a03e-eb840523a4d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9149 | 2024.10.04 16:00:34.253554 [ 3 ] {} <Debug> HTTP-Session: 455419a8-768b-4fb7-a03e-eb840523a4d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9150 | 2024.10.04 16:00:34.253585 [ 3 ] {} <Trace> HTTP-Session: 455419a8-768b-4fb7-a03e-eb840523a4d1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9151 | 2024.10.04 16:00:34.253716 [ 3 ] {e9980381-66c1-4f6c-91f7-5c99d05abce3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 9152 | 2024.10.04 16:00:34.253761 [ 3 ] {e9980381-66c1-4f6c-91f7-5c99d05abce3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9153 | 2024.10.04 16:00:34.253888 [ 3 ] {e9980381-66c1-4f6c-91f7-5c99d05abce3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9154 | 2024.10.04 16:00:34.254185 [ 3 ] {e9980381-66c1-4f6c-91f7-5c99d05abce3} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9155 | 2024.10.04 16:00:34.254220 [ 3 ] {e9980381-66c1-4f6c-91f7-5c99d05abce3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 9156 | 2024.10.04 16:00:34.254584 [ 3 ] {e9980381-66c1-4f6c-91f7-5c99d05abce3} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 9157 | 2024.10.04 16:00:34.254914 [ 3 ] {e9980381-66c1-4f6c-91f7-5c99d05abce3} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9158 | 2024.10.04 16:00:34.255039 [ 3 ] {e9980381-66c1-4f6c-91f7-5c99d05abce3} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001378 sec., 59506.53120464441 rows/sec., 3.78 MiB/sec. | ||
| 9159 | 2024.10.04 16:00:34.255202 [ 3 ] {e9980381-66c1-4f6c-91f7-5c99d05abce3} <Debug> DynamicQueryHandler: Done processing query | ||
| 9160 | 2024.10.04 16:00:34.255228 [ 3 ] {e9980381-66c1-4f6c-91f7-5c99d05abce3} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 9161 | 2024.10.04 16:00:34.255243 [ 3 ] {} <Debug> HTTP-Session: 455419a8-768b-4fb7-a03e-eb840523a4d1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9162 | 2024.10.04 16:00:36.140768 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 900 | ||
| 9163 | 2024.10.04 16:00:36.143542 [ 242 ] {} <Trace> system.query_log (8f12c5ea-7fed-46c2-8a08-f82b2fd1cd88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9164 | 2024.10.04 16:00:36.143587 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 9165 | 2024.10.04 16:00:36.145134 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 9166 | 2024.10.04 16:00:36.146141 [ 242 ] {} <Trace> system.query_log (8f12c5ea-7fed-46c2-8a08-f82b2fd1cd88): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9167 | 2024.10.04 16:00:36.146648 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 900 | ||
| 9168 | 2024.10.04 16:00:39.214445 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 17482, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9169 | 2024.10.04 16:00:39.214571 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9170 | 2024.10.04 16:00:39.214603 [ 3 ] {} <Debug> HTTP-Session: 38753550-7702-4337-87d2-adb23e08061d Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 9171 | 2024.10.04 16:00:39.214631 [ 3 ] {} <Debug> HTTP-Session: 38753550-7702-4337-87d2-adb23e08061d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9172 | 2024.10.04 16:00:39.214649 [ 3 ] {} <Debug> HTTP-Session: 38753550-7702-4337-87d2-adb23e08061d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9173 | 2024.10.04 16:00:39.214707 [ 3 ] {} <Trace> HTTP-Session: 38753550-7702-4337-87d2-adb23e08061d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9174 | 2024.10.04 16:00:39.214930 [ 3 ] {fb931a51-fcf9-4ab9-8ed9-a3185adb2f8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 9175 | 2024.10.04 16:00:39.215002 [ 3 ] {fb931a51-fcf9-4ab9-8ed9-a3185adb2f8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9176 | 2024.10.04 16:00:39.215353 [ 3 ] {fb931a51-fcf9-4ab9-8ed9-a3185adb2f8f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9177 | 2024.10.04 16:00:39.215880 [ 3 ] {fb931a51-fcf9-4ab9-8ed9-a3185adb2f8f} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9178 | 2024.10.04 16:00:39.215925 [ 3 ] {fb931a51-fcf9-4ab9-8ed9-a3185adb2f8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 9179 | 2024.10.04 16:00:39.216373 [ 3 ] {fb931a51-fcf9-4ab9-8ed9-a3185adb2f8f} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 9180 | 2024.10.04 16:00:39.216775 [ 3 ] {fb931a51-fcf9-4ab9-8ed9-a3185adb2f8f} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9181 | 2024.10.04 16:00:39.216966 [ 3 ] {fb931a51-fcf9-4ab9-8ed9-a3185adb2f8f} <Debug> executeQuery: Read 118 rows, 10.28 KiB in 0.002116 sec., 55765.595463138 rows/sec., 4.74 MiB/sec. | ||
| 9182 | 2024.10.04 16:00:39.217184 [ 3 ] {fb931a51-fcf9-4ab9-8ed9-a3185adb2f8f} <Debug> DynamicQueryHandler: Done processing query | ||
| 9183 | 2024.10.04 16:00:39.217213 [ 3 ] {fb931a51-fcf9-4ab9-8ed9-a3185adb2f8f} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 9184 | 2024.10.04 16:00:39.217230 [ 3 ] {} <Debug> HTTP-Session: 38753550-7702-4337-87d2-adb23e08061d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9185 | 2024.10.04 16:00:39.217385 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 4500, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9186 | 2024.10.04 16:00:39.217438 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9187 | 2024.10.04 16:00:39.217459 [ 3 ] {} <Debug> HTTP-Session: d30dedcb-679a-421f-8147-88525165c394 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 9188 | 2024.10.04 16:00:39.217478 [ 3 ] {} <Debug> HTTP-Session: d30dedcb-679a-421f-8147-88525165c394 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9189 | 2024.10.04 16:00:39.217492 [ 3 ] {} <Debug> HTTP-Session: d30dedcb-679a-421f-8147-88525165c394 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9190 | 2024.10.04 16:00:39.217528 [ 3 ] {} <Trace> HTTP-Session: d30dedcb-679a-421f-8147-88525165c394 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9191 | 2024.10.04 16:00:39.217655 [ 3 ] {03d3fdf8-fdd2-4e4a-b4ec-5641820e3c29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 9192 | 2024.10.04 16:00:39.217703 [ 3 ] {03d3fdf8-fdd2-4e4a-b4ec-5641820e3c29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9193 | 2024.10.04 16:00:39.217940 [ 3 ] {03d3fdf8-fdd2-4e4a-b4ec-5641820e3c29} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9194 | 2024.10.04 16:00:39.218283 [ 3 ] {03d3fdf8-fdd2-4e4a-b4ec-5641820e3c29} <Trace> oximeter.fields_u16 (e9c2286f-cf98-4582-9ae4-6e9eb84e22b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9195 | 2024.10.04 16:00:39.218322 [ 3 ] {03d3fdf8-fdd2-4e4a-b4ec-5641820e3c29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 9196 | 2024.10.04 16:00:39.218688 [ 3 ] {03d3fdf8-fdd2-4e4a-b4ec-5641820e3c29} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 9197 | 2024.10.04 16:00:39.219062 [ 3 ] {03d3fdf8-fdd2-4e4a-b4ec-5641820e3c29} <Trace> oximeter.fields_u16 (e9c2286f-cf98-4582-9ae4-6e9eb84e22b6): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9198 | 2024.10.04 16:00:39.219218 [ 3 ] {03d3fdf8-fdd2-4e4a-b4ec-5641820e3c29} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.001594 sec., 19447.92973651192 rows/sec., 1.43 MiB/sec. | ||
| 9199 | 2024.10.04 16:00:39.219406 [ 3 ] {03d3fdf8-fdd2-4e4a-b4ec-5641820e3c29} <Debug> DynamicQueryHandler: Done processing query | ||
| 9200 | 2024.10.04 16:00:39.219432 [ 3 ] {03d3fdf8-fdd2-4e4a-b4ec-5641820e3c29} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 9201 | 2024.10.04 16:00:39.219448 [ 3 ] {} <Debug> HTTP-Session: d30dedcb-679a-421f-8147-88525165c394 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9202 | 2024.10.04 16:00:39.219588 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 16149, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9203 | 2024.10.04 16:00:39.219637 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9204 | 2024.10.04 16:00:39.219657 [ 3 ] {} <Debug> HTTP-Session: eb9fd00e-997e-4b71-990f-1b42ffdb4335 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 9205 | 2024.10.04 16:00:39.219674 [ 3 ] {} <Debug> HTTP-Session: eb9fd00e-997e-4b71-990f-1b42ffdb4335 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9206 | 2024.10.04 16:00:39.219688 [ 3 ] {} <Debug> HTTP-Session: eb9fd00e-997e-4b71-990f-1b42ffdb4335 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9207 | 2024.10.04 16:00:39.219720 [ 3 ] {} <Trace> HTTP-Session: eb9fd00e-997e-4b71-990f-1b42ffdb4335 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9208 | 2024.10.04 16:00:39.219845 [ 3 ] {182b6a7a-97ff-48c0-8195-470c6b59e856} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 9209 | 2024.10.04 16:00:39.219890 [ 3 ] {182b6a7a-97ff-48c0-8195-470c6b59e856} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9210 | 2024.10.04 16:00:39.220118 [ 3 ] {182b6a7a-97ff-48c0-8195-470c6b59e856} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9211 | 2024.10.04 16:00:39.220486 [ 3 ] {182b6a7a-97ff-48c0-8195-470c6b59e856} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9212 | 2024.10.04 16:00:39.220524 [ 3 ] {182b6a7a-97ff-48c0-8195-470c6b59e856} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 9213 | 2024.10.04 16:00:39.220884 [ 3 ] {182b6a7a-97ff-48c0-8195-470c6b59e856} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 9214 | 2024.10.04 16:00:39.221253 [ 3 ] {182b6a7a-97ff-48c0-8195-470c6b59e856} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9215 | 2024.10.04 16:00:39.221410 [ 3 ] {182b6a7a-97ff-48c0-8195-470c6b59e856} <Debug> executeQuery: Read 95 rows, 7.60 KiB in 0.001605 sec., 59190.03115264797 rows/sec., 4.62 MiB/sec. | ||
| 9216 | 2024.10.04 16:00:39.221581 [ 3 ] {182b6a7a-97ff-48c0-8195-470c6b59e856} <Debug> DynamicQueryHandler: Done processing query | ||
| 9217 | 2024.10.04 16:00:39.221607 [ 3 ] {182b6a7a-97ff-48c0-8195-470c6b59e856} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 9218 | 2024.10.04 16:00:39.221623 [ 3 ] {} <Debug> HTTP-Session: eb9fd00e-997e-4b71-990f-1b42ffdb4335 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9219 | 2024.10.04 16:00:39.221836 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 30647, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9220 | 2024.10.04 16:00:39.221885 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9221 | 2024.10.04 16:00:39.221906 [ 3 ] {} <Debug> HTTP-Session: 39ea4e50-7cbc-4755-9bc5-1cb3488fd91c Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 9222 | 2024.10.04 16:00:39.221923 [ 3 ] {} <Debug> HTTP-Session: 39ea4e50-7cbc-4755-9bc5-1cb3488fd91c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9223 | 2024.10.04 16:00:39.221937 [ 3 ] {} <Debug> HTTP-Session: 39ea4e50-7cbc-4755-9bc5-1cb3488fd91c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9224 | 2024.10.04 16:00:39.221970 [ 3 ] {} <Trace> HTTP-Session: 39ea4e50-7cbc-4755-9bc5-1cb3488fd91c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9225 | 2024.10.04 16:00:39.222122 [ 3 ] {4de4a073-5ff2-438a-9102-a5523ee50139} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 9226 | 2024.10.04 16:00:39.222170 [ 3 ] {4de4a073-5ff2-438a-9102-a5523ee50139} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9227 | 2024.10.04 16:00:39.222316 [ 3 ] {4de4a073-5ff2-438a-9102-a5523ee50139} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9228 | 2024.10.04 16:00:39.222699 [ 3 ] {4de4a073-5ff2-438a-9102-a5523ee50139} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9229 | 2024.10.04 16:00:39.222737 [ 3 ] {4de4a073-5ff2-438a-9102-a5523ee50139} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 9230 | 2024.10.04 16:00:39.223137 [ 3 ] {4de4a073-5ff2-438a-9102-a5523ee50139} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 9231 | 2024.10.04 16:00:39.223494 [ 3 ] {4de4a073-5ff2-438a-9102-a5523ee50139} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9232 | 2024.10.04 16:00:39.223664 [ 3 ] {4de4a073-5ff2-438a-9102-a5523ee50139} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001598 sec., 100125.15644555695 rows/sec., 6.97 MiB/sec. | ||
| 9233 | 2024.10.04 16:00:39.223848 [ 3 ] {4de4a073-5ff2-438a-9102-a5523ee50139} <Debug> DynamicQueryHandler: Done processing query | ||
| 9234 | 2024.10.04 16:00:39.223873 [ 3 ] {4de4a073-5ff2-438a-9102-a5523ee50139} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 9235 | 2024.10.04 16:00:39.223889 [ 3 ] {} <Debug> HTTP-Session: 39ea4e50-7cbc-4755-9bc5-1cb3488fd91c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9236 | 2024.10.04 16:00:39.224054 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 51873, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9237 | 2024.10.04 16:00:39.224104 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9238 | 2024.10.04 16:00:39.224124 [ 3 ] {} <Debug> HTTP-Session: 01de64e3-0b17-4c00-96d5-c171c2352ff9 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 9239 | 2024.10.04 16:00:39.224140 [ 3 ] {} <Debug> HTTP-Session: 01de64e3-0b17-4c00-96d5-c171c2352ff9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9240 | 2024.10.04 16:00:39.224154 [ 3 ] {} <Debug> HTTP-Session: 01de64e3-0b17-4c00-96d5-c171c2352ff9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9241 | 2024.10.04 16:00:39.224186 [ 3 ] {} <Trace> HTTP-Session: 01de64e3-0b17-4c00-96d5-c171c2352ff9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9242 | 2024.10.04 16:00:39.224501 [ 3 ] {8cb71402-9602-412c-b611-bde5a9fa76c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 9243 | 2024.10.04 16:00:39.224568 [ 3 ] {8cb71402-9602-412c-b611-bde5a9fa76c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9244 | 2024.10.04 16:00:39.225000 [ 3 ] {8cb71402-9602-412c-b611-bde5a9fa76c7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9245 | 2024.10.04 16:00:39.225735 [ 3 ] {8cb71402-9602-412c-b611-bde5a9fa76c7} <Trace> oximeter.measurements_histogramu64 (00490d86-ebe4-4f2c-857c-d83cd24ebd05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9246 | 2024.10.04 16:00:39.225772 [ 3 ] {8cb71402-9602-412c-b611-bde5a9fa76c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 9247 | 2024.10.04 16:00:39.226423 [ 3 ] {8cb71402-9602-412c-b611-bde5a9fa76c7} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 9248 | 2024.10.04 16:00:39.226847 [ 3 ] {8cb71402-9602-412c-b611-bde5a9fa76c7} <Trace> oximeter.measurements_histogramu64 (00490d86-ebe4-4f2c-857c-d83cd24ebd05): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9249 | 2024.10.04 16:00:39.227041 [ 3 ] {8cb71402-9602-412c-b611-bde5a9fa76c7} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002769 sec., 11195.377392560491 rows/sec., 20.06 MiB/sec. | ||
| 9250 | 2024.10.04 16:00:39.227278 [ 3 ] {8cb71402-9602-412c-b611-bde5a9fa76c7} <Debug> DynamicQueryHandler: Done processing query | ||
| 9251 | 2024.10.04 16:00:39.227303 [ 3 ] {8cb71402-9602-412c-b611-bde5a9fa76c7} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
| 9252 | 2024.10.04 16:00:39.227319 [ 3 ] {} <Debug> HTTP-Session: 01de64e3-0b17-4c00-96d5-c171c2352ff9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9253 | 2024.10.04 16:00:39.227453 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9254 | 2024.10.04 16:00:39.227503 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9255 | 2024.10.04 16:00:39.227523 [ 3 ] {} <Debug> HTTP-Session: 0cbd8456-3327-47a8-9b65-b8343992e2db Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 9256 | 2024.10.04 16:00:39.227539 [ 3 ] {} <Debug> HTTP-Session: 0cbd8456-3327-47a8-9b65-b8343992e2db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9257 | 2024.10.04 16:00:39.227553 [ 3 ] {} <Debug> HTTP-Session: 0cbd8456-3327-47a8-9b65-b8343992e2db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9258 | 2024.10.04 16:00:39.227585 [ 3 ] {} <Trace> HTTP-Session: 0cbd8456-3327-47a8-9b65-b8343992e2db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9259 | 2024.10.04 16:00:39.227706 [ 3 ] {ace23608-ca60-4bc7-9508-aae59ac45b5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 9260 | 2024.10.04 16:00:39.227752 [ 3 ] {ace23608-ca60-4bc7-9508-aae59ac45b5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9261 | 2024.10.04 16:00:39.227879 [ 3 ] {ace23608-ca60-4bc7-9508-aae59ac45b5f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9262 | 2024.10.04 16:00:39.228165 [ 3 ] {ace23608-ca60-4bc7-9508-aae59ac45b5f} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9263 | 2024.10.04 16:00:39.228201 [ 3 ] {ace23608-ca60-4bc7-9508-aae59ac45b5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 9264 | 2024.10.04 16:00:39.228564 [ 3 ] {ace23608-ca60-4bc7-9508-aae59ac45b5f} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 9265 | 2024.10.04 16:00:39.228889 [ 3 ] {ace23608-ca60-4bc7-9508-aae59ac45b5f} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9266 | 2024.10.04 16:00:39.229048 [ 3 ] {ace23608-ca60-4bc7-9508-aae59ac45b5f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001377 sec., 43572.98474945534 rows/sec., 2.94 MiB/sec. | ||
| 9267 | 2024.10.04 16:00:39.229301 [ 3 ] {ace23608-ca60-4bc7-9508-aae59ac45b5f} <Debug> DynamicQueryHandler: Done processing query | ||
| 9268 | 2024.10.04 16:00:39.229362 [ 3 ] {ace23608-ca60-4bc7-9508-aae59ac45b5f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 9269 | 2024.10.04 16:00:39.229419 [ 3 ] {} <Debug> HTTP-Session: 0cbd8456-3327-47a8-9b65-b8343992e2db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9270 | 2024.10.04 16:00:40.612481 [ 93 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 9271 | 2024.10.04 16:00:40.612534 [ 93 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 9272 | 2024.10.04 16:00:41.535507 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 197384, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9273 | 2024.10.04 16:00:41.535642 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9274 | 2024.10.04 16:00:41.535672 [ 3 ] {} <Debug> HTTP-Session: 2aad7cde-1972-48bd-bc35-fc3540aea8d5 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 9275 | 2024.10.04 16:00:41.535701 [ 3 ] {} <Debug> HTTP-Session: 2aad7cde-1972-48bd-bc35-fc3540aea8d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9276 | 2024.10.04 16:00:41.535718 [ 3 ] {} <Debug> HTTP-Session: 2aad7cde-1972-48bd-bc35-fc3540aea8d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9277 | 2024.10.04 16:00:41.535775 [ 3 ] {} <Trace> HTTP-Session: 2aad7cde-1972-48bd-bc35-fc3540aea8d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9278 | 2024.10.04 16:00:41.536358 [ 3 ] {90e0b6b3-2e1f-471e-a96b-a824411f144e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 9279 | 2024.10.04 16:00:41.536433 [ 3 ] {90e0b6b3-2e1f-471e-a96b-a824411f144e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9280 | 2024.10.04 16:00:41.536782 [ 3 ] {90e0b6b3-2e1f-471e-a96b-a824411f144e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9281 | 2024.10.04 16:00:41.538225 [ 3 ] {90e0b6b3-2e1f-471e-a96b-a824411f144e} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9282 | 2024.10.04 16:00:41.538270 [ 3 ] {90e0b6b3-2e1f-471e-a96b-a824411f144e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 9283 | 2024.10.04 16:00:41.538808 [ 3 ] {90e0b6b3-2e1f-471e-a96b-a824411f144e} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 9284 | 2024.10.04 16:00:41.539207 [ 3 ] {90e0b6b3-2e1f-471e-a96b-a824411f144e} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9285 | 2024.10.04 16:00:41.539392 [ 3 ] {90e0b6b3-2e1f-471e-a96b-a824411f144e} <Debug> executeQuery: Read 1355 rows, 115.44 KiB in 0.003394 sec., 399233.9422510312 rows/sec., 33.21 MiB/sec. | ||
| 9286 | 2024.10.04 16:00:41.539628 [ 3 ] {90e0b6b3-2e1f-471e-a96b-a824411f144e} <Debug> DynamicQueryHandler: Done processing query | ||
| 9287 | 2024.10.04 16:00:41.539657 [ 3 ] {90e0b6b3-2e1f-471e-a96b-a824411f144e} <Debug> MemoryTracker: Peak memory usage (for query): 5.00 MiB. | ||
| 9288 | 2024.10.04 16:00:41.539674 [ 3 ] {} <Debug> HTTP-Session: 2aad7cde-1972-48bd-bc35-fc3540aea8d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9289 | 2024.10.04 16:00:41.539904 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 1914, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9290 | 2024.10.04 16:00:41.539960 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9291 | 2024.10.04 16:00:41.539981 [ 3 ] {} <Debug> HTTP-Session: 1e040459-7c79-427b-8c58-2d62c523a004 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 9292 | 2024.10.04 16:00:41.539998 [ 3 ] {} <Debug> HTTP-Session: 1e040459-7c79-427b-8c58-2d62c523a004 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9293 | 2024.10.04 16:00:41.540013 [ 3 ] {} <Debug> HTTP-Session: 1e040459-7c79-427b-8c58-2d62c523a004 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9294 | 2024.10.04 16:00:41.540049 [ 3 ] {} <Trace> HTTP-Session: 1e040459-7c79-427b-8c58-2d62c523a004 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9295 | 2024.10.04 16:00:41.540161 [ 3 ] {42352219-c605-4906-8ccb-a36b1c1c6707} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 9296 | 2024.10.04 16:00:41.540209 [ 3 ] {42352219-c605-4906-8ccb-a36b1c1c6707} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9297 | 2024.10.04 16:00:41.540447 [ 3 ] {42352219-c605-4906-8ccb-a36b1c1c6707} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9298 | 2024.10.04 16:00:41.540781 [ 3 ] {42352219-c605-4906-8ccb-a36b1c1c6707} <Trace> oximeter.fields_u16 (e9c2286f-cf98-4582-9ae4-6e9eb84e22b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9299 | 2024.10.04 16:00:41.540818 [ 3 ] {42352219-c605-4906-8ccb-a36b1c1c6707} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 9300 | 2024.10.04 16:00:41.541171 [ 3 ] {42352219-c605-4906-8ccb-a36b1c1c6707} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 9301 | 2024.10.04 16:00:41.541537 [ 3 ] {42352219-c605-4906-8ccb-a36b1c1c6707} <Trace> oximeter.fields_u16 (e9c2286f-cf98-4582-9ae4-6e9eb84e22b6): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9302 | 2024.10.04 16:00:41.541705 [ 3 ] {42352219-c605-4906-8ccb-a36b1c1c6707} <Debug> executeQuery: Read 13 rows, 1001.00 B in 0.001575 sec., 8253.968253968254 rows/sec., 620.66 KiB/sec. | ||
| 9303 | 2024.10.04 16:00:41.541880 [ 3 ] {42352219-c605-4906-8ccb-a36b1c1c6707} <Debug> DynamicQueryHandler: Done processing query | ||
| 9304 | 2024.10.04 16:00:41.541906 [ 3 ] {42352219-c605-4906-8ccb-a36b1c1c6707} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 9305 | 2024.10.04 16:00:41.541922 [ 3 ] {} <Debug> HTTP-Session: 1e040459-7c79-427b-8c58-2d62c523a004 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9306 | 2024.10.04 16:00:41.542111 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 32341, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9307 | 2024.10.04 16:00:41.542160 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9308 | 2024.10.04 16:00:41.542179 [ 3 ] {} <Debug> HTTP-Session: c1926d70-757d-46f8-9fbd-818d6f82ce71 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 9309 | 2024.10.04 16:00:41.542195 [ 3 ] {} <Debug> HTTP-Session: c1926d70-757d-46f8-9fbd-818d6f82ce71 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9310 | 2024.10.04 16:00:41.542209 [ 3 ] {} <Debug> HTTP-Session: c1926d70-757d-46f8-9fbd-818d6f82ce71 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9311 | 2024.10.04 16:00:41.542240 [ 3 ] {} <Trace> HTTP-Session: c1926d70-757d-46f8-9fbd-818d6f82ce71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9312 | 2024.10.04 16:00:41.542396 [ 3 ] {8c3db5b1-909f-4bfe-b224-55209515f273} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 9313 | 2024.10.04 16:00:41.542440 [ 3 ] {8c3db5b1-909f-4bfe-b224-55209515f273} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9314 | 2024.10.04 16:00:41.542660 [ 3 ] {8c3db5b1-909f-4bfe-b224-55209515f273} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9315 | 2024.10.04 16:00:41.543108 [ 3 ] {8c3db5b1-909f-4bfe-b224-55209515f273} <Trace> oximeter.fields_u32 (d636b635-d679-4839-bb6a-f39822d1a48c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9316 | 2024.10.04 16:00:41.543144 [ 3 ] {8c3db5b1-909f-4bfe-b224-55209515f273} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 9317 | 2024.10.04 16:00:41.543506 [ 3 ] {8c3db5b1-909f-4bfe-b224-55209515f273} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 9318 | 2024.10.04 16:00:41.543860 [ 3 ] {8c3db5b1-909f-4bfe-b224-55209515f273} <Trace> oximeter.fields_u32 (d636b635-d679-4839-bb6a-f39822d1a48c): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9319 | 2024.10.04 16:00:41.544017 [ 3 ] {8c3db5b1-909f-4bfe-b224-55209515f273} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.00169 sec., 143195.26627218933 rows/sec., 9.70 MiB/sec. | ||
| 9320 | 2024.10.04 16:00:41.544242 [ 3 ] {8c3db5b1-909f-4bfe-b224-55209515f273} <Debug> DynamicQueryHandler: Done processing query | ||
| 9321 | 2024.10.04 16:00:41.544268 [ 3 ] {8c3db5b1-909f-4bfe-b224-55209515f273} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 9322 | 2024.10.04 16:00:41.544284 [ 3 ] {} <Debug> HTTP-Session: c1926d70-757d-46f8-9fbd-818d6f82ce71 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9323 | 2024.10.04 16:00:41.544424 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9324 | 2024.10.04 16:00:41.544473 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9325 | 2024.10.04 16:00:41.544492 [ 3 ] {} <Debug> HTTP-Session: 583b0b16-c9eb-45d3-906f-30e478f68f88 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 9326 | 2024.10.04 16:00:41.544508 [ 3 ] {} <Debug> HTTP-Session: 583b0b16-c9eb-45d3-906f-30e478f68f88 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9327 | 2024.10.04 16:00:41.544522 [ 3 ] {} <Debug> HTTP-Session: 583b0b16-c9eb-45d3-906f-30e478f68f88 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9328 | 2024.10.04 16:00:41.544553 [ 3 ] {} <Trace> HTTP-Session: 583b0b16-c9eb-45d3-906f-30e478f68f88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9329 | 2024.10.04 16:00:41.544655 [ 3 ] {50e23964-1710-40c2-9878-40fc52f10eb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 9330 | 2024.10.04 16:00:41.544698 [ 3 ] {50e23964-1710-40c2-9878-40fc52f10eb9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9331 | 2024.10.04 16:00:41.544927 [ 3 ] {50e23964-1710-40c2-9878-40fc52f10eb9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9332 | 2024.10.04 16:00:41.545225 [ 3 ] {50e23964-1710-40c2-9878-40fc52f10eb9} <Trace> oximeter.fields_u8 (b38c7fc2-16b2-4da0-8e0e-60bfa18d3929): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9333 | 2024.10.04 16:00:41.545261 [ 3 ] {50e23964-1710-40c2-9878-40fc52f10eb9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 9334 | 2024.10.04 16:00:41.545606 [ 3 ] {50e23964-1710-40c2-9878-40fc52f10eb9} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 9335 | 2024.10.04 16:00:41.545959 [ 3 ] {50e23964-1710-40c2-9878-40fc52f10eb9} <Trace> oximeter.fields_u8 (b38c7fc2-16b2-4da0-8e0e-60bfa18d3929): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9336 | 2024.10.04 16:00:41.546116 [ 3 ] {50e23964-1710-40c2-9878-40fc52f10eb9} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001473 sec., 4073.319755600815 rows/sec., 240.66 KiB/sec. | ||
| 9337 | 2024.10.04 16:00:41.546120 [ 110 ] {} <Debug> oximeter.fields_u8 (b38c7fc2-16b2-4da0-8e0e-60bfa18d3929) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 9338 | 2024.10.04 16:00:41.546228 [ 110 ] {} <Trace> oximeter.fields_u8 (b38c7fc2-16b2-4da0-8e0e-60bfa18d3929): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9339 | 2024.10.04 16:00:41.546273 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 9340 | 2024.10.04 16:00:41.546371 [ 3 ] {50e23964-1710-40c2-9878-40fc52f10eb9} <Debug> DynamicQueryHandler: Done processing query | ||
| 9341 | 2024.10.04 16:00:41.546428 [ 3 ] {50e23964-1710-40c2-9878-40fc52f10eb9} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 9342 | 2024.10.04 16:00:41.546456 [ 3 ] {} <Debug> HTTP-Session: 583b0b16-c9eb-45d3-906f-30e478f68f88 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9343 | 2024.10.04 16:00:41.546467 [ 186 ] {b38c7fc2-16b2-4da0-8e0e-60bfa18d3929::all_1_21_5} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_17_4 to all_21_21_0 into Compact with storage Full | ||
| 9344 | 2024.10.04 16:00:41.546655 [ 186 ] {b38c7fc2-16b2-4da0-8e0e-60bfa18d3929::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9345 | 2024.10.04 16:00:41.546706 [ 186 ] {b38c7fc2-16b2-4da0-8e0e-60bfa18d3929::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 6 rows starting from the beginning of the part | ||
| 9346 | 2024.10.04 16:00:41.546813 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 138986, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9347 | 2024.10.04 16:00:41.546931 [ 186 ] {b38c7fc2-16b2-4da0-8e0e-60bfa18d3929::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 6 rows starting from the beginning of the part | ||
| 9348 | 2024.10.04 16:00:41.547020 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9349 | 2024.10.04 16:00:41.547126 [ 3 ] {} <Debug> HTTP-Session: eb918c56-3b3c-4c55-92dd-461cf0d359ac Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 9350 | 2024.10.04 16:00:41.547203 [ 3 ] {} <Debug> HTTP-Session: eb918c56-3b3c-4c55-92dd-461cf0d359ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9351 | 2024.10.04 16:00:41.547279 [ 3 ] {} <Debug> HTTP-Session: eb918c56-3b3c-4c55-92dd-461cf0d359ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9352 | 2024.10.04 16:00:41.547294 [ 186 ] {b38c7fc2-16b2-4da0-8e0e-60bfa18d3929::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 6 rows starting from the beginning of the part | ||
| 9353 | 2024.10.04 16:00:41.547389 [ 3 ] {} <Trace> HTTP-Session: eb918c56-3b3c-4c55-92dd-461cf0d359ac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9354 | 2024.10.04 16:00:41.547533 [ 186 ] {b38c7fc2-16b2-4da0-8e0e-60bfa18d3929::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 6 rows starting from the beginning of the part | ||
| 9355 | 2024.10.04 16:00:41.547763 [ 186 ] {b38c7fc2-16b2-4da0-8e0e-60bfa18d3929::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 6 rows starting from the beginning of the part | ||
| 9356 | 2024.10.04 16:00:41.548046 [ 3 ] {a8c2c7cf-db6f-47ed-bdc0-16d1a3f12617} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 9357 | 2024.10.04 16:00:41.548207 [ 3 ] {a8c2c7cf-db6f-47ed-bdc0-16d1a3f12617} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9358 | 2024.10.04 16:00:41.549018 [ 3 ] {a8c2c7cf-db6f-47ed-bdc0-16d1a3f12617} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9359 | 2024.10.04 16:00:41.549857 [ 188 ] {b38c7fc2-16b2-4da0-8e0e-60bfa18d3929::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.003513188 sec., 8539.252667377892 rows/sec., 542.04 KiB/sec. | ||
| 9360 | 2024.10.04 16:00:41.550059 [ 188 ] {b38c7fc2-16b2-4da0-8e0e-60bfa18d3929::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 9361 | 2024.10.04 16:00:41.550255 [ 3 ] {a8c2c7cf-db6f-47ed-bdc0-16d1a3f12617} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9362 | 2024.10.04 16:00:41.550305 [ 3 ] {a8c2c7cf-db6f-47ed-bdc0-16d1a3f12617} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 9363 | 2024.10.04 16:00:41.550770 [ 188 ] {b38c7fc2-16b2-4da0-8e0e-60bfa18d3929::all_1_21_5} <Trace> oximeter.fields_u8 (b38c7fc2-16b2-4da0-8e0e-60bfa18d3929): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9364 | 2024.10.04 16:00:41.550867 [ 188 ] {b38c7fc2-16b2-4da0-8e0e-60bfa18d3929::all_1_21_5} <Trace> oximeter.fields_u8 (b38c7fc2-16b2-4da0-8e0e-60bfa18d3929) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 9365 | 2024.10.04 16:00:41.550882 [ 3 ] {a8c2c7cf-db6f-47ed-bdc0-16d1a3f12617} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 9366 | 2024.10.04 16:00:41.550970 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 9367 | 2024.10.04 16:00:41.551270 [ 3 ] {a8c2c7cf-db6f-47ed-bdc0-16d1a3f12617} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9368 | 2024.10.04 16:00:41.551446 [ 3 ] {a8c2c7cf-db6f-47ed-bdc0-16d1a3f12617} <Debug> executeQuery: Read 851 rows, 63.01 KiB in 0.003808 sec., 223476.8907563025 rows/sec., 16.16 MiB/sec. | ||
| 9369 | 2024.10.04 16:00:41.551803 [ 3 ] {a8c2c7cf-db6f-47ed-bdc0-16d1a3f12617} <Debug> DynamicQueryHandler: Done processing query | ||
| 9370 | 2024.10.04 16:00:41.551855 [ 3 ] {a8c2c7cf-db6f-47ed-bdc0-16d1a3f12617} <Debug> MemoryTracker: Peak memory usage (for query): 4.74 MiB. | ||
| 9371 | 2024.10.04 16:00:41.551893 [ 3 ] {} <Debug> HTTP-Session: eb918c56-3b3c-4c55-92dd-461cf0d359ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9372 | 2024.10.04 16:00:41.552068 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 906, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9373 | 2024.10.04 16:00:41.552118 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9374 | 2024.10.04 16:00:41.552138 [ 3 ] {} <Debug> HTTP-Session: 7cc56035-aaf2-449a-beb5-02552821b656 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 9375 | 2024.10.04 16:00:41.552155 [ 3 ] {} <Debug> HTTP-Session: 7cc56035-aaf2-449a-beb5-02552821b656 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9376 | 2024.10.04 16:00:41.552169 [ 3 ] {} <Debug> HTTP-Session: 7cc56035-aaf2-449a-beb5-02552821b656 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9377 | 2024.10.04 16:00:41.552200 [ 3 ] {} <Trace> HTTP-Session: 7cc56035-aaf2-449a-beb5-02552821b656 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9378 | 2024.10.04 16:00:41.552302 [ 3 ] {00ff8a79-2ef5-4597-a987-ae236d91a372} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 9379 | 2024.10.04 16:00:41.552348 [ 3 ] {00ff8a79-2ef5-4597-a987-ae236d91a372} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9380 | 2024.10.04 16:00:41.552495 [ 3 ] {00ff8a79-2ef5-4597-a987-ae236d91a372} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9381 | 2024.10.04 16:00:41.552813 [ 3 ] {00ff8a79-2ef5-4597-a987-ae236d91a372} <Trace> oximeter.measurements_bool (07631250-7a70-49e6-a733-c0ce298d5d2f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9382 | 2024.10.04 16:00:41.552850 [ 3 ] {00ff8a79-2ef5-4597-a987-ae236d91a372} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 9383 | 2024.10.04 16:00:41.553212 [ 3 ] {00ff8a79-2ef5-4597-a987-ae236d91a372} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 9384 | 2024.10.04 16:00:41.553548 [ 3 ] {00ff8a79-2ef5-4597-a987-ae236d91a372} <Trace> oximeter.measurements_bool (07631250-7a70-49e6-a733-c0ce298d5d2f): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9385 | 2024.10.04 16:00:41.553703 [ 3 ] {00ff8a79-2ef5-4597-a987-ae236d91a372} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001417 sec., 4234.297812279464 rows/sec., 221.23 KiB/sec. | ||
| 9386 | 2024.10.04 16:00:41.553873 [ 3 ] {00ff8a79-2ef5-4597-a987-ae236d91a372} <Debug> DynamicQueryHandler: Done processing query | ||
| 9387 | 2024.10.04 16:00:41.553897 [ 3 ] {00ff8a79-2ef5-4597-a987-ae236d91a372} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 9388 | 2024.10.04 16:00:41.553913 [ 3 ] {} <Debug> HTTP-Session: 7cc56035-aaf2-449a-beb5-02552821b656 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9389 | 2024.10.04 16:00:41.554631 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 187426, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9390 | 2024.10.04 16:00:41.554679 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9391 | 2024.10.04 16:00:41.554698 [ 3 ] {} <Debug> HTTP-Session: c449fd05-437d-4b6b-8861-a38da5e21c5f Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 9392 | 2024.10.04 16:00:41.554714 [ 3 ] {} <Debug> HTTP-Session: c449fd05-437d-4b6b-8861-a38da5e21c5f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9393 | 2024.10.04 16:00:41.554728 [ 3 ] {} <Debug> HTTP-Session: c449fd05-437d-4b6b-8861-a38da5e21c5f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9394 | 2024.10.04 16:00:41.554764 [ 3 ] {} <Trace> HTTP-Session: c449fd05-437d-4b6b-8861-a38da5e21c5f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9395 | 2024.10.04 16:00:41.555216 [ 3 ] {dd136dfe-ea0f-413b-b4db-36058c9baf2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 9396 | 2024.10.04 16:00:41.555264 [ 3 ] {dd136dfe-ea0f-413b-b4db-36058c9baf2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9397 | 2024.10.04 16:00:41.555410 [ 3 ] {dd136dfe-ea0f-413b-b4db-36058c9baf2b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9398 | 2024.10.04 16:00:41.556246 [ 3 ] {dd136dfe-ea0f-413b-b4db-36058c9baf2b} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9399 | 2024.10.04 16:00:41.556282 [ 3 ] {dd136dfe-ea0f-413b-b4db-36058c9baf2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 9400 | 2024.10.04 16:00:41.556713 [ 3 ] {dd136dfe-ea0f-413b-b4db-36058c9baf2b} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 9401 | 2024.10.04 16:00:41.557050 [ 3 ] {dd136dfe-ea0f-413b-b4db-36058c9baf2b} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9402 | 2024.10.04 16:00:41.557220 [ 3 ] {dd136dfe-ea0f-413b-b4db-36058c9baf2b} <Debug> executeQuery: Read 991 rows, 67.55 KiB in 0.002324 sec., 426419.9655765921 rows/sec., 28.39 MiB/sec. | ||
| 9403 | 2024.10.04 16:00:41.557383 [ 3 ] {dd136dfe-ea0f-413b-b4db-36058c9baf2b} <Debug> DynamicQueryHandler: Done processing query | ||
| 9404 | 2024.10.04 16:00:41.557407 [ 3 ] {dd136dfe-ea0f-413b-b4db-36058c9baf2b} <Debug> MemoryTracker: Peak memory usage (for query): 4.69 MiB. | ||
| 9405 | 2024.10.04 16:00:41.557423 [ 3 ] {} <Debug> HTTP-Session: c449fd05-437d-4b6b-8861-a38da5e21c5f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9406 | 2024.10.04 16:00:41.557568 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9407 | 2024.10.04 16:00:41.557616 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9408 | 2024.10.04 16:00:41.557635 [ 3 ] {} <Debug> HTTP-Session: cbfcb7da-54af-46ba-96d3-9889f437849a Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 9409 | 2024.10.04 16:00:41.557651 [ 3 ] {} <Debug> HTTP-Session: cbfcb7da-54af-46ba-96d3-9889f437849a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9410 | 2024.10.04 16:00:41.557665 [ 3 ] {} <Debug> HTTP-Session: cbfcb7da-54af-46ba-96d3-9889f437849a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9411 | 2024.10.04 16:00:41.557696 [ 3 ] {} <Trace> HTTP-Session: cbfcb7da-54af-46ba-96d3-9889f437849a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9412 | 2024.10.04 16:00:41.557788 [ 3 ] {0d064d1c-ae2a-424b-82b3-96349b0ca678} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 9413 | 2024.10.04 16:00:41.557833 [ 3 ] {0d064d1c-ae2a-424b-82b3-96349b0ca678} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9414 | 2024.10.04 16:00:41.557961 [ 3 ] {0d064d1c-ae2a-424b-82b3-96349b0ca678} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9415 | 2024.10.04 16:00:41.558197 [ 3 ] {0d064d1c-ae2a-424b-82b3-96349b0ca678} <Trace> oximeter.measurements_f64 (87d8cd82-19cb-42e6-8b47-b078fc436c38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9416 | 2024.10.04 16:00:41.558232 [ 3 ] {0d064d1c-ae2a-424b-82b3-96349b0ca678} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 9417 | 2024.10.04 16:00:41.558578 [ 3 ] {0d064d1c-ae2a-424b-82b3-96349b0ca678} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 9418 | 2024.10.04 16:00:41.558904 [ 3 ] {0d064d1c-ae2a-424b-82b3-96349b0ca678} <Trace> oximeter.measurements_f64 (87d8cd82-19cb-42e6-8b47-b078fc436c38): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9419 | 2024.10.04 16:00:41.559048 [ 3 ] {0d064d1c-ae2a-424b-82b3-96349b0ca678} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001275 sec., 784.313725490196 rows/sec., 52.85 KiB/sec. | ||
| 9420 | 2024.10.04 16:00:41.559208 [ 3 ] {0d064d1c-ae2a-424b-82b3-96349b0ca678} <Debug> DynamicQueryHandler: Done processing query | ||
| 9421 | 2024.10.04 16:00:41.559233 [ 3 ] {0d064d1c-ae2a-424b-82b3-96349b0ca678} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 9422 | 2024.10.04 16:00:41.559248 [ 3 ] {} <Debug> HTTP-Session: cbfcb7da-54af-46ba-96d3-9889f437849a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9423 | 2024.10.04 16:00:41.559405 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 21508, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9424 | 2024.10.04 16:00:41.559453 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9425 | 2024.10.04 16:00:41.559473 [ 3 ] {} <Debug> HTTP-Session: 6b705599-abb6-40df-bda3-28d91ca00e70 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 9426 | 2024.10.04 16:00:41.559489 [ 3 ] {} <Debug> HTTP-Session: 6b705599-abb6-40df-bda3-28d91ca00e70 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9427 | 2024.10.04 16:00:41.559503 [ 3 ] {} <Debug> HTTP-Session: 6b705599-abb6-40df-bda3-28d91ca00e70 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9428 | 2024.10.04 16:00:41.559533 [ 3 ] {} <Trace> HTTP-Session: 6b705599-abb6-40df-bda3-28d91ca00e70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9429 | 2024.10.04 16:00:41.559706 [ 3 ] {74ac22aa-26d3-4dcc-9ff2-558210b024ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 9430 | 2024.10.04 16:00:41.559769 [ 3 ] {74ac22aa-26d3-4dcc-9ff2-558210b024ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9431 | 2024.10.04 16:00:41.560198 [ 3 ] {74ac22aa-26d3-4dcc-9ff2-558210b024ce} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9432 | 2024.10.04 16:00:41.560674 [ 3 ] {74ac22aa-26d3-4dcc-9ff2-558210b024ce} <Trace> oximeter.measurements_histogramu64 (00490d86-ebe4-4f2c-857c-d83cd24ebd05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9433 | 2024.10.04 16:00:41.560710 [ 3 ] {74ac22aa-26d3-4dcc-9ff2-558210b024ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 9434 | 2024.10.04 16:00:41.561310 [ 3 ] {74ac22aa-26d3-4dcc-9ff2-558210b024ce} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 9435 | 2024.10.04 16:00:41.561719 [ 3 ] {74ac22aa-26d3-4dcc-9ff2-558210b024ce} <Trace> oximeter.measurements_histogramu64 (00490d86-ebe4-4f2c-857c-d83cd24ebd05): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9436 | 2024.10.04 16:00:41.561927 [ 3 ] {74ac22aa-26d3-4dcc-9ff2-558210b024ce} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002316 sec., 5613.126079447323 rows/sec., 10.06 MiB/sec. | ||
| 9437 | 2024.10.04 16:00:41.562267 [ 3 ] {74ac22aa-26d3-4dcc-9ff2-558210b024ce} <Debug> DynamicQueryHandler: Done processing query | ||
| 9438 | 2024.10.04 16:00:41.562293 [ 3 ] {74ac22aa-26d3-4dcc-9ff2-558210b024ce} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
| 9439 | 2024.10.04 16:00:41.562308 [ 3 ] {} <Debug> HTTP-Session: 6b705599-abb6-40df-bda3-28d91ca00e70 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9440 | 2024.10.04 16:00:41.562432 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 7321, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9441 | 2024.10.04 16:00:41.562507 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9442 | 2024.10.04 16:00:41.562527 [ 3 ] {} <Debug> HTTP-Session: 04cd4b29-1f97-48cf-ad69-80ae5445cd5b Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 9443 | 2024.10.04 16:00:41.562544 [ 3 ] {} <Debug> HTTP-Session: 04cd4b29-1f97-48cf-ad69-80ae5445cd5b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9444 | 2024.10.04 16:00:41.562558 [ 3 ] {} <Debug> HTTP-Session: 04cd4b29-1f97-48cf-ad69-80ae5445cd5b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9445 | 2024.10.04 16:00:41.562589 [ 3 ] {} <Trace> HTTP-Session: 04cd4b29-1f97-48cf-ad69-80ae5445cd5b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9446 | 2024.10.04 16:00:41.562697 [ 3 ] {08481273-6e51-4d8f-8d15-7dba15ed8bf9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 9447 | 2024.10.04 16:00:41.562742 [ 3 ] {08481273-6e51-4d8f-8d15-7dba15ed8bf9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9448 | 2024.10.04 16:00:41.562870 [ 3 ] {08481273-6e51-4d8f-8d15-7dba15ed8bf9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9449 | 2024.10.04 16:00:41.563124 [ 3 ] {08481273-6e51-4d8f-8d15-7dba15ed8bf9} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9450 | 2024.10.04 16:00:41.563184 [ 3 ] {08481273-6e51-4d8f-8d15-7dba15ed8bf9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 9451 | 2024.10.04 16:00:41.563539 [ 3 ] {08481273-6e51-4d8f-8d15-7dba15ed8bf9} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 9452 | 2024.10.04 16:00:41.563858 [ 3 ] {08481273-6e51-4d8f-8d15-7dba15ed8bf9} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9453 | 2024.10.04 16:00:41.564018 [ 3 ] {08481273-6e51-4d8f-8d15-7dba15ed8bf9} <Debug> executeQuery: Read 50 rows, 3.13 KiB in 0.001346 sec., 37147.10252600297 rows/sec., 2.27 MiB/sec. | ||
| 9454 | 2024.10.04 16:00:41.564285 [ 3 ] {08481273-6e51-4d8f-8d15-7dba15ed8bf9} <Debug> DynamicQueryHandler: Done processing query | ||
| 9455 | 2024.10.04 16:00:41.564341 [ 3 ] {08481273-6e51-4d8f-8d15-7dba15ed8bf9} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 9456 | 2024.10.04 16:00:41.564399 [ 3 ] {} <Debug> HTTP-Session: 04cd4b29-1f97-48cf-ad69-80ae5445cd5b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9457 | 2024.10.04 16:00:44.209031 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 7815, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9458 | 2024.10.04 16:00:44.209203 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9459 | 2024.10.04 16:00:44.209249 [ 3 ] {} <Debug> HTTP-Session: 1cb4a087-d686-4686-a3e5-1df390d9f259 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 9460 | 2024.10.04 16:00:44.209291 [ 3 ] {} <Debug> HTTP-Session: 1cb4a087-d686-4686-a3e5-1df390d9f259 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9461 | 2024.10.04 16:00:44.209319 [ 3 ] {} <Debug> HTTP-Session: 1cb4a087-d686-4686-a3e5-1df390d9f259 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9462 | 2024.10.04 16:00:44.209399 [ 3 ] {} <Trace> HTTP-Session: 1cb4a087-d686-4686-a3e5-1df390d9f259 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9463 | 2024.10.04 16:00:44.209708 [ 3 ] {c6843a32-841e-4da5-b280-d9b462661b8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 9464 | 2024.10.04 16:00:44.209824 [ 3 ] {c6843a32-841e-4da5-b280-d9b462661b8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9465 | 2024.10.04 16:00:44.210227 [ 3 ] {c6843a32-841e-4da5-b280-d9b462661b8e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9466 | 2024.10.04 16:00:44.210665 [ 3 ] {c6843a32-841e-4da5-b280-d9b462661b8e} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9467 | 2024.10.04 16:00:44.210709 [ 3 ] {c6843a32-841e-4da5-b280-d9b462661b8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 9468 | 2024.10.04 16:00:44.211144 [ 3 ] {c6843a32-841e-4da5-b280-d9b462661b8e} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 9469 | 2024.10.04 16:00:44.211535 [ 3 ] {c6843a32-841e-4da5-b280-d9b462661b8e} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9470 | 2024.10.04 16:00:44.211719 [ 3 ] {c6843a32-841e-4da5-b280-d9b462661b8e} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002122 sec., 26390.197926484445 rows/sec., 2.01 MiB/sec. | ||
| 9471 | 2024.10.04 16:00:44.211729 [ 146 ] {} <Debug> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 9472 | 2024.10.04 16:00:44.211855 [ 146 ] {} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9473 | 2024.10.04 16:00:44.211907 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 9474 | 2024.10.04 16:00:44.212070 [ 3 ] {c6843a32-841e-4da5-b280-d9b462661b8e} <Debug> DynamicQueryHandler: Done processing query | ||
| 9475 | 2024.10.04 16:00:44.212143 [ 3 ] {c6843a32-841e-4da5-b280-d9b462661b8e} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 9476 | 2024.10.04 16:00:44.212153 [ 198 ] {eb62afc5-bcd4-4b43-a1a9-182e649ae812::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 | ||
| 9477 | 2024.10.04 16:00:44.212183 [ 3 ] {} <Debug> HTTP-Session: 1cb4a087-d686-4686-a3e5-1df390d9f259 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9478 | 2024.10.04 16:00:44.212549 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 10894, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9479 | 2024.10.04 16:00:44.212792 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9480 | 2024.10.04 16:00:44.212797 [ 198 ] {eb62afc5-bcd4-4b43-a1a9-182e649ae812::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9481 | 2024.10.04 16:00:44.212895 [ 3 ] {} <Debug> HTTP-Session: ef347c75-1508-42ea-8f8c-b4af3ee975cf Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 9482 | 2024.10.04 16:00:44.212949 [ 198 ] {eb62afc5-bcd4-4b43-a1a9-182e649ae812::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1426 rows starting from the beginning of the part | ||
| 9483 | 2024.10.04 16:00:44.212978 [ 3 ] {} <Debug> HTTP-Session: ef347c75-1508-42ea-8f8c-b4af3ee975cf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9484 | 2024.10.04 16:00:44.213079 [ 3 ] {} <Debug> HTTP-Session: ef347c75-1508-42ea-8f8c-b4af3ee975cf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9485 | 2024.10.04 16:00:44.213335 [ 3 ] {} <Trace> HTTP-Session: ef347c75-1508-42ea-8f8c-b4af3ee975cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9486 | 2024.10.04 16:00:44.213344 [ 198 ] {eb62afc5-bcd4-4b43-a1a9-182e649ae812::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 118 rows starting from the beginning of the part | ||
| 9487 | 2024.10.04 16:00:44.213613 [ 198 ] {eb62afc5-bcd4-4b43-a1a9-182e649ae812::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 215 rows starting from the beginning of the part | ||
| 9488 | 2024.10.04 16:00:44.213959 [ 198 ] {eb62afc5-bcd4-4b43-a1a9-182e649ae812::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 118 rows starting from the beginning of the part | ||
| 9489 | 2024.10.04 16:00:44.214032 [ 3 ] {420955a1-d5f1-4a54-a218-b4a7cc40175e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 9490 | 2024.10.04 16:00:44.214294 [ 198 ] {eb62afc5-bcd4-4b43-a1a9-182e649ae812::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 1355 rows starting from the beginning of the part | ||
| 9491 | 2024.10.04 16:00:44.214352 [ 3 ] {420955a1-d5f1-4a54-a218-b4a7cc40175e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9492 | 2024.10.04 16:00:44.214550 [ 198 ] {eb62afc5-bcd4-4b43-a1a9-182e649ae812::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 56 rows starting from the beginning of the part | ||
| 9493 | 2024.10.04 16:00:44.215568 [ 3 ] {420955a1-d5f1-4a54-a218-b4a7cc40175e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9494 | 2024.10.04 16:00:44.216650 [ 3 ] {420955a1-d5f1-4a54-a218-b4a7cc40175e} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9495 | 2024.10.04 16:00:44.216719 [ 3 ] {420955a1-d5f1-4a54-a218-b4a7cc40175e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 9496 | 2024.10.04 16:00:44.217565 [ 3 ] {420955a1-d5f1-4a54-a218-b4a7cc40175e} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 9497 | 2024.10.04 16:00:44.218262 [ 3 ] {420955a1-d5f1-4a54-a218-b4a7cc40175e} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9498 | 2024.10.04 16:00:44.218430 [ 188 ] {eb62afc5-bcd4-4b43-a1a9-182e649ae812::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3288 rows, containing 5 columns (5 merged, 0 gathered) in 0.006445021 sec., 510161.25471119484 rows/sec., 44.63 MiB/sec. | ||
| 9499 | 2024.10.04 16:00:44.218576 [ 146 ] {} <Debug> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 9500 | 2024.10.04 16:00:44.218584 [ 3 ] {420955a1-d5f1-4a54-a218-b4a7cc40175e} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004914 sec., 13024.013024013024 rows/sec., 1.02 MiB/sec. | ||
| 9501 | 2024.10.04 16:00:44.218621 [ 146 ] {} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9502 | 2024.10.04 16:00:44.218691 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 9503 | 2024.10.04 16:00:44.218911 [ 188 ] {eb62afc5-bcd4-4b43-a1a9-182e649ae812::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 9504 | 2024.10.04 16:00:44.219070 [ 196 ] {db73ef1b-285a-4ffd-b768-8b0cb7509f0e::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 | ||
| 9505 | 2024.10.04 16:00:44.219105 [ 3 ] {420955a1-d5f1-4a54-a218-b4a7cc40175e} <Debug> DynamicQueryHandler: Done processing query | ||
| 9506 | 2024.10.04 16:00:44.219156 [ 3 ] {420955a1-d5f1-4a54-a218-b4a7cc40175e} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 9507 | 2024.10.04 16:00:44.219196 [ 3 ] {} <Debug> HTTP-Session: ef347c75-1508-42ea-8f8c-b4af3ee975cf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9508 | 2024.10.04 16:00:44.219352 [ 196 ] {db73ef1b-285a-4ffd-b768-8b0cb7509f0e::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9509 | 2024.10.04 16:00:44.219419 [ 196 ] {db73ef1b-285a-4ffd-b768-8b0cb7509f0e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 918 rows starting from the beginning of the part | ||
| 9510 | 2024.10.04 16:00:44.219469 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 16505, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9511 | 2024.10.04 16:00:44.219719 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9512 | 2024.10.04 16:00:44.219891 [ 3 ] {} <Debug> HTTP-Session: ac4cecab-9dd8-4a29-870e-62edc1a148f0 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 9513 | 2024.10.04 16:00:44.219916 [ 196 ] {db73ef1b-285a-4ffd-b768-8b0cb7509f0e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 95 rows starting from the beginning of the part | ||
| 9514 | 2024.10.04 16:00:44.220009 [ 3 ] {} <Debug> HTTP-Session: ac4cecab-9dd8-4a29-870e-62edc1a148f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9515 | 2024.10.04 16:00:44.220052 [ 3 ] {} <Debug> HTTP-Session: ac4cecab-9dd8-4a29-870e-62edc1a148f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9516 | 2024.10.04 16:00:44.220290 [ 3 ] {} <Trace> HTTP-Session: ac4cecab-9dd8-4a29-870e-62edc1a148f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9517 | 2024.10.04 16:00:44.220367 [ 196 ] {db73ef1b-285a-4ffd-b768-8b0cb7509f0e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 395 rows starting from the beginning of the part | ||
| 9518 | 2024.10.04 16:00:44.220734 [ 188 ] {eb62afc5-bcd4-4b43-a1a9-182e649ae812::all_1_51_10} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9519 | 2024.10.04 16:00:44.220885 [ 196 ] {db73ef1b-285a-4ffd-b768-8b0cb7509f0e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 95 rows starting from the beginning of the part | ||
| 9520 | 2024.10.04 16:00:44.220942 [ 3 ] {4047ea90-4c81-479e-b471-d51b9b7a4f8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 9521 | 2024.10.04 16:00:44.221226 [ 3 ] {4047ea90-4c81-479e-b471-d51b9b7a4f8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9522 | 2024.10.04 16:00:44.221290 [ 188 ] {eb62afc5-bcd4-4b43-a1a9-182e649ae812::all_1_51_10} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 9523 | 2024.10.04 16:00:44.221351 [ 196 ] {db73ef1b-285a-4ffd-b768-8b0cb7509f0e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 851 rows starting from the beginning of the part | ||
| 9524 | 2024.10.04 16:00:44.221764 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
| 9525 | 2024.10.04 16:00:44.221873 [ 196 ] {db73ef1b-285a-4ffd-b768-8b0cb7509f0e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 64 rows starting from the beginning of the part | ||
| 9526 | 2024.10.04 16:00:44.222398 [ 3 ] {4047ea90-4c81-479e-b471-d51b9b7a4f8c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9527 | 2024.10.04 16:00:44.222861 [ 3 ] {4047ea90-4c81-479e-b471-d51b9b7a4f8c} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9528 | 2024.10.04 16:00:44.222907 [ 3 ] {4047ea90-4c81-479e-b471-d51b9b7a4f8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 9529 | 2024.10.04 16:00:44.223481 [ 3 ] {4047ea90-4c81-479e-b471-d51b9b7a4f8c} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 9530 | 2024.10.04 16:00:44.223991 [ 3 ] {4047ea90-4c81-479e-b471-d51b9b7a4f8c} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9531 | 2024.10.04 16:00:44.224005 [ 194 ] {db73ef1b-285a-4ffd-b768-8b0cb7509f0e::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2418 rows, containing 5 columns (5 merged, 0 gathered) in 0.005125458 sec., 471762.7185707111 rows/sec., 36.18 MiB/sec. | ||
| 9532 | 2024.10.04 16:00:44.224230 [ 146 ] {} <Debug> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 9533 | 2024.10.04 16:00:44.224264 [ 3 ] {4047ea90-4c81-479e-b471-d51b9b7a4f8c} <Debug> executeQuery: Read 86 rows, 6.14 KiB in 0.003636 sec., 23652.365236523652 rows/sec., 1.65 MiB/sec. | ||
| 9534 | 2024.10.04 16:00:44.224304 [ 146 ] {} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9535 | 2024.10.04 16:00:44.224380 [ 194 ] {db73ef1b-285a-4ffd-b768-8b0cb7509f0e::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 9536 | 2024.10.04 16:00:44.224385 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 9537 | 2024.10.04 16:00:44.224864 [ 196 ] {f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34::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 | ||
| 9538 | 2024.10.04 16:00:44.224892 [ 3 ] {4047ea90-4c81-479e-b471-d51b9b7a4f8c} <Debug> DynamicQueryHandler: Done processing query | ||
| 9539 | 2024.10.04 16:00:44.224964 [ 3 ] {4047ea90-4c81-479e-b471-d51b9b7a4f8c} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 9540 | 2024.10.04 16:00:44.225007 [ 3 ] {} <Debug> HTTP-Session: ac4cecab-9dd8-4a29-870e-62edc1a148f0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9541 | 2024.10.04 16:00:44.225317 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 4892, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9542 | 2024.10.04 16:00:44.225403 [ 196 ] {f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9543 | 2024.10.04 16:00:44.225514 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9544 | 2024.10.04 16:00:44.225552 [ 196 ] {f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 13963 rows starting from the beginning of the part | ||
| 9545 | 2024.10.04 16:00:44.225616 [ 3 ] {} <Debug> HTTP-Session: a5f156d0-62db-4844-85aa-4443fa25a009 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 9546 | 2024.10.04 16:00:44.225688 [ 3 ] {} <Debug> HTTP-Session: a5f156d0-62db-4844-85aa-4443fa25a009 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9547 | 2024.10.04 16:00:44.225795 [ 3 ] {} <Debug> HTTP-Session: a5f156d0-62db-4844-85aa-4443fa25a009 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9548 | 2024.10.04 16:00:44.225981 [ 3 ] {} <Trace> HTTP-Session: a5f156d0-62db-4844-85aa-4443fa25a009 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9549 | 2024.10.04 16:00:44.226009 [ 196 ] {f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 160 rows starting from the beginning of the part | ||
| 9550 | 2024.10.04 16:00:44.226442 [ 3 ] {023c8ab2-d83d-42f5-94ca-1730ed8cacd4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 9551 | 2024.10.04 16:00:44.226444 [ 196 ] {f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 237 rows starting from the beginning of the part | ||
| 9552 | 2024.10.04 16:00:44.226666 [ 3 ] {023c8ab2-d83d-42f5-94ca-1730ed8cacd4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9553 | 2024.10.04 16:00:44.226980 [ 194 ] {db73ef1b-285a-4ffd-b768-8b0cb7509f0e::all_1_51_10} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9554 | 2024.10.04 16:00:44.227043 [ 196 ] {f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 160 rows starting from the beginning of the part | ||
| 9555 | 2024.10.04 16:00:44.227609 [ 194 ] {db73ef1b-285a-4ffd-b768-8b0cb7509f0e::all_1_51_10} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 9556 | 2024.10.04 16:00:44.227646 [ 196 ] {f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 991 rows starting from the beginning of the part | ||
| 9557 | 2024.10.04 16:00:44.228042 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 9558 | 2024.10.04 16:00:44.228234 [ 196 ] {f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34::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 | ||
| 9559 | 2024.10.04 16:00:44.228395 [ 3 ] {023c8ab2-d83d-42f5-94ca-1730ed8cacd4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9560 | 2024.10.04 16:00:44.228998 [ 3 ] {023c8ab2-d83d-42f5-94ca-1730ed8cacd4} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9561 | 2024.10.04 16:00:44.229039 [ 3 ] {023c8ab2-d83d-42f5-94ca-1730ed8cacd4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 9562 | 2024.10.04 16:00:44.229532 [ 3 ] {023c8ab2-d83d-42f5-94ca-1730ed8cacd4} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 9563 | 2024.10.04 16:00:44.229879 [ 3 ] {023c8ab2-d83d-42f5-94ca-1730ed8cacd4} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9564 | 2024.10.04 16:00:44.230119 [ 3 ] {023c8ab2-d83d-42f5-94ca-1730ed8cacd4} <Debug> executeQuery: Read 32 rows, 2.20 KiB in 0.003912 sec., 8179.9591002045 rows/sec., 563.17 KiB/sec. | ||
| 9565 | 2024.10.04 16:00:44.230151 [ 146 ] {} <Debug> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 9566 | 2024.10.04 16:00:44.230312 [ 146 ] {} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9567 | 2024.10.04 16:00:44.230429 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 9568 | 2024.10.04 16:00:44.230573 [ 3 ] {023c8ab2-d83d-42f5-94ca-1730ed8cacd4} <Debug> DynamicQueryHandler: Done processing query | ||
| 9569 | 2024.10.04 16:00:44.230682 [ 3 ] {023c8ab2-d83d-42f5-94ca-1730ed8cacd4} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 9570 | 2024.10.04 16:00:44.230781 [ 3 ] {} <Debug> HTTP-Session: a5f156d0-62db-4844-85aa-4443fa25a009 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9571 | 2024.10.04 16:00:44.231009 [ 195 ] {f1266625-5fbc-477b-b130-85cba0b363f2::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 | ||
| 9572 | 2024.10.04 16:00:44.231418 [ 195 ] {f1266625-5fbc-477b-b130-85cba0b363f2::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9573 | 2024.10.04 16:00:44.231501 [ 195 ] {f1266625-5fbc-477b-b130-85cba0b363f2::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2722 rows starting from the beginning of the part | ||
| 9574 | 2024.10.04 16:00:44.231814 [ 195 ] {f1266625-5fbc-477b-b130-85cba0b363f2::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 60 rows starting from the beginning of the part | ||
| 9575 | 2024.10.04 16:00:44.232032 [ 195 ] {f1266625-5fbc-477b-b130-85cba0b363f2::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 82 rows starting from the beginning of the part | ||
| 9576 | 2024.10.04 16:00:44.232408 [ 195 ] {f1266625-5fbc-477b-b130-85cba0b363f2::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 60 rows starting from the beginning of the part | ||
| 9577 | 2024.10.04 16:00:44.232584 [ 195 ] {f1266625-5fbc-477b-b130-85cba0b363f2::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 50 rows starting from the beginning of the part | ||
| 9578 | 2024.10.04 16:00:44.232746 [ 195 ] {f1266625-5fbc-477b-b130-85cba0b363f2::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 32 rows starting from the beginning of the part | ||
| 9579 | 2024.10.04 16:00:44.234806 [ 191 ] {f1266625-5fbc-477b-b130-85cba0b363f2::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3006 rows, containing 4 columns (4 merged, 0 gathered) in 0.004179985 sec., 719141.3366315908 rows/sec., 46.89 MiB/sec. | ||
| 9580 | 2024.10.04 16:00:44.235044 [ 199 ] {f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 15597 rows, containing 5 columns (5 merged, 0 gathered) in 0.010499913 sec., 1485440.8793672863 rows/sec., 100.24 MiB/sec. | ||
| 9581 | 2024.10.04 16:00:44.235285 [ 191 ] {f1266625-5fbc-477b-b130-85cba0b363f2::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 9582 | 2024.10.04 16:00:44.235454 [ 196 ] {f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 9583 | 2024.10.04 16:00:44.236235 [ 191 ] {f1266625-5fbc-477b-b130-85cba0b363f2::all_1_51_10} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9584 | 2024.10.04 16:00:44.236353 [ 196 ] {f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9585 | 2024.10.04 16:00:44.236439 [ 191 ] {f1266625-5fbc-477b-b130-85cba0b363f2::all_1_51_10} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 9586 | 2024.10.04 16:00:44.236503 [ 196 ] {f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 9587 | 2024.10.04 16:00:44.236609 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.73 MiB. | ||
| 9588 | 2024.10.04 16:00:44.236711 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.85 MiB. | ||
| 9589 | 2024.10.04 16:00:45.000144 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 160.84 MiB, peak 170.00 MiB, free memory in arenas 0.00 B, will set to 162.09 MiB (RSS), difference: 1.25 MiB | ||
| 9590 | 2024.10.04 16:00:46.147750 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 940 | ||
| 9591 | 2024.10.04 16:00:46.150890 [ 242 ] {} <Trace> system.query_log (8f12c5ea-7fed-46c2-8a08-f82b2fd1cd88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9592 | 2024.10.04 16:00:46.150940 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 9593 | 2024.10.04 16:00:46.152497 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 9594 | 2024.10.04 16:00:46.153530 [ 242 ] {} <Trace> system.query_log (8f12c5ea-7fed-46c2-8a08-f82b2fd1cd88): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9595 | 2024.10.04 16:00:46.154779 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 940 | ||
| 9596 | 2024.10.04 16:00:49.214393 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9597 | 2024.10.04 16:00:49.214566 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9598 | 2024.10.04 16:00:49.214614 [ 3 ] {} <Debug> HTTP-Session: 1c70e157-dc6f-403d-acc4-6738cae58b78 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 9599 | 2024.10.04 16:00:49.214656 [ 3 ] {} <Debug> HTTP-Session: 1c70e157-dc6f-403d-acc4-6738cae58b78 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9600 | 2024.10.04 16:00:49.214684 [ 3 ] {} <Debug> HTTP-Session: 1c70e157-dc6f-403d-acc4-6738cae58b78 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9601 | 2024.10.04 16:00:49.214766 [ 3 ] {} <Trace> HTTP-Session: 1c70e157-dc6f-403d-acc4-6738cae58b78 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9602 | 2024.10.04 16:00:49.215057 [ 3 ] {8b7cc975-da17-4192-bedf-07cc9eca217a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 9603 | 2024.10.04 16:00:49.215149 [ 3 ] {8b7cc975-da17-4192-bedf-07cc9eca217a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 9604 | 2024.10.04 16:00:49.215503 [ 3 ] {8b7cc975-da17-4192-bedf-07cc9eca217a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9605 | 2024.10.04 16:00:49.216012 [ 3 ] {8b7cc975-da17-4192-bedf-07cc9eca217a} <Trace> oximeter.fields_ipaddr (b5a61649-f8d2-4d83-9d9d-bb23c07f582c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9606 | 2024.10.04 16:00:49.216057 [ 3 ] {8b7cc975-da17-4192-bedf-07cc9eca217a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 9607 | 2024.10.04 16:00:49.216493 [ 3 ] {8b7cc975-da17-4192-bedf-07cc9eca217a} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 9608 | 2024.10.04 16:00:49.216909 [ 3 ] {8b7cc975-da17-4192-bedf-07cc9eca217a} <Trace> oximeter.fields_ipaddr (b5a61649-f8d2-4d83-9d9d-bb23c07f582c): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9609 | 2024.10.04 16:00:49.217096 [ 3 ] {8b7cc975-da17-4192-bedf-07cc9eca217a} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002124 sec., 941.6195856873823 rows/sec., 76.78 KiB/sec. | ||
| 9610 | 2024.10.04 16:00:49.217491 [ 3 ] {8b7cc975-da17-4192-bedf-07cc9eca217a} <Debug> DynamicQueryHandler: Done processing query | ||
| 9611 | 2024.10.04 16:00:49.217521 [ 3 ] {8b7cc975-da17-4192-bedf-07cc9eca217a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 9612 | 2024.10.04 16:00:49.217538 [ 3 ] {} <Debug> HTTP-Session: 1c70e157-dc6f-403d-acc4-6738cae58b78 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9613 | 2024.10.04 16:00:49.217685 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 17616, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9614 | 2024.10.04 16:00:49.217742 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9615 | 2024.10.04 16:00:49.217763 [ 3 ] {} <Debug> HTTP-Session: c9fad154-a151-4d21-a3cd-abbee6ca5399 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 9616 | 2024.10.04 16:00:49.217781 [ 3 ] {} <Debug> HTTP-Session: c9fad154-a151-4d21-a3cd-abbee6ca5399 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9617 | 2024.10.04 16:00:49.217795 [ 3 ] {} <Debug> HTTP-Session: c9fad154-a151-4d21-a3cd-abbee6ca5399 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9618 | 2024.10.04 16:00:49.217830 [ 3 ] {} <Trace> HTTP-Session: c9fad154-a151-4d21-a3cd-abbee6ca5399 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9619 | 2024.10.04 16:00:49.217970 [ 3 ] {6616663d-46e7-4a87-8675-a8e943dbe9a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 9620 | 2024.10.04 16:00:49.218019 [ 3 ] {6616663d-46e7-4a87-8675-a8e943dbe9a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9621 | 2024.10.04 16:00:49.218282 [ 3 ] {6616663d-46e7-4a87-8675-a8e943dbe9a0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9622 | 2024.10.04 16:00:49.218705 [ 3 ] {6616663d-46e7-4a87-8675-a8e943dbe9a0} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9623 | 2024.10.04 16:00:49.218743 [ 3 ] {6616663d-46e7-4a87-8675-a8e943dbe9a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 9624 | 2024.10.04 16:00:49.219140 [ 3 ] {6616663d-46e7-4a87-8675-a8e943dbe9a0} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 9625 | 2024.10.04 16:00:49.219514 [ 3 ] {6616663d-46e7-4a87-8675-a8e943dbe9a0} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9626 | 2024.10.04 16:00:49.219686 [ 3 ] {6616663d-46e7-4a87-8675-a8e943dbe9a0} <Debug> executeQuery: Read 119 rows, 10.35 KiB in 0.001766 sec., 67383.91845979614 rows/sec., 5.72 MiB/sec. | ||
| 9627 | 2024.10.04 16:00:49.219866 [ 3 ] {6616663d-46e7-4a87-8675-a8e943dbe9a0} <Debug> DynamicQueryHandler: Done processing query | ||
| 9628 | 2024.10.04 16:00:49.219892 [ 3 ] {6616663d-46e7-4a87-8675-a8e943dbe9a0} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 9629 | 2024.10.04 16:00:49.219908 [ 3 ] {} <Debug> HTTP-Session: c9fad154-a151-4d21-a3cd-abbee6ca5399 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9630 | 2024.10.04 16:00:49.220072 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 4781, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9631 | 2024.10.04 16:00:49.220121 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9632 | 2024.10.04 16:00:49.220142 [ 3 ] {} <Debug> HTTP-Session: 189b8c5e-1dbb-4af9-addf-86c327115c87 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 9633 | 2024.10.04 16:00:49.220159 [ 3 ] {} <Debug> HTTP-Session: 189b8c5e-1dbb-4af9-addf-86c327115c87 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9634 | 2024.10.04 16:00:49.220173 [ 3 ] {} <Debug> HTTP-Session: 189b8c5e-1dbb-4af9-addf-86c327115c87 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9635 | 2024.10.04 16:00:49.220205 [ 3 ] {} <Trace> HTTP-Session: 189b8c5e-1dbb-4af9-addf-86c327115c87 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9636 | 2024.10.04 16:00:49.220316 [ 3 ] {59d1e679-c7e1-4e6d-a081-ab0bc38f6e86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 9637 | 2024.10.04 16:00:49.220362 [ 3 ] {59d1e679-c7e1-4e6d-a081-ab0bc38f6e86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9638 | 2024.10.04 16:00:49.220591 [ 3 ] {59d1e679-c7e1-4e6d-a081-ab0bc38f6e86} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9639 | 2024.10.04 16:00:49.220969 [ 3 ] {59d1e679-c7e1-4e6d-a081-ab0bc38f6e86} <Trace> oximeter.fields_u16 (e9c2286f-cf98-4582-9ae4-6e9eb84e22b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9640 | 2024.10.04 16:00:49.221007 [ 3 ] {59d1e679-c7e1-4e6d-a081-ab0bc38f6e86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 9641 | 2024.10.04 16:00:49.221364 [ 3 ] {59d1e679-c7e1-4e6d-a081-ab0bc38f6e86} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 9642 | 2024.10.04 16:00:49.221733 [ 3 ] {59d1e679-c7e1-4e6d-a081-ab0bc38f6e86} <Trace> oximeter.fields_u16 (e9c2286f-cf98-4582-9ae4-6e9eb84e22b6): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9643 | 2024.10.04 16:00:49.221900 [ 3 ] {59d1e679-c7e1-4e6d-a081-ab0bc38f6e86} <Debug> executeQuery: Read 33 rows, 2.47 KiB in 0.001611 sec., 20484.17132216015 rows/sec., 1.50 MiB/sec. | ||
| 9644 | 2024.10.04 16:00:49.222086 [ 3 ] {59d1e679-c7e1-4e6d-a081-ab0bc38f6e86} <Debug> DynamicQueryHandler: Done processing query | ||
| 9645 | 2024.10.04 16:00:49.222111 [ 3 ] {59d1e679-c7e1-4e6d-a081-ab0bc38f6e86} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 9646 | 2024.10.04 16:00:49.222127 [ 3 ] {} <Debug> HTTP-Session: 189b8c5e-1dbb-4af9-addf-86c327115c87 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9647 | 2024.10.04 16:00:49.222254 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 16492, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9648 | 2024.10.04 16:00:49.222304 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9649 | 2024.10.04 16:00:49.222323 [ 3 ] {} <Debug> HTTP-Session: 519ccae9-45e1-4126-8ccd-99e79e5fdde0 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 9650 | 2024.10.04 16:00:49.222340 [ 3 ] {} <Debug> HTTP-Session: 519ccae9-45e1-4126-8ccd-99e79e5fdde0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9651 | 2024.10.04 16:00:49.222354 [ 3 ] {} <Debug> HTTP-Session: 519ccae9-45e1-4126-8ccd-99e79e5fdde0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9652 | 2024.10.04 16:00:49.222386 [ 3 ] {} <Trace> HTTP-Session: 519ccae9-45e1-4126-8ccd-99e79e5fdde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9653 | 2024.10.04 16:00:49.222513 [ 3 ] {031652fc-df07-4d83-be6f-b1095db04998} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 9654 | 2024.10.04 16:00:49.222557 [ 3 ] {031652fc-df07-4d83-be6f-b1095db04998} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9655 | 2024.10.04 16:00:49.222786 [ 3 ] {031652fc-df07-4d83-be6f-b1095db04998} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9656 | 2024.10.04 16:00:49.223221 [ 3 ] {031652fc-df07-4d83-be6f-b1095db04998} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9657 | 2024.10.04 16:00:49.223258 [ 3 ] {031652fc-df07-4d83-be6f-b1095db04998} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 9658 | 2024.10.04 16:00:49.223623 [ 3 ] {031652fc-df07-4d83-be6f-b1095db04998} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 9659 | 2024.10.04 16:00:49.223999 [ 3 ] {031652fc-df07-4d83-be6f-b1095db04998} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9660 | 2024.10.04 16:00:49.224167 [ 3 ] {031652fc-df07-4d83-be6f-b1095db04998} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.001694 sec., 57260.92089728454 rows/sec., 4.47 MiB/sec. | ||
| 9661 | 2024.10.04 16:00:49.224355 [ 3 ] {031652fc-df07-4d83-be6f-b1095db04998} <Debug> DynamicQueryHandler: Done processing query | ||
| 9662 | 2024.10.04 16:00:49.224380 [ 3 ] {031652fc-df07-4d83-be6f-b1095db04998} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 9663 | 2024.10.04 16:00:49.224396 [ 3 ] {} <Debug> HTTP-Session: 519ccae9-45e1-4126-8ccd-99e79e5fdde0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9664 | 2024.10.04 16:00:49.224609 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 30838, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9665 | 2024.10.04 16:00:49.224659 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9666 | 2024.10.04 16:00:49.224679 [ 3 ] {} <Debug> HTTP-Session: ce75a04e-d232-4e9c-9b73-17571f78ae46 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 9667 | 2024.10.04 16:00:49.224696 [ 3 ] {} <Debug> HTTP-Session: ce75a04e-d232-4e9c-9b73-17571f78ae46 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9668 | 2024.10.04 16:00:49.224711 [ 3 ] {} <Debug> HTTP-Session: ce75a04e-d232-4e9c-9b73-17571f78ae46 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9669 | 2024.10.04 16:00:49.224742 [ 3 ] {} <Trace> HTTP-Session: ce75a04e-d232-4e9c-9b73-17571f78ae46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9670 | 2024.10.04 16:00:49.224902 [ 3 ] {afa11113-92d2-4973-bbd1-3ee16a19cf1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 9671 | 2024.10.04 16:00:49.224950 [ 3 ] {afa11113-92d2-4973-bbd1-3ee16a19cf1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9672 | 2024.10.04 16:00:49.225098 [ 3 ] {afa11113-92d2-4973-bbd1-3ee16a19cf1a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9673 | 2024.10.04 16:00:49.225486 [ 3 ] {afa11113-92d2-4973-bbd1-3ee16a19cf1a} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9674 | 2024.10.04 16:00:49.225523 [ 3 ] {afa11113-92d2-4973-bbd1-3ee16a19cf1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 9675 | 2024.10.04 16:00:49.225917 [ 3 ] {afa11113-92d2-4973-bbd1-3ee16a19cf1a} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 9676 | 2024.10.04 16:00:49.226268 [ 3 ] {afa11113-92d2-4973-bbd1-3ee16a19cf1a} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9677 | 2024.10.04 16:00:49.226438 [ 3 ] {afa11113-92d2-4973-bbd1-3ee16a19cf1a} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001599 sec., 100687.92995622264 rows/sec., 7.01 MiB/sec. | ||
| 9678 | 2024.10.04 16:00:49.226614 [ 3 ] {afa11113-92d2-4973-bbd1-3ee16a19cf1a} <Debug> DynamicQueryHandler: Done processing query | ||
| 9679 | 2024.10.04 16:00:49.226640 [ 3 ] {afa11113-92d2-4973-bbd1-3ee16a19cf1a} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 9680 | 2024.10.04 16:00:49.226656 [ 3 ] {} <Debug> HTTP-Session: ce75a04e-d232-4e9c-9b73-17571f78ae46 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9681 | 2024.10.04 16:00:49.226890 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 51924, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9682 | 2024.10.04 16:00:49.226939 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9683 | 2024.10.04 16:00:49.226958 [ 3 ] {} <Debug> HTTP-Session: abc150f9-a6d6-4b1a-b271-a001b6c5c498 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 9684 | 2024.10.04 16:00:49.226975 [ 3 ] {} <Debug> HTTP-Session: abc150f9-a6d6-4b1a-b271-a001b6c5c498 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9685 | 2024.10.04 16:00:49.226990 [ 3 ] {} <Debug> HTTP-Session: abc150f9-a6d6-4b1a-b271-a001b6c5c498 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9686 | 2024.10.04 16:00:49.227022 [ 3 ] {} <Trace> HTTP-Session: abc150f9-a6d6-4b1a-b271-a001b6c5c498 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9687 | 2024.10.04 16:00:49.227343 [ 3 ] {d69a83d0-6a63-4b6f-9a49-d0294ffdba56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 9688 | 2024.10.04 16:00:49.227409 [ 3 ] {d69a83d0-6a63-4b6f-9a49-d0294ffdba56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9689 | 2024.10.04 16:00:49.227851 [ 3 ] {d69a83d0-6a63-4b6f-9a49-d0294ffdba56} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9690 | 2024.10.04 16:00:49.228579 [ 3 ] {d69a83d0-6a63-4b6f-9a49-d0294ffdba56} <Trace> oximeter.measurements_histogramu64 (00490d86-ebe4-4f2c-857c-d83cd24ebd05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9691 | 2024.10.04 16:00:49.228616 [ 3 ] {d69a83d0-6a63-4b6f-9a49-d0294ffdba56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 9692 | 2024.10.04 16:00:49.229282 [ 3 ] {d69a83d0-6a63-4b6f-9a49-d0294ffdba56} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 9693 | 2024.10.04 16:00:49.229706 [ 3 ] {d69a83d0-6a63-4b6f-9a49-d0294ffdba56} <Trace> oximeter.measurements_histogramu64 (00490d86-ebe4-4f2c-857c-d83cd24ebd05): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9694 | 2024.10.04 16:00:49.229894 [ 154 ] {} <Debug> oximeter.measurements_histogramu64 (00490d86-ebe4-4f2c-857c-d83cd24ebd05) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 9695 | 2024.10.04 16:00:49.229912 [ 3 ] {d69a83d0-6a63-4b6f-9a49-d0294ffdba56} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002786 sec., 11127.063890882988 rows/sec., 19.94 MiB/sec. | ||
| 9696 | 2024.10.04 16:00:49.229988 [ 154 ] {} <Trace> oximeter.measurements_histogramu64 (00490d86-ebe4-4f2c-857c-d83cd24ebd05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9697 | 2024.10.04 16:00:49.230070 [ 154 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 9698 | 2024.10.04 16:00:49.230685 [ 187 ] {00490d86-ebe4-4f2c-857c-d83cd24ebd05::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 | ||
| 9699 | 2024.10.04 16:00:49.230729 [ 3 ] {d69a83d0-6a63-4b6f-9a49-d0294ffdba56} <Debug> DynamicQueryHandler: Done processing query | ||
| 9700 | 2024.10.04 16:00:49.230815 [ 3 ] {d69a83d0-6a63-4b6f-9a49-d0294ffdba56} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
| 9701 | 2024.10.04 16:00:49.230875 [ 3 ] {} <Debug> HTTP-Session: abc150f9-a6d6-4b1a-b271-a001b6c5c498 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9702 | 2024.10.04 16:00:49.231095 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9703 | 2024.10.04 16:00:49.231228 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9704 | 2024.10.04 16:00:49.231304 [ 3 ] {} <Debug> HTTP-Session: 73cebdd8-30d9-4168-8e65-f9f8ffa8f899 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 9705 | 2024.10.04 16:00:49.231361 [ 3 ] {} <Debug> HTTP-Session: 73cebdd8-30d9-4168-8e65-f9f8ffa8f899 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9706 | 2024.10.04 16:00:49.231403 [ 3 ] {} <Debug> HTTP-Session: 73cebdd8-30d9-4168-8e65-f9f8ffa8f899 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9707 | 2024.10.04 16:00:49.231506 [ 3 ] {} <Trace> HTTP-Session: 73cebdd8-30d9-4168-8e65-f9f8ffa8f899 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9708 | 2024.10.04 16:00:49.231739 [ 187 ] {00490d86-ebe4-4f2c-857c-d83cd24ebd05::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9709 | 2024.10.04 16:00:49.231797 [ 3 ] {b00a34a3-4ca9-4312-a89b-8cf6d154676b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 9710 | 2024.10.04 16:00:49.231896 [ 187 ] {00490d86-ebe4-4f2c-857c-d83cd24ebd05::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 611 rows starting from the beginning of the part | ||
| 9711 | 2024.10.04 16:00:49.231918 [ 3 ] {b00a34a3-4ca9-4312-a89b-8cf6d154676b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9712 | 2024.10.04 16:00:49.232649 [ 187 ] {00490d86-ebe4-4f2c-857c-d83cd24ebd05::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 31 rows starting from the beginning of the part | ||
| 9713 | 2024.10.04 16:00:49.232883 [ 3 ] {b00a34a3-4ca9-4312-a89b-8cf6d154676b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9714 | 2024.10.04 16:00:49.233385 [ 187 ] {00490d86-ebe4-4f2c-857c-d83cd24ebd05::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 13 rows starting from the beginning of the part | ||
| 9715 | 2024.10.04 16:00:49.234123 [ 187 ] {00490d86-ebe4-4f2c-857c-d83cd24ebd05::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 31 rows starting from the beginning of the part | ||
| 9716 | 2024.10.04 16:00:49.234243 [ 3 ] {b00a34a3-4ca9-4312-a89b-8cf6d154676b} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9717 | 2024.10.04 16:00:49.234360 [ 3 ] {b00a34a3-4ca9-4312-a89b-8cf6d154676b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 9718 | 2024.10.04 16:00:49.234804 [ 187 ] {00490d86-ebe4-4f2c-857c-d83cd24ebd05::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 13 rows starting from the beginning of the part | ||
| 9719 | 2024.10.04 16:00:49.235471 [ 187 ] {00490d86-ebe4-4f2c-857c-d83cd24ebd05::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 31 rows starting from the beginning of the part | ||
| 9720 | 2024.10.04 16:00:49.235913 [ 3 ] {b00a34a3-4ca9-4312-a89b-8cf6d154676b} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 9721 | 2024.10.04 16:00:49.237006 [ 3 ] {b00a34a3-4ca9-4312-a89b-8cf6d154676b} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9722 | 2024.10.04 16:00:49.237373 [ 3 ] {b00a34a3-4ca9-4312-a89b-8cf6d154676b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005672 sec., 10578.279266572637 rows/sec., 730.01 KiB/sec. | ||
| 9723 | 2024.10.04 16:00:49.238151 [ 3 ] {b00a34a3-4ca9-4312-a89b-8cf6d154676b} <Debug> DynamicQueryHandler: Done processing query | ||
| 9724 | 2024.10.04 16:00:49.238250 [ 3 ] {b00a34a3-4ca9-4312-a89b-8cf6d154676b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 9725 | 2024.10.04 16:00:49.238333 [ 3 ] {} <Debug> HTTP-Session: 73cebdd8-30d9-4168-8e65-f9f8ffa8f899 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9726 | 2024.10.04 16:00:49.241777 [ 191 ] {00490d86-ebe4-4f2c-857c-d83cd24ebd05::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 730 rows, containing 19 columns (19 merged, 0 gathered) in 0.011520448 sec., 63365.591338114624 rows/sec., 113.55 MiB/sec. | ||
| 9727 | 2024.10.04 16:00:49.242649 [ 191 ] {00490d86-ebe4-4f2c-857c-d83cd24ebd05::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 9728 | 2024.10.04 16:00:49.243211 [ 191 ] {00490d86-ebe4-4f2c-857c-d83cd24ebd05::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (00490d86-ebe4-4f2c-857c-d83cd24ebd05): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9729 | 2024.10.04 16:00:49.243294 [ 191 ] {00490d86-ebe4-4f2c-857c-d83cd24ebd05::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (00490d86-ebe4-4f2c-857c-d83cd24ebd05) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 9730 | 2024.10.04 16:00:49.243405 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.65 MiB. | ||
| 9731 | 2024.10.04 16:00:54.217984 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 32420, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9732 | 2024.10.04 16:00:54.218176 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9733 | 2024.10.04 16:00:54.218222 [ 3 ] {} <Debug> HTTP-Session: ae8b2d28-62ce-420a-9b4a-0f53c842dffb Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 9734 | 2024.10.04 16:00:54.218265 [ 3 ] {} <Debug> HTTP-Session: ae8b2d28-62ce-420a-9b4a-0f53c842dffb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9735 | 2024.10.04 16:00:54.218286 [ 3 ] {} <Debug> HTTP-Session: ae8b2d28-62ce-420a-9b4a-0f53c842dffb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9736 | 2024.10.04 16:00:54.218339 [ 3 ] {} <Trace> HTTP-Session: ae8b2d28-62ce-420a-9b4a-0f53c842dffb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9737 | 2024.10.04 16:00:54.218590 [ 3 ] {0b0aec07-51cd-49b7-8623-3c8a02df4ab6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 9738 | 2024.10.04 16:00:54.218661 [ 3 ] {0b0aec07-51cd-49b7-8623-3c8a02df4ab6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9739 | 2024.10.04 16:00:54.219012 [ 3 ] {0b0aec07-51cd-49b7-8623-3c8a02df4ab6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9740 | 2024.10.04 16:00:54.219603 [ 3 ] {0b0aec07-51cd-49b7-8623-3c8a02df4ab6} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9741 | 2024.10.04 16:00:54.219647 [ 3 ] {0b0aec07-51cd-49b7-8623-3c8a02df4ab6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 9742 | 2024.10.04 16:00:54.220089 [ 3 ] {0b0aec07-51cd-49b7-8623-3c8a02df4ab6} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 9743 | 2024.10.04 16:00:54.220473 [ 3 ] {0b0aec07-51cd-49b7-8623-3c8a02df4ab6} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9744 | 2024.10.04 16:00:54.220661 [ 3 ] {0b0aec07-51cd-49b7-8623-3c8a02df4ab6} <Debug> executeQuery: Read 215 rows, 19.32 KiB in 0.002171 sec., 99032.70382312298 rows/sec., 8.69 MiB/sec. | ||
| 9745 | 2024.10.04 16:00:54.221056 [ 3 ] {0b0aec07-51cd-49b7-8623-3c8a02df4ab6} <Debug> DynamicQueryHandler: Done processing query | ||
| 9746 | 2024.10.04 16:00:54.221089 [ 3 ] {0b0aec07-51cd-49b7-8623-3c8a02df4ab6} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 9747 | 2024.10.04 16:00:54.221106 [ 3 ] {} <Debug> HTTP-Session: ae8b2d28-62ce-420a-9b4a-0f53c842dffb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9748 | 2024.10.04 16:00:54.221259 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 1914, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9749 | 2024.10.04 16:00:54.221312 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9750 | 2024.10.04 16:00:54.221331 [ 3 ] {} <Debug> HTTP-Session: d2d4db1f-5942-42cc-ac06-f8fa71d5aca1 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 9751 | 2024.10.04 16:00:54.221349 [ 3 ] {} <Debug> HTTP-Session: d2d4db1f-5942-42cc-ac06-f8fa71d5aca1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9752 | 2024.10.04 16:00:54.221363 [ 3 ] {} <Debug> HTTP-Session: d2d4db1f-5942-42cc-ac06-f8fa71d5aca1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9753 | 2024.10.04 16:00:54.221394 [ 3 ] {} <Trace> HTTP-Session: d2d4db1f-5942-42cc-ac06-f8fa71d5aca1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9754 | 2024.10.04 16:00:54.221501 [ 3 ] {44d00d31-4664-4f08-85e3-fad49311fc11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 9755 | 2024.10.04 16:00:54.221547 [ 3 ] {44d00d31-4664-4f08-85e3-fad49311fc11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9756 | 2024.10.04 16:00:54.221800 [ 3 ] {44d00d31-4664-4f08-85e3-fad49311fc11} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9757 | 2024.10.04 16:00:54.222173 [ 3 ] {44d00d31-4664-4f08-85e3-fad49311fc11} <Trace> oximeter.fields_u16 (e9c2286f-cf98-4582-9ae4-6e9eb84e22b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9758 | 2024.10.04 16:00:54.222212 [ 3 ] {44d00d31-4664-4f08-85e3-fad49311fc11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 9759 | 2024.10.04 16:00:54.222564 [ 3 ] {44d00d31-4664-4f08-85e3-fad49311fc11} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 9760 | 2024.10.04 16:00:54.222937 [ 3 ] {44d00d31-4664-4f08-85e3-fad49311fc11} <Trace> oximeter.fields_u16 (e9c2286f-cf98-4582-9ae4-6e9eb84e22b6): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9761 | 2024.10.04 16:00:54.223093 [ 3 ] {44d00d31-4664-4f08-85e3-fad49311fc11} <Debug> executeQuery: Read 13 rows, 1001.00 B in 0.001612 sec., 8064.5161290322585 rows/sec., 606.41 KiB/sec. | ||
| 9762 | 2024.10.04 16:00:54.223281 [ 3 ] {44d00d31-4664-4f08-85e3-fad49311fc11} <Debug> DynamicQueryHandler: Done processing query | ||
| 9763 | 2024.10.04 16:00:54.223306 [ 3 ] {44d00d31-4664-4f08-85e3-fad49311fc11} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 9764 | 2024.10.04 16:00:54.223322 [ 3 ] {} <Debug> HTTP-Session: d2d4db1f-5942-42cc-ac06-f8fa71d5aca1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9765 | 2024.10.04 16:00:54.223449 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 1933, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9766 | 2024.10.04 16:00:54.223499 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9767 | 2024.10.04 16:00:54.223518 [ 3 ] {} <Debug> HTTP-Session: 96eb6ff4-3a38-4f2e-8e46-5637e5f281fa Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 9768 | 2024.10.04 16:00:54.223535 [ 3 ] {} <Debug> HTTP-Session: 96eb6ff4-3a38-4f2e-8e46-5637e5f281fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9769 | 2024.10.04 16:00:54.223549 [ 3 ] {} <Debug> HTTP-Session: 96eb6ff4-3a38-4f2e-8e46-5637e5f281fa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9770 | 2024.10.04 16:00:54.223580 [ 3 ] {} <Trace> HTTP-Session: 96eb6ff4-3a38-4f2e-8e46-5637e5f281fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9771 | 2024.10.04 16:00:54.223685 [ 3 ] {57aa712f-77e2-4573-bb0c-bd27d3dd877e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 9772 | 2024.10.04 16:00:54.223730 [ 3 ] {57aa712f-77e2-4573-bb0c-bd27d3dd877e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9773 | 2024.10.04 16:00:54.223957 [ 3 ] {57aa712f-77e2-4573-bb0c-bd27d3dd877e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9774 | 2024.10.04 16:00:54.224283 [ 3 ] {57aa712f-77e2-4573-bb0c-bd27d3dd877e} <Trace> oximeter.fields_u32 (d636b635-d679-4839-bb6a-f39822d1a48c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9775 | 2024.10.04 16:00:54.224321 [ 3 ] {57aa712f-77e2-4573-bb0c-bd27d3dd877e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 9776 | 2024.10.04 16:00:54.224689 [ 3 ] {57aa712f-77e2-4573-bb0c-bd27d3dd877e} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 9777 | 2024.10.04 16:00:54.225047 [ 3 ] {57aa712f-77e2-4573-bb0c-bd27d3dd877e} <Trace> oximeter.fields_u32 (d636b635-d679-4839-bb6a-f39822d1a48c): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9778 | 2024.10.04 16:00:54.225176 [ 3 ] {57aa712f-77e2-4573-bb0c-bd27d3dd877e} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001522 sec., 9198.423127463864 rows/sec., 644.20 KiB/sec. | ||
| 9779 | 2024.10.04 16:00:54.225493 [ 3 ] {57aa712f-77e2-4573-bb0c-bd27d3dd877e} <Debug> DynamicQueryHandler: Done processing query | ||
| 9780 | 2024.10.04 16:00:54.225519 [ 3 ] {57aa712f-77e2-4573-bb0c-bd27d3dd877e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 9781 | 2024.10.04 16:00:54.225535 [ 3 ] {} <Debug> HTTP-Session: 96eb6ff4-3a38-4f2e-8e46-5637e5f281fa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9782 | 2024.10.04 16:00:54.225661 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9783 | 2024.10.04 16:00:54.225711 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9784 | 2024.10.04 16:00:54.225731 [ 3 ] {} <Debug> HTTP-Session: 2cfcb717-b26c-4030-b935-c06393599dae Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 9785 | 2024.10.04 16:00:54.225749 [ 3 ] {} <Debug> HTTP-Session: 2cfcb717-b26c-4030-b935-c06393599dae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9786 | 2024.10.04 16:00:54.225763 [ 3 ] {} <Debug> HTTP-Session: 2cfcb717-b26c-4030-b935-c06393599dae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9787 | 2024.10.04 16:00:54.225793 [ 3 ] {} <Trace> HTTP-Session: 2cfcb717-b26c-4030-b935-c06393599dae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9788 | 2024.10.04 16:00:54.225891 [ 3 ] {75f07b15-3e50-421c-977a-85af5d8bd654} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 9789 | 2024.10.04 16:00:54.225936 [ 3 ] {75f07b15-3e50-421c-977a-85af5d8bd654} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9790 | 2024.10.04 16:00:54.226189 [ 3 ] {75f07b15-3e50-421c-977a-85af5d8bd654} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9791 | 2024.10.04 16:00:54.226502 [ 3 ] {75f07b15-3e50-421c-977a-85af5d8bd654} <Trace> oximeter.fields_u8 (b38c7fc2-16b2-4da0-8e0e-60bfa18d3929): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9792 | 2024.10.04 16:00:54.226538 [ 3 ] {75f07b15-3e50-421c-977a-85af5d8bd654} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 9793 | 2024.10.04 16:00:54.226882 [ 3 ] {75f07b15-3e50-421c-977a-85af5d8bd654} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 9794 | 2024.10.04 16:00:54.227238 [ 3 ] {75f07b15-3e50-421c-977a-85af5d8bd654} <Trace> oximeter.fields_u8 (b38c7fc2-16b2-4da0-8e0e-60bfa18d3929): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9795 | 2024.10.04 16:00:54.227371 [ 3 ] {75f07b15-3e50-421c-977a-85af5d8bd654} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001505 sec., 3986.7109634551493 rows/sec., 235.54 KiB/sec. | ||
| 9796 | 2024.10.04 16:00:54.227543 [ 3 ] {75f07b15-3e50-421c-977a-85af5d8bd654} <Debug> DynamicQueryHandler: Done processing query | ||
| 9797 | 2024.10.04 16:00:54.227569 [ 3 ] {75f07b15-3e50-421c-977a-85af5d8bd654} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 9798 | 2024.10.04 16:00:54.227585 [ 3 ] {} <Debug> HTTP-Session: 2cfcb717-b26c-4030-b935-c06393599dae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9799 | 2024.10.04 16:00:54.227756 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 64034, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9800 | 2024.10.04 16:00:54.227806 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9801 | 2024.10.04 16:00:54.227826 [ 3 ] {} <Debug> HTTP-Session: 2978bb35-02cb-452b-903c-ab78903f4916 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 9802 | 2024.10.04 16:00:54.227843 [ 3 ] {} <Debug> HTTP-Session: 2978bb35-02cb-452b-903c-ab78903f4916 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9803 | 2024.10.04 16:00:54.227857 [ 3 ] {} <Debug> HTTP-Session: 2978bb35-02cb-452b-903c-ab78903f4916 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9804 | 2024.10.04 16:00:54.227888 [ 3 ] {} <Trace> HTTP-Session: 2978bb35-02cb-452b-903c-ab78903f4916 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9805 | 2024.10.04 16:00:54.228089 [ 3 ] {274e01d9-b760-43f4-b84e-a2df376bf052} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 9806 | 2024.10.04 16:00:54.228133 [ 3 ] {274e01d9-b760-43f4-b84e-a2df376bf052} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9807 | 2024.10.04 16:00:54.228361 [ 3 ] {274e01d9-b760-43f4-b84e-a2df376bf052} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9808 | 2024.10.04 16:00:54.228868 [ 3 ] {274e01d9-b760-43f4-b84e-a2df376bf052} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9809 | 2024.10.04 16:00:54.228904 [ 3 ] {274e01d9-b760-43f4-b84e-a2df376bf052} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 9810 | 2024.10.04 16:00:54.229276 [ 3 ] {274e01d9-b760-43f4-b84e-a2df376bf052} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 9811 | 2024.10.04 16:00:54.229637 [ 3 ] {274e01d9-b760-43f4-b84e-a2df376bf052} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9812 | 2024.10.04 16:00:54.229766 [ 3 ] {274e01d9-b760-43f4-b84e-a2df376bf052} <Debug> executeQuery: Read 395 rows, 28.72 KiB in 0.001786 sec., 221164.6136618141 rows/sec., 15.71 MiB/sec. | ||
| 9813 | 2024.10.04 16:00:54.229926 [ 3 ] {274e01d9-b760-43f4-b84e-a2df376bf052} <Debug> DynamicQueryHandler: Done processing query | ||
| 9814 | 2024.10.04 16:00:54.229951 [ 3 ] {274e01d9-b760-43f4-b84e-a2df376bf052} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
| 9815 | 2024.10.04 16:00:54.229967 [ 3 ] {} <Debug> HTTP-Session: 2978bb35-02cb-452b-903c-ab78903f4916 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9816 | 2024.10.04 16:00:54.230146 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 906, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9817 | 2024.10.04 16:00:54.230194 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9818 | 2024.10.04 16:00:54.230214 [ 3 ] {} <Debug> HTTP-Session: 39c06972-79ed-4191-9560-540ed0f46293 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 9819 | 2024.10.04 16:00:54.230231 [ 3 ] {} <Debug> HTTP-Session: 39c06972-79ed-4191-9560-540ed0f46293 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9820 | 2024.10.04 16:00:54.230245 [ 3 ] {} <Debug> HTTP-Session: 39c06972-79ed-4191-9560-540ed0f46293 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9821 | 2024.10.04 16:00:54.230275 [ 3 ] {} <Trace> HTTP-Session: 39c06972-79ed-4191-9560-540ed0f46293 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9822 | 2024.10.04 16:00:54.230380 [ 3 ] {ecc62d60-067b-4b6b-9d06-415a121389f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 9823 | 2024.10.04 16:00:54.230425 [ 3 ] {ecc62d60-067b-4b6b-9d06-415a121389f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9824 | 2024.10.04 16:00:54.230554 [ 3 ] {ecc62d60-067b-4b6b-9d06-415a121389f0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9825 | 2024.10.04 16:00:54.230813 [ 3 ] {ecc62d60-067b-4b6b-9d06-415a121389f0} <Trace> oximeter.measurements_bool (07631250-7a70-49e6-a733-c0ce298d5d2f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9826 | 2024.10.04 16:00:54.230849 [ 3 ] {ecc62d60-067b-4b6b-9d06-415a121389f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 9827 | 2024.10.04 16:00:54.231208 [ 3 ] {ecc62d60-067b-4b6b-9d06-415a121389f0} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 9828 | 2024.10.04 16:00:54.231539 [ 3 ] {ecc62d60-067b-4b6b-9d06-415a121389f0} <Trace> oximeter.measurements_bool (07631250-7a70-49e6-a733-c0ce298d5d2f): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9829 | 2024.10.04 16:00:54.231668 [ 3 ] {ecc62d60-067b-4b6b-9d06-415a121389f0} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001314 sec., 4566.2100456621 rows/sec., 238.57 KiB/sec. | ||
| 9830 | 2024.10.04 16:00:54.231987 [ 3 ] {ecc62d60-067b-4b6b-9d06-415a121389f0} <Debug> DynamicQueryHandler: Done processing query | ||
| 9831 | 2024.10.04 16:00:54.232014 [ 3 ] {ecc62d60-067b-4b6b-9d06-415a121389f0} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 9832 | 2024.10.04 16:00:54.232030 [ 3 ] {} <Debug> HTTP-Session: 39c06972-79ed-4191-9560-540ed0f46293 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9833 | 2024.10.04 16:00:54.232225 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 44668, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9834 | 2024.10.04 16:00:54.232275 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9835 | 2024.10.04 16:00:54.232294 [ 3 ] {} <Debug> HTTP-Session: 086ad582-4411-4d88-be8d-e3050f8ae0b0 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 9836 | 2024.10.04 16:00:54.232311 [ 3 ] {} <Debug> HTTP-Session: 086ad582-4411-4d88-be8d-e3050f8ae0b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9837 | 2024.10.04 16:00:54.232326 [ 3 ] {} <Debug> HTTP-Session: 086ad582-4411-4d88-be8d-e3050f8ae0b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9838 | 2024.10.04 16:00:54.232356 [ 3 ] {} <Trace> HTTP-Session: 086ad582-4411-4d88-be8d-e3050f8ae0b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9839 | 2024.10.04 16:00:54.232539 [ 3 ] {ef6731a3-6b24-4322-a1b6-f35bfe1c48a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 9840 | 2024.10.04 16:00:54.232588 [ 3 ] {ef6731a3-6b24-4322-a1b6-f35bfe1c48a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9841 | 2024.10.04 16:00:54.232753 [ 3 ] {ef6731a3-6b24-4322-a1b6-f35bfe1c48a9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9842 | 2024.10.04 16:00:54.233174 [ 3 ] {ef6731a3-6b24-4322-a1b6-f35bfe1c48a9} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9843 | 2024.10.04 16:00:54.233210 [ 3 ] {ef6731a3-6b24-4322-a1b6-f35bfe1c48a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 9844 | 2024.10.04 16:00:54.233588 [ 3 ] {ef6731a3-6b24-4322-a1b6-f35bfe1c48a9} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 9845 | 2024.10.04 16:00:54.233928 [ 3 ] {ef6731a3-6b24-4322-a1b6-f35bfe1c48a9} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9846 | 2024.10.04 16:00:54.234059 [ 3 ] {ef6731a3-6b24-4322-a1b6-f35bfe1c48a9} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001606 sec., 147571.60647571608 rows/sec., 9.89 MiB/sec. | ||
| 9847 | 2024.10.04 16:00:54.234324 [ 3 ] {ef6731a3-6b24-4322-a1b6-f35bfe1c48a9} <Debug> DynamicQueryHandler: Done processing query | ||
| 9848 | 2024.10.04 16:00:54.234382 [ 3 ] {ef6731a3-6b24-4322-a1b6-f35bfe1c48a9} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 9849 | 2024.10.04 16:00:54.234440 [ 3 ] {} <Debug> HTTP-Session: 086ad582-4411-4d88-be8d-e3050f8ae0b0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9850 | 2024.10.04 16:00:54.234710 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9851 | 2024.10.04 16:00:54.234761 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9852 | 2024.10.04 16:00:54.234781 [ 3 ] {} <Debug> HTTP-Session: 9ebd4358-b3a8-4556-a944-6929a22be9d0 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 9853 | 2024.10.04 16:00:54.234799 [ 3 ] {} <Debug> HTTP-Session: 9ebd4358-b3a8-4556-a944-6929a22be9d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9854 | 2024.10.04 16:00:54.234813 [ 3 ] {} <Debug> HTTP-Session: 9ebd4358-b3a8-4556-a944-6929a22be9d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9855 | 2024.10.04 16:00:54.234845 [ 3 ] {} <Trace> HTTP-Session: 9ebd4358-b3a8-4556-a944-6929a22be9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9856 | 2024.10.04 16:00:54.234946 [ 3 ] {88351eaa-c637-4390-a6fa-6cdd3acd31d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 9857 | 2024.10.04 16:00:54.234994 [ 3 ] {88351eaa-c637-4390-a6fa-6cdd3acd31d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9858 | 2024.10.04 16:00:54.235135 [ 3 ] {88351eaa-c637-4390-a6fa-6cdd3acd31d4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9859 | 2024.10.04 16:00:54.235392 [ 3 ] {88351eaa-c637-4390-a6fa-6cdd3acd31d4} <Trace> oximeter.measurements_f64 (87d8cd82-19cb-42e6-8b47-b078fc436c38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9860 | 2024.10.04 16:00:54.235428 [ 3 ] {88351eaa-c637-4390-a6fa-6cdd3acd31d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 9861 | 2024.10.04 16:00:54.235776 [ 3 ] {88351eaa-c637-4390-a6fa-6cdd3acd31d4} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 9862 | 2024.10.04 16:00:54.236102 [ 3 ] {88351eaa-c637-4390-a6fa-6cdd3acd31d4} <Trace> oximeter.measurements_f64 (87d8cd82-19cb-42e6-8b47-b078fc436c38): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9863 | 2024.10.04 16:00:54.236230 [ 3 ] {88351eaa-c637-4390-a6fa-6cdd3acd31d4} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001309 sec., 763.9419404125287 rows/sec., 51.48 KiB/sec. | ||
| 9864 | 2024.10.04 16:00:54.236397 [ 3 ] {88351eaa-c637-4390-a6fa-6cdd3acd31d4} <Debug> DynamicQueryHandler: Done processing query | ||
| 9865 | 2024.10.04 16:00:54.236422 [ 3 ] {88351eaa-c637-4390-a6fa-6cdd3acd31d4} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 9866 | 2024.10.04 16:00:54.236438 [ 3 ] {} <Debug> HTTP-Session: 9ebd4358-b3a8-4556-a944-6929a22be9d0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9867 | 2024.10.04 16:00:54.236594 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 21542, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9868 | 2024.10.04 16:00:54.236645 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9869 | 2024.10.04 16:00:54.236664 [ 3 ] {} <Debug> HTTP-Session: c8747c46-3872-4fb9-b3ff-c0965e562e78 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 9870 | 2024.10.04 16:00:54.236681 [ 3 ] {} <Debug> HTTP-Session: c8747c46-3872-4fb9-b3ff-c0965e562e78 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9871 | 2024.10.04 16:00:54.236696 [ 3 ] {} <Debug> HTTP-Session: c8747c46-3872-4fb9-b3ff-c0965e562e78 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9872 | 2024.10.04 16:00:54.236727 [ 3 ] {} <Trace> HTTP-Session: c8747c46-3872-4fb9-b3ff-c0965e562e78 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9873 | 2024.10.04 16:00:54.236934 [ 3 ] {21b8bc70-3108-4da9-a8f8-335c4b46ab33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 9874 | 2024.10.04 16:00:54.236998 [ 3 ] {21b8bc70-3108-4da9-a8f8-335c4b46ab33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9875 | 2024.10.04 16:00:54.237432 [ 3 ] {21b8bc70-3108-4da9-a8f8-335c4b46ab33} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9876 | 2024.10.04 16:00:54.237944 [ 3 ] {21b8bc70-3108-4da9-a8f8-335c4b46ab33} <Trace> oximeter.measurements_histogramu64 (00490d86-ebe4-4f2c-857c-d83cd24ebd05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9877 | 2024.10.04 16:00:54.237980 [ 3 ] {21b8bc70-3108-4da9-a8f8-335c4b46ab33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 9878 | 2024.10.04 16:00:54.238580 [ 3 ] {21b8bc70-3108-4da9-a8f8-335c4b46ab33} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 9879 | 2024.10.04 16:00:54.238992 [ 3 ] {21b8bc70-3108-4da9-a8f8-335c4b46ab33} <Trace> oximeter.measurements_histogramu64 (00490d86-ebe4-4f2c-857c-d83cd24ebd05): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9880 | 2024.10.04 16:00:54.239140 [ 3 ] {21b8bc70-3108-4da9-a8f8-335c4b46ab33} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002339 sec., 5557.930739632322 rows/sec., 9.96 MiB/sec. | ||
| 9881 | 2024.10.04 16:00:54.239341 [ 3 ] {21b8bc70-3108-4da9-a8f8-335c4b46ab33} <Debug> DynamicQueryHandler: Done processing query | ||
| 9882 | 2024.10.04 16:00:54.239366 [ 3 ] {21b8bc70-3108-4da9-a8f8-335c4b46ab33} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
| 9883 | 2024.10.04 16:00:54.239383 [ 3 ] {} <Debug> HTTP-Session: c8747c46-3872-4fb9-b3ff-c0965e562e78 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9884 | 2024.10.04 16:00:54.239553 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 12156, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9885 | 2024.10.04 16:00:54.239602 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9886 | 2024.10.04 16:00:54.239621 [ 3 ] {} <Debug> HTTP-Session: 35f5fb9a-0fcb-4839-b592-f7fc25c5cae1 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 9887 | 2024.10.04 16:00:54.239639 [ 3 ] {} <Debug> HTTP-Session: 35f5fb9a-0fcb-4839-b592-f7fc25c5cae1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9888 | 2024.10.04 16:00:54.239653 [ 3 ] {} <Debug> HTTP-Session: 35f5fb9a-0fcb-4839-b592-f7fc25c5cae1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9889 | 2024.10.04 16:00:54.239683 [ 3 ] {} <Trace> HTTP-Session: 35f5fb9a-0fcb-4839-b592-f7fc25c5cae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9890 | 2024.10.04 16:00:54.239817 [ 3 ] {3548eec8-e294-46be-b41e-82e4d6d8f937} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 9891 | 2024.10.04 16:00:54.239863 [ 3 ] {3548eec8-e294-46be-b41e-82e4d6d8f937} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9892 | 2024.10.04 16:00:54.239993 [ 3 ] {3548eec8-e294-46be-b41e-82e4d6d8f937} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9893 | 2024.10.04 16:00:54.240361 [ 3 ] {3548eec8-e294-46be-b41e-82e4d6d8f937} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9894 | 2024.10.04 16:00:54.240398 [ 3 ] {3548eec8-e294-46be-b41e-82e4d6d8f937} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 9895 | 2024.10.04 16:00:54.240763 [ 3 ] {3548eec8-e294-46be-b41e-82e4d6d8f937} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 9896 | 2024.10.04 16:00:54.241087 [ 3 ] {3548eec8-e294-46be-b41e-82e4d6d8f937} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9897 | 2024.10.04 16:00:54.241219 [ 3 ] {3548eec8-e294-46be-b41e-82e4d6d8f937} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001462 sec., 56087.551299589606 rows/sec., 3.56 MiB/sec. | ||
| 9898 | 2024.10.04 16:00:54.241498 [ 3 ] {3548eec8-e294-46be-b41e-82e4d6d8f937} <Debug> DynamicQueryHandler: Done processing query | ||
| 9899 | 2024.10.04 16:00:54.241560 [ 3 ] {3548eec8-e294-46be-b41e-82e4d6d8f937} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 9900 | 2024.10.04 16:00:54.241612 [ 3 ] {} <Debug> HTTP-Session: 35f5fb9a-0fcb-4839-b592-f7fc25c5cae1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9901 | 2024.10.04 16:00:55.612829 [ 125 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 9902 | 2024.10.04 16:00:55.612881 [ 125 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 9903 | 2024.10.04 16:00:56.001684 [ 244 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001249932 sec. | ||
| 9904 | 2024.10.04 16:00:56.155911 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 974 | ||
| 9905 | 2024.10.04 16:00:56.158926 [ 242 ] {} <Trace> system.query_log (8f12c5ea-7fed-46c2-8a08-f82b2fd1cd88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9906 | 2024.10.04 16:00:56.158982 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 9907 | 2024.10.04 16:00:56.160507 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 9908 | 2024.10.04 16:00:56.161534 [ 242 ] {} <Trace> system.query_log (8f12c5ea-7fed-46c2-8a08-f82b2fd1cd88): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9909 | 2024.10.04 16:00:56.162142 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 974 | ||
| 9910 | 2024.10.04 16:00:59.214041 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 17482, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9911 | 2024.10.04 16:00:59.214212 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9912 | 2024.10.04 16:00:59.214257 [ 3 ] {} <Debug> HTTP-Session: a27f9bef-6b7d-45a2-a677-6b6d24d13a02 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 9913 | 2024.10.04 16:00:59.214299 [ 3 ] {} <Debug> HTTP-Session: a27f9bef-6b7d-45a2-a677-6b6d24d13a02 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9914 | 2024.10.04 16:00:59.214328 [ 3 ] {} <Debug> HTTP-Session: a27f9bef-6b7d-45a2-a677-6b6d24d13a02 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9915 | 2024.10.04 16:00:59.214404 [ 3 ] {} <Trace> HTTP-Session: a27f9bef-6b7d-45a2-a677-6b6d24d13a02 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9916 | 2024.10.04 16:00:59.214627 [ 3 ] {4b4c00f6-c16e-4460-994a-b2c5ece1cb2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 9917 | 2024.10.04 16:00:59.214697 [ 3 ] {4b4c00f6-c16e-4460-994a-b2c5ece1cb2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9918 | 2024.10.04 16:00:59.215046 [ 3 ] {4b4c00f6-c16e-4460-994a-b2c5ece1cb2d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9919 | 2024.10.04 16:00:59.215636 [ 3 ] {4b4c00f6-c16e-4460-994a-b2c5ece1cb2d} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9920 | 2024.10.04 16:00:59.215679 [ 3 ] {4b4c00f6-c16e-4460-994a-b2c5ece1cb2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 9921 | 2024.10.04 16:00:59.216152 [ 3 ] {4b4c00f6-c16e-4460-994a-b2c5ece1cb2d} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 9922 | 2024.10.04 16:00:59.216554 [ 3 ] {4b4c00f6-c16e-4460-994a-b2c5ece1cb2d} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9923 | 2024.10.04 16:00:59.216709 [ 3 ] {4b4c00f6-c16e-4460-994a-b2c5ece1cb2d} <Debug> executeQuery: Read 118 rows, 10.28 KiB in 0.00216 sec., 54629.62962962963 rows/sec., 4.65 MiB/sec. | ||
| 9924 | 2024.10.04 16:00:59.217061 [ 3 ] {4b4c00f6-c16e-4460-994a-b2c5ece1cb2d} <Debug> DynamicQueryHandler: Done processing query | ||
| 9925 | 2024.10.04 16:00:59.217113 [ 3 ] {4b4c00f6-c16e-4460-994a-b2c5ece1cb2d} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 9926 | 2024.10.04 16:00:59.217132 [ 3 ] {} <Debug> HTTP-Session: a27f9bef-6b7d-45a2-a677-6b6d24d13a02 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9927 | 2024.10.04 16:00:59.217272 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 4500, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9928 | 2024.10.04 16:00:59.217330 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9929 | 2024.10.04 16:00:59.217350 [ 3 ] {} <Debug> HTTP-Session: fbda23a8-2890-4963-826b-76e764565975 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 9930 | 2024.10.04 16:00:59.217370 [ 3 ] {} <Debug> HTTP-Session: fbda23a8-2890-4963-826b-76e764565975 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9931 | 2024.10.04 16:00:59.217384 [ 3 ] {} <Debug> HTTP-Session: fbda23a8-2890-4963-826b-76e764565975 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9932 | 2024.10.04 16:00:59.217419 [ 3 ] {} <Trace> HTTP-Session: fbda23a8-2890-4963-826b-76e764565975 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9933 | 2024.10.04 16:00:59.217545 [ 3 ] {ebda664f-780d-4294-aa60-56c056faeef5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 9934 | 2024.10.04 16:00:59.217595 [ 3 ] {ebda664f-780d-4294-aa60-56c056faeef5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9935 | 2024.10.04 16:00:59.217855 [ 3 ] {ebda664f-780d-4294-aa60-56c056faeef5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9936 | 2024.10.04 16:00:59.218217 [ 3 ] {ebda664f-780d-4294-aa60-56c056faeef5} <Trace> oximeter.fields_u16 (e9c2286f-cf98-4582-9ae4-6e9eb84e22b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9937 | 2024.10.04 16:00:59.218254 [ 3 ] {ebda664f-780d-4294-aa60-56c056faeef5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 9938 | 2024.10.04 16:00:59.218630 [ 3 ] {ebda664f-780d-4294-aa60-56c056faeef5} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 9939 | 2024.10.04 16:00:59.219010 [ 3 ] {ebda664f-780d-4294-aa60-56c056faeef5} <Trace> oximeter.fields_u16 (e9c2286f-cf98-4582-9ae4-6e9eb84e22b6): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9940 | 2024.10.04 16:00:59.219133 [ 148 ] {} <Debug> oximeter.fields_u16 (e9c2286f-cf98-4582-9ae4-6e9eb84e22b6) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 9941 | 2024.10.04 16:00:59.219143 [ 3 ] {ebda664f-780d-4294-aa60-56c056faeef5} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.001637 sec., 18937.08002443494 rows/sec., 1.39 MiB/sec. | ||
| 9942 | 2024.10.04 16:00:59.219176 [ 148 ] {} <Trace> oximeter.fields_u16 (e9c2286f-cf98-4582-9ae4-6e9eb84e22b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9943 | 2024.10.04 16:00:59.219215 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 9944 | 2024.10.04 16:00:59.219502 [ 191 ] {e9c2286f-cf98-4582-9ae4-6e9eb84e22b6::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 | ||
| 9945 | 2024.10.04 16:00:59.219554 [ 3 ] {ebda664f-780d-4294-aa60-56c056faeef5} <Debug> DynamicQueryHandler: Done processing query | ||
| 9946 | 2024.10.04 16:00:59.219651 [ 3 ] {ebda664f-780d-4294-aa60-56c056faeef5} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 9947 | 2024.10.04 16:00:59.219735 [ 3 ] {} <Debug> HTTP-Session: fbda23a8-2890-4963-826b-76e764565975 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9948 | 2024.10.04 16:00:59.219949 [ 191 ] {e9c2286f-cf98-4582-9ae4-6e9eb84e22b6::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9949 | 2024.10.04 16:00:59.219993 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 16149, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9950 | 2024.10.04 16:00:59.220018 [ 191 ] {e9c2286f-cf98-4582-9ae4-6e9eb84e22b6::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 62 rows starting from the beginning of the part | ||
| 9951 | 2024.10.04 16:00:59.220099 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9952 | 2024.10.04 16:00:59.220184 [ 3 ] {} <Debug> HTTP-Session: 178b8187-d7b7-486e-9eea-1edb3e4183fb Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 9953 | 2024.10.04 16:00:59.220250 [ 3 ] {} <Debug> HTTP-Session: 178b8187-d7b7-486e-9eea-1edb3e4183fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9954 | 2024.10.04 16:00:59.220322 [ 3 ] {} <Debug> HTTP-Session: 178b8187-d7b7-486e-9eea-1edb3e4183fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9955 | 2024.10.04 16:00:59.220339 [ 191 ] {e9c2286f-cf98-4582-9ae4-6e9eb84e22b6::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 31 rows starting from the beginning of the part | ||
| 9956 | 2024.10.04 16:00:59.220447 [ 3 ] {} <Trace> HTTP-Session: 178b8187-d7b7-486e-9eea-1edb3e4183fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9957 | 2024.10.04 16:00:59.220654 [ 191 ] {e9c2286f-cf98-4582-9ae4-6e9eb84e22b6::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 13 rows starting from the beginning of the part | ||
| 9958 | 2024.10.04 16:00:59.220829 [ 3 ] {6680a7f8-f128-44f7-a215-d84ce0c7c8fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 9959 | 2024.10.04 16:00:59.220963 [ 191 ] {e9c2286f-cf98-4582-9ae4-6e9eb84e22b6::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 33 rows starting from the beginning of the part | ||
| 9960 | 2024.10.04 16:00:59.220990 [ 3 ] {6680a7f8-f128-44f7-a215-d84ce0c7c8fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9961 | 2024.10.04 16:00:59.221322 [ 191 ] {e9c2286f-cf98-4582-9ae4-6e9eb84e22b6::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 13 rows starting from the beginning of the part | ||
| 9962 | 2024.10.04 16:00:59.221673 [ 191 ] {e9c2286f-cf98-4582-9ae4-6e9eb84e22b6::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 31 rows starting from the beginning of the part | ||
| 9963 | 2024.10.04 16:00:59.222505 [ 3 ] {6680a7f8-f128-44f7-a215-d84ce0c7c8fc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9964 | 2024.10.04 16:00:59.223552 [ 3 ] {6680a7f8-f128-44f7-a215-d84ce0c7c8fc} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9965 | 2024.10.04 16:00:59.223620 [ 3 ] {6680a7f8-f128-44f7-a215-d84ce0c7c8fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 9966 | 2024.10.04 16:00:59.224731 [ 191 ] {e9c2286f-cf98-4582-9ae4-6e9eb84e22b6::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 183 rows, containing 5 columns (5 merged, 0 gathered) in 0.005401645 sec., 33878.56847312254 rows/sec., 2.60 MiB/sec. | ||
| 9967 | 2024.10.04 16:00:59.224776 [ 3 ] {6680a7f8-f128-44f7-a215-d84ce0c7c8fc} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 9968 | 2024.10.04 16:00:59.224942 [ 191 ] {e9c2286f-cf98-4582-9ae4-6e9eb84e22b6::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 9969 | 2024.10.04 16:00:59.225771 [ 3 ] {6680a7f8-f128-44f7-a215-d84ce0c7c8fc} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9970 | 2024.10.04 16:00:59.226055 [ 191 ] {e9c2286f-cf98-4582-9ae4-6e9eb84e22b6::all_1_41_8} <Trace> oximeter.fields_u16 (e9c2286f-cf98-4582-9ae4-6e9eb84e22b6): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9971 | 2024.10.04 16:00:59.226077 [ 3 ] {6680a7f8-f128-44f7-a215-d84ce0c7c8fc} <Debug> executeQuery: Read 95 rows, 7.60 KiB in 0.005382 sec., 17651.43069490896 rows/sec., 1.38 MiB/sec. | ||
| 9972 | 2024.10.04 16:00:59.226274 [ 191 ] {e9c2286f-cf98-4582-9ae4-6e9eb84e22b6::all_1_41_8} <Trace> oximeter.fields_u16 (e9c2286f-cf98-4582-9ae4-6e9eb84e22b6) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 9973 | 2024.10.04 16:00:59.226437 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 9974 | 2024.10.04 16:00:59.226484 [ 3 ] {6680a7f8-f128-44f7-a215-d84ce0c7c8fc} <Debug> DynamicQueryHandler: Done processing query | ||
| 9975 | 2024.10.04 16:00:59.226517 [ 3 ] {6680a7f8-f128-44f7-a215-d84ce0c7c8fc} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 9976 | 2024.10.04 16:00:59.226534 [ 3 ] {} <Debug> HTTP-Session: 178b8187-d7b7-486e-9eea-1edb3e4183fb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9977 | 2024.10.04 16:00:59.226727 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 30647, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9978 | 2024.10.04 16:00:59.226777 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9979 | 2024.10.04 16:00:59.226796 [ 3 ] {} <Debug> HTTP-Session: caa9c246-5c31-4651-9fce-65876d44d0db Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 9980 | 2024.10.04 16:00:59.226813 [ 3 ] {} <Debug> HTTP-Session: caa9c246-5c31-4651-9fce-65876d44d0db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9981 | 2024.10.04 16:00:59.226827 [ 3 ] {} <Debug> HTTP-Session: caa9c246-5c31-4651-9fce-65876d44d0db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9982 | 2024.10.04 16:00:59.226861 [ 3 ] {} <Trace> HTTP-Session: caa9c246-5c31-4651-9fce-65876d44d0db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9983 | 2024.10.04 16:00:59.227028 [ 3 ] {5a6affb4-4b5d-47cd-940f-261165baa1ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 9984 | 2024.10.04 16:00:59.227077 [ 3 ] {5a6affb4-4b5d-47cd-940f-261165baa1ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9985 | 2024.10.04 16:00:59.227247 [ 3 ] {5a6affb4-4b5d-47cd-940f-261165baa1ff} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9986 | 2024.10.04 16:00:59.227677 [ 3 ] {5a6affb4-4b5d-47cd-940f-261165baa1ff} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9987 | 2024.10.04 16:00:59.227712 [ 3 ] {5a6affb4-4b5d-47cd-940f-261165baa1ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 9988 | 2024.10.04 16:00:59.228110 [ 3 ] {5a6affb4-4b5d-47cd-940f-261165baa1ff} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 9989 | 2024.10.04 16:00:59.228465 [ 3 ] {5a6affb4-4b5d-47cd-940f-261165baa1ff} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9990 | 2024.10.04 16:00:59.228594 [ 3 ] {5a6affb4-4b5d-47cd-940f-261165baa1ff} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001638 sec., 97680.09768009768 rows/sec., 6.80 MiB/sec. | ||
| 9991 | 2024.10.04 16:00:59.228869 [ 3 ] {5a6affb4-4b5d-47cd-940f-261165baa1ff} <Debug> DynamicQueryHandler: Done processing query | ||
| 9992 | 2024.10.04 16:00:59.228932 [ 3 ] {5a6affb4-4b5d-47cd-940f-261165baa1ff} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 9993 | 2024.10.04 16:00:59.228989 [ 3 ] {} <Debug> HTTP-Session: caa9c246-5c31-4651-9fce-65876d44d0db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9994 | 2024.10.04 16:00:59.229244 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 51925, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9995 | 2024.10.04 16:00:59.229297 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9996 | 2024.10.04 16:00:59.229316 [ 3 ] {} <Debug> HTTP-Session: 902dbc7b-fede-4c00-958c-bfc479a9bedb Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 9997 | 2024.10.04 16:00:59.229334 [ 3 ] {} <Debug> HTTP-Session: 902dbc7b-fede-4c00-958c-bfc479a9bedb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9998 | 2024.10.04 16:00:59.229348 [ 3 ] {} <Debug> HTTP-Session: 902dbc7b-fede-4c00-958c-bfc479a9bedb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9999 | 2024.10.04 16:00:59.229380 [ 3 ] {} <Trace> HTTP-Session: 902dbc7b-fede-4c00-958c-bfc479a9bedb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10000 | 2024.10.04 16:00:59.229693 [ 3 ] {eac5e2e3-8218-4f30-8547-b6cd13fd6aab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 10001 | 2024.10.04 16:00:59.229765 [ 3 ] {eac5e2e3-8218-4f30-8547-b6cd13fd6aab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10002 | 2024.10.04 16:00:59.230212 [ 3 ] {eac5e2e3-8218-4f30-8547-b6cd13fd6aab} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10003 | 2024.10.04 16:00:59.230915 [ 3 ] {eac5e2e3-8218-4f30-8547-b6cd13fd6aab} <Trace> oximeter.measurements_histogramu64 (00490d86-ebe4-4f2c-857c-d83cd24ebd05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10004 | 2024.10.04 16:00:59.230951 [ 3 ] {eac5e2e3-8218-4f30-8547-b6cd13fd6aab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 10005 | 2024.10.04 16:00:59.231621 [ 3 ] {eac5e2e3-8218-4f30-8547-b6cd13fd6aab} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 10006 | 2024.10.04 16:00:59.232047 [ 3 ] {eac5e2e3-8218-4f30-8547-b6cd13fd6aab} <Trace> oximeter.measurements_histogramu64 (00490d86-ebe4-4f2c-857c-d83cd24ebd05): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10007 | 2024.10.04 16:00:59.232203 [ 3 ] {eac5e2e3-8218-4f30-8547-b6cd13fd6aab} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002734 sec., 11338.697878566203 rows/sec., 20.32 MiB/sec. | ||
| 10008 | 2024.10.04 16:00:59.232432 [ 3 ] {eac5e2e3-8218-4f30-8547-b6cd13fd6aab} <Debug> DynamicQueryHandler: Done processing query | ||
| 10009 | 2024.10.04 16:00:59.232457 [ 3 ] {eac5e2e3-8218-4f30-8547-b6cd13fd6aab} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
| 10010 | 2024.10.04 16:00:59.232473 [ 3 ] {} <Debug> HTTP-Session: 902dbc7b-fede-4c00-958c-bfc479a9bedb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10011 | 2024.10.04 16:00:59.232607 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10012 | 2024.10.04 16:00:59.232657 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10013 | 2024.10.04 16:00:59.232678 [ 3 ] {} <Debug> HTTP-Session: 24bd0fcd-2ceb-485f-8c9b-9d5ac5542fb5 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 10014 | 2024.10.04 16:00:59.232694 [ 3 ] {} <Debug> HTTP-Session: 24bd0fcd-2ceb-485f-8c9b-9d5ac5542fb5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10015 | 2024.10.04 16:00:59.232708 [ 3 ] {} <Debug> HTTP-Session: 24bd0fcd-2ceb-485f-8c9b-9d5ac5542fb5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10016 | 2024.10.04 16:00:59.232739 [ 3 ] {} <Trace> HTTP-Session: 24bd0fcd-2ceb-485f-8c9b-9d5ac5542fb5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10017 | 2024.10.04 16:00:59.232861 [ 3 ] {1a155ee9-e544-4e2a-8f3a-7b83833dc8ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 10018 | 2024.10.04 16:00:59.232906 [ 3 ] {1a155ee9-e544-4e2a-8f3a-7b83833dc8ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10019 | 2024.10.04 16:00:59.233035 [ 3 ] {1a155ee9-e544-4e2a-8f3a-7b83833dc8ab} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10020 | 2024.10.04 16:00:59.233333 [ 3 ] {1a155ee9-e544-4e2a-8f3a-7b83833dc8ab} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10021 | 2024.10.04 16:00:59.233368 [ 3 ] {1a155ee9-e544-4e2a-8f3a-7b83833dc8ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 10022 | 2024.10.04 16:00:59.233737 [ 3 ] {1a155ee9-e544-4e2a-8f3a-7b83833dc8ab} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 10023 | 2024.10.04 16:00:59.234076 [ 3 ] {1a155ee9-e544-4e2a-8f3a-7b83833dc8ab} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10024 | 2024.10.04 16:00:59.234203 [ 3 ] {1a155ee9-e544-4e2a-8f3a-7b83833dc8ab} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001389 sec., 43196.544276457884 rows/sec., 2.91 MiB/sec. | ||
| 10025 | 2024.10.04 16:00:59.234366 [ 3 ] {1a155ee9-e544-4e2a-8f3a-7b83833dc8ab} <Debug> DynamicQueryHandler: Done processing query | ||
| 10026 | 2024.10.04 16:00:59.234391 [ 3 ] {1a155ee9-e544-4e2a-8f3a-7b83833dc8ab} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 10027 | 2024.10.04 16:00:59.234407 [ 3 ] {} <Debug> HTTP-Session: 24bd0fcd-2ceb-485f-8c9b-9d5ac5542fb5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10028 | 2024.10.04 16:01:04.218512 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 32420, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10029 | 2024.10.04 16:01:04.218667 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10030 | 2024.10.04 16:01:04.218699 [ 3 ] {} <Debug> HTTP-Session: 68489d7f-1f3c-47dd-9dfb-264ef656b7dc Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 10031 | 2024.10.04 16:01:04.218728 [ 3 ] {} <Debug> HTTP-Session: 68489d7f-1f3c-47dd-9dfb-264ef656b7dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10032 | 2024.10.04 16:01:04.218747 [ 3 ] {} <Debug> HTTP-Session: 68489d7f-1f3c-47dd-9dfb-264ef656b7dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10033 | 2024.10.04 16:01:04.218805 [ 3 ] {} <Trace> HTTP-Session: 68489d7f-1f3c-47dd-9dfb-264ef656b7dc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10034 | 2024.10.04 16:01:04.219082 [ 3 ] {bf859b17-49ad-4c5b-8961-6024f4fec3a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 10035 | 2024.10.04 16:01:04.219160 [ 3 ] {bf859b17-49ad-4c5b-8961-6024f4fec3a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10036 | 2024.10.04 16:01:04.219551 [ 3 ] {bf859b17-49ad-4c5b-8961-6024f4fec3a7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10037 | 2024.10.04 16:01:04.220209 [ 3 ] {bf859b17-49ad-4c5b-8961-6024f4fec3a7} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10038 | 2024.10.04 16:01:04.220257 [ 3 ] {bf859b17-49ad-4c5b-8961-6024f4fec3a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 10039 | 2024.10.04 16:01:04.220721 [ 3 ] {bf859b17-49ad-4c5b-8961-6024f4fec3a7} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 10040 | 2024.10.04 16:01:04.221122 [ 3 ] {bf859b17-49ad-4c5b-8961-6024f4fec3a7} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10041 | 2024.10.04 16:01:04.221278 [ 3 ] {bf859b17-49ad-4c5b-8961-6024f4fec3a7} <Debug> executeQuery: Read 215 rows, 19.32 KiB in 0.002316 sec., 92832.46977547496 rows/sec., 8.15 MiB/sec. | ||
| 10042 | 2024.10.04 16:01:04.221512 [ 3 ] {bf859b17-49ad-4c5b-8961-6024f4fec3a7} <Debug> DynamicQueryHandler: Done processing query | ||
| 10043 | 2024.10.04 16:01:04.221540 [ 3 ] {bf859b17-49ad-4c5b-8961-6024f4fec3a7} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 10044 | 2024.10.04 16:01:04.221557 [ 3 ] {} <Debug> HTTP-Session: 68489d7f-1f3c-47dd-9dfb-264ef656b7dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10045 | 2024.10.04 16:01:04.221744 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 1914, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10046 | 2024.10.04 16:01:04.221805 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10047 | 2024.10.04 16:01:04.221826 [ 3 ] {} <Debug> HTTP-Session: e80e6b7f-1112-4af9-a4af-d9ea01756859 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 10048 | 2024.10.04 16:01:04.221843 [ 3 ] {} <Debug> HTTP-Session: e80e6b7f-1112-4af9-a4af-d9ea01756859 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10049 | 2024.10.04 16:01:04.221858 [ 3 ] {} <Debug> HTTP-Session: e80e6b7f-1112-4af9-a4af-d9ea01756859 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10050 | 2024.10.04 16:01:04.221894 [ 3 ] {} <Trace> HTTP-Session: e80e6b7f-1112-4af9-a4af-d9ea01756859 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10051 | 2024.10.04 16:01:04.222007 [ 3 ] {52b547fd-81d2-470e-a5fe-1447da71a384} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 10052 | 2024.10.04 16:01:04.222054 [ 3 ] {52b547fd-81d2-470e-a5fe-1447da71a384} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10053 | 2024.10.04 16:01:04.222294 [ 3 ] {52b547fd-81d2-470e-a5fe-1447da71a384} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10054 | 2024.10.04 16:01:04.222639 [ 3 ] {52b547fd-81d2-470e-a5fe-1447da71a384} <Trace> oximeter.fields_u16 (e9c2286f-cf98-4582-9ae4-6e9eb84e22b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10055 | 2024.10.04 16:01:04.222676 [ 3 ] {52b547fd-81d2-470e-a5fe-1447da71a384} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 10056 | 2024.10.04 16:01:04.223039 [ 3 ] {52b547fd-81d2-470e-a5fe-1447da71a384} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 10057 | 2024.10.04 16:01:04.223415 [ 3 ] {52b547fd-81d2-470e-a5fe-1447da71a384} <Trace> oximeter.fields_u16 (e9c2286f-cf98-4582-9ae4-6e9eb84e22b6): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10058 | 2024.10.04 16:01:04.223548 [ 3 ] {52b547fd-81d2-470e-a5fe-1447da71a384} <Debug> executeQuery: Read 13 rows, 1001.00 B in 0.001575 sec., 8253.968253968254 rows/sec., 620.66 KiB/sec. | ||
| 10059 | 2024.10.04 16:01:04.223847 [ 3 ] {52b547fd-81d2-470e-a5fe-1447da71a384} <Debug> DynamicQueryHandler: Done processing query | ||
| 10060 | 2024.10.04 16:01:04.223909 [ 3 ] {52b547fd-81d2-470e-a5fe-1447da71a384} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 10061 | 2024.10.04 16:01:04.223977 [ 3 ] {} <Debug> HTTP-Session: e80e6b7f-1112-4af9-a4af-d9ea01756859 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10062 | 2024.10.04 16:01:04.224196 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 1933, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10063 | 2024.10.04 16:01:04.224252 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10064 | 2024.10.04 16:01:04.224272 [ 3 ] {} <Debug> HTTP-Session: ae84a07b-69ab-4a8b-9f35-88a8af76a332 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 10065 | 2024.10.04 16:01:04.224290 [ 3 ] {} <Debug> HTTP-Session: ae84a07b-69ab-4a8b-9f35-88a8af76a332 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10066 | 2024.10.04 16:01:04.224304 [ 3 ] {} <Debug> HTTP-Session: ae84a07b-69ab-4a8b-9f35-88a8af76a332 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10067 | 2024.10.04 16:01:04.224339 [ 3 ] {} <Trace> HTTP-Session: ae84a07b-69ab-4a8b-9f35-88a8af76a332 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10068 | 2024.10.04 16:01:04.224451 [ 3 ] {318b8015-0fe7-4bae-b3f4-2f4bfa9335d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 10069 | 2024.10.04 16:01:04.224499 [ 3 ] {318b8015-0fe7-4bae-b3f4-2f4bfa9335d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10070 | 2024.10.04 16:01:04.224746 [ 3 ] {318b8015-0fe7-4bae-b3f4-2f4bfa9335d9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10071 | 2024.10.04 16:01:04.225085 [ 3 ] {318b8015-0fe7-4bae-b3f4-2f4bfa9335d9} <Trace> oximeter.fields_u32 (d636b635-d679-4839-bb6a-f39822d1a48c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10072 | 2024.10.04 16:01:04.225122 [ 3 ] {318b8015-0fe7-4bae-b3f4-2f4bfa9335d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 10073 | 2024.10.04 16:01:04.225497 [ 3 ] {318b8015-0fe7-4bae-b3f4-2f4bfa9335d9} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 10074 | 2024.10.04 16:01:04.225868 [ 3 ] {318b8015-0fe7-4bae-b3f4-2f4bfa9335d9} <Trace> oximeter.fields_u32 (d636b635-d679-4839-bb6a-f39822d1a48c): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10075 | 2024.10.04 16:01:04.226000 [ 3 ] {318b8015-0fe7-4bae-b3f4-2f4bfa9335d9} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001582 sec., 8849.557522123894 rows/sec., 619.77 KiB/sec. | ||
| 10076 | 2024.10.04 16:01:04.226305 [ 3 ] {318b8015-0fe7-4bae-b3f4-2f4bfa9335d9} <Debug> DynamicQueryHandler: Done processing query | ||
| 10077 | 2024.10.04 16:01:04.226339 [ 3 ] {318b8015-0fe7-4bae-b3f4-2f4bfa9335d9} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 10078 | 2024.10.04 16:01:04.226356 [ 3 ] {} <Debug> HTTP-Session: ae84a07b-69ab-4a8b-9f35-88a8af76a332 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10079 | 2024.10.04 16:01:04.226507 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10080 | 2024.10.04 16:01:04.226558 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10081 | 2024.10.04 16:01:04.226578 [ 3 ] {} <Debug> HTTP-Session: 70a98da5-5f29-4f22-a9bc-172f2fb20b1a Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 10082 | 2024.10.04 16:01:04.226595 [ 3 ] {} <Debug> HTTP-Session: 70a98da5-5f29-4f22-a9bc-172f2fb20b1a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10083 | 2024.10.04 16:01:04.226609 [ 3 ] {} <Debug> HTTP-Session: 70a98da5-5f29-4f22-a9bc-172f2fb20b1a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10084 | 2024.10.04 16:01:04.226645 [ 3 ] {} <Trace> HTTP-Session: 70a98da5-5f29-4f22-a9bc-172f2fb20b1a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10085 | 2024.10.04 16:01:04.226748 [ 3 ] {c122f388-a2f5-456b-bdd3-86642d4d8949} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 10086 | 2024.10.04 16:01:04.226793 [ 3 ] {c122f388-a2f5-456b-bdd3-86642d4d8949} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10087 | 2024.10.04 16:01:04.227043 [ 3 ] {c122f388-a2f5-456b-bdd3-86642d4d8949} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10088 | 2024.10.04 16:01:04.227340 [ 3 ] {c122f388-a2f5-456b-bdd3-86642d4d8949} <Trace> oximeter.fields_u8 (b38c7fc2-16b2-4da0-8e0e-60bfa18d3929): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10089 | 2024.10.04 16:01:04.227376 [ 3 ] {c122f388-a2f5-456b-bdd3-86642d4d8949} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 10090 | 2024.10.04 16:01:04.227735 [ 3 ] {c122f388-a2f5-456b-bdd3-86642d4d8949} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 10091 | 2024.10.04 16:01:04.228097 [ 3 ] {c122f388-a2f5-456b-bdd3-86642d4d8949} <Trace> oximeter.fields_u8 (b38c7fc2-16b2-4da0-8e0e-60bfa18d3929): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10092 | 2024.10.04 16:01:04.228230 [ 3 ] {c122f388-a2f5-456b-bdd3-86642d4d8949} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.00151 sec., 3973.5099337748343 rows/sec., 234.76 KiB/sec. | ||
| 10093 | 2024.10.04 16:01:04.228446 [ 3 ] {c122f388-a2f5-456b-bdd3-86642d4d8949} <Debug> DynamicQueryHandler: Done processing query | ||
| 10094 | 2024.10.04 16:01:04.228471 [ 3 ] {c122f388-a2f5-456b-bdd3-86642d4d8949} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 10095 | 2024.10.04 16:01:04.228488 [ 3 ] {} <Debug> HTTP-Session: 70a98da5-5f29-4f22-a9bc-172f2fb20b1a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10096 | 2024.10.04 16:01:04.228728 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 64034, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10097 | 2024.10.04 16:01:04.228778 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10098 | 2024.10.04 16:01:04.228797 [ 3 ] {} <Debug> HTTP-Session: 805cd2fa-37ca-4f0c-8bac-f632ea4d3a2b Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 10099 | 2024.10.04 16:01:04.228814 [ 3 ] {} <Debug> HTTP-Session: 805cd2fa-37ca-4f0c-8bac-f632ea4d3a2b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10100 | 2024.10.04 16:01:04.228828 [ 3 ] {} <Debug> HTTP-Session: 805cd2fa-37ca-4f0c-8bac-f632ea4d3a2b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10101 | 2024.10.04 16:01:04.228859 [ 3 ] {} <Trace> HTTP-Session: 805cd2fa-37ca-4f0c-8bac-f632ea4d3a2b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10102 | 2024.10.04 16:01:04.229065 [ 3 ] {ea9f98ae-9ae4-425f-9a87-a2fe90575c0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 10103 | 2024.10.04 16:01:04.229109 [ 3 ] {ea9f98ae-9ae4-425f-9a87-a2fe90575c0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10104 | 2024.10.04 16:01:04.229335 [ 3 ] {ea9f98ae-9ae4-425f-9a87-a2fe90575c0e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10105 | 2024.10.04 16:01:04.229899 [ 3 ] {ea9f98ae-9ae4-425f-9a87-a2fe90575c0e} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10106 | 2024.10.04 16:01:04.229935 [ 3 ] {ea9f98ae-9ae4-425f-9a87-a2fe90575c0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 10107 | 2024.10.04 16:01:04.230314 [ 3 ] {ea9f98ae-9ae4-425f-9a87-a2fe90575c0e} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 10108 | 2024.10.04 16:01:04.230681 [ 3 ] {ea9f98ae-9ae4-425f-9a87-a2fe90575c0e} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10109 | 2024.10.04 16:01:04.230809 [ 3 ] {ea9f98ae-9ae4-425f-9a87-a2fe90575c0e} <Debug> executeQuery: Read 395 rows, 28.72 KiB in 0.001851 sec., 213398.16315505133 rows/sec., 15.15 MiB/sec. | ||
| 10110 | 2024.10.04 16:01:04.231054 [ 3 ] {ea9f98ae-9ae4-425f-9a87-a2fe90575c0e} <Debug> DynamicQueryHandler: Done processing query | ||
| 10111 | 2024.10.04 16:01:04.231084 [ 3 ] {ea9f98ae-9ae4-425f-9a87-a2fe90575c0e} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
| 10112 | 2024.10.04 16:01:04.231103 [ 3 ] {} <Debug> HTTP-Session: 805cd2fa-37ca-4f0c-8bac-f632ea4d3a2b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10113 | 2024.10.04 16:01:04.231257 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 906, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10114 | 2024.10.04 16:01:04.231307 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10115 | 2024.10.04 16:01:04.231327 [ 3 ] {} <Debug> HTTP-Session: e3ff6008-0e94-4132-ab85-d12caebf8d25 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 10116 | 2024.10.04 16:01:04.231344 [ 3 ] {} <Debug> HTTP-Session: e3ff6008-0e94-4132-ab85-d12caebf8d25 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10117 | 2024.10.04 16:01:04.231358 [ 3 ] {} <Debug> HTTP-Session: e3ff6008-0e94-4132-ab85-d12caebf8d25 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10118 | 2024.10.04 16:01:04.231389 [ 3 ] {} <Trace> HTTP-Session: e3ff6008-0e94-4132-ab85-d12caebf8d25 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10119 | 2024.10.04 16:01:04.231495 [ 3 ] {6a64c852-5ed2-4e6b-a0cc-401ae87608da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 10120 | 2024.10.04 16:01:04.231541 [ 3 ] {6a64c852-5ed2-4e6b-a0cc-401ae87608da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10121 | 2024.10.04 16:01:04.231672 [ 3 ] {6a64c852-5ed2-4e6b-a0cc-401ae87608da} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10122 | 2024.10.04 16:01:04.231931 [ 3 ] {6a64c852-5ed2-4e6b-a0cc-401ae87608da} <Trace> oximeter.measurements_bool (07631250-7a70-49e6-a733-c0ce298d5d2f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10123 | 2024.10.04 16:01:04.231967 [ 3 ] {6a64c852-5ed2-4e6b-a0cc-401ae87608da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 10124 | 2024.10.04 16:01:04.232333 [ 3 ] {6a64c852-5ed2-4e6b-a0cc-401ae87608da} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 10125 | 2024.10.04 16:01:04.232669 [ 3 ] {6a64c852-5ed2-4e6b-a0cc-401ae87608da} <Trace> oximeter.measurements_bool (07631250-7a70-49e6-a733-c0ce298d5d2f): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10126 | 2024.10.04 16:01:04.232799 [ 3 ] {6a64c852-5ed2-4e6b-a0cc-401ae87608da} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001329 sec., 4514.672686230248 rows/sec., 235.87 KiB/sec. | ||
| 10127 | 2024.10.04 16:01:04.233066 [ 3 ] {6a64c852-5ed2-4e6b-a0cc-401ae87608da} <Debug> DynamicQueryHandler: Done processing query | ||
| 10128 | 2024.10.04 16:01:04.233100 [ 3 ] {6a64c852-5ed2-4e6b-a0cc-401ae87608da} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 10129 | 2024.10.04 16:01:04.233116 [ 3 ] {} <Debug> HTTP-Session: e3ff6008-0e94-4132-ab85-d12caebf8d25 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10130 | 2024.10.04 16:01:04.233282 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 44668, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10131 | 2024.10.04 16:01:04.233331 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10132 | 2024.10.04 16:01:04.233351 [ 3 ] {} <Debug> HTTP-Session: 43d17120-08fe-4edd-8bf8-521bcee66e5b Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 10133 | 2024.10.04 16:01:04.233367 [ 3 ] {} <Debug> HTTP-Session: 43d17120-08fe-4edd-8bf8-521bcee66e5b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10134 | 2024.10.04 16:01:04.233382 [ 3 ] {} <Debug> HTTP-Session: 43d17120-08fe-4edd-8bf8-521bcee66e5b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10135 | 2024.10.04 16:01:04.233412 [ 3 ] {} <Trace> HTTP-Session: 43d17120-08fe-4edd-8bf8-521bcee66e5b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10136 | 2024.10.04 16:01:04.233619 [ 3 ] {19e2d1a4-711e-4c41-aef1-ab47648dad9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 10137 | 2024.10.04 16:01:04.233670 [ 3 ] {19e2d1a4-711e-4c41-aef1-ab47648dad9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10138 | 2024.10.04 16:01:04.233837 [ 3 ] {19e2d1a4-711e-4c41-aef1-ab47648dad9f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10139 | 2024.10.04 16:01:04.234286 [ 3 ] {19e2d1a4-711e-4c41-aef1-ab47648dad9f} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10140 | 2024.10.04 16:01:04.234323 [ 3 ] {19e2d1a4-711e-4c41-aef1-ab47648dad9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 10141 | 2024.10.04 16:01:04.234719 [ 3 ] {19e2d1a4-711e-4c41-aef1-ab47648dad9f} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 10142 | 2024.10.04 16:01:04.235066 [ 3 ] {19e2d1a4-711e-4c41-aef1-ab47648dad9f} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10143 | 2024.10.04 16:01:04.235196 [ 3 ] {19e2d1a4-711e-4c41-aef1-ab47648dad9f} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001691 sec., 140153.755174453 rows/sec., 9.39 MiB/sec. | ||
| 10144 | 2024.10.04 16:01:04.235368 [ 3 ] {19e2d1a4-711e-4c41-aef1-ab47648dad9f} <Debug> DynamicQueryHandler: Done processing query | ||
| 10145 | 2024.10.04 16:01:04.235393 [ 3 ] {19e2d1a4-711e-4c41-aef1-ab47648dad9f} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 10146 | 2024.10.04 16:01:04.235409 [ 3 ] {} <Debug> HTTP-Session: 43d17120-08fe-4edd-8bf8-521bcee66e5b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10147 | 2024.10.04 16:01:04.235548 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10148 | 2024.10.04 16:01:04.235597 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10149 | 2024.10.04 16:01:04.235617 [ 3 ] {} <Debug> HTTP-Session: bab6c68e-ec8d-4329-8358-89f4934d8d8c Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 10150 | 2024.10.04 16:01:04.235634 [ 3 ] {} <Debug> HTTP-Session: bab6c68e-ec8d-4329-8358-89f4934d8d8c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10151 | 2024.10.04 16:01:04.235648 [ 3 ] {} <Debug> HTTP-Session: bab6c68e-ec8d-4329-8358-89f4934d8d8c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10152 | 2024.10.04 16:01:04.235679 [ 3 ] {} <Trace> HTTP-Session: bab6c68e-ec8d-4329-8358-89f4934d8d8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10153 | 2024.10.04 16:01:04.235774 [ 3 ] {a56e8309-30a2-4ee8-94f2-2d86d5979691} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 10154 | 2024.10.04 16:01:04.235819 [ 3 ] {a56e8309-30a2-4ee8-94f2-2d86d5979691} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 10155 | 2024.10.04 16:01:04.235949 [ 3 ] {a56e8309-30a2-4ee8-94f2-2d86d5979691} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10156 | 2024.10.04 16:01:04.236214 [ 3 ] {a56e8309-30a2-4ee8-94f2-2d86d5979691} <Trace> oximeter.measurements_f64 (87d8cd82-19cb-42e6-8b47-b078fc436c38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10157 | 2024.10.04 16:01:04.236277 [ 3 ] {a56e8309-30a2-4ee8-94f2-2d86d5979691} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 10158 | 2024.10.04 16:01:04.236628 [ 3 ] {a56e8309-30a2-4ee8-94f2-2d86d5979691} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 10159 | 2024.10.04 16:01:04.236970 [ 3 ] {a56e8309-30a2-4ee8-94f2-2d86d5979691} <Trace> oximeter.measurements_f64 (87d8cd82-19cb-42e6-8b47-b078fc436c38): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10160 | 2024.10.04 16:01:04.237107 [ 3 ] {a56e8309-30a2-4ee8-94f2-2d86d5979691} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001354 sec., 738.5524372230428 rows/sec., 49.77 KiB/sec. | ||
| 10161 | 2024.10.04 16:01:04.237191 [ 143 ] {} <Debug> oximeter.measurements_f64 (87d8cd82-19cb-42e6-8b47-b078fc436c38) (MergerMutator): Selected 6 parts from all_1_18_4 to all_23_23_0 | ||
| 10162 | 2024.10.04 16:01:04.237308 [ 143 ] {} <Trace> oximeter.measurements_f64 (87d8cd82-19cb-42e6-8b47-b078fc436c38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10163 | 2024.10.04 16:01:04.237325 [ 3 ] {a56e8309-30a2-4ee8-94f2-2d86d5979691} <Debug> DynamicQueryHandler: Done processing query | ||
| 10164 | 2024.10.04 16:01:04.237379 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 10165 | 2024.10.04 16:01:04.237385 [ 3 ] {a56e8309-30a2-4ee8-94f2-2d86d5979691} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 10166 | 2024.10.04 16:01:04.237480 [ 3 ] {} <Debug> HTTP-Session: bab6c68e-ec8d-4329-8358-89f4934d8d8c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10167 | 2024.10.04 16:01:04.237585 [ 196 ] {87d8cd82-19cb-42e6-8b47-b078fc436c38::all_1_23_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_18_4 to all_23_23_0 into Compact with storage Full | ||
| 10168 | 2024.10.04 16:01:04.237720 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 21542, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10169 | 2024.10.04 16:01:04.237738 [ 196 ] {87d8cd82-19cb-42e6-8b47-b078fc436c38::all_1_23_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10170 | 2024.10.04 16:01:04.237786 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10171 | 2024.10.04 16:01:04.237790 [ 196 ] {87d8cd82-19cb-42e6-8b47-b078fc436c38::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_18_4, total 18 rows starting from the beginning of the part | ||
| 10172 | 2024.10.04 16:01:04.237812 [ 3 ] {} <Debug> HTTP-Session: 6e298b1f-9f6d-4663-b01c-31f99d66bb1f Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 10173 | 2024.10.04 16:01:04.237835 [ 3 ] {} <Debug> HTTP-Session: 6e298b1f-9f6d-4663-b01c-31f99d66bb1f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10174 | 2024.10.04 16:01:04.237860 [ 3 ] {} <Debug> HTTP-Session: 6e298b1f-9f6d-4663-b01c-31f99d66bb1f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10175 | 2024.10.04 16:01:04.237935 [ 196 ] {87d8cd82-19cb-42e6-8b47-b078fc436c38::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 1 rows starting from the beginning of the part | ||
| 10176 | 2024.10.04 16:01:04.237946 [ 3 ] {} <Trace> HTTP-Session: 6e298b1f-9f6d-4663-b01c-31f99d66bb1f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10177 | 2024.10.04 16:01:04.238112 [ 196 ] {87d8cd82-19cb-42e6-8b47-b078fc436c38::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 1 rows starting from the beginning of the part | ||
| 10178 | 2024.10.04 16:01:04.238449 [ 3 ] {56d95e91-6f66-4d67-a59a-8fabce967508} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 10179 | 2024.10.04 16:01:04.238502 [ 196 ] {87d8cd82-19cb-42e6-8b47-b078fc436c38::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1 rows starting from the beginning of the part | ||
| 10180 | 2024.10.04 16:01:04.238680 [ 196 ] {87d8cd82-19cb-42e6-8b47-b078fc436c38::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 1 rows starting from the beginning of the part | ||
| 10181 | 2024.10.04 16:01:04.238685 [ 3 ] {56d95e91-6f66-4d67-a59a-8fabce967508} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10182 | 2024.10.04 16:01:04.238876 [ 196 ] {87d8cd82-19cb-42e6-8b47-b078fc436c38::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 1 rows starting from the beginning of the part | ||
| 10183 | 2024.10.04 16:01:04.239933 [ 3 ] {56d95e91-6f66-4d67-a59a-8fabce967508} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10184 | 2024.10.04 16:01:04.241104 [ 201 ] {87d8cd82-19cb-42e6-8b47-b078fc436c38::all_1_23_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 23 rows, containing 4 columns (4 merged, 0 gathered) in 0.00358596 sec., 6413.903111021874 rows/sec., 432.19 KiB/sec. | ||
| 10185 | 2024.10.04 16:01:04.241204 [ 3 ] {56d95e91-6f66-4d67-a59a-8fabce967508} <Trace> oximeter.measurements_histogramu64 (00490d86-ebe4-4f2c-857c-d83cd24ebd05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10186 | 2024.10.04 16:01:04.241265 [ 3 ] {56d95e91-6f66-4d67-a59a-8fabce967508} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 10187 | 2024.10.04 16:01:04.241382 [ 201 ] {87d8cd82-19cb-42e6-8b47-b078fc436c38::all_1_23_5} <Trace> MergedBlockOutputStream: filled checksums all_1_23_5 (state Temporary) | ||
| 10188 | 2024.10.04 16:01:04.242482 [ 201 ] {87d8cd82-19cb-42e6-8b47-b078fc436c38::all_1_23_5} <Trace> oximeter.measurements_f64 (87d8cd82-19cb-42e6-8b47-b078fc436c38): Renaming temporary part tmp_merge_all_1_23_5 to all_1_23_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10189 | 2024.10.04 16:01:04.242743 [ 201 ] {87d8cd82-19cb-42e6-8b47-b078fc436c38::all_1_23_5} <Trace> oximeter.measurements_f64 (87d8cd82-19cb-42e6-8b47-b078fc436c38) (MergerMutator): Merged 6 parts: [all_1_18_4, all_23_23_0] -> all_1_23_5 | ||
| 10190 | 2024.10.04 16:01:04.242897 [ 3 ] {56d95e91-6f66-4d67-a59a-8fabce967508} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 10191 | 2024.10.04 16:01:04.242903 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 10192 | 2024.10.04 16:01:04.243382 [ 3 ] {56d95e91-6f66-4d67-a59a-8fabce967508} <Trace> oximeter.measurements_histogramu64 (00490d86-ebe4-4f2c-857c-d83cd24ebd05): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10193 | 2024.10.04 16:01:04.243603 [ 3 ] {56d95e91-6f66-4d67-a59a-8fabce967508} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.005495 sec., 2365.787079162875 rows/sec., 4.24 MiB/sec. | ||
| 10194 | 2024.10.04 16:01:04.244005 [ 3 ] {56d95e91-6f66-4d67-a59a-8fabce967508} <Debug> DynamicQueryHandler: Done processing query | ||
| 10195 | 2024.10.04 16:01:04.244032 [ 3 ] {56d95e91-6f66-4d67-a59a-8fabce967508} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
| 10196 | 2024.10.04 16:01:04.244048 [ 3 ] {} <Debug> HTTP-Session: 6e298b1f-9f6d-4663-b01c-31f99d66bb1f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10197 | 2024.10.04 16:01:04.244175 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 12156, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10198 | 2024.10.04 16:01:04.244229 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10199 | 2024.10.04 16:01:04.244249 [ 3 ] {} <Debug> HTTP-Session: ce91f5ef-46a0-48ae-98b4-7ae3d0d6d571 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 10200 | 2024.10.04 16:01:04.244266 [ 3 ] {} <Debug> HTTP-Session: ce91f5ef-46a0-48ae-98b4-7ae3d0d6d571 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10201 | 2024.10.04 16:01:04.244281 [ 3 ] {} <Debug> HTTP-Session: ce91f5ef-46a0-48ae-98b4-7ae3d0d6d571 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10202 | 2024.10.04 16:01:04.244314 [ 3 ] {} <Trace> HTTP-Session: ce91f5ef-46a0-48ae-98b4-7ae3d0d6d571 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10203 | 2024.10.04 16:01:04.244435 [ 3 ] {8ffdfbb2-862a-4c6d-9883-e47a1cd4dd24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 10204 | 2024.10.04 16:01:04.244480 [ 3 ] {8ffdfbb2-862a-4c6d-9883-e47a1cd4dd24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10205 | 2024.10.04 16:01:04.244614 [ 3 ] {8ffdfbb2-862a-4c6d-9883-e47a1cd4dd24} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10206 | 2024.10.04 16:01:04.244953 [ 3 ] {8ffdfbb2-862a-4c6d-9883-e47a1cd4dd24} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10207 | 2024.10.04 16:01:04.244991 [ 3 ] {8ffdfbb2-862a-4c6d-9883-e47a1cd4dd24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 10208 | 2024.10.04 16:01:04.245360 [ 3 ] {8ffdfbb2-862a-4c6d-9883-e47a1cd4dd24} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 10209 | 2024.10.04 16:01:04.245695 [ 3 ] {8ffdfbb2-862a-4c6d-9883-e47a1cd4dd24} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10210 | 2024.10.04 16:01:04.245851 [ 3 ] {8ffdfbb2-862a-4c6d-9883-e47a1cd4dd24} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001453 sec., 56434.96214728148 rows/sec., 3.58 MiB/sec. | ||
| 10211 | 2024.10.04 16:01:04.246132 [ 3 ] {8ffdfbb2-862a-4c6d-9883-e47a1cd4dd24} <Debug> DynamicQueryHandler: Done processing query | ||
| 10212 | 2024.10.04 16:01:04.246187 [ 3 ] {8ffdfbb2-862a-4c6d-9883-e47a1cd4dd24} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 10213 | 2024.10.04 16:01:04.246248 [ 3 ] {} <Debug> HTTP-Session: ce91f5ef-46a0-48ae-98b4-7ae3d0d6d571 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10214 | 2024.10.04 16:01:06.163247 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1006 | ||
| 10215 | 2024.10.04 16:01:06.166154 [ 242 ] {} <Trace> system.query_log (8f12c5ea-7fed-46c2-8a08-f82b2fd1cd88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10216 | 2024.10.04 16:01:06.166209 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 10217 | 2024.10.04 16:01:06.167731 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 10218 | 2024.10.04 16:01:06.168740 [ 242 ] {} <Trace> system.query_log (8f12c5ea-7fed-46c2-8a08-f82b2fd1cd88): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10219 | 2024.10.04 16:01:06.170507 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1006 | ||
| 10220 | 2024.10.04 16:01:09.214375 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10221 | 2024.10.04 16:01:09.214501 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10222 | 2024.10.04 16:01:09.214531 [ 3 ] {} <Debug> HTTP-Session: d8cab195-90e0-41e7-ba03-a72654343dd4 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 10223 | 2024.10.04 16:01:09.214560 [ 3 ] {} <Debug> HTTP-Session: d8cab195-90e0-41e7-ba03-a72654343dd4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10224 | 2024.10.04 16:01:09.214578 [ 3 ] {} <Debug> HTTP-Session: d8cab195-90e0-41e7-ba03-a72654343dd4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10225 | 2024.10.04 16:01:09.214635 [ 3 ] {} <Trace> HTTP-Session: d8cab195-90e0-41e7-ba03-a72654343dd4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10226 | 2024.10.04 16:01:09.214826 [ 3 ] {2dad6f8f-acbd-4280-92d8-4ccf97b69c97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 10227 | 2024.10.04 16:01:09.214897 [ 3 ] {2dad6f8f-acbd-4280-92d8-4ccf97b69c97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 10228 | 2024.10.04 16:01:09.215256 [ 3 ] {2dad6f8f-acbd-4280-92d8-4ccf97b69c97} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10229 | 2024.10.04 16:01:09.215692 [ 3 ] {2dad6f8f-acbd-4280-92d8-4ccf97b69c97} <Trace> oximeter.fields_ipaddr (b5a61649-f8d2-4d83-9d9d-bb23c07f582c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10230 | 2024.10.04 16:01:09.215740 [ 3 ] {2dad6f8f-acbd-4280-92d8-4ccf97b69c97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 10231 | 2024.10.04 16:01:09.216184 [ 3 ] {2dad6f8f-acbd-4280-92d8-4ccf97b69c97} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 10232 | 2024.10.04 16:01:09.216592 [ 3 ] {2dad6f8f-acbd-4280-92d8-4ccf97b69c97} <Trace> oximeter.fields_ipaddr (b5a61649-f8d2-4d83-9d9d-bb23c07f582c): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10233 | 2024.10.04 16:01:09.216768 [ 3 ] {2dad6f8f-acbd-4280-92d8-4ccf97b69c97} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001993 sec., 2007.024586051179 rows/sec., 163.66 KiB/sec. | ||
| 10234 | 2024.10.04 16:01:09.217098 [ 3 ] {2dad6f8f-acbd-4280-92d8-4ccf97b69c97} <Debug> DynamicQueryHandler: Done processing query | ||
| 10235 | 2024.10.04 16:01:09.217127 [ 3 ] {2dad6f8f-acbd-4280-92d8-4ccf97b69c97} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 10236 | 2024.10.04 16:01:09.217144 [ 3 ] {} <Debug> HTTP-Session: d8cab195-90e0-41e7-ba03-a72654343dd4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10237 | 2024.10.04 16:01:09.217294 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 17748, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10238 | 2024.10.04 16:01:09.217350 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10239 | 2024.10.04 16:01:09.217370 [ 3 ] {} <Debug> HTTP-Session: 3d1792d3-5546-4963-8dab-b153c1f1cb96 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 10240 | 2024.10.04 16:01:09.217390 [ 3 ] {} <Debug> HTTP-Session: 3d1792d3-5546-4963-8dab-b153c1f1cb96 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10241 | 2024.10.04 16:01:09.217404 [ 3 ] {} <Debug> HTTP-Session: 3d1792d3-5546-4963-8dab-b153c1f1cb96 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10242 | 2024.10.04 16:01:09.217440 [ 3 ] {} <Trace> HTTP-Session: 3d1792d3-5546-4963-8dab-b153c1f1cb96 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10243 | 2024.10.04 16:01:09.217594 [ 3 ] {7995987f-cdbe-41d4-83a5-774042c61262} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 10244 | 2024.10.04 16:01:09.217646 [ 3 ] {7995987f-cdbe-41d4-83a5-774042c61262} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10245 | 2024.10.04 16:01:09.217908 [ 3 ] {7995987f-cdbe-41d4-83a5-774042c61262} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10246 | 2024.10.04 16:01:09.218381 [ 3 ] {7995987f-cdbe-41d4-83a5-774042c61262} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10247 | 2024.10.04 16:01:09.218421 [ 3 ] {7995987f-cdbe-41d4-83a5-774042c61262} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 10248 | 2024.10.04 16:01:09.218818 [ 3 ] {7995987f-cdbe-41d4-83a5-774042c61262} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 10249 | 2024.10.04 16:01:09.219202 [ 3 ] {7995987f-cdbe-41d4-83a5-774042c61262} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10250 | 2024.10.04 16:01:09.219354 [ 3 ] {7995987f-cdbe-41d4-83a5-774042c61262} <Debug> executeQuery: Read 120 rows, 10.42 KiB in 0.001818 sec., 66006.600660066 rows/sec., 5.60 MiB/sec. | ||
| 10251 | 2024.10.04 16:01:09.219428 [ 138 ] {} <Debug> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 10252 | 2024.10.04 16:01:09.219539 [ 138 ] {} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10253 | 2024.10.04 16:01:09.219570 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 10254 | 2024.10.04 16:01:09.219656 [ 3 ] {7995987f-cdbe-41d4-83a5-774042c61262} <Debug> DynamicQueryHandler: Done processing query | ||
| 10255 | 2024.10.04 16:01:09.219716 [ 3 ] {7995987f-cdbe-41d4-83a5-774042c61262} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 10256 | 2024.10.04 16:01:09.219770 [ 3 ] {} <Debug> HTTP-Session: 3d1792d3-5546-4963-8dab-b153c1f1cb96 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10257 | 2024.10.04 16:01:09.219849 [ 193 ] {eb62afc5-bcd4-4b43-a1a9-182e649ae812::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 | ||
| 10258 | 2024.10.04 16:01:09.220014 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 5057, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10259 | 2024.10.04 16:01:09.220142 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10260 | 2024.10.04 16:01:09.220160 [ 193 ] {eb62afc5-bcd4-4b43-a1a9-182e649ae812::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10261 | 2024.10.04 16:01:09.220179 [ 3 ] {} <Debug> HTTP-Session: e6ecf289-e5dc-41bc-9dc9-9a3b40f592c2 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 10262 | 2024.10.04 16:01:09.220234 [ 3 ] {} <Debug> HTTP-Session: e6ecf289-e5dc-41bc-9dc9-9a3b40f592c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10263 | 2024.10.04 16:01:09.220240 [ 193 ] {eb62afc5-bcd4-4b43-a1a9-182e649ae812::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1426 rows starting from the beginning of the part | ||
| 10264 | 2024.10.04 16:01:09.220256 [ 3 ] {} <Debug> HTTP-Session: e6ecf289-e5dc-41bc-9dc9-9a3b40f592c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10265 | 2024.10.04 16:01:09.220339 [ 3 ] {} <Trace> HTTP-Session: e6ecf289-e5dc-41bc-9dc9-9a3b40f592c2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10266 | 2024.10.04 16:01:09.220529 [ 193 ] {eb62afc5-bcd4-4b43-a1a9-182e649ae812::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 119 rows starting from the beginning of the part | ||
| 10267 | 2024.10.04 16:01:09.220674 [ 3 ] {ec2ce317-9239-4082-ab86-27e25c59d71d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 10268 | 2024.10.04 16:01:09.220863 [ 3 ] {ec2ce317-9239-4082-ab86-27e25c59d71d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10269 | 2024.10.04 16:01:09.220874 [ 193 ] {eb62afc5-bcd4-4b43-a1a9-182e649ae812::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 215 rows starting from the beginning of the part | ||
| 10270 | 2024.10.04 16:01:09.221202 [ 193 ] {eb62afc5-bcd4-4b43-a1a9-182e649ae812::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 118 rows starting from the beginning of the part | ||
| 10271 | 2024.10.04 16:01:09.221521 [ 193 ] {eb62afc5-bcd4-4b43-a1a9-182e649ae812::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 215 rows starting from the beginning of the part | ||
| 10272 | 2024.10.04 16:01:09.221786 [ 193 ] {eb62afc5-bcd4-4b43-a1a9-182e649ae812::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 120 rows starting from the beginning of the part | ||
| 10273 | 2024.10.04 16:01:09.222661 [ 3 ] {ec2ce317-9239-4082-ab86-27e25c59d71d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10274 | 2024.10.04 16:01:09.223510 [ 3 ] {ec2ce317-9239-4082-ab86-27e25c59d71d} <Trace> oximeter.fields_u16 (e9c2286f-cf98-4582-9ae4-6e9eb84e22b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10275 | 2024.10.04 16:01:09.223590 [ 3 ] {ec2ce317-9239-4082-ab86-27e25c59d71d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 10276 | 2024.10.04 16:01:09.224625 [ 3 ] {ec2ce317-9239-4082-ab86-27e25c59d71d} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 10277 | 2024.10.04 16:01:09.225362 [ 3 ] {ec2ce317-9239-4082-ab86-27e25c59d71d} <Trace> oximeter.fields_u16 (e9c2286f-cf98-4582-9ae4-6e9eb84e22b6): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10278 | 2024.10.04 16:01:09.225662 [ 190 ] {eb62afc5-bcd4-4b43-a1a9-182e649ae812::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2213 rows, containing 5 columns (5 merged, 0 gathered) in 0.00597063 sec., 370647.653597694 rows/sec., 32.76 MiB/sec. | ||
| 10279 | 2024.10.04 16:01:09.225759 [ 3 ] {ec2ce317-9239-4082-ab86-27e25c59d71d} <Debug> executeQuery: Read 35 rows, 2.61 KiB in 0.005192 sec., 6741.140215716488 rows/sec., 502.76 KiB/sec. | ||
| 10280 | 2024.10.04 16:01:09.226067 [ 3 ] {ec2ce317-9239-4082-ab86-27e25c59d71d} <Debug> DynamicQueryHandler: Done processing query | ||
| 10281 | 2024.10.04 16:01:09.226080 [ 190 ] {eb62afc5-bcd4-4b43-a1a9-182e649ae812::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 10282 | 2024.10.04 16:01:09.226101 [ 3 ] {ec2ce317-9239-4082-ab86-27e25c59d71d} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 10283 | 2024.10.04 16:01:09.226141 [ 3 ] {} <Debug> HTTP-Session: e6ecf289-e5dc-41bc-9dc9-9a3b40f592c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10284 | 2024.10.04 16:01:09.226355 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 16831, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10285 | 2024.10.04 16:01:09.226427 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10286 | 2024.10.04 16:01:09.226474 [ 3 ] {} <Debug> HTTP-Session: 303de281-7713-47a3-a4a9-d027eae5dbf0 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 10287 | 2024.10.04 16:01:09.226497 [ 3 ] {} <Debug> HTTP-Session: 303de281-7713-47a3-a4a9-d027eae5dbf0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10288 | 2024.10.04 16:01:09.226543 [ 3 ] {} <Debug> HTTP-Session: 303de281-7713-47a3-a4a9-d027eae5dbf0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10289 | 2024.10.04 16:01:09.226694 [ 3 ] {} <Trace> HTTP-Session: 303de281-7713-47a3-a4a9-d027eae5dbf0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10290 | 2024.10.04 16:01:09.226980 [ 3 ] {a1bfb74a-4320-4aec-ad7d-cb7f45c088a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 10291 | 2024.10.04 16:01:09.227044 [ 3 ] {a1bfb74a-4320-4aec-ad7d-cb7f45c088a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10292 | 2024.10.04 16:01:09.227322 [ 190 ] {eb62afc5-bcd4-4b43-a1a9-182e649ae812::all_1_56_11} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10293 | 2024.10.04 16:01:09.227613 [ 190 ] {eb62afc5-bcd4-4b43-a1a9-182e649ae812::all_1_56_11} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 10294 | 2024.10.04 16:01:09.227700 [ 3 ] {a1bfb74a-4320-4aec-ad7d-cb7f45c088a2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10295 | 2024.10.04 16:01:09.227828 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 10296 | 2024.10.04 16:01:09.228258 [ 3 ] {a1bfb74a-4320-4aec-ad7d-cb7f45c088a2} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10297 | 2024.10.04 16:01:09.228303 [ 3 ] {a1bfb74a-4320-4aec-ad7d-cb7f45c088a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 10298 | 2024.10.04 16:01:09.228686 [ 3 ] {a1bfb74a-4320-4aec-ad7d-cb7f45c088a2} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 10299 | 2024.10.04 16:01:09.229072 [ 3 ] {a1bfb74a-4320-4aec-ad7d-cb7f45c088a2} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10300 | 2024.10.04 16:01:09.229215 [ 3 ] {a1bfb74a-4320-4aec-ad7d-cb7f45c088a2} <Debug> executeQuery: Read 99 rows, 7.92 KiB in 0.002324 sec., 42598.96729776248 rows/sec., 3.33 MiB/sec. | ||
| 10301 | 2024.10.04 16:01:09.229257 [ 138 ] {} <Debug> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 10302 | 2024.10.04 16:01:09.229368 [ 138 ] {} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10303 | 2024.10.04 16:01:09.229434 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 10304 | 2024.10.04 16:01:09.229544 [ 3 ] {a1bfb74a-4320-4aec-ad7d-cb7f45c088a2} <Debug> DynamicQueryHandler: Done processing query | ||
| 10305 | 2024.10.04 16:01:09.229627 [ 3 ] {a1bfb74a-4320-4aec-ad7d-cb7f45c088a2} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 10306 | 2024.10.04 16:01:09.229707 [ 3 ] {} <Debug> HTTP-Session: 303de281-7713-47a3-a4a9-d027eae5dbf0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10307 | 2024.10.04 16:01:09.229786 [ 186 ] {db73ef1b-285a-4ffd-b768-8b0cb7509f0e::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 | ||
| 10308 | 2024.10.04 16:01:09.230035 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 31028, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10309 | 2024.10.04 16:01:09.230231 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10310 | 2024.10.04 16:01:09.230341 [ 3 ] {} <Debug> HTTP-Session: 14126aa9-8a44-413b-983f-dbb35d5c8fba Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 10311 | 2024.10.04 16:01:09.230440 [ 3 ] {} <Debug> HTTP-Session: 14126aa9-8a44-413b-983f-dbb35d5c8fba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10312 | 2024.10.04 16:01:09.230512 [ 3 ] {} <Debug> HTTP-Session: 14126aa9-8a44-413b-983f-dbb35d5c8fba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10313 | 2024.10.04 16:01:09.230532 [ 186 ] {db73ef1b-285a-4ffd-b768-8b0cb7509f0e::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10314 | 2024.10.04 16:01:09.230605 [ 3 ] {} <Trace> HTTP-Session: 14126aa9-8a44-413b-983f-dbb35d5c8fba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10315 | 2024.10.04 16:01:09.230615 [ 186 ] {db73ef1b-285a-4ffd-b768-8b0cb7509f0e::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 918 rows starting from the beginning of the part | ||
| 10316 | 2024.10.04 16:01:09.230873 [ 186 ] {db73ef1b-285a-4ffd-b768-8b0cb7509f0e::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 97 rows starting from the beginning of the part | ||
| 10317 | 2024.10.04 16:01:09.231142 [ 186 ] {db73ef1b-285a-4ffd-b768-8b0cb7509f0e::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 395 rows starting from the beginning of the part | ||
| 10318 | 2024.10.04 16:01:09.231164 [ 3 ] {87b8441b-5c51-4efc-ae47-06b021b55465} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 10319 | 2024.10.04 16:01:09.231439 [ 186 ] {db73ef1b-285a-4ffd-b768-8b0cb7509f0e::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 95 rows starting from the beginning of the part | ||
| 10320 | 2024.10.04 16:01:09.231477 [ 3 ] {87b8441b-5c51-4efc-ae47-06b021b55465} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10321 | 2024.10.04 16:01:09.231748 [ 186 ] {db73ef1b-285a-4ffd-b768-8b0cb7509f0e::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 395 rows starting from the beginning of the part | ||
| 10322 | 2024.10.04 16:01:09.232109 [ 186 ] {db73ef1b-285a-4ffd-b768-8b0cb7509f0e::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 99 rows starting from the beginning of the part | ||
| 10323 | 2024.10.04 16:01:09.232855 [ 3 ] {87b8441b-5c51-4efc-ae47-06b021b55465} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10324 | 2024.10.04 16:01:09.233834 [ 3 ] {87b8441b-5c51-4efc-ae47-06b021b55465} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10325 | 2024.10.04 16:01:09.233906 [ 3 ] {87b8441b-5c51-4efc-ae47-06b021b55465} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 10326 | 2024.10.04 16:01:09.234827 [ 3 ] {87b8441b-5c51-4efc-ae47-06b021b55465} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 10327 | 2024.10.04 16:01:09.235530 [ 200 ] {db73ef1b-285a-4ffd-b768-8b0cb7509f0e::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1999 rows, containing 5 columns (5 merged, 0 gathered) in 0.00601314 sec., 332438.62607556116 rows/sec., 25.49 MiB/sec. | ||
| 10328 | 2024.10.04 16:01:09.235643 [ 3 ] {87b8441b-5c51-4efc-ae47-06b021b55465} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10329 | 2024.10.04 16:01:09.235795 [ 192 ] {db73ef1b-285a-4ffd-b768-8b0cb7509f0e::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 10330 | 2024.10.04 16:01:09.235884 [ 138 ] {} <Debug> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 10331 | 2024.10.04 16:01:09.235900 [ 3 ] {87b8441b-5c51-4efc-ae47-06b021b55465} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.00507 sec., 31952.662721893492 rows/sec., 2.23 MiB/sec. | ||
| 10332 | 2024.10.04 16:01:09.235967 [ 138 ] {} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10333 | 2024.10.04 16:01:09.236057 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 10334 | 2024.10.04 16:01:09.236501 [ 3 ] {87b8441b-5c51-4efc-ae47-06b021b55465} <Debug> DynamicQueryHandler: Done processing query | ||
| 10335 | 2024.10.04 16:01:09.236559 [ 195 ] {f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34::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 | ||
| 10336 | 2024.10.04 16:01:09.236582 [ 3 ] {87b8441b-5c51-4efc-ae47-06b021b55465} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 10337 | 2024.10.04 16:01:09.236693 [ 3 ] {} <Debug> HTTP-Session: 14126aa9-8a44-413b-983f-dbb35d5c8fba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10338 | 2024.10.04 16:01:09.237021 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 51971, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10339 | 2024.10.04 16:01:09.237162 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10340 | 2024.10.04 16:01:09.237246 [ 3 ] {} <Debug> HTTP-Session: f2ee8c56-12f4-42b5-8038-68c6764db7bf Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 10341 | 2024.10.04 16:01:09.237279 [ 195 ] {f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10342 | 2024.10.04 16:01:09.237290 [ 3 ] {} <Debug> HTTP-Session: f2ee8c56-12f4-42b5-8038-68c6764db7bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10343 | 2024.10.04 16:01:09.237368 [ 3 ] {} <Debug> HTTP-Session: f2ee8c56-12f4-42b5-8038-68c6764db7bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10344 | 2024.10.04 16:01:09.237372 [ 192 ] {db73ef1b-285a-4ffd-b768-8b0cb7509f0e::all_1_56_11} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10345 | 2024.10.04 16:01:09.237415 [ 195 ] {f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_51_10, total 15597 rows starting from the beginning of the part | ||
| 10346 | 2024.10.04 16:01:09.237470 [ 3 ] {} <Trace> HTTP-Session: f2ee8c56-12f4-42b5-8038-68c6764db7bf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10347 | 2024.10.04 16:01:09.237586 [ 192 ] {db73ef1b-285a-4ffd-b768-8b0cb7509f0e::all_1_56_11} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 10348 | 2024.10.04 16:01:09.237947 [ 195 ] {f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 161 rows starting from the beginning of the part | ||
| 10349 | 2024.10.04 16:01:09.237963 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. | ||
| 10350 | 2024.10.04 16:01:09.238131 [ 195 ] {f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 237 rows starting from the beginning of the part | ||
| 10351 | 2024.10.04 16:01:09.238268 [ 3 ] {b9c17653-b973-419d-9f17-05d8a46a0b71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 10352 | 2024.10.04 16:01:09.238466 [ 195 ] {f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 160 rows starting from the beginning of the part | ||
| 10353 | 2024.10.04 16:01:09.238558 [ 3 ] {b9c17653-b973-419d-9f17-05d8a46a0b71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10354 | 2024.10.04 16:01:09.238860 [ 195 ] {f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 237 rows starting from the beginning of the part | ||
| 10355 | 2024.10.04 16:01:09.239286 [ 195 ] {f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 162 rows starting from the beginning of the part | ||
| 10356 | 2024.10.04 16:01:09.240894 [ 3 ] {b9c17653-b973-419d-9f17-05d8a46a0b71} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10357 | 2024.10.04 16:01:09.241911 [ 3 ] {b9c17653-b973-419d-9f17-05d8a46a0b71} <Trace> oximeter.measurements_histogramu64 (00490d86-ebe4-4f2c-857c-d83cd24ebd05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10358 | 2024.10.04 16:01:09.241958 [ 3 ] {b9c17653-b973-419d-9f17-05d8a46a0b71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 10359 | 2024.10.04 16:01:09.244333 [ 3 ] {b9c17653-b973-419d-9f17-05d8a46a0b71} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 10360 | 2024.10.04 16:01:09.245177 [ 3 ] {b9c17653-b973-419d-9f17-05d8a46a0b71} <Trace> oximeter.measurements_histogramu64 (00490d86-ebe4-4f2c-857c-d83cd24ebd05): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10361 | 2024.10.04 16:01:09.245552 [ 3 ] {b9c17653-b973-419d-9f17-05d8a46a0b71} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.007812 sec., 3968.253968253968 rows/sec., 7.11 MiB/sec. | ||
| 10362 | 2024.10.04 16:01:09.246470 [ 3 ] {b9c17653-b973-419d-9f17-05d8a46a0b71} <Debug> DynamicQueryHandler: Done processing query | ||
| 10363 | 2024.10.04 16:01:09.246495 [ 3 ] {b9c17653-b973-419d-9f17-05d8a46a0b71} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
| 10364 | 2024.10.04 16:01:09.246513 [ 3 ] {} <Debug> HTTP-Session: f2ee8c56-12f4-42b5-8038-68c6764db7bf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10365 | 2024.10.04 16:01:09.246696 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10366 | 2024.10.04 16:01:09.246752 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10367 | 2024.10.04 16:01:09.246773 [ 3 ] {} <Debug> HTTP-Session: 569d6164-cdae-4d2f-b880-ca8ea14f54db Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 10368 | 2024.10.04 16:01:09.246790 [ 3 ] {} <Debug> HTTP-Session: 569d6164-cdae-4d2f-b880-ca8ea14f54db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10369 | 2024.10.04 16:01:09.246809 [ 3 ] {} <Debug> HTTP-Session: 569d6164-cdae-4d2f-b880-ca8ea14f54db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10370 | 2024.10.04 16:01:09.246913 [ 3 ] {} <Trace> HTTP-Session: 569d6164-cdae-4d2f-b880-ca8ea14f54db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10371 | 2024.10.04 16:01:09.247063 [ 3 ] {dbdb3f5a-03e4-4d52-a713-396b49597a5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 10372 | 2024.10.04 16:01:09.247111 [ 3 ] {dbdb3f5a-03e4-4d52-a713-396b49597a5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10373 | 2024.10.04 16:01:09.247441 [ 3 ] {dbdb3f5a-03e4-4d52-a713-396b49597a5f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10374 | 2024.10.04 16:01:09.248265 [ 3 ] {dbdb3f5a-03e4-4d52-a713-396b49597a5f} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10375 | 2024.10.04 16:01:09.248285 [ 200 ] {f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16554 rows, containing 5 columns (5 merged, 0 gathered) in 0.012060171 sec., 1372617.353435536 rows/sec., 92.70 MiB/sec. | ||
| 10376 | 2024.10.04 16:01:09.248305 [ 3 ] {dbdb3f5a-03e4-4d52-a713-396b49597a5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 10377 | 2024.10.04 16:01:09.248536 [ 200 ] {f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 10378 | 2024.10.04 16:01:09.248790 [ 3 ] {dbdb3f5a-03e4-4d52-a713-396b49597a5f} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 10379 | 2024.10.04 16:01:09.249240 [ 3 ] {dbdb3f5a-03e4-4d52-a713-396b49597a5f} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10380 | 2024.10.04 16:01:09.249268 [ 200 ] {f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10381 | 2024.10.04 16:01:09.249414 [ 200 ] {f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 10382 | 2024.10.04 16:01:09.249475 [ 3 ] {dbdb3f5a-03e4-4d52-a713-396b49597a5f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002469 sec., 24301.336573511544 rows/sec., 1.64 MiB/sec. | ||
| 10383 | 2024.10.04 16:01:09.249483 [ 138 ] {} <Debug> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 10384 | 2024.10.04 16:01:09.249594 [ 138 ] {} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10385 | 2024.10.04 16:01:09.249704 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 10386 | 2024.10.04 16:01:09.249741 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.39 MiB. | ||
| 10387 | 2024.10.04 16:01:09.249934 [ 3 ] {dbdb3f5a-03e4-4d52-a713-396b49597a5f} <Debug> DynamicQueryHandler: Done processing query | ||
| 10388 | 2024.10.04 16:01:09.249941 [ 194 ] {f1266625-5fbc-477b-b130-85cba0b363f2::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 | ||
| 10389 | 2024.10.04 16:01:09.249988 [ 3 ] {dbdb3f5a-03e4-4d52-a713-396b49597a5f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 10390 | 2024.10.04 16:01:09.250024 [ 3 ] {} <Debug> HTTP-Session: 569d6164-cdae-4d2f-b880-ca8ea14f54db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10391 | 2024.10.04 16:01:09.250157 [ 194 ] {f1266625-5fbc-477b-b130-85cba0b363f2::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10392 | 2024.10.04 16:01:09.250198 [ 194 ] {f1266625-5fbc-477b-b130-85cba0b363f2::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 3006 rows starting from the beginning of the part | ||
| 10393 | 2024.10.04 16:01:09.250271 [ 194 ] {f1266625-5fbc-477b-b130-85cba0b363f2::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 60 rows starting from the beginning of the part | ||
| 10394 | 2024.10.04 16:01:09.250451 [ 194 ] {f1266625-5fbc-477b-b130-85cba0b363f2::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 82 rows starting from the beginning of the part | ||
| 10395 | 2024.10.04 16:01:09.250626 [ 194 ] {f1266625-5fbc-477b-b130-85cba0b363f2::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 60 rows starting from the beginning of the part | ||
| 10396 | 2024.10.04 16:01:09.250773 [ 194 ] {f1266625-5fbc-477b-b130-85cba0b363f2::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 82 rows starting from the beginning of the part | ||
| 10397 | 2024.10.04 16:01:09.250860 [ 194 ] {f1266625-5fbc-477b-b130-85cba0b363f2::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 60 rows starting from the beginning of the part | ||
| 10398 | 2024.10.04 16:01:09.252622 [ 200 ] {f1266625-5fbc-477b-b130-85cba0b363f2::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3350 rows, containing 4 columns (4 merged, 0 gathered) in 0.002773909 sec., 1207682.011197916 rows/sec., 78.78 MiB/sec. | ||
| 10399 | 2024.10.04 16:01:09.252938 [ 200 ] {f1266625-5fbc-477b-b130-85cba0b363f2::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 10400 | 2024.10.04 16:01:09.253323 [ 200 ] {f1266625-5fbc-477b-b130-85cba0b363f2::all_1_56_11} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10401 | 2024.10.04 16:01:09.253398 [ 200 ] {f1266625-5fbc-477b-b130-85cba0b363f2::all_1_56_11} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 10402 | 2024.10.04 16:01:09.253479 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB. | ||
| 10403 | 2024.10.04 16:01:10.613113 [ 137 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 10404 | 2024.10.04 16:01:10.613163 [ 137 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 10405 | 2024.10.04 16:01:11.532287 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 991, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10406 | 2024.10.04 16:01:11.532415 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10407 | 2024.10.04 16:01:11.532441 [ 3 ] {} <Debug> HTTP-Session: c3d4ab5d-9281-4678-80bb-3a297dec85f8 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 10408 | 2024.10.04 16:01:11.532465 [ 3 ] {} <Debug> HTTP-Session: c3d4ab5d-9281-4678-80bb-3a297dec85f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10409 | 2024.10.04 16:01:11.532480 [ 3 ] {} <Debug> HTTP-Session: c3d4ab5d-9281-4678-80bb-3a297dec85f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10410 | 2024.10.04 16:01:11.532530 [ 3 ] {} <Trace> HTTP-Session: c3d4ab5d-9281-4678-80bb-3a297dec85f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10411 | 2024.10.04 16:01:11.532710 [ 3 ] {2ccd66a6-2ca7-4f2e-9bf1-2b1fa3affe54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 10412 | 2024.10.04 16:01:11.532779 [ 3 ] {2ccd66a6-2ca7-4f2e-9bf1-2b1fa3affe54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 10413 | 2024.10.04 16:01:11.533128 [ 3 ] {2ccd66a6-2ca7-4f2e-9bf1-2b1fa3affe54} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10414 | 2024.10.04 16:01:11.533587 [ 3 ] {2ccd66a6-2ca7-4f2e-9bf1-2b1fa3affe54} <Trace> oximeter.fields_ipaddr (b5a61649-f8d2-4d83-9d9d-bb23c07f582c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10415 | 2024.10.04 16:01:11.533628 [ 3 ] {2ccd66a6-2ca7-4f2e-9bf1-2b1fa3affe54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 10416 | 2024.10.04 16:01:11.534046 [ 3 ] {2ccd66a6-2ca7-4f2e-9bf1-2b1fa3affe54} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 10417 | 2024.10.04 16:01:11.534464 [ 3 ] {2ccd66a6-2ca7-4f2e-9bf1-2b1fa3affe54} <Trace> oximeter.fields_ipaddr (b5a61649-f8d2-4d83-9d9d-bb23c07f582c): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10418 | 2024.10.04 16:01:11.534614 [ 3 ] {2ccd66a6-2ca7-4f2e-9bf1-2b1fa3affe54} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001958 sec., 3064.35137895812 rows/sec., 249.88 KiB/sec. | ||
| 10419 | 2024.10.04 16:01:11.534981 [ 3 ] {2ccd66a6-2ca7-4f2e-9bf1-2b1fa3affe54} <Debug> DynamicQueryHandler: Done processing query | ||
| 10420 | 2024.10.04 16:01:11.535008 [ 3 ] {2ccd66a6-2ca7-4f2e-9bf1-2b1fa3affe54} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 10421 | 2024.10.04 16:01:11.535025 [ 3 ] {} <Debug> HTTP-Session: c3d4ab5d-9281-4678-80bb-3a297dec85f8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10422 | 2024.10.04 16:01:11.535255 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 197785, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10423 | 2024.10.04 16:01:11.535314 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10424 | 2024.10.04 16:01:11.535334 [ 3 ] {} <Debug> HTTP-Session: ca5fece7-4fe0-4ede-adbb-5cfcd4cfe6fc Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 10425 | 2024.10.04 16:01:11.535352 [ 3 ] {} <Debug> HTTP-Session: ca5fece7-4fe0-4ede-adbb-5cfcd4cfe6fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10426 | 2024.10.04 16:01:11.535367 [ 3 ] {} <Debug> HTTP-Session: ca5fece7-4fe0-4ede-adbb-5cfcd4cfe6fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10427 | 2024.10.04 16:01:11.535403 [ 3 ] {} <Trace> HTTP-Session: ca5fece7-4fe0-4ede-adbb-5cfcd4cfe6fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10428 | 2024.10.04 16:01:11.535944 [ 3 ] {d6fef6d8-d483-44f0-a59a-940095cdae98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 10429 | 2024.10.04 16:01:11.535995 [ 3 ] {d6fef6d8-d483-44f0-a59a-940095cdae98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10430 | 2024.10.04 16:01:11.536257 [ 3 ] {d6fef6d8-d483-44f0-a59a-940095cdae98} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10431 | 2024.10.04 16:01:11.537557 [ 3 ] {d6fef6d8-d483-44f0-a59a-940095cdae98} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10432 | 2024.10.04 16:01:11.537595 [ 3 ] {d6fef6d8-d483-44f0-a59a-940095cdae98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 10433 | 2024.10.04 16:01:11.538056 [ 3 ] {d6fef6d8-d483-44f0-a59a-940095cdae98} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 10434 | 2024.10.04 16:01:11.538433 [ 3 ] {d6fef6d8-d483-44f0-a59a-940095cdae98} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10435 | 2024.10.04 16:01:11.538566 [ 3 ] {d6fef6d8-d483-44f0-a59a-940095cdae98} <Debug> executeQuery: Read 1358 rows, 115.66 KiB in 0.003002 sec., 452365.08994003996 rows/sec., 37.62 MiB/sec. | ||
| 10436 | 2024.10.04 16:01:11.538757 [ 3 ] {d6fef6d8-d483-44f0-a59a-940095cdae98} <Debug> DynamicQueryHandler: Done processing query | ||
| 10437 | 2024.10.04 16:01:11.538782 [ 3 ] {d6fef6d8-d483-44f0-a59a-940095cdae98} <Debug> MemoryTracker: Peak memory usage (for query): 5.00 MiB. | ||
| 10438 | 2024.10.04 16:01:11.538798 [ 3 ] {} <Debug> HTTP-Session: ca5fece7-4fe0-4ede-adbb-5cfcd4cfe6fc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10439 | 2024.10.04 16:01:11.539049 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 2755, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10440 | 2024.10.04 16:01:11.539103 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10441 | 2024.10.04 16:01:11.539123 [ 3 ] {} <Debug> HTTP-Session: 994a8617-0212-4047-90fd-e93348e3abd8 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 10442 | 2024.10.04 16:01:11.539141 [ 3 ] {} <Debug> HTTP-Session: 994a8617-0212-4047-90fd-e93348e3abd8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10443 | 2024.10.04 16:01:11.539155 [ 3 ] {} <Debug> HTTP-Session: 994a8617-0212-4047-90fd-e93348e3abd8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10444 | 2024.10.04 16:01:11.539189 [ 3 ] {} <Trace> HTTP-Session: 994a8617-0212-4047-90fd-e93348e3abd8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10445 | 2024.10.04 16:01:11.539295 [ 3 ] {4a5569bd-b568-4d6e-a637-e2784b82a097} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 10446 | 2024.10.04 16:01:11.539340 [ 3 ] {4a5569bd-b568-4d6e-a637-e2784b82a097} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10447 | 2024.10.04 16:01:11.539572 [ 3 ] {4a5569bd-b568-4d6e-a637-e2784b82a097} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10448 | 2024.10.04 16:01:11.539905 [ 3 ] {4a5569bd-b568-4d6e-a637-e2784b82a097} <Trace> oximeter.fields_u16 (e9c2286f-cf98-4582-9ae4-6e9eb84e22b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10449 | 2024.10.04 16:01:11.539941 [ 3 ] {4a5569bd-b568-4d6e-a637-e2784b82a097} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 10450 | 2024.10.04 16:01:11.540295 [ 3 ] {4a5569bd-b568-4d6e-a637-e2784b82a097} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 10451 | 2024.10.04 16:01:11.540659 [ 3 ] {4a5569bd-b568-4d6e-a637-e2784b82a097} <Trace> oximeter.fields_u16 (e9c2286f-cf98-4582-9ae4-6e9eb84e22b6): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10452 | 2024.10.04 16:01:11.540786 [ 3 ] {4a5569bd-b568-4d6e-a637-e2784b82a097} <Debug> executeQuery: Read 19 rows, 1.40 KiB in 0.001521 sec., 12491.781722550953 rows/sec., 918.14 KiB/sec. | ||
| 10453 | 2024.10.04 16:01:11.540961 [ 3 ] {4a5569bd-b568-4d6e-a637-e2784b82a097} <Debug> DynamicQueryHandler: Done processing query | ||
| 10454 | 2024.10.04 16:01:11.540985 [ 3 ] {4a5569bd-b568-4d6e-a637-e2784b82a097} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 10455 | 2024.10.04 16:01:11.541002 [ 3 ] {} <Debug> HTTP-Session: 994a8617-0212-4047-90fd-e93348e3abd8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10456 | 2024.10.04 16:01:11.541162 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 32341, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10457 | 2024.10.04 16:01:11.541213 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10458 | 2024.10.04 16:01:11.541232 [ 3 ] {} <Debug> HTTP-Session: 7264f7ba-f5a4-45d5-ae55-9e894217cd0f Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 10459 | 2024.10.04 16:01:11.541249 [ 3 ] {} <Debug> HTTP-Session: 7264f7ba-f5a4-45d5-ae55-9e894217cd0f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10460 | 2024.10.04 16:01:11.541263 [ 3 ] {} <Debug> HTTP-Session: 7264f7ba-f5a4-45d5-ae55-9e894217cd0f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10461 | 2024.10.04 16:01:11.541296 [ 3 ] {} <Trace> HTTP-Session: 7264f7ba-f5a4-45d5-ae55-9e894217cd0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10462 | 2024.10.04 16:01:11.541470 [ 3 ] {6df26e37-132b-410a-b8a1-3e59acde104d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 10463 | 2024.10.04 16:01:11.541514 [ 3 ] {6df26e37-132b-410a-b8a1-3e59acde104d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10464 | 2024.10.04 16:01:11.541740 [ 3 ] {6df26e37-132b-410a-b8a1-3e59acde104d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10465 | 2024.10.04 16:01:11.542213 [ 3 ] {6df26e37-132b-410a-b8a1-3e59acde104d} <Trace> oximeter.fields_u32 (d636b635-d679-4839-bb6a-f39822d1a48c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10466 | 2024.10.04 16:01:11.542250 [ 3 ] {6df26e37-132b-410a-b8a1-3e59acde104d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 10467 | 2024.10.04 16:01:11.542629 [ 3 ] {6df26e37-132b-410a-b8a1-3e59acde104d} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 10468 | 2024.10.04 16:01:11.542993 [ 3 ] {6df26e37-132b-410a-b8a1-3e59acde104d} <Trace> oximeter.fields_u32 (d636b635-d679-4839-bb6a-f39822d1a48c): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10469 | 2024.10.04 16:01:11.543130 [ 3 ] {6df26e37-132b-410a-b8a1-3e59acde104d} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001755 sec., 137891.7378917379 rows/sec., 9.34 MiB/sec. | ||
| 10470 | 2024.10.04 16:01:11.543308 [ 3 ] {6df26e37-132b-410a-b8a1-3e59acde104d} <Debug> DynamicQueryHandler: Done processing query | ||
| 10471 | 2024.10.04 16:01:11.543333 [ 3 ] {6df26e37-132b-410a-b8a1-3e59acde104d} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 10472 | 2024.10.04 16:01:11.543350 [ 3 ] {} <Debug> HTTP-Session: 7264f7ba-f5a4-45d5-ae55-9e894217cd0f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10473 | 2024.10.04 16:01:11.543486 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10474 | 2024.10.04 16:01:11.543536 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10475 | 2024.10.04 16:01:11.543556 [ 3 ] {} <Debug> HTTP-Session: 11913348-6705-49ca-b89b-dda46b047492 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 10476 | 2024.10.04 16:01:11.543574 [ 3 ] {} <Debug> HTTP-Session: 11913348-6705-49ca-b89b-dda46b047492 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10477 | 2024.10.04 16:01:11.543589 [ 3 ] {} <Debug> HTTP-Session: 11913348-6705-49ca-b89b-dda46b047492 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10478 | 2024.10.04 16:01:11.543622 [ 3 ] {} <Trace> HTTP-Session: 11913348-6705-49ca-b89b-dda46b047492 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10479 | 2024.10.04 16:01:11.543720 [ 3 ] {91626b73-4ff7-4fb2-ad39-97a065dc9868} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 10480 | 2024.10.04 16:01:11.543764 [ 3 ] {91626b73-4ff7-4fb2-ad39-97a065dc9868} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10481 | 2024.10.04 16:01:11.543993 [ 3 ] {91626b73-4ff7-4fb2-ad39-97a065dc9868} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10482 | 2024.10.04 16:01:11.544295 [ 3 ] {91626b73-4ff7-4fb2-ad39-97a065dc9868} <Trace> oximeter.fields_u8 (b38c7fc2-16b2-4da0-8e0e-60bfa18d3929): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10483 | 2024.10.04 16:01:11.544333 [ 3 ] {91626b73-4ff7-4fb2-ad39-97a065dc9868} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 10484 | 2024.10.04 16:01:11.544694 [ 3 ] {91626b73-4ff7-4fb2-ad39-97a065dc9868} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 10485 | 2024.10.04 16:01:11.545074 [ 3 ] {91626b73-4ff7-4fb2-ad39-97a065dc9868} <Trace> oximeter.fields_u8 (b38c7fc2-16b2-4da0-8e0e-60bfa18d3929): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10486 | 2024.10.04 16:01:11.545215 [ 3 ] {91626b73-4ff7-4fb2-ad39-97a065dc9868} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001518 sec., 3952.569169960474 rows/sec., 233.53 KiB/sec. | ||
| 10487 | 2024.10.04 16:01:11.545554 [ 3 ] {91626b73-4ff7-4fb2-ad39-97a065dc9868} <Debug> DynamicQueryHandler: Done processing query | ||
| 10488 | 2024.10.04 16:01:11.545580 [ 3 ] {91626b73-4ff7-4fb2-ad39-97a065dc9868} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 10489 | 2024.10.04 16:01:11.545597 [ 3 ] {} <Debug> HTTP-Session: 11913348-6705-49ca-b89b-dda46b047492 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10490 | 2024.10.04 16:01:11.545790 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 140013, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10491 | 2024.10.04 16:01:11.545841 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10492 | 2024.10.04 16:01:11.545860 [ 3 ] {} <Debug> HTTP-Session: 65da7757-dc4a-4066-b065-2a2e131fb6b4 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 10493 | 2024.10.04 16:01:11.545877 [ 3 ] {} <Debug> HTTP-Session: 65da7757-dc4a-4066-b065-2a2e131fb6b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10494 | 2024.10.04 16:01:11.545892 [ 3 ] {} <Debug> HTTP-Session: 65da7757-dc4a-4066-b065-2a2e131fb6b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10495 | 2024.10.04 16:01:11.545924 [ 3 ] {} <Trace> HTTP-Session: 65da7757-dc4a-4066-b065-2a2e131fb6b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10496 | 2024.10.04 16:01:11.546332 [ 3 ] {34c7c4ca-4219-4a63-bcc8-7c866fb54cf6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 10497 | 2024.10.04 16:01:11.546377 [ 3 ] {34c7c4ca-4219-4a63-bcc8-7c866fb54cf6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10498 | 2024.10.04 16:01:11.546621 [ 3 ] {34c7c4ca-4219-4a63-bcc8-7c866fb54cf6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10499 | 2024.10.04 16:01:11.547555 [ 3 ] {34c7c4ca-4219-4a63-bcc8-7c866fb54cf6} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10500 | 2024.10.04 16:01:11.547594 [ 3 ] {34c7c4ca-4219-4a63-bcc8-7c866fb54cf6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 10501 | 2024.10.04 16:01:11.547992 [ 3 ] {34c7c4ca-4219-4a63-bcc8-7c866fb54cf6} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 10502 | 2024.10.04 16:01:11.548362 [ 3 ] {34c7c4ca-4219-4a63-bcc8-7c866fb54cf6} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10503 | 2024.10.04 16:01:11.548492 [ 3 ] {34c7c4ca-4219-4a63-bcc8-7c866fb54cf6} <Debug> executeQuery: Read 857 rows, 63.50 KiB in 0.002436 sec., 351806.23973727424 rows/sec., 25.46 MiB/sec. | ||
| 10504 | 2024.10.04 16:01:11.548666 [ 3 ] {34c7c4ca-4219-4a63-bcc8-7c866fb54cf6} <Debug> DynamicQueryHandler: Done processing query | ||
| 10505 | 2024.10.04 16:01:11.548691 [ 3 ] {34c7c4ca-4219-4a63-bcc8-7c866fb54cf6} <Debug> MemoryTracker: Peak memory usage (for query): 4.74 MiB. | ||
| 10506 | 2024.10.04 16:01:11.548708 [ 3 ] {} <Debug> HTTP-Session: 65da7757-dc4a-4066-b065-2a2e131fb6b4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10507 | 2024.10.04 16:01:11.548882 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 906, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10508 | 2024.10.04 16:01:11.548932 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10509 | 2024.10.04 16:01:11.548950 [ 3 ] {} <Debug> HTTP-Session: 2fadad90-26fa-4d1b-a178-c8da6bd923aa Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 10510 | 2024.10.04 16:01:11.548968 [ 3 ] {} <Debug> HTTP-Session: 2fadad90-26fa-4d1b-a178-c8da6bd923aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10511 | 2024.10.04 16:01:11.548982 [ 3 ] {} <Debug> HTTP-Session: 2fadad90-26fa-4d1b-a178-c8da6bd923aa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10512 | 2024.10.04 16:01:11.549014 [ 3 ] {} <Trace> HTTP-Session: 2fadad90-26fa-4d1b-a178-c8da6bd923aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10513 | 2024.10.04 16:01:11.549110 [ 3 ] {9d64ab4b-ba67-49e2-9713-f4ad989250a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 10514 | 2024.10.04 16:01:11.549155 [ 3 ] {9d64ab4b-ba67-49e2-9713-f4ad989250a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10515 | 2024.10.04 16:01:11.549286 [ 3 ] {9d64ab4b-ba67-49e2-9713-f4ad989250a4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10516 | 2024.10.04 16:01:11.549560 [ 3 ] {9d64ab4b-ba67-49e2-9713-f4ad989250a4} <Trace> oximeter.measurements_bool (07631250-7a70-49e6-a733-c0ce298d5d2f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10517 | 2024.10.04 16:01:11.549597 [ 3 ] {9d64ab4b-ba67-49e2-9713-f4ad989250a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 10518 | 2024.10.04 16:01:11.549954 [ 3 ] {9d64ab4b-ba67-49e2-9713-f4ad989250a4} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 10519 | 2024.10.04 16:01:11.550280 [ 3 ] {9d64ab4b-ba67-49e2-9713-f4ad989250a4} <Trace> oximeter.measurements_bool (07631250-7a70-49e6-a733-c0ce298d5d2f): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10520 | 2024.10.04 16:01:11.550409 [ 3 ] {9d64ab4b-ba67-49e2-9713-f4ad989250a4} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001322 sec., 4538.57791225416 rows/sec., 237.12 KiB/sec. | ||
| 10521 | 2024.10.04 16:01:11.550742 [ 3 ] {9d64ab4b-ba67-49e2-9713-f4ad989250a4} <Debug> DynamicQueryHandler: Done processing query | ||
| 10522 | 2024.10.04 16:01:11.550767 [ 3 ] {9d64ab4b-ba67-49e2-9713-f4ad989250a4} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 10523 | 2024.10.04 16:01:11.550784 [ 3 ] {} <Debug> HTTP-Session: 2fadad90-26fa-4d1b-a178-c8da6bd923aa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10524 | 2024.10.04 16:01:11.551034 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 189150, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10525 | 2024.10.04 16:01:11.551083 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10526 | 2024.10.04 16:01:11.551102 [ 3 ] {} <Debug> HTTP-Session: 6275e74e-e5a8-46ea-861d-a5cb2622f023 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 10527 | 2024.10.04 16:01:11.551119 [ 3 ] {} <Debug> HTTP-Session: 6275e74e-e5a8-46ea-861d-a5cb2622f023 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10528 | 2024.10.04 16:01:11.551133 [ 3 ] {} <Debug> HTTP-Session: 6275e74e-e5a8-46ea-861d-a5cb2622f023 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10529 | 2024.10.04 16:01:11.551165 [ 3 ] {} <Trace> HTTP-Session: 6275e74e-e5a8-46ea-861d-a5cb2622f023 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10530 | 2024.10.04 16:01:11.551681 [ 3 ] {1d22d476-8c8b-4281-8920-9272abe41736} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 10531 | 2024.10.04 16:01:11.551731 [ 3 ] {1d22d476-8c8b-4281-8920-9272abe41736} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10532 | 2024.10.04 16:01:11.551895 [ 3 ] {1d22d476-8c8b-4281-8920-9272abe41736} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10533 | 2024.10.04 16:01:11.552877 [ 3 ] {1d22d476-8c8b-4281-8920-9272abe41736} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10534 | 2024.10.04 16:01:11.552913 [ 3 ] {1d22d476-8c8b-4281-8920-9272abe41736} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 10535 | 2024.10.04 16:01:11.553362 [ 3 ] {1d22d476-8c8b-4281-8920-9272abe41736} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 10536 | 2024.10.04 16:01:11.553717 [ 3 ] {1d22d476-8c8b-4281-8920-9272abe41736} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10537 | 2024.10.04 16:01:11.553844 [ 3 ] {1d22d476-8c8b-4281-8920-9272abe41736} <Debug> executeQuery: Read 1000 rows, 68.17 KiB in 0.002512 sec., 398089.1719745223 rows/sec., 26.50 MiB/sec. | ||
| 10538 | 2024.10.04 16:01:11.554016 [ 3 ] {1d22d476-8c8b-4281-8920-9272abe41736} <Debug> DynamicQueryHandler: Done processing query | ||
| 10539 | 2024.10.04 16:01:11.554039 [ 3 ] {1d22d476-8c8b-4281-8920-9272abe41736} <Debug> MemoryTracker: Peak memory usage (for query): 4.69 MiB. | ||
| 10540 | 2024.10.04 16:01:11.554056 [ 3 ] {} <Debug> HTTP-Session: 6275e74e-e5a8-46ea-861d-a5cb2622f023 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10541 | 2024.10.04 16:01:11.554384 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10542 | 2024.10.04 16:01:11.554433 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10543 | 2024.10.04 16:01:11.554451 [ 3 ] {} <Debug> HTTP-Session: 6334e2d9-a93c-43d6-917b-76173f986e8f Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 10544 | 2024.10.04 16:01:11.554469 [ 3 ] {} <Debug> HTTP-Session: 6334e2d9-a93c-43d6-917b-76173f986e8f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10545 | 2024.10.04 16:01:11.554483 [ 3 ] {} <Debug> HTTP-Session: 6334e2d9-a93c-43d6-917b-76173f986e8f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10546 | 2024.10.04 16:01:11.554514 [ 3 ] {} <Trace> HTTP-Session: 6334e2d9-a93c-43d6-917b-76173f986e8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10547 | 2024.10.04 16:01:11.554608 [ 3 ] {2085474a-e215-4797-98f9-d6e884a87a50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 10548 | 2024.10.04 16:01:11.554653 [ 3 ] {2085474a-e215-4797-98f9-d6e884a87a50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 10549 | 2024.10.04 16:01:11.554785 [ 3 ] {2085474a-e215-4797-98f9-d6e884a87a50} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10550 | 2024.10.04 16:01:11.555065 [ 3 ] {2085474a-e215-4797-98f9-d6e884a87a50} <Trace> oximeter.measurements_f64 (87d8cd82-19cb-42e6-8b47-b078fc436c38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10551 | 2024.10.04 16:01:11.555099 [ 3 ] {2085474a-e215-4797-98f9-d6e884a87a50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 10552 | 2024.10.04 16:01:11.555443 [ 3 ] {2085474a-e215-4797-98f9-d6e884a87a50} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 10553 | 2024.10.04 16:01:11.555772 [ 3 ] {2085474a-e215-4797-98f9-d6e884a87a50} <Trace> oximeter.measurements_f64 (87d8cd82-19cb-42e6-8b47-b078fc436c38): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10554 | 2024.10.04 16:01:11.555909 [ 3 ] {2085474a-e215-4797-98f9-d6e884a87a50} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001322 sec., 756.4296520423601 rows/sec., 50.97 KiB/sec. | ||
| 10555 | 2024.10.04 16:01:11.556187 [ 3 ] {2085474a-e215-4797-98f9-d6e884a87a50} <Debug> DynamicQueryHandler: Done processing query | ||
| 10556 | 2024.10.04 16:01:11.556212 [ 3 ] {2085474a-e215-4797-98f9-d6e884a87a50} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 10557 | 2024.10.04 16:01:11.556230 [ 3 ] {} <Debug> HTTP-Session: 6334e2d9-a93c-43d6-917b-76173f986e8f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10558 | 2024.10.04 16:01:11.556359 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 21542, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10559 | 2024.10.04 16:01:11.556407 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10560 | 2024.10.04 16:01:11.556426 [ 3 ] {} <Debug> HTTP-Session: 36eb9f95-a817-4f3d-9979-c27ffbfad6bc Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 10561 | 2024.10.04 16:01:11.556443 [ 3 ] {} <Debug> HTTP-Session: 36eb9f95-a817-4f3d-9979-c27ffbfad6bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10562 | 2024.10.04 16:01:11.556457 [ 3 ] {} <Debug> HTTP-Session: 36eb9f95-a817-4f3d-9979-c27ffbfad6bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10563 | 2024.10.04 16:01:11.556488 [ 3 ] {} <Trace> HTTP-Session: 36eb9f95-a817-4f3d-9979-c27ffbfad6bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10564 | 2024.10.04 16:01:11.556742 [ 3 ] {df0c4573-2b14-45d1-9e0c-095573f0476a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 10565 | 2024.10.04 16:01:11.556812 [ 3 ] {df0c4573-2b14-45d1-9e0c-095573f0476a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10566 | 2024.10.04 16:01:11.557253 [ 3 ] {df0c4573-2b14-45d1-9e0c-095573f0476a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10567 | 2024.10.04 16:01:11.557831 [ 3 ] {df0c4573-2b14-45d1-9e0c-095573f0476a} <Trace> oximeter.measurements_histogramu64 (00490d86-ebe4-4f2c-857c-d83cd24ebd05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10568 | 2024.10.04 16:01:11.557867 [ 3 ] {df0c4573-2b14-45d1-9e0c-095573f0476a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 10569 | 2024.10.04 16:01:11.558468 [ 3 ] {df0c4573-2b14-45d1-9e0c-095573f0476a} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 10570 | 2024.10.04 16:01:11.558880 [ 3 ] {df0c4573-2b14-45d1-9e0c-095573f0476a} <Trace> oximeter.measurements_histogramu64 (00490d86-ebe4-4f2c-857c-d83cd24ebd05): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10571 | 2024.10.04 16:01:11.559064 [ 135 ] {} <Debug> oximeter.measurements_histogramu64 (00490d86-ebe4-4f2c-857c-d83cd24ebd05) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 10572 | 2024.10.04 16:01:11.559079 [ 3 ] {df0c4573-2b14-45d1-9e0c-095573f0476a} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002509 sec., 5181.347150259067 rows/sec., 9.28 MiB/sec. | ||
| 10573 | 2024.10.04 16:01:11.559156 [ 135 ] {} <Trace> oximeter.measurements_histogramu64 (00490d86-ebe4-4f2c-857c-d83cd24ebd05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10574 | 2024.10.04 16:01:11.559239 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 10575 | 2024.10.04 16:01:11.559506 [ 188 ] {00490d86-ebe4-4f2c-857c-d83cd24ebd05::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 | ||
| 10576 | 2024.10.04 16:01:11.559583 [ 3 ] {df0c4573-2b14-45d1-9e0c-095573f0476a} <Debug> DynamicQueryHandler: Done processing query | ||
| 10577 | 2024.10.04 16:01:11.559613 [ 3 ] {df0c4573-2b14-45d1-9e0c-095573f0476a} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
| 10578 | 2024.10.04 16:01:11.559638 [ 3 ] {} <Debug> HTTP-Session: 36eb9f95-a817-4f3d-9979-c27ffbfad6bc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10579 | 2024.10.04 16:01:11.559782 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 7321, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10580 | 2024.10.04 16:01:11.559851 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10581 | 2024.10.04 16:01:11.559885 [ 3 ] {} <Debug> HTTP-Session: 2b8f282c-e291-427c-aafd-58f30d19ccbf Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 10582 | 2024.10.04 16:01:11.559898 [ 188 ] {00490d86-ebe4-4f2c-857c-d83cd24ebd05::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10583 | 2024.10.04 16:01:11.559906 [ 3 ] {} <Debug> HTTP-Session: 2b8f282c-e291-427c-aafd-58f30d19ccbf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10584 | 2024.10.04 16:01:11.559933 [ 3 ] {} <Debug> HTTP-Session: 2b8f282c-e291-427c-aafd-58f30d19ccbf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10585 | 2024.10.04 16:01:11.559982 [ 3 ] {} <Trace> HTTP-Session: 2b8f282c-e291-427c-aafd-58f30d19ccbf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10586 | 2024.10.04 16:01:11.559982 [ 188 ] {00490d86-ebe4-4f2c-857c-d83cd24ebd05::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 730 rows starting from the beginning of the part | ||
| 10587 | 2024.10.04 16:01:11.560170 [ 3 ] {f2961fd3-d21e-4be7-92dd-4394babc4207} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 10588 | 2024.10.04 16:01:11.560267 [ 188 ] {00490d86-ebe4-4f2c-857c-d83cd24ebd05::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 13 rows starting from the beginning of the part | ||
| 10589 | 2024.10.04 16:01:11.560273 [ 3 ] {f2961fd3-d21e-4be7-92dd-4394babc4207} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10590 | 2024.10.04 16:01:11.560719 [ 188 ] {00490d86-ebe4-4f2c-857c-d83cd24ebd05::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 31 rows starting from the beginning of the part | ||
| 10591 | 2024.10.04 16:01:11.560774 [ 3 ] {f2961fd3-d21e-4be7-92dd-4394babc4207} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10592 | 2024.10.04 16:01:11.561091 [ 188 ] {00490d86-ebe4-4f2c-857c-d83cd24ebd05::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 13 rows starting from the beginning of the part | ||
| 10593 | 2024.10.04 16:01:11.561530 [ 188 ] {00490d86-ebe4-4f2c-857c-d83cd24ebd05::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 31 rows starting from the beginning of the part | ||
| 10594 | 2024.10.04 16:01:11.561539 [ 3 ] {f2961fd3-d21e-4be7-92dd-4394babc4207} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10595 | 2024.10.04 16:01:11.561585 [ 3 ] {f2961fd3-d21e-4be7-92dd-4394babc4207} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 10596 | 2024.10.04 16:01:11.561864 [ 188 ] {00490d86-ebe4-4f2c-857c-d83cd24ebd05::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 13 rows starting from the beginning of the part | ||
| 10597 | 2024.10.04 16:01:11.562369 [ 3 ] {f2961fd3-d21e-4be7-92dd-4394babc4207} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 10598 | 2024.10.04 16:01:11.562863 [ 3 ] {f2961fd3-d21e-4be7-92dd-4394babc4207} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10599 | 2024.10.04 16:01:11.563054 [ 3 ] {f2961fd3-d21e-4be7-92dd-4394babc4207} <Debug> executeQuery: Read 50 rows, 3.13 KiB in 0.002979 sec., 16784.155756965425 rows/sec., 1.03 MiB/sec. | ||
| 10600 | 2024.10.04 16:01:11.563340 [ 3 ] {f2961fd3-d21e-4be7-92dd-4394babc4207} <Debug> DynamicQueryHandler: Done processing query | ||
| 10601 | 2024.10.04 16:01:11.563407 [ 3 ] {f2961fd3-d21e-4be7-92dd-4394babc4207} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 10602 | 2024.10.04 16:01:11.563450 [ 3 ] {} <Debug> HTTP-Session: 2b8f282c-e291-427c-aafd-58f30d19ccbf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10603 | 2024.10.04 16:01:11.570056 [ 198 ] {00490d86-ebe4-4f2c-857c-d83cd24ebd05::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 831 rows, containing 19 columns (19 merged, 0 gathered) in 0.010664387 sec., 77922.90358555067 rows/sec., 139.63 MiB/sec. | ||
| 10604 | 2024.10.04 16:01:11.571504 [ 199 ] {00490d86-ebe4-4f2c-857c-d83cd24ebd05::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 10605 | 2024.10.04 16:01:11.572194 [ 199 ] {00490d86-ebe4-4f2c-857c-d83cd24ebd05::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (00490d86-ebe4-4f2c-857c-d83cd24ebd05): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10606 | 2024.10.04 16:01:11.572291 [ 199 ] {00490d86-ebe4-4f2c-857c-d83cd24ebd05::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (00490d86-ebe4-4f2c-857c-d83cd24ebd05) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 10607 | 2024.10.04 16:01:11.572460 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.59 MiB. | ||
| 10608 | 2024.10.04 16:01:14.209847 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 7815, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10609 | 2024.10.04 16:01:14.209972 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10610 | 2024.10.04 16:01:14.210003 [ 3 ] {} <Debug> HTTP-Session: 2847a0f9-239a-47af-9e68-eea4bcb67c61 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 10611 | 2024.10.04 16:01:14.210031 [ 3 ] {} <Debug> HTTP-Session: 2847a0f9-239a-47af-9e68-eea4bcb67c61 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10612 | 2024.10.04 16:01:14.210050 [ 3 ] {} <Debug> HTTP-Session: 2847a0f9-239a-47af-9e68-eea4bcb67c61 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10613 | 2024.10.04 16:01:14.210107 [ 3 ] {} <Trace> HTTP-Session: 2847a0f9-239a-47af-9e68-eea4bcb67c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10614 | 2024.10.04 16:01:14.210325 [ 3 ] {f26caaf3-a7fb-4777-9a79-7b7746279e2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 10615 | 2024.10.04 16:01:14.210403 [ 3 ] {f26caaf3-a7fb-4777-9a79-7b7746279e2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10616 | 2024.10.04 16:01:14.210799 [ 3 ] {f26caaf3-a7fb-4777-9a79-7b7746279e2d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10617 | 2024.10.04 16:01:14.211292 [ 3 ] {f26caaf3-a7fb-4777-9a79-7b7746279e2d} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10618 | 2024.10.04 16:01:14.211339 [ 3 ] {f26caaf3-a7fb-4777-9a79-7b7746279e2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 10619 | 2024.10.04 16:01:14.211778 [ 3 ] {f26caaf3-a7fb-4777-9a79-7b7746279e2d} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 10620 | 2024.10.04 16:01:14.212171 [ 3 ] {f26caaf3-a7fb-4777-9a79-7b7746279e2d} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10621 | 2024.10.04 16:01:14.212328 [ 3 ] {f26caaf3-a7fb-4777-9a79-7b7746279e2d} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002079 sec., 26936.026936026934 rows/sec., 2.06 MiB/sec. | ||
| 10622 | 2024.10.04 16:01:14.212553 [ 3 ] {f26caaf3-a7fb-4777-9a79-7b7746279e2d} <Debug> DynamicQueryHandler: Done processing query | ||
| 10623 | 2024.10.04 16:01:14.212582 [ 3 ] {f26caaf3-a7fb-4777-9a79-7b7746279e2d} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 10624 | 2024.10.04 16:01:14.212599 [ 3 ] {} <Debug> HTTP-Session: 2847a0f9-239a-47af-9e68-eea4bcb67c61 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10625 | 2024.10.04 16:01:14.212741 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 10894, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10626 | 2024.10.04 16:01:14.212796 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10627 | 2024.10.04 16:01:14.212815 [ 3 ] {} <Debug> HTTP-Session: e8f06546-0548-47b5-8cee-631dfee4c988 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 10628 | 2024.10.04 16:01:14.212834 [ 3 ] {} <Debug> HTTP-Session: e8f06546-0548-47b5-8cee-631dfee4c988 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10629 | 2024.10.04 16:01:14.212848 [ 3 ] {} <Debug> HTTP-Session: e8f06546-0548-47b5-8cee-631dfee4c988 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10630 | 2024.10.04 16:01:14.212885 [ 3 ] {} <Trace> HTTP-Session: e8f06546-0548-47b5-8cee-631dfee4c988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10631 | 2024.10.04 16:01:14.213011 [ 3 ] {f0764cb7-82be-41f0-8f4d-3cd554c054fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 10632 | 2024.10.04 16:01:14.213059 [ 3 ] {f0764cb7-82be-41f0-8f4d-3cd554c054fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10633 | 2024.10.04 16:01:14.213298 [ 3 ] {f0764cb7-82be-41f0-8f4d-3cd554c054fa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10634 | 2024.10.04 16:01:14.213656 [ 3 ] {f0764cb7-82be-41f0-8f4d-3cd554c054fa} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10635 | 2024.10.04 16:01:14.213692 [ 3 ] {f0764cb7-82be-41f0-8f4d-3cd554c054fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 10636 | 2024.10.04 16:01:14.214048 [ 3 ] {f0764cb7-82be-41f0-8f4d-3cd554c054fa} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 10637 | 2024.10.04 16:01:14.214409 [ 3 ] {f0764cb7-82be-41f0-8f4d-3cd554c054fa} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10638 | 2024.10.04 16:01:14.214545 [ 3 ] {f0764cb7-82be-41f0-8f4d-3cd554c054fa} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001577 sec., 40583.38617628408 rows/sec., 3.17 MiB/sec. | ||
| 10639 | 2024.10.04 16:01:14.214808 [ 3 ] {f0764cb7-82be-41f0-8f4d-3cd554c054fa} <Debug> DynamicQueryHandler: Done processing query | ||
| 10640 | 2024.10.04 16:01:14.214868 [ 3 ] {f0764cb7-82be-41f0-8f4d-3cd554c054fa} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 10641 | 2024.10.04 16:01:14.214928 [ 3 ] {} <Debug> HTTP-Session: e8f06546-0548-47b5-8cee-631dfee4c988 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10642 | 2024.10.04 16:01:14.215250 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 16505, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10643 | 2024.10.04 16:01:14.215305 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10644 | 2024.10.04 16:01:14.215326 [ 3 ] {} <Debug> HTTP-Session: 58168ed8-c013-4e9d-ada3-453535658232 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 10645 | 2024.10.04 16:01:14.215343 [ 3 ] {} <Debug> HTTP-Session: 58168ed8-c013-4e9d-ada3-453535658232 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10646 | 2024.10.04 16:01:14.215358 [ 3 ] {} <Debug> HTTP-Session: 58168ed8-c013-4e9d-ada3-453535658232 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10647 | 2024.10.04 16:01:14.215391 [ 3 ] {} <Trace> HTTP-Session: 58168ed8-c013-4e9d-ada3-453535658232 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10648 | 2024.10.04 16:01:14.215523 [ 3 ] {02d38e2d-806a-456c-ac94-53f5b92803e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 10649 | 2024.10.04 16:01:14.215576 [ 3 ] {02d38e2d-806a-456c-ac94-53f5b92803e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10650 | 2024.10.04 16:01:14.215739 [ 3 ] {02d38e2d-806a-456c-ac94-53f5b92803e9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10651 | 2024.10.04 16:01:14.216076 [ 3 ] {02d38e2d-806a-456c-ac94-53f5b92803e9} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10652 | 2024.10.04 16:01:14.216112 [ 3 ] {02d38e2d-806a-456c-ac94-53f5b92803e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 10653 | 2024.10.04 16:01:14.216489 [ 3 ] {02d38e2d-806a-456c-ac94-53f5b92803e9} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 10654 | 2024.10.04 16:01:14.216842 [ 3 ] {02d38e2d-806a-456c-ac94-53f5b92803e9} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10655 | 2024.10.04 16:01:14.216974 [ 3 ] {02d38e2d-806a-456c-ac94-53f5b92803e9} <Debug> executeQuery: Read 86 rows, 6.14 KiB in 0.001501 sec., 57295.136575616256 rows/sec., 3.99 MiB/sec. | ||
| 10656 | 2024.10.04 16:01:14.217235 [ 3 ] {02d38e2d-806a-456c-ac94-53f5b92803e9} <Debug> DynamicQueryHandler: Done processing query | ||
| 10657 | 2024.10.04 16:01:14.217294 [ 3 ] {02d38e2d-806a-456c-ac94-53f5b92803e9} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 10658 | 2024.10.04 16:01:14.217362 [ 3 ] {} <Debug> HTTP-Session: 58168ed8-c013-4e9d-ada3-453535658232 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10659 | 2024.10.04 16:01:14.217540 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 4892, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10660 | 2024.10.04 16:01:14.217594 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10661 | 2024.10.04 16:01:14.217613 [ 3 ] {} <Debug> HTTP-Session: f22dee9a-b462-4329-8fc4-b5428106ab15 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 10662 | 2024.10.04 16:01:14.217631 [ 3 ] {} <Debug> HTTP-Session: f22dee9a-b462-4329-8fc4-b5428106ab15 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10663 | 2024.10.04 16:01:14.217645 [ 3 ] {} <Debug> HTTP-Session: f22dee9a-b462-4329-8fc4-b5428106ab15 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10664 | 2024.10.04 16:01:14.217678 [ 3 ] {} <Trace> HTTP-Session: f22dee9a-b462-4329-8fc4-b5428106ab15 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10665 | 2024.10.04 16:01:14.217797 [ 3 ] {1a656a85-0163-4e45-9762-e1688de9169f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 10666 | 2024.10.04 16:01:14.217845 [ 3 ] {1a656a85-0163-4e45-9762-e1688de9169f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10667 | 2024.10.04 16:01:14.217987 [ 3 ] {1a656a85-0163-4e45-9762-e1688de9169f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10668 | 2024.10.04 16:01:14.218266 [ 3 ] {1a656a85-0163-4e45-9762-e1688de9169f} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10669 | 2024.10.04 16:01:14.218302 [ 3 ] {1a656a85-0163-4e45-9762-e1688de9169f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 10670 | 2024.10.04 16:01:14.218654 [ 3 ] {1a656a85-0163-4e45-9762-e1688de9169f} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 10671 | 2024.10.04 16:01:14.218975 [ 3 ] {1a656a85-0163-4e45-9762-e1688de9169f} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10672 | 2024.10.04 16:01:14.219107 [ 3 ] {1a656a85-0163-4e45-9762-e1688de9169f} <Debug> executeQuery: Read 32 rows, 2.20 KiB in 0.00135 sec., 23703.7037037037 rows/sec., 1.59 MiB/sec. | ||
| 10673 | 2024.10.04 16:01:14.219260 [ 3 ] {1a656a85-0163-4e45-9762-e1688de9169f} <Debug> DynamicQueryHandler: Done processing query | ||
| 10674 | 2024.10.04 16:01:14.219284 [ 3 ] {1a656a85-0163-4e45-9762-e1688de9169f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 10675 | 2024.10.04 16:01:14.219300 [ 3 ] {} <Debug> HTTP-Session: f22dee9a-b462-4329-8fc4-b5428106ab15 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10676 | 2024.10.04 16:01:16.171613 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 1050 | ||
| 10677 | 2024.10.04 16:01:16.174780 [ 242 ] {} <Trace> system.query_log (8f12c5ea-7fed-46c2-8a08-f82b2fd1cd88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10678 | 2024.10.04 16:01:16.174835 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 10679 | 2024.10.04 16:01:16.176352 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 10680 | 2024.10.04 16:01:16.177380 [ 242 ] {} <Trace> system.query_log (8f12c5ea-7fed-46c2-8a08-f82b2fd1cd88): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10681 | 2024.10.04 16:01:16.177668 [ 130 ] {} <Debug> system.query_log (8f12c5ea-7fed-46c2-8a08-f82b2fd1cd88) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 10682 | 2024.10.04 16:01:16.177856 [ 130 ] {} <Trace> system.query_log (8f12c5ea-7fed-46c2-8a08-f82b2fd1cd88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10683 | 2024.10.04 16:01:16.177957 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 10684 | 2024.10.04 16:01:16.178549 [ 187 ] {8f12c5ea-7fed-46c2-8a08-f82b2fd1cd88::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 | ||
| 10685 | 2024.10.04 16:01:16.179008 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1050 | ||
| 10686 | 2024.10.04 16:01:16.179829 [ 187 ] {8f12c5ea-7fed-46c2-8a08-f82b2fd1cd88::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10687 | 2024.10.04 16:01:16.180015 [ 187 ] {8f12c5ea-7fed-46c2-8a08-f82b2fd1cd88::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 868 rows starting from the beginning of the part | ||
| 10688 | 2024.10.04 16:01:16.180619 [ 187 ] {8f12c5ea-7fed-46c2-8a08-f82b2fd1cd88::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 32 rows starting from the beginning of the part | ||
| 10689 | 2024.10.04 16:01:16.181196 [ 187 ] {8f12c5ea-7fed-46c2-8a08-f82b2fd1cd88::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 40 rows starting from the beginning of the part | ||
| 10690 | 2024.10.04 16:01:16.181763 [ 187 ] {8f12c5ea-7fed-46c2-8a08-f82b2fd1cd88::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 34 rows starting from the beginning of the part | ||
| 10691 | 2024.10.04 16:01:16.182284 [ 187 ] {8f12c5ea-7fed-46c2-8a08-f82b2fd1cd88::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 32 rows starting from the beginning of the part | ||
| 10692 | 2024.10.04 16:01:16.182770 [ 187 ] {8f12c5ea-7fed-46c2-8a08-f82b2fd1cd88::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 44 rows starting from the beginning of the part | ||
| 10693 | 2024.10.04 16:01:16.191578 [ 198 ] {8f12c5ea-7fed-46c2-8a08-f82b2fd1cd88::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1050 rows, containing 72 columns (72 merged, 0 gathered) in 0.013431276 sec., 78175.74443411035 rows/sec., 53.69 MiB/sec. | ||
| 10694 | 2024.10.04 16:01:16.192988 [ 191 ] {8f12c5ea-7fed-46c2-8a08-f82b2fd1cd88::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 10695 | 2024.10.04 16:01:16.194484 [ 191 ] {8f12c5ea-7fed-46c2-8a08-f82b2fd1cd88::all_1_26_5} <Trace> system.query_log (8f12c5ea-7fed-46c2-8a08-f82b2fd1cd88): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10696 | 2024.10.04 16:01:16.194569 [ 191 ] {8f12c5ea-7fed-46c2-8a08-f82b2fd1cd88::all_1_26_5} <Trace> system.query_log (8f12c5ea-7fed-46c2-8a08-f82b2fd1cd88) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 10697 | 2024.10.04 16:01:16.194782 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.40 MiB. | ||
| 10698 | 2024.10.04 16:01:19.214077 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 989, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10699 | 2024.10.04 16:01:19.214237 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10700 | 2024.10.04 16:01:19.214279 [ 3 ] {} <Debug> HTTP-Session: 42d290c3-6dd0-4565-9d0c-60fe32631227 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 10701 | 2024.10.04 16:01:19.214318 [ 3 ] {} <Debug> HTTP-Session: 42d290c3-6dd0-4565-9d0c-60fe32631227 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10702 | 2024.10.04 16:01:19.214345 [ 3 ] {} <Debug> HTTP-Session: 42d290c3-6dd0-4565-9d0c-60fe32631227 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10703 | 2024.10.04 16:01:19.214419 [ 3 ] {} <Trace> HTTP-Session: 42d290c3-6dd0-4565-9d0c-60fe32631227 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10704 | 2024.10.04 16:01:19.214685 [ 3 ] {b3378d20-2eb6-4c5c-a233-d53e02ab4255} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 10705 | 2024.10.04 16:01:19.214786 [ 3 ] {b3378d20-2eb6-4c5c-a233-d53e02ab4255} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 10706 | 2024.10.04 16:01:19.215190 [ 3 ] {b3378d20-2eb6-4c5c-a233-d53e02ab4255} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10707 | 2024.10.04 16:01:19.215657 [ 3 ] {b3378d20-2eb6-4c5c-a233-d53e02ab4255} <Trace> oximeter.fields_ipaddr (b5a61649-f8d2-4d83-9d9d-bb23c07f582c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10708 | 2024.10.04 16:01:19.215701 [ 3 ] {b3378d20-2eb6-4c5c-a233-d53e02ab4255} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 10709 | 2024.10.04 16:01:19.216145 [ 3 ] {b3378d20-2eb6-4c5c-a233-d53e02ab4255} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 10710 | 2024.10.04 16:01:19.216546 [ 3 ] {b3378d20-2eb6-4c5c-a233-d53e02ab4255} <Trace> oximeter.fields_ipaddr (b5a61649-f8d2-4d83-9d9d-bb23c07f582c): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10711 | 2024.10.04 16:01:19.216704 [ 3 ] {b3378d20-2eb6-4c5c-a233-d53e02ab4255} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.002102 sec., 2854.4243577545194 rows/sec., 232.76 KiB/sec. | ||
| 10712 | 2024.10.04 16:01:19.216986 [ 3 ] {b3378d20-2eb6-4c5c-a233-d53e02ab4255} <Debug> DynamicQueryHandler: Done processing query | ||
| 10713 | 2024.10.04 16:01:19.217014 [ 3 ] {b3378d20-2eb6-4c5c-a233-d53e02ab4255} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 10714 | 2024.10.04 16:01:19.217031 [ 3 ] {} <Debug> HTTP-Session: 42d290c3-6dd0-4565-9d0c-60fe32631227 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10715 | 2024.10.04 16:01:19.217175 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 17882, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10716 | 2024.10.04 16:01:19.217229 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10717 | 2024.10.04 16:01:19.217248 [ 3 ] {} <Debug> HTTP-Session: 55c61f76-907b-4c01-967b-326a2a9270f2 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 10718 | 2024.10.04 16:01:19.217267 [ 3 ] {} <Debug> HTTP-Session: 55c61f76-907b-4c01-967b-326a2a9270f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10719 | 2024.10.04 16:01:19.217281 [ 3 ] {} <Debug> HTTP-Session: 55c61f76-907b-4c01-967b-326a2a9270f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10720 | 2024.10.04 16:01:19.217317 [ 3 ] {} <Trace> HTTP-Session: 55c61f76-907b-4c01-967b-326a2a9270f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10721 | 2024.10.04 16:01:19.217465 [ 3 ] {43819b4b-00c3-4ed3-ac03-8496e44f1ecd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 10722 | 2024.10.04 16:01:19.217513 [ 3 ] {43819b4b-00c3-4ed3-ac03-8496e44f1ecd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10723 | 2024.10.04 16:01:19.217746 [ 3 ] {43819b4b-00c3-4ed3-ac03-8496e44f1ecd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10724 | 2024.10.04 16:01:19.218223 [ 3 ] {43819b4b-00c3-4ed3-ac03-8496e44f1ecd} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10725 | 2024.10.04 16:01:19.218260 [ 3 ] {43819b4b-00c3-4ed3-ac03-8496e44f1ecd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 10726 | 2024.10.04 16:01:19.218637 [ 3 ] {43819b4b-00c3-4ed3-ac03-8496e44f1ecd} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 10727 | 2024.10.04 16:01:19.219008 [ 3 ] {43819b4b-00c3-4ed3-ac03-8496e44f1ecd} <Trace> oximeter.fields_string (eb62afc5-bcd4-4b43-a1a9-182e649ae812): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10728 | 2024.10.04 16:01:19.219137 [ 3 ] {43819b4b-00c3-4ed3-ac03-8496e44f1ecd} <Debug> executeQuery: Read 121 rows, 10.50 KiB in 0.001736 sec., 69700.4608294931 rows/sec., 5.90 MiB/sec. | ||
| 10729 | 2024.10.04 16:01:19.219429 [ 3 ] {43819b4b-00c3-4ed3-ac03-8496e44f1ecd} <Debug> DynamicQueryHandler: Done processing query | ||
| 10730 | 2024.10.04 16:01:19.219490 [ 3 ] {43819b4b-00c3-4ed3-ac03-8496e44f1ecd} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 10731 | 2024.10.04 16:01:19.219537 [ 3 ] {} <Debug> HTTP-Session: 55c61f76-907b-4c01-967b-326a2a9270f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10732 | 2024.10.04 16:01:19.219697 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 5337, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10733 | 2024.10.04 16:01:19.219751 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10734 | 2024.10.04 16:01:19.219771 [ 3 ] {} <Debug> HTTP-Session: 23b08105-09d6-4767-8084-ddd83d82bea7 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 10735 | 2024.10.04 16:01:19.219789 [ 3 ] {} <Debug> HTTP-Session: 23b08105-09d6-4767-8084-ddd83d82bea7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10736 | 2024.10.04 16:01:19.219803 [ 3 ] {} <Debug> HTTP-Session: 23b08105-09d6-4767-8084-ddd83d82bea7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10737 | 2024.10.04 16:01:19.219838 [ 3 ] {} <Trace> HTTP-Session: 23b08105-09d6-4767-8084-ddd83d82bea7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10738 | 2024.10.04 16:01:19.219955 [ 3 ] {2fdc6393-5424-4b2d-826d-3cda843a8296} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 10739 | 2024.10.04 16:01:19.220002 [ 3 ] {2fdc6393-5424-4b2d-826d-3cda843a8296} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10740 | 2024.10.04 16:01:19.220243 [ 3 ] {2fdc6393-5424-4b2d-826d-3cda843a8296} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10741 | 2024.10.04 16:01:19.220584 [ 3 ] {2fdc6393-5424-4b2d-826d-3cda843a8296} <Trace> oximeter.fields_u16 (e9c2286f-cf98-4582-9ae4-6e9eb84e22b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10742 | 2024.10.04 16:01:19.220620 [ 3 ] {2fdc6393-5424-4b2d-826d-3cda843a8296} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 10743 | 2024.10.04 16:01:19.220971 [ 3 ] {2fdc6393-5424-4b2d-826d-3cda843a8296} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 10744 | 2024.10.04 16:01:19.221337 [ 3 ] {2fdc6393-5424-4b2d-826d-3cda843a8296} <Trace> oximeter.fields_u16 (e9c2286f-cf98-4582-9ae4-6e9eb84e22b6): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10745 | 2024.10.04 16:01:19.221467 [ 3 ] {2fdc6393-5424-4b2d-826d-3cda843a8296} <Debug> executeQuery: Read 37 rows, 2.75 KiB in 0.001551 sec., 23855.577047066407 rows/sec., 1.73 MiB/sec. | ||
| 10746 | 2024.10.04 16:01:19.221633 [ 3 ] {2fdc6393-5424-4b2d-826d-3cda843a8296} <Debug> DynamicQueryHandler: Done processing query | ||
| 10747 | 2024.10.04 16:01:19.221658 [ 3 ] {2fdc6393-5424-4b2d-826d-3cda843a8296} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 10748 | 2024.10.04 16:01:19.221674 [ 3 ] {} <Debug> HTTP-Session: 23b08105-09d6-4767-8084-ddd83d82bea7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10749 | 2024.10.04 16:01:19.221799 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 17174, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10750 | 2024.10.04 16:01:19.221847 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10751 | 2024.10.04 16:01:19.221866 [ 3 ] {} <Debug> HTTP-Session: 42183e3c-f060-496d-977c-546a09c0cc48 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 10752 | 2024.10.04 16:01:19.221883 [ 3 ] {} <Debug> HTTP-Session: 42183e3c-f060-496d-977c-546a09c0cc48 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10753 | 2024.10.04 16:01:19.221897 [ 3 ] {} <Debug> HTTP-Session: 42183e3c-f060-496d-977c-546a09c0cc48 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10754 | 2024.10.04 16:01:19.221929 [ 3 ] {} <Trace> HTTP-Session: 42183e3c-f060-496d-977c-546a09c0cc48 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10755 | 2024.10.04 16:01:19.222053 [ 3 ] {de015e1b-b0be-47de-989e-5384682fc39b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 10756 | 2024.10.04 16:01:19.222097 [ 3 ] {de015e1b-b0be-47de-989e-5384682fc39b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10757 | 2024.10.04 16:01:19.222318 [ 3 ] {de015e1b-b0be-47de-989e-5384682fc39b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10758 | 2024.10.04 16:01:19.222740 [ 3 ] {de015e1b-b0be-47de-989e-5384682fc39b} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10759 | 2024.10.04 16:01:19.222777 [ 3 ] {de015e1b-b0be-47de-989e-5384682fc39b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 10760 | 2024.10.04 16:01:19.223134 [ 3 ] {de015e1b-b0be-47de-989e-5384682fc39b} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 10761 | 2024.10.04 16:01:19.223496 [ 3 ] {de015e1b-b0be-47de-989e-5384682fc39b} <Trace> oximeter.fields_uuid (db73ef1b-285a-4ffd-b768-8b0cb7509f0e): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10762 | 2024.10.04 16:01:19.223631 [ 3 ] {de015e1b-b0be-47de-989e-5384682fc39b} <Debug> executeQuery: Read 101 rows, 8.09 KiB in 0.001622 sec., 62268.803945745996 rows/sec., 4.87 MiB/sec. | ||
| 10763 | 2024.10.04 16:01:19.223855 [ 3 ] {de015e1b-b0be-47de-989e-5384682fc39b} <Debug> DynamicQueryHandler: Done processing query | ||
| 10764 | 2024.10.04 16:01:19.223884 [ 3 ] {de015e1b-b0be-47de-989e-5384682fc39b} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 10765 | 2024.10.04 16:01:19.223906 [ 3 ] {} <Debug> HTTP-Session: 42183e3c-f060-496d-977c-546a09c0cc48 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10766 | 2024.10.04 16:01:19.224073 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 31220, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10767 | 2024.10.04 16:01:19.224122 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10768 | 2024.10.04 16:01:19.224141 [ 3 ] {} <Debug> HTTP-Session: c05a5da6-32e2-4040-9558-5f59b76d71d7 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 10769 | 2024.10.04 16:01:19.224158 [ 3 ] {} <Debug> HTTP-Session: c05a5da6-32e2-4040-9558-5f59b76d71d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10770 | 2024.10.04 16:01:19.224173 [ 3 ] {} <Debug> HTTP-Session: c05a5da6-32e2-4040-9558-5f59b76d71d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10771 | 2024.10.04 16:01:19.224204 [ 3 ] {} <Trace> HTTP-Session: c05a5da6-32e2-4040-9558-5f59b76d71d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10772 | 2024.10.04 16:01:19.224350 [ 3 ] {682dcfe2-7a89-4969-8a68-0d8167a41ec5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 10773 | 2024.10.04 16:01:19.224399 [ 3 ] {682dcfe2-7a89-4969-8a68-0d8167a41ec5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10774 | 2024.10.04 16:01:19.224543 [ 3 ] {682dcfe2-7a89-4969-8a68-0d8167a41ec5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10775 | 2024.10.04 16:01:19.224943 [ 3 ] {682dcfe2-7a89-4969-8a68-0d8167a41ec5} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10776 | 2024.10.04 16:01:19.224979 [ 3 ] {682dcfe2-7a89-4969-8a68-0d8167a41ec5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 10777 | 2024.10.04 16:01:19.225380 [ 3 ] {682dcfe2-7a89-4969-8a68-0d8167a41ec5} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 10778 | 2024.10.04 16:01:19.225729 [ 3 ] {682dcfe2-7a89-4969-8a68-0d8167a41ec5} <Trace> oximeter.measurements_cumulativeu64 (f2da3d1e-bcc3-43c6-8e0d-0500c9c4fd34): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10779 | 2024.10.04 16:01:19.225857 [ 3 ] {682dcfe2-7a89-4969-8a68-0d8167a41ec5} <Debug> executeQuery: Read 163 rows, 11.62 KiB in 0.001574 sec., 103557.81448538754 rows/sec., 7.21 MiB/sec. | ||
| 10780 | 2024.10.04 16:01:19.226036 [ 3 ] {682dcfe2-7a89-4969-8a68-0d8167a41ec5} <Debug> DynamicQueryHandler: Done processing query | ||
| 10781 | 2024.10.04 16:01:19.226060 [ 3 ] {682dcfe2-7a89-4969-8a68-0d8167a41ec5} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 10782 | 2024.10.04 16:01:19.226076 [ 3 ] {} <Debug> HTTP-Session: c05a5da6-32e2-4040-9558-5f59b76d71d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10783 | 2024.10.04 16:01:19.226283 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 51954, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10784 | 2024.10.04 16:01:19.226331 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10785 | 2024.10.04 16:01:19.226350 [ 3 ] {} <Debug> HTTP-Session: 454691b6-592e-4c05-aab0-8b84f29d8bb6 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 10786 | 2024.10.04 16:01:19.226367 [ 3 ] {} <Debug> HTTP-Session: 454691b6-592e-4c05-aab0-8b84f29d8bb6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10787 | 2024.10.04 16:01:19.226382 [ 3 ] {} <Debug> HTTP-Session: 454691b6-592e-4c05-aab0-8b84f29d8bb6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10788 | 2024.10.04 16:01:19.226413 [ 3 ] {} <Trace> HTTP-Session: 454691b6-592e-4c05-aab0-8b84f29d8bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10789 | 2024.10.04 16:01:19.226737 [ 3 ] {77a93d96-bdac-42c7-a05a-6167251f9693} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 10790 | 2024.10.04 16:01:19.226803 [ 3 ] {77a93d96-bdac-42c7-a05a-6167251f9693} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10791 | 2024.10.04 16:01:19.227228 [ 3 ] {77a93d96-bdac-42c7-a05a-6167251f9693} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10792 | 2024.10.04 16:01:19.227920 [ 3 ] {77a93d96-bdac-42c7-a05a-6167251f9693} <Trace> oximeter.measurements_histogramu64 (00490d86-ebe4-4f2c-857c-d83cd24ebd05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10793 | 2024.10.04 16:01:19.227956 [ 3 ] {77a93d96-bdac-42c7-a05a-6167251f9693} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 10794 | 2024.10.04 16:01:19.228601 [ 3 ] {77a93d96-bdac-42c7-a05a-6167251f9693} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 10795 | 2024.10.04 16:01:19.229027 [ 3 ] {77a93d96-bdac-42c7-a05a-6167251f9693} <Trace> oximeter.measurements_histogramu64 (00490d86-ebe4-4f2c-857c-d83cd24ebd05): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10796 | 2024.10.04 16:01:19.229175 [ 3 ] {77a93d96-bdac-42c7-a05a-6167251f9693} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002668 sec., 11619.190404797602 rows/sec., 20.82 MiB/sec. | ||
| 10797 | 2024.10.04 16:01:19.229397 [ 3 ] {77a93d96-bdac-42c7-a05a-6167251f9693} <Debug> DynamicQueryHandler: Done processing query | ||
| 10798 | 2024.10.04 16:01:19.229422 [ 3 ] {77a93d96-bdac-42c7-a05a-6167251f9693} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
| 10799 | 2024.10.04 16:01:19.229438 [ 3 ] {} <Debug> HTTP-Session: 454691b6-592e-4c05-aab0-8b84f29d8bb6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10800 | 2024.10.04 16:01:19.229559 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40266, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10801 | 2024.10.04 16:01:19.229608 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10802 | 2024.10.04 16:01:19.229627 [ 3 ] {} <Debug> HTTP-Session: 78d2e7f2-8ed0-4a6d-a535-8d494ad3eda8 Authenticating user 'default' from [fd00:1122:3344:101::d]:40266 | ||
| 10803 | 2024.10.04 16:01:19.229644 [ 3 ] {} <Debug> HTTP-Session: 78d2e7f2-8ed0-4a6d-a535-8d494ad3eda8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10804 | 2024.10.04 16:01:19.229658 [ 3 ] {} <Debug> HTTP-Session: 78d2e7f2-8ed0-4a6d-a535-8d494ad3eda8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10805 | 2024.10.04 16:01:19.229688 [ 3 ] {} <Trace> HTTP-Session: 78d2e7f2-8ed0-4a6d-a535-8d494ad3eda8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10806 | 2024.10.04 16:01:19.229805 [ 3 ] {c88dd017-7b31-4f09-a27e-ebe7810a06f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40266) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 10807 | 2024.10.04 16:01:19.229849 [ 3 ] {c88dd017-7b31-4f09-a27e-ebe7810a06f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10808 | 2024.10.04 16:01:19.229980 [ 3 ] {c88dd017-7b31-4f09-a27e-ebe7810a06f6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10809 | 2024.10.04 16:01:19.230304 [ 3 ] {c88dd017-7b31-4f09-a27e-ebe7810a06f6} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10810 | 2024.10.04 16:01:19.230339 [ 3 ] {c88dd017-7b31-4f09-a27e-ebe7810a06f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 10811 | 2024.10.04 16:01:19.230705 [ 3 ] {c88dd017-7b31-4f09-a27e-ebe7810a06f6} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 10812 | 2024.10.04 16:01:19.231035 [ 3 ] {c88dd017-7b31-4f09-a27e-ebe7810a06f6} <Trace> oximeter.measurements_u64 (f1266625-5fbc-477b-b130-85cba0b363f2): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10813 | 2024.10.04 16:01:19.231160 [ 3 ] {c88dd017-7b31-4f09-a27e-ebe7810a06f6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001398 sec., 42918.45493562232 rows/sec., 2.89 MiB/sec. | ||
| 10814 | 2024.10.04 16:01:19.231314 [ 3 ] {c88dd017-7b31-4f09-a27e-ebe7810a06f6} <Debug> DynamicQueryHandler: Done processing query | ||
| 10815 | 2024.10.04 16:01:19.231337 [ 3 ] {c88dd017-7b31-4f09-a27e-ebe7810a06f6} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 10816 | 2024.10.04 16:01:19.231353 [ 3 ] {} <Debug> HTTP-Session: 78d2e7f2-8ed0-4a6d-a535-8d494ad3eda8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||