| 1 | [ Apr 3 05:11:56 Enabled. ] | ||
| 2 | [ Apr 3 05:11:56 Rereading configuration. ] | ||
| 3 | [ Apr 3 05:11:57 Rereading configuration. ] | ||
| 4 | [ Apr 3 05:12:02 Executing start method ("/opt/oxide/lib/svc/manifest/clickhouse.sh"). ] | ||
| 5 | + set -o errexit | ||
| 6 | + set -o pipefail | ||
| 7 | + . /lib/svc/share/smf_include.sh | ||
| 8 | ++ SMF_EXIT_OK=0 | ||
| 9 | ++ SMF_EXIT_NODAEMON=94 | ||
| 10 | ++ SMF_EXIT_ERR_FATAL=95 | ||
| 11 | ++ SMF_EXIT_ERR_CONFIG=96 | ||
| 12 | ++ SMF_EXIT_MON_DEGRADE=97 | ||
| 13 | ++ SMF_EXIT_MON_OFFLINE=98 | ||
| 14 | ++ SMF_EXIT_ERR_NOSMF=99 | ||
| 15 | ++ SMF_EXIT_ERR_PERM=100 | ||
| 16 | ++ svcprop -c -p config/listen_addr svc:/oxide/clickhouse:default | ||
| 17 | + LISTEN_ADDR=fd00:1122:3344:101::e | ||
| 18 | ++ svcprop -c -p config/listen_port svc:/oxide/clickhouse:default | ||
| 19 | + LISTEN_PORT=8123 | ||
| 20 | ++ svcprop -c -p config/store svc:/oxide/clickhouse:default | ||
| 21 | + DATASTORE=/data | ||
| 22 | + single_node=true | ||
| 23 | + command=() | ||
| 24 | + true | ||
| 25 | + command+=("/opt/oxide/clickhouse/clickhouse" "server" "--log-file" "/var/tmp/clickhouse-server.log" "--errorlog-file" "/var/tmp/clickhouse-server.errlog" "--" "--path" "${DATASTORE}" "--listen_host" "$LISTEN_ADDR" "--http_port" "$LISTEN_PORT") | ||
| 26 | + exec /opt/oxide/clickhouse/clickhouse server --log-file /var/tmp/clickhouse-server.log --errorlog-file /var/tmp/clickhouse-server.errlog -- --path /data --listen_host fd00:1122:3344:101::e --http_port 8123 | ||
| 27 | [ Apr 3 05:12:03 Method "start" exited with status 0. ] | ||
| 28 | Processing configuration file 'config.xml'. | ||
| 29 | There is no file 'config.xml', will use embedded config. | ||
| 30 | Logging trace to /var/tmp/clickhouse-server.log | ||
| 31 | Logging errors to /var/tmp/clickhouse-server.errlog | ||
| 32 | 2024.04.03 05:12:03.674040 [ 1 ] {} <Information> Application: Will watch for the process with pid 23714 | ||
| 33 | 2024.04.03 05:12:03.674414 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
| 34 | 2024.04.03 05:12:03.830172 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 23714 | ||
| 35 | 2024.04.03 05:12:03.830885 [ 1 ] {} <Information> Application: starting up | ||
| 36 | 2024.04.03 05:12:03.831571 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
| 37 | 2024.04.03 05:12:03.913254 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
| 38 | 2024.04.03 05:12:03.964986 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
| 39 | 2024.04.03 05:12:03.965030 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
| 40 | 2024.04.03 05:12:03.965048 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
| 41 | 2024.04.03 05:12:03.965114 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
| 42 | 2024.04.03 05:12:03.965395 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
| 43 | 2024.04.03 05:12:03.966887 [ 1 ] {} <Debug> ConfigReloader: Loading config 'config.xml' | ||
| 44 | Processing configuration file 'config.xml'. | ||
| 45 | There is no file 'config.xml', will use embedded config. | ||
| 46 | Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. | ||
| 47 | 2024.04.03 05:12:03.967366 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performing update on configuration | ||
| 48 | 2024.04.03 05:12:03.968185 [ 1 ] {} <Information> Application: Setting max_server_memory_usage was set to 86.29 GiB (95.88 GiB available * 0.90 max_server_memory_usage_to_ram_ratio) | ||
| 49 | 2024.04.03 05:12:03.968210 [ 1 ] {} <Information> Application: Setting merges_mutations_memory_usage_soft_limit was set to 47.94 GiB (95.88 GiB available * 0.50 merges_mutations_memory_usage_to_ram_ratio) | ||
| 50 | 2024.04.03 05:12:03.968223 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
| 51 | 2024.04.03 05:12:03.968396 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 52 | 2024.04.03 05:12:03.969319 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
| 53 | 2024.04.03 05:12:03.976000 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 54 | 2024.04.03 05:12:03.976717 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 55 | 2024.04.03 05:12:03.978161 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 56 | 2024.04.03 05:12:03.978225 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performed update on configuration | ||
| 57 | 2024.04.03 05:12:03.979223 [ 1 ] {} <Debug> ConfigReloader: Loading config 'config.xml' | ||
| 58 | Processing configuration file 'config.xml'. | ||
| 59 | There is no file 'config.xml', will use embedded config. | ||
| 60 | Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. | ||
| 61 | 2024.04.03 05:12:03.979495 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performing update on configuration | ||
| 62 | 2024.04.03 05:12:03.983284 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performed update on configuration | ||
| 63 | 2024.04.03 05:12:03.983937 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: config.xml | ||
| 64 | 2024.04.03 05:12:03.985466 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
| 65 | 2024.04.03 05:12:03.985916 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
| 66 | 2024.04.03 05:12:03.986250 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
| 67 | 2024.04.03 05:12:03.986582 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
| 68 | 2024.04.03 05:12:03.987888 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
| 69 | 2024.04.03 05:12:03.987918 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
| 70 | 2024.04.03 05:12:03.988017 [ 137 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 71 | 2024.04.03 05:12:03.988170 [ 137 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 72 | 2024.04.03 05:12:04.007842 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
| 73 | 2024.04.03 05:12:04.007880 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000183242 sec | ||
| 74 | 2024.04.03 05:12:04.007923 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 75 | 2024.04.03 05:12:04.007938 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 76 | 2024.04.03 05:12:04.009118 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
| 77 | 2024.04.03 05:12:04.010188 [ 1 ] {} <Debug> SystemLog: Not creating system.query_log since corresponding section 'query_log' is missing from config | ||
| 78 | 2024.04.03 05:12:04.010214 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
| 79 | 2024.04.03 05:12:04.010245 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
| 80 | 2024.04.03 05:12:04.010261 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
| 81 | 2024.04.03 05:12:04.010273 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
| 82 | 2024.04.03 05:12:04.010305 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
| 83 | 2024.04.03 05:12:04.010317 [ 1 ] {} <Debug> SystemLog: Not creating system.metric_log since corresponding section 'metric_log' is missing from config | ||
| 84 | 2024.04.03 05:12:04.010331 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
| 85 | 2024.04.03 05:12:04.010364 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
| 86 | 2024.04.03 05:12:04.010377 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_metric_log since corresponding section 'asynchronous_metric_log' is missing from config | ||
| 87 | 2024.04.03 05:12:04.010391 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
| 88 | 2024.04.03 05:12:04.010405 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
| 89 | 2024.04.03 05:12:04.010437 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
| 90 | 2024.04.03 05:12:04.010451 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
| 91 | 2024.04.03 05:12:04.010466 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
| 92 | 2024.04.03 05:12:04.010492 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
| 93 | 2024.04.03 05:12:04.010506 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
| 94 | 2024.04.03 05:12:04.045326 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
| 95 | 2024.04.03 05:12:04.055084 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
| 96 | 2024.04.03 05:12:04.055115 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.1921e-05 sec | ||
| 97 | 2024.04.03 05:12:04.055131 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 98 | 2024.04.03 05:12:04.055148 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 99 | 2024.04.03 05:12:04.055173 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
| 100 | 2024.04.03 05:12:04.055367 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
| 101 | 2024.04.03 05:12:04.055416 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
| 102 | 2024.04.03 05:12:04.055432 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
| 103 | 2024.04.03 05:12:04.055450 [ 1 ] {} <Information> Application: Query Profiler and TraceCollector are disabled because they require PHDR cache to be created (otherwise the function 'dl_iterate_phdr' is not lock free and not async-signal safe). | ||
| 104 | 2024.04.03 05:12:04.055465 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
| 105 | 2024.04.03 05:12:04.083155 [ 1 ] {} <Trace> MySQLHandlerFactory: Failed to create SSL context. SSL will be disabled. Error: Poco::Exception. Code: 1000, e.code() = 0, SSL Exception: Configuration error: no certificate file has been specified (version 23.8.7.1) | ||
| 106 | 2024.04.03 05:12:04.277327 [ 1 ] {} <Trace> MySQLHandlerFactory: Failed to read RSA key pair from server certificate. Error: Code: 139. DB::Exception: Certificate file is not set. (NO_ELEMENTS_IN_CONFIG) (version 23.8.7.1) | ||
| 107 | 2024.04.03 05:12:04.277393 [ 1 ] {} <Trace> MySQLHandlerFactory: Generating new RSA key pair. | ||
| 108 | 2024.04.03 05:12:04.374549 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 109 | 2024.04.03 05:12:04.374779 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 9.87 MiB, peak 16.07 MiB, free memory in arenas 0.00 B, will set to 157.06 MiB (RSS), difference: 147.19 MiB | ||
| 110 | 2024.04.03 05:12:04.375662 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.4351e-05 sec. | ||
| 111 | 2024.04.03 05:12:04.376052 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
| 112 | 2024.04.03 05:12:04.376149 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
| 113 | 2024.04.03 05:12:04.376214 [ 1 ] {} <Information> Application: Listening for MySQL compatibility protocol: [fd00:1122:3344:101::e]:9004 | ||
| 114 | 2024.04.03 05:12:04.376237 [ 1 ] {} <Information> Application: Ready for connections. | ||
| 115 | 2024.04.03 05:12:05.033111 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48769, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 116 | 2024.04.03 05:12:05.033323 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 117 | 2024.04.03 05:12:05.033358 [ 3 ] {} <Debug> HTTP-Session: 46d2eb65-4f9f-41bc-8a51-2c1de29fca60 Authenticating user 'default' from [fd00:1122:3344:101::d]:48769 | ||
| 118 | 2024.04.03 05:12:05.033388 [ 3 ] {} <Debug> HTTP-Session: 46d2eb65-4f9f-41bc-8a51-2c1de29fca60 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 119 | 2024.04.03 05:12:05.033408 [ 3 ] {} <Debug> HTTP-Session: 46d2eb65-4f9f-41bc-8a51-2c1de29fca60 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 120 | 2024.04.03 05:12:05.033494 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 121 | 2024.04.03 05:12:05.033528 [ 3 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 122 | 2024.04.03 05:12:05.033550 [ 3 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 123 | 2024.04.03 05:12:05.033615 [ 3 ] {} <Trace> HTTP-Session: 46d2eb65-4f9f-41bc-8a51-2c1de29fca60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 124 | 2024.04.03 05:12:05.034598 [ 3 ] {6a046b4d-3303-4124-ba41-e0a0190f1c42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48769) SELECT MAX(value) FROM oximeter.version; (stage: Complete) | ||
| 125 | 2024.04.03 05:12:05.056075 [ 3 ] {6a046b4d-3303-4124-ba41-e0a0190f1c42} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:48769) (in query: SELECT MAX(value) FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
| 126 | |||
| 127 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 128 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 129 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
| 130 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 131 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 132 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 133 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
| 134 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
| 135 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
| 136 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
| 137 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
| 138 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 139 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 140 | 13. DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr<DB::Context>, std::function<void (DB::QueryResultDetails const&)>, std::optional<DB::FormatSettings> const&) @ 0x000000001518d019 in /opt/oxide/clickhouse/clickhouse | ||
| 141 | 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse | ||
| 142 | 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse | ||
| 143 | 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse | ||
| 144 | 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 145 | 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 146 | 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 147 | 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 148 | 21. _thrp_setup @ 0x0000000000113667 in /system/lib/amd64/libc.so.1 | ||
| 149 | |||
| 150 | 2024.04.03 05:12:05.056778 [ 3 ] {6a046b4d-3303-4124-ba41-e0a0190f1c42} <Error> DynamicQueryHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
| 151 | |||
| 152 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 153 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 154 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
| 155 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 156 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 157 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 158 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
| 159 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
| 160 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
| 161 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
| 162 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
| 163 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 164 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 165 | 13. DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr<DB::Context>, std::function<void (DB::QueryResultDetails const&)>, std::optional<DB::FormatSettings> const&) @ 0x000000001518d019 in /opt/oxide/clickhouse/clickhouse | ||
| 166 | 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse | ||
| 167 | 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse | ||
| 168 | 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse | ||
| 169 | 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 170 | 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 171 | 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 172 | 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 173 | 21. _thrp_setup @ 0x0000000000113667 in /system/lib/amd64/libc.so.1 | ||
| 174 | (version 23.8.7.1) | ||
| 175 | 2024.04.03 05:12:05.056959 [ 3 ] {} <Debug> HTTP-Session: 46d2eb65-4f9f-41bc-8a51-2c1de29fca60 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 176 | 2024.04.03 05:12:05.057362 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48769, User-Agent: (none), Length: 33, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 177 | 2024.04.03 05:12:05.057421 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 178 | 2024.04.03 05:12:05.057444 [ 3 ] {} <Debug> HTTP-Session: 9cc2e0fc-1f22-446f-89ec-2b2572d67846 Authenticating user 'default' from [fd00:1122:3344:101::d]:48769 | ||
| 179 | 2024.04.03 05:12:05.057468 [ 3 ] {} <Debug> HTTP-Session: 9cc2e0fc-1f22-446f-89ec-2b2572d67846 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 180 | 2024.04.03 05:12:05.057482 [ 3 ] {} <Debug> HTTP-Session: 9cc2e0fc-1f22-446f-89ec-2b2572d67846 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 181 | 2024.04.03 05:12:05.057522 [ 3 ] {} <Trace> HTTP-Session: 9cc2e0fc-1f22-446f-89ec-2b2572d67846 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 182 | 2024.04.03 05:12:05.058594 [ 3 ] {4785e052-4646-4fce-8a57-72d36e27b080} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48769) SHOW CLUSTERS FORMAT JSONEachRow; (stage: Complete) | ||
| 183 | 2024.04.03 05:12:05.058702 [ 3 ] {4785e052-4646-4fce-8a57-72d36e27b080} <Debug> executeQuery: (internal) SELECT DISTINCT cluster FROM system.clusters ORDER BY cluster (stage: Complete) | ||
| 184 | 2024.04.03 05:12:05.059795 [ 3 ] {4785e052-4646-4fce-8a57-72d36e27b080} <Trace> ContextAccess (default): Access granted: SELECT(cluster) ON system.clusters | ||
| 185 | 2024.04.03 05:12:05.061686 [ 3 ] {4785e052-4646-4fce-8a57-72d36e27b080} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 186 | 2024.04.03 05:12:05.066784 [ 3 ] {4785e052-4646-4fce-8a57-72d36e27b080} <Debug> DynamicQueryHandler: Done processing query | ||
| 187 | 2024.04.03 05:12:05.066826 [ 3 ] {4785e052-4646-4fce-8a57-72d36e27b080} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 188 | 2024.04.03 05:12:05.066843 [ 3 ] {} <Debug> HTTP-Session: 9cc2e0fc-1f22-446f-89ec-2b2572d67846 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 189 | 2024.04.03 05:12:05.067840 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48769, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 190 | 2024.04.03 05:12:05.067895 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 191 | 2024.04.03 05:12:05.067916 [ 3 ] {} <Debug> HTTP-Session: a22494d6-ae05-4c2a-b67a-0da3d7e9bf4d Authenticating user 'default' from [fd00:1122:3344:101::d]:48769 | ||
| 192 | 2024.04.03 05:12:05.067932 [ 3 ] {} <Debug> HTTP-Session: a22494d6-ae05-4c2a-b67a-0da3d7e9bf4d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 193 | 2024.04.03 05:12:05.067948 [ 3 ] {} <Debug> HTTP-Session: a22494d6-ae05-4c2a-b67a-0da3d7e9bf4d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 194 | 2024.04.03 05:12:05.067983 [ 3 ] {} <Trace> HTTP-Session: a22494d6-ae05-4c2a-b67a-0da3d7e9bf4d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 195 | 2024.04.03 05:12:05.068066 [ 3 ] {2153d007-a3d1-4ae7-826f-c2871f74eac5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48769) SELECT MAX(value) FROM oximeter.version; (stage: Complete) | ||
| 196 | 2024.04.03 05:12:05.068308 [ 3 ] {2153d007-a3d1-4ae7-826f-c2871f74eac5} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:48769) (in query: SELECT MAX(value) FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
| 197 | |||
| 198 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 199 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 200 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
| 201 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 202 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 203 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 204 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
| 205 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
| 206 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
| 207 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
| 208 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
| 209 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 210 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 211 | 13. DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr<DB::Context>, std::function<void (DB::QueryResultDetails const&)>, std::optional<DB::FormatSettings> const&) @ 0x000000001518d019 in /opt/oxide/clickhouse/clickhouse | ||
| 212 | 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse | ||
| 213 | 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse | ||
| 214 | 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse | ||
| 215 | 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 216 | 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 217 | 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 218 | 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 219 | 21. _thrp_setup @ 0x0000000000113667 in /system/lib/amd64/libc.so.1 | ||
| 220 | |||
| 221 | 2024.04.03 05:12:05.068423 [ 3 ] {2153d007-a3d1-4ae7-826f-c2871f74eac5} <Error> DynamicQueryHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
| 222 | |||
| 223 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 224 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 225 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
| 226 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 227 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 228 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 229 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
| 230 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
| 231 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
| 232 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
| 233 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
| 234 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 235 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 236 | 13. DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr<DB::Context>, std::function<void (DB::QueryResultDetails const&)>, std::optional<DB::FormatSettings> const&) @ 0x000000001518d019 in /opt/oxide/clickhouse/clickhouse | ||
| 237 | 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse | ||
| 238 | 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse | ||
| 239 | 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse | ||
| 240 | 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 241 | 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 242 | 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 243 | 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 244 | 21. _thrp_setup @ 0x0000000000113667 in /system/lib/amd64/libc.so.1 | ||
| 245 | (version 23.8.7.1) | ||
| 246 | 2024.04.03 05:12:05.068542 [ 3 ] {} <Debug> HTTP-Session: a22494d6-ae05-4c2a-b67a-0da3d7e9bf4d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 247 | 2024.04.03 05:12:05.068732 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48769, User-Agent: (none), Length: 32, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 248 | 2024.04.03 05:12:05.068780 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 249 | 2024.04.03 05:12:05.068800 [ 3 ] {} <Debug> HTTP-Session: 2c4b6207-5ccc-45eb-bc8a-f6eabc04c031 Authenticating user 'default' from [fd00:1122:3344:101::d]:48769 | ||
| 250 | 2024.04.03 05:12:05.068819 [ 3 ] {} <Debug> HTTP-Session: 2c4b6207-5ccc-45eb-bc8a-f6eabc04c031 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 251 | 2024.04.03 05:12:05.068836 [ 3 ] {} <Debug> HTTP-Session: 2c4b6207-5ccc-45eb-bc8a-f6eabc04c031 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 252 | 2024.04.03 05:12:05.068865 [ 3 ] {} <Trace> HTTP-Session: 2c4b6207-5ccc-45eb-bc8a-f6eabc04c031 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 253 | 2024.04.03 05:12:05.068998 [ 3 ] {531756b5-39c9-4843-aaf6-6956f59e3a68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48769) DROP DATABASE IF EXISTS oximeter (stage: Complete) | ||
| 254 | 2024.04.03 05:12:05.069115 [ 3 ] {531756b5-39c9-4843-aaf6-6956f59e3a68} <Debug> DynamicQueryHandler: Done processing query | ||
| 255 | 2024.04.03 05:12:05.069138 [ 3 ] {} <Debug> HTTP-Session: 2c4b6207-5ccc-45eb-bc8a-f6eabc04c031 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 256 | 2024.04.03 05:12:05.069247 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48769, User-Agent: (none), Length: 38, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 257 | 2024.04.03 05:12:05.069296 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 258 | 2024.04.03 05:12:05.069313 [ 3 ] {} <Debug> HTTP-Session: ababa78b-71a8-4add-91f5-ed19b288a785 Authenticating user 'default' from [fd00:1122:3344:101::d]:48769 | ||
| 259 | 2024.04.03 05:12:05.069332 [ 3 ] {} <Debug> HTTP-Session: ababa78b-71a8-4add-91f5-ed19b288a785 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 260 | 2024.04.03 05:12:05.069348 [ 3 ] {} <Debug> HTTP-Session: ababa78b-71a8-4add-91f5-ed19b288a785 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 261 | 2024.04.03 05:12:05.069375 [ 3 ] {} <Trace> HTTP-Session: ababa78b-71a8-4add-91f5-ed19b288a785 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 262 | 2024.04.03 05:12:05.069429 [ 3 ] {55cef6fa-7299-4da9-b45d-18760efbd0f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48769) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
| 263 | 2024.04.03 05:12:05.069490 [ 3 ] {55cef6fa-7299-4da9-b45d-18760efbd0f4} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
| 264 | 2024.04.03 05:12:05.074646 [ 3 ] {55cef6fa-7299-4da9-b45d-18760efbd0f4} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
| 265 | 2024.04.03 05:12:05.074674 [ 3 ] {55cef6fa-7299-4da9-b45d-18760efbd0f4} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.1091e-05 sec | ||
| 266 | 2024.04.03 05:12:05.074696 [ 3 ] {55cef6fa-7299-4da9-b45d-18760efbd0f4} <Trace> ReferentialDeps: No tables | ||
| 267 | 2024.04.03 05:12:05.074709 [ 3 ] {55cef6fa-7299-4da9-b45d-18760efbd0f4} <Trace> LoadingDeps: No tables | ||
| 268 | 2024.04.03 05:12:05.074733 [ 3 ] {55cef6fa-7299-4da9-b45d-18760efbd0f4} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
| 269 | 2024.04.03 05:12:05.074817 [ 3 ] {55cef6fa-7299-4da9-b45d-18760efbd0f4} <Debug> DynamicQueryHandler: Done processing query | ||
| 270 | 2024.04.03 05:12:05.074843 [ 3 ] {} <Debug> HTTP-Session: ababa78b-71a8-4add-91f5-ed19b288a785 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 271 | 2024.04.03 05:12:05.074948 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48769, User-Agent: (none), Length: 223, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 272 | 2024.04.03 05:12:05.074995 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 273 | 2024.04.03 05:12:05.075017 [ 3 ] {} <Debug> HTTP-Session: 92e367cf-af69-4c92-825c-9f08371e2069 Authenticating user 'default' from [fd00:1122:3344:101::d]:48769 | ||
| 274 | 2024.04.03 05:12:05.075033 [ 3 ] {} <Debug> HTTP-Session: 92e367cf-af69-4c92-825c-9f08371e2069 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 275 | 2024.04.03 05:12:05.075049 [ 3 ] {} <Debug> HTTP-Session: 92e367cf-af69-4c92-825c-9f08371e2069 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 276 | 2024.04.03 05:12:05.075084 [ 3 ] {} <Trace> HTTP-Session: 92e367cf-af69-4c92-825c-9f08371e2069 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 277 | 2024.04.03 05:12:05.075191 [ 3 ] {c2f1ff31-fe10-4f70-8545-737daa5b6c70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48769) /* The version table contains metadata about the `oximeter` database */ | ||
| 278 | CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) | ||
| 279 | 2024.04.03 05:12:05.075237 [ 3 ] {c2f1ff31-fe10-4f70-8545-737daa5b6c70} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
| 280 | 2024.04.03 05:12:05.079543 [ 3 ] {c2f1ff31-fe10-4f70-8545-737daa5b6c70} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
| 281 | 2024.04.03 05:12:05.080955 [ 3 ] {c2f1ff31-fe10-4f70-8545-737daa5b6c70} <Debug> oximeter.version (87fddbff-f28a-4158-b4a9-ec9b8315d5b9): Loading data parts | ||
| 282 | 2024.04.03 05:12:05.081337 [ 3 ] {c2f1ff31-fe10-4f70-8545-737daa5b6c70} <Debug> oximeter.version (87fddbff-f28a-4158-b4a9-ec9b8315d5b9): There are no data parts | ||
| 283 | 2024.04.03 05:12:05.087586 [ 3 ] {c2f1ff31-fe10-4f70-8545-737daa5b6c70} <Debug> DynamicQueryHandler: Done processing query | ||
| 284 | 2024.04.03 05:12:05.087623 [ 3 ] {} <Debug> HTTP-Session: 92e367cf-af69-4c92-825c-9f08371e2069 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 285 | 2024.04.03 05:12:05.087753 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48769, User-Agent: (none), Length: 818, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 286 | 2024.04.03 05:12:05.087801 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 287 | 2024.04.03 05:12:05.087824 [ 3 ] {} <Debug> HTTP-Session: 221a65d1-e619-424a-b70b-92a6294d8cb4 Authenticating user 'default' from [fd00:1122:3344:101::d]:48769 | ||
| 288 | 2024.04.03 05:12:05.087843 [ 3 ] {} <Debug> HTTP-Session: 221a65d1-e619-424a-b70b-92a6294d8cb4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 289 | 2024.04.03 05:12:05.087856 [ 3 ] {} <Debug> HTTP-Session: 221a65d1-e619-424a-b70b-92a6294d8cb4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 290 | 2024.04.03 05:12:05.087888 [ 3 ] {} <Trace> HTTP-Session: 221a65d1-e619-424a-b70b-92a6294d8cb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 291 | 2024.04.03 05:12:05.088055 [ 3 ] {a9fa15f0-b7b1-4c66-a08a-f155813c2046} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48769) /* The measurement tables contain all individual samples from each timeseries. | ||
| 292 | * | ||
| 293 | * Each table stores a single datum type, and otherwise contains nearly the same | ||
| 294 | * structure. The primary sorting key is on the timeseries name, key, and then | ||
| 295 | * timestamp, so that all timeseries from the same schema are grouped, followed | ||
| 296 | * by all samples from the same timeseries. | ||
| 297 | * | ||
| 298 | * This reflects that one usually looks up the _key_ in one or more field table, | ||
| 299 | * and then uses that to index quickly into the measurements tables. | ||
| 300 | */ | ||
| 301 | CREATE TABLE IF NOT EXISTS oximeter.measurements_bool ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 302 | 2024.04.03 05:12:05.088112 [ 3 ] {a9fa15f0-b7b1-4c66-a08a-f155813c2046} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
| 303 | 2024.04.03 05:12:05.094358 [ 3 ] {a9fa15f0-b7b1-4c66-a08a-f155813c2046} <Debug> oximeter.measurements_bool (e6d2f020-699f-4441-beff-296c6aee5707): Loading data parts | ||
| 304 | 2024.04.03 05:12:05.094524 [ 3 ] {a9fa15f0-b7b1-4c66-a08a-f155813c2046} <Debug> oximeter.measurements_bool (e6d2f020-699f-4441-beff-296c6aee5707): There are no data parts | ||
| 305 | 2024.04.03 05:12:05.099934 [ 3 ] {a9fa15f0-b7b1-4c66-a08a-f155813c2046} <Debug> DynamicQueryHandler: Done processing query | ||
| 306 | 2024.04.03 05:12:05.099967 [ 3 ] {} <Debug> HTTP-Session: 221a65d1-e619-424a-b70b-92a6294d8cb4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 307 | 2024.04.03 05:12:05.100114 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48769, User-Agent: (none), Length: 292, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 308 | 2024.04.03 05:12:05.100179 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 309 | 2024.04.03 05:12:05.100198 [ 3 ] {} <Debug> HTTP-Session: 9d129861-5c04-4ecd-a797-54cd6c0751d6 Authenticating user 'default' from [fd00:1122:3344:101::d]:48769 | ||
| 310 | 2024.04.03 05:12:05.100217 [ 3 ] {} <Debug> HTTP-Session: 9d129861-5c04-4ecd-a797-54cd6c0751d6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 311 | 2024.04.03 05:12:05.100230 [ 3 ] {} <Debug> HTTP-Session: 9d129861-5c04-4ecd-a797-54cd6c0751d6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 312 | 2024.04.03 05:12:05.100262 [ 3 ] {} <Trace> HTTP-Session: 9d129861-5c04-4ecd-a797-54cd6c0751d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 313 | 2024.04.03 05:12:05.100413 [ 3 ] {6885aa3a-9045-45a9-8cd4-25b38d105209} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48769) CREATE TABLE IF NOT EXISTS oximeter.measurements_i8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 314 | 2024.04.03 05:12:05.100459 [ 3 ] {6885aa3a-9045-45a9-8cd4-25b38d105209} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
| 315 | 2024.04.03 05:12:05.102389 [ 3 ] {6885aa3a-9045-45a9-8cd4-25b38d105209} <Debug> oximeter.measurements_i8 (59031411-ba20-4963-a930-1833b32d5fff): Loading data parts | ||
| 316 | 2024.04.03 05:12:05.102539 [ 3 ] {6885aa3a-9045-45a9-8cd4-25b38d105209} <Debug> oximeter.measurements_i8 (59031411-ba20-4963-a930-1833b32d5fff): There are no data parts | ||
| 317 | 2024.04.03 05:12:05.105674 [ 3 ] {6885aa3a-9045-45a9-8cd4-25b38d105209} <Debug> DynamicQueryHandler: Done processing query | ||
| 318 | 2024.04.03 05:12:05.105713 [ 3 ] {} <Debug> HTTP-Session: 9d129861-5c04-4ecd-a797-54cd6c0751d6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 319 | 2024.04.03 05:12:05.105850 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48769, User-Agent: (none), Length: 293, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 320 | 2024.04.03 05:12:05.105905 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 321 | 2024.04.03 05:12:05.105932 [ 3 ] {} <Debug> HTTP-Session: d54cfdde-3ee8-4aeb-98dc-3cd9cd8e02c4 Authenticating user 'default' from [fd00:1122:3344:101::d]:48769 | ||
| 322 | 2024.04.03 05:12:05.105955 [ 3 ] {} <Debug> HTTP-Session: d54cfdde-3ee8-4aeb-98dc-3cd9cd8e02c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 323 | 2024.04.03 05:12:05.105971 [ 3 ] {} <Debug> HTTP-Session: d54cfdde-3ee8-4aeb-98dc-3cd9cd8e02c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 324 | 2024.04.03 05:12:05.106009 [ 3 ] {} <Trace> HTTP-Session: d54cfdde-3ee8-4aeb-98dc-3cd9cd8e02c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 325 | 2024.04.03 05:12:05.106180 [ 3 ] {0bb794ca-a2a3-47a3-82c6-c612abdbc3e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48769) CREATE TABLE IF NOT EXISTS oximeter.measurements_u8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 326 | 2024.04.03 05:12:05.106229 [ 3 ] {0bb794ca-a2a3-47a3-82c6-c612abdbc3e9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
| 327 | 2024.04.03 05:12:05.107922 [ 3 ] {0bb794ca-a2a3-47a3-82c6-c612abdbc3e9} <Debug> oximeter.measurements_u8 (3e257409-c281-4c1b-9167-34cf9dab449d): Loading data parts | ||
| 328 | 2024.04.03 05:12:05.108090 [ 3 ] {0bb794ca-a2a3-47a3-82c6-c612abdbc3e9} <Debug> oximeter.measurements_u8 (3e257409-c281-4c1b-9167-34cf9dab449d): There are no data parts | ||
| 329 | 2024.04.03 05:12:05.115883 [ 3 ] {0bb794ca-a2a3-47a3-82c6-c612abdbc3e9} <Debug> DynamicQueryHandler: Done processing query | ||
| 330 | 2024.04.03 05:12:05.115917 [ 3 ] {} <Debug> HTTP-Session: d54cfdde-3ee8-4aeb-98dc-3cd9cd8e02c4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 331 | 2024.04.03 05:12:05.116037 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48769, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 332 | 2024.04.03 05:12:05.116094 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 333 | 2024.04.03 05:12:05.116113 [ 3 ] {} <Debug> HTTP-Session: bc4e1bfd-d4c9-4d84-947c-e8fc5a7fb5a9 Authenticating user 'default' from [fd00:1122:3344:101::d]:48769 | ||
| 334 | 2024.04.03 05:12:05.116128 [ 3 ] {} <Debug> HTTP-Session: bc4e1bfd-d4c9-4d84-947c-e8fc5a7fb5a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 335 | 2024.04.03 05:12:05.116145 [ 3 ] {} <Debug> HTTP-Session: bc4e1bfd-d4c9-4d84-947c-e8fc5a7fb5a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 336 | 2024.04.03 05:12:05.116177 [ 3 ] {} <Trace> HTTP-Session: bc4e1bfd-d4c9-4d84-947c-e8fc5a7fb5a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 337 | 2024.04.03 05:12:05.116320 [ 3 ] {384f9d07-466f-4d97-befa-7bdbc2b27062} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48769) CREATE TABLE IF NOT EXISTS oximeter.measurements_i16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 338 | 2024.04.03 05:12:05.116366 [ 3 ] {384f9d07-466f-4d97-befa-7bdbc2b27062} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
| 339 | 2024.04.03 05:12:05.118574 [ 3 ] {384f9d07-466f-4d97-befa-7bdbc2b27062} <Debug> oximeter.measurements_i16 (7323b571-7ed9-430b-825a-14cb35c8c700): Loading data parts | ||
| 340 | 2024.04.03 05:12:05.118758 [ 3 ] {384f9d07-466f-4d97-befa-7bdbc2b27062} <Debug> oximeter.measurements_i16 (7323b571-7ed9-430b-825a-14cb35c8c700): There are no data parts | ||
| 341 | 2024.04.03 05:12:05.121331 [ 3 ] {384f9d07-466f-4d97-befa-7bdbc2b27062} <Debug> DynamicQueryHandler: Done processing query | ||
| 342 | 2024.04.03 05:12:05.121370 [ 3 ] {} <Debug> HTTP-Session: bc4e1bfd-d4c9-4d84-947c-e8fc5a7fb5a9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 343 | 2024.04.03 05:12:05.121491 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48769, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 344 | 2024.04.03 05:12:05.121546 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 345 | 2024.04.03 05:12:05.121572 [ 3 ] {} <Debug> HTTP-Session: 54decd19-752e-46ba-83e0-98383e8deab7 Authenticating user 'default' from [fd00:1122:3344:101::d]:48769 | ||
| 346 | 2024.04.03 05:12:05.121596 [ 3 ] {} <Debug> HTTP-Session: 54decd19-752e-46ba-83e0-98383e8deab7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 347 | 2024.04.03 05:12:05.121612 [ 3 ] {} <Debug> HTTP-Session: 54decd19-752e-46ba-83e0-98383e8deab7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 348 | 2024.04.03 05:12:05.121652 [ 3 ] {} <Trace> HTTP-Session: 54decd19-752e-46ba-83e0-98383e8deab7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 349 | 2024.04.03 05:12:05.121826 [ 3 ] {e616ebc3-fb29-467f-a8d7-9e8cc0e08c48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48769) CREATE TABLE IF NOT EXISTS oximeter.measurements_u16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 350 | 2024.04.03 05:12:05.121885 [ 3 ] {e616ebc3-fb29-467f-a8d7-9e8cc0e08c48} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
| 351 | 2024.04.03 05:12:05.123528 [ 3 ] {e616ebc3-fb29-467f-a8d7-9e8cc0e08c48} <Debug> oximeter.measurements_u16 (a29e6df2-1778-4958-aaef-6335c1fcbf44): Loading data parts | ||
| 352 | 2024.04.03 05:12:05.123692 [ 3 ] {e616ebc3-fb29-467f-a8d7-9e8cc0e08c48} <Debug> oximeter.measurements_u16 (a29e6df2-1778-4958-aaef-6335c1fcbf44): There are no data parts | ||
| 353 | 2024.04.03 05:12:05.133475 [ 3 ] {e616ebc3-fb29-467f-a8d7-9e8cc0e08c48} <Debug> DynamicQueryHandler: Done processing query | ||
| 354 | 2024.04.03 05:12:05.133514 [ 3 ] {} <Debug> HTTP-Session: 54decd19-752e-46ba-83e0-98383e8deab7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 355 | 2024.04.03 05:12:05.133641 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48769, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 356 | 2024.04.03 05:12:05.133706 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 357 | 2024.04.03 05:12:05.133728 [ 3 ] {} <Debug> HTTP-Session: 8d347a64-ba67-48a3-a6f3-59eeece67c76 Authenticating user 'default' from [fd00:1122:3344:101::d]:48769 | ||
| 358 | 2024.04.03 05:12:05.133748 [ 3 ] {} <Debug> HTTP-Session: 8d347a64-ba67-48a3-a6f3-59eeece67c76 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 359 | 2024.04.03 05:12:05.133769 [ 3 ] {} <Debug> HTTP-Session: 8d347a64-ba67-48a3-a6f3-59eeece67c76 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 360 | 2024.04.03 05:12:05.133812 [ 3 ] {} <Trace> HTTP-Session: 8d347a64-ba67-48a3-a6f3-59eeece67c76 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 361 | 2024.04.03 05:12:05.133987 [ 3 ] {29372f77-cd9a-4d89-b029-3225804cd51e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48769) CREATE TABLE IF NOT EXISTS oximeter.measurements_i32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 362 | 2024.04.03 05:12:05.134045 [ 3 ] {29372f77-cd9a-4d89-b029-3225804cd51e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
| 363 | 2024.04.03 05:12:05.136408 [ 3 ] {29372f77-cd9a-4d89-b029-3225804cd51e} <Debug> oximeter.measurements_i32 (c4e972b8-a443-42ad-8a87-c47acd23dac7): Loading data parts | ||
| 364 | 2024.04.03 05:12:05.136571 [ 3 ] {29372f77-cd9a-4d89-b029-3225804cd51e} <Debug> oximeter.measurements_i32 (c4e972b8-a443-42ad-8a87-c47acd23dac7): There are no data parts | ||
| 365 | 2024.04.03 05:12:05.139186 [ 3 ] {29372f77-cd9a-4d89-b029-3225804cd51e} <Debug> DynamicQueryHandler: Done processing query | ||
| 366 | 2024.04.03 05:12:05.139226 [ 3 ] {} <Debug> HTTP-Session: 8d347a64-ba67-48a3-a6f3-59eeece67c76 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 367 | 2024.04.03 05:12:05.139347 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48769, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 368 | 2024.04.03 05:12:05.139410 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 369 | 2024.04.03 05:12:05.139438 [ 3 ] {} <Debug> HTTP-Session: 3141e5c1-16f0-4f62-bc6e-92b38f8cf1c4 Authenticating user 'default' from [fd00:1122:3344:101::d]:48769 | ||
| 370 | 2024.04.03 05:12:05.139465 [ 3 ] {} <Debug> HTTP-Session: 3141e5c1-16f0-4f62-bc6e-92b38f8cf1c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 371 | 2024.04.03 05:12:05.139481 [ 3 ] {} <Debug> HTTP-Session: 3141e5c1-16f0-4f62-bc6e-92b38f8cf1c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 372 | 2024.04.03 05:12:05.139520 [ 3 ] {} <Trace> HTTP-Session: 3141e5c1-16f0-4f62-bc6e-92b38f8cf1c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 373 | 2024.04.03 05:12:05.139693 [ 3 ] {69255257-5f04-40d3-9235-4566cd217beb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48769) CREATE TABLE IF NOT EXISTS oximeter.measurements_u32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 374 | 2024.04.03 05:12:05.139749 [ 3 ] {69255257-5f04-40d3-9235-4566cd217beb} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
| 375 | 2024.04.03 05:12:05.141421 [ 3 ] {69255257-5f04-40d3-9235-4566cd217beb} <Debug> oximeter.measurements_u32 (1584f344-d68b-41d9-b6d3-da119932c28b): Loading data parts | ||
| 376 | 2024.04.03 05:12:05.141584 [ 3 ] {69255257-5f04-40d3-9235-4566cd217beb} <Debug> oximeter.measurements_u32 (1584f344-d68b-41d9-b6d3-da119932c28b): There are no data parts | ||
| 377 | 2024.04.03 05:12:05.149407 [ 3 ] {69255257-5f04-40d3-9235-4566cd217beb} <Debug> DynamicQueryHandler: Done processing query | ||
| 378 | 2024.04.03 05:12:05.149448 [ 3 ] {} <Debug> HTTP-Session: 3141e5c1-16f0-4f62-bc6e-92b38f8cf1c4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 379 | 2024.04.03 05:12:05.149561 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48769, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 380 | 2024.04.03 05:12:05.149622 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 381 | 2024.04.03 05:12:05.149650 [ 3 ] {} <Debug> HTTP-Session: 7141c716-bf4f-4518-91c6-b757865e4317 Authenticating user 'default' from [fd00:1122:3344:101::d]:48769 | ||
| 382 | 2024.04.03 05:12:05.149670 [ 3 ] {} <Debug> HTTP-Session: 7141c716-bf4f-4518-91c6-b757865e4317 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 383 | 2024.04.03 05:12:05.149691 [ 3 ] {} <Debug> HTTP-Session: 7141c716-bf4f-4518-91c6-b757865e4317 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 384 | 2024.04.03 05:12:05.149733 [ 3 ] {} <Trace> HTTP-Session: 7141c716-bf4f-4518-91c6-b757865e4317 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 385 | 2024.04.03 05:12:05.149906 [ 3 ] {8a322ada-ceac-43d2-ba74-f18335ea15ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48769) CREATE TABLE IF NOT EXISTS oximeter.measurements_i64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 386 | 2024.04.03 05:12:05.149963 [ 3 ] {8a322ada-ceac-43d2-ba74-f18335ea15ca} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
| 387 | 2024.04.03 05:12:05.152142 [ 3 ] {8a322ada-ceac-43d2-ba74-f18335ea15ca} <Debug> oximeter.measurements_i64 (d8013433-1c88-4c28-ac4a-3dab64e2012f): Loading data parts | ||
| 388 | 2024.04.03 05:12:05.152304 [ 3 ] {8a322ada-ceac-43d2-ba74-f18335ea15ca} <Debug> oximeter.measurements_i64 (d8013433-1c88-4c28-ac4a-3dab64e2012f): There are no data parts | ||
| 389 | 2024.04.03 05:12:05.154809 [ 3 ] {8a322ada-ceac-43d2-ba74-f18335ea15ca} <Debug> DynamicQueryHandler: Done processing query | ||
| 390 | 2024.04.03 05:12:05.154848 [ 3 ] {} <Debug> HTTP-Session: 7141c716-bf4f-4518-91c6-b757865e4317 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 391 | 2024.04.03 05:12:05.154954 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48769, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 392 | 2024.04.03 05:12:05.155016 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 393 | 2024.04.03 05:12:05.155043 [ 3 ] {} <Debug> HTTP-Session: aaf07d95-114f-4b3a-97a3-5fc47983e696 Authenticating user 'default' from [fd00:1122:3344:101::d]:48769 | ||
| 394 | 2024.04.03 05:12:05.155066 [ 3 ] {} <Debug> HTTP-Session: aaf07d95-114f-4b3a-97a3-5fc47983e696 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 395 | 2024.04.03 05:12:05.155083 [ 3 ] {} <Debug> HTTP-Session: aaf07d95-114f-4b3a-97a3-5fc47983e696 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 396 | 2024.04.03 05:12:05.155122 [ 3 ] {} <Trace> HTTP-Session: aaf07d95-114f-4b3a-97a3-5fc47983e696 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 397 | 2024.04.03 05:12:05.155275 [ 3 ] {946f6d9c-4a62-4dc7-83ea-091e37e6e567} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48769) CREATE TABLE IF NOT EXISTS oximeter.measurements_u64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 398 | 2024.04.03 05:12:05.155320 [ 3 ] {946f6d9c-4a62-4dc7-83ea-091e37e6e567} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
| 399 | 2024.04.03 05:12:05.156933 [ 3 ] {946f6d9c-4a62-4dc7-83ea-091e37e6e567} <Debug> oximeter.measurements_u64 (de6da706-3917-4020-8d2f-ffa74140e97c): Loading data parts | ||
| 400 | 2024.04.03 05:12:05.157091 [ 3 ] {946f6d9c-4a62-4dc7-83ea-091e37e6e567} <Debug> oximeter.measurements_u64 (de6da706-3917-4020-8d2f-ffa74140e97c): There are no data parts | ||
| 401 | 2024.04.03 05:12:05.166951 [ 3 ] {946f6d9c-4a62-4dc7-83ea-091e37e6e567} <Debug> DynamicQueryHandler: Done processing query | ||
| 402 | 2024.04.03 05:12:05.166994 [ 3 ] {} <Debug> HTTP-Session: aaf07d95-114f-4b3a-97a3-5fc47983e696 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 403 | 2024.04.03 05:12:05.167149 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48769, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 404 | 2024.04.03 05:12:05.167208 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 405 | 2024.04.03 05:12:05.167236 [ 3 ] {} <Debug> HTTP-Session: 598ab673-41fc-40d6-a8bf-4783cba8e8ac Authenticating user 'default' from [fd00:1122:3344:101::d]:48769 | ||
| 406 | 2024.04.03 05:12:05.167251 [ 3 ] {} <Debug> HTTP-Session: 598ab673-41fc-40d6-a8bf-4783cba8e8ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 407 | 2024.04.03 05:12:05.167269 [ 3 ] {} <Debug> HTTP-Session: 598ab673-41fc-40d6-a8bf-4783cba8e8ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 408 | 2024.04.03 05:12:05.167303 [ 3 ] {} <Trace> HTTP-Session: 598ab673-41fc-40d6-a8bf-4783cba8e8ac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 409 | 2024.04.03 05:12:05.167445 [ 3 ] {b00a026f-8083-496a-a1f7-bb2f539240d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48769) CREATE TABLE IF NOT EXISTS oximeter.measurements_f32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 410 | 2024.04.03 05:12:05.167491 [ 3 ] {b00a026f-8083-496a-a1f7-bb2f539240d7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
| 411 | 2024.04.03 05:12:05.169857 [ 3 ] {b00a026f-8083-496a-a1f7-bb2f539240d7} <Debug> oximeter.measurements_f32 (0249fada-d83e-4529-a326-5e062f5d5292): Loading data parts | ||
| 412 | 2024.04.03 05:12:05.170017 [ 3 ] {b00a026f-8083-496a-a1f7-bb2f539240d7} <Debug> oximeter.measurements_f32 (0249fada-d83e-4529-a326-5e062f5d5292): There are no data parts | ||
| 413 | 2024.04.03 05:12:05.172513 [ 3 ] {b00a026f-8083-496a-a1f7-bb2f539240d7} <Debug> DynamicQueryHandler: Done processing query | ||
| 414 | 2024.04.03 05:12:05.172552 [ 3 ] {} <Debug> HTTP-Session: 598ab673-41fc-40d6-a8bf-4783cba8e8ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 415 | 2024.04.03 05:12:05.172672 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48769, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 416 | 2024.04.03 05:12:05.172734 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 417 | 2024.04.03 05:12:05.172761 [ 3 ] {} <Debug> HTTP-Session: ae4723c6-831c-497c-b072-975104524e32 Authenticating user 'default' from [fd00:1122:3344:101::d]:48769 | ||
| 418 | 2024.04.03 05:12:05.172785 [ 3 ] {} <Debug> HTTP-Session: ae4723c6-831c-497c-b072-975104524e32 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 419 | 2024.04.03 05:12:05.172803 [ 3 ] {} <Debug> HTTP-Session: ae4723c6-831c-497c-b072-975104524e32 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 420 | 2024.04.03 05:12:05.172842 [ 3 ] {} <Trace> HTTP-Session: ae4723c6-831c-497c-b072-975104524e32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 421 | 2024.04.03 05:12:05.173019 [ 3 ] {4cb302fe-4f93-477c-b248-4786414d9e6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48769) CREATE TABLE IF NOT EXISTS oximeter.measurements_f64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 422 | 2024.04.03 05:12:05.173074 [ 3 ] {4cb302fe-4f93-477c-b248-4786414d9e6f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
| 423 | 2024.04.03 05:12:05.174692 [ 3 ] {4cb302fe-4f93-477c-b248-4786414d9e6f} <Debug> oximeter.measurements_f64 (2939092c-9bcc-40fa-9c4c-ce320803a973): Loading data parts | ||
| 424 | 2024.04.03 05:12:05.174841 [ 3 ] {4cb302fe-4f93-477c-b248-4786414d9e6f} <Debug> oximeter.measurements_f64 (2939092c-9bcc-40fa-9c4c-ce320803a973): There are no data parts | ||
| 425 | 2024.04.03 05:12:05.182561 [ 3 ] {4cb302fe-4f93-477c-b248-4786414d9e6f} <Debug> DynamicQueryHandler: Done processing query | ||
| 426 | 2024.04.03 05:12:05.182601 [ 3 ] {} <Debug> HTTP-Session: ae4723c6-831c-497c-b072-975104524e32 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 427 | 2024.04.03 05:12:05.182721 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48769, User-Agent: (none), Length: 298, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 428 | 2024.04.03 05:12:05.182783 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 429 | 2024.04.03 05:12:05.182812 [ 3 ] {} <Debug> HTTP-Session: 4c32cdc9-a8f2-4bbc-bf83-f7adeeac0431 Authenticating user 'default' from [fd00:1122:3344:101::d]:48769 | ||
| 430 | 2024.04.03 05:12:05.182832 [ 3 ] {} <Debug> HTTP-Session: 4c32cdc9-a8f2-4bbc-bf83-f7adeeac0431 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 431 | 2024.04.03 05:12:05.182855 [ 3 ] {} <Debug> HTTP-Session: 4c32cdc9-a8f2-4bbc-bf83-f7adeeac0431 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 432 | 2024.04.03 05:12:05.182896 [ 3 ] {} <Trace> HTTP-Session: 4c32cdc9-a8f2-4bbc-bf83-f7adeeac0431 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 433 | 2024.04.03 05:12:05.183071 [ 3 ] {a615b143-1772-45c8-af6a-958d5e25bc55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48769) CREATE TABLE IF NOT EXISTS oximeter.measurements_string ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(String) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 434 | 2024.04.03 05:12:05.183128 [ 3 ] {a615b143-1772-45c8-af6a-958d5e25bc55} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
| 435 | 2024.04.03 05:12:05.185264 [ 3 ] {a615b143-1772-45c8-af6a-958d5e25bc55} <Debug> oximeter.measurements_string (ae485442-db7f-4673-8d98-d4a3b8d4de57): Loading data parts | ||
| 436 | 2024.04.03 05:12:05.185425 [ 3 ] {a615b143-1772-45c8-af6a-958d5e25bc55} <Debug> oximeter.measurements_string (ae485442-db7f-4673-8d98-d4a3b8d4de57): There are no data parts | ||
| 437 | 2024.04.03 05:12:05.188046 [ 3 ] {a615b143-1772-45c8-af6a-958d5e25bc55} <Debug> DynamicQueryHandler: Done processing query | ||
| 438 | 2024.04.03 05:12:05.188086 [ 3 ] {} <Debug> HTTP-Session: 4c32cdc9-a8f2-4bbc-bf83-f7adeeac0431 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 439 | 2024.04.03 05:12:05.188206 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48769, User-Agent: (none), Length: 605, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 440 | 2024.04.03 05:12:05.188257 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 441 | 2024.04.03 05:12:05.188280 [ 3 ] {} <Debug> HTTP-Session: 7091773f-18a4-4335-a70e-9d0605c50e03 Authenticating user 'default' from [fd00:1122:3344:101::d]:48769 | ||
| 442 | 2024.04.03 05:12:05.188299 [ 3 ] {} <Debug> HTTP-Session: 7091773f-18a4-4335-a70e-9d0605c50e03 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 443 | 2024.04.03 05:12:05.188312 [ 3 ] {} <Debug> HTTP-Session: 7091773f-18a4-4335-a70e-9d0605c50e03 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 444 | 2024.04.03 05:12:05.188345 [ 3 ] {} <Trace> HTTP-Session: 7091773f-18a4-4335-a70e-9d0605c50e03 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 445 | 2024.04.03 05:12:05.188490 [ 3 ] {9d198e66-eb33-4ce2-abda-e54a839ea6a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48769) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* | ||
| 446 | * NOTE: Right now we can't unambiguously record a nullable byte array. | ||
| 447 | * Arrays cannot be nested in `Nullable()` types, and encoding the array as | ||
| 448 | * a string isn't palatable for a few reasons. | ||
| 449 | * See: https://github.com/oxidecomputer/omicron/issues/4551 for more | ||
| 450 | * details. | ||
| 451 | */ | ||
| 452 | datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 453 | 2024.04.03 05:12:05.188541 [ 3 ] {9d198e66-eb33-4ce2-abda-e54a839ea6a6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
| 454 | 2024.04.03 05:12:05.190115 [ 3 ] {9d198e66-eb33-4ce2-abda-e54a839ea6a6} <Debug> oximeter.measurements_bytes (d8830059-2bfa-4a76-8644-491109399e0e): Loading data parts | ||
| 455 | 2024.04.03 05:12:05.190276 [ 3 ] {9d198e66-eb33-4ce2-abda-e54a839ea6a6} <Debug> oximeter.measurements_bytes (d8830059-2bfa-4a76-8644-491109399e0e): There are no data parts | ||
| 456 | 2024.04.03 05:12:05.200619 [ 3 ] {9d198e66-eb33-4ce2-abda-e54a839ea6a6} <Debug> DynamicQueryHandler: Done processing query | ||
| 457 | 2024.04.03 05:12:05.200660 [ 3 ] {} <Debug> HTTP-Session: 7091773f-18a4-4335-a70e-9d0605c50e03 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 458 | 2024.04.03 05:12:05.200786 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48769, User-Agent: (none), Length: 353, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 459 | 2024.04.03 05:12:05.200841 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 460 | 2024.04.03 05:12:05.200869 [ 3 ] {} <Debug> HTTP-Session: 1551e4c2-234c-40fc-9abf-0e29ad3f8d62 Authenticating user 'default' from [fd00:1122:3344:101::d]:48769 | ||
| 461 | 2024.04.03 05:12:05.200893 [ 3 ] {} <Debug> HTTP-Session: 1551e4c2-234c-40fc-9abf-0e29ad3f8d62 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 462 | 2024.04.03 05:12:05.200910 [ 3 ] {} <Debug> HTTP-Session: 1551e4c2-234c-40fc-9abf-0e29ad3f8d62 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 463 | 2024.04.03 05:12:05.200949 [ 3 ] {} <Trace> HTTP-Session: 1551e4c2-234c-40fc-9abf-0e29ad3f8d62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 464 | 2024.04.03 05:12:05.201136 [ 3 ] {efe7cd7e-54f5-4cff-8a1c-e8e822b96e78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48769) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativei64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 465 | 2024.04.03 05:12:05.201190 [ 3 ] {efe7cd7e-54f5-4cff-8a1c-e8e822b96e78} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
| 466 | 2024.04.03 05:12:05.203628 [ 3 ] {efe7cd7e-54f5-4cff-8a1c-e8e822b96e78} <Debug> oximeter.measurements_cumulativei64 (2c586eba-c870-4ae4-b66e-32885cc60a2a): Loading data parts | ||
| 467 | 2024.04.03 05:12:05.203799 [ 3 ] {efe7cd7e-54f5-4cff-8a1c-e8e822b96e78} <Debug> oximeter.measurements_cumulativei64 (2c586eba-c870-4ae4-b66e-32885cc60a2a): There are no data parts | ||
| 468 | 2024.04.03 05:12:05.206346 [ 3 ] {efe7cd7e-54f5-4cff-8a1c-e8e822b96e78} <Debug> DynamicQueryHandler: Done processing query | ||
| 469 | 2024.04.03 05:12:05.206378 [ 3 ] {} <Debug> HTTP-Session: 1551e4c2-234c-40fc-9abf-0e29ad3f8d62 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 470 | 2024.04.03 05:12:05.206511 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48769, User-Agent: (none), Length: 354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 471 | 2024.04.03 05:12:05.206574 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 472 | 2024.04.03 05:12:05.206596 [ 3 ] {} <Debug> HTTP-Session: ee034fb1-1506-4aae-b52a-c9d289e3b6c3 Authenticating user 'default' from [fd00:1122:3344:101::d]:48769 | ||
| 473 | 2024.04.03 05:12:05.206622 [ 3 ] {} <Debug> HTTP-Session: ee034fb1-1506-4aae-b52a-c9d289e3b6c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 474 | 2024.04.03 05:12:05.206644 [ 3 ] {} <Debug> HTTP-Session: ee034fb1-1506-4aae-b52a-c9d289e3b6c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 475 | 2024.04.03 05:12:05.206679 [ 3 ] {} <Trace> HTTP-Session: ee034fb1-1506-4aae-b52a-c9d289e3b6c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 476 | 2024.04.03 05:12:05.206864 [ 3 ] {31efc740-78cd-4757-b111-ab1644f8de3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48769) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativeu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 477 | 2024.04.03 05:12:05.206925 [ 3 ] {31efc740-78cd-4757-b111-ab1644f8de3b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
| 478 | 2024.04.03 05:12:05.208642 [ 3 ] {31efc740-78cd-4757-b111-ab1644f8de3b} <Debug> oximeter.measurements_cumulativeu64 (6373e3b3-ce8a-4e66-a523-d07c961c74b1): Loading data parts | ||
| 479 | 2024.04.03 05:12:05.208794 [ 3 ] {31efc740-78cd-4757-b111-ab1644f8de3b} <Debug> oximeter.measurements_cumulativeu64 (6373e3b3-ce8a-4e66-a523-d07c961c74b1): There are no data parts | ||
| 480 | 2024.04.03 05:12:05.216737 [ 3 ] {31efc740-78cd-4757-b111-ab1644f8de3b} <Debug> DynamicQueryHandler: Done processing query | ||
| 481 | 2024.04.03 05:12:05.216772 [ 3 ] {} <Debug> HTTP-Session: ee034fb1-1506-4aae-b52a-c9d289e3b6c3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 482 | 2024.04.03 05:12:05.216897 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48769, User-Agent: (none), Length: 355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 483 | 2024.04.03 05:12:05.216948 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 484 | 2024.04.03 05:12:05.216972 [ 3 ] {} <Debug> HTTP-Session: 8b875743-735d-48b2-8767-114d1754897a Authenticating user 'default' from [fd00:1122:3344:101::d]:48769 | ||
| 485 | 2024.04.03 05:12:05.216988 [ 3 ] {} <Debug> HTTP-Session: 8b875743-735d-48b2-8767-114d1754897a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 486 | 2024.04.03 05:12:05.217005 [ 3 ] {} <Debug> HTTP-Session: 8b875743-735d-48b2-8767-114d1754897a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 487 | 2024.04.03 05:12:05.217040 [ 3 ] {} <Trace> HTTP-Session: 8b875743-735d-48b2-8767-114d1754897a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 488 | 2024.04.03 05:12:05.217187 [ 3 ] {a00fc4a0-58c9-4f52-9a40-f1650902a3ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48769) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 489 | 2024.04.03 05:12:05.217238 [ 3 ] {a00fc4a0-58c9-4f52-9a40-f1650902a3ec} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
| 490 | 2024.04.03 05:12:05.219417 [ 3 ] {a00fc4a0-58c9-4f52-9a40-f1650902a3ec} <Debug> oximeter.measurements_cumulativef32 (95064daa-3a26-488d-98cc-cba3ac6f30d7): Loading data parts | ||
| 491 | 2024.04.03 05:12:05.219584 [ 3 ] {a00fc4a0-58c9-4f52-9a40-f1650902a3ec} <Debug> oximeter.measurements_cumulativef32 (95064daa-3a26-488d-98cc-cba3ac6f30d7): There are no data parts | ||
| 492 | 2024.04.03 05:12:05.222103 [ 3 ] {a00fc4a0-58c9-4f52-9a40-f1650902a3ec} <Debug> DynamicQueryHandler: Done processing query | ||
| 493 | 2024.04.03 05:12:05.222138 [ 3 ] {} <Debug> HTTP-Session: 8b875743-735d-48b2-8767-114d1754897a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 494 | 2024.04.03 05:12:05.222272 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48769, User-Agent: (none), Length: 356, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 495 | 2024.04.03 05:12:05.222318 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 496 | 2024.04.03 05:12:05.222343 [ 3 ] {} <Debug> HTTP-Session: 9382395d-d33b-47a9-a3c3-bc06b80afc79 Authenticating user 'default' from [fd00:1122:3344:101::d]:48769 | ||
| 497 | 2024.04.03 05:12:05.222366 [ 3 ] {} <Debug> HTTP-Session: 9382395d-d33b-47a9-a3c3-bc06b80afc79 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 498 | 2024.04.03 05:12:05.222380 [ 3 ] {} <Debug> HTTP-Session: 9382395d-d33b-47a9-a3c3-bc06b80afc79 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 499 | 2024.04.03 05:12:05.222414 [ 3 ] {} <Trace> HTTP-Session: 9382395d-d33b-47a9-a3c3-bc06b80afc79 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 500 | 2024.04.03 05:12:05.222573 [ 3 ] {2e8b665c-bc57-4132-9c06-463d175a0bb2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48769) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 501 | 2024.04.03 05:12:05.222627 [ 3 ] {2e8b665c-bc57-4132-9c06-463d175a0bb2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
| 502 | 2024.04.03 05:12:05.224270 [ 3 ] {2e8b665c-bc57-4132-9c06-463d175a0bb2} <Debug> oximeter.measurements_cumulativef64 (2b46272b-7524-4ee8-90a5-bbb25ebd0a60): Loading data parts | ||
| 503 | 2024.04.03 05:12:05.224425 [ 3 ] {2e8b665c-bc57-4132-9c06-463d175a0bb2} <Debug> oximeter.measurements_cumulativef64 (2b46272b-7524-4ee8-90a5-bbb25ebd0a60): There are no data parts | ||
| 504 | 2024.04.03 05:12:05.234441 [ 3 ] {2e8b665c-bc57-4132-9c06-463d175a0bb2} <Debug> DynamicQueryHandler: Done processing query | ||
| 505 | 2024.04.03 05:12:05.234475 [ 3 ] {} <Debug> HTTP-Session: 9382395d-d33b-47a9-a3c3-bc06b80afc79 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 506 | 2024.04.03 05:12:05.234612 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48769, User-Agent: (none), Length: 836, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 507 | 2024.04.03 05:12:05.234675 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 508 | 2024.04.03 05:12:05.234699 [ 3 ] {} <Debug> HTTP-Session: bd31a89e-6814-4fce-928d-5c6f360afb54 Authenticating user 'default' from [fd00:1122:3344:101::d]:48769 | ||
| 509 | 2024.04.03 05:12:05.234725 [ 3 ] {} <Debug> HTTP-Session: bd31a89e-6814-4fce-928d-5c6f360afb54 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 510 | 2024.04.03 05:12:05.234748 [ 3 ] {} <Debug> HTTP-Session: bd31a89e-6814-4fce-928d-5c6f360afb54 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 511 | 2024.04.03 05:12:05.234785 [ 3 ] {} <Trace> HTTP-Session: bd31a89e-6814-4fce-928d-5c6f360afb54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 512 | 2024.04.03 05:12:05.234987 [ 3 ] {9a89ae32-317e-44d8-b660-efd8b5f20fc2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48769) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* | ||
| 513 | * NOTE: Array types cannot be Nullable, see | ||
| 514 | * https://clickhouse.com/docs/en/sql-reference/data-types/nullable | ||
| 515 | * for more details. | ||
| 516 | * | ||
| 517 | * This means we need to use empty arrays to indicate a missing value. This | ||
| 518 | * is unfortunate, and at this point relies on the fact that an | ||
| 519 | * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need | ||
| 520 | * to figure out another way to represent missing samples here. | ||
| 521 | */ | ||
| 522 | bins Array(Int8), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 523 | 2024.04.03 05:12:05.235054 [ 3 ] {9a89ae32-317e-44d8-b660-efd8b5f20fc2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
| 524 | 2024.04.03 05:12:05.237499 [ 3 ] {9a89ae32-317e-44d8-b660-efd8b5f20fc2} <Debug> oximeter.measurements_histogrami8 (452ba475-318c-4157-b4a4-7700ab472b23): Loading data parts | ||
| 525 | 2024.04.03 05:12:05.237658 [ 3 ] {9a89ae32-317e-44d8-b660-efd8b5f20fc2} <Debug> oximeter.measurements_histogrami8 (452ba475-318c-4157-b4a4-7700ab472b23): There are no data parts | ||
| 526 | 2024.04.03 05:12:05.240201 [ 3 ] {9a89ae32-317e-44d8-b660-efd8b5f20fc2} <Debug> DynamicQueryHandler: Done processing query | ||
| 527 | 2024.04.03 05:12:05.240229 [ 3 ] {} <Debug> HTTP-Session: bd31a89e-6814-4fce-928d-5c6f360afb54 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 528 | 2024.04.03 05:12:05.240346 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48769, User-Agent: (none), Length: 373, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 529 | 2024.04.03 05:12:05.240398 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 530 | 2024.04.03 05:12:05.240423 [ 3 ] {} <Debug> HTTP-Session: 462aadc0-ac6e-41e8-9ea6-24c8c14e90ac Authenticating user 'default' from [fd00:1122:3344:101::d]:48769 | ||
| 531 | 2024.04.03 05:12:05.240440 [ 3 ] {} <Debug> HTTP-Session: 462aadc0-ac6e-41e8-9ea6-24c8c14e90ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 532 | 2024.04.03 05:12:05.240459 [ 3 ] {} <Debug> HTTP-Session: 462aadc0-ac6e-41e8-9ea6-24c8c14e90ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 533 | 2024.04.03 05:12:05.240494 [ 3 ] {} <Trace> HTTP-Session: 462aadc0-ac6e-41e8-9ea6-24c8c14e90ac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 534 | 2024.04.03 05:12:05.240650 [ 3 ] {d11f1f6d-6ca3-4f44-82f5-ae431f043856} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48769) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt8), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 535 | 2024.04.03 05:12:05.240706 [ 3 ] {d11f1f6d-6ca3-4f44-82f5-ae431f043856} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
| 536 | 2024.04.03 05:12:05.242391 [ 3 ] {d11f1f6d-6ca3-4f44-82f5-ae431f043856} <Debug> oximeter.measurements_histogramu8 (49ebf37b-26f7-4c04-8c48-2eab311ddeb4): Loading data parts | ||
| 537 | 2024.04.03 05:12:05.242555 [ 3 ] {d11f1f6d-6ca3-4f44-82f5-ae431f043856} <Debug> oximeter.measurements_histogramu8 (49ebf37b-26f7-4c04-8c48-2eab311ddeb4): There are no data parts | ||
| 538 | 2024.04.03 05:12:05.250414 [ 3 ] {d11f1f6d-6ca3-4f44-82f5-ae431f043856} <Debug> DynamicQueryHandler: Done processing query | ||
| 539 | 2024.04.03 05:12:05.250456 [ 3 ] {} <Debug> HTTP-Session: 462aadc0-ac6e-41e8-9ea6-24c8c14e90ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 540 | 2024.04.03 05:12:05.250573 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48769, User-Agent: (none), Length: 374, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 541 | 2024.04.03 05:12:05.250637 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 542 | 2024.04.03 05:12:05.250667 [ 3 ] {} <Debug> HTTP-Session: 8d0f2753-9662-49c7-a558-223551e1419e Authenticating user 'default' from [fd00:1122:3344:101::d]:48769 | ||
| 543 | 2024.04.03 05:12:05.250694 [ 3 ] {} <Debug> HTTP-Session: 8d0f2753-9662-49c7-a558-223551e1419e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 544 | 2024.04.03 05:12:05.250711 [ 3 ] {} <Debug> HTTP-Session: 8d0f2753-9662-49c7-a558-223551e1419e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 545 | 2024.04.03 05:12:05.250753 [ 3 ] {} <Trace> HTTP-Session: 8d0f2753-9662-49c7-a558-223551e1419e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 546 | 2024.04.03 05:12:05.250954 [ 3 ] {5e0f9fef-b3e3-4465-b1b7-3d7099ffca32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48769) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int16), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 547 | 2024.04.03 05:12:05.251021 [ 3 ] {5e0f9fef-b3e3-4465-b1b7-3d7099ffca32} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
| 548 | 2024.04.03 05:12:05.253278 [ 3 ] {5e0f9fef-b3e3-4465-b1b7-3d7099ffca32} <Debug> oximeter.measurements_histogrami16 (a63eae27-ef4c-4e82-8d77-508985e0b0f8): Loading data parts | ||
| 549 | 2024.04.03 05:12:05.253442 [ 3 ] {5e0f9fef-b3e3-4465-b1b7-3d7099ffca32} <Debug> oximeter.measurements_histogrami16 (a63eae27-ef4c-4e82-8d77-508985e0b0f8): There are no data parts | ||
| 550 | 2024.04.03 05:12:05.255954 [ 3 ] {5e0f9fef-b3e3-4465-b1b7-3d7099ffca32} <Debug> DynamicQueryHandler: Done processing query | ||
| 551 | 2024.04.03 05:12:05.255981 [ 3 ] {} <Debug> HTTP-Session: 8d0f2753-9662-49c7-a558-223551e1419e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 552 | 2024.04.03 05:12:05.256098 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48769, User-Agent: (none), Length: 375, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 553 | 2024.04.03 05:12:05.256152 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 554 | 2024.04.03 05:12:05.256170 [ 3 ] {} <Debug> HTTP-Session: 4a32ce23-e234-4b13-be7d-ba663b797ad3 Authenticating user 'default' from [fd00:1122:3344:101::d]:48769 | ||
| 555 | 2024.04.03 05:12:05.256191 [ 3 ] {} <Debug> HTTP-Session: 4a32ce23-e234-4b13-be7d-ba663b797ad3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 556 | 2024.04.03 05:12:05.256212 [ 3 ] {} <Debug> HTTP-Session: 4a32ce23-e234-4b13-be7d-ba663b797ad3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 557 | 2024.04.03 05:12:05.256241 [ 3 ] {} <Trace> HTTP-Session: 4a32ce23-e234-4b13-be7d-ba663b797ad3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 558 | 2024.04.03 05:12:05.256401 [ 3 ] {61d7e0cc-9b1a-4dd9-860d-5771287a9100} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48769) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt16), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 559 | 2024.04.03 05:12:05.256456 [ 3 ] {61d7e0cc-9b1a-4dd9-860d-5771287a9100} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
| 560 | 2024.04.03 05:12:05.258171 [ 3 ] {61d7e0cc-9b1a-4dd9-860d-5771287a9100} <Debug> oximeter.measurements_histogramu16 (a615a9b7-fe98-4ab5-bf3e-89998985e452): Loading data parts | ||
| 561 | 2024.04.03 05:12:05.258335 [ 3 ] {61d7e0cc-9b1a-4dd9-860d-5771287a9100} <Debug> oximeter.measurements_histogramu16 (a615a9b7-fe98-4ab5-bf3e-89998985e452): There are no data parts | ||
| 562 | 2024.04.03 05:12:05.268251 [ 3 ] {61d7e0cc-9b1a-4dd9-860d-5771287a9100} <Debug> DynamicQueryHandler: Done processing query | ||
| 563 | 2024.04.03 05:12:05.268293 [ 3 ] {} <Debug> HTTP-Session: 4a32ce23-e234-4b13-be7d-ba663b797ad3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 564 | 2024.04.03 05:12:05.268427 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48769, User-Agent: (none), Length: 374, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 565 | 2024.04.03 05:12:05.268491 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 566 | 2024.04.03 05:12:05.268520 [ 3 ] {} <Debug> HTTP-Session: d7ccf12b-93b0-4038-a988-d8c9d639da06 Authenticating user 'default' from [fd00:1122:3344:101::d]:48769 | ||
| 567 | 2024.04.03 05:12:05.268540 [ 3 ] {} <Debug> HTTP-Session: d7ccf12b-93b0-4038-a988-d8c9d639da06 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 568 | 2024.04.03 05:12:05.268563 [ 3 ] {} <Debug> HTTP-Session: d7ccf12b-93b0-4038-a988-d8c9d639da06 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 569 | 2024.04.03 05:12:05.268605 [ 3 ] {} <Trace> HTTP-Session: d7ccf12b-93b0-4038-a988-d8c9d639da06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 570 | 2024.04.03 05:12:05.268795 [ 3 ] {3d435718-58eb-4e66-a2c7-a1081fd7e2af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48769) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int32), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 571 | 2024.04.03 05:12:05.268862 [ 3 ] {3d435718-58eb-4e66-a2c7-a1081fd7e2af} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
| 572 | 2024.04.03 05:12:05.271334 [ 3 ] {3d435718-58eb-4e66-a2c7-a1081fd7e2af} <Debug> oximeter.measurements_histogrami32 (e637a7ad-7ac1-4051-9f41-453ca16e065c): Loading data parts | ||
| 573 | 2024.04.03 05:12:05.271502 [ 3 ] {3d435718-58eb-4e66-a2c7-a1081fd7e2af} <Debug> oximeter.measurements_histogrami32 (e637a7ad-7ac1-4051-9f41-453ca16e065c): There are no data parts | ||
| 574 | 2024.04.03 05:12:05.274136 [ 3 ] {3d435718-58eb-4e66-a2c7-a1081fd7e2af} <Debug> DynamicQueryHandler: Done processing query | ||
| 575 | 2024.04.03 05:12:05.274174 [ 3 ] {} <Debug> HTTP-Session: d7ccf12b-93b0-4038-a988-d8c9d639da06 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 576 | 2024.04.03 05:12:05.274297 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48769, User-Agent: (none), Length: 375, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 577 | 2024.04.03 05:12:05.274344 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 578 | 2024.04.03 05:12:05.274370 [ 3 ] {} <Debug> HTTP-Session: 4d587bd9-8a83-47b0-89a3-3c80c095975e Authenticating user 'default' from [fd00:1122:3344:101::d]:48769 | ||
| 579 | 2024.04.03 05:12:05.274392 [ 3 ] {} <Debug> HTTP-Session: 4d587bd9-8a83-47b0-89a3-3c80c095975e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 580 | 2024.04.03 05:12:05.274406 [ 3 ] {} <Debug> HTTP-Session: 4d587bd9-8a83-47b0-89a3-3c80c095975e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 581 | 2024.04.03 05:12:05.274440 [ 3 ] {} <Trace> HTTP-Session: 4d587bd9-8a83-47b0-89a3-3c80c095975e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 582 | 2024.04.03 05:12:05.274606 [ 3 ] {693d78ec-cfc3-426b-addd-745b4e8b9d04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48769) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt32), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 583 | 2024.04.03 05:12:05.274669 [ 3 ] {693d78ec-cfc3-426b-addd-745b4e8b9d04} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
| 584 | 2024.04.03 05:12:05.276333 [ 3 ] {693d78ec-cfc3-426b-addd-745b4e8b9d04} <Debug> oximeter.measurements_histogramu32 (80a2729d-5062-49ec-adb6-b1b4f0571aed): Loading data parts | ||
| 585 | 2024.04.03 05:12:05.276492 [ 3 ] {693d78ec-cfc3-426b-addd-745b4e8b9d04} <Debug> oximeter.measurements_histogramu32 (80a2729d-5062-49ec-adb6-b1b4f0571aed): There are no data parts | ||
| 586 | 2024.04.03 05:12:05.284355 [ 3 ] {693d78ec-cfc3-426b-addd-745b4e8b9d04} <Debug> DynamicQueryHandler: Done processing query | ||
| 587 | 2024.04.03 05:12:05.284383 [ 3 ] {} <Debug> HTTP-Session: 4d587bd9-8a83-47b0-89a3-3c80c095975e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 588 | 2024.04.03 05:12:05.284500 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48769, User-Agent: (none), Length: 374, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 589 | 2024.04.03 05:12:05.284556 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 590 | 2024.04.03 05:12:05.284574 [ 3 ] {} <Debug> HTTP-Session: 6811640a-6a44-4d9e-abe9-c66ca8bf7369 Authenticating user 'default' from [fd00:1122:3344:101::d]:48769 | ||
| 591 | 2024.04.03 05:12:05.284597 [ 3 ] {} <Debug> HTTP-Session: 6811640a-6a44-4d9e-abe9-c66ca8bf7369 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 592 | 2024.04.03 05:12:05.284624 [ 3 ] {} <Debug> HTTP-Session: 6811640a-6a44-4d9e-abe9-c66ca8bf7369 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 593 | 2024.04.03 05:12:05.284652 [ 3 ] {} <Trace> HTTP-Session: 6811640a-6a44-4d9e-abe9-c66ca8bf7369 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 594 | 2024.04.03 05:12:05.284815 [ 3 ] {b00f0c73-5abc-441e-98c7-0d249a1b4b96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48769) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int64), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 595 | 2024.04.03 05:12:05.284875 [ 3 ] {b00f0c73-5abc-441e-98c7-0d249a1b4b96} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
| 596 | 2024.04.03 05:12:05.287081 [ 3 ] {b00f0c73-5abc-441e-98c7-0d249a1b4b96} <Debug> oximeter.measurements_histogrami64 (204816af-0461-4e5a-ad28-fe419a629e04): Loading data parts | ||
| 597 | 2024.04.03 05:12:05.287235 [ 3 ] {b00f0c73-5abc-441e-98c7-0d249a1b4b96} <Debug> oximeter.measurements_histogrami64 (204816af-0461-4e5a-ad28-fe419a629e04): There are no data parts | ||
| 598 | 2024.04.03 05:12:05.289792 [ 3 ] {b00f0c73-5abc-441e-98c7-0d249a1b4b96} <Debug> DynamicQueryHandler: Done processing query | ||
| 599 | 2024.04.03 05:12:05.289835 [ 3 ] {} <Debug> HTTP-Session: 6811640a-6a44-4d9e-abe9-c66ca8bf7369 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 600 | 2024.04.03 05:12:05.289949 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48769, User-Agent: (none), Length: 375, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 601 | 2024.04.03 05:12:05.290014 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 602 | 2024.04.03 05:12:05.290044 [ 3 ] {} <Debug> HTTP-Session: f1bbcede-aab4-4de6-b5d0-28560d4b117c Authenticating user 'default' from [fd00:1122:3344:101::d]:48769 | ||
| 603 | 2024.04.03 05:12:05.290064 [ 3 ] {} <Debug> HTTP-Session: f1bbcede-aab4-4de6-b5d0-28560d4b117c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 604 | 2024.04.03 05:12:05.290088 [ 3 ] {} <Debug> HTTP-Session: f1bbcede-aab4-4de6-b5d0-28560d4b117c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 605 | 2024.04.03 05:12:05.290132 [ 3 ] {} <Trace> HTTP-Session: f1bbcede-aab4-4de6-b5d0-28560d4b117c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 606 | 2024.04.03 05:12:05.290293 [ 3 ] {f2d85490-96a6-421b-bf74-da3e7f0e71eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48769) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt64), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 607 | 2024.04.03 05:12:05.290350 [ 3 ] {f2d85490-96a6-421b-bf74-da3e7f0e71eb} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
| 608 | 2024.04.03 05:12:05.292030 [ 3 ] {f2d85490-96a6-421b-bf74-da3e7f0e71eb} <Debug> oximeter.measurements_histogramu64 (a3ab4b1a-856d-4799-ae84-8ea23f80d730): Loading data parts | ||
| 609 | 2024.04.03 05:12:05.292193 [ 3 ] {f2d85490-96a6-421b-bf74-da3e7f0e71eb} <Debug> oximeter.measurements_histogramu64 (a3ab4b1a-856d-4799-ae84-8ea23f80d730): There are no data parts | ||
| 610 | 2024.04.03 05:12:05.302012 [ 3 ] {f2d85490-96a6-421b-bf74-da3e7f0e71eb} <Debug> DynamicQueryHandler: Done processing query | ||
| 611 | 2024.04.03 05:12:05.302054 [ 3 ] {} <Debug> HTTP-Session: f1bbcede-aab4-4de6-b5d0-28560d4b117c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 612 | 2024.04.03 05:12:05.302182 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48769, User-Agent: (none), Length: 376, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 613 | 2024.04.03 05:12:05.302229 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 614 | 2024.04.03 05:12:05.302255 [ 3 ] {} <Debug> HTTP-Session: 9afd32ef-2561-48e5-9800-46412d389cd5 Authenticating user 'default' from [fd00:1122:3344:101::d]:48769 | ||
| 615 | 2024.04.03 05:12:05.302279 [ 3 ] {} <Debug> HTTP-Session: 9afd32ef-2561-48e5-9800-46412d389cd5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 616 | 2024.04.03 05:12:05.302293 [ 3 ] {} <Debug> HTTP-Session: 9afd32ef-2561-48e5-9800-46412d389cd5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 617 | 2024.04.03 05:12:05.302329 [ 3 ] {} <Trace> HTTP-Session: 9afd32ef-2561-48e5-9800-46412d389cd5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 618 | 2024.04.03 05:12:05.302491 [ 3 ] {b315b46a-d336-425f-91f3-03f07f5ff983} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48769) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float32), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 619 | 2024.04.03 05:12:05.302548 [ 3 ] {b315b46a-d336-425f-91f3-03f07f5ff983} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
| 620 | 2024.04.03 05:12:05.304942 [ 3 ] {b315b46a-d336-425f-91f3-03f07f5ff983} <Debug> oximeter.measurements_histogramf32 (0be4f6ca-4338-4b3b-a4e5-046bdb3f60ec): Loading data parts | ||
| 621 | 2024.04.03 05:12:05.305133 [ 3 ] {b315b46a-d336-425f-91f3-03f07f5ff983} <Debug> oximeter.measurements_histogramf32 (0be4f6ca-4338-4b3b-a4e5-046bdb3f60ec): There are no data parts | ||
| 622 | 2024.04.03 05:12:05.307766 [ 3 ] {b315b46a-d336-425f-91f3-03f07f5ff983} <Debug> DynamicQueryHandler: Done processing query | ||
| 623 | 2024.04.03 05:12:05.307801 [ 3 ] {} <Debug> HTTP-Session: 9afd32ef-2561-48e5-9800-46412d389cd5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 624 | 2024.04.03 05:12:05.307947 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48769, User-Agent: (none), Length: 376, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 625 | 2024.04.03 05:12:05.308017 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 626 | 2024.04.03 05:12:05.308040 [ 3 ] {} <Debug> HTTP-Session: cf6adbe2-59d3-4fdd-a4eb-da98915982fd Authenticating user 'default' from [fd00:1122:3344:101::d]:48769 | ||
| 627 | 2024.04.03 05:12:05.308069 [ 3 ] {} <Debug> HTTP-Session: cf6adbe2-59d3-4fdd-a4eb-da98915982fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 628 | 2024.04.03 05:12:05.308094 [ 3 ] {} <Debug> HTTP-Session: cf6adbe2-59d3-4fdd-a4eb-da98915982fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 629 | 2024.04.03 05:12:05.308130 [ 3 ] {} <Trace> HTTP-Session: cf6adbe2-59d3-4fdd-a4eb-da98915982fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 630 | 2024.04.03 05:12:05.308303 [ 3 ] {f32f4d96-fe87-4400-b5b9-b0d5c9230d30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48769) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float64), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 631 | 2024.04.03 05:12:05.308362 [ 3 ] {f32f4d96-fe87-4400-b5b9-b0d5c9230d30} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
| 632 | 2024.04.03 05:12:05.310076 [ 3 ] {f32f4d96-fe87-4400-b5b9-b0d5c9230d30} <Debug> oximeter.measurements_histogramf64 (8b69ac98-35f5-4c32-8452-ff3027d9bc94): Loading data parts | ||
| 633 | 2024.04.03 05:12:05.310232 [ 3 ] {f32f4d96-fe87-4400-b5b9-b0d5c9230d30} <Debug> oximeter.measurements_histogramf64 (8b69ac98-35f5-4c32-8452-ff3027d9bc94): There are no data parts | ||
| 634 | 2024.04.03 05:12:05.318179 [ 3 ] {f32f4d96-fe87-4400-b5b9-b0d5c9230d30} <Debug> DynamicQueryHandler: Done processing query | ||
| 635 | 2024.04.03 05:12:05.318223 [ 3 ] {} <Debug> HTTP-Session: cf6adbe2-59d3-4fdd-a4eb-da98915982fd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 636 | 2024.04.03 05:12:05.318381 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48769, User-Agent: (none), Length: 1196, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 637 | 2024.04.03 05:12:05.318448 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 638 | 2024.04.03 05:12:05.318479 [ 3 ] {} <Debug> HTTP-Session: 1ac2b58f-c247-4110-b133-0914e19d039d Authenticating user 'default' from [fd00:1122:3344:101::d]:48769 | ||
| 639 | 2024.04.03 05:12:05.318499 [ 3 ] {} <Debug> HTTP-Session: 1ac2b58f-c247-4110-b133-0914e19d039d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 640 | 2024.04.03 05:12:05.318523 [ 3 ] {} <Debug> HTTP-Session: 1ac2b58f-c247-4110-b133-0914e19d039d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 641 | 2024.04.03 05:12:05.318567 [ 3 ] {} <Trace> HTTP-Session: 1ac2b58f-c247-4110-b133-0914e19d039d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 642 | 2024.04.03 05:12:05.318709 [ 3 ] {920f4761-1c61-43bf-8717-cffb7f1916e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48769) /* The field tables store named dimensions of each timeseries. | ||
| 643 | * | ||
| 644 | * As with the measurement tables, there is one field table for each field data | ||
| 645 | * type. Fields are deduplicated by using the "replacing merge tree", though | ||
| 646 | * this behavior **must not** be relied upon for query correctness. | ||
| 647 | * | ||
| 648 | * The index for the fields differs from the measurements, however. Rows are | ||
| 649 | * sorted by timeseries name, then field name, field value, and finally | ||
| 650 | * timeseries key. This reflects the most common pattern for looking them up: | ||
| 651 | * by field name and possibly value, within a timeseries. The resulting keys are | ||
| 652 | * usually then used to look up measurements. | ||
| 653 | * | ||
| 654 | * NOTE: We may want to consider a secondary index on these tables, sorting by | ||
| 655 | * timeseries name and then key, since it would improve lookups where one | ||
| 656 | * already has the key. Realistically though, these tables are quite small and | ||
| 657 | * so performance benefits will be low in absolute terms. | ||
| 658 | */ | ||
| 659 | CREATE TABLE IF NOT EXISTS oximeter.fields_bool ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
| 660 | 2024.04.03 05:12:05.318775 [ 3 ] {920f4761-1c61-43bf-8717-cffb7f1916e1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
| 661 | 2024.04.03 05:12:05.320947 [ 3 ] {920f4761-1c61-43bf-8717-cffb7f1916e1} <Debug> oximeter.fields_bool (66beb224-8b2a-4d7f-92c2-05ec8286c926): Loading data parts | ||
| 662 | 2024.04.03 05:12:05.321119 [ 3 ] {920f4761-1c61-43bf-8717-cffb7f1916e1} <Debug> oximeter.fields_bool (66beb224-8b2a-4d7f-92c2-05ec8286c926): There are no data parts | ||
| 663 | 2024.04.03 05:12:05.323635 [ 3 ] {920f4761-1c61-43bf-8717-cffb7f1916e1} <Debug> DynamicQueryHandler: Done processing query | ||
| 664 | 2024.04.03 05:12:05.323667 [ 3 ] {} <Debug> HTTP-Session: 1ac2b58f-c247-4110-b133-0914e19d039d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 665 | 2024.04.03 05:12:05.323795 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48769, User-Agent: (none), Length: 248, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 666 | 2024.04.03 05:12:05.323867 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 667 | 2024.04.03 05:12:05.323890 [ 3 ] {} <Debug> HTTP-Session: 8589d68a-2139-46f1-8dd3-da2b7dc04b57 Authenticating user 'default' from [fd00:1122:3344:101::d]:48769 | ||
| 668 | 2024.04.03 05:12:05.323917 [ 3 ] {} <Debug> HTTP-Session: 8589d68a-2139-46f1-8dd3-da2b7dc04b57 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 669 | 2024.04.03 05:12:05.323943 [ 3 ] {} <Debug> HTTP-Session: 8589d68a-2139-46f1-8dd3-da2b7dc04b57 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 670 | 2024.04.03 05:12:05.323980 [ 3 ] {} <Trace> HTTP-Session: 8589d68a-2139-46f1-8dd3-da2b7dc04b57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 671 | 2024.04.03 05:12:05.324122 [ 3 ] {ed724255-a089-4a8e-92e4-566749a582d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48769) CREATE TABLE IF NOT EXISTS oximeter.fields_i8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int8 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
| 672 | 2024.04.03 05:12:05.324176 [ 3 ] {ed724255-a089-4a8e-92e4-566749a582d8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
| 673 | 2024.04.03 05:12:05.325686 [ 3 ] {ed724255-a089-4a8e-92e4-566749a582d8} <Debug> oximeter.fields_i8 (131f5bd8-96d8-4ad8-853c-45678cda888c): Loading data parts | ||
| 674 | 2024.04.03 05:12:05.325903 [ 3 ] {ed724255-a089-4a8e-92e4-566749a582d8} <Debug> oximeter.fields_i8 (131f5bd8-96d8-4ad8-853c-45678cda888c): There are no data parts | ||
| 675 | 2024.04.03 05:12:05.336021 [ 3 ] {ed724255-a089-4a8e-92e4-566749a582d8} <Debug> DynamicQueryHandler: Done processing query | ||
| 676 | 2024.04.03 05:12:05.336093 [ 3 ] {} <Debug> HTTP-Session: 8589d68a-2139-46f1-8dd3-da2b7dc04b57 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 677 | 2024.04.03 05:12:05.336275 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48769, User-Agent: (none), Length: 249, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 678 | 2024.04.03 05:12:05.336324 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 679 | 2024.04.03 05:12:05.336351 [ 3 ] {} <Debug> HTTP-Session: e28fe400-bc72-451e-a5e4-a3ab0f89823f Authenticating user 'default' from [fd00:1122:3344:101::d]:48769 | ||
| 680 | 2024.04.03 05:12:05.336383 [ 3 ] {} <Debug> HTTP-Session: e28fe400-bc72-451e-a5e4-a3ab0f89823f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 681 | 2024.04.03 05:12:05.336397 [ 3 ] {} <Debug> HTTP-Session: e28fe400-bc72-451e-a5e4-a3ab0f89823f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 682 | 2024.04.03 05:12:05.336434 [ 3 ] {} <Trace> HTTP-Session: e28fe400-bc72-451e-a5e4-a3ab0f89823f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 683 | 2024.04.03 05:12:05.336553 [ 3 ] {bab56ecb-04f2-4daa-bed6-3ea768a3cc30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48769) CREATE TABLE IF NOT EXISTS oximeter.fields_u8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
| 684 | 2024.04.03 05:12:05.336598 [ 3 ] {bab56ecb-04f2-4daa-bed6-3ea768a3cc30} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
| 685 | 2024.04.03 05:12:05.338875 [ 3 ] {bab56ecb-04f2-4daa-bed6-3ea768a3cc30} <Debug> oximeter.fields_u8 (a9013130-2e22-4596-8f42-edaad1690122): Loading data parts | ||
| 686 | 2024.04.03 05:12:05.339036 [ 3 ] {bab56ecb-04f2-4daa-bed6-3ea768a3cc30} <Debug> oximeter.fields_u8 (a9013130-2e22-4596-8f42-edaad1690122): There are no data parts | ||
| 687 | 2024.04.03 05:12:05.341655 [ 3 ] {bab56ecb-04f2-4daa-bed6-3ea768a3cc30} <Debug> DynamicQueryHandler: Done processing query | ||
| 688 | 2024.04.03 05:12:05.341705 [ 3 ] {} <Debug> HTTP-Session: e28fe400-bc72-451e-a5e4-a3ab0f89823f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 689 | 2024.04.03 05:12:05.341815 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48769, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 690 | 2024.04.03 05:12:05.341881 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 691 | 2024.04.03 05:12:05.341914 [ 3 ] {} <Debug> HTTP-Session: 74701706-57a3-41eb-891f-8c91546a6802 Authenticating user 'default' from [fd00:1122:3344:101::d]:48769 | ||
| 692 | 2024.04.03 05:12:05.341934 [ 3 ] {} <Debug> HTTP-Session: 74701706-57a3-41eb-891f-8c91546a6802 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 693 | 2024.04.03 05:12:05.341958 [ 3 ] {} <Debug> HTTP-Session: 74701706-57a3-41eb-891f-8c91546a6802 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 694 | 2024.04.03 05:12:05.342002 [ 3 ] {} <Trace> HTTP-Session: 74701706-57a3-41eb-891f-8c91546a6802 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 695 | 2024.04.03 05:12:05.342139 [ 3 ] {3676c462-5114-49ee-bcb2-4063cb3c8f1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48769) CREATE TABLE IF NOT EXISTS oximeter.fields_i16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int16 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
| 696 | 2024.04.03 05:12:05.342196 [ 3 ] {3676c462-5114-49ee-bcb2-4063cb3c8f1c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
| 697 | 2024.04.03 05:12:05.343744 [ 3 ] {3676c462-5114-49ee-bcb2-4063cb3c8f1c} <Debug> oximeter.fields_i16 (dcf7859d-2c9f-4c1c-a03b-cfbbf7b16304): Loading data parts | ||
| 698 | 2024.04.03 05:12:05.343951 [ 3 ] {3676c462-5114-49ee-bcb2-4063cb3c8f1c} <Debug> oximeter.fields_i16 (dcf7859d-2c9f-4c1c-a03b-cfbbf7b16304): There are no data parts | ||
| 699 | 2024.04.03 05:12:05.351881 [ 3 ] {3676c462-5114-49ee-bcb2-4063cb3c8f1c} <Debug> DynamicQueryHandler: Done processing query | ||
| 700 | 2024.04.03 05:12:05.351910 [ 3 ] {} <Debug> HTTP-Session: 74701706-57a3-41eb-891f-8c91546a6802 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 701 | 2024.04.03 05:12:05.352018 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48769, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 702 | 2024.04.03 05:12:05.352074 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 703 | 2024.04.03 05:12:05.352092 [ 3 ] {} <Debug> HTTP-Session: 6a9d9153-0e17-4cfc-8018-14d9c880e04f Authenticating user 'default' from [fd00:1122:3344:101::d]:48769 | ||
| 704 | 2024.04.03 05:12:05.352117 [ 3 ] {} <Debug> HTTP-Session: 6a9d9153-0e17-4cfc-8018-14d9c880e04f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 705 | 2024.04.03 05:12:05.352139 [ 3 ] {} <Debug> HTTP-Session: 6a9d9153-0e17-4cfc-8018-14d9c880e04f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 706 | 2024.04.03 05:12:05.352169 [ 3 ] {} <Trace> HTTP-Session: 6a9d9153-0e17-4cfc-8018-14d9c880e04f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 707 | 2024.04.03 05:12:05.352287 [ 3 ] {8b6020b8-0c5d-4965-a3a4-30b4e26019e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48769) CREATE TABLE IF NOT EXISTS oximeter.fields_u16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt16 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
| 708 | 2024.04.03 05:12:05.352339 [ 3 ] {8b6020b8-0c5d-4965-a3a4-30b4e26019e5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
| 709 | 2024.04.03 05:12:05.354412 [ 3 ] {8b6020b8-0c5d-4965-a3a4-30b4e26019e5} <Debug> oximeter.fields_u16 (41a66443-8a96-4f3c-8966-36c835ebe802): Loading data parts | ||
| 710 | 2024.04.03 05:12:05.354575 [ 3 ] {8b6020b8-0c5d-4965-a3a4-30b4e26019e5} <Debug> oximeter.fields_u16 (41a66443-8a96-4f3c-8966-36c835ebe802): There are no data parts | ||
| 711 | 2024.04.03 05:12:05.357155 [ 3 ] {8b6020b8-0c5d-4965-a3a4-30b4e26019e5} <Debug> DynamicQueryHandler: Done processing query | ||
| 712 | 2024.04.03 05:12:05.357199 [ 3 ] {} <Debug> HTTP-Session: 6a9d9153-0e17-4cfc-8018-14d9c880e04f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 713 | 2024.04.03 05:12:05.357326 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48769, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 714 | 2024.04.03 05:12:05.357393 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 715 | 2024.04.03 05:12:05.357415 [ 3 ] {} <Debug> HTTP-Session: f640f4c9-b7b7-4d80-b8fe-7cc502bec5c9 Authenticating user 'default' from [fd00:1122:3344:101::d]:48769 | ||
| 716 | 2024.04.03 05:12:05.357445 [ 3 ] {} <Debug> HTTP-Session: f640f4c9-b7b7-4d80-b8fe-7cc502bec5c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 717 | 2024.04.03 05:12:05.357461 [ 3 ] {} <Debug> HTTP-Session: f640f4c9-b7b7-4d80-b8fe-7cc502bec5c9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 718 | 2024.04.03 05:12:05.357504 [ 3 ] {} <Trace> HTTP-Session: f640f4c9-b7b7-4d80-b8fe-7cc502bec5c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 719 | 2024.04.03 05:12:05.357648 [ 3 ] {2a3472a2-6428-45d8-b9e7-67ec8077f74a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48769) CREATE TABLE IF NOT EXISTS oximeter.fields_i32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int32 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
| 720 | 2024.04.03 05:12:05.357710 [ 3 ] {2a3472a2-6428-45d8-b9e7-67ec8077f74a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
| 721 | 2024.04.03 05:12:05.359286 [ 3 ] {2a3472a2-6428-45d8-b9e7-67ec8077f74a} <Debug> oximeter.fields_i32 (649daf9f-733a-4319-be36-79e37c7b2570): Loading data parts | ||
| 722 | 2024.04.03 05:12:05.359446 [ 3 ] {2a3472a2-6428-45d8-b9e7-67ec8077f74a} <Debug> oximeter.fields_i32 (649daf9f-733a-4319-be36-79e37c7b2570): There are no data parts | ||
| 723 | 2024.04.03 05:12:05.369746 [ 3 ] {2a3472a2-6428-45d8-b9e7-67ec8077f74a} <Debug> DynamicQueryHandler: Done processing query | ||
| 724 | 2024.04.03 05:12:05.369790 [ 3 ] {} <Debug> HTTP-Session: f640f4c9-b7b7-4d80-b8fe-7cc502bec5c9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 725 | 2024.04.03 05:12:05.369919 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48769, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 726 | 2024.04.03 05:12:05.369995 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 727 | 2024.04.03 05:12:05.370018 [ 3 ] {} <Debug> HTTP-Session: 96b11337-0c78-4706-9e7a-e85be7b00843 Authenticating user 'default' from [fd00:1122:3344:101::d]:48769 | ||
| 728 | 2024.04.03 05:12:05.370038 [ 3 ] {} <Debug> HTTP-Session: 96b11337-0c78-4706-9e7a-e85be7b00843 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 729 | 2024.04.03 05:12:05.370064 [ 3 ] {} <Debug> HTTP-Session: 96b11337-0c78-4706-9e7a-e85be7b00843 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 730 | 2024.04.03 05:12:05.370108 [ 3 ] {} <Trace> HTTP-Session: 96b11337-0c78-4706-9e7a-e85be7b00843 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 731 | 2024.04.03 05:12:05.370236 [ 3 ] {3ea1256f-f6c3-4f69-836b-d9195e1cb927} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48769) CREATE TABLE IF NOT EXISTS oximeter.fields_u32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt32 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
| 732 | 2024.04.03 05:12:05.370282 [ 3 ] {3ea1256f-f6c3-4f69-836b-d9195e1cb927} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
| 733 | 2024.04.03 05:12:05.372574 [ 3 ] {3ea1256f-f6c3-4f69-836b-d9195e1cb927} <Debug> oximeter.fields_u32 (dafb5431-2f50-48b3-83b2-8273191a21f7): Loading data parts | ||
| 734 | 2024.04.03 05:12:05.372741 [ 3 ] {3ea1256f-f6c3-4f69-836b-d9195e1cb927} <Debug> oximeter.fields_u32 (dafb5431-2f50-48b3-83b2-8273191a21f7): There are no data parts | ||
| 735 | 2024.04.03 05:12:05.375311 [ 3 ] {3ea1256f-f6c3-4f69-836b-d9195e1cb927} <Debug> DynamicQueryHandler: Done processing query | ||
| 736 | 2024.04.03 05:12:05.375345 [ 3 ] {} <Debug> HTTP-Session: 96b11337-0c78-4706-9e7a-e85be7b00843 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 737 | 2024.04.03 05:12:05.375501 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48769, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 738 | 2024.04.03 05:12:05.375568 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 739 | 2024.04.03 05:12:05.375600 [ 3 ] {} <Debug> HTTP-Session: 561e9fd9-cc04-4095-90d9-8ce6c07b1ce6 Authenticating user 'default' from [fd00:1122:3344:101::d]:48769 | ||
| 740 | 2024.04.03 05:12:05.375620 [ 3 ] {} <Debug> HTTP-Session: 561e9fd9-cc04-4095-90d9-8ce6c07b1ce6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 741 | 2024.04.03 05:12:05.375646 [ 3 ] {} <Debug> HTTP-Session: 561e9fd9-cc04-4095-90d9-8ce6c07b1ce6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 742 | 2024.04.03 05:12:05.375689 [ 3 ] {} <Trace> HTTP-Session: 561e9fd9-cc04-4095-90d9-8ce6c07b1ce6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 743 | 2024.04.03 05:12:05.375833 [ 3 ] {4f182b7b-7ed7-4e85-8a19-af843bbe9619} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48769) CREATE TABLE IF NOT EXISTS oximeter.fields_i64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int64 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
| 744 | 2024.04.03 05:12:05.375886 [ 3 ] {4f182b7b-7ed7-4e85-8a19-af843bbe9619} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
| 745 | 2024.04.03 05:12:05.377459 [ 3 ] {4f182b7b-7ed7-4e85-8a19-af843bbe9619} <Debug> oximeter.fields_i64 (c23e6cbf-9c88-4b2e-b6de-a673a008017a): Loading data parts | ||
| 746 | 2024.04.03 05:12:05.377618 [ 3 ] {4f182b7b-7ed7-4e85-8a19-af843bbe9619} <Debug> oximeter.fields_i64 (c23e6cbf-9c88-4b2e-b6de-a673a008017a): There are no data parts | ||
| 747 | 2024.04.03 05:12:05.385611 [ 3 ] {4f182b7b-7ed7-4e85-8a19-af843bbe9619} <Debug> DynamicQueryHandler: Done processing query | ||
| 748 | 2024.04.03 05:12:05.385659 [ 3 ] {} <Debug> HTTP-Session: 561e9fd9-cc04-4095-90d9-8ce6c07b1ce6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 749 | 2024.04.03 05:12:05.385877 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48769, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 750 | 2024.04.03 05:12:05.385980 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 751 | 2024.04.03 05:12:05.386016 [ 3 ] {} <Debug> HTTP-Session: 397585b5-a83b-440c-b23f-6b46ac0db27b Authenticating user 'default' from [fd00:1122:3344:101::d]:48769 | ||
| 752 | 2024.04.03 05:12:05.386065 [ 3 ] {} <Debug> HTTP-Session: 397585b5-a83b-440c-b23f-6b46ac0db27b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 753 | 2024.04.03 05:12:05.386106 [ 3 ] {} <Debug> HTTP-Session: 397585b5-a83b-440c-b23f-6b46ac0db27b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 754 | 2024.04.03 05:12:05.386165 [ 3 ] {} <Trace> HTTP-Session: 397585b5-a83b-440c-b23f-6b46ac0db27b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 755 | 2024.04.03 05:12:05.386319 [ 3 ] {f9344a25-96d6-4e48-a2ef-88ae808e4b8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48769) CREATE TABLE IF NOT EXISTS oximeter.fields_u64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt64 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
| 756 | 2024.04.03 05:12:05.386371 [ 3 ] {f9344a25-96d6-4e48-a2ef-88ae808e4b8a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
| 757 | 2024.04.03 05:12:05.388453 [ 3 ] {f9344a25-96d6-4e48-a2ef-88ae808e4b8a} <Debug> oximeter.fields_u64 (8094eeb0-da33-409f-86bf-5393be718622): Loading data parts | ||
| 758 | 2024.04.03 05:12:05.388614 [ 3 ] {f9344a25-96d6-4e48-a2ef-88ae808e4b8a} <Debug> oximeter.fields_u64 (8094eeb0-da33-409f-86bf-5393be718622): There are no data parts | ||
| 759 | 2024.04.03 05:12:05.391231 [ 3 ] {f9344a25-96d6-4e48-a2ef-88ae808e4b8a} <Debug> DynamicQueryHandler: Done processing query | ||
| 760 | 2024.04.03 05:12:05.391264 [ 3 ] {} <Debug> HTTP-Session: 397585b5-a83b-440c-b23f-6b46ac0db27b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 761 | 2024.04.03 05:12:05.391410 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48769, User-Agent: (none), Length: 252, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 762 | 2024.04.03 05:12:05.391477 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 763 | 2024.04.03 05:12:05.391500 [ 3 ] {} <Debug> HTTP-Session: f46e61c4-ab90-43c8-b0da-69a62146660f Authenticating user 'default' from [fd00:1122:3344:101::d]:48769 | ||
| 764 | 2024.04.03 05:12:05.391529 [ 3 ] {} <Debug> HTTP-Session: f46e61c4-ab90-43c8-b0da-69a62146660f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 765 | 2024.04.03 05:12:05.391559 [ 3 ] {} <Debug> HTTP-Session: f46e61c4-ab90-43c8-b0da-69a62146660f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 766 | 2024.04.03 05:12:05.391596 [ 3 ] {} <Trace> HTTP-Session: f46e61c4-ab90-43c8-b0da-69a62146660f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 767 | 2024.04.03 05:12:05.391748 [ 3 ] {ee82f222-d42b-485f-b581-c18645b1cf3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48769) CREATE TABLE IF NOT EXISTS oximeter.fields_ipaddr ( timeseries_name String, timeseries_key UInt64, field_name String, field_value IPv6 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
| 768 | 2024.04.03 05:12:05.391795 [ 3 ] {ee82f222-d42b-485f-b581-c18645b1cf3b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
| 769 | 2024.04.03 05:12:05.393406 [ 3 ] {ee82f222-d42b-485f-b581-c18645b1cf3b} <Debug> oximeter.fields_ipaddr (4af34eed-af07-47e9-bf27-cd9b0a7bc703): Loading data parts | ||
| 770 | 2024.04.03 05:12:05.393555 [ 3 ] {ee82f222-d42b-485f-b581-c18645b1cf3b} <Debug> oximeter.fields_ipaddr (4af34eed-af07-47e9-bf27-cd9b0a7bc703): There are no data parts | ||
| 771 | 2024.04.03 05:12:05.403707 [ 3 ] {ee82f222-d42b-485f-b581-c18645b1cf3b} <Debug> DynamicQueryHandler: Done processing query | ||
| 772 | 2024.04.03 05:12:05.403754 [ 3 ] {} <Debug> HTTP-Session: f46e61c4-ab90-43c8-b0da-69a62146660f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 773 | 2024.04.03 05:12:05.403880 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48769, User-Agent: (none), Length: 254, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 774 | 2024.04.03 05:12:05.403937 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 775 | 2024.04.03 05:12:05.403973 [ 3 ] {} <Debug> HTTP-Session: cacfbcbb-7b77-411c-b8a6-de5affb085aa Authenticating user 'default' from [fd00:1122:3344:101::d]:48769 | ||
| 776 | 2024.04.03 05:12:05.403995 [ 3 ] {} <Debug> HTTP-Session: cacfbcbb-7b77-411c-b8a6-de5affb085aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 777 | 2024.04.03 05:12:05.404013 [ 3 ] {} <Debug> HTTP-Session: cacfbcbb-7b77-411c-b8a6-de5affb085aa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 778 | 2024.04.03 05:12:05.404049 [ 3 ] {} <Trace> HTTP-Session: cacfbcbb-7b77-411c-b8a6-de5affb085aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 779 | 2024.04.03 05:12:05.404184 [ 3 ] {edd8052b-7f15-4dee-9c25-3c0a32544b3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48769) CREATE TABLE IF NOT EXISTS oximeter.fields_string ( timeseries_name String, timeseries_key UInt64, field_name String, field_value String ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
| 780 | 2024.04.03 05:12:05.404222 [ 3 ] {edd8052b-7f15-4dee-9c25-3c0a32544b3c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
| 781 | 2024.04.03 05:12:05.406561 [ 3 ] {edd8052b-7f15-4dee-9c25-3c0a32544b3c} <Debug> oximeter.fields_string (d10ead57-c466-400e-b267-5a50d181b38b): Loading data parts | ||
| 782 | 2024.04.03 05:12:05.406710 [ 3 ] {edd8052b-7f15-4dee-9c25-3c0a32544b3c} <Debug> oximeter.fields_string (d10ead57-c466-400e-b267-5a50d181b38b): There are no data parts | ||
| 783 | 2024.04.03 05:12:05.409911 [ 3 ] {edd8052b-7f15-4dee-9c25-3c0a32544b3c} <Debug> DynamicQueryHandler: Done processing query | ||
| 784 | 2024.04.03 05:12:05.409965 [ 3 ] {} <Debug> HTTP-Session: cacfbcbb-7b77-411c-b8a6-de5affb085aa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 785 | 2024.04.03 05:12:05.410167 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48769, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 786 | 2024.04.03 05:12:05.410246 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 787 | 2024.04.03 05:12:05.410265 [ 3 ] {} <Debug> HTTP-Session: 0a10dd80-594f-4a94-b653-bd6f4c5ea776 Authenticating user 'default' from [fd00:1122:3344:101::d]:48769 | ||
| 788 | 2024.04.03 05:12:05.410282 [ 3 ] {} <Debug> HTTP-Session: 0a10dd80-594f-4a94-b653-bd6f4c5ea776 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 789 | 2024.04.03 05:12:05.410295 [ 3 ] {} <Debug> HTTP-Session: 0a10dd80-594f-4a94-b653-bd6f4c5ea776 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 790 | 2024.04.03 05:12:05.410325 [ 3 ] {} <Trace> HTTP-Session: 0a10dd80-594f-4a94-b653-bd6f4c5ea776 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 791 | 2024.04.03 05:12:05.410434 [ 3 ] {4b3d88a9-77b8-4eb4-a0c5-fe31d078bc34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48769) CREATE TABLE IF NOT EXISTS oximeter.fields_uuid ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UUID ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
| 792 | 2024.04.03 05:12:05.410471 [ 3 ] {4b3d88a9-77b8-4eb4-a0c5-fe31d078bc34} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
| 793 | 2024.04.03 05:12:05.412039 [ 3 ] {4b3d88a9-77b8-4eb4-a0c5-fe31d078bc34} <Debug> oximeter.fields_uuid (78132754-fa1e-4d68-980a-5012099aee94): Loading data parts | ||
| 794 | 2024.04.03 05:12:05.412188 [ 3 ] {4b3d88a9-77b8-4eb4-a0c5-fe31d078bc34} <Debug> oximeter.fields_uuid (78132754-fa1e-4d68-980a-5012099aee94): There are no data parts | ||
| 795 | 2024.04.03 05:12:05.420066 [ 3 ] {4b3d88a9-77b8-4eb4-a0c5-fe31d078bc34} <Debug> DynamicQueryHandler: Done processing query | ||
| 796 | 2024.04.03 05:12:05.420099 [ 3 ] {} <Debug> HTTP-Session: 0a10dd80-594f-4a94-b653-bd6f4c5ea776 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 797 | 2024.04.03 05:12:05.420227 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48769, User-Agent: (none), Length: 1416, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 798 | 2024.04.03 05:12:05.420276 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 799 | 2024.04.03 05:12:05.420295 [ 3 ] {} <Debug> HTTP-Session: 22bd09c8-1696-4a43-b650-62f60c0b8413 Authenticating user 'default' from [fd00:1122:3344:101::d]:48769 | ||
| 800 | 2024.04.03 05:12:05.420312 [ 3 ] {} <Debug> HTTP-Session: 22bd09c8-1696-4a43-b650-62f60c0b8413 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 801 | 2024.04.03 05:12:05.420326 [ 3 ] {} <Debug> HTTP-Session: 22bd09c8-1696-4a43-b650-62f60c0b8413 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 802 | 2024.04.03 05:12:05.420356 [ 3 ] {} <Trace> HTTP-Session: 22bd09c8-1696-4a43-b650-62f60c0b8413 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 803 | 2024.04.03 05:12:05.420530 [ 3 ] {ee975961-783d-495e-bdc2-ee18e5aa512d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48769) /* The timeseries schema table stores the extracted schema for the samples | ||
| 804 | * oximeter collects. | ||
| 805 | */ | ||
| 806 | CREATE TABLE IF NOT EXISTS oximeter.timeseries_schema ( timeseries_name String, fields Nested( name String, type Enum( 'Bool' = 1, 'I64' = 2, 'IpAddr' = 3, 'String' = 4, 'Uuid' = 6, 'I8' = 7, 'U8' = 8, 'I16' = 9, 'U16' = 10, 'I32' = 11, 'U32' = 12, 'U64' = 13 ), source Enum( 'Target' = 1, 'Metric' = 2 ) ), datum_type Enum( 'Bool' = 1, 'I64' = 2, 'F64' = 3, 'String' = 4, 'Bytes' = 5, 'CumulativeI64' = 6, 'CumulativeF64' = 7, 'HistogramI64' = 8, 'HistogramF64' = 9, 'I8' = 10, 'U8' = 11, 'I16' = 12, 'U16' = 13, 'I32' = 14, 'U32' = 15, 'U64' = 16, 'F32' = 17, 'CumulativeU64' = 18, 'CumulativeF32' = 19, 'HistogramI8' = 20, 'HistogramU8' = 21, 'HistogramI16' = 22, 'HistogramU16' = 23, 'HistogramI32' = 24, 'HistogramU32' = 25, 'HistogramU64' = 26, 'HistogramF32' = 27 ), created DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (timeseries_name, fields.name) (stage: Complete) | ||
| 807 | 2024.04.03 05:12:05.420587 [ 3 ] {ee975961-783d-495e-bdc2-ee18e5aa512d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
| 808 | 2024.04.03 05:12:05.422776 [ 3 ] {ee975961-783d-495e-bdc2-ee18e5aa512d} <Debug> oximeter.timeseries_schema (f3c82d0a-8067-4bee-a6f1-9e1276014f6a): Loading data parts | ||
| 809 | 2024.04.03 05:12:05.422935 [ 3 ] {ee975961-783d-495e-bdc2-ee18e5aa512d} <Debug> oximeter.timeseries_schema (f3c82d0a-8067-4bee-a6f1-9e1276014f6a): There are no data parts | ||
| 810 | 2024.04.03 05:12:05.425752 [ 3 ] {ee975961-783d-495e-bdc2-ee18e5aa512d} <Debug> DynamicQueryHandler: Done processing query | ||
| 811 | 2024.04.03 05:12:05.425808 [ 3 ] {} <Debug> HTTP-Session: 22bd09c8-1696-4a43-b650-62f60c0b8413 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 812 | 2024.04.03 05:12:05.426042 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48769, User-Agent: (none), Length: 51, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 813 | 2024.04.03 05:12:05.426139 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 814 | 2024.04.03 05:12:05.426180 [ 3 ] {} <Debug> HTTP-Session: 4f2e870f-760c-4f9a-a5e7-8936142e8d09 Authenticating user 'default' from [fd00:1122:3344:101::d]:48769 | ||
| 815 | 2024.04.03 05:12:05.426213 [ 3 ] {} <Debug> HTTP-Session: 4f2e870f-760c-4f9a-a5e7-8936142e8d09 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 816 | 2024.04.03 05:12:05.426240 [ 3 ] {} <Debug> HTTP-Session: 4f2e870f-760c-4f9a-a5e7-8936142e8d09 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 817 | 2024.04.03 05:12:05.426273 [ 3 ] {} <Trace> HTTP-Session: 4f2e870f-760c-4f9a-a5e7-8936142e8d09 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 818 | 2024.04.03 05:12:05.426405 [ 3 ] {a18993b2-697f-4be9-8e17-60f7d57da647} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48769) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
| 819 | 2024.04.03 05:12:05.428112 [ 3 ] {a18993b2-697f-4be9-8e17-60f7d57da647} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
| 820 | 2024.04.03 05:12:05.431460 [ 3 ] {a18993b2-697f-4be9-8e17-60f7d57da647} <Trace> oximeter.version (87fddbff-f28a-4158-b4a9-ec9b8315d5b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 821 | 2024.04.03 05:12:05.431500 [ 3 ] {a18993b2-697f-4be9-8e17-60f7d57da647} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 822 | 2024.04.03 05:12:05.434500 [ 3 ] {a18993b2-697f-4be9-8e17-60f7d57da647} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 823 | 2024.04.03 05:12:05.435045 [ 3 ] {a18993b2-697f-4be9-8e17-60f7d57da647} <Trace> oximeter.version (87fddbff-f28a-4158-b4a9-ec9b8315d5b9): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 824 | 2024.04.03 05:12:05.435332 [ 3 ] {a18993b2-697f-4be9-8e17-60f7d57da647} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.008999 sec., 111.123458162018 rows/sec., 1.74 KiB/sec. | ||
| 825 | 2024.04.03 05:12:05.435451 [ 3 ] {a18993b2-697f-4be9-8e17-60f7d57da647} <Debug> DynamicQueryHandler: Done processing query | ||
| 826 | 2024.04.03 05:12:05.435474 [ 3 ] {a18993b2-697f-4be9-8e17-60f7d57da647} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 827 | 2024.04.03 05:12:05.435489 [ 3 ] {} <Debug> HTTP-Session: 4f2e870f-760c-4f9a-a5e7-8936142e8d09 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 828 | 2024.04.03 05:12:06.000212 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 161.14 MiB, peak 166.36 MiB, free memory in arenas 0.00 B, will set to 173.47 MiB (RSS), difference: 12.33 MiB | ||
| 829 | 2024.04.03 05:12:18.988444 [ 28 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 830 | 2024.04.03 05:12:18.988519 [ 28 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 831 | 2024.04.03 05:12:25.449493 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 60, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 832 | 2024.04.03 05:12:25.449632 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 833 | 2024.04.03 05:12:25.449661 [ 3 ] {} <Debug> HTTP-Session: 1e4cac20-aaab-4b69-be34-f4f7f7a58ce8 Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 834 | 2024.04.03 05:12:25.449690 [ 3 ] {} <Debug> HTTP-Session: 1e4cac20-aaab-4b69-be34-f4f7f7a58ce8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 835 | 2024.04.03 05:12:25.449708 [ 3 ] {} <Debug> HTTP-Session: 1e4cac20-aaab-4b69-be34-f4f7f7a58ce8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 836 | 2024.04.03 05:12:25.449764 [ 3 ] {} <Trace> HTTP-Session: 1e4cac20-aaab-4b69-be34-f4f7f7a58ce8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 837 | 2024.04.03 05:12:25.449897 [ 3 ] {e870a64f-ce1f-4300-a1d0-393835b031a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) SELECT * FROM oximeter.timeseries_schema FORMAT JSONEachRow; (stage: Complete) | ||
| 838 | 2024.04.03 05:12:25.450278 [ 3 ] {e870a64f-ce1f-4300-a1d0-393835b031a2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 839 | 2024.04.03 05:12:25.450436 [ 3 ] {e870a64f-ce1f-4300-a1d0-393835b031a2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 840 | 2024.04.03 05:12:25.451289 [ 3 ] {e870a64f-ce1f-4300-a1d0-393835b031a2} <Debug> DynamicQueryHandler: Done processing query | ||
| 841 | 2024.04.03 05:12:25.451324 [ 3 ] {e870a64f-ce1f-4300-a1d0-393835b031a2} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 842 | 2024.04.03 05:12:25.451342 [ 3 ] {} <Debug> HTTP-Session: 1e4cac20-aaab-4b69-be34-f4f7f7a58ce8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 843 | 2024.04.03 05:12:25.457577 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 133, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 844 | 2024.04.03 05:12:25.457645 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 845 | 2024.04.03 05:12:25.457670 [ 3 ] {} <Debug> HTTP-Session: f2376efc-082a-4ad9-b6f8-5b6a9bc06439 Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 846 | 2024.04.03 05:12:25.457692 [ 3 ] {} <Debug> HTTP-Session: f2376efc-082a-4ad9-b6f8-5b6a9bc06439 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 847 | 2024.04.03 05:12:25.457709 [ 3 ] {} <Debug> HTTP-Session: f2376efc-082a-4ad9-b6f8-5b6a9bc06439 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 848 | 2024.04.03 05:12:25.457750 [ 3 ] {} <Trace> HTTP-Session: f2376efc-082a-4ad9-b6f8-5b6a9bc06439 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 849 | 2024.04.03 05:12:25.457895 [ 3 ] {6fd3bbc5-0866-4025-a700-a9e02b0bb4ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes') FORMAT JSONEachRow; (stage: Complete) | ||
| 850 | 2024.04.03 05:12:25.460259 [ 3 ] {6fd3bbc5-0866-4025-a700-a9e02b0bb4ef} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 851 | 2024.04.03 05:12:25.460318 [ 3 ] {6fd3bbc5-0866-4025-a700-a9e02b0bb4ef} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 852 | 2024.04.03 05:12:25.461271 [ 3 ] {6fd3bbc5-0866-4025-a700-a9e02b0bb4ef} <Debug> DynamicQueryHandler: Done processing query | ||
| 853 | 2024.04.03 05:12:25.461301 [ 3 ] {6fd3bbc5-0866-4025-a700-a9e02b0bb4ef} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 854 | 2024.04.03 05:12:25.461317 [ 3 ] {} <Debug> HTTP-Session: f2376efc-082a-4ad9-b6f8-5b6a9bc06439 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 855 | 2024.04.03 05:12:25.461756 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 175, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 856 | 2024.04.03 05:12:25.461808 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 857 | 2024.04.03 05:12:25.461828 [ 3 ] {} <Debug> HTTP-Session: f4a06185-259d-45d0-94e8-1964f42810ad Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 858 | 2024.04.03 05:12:25.461846 [ 3 ] {} <Debug> HTTP-Session: f4a06185-259d-45d0-94e8-1964f42810ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 859 | 2024.04.03 05:12:25.461860 [ 3 ] {} <Debug> HTTP-Session: f4a06185-259d-45d0-94e8-1964f42810ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 860 | 2024.04.03 05:12:25.461892 [ 3 ] {} <Trace> HTTP-Session: f4a06185-259d-45d0-94e8-1964f42810ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 861 | 2024.04.03 05:12:25.461985 [ 3 ] {2788ef1c-95d8-4cd9-8b4f-a9eb9451caba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes') FORMAT JSONEachRow; (stage: Complete) | ||
| 862 | 2024.04.03 05:12:25.462337 [ 3 ] {2788ef1c-95d8-4cd9-8b4f-a9eb9451caba} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 863 | 2024.04.03 05:12:25.462389 [ 3 ] {2788ef1c-95d8-4cd9-8b4f-a9eb9451caba} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 864 | 2024.04.03 05:12:25.463229 [ 3 ] {2788ef1c-95d8-4cd9-8b4f-a9eb9451caba} <Debug> DynamicQueryHandler: Done processing query | ||
| 865 | 2024.04.03 05:12:25.463258 [ 3 ] {2788ef1c-95d8-4cd9-8b4f-a9eb9451caba} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 866 | 2024.04.03 05:12:25.463275 [ 3 ] {} <Debug> HTTP-Session: f4a06185-259d-45d0-94e8-1964f42810ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 867 | 2024.04.03 05:12:25.463508 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 209, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 868 | 2024.04.03 05:12:25.463557 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 869 | 2024.04.03 05:12:25.463575 [ 3 ] {} <Debug> HTTP-Session: 5bc4772b-2454-4cd5-ae52-c2883ad42151 Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 870 | 2024.04.03 05:12:25.463592 [ 3 ] {} <Debug> HTTP-Session: 5bc4772b-2454-4cd5-ae52-c2883ad42151 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 871 | 2024.04.03 05:12:25.463607 [ 3 ] {} <Debug> HTTP-Session: 5bc4772b-2454-4cd5-ae52-c2883ad42151 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 872 | 2024.04.03 05:12:25.463638 [ 3 ] {} <Trace> HTTP-Session: 5bc4772b-2454-4cd5-ae52-c2883ad42151 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 873 | 2024.04.03 05:12:25.463727 [ 3 ] {d9d14dd7-793e-4496-b8ee-37b3cb0acc2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) | ||
| 874 | 2024.04.03 05:12:25.464034 [ 3 ] {d9d14dd7-793e-4496-b8ee-37b3cb0acc2c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 875 | 2024.04.03 05:12:25.464085 [ 3 ] {d9d14dd7-793e-4496-b8ee-37b3cb0acc2c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 876 | 2024.04.03 05:12:25.464878 [ 3 ] {d9d14dd7-793e-4496-b8ee-37b3cb0acc2c} <Debug> DynamicQueryHandler: Done processing query | ||
| 877 | 2024.04.03 05:12:25.464907 [ 3 ] {d9d14dd7-793e-4496-b8ee-37b3cb0acc2c} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 878 | 2024.04.03 05:12:25.464923 [ 3 ] {} <Debug> HTTP-Session: 5bc4772b-2454-4cd5-ae52-c2883ad42151 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 879 | 2024.04.03 05:12:25.465162 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 247, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 880 | 2024.04.03 05:12:25.465210 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 881 | 2024.04.03 05:12:25.465229 [ 3 ] {} <Debug> HTTP-Session: 93068ec1-d6e1-482d-be61-bc2272bcce81 Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 882 | 2024.04.03 05:12:25.465245 [ 3 ] {} <Debug> HTTP-Session: 93068ec1-d6e1-482d-be61-bc2272bcce81 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 883 | 2024.04.03 05:12:25.465259 [ 3 ] {} <Debug> HTTP-Session: 93068ec1-d6e1-482d-be61-bc2272bcce81 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 884 | 2024.04.03 05:12:25.465290 [ 3 ] {} <Trace> HTTP-Session: 93068ec1-d6e1-482d-be61-bc2272bcce81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 885 | 2024.04.03 05:12:25.465378 [ 3 ] {68e9ab86-5e0f-4e7d-8426-2cf67fa2fd4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) | ||
| 886 | 2024.04.03 05:12:25.465686 [ 3 ] {68e9ab86-5e0f-4e7d-8426-2cf67fa2fd4c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 887 | 2024.04.03 05:12:25.465737 [ 3 ] {68e9ab86-5e0f-4e7d-8426-2cf67fa2fd4c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 888 | 2024.04.03 05:12:25.466511 [ 3 ] {68e9ab86-5e0f-4e7d-8426-2cf67fa2fd4c} <Debug> DynamicQueryHandler: Done processing query | ||
| 889 | 2024.04.03 05:12:25.466541 [ 3 ] {68e9ab86-5e0f-4e7d-8426-2cf67fa2fd4c} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 890 | 2024.04.03 05:12:25.466557 [ 3 ] {} <Debug> HTTP-Session: 93068ec1-d6e1-482d-be61-bc2272bcce81 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 891 | 2024.04.03 05:12:25.466765 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 282, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 892 | 2024.04.03 05:12:25.466810 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 893 | 2024.04.03 05:12:25.466828 [ 3 ] {} <Debug> HTTP-Session: 1949641f-f51f-4d2f-be61-3590f5305787 Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 894 | 2024.04.03 05:12:25.466843 [ 3 ] {} <Debug> HTTP-Session: 1949641f-f51f-4d2f-be61-3590f5305787 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 895 | 2024.04.03 05:12:25.466856 [ 3 ] {} <Debug> HTTP-Session: 1949641f-f51f-4d2f-be61-3590f5305787 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 896 | 2024.04.03 05:12:25.466884 [ 3 ] {} <Trace> HTTP-Session: 1949641f-f51f-4d2f-be61-3590f5305787 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 897 | 2024.04.03 05:12:25.466968 [ 3 ] {7397c0a0-fafb-452e-a620-28b6b5fd2850} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) | ||
| 898 | 2024.04.03 05:12:25.467259 [ 3 ] {7397c0a0-fafb-452e-a620-28b6b5fd2850} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 899 | 2024.04.03 05:12:25.467306 [ 3 ] {7397c0a0-fafb-452e-a620-28b6b5fd2850} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 900 | 2024.04.03 05:12:25.468226 [ 3 ] {7397c0a0-fafb-452e-a620-28b6b5fd2850} <Debug> DynamicQueryHandler: Done processing query | ||
| 901 | 2024.04.03 05:12:25.468255 [ 3 ] {7397c0a0-fafb-452e-a620-28b6b5fd2850} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 902 | 2024.04.03 05:12:25.468271 [ 3 ] {} <Debug> HTTP-Session: 1949641f-f51f-4d2f-be61-3590f5305787 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 903 | 2024.04.03 05:12:25.468482 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 321, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 904 | 2024.04.03 05:12:25.468529 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 905 | 2024.04.03 05:12:25.468547 [ 3 ] {} <Debug> HTTP-Session: acf32a54-61c5-4264-b761-348271dfe9a7 Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 906 | 2024.04.03 05:12:25.468564 [ 3 ] {} <Debug> HTTP-Session: acf32a54-61c5-4264-b761-348271dfe9a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 907 | 2024.04.03 05:12:25.468578 [ 3 ] {} <Debug> HTTP-Session: acf32a54-61c5-4264-b761-348271dfe9a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 908 | 2024.04.03 05:12:25.468608 [ 3 ] {} <Trace> HTTP-Session: acf32a54-61c5-4264-b761-348271dfe9a7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 909 | 2024.04.03 05:12:25.468701 [ 3 ] {b05d6076-d1ed-47cb-bc9e-ca9a9a21155b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) | ||
| 910 | 2024.04.03 05:12:25.469024 [ 3 ] {b05d6076-d1ed-47cb-bc9e-ca9a9a21155b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 911 | 2024.04.03 05:12:25.469076 [ 3 ] {b05d6076-d1ed-47cb-bc9e-ca9a9a21155b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 912 | 2024.04.03 05:12:25.469885 [ 3 ] {b05d6076-d1ed-47cb-bc9e-ca9a9a21155b} <Debug> DynamicQueryHandler: Done processing query | ||
| 913 | 2024.04.03 05:12:25.469915 [ 3 ] {b05d6076-d1ed-47cb-bc9e-ca9a9a21155b} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 914 | 2024.04.03 05:12:25.469932 [ 3 ] {} <Debug> HTTP-Session: acf32a54-61c5-4264-b761-348271dfe9a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 915 | 2024.04.03 05:12:25.470131 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 353, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 916 | 2024.04.03 05:12:25.470179 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 917 | 2024.04.03 05:12:25.470198 [ 3 ] {} <Debug> HTTP-Session: 170d837d-b6b1-481b-b02c-4f2aa822e566 Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 918 | 2024.04.03 05:12:25.470213 [ 3 ] {} <Debug> HTTP-Session: 170d837d-b6b1-481b-b02c-4f2aa822e566 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 919 | 2024.04.03 05:12:25.470227 [ 3 ] {} <Debug> HTTP-Session: 170d837d-b6b1-481b-b02c-4f2aa822e566 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 920 | 2024.04.03 05:12:25.470257 [ 3 ] {} <Trace> HTTP-Session: 170d837d-b6b1-481b-b02c-4f2aa822e566 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 921 | 2024.04.03 05:12:25.470346 [ 3 ] {02456c7e-d450-4e59-987f-f721e23fafe1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) | ||
| 922 | 2024.04.03 05:12:25.470662 [ 3 ] {02456c7e-d450-4e59-987f-f721e23fafe1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 923 | 2024.04.03 05:12:25.470714 [ 3 ] {02456c7e-d450-4e59-987f-f721e23fafe1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 924 | 2024.04.03 05:12:25.471609 [ 3 ] {02456c7e-d450-4e59-987f-f721e23fafe1} <Debug> DynamicQueryHandler: Done processing query | ||
| 925 | 2024.04.03 05:12:25.471638 [ 3 ] {02456c7e-d450-4e59-987f-f721e23fafe1} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 926 | 2024.04.03 05:12:25.471654 [ 3 ] {} <Debug> HTTP-Session: 170d837d-b6b1-481b-b02c-4f2aa822e566 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 927 | 2024.04.03 05:12:25.471885 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 389, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 928 | 2024.04.03 05:12:25.471933 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 929 | 2024.04.03 05:12:25.471951 [ 3 ] {} <Debug> HTTP-Session: 481e6bde-17cb-4a77-9aa0-06ad68ae5c02 Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 930 | 2024.04.03 05:12:25.471968 [ 3 ] {} <Debug> HTTP-Session: 481e6bde-17cb-4a77-9aa0-06ad68ae5c02 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 931 | 2024.04.03 05:12:25.471983 [ 3 ] {} <Debug> HTTP-Session: 481e6bde-17cb-4a77-9aa0-06ad68ae5c02 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 932 | 2024.04.03 05:12:25.472013 [ 3 ] {} <Trace> HTTP-Session: 481e6bde-17cb-4a77-9aa0-06ad68ae5c02 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 933 | 2024.04.03 05:12:25.472103 [ 3 ] {c4c1fccf-8da4-4532-af2e-9f2fe020f336} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) | ||
| 934 | 2024.04.03 05:12:25.472424 [ 3 ] {c4c1fccf-8da4-4532-af2e-9f2fe020f336} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 935 | 2024.04.03 05:12:25.472475 [ 3 ] {c4c1fccf-8da4-4532-af2e-9f2fe020f336} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 936 | 2024.04.03 05:12:25.473278 [ 3 ] {c4c1fccf-8da4-4532-af2e-9f2fe020f336} <Debug> DynamicQueryHandler: Done processing query | ||
| 937 | 2024.04.03 05:12:25.473306 [ 3 ] {c4c1fccf-8da4-4532-af2e-9f2fe020f336} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 938 | 2024.04.03 05:12:25.473324 [ 3 ] {} <Debug> HTTP-Session: 481e6bde-17cb-4a77-9aa0-06ad68ae5c02 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 939 | 2024.04.03 05:12:25.473531 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 430, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 940 | 2024.04.03 05:12:25.473578 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 941 | 2024.04.03 05:12:25.473597 [ 3 ] {} <Debug> HTTP-Session: 02c392f5-e3a6-4039-91ec-0d277e80dd22 Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 942 | 2024.04.03 05:12:25.473613 [ 3 ] {} <Debug> HTTP-Session: 02c392f5-e3a6-4039-91ec-0d277e80dd22 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 943 | 2024.04.03 05:12:25.473627 [ 3 ] {} <Debug> HTTP-Session: 02c392f5-e3a6-4039-91ec-0d277e80dd22 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 944 | 2024.04.03 05:12:25.473659 [ 3 ] {} <Trace> HTTP-Session: 02c392f5-e3a6-4039-91ec-0d277e80dd22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 945 | 2024.04.03 05:12:25.473751 [ 3 ] {e54120f1-92b3-45fc-98ac-8300aa723e91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) | ||
| 946 | 2024.04.03 05:12:25.474073 [ 3 ] {e54120f1-92b3-45fc-98ac-8300aa723e91} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 947 | 2024.04.03 05:12:25.474124 [ 3 ] {e54120f1-92b3-45fc-98ac-8300aa723e91} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 948 | 2024.04.03 05:12:25.474999 [ 3 ] {e54120f1-92b3-45fc-98ac-8300aa723e91} <Debug> DynamicQueryHandler: Done processing query | ||
| 949 | 2024.04.03 05:12:25.475028 [ 3 ] {e54120f1-92b3-45fc-98ac-8300aa723e91} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 950 | 2024.04.03 05:12:25.475045 [ 3 ] {} <Debug> HTTP-Session: 02c392f5-e3a6-4039-91ec-0d277e80dd22 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 951 | 2024.04.03 05:12:25.475262 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 458, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 952 | 2024.04.03 05:12:25.475309 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 953 | 2024.04.03 05:12:25.475329 [ 3 ] {} <Debug> HTTP-Session: 0b7b710c-e0f6-428a-bf81-93396709f5cf Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 954 | 2024.04.03 05:12:25.475345 [ 3 ] {} <Debug> HTTP-Session: 0b7b710c-e0f6-428a-bf81-93396709f5cf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 955 | 2024.04.03 05:12:25.475359 [ 3 ] {} <Debug> HTTP-Session: 0b7b710c-e0f6-428a-bf81-93396709f5cf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 956 | 2024.04.03 05:12:25.475389 [ 3 ] {} <Trace> HTTP-Session: 0b7b710c-e0f6-428a-bf81-93396709f5cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 957 | 2024.04.03 05:12:25.475484 [ 3 ] {c94b47a4-ec78-4ff3-b457-24534091e33d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent') FORMAT JSONEachRow; (stage: Complete) | ||
| 958 | 2024.04.03 05:12:25.475807 [ 3 ] {c94b47a4-ec78-4ff3-b457-24534091e33d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 959 | 2024.04.03 05:12:25.475859 [ 3 ] {c94b47a4-ec78-4ff3-b457-24534091e33d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 960 | 2024.04.03 05:12:25.476715 [ 3 ] {c94b47a4-ec78-4ff3-b457-24534091e33d} <Debug> DynamicQueryHandler: Done processing query | ||
| 961 | 2024.04.03 05:12:25.476744 [ 3 ] {c94b47a4-ec78-4ff3-b457-24534091e33d} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 962 | 2024.04.03 05:12:25.476760 [ 3 ] {} <Debug> HTTP-Session: 0b7b710c-e0f6-428a-bf81-93396709f5cf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 963 | 2024.04.03 05:12:25.477004 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 490, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 964 | 2024.04.03 05:12:25.477056 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 965 | 2024.04.03 05:12:25.477075 [ 3 ] {} <Debug> HTTP-Session: 0942de17-8857-4624-9877-001ce95ee8f5 Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 966 | 2024.04.03 05:12:25.477091 [ 3 ] {} <Debug> HTTP-Session: 0942de17-8857-4624-9877-001ce95ee8f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 967 | 2024.04.03 05:12:25.477104 [ 3 ] {} <Debug> HTTP-Session: 0942de17-8857-4624-9877-001ce95ee8f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 968 | 2024.04.03 05:12:25.477135 [ 3 ] {} <Trace> HTTP-Session: 0942de17-8857-4624-9877-001ce95ee8f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 969 | 2024.04.03 05:12:25.477228 [ 3 ] {a36ce3e4-650d-4d17-af29-cc9104701049} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT JSONEachRow; (stage: Complete) | ||
| 970 | 2024.04.03 05:12:25.477555 [ 3 ] {a36ce3e4-650d-4d17-af29-cc9104701049} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 971 | 2024.04.03 05:12:25.477605 [ 3 ] {a36ce3e4-650d-4d17-af29-cc9104701049} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 972 | 2024.04.03 05:12:25.478385 [ 3 ] {a36ce3e4-650d-4d17-af29-cc9104701049} <Debug> DynamicQueryHandler: Done processing query | ||
| 973 | 2024.04.03 05:12:25.478413 [ 3 ] {a36ce3e4-650d-4d17-af29-cc9104701049} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 974 | 2024.04.03 05:12:25.478430 [ 3 ] {} <Debug> HTTP-Session: 0942de17-8857-4624-9877-001ce95ee8f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 975 | 2024.04.03 05:12:25.478664 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 522, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 976 | 2024.04.03 05:12:25.478710 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 977 | 2024.04.03 05:12:25.478730 [ 3 ] {} <Debug> HTTP-Session: 7e71361f-cd6f-4c3d-affb-efb81ed8c454 Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 978 | 2024.04.03 05:12:25.478746 [ 3 ] {} <Debug> HTTP-Session: 7e71361f-cd6f-4c3d-affb-efb81ed8c454 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 979 | 2024.04.03 05:12:25.478759 [ 3 ] {} <Debug> HTTP-Session: 7e71361f-cd6f-4c3d-affb-efb81ed8c454 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 980 | 2024.04.03 05:12:25.478789 [ 3 ] {} <Trace> HTTP-Session: 7e71361f-cd6f-4c3d-affb-efb81ed8c454 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 981 | 2024.04.03 05:12:25.478885 [ 3 ] {9fb7f0a3-dbca-4830-b74a-0379a9b2b68d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT JSONEachRow; (stage: Complete) | ||
| 982 | 2024.04.03 05:12:25.479218 [ 3 ] {9fb7f0a3-dbca-4830-b74a-0379a9b2b68d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 983 | 2024.04.03 05:12:25.479269 [ 3 ] {9fb7f0a3-dbca-4830-b74a-0379a9b2b68d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 984 | 2024.04.03 05:12:25.480046 [ 3 ] {9fb7f0a3-dbca-4830-b74a-0379a9b2b68d} <Debug> DynamicQueryHandler: Done processing query | ||
| 985 | 2024.04.03 05:12:25.480074 [ 3 ] {9fb7f0a3-dbca-4830-b74a-0379a9b2b68d} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 986 | 2024.04.03 05:12:25.480090 [ 3 ] {} <Debug> HTTP-Session: 7e71361f-cd6f-4c3d-affb-efb81ed8c454 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 987 | 2024.04.03 05:12:25.480278 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 564, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 988 | 2024.04.03 05:12:25.480324 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 989 | 2024.04.03 05:12:25.480343 [ 3 ] {} <Debug> HTTP-Session: 1874257f-2886-4f55-8c50-a6ed77827afa Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 990 | 2024.04.03 05:12:25.480359 [ 3 ] {} <Debug> HTTP-Session: 1874257f-2886-4f55-8c50-a6ed77827afa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 991 | 2024.04.03 05:12:25.480373 [ 3 ] {} <Debug> HTTP-Session: 1874257f-2886-4f55-8c50-a6ed77827afa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 992 | 2024.04.03 05:12:25.480402 [ 3 ] {} <Trace> HTTP-Session: 1874257f-2886-4f55-8c50-a6ed77827afa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 993 | 2024.04.03 05:12:25.480498 [ 3 ] {a3e25eb5-f76b-456f-9620-483ed84611cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT JSONEachRow; (stage: Complete) | ||
| 994 | 2024.04.03 05:12:25.480832 [ 3 ] {a3e25eb5-f76b-456f-9620-483ed84611cb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 995 | 2024.04.03 05:12:25.480883 [ 3 ] {a3e25eb5-f76b-456f-9620-483ed84611cb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 996 | 2024.04.03 05:12:25.481783 [ 3 ] {a3e25eb5-f76b-456f-9620-483ed84611cb} <Debug> DynamicQueryHandler: Done processing query | ||
| 997 | 2024.04.03 05:12:25.481811 [ 3 ] {a3e25eb5-f76b-456f-9620-483ed84611cb} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 998 | 2024.04.03 05:12:25.481828 [ 3 ] {} <Debug> HTTP-Session: 1874257f-2886-4f55-8c50-a6ed77827afa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 999 | 2024.04.03 05:12:25.482645 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 605, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1000 | 2024.04.03 05:12:25.482693 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1001 | 2024.04.03 05:12:25.482712 [ 3 ] {} <Debug> HTTP-Session: 102aedea-a20e-48e7-b86b-4c487786b351 Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 1002 | 2024.04.03 05:12:25.482728 [ 3 ] {} <Debug> HTTP-Session: 102aedea-a20e-48e7-b86b-4c487786b351 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1003 | 2024.04.03 05:12:25.482741 [ 3 ] {} <Debug> HTTP-Session: 102aedea-a20e-48e7-b86b-4c487786b351 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1004 | 2024.04.03 05:12:25.482771 [ 3 ] {} <Trace> HTTP-Session: 102aedea-a20e-48e7-b86b-4c487786b351 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1005 | 2024.04.03 05:12:25.482868 [ 3 ] {b6db834c-ce12-416e-ae13-643185143626} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) 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) | ||
| 1006 | 2024.04.03 05:12:25.483208 [ 3 ] {b6db834c-ce12-416e-ae13-643185143626} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1007 | 2024.04.03 05:12:25.483259 [ 3 ] {b6db834c-ce12-416e-ae13-643185143626} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1008 | 2024.04.03 05:12:25.484048 [ 3 ] {b6db834c-ce12-416e-ae13-643185143626} <Debug> DynamicQueryHandler: Done processing query | ||
| 1009 | 2024.04.03 05:12:25.484077 [ 3 ] {b6db834c-ce12-416e-ae13-643185143626} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1010 | 2024.04.03 05:12:25.484093 [ 3 ] {} <Debug> HTTP-Session: 102aedea-a20e-48e7-b86b-4c487786b351 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1011 | 2024.04.03 05:12:25.484320 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 644, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1012 | 2024.04.03 05:12:25.484367 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1013 | 2024.04.03 05:12:25.484385 [ 3 ] {} <Debug> HTTP-Session: 091570c8-9e78-494b-8829-123c701016f1 Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 1014 | 2024.04.03 05:12:25.484401 [ 3 ] {} <Debug> HTTP-Session: 091570c8-9e78-494b-8829-123c701016f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1015 | 2024.04.03 05:12:25.484414 [ 3 ] {} <Debug> HTTP-Session: 091570c8-9e78-494b-8829-123c701016f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1016 | 2024.04.03 05:12:25.484445 [ 3 ] {} <Trace> HTTP-Session: 091570c8-9e78-494b-8829-123c701016f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1017 | 2024.04.03 05:12:25.484542 [ 3 ] {489326ae-1660-4093-bb65-552a5bc9c3b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) 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) | ||
| 1018 | 2024.04.03 05:12:25.484885 [ 3 ] {489326ae-1660-4093-bb65-552a5bc9c3b2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1019 | 2024.04.03 05:12:25.484936 [ 3 ] {489326ae-1660-4093-bb65-552a5bc9c3b2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1020 | 2024.04.03 05:12:25.485730 [ 3 ] {489326ae-1660-4093-bb65-552a5bc9c3b2} <Debug> DynamicQueryHandler: Done processing query | ||
| 1021 | 2024.04.03 05:12:25.485758 [ 3 ] {489326ae-1660-4093-bb65-552a5bc9c3b2} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1022 | 2024.04.03 05:12:25.485775 [ 3 ] {} <Debug> HTTP-Session: 091570c8-9e78-494b-8829-123c701016f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1023 | 2024.04.03 05:12:25.485981 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 685, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1024 | 2024.04.03 05:12:25.486029 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1025 | 2024.04.03 05:12:25.486047 [ 3 ] {} <Debug> HTTP-Session: db1dda01-d28d-479a-8964-68d71e759ffa Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 1026 | 2024.04.03 05:12:25.486063 [ 3 ] {} <Debug> HTTP-Session: db1dda01-d28d-479a-8964-68d71e759ffa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1027 | 2024.04.03 05:12:25.486076 [ 3 ] {} <Debug> HTTP-Session: db1dda01-d28d-479a-8964-68d71e759ffa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1028 | 2024.04.03 05:12:25.486106 [ 3 ] {} <Trace> HTTP-Session: db1dda01-d28d-479a-8964-68d71e759ffa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1029 | 2024.04.03 05:12:25.486202 [ 3 ] {2965c62b-1a72-4588-9166-a9cf1e357606} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) 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) | ||
| 1030 | 2024.04.03 05:12:25.486548 [ 3 ] {2965c62b-1a72-4588-9166-a9cf1e357606} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1031 | 2024.04.03 05:12:25.486599 [ 3 ] {2965c62b-1a72-4588-9166-a9cf1e357606} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1032 | 2024.04.03 05:12:25.487389 [ 3 ] {2965c62b-1a72-4588-9166-a9cf1e357606} <Debug> DynamicQueryHandler: Done processing query | ||
| 1033 | 2024.04.03 05:12:25.487418 [ 3 ] {2965c62b-1a72-4588-9166-a9cf1e357606} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1034 | 2024.04.03 05:12:25.487434 [ 3 ] {} <Debug> HTTP-Session: db1dda01-d28d-479a-8964-68d71e759ffa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1035 | 2024.04.03 05:12:25.487672 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 713, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1036 | 2024.04.03 05:12:25.487719 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1037 | 2024.04.03 05:12:25.487738 [ 3 ] {} <Debug> HTTP-Session: fdd53453-b99b-4db5-92e2-e5cd8ae14b85 Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 1038 | 2024.04.03 05:12:25.487754 [ 3 ] {} <Debug> HTTP-Session: fdd53453-b99b-4db5-92e2-e5cd8ae14b85 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1039 | 2024.04.03 05:12:25.487768 [ 3 ] {} <Debug> HTTP-Session: fdd53453-b99b-4db5-92e2-e5cd8ae14b85 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1040 | 2024.04.03 05:12:25.487797 [ 3 ] {} <Trace> HTTP-Session: fdd53453-b99b-4db5-92e2-e5cd8ae14b85 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1041 | 2024.04.03 05:12:25.487899 [ 3 ] {6d52339a-e0c1-4f6f-b638-315a618828fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) 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) | ||
| 1042 | 2024.04.03 05:12:25.488248 [ 3 ] {6d52339a-e0c1-4f6f-b638-315a618828fc} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1043 | 2024.04.03 05:12:25.488298 [ 3 ] {6d52339a-e0c1-4f6f-b638-315a618828fc} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1044 | 2024.04.03 05:12:25.489133 [ 3 ] {6d52339a-e0c1-4f6f-b638-315a618828fc} <Debug> DynamicQueryHandler: Done processing query | ||
| 1045 | 2024.04.03 05:12:25.489161 [ 3 ] {6d52339a-e0c1-4f6f-b638-315a618828fc} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1046 | 2024.04.03 05:12:25.489180 [ 3 ] {} <Debug> HTTP-Session: fdd53453-b99b-4db5-92e2-e5cd8ae14b85 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1047 | 2024.04.03 05:12:25.495567 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 5000, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1048 | 2024.04.03 05:12:25.495622 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1049 | 2024.04.03 05:12:25.495643 [ 3 ] {} <Debug> HTTP-Session: c760f740-1ec2-40ec-aa59-1eeccc999dbc Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 1050 | 2024.04.03 05:12:25.495660 [ 3 ] {} <Debug> HTTP-Session: c760f740-1ec2-40ec-aa59-1eeccc999dbc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1051 | 2024.04.03 05:12:25.495673 [ 3 ] {} <Debug> HTTP-Session: c760f740-1ec2-40ec-aa59-1eeccc999dbc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1052 | 2024.04.03 05:12:25.495704 [ 3 ] {} <Trace> HTTP-Session: c760f740-1ec2-40ec-aa59-1eeccc999dbc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1053 | 2024.04.03 05:12:25.495795 [ 3 ] {92e28c2b-74db-4ede-92fa-64c83dc77439} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
| 1054 | 2024.04.03 05:12:25.495840 [ 3 ] {92e28c2b-74db-4ede-92fa-64c83dc77439} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1055 | 2024.04.03 05:12:25.496036 [ 3 ] {92e28c2b-74db-4ede-92fa-64c83dc77439} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1056 | 2024.04.03 05:12:25.496479 [ 3 ] {92e28c2b-74db-4ede-92fa-64c83dc77439} <Trace> oximeter.timeseries_schema (f3c82d0a-8067-4bee-a6f1-9e1276014f6a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1057 | 2024.04.03 05:12:25.496517 [ 3 ] {92e28c2b-74db-4ede-92fa-64c83dc77439} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 1058 | 2024.04.03 05:12:25.497293 [ 3 ] {92e28c2b-74db-4ede-92fa-64c83dc77439} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1059 | 2024.04.03 05:12:25.497841 [ 3 ] {92e28c2b-74db-4ede-92fa-64c83dc77439} <Trace> oximeter.timeseries_schema (f3c82d0a-8067-4bee-a6f1-9e1276014f6a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1060 | 2024.04.03 05:12:25.497980 [ 3 ] {92e28c2b-74db-4ede-92fa-64c83dc77439} <Debug> executeQuery: Read 18 rows, 2.52 KiB in 0.002231 sec., 8068.1308830121025 rows/sec., 1.10 MiB/sec. | ||
| 1061 | 2024.04.03 05:12:25.498094 [ 3 ] {92e28c2b-74db-4ede-92fa-64c83dc77439} <Debug> DynamicQueryHandler: Done processing query | ||
| 1062 | 2024.04.03 05:12:25.498119 [ 3 ] {92e28c2b-74db-4ede-92fa-64c83dc77439} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
| 1063 | 2024.04.03 05:12:25.498134 [ 3 ] {} <Debug> HTTP-Session: c760f740-1ec2-40ec-aa59-1eeccc999dbc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1064 | 2024.04.03 05:12:25.498274 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 7840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1065 | 2024.04.03 05:12:25.498320 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1066 | 2024.04.03 05:12:25.498339 [ 3 ] {} <Debug> HTTP-Session: ef03f43d-c613-4600-bc14-9b4519aa9b04 Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 1067 | 2024.04.03 05:12:25.498355 [ 3 ] {} <Debug> HTTP-Session: ef03f43d-c613-4600-bc14-9b4519aa9b04 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1068 | 2024.04.03 05:12:25.498369 [ 3 ] {} <Debug> HTTP-Session: ef03f43d-c613-4600-bc14-9b4519aa9b04 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1069 | 2024.04.03 05:12:25.498398 [ 3 ] {} <Trace> HTTP-Session: ef03f43d-c613-4600-bc14-9b4519aa9b04 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1070 | 2024.04.03 05:12:25.498479 [ 3 ] {3952656d-d0bc-4dc1-93c5-642c72efc775} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 1071 | 2024.04.03 05:12:25.498521 [ 3 ] {3952656d-d0bc-4dc1-93c5-642c72efc775} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1072 | 2024.04.03 05:12:25.498642 [ 3 ] {3952656d-d0bc-4dc1-93c5-642c72efc775} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1073 | 2024.04.03 05:12:25.500225 [ 3 ] {3952656d-d0bc-4dc1-93c5-642c72efc775} <Trace> oximeter.fields_string (d10ead57-c466-400e-b267-5a50d181b38b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1074 | 2024.04.03 05:12:25.500262 [ 3 ] {3952656d-d0bc-4dc1-93c5-642c72efc775} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 1075 | 2024.04.03 05:12:25.500748 [ 3 ] {3952656d-d0bc-4dc1-93c5-642c72efc775} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1076 | 2024.04.03 05:12:25.501489 [ 3 ] {3952656d-d0bc-4dc1-93c5-642c72efc775} <Trace> oximeter.fields_string (d10ead57-c466-400e-b267-5a50d181b38b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1077 | 2024.04.03 05:12:25.501617 [ 3 ] {3952656d-d0bc-4dc1-93c5-642c72efc775} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.003175 sec., 17637.795275590554 rows/sec., 1.35 MiB/sec. | ||
| 1078 | 2024.04.03 05:12:25.501742 [ 3 ] {3952656d-d0bc-4dc1-93c5-642c72efc775} <Debug> DynamicQueryHandler: Done processing query | ||
| 1079 | 2024.04.03 05:12:25.501767 [ 3 ] {3952656d-d0bc-4dc1-93c5-642c72efc775} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 1080 | 2024.04.03 05:12:25.501782 [ 3 ] {} <Debug> HTTP-Session: ef03f43d-c613-4600-bc14-9b4519aa9b04 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1081 | 2024.04.03 05:12:25.501988 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 10888, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1082 | 2024.04.03 05:12:25.502037 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1083 | 2024.04.03 05:12:25.502056 [ 3 ] {} <Debug> HTTP-Session: c117dfdd-7b62-46e7-8d6f-14536a5b0fb9 Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 1084 | 2024.04.03 05:12:25.502073 [ 3 ] {} <Debug> HTTP-Session: c117dfdd-7b62-46e7-8d6f-14536a5b0fb9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1085 | 2024.04.03 05:12:25.502088 [ 3 ] {} <Debug> HTTP-Session: c117dfdd-7b62-46e7-8d6f-14536a5b0fb9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1086 | 2024.04.03 05:12:25.502119 [ 3 ] {} <Trace> HTTP-Session: c117dfdd-7b62-46e7-8d6f-14536a5b0fb9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1087 | 2024.04.03 05:12:25.502206 [ 3 ] {eec17024-fb18-4d9e-bf53-b2a43028ffb8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 1088 | 2024.04.03 05:12:25.502246 [ 3 ] {eec17024-fb18-4d9e-bf53-b2a43028ffb8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1089 | 2024.04.03 05:12:25.502964 [ 3 ] {eec17024-fb18-4d9e-bf53-b2a43028ffb8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1090 | 2024.04.03 05:12:25.503887 [ 3 ] {eec17024-fb18-4d9e-bf53-b2a43028ffb8} <Trace> oximeter.fields_uuid (78132754-fa1e-4d68-980a-5012099aee94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1091 | 2024.04.03 05:12:25.503922 [ 3 ] {eec17024-fb18-4d9e-bf53-b2a43028ffb8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 1092 | 2024.04.03 05:12:25.504412 [ 3 ] {eec17024-fb18-4d9e-bf53-b2a43028ffb8} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1093 | 2024.04.03 05:12:25.505015 [ 3 ] {eec17024-fb18-4d9e-bf53-b2a43028ffb8} <Trace> oximeter.fields_uuid (78132754-fa1e-4d68-980a-5012099aee94): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1094 | 2024.04.03 05:12:25.505149 [ 3 ] {eec17024-fb18-4d9e-bf53-b2a43028ffb8} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002985 sec., 21440.536013400335 rows/sec., 1.67 MiB/sec. | ||
| 1095 | 2024.04.03 05:12:25.505293 [ 3 ] {eec17024-fb18-4d9e-bf53-b2a43028ffb8} <Debug> DynamicQueryHandler: Done processing query | ||
| 1096 | 2024.04.03 05:12:25.505317 [ 3 ] {eec17024-fb18-4d9e-bf53-b2a43028ffb8} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 1097 | 2024.04.03 05:12:25.505333 [ 3 ] {} <Debug> HTTP-Session: c117dfdd-7b62-46e7-8d6f-14536a5b0fb9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1098 | 2024.04.03 05:12:25.505590 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 26817, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1099 | 2024.04.03 05:12:25.505637 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1100 | 2024.04.03 05:12:25.505657 [ 3 ] {} <Debug> HTTP-Session: 283869dc-5139-4958-a723-a25922088804 Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 1101 | 2024.04.03 05:12:25.505674 [ 3 ] {} <Debug> HTTP-Session: 283869dc-5139-4958-a723-a25922088804 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1102 | 2024.04.03 05:12:25.505688 [ 3 ] {} <Debug> HTTP-Session: 283869dc-5139-4958-a723-a25922088804 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1103 | 2024.04.03 05:12:25.505718 [ 3 ] {} <Trace> HTTP-Session: 283869dc-5139-4958-a723-a25922088804 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1104 | 2024.04.03 05:12:25.505829 [ 3 ] {545a87ff-7858-402a-bd81-f631df0216bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 1105 | 2024.04.03 05:12:25.505872 [ 3 ] {545a87ff-7858-402a-bd81-f631df0216bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1106 | 2024.04.03 05:12:25.506013 [ 3 ] {545a87ff-7858-402a-bd81-f631df0216bb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1107 | 2024.04.03 05:12:25.506428 [ 3 ] {545a87ff-7858-402a-bd81-f631df0216bb} <Trace> oximeter.measurements_cumulativeu64 (6373e3b3-ce8a-4e66-a523-d07c961c74b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1108 | 2024.04.03 05:12:25.506461 [ 3 ] {545a87ff-7858-402a-bd81-f631df0216bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 1109 | 2024.04.03 05:12:25.507084 [ 3 ] {545a87ff-7858-402a-bd81-f631df0216bb} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1110 | 2024.04.03 05:12:25.507769 [ 3 ] {545a87ff-7858-402a-bd81-f631df0216bb} <Trace> oximeter.measurements_cumulativeu64 (6373e3b3-ce8a-4e66-a523-d07c961c74b1): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1111 | 2024.04.03 05:12:25.507892 [ 3 ] {545a87ff-7858-402a-bd81-f631df0216bb} <Debug> executeQuery: Read 140 rows, 9.99 KiB in 0.002126 sec., 65851.3640639699 rows/sec., 4.59 MiB/sec. | ||
| 1112 | 2024.04.03 05:12:25.508012 [ 3 ] {545a87ff-7858-402a-bd81-f631df0216bb} <Debug> DynamicQueryHandler: Done processing query | ||
| 1113 | 2024.04.03 05:12:25.508036 [ 3 ] {545a87ff-7858-402a-bd81-f631df0216bb} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
| 1114 | 2024.04.03 05:12:25.508051 [ 3 ] {} <Debug> HTTP-Session: 283869dc-5139-4958-a723-a25922088804 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1115 | 2024.04.03 05:12:25.508180 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 7907, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1116 | 2024.04.03 05:12:25.508235 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1117 | 2024.04.03 05:12:25.508255 [ 3 ] {} <Debug> HTTP-Session: 65de1264-2f99-4fb2-9dd2-acb3543c8806 Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 1118 | 2024.04.03 05:12:25.508272 [ 3 ] {} <Debug> HTTP-Session: 65de1264-2f99-4fb2-9dd2-acb3543c8806 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1119 | 2024.04.03 05:12:25.508285 [ 3 ] {} <Debug> HTTP-Session: 65de1264-2f99-4fb2-9dd2-acb3543c8806 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1120 | 2024.04.03 05:12:25.508316 [ 3 ] {} <Trace> HTTP-Session: 65de1264-2f99-4fb2-9dd2-acb3543c8806 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1121 | 2024.04.03 05:12:25.508395 [ 3 ] {1672aa19-ad7f-44c2-8707-536f4de8fa12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 1122 | 2024.04.03 05:12:25.508438 [ 3 ] {1672aa19-ad7f-44c2-8707-536f4de8fa12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1123 | 2024.04.03 05:12:25.508561 [ 3 ] {1672aa19-ad7f-44c2-8707-536f4de8fa12} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1124 | 2024.04.03 05:12:25.508847 [ 3 ] {1672aa19-ad7f-44c2-8707-536f4de8fa12} <Trace> oximeter.measurements_u64 (de6da706-3917-4020-8d2f-ffa74140e97c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1125 | 2024.04.03 05:12:25.508883 [ 3 ] {1672aa19-ad7f-44c2-8707-536f4de8fa12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 1126 | 2024.04.03 05:12:25.509333 [ 3 ] {1672aa19-ad7f-44c2-8707-536f4de8fa12} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1127 | 2024.04.03 05:12:25.509935 [ 3 ] {1672aa19-ad7f-44c2-8707-536f4de8fa12} <Trace> oximeter.measurements_u64 (de6da706-3917-4020-8d2f-ffa74140e97c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1128 | 2024.04.03 05:12:25.510061 [ 3 ] {1672aa19-ad7f-44c2-8707-536f4de8fa12} <Debug> executeQuery: Read 52 rows, 3.58 KiB in 0.001701 sec., 30570.252792475014 rows/sec., 2.05 MiB/sec. | ||
| 1129 | 2024.04.03 05:12:25.510208 [ 3 ] {1672aa19-ad7f-44c2-8707-536f4de8fa12} <Debug> DynamicQueryHandler: Done processing query | ||
| 1130 | 2024.04.03 05:12:25.510232 [ 3 ] {1672aa19-ad7f-44c2-8707-536f4de8fa12} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 1131 | 2024.04.03 05:12:25.510247 [ 3 ] {} <Debug> HTTP-Session: 65de1264-2f99-4fb2-9dd2-acb3543c8806 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1132 | 2024.04.03 05:12:30.444958 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 754, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1133 | 2024.04.03 05:12:30.445095 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1134 | 2024.04.03 05:12:30.445123 [ 3 ] {} <Debug> HTTP-Session: 65619434-ec84-4c50-aebb-ef2d61c2db38 Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 1135 | 2024.04.03 05:12:30.445151 [ 3 ] {} <Debug> HTTP-Session: 65619434-ec84-4c50-aebb-ef2d61c2db38 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1136 | 2024.04.03 05:12:30.445172 [ 3 ] {} <Debug> HTTP-Session: 65619434-ec84-4c50-aebb-ef2d61c2db38 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1137 | 2024.04.03 05:12:30.445223 [ 3 ] {} <Trace> HTTP-Session: 65619434-ec84-4c50-aebb-ef2d61c2db38 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1138 | 2024.04.03 05:12:30.445406 [ 3 ] {70f7ee9c-1dce-4b16-a815-ffd7d6cc7679} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) 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) | ||
| 1139 | 2024.04.03 05:12:30.445844 [ 3 ] {70f7ee9c-1dce-4b16-a815-ffd7d6cc7679} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1140 | 2024.04.03 05:12:30.447907 [ 3 ] {70f7ee9c-1dce-4b16-a815-ffd7d6cc7679} <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 | ||
| 1141 | 2024.04.03 05:12:30.448279 [ 3 ] {70f7ee9c-1dce-4b16-a815-ffd7d6cc7679} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1142 | 2024.04.03 05:12:30.448489 [ 3 ] {70f7ee9c-1dce-4b16-a815-ffd7d6cc7679} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1143 | 2024.04.03 05:12:30.448857 [ 3 ] {70f7ee9c-1dce-4b16-a815-ffd7d6cc7679} <Debug> oximeter.timeseries_schema (f3c82d0a-8067-4bee-a6f1-9e1276014f6a) (SelectExecutor): Key condition: (column 0 notIn 18-element set) | ||
| 1144 | 2024.04.03 05:12:30.452065 [ 3 ] {70f7ee9c-1dce-4b16-a815-ffd7d6cc7679} <Trace> oximeter.timeseries_schema (f3c82d0a-8067-4bee-a6f1-9e1276014f6a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1145 | 2024.04.03 05:12:30.454083 [ 3 ] {70f7ee9c-1dce-4b16-a815-ffd7d6cc7679} <Debug> oximeter.timeseries_schema (f3c82d0a-8067-4bee-a6f1-9e1276014f6a) (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 | ||
| 1146 | 2024.04.03 05:12:30.454114 [ 3 ] {70f7ee9c-1dce-4b16-a815-ffd7d6cc7679} <Trace> oximeter.timeseries_schema (f3c82d0a-8067-4bee-a6f1-9e1276014f6a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1147 | 2024.04.03 05:12:30.454247 [ 3 ] {70f7ee9c-1dce-4b16-a815-ffd7d6cc7679} <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'))" | ||
| 1148 | 2024.04.03 05:12:30.454277 [ 3 ] {70f7ee9c-1dce-4b16-a815-ffd7d6cc7679} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1149 | 2024.04.03 05:12:30.456332 [ 3 ] {70f7ee9c-1dce-4b16-a815-ffd7d6cc7679} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.011037 sec., 1630.8779559662953 rows/sec., 66.71 KiB/sec. | ||
| 1150 | 2024.04.03 05:12:30.456574 [ 3 ] {70f7ee9c-1dce-4b16-a815-ffd7d6cc7679} <Debug> DynamicQueryHandler: Done processing query | ||
| 1151 | 2024.04.03 05:12:30.456603 [ 3 ] {70f7ee9c-1dce-4b16-a815-ffd7d6cc7679} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1152 | 2024.04.03 05:12:30.456620 [ 3 ] {} <Debug> HTTP-Session: 65619434-ec84-4c50-aebb-ef2d61c2db38 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1153 | 2024.04.03 05:12:30.458434 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 796, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1154 | 2024.04.03 05:12:30.458494 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1155 | 2024.04.03 05:12:30.458515 [ 3 ] {} <Debug> HTTP-Session: 61d21ae6-ec33-4d09-a31c-cec72fceaf03 Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 1156 | 2024.04.03 05:12:30.458534 [ 3 ] {} <Debug> HTTP-Session: 61d21ae6-ec33-4d09-a31c-cec72fceaf03 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1157 | 2024.04.03 05:12:30.458548 [ 3 ] {} <Debug> HTTP-Session: 61d21ae6-ec33-4d09-a31c-cec72fceaf03 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1158 | 2024.04.03 05:12:30.458586 [ 3 ] {} <Trace> HTTP-Session: 61d21ae6-ec33-4d09-a31c-cec72fceaf03 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1159 | 2024.04.03 05:12:30.458707 [ 3 ] {c17dac64-4615-4d43-82b6-764017f27e27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
| 1160 | 2024.04.03 05:12:30.458981 [ 3 ] {c17dac64-4615-4d43-82b6-764017f27e27} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1161 | 2024.04.03 05:12:30.459023 [ 3 ] {c17dac64-4615-4d43-82b6-764017f27e27} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1162 | 2024.04.03 05:12:30.459279 [ 3 ] {c17dac64-4615-4d43-82b6-764017f27e27} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1163 | 2024.04.03 05:12:30.459345 [ 3 ] {c17dac64-4615-4d43-82b6-764017f27e27} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1164 | 2024.04.03 05:12:30.459487 [ 3 ] {c17dac64-4615-4d43-82b6-764017f27e27} <Debug> oximeter.timeseries_schema (f3c82d0a-8067-4bee-a6f1-9e1276014f6a) (SelectExecutor): Key condition: (column 0 notIn 19-element set) | ||
| 1165 | 2024.04.03 05:12:30.459520 [ 3 ] {c17dac64-4615-4d43-82b6-764017f27e27} <Trace> oximeter.timeseries_schema (f3c82d0a-8067-4bee-a6f1-9e1276014f6a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1166 | 2024.04.03 05:12:30.459545 [ 3 ] {c17dac64-4615-4d43-82b6-764017f27e27} <Debug> oximeter.timeseries_schema (f3c82d0a-8067-4bee-a6f1-9e1276014f6a) (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 | ||
| 1167 | 2024.04.03 05:12:30.459563 [ 3 ] {c17dac64-4615-4d43-82b6-764017f27e27} <Trace> oximeter.timeseries_schema (f3c82d0a-8067-4bee-a6f1-9e1276014f6a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1168 | 2024.04.03 05:12:30.459605 [ 3 ] {c17dac64-4615-4d43-82b6-764017f27e27} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1169 | 2024.04.03 05:12:30.459628 [ 3 ] {c17dac64-4615-4d43-82b6-764017f27e27} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1170 | 2024.04.03 05:12:30.460480 [ 3 ] {c17dac64-4615-4d43-82b6-764017f27e27} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001846 sec., 9750.812567713976 rows/sec., 398.88 KiB/sec. | ||
| 1171 | 2024.04.03 05:12:30.460673 [ 3 ] {c17dac64-4615-4d43-82b6-764017f27e27} <Debug> DynamicQueryHandler: Done processing query | ||
| 1172 | 2024.04.03 05:12:30.460699 [ 3 ] {c17dac64-4615-4d43-82b6-764017f27e27} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1173 | 2024.04.03 05:12:30.460716 [ 3 ] {} <Debug> HTTP-Session: 61d21ae6-ec33-4d09-a31c-cec72fceaf03 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1174 | 2024.04.03 05:12:30.460935 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 834, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1175 | 2024.04.03 05:12:30.460983 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1176 | 2024.04.03 05:12:30.461003 [ 3 ] {} <Debug> HTTP-Session: e7a90a7e-d676-45e5-9814-6418c047514b Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 1177 | 2024.04.03 05:12:30.461019 [ 3 ] {} <Debug> HTTP-Session: e7a90a7e-d676-45e5-9814-6418c047514b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1178 | 2024.04.03 05:12:30.461033 [ 3 ] {} <Debug> HTTP-Session: e7a90a7e-d676-45e5-9814-6418c047514b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1179 | 2024.04.03 05:12:30.461065 [ 3 ] {} <Trace> HTTP-Session: e7a90a7e-d676-45e5-9814-6418c047514b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1180 | 2024.04.03 05:12:30.461173 [ 3 ] {87509e1f-4e51-49ea-8486-005730c87e27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
| 1181 | 2024.04.03 05:12:30.461430 [ 3 ] {87509e1f-4e51-49ea-8486-005730c87e27} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1182 | 2024.04.03 05:12:30.461471 [ 3 ] {87509e1f-4e51-49ea-8486-005730c87e27} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1183 | 2024.04.03 05:12:30.461731 [ 3 ] {87509e1f-4e51-49ea-8486-005730c87e27} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1184 | 2024.04.03 05:12:30.461796 [ 3 ] {87509e1f-4e51-49ea-8486-005730c87e27} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1185 | 2024.04.03 05:12:30.461932 [ 3 ] {87509e1f-4e51-49ea-8486-005730c87e27} <Debug> oximeter.timeseries_schema (f3c82d0a-8067-4bee-a6f1-9e1276014f6a) (SelectExecutor): Key condition: (column 0 notIn 20-element set) | ||
| 1186 | 2024.04.03 05:12:30.461965 [ 3 ] {87509e1f-4e51-49ea-8486-005730c87e27} <Trace> oximeter.timeseries_schema (f3c82d0a-8067-4bee-a6f1-9e1276014f6a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1187 | 2024.04.03 05:12:30.461988 [ 3 ] {87509e1f-4e51-49ea-8486-005730c87e27} <Debug> oximeter.timeseries_schema (f3c82d0a-8067-4bee-a6f1-9e1276014f6a) (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 | ||
| 1188 | 2024.04.03 05:12:30.462005 [ 3 ] {87509e1f-4e51-49ea-8486-005730c87e27} <Trace> oximeter.timeseries_schema (f3c82d0a-8067-4bee-a6f1-9e1276014f6a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1189 | 2024.04.03 05:12:30.462045 [ 3 ] {87509e1f-4e51-49ea-8486-005730c87e27} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1190 | 2024.04.03 05:12:30.462067 [ 3 ] {87509e1f-4e51-49ea-8486-005730c87e27} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1191 | 2024.04.03 05:12:30.462844 [ 3 ] {87509e1f-4e51-49ea-8486-005730c87e27} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001735 sec., 10374.63976945245 rows/sec., 424.40 KiB/sec. | ||
| 1192 | 2024.04.03 05:12:30.463030 [ 3 ] {87509e1f-4e51-49ea-8486-005730c87e27} <Debug> DynamicQueryHandler: Done processing query | ||
| 1193 | 2024.04.03 05:12:30.463055 [ 3 ] {87509e1f-4e51-49ea-8486-005730c87e27} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1194 | 2024.04.03 05:12:30.463071 [ 3 ] {} <Debug> HTTP-Session: e7a90a7e-d676-45e5-9814-6418c047514b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1195 | 2024.04.03 05:12:30.463295 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 871, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1196 | 2024.04.03 05:12:30.463342 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1197 | 2024.04.03 05:12:30.463362 [ 3 ] {} <Debug> HTTP-Session: ca829c06-4569-465a-b91f-01193272153f Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 1198 | 2024.04.03 05:12:30.463378 [ 3 ] {} <Debug> HTTP-Session: ca829c06-4569-465a-b91f-01193272153f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1199 | 2024.04.03 05:12:30.463392 [ 3 ] {} <Debug> HTTP-Session: ca829c06-4569-465a-b91f-01193272153f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1200 | 2024.04.03 05:12:30.463423 [ 3 ] {} <Trace> HTTP-Session: ca829c06-4569-465a-b91f-01193272153f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1201 | 2024.04.03 05:12:30.463530 [ 3 ] {b2b737b7-4796-4c66-935e-277c9dc7cc79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
| 1202 | 2024.04.03 05:12:30.463784 [ 3 ] {b2b737b7-4796-4c66-935e-277c9dc7cc79} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1203 | 2024.04.03 05:12:30.463825 [ 3 ] {b2b737b7-4796-4c66-935e-277c9dc7cc79} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1204 | 2024.04.03 05:12:30.464080 [ 3 ] {b2b737b7-4796-4c66-935e-277c9dc7cc79} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1205 | 2024.04.03 05:12:30.464143 [ 3 ] {b2b737b7-4796-4c66-935e-277c9dc7cc79} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1206 | 2024.04.03 05:12:30.464277 [ 3 ] {b2b737b7-4796-4c66-935e-277c9dc7cc79} <Debug> oximeter.timeseries_schema (f3c82d0a-8067-4bee-a6f1-9e1276014f6a) (SelectExecutor): Key condition: (column 0 notIn 21-element set) | ||
| 1207 | 2024.04.03 05:12:30.464309 [ 3 ] {b2b737b7-4796-4c66-935e-277c9dc7cc79} <Trace> oximeter.timeseries_schema (f3c82d0a-8067-4bee-a6f1-9e1276014f6a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1208 | 2024.04.03 05:12:30.464333 [ 3 ] {b2b737b7-4796-4c66-935e-277c9dc7cc79} <Debug> oximeter.timeseries_schema (f3c82d0a-8067-4bee-a6f1-9e1276014f6a) (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 | ||
| 1209 | 2024.04.03 05:12:30.464350 [ 3 ] {b2b737b7-4796-4c66-935e-277c9dc7cc79} <Trace> oximeter.timeseries_schema (f3c82d0a-8067-4bee-a6f1-9e1276014f6a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1210 | 2024.04.03 05:12:30.464392 [ 3 ] {b2b737b7-4796-4c66-935e-277c9dc7cc79} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1211 | 2024.04.03 05:12:30.464414 [ 3 ] {b2b737b7-4796-4c66-935e-277c9dc7cc79} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1212 | 2024.04.03 05:12:30.465200 [ 3 ] {b2b737b7-4796-4c66-935e-277c9dc7cc79} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001732 sec., 10392.609699769053 rows/sec., 425.13 KiB/sec. | ||
| 1213 | 2024.04.03 05:12:30.465394 [ 3 ] {b2b737b7-4796-4c66-935e-277c9dc7cc79} <Debug> DynamicQueryHandler: Done processing query | ||
| 1214 | 2024.04.03 05:12:30.465419 [ 3 ] {b2b737b7-4796-4c66-935e-277c9dc7cc79} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1215 | 2024.04.03 05:12:30.465436 [ 3 ] {} <Debug> HTTP-Session: ca829c06-4569-465a-b91f-01193272153f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1216 | 2024.04.03 05:12:30.467962 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 947, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1217 | 2024.04.03 05:12:30.468019 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1218 | 2024.04.03 05:12:30.468042 [ 3 ] {} <Debug> HTTP-Session: ae5d034f-4216-4a95-b559-29dc7da7dabf Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 1219 | 2024.04.03 05:12:30.468063 [ 3 ] {} <Debug> HTTP-Session: ae5d034f-4216-4a95-b559-29dc7da7dabf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1220 | 2024.04.03 05:12:30.468080 [ 3 ] {} <Debug> HTTP-Session: ae5d034f-4216-4a95-b559-29dc7da7dabf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1221 | 2024.04.03 05:12:30.468117 [ 3 ] {} <Trace> HTTP-Session: ae5d034f-4216-4a95-b559-29dc7da7dabf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1222 | 2024.04.03 05:12:30.468213 [ 3 ] {aba2b555-2c18-4dc3-9e32-83356936ec34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
| 1223 | 2024.04.03 05:12:30.468266 [ 3 ] {aba2b555-2c18-4dc3-9e32-83356936ec34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1224 | 2024.04.03 05:12:30.468466 [ 3 ] {aba2b555-2c18-4dc3-9e32-83356936ec34} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1225 | 2024.04.03 05:12:30.468907 [ 3 ] {aba2b555-2c18-4dc3-9e32-83356936ec34} <Trace> oximeter.timeseries_schema (f3c82d0a-8067-4bee-a6f1-9e1276014f6a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1226 | 2024.04.03 05:12:30.468949 [ 3 ] {aba2b555-2c18-4dc3-9e32-83356936ec34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 1227 | 2024.04.03 05:12:30.469619 [ 3 ] {aba2b555-2c18-4dc3-9e32-83356936ec34} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1228 | 2024.04.03 05:12:30.470208 [ 3 ] {aba2b555-2c18-4dc3-9e32-83356936ec34} <Trace> oximeter.timeseries_schema (f3c82d0a-8067-4bee-a6f1-9e1276014f6a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1229 | 2024.04.03 05:12:30.470389 [ 3 ] {aba2b555-2c18-4dc3-9e32-83356936ec34} <Debug> executeQuery: Read 4 rows, 443.00 B in 0.002218 sec., 1803.4265103697026 rows/sec., 195.05 KiB/sec. | ||
| 1230 | 2024.04.03 05:12:30.470528 [ 3 ] {aba2b555-2c18-4dc3-9e32-83356936ec34} <Debug> DynamicQueryHandler: Done processing query | ||
| 1231 | 2024.04.03 05:12:30.470553 [ 3 ] {aba2b555-2c18-4dc3-9e32-83356936ec34} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
| 1232 | 2024.04.03 05:12:30.470569 [ 3 ] {} <Debug> HTTP-Session: ae5d034f-4216-4a95-b559-29dc7da7dabf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1233 | 2024.04.03 05:12:30.470684 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 3491, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1234 | 2024.04.03 05:12:30.470733 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1235 | 2024.04.03 05:12:30.470751 [ 3 ] {} <Debug> HTTP-Session: 48f7d6dd-4df4-4710-ab9a-7c5628ab10b1 Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 1236 | 2024.04.03 05:12:30.470767 [ 3 ] {} <Debug> HTTP-Session: 48f7d6dd-4df4-4710-ab9a-7c5628ab10b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1237 | 2024.04.03 05:12:30.470781 [ 3 ] {} <Debug> HTTP-Session: 48f7d6dd-4df4-4710-ab9a-7c5628ab10b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1238 | 2024.04.03 05:12:30.470811 [ 3 ] {} <Trace> HTTP-Session: 48f7d6dd-4df4-4710-ab9a-7c5628ab10b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1239 | 2024.04.03 05:12:30.470885 [ 3 ] {de33b1bf-31bc-4aed-9c34-fe6b36626992} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 1240 | 2024.04.03 05:12:30.470925 [ 3 ] {de33b1bf-31bc-4aed-9c34-fe6b36626992} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 1241 | 2024.04.03 05:12:30.471054 [ 3 ] {de33b1bf-31bc-4aed-9c34-fe6b36626992} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1242 | 2024.04.03 05:12:30.471957 [ 3 ] {de33b1bf-31bc-4aed-9c34-fe6b36626992} <Trace> oximeter.fields_i64 (c23e6cbf-9c88-4b2e-b6de-a673a008017a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1243 | 2024.04.03 05:12:30.471995 [ 3 ] {de33b1bf-31bc-4aed-9c34-fe6b36626992} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 1244 | 2024.04.03 05:12:30.472457 [ 3 ] {de33b1bf-31bc-4aed-9c34-fe6b36626992} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1245 | 2024.04.03 05:12:30.473026 [ 3 ] {de33b1bf-31bc-4aed-9c34-fe6b36626992} <Trace> oximeter.fields_i64 (c23e6cbf-9c88-4b2e-b6de-a673a008017a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1246 | 2024.04.03 05:12:30.473190 [ 3 ] {de33b1bf-31bc-4aed-9c34-fe6b36626992} <Debug> executeQuery: Read 24 rows, 1.95 KiB in 0.002329 sec., 10304.851867754402 rows/sec., 835.26 KiB/sec. | ||
| 1247 | 2024.04.03 05:12:30.473398 [ 3 ] {de33b1bf-31bc-4aed-9c34-fe6b36626992} <Debug> DynamicQueryHandler: Done processing query | ||
| 1248 | 2024.04.03 05:12:30.473422 [ 3 ] {de33b1bf-31bc-4aed-9c34-fe6b36626992} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 1249 | 2024.04.03 05:12:30.473439 [ 3 ] {} <Debug> HTTP-Session: 48f7d6dd-4df4-4710-ab9a-7c5628ab10b1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1250 | 2024.04.03 05:12:30.473574 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 18721, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1251 | 2024.04.03 05:12:30.473622 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1252 | 2024.04.03 05:12:30.473640 [ 3 ] {} <Debug> HTTP-Session: 13bf8b5f-98f7-4df7-9d3f-cb4f6db92706 Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 1253 | 2024.04.03 05:12:30.473662 [ 3 ] {} <Debug> HTTP-Session: 13bf8b5f-98f7-4df7-9d3f-cb4f6db92706 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1254 | 2024.04.03 05:12:30.473677 [ 3 ] {} <Debug> HTTP-Session: 13bf8b5f-98f7-4df7-9d3f-cb4f6db92706 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1255 | 2024.04.03 05:12:30.473707 [ 3 ] {} <Trace> HTTP-Session: 13bf8b5f-98f7-4df7-9d3f-cb4f6db92706 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1256 | 2024.04.03 05:12:30.473811 [ 3 ] {c2d8cc81-820f-4868-b790-802dee794963} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 1257 | 2024.04.03 05:12:30.473852 [ 3 ] {c2d8cc81-820f-4868-b790-802dee794963} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1258 | 2024.04.03 05:12:30.473994 [ 3 ] {c2d8cc81-820f-4868-b790-802dee794963} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1259 | 2024.04.03 05:12:30.474383 [ 3 ] {c2d8cc81-820f-4868-b790-802dee794963} <Trace> oximeter.fields_string (d10ead57-c466-400e-b267-5a50d181b38b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1260 | 2024.04.03 05:12:30.474421 [ 3 ] {c2d8cc81-820f-4868-b790-802dee794963} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 1261 | 2024.04.03 05:12:30.474870 [ 3 ] {c2d8cc81-820f-4868-b790-802dee794963} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1262 | 2024.04.03 05:12:30.475437 [ 3 ] {c2d8cc81-820f-4868-b790-802dee794963} <Trace> oximeter.fields_string (d10ead57-c466-400e-b267-5a50d181b38b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1263 | 2024.04.03 05:12:30.475591 [ 3 ] {c2d8cc81-820f-4868-b790-802dee794963} <Debug> executeQuery: Read 128 rows, 10.93 KiB in 0.001837 sec., 69678.82416984213 rows/sec., 5.81 MiB/sec. | ||
| 1264 | 2024.04.03 05:12:30.475715 [ 3 ] {c2d8cc81-820f-4868-b790-802dee794963} <Debug> DynamicQueryHandler: Done processing query | ||
| 1265 | 2024.04.03 05:12:30.475739 [ 3 ] {c2d8cc81-820f-4868-b790-802dee794963} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
| 1266 | 2024.04.03 05:12:30.475755 [ 3 ] {} <Debug> HTTP-Session: 13bf8b5f-98f7-4df7-9d3f-cb4f6db92706 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1267 | 2024.04.03 05:12:30.475898 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 17168, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1268 | 2024.04.03 05:12:30.475946 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1269 | 2024.04.03 05:12:30.475965 [ 3 ] {} <Debug> HTTP-Session: 1ee94d24-2ce3-44aa-af7c-303530f8fef5 Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 1270 | 2024.04.03 05:12:30.475981 [ 3 ] {} <Debug> HTTP-Session: 1ee94d24-2ce3-44aa-af7c-303530f8fef5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1271 | 2024.04.03 05:12:30.475994 [ 3 ] {} <Debug> HTTP-Session: 1ee94d24-2ce3-44aa-af7c-303530f8fef5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1272 | 2024.04.03 05:12:30.476024 [ 3 ] {} <Trace> HTTP-Session: 1ee94d24-2ce3-44aa-af7c-303530f8fef5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1273 | 2024.04.03 05:12:30.476114 [ 3 ] {d9b11f1d-e5b2-4255-9d81-ced551eff36b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 1274 | 2024.04.03 05:12:30.476154 [ 3 ] {d9b11f1d-e5b2-4255-9d81-ced551eff36b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1275 | 2024.04.03 05:12:30.476279 [ 3 ] {d9b11f1d-e5b2-4255-9d81-ced551eff36b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1276 | 2024.04.03 05:12:30.476638 [ 3 ] {d9b11f1d-e5b2-4255-9d81-ced551eff36b} <Trace> oximeter.fields_uuid (78132754-fa1e-4d68-980a-5012099aee94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1277 | 2024.04.03 05:12:30.476677 [ 3 ] {d9b11f1d-e5b2-4255-9d81-ced551eff36b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 1278 | 2024.04.03 05:12:30.477119 [ 3 ] {d9b11f1d-e5b2-4255-9d81-ced551eff36b} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1279 | 2024.04.03 05:12:30.477761 [ 3 ] {d9b11f1d-e5b2-4255-9d81-ced551eff36b} <Trace> oximeter.fields_uuid (78132754-fa1e-4d68-980a-5012099aee94): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1280 | 2024.04.03 05:12:30.477878 [ 3 ] {d9b11f1d-e5b2-4255-9d81-ced551eff36b} <Debug> executeQuery: Read 101 rows, 8.09 KiB in 0.001811 sec., 55770.292655991165 rows/sec., 4.36 MiB/sec. | ||
| 1281 | 2024.04.03 05:12:30.478040 [ 3 ] {d9b11f1d-e5b2-4255-9d81-ced551eff36b} <Debug> DynamicQueryHandler: Done processing query | ||
| 1282 | 2024.04.03 05:12:30.478064 [ 3 ] {d9b11f1d-e5b2-4255-9d81-ced551eff36b} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
| 1283 | 2024.04.03 05:12:30.478080 [ 3 ] {} <Debug> HTTP-Session: 1ee94d24-2ce3-44aa-af7c-303530f8fef5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1284 | 2024.04.03 05:12:30.478309 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1285 | 2024.04.03 05:12:30.478358 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1286 | 2024.04.03 05:12:30.478376 [ 3 ] {} <Debug> HTTP-Session: 7807b9d8-35f8-4bea-8b75-f2803cb5f624 Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 1287 | 2024.04.03 05:12:30.478392 [ 3 ] {} <Debug> HTTP-Session: 7807b9d8-35f8-4bea-8b75-f2803cb5f624 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1288 | 2024.04.03 05:12:30.478406 [ 3 ] {} <Debug> HTTP-Session: 7807b9d8-35f8-4bea-8b75-f2803cb5f624 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1289 | 2024.04.03 05:12:30.478435 [ 3 ] {} <Trace> HTTP-Session: 7807b9d8-35f8-4bea-8b75-f2803cb5f624 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1290 | 2024.04.03 05:12:30.478558 [ 3 ] {1ef58ceb-b59f-424e-a54b-c09c2051a274} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 1291 | 2024.04.03 05:12:30.478602 [ 3 ] {1ef58ceb-b59f-424e-a54b-c09c2051a274} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1292 | 2024.04.03 05:12:30.478744 [ 3 ] {1ef58ceb-b59f-424e-a54b-c09c2051a274} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1293 | 2024.04.03 05:12:30.479143 [ 3 ] {1ef58ceb-b59f-424e-a54b-c09c2051a274} <Trace> oximeter.measurements_cumulativeu64 (6373e3b3-ce8a-4e66-a523-d07c961c74b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1294 | 2024.04.03 05:12:30.479179 [ 3 ] {1ef58ceb-b59f-424e-a54b-c09c2051a274} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 1295 | 2024.04.03 05:12:30.479702 [ 3 ] {1ef58ceb-b59f-424e-a54b-c09c2051a274} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1296 | 2024.04.03 05:12:30.480342 [ 3 ] {1ef58ceb-b59f-424e-a54b-c09c2051a274} <Trace> oximeter.measurements_cumulativeu64 (6373e3b3-ce8a-4e66-a523-d07c961c74b1): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1297 | 2024.04.03 05:12:30.480465 [ 3 ] {1ef58ceb-b59f-424e-a54b-c09c2051a274} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001983 sec., 80685.82955118507 rows/sec., 5.62 MiB/sec. | ||
| 1298 | 2024.04.03 05:12:30.480688 [ 3 ] {1ef58ceb-b59f-424e-a54b-c09c2051a274} <Debug> DynamicQueryHandler: Done processing query | ||
| 1299 | 2024.04.03 05:12:30.480714 [ 3 ] {1ef58ceb-b59f-424e-a54b-c09c2051a274} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
| 1300 | 2024.04.03 05:12:30.480730 [ 3 ] {} <Debug> HTTP-Session: 7807b9d8-35f8-4bea-8b75-f2803cb5f624 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1301 | 2024.04.03 05:12:30.480944 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 25707, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1302 | 2024.04.03 05:12:30.480996 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1303 | 2024.04.03 05:12:30.481014 [ 3 ] {} <Debug> HTTP-Session: 52741d1e-b8b3-439e-809b-57f4b87b5a59 Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 1304 | 2024.04.03 05:12:30.481030 [ 3 ] {} <Debug> HTTP-Session: 52741d1e-b8b3-439e-809b-57f4b87b5a59 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1305 | 2024.04.03 05:12:30.481044 [ 3 ] {} <Debug> HTTP-Session: 52741d1e-b8b3-439e-809b-57f4b87b5a59 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1306 | 2024.04.03 05:12:30.481074 [ 3 ] {} <Trace> HTTP-Session: 52741d1e-b8b3-439e-809b-57f4b87b5a59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1307 | 2024.04.03 05:12:30.481293 [ 3 ] {e3399121-37b8-4aae-9462-76f9eb0ec5e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 1308 | 2024.04.03 05:12:30.481341 [ 3 ] {e3399121-37b8-4aae-9462-76f9eb0ec5e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 1309 | 2024.04.03 05:12:30.481544 [ 3 ] {e3399121-37b8-4aae-9462-76f9eb0ec5e8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1310 | 2024.04.03 05:12:30.482104 [ 3 ] {e3399121-37b8-4aae-9462-76f9eb0ec5e8} <Trace> oximeter.measurements_histogramf64 (8b69ac98-35f5-4c32-8452-ff3027d9bc94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1311 | 2024.04.03 05:12:30.482142 [ 3 ] {e3399121-37b8-4aae-9462-76f9eb0ec5e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 1312 | 2024.04.03 05:12:30.485499 [ 3 ] {e3399121-37b8-4aae-9462-76f9eb0ec5e8} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1313 | 2024.04.03 05:12:30.486318 [ 3 ] {e3399121-37b8-4aae-9462-76f9eb0ec5e8} <Trace> oximeter.measurements_histogramf64 (8b69ac98-35f5-4c32-8452-ff3027d9bc94): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1314 | 2024.04.03 05:12:30.486459 [ 3 ] {e3399121-37b8-4aae-9462-76f9eb0ec5e8} <Debug> executeQuery: Read 24 rows, 33.16 KiB in 0.005337 sec., 4496.908375491849 rows/sec., 6.07 MiB/sec. | ||
| 1315 | 2024.04.03 05:12:30.486627 [ 3 ] {e3399121-37b8-4aae-9462-76f9eb0ec5e8} <Debug> DynamicQueryHandler: Done processing query | ||
| 1316 | 2024.04.03 05:12:30.486652 [ 3 ] {e3399121-37b8-4aae-9462-76f9eb0ec5e8} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
| 1317 | 2024.04.03 05:12:30.486669 [ 3 ] {} <Debug> HTTP-Session: 52741d1e-b8b3-439e-809b-57f4b87b5a59 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1318 | 2024.04.03 05:12:30.486798 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 3405, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1319 | 2024.04.03 05:12:30.486849 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1320 | 2024.04.03 05:12:30.486869 [ 3 ] {} <Debug> HTTP-Session: bfa13c6f-6f0c-443b-8713-82f4df4bf520 Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 1321 | 2024.04.03 05:12:30.486886 [ 3 ] {} <Debug> HTTP-Session: bfa13c6f-6f0c-443b-8713-82f4df4bf520 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1322 | 2024.04.03 05:12:30.486900 [ 3 ] {} <Debug> HTTP-Session: bfa13c6f-6f0c-443b-8713-82f4df4bf520 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1323 | 2024.04.03 05:12:30.486932 [ 3 ] {} <Trace> HTTP-Session: bfa13c6f-6f0c-443b-8713-82f4df4bf520 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1324 | 2024.04.03 05:12:30.487003 [ 3 ] {c775dd12-0827-4e99-bdd2-a167f3f8d491} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 1325 | 2024.04.03 05:12:30.487046 [ 3 ] {c775dd12-0827-4e99-bdd2-a167f3f8d491} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 1326 | 2024.04.03 05:12:30.487175 [ 3 ] {c775dd12-0827-4e99-bdd2-a167f3f8d491} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1327 | 2024.04.03 05:12:30.487488 [ 3 ] {c775dd12-0827-4e99-bdd2-a167f3f8d491} <Trace> oximeter.measurements_i64 (d8013433-1c88-4c28-ac4a-3dab64e2012f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1328 | 2024.04.03 05:12:30.487526 [ 3 ] {c775dd12-0827-4e99-bdd2-a167f3f8d491} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 1329 | 2024.04.03 05:12:30.488047 [ 3 ] {c775dd12-0827-4e99-bdd2-a167f3f8d491} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1330 | 2024.04.03 05:12:30.488684 [ 3 ] {c775dd12-0827-4e99-bdd2-a167f3f8d491} <Trace> oximeter.measurements_i64 (d8013433-1c88-4c28-ac4a-3dab64e2012f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1331 | 2024.04.03 05:12:30.488811 [ 3 ] {c775dd12-0827-4e99-bdd2-a167f3f8d491} <Debug> executeQuery: Read 21 rows, 1.57 KiB in 0.001838 sec., 11425.462459194778 rows/sec., 853.30 KiB/sec. | ||
| 1332 | 2024.04.03 05:12:30.488931 [ 3 ] {c775dd12-0827-4e99-bdd2-a167f3f8d491} <Debug> DynamicQueryHandler: Done processing query | ||
| 1333 | 2024.04.03 05:12:30.488955 [ 3 ] {c775dd12-0827-4e99-bdd2-a167f3f8d491} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 1334 | 2024.04.03 05:12:30.488971 [ 3 ] {} <Debug> HTTP-Session: bfa13c6f-6f0c-443b-8713-82f4df4bf520 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1335 | 2024.04.03 05:12:30.489101 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1336 | 2024.04.03 05:12:30.489149 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1337 | 2024.04.03 05:12:30.489173 [ 3 ] {} <Debug> HTTP-Session: 896d06ce-aea3-4d8d-8e81-7fe46658fb8e Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 1338 | 2024.04.03 05:12:30.489189 [ 3 ] {} <Debug> HTTP-Session: 896d06ce-aea3-4d8d-8e81-7fe46658fb8e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1339 | 2024.04.03 05:12:30.489202 [ 3 ] {} <Debug> HTTP-Session: 896d06ce-aea3-4d8d-8e81-7fe46658fb8e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1340 | 2024.04.03 05:12:30.489233 [ 3 ] {} <Trace> HTTP-Session: 896d06ce-aea3-4d8d-8e81-7fe46658fb8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1341 | 2024.04.03 05:12:30.489326 [ 3 ] {fce41932-4619-4766-ad39-3e2206b3cb72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 1342 | 2024.04.03 05:12:30.489368 [ 3 ] {fce41932-4619-4766-ad39-3e2206b3cb72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1343 | 2024.04.03 05:12:30.489493 [ 3 ] {fce41932-4619-4766-ad39-3e2206b3cb72} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1344 | 2024.04.03 05:12:30.489794 [ 3 ] {fce41932-4619-4766-ad39-3e2206b3cb72} <Trace> oximeter.measurements_u64 (de6da706-3917-4020-8d2f-ffa74140e97c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1345 | 2024.04.03 05:12:30.489829 [ 3 ] {fce41932-4619-4766-ad39-3e2206b3cb72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 1346 | 2024.04.03 05:12:30.490365 [ 3 ] {fce41932-4619-4766-ad39-3e2206b3cb72} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1347 | 2024.04.03 05:12:30.490952 [ 3 ] {fce41932-4619-4766-ad39-3e2206b3cb72} <Trace> oximeter.measurements_u64 (de6da706-3917-4020-8d2f-ffa74140e97c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1348 | 2024.04.03 05:12:30.491077 [ 3 ] {fce41932-4619-4766-ad39-3e2206b3cb72} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001801 sec., 33314.825097168236 rows/sec., 2.25 MiB/sec. | ||
| 1349 | 2024.04.03 05:12:30.491197 [ 3 ] {fce41932-4619-4766-ad39-3e2206b3cb72} <Debug> DynamicQueryHandler: Done processing query | ||
| 1350 | 2024.04.03 05:12:30.491221 [ 3 ] {fce41932-4619-4766-ad39-3e2206b3cb72} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 1351 | 2024.04.03 05:12:30.491236 [ 3 ] {} <Debug> HTTP-Session: 896d06ce-aea3-4d8d-8e81-7fe46658fb8e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1352 | 2024.04.03 05:12:33.988556 [ 104 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1353 | 2024.04.03 05:12:33.988621 [ 104 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1354 | 2024.04.03 05:12:35.445536 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 7840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1355 | 2024.04.03 05:12:35.445667 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1356 | 2024.04.03 05:12:35.445693 [ 3 ] {} <Debug> HTTP-Session: 977098aa-32bd-41a4-944c-00e068ce430b Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 1357 | 2024.04.03 05:12:35.445718 [ 3 ] {} <Debug> HTTP-Session: 977098aa-32bd-41a4-944c-00e068ce430b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1358 | 2024.04.03 05:12:35.445733 [ 3 ] {} <Debug> HTTP-Session: 977098aa-32bd-41a4-944c-00e068ce430b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1359 | 2024.04.03 05:12:35.445781 [ 3 ] {} <Trace> HTTP-Session: 977098aa-32bd-41a4-944c-00e068ce430b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1360 | 2024.04.03 05:12:35.445913 [ 3 ] {28fc6685-1406-4982-be62-1ae6f5684cad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 1361 | 2024.04.03 05:12:35.445978 [ 3 ] {28fc6685-1406-4982-be62-1ae6f5684cad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1362 | 2024.04.03 05:12:35.446171 [ 3 ] {28fc6685-1406-4982-be62-1ae6f5684cad} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1363 | 2024.04.03 05:12:35.446613 [ 3 ] {28fc6685-1406-4982-be62-1ae6f5684cad} <Trace> oximeter.fields_string (d10ead57-c466-400e-b267-5a50d181b38b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1364 | 2024.04.03 05:12:35.446662 [ 3 ] {28fc6685-1406-4982-be62-1ae6f5684cad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 1365 | 2024.04.03 05:12:35.447220 [ 3 ] {28fc6685-1406-4982-be62-1ae6f5684cad} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1366 | 2024.04.03 05:12:35.447924 [ 3 ] {28fc6685-1406-4982-be62-1ae6f5684cad} <Trace> oximeter.fields_string (d10ead57-c466-400e-b267-5a50d181b38b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1367 | 2024.04.03 05:12:35.448105 [ 3 ] {28fc6685-1406-4982-be62-1ae6f5684cad} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002248 sec., 24911.032028469752 rows/sec., 1.91 MiB/sec. | ||
| 1368 | 2024.04.03 05:12:35.448250 [ 3 ] {28fc6685-1406-4982-be62-1ae6f5684cad} <Debug> DynamicQueryHandler: Done processing query | ||
| 1369 | 2024.04.03 05:12:35.448277 [ 3 ] {28fc6685-1406-4982-be62-1ae6f5684cad} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 1370 | 2024.04.03 05:12:35.448293 [ 3 ] {} <Debug> HTTP-Session: 977098aa-32bd-41a4-944c-00e068ce430b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1371 | 2024.04.03 05:12:35.448455 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 10888, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1372 | 2024.04.03 05:12:35.448508 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1373 | 2024.04.03 05:12:35.448527 [ 3 ] {} <Debug> HTTP-Session: 47d8f7d2-6435-4dff-92ec-4bcf586e4e36 Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 1374 | 2024.04.03 05:12:35.448546 [ 3 ] {} <Debug> HTTP-Session: 47d8f7d2-6435-4dff-92ec-4bcf586e4e36 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1375 | 2024.04.03 05:12:35.448560 [ 3 ] {} <Debug> HTTP-Session: 47d8f7d2-6435-4dff-92ec-4bcf586e4e36 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1376 | 2024.04.03 05:12:35.448596 [ 3 ] {} <Trace> HTTP-Session: 47d8f7d2-6435-4dff-92ec-4bcf586e4e36 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1377 | 2024.04.03 05:12:35.448693 [ 3 ] {5fac208a-3cbe-4cdc-90d7-d85ac33006f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 1378 | 2024.04.03 05:12:35.448737 [ 3 ] {5fac208a-3cbe-4cdc-90d7-d85ac33006f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1379 | 2024.04.03 05:12:35.448869 [ 3 ] {5fac208a-3cbe-4cdc-90d7-d85ac33006f8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1380 | 2024.04.03 05:12:35.449225 [ 3 ] {5fac208a-3cbe-4cdc-90d7-d85ac33006f8} <Trace> oximeter.fields_uuid (78132754-fa1e-4d68-980a-5012099aee94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1381 | 2024.04.03 05:12:35.449264 [ 3 ] {5fac208a-3cbe-4cdc-90d7-d85ac33006f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 1382 | 2024.04.03 05:12:35.449737 [ 3 ] {5fac208a-3cbe-4cdc-90d7-d85ac33006f8} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1383 | 2024.04.03 05:12:35.450333 [ 3 ] {5fac208a-3cbe-4cdc-90d7-d85ac33006f8} <Trace> oximeter.fields_uuid (78132754-fa1e-4d68-980a-5012099aee94): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1384 | 2024.04.03 05:12:35.450487 [ 3 ] {5fac208a-3cbe-4cdc-90d7-d85ac33006f8} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001836 sec., 34858.38779956427 rows/sec., 2.72 MiB/sec. | ||
| 1385 | 2024.04.03 05:12:35.450641 [ 3 ] {5fac208a-3cbe-4cdc-90d7-d85ac33006f8} <Debug> DynamicQueryHandler: Done processing query | ||
| 1386 | 2024.04.03 05:12:35.450666 [ 3 ] {5fac208a-3cbe-4cdc-90d7-d85ac33006f8} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 1387 | 2024.04.03 05:12:35.450682 [ 3 ] {} <Debug> HTTP-Session: 47d8f7d2-6435-4dff-92ec-4bcf586e4e36 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1388 | 2024.04.03 05:12:35.450901 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1389 | 2024.04.03 05:12:35.450950 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1390 | 2024.04.03 05:12:35.450969 [ 3 ] {} <Debug> HTTP-Session: f35bb046-8bca-41b7-8663-b9b9b8405790 Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 1391 | 2024.04.03 05:12:35.450987 [ 3 ] {} <Debug> HTTP-Session: f35bb046-8bca-41b7-8663-b9b9b8405790 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1392 | 2024.04.03 05:12:35.451001 [ 3 ] {} <Debug> HTTP-Session: f35bb046-8bca-41b7-8663-b9b9b8405790 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1393 | 2024.04.03 05:12:35.451034 [ 3 ] {} <Trace> HTTP-Session: f35bb046-8bca-41b7-8663-b9b9b8405790 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1394 | 2024.04.03 05:12:35.451154 [ 3 ] {6b420eb6-a19d-40df-9c73-0faa01c72e3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 1395 | 2024.04.03 05:12:35.451201 [ 3 ] {6b420eb6-a19d-40df-9c73-0faa01c72e3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1396 | 2024.04.03 05:12:35.451345 [ 3 ] {6b420eb6-a19d-40df-9c73-0faa01c72e3a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1397 | 2024.04.03 05:12:35.451715 [ 3 ] {6b420eb6-a19d-40df-9c73-0faa01c72e3a} <Trace> oximeter.measurements_cumulativeu64 (6373e3b3-ce8a-4e66-a523-d07c961c74b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1398 | 2024.04.03 05:12:35.451753 [ 3 ] {6b420eb6-a19d-40df-9c73-0faa01c72e3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 1399 | 2024.04.03 05:12:35.452313 [ 3 ] {6b420eb6-a19d-40df-9c73-0faa01c72e3a} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1400 | 2024.04.03 05:12:35.452989 [ 3 ] {6b420eb6-a19d-40df-9c73-0faa01c72e3a} <Trace> oximeter.measurements_cumulativeu64 (6373e3b3-ce8a-4e66-a523-d07c961c74b1): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1401 | 2024.04.03 05:12:35.453149 [ 3 ] {6b420eb6-a19d-40df-9c73-0faa01c72e3a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002061 sec., 77632.21737020864 rows/sec., 5.41 MiB/sec. | ||
| 1402 | 2024.04.03 05:12:35.453267 [ 3 ] {6b420eb6-a19d-40df-9c73-0faa01c72e3a} <Debug> DynamicQueryHandler: Done processing query | ||
| 1403 | 2024.04.03 05:12:35.453292 [ 3 ] {6b420eb6-a19d-40df-9c73-0faa01c72e3a} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
| 1404 | 2024.04.03 05:12:35.453308 [ 3 ] {} <Debug> HTTP-Session: f35bb046-8bca-41b7-8663-b9b9b8405790 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1405 | 2024.04.03 05:12:35.453459 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1406 | 2024.04.03 05:12:35.453509 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1407 | 2024.04.03 05:12:35.453528 [ 3 ] {} <Debug> HTTP-Session: 35a5ae69-1f9a-4095-ae01-c156ec9312d5 Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 1408 | 2024.04.03 05:12:35.453545 [ 3 ] {} <Debug> HTTP-Session: 35a5ae69-1f9a-4095-ae01-c156ec9312d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1409 | 2024.04.03 05:12:35.453559 [ 3 ] {} <Debug> HTTP-Session: 35a5ae69-1f9a-4095-ae01-c156ec9312d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1410 | 2024.04.03 05:12:35.453595 [ 3 ] {} <Trace> HTTP-Session: 35a5ae69-1f9a-4095-ae01-c156ec9312d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1411 | 2024.04.03 05:12:35.453685 [ 3 ] {beacbada-95df-4eab-b65d-06d739d6adee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 1412 | 2024.04.03 05:12:35.453728 [ 3 ] {beacbada-95df-4eab-b65d-06d739d6adee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1413 | 2024.04.03 05:12:35.453855 [ 3 ] {beacbada-95df-4eab-b65d-06d739d6adee} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1414 | 2024.04.03 05:12:35.454297 [ 3 ] {beacbada-95df-4eab-b65d-06d739d6adee} <Trace> oximeter.measurements_u64 (de6da706-3917-4020-8d2f-ffa74140e97c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1415 | 2024.04.03 05:12:35.454335 [ 3 ] {beacbada-95df-4eab-b65d-06d739d6adee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 1416 | 2024.04.03 05:12:35.454918 [ 3 ] {beacbada-95df-4eab-b65d-06d739d6adee} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1417 | 2024.04.03 05:12:35.455628 [ 3 ] {beacbada-95df-4eab-b65d-06d739d6adee} <Trace> oximeter.measurements_u64 (de6da706-3917-4020-8d2f-ffa74140e97c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1418 | 2024.04.03 05:12:35.455785 [ 3 ] {beacbada-95df-4eab-b65d-06d739d6adee} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00213 sec., 28169.014084507042 rows/sec., 1.90 MiB/sec. | ||
| 1419 | 2024.04.03 05:12:35.456002 [ 3 ] {beacbada-95df-4eab-b65d-06d739d6adee} <Debug> DynamicQueryHandler: Done processing query | ||
| 1420 | 2024.04.03 05:12:35.456033 [ 3 ] {beacbada-95df-4eab-b65d-06d739d6adee} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 1421 | 2024.04.03 05:12:35.456049 [ 3 ] {} <Debug> HTTP-Session: 35a5ae69-1f9a-4095-ae01-c156ec9312d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1422 | 2024.04.03 05:12:40.447802 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 3635, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1423 | 2024.04.03 05:12:40.447934 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1424 | 2024.04.03 05:12:40.447967 [ 3 ] {} <Debug> HTTP-Session: de102c83-a323-4340-9e47-060da99db8d2 Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 1425 | 2024.04.03 05:12:40.448087 [ 3 ] {} <Debug> HTTP-Session: de102c83-a323-4340-9e47-060da99db8d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1426 | 2024.04.03 05:12:40.448105 [ 3 ] {} <Debug> HTTP-Session: de102c83-a323-4340-9e47-060da99db8d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1427 | 2024.04.03 05:12:40.448156 [ 3 ] {} <Trace> HTTP-Session: de102c83-a323-4340-9e47-060da99db8d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1428 | 2024.04.03 05:12:40.448278 [ 3 ] {7a18d9fe-f08a-4507-9d8e-414c1fb7c07e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 1429 | 2024.04.03 05:12:40.448342 [ 3 ] {7a18d9fe-f08a-4507-9d8e-414c1fb7c07e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 1430 | 2024.04.03 05:12:40.448534 [ 3 ] {7a18d9fe-f08a-4507-9d8e-414c1fb7c07e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1431 | 2024.04.03 05:12:40.448999 [ 3 ] {7a18d9fe-f08a-4507-9d8e-414c1fb7c07e} <Trace> oximeter.fields_i64 (c23e6cbf-9c88-4b2e-b6de-a673a008017a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1432 | 2024.04.03 05:12:40.449039 [ 3 ] {7a18d9fe-f08a-4507-9d8e-414c1fb7c07e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 1433 | 2024.04.03 05:12:40.449589 [ 3 ] {7a18d9fe-f08a-4507-9d8e-414c1fb7c07e} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1434 | 2024.04.03 05:12:40.450342 [ 3 ] {7a18d9fe-f08a-4507-9d8e-414c1fb7c07e} <Trace> oximeter.fields_i64 (c23e6cbf-9c88-4b2e-b6de-a673a008017a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1435 | 2024.04.03 05:12:40.450484 [ 3 ] {7a18d9fe-f08a-4507-9d8e-414c1fb7c07e} <Debug> executeQuery: Read 25 rows, 2.03 KiB in 0.002264 sec., 11042.402826855125 rows/sec., 895.04 KiB/sec. | ||
| 1436 | 2024.04.03 05:12:40.450654 [ 3 ] {7a18d9fe-f08a-4507-9d8e-414c1fb7c07e} <Debug> DynamicQueryHandler: Done processing query | ||
| 1437 | 2024.04.03 05:12:40.450681 [ 3 ] {7a18d9fe-f08a-4507-9d8e-414c1fb7c07e} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 1438 | 2024.04.03 05:12:40.450698 [ 3 ] {} <Debug> HTTP-Session: de102c83-a323-4340-9e47-060da99db8d2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1439 | 2024.04.03 05:12:40.450881 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 19202, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1440 | 2024.04.03 05:12:40.450932 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1441 | 2024.04.03 05:12:40.450952 [ 3 ] {} <Debug> HTTP-Session: 9d782920-8303-4ba1-8940-c1569ade7d2b Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 1442 | 2024.04.03 05:12:40.450969 [ 3 ] {} <Debug> HTTP-Session: 9d782920-8303-4ba1-8940-c1569ade7d2b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1443 | 2024.04.03 05:12:40.450983 [ 3 ] {} <Debug> HTTP-Session: 9d782920-8303-4ba1-8940-c1569ade7d2b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1444 | 2024.04.03 05:12:40.451017 [ 3 ] {} <Trace> HTTP-Session: 9d782920-8303-4ba1-8940-c1569ade7d2b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1445 | 2024.04.03 05:12:40.451125 [ 3 ] {5cb6771e-d81c-4569-b16d-2435e4476f3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 1446 | 2024.04.03 05:12:40.451168 [ 3 ] {5cb6771e-d81c-4569-b16d-2435e4476f3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1447 | 2024.04.03 05:12:40.451293 [ 3 ] {5cb6771e-d81c-4569-b16d-2435e4476f3f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1448 | 2024.04.03 05:12:40.451721 [ 3 ] {5cb6771e-d81c-4569-b16d-2435e4476f3f} <Trace> oximeter.fields_string (d10ead57-c466-400e-b267-5a50d181b38b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1449 | 2024.04.03 05:12:40.451759 [ 3 ] {5cb6771e-d81c-4569-b16d-2435e4476f3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 1450 | 2024.04.03 05:12:40.452245 [ 3 ] {5cb6771e-d81c-4569-b16d-2435e4476f3f} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1451 | 2024.04.03 05:12:40.452829 [ 3 ] {5cb6771e-d81c-4569-b16d-2435e4476f3f} <Trace> oximeter.fields_string (d10ead57-c466-400e-b267-5a50d181b38b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1452 | 2024.04.03 05:12:40.452959 [ 3 ] {5cb6771e-d81c-4569-b16d-2435e4476f3f} <Debug> executeQuery: Read 131 rows, 11.23 KiB in 0.001893 sec., 69202.32435287903 rows/sec., 5.79 MiB/sec. | ||
| 1453 | 2024.04.03 05:12:40.453079 [ 3 ] {5cb6771e-d81c-4569-b16d-2435e4476f3f} <Debug> DynamicQueryHandler: Done processing query | ||
| 1454 | 2024.04.03 05:12:40.453104 [ 3 ] {5cb6771e-d81c-4569-b16d-2435e4476f3f} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
| 1455 | 2024.04.03 05:12:40.453120 [ 3 ] {} <Debug> HTTP-Session: 9d782920-8303-4ba1-8940-c1569ade7d2b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1456 | 2024.04.03 05:12:40.453267 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 15122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1457 | 2024.04.03 05:12:40.453317 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1458 | 2024.04.03 05:12:40.453336 [ 3 ] {} <Debug> HTTP-Session: 7335a848-f464-44b6-bea5-83b2c8e0aa02 Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 1459 | 2024.04.03 05:12:40.453353 [ 3 ] {} <Debug> HTTP-Session: 7335a848-f464-44b6-bea5-83b2c8e0aa02 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1460 | 2024.04.03 05:12:40.453366 [ 3 ] {} <Debug> HTTP-Session: 7335a848-f464-44b6-bea5-83b2c8e0aa02 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1461 | 2024.04.03 05:12:40.453397 [ 3 ] {} <Trace> HTTP-Session: 7335a848-f464-44b6-bea5-83b2c8e0aa02 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1462 | 2024.04.03 05:12:40.453493 [ 3 ] {ac4f9c5b-691f-4b8d-af0e-268fdf846d33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 1463 | 2024.04.03 05:12:40.453534 [ 3 ] {ac4f9c5b-691f-4b8d-af0e-268fdf846d33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1464 | 2024.04.03 05:12:40.453657 [ 3 ] {ac4f9c5b-691f-4b8d-af0e-268fdf846d33} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1465 | 2024.04.03 05:12:40.454001 [ 3 ] {ac4f9c5b-691f-4b8d-af0e-268fdf846d33} <Trace> oximeter.fields_uuid (78132754-fa1e-4d68-980a-5012099aee94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1466 | 2024.04.03 05:12:40.454037 [ 3 ] {ac4f9c5b-691f-4b8d-af0e-268fdf846d33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 1467 | 2024.04.03 05:12:40.454478 [ 3 ] {ac4f9c5b-691f-4b8d-af0e-268fdf846d33} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1468 | 2024.04.03 05:12:40.455084 [ 3 ] {ac4f9c5b-691f-4b8d-af0e-268fdf846d33} <Trace> oximeter.fields_uuid (78132754-fa1e-4d68-980a-5012099aee94): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1469 | 2024.04.03 05:12:40.455210 [ 3 ] {ac4f9c5b-691f-4b8d-af0e-268fdf846d33} <Debug> executeQuery: Read 89 rows, 7.12 KiB in 0.001767 sec., 50367.85512167516 rows/sec., 3.93 MiB/sec. | ||
| 1470 | 2024.04.03 05:12:40.455361 [ 3 ] {ac4f9c5b-691f-4b8d-af0e-268fdf846d33} <Debug> DynamicQueryHandler: Done processing query | ||
| 1471 | 2024.04.03 05:12:40.455385 [ 3 ] {ac4f9c5b-691f-4b8d-af0e-268fdf846d33} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 1472 | 2024.04.03 05:12:40.455400 [ 3 ] {} <Debug> HTTP-Session: 7335a848-f464-44b6-bea5-83b2c8e0aa02 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1473 | 2024.04.03 05:12:40.455583 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1474 | 2024.04.03 05:12:40.455632 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1475 | 2024.04.03 05:12:40.455652 [ 3 ] {} <Debug> HTTP-Session: 8f0eb414-7e2c-4ab5-ae6e-a6b6ec40131b Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 1476 | 2024.04.03 05:12:40.455668 [ 3 ] {} <Debug> HTTP-Session: 8f0eb414-7e2c-4ab5-ae6e-a6b6ec40131b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1477 | 2024.04.03 05:12:40.455682 [ 3 ] {} <Debug> HTTP-Session: 8f0eb414-7e2c-4ab5-ae6e-a6b6ec40131b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1478 | 2024.04.03 05:12:40.455712 [ 3 ] {} <Trace> HTTP-Session: 8f0eb414-7e2c-4ab5-ae6e-a6b6ec40131b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1479 | 2024.04.03 05:12:40.455829 [ 3 ] {21f8e2c2-3363-4170-a00b-c7ab190ca7fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 1480 | 2024.04.03 05:12:40.455873 [ 3 ] {21f8e2c2-3363-4170-a00b-c7ab190ca7fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1481 | 2024.04.03 05:12:40.456012 [ 3 ] {21f8e2c2-3363-4170-a00b-c7ab190ca7fe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1482 | 2024.04.03 05:12:40.456420 [ 3 ] {21f8e2c2-3363-4170-a00b-c7ab190ca7fe} <Trace> oximeter.measurements_cumulativeu64 (6373e3b3-ce8a-4e66-a523-d07c961c74b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1483 | 2024.04.03 05:12:40.456457 [ 3 ] {21f8e2c2-3363-4170-a00b-c7ab190ca7fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 1484 | 2024.04.03 05:12:40.456989 [ 3 ] {21f8e2c2-3363-4170-a00b-c7ab190ca7fe} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1485 | 2024.04.03 05:12:40.457651 [ 3 ] {21f8e2c2-3363-4170-a00b-c7ab190ca7fe} <Trace> oximeter.measurements_cumulativeu64 (6373e3b3-ce8a-4e66-a523-d07c961c74b1): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1486 | 2024.04.03 05:12:40.457781 [ 3 ] {21f8e2c2-3363-4170-a00b-c7ab190ca7fe} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002019 sec., 79247.15205547301 rows/sec., 5.52 MiB/sec. | ||
| 1487 | 2024.04.03 05:12:40.457945 [ 3 ] {21f8e2c2-3363-4170-a00b-c7ab190ca7fe} <Debug> DynamicQueryHandler: Done processing query | ||
| 1488 | 2024.04.03 05:12:40.457969 [ 3 ] {21f8e2c2-3363-4170-a00b-c7ab190ca7fe} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
| 1489 | 2024.04.03 05:12:40.457985 [ 3 ] {} <Debug> HTTP-Session: 8f0eb414-7e2c-4ab5-ae6e-a6b6ec40131b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1490 | 2024.04.03 05:12:40.458173 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 26779, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1491 | 2024.04.03 05:12:40.458222 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1492 | 2024.04.03 05:12:40.458241 [ 3 ] {} <Debug> HTTP-Session: d5b52164-e715-4d21-abd0-01a72d53df90 Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 1493 | 2024.04.03 05:12:40.458258 [ 3 ] {} <Debug> HTTP-Session: d5b52164-e715-4d21-abd0-01a72d53df90 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1494 | 2024.04.03 05:12:40.458272 [ 3 ] {} <Debug> HTTP-Session: d5b52164-e715-4d21-abd0-01a72d53df90 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1495 | 2024.04.03 05:12:40.458303 [ 3 ] {} <Trace> HTTP-Session: d5b52164-e715-4d21-abd0-01a72d53df90 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1496 | 2024.04.03 05:12:40.458517 [ 3 ] {1aa6a826-e6c3-4661-907a-eeb9ea564fc0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 1497 | 2024.04.03 05:12:40.458563 [ 3 ] {1aa6a826-e6c3-4661-907a-eeb9ea564fc0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 1498 | 2024.04.03 05:12:40.458720 [ 3 ] {1aa6a826-e6c3-4661-907a-eeb9ea564fc0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1499 | 2024.04.03 05:12:40.459145 [ 3 ] {1aa6a826-e6c3-4661-907a-eeb9ea564fc0} <Trace> oximeter.measurements_histogramf64 (8b69ac98-35f5-4c32-8452-ff3027d9bc94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1500 | 2024.04.03 05:12:40.459181 [ 3 ] {1aa6a826-e6c3-4661-907a-eeb9ea564fc0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 1501 | 2024.04.03 05:12:40.459727 [ 3 ] {1aa6a826-e6c3-4661-907a-eeb9ea564fc0} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1502 | 2024.04.03 05:12:40.460372 [ 3 ] {1aa6a826-e6c3-4661-907a-eeb9ea564fc0} <Trace> oximeter.measurements_histogramf64 (8b69ac98-35f5-4c32-8452-ff3027d9bc94): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1503 | 2024.04.03 05:12:40.460497 [ 3 ] {1aa6a826-e6c3-4661-907a-eeb9ea564fc0} <Debug> executeQuery: Read 25 rows, 34.55 KiB in 0.002148 sec., 11638.733705772811 rows/sec., 15.71 MiB/sec. | ||
| 1504 | 2024.04.03 05:12:40.460609 [ 3 ] {1aa6a826-e6c3-4661-907a-eeb9ea564fc0} <Debug> DynamicQueryHandler: Done processing query | ||
| 1505 | 2024.04.03 05:12:40.460634 [ 3 ] {1aa6a826-e6c3-4661-907a-eeb9ea564fc0} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
| 1506 | 2024.04.03 05:12:40.460650 [ 3 ] {} <Debug> HTTP-Session: d5b52164-e715-4d21-abd0-01a72d53df90 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1507 | 2024.04.03 05:12:40.460789 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1508 | 2024.04.03 05:12:40.460836 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1509 | 2024.04.03 05:12:40.460855 [ 3 ] {} <Debug> HTTP-Session: 85995448-7957-42d6-8df9-d29a58d87620 Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 1510 | 2024.04.03 05:12:40.460871 [ 3 ] {} <Debug> HTTP-Session: 85995448-7957-42d6-8df9-d29a58d87620 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1511 | 2024.04.03 05:12:40.460885 [ 3 ] {} <Debug> HTTP-Session: 85995448-7957-42d6-8df9-d29a58d87620 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1512 | 2024.04.03 05:12:40.460915 [ 3 ] {} <Trace> HTTP-Session: 85995448-7957-42d6-8df9-d29a58d87620 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1513 | 2024.04.03 05:12:40.461011 [ 3 ] {6934fefc-92f7-4425-b8ed-a4525fe35f7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 1514 | 2024.04.03 05:12:40.461053 [ 3 ] {6934fefc-92f7-4425-b8ed-a4525fe35f7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1515 | 2024.04.03 05:12:40.461176 [ 3 ] {6934fefc-92f7-4425-b8ed-a4525fe35f7a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1516 | 2024.04.03 05:12:40.461492 [ 3 ] {6934fefc-92f7-4425-b8ed-a4525fe35f7a} <Trace> oximeter.measurements_u64 (de6da706-3917-4020-8d2f-ffa74140e97c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1517 | 2024.04.03 05:12:40.461530 [ 3 ] {6934fefc-92f7-4425-b8ed-a4525fe35f7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 1518 | 2024.04.03 05:12:40.462038 [ 3 ] {6934fefc-92f7-4425-b8ed-a4525fe35f7a} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1519 | 2024.04.03 05:12:40.462730 [ 3 ] {6934fefc-92f7-4425-b8ed-a4525fe35f7a} <Trace> oximeter.measurements_u64 (de6da706-3917-4020-8d2f-ffa74140e97c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1520 | 2024.04.03 05:12:40.462857 [ 3 ] {6934fefc-92f7-4425-b8ed-a4525fe35f7a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001898 sec., 31612.22339304531 rows/sec., 2.13 MiB/sec. | ||
| 1521 | 2024.04.03 05:12:40.462975 [ 3 ] {6934fefc-92f7-4425-b8ed-a4525fe35f7a} <Debug> DynamicQueryHandler: Done processing query | ||
| 1522 | 2024.04.03 05:12:40.463001 [ 3 ] {6934fefc-92f7-4425-b8ed-a4525fe35f7a} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 1523 | 2024.04.03 05:12:40.463017 [ 3 ] {} <Debug> HTTP-Session: 85995448-7957-42d6-8df9-d29a58d87620 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1524 | 2024.04.03 05:12:45.446210 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 7840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1525 | 2024.04.03 05:12:45.446336 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1526 | 2024.04.03 05:12:45.446363 [ 3 ] {} <Debug> HTTP-Session: 013dc747-692f-4347-8eea-1020cee5733d Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 1527 | 2024.04.03 05:12:45.446389 [ 3 ] {} <Debug> HTTP-Session: 013dc747-692f-4347-8eea-1020cee5733d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1528 | 2024.04.03 05:12:45.446404 [ 3 ] {} <Debug> HTTP-Session: 013dc747-692f-4347-8eea-1020cee5733d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1529 | 2024.04.03 05:12:45.446454 [ 3 ] {} <Trace> HTTP-Session: 013dc747-692f-4347-8eea-1020cee5733d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1530 | 2024.04.03 05:12:45.446586 [ 3 ] {9882134c-7883-42f7-980f-ee4f5805d7eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 1531 | 2024.04.03 05:12:45.446650 [ 3 ] {9882134c-7883-42f7-980f-ee4f5805d7eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1532 | 2024.04.03 05:12:45.446842 [ 3 ] {9882134c-7883-42f7-980f-ee4f5805d7eb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1533 | 2024.04.03 05:12:45.447289 [ 3 ] {9882134c-7883-42f7-980f-ee4f5805d7eb} <Trace> oximeter.fields_string (d10ead57-c466-400e-b267-5a50d181b38b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1534 | 2024.04.03 05:12:45.447333 [ 3 ] {9882134c-7883-42f7-980f-ee4f5805d7eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 1535 | 2024.04.03 05:12:45.447725 [ 3 ] {9882134c-7883-42f7-980f-ee4f5805d7eb} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1536 | 2024.04.03 05:12:45.448066 [ 3 ] {9882134c-7883-42f7-980f-ee4f5805d7eb} <Trace> oximeter.fields_string (d10ead57-c466-400e-b267-5a50d181b38b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1537 | 2024.04.03 05:12:45.448249 [ 3 ] {9882134c-7883-42f7-980f-ee4f5805d7eb} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001715 sec., 32653.061224489797 rows/sec., 2.51 MiB/sec. | ||
| 1538 | 2024.04.03 05:12:45.448395 [ 3 ] {9882134c-7883-42f7-980f-ee4f5805d7eb} <Debug> DynamicQueryHandler: Done processing query | ||
| 1539 | 2024.04.03 05:12:45.448423 [ 3 ] {9882134c-7883-42f7-980f-ee4f5805d7eb} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 1540 | 2024.04.03 05:12:45.448439 [ 3 ] {} <Debug> HTTP-Session: 013dc747-692f-4347-8eea-1020cee5733d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1541 | 2024.04.03 05:12:45.448609 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 10888, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1542 | 2024.04.03 05:12:45.448661 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1543 | 2024.04.03 05:12:45.448681 [ 3 ] {} <Debug> HTTP-Session: af2ea6ac-26b0-46b0-9f37-a8c87db00174 Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 1544 | 2024.04.03 05:12:45.448700 [ 3 ] {} <Debug> HTTP-Session: af2ea6ac-26b0-46b0-9f37-a8c87db00174 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1545 | 2024.04.03 05:12:45.448715 [ 3 ] {} <Debug> HTTP-Session: af2ea6ac-26b0-46b0-9f37-a8c87db00174 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1546 | 2024.04.03 05:12:45.448751 [ 3 ] {} <Trace> HTTP-Session: af2ea6ac-26b0-46b0-9f37-a8c87db00174 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1547 | 2024.04.03 05:12:45.448846 [ 3 ] {21c7c6fd-5920-47dc-b0c0-0ae61092249f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 1548 | 2024.04.03 05:12:45.448891 [ 3 ] {21c7c6fd-5920-47dc-b0c0-0ae61092249f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1549 | 2024.04.03 05:12:45.449023 [ 3 ] {21c7c6fd-5920-47dc-b0c0-0ae61092249f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1550 | 2024.04.03 05:12:45.449363 [ 3 ] {21c7c6fd-5920-47dc-b0c0-0ae61092249f} <Trace> oximeter.fields_uuid (78132754-fa1e-4d68-980a-5012099aee94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1551 | 2024.04.03 05:12:45.449402 [ 3 ] {21c7c6fd-5920-47dc-b0c0-0ae61092249f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 1552 | 2024.04.03 05:12:45.449724 [ 3 ] {21c7c6fd-5920-47dc-b0c0-0ae61092249f} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1553 | 2024.04.03 05:12:45.450039 [ 3 ] {21c7c6fd-5920-47dc-b0c0-0ae61092249f} <Trace> oximeter.fields_uuid (78132754-fa1e-4d68-980a-5012099aee94): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1554 | 2024.04.03 05:12:45.450203 [ 3 ] {21c7c6fd-5920-47dc-b0c0-0ae61092249f} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001393 sec., 45944.00574300072 rows/sec., 3.59 MiB/sec. | ||
| 1555 | 2024.04.03 05:12:45.450325 [ 3 ] {21c7c6fd-5920-47dc-b0c0-0ae61092249f} <Debug> DynamicQueryHandler: Done processing query | ||
| 1556 | 2024.04.03 05:12:45.450351 [ 3 ] {21c7c6fd-5920-47dc-b0c0-0ae61092249f} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 1557 | 2024.04.03 05:12:45.450367 [ 3 ] {} <Debug> HTTP-Session: af2ea6ac-26b0-46b0-9f37-a8c87db00174 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1558 | 2024.04.03 05:12:45.450530 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1559 | 2024.04.03 05:12:45.450579 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1560 | 2024.04.03 05:12:45.450598 [ 3 ] {} <Debug> HTTP-Session: 84b64c61-6a46-4e6c-809d-debd6a038e56 Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 1561 | 2024.04.03 05:12:45.450615 [ 3 ] {} <Debug> HTTP-Session: 84b64c61-6a46-4e6c-809d-debd6a038e56 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1562 | 2024.04.03 05:12:45.450629 [ 3 ] {} <Debug> HTTP-Session: 84b64c61-6a46-4e6c-809d-debd6a038e56 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1563 | 2024.04.03 05:12:45.450661 [ 3 ] {} <Trace> HTTP-Session: 84b64c61-6a46-4e6c-809d-debd6a038e56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1564 | 2024.04.03 05:12:45.450777 [ 3 ] {0e82ea47-9e2a-40ad-a246-17c06003842f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 1565 | 2024.04.03 05:12:45.450824 [ 3 ] {0e82ea47-9e2a-40ad-a246-17c06003842f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1566 | 2024.04.03 05:12:45.450969 [ 3 ] {0e82ea47-9e2a-40ad-a246-17c06003842f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1567 | 2024.04.03 05:12:45.451346 [ 3 ] {0e82ea47-9e2a-40ad-a246-17c06003842f} <Trace> oximeter.measurements_cumulativeu64 (6373e3b3-ce8a-4e66-a523-d07c961c74b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1568 | 2024.04.03 05:12:45.451385 [ 3 ] {0e82ea47-9e2a-40ad-a246-17c06003842f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 1569 | 2024.04.03 05:12:45.451782 [ 3 ] {0e82ea47-9e2a-40ad-a246-17c06003842f} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1570 | 2024.04.03 05:12:45.452142 [ 3 ] {0e82ea47-9e2a-40ad-a246-17c06003842f} <Trace> oximeter.measurements_cumulativeu64 (6373e3b3-ce8a-4e66-a523-d07c961c74b1): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1571 | 2024.04.03 05:12:45.452303 [ 3 ] {0e82ea47-9e2a-40ad-a246-17c06003842f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001594 sec., 100376.41154328734 rows/sec., 6.99 MiB/sec. | ||
| 1572 | 2024.04.03 05:12:45.452423 [ 3 ] {0e82ea47-9e2a-40ad-a246-17c06003842f} <Debug> DynamicQueryHandler: Done processing query | ||
| 1573 | 2024.04.03 05:12:45.452448 [ 3 ] {0e82ea47-9e2a-40ad-a246-17c06003842f} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
| 1574 | 2024.04.03 05:12:45.452464 [ 3 ] {} <Debug> HTTP-Session: 84b64c61-6a46-4e6c-809d-debd6a038e56 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1575 | 2024.04.03 05:12:45.452587 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1576 | 2024.04.03 05:12:45.452635 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1577 | 2024.04.03 05:12:45.452654 [ 3 ] {} <Debug> HTTP-Session: e4207664-dd03-407a-a48d-66c83f6be0ff Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 1578 | 2024.04.03 05:12:45.452671 [ 3 ] {} <Debug> HTTP-Session: e4207664-dd03-407a-a48d-66c83f6be0ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1579 | 2024.04.03 05:12:45.452685 [ 3 ] {} <Debug> HTTP-Session: e4207664-dd03-407a-a48d-66c83f6be0ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1580 | 2024.04.03 05:12:45.452716 [ 3 ] {} <Trace> HTTP-Session: e4207664-dd03-407a-a48d-66c83f6be0ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1581 | 2024.04.03 05:12:45.452810 [ 3 ] {f559a10a-949f-4687-a089-b7390cef843d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 1582 | 2024.04.03 05:12:45.452852 [ 3 ] {f559a10a-949f-4687-a089-b7390cef843d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1583 | 2024.04.03 05:12:45.452979 [ 3 ] {f559a10a-949f-4687-a089-b7390cef843d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1584 | 2024.04.03 05:12:45.453262 [ 3 ] {f559a10a-949f-4687-a089-b7390cef843d} <Trace> oximeter.measurements_u64 (de6da706-3917-4020-8d2f-ffa74140e97c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1585 | 2024.04.03 05:12:45.453300 [ 3 ] {f559a10a-949f-4687-a089-b7390cef843d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 1586 | 2024.04.03 05:12:45.453731 [ 3 ] {f559a10a-949f-4687-a089-b7390cef843d} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1587 | 2024.04.03 05:12:45.454063 [ 3 ] {f559a10a-949f-4687-a089-b7390cef843d} <Trace> oximeter.measurements_u64 (de6da706-3917-4020-8d2f-ffa74140e97c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1588 | 2024.04.03 05:12:45.454224 [ 3 ] {f559a10a-949f-4687-a089-b7390cef843d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001457 sec., 41180.507892930684 rows/sec., 2.78 MiB/sec. | ||
| 1589 | 2024.04.03 05:12:45.454375 [ 3 ] {f559a10a-949f-4687-a089-b7390cef843d} <Debug> DynamicQueryHandler: Done processing query | ||
| 1590 | 2024.04.03 05:12:45.454400 [ 3 ] {f559a10a-949f-4687-a089-b7390cef843d} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 1591 | 2024.04.03 05:12:45.454416 [ 3 ] {} <Debug> HTTP-Session: e4207664-dd03-407a-a48d-66c83f6be0ff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1592 | 2024.04.03 05:12:48.988675 [ 85 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1593 | 2024.04.03 05:12:48.988769 [ 85 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1594 | 2024.04.03 05:12:50.447314 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 3778, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1595 | 2024.04.03 05:12:50.447432 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1596 | 2024.04.03 05:12:50.447458 [ 3 ] {} <Debug> HTTP-Session: ca6889b1-ad8d-445e-aa14-d6d703e47478 Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 1597 | 2024.04.03 05:12:50.447483 [ 3 ] {} <Debug> HTTP-Session: ca6889b1-ad8d-445e-aa14-d6d703e47478 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1598 | 2024.04.03 05:12:50.447498 [ 3 ] {} <Debug> HTTP-Session: ca6889b1-ad8d-445e-aa14-d6d703e47478 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1599 | 2024.04.03 05:12:50.447548 [ 3 ] {} <Trace> HTTP-Session: ca6889b1-ad8d-445e-aa14-d6d703e47478 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1600 | 2024.04.03 05:12:50.447670 [ 3 ] {b8d714f4-bda8-4131-b2a9-cd587e20881d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 1601 | 2024.04.03 05:12:50.447734 [ 3 ] {b8d714f4-bda8-4131-b2a9-cd587e20881d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 1602 | 2024.04.03 05:12:50.447929 [ 3 ] {b8d714f4-bda8-4131-b2a9-cd587e20881d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1603 | 2024.04.03 05:12:50.448360 [ 3 ] {b8d714f4-bda8-4131-b2a9-cd587e20881d} <Trace> oximeter.fields_i64 (c23e6cbf-9c88-4b2e-b6de-a673a008017a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1604 | 2024.04.03 05:12:50.448407 [ 3 ] {b8d714f4-bda8-4131-b2a9-cd587e20881d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 1605 | 2024.04.03 05:12:50.448799 [ 3 ] {b8d714f4-bda8-4131-b2a9-cd587e20881d} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1606 | 2024.04.03 05:12:50.449145 [ 3 ] {b8d714f4-bda8-4131-b2a9-cd587e20881d} <Trace> oximeter.fields_i64 (c23e6cbf-9c88-4b2e-b6de-a673a008017a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1607 | 2024.04.03 05:12:50.449318 [ 3 ] {b8d714f4-bda8-4131-b2a9-cd587e20881d} <Debug> executeQuery: Read 26 rows, 2.11 KiB in 0.001698 sec., 15312.13191990577 rows/sec., 1.21 MiB/sec. | ||
| 1608 | 2024.04.03 05:12:50.449588 [ 3 ] {b8d714f4-bda8-4131-b2a9-cd587e20881d} <Debug> DynamicQueryHandler: Done processing query | ||
| 1609 | 2024.04.03 05:12:50.449617 [ 3 ] {b8d714f4-bda8-4131-b2a9-cd587e20881d} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 1610 | 2024.04.03 05:12:50.449635 [ 3 ] {} <Debug> HTTP-Session: ca6889b1-ad8d-445e-aa14-d6d703e47478 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1611 | 2024.04.03 05:12:50.449815 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 19648, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1612 | 2024.04.03 05:12:50.449868 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1613 | 2024.04.03 05:12:50.449888 [ 3 ] {} <Debug> HTTP-Session: f37948d7-641e-464c-90a8-c6243549803c Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 1614 | 2024.04.03 05:12:50.449907 [ 3 ] {} <Debug> HTTP-Session: f37948d7-641e-464c-90a8-c6243549803c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1615 | 2024.04.03 05:12:50.449921 [ 3 ] {} <Debug> HTTP-Session: f37948d7-641e-464c-90a8-c6243549803c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1616 | 2024.04.03 05:12:50.449956 [ 3 ] {} <Trace> HTTP-Session: f37948d7-641e-464c-90a8-c6243549803c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1617 | 2024.04.03 05:12:50.450074 [ 3 ] {8374f563-ad36-480a-aa52-7bab2b6b1a89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 1618 | 2024.04.03 05:12:50.450120 [ 3 ] {8374f563-ad36-480a-aa52-7bab2b6b1a89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1619 | 2024.04.03 05:12:50.450268 [ 3 ] {8374f563-ad36-480a-aa52-7bab2b6b1a89} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1620 | 2024.04.03 05:12:50.450678 [ 3 ] {8374f563-ad36-480a-aa52-7bab2b6b1a89} <Trace> oximeter.fields_string (d10ead57-c466-400e-b267-5a50d181b38b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1621 | 2024.04.03 05:12:50.450718 [ 3 ] {8374f563-ad36-480a-aa52-7bab2b6b1a89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 1622 | 2024.04.03 05:12:50.451046 [ 3 ] {8374f563-ad36-480a-aa52-7bab2b6b1a89} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1623 | 2024.04.03 05:12:50.451377 [ 3 ] {8374f563-ad36-480a-aa52-7bab2b6b1a89} <Trace> oximeter.fields_string (d10ead57-c466-400e-b267-5a50d181b38b): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1624 | 2024.04.03 05:12:50.451528 [ 83 ] {} <Debug> oximeter.fields_string (d10ead57-c466-400e-b267-5a50d181b38b) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1625 | 2024.04.03 05:12:50.451539 [ 3 ] {8374f563-ad36-480a-aa52-7bab2b6b1a89} <Debug> executeQuery: Read 134 rows, 11.49 KiB in 0.001518 sec., 88274.04479578392 rows/sec., 7.39 MiB/sec. | ||
| 1626 | 2024.04.03 05:12:50.451640 [ 83 ] {} <Trace> oximeter.fields_string (d10ead57-c466-400e-b267-5a50d181b38b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1627 | 2024.04.03 05:12:50.451712 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 1628 | 2024.04.03 05:12:50.451789 [ 3 ] {8374f563-ad36-480a-aa52-7bab2b6b1a89} <Debug> DynamicQueryHandler: Done processing query | ||
| 1629 | 2024.04.03 05:12:50.451826 [ 3 ] {8374f563-ad36-480a-aa52-7bab2b6b1a89} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
| 1630 | 2024.04.03 05:12:50.451858 [ 3 ] {} <Debug> HTTP-Session: f37948d7-641e-464c-90a8-c6243549803c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1631 | 2024.04.03 05:12:50.452057 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 15291, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1632 | 2024.04.03 05:12:50.452108 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1633 | 2024.04.03 05:12:50.452128 [ 3 ] {} <Debug> HTTP-Session: eb0f1c6b-a245-4027-a04a-a48cc151bf84 Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 1634 | 2024.04.03 05:12:50.452145 [ 3 ] {} <Debug> HTTP-Session: eb0f1c6b-a245-4027-a04a-a48cc151bf84 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1635 | 2024.04.03 05:12:50.452159 [ 3 ] {} <Debug> HTTP-Session: eb0f1c6b-a245-4027-a04a-a48cc151bf84 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1636 | 2024.04.03 05:12:50.452191 [ 3 ] {} <Trace> HTTP-Session: eb0f1c6b-a245-4027-a04a-a48cc151bf84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1637 | 2024.04.03 05:12:50.452286 [ 3 ] {e7176d29-32ae-40a4-a665-5c7b6245bf65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 1638 | 2024.04.03 05:12:50.452330 [ 3 ] {e7176d29-32ae-40a4-a665-5c7b6245bf65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1639 | 2024.04.03 05:12:50.452471 [ 3 ] {e7176d29-32ae-40a4-a665-5c7b6245bf65} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1640 | 2024.04.03 05:12:50.452825 [ 3 ] {e7176d29-32ae-40a4-a665-5c7b6245bf65} <Trace> oximeter.fields_uuid (78132754-fa1e-4d68-980a-5012099aee94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1641 | 2024.04.03 05:12:50.452864 [ 3 ] {e7176d29-32ae-40a4-a665-5c7b6245bf65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 1642 | 2024.04.03 05:12:50.453177 [ 3 ] {e7176d29-32ae-40a4-a665-5c7b6245bf65} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1643 | 2024.04.03 05:12:50.453484 [ 3 ] {e7176d29-32ae-40a4-a665-5c7b6245bf65} <Trace> oximeter.fields_uuid (78132754-fa1e-4d68-980a-5012099aee94): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1644 | 2024.04.03 05:12:50.453624 [ 83 ] {} <Debug> oximeter.fields_uuid (78132754-fa1e-4d68-980a-5012099aee94) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1645 | 2024.04.03 05:12:50.453639 [ 3 ] {e7176d29-32ae-40a4-a665-5c7b6245bf65} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.001392 sec., 64655.1724137931 rows/sec., 5.05 MiB/sec. | ||
| 1646 | 2024.04.03 05:12:50.453672 [ 83 ] {} <Trace> oximeter.fields_uuid (78132754-fa1e-4d68-980a-5012099aee94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1647 | 2024.04.03 05:12:50.453724 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 1648 | 2024.04.03 05:12:50.453882 [ 3 ] {e7176d29-32ae-40a4-a665-5c7b6245bf65} <Debug> DynamicQueryHandler: Done processing query | ||
| 1649 | 2024.04.03 05:12:50.453918 [ 3 ] {e7176d29-32ae-40a4-a665-5c7b6245bf65} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 1650 | 2024.04.03 05:12:50.453938 [ 3 ] {} <Debug> HTTP-Session: eb0f1c6b-a245-4027-a04a-a48cc151bf84 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1651 | 2024.04.03 05:12:50.454076 [ 189 ] {d10ead57-c466-400e-b267-5a50d181b38b::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 | ||
| 1652 | 2024.04.03 05:12:50.454124 [ 188 ] {78132754-fa1e-4d68-980a-5012099aee94::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 | ||
| 1653 | 2024.04.03 05:12:50.454181 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1654 | 2024.04.03 05:12:50.454298 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1655 | 2024.04.03 05:12:50.454380 [ 3 ] {} <Debug> HTTP-Session: f3ad19dd-d2a3-4fca-9e98-718df3d23fcb Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 1656 | 2024.04.03 05:12:50.454443 [ 3 ] {} <Debug> HTTP-Session: f3ad19dd-d2a3-4fca-9e98-718df3d23fcb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1657 | 2024.04.03 05:12:50.454508 [ 3 ] {} <Debug> HTTP-Session: f3ad19dd-d2a3-4fca-9e98-718df3d23fcb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1658 | 2024.04.03 05:12:50.454523 [ 189 ] {d10ead57-c466-400e-b267-5a50d181b38b::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1659 | 2024.04.03 05:12:50.454626 [ 3 ] {} <Trace> HTTP-Session: f3ad19dd-d2a3-4fca-9e98-718df3d23fcb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1660 | 2024.04.03 05:12:50.454689 [ 189 ] {d10ead57-c466-400e-b267-5a50d181b38b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 56 rows starting from the beginning of the part | ||
| 1661 | 2024.04.03 05:12:50.454808 [ 188 ] {78132754-fa1e-4d68-980a-5012099aee94::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1662 | 2024.04.03 05:12:50.455024 [ 188 ] {78132754-fa1e-4d68-980a-5012099aee94::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 64 rows starting from the beginning of the part | ||
| 1663 | 2024.04.03 05:12:50.455063 [ 3 ] {4f463fa7-3978-41ee-b3cb-3320a70ba3bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 1664 | 2024.04.03 05:12:50.455142 [ 189 ] {d10ead57-c466-400e-b267-5a50d181b38b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 128 rows starting from the beginning of the part | ||
| 1665 | 2024.04.03 05:12:50.455267 [ 3 ] {4f463fa7-3978-41ee-b3cb-3320a70ba3bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1666 | 2024.04.03 05:12:50.455800 [ 188 ] {78132754-fa1e-4d68-980a-5012099aee94::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 101 rows starting from the beginning of the part | ||
| 1667 | 2024.04.03 05:12:50.455797 [ 189 ] {d10ead57-c466-400e-b267-5a50d181b38b::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 | ||
| 1668 | 2024.04.03 05:12:50.456443 [ 188 ] {78132754-fa1e-4d68-980a-5012099aee94::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 | ||
| 1669 | 2024.04.03 05:12:50.456646 [ 189 ] {d10ead57-c466-400e-b267-5a50d181b38b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 131 rows starting from the beginning of the part | ||
| 1670 | 2024.04.03 05:12:50.457126 [ 188 ] {78132754-fa1e-4d68-980a-5012099aee94::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 89 rows starting from the beginning of the part | ||
| 1671 | 2024.04.03 05:12:50.457357 [ 189 ] {d10ead57-c466-400e-b267-5a50d181b38b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 56 rows starting from the beginning of the part | ||
| 1672 | 2024.04.03 05:12:50.457852 [ 188 ] {78132754-fa1e-4d68-980a-5012099aee94::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 64 rows starting from the beginning of the part | ||
| 1673 | 2024.04.03 05:12:50.458139 [ 189 ] {d10ead57-c466-400e-b267-5a50d181b38b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 134 rows starting from the beginning of the part | ||
| 1674 | 2024.04.03 05:12:50.458422 [ 188 ] {78132754-fa1e-4d68-980a-5012099aee94::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 90 rows starting from the beginning of the part | ||
| 1675 | 2024.04.03 05:12:50.458687 [ 3 ] {4f463fa7-3978-41ee-b3cb-3320a70ba3bd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1676 | 2024.04.03 05:12:50.460886 [ 3 ] {4f463fa7-3978-41ee-b3cb-3320a70ba3bd} <Trace> oximeter.measurements_cumulativeu64 (6373e3b3-ce8a-4e66-a523-d07c961c74b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1677 | 2024.04.03 05:12:50.460958 [ 3 ] {4f463fa7-3978-41ee-b3cb-3320a70ba3bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 1678 | 2024.04.03 05:12:50.462942 [ 3 ] {4f463fa7-3978-41ee-b3cb-3320a70ba3bd} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1679 | 2024.04.03 05:12:50.463796 [ 189 ] {d10ead57-c466-400e-b267-5a50d181b38b::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 561 rows, containing 4 columns (4 merged, 0 gathered) in 0.011959889 sec., 46906.789853986105 rows/sec., 3.83 MiB/sec. | ||
| 1680 | 2024.04.03 05:12:50.464091 [ 189 ] {d10ead57-c466-400e-b267-5a50d181b38b::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1681 | 2024.04.03 05:12:50.464761 [ 3 ] {4f463fa7-3978-41ee-b3cb-3320a70ba3bd} <Trace> oximeter.measurements_cumulativeu64 (6373e3b3-ce8a-4e66-a523-d07c961c74b1): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1682 | 2024.04.03 05:12:50.465292 [ 188 ] {78132754-fa1e-4d68-980a-5012099aee94::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 472 rows, containing 4 columns (4 merged, 0 gathered) in 0.01123966 sec., 41994.152848039885 rows/sec., 3.28 MiB/sec. | ||
| 1683 | 2024.04.03 05:12:50.465422 [ 3 ] {4f463fa7-3978-41ee-b3cb-3320a70ba3bd} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.010627 sec., 15055.98946080738 rows/sec., 1.05 MiB/sec. | ||
| 1684 | 2024.04.03 05:12:50.465545 [ 83 ] {} <Debug> oximeter.measurements_cumulativeu64 (6373e3b3-ce8a-4e66-a523-d07c961c74b1) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1685 | 2024.04.03 05:12:50.465876 [ 83 ] {} <Trace> oximeter.measurements_cumulativeu64 (6373e3b3-ce8a-4e66-a523-d07c961c74b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1686 | 2024.04.03 05:12:50.465920 [ 188 ] {78132754-fa1e-4d68-980a-5012099aee94::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1687 | 2024.04.03 05:12:50.466010 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 1688 | 2024.04.03 05:12:50.466026 [ 189 ] {d10ead57-c466-400e-b267-5a50d181b38b::all_1_6_1} <Trace> oximeter.fields_string (d10ead57-c466-400e-b267-5a50d181b38b): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1689 | 2024.04.03 05:12:50.466112 [ 3 ] {4f463fa7-3978-41ee-b3cb-3320a70ba3bd} <Debug> DynamicQueryHandler: Done processing query | ||
| 1690 | 2024.04.03 05:12:50.466199 [ 3 ] {4f463fa7-3978-41ee-b3cb-3320a70ba3bd} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
| 1691 | 2024.04.03 05:12:50.466304 [ 3 ] {} <Debug> HTTP-Session: f3ad19dd-d2a3-4fca-9e98-718df3d23fcb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1692 | 2024.04.03 05:12:50.466433 [ 189 ] {d10ead57-c466-400e-b267-5a50d181b38b::all_1_6_1} <Trace> oximeter.fields_string (d10ead57-c466-400e-b267-5a50d181b38b) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1693 | 2024.04.03 05:12:50.466717 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 27847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1694 | 2024.04.03 05:12:50.466862 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1695 | 2024.04.03 05:12:50.466936 [ 3 ] {} <Debug> HTTP-Session: c6de7fcf-4dad-4199-99ae-c7e1d0b0bffe Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 1696 | 2024.04.03 05:12:50.466970 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 1697 | 2024.04.03 05:12:50.466990 [ 3 ] {} <Debug> HTTP-Session: c6de7fcf-4dad-4199-99ae-c7e1d0b0bffe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1698 | 2024.04.03 05:12:50.467051 [ 3 ] {} <Debug> HTTP-Session: c6de7fcf-4dad-4199-99ae-c7e1d0b0bffe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1699 | 2024.04.03 05:12:50.467101 [ 186 ] {6373e3b3-ce8a-4e66-a523-d07c961c74b1::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 | ||
| 1700 | 2024.04.03 05:12:50.467183 [ 3 ] {} <Trace> HTTP-Session: c6de7fcf-4dad-4199-99ae-c7e1d0b0bffe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1701 | 2024.04.03 05:12:50.467735 [ 186 ] {6373e3b3-ce8a-4e66-a523-d07c961c74b1::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1702 | 2024.04.03 05:12:50.467821 [ 186 ] {6373e3b3-ce8a-4e66-a523-d07c961c74b1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 140 rows starting from the beginning of the part | ||
| 1703 | 2024.04.03 05:12:50.468055 [ 188 ] {78132754-fa1e-4d68-980a-5012099aee94::all_1_6_1} <Trace> oximeter.fields_uuid (78132754-fa1e-4d68-980a-5012099aee94): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1704 | 2024.04.03 05:12:50.468077 [ 3 ] {f21cf590-39bd-474f-af97-c0e76e202070} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 1705 | 2024.04.03 05:12:50.468279 [ 186 ] {6373e3b3-ce8a-4e66-a523-d07c961c74b1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 160 rows starting from the beginning of the part | ||
| 1706 | 2024.04.03 05:12:50.468335 [ 3 ] {f21cf590-39bd-474f-af97-c0e76e202070} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 1707 | 2024.04.03 05:12:50.468781 [ 186 ] {6373e3b3-ce8a-4e66-a523-d07c961c74b1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 160 rows starting from the beginning of the part | ||
| 1708 | 2024.04.03 05:12:50.468924 [ 188 ] {78132754-fa1e-4d68-980a-5012099aee94::all_1_6_1} <Trace> oximeter.fields_uuid (78132754-fa1e-4d68-980a-5012099aee94) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1709 | 2024.04.03 05:12:50.469316 [ 186 ] {6373e3b3-ce8a-4e66-a523-d07c961c74b1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 160 rows starting from the beginning of the part | ||
| 1710 | 2024.04.03 05:12:50.469758 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 1711 | 2024.04.03 05:12:50.469890 [ 186 ] {6373e3b3-ce8a-4e66-a523-d07c961c74b1::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 | ||
| 1712 | 2024.04.03 05:12:50.470236 [ 3 ] {f21cf590-39bd-474f-af97-c0e76e202070} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1713 | 2024.04.03 05:12:50.470257 [ 186 ] {6373e3b3-ce8a-4e66-a523-d07c961c74b1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 160 rows starting from the beginning of the part | ||
| 1714 | 2024.04.03 05:12:50.471499 [ 3 ] {f21cf590-39bd-474f-af97-c0e76e202070} <Trace> oximeter.measurements_histogramf64 (8b69ac98-35f5-4c32-8452-ff3027d9bc94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1715 | 2024.04.03 05:12:50.471577 [ 3 ] {f21cf590-39bd-474f-af97-c0e76e202070} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 1716 | 2024.04.03 05:12:50.472856 [ 3 ] {f21cf590-39bd-474f-af97-c0e76e202070} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1717 | 2024.04.03 05:12:50.473229 [ 3 ] {f21cf590-39bd-474f-af97-c0e76e202070} <Trace> oximeter.measurements_histogramf64 (8b69ac98-35f5-4c32-8452-ff3027d9bc94): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1718 | 2024.04.03 05:12:50.473400 [ 3 ] {f21cf590-39bd-474f-af97-c0e76e202070} <Debug> executeQuery: Read 26 rows, 35.93 KiB in 0.005987 sec., 4342.7426089861365 rows/sec., 5.86 MiB/sec. | ||
| 1719 | 2024.04.03 05:12:50.473596 [ 3 ] {f21cf590-39bd-474f-af97-c0e76e202070} <Debug> DynamicQueryHandler: Done processing query | ||
| 1720 | 2024.04.03 05:12:50.473620 [ 3 ] {f21cf590-39bd-474f-af97-c0e76e202070} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
| 1721 | 2024.04.03 05:12:50.473636 [ 3 ] {} <Debug> HTTP-Session: c6de7fcf-4dad-4199-99ae-c7e1d0b0bffe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1722 | 2024.04.03 05:12:50.473787 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1723 | 2024.04.03 05:12:50.473835 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1724 | 2024.04.03 05:12:50.473854 [ 3 ] {} <Debug> HTTP-Session: 691b004f-f044-47ab-932e-103338028328 Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 1725 | 2024.04.03 05:12:50.473871 [ 3 ] {} <Debug> HTTP-Session: 691b004f-f044-47ab-932e-103338028328 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1726 | 2024.04.03 05:12:50.473884 [ 3 ] {} <Debug> HTTP-Session: 691b004f-f044-47ab-932e-103338028328 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1727 | 2024.04.03 05:12:50.473916 [ 3 ] {} <Trace> HTTP-Session: 691b004f-f044-47ab-932e-103338028328 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1728 | 2024.04.03 05:12:50.474001 [ 3 ] {a23159c5-18e1-421e-95b5-d0a5b534153e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 1729 | 2024.04.03 05:12:50.474043 [ 3 ] {a23159c5-18e1-421e-95b5-d0a5b534153e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1730 | 2024.04.03 05:12:50.474174 [ 3 ] {a23159c5-18e1-421e-95b5-d0a5b534153e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1731 | 2024.04.03 05:12:50.474462 [ 3 ] {a23159c5-18e1-421e-95b5-d0a5b534153e} <Trace> oximeter.measurements_u64 (de6da706-3917-4020-8d2f-ffa74140e97c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1732 | 2024.04.03 05:12:50.474498 [ 3 ] {a23159c5-18e1-421e-95b5-d0a5b534153e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 1733 | 2024.04.03 05:12:50.474862 [ 3 ] {a23159c5-18e1-421e-95b5-d0a5b534153e} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1734 | 2024.04.03 05:12:50.475572 [ 3 ] {a23159c5-18e1-421e-95b5-d0a5b534153e} <Trace> oximeter.measurements_u64 (de6da706-3917-4020-8d2f-ffa74140e97c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1735 | 2024.04.03 05:12:50.475596 [ 186 ] {6373e3b3-ce8a-4e66-a523-d07c961c74b1::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 940 rows, containing 5 columns (5 merged, 0 gathered) in 0.008964 sec., 104863.90004462293 rows/sec., 7.30 MiB/sec. | ||
| 1736 | 2024.04.03 05:12:50.475767 [ 83 ] {} <Debug> oximeter.measurements_u64 (de6da706-3917-4020-8d2f-ffa74140e97c) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1737 | 2024.04.03 05:12:50.475838 [ 3 ] {a23159c5-18e1-421e-95b5-d0a5b534153e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001849 sec., 32449.97295835587 rows/sec., 2.19 MiB/sec. | ||
| 1738 | 2024.04.03 05:12:50.475851 [ 83 ] {} <Trace> oximeter.measurements_u64 (de6da706-3917-4020-8d2f-ffa74140e97c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1739 | 2024.04.03 05:12:50.475945 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 1740 | 2024.04.03 05:12:50.476007 [ 186 ] {6373e3b3-ce8a-4e66-a523-d07c961c74b1::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1741 | 2024.04.03 05:12:50.476285 [ 3 ] {a23159c5-18e1-421e-95b5-d0a5b534153e} <Debug> DynamicQueryHandler: Done processing query | ||
| 1742 | 2024.04.03 05:12:50.476363 [ 3 ] {a23159c5-18e1-421e-95b5-d0a5b534153e} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 1743 | 2024.04.03 05:12:50.476439 [ 3 ] {} <Debug> HTTP-Session: 691b004f-f044-47ab-932e-103338028328 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1744 | 2024.04.03 05:12:50.476547 [ 188 ] {de6da706-3917-4020-8d2f-ffa74140e97c::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 | ||
| 1745 | 2024.04.03 05:12:50.476963 [ 188 ] {de6da706-3917-4020-8d2f-ffa74140e97c::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1746 | 2024.04.03 05:12:50.477006 [ 188 ] {de6da706-3917-4020-8d2f-ffa74140e97c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 52 rows starting from the beginning of the part | ||
| 1747 | 2024.04.03 05:12:50.477291 [ 188 ] {de6da706-3917-4020-8d2f-ffa74140e97c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 60 rows starting from the beginning of the part | ||
| 1748 | 2024.04.03 05:12:50.477362 [ 186 ] {6373e3b3-ce8a-4e66-a523-d07c961c74b1::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (6373e3b3-ce8a-4e66-a523-d07c961c74b1): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1749 | 2024.04.03 05:12:50.477575 [ 188 ] {de6da706-3917-4020-8d2f-ffa74140e97c::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 | ||
| 1750 | 2024.04.03 05:12:50.477691 [ 186 ] {6373e3b3-ce8a-4e66-a523-d07c961c74b1::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (6373e3b3-ce8a-4e66-a523-d07c961c74b1) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1751 | 2024.04.03 05:12:50.477883 [ 188 ] {de6da706-3917-4020-8d2f-ffa74140e97c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 60 rows starting from the beginning of the part | ||
| 1752 | 2024.04.03 05:12:50.477980 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. | ||
| 1753 | 2024.04.03 05:12:50.478100 [ 188 ] {de6da706-3917-4020-8d2f-ffa74140e97c::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 | ||
| 1754 | 2024.04.03 05:12:50.478262 [ 188 ] {de6da706-3917-4020-8d2f-ffa74140e97c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 60 rows starting from the beginning of the part | ||
| 1755 | 2024.04.03 05:12:50.479335 [ 191 ] {de6da706-3917-4020-8d2f-ffa74140e97c::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 352 rows, containing 4 columns (4 merged, 0 gathered) in 0.003164242 sec., 111243.07180045015 rows/sec., 7.49 MiB/sec. | ||
| 1756 | 2024.04.03 05:12:50.479524 [ 191 ] {de6da706-3917-4020-8d2f-ffa74140e97c::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1757 | 2024.04.03 05:12:50.479967 [ 191 ] {de6da706-3917-4020-8d2f-ffa74140e97c::all_1_6_1} <Trace> oximeter.measurements_u64 (de6da706-3917-4020-8d2f-ffa74140e97c): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1758 | 2024.04.03 05:12:50.480052 [ 191 ] {de6da706-3917-4020-8d2f-ffa74140e97c::all_1_6_1} <Trace> oximeter.measurements_u64 (de6da706-3917-4020-8d2f-ffa74140e97c) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1759 | 2024.04.03 05:12:50.480142 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 1760 | 2024.04.03 05:12:55.439709 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 923, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1761 | 2024.04.03 05:12:55.439929 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1762 | 2024.04.03 05:12:55.439982 [ 3 ] {} <Debug> HTTP-Session: 84707fc3-fe75-4d3e-a746-34c08ccc3215 Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 1763 | 2024.04.03 05:12:55.440025 [ 3 ] {} <Debug> HTTP-Session: 84707fc3-fe75-4d3e-a746-34c08ccc3215 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1764 | 2024.04.03 05:12:55.440054 [ 3 ] {} <Debug> HTTP-Session: 84707fc3-fe75-4d3e-a746-34c08ccc3215 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1765 | 2024.04.03 05:12:55.440134 [ 3 ] {} <Trace> HTTP-Session: 84707fc3-fe75-4d3e-a746-34c08ccc3215 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1766 | 2024.04.03 05:12:55.440416 [ 3 ] {17fe3d45-0cd0-4aaa-b984-e7e7187d068e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
| 1767 | 2024.04.03 05:12:55.440980 [ 3 ] {17fe3d45-0cd0-4aaa-b984-e7e7187d068e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1768 | 2024.04.03 05:12:55.441025 [ 3 ] {17fe3d45-0cd0-4aaa-b984-e7e7187d068e} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1769 | 2024.04.03 05:12:55.441334 [ 3 ] {17fe3d45-0cd0-4aaa-b984-e7e7187d068e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1770 | 2024.04.03 05:12:55.441417 [ 3 ] {17fe3d45-0cd0-4aaa-b984-e7e7187d068e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1771 | 2024.04.03 05:12:55.441591 [ 3 ] {17fe3d45-0cd0-4aaa-b984-e7e7187d068e} <Debug> oximeter.timeseries_schema (f3c82d0a-8067-4bee-a6f1-9e1276014f6a) (SelectExecutor): Key condition: (column 0 notIn 22-element set) | ||
| 1772 | 2024.04.03 05:12:55.441705 [ 254 ] {17fe3d45-0cd0-4aaa-b984-e7e7187d068e} <Trace> oximeter.timeseries_schema (f3c82d0a-8067-4bee-a6f1-9e1276014f6a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1773 | 2024.04.03 05:12:55.441740 [ 253 ] {17fe3d45-0cd0-4aaa-b984-e7e7187d068e} <Trace> oximeter.timeseries_schema (f3c82d0a-8067-4bee-a6f1-9e1276014f6a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1774 | 2024.04.03 05:12:55.441877 [ 3 ] {17fe3d45-0cd0-4aaa-b984-e7e7187d068e} <Debug> oximeter.timeseries_schema (f3c82d0a-8067-4bee-a6f1-9e1276014f6a) (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 | ||
| 1775 | 2024.04.03 05:12:55.441908 [ 3 ] {17fe3d45-0cd0-4aaa-b984-e7e7187d068e} <Trace> oximeter.timeseries_schema (f3c82d0a-8067-4bee-a6f1-9e1276014f6a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1776 | 2024.04.03 05:12:55.444171 [ 3 ] {17fe3d45-0cd0-4aaa-b984-e7e7187d068e} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1777 | 2024.04.03 05:12:55.446585 [ 3 ] {17fe3d45-0cd0-4aaa-b984-e7e7187d068e} <Debug> oximeter.timeseries_schema (f3c82d0a-8067-4bee-a6f1-9e1276014f6a) (SelectExecutor): Reading approx. 22 rows with 2 streams | ||
| 1778 | 2024.04.03 05:12:55.446666 [ 3 ] {17fe3d45-0cd0-4aaa-b984-e7e7187d068e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1779 | 2024.04.03 05:12:55.446721 [ 3 ] {17fe3d45-0cd0-4aaa-b984-e7e7187d068e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1780 | 2024.04.03 05:12:55.449014 [ 3 ] {17fe3d45-0cd0-4aaa-b984-e7e7187d068e} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.008782 sec., 2505.124117513095 rows/sec., 104.86 KiB/sec. | ||
| 1781 | 2024.04.03 05:12:55.449322 [ 3 ] {17fe3d45-0cd0-4aaa-b984-e7e7187d068e} <Debug> DynamicQueryHandler: Done processing query | ||
| 1782 | 2024.04.03 05:12:55.449353 [ 3 ] {17fe3d45-0cd0-4aaa-b984-e7e7187d068e} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
| 1783 | 2024.04.03 05:12:55.449376 [ 3 ] {} <Debug> HTTP-Session: 84707fc3-fe75-4d3e-a746-34c08ccc3215 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1784 | 2024.04.03 05:12:55.449646 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 961, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1785 | 2024.04.03 05:12:55.449710 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1786 | 2024.04.03 05:12:55.449733 [ 3 ] {} <Debug> HTTP-Session: b651ae88-4a1c-4ef8-b8cc-51bec661d91a Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 1787 | 2024.04.03 05:12:55.449756 [ 3 ] {} <Debug> HTTP-Session: b651ae88-4a1c-4ef8-b8cc-51bec661d91a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1788 | 2024.04.03 05:12:55.449773 [ 3 ] {} <Debug> HTTP-Session: b651ae88-4a1c-4ef8-b8cc-51bec661d91a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1789 | 2024.04.03 05:12:55.449817 [ 3 ] {} <Trace> HTTP-Session: b651ae88-4a1c-4ef8-b8cc-51bec661d91a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1790 | 2024.04.03 05:12:55.449945 [ 3 ] {520c8a34-b7f4-41da-b321-22e7106ffd9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
| 1791 | 2024.04.03 05:12:55.450219 [ 3 ] {520c8a34-b7f4-41da-b321-22e7106ffd9b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1792 | 2024.04.03 05:12:55.450262 [ 3 ] {520c8a34-b7f4-41da-b321-22e7106ffd9b} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1793 | 2024.04.03 05:12:55.450542 [ 3 ] {520c8a34-b7f4-41da-b321-22e7106ffd9b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1794 | 2024.04.03 05:12:55.450608 [ 3 ] {520c8a34-b7f4-41da-b321-22e7106ffd9b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1795 | 2024.04.03 05:12:55.450749 [ 3 ] {520c8a34-b7f4-41da-b321-22e7106ffd9b} <Debug> oximeter.timeseries_schema (f3c82d0a-8067-4bee-a6f1-9e1276014f6a) (SelectExecutor): Key condition: (column 0 notIn 23-element set) | ||
| 1796 | 2024.04.03 05:12:55.450863 [ 259 ] {520c8a34-b7f4-41da-b321-22e7106ffd9b} <Trace> oximeter.timeseries_schema (f3c82d0a-8067-4bee-a6f1-9e1276014f6a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1797 | 2024.04.03 05:12:55.450865 [ 258 ] {520c8a34-b7f4-41da-b321-22e7106ffd9b} <Trace> oximeter.timeseries_schema (f3c82d0a-8067-4bee-a6f1-9e1276014f6a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1798 | 2024.04.03 05:12:55.451008 [ 3 ] {520c8a34-b7f4-41da-b321-22e7106ffd9b} <Debug> oximeter.timeseries_schema (f3c82d0a-8067-4bee-a6f1-9e1276014f6a) (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 | ||
| 1799 | 2024.04.03 05:12:55.451037 [ 3 ] {520c8a34-b7f4-41da-b321-22e7106ffd9b} <Trace> oximeter.timeseries_schema (f3c82d0a-8067-4bee-a6f1-9e1276014f6a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1800 | 2024.04.03 05:12:55.451117 [ 3 ] {520c8a34-b7f4-41da-b321-22e7106ffd9b} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1801 | 2024.04.03 05:12:55.451137 [ 3 ] {520c8a34-b7f4-41da-b321-22e7106ffd9b} <Debug> oximeter.timeseries_schema (f3c82d0a-8067-4bee-a6f1-9e1276014f6a) (SelectExecutor): Reading approx. 22 rows with 2 streams | ||
| 1802 | 2024.04.03 05:12:55.451175 [ 3 ] {520c8a34-b7f4-41da-b321-22e7106ffd9b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1803 | 2024.04.03 05:12:55.451215 [ 3 ] {520c8a34-b7f4-41da-b321-22e7106ffd9b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1804 | 2024.04.03 05:12:55.452530 [ 3 ] {520c8a34-b7f4-41da-b321-22e7106ffd9b} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.002658 sec., 8276.899924755455 rows/sec., 346.46 KiB/sec. | ||
| 1805 | 2024.04.03 05:12:55.452787 [ 3 ] {520c8a34-b7f4-41da-b321-22e7106ffd9b} <Debug> DynamicQueryHandler: Done processing query | ||
| 1806 | 2024.04.03 05:12:55.452813 [ 3 ] {520c8a34-b7f4-41da-b321-22e7106ffd9b} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
| 1807 | 2024.04.03 05:12:55.452830 [ 3 ] {} <Debug> HTTP-Session: b651ae88-4a1c-4ef8-b8cc-51bec661d91a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1808 | 2024.04.03 05:12:55.453074 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 995, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1809 | 2024.04.03 05:12:55.453123 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1810 | 2024.04.03 05:12:55.453141 [ 3 ] {} <Debug> HTTP-Session: 4a666f26-5107-4a6c-ad4f-c99889b28743 Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 1811 | 2024.04.03 05:12:55.453159 [ 3 ] {} <Debug> HTTP-Session: 4a666f26-5107-4a6c-ad4f-c99889b28743 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1812 | 2024.04.03 05:12:55.453173 [ 3 ] {} <Debug> HTTP-Session: 4a666f26-5107-4a6c-ad4f-c99889b28743 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1813 | 2024.04.03 05:12:55.453205 [ 3 ] {} <Trace> HTTP-Session: 4a666f26-5107-4a6c-ad4f-c99889b28743 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1814 | 2024.04.03 05:12:55.453317 [ 3 ] {c3a71877-d13b-4456-b4fc-1e6a0a1dc685} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
| 1815 | 2024.04.03 05:12:55.453588 [ 3 ] {c3a71877-d13b-4456-b4fc-1e6a0a1dc685} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1816 | 2024.04.03 05:12:55.453630 [ 3 ] {c3a71877-d13b-4456-b4fc-1e6a0a1dc685} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1817 | 2024.04.03 05:12:55.453901 [ 3 ] {c3a71877-d13b-4456-b4fc-1e6a0a1dc685} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1818 | 2024.04.03 05:12:55.453964 [ 3 ] {c3a71877-d13b-4456-b4fc-1e6a0a1dc685} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1819 | 2024.04.03 05:12:55.454106 [ 3 ] {c3a71877-d13b-4456-b4fc-1e6a0a1dc685} <Debug> oximeter.timeseries_schema (f3c82d0a-8067-4bee-a6f1-9e1276014f6a) (SelectExecutor): Key condition: (column 0 notIn 24-element set) | ||
| 1820 | 2024.04.03 05:12:55.454223 [ 253 ] {c3a71877-d13b-4456-b4fc-1e6a0a1dc685} <Trace> oximeter.timeseries_schema (f3c82d0a-8067-4bee-a6f1-9e1276014f6a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1821 | 2024.04.03 05:12:55.454224 [ 255 ] {c3a71877-d13b-4456-b4fc-1e6a0a1dc685} <Trace> oximeter.timeseries_schema (f3c82d0a-8067-4bee-a6f1-9e1276014f6a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1822 | 2024.04.03 05:12:55.454345 [ 3 ] {c3a71877-d13b-4456-b4fc-1e6a0a1dc685} <Debug> oximeter.timeseries_schema (f3c82d0a-8067-4bee-a6f1-9e1276014f6a) (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 | ||
| 1823 | 2024.04.03 05:12:55.454373 [ 3 ] {c3a71877-d13b-4456-b4fc-1e6a0a1dc685} <Trace> oximeter.timeseries_schema (f3c82d0a-8067-4bee-a6f1-9e1276014f6a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1824 | 2024.04.03 05:12:55.454453 [ 3 ] {c3a71877-d13b-4456-b4fc-1e6a0a1dc685} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1825 | 2024.04.03 05:12:55.454473 [ 3 ] {c3a71877-d13b-4456-b4fc-1e6a0a1dc685} <Debug> oximeter.timeseries_schema (f3c82d0a-8067-4bee-a6f1-9e1276014f6a) (SelectExecutor): Reading approx. 22 rows with 2 streams | ||
| 1826 | 2024.04.03 05:12:55.454510 [ 3 ] {c3a71877-d13b-4456-b4fc-1e6a0a1dc685} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1827 | 2024.04.03 05:12:55.454550 [ 3 ] {c3a71877-d13b-4456-b4fc-1e6a0a1dc685} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1828 | 2024.04.03 05:12:55.455896 [ 3 ] {c3a71877-d13b-4456-b4fc-1e6a0a1dc685} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.002645 sec., 8317.580340264649 rows/sec., 348.17 KiB/sec. | ||
| 1829 | 2024.04.03 05:12:55.456147 [ 3 ] {c3a71877-d13b-4456-b4fc-1e6a0a1dc685} <Debug> DynamicQueryHandler: Done processing query | ||
| 1830 | 2024.04.03 05:12:55.456171 [ 3 ] {c3a71877-d13b-4456-b4fc-1e6a0a1dc685} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
| 1831 | 2024.04.03 05:12:55.456188 [ 3 ] {} <Debug> HTTP-Session: 4a666f26-5107-4a6c-ad4f-c99889b28743 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1832 | 2024.04.03 05:12:55.456490 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 1032, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1833 | 2024.04.03 05:12:55.456538 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1834 | 2024.04.03 05:12:55.456557 [ 3 ] {} <Debug> HTTP-Session: 26344799-f45d-49de-8462-246eb3afefbc Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 1835 | 2024.04.03 05:12:55.456573 [ 3 ] {} <Debug> HTTP-Session: 26344799-f45d-49de-8462-246eb3afefbc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1836 | 2024.04.03 05:12:55.456587 [ 3 ] {} <Debug> HTTP-Session: 26344799-f45d-49de-8462-246eb3afefbc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1837 | 2024.04.03 05:12:55.456618 [ 3 ] {} <Trace> HTTP-Session: 26344799-f45d-49de-8462-246eb3afefbc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1838 | 2024.04.03 05:12:55.456729 [ 3 ] {05a4af23-0ae6-4bb7-971b-6297657e6bd9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
| 1839 | 2024.04.03 05:12:55.456999 [ 3 ] {05a4af23-0ae6-4bb7-971b-6297657e6bd9} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1840 | 2024.04.03 05:12:55.457042 [ 3 ] {05a4af23-0ae6-4bb7-971b-6297657e6bd9} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1841 | 2024.04.03 05:12:55.457314 [ 3 ] {05a4af23-0ae6-4bb7-971b-6297657e6bd9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1842 | 2024.04.03 05:12:55.457378 [ 3 ] {05a4af23-0ae6-4bb7-971b-6297657e6bd9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1843 | 2024.04.03 05:12:55.457517 [ 3 ] {05a4af23-0ae6-4bb7-971b-6297657e6bd9} <Debug> oximeter.timeseries_schema (f3c82d0a-8067-4bee-a6f1-9e1276014f6a) (SelectExecutor): Key condition: (column 0 notIn 25-element set) | ||
| 1844 | 2024.04.03 05:12:55.457629 [ 258 ] {05a4af23-0ae6-4bb7-971b-6297657e6bd9} <Trace> oximeter.timeseries_schema (f3c82d0a-8067-4bee-a6f1-9e1276014f6a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1845 | 2024.04.03 05:12:55.457633 [ 257 ] {05a4af23-0ae6-4bb7-971b-6297657e6bd9} <Trace> oximeter.timeseries_schema (f3c82d0a-8067-4bee-a6f1-9e1276014f6a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1846 | 2024.04.03 05:12:55.457750 [ 3 ] {05a4af23-0ae6-4bb7-971b-6297657e6bd9} <Debug> oximeter.timeseries_schema (f3c82d0a-8067-4bee-a6f1-9e1276014f6a) (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 | ||
| 1847 | 2024.04.03 05:12:55.457778 [ 3 ] {05a4af23-0ae6-4bb7-971b-6297657e6bd9} <Trace> oximeter.timeseries_schema (f3c82d0a-8067-4bee-a6f1-9e1276014f6a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1848 | 2024.04.03 05:12:55.457857 [ 3 ] {05a4af23-0ae6-4bb7-971b-6297657e6bd9} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1849 | 2024.04.03 05:12:55.457877 [ 3 ] {05a4af23-0ae6-4bb7-971b-6297657e6bd9} <Debug> oximeter.timeseries_schema (f3c82d0a-8067-4bee-a6f1-9e1276014f6a) (SelectExecutor): Reading approx. 22 rows with 2 streams | ||
| 1850 | 2024.04.03 05:12:55.457914 [ 3 ] {05a4af23-0ae6-4bb7-971b-6297657e6bd9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1851 | 2024.04.03 05:12:55.457954 [ 3 ] {05a4af23-0ae6-4bb7-971b-6297657e6bd9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1852 | 2024.04.03 05:12:55.459367 [ 3 ] {05a4af23-0ae6-4bb7-971b-6297657e6bd9} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.002705 sec., 8133.086876155268 rows/sec., 340.44 KiB/sec. | ||
| 1853 | 2024.04.03 05:12:55.459626 [ 3 ] {05a4af23-0ae6-4bb7-971b-6297657e6bd9} <Debug> DynamicQueryHandler: Done processing query | ||
| 1854 | 2024.04.03 05:12:55.459650 [ 3 ] {05a4af23-0ae6-4bb7-971b-6297657e6bd9} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
| 1855 | 2024.04.03 05:12:55.459667 [ 3 ] {} <Debug> HTTP-Session: 26344799-f45d-49de-8462-246eb3afefbc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1856 | 2024.04.03 05:12:55.459905 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 1071, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1857 | 2024.04.03 05:12:55.459952 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1858 | 2024.04.03 05:12:55.459970 [ 3 ] {} <Debug> HTTP-Session: db34605d-636f-4ffb-b46d-552a751e985b Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 1859 | 2024.04.03 05:12:55.459986 [ 3 ] {} <Debug> HTTP-Session: db34605d-636f-4ffb-b46d-552a751e985b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1860 | 2024.04.03 05:12:55.460000 [ 3 ] {} <Debug> HTTP-Session: db34605d-636f-4ffb-b46d-552a751e985b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1861 | 2024.04.03 05:12:55.460031 [ 3 ] {} <Trace> HTTP-Session: db34605d-636f-4ffb-b46d-552a751e985b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1862 | 2024.04.03 05:12:55.460146 [ 3 ] {c3865a36-8ccd-4c96-a641-3e28a3193061} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
| 1863 | 2024.04.03 05:12:55.460424 [ 3 ] {c3865a36-8ccd-4c96-a641-3e28a3193061} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1864 | 2024.04.03 05:12:55.460467 [ 3 ] {c3865a36-8ccd-4c96-a641-3e28a3193061} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1865 | 2024.04.03 05:12:55.460744 [ 3 ] {c3865a36-8ccd-4c96-a641-3e28a3193061} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1866 | 2024.04.03 05:12:55.460808 [ 3 ] {c3865a36-8ccd-4c96-a641-3e28a3193061} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1867 | 2024.04.03 05:12:55.460947 [ 3 ] {c3865a36-8ccd-4c96-a641-3e28a3193061} <Debug> oximeter.timeseries_schema (f3c82d0a-8067-4bee-a6f1-9e1276014f6a) (SelectExecutor): Key condition: (column 0 notIn 26-element set) | ||
| 1868 | 2024.04.03 05:12:55.461027 [ 253 ] {c3865a36-8ccd-4c96-a641-3e28a3193061} <Trace> oximeter.timeseries_schema (f3c82d0a-8067-4bee-a6f1-9e1276014f6a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1869 | 2024.04.03 05:12:55.461033 [ 257 ] {c3865a36-8ccd-4c96-a641-3e28a3193061} <Trace> oximeter.timeseries_schema (f3c82d0a-8067-4bee-a6f1-9e1276014f6a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1870 | 2024.04.03 05:12:55.461129 [ 3 ] {c3865a36-8ccd-4c96-a641-3e28a3193061} <Debug> oximeter.timeseries_schema (f3c82d0a-8067-4bee-a6f1-9e1276014f6a) (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 | ||
| 1871 | 2024.04.03 05:12:55.461156 [ 3 ] {c3865a36-8ccd-4c96-a641-3e28a3193061} <Trace> oximeter.timeseries_schema (f3c82d0a-8067-4bee-a6f1-9e1276014f6a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1872 | 2024.04.03 05:12:55.461235 [ 3 ] {c3865a36-8ccd-4c96-a641-3e28a3193061} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1873 | 2024.04.03 05:12:55.461254 [ 3 ] {c3865a36-8ccd-4c96-a641-3e28a3193061} <Debug> oximeter.timeseries_schema (f3c82d0a-8067-4bee-a6f1-9e1276014f6a) (SelectExecutor): Reading approx. 22 rows with 2 streams | ||
| 1874 | 2024.04.03 05:12:55.461292 [ 3 ] {c3865a36-8ccd-4c96-a641-3e28a3193061} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1875 | 2024.04.03 05:12:55.461334 [ 3 ] {c3865a36-8ccd-4c96-a641-3e28a3193061} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1876 | 2024.04.03 05:12:55.462842 [ 3 ] {c3865a36-8ccd-4c96-a641-3e28a3193061} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.002766 sec., 7953.723788864787 rows/sec., 332.94 KiB/sec. | ||
| 1877 | 2024.04.03 05:12:55.463090 [ 3 ] {c3865a36-8ccd-4c96-a641-3e28a3193061} <Debug> DynamicQueryHandler: Done processing query | ||
| 1878 | 2024.04.03 05:12:55.463115 [ 3 ] {c3865a36-8ccd-4c96-a641-3e28a3193061} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
| 1879 | 2024.04.03 05:12:55.463131 [ 3 ] {} <Debug> HTTP-Session: db34605d-636f-4ffb-b46d-552a751e985b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1880 | 2024.04.03 05:12:55.463436 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 1104, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1881 | 2024.04.03 05:12:55.463484 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1882 | 2024.04.03 05:12:55.463503 [ 3 ] {} <Debug> HTTP-Session: 37c7784b-5c5f-4353-9652-f4248e2175d2 Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 1883 | 2024.04.03 05:12:55.463520 [ 3 ] {} <Debug> HTTP-Session: 37c7784b-5c5f-4353-9652-f4248e2175d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1884 | 2024.04.03 05:12:55.463534 [ 3 ] {} <Debug> HTTP-Session: 37c7784b-5c5f-4353-9652-f4248e2175d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1885 | 2024.04.03 05:12:55.463565 [ 3 ] {} <Trace> HTTP-Session: 37c7784b-5c5f-4353-9652-f4248e2175d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1886 | 2024.04.03 05:12:55.463679 [ 3 ] {abe6174e-41d1-41ff-8342-bd511c8bc247} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
| 1887 | 2024.04.03 05:12:55.463953 [ 3 ] {abe6174e-41d1-41ff-8342-bd511c8bc247} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1888 | 2024.04.03 05:12:55.463996 [ 3 ] {abe6174e-41d1-41ff-8342-bd511c8bc247} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1889 | 2024.04.03 05:12:55.464276 [ 3 ] {abe6174e-41d1-41ff-8342-bd511c8bc247} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1890 | 2024.04.03 05:12:55.464343 [ 3 ] {abe6174e-41d1-41ff-8342-bd511c8bc247} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1891 | 2024.04.03 05:12:55.464485 [ 3 ] {abe6174e-41d1-41ff-8342-bd511c8bc247} <Debug> oximeter.timeseries_schema (f3c82d0a-8067-4bee-a6f1-9e1276014f6a) (SelectExecutor): Key condition: (column 0 notIn 27-element set) | ||
| 1892 | 2024.04.03 05:12:55.464608 [ 258 ] {abe6174e-41d1-41ff-8342-bd511c8bc247} <Trace> oximeter.timeseries_schema (f3c82d0a-8067-4bee-a6f1-9e1276014f6a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1893 | 2024.04.03 05:12:55.464613 [ 253 ] {abe6174e-41d1-41ff-8342-bd511c8bc247} <Trace> oximeter.timeseries_schema (f3c82d0a-8067-4bee-a6f1-9e1276014f6a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1894 | 2024.04.03 05:12:55.464729 [ 3 ] {abe6174e-41d1-41ff-8342-bd511c8bc247} <Debug> oximeter.timeseries_schema (f3c82d0a-8067-4bee-a6f1-9e1276014f6a) (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 | ||
| 1895 | 2024.04.03 05:12:55.464757 [ 3 ] {abe6174e-41d1-41ff-8342-bd511c8bc247} <Trace> oximeter.timeseries_schema (f3c82d0a-8067-4bee-a6f1-9e1276014f6a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1896 | 2024.04.03 05:12:55.464837 [ 3 ] {abe6174e-41d1-41ff-8342-bd511c8bc247} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1897 | 2024.04.03 05:12:55.464856 [ 3 ] {abe6174e-41d1-41ff-8342-bd511c8bc247} <Debug> oximeter.timeseries_schema (f3c82d0a-8067-4bee-a6f1-9e1276014f6a) (SelectExecutor): Reading approx. 22 rows with 2 streams | ||
| 1898 | 2024.04.03 05:12:55.464895 [ 3 ] {abe6174e-41d1-41ff-8342-bd511c8bc247} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1899 | 2024.04.03 05:12:55.464935 [ 3 ] {abe6174e-41d1-41ff-8342-bd511c8bc247} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1900 | 2024.04.03 05:12:55.466201 [ 3 ] {abe6174e-41d1-41ff-8342-bd511c8bc247} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.002591 sec., 8490.930142802006 rows/sec., 355.42 KiB/sec. | ||
| 1901 | 2024.04.03 05:12:55.466449 [ 3 ] {abe6174e-41d1-41ff-8342-bd511c8bc247} <Debug> DynamicQueryHandler: Done processing query | ||
| 1902 | 2024.04.03 05:12:55.466473 [ 3 ] {abe6174e-41d1-41ff-8342-bd511c8bc247} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
| 1903 | 2024.04.03 05:12:55.466489 [ 3 ] {} <Debug> HTTP-Session: 37c7784b-5c5f-4353-9652-f4248e2175d2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1904 | 2024.04.03 05:12:55.484314 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 1942, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1905 | 2024.04.03 05:12:55.484364 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1906 | 2024.04.03 05:12:55.484382 [ 3 ] {} <Debug> HTTP-Session: ecf3e76a-e325-444a-b036-06bb08e48b98 Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 1907 | 2024.04.03 05:12:55.484400 [ 3 ] {} <Debug> HTTP-Session: ecf3e76a-e325-444a-b036-06bb08e48b98 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1908 | 2024.04.03 05:12:55.484413 [ 3 ] {} <Debug> HTTP-Session: ecf3e76a-e325-444a-b036-06bb08e48b98 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1909 | 2024.04.03 05:12:55.484444 [ 3 ] {} <Trace> HTTP-Session: ecf3e76a-e325-444a-b036-06bb08e48b98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1910 | 2024.04.03 05:12:55.484529 [ 3 ] {aadf9442-6a90-435b-b904-46cc626e50c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
| 1911 | 2024.04.03 05:12:55.484571 [ 3 ] {aadf9442-6a90-435b-b904-46cc626e50c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1912 | 2024.04.03 05:12:55.484736 [ 3 ] {aadf9442-6a90-435b-b904-46cc626e50c0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1913 | 2024.04.03 05:12:55.485083 [ 3 ] {aadf9442-6a90-435b-b904-46cc626e50c0} <Trace> oximeter.timeseries_schema (f3c82d0a-8067-4bee-a6f1-9e1276014f6a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1914 | 2024.04.03 05:12:55.485126 [ 3 ] {aadf9442-6a90-435b-b904-46cc626e50c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 1915 | 2024.04.03 05:12:55.485642 [ 3 ] {aadf9442-6a90-435b-b904-46cc626e50c0} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1916 | 2024.04.03 05:12:55.485960 [ 3 ] {aadf9442-6a90-435b-b904-46cc626e50c0} <Trace> oximeter.timeseries_schema (f3c82d0a-8067-4bee-a6f1-9e1276014f6a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1917 | 2024.04.03 05:12:55.486139 [ 3 ] {aadf9442-6a90-435b-b904-46cc626e50c0} <Debug> executeQuery: Read 6 rows, 996.00 B in 0.00165 sec., 3636.3636363636365 rows/sec., 589.49 KiB/sec. | ||
| 1918 | 2024.04.03 05:12:55.486382 [ 3 ] {aadf9442-6a90-435b-b904-46cc626e50c0} <Debug> DynamicQueryHandler: Done processing query | ||
| 1919 | 2024.04.03 05:12:55.486405 [ 3 ] {aadf9442-6a90-435b-b904-46cc626e50c0} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
| 1920 | 2024.04.03 05:12:55.486421 [ 3 ] {} <Debug> HTTP-Session: ecf3e76a-e325-444a-b036-06bb08e48b98 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1921 | 2024.04.03 05:12:55.486549 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 12817, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1922 | 2024.04.03 05:12:55.486597 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1923 | 2024.04.03 05:12:55.486615 [ 3 ] {} <Debug> HTTP-Session: ad67a592-f272-40d7-92ed-3fa6574da76a Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 1924 | 2024.04.03 05:12:55.486631 [ 3 ] {} <Debug> HTTP-Session: ad67a592-f272-40d7-92ed-3fa6574da76a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1925 | 2024.04.03 05:12:55.486644 [ 3 ] {} <Debug> HTTP-Session: ad67a592-f272-40d7-92ed-3fa6574da76a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1926 | 2024.04.03 05:12:55.486675 [ 3 ] {} <Trace> HTTP-Session: ad67a592-f272-40d7-92ed-3fa6574da76a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1927 | 2024.04.03 05:12:55.486769 [ 3 ] {0c3177d3-d559-4387-b524-b734e1a2701e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 1928 | 2024.04.03 05:12:55.486809 [ 3 ] {0c3177d3-d559-4387-b524-b734e1a2701e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1929 | 2024.04.03 05:12:55.486956 [ 3 ] {0c3177d3-d559-4387-b524-b734e1a2701e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1930 | 2024.04.03 05:12:55.487331 [ 3 ] {0c3177d3-d559-4387-b524-b734e1a2701e} <Trace> oximeter.fields_string (d10ead57-c466-400e-b267-5a50d181b38b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1931 | 2024.04.03 05:12:55.487371 [ 3 ] {0c3177d3-d559-4387-b524-b734e1a2701e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 1932 | 2024.04.03 05:12:55.487685 [ 3 ] {0c3177d3-d559-4387-b524-b734e1a2701e} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1933 | 2024.04.03 05:12:55.488007 [ 3 ] {0c3177d3-d559-4387-b524-b734e1a2701e} <Trace> oximeter.fields_string (d10ead57-c466-400e-b267-5a50d181b38b): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1934 | 2024.04.03 05:12:55.488164 [ 3 ] {0c3177d3-d559-4387-b524-b734e1a2701e} <Debug> executeQuery: Read 92 rows, 7.22 KiB in 0.001439 sec., 63933.28700486449 rows/sec., 4.90 MiB/sec. | ||
| 1935 | 2024.04.03 05:12:55.488393 [ 3 ] {0c3177d3-d559-4387-b524-b734e1a2701e} <Debug> DynamicQueryHandler: Done processing query | ||
| 1936 | 2024.04.03 05:12:55.488417 [ 3 ] {0c3177d3-d559-4387-b524-b734e1a2701e} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 1937 | 2024.04.03 05:12:55.488432 [ 3 ] {} <Debug> HTTP-Session: ad67a592-f272-40d7-92ed-3fa6574da76a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1938 | 2024.04.03 05:12:55.488581 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 14926, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1939 | 2024.04.03 05:12:55.488629 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1940 | 2024.04.03 05:12:55.488648 [ 3 ] {} <Debug> HTTP-Session: c383ee24-fe38-4bea-8b97-9c645e0f703c Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 1941 | 2024.04.03 05:12:55.488664 [ 3 ] {} <Debug> HTTP-Session: c383ee24-fe38-4bea-8b97-9c645e0f703c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1942 | 2024.04.03 05:12:55.488678 [ 3 ] {} <Debug> HTTP-Session: c383ee24-fe38-4bea-8b97-9c645e0f703c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1943 | 2024.04.03 05:12:55.488708 [ 3 ] {} <Trace> HTTP-Session: c383ee24-fe38-4bea-8b97-9c645e0f703c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1944 | 2024.04.03 05:12:55.488802 [ 3 ] {769ff1b4-2c86-4191-ae85-a03f8cd8de2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 1945 | 2024.04.03 05:12:55.488844 [ 3 ] {769ff1b4-2c86-4191-ae85-a03f8cd8de2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1946 | 2024.04.03 05:12:55.488991 [ 3 ] {769ff1b4-2c86-4191-ae85-a03f8cd8de2d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1947 | 2024.04.03 05:12:55.489331 [ 3 ] {769ff1b4-2c86-4191-ae85-a03f8cd8de2d} <Trace> oximeter.fields_uuid (78132754-fa1e-4d68-980a-5012099aee94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1948 | 2024.04.03 05:12:55.489370 [ 3 ] {769ff1b4-2c86-4191-ae85-a03f8cd8de2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 1949 | 2024.04.03 05:12:55.489677 [ 3 ] {769ff1b4-2c86-4191-ae85-a03f8cd8de2d} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1950 | 2024.04.03 05:12:55.489987 [ 3 ] {769ff1b4-2c86-4191-ae85-a03f8cd8de2d} <Trace> oximeter.fields_uuid (78132754-fa1e-4d68-980a-5012099aee94): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1951 | 2024.04.03 05:12:55.490135 [ 3 ] {769ff1b4-2c86-4191-ae85-a03f8cd8de2d} <Debug> executeQuery: Read 88 rows, 7.01 KiB in 0.001382 sec., 63675.83212735166 rows/sec., 4.96 MiB/sec. | ||
| 1952 | 2024.04.03 05:12:55.490258 [ 3 ] {769ff1b4-2c86-4191-ae85-a03f8cd8de2d} <Debug> DynamicQueryHandler: Done processing query | ||
| 1953 | 2024.04.03 05:12:55.490282 [ 3 ] {769ff1b4-2c86-4191-ae85-a03f8cd8de2d} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 1954 | 2024.04.03 05:12:55.490298 [ 3 ] {} <Debug> HTTP-Session: c383ee24-fe38-4bea-8b97-9c645e0f703c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1955 | 2024.04.03 05:12:55.490751 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 88312, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1956 | 2024.04.03 05:12:55.490799 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1957 | 2024.04.03 05:12:55.490817 [ 3 ] {} <Debug> HTTP-Session: 0b17aed6-ca63-4385-9025-b6c841679190 Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 1958 | 2024.04.03 05:12:55.490833 [ 3 ] {} <Debug> HTTP-Session: 0b17aed6-ca63-4385-9025-b6c841679190 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1959 | 2024.04.03 05:12:55.490847 [ 3 ] {} <Debug> HTTP-Session: 0b17aed6-ca63-4385-9025-b6c841679190 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1960 | 2024.04.03 05:12:55.490878 [ 3 ] {} <Trace> HTTP-Session: 0b17aed6-ca63-4385-9025-b6c841679190 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1961 | 2024.04.03 05:12:55.491127 [ 3 ] {5ca4fbfd-69a9-448f-b904-b75961b99f4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 1962 | 2024.04.03 05:12:55.491172 [ 3 ] {5ca4fbfd-69a9-448f-b904-b75961b99f4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1963 | 2024.04.03 05:12:55.491318 [ 3 ] {5ca4fbfd-69a9-448f-b904-b75961b99f4a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1964 | 2024.04.03 05:12:55.491905 [ 3 ] {5ca4fbfd-69a9-448f-b904-b75961b99f4a} <Trace> oximeter.measurements_cumulativeu64 (6373e3b3-ce8a-4e66-a523-d07c961c74b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1965 | 2024.04.03 05:12:55.491941 [ 3 ] {5ca4fbfd-69a9-448f-b904-b75961b99f4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 1966 | 2024.04.03 05:12:55.492349 [ 3 ] {5ca4fbfd-69a9-448f-b904-b75961b99f4a} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1967 | 2024.04.03 05:12:55.492701 [ 3 ] {5ca4fbfd-69a9-448f-b904-b75961b99f4a} <Trace> oximeter.measurements_cumulativeu64 (6373e3b3-ce8a-4e66-a523-d07c961c74b1): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1968 | 2024.04.03 05:12:55.492850 [ 3 ] {5ca4fbfd-69a9-448f-b904-b75961b99f4a} <Debug> executeQuery: Read 460 rows, 33.09 KiB in 0.001887 sec., 243773.18494965555 rows/sec., 17.13 MiB/sec. | ||
| 1969 | 2024.04.03 05:12:55.492980 [ 3 ] {5ca4fbfd-69a9-448f-b904-b75961b99f4a} <Debug> DynamicQueryHandler: Done processing query | ||
| 1970 | 2024.04.03 05:12:55.493004 [ 3 ] {5ca4fbfd-69a9-448f-b904-b75961b99f4a} <Debug> MemoryTracker: Peak memory usage (for query): 4.50 MiB. | ||
| 1971 | 2024.04.03 05:12:55.493019 [ 3 ] {} <Debug> HTTP-Session: 0b17aed6-ca63-4385-9025-b6c841679190 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1972 | 2024.04.03 05:12:55.493188 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1973 | 2024.04.03 05:12:55.493236 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1974 | 2024.04.03 05:12:55.493254 [ 3 ] {} <Debug> HTTP-Session: 0477e45c-4aa3-4288-9a05-ab771a400471 Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 1975 | 2024.04.03 05:12:55.493270 [ 3 ] {} <Debug> HTTP-Session: 0477e45c-4aa3-4288-9a05-ab771a400471 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1976 | 2024.04.03 05:12:55.493284 [ 3 ] {} <Debug> HTTP-Session: 0477e45c-4aa3-4288-9a05-ab771a400471 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1977 | 2024.04.03 05:12:55.493314 [ 3 ] {} <Trace> HTTP-Session: 0477e45c-4aa3-4288-9a05-ab771a400471 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1978 | 2024.04.03 05:12:55.493401 [ 3 ] {e423d2db-f561-45da-aede-d9b85e698788} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 1979 | 2024.04.03 05:12:55.493442 [ 3 ] {e423d2db-f561-45da-aede-d9b85e698788} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1980 | 2024.04.03 05:12:55.493566 [ 3 ] {e423d2db-f561-45da-aede-d9b85e698788} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1981 | 2024.04.03 05:12:55.493852 [ 3 ] {e423d2db-f561-45da-aede-d9b85e698788} <Trace> oximeter.measurements_u64 (de6da706-3917-4020-8d2f-ffa74140e97c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1982 | 2024.04.03 05:12:55.493889 [ 3 ] {e423d2db-f561-45da-aede-d9b85e698788} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 1983 | 2024.04.03 05:12:55.494242 [ 3 ] {e423d2db-f561-45da-aede-d9b85e698788} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1984 | 2024.04.03 05:12:55.494579 [ 3 ] {e423d2db-f561-45da-aede-d9b85e698788} <Trace> oximeter.measurements_u64 (de6da706-3917-4020-8d2f-ffa74140e97c): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1985 | 2024.04.03 05:12:55.494739 [ 3 ] {e423d2db-f561-45da-aede-d9b85e698788} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001376 sec., 43604.651162790695 rows/sec., 2.94 MiB/sec. | ||
| 1986 | 2024.04.03 05:12:55.494962 [ 3 ] {e423d2db-f561-45da-aede-d9b85e698788} <Debug> DynamicQueryHandler: Done processing query | ||
| 1987 | 2024.04.03 05:12:55.494987 [ 3 ] {e423d2db-f561-45da-aede-d9b85e698788} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 1988 | 2024.04.03 05:12:55.495003 [ 3 ] {} <Debug> HTTP-Session: 0477e45c-4aa3-4288-9a05-ab771a400471 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1989 | 2024.04.03 05:13:00.446557 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 3778, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1990 | 2024.04.03 05:13:00.446703 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1991 | 2024.04.03 05:13:00.446732 [ 3 ] {} <Debug> HTTP-Session: f50b2a28-af86-48cf-8da6-1e0598831ec1 Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 1992 | 2024.04.03 05:13:00.446763 [ 3 ] {} <Debug> HTTP-Session: f50b2a28-af86-48cf-8da6-1e0598831ec1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1993 | 2024.04.03 05:13:00.446781 [ 3 ] {} <Debug> HTTP-Session: f50b2a28-af86-48cf-8da6-1e0598831ec1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1994 | 2024.04.03 05:13:00.446836 [ 3 ] {} <Trace> HTTP-Session: f50b2a28-af86-48cf-8da6-1e0598831ec1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1995 | 2024.04.03 05:13:00.446968 [ 3 ] {35a81e8e-9f75-42c2-8ff0-931bb00608dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 1996 | 2024.04.03 05:13:00.447034 [ 3 ] {35a81e8e-9f75-42c2-8ff0-931bb00608dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 1997 | 2024.04.03 05:13:00.447228 [ 3 ] {35a81e8e-9f75-42c2-8ff0-931bb00608dd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1998 | 2024.04.03 05:13:00.447770 [ 3 ] {35a81e8e-9f75-42c2-8ff0-931bb00608dd} <Trace> oximeter.fields_i64 (c23e6cbf-9c88-4b2e-b6de-a673a008017a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1999 | 2024.04.03 05:13:00.447823 [ 3 ] {35a81e8e-9f75-42c2-8ff0-931bb00608dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 2000 | 2024.04.03 05:13:00.448217 [ 3 ] {35a81e8e-9f75-42c2-8ff0-931bb00608dd} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2001 | 2024.04.03 05:13:00.448568 [ 3 ] {35a81e8e-9f75-42c2-8ff0-931bb00608dd} <Trace> oximeter.fields_i64 (c23e6cbf-9c88-4b2e-b6de-a673a008017a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2002 | 2024.04.03 05:13:00.448743 [ 3 ] {35a81e8e-9f75-42c2-8ff0-931bb00608dd} <Debug> executeQuery: Read 26 rows, 2.11 KiB in 0.001824 sec., 14254.38596491228 rows/sec., 1.13 MiB/sec. | ||
| 2003 | 2024.04.03 05:13:00.448900 [ 3 ] {35a81e8e-9f75-42c2-8ff0-931bb00608dd} <Debug> DynamicQueryHandler: Done processing query | ||
| 2004 | 2024.04.03 05:13:00.448928 [ 3 ] {35a81e8e-9f75-42c2-8ff0-931bb00608dd} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 2005 | 2024.04.03 05:13:00.448944 [ 3 ] {} <Debug> HTTP-Session: f50b2a28-af86-48cf-8da6-1e0598831ec1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2006 | 2024.04.03 05:13:00.449128 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 19648, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2007 | 2024.04.03 05:13:00.449187 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2008 | 2024.04.03 05:13:00.449206 [ 3 ] {} <Debug> HTTP-Session: 7aa6ed9e-c57d-4fdb-9369-28b393234fa5 Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 2009 | 2024.04.03 05:13:00.449285 [ 3 ] {} <Debug> HTTP-Session: 7aa6ed9e-c57d-4fdb-9369-28b393234fa5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2010 | 2024.04.03 05:13:00.449299 [ 3 ] {} <Debug> HTTP-Session: 7aa6ed9e-c57d-4fdb-9369-28b393234fa5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2011 | 2024.04.03 05:13:00.449333 [ 3 ] {} <Trace> HTTP-Session: 7aa6ed9e-c57d-4fdb-9369-28b393234fa5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2012 | 2024.04.03 05:13:00.449449 [ 3 ] {e0b3a2fc-37db-4c31-ada3-a4dd246ccf2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 2013 | 2024.04.03 05:13:00.449494 [ 3 ] {e0b3a2fc-37db-4c31-ada3-a4dd246ccf2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2014 | 2024.04.03 05:13:00.449624 [ 3 ] {e0b3a2fc-37db-4c31-ada3-a4dd246ccf2b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2015 | 2024.04.03 05:13:00.450028 [ 3 ] {e0b3a2fc-37db-4c31-ada3-a4dd246ccf2b} <Trace> oximeter.fields_string (d10ead57-c466-400e-b267-5a50d181b38b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2016 | 2024.04.03 05:13:00.450068 [ 3 ] {e0b3a2fc-37db-4c31-ada3-a4dd246ccf2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 2017 | 2024.04.03 05:13:00.450398 [ 3 ] {e0b3a2fc-37db-4c31-ada3-a4dd246ccf2b} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2018 | 2024.04.03 05:13:00.450711 [ 3 ] {e0b3a2fc-37db-4c31-ada3-a4dd246ccf2b} <Trace> oximeter.fields_string (d10ead57-c466-400e-b267-5a50d181b38b): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2019 | 2024.04.03 05:13:00.450955 [ 3 ] {e0b3a2fc-37db-4c31-ada3-a4dd246ccf2b} <Debug> executeQuery: Read 134 rows, 11.49 KiB in 0.001558 sec., 86007.70218228498 rows/sec., 7.20 MiB/sec. | ||
| 2020 | 2024.04.03 05:13:00.451082 [ 3 ] {e0b3a2fc-37db-4c31-ada3-a4dd246ccf2b} <Debug> DynamicQueryHandler: Done processing query | ||
| 2021 | 2024.04.03 05:13:00.451107 [ 3 ] {e0b3a2fc-37db-4c31-ada3-a4dd246ccf2b} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
| 2022 | 2024.04.03 05:13:00.451123 [ 3 ] {} <Debug> HTTP-Session: 7aa6ed9e-c57d-4fdb-9369-28b393234fa5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2023 | 2024.04.03 05:13:00.451289 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 15291, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2024 | 2024.04.03 05:13:00.451342 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2025 | 2024.04.03 05:13:00.451361 [ 3 ] {} <Debug> HTTP-Session: 806972da-22f3-45cc-8515-b90451d87fdc Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 2026 | 2024.04.03 05:13:00.451378 [ 3 ] {} <Debug> HTTP-Session: 806972da-22f3-45cc-8515-b90451d87fdc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2027 | 2024.04.03 05:13:00.451392 [ 3 ] {} <Debug> HTTP-Session: 806972da-22f3-45cc-8515-b90451d87fdc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2028 | 2024.04.03 05:13:00.451423 [ 3 ] {} <Trace> HTTP-Session: 806972da-22f3-45cc-8515-b90451d87fdc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2029 | 2024.04.03 05:13:00.451515 [ 3 ] {95ef112e-df0d-4b5e-90bd-380f2148e64e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 2030 | 2024.04.03 05:13:00.451557 [ 3 ] {95ef112e-df0d-4b5e-90bd-380f2148e64e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2031 | 2024.04.03 05:13:00.451682 [ 3 ] {95ef112e-df0d-4b5e-90bd-380f2148e64e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2032 | 2024.04.03 05:13:00.452022 [ 3 ] {95ef112e-df0d-4b5e-90bd-380f2148e64e} <Trace> oximeter.fields_uuid (78132754-fa1e-4d68-980a-5012099aee94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2033 | 2024.04.03 05:13:00.452061 [ 3 ] {95ef112e-df0d-4b5e-90bd-380f2148e64e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 2034 | 2024.04.03 05:13:00.452390 [ 3 ] {95ef112e-df0d-4b5e-90bd-380f2148e64e} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2035 | 2024.04.03 05:13:00.452702 [ 3 ] {95ef112e-df0d-4b5e-90bd-380f2148e64e} <Trace> oximeter.fields_uuid (78132754-fa1e-4d68-980a-5012099aee94): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2036 | 2024.04.03 05:13:00.452865 [ 3 ] {95ef112e-df0d-4b5e-90bd-380f2148e64e} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.001395 sec., 64516.12903225807 rows/sec., 5.04 MiB/sec. | ||
| 2037 | 2024.04.03 05:13:00.453093 [ 3 ] {95ef112e-df0d-4b5e-90bd-380f2148e64e} <Debug> DynamicQueryHandler: Done processing query | ||
| 2038 | 2024.04.03 05:13:00.453120 [ 3 ] {95ef112e-df0d-4b5e-90bd-380f2148e64e} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 2039 | 2024.04.03 05:13:00.453136 [ 3 ] {} <Debug> HTTP-Session: 806972da-22f3-45cc-8515-b90451d87fdc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2040 | 2024.04.03 05:13:00.453293 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2041 | 2024.04.03 05:13:00.453343 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2042 | 2024.04.03 05:13:00.453363 [ 3 ] {} <Debug> HTTP-Session: 34b667da-8644-4f49-9837-8a5c538664a6 Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 2043 | 2024.04.03 05:13:00.453382 [ 3 ] {} <Debug> HTTP-Session: 34b667da-8644-4f49-9837-8a5c538664a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2044 | 2024.04.03 05:13:00.453396 [ 3 ] {} <Debug> HTTP-Session: 34b667da-8644-4f49-9837-8a5c538664a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2045 | 2024.04.03 05:13:00.453428 [ 3 ] {} <Trace> HTTP-Session: 34b667da-8644-4f49-9837-8a5c538664a6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2046 | 2024.04.03 05:13:00.453565 [ 3 ] {3df39c15-2cf6-4019-8f32-d8b6d6a9f147} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 2047 | 2024.04.03 05:13:00.453611 [ 3 ] {3df39c15-2cf6-4019-8f32-d8b6d6a9f147} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2048 | 2024.04.03 05:13:00.453775 [ 3 ] {3df39c15-2cf6-4019-8f32-d8b6d6a9f147} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2049 | 2024.04.03 05:13:00.454157 [ 3 ] {3df39c15-2cf6-4019-8f32-d8b6d6a9f147} <Trace> oximeter.measurements_cumulativeu64 (6373e3b3-ce8a-4e66-a523-d07c961c74b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2050 | 2024.04.03 05:13:00.454195 [ 3 ] {3df39c15-2cf6-4019-8f32-d8b6d6a9f147} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 2051 | 2024.04.03 05:13:00.454618 [ 3 ] {3df39c15-2cf6-4019-8f32-d8b6d6a9f147} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2052 | 2024.04.03 05:13:00.454961 [ 3 ] {3df39c15-2cf6-4019-8f32-d8b6d6a9f147} <Trace> oximeter.measurements_cumulativeu64 (6373e3b3-ce8a-4e66-a523-d07c961c74b1): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2053 | 2024.04.03 05:13:00.455118 [ 3 ] {3df39c15-2cf6-4019-8f32-d8b6d6a9f147} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00164 sec., 97560.9756097561 rows/sec., 6.79 MiB/sec. | ||
| 2054 | 2024.04.03 05:13:00.455246 [ 3 ] {3df39c15-2cf6-4019-8f32-d8b6d6a9f147} <Debug> DynamicQueryHandler: Done processing query | ||
| 2055 | 2024.04.03 05:13:00.455271 [ 3 ] {3df39c15-2cf6-4019-8f32-d8b6d6a9f147} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
| 2056 | 2024.04.03 05:13:00.455286 [ 3 ] {} <Debug> HTTP-Session: 34b667da-8644-4f49-9837-8a5c538664a6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2057 | 2024.04.03 05:13:00.455498 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 27848, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2058 | 2024.04.03 05:13:00.455546 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2059 | 2024.04.03 05:13:00.455565 [ 3 ] {} <Debug> HTTP-Session: 3a963e4c-1919-454d-a5fb-5d893717fe55 Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 2060 | 2024.04.03 05:13:00.455582 [ 3 ] {} <Debug> HTTP-Session: 3a963e4c-1919-454d-a5fb-5d893717fe55 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2061 | 2024.04.03 05:13:00.455595 [ 3 ] {} <Debug> HTTP-Session: 3a963e4c-1919-454d-a5fb-5d893717fe55 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2062 | 2024.04.03 05:13:00.455625 [ 3 ] {} <Trace> HTTP-Session: 3a963e4c-1919-454d-a5fb-5d893717fe55 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2063 | 2024.04.03 05:13:00.455847 [ 3 ] {731e5376-7be4-4775-80ba-aab31d7e1944} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 2064 | 2024.04.03 05:13:00.455894 [ 3 ] {731e5376-7be4-4775-80ba-aab31d7e1944} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 2065 | 2024.04.03 05:13:00.456051 [ 3 ] {731e5376-7be4-4775-80ba-aab31d7e1944} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2066 | 2024.04.03 05:13:00.456574 [ 3 ] {731e5376-7be4-4775-80ba-aab31d7e1944} <Trace> oximeter.measurements_histogramf64 (8b69ac98-35f5-4c32-8452-ff3027d9bc94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2067 | 2024.04.03 05:13:00.456612 [ 3 ] {731e5376-7be4-4775-80ba-aab31d7e1944} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 2068 | 2024.04.03 05:13:00.457018 [ 3 ] {731e5376-7be4-4775-80ba-aab31d7e1944} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2069 | 2024.04.03 05:13:00.457364 [ 3 ] {731e5376-7be4-4775-80ba-aab31d7e1944} <Trace> oximeter.measurements_histogramf64 (8b69ac98-35f5-4c32-8452-ff3027d9bc94): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2070 | 2024.04.03 05:13:00.457521 [ 3 ] {731e5376-7be4-4775-80ba-aab31d7e1944} <Debug> executeQuery: Read 26 rows, 35.93 KiB in 0.001851 sec., 14046.461372231226 rows/sec., 18.95 MiB/sec. | ||
| 2071 | 2024.04.03 05:13:00.457652 [ 3 ] {731e5376-7be4-4775-80ba-aab31d7e1944} <Debug> DynamicQueryHandler: Done processing query | ||
| 2072 | 2024.04.03 05:13:00.457676 [ 3 ] {731e5376-7be4-4775-80ba-aab31d7e1944} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
| 2073 | 2024.04.03 05:13:00.457692 [ 3 ] {} <Debug> HTTP-Session: 3a963e4c-1919-454d-a5fb-5d893717fe55 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2074 | 2024.04.03 05:13:00.457841 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2075 | 2024.04.03 05:13:00.457890 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2076 | 2024.04.03 05:13:00.457908 [ 3 ] {} <Debug> HTTP-Session: 3c8b3b00-8b38-4708-b19c-01390e010b8d Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 2077 | 2024.04.03 05:13:00.457925 [ 3 ] {} <Debug> HTTP-Session: 3c8b3b00-8b38-4708-b19c-01390e010b8d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2078 | 2024.04.03 05:13:00.457939 [ 3 ] {} <Debug> HTTP-Session: 3c8b3b00-8b38-4708-b19c-01390e010b8d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2079 | 2024.04.03 05:13:00.457969 [ 3 ] {} <Trace> HTTP-Session: 3c8b3b00-8b38-4708-b19c-01390e010b8d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2080 | 2024.04.03 05:13:00.458068 [ 3 ] {d068fa38-c398-421b-95d4-9c13cfa4d420} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 2081 | 2024.04.03 05:13:00.458109 [ 3 ] {d068fa38-c398-421b-95d4-9c13cfa4d420} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2082 | 2024.04.03 05:13:00.458233 [ 3 ] {d068fa38-c398-421b-95d4-9c13cfa4d420} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2083 | 2024.04.03 05:13:00.458538 [ 3 ] {d068fa38-c398-421b-95d4-9c13cfa4d420} <Trace> oximeter.measurements_u64 (de6da706-3917-4020-8d2f-ffa74140e97c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2084 | 2024.04.03 05:13:00.458575 [ 3 ] {d068fa38-c398-421b-95d4-9c13cfa4d420} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 2085 | 2024.04.03 05:13:00.458921 [ 3 ] {d068fa38-c398-421b-95d4-9c13cfa4d420} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2086 | 2024.04.03 05:13:00.459242 [ 3 ] {d068fa38-c398-421b-95d4-9c13cfa4d420} <Trace> oximeter.measurements_u64 (de6da706-3917-4020-8d2f-ffa74140e97c): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2087 | 2024.04.03 05:13:00.459392 [ 3 ] {d068fa38-c398-421b-95d4-9c13cfa4d420} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001366 sec., 43923.86530014641 rows/sec., 2.96 MiB/sec. | ||
| 2088 | 2024.04.03 05:13:00.459624 [ 3 ] {d068fa38-c398-421b-95d4-9c13cfa4d420} <Debug> DynamicQueryHandler: Done processing query | ||
| 2089 | 2024.04.03 05:13:00.459650 [ 3 ] {d068fa38-c398-421b-95d4-9c13cfa4d420} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 2090 | 2024.04.03 05:13:00.459665 [ 3 ] {} <Debug> HTTP-Session: 3c8b3b00-8b38-4708-b19c-01390e010b8d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2091 | 2024.04.03 05:13:03.988843 [ 72 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2092 | 2024.04.03 05:13:03.988910 [ 72 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2093 | 2024.04.03 05:13:05.445587 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 7840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2094 | 2024.04.03 05:13:05.445708 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2095 | 2024.04.03 05:13:05.445739 [ 3 ] {} <Debug> HTTP-Session: d2f18322-d984-4847-952d-a8bbfea85cdf Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 2096 | 2024.04.03 05:13:05.445768 [ 3 ] {} <Debug> HTTP-Session: d2f18322-d984-4847-952d-a8bbfea85cdf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2097 | 2024.04.03 05:13:05.445786 [ 3 ] {} <Debug> HTTP-Session: d2f18322-d984-4847-952d-a8bbfea85cdf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2098 | 2024.04.03 05:13:05.445843 [ 3 ] {} <Trace> HTTP-Session: d2f18322-d984-4847-952d-a8bbfea85cdf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2099 | 2024.04.03 05:13:05.445987 [ 3 ] {6bd70b7f-e8c3-4f0c-a7cb-04e19e50b998} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 2100 | 2024.04.03 05:13:05.446053 [ 3 ] {6bd70b7f-e8c3-4f0c-a7cb-04e19e50b998} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2101 | 2024.04.03 05:13:05.446247 [ 3 ] {6bd70b7f-e8c3-4f0c-a7cb-04e19e50b998} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2102 | 2024.04.03 05:13:05.446734 [ 3 ] {6bd70b7f-e8c3-4f0c-a7cb-04e19e50b998} <Trace> oximeter.fields_string (d10ead57-c466-400e-b267-5a50d181b38b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2103 | 2024.04.03 05:13:05.446784 [ 3 ] {6bd70b7f-e8c3-4f0c-a7cb-04e19e50b998} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 2104 | 2024.04.03 05:13:05.447182 [ 3 ] {6bd70b7f-e8c3-4f0c-a7cb-04e19e50b998} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2105 | 2024.04.03 05:13:05.447524 [ 3 ] {6bd70b7f-e8c3-4f0c-a7cb-04e19e50b998} <Trace> oximeter.fields_string (d10ead57-c466-400e-b267-5a50d181b38b): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2106 | 2024.04.03 05:13:05.447700 [ 3 ] {6bd70b7f-e8c3-4f0c-a7cb-04e19e50b998} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001782 sec., 31425.36475869809 rows/sec., 2.41 MiB/sec. | ||
| 2107 | 2024.04.03 05:13:05.447859 [ 3 ] {6bd70b7f-e8c3-4f0c-a7cb-04e19e50b998} <Debug> DynamicQueryHandler: Done processing query | ||
| 2108 | 2024.04.03 05:13:05.447886 [ 3 ] {6bd70b7f-e8c3-4f0c-a7cb-04e19e50b998} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 2109 | 2024.04.03 05:13:05.447902 [ 3 ] {} <Debug> HTTP-Session: d2f18322-d984-4847-952d-a8bbfea85cdf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2110 | 2024.04.03 05:13:05.448067 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 10888, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2111 | 2024.04.03 05:13:05.448127 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2112 | 2024.04.03 05:13:05.448146 [ 3 ] {} <Debug> HTTP-Session: e7d0f04b-9161-4b7b-a3d7-20c8ff6243b9 Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 2113 | 2024.04.03 05:13:05.448165 [ 3 ] {} <Debug> HTTP-Session: e7d0f04b-9161-4b7b-a3d7-20c8ff6243b9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2114 | 2024.04.03 05:13:05.448178 [ 3 ] {} <Debug> HTTP-Session: e7d0f04b-9161-4b7b-a3d7-20c8ff6243b9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2115 | 2024.04.03 05:13:05.448213 [ 3 ] {} <Trace> HTTP-Session: e7d0f04b-9161-4b7b-a3d7-20c8ff6243b9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2116 | 2024.04.03 05:13:05.448310 [ 3 ] {d7fcb7fc-a019-4e04-b469-bdb47064f062} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 2117 | 2024.04.03 05:13:05.448356 [ 3 ] {d7fcb7fc-a019-4e04-b469-bdb47064f062} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2118 | 2024.04.03 05:13:05.448490 [ 3 ] {d7fcb7fc-a019-4e04-b469-bdb47064f062} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2119 | 2024.04.03 05:13:05.448865 [ 3 ] {d7fcb7fc-a019-4e04-b469-bdb47064f062} <Trace> oximeter.fields_uuid (78132754-fa1e-4d68-980a-5012099aee94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2120 | 2024.04.03 05:13:05.448904 [ 3 ] {d7fcb7fc-a019-4e04-b469-bdb47064f062} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 2121 | 2024.04.03 05:13:05.449224 [ 3 ] {d7fcb7fc-a019-4e04-b469-bdb47064f062} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2122 | 2024.04.03 05:13:05.449538 [ 3 ] {d7fcb7fc-a019-4e04-b469-bdb47064f062} <Trace> oximeter.fields_uuid (78132754-fa1e-4d68-980a-5012099aee94): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2123 | 2024.04.03 05:13:05.449667 [ 3 ] {d7fcb7fc-a019-4e04-b469-bdb47064f062} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.0014 sec., 45714.28571428572 rows/sec., 3.57 MiB/sec. | ||
| 2124 | 2024.04.03 05:13:05.449864 [ 3 ] {d7fcb7fc-a019-4e04-b469-bdb47064f062} <Debug> DynamicQueryHandler: Done processing query | ||
| 2125 | 2024.04.03 05:13:05.449900 [ 3 ] {d7fcb7fc-a019-4e04-b469-bdb47064f062} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 2126 | 2024.04.03 05:13:05.449917 [ 3 ] {} <Debug> HTTP-Session: e7d0f04b-9161-4b7b-a3d7-20c8ff6243b9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2127 | 2024.04.03 05:13:05.450128 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2128 | 2024.04.03 05:13:05.450181 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2129 | 2024.04.03 05:13:05.450200 [ 3 ] {} <Debug> HTTP-Session: cc3c9d46-0607-41e6-adce-63add5dae3e9 Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 2130 | 2024.04.03 05:13:05.450217 [ 3 ] {} <Debug> HTTP-Session: cc3c9d46-0607-41e6-adce-63add5dae3e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2131 | 2024.04.03 05:13:05.450231 [ 3 ] {} <Debug> HTTP-Session: cc3c9d46-0607-41e6-adce-63add5dae3e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2132 | 2024.04.03 05:13:05.450264 [ 3 ] {} <Trace> HTTP-Session: cc3c9d46-0607-41e6-adce-63add5dae3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2133 | 2024.04.03 05:13:05.450384 [ 3 ] {59ef4e71-c9ad-4e29-97b1-20a4e6e0c588} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 2134 | 2024.04.03 05:13:05.450431 [ 3 ] {59ef4e71-c9ad-4e29-97b1-20a4e6e0c588} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2135 | 2024.04.03 05:13:05.450598 [ 3 ] {59ef4e71-c9ad-4e29-97b1-20a4e6e0c588} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2136 | 2024.04.03 05:13:05.450989 [ 3 ] {59ef4e71-c9ad-4e29-97b1-20a4e6e0c588} <Trace> oximeter.measurements_cumulativeu64 (6373e3b3-ce8a-4e66-a523-d07c961c74b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2137 | 2024.04.03 05:13:05.451027 [ 3 ] {59ef4e71-c9ad-4e29-97b1-20a4e6e0c588} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 2138 | 2024.04.03 05:13:05.451423 [ 3 ] {59ef4e71-c9ad-4e29-97b1-20a4e6e0c588} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2139 | 2024.04.03 05:13:05.451770 [ 3 ] {59ef4e71-c9ad-4e29-97b1-20a4e6e0c588} <Trace> oximeter.measurements_cumulativeu64 (6373e3b3-ce8a-4e66-a523-d07c961c74b1): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2140 | 2024.04.03 05:13:05.451936 [ 3 ] {59ef4e71-c9ad-4e29-97b1-20a4e6e0c588} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001614 sec., 99132.58983890954 rows/sec., 6.90 MiB/sec. | ||
| 2141 | 2024.04.03 05:13:05.452174 [ 3 ] {59ef4e71-c9ad-4e29-97b1-20a4e6e0c588} <Debug> DynamicQueryHandler: Done processing query | ||
| 2142 | 2024.04.03 05:13:05.452200 [ 3 ] {59ef4e71-c9ad-4e29-97b1-20a4e6e0c588} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
| 2143 | 2024.04.03 05:13:05.452217 [ 3 ] {} <Debug> HTTP-Session: cc3c9d46-0607-41e6-adce-63add5dae3e9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2144 | 2024.04.03 05:13:05.452366 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2145 | 2024.04.03 05:13:05.452419 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2146 | 2024.04.03 05:13:05.452437 [ 3 ] {} <Debug> HTTP-Session: e92a0ff6-d97d-49c9-a8c9-2481c69e1566 Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 2147 | 2024.04.03 05:13:05.452455 [ 3 ] {} <Debug> HTTP-Session: e92a0ff6-d97d-49c9-a8c9-2481c69e1566 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2148 | 2024.04.03 05:13:05.452469 [ 3 ] {} <Debug> HTTP-Session: e92a0ff6-d97d-49c9-a8c9-2481c69e1566 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2149 | 2024.04.03 05:13:05.452500 [ 3 ] {} <Trace> HTTP-Session: e92a0ff6-d97d-49c9-a8c9-2481c69e1566 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2150 | 2024.04.03 05:13:05.452607 [ 3 ] {91623df8-afcf-4de1-a2f3-4fe2e9fdc29b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 2151 | 2024.04.03 05:13:05.452650 [ 3 ] {91623df8-afcf-4de1-a2f3-4fe2e9fdc29b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2152 | 2024.04.03 05:13:05.452798 [ 3 ] {91623df8-afcf-4de1-a2f3-4fe2e9fdc29b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2153 | 2024.04.03 05:13:05.453113 [ 3 ] {91623df8-afcf-4de1-a2f3-4fe2e9fdc29b} <Trace> oximeter.measurements_u64 (de6da706-3917-4020-8d2f-ffa74140e97c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2154 | 2024.04.03 05:13:05.453151 [ 3 ] {91623df8-afcf-4de1-a2f3-4fe2e9fdc29b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 2155 | 2024.04.03 05:13:05.453552 [ 3 ] {91623df8-afcf-4de1-a2f3-4fe2e9fdc29b} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2156 | 2024.04.03 05:13:05.453899 [ 3 ] {91623df8-afcf-4de1-a2f3-4fe2e9fdc29b} <Trace> oximeter.measurements_u64 (de6da706-3917-4020-8d2f-ffa74140e97c): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2157 | 2024.04.03 05:13:05.454061 [ 3 ] {91623df8-afcf-4de1-a2f3-4fe2e9fdc29b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001516 sec., 39577.836411609496 rows/sec., 2.67 MiB/sec. | ||
| 2158 | 2024.04.03 05:13:05.454187 [ 3 ] {91623df8-afcf-4de1-a2f3-4fe2e9fdc29b} <Debug> DynamicQueryHandler: Done processing query | ||
| 2159 | 2024.04.03 05:13:05.454210 [ 3 ] {91623df8-afcf-4de1-a2f3-4fe2e9fdc29b} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 2160 | 2024.04.03 05:13:05.454226 [ 3 ] {} <Debug> HTTP-Session: e92a0ff6-d97d-49c9-a8c9-2481c69e1566 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2161 | 2024.04.03 05:13:10.446940 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 3778, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2162 | 2024.04.03 05:13:10.447079 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2163 | 2024.04.03 05:13:10.447103 [ 3 ] {} <Debug> HTTP-Session: c9fad2c5-d9af-4110-a7a8-5bfd6daae977 Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 2164 | 2024.04.03 05:13:10.447133 [ 3 ] {} <Debug> HTTP-Session: c9fad2c5-d9af-4110-a7a8-5bfd6daae977 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2165 | 2024.04.03 05:13:10.447155 [ 3 ] {} <Debug> HTTP-Session: c9fad2c5-d9af-4110-a7a8-5bfd6daae977 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2166 | 2024.04.03 05:13:10.447211 [ 3 ] {} <Trace> HTTP-Session: c9fad2c5-d9af-4110-a7a8-5bfd6daae977 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2167 | 2024.04.03 05:13:10.447340 [ 3 ] {099b119d-4a45-4959-b8ea-3e8d9e1500bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 2168 | 2024.04.03 05:13:10.447407 [ 3 ] {099b119d-4a45-4959-b8ea-3e8d9e1500bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 2169 | 2024.04.03 05:13:10.447598 [ 3 ] {099b119d-4a45-4959-b8ea-3e8d9e1500bf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2170 | 2024.04.03 05:13:10.448051 [ 3 ] {099b119d-4a45-4959-b8ea-3e8d9e1500bf} <Trace> oximeter.fields_i64 (c23e6cbf-9c88-4b2e-b6de-a673a008017a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2171 | 2024.04.03 05:13:10.448106 [ 3 ] {099b119d-4a45-4959-b8ea-3e8d9e1500bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 2172 | 2024.04.03 05:13:10.448525 [ 3 ] {099b119d-4a45-4959-b8ea-3e8d9e1500bf} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2173 | 2024.04.03 05:13:10.448884 [ 3 ] {099b119d-4a45-4959-b8ea-3e8d9e1500bf} <Trace> oximeter.fields_i64 (c23e6cbf-9c88-4b2e-b6de-a673a008017a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2174 | 2024.04.03 05:13:10.449052 [ 3 ] {099b119d-4a45-4959-b8ea-3e8d9e1500bf} <Debug> executeQuery: Read 26 rows, 2.11 KiB in 0.001768 sec., 14705.882352941177 rows/sec., 1.16 MiB/sec. | ||
| 2175 | 2024.04.03 05:13:10.449298 [ 3 ] {099b119d-4a45-4959-b8ea-3e8d9e1500bf} <Debug> DynamicQueryHandler: Done processing query | ||
| 2176 | 2024.04.03 05:13:10.449332 [ 3 ] {099b119d-4a45-4959-b8ea-3e8d9e1500bf} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 2177 | 2024.04.03 05:13:10.449348 [ 3 ] {} <Debug> HTTP-Session: c9fad2c5-d9af-4110-a7a8-5bfd6daae977 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2178 | 2024.04.03 05:13:10.449537 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 19648, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2179 | 2024.04.03 05:13:10.449595 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2180 | 2024.04.03 05:13:10.449615 [ 3 ] {} <Debug> HTTP-Session: a3c1f2fa-5088-4391-8c04-f8035f2607c0 Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 2181 | 2024.04.03 05:13:10.449634 [ 3 ] {} <Debug> HTTP-Session: a3c1f2fa-5088-4391-8c04-f8035f2607c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2182 | 2024.04.03 05:13:10.449648 [ 3 ] {} <Debug> HTTP-Session: a3c1f2fa-5088-4391-8c04-f8035f2607c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2183 | 2024.04.03 05:13:10.449685 [ 3 ] {} <Trace> HTTP-Session: a3c1f2fa-5088-4391-8c04-f8035f2607c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2184 | 2024.04.03 05:13:10.449806 [ 3 ] {b74d35cc-7e73-4147-bc9a-931071b0a7a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 2185 | 2024.04.03 05:13:10.449852 [ 3 ] {b74d35cc-7e73-4147-bc9a-931071b0a7a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2186 | 2024.04.03 05:13:10.450009 [ 3 ] {b74d35cc-7e73-4147-bc9a-931071b0a7a3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2187 | 2024.04.03 05:13:10.450425 [ 3 ] {b74d35cc-7e73-4147-bc9a-931071b0a7a3} <Trace> oximeter.fields_string (d10ead57-c466-400e-b267-5a50d181b38b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2188 | 2024.04.03 05:13:10.450467 [ 3 ] {b74d35cc-7e73-4147-bc9a-931071b0a7a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 2189 | 2024.04.03 05:13:10.450853 [ 3 ] {b74d35cc-7e73-4147-bc9a-931071b0a7a3} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2190 | 2024.04.03 05:13:10.451182 [ 3 ] {b74d35cc-7e73-4147-bc9a-931071b0a7a3} <Trace> oximeter.fields_string (d10ead57-c466-400e-b267-5a50d181b38b): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2191 | 2024.04.03 05:13:10.451355 [ 3 ] {b74d35cc-7e73-4147-bc9a-931071b0a7a3} <Debug> executeQuery: Read 134 rows, 11.49 KiB in 0.001604 sec., 83541.14713216957 rows/sec., 7.00 MiB/sec. | ||
| 2192 | 2024.04.03 05:13:10.451494 [ 3 ] {b74d35cc-7e73-4147-bc9a-931071b0a7a3} <Debug> DynamicQueryHandler: Done processing query | ||
| 2193 | 2024.04.03 05:13:10.451520 [ 3 ] {b74d35cc-7e73-4147-bc9a-931071b0a7a3} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
| 2194 | 2024.04.03 05:13:10.451536 [ 3 ] {} <Debug> HTTP-Session: a3c1f2fa-5088-4391-8c04-f8035f2607c0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2195 | 2024.04.03 05:13:10.451690 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 15291, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2196 | 2024.04.03 05:13:10.451746 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2197 | 2024.04.03 05:13:10.451766 [ 3 ] {} <Debug> HTTP-Session: cc2d0d93-9822-4cea-ba0e-3975fa6a7aa6 Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 2198 | 2024.04.03 05:13:10.451782 [ 3 ] {} <Debug> HTTP-Session: cc2d0d93-9822-4cea-ba0e-3975fa6a7aa6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2199 | 2024.04.03 05:13:10.451796 [ 3 ] {} <Debug> HTTP-Session: cc2d0d93-9822-4cea-ba0e-3975fa6a7aa6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2200 | 2024.04.03 05:13:10.451830 [ 3 ] {} <Trace> HTTP-Session: cc2d0d93-9822-4cea-ba0e-3975fa6a7aa6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2201 | 2024.04.03 05:13:10.451943 [ 3 ] {482b82cb-7d4d-4c74-bf29-f37cce8ec684} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 2202 | 2024.04.03 05:13:10.451987 [ 3 ] {482b82cb-7d4d-4c74-bf29-f37cce8ec684} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2203 | 2024.04.03 05:13:10.452121 [ 3 ] {482b82cb-7d4d-4c74-bf29-f37cce8ec684} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2204 | 2024.04.03 05:13:10.452479 [ 3 ] {482b82cb-7d4d-4c74-bf29-f37cce8ec684} <Trace> oximeter.fields_uuid (78132754-fa1e-4d68-980a-5012099aee94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2205 | 2024.04.03 05:13:10.452519 [ 3 ] {482b82cb-7d4d-4c74-bf29-f37cce8ec684} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 2206 | 2024.04.03 05:13:10.452856 [ 3 ] {482b82cb-7d4d-4c74-bf29-f37cce8ec684} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2207 | 2024.04.03 05:13:10.453181 [ 3 ] {482b82cb-7d4d-4c74-bf29-f37cce8ec684} <Trace> oximeter.fields_uuid (78132754-fa1e-4d68-980a-5012099aee94): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2208 | 2024.04.03 05:13:10.453352 [ 3 ] {482b82cb-7d4d-4c74-bf29-f37cce8ec684} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.001464 sec., 61475.40983606557 rows/sec., 4.80 MiB/sec. | ||
| 2209 | 2024.04.03 05:13:10.453565 [ 3 ] {482b82cb-7d4d-4c74-bf29-f37cce8ec684} <Debug> DynamicQueryHandler: Done processing query | ||
| 2210 | 2024.04.03 05:13:10.453607 [ 3 ] {482b82cb-7d4d-4c74-bf29-f37cce8ec684} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 2211 | 2024.04.03 05:13:10.453625 [ 3 ] {} <Debug> HTTP-Session: cc2d0d93-9822-4cea-ba0e-3975fa6a7aa6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2212 | 2024.04.03 05:13:10.453804 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2213 | 2024.04.03 05:13:10.453857 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2214 | 2024.04.03 05:13:10.453876 [ 3 ] {} <Debug> HTTP-Session: 64a9c9cb-3c95-4789-a953-5f5ea22c666e Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 2215 | 2024.04.03 05:13:10.453893 [ 3 ] {} <Debug> HTTP-Session: 64a9c9cb-3c95-4789-a953-5f5ea22c666e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2216 | 2024.04.03 05:13:10.453907 [ 3 ] {} <Debug> HTTP-Session: 64a9c9cb-3c95-4789-a953-5f5ea22c666e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2217 | 2024.04.03 05:13:10.453940 [ 3 ] {} <Trace> HTTP-Session: 64a9c9cb-3c95-4789-a953-5f5ea22c666e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2218 | 2024.04.03 05:13:10.454063 [ 3 ] {9bb5cb5d-7181-464a-b608-71506de881a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 2219 | 2024.04.03 05:13:10.454112 [ 3 ] {9bb5cb5d-7181-464a-b608-71506de881a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2220 | 2024.04.03 05:13:10.454282 [ 3 ] {9bb5cb5d-7181-464a-b608-71506de881a3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2221 | 2024.04.03 05:13:10.454668 [ 3 ] {9bb5cb5d-7181-464a-b608-71506de881a3} <Trace> oximeter.measurements_cumulativeu64 (6373e3b3-ce8a-4e66-a523-d07c961c74b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2222 | 2024.04.03 05:13:10.454707 [ 3 ] {9bb5cb5d-7181-464a-b608-71506de881a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 2223 | 2024.04.03 05:13:10.455124 [ 3 ] {9bb5cb5d-7181-464a-b608-71506de881a3} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2224 | 2024.04.03 05:13:10.455480 [ 3 ] {9bb5cb5d-7181-464a-b608-71506de881a3} <Trace> oximeter.measurements_cumulativeu64 (6373e3b3-ce8a-4e66-a523-d07c961c74b1): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2225 | 2024.04.03 05:13:10.455653 [ 3 ] {9bb5cb5d-7181-464a-b608-71506de881a3} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001649 sec., 97028.50212249848 rows/sec., 6.76 MiB/sec. | ||
| 2226 | 2024.04.03 05:13:10.455903 [ 3 ] {9bb5cb5d-7181-464a-b608-71506de881a3} <Debug> DynamicQueryHandler: Done processing query | ||
| 2227 | 2024.04.03 05:13:10.455928 [ 3 ] {9bb5cb5d-7181-464a-b608-71506de881a3} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
| 2228 | 2024.04.03 05:13:10.455944 [ 3 ] {} <Debug> HTTP-Session: 64a9c9cb-3c95-4789-a953-5f5ea22c666e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2229 | 2024.04.03 05:13:10.456105 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 27849, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2230 | 2024.04.03 05:13:10.456157 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2231 | 2024.04.03 05:13:10.456179 [ 3 ] {} <Debug> HTTP-Session: 80f2ebd5-047e-4ee9-ab3c-dd3ccd1b5228 Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 2232 | 2024.04.03 05:13:10.456196 [ 3 ] {} <Debug> HTTP-Session: 80f2ebd5-047e-4ee9-ab3c-dd3ccd1b5228 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2233 | 2024.04.03 05:13:10.456209 [ 3 ] {} <Debug> HTTP-Session: 80f2ebd5-047e-4ee9-ab3c-dd3ccd1b5228 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2234 | 2024.04.03 05:13:10.456242 [ 3 ] {} <Trace> HTTP-Session: 80f2ebd5-047e-4ee9-ab3c-dd3ccd1b5228 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2235 | 2024.04.03 05:13:10.456598 [ 3 ] {1ad94574-c7c1-4eb0-b2e1-d2b9d4302930} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 2236 | 2024.04.03 05:13:10.456651 [ 3 ] {1ad94574-c7c1-4eb0-b2e1-d2b9d4302930} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 2237 | 2024.04.03 05:13:10.456843 [ 3 ] {1ad94574-c7c1-4eb0-b2e1-d2b9d4302930} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2238 | 2024.04.03 05:13:10.457289 [ 3 ] {1ad94574-c7c1-4eb0-b2e1-d2b9d4302930} <Trace> oximeter.measurements_histogramf64 (8b69ac98-35f5-4c32-8452-ff3027d9bc94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2239 | 2024.04.03 05:13:10.457329 [ 3 ] {1ad94574-c7c1-4eb0-b2e1-d2b9d4302930} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 2240 | 2024.04.03 05:13:10.457749 [ 3 ] {1ad94574-c7c1-4eb0-b2e1-d2b9d4302930} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2241 | 2024.04.03 05:13:10.458097 [ 3 ] {1ad94574-c7c1-4eb0-b2e1-d2b9d4302930} <Trace> oximeter.measurements_histogramf64 (8b69ac98-35f5-4c32-8452-ff3027d9bc94): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2242 | 2024.04.03 05:13:10.458268 [ 3 ] {1ad94574-c7c1-4eb0-b2e1-d2b9d4302930} <Debug> executeQuery: Read 26 rows, 35.93 KiB in 0.001968 sec., 13211.382113821137 rows/sec., 17.83 MiB/sec. | ||
| 2243 | 2024.04.03 05:13:10.458501 [ 3 ] {1ad94574-c7c1-4eb0-b2e1-d2b9d4302930} <Debug> DynamicQueryHandler: Done processing query | ||
| 2244 | 2024.04.03 05:13:10.458527 [ 3 ] {1ad94574-c7c1-4eb0-b2e1-d2b9d4302930} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
| 2245 | 2024.04.03 05:13:10.458543 [ 3 ] {} <Debug> HTTP-Session: 80f2ebd5-047e-4ee9-ab3c-dd3ccd1b5228 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2246 | 2024.04.03 05:13:10.458679 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2247 | 2024.04.03 05:13:10.458729 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2248 | 2024.04.03 05:13:10.458748 [ 3 ] {} <Debug> HTTP-Session: 8c54b4ec-80a0-43e1-8291-b63111167ade Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 2249 | 2024.04.03 05:13:10.458766 [ 3 ] {} <Debug> HTTP-Session: 8c54b4ec-80a0-43e1-8291-b63111167ade Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2250 | 2024.04.03 05:13:10.458779 [ 3 ] {} <Debug> HTTP-Session: 8c54b4ec-80a0-43e1-8291-b63111167ade Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2251 | 2024.04.03 05:13:10.458811 [ 3 ] {} <Trace> HTTP-Session: 8c54b4ec-80a0-43e1-8291-b63111167ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2252 | 2024.04.03 05:13:10.458914 [ 3 ] {92e36ad1-6dbf-430f-a0d0-6645f4602147} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 2253 | 2024.04.03 05:13:10.458959 [ 3 ] {92e36ad1-6dbf-430f-a0d0-6645f4602147} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2254 | 2024.04.03 05:13:10.459108 [ 3 ] {92e36ad1-6dbf-430f-a0d0-6645f4602147} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2255 | 2024.04.03 05:13:10.459404 [ 3 ] {92e36ad1-6dbf-430f-a0d0-6645f4602147} <Trace> oximeter.measurements_u64 (de6da706-3917-4020-8d2f-ffa74140e97c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2256 | 2024.04.03 05:13:10.459442 [ 3 ] {92e36ad1-6dbf-430f-a0d0-6645f4602147} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 2257 | 2024.04.03 05:13:10.459857 [ 3 ] {92e36ad1-6dbf-430f-a0d0-6645f4602147} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2258 | 2024.04.03 05:13:10.460184 [ 3 ] {92e36ad1-6dbf-430f-a0d0-6645f4602147} <Trace> oximeter.measurements_u64 (de6da706-3917-4020-8d2f-ffa74140e97c): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2259 | 2024.04.03 05:13:10.460343 [ 3 ] {92e36ad1-6dbf-430f-a0d0-6645f4602147} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001478 sec., 40595.399188092015 rows/sec., 2.74 MiB/sec. | ||
| 2260 | 2024.04.03 05:13:10.460473 [ 3 ] {92e36ad1-6dbf-430f-a0d0-6645f4602147} <Debug> DynamicQueryHandler: Done processing query | ||
| 2261 | 2024.04.03 05:13:10.460498 [ 3 ] {92e36ad1-6dbf-430f-a0d0-6645f4602147} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 2262 | 2024.04.03 05:13:10.460514 [ 3 ] {} <Debug> HTTP-Session: 8c54b4ec-80a0-43e1-8291-b63111167ade Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2263 | 2024.04.03 05:13:15.446038 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 7840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2264 | 2024.04.03 05:13:15.446173 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2265 | 2024.04.03 05:13:15.446199 [ 3 ] {} <Debug> HTTP-Session: 19868c9d-172a-4b01-a308-84783c187535 Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 2266 | 2024.04.03 05:13:15.446224 [ 3 ] {} <Debug> HTTP-Session: 19868c9d-172a-4b01-a308-84783c187535 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2267 | 2024.04.03 05:13:15.446241 [ 3 ] {} <Debug> HTTP-Session: 19868c9d-172a-4b01-a308-84783c187535 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2268 | 2024.04.03 05:13:15.446292 [ 3 ] {} <Trace> HTTP-Session: 19868c9d-172a-4b01-a308-84783c187535 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2269 | 2024.04.03 05:13:15.446436 [ 3 ] {f6b01012-0083-4cd4-8123-b871de240478} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 2270 | 2024.04.03 05:13:15.446502 [ 3 ] {f6b01012-0083-4cd4-8123-b871de240478} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2271 | 2024.04.03 05:13:15.446693 [ 3 ] {f6b01012-0083-4cd4-8123-b871de240478} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2272 | 2024.04.03 05:13:15.447131 [ 3 ] {f6b01012-0083-4cd4-8123-b871de240478} <Trace> oximeter.fields_string (d10ead57-c466-400e-b267-5a50d181b38b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2273 | 2024.04.03 05:13:15.447183 [ 3 ] {f6b01012-0083-4cd4-8123-b871de240478} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 2274 | 2024.04.03 05:13:15.447572 [ 3 ] {f6b01012-0083-4cd4-8123-b871de240478} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2275 | 2024.04.03 05:13:15.447903 [ 3 ] {f6b01012-0083-4cd4-8123-b871de240478} <Trace> oximeter.fields_string (d10ead57-c466-400e-b267-5a50d181b38b): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2276 | 2024.04.03 05:13:15.448074 [ 3 ] {f6b01012-0083-4cd4-8123-b871de240478} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001707 sec., 32806.09256004687 rows/sec., 2.52 MiB/sec. | ||
| 2277 | 2024.04.03 05:13:15.448085 [ 62 ] {} <Debug> oximeter.fields_string (d10ead57-c466-400e-b267-5a50d181b38b) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2278 | 2024.04.03 05:13:15.448194 [ 62 ] {} <Trace> oximeter.fields_string (d10ead57-c466-400e-b267-5a50d181b38b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2279 | 2024.04.03 05:13:15.448234 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 2280 | 2024.04.03 05:13:15.448269 [ 3 ] {f6b01012-0083-4cd4-8123-b871de240478} <Debug> DynamicQueryHandler: Done processing query | ||
| 2281 | 2024.04.03 05:13:15.448341 [ 3 ] {f6b01012-0083-4cd4-8123-b871de240478} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 2282 | 2024.04.03 05:13:15.448410 [ 3 ] {} <Debug> HTTP-Session: 19868c9d-172a-4b01-a308-84783c187535 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2283 | 2024.04.03 05:13:15.448471 [ 186 ] {d10ead57-c466-400e-b267-5a50d181b38b::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 | ||
| 2284 | 2024.04.03 05:13:15.448628 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 10888, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2285 | 2024.04.03 05:13:15.448726 [ 186 ] {d10ead57-c466-400e-b267-5a50d181b38b::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2286 | 2024.04.03 05:13:15.448739 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2287 | 2024.04.03 05:13:15.448795 [ 3 ] {} <Debug> HTTP-Session: 4d69ba15-afd8-45f9-b61b-66b1c8e49af2 Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 2288 | 2024.04.03 05:13:15.448798 [ 186 ] {d10ead57-c466-400e-b267-5a50d181b38b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 134 rows starting from the beginning of the part | ||
| 2289 | 2024.04.03 05:13:15.448834 [ 3 ] {} <Debug> HTTP-Session: 4d69ba15-afd8-45f9-b61b-66b1c8e49af2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2290 | 2024.04.03 05:13:15.448872 [ 3 ] {} <Debug> HTTP-Session: 4d69ba15-afd8-45f9-b61b-66b1c8e49af2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2291 | 2024.04.03 05:13:15.448978 [ 3 ] {} <Trace> HTTP-Session: 4d69ba15-afd8-45f9-b61b-66b1c8e49af2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2292 | 2024.04.03 05:13:15.449145 [ 186 ] {d10ead57-c466-400e-b267-5a50d181b38b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 92 rows starting from the beginning of the part | ||
| 2293 | 2024.04.03 05:13:15.449252 [ 3 ] {3c1324b5-9607-42e1-aeab-38c8befdcba6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 2294 | 2024.04.03 05:13:15.449417 [ 3 ] {3c1324b5-9607-42e1-aeab-38c8befdcba6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2295 | 2024.04.03 05:13:15.449412 [ 186 ] {d10ead57-c466-400e-b267-5a50d181b38b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 134 rows starting from the beginning of the part | ||
| 2296 | 2024.04.03 05:13:15.449782 [ 186 ] {d10ead57-c466-400e-b267-5a50d181b38b::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 | ||
| 2297 | 2024.04.03 05:13:15.450156 [ 186 ] {d10ead57-c466-400e-b267-5a50d181b38b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 134 rows starting from the beginning of the part | ||
| 2298 | 2024.04.03 05:13:15.450422 [ 3 ] {3c1324b5-9607-42e1-aeab-38c8befdcba6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2299 | 2024.04.03 05:13:15.450457 [ 186 ] {d10ead57-c466-400e-b267-5a50d181b38b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 56 rows starting from the beginning of the part | ||
| 2300 | 2024.04.03 05:13:15.451342 [ 3 ] {3c1324b5-9607-42e1-aeab-38c8befdcba6} <Trace> oximeter.fields_uuid (78132754-fa1e-4d68-980a-5012099aee94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2301 | 2024.04.03 05:13:15.451405 [ 3 ] {3c1324b5-9607-42e1-aeab-38c8befdcba6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 2302 | 2024.04.03 05:13:15.452330 [ 3 ] {3c1324b5-9607-42e1-aeab-38c8befdcba6} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2303 | 2024.04.03 05:13:15.453349 [ 3 ] {3c1324b5-9607-42e1-aeab-38c8befdcba6} <Trace> oximeter.fields_uuid (78132754-fa1e-4d68-980a-5012099aee94): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2304 | 2024.04.03 05:13:15.453428 [ 188 ] {d10ead57-c466-400e-b267-5a50d181b38b::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 606 rows, containing 4 columns (4 merged, 0 gathered) in 0.005113358 sec., 118513.11799408529 rows/sec., 9.65 MiB/sec. | ||
| 2305 | 2024.04.03 05:13:15.453587 [ 62 ] {} <Debug> oximeter.fields_uuid (78132754-fa1e-4d68-980a-5012099aee94) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2306 | 2024.04.03 05:13:15.453623 [ 3 ] {3c1324b5-9607-42e1-aeab-38c8befdcba6} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004504 sec., 14209.591474245115 rows/sec., 1.11 MiB/sec. | ||
| 2307 | 2024.04.03 05:13:15.453674 [ 62 ] {} <Trace> oximeter.fields_uuid (78132754-fa1e-4d68-980a-5012099aee94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2308 | 2024.04.03 05:13:15.453798 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 2309 | 2024.04.03 05:13:15.453898 [ 201 ] {d10ead57-c466-400e-b267-5a50d181b38b::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2310 | 2024.04.03 05:13:15.454079 [ 3 ] {3c1324b5-9607-42e1-aeab-38c8befdcba6} <Debug> DynamicQueryHandler: Done processing query | ||
| 2311 | 2024.04.03 05:13:15.454169 [ 3 ] {3c1324b5-9607-42e1-aeab-38c8befdcba6} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 2312 | 2024.04.03 05:13:15.454263 [ 3 ] {} <Debug> HTTP-Session: 4d69ba15-afd8-45f9-b61b-66b1c8e49af2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2313 | 2024.04.03 05:13:15.454363 [ 188 ] {78132754-fa1e-4d68-980a-5012099aee94::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 | ||
| 2314 | 2024.04.03 05:13:15.454600 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2315 | 2024.04.03 05:13:15.454776 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2316 | 2024.04.03 05:13:15.454869 [ 3 ] {} <Debug> HTTP-Session: d1db90ca-8478-41c5-bc8c-a0ba98b00dd2 Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 2317 | 2024.04.03 05:13:15.454947 [ 3 ] {} <Debug> HTTP-Session: d1db90ca-8478-41c5-bc8c-a0ba98b00dd2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2318 | 2024.04.03 05:13:15.455020 [ 3 ] {} <Debug> HTTP-Session: d1db90ca-8478-41c5-bc8c-a0ba98b00dd2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2319 | 2024.04.03 05:13:15.455027 [ 188 ] {78132754-fa1e-4d68-980a-5012099aee94::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2320 | 2024.04.03 05:13:15.455114 [ 3 ] {} <Trace> HTTP-Session: d1db90ca-8478-41c5-bc8c-a0ba98b00dd2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2321 | 2024.04.03 05:13:15.455129 [ 188 ] {78132754-fa1e-4d68-980a-5012099aee94::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 103 rows starting from the beginning of the part | ||
| 2322 | 2024.04.03 05:13:15.455269 [ 186 ] {d10ead57-c466-400e-b267-5a50d181b38b::all_1_11_2} <Trace> oximeter.fields_string (d10ead57-c466-400e-b267-5a50d181b38b): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2323 | 2024.04.03 05:13:15.455550 [ 3 ] {441e5120-7639-4d90-9bf2-4b681f5d8306} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 2324 | 2024.04.03 05:13:15.455550 [ 188 ] {78132754-fa1e-4d68-980a-5012099aee94::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 88 rows starting from the beginning of the part | ||
| 2325 | 2024.04.03 05:13:15.455779 [ 3 ] {441e5120-7639-4d90-9bf2-4b681f5d8306} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2326 | 2024.04.03 05:13:15.455797 [ 186 ] {d10ead57-c466-400e-b267-5a50d181b38b::all_1_11_2} <Trace> oximeter.fields_string (d10ead57-c466-400e-b267-5a50d181b38b) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2327 | 2024.04.03 05:13:15.456202 [ 188 ] {78132754-fa1e-4d68-980a-5012099aee94::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 90 rows starting from the beginning of the part | ||
| 2328 | 2024.04.03 05:13:15.456237 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 2329 | 2024.04.03 05:13:15.456577 [ 188 ] {78132754-fa1e-4d68-980a-5012099aee94::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 | ||
| 2330 | 2024.04.03 05:13:15.456886 [ 188 ] {78132754-fa1e-4d68-980a-5012099aee94::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 90 rows starting from the beginning of the part | ||
| 2331 | 2024.04.03 05:13:15.457159 [ 3 ] {441e5120-7639-4d90-9bf2-4b681f5d8306} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2332 | 2024.04.03 05:13:15.457226 [ 188 ] {78132754-fa1e-4d68-980a-5012099aee94::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 64 rows starting from the beginning of the part | ||
| 2333 | 2024.04.03 05:13:15.458249 [ 3 ] {441e5120-7639-4d90-9bf2-4b681f5d8306} <Trace> oximeter.measurements_cumulativeu64 (6373e3b3-ce8a-4e66-a523-d07c961c74b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2334 | 2024.04.03 05:13:15.458320 [ 3 ] {441e5120-7639-4d90-9bf2-4b681f5d8306} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 2335 | 2024.04.03 05:13:15.459543 [ 3 ] {441e5120-7639-4d90-9bf2-4b681f5d8306} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2336 | 2024.04.03 05:13:15.460039 [ 188 ] {78132754-fa1e-4d68-980a-5012099aee94::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 499 rows, containing 4 columns (4 merged, 0 gathered) in 0.00602715 sec., 82792.03271861494 rows/sec., 6.46 MiB/sec. | ||
| 2337 | 2024.04.03 05:13:15.460310 [ 186 ] {78132754-fa1e-4d68-980a-5012099aee94::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2338 | 2024.04.03 05:13:15.460505 [ 3 ] {441e5120-7639-4d90-9bf2-4b681f5d8306} <Trace> oximeter.measurements_cumulativeu64 (6373e3b3-ce8a-4e66-a523-d07c961c74b1): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2339 | 2024.04.03 05:13:15.460755 [ 62 ] {} <Debug> oximeter.measurements_cumulativeu64 (6373e3b3-ce8a-4e66-a523-d07c961c74b1) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2340 | 2024.04.03 05:13:15.460894 [ 62 ] {} <Trace> oximeter.measurements_cumulativeu64 (6373e3b3-ce8a-4e66-a523-d07c961c74b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2341 | 2024.04.03 05:13:15.460952 [ 3 ] {441e5120-7639-4d90-9bf2-4b681f5d8306} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00563 sec., 28419.182948490234 rows/sec., 1.98 MiB/sec. | ||
| 2342 | 2024.04.03 05:13:15.460977 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 2343 | 2024.04.03 05:13:15.461552 [ 3 ] {441e5120-7639-4d90-9bf2-4b681f5d8306} <Debug> DynamicQueryHandler: Done processing query | ||
| 2344 | 2024.04.03 05:13:15.461562 [ 188 ] {6373e3b3-ce8a-4e66-a523-d07c961c74b1::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 | ||
| 2345 | 2024.04.03 05:13:15.461625 [ 3 ] {441e5120-7639-4d90-9bf2-4b681f5d8306} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
| 2346 | 2024.04.03 05:13:15.461693 [ 3 ] {} <Debug> HTTP-Session: d1db90ca-8478-41c5-bc8c-a0ba98b00dd2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2347 | 2024.04.03 05:13:15.461846 [ 186 ] {78132754-fa1e-4d68-980a-5012099aee94::all_1_11_2} <Trace> oximeter.fields_uuid (78132754-fa1e-4d68-980a-5012099aee94): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2348 | 2024.04.03 05:13:15.461981 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2349 | 2024.04.03 05:13:15.462059 [ 188 ] {6373e3b3-ce8a-4e66-a523-d07c961c74b1::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2350 | 2024.04.03 05:13:15.462100 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2351 | 2024.04.03 05:13:15.462134 [ 186 ] {78132754-fa1e-4d68-980a-5012099aee94::all_1_11_2} <Trace> oximeter.fields_uuid (78132754-fa1e-4d68-980a-5012099aee94) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2352 | 2024.04.03 05:13:15.462212 [ 3 ] {} <Debug> HTTP-Session: c9133d98-5019-42e9-b002-49d4bfc71987 Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 2353 | 2024.04.03 05:13:15.462222 [ 188 ] {6373e3b3-ce8a-4e66-a523-d07c961c74b1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 940 rows starting from the beginning of the part | ||
| 2354 | 2024.04.03 05:13:15.462287 [ 3 ] {} <Debug> HTTP-Session: c9133d98-5019-42e9-b002-49d4bfc71987 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2355 | 2024.04.03 05:13:15.462365 [ 3 ] {} <Debug> HTTP-Session: c9133d98-5019-42e9-b002-49d4bfc71987 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2356 | 2024.04.03 05:13:15.462451 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 2357 | 2024.04.03 05:13:15.462533 [ 3 ] {} <Trace> HTTP-Session: c9133d98-5019-42e9-b002-49d4bfc71987 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2358 | 2024.04.03 05:13:15.462748 [ 188 ] {6373e3b3-ce8a-4e66-a523-d07c961c74b1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 460 rows starting from the beginning of the part | ||
| 2359 | 2024.04.03 05:13:15.462828 [ 3 ] {336171e1-276e-457e-80e0-beb1521d844c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 2360 | 2024.04.03 05:13:15.463006 [ 3 ] {336171e1-276e-457e-80e0-beb1521d844c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2361 | 2024.04.03 05:13:15.463041 [ 188 ] {6373e3b3-ce8a-4e66-a523-d07c961c74b1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 160 rows starting from the beginning of the part | ||
| 2362 | 2024.04.03 05:13:15.463412 [ 188 ] {6373e3b3-ce8a-4e66-a523-d07c961c74b1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 160 rows starting from the beginning of the part | ||
| 2363 | 2024.04.03 05:13:15.463790 [ 188 ] {6373e3b3-ce8a-4e66-a523-d07c961c74b1::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 | ||
| 2364 | 2024.04.03 05:13:15.464088 [ 3 ] {336171e1-276e-457e-80e0-beb1521d844c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2365 | 2024.04.03 05:13:15.464116 [ 188 ] {6373e3b3-ce8a-4e66-a523-d07c961c74b1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 160 rows starting from the beginning of the part | ||
| 2366 | 2024.04.03 05:13:15.465061 [ 3 ] {336171e1-276e-457e-80e0-beb1521d844c} <Trace> oximeter.measurements_u64 (de6da706-3917-4020-8d2f-ffa74140e97c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2367 | 2024.04.03 05:13:15.465145 [ 3 ] {336171e1-276e-457e-80e0-beb1521d844c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 2368 | 2024.04.03 05:13:15.466233 [ 3 ] {336171e1-276e-457e-80e0-beb1521d844c} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2369 | 2024.04.03 05:13:15.467134 [ 3 ] {336171e1-276e-457e-80e0-beb1521d844c} <Trace> oximeter.measurements_u64 (de6da706-3917-4020-8d2f-ffa74140e97c): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2370 | 2024.04.03 05:13:15.467430 [ 192 ] {6373e3b3-ce8a-4e66-a523-d07c961c74b1::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2040 rows, containing 5 columns (5 merged, 0 gathered) in 0.006212342 sec., 328378.57284740603 rows/sec., 22.92 MiB/sec. | ||
| 2371 | 2024.04.03 05:13:15.467506 [ 62 ] {} <Debug> oximeter.measurements_u64 (de6da706-3917-4020-8d2f-ffa74140e97c) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2372 | 2024.04.03 05:13:15.467569 [ 3 ] {336171e1-276e-457e-80e0-beb1521d844c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004863 sec., 12338.062924120914 rows/sec., 851.45 KiB/sec. | ||
| 2373 | 2024.04.03 05:13:15.467593 [ 62 ] {} <Trace> oximeter.measurements_u64 (de6da706-3917-4020-8d2f-ffa74140e97c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2374 | 2024.04.03 05:13:15.467672 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 2375 | 2024.04.03 05:13:15.467982 [ 3 ] {336171e1-276e-457e-80e0-beb1521d844c} <Debug> DynamicQueryHandler: Done processing query | ||
| 2376 | 2024.04.03 05:13:15.467987 [ 188 ] {de6da706-3917-4020-8d2f-ffa74140e97c::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 | ||
| 2377 | 2024.04.03 05:13:15.467993 [ 192 ] {6373e3b3-ce8a-4e66-a523-d07c961c74b1::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2378 | 2024.04.03 05:13:15.468017 [ 3 ] {336171e1-276e-457e-80e0-beb1521d844c} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 2379 | 2024.04.03 05:13:15.468097 [ 3 ] {} <Debug> HTTP-Session: c9133d98-5019-42e9-b002-49d4bfc71987 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2380 | 2024.04.03 05:13:15.468299 [ 188 ] {de6da706-3917-4020-8d2f-ffa74140e97c::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2381 | 2024.04.03 05:13:15.468335 [ 188 ] {de6da706-3917-4020-8d2f-ffa74140e97c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 352 rows starting from the beginning of the part | ||
| 2382 | 2024.04.03 05:13:15.468505 [ 188 ] {de6da706-3917-4020-8d2f-ffa74140e97c::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 | ||
| 2383 | 2024.04.03 05:13:15.468943 [ 188 ] {de6da706-3917-4020-8d2f-ffa74140e97c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 60 rows starting from the beginning of the part | ||
| 2384 | 2024.04.03 05:13:15.469244 [ 188 ] {de6da706-3917-4020-8d2f-ffa74140e97c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 60 rows starting from the beginning of the part | ||
| 2385 | 2024.04.03 05:13:15.469422 [ 188 ] {de6da706-3917-4020-8d2f-ffa74140e97c::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 | ||
| 2386 | 2024.04.03 05:13:15.469691 [ 188 ] {de6da706-3917-4020-8d2f-ffa74140e97c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 60 rows starting from the beginning of the part | ||
| 2387 | 2024.04.03 05:13:15.469742 [ 192 ] {6373e3b3-ce8a-4e66-a523-d07c961c74b1::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (6373e3b3-ce8a-4e66-a523-d07c961c74b1): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2388 | 2024.04.03 05:13:15.469997 [ 192 ] {6373e3b3-ce8a-4e66-a523-d07c961c74b1::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (6373e3b3-ce8a-4e66-a523-d07c961c74b1) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2389 | 2024.04.03 05:13:15.470095 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
| 2390 | 2024.04.03 05:13:15.470842 [ 200 ] {de6da706-3917-4020-8d2f-ffa74140e97c::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 652 rows, containing 4 columns (4 merged, 0 gathered) in 0.00303644 sec., 214725.13864920763 rows/sec., 14.47 MiB/sec. | ||
| 2391 | 2024.04.03 05:13:15.470997 [ 200 ] {de6da706-3917-4020-8d2f-ffa74140e97c::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2392 | 2024.04.03 05:13:15.471371 [ 200 ] {de6da706-3917-4020-8d2f-ffa74140e97c::all_1_11_2} <Trace> oximeter.measurements_u64 (de6da706-3917-4020-8d2f-ffa74140e97c): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2393 | 2024.04.03 05:13:15.471452 [ 200 ] {de6da706-3917-4020-8d2f-ffa74140e97c::all_1_11_2} <Trace> oximeter.measurements_u64 (de6da706-3917-4020-8d2f-ffa74140e97c) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2394 | 2024.04.03 05:13:15.471522 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
| 2395 | 2024.04.03 05:13:18.988959 [ 58 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2396 | 2024.04.03 05:13:18.989027 [ 58 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2397 | 2024.04.03 05:13:20.443283 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 1139, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2398 | 2024.04.03 05:13:20.443408 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2399 | 2024.04.03 05:13:20.443438 [ 3 ] {} <Debug> HTTP-Session: dc6849b5-d355-45d3-a253-1764205fc465 Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 2400 | 2024.04.03 05:13:20.443466 [ 3 ] {} <Debug> HTTP-Session: dc6849b5-d355-45d3-a253-1764205fc465 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2401 | 2024.04.03 05:13:20.443483 [ 3 ] {} <Debug> HTTP-Session: dc6849b5-d355-45d3-a253-1764205fc465 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2402 | 2024.04.03 05:13:20.443540 [ 3 ] {} <Trace> HTTP-Session: dc6849b5-d355-45d3-a253-1764205fc465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2403 | 2024.04.03 05:13:20.443738 [ 3 ] {89c292bd-6efc-4bf5-8c1e-6d814dcc8e28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
| 2404 | 2024.04.03 05:13:20.444186 [ 3 ] {89c292bd-6efc-4bf5-8c1e-6d814dcc8e28} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2405 | 2024.04.03 05:13:20.444245 [ 3 ] {89c292bd-6efc-4bf5-8c1e-6d814dcc8e28} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 2406 | 2024.04.03 05:13:20.444613 [ 3 ] {89c292bd-6efc-4bf5-8c1e-6d814dcc8e28} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2407 | 2024.04.03 05:13:20.444696 [ 3 ] {89c292bd-6efc-4bf5-8c1e-6d814dcc8e28} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2408 | 2024.04.03 05:13:20.444873 [ 3 ] {89c292bd-6efc-4bf5-8c1e-6d814dcc8e28} <Debug> oximeter.timeseries_schema (f3c82d0a-8067-4bee-a6f1-9e1276014f6a) (SelectExecutor): Key condition: (column 0 notIn 28-element set) | ||
| 2409 | 2024.04.03 05:13:20.445102 [ 255 ] {89c292bd-6efc-4bf5-8c1e-6d814dcc8e28} <Trace> oximeter.timeseries_schema (f3c82d0a-8067-4bee-a6f1-9e1276014f6a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2410 | 2024.04.03 05:13:20.445135 [ 253 ] {89c292bd-6efc-4bf5-8c1e-6d814dcc8e28} <Trace> oximeter.timeseries_schema (f3c82d0a-8067-4bee-a6f1-9e1276014f6a) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2411 | 2024.04.03 05:13:20.445133 [ 257 ] {89c292bd-6efc-4bf5-8c1e-6d814dcc8e28} <Trace> oximeter.timeseries_schema (f3c82d0a-8067-4bee-a6f1-9e1276014f6a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2412 | 2024.04.03 05:13:20.445365 [ 3 ] {89c292bd-6efc-4bf5-8c1e-6d814dcc8e28} <Debug> oximeter.timeseries_schema (f3c82d0a-8067-4bee-a6f1-9e1276014f6a) (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 | ||
| 2413 | 2024.04.03 05:13:20.445401 [ 3 ] {89c292bd-6efc-4bf5-8c1e-6d814dcc8e28} <Trace> oximeter.timeseries_schema (f3c82d0a-8067-4bee-a6f1-9e1276014f6a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2414 | 2024.04.03 05:13:20.445520 [ 3 ] {89c292bd-6efc-4bf5-8c1e-6d814dcc8e28} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2415 | 2024.04.03 05:13:20.445545 [ 3 ] {89c292bd-6efc-4bf5-8c1e-6d814dcc8e28} <Debug> oximeter.timeseries_schema (f3c82d0a-8067-4bee-a6f1-9e1276014f6a) (SelectExecutor): Reading approx. 28 rows with 3 streams | ||
| 2416 | 2024.04.03 05:13:20.445588 [ 3 ] {89c292bd-6efc-4bf5-8c1e-6d814dcc8e28} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 2417 | 2024.04.03 05:13:20.445634 [ 3 ] {89c292bd-6efc-4bf5-8c1e-6d814dcc8e28} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 2418 | 2024.04.03 05:13:20.445674 [ 3 ] {89c292bd-6efc-4bf5-8c1e-6d814dcc8e28} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 2419 | 2024.04.03 05:13:20.447494 [ 3 ] {89c292bd-6efc-4bf5-8c1e-6d814dcc8e28} <Debug> executeQuery: Read 28 rows, 1.16 KiB in 0.003878 sec., 7220.216606498195 rows/sec., 299.42 KiB/sec. | ||
| 2420 | 2024.04.03 05:13:20.447857 [ 3 ] {89c292bd-6efc-4bf5-8c1e-6d814dcc8e28} <Debug> DynamicQueryHandler: Done processing query | ||
| 2421 | 2024.04.03 05:13:20.447891 [ 3 ] {89c292bd-6efc-4bf5-8c1e-6d814dcc8e28} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
| 2422 | 2024.04.03 05:13:20.447912 [ 3 ] {} <Debug> HTTP-Session: dc6849b5-d355-45d3-a253-1764205fc465 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2423 | 2024.04.03 05:13:20.451210 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 452, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2424 | 2024.04.03 05:13:20.451311 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2425 | 2024.04.03 05:13:20.451351 [ 3 ] {} <Debug> HTTP-Session: 465060be-5dae-4094-a11d-1790a41e84ea Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 2426 | 2024.04.03 05:13:20.451386 [ 3 ] {} <Debug> HTTP-Session: 465060be-5dae-4094-a11d-1790a41e84ea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2427 | 2024.04.03 05:13:20.451414 [ 3 ] {} <Debug> HTTP-Session: 465060be-5dae-4094-a11d-1790a41e84ea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2428 | 2024.04.03 05:13:20.451484 [ 3 ] {} <Trace> HTTP-Session: 465060be-5dae-4094-a11d-1790a41e84ea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2429 | 2024.04.03 05:13:20.451588 [ 3 ] {b3f01c98-46c7-4450-ae20-ed781590e142} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
| 2430 | 2024.04.03 05:13:20.451645 [ 3 ] {b3f01c98-46c7-4450-ae20-ed781590e142} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2431 | 2024.04.03 05:13:20.451857 [ 3 ] {b3f01c98-46c7-4450-ae20-ed781590e142} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2432 | 2024.04.03 05:13:20.452196 [ 3 ] {b3f01c98-46c7-4450-ae20-ed781590e142} <Trace> oximeter.timeseries_schema (f3c82d0a-8067-4bee-a6f1-9e1276014f6a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2433 | 2024.04.03 05:13:20.452241 [ 3 ] {b3f01c98-46c7-4450-ae20-ed781590e142} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 2434 | 2024.04.03 05:13:20.452781 [ 3 ] {b3f01c98-46c7-4450-ae20-ed781590e142} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2435 | 2024.04.03 05:13:20.453104 [ 3 ] {b3f01c98-46c7-4450-ae20-ed781590e142} <Trace> oximeter.timeseries_schema (f3c82d0a-8067-4bee-a6f1-9e1276014f6a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2436 | 2024.04.03 05:13:20.453246 [ 3 ] {b3f01c98-46c7-4450-ae20-ed781590e142} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.001703 sec., 587.1990604815032 rows/sec., 133.04 KiB/sec. | ||
| 2437 | 2024.04.03 05:13:20.453497 [ 3 ] {b3f01c98-46c7-4450-ae20-ed781590e142} <Debug> DynamicQueryHandler: Done processing query | ||
| 2438 | 2024.04.03 05:13:20.453523 [ 3 ] {b3f01c98-46c7-4450-ae20-ed781590e142} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
| 2439 | 2024.04.03 05:13:20.453540 [ 3 ] {} <Debug> HTTP-Session: 465060be-5dae-4094-a11d-1790a41e84ea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2440 | 2024.04.03 05:13:20.453683 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 3778, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2441 | 2024.04.03 05:13:20.453734 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2442 | 2024.04.03 05:13:20.453754 [ 3 ] {} <Debug> HTTP-Session: 22651f94-2c23-4788-9ed4-f4da436b741e Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 2443 | 2024.04.03 05:13:20.453772 [ 3 ] {} <Debug> HTTP-Session: 22651f94-2c23-4788-9ed4-f4da436b741e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2444 | 2024.04.03 05:13:20.453786 [ 3 ] {} <Debug> HTTP-Session: 22651f94-2c23-4788-9ed4-f4da436b741e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2445 | 2024.04.03 05:13:20.453819 [ 3 ] {} <Trace> HTTP-Session: 22651f94-2c23-4788-9ed4-f4da436b741e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2446 | 2024.04.03 05:13:20.453900 [ 3 ] {356d6b4d-9d00-4bef-9a75-66c894e4c1dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 2447 | 2024.04.03 05:13:20.453943 [ 3 ] {356d6b4d-9d00-4bef-9a75-66c894e4c1dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 2448 | 2024.04.03 05:13:20.454088 [ 3 ] {356d6b4d-9d00-4bef-9a75-66c894e4c1dc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2449 | 2024.04.03 05:13:20.454450 [ 3 ] {356d6b4d-9d00-4bef-9a75-66c894e4c1dc} <Trace> oximeter.fields_i64 (c23e6cbf-9c88-4b2e-b6de-a673a008017a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2450 | 2024.04.03 05:13:20.454490 [ 3 ] {356d6b4d-9d00-4bef-9a75-66c894e4c1dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 2451 | 2024.04.03 05:13:20.454819 [ 3 ] {356d6b4d-9d00-4bef-9a75-66c894e4c1dc} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2452 | 2024.04.03 05:13:20.455130 [ 3 ] {356d6b4d-9d00-4bef-9a75-66c894e4c1dc} <Trace> oximeter.fields_i64 (c23e6cbf-9c88-4b2e-b6de-a673a008017a): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2453 | 2024.04.03 05:13:20.455254 [ 3 ] {356d6b4d-9d00-4bef-9a75-66c894e4c1dc} <Debug> executeQuery: Read 26 rows, 2.11 KiB in 0.001388 sec., 18731.98847262248 rows/sec., 1.48 MiB/sec. | ||
| 2454 | 2024.04.03 05:13:20.455253 [ 57 ] {} <Debug> oximeter.fields_i64 (c23e6cbf-9c88-4b2e-b6de-a673a008017a) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2455 | 2024.04.03 05:13:20.455311 [ 57 ] {} <Trace> oximeter.fields_i64 (c23e6cbf-9c88-4b2e-b6de-a673a008017a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2456 | 2024.04.03 05:13:20.455346 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 2457 | 2024.04.03 05:13:20.455402 [ 3 ] {356d6b4d-9d00-4bef-9a75-66c894e4c1dc} <Debug> DynamicQueryHandler: Done processing query | ||
| 2458 | 2024.04.03 05:13:20.455451 [ 3 ] {356d6b4d-9d00-4bef-9a75-66c894e4c1dc} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 2459 | 2024.04.03 05:13:20.455518 [ 3 ] {} <Debug> HTTP-Session: 22651f94-2c23-4788-9ed4-f4da436b741e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2460 | 2024.04.03 05:13:20.455587 [ 192 ] {c23e6cbf-9c88-4b2e-b6de-a673a008017a::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 | ||
| 2461 | 2024.04.03 05:13:20.455711 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 993, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2462 | 2024.04.03 05:13:20.455817 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2463 | 2024.04.03 05:13:20.455845 [ 192 ] {c23e6cbf-9c88-4b2e-b6de-a673a008017a::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2464 | 2024.04.03 05:13:20.455858 [ 3 ] {} <Debug> HTTP-Session: 7453d1b7-a961-4bc4-9e68-67d216c9f1fc Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 2465 | 2024.04.03 05:13:20.455901 [ 192 ] {c23e6cbf-9c88-4b2e-b6de-a673a008017a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 24 rows starting from the beginning of the part | ||
| 2466 | 2024.04.03 05:13:20.455903 [ 3 ] {} <Debug> HTTP-Session: 7453d1b7-a961-4bc4-9e68-67d216c9f1fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2467 | 2024.04.03 05:13:20.455948 [ 3 ] {} <Debug> HTTP-Session: 7453d1b7-a961-4bc4-9e68-67d216c9f1fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2468 | 2024.04.03 05:13:20.456020 [ 3 ] {} <Trace> HTTP-Session: 7453d1b7-a961-4bc4-9e68-67d216c9f1fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2469 | 2024.04.03 05:13:20.456171 [ 192 ] {c23e6cbf-9c88-4b2e-b6de-a673a008017a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 25 rows starting from the beginning of the part | ||
| 2470 | 2024.04.03 05:13:20.456387 [ 3 ] {4276f396-1eb9-420f-a9bc-3d4d2e639fe4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 2471 | 2024.04.03 05:13:20.456466 [ 192 ] {c23e6cbf-9c88-4b2e-b6de-a673a008017a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 26 rows starting from the beginning of the part | ||
| 2472 | 2024.04.03 05:13:20.456523 [ 3 ] {4276f396-1eb9-420f-a9bc-3d4d2e639fe4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 2473 | 2024.04.03 05:13:20.456820 [ 192 ] {c23e6cbf-9c88-4b2e-b6de-a673a008017a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 26 rows starting from the beginning of the part | ||
| 2474 | 2024.04.03 05:13:20.456912 [ 192 ] {c23e6cbf-9c88-4b2e-b6de-a673a008017a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 26 rows starting from the beginning of the part | ||
| 2475 | 2024.04.03 05:13:20.457196 [ 192 ] {c23e6cbf-9c88-4b2e-b6de-a673a008017a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 26 rows starting from the beginning of the part | ||
| 2476 | 2024.04.03 05:13:20.457875 [ 3 ] {4276f396-1eb9-420f-a9bc-3d4d2e639fe4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2477 | 2024.04.03 05:13:20.458645 [ 3 ] {4276f396-1eb9-420f-a9bc-3d4d2e639fe4} <Trace> oximeter.fields_ipaddr (4af34eed-af07-47e9-bf27-cd9b0a7bc703): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2478 | 2024.04.03 05:13:20.458725 [ 3 ] {4276f396-1eb9-420f-a9bc-3d4d2e639fe4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 2479 | 2024.04.03 05:13:20.459728 [ 3 ] {4276f396-1eb9-420f-a9bc-3d4d2e639fe4} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 2480 | 2024.04.03 05:13:20.459883 [ 193 ] {c23e6cbf-9c88-4b2e-b6de-a673a008017a::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 153 rows, containing 4 columns (4 merged, 0 gathered) in 0.004461039 sec., 34296.94293190443 rows/sec., 2.71 MiB/sec. | ||
| 2481 | 2024.04.03 05:13:20.460062 [ 193 ] {c23e6cbf-9c88-4b2e-b6de-a673a008017a::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2482 | 2024.04.03 05:13:20.460208 [ 3 ] {4276f396-1eb9-420f-a9bc-3d4d2e639fe4} <Trace> oximeter.fields_ipaddr (4af34eed-af07-47e9-bf27-cd9b0a7bc703): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2483 | 2024.04.03 05:13:20.460453 [ 3 ] {4276f396-1eb9-420f-a9bc-3d4d2e639fe4} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.004228 sec., 1419.1106906338694 rows/sec., 115.72 KiB/sec. | ||
| 2484 | 2024.04.03 05:13:20.460694 [ 3 ] {4276f396-1eb9-420f-a9bc-3d4d2e639fe4} <Debug> DynamicQueryHandler: Done processing query | ||
| 2485 | 2024.04.03 05:13:20.460702 [ 193 ] {c23e6cbf-9c88-4b2e-b6de-a673a008017a::all_1_6_1} <Trace> oximeter.fields_i64 (c23e6cbf-9c88-4b2e-b6de-a673a008017a): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2486 | 2024.04.03 05:13:20.460723 [ 3 ] {4276f396-1eb9-420f-a9bc-3d4d2e639fe4} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 2487 | 2024.04.03 05:13:20.460749 [ 3 ] {} <Debug> HTTP-Session: 7453d1b7-a961-4bc4-9e68-67d216c9f1fc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2488 | 2024.04.03 05:13:20.460808 [ 193 ] {c23e6cbf-9c88-4b2e-b6de-a673a008017a::all_1_6_1} <Trace> oximeter.fields_i64 (c23e6cbf-9c88-4b2e-b6de-a673a008017a) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2489 | 2024.04.03 05:13:20.460888 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 2490 | 2024.04.03 05:13:20.460934 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 20082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2491 | 2024.04.03 05:13:20.460981 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2492 | 2024.04.03 05:13:20.461000 [ 3 ] {} <Debug> HTTP-Session: 9f9c0b1d-8c1e-4208-88b8-ecec02a7d465 Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 2493 | 2024.04.03 05:13:20.461016 [ 3 ] {} <Debug> HTTP-Session: 9f9c0b1d-8c1e-4208-88b8-ecec02a7d465 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2494 | 2024.04.03 05:13:20.461030 [ 3 ] {} <Debug> HTTP-Session: 9f9c0b1d-8c1e-4208-88b8-ecec02a7d465 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2495 | 2024.04.03 05:13:20.461062 [ 3 ] {} <Trace> HTTP-Session: 9f9c0b1d-8c1e-4208-88b8-ecec02a7d465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2496 | 2024.04.03 05:13:20.461171 [ 3 ] {3a0c5b77-7b2d-4e8e-b0c4-a39be9de77c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 2497 | 2024.04.03 05:13:20.461212 [ 3 ] {3a0c5b77-7b2d-4e8e-b0c4-a39be9de77c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2498 | 2024.04.03 05:13:20.461337 [ 3 ] {3a0c5b77-7b2d-4e8e-b0c4-a39be9de77c2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2499 | 2024.04.03 05:13:20.461743 [ 3 ] {3a0c5b77-7b2d-4e8e-b0c4-a39be9de77c2} <Trace> oximeter.fields_string (d10ead57-c466-400e-b267-5a50d181b38b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2500 | 2024.04.03 05:13:20.461780 [ 3 ] {3a0c5b77-7b2d-4e8e-b0c4-a39be9de77c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 2501 | 2024.04.03 05:13:20.462105 [ 3 ] {3a0c5b77-7b2d-4e8e-b0c4-a39be9de77c2} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2502 | 2024.04.03 05:13:20.462413 [ 3 ] {3a0c5b77-7b2d-4e8e-b0c4-a39be9de77c2} <Trace> oximeter.fields_string (d10ead57-c466-400e-b267-5a50d181b38b): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2503 | 2024.04.03 05:13:20.462545 [ 3 ] {3a0c5b77-7b2d-4e8e-b0c4-a39be9de77c2} <Debug> executeQuery: Read 137 rows, 11.74 KiB in 0.001436 sec., 95403.89972144847 rows/sec., 7.99 MiB/sec. | ||
| 2504 | 2024.04.03 05:13:20.462669 [ 3 ] {3a0c5b77-7b2d-4e8e-b0c4-a39be9de77c2} <Debug> DynamicQueryHandler: Done processing query | ||
| 2505 | 2024.04.03 05:13:20.462693 [ 3 ] {3a0c5b77-7b2d-4e8e-b0c4-a39be9de77c2} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
| 2506 | 2024.04.03 05:13:20.462709 [ 3 ] {} <Debug> HTTP-Session: 9f9c0b1d-8c1e-4208-88b8-ecec02a7d465 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2507 | 2024.04.03 05:13:20.462833 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 892, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2508 | 2024.04.03 05:13:20.462881 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2509 | 2024.04.03 05:13:20.462899 [ 3 ] {} <Debug> HTTP-Session: 26097af6-64f5-4b3b-b652-77ade73414f5 Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 2510 | 2024.04.03 05:13:20.462915 [ 3 ] {} <Debug> HTTP-Session: 26097af6-64f5-4b3b-b652-77ade73414f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2511 | 2024.04.03 05:13:20.462929 [ 3 ] {} <Debug> HTTP-Session: 26097af6-64f5-4b3b-b652-77ade73414f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2512 | 2024.04.03 05:13:20.462959 [ 3 ] {} <Trace> HTTP-Session: 26097af6-64f5-4b3b-b652-77ade73414f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2513 | 2024.04.03 05:13:20.463022 [ 3 ] {4fc3f995-ef40-44d3-b965-022763ff3118} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 2514 | 2024.04.03 05:13:20.463061 [ 3 ] {4fc3f995-ef40-44d3-b965-022763ff3118} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2515 | 2024.04.03 05:13:20.463184 [ 3 ] {4fc3f995-ef40-44d3-b965-022763ff3118} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2516 | 2024.04.03 05:13:20.463664 [ 3 ] {4fc3f995-ef40-44d3-b965-022763ff3118} <Trace> oximeter.fields_u16 (41a66443-8a96-4f3c-8966-36c835ebe802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2517 | 2024.04.03 05:13:20.463698 [ 3 ] {4fc3f995-ef40-44d3-b965-022763ff3118} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 2518 | 2024.04.03 05:13:20.463998 [ 3 ] {4fc3f995-ef40-44d3-b965-022763ff3118} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 2519 | 2024.04.03 05:13:20.464302 [ 3 ] {4fc3f995-ef40-44d3-b965-022763ff3118} <Trace> oximeter.fields_u16 (41a66443-8a96-4f3c-8966-36c835ebe802): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2520 | 2024.04.03 05:13:20.464432 [ 3 ] {4fc3f995-ef40-44d3-b965-022763ff3118} <Debug> executeQuery: Read 6 rows, 429.00 B in 0.001428 sec., 4201.680672268907 rows/sec., 293.38 KiB/sec. | ||
| 2521 | 2024.04.03 05:13:20.464669 [ 3 ] {4fc3f995-ef40-44d3-b965-022763ff3118} <Debug> DynamicQueryHandler: Done processing query | ||
| 2522 | 2024.04.03 05:13:20.464703 [ 3 ] {4fc3f995-ef40-44d3-b965-022763ff3118} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 2523 | 2024.04.03 05:13:20.464720 [ 3 ] {} <Debug> HTTP-Session: 26097af6-64f5-4b3b-b652-77ade73414f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2524 | 2024.04.03 05:13:20.464898 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 16320, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2525 | 2024.04.03 05:13:20.464948 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2526 | 2024.04.03 05:13:20.464966 [ 3 ] {} <Debug> HTTP-Session: 8a12bfae-4f47-465e-a226-bca182bb9e5c Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 2527 | 2024.04.03 05:13:20.464982 [ 3 ] {} <Debug> HTTP-Session: 8a12bfae-4f47-465e-a226-bca182bb9e5c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2528 | 2024.04.03 05:13:20.464996 [ 3 ] {} <Debug> HTTP-Session: 8a12bfae-4f47-465e-a226-bca182bb9e5c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2529 | 2024.04.03 05:13:20.465027 [ 3 ] {} <Trace> HTTP-Session: 8a12bfae-4f47-465e-a226-bca182bb9e5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2530 | 2024.04.03 05:13:20.465127 [ 3 ] {2390b748-5775-4455-bcee-219524a04cdf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 2531 | 2024.04.03 05:13:20.465168 [ 3 ] {2390b748-5775-4455-bcee-219524a04cdf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2532 | 2024.04.03 05:13:20.465314 [ 3 ] {2390b748-5775-4455-bcee-219524a04cdf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2533 | 2024.04.03 05:13:20.465713 [ 3 ] {2390b748-5775-4455-bcee-219524a04cdf} <Trace> oximeter.fields_uuid (78132754-fa1e-4d68-980a-5012099aee94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2534 | 2024.04.03 05:13:20.465750 [ 3 ] {2390b748-5775-4455-bcee-219524a04cdf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 2535 | 2024.04.03 05:13:20.466072 [ 3 ] {2390b748-5775-4455-bcee-219524a04cdf} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2536 | 2024.04.03 05:13:20.466384 [ 3 ] {2390b748-5775-4455-bcee-219524a04cdf} <Trace> oximeter.fields_uuid (78132754-fa1e-4d68-980a-5012099aee94): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2537 | 2024.04.03 05:13:20.466507 [ 3 ] {2390b748-5775-4455-bcee-219524a04cdf} <Debug> executeQuery: Read 96 rows, 7.69 KiB in 0.001438 sec., 66759.38803894297 rows/sec., 5.22 MiB/sec. | ||
| 2538 | 2024.04.03 05:13:20.466628 [ 3 ] {2390b748-5775-4455-bcee-219524a04cdf} <Debug> DynamicQueryHandler: Done processing query | ||
| 2539 | 2024.04.03 05:13:20.466651 [ 3 ] {2390b748-5775-4455-bcee-219524a04cdf} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 2540 | 2024.04.03 05:13:20.466667 [ 3 ] {} <Debug> HTTP-Session: 8a12bfae-4f47-465e-a226-bca182bb9e5c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2541 | 2024.04.03 05:13:20.466830 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 31209, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2542 | 2024.04.03 05:13:20.466879 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2543 | 2024.04.03 05:13:20.466897 [ 3 ] {} <Debug> HTTP-Session: d38c642c-c6a5-45bb-bafd-5cf2a426dd36 Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 2544 | 2024.04.03 05:13:20.466914 [ 3 ] {} <Debug> HTTP-Session: d38c642c-c6a5-45bb-bafd-5cf2a426dd36 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2545 | 2024.04.03 05:13:20.466927 [ 3 ] {} <Debug> HTTP-Session: d38c642c-c6a5-45bb-bafd-5cf2a426dd36 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2546 | 2024.04.03 05:13:20.466957 [ 3 ] {} <Trace> HTTP-Session: d38c642c-c6a5-45bb-bafd-5cf2a426dd36 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2547 | 2024.04.03 05:13:20.467069 [ 3 ] {bebf3b08-9ad7-477a-817b-f6d3464336d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 2548 | 2024.04.03 05:13:20.467112 [ 3 ] {bebf3b08-9ad7-477a-817b-f6d3464336d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2549 | 2024.04.03 05:13:20.467253 [ 3 ] {bebf3b08-9ad7-477a-817b-f6d3464336d7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2550 | 2024.04.03 05:13:20.467653 [ 3 ] {bebf3b08-9ad7-477a-817b-f6d3464336d7} <Trace> oximeter.measurements_cumulativeu64 (6373e3b3-ce8a-4e66-a523-d07c961c74b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2551 | 2024.04.03 05:13:20.467688 [ 3 ] {bebf3b08-9ad7-477a-817b-f6d3464336d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 2552 | 2024.04.03 05:13:20.468069 [ 3 ] {bebf3b08-9ad7-477a-817b-f6d3464336d7} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2553 | 2024.04.03 05:13:20.468404 [ 3 ] {bebf3b08-9ad7-477a-817b-f6d3464336d7} <Trace> oximeter.measurements_cumulativeu64 (6373e3b3-ce8a-4e66-a523-d07c961c74b1): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2554 | 2024.04.03 05:13:20.468536 [ 3 ] {bebf3b08-9ad7-477a-817b-f6d3464336d7} <Debug> executeQuery: Read 163 rows, 11.62 KiB in 0.001532 sec., 106396.86684073108 rows/sec., 7.41 MiB/sec. | ||
| 2555 | 2024.04.03 05:13:20.468717 [ 3 ] {bebf3b08-9ad7-477a-817b-f6d3464336d7} <Debug> DynamicQueryHandler: Done processing query | ||
| 2556 | 2024.04.03 05:13:20.468742 [ 3 ] {bebf3b08-9ad7-477a-817b-f6d3464336d7} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
| 2557 | 2024.04.03 05:13:20.468757 [ 3 ] {} <Debug> HTTP-Session: d38c642c-c6a5-45bb-bafd-5cf2a426dd36 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2558 | 2024.04.03 05:13:20.468925 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 27849, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2559 | 2024.04.03 05:13:20.468974 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2560 | 2024.04.03 05:13:20.468992 [ 3 ] {} <Debug> HTTP-Session: 4bb1611c-cc73-48c3-9be9-cf0afbd586a7 Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 2561 | 2024.04.03 05:13:20.469009 [ 3 ] {} <Debug> HTTP-Session: 4bb1611c-cc73-48c3-9be9-cf0afbd586a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2562 | 2024.04.03 05:13:20.469022 [ 3 ] {} <Debug> HTTP-Session: 4bb1611c-cc73-48c3-9be9-cf0afbd586a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2563 | 2024.04.03 05:13:20.469053 [ 3 ] {} <Trace> HTTP-Session: 4bb1611c-cc73-48c3-9be9-cf0afbd586a7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2564 | 2024.04.03 05:13:20.469293 [ 3 ] {be349a08-27ee-448b-b2db-85b89fa48af1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 2565 | 2024.04.03 05:13:20.469341 [ 3 ] {be349a08-27ee-448b-b2db-85b89fa48af1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 2566 | 2024.04.03 05:13:20.469498 [ 3 ] {be349a08-27ee-448b-b2db-85b89fa48af1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2567 | 2024.04.03 05:13:20.469972 [ 3 ] {be349a08-27ee-448b-b2db-85b89fa48af1} <Trace> oximeter.measurements_histogramf64 (8b69ac98-35f5-4c32-8452-ff3027d9bc94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2568 | 2024.04.03 05:13:20.470007 [ 3 ] {be349a08-27ee-448b-b2db-85b89fa48af1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 2569 | 2024.04.03 05:13:20.470408 [ 3 ] {be349a08-27ee-448b-b2db-85b89fa48af1} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2570 | 2024.04.03 05:13:20.470749 [ 3 ] {be349a08-27ee-448b-b2db-85b89fa48af1} <Trace> oximeter.measurements_histogramf64 (8b69ac98-35f5-4c32-8452-ff3027d9bc94): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2571 | 2024.04.03 05:13:20.470868 [ 57 ] {} <Debug> oximeter.measurements_histogramf64 (8b69ac98-35f5-4c32-8452-ff3027d9bc94) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2572 | 2024.04.03 05:13:20.470878 [ 3 ] {be349a08-27ee-448b-b2db-85b89fa48af1} <Debug> executeQuery: Read 26 rows, 35.93 KiB in 0.001777 sec., 14631.401238041644 rows/sec., 19.74 MiB/sec. | ||
| 2573 | 2024.04.03 05:13:20.470907 [ 57 ] {} <Trace> oximeter.measurements_histogramf64 (8b69ac98-35f5-4c32-8452-ff3027d9bc94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2574 | 2024.04.03 05:13:20.470950 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 2575 | 2024.04.03 05:13:20.471054 [ 3 ] {be349a08-27ee-448b-b2db-85b89fa48af1} <Debug> DynamicQueryHandler: Done processing query | ||
| 2576 | 2024.04.03 05:13:20.471118 [ 3 ] {be349a08-27ee-448b-b2db-85b89fa48af1} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
| 2577 | 2024.04.03 05:13:20.471202 [ 3 ] {} <Debug> HTTP-Session: 4bb1611c-cc73-48c3-9be9-cf0afbd586a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2578 | 2024.04.03 05:13:20.471400 [ 198 ] {8b69ac98-35f5-4c32-8452-ff3027d9bc94::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 | ||
| 2579 | 2024.04.03 05:13:20.471431 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2580 | 2024.04.03 05:13:20.471538 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2581 | 2024.04.03 05:13:20.471584 [ 3 ] {} <Debug> HTTP-Session: ef342828-bc5c-4a0f-a6bc-be0f0afec29b Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 2582 | 2024.04.03 05:13:20.471631 [ 3 ] {} <Debug> HTTP-Session: ef342828-bc5c-4a0f-a6bc-be0f0afec29b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2583 | 2024.04.03 05:13:20.471681 [ 3 ] {} <Debug> HTTP-Session: ef342828-bc5c-4a0f-a6bc-be0f0afec29b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2584 | 2024.04.03 05:13:20.471772 [ 3 ] {} <Trace> HTTP-Session: ef342828-bc5c-4a0f-a6bc-be0f0afec29b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2585 | 2024.04.03 05:13:20.471797 [ 198 ] {8b69ac98-35f5-4c32-8452-ff3027d9bc94::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2586 | 2024.04.03 05:13:20.471889 [ 198 ] {8b69ac98-35f5-4c32-8452-ff3027d9bc94::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 24 rows starting from the beginning of the part | ||
| 2587 | 2024.04.03 05:13:20.471978 [ 3 ] {b19cd885-d985-4416-b4ba-9c65ee800db8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 2588 | 2024.04.03 05:13:20.472144 [ 3 ] {b19cd885-d985-4416-b4ba-9c65ee800db8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2589 | 2024.04.03 05:13:20.472213 [ 198 ] {8b69ac98-35f5-4c32-8452-ff3027d9bc94::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 25 rows starting from the beginning of the part | ||
| 2590 | 2024.04.03 05:13:20.472591 [ 198 ] {8b69ac98-35f5-4c32-8452-ff3027d9bc94::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 26 rows starting from the beginning of the part | ||
| 2591 | 2024.04.03 05:13:20.473025 [ 198 ] {8b69ac98-35f5-4c32-8452-ff3027d9bc94::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 26 rows starting from the beginning of the part | ||
| 2592 | 2024.04.03 05:13:20.473236 [ 3 ] {b19cd885-d985-4416-b4ba-9c65ee800db8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2593 | 2024.04.03 05:13:20.473357 [ 198 ] {8b69ac98-35f5-4c32-8452-ff3027d9bc94::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 26 rows starting from the beginning of the part | ||
| 2594 | 2024.04.03 05:13:20.473673 [ 198 ] {8b69ac98-35f5-4c32-8452-ff3027d9bc94::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 26 rows starting from the beginning of the part | ||
| 2595 | 2024.04.03 05:13:20.474364 [ 3 ] {b19cd885-d985-4416-b4ba-9c65ee800db8} <Trace> oximeter.measurements_u64 (de6da706-3917-4020-8d2f-ffa74140e97c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2596 | 2024.04.03 05:13:20.474420 [ 3 ] {b19cd885-d985-4416-b4ba-9c65ee800db8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 2597 | 2024.04.03 05:13:20.475372 [ 3 ] {b19cd885-d985-4416-b4ba-9c65ee800db8} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2598 | 2024.04.03 05:13:20.476257 [ 3 ] {b19cd885-d985-4416-b4ba-9c65ee800db8} <Trace> oximeter.measurements_u64 (de6da706-3917-4020-8d2f-ffa74140e97c): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2599 | 2024.04.03 05:13:20.476739 [ 3 ] {b19cd885-d985-4416-b4ba-9c65ee800db8} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004858 sec., 12350.761630300534 rows/sec., 852.33 KiB/sec. | ||
| 2600 | 2024.04.03 05:13:20.477262 [ 3 ] {b19cd885-d985-4416-b4ba-9c65ee800db8} <Debug> DynamicQueryHandler: Done processing query | ||
| 2601 | 2024.04.03 05:13:20.477323 [ 3 ] {b19cd885-d985-4416-b4ba-9c65ee800db8} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 2602 | 2024.04.03 05:13:20.477358 [ 3 ] {} <Debug> HTTP-Session: ef342828-bc5c-4a0f-a6bc-be0f0afec29b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2603 | 2024.04.03 05:13:20.477595 [ 192 ] {8b69ac98-35f5-4c32-8452-ff3027d9bc94::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 153 rows, containing 6 columns (6 merged, 0 gathered) in 0.006547337 sec., 23368.279347771466 rows/sec., 31.53 MiB/sec. | ||
| 2604 | 2024.04.03 05:13:20.477853 [ 198 ] {8b69ac98-35f5-4c32-8452-ff3027d9bc94::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2605 | 2024.04.03 05:13:20.478281 [ 198 ] {8b69ac98-35f5-4c32-8452-ff3027d9bc94::all_1_6_1} <Trace> oximeter.measurements_histogramf64 (8b69ac98-35f5-4c32-8452-ff3027d9bc94): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2606 | 2024.04.03 05:13:20.478365 [ 198 ] {8b69ac98-35f5-4c32-8452-ff3027d9bc94::all_1_6_1} <Trace> oximeter.measurements_histogramf64 (8b69ac98-35f5-4c32-8452-ff3027d9bc94) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2607 | 2024.04.03 05:13:20.478454 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.84 MiB. | ||
| 2608 | 2024.04.03 05:13:25.442344 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 1173, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2609 | 2024.04.03 05:13:25.442485 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2610 | 2024.04.03 05:13:25.442514 [ 3 ] {} <Debug> HTTP-Session: 56c61234-136b-4412-ba7c-c31aeacdf989 Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 2611 | 2024.04.03 05:13:25.442542 [ 3 ] {} <Debug> HTTP-Session: 56c61234-136b-4412-ba7c-c31aeacdf989 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2612 | 2024.04.03 05:13:25.442560 [ 3 ] {} <Debug> HTTP-Session: 56c61234-136b-4412-ba7c-c31aeacdf989 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2613 | 2024.04.03 05:13:25.442616 [ 3 ] {} <Trace> HTTP-Session: 56c61234-136b-4412-ba7c-c31aeacdf989 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2614 | 2024.04.03 05:13:25.442790 [ 3 ] {6dec10f1-6d08-45dc-aa7e-ae7f438de1b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
| 2615 | 2024.04.03 05:13:25.443177 [ 3 ] {6dec10f1-6d08-45dc-aa7e-ae7f438de1b6} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2616 | 2024.04.03 05:13:25.443226 [ 3 ] {6dec10f1-6d08-45dc-aa7e-ae7f438de1b6} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 2617 | 2024.04.03 05:13:25.443564 [ 3 ] {6dec10f1-6d08-45dc-aa7e-ae7f438de1b6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2618 | 2024.04.03 05:13:25.443647 [ 3 ] {6dec10f1-6d08-45dc-aa7e-ae7f438de1b6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2619 | 2024.04.03 05:13:25.443815 [ 3 ] {6dec10f1-6d08-45dc-aa7e-ae7f438de1b6} <Debug> oximeter.timeseries_schema (f3c82d0a-8067-4bee-a6f1-9e1276014f6a) (SelectExecutor): Key condition: (column 0 notIn 29-element set) | ||
| 2620 | 2024.04.03 05:13:25.444028 [ 255 ] {6dec10f1-6d08-45dc-aa7e-ae7f438de1b6} <Trace> oximeter.timeseries_schema (f3c82d0a-8067-4bee-a6f1-9e1276014f6a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2621 | 2024.04.03 05:13:25.444035 [ 260 ] {6dec10f1-6d08-45dc-aa7e-ae7f438de1b6} <Trace> oximeter.timeseries_schema (f3c82d0a-8067-4bee-a6f1-9e1276014f6a) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2622 | 2024.04.03 05:13:25.444085 [ 253 ] {6dec10f1-6d08-45dc-aa7e-ae7f438de1b6} <Trace> oximeter.timeseries_schema (f3c82d0a-8067-4bee-a6f1-9e1276014f6a) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 2623 | 2024.04.03 05:13:25.444085 [ 257 ] {6dec10f1-6d08-45dc-aa7e-ae7f438de1b6} <Trace> oximeter.timeseries_schema (f3c82d0a-8067-4bee-a6f1-9e1276014f6a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2624 | 2024.04.03 05:13:25.444302 [ 3 ] {6dec10f1-6d08-45dc-aa7e-ae7f438de1b6} <Debug> oximeter.timeseries_schema (f3c82d0a-8067-4bee-a6f1-9e1276014f6a) (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 | ||
| 2625 | 2024.04.03 05:13:25.444337 [ 3 ] {6dec10f1-6d08-45dc-aa7e-ae7f438de1b6} <Trace> oximeter.timeseries_schema (f3c82d0a-8067-4bee-a6f1-9e1276014f6a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2626 | 2024.04.03 05:13:25.444458 [ 3 ] {6dec10f1-6d08-45dc-aa7e-ae7f438de1b6} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2627 | 2024.04.03 05:13:25.444482 [ 3 ] {6dec10f1-6d08-45dc-aa7e-ae7f438de1b6} <Debug> oximeter.timeseries_schema (f3c82d0a-8067-4bee-a6f1-9e1276014f6a) (SelectExecutor): Reading approx. 28 rows with 3 streams | ||
| 2628 | 2024.04.03 05:13:25.444523 [ 3 ] {6dec10f1-6d08-45dc-aa7e-ae7f438de1b6} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 2629 | 2024.04.03 05:13:25.444568 [ 3 ] {6dec10f1-6d08-45dc-aa7e-ae7f438de1b6} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 2630 | 2024.04.03 05:13:25.444607 [ 3 ] {6dec10f1-6d08-45dc-aa7e-ae7f438de1b6} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 2631 | 2024.04.03 05:13:25.446409 [ 3 ] {6dec10f1-6d08-45dc-aa7e-ae7f438de1b6} <Debug> executeQuery: Read 28 rows, 1.16 KiB in 0.003727 sec., 7512.744834987926 rows/sec., 311.55 KiB/sec. | ||
| 2632 | 2024.04.03 05:13:25.446747 [ 3 ] {6dec10f1-6d08-45dc-aa7e-ae7f438de1b6} <Debug> DynamicQueryHandler: Done processing query | ||
| 2633 | 2024.04.03 05:13:25.446775 [ 3 ] {6dec10f1-6d08-45dc-aa7e-ae7f438de1b6} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
| 2634 | 2024.04.03 05:13:25.446792 [ 3 ] {} <Debug> HTTP-Session: 56c61234-136b-4412-ba7c-c31aeacdf989 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2635 | 2024.04.03 05:13:25.452866 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 273, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2636 | 2024.04.03 05:13:25.452930 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2637 | 2024.04.03 05:13:25.452952 [ 3 ] {} <Debug> HTTP-Session: f22477b7-7ce1-47f2-a4d6-5832f88d8ada Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 2638 | 2024.04.03 05:13:25.452975 [ 3 ] {} <Debug> HTTP-Session: f22477b7-7ce1-47f2-a4d6-5832f88d8ada Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2639 | 2024.04.03 05:13:25.452992 [ 3 ] {} <Debug> HTTP-Session: f22477b7-7ce1-47f2-a4d6-5832f88d8ada Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2640 | 2024.04.03 05:13:25.453034 [ 3 ] {} <Trace> HTTP-Session: f22477b7-7ce1-47f2-a4d6-5832f88d8ada Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2641 | 2024.04.03 05:13:25.453128 [ 3 ] {9d18e747-9c54-4579-b8a2-7f10d0c4a0db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
| 2642 | 2024.04.03 05:13:25.453183 [ 3 ] {9d18e747-9c54-4579-b8a2-7f10d0c4a0db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2643 | 2024.04.03 05:13:25.453386 [ 3 ] {9d18e747-9c54-4579-b8a2-7f10d0c4a0db} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2644 | 2024.04.03 05:13:25.453738 [ 3 ] {9d18e747-9c54-4579-b8a2-7f10d0c4a0db} <Trace> oximeter.timeseries_schema (f3c82d0a-8067-4bee-a6f1-9e1276014f6a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2645 | 2024.04.03 05:13:25.453777 [ 3 ] {9d18e747-9c54-4579-b8a2-7f10d0c4a0db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 2646 | 2024.04.03 05:13:25.454276 [ 3 ] {9d18e747-9c54-4579-b8a2-7f10d0c4a0db} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2647 | 2024.04.03 05:13:25.454591 [ 3 ] {9d18e747-9c54-4579-b8a2-7f10d0c4a0db} <Trace> oximeter.timeseries_schema (f3c82d0a-8067-4bee-a6f1-9e1276014f6a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2648 | 2024.04.03 05:13:25.454738 [ 3 ] {9d18e747-9c54-4579-b8a2-7f10d0c4a0db} <Debug> executeQuery: Read 1 rows, 106.00 B in 0.001651 sec., 605.6935190793458 rows/sec., 62.70 KiB/sec. | ||
| 2649 | 2024.04.03 05:13:25.454872 [ 3 ] {9d18e747-9c54-4579-b8a2-7f10d0c4a0db} <Debug> DynamicQueryHandler: Done processing query | ||
| 2650 | 2024.04.03 05:13:25.454897 [ 3 ] {9d18e747-9c54-4579-b8a2-7f10d0c4a0db} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
| 2651 | 2024.04.03 05:13:25.454912 [ 3 ] {} <Debug> HTTP-Session: f22477b7-7ce1-47f2-a4d6-5832f88d8ada Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2652 | 2024.04.03 05:13:25.455086 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 626, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2653 | 2024.04.03 05:13:25.455135 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2654 | 2024.04.03 05:13:25.455153 [ 3 ] {} <Debug> HTTP-Session: 63ddd646-1abd-451e-bba1-b971ce1394c0 Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 2655 | 2024.04.03 05:13:25.455170 [ 3 ] {} <Debug> HTTP-Session: 63ddd646-1abd-451e-bba1-b971ce1394c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2656 | 2024.04.03 05:13:25.455183 [ 3 ] {} <Debug> HTTP-Session: 63ddd646-1abd-451e-bba1-b971ce1394c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2657 | 2024.04.03 05:13:25.455215 [ 3 ] {} <Trace> HTTP-Session: 63ddd646-1abd-451e-bba1-b971ce1394c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2658 | 2024.04.03 05:13:25.455284 [ 3 ] {b5372330-e409-4d08-ba71-32ac17757761} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 2659 | 2024.04.03 05:13:25.455326 [ 3 ] {b5372330-e409-4d08-ba71-32ac17757761} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 2660 | 2024.04.03 05:13:25.455454 [ 3 ] {b5372330-e409-4d08-ba71-32ac17757761} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2661 | 2024.04.03 05:13:25.455747 [ 3 ] {b5372330-e409-4d08-ba71-32ac17757761} <Trace> oximeter.fields_i64 (c23e6cbf-9c88-4b2e-b6de-a673a008017a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2662 | 2024.04.03 05:13:25.455787 [ 3 ] {b5372330-e409-4d08-ba71-32ac17757761} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 2663 | 2024.04.03 05:13:25.456094 [ 3 ] {b5372330-e409-4d08-ba71-32ac17757761} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2664 | 2024.04.03 05:13:25.456394 [ 3 ] {b5372330-e409-4d08-ba71-32ac17757761} <Trace> oximeter.fields_i64 (c23e6cbf-9c88-4b2e-b6de-a673a008017a): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2665 | 2024.04.03 05:13:25.456523 [ 3 ] {b5372330-e409-4d08-ba71-32ac17757761} <Debug> executeQuery: Read 4 rows, 332.00 B in 0.001264 sec., 3164.556962025317 rows/sec., 256.50 KiB/sec. | ||
| 2666 | 2024.04.03 05:13:25.456741 [ 3 ] {b5372330-e409-4d08-ba71-32ac17757761} <Debug> DynamicQueryHandler: Done processing query | ||
| 2667 | 2024.04.03 05:13:25.456781 [ 3 ] {b5372330-e409-4d08-ba71-32ac17757761} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 2668 | 2024.04.03 05:13:25.456798 [ 3 ] {} <Debug> HTTP-Session: 63ddd646-1abd-451e-bba1-b971ce1394c0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2669 | 2024.04.03 05:13:25.456952 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2670 | 2024.04.03 05:13:25.457025 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2671 | 2024.04.03 05:13:25.457043 [ 3 ] {} <Debug> HTTP-Session: a7fd5b78-ee9f-4a07-ad66-a2409981952f Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 2672 | 2024.04.03 05:13:25.457060 [ 3 ] {} <Debug> HTTP-Session: a7fd5b78-ee9f-4a07-ad66-a2409981952f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2673 | 2024.04.03 05:13:25.457074 [ 3 ] {} <Debug> HTTP-Session: a7fd5b78-ee9f-4a07-ad66-a2409981952f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2674 | 2024.04.03 05:13:25.457104 [ 3 ] {} <Trace> HTTP-Session: a7fd5b78-ee9f-4a07-ad66-a2409981952f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2675 | 2024.04.03 05:13:25.457171 [ 3 ] {b5ab51eb-d324-4490-931f-40a1777415e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 2676 | 2024.04.03 05:13:25.457211 [ 3 ] {b5ab51eb-d324-4490-931f-40a1777415e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 2677 | 2024.04.03 05:13:25.457352 [ 3 ] {b5ab51eb-d324-4490-931f-40a1777415e4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2678 | 2024.04.03 05:13:25.457628 [ 3 ] {b5ab51eb-d324-4490-931f-40a1777415e4} <Trace> oximeter.fields_ipaddr (4af34eed-af07-47e9-bf27-cd9b0a7bc703): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2679 | 2024.04.03 05:13:25.457663 [ 3 ] {b5ab51eb-d324-4490-931f-40a1777415e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 2680 | 2024.04.03 05:13:25.457987 [ 3 ] {b5ab51eb-d324-4490-931f-40a1777415e4} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2681 | 2024.04.03 05:13:25.458288 [ 3 ] {b5ab51eb-d324-4490-931f-40a1777415e4} <Trace> oximeter.fields_ipaddr (4af34eed-af07-47e9-bf27-cd9b0a7bc703): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2682 | 2024.04.03 05:13:25.458411 [ 3 ] {b5ab51eb-d324-4490-931f-40a1777415e4} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001263 sec., 3167.0625494853525 rows/sec., 258.25 KiB/sec. | ||
| 2683 | 2024.04.03 05:13:25.458620 [ 3 ] {b5ab51eb-d324-4490-931f-40a1777415e4} <Debug> DynamicQueryHandler: Done processing query | ||
| 2684 | 2024.04.03 05:13:25.458645 [ 3 ] {b5ab51eb-d324-4490-931f-40a1777415e4} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 2685 | 2024.04.03 05:13:25.458660 [ 3 ] {} <Debug> HTTP-Session: a7fd5b78-ee9f-4a07-ad66-a2409981952f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2686 | 2024.04.03 05:13:25.458792 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 15094, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2687 | 2024.04.03 05:13:25.458839 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2688 | 2024.04.03 05:13:25.458857 [ 3 ] {} <Debug> HTTP-Session: 3569b6f1-5920-4aa6-a53f-c476cd92dc8e Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 2689 | 2024.04.03 05:13:25.458873 [ 3 ] {} <Debug> HTTP-Session: 3569b6f1-5920-4aa6-a53f-c476cd92dc8e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2690 | 2024.04.03 05:13:25.458886 [ 3 ] {} <Debug> HTTP-Session: 3569b6f1-5920-4aa6-a53f-c476cd92dc8e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2691 | 2024.04.03 05:13:25.458915 [ 3 ] {} <Trace> HTTP-Session: 3569b6f1-5920-4aa6-a53f-c476cd92dc8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2692 | 2024.04.03 05:13:25.459007 [ 3 ] {791f34b2-be30-4cff-80e4-ea198404d486} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 2693 | 2024.04.03 05:13:25.459046 [ 3 ] {791f34b2-be30-4cff-80e4-ea198404d486} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2694 | 2024.04.03 05:13:25.459183 [ 3 ] {791f34b2-be30-4cff-80e4-ea198404d486} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2695 | 2024.04.03 05:13:25.459516 [ 3 ] {791f34b2-be30-4cff-80e4-ea198404d486} <Trace> oximeter.fields_string (d10ead57-c466-400e-b267-5a50d181b38b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2696 | 2024.04.03 05:13:25.459550 [ 3 ] {791f34b2-be30-4cff-80e4-ea198404d486} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 2697 | 2024.04.03 05:13:25.459834 [ 3 ] {791f34b2-be30-4cff-80e4-ea198404d486} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2698 | 2024.04.03 05:13:25.460108 [ 3 ] {791f34b2-be30-4cff-80e4-ea198404d486} <Trace> oximeter.fields_string (d10ead57-c466-400e-b267-5a50d181b38b): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2699 | 2024.04.03 05:13:25.460221 [ 3 ] {791f34b2-be30-4cff-80e4-ea198404d486} <Debug> executeQuery: Read 107 rows, 8.58 KiB in 0.001321 sec., 80999.242997729 rows/sec., 6.34 MiB/sec. | ||
| 2700 | 2024.04.03 05:13:25.460441 [ 3 ] {791f34b2-be30-4cff-80e4-ea198404d486} <Debug> DynamicQueryHandler: Done processing query | ||
| 2701 | 2024.04.03 05:13:25.460464 [ 3 ] {791f34b2-be30-4cff-80e4-ea198404d486} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 2702 | 2024.04.03 05:13:25.460480 [ 3 ] {} <Debug> HTTP-Session: 3569b6f1-5920-4aa6-a53f-c476cd92dc8e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2703 | 2024.04.03 05:13:25.460595 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 610, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2704 | 2024.04.03 05:13:25.460642 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2705 | 2024.04.03 05:13:25.460660 [ 3 ] {} <Debug> HTTP-Session: af39485b-50bb-456a-bd5e-5ec791ec384f Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 2706 | 2024.04.03 05:13:25.460676 [ 3 ] {} <Debug> HTTP-Session: af39485b-50bb-456a-bd5e-5ec791ec384f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2707 | 2024.04.03 05:13:25.460689 [ 3 ] {} <Debug> HTTP-Session: af39485b-50bb-456a-bd5e-5ec791ec384f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2708 | 2024.04.03 05:13:25.460719 [ 3 ] {} <Trace> HTTP-Session: af39485b-50bb-456a-bd5e-5ec791ec384f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2709 | 2024.04.03 05:13:25.460782 [ 3 ] {f4c7b61b-ef64-4ec9-bba2-c7ba1b1456e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 2710 | 2024.04.03 05:13:25.460820 [ 3 ] {f4c7b61b-ef64-4ec9-bba2-c7ba1b1456e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2711 | 2024.04.03 05:13:25.460953 [ 3 ] {f4c7b61b-ef64-4ec9-bba2-c7ba1b1456e4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2712 | 2024.04.03 05:13:25.461218 [ 3 ] {f4c7b61b-ef64-4ec9-bba2-c7ba1b1456e4} <Trace> oximeter.fields_u16 (41a66443-8a96-4f3c-8966-36c835ebe802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2713 | 2024.04.03 05:13:25.461254 [ 3 ] {f4c7b61b-ef64-4ec9-bba2-c7ba1b1456e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 2714 | 2024.04.03 05:13:25.461543 [ 3 ] {f4c7b61b-ef64-4ec9-bba2-c7ba1b1456e4} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2715 | 2024.04.03 05:13:25.461850 [ 3 ] {f4c7b61b-ef64-4ec9-bba2-c7ba1b1456e4} <Trace> oximeter.fields_u16 (41a66443-8a96-4f3c-8966-36c835ebe802): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2716 | 2024.04.03 05:13:25.461996 [ 3 ] {f4c7b61b-ef64-4ec9-bba2-c7ba1b1456e4} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001231 sec., 3249.390739236393 rows/sec., 226.89 KiB/sec. | ||
| 2717 | 2024.04.03 05:13:25.462118 [ 3 ] {f4c7b61b-ef64-4ec9-bba2-c7ba1b1456e4} <Debug> DynamicQueryHandler: Done processing query | ||
| 2718 | 2024.04.03 05:13:25.462141 [ 3 ] {f4c7b61b-ef64-4ec9-bba2-c7ba1b1456e4} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 2719 | 2024.04.03 05:13:25.462156 [ 3 ] {} <Debug> HTTP-Session: af39485b-50bb-456a-bd5e-5ec791ec384f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2720 | 2024.04.03 05:13:25.462257 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 181, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2721 | 2024.04.03 05:13:25.462304 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2722 | 2024.04.03 05:13:25.462323 [ 3 ] {} <Debug> HTTP-Session: f10459ad-fbe5-4798-a589-c2abc1f0528e Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 2723 | 2024.04.03 05:13:25.462338 [ 3 ] {} <Debug> HTTP-Session: f10459ad-fbe5-4798-a589-c2abc1f0528e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2724 | 2024.04.03 05:13:25.462351 [ 3 ] {} <Debug> HTTP-Session: f10459ad-fbe5-4798-a589-c2abc1f0528e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2725 | 2024.04.03 05:13:25.462381 [ 3 ] {} <Trace> HTTP-Session: f10459ad-fbe5-4798-a589-c2abc1f0528e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2726 | 2024.04.03 05:13:25.462446 [ 3 ] {4a6076e2-552f-4c1b-8b2d-9f68f6c104f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 2727 | 2024.04.03 05:13:25.462485 [ 3 ] {4a6076e2-552f-4c1b-8b2d-9f68f6c104f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2728 | 2024.04.03 05:13:25.462609 [ 3 ] {4a6076e2-552f-4c1b-8b2d-9f68f6c104f9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2729 | 2024.04.03 05:13:25.465068 [ 3 ] {4a6076e2-552f-4c1b-8b2d-9f68f6c104f9} <Trace> oximeter.fields_u32 (dafb5431-2f50-48b3-83b2-8273191a21f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2730 | 2024.04.03 05:13:25.465142 [ 3 ] {4a6076e2-552f-4c1b-8b2d-9f68f6c104f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 2731 | 2024.04.03 05:13:25.465755 [ 3 ] {4a6076e2-552f-4c1b-8b2d-9f68f6c104f9} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 2732 | 2024.04.03 05:13:25.466060 [ 3 ] {4a6076e2-552f-4c1b-8b2d-9f68f6c104f9} <Trace> oximeter.fields_u32 (dafb5431-2f50-48b3-83b2-8273191a21f7): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2733 | 2024.04.03 05:13:25.466207 [ 3 ] {4a6076e2-552f-4c1b-8b2d-9f68f6c104f9} <Debug> executeQuery: Read 1 rows, 68.00 B in 0.00378 sec., 264.55026455026456 rows/sec., 17.57 KiB/sec. | ||
| 2734 | 2024.04.03 05:13:25.466406 [ 3 ] {4a6076e2-552f-4c1b-8b2d-9f68f6c104f9} <Debug> DynamicQueryHandler: Done processing query | ||
| 2735 | 2024.04.03 05:13:25.466431 [ 3 ] {4a6076e2-552f-4c1b-8b2d-9f68f6c104f9} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 2736 | 2024.04.03 05:13:25.466446 [ 3 ] {} <Debug> HTTP-Session: f10459ad-fbe5-4798-a589-c2abc1f0528e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2737 | 2024.04.03 05:13:25.466586 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 17306, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2738 | 2024.04.03 05:13:25.466634 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2739 | 2024.04.03 05:13:25.466652 [ 3 ] {} <Debug> HTTP-Session: 7be14f5e-9834-4629-bce5-6b1a25298bbf Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 2740 | 2024.04.03 05:13:25.466669 [ 3 ] {} <Debug> HTTP-Session: 7be14f5e-9834-4629-bce5-6b1a25298bbf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2741 | 2024.04.03 05:13:25.466682 [ 3 ] {} <Debug> HTTP-Session: 7be14f5e-9834-4629-bce5-6b1a25298bbf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2742 | 2024.04.03 05:13:25.466711 [ 3 ] {} <Trace> HTTP-Session: 7be14f5e-9834-4629-bce5-6b1a25298bbf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2743 | 2024.04.03 05:13:25.466812 [ 3 ] {85d97270-1a7f-4461-aaba-4f4acda6bdc3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 2744 | 2024.04.03 05:13:25.466853 [ 3 ] {85d97270-1a7f-4461-aaba-4f4acda6bdc3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2745 | 2024.04.03 05:13:25.466994 [ 3 ] {85d97270-1a7f-4461-aaba-4f4acda6bdc3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2746 | 2024.04.03 05:13:25.467347 [ 3 ] {85d97270-1a7f-4461-aaba-4f4acda6bdc3} <Trace> oximeter.fields_uuid (78132754-fa1e-4d68-980a-5012099aee94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2747 | 2024.04.03 05:13:25.467384 [ 3 ] {85d97270-1a7f-4461-aaba-4f4acda6bdc3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 2748 | 2024.04.03 05:13:25.467687 [ 3 ] {85d97270-1a7f-4461-aaba-4f4acda6bdc3} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2749 | 2024.04.03 05:13:25.467985 [ 3 ] {85d97270-1a7f-4461-aaba-4f4acda6bdc3} <Trace> oximeter.fields_uuid (78132754-fa1e-4d68-980a-5012099aee94): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2750 | 2024.04.03 05:13:25.468138 [ 3 ] {85d97270-1a7f-4461-aaba-4f4acda6bdc3} <Debug> executeQuery: Read 102 rows, 8.14 KiB in 0.001381 sec., 73859.52208544532 rows/sec., 5.76 MiB/sec. | ||
| 2751 | 2024.04.03 05:13:25.468376 [ 3 ] {85d97270-1a7f-4461-aaba-4f4acda6bdc3} <Debug> DynamicQueryHandler: Done processing query | ||
| 2752 | 2024.04.03 05:13:25.468401 [ 3 ] {85d97270-1a7f-4461-aaba-4f4acda6bdc3} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
| 2753 | 2024.04.03 05:13:25.468417 [ 3 ] {} <Debug> HTTP-Session: 7be14f5e-9834-4629-bce5-6b1a25298bbf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2754 | 2024.04.03 05:13:25.468558 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 37970, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2755 | 2024.04.03 05:13:25.468604 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2756 | 2024.04.03 05:13:25.468623 [ 3 ] {} <Debug> HTTP-Session: 2fbb1632-1952-4ea2-ae4f-274afed94fa0 Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 2757 | 2024.04.03 05:13:25.468639 [ 3 ] {} <Debug> HTTP-Session: 2fbb1632-1952-4ea2-ae4f-274afed94fa0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2758 | 2024.04.03 05:13:25.468652 [ 3 ] {} <Debug> HTTP-Session: 2fbb1632-1952-4ea2-ae4f-274afed94fa0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2759 | 2024.04.03 05:13:25.468682 [ 3 ] {} <Trace> HTTP-Session: 2fbb1632-1952-4ea2-ae4f-274afed94fa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2760 | 2024.04.03 05:13:25.468816 [ 3 ] {0c1cd8b5-3bf2-4b95-9f65-921d862ee492} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 2761 | 2024.04.03 05:13:25.468860 [ 3 ] {0c1cd8b5-3bf2-4b95-9f65-921d862ee492} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2762 | 2024.04.03 05:13:25.469022 [ 3 ] {0c1cd8b5-3bf2-4b95-9f65-921d862ee492} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2763 | 2024.04.03 05:13:25.469434 [ 3 ] {0c1cd8b5-3bf2-4b95-9f65-921d862ee492} <Trace> oximeter.measurements_cumulativeu64 (6373e3b3-ce8a-4e66-a523-d07c961c74b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2764 | 2024.04.03 05:13:25.469471 [ 3 ] {0c1cd8b5-3bf2-4b95-9f65-921d862ee492} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 2765 | 2024.04.03 05:13:25.469849 [ 3 ] {0c1cd8b5-3bf2-4b95-9f65-921d862ee492} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2766 | 2024.04.03 05:13:25.470178 [ 3 ] {0c1cd8b5-3bf2-4b95-9f65-921d862ee492} <Trace> oximeter.measurements_cumulativeu64 (6373e3b3-ce8a-4e66-a523-d07c961c74b1): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2767 | 2024.04.03 05:13:25.470336 [ 3 ] {0c1cd8b5-3bf2-4b95-9f65-921d862ee492} <Debug> executeQuery: Read 198 rows, 14.15 KiB in 0.001599 sec., 123827.39212007505 rows/sec., 8.64 MiB/sec. | ||
| 2768 | 2024.04.03 05:13:25.470580 [ 3 ] {0c1cd8b5-3bf2-4b95-9f65-921d862ee492} <Debug> DynamicQueryHandler: Done processing query | ||
| 2769 | 2024.04.03 05:13:25.470604 [ 3 ] {0c1cd8b5-3bf2-4b95-9f65-921d862ee492} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 2770 | 2024.04.03 05:13:25.470620 [ 3 ] {} <Debug> HTTP-Session: 2fbb1632-1952-4ea2-ae4f-274afed94fa0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2771 | 2024.04.03 05:13:25.470742 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2772 | 2024.04.03 05:13:25.470789 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2773 | 2024.04.03 05:13:25.470807 [ 3 ] {} <Debug> HTTP-Session: 2f7353c9-7092-4a64-87a8-2b268399978d Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 2774 | 2024.04.03 05:13:25.470823 [ 3 ] {} <Debug> HTTP-Session: 2f7353c9-7092-4a64-87a8-2b268399978d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2775 | 2024.04.03 05:13:25.470837 [ 3 ] {} <Debug> HTTP-Session: 2f7353c9-7092-4a64-87a8-2b268399978d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2776 | 2024.04.03 05:13:25.470866 [ 3 ] {} <Trace> HTTP-Session: 2f7353c9-7092-4a64-87a8-2b268399978d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2777 | 2024.04.03 05:13:25.470927 [ 3 ] {c3374e9c-b983-41b5-87f1-771abf62ea11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 2778 | 2024.04.03 05:13:25.470971 [ 3 ] {c3374e9c-b983-41b5-87f1-771abf62ea11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2779 | 2024.04.03 05:13:25.471116 [ 3 ] {c3374e9c-b983-41b5-87f1-771abf62ea11} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2780 | 2024.04.03 05:13:25.471371 [ 3 ] {c3374e9c-b983-41b5-87f1-771abf62ea11} <Trace> oximeter.measurements_f64 (2939092c-9bcc-40fa-9c4c-ce320803a973): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2781 | 2024.04.03 05:13:25.471408 [ 3 ] {c3374e9c-b983-41b5-87f1-771abf62ea11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 2782 | 2024.04.03 05:13:25.471741 [ 3 ] {c3374e9c-b983-41b5-87f1-771abf62ea11} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 2783 | 2024.04.03 05:13:25.472067 [ 3 ] {c3374e9c-b983-41b5-87f1-771abf62ea11} <Trace> oximeter.measurements_f64 (2939092c-9bcc-40fa-9c4c-ce320803a973): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2784 | 2024.04.03 05:13:25.472229 [ 3 ] {c3374e9c-b983-41b5-87f1-771abf62ea11} <Debug> executeQuery: Read 1 rows, 65.00 B in 0.001312 sec., 762.1951219512194 rows/sec., 48.38 KiB/sec. | ||
| 2785 | 2024.04.03 05:13:25.472443 [ 3 ] {c3374e9c-b983-41b5-87f1-771abf62ea11} <Debug> DynamicQueryHandler: Done processing query | ||
| 2786 | 2024.04.03 05:13:25.472467 [ 3 ] {c3374e9c-b983-41b5-87f1-771abf62ea11} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 2787 | 2024.04.03 05:13:25.472483 [ 3 ] {} <Debug> HTTP-Session: 2f7353c9-7092-4a64-87a8-2b268399978d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2788 | 2024.04.03 05:13:25.472586 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 4341, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2789 | 2024.04.03 05:13:25.472634 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2790 | 2024.04.03 05:13:25.472652 [ 3 ] {} <Debug> HTTP-Session: 5734690b-a120-405e-9ce2-7d29190016be Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 2791 | 2024.04.03 05:13:25.472667 [ 3 ] {} <Debug> HTTP-Session: 5734690b-a120-405e-9ce2-7d29190016be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2792 | 2024.04.03 05:13:25.472681 [ 3 ] {} <Debug> HTTP-Session: 5734690b-a120-405e-9ce2-7d29190016be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2793 | 2024.04.03 05:13:25.472710 [ 3 ] {} <Trace> HTTP-Session: 5734690b-a120-405e-9ce2-7d29190016be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2794 | 2024.04.03 05:13:25.472822 [ 3 ] {6a6efdcd-c207-4d70-8883-7138f4799783} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 2795 | 2024.04.03 05:13:25.472866 [ 3 ] {6a6efdcd-c207-4d70-8883-7138f4799783} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 2796 | 2024.04.03 05:13:25.473042 [ 3 ] {6a6efdcd-c207-4d70-8883-7138f4799783} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2797 | 2024.04.03 05:13:25.473356 [ 3 ] {6a6efdcd-c207-4d70-8883-7138f4799783} <Trace> oximeter.measurements_histogramf64 (8b69ac98-35f5-4c32-8452-ff3027d9bc94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2798 | 2024.04.03 05:13:25.473393 [ 3 ] {6a6efdcd-c207-4d70-8883-7138f4799783} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 2799 | 2024.04.03 05:13:25.473757 [ 3 ] {6a6efdcd-c207-4d70-8883-7138f4799783} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2800 | 2024.04.03 05:13:25.474082 [ 3 ] {6a6efdcd-c207-4d70-8883-7138f4799783} <Trace> oximeter.measurements_histogramf64 (8b69ac98-35f5-4c32-8452-ff3027d9bc94): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2801 | 2024.04.03 05:13:25.474232 [ 3 ] {6a6efdcd-c207-4d70-8883-7138f4799783} <Debug> executeQuery: Read 4 rows, 5.53 KiB in 0.001483 sec., 2697.2353337828727 rows/sec., 3.64 MiB/sec. | ||
| 2802 | 2024.04.03 05:13:25.474358 [ 3 ] {6a6efdcd-c207-4d70-8883-7138f4799783} <Debug> DynamicQueryHandler: Done processing query | ||
| 2803 | 2024.04.03 05:13:25.474383 [ 3 ] {6a6efdcd-c207-4d70-8883-7138f4799783} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 2804 | 2024.04.03 05:13:25.474400 [ 3 ] {} <Debug> HTTP-Session: 5734690b-a120-405e-9ce2-7d29190016be Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2805 | 2024.04.03 05:13:25.474509 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 972, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2806 | 2024.04.03 05:13:25.474556 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2807 | 2024.04.03 05:13:25.474574 [ 3 ] {} <Debug> HTTP-Session: 2aca03bc-5e70-4d79-b24b-c14af7b1441e Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 2808 | 2024.04.03 05:13:25.474591 [ 3 ] {} <Debug> HTTP-Session: 2aca03bc-5e70-4d79-b24b-c14af7b1441e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2809 | 2024.04.03 05:13:25.474604 [ 3 ] {} <Debug> HTTP-Session: 2aca03bc-5e70-4d79-b24b-c14af7b1441e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2810 | 2024.04.03 05:13:25.474634 [ 3 ] {} <Trace> HTTP-Session: 2aca03bc-5e70-4d79-b24b-c14af7b1441e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2811 | 2024.04.03 05:13:25.474697 [ 3 ] {88393bbd-e06b-4986-9c62-b4a81dfd031c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 2812 | 2024.04.03 05:13:25.474739 [ 3 ] {88393bbd-e06b-4986-9c62-b4a81dfd031c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 2813 | 2024.04.03 05:13:25.474865 [ 3 ] {88393bbd-e06b-4986-9c62-b4a81dfd031c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2814 | 2024.04.03 05:13:25.475152 [ 3 ] {88393bbd-e06b-4986-9c62-b4a81dfd031c} <Trace> oximeter.measurements_i64 (d8013433-1c88-4c28-ac4a-3dab64e2012f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2815 | 2024.04.03 05:13:25.475188 [ 3 ] {88393bbd-e06b-4986-9c62-b4a81dfd031c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 2816 | 2024.04.03 05:13:25.475530 [ 3 ] {88393bbd-e06b-4986-9c62-b4a81dfd031c} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2817 | 2024.04.03 05:13:25.475843 [ 3 ] {88393bbd-e06b-4986-9c62-b4a81dfd031c} <Trace> oximeter.measurements_i64 (d8013433-1c88-4c28-ac4a-3dab64e2012f): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2818 | 2024.04.03 05:13:25.476005 [ 3 ] {88393bbd-e06b-4986-9c62-b4a81dfd031c} <Debug> executeQuery: Read 6 rows, 434.00 B in 0.001324 sec., 4531.722054380664 rows/sec., 320.11 KiB/sec. | ||
| 2819 | 2024.04.03 05:13:25.476247 [ 3 ] {88393bbd-e06b-4986-9c62-b4a81dfd031c} <Debug> DynamicQueryHandler: Done processing query | ||
| 2820 | 2024.04.03 05:13:25.476270 [ 3 ] {88393bbd-e06b-4986-9c62-b4a81dfd031c} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 2821 | 2024.04.03 05:13:25.476286 [ 3 ] {} <Debug> HTTP-Session: 2aca03bc-5e70-4d79-b24b-c14af7b1441e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2822 | 2024.04.03 05:13:25.476395 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2823 | 2024.04.03 05:13:25.476441 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2824 | 2024.04.03 05:13:25.476459 [ 3 ] {} <Debug> HTTP-Session: 16f64d71-8f27-423e-bafe-a2227db47564 Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 2825 | 2024.04.03 05:13:25.476475 [ 3 ] {} <Debug> HTTP-Session: 16f64d71-8f27-423e-bafe-a2227db47564 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2826 | 2024.04.03 05:13:25.476488 [ 3 ] {} <Debug> HTTP-Session: 16f64d71-8f27-423e-bafe-a2227db47564 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2827 | 2024.04.03 05:13:25.476518 [ 3 ] {} <Trace> HTTP-Session: 16f64d71-8f27-423e-bafe-a2227db47564 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2828 | 2024.04.03 05:13:25.476596 [ 3 ] {607c54aa-7f26-4bb9-8da1-0fc049fccf12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 2829 | 2024.04.03 05:13:25.476638 [ 3 ] {607c54aa-7f26-4bb9-8da1-0fc049fccf12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2830 | 2024.04.03 05:13:25.476787 [ 3 ] {607c54aa-7f26-4bb9-8da1-0fc049fccf12} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2831 | 2024.04.03 05:13:25.477076 [ 3 ] {607c54aa-7f26-4bb9-8da1-0fc049fccf12} <Trace> oximeter.measurements_u64 (de6da706-3917-4020-8d2f-ffa74140e97c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2832 | 2024.04.03 05:13:25.477112 [ 3 ] {607c54aa-7f26-4bb9-8da1-0fc049fccf12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 2833 | 2024.04.03 05:13:25.477457 [ 3 ] {607c54aa-7f26-4bb9-8da1-0fc049fccf12} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2834 | 2024.04.03 05:13:25.477778 [ 3 ] {607c54aa-7f26-4bb9-8da1-0fc049fccf12} <Trace> oximeter.measurements_u64 (de6da706-3917-4020-8d2f-ffa74140e97c): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2835 | 2024.04.03 05:13:25.477929 [ 3 ] {607c54aa-7f26-4bb9-8da1-0fc049fccf12} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001363 sec., 44020.542920029344 rows/sec., 2.97 MiB/sec. | ||
| 2836 | 2024.04.03 05:13:25.478049 [ 3 ] {607c54aa-7f26-4bb9-8da1-0fc049fccf12} <Debug> DynamicQueryHandler: Done processing query | ||
| 2837 | 2024.04.03 05:13:25.478073 [ 3 ] {607c54aa-7f26-4bb9-8da1-0fc049fccf12} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 2838 | 2024.04.03 05:13:25.478088 [ 3 ] {} <Debug> HTTP-Session: 16f64d71-8f27-423e-bafe-a2227db47564 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2839 | 2024.04.03 05:13:30.446940 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 3778, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2840 | 2024.04.03 05:13:30.447073 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2841 | 2024.04.03 05:13:30.447099 [ 3 ] {} <Debug> HTTP-Session: a5b883f5-987e-4e4c-aa09-2dd6ca0c6982 Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 2842 | 2024.04.03 05:13:30.447123 [ 3 ] {} <Debug> HTTP-Session: a5b883f5-987e-4e4c-aa09-2dd6ca0c6982 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2843 | 2024.04.03 05:13:30.447138 [ 3 ] {} <Debug> HTTP-Session: a5b883f5-987e-4e4c-aa09-2dd6ca0c6982 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2844 | 2024.04.03 05:13:30.447187 [ 3 ] {} <Trace> HTTP-Session: a5b883f5-987e-4e4c-aa09-2dd6ca0c6982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2845 | 2024.04.03 05:13:30.447311 [ 3 ] {50f7d2f5-210b-4e5f-87e2-f9fc04c2cec4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 2846 | 2024.04.03 05:13:30.447381 [ 3 ] {50f7d2f5-210b-4e5f-87e2-f9fc04c2cec4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 2847 | 2024.04.03 05:13:30.447579 [ 3 ] {50f7d2f5-210b-4e5f-87e2-f9fc04c2cec4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2848 | 2024.04.03 05:13:30.448040 [ 3 ] {50f7d2f5-210b-4e5f-87e2-f9fc04c2cec4} <Trace> oximeter.fields_i64 (c23e6cbf-9c88-4b2e-b6de-a673a008017a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2849 | 2024.04.03 05:13:30.448092 [ 3 ] {50f7d2f5-210b-4e5f-87e2-f9fc04c2cec4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 2850 | 2024.04.03 05:13:30.448500 [ 3 ] {50f7d2f5-210b-4e5f-87e2-f9fc04c2cec4} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2851 | 2024.04.03 05:13:30.448846 [ 3 ] {50f7d2f5-210b-4e5f-87e2-f9fc04c2cec4} <Trace> oximeter.fields_i64 (c23e6cbf-9c88-4b2e-b6de-a673a008017a): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2852 | 2024.04.03 05:13:30.449038 [ 3 ] {50f7d2f5-210b-4e5f-87e2-f9fc04c2cec4} <Debug> executeQuery: Read 26 rows, 2.11 KiB in 0.001772 sec., 14672.686230248308 rows/sec., 1.16 MiB/sec. | ||
| 2853 | 2024.04.03 05:13:30.449196 [ 3 ] {50f7d2f5-210b-4e5f-87e2-f9fc04c2cec4} <Debug> DynamicQueryHandler: Done processing query | ||
| 2854 | 2024.04.03 05:13:30.449225 [ 3 ] {50f7d2f5-210b-4e5f-87e2-f9fc04c2cec4} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 2855 | 2024.04.03 05:13:30.449241 [ 3 ] {} <Debug> HTTP-Session: a5b883f5-987e-4e4c-aa09-2dd6ca0c6982 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2856 | 2024.04.03 05:13:30.449400 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 19648, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2857 | 2024.04.03 05:13:30.449461 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2858 | 2024.04.03 05:13:30.449481 [ 3 ] {} <Debug> HTTP-Session: 37347aca-0d2f-4adb-8a9a-f6b52590913b Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 2859 | 2024.04.03 05:13:30.449499 [ 3 ] {} <Debug> HTTP-Session: 37347aca-0d2f-4adb-8a9a-f6b52590913b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2860 | 2024.04.03 05:13:30.449513 [ 3 ] {} <Debug> HTTP-Session: 37347aca-0d2f-4adb-8a9a-f6b52590913b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2861 | 2024.04.03 05:13:30.449547 [ 3 ] {} <Trace> HTTP-Session: 37347aca-0d2f-4adb-8a9a-f6b52590913b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2862 | 2024.04.03 05:13:30.449661 [ 3 ] {267f6ebb-9958-4491-beef-7f6aec7f83e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 2863 | 2024.04.03 05:13:30.449704 [ 3 ] {267f6ebb-9958-4491-beef-7f6aec7f83e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2864 | 2024.04.03 05:13:30.449843 [ 3 ] {267f6ebb-9958-4491-beef-7f6aec7f83e2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2865 | 2024.04.03 05:13:30.450260 [ 3 ] {267f6ebb-9958-4491-beef-7f6aec7f83e2} <Trace> oximeter.fields_string (d10ead57-c466-400e-b267-5a50d181b38b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2866 | 2024.04.03 05:13:30.450302 [ 3 ] {267f6ebb-9958-4491-beef-7f6aec7f83e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 2867 | 2024.04.03 05:13:30.450642 [ 3 ] {267f6ebb-9958-4491-beef-7f6aec7f83e2} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2868 | 2024.04.03 05:13:30.450969 [ 3 ] {267f6ebb-9958-4491-beef-7f6aec7f83e2} <Trace> oximeter.fields_string (d10ead57-c466-400e-b267-5a50d181b38b): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2869 | 2024.04.03 05:13:30.451100 [ 3 ] {267f6ebb-9958-4491-beef-7f6aec7f83e2} <Debug> executeQuery: Read 134 rows, 11.49 KiB in 0.001504 sec., 89095.74468085107 rows/sec., 7.46 MiB/sec. | ||
| 2870 | 2024.04.03 05:13:30.451268 [ 3 ] {267f6ebb-9958-4491-beef-7f6aec7f83e2} <Debug> DynamicQueryHandler: Done processing query | ||
| 2871 | 2024.04.03 05:13:30.451295 [ 3 ] {267f6ebb-9958-4491-beef-7f6aec7f83e2} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
| 2872 | 2024.04.03 05:13:30.451311 [ 3 ] {} <Debug> HTTP-Session: 37347aca-0d2f-4adb-8a9a-f6b52590913b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2873 | 2024.04.03 05:13:30.451497 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 15291, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2874 | 2024.04.03 05:13:30.451550 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2875 | 2024.04.03 05:13:30.451568 [ 3 ] {} <Debug> HTTP-Session: 18f3ef34-f995-4e2d-a636-fc553dae9d9e Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 2876 | 2024.04.03 05:13:30.451586 [ 3 ] {} <Debug> HTTP-Session: 18f3ef34-f995-4e2d-a636-fc553dae9d9e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2877 | 2024.04.03 05:13:30.451600 [ 3 ] {} <Debug> HTTP-Session: 18f3ef34-f995-4e2d-a636-fc553dae9d9e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2878 | 2024.04.03 05:13:30.451632 [ 3 ] {} <Trace> HTTP-Session: 18f3ef34-f995-4e2d-a636-fc553dae9d9e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2879 | 2024.04.03 05:13:30.451735 [ 3 ] {7659a988-8d6a-458e-851b-30b6f40244e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 2880 | 2024.04.03 05:13:30.451780 [ 3 ] {7659a988-8d6a-458e-851b-30b6f40244e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2881 | 2024.04.03 05:13:30.451925 [ 3 ] {7659a988-8d6a-458e-851b-30b6f40244e4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2882 | 2024.04.03 05:13:30.452280 [ 3 ] {7659a988-8d6a-458e-851b-30b6f40244e4} <Trace> oximeter.fields_uuid (78132754-fa1e-4d68-980a-5012099aee94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2883 | 2024.04.03 05:13:30.452319 [ 3 ] {7659a988-8d6a-458e-851b-30b6f40244e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 2884 | 2024.04.03 05:13:30.452636 [ 3 ] {7659a988-8d6a-458e-851b-30b6f40244e4} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2885 | 2024.04.03 05:13:30.452963 [ 3 ] {7659a988-8d6a-458e-851b-30b6f40244e4} <Trace> oximeter.fields_uuid (78132754-fa1e-4d68-980a-5012099aee94): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2886 | 2024.04.03 05:13:30.453124 [ 3 ] {7659a988-8d6a-458e-851b-30b6f40244e4} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.001443 sec., 62370.06237006237 rows/sec., 4.87 MiB/sec. | ||
| 2887 | 2024.04.03 05:13:30.453249 [ 3 ] {7659a988-8d6a-458e-851b-30b6f40244e4} <Debug> DynamicQueryHandler: Done processing query | ||
| 2888 | 2024.04.03 05:13:30.453273 [ 3 ] {7659a988-8d6a-458e-851b-30b6f40244e4} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 2889 | 2024.04.03 05:13:30.453289 [ 3 ] {} <Debug> HTTP-Session: 18f3ef34-f995-4e2d-a636-fc553dae9d9e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2890 | 2024.04.03 05:13:30.453488 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2891 | 2024.04.03 05:13:30.453540 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2892 | 2024.04.03 05:13:30.453558 [ 3 ] {} <Debug> HTTP-Session: c5eeb77b-fb73-4800-9c09-246adf6dd8db Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 2893 | 2024.04.03 05:13:30.453575 [ 3 ] {} <Debug> HTTP-Session: c5eeb77b-fb73-4800-9c09-246adf6dd8db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2894 | 2024.04.03 05:13:30.453589 [ 3 ] {} <Debug> HTTP-Session: c5eeb77b-fb73-4800-9c09-246adf6dd8db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2895 | 2024.04.03 05:13:30.453619 [ 3 ] {} <Trace> HTTP-Session: c5eeb77b-fb73-4800-9c09-246adf6dd8db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2896 | 2024.04.03 05:13:30.453734 [ 3 ] {72bffd6c-a4e9-4499-b39b-4d118f736c6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 2897 | 2024.04.03 05:13:30.453782 [ 3 ] {72bffd6c-a4e9-4499-b39b-4d118f736c6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2898 | 2024.04.03 05:13:30.453934 [ 3 ] {72bffd6c-a4e9-4499-b39b-4d118f736c6d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2899 | 2024.04.03 05:13:30.454319 [ 3 ] {72bffd6c-a4e9-4499-b39b-4d118f736c6d} <Trace> oximeter.measurements_cumulativeu64 (6373e3b3-ce8a-4e66-a523-d07c961c74b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2900 | 2024.04.03 05:13:30.454357 [ 3 ] {72bffd6c-a4e9-4499-b39b-4d118f736c6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 2901 | 2024.04.03 05:13:30.454762 [ 3 ] {72bffd6c-a4e9-4499-b39b-4d118f736c6d} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2902 | 2024.04.03 05:13:30.455098 [ 3 ] {72bffd6c-a4e9-4499-b39b-4d118f736c6d} <Trace> oximeter.measurements_cumulativeu64 (6373e3b3-ce8a-4e66-a523-d07c961c74b1): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2903 | 2024.04.03 05:13:30.455261 [ 3 ] {72bffd6c-a4e9-4499-b39b-4d118f736c6d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001586 sec., 100882.72383354351 rows/sec., 7.03 MiB/sec. | ||
| 2904 | 2024.04.03 05:13:30.455395 [ 3 ] {72bffd6c-a4e9-4499-b39b-4d118f736c6d} <Debug> DynamicQueryHandler: Done processing query | ||
| 2905 | 2024.04.03 05:13:30.455422 [ 3 ] {72bffd6c-a4e9-4499-b39b-4d118f736c6d} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
| 2906 | 2024.04.03 05:13:30.455438 [ 3 ] {} <Debug> HTTP-Session: c5eeb77b-fb73-4800-9c09-246adf6dd8db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2907 | 2024.04.03 05:13:30.455608 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 27850, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2908 | 2024.04.03 05:13:30.455658 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2909 | 2024.04.03 05:13:30.455676 [ 3 ] {} <Debug> HTTP-Session: da348543-e184-416d-a536-17ffdec62b26 Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 2910 | 2024.04.03 05:13:30.455693 [ 3 ] {} <Debug> HTTP-Session: da348543-e184-416d-a536-17ffdec62b26 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2911 | 2024.04.03 05:13:30.455707 [ 3 ] {} <Debug> HTTP-Session: da348543-e184-416d-a536-17ffdec62b26 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2912 | 2024.04.03 05:13:30.455740 [ 3 ] {} <Trace> HTTP-Session: da348543-e184-416d-a536-17ffdec62b26 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2913 | 2024.04.03 05:13:30.455970 [ 3 ] {38a32335-bb75-44f4-9b72-e424ebdc6aa8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 2914 | 2024.04.03 05:13:30.456017 [ 3 ] {38a32335-bb75-44f4-9b72-e424ebdc6aa8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 2915 | 2024.04.03 05:13:30.456185 [ 3 ] {38a32335-bb75-44f4-9b72-e424ebdc6aa8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2916 | 2024.04.03 05:13:30.456652 [ 3 ] {38a32335-bb75-44f4-9b72-e424ebdc6aa8} <Trace> oximeter.measurements_histogramf64 (8b69ac98-35f5-4c32-8452-ff3027d9bc94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2917 | 2024.04.03 05:13:30.456690 [ 3 ] {38a32335-bb75-44f4-9b72-e424ebdc6aa8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 2918 | 2024.04.03 05:13:30.457116 [ 3 ] {38a32335-bb75-44f4-9b72-e424ebdc6aa8} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2919 | 2024.04.03 05:13:30.457464 [ 3 ] {38a32335-bb75-44f4-9b72-e424ebdc6aa8} <Trace> oximeter.measurements_histogramf64 (8b69ac98-35f5-4c32-8452-ff3027d9bc94): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2920 | 2024.04.03 05:13:30.457627 [ 3 ] {38a32335-bb75-44f4-9b72-e424ebdc6aa8} <Debug> executeQuery: Read 26 rows, 35.93 KiB in 0.001839 sec., 14138.118542686243 rows/sec., 19.08 MiB/sec. | ||
| 2921 | 2024.04.03 05:13:30.457757 [ 3 ] {38a32335-bb75-44f4-9b72-e424ebdc6aa8} <Debug> DynamicQueryHandler: Done processing query | ||
| 2922 | 2024.04.03 05:13:30.457782 [ 3 ] {38a32335-bb75-44f4-9b72-e424ebdc6aa8} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
| 2923 | 2024.04.03 05:13:30.457797 [ 3 ] {} <Debug> HTTP-Session: da348543-e184-416d-a536-17ffdec62b26 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2924 | 2024.04.03 05:13:30.457933 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2925 | 2024.04.03 05:13:30.457982 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2926 | 2024.04.03 05:13:30.458000 [ 3 ] {} <Debug> HTTP-Session: fd98d794-e6cb-45f7-a77d-1c0687c45515 Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 2927 | 2024.04.03 05:13:30.458016 [ 3 ] {} <Debug> HTTP-Session: fd98d794-e6cb-45f7-a77d-1c0687c45515 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2928 | 2024.04.03 05:13:30.458030 [ 3 ] {} <Debug> HTTP-Session: fd98d794-e6cb-45f7-a77d-1c0687c45515 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2929 | 2024.04.03 05:13:30.458060 [ 3 ] {} <Trace> HTTP-Session: fd98d794-e6cb-45f7-a77d-1c0687c45515 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2930 | 2024.04.03 05:13:30.458161 [ 3 ] {472abafe-fdbe-4210-9d83-9a4710af8eb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 2931 | 2024.04.03 05:13:30.458204 [ 3 ] {472abafe-fdbe-4210-9d83-9a4710af8eb1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2932 | 2024.04.03 05:13:30.458337 [ 3 ] {472abafe-fdbe-4210-9d83-9a4710af8eb1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2933 | 2024.04.03 05:13:30.458638 [ 3 ] {472abafe-fdbe-4210-9d83-9a4710af8eb1} <Trace> oximeter.measurements_u64 (de6da706-3917-4020-8d2f-ffa74140e97c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2934 | 2024.04.03 05:13:30.458676 [ 3 ] {472abafe-fdbe-4210-9d83-9a4710af8eb1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 2935 | 2024.04.03 05:13:30.459045 [ 3 ] {472abafe-fdbe-4210-9d83-9a4710af8eb1} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2936 | 2024.04.03 05:13:30.459384 [ 3 ] {472abafe-fdbe-4210-9d83-9a4710af8eb1} <Trace> oximeter.measurements_u64 (de6da706-3917-4020-8d2f-ffa74140e97c): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2937 | 2024.04.03 05:13:30.459543 [ 3 ] {472abafe-fdbe-4210-9d83-9a4710af8eb1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001436 sec., 41782.72980501393 rows/sec., 2.82 MiB/sec. | ||
| 2938 | 2024.04.03 05:13:30.459792 [ 3 ] {472abafe-fdbe-4210-9d83-9a4710af8eb1} <Debug> DynamicQueryHandler: Done processing query | ||
| 2939 | 2024.04.03 05:13:30.459831 [ 3 ] {472abafe-fdbe-4210-9d83-9a4710af8eb1} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 2940 | 2024.04.03 05:13:30.459847 [ 3 ] {} <Debug> HTTP-Session: fd98d794-e6cb-45f7-a77d-1c0687c45515 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2941 | 2024.04.03 05:13:33.989078 [ 41 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2942 | 2024.04.03 05:13:33.989150 [ 41 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2943 | 2024.04.03 05:13:35.446759 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 911, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2944 | 2024.04.03 05:13:35.446876 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2945 | 2024.04.03 05:13:35.446903 [ 3 ] {} <Debug> HTTP-Session: d95755f5-9738-4f2a-a3f6-13a1cb4749ff Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 2946 | 2024.04.03 05:13:35.446932 [ 3 ] {} <Debug> HTTP-Session: d95755f5-9738-4f2a-a3f6-13a1cb4749ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2947 | 2024.04.03 05:13:35.446952 [ 3 ] {} <Debug> HTTP-Session: d95755f5-9738-4f2a-a3f6-13a1cb4749ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2948 | 2024.04.03 05:13:35.447001 [ 3 ] {} <Trace> HTTP-Session: d95755f5-9738-4f2a-a3f6-13a1cb4749ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2949 | 2024.04.03 05:13:35.447143 [ 3 ] {c0ed2d77-f32b-4e35-a082-6f23948d08d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 2950 | 2024.04.03 05:13:35.447233 [ 3 ] {c0ed2d77-f32b-4e35-a082-6f23948d08d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 2951 | 2024.04.03 05:13:35.447502 [ 3 ] {c0ed2d77-f32b-4e35-a082-6f23948d08d4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2952 | 2024.04.03 05:13:35.447994 [ 3 ] {c0ed2d77-f32b-4e35-a082-6f23948d08d4} <Trace> oximeter.fields_i64 (c23e6cbf-9c88-4b2e-b6de-a673a008017a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2953 | 2024.04.03 05:13:35.448046 [ 3 ] {c0ed2d77-f32b-4e35-a082-6f23948d08d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 2954 | 2024.04.03 05:13:35.448438 [ 3 ] {c0ed2d77-f32b-4e35-a082-6f23948d08d4} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2955 | 2024.04.03 05:13:35.448788 [ 3 ] {c0ed2d77-f32b-4e35-a082-6f23948d08d4} <Trace> oximeter.fields_i64 (c23e6cbf-9c88-4b2e-b6de-a673a008017a): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2956 | 2024.04.03 05:13:35.448955 [ 3 ] {c0ed2d77-f32b-4e35-a082-6f23948d08d4} <Debug> executeQuery: Read 6 rows, 498.00 B in 0.001887 sec., 3179.650238473768 rows/sec., 257.73 KiB/sec. | ||
| 2957 | 2024.04.03 05:13:35.449220 [ 3 ] {c0ed2d77-f32b-4e35-a082-6f23948d08d4} <Debug> DynamicQueryHandler: Done processing query | ||
| 2958 | 2024.04.03 05:13:35.449249 [ 3 ] {c0ed2d77-f32b-4e35-a082-6f23948d08d4} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 2959 | 2024.04.03 05:13:35.449267 [ 3 ] {} <Debug> HTTP-Session: d95755f5-9738-4f2a-a3f6-13a1cb4749ff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2960 | 2024.04.03 05:13:35.449427 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 10626, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2961 | 2024.04.03 05:13:35.449485 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2962 | 2024.04.03 05:13:35.449505 [ 3 ] {} <Debug> HTTP-Session: fefb420f-7c0e-4816-9f8e-b5b40bcfaea0 Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 2963 | 2024.04.03 05:13:35.449523 [ 3 ] {} <Debug> HTTP-Session: fefb420f-7c0e-4816-9f8e-b5b40bcfaea0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2964 | 2024.04.03 05:13:35.449538 [ 3 ] {} <Debug> HTTP-Session: fefb420f-7c0e-4816-9f8e-b5b40bcfaea0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2965 | 2024.04.03 05:13:35.449574 [ 3 ] {} <Trace> HTTP-Session: fefb420f-7c0e-4816-9f8e-b5b40bcfaea0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2966 | 2024.04.03 05:13:35.449673 [ 3 ] {1a681b90-abaa-40f1-8e6c-fe7291a7f9f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 2967 | 2024.04.03 05:13:35.449720 [ 3 ] {1a681b90-abaa-40f1-8e6c-fe7291a7f9f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2968 | 2024.04.03 05:13:35.449874 [ 3 ] {1a681b90-abaa-40f1-8e6c-fe7291a7f9f1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2969 | 2024.04.03 05:13:35.450227 [ 3 ] {1a681b90-abaa-40f1-8e6c-fe7291a7f9f1} <Trace> oximeter.fields_string (d10ead57-c466-400e-b267-5a50d181b38b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2970 | 2024.04.03 05:13:35.450266 [ 3 ] {1a681b90-abaa-40f1-8e6c-fe7291a7f9f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 2971 | 2024.04.03 05:13:35.450586 [ 3 ] {1a681b90-abaa-40f1-8e6c-fe7291a7f9f1} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2972 | 2024.04.03 05:13:35.450893 [ 3 ] {1a681b90-abaa-40f1-8e6c-fe7291a7f9f1} <Trace> oximeter.fields_string (d10ead57-c466-400e-b267-5a50d181b38b): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2973 | 2024.04.03 05:13:35.451062 [ 3 ] {1a681b90-abaa-40f1-8e6c-fe7291a7f9f1} <Debug> executeQuery: Read 74 rows, 6.10 KiB in 0.001425 sec., 51929.824561403504 rows/sec., 4.18 MiB/sec. | ||
| 2974 | 2024.04.03 05:13:35.451195 [ 3 ] {1a681b90-abaa-40f1-8e6c-fe7291a7f9f1} <Debug> DynamicQueryHandler: Done processing query | ||
| 2975 | 2024.04.03 05:13:35.451221 [ 3 ] {1a681b90-abaa-40f1-8e6c-fe7291a7f9f1} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 2976 | 2024.04.03 05:13:35.451237 [ 3 ] {} <Debug> HTTP-Session: fefb420f-7c0e-4816-9f8e-b5b40bcfaea0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2977 | 2024.04.03 05:13:35.451405 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 11904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2978 | 2024.04.03 05:13:35.451456 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2979 | 2024.04.03 05:13:35.451474 [ 3 ] {} <Debug> HTTP-Session: b3f3a7c1-68e5-4f26-9fff-8e1e91456fb7 Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 2980 | 2024.04.03 05:13:35.451491 [ 3 ] {} <Debug> HTTP-Session: b3f3a7c1-68e5-4f26-9fff-8e1e91456fb7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2981 | 2024.04.03 05:13:35.451506 [ 3 ] {} <Debug> HTTP-Session: b3f3a7c1-68e5-4f26-9fff-8e1e91456fb7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2982 | 2024.04.03 05:13:35.451538 [ 3 ] {} <Trace> HTTP-Session: b3f3a7c1-68e5-4f26-9fff-8e1e91456fb7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2983 | 2024.04.03 05:13:35.451629 [ 3 ] {9f2467db-f726-470a-949b-4ce990371bab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 2984 | 2024.04.03 05:13:35.451670 [ 3 ] {9f2467db-f726-470a-949b-4ce990371bab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2985 | 2024.04.03 05:13:35.451797 [ 3 ] {9f2467db-f726-470a-949b-4ce990371bab} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2986 | 2024.04.03 05:13:35.452117 [ 3 ] {9f2467db-f726-470a-949b-4ce990371bab} <Trace> oximeter.fields_uuid (78132754-fa1e-4d68-980a-5012099aee94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2987 | 2024.04.03 05:13:35.452155 [ 3 ] {9f2467db-f726-470a-949b-4ce990371bab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 2988 | 2024.04.03 05:13:35.452461 [ 3 ] {9f2467db-f726-470a-949b-4ce990371bab} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2989 | 2024.04.03 05:13:35.452755 [ 3 ] {9f2467db-f726-470a-949b-4ce990371bab} <Trace> oximeter.fields_uuid (78132754-fa1e-4d68-980a-5012099aee94): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2990 | 2024.04.03 05:13:35.452907 [ 3 ] {9f2467db-f726-470a-949b-4ce990371bab} <Debug> executeQuery: Read 70 rows, 5.60 KiB in 0.001319 sec., 53070.50796057619 rows/sec., 4.14 MiB/sec. | ||
| 2991 | 2024.04.03 05:13:35.453029 [ 3 ] {9f2467db-f726-470a-949b-4ce990371bab} <Debug> DynamicQueryHandler: Done processing query | ||
| 2992 | 2024.04.03 05:13:35.453053 [ 3 ] {9f2467db-f726-470a-949b-4ce990371bab} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 2993 | 2024.04.03 05:13:35.453068 [ 3 ] {} <Debug> HTTP-Session: b3f3a7c1-68e5-4f26-9fff-8e1e91456fb7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2994 | 2024.04.03 05:13:35.453230 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2995 | 2024.04.03 05:13:35.453279 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2996 | 2024.04.03 05:13:35.453297 [ 3 ] {} <Debug> HTTP-Session: d5d1a1cd-1bbd-4e5f-a123-d1bb2f1ffc7f Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 2997 | 2024.04.03 05:13:35.453314 [ 3 ] {} <Debug> HTTP-Session: d5d1a1cd-1bbd-4e5f-a123-d1bb2f1ffc7f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2998 | 2024.04.03 05:13:35.453328 [ 3 ] {} <Debug> HTTP-Session: d5d1a1cd-1bbd-4e5f-a123-d1bb2f1ffc7f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2999 | 2024.04.03 05:13:35.453357 [ 3 ] {} <Trace> HTTP-Session: d5d1a1cd-1bbd-4e5f-a123-d1bb2f1ffc7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3000 | 2024.04.03 05:13:35.453473 [ 3 ] {f0afb958-4fc4-4b3f-bbc5-2902339d99c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 3001 | 2024.04.03 05:13:35.453518 [ 3 ] {f0afb958-4fc4-4b3f-bbc5-2902339d99c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3002 | 2024.04.03 05:13:35.453661 [ 3 ] {f0afb958-4fc4-4b3f-bbc5-2902339d99c3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3003 | 2024.04.03 05:13:35.454068 [ 3 ] {f0afb958-4fc4-4b3f-bbc5-2902339d99c3} <Trace> oximeter.measurements_cumulativeu64 (6373e3b3-ce8a-4e66-a523-d07c961c74b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3004 | 2024.04.03 05:13:35.454105 [ 3 ] {f0afb958-4fc4-4b3f-bbc5-2902339d99c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3005 | 2024.04.03 05:13:35.454498 [ 3 ] {f0afb958-4fc4-4b3f-bbc5-2902339d99c3} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3006 | 2024.04.03 05:13:35.454844 [ 3 ] {f0afb958-4fc4-4b3f-bbc5-2902339d99c3} <Trace> oximeter.measurements_cumulativeu64 (6373e3b3-ce8a-4e66-a523-d07c961c74b1): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3007 | 2024.04.03 05:13:35.455009 [ 3 ] {f0afb958-4fc4-4b3f-bbc5-2902339d99c3} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001598 sec., 100125.15644555695 rows/sec., 6.97 MiB/sec. | ||
| 3008 | 2024.04.03 05:13:35.455135 [ 3 ] {f0afb958-4fc4-4b3f-bbc5-2902339d99c3} <Debug> DynamicQueryHandler: Done processing query | ||
| 3009 | 2024.04.03 05:13:35.455164 [ 3 ] {f0afb958-4fc4-4b3f-bbc5-2902339d99c3} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
| 3010 | 2024.04.03 05:13:35.455181 [ 3 ] {} <Debug> HTTP-Session: d5d1a1cd-1bbd-4e5f-a123-d1bb2f1ffc7f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3011 | 2024.04.03 05:13:35.455334 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 6476, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3012 | 2024.04.03 05:13:35.455383 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 3013 | 2024.04.03 05:13:35.455402 [ 3 ] {} <Debug> HTTP-Session: 76ec2487-4950-4fb0-b880-e2d9a16e8af1 Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 3014 | 2024.04.03 05:13:35.455419 [ 3 ] {} <Debug> HTTP-Session: 76ec2487-4950-4fb0-b880-e2d9a16e8af1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3015 | 2024.04.03 05:13:35.455432 [ 3 ] {} <Debug> HTTP-Session: 76ec2487-4950-4fb0-b880-e2d9a16e8af1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3016 | 2024.04.03 05:13:35.455464 [ 3 ] {} <Trace> HTTP-Session: 76ec2487-4950-4fb0-b880-e2d9a16e8af1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3017 | 2024.04.03 05:13:35.455576 [ 3 ] {a77af101-af2c-4e3b-8495-42b82d118797} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 3018 | 2024.04.03 05:13:35.455623 [ 3 ] {a77af101-af2c-4e3b-8495-42b82d118797} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 3019 | 2024.04.03 05:13:35.455784 [ 3 ] {a77af101-af2c-4e3b-8495-42b82d118797} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3020 | 2024.04.03 05:13:35.456118 [ 3 ] {a77af101-af2c-4e3b-8495-42b82d118797} <Trace> oximeter.measurements_histogramf64 (8b69ac98-35f5-4c32-8452-ff3027d9bc94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3021 | 2024.04.03 05:13:35.456155 [ 3 ] {a77af101-af2c-4e3b-8495-42b82d118797} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3022 | 2024.04.03 05:13:35.456549 [ 3 ] {a77af101-af2c-4e3b-8495-42b82d118797} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3023 | 2024.04.03 05:13:35.456894 [ 3 ] {a77af101-af2c-4e3b-8495-42b82d118797} <Trace> oximeter.measurements_histogramf64 (8b69ac98-35f5-4c32-8452-ff3027d9bc94): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3024 | 2024.04.03 05:13:35.457051 [ 3 ] {a77af101-af2c-4e3b-8495-42b82d118797} <Debug> executeQuery: Read 6 rows, 8.29 KiB in 0.001539 sec., 3898.635477582846 rows/sec., 5.26 MiB/sec. | ||
| 3025 | 2024.04.03 05:13:35.457293 [ 3 ] {a77af101-af2c-4e3b-8495-42b82d118797} <Debug> DynamicQueryHandler: Done processing query | ||
| 3026 | 2024.04.03 05:13:35.457317 [ 3 ] {a77af101-af2c-4e3b-8495-42b82d118797} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 3027 | 2024.04.03 05:13:35.457333 [ 3 ] {} <Debug> HTTP-Session: 76ec2487-4950-4fb0-b880-e2d9a16e8af1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3028 | 2024.04.03 05:13:35.457462 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3029 | 2024.04.03 05:13:35.457511 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 3030 | 2024.04.03 05:13:35.457529 [ 3 ] {} <Debug> HTTP-Session: 90889620-950c-4046-aa83-c1bafd248fc7 Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 3031 | 2024.04.03 05:13:35.457546 [ 3 ] {} <Debug> HTTP-Session: 90889620-950c-4046-aa83-c1bafd248fc7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3032 | 2024.04.03 05:13:35.457560 [ 3 ] {} <Debug> HTTP-Session: 90889620-950c-4046-aa83-c1bafd248fc7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3033 | 2024.04.03 05:13:35.457591 [ 3 ] {} <Trace> HTTP-Session: 90889620-950c-4046-aa83-c1bafd248fc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3034 | 2024.04.03 05:13:35.457675 [ 3 ] {88ee3497-991a-4e60-8db5-bf808790d911} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 3035 | 2024.04.03 05:13:35.457719 [ 3 ] {88ee3497-991a-4e60-8db5-bf808790d911} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3036 | 2024.04.03 05:13:35.457863 [ 3 ] {88ee3497-991a-4e60-8db5-bf808790d911} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3037 | 2024.04.03 05:13:35.458147 [ 3 ] {88ee3497-991a-4e60-8db5-bf808790d911} <Trace> oximeter.measurements_u64 (de6da706-3917-4020-8d2f-ffa74140e97c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3038 | 2024.04.03 05:13:35.458185 [ 3 ] {88ee3497-991a-4e60-8db5-bf808790d911} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3039 | 2024.04.03 05:13:35.458546 [ 3 ] {88ee3497-991a-4e60-8db5-bf808790d911} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3040 | 2024.04.03 05:13:35.458873 [ 3 ] {88ee3497-991a-4e60-8db5-bf808790d911} <Trace> oximeter.measurements_u64 (de6da706-3917-4020-8d2f-ffa74140e97c): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3041 | 2024.04.03 05:13:35.459034 [ 3 ] {88ee3497-991a-4e60-8db5-bf808790d911} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001388 sec., 43227.66570605188 rows/sec., 2.91 MiB/sec. | ||
| 3042 | 2024.04.03 05:13:35.459146 [ 3 ] {88ee3497-991a-4e60-8db5-bf808790d911} <Debug> DynamicQueryHandler: Done processing query | ||
| 3043 | 2024.04.03 05:13:35.459171 [ 3 ] {88ee3497-991a-4e60-8db5-bf808790d911} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 3044 | 2024.04.03 05:13:35.459186 [ 3 ] {} <Debug> HTTP-Session: 90889620-950c-4046-aa83-c1bafd248fc7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3045 | 2024.04.03 05:13:36.979772 [ 39 ] {} <Debug> oximeter.timeseries_schema (f3c82d0a-8067-4bee-a6f1-9e1276014f6a) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 3046 | 2024.04.03 05:13:36.979846 [ 39 ] {} <Trace> oximeter.timeseries_schema (f3c82d0a-8067-4bee-a6f1-9e1276014f6a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3047 | 2024.04.03 05:13:36.979869 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3048 | 2024.04.03 05:13:36.980031 [ 199 ] {f3c82d0a-8067-4bee-a6f1-9e1276014f6a::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 | ||
| 3049 | 2024.04.03 05:13:36.980426 [ 199 ] {f3c82d0a-8067-4bee-a6f1-9e1276014f6a::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3050 | 2024.04.03 05:13:36.980476 [ 199 ] {f3c82d0a-8067-4bee-a6f1-9e1276014f6a::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 18 rows starting from the beginning of the part | ||
| 3051 | 2024.04.03 05:13:36.980606 [ 199 ] {f3c82d0a-8067-4bee-a6f1-9e1276014f6a::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 | ||
| 3052 | 2024.04.03 05:13:36.980709 [ 199 ] {f3c82d0a-8067-4bee-a6f1-9e1276014f6a::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 | ||
| 3053 | 2024.04.03 05:13:36.980857 [ 199 ] {f3c82d0a-8067-4bee-a6f1-9e1276014f6a::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 | ||
| 3054 | 2024.04.03 05:13:36.980975 [ 199 ] {f3c82d0a-8067-4bee-a6f1-9e1276014f6a::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 | ||
| 3055 | 2024.04.03 05:13:36.983210 [ 198 ] {f3c82d0a-8067-4bee-a6f1-9e1276014f6a::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 6 columns (6 merged, 0 gathered) in 0.003263314 sec., 9193.108600643396 rows/sec., 1.27 MiB/sec. | ||
| 3056 | 2024.04.03 05:13:36.983430 [ 198 ] {f3c82d0a-8067-4bee-a6f1-9e1276014f6a::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 3057 | 2024.04.03 05:13:36.984095 [ 198 ] {f3c82d0a-8067-4bee-a6f1-9e1276014f6a::all_1_5_1} <Trace> oximeter.timeseries_schema (f3c82d0a-8067-4bee-a6f1-9e1276014f6a): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3058 | 2024.04.03 05:13:36.984184 [ 198 ] {f3c82d0a-8067-4bee-a6f1-9e1276014f6a::all_1_5_1} <Trace> oximeter.timeseries_schema (f3c82d0a-8067-4bee-a6f1-9e1276014f6a) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 3059 | 2024.04.03 05:13:36.984287 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 3060 | 2024.04.03 05:13:40.447516 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 3778, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3061 | 2024.04.03 05:13:40.447649 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 3062 | 2024.04.03 05:13:40.447678 [ 3 ] {} <Debug> HTTP-Session: 2f2258c1-1e81-4945-b752-510858e501e7 Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 3063 | 2024.04.03 05:13:40.447708 [ 3 ] {} <Debug> HTTP-Session: 2f2258c1-1e81-4945-b752-510858e501e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3064 | 2024.04.03 05:13:40.447727 [ 3 ] {} <Debug> HTTP-Session: 2f2258c1-1e81-4945-b752-510858e501e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3065 | 2024.04.03 05:13:40.447784 [ 3 ] {} <Trace> HTTP-Session: 2f2258c1-1e81-4945-b752-510858e501e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3066 | 2024.04.03 05:13:40.447923 [ 3 ] {48ad8d03-bde8-49c6-bd39-6ee85269640d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 3067 | 2024.04.03 05:13:40.447994 [ 3 ] {48ad8d03-bde8-49c6-bd39-6ee85269640d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 3068 | 2024.04.03 05:13:40.448212 [ 3 ] {48ad8d03-bde8-49c6-bd39-6ee85269640d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3069 | 2024.04.03 05:13:40.448654 [ 3 ] {48ad8d03-bde8-49c6-bd39-6ee85269640d} <Trace> oximeter.fields_i64 (c23e6cbf-9c88-4b2e-b6de-a673a008017a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3070 | 2024.04.03 05:13:40.448698 [ 3 ] {48ad8d03-bde8-49c6-bd39-6ee85269640d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3071 | 2024.04.03 05:13:40.449096 [ 3 ] {48ad8d03-bde8-49c6-bd39-6ee85269640d} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3072 | 2024.04.03 05:13:40.449456 [ 3 ] {48ad8d03-bde8-49c6-bd39-6ee85269640d} <Trace> oximeter.fields_i64 (c23e6cbf-9c88-4b2e-b6de-a673a008017a): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3073 | 2024.04.03 05:13:40.449600 [ 3 ] {48ad8d03-bde8-49c6-bd39-6ee85269640d} <Debug> executeQuery: Read 26 rows, 2.11 KiB in 0.001744 sec., 14908.256880733945 rows/sec., 1.18 MiB/sec. | ||
| 3074 | 2024.04.03 05:13:40.449754 [ 3 ] {48ad8d03-bde8-49c6-bd39-6ee85269640d} <Debug> DynamicQueryHandler: Done processing query | ||
| 3075 | 2024.04.03 05:13:40.449781 [ 3 ] {48ad8d03-bde8-49c6-bd39-6ee85269640d} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 3076 | 2024.04.03 05:13:40.449798 [ 3 ] {} <Debug> HTTP-Session: 2f2258c1-1e81-4945-b752-510858e501e7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3077 | 2024.04.03 05:13:40.449999 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 19648, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3078 | 2024.04.03 05:13:40.450054 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 3079 | 2024.04.03 05:13:40.450074 [ 3 ] {} <Debug> HTTP-Session: e595209c-21b7-46ef-bede-e015e9bbbe99 Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 3080 | 2024.04.03 05:13:40.450092 [ 3 ] {} <Debug> HTTP-Session: e595209c-21b7-46ef-bede-e015e9bbbe99 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3081 | 2024.04.03 05:13:40.450106 [ 3 ] {} <Debug> HTTP-Session: e595209c-21b7-46ef-bede-e015e9bbbe99 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3082 | 2024.04.03 05:13:40.450140 [ 3 ] {} <Trace> HTTP-Session: e595209c-21b7-46ef-bede-e015e9bbbe99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3083 | 2024.04.03 05:13:40.450255 [ 3 ] {53431c1e-60b5-4f73-bfd7-f633be1eacf6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 3084 | 2024.04.03 05:13:40.450301 [ 3 ] {53431c1e-60b5-4f73-bfd7-f633be1eacf6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3085 | 2024.04.03 05:13:40.450429 [ 3 ] {53431c1e-60b5-4f73-bfd7-f633be1eacf6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3086 | 2024.04.03 05:13:40.450808 [ 3 ] {53431c1e-60b5-4f73-bfd7-f633be1eacf6} <Trace> oximeter.fields_string (d10ead57-c466-400e-b267-5a50d181b38b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3087 | 2024.04.03 05:13:40.450845 [ 3 ] {53431c1e-60b5-4f73-bfd7-f633be1eacf6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3088 | 2024.04.03 05:13:40.451168 [ 3 ] {53431c1e-60b5-4f73-bfd7-f633be1eacf6} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3089 | 2024.04.03 05:13:40.451471 [ 3 ] {53431c1e-60b5-4f73-bfd7-f633be1eacf6} <Trace> oximeter.fields_string (d10ead57-c466-400e-b267-5a50d181b38b): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3090 | 2024.04.03 05:13:40.451598 [ 37 ] {} <Debug> oximeter.fields_string (d10ead57-c466-400e-b267-5a50d181b38b) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3091 | 2024.04.03 05:13:40.451603 [ 3 ] {53431c1e-60b5-4f73-bfd7-f633be1eacf6} <Debug> executeQuery: Read 134 rows, 11.49 KiB in 0.001412 sec., 94900.84985835693 rows/sec., 7.95 MiB/sec. | ||
| 3092 | 2024.04.03 05:13:40.451650 [ 37 ] {} <Trace> oximeter.fields_string (d10ead57-c466-400e-b267-5a50d181b38b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3093 | 2024.04.03 05:13:40.451692 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3094 | 2024.04.03 05:13:40.451766 [ 3 ] {53431c1e-60b5-4f73-bfd7-f633be1eacf6} <Debug> DynamicQueryHandler: Done processing query | ||
| 3095 | 2024.04.03 05:13:40.451798 [ 3 ] {53431c1e-60b5-4f73-bfd7-f633be1eacf6} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
| 3096 | 2024.04.03 05:13:40.451843 [ 3 ] {} <Debug> HTTP-Session: e595209c-21b7-46ef-bede-e015e9bbbe99 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3097 | 2024.04.03 05:13:40.451950 [ 195 ] {d10ead57-c466-400e-b267-5a50d181b38b::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 | ||
| 3098 | 2024.04.03 05:13:40.452050 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 15291, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3099 | 2024.04.03 05:13:40.452144 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 3100 | 2024.04.03 05:13:40.452195 [ 3 ] {} <Debug> HTTP-Session: 16faa997-89cb-47d7-b809-c3e7f9c0e876 Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 3101 | 2024.04.03 05:13:40.452243 [ 3 ] {} <Debug> HTTP-Session: 16faa997-89cb-47d7-b809-c3e7f9c0e876 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3102 | 2024.04.03 05:13:40.452288 [ 3 ] {} <Debug> HTTP-Session: 16faa997-89cb-47d7-b809-c3e7f9c0e876 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3103 | 2024.04.03 05:13:40.452300 [ 195 ] {d10ead57-c466-400e-b267-5a50d181b38b::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3104 | 2024.04.03 05:13:40.452358 [ 3 ] {} <Trace> HTTP-Session: 16faa997-89cb-47d7-b809-c3e7f9c0e876 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3105 | 2024.04.03 05:13:40.452366 [ 195 ] {d10ead57-c466-400e-b267-5a50d181b38b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 170 rows starting from the beginning of the part | ||
| 3106 | 2024.04.03 05:13:40.452555 [ 3 ] {00ab6497-1546-4170-9486-453267cb5efa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 3107 | 2024.04.03 05:13:40.452603 [ 195 ] {d10ead57-c466-400e-b267-5a50d181b38b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 137 rows starting from the beginning of the part | ||
| 3108 | 2024.04.03 05:13:40.452705 [ 3 ] {00ab6497-1546-4170-9486-453267cb5efa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3109 | 2024.04.03 05:13:40.452950 [ 195 ] {d10ead57-c466-400e-b267-5a50d181b38b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 107 rows starting from the beginning of the part | ||
| 3110 | 2024.04.03 05:13:40.453356 [ 195 ] {d10ead57-c466-400e-b267-5a50d181b38b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 134 rows starting from the beginning of the part | ||
| 3111 | 2024.04.03 05:13:40.453614 [ 195 ] {d10ead57-c466-400e-b267-5a50d181b38b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 74 rows starting from the beginning of the part | ||
| 3112 | 2024.04.03 05:13:40.453917 [ 3 ] {00ab6497-1546-4170-9486-453267cb5efa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3113 | 2024.04.03 05:13:40.453964 [ 195 ] {d10ead57-c466-400e-b267-5a50d181b38b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 134 rows starting from the beginning of the part | ||
| 3114 | 2024.04.03 05:13:40.454870 [ 3 ] {00ab6497-1546-4170-9486-453267cb5efa} <Trace> oximeter.fields_uuid (78132754-fa1e-4d68-980a-5012099aee94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3115 | 2024.04.03 05:13:40.454939 [ 3 ] {00ab6497-1546-4170-9486-453267cb5efa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3116 | 2024.04.03 05:13:40.455714 [ 3 ] {00ab6497-1546-4170-9486-453267cb5efa} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3117 | 2024.04.03 05:13:40.456569 [ 3 ] {00ab6497-1546-4170-9486-453267cb5efa} <Trace> oximeter.fields_uuid (78132754-fa1e-4d68-980a-5012099aee94): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3118 | 2024.04.03 05:13:40.456849 [ 195 ] {d10ead57-c466-400e-b267-5a50d181b38b::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 756 rows, containing 4 columns (4 merged, 0 gathered) in 0.005056287 sec., 149516.82924644114 rows/sec., 12.31 MiB/sec. | ||
| 3119 | 2024.04.03 05:13:40.456883 [ 37 ] {} <Debug> oximeter.fields_uuid (78132754-fa1e-4d68-980a-5012099aee94) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3120 | 2024.04.03 05:13:40.456926 [ 3 ] {00ab6497-1546-4170-9486-453267cb5efa} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.004516 sec., 19929.140832595218 rows/sec., 1.56 MiB/sec. | ||
| 3121 | 2024.04.03 05:13:40.456954 [ 37 ] {} <Trace> oximeter.fields_uuid (78132754-fa1e-4d68-980a-5012099aee94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3122 | 2024.04.03 05:13:40.457033 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3123 | 2024.04.03 05:13:40.457221 [ 195 ] {d10ead57-c466-400e-b267-5a50d181b38b::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3124 | 2024.04.03 05:13:40.457310 [ 3 ] {00ab6497-1546-4170-9486-453267cb5efa} <Debug> DynamicQueryHandler: Done processing query | ||
| 3125 | 2024.04.03 05:13:40.457395 [ 3 ] {00ab6497-1546-4170-9486-453267cb5efa} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 3126 | 2024.04.03 05:13:40.457418 [ 199 ] {78132754-fa1e-4d68-980a-5012099aee94::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 | ||
| 3127 | 2024.04.03 05:13:40.457433 [ 3 ] {} <Debug> HTTP-Session: 16faa997-89cb-47d7-b809-c3e7f9c0e876 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3128 | 2024.04.03 05:13:40.457848 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3129 | 2024.04.03 05:13:40.458026 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 3130 | 2024.04.03 05:13:40.458047 [ 199 ] {78132754-fa1e-4d68-980a-5012099aee94::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3131 | 2024.04.03 05:13:40.458102 [ 3 ] {} <Debug> HTTP-Session: bcc2310e-d1c1-4069-8cb1-37e8e0d098f8 Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 3132 | 2024.04.03 05:13:40.458129 [ 199 ] {78132754-fa1e-4d68-980a-5012099aee94::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 127 rows starting from the beginning of the part | ||
| 3133 | 2024.04.03 05:13:40.458162 [ 3 ] {} <Debug> HTTP-Session: bcc2310e-d1c1-4069-8cb1-37e8e0d098f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3134 | 2024.04.03 05:13:40.458223 [ 3 ] {} <Debug> HTTP-Session: bcc2310e-d1c1-4069-8cb1-37e8e0d098f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3135 | 2024.04.03 05:13:40.458406 [ 3 ] {} <Trace> HTTP-Session: bcc2310e-d1c1-4069-8cb1-37e8e0d098f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3136 | 2024.04.03 05:13:40.458466 [ 199 ] {78132754-fa1e-4d68-980a-5012099aee94::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 96 rows starting from the beginning of the part | ||
| 3137 | 2024.04.03 05:13:40.458544 [ 195 ] {d10ead57-c466-400e-b267-5a50d181b38b::all_1_16_3} <Trace> oximeter.fields_string (d10ead57-c466-400e-b267-5a50d181b38b): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3138 | 2024.04.03 05:13:40.458944 [ 3 ] {4cafe69f-c088-411c-89b5-c9e0632ace80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 3139 | 2024.04.03 05:13:40.458973 [ 199 ] {78132754-fa1e-4d68-980a-5012099aee94::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 102 rows starting from the beginning of the part | ||
| 3140 | 2024.04.03 05:13:40.459064 [ 195 ] {d10ead57-c466-400e-b267-5a50d181b38b::all_1_16_3} <Trace> oximeter.fields_string (d10ead57-c466-400e-b267-5a50d181b38b) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3141 | 2024.04.03 05:13:40.459345 [ 3 ] {4cafe69f-c088-411c-89b5-c9e0632ace80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3142 | 2024.04.03 05:13:40.459438 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
| 3143 | 2024.04.03 05:13:40.459437 [ 199 ] {78132754-fa1e-4d68-980a-5012099aee94::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 90 rows starting from the beginning of the part | ||
| 3144 | 2024.04.03 05:13:40.459760 [ 199 ] {78132754-fa1e-4d68-980a-5012099aee94::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 70 rows starting from the beginning of the part | ||
| 3145 | 2024.04.03 05:13:40.460185 [ 199 ] {78132754-fa1e-4d68-980a-5012099aee94::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 90 rows starting from the beginning of the part | ||
| 3146 | 2024.04.03 05:13:40.460963 [ 3 ] {4cafe69f-c088-411c-89b5-c9e0632ace80} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3147 | 2024.04.03 05:13:40.461965 [ 3 ] {4cafe69f-c088-411c-89b5-c9e0632ace80} <Trace> oximeter.measurements_cumulativeu64 (6373e3b3-ce8a-4e66-a523-d07c961c74b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3148 | 2024.04.03 05:13:40.462042 [ 3 ] {4cafe69f-c088-411c-89b5-c9e0632ace80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3149 | 2024.04.03 05:13:40.463014 [ 199 ] {78132754-fa1e-4d68-980a-5012099aee94::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 575 rows, containing 4 columns (4 merged, 0 gathered) in 0.005777227 sec., 99528.71853572657 rows/sec., 7.77 MiB/sec. | ||
| 3150 | 2024.04.03 05:13:40.463059 [ 3 ] {4cafe69f-c088-411c-89b5-c9e0632ace80} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3151 | 2024.04.03 05:13:40.463206 [ 199 ] {78132754-fa1e-4d68-980a-5012099aee94::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3152 | 2024.04.03 05:13:40.463890 [ 3 ] {4cafe69f-c088-411c-89b5-c9e0632ace80} <Trace> oximeter.measurements_cumulativeu64 (6373e3b3-ce8a-4e66-a523-d07c961c74b1): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3153 | 2024.04.03 05:13:40.463995 [ 199 ] {78132754-fa1e-4d68-980a-5012099aee94::all_1_16_3} <Trace> oximeter.fields_uuid (78132754-fa1e-4d68-980a-5012099aee94): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3154 | 2024.04.03 05:13:40.464181 [ 37 ] {} <Debug> oximeter.measurements_cumulativeu64 (6373e3b3-ce8a-4e66-a523-d07c961c74b1) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3155 | 2024.04.03 05:13:40.464236 [ 3 ] {4cafe69f-c088-411c-89b5-c9e0632ace80} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005576 sec., 28694.404591104732 rows/sec., 2.00 MiB/sec. | ||
| 3156 | 2024.04.03 05:13:40.464242 [ 199 ] {78132754-fa1e-4d68-980a-5012099aee94::all_1_16_3} <Trace> oximeter.fields_uuid (78132754-fa1e-4d68-980a-5012099aee94) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3157 | 2024.04.03 05:13:40.464283 [ 37 ] {} <Trace> oximeter.measurements_cumulativeu64 (6373e3b3-ce8a-4e66-a523-d07c961c74b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3158 | 2024.04.03 05:13:40.464389 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3159 | 2024.04.03 05:13:40.464560 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 3160 | 2024.04.03 05:13:40.464683 [ 3 ] {4cafe69f-c088-411c-89b5-c9e0632ace80} <Debug> DynamicQueryHandler: Done processing query | ||
| 3161 | 2024.04.03 05:13:40.464736 [ 3 ] {4cafe69f-c088-411c-89b5-c9e0632ace80} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
| 3162 | 2024.04.03 05:13:40.464769 [ 194 ] {6373e3b3-ce8a-4e66-a523-d07c961c74b1::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 | ||
| 3163 | 2024.04.03 05:13:40.464778 [ 3 ] {} <Debug> HTTP-Session: bcc2310e-d1c1-4069-8cb1-37e8e0d098f8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3164 | 2024.04.03 05:13:40.464991 [ 194 ] {6373e3b3-ce8a-4e66-a523-d07c961c74b1::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3165 | 2024.04.03 05:13:40.465064 [ 194 ] {6373e3b3-ce8a-4e66-a523-d07c961c74b1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 2040 rows starting from the beginning of the part | ||
| 3166 | 2024.04.03 05:13:40.465068 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 27851, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3167 | 2024.04.03 05:13:40.465191 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 3168 | 2024.04.03 05:13:40.465275 [ 3 ] {} <Debug> HTTP-Session: fcd478b1-9d52-4af8-adf5-7db293279768 Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 3169 | 2024.04.03 05:13:40.465337 [ 194 ] {6373e3b3-ce8a-4e66-a523-d07c961c74b1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 163 rows starting from the beginning of the part | ||
| 3170 | 2024.04.03 05:13:40.465344 [ 3 ] {} <Debug> HTTP-Session: fcd478b1-9d52-4af8-adf5-7db293279768 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3171 | 2024.04.03 05:13:40.465415 [ 3 ] {} <Debug> HTTP-Session: fcd478b1-9d52-4af8-adf5-7db293279768 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3172 | 2024.04.03 05:13:40.465607 [ 3 ] {} <Trace> HTTP-Session: fcd478b1-9d52-4af8-adf5-7db293279768 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3173 | 2024.04.03 05:13:40.465711 [ 194 ] {6373e3b3-ce8a-4e66-a523-d07c961c74b1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 198 rows starting from the beginning of the part | ||
| 3174 | 2024.04.03 05:13:40.465902 [ 194 ] {6373e3b3-ce8a-4e66-a523-d07c961c74b1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 160 rows starting from the beginning of the part | ||
| 3175 | 2024.04.03 05:13:40.466197 [ 194 ] {6373e3b3-ce8a-4e66-a523-d07c961c74b1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 160 rows starting from the beginning of the part | ||
| 3176 | 2024.04.03 05:13:40.466216 [ 3 ] {a34bc6b8-5241-4b85-93fc-37877ab31cf4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 3177 | 2024.04.03 05:13:40.466465 [ 3 ] {a34bc6b8-5241-4b85-93fc-37877ab31cf4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 3178 | 2024.04.03 05:13:40.466497 [ 194 ] {6373e3b3-ce8a-4e66-a523-d07c961c74b1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 160 rows starting from the beginning of the part | ||
| 3179 | 2024.04.03 05:13:40.467358 [ 3 ] {a34bc6b8-5241-4b85-93fc-37877ab31cf4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3180 | 2024.04.03 05:13:40.468429 [ 3 ] {a34bc6b8-5241-4b85-93fc-37877ab31cf4} <Trace> oximeter.measurements_histogramf64 (8b69ac98-35f5-4c32-8452-ff3027d9bc94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3181 | 2024.04.03 05:13:40.468507 [ 3 ] {a34bc6b8-5241-4b85-93fc-37877ab31cf4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3182 | 2024.04.03 05:13:40.469755 [ 3 ] {a34bc6b8-5241-4b85-93fc-37877ab31cf4} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3183 | 2024.04.03 05:13:40.470466 [ 3 ] {a34bc6b8-5241-4b85-93fc-37877ab31cf4} <Trace> oximeter.measurements_histogramf64 (8b69ac98-35f5-4c32-8452-ff3027d9bc94): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3184 | 2024.04.03 05:13:40.470474 [ 194 ] {6373e3b3-ce8a-4e66-a523-d07c961c74b1::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2881 rows, containing 5 columns (5 merged, 0 gathered) in 0.005818138 sec., 495175.60429126985 rows/sec., 34.54 MiB/sec. | ||
| 3185 | 2024.04.03 05:13:40.470701 [ 3 ] {a34bc6b8-5241-4b85-93fc-37877ab31cf4} <Debug> executeQuery: Read 26 rows, 35.93 KiB in 0.004909 sec., 5296.3943776736605 rows/sec., 7.15 MiB/sec. | ||
| 3186 | 2024.04.03 05:13:40.470902 [ 194 ] {6373e3b3-ce8a-4e66-a523-d07c961c74b1::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3187 | 2024.04.03 05:13:40.471255 [ 3 ] {a34bc6b8-5241-4b85-93fc-37877ab31cf4} <Debug> DynamicQueryHandler: Done processing query | ||
| 3188 | 2024.04.03 05:13:40.471292 [ 3 ] {a34bc6b8-5241-4b85-93fc-37877ab31cf4} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
| 3189 | 2024.04.03 05:13:40.471327 [ 3 ] {} <Debug> HTTP-Session: fcd478b1-9d52-4af8-adf5-7db293279768 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3190 | 2024.04.03 05:13:40.471559 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3191 | 2024.04.03 05:13:40.471632 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 3192 | 2024.04.03 05:13:40.471664 [ 3 ] {} <Debug> HTTP-Session: 57ad6587-83bc-4a88-9089-331310161d1e Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 3193 | 2024.04.03 05:13:40.471708 [ 3 ] {} <Debug> HTTP-Session: 57ad6587-83bc-4a88-9089-331310161d1e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3194 | 2024.04.03 05:13:40.471737 [ 3 ] {} <Debug> HTTP-Session: 57ad6587-83bc-4a88-9089-331310161d1e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3195 | 2024.04.03 05:13:40.471744 [ 194 ] {6373e3b3-ce8a-4e66-a523-d07c961c74b1::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (6373e3b3-ce8a-4e66-a523-d07c961c74b1): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3196 | 2024.04.03 05:13:40.471790 [ 3 ] {} <Trace> HTTP-Session: 57ad6587-83bc-4a88-9089-331310161d1e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3197 | 2024.04.03 05:13:40.471925 [ 194 ] {6373e3b3-ce8a-4e66-a523-d07c961c74b1::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (6373e3b3-ce8a-4e66-a523-d07c961c74b1) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3198 | 2024.04.03 05:13:40.471976 [ 3 ] {c187dbb7-d3b3-4fd1-acd3-5de68d77b65e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 3199 | 2024.04.03 05:13:40.472087 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB. | ||
| 3200 | 2024.04.03 05:13:40.472095 [ 3 ] {c187dbb7-d3b3-4fd1-acd3-5de68d77b65e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3201 | 2024.04.03 05:13:40.472278 [ 3 ] {c187dbb7-d3b3-4fd1-acd3-5de68d77b65e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3202 | 2024.04.03 05:13:40.472615 [ 3 ] {c187dbb7-d3b3-4fd1-acd3-5de68d77b65e} <Trace> oximeter.measurements_u64 (de6da706-3917-4020-8d2f-ffa74140e97c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3203 | 2024.04.03 05:13:40.472655 [ 3 ] {c187dbb7-d3b3-4fd1-acd3-5de68d77b65e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3204 | 2024.04.03 05:13:40.473043 [ 3 ] {c187dbb7-d3b3-4fd1-acd3-5de68d77b65e} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3205 | 2024.04.03 05:13:40.473378 [ 3 ] {c187dbb7-d3b3-4fd1-acd3-5de68d77b65e} <Trace> oximeter.measurements_u64 (de6da706-3917-4020-8d2f-ffa74140e97c): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3206 | 2024.04.03 05:13:40.473500 [ 37 ] {} <Debug> oximeter.measurements_u64 (de6da706-3917-4020-8d2f-ffa74140e97c) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3207 | 2024.04.03 05:13:40.473508 [ 3 ] {c187dbb7-d3b3-4fd1-acd3-5de68d77b65e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001614 sec., 37174.72118959108 rows/sec., 2.51 MiB/sec. | ||
| 3208 | 2024.04.03 05:13:40.473530 [ 37 ] {} <Trace> oximeter.measurements_u64 (de6da706-3917-4020-8d2f-ffa74140e97c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3209 | 2024.04.03 05:13:40.473562 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3210 | 2024.04.03 05:13:40.473759 [ 3 ] {c187dbb7-d3b3-4fd1-acd3-5de68d77b65e} <Debug> DynamicQueryHandler: Done processing query | ||
| 3211 | 2024.04.03 05:13:40.473824 [ 3 ] {c187dbb7-d3b3-4fd1-acd3-5de68d77b65e} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 3212 | 2024.04.03 05:13:40.473908 [ 3 ] {} <Debug> HTTP-Session: 57ad6587-83bc-4a88-9089-331310161d1e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3213 | 2024.04.03 05:13:40.473942 [ 199 ] {de6da706-3917-4020-8d2f-ffa74140e97c::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 | ||
| 3214 | 2024.04.03 05:13:40.474233 [ 199 ] {de6da706-3917-4020-8d2f-ffa74140e97c::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3215 | 2024.04.03 05:13:40.474267 [ 199 ] {de6da706-3917-4020-8d2f-ffa74140e97c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 652 rows starting from the beginning of the part | ||
| 3216 | 2024.04.03 05:13:40.474358 [ 199 ] {de6da706-3917-4020-8d2f-ffa74140e97c::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 | ||
| 3217 | 2024.04.03 05:13:40.474565 [ 199 ] {de6da706-3917-4020-8d2f-ffa74140e97c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 60 rows starting from the beginning of the part | ||
| 3218 | 2024.04.03 05:13:40.474772 [ 199 ] {de6da706-3917-4020-8d2f-ffa74140e97c::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 | ||
| 3219 | 2024.04.03 05:13:40.474938 [ 199 ] {de6da706-3917-4020-8d2f-ffa74140e97c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 60 rows starting from the beginning of the part | ||
| 3220 | 2024.04.03 05:13:40.475121 [ 199 ] {de6da706-3917-4020-8d2f-ffa74140e97c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 60 rows starting from the beginning of the part | ||
| 3221 | 2024.04.03 05:13:40.476323 [ 194 ] {de6da706-3917-4020-8d2f-ffa74140e97c::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 952 rows, containing 4 columns (4 merged, 0 gathered) in 0.002659496 sec., 357962.5613274094 rows/sec., 24.12 MiB/sec. | ||
| 3222 | 2024.04.03 05:13:40.476510 [ 199 ] {de6da706-3917-4020-8d2f-ffa74140e97c::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3223 | 2024.04.03 05:13:40.476879 [ 199 ] {de6da706-3917-4020-8d2f-ffa74140e97c::all_1_16_3} <Trace> oximeter.measurements_u64 (de6da706-3917-4020-8d2f-ffa74140e97c): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3224 | 2024.04.03 05:13:40.476955 [ 199 ] {de6da706-3917-4020-8d2f-ffa74140e97c::all_1_16_3} <Trace> oximeter.measurements_u64 (de6da706-3917-4020-8d2f-ffa74140e97c) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3225 | 2024.04.03 05:13:40.477023 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 3226 | 2024.04.03 05:13:45.446696 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 911, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3227 | 2024.04.03 05:13:45.446830 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 3228 | 2024.04.03 05:13:45.446858 [ 3 ] {} <Debug> HTTP-Session: 0d3a511f-58bd-422f-9440-8615f75680c5 Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 3229 | 2024.04.03 05:13:45.446883 [ 3 ] {} <Debug> HTTP-Session: 0d3a511f-58bd-422f-9440-8615f75680c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3230 | 2024.04.03 05:13:45.446898 [ 3 ] {} <Debug> HTTP-Session: 0d3a511f-58bd-422f-9440-8615f75680c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3231 | 2024.04.03 05:13:45.446949 [ 3 ] {} <Trace> HTTP-Session: 0d3a511f-58bd-422f-9440-8615f75680c5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3232 | 2024.04.03 05:13:45.447065 [ 3 ] {da5a17a1-fd5f-42b6-aebb-a5d1e20aa11b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 3233 | 2024.04.03 05:13:45.447135 [ 3 ] {da5a17a1-fd5f-42b6-aebb-a5d1e20aa11b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 3234 | 2024.04.03 05:13:45.447332 [ 3 ] {da5a17a1-fd5f-42b6-aebb-a5d1e20aa11b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3235 | 2024.04.03 05:13:45.447791 [ 3 ] {da5a17a1-fd5f-42b6-aebb-a5d1e20aa11b} <Trace> oximeter.fields_i64 (c23e6cbf-9c88-4b2e-b6de-a673a008017a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3236 | 2024.04.03 05:13:45.447842 [ 3 ] {da5a17a1-fd5f-42b6-aebb-a5d1e20aa11b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3237 | 2024.04.03 05:13:45.448240 [ 3 ] {da5a17a1-fd5f-42b6-aebb-a5d1e20aa11b} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3238 | 2024.04.03 05:13:45.448597 [ 3 ] {da5a17a1-fd5f-42b6-aebb-a5d1e20aa11b} <Trace> oximeter.fields_i64 (c23e6cbf-9c88-4b2e-b6de-a673a008017a): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3239 | 2024.04.03 05:13:45.448773 [ 3 ] {da5a17a1-fd5f-42b6-aebb-a5d1e20aa11b} <Debug> executeQuery: Read 6 rows, 498.00 B in 0.001753 sec., 3422.7039361095267 rows/sec., 277.43 KiB/sec. | ||
| 3240 | 2024.04.03 05:13:45.448786 [ 31 ] {} <Debug> oximeter.fields_i64 (c23e6cbf-9c88-4b2e-b6de-a673a008017a) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3241 | 2024.04.03 05:13:45.448893 [ 31 ] {} <Trace> oximeter.fields_i64 (c23e6cbf-9c88-4b2e-b6de-a673a008017a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3242 | 2024.04.03 05:13:45.448948 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3243 | 2024.04.03 05:13:45.449018 [ 3 ] {da5a17a1-fd5f-42b6-aebb-a5d1e20aa11b} <Debug> DynamicQueryHandler: Done processing query | ||
| 3244 | 2024.04.03 05:13:45.449060 [ 3 ] {da5a17a1-fd5f-42b6-aebb-a5d1e20aa11b} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 3245 | 2024.04.03 05:13:45.449121 [ 3 ] {} <Debug> HTTP-Session: 0d3a511f-58bd-422f-9440-8615f75680c5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3246 | 2024.04.03 05:13:45.449203 [ 190 ] {c23e6cbf-9c88-4b2e-b6de-a673a008017a::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 | ||
| 3247 | 2024.04.03 05:13:45.449373 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 10626, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3248 | 2024.04.03 05:13:45.449443 [ 190 ] {c23e6cbf-9c88-4b2e-b6de-a673a008017a::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3249 | 2024.04.03 05:13:45.449475 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 3250 | 2024.04.03 05:13:45.449495 [ 190 ] {c23e6cbf-9c88-4b2e-b6de-a673a008017a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 26 rows starting from the beginning of the part | ||
| 3251 | 2024.04.03 05:13:45.449512 [ 3 ] {} <Debug> HTTP-Session: b6031beb-b684-4bbd-a6b8-596a89044e5b Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 3252 | 2024.04.03 05:13:45.449550 [ 3 ] {} <Debug> HTTP-Session: b6031beb-b684-4bbd-a6b8-596a89044e5b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3253 | 2024.04.03 05:13:45.449583 [ 3 ] {} <Debug> HTTP-Session: b6031beb-b684-4bbd-a6b8-596a89044e5b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3254 | 2024.04.03 05:13:45.449736 [ 3 ] {} <Trace> HTTP-Session: b6031beb-b684-4bbd-a6b8-596a89044e5b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3255 | 2024.04.03 05:13:45.449744 [ 190 ] {c23e6cbf-9c88-4b2e-b6de-a673a008017a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 4 rows starting from the beginning of the part | ||
| 3256 | 2024.04.03 05:13:45.450066 [ 190 ] {c23e6cbf-9c88-4b2e-b6de-a673a008017a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 26 rows starting from the beginning of the part | ||
| 3257 | 2024.04.03 05:13:45.450086 [ 3 ] {5973e252-49d0-465a-bf74-57ffbd0872c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 3258 | 2024.04.03 05:13:45.450318 [ 3 ] {5973e252-49d0-465a-bf74-57ffbd0872c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3259 | 2024.04.03 05:13:45.450366 [ 190 ] {c23e6cbf-9c88-4b2e-b6de-a673a008017a::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 | ||
| 3260 | 2024.04.03 05:13:45.450731 [ 190 ] {c23e6cbf-9c88-4b2e-b6de-a673a008017a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 26 rows starting from the beginning of the part | ||
| 3261 | 2024.04.03 05:13:45.451054 [ 190 ] {c23e6cbf-9c88-4b2e-b6de-a673a008017a::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 | ||
| 3262 | 2024.04.03 05:13:45.451561 [ 3 ] {5973e252-49d0-465a-bf74-57ffbd0872c6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3263 | 2024.04.03 05:13:45.452417 [ 3 ] {5973e252-49d0-465a-bf74-57ffbd0872c6} <Trace> oximeter.fields_string (d10ead57-c466-400e-b267-5a50d181b38b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3264 | 2024.04.03 05:13:45.452480 [ 3 ] {5973e252-49d0-465a-bf74-57ffbd0872c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 3265 | 2024.04.03 05:13:45.453368 [ 3 ] {5973e252-49d0-465a-bf74-57ffbd0872c6} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3266 | 2024.04.03 05:13:45.453648 [ 190 ] {c23e6cbf-9c88-4b2e-b6de-a673a008017a::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 94 rows, containing 4 columns (4 merged, 0 gathered) in 0.004585151 sec., 20500.960600861345 rows/sec., 1.62 MiB/sec. | ||
| 3267 | 2024.04.03 05:13:45.453889 [ 190 ] {c23e6cbf-9c88-4b2e-b6de-a673a008017a::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3268 | 2024.04.03 05:13:45.454180 [ 3 ] {5973e252-49d0-465a-bf74-57ffbd0872c6} <Trace> oximeter.fields_string (d10ead57-c466-400e-b267-5a50d181b38b): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3269 | 2024.04.03 05:13:45.454624 [ 3 ] {5973e252-49d0-465a-bf74-57ffbd0872c6} <Debug> executeQuery: Read 74 rows, 6.10 KiB in 0.004708 sec., 15717.926932880202 rows/sec., 1.27 MiB/sec. | ||
| 3270 | 2024.04.03 05:13:45.455015 [ 190 ] {c23e6cbf-9c88-4b2e-b6de-a673a008017a::all_1_11_2} <Trace> oximeter.fields_i64 (c23e6cbf-9c88-4b2e-b6de-a673a008017a): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3271 | 2024.04.03 05:13:45.455129 [ 3 ] {5973e252-49d0-465a-bf74-57ffbd0872c6} <Debug> DynamicQueryHandler: Done processing query | ||
| 3272 | 2024.04.03 05:13:45.455180 [ 3 ] {5973e252-49d0-465a-bf74-57ffbd0872c6} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 3273 | 2024.04.03 05:13:45.455206 [ 3 ] {} <Debug> HTTP-Session: b6031beb-b684-4bbd-a6b8-596a89044e5b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3274 | 2024.04.03 05:13:45.455232 [ 190 ] {c23e6cbf-9c88-4b2e-b6de-a673a008017a::all_1_11_2} <Trace> oximeter.fields_i64 (c23e6cbf-9c88-4b2e-b6de-a673a008017a) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3275 | 2024.04.03 05:13:45.455349 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 3276 | 2024.04.03 05:13:45.455406 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 11904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3277 | 2024.04.03 05:13:45.455466 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 3278 | 2024.04.03 05:13:45.455486 [ 3 ] {} <Debug> HTTP-Session: 55466829-32b2-4921-91aa-4c0cf2ab7ba0 Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 3279 | 2024.04.03 05:13:45.455503 [ 3 ] {} <Debug> HTTP-Session: 55466829-32b2-4921-91aa-4c0cf2ab7ba0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3280 | 2024.04.03 05:13:45.455517 [ 3 ] {} <Debug> HTTP-Session: 55466829-32b2-4921-91aa-4c0cf2ab7ba0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3281 | 2024.04.03 05:13:45.455551 [ 3 ] {} <Trace> HTTP-Session: 55466829-32b2-4921-91aa-4c0cf2ab7ba0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3282 | 2024.04.03 05:13:45.455653 [ 3 ] {d6865c37-ce94-497a-9c52-aaff394fc391} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 3283 | 2024.04.03 05:13:45.455701 [ 3 ] {d6865c37-ce94-497a-9c52-aaff394fc391} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3284 | 2024.04.03 05:13:45.455858 [ 3 ] {d6865c37-ce94-497a-9c52-aaff394fc391} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3285 | 2024.04.03 05:13:45.456217 [ 3 ] {d6865c37-ce94-497a-9c52-aaff394fc391} <Trace> oximeter.fields_uuid (78132754-fa1e-4d68-980a-5012099aee94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3286 | 2024.04.03 05:13:45.456255 [ 3 ] {d6865c37-ce94-497a-9c52-aaff394fc391} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3287 | 2024.04.03 05:13:45.456586 [ 3 ] {d6865c37-ce94-497a-9c52-aaff394fc391} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3288 | 2024.04.03 05:13:45.456925 [ 3 ] {d6865c37-ce94-497a-9c52-aaff394fc391} <Trace> oximeter.fields_uuid (78132754-fa1e-4d68-980a-5012099aee94): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3289 | 2024.04.03 05:13:45.457067 [ 3 ] {d6865c37-ce94-497a-9c52-aaff394fc391} <Debug> executeQuery: Read 70 rows, 5.60 KiB in 0.001461 sec., 47912.38877481177 rows/sec., 3.74 MiB/sec. | ||
| 3290 | 2024.04.03 05:13:45.457216 [ 3 ] {d6865c37-ce94-497a-9c52-aaff394fc391} <Debug> DynamicQueryHandler: Done processing query | ||
| 3291 | 2024.04.03 05:13:45.457241 [ 3 ] {d6865c37-ce94-497a-9c52-aaff394fc391} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 3292 | 2024.04.03 05:13:45.457257 [ 3 ] {} <Debug> HTTP-Session: 55466829-32b2-4921-91aa-4c0cf2ab7ba0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3293 | 2024.04.03 05:13:45.457436 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3294 | 2024.04.03 05:13:45.457485 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 3295 | 2024.04.03 05:13:45.457504 [ 3 ] {} <Debug> HTTP-Session: f419b478-23c2-4923-bbd9-329f717f8cf5 Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 3296 | 2024.04.03 05:13:45.457521 [ 3 ] {} <Debug> HTTP-Session: f419b478-23c2-4923-bbd9-329f717f8cf5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3297 | 2024.04.03 05:13:45.457534 [ 3 ] {} <Debug> HTTP-Session: f419b478-23c2-4923-bbd9-329f717f8cf5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3298 | 2024.04.03 05:13:45.457564 [ 3 ] {} <Trace> HTTP-Session: f419b478-23c2-4923-bbd9-329f717f8cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3299 | 2024.04.03 05:13:45.457686 [ 3 ] {be8cb4fc-0e2d-4c11-9ff4-28edad7b16dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 3300 | 2024.04.03 05:13:45.457734 [ 3 ] {be8cb4fc-0e2d-4c11-9ff4-28edad7b16dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3301 | 2024.04.03 05:13:45.457881 [ 3 ] {be8cb4fc-0e2d-4c11-9ff4-28edad7b16dd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3302 | 2024.04.03 05:13:45.458279 [ 3 ] {be8cb4fc-0e2d-4c11-9ff4-28edad7b16dd} <Trace> oximeter.measurements_cumulativeu64 (6373e3b3-ce8a-4e66-a523-d07c961c74b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3303 | 2024.04.03 05:13:45.458316 [ 3 ] {be8cb4fc-0e2d-4c11-9ff4-28edad7b16dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3304 | 2024.04.03 05:13:45.458713 [ 3 ] {be8cb4fc-0e2d-4c11-9ff4-28edad7b16dd} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3305 | 2024.04.03 05:13:45.459061 [ 3 ] {be8cb4fc-0e2d-4c11-9ff4-28edad7b16dd} <Trace> oximeter.measurements_cumulativeu64 (6373e3b3-ce8a-4e66-a523-d07c961c74b1): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3306 | 2024.04.03 05:13:45.459216 [ 3 ] {be8cb4fc-0e2d-4c11-9ff4-28edad7b16dd} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001604 sec., 99750.62344139651 rows/sec., 6.95 MiB/sec. | ||
| 3307 | 2024.04.03 05:13:45.459349 [ 3 ] {be8cb4fc-0e2d-4c11-9ff4-28edad7b16dd} <Debug> DynamicQueryHandler: Done processing query | ||
| 3308 | 2024.04.03 05:13:45.459374 [ 3 ] {be8cb4fc-0e2d-4c11-9ff4-28edad7b16dd} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
| 3309 | 2024.04.03 05:13:45.459390 [ 3 ] {} <Debug> HTTP-Session: f419b478-23c2-4923-bbd9-329f717f8cf5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3310 | 2024.04.03 05:13:45.459507 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 6476, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3311 | 2024.04.03 05:13:45.459557 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 3312 | 2024.04.03 05:13:45.459575 [ 3 ] {} <Debug> HTTP-Session: d3656c50-28cd-451b-a8c2-1c800e3fc42e Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 3313 | 2024.04.03 05:13:45.459592 [ 3 ] {} <Debug> HTTP-Session: d3656c50-28cd-451b-a8c2-1c800e3fc42e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3314 | 2024.04.03 05:13:45.459605 [ 3 ] {} <Debug> HTTP-Session: d3656c50-28cd-451b-a8c2-1c800e3fc42e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3315 | 2024.04.03 05:13:45.459635 [ 3 ] {} <Trace> HTTP-Session: d3656c50-28cd-451b-a8c2-1c800e3fc42e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3316 | 2024.04.03 05:13:45.459758 [ 3 ] {caf71362-4116-4972-954e-535ded0406df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 3317 | 2024.04.03 05:13:45.459805 [ 3 ] {caf71362-4116-4972-954e-535ded0406df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 3318 | 2024.04.03 05:13:45.459970 [ 3 ] {caf71362-4116-4972-954e-535ded0406df} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3319 | 2024.04.03 05:13:45.460300 [ 3 ] {caf71362-4116-4972-954e-535ded0406df} <Trace> oximeter.measurements_histogramf64 (8b69ac98-35f5-4c32-8452-ff3027d9bc94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3320 | 2024.04.03 05:13:45.460338 [ 3 ] {caf71362-4116-4972-954e-535ded0406df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3321 | 2024.04.03 05:13:45.460731 [ 3 ] {caf71362-4116-4972-954e-535ded0406df} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3322 | 2024.04.03 05:13:45.461078 [ 3 ] {caf71362-4116-4972-954e-535ded0406df} <Trace> oximeter.measurements_histogramf64 (8b69ac98-35f5-4c32-8452-ff3027d9bc94): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3323 | 2024.04.03 05:13:45.461235 [ 31 ] {} <Debug> oximeter.measurements_histogramf64 (8b69ac98-35f5-4c32-8452-ff3027d9bc94) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3324 | 2024.04.03 05:13:45.461242 [ 3 ] {caf71362-4116-4972-954e-535ded0406df} <Debug> executeQuery: Read 6 rows, 8.29 KiB in 0.001556 sec., 3856.041131105398 rows/sec., 5.20 MiB/sec. | ||
| 3325 | 2024.04.03 05:13:45.461301 [ 31 ] {} <Trace> oximeter.measurements_histogramf64 (8b69ac98-35f5-4c32-8452-ff3027d9bc94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3326 | 2024.04.03 05:13:45.461370 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3327 | 2024.04.03 05:13:45.461556 [ 3 ] {caf71362-4116-4972-954e-535ded0406df} <Debug> DynamicQueryHandler: Done processing query | ||
| 3328 | 2024.04.03 05:13:45.461586 [ 194 ] {8b69ac98-35f5-4c32-8452-ff3027d9bc94::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 | ||
| 3329 | 2024.04.03 05:13:45.461602 [ 3 ] {caf71362-4116-4972-954e-535ded0406df} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 3330 | 2024.04.03 05:13:45.461662 [ 3 ] {} <Debug> HTTP-Session: d3656c50-28cd-451b-a8c2-1c800e3fc42e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3331 | 2024.04.03 05:13:45.461849 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3332 | 2024.04.03 05:13:45.461893 [ 194 ] {8b69ac98-35f5-4c32-8452-ff3027d9bc94::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3333 | 2024.04.03 05:13:45.461955 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 3334 | 2024.04.03 05:13:45.461969 [ 194 ] {8b69ac98-35f5-4c32-8452-ff3027d9bc94::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 153 rows starting from the beginning of the part | ||
| 3335 | 2024.04.03 05:13:45.461999 [ 3 ] {} <Debug> HTTP-Session: f019c8f1-96ac-4809-863b-c9bbc873612b Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 3336 | 2024.04.03 05:13:45.462044 [ 3 ] {} <Debug> HTTP-Session: f019c8f1-96ac-4809-863b-c9bbc873612b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3337 | 2024.04.03 05:13:45.462115 [ 3 ] {} <Debug> HTTP-Session: f019c8f1-96ac-4809-863b-c9bbc873612b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3338 | 2024.04.03 05:13:45.462304 [ 194 ] {8b69ac98-35f5-4c32-8452-ff3027d9bc94::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 4 rows starting from the beginning of the part | ||
| 3339 | 2024.04.03 05:13:45.462296 [ 3 ] {} <Trace> HTTP-Session: f019c8f1-96ac-4809-863b-c9bbc873612b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3340 | 2024.04.03 05:13:45.462617 [ 194 ] {8b69ac98-35f5-4c32-8452-ff3027d9bc94::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 26 rows starting from the beginning of the part | ||
| 3341 | 2024.04.03 05:13:45.462676 [ 3 ] {3b98a9b4-57e4-4db0-8050-8daaf9c15752} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 3342 | 2024.04.03 05:13:45.462897 [ 194 ] {8b69ac98-35f5-4c32-8452-ff3027d9bc94::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 | ||
| 3343 | 2024.04.03 05:13:45.462918 [ 3 ] {3b98a9b4-57e4-4db0-8050-8daaf9c15752} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3344 | 2024.04.03 05:13:45.463241 [ 194 ] {8b69ac98-35f5-4c32-8452-ff3027d9bc94::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 26 rows starting from the beginning of the part | ||
| 3345 | 2024.04.03 05:13:45.463640 [ 194 ] {8b69ac98-35f5-4c32-8452-ff3027d9bc94::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 | ||
| 3346 | 2024.04.03 05:13:45.464116 [ 3 ] {3b98a9b4-57e4-4db0-8050-8daaf9c15752} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3347 | 2024.04.03 05:13:45.464903 [ 3 ] {3b98a9b4-57e4-4db0-8050-8daaf9c15752} <Trace> oximeter.measurements_u64 (de6da706-3917-4020-8d2f-ffa74140e97c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3348 | 2024.04.03 05:13:45.464958 [ 3 ] {3b98a9b4-57e4-4db0-8050-8daaf9c15752} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 3349 | 2024.04.03 05:13:45.466133 [ 3 ] {3b98a9b4-57e4-4db0-8050-8daaf9c15752} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3350 | 2024.04.03 05:13:45.467117 [ 3 ] {3b98a9b4-57e4-4db0-8050-8daaf9c15752} <Trace> oximeter.measurements_u64 (de6da706-3917-4020-8d2f-ffa74140e97c): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3351 | 2024.04.03 05:13:45.467284 [ 3 ] {3b98a9b4-57e4-4db0-8050-8daaf9c15752} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004815 sec., 12461.059190031154 rows/sec., 859.94 KiB/sec. | ||
| 3352 | 2024.04.03 05:13:45.467437 [ 3 ] {3b98a9b4-57e4-4db0-8050-8daaf9c15752} <Debug> DynamicQueryHandler: Done processing query | ||
| 3353 | 2024.04.03 05:13:45.467462 [ 3 ] {3b98a9b4-57e4-4db0-8050-8daaf9c15752} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 3354 | 2024.04.03 05:13:45.467479 [ 3 ] {} <Debug> HTTP-Session: f019c8f1-96ac-4809-863b-c9bbc873612b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3355 | 2024.04.03 05:13:45.469474 [ 197 ] {8b69ac98-35f5-4c32-8452-ff3027d9bc94::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 221 rows, containing 6 columns (6 merged, 0 gathered) in 0.007979456 sec., 27696.1236455217 rows/sec., 37.37 MiB/sec. | ||
| 3356 | 2024.04.03 05:13:45.469779 [ 197 ] {8b69ac98-35f5-4c32-8452-ff3027d9bc94::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3357 | 2024.04.03 05:13:45.470221 [ 197 ] {8b69ac98-35f5-4c32-8452-ff3027d9bc94::all_1_11_2} <Trace> oximeter.measurements_histogramf64 (8b69ac98-35f5-4c32-8452-ff3027d9bc94): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3358 | 2024.04.03 05:13:45.470302 [ 197 ] {8b69ac98-35f5-4c32-8452-ff3027d9bc94::all_1_11_2} <Trace> oximeter.measurements_histogramf64 (8b69ac98-35f5-4c32-8452-ff3027d9bc94) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3359 | 2024.04.03 05:13:45.470395 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.01 MiB. | ||
| 3360 | 2024.04.03 05:13:48.989392 [ 27 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3361 | 2024.04.03 05:13:48.989459 [ 27 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3362 | 2024.04.03 05:13:50.446690 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 3778, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3363 | 2024.04.03 05:13:50.446819 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 3364 | 2024.04.03 05:13:50.446848 [ 3 ] {} <Debug> HTTP-Session: f7767d81-a7b1-4226-b79b-50c29a7fc74c Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 3365 | 2024.04.03 05:13:50.446876 [ 3 ] {} <Debug> HTTP-Session: f7767d81-a7b1-4226-b79b-50c29a7fc74c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3366 | 2024.04.03 05:13:50.446895 [ 3 ] {} <Debug> HTTP-Session: f7767d81-a7b1-4226-b79b-50c29a7fc74c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3367 | 2024.04.03 05:13:50.446949 [ 3 ] {} <Trace> HTTP-Session: f7767d81-a7b1-4226-b79b-50c29a7fc74c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3368 | 2024.04.03 05:13:50.447086 [ 3 ] {d7ea87ab-46ac-4ea2-a0ad-1de171c6a51f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 3369 | 2024.04.03 05:13:50.447157 [ 3 ] {d7ea87ab-46ac-4ea2-a0ad-1de171c6a51f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 3370 | 2024.04.03 05:13:50.447372 [ 3 ] {d7ea87ab-46ac-4ea2-a0ad-1de171c6a51f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3371 | 2024.04.03 05:13:50.447876 [ 3 ] {d7ea87ab-46ac-4ea2-a0ad-1de171c6a51f} <Trace> oximeter.fields_i64 (c23e6cbf-9c88-4b2e-b6de-a673a008017a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3372 | 2024.04.03 05:13:50.447923 [ 3 ] {d7ea87ab-46ac-4ea2-a0ad-1de171c6a51f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 3373 | 2024.04.03 05:13:50.448308 [ 3 ] {d7ea87ab-46ac-4ea2-a0ad-1de171c6a51f} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3374 | 2024.04.03 05:13:50.448636 [ 3 ] {d7ea87ab-46ac-4ea2-a0ad-1de171c6a51f} <Trace> oximeter.fields_i64 (c23e6cbf-9c88-4b2e-b6de-a673a008017a): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3375 | 2024.04.03 05:13:50.448813 [ 3 ] {d7ea87ab-46ac-4ea2-a0ad-1de171c6a51f} <Debug> executeQuery: Read 26 rows, 2.11 KiB in 0.001794 sec., 14492.753623188406 rows/sec., 1.15 MiB/sec. | ||
| 3376 | 2024.04.03 05:13:50.448969 [ 3 ] {d7ea87ab-46ac-4ea2-a0ad-1de171c6a51f} <Debug> DynamicQueryHandler: Done processing query | ||
| 3377 | 2024.04.03 05:13:50.448996 [ 3 ] {d7ea87ab-46ac-4ea2-a0ad-1de171c6a51f} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 3378 | 2024.04.03 05:13:50.449013 [ 3 ] {} <Debug> HTTP-Session: f7767d81-a7b1-4226-b79b-50c29a7fc74c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3379 | 2024.04.03 05:13:50.449167 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 19648, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3380 | 2024.04.03 05:13:50.449223 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 3381 | 2024.04.03 05:13:50.449242 [ 3 ] {} <Debug> HTTP-Session: 8b451a73-04d5-41ec-ba22-bc918ff6483a Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 3382 | 2024.04.03 05:13:50.449261 [ 3 ] {} <Debug> HTTP-Session: 8b451a73-04d5-41ec-ba22-bc918ff6483a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3383 | 2024.04.03 05:13:50.449275 [ 3 ] {} <Debug> HTTP-Session: 8b451a73-04d5-41ec-ba22-bc918ff6483a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3384 | 2024.04.03 05:13:50.449309 [ 3 ] {} <Trace> HTTP-Session: 8b451a73-04d5-41ec-ba22-bc918ff6483a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3385 | 2024.04.03 05:13:50.449426 [ 3 ] {d43800f9-bc9b-4a9b-80c0-6271e9749951} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 3386 | 2024.04.03 05:13:50.449470 [ 3 ] {d43800f9-bc9b-4a9b-80c0-6271e9749951} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3387 | 2024.04.03 05:13:50.449601 [ 3 ] {d43800f9-bc9b-4a9b-80c0-6271e9749951} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3388 | 2024.04.03 05:13:50.450016 [ 3 ] {d43800f9-bc9b-4a9b-80c0-6271e9749951} <Trace> oximeter.fields_string (d10ead57-c466-400e-b267-5a50d181b38b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3389 | 2024.04.03 05:13:50.450054 [ 3 ] {d43800f9-bc9b-4a9b-80c0-6271e9749951} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 3390 | 2024.04.03 05:13:50.450374 [ 3 ] {d43800f9-bc9b-4a9b-80c0-6271e9749951} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3391 | 2024.04.03 05:13:50.450678 [ 3 ] {d43800f9-bc9b-4a9b-80c0-6271e9749951} <Trace> oximeter.fields_string (d10ead57-c466-400e-b267-5a50d181b38b): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3392 | 2024.04.03 05:13:50.450865 [ 3 ] {d43800f9-bc9b-4a9b-80c0-6271e9749951} <Debug> executeQuery: Read 134 rows, 11.49 KiB in 0.001503 sec., 89155.02328675981 rows/sec., 7.47 MiB/sec. | ||
| 3393 | 2024.04.03 05:13:50.450994 [ 3 ] {d43800f9-bc9b-4a9b-80c0-6271e9749951} <Debug> DynamicQueryHandler: Done processing query | ||
| 3394 | 2024.04.03 05:13:50.451020 [ 3 ] {d43800f9-bc9b-4a9b-80c0-6271e9749951} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
| 3395 | 2024.04.03 05:13:50.451035 [ 3 ] {} <Debug> HTTP-Session: 8b451a73-04d5-41ec-ba22-bc918ff6483a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3396 | 2024.04.03 05:13:50.451200 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 15291, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3397 | 2024.04.03 05:13:50.451250 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 3398 | 2024.04.03 05:13:50.451269 [ 3 ] {} <Debug> HTTP-Session: 12f2a5d2-2309-48b7-9ede-2a6fd01d292f Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 3399 | 2024.04.03 05:13:50.451285 [ 3 ] {} <Debug> HTTP-Session: 12f2a5d2-2309-48b7-9ede-2a6fd01d292f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3400 | 2024.04.03 05:13:50.451299 [ 3 ] {} <Debug> HTTP-Session: 12f2a5d2-2309-48b7-9ede-2a6fd01d292f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3401 | 2024.04.03 05:13:50.451331 [ 3 ] {} <Trace> HTTP-Session: 12f2a5d2-2309-48b7-9ede-2a6fd01d292f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3402 | 2024.04.03 05:13:50.451450 [ 3 ] {46933c01-dcd8-4f9e-8fc5-0578490bf0dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 3403 | 2024.04.03 05:13:50.451493 [ 3 ] {46933c01-dcd8-4f9e-8fc5-0578490bf0dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3404 | 2024.04.03 05:13:50.451623 [ 3 ] {46933c01-dcd8-4f9e-8fc5-0578490bf0dd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3405 | 2024.04.03 05:13:50.452046 [ 3 ] {46933c01-dcd8-4f9e-8fc5-0578490bf0dd} <Trace> oximeter.fields_uuid (78132754-fa1e-4d68-980a-5012099aee94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3406 | 2024.04.03 05:13:50.452084 [ 3 ] {46933c01-dcd8-4f9e-8fc5-0578490bf0dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 3407 | 2024.04.03 05:13:50.452398 [ 3 ] {46933c01-dcd8-4f9e-8fc5-0578490bf0dd} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3408 | 2024.04.03 05:13:50.452714 [ 3 ] {46933c01-dcd8-4f9e-8fc5-0578490bf0dd} <Trace> oximeter.fields_uuid (78132754-fa1e-4d68-980a-5012099aee94): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3409 | 2024.04.03 05:13:50.452878 [ 3 ] {46933c01-dcd8-4f9e-8fc5-0578490bf0dd} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.001472 sec., 61141.30434782609 rows/sec., 4.77 MiB/sec. | ||
| 3410 | 2024.04.03 05:13:50.453038 [ 3 ] {46933c01-dcd8-4f9e-8fc5-0578490bf0dd} <Debug> DynamicQueryHandler: Done processing query | ||
| 3411 | 2024.04.03 05:13:50.453066 [ 3 ] {46933c01-dcd8-4f9e-8fc5-0578490bf0dd} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 3412 | 2024.04.03 05:13:50.453085 [ 3 ] {} <Debug> HTTP-Session: 12f2a5d2-2309-48b7-9ede-2a6fd01d292f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3413 | 2024.04.03 05:13:50.453251 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3414 | 2024.04.03 05:13:50.453300 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 3415 | 2024.04.03 05:13:50.453318 [ 3 ] {} <Debug> HTTP-Session: 9aff7b2d-43c1-4033-99fb-b625388aeb0e Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 3416 | 2024.04.03 05:13:50.453335 [ 3 ] {} <Debug> HTTP-Session: 9aff7b2d-43c1-4033-99fb-b625388aeb0e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3417 | 2024.04.03 05:13:50.453348 [ 3 ] {} <Debug> HTTP-Session: 9aff7b2d-43c1-4033-99fb-b625388aeb0e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3418 | 2024.04.03 05:13:50.453379 [ 3 ] {} <Trace> HTTP-Session: 9aff7b2d-43c1-4033-99fb-b625388aeb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3419 | 2024.04.03 05:13:50.453500 [ 3 ] {8fde5795-d6b0-4139-a806-6c650e97b321} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 3420 | 2024.04.03 05:13:50.453546 [ 3 ] {8fde5795-d6b0-4139-a806-6c650e97b321} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3421 | 2024.04.03 05:13:50.453693 [ 3 ] {8fde5795-d6b0-4139-a806-6c650e97b321} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3422 | 2024.04.03 05:13:50.454095 [ 3 ] {8fde5795-d6b0-4139-a806-6c650e97b321} <Trace> oximeter.measurements_cumulativeu64 (6373e3b3-ce8a-4e66-a523-d07c961c74b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3423 | 2024.04.03 05:13:50.454131 [ 3 ] {8fde5795-d6b0-4139-a806-6c650e97b321} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 3424 | 2024.04.03 05:13:50.454521 [ 3 ] {8fde5795-d6b0-4139-a806-6c650e97b321} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3425 | 2024.04.03 05:13:50.454877 [ 3 ] {8fde5795-d6b0-4139-a806-6c650e97b321} <Trace> oximeter.measurements_cumulativeu64 (6373e3b3-ce8a-4e66-a523-d07c961c74b1): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3426 | 2024.04.03 05:13:50.455041 [ 3 ] {8fde5795-d6b0-4139-a806-6c650e97b321} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001607 sec., 99564.40572495334 rows/sec., 6.93 MiB/sec. | ||
| 3427 | 2024.04.03 05:13:50.455172 [ 3 ] {8fde5795-d6b0-4139-a806-6c650e97b321} <Debug> DynamicQueryHandler: Done processing query | ||
| 3428 | 2024.04.03 05:13:50.455196 [ 3 ] {8fde5795-d6b0-4139-a806-6c650e97b321} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
| 3429 | 2024.04.03 05:13:50.455211 [ 3 ] {} <Debug> HTTP-Session: 9aff7b2d-43c1-4033-99fb-b625388aeb0e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3430 | 2024.04.03 05:13:50.455406 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 27852, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3431 | 2024.04.03 05:13:50.455455 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 3432 | 2024.04.03 05:13:50.455474 [ 3 ] {} <Debug> HTTP-Session: 9d0b371b-fbfe-4d61-9627-b437ff281f7b Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 3433 | 2024.04.03 05:13:50.455491 [ 3 ] {} <Debug> HTTP-Session: 9d0b371b-fbfe-4d61-9627-b437ff281f7b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3434 | 2024.04.03 05:13:50.455504 [ 3 ] {} <Debug> HTTP-Session: 9d0b371b-fbfe-4d61-9627-b437ff281f7b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3435 | 2024.04.03 05:13:50.455535 [ 3 ] {} <Trace> HTTP-Session: 9d0b371b-fbfe-4d61-9627-b437ff281f7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3436 | 2024.04.03 05:13:50.456049 [ 3 ] {665d61b8-a009-48b1-8d6d-c37735223684} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 3437 | 2024.04.03 05:13:50.456098 [ 3 ] {665d61b8-a009-48b1-8d6d-c37735223684} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 3438 | 2024.04.03 05:13:50.456259 [ 3 ] {665d61b8-a009-48b1-8d6d-c37735223684} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3439 | 2024.04.03 05:13:50.456739 [ 3 ] {665d61b8-a009-48b1-8d6d-c37735223684} <Trace> oximeter.measurements_histogramf64 (8b69ac98-35f5-4c32-8452-ff3027d9bc94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3440 | 2024.04.03 05:13:50.456779 [ 3 ] {665d61b8-a009-48b1-8d6d-c37735223684} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 3441 | 2024.04.03 05:13:50.457201 [ 3 ] {665d61b8-a009-48b1-8d6d-c37735223684} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3442 | 2024.04.03 05:13:50.457546 [ 3 ] {665d61b8-a009-48b1-8d6d-c37735223684} <Trace> oximeter.measurements_histogramf64 (8b69ac98-35f5-4c32-8452-ff3027d9bc94): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3443 | 2024.04.03 05:13:50.457704 [ 3 ] {665d61b8-a009-48b1-8d6d-c37735223684} <Debug> executeQuery: Read 26 rows, 35.93 KiB in 0.002123 sec., 12246.820536975978 rows/sec., 16.53 MiB/sec. | ||
| 3444 | 2024.04.03 05:13:50.457838 [ 3 ] {665d61b8-a009-48b1-8d6d-c37735223684} <Debug> DynamicQueryHandler: Done processing query | ||
| 3445 | 2024.04.03 05:13:50.457862 [ 3 ] {665d61b8-a009-48b1-8d6d-c37735223684} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
| 3446 | 2024.04.03 05:13:50.457877 [ 3 ] {} <Debug> HTTP-Session: 9d0b371b-fbfe-4d61-9627-b437ff281f7b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3447 | 2024.04.03 05:13:50.458011 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3448 | 2024.04.03 05:13:50.458062 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 3449 | 2024.04.03 05:13:50.458081 [ 3 ] {} <Debug> HTTP-Session: b38b82c8-6973-4e91-a371-a963f76e1160 Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 3450 | 2024.04.03 05:13:50.458097 [ 3 ] {} <Debug> HTTP-Session: b38b82c8-6973-4e91-a371-a963f76e1160 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3451 | 2024.04.03 05:13:50.458110 [ 3 ] {} <Debug> HTTP-Session: b38b82c8-6973-4e91-a371-a963f76e1160 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3452 | 2024.04.03 05:13:50.458141 [ 3 ] {} <Trace> HTTP-Session: b38b82c8-6973-4e91-a371-a963f76e1160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3453 | 2024.04.03 05:13:50.458243 [ 3 ] {95b21810-eff8-4280-a833-c8ec2a03b3b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 3454 | 2024.04.03 05:13:50.458286 [ 3 ] {95b21810-eff8-4280-a833-c8ec2a03b3b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3455 | 2024.04.03 05:13:50.458412 [ 3 ] {95b21810-eff8-4280-a833-c8ec2a03b3b6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3456 | 2024.04.03 05:13:50.458716 [ 3 ] {95b21810-eff8-4280-a833-c8ec2a03b3b6} <Trace> oximeter.measurements_u64 (de6da706-3917-4020-8d2f-ffa74140e97c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3457 | 2024.04.03 05:13:50.458753 [ 3 ] {95b21810-eff8-4280-a833-c8ec2a03b3b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 3458 | 2024.04.03 05:13:50.459116 [ 3 ] {95b21810-eff8-4280-a833-c8ec2a03b3b6} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3459 | 2024.04.03 05:13:50.459442 [ 3 ] {95b21810-eff8-4280-a833-c8ec2a03b3b6} <Trace> oximeter.measurements_u64 (de6da706-3917-4020-8d2f-ffa74140e97c): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3460 | 2024.04.03 05:13:50.459601 [ 3 ] {95b21810-eff8-4280-a833-c8ec2a03b3b6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001418 sec., 42313.11706629055 rows/sec., 2.85 MiB/sec. | ||
| 3461 | 2024.04.03 05:13:50.459727 [ 3 ] {95b21810-eff8-4280-a833-c8ec2a03b3b6} <Debug> DynamicQueryHandler: Done processing query | ||
| 3462 | 2024.04.03 05:13:50.459751 [ 3 ] {95b21810-eff8-4280-a833-c8ec2a03b3b6} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 3463 | 2024.04.03 05:13:50.459768 [ 3 ] {} <Debug> HTTP-Session: b38b82c8-6973-4e91-a371-a963f76e1160 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3464 | 2024.04.03 05:13:55.448470 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 911, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3465 | 2024.04.03 05:13:55.448668 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 3466 | 2024.04.03 05:13:55.448711 [ 3 ] {} <Debug> HTTP-Session: a1842eea-1579-49bc-bc00-13863bae4bc4 Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 3467 | 2024.04.03 05:13:55.448754 [ 3 ] {} <Debug> HTTP-Session: a1842eea-1579-49bc-bc00-13863bae4bc4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3468 | 2024.04.03 05:13:55.448785 [ 3 ] {} <Debug> HTTP-Session: a1842eea-1579-49bc-bc00-13863bae4bc4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3469 | 2024.04.03 05:13:55.448847 [ 3 ] {} <Trace> HTTP-Session: a1842eea-1579-49bc-bc00-13863bae4bc4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3470 | 2024.04.03 05:13:55.448966 [ 3 ] {2d21a11d-57f5-46d6-afb6-67ba21ae7bc2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 3471 | 2024.04.03 05:13:55.449031 [ 3 ] {2d21a11d-57f5-46d6-afb6-67ba21ae7bc2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 3472 | 2024.04.03 05:13:55.449228 [ 3 ] {2d21a11d-57f5-46d6-afb6-67ba21ae7bc2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3473 | 2024.04.03 05:13:55.449713 [ 3 ] {2d21a11d-57f5-46d6-afb6-67ba21ae7bc2} <Trace> oximeter.fields_i64 (c23e6cbf-9c88-4b2e-b6de-a673a008017a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3474 | 2024.04.03 05:13:55.449767 [ 3 ] {2d21a11d-57f5-46d6-afb6-67ba21ae7bc2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 3475 | 2024.04.03 05:13:55.450161 [ 3 ] {2d21a11d-57f5-46d6-afb6-67ba21ae7bc2} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3476 | 2024.04.03 05:13:55.450502 [ 3 ] {2d21a11d-57f5-46d6-afb6-67ba21ae7bc2} <Trace> oximeter.fields_i64 (c23e6cbf-9c88-4b2e-b6de-a673a008017a): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3477 | 2024.04.03 05:13:55.450689 [ 3 ] {2d21a11d-57f5-46d6-afb6-67ba21ae7bc2} <Debug> executeQuery: Read 6 rows, 498.00 B in 0.001778 sec., 3374.578177727784 rows/sec., 273.53 KiB/sec. | ||
| 3478 | 2024.04.03 05:13:55.450850 [ 3 ] {2d21a11d-57f5-46d6-afb6-67ba21ae7bc2} <Debug> DynamicQueryHandler: Done processing query | ||
| 3479 | 2024.04.03 05:13:55.450877 [ 3 ] {2d21a11d-57f5-46d6-afb6-67ba21ae7bc2} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 3480 | 2024.04.03 05:13:55.450893 [ 3 ] {} <Debug> HTTP-Session: a1842eea-1579-49bc-bc00-13863bae4bc4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3481 | 2024.04.03 05:13:55.451074 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 15603, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3482 | 2024.04.03 05:13:55.451132 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 3483 | 2024.04.03 05:13:55.451151 [ 3 ] {} <Debug> HTTP-Session: 209f0368-6f6d-42d5-bfa0-c52a77c0077e Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 3484 | 2024.04.03 05:13:55.451169 [ 3 ] {} <Debug> HTTP-Session: 209f0368-6f6d-42d5-bfa0-c52a77c0077e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3485 | 2024.04.03 05:13:55.451183 [ 3 ] {} <Debug> HTTP-Session: 209f0368-6f6d-42d5-bfa0-c52a77c0077e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3486 | 2024.04.03 05:13:55.451218 [ 3 ] {} <Trace> HTTP-Session: 209f0368-6f6d-42d5-bfa0-c52a77c0077e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3487 | 2024.04.03 05:13:55.451322 [ 3 ] {afd5d579-6d07-48c2-bd12-2420ed062788} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 3488 | 2024.04.03 05:13:55.451367 [ 3 ] {afd5d579-6d07-48c2-bd12-2420ed062788} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3489 | 2024.04.03 05:13:55.451502 [ 3 ] {afd5d579-6d07-48c2-bd12-2420ed062788} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3490 | 2024.04.03 05:13:55.451883 [ 3 ] {afd5d579-6d07-48c2-bd12-2420ed062788} <Trace> oximeter.fields_string (d10ead57-c466-400e-b267-5a50d181b38b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3491 | 2024.04.03 05:13:55.451922 [ 3 ] {afd5d579-6d07-48c2-bd12-2420ed062788} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 3492 | 2024.04.03 05:13:55.452246 [ 3 ] {afd5d579-6d07-48c2-bd12-2420ed062788} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3493 | 2024.04.03 05:13:55.452556 [ 3 ] {afd5d579-6d07-48c2-bd12-2420ed062788} <Trace> oximeter.fields_string (d10ead57-c466-400e-b267-5a50d181b38b): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3494 | 2024.04.03 05:13:55.452715 [ 3 ] {afd5d579-6d07-48c2-bd12-2420ed062788} <Debug> executeQuery: Read 110 rows, 8.91 KiB in 0.001443 sec., 76230.07623007623 rows/sec., 6.03 MiB/sec. | ||
| 3495 | 2024.04.03 05:13:55.452841 [ 3 ] {afd5d579-6d07-48c2-bd12-2420ed062788} <Debug> DynamicQueryHandler: Done processing query | ||
| 3496 | 2024.04.03 05:13:55.452866 [ 3 ] {afd5d579-6d07-48c2-bd12-2420ed062788} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
| 3497 | 2024.04.03 05:13:55.452882 [ 3 ] {} <Debug> HTTP-Session: 209f0368-6f6d-42d5-bfa0-c52a77c0077e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3498 | 2024.04.03 05:13:55.453101 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 15942, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3499 | 2024.04.03 05:13:55.453152 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 3500 | 2024.04.03 05:13:55.453170 [ 3 ] {} <Debug> HTTP-Session: 3c7b28b3-9713-4992-9186-b6da3d222343 Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 3501 | 2024.04.03 05:13:55.453187 [ 3 ] {} <Debug> HTTP-Session: 3c7b28b3-9713-4992-9186-b6da3d222343 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3502 | 2024.04.03 05:13:55.453201 [ 3 ] {} <Debug> HTTP-Session: 3c7b28b3-9713-4992-9186-b6da3d222343 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3503 | 2024.04.03 05:13:55.453233 [ 3 ] {} <Trace> HTTP-Session: 3c7b28b3-9713-4992-9186-b6da3d222343 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3504 | 2024.04.03 05:13:55.453330 [ 3 ] {a4709b6c-c4d0-46f8-9b7f-944835fdea85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 3505 | 2024.04.03 05:13:55.453373 [ 3 ] {a4709b6c-c4d0-46f8-9b7f-944835fdea85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3506 | 2024.04.03 05:13:55.453499 [ 3 ] {a4709b6c-c4d0-46f8-9b7f-944835fdea85} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3507 | 2024.04.03 05:13:55.453846 [ 3 ] {a4709b6c-c4d0-46f8-9b7f-944835fdea85} <Trace> oximeter.fields_uuid (78132754-fa1e-4d68-980a-5012099aee94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3508 | 2024.04.03 05:13:55.453884 [ 3 ] {a4709b6c-c4d0-46f8-9b7f-944835fdea85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 3509 | 2024.04.03 05:13:55.454198 [ 3 ] {a4709b6c-c4d0-46f8-9b7f-944835fdea85} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3510 | 2024.04.03 05:13:55.454508 [ 3 ] {a4709b6c-c4d0-46f8-9b7f-944835fdea85} <Trace> oximeter.fields_uuid (78132754-fa1e-4d68-980a-5012099aee94): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3511 | 2024.04.03 05:13:55.454666 [ 3 ] {a4709b6c-c4d0-46f8-9b7f-944835fdea85} <Debug> executeQuery: Read 94 rows, 7.49 KiB in 0.001385 sec., 67870.03610108304 rows/sec., 5.28 MiB/sec. | ||
| 3512 | 2024.04.03 05:13:55.454795 [ 3 ] {a4709b6c-c4d0-46f8-9b7f-944835fdea85} <Debug> DynamicQueryHandler: Done processing query | ||
| 3513 | 2024.04.03 05:13:55.454820 [ 3 ] {a4709b6c-c4d0-46f8-9b7f-944835fdea85} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 3514 | 2024.04.03 05:13:55.454836 [ 3 ] {} <Debug> HTTP-Session: 3c7b28b3-9713-4992-9186-b6da3d222343 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3515 | 2024.04.03 05:13:55.455052 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 37597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3516 | 2024.04.03 05:13:55.455103 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 3517 | 2024.04.03 05:13:55.455122 [ 3 ] {} <Debug> HTTP-Session: 8fdfaf5f-88c6-4b27-8cb0-ad5b045892ab Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 3518 | 2024.04.03 05:13:55.455139 [ 3 ] {} <Debug> HTTP-Session: 8fdfaf5f-88c6-4b27-8cb0-ad5b045892ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3519 | 2024.04.03 05:13:55.455152 [ 3 ] {} <Debug> HTTP-Session: 8fdfaf5f-88c6-4b27-8cb0-ad5b045892ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3520 | 2024.04.03 05:13:55.455183 [ 3 ] {} <Trace> HTTP-Session: 8fdfaf5f-88c6-4b27-8cb0-ad5b045892ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3521 | 2024.04.03 05:13:55.455329 [ 3 ] {7300c582-97ba-43d0-a9cd-b13f340f644c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 3522 | 2024.04.03 05:13:55.455375 [ 3 ] {7300c582-97ba-43d0-a9cd-b13f340f644c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3523 | 2024.04.03 05:13:55.455522 [ 3 ] {7300c582-97ba-43d0-a9cd-b13f340f644c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3524 | 2024.04.03 05:13:55.455969 [ 3 ] {7300c582-97ba-43d0-a9cd-b13f340f644c} <Trace> oximeter.measurements_cumulativeu64 (6373e3b3-ce8a-4e66-a523-d07c961c74b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3525 | 2024.04.03 05:13:55.456008 [ 3 ] {7300c582-97ba-43d0-a9cd-b13f340f644c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 3526 | 2024.04.03 05:13:55.456408 [ 3 ] {7300c582-97ba-43d0-a9cd-b13f340f644c} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3527 | 2024.04.03 05:13:55.456744 [ 3 ] {7300c582-97ba-43d0-a9cd-b13f340f644c} <Trace> oximeter.measurements_cumulativeu64 (6373e3b3-ce8a-4e66-a523-d07c961c74b1): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3528 | 2024.04.03 05:13:55.456899 [ 3 ] {7300c582-97ba-43d0-a9cd-b13f340f644c} <Debug> executeQuery: Read 196 rows, 14.01 KiB in 0.001662 sec., 117930.20457280385 rows/sec., 8.23 MiB/sec. | ||
| 3529 | 2024.04.03 05:13:55.457026 [ 3 ] {7300c582-97ba-43d0-a9cd-b13f340f644c} <Debug> DynamicQueryHandler: Done processing query | ||
| 3530 | 2024.04.03 05:13:55.457051 [ 3 ] {7300c582-97ba-43d0-a9cd-b13f340f644c} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 3531 | 2024.04.03 05:13:55.457066 [ 3 ] {} <Debug> HTTP-Session: 8fdfaf5f-88c6-4b27-8cb0-ad5b045892ab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3532 | 2024.04.03 05:13:55.457199 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 6476, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3533 | 2024.04.03 05:13:55.457247 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 3534 | 2024.04.03 05:13:55.457266 [ 3 ] {} <Debug> HTTP-Session: 6fcc3b21-136c-42e4-a867-777432ba04b0 Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 3535 | 2024.04.03 05:13:55.457283 [ 3 ] {} <Debug> HTTP-Session: 6fcc3b21-136c-42e4-a867-777432ba04b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3536 | 2024.04.03 05:13:55.457296 [ 3 ] {} <Debug> HTTP-Session: 6fcc3b21-136c-42e4-a867-777432ba04b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3537 | 2024.04.03 05:13:55.457326 [ 3 ] {} <Trace> HTTP-Session: 6fcc3b21-136c-42e4-a867-777432ba04b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3538 | 2024.04.03 05:13:55.457454 [ 3 ] {6c4c8828-574f-400b-ba19-6ea717150d73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 3539 | 2024.04.03 05:13:55.457500 [ 3 ] {6c4c8828-574f-400b-ba19-6ea717150d73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 3540 | 2024.04.03 05:13:55.457659 [ 3 ] {6c4c8828-574f-400b-ba19-6ea717150d73} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3541 | 2024.04.03 05:13:55.457981 [ 3 ] {6c4c8828-574f-400b-ba19-6ea717150d73} <Trace> oximeter.measurements_histogramf64 (8b69ac98-35f5-4c32-8452-ff3027d9bc94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3542 | 2024.04.03 05:13:55.458019 [ 3 ] {6c4c8828-574f-400b-ba19-6ea717150d73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 3543 | 2024.04.03 05:13:55.458407 [ 3 ] {6c4c8828-574f-400b-ba19-6ea717150d73} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3544 | 2024.04.03 05:13:55.458753 [ 3 ] {6c4c8828-574f-400b-ba19-6ea717150d73} <Trace> oximeter.measurements_histogramf64 (8b69ac98-35f5-4c32-8452-ff3027d9bc94): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3545 | 2024.04.03 05:13:55.458926 [ 3 ] {6c4c8828-574f-400b-ba19-6ea717150d73} <Debug> executeQuery: Read 6 rows, 8.29 KiB in 0.001547 sec., 3878.4744667097607 rows/sec., 5.23 MiB/sec. | ||
| 3546 | 2024.04.03 05:13:55.459060 [ 3 ] {6c4c8828-574f-400b-ba19-6ea717150d73} <Debug> DynamicQueryHandler: Done processing query | ||
| 3547 | 2024.04.03 05:13:55.459086 [ 3 ] {6c4c8828-574f-400b-ba19-6ea717150d73} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 3548 | 2024.04.03 05:13:55.459101 [ 3 ] {} <Debug> HTTP-Session: 6fcc3b21-136c-42e4-a867-777432ba04b0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3549 | 2024.04.03 05:13:55.459224 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3550 | 2024.04.03 05:13:55.459273 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 3551 | 2024.04.03 05:13:55.459291 [ 3 ] {} <Debug> HTTP-Session: fd0624ab-1144-417d-93cc-4b20e48ebb28 Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 3552 | 2024.04.03 05:13:55.459307 [ 3 ] {} <Debug> HTTP-Session: fd0624ab-1144-417d-93cc-4b20e48ebb28 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3553 | 2024.04.03 05:13:55.459322 [ 3 ] {} <Debug> HTTP-Session: fd0624ab-1144-417d-93cc-4b20e48ebb28 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3554 | 2024.04.03 05:13:55.459354 [ 3 ] {} <Trace> HTTP-Session: fd0624ab-1144-417d-93cc-4b20e48ebb28 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3555 | 2024.04.03 05:13:55.459438 [ 3 ] {d23ba759-a222-48a8-96c6-f08ad1b943fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 3556 | 2024.04.03 05:13:55.459481 [ 3 ] {d23ba759-a222-48a8-96c6-f08ad1b943fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3557 | 2024.04.03 05:13:55.459611 [ 3 ] {d23ba759-a222-48a8-96c6-f08ad1b943fd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3558 | 2024.04.03 05:13:55.459926 [ 3 ] {d23ba759-a222-48a8-96c6-f08ad1b943fd} <Trace> oximeter.measurements_u64 (de6da706-3917-4020-8d2f-ffa74140e97c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3559 | 2024.04.03 05:13:55.459967 [ 3 ] {d23ba759-a222-48a8-96c6-f08ad1b943fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 3560 | 2024.04.03 05:13:55.460329 [ 3 ] {d23ba759-a222-48a8-96c6-f08ad1b943fd} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3561 | 2024.04.03 05:13:55.460666 [ 3 ] {d23ba759-a222-48a8-96c6-f08ad1b943fd} <Trace> oximeter.measurements_u64 (de6da706-3917-4020-8d2f-ffa74140e97c): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3562 | 2024.04.03 05:13:55.460835 [ 3 ] {d23ba759-a222-48a8-96c6-f08ad1b943fd} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001425 sec., 42105.26315789473 rows/sec., 2.84 MiB/sec. | ||
| 3563 | 2024.04.03 05:13:55.461041 [ 3 ] {d23ba759-a222-48a8-96c6-f08ad1b943fd} <Debug> DynamicQueryHandler: Done processing query | ||
| 3564 | 2024.04.03 05:13:55.461097 [ 3 ] {d23ba759-a222-48a8-96c6-f08ad1b943fd} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 3565 | 2024.04.03 05:13:55.461127 [ 3 ] {} <Debug> HTTP-Session: fd0624ab-1144-417d-93cc-4b20e48ebb28 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3566 | 2024.04.03 05:14:00.448042 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 3778, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3567 | 2024.04.03 05:14:00.448172 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 3568 | 2024.04.03 05:14:00.448199 [ 3 ] {} <Debug> HTTP-Session: 226b0dca-a261-44e9-80d2-ba8a4bee6679 Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 3569 | 2024.04.03 05:14:00.448224 [ 3 ] {} <Debug> HTTP-Session: 226b0dca-a261-44e9-80d2-ba8a4bee6679 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3570 | 2024.04.03 05:14:00.448239 [ 3 ] {} <Debug> HTTP-Session: 226b0dca-a261-44e9-80d2-ba8a4bee6679 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3571 | 2024.04.03 05:14:00.448288 [ 3 ] {} <Trace> HTTP-Session: 226b0dca-a261-44e9-80d2-ba8a4bee6679 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3572 | 2024.04.03 05:14:00.448412 [ 3 ] {7ac43abf-0a74-4950-8640-3cbced1807ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 3573 | 2024.04.03 05:14:00.448484 [ 3 ] {7ac43abf-0a74-4950-8640-3cbced1807ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 3574 | 2024.04.03 05:14:00.448677 [ 3 ] {7ac43abf-0a74-4950-8640-3cbced1807ea} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3575 | 2024.04.03 05:14:00.449118 [ 3 ] {7ac43abf-0a74-4950-8640-3cbced1807ea} <Trace> oximeter.fields_i64 (c23e6cbf-9c88-4b2e-b6de-a673a008017a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3576 | 2024.04.03 05:14:00.449171 [ 3 ] {7ac43abf-0a74-4950-8640-3cbced1807ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 3577 | 2024.04.03 05:14:00.449564 [ 3 ] {7ac43abf-0a74-4950-8640-3cbced1807ea} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3578 | 2024.04.03 05:14:00.449913 [ 3 ] {7ac43abf-0a74-4950-8640-3cbced1807ea} <Trace> oximeter.fields_i64 (c23e6cbf-9c88-4b2e-b6de-a673a008017a): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3579 | 2024.04.03 05:14:00.450088 [ 3 ] {7ac43abf-0a74-4950-8640-3cbced1807ea} <Debug> executeQuery: Read 26 rows, 2.11 KiB in 0.001731 sec., 15020.219526285386 rows/sec., 1.19 MiB/sec. | ||
| 3580 | 2024.04.03 05:14:00.450345 [ 3 ] {7ac43abf-0a74-4950-8640-3cbced1807ea} <Debug> DynamicQueryHandler: Done processing query | ||
| 3581 | 2024.04.03 05:14:00.450401 [ 3 ] {7ac43abf-0a74-4950-8640-3cbced1807ea} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 3582 | 2024.04.03 05:14:00.450429 [ 3 ] {} <Debug> HTTP-Session: 226b0dca-a261-44e9-80d2-ba8a4bee6679 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3583 | 2024.04.03 05:14:00.450639 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 19648, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3584 | 2024.04.03 05:14:00.450702 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 3585 | 2024.04.03 05:14:00.450722 [ 3 ] {} <Debug> HTTP-Session: 1012848c-37fd-46c6-bfbf-621330d129c2 Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 3586 | 2024.04.03 05:14:00.450742 [ 3 ] {} <Debug> HTTP-Session: 1012848c-37fd-46c6-bfbf-621330d129c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3587 | 2024.04.03 05:14:00.450756 [ 3 ] {} <Debug> HTTP-Session: 1012848c-37fd-46c6-bfbf-621330d129c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3588 | 2024.04.03 05:14:00.450793 [ 3 ] {} <Trace> HTTP-Session: 1012848c-37fd-46c6-bfbf-621330d129c2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3589 | 2024.04.03 05:14:00.450916 [ 3 ] {cc6df1d4-3c88-400a-b549-cd3755e31140} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 3590 | 2024.04.03 05:14:00.450966 [ 3 ] {cc6df1d4-3c88-400a-b549-cd3755e31140} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3591 | 2024.04.03 05:14:00.451144 [ 3 ] {cc6df1d4-3c88-400a-b549-cd3755e31140} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3592 | 2024.04.03 05:14:00.451676 [ 3 ] {cc6df1d4-3c88-400a-b549-cd3755e31140} <Trace> oximeter.fields_string (d10ead57-c466-400e-b267-5a50d181b38b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3593 | 2024.04.03 05:14:00.451727 [ 3 ] {cc6df1d4-3c88-400a-b549-cd3755e31140} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 3594 | 2024.04.03 05:14:00.452110 [ 3 ] {cc6df1d4-3c88-400a-b549-cd3755e31140} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3595 | 2024.04.03 05:14:00.452446 [ 3 ] {cc6df1d4-3c88-400a-b549-cd3755e31140} <Trace> oximeter.fields_string (d10ead57-c466-400e-b267-5a50d181b38b): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3596 | 2024.04.03 05:14:00.452610 [ 3 ] {cc6df1d4-3c88-400a-b549-cd3755e31140} <Debug> executeQuery: Read 134 rows, 11.49 KiB in 0.001758 sec., 76222.98065984073 rows/sec., 6.38 MiB/sec. | ||
| 3597 | 2024.04.03 05:14:00.452794 [ 3 ] {cc6df1d4-3c88-400a-b549-cd3755e31140} <Debug> DynamicQueryHandler: Done processing query | ||
| 3598 | 2024.04.03 05:14:00.452838 [ 3 ] {cc6df1d4-3c88-400a-b549-cd3755e31140} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
| 3599 | 2024.04.03 05:14:00.452859 [ 3 ] {} <Debug> HTTP-Session: 1012848c-37fd-46c6-bfbf-621330d129c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3600 | 2024.04.03 05:14:00.453027 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 15291, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3601 | 2024.04.03 05:14:00.453083 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 3602 | 2024.04.03 05:14:00.453103 [ 3 ] {} <Debug> HTTP-Session: facee167-8a08-4935-898b-5f87740e2d5b Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 3603 | 2024.04.03 05:14:00.453125 [ 3 ] {} <Debug> HTTP-Session: facee167-8a08-4935-898b-5f87740e2d5b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3604 | 2024.04.03 05:14:00.453142 [ 3 ] {} <Debug> HTTP-Session: facee167-8a08-4935-898b-5f87740e2d5b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3605 | 2024.04.03 05:14:00.453180 [ 3 ] {} <Trace> HTTP-Session: facee167-8a08-4935-898b-5f87740e2d5b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3606 | 2024.04.03 05:14:00.453284 [ 3 ] {2122a82f-02b1-4f40-97aa-b8e8fc361271} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 3607 | 2024.04.03 05:14:00.453331 [ 3 ] {2122a82f-02b1-4f40-97aa-b8e8fc361271} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3608 | 2024.04.03 05:14:00.453475 [ 3 ] {2122a82f-02b1-4f40-97aa-b8e8fc361271} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3609 | 2024.04.03 05:14:00.453850 [ 3 ] {2122a82f-02b1-4f40-97aa-b8e8fc361271} <Trace> oximeter.fields_uuid (78132754-fa1e-4d68-980a-5012099aee94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3610 | 2024.04.03 05:14:00.453890 [ 3 ] {2122a82f-02b1-4f40-97aa-b8e8fc361271} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 3611 | 2024.04.03 05:14:00.454248 [ 3 ] {2122a82f-02b1-4f40-97aa-b8e8fc361271} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3612 | 2024.04.03 05:14:00.454571 [ 3 ] {2122a82f-02b1-4f40-97aa-b8e8fc361271} <Trace> oximeter.fields_uuid (78132754-fa1e-4d68-980a-5012099aee94): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3613 | 2024.04.03 05:14:00.454739 [ 3 ] {2122a82f-02b1-4f40-97aa-b8e8fc361271} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.001497 sec., 60120.24048096192 rows/sec., 4.70 MiB/sec. | ||
| 3614 | 2024.04.03 05:14:00.454872 [ 3 ] {2122a82f-02b1-4f40-97aa-b8e8fc361271} <Debug> DynamicQueryHandler: Done processing query | ||
| 3615 | 2024.04.03 05:14:00.454897 [ 3 ] {2122a82f-02b1-4f40-97aa-b8e8fc361271} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 3616 | 2024.04.03 05:14:00.454914 [ 3 ] {} <Debug> HTTP-Session: facee167-8a08-4935-898b-5f87740e2d5b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3617 | 2024.04.03 05:14:00.455104 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3618 | 2024.04.03 05:14:00.455158 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 3619 | 2024.04.03 05:14:00.455179 [ 3 ] {} <Debug> HTTP-Session: 53b0d0f7-c986-4e0f-95fd-ae82df59e31b Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 3620 | 2024.04.03 05:14:00.455196 [ 3 ] {} <Debug> HTTP-Session: 53b0d0f7-c986-4e0f-95fd-ae82df59e31b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3621 | 2024.04.03 05:14:00.455211 [ 3 ] {} <Debug> HTTP-Session: 53b0d0f7-c986-4e0f-95fd-ae82df59e31b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3622 | 2024.04.03 05:14:00.455245 [ 3 ] {} <Trace> HTTP-Session: 53b0d0f7-c986-4e0f-95fd-ae82df59e31b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3623 | 2024.04.03 05:14:00.455362 [ 3 ] {1508b8d0-6e98-4ec0-8118-e201dd5f4e66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 3624 | 2024.04.03 05:14:00.455408 [ 3 ] {1508b8d0-6e98-4ec0-8118-e201dd5f4e66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3625 | 2024.04.03 05:14:00.455554 [ 3 ] {1508b8d0-6e98-4ec0-8118-e201dd5f4e66} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3626 | 2024.04.03 05:14:00.455934 [ 3 ] {1508b8d0-6e98-4ec0-8118-e201dd5f4e66} <Trace> oximeter.measurements_cumulativeu64 (6373e3b3-ce8a-4e66-a523-d07c961c74b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3627 | 2024.04.03 05:14:00.455973 [ 3 ] {1508b8d0-6e98-4ec0-8118-e201dd5f4e66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 3628 | 2024.04.03 05:14:00.456375 [ 3 ] {1508b8d0-6e98-4ec0-8118-e201dd5f4e66} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3629 | 2024.04.03 05:14:00.456734 [ 3 ] {1508b8d0-6e98-4ec0-8118-e201dd5f4e66} <Trace> oximeter.measurements_cumulativeu64 (6373e3b3-ce8a-4e66-a523-d07c961c74b1): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3630 | 2024.04.03 05:14:00.456883 [ 3 ] {1508b8d0-6e98-4ec0-8118-e201dd5f4e66} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001586 sec., 100882.72383354351 rows/sec., 7.03 MiB/sec. | ||
| 3631 | 2024.04.03 05:14:00.457009 [ 3 ] {1508b8d0-6e98-4ec0-8118-e201dd5f4e66} <Debug> DynamicQueryHandler: Done processing query | ||
| 3632 | 2024.04.03 05:14:00.457035 [ 3 ] {1508b8d0-6e98-4ec0-8118-e201dd5f4e66} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
| 3633 | 2024.04.03 05:14:00.457050 [ 3 ] {} <Debug> HTTP-Session: 53b0d0f7-c986-4e0f-95fd-ae82df59e31b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3634 | 2024.04.03 05:14:00.457224 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 27853, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3635 | 2024.04.03 05:14:00.457273 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 3636 | 2024.04.03 05:14:00.457292 [ 3 ] {} <Debug> HTTP-Session: ff16be2c-3cf1-4283-98e7-8b0121bb223a Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 3637 | 2024.04.03 05:14:00.457308 [ 3 ] {} <Debug> HTTP-Session: ff16be2c-3cf1-4283-98e7-8b0121bb223a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3638 | 2024.04.03 05:14:00.457322 [ 3 ] {} <Debug> HTTP-Session: ff16be2c-3cf1-4283-98e7-8b0121bb223a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3639 | 2024.04.03 05:14:00.457356 [ 3 ] {} <Trace> HTTP-Session: ff16be2c-3cf1-4283-98e7-8b0121bb223a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3640 | 2024.04.03 05:14:00.457592 [ 3 ] {966b2aeb-6568-4d72-a7e8-4d476b506f0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 3641 | 2024.04.03 05:14:00.457641 [ 3 ] {966b2aeb-6568-4d72-a7e8-4d476b506f0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 3642 | 2024.04.03 05:14:00.457820 [ 3 ] {966b2aeb-6568-4d72-a7e8-4d476b506f0b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3643 | 2024.04.03 05:14:00.458275 [ 3 ] {966b2aeb-6568-4d72-a7e8-4d476b506f0b} <Trace> oximeter.measurements_histogramf64 (8b69ac98-35f5-4c32-8452-ff3027d9bc94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3644 | 2024.04.03 05:14:00.458313 [ 3 ] {966b2aeb-6568-4d72-a7e8-4d476b506f0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 3645 | 2024.04.03 05:14:00.458736 [ 3 ] {966b2aeb-6568-4d72-a7e8-4d476b506f0b} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3646 | 2024.04.03 05:14:00.459086 [ 3 ] {966b2aeb-6568-4d72-a7e8-4d476b506f0b} <Trace> oximeter.measurements_histogramf64 (8b69ac98-35f5-4c32-8452-ff3027d9bc94): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3647 | 2024.04.03 05:14:00.459247 [ 3 ] {966b2aeb-6568-4d72-a7e8-4d476b506f0b} <Debug> executeQuery: Read 26 rows, 35.93 KiB in 0.001838 sec., 14145.810663764962 rows/sec., 19.09 MiB/sec. | ||
| 3648 | 2024.04.03 05:14:00.459384 [ 3 ] {966b2aeb-6568-4d72-a7e8-4d476b506f0b} <Debug> DynamicQueryHandler: Done processing query | ||
| 3649 | 2024.04.03 05:14:00.459410 [ 3 ] {966b2aeb-6568-4d72-a7e8-4d476b506f0b} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
| 3650 | 2024.04.03 05:14:00.459427 [ 3 ] {} <Debug> HTTP-Session: ff16be2c-3cf1-4283-98e7-8b0121bb223a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3651 | 2024.04.03 05:14:00.459569 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3652 | 2024.04.03 05:14:00.459619 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 3653 | 2024.04.03 05:14:00.459638 [ 3 ] {} <Debug> HTTP-Session: b67977c4-8123-479a-91b6-be7bce62e2fa Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 3654 | 2024.04.03 05:14:00.459655 [ 3 ] {} <Debug> HTTP-Session: b67977c4-8123-479a-91b6-be7bce62e2fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3655 | 2024.04.03 05:14:00.459669 [ 3 ] {} <Debug> HTTP-Session: b67977c4-8123-479a-91b6-be7bce62e2fa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3656 | 2024.04.03 05:14:00.459700 [ 3 ] {} <Trace> HTTP-Session: b67977c4-8123-479a-91b6-be7bce62e2fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3657 | 2024.04.03 05:14:00.459789 [ 3 ] {58ed7272-039d-4498-8069-8b4a9eba0862} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 3658 | 2024.04.03 05:14:00.459832 [ 3 ] {58ed7272-039d-4498-8069-8b4a9eba0862} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3659 | 2024.04.03 05:14:00.459957 [ 3 ] {58ed7272-039d-4498-8069-8b4a9eba0862} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3660 | 2024.04.03 05:14:00.460323 [ 3 ] {58ed7272-039d-4498-8069-8b4a9eba0862} <Trace> oximeter.measurements_u64 (de6da706-3917-4020-8d2f-ffa74140e97c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3661 | 2024.04.03 05:14:00.460362 [ 3 ] {58ed7272-039d-4498-8069-8b4a9eba0862} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 3662 | 2024.04.03 05:14:00.460720 [ 3 ] {58ed7272-039d-4498-8069-8b4a9eba0862} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3663 | 2024.04.03 05:14:00.461041 [ 3 ] {58ed7272-039d-4498-8069-8b4a9eba0862} <Trace> oximeter.measurements_u64 (de6da706-3917-4020-8d2f-ffa74140e97c): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3664 | 2024.04.03 05:14:00.461182 [ 3 ] {58ed7272-039d-4498-8069-8b4a9eba0862} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001436 sec., 41782.72980501393 rows/sec., 2.82 MiB/sec. | ||
| 3665 | 2024.04.03 05:14:00.461318 [ 3 ] {58ed7272-039d-4498-8069-8b4a9eba0862} <Debug> DynamicQueryHandler: Done processing query | ||
| 3666 | 2024.04.03 05:14:00.461343 [ 3 ] {58ed7272-039d-4498-8069-8b4a9eba0862} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 3667 | 2024.04.03 05:14:00.461359 [ 3 ] {} <Debug> HTTP-Session: b67977c4-8123-479a-91b6-be7bce62e2fa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3668 | 2024.04.03 05:14:03.989525 [ 137 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3669 | 2024.04.03 05:14:03.989607 [ 137 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3670 | 2024.04.03 05:14:05.001420 [ 243 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001018484 sec. | ||
| 3671 | 2024.04.03 05:14:05.446454 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 911, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3672 | 2024.04.03 05:14:05.446575 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 3673 | 2024.04.03 05:14:05.446603 [ 3 ] {} <Debug> HTTP-Session: 09d5caf5-bdc9-45e0-b29c-b6595623f94a Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 3674 | 2024.04.03 05:14:05.446632 [ 3 ] {} <Debug> HTTP-Session: 09d5caf5-bdc9-45e0-b29c-b6595623f94a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3675 | 2024.04.03 05:14:05.446650 [ 3 ] {} <Debug> HTTP-Session: 09d5caf5-bdc9-45e0-b29c-b6595623f94a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3676 | 2024.04.03 05:14:05.446704 [ 3 ] {} <Trace> HTTP-Session: 09d5caf5-bdc9-45e0-b29c-b6595623f94a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3677 | 2024.04.03 05:14:05.446832 [ 3 ] {f92c9932-9de9-46a6-b605-59e000689a09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 3678 | 2024.04.03 05:14:05.446905 [ 3 ] {f92c9932-9de9-46a6-b605-59e000689a09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 3679 | 2024.04.03 05:14:05.447114 [ 3 ] {f92c9932-9de9-46a6-b605-59e000689a09} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3680 | 2024.04.03 05:14:05.447500 [ 3 ] {f92c9932-9de9-46a6-b605-59e000689a09} <Trace> oximeter.fields_i64 (c23e6cbf-9c88-4b2e-b6de-a673a008017a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3681 | 2024.04.03 05:14:05.447546 [ 3 ] {f92c9932-9de9-46a6-b605-59e000689a09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 3682 | 2024.04.03 05:14:05.447900 [ 3 ] {f92c9932-9de9-46a6-b605-59e000689a09} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3683 | 2024.04.03 05:14:05.448302 [ 3 ] {f92c9932-9de9-46a6-b605-59e000689a09} <Trace> oximeter.fields_i64 (c23e6cbf-9c88-4b2e-b6de-a673a008017a): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3684 | 2024.04.03 05:14:05.448457 [ 3 ] {f92c9932-9de9-46a6-b605-59e000689a09} <Debug> executeQuery: Read 6 rows, 498.00 B in 0.001683 sec., 3565.0623885918003 rows/sec., 288.97 KiB/sec. | ||
| 3685 | 2024.04.03 05:14:05.448619 [ 3 ] {f92c9932-9de9-46a6-b605-59e000689a09} <Debug> DynamicQueryHandler: Done processing query | ||
| 3686 | 2024.04.03 05:14:05.448646 [ 3 ] {f92c9932-9de9-46a6-b605-59e000689a09} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 3687 | 2024.04.03 05:14:05.448662 [ 3 ] {} <Debug> HTTP-Session: 09d5caf5-bdc9-45e0-b29c-b6595623f94a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3688 | 2024.04.03 05:14:05.448812 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 10626, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3689 | 2024.04.03 05:14:05.448864 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 3690 | 2024.04.03 05:14:05.448883 [ 3 ] {} <Debug> HTTP-Session: c269606c-890e-4220-a197-e6deb68bd2e8 Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 3691 | 2024.04.03 05:14:05.448902 [ 3 ] {} <Debug> HTTP-Session: c269606c-890e-4220-a197-e6deb68bd2e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3692 | 2024.04.03 05:14:05.448917 [ 3 ] {} <Debug> HTTP-Session: c269606c-890e-4220-a197-e6deb68bd2e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3693 | 2024.04.03 05:14:05.448952 [ 3 ] {} <Trace> HTTP-Session: c269606c-890e-4220-a197-e6deb68bd2e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3694 | 2024.04.03 05:14:05.449048 [ 3 ] {36a9c5df-c72c-4ef6-be39-53bd41662db9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 3695 | 2024.04.03 05:14:05.449092 [ 3 ] {36a9c5df-c72c-4ef6-be39-53bd41662db9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3696 | 2024.04.03 05:14:05.449221 [ 3 ] {36a9c5df-c72c-4ef6-be39-53bd41662db9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3697 | 2024.04.03 05:14:05.449583 [ 3 ] {36a9c5df-c72c-4ef6-be39-53bd41662db9} <Trace> oximeter.fields_string (d10ead57-c466-400e-b267-5a50d181b38b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3698 | 2024.04.03 05:14:05.449622 [ 3 ] {36a9c5df-c72c-4ef6-be39-53bd41662db9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 3699 | 2024.04.03 05:14:05.449944 [ 3 ] {36a9c5df-c72c-4ef6-be39-53bd41662db9} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3700 | 2024.04.03 05:14:05.450267 [ 3 ] {36a9c5df-c72c-4ef6-be39-53bd41662db9} <Trace> oximeter.fields_string (d10ead57-c466-400e-b267-5a50d181b38b): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3701 | 2024.04.03 05:14:05.450429 [ 3 ] {36a9c5df-c72c-4ef6-be39-53bd41662db9} <Debug> executeQuery: Read 74 rows, 6.10 KiB in 0.001423 sec., 52002.810962754746 rows/sec., 4.19 MiB/sec. | ||
| 3702 | 2024.04.03 05:14:05.450440 [ 115 ] {} <Debug> oximeter.fields_string (d10ead57-c466-400e-b267-5a50d181b38b) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3703 | 2024.04.03 05:14:05.450543 [ 115 ] {} <Trace> oximeter.fields_string (d10ead57-c466-400e-b267-5a50d181b38b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3704 | 2024.04.03 05:14:05.450583 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 3705 | 2024.04.03 05:14:05.450603 [ 3 ] {36a9c5df-c72c-4ef6-be39-53bd41662db9} <Debug> DynamicQueryHandler: Done processing query | ||
| 3706 | 2024.04.03 05:14:05.450653 [ 3 ] {36a9c5df-c72c-4ef6-be39-53bd41662db9} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 3707 | 2024.04.03 05:14:05.450719 [ 3 ] {} <Debug> HTTP-Session: c269606c-890e-4220-a197-e6deb68bd2e8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3708 | 2024.04.03 05:14:05.450905 [ 190 ] {d10ead57-c466-400e-b267-5a50d181b38b::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 | ||
| 3709 | 2024.04.03 05:14:05.451024 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 11904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3710 | 2024.04.03 05:14:05.451197 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 3711 | 2024.04.03 05:14:05.451285 [ 3 ] {} <Debug> HTTP-Session: add6c191-1c8e-4088-be91-72c3f1bd8c8e Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 3712 | 2024.04.03 05:14:05.451363 [ 3 ] {} <Debug> HTTP-Session: add6c191-1c8e-4088-be91-72c3f1bd8c8e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3713 | 2024.04.03 05:14:05.451437 [ 3 ] {} <Debug> HTTP-Session: add6c191-1c8e-4088-be91-72c3f1bd8c8e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3714 | 2024.04.03 05:14:05.451559 [ 3 ] {} <Trace> HTTP-Session: add6c191-1c8e-4088-be91-72c3f1bd8c8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3715 | 2024.04.03 05:14:05.451578 [ 190 ] {d10ead57-c466-400e-b267-5a50d181b38b::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3716 | 2024.04.03 05:14:05.451662 [ 190 ] {d10ead57-c466-400e-b267-5a50d181b38b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 194 rows starting from the beginning of the part | ||
| 3717 | 2024.04.03 05:14:05.451776 [ 3 ] {32d03081-c871-4859-848d-2c0cd1bb3862} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 3718 | 2024.04.03 05:14:05.451872 [ 190 ] {d10ead57-c466-400e-b267-5a50d181b38b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 74 rows starting from the beginning of the part | ||
| 3719 | 2024.04.03 05:14:05.451972 [ 3 ] {32d03081-c871-4859-848d-2c0cd1bb3862} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3720 | 2024.04.03 05:14:05.452203 [ 190 ] {d10ead57-c466-400e-b267-5a50d181b38b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 134 rows starting from the beginning of the part | ||
| 3721 | 2024.04.03 05:14:05.452684 [ 190 ] {d10ead57-c466-400e-b267-5a50d181b38b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 110 rows starting from the beginning of the part | ||
| 3722 | 2024.04.03 05:14:05.453012 [ 190 ] {d10ead57-c466-400e-b267-5a50d181b38b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 134 rows starting from the beginning of the part | ||
| 3723 | 2024.04.03 05:14:05.453316 [ 3 ] {32d03081-c871-4859-848d-2c0cd1bb3862} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3724 | 2024.04.03 05:14:05.453489 [ 190 ] {d10ead57-c466-400e-b267-5a50d181b38b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 74 rows starting from the beginning of the part | ||
| 3725 | 2024.04.03 05:14:05.454321 [ 3 ] {32d03081-c871-4859-848d-2c0cd1bb3862} <Trace> oximeter.fields_uuid (78132754-fa1e-4d68-980a-5012099aee94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3726 | 2024.04.03 05:14:05.454387 [ 3 ] {32d03081-c871-4859-848d-2c0cd1bb3862} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 3727 | 2024.04.03 05:14:05.455275 [ 3 ] {32d03081-c871-4859-848d-2c0cd1bb3862} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3728 | 2024.04.03 05:14:05.456261 [ 3 ] {32d03081-c871-4859-848d-2c0cd1bb3862} <Trace> oximeter.fields_uuid (78132754-fa1e-4d68-980a-5012099aee94): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3729 | 2024.04.03 05:14:05.456485 [ 194 ] {d10ead57-c466-400e-b267-5a50d181b38b::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 720 rows, containing 4 columns (4 merged, 0 gathered) in 0.005796847 sec., 124205.45168778821 rows/sec., 10.21 MiB/sec. | ||
| 3730 | 2024.04.03 05:14:05.456588 [ 115 ] {} <Debug> oximeter.fields_uuid (78132754-fa1e-4d68-980a-5012099aee94) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3731 | 2024.04.03 05:14:05.456656 [ 3 ] {32d03081-c871-4859-848d-2c0cd1bb3862} <Debug> executeQuery: Read 70 rows, 5.60 KiB in 0.004986 sec., 14039.310068190935 rows/sec., 1.10 MiB/sec. | ||
| 3732 | 2024.04.03 05:14:05.456655 [ 115 ] {} <Trace> oximeter.fields_uuid (78132754-fa1e-4d68-980a-5012099aee94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3733 | 2024.04.03 05:14:05.456737 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 3734 | 2024.04.03 05:14:05.456923 [ 194 ] {d10ead57-c466-400e-b267-5a50d181b38b::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3735 | 2024.04.03 05:14:05.457313 [ 3 ] {32d03081-c871-4859-848d-2c0cd1bb3862} <Debug> DynamicQueryHandler: Done processing query | ||
| 3736 | 2024.04.03 05:14:05.457462 [ 3 ] {32d03081-c871-4859-848d-2c0cd1bb3862} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 3737 | 2024.04.03 05:14:05.457637 [ 3 ] {} <Debug> HTTP-Session: add6c191-1c8e-4088-be91-72c3f1bd8c8e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3738 | 2024.04.03 05:14:05.457696 [ 196 ] {78132754-fa1e-4d68-980a-5012099aee94::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 | ||
| 3739 | 2024.04.03 05:14:05.458178 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3740 | 2024.04.03 05:14:05.458468 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 3741 | 2024.04.03 05:14:05.458617 [ 3 ] {} <Debug> HTTP-Session: 9e3c6ad0-fa05-4379-98b4-e04ec6195b0e Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 3742 | 2024.04.03 05:14:05.458686 [ 3 ] {} <Debug> HTTP-Session: 9e3c6ad0-fa05-4379-98b4-e04ec6195b0e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3743 | 2024.04.03 05:14:05.458762 [ 3 ] {} <Debug> HTTP-Session: 9e3c6ad0-fa05-4379-98b4-e04ec6195b0e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3744 | 2024.04.03 05:14:05.458903 [ 3 ] {} <Trace> HTTP-Session: 9e3c6ad0-fa05-4379-98b4-e04ec6195b0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3745 | 2024.04.03 05:14:05.459022 [ 196 ] {78132754-fa1e-4d68-980a-5012099aee94::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3746 | 2024.04.03 05:14:05.459118 [ 196 ] {78132754-fa1e-4d68-980a-5012099aee94::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 148 rows starting from the beginning of the part | ||
| 3747 | 2024.04.03 05:14:05.459219 [ 3 ] {6d15d76e-8bea-42e6-9213-ecd84aad1b40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 3748 | 2024.04.03 05:14:05.459480 [ 3 ] {6d15d76e-8bea-42e6-9213-ecd84aad1b40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3749 | 2024.04.03 05:14:05.459542 [ 194 ] {d10ead57-c466-400e-b267-5a50d181b38b::all_1_21_4} <Trace> oximeter.fields_string (d10ead57-c466-400e-b267-5a50d181b38b): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3750 | 2024.04.03 05:14:05.459546 [ 196 ] {78132754-fa1e-4d68-980a-5012099aee94::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 70 rows starting from the beginning of the part | ||
| 3751 | 2024.04.03 05:14:05.460122 [ 196 ] {78132754-fa1e-4d68-980a-5012099aee94::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 90 rows starting from the beginning of the part | ||
| 3752 | 2024.04.03 05:14:05.460240 [ 194 ] {d10ead57-c466-400e-b267-5a50d181b38b::all_1_21_4} <Trace> oximeter.fields_string (d10ead57-c466-400e-b267-5a50d181b38b) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3753 | 2024.04.03 05:14:05.460526 [ 196 ] {78132754-fa1e-4d68-980a-5012099aee94::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 94 rows starting from the beginning of the part | ||
| 3754 | 2024.04.03 05:14:05.460730 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 3755 | 2024.04.03 05:14:05.461013 [ 196 ] {78132754-fa1e-4d68-980a-5012099aee94::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 90 rows starting from the beginning of the part | ||
| 3756 | 2024.04.03 05:14:05.461259 [ 3 ] {6d15d76e-8bea-42e6-9213-ecd84aad1b40} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3757 | 2024.04.03 05:14:05.461295 [ 196 ] {78132754-fa1e-4d68-980a-5012099aee94::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 70 rows starting from the beginning of the part | ||
| 3758 | 2024.04.03 05:14:05.462674 [ 3 ] {6d15d76e-8bea-42e6-9213-ecd84aad1b40} <Trace> oximeter.measurements_cumulativeu64 (6373e3b3-ce8a-4e66-a523-d07c961c74b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3759 | 2024.04.03 05:14:05.462756 [ 3 ] {6d15d76e-8bea-42e6-9213-ecd84aad1b40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 3760 | 2024.04.03 05:14:05.463842 [ 3 ] {6d15d76e-8bea-42e6-9213-ecd84aad1b40} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3761 | 2024.04.03 05:14:05.463889 [ 194 ] {78132754-fa1e-4d68-980a-5012099aee94::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 562 rows, containing 4 columns (4 merged, 0 gathered) in 0.006960413 sec., 80742.33526085305 rows/sec., 6.30 MiB/sec. | ||
| 3762 | 2024.04.03 05:14:05.464100 [ 194 ] {78132754-fa1e-4d68-980a-5012099aee94::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3763 | 2024.04.03 05:14:05.464746 [ 3 ] {6d15d76e-8bea-42e6-9213-ecd84aad1b40} <Trace> oximeter.measurements_cumulativeu64 (6373e3b3-ce8a-4e66-a523-d07c961c74b1): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3764 | 2024.04.03 05:14:05.464996 [ 115 ] {} <Debug> oximeter.measurements_cumulativeu64 (6373e3b3-ce8a-4e66-a523-d07c961c74b1) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3765 | 2024.04.03 05:14:05.465049 [ 194 ] {78132754-fa1e-4d68-980a-5012099aee94::all_1_21_4} <Trace> oximeter.fields_uuid (78132754-fa1e-4d68-980a-5012099aee94): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3766 | 2024.04.03 05:14:05.465073 [ 3 ] {6d15d76e-8bea-42e6-9213-ecd84aad1b40} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005991 sec., 26706.72675680187 rows/sec., 1.86 MiB/sec. | ||
| 3767 | 2024.04.03 05:14:05.465076 [ 115 ] {} <Trace> oximeter.measurements_cumulativeu64 (6373e3b3-ce8a-4e66-a523-d07c961c74b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3768 | 2024.04.03 05:14:05.465269 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 3769 | 2024.04.03 05:14:05.465361 [ 194 ] {78132754-fa1e-4d68-980a-5012099aee94::all_1_21_4} <Trace> oximeter.fields_uuid (78132754-fa1e-4d68-980a-5012099aee94) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3770 | 2024.04.03 05:14:05.465661 [ 3 ] {6d15d76e-8bea-42e6-9213-ecd84aad1b40} <Debug> DynamicQueryHandler: Done processing query | ||
| 3771 | 2024.04.03 05:14:05.465776 [ 3 ] {6d15d76e-8bea-42e6-9213-ecd84aad1b40} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
| 3772 | 2024.04.03 05:14:05.465855 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 3773 | 2024.04.03 05:14:05.465879 [ 3 ] {} <Debug> HTTP-Session: 9e3c6ad0-fa05-4379-98b4-e04ec6195b0e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3774 | 2024.04.03 05:14:05.465974 [ 190 ] {6373e3b3-ce8a-4e66-a523-d07c961c74b1::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 | ||
| 3775 | 2024.04.03 05:14:05.466158 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 6476, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3776 | 2024.04.03 05:14:05.466233 [ 190 ] {6373e3b3-ce8a-4e66-a523-d07c961c74b1::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3777 | 2024.04.03 05:14:05.466259 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 3778 | 2024.04.03 05:14:05.466288 [ 190 ] {6373e3b3-ce8a-4e66-a523-d07c961c74b1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 2881 rows starting from the beginning of the part | ||
| 3779 | 2024.04.03 05:14:05.466302 [ 3 ] {} <Debug> HTTP-Session: 2efc7991-b3ea-41cb-94ba-d63cf29bafc9 Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 3780 | 2024.04.03 05:14:05.466352 [ 3 ] {} <Debug> HTTP-Session: 2efc7991-b3ea-41cb-94ba-d63cf29bafc9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3781 | 2024.04.03 05:14:05.466393 [ 3 ] {} <Debug> HTTP-Session: 2efc7991-b3ea-41cb-94ba-d63cf29bafc9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3782 | 2024.04.03 05:14:05.466539 [ 3 ] {} <Trace> HTTP-Session: 2efc7991-b3ea-41cb-94ba-d63cf29bafc9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3783 | 2024.04.03 05:14:05.466565 [ 190 ] {6373e3b3-ce8a-4e66-a523-d07c961c74b1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 160 rows starting from the beginning of the part | ||
| 3784 | 2024.04.03 05:14:05.466839 [ 190 ] {6373e3b3-ce8a-4e66-a523-d07c961c74b1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 160 rows starting from the beginning of the part | ||
| 3785 | 2024.04.03 05:14:05.466882 [ 3 ] {16696741-43da-46a4-ad52-25f1802a1041} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 3786 | 2024.04.03 05:14:05.467092 [ 3 ] {16696741-43da-46a4-ad52-25f1802a1041} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 3787 | 2024.04.03 05:14:05.467219 [ 190 ] {6373e3b3-ce8a-4e66-a523-d07c961c74b1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 196 rows starting from the beginning of the part | ||
| 3788 | 2024.04.03 05:14:05.467600 [ 190 ] {6373e3b3-ce8a-4e66-a523-d07c961c74b1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 160 rows starting from the beginning of the part | ||
| 3789 | 2024.04.03 05:14:05.468052 [ 190 ] {6373e3b3-ce8a-4e66-a523-d07c961c74b1::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 | ||
| 3790 | 2024.04.03 05:14:05.468463 [ 3 ] {16696741-43da-46a4-ad52-25f1802a1041} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3791 | 2024.04.03 05:14:05.469415 [ 3 ] {16696741-43da-46a4-ad52-25f1802a1041} <Trace> oximeter.measurements_histogramf64 (8b69ac98-35f5-4c32-8452-ff3027d9bc94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3792 | 2024.04.03 05:14:05.469464 [ 3 ] {16696741-43da-46a4-ad52-25f1802a1041} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 3793 | 2024.04.03 05:14:05.470687 [ 3 ] {16696741-43da-46a4-ad52-25f1802a1041} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3794 | 2024.04.03 05:14:05.471223 [ 3 ] {16696741-43da-46a4-ad52-25f1802a1041} <Trace> oximeter.measurements_histogramf64 (8b69ac98-35f5-4c32-8452-ff3027d9bc94): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3795 | 2024.04.03 05:14:05.471552 [ 3 ] {16696741-43da-46a4-ad52-25f1802a1041} <Debug> executeQuery: Read 6 rows, 8.29 KiB in 0.004861 sec., 1234.3139271754783 rows/sec., 1.67 MiB/sec. | ||
| 3796 | 2024.04.03 05:14:05.472805 [ 3 ] {16696741-43da-46a4-ad52-25f1802a1041} <Debug> DynamicQueryHandler: Done processing query | ||
| 3797 | 2024.04.03 05:14:05.472806 [ 190 ] {6373e3b3-ce8a-4e66-a523-d07c961c74b1::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3717 rows, containing 5 columns (5 merged, 0 gathered) in 0.007346137 sec., 505980.2179022798 rows/sec., 35.29 MiB/sec. | ||
| 3798 | 2024.04.03 05:14:05.472854 [ 3 ] {16696741-43da-46a4-ad52-25f1802a1041} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 3799 | 2024.04.03 05:14:05.472904 [ 3 ] {} <Debug> HTTP-Session: 2efc7991-b3ea-41cb-94ba-d63cf29bafc9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3800 | 2024.04.03 05:14:05.473046 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3801 | 2024.04.03 05:14:05.473095 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 3802 | 2024.04.03 05:14:05.473115 [ 3 ] {} <Debug> HTTP-Session: c21faf2a-a722-4b25-95ad-d22c04c33a1a Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 3803 | 2024.04.03 05:14:05.473140 [ 3 ] {} <Debug> HTTP-Session: c21faf2a-a722-4b25-95ad-d22c04c33a1a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3804 | 2024.04.03 05:14:05.473155 [ 3 ] {} <Debug> HTTP-Session: c21faf2a-a722-4b25-95ad-d22c04c33a1a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3805 | 2024.04.03 05:14:05.473188 [ 3 ] {} <Trace> HTTP-Session: c21faf2a-a722-4b25-95ad-d22c04c33a1a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3806 | 2024.04.03 05:14:05.473222 [ 189 ] {6373e3b3-ce8a-4e66-a523-d07c961c74b1::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3807 | 2024.04.03 05:14:05.473320 [ 3 ] {240567ab-0dd3-4500-96ed-f27394fcad59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 3808 | 2024.04.03 05:14:05.473369 [ 3 ] {240567ab-0dd3-4500-96ed-f27394fcad59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3809 | 2024.04.03 05:14:05.473747 [ 3 ] {240567ab-0dd3-4500-96ed-f27394fcad59} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3810 | 2024.04.03 05:14:05.473952 [ 189 ] {6373e3b3-ce8a-4e66-a523-d07c961c74b1::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (6373e3b3-ce8a-4e66-a523-d07c961c74b1): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3811 | 2024.04.03 05:14:05.474112 [ 189 ] {6373e3b3-ce8a-4e66-a523-d07c961c74b1::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (6373e3b3-ce8a-4e66-a523-d07c961c74b1) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3812 | 2024.04.03 05:14:05.474203 [ 3 ] {240567ab-0dd3-4500-96ed-f27394fcad59} <Trace> oximeter.measurements_u64 (de6da706-3917-4020-8d2f-ffa74140e97c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3813 | 2024.04.03 05:14:05.474214 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.89 MiB. | ||
| 3814 | 2024.04.03 05:14:05.474245 [ 3 ] {240567ab-0dd3-4500-96ed-f27394fcad59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 3815 | 2024.04.03 05:14:05.474612 [ 3 ] {240567ab-0dd3-4500-96ed-f27394fcad59} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3816 | 2024.04.03 05:14:05.474950 [ 3 ] {240567ab-0dd3-4500-96ed-f27394fcad59} <Trace> oximeter.measurements_u64 (de6da706-3917-4020-8d2f-ffa74140e97c): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3817 | 2024.04.03 05:14:05.475105 [ 115 ] {} <Debug> oximeter.measurements_u64 (de6da706-3917-4020-8d2f-ffa74140e97c) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3818 | 2024.04.03 05:14:05.475110 [ 3 ] {240567ab-0dd3-4500-96ed-f27394fcad59} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001859 sec., 32275.416890801505 rows/sec., 2.18 MiB/sec. | ||
| 3819 | 2024.04.03 05:14:05.475160 [ 115 ] {} <Trace> oximeter.measurements_u64 (de6da706-3917-4020-8d2f-ffa74140e97c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3820 | 2024.04.03 05:14:05.475227 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 3821 | 2024.04.03 05:14:05.475432 [ 3 ] {240567ab-0dd3-4500-96ed-f27394fcad59} <Debug> DynamicQueryHandler: Done processing query | ||
| 3822 | 2024.04.03 05:14:05.475517 [ 3 ] {240567ab-0dd3-4500-96ed-f27394fcad59} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 3823 | 2024.04.03 05:14:05.475648 [ 3 ] {} <Debug> HTTP-Session: c21faf2a-a722-4b25-95ad-d22c04c33a1a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3824 | 2024.04.03 05:14:05.475936 [ 189 ] {de6da706-3917-4020-8d2f-ffa74140e97c::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 | ||
| 3825 | 2024.04.03 05:14:05.476347 [ 189 ] {de6da706-3917-4020-8d2f-ffa74140e97c::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3826 | 2024.04.03 05:14:05.476384 [ 189 ] {de6da706-3917-4020-8d2f-ffa74140e97c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 952 rows starting from the beginning of the part | ||
| 3827 | 2024.04.03 05:14:05.476505 [ 189 ] {de6da706-3917-4020-8d2f-ffa74140e97c::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 | ||
| 3828 | 2024.04.03 05:14:05.476683 [ 189 ] {de6da706-3917-4020-8d2f-ffa74140e97c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 60 rows starting from the beginning of the part | ||
| 3829 | 2024.04.03 05:14:05.476794 [ 189 ] {de6da706-3917-4020-8d2f-ffa74140e97c::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 | ||
| 3830 | 2024.04.03 05:14:05.476944 [ 189 ] {de6da706-3917-4020-8d2f-ffa74140e97c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 60 rows starting from the beginning of the part | ||
| 3831 | 2024.04.03 05:14:05.477041 [ 189 ] {de6da706-3917-4020-8d2f-ffa74140e97c::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 | ||
| 3832 | 2024.04.03 05:14:05.478149 [ 190 ] {de6da706-3917-4020-8d2f-ffa74140e97c::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1252 rows, containing 4 columns (4 merged, 0 gathered) in 0.002800888 sec., 447001.0939387794 rows/sec., 30.12 MiB/sec. | ||
| 3833 | 2024.04.03 05:14:05.478306 [ 189 ] {de6da706-3917-4020-8d2f-ffa74140e97c::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3834 | 2024.04.03 05:14:05.478663 [ 189 ] {de6da706-3917-4020-8d2f-ffa74140e97c::all_1_21_4} <Trace> oximeter.measurements_u64 (de6da706-3917-4020-8d2f-ffa74140e97c): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3835 | 2024.04.03 05:14:05.478733 [ 189 ] {de6da706-3917-4020-8d2f-ffa74140e97c::all_1_21_4} <Trace> oximeter.measurements_u64 (de6da706-3917-4020-8d2f-ffa74140e97c) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3836 | 2024.04.03 05:14:05.478798 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. | ||
| 3837 | 2024.04.03 05:14:10.448093 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 3778, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3838 | 2024.04.03 05:14:10.448227 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 3839 | 2024.04.03 05:14:10.448256 [ 3 ] {} <Debug> HTTP-Session: 85bdd2b4-6e3d-4392-bbc4-5a5a3d8e741e Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 3840 | 2024.04.03 05:14:10.448283 [ 3 ] {} <Debug> HTTP-Session: 85bdd2b4-6e3d-4392-bbc4-5a5a3d8e741e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3841 | 2024.04.03 05:14:10.448300 [ 3 ] {} <Debug> HTTP-Session: 85bdd2b4-6e3d-4392-bbc4-5a5a3d8e741e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3842 | 2024.04.03 05:14:10.448355 [ 3 ] {} <Trace> HTTP-Session: 85bdd2b4-6e3d-4392-bbc4-5a5a3d8e741e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3843 | 2024.04.03 05:14:10.448494 [ 3 ] {0ca6fc87-f040-4c08-af87-cd9d5b5ceece} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 3844 | 2024.04.03 05:14:10.448567 [ 3 ] {0ca6fc87-f040-4c08-af87-cd9d5b5ceece} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 3845 | 2024.04.03 05:14:10.448786 [ 3 ] {0ca6fc87-f040-4c08-af87-cd9d5b5ceece} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3846 | 2024.04.03 05:14:10.449279 [ 3 ] {0ca6fc87-f040-4c08-af87-cd9d5b5ceece} <Trace> oximeter.fields_i64 (c23e6cbf-9c88-4b2e-b6de-a673a008017a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3847 | 2024.04.03 05:14:10.449332 [ 3 ] {0ca6fc87-f040-4c08-af87-cd9d5b5ceece} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 3848 | 2024.04.03 05:14:10.449718 [ 3 ] {0ca6fc87-f040-4c08-af87-cd9d5b5ceece} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3849 | 2024.04.03 05:14:10.450060 [ 3 ] {0ca6fc87-f040-4c08-af87-cd9d5b5ceece} <Trace> oximeter.fields_i64 (c23e6cbf-9c88-4b2e-b6de-a673a008017a): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3850 | 2024.04.03 05:14:10.450236 [ 120 ] {} <Debug> oximeter.fields_i64 (c23e6cbf-9c88-4b2e-b6de-a673a008017a) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3851 | 2024.04.03 05:14:10.450238 [ 3 ] {0ca6fc87-f040-4c08-af87-cd9d5b5ceece} <Debug> executeQuery: Read 26 rows, 2.11 KiB in 0.001802 sec., 14428.412874583795 rows/sec., 1.14 MiB/sec. | ||
| 3852 | 2024.04.03 05:14:10.450323 [ 120 ] {} <Trace> oximeter.fields_i64 (c23e6cbf-9c88-4b2e-b6de-a673a008017a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3853 | 2024.04.03 05:14:10.450387 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 3854 | 2024.04.03 05:14:10.450608 [ 3 ] {0ca6fc87-f040-4c08-af87-cd9d5b5ceece} <Debug> DynamicQueryHandler: Done processing query | ||
| 3855 | 2024.04.03 05:14:10.450689 [ 3 ] {0ca6fc87-f040-4c08-af87-cd9d5b5ceece} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 3856 | 2024.04.03 05:14:10.450779 [ 3 ] {} <Debug> HTTP-Session: 85bdd2b4-6e3d-4392-bbc4-5a5a3d8e741e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3857 | 2024.04.03 05:14:10.450802 [ 191 ] {c23e6cbf-9c88-4b2e-b6de-a673a008017a::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 | ||
| 3858 | 2024.04.03 05:14:10.451053 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 19648, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3859 | 2024.04.03 05:14:10.451142 [ 191 ] {c23e6cbf-9c88-4b2e-b6de-a673a008017a::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3860 | 2024.04.03 05:14:10.451159 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 3861 | 2024.04.03 05:14:10.451215 [ 3 ] {} <Debug> HTTP-Session: 24dfa927-19a4-4245-ad2e-b0fe28fa4239 Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 3862 | 2024.04.03 05:14:10.451220 [ 191 ] {c23e6cbf-9c88-4b2e-b6de-a673a008017a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 32 rows starting from the beginning of the part | ||
| 3863 | 2024.04.03 05:14:10.451248 [ 3 ] {} <Debug> HTTP-Session: 24dfa927-19a4-4245-ad2e-b0fe28fa4239 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3864 | 2024.04.03 05:14:10.451271 [ 3 ] {} <Debug> HTTP-Session: 24dfa927-19a4-4245-ad2e-b0fe28fa4239 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3865 | 2024.04.03 05:14:10.451348 [ 3 ] {} <Trace> HTTP-Session: 24dfa927-19a4-4245-ad2e-b0fe28fa4239 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3866 | 2024.04.03 05:14:10.451505 [ 191 ] {c23e6cbf-9c88-4b2e-b6de-a673a008017a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 26 rows starting from the beginning of the part | ||
| 3867 | 2024.04.03 05:14:10.451787 [ 3 ] {af3dd878-d070-4d23-9d31-139284742cc7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 3868 | 2024.04.03 05:14:10.451846 [ 191 ] {c23e6cbf-9c88-4b2e-b6de-a673a008017a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 6 rows starting from the beginning of the part | ||
| 3869 | 2024.04.03 05:14:10.451943 [ 3 ] {af3dd878-d070-4d23-9d31-139284742cc7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3870 | 2024.04.03 05:14:10.452113 [ 191 ] {c23e6cbf-9c88-4b2e-b6de-a673a008017a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 26 rows starting from the beginning of the part | ||
| 3871 | 2024.04.03 05:14:10.452397 [ 191 ] {c23e6cbf-9c88-4b2e-b6de-a673a008017a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 6 rows starting from the beginning of the part | ||
| 3872 | 2024.04.03 05:14:10.452703 [ 191 ] {c23e6cbf-9c88-4b2e-b6de-a673a008017a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 26 rows starting from the beginning of the part | ||
| 3873 | 2024.04.03 05:14:10.453240 [ 3 ] {af3dd878-d070-4d23-9d31-139284742cc7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3874 | 2024.04.03 05:14:10.454305 [ 3 ] {af3dd878-d070-4d23-9d31-139284742cc7} <Trace> oximeter.fields_string (d10ead57-c466-400e-b267-5a50d181b38b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3875 | 2024.04.03 05:14:10.454380 [ 3 ] {af3dd878-d070-4d23-9d31-139284742cc7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 3876 | 2024.04.03 05:14:10.455319 [ 3 ] {af3dd878-d070-4d23-9d31-139284742cc7} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3877 | 2024.04.03 05:14:10.455501 [ 190 ] {c23e6cbf-9c88-4b2e-b6de-a673a008017a::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 122 rows, containing 4 columns (4 merged, 0 gathered) in 0.004996837 sec., 24415.445210640253 rows/sec., 1.93 MiB/sec. | ||
| 3878 | 2024.04.03 05:14:10.455791 [ 190 ] {c23e6cbf-9c88-4b2e-b6de-a673a008017a::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3879 | 2024.04.03 05:14:10.456158 [ 3 ] {af3dd878-d070-4d23-9d31-139284742cc7} <Trace> oximeter.fields_string (d10ead57-c466-400e-b267-5a50d181b38b): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3880 | 2024.04.03 05:14:10.456597 [ 3 ] {af3dd878-d070-4d23-9d31-139284742cc7} <Debug> executeQuery: Read 134 rows, 11.49 KiB in 0.005057 sec., 26497.923670160173 rows/sec., 2.22 MiB/sec. | ||
| 3881 | 2024.04.03 05:14:10.456784 [ 190 ] {c23e6cbf-9c88-4b2e-b6de-a673a008017a::all_1_16_3} <Trace> oximeter.fields_i64 (c23e6cbf-9c88-4b2e-b6de-a673a008017a): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3882 | 2024.04.03 05:14:10.456868 [ 3 ] {af3dd878-d070-4d23-9d31-139284742cc7} <Debug> DynamicQueryHandler: Done processing query | ||
| 3883 | 2024.04.03 05:14:10.456910 [ 3 ] {af3dd878-d070-4d23-9d31-139284742cc7} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
| 3884 | 2024.04.03 05:14:10.456929 [ 190 ] {c23e6cbf-9c88-4b2e-b6de-a673a008017a::all_1_16_3} <Trace> oximeter.fields_i64 (c23e6cbf-9c88-4b2e-b6de-a673a008017a) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3885 | 2024.04.03 05:14:10.456939 [ 3 ] {} <Debug> HTTP-Session: 24dfa927-19a4-4245-ad2e-b0fe28fa4239 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3886 | 2024.04.03 05:14:10.457062 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 3887 | 2024.04.03 05:14:10.457116 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 15291, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3888 | 2024.04.03 05:14:10.457180 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 3889 | 2024.04.03 05:14:10.457200 [ 3 ] {} <Debug> HTTP-Session: 103c5719-21d0-4190-a26b-1abe4fa9677f Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 3890 | 2024.04.03 05:14:10.457217 [ 3 ] {} <Debug> HTTP-Session: 103c5719-21d0-4190-a26b-1abe4fa9677f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3891 | 2024.04.03 05:14:10.457231 [ 3 ] {} <Debug> HTTP-Session: 103c5719-21d0-4190-a26b-1abe4fa9677f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3892 | 2024.04.03 05:14:10.457266 [ 3 ] {} <Trace> HTTP-Session: 103c5719-21d0-4190-a26b-1abe4fa9677f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3893 | 2024.04.03 05:14:10.457376 [ 3 ] {bddf5337-6767-4a94-bb38-cb4ce0ce36f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 3894 | 2024.04.03 05:14:10.457422 [ 3 ] {bddf5337-6767-4a94-bb38-cb4ce0ce36f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3895 | 2024.04.03 05:14:10.457575 [ 3 ] {bddf5337-6767-4a94-bb38-cb4ce0ce36f9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3896 | 2024.04.03 05:14:10.457963 [ 3 ] {bddf5337-6767-4a94-bb38-cb4ce0ce36f9} <Trace> oximeter.fields_uuid (78132754-fa1e-4d68-980a-5012099aee94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3897 | 2024.04.03 05:14:10.458002 [ 3 ] {bddf5337-6767-4a94-bb38-cb4ce0ce36f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 3898 | 2024.04.03 05:14:10.458331 [ 3 ] {bddf5337-6767-4a94-bb38-cb4ce0ce36f9} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3899 | 2024.04.03 05:14:10.458657 [ 3 ] {bddf5337-6767-4a94-bb38-cb4ce0ce36f9} <Trace> oximeter.fields_uuid (78132754-fa1e-4d68-980a-5012099aee94): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3900 | 2024.04.03 05:14:10.458821 [ 3 ] {bddf5337-6767-4a94-bb38-cb4ce0ce36f9} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.001492 sec., 60321.71581769437 rows/sec., 4.71 MiB/sec. | ||
| 3901 | 2024.04.03 05:14:10.458943 [ 3 ] {bddf5337-6767-4a94-bb38-cb4ce0ce36f9} <Debug> DynamicQueryHandler: Done processing query | ||
| 3902 | 2024.04.03 05:14:10.458967 [ 3 ] {bddf5337-6767-4a94-bb38-cb4ce0ce36f9} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 3903 | 2024.04.03 05:14:10.458983 [ 3 ] {} <Debug> HTTP-Session: 103c5719-21d0-4190-a26b-1abe4fa9677f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3904 | 2024.04.03 05:14:10.459165 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3905 | 2024.04.03 05:14:10.459211 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 3906 | 2024.04.03 05:14:10.459228 [ 3 ] {} <Debug> HTTP-Session: 8ee0c0b6-ce90-4b2d-8f98-9dc123e0a151 Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 3907 | 2024.04.03 05:14:10.459243 [ 3 ] {} <Debug> HTTP-Session: 8ee0c0b6-ce90-4b2d-8f98-9dc123e0a151 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3908 | 2024.04.03 05:14:10.459256 [ 3 ] {} <Debug> HTTP-Session: 8ee0c0b6-ce90-4b2d-8f98-9dc123e0a151 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3909 | 2024.04.03 05:14:10.459284 [ 3 ] {} <Trace> HTTP-Session: 8ee0c0b6-ce90-4b2d-8f98-9dc123e0a151 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3910 | 2024.04.03 05:14:10.459396 [ 3 ] {a7de1219-849e-45cc-9f67-dcbedde00b52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 3911 | 2024.04.03 05:14:10.459438 [ 3 ] {a7de1219-849e-45cc-9f67-dcbedde00b52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3912 | 2024.04.03 05:14:10.459575 [ 3 ] {a7de1219-849e-45cc-9f67-dcbedde00b52} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3913 | 2024.04.03 05:14:10.459958 [ 3 ] {a7de1219-849e-45cc-9f67-dcbedde00b52} <Trace> oximeter.measurements_cumulativeu64 (6373e3b3-ce8a-4e66-a523-d07c961c74b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3914 | 2024.04.03 05:14:10.459992 [ 3 ] {a7de1219-849e-45cc-9f67-dcbedde00b52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 3915 | 2024.04.03 05:14:10.460445 [ 3 ] {a7de1219-849e-45cc-9f67-dcbedde00b52} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3916 | 2024.04.03 05:14:10.460784 [ 3 ] {a7de1219-849e-45cc-9f67-dcbedde00b52} <Trace> oximeter.measurements_cumulativeu64 (6373e3b3-ce8a-4e66-a523-d07c961c74b1): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3917 | 2024.04.03 05:14:10.460953 [ 3 ] {a7de1219-849e-45cc-9f67-dcbedde00b52} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001595 sec., 100313.47962382445 rows/sec., 6.99 MiB/sec. | ||
| 3918 | 2024.04.03 05:14:10.461082 [ 3 ] {a7de1219-849e-45cc-9f67-dcbedde00b52} <Debug> DynamicQueryHandler: Done processing query | ||
| 3919 | 2024.04.03 05:14:10.461106 [ 3 ] {a7de1219-849e-45cc-9f67-dcbedde00b52} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
| 3920 | 2024.04.03 05:14:10.461122 [ 3 ] {} <Debug> HTTP-Session: 8ee0c0b6-ce90-4b2d-8f98-9dc123e0a151 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3921 | 2024.04.03 05:14:10.461261 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 27853, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3922 | 2024.04.03 05:14:10.461309 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 3923 | 2024.04.03 05:14:10.461328 [ 3 ] {} <Debug> HTTP-Session: 6e6109ea-970e-423b-a042-6fe97349fcfa Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 3924 | 2024.04.03 05:14:10.461344 [ 3 ] {} <Debug> HTTP-Session: 6e6109ea-970e-423b-a042-6fe97349fcfa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3925 | 2024.04.03 05:14:10.461358 [ 3 ] {} <Debug> HTTP-Session: 6e6109ea-970e-423b-a042-6fe97349fcfa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3926 | 2024.04.03 05:14:10.461388 [ 3 ] {} <Trace> HTTP-Session: 6e6109ea-970e-423b-a042-6fe97349fcfa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3927 | 2024.04.03 05:14:10.461623 [ 3 ] {998acd4a-443e-452a-a93a-39540d878cff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 3928 | 2024.04.03 05:14:10.461671 [ 3 ] {998acd4a-443e-452a-a93a-39540d878cff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 3929 | 2024.04.03 05:14:10.461833 [ 3 ] {998acd4a-443e-452a-a93a-39540d878cff} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3930 | 2024.04.03 05:14:10.462307 [ 3 ] {998acd4a-443e-452a-a93a-39540d878cff} <Trace> oximeter.measurements_histogramf64 (8b69ac98-35f5-4c32-8452-ff3027d9bc94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3931 | 2024.04.03 05:14:10.462343 [ 3 ] {998acd4a-443e-452a-a93a-39540d878cff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 3932 | 2024.04.03 05:14:10.462756 [ 3 ] {998acd4a-443e-452a-a93a-39540d878cff} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3933 | 2024.04.03 05:14:10.463094 [ 3 ] {998acd4a-443e-452a-a93a-39540d878cff} <Trace> oximeter.measurements_histogramf64 (8b69ac98-35f5-4c32-8452-ff3027d9bc94): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3934 | 2024.04.03 05:14:10.463252 [ 120 ] {} <Debug> oximeter.measurements_histogramf64 (8b69ac98-35f5-4c32-8452-ff3027d9bc94) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3935 | 2024.04.03 05:14:10.463263 [ 3 ] {998acd4a-443e-452a-a93a-39540d878cff} <Debug> executeQuery: Read 26 rows, 35.93 KiB in 0.00182 sec., 14285.714285714286 rows/sec., 19.28 MiB/sec. | ||
| 3936 | 2024.04.03 05:14:10.463314 [ 120 ] {} <Trace> oximeter.measurements_histogramf64 (8b69ac98-35f5-4c32-8452-ff3027d9bc94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3937 | 2024.04.03 05:14:10.463399 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 3938 | 2024.04.03 05:14:10.463546 [ 3 ] {998acd4a-443e-452a-a93a-39540d878cff} <Debug> DynamicQueryHandler: Done processing query | ||
| 3939 | 2024.04.03 05:14:10.463606 [ 3 ] {998acd4a-443e-452a-a93a-39540d878cff} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
| 3940 | 2024.04.03 05:14:10.463644 [ 3 ] {} <Debug> HTTP-Session: 6e6109ea-970e-423b-a042-6fe97349fcfa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3941 | 2024.04.03 05:14:10.463659 [ 191 ] {8b69ac98-35f5-4c32-8452-ff3027d9bc94::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 | ||
| 3942 | 2024.04.03 05:14:10.463818 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3943 | 2024.04.03 05:14:10.463919 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 3944 | 2024.04.03 05:14:10.463969 [ 3 ] {} <Debug> HTTP-Session: f1125576-57df-45f3-95da-0e49d4c9160c Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 3945 | 2024.04.03 05:14:10.463981 [ 191 ] {8b69ac98-35f5-4c32-8452-ff3027d9bc94::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3946 | 2024.04.03 05:14:10.464001 [ 3 ] {} <Debug> HTTP-Session: f1125576-57df-45f3-95da-0e49d4c9160c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3947 | 2024.04.03 05:14:10.464046 [ 3 ] {} <Debug> HTTP-Session: f1125576-57df-45f3-95da-0e49d4c9160c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3948 | 2024.04.03 05:14:10.464070 [ 191 ] {8b69ac98-35f5-4c32-8452-ff3027d9bc94::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 221 rows starting from the beginning of the part | ||
| 3949 | 2024.04.03 05:14:10.464111 [ 3 ] {} <Trace> HTTP-Session: f1125576-57df-45f3-95da-0e49d4c9160c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3950 | 2024.04.03 05:14:10.464368 [ 191 ] {8b69ac98-35f5-4c32-8452-ff3027d9bc94::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 26 rows starting from the beginning of the part | ||
| 3951 | 2024.04.03 05:14:10.464444 [ 3 ] {74ed1267-bd85-4deb-8f40-61135bad9ba5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 3952 | 2024.04.03 05:14:10.464643 [ 3 ] {74ed1267-bd85-4deb-8f40-61135bad9ba5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3953 | 2024.04.03 05:14:10.464796 [ 191 ] {8b69ac98-35f5-4c32-8452-ff3027d9bc94::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 6 rows starting from the beginning of the part | ||
| 3954 | 2024.04.03 05:14:10.465192 [ 191 ] {8b69ac98-35f5-4c32-8452-ff3027d9bc94::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 26 rows starting from the beginning of the part | ||
| 3955 | 2024.04.03 05:14:10.465447 [ 191 ] {8b69ac98-35f5-4c32-8452-ff3027d9bc94::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 6 rows starting from the beginning of the part | ||
| 3956 | 2024.04.03 05:14:10.465535 [ 3 ] {74ed1267-bd85-4deb-8f40-61135bad9ba5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3957 | 2024.04.03 05:14:10.465849 [ 191 ] {8b69ac98-35f5-4c32-8452-ff3027d9bc94::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 26 rows starting from the beginning of the part | ||
| 3958 | 2024.04.03 05:14:10.466608 [ 3 ] {74ed1267-bd85-4deb-8f40-61135bad9ba5} <Trace> oximeter.measurements_u64 (de6da706-3917-4020-8d2f-ffa74140e97c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3959 | 2024.04.03 05:14:10.466675 [ 3 ] {74ed1267-bd85-4deb-8f40-61135bad9ba5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 3960 | 2024.04.03 05:14:10.467535 [ 3 ] {74ed1267-bd85-4deb-8f40-61135bad9ba5} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3961 | 2024.04.03 05:14:10.468484 [ 3 ] {74ed1267-bd85-4deb-8f40-61135bad9ba5} <Trace> oximeter.measurements_u64 (de6da706-3917-4020-8d2f-ffa74140e97c): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3962 | 2024.04.03 05:14:10.468877 [ 3 ] {74ed1267-bd85-4deb-8f40-61135bad9ba5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004648 sec., 12908.777969018933 rows/sec., 890.84 KiB/sec. | ||
| 3963 | 2024.04.03 05:14:10.469323 [ 3 ] {74ed1267-bd85-4deb-8f40-61135bad9ba5} <Debug> DynamicQueryHandler: Done processing query | ||
| 3964 | 2024.04.03 05:14:10.469393 [ 3 ] {74ed1267-bd85-4deb-8f40-61135bad9ba5} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 3965 | 2024.04.03 05:14:10.469452 [ 3 ] {} <Debug> HTTP-Session: f1125576-57df-45f3-95da-0e49d4c9160c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3966 | 2024.04.03 05:14:10.469985 [ 190 ] {8b69ac98-35f5-4c32-8452-ff3027d9bc94::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 311 rows, containing 6 columns (6 merged, 0 gathered) in 0.006460196 sec., 48140.95423730178 rows/sec., 64.96 MiB/sec. | ||
| 3967 | 2024.04.03 05:14:10.470326 [ 191 ] {8b69ac98-35f5-4c32-8452-ff3027d9bc94::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3968 | 2024.04.03 05:14:10.470745 [ 191 ] {8b69ac98-35f5-4c32-8452-ff3027d9bc94::all_1_16_3} <Trace> oximeter.measurements_histogramf64 (8b69ac98-35f5-4c32-8452-ff3027d9bc94): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3969 | 2024.04.03 05:14:10.470829 [ 191 ] {8b69ac98-35f5-4c32-8452-ff3027d9bc94::all_1_16_3} <Trace> oximeter.measurements_histogramf64 (8b69ac98-35f5-4c32-8452-ff3027d9bc94) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3970 | 2024.04.03 05:14:10.470919 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.44 MiB. | ||
| 3971 | 2024.04.03 05:14:15.447148 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 911, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3972 | 2024.04.03 05:14:15.447279 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 3973 | 2024.04.03 05:14:15.447304 [ 3 ] {} <Debug> HTTP-Session: 038c5869-9502-4528-a1a1-cb5575749b8b Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 3974 | 2024.04.03 05:14:15.447329 [ 3 ] {} <Debug> HTTP-Session: 038c5869-9502-4528-a1a1-cb5575749b8b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3975 | 2024.04.03 05:14:15.447343 [ 3 ] {} <Debug> HTTP-Session: 038c5869-9502-4528-a1a1-cb5575749b8b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3976 | 2024.04.03 05:14:15.447392 [ 3 ] {} <Trace> HTTP-Session: 038c5869-9502-4528-a1a1-cb5575749b8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3977 | 2024.04.03 05:14:15.447506 [ 3 ] {e4ebd812-089e-4482-bf6c-e29ff81049da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 3978 | 2024.04.03 05:14:15.447571 [ 3 ] {e4ebd812-089e-4482-bf6c-e29ff81049da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 3979 | 2024.04.03 05:14:15.447759 [ 3 ] {e4ebd812-089e-4482-bf6c-e29ff81049da} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3980 | 2024.04.03 05:14:15.448213 [ 3 ] {e4ebd812-089e-4482-bf6c-e29ff81049da} <Trace> oximeter.fields_i64 (c23e6cbf-9c88-4b2e-b6de-a673a008017a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3981 | 2024.04.03 05:14:15.448261 [ 3 ] {e4ebd812-089e-4482-bf6c-e29ff81049da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 3982 | 2024.04.03 05:14:15.448649 [ 3 ] {e4ebd812-089e-4482-bf6c-e29ff81049da} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3983 | 2024.04.03 05:14:15.448992 [ 3 ] {e4ebd812-089e-4482-bf6c-e29ff81049da} <Trace> oximeter.fields_i64 (c23e6cbf-9c88-4b2e-b6de-a673a008017a): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3984 | 2024.04.03 05:14:15.449140 [ 3 ] {e4ebd812-089e-4482-bf6c-e29ff81049da} <Debug> executeQuery: Read 6 rows, 498.00 B in 0.001687 sec., 3556.6093657379965 rows/sec., 288.28 KiB/sec. | ||
| 3985 | 2024.04.03 05:14:15.449298 [ 3 ] {e4ebd812-089e-4482-bf6c-e29ff81049da} <Debug> DynamicQueryHandler: Done processing query | ||
| 3986 | 2024.04.03 05:14:15.449326 [ 3 ] {e4ebd812-089e-4482-bf6c-e29ff81049da} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 3987 | 2024.04.03 05:14:15.449342 [ 3 ] {} <Debug> HTTP-Session: 038c5869-9502-4528-a1a1-cb5575749b8b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3988 | 2024.04.03 05:14:15.449472 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3989 | 2024.04.03 05:14:15.449529 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 3990 | 2024.04.03 05:14:15.449547 [ 3 ] {} <Debug> HTTP-Session: 26ce4b5e-a448-464e-8ee0-09c736e81e14 Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 3991 | 2024.04.03 05:14:15.449565 [ 3 ] {} <Debug> HTTP-Session: 26ce4b5e-a448-464e-8ee0-09c736e81e14 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3992 | 2024.04.03 05:14:15.449579 [ 3 ] {} <Debug> HTTP-Session: 26ce4b5e-a448-464e-8ee0-09c736e81e14 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3993 | 2024.04.03 05:14:15.449613 [ 3 ] {} <Trace> HTTP-Session: 26ce4b5e-a448-464e-8ee0-09c736e81e14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3994 | 2024.04.03 05:14:15.449685 [ 3 ] {a6426a03-1f2c-49bd-9eca-b0ae0d82f1c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 3995 | 2024.04.03 05:14:15.449730 [ 3 ] {a6426a03-1f2c-49bd-9eca-b0ae0d82f1c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3996 | 2024.04.03 05:14:15.449859 [ 3 ] {a6426a03-1f2c-49bd-9eca-b0ae0d82f1c7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3997 | 2024.04.03 05:14:15.450168 [ 3 ] {a6426a03-1f2c-49bd-9eca-b0ae0d82f1c7} <Trace> oximeter.fields_ipaddr (4af34eed-af07-47e9-bf27-cd9b0a7bc703): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3998 | 2024.04.03 05:14:15.450205 [ 3 ] {a6426a03-1f2c-49bd-9eca-b0ae0d82f1c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 3999 | 2024.04.03 05:14:15.450504 [ 3 ] {a6426a03-1f2c-49bd-9eca-b0ae0d82f1c7} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 4000 | 2024.04.03 05:14:15.450817 [ 3 ] {a6426a03-1f2c-49bd-9eca-b0ae0d82f1c7} <Trace> oximeter.fields_ipaddr (4af34eed-af07-47e9-bf27-cd9b0a7bc703): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4001 | 2024.04.03 05:14:15.450939 [ 3 ] {a6426a03-1f2c-49bd-9eca-b0ae0d82f1c7} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001283 sec., 3117.692907248636 rows/sec., 254.23 KiB/sec. | ||
| 4002 | 2024.04.03 05:14:15.451166 [ 3 ] {a6426a03-1f2c-49bd-9eca-b0ae0d82f1c7} <Debug> DynamicQueryHandler: Done processing query | ||
| 4003 | 2024.04.03 05:14:15.451192 [ 3 ] {a6426a03-1f2c-49bd-9eca-b0ae0d82f1c7} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 4004 | 2024.04.03 05:14:15.451208 [ 3 ] {} <Debug> HTTP-Session: 26ce4b5e-a448-464e-8ee0-09c736e81e14 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4005 | 2024.04.03 05:14:15.451352 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 10925, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4006 | 2024.04.03 05:14:15.451405 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 4007 | 2024.04.03 05:14:15.451423 [ 3 ] {} <Debug> HTTP-Session: 10afb012-5efa-4772-b971-7f3305c2d30b Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 4008 | 2024.04.03 05:14:15.451441 [ 3 ] {} <Debug> HTTP-Session: 10afb012-5efa-4772-b971-7f3305c2d30b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4009 | 2024.04.03 05:14:15.451455 [ 3 ] {} <Debug> HTTP-Session: 10afb012-5efa-4772-b971-7f3305c2d30b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4010 | 2024.04.03 05:14:15.451487 [ 3 ] {} <Trace> HTTP-Session: 10afb012-5efa-4772-b971-7f3305c2d30b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4011 | 2024.04.03 05:14:15.451577 [ 3 ] {186f4390-164e-497d-b7e3-c296d441cfad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 4012 | 2024.04.03 05:14:15.451620 [ 3 ] {186f4390-164e-497d-b7e3-c296d441cfad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4013 | 2024.04.03 05:14:15.451758 [ 3 ] {186f4390-164e-497d-b7e3-c296d441cfad} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4014 | 2024.04.03 05:14:15.452101 [ 3 ] {186f4390-164e-497d-b7e3-c296d441cfad} <Trace> oximeter.fields_string (d10ead57-c466-400e-b267-5a50d181b38b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4015 | 2024.04.03 05:14:15.452137 [ 3 ] {186f4390-164e-497d-b7e3-c296d441cfad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4016 | 2024.04.03 05:14:15.452449 [ 3 ] {186f4390-164e-497d-b7e3-c296d441cfad} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4017 | 2024.04.03 05:14:15.452766 [ 3 ] {186f4390-164e-497d-b7e3-c296d441cfad} <Trace> oximeter.fields_string (d10ead57-c466-400e-b267-5a50d181b38b): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4018 | 2024.04.03 05:14:15.452891 [ 3 ] {186f4390-164e-497d-b7e3-c296d441cfad} <Debug> executeQuery: Read 76 rows, 6.28 KiB in 0.001357 sec., 56005.89535740604 rows/sec., 4.52 MiB/sec. | ||
| 4019 | 2024.04.03 05:14:15.453008 [ 3 ] {186f4390-164e-497d-b7e3-c296d441cfad} <Debug> DynamicQueryHandler: Done processing query | ||
| 4020 | 2024.04.03 05:14:15.453032 [ 3 ] {186f4390-164e-497d-b7e3-c296d441cfad} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 4021 | 2024.04.03 05:14:15.453047 [ 3 ] {} <Debug> HTTP-Session: 10afb012-5efa-4772-b971-7f3305c2d30b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4022 | 2024.04.03 05:14:15.453163 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 611, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4023 | 2024.04.03 05:14:15.453213 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 4024 | 2024.04.03 05:14:15.453230 [ 3 ] {} <Debug> HTTP-Session: 9fc9c19b-b476-4d48-ad24-1c3dd7c6f9bf Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 4025 | 2024.04.03 05:14:15.453247 [ 3 ] {} <Debug> HTTP-Session: 9fc9c19b-b476-4d48-ad24-1c3dd7c6f9bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4026 | 2024.04.03 05:14:15.453261 [ 3 ] {} <Debug> HTTP-Session: 9fc9c19b-b476-4d48-ad24-1c3dd7c6f9bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4027 | 2024.04.03 05:14:15.453292 [ 3 ] {} <Trace> HTTP-Session: 9fc9c19b-b476-4d48-ad24-1c3dd7c6f9bf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4028 | 2024.04.03 05:14:15.453355 [ 3 ] {736e4ab3-74d8-4128-bc57-81bbc27f8e22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 4029 | 2024.04.03 05:14:15.453395 [ 3 ] {736e4ab3-74d8-4128-bc57-81bbc27f8e22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4030 | 2024.04.03 05:14:15.453518 [ 3 ] {736e4ab3-74d8-4128-bc57-81bbc27f8e22} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4031 | 2024.04.03 05:14:15.453816 [ 3 ] {736e4ab3-74d8-4128-bc57-81bbc27f8e22} <Trace> oximeter.fields_u16 (41a66443-8a96-4f3c-8966-36c835ebe802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4032 | 2024.04.03 05:14:15.453851 [ 3 ] {736e4ab3-74d8-4128-bc57-81bbc27f8e22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4033 | 2024.04.03 05:14:15.454142 [ 3 ] {736e4ab3-74d8-4128-bc57-81bbc27f8e22} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 4034 | 2024.04.03 05:14:15.454449 [ 3 ] {736e4ab3-74d8-4128-bc57-81bbc27f8e22} <Trace> oximeter.fields_u16 (41a66443-8a96-4f3c-8966-36c835ebe802): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4035 | 2024.04.03 05:14:15.454567 [ 3 ] {736e4ab3-74d8-4128-bc57-81bbc27f8e22} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001236 sec., 3236.245954692557 rows/sec., 225.97 KiB/sec. | ||
| 4036 | 2024.04.03 05:14:15.454714 [ 3 ] {736e4ab3-74d8-4128-bc57-81bbc27f8e22} <Debug> DynamicQueryHandler: Done processing query | ||
| 4037 | 2024.04.03 05:14:15.454739 [ 3 ] {736e4ab3-74d8-4128-bc57-81bbc27f8e22} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 4038 | 2024.04.03 05:14:15.454754 [ 3 ] {} <Debug> HTTP-Session: 9fc9c19b-b476-4d48-ad24-1c3dd7c6f9bf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4039 | 2024.04.03 05:14:15.454883 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 12588, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4040 | 2024.04.03 05:14:15.454931 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 4041 | 2024.04.03 05:14:15.454949 [ 3 ] {} <Debug> HTTP-Session: 8bb96162-1a0c-4d6a-b2f4-0aa4591e4cfb Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 4042 | 2024.04.03 05:14:15.454965 [ 3 ] {} <Debug> HTTP-Session: 8bb96162-1a0c-4d6a-b2f4-0aa4591e4cfb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4043 | 2024.04.03 05:14:15.454979 [ 3 ] {} <Debug> HTTP-Session: 8bb96162-1a0c-4d6a-b2f4-0aa4591e4cfb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4044 | 2024.04.03 05:14:15.455009 [ 3 ] {} <Trace> HTTP-Session: 8bb96162-1a0c-4d6a-b2f4-0aa4591e4cfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4045 | 2024.04.03 05:14:15.455094 [ 3 ] {eca3b62d-b924-4fc0-84bb-f96fea51f46d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 4046 | 2024.04.03 05:14:15.455135 [ 3 ] {eca3b62d-b924-4fc0-84bb-f96fea51f46d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4047 | 2024.04.03 05:14:15.455258 [ 3 ] {eca3b62d-b924-4fc0-84bb-f96fea51f46d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4048 | 2024.04.03 05:14:15.455575 [ 3 ] {eca3b62d-b924-4fc0-84bb-f96fea51f46d} <Trace> oximeter.fields_uuid (78132754-fa1e-4d68-980a-5012099aee94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4049 | 2024.04.03 05:14:15.455610 [ 3 ] {eca3b62d-b924-4fc0-84bb-f96fea51f46d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4050 | 2024.04.03 05:14:15.455916 [ 3 ] {eca3b62d-b924-4fc0-84bb-f96fea51f46d} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4051 | 2024.04.03 05:14:15.456362 [ 3 ] {eca3b62d-b924-4fc0-84bb-f96fea51f46d} <Trace> oximeter.fields_uuid (78132754-fa1e-4d68-980a-5012099aee94): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4052 | 2024.04.03 05:14:15.456494 [ 3 ] {eca3b62d-b924-4fc0-84bb-f96fea51f46d} <Debug> executeQuery: Read 74 rows, 5.92 KiB in 0.00144 sec., 51388.88888888888 rows/sec., 4.02 MiB/sec. | ||
| 4053 | 2024.04.03 05:14:15.456612 [ 3 ] {eca3b62d-b924-4fc0-84bb-f96fea51f46d} <Debug> DynamicQueryHandler: Done processing query | ||
| 4054 | 2024.04.03 05:14:15.456638 [ 3 ] {eca3b62d-b924-4fc0-84bb-f96fea51f46d} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 4055 | 2024.04.03 05:14:15.456654 [ 3 ] {} <Debug> HTTP-Session: 8bb96162-1a0c-4d6a-b2f4-0aa4591e4cfb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4056 | 2024.04.03 05:14:15.456821 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 31016, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4057 | 2024.04.03 05:14:15.456872 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 4058 | 2024.04.03 05:14:15.456891 [ 3 ] {} <Debug> HTTP-Session: 30306bc5-be19-4ac8-b245-7d1c31fd7029 Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 4059 | 2024.04.03 05:14:15.456907 [ 3 ] {} <Debug> HTTP-Session: 30306bc5-be19-4ac8-b245-7d1c31fd7029 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4060 | 2024.04.03 05:14:15.456921 [ 3 ] {} <Debug> HTTP-Session: 30306bc5-be19-4ac8-b245-7d1c31fd7029 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4061 | 2024.04.03 05:14:15.456953 [ 3 ] {} <Trace> HTTP-Session: 30306bc5-be19-4ac8-b245-7d1c31fd7029 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4062 | 2024.04.03 05:14:15.457075 [ 3 ] {1b8b263c-b33b-4aa0-9060-778d6db5410b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4063 | 2024.04.03 05:14:15.457120 [ 3 ] {1b8b263c-b33b-4aa0-9060-778d6db5410b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4064 | 2024.04.03 05:14:15.457264 [ 3 ] {1b8b263c-b33b-4aa0-9060-778d6db5410b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4065 | 2024.04.03 05:14:15.457644 [ 3 ] {1b8b263c-b33b-4aa0-9060-778d6db5410b} <Trace> oximeter.measurements_cumulativeu64 (6373e3b3-ce8a-4e66-a523-d07c961c74b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4066 | 2024.04.03 05:14:15.457680 [ 3 ] {1b8b263c-b33b-4aa0-9060-778d6db5410b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4067 | 2024.04.03 05:14:15.458080 [ 3 ] {1b8b263c-b33b-4aa0-9060-778d6db5410b} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4068 | 2024.04.03 05:14:15.458424 [ 3 ] {1b8b263c-b33b-4aa0-9060-778d6db5410b} <Trace> oximeter.measurements_cumulativeu64 (6373e3b3-ce8a-4e66-a523-d07c961c74b1): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4069 | 2024.04.03 05:14:15.458552 [ 3 ] {1b8b263c-b33b-4aa0-9060-778d6db5410b} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001552 sec., 104381.44329896907 rows/sec., 7.27 MiB/sec. | ||
| 4070 | 2024.04.03 05:14:15.458674 [ 3 ] {1b8b263c-b33b-4aa0-9060-778d6db5410b} <Debug> DynamicQueryHandler: Done processing query | ||
| 4071 | 2024.04.03 05:14:15.458698 [ 3 ] {1b8b263c-b33b-4aa0-9060-778d6db5410b} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
| 4072 | 2024.04.03 05:14:15.458714 [ 3 ] {} <Debug> HTTP-Session: 30306bc5-be19-4ac8-b245-7d1c31fd7029 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4073 | 2024.04.03 05:14:15.458844 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 6476, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4074 | 2024.04.03 05:14:15.458894 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 4075 | 2024.04.03 05:14:15.458913 [ 3 ] {} <Debug> HTTP-Session: 95a5fab6-37a5-4e98-94fa-5f1d30d4218e Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 4076 | 2024.04.03 05:14:15.458929 [ 3 ] {} <Debug> HTTP-Session: 95a5fab6-37a5-4e98-94fa-5f1d30d4218e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4077 | 2024.04.03 05:14:15.458943 [ 3 ] {} <Debug> HTTP-Session: 95a5fab6-37a5-4e98-94fa-5f1d30d4218e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4078 | 2024.04.03 05:14:15.458974 [ 3 ] {} <Trace> HTTP-Session: 95a5fab6-37a5-4e98-94fa-5f1d30d4218e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4079 | 2024.04.03 05:14:15.459085 [ 3 ] {6d8d36ad-bc6b-4561-97d6-1a152e7d3a1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 4080 | 2024.04.03 05:14:15.459130 [ 3 ] {6d8d36ad-bc6b-4561-97d6-1a152e7d3a1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 4081 | 2024.04.03 05:14:15.459284 [ 3 ] {6d8d36ad-bc6b-4561-97d6-1a152e7d3a1f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4082 | 2024.04.03 05:14:15.459606 [ 3 ] {6d8d36ad-bc6b-4561-97d6-1a152e7d3a1f} <Trace> oximeter.measurements_histogramf64 (8b69ac98-35f5-4c32-8452-ff3027d9bc94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4083 | 2024.04.03 05:14:15.459641 [ 3 ] {6d8d36ad-bc6b-4561-97d6-1a152e7d3a1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4084 | 2024.04.03 05:14:15.460026 [ 3 ] {6d8d36ad-bc6b-4561-97d6-1a152e7d3a1f} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 4085 | 2024.04.03 05:14:15.460364 [ 3 ] {6d8d36ad-bc6b-4561-97d6-1a152e7d3a1f} <Trace> oximeter.measurements_histogramf64 (8b69ac98-35f5-4c32-8452-ff3027d9bc94): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4086 | 2024.04.03 05:14:15.460491 [ 3 ] {6d8d36ad-bc6b-4561-97d6-1a152e7d3a1f} <Debug> executeQuery: Read 6 rows, 8.29 KiB in 0.001475 sec., 4067.7966101694915 rows/sec., 5.49 MiB/sec. | ||
| 4087 | 2024.04.03 05:14:15.460615 [ 3 ] {6d8d36ad-bc6b-4561-97d6-1a152e7d3a1f} <Debug> DynamicQueryHandler: Done processing query | ||
| 4088 | 2024.04.03 05:14:15.460639 [ 3 ] {6d8d36ad-bc6b-4561-97d6-1a152e7d3a1f} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 4089 | 2024.04.03 05:14:15.460655 [ 3 ] {} <Debug> HTTP-Session: 95a5fab6-37a5-4e98-94fa-5f1d30d4218e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4090 | 2024.04.03 05:14:15.460771 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4091 | 2024.04.03 05:14:15.460819 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 4092 | 2024.04.03 05:14:15.460836 [ 3 ] {} <Debug> HTTP-Session: 5dccac01-6dae-439f-8c0a-1c6584f77a1d Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 4093 | 2024.04.03 05:14:15.460852 [ 3 ] {} <Debug> HTTP-Session: 5dccac01-6dae-439f-8c0a-1c6584f77a1d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4094 | 2024.04.03 05:14:15.460865 [ 3 ] {} <Debug> HTTP-Session: 5dccac01-6dae-439f-8c0a-1c6584f77a1d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4095 | 2024.04.03 05:14:15.460897 [ 3 ] {} <Trace> HTTP-Session: 5dccac01-6dae-439f-8c0a-1c6584f77a1d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4096 | 2024.04.03 05:14:15.460994 [ 3 ] {b61fa078-d43b-4ea8-8c45-e567ca4c9377} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 4097 | 2024.04.03 05:14:15.461036 [ 3 ] {b61fa078-d43b-4ea8-8c45-e567ca4c9377} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4098 | 2024.04.03 05:14:15.461161 [ 3 ] {b61fa078-d43b-4ea8-8c45-e567ca4c9377} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4099 | 2024.04.03 05:14:15.461443 [ 3 ] {b61fa078-d43b-4ea8-8c45-e567ca4c9377} <Trace> oximeter.measurements_u64 (de6da706-3917-4020-8d2f-ffa74140e97c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4100 | 2024.04.03 05:14:15.461478 [ 3 ] {b61fa078-d43b-4ea8-8c45-e567ca4c9377} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4101 | 2024.04.03 05:14:15.461837 [ 3 ] {b61fa078-d43b-4ea8-8c45-e567ca4c9377} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4102 | 2024.04.03 05:14:15.462170 [ 3 ] {b61fa078-d43b-4ea8-8c45-e567ca4c9377} <Trace> oximeter.measurements_u64 (de6da706-3917-4020-8d2f-ffa74140e97c): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4103 | 2024.04.03 05:14:15.462294 [ 3 ] {b61fa078-d43b-4ea8-8c45-e567ca4c9377} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00135 sec., 44444.444444444445 rows/sec., 3.00 MiB/sec. | ||
| 4104 | 2024.04.03 05:14:15.462414 [ 3 ] {b61fa078-d43b-4ea8-8c45-e567ca4c9377} <Debug> DynamicQueryHandler: Done processing query | ||
| 4105 | 2024.04.03 05:14:15.462438 [ 3 ] {b61fa078-d43b-4ea8-8c45-e567ca4c9377} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 4106 | 2024.04.03 05:14:15.462454 [ 3 ] {} <Debug> HTTP-Session: 5dccac01-6dae-439f-8c0a-1c6584f77a1d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4107 | 2024.04.03 05:14:18.989869 [ 151 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4108 | 2024.04.03 05:14:18.989933 [ 151 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4109 | 2024.04.03 05:14:20.448371 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 3778, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4110 | 2024.04.03 05:14:20.448499 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 4111 | 2024.04.03 05:14:20.448528 [ 3 ] {} <Debug> HTTP-Session: e16728e3-2f27-40ca-b3ef-2f339e7d2ca0 Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 4112 | 2024.04.03 05:14:20.448557 [ 3 ] {} <Debug> HTTP-Session: e16728e3-2f27-40ca-b3ef-2f339e7d2ca0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4113 | 2024.04.03 05:14:20.448575 [ 3 ] {} <Debug> HTTP-Session: e16728e3-2f27-40ca-b3ef-2f339e7d2ca0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4114 | 2024.04.03 05:14:20.448632 [ 3 ] {} <Trace> HTTP-Session: e16728e3-2f27-40ca-b3ef-2f339e7d2ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4115 | 2024.04.03 05:14:20.448801 [ 3 ] {8946d8ea-5197-4345-bc54-21836c7b22c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 4116 | 2024.04.03 05:14:20.448869 [ 3 ] {8946d8ea-5197-4345-bc54-21836c7b22c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 4117 | 2024.04.03 05:14:20.449062 [ 3 ] {8946d8ea-5197-4345-bc54-21836c7b22c6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4118 | 2024.04.03 05:14:20.449493 [ 3 ] {8946d8ea-5197-4345-bc54-21836c7b22c6} <Trace> oximeter.fields_i64 (c23e6cbf-9c88-4b2e-b6de-a673a008017a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4119 | 2024.04.03 05:14:20.449543 [ 3 ] {8946d8ea-5197-4345-bc54-21836c7b22c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4120 | 2024.04.03 05:14:20.449938 [ 3 ] {8946d8ea-5197-4345-bc54-21836c7b22c6} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4121 | 2024.04.03 05:14:20.450274 [ 3 ] {8946d8ea-5197-4345-bc54-21836c7b22c6} <Trace> oximeter.fields_i64 (c23e6cbf-9c88-4b2e-b6de-a673a008017a): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4122 | 2024.04.03 05:14:20.450467 [ 3 ] {8946d8ea-5197-4345-bc54-21836c7b22c6} <Debug> executeQuery: Read 26 rows, 2.11 KiB in 0.001715 sec., 15160.349854227406 rows/sec., 1.20 MiB/sec. | ||
| 4123 | 2024.04.03 05:14:20.450617 [ 3 ] {8946d8ea-5197-4345-bc54-21836c7b22c6} <Debug> DynamicQueryHandler: Done processing query | ||
| 4124 | 2024.04.03 05:14:20.450643 [ 3 ] {8946d8ea-5197-4345-bc54-21836c7b22c6} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 4125 | 2024.04.03 05:14:20.450686 [ 3 ] {} <Debug> HTTP-Session: e16728e3-2f27-40ca-b3ef-2f339e7d2ca0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4126 | 2024.04.03 05:14:20.450854 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 993, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4127 | 2024.04.03 05:14:20.450911 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 4128 | 2024.04.03 05:14:20.450931 [ 3 ] {} <Debug> HTTP-Session: 8e0a0327-2bb3-4f9a-8471-742772b151c6 Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 4129 | 2024.04.03 05:14:20.450950 [ 3 ] {} <Debug> HTTP-Session: 8e0a0327-2bb3-4f9a-8471-742772b151c6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4130 | 2024.04.03 05:14:20.450963 [ 3 ] {} <Debug> HTTP-Session: 8e0a0327-2bb3-4f9a-8471-742772b151c6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4131 | 2024.04.03 05:14:20.450999 [ 3 ] {} <Trace> HTTP-Session: 8e0a0327-2bb3-4f9a-8471-742772b151c6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4132 | 2024.04.03 05:14:20.451071 [ 3 ] {807677fe-c762-43ad-8e3d-41cfee76d62c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 4133 | 2024.04.03 05:14:20.451114 [ 3 ] {807677fe-c762-43ad-8e3d-41cfee76d62c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4134 | 2024.04.03 05:14:20.451241 [ 3 ] {807677fe-c762-43ad-8e3d-41cfee76d62c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4135 | 2024.04.03 05:14:20.451536 [ 3 ] {807677fe-c762-43ad-8e3d-41cfee76d62c} <Trace> oximeter.fields_ipaddr (4af34eed-af07-47e9-bf27-cd9b0a7bc703): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4136 | 2024.04.03 05:14:20.451574 [ 3 ] {807677fe-c762-43ad-8e3d-41cfee76d62c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4137 | 2024.04.03 05:14:20.451872 [ 3 ] {807677fe-c762-43ad-8e3d-41cfee76d62c} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 4138 | 2024.04.03 05:14:20.452184 [ 3 ] {807677fe-c762-43ad-8e3d-41cfee76d62c} <Trace> oximeter.fields_ipaddr (4af34eed-af07-47e9-bf27-cd9b0a7bc703): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4139 | 2024.04.03 05:14:20.452337 [ 3 ] {807677fe-c762-43ad-8e3d-41cfee76d62c} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001294 sec., 4636.7851622874805 rows/sec., 378.10 KiB/sec. | ||
| 4140 | 2024.04.03 05:14:20.452456 [ 3 ] {807677fe-c762-43ad-8e3d-41cfee76d62c} <Debug> DynamicQueryHandler: Done processing query | ||
| 4141 | 2024.04.03 05:14:20.452481 [ 3 ] {807677fe-c762-43ad-8e3d-41cfee76d62c} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 4142 | 2024.04.03 05:14:20.452496 [ 3 ] {} <Debug> HTTP-Session: 8e0a0327-2bb3-4f9a-8471-742772b151c6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4143 | 2024.04.03 05:14:20.452629 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 20082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4144 | 2024.04.03 05:14:20.452678 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 4145 | 2024.04.03 05:14:20.452697 [ 3 ] {} <Debug> HTTP-Session: 84437bec-f2c4-45c1-a2af-11f552020b89 Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 4146 | 2024.04.03 05:14:20.452715 [ 3 ] {} <Debug> HTTP-Session: 84437bec-f2c4-45c1-a2af-11f552020b89 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4147 | 2024.04.03 05:14:20.452729 [ 3 ] {} <Debug> HTTP-Session: 84437bec-f2c4-45c1-a2af-11f552020b89 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4148 | 2024.04.03 05:14:20.452760 [ 3 ] {} <Trace> HTTP-Session: 84437bec-f2c4-45c1-a2af-11f552020b89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4149 | 2024.04.03 05:14:20.452867 [ 3 ] {06f07452-2fa8-434c-97af-d7476c263758} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 4150 | 2024.04.03 05:14:20.452907 [ 3 ] {06f07452-2fa8-434c-97af-d7476c263758} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4151 | 2024.04.03 05:14:20.453028 [ 3 ] {06f07452-2fa8-434c-97af-d7476c263758} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4152 | 2024.04.03 05:14:20.453418 [ 3 ] {06f07452-2fa8-434c-97af-d7476c263758} <Trace> oximeter.fields_string (d10ead57-c466-400e-b267-5a50d181b38b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4153 | 2024.04.03 05:14:20.453455 [ 3 ] {06f07452-2fa8-434c-97af-d7476c263758} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4154 | 2024.04.03 05:14:20.453767 [ 3 ] {06f07452-2fa8-434c-97af-d7476c263758} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4155 | 2024.04.03 05:14:20.454089 [ 3 ] {06f07452-2fa8-434c-97af-d7476c263758} <Trace> oximeter.fields_string (d10ead57-c466-400e-b267-5a50d181b38b): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4156 | 2024.04.03 05:14:20.454247 [ 3 ] {06f07452-2fa8-434c-97af-d7476c263758} <Debug> executeQuery: Read 137 rows, 11.74 KiB in 0.00144 sec., 95138.88888888888 rows/sec., 7.96 MiB/sec. | ||
| 4157 | 2024.04.03 05:14:20.454367 [ 3 ] {06f07452-2fa8-434c-97af-d7476c263758} <Debug> DynamicQueryHandler: Done processing query | ||
| 4158 | 2024.04.03 05:14:20.454391 [ 3 ] {06f07452-2fa8-434c-97af-d7476c263758} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
| 4159 | 2024.04.03 05:14:20.454406 [ 3 ] {} <Debug> HTTP-Session: 84437bec-f2c4-45c1-a2af-11f552020b89 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4160 | 2024.04.03 05:14:20.454525 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 892, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4161 | 2024.04.03 05:14:20.454572 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 4162 | 2024.04.03 05:14:20.454590 [ 3 ] {} <Debug> HTTP-Session: 32649e5d-4c7d-446e-ae44-adb245896c36 Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 4163 | 2024.04.03 05:14:20.454606 [ 3 ] {} <Debug> HTTP-Session: 32649e5d-4c7d-446e-ae44-adb245896c36 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4164 | 2024.04.03 05:14:20.454620 [ 3 ] {} <Debug> HTTP-Session: 32649e5d-4c7d-446e-ae44-adb245896c36 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4165 | 2024.04.03 05:14:20.454649 [ 3 ] {} <Trace> HTTP-Session: 32649e5d-4c7d-446e-ae44-adb245896c36 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4166 | 2024.04.03 05:14:20.454712 [ 3 ] {9d4095c3-e5df-49a6-8614-9b5b59245552} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 4167 | 2024.04.03 05:14:20.454752 [ 3 ] {9d4095c3-e5df-49a6-8614-9b5b59245552} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4168 | 2024.04.03 05:14:20.454875 [ 3 ] {9d4095c3-e5df-49a6-8614-9b5b59245552} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4169 | 2024.04.03 05:14:20.455166 [ 3 ] {9d4095c3-e5df-49a6-8614-9b5b59245552} <Trace> oximeter.fields_u16 (41a66443-8a96-4f3c-8966-36c835ebe802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4170 | 2024.04.03 05:14:20.455204 [ 3 ] {9d4095c3-e5df-49a6-8614-9b5b59245552} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4171 | 2024.04.03 05:14:20.455504 [ 3 ] {9d4095c3-e5df-49a6-8614-9b5b59245552} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 4172 | 2024.04.03 05:14:20.455826 [ 3 ] {9d4095c3-e5df-49a6-8614-9b5b59245552} <Trace> oximeter.fields_u16 (41a66443-8a96-4f3c-8966-36c835ebe802): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4173 | 2024.04.03 05:14:20.455985 [ 3 ] {9d4095c3-e5df-49a6-8614-9b5b59245552} <Debug> executeQuery: Read 6 rows, 429.00 B in 0.001285 sec., 4669.260700389105 rows/sec., 326.03 KiB/sec. | ||
| 4174 | 2024.04.03 05:14:20.456208 [ 3 ] {9d4095c3-e5df-49a6-8614-9b5b59245552} <Debug> DynamicQueryHandler: Done processing query | ||
| 4175 | 2024.04.03 05:14:20.456234 [ 3 ] {9d4095c3-e5df-49a6-8614-9b5b59245552} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 4176 | 2024.04.03 05:14:20.456249 [ 3 ] {} <Debug> HTTP-Session: 32649e5d-4c7d-446e-ae44-adb245896c36 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4177 | 2024.04.03 05:14:20.456367 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 16320, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4178 | 2024.04.03 05:14:20.456413 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 4179 | 2024.04.03 05:14:20.456430 [ 3 ] {} <Debug> HTTP-Session: 141fc360-c28c-48a6-91a4-2179709d1c8e Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 4180 | 2024.04.03 05:14:20.456446 [ 3 ] {} <Debug> HTTP-Session: 141fc360-c28c-48a6-91a4-2179709d1c8e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4181 | 2024.04.03 05:14:20.456460 [ 3 ] {} <Debug> HTTP-Session: 141fc360-c28c-48a6-91a4-2179709d1c8e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4182 | 2024.04.03 05:14:20.456490 [ 3 ] {} <Trace> HTTP-Session: 141fc360-c28c-48a6-91a4-2179709d1c8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4183 | 2024.04.03 05:14:20.456584 [ 3 ] {58dc2dc6-694d-46ef-bb4d-27dd4c546545} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 4184 | 2024.04.03 05:14:20.456625 [ 3 ] {58dc2dc6-694d-46ef-bb4d-27dd4c546545} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4185 | 2024.04.03 05:14:20.456767 [ 3 ] {58dc2dc6-694d-46ef-bb4d-27dd4c546545} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4186 | 2024.04.03 05:14:20.457108 [ 3 ] {58dc2dc6-694d-46ef-bb4d-27dd4c546545} <Trace> oximeter.fields_uuid (78132754-fa1e-4d68-980a-5012099aee94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4187 | 2024.04.03 05:14:20.457146 [ 3 ] {58dc2dc6-694d-46ef-bb4d-27dd4c546545} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4188 | 2024.04.03 05:14:20.457451 [ 3 ] {58dc2dc6-694d-46ef-bb4d-27dd4c546545} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4189 | 2024.04.03 05:14:20.457754 [ 3 ] {58dc2dc6-694d-46ef-bb4d-27dd4c546545} <Trace> oximeter.fields_uuid (78132754-fa1e-4d68-980a-5012099aee94): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4190 | 2024.04.03 05:14:20.457919 [ 3 ] {58dc2dc6-694d-46ef-bb4d-27dd4c546545} <Debug> executeQuery: Read 96 rows, 7.69 KiB in 0.001372 sec., 69970.84548104956 rows/sec., 5.47 MiB/sec. | ||
| 4191 | 2024.04.03 05:14:20.458125 [ 3 ] {58dc2dc6-694d-46ef-bb4d-27dd4c546545} <Debug> DynamicQueryHandler: Done processing query | ||
| 4192 | 2024.04.03 05:14:20.458173 [ 3 ] {58dc2dc6-694d-46ef-bb4d-27dd4c546545} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 4193 | 2024.04.03 05:14:20.458209 [ 3 ] {} <Debug> HTTP-Session: 141fc360-c28c-48a6-91a4-2179709d1c8e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4194 | 2024.04.03 05:14:20.458381 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 31212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4195 | 2024.04.03 05:14:20.458429 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 4196 | 2024.04.03 05:14:20.458447 [ 3 ] {} <Debug> HTTP-Session: a28b1f82-0707-412e-944e-eee830a031f7 Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 4197 | 2024.04.03 05:14:20.458464 [ 3 ] {} <Debug> HTTP-Session: a28b1f82-0707-412e-944e-eee830a031f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4198 | 2024.04.03 05:14:20.458477 [ 3 ] {} <Debug> HTTP-Session: a28b1f82-0707-412e-944e-eee830a031f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4199 | 2024.04.03 05:14:20.458507 [ 3 ] {} <Trace> HTTP-Session: a28b1f82-0707-412e-944e-eee830a031f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4200 | 2024.04.03 05:14:20.458625 [ 3 ] {66f8e2b5-b07f-41bb-a716-0821603ca97d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4201 | 2024.04.03 05:14:20.458670 [ 3 ] {66f8e2b5-b07f-41bb-a716-0821603ca97d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4202 | 2024.04.03 05:14:20.458831 [ 3 ] {66f8e2b5-b07f-41bb-a716-0821603ca97d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4203 | 2024.04.03 05:14:20.459209 [ 3 ] {66f8e2b5-b07f-41bb-a716-0821603ca97d} <Trace> oximeter.measurements_cumulativeu64 (6373e3b3-ce8a-4e66-a523-d07c961c74b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4204 | 2024.04.03 05:14:20.459245 [ 3 ] {66f8e2b5-b07f-41bb-a716-0821603ca97d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4205 | 2024.04.03 05:14:20.459625 [ 3 ] {66f8e2b5-b07f-41bb-a716-0821603ca97d} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4206 | 2024.04.03 05:14:20.459965 [ 3 ] {66f8e2b5-b07f-41bb-a716-0821603ca97d} <Trace> oximeter.measurements_cumulativeu64 (6373e3b3-ce8a-4e66-a523-d07c961c74b1): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4207 | 2024.04.03 05:14:20.460128 [ 3 ] {66f8e2b5-b07f-41bb-a716-0821603ca97d} <Debug> executeQuery: Read 163 rows, 11.62 KiB in 0.001565 sec., 104153.35463258786 rows/sec., 7.25 MiB/sec. | ||
| 4208 | 2024.04.03 05:14:20.460251 [ 3 ] {66f8e2b5-b07f-41bb-a716-0821603ca97d} <Debug> DynamicQueryHandler: Done processing query | ||
| 4209 | 2024.04.03 05:14:20.460274 [ 3 ] {66f8e2b5-b07f-41bb-a716-0821603ca97d} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
| 4210 | 2024.04.03 05:14:20.460290 [ 3 ] {} <Debug> HTTP-Session: a28b1f82-0707-412e-944e-eee830a031f7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4211 | 2024.04.03 05:14:20.460443 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 27854, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4212 | 2024.04.03 05:14:20.460489 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 4213 | 2024.04.03 05:14:20.460507 [ 3 ] {} <Debug> HTTP-Session: ed2b0232-62ab-41ad-9524-16415cc005e2 Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 4214 | 2024.04.03 05:14:20.460524 [ 3 ] {} <Debug> HTTP-Session: ed2b0232-62ab-41ad-9524-16415cc005e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4215 | 2024.04.03 05:14:20.460537 [ 3 ] {} <Debug> HTTP-Session: ed2b0232-62ab-41ad-9524-16415cc005e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4216 | 2024.04.03 05:14:20.460567 [ 3 ] {} <Trace> HTTP-Session: ed2b0232-62ab-41ad-9524-16415cc005e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4217 | 2024.04.03 05:14:20.460823 [ 3 ] {c7dd5f91-7abc-40df-bebc-4a0f571bf066} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 4218 | 2024.04.03 05:14:20.460870 [ 3 ] {c7dd5f91-7abc-40df-bebc-4a0f571bf066} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 4219 | 2024.04.03 05:14:20.461023 [ 3 ] {c7dd5f91-7abc-40df-bebc-4a0f571bf066} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4220 | 2024.04.03 05:14:20.461437 [ 3 ] {c7dd5f91-7abc-40df-bebc-4a0f571bf066} <Trace> oximeter.measurements_histogramf64 (8b69ac98-35f5-4c32-8452-ff3027d9bc94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4221 | 2024.04.03 05:14:20.461473 [ 3 ] {c7dd5f91-7abc-40df-bebc-4a0f571bf066} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4222 | 2024.04.03 05:14:20.461875 [ 3 ] {c7dd5f91-7abc-40df-bebc-4a0f571bf066} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4223 | 2024.04.03 05:14:20.462220 [ 3 ] {c7dd5f91-7abc-40df-bebc-4a0f571bf066} <Trace> oximeter.measurements_histogramf64 (8b69ac98-35f5-4c32-8452-ff3027d9bc94): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4224 | 2024.04.03 05:14:20.462397 [ 3 ] {c7dd5f91-7abc-40df-bebc-4a0f571bf066} <Debug> executeQuery: Read 26 rows, 35.93 KiB in 0.001771 sec., 14680.971202710332 rows/sec., 19.81 MiB/sec. | ||
| 4225 | 2024.04.03 05:14:20.462526 [ 3 ] {c7dd5f91-7abc-40df-bebc-4a0f571bf066} <Debug> DynamicQueryHandler: Done processing query | ||
| 4226 | 2024.04.03 05:14:20.462549 [ 3 ] {c7dd5f91-7abc-40df-bebc-4a0f571bf066} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
| 4227 | 2024.04.03 05:14:20.462565 [ 3 ] {} <Debug> HTTP-Session: ed2b0232-62ab-41ad-9524-16415cc005e2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4228 | 2024.04.03 05:14:20.462691 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4229 | 2024.04.03 05:14:20.462738 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 4230 | 2024.04.03 05:14:20.462757 [ 3 ] {} <Debug> HTTP-Session: 6002507b-7ebc-42b4-b801-eb6188cafa18 Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 4231 | 2024.04.03 05:14:20.462773 [ 3 ] {} <Debug> HTTP-Session: 6002507b-7ebc-42b4-b801-eb6188cafa18 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4232 | 2024.04.03 05:14:20.462787 [ 3 ] {} <Debug> HTTP-Session: 6002507b-7ebc-42b4-b801-eb6188cafa18 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4233 | 2024.04.03 05:14:20.462816 [ 3 ] {} <Trace> HTTP-Session: 6002507b-7ebc-42b4-b801-eb6188cafa18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4234 | 2024.04.03 05:14:20.462903 [ 3 ] {b64bcfe0-b926-43d9-8f26-f74c9b081611} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 4235 | 2024.04.03 05:14:20.462945 [ 3 ] {b64bcfe0-b926-43d9-8f26-f74c9b081611} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4236 | 2024.04.03 05:14:20.463083 [ 3 ] {b64bcfe0-b926-43d9-8f26-f74c9b081611} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4237 | 2024.04.03 05:14:20.463438 [ 3 ] {b64bcfe0-b926-43d9-8f26-f74c9b081611} <Trace> oximeter.measurements_u64 (de6da706-3917-4020-8d2f-ffa74140e97c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4238 | 2024.04.03 05:14:20.463475 [ 3 ] {b64bcfe0-b926-43d9-8f26-f74c9b081611} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4239 | 2024.04.03 05:14:20.463835 [ 3 ] {b64bcfe0-b926-43d9-8f26-f74c9b081611} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4240 | 2024.04.03 05:14:20.464166 [ 3 ] {b64bcfe0-b926-43d9-8f26-f74c9b081611} <Trace> oximeter.measurements_u64 (de6da706-3917-4020-8d2f-ffa74140e97c): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4241 | 2024.04.03 05:14:20.464321 [ 3 ] {b64bcfe0-b926-43d9-8f26-f74c9b081611} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00146 sec., 41095.890410958906 rows/sec., 2.77 MiB/sec. | ||
| 4242 | 2024.04.03 05:14:20.464447 [ 3 ] {b64bcfe0-b926-43d9-8f26-f74c9b081611} <Debug> DynamicQueryHandler: Done processing query | ||
| 4243 | 2024.04.03 05:14:20.464472 [ 3 ] {b64bcfe0-b926-43d9-8f26-f74c9b081611} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 4244 | 2024.04.03 05:14:20.464487 [ 3 ] {} <Debug> HTTP-Session: 6002507b-7ebc-42b4-b801-eb6188cafa18 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4245 | 2024.04.03 05:14:25.448520 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 911, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4246 | 2024.04.03 05:14:25.448707 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 4247 | 2024.04.03 05:14:25.448750 [ 3 ] {} <Debug> HTTP-Session: 95b25e23-3d38-4604-a24d-d764b6e0d6cf Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 4248 | 2024.04.03 05:14:25.448791 [ 3 ] {} <Debug> HTTP-Session: 95b25e23-3d38-4604-a24d-d764b6e0d6cf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4249 | 2024.04.03 05:14:25.448820 [ 3 ] {} <Debug> HTTP-Session: 95b25e23-3d38-4604-a24d-d764b6e0d6cf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4250 | 2024.04.03 05:14:25.448900 [ 3 ] {} <Trace> HTTP-Session: 95b25e23-3d38-4604-a24d-d764b6e0d6cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4251 | 2024.04.03 05:14:25.449041 [ 3 ] {4b4c0ff7-60d2-4bed-910e-bb0016977511} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 4252 | 2024.04.03 05:14:25.449106 [ 3 ] {4b4c0ff7-60d2-4bed-910e-bb0016977511} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 4253 | 2024.04.03 05:14:25.449296 [ 3 ] {4b4c0ff7-60d2-4bed-910e-bb0016977511} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4254 | 2024.04.03 05:14:25.449733 [ 3 ] {4b4c0ff7-60d2-4bed-910e-bb0016977511} <Trace> oximeter.fields_i64 (c23e6cbf-9c88-4b2e-b6de-a673a008017a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4255 | 2024.04.03 05:14:25.449780 [ 3 ] {4b4c0ff7-60d2-4bed-910e-bb0016977511} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4256 | 2024.04.03 05:14:25.450168 [ 3 ] {4b4c0ff7-60d2-4bed-910e-bb0016977511} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4257 | 2024.04.03 05:14:25.450518 [ 3 ] {4b4c0ff7-60d2-4bed-910e-bb0016977511} <Trace> oximeter.fields_i64 (c23e6cbf-9c88-4b2e-b6de-a673a008017a): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4258 | 2024.04.03 05:14:25.450678 [ 3 ] {4b4c0ff7-60d2-4bed-910e-bb0016977511} <Debug> executeQuery: Read 6 rows, 498.00 B in 0.001688 sec., 3554.5023696682465 rows/sec., 288.11 KiB/sec. | ||
| 4259 | 2024.04.03 05:14:25.450858 [ 3 ] {4b4c0ff7-60d2-4bed-910e-bb0016977511} <Debug> DynamicQueryHandler: Done processing query | ||
| 4260 | 2024.04.03 05:14:25.450886 [ 3 ] {4b4c0ff7-60d2-4bed-910e-bb0016977511} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 4261 | 2024.04.03 05:14:25.450902 [ 3 ] {} <Debug> HTTP-Session: 95b25e23-3d38-4604-a24d-d764b6e0d6cf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4262 | 2024.04.03 05:14:25.451038 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4263 | 2024.04.03 05:14:25.451089 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 4264 | 2024.04.03 05:14:25.451108 [ 3 ] {} <Debug> HTTP-Session: bec43489-84c2-4ec9-8f18-103e50540829 Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 4265 | 2024.04.03 05:14:25.451127 [ 3 ] {} <Debug> HTTP-Session: bec43489-84c2-4ec9-8f18-103e50540829 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4266 | 2024.04.03 05:14:25.451141 [ 3 ] {} <Debug> HTTP-Session: bec43489-84c2-4ec9-8f18-103e50540829 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4267 | 2024.04.03 05:14:25.451177 [ 3 ] {} <Trace> HTTP-Session: bec43489-84c2-4ec9-8f18-103e50540829 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4268 | 2024.04.03 05:14:25.451251 [ 3 ] {7c9836b5-fcb5-4cd8-a100-8f67d81c9fa3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 4269 | 2024.04.03 05:14:25.451297 [ 3 ] {7c9836b5-fcb5-4cd8-a100-8f67d81c9fa3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4270 | 2024.04.03 05:14:25.451425 [ 3 ] {7c9836b5-fcb5-4cd8-a100-8f67d81c9fa3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4271 | 2024.04.03 05:14:25.451732 [ 3 ] {7c9836b5-fcb5-4cd8-a100-8f67d81c9fa3} <Trace> oximeter.fields_ipaddr (4af34eed-af07-47e9-bf27-cd9b0a7bc703): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4272 | 2024.04.03 05:14:25.451770 [ 3 ] {7c9836b5-fcb5-4cd8-a100-8f67d81c9fa3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4273 | 2024.04.03 05:14:25.452078 [ 3 ] {7c9836b5-fcb5-4cd8-a100-8f67d81c9fa3} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 4274 | 2024.04.03 05:14:25.452401 [ 3 ] {7c9836b5-fcb5-4cd8-a100-8f67d81c9fa3} <Trace> oximeter.fields_ipaddr (4af34eed-af07-47e9-bf27-cd9b0a7bc703): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4275 | 2024.04.03 05:14:25.452561 [ 3 ] {7c9836b5-fcb5-4cd8-a100-8f67d81c9fa3} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001332 sec., 3003.003003003003 rows/sec., 244.87 KiB/sec. | ||
| 4276 | 2024.04.03 05:14:25.452775 [ 3 ] {7c9836b5-fcb5-4cd8-a100-8f67d81c9fa3} <Debug> DynamicQueryHandler: Done processing query | ||
| 4277 | 2024.04.03 05:14:25.452804 [ 3 ] {7c9836b5-fcb5-4cd8-a100-8f67d81c9fa3} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 4278 | 2024.04.03 05:14:25.452821 [ 3 ] {} <Debug> HTTP-Session: bec43489-84c2-4ec9-8f18-103e50540829 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4279 | 2024.04.03 05:14:25.452977 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 15894, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4280 | 2024.04.03 05:14:25.453026 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 4281 | 2024.04.03 05:14:25.453043 [ 3 ] {} <Debug> HTTP-Session: 1c8f401b-8c6f-4348-a8b8-da9d395e5f33 Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 4282 | 2024.04.03 05:14:25.453061 [ 3 ] {} <Debug> HTTP-Session: 1c8f401b-8c6f-4348-a8b8-da9d395e5f33 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4283 | 2024.04.03 05:14:25.453074 [ 3 ] {} <Debug> HTTP-Session: 1c8f401b-8c6f-4348-a8b8-da9d395e5f33 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4284 | 2024.04.03 05:14:25.453106 [ 3 ] {} <Trace> HTTP-Session: 1c8f401b-8c6f-4348-a8b8-da9d395e5f33 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4285 | 2024.04.03 05:14:25.453204 [ 3 ] {4f8d34f6-d50d-4f6f-9c72-252a93610a0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 4286 | 2024.04.03 05:14:25.453246 [ 3 ] {4f8d34f6-d50d-4f6f-9c72-252a93610a0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4287 | 2024.04.03 05:14:25.453383 [ 3 ] {4f8d34f6-d50d-4f6f-9c72-252a93610a0e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4288 | 2024.04.03 05:14:25.453721 [ 3 ] {4f8d34f6-d50d-4f6f-9c72-252a93610a0e} <Trace> oximeter.fields_string (d10ead57-c466-400e-b267-5a50d181b38b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4289 | 2024.04.03 05:14:25.453758 [ 3 ] {4f8d34f6-d50d-4f6f-9c72-252a93610a0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4290 | 2024.04.03 05:14:25.454072 [ 3 ] {4f8d34f6-d50d-4f6f-9c72-252a93610a0e} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4291 | 2024.04.03 05:14:25.454378 [ 3 ] {4f8d34f6-d50d-4f6f-9c72-252a93610a0e} <Trace> oximeter.fields_string (d10ead57-c466-400e-b267-5a50d181b38b): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4292 | 2024.04.03 05:14:25.454543 [ 3 ] {4f8d34f6-d50d-4f6f-9c72-252a93610a0e} <Debug> executeQuery: Read 112 rows, 9.08 KiB in 0.001382 sec., 81041.96816208394 rows/sec., 6.42 MiB/sec. | ||
| 4293 | 2024.04.03 05:14:25.454653 [ 3 ] {4f8d34f6-d50d-4f6f-9c72-252a93610a0e} <Debug> DynamicQueryHandler: Done processing query | ||
| 4294 | 2024.04.03 05:14:25.454677 [ 3 ] {4f8d34f6-d50d-4f6f-9c72-252a93610a0e} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
| 4295 | 2024.04.03 05:14:25.454693 [ 3 ] {} <Debug> HTTP-Session: 1c8f401b-8c6f-4348-a8b8-da9d395e5f33 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4296 | 2024.04.03 05:14:25.454818 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 610, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4297 | 2024.04.03 05:14:25.454863 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 4298 | 2024.04.03 05:14:25.454880 [ 3 ] {} <Debug> HTTP-Session: 5af7eac1-bac5-475a-b8d7-305014f913fe Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 4299 | 2024.04.03 05:14:25.454896 [ 3 ] {} <Debug> HTTP-Session: 5af7eac1-bac5-475a-b8d7-305014f913fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4300 | 2024.04.03 05:14:25.454910 [ 3 ] {} <Debug> HTTP-Session: 5af7eac1-bac5-475a-b8d7-305014f913fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4301 | 2024.04.03 05:14:25.454940 [ 3 ] {} <Trace> HTTP-Session: 5af7eac1-bac5-475a-b8d7-305014f913fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4302 | 2024.04.03 05:14:25.455005 [ 3 ] {4384a564-0718-4a07-99d1-5b2e6177d7e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 4303 | 2024.04.03 05:14:25.455045 [ 3 ] {4384a564-0718-4a07-99d1-5b2e6177d7e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4304 | 2024.04.03 05:14:25.455166 [ 3 ] {4384a564-0718-4a07-99d1-5b2e6177d7e6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4305 | 2024.04.03 05:14:25.455559 [ 3 ] {4384a564-0718-4a07-99d1-5b2e6177d7e6} <Trace> oximeter.fields_u16 (41a66443-8a96-4f3c-8966-36c835ebe802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4306 | 2024.04.03 05:14:25.455596 [ 3 ] {4384a564-0718-4a07-99d1-5b2e6177d7e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4307 | 2024.04.03 05:14:25.455889 [ 3 ] {4384a564-0718-4a07-99d1-5b2e6177d7e6} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 4308 | 2024.04.03 05:14:25.456191 [ 3 ] {4384a564-0718-4a07-99d1-5b2e6177d7e6} <Trace> oximeter.fields_u16 (41a66443-8a96-4f3c-8966-36c835ebe802): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4309 | 2024.04.03 05:14:25.456347 [ 3 ] {4384a564-0718-4a07-99d1-5b2e6177d7e6} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001364 sec., 2932.551319648094 rows/sec., 204.76 KiB/sec. | ||
| 4310 | 2024.04.03 05:14:25.456468 [ 3 ] {4384a564-0718-4a07-99d1-5b2e6177d7e6} <Debug> DynamicQueryHandler: Done processing query | ||
| 4311 | 2024.04.03 05:14:25.456493 [ 3 ] {4384a564-0718-4a07-99d1-5b2e6177d7e6} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 4312 | 2024.04.03 05:14:25.456508 [ 3 ] {} <Debug> HTTP-Session: 5af7eac1-bac5-475a-b8d7-305014f913fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4313 | 2024.04.03 05:14:25.456669 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 16626, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4314 | 2024.04.03 05:14:25.456716 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 4315 | 2024.04.03 05:14:25.456734 [ 3 ] {} <Debug> HTTP-Session: fa2e2d77-05f8-4031-932d-08f86ba92f27 Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 4316 | 2024.04.03 05:14:25.456751 [ 3 ] {} <Debug> HTTP-Session: fa2e2d77-05f8-4031-932d-08f86ba92f27 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4317 | 2024.04.03 05:14:25.456764 [ 3 ] {} <Debug> HTTP-Session: fa2e2d77-05f8-4031-932d-08f86ba92f27 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4318 | 2024.04.03 05:14:25.456795 [ 3 ] {} <Trace> HTTP-Session: fa2e2d77-05f8-4031-932d-08f86ba92f27 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4319 | 2024.04.03 05:14:25.456885 [ 3 ] {647715cb-5cf7-4251-861d-665afd3d5118} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 4320 | 2024.04.03 05:14:25.456927 [ 3 ] {647715cb-5cf7-4251-861d-665afd3d5118} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4321 | 2024.04.03 05:14:25.457048 [ 3 ] {647715cb-5cf7-4251-861d-665afd3d5118} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4322 | 2024.04.03 05:14:25.457410 [ 3 ] {647715cb-5cf7-4251-861d-665afd3d5118} <Trace> oximeter.fields_uuid (78132754-fa1e-4d68-980a-5012099aee94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4323 | 2024.04.03 05:14:25.457447 [ 3 ] {647715cb-5cf7-4251-861d-665afd3d5118} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4324 | 2024.04.03 05:14:25.457760 [ 3 ] {647715cb-5cf7-4251-861d-665afd3d5118} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4325 | 2024.04.03 05:14:25.458060 [ 3 ] {647715cb-5cf7-4251-861d-665afd3d5118} <Trace> oximeter.fields_uuid (78132754-fa1e-4d68-980a-5012099aee94): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4326 | 2024.04.03 05:14:25.458225 [ 3 ] {647715cb-5cf7-4251-861d-665afd3d5118} <Debug> executeQuery: Read 98 rows, 7.82 KiB in 0.001376 sec., 71220.93023255814 rows/sec., 5.55 MiB/sec. | ||
| 4327 | 2024.04.03 05:14:25.458347 [ 3 ] {647715cb-5cf7-4251-861d-665afd3d5118} <Debug> DynamicQueryHandler: Done processing query | ||
| 4328 | 2024.04.03 05:14:25.458372 [ 3 ] {647715cb-5cf7-4251-861d-665afd3d5118} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
| 4329 | 2024.04.03 05:14:25.458388 [ 3 ] {} <Debug> HTTP-Session: fa2e2d77-05f8-4031-932d-08f86ba92f27 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4330 | 2024.04.03 05:14:25.458568 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 37978, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4331 | 2024.04.03 05:14:25.458615 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 4332 | 2024.04.03 05:14:25.458632 [ 3 ] {} <Debug> HTTP-Session: d46a041f-c50e-4c15-9429-c6f385d277aa Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 4333 | 2024.04.03 05:14:25.458648 [ 3 ] {} <Debug> HTTP-Session: d46a041f-c50e-4c15-9429-c6f385d277aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4334 | 2024.04.03 05:14:25.458661 [ 3 ] {} <Debug> HTTP-Session: d46a041f-c50e-4c15-9429-c6f385d277aa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4335 | 2024.04.03 05:14:25.458692 [ 3 ] {} <Trace> HTTP-Session: d46a041f-c50e-4c15-9429-c6f385d277aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4336 | 2024.04.03 05:14:25.458825 [ 3 ] {12fd7d1f-b7f4-458f-8b55-b2680c92fb71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4337 | 2024.04.03 05:14:25.458870 [ 3 ] {12fd7d1f-b7f4-458f-8b55-b2680c92fb71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4338 | 2024.04.03 05:14:25.459010 [ 3 ] {12fd7d1f-b7f4-458f-8b55-b2680c92fb71} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4339 | 2024.04.03 05:14:25.459437 [ 3 ] {12fd7d1f-b7f4-458f-8b55-b2680c92fb71} <Trace> oximeter.measurements_cumulativeu64 (6373e3b3-ce8a-4e66-a523-d07c961c74b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4340 | 2024.04.03 05:14:25.459474 [ 3 ] {12fd7d1f-b7f4-458f-8b55-b2680c92fb71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4341 | 2024.04.03 05:14:25.459867 [ 3 ] {12fd7d1f-b7f4-458f-8b55-b2680c92fb71} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4342 | 2024.04.03 05:14:25.460204 [ 3 ] {12fd7d1f-b7f4-458f-8b55-b2680c92fb71} <Trace> oximeter.measurements_cumulativeu64 (6373e3b3-ce8a-4e66-a523-d07c961c74b1): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4343 | 2024.04.03 05:14:25.460368 [ 3 ] {12fd7d1f-b7f4-458f-8b55-b2680c92fb71} <Debug> executeQuery: Read 198 rows, 14.15 KiB in 0.001619 sec., 122297.71463866584 rows/sec., 8.54 MiB/sec. | ||
| 4344 | 2024.04.03 05:14:25.460552 [ 3 ] {12fd7d1f-b7f4-458f-8b55-b2680c92fb71} <Debug> DynamicQueryHandler: Done processing query | ||
| 4345 | 2024.04.03 05:14:25.460580 [ 3 ] {12fd7d1f-b7f4-458f-8b55-b2680c92fb71} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 4346 | 2024.04.03 05:14:25.460595 [ 3 ] {} <Debug> HTTP-Session: d46a041f-c50e-4c15-9429-c6f385d277aa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4347 | 2024.04.03 05:14:25.460726 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 6476, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4348 | 2024.04.03 05:14:25.460773 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 4349 | 2024.04.03 05:14:25.460790 [ 3 ] {} <Debug> HTTP-Session: fd250764-d4d7-4cfa-9e88-2f1c566fda85 Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 4350 | 2024.04.03 05:14:25.460806 [ 3 ] {} <Debug> HTTP-Session: fd250764-d4d7-4cfa-9e88-2f1c566fda85 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4351 | 2024.04.03 05:14:25.460820 [ 3 ] {} <Debug> HTTP-Session: fd250764-d4d7-4cfa-9e88-2f1c566fda85 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4352 | 2024.04.03 05:14:25.460850 [ 3 ] {} <Trace> HTTP-Session: fd250764-d4d7-4cfa-9e88-2f1c566fda85 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4353 | 2024.04.03 05:14:25.460963 [ 3 ] {110b1444-e258-49dc-8514-a665c52c4226} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 4354 | 2024.04.03 05:14:25.461009 [ 3 ] {110b1444-e258-49dc-8514-a665c52c4226} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 4355 | 2024.04.03 05:14:25.461165 [ 3 ] {110b1444-e258-49dc-8514-a665c52c4226} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4356 | 2024.04.03 05:14:25.461506 [ 3 ] {110b1444-e258-49dc-8514-a665c52c4226} <Trace> oximeter.measurements_histogramf64 (8b69ac98-35f5-4c32-8452-ff3027d9bc94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4357 | 2024.04.03 05:14:25.461543 [ 3 ] {110b1444-e258-49dc-8514-a665c52c4226} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4358 | 2024.04.03 05:14:25.461930 [ 3 ] {110b1444-e258-49dc-8514-a665c52c4226} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4359 | 2024.04.03 05:14:25.462269 [ 3 ] {110b1444-e258-49dc-8514-a665c52c4226} <Trace> oximeter.measurements_histogramf64 (8b69ac98-35f5-4c32-8452-ff3027d9bc94): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4360 | 2024.04.03 05:14:25.462432 [ 3 ] {110b1444-e258-49dc-8514-a665c52c4226} <Debug> executeQuery: Read 6 rows, 8.29 KiB in 0.001537 sec., 3903.7085230969424 rows/sec., 5.27 MiB/sec. | ||
| 4361 | 2024.04.03 05:14:25.462560 [ 3 ] {110b1444-e258-49dc-8514-a665c52c4226} <Debug> DynamicQueryHandler: Done processing query | ||
| 4362 | 2024.04.03 05:14:25.462583 [ 3 ] {110b1444-e258-49dc-8514-a665c52c4226} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 4363 | 2024.04.03 05:14:25.462599 [ 3 ] {} <Debug> HTTP-Session: fd250764-d4d7-4cfa-9e88-2f1c566fda85 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4364 | 2024.04.03 05:14:25.462710 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4365 | 2024.04.03 05:14:25.462760 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 4366 | 2024.04.03 05:14:25.462779 [ 3 ] {} <Debug> HTTP-Session: ab12c70b-d7d8-4f3f-b9f8-9871058f3d1a Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 4367 | 2024.04.03 05:14:25.462795 [ 3 ] {} <Debug> HTTP-Session: ab12c70b-d7d8-4f3f-b9f8-9871058f3d1a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4368 | 2024.04.03 05:14:25.462808 [ 3 ] {} <Debug> HTTP-Session: ab12c70b-d7d8-4f3f-b9f8-9871058f3d1a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4369 | 2024.04.03 05:14:25.462839 [ 3 ] {} <Trace> HTTP-Session: ab12c70b-d7d8-4f3f-b9f8-9871058f3d1a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4370 | 2024.04.03 05:14:25.462926 [ 3 ] {73f45917-075e-4610-aba5-e3708b01d05a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 4371 | 2024.04.03 05:14:25.462968 [ 3 ] {73f45917-075e-4610-aba5-e3708b01d05a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4372 | 2024.04.03 05:14:25.463092 [ 3 ] {73f45917-075e-4610-aba5-e3708b01d05a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4373 | 2024.04.03 05:14:25.463425 [ 3 ] {73f45917-075e-4610-aba5-e3708b01d05a} <Trace> oximeter.measurements_u64 (de6da706-3917-4020-8d2f-ffa74140e97c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4374 | 2024.04.03 05:14:25.463462 [ 3 ] {73f45917-075e-4610-aba5-e3708b01d05a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4375 | 2024.04.03 05:14:25.463825 [ 3 ] {73f45917-075e-4610-aba5-e3708b01d05a} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4376 | 2024.04.03 05:14:25.464147 [ 3 ] {73f45917-075e-4610-aba5-e3708b01d05a} <Trace> oximeter.measurements_u64 (de6da706-3917-4020-8d2f-ffa74140e97c): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4377 | 2024.04.03 05:14:25.464313 [ 3 ] {73f45917-075e-4610-aba5-e3708b01d05a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001421 sec., 42223.7860661506 rows/sec., 2.85 MiB/sec. | ||
| 4378 | 2024.04.03 05:14:25.464437 [ 3 ] {73f45917-075e-4610-aba5-e3708b01d05a} <Debug> DynamicQueryHandler: Done processing query | ||
| 4379 | 2024.04.03 05:14:25.464461 [ 3 ] {73f45917-075e-4610-aba5-e3708b01d05a} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 4380 | 2024.04.03 05:14:25.464476 [ 3 ] {} <Debug> HTTP-Session: ab12c70b-d7d8-4f3f-b9f8-9871058f3d1a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4381 | 2024.04.03 05:14:30.447588 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 3778, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4382 | 2024.04.03 05:14:30.447727 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 4383 | 2024.04.03 05:14:30.447756 [ 3 ] {} <Debug> HTTP-Session: 353dc502-2821-49a2-8ec7-2da9d5b81a23 Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 4384 | 2024.04.03 05:14:30.447784 [ 3 ] {} <Debug> HTTP-Session: 353dc502-2821-49a2-8ec7-2da9d5b81a23 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4385 | 2024.04.03 05:14:30.447803 [ 3 ] {} <Debug> HTTP-Session: 353dc502-2821-49a2-8ec7-2da9d5b81a23 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4386 | 2024.04.03 05:14:30.447857 [ 3 ] {} <Trace> HTTP-Session: 353dc502-2821-49a2-8ec7-2da9d5b81a23 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4387 | 2024.04.03 05:14:30.447998 [ 3 ] {de9f0202-1a4d-4014-af84-9c3fad363af1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 4388 | 2024.04.03 05:14:30.448071 [ 3 ] {de9f0202-1a4d-4014-af84-9c3fad363af1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 4389 | 2024.04.03 05:14:30.448268 [ 3 ] {de9f0202-1a4d-4014-af84-9c3fad363af1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4390 | 2024.04.03 05:14:30.448712 [ 3 ] {de9f0202-1a4d-4014-af84-9c3fad363af1} <Trace> oximeter.fields_i64 (c23e6cbf-9c88-4b2e-b6de-a673a008017a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4391 | 2024.04.03 05:14:30.448758 [ 3 ] {de9f0202-1a4d-4014-af84-9c3fad363af1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4392 | 2024.04.03 05:14:30.449145 [ 3 ] {de9f0202-1a4d-4014-af84-9c3fad363af1} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4393 | 2024.04.03 05:14:30.449489 [ 3 ] {de9f0202-1a4d-4014-af84-9c3fad363af1} <Trace> oximeter.fields_i64 (c23e6cbf-9c88-4b2e-b6de-a673a008017a): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4394 | 2024.04.03 05:14:30.449655 [ 3 ] {de9f0202-1a4d-4014-af84-9c3fad363af1} <Debug> executeQuery: Read 26 rows, 2.11 KiB in 0.001716 sec., 15151.51515151515 rows/sec., 1.20 MiB/sec. | ||
| 4395 | 2024.04.03 05:14:30.449848 [ 3 ] {de9f0202-1a4d-4014-af84-9c3fad363af1} <Debug> DynamicQueryHandler: Done processing query | ||
| 4396 | 2024.04.03 05:14:30.449875 [ 3 ] {de9f0202-1a4d-4014-af84-9c3fad363af1} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 4397 | 2024.04.03 05:14:30.449892 [ 3 ] {} <Debug> HTTP-Session: 353dc502-2821-49a2-8ec7-2da9d5b81a23 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4398 | 2024.04.03 05:14:30.450052 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 19648, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4399 | 2024.04.03 05:14:30.450107 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 4400 | 2024.04.03 05:14:30.450126 [ 3 ] {} <Debug> HTTP-Session: a5b81258-ad35-4267-b809-a663a782124c Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 4401 | 2024.04.03 05:14:30.450144 [ 3 ] {} <Debug> HTTP-Session: a5b81258-ad35-4267-b809-a663a782124c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4402 | 2024.04.03 05:14:30.450158 [ 3 ] {} <Debug> HTTP-Session: a5b81258-ad35-4267-b809-a663a782124c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4403 | 2024.04.03 05:14:30.450193 [ 3 ] {} <Trace> HTTP-Session: a5b81258-ad35-4267-b809-a663a782124c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4404 | 2024.04.03 05:14:30.450310 [ 3 ] {72d05769-4cdd-4c65-831f-8f3fec3d8337} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 4405 | 2024.04.03 05:14:30.450355 [ 3 ] {72d05769-4cdd-4c65-831f-8f3fec3d8337} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4406 | 2024.04.03 05:14:30.450483 [ 3 ] {72d05769-4cdd-4c65-831f-8f3fec3d8337} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4407 | 2024.04.03 05:14:30.450903 [ 3 ] {72d05769-4cdd-4c65-831f-8f3fec3d8337} <Trace> oximeter.fields_string (d10ead57-c466-400e-b267-5a50d181b38b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4408 | 2024.04.03 05:14:30.450940 [ 3 ] {72d05769-4cdd-4c65-831f-8f3fec3d8337} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4409 | 2024.04.03 05:14:30.451267 [ 3 ] {72d05769-4cdd-4c65-831f-8f3fec3d8337} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4410 | 2024.04.03 05:14:30.451582 [ 3 ] {72d05769-4cdd-4c65-831f-8f3fec3d8337} <Trace> oximeter.fields_string (d10ead57-c466-400e-b267-5a50d181b38b): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4411 | 2024.04.03 05:14:30.451733 [ 3 ] {72d05769-4cdd-4c65-831f-8f3fec3d8337} <Debug> executeQuery: Read 134 rows, 11.49 KiB in 0.001483 sec., 90357.38368172623 rows/sec., 7.57 MiB/sec. | ||
| 4412 | 2024.04.03 05:14:30.451743 [ 143 ] {} <Debug> oximeter.fields_string (d10ead57-c466-400e-b267-5a50d181b38b) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4413 | 2024.04.03 05:14:30.451842 [ 143 ] {} <Trace> oximeter.fields_string (d10ead57-c466-400e-b267-5a50d181b38b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4414 | 2024.04.03 05:14:30.451879 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4415 | 2024.04.03 05:14:30.451908 [ 3 ] {72d05769-4cdd-4c65-831f-8f3fec3d8337} <Debug> DynamicQueryHandler: Done processing query | ||
| 4416 | 2024.04.03 05:14:30.451978 [ 3 ] {72d05769-4cdd-4c65-831f-8f3fec3d8337} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
| 4417 | 2024.04.03 05:14:30.452071 [ 3 ] {} <Debug> HTTP-Session: a5b81258-ad35-4267-b809-a663a782124c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4418 | 2024.04.03 05:14:30.452314 [ 186 ] {d10ead57-c466-400e-b267-5a50d181b38b::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 | ||
| 4419 | 2024.04.03 05:14:30.452364 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 15291, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4420 | 2024.04.03 05:14:30.452505 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 4421 | 2024.04.03 05:14:30.452533 [ 3 ] {} <Debug> HTTP-Session: fec5b041-df31-41a2-a347-0d493dfcb3b4 Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 4422 | 2024.04.03 05:14:30.452577 [ 3 ] {} <Debug> HTTP-Session: fec5b041-df31-41a2-a347-0d493dfcb3b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4423 | 2024.04.03 05:14:30.452624 [ 3 ] {} <Debug> HTTP-Session: fec5b041-df31-41a2-a347-0d493dfcb3b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4424 | 2024.04.03 05:14:30.452729 [ 3 ] {} <Trace> HTTP-Session: fec5b041-df31-41a2-a347-0d493dfcb3b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4425 | 2024.04.03 05:14:30.452759 [ 186 ] {d10ead57-c466-400e-b267-5a50d181b38b::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4426 | 2024.04.03 05:14:30.452837 [ 186 ] {d10ead57-c466-400e-b267-5a50d181b38b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 194 rows starting from the beginning of the part | ||
| 4427 | 2024.04.03 05:14:30.452933 [ 3 ] {7908e239-e21e-4309-b05c-5566e2aa874e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 4428 | 2024.04.03 05:14:30.453085 [ 186 ] {d10ead57-c466-400e-b267-5a50d181b38b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 134 rows starting from the beginning of the part | ||
| 4429 | 2024.04.03 05:14:30.453116 [ 3 ] {7908e239-e21e-4309-b05c-5566e2aa874e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4430 | 2024.04.03 05:14:30.453393 [ 186 ] {d10ead57-c466-400e-b267-5a50d181b38b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 76 rows starting from the beginning of the part | ||
| 4431 | 2024.04.03 05:14:30.453762 [ 186 ] {d10ead57-c466-400e-b267-5a50d181b38b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 137 rows starting from the beginning of the part | ||
| 4432 | 2024.04.03 05:14:30.454119 [ 186 ] {d10ead57-c466-400e-b267-5a50d181b38b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 112 rows starting from the beginning of the part | ||
| 4433 | 2024.04.03 05:14:30.454419 [ 3 ] {7908e239-e21e-4309-b05c-5566e2aa874e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4434 | 2024.04.03 05:14:30.454449 [ 186 ] {d10ead57-c466-400e-b267-5a50d181b38b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 134 rows starting from the beginning of the part | ||
| 4435 | 2024.04.03 05:14:30.455415 [ 3 ] {7908e239-e21e-4309-b05c-5566e2aa874e} <Trace> oximeter.fields_uuid (78132754-fa1e-4d68-980a-5012099aee94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4436 | 2024.04.03 05:14:30.455473 [ 3 ] {7908e239-e21e-4309-b05c-5566e2aa874e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4437 | 2024.04.03 05:14:30.456424 [ 3 ] {7908e239-e21e-4309-b05c-5566e2aa874e} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4438 | 2024.04.03 05:14:30.457158 [ 3 ] {7908e239-e21e-4309-b05c-5566e2aa874e} <Trace> oximeter.fields_uuid (78132754-fa1e-4d68-980a-5012099aee94): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4439 | 2024.04.03 05:14:30.457218 [ 191 ] {d10ead57-c466-400e-b267-5a50d181b38b::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 787 rows, containing 4 columns (4 merged, 0 gathered) in 0.00523515 sec., 150329.98099385883 rows/sec., 12.42 MiB/sec. | ||
| 4440 | 2024.04.03 05:14:30.457359 [ 143 ] {} <Debug> oximeter.fields_uuid (78132754-fa1e-4d68-980a-5012099aee94) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4441 | 2024.04.03 05:14:30.457421 [ 3 ] {7908e239-e21e-4309-b05c-5566e2aa874e} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.004581 sec., 19646.365422396855 rows/sec., 1.53 MiB/sec. | ||
| 4442 | 2024.04.03 05:14:30.457443 [ 143 ] {} <Trace> oximeter.fields_uuid (78132754-fa1e-4d68-980a-5012099aee94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4443 | 2024.04.03 05:14:30.457539 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4444 | 2024.04.03 05:14:30.457584 [ 191 ] {d10ead57-c466-400e-b267-5a50d181b38b::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4445 | 2024.04.03 05:14:30.457938 [ 3 ] {7908e239-e21e-4309-b05c-5566e2aa874e} <Debug> DynamicQueryHandler: Done processing query | ||
| 4446 | 2024.04.03 05:14:30.458043 [ 3 ] {7908e239-e21e-4309-b05c-5566e2aa874e} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 4447 | 2024.04.03 05:14:30.458183 [ 3 ] {} <Debug> HTTP-Session: fec5b041-df31-41a2-a347-0d493dfcb3b4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4448 | 2024.04.03 05:14:30.458551 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4449 | 2024.04.03 05:14:30.458739 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 4450 | 2024.04.03 05:14:30.458823 [ 3 ] {} <Debug> HTTP-Session: 7bf42f5a-8edb-4547-b439-91192264a35f Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 4451 | 2024.04.03 05:14:30.458905 [ 3 ] {} <Debug> HTTP-Session: 7bf42f5a-8edb-4547-b439-91192264a35f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4452 | 2024.04.03 05:14:30.458918 [ 186 ] {78132754-fa1e-4d68-980a-5012099aee94::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 | ||
| 4453 | 2024.04.03 05:14:30.458962 [ 3 ] {} <Debug> HTTP-Session: 7bf42f5a-8edb-4547-b439-91192264a35f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4454 | 2024.04.03 05:14:30.459085 [ 3 ] {} <Trace> HTTP-Session: 7bf42f5a-8edb-4547-b439-91192264a35f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4455 | 2024.04.03 05:14:30.459451 [ 186 ] {78132754-fa1e-4d68-980a-5012099aee94::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4456 | 2024.04.03 05:14:30.459474 [ 191 ] {d10ead57-c466-400e-b267-5a50d181b38b::all_1_26_5} <Trace> oximeter.fields_string (d10ead57-c466-400e-b267-5a50d181b38b): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4457 | 2024.04.03 05:14:30.459490 [ 3 ] {37d69116-b495-4ff7-a3b7-59311fe98ebf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4458 | 2024.04.03 05:14:30.459559 [ 186 ] {78132754-fa1e-4d68-980a-5012099aee94::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 148 rows starting from the beginning of the part | ||
| 4459 | 2024.04.03 05:14:30.459637 [ 3 ] {37d69116-b495-4ff7-a3b7-59311fe98ebf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4460 | 2024.04.03 05:14:30.459762 [ 191 ] {d10ead57-c466-400e-b267-5a50d181b38b::all_1_26_5} <Trace> oximeter.fields_string (d10ead57-c466-400e-b267-5a50d181b38b) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4461 | 2024.04.03 05:14:30.460086 [ 186 ] {78132754-fa1e-4d68-980a-5012099aee94::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 90 rows starting from the beginning of the part | ||
| 4462 | 2024.04.03 05:14:30.460119 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 4463 | 2024.04.03 05:14:30.460504 [ 186 ] {78132754-fa1e-4d68-980a-5012099aee94::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 74 rows starting from the beginning of the part | ||
| 4464 | 2024.04.03 05:14:30.460837 [ 186 ] {78132754-fa1e-4d68-980a-5012099aee94::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 96 rows starting from the beginning of the part | ||
| 4465 | 2024.04.03 05:14:30.461194 [ 3 ] {37d69116-b495-4ff7-a3b7-59311fe98ebf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4466 | 2024.04.03 05:14:30.461211 [ 186 ] {78132754-fa1e-4d68-980a-5012099aee94::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 98 rows starting from the beginning of the part | ||
| 4467 | 2024.04.03 05:14:30.461515 [ 186 ] {78132754-fa1e-4d68-980a-5012099aee94::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 90 rows starting from the beginning of the part | ||
| 4468 | 2024.04.03 05:14:30.462313 [ 3 ] {37d69116-b495-4ff7-a3b7-59311fe98ebf} <Trace> oximeter.measurements_cumulativeu64 (6373e3b3-ce8a-4e66-a523-d07c961c74b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4469 | 2024.04.03 05:14:30.462396 [ 3 ] {37d69116-b495-4ff7-a3b7-59311fe98ebf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4470 | 2024.04.03 05:14:30.463540 [ 3 ] {37d69116-b495-4ff7-a3b7-59311fe98ebf} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4471 | 2024.04.03 05:14:30.464295 [ 191 ] {78132754-fa1e-4d68-980a-5012099aee94::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 596 rows, containing 4 columns (4 merged, 0 gathered) in 0.006577497 sec., 90611.97595377086 rows/sec., 7.08 MiB/sec. | ||
| 4472 | 2024.04.03 05:14:30.464486 [ 3 ] {37d69116-b495-4ff7-a3b7-59311fe98ebf} <Trace> oximeter.measurements_cumulativeu64 (6373e3b3-ce8a-4e66-a523-d07c961c74b1): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4473 | 2024.04.03 05:14:30.464526 [ 191 ] {78132754-fa1e-4d68-980a-5012099aee94::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4474 | 2024.04.03 05:14:30.464732 [ 143 ] {} <Debug> oximeter.measurements_cumulativeu64 (6373e3b3-ce8a-4e66-a523-d07c961c74b1) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4475 | 2024.04.03 05:14:30.464812 [ 143 ] {} <Trace> oximeter.measurements_cumulativeu64 (6373e3b3-ce8a-4e66-a523-d07c961c74b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4476 | 2024.04.03 05:14:30.464821 [ 3 ] {37d69116-b495-4ff7-a3b7-59311fe98ebf} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00554 sec., 28880.86642599278 rows/sec., 2.01 MiB/sec. | ||
| 4477 | 2024.04.03 05:14:30.464880 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4478 | 2024.04.03 05:14:30.465460 [ 3 ] {37d69116-b495-4ff7-a3b7-59311fe98ebf} <Debug> DynamicQueryHandler: Done processing query | ||
| 4479 | 2024.04.03 05:14:30.465545 [ 3 ] {37d69116-b495-4ff7-a3b7-59311fe98ebf} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
| 4480 | 2024.04.03 05:14:30.465607 [ 3 ] {} <Debug> HTTP-Session: 7bf42f5a-8edb-4547-b439-91192264a35f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4481 | 2024.04.03 05:14:30.465627 [ 200 ] {6373e3b3-ce8a-4e66-a523-d07c961c74b1::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 | ||
| 4482 | 2024.04.03 05:14:30.465896 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 27856, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4483 | 2024.04.03 05:14:30.465905 [ 191 ] {78132754-fa1e-4d68-980a-5012099aee94::all_1_26_5} <Trace> oximeter.fields_uuid (78132754-fa1e-4d68-980a-5012099aee94): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4484 | 2024.04.03 05:14:30.466051 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 4485 | 2024.04.03 05:14:30.466138 [ 3 ] {} <Debug> HTTP-Session: 047a1b1e-1128-4fcd-87f9-ab8c19238c2c Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 4486 | 2024.04.03 05:14:30.466195 [ 191 ] {78132754-fa1e-4d68-980a-5012099aee94::all_1_26_5} <Trace> oximeter.fields_uuid (78132754-fa1e-4d68-980a-5012099aee94) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4487 | 2024.04.03 05:14:30.466207 [ 3 ] {} <Debug> HTTP-Session: 047a1b1e-1128-4fcd-87f9-ab8c19238c2c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4488 | 2024.04.03 05:14:30.466278 [ 200 ] {6373e3b3-ce8a-4e66-a523-d07c961c74b1::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4489 | 2024.04.03 05:14:30.466279 [ 3 ] {} <Debug> HTTP-Session: 047a1b1e-1128-4fcd-87f9-ab8c19238c2c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4490 | 2024.04.03 05:14:30.466431 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 4491 | 2024.04.03 05:14:30.466449 [ 3 ] {} <Trace> HTTP-Session: 047a1b1e-1128-4fcd-87f9-ab8c19238c2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4492 | 2024.04.03 05:14:30.466447 [ 200 ] {6373e3b3-ce8a-4e66-a523-d07c961c74b1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 3717 rows starting from the beginning of the part | ||
| 4493 | 2024.04.03 05:14:30.466698 [ 200 ] {6373e3b3-ce8a-4e66-a523-d07c961c74b1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 160 rows starting from the beginning of the part | ||
| 4494 | 2024.04.03 05:14:30.466854 [ 3 ] {027cd228-07c1-4d2b-a9b1-05db4ab35ffc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 4495 | 2024.04.03 05:14:30.467041 [ 200 ] {6373e3b3-ce8a-4e66-a523-d07c961c74b1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 162 rows starting from the beginning of the part | ||
| 4496 | 2024.04.03 05:14:30.467042 [ 3 ] {027cd228-07c1-4d2b-a9b1-05db4ab35ffc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 4497 | 2024.04.03 05:14:30.467404 [ 200 ] {6373e3b3-ce8a-4e66-a523-d07c961c74b1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 163 rows starting from the beginning of the part | ||
| 4498 | 2024.04.03 05:14:30.467723 [ 200 ] {6373e3b3-ce8a-4e66-a523-d07c961c74b1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 198 rows starting from the beginning of the part | ||
| 4499 | 2024.04.03 05:14:30.468109 [ 200 ] {6373e3b3-ce8a-4e66-a523-d07c961c74b1::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 | ||
| 4500 | 2024.04.03 05:14:30.468555 [ 3 ] {027cd228-07c1-4d2b-a9b1-05db4ab35ffc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4501 | 2024.04.03 05:14:30.469333 [ 3 ] {027cd228-07c1-4d2b-a9b1-05db4ab35ffc} <Trace> oximeter.measurements_histogramf64 (8b69ac98-35f5-4c32-8452-ff3027d9bc94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4502 | 2024.04.03 05:14:30.469374 [ 3 ] {027cd228-07c1-4d2b-a9b1-05db4ab35ffc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4503 | 2024.04.03 05:14:30.470428 [ 3 ] {027cd228-07c1-4d2b-a9b1-05db4ab35ffc} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4504 | 2024.04.03 05:14:30.471176 [ 3 ] {027cd228-07c1-4d2b-a9b1-05db4ab35ffc} <Trace> oximeter.measurements_histogramf64 (8b69ac98-35f5-4c32-8452-ff3027d9bc94): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4505 | 2024.04.03 05:14:30.471636 [ 3 ] {027cd228-07c1-4d2b-a9b1-05db4ab35ffc} <Debug> executeQuery: Read 26 rows, 35.93 KiB in 0.005072 sec., 5126.182965299685 rows/sec., 6.92 MiB/sec. | ||
| 4506 | 2024.04.03 05:14:30.472147 [ 3 ] {027cd228-07c1-4d2b-a9b1-05db4ab35ffc} <Debug> DynamicQueryHandler: Done processing query | ||
| 4507 | 2024.04.03 05:14:30.472222 [ 3 ] {027cd228-07c1-4d2b-a9b1-05db4ab35ffc} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
| 4508 | 2024.04.03 05:14:30.472299 [ 3 ] {} <Debug> HTTP-Session: 047a1b1e-1128-4fcd-87f9-ab8c19238c2c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4509 | 2024.04.03 05:14:30.472475 [ 193 ] {6373e3b3-ce8a-4e66-a523-d07c961c74b1::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4560 rows, containing 5 columns (5 merged, 0 gathered) in 0.007358698 sec., 619674.8392174811 rows/sec., 43.21 MiB/sec. | ||
| 4510 | 2024.04.03 05:14:30.472506 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4511 | 2024.04.03 05:14:30.472563 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 4512 | 2024.04.03 05:14:30.472584 [ 3 ] {} <Debug> HTTP-Session: 34983a0b-5689-46b3-8f50-98d254cd8c1e Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 4513 | 2024.04.03 05:14:30.472601 [ 3 ] {} <Debug> HTTP-Session: 34983a0b-5689-46b3-8f50-98d254cd8c1e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4514 | 2024.04.03 05:14:30.472619 [ 3 ] {} <Debug> HTTP-Session: 34983a0b-5689-46b3-8f50-98d254cd8c1e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4515 | 2024.04.03 05:14:30.472653 [ 3 ] {} <Trace> HTTP-Session: 34983a0b-5689-46b3-8f50-98d254cd8c1e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4516 | 2024.04.03 05:14:30.472774 [ 3 ] {52f60608-a807-4619-aff7-3da18da2d6df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 4517 | 2024.04.03 05:14:30.472817 [ 200 ] {6373e3b3-ce8a-4e66-a523-d07c961c74b1::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4518 | 2024.04.03 05:14:30.472839 [ 3 ] {52f60608-a807-4619-aff7-3da18da2d6df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4519 | 2024.04.03 05:14:30.473313 [ 3 ] {52f60608-a807-4619-aff7-3da18da2d6df} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4520 | 2024.04.03 05:14:30.473906 [ 200 ] {6373e3b3-ce8a-4e66-a523-d07c961c74b1::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (6373e3b3-ce8a-4e66-a523-d07c961c74b1): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4521 | 2024.04.03 05:14:30.474088 [ 3 ] {52f60608-a807-4619-aff7-3da18da2d6df} <Trace> oximeter.measurements_u64 (de6da706-3917-4020-8d2f-ffa74140e97c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4522 | 2024.04.03 05:14:30.474131 [ 200 ] {6373e3b3-ce8a-4e66-a523-d07c961c74b1::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (6373e3b3-ce8a-4e66-a523-d07c961c74b1) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4523 | 2024.04.03 05:14:30.474145 [ 3 ] {52f60608-a807-4619-aff7-3da18da2d6df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4524 | 2024.04.03 05:14:30.474315 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.93 MiB. | ||
| 4525 | 2024.04.03 05:14:30.474671 [ 3 ] {52f60608-a807-4619-aff7-3da18da2d6df} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4526 | 2024.04.03 05:14:30.475016 [ 3 ] {52f60608-a807-4619-aff7-3da18da2d6df} <Trace> oximeter.measurements_u64 (de6da706-3917-4020-8d2f-ffa74140e97c): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4527 | 2024.04.03 05:14:30.475140 [ 145 ] {} <Debug> oximeter.measurements_u64 (de6da706-3917-4020-8d2f-ffa74140e97c) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4528 | 2024.04.03 05:14:30.475144 [ 3 ] {52f60608-a807-4619-aff7-3da18da2d6df} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002438 sec., 24610.33634126333 rows/sec., 1.66 MiB/sec. | ||
| 4529 | 2024.04.03 05:14:30.475180 [ 145 ] {} <Trace> oximeter.measurements_u64 (de6da706-3917-4020-8d2f-ffa74140e97c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4530 | 2024.04.03 05:14:30.475219 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4531 | 2024.04.03 05:14:30.475348 [ 3 ] {52f60608-a807-4619-aff7-3da18da2d6df} <Debug> DynamicQueryHandler: Done processing query | ||
| 4532 | 2024.04.03 05:14:30.475434 [ 3 ] {52f60608-a807-4619-aff7-3da18da2d6df} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 4533 | 2024.04.03 05:14:30.475515 [ 3 ] {} <Debug> HTTP-Session: 34983a0b-5689-46b3-8f50-98d254cd8c1e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4534 | 2024.04.03 05:14:30.475579 [ 188 ] {de6da706-3917-4020-8d2f-ffa74140e97c::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 | ||
| 4535 | 2024.04.03 05:14:30.476089 [ 188 ] {de6da706-3917-4020-8d2f-ffa74140e97c::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4536 | 2024.04.03 05:14:30.476162 [ 188 ] {de6da706-3917-4020-8d2f-ffa74140e97c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1252 rows starting from the beginning of the part | ||
| 4537 | 2024.04.03 05:14:30.476271 [ 188 ] {de6da706-3917-4020-8d2f-ffa74140e97c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 60 rows starting from the beginning of the part | ||
| 4538 | 2024.04.03 05:14:30.476434 [ 188 ] {de6da706-3917-4020-8d2f-ffa74140e97c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 60 rows starting from the beginning of the part | ||
| 4539 | 2024.04.03 05:14:30.476544 [ 188 ] {de6da706-3917-4020-8d2f-ffa74140e97c::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 | ||
| 4540 | 2024.04.03 05:14:30.476739 [ 188 ] {de6da706-3917-4020-8d2f-ffa74140e97c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 60 rows starting from the beginning of the part | ||
| 4541 | 2024.04.03 05:14:30.476812 [ 188 ] {de6da706-3917-4020-8d2f-ffa74140e97c::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 | ||
| 4542 | 2024.04.03 05:14:30.478000 [ 193 ] {de6da706-3917-4020-8d2f-ffa74140e97c::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1552 rows, containing 4 columns (4 merged, 0 gathered) in 0.002698516 sec., 575130.9238114578 rows/sec., 38.76 MiB/sec. | ||
| 4543 | 2024.04.03 05:14:30.478221 [ 193 ] {de6da706-3917-4020-8d2f-ffa74140e97c::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4544 | 2024.04.03 05:14:30.478690 [ 193 ] {de6da706-3917-4020-8d2f-ffa74140e97c::all_1_26_5} <Trace> oximeter.measurements_u64 (de6da706-3917-4020-8d2f-ffa74140e97c): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4545 | 2024.04.03 05:14:30.478782 [ 193 ] {de6da706-3917-4020-8d2f-ffa74140e97c::all_1_26_5} <Trace> oximeter.measurements_u64 (de6da706-3917-4020-8d2f-ffa74140e97c) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4546 | 2024.04.03 05:14:30.478877 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 4547 | 2024.04.03 05:14:33.989982 [ 141 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4548 | 2024.04.03 05:14:33.990049 [ 141 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4549 | 2024.04.03 05:14:35.447578 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 911, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4550 | 2024.04.03 05:14:35.447696 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 4551 | 2024.04.03 05:14:35.447720 [ 3 ] {} <Debug> HTTP-Session: e8ebca91-1077-4744-b0f8-e4e8db7fbe90 Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 4552 | 2024.04.03 05:14:35.447745 [ 3 ] {} <Debug> HTTP-Session: e8ebca91-1077-4744-b0f8-e4e8db7fbe90 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4553 | 2024.04.03 05:14:35.447766 [ 3 ] {} <Debug> HTTP-Session: e8ebca91-1077-4744-b0f8-e4e8db7fbe90 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4554 | 2024.04.03 05:14:35.447819 [ 3 ] {} <Trace> HTTP-Session: e8ebca91-1077-4744-b0f8-e4e8db7fbe90 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4555 | 2024.04.03 05:14:35.447945 [ 3 ] {a1ef5d72-e119-4a84-9bcb-83d3b563a151} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 4556 | 2024.04.03 05:14:35.448011 [ 3 ] {a1ef5d72-e119-4a84-9bcb-83d3b563a151} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 4557 | 2024.04.03 05:14:35.448217 [ 3 ] {a1ef5d72-e119-4a84-9bcb-83d3b563a151} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4558 | 2024.04.03 05:14:35.448652 [ 3 ] {a1ef5d72-e119-4a84-9bcb-83d3b563a151} <Trace> oximeter.fields_i64 (c23e6cbf-9c88-4b2e-b6de-a673a008017a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4559 | 2024.04.03 05:14:35.448697 [ 3 ] {a1ef5d72-e119-4a84-9bcb-83d3b563a151} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4560 | 2024.04.03 05:14:35.449087 [ 3 ] {a1ef5d72-e119-4a84-9bcb-83d3b563a151} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4561 | 2024.04.03 05:14:35.449441 [ 3 ] {a1ef5d72-e119-4a84-9bcb-83d3b563a151} <Trace> oximeter.fields_i64 (c23e6cbf-9c88-4b2e-b6de-a673a008017a): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4562 | 2024.04.03 05:14:35.449627 [ 140 ] {} <Debug> oximeter.fields_i64 (c23e6cbf-9c88-4b2e-b6de-a673a008017a) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4563 | 2024.04.03 05:14:35.449630 [ 3 ] {a1ef5d72-e119-4a84-9bcb-83d3b563a151} <Debug> executeQuery: Read 6 rows, 498.00 B in 0.001741 sec., 3446.2952326249283 rows/sec., 279.34 KiB/sec. | ||
| 4564 | 2024.04.03 05:14:35.449718 [ 140 ] {} <Trace> oximeter.fields_i64 (c23e6cbf-9c88-4b2e-b6de-a673a008017a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4565 | 2024.04.03 05:14:35.449788 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4566 | 2024.04.03 05:14:35.449950 [ 3 ] {a1ef5d72-e119-4a84-9bcb-83d3b563a151} <Debug> DynamicQueryHandler: Done processing query | ||
| 4567 | 2024.04.03 05:14:35.449969 [ 200 ] {c23e6cbf-9c88-4b2e-b6de-a673a008017a::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 | ||
| 4568 | 2024.04.03 05:14:35.449988 [ 3 ] {a1ef5d72-e119-4a84-9bcb-83d3b563a151} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 4569 | 2024.04.03 05:14:35.450042 [ 3 ] {} <Debug> HTTP-Session: e8ebca91-1077-4744-b0f8-e4e8db7fbe90 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4570 | 2024.04.03 05:14:35.450184 [ 200 ] {c23e6cbf-9c88-4b2e-b6de-a673a008017a::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4571 | 2024.04.03 05:14:35.450220 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 10626, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4572 | 2024.04.03 05:14:35.450250 [ 200 ] {c23e6cbf-9c88-4b2e-b6de-a673a008017a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 32 rows starting from the beginning of the part | ||
| 4573 | 2024.04.03 05:14:35.450314 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 4574 | 2024.04.03 05:14:35.450433 [ 200 ] {c23e6cbf-9c88-4b2e-b6de-a673a008017a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 6 rows starting from the beginning of the part | ||
| 4575 | 2024.04.03 05:14:35.450438 [ 3 ] {} <Debug> HTTP-Session: 05767566-11e5-4a25-9453-09977b935deb Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 4576 | 2024.04.03 05:14:35.450513 [ 3 ] {} <Debug> HTTP-Session: 05767566-11e5-4a25-9453-09977b935deb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4577 | 2024.04.03 05:14:35.450578 [ 3 ] {} <Debug> HTTP-Session: 05767566-11e5-4a25-9453-09977b935deb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4578 | 2024.04.03 05:14:35.450660 [ 200 ] {c23e6cbf-9c88-4b2e-b6de-a673a008017a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 26 rows starting from the beginning of the part | ||
| 4579 | 2024.04.03 05:14:35.450695 [ 3 ] {} <Trace> HTTP-Session: 05767566-11e5-4a25-9453-09977b935deb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4580 | 2024.04.03 05:14:35.451014 [ 200 ] {c23e6cbf-9c88-4b2e-b6de-a673a008017a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 6 rows starting from the beginning of the part | ||
| 4581 | 2024.04.03 05:14:35.451114 [ 3 ] {a9abc78a-a86d-4826-9988-1fd82928498b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 4582 | 2024.04.03 05:14:35.451214 [ 200 ] {c23e6cbf-9c88-4b2e-b6de-a673a008017a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 26 rows starting from the beginning of the part | ||
| 4583 | 2024.04.03 05:14:35.451283 [ 3 ] {a9abc78a-a86d-4826-9988-1fd82928498b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4584 | 2024.04.03 05:14:35.451568 [ 200 ] {c23e6cbf-9c88-4b2e-b6de-a673a008017a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 6 rows starting from the beginning of the part | ||
| 4585 | 2024.04.03 05:14:35.452313 [ 3 ] {a9abc78a-a86d-4826-9988-1fd82928498b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4586 | 2024.04.03 05:14:35.453225 [ 3 ] {a9abc78a-a86d-4826-9988-1fd82928498b} <Trace> oximeter.fields_string (d10ead57-c466-400e-b267-5a50d181b38b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4587 | 2024.04.03 05:14:35.453294 [ 3 ] {a9abc78a-a86d-4826-9988-1fd82928498b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4588 | 2024.04.03 05:14:35.454289 [ 3 ] {a9abc78a-a86d-4826-9988-1fd82928498b} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4589 | 2024.04.03 05:14:35.454305 [ 193 ] {c23e6cbf-9c88-4b2e-b6de-a673a008017a::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 102 rows, containing 4 columns (4 merged, 0 gathered) in 0.004406439 sec., 23147.943271199263 rows/sec., 1.83 MiB/sec. | ||
| 4590 | 2024.04.03 05:14:35.454563 [ 192 ] {c23e6cbf-9c88-4b2e-b6de-a673a008017a::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4591 | 2024.04.03 05:14:35.454899 [ 3 ] {a9abc78a-a86d-4826-9988-1fd82928498b} <Trace> oximeter.fields_string (d10ead57-c466-400e-b267-5a50d181b38b): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4592 | 2024.04.03 05:14:35.455361 [ 3 ] {a9abc78a-a86d-4826-9988-1fd82928498b} <Debug> executeQuery: Read 74 rows, 6.10 KiB in 0.004432 sec., 16696.750902527074 rows/sec., 1.34 MiB/sec. | ||
| 4593 | 2024.04.03 05:14:35.455749 [ 192 ] {c23e6cbf-9c88-4b2e-b6de-a673a008017a::all_1_21_4} <Trace> oximeter.fields_i64 (c23e6cbf-9c88-4b2e-b6de-a673a008017a): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4594 | 2024.04.03 05:14:35.455809 [ 3 ] {a9abc78a-a86d-4826-9988-1fd82928498b} <Debug> DynamicQueryHandler: Done processing query | ||
| 4595 | 2024.04.03 05:14:35.455890 [ 3 ] {a9abc78a-a86d-4826-9988-1fd82928498b} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 4596 | 2024.04.03 05:14:35.455943 [ 3 ] {} <Debug> HTTP-Session: 05767566-11e5-4a25-9453-09977b935deb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4597 | 2024.04.03 05:14:35.456032 [ 192 ] {c23e6cbf-9c88-4b2e-b6de-a673a008017a::all_1_21_4} <Trace> oximeter.fields_i64 (c23e6cbf-9c88-4b2e-b6de-a673a008017a) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4598 | 2024.04.03 05:14:35.456157 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 4599 | 2024.04.03 05:14:35.456167 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 11904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4600 | 2024.04.03 05:14:35.456236 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 4601 | 2024.04.03 05:14:35.456254 [ 3 ] {} <Debug> HTTP-Session: 86fccbe4-d079-4c8e-901b-9904381034d2 Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 4602 | 2024.04.03 05:14:35.456271 [ 3 ] {} <Debug> HTTP-Session: 86fccbe4-d079-4c8e-901b-9904381034d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4603 | 2024.04.03 05:14:35.456285 [ 3 ] {} <Debug> HTTP-Session: 86fccbe4-d079-4c8e-901b-9904381034d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4604 | 2024.04.03 05:14:35.456318 [ 3 ] {} <Trace> HTTP-Session: 86fccbe4-d079-4c8e-901b-9904381034d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4605 | 2024.04.03 05:14:35.456421 [ 3 ] {c3c28942-8f0d-47c9-bffa-c9e331e40b8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 4606 | 2024.04.03 05:14:35.456467 [ 3 ] {c3c28942-8f0d-47c9-bffa-c9e331e40b8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4607 | 2024.04.03 05:14:35.456606 [ 3 ] {c3c28942-8f0d-47c9-bffa-c9e331e40b8a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4608 | 2024.04.03 05:14:35.456961 [ 3 ] {c3c28942-8f0d-47c9-bffa-c9e331e40b8a} <Trace> oximeter.fields_uuid (78132754-fa1e-4d68-980a-5012099aee94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4609 | 2024.04.03 05:14:35.456999 [ 3 ] {c3c28942-8f0d-47c9-bffa-c9e331e40b8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4610 | 2024.04.03 05:14:35.457336 [ 3 ] {c3c28942-8f0d-47c9-bffa-c9e331e40b8a} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4611 | 2024.04.03 05:14:35.457663 [ 3 ] {c3c28942-8f0d-47c9-bffa-c9e331e40b8a} <Trace> oximeter.fields_uuid (78132754-fa1e-4d68-980a-5012099aee94): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4612 | 2024.04.03 05:14:35.457824 [ 3 ] {c3c28942-8f0d-47c9-bffa-c9e331e40b8a} <Debug> executeQuery: Read 70 rows, 5.60 KiB in 0.001451 sec., 48242.591316333564 rows/sec., 3.77 MiB/sec. | ||
| 4613 | 2024.04.03 05:14:35.457950 [ 3 ] {c3c28942-8f0d-47c9-bffa-c9e331e40b8a} <Debug> DynamicQueryHandler: Done processing query | ||
| 4614 | 2024.04.03 05:14:35.457974 [ 3 ] {c3c28942-8f0d-47c9-bffa-c9e331e40b8a} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 4615 | 2024.04.03 05:14:35.457989 [ 3 ] {} <Debug> HTTP-Session: 86fccbe4-d079-4c8e-901b-9904381034d2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4616 | 2024.04.03 05:14:35.458158 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4617 | 2024.04.03 05:14:35.458207 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 4618 | 2024.04.03 05:14:35.458225 [ 3 ] {} <Debug> HTTP-Session: 70c76073-1447-4948-9283-32f235d594ef Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 4619 | 2024.04.03 05:14:35.458241 [ 3 ] {} <Debug> HTTP-Session: 70c76073-1447-4948-9283-32f235d594ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4620 | 2024.04.03 05:14:35.458255 [ 3 ] {} <Debug> HTTP-Session: 70c76073-1447-4948-9283-32f235d594ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4621 | 2024.04.03 05:14:35.458286 [ 3 ] {} <Trace> HTTP-Session: 70c76073-1447-4948-9283-32f235d594ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4622 | 2024.04.03 05:14:35.458409 [ 3 ] {d4d17bbb-a75b-45d6-90c0-af7d0edaf480} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4623 | 2024.04.03 05:14:35.458455 [ 3 ] {d4d17bbb-a75b-45d6-90c0-af7d0edaf480} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4624 | 2024.04.03 05:14:35.458601 [ 3 ] {d4d17bbb-a75b-45d6-90c0-af7d0edaf480} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4625 | 2024.04.03 05:14:35.458979 [ 3 ] {d4d17bbb-a75b-45d6-90c0-af7d0edaf480} <Trace> oximeter.measurements_cumulativeu64 (6373e3b3-ce8a-4e66-a523-d07c961c74b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4626 | 2024.04.03 05:14:35.459017 [ 3 ] {d4d17bbb-a75b-45d6-90c0-af7d0edaf480} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4627 | 2024.04.03 05:14:35.459404 [ 3 ] {d4d17bbb-a75b-45d6-90c0-af7d0edaf480} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4628 | 2024.04.03 05:14:35.459749 [ 3 ] {d4d17bbb-a75b-45d6-90c0-af7d0edaf480} <Trace> oximeter.measurements_cumulativeu64 (6373e3b3-ce8a-4e66-a523-d07c961c74b1): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4629 | 2024.04.03 05:14:35.459906 [ 3 ] {d4d17bbb-a75b-45d6-90c0-af7d0edaf480} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001565 sec., 102236.42172523962 rows/sec., 7.12 MiB/sec. | ||
| 4630 | 2024.04.03 05:14:35.460023 [ 3 ] {d4d17bbb-a75b-45d6-90c0-af7d0edaf480} <Debug> DynamicQueryHandler: Done processing query | ||
| 4631 | 2024.04.03 05:14:35.460047 [ 3 ] {d4d17bbb-a75b-45d6-90c0-af7d0edaf480} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
| 4632 | 2024.04.03 05:14:35.460062 [ 3 ] {} <Debug> HTTP-Session: 70c76073-1447-4948-9283-32f235d594ef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4633 | 2024.04.03 05:14:35.460216 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 6476, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4634 | 2024.04.03 05:14:35.460262 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 4635 | 2024.04.03 05:14:35.460279 [ 3 ] {} <Debug> HTTP-Session: 63ade6e9-fe55-4921-9113-d9e932e5faee Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 4636 | 2024.04.03 05:14:35.460296 [ 3 ] {} <Debug> HTTP-Session: 63ade6e9-fe55-4921-9113-d9e932e5faee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4637 | 2024.04.03 05:14:35.460309 [ 3 ] {} <Debug> HTTP-Session: 63ade6e9-fe55-4921-9113-d9e932e5faee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4638 | 2024.04.03 05:14:35.460340 [ 3 ] {} <Trace> HTTP-Session: 63ade6e9-fe55-4921-9113-d9e932e5faee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4639 | 2024.04.03 05:14:35.460450 [ 3 ] {59f71d24-c642-41a7-96b8-1350d0fe229e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 4640 | 2024.04.03 05:14:35.460496 [ 3 ] {59f71d24-c642-41a7-96b8-1350d0fe229e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 4641 | 2024.04.03 05:14:35.460650 [ 3 ] {59f71d24-c642-41a7-96b8-1350d0fe229e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4642 | 2024.04.03 05:14:35.460989 [ 3 ] {59f71d24-c642-41a7-96b8-1350d0fe229e} <Trace> oximeter.measurements_histogramf64 (8b69ac98-35f5-4c32-8452-ff3027d9bc94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4643 | 2024.04.03 05:14:35.461025 [ 3 ] {59f71d24-c642-41a7-96b8-1350d0fe229e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4644 | 2024.04.03 05:14:35.461412 [ 3 ] {59f71d24-c642-41a7-96b8-1350d0fe229e} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4645 | 2024.04.03 05:14:35.461772 [ 3 ] {59f71d24-c642-41a7-96b8-1350d0fe229e} <Trace> oximeter.measurements_histogramf64 (8b69ac98-35f5-4c32-8452-ff3027d9bc94): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4646 | 2024.04.03 05:14:35.461933 [ 140 ] {} <Debug> oximeter.measurements_histogramf64 (8b69ac98-35f5-4c32-8452-ff3027d9bc94) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4647 | 2024.04.03 05:14:35.461946 [ 3 ] {59f71d24-c642-41a7-96b8-1350d0fe229e} <Debug> executeQuery: Read 6 rows, 8.29 KiB in 0.001554 sec., 3861.003861003861 rows/sec., 5.21 MiB/sec. | ||
| 4648 | 2024.04.03 05:14:35.461985 [ 140 ] {} <Trace> oximeter.measurements_histogramf64 (8b69ac98-35f5-4c32-8452-ff3027d9bc94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4649 | 2024.04.03 05:14:35.462044 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4650 | 2024.04.03 05:14:35.462203 [ 3 ] {59f71d24-c642-41a7-96b8-1350d0fe229e} <Debug> DynamicQueryHandler: Done processing query | ||
| 4651 | 2024.04.03 05:14:35.462223 [ 193 ] {8b69ac98-35f5-4c32-8452-ff3027d9bc94::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 | ||
| 4652 | 2024.04.03 05:14:35.462234 [ 3 ] {59f71d24-c642-41a7-96b8-1350d0fe229e} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 4653 | 2024.04.03 05:14:35.462269 [ 3 ] {} <Debug> HTTP-Session: 63ade6e9-fe55-4921-9113-d9e932e5faee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4654 | 2024.04.03 05:14:35.462396 [ 193 ] {8b69ac98-35f5-4c32-8452-ff3027d9bc94::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4655 | 2024.04.03 05:14:35.462409 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4656 | 2024.04.03 05:14:35.462443 [ 193 ] {8b69ac98-35f5-4c32-8452-ff3027d9bc94::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 311 rows starting from the beginning of the part | ||
| 4657 | 2024.04.03 05:14:35.462469 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 4658 | 2024.04.03 05:14:35.462490 [ 3 ] {} <Debug> HTTP-Session: 13de0127-225d-4797-8d61-ac45f891de8d Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 4659 | 2024.04.03 05:14:35.462512 [ 3 ] {} <Debug> HTTP-Session: 13de0127-225d-4797-8d61-ac45f891de8d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4660 | 2024.04.03 05:14:35.462542 [ 3 ] {} <Debug> HTTP-Session: 13de0127-225d-4797-8d61-ac45f891de8d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4661 | 2024.04.03 05:14:35.462680 [ 3 ] {} <Trace> HTTP-Session: 13de0127-225d-4797-8d61-ac45f891de8d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4662 | 2024.04.03 05:14:35.462725 [ 193 ] {8b69ac98-35f5-4c32-8452-ff3027d9bc94::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 6 rows starting from the beginning of the part | ||
| 4663 | 2024.04.03 05:14:35.462986 [ 3 ] {4ad0ffd9-5225-419e-8d7e-a5cbd4f4261e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 4664 | 2024.04.03 05:14:35.463099 [ 193 ] {8b69ac98-35f5-4c32-8452-ff3027d9bc94::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 26 rows starting from the beginning of the part | ||
| 4665 | 2024.04.03 05:14:35.463139 [ 3 ] {4ad0ffd9-5225-419e-8d7e-a5cbd4f4261e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4666 | 2024.04.03 05:14:35.463436 [ 193 ] {8b69ac98-35f5-4c32-8452-ff3027d9bc94::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 6 rows starting from the beginning of the part | ||
| 4667 | 2024.04.03 05:14:35.463766 [ 193 ] {8b69ac98-35f5-4c32-8452-ff3027d9bc94::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 26 rows starting from the beginning of the part | ||
| 4668 | 2024.04.03 05:14:35.464111 [ 193 ] {8b69ac98-35f5-4c32-8452-ff3027d9bc94::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 6 rows starting from the beginning of the part | ||
| 4669 | 2024.04.03 05:14:35.464124 [ 3 ] {4ad0ffd9-5225-419e-8d7e-a5cbd4f4261e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4670 | 2024.04.03 05:14:35.464785 [ 3 ] {4ad0ffd9-5225-419e-8d7e-a5cbd4f4261e} <Trace> oximeter.measurements_u64 (de6da706-3917-4020-8d2f-ffa74140e97c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4671 | 2024.04.03 05:14:35.464824 [ 3 ] {4ad0ffd9-5225-419e-8d7e-a5cbd4f4261e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4672 | 2024.04.03 05:14:35.465335 [ 3 ] {4ad0ffd9-5225-419e-8d7e-a5cbd4f4261e} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4673 | 2024.04.03 05:14:35.466175 [ 3 ] {4ad0ffd9-5225-419e-8d7e-a5cbd4f4261e} <Trace> oximeter.measurements_u64 (de6da706-3917-4020-8d2f-ffa74140e97c): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4674 | 2024.04.03 05:14:35.466338 [ 3 ] {4ad0ffd9-5225-419e-8d7e-a5cbd4f4261e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003519 sec., 17050.298380221655 rows/sec., 1.15 MiB/sec. | ||
| 4675 | 2024.04.03 05:14:35.466518 [ 3 ] {4ad0ffd9-5225-419e-8d7e-a5cbd4f4261e} <Debug> DynamicQueryHandler: Done processing query | ||
| 4676 | 2024.04.03 05:14:35.466542 [ 3 ] {4ad0ffd9-5225-419e-8d7e-a5cbd4f4261e} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 4677 | 2024.04.03 05:14:35.466557 [ 3 ] {} <Debug> HTTP-Session: 13de0127-225d-4797-8d61-ac45f891de8d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4678 | 2024.04.03 05:14:35.467170 [ 198 ] {8b69ac98-35f5-4c32-8452-ff3027d9bc94::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 381 rows, containing 6 columns (6 merged, 0 gathered) in 0.005012616 sec., 76008.21606921416 rows/sec., 102.57 MiB/sec. | ||
| 4679 | 2024.04.03 05:14:35.467606 [ 198 ] {8b69ac98-35f5-4c32-8452-ff3027d9bc94::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4680 | 2024.04.03 05:14:35.468168 [ 198 ] {8b69ac98-35f5-4c32-8452-ff3027d9bc94::all_1_21_4} <Trace> oximeter.measurements_histogramf64 (8b69ac98-35f5-4c32-8452-ff3027d9bc94): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4681 | 2024.04.03 05:14:35.468275 [ 198 ] {8b69ac98-35f5-4c32-8452-ff3027d9bc94::all_1_21_4} <Trace> oximeter.measurements_histogramf64 (8b69ac98-35f5-4c32-8452-ff3027d9bc94) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4682 | 2024.04.03 05:14:35.468386 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.50 MiB. | ||
| 4683 | 2024.04.03 05:14:36.920604 [ 139 ] {} <Debug> oximeter.fields_ipaddr (4af34eed-af07-47e9-bf27-cd9b0a7bc703) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 4684 | 2024.04.03 05:14:36.920677 [ 139 ] {} <Trace> oximeter.fields_ipaddr (4af34eed-af07-47e9-bf27-cd9b0a7bc703): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4685 | 2024.04.03 05:14:36.920698 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4686 | 2024.04.03 05:14:36.920911 [ 193 ] {4af34eed-af07-47e9-bf27-cd9b0a7bc703::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 | ||
| 4687 | 2024.04.03 05:14:36.921114 [ 193 ] {4af34eed-af07-47e9-bf27-cd9b0a7bc703::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4688 | 2024.04.03 05:14:36.921156 [ 193 ] {4af34eed-af07-47e9-bf27-cd9b0a7bc703::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 | ||
| 4689 | 2024.04.03 05:14:36.921240 [ 193 ] {4af34eed-af07-47e9-bf27-cd9b0a7bc703::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 | ||
| 4690 | 2024.04.03 05:14:36.921331 [ 193 ] {4af34eed-af07-47e9-bf27-cd9b0a7bc703::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 4 rows starting from the beginning of the part | ||
| 4691 | 2024.04.03 05:14:36.921664 [ 193 ] {4af34eed-af07-47e9-bf27-cd9b0a7bc703::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 | ||
| 4692 | 2024.04.03 05:14:36.921804 [ 193 ] {4af34eed-af07-47e9-bf27-cd9b0a7bc703::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 4 rows starting from the beginning of the part | ||
| 4693 | 2024.04.03 05:14:36.923045 [ 195 ] {4af34eed-af07-47e9-bf27-cd9b0a7bc703::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 24 rows, containing 4 columns (4 merged, 0 gathered) in 0.002249881 sec., 10667.23084465356 rows/sec., 869.84 KiB/sec. | ||
| 4694 | 2024.04.03 05:14:36.923213 [ 195 ] {4af34eed-af07-47e9-bf27-cd9b0a7bc703::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 4695 | 2024.04.03 05:14:36.923629 [ 195 ] {4af34eed-af07-47e9-bf27-cd9b0a7bc703::all_1_5_1} <Trace> oximeter.fields_ipaddr (4af34eed-af07-47e9-bf27-cd9b0a7bc703): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4696 | 2024.04.03 05:14:36.923718 [ 195 ] {4af34eed-af07-47e9-bf27-cd9b0a7bc703::all_1_5_1} <Trace> oximeter.fields_ipaddr (4af34eed-af07-47e9-bf27-cd9b0a7bc703) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 4697 | 2024.04.03 05:14:36.923816 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 4698 | 2024.04.03 05:14:37.447851 [ 134 ] {} <Debug> oximeter.fields_u16 (41a66443-8a96-4f3c-8966-36c835ebe802) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 4699 | 2024.04.03 05:14:37.447920 [ 134 ] {} <Trace> oximeter.fields_u16 (41a66443-8a96-4f3c-8966-36c835ebe802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4700 | 2024.04.03 05:14:37.447947 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4701 | 2024.04.03 05:14:37.448186 [ 187 ] {41a66443-8a96-4f3c-8966-36c835ebe802::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 | ||
| 4702 | 2024.04.03 05:14:37.448440 [ 187 ] {41a66443-8a96-4f3c-8966-36c835ebe802::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4703 | 2024.04.03 05:14:37.448477 [ 187 ] {41a66443-8a96-4f3c-8966-36c835ebe802::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 | ||
| 4704 | 2024.04.03 05:14:37.448583 [ 187 ] {41a66443-8a96-4f3c-8966-36c835ebe802::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 | ||
| 4705 | 2024.04.03 05:14:37.448777 [ 187 ] {41a66443-8a96-4f3c-8966-36c835ebe802::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 4 rows starting from the beginning of the part | ||
| 4706 | 2024.04.03 05:14:37.449014 [ 187 ] {41a66443-8a96-4f3c-8966-36c835ebe802::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 | ||
| 4707 | 2024.04.03 05:14:37.449282 [ 187 ] {41a66443-8a96-4f3c-8966-36c835ebe802::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 4 rows starting from the beginning of the part | ||
| 4708 | 2024.04.03 05:14:37.450481 [ 193 ] {41a66443-8a96-4f3c-8966-36c835ebe802::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 24 rows, containing 4 columns (4 merged, 0 gathered) in 0.002416672 sec., 9931.012566041234 rows/sec., 693.43 KiB/sec. | ||
| 4709 | 2024.04.03 05:14:37.450682 [ 193 ] {41a66443-8a96-4f3c-8966-36c835ebe802::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 4710 | 2024.04.03 05:14:37.451164 [ 193 ] {41a66443-8a96-4f3c-8966-36c835ebe802::all_1_5_1} <Trace> oximeter.fields_u16 (41a66443-8a96-4f3c-8966-36c835ebe802): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4711 | 2024.04.03 05:14:37.451269 [ 193 ] {41a66443-8a96-4f3c-8966-36c835ebe802::all_1_5_1} <Trace> oximeter.fields_u16 (41a66443-8a96-4f3c-8966-36c835ebe802) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 4712 | 2024.04.03 05:14:37.451379 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 4713 | 2024.04.03 05:14:40.447954 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 3778, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4714 | 2024.04.03 05:14:40.448086 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 4715 | 2024.04.03 05:14:40.448114 [ 3 ] {} <Debug> HTTP-Session: 91177104-f617-4bc3-9ab1-0baa40daec0c Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 4716 | 2024.04.03 05:14:40.448142 [ 3 ] {} <Debug> HTTP-Session: 91177104-f617-4bc3-9ab1-0baa40daec0c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4717 | 2024.04.03 05:14:40.448160 [ 3 ] {} <Debug> HTTP-Session: 91177104-f617-4bc3-9ab1-0baa40daec0c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4718 | 2024.04.03 05:14:40.448216 [ 3 ] {} <Trace> HTTP-Session: 91177104-f617-4bc3-9ab1-0baa40daec0c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4719 | 2024.04.03 05:14:40.448351 [ 3 ] {3e7ed782-d41b-4665-aa67-df83e6b6fb15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 4720 | 2024.04.03 05:14:40.448424 [ 3 ] {3e7ed782-d41b-4665-aa67-df83e6b6fb15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 4721 | 2024.04.03 05:14:40.448623 [ 3 ] {3e7ed782-d41b-4665-aa67-df83e6b6fb15} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4722 | 2024.04.03 05:14:40.449035 [ 3 ] {3e7ed782-d41b-4665-aa67-df83e6b6fb15} <Trace> oximeter.fields_i64 (c23e6cbf-9c88-4b2e-b6de-a673a008017a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4723 | 2024.04.03 05:14:40.449081 [ 3 ] {3e7ed782-d41b-4665-aa67-df83e6b6fb15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4724 | 2024.04.03 05:14:40.449482 [ 3 ] {3e7ed782-d41b-4665-aa67-df83e6b6fb15} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4725 | 2024.04.03 05:14:40.449830 [ 3 ] {3e7ed782-d41b-4665-aa67-df83e6b6fb15} <Trace> oximeter.fields_i64 (c23e6cbf-9c88-4b2e-b6de-a673a008017a): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4726 | 2024.04.03 05:14:40.450001 [ 3 ] {3e7ed782-d41b-4665-aa67-df83e6b6fb15} <Debug> executeQuery: Read 26 rows, 2.11 KiB in 0.001704 sec., 15258.215962441314 rows/sec., 1.21 MiB/sec. | ||
| 4727 | 2024.04.03 05:14:40.450137 [ 3 ] {3e7ed782-d41b-4665-aa67-df83e6b6fb15} <Debug> DynamicQueryHandler: Done processing query | ||
| 4728 | 2024.04.03 05:14:40.450162 [ 3 ] {3e7ed782-d41b-4665-aa67-df83e6b6fb15} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 4729 | 2024.04.03 05:14:40.450178 [ 3 ] {} <Debug> HTTP-Session: 91177104-f617-4bc3-9ab1-0baa40daec0c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4730 | 2024.04.03 05:14:40.450385 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 19648, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4731 | 2024.04.03 05:14:40.450433 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 4732 | 2024.04.03 05:14:40.450451 [ 3 ] {} <Debug> HTTP-Session: cf7b835e-3190-4f93-ac30-fe64b8ccc68a Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 4733 | 2024.04.03 05:14:40.450468 [ 3 ] {} <Debug> HTTP-Session: cf7b835e-3190-4f93-ac30-fe64b8ccc68a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4734 | 2024.04.03 05:14:40.450481 [ 3 ] {} <Debug> HTTP-Session: cf7b835e-3190-4f93-ac30-fe64b8ccc68a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4735 | 2024.04.03 05:14:40.450520 [ 3 ] {} <Trace> HTTP-Session: cf7b835e-3190-4f93-ac30-fe64b8ccc68a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4736 | 2024.04.03 05:14:40.450626 [ 3 ] {574841f2-f48f-428d-9b17-74c4b21d36eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 4737 | 2024.04.03 05:14:40.450669 [ 3 ] {574841f2-f48f-428d-9b17-74c4b21d36eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4738 | 2024.04.03 05:14:40.450791 [ 3 ] {574841f2-f48f-428d-9b17-74c4b21d36eb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4739 | 2024.04.03 05:14:40.451174 [ 3 ] {574841f2-f48f-428d-9b17-74c4b21d36eb} <Trace> oximeter.fields_string (d10ead57-c466-400e-b267-5a50d181b38b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4740 | 2024.04.03 05:14:40.451211 [ 3 ] {574841f2-f48f-428d-9b17-74c4b21d36eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4741 | 2024.04.03 05:14:40.451531 [ 3 ] {574841f2-f48f-428d-9b17-74c4b21d36eb} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4742 | 2024.04.03 05:14:40.451845 [ 3 ] {574841f2-f48f-428d-9b17-74c4b21d36eb} <Trace> oximeter.fields_string (d10ead57-c466-400e-b267-5a50d181b38b): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4743 | 2024.04.03 05:14:40.451998 [ 3 ] {574841f2-f48f-428d-9b17-74c4b21d36eb} <Debug> executeQuery: Read 134 rows, 11.49 KiB in 0.00142 sec., 94366.19718309859 rows/sec., 7.90 MiB/sec. | ||
| 4744 | 2024.04.03 05:14:40.452121 [ 3 ] {574841f2-f48f-428d-9b17-74c4b21d36eb} <Debug> DynamicQueryHandler: Done processing query | ||
| 4745 | 2024.04.03 05:14:40.452144 [ 3 ] {574841f2-f48f-428d-9b17-74c4b21d36eb} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
| 4746 | 2024.04.03 05:14:40.452160 [ 3 ] {} <Debug> HTTP-Session: cf7b835e-3190-4f93-ac30-fe64b8ccc68a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4747 | 2024.04.03 05:14:40.452294 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 15291, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4748 | 2024.04.03 05:14:40.452341 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 4749 | 2024.04.03 05:14:40.452358 [ 3 ] {} <Debug> HTTP-Session: d61468f1-2a1b-4a43-b789-a5ae641228ed Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 4750 | 2024.04.03 05:14:40.452375 [ 3 ] {} <Debug> HTTP-Session: d61468f1-2a1b-4a43-b789-a5ae641228ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4751 | 2024.04.03 05:14:40.452388 [ 3 ] {} <Debug> HTTP-Session: d61468f1-2a1b-4a43-b789-a5ae641228ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4752 | 2024.04.03 05:14:40.452418 [ 3 ] {} <Trace> HTTP-Session: d61468f1-2a1b-4a43-b789-a5ae641228ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4753 | 2024.04.03 05:14:40.452504 [ 3 ] {241304d5-ba16-4fd8-a471-d44c9238e141} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 4754 | 2024.04.03 05:14:40.452546 [ 3 ] {241304d5-ba16-4fd8-a471-d44c9238e141} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4755 | 2024.04.03 05:14:40.452670 [ 3 ] {241304d5-ba16-4fd8-a471-d44c9238e141} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4756 | 2024.04.03 05:14:40.453000 [ 3 ] {241304d5-ba16-4fd8-a471-d44c9238e141} <Trace> oximeter.fields_uuid (78132754-fa1e-4d68-980a-5012099aee94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4757 | 2024.04.03 05:14:40.453036 [ 3 ] {241304d5-ba16-4fd8-a471-d44c9238e141} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4758 | 2024.04.03 05:14:40.453340 [ 3 ] {241304d5-ba16-4fd8-a471-d44c9238e141} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4759 | 2024.04.03 05:14:40.453660 [ 3 ] {241304d5-ba16-4fd8-a471-d44c9238e141} <Trace> oximeter.fields_uuid (78132754-fa1e-4d68-980a-5012099aee94): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4760 | 2024.04.03 05:14:40.453811 [ 3 ] {241304d5-ba16-4fd8-a471-d44c9238e141} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.001341 sec., 67114.09395973154 rows/sec., 5.24 MiB/sec. | ||
| 4761 | 2024.04.03 05:14:40.453997 [ 3 ] {241304d5-ba16-4fd8-a471-d44c9238e141} <Debug> DynamicQueryHandler: Done processing query | ||
| 4762 | 2024.04.03 05:14:40.454054 [ 3 ] {241304d5-ba16-4fd8-a471-d44c9238e141} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 4763 | 2024.04.03 05:14:40.454100 [ 3 ] {} <Debug> HTTP-Session: d61468f1-2a1b-4a43-b789-a5ae641228ed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4764 | 2024.04.03 05:14:40.454299 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4765 | 2024.04.03 05:14:40.454348 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 4766 | 2024.04.03 05:14:40.454366 [ 3 ] {} <Debug> HTTP-Session: 37820f23-0472-4627-956d-7eeb81941d52 Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 4767 | 2024.04.03 05:14:40.454383 [ 3 ] {} <Debug> HTTP-Session: 37820f23-0472-4627-956d-7eeb81941d52 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4768 | 2024.04.03 05:14:40.454397 [ 3 ] {} <Debug> HTTP-Session: 37820f23-0472-4627-956d-7eeb81941d52 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4769 | 2024.04.03 05:14:40.454429 [ 3 ] {} <Trace> HTTP-Session: 37820f23-0472-4627-956d-7eeb81941d52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4770 | 2024.04.03 05:14:40.454543 [ 3 ] {a313a35f-1a5b-49de-b577-8a5613397c51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4771 | 2024.04.03 05:14:40.454590 [ 3 ] {a313a35f-1a5b-49de-b577-8a5613397c51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4772 | 2024.04.03 05:14:40.454749 [ 3 ] {a313a35f-1a5b-49de-b577-8a5613397c51} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4773 | 2024.04.03 05:14:40.455114 [ 3 ] {a313a35f-1a5b-49de-b577-8a5613397c51} <Trace> oximeter.measurements_cumulativeu64 (6373e3b3-ce8a-4e66-a523-d07c961c74b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4774 | 2024.04.03 05:14:40.455152 [ 3 ] {a313a35f-1a5b-49de-b577-8a5613397c51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4775 | 2024.04.03 05:14:40.455537 [ 3 ] {a313a35f-1a5b-49de-b577-8a5613397c51} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4776 | 2024.04.03 05:14:40.455876 [ 3 ] {a313a35f-1a5b-49de-b577-8a5613397c51} <Trace> oximeter.measurements_cumulativeu64 (6373e3b3-ce8a-4e66-a523-d07c961c74b1): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4777 | 2024.04.03 05:14:40.456035 [ 3 ] {a313a35f-1a5b-49de-b577-8a5613397c51} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001549 sec., 103292.44673983214 rows/sec., 7.19 MiB/sec. | ||
| 4778 | 2024.04.03 05:14:40.456163 [ 3 ] {a313a35f-1a5b-49de-b577-8a5613397c51} <Debug> DynamicQueryHandler: Done processing query | ||
| 4779 | 2024.04.03 05:14:40.456187 [ 3 ] {a313a35f-1a5b-49de-b577-8a5613397c51} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
| 4780 | 2024.04.03 05:14:40.456202 [ 3 ] {} <Debug> HTTP-Session: 37820f23-0472-4627-956d-7eeb81941d52 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4781 | 2024.04.03 05:14:40.456341 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 27856, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4782 | 2024.04.03 05:14:40.456388 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 4783 | 2024.04.03 05:14:40.456406 [ 3 ] {} <Debug> HTTP-Session: cfc2820d-8906-41f6-8fe9-01283683816d Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 4784 | 2024.04.03 05:14:40.456422 [ 3 ] {} <Debug> HTTP-Session: cfc2820d-8906-41f6-8fe9-01283683816d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4785 | 2024.04.03 05:14:40.456435 [ 3 ] {} <Debug> HTTP-Session: cfc2820d-8906-41f6-8fe9-01283683816d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4786 | 2024.04.03 05:14:40.456466 [ 3 ] {} <Trace> HTTP-Session: cfc2820d-8906-41f6-8fe9-01283683816d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4787 | 2024.04.03 05:14:40.456670 [ 3 ] {d0b4c27c-09ab-40c5-b423-312a8ad3febf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 4788 | 2024.04.03 05:14:40.456717 [ 3 ] {d0b4c27c-09ab-40c5-b423-312a8ad3febf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 4789 | 2024.04.03 05:14:40.456871 [ 3 ] {d0b4c27c-09ab-40c5-b423-312a8ad3febf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4790 | 2024.04.03 05:14:40.457323 [ 3 ] {d0b4c27c-09ab-40c5-b423-312a8ad3febf} <Trace> oximeter.measurements_histogramf64 (8b69ac98-35f5-4c32-8452-ff3027d9bc94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4791 | 2024.04.03 05:14:40.457361 [ 3 ] {d0b4c27c-09ab-40c5-b423-312a8ad3febf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4792 | 2024.04.03 05:14:40.457765 [ 3 ] {d0b4c27c-09ab-40c5-b423-312a8ad3febf} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4793 | 2024.04.03 05:14:40.458110 [ 3 ] {d0b4c27c-09ab-40c5-b423-312a8ad3febf} <Trace> oximeter.measurements_histogramf64 (8b69ac98-35f5-4c32-8452-ff3027d9bc94): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4794 | 2024.04.03 05:14:40.458252 [ 3 ] {d0b4c27c-09ab-40c5-b423-312a8ad3febf} <Debug> executeQuery: Read 26 rows, 35.93 KiB in 0.001734 sec., 14994.232987312571 rows/sec., 20.23 MiB/sec. | ||
| 4795 | 2024.04.03 05:14:40.458370 [ 3 ] {d0b4c27c-09ab-40c5-b423-312a8ad3febf} <Debug> DynamicQueryHandler: Done processing query | ||
| 4796 | 2024.04.03 05:14:40.458392 [ 3 ] {d0b4c27c-09ab-40c5-b423-312a8ad3febf} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
| 4797 | 2024.04.03 05:14:40.458408 [ 3 ] {} <Debug> HTTP-Session: cfc2820d-8906-41f6-8fe9-01283683816d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4798 | 2024.04.03 05:14:40.458540 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4799 | 2024.04.03 05:14:40.458586 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 4800 | 2024.04.03 05:14:40.458603 [ 3 ] {} <Debug> HTTP-Session: 3ccec077-e699-4bd3-9b75-6105b4f71a07 Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 4801 | 2024.04.03 05:14:40.458619 [ 3 ] {} <Debug> HTTP-Session: 3ccec077-e699-4bd3-9b75-6105b4f71a07 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4802 | 2024.04.03 05:14:40.458632 [ 3 ] {} <Debug> HTTP-Session: 3ccec077-e699-4bd3-9b75-6105b4f71a07 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4803 | 2024.04.03 05:14:40.458662 [ 3 ] {} <Trace> HTTP-Session: 3ccec077-e699-4bd3-9b75-6105b4f71a07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4804 | 2024.04.03 05:14:40.458747 [ 3 ] {ed883f17-f97c-4379-9469-4baea3942728} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 4805 | 2024.04.03 05:14:40.458789 [ 3 ] {ed883f17-f97c-4379-9469-4baea3942728} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4806 | 2024.04.03 05:14:40.458912 [ 3 ] {ed883f17-f97c-4379-9469-4baea3942728} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4807 | 2024.04.03 05:14:40.459190 [ 3 ] {ed883f17-f97c-4379-9469-4baea3942728} <Trace> oximeter.measurements_u64 (de6da706-3917-4020-8d2f-ffa74140e97c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4808 | 2024.04.03 05:14:40.459226 [ 3 ] {ed883f17-f97c-4379-9469-4baea3942728} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4809 | 2024.04.03 05:14:40.459579 [ 3 ] {ed883f17-f97c-4379-9469-4baea3942728} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4810 | 2024.04.03 05:14:40.459911 [ 3 ] {ed883f17-f97c-4379-9469-4baea3942728} <Trace> oximeter.measurements_u64 (de6da706-3917-4020-8d2f-ffa74140e97c): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4811 | 2024.04.03 05:14:40.460066 [ 3 ] {ed883f17-f97c-4379-9469-4baea3942728} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00136 sec., 44117.647058823524 rows/sec., 2.97 MiB/sec. | ||
| 4812 | 2024.04.03 05:14:40.460188 [ 3 ] {ed883f17-f97c-4379-9469-4baea3942728} <Debug> DynamicQueryHandler: Done processing query | ||
| 4813 | 2024.04.03 05:14:40.460211 [ 3 ] {ed883f17-f97c-4379-9469-4baea3942728} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 4814 | 2024.04.03 05:14:40.460226 [ 3 ] {} <Debug> HTTP-Session: 3ccec077-e699-4bd3-9b75-6105b4f71a07 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4815 | 2024.04.03 05:14:45.446992 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 911, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4816 | 2024.04.03 05:14:45.447119 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 4817 | 2024.04.03 05:14:45.447143 [ 3 ] {} <Debug> HTTP-Session: 338f6f51-88fc-4b2f-9643-487bd0cd5c03 Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 4818 | 2024.04.03 05:14:45.447167 [ 3 ] {} <Debug> HTTP-Session: 338f6f51-88fc-4b2f-9643-487bd0cd5c03 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4819 | 2024.04.03 05:14:45.447182 [ 3 ] {} <Debug> HTTP-Session: 338f6f51-88fc-4b2f-9643-487bd0cd5c03 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4820 | 2024.04.03 05:14:45.447232 [ 3 ] {} <Trace> HTTP-Session: 338f6f51-88fc-4b2f-9643-487bd0cd5c03 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4821 | 2024.04.03 05:14:45.447350 [ 3 ] {f4ada88c-8077-47b6-8f7e-6aadfb4f6c20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 4822 | 2024.04.03 05:14:45.447416 [ 3 ] {f4ada88c-8077-47b6-8f7e-6aadfb4f6c20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 4823 | 2024.04.03 05:14:45.447608 [ 3 ] {f4ada88c-8077-47b6-8f7e-6aadfb4f6c20} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4824 | 2024.04.03 05:14:45.447999 [ 3 ] {f4ada88c-8077-47b6-8f7e-6aadfb4f6c20} <Trace> oximeter.fields_i64 (c23e6cbf-9c88-4b2e-b6de-a673a008017a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4825 | 2024.04.03 05:14:45.448049 [ 3 ] {f4ada88c-8077-47b6-8f7e-6aadfb4f6c20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4826 | 2024.04.03 05:14:45.448443 [ 3 ] {f4ada88c-8077-47b6-8f7e-6aadfb4f6c20} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4827 | 2024.04.03 05:14:45.448783 [ 3 ] {f4ada88c-8077-47b6-8f7e-6aadfb4f6c20} <Trace> oximeter.fields_i64 (c23e6cbf-9c88-4b2e-b6de-a673a008017a): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4828 | 2024.04.03 05:14:45.448922 [ 3 ] {f4ada88c-8077-47b6-8f7e-6aadfb4f6c20} <Debug> executeQuery: Read 6 rows, 498.00 B in 0.001629 sec., 3683.2412523020257 rows/sec., 298.54 KiB/sec. | ||
| 4829 | 2024.04.03 05:14:45.449058 [ 3 ] {f4ada88c-8077-47b6-8f7e-6aadfb4f6c20} <Debug> DynamicQueryHandler: Done processing query | ||
| 4830 | 2024.04.03 05:14:45.449083 [ 3 ] {f4ada88c-8077-47b6-8f7e-6aadfb4f6c20} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 4831 | 2024.04.03 05:14:45.449099 [ 3 ] {} <Debug> HTTP-Session: 338f6f51-88fc-4b2f-9643-487bd0cd5c03 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4832 | 2024.04.03 05:14:45.449243 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 10626, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4833 | 2024.04.03 05:14:45.449290 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 4834 | 2024.04.03 05:14:45.449399 [ 3 ] {} <Debug> HTTP-Session: eb576477-3ccb-4bc9-a036-60484e0cf444 Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 4835 | 2024.04.03 05:14:45.449416 [ 3 ] {} <Debug> HTTP-Session: eb576477-3ccb-4bc9-a036-60484e0cf444 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4836 | 2024.04.03 05:14:45.449430 [ 3 ] {} <Debug> HTTP-Session: eb576477-3ccb-4bc9-a036-60484e0cf444 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4837 | 2024.04.03 05:14:45.449462 [ 3 ] {} <Trace> HTTP-Session: eb576477-3ccb-4bc9-a036-60484e0cf444 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4838 | 2024.04.03 05:14:45.449550 [ 3 ] {1551a2ec-03b8-41bc-96d8-2aa61ea255ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 4839 | 2024.04.03 05:14:45.449593 [ 3 ] {1551a2ec-03b8-41bc-96d8-2aa61ea255ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4840 | 2024.04.03 05:14:45.449714 [ 3 ] {1551a2ec-03b8-41bc-96d8-2aa61ea255ce} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4841 | 2024.04.03 05:14:45.450090 [ 3 ] {1551a2ec-03b8-41bc-96d8-2aa61ea255ce} <Trace> oximeter.fields_string (d10ead57-c466-400e-b267-5a50d181b38b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4842 | 2024.04.03 05:14:45.450127 [ 3 ] {1551a2ec-03b8-41bc-96d8-2aa61ea255ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4843 | 2024.04.03 05:14:45.450459 [ 3 ] {1551a2ec-03b8-41bc-96d8-2aa61ea255ce} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4844 | 2024.04.03 05:14:45.450870 [ 3 ] {1551a2ec-03b8-41bc-96d8-2aa61ea255ce} <Trace> oximeter.fields_string (d10ead57-c466-400e-b267-5a50d181b38b): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4845 | 2024.04.03 05:14:45.450998 [ 3 ] {1551a2ec-03b8-41bc-96d8-2aa61ea255ce} <Debug> executeQuery: Read 74 rows, 6.10 KiB in 0.001488 sec., 49731.18279569893 rows/sec., 4.00 MiB/sec. | ||
| 4846 | 2024.04.03 05:14:45.451191 [ 3 ] {1551a2ec-03b8-41bc-96d8-2aa61ea255ce} <Debug> DynamicQueryHandler: Done processing query | ||
| 4847 | 2024.04.03 05:14:45.451249 [ 3 ] {1551a2ec-03b8-41bc-96d8-2aa61ea255ce} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 4848 | 2024.04.03 05:14:45.451311 [ 3 ] {} <Debug> HTTP-Session: eb576477-3ccb-4bc9-a036-60484e0cf444 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4849 | 2024.04.03 05:14:45.451505 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 11904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4850 | 2024.04.03 05:14:45.451555 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 4851 | 2024.04.03 05:14:45.451574 [ 3 ] {} <Debug> HTTP-Session: be18de6c-607a-422e-8e50-23153404cc48 Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 4852 | 2024.04.03 05:14:45.451594 [ 3 ] {} <Debug> HTTP-Session: be18de6c-607a-422e-8e50-23153404cc48 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4853 | 2024.04.03 05:14:45.451608 [ 3 ] {} <Debug> HTTP-Session: be18de6c-607a-422e-8e50-23153404cc48 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4854 | 2024.04.03 05:14:45.451639 [ 3 ] {} <Trace> HTTP-Session: be18de6c-607a-422e-8e50-23153404cc48 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4855 | 2024.04.03 05:14:45.451726 [ 3 ] {fe08cd71-7e6f-4ce6-8ba4-3913218b3452} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 4856 | 2024.04.03 05:14:45.451770 [ 3 ] {fe08cd71-7e6f-4ce6-8ba4-3913218b3452} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4857 | 2024.04.03 05:14:45.451909 [ 3 ] {fe08cd71-7e6f-4ce6-8ba4-3913218b3452} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4858 | 2024.04.03 05:14:45.452236 [ 3 ] {fe08cd71-7e6f-4ce6-8ba4-3913218b3452} <Trace> oximeter.fields_uuid (78132754-fa1e-4d68-980a-5012099aee94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4859 | 2024.04.03 05:14:45.452273 [ 3 ] {fe08cd71-7e6f-4ce6-8ba4-3913218b3452} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4860 | 2024.04.03 05:14:45.452597 [ 3 ] {fe08cd71-7e6f-4ce6-8ba4-3913218b3452} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4861 | 2024.04.03 05:14:45.452942 [ 3 ] {fe08cd71-7e6f-4ce6-8ba4-3913218b3452} <Trace> oximeter.fields_uuid (78132754-fa1e-4d68-980a-5012099aee94): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4862 | 2024.04.03 05:14:45.453065 [ 3 ] {fe08cd71-7e6f-4ce6-8ba4-3913218b3452} <Debug> executeQuery: Read 70 rows, 5.60 KiB in 0.001377 sec., 50835.14887436456 rows/sec., 3.97 MiB/sec. | ||
| 4863 | 2024.04.03 05:14:45.453180 [ 3 ] {fe08cd71-7e6f-4ce6-8ba4-3913218b3452} <Debug> DynamicQueryHandler: Done processing query | ||
| 4864 | 2024.04.03 05:14:45.453204 [ 3 ] {fe08cd71-7e6f-4ce6-8ba4-3913218b3452} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 4865 | 2024.04.03 05:14:45.453220 [ 3 ] {} <Debug> HTTP-Session: be18de6c-607a-422e-8e50-23153404cc48 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4866 | 2024.04.03 05:14:45.453375 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4867 | 2024.04.03 05:14:45.453423 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 4868 | 2024.04.03 05:14:45.453440 [ 3 ] {} <Debug> HTTP-Session: 3e5fe422-c513-4e5f-8940-15c7abc5168c Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 4869 | 2024.04.03 05:14:45.453457 [ 3 ] {} <Debug> HTTP-Session: 3e5fe422-c513-4e5f-8940-15c7abc5168c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4870 | 2024.04.03 05:14:45.453471 [ 3 ] {} <Debug> HTTP-Session: 3e5fe422-c513-4e5f-8940-15c7abc5168c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4871 | 2024.04.03 05:14:45.453502 [ 3 ] {} <Trace> HTTP-Session: 3e5fe422-c513-4e5f-8940-15c7abc5168c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4872 | 2024.04.03 05:14:45.453611 [ 3 ] {b2a8b31d-08bc-42a8-93cd-54139292344c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4873 | 2024.04.03 05:14:45.453656 [ 3 ] {b2a8b31d-08bc-42a8-93cd-54139292344c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4874 | 2024.04.03 05:14:45.453797 [ 3 ] {b2a8b31d-08bc-42a8-93cd-54139292344c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4875 | 2024.04.03 05:14:45.454183 [ 3 ] {b2a8b31d-08bc-42a8-93cd-54139292344c} <Trace> oximeter.measurements_cumulativeu64 (6373e3b3-ce8a-4e66-a523-d07c961c74b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4876 | 2024.04.03 05:14:45.454218 [ 3 ] {b2a8b31d-08bc-42a8-93cd-54139292344c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4877 | 2024.04.03 05:14:45.454613 [ 3 ] {b2a8b31d-08bc-42a8-93cd-54139292344c} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4878 | 2024.04.03 05:14:45.454954 [ 3 ] {b2a8b31d-08bc-42a8-93cd-54139292344c} <Trace> oximeter.measurements_cumulativeu64 (6373e3b3-ce8a-4e66-a523-d07c961c74b1): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4879 | 2024.04.03 05:14:45.455078 [ 3 ] {b2a8b31d-08bc-42a8-93cd-54139292344c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001531 sec., 104506.85826257349 rows/sec., 7.28 MiB/sec. | ||
| 4880 | 2024.04.03 05:14:45.455198 [ 3 ] {b2a8b31d-08bc-42a8-93cd-54139292344c} <Debug> DynamicQueryHandler: Done processing query | ||
| 4881 | 2024.04.03 05:14:45.455221 [ 3 ] {b2a8b31d-08bc-42a8-93cd-54139292344c} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
| 4882 | 2024.04.03 05:14:45.455238 [ 3 ] {} <Debug> HTTP-Session: 3e5fe422-c513-4e5f-8940-15c7abc5168c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4883 | 2024.04.03 05:14:45.455391 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 6476, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4884 | 2024.04.03 05:14:45.455437 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 4885 | 2024.04.03 05:14:45.455455 [ 3 ] {} <Debug> HTTP-Session: 49624566-ccd0-4053-a504-bd97eda195d0 Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 4886 | 2024.04.03 05:14:45.455472 [ 3 ] {} <Debug> HTTP-Session: 49624566-ccd0-4053-a504-bd97eda195d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4887 | 2024.04.03 05:14:45.455486 [ 3 ] {} <Debug> HTTP-Session: 49624566-ccd0-4053-a504-bd97eda195d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4888 | 2024.04.03 05:14:45.455516 [ 3 ] {} <Trace> HTTP-Session: 49624566-ccd0-4053-a504-bd97eda195d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4889 | 2024.04.03 05:14:45.455636 [ 3 ] {e04d3a77-56be-4204-aaa0-f5b6b18fbce9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 4890 | 2024.04.03 05:14:45.455681 [ 3 ] {e04d3a77-56be-4204-aaa0-f5b6b18fbce9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 4891 | 2024.04.03 05:14:45.455835 [ 3 ] {e04d3a77-56be-4204-aaa0-f5b6b18fbce9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4892 | 2024.04.03 05:14:45.456142 [ 3 ] {e04d3a77-56be-4204-aaa0-f5b6b18fbce9} <Trace> oximeter.measurements_histogramf64 (8b69ac98-35f5-4c32-8452-ff3027d9bc94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4893 | 2024.04.03 05:14:45.456177 [ 3 ] {e04d3a77-56be-4204-aaa0-f5b6b18fbce9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4894 | 2024.04.03 05:14:45.456558 [ 3 ] {e04d3a77-56be-4204-aaa0-f5b6b18fbce9} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4895 | 2024.04.03 05:14:45.456902 [ 3 ] {e04d3a77-56be-4204-aaa0-f5b6b18fbce9} <Trace> oximeter.measurements_histogramf64 (8b69ac98-35f5-4c32-8452-ff3027d9bc94): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4896 | 2024.04.03 05:14:45.457032 [ 3 ] {e04d3a77-56be-4204-aaa0-f5b6b18fbce9} <Debug> executeQuery: Read 6 rows, 8.29 KiB in 0.001475 sec., 4067.7966101694915 rows/sec., 5.49 MiB/sec. | ||
| 4897 | 2024.04.03 05:14:45.457156 [ 3 ] {e04d3a77-56be-4204-aaa0-f5b6b18fbce9} <Debug> DynamicQueryHandler: Done processing query | ||
| 4898 | 2024.04.03 05:14:45.457180 [ 3 ] {e04d3a77-56be-4204-aaa0-f5b6b18fbce9} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 4899 | 2024.04.03 05:14:45.457196 [ 3 ] {} <Debug> HTTP-Session: 49624566-ccd0-4053-a504-bd97eda195d0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4900 | 2024.04.03 05:14:45.457329 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4901 | 2024.04.03 05:14:45.457377 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 4902 | 2024.04.03 05:14:45.457394 [ 3 ] {} <Debug> HTTP-Session: 97828647-c95e-456c-8a01-1ac895b66d9b Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 4903 | 2024.04.03 05:14:45.457410 [ 3 ] {} <Debug> HTTP-Session: 97828647-c95e-456c-8a01-1ac895b66d9b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4904 | 2024.04.03 05:14:45.457424 [ 3 ] {} <Debug> HTTP-Session: 97828647-c95e-456c-8a01-1ac895b66d9b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4905 | 2024.04.03 05:14:45.457455 [ 3 ] {} <Trace> HTTP-Session: 97828647-c95e-456c-8a01-1ac895b66d9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4906 | 2024.04.03 05:14:45.457538 [ 3 ] {e048dd51-0860-40a4-8b0f-f7ea85eea31c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 4907 | 2024.04.03 05:14:45.457580 [ 3 ] {e048dd51-0860-40a4-8b0f-f7ea85eea31c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4908 | 2024.04.03 05:14:45.457703 [ 3 ] {e048dd51-0860-40a4-8b0f-f7ea85eea31c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4909 | 2024.04.03 05:14:45.458004 [ 3 ] {e048dd51-0860-40a4-8b0f-f7ea85eea31c} <Trace> oximeter.measurements_u64 (de6da706-3917-4020-8d2f-ffa74140e97c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4910 | 2024.04.03 05:14:45.458039 [ 3 ] {e048dd51-0860-40a4-8b0f-f7ea85eea31c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4911 | 2024.04.03 05:14:45.458395 [ 3 ] {e048dd51-0860-40a4-8b0f-f7ea85eea31c} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4912 | 2024.04.03 05:14:45.458753 [ 3 ] {e048dd51-0860-40a4-8b0f-f7ea85eea31c} <Trace> oximeter.measurements_u64 (de6da706-3917-4020-8d2f-ffa74140e97c): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4913 | 2024.04.03 05:14:45.458877 [ 3 ] {e048dd51-0860-40a4-8b0f-f7ea85eea31c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00138 sec., 43478.260869565216 rows/sec., 2.93 MiB/sec. | ||
| 4914 | 2024.04.03 05:14:45.458998 [ 3 ] {e048dd51-0860-40a4-8b0f-f7ea85eea31c} <Debug> DynamicQueryHandler: Done processing query | ||
| 4915 | 2024.04.03 05:14:45.459021 [ 3 ] {e048dd51-0860-40a4-8b0f-f7ea85eea31c} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 4916 | 2024.04.03 05:14:45.459036 [ 3 ] {} <Debug> HTTP-Session: 97828647-c95e-456c-8a01-1ac895b66d9b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4917 | 2024.04.03 05:14:48.990083 [ 119 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4918 | 2024.04.03 05:14:48.990158 [ 119 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4919 | 2024.04.03 05:14:50.448581 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 3778, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4920 | 2024.04.03 05:14:50.448703 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 4921 | 2024.04.03 05:14:50.448732 [ 3 ] {} <Debug> HTTP-Session: 3e659de6-af8e-4d47-8f42-65bfb0da4d68 Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 4922 | 2024.04.03 05:14:50.448760 [ 3 ] {} <Debug> HTTP-Session: 3e659de6-af8e-4d47-8f42-65bfb0da4d68 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4923 | 2024.04.03 05:14:50.448778 [ 3 ] {} <Debug> HTTP-Session: 3e659de6-af8e-4d47-8f42-65bfb0da4d68 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4924 | 2024.04.03 05:14:50.448833 [ 3 ] {} <Trace> HTTP-Session: 3e659de6-af8e-4d47-8f42-65bfb0da4d68 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4925 | 2024.04.03 05:14:50.448960 [ 3 ] {0237e481-7ab6-4872-940d-278620a25142} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 4926 | 2024.04.03 05:14:50.449023 [ 3 ] {0237e481-7ab6-4872-940d-278620a25142} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 4927 | 2024.04.03 05:14:50.449211 [ 3 ] {0237e481-7ab6-4872-940d-278620a25142} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4928 | 2024.04.03 05:14:50.449635 [ 3 ] {0237e481-7ab6-4872-940d-278620a25142} <Trace> oximeter.fields_i64 (c23e6cbf-9c88-4b2e-b6de-a673a008017a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4929 | 2024.04.03 05:14:50.449677 [ 3 ] {0237e481-7ab6-4872-940d-278620a25142} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 4930 | 2024.04.03 05:14:50.450065 [ 3 ] {0237e481-7ab6-4872-940d-278620a25142} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4931 | 2024.04.03 05:14:50.450411 [ 3 ] {0237e481-7ab6-4872-940d-278620a25142} <Trace> oximeter.fields_i64 (c23e6cbf-9c88-4b2e-b6de-a673a008017a): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4932 | 2024.04.03 05:14:50.450560 [ 3 ] {0237e481-7ab6-4872-940d-278620a25142} <Debug> executeQuery: Read 26 rows, 2.11 KiB in 0.001658 sec., 15681.544028950542 rows/sec., 1.24 MiB/sec. | ||
| 4933 | 2024.04.03 05:14:50.450723 [ 3 ] {0237e481-7ab6-4872-940d-278620a25142} <Debug> DynamicQueryHandler: Done processing query | ||
| 4934 | 2024.04.03 05:14:50.450750 [ 3 ] {0237e481-7ab6-4872-940d-278620a25142} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 4935 | 2024.04.03 05:14:50.450766 [ 3 ] {} <Debug> HTTP-Session: 3e659de6-af8e-4d47-8f42-65bfb0da4d68 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4936 | 2024.04.03 05:14:50.450964 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 19648, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4937 | 2024.04.03 05:14:50.451024 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 4938 | 2024.04.03 05:14:50.451043 [ 3 ] {} <Debug> HTTP-Session: 02c2174f-bf75-4495-b15f-e333910dd024 Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 4939 | 2024.04.03 05:14:50.451061 [ 3 ] {} <Debug> HTTP-Session: 02c2174f-bf75-4495-b15f-e333910dd024 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4940 | 2024.04.03 05:14:50.451074 [ 3 ] {} <Debug> HTTP-Session: 02c2174f-bf75-4495-b15f-e333910dd024 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4941 | 2024.04.03 05:14:50.451110 [ 3 ] {} <Trace> HTTP-Session: 02c2174f-bf75-4495-b15f-e333910dd024 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4942 | 2024.04.03 05:14:50.451225 [ 3 ] {c7e02de7-bd4b-4e34-bcc5-7cd1b4deaab0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 4943 | 2024.04.03 05:14:50.451271 [ 3 ] {c7e02de7-bd4b-4e34-bcc5-7cd1b4deaab0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4944 | 2024.04.03 05:14:50.451400 [ 3 ] {c7e02de7-bd4b-4e34-bcc5-7cd1b4deaab0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4945 | 2024.04.03 05:14:50.451792 [ 3 ] {c7e02de7-bd4b-4e34-bcc5-7cd1b4deaab0} <Trace> oximeter.fields_string (d10ead57-c466-400e-b267-5a50d181b38b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4946 | 2024.04.03 05:14:50.451828 [ 3 ] {c7e02de7-bd4b-4e34-bcc5-7cd1b4deaab0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 4947 | 2024.04.03 05:14:50.452169 [ 3 ] {c7e02de7-bd4b-4e34-bcc5-7cd1b4deaab0} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4948 | 2024.04.03 05:14:50.452480 [ 3 ] {c7e02de7-bd4b-4e34-bcc5-7cd1b4deaab0} <Trace> oximeter.fields_string (d10ead57-c466-400e-b267-5a50d181b38b): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4949 | 2024.04.03 05:14:50.452613 [ 3 ] {c7e02de7-bd4b-4e34-bcc5-7cd1b4deaab0} <Debug> executeQuery: Read 134 rows, 11.49 KiB in 0.001453 sec., 92222.98692360632 rows/sec., 7.72 MiB/sec. | ||
| 4950 | 2024.04.03 05:14:50.452767 [ 3 ] {c7e02de7-bd4b-4e34-bcc5-7cd1b4deaab0} <Debug> DynamicQueryHandler: Done processing query | ||
| 4951 | 2024.04.03 05:14:50.452801 [ 3 ] {c7e02de7-bd4b-4e34-bcc5-7cd1b4deaab0} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
| 4952 | 2024.04.03 05:14:50.452825 [ 3 ] {} <Debug> HTTP-Session: 02c2174f-bf75-4495-b15f-e333910dd024 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4953 | 2024.04.03 05:14:50.452974 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 15291, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4954 | 2024.04.03 05:14:50.453024 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 4955 | 2024.04.03 05:14:50.453042 [ 3 ] {} <Debug> HTTP-Session: 97816a4d-ad4c-4c46-8537-d92b08936630 Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 4956 | 2024.04.03 05:14:50.453059 [ 3 ] {} <Debug> HTTP-Session: 97816a4d-ad4c-4c46-8537-d92b08936630 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4957 | 2024.04.03 05:14:50.453072 [ 3 ] {} <Debug> HTTP-Session: 97816a4d-ad4c-4c46-8537-d92b08936630 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4958 | 2024.04.03 05:14:50.453104 [ 3 ] {} <Trace> HTTP-Session: 97816a4d-ad4c-4c46-8537-d92b08936630 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4959 | 2024.04.03 05:14:50.453199 [ 3 ] {ecd2d08a-35ec-4054-9cff-7efe90b2145e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 4960 | 2024.04.03 05:14:50.453241 [ 3 ] {ecd2d08a-35ec-4054-9cff-7efe90b2145e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4961 | 2024.04.03 05:14:50.453366 [ 3 ] {ecd2d08a-35ec-4054-9cff-7efe90b2145e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4962 | 2024.04.03 05:14:50.453691 [ 3 ] {ecd2d08a-35ec-4054-9cff-7efe90b2145e} <Trace> oximeter.fields_uuid (78132754-fa1e-4d68-980a-5012099aee94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4963 | 2024.04.03 05:14:50.453727 [ 3 ] {ecd2d08a-35ec-4054-9cff-7efe90b2145e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 4964 | 2024.04.03 05:14:50.454049 [ 3 ] {ecd2d08a-35ec-4054-9cff-7efe90b2145e} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4965 | 2024.04.03 05:14:50.454375 [ 3 ] {ecd2d08a-35ec-4054-9cff-7efe90b2145e} <Trace> oximeter.fields_uuid (78132754-fa1e-4d68-980a-5012099aee94): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4966 | 2024.04.03 05:14:50.454499 [ 3 ] {ecd2d08a-35ec-4054-9cff-7efe90b2145e} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.001351 sec., 66617.32050333086 rows/sec., 5.20 MiB/sec. | ||
| 4967 | 2024.04.03 05:14:50.454729 [ 3 ] {ecd2d08a-35ec-4054-9cff-7efe90b2145e} <Debug> DynamicQueryHandler: Done processing query | ||
| 4968 | 2024.04.03 05:14:50.454779 [ 3 ] {ecd2d08a-35ec-4054-9cff-7efe90b2145e} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 4969 | 2024.04.03 05:14:50.454814 [ 3 ] {} <Debug> HTTP-Session: 97816a4d-ad4c-4c46-8537-d92b08936630 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4970 | 2024.04.03 05:14:50.454994 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4971 | 2024.04.03 05:14:50.455043 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 4972 | 2024.04.03 05:14:50.455062 [ 3 ] {} <Debug> HTTP-Session: 0aa9ba5e-edd1-4a77-83a9-2eb293befc5a Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 4973 | 2024.04.03 05:14:50.455079 [ 3 ] {} <Debug> HTTP-Session: 0aa9ba5e-edd1-4a77-83a9-2eb293befc5a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4974 | 2024.04.03 05:14:50.455092 [ 3 ] {} <Debug> HTTP-Session: 0aa9ba5e-edd1-4a77-83a9-2eb293befc5a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4975 | 2024.04.03 05:14:50.455123 [ 3 ] {} <Trace> HTTP-Session: 0aa9ba5e-edd1-4a77-83a9-2eb293befc5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4976 | 2024.04.03 05:14:50.455250 [ 3 ] {f2f6156c-a2a2-4e1b-a4b6-b5a798e871ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4977 | 2024.04.03 05:14:50.455299 [ 3 ] {f2f6156c-a2a2-4e1b-a4b6-b5a798e871ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4978 | 2024.04.03 05:14:50.455459 [ 3 ] {f2f6156c-a2a2-4e1b-a4b6-b5a798e871ff} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4979 | 2024.04.03 05:14:50.455913 [ 3 ] {f2f6156c-a2a2-4e1b-a4b6-b5a798e871ff} <Trace> oximeter.measurements_cumulativeu64 (6373e3b3-ce8a-4e66-a523-d07c961c74b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4980 | 2024.04.03 05:14:50.455948 [ 3 ] {f2f6156c-a2a2-4e1b-a4b6-b5a798e871ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 4981 | 2024.04.03 05:14:50.456339 [ 3 ] {f2f6156c-a2a2-4e1b-a4b6-b5a798e871ff} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4982 | 2024.04.03 05:14:50.456684 [ 3 ] {f2f6156c-a2a2-4e1b-a4b6-b5a798e871ff} <Trace> oximeter.measurements_cumulativeu64 (6373e3b3-ce8a-4e66-a523-d07c961c74b1): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4983 | 2024.04.03 05:14:50.456813 [ 3 ] {f2f6156c-a2a2-4e1b-a4b6-b5a798e871ff} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001641 sec., 97501.52346130408 rows/sec., 6.79 MiB/sec. | ||
| 4984 | 2024.04.03 05:14:50.456937 [ 3 ] {f2f6156c-a2a2-4e1b-a4b6-b5a798e871ff} <Debug> DynamicQueryHandler: Done processing query | ||
| 4985 | 2024.04.03 05:14:50.456961 [ 3 ] {f2f6156c-a2a2-4e1b-a4b6-b5a798e871ff} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
| 4986 | 2024.04.03 05:14:50.456977 [ 3 ] {} <Debug> HTTP-Session: 0aa9ba5e-edd1-4a77-83a9-2eb293befc5a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4987 | 2024.04.03 05:14:50.457142 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 27856, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4988 | 2024.04.03 05:14:50.457190 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 4989 | 2024.04.03 05:14:50.457208 [ 3 ] {} <Debug> HTTP-Session: 35073356-eb44-4718-a6ef-8a78bc4fb3a7 Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 4990 | 2024.04.03 05:14:50.457225 [ 3 ] {} <Debug> HTTP-Session: 35073356-eb44-4718-a6ef-8a78bc4fb3a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4991 | 2024.04.03 05:14:50.457238 [ 3 ] {} <Debug> HTTP-Session: 35073356-eb44-4718-a6ef-8a78bc4fb3a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4992 | 2024.04.03 05:14:50.457268 [ 3 ] {} <Trace> HTTP-Session: 35073356-eb44-4718-a6ef-8a78bc4fb3a7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4993 | 2024.04.03 05:14:50.457485 [ 3 ] {43d27403-07e7-485f-903a-87e838eb8886} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 4994 | 2024.04.03 05:14:50.457532 [ 3 ] {43d27403-07e7-485f-903a-87e838eb8886} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 4995 | 2024.04.03 05:14:50.457687 [ 3 ] {43d27403-07e7-485f-903a-87e838eb8886} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4996 | 2024.04.03 05:14:50.458165 [ 3 ] {43d27403-07e7-485f-903a-87e838eb8886} <Trace> oximeter.measurements_histogramf64 (8b69ac98-35f5-4c32-8452-ff3027d9bc94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4997 | 2024.04.03 05:14:50.458200 [ 3 ] {43d27403-07e7-485f-903a-87e838eb8886} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 4998 | 2024.04.03 05:14:50.458606 [ 3 ] {43d27403-07e7-485f-903a-87e838eb8886} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4999 | 2024.04.03 05:14:50.458990 [ 3 ] {43d27403-07e7-485f-903a-87e838eb8886} <Trace> oximeter.measurements_histogramf64 (8b69ac98-35f5-4c32-8452-ff3027d9bc94): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5000 | 2024.04.03 05:14:50.459132 [ 3 ] {43d27403-07e7-485f-903a-87e838eb8886} <Debug> executeQuery: Read 26 rows, 35.93 KiB in 0.001818 sec., 14301.430143014302 rows/sec., 19.30 MiB/sec. | ||
| 5001 | 2024.04.03 05:14:50.459260 [ 3 ] {43d27403-07e7-485f-903a-87e838eb8886} <Debug> DynamicQueryHandler: Done processing query | ||
| 5002 | 2024.04.03 05:14:50.459284 [ 3 ] {43d27403-07e7-485f-903a-87e838eb8886} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
| 5003 | 2024.04.03 05:14:50.459299 [ 3 ] {} <Debug> HTTP-Session: 35073356-eb44-4718-a6ef-8a78bc4fb3a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5004 | 2024.04.03 05:14:50.459421 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5005 | 2024.04.03 05:14:50.459468 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 5006 | 2024.04.03 05:14:50.459486 [ 3 ] {} <Debug> HTTP-Session: fe211f7f-7474-4db4-98cb-ce5c7f5c6b19 Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 5007 | 2024.04.03 05:14:50.459502 [ 3 ] {} <Debug> HTTP-Session: fe211f7f-7474-4db4-98cb-ce5c7f5c6b19 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5008 | 2024.04.03 05:14:50.459517 [ 3 ] {} <Debug> HTTP-Session: fe211f7f-7474-4db4-98cb-ce5c7f5c6b19 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5009 | 2024.04.03 05:14:50.459548 [ 3 ] {} <Trace> HTTP-Session: fe211f7f-7474-4db4-98cb-ce5c7f5c6b19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5010 | 2024.04.03 05:14:50.459649 [ 3 ] {b5c60b9b-8885-43b4-905f-2f5775fed9d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 5011 | 2024.04.03 05:14:50.459693 [ 3 ] {b5c60b9b-8885-43b4-905f-2f5775fed9d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5012 | 2024.04.03 05:14:50.459816 [ 3 ] {b5c60b9b-8885-43b4-905f-2f5775fed9d9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5013 | 2024.04.03 05:14:50.460125 [ 3 ] {b5c60b9b-8885-43b4-905f-2f5775fed9d9} <Trace> oximeter.measurements_u64 (de6da706-3917-4020-8d2f-ffa74140e97c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5014 | 2024.04.03 05:14:50.460160 [ 3 ] {b5c60b9b-8885-43b4-905f-2f5775fed9d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 5015 | 2024.04.03 05:14:50.460515 [ 3 ] {b5c60b9b-8885-43b4-905f-2f5775fed9d9} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 5016 | 2024.04.03 05:14:50.460866 [ 3 ] {b5c60b9b-8885-43b4-905f-2f5775fed9d9} <Trace> oximeter.measurements_u64 (de6da706-3917-4020-8d2f-ffa74140e97c): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5017 | 2024.04.03 05:14:50.460998 [ 3 ] {b5c60b9b-8885-43b4-905f-2f5775fed9d9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001407 sec., 42643.923240938166 rows/sec., 2.87 MiB/sec. | ||
| 5018 | 2024.04.03 05:14:50.461115 [ 3 ] {b5c60b9b-8885-43b4-905f-2f5775fed9d9} <Debug> DynamicQueryHandler: Done processing query | ||
| 5019 | 2024.04.03 05:14:50.461138 [ 3 ] {b5c60b9b-8885-43b4-905f-2f5775fed9d9} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 5020 | 2024.04.03 05:14:50.461153 [ 3 ] {} <Debug> HTTP-Session: fe211f7f-7474-4db4-98cb-ce5c7f5c6b19 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5021 | 2024.04.03 05:14:55.449659 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 911, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5022 | 2024.04.03 05:14:55.449801 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 5023 | 2024.04.03 05:14:55.449830 [ 3 ] {} <Debug> HTTP-Session: 4bb2c62e-4543-474a-846d-c6fab7cb2abb Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 5024 | 2024.04.03 05:14:55.449858 [ 3 ] {} <Debug> HTTP-Session: 4bb2c62e-4543-474a-846d-c6fab7cb2abb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5025 | 2024.04.03 05:14:55.449877 [ 3 ] {} <Debug> HTTP-Session: 4bb2c62e-4543-474a-846d-c6fab7cb2abb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5026 | 2024.04.03 05:14:55.449934 [ 3 ] {} <Trace> HTTP-Session: 4bb2c62e-4543-474a-846d-c6fab7cb2abb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5027 | 2024.04.03 05:14:55.450063 [ 3 ] {e1d2eef5-6c91-4b14-b77a-da806d86a465} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 5028 | 2024.04.03 05:14:55.450132 [ 3 ] {e1d2eef5-6c91-4b14-b77a-da806d86a465} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 5029 | 2024.04.03 05:14:55.450328 [ 3 ] {e1d2eef5-6c91-4b14-b77a-da806d86a465} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5030 | 2024.04.03 05:14:55.450770 [ 3 ] {e1d2eef5-6c91-4b14-b77a-da806d86a465} <Trace> oximeter.fields_i64 (c23e6cbf-9c88-4b2e-b6de-a673a008017a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5031 | 2024.04.03 05:14:55.450815 [ 3 ] {e1d2eef5-6c91-4b14-b77a-da806d86a465} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 5032 | 2024.04.03 05:14:55.451213 [ 3 ] {e1d2eef5-6c91-4b14-b77a-da806d86a465} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5033 | 2024.04.03 05:14:55.451554 [ 3 ] {e1d2eef5-6c91-4b14-b77a-da806d86a465} <Trace> oximeter.fields_i64 (c23e6cbf-9c88-4b2e-b6de-a673a008017a): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5034 | 2024.04.03 05:14:55.451709 [ 3 ] {e1d2eef5-6c91-4b14-b77a-da806d86a465} <Debug> executeQuery: Read 6 rows, 498.00 B in 0.001704 sec., 3521.1267605633802 rows/sec., 285.40 KiB/sec. | ||
| 5035 | 2024.04.03 05:14:55.451962 [ 3 ] {e1d2eef5-6c91-4b14-b77a-da806d86a465} <Debug> DynamicQueryHandler: Done processing query | ||
| 5036 | 2024.04.03 05:14:55.452002 [ 3 ] {e1d2eef5-6c91-4b14-b77a-da806d86a465} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 5037 | 2024.04.03 05:14:55.452019 [ 3 ] {} <Debug> HTTP-Session: 4bb2c62e-4543-474a-846d-c6fab7cb2abb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5038 | 2024.04.03 05:14:55.452175 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 15603, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5039 | 2024.04.03 05:14:55.452232 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 5040 | 2024.04.03 05:14:55.452251 [ 3 ] {} <Debug> HTTP-Session: d5a6480b-159a-4518-8259-dac468728c47 Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 5041 | 2024.04.03 05:14:55.452270 [ 3 ] {} <Debug> HTTP-Session: d5a6480b-159a-4518-8259-dac468728c47 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5042 | 2024.04.03 05:14:55.452283 [ 3 ] {} <Debug> HTTP-Session: d5a6480b-159a-4518-8259-dac468728c47 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5043 | 2024.04.03 05:14:55.452318 [ 3 ] {} <Trace> HTTP-Session: d5a6480b-159a-4518-8259-dac468728c47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5044 | 2024.04.03 05:14:55.452420 [ 3 ] {11a59ebb-0884-4d77-b999-52de53a99109} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 5045 | 2024.04.03 05:14:55.452468 [ 3 ] {11a59ebb-0884-4d77-b999-52de53a99109} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5046 | 2024.04.03 05:14:55.452618 [ 3 ] {11a59ebb-0884-4d77-b999-52de53a99109} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5047 | 2024.04.03 05:14:55.453011 [ 3 ] {11a59ebb-0884-4d77-b999-52de53a99109} <Trace> oximeter.fields_string (d10ead57-c466-400e-b267-5a50d181b38b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5048 | 2024.04.03 05:14:55.453048 [ 3 ] {11a59ebb-0884-4d77-b999-52de53a99109} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 5049 | 2024.04.03 05:14:55.453379 [ 3 ] {11a59ebb-0884-4d77-b999-52de53a99109} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 5050 | 2024.04.03 05:14:55.453697 [ 3 ] {11a59ebb-0884-4d77-b999-52de53a99109} <Trace> oximeter.fields_string (d10ead57-c466-400e-b267-5a50d181b38b): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5051 | 2024.04.03 05:14:55.453823 [ 81 ] {} <Debug> oximeter.fields_string (d10ead57-c466-400e-b267-5a50d181b38b) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 5052 | 2024.04.03 05:14:55.453823 [ 3 ] {11a59ebb-0884-4d77-b999-52de53a99109} <Debug> executeQuery: Read 110 rows, 8.91 KiB in 0.001455 sec., 75601.37457044674 rows/sec., 5.98 MiB/sec. | ||
| 5053 | 2024.04.03 05:14:55.453864 [ 81 ] {} <Trace> oximeter.fields_string (d10ead57-c466-400e-b267-5a50d181b38b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5054 | 2024.04.03 05:14:55.453899 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 5055 | 2024.04.03 05:14:55.454004 [ 3 ] {11a59ebb-0884-4d77-b999-52de53a99109} <Debug> DynamicQueryHandler: Done processing query | ||
| 5056 | 2024.04.03 05:14:55.454059 [ 3 ] {11a59ebb-0884-4d77-b999-52de53a99109} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
| 5057 | 2024.04.03 05:14:55.454127 [ 3 ] {} <Debug> HTTP-Session: d5a6480b-159a-4518-8259-dac468728c47 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5058 | 2024.04.03 05:14:55.454205 [ 192 ] {d10ead57-c466-400e-b267-5a50d181b38b::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 | ||
| 5059 | 2024.04.03 05:14:55.454339 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 15942, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5060 | 2024.04.03 05:14:55.454443 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 5061 | 2024.04.03 05:14:55.454496 [ 3 ] {} <Debug> HTTP-Session: 750eb93f-5891-4ff8-8fe0-0a94d2630cb4 Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 5062 | 2024.04.03 05:14:55.454552 [ 3 ] {} <Debug> HTTP-Session: 750eb93f-5891-4ff8-8fe0-0a94d2630cb4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5063 | 2024.04.03 05:14:55.454596 [ 3 ] {} <Debug> HTTP-Session: 750eb93f-5891-4ff8-8fe0-0a94d2630cb4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5064 | 2024.04.03 05:14:55.454668 [ 192 ] {d10ead57-c466-400e-b267-5a50d181b38b::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5065 | 2024.04.03 05:14:55.454682 [ 3 ] {} <Trace> HTTP-Session: 750eb93f-5891-4ff8-8fe0-0a94d2630cb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5066 | 2024.04.03 05:14:55.454769 [ 192 ] {d10ead57-c466-400e-b267-5a50d181b38b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 196 rows starting from the beginning of the part | ||
| 5067 | 2024.04.03 05:14:55.454925 [ 3 ] {65b47c17-64a0-4621-a1a5-980a74f797a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 5068 | 2024.04.03 05:14:55.455108 [ 192 ] {d10ead57-c466-400e-b267-5a50d181b38b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 74 rows starting from the beginning of the part | ||
| 5069 | 2024.04.03 05:14:55.455130 [ 3 ] {65b47c17-64a0-4621-a1a5-980a74f797a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5070 | 2024.04.03 05:14:55.455371 [ 192 ] {d10ead57-c466-400e-b267-5a50d181b38b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 134 rows starting from the beginning of the part | ||
| 5071 | 2024.04.03 05:14:55.455733 [ 192 ] {d10ead57-c466-400e-b267-5a50d181b38b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 74 rows starting from the beginning of the part | ||
| 5072 | 2024.04.03 05:14:55.456052 [ 192 ] {d10ead57-c466-400e-b267-5a50d181b38b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 134 rows starting from the beginning of the part | ||
| 5073 | 2024.04.03 05:14:55.456381 [ 192 ] {d10ead57-c466-400e-b267-5a50d181b38b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 110 rows starting from the beginning of the part | ||
| 5074 | 2024.04.03 05:14:55.456385 [ 3 ] {65b47c17-64a0-4621-a1a5-980a74f797a9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5075 | 2024.04.03 05:14:55.457406 [ 3 ] {65b47c17-64a0-4621-a1a5-980a74f797a9} <Trace> oximeter.fields_uuid (78132754-fa1e-4d68-980a-5012099aee94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5076 | 2024.04.03 05:14:55.457463 [ 3 ] {65b47c17-64a0-4621-a1a5-980a74f797a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 5077 | 2024.04.03 05:14:55.458360 [ 3 ] {65b47c17-64a0-4621-a1a5-980a74f797a9} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 5078 | 2024.04.03 05:14:55.458978 [ 193 ] {d10ead57-c466-400e-b267-5a50d181b38b::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 722 rows, containing 4 columns (4 merged, 0 gathered) in 0.004987856 sec., 144751.57261957845 rows/sec., 11.90 MiB/sec. | ||
| 5079 | 2024.04.03 05:14:55.458992 [ 3 ] {65b47c17-64a0-4621-a1a5-980a74f797a9} <Trace> oximeter.fields_uuid (78132754-fa1e-4d68-980a-5012099aee94): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5080 | 2024.04.03 05:14:55.459180 [ 81 ] {} <Debug> oximeter.fields_uuid (78132754-fa1e-4d68-980a-5012099aee94) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 5081 | 2024.04.03 05:14:55.459191 [ 3 ] {65b47c17-64a0-4621-a1a5-980a74f797a9} <Debug> executeQuery: Read 94 rows, 7.49 KiB in 0.004391 sec., 21407.424276930084 rows/sec., 1.67 MiB/sec. | ||
| 5082 | 2024.04.03 05:14:55.459204 [ 193 ] {d10ead57-c466-400e-b267-5a50d181b38b::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 5083 | 2024.04.03 05:14:55.459229 [ 81 ] {} <Trace> oximeter.fields_uuid (78132754-fa1e-4d68-980a-5012099aee94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5084 | 2024.04.03 05:14:55.459291 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 5085 | 2024.04.03 05:14:55.459596 [ 3 ] {65b47c17-64a0-4621-a1a5-980a74f797a9} <Debug> DynamicQueryHandler: Done processing query | ||
| 5086 | 2024.04.03 05:14:55.459657 [ 3 ] {65b47c17-64a0-4621-a1a5-980a74f797a9} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 5087 | 2024.04.03 05:14:55.459729 [ 3 ] {} <Debug> HTTP-Session: 750eb93f-5891-4ff8-8fe0-0a94d2630cb4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5088 | 2024.04.03 05:14:55.459731 [ 192 ] {78132754-fa1e-4d68-980a-5012099aee94::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 | ||
| 5089 | 2024.04.03 05:14:55.460061 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 37597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5090 | 2024.04.03 05:14:55.460246 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 5091 | 2024.04.03 05:14:55.460333 [ 3 ] {} <Debug> HTTP-Session: 142b5253-5bc4-4a6c-bdf2-47dd103e10b0 Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 5092 | 2024.04.03 05:14:55.460351 [ 192 ] {78132754-fa1e-4d68-980a-5012099aee94::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5093 | 2024.04.03 05:14:55.460377 [ 3 ] {} <Debug> HTTP-Session: 142b5253-5bc4-4a6c-bdf2-47dd103e10b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5094 | 2024.04.03 05:14:55.460450 [ 3 ] {} <Debug> HTTP-Session: 142b5253-5bc4-4a6c-bdf2-47dd103e10b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5095 | 2024.04.03 05:14:55.460453 [ 192 ] {78132754-fa1e-4d68-980a-5012099aee94::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 152 rows starting from the beginning of the part | ||
| 5096 | 2024.04.03 05:14:55.460555 [ 3 ] {} <Trace> HTTP-Session: 142b5253-5bc4-4a6c-bdf2-47dd103e10b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5097 | 2024.04.03 05:14:55.460809 [ 199 ] {d10ead57-c466-400e-b267-5a50d181b38b::all_1_31_6} <Trace> oximeter.fields_string (d10ead57-c466-400e-b267-5a50d181b38b): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5098 | 2024.04.03 05:14:55.460861 [ 192 ] {78132754-fa1e-4d68-980a-5012099aee94::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 70 rows starting from the beginning of the part | ||
| 5099 | 2024.04.03 05:14:55.461152 [ 3 ] {4b590925-95e0-40d4-a57c-7c98210476e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 5100 | 2024.04.03 05:14:55.461270 [ 192 ] {78132754-fa1e-4d68-980a-5012099aee94::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 90 rows starting from the beginning of the part | ||
| 5101 | 2024.04.03 05:14:55.461290 [ 199 ] {d10ead57-c466-400e-b267-5a50d181b38b::all_1_31_6} <Trace> oximeter.fields_string (d10ead57-c466-400e-b267-5a50d181b38b) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 5102 | 2024.04.03 05:14:55.461394 [ 3 ] {4b590925-95e0-40d4-a57c-7c98210476e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5103 | 2024.04.03 05:14:55.461689 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 5104 | 2024.04.03 05:14:55.461719 [ 192 ] {78132754-fa1e-4d68-980a-5012099aee94::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 70 rows starting from the beginning of the part | ||
| 5105 | 2024.04.03 05:14:55.462052 [ 192 ] {78132754-fa1e-4d68-980a-5012099aee94::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 90 rows starting from the beginning of the part | ||
| 5106 | 2024.04.03 05:14:55.462358 [ 192 ] {78132754-fa1e-4d68-980a-5012099aee94::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 94 rows starting from the beginning of the part | ||
| 5107 | 2024.04.03 05:14:55.462973 [ 3 ] {4b590925-95e0-40d4-a57c-7c98210476e1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5108 | 2024.04.03 05:14:55.464008 [ 3 ] {4b590925-95e0-40d4-a57c-7c98210476e1} <Trace> oximeter.measurements_cumulativeu64 (6373e3b3-ce8a-4e66-a523-d07c961c74b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5109 | 2024.04.03 05:14:55.464082 [ 3 ] {4b590925-95e0-40d4-a57c-7c98210476e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 5110 | 2024.04.03 05:14:55.465113 [ 192 ] {78132754-fa1e-4d68-980a-5012099aee94::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 566 rows, containing 4 columns (4 merged, 0 gathered) in 0.005655065 sec., 100087.26690144146 rows/sec., 7.81 MiB/sec. | ||
| 5111 | 2024.04.03 05:14:55.465221 [ 3 ] {4b590925-95e0-40d4-a57c-7c98210476e1} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 5112 | 2024.04.03 05:14:55.465300 [ 192 ] {78132754-fa1e-4d68-980a-5012099aee94::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 5113 | 2024.04.03 05:14:55.466178 [ 3 ] {4b590925-95e0-40d4-a57c-7c98210476e1} <Trace> oximeter.measurements_cumulativeu64 (6373e3b3-ce8a-4e66-a523-d07c961c74b1): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5114 | 2024.04.03 05:14:55.466214 [ 192 ] {78132754-fa1e-4d68-980a-5012099aee94::all_1_31_6} <Trace> oximeter.fields_uuid (78132754-fa1e-4d68-980a-5012099aee94): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5115 | 2024.04.03 05:14:55.466418 [ 192 ] {78132754-fa1e-4d68-980a-5012099aee94::all_1_31_6} <Trace> oximeter.fields_uuid (78132754-fa1e-4d68-980a-5012099aee94) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 5116 | 2024.04.03 05:14:55.466449 [ 81 ] {} <Debug> oximeter.measurements_cumulativeu64 (6373e3b3-ce8a-4e66-a523-d07c961c74b1) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 5117 | 2024.04.03 05:14:55.466533 [ 3 ] {4b590925-95e0-40d4-a57c-7c98210476e1} <Debug> executeQuery: Read 196 rows, 14.01 KiB in 0.005686 sec., 34470.62961660218 rows/sec., 2.41 MiB/sec. | ||
| 5118 | 2024.04.03 05:14:55.466538 [ 81 ] {} <Trace> oximeter.measurements_cumulativeu64 (6373e3b3-ce8a-4e66-a523-d07c961c74b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5119 | 2024.04.03 05:14:55.466631 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 5120 | 2024.04.03 05:14:55.466690 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 5121 | 2024.04.03 05:14:55.466906 [ 193 ] {6373e3b3-ce8a-4e66-a523-d07c961c74b1::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 | ||
| 5122 | 2024.04.03 05:14:55.466909 [ 3 ] {4b590925-95e0-40d4-a57c-7c98210476e1} <Debug> DynamicQueryHandler: Done processing query | ||
| 5123 | 2024.04.03 05:14:55.466954 [ 3 ] {4b590925-95e0-40d4-a57c-7c98210476e1} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 5124 | 2024.04.03 05:14:55.466981 [ 3 ] {} <Debug> HTTP-Session: 142b5253-5bc4-4a6c-bdf2-47dd103e10b0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5125 | 2024.04.03 05:14:55.467061 [ 193 ] {6373e3b3-ce8a-4e66-a523-d07c961c74b1::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5126 | 2024.04.03 05:14:55.467094 [ 193 ] {6373e3b3-ce8a-4e66-a523-d07c961c74b1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 4560 rows starting from the beginning of the part | ||
| 5127 | 2024.04.03 05:14:55.467152 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 6476, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5128 | 2024.04.03 05:14:55.467210 [ 193 ] {6373e3b3-ce8a-4e66-a523-d07c961c74b1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 160 rows starting from the beginning of the part | ||
| 5129 | 2024.04.03 05:14:55.467247 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 5130 | 2024.04.03 05:14:55.467305 [ 3 ] {} <Debug> HTTP-Session: 3cfeb687-449f-4ebd-9de5-cabc2a0f7f9d Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 5131 | 2024.04.03 05:14:55.467384 [ 3 ] {} <Debug> HTTP-Session: 3cfeb687-449f-4ebd-9de5-cabc2a0f7f9d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5132 | 2024.04.03 05:14:55.467454 [ 3 ] {} <Debug> HTTP-Session: 3cfeb687-449f-4ebd-9de5-cabc2a0f7f9d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5133 | 2024.04.03 05:14:55.467458 [ 193 ] {6373e3b3-ce8a-4e66-a523-d07c961c74b1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 160 rows starting from the beginning of the part | ||
| 5134 | 2024.04.03 05:14:55.467567 [ 3 ] {} <Trace> HTTP-Session: 3cfeb687-449f-4ebd-9de5-cabc2a0f7f9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5135 | 2024.04.03 05:14:55.467755 [ 193 ] {6373e3b3-ce8a-4e66-a523-d07c961c74b1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 160 rows starting from the beginning of the part | ||
| 5136 | 2024.04.03 05:14:55.467885 [ 3 ] {1cf6b3bf-cddb-4cf6-9912-4cf16e4d2963} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 5137 | 2024.04.03 05:14:55.467912 [ 193 ] {6373e3b3-ce8a-4e66-a523-d07c961c74b1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 160 rows starting from the beginning of the part | ||
| 5138 | 2024.04.03 05:14:55.467980 [ 3 ] {1cf6b3bf-cddb-4cf6-9912-4cf16e4d2963} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 5139 | 2024.04.03 05:14:55.468076 [ 193 ] {6373e3b3-ce8a-4e66-a523-d07c961c74b1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 196 rows starting from the beginning of the part | ||
| 5140 | 2024.04.03 05:14:55.468596 [ 3 ] {1cf6b3bf-cddb-4cf6-9912-4cf16e4d2963} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5141 | 2024.04.03 05:14:55.469103 [ 3 ] {1cf6b3bf-cddb-4cf6-9912-4cf16e4d2963} <Trace> oximeter.measurements_histogramf64 (8b69ac98-35f5-4c32-8452-ff3027d9bc94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5142 | 2024.04.03 05:14:55.469138 [ 3 ] {1cf6b3bf-cddb-4cf6-9912-4cf16e4d2963} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 5143 | 2024.04.03 05:14:55.469813 [ 3 ] {1cf6b3bf-cddb-4cf6-9912-4cf16e4d2963} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5144 | 2024.04.03 05:14:55.470557 [ 3 ] {1cf6b3bf-cddb-4cf6-9912-4cf16e4d2963} <Trace> oximeter.measurements_histogramf64 (8b69ac98-35f5-4c32-8452-ff3027d9bc94): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5145 | 2024.04.03 05:14:55.470745 [ 3 ] {1cf6b3bf-cddb-4cf6-9912-4cf16e4d2963} <Debug> executeQuery: Read 6 rows, 8.29 KiB in 0.003004 sec., 1997.3368841544607 rows/sec., 2.70 MiB/sec. | ||
| 5146 | 2024.04.03 05:14:55.470906 [ 3 ] {1cf6b3bf-cddb-4cf6-9912-4cf16e4d2963} <Debug> DynamicQueryHandler: Done processing query | ||
| 5147 | 2024.04.03 05:14:55.470937 [ 3 ] {1cf6b3bf-cddb-4cf6-9912-4cf16e4d2963} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 5148 | 2024.04.03 05:14:55.470958 [ 3 ] {} <Debug> HTTP-Session: 3cfeb687-449f-4ebd-9de5-cabc2a0f7f9d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5149 | 2024.04.03 05:14:55.471096 [ 193 ] {6373e3b3-ce8a-4e66-a523-d07c961c74b1::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5396 rows, containing 5 columns (5 merged, 0 gathered) in 0.004246937 sec., 1270562.7608791937 rows/sec., 88.59 MiB/sec. | ||
| 5150 | 2024.04.03 05:14:55.471127 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5151 | 2024.04.03 05:14:55.471180 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 5152 | 2024.04.03 05:14:55.471201 [ 3 ] {} <Debug> HTTP-Session: 595fb9d0-ef0d-40c9-882d-59b72a1a4155 Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 5153 | 2024.04.03 05:14:55.471218 [ 3 ] {} <Debug> HTTP-Session: 595fb9d0-ef0d-40c9-882d-59b72a1a4155 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5154 | 2024.04.03 05:14:55.471232 [ 3 ] {} <Debug> HTTP-Session: 595fb9d0-ef0d-40c9-882d-59b72a1a4155 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5155 | 2024.04.03 05:14:55.471263 [ 3 ] {} <Trace> HTTP-Session: 595fb9d0-ef0d-40c9-882d-59b72a1a4155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5156 | 2024.04.03 05:14:55.471361 [ 3 ] {1df1e2a7-62a3-4c07-8ec4-6278f53bc462} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 5157 | 2024.04.03 05:14:55.471411 [ 3 ] {1df1e2a7-62a3-4c07-8ec4-6278f53bc462} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5158 | 2024.04.03 05:14:55.471420 [ 193 ] {6373e3b3-ce8a-4e66-a523-d07c961c74b1::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 5159 | 2024.04.03 05:14:55.471618 [ 3 ] {1df1e2a7-62a3-4c07-8ec4-6278f53bc462} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5160 | 2024.04.03 05:14:55.472107 [ 193 ] {6373e3b3-ce8a-4e66-a523-d07c961c74b1::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (6373e3b3-ce8a-4e66-a523-d07c961c74b1): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5161 | 2024.04.03 05:14:55.472232 [ 193 ] {6373e3b3-ce8a-4e66-a523-d07c961c74b1::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (6373e3b3-ce8a-4e66-a523-d07c961c74b1) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 5162 | 2024.04.03 05:14:55.472273 [ 3 ] {1df1e2a7-62a3-4c07-8ec4-6278f53bc462} <Trace> oximeter.measurements_u64 (de6da706-3917-4020-8d2f-ffa74140e97c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5163 | 2024.04.03 05:14:55.472319 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.29 MiB. | ||
| 5164 | 2024.04.03 05:14:55.472322 [ 3 ] {1df1e2a7-62a3-4c07-8ec4-6278f53bc462} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 5165 | 2024.04.03 05:14:55.472701 [ 3 ] {1df1e2a7-62a3-4c07-8ec4-6278f53bc462} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 5166 | 2024.04.03 05:14:55.473043 [ 3 ] {1df1e2a7-62a3-4c07-8ec4-6278f53bc462} <Trace> oximeter.measurements_u64 (de6da706-3917-4020-8d2f-ffa74140e97c): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5167 | 2024.04.03 05:14:55.473170 [ 81 ] {} <Debug> oximeter.measurements_u64 (de6da706-3917-4020-8d2f-ffa74140e97c) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 5168 | 2024.04.03 05:14:55.473175 [ 3 ] {1df1e2a7-62a3-4c07-8ec4-6278f53bc462} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001863 sec., 32206.1191626409 rows/sec., 2.17 MiB/sec. | ||
| 5169 | 2024.04.03 05:14:55.473210 [ 81 ] {} <Trace> oximeter.measurements_u64 (de6da706-3917-4020-8d2f-ffa74140e97c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5170 | 2024.04.03 05:14:55.473252 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 5171 | 2024.04.03 05:14:55.473353 [ 3 ] {1df1e2a7-62a3-4c07-8ec4-6278f53bc462} <Debug> DynamicQueryHandler: Done processing query | ||
| 5172 | 2024.04.03 05:14:55.473406 [ 3 ] {1df1e2a7-62a3-4c07-8ec4-6278f53bc462} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 5173 | 2024.04.03 05:14:55.473446 [ 3 ] {} <Debug> HTTP-Session: 595fb9d0-ef0d-40c9-882d-59b72a1a4155 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5174 | 2024.04.03 05:14:55.473452 [ 199 ] {de6da706-3917-4020-8d2f-ffa74140e97c::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 | ||
| 5175 | 2024.04.03 05:14:55.473615 [ 199 ] {de6da706-3917-4020-8d2f-ffa74140e97c::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5176 | 2024.04.03 05:14:55.473650 [ 199 ] {de6da706-3917-4020-8d2f-ffa74140e97c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1552 rows starting from the beginning of the part | ||
| 5177 | 2024.04.03 05:14:55.473745 [ 199 ] {de6da706-3917-4020-8d2f-ffa74140e97c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 60 rows starting from the beginning of the part | ||
| 5178 | 2024.04.03 05:14:55.473947 [ 199 ] {de6da706-3917-4020-8d2f-ffa74140e97c::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 | ||
| 5179 | 2024.04.03 05:14:55.474148 [ 199 ] {de6da706-3917-4020-8d2f-ffa74140e97c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 60 rows starting from the beginning of the part | ||
| 5180 | 2024.04.03 05:14:55.474339 [ 199 ] {de6da706-3917-4020-8d2f-ffa74140e97c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 60 rows starting from the beginning of the part | ||
| 5181 | 2024.04.03 05:14:55.474571 [ 199 ] {de6da706-3917-4020-8d2f-ffa74140e97c::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 | ||
| 5182 | 2024.04.03 05:14:55.476079 [ 197 ] {de6da706-3917-4020-8d2f-ffa74140e97c::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1852 rows, containing 4 columns (4 merged, 0 gathered) in 0.002752096 sec., 672941.6415706429 rows/sec., 45.35 MiB/sec. | ||
| 5183 | 2024.04.03 05:14:55.476277 [ 199 ] {de6da706-3917-4020-8d2f-ffa74140e97c::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 5184 | 2024.04.03 05:14:55.476679 [ 199 ] {de6da706-3917-4020-8d2f-ffa74140e97c::all_1_31_6} <Trace> oximeter.measurements_u64 (de6da706-3917-4020-8d2f-ffa74140e97c): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5185 | 2024.04.03 05:14:55.476762 [ 199 ] {de6da706-3917-4020-8d2f-ffa74140e97c::all_1_31_6} <Trace> oximeter.measurements_u64 (de6da706-3917-4020-8d2f-ffa74140e97c) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 5186 | 2024.04.03 05:14:55.476835 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. | ||
| 5187 | 2024.04.03 05:15:00.452453 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 3778, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5188 | 2024.04.03 05:15:00.452574 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 5189 | 2024.04.03 05:15:00.452601 [ 3 ] {} <Debug> HTTP-Session: d279c817-b1c0-41e5-b94c-82bb55d4e863 Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 5190 | 2024.04.03 05:15:00.452631 [ 3 ] {} <Debug> HTTP-Session: d279c817-b1c0-41e5-b94c-82bb55d4e863 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5191 | 2024.04.03 05:15:00.452648 [ 3 ] {} <Debug> HTTP-Session: d279c817-b1c0-41e5-b94c-82bb55d4e863 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5192 | 2024.04.03 05:15:00.452703 [ 3 ] {} <Trace> HTTP-Session: d279c817-b1c0-41e5-b94c-82bb55d4e863 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5193 | 2024.04.03 05:15:00.452834 [ 3 ] {7e903423-fce5-4e63-ab9b-aedd7aa78222} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 5194 | 2024.04.03 05:15:00.452905 [ 3 ] {7e903423-fce5-4e63-ab9b-aedd7aa78222} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 5195 | 2024.04.03 05:15:00.453102 [ 3 ] {7e903423-fce5-4e63-ab9b-aedd7aa78222} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5196 | 2024.04.03 05:15:00.453588 [ 3 ] {7e903423-fce5-4e63-ab9b-aedd7aa78222} <Trace> oximeter.fields_i64 (c23e6cbf-9c88-4b2e-b6de-a673a008017a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5197 | 2024.04.03 05:15:00.453639 [ 3 ] {7e903423-fce5-4e63-ab9b-aedd7aa78222} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 5198 | 2024.04.03 05:15:00.454077 [ 3 ] {7e903423-fce5-4e63-ab9b-aedd7aa78222} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5199 | 2024.04.03 05:15:00.454468 [ 3 ] {7e903423-fce5-4e63-ab9b-aedd7aa78222} <Trace> oximeter.fields_i64 (c23e6cbf-9c88-4b2e-b6de-a673a008017a): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5200 | 2024.04.03 05:15:00.454623 [ 3 ] {7e903423-fce5-4e63-ab9b-aedd7aa78222} <Debug> executeQuery: Read 26 rows, 2.11 KiB in 0.00185 sec., 14054.054054054053 rows/sec., 1.11 MiB/sec. | ||
| 5201 | 2024.04.03 05:15:00.454629 [ 29 ] {} <Debug> oximeter.fields_i64 (c23e6cbf-9c88-4b2e-b6de-a673a008017a) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5202 | 2024.04.03 05:15:00.454692 [ 29 ] {} <Trace> oximeter.fields_i64 (c23e6cbf-9c88-4b2e-b6de-a673a008017a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5203 | 2024.04.03 05:15:00.454734 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 5204 | 2024.04.03 05:15:00.454818 [ 3 ] {7e903423-fce5-4e63-ab9b-aedd7aa78222} <Debug> DynamicQueryHandler: Done processing query | ||
| 5205 | 2024.04.03 05:15:00.454866 [ 3 ] {7e903423-fce5-4e63-ab9b-aedd7aa78222} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 5206 | 2024.04.03 05:15:00.454926 [ 3 ] {} <Debug> HTTP-Session: d279c817-b1c0-41e5-b94c-82bb55d4e863 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5207 | 2024.04.03 05:15:00.454994 [ 196 ] {c23e6cbf-9c88-4b2e-b6de-a673a008017a::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 | ||
| 5208 | 2024.04.03 05:15:00.455162 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 19648, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5209 | 2024.04.03 05:15:00.455238 [ 196 ] {c23e6cbf-9c88-4b2e-b6de-a673a008017a::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5210 | 2024.04.03 05:15:00.455263 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 5211 | 2024.04.03 05:15:00.455295 [ 196 ] {c23e6cbf-9c88-4b2e-b6de-a673a008017a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 32 rows starting from the beginning of the part | ||
| 5212 | 2024.04.03 05:15:00.455308 [ 3 ] {} <Debug> HTTP-Session: bbe2832b-3478-427c-9ce1-5a6030493ea2 Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 5213 | 2024.04.03 05:15:00.455357 [ 3 ] {} <Debug> HTTP-Session: bbe2832b-3478-427c-9ce1-5a6030493ea2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5214 | 2024.04.03 05:15:00.455411 [ 3 ] {} <Debug> HTTP-Session: bbe2832b-3478-427c-9ce1-5a6030493ea2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5215 | 2024.04.03 05:15:00.455556 [ 3 ] {} <Trace> HTTP-Session: bbe2832b-3478-427c-9ce1-5a6030493ea2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5216 | 2024.04.03 05:15:00.455562 [ 196 ] {c23e6cbf-9c88-4b2e-b6de-a673a008017a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 26 rows starting from the beginning of the part | ||
| 5217 | 2024.04.03 05:15:00.455890 [ 196 ] {c23e6cbf-9c88-4b2e-b6de-a673a008017a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 6 rows starting from the beginning of the part | ||
| 5218 | 2024.04.03 05:15:00.455899 [ 3 ] {bdda0fc8-fba2-4add-98d2-7708c0566e01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 5219 | 2024.04.03 05:15:00.456041 [ 3 ] {bdda0fc8-fba2-4add-98d2-7708c0566e01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5220 | 2024.04.03 05:15:00.456090 [ 196 ] {c23e6cbf-9c88-4b2e-b6de-a673a008017a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 26 rows starting from the beginning of the part | ||
| 5221 | 2024.04.03 05:15:00.456531 [ 196 ] {c23e6cbf-9c88-4b2e-b6de-a673a008017a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 6 rows starting from the beginning of the part | ||
| 5222 | 2024.04.03 05:15:00.456867 [ 196 ] {c23e6cbf-9c88-4b2e-b6de-a673a008017a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 26 rows starting from the beginning of the part | ||
| 5223 | 2024.04.03 05:15:00.457279 [ 3 ] {bdda0fc8-fba2-4add-98d2-7708c0566e01} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5224 | 2024.04.03 05:15:00.458392 [ 3 ] {bdda0fc8-fba2-4add-98d2-7708c0566e01} <Trace> oximeter.fields_string (d10ead57-c466-400e-b267-5a50d181b38b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5225 | 2024.04.03 05:15:00.458466 [ 3 ] {bdda0fc8-fba2-4add-98d2-7708c0566e01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 5226 | 2024.04.03 05:15:00.459394 [ 3 ] {bdda0fc8-fba2-4add-98d2-7708c0566e01} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 5227 | 2024.04.03 05:15:00.459592 [ 199 ] {c23e6cbf-9c88-4b2e-b6de-a673a008017a::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 122 rows, containing 4 columns (4 merged, 0 gathered) in 0.004752594 sec., 25670.191899413247 rows/sec., 2.03 MiB/sec. | ||
| 5228 | 2024.04.03 05:15:00.459890 [ 199 ] {c23e6cbf-9c88-4b2e-b6de-a673a008017a::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5229 | 2024.04.03 05:15:00.460063 [ 3 ] {bdda0fc8-fba2-4add-98d2-7708c0566e01} <Trace> oximeter.fields_string (d10ead57-c466-400e-b267-5a50d181b38b): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5230 | 2024.04.03 05:15:00.460435 [ 3 ] {bdda0fc8-fba2-4add-98d2-7708c0566e01} <Debug> executeQuery: Read 134 rows, 11.49 KiB in 0.004741 sec., 28264.079308162833 rows/sec., 2.37 MiB/sec. | ||
| 5231 | 2024.04.03 05:15:00.460734 [ 3 ] {bdda0fc8-fba2-4add-98d2-7708c0566e01} <Debug> DynamicQueryHandler: Done processing query | ||
| 5232 | 2024.04.03 05:15:00.460801 [ 3 ] {bdda0fc8-fba2-4add-98d2-7708c0566e01} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
| 5233 | 2024.04.03 05:15:00.460810 [ 199 ] {c23e6cbf-9c88-4b2e-b6de-a673a008017a::all_1_26_5} <Trace> oximeter.fields_i64 (c23e6cbf-9c88-4b2e-b6de-a673a008017a): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5234 | 2024.04.03 05:15:00.460844 [ 3 ] {} <Debug> HTTP-Session: bbe2832b-3478-427c-9ce1-5a6030493ea2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5235 | 2024.04.03 05:15:00.460974 [ 199 ] {c23e6cbf-9c88-4b2e-b6de-a673a008017a::all_1_26_5} <Trace> oximeter.fields_i64 (c23e6cbf-9c88-4b2e-b6de-a673a008017a) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5236 | 2024.04.03 05:15:00.461099 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 15291, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5237 | 2024.04.03 05:15:00.461120 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 5238 | 2024.04.03 05:15:00.461177 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 5239 | 2024.04.03 05:15:00.461204 [ 3 ] {} <Debug> HTTP-Session: 5deb1350-9c56-4d5f-8267-487e4b335390 Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 5240 | 2024.04.03 05:15:00.461221 [ 3 ] {} <Debug> HTTP-Session: 5deb1350-9c56-4d5f-8267-487e4b335390 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5241 | 2024.04.03 05:15:00.461235 [ 3 ] {} <Debug> HTTP-Session: 5deb1350-9c56-4d5f-8267-487e4b335390 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5242 | 2024.04.03 05:15:00.461268 [ 3 ] {} <Trace> HTTP-Session: 5deb1350-9c56-4d5f-8267-487e4b335390 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5243 | 2024.04.03 05:15:00.461380 [ 3 ] {0928803c-4c46-4f8b-baca-f16bd65c7038} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 5244 | 2024.04.03 05:15:00.461424 [ 3 ] {0928803c-4c46-4f8b-baca-f16bd65c7038} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5245 | 2024.04.03 05:15:00.461615 [ 3 ] {0928803c-4c46-4f8b-baca-f16bd65c7038} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5246 | 2024.04.03 05:15:00.462008 [ 3 ] {0928803c-4c46-4f8b-baca-f16bd65c7038} <Trace> oximeter.fields_uuid (78132754-fa1e-4d68-980a-5012099aee94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5247 | 2024.04.03 05:15:00.462049 [ 3 ] {0928803c-4c46-4f8b-baca-f16bd65c7038} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 5248 | 2024.04.03 05:15:00.462416 [ 3 ] {0928803c-4c46-4f8b-baca-f16bd65c7038} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 5249 | 2024.04.03 05:15:00.462806 [ 3 ] {0928803c-4c46-4f8b-baca-f16bd65c7038} <Trace> oximeter.fields_uuid (78132754-fa1e-4d68-980a-5012099aee94): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5250 | 2024.04.03 05:15:00.462942 [ 3 ] {0928803c-4c46-4f8b-baca-f16bd65c7038} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.001622 sec., 55487.05302096178 rows/sec., 4.33 MiB/sec. | ||
| 5251 | 2024.04.03 05:15:00.463066 [ 3 ] {0928803c-4c46-4f8b-baca-f16bd65c7038} <Debug> DynamicQueryHandler: Done processing query | ||
| 5252 | 2024.04.03 05:15:00.463099 [ 3 ] {0928803c-4c46-4f8b-baca-f16bd65c7038} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 5253 | 2024.04.03 05:15:00.463123 [ 3 ] {} <Debug> HTTP-Session: 5deb1350-9c56-4d5f-8267-487e4b335390 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5254 | 2024.04.03 05:15:00.463362 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5255 | 2024.04.03 05:15:00.463426 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 5256 | 2024.04.03 05:15:00.463455 [ 3 ] {} <Debug> HTTP-Session: 729c374d-65e1-4a52-b686-16e1807948bb Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 5257 | 2024.04.03 05:15:00.463481 [ 3 ] {} <Debug> HTTP-Session: 729c374d-65e1-4a52-b686-16e1807948bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5258 | 2024.04.03 05:15:00.463501 [ 3 ] {} <Debug> HTTP-Session: 729c374d-65e1-4a52-b686-16e1807948bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5259 | 2024.04.03 05:15:00.463541 [ 3 ] {} <Trace> HTTP-Session: 729c374d-65e1-4a52-b686-16e1807948bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5260 | 2024.04.03 05:15:00.463701 [ 3 ] {abd949c9-7471-4108-93d2-e5ca83016bbf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 5261 | 2024.04.03 05:15:00.463762 [ 3 ] {abd949c9-7471-4108-93d2-e5ca83016bbf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5262 | 2024.04.03 05:15:00.463961 [ 3 ] {abd949c9-7471-4108-93d2-e5ca83016bbf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5263 | 2024.04.03 05:15:00.464460 [ 3 ] {abd949c9-7471-4108-93d2-e5ca83016bbf} <Trace> oximeter.measurements_cumulativeu64 (6373e3b3-ce8a-4e66-a523-d07c961c74b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5264 | 2024.04.03 05:15:00.464506 [ 3 ] {abd949c9-7471-4108-93d2-e5ca83016bbf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 5265 | 2024.04.03 05:15:00.465009 [ 3 ] {abd949c9-7471-4108-93d2-e5ca83016bbf} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 5266 | 2024.04.03 05:15:00.465398 [ 3 ] {abd949c9-7471-4108-93d2-e5ca83016bbf} <Trace> oximeter.measurements_cumulativeu64 (6373e3b3-ce8a-4e66-a523-d07c961c74b1): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5267 | 2024.04.03 05:15:00.465562 [ 3 ] {abd949c9-7471-4108-93d2-e5ca83016bbf} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001962 sec., 81549.43934760448 rows/sec., 5.68 MiB/sec. | ||
| 5268 | 2024.04.03 05:15:00.465854 [ 3 ] {abd949c9-7471-4108-93d2-e5ca83016bbf} <Debug> DynamicQueryHandler: Done processing query | ||
| 5269 | 2024.04.03 05:15:00.465919 [ 3 ] {abd949c9-7471-4108-93d2-e5ca83016bbf} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
| 5270 | 2024.04.03 05:15:00.465987 [ 3 ] {} <Debug> HTTP-Session: 729c374d-65e1-4a52-b686-16e1807948bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5271 | 2024.04.03 05:15:00.466225 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 27856, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5272 | 2024.04.03 05:15:00.466293 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 5273 | 2024.04.03 05:15:00.466315 [ 3 ] {} <Debug> HTTP-Session: 09edbd45-3d12-4a47-8675-c124421a5e55 Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 5274 | 2024.04.03 05:15:00.466332 [ 3 ] {} <Debug> HTTP-Session: 09edbd45-3d12-4a47-8675-c124421a5e55 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5275 | 2024.04.03 05:15:00.466347 [ 3 ] {} <Debug> HTTP-Session: 09edbd45-3d12-4a47-8675-c124421a5e55 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5276 | 2024.04.03 05:15:00.466380 [ 3 ] {} <Trace> HTTP-Session: 09edbd45-3d12-4a47-8675-c124421a5e55 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5277 | 2024.04.03 05:15:00.466699 [ 3 ] {a2a31d5b-4eea-4d7f-a266-d0f7647397bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 5278 | 2024.04.03 05:15:00.466764 [ 3 ] {a2a31d5b-4eea-4d7f-a266-d0f7647397bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 5279 | 2024.04.03 05:15:00.466964 [ 3 ] {a2a31d5b-4eea-4d7f-a266-d0f7647397bd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5280 | 2024.04.03 05:15:00.467542 [ 3 ] {a2a31d5b-4eea-4d7f-a266-d0f7647397bd} <Trace> oximeter.measurements_histogramf64 (8b69ac98-35f5-4c32-8452-ff3027d9bc94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5281 | 2024.04.03 05:15:00.467580 [ 3 ] {a2a31d5b-4eea-4d7f-a266-d0f7647397bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 5282 | 2024.04.03 05:15:00.468008 [ 3 ] {a2a31d5b-4eea-4d7f-a266-d0f7647397bd} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5283 | 2024.04.03 05:15:00.468369 [ 3 ] {a2a31d5b-4eea-4d7f-a266-d0f7647397bd} <Trace> oximeter.measurements_histogramf64 (8b69ac98-35f5-4c32-8452-ff3027d9bc94): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5284 | 2024.04.03 05:15:00.468501 [ 3 ] {a2a31d5b-4eea-4d7f-a266-d0f7647397bd} <Debug> executeQuery: Read 26 rows, 35.93 KiB in 0.002066 sec., 12584.704743465632 rows/sec., 16.98 MiB/sec. | ||
| 5285 | 2024.04.03 05:15:00.468506 [ 29 ] {} <Debug> oximeter.measurements_histogramf64 (8b69ac98-35f5-4c32-8452-ff3027d9bc94) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5286 | 2024.04.03 05:15:00.468561 [ 29 ] {} <Trace> oximeter.measurements_histogramf64 (8b69ac98-35f5-4c32-8452-ff3027d9bc94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5287 | 2024.04.03 05:15:00.468593 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 5288 | 2024.04.03 05:15:00.468659 [ 3 ] {a2a31d5b-4eea-4d7f-a266-d0f7647397bd} <Debug> DynamicQueryHandler: Done processing query | ||
| 5289 | 2024.04.03 05:15:00.468717 [ 3 ] {a2a31d5b-4eea-4d7f-a266-d0f7647397bd} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
| 5290 | 2024.04.03 05:15:00.468793 [ 3 ] {} <Debug> HTTP-Session: 09edbd45-3d12-4a47-8675-c124421a5e55 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5291 | 2024.04.03 05:15:00.469074 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40878, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5292 | 2024.04.03 05:15:00.469109 [ 196 ] {8b69ac98-35f5-4c32-8452-ff3027d9bc94::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 | ||
| 5293 | 2024.04.03 05:15:00.469208 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 5294 | 2024.04.03 05:15:00.469304 [ 3 ] {} <Debug> HTTP-Session: 8ad17c18-4235-4f1c-a65d-46aaece25e41 Authenticating user 'default' from [fd00:1122:3344:101::d]:40878 | ||
| 5295 | 2024.04.03 05:15:00.469376 [ 3 ] {} <Debug> HTTP-Session: 8ad17c18-4235-4f1c-a65d-46aaece25e41 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5296 | 2024.04.03 05:15:00.469420 [ 3 ] {} <Debug> HTTP-Session: 8ad17c18-4235-4f1c-a65d-46aaece25e41 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5297 | 2024.04.03 05:15:00.469528 [ 3 ] {} <Trace> HTTP-Session: 8ad17c18-4235-4f1c-a65d-46aaece25e41 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5298 | 2024.04.03 05:15:00.469707 [ 196 ] {8b69ac98-35f5-4c32-8452-ff3027d9bc94::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5299 | 2024.04.03 05:15:00.469816 [ 3 ] {7b247b87-fff2-4428-b284-1e2d4cb7b880} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40878) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 5300 | 2024.04.03 05:15:00.469817 [ 196 ] {8b69ac98-35f5-4c32-8452-ff3027d9bc94::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 381 rows starting from the beginning of the part | ||
| 5301 | 2024.04.03 05:15:00.469945 [ 3 ] {7b247b87-fff2-4428-b284-1e2d4cb7b880} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5302 | 2024.04.03 05:15:00.470153 [ 196 ] {8b69ac98-35f5-4c32-8452-ff3027d9bc94::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 26 rows starting from the beginning of the part | ||
| 5303 | 2024.04.03 05:15:00.470590 [ 196 ] {8b69ac98-35f5-4c32-8452-ff3027d9bc94::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 6 rows starting from the beginning of the part | ||
| 5304 | 2024.04.03 05:15:00.471004 [ 196 ] {8b69ac98-35f5-4c32-8452-ff3027d9bc94::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 26 rows starting from the beginning of the part | ||
| 5305 | 2024.04.03 05:15:00.471211 [ 3 ] {7b247b87-fff2-4428-b284-1e2d4cb7b880} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5306 | 2024.04.03 05:15:00.471346 [ 196 ] {8b69ac98-35f5-4c32-8452-ff3027d9bc94::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 6 rows starting from the beginning of the part | ||
| 5307 | 2024.04.03 05:15:00.471601 [ 196 ] {8b69ac98-35f5-4c32-8452-ff3027d9bc94::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 26 rows starting from the beginning of the part | ||
| 5308 | 2024.04.03 05:15:00.472348 [ 3 ] {7b247b87-fff2-4428-b284-1e2d4cb7b880} <Trace> oximeter.measurements_u64 (de6da706-3917-4020-8d2f-ffa74140e97c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5309 | 2024.04.03 05:15:00.472397 [ 3 ] {7b247b87-fff2-4428-b284-1e2d4cb7b880} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 5310 | 2024.04.03 05:15:00.474405 [ 3 ] {7b247b87-fff2-4428-b284-1e2d4cb7b880} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 5311 | 2024.04.03 05:15:00.475383 [ 3 ] {7b247b87-fff2-4428-b284-1e2d4cb7b880} <Trace> oximeter.measurements_u64 (de6da706-3917-4020-8d2f-ffa74140e97c): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5312 | 2024.04.03 05:15:00.475528 [ 3 ] {7b247b87-fff2-4428-b284-1e2d4cb7b880} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005857 sec., 10244.152296397473 rows/sec., 706.95 KiB/sec. | ||
| 5313 | 2024.04.03 05:15:00.475817 [ 3 ] {7b247b87-fff2-4428-b284-1e2d4cb7b880} <Debug> DynamicQueryHandler: Done processing query | ||
| 5314 | 2024.04.03 05:15:00.475945 [ 3 ] {7b247b87-fff2-4428-b284-1e2d4cb7b880} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 5315 | 2024.04.03 05:15:00.476110 [ 3 ] {} <Debug> HTTP-Session: 8ad17c18-4235-4f1c-a65d-46aaece25e41 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5316 | 2024.04.03 05:15:00.476406 [ 199 ] {8b69ac98-35f5-4c32-8452-ff3027d9bc94::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 471 rows, containing 6 columns (6 merged, 0 gathered) in 0.007732843 sec., 60909.03436161836 rows/sec., 82.19 MiB/sec. | ||
| 5317 | 2024.04.03 05:15:00.476931 [ 194 ] {8b69ac98-35f5-4c32-8452-ff3027d9bc94::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5318 | 2024.04.03 05:15:00.477603 [ 194 ] {8b69ac98-35f5-4c32-8452-ff3027d9bc94::all_1_26_5} <Trace> oximeter.measurements_histogramf64 (8b69ac98-35f5-4c32-8452-ff3027d9bc94): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5319 | 2024.04.03 05:15:00.477722 [ 194 ] {8b69ac98-35f5-4c32-8452-ff3027d9bc94::all_1_26_5} <Trace> oximeter.measurements_histogramf64 (8b69ac98-35f5-4c32-8452-ff3027d9bc94) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5320 | 2024.04.03 05:15:00.477860 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.67 MiB. | ||