| 1 | [ Feb 29 22:26:08 Enabled. ] | ||
| 2 | [ Feb 29 22:26:08 Rereading configuration. ] | ||
| 3 | [ Feb 29 22:26:09 Rereading configuration. ] | ||
| 4 | [ Feb 29 22:26:20 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 | [ Feb 29 22:26:20 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.02.29 22:26:21.006993 [ 1 ] {} <Information> Application: Will watch for the process with pid 22724 | ||
| 33 | 2024.02.29 22:26:21.007520 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
| 34 | 2024.02.29 22:26:21.253271 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 22724 | ||
| 35 | 2024.02.29 22:26:21.253958 [ 1 ] {} <Information> Application: starting up | ||
| 36 | 2024.02.29 22:26:21.254641 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
| 37 | 2024.02.29 22:26:21.342315 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
| 38 | 2024.02.29 22:26:21.364327 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
| 39 | 2024.02.29 22:26:21.364374 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
| 40 | 2024.02.29 22:26:21.364391 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
| 41 | 2024.02.29 22:26:21.364455 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
| 42 | 2024.02.29 22:26:21.364744 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
| 43 | 2024.02.29 22:26:21.366271 [ 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.02.29 22:26:21.366758 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performing update on configuration | ||
| 48 | 2024.02.29 22:26:21.367575 [ 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.02.29 22:26:21.367600 [ 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.02.29 22:26:21.367613 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
| 51 | 2024.02.29 22:26:21.367786 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 52 | 2024.02.29 22:26:21.368639 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
| 53 | 2024.02.29 22:26:21.374293 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 54 | 2024.02.29 22:26:21.375067 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 55 | 2024.02.29 22:26:21.376398 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 56 | 2024.02.29 22:26:21.376461 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performed update on configuration | ||
| 57 | 2024.02.29 22:26:21.377934 [ 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.02.29 22:26:21.378217 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performing update on configuration | ||
| 62 | 2024.02.29 22:26:21.382383 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performed update on configuration | ||
| 63 | 2024.02.29 22:26:21.382759 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: config.xml | ||
| 64 | 2024.02.29 22:26:21.384415 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
| 65 | 2024.02.29 22:26:21.384796 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
| 66 | 2024.02.29 22:26:21.385173 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
| 67 | 2024.02.29 22:26:21.385553 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
| 68 | 2024.02.29 22:26:21.386922 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
| 69 | 2024.02.29 22:26:21.386949 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
| 70 | 2024.02.29 22:26:21.387041 [ 60 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 71 | 2024.02.29 22:26:21.387198 [ 60 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 72 | 2024.02.29 22:26:21.395042 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
| 73 | 2024.02.29 22:26:21.395074 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000154994 sec | ||
| 74 | 2024.02.29 22:26:21.395109 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 75 | 2024.02.29 22:26:21.395121 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 76 | 2024.02.29 22:26:21.396210 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
| 77 | 2024.02.29 22:26:21.397254 [ 1 ] {} <Debug> SystemLog: Not creating system.query_log since corresponding section 'query_log' is missing from config | ||
| 78 | 2024.02.29 22:26:21.397278 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
| 79 | 2024.02.29 22:26:21.397308 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
| 80 | 2024.02.29 22:26:21.397323 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
| 81 | 2024.02.29 22:26:21.397335 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
| 82 | 2024.02.29 22:26:21.397366 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
| 83 | 2024.02.29 22:26:21.397378 [ 1 ] {} <Debug> SystemLog: Not creating system.metric_log since corresponding section 'metric_log' is missing from config | ||
| 84 | 2024.02.29 22:26:21.397392 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
| 85 | 2024.02.29 22:26:21.397428 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
| 86 | 2024.02.29 22:26:21.397441 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_metric_log since corresponding section 'asynchronous_metric_log' is missing from config | ||
| 87 | 2024.02.29 22:26:21.397455 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
| 88 | 2024.02.29 22:26:21.397471 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
| 89 | 2024.02.29 22:26:21.397503 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
| 90 | 2024.02.29 22:26:21.397516 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
| 91 | 2024.02.29 22:26:21.397532 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
| 92 | 2024.02.29 22:26:21.397557 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
| 93 | 2024.02.29 22:26:21.397571 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
| 94 | 2024.02.29 22:26:21.433815 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
| 95 | 2024.02.29 22:26:21.435088 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
| 96 | 2024.02.29 22:26:21.435114 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 4.4621e-05 sec | ||
| 97 | 2024.02.29 22:26:21.435127 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 98 | 2024.02.29 22:26:21.435143 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 99 | 2024.02.29 22:26:21.435167 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
| 100 | 2024.02.29 22:26:21.435342 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
| 101 | 2024.02.29 22:26:21.435383 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
| 102 | 2024.02.29 22:26:21.435396 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
| 103 | 2024.02.29 22:26:21.435411 [ 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.02.29 22:26:21.435423 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
| 105 | 2024.02.29 22:26:21.491633 [ 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.02.29 22:26:21.841780 [ 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.02.29 22:26:21.841833 [ 1 ] {} <Trace> MySQLHandlerFactory: Generating new RSA key pair. | ||
| 108 | 2024.02.29 22:26:21.938292 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 109 | 2024.02.29 22:26:21.938508 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 9.86 MiB, peak 16.07 MiB, free memory in arenas 0.00 B, will set to 157.07 MiB (RSS), difference: 147.20 MiB | ||
| 110 | 2024.02.29 22:26:21.939356 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.248e-05 sec. | ||
| 111 | 2024.02.29 22:26:21.939707 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
| 112 | 2024.02.29 22:26:21.939782 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
| 113 | 2024.02.29 22:26:21.939861 [ 1 ] {} <Information> Application: Listening for MySQL compatibility protocol: [fd00:1122:3344:101::e]:9004 | ||
| 114 | 2024.02.29 22:26:21.939885 [ 1 ] {} <Information> Application: Ready for connections. | ||
| 115 | 2024.02.29 22:26:22.948775 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58826, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 116 | 2024.02.29 22:26:22.949009 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 117 | 2024.02.29 22:26:22.949053 [ 3 ] {} <Debug> HTTP-Session: 1702dbb3-2888-4e8d-829c-b46219526d23 Authenticating user 'default' from [fd00:1122:3344:101::d]:58826 | ||
| 118 | 2024.02.29 22:26:22.949091 [ 3 ] {} <Debug> HTTP-Session: 1702dbb3-2888-4e8d-829c-b46219526d23 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 119 | 2024.02.29 22:26:22.949112 [ 3 ] {} <Debug> HTTP-Session: 1702dbb3-2888-4e8d-829c-b46219526d23 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 120 | 2024.02.29 22:26:22.949209 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 121 | 2024.02.29 22:26:22.949250 [ 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.02.29 22:26:22.949278 [ 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.02.29 22:26:22.949353 [ 3 ] {} <Trace> HTTP-Session: 1702dbb3-2888-4e8d-829c-b46219526d23 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 124 | 2024.02.29 22:26:22.950332 [ 3 ] {e1e40f13-4b06-449a-89d0-fca4520f9aca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58826) SELECT MAX(value) FROM oximeter.version; (stage: Complete) | ||
| 125 | 2024.02.29 22:26:22.988640 [ 3 ] {e1e40f13-4b06-449a-89d0-fca4520f9aca} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:58826) (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 @ 0x00000000001133e7 in /system/lib/amd64/libc.so.1 | ||
| 149 | |||
| 150 | 2024.02.29 22:26:22.989347 [ 3 ] {e1e40f13-4b06-449a-89d0-fca4520f9aca} <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 @ 0x00000000001133e7 in /system/lib/amd64/libc.so.1 | ||
| 174 | (version 23.8.7.1) | ||
| 175 | 2024.02.29 22:26:22.989546 [ 3 ] {} <Debug> HTTP-Session: 1702dbb3-2888-4e8d-829c-b46219526d23 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 176 | 2024.02.29 22:26:22.996726 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58826, User-Agent: (none), Length: 33, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 177 | 2024.02.29 22:26:22.996795 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 178 | 2024.02.29 22:26:22.996824 [ 3 ] {} <Debug> HTTP-Session: 66fce853-a527-42a9-bb9c-6ac4fdc82a63 Authenticating user 'default' from [fd00:1122:3344:101::d]:58826 | ||
| 179 | 2024.02.29 22:26:22.996861 [ 3 ] {} <Debug> HTTP-Session: 66fce853-a527-42a9-bb9c-6ac4fdc82a63 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 180 | 2024.02.29 22:26:22.996877 [ 3 ] {} <Debug> HTTP-Session: 66fce853-a527-42a9-bb9c-6ac4fdc82a63 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 181 | 2024.02.29 22:26:22.996924 [ 3 ] {} <Trace> HTTP-Session: 66fce853-a527-42a9-bb9c-6ac4fdc82a63 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 182 | 2024.02.29 22:26:22.998095 [ 3 ] {3ddf80aa-ab7f-4f26-8acb-b7640e7f9baa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58826) SHOW CLUSTERS FORMAT JSONEachRow; (stage: Complete) | ||
| 183 | 2024.02.29 22:26:22.998202 [ 3 ] {3ddf80aa-ab7f-4f26-8acb-b7640e7f9baa} <Debug> executeQuery: (internal) SELECT DISTINCT cluster FROM system.clusters ORDER BY cluster (stage: Complete) | ||
| 184 | 2024.02.29 22:26:23.000146 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 158.67 MiB, peak 158.68 MiB, free memory in arenas 0.00 B, will set to 165.29 MiB (RSS), difference: 6.63 MiB | ||
| 185 | 2024.02.29 22:26:23.000248 [ 3 ] {3ddf80aa-ab7f-4f26-8acb-b7640e7f9baa} <Trace> ContextAccess (default): Access granted: SELECT(cluster) ON system.clusters | ||
| 186 | 2024.02.29 22:26:23.003168 [ 3 ] {3ddf80aa-ab7f-4f26-8acb-b7640e7f9baa} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 187 | 2024.02.29 22:26:23.009125 [ 3 ] {3ddf80aa-ab7f-4f26-8acb-b7640e7f9baa} <Debug> DynamicQueryHandler: Done processing query | ||
| 188 | 2024.02.29 22:26:23.009172 [ 3 ] {3ddf80aa-ab7f-4f26-8acb-b7640e7f9baa} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 189 | 2024.02.29 22:26:23.009189 [ 3 ] {} <Debug> HTTP-Session: 66fce853-a527-42a9-bb9c-6ac4fdc82a63 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 190 | 2024.02.29 22:26:23.009350 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58826, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 191 | 2024.02.29 22:26:23.009403 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 192 | 2024.02.29 22:26:23.009421 [ 3 ] {} <Debug> HTTP-Session: 94e5f3a8-6868-4505-ae5e-1a28f435543c Authenticating user 'default' from [fd00:1122:3344:101::d]:58826 | ||
| 193 | 2024.02.29 22:26:23.009443 [ 3 ] {} <Debug> HTTP-Session: 94e5f3a8-6868-4505-ae5e-1a28f435543c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 194 | 2024.02.29 22:26:23.009458 [ 3 ] {} <Debug> HTTP-Session: 94e5f3a8-6868-4505-ae5e-1a28f435543c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 195 | 2024.02.29 22:26:23.009492 [ 3 ] {} <Trace> HTTP-Session: 94e5f3a8-6868-4505-ae5e-1a28f435543c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 196 | 2024.02.29 22:26:23.009581 [ 3 ] {2776384d-26a1-4b66-9056-f363ab4c0cb7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58826) SELECT MAX(value) FROM oximeter.version; (stage: Complete) | ||
| 197 | 2024.02.29 22:26:23.009829 [ 3 ] {2776384d-26a1-4b66-9056-f363ab4c0cb7} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:58826) (in query: SELECT MAX(value) FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
| 198 | |||
| 199 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 200 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 201 | 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 | ||
| 202 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 203 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 204 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 205 | 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 | ||
| 206 | 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 | ||
| 207 | 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 | ||
| 208 | 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 | ||
| 209 | 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 | ||
| 210 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 211 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 212 | 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 | ||
| 213 | 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse | ||
| 214 | 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse | ||
| 215 | 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse | ||
| 216 | 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 217 | 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 218 | 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 219 | 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 220 | 21. _thrp_setup @ 0x00000000001133e7 in /system/lib/amd64/libc.so.1 | ||
| 221 | |||
| 222 | 2024.02.29 22:26:23.009952 [ 3 ] {2776384d-26a1-4b66-9056-f363ab4c0cb7} <Error> DynamicQueryHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
| 223 | |||
| 224 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 225 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 226 | 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 | ||
| 227 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 228 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 229 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 230 | 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 | ||
| 231 | 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 | ||
| 232 | 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 | ||
| 233 | 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 | ||
| 234 | 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 | ||
| 235 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 236 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 237 | 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 | ||
| 238 | 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse | ||
| 239 | 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse | ||
| 240 | 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse | ||
| 241 | 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 242 | 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 243 | 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 244 | 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 245 | 21. _thrp_setup @ 0x00000000001133e7 in /system/lib/amd64/libc.so.1 | ||
| 246 | (version 23.8.7.1) | ||
| 247 | 2024.02.29 22:26:23.010060 [ 3 ] {} <Debug> HTTP-Session: 94e5f3a8-6868-4505-ae5e-1a28f435543c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 248 | 2024.02.29 22:26:23.015081 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58826, User-Agent: (none), Length: 32, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 249 | 2024.02.29 22:26:23.015165 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 250 | 2024.02.29 22:26:23.015209 [ 3 ] {} <Debug> HTTP-Session: 2cb5dbf7-7b56-4ba0-a18b-0eb07db4e8f1 Authenticating user 'default' from [fd00:1122:3344:101::d]:58826 | ||
| 251 | 2024.02.29 22:26:23.015249 [ 3 ] {} <Debug> HTTP-Session: 2cb5dbf7-7b56-4ba0-a18b-0eb07db4e8f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 252 | 2024.02.29 22:26:23.015275 [ 3 ] {} <Debug> HTTP-Session: 2cb5dbf7-7b56-4ba0-a18b-0eb07db4e8f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 253 | 2024.02.29 22:26:23.015337 [ 3 ] {} <Trace> HTTP-Session: 2cb5dbf7-7b56-4ba0-a18b-0eb07db4e8f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 254 | 2024.02.29 22:26:23.015572 [ 3 ] {c94c19f3-a346-425b-9e63-ce9443cd95c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58826) DROP DATABASE IF EXISTS oximeter (stage: Complete) | ||
| 255 | 2024.02.29 22:26:23.015717 [ 3 ] {c94c19f3-a346-425b-9e63-ce9443cd95c7} <Debug> DynamicQueryHandler: Done processing query | ||
| 256 | 2024.02.29 22:26:23.015745 [ 3 ] {} <Debug> HTTP-Session: 2cb5dbf7-7b56-4ba0-a18b-0eb07db4e8f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 257 | 2024.02.29 22:26:23.015862 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58826, User-Agent: (none), Length: 38, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 258 | 2024.02.29 22:26:23.015904 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 259 | 2024.02.29 22:26:23.015925 [ 3 ] {} <Debug> HTTP-Session: 4308e911-c73e-4d57-99ee-9aaa395d3e7e Authenticating user 'default' from [fd00:1122:3344:101::d]:58826 | ||
| 260 | 2024.02.29 22:26:23.015944 [ 3 ] {} <Debug> HTTP-Session: 4308e911-c73e-4d57-99ee-9aaa395d3e7e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 261 | 2024.02.29 22:26:23.015956 [ 3 ] {} <Debug> HTTP-Session: 4308e911-c73e-4d57-99ee-9aaa395d3e7e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 262 | 2024.02.29 22:26:23.015986 [ 3 ] {} <Trace> HTTP-Session: 4308e911-c73e-4d57-99ee-9aaa395d3e7e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 263 | 2024.02.29 22:26:23.016040 [ 3 ] {f229bfe9-9a3b-4c4a-a869-8e20db8039e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58826) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
| 264 | 2024.02.29 22:26:23.016097 [ 3 ] {f229bfe9-9a3b-4c4a-a869-8e20db8039e7} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
| 265 | 2024.02.29 22:26:23.017387 [ 3 ] {f229bfe9-9a3b-4c4a-a869-8e20db8039e7} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
| 266 | 2024.02.29 22:26:23.017416 [ 3 ] {f229bfe9-9a3b-4c4a-a869-8e20db8039e7} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.3431e-05 sec | ||
| 267 | 2024.02.29 22:26:23.017430 [ 3 ] {f229bfe9-9a3b-4c4a-a869-8e20db8039e7} <Trace> ReferentialDeps: No tables | ||
| 268 | 2024.02.29 22:26:23.017446 [ 3 ] {f229bfe9-9a3b-4c4a-a869-8e20db8039e7} <Trace> LoadingDeps: No tables | ||
| 269 | 2024.02.29 22:26:23.017470 [ 3 ] {f229bfe9-9a3b-4c4a-a869-8e20db8039e7} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
| 270 | 2024.02.29 22:26:23.017544 [ 3 ] {f229bfe9-9a3b-4c4a-a869-8e20db8039e7} <Debug> DynamicQueryHandler: Done processing query | ||
| 271 | 2024.02.29 22:26:23.017566 [ 3 ] {} <Debug> HTTP-Session: 4308e911-c73e-4d57-99ee-9aaa395d3e7e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 272 | 2024.02.29 22:26:23.017676 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58826, User-Agent: (none), Length: 223, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 273 | 2024.02.29 22:26:23.017723 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 274 | 2024.02.29 22:26:23.017740 [ 3 ] {} <Debug> HTTP-Session: b62edaf1-9951-40c3-9ae5-dc1328dcba20 Authenticating user 'default' from [fd00:1122:3344:101::d]:58826 | ||
| 275 | 2024.02.29 22:26:23.017760 [ 3 ] {} <Debug> HTTP-Session: b62edaf1-9951-40c3-9ae5-dc1328dcba20 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 276 | 2024.02.29 22:26:23.017793 [ 3 ] {} <Debug> HTTP-Session: b62edaf1-9951-40c3-9ae5-dc1328dcba20 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 277 | 2024.02.29 22:26:23.017821 [ 3 ] {} <Trace> HTTP-Session: b62edaf1-9951-40c3-9ae5-dc1328dcba20 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 278 | 2024.02.29 22:26:23.017929 [ 3 ] {b0bedb46-a931-48a7-802a-0fc711140b84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58826) /* The version table contains metadata about the `oximeter` database */ | ||
| 279 | CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) | ||
| 280 | 2024.02.29 22:26:23.017976 [ 3 ] {b0bedb46-a931-48a7-802a-0fc711140b84} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
| 281 | 2024.02.29 22:26:23.022181 [ 3 ] {b0bedb46-a931-48a7-802a-0fc711140b84} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
| 282 | 2024.02.29 22:26:23.023299 [ 3 ] {b0bedb46-a931-48a7-802a-0fc711140b84} <Debug> oximeter.version (e5e4d586-13d7-4416-9a4f-39731f9bc3a1): Loading data parts | ||
| 283 | 2024.02.29 22:26:23.023682 [ 3 ] {b0bedb46-a931-48a7-802a-0fc711140b84} <Debug> oximeter.version (e5e4d586-13d7-4416-9a4f-39731f9bc3a1): There are no data parts | ||
| 284 | 2024.02.29 22:26:23.026110 [ 3 ] {b0bedb46-a931-48a7-802a-0fc711140b84} <Debug> DynamicQueryHandler: Done processing query | ||
| 285 | 2024.02.29 22:26:23.026146 [ 3 ] {} <Debug> HTTP-Session: b62edaf1-9951-40c3-9ae5-dc1328dcba20 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 286 | 2024.02.29 22:26:23.026277 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58826, User-Agent: (none), Length: 818, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 287 | 2024.02.29 22:26:23.026329 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 288 | 2024.02.29 22:26:23.026351 [ 3 ] {} <Debug> HTTP-Session: e48a6db1-0164-41e5-9dfa-49b45752c110 Authenticating user 'default' from [fd00:1122:3344:101::d]:58826 | ||
| 289 | 2024.02.29 22:26:23.026367 [ 3 ] {} <Debug> HTTP-Session: e48a6db1-0164-41e5-9dfa-49b45752c110 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 290 | 2024.02.29 22:26:23.026384 [ 3 ] {} <Debug> HTTP-Session: e48a6db1-0164-41e5-9dfa-49b45752c110 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 291 | 2024.02.29 22:26:23.026416 [ 3 ] {} <Trace> HTTP-Session: e48a6db1-0164-41e5-9dfa-49b45752c110 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 292 | 2024.02.29 22:26:23.026578 [ 3 ] {d88b911d-d769-40dd-8a83-80113adc4311} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58826) /* The measurement tables contain all individual samples from each timeseries. | ||
| 293 | * | ||
| 294 | * Each table stores a single datum type, and otherwise contains nearly the same | ||
| 295 | * structure. The primary sorting key is on the timeseries name, key, and then | ||
| 296 | * timestamp, so that all timeseries from the same schema are grouped, followed | ||
| 297 | * by all samples from the same timeseries. | ||
| 298 | * | ||
| 299 | * This reflects that one usually looks up the _key_ in one or more field table, | ||
| 300 | * and then uses that to index quickly into the measurements tables. | ||
| 301 | */ | ||
| 302 | 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) | ||
| 303 | 2024.02.29 22:26:23.026634 [ 3 ] {d88b911d-d769-40dd-8a83-80113adc4311} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
| 304 | 2024.02.29 22:26:23.032960 [ 3 ] {d88b911d-d769-40dd-8a83-80113adc4311} <Debug> oximeter.measurements_bool (be4eb49b-240f-4d11-8569-6adf0461f21d): Loading data parts | ||
| 305 | 2024.02.29 22:26:23.033130 [ 3 ] {d88b911d-d769-40dd-8a83-80113adc4311} <Debug> oximeter.measurements_bool (be4eb49b-240f-4d11-8569-6adf0461f21d): There are no data parts | ||
| 306 | 2024.02.29 22:26:23.034381 [ 3 ] {d88b911d-d769-40dd-8a83-80113adc4311} <Debug> DynamicQueryHandler: Done processing query | ||
| 307 | 2024.02.29 22:26:23.034413 [ 3 ] {} <Debug> HTTP-Session: e48a6db1-0164-41e5-9dfa-49b45752c110 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 308 | 2024.02.29 22:26:23.034529 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58826, User-Agent: (none), Length: 292, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 309 | 2024.02.29 22:26:23.034581 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 310 | 2024.02.29 22:26:23.034602 [ 3 ] {} <Debug> HTTP-Session: c85f89bc-2fe0-40df-a428-c6f9a83bcbb1 Authenticating user 'default' from [fd00:1122:3344:101::d]:58826 | ||
| 311 | 2024.02.29 22:26:23.034619 [ 3 ] {} <Debug> HTTP-Session: c85f89bc-2fe0-40df-a428-c6f9a83bcbb1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 312 | 2024.02.29 22:26:23.034636 [ 3 ] {} <Debug> HTTP-Session: c85f89bc-2fe0-40df-a428-c6f9a83bcbb1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 313 | 2024.02.29 22:26:23.034670 [ 3 ] {} <Trace> HTTP-Session: c85f89bc-2fe0-40df-a428-c6f9a83bcbb1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 314 | 2024.02.29 22:26:23.034815 [ 3 ] {b4457cfc-dec4-47da-bc62-e386b22360cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58826) 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) | ||
| 315 | 2024.02.29 22:26:23.034860 [ 3 ] {b4457cfc-dec4-47da-bc62-e386b22360cf} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
| 316 | 2024.02.29 22:26:23.036479 [ 3 ] {b4457cfc-dec4-47da-bc62-e386b22360cf} <Debug> oximeter.measurements_i8 (e66de6a3-2056-47cd-8ef6-df5dd9a39330): Loading data parts | ||
| 317 | 2024.02.29 22:26:23.036632 [ 3 ] {b4457cfc-dec4-47da-bc62-e386b22360cf} <Debug> oximeter.measurements_i8 (e66de6a3-2056-47cd-8ef6-df5dd9a39330): There are no data parts | ||
| 318 | 2024.02.29 22:26:23.037800 [ 3 ] {b4457cfc-dec4-47da-bc62-e386b22360cf} <Debug> DynamicQueryHandler: Done processing query | ||
| 319 | 2024.02.29 22:26:23.037836 [ 3 ] {} <Debug> HTTP-Session: c85f89bc-2fe0-40df-a428-c6f9a83bcbb1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 320 | 2024.02.29 22:26:23.037953 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58826, User-Agent: (none), Length: 293, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 321 | 2024.02.29 22:26:23.038003 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 322 | 2024.02.29 22:26:23.038026 [ 3 ] {} <Debug> HTTP-Session: a3026054-ef70-496f-8bfd-42519bec3b87 Authenticating user 'default' from [fd00:1122:3344:101::d]:58826 | ||
| 323 | 2024.02.29 22:26:23.038041 [ 3 ] {} <Debug> HTTP-Session: a3026054-ef70-496f-8bfd-42519bec3b87 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 324 | 2024.02.29 22:26:23.038057 [ 3 ] {} <Debug> HTTP-Session: a3026054-ef70-496f-8bfd-42519bec3b87 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 325 | 2024.02.29 22:26:23.038090 [ 3 ] {} <Trace> HTTP-Session: a3026054-ef70-496f-8bfd-42519bec3b87 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 326 | 2024.02.29 22:26:23.038226 [ 3 ] {0eb2adae-a956-448d-a459-5158e1fbe92c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58826) 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) | ||
| 327 | 2024.02.29 22:26:23.038274 [ 3 ] {0eb2adae-a956-448d-a459-5158e1fbe92c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
| 328 | 2024.02.29 22:26:23.039850 [ 3 ] {0eb2adae-a956-448d-a459-5158e1fbe92c} <Debug> oximeter.measurements_u8 (03176625-fe02-4a78-9243-37064182971f): Loading data parts | ||
| 329 | 2024.02.29 22:26:23.040010 [ 3 ] {0eb2adae-a956-448d-a459-5158e1fbe92c} <Debug> oximeter.measurements_u8 (03176625-fe02-4a78-9243-37064182971f): There are no data parts | ||
| 330 | 2024.02.29 22:26:23.041194 [ 3 ] {0eb2adae-a956-448d-a459-5158e1fbe92c} <Debug> DynamicQueryHandler: Done processing query | ||
| 331 | 2024.02.29 22:26:23.041227 [ 3 ] {} <Debug> HTTP-Session: a3026054-ef70-496f-8bfd-42519bec3b87 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 332 | 2024.02.29 22:26:23.041347 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58826, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 333 | 2024.02.29 22:26:23.041398 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 334 | 2024.02.29 22:26:23.041419 [ 3 ] {} <Debug> HTTP-Session: 8479dbc8-d059-4653-9814-ccc8d81e5fae Authenticating user 'default' from [fd00:1122:3344:101::d]:58826 | ||
| 335 | 2024.02.29 22:26:23.041436 [ 3 ] {} <Debug> HTTP-Session: 8479dbc8-d059-4653-9814-ccc8d81e5fae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 336 | 2024.02.29 22:26:23.041452 [ 3 ] {} <Debug> HTTP-Session: 8479dbc8-d059-4653-9814-ccc8d81e5fae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 337 | 2024.02.29 22:26:23.041483 [ 3 ] {} <Trace> HTTP-Session: 8479dbc8-d059-4653-9814-ccc8d81e5fae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 338 | 2024.02.29 22:26:23.041624 [ 3 ] {87a8ccde-6fab-4b16-9c93-7d9c07be3282} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58826) 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) | ||
| 339 | 2024.02.29 22:26:23.041669 [ 3 ] {87a8ccde-6fab-4b16-9c93-7d9c07be3282} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
| 340 | 2024.02.29 22:26:23.043282 [ 3 ] {87a8ccde-6fab-4b16-9c93-7d9c07be3282} <Debug> oximeter.measurements_i16 (1854af07-943c-4b56-91c5-61aef9511538): Loading data parts | ||
| 341 | 2024.02.29 22:26:23.043439 [ 3 ] {87a8ccde-6fab-4b16-9c93-7d9c07be3282} <Debug> oximeter.measurements_i16 (1854af07-943c-4b56-91c5-61aef9511538): There are no data parts | ||
| 342 | 2024.02.29 22:26:23.044595 [ 3 ] {87a8ccde-6fab-4b16-9c93-7d9c07be3282} <Debug> DynamicQueryHandler: Done processing query | ||
| 343 | 2024.02.29 22:26:23.044628 [ 3 ] {} <Debug> HTTP-Session: 8479dbc8-d059-4653-9814-ccc8d81e5fae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 344 | 2024.02.29 22:26:23.044739 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58826, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 345 | 2024.02.29 22:26:23.044789 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 346 | 2024.02.29 22:26:23.044812 [ 3 ] {} <Debug> HTTP-Session: 29aa9c06-aa72-4b17-87cf-36c023440a40 Authenticating user 'default' from [fd00:1122:3344:101::d]:58826 | ||
| 347 | 2024.02.29 22:26:23.044827 [ 3 ] {} <Debug> HTTP-Session: 29aa9c06-aa72-4b17-87cf-36c023440a40 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 348 | 2024.02.29 22:26:23.044845 [ 3 ] {} <Debug> HTTP-Session: 29aa9c06-aa72-4b17-87cf-36c023440a40 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 349 | 2024.02.29 22:26:23.044877 [ 3 ] {} <Trace> HTTP-Session: 29aa9c06-aa72-4b17-87cf-36c023440a40 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 350 | 2024.02.29 22:26:23.045014 [ 3 ] {97ec9051-2e67-4555-b7ad-3a62e40280b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58826) 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) | ||
| 351 | 2024.02.29 22:26:23.045063 [ 3 ] {97ec9051-2e67-4555-b7ad-3a62e40280b2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
| 352 | 2024.02.29 22:26:23.046630 [ 3 ] {97ec9051-2e67-4555-b7ad-3a62e40280b2} <Debug> oximeter.measurements_u16 (c58a6b17-d095-488d-80cb-508d6ee9980a): Loading data parts | ||
| 353 | 2024.02.29 22:26:23.046782 [ 3 ] {97ec9051-2e67-4555-b7ad-3a62e40280b2} <Debug> oximeter.measurements_u16 (c58a6b17-d095-488d-80cb-508d6ee9980a): There are no data parts | ||
| 354 | 2024.02.29 22:26:23.047956 [ 3 ] {97ec9051-2e67-4555-b7ad-3a62e40280b2} <Debug> DynamicQueryHandler: Done processing query | ||
| 355 | 2024.02.29 22:26:23.047983 [ 3 ] {} <Debug> HTTP-Session: 29aa9c06-aa72-4b17-87cf-36c023440a40 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 356 | 2024.02.29 22:26:23.048096 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58826, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 357 | 2024.02.29 22:26:23.048148 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 358 | 2024.02.29 22:26:23.048169 [ 3 ] {} <Debug> HTTP-Session: e82b2d84-5408-48f2-9994-523901449104 Authenticating user 'default' from [fd00:1122:3344:101::d]:58826 | ||
| 359 | 2024.02.29 22:26:23.048185 [ 3 ] {} <Debug> HTTP-Session: e82b2d84-5408-48f2-9994-523901449104 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 360 | 2024.02.29 22:26:23.048205 [ 3 ] {} <Debug> HTTP-Session: e82b2d84-5408-48f2-9994-523901449104 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 361 | 2024.02.29 22:26:23.048237 [ 3 ] {} <Trace> HTTP-Session: e82b2d84-5408-48f2-9994-523901449104 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 362 | 2024.02.29 22:26:23.048380 [ 3 ] {79f1d2a4-01ac-458b-82d0-dde0d97b0bb8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58826) 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) | ||
| 363 | 2024.02.29 22:26:23.048425 [ 3 ] {79f1d2a4-01ac-458b-82d0-dde0d97b0bb8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
| 364 | 2024.02.29 22:26:23.050082 [ 3 ] {79f1d2a4-01ac-458b-82d0-dde0d97b0bb8} <Debug> oximeter.measurements_i32 (b039cbc5-7ad7-415b-afb3-d57474eb1aaa): Loading data parts | ||
| 365 | 2024.02.29 22:26:23.050258 [ 3 ] {79f1d2a4-01ac-458b-82d0-dde0d97b0bb8} <Debug> oximeter.measurements_i32 (b039cbc5-7ad7-415b-afb3-d57474eb1aaa): There are no data parts | ||
| 366 | 2024.02.29 22:26:23.051474 [ 3 ] {79f1d2a4-01ac-458b-82d0-dde0d97b0bb8} <Debug> DynamicQueryHandler: Done processing query | ||
| 367 | 2024.02.29 22:26:23.051507 [ 3 ] {} <Debug> HTTP-Session: e82b2d84-5408-48f2-9994-523901449104 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 368 | 2024.02.29 22:26:23.051603 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58826, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 369 | 2024.02.29 22:26:23.051655 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 370 | 2024.02.29 22:26:23.051680 [ 3 ] {} <Debug> HTTP-Session: 2b15c760-e5e9-4f64-8936-f6d48c3f449f Authenticating user 'default' from [fd00:1122:3344:101::d]:58826 | ||
| 371 | 2024.02.29 22:26:23.051697 [ 3 ] {} <Debug> HTTP-Session: 2b15c760-e5e9-4f64-8936-f6d48c3f449f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 372 | 2024.02.29 22:26:23.051712 [ 3 ] {} <Debug> HTTP-Session: 2b15c760-e5e9-4f64-8936-f6d48c3f449f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 373 | 2024.02.29 22:26:23.051745 [ 3 ] {} <Trace> HTTP-Session: 2b15c760-e5e9-4f64-8936-f6d48c3f449f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 374 | 2024.02.29 22:26:23.051897 [ 3 ] {779a9ad9-d293-45c7-8220-1c22f4c1b3dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58826) 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) | ||
| 375 | 2024.02.29 22:26:23.051950 [ 3 ] {779a9ad9-d293-45c7-8220-1c22f4c1b3dc} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
| 376 | 2024.02.29 22:26:23.053535 [ 3 ] {779a9ad9-d293-45c7-8220-1c22f4c1b3dc} <Debug> oximeter.measurements_u32 (281c68f8-ef44-4386-8488-08ab5d1ef085): Loading data parts | ||
| 377 | 2024.02.29 22:26:23.053693 [ 3 ] {779a9ad9-d293-45c7-8220-1c22f4c1b3dc} <Debug> oximeter.measurements_u32 (281c68f8-ef44-4386-8488-08ab5d1ef085): There are no data parts | ||
| 378 | 2024.02.29 22:26:23.054854 [ 3 ] {779a9ad9-d293-45c7-8220-1c22f4c1b3dc} <Debug> DynamicQueryHandler: Done processing query | ||
| 379 | 2024.02.29 22:26:23.054881 [ 3 ] {} <Debug> HTTP-Session: 2b15c760-e5e9-4f64-8936-f6d48c3f449f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 380 | 2024.02.29 22:26:23.054996 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58826, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 381 | 2024.02.29 22:26:23.055048 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 382 | 2024.02.29 22:26:23.055069 [ 3 ] {} <Debug> HTTP-Session: fcd2f36d-99a4-4a5d-9151-5ae92ef221ac Authenticating user 'default' from [fd00:1122:3344:101::d]:58826 | ||
| 383 | 2024.02.29 22:26:23.055085 [ 3 ] {} <Debug> HTTP-Session: fcd2f36d-99a4-4a5d-9151-5ae92ef221ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 384 | 2024.02.29 22:26:23.055102 [ 3 ] {} <Debug> HTTP-Session: fcd2f36d-99a4-4a5d-9151-5ae92ef221ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 385 | 2024.02.29 22:26:23.055130 [ 3 ] {} <Trace> HTTP-Session: fcd2f36d-99a4-4a5d-9151-5ae92ef221ac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 386 | 2024.02.29 22:26:23.055274 [ 3 ] {9d88908a-cfb3-4a9c-943d-66f81ec58ad7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58826) 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) | ||
| 387 | 2024.02.29 22:26:23.055319 [ 3 ] {9d88908a-cfb3-4a9c-943d-66f81ec58ad7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
| 388 | 2024.02.29 22:26:23.056913 [ 3 ] {9d88908a-cfb3-4a9c-943d-66f81ec58ad7} <Debug> oximeter.measurements_i64 (9c8b1dfb-d35a-42d7-8807-bfdf5bcd7326): Loading data parts | ||
| 389 | 2024.02.29 22:26:23.057068 [ 3 ] {9d88908a-cfb3-4a9c-943d-66f81ec58ad7} <Debug> oximeter.measurements_i64 (9c8b1dfb-d35a-42d7-8807-bfdf5bcd7326): There are no data parts | ||
| 390 | 2024.02.29 22:26:23.058294 [ 3 ] {9d88908a-cfb3-4a9c-943d-66f81ec58ad7} <Debug> DynamicQueryHandler: Done processing query | ||
| 391 | 2024.02.29 22:26:23.058327 [ 3 ] {} <Debug> HTTP-Session: fcd2f36d-99a4-4a5d-9151-5ae92ef221ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 392 | 2024.02.29 22:26:23.058433 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58826, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 393 | 2024.02.29 22:26:23.058484 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 394 | 2024.02.29 22:26:23.058507 [ 3 ] {} <Debug> HTTP-Session: f03ee8b6-a773-427f-9761-ccbfed0a4f94 Authenticating user 'default' from [fd00:1122:3344:101::d]:58826 | ||
| 395 | 2024.02.29 22:26:23.058523 [ 3 ] {} <Debug> HTTP-Session: f03ee8b6-a773-427f-9761-ccbfed0a4f94 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 396 | 2024.02.29 22:26:23.058540 [ 3 ] {} <Debug> HTTP-Session: f03ee8b6-a773-427f-9761-ccbfed0a4f94 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 397 | 2024.02.29 22:26:23.058572 [ 3 ] {} <Trace> HTTP-Session: f03ee8b6-a773-427f-9761-ccbfed0a4f94 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 398 | 2024.02.29 22:26:23.058709 [ 3 ] {72454b9c-410c-46d5-a0d1-24f2bbd6d3d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58826) 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) | ||
| 399 | 2024.02.29 22:26:23.058760 [ 3 ] {72454b9c-410c-46d5-a0d1-24f2bbd6d3d2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
| 400 | 2024.02.29 22:26:23.060343 [ 3 ] {72454b9c-410c-46d5-a0d1-24f2bbd6d3d2} <Debug> oximeter.measurements_u64 (258aa27a-4e8a-48ba-955d-eb8813c26ddd): Loading data parts | ||
| 401 | 2024.02.29 22:26:23.060505 [ 3 ] {72454b9c-410c-46d5-a0d1-24f2bbd6d3d2} <Debug> oximeter.measurements_u64 (258aa27a-4e8a-48ba-955d-eb8813c26ddd): There are no data parts | ||
| 402 | 2024.02.29 22:26:23.061742 [ 3 ] {72454b9c-410c-46d5-a0d1-24f2bbd6d3d2} <Debug> DynamicQueryHandler: Done processing query | ||
| 403 | 2024.02.29 22:26:23.061768 [ 3 ] {} <Debug> HTTP-Session: f03ee8b6-a773-427f-9761-ccbfed0a4f94 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 404 | 2024.02.29 22:26:23.061891 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58826, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 405 | 2024.02.29 22:26:23.061947 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 406 | 2024.02.29 22:26:23.061965 [ 3 ] {} <Debug> HTTP-Session: 18849e05-5dcb-4c92-a65d-ccf955d3c6a7 Authenticating user 'default' from [fd00:1122:3344:101::d]:58826 | ||
| 407 | 2024.02.29 22:26:23.061985 [ 3 ] {} <Debug> HTTP-Session: 18849e05-5dcb-4c92-a65d-ccf955d3c6a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 408 | 2024.02.29 22:26:23.062004 [ 3 ] {} <Debug> HTTP-Session: 18849e05-5dcb-4c92-a65d-ccf955d3c6a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 409 | 2024.02.29 22:26:23.062033 [ 3 ] {} <Trace> HTTP-Session: 18849e05-5dcb-4c92-a65d-ccf955d3c6a7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 410 | 2024.02.29 22:26:23.062178 [ 3 ] {b2add9d8-0a55-4767-a027-eaa9e2b0a28d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58826) 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) | ||
| 411 | 2024.02.29 22:26:23.062224 [ 3 ] {b2add9d8-0a55-4767-a027-eaa9e2b0a28d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
| 412 | 2024.02.29 22:26:23.063741 [ 3 ] {b2add9d8-0a55-4767-a027-eaa9e2b0a28d} <Debug> oximeter.measurements_f32 (8db6a769-2bb5-47fc-a6b9-c45c9c840c7d): Loading data parts | ||
| 413 | 2024.02.29 22:26:23.063900 [ 3 ] {b2add9d8-0a55-4767-a027-eaa9e2b0a28d} <Debug> oximeter.measurements_f32 (8db6a769-2bb5-47fc-a6b9-c45c9c840c7d): There are no data parts | ||
| 414 | 2024.02.29 22:26:23.065276 [ 3 ] {b2add9d8-0a55-4767-a027-eaa9e2b0a28d} <Debug> DynamicQueryHandler: Done processing query | ||
| 415 | 2024.02.29 22:26:23.065312 [ 3 ] {} <Debug> HTTP-Session: 18849e05-5dcb-4c92-a65d-ccf955d3c6a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 416 | 2024.02.29 22:26:23.065419 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58826, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 417 | 2024.02.29 22:26:23.065470 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 418 | 2024.02.29 22:26:23.065493 [ 3 ] {} <Debug> HTTP-Session: ee1fd5a3-8389-4340-8cb6-17dbe8e323da Authenticating user 'default' from [fd00:1122:3344:101::d]:58826 | ||
| 419 | 2024.02.29 22:26:23.065508 [ 3 ] {} <Debug> HTTP-Session: ee1fd5a3-8389-4340-8cb6-17dbe8e323da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 420 | 2024.02.29 22:26:23.065526 [ 3 ] {} <Debug> HTTP-Session: ee1fd5a3-8389-4340-8cb6-17dbe8e323da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 421 | 2024.02.29 22:26:23.065558 [ 3 ] {} <Trace> HTTP-Session: ee1fd5a3-8389-4340-8cb6-17dbe8e323da Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 422 | 2024.02.29 22:26:23.065698 [ 3 ] {cfc714e4-75fa-4d77-be20-31b528d32f10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58826) 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) | ||
| 423 | 2024.02.29 22:26:23.065748 [ 3 ] {cfc714e4-75fa-4d77-be20-31b528d32f10} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
| 424 | 2024.02.29 22:26:23.067423 [ 3 ] {cfc714e4-75fa-4d77-be20-31b528d32f10} <Debug> oximeter.measurements_f64 (cd918215-ceb0-40b5-b84a-5934315487fd): Loading data parts | ||
| 425 | 2024.02.29 22:26:23.067582 [ 3 ] {cfc714e4-75fa-4d77-be20-31b528d32f10} <Debug> oximeter.measurements_f64 (cd918215-ceb0-40b5-b84a-5934315487fd): There are no data parts | ||
| 426 | 2024.02.29 22:26:23.068838 [ 3 ] {cfc714e4-75fa-4d77-be20-31b528d32f10} <Debug> DynamicQueryHandler: Done processing query | ||
| 427 | 2024.02.29 22:26:23.068864 [ 3 ] {} <Debug> HTTP-Session: ee1fd5a3-8389-4340-8cb6-17dbe8e323da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 428 | 2024.02.29 22:26:23.068982 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58826, User-Agent: (none), Length: 298, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 429 | 2024.02.29 22:26:23.069033 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 430 | 2024.02.29 22:26:23.069050 [ 3 ] {} <Debug> HTTP-Session: f71f0a39-f20e-45e0-80d4-bcd60f3655d8 Authenticating user 'default' from [fd00:1122:3344:101::d]:58826 | ||
| 431 | 2024.02.29 22:26:23.069071 [ 3 ] {} <Debug> HTTP-Session: f71f0a39-f20e-45e0-80d4-bcd60f3655d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 432 | 2024.02.29 22:26:23.069088 [ 3 ] {} <Debug> HTTP-Session: f71f0a39-f20e-45e0-80d4-bcd60f3655d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 433 | 2024.02.29 22:26:23.069117 [ 3 ] {} <Trace> HTTP-Session: f71f0a39-f20e-45e0-80d4-bcd60f3655d8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 434 | 2024.02.29 22:26:23.069259 [ 3 ] {06cba260-03e9-4733-a1ce-da149fca8e15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58826) 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) | ||
| 435 | 2024.02.29 22:26:23.069309 [ 3 ] {06cba260-03e9-4733-a1ce-da149fca8e15} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
| 436 | 2024.02.29 22:26:23.070824 [ 3 ] {06cba260-03e9-4733-a1ce-da149fca8e15} <Debug> oximeter.measurements_string (bb3fcc3b-76b7-4cc8-9f9a-c6543388b189): Loading data parts | ||
| 437 | 2024.02.29 22:26:23.070981 [ 3 ] {06cba260-03e9-4733-a1ce-da149fca8e15} <Debug> oximeter.measurements_string (bb3fcc3b-76b7-4cc8-9f9a-c6543388b189): There are no data parts | ||
| 438 | 2024.02.29 22:26:23.072136 [ 3 ] {06cba260-03e9-4733-a1ce-da149fca8e15} <Debug> DynamicQueryHandler: Done processing query | ||
| 439 | 2024.02.29 22:26:23.072169 [ 3 ] {} <Debug> HTTP-Session: f71f0a39-f20e-45e0-80d4-bcd60f3655d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 440 | 2024.02.29 22:26:23.072275 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58826, User-Agent: (none), Length: 605, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 441 | 2024.02.29 22:26:23.072326 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 442 | 2024.02.29 22:26:23.072349 [ 3 ] {} <Debug> HTTP-Session: f0a1ff8c-f7c4-4d1f-8858-b52587748e05 Authenticating user 'default' from [fd00:1122:3344:101::d]:58826 | ||
| 443 | 2024.02.29 22:26:23.072370 [ 3 ] {} <Debug> HTTP-Session: f0a1ff8c-f7c4-4d1f-8858-b52587748e05 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 444 | 2024.02.29 22:26:23.072388 [ 3 ] {} <Debug> HTTP-Session: f0a1ff8c-f7c4-4d1f-8858-b52587748e05 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 445 | 2024.02.29 22:26:23.072421 [ 3 ] {} <Trace> HTTP-Session: f0a1ff8c-f7c4-4d1f-8858-b52587748e05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 446 | 2024.02.29 22:26:23.072561 [ 3 ] {23167da2-8e4d-4391-a5c7-03ef515d471e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58826) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* | ||
| 447 | * NOTE: Right now we can't unambiguously record a nullable byte array. | ||
| 448 | * Arrays cannot be nested in `Nullable()` types, and encoding the array as | ||
| 449 | * a string isn't palatable for a few reasons. | ||
| 450 | * See: https://github.com/oxidecomputer/omicron/issues/4551 for more | ||
| 451 | * details. | ||
| 452 | */ | ||
| 453 | datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 454 | 2024.02.29 22:26:23.072612 [ 3 ] {23167da2-8e4d-4391-a5c7-03ef515d471e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
| 455 | 2024.02.29 22:26:23.074198 [ 3 ] {23167da2-8e4d-4391-a5c7-03ef515d471e} <Debug> oximeter.measurements_bytes (6ee1102b-d82c-4780-bff8-85f7e5c8b9d4): Loading data parts | ||
| 456 | 2024.02.29 22:26:23.074350 [ 3 ] {23167da2-8e4d-4391-a5c7-03ef515d471e} <Debug> oximeter.measurements_bytes (6ee1102b-d82c-4780-bff8-85f7e5c8b9d4): There are no data parts | ||
| 457 | 2024.02.29 22:26:23.075541 [ 3 ] {23167da2-8e4d-4391-a5c7-03ef515d471e} <Debug> DynamicQueryHandler: Done processing query | ||
| 458 | 2024.02.29 22:26:23.075575 [ 3 ] {} <Debug> HTTP-Session: f0a1ff8c-f7c4-4d1f-8858-b52587748e05 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 459 | 2024.02.29 22:26:23.075692 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58826, User-Agent: (none), Length: 353, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 460 | 2024.02.29 22:26:23.075744 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 461 | 2024.02.29 22:26:23.075768 [ 3 ] {} <Debug> HTTP-Session: ee438fbe-66ca-49a7-beae-63f1e9addc32 Authenticating user 'default' from [fd00:1122:3344:101::d]:58826 | ||
| 462 | 2024.02.29 22:26:23.075784 [ 3 ] {} <Debug> HTTP-Session: ee438fbe-66ca-49a7-beae-63f1e9addc32 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 463 | 2024.02.29 22:26:23.075802 [ 3 ] {} <Debug> HTTP-Session: ee438fbe-66ca-49a7-beae-63f1e9addc32 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 464 | 2024.02.29 22:26:23.075834 [ 3 ] {} <Trace> HTTP-Session: ee438fbe-66ca-49a7-beae-63f1e9addc32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 465 | 2024.02.29 22:26:23.075987 [ 3 ] {8a60f451-956f-4a8e-977e-458efcb1f8d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58826) 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) | ||
| 466 | 2024.02.29 22:26:23.076034 [ 3 ] {8a60f451-956f-4a8e-977e-458efcb1f8d9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
| 467 | 2024.02.29 22:26:23.077672 [ 3 ] {8a60f451-956f-4a8e-977e-458efcb1f8d9} <Debug> oximeter.measurements_cumulativei64 (117ad797-6b92-4b05-a540-ddf2dfd27ad1): Loading data parts | ||
| 468 | 2024.02.29 22:26:23.077838 [ 3 ] {8a60f451-956f-4a8e-977e-458efcb1f8d9} <Debug> oximeter.measurements_cumulativei64 (117ad797-6b92-4b05-a540-ddf2dfd27ad1): There are no data parts | ||
| 469 | 2024.02.29 22:26:23.079048 [ 3 ] {8a60f451-956f-4a8e-977e-458efcb1f8d9} <Debug> DynamicQueryHandler: Done processing query | ||
| 470 | 2024.02.29 22:26:23.079081 [ 3 ] {} <Debug> HTTP-Session: ee438fbe-66ca-49a7-beae-63f1e9addc32 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 471 | 2024.02.29 22:26:23.079194 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58826, User-Agent: (none), Length: 354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 472 | 2024.02.29 22:26:23.079245 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 473 | 2024.02.29 22:26:23.079263 [ 3 ] {} <Debug> HTTP-Session: 6a8bbecd-31b1-49ee-96ec-d675079ca91d Authenticating user 'default' from [fd00:1122:3344:101::d]:58826 | ||
| 474 | 2024.02.29 22:26:23.079284 [ 3 ] {} <Debug> HTTP-Session: 6a8bbecd-31b1-49ee-96ec-d675079ca91d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 475 | 2024.02.29 22:26:23.079298 [ 3 ] {} <Debug> HTTP-Session: 6a8bbecd-31b1-49ee-96ec-d675079ca91d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 476 | 2024.02.29 22:26:23.079331 [ 3 ] {} <Trace> HTTP-Session: 6a8bbecd-31b1-49ee-96ec-d675079ca91d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 477 | 2024.02.29 22:26:23.079485 [ 3 ] {e65d59bf-d2f7-4f0a-b23c-e89465e46aa4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58826) 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) | ||
| 478 | 2024.02.29 22:26:23.079537 [ 3 ] {e65d59bf-d2f7-4f0a-b23c-e89465e46aa4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
| 479 | 2024.02.29 22:26:23.081113 [ 3 ] {e65d59bf-d2f7-4f0a-b23c-e89465e46aa4} <Debug> oximeter.measurements_cumulativeu64 (dc28e417-a057-497c-8c56-1262aaf856dd): Loading data parts | ||
| 480 | 2024.02.29 22:26:23.081340 [ 3 ] {e65d59bf-d2f7-4f0a-b23c-e89465e46aa4} <Debug> oximeter.measurements_cumulativeu64 (dc28e417-a057-497c-8c56-1262aaf856dd): There are no data parts | ||
| 481 | 2024.02.29 22:26:23.082506 [ 3 ] {e65d59bf-d2f7-4f0a-b23c-e89465e46aa4} <Debug> DynamicQueryHandler: Done processing query | ||
| 482 | 2024.02.29 22:26:23.082532 [ 3 ] {} <Debug> HTTP-Session: 6a8bbecd-31b1-49ee-96ec-d675079ca91d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 483 | 2024.02.29 22:26:23.082648 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58826, User-Agent: (none), Length: 355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 484 | 2024.02.29 22:26:23.082701 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 485 | 2024.02.29 22:26:23.082719 [ 3 ] {} <Debug> HTTP-Session: 661fa320-ef18-4e24-9e09-7019378bf20f Authenticating user 'default' from [fd00:1122:3344:101::d]:58826 | ||
| 486 | 2024.02.29 22:26:23.082740 [ 3 ] {} <Debug> HTTP-Session: 661fa320-ef18-4e24-9e09-7019378bf20f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 487 | 2024.02.29 22:26:23.082759 [ 3 ] {} <Debug> HTTP-Session: 661fa320-ef18-4e24-9e09-7019378bf20f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 488 | 2024.02.29 22:26:23.082787 [ 3 ] {} <Trace> HTTP-Session: 661fa320-ef18-4e24-9e09-7019378bf20f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 489 | 2024.02.29 22:26:23.082939 [ 3 ] {b922ca7b-c728-4c83-b5ae-aee4f4a17b94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58826) 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) | ||
| 490 | 2024.02.29 22:26:23.082991 [ 3 ] {b922ca7b-c728-4c83-b5ae-aee4f4a17b94} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
| 491 | 2024.02.29 22:26:23.084531 [ 3 ] {b922ca7b-c728-4c83-b5ae-aee4f4a17b94} <Debug> oximeter.measurements_cumulativef32 (ded2da90-fe60-47c1-9754-ef928bb0bc3e): Loading data parts | ||
| 492 | 2024.02.29 22:26:23.084689 [ 3 ] {b922ca7b-c728-4c83-b5ae-aee4f4a17b94} <Debug> oximeter.measurements_cumulativef32 (ded2da90-fe60-47c1-9754-ef928bb0bc3e): There are no data parts | ||
| 493 | 2024.02.29 22:26:23.086061 [ 3 ] {b922ca7b-c728-4c83-b5ae-aee4f4a17b94} <Debug> DynamicQueryHandler: Done processing query | ||
| 494 | 2024.02.29 22:26:23.086099 [ 3 ] {} <Debug> HTTP-Session: 661fa320-ef18-4e24-9e09-7019378bf20f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 495 | 2024.02.29 22:26:23.086206 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58826, User-Agent: (none), Length: 356, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 496 | 2024.02.29 22:26:23.086258 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 497 | 2024.02.29 22:26:23.086283 [ 3 ] {} <Debug> HTTP-Session: 1db13d8b-e178-4fb9-b038-bea8a277f747 Authenticating user 'default' from [fd00:1122:3344:101::d]:58826 | ||
| 498 | 2024.02.29 22:26:23.086299 [ 3 ] {} <Debug> HTTP-Session: 1db13d8b-e178-4fb9-b038-bea8a277f747 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 499 | 2024.02.29 22:26:23.086318 [ 3 ] {} <Debug> HTTP-Session: 1db13d8b-e178-4fb9-b038-bea8a277f747 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 500 | 2024.02.29 22:26:23.086352 [ 3 ] {} <Trace> HTTP-Session: 1db13d8b-e178-4fb9-b038-bea8a277f747 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 501 | 2024.02.29 22:26:23.086501 [ 3 ] {4e55ee3e-715d-429c-89cd-ab1d1d4e337e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58826) 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) | ||
| 502 | 2024.02.29 22:26:23.086555 [ 3 ] {4e55ee3e-715d-429c-89cd-ab1d1d4e337e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
| 503 | 2024.02.29 22:26:23.088729 [ 3 ] {4e55ee3e-715d-429c-89cd-ab1d1d4e337e} <Debug> oximeter.measurements_cumulativef64 (31ade367-b31e-44e1-a059-a5b05f6ad4af): Loading data parts | ||
| 504 | 2024.02.29 22:26:23.088888 [ 3 ] {4e55ee3e-715d-429c-89cd-ab1d1d4e337e} <Debug> oximeter.measurements_cumulativef64 (31ade367-b31e-44e1-a059-a5b05f6ad4af): There are no data parts | ||
| 505 | 2024.02.29 22:26:23.090281 [ 3 ] {4e55ee3e-715d-429c-89cd-ab1d1d4e337e} <Debug> DynamicQueryHandler: Done processing query | ||
| 506 | 2024.02.29 22:26:23.090317 [ 3 ] {} <Debug> HTTP-Session: 1db13d8b-e178-4fb9-b038-bea8a277f747 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 507 | 2024.02.29 22:26:23.090451 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58826, User-Agent: (none), Length: 836, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 508 | 2024.02.29 22:26:23.090497 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 509 | 2024.02.29 22:26:23.090521 [ 3 ] {} <Debug> HTTP-Session: 671acf06-0dd2-493f-b0d2-f4a0d7d0c233 Authenticating user 'default' from [fd00:1122:3344:101::d]:58826 | ||
| 510 | 2024.02.29 22:26:23.090541 [ 3 ] {} <Debug> HTTP-Session: 671acf06-0dd2-493f-b0d2-f4a0d7d0c233 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 511 | 2024.02.29 22:26:23.090554 [ 3 ] {} <Debug> HTTP-Session: 671acf06-0dd2-493f-b0d2-f4a0d7d0c233 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 512 | 2024.02.29 22:26:23.090587 [ 3 ] {} <Trace> HTTP-Session: 671acf06-0dd2-493f-b0d2-f4a0d7d0c233 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 513 | 2024.02.29 22:26:23.090748 [ 3 ] {f10173d7-3076-4f03-a9f3-05af3e4e1a64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58826) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* | ||
| 514 | * NOTE: Array types cannot be Nullable, see | ||
| 515 | * https://clickhouse.com/docs/en/sql-reference/data-types/nullable | ||
| 516 | * for more details. | ||
| 517 | * | ||
| 518 | * This means we need to use empty arrays to indicate a missing value. This | ||
| 519 | * is unfortunate, and at this point relies on the fact that an | ||
| 520 | * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need | ||
| 521 | * to figure out another way to represent missing samples here. | ||
| 522 | */ | ||
| 523 | 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) | ||
| 524 | 2024.02.29 22:26:23.090802 [ 3 ] {f10173d7-3076-4f03-a9f3-05af3e4e1a64} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
| 525 | 2024.02.29 22:26:23.092459 [ 3 ] {f10173d7-3076-4f03-a9f3-05af3e4e1a64} <Debug> oximeter.measurements_histogrami8 (8ccf1c7e-202b-43e9-b865-691fbce670bb): Loading data parts | ||
| 526 | 2024.02.29 22:26:23.092629 [ 3 ] {f10173d7-3076-4f03-a9f3-05af3e4e1a64} <Debug> oximeter.measurements_histogrami8 (8ccf1c7e-202b-43e9-b865-691fbce670bb): There are no data parts | ||
| 527 | 2024.02.29 22:26:23.093780 [ 3 ] {f10173d7-3076-4f03-a9f3-05af3e4e1a64} <Debug> DynamicQueryHandler: Done processing query | ||
| 528 | 2024.02.29 22:26:23.093806 [ 3 ] {} <Debug> HTTP-Session: 671acf06-0dd2-493f-b0d2-f4a0d7d0c233 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 529 | 2024.02.29 22:26:23.093924 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58826, User-Agent: (none), Length: 373, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 530 | 2024.02.29 22:26:23.093976 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 531 | 2024.02.29 22:26:23.093993 [ 3 ] {} <Debug> HTTP-Session: c50250eb-09f2-4857-aab1-e054f9462baa Authenticating user 'default' from [fd00:1122:3344:101::d]:58826 | ||
| 532 | 2024.02.29 22:26:23.094014 [ 3 ] {} <Debug> HTTP-Session: c50250eb-09f2-4857-aab1-e054f9462baa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 533 | 2024.02.29 22:26:23.094031 [ 3 ] {} <Debug> HTTP-Session: c50250eb-09f2-4857-aab1-e054f9462baa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 534 | 2024.02.29 22:26:23.094059 [ 3 ] {} <Trace> HTTP-Session: c50250eb-09f2-4857-aab1-e054f9462baa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 535 | 2024.02.29 22:26:23.094218 [ 3 ] {558e8e91-76b8-4ffa-8016-741f6ad8596e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58826) 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) | ||
| 536 | 2024.02.29 22:26:23.094271 [ 3 ] {558e8e91-76b8-4ffa-8016-741f6ad8596e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
| 537 | 2024.02.29 22:26:23.095834 [ 3 ] {558e8e91-76b8-4ffa-8016-741f6ad8596e} <Debug> oximeter.measurements_histogramu8 (c1543bfe-cf75-45ac-a7d6-f736f98f3360): Loading data parts | ||
| 538 | 2024.02.29 22:26:23.095993 [ 3 ] {558e8e91-76b8-4ffa-8016-741f6ad8596e} <Debug> oximeter.measurements_histogramu8 (c1543bfe-cf75-45ac-a7d6-f736f98f3360): There are no data parts | ||
| 539 | 2024.02.29 22:26:23.097208 [ 3 ] {558e8e91-76b8-4ffa-8016-741f6ad8596e} <Debug> DynamicQueryHandler: Done processing query | ||
| 540 | 2024.02.29 22:26:23.097242 [ 3 ] {} <Debug> HTTP-Session: c50250eb-09f2-4857-aab1-e054f9462baa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 541 | 2024.02.29 22:26:23.097342 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58826, User-Agent: (none), Length: 374, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 542 | 2024.02.29 22:26:23.097393 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 543 | 2024.02.29 22:26:23.097417 [ 3 ] {} <Debug> HTTP-Session: 2918f25d-6eff-443c-974d-15f185fd9b23 Authenticating user 'default' from [fd00:1122:3344:101::d]:58826 | ||
| 544 | 2024.02.29 22:26:23.097434 [ 3 ] {} <Debug> HTTP-Session: 2918f25d-6eff-443c-974d-15f185fd9b23 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 545 | 2024.02.29 22:26:23.097452 [ 3 ] {} <Debug> HTTP-Session: 2918f25d-6eff-443c-974d-15f185fd9b23 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 546 | 2024.02.29 22:26:23.097485 [ 3 ] {} <Trace> HTTP-Session: 2918f25d-6eff-443c-974d-15f185fd9b23 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 547 | 2024.02.29 22:26:23.097638 [ 3 ] {90f1a451-7058-4789-8538-d627ad7b0466} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58826) 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) | ||
| 548 | 2024.02.29 22:26:23.097692 [ 3 ] {90f1a451-7058-4789-8538-d627ad7b0466} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
| 549 | 2024.02.29 22:26:23.099283 [ 3 ] {90f1a451-7058-4789-8538-d627ad7b0466} <Debug> oximeter.measurements_histogrami16 (5aafe727-5783-43ab-9bd7-236c580948e6): Loading data parts | ||
| 550 | 2024.02.29 22:26:23.099440 [ 3 ] {90f1a451-7058-4789-8538-d627ad7b0466} <Debug> oximeter.measurements_histogrami16 (5aafe727-5783-43ab-9bd7-236c580948e6): There are no data parts | ||
| 551 | 2024.02.29 22:26:23.100596 [ 3 ] {90f1a451-7058-4789-8538-d627ad7b0466} <Debug> DynamicQueryHandler: Done processing query | ||
| 552 | 2024.02.29 22:26:23.100630 [ 3 ] {} <Debug> HTTP-Session: 2918f25d-6eff-443c-974d-15f185fd9b23 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 553 | 2024.02.29 22:26:23.100755 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58826, User-Agent: (none), Length: 375, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 554 | 2024.02.29 22:26:23.100801 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 555 | 2024.02.29 22:26:23.100825 [ 3 ] {} <Debug> HTTP-Session: 90c2abd9-a658-4ada-b7a9-7c4efad1eaaa Authenticating user 'default' from [fd00:1122:3344:101::d]:58826 | ||
| 556 | 2024.02.29 22:26:23.100846 [ 3 ] {} <Debug> HTTP-Session: 90c2abd9-a658-4ada-b7a9-7c4efad1eaaa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 557 | 2024.02.29 22:26:23.100860 [ 3 ] {} <Debug> HTTP-Session: 90c2abd9-a658-4ada-b7a9-7c4efad1eaaa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 558 | 2024.02.29 22:26:23.100893 [ 3 ] {} <Trace> HTTP-Session: 90c2abd9-a658-4ada-b7a9-7c4efad1eaaa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 559 | 2024.02.29 22:26:23.101054 [ 3 ] {fe4cb00f-b9eb-4a49-8c5f-2a1f44b330da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58826) 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) | ||
| 560 | 2024.02.29 22:26:23.101108 [ 3 ] {fe4cb00f-b9eb-4a49-8c5f-2a1f44b330da} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
| 561 | 2024.02.29 22:26:23.102660 [ 3 ] {fe4cb00f-b9eb-4a49-8c5f-2a1f44b330da} <Debug> oximeter.measurements_histogramu16 (6c303a7e-8e28-4f45-a9ec-ec3cc6906f22): Loading data parts | ||
| 562 | 2024.02.29 22:26:23.102812 [ 3 ] {fe4cb00f-b9eb-4a49-8c5f-2a1f44b330da} <Debug> oximeter.measurements_histogramu16 (6c303a7e-8e28-4f45-a9ec-ec3cc6906f22): There are no data parts | ||
| 563 | 2024.02.29 22:26:23.104016 [ 3 ] {fe4cb00f-b9eb-4a49-8c5f-2a1f44b330da} <Debug> DynamicQueryHandler: Done processing query | ||
| 564 | 2024.02.29 22:26:23.104043 [ 3 ] {} <Debug> HTTP-Session: 90c2abd9-a658-4ada-b7a9-7c4efad1eaaa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 565 | 2024.02.29 22:26:23.104155 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58826, User-Agent: (none), Length: 374, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 566 | 2024.02.29 22:26:23.104207 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 567 | 2024.02.29 22:26:23.104225 [ 3 ] {} <Debug> HTTP-Session: 94a81334-a160-4143-b0aa-120d1b7a39d8 Authenticating user 'default' from [fd00:1122:3344:101::d]:58826 | ||
| 568 | 2024.02.29 22:26:23.104246 [ 3 ] {} <Debug> HTTP-Session: 94a81334-a160-4143-b0aa-120d1b7a39d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 569 | 2024.02.29 22:26:23.104266 [ 3 ] {} <Debug> HTTP-Session: 94a81334-a160-4143-b0aa-120d1b7a39d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 570 | 2024.02.29 22:26:23.104295 [ 3 ] {} <Trace> HTTP-Session: 94a81334-a160-4143-b0aa-120d1b7a39d8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 571 | 2024.02.29 22:26:23.104455 [ 3 ] {46b4049c-7ad3-4a0d-8d1e-ff985df0f1a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58826) 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) | ||
| 572 | 2024.02.29 22:26:23.104508 [ 3 ] {46b4049c-7ad3-4a0d-8d1e-ff985df0f1a0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
| 573 | 2024.02.29 22:26:23.106092 [ 3 ] {46b4049c-7ad3-4a0d-8d1e-ff985df0f1a0} <Debug> oximeter.measurements_histogrami32 (3201dac9-1159-4ecc-96a7-f294a4189400): Loading data parts | ||
| 574 | 2024.02.29 22:26:23.106237 [ 3 ] {46b4049c-7ad3-4a0d-8d1e-ff985df0f1a0} <Debug> oximeter.measurements_histogrami32 (3201dac9-1159-4ecc-96a7-f294a4189400): There are no data parts | ||
| 575 | 2024.02.29 22:26:23.107445 [ 3 ] {46b4049c-7ad3-4a0d-8d1e-ff985df0f1a0} <Debug> DynamicQueryHandler: Done processing query | ||
| 576 | 2024.02.29 22:26:23.107479 [ 3 ] {} <Debug> HTTP-Session: 94a81334-a160-4143-b0aa-120d1b7a39d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 577 | 2024.02.29 22:26:23.107603 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58826, User-Agent: (none), Length: 375, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 578 | 2024.02.29 22:26:23.107657 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 579 | 2024.02.29 22:26:23.107681 [ 3 ] {} <Debug> HTTP-Session: 9e53aa32-6ade-431c-a025-46817dad41f2 Authenticating user 'default' from [fd00:1122:3344:101::d]:58826 | ||
| 580 | 2024.02.29 22:26:23.107697 [ 3 ] {} <Debug> HTTP-Session: 9e53aa32-6ade-431c-a025-46817dad41f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 581 | 2024.02.29 22:26:23.107715 [ 3 ] {} <Debug> HTTP-Session: 9e53aa32-6ade-431c-a025-46817dad41f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 582 | 2024.02.29 22:26:23.107755 [ 3 ] {} <Trace> HTTP-Session: 9e53aa32-6ade-431c-a025-46817dad41f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 583 | 2024.02.29 22:26:23.107908 [ 3 ] {68046824-9c7c-4fa7-b391-a6759068d3d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58826) 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) | ||
| 584 | 2024.02.29 22:26:23.107969 [ 3 ] {68046824-9c7c-4fa7-b391-a6759068d3d9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
| 585 | 2024.02.29 22:26:23.109616 [ 3 ] {68046824-9c7c-4fa7-b391-a6759068d3d9} <Debug> oximeter.measurements_histogramu32 (f3f41656-d060-4ff5-9a7f-60c8345cee41): Loading data parts | ||
| 586 | 2024.02.29 22:26:23.109770 [ 3 ] {68046824-9c7c-4fa7-b391-a6759068d3d9} <Debug> oximeter.measurements_histogramu32 (f3f41656-d060-4ff5-9a7f-60c8345cee41): There are no data parts | ||
| 587 | 2024.02.29 22:26:23.110934 [ 3 ] {68046824-9c7c-4fa7-b391-a6759068d3d9} <Debug> DynamicQueryHandler: Done processing query | ||
| 588 | 2024.02.29 22:26:23.110967 [ 3 ] {} <Debug> HTTP-Session: 9e53aa32-6ade-431c-a025-46817dad41f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 589 | 2024.02.29 22:26:23.111069 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58826, User-Agent: (none), Length: 374, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 590 | 2024.02.29 22:26:23.111115 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 591 | 2024.02.29 22:26:23.111139 [ 3 ] {} <Debug> HTTP-Session: 6f54c3fb-0271-4747-a0e6-a8a2f061936f Authenticating user 'default' from [fd00:1122:3344:101::d]:58826 | ||
| 592 | 2024.02.29 22:26:23.111168 [ 3 ] {} <Debug> HTTP-Session: 6f54c3fb-0271-4747-a0e6-a8a2f061936f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 593 | 2024.02.29 22:26:23.111181 [ 3 ] {} <Debug> HTTP-Session: 6f54c3fb-0271-4747-a0e6-a8a2f061936f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 594 | 2024.02.29 22:26:23.111215 [ 3 ] {} <Trace> HTTP-Session: 6f54c3fb-0271-4747-a0e6-a8a2f061936f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 595 | 2024.02.29 22:26:23.111378 [ 3 ] {4353edff-057b-4d72-8a43-d3bc648f20f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58826) 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) | ||
| 596 | 2024.02.29 22:26:23.111434 [ 3 ] {4353edff-057b-4d72-8a43-d3bc648f20f7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
| 597 | 2024.02.29 22:26:23.112988 [ 3 ] {4353edff-057b-4d72-8a43-d3bc648f20f7} <Debug> oximeter.measurements_histogrami64 (7914e1bb-8677-4866-8edc-2b4c9d5d6abf): Loading data parts | ||
| 598 | 2024.02.29 22:26:23.113142 [ 3 ] {4353edff-057b-4d72-8a43-d3bc648f20f7} <Debug> oximeter.measurements_histogrami64 (7914e1bb-8677-4866-8edc-2b4c9d5d6abf): There are no data parts | ||
| 599 | 2024.02.29 22:26:23.114361 [ 3 ] {4353edff-057b-4d72-8a43-d3bc648f20f7} <Debug> DynamicQueryHandler: Done processing query | ||
| 600 | 2024.02.29 22:26:23.114389 [ 3 ] {} <Debug> HTTP-Session: 6f54c3fb-0271-4747-a0e6-a8a2f061936f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 601 | 2024.02.29 22:26:23.114497 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58826, User-Agent: (none), Length: 375, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 602 | 2024.02.29 22:26:23.114551 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 603 | 2024.02.29 22:26:23.114569 [ 3 ] {} <Debug> HTTP-Session: 708c82de-41f1-4cf0-9633-163008e7ef71 Authenticating user 'default' from [fd00:1122:3344:101::d]:58826 | ||
| 604 | 2024.02.29 22:26:23.114591 [ 3 ] {} <Debug> HTTP-Session: 708c82de-41f1-4cf0-9633-163008e7ef71 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 605 | 2024.02.29 22:26:23.114611 [ 3 ] {} <Debug> HTTP-Session: 708c82de-41f1-4cf0-9633-163008e7ef71 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 606 | 2024.02.29 22:26:23.114640 [ 3 ] {} <Trace> HTTP-Session: 708c82de-41f1-4cf0-9633-163008e7ef71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 607 | 2024.02.29 22:26:23.114800 [ 3 ] {0f973fbc-df61-4540-8f8b-4403290e4c2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58826) 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) | ||
| 608 | 2024.02.29 22:26:23.114855 [ 3 ] {0f973fbc-df61-4540-8f8b-4403290e4c2e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
| 609 | 2024.02.29 22:26:23.116511 [ 3 ] {0f973fbc-df61-4540-8f8b-4403290e4c2e} <Debug> oximeter.measurements_histogramu64 (ceb40aac-10ad-456e-a31b-ee97106dcfa7): Loading data parts | ||
| 610 | 2024.02.29 22:26:23.116667 [ 3 ] {0f973fbc-df61-4540-8f8b-4403290e4c2e} <Debug> oximeter.measurements_histogramu64 (ceb40aac-10ad-456e-a31b-ee97106dcfa7): There are no data parts | ||
| 611 | 2024.02.29 22:26:23.117878 [ 3 ] {0f973fbc-df61-4540-8f8b-4403290e4c2e} <Debug> DynamicQueryHandler: Done processing query | ||
| 612 | 2024.02.29 22:26:23.117913 [ 3 ] {} <Debug> HTTP-Session: 708c82de-41f1-4cf0-9633-163008e7ef71 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 613 | 2024.02.29 22:26:23.118008 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58826, User-Agent: (none), Length: 376, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 614 | 2024.02.29 22:26:23.118061 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 615 | 2024.02.29 22:26:23.118085 [ 3 ] {} <Debug> HTTP-Session: 8646b595-c3f5-473f-9f39-ccd2278e9600 Authenticating user 'default' from [fd00:1122:3344:101::d]:58826 | ||
| 616 | 2024.02.29 22:26:23.118101 [ 3 ] {} <Debug> HTTP-Session: 8646b595-c3f5-473f-9f39-ccd2278e9600 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 617 | 2024.02.29 22:26:23.118120 [ 3 ] {} <Debug> HTTP-Session: 8646b595-c3f5-473f-9f39-ccd2278e9600 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 618 | 2024.02.29 22:26:23.118153 [ 3 ] {} <Trace> HTTP-Session: 8646b595-c3f5-473f-9f39-ccd2278e9600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 619 | 2024.02.29 22:26:23.118306 [ 3 ] {00609765-1231-431a-8b0f-9fad2fb72e2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58826) 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) | ||
| 620 | 2024.02.29 22:26:23.118362 [ 3 ] {00609765-1231-431a-8b0f-9fad2fb72e2a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
| 621 | 2024.02.29 22:26:23.120015 [ 3 ] {00609765-1231-431a-8b0f-9fad2fb72e2a} <Debug> oximeter.measurements_histogramf32 (e3430109-8c71-4fbb-b9a3-6d0a836575ce): Loading data parts | ||
| 622 | 2024.02.29 22:26:23.120315 [ 3 ] {00609765-1231-431a-8b0f-9fad2fb72e2a} <Debug> oximeter.measurements_histogramf32 (e3430109-8c71-4fbb-b9a3-6d0a836575ce): There are no data parts | ||
| 623 | 2024.02.29 22:26:23.121513 [ 3 ] {00609765-1231-431a-8b0f-9fad2fb72e2a} <Debug> DynamicQueryHandler: Done processing query | ||
| 624 | 2024.02.29 22:26:23.121541 [ 3 ] {} <Debug> HTTP-Session: 8646b595-c3f5-473f-9f39-ccd2278e9600 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 625 | 2024.02.29 22:26:23.121655 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58826, User-Agent: (none), Length: 376, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 626 | 2024.02.29 22:26:23.121708 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 627 | 2024.02.29 22:26:23.121726 [ 3 ] {} <Debug> HTTP-Session: 6251d40c-ec08-48d3-bfdf-ca53ae9cb846 Authenticating user 'default' from [fd00:1122:3344:101::d]:58826 | ||
| 628 | 2024.02.29 22:26:23.121749 [ 3 ] {} <Debug> HTTP-Session: 6251d40c-ec08-48d3-bfdf-ca53ae9cb846 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 629 | 2024.02.29 22:26:23.121762 [ 3 ] {} <Debug> HTTP-Session: 6251d40c-ec08-48d3-bfdf-ca53ae9cb846 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 630 | 2024.02.29 22:26:23.121796 [ 3 ] {} <Trace> HTTP-Session: 6251d40c-ec08-48d3-bfdf-ca53ae9cb846 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 631 | 2024.02.29 22:26:23.121958 [ 3 ] {210d60a8-f301-4456-9e07-6c1d2d32091b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58826) 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) | ||
| 632 | 2024.02.29 22:26:23.122013 [ 3 ] {210d60a8-f301-4456-9e07-6c1d2d32091b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
| 633 | 2024.02.29 22:26:23.123633 [ 3 ] {210d60a8-f301-4456-9e07-6c1d2d32091b} <Debug> oximeter.measurements_histogramf64 (d93b2b73-b11f-4e5a-9b26-3d25ff9942ee): Loading data parts | ||
| 634 | 2024.02.29 22:26:23.123782 [ 3 ] {210d60a8-f301-4456-9e07-6c1d2d32091b} <Debug> oximeter.measurements_histogramf64 (d93b2b73-b11f-4e5a-9b26-3d25ff9942ee): There are no data parts | ||
| 635 | 2024.02.29 22:26:23.124992 [ 3 ] {210d60a8-f301-4456-9e07-6c1d2d32091b} <Debug> DynamicQueryHandler: Done processing query | ||
| 636 | 2024.02.29 22:26:23.125020 [ 3 ] {} <Debug> HTTP-Session: 6251d40c-ec08-48d3-bfdf-ca53ae9cb846 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 637 | 2024.02.29 22:26:23.125164 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58826, User-Agent: (none), Length: 1196, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 638 | 2024.02.29 22:26:23.125218 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 639 | 2024.02.29 22:26:23.125237 [ 3 ] {} <Debug> HTTP-Session: c330991a-a85a-4bff-a5d6-fe8c44245ce3 Authenticating user 'default' from [fd00:1122:3344:101::d]:58826 | ||
| 640 | 2024.02.29 22:26:23.125258 [ 3 ] {} <Debug> HTTP-Session: c330991a-a85a-4bff-a5d6-fe8c44245ce3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 641 | 2024.02.29 22:26:23.125278 [ 3 ] {} <Debug> HTTP-Session: c330991a-a85a-4bff-a5d6-fe8c44245ce3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 642 | 2024.02.29 22:26:23.125307 [ 3 ] {} <Trace> HTTP-Session: c330991a-a85a-4bff-a5d6-fe8c44245ce3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 643 | 2024.02.29 22:26:23.125425 [ 3 ] {d87fc495-1c85-4f85-84ae-fbc13c0ebdbb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58826) /* The field tables store named dimensions of each timeseries. | ||
| 644 | * | ||
| 645 | * As with the measurement tables, there is one field table for each field data | ||
| 646 | * type. Fields are deduplicated by using the "replacing merge tree", though | ||
| 647 | * this behavior **must not** be relied upon for query correctness. | ||
| 648 | * | ||
| 649 | * The index for the fields differs from the measurements, however. Rows are | ||
| 650 | * sorted by timeseries name, then field name, field value, and finally | ||
| 651 | * timeseries key. This reflects the most common pattern for looking them up: | ||
| 652 | * by field name and possibly value, within a timeseries. The resulting keys are | ||
| 653 | * usually then used to look up measurements. | ||
| 654 | * | ||
| 655 | * NOTE: We may want to consider a secondary index on these tables, sorting by | ||
| 656 | * timeseries name and then key, since it would improve lookups where one | ||
| 657 | * already has the key. Realistically though, these tables are quite small and | ||
| 658 | * so performance benefits will be low in absolute terms. | ||
| 659 | */ | ||
| 660 | 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) | ||
| 661 | 2024.02.29 22:26:23.125478 [ 3 ] {d87fc495-1c85-4f85-84ae-fbc13c0ebdbb} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
| 662 | 2024.02.29 22:26:23.126965 [ 3 ] {d87fc495-1c85-4f85-84ae-fbc13c0ebdbb} <Debug> oximeter.fields_bool (1ac0dcd4-e7ef-4a7a-84fc-031d2eac6017): Loading data parts | ||
| 663 | 2024.02.29 22:26:23.127119 [ 3 ] {d87fc495-1c85-4f85-84ae-fbc13c0ebdbb} <Debug> oximeter.fields_bool (1ac0dcd4-e7ef-4a7a-84fc-031d2eac6017): There are no data parts | ||
| 664 | 2024.02.29 22:26:23.128261 [ 3 ] {d87fc495-1c85-4f85-84ae-fbc13c0ebdbb} <Debug> DynamicQueryHandler: Done processing query | ||
| 665 | 2024.02.29 22:26:23.128296 [ 3 ] {} <Debug> HTTP-Session: c330991a-a85a-4bff-a5d6-fe8c44245ce3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 666 | 2024.02.29 22:26:23.128407 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58826, User-Agent: (none), Length: 248, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 667 | 2024.02.29 22:26:23.128453 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 668 | 2024.02.29 22:26:23.128477 [ 3 ] {} <Debug> HTTP-Session: fe3fcae9-12e2-4768-afa4-917e8442cfea Authenticating user 'default' from [fd00:1122:3344:101::d]:58826 | ||
| 669 | 2024.02.29 22:26:23.128499 [ 3 ] {} <Debug> HTTP-Session: fe3fcae9-12e2-4768-afa4-917e8442cfea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 670 | 2024.02.29 22:26:23.128512 [ 3 ] {} <Debug> HTTP-Session: fe3fcae9-12e2-4768-afa4-917e8442cfea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 671 | 2024.02.29 22:26:23.128546 [ 3 ] {} <Trace> HTTP-Session: fe3fcae9-12e2-4768-afa4-917e8442cfea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 672 | 2024.02.29 22:26:23.128662 [ 3 ] {9e4ec114-d97d-41bf-b31f-7b475ef9bb32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58826) 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) | ||
| 673 | 2024.02.29 22:26:23.128705 [ 3 ] {9e4ec114-d97d-41bf-b31f-7b475ef9bb32} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
| 674 | 2024.02.29 22:26:23.130142 [ 3 ] {9e4ec114-d97d-41bf-b31f-7b475ef9bb32} <Debug> oximeter.fields_i8 (bbd08905-f43f-42e1-84b6-babd1768636a): Loading data parts | ||
| 675 | 2024.02.29 22:26:23.130305 [ 3 ] {9e4ec114-d97d-41bf-b31f-7b475ef9bb32} <Debug> oximeter.fields_i8 (bbd08905-f43f-42e1-84b6-babd1768636a): There are no data parts | ||
| 676 | 2024.02.29 22:26:23.131468 [ 3 ] {9e4ec114-d97d-41bf-b31f-7b475ef9bb32} <Debug> DynamicQueryHandler: Done processing query | ||
| 677 | 2024.02.29 22:26:23.131507 [ 3 ] {} <Debug> HTTP-Session: fe3fcae9-12e2-4768-afa4-917e8442cfea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 678 | 2024.02.29 22:26:23.131603 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58826, User-Agent: (none), Length: 249, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 679 | 2024.02.29 22:26:23.131657 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 680 | 2024.02.29 22:26:23.131689 [ 3 ] {} <Debug> HTTP-Session: b8c0c839-111d-470a-8c9c-d3c3d3553936 Authenticating user 'default' from [fd00:1122:3344:101::d]:58826 | ||
| 681 | 2024.02.29 22:26:23.131705 [ 3 ] {} <Debug> HTTP-Session: b8c0c839-111d-470a-8c9c-d3c3d3553936 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 682 | 2024.02.29 22:26:23.131724 [ 3 ] {} <Debug> HTTP-Session: b8c0c839-111d-470a-8c9c-d3c3d3553936 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 683 | 2024.02.29 22:26:23.131761 [ 3 ] {} <Trace> HTTP-Session: b8c0c839-111d-470a-8c9c-d3c3d3553936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 684 | 2024.02.29 22:26:23.131869 [ 3 ] {d3256c65-cacc-456e-b70e-22dc9dfc9212} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58826) 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) | ||
| 685 | 2024.02.29 22:26:23.131919 [ 3 ] {d3256c65-cacc-456e-b70e-22dc9dfc9212} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
| 686 | 2024.02.29 22:26:23.133372 [ 3 ] {d3256c65-cacc-456e-b70e-22dc9dfc9212} <Debug> oximeter.fields_u8 (f62435f2-203f-4b67-a223-f63c583f279d): Loading data parts | ||
| 687 | 2024.02.29 22:26:23.133515 [ 3 ] {d3256c65-cacc-456e-b70e-22dc9dfc9212} <Debug> oximeter.fields_u8 (f62435f2-203f-4b67-a223-f63c583f279d): There are no data parts | ||
| 688 | 2024.02.29 22:26:23.134748 [ 3 ] {d3256c65-cacc-456e-b70e-22dc9dfc9212} <Debug> DynamicQueryHandler: Done processing query | ||
| 689 | 2024.02.29 22:26:23.134774 [ 3 ] {} <Debug> HTTP-Session: b8c0c839-111d-470a-8c9c-d3c3d3553936 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 690 | 2024.02.29 22:26:23.134883 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58826, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 691 | 2024.02.29 22:26:23.134940 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 692 | 2024.02.29 22:26:23.134958 [ 3 ] {} <Debug> HTTP-Session: 07d45cfd-5b9e-4af5-b701-9e94c94ef897 Authenticating user 'default' from [fd00:1122:3344:101::d]:58826 | ||
| 693 | 2024.02.29 22:26:23.134982 [ 3 ] {} <Debug> HTTP-Session: 07d45cfd-5b9e-4af5-b701-9e94c94ef897 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 694 | 2024.02.29 22:26:23.135002 [ 3 ] {} <Debug> HTTP-Session: 07d45cfd-5b9e-4af5-b701-9e94c94ef897 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 695 | 2024.02.29 22:26:23.135030 [ 3 ] {} <Trace> HTTP-Session: 07d45cfd-5b9e-4af5-b701-9e94c94ef897 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 696 | 2024.02.29 22:26:23.135143 [ 3 ] {22325f41-484f-4ad3-a70e-df168a235701} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58826) 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) | ||
| 697 | 2024.02.29 22:26:23.135191 [ 3 ] {22325f41-484f-4ad3-a70e-df168a235701} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
| 698 | 2024.02.29 22:26:23.136728 [ 3 ] {22325f41-484f-4ad3-a70e-df168a235701} <Debug> oximeter.fields_i16 (23dc6022-dca4-4e37-8aa3-e459cf49463b): Loading data parts | ||
| 699 | 2024.02.29 22:26:23.136895 [ 3 ] {22325f41-484f-4ad3-a70e-df168a235701} <Debug> oximeter.fields_i16 (23dc6022-dca4-4e37-8aa3-e459cf49463b): There are no data parts | ||
| 700 | 2024.02.29 22:26:23.138029 [ 3 ] {22325f41-484f-4ad3-a70e-df168a235701} <Debug> DynamicQueryHandler: Done processing query | ||
| 701 | 2024.02.29 22:26:23.138056 [ 3 ] {} <Debug> HTTP-Session: 07d45cfd-5b9e-4af5-b701-9e94c94ef897 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 702 | 2024.02.29 22:26:23.138156 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58826, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 703 | 2024.02.29 22:26:23.138209 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 704 | 2024.02.29 22:26:23.138227 [ 3 ] {} <Debug> HTTP-Session: 86b7d116-81bf-41ba-8181-d4823080a1cb Authenticating user 'default' from [fd00:1122:3344:101::d]:58826 | ||
| 705 | 2024.02.29 22:26:23.138250 [ 3 ] {} <Debug> HTTP-Session: 86b7d116-81bf-41ba-8181-d4823080a1cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 706 | 2024.02.29 22:26:23.138263 [ 3 ] {} <Debug> HTTP-Session: 86b7d116-81bf-41ba-8181-d4823080a1cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 707 | 2024.02.29 22:26:23.138298 [ 3 ] {} <Trace> HTTP-Session: 86b7d116-81bf-41ba-8181-d4823080a1cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 708 | 2024.02.29 22:26:23.138412 [ 3 ] {fc464a32-15a9-46e7-92b3-6ed215d5ea6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58826) 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) | ||
| 709 | 2024.02.29 22:26:23.138461 [ 3 ] {fc464a32-15a9-46e7-92b3-6ed215d5ea6c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
| 710 | 2024.02.29 22:26:23.139905 [ 3 ] {fc464a32-15a9-46e7-92b3-6ed215d5ea6c} <Debug> oximeter.fields_u16 (c87e8bb9-f232-425e-8fb5-4314e9db9d1f): Loading data parts | ||
| 711 | 2024.02.29 22:26:23.140062 [ 3 ] {fc464a32-15a9-46e7-92b3-6ed215d5ea6c} <Debug> oximeter.fields_u16 (c87e8bb9-f232-425e-8fb5-4314e9db9d1f): There are no data parts | ||
| 712 | 2024.02.29 22:26:23.141220 [ 3 ] {fc464a32-15a9-46e7-92b3-6ed215d5ea6c} <Debug> DynamicQueryHandler: Done processing query | ||
| 713 | 2024.02.29 22:26:23.141254 [ 3 ] {} <Debug> HTTP-Session: 86b7d116-81bf-41ba-8181-d4823080a1cb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 714 | 2024.02.29 22:26:23.141372 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58826, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 715 | 2024.02.29 22:26:23.141432 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 716 | 2024.02.29 22:26:23.141450 [ 3 ] {} <Debug> HTTP-Session: 335a733f-31b5-47b1-ab32-3659b90d87a6 Authenticating user 'default' from [fd00:1122:3344:101::d]:58826 | ||
| 717 | 2024.02.29 22:26:23.141465 [ 3 ] {} <Debug> HTTP-Session: 335a733f-31b5-47b1-ab32-3659b90d87a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 718 | 2024.02.29 22:26:23.141485 [ 3 ] {} <Debug> HTTP-Session: 335a733f-31b5-47b1-ab32-3659b90d87a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 719 | 2024.02.29 22:26:23.141521 [ 3 ] {} <Trace> HTTP-Session: 335a733f-31b5-47b1-ab32-3659b90d87a6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 720 | 2024.02.29 22:26:23.141635 [ 3 ] {6a08a388-849a-4c46-b304-06d3eb22d774} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58826) 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) | ||
| 721 | 2024.02.29 22:26:23.141680 [ 3 ] {6a08a388-849a-4c46-b304-06d3eb22d774} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
| 722 | 2024.02.29 22:26:23.143199 [ 3 ] {6a08a388-849a-4c46-b304-06d3eb22d774} <Debug> oximeter.fields_i32 (bc6e7268-134b-4766-8a09-afbc993313cc): Loading data parts | ||
| 723 | 2024.02.29 22:26:23.143367 [ 3 ] {6a08a388-849a-4c46-b304-06d3eb22d774} <Debug> oximeter.fields_i32 (bc6e7268-134b-4766-8a09-afbc993313cc): There are no data parts | ||
| 724 | 2024.02.29 22:26:23.144534 [ 3 ] {6a08a388-849a-4c46-b304-06d3eb22d774} <Debug> DynamicQueryHandler: Done processing query | ||
| 725 | 2024.02.29 22:26:23.144560 [ 3 ] {} <Debug> HTTP-Session: 335a733f-31b5-47b1-ab32-3659b90d87a6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 726 | 2024.02.29 22:26:23.144674 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58826, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 727 | 2024.02.29 22:26:23.144728 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 728 | 2024.02.29 22:26:23.144752 [ 3 ] {} <Debug> HTTP-Session: 11c8492e-f483-425b-a4fd-30b25d10a3c6 Authenticating user 'default' from [fd00:1122:3344:101::d]:58826 | ||
| 729 | 2024.02.29 22:26:23.144768 [ 3 ] {} <Debug> HTTP-Session: 11c8492e-f483-425b-a4fd-30b25d10a3c6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 730 | 2024.02.29 22:26:23.144788 [ 3 ] {} <Debug> HTTP-Session: 11c8492e-f483-425b-a4fd-30b25d10a3c6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 731 | 2024.02.29 22:26:23.144822 [ 3 ] {} <Trace> HTTP-Session: 11c8492e-f483-425b-a4fd-30b25d10a3c6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 732 | 2024.02.29 22:26:23.144937 [ 3 ] {e9a273d1-f6f1-4c28-9511-6450a3b3b13f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58826) 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) | ||
| 733 | 2024.02.29 22:26:23.144979 [ 3 ] {e9a273d1-f6f1-4c28-9511-6450a3b3b13f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
| 734 | 2024.02.29 22:26:23.146510 [ 3 ] {e9a273d1-f6f1-4c28-9511-6450a3b3b13f} <Debug> oximeter.fields_u32 (4a4f0740-a03c-4dc2-b05b-7e514976869e): Loading data parts | ||
| 735 | 2024.02.29 22:26:23.146656 [ 3 ] {e9a273d1-f6f1-4c28-9511-6450a3b3b13f} <Debug> oximeter.fields_u32 (4a4f0740-a03c-4dc2-b05b-7e514976869e): There are no data parts | ||
| 736 | 2024.02.29 22:26:23.147808 [ 3 ] {e9a273d1-f6f1-4c28-9511-6450a3b3b13f} <Debug> DynamicQueryHandler: Done processing query | ||
| 737 | 2024.02.29 22:26:23.147834 [ 3 ] {} <Debug> HTTP-Session: 11c8492e-f483-425b-a4fd-30b25d10a3c6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 738 | 2024.02.29 22:26:23.147950 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58826, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 739 | 2024.02.29 22:26:23.148003 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 740 | 2024.02.29 22:26:23.148021 [ 3 ] {} <Debug> HTTP-Session: 2e9d7b4b-758a-47a0-89fb-9df7569e2794 Authenticating user 'default' from [fd00:1122:3344:101::d]:58826 | ||
| 741 | 2024.02.29 22:26:23.148045 [ 3 ] {} <Debug> HTTP-Session: 2e9d7b4b-758a-47a0-89fb-9df7569e2794 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 742 | 2024.02.29 22:26:23.148065 [ 3 ] {} <Debug> HTTP-Session: 2e9d7b4b-758a-47a0-89fb-9df7569e2794 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 743 | 2024.02.29 22:26:23.148093 [ 3 ] {} <Trace> HTTP-Session: 2e9d7b4b-758a-47a0-89fb-9df7569e2794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 744 | 2024.02.29 22:26:23.148208 [ 3 ] {f98646f9-7d05-4ef9-87e8-9d18f5c48f87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58826) 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) | ||
| 745 | 2024.02.29 22:26:23.148258 [ 3 ] {f98646f9-7d05-4ef9-87e8-9d18f5c48f87} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
| 746 | 2024.02.29 22:26:23.149670 [ 3 ] {f98646f9-7d05-4ef9-87e8-9d18f5c48f87} <Debug> oximeter.fields_i64 (93a397b9-9146-4a5e-92b4-bf5ddd8f2458): Loading data parts | ||
| 747 | 2024.02.29 22:26:23.149832 [ 3 ] {f98646f9-7d05-4ef9-87e8-9d18f5c48f87} <Debug> oximeter.fields_i64 (93a397b9-9146-4a5e-92b4-bf5ddd8f2458): There are no data parts | ||
| 748 | 2024.02.29 22:26:23.151013 [ 3 ] {f98646f9-7d05-4ef9-87e8-9d18f5c48f87} <Debug> DynamicQueryHandler: Done processing query | ||
| 749 | 2024.02.29 22:26:23.151039 [ 3 ] {} <Debug> HTTP-Session: 2e9d7b4b-758a-47a0-89fb-9df7569e2794 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 750 | 2024.02.29 22:26:23.151149 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58826, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 751 | 2024.02.29 22:26:23.151203 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 752 | 2024.02.29 22:26:23.151220 [ 3 ] {} <Debug> HTTP-Session: b88313d7-13a4-4d55-ac94-98393ece6996 Authenticating user 'default' from [fd00:1122:3344:101::d]:58826 | ||
| 753 | 2024.02.29 22:26:23.151242 [ 3 ] {} <Debug> HTTP-Session: b88313d7-13a4-4d55-ac94-98393ece6996 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 754 | 2024.02.29 22:26:23.151263 [ 3 ] {} <Debug> HTTP-Session: b88313d7-13a4-4d55-ac94-98393ece6996 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 755 | 2024.02.29 22:26:23.151300 [ 3 ] {} <Trace> HTTP-Session: b88313d7-13a4-4d55-ac94-98393ece6996 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 756 | 2024.02.29 22:26:23.151416 [ 3 ] {dd05360e-f588-4c1e-b767-e8c9ef624bd2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58826) 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) | ||
| 757 | 2024.02.29 22:26:23.151460 [ 3 ] {dd05360e-f588-4c1e-b767-e8c9ef624bd2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
| 758 | 2024.02.29 22:26:23.152893 [ 3 ] {dd05360e-f588-4c1e-b767-e8c9ef624bd2} <Debug> oximeter.fields_u64 (279bc854-a4ac-433e-842a-e1b95e44a02f): Loading data parts | ||
| 759 | 2024.02.29 22:26:23.153066 [ 3 ] {dd05360e-f588-4c1e-b767-e8c9ef624bd2} <Debug> oximeter.fields_u64 (279bc854-a4ac-433e-842a-e1b95e44a02f): There are no data parts | ||
| 760 | 2024.02.29 22:26:23.154197 [ 3 ] {dd05360e-f588-4c1e-b767-e8c9ef624bd2} <Debug> DynamicQueryHandler: Done processing query | ||
| 761 | 2024.02.29 22:26:23.154231 [ 3 ] {} <Debug> HTTP-Session: b88313d7-13a4-4d55-ac94-98393ece6996 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 762 | 2024.02.29 22:26:23.154332 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58826, User-Agent: (none), Length: 252, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 763 | 2024.02.29 22:26:23.154386 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 764 | 2024.02.29 22:26:23.154411 [ 3 ] {} <Debug> HTTP-Session: ff46db28-b8f5-4db4-88fd-4bcfe557db7b Authenticating user 'default' from [fd00:1122:3344:101::d]:58826 | ||
| 765 | 2024.02.29 22:26:23.154437 [ 3 ] {} <Debug> HTTP-Session: ff46db28-b8f5-4db4-88fd-4bcfe557db7b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 766 | 2024.02.29 22:26:23.154450 [ 3 ] {} <Debug> HTTP-Session: ff46db28-b8f5-4db4-88fd-4bcfe557db7b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 767 | 2024.02.29 22:26:23.154495 [ 3 ] {} <Trace> HTTP-Session: ff46db28-b8f5-4db4-88fd-4bcfe557db7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 768 | 2024.02.29 22:26:23.154604 [ 3 ] {61f22b0b-a5f7-4500-a36e-54a01d4ebdc5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58826) 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) | ||
| 769 | 2024.02.29 22:26:23.154659 [ 3 ] {61f22b0b-a5f7-4500-a36e-54a01d4ebdc5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
| 770 | 2024.02.29 22:26:23.156067 [ 3 ] {61f22b0b-a5f7-4500-a36e-54a01d4ebdc5} <Debug> oximeter.fields_ipaddr (36ad34a7-1ba7-4fa3-8404-702b1da33935): Loading data parts | ||
| 771 | 2024.02.29 22:26:23.156222 [ 3 ] {61f22b0b-a5f7-4500-a36e-54a01d4ebdc5} <Debug> oximeter.fields_ipaddr (36ad34a7-1ba7-4fa3-8404-702b1da33935): There are no data parts | ||
| 772 | 2024.02.29 22:26:23.157417 [ 3 ] {61f22b0b-a5f7-4500-a36e-54a01d4ebdc5} <Debug> DynamicQueryHandler: Done processing query | ||
| 773 | 2024.02.29 22:26:23.157444 [ 3 ] {} <Debug> HTTP-Session: ff46db28-b8f5-4db4-88fd-4bcfe557db7b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 774 | 2024.02.29 22:26:23.157536 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58826, User-Agent: (none), Length: 254, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 775 | 2024.02.29 22:26:23.157592 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 776 | 2024.02.29 22:26:23.157611 [ 3 ] {} <Debug> HTTP-Session: 81c38e20-9fc4-4281-afa5-b687158e6859 Authenticating user 'default' from [fd00:1122:3344:101::d]:58826 | ||
| 777 | 2024.02.29 22:26:23.157629 [ 3 ] {} <Debug> HTTP-Session: 81c38e20-9fc4-4281-afa5-b687158e6859 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 778 | 2024.02.29 22:26:23.157644 [ 3 ] {} <Debug> HTTP-Session: 81c38e20-9fc4-4281-afa5-b687158e6859 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 779 | 2024.02.29 22:26:23.157673 [ 3 ] {} <Trace> HTTP-Session: 81c38e20-9fc4-4281-afa5-b687158e6859 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 780 | 2024.02.29 22:26:23.157779 [ 3 ] {b79a9844-30fd-4fec-952e-f2282e93763e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58826) 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) | ||
| 781 | 2024.02.29 22:26:23.157816 [ 3 ] {b79a9844-30fd-4fec-952e-f2282e93763e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
| 782 | 2024.02.29 22:26:23.159217 [ 3 ] {b79a9844-30fd-4fec-952e-f2282e93763e} <Debug> oximeter.fields_string (374fb4b9-0ca1-4f9f-97a7-755b09e4f649): Loading data parts | ||
| 783 | 2024.02.29 22:26:23.159366 [ 3 ] {b79a9844-30fd-4fec-952e-f2282e93763e} <Debug> oximeter.fields_string (374fb4b9-0ca1-4f9f-97a7-755b09e4f649): There are no data parts | ||
| 784 | 2024.02.29 22:26:23.160530 [ 3 ] {b79a9844-30fd-4fec-952e-f2282e93763e} <Debug> DynamicQueryHandler: Done processing query | ||
| 785 | 2024.02.29 22:26:23.160556 [ 3 ] {} <Debug> HTTP-Session: 81c38e20-9fc4-4281-afa5-b687158e6859 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 786 | 2024.02.29 22:26:23.160663 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58826, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 787 | 2024.02.29 22:26:23.160709 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 788 | 2024.02.29 22:26:23.160728 [ 3 ] {} <Debug> HTTP-Session: 8929e26c-1bcb-4656-919b-772919f5510c Authenticating user 'default' from [fd00:1122:3344:101::d]:58826 | ||
| 789 | 2024.02.29 22:26:23.160744 [ 3 ] {} <Debug> HTTP-Session: 8929e26c-1bcb-4656-919b-772919f5510c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 790 | 2024.02.29 22:26:23.160758 [ 3 ] {} <Debug> HTTP-Session: 8929e26c-1bcb-4656-919b-772919f5510c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 791 | 2024.02.29 22:26:23.160787 [ 3 ] {} <Trace> HTTP-Session: 8929e26c-1bcb-4656-919b-772919f5510c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 792 | 2024.02.29 22:26:23.160894 [ 3 ] {23d0d688-2c4f-4133-b941-a0a6ee181b81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58826) 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) | ||
| 793 | 2024.02.29 22:26:23.160930 [ 3 ] {23d0d688-2c4f-4133-b941-a0a6ee181b81} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
| 794 | 2024.02.29 22:26:23.162409 [ 3 ] {23d0d688-2c4f-4133-b941-a0a6ee181b81} <Debug> oximeter.fields_uuid (6010d6a8-7f84-45c4-a7fd-5027dadf2996): Loading data parts | ||
| 795 | 2024.02.29 22:26:23.162550 [ 3 ] {23d0d688-2c4f-4133-b941-a0a6ee181b81} <Debug> oximeter.fields_uuid (6010d6a8-7f84-45c4-a7fd-5027dadf2996): There are no data parts | ||
| 796 | 2024.02.29 22:26:23.163666 [ 3 ] {23d0d688-2c4f-4133-b941-a0a6ee181b81} <Debug> DynamicQueryHandler: Done processing query | ||
| 797 | 2024.02.29 22:26:23.163693 [ 3 ] {} <Debug> HTTP-Session: 8929e26c-1bcb-4656-919b-772919f5510c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 798 | 2024.02.29 22:26:23.163808 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58826, User-Agent: (none), Length: 1416, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 799 | 2024.02.29 22:26:23.163855 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 800 | 2024.02.29 22:26:23.163873 [ 3 ] {} <Debug> HTTP-Session: ce4865d9-ee15-4e50-8270-23bdfd1aaa0c Authenticating user 'default' from [fd00:1122:3344:101::d]:58826 | ||
| 801 | 2024.02.29 22:26:23.163890 [ 3 ] {} <Debug> HTTP-Session: ce4865d9-ee15-4e50-8270-23bdfd1aaa0c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 802 | 2024.02.29 22:26:23.163903 [ 3 ] {} <Debug> HTTP-Session: ce4865d9-ee15-4e50-8270-23bdfd1aaa0c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 803 | 2024.02.29 22:26:23.163933 [ 3 ] {} <Trace> HTTP-Session: ce4865d9-ee15-4e50-8270-23bdfd1aaa0c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 804 | 2024.02.29 22:26:23.164114 [ 3 ] {989ff52b-acd6-461b-a30c-fa85d2d870ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58826) /* The timeseries schema table stores the extracted schema for the samples | ||
| 805 | * oximeter collects. | ||
| 806 | */ | ||
| 807 | 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) | ||
| 808 | 2024.02.29 22:26:23.164170 [ 3 ] {989ff52b-acd6-461b-a30c-fa85d2d870ca} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
| 809 | 2024.02.29 22:26:23.165717 [ 3 ] {989ff52b-acd6-461b-a30c-fa85d2d870ca} <Debug> oximeter.timeseries_schema (7c087a3e-bf03-415c-8f5e-b2bc71064e9d): Loading data parts | ||
| 810 | 2024.02.29 22:26:23.165858 [ 3 ] {989ff52b-acd6-461b-a30c-fa85d2d870ca} <Debug> oximeter.timeseries_schema (7c087a3e-bf03-415c-8f5e-b2bc71064e9d): There are no data parts | ||
| 811 | 2024.02.29 22:26:23.167179 [ 3 ] {989ff52b-acd6-461b-a30c-fa85d2d870ca} <Debug> DynamicQueryHandler: Done processing query | ||
| 812 | 2024.02.29 22:26:23.167206 [ 3 ] {} <Debug> HTTP-Session: ce4865d9-ee15-4e50-8270-23bdfd1aaa0c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 813 | 2024.02.29 22:26:23.167339 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58826, User-Agent: (none), Length: 51, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 814 | 2024.02.29 22:26:23.167386 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 815 | 2024.02.29 22:26:23.167404 [ 3 ] {} <Debug> HTTP-Session: a836d5a6-bac5-48a8-96f9-aa5b18e30cdd Authenticating user 'default' from [fd00:1122:3344:101::d]:58826 | ||
| 816 | 2024.02.29 22:26:23.167421 [ 3 ] {} <Debug> HTTP-Session: a836d5a6-bac5-48a8-96f9-aa5b18e30cdd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 817 | 2024.02.29 22:26:23.167436 [ 3 ] {} <Debug> HTTP-Session: a836d5a6-bac5-48a8-96f9-aa5b18e30cdd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 818 | 2024.02.29 22:26:23.167464 [ 3 ] {} <Trace> HTTP-Session: a836d5a6-bac5-48a8-96f9-aa5b18e30cdd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 819 | 2024.02.29 22:26:23.167588 [ 3 ] {b31f6366-9b5e-4133-8fbc-31cdb2c173e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58826) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
| 820 | 2024.02.29 22:26:23.169249 [ 3 ] {b31f6366-9b5e-4133-8fbc-31cdb2c173e9} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
| 821 | 2024.02.29 22:26:23.173041 [ 3 ] {b31f6366-9b5e-4133-8fbc-31cdb2c173e9} <Trace> oximeter.version (e5e4d586-13d7-4416-9a4f-39731f9bc3a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 822 | 2024.02.29 22:26:23.173075 [ 3 ] {b31f6366-9b5e-4133-8fbc-31cdb2c173e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 823 | 2024.02.29 22:26:23.177447 [ 3 ] {b31f6366-9b5e-4133-8fbc-31cdb2c173e9} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 824 | 2024.02.29 22:26:23.178469 [ 3 ] {b31f6366-9b5e-4133-8fbc-31cdb2c173e9} <Trace> oximeter.version (e5e4d586-13d7-4416-9a4f-39731f9bc3a1): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 825 | 2024.02.29 22:26:23.178725 [ 3 ] {b31f6366-9b5e-4133-8fbc-31cdb2c173e9} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.011209 sec., 89.21402444464269 rows/sec., 1.39 KiB/sec. | ||
| 826 | 2024.02.29 22:26:23.178837 [ 3 ] {b31f6366-9b5e-4133-8fbc-31cdb2c173e9} <Debug> DynamicQueryHandler: Done processing query | ||
| 827 | 2024.02.29 22:26:23.178859 [ 3 ] {b31f6366-9b5e-4133-8fbc-31cdb2c173e9} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 828 | 2024.02.29 22:26:23.178873 [ 3 ] {} <Debug> HTTP-Session: a836d5a6-bac5-48a8-96f9-aa5b18e30cdd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 829 | 2024.02.29 22:26:24.000140 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 167.78 MiB, peak 172.99 MiB, free memory in arenas 0.00 B, will set to 173.50 MiB (RSS), difference: 5.71 MiB | ||
| 830 | 2024.02.29 22:26:36.387258 [ 118 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 831 | 2024.02.29 22:26:36.387324 [ 118 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 832 | 2024.02.29 22:26:51.387369 [ 100 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 833 | 2024.02.29 22:26:51.387445 [ 100 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 834 | 2024.02.29 22:26:53.212180 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 60, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 835 | 2024.02.29 22:26:53.212342 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 836 | 2024.02.29 22:26:53.212387 [ 3 ] {} <Debug> HTTP-Session: a0086e64-e6fd-4cb2-9cc4-4076d24535ec Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 | ||
| 837 | 2024.02.29 22:26:53.212430 [ 3 ] {} <Debug> HTTP-Session: a0086e64-e6fd-4cb2-9cc4-4076d24535ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 838 | 2024.02.29 22:26:53.212459 [ 3 ] {} <Debug> HTTP-Session: a0086e64-e6fd-4cb2-9cc4-4076d24535ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 839 | 2024.02.29 22:26:53.212537 [ 3 ] {} <Trace> HTTP-Session: a0086e64-e6fd-4cb2-9cc4-4076d24535ec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 840 | 2024.02.29 22:26:53.212728 [ 3 ] {5530d470-f0e4-462b-9dfc-efaa4ae52301} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48615) SELECT * FROM oximeter.timeseries_schema FORMAT JSONEachRow; (stage: Complete) | ||
| 841 | 2024.02.29 22:26:53.213250 [ 3 ] {5530d470-f0e4-462b-9dfc-efaa4ae52301} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 842 | 2024.02.29 22:26:53.213386 [ 3 ] {5530d470-f0e4-462b-9dfc-efaa4ae52301} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 843 | 2024.02.29 22:26:53.214364 [ 3 ] {5530d470-f0e4-462b-9dfc-efaa4ae52301} <Debug> DynamicQueryHandler: Done processing query | ||
| 844 | 2024.02.29 22:26:53.214399 [ 3 ] {5530d470-f0e4-462b-9dfc-efaa4ae52301} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 845 | 2024.02.29 22:26:53.214416 [ 3 ] {} <Debug> HTTP-Session: a0086e64-e6fd-4cb2-9cc4-4076d24535ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 846 | 2024.02.29 22:26:53.224029 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 847 | 2024.02.29 22:26:53.224127 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 848 | 2024.02.29 22:26:53.224166 [ 3 ] {} <Debug> HTTP-Session: 08e8000d-e8de-4f8c-be26-2c3d0f9bbd2f Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 | ||
| 849 | 2024.02.29 22:26:53.224202 [ 3 ] {} <Debug> HTTP-Session: 08e8000d-e8de-4f8c-be26-2c3d0f9bbd2f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 850 | 2024.02.29 22:26:53.224228 [ 3 ] {} <Debug> HTTP-Session: 08e8000d-e8de-4f8c-be26-2c3d0f9bbd2f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 851 | 2024.02.29 22:26:53.224293 [ 3 ] {} <Trace> HTTP-Session: 08e8000d-e8de-4f8c-be26-2c3d0f9bbd2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 852 | 2024.02.29 22:26:53.224508 [ 3 ] {fb3efca2-ca9a-4bac-ac10-4cfa13024eab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48615) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
| 853 | 2024.02.29 22:26:53.233376 [ 3 ] {fb3efca2-ca9a-4bac-ac10-4cfa13024eab} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 854 | 2024.02.29 22:26:53.233446 [ 3 ] {fb3efca2-ca9a-4bac-ac10-4cfa13024eab} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 855 | 2024.02.29 22:26:53.234463 [ 3 ] {fb3efca2-ca9a-4bac-ac10-4cfa13024eab} <Debug> DynamicQueryHandler: Done processing query | ||
| 856 | 2024.02.29 22:26:53.234493 [ 3 ] {fb3efca2-ca9a-4bac-ac10-4cfa13024eab} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 857 | 2024.02.29 22:26:53.234511 [ 3 ] {} <Debug> HTTP-Session: 08e8000d-e8de-4f8c-be26-2c3d0f9bbd2f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 858 | 2024.02.29 22:26:53.234752 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 170, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 859 | 2024.02.29 22:26:53.234803 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 860 | 2024.02.29 22:26:53.234822 [ 3 ] {} <Debug> HTTP-Session: 06e81341-da70-4018-a3f7-a70baef1e55d Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 | ||
| 861 | 2024.02.29 22:26:53.234840 [ 3 ] {} <Debug> HTTP-Session: 06e81341-da70-4018-a3f7-a70baef1e55d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 862 | 2024.02.29 22:26:53.234854 [ 3 ] {} <Debug> HTTP-Session: 06e81341-da70-4018-a3f7-a70baef1e55d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 863 | 2024.02.29 22:26:53.234887 [ 3 ] {} <Trace> HTTP-Session: 06e81341-da70-4018-a3f7-a70baef1e55d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 864 | 2024.02.29 22:26:53.234981 [ 3 ] {1ddf3e18-ff9f-45e1-b56e-364d8519f7e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48615) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
| 865 | 2024.02.29 22:26:53.235330 [ 3 ] {1ddf3e18-ff9f-45e1-b56e-364d8519f7e1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 866 | 2024.02.29 22:26:53.235382 [ 3 ] {1ddf3e18-ff9f-45e1-b56e-364d8519f7e1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 867 | 2024.02.29 22:26:53.236166 [ 3 ] {1ddf3e18-ff9f-45e1-b56e-364d8519f7e1} <Debug> DynamicQueryHandler: Done processing query | ||
| 868 | 2024.02.29 22:26:53.236195 [ 3 ] {1ddf3e18-ff9f-45e1-b56e-364d8519f7e1} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 869 | 2024.02.29 22:26:53.236211 [ 3 ] {} <Debug> HTTP-Session: 06e81341-da70-4018-a3f7-a70baef1e55d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 870 | 2024.02.29 22:26:53.236541 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 207, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 871 | 2024.02.29 22:26:53.236588 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 872 | 2024.02.29 22:26:53.236606 [ 3 ] {} <Debug> HTTP-Session: ccd2666e-6500-41c7-ab5f-041bec8e4652 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 | ||
| 873 | 2024.02.29 22:26:53.236623 [ 3 ] {} <Debug> HTTP-Session: ccd2666e-6500-41c7-ab5f-041bec8e4652 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 874 | 2024.02.29 22:26:53.236636 [ 3 ] {} <Debug> HTTP-Session: ccd2666e-6500-41c7-ab5f-041bec8e4652 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 875 | 2024.02.29 22:26:53.236666 [ 3 ] {} <Trace> HTTP-Session: ccd2666e-6500-41c7-ab5f-041bec8e4652 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 876 | 2024.02.29 22:26:53.236754 [ 3 ] {94074c6e-1eec-4107-b83e-f18b38e3f00d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48615) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
| 877 | 2024.02.29 22:26:53.237065 [ 3 ] {94074c6e-1eec-4107-b83e-f18b38e3f00d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 878 | 2024.02.29 22:26:53.237116 [ 3 ] {94074c6e-1eec-4107-b83e-f18b38e3f00d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 879 | 2024.02.29 22:26:53.237926 [ 3 ] {94074c6e-1eec-4107-b83e-f18b38e3f00d} <Debug> DynamicQueryHandler: Done processing query | ||
| 880 | 2024.02.29 22:26:53.237954 [ 3 ] {94074c6e-1eec-4107-b83e-f18b38e3f00d} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 881 | 2024.02.29 22:26:53.237969 [ 3 ] {} <Debug> HTTP-Session: ccd2666e-6500-41c7-ab5f-041bec8e4652 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 882 | 2024.02.29 22:26:53.238611 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 947, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 883 | 2024.02.29 22:26:53.238657 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 884 | 2024.02.29 22:26:53.238675 [ 3 ] {} <Debug> HTTP-Session: 0cb267fb-cb24-49d5-a3fe-cc8f4237049d Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 | ||
| 885 | 2024.02.29 22:26:53.238692 [ 3 ] {} <Debug> HTTP-Session: 0cb267fb-cb24-49d5-a3fe-cc8f4237049d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 886 | 2024.02.29 22:26:53.238705 [ 3 ] {} <Debug> HTTP-Session: 0cb267fb-cb24-49d5-a3fe-cc8f4237049d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 887 | 2024.02.29 22:26:53.238734 [ 3 ] {} <Trace> HTTP-Session: 0cb267fb-cb24-49d5-a3fe-cc8f4237049d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 888 | 2024.02.29 22:26:53.238813 [ 3 ] {323012c4-c0e5-4503-900b-421104984c71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
| 889 | 2024.02.29 22:26:53.238856 [ 3 ] {323012c4-c0e5-4503-900b-421104984c71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 890 | 2024.02.29 22:26:53.239045 [ 3 ] {323012c4-c0e5-4503-900b-421104984c71} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 891 | 2024.02.29 22:26:53.241859 [ 3 ] {323012c4-c0e5-4503-900b-421104984c71} <Trace> oximeter.timeseries_schema (7c087a3e-bf03-415c-8f5e-b2bc71064e9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 892 | 2024.02.29 22:26:53.241938 [ 3 ] {323012c4-c0e5-4503-900b-421104984c71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 893 | 2024.02.29 22:26:53.242606 [ 3 ] {323012c4-c0e5-4503-900b-421104984c71} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 894 | 2024.02.29 22:26:53.242913 [ 3 ] {323012c4-c0e5-4503-900b-421104984c71} <Trace> oximeter.timeseries_schema (7c087a3e-bf03-415c-8f5e-b2bc71064e9d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 895 | 2024.02.29 22:26:53.243081 [ 3 ] {323012c4-c0e5-4503-900b-421104984c71} <Debug> executeQuery: Read 4 rows, 443.00 B in 0.004297 sec., 930.8820107051432 rows/sec., 100.68 KiB/sec. | ||
| 896 | 2024.02.29 22:26:53.243215 [ 3 ] {323012c4-c0e5-4503-900b-421104984c71} <Debug> DynamicQueryHandler: Done processing query | ||
| 897 | 2024.02.29 22:26:53.243240 [ 3 ] {323012c4-c0e5-4503-900b-421104984c71} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
| 898 | 2024.02.29 22:26:53.243256 [ 3 ] {} <Debug> HTTP-Session: 0cb267fb-cb24-49d5-a3fe-cc8f4237049d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 899 | 2024.02.29 22:26:53.243374 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 5643, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 900 | 2024.02.29 22:26:53.243421 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 901 | 2024.02.29 22:26:53.243439 [ 3 ] {} <Debug> HTTP-Session: f429bb9d-03d0-4849-9673-46ee48500255 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 | ||
| 902 | 2024.02.29 22:26:53.243456 [ 3 ] {} <Debug> HTTP-Session: f429bb9d-03d0-4849-9673-46ee48500255 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 903 | 2024.02.29 22:26:53.243469 [ 3 ] {} <Debug> HTTP-Session: f429bb9d-03d0-4849-9673-46ee48500255 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 904 | 2024.02.29 22:26:53.243499 [ 3 ] {} <Trace> HTTP-Session: f429bb9d-03d0-4849-9673-46ee48500255 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 905 | 2024.02.29 22:26:53.243574 [ 3 ] {c4e63682-7ad9-42dc-9a42-806629a290d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 906 | 2024.02.29 22:26:53.243614 [ 3 ] {c4e63682-7ad9-42dc-9a42-806629a290d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 907 | 2024.02.29 22:26:53.243741 [ 3 ] {c4e63682-7ad9-42dc-9a42-806629a290d8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 908 | 2024.02.29 22:26:53.245920 [ 3 ] {c4e63682-7ad9-42dc-9a42-806629a290d8} <Trace> oximeter.fields_i64 (93a397b9-9146-4a5e-92b4-bf5ddd8f2458): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 909 | 2024.02.29 22:26:53.245955 [ 3 ] {c4e63682-7ad9-42dc-9a42-806629a290d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 910 | 2024.02.29 22:26:53.246268 [ 3 ] {c4e63682-7ad9-42dc-9a42-806629a290d8} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 911 | 2024.02.29 22:26:53.246569 [ 3 ] {c4e63682-7ad9-42dc-9a42-806629a290d8} <Trace> oximeter.fields_i64 (93a397b9-9146-4a5e-92b4-bf5ddd8f2458): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 912 | 2024.02.29 22:26:53.246716 [ 3 ] {c4e63682-7ad9-42dc-9a42-806629a290d8} <Debug> executeQuery: Read 39 rows, 3.16 KiB in 0.003176 sec., 12279.596977329975 rows/sec., 995.32 KiB/sec. | ||
| 913 | 2024.02.29 22:26:53.246835 [ 3 ] {c4e63682-7ad9-42dc-9a42-806629a290d8} <Debug> DynamicQueryHandler: Done processing query | ||
| 914 | 2024.02.29 22:26:53.246861 [ 3 ] {c4e63682-7ad9-42dc-9a42-806629a290d8} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 915 | 2024.02.29 22:26:53.246877 [ 3 ] {} <Debug> HTTP-Session: f429bb9d-03d0-4849-9673-46ee48500255 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 916 | 2024.02.29 22:26:53.247048 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 19051, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 917 | 2024.02.29 22:26:53.247096 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 918 | 2024.02.29 22:26:53.247114 [ 3 ] {} <Debug> HTTP-Session: 18806a62-0cfe-4aba-968d-2ba7abe69b5a Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 | ||
| 919 | 2024.02.29 22:26:53.247131 [ 3 ] {} <Debug> HTTP-Session: 18806a62-0cfe-4aba-968d-2ba7abe69b5a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 920 | 2024.02.29 22:26:53.247145 [ 3 ] {} <Debug> HTTP-Session: 18806a62-0cfe-4aba-968d-2ba7abe69b5a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 921 | 2024.02.29 22:26:53.247175 [ 3 ] {} <Trace> HTTP-Session: 18806a62-0cfe-4aba-968d-2ba7abe69b5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 922 | 2024.02.29 22:26:53.247270 [ 3 ] {493c01d4-2b3a-461b-b05d-c8e278864cd8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 923 | 2024.02.29 22:26:53.247310 [ 3 ] {493c01d4-2b3a-461b-b05d-c8e278864cd8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 924 | 2024.02.29 22:26:53.247432 [ 3 ] {493c01d4-2b3a-461b-b05d-c8e278864cd8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 925 | 2024.02.29 22:26:53.247819 [ 3 ] {493c01d4-2b3a-461b-b05d-c8e278864cd8} <Trace> oximeter.fields_string (374fb4b9-0ca1-4f9f-97a7-755b09e4f649): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 926 | 2024.02.29 22:26:53.247858 [ 3 ] {493c01d4-2b3a-461b-b05d-c8e278864cd8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 927 | 2024.02.29 22:26:53.248181 [ 3 ] {493c01d4-2b3a-461b-b05d-c8e278864cd8} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 928 | 2024.02.29 22:26:53.248502 [ 3 ] {493c01d4-2b3a-461b-b05d-c8e278864cd8} <Trace> oximeter.fields_string (374fb4b9-0ca1-4f9f-97a7-755b09e4f649): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 929 | 2024.02.29 22:26:53.248655 [ 3 ] {493c01d4-2b3a-461b-b05d-c8e278864cd8} <Debug> executeQuery: Read 117 rows, 11.88 KiB in 0.00143 sec., 81818.18181818181 rows/sec., 8.11 MiB/sec. | ||
| 930 | 2024.02.29 22:26:53.248818 [ 3 ] {493c01d4-2b3a-461b-b05d-c8e278864cd8} <Debug> DynamicQueryHandler: Done processing query | ||
| 931 | 2024.02.29 22:26:53.248841 [ 3 ] {493c01d4-2b3a-461b-b05d-c8e278864cd8} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
| 932 | 2024.02.29 22:26:53.248857 [ 3 ] {} <Debug> HTTP-Session: 18806a62-0cfe-4aba-968d-2ba7abe69b5a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 933 | 2024.02.29 22:26:53.248981 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 7858, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 934 | 2024.02.29 22:26:53.249028 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 935 | 2024.02.29 22:26:53.249045 [ 3 ] {} <Debug> HTTP-Session: 0f819e1b-0e55-4e0b-8d03-11015d4d67fb Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 | ||
| 936 | 2024.02.29 22:26:53.249061 [ 3 ] {} <Debug> HTTP-Session: 0f819e1b-0e55-4e0b-8d03-11015d4d67fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 937 | 2024.02.29 22:26:53.249074 [ 3 ] {} <Debug> HTTP-Session: 0f819e1b-0e55-4e0b-8d03-11015d4d67fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 938 | 2024.02.29 22:26:53.249104 [ 3 ] {} <Trace> HTTP-Session: 0f819e1b-0e55-4e0b-8d03-11015d4d67fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 939 | 2024.02.29 22:26:53.249186 [ 3 ] {acdab921-ddd4-4ddc-bc6f-241f5a9b1cee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 940 | 2024.02.29 22:26:53.249224 [ 3 ] {acdab921-ddd4-4ddc-bc6f-241f5a9b1cee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 941 | 2024.02.29 22:26:53.249932 [ 3 ] {acdab921-ddd4-4ddc-bc6f-241f5a9b1cee} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 942 | 2024.02.29 22:26:53.250872 [ 3 ] {acdab921-ddd4-4ddc-bc6f-241f5a9b1cee} <Trace> oximeter.fields_uuid (6010d6a8-7f84-45c4-a7fd-5027dadf2996): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 943 | 2024.02.29 22:26:53.250907 [ 3 ] {acdab921-ddd4-4ddc-bc6f-241f5a9b1cee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 944 | 2024.02.29 22:26:53.253313 [ 3 ] {acdab921-ddd4-4ddc-bc6f-241f5a9b1cee} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 945 | 2024.02.29 22:26:53.253677 [ 3 ] {acdab921-ddd4-4ddc-bc6f-241f5a9b1cee} <Trace> oximeter.fields_uuid (6010d6a8-7f84-45c4-a7fd-5027dadf2996): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 946 | 2024.02.29 22:26:53.253858 [ 3 ] {acdab921-ddd4-4ddc-bc6f-241f5a9b1cee} <Debug> executeQuery: Read 46 rows, 3.70 KiB in 0.004702 sec., 9783.071033602722 rows/sec., 785.90 KiB/sec. | ||
| 947 | 2024.02.29 22:26:53.254141 [ 3 ] {acdab921-ddd4-4ddc-bc6f-241f5a9b1cee} <Debug> DynamicQueryHandler: Done processing query | ||
| 948 | 2024.02.29 22:26:53.254174 [ 3 ] {acdab921-ddd4-4ddc-bc6f-241f5a9b1cee} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 949 | 2024.02.29 22:26:53.254190 [ 3 ] {} <Debug> HTTP-Session: 0f819e1b-0e55-4e0b-8d03-11015d4d67fb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 950 | 2024.02.29 22:26:53.254460 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 41733, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 951 | 2024.02.29 22:26:53.254509 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 952 | 2024.02.29 22:26:53.254528 [ 3 ] {} <Debug> HTTP-Session: 1275f86f-42d3-48ee-a406-c777e2e2fdd4 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 | ||
| 953 | 2024.02.29 22:26:53.254545 [ 3 ] {} <Debug> HTTP-Session: 1275f86f-42d3-48ee-a406-c777e2e2fdd4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 954 | 2024.02.29 22:26:53.254559 [ 3 ] {} <Debug> HTTP-Session: 1275f86f-42d3-48ee-a406-c777e2e2fdd4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 955 | 2024.02.29 22:26:53.254589 [ 3 ] {} <Trace> HTTP-Session: 1275f86f-42d3-48ee-a406-c777e2e2fdd4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 956 | 2024.02.29 22:26:53.254851 [ 3 ] {9b083e12-db80-4230-a2bb-18c0ccb3ead3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 957 | 2024.02.29 22:26:53.254899 [ 3 ] {9b083e12-db80-4230-a2bb-18c0ccb3ead3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 958 | 2024.02.29 22:26:53.255094 [ 3 ] {9b083e12-db80-4230-a2bb-18c0ccb3ead3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 959 | 2024.02.29 22:26:53.255740 [ 3 ] {9b083e12-db80-4230-a2bb-18c0ccb3ead3} <Trace> oximeter.measurements_histogramf64 (d93b2b73-b11f-4e5a-9b26-3d25ff9942ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 960 | 2024.02.29 22:26:53.255779 [ 3 ] {9b083e12-db80-4230-a2bb-18c0ccb3ead3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 961 | 2024.02.29 22:26:53.266042 [ 3 ] {9b083e12-db80-4230-a2bb-18c0ccb3ead3} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 962 | 2024.02.29 22:26:53.266468 [ 3 ] {9b083e12-db80-4230-a2bb-18c0ccb3ead3} <Trace> oximeter.measurements_histogramf64 (d93b2b73-b11f-4e5a-9b26-3d25ff9942ee): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 963 | 2024.02.29 22:26:53.266614 [ 3 ] {9b083e12-db80-4230-a2bb-18c0ccb3ead3} <Debug> executeQuery: Read 39 rows, 53.89 KiB in 0.011966 sec., 3259.234497743607 rows/sec., 4.40 MiB/sec. | ||
| 964 | 2024.02.29 22:26:53.266757 [ 3 ] {9b083e12-db80-4230-a2bb-18c0ccb3ead3} <Debug> DynamicQueryHandler: Done processing query | ||
| 965 | 2024.02.29 22:26:53.266782 [ 3 ] {9b083e12-db80-4230-a2bb-18c0ccb3ead3} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
| 966 | 2024.02.29 22:26:53.266797 [ 3 ] {} <Debug> HTTP-Session: 1275f86f-42d3-48ee-a406-c777e2e2fdd4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 967 | 2024.02.29 22:26:53.266912 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 1976, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 968 | 2024.02.29 22:26:53.266960 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 969 | 2024.02.29 22:26:53.266977 [ 3 ] {} <Debug> HTTP-Session: ea3bf29d-0f3e-447e-b684-711fbb333e3f Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 | ||
| 970 | 2024.02.29 22:26:53.266995 [ 3 ] {} <Debug> HTTP-Session: ea3bf29d-0f3e-447e-b684-711fbb333e3f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 971 | 2024.02.29 22:26:53.267008 [ 3 ] {} <Debug> HTTP-Session: ea3bf29d-0f3e-447e-b684-711fbb333e3f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 972 | 2024.02.29 22:26:53.267039 [ 3 ] {} <Trace> HTTP-Session: ea3bf29d-0f3e-447e-b684-711fbb333e3f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 973 | 2024.02.29 22:26:53.267105 [ 3 ] {cc509047-3c3b-431a-bb26-410528571c32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 974 | 2024.02.29 22:26:53.267146 [ 3 ] {cc509047-3c3b-431a-bb26-410528571c32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 975 | 2024.02.29 22:26:53.267271 [ 3 ] {cc509047-3c3b-431a-bb26-410528571c32} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 976 | 2024.02.29 22:26:53.267577 [ 3 ] {cc509047-3c3b-431a-bb26-410528571c32} <Trace> oximeter.measurements_i64 (9c8b1dfb-d35a-42d7-8807-bfdf5bcd7326): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 977 | 2024.02.29 22:26:53.267612 [ 3 ] {cc509047-3c3b-431a-bb26-410528571c32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 978 | 2024.02.29 22:26:53.267969 [ 3 ] {cc509047-3c3b-431a-bb26-410528571c32} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 979 | 2024.02.29 22:26:53.268310 [ 3 ] {cc509047-3c3b-431a-bb26-410528571c32} <Trace> oximeter.measurements_i64 (9c8b1dfb-d35a-42d7-8807-bfdf5bcd7326): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 980 | 2024.02.29 22:26:53.268444 [ 3 ] {cc509047-3c3b-431a-bb26-410528571c32} <Debug> executeQuery: Read 12 rows, 926.00 B in 0.001363 sec., 8804.10858400587 rows/sec., 663.46 KiB/sec. | ||
| 981 | 2024.02.29 22:26:53.268574 [ 3 ] {cc509047-3c3b-431a-bb26-410528571c32} <Debug> DynamicQueryHandler: Done processing query | ||
| 982 | 2024.02.29 22:26:53.268598 [ 3 ] {cc509047-3c3b-431a-bb26-410528571c32} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 983 | 2024.02.29 22:26:53.268613 [ 3 ] {} <Debug> HTTP-Session: ea3bf29d-0f3e-447e-b684-711fbb333e3f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 984 | 2024.02.29 22:27:03.179025 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 259, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 985 | 2024.02.29 22:27:03.179154 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 986 | 2024.02.29 22:27:03.179180 [ 3 ] {} <Debug> HTTP-Session: f5ca7897-6f66-4248-ab0c-0a9f054ce873 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 | ||
| 987 | 2024.02.29 22:27:03.179205 [ 3 ] {} <Debug> HTTP-Session: f5ca7897-6f66-4248-ab0c-0a9f054ce873 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 988 | 2024.02.29 22:27:03.179220 [ 3 ] {} <Debug> HTTP-Session: f5ca7897-6f66-4248-ab0c-0a9f054ce873 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 989 | 2024.02.29 22:27:03.179270 [ 3 ] {} <Trace> HTTP-Session: f5ca7897-6f66-4248-ab0c-0a9f054ce873 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 990 | 2024.02.29 22:27:03.179422 [ 3 ] {65da4221-9ce0-4fd4-899c-74c4f7264dc7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48615) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
| 991 | 2024.02.29 22:27:03.182087 [ 3 ] {65da4221-9ce0-4fd4-899c-74c4f7264dc7} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 992 | 2024.02.29 22:27:03.184402 [ 3 ] {65da4221-9ce0-4fd4-899c-74c4f7264dc7} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
| 993 | 2024.02.29 22:27:03.184712 [ 3 ] {65da4221-9ce0-4fd4-899c-74c4f7264dc7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 994 | 2024.02.29 22:27:03.187367 [ 3 ] {65da4221-9ce0-4fd4-899c-74c4f7264dc7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 995 | 2024.02.29 22:27:03.187827 [ 3 ] {65da4221-9ce0-4fd4-899c-74c4f7264dc7} <Debug> oximeter.timeseries_schema (7c087a3e-bf03-415c-8f5e-b2bc71064e9d) (SelectExecutor): Key condition: (column 0 notIn 4-element set) | ||
| 996 | 2024.02.29 22:27:03.189162 [ 3 ] {65da4221-9ce0-4fd4-899c-74c4f7264dc7} <Trace> oximeter.timeseries_schema (7c087a3e-bf03-415c-8f5e-b2bc71064e9d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 997 | 2024.02.29 22:27:03.189214 [ 3 ] {65da4221-9ce0-4fd4-899c-74c4f7264dc7} <Debug> oximeter.timeseries_schema (7c087a3e-bf03-415c-8f5e-b2bc71064e9d) (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 | ||
| 998 | 2024.02.29 22:27:03.189233 [ 3 ] {65da4221-9ce0-4fd4-899c-74c4f7264dc7} <Trace> oximeter.timeseries_schema (7c087a3e-bf03-415c-8f5e-b2bc71064e9d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 999 | 2024.02.29 22:27:03.189334 [ 3 ] {65da4221-9ce0-4fd4-899c-74c4f7264dc7} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram'))" | ||
| 1000 | 2024.02.29 22:27:03.189360 [ 3 ] {65da4221-9ce0-4fd4-899c-74c4f7264dc7} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1001 | 2024.02.29 22:27:03.197457 [ 3 ] {65da4221-9ce0-4fd4-899c-74c4f7264dc7} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.01812 sec., 220.7505518763797 rows/sec., 10.19 KiB/sec. | ||
| 1002 | 2024.02.29 22:27:03.197684 [ 3 ] {65da4221-9ce0-4fd4-899c-74c4f7264dc7} <Debug> DynamicQueryHandler: Done processing query | ||
| 1003 | 2024.02.29 22:27:03.197711 [ 3 ] {65da4221-9ce0-4fd4-899c-74c4f7264dc7} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1004 | 2024.02.29 22:27:03.197728 [ 3 ] {} <Debug> HTTP-Session: f5ca7897-6f66-4248-ab0c-0a9f054ce873 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1005 | 2024.02.29 22:27:03.198018 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 297, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1006 | 2024.02.29 22:27:03.198074 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1007 | 2024.02.29 22:27:03.198094 [ 3 ] {} <Debug> HTTP-Session: 7666b526-8b34-475b-b3bb-f36ba8538ae9 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 | ||
| 1008 | 2024.02.29 22:27:03.198112 [ 3 ] {} <Debug> HTTP-Session: 7666b526-8b34-475b-b3bb-f36ba8538ae9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1009 | 2024.02.29 22:27:03.198126 [ 3 ] {} <Debug> HTTP-Session: 7666b526-8b34-475b-b3bb-f36ba8538ae9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1010 | 2024.02.29 22:27:03.198166 [ 3 ] {} <Trace> HTTP-Session: 7666b526-8b34-475b-b3bb-f36ba8538ae9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1011 | 2024.02.29 22:27:03.198273 [ 3 ] {15fb27f0-8453-4c57-b02c-44f80933a6a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48615) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'physical_data_link:errors_received') FORMAT JSONEachRow; (stage: Complete) | ||
| 1012 | 2024.02.29 22:27:03.198514 [ 3 ] {15fb27f0-8453-4c57-b02c-44f80933a6a9} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1013 | 2024.02.29 22:27:03.198547 [ 3 ] {15fb27f0-8453-4c57-b02c-44f80933a6a9} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'physical_data_link:errors_received')" moved to PREWHERE | ||
| 1014 | 2024.02.29 22:27:03.198749 [ 3 ] {15fb27f0-8453-4c57-b02c-44f80933a6a9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1015 | 2024.02.29 22:27:03.198815 [ 3 ] {15fb27f0-8453-4c57-b02c-44f80933a6a9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1016 | 2024.02.29 22:27:03.198953 [ 3 ] {15fb27f0-8453-4c57-b02c-44f80933a6a9} <Debug> oximeter.timeseries_schema (7c087a3e-bf03-415c-8f5e-b2bc71064e9d) (SelectExecutor): Key condition: (column 0 notIn 5-element set) | ||
| 1017 | 2024.02.29 22:27:03.198986 [ 3 ] {15fb27f0-8453-4c57-b02c-44f80933a6a9} <Trace> oximeter.timeseries_schema (7c087a3e-bf03-415c-8f5e-b2bc71064e9d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1018 | 2024.02.29 22:27:03.199009 [ 3 ] {15fb27f0-8453-4c57-b02c-44f80933a6a9} <Debug> oximeter.timeseries_schema (7c087a3e-bf03-415c-8f5e-b2bc71064e9d) (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 | ||
| 1019 | 2024.02.29 22:27:03.199026 [ 3 ] {15fb27f0-8453-4c57-b02c-44f80933a6a9} <Trace> oximeter.timeseries_schema (7c087a3e-bf03-415c-8f5e-b2bc71064e9d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1020 | 2024.02.29 22:27:03.199068 [ 3 ] {15fb27f0-8453-4c57-b02c-44f80933a6a9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'physical_data_link:errors_received'))" | ||
| 1021 | 2024.02.29 22:27:03.199088 [ 3 ] {15fb27f0-8453-4c57-b02c-44f80933a6a9} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1022 | 2024.02.29 22:27:03.199878 [ 3 ] {15fb27f0-8453-4c57-b02c-44f80933a6a9} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001666 sec., 2400.9603841536614 rows/sec., 110.79 KiB/sec. | ||
| 1023 | 2024.02.29 22:27:03.200066 [ 3 ] {15fb27f0-8453-4c57-b02c-44f80933a6a9} <Debug> DynamicQueryHandler: Done processing query | ||
| 1024 | 2024.02.29 22:27:03.200091 [ 3 ] {15fb27f0-8453-4c57-b02c-44f80933a6a9} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1025 | 2024.02.29 22:27:03.200107 [ 3 ] {} <Debug> HTTP-Session: 7666b526-8b34-475b-b3bb-f36ba8538ae9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1026 | 2024.02.29 22:27:03.200337 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1027 | 2024.02.29 22:27:03.200384 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1028 | 2024.02.29 22:27:03.200403 [ 3 ] {} <Debug> HTTP-Session: 197f5724-3dea-4744-a4d5-f8b2c72f339f Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 | ||
| 1029 | 2024.02.29 22:27:03.200420 [ 3 ] {} <Debug> HTTP-Session: 197f5724-3dea-4744-a4d5-f8b2c72f339f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1030 | 2024.02.29 22:27:03.200433 [ 3 ] {} <Debug> HTTP-Session: 197f5724-3dea-4744-a4d5-f8b2c72f339f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1031 | 2024.02.29 22:27:03.200464 [ 3 ] {} <Trace> HTTP-Session: 197f5724-3dea-4744-a4d5-f8b2c72f339f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1032 | 2024.02.29 22:27:03.200560 [ 3 ] {d42f6ae0-5588-49b2-ab93-aa07283bb673} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48615) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'physical_data_link:errors_received', 'physical_data_link:errors_sent') FORMAT JSONEachRow; (stage: Complete) | ||
| 1033 | 2024.02.29 22:27:03.200788 [ 3 ] {d42f6ae0-5588-49b2-ab93-aa07283bb673} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1034 | 2024.02.29 22:27:03.200820 [ 3 ] {d42f6ae0-5588-49b2-ab93-aa07283bb673} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'physical_data_link:errors_received', 'physical_data_link:errors_sent')" moved to PREWHERE | ||
| 1035 | 2024.02.29 22:27:03.201026 [ 3 ] {d42f6ae0-5588-49b2-ab93-aa07283bb673} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1036 | 2024.02.29 22:27:03.201091 [ 3 ] {d42f6ae0-5588-49b2-ab93-aa07283bb673} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1037 | 2024.02.29 22:27:03.201226 [ 3 ] {d42f6ae0-5588-49b2-ab93-aa07283bb673} <Debug> oximeter.timeseries_schema (7c087a3e-bf03-415c-8f5e-b2bc71064e9d) (SelectExecutor): Key condition: (column 0 notIn 6-element set) | ||
| 1038 | 2024.02.29 22:27:03.201258 [ 3 ] {d42f6ae0-5588-49b2-ab93-aa07283bb673} <Trace> oximeter.timeseries_schema (7c087a3e-bf03-415c-8f5e-b2bc71064e9d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1039 | 2024.02.29 22:27:03.201281 [ 3 ] {d42f6ae0-5588-49b2-ab93-aa07283bb673} <Debug> oximeter.timeseries_schema (7c087a3e-bf03-415c-8f5e-b2bc71064e9d) (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 | ||
| 1040 | 2024.02.29 22:27:03.201298 [ 3 ] {d42f6ae0-5588-49b2-ab93-aa07283bb673} <Trace> oximeter.timeseries_schema (7c087a3e-bf03-415c-8f5e-b2bc71064e9d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1041 | 2024.02.29 22:27:03.201336 [ 3 ] {d42f6ae0-5588-49b2-ab93-aa07283bb673} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'physical_data_link:errors_received', 'physical_data_link:errors_sent'))" | ||
| 1042 | 2024.02.29 22:27:03.201355 [ 3 ] {d42f6ae0-5588-49b2-ab93-aa07283bb673} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1043 | 2024.02.29 22:27:03.202125 [ 3 ] {d42f6ae0-5588-49b2-ab93-aa07283bb673} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001617 sec., 2473.7167594310454 rows/sec., 114.14 KiB/sec. | ||
| 1044 | 2024.02.29 22:27:03.202311 [ 3 ] {d42f6ae0-5588-49b2-ab93-aa07283bb673} <Debug> DynamicQueryHandler: Done processing query | ||
| 1045 | 2024.02.29 22:27:03.202336 [ 3 ] {d42f6ae0-5588-49b2-ab93-aa07283bb673} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1046 | 2024.02.29 22:27:03.202353 [ 3 ] {} <Debug> HTTP-Session: 197f5724-3dea-4744-a4d5-f8b2c72f339f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1047 | 2024.02.29 22:27:03.202558 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 368, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1048 | 2024.02.29 22:27:03.202606 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1049 | 2024.02.29 22:27:03.202624 [ 3 ] {} <Debug> HTTP-Session: 533cfb8f-4f55-4047-8e03-45e063b8ad76 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 | ||
| 1050 | 2024.02.29 22:27:03.202641 [ 3 ] {} <Debug> HTTP-Session: 533cfb8f-4f55-4047-8e03-45e063b8ad76 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1051 | 2024.02.29 22:27:03.202656 [ 3 ] {} <Debug> HTTP-Session: 533cfb8f-4f55-4047-8e03-45e063b8ad76 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1052 | 2024.02.29 22:27:03.202686 [ 3 ] {} <Trace> HTTP-Session: 533cfb8f-4f55-4047-8e03-45e063b8ad76 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1053 | 2024.02.29 22:27:03.202781 [ 3 ] {60ae3bcb-bf66-43c7-a448-b6d54c71cd1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48615) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent') FORMAT JSONEachRow; (stage: Complete) | ||
| 1054 | 2024.02.29 22:27:03.203012 [ 3 ] {60ae3bcb-bf66-43c7-a448-b6d54c71cd1a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1055 | 2024.02.29 22:27:03.203045 [ 3 ] {60ae3bcb-bf66-43c7-a448-b6d54c71cd1a} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent')" moved to PREWHERE | ||
| 1056 | 2024.02.29 22:27:03.203251 [ 3 ] {60ae3bcb-bf66-43c7-a448-b6d54c71cd1a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1057 | 2024.02.29 22:27:03.203316 [ 3 ] {60ae3bcb-bf66-43c7-a448-b6d54c71cd1a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1058 | 2024.02.29 22:27:03.203450 [ 3 ] {60ae3bcb-bf66-43c7-a448-b6d54c71cd1a} <Debug> oximeter.timeseries_schema (7c087a3e-bf03-415c-8f5e-b2bc71064e9d) (SelectExecutor): Key condition: (column 0 notIn 7-element set) | ||
| 1059 | 2024.02.29 22:27:03.203483 [ 3 ] {60ae3bcb-bf66-43c7-a448-b6d54c71cd1a} <Trace> oximeter.timeseries_schema (7c087a3e-bf03-415c-8f5e-b2bc71064e9d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1060 | 2024.02.29 22:27:03.203506 [ 3 ] {60ae3bcb-bf66-43c7-a448-b6d54c71cd1a} <Debug> oximeter.timeseries_schema (7c087a3e-bf03-415c-8f5e-b2bc71064e9d) (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 | ||
| 1061 | 2024.02.29 22:27:03.203522 [ 3 ] {60ae3bcb-bf66-43c7-a448-b6d54c71cd1a} <Trace> oximeter.timeseries_schema (7c087a3e-bf03-415c-8f5e-b2bc71064e9d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1062 | 2024.02.29 22:27:03.203560 [ 3 ] {60ae3bcb-bf66-43c7-a448-b6d54c71cd1a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent'))" | ||
| 1063 | 2024.02.29 22:27:03.203579 [ 3 ] {60ae3bcb-bf66-43c7-a448-b6d54c71cd1a} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1064 | 2024.02.29 22:27:03.204406 [ 3 ] {60ae3bcb-bf66-43c7-a448-b6d54c71cd1a} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001672 sec., 2392.3444976076553 rows/sec., 110.39 KiB/sec. | ||
| 1065 | 2024.02.29 22:27:03.204617 [ 3 ] {60ae3bcb-bf66-43c7-a448-b6d54c71cd1a} <Debug> DynamicQueryHandler: Done processing query | ||
| 1066 | 2024.02.29 22:27:03.204642 [ 3 ] {60ae3bcb-bf66-43c7-a448-b6d54c71cd1a} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1067 | 2024.02.29 22:27:03.204658 [ 3 ] {} <Debug> HTTP-Session: 533cfb8f-4f55-4047-8e03-45e063b8ad76 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1068 | 2024.02.29 22:27:03.204851 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 407, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1069 | 2024.02.29 22:27:03.204899 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1070 | 2024.02.29 22:27:03.204917 [ 3 ] {} <Debug> HTTP-Session: b6194f17-922d-49aa-ac29-bf3eec321e73 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 | ||
| 1071 | 2024.02.29 22:27:03.204933 [ 3 ] {} <Debug> HTTP-Session: b6194f17-922d-49aa-ac29-bf3eec321e73 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1072 | 2024.02.29 22:27:03.204947 [ 3 ] {} <Debug> HTTP-Session: b6194f17-922d-49aa-ac29-bf3eec321e73 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1073 | 2024.02.29 22:27:03.204978 [ 3 ] {} <Trace> HTTP-Session: b6194f17-922d-49aa-ac29-bf3eec321e73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1074 | 2024.02.29 22:27:03.205071 [ 3 ] {feca790c-1518-413f-9c46-0315c188e0e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48615) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received') FORMAT JSONEachRow; (stage: Complete) | ||
| 1075 | 2024.02.29 22:27:03.205305 [ 3 ] {feca790c-1518-413f-9c46-0315c188e0e6} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1076 | 2024.02.29 22:27:03.205338 [ 3 ] {feca790c-1518-413f-9c46-0315c188e0e6} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received')" moved to PREWHERE | ||
| 1077 | 2024.02.29 22:27:03.205545 [ 3 ] {feca790c-1518-413f-9c46-0315c188e0e6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1078 | 2024.02.29 22:27:03.205637 [ 3 ] {feca790c-1518-413f-9c46-0315c188e0e6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1079 | 2024.02.29 22:27:03.205951 [ 3 ] {feca790c-1518-413f-9c46-0315c188e0e6} <Debug> oximeter.timeseries_schema (7c087a3e-bf03-415c-8f5e-b2bc71064e9d) (SelectExecutor): Key condition: (column 0 notIn 8-element set) | ||
| 1080 | 2024.02.29 22:27:03.205985 [ 3 ] {feca790c-1518-413f-9c46-0315c188e0e6} <Trace> oximeter.timeseries_schema (7c087a3e-bf03-415c-8f5e-b2bc71064e9d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1081 | 2024.02.29 22:27:03.206008 [ 3 ] {feca790c-1518-413f-9c46-0315c188e0e6} <Debug> oximeter.timeseries_schema (7c087a3e-bf03-415c-8f5e-b2bc71064e9d) (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 | ||
| 1082 | 2024.02.29 22:27:03.206024 [ 3 ] {feca790c-1518-413f-9c46-0315c188e0e6} <Trace> oximeter.timeseries_schema (7c087a3e-bf03-415c-8f5e-b2bc71064e9d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1083 | 2024.02.29 22:27:03.206063 [ 3 ] {feca790c-1518-413f-9c46-0315c188e0e6} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received'))" | ||
| 1084 | 2024.02.29 22:27:03.206083 [ 3 ] {feca790c-1518-413f-9c46-0315c188e0e6} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1085 | 2024.02.29 22:27:03.206917 [ 3 ] {feca790c-1518-413f-9c46-0315c188e0e6} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001897 sec., 2108.5925144965736 rows/sec., 97.30 KiB/sec. | ||
| 1086 | 2024.02.29 22:27:03.207102 [ 3 ] {feca790c-1518-413f-9c46-0315c188e0e6} <Debug> DynamicQueryHandler: Done processing query | ||
| 1087 | 2024.02.29 22:27:03.207127 [ 3 ] {feca790c-1518-413f-9c46-0315c188e0e6} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1088 | 2024.02.29 22:27:03.207143 [ 3 ] {} <Debug> HTTP-Session: b6194f17-922d-49aa-ac29-bf3eec321e73 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1089 | 2024.02.29 22:27:03.207334 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 440, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1090 | 2024.02.29 22:27:03.207379 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1091 | 2024.02.29 22:27:03.207399 [ 3 ] {} <Debug> HTTP-Session: 9977e5c7-8052-4eb1-a88a-d4f3dbc4bc0b Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 | ||
| 1092 | 2024.02.29 22:27:03.207416 [ 3 ] {} <Debug> HTTP-Session: 9977e5c7-8052-4eb1-a88a-d4f3dbc4bc0b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1093 | 2024.02.29 22:27:03.207430 [ 3 ] {} <Debug> HTTP-Session: 9977e5c7-8052-4eb1-a88a-d4f3dbc4bc0b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1094 | 2024.02.29 22:27:03.207460 [ 3 ] {} <Trace> HTTP-Session: 9977e5c7-8052-4eb1-a88a-d4f3dbc4bc0b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1095 | 2024.02.29 22:27:03.207556 [ 3 ] {1d3510b1-7462-4bea-9536-f15620b5e2db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48615) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received') FORMAT JSONEachRow; (stage: Complete) | ||
| 1096 | 2024.02.29 22:27:03.207783 [ 3 ] {1d3510b1-7462-4bea-9536-f15620b5e2db} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1097 | 2024.02.29 22:27:03.207816 [ 3 ] {1d3510b1-7462-4bea-9536-f15620b5e2db} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received')" moved to PREWHERE | ||
| 1098 | 2024.02.29 22:27:03.208028 [ 3 ] {1d3510b1-7462-4bea-9536-f15620b5e2db} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1099 | 2024.02.29 22:27:03.208090 [ 3 ] {1d3510b1-7462-4bea-9536-f15620b5e2db} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1100 | 2024.02.29 22:27:03.208221 [ 3 ] {1d3510b1-7462-4bea-9536-f15620b5e2db} <Debug> oximeter.timeseries_schema (7c087a3e-bf03-415c-8f5e-b2bc71064e9d) (SelectExecutor): Key condition: (column 0 notIn 9-element set) | ||
| 1101 | 2024.02.29 22:27:03.208251 [ 3 ] {1d3510b1-7462-4bea-9536-f15620b5e2db} <Trace> oximeter.timeseries_schema (7c087a3e-bf03-415c-8f5e-b2bc71064e9d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1102 | 2024.02.29 22:27:03.208273 [ 3 ] {1d3510b1-7462-4bea-9536-f15620b5e2db} <Debug> oximeter.timeseries_schema (7c087a3e-bf03-415c-8f5e-b2bc71064e9d) (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 | ||
| 1103 | 2024.02.29 22:27:03.208289 [ 3 ] {1d3510b1-7462-4bea-9536-f15620b5e2db} <Trace> oximeter.timeseries_schema (7c087a3e-bf03-415c-8f5e-b2bc71064e9d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1104 | 2024.02.29 22:27:03.208326 [ 3 ] {1d3510b1-7462-4bea-9536-f15620b5e2db} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', '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'))" | ||
| 1105 | 2024.02.29 22:27:03.208346 [ 3 ] {1d3510b1-7462-4bea-9536-f15620b5e2db} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1106 | 2024.02.29 22:27:03.209228 [ 3 ] {1d3510b1-7462-4bea-9536-f15620b5e2db} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001725 sec., 2318.840579710145 rows/sec., 107.00 KiB/sec. | ||
| 1107 | 2024.02.29 22:27:03.209420 [ 3 ] {1d3510b1-7462-4bea-9536-f15620b5e2db} <Debug> DynamicQueryHandler: Done processing query | ||
| 1108 | 2024.02.29 22:27:03.209444 [ 3 ] {1d3510b1-7462-4bea-9536-f15620b5e2db} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1109 | 2024.02.29 22:27:03.209460 [ 3 ] {} <Debug> HTTP-Session: 9977e5c7-8052-4eb1-a88a-d4f3dbc4bc0b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1110 | 2024.02.29 22:27:03.218972 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 1942, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1111 | 2024.02.29 22:27:03.219023 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1112 | 2024.02.29 22:27:03.219042 [ 3 ] {} <Debug> HTTP-Session: fd0f56a9-8168-44a2-b7a2-2b7355f1a758 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 | ||
| 1113 | 2024.02.29 22:27:03.219058 [ 3 ] {} <Debug> HTTP-Session: fd0f56a9-8168-44a2-b7a2-2b7355f1a758 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1114 | 2024.02.29 22:27:03.219072 [ 3 ] {} <Debug> HTTP-Session: fd0f56a9-8168-44a2-b7a2-2b7355f1a758 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1115 | 2024.02.29 22:27:03.219102 [ 3 ] {} <Trace> HTTP-Session: fd0f56a9-8168-44a2-b7a2-2b7355f1a758 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1116 | 2024.02.29 22:27:03.219185 [ 3 ] {9480911a-cc93-498f-b233-b5e6a76ee2fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
| 1117 | 2024.02.29 22:27:03.219228 [ 3 ] {9480911a-cc93-498f-b233-b5e6a76ee2fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1118 | 2024.02.29 22:27:03.219395 [ 3 ] {9480911a-cc93-498f-b233-b5e6a76ee2fb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1119 | 2024.02.29 22:27:03.219749 [ 3 ] {9480911a-cc93-498f-b233-b5e6a76ee2fb} <Trace> oximeter.timeseries_schema (7c087a3e-bf03-415c-8f5e-b2bc71064e9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1120 | 2024.02.29 22:27:03.219792 [ 3 ] {9480911a-cc93-498f-b233-b5e6a76ee2fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 1121 | 2024.02.29 22:27:03.220291 [ 3 ] {9480911a-cc93-498f-b233-b5e6a76ee2fb} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1122 | 2024.02.29 22:27:03.220595 [ 3 ] {9480911a-cc93-498f-b233-b5e6a76ee2fb} <Trace> oximeter.timeseries_schema (7c087a3e-bf03-415c-8f5e-b2bc71064e9d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1123 | 2024.02.29 22:27:03.220788 [ 3 ] {9480911a-cc93-498f-b233-b5e6a76ee2fb} <Debug> executeQuery: Read 6 rows, 996.00 B in 0.001642 sec., 3654.080389768575 rows/sec., 592.36 KiB/sec. | ||
| 1124 | 2024.02.29 22:27:03.220924 [ 3 ] {9480911a-cc93-498f-b233-b5e6a76ee2fb} <Debug> DynamicQueryHandler: Done processing query | ||
| 1125 | 2024.02.29 22:27:03.220949 [ 3 ] {9480911a-cc93-498f-b233-b5e6a76ee2fb} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
| 1126 | 2024.02.29 22:27:03.220966 [ 3 ] {} <Debug> HTTP-Session: fd0f56a9-8168-44a2-b7a2-2b7355f1a758 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1127 | 2024.02.29 22:27:03.221083 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 5929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1128 | 2024.02.29 22:27:03.221133 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1129 | 2024.02.29 22:27:03.221151 [ 3 ] {} <Debug> HTTP-Session: 96aec327-9f19-4506-83c3-f7227cbb6d9f Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 | ||
| 1130 | 2024.02.29 22:27:03.221167 [ 3 ] {} <Debug> HTTP-Session: 96aec327-9f19-4506-83c3-f7227cbb6d9f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1131 | 2024.02.29 22:27:03.221180 [ 3 ] {} <Debug> HTTP-Session: 96aec327-9f19-4506-83c3-f7227cbb6d9f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1132 | 2024.02.29 22:27:03.221210 [ 3 ] {} <Trace> HTTP-Session: 96aec327-9f19-4506-83c3-f7227cbb6d9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1133 | 2024.02.29 22:27:03.221290 [ 3 ] {b928f12b-eca3-4011-be36-1185d295c557} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 1134 | 2024.02.29 22:27:03.221330 [ 3 ] {b928f12b-eca3-4011-be36-1185d295c557} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 1135 | 2024.02.29 22:27:03.221458 [ 3 ] {b928f12b-eca3-4011-be36-1185d295c557} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1136 | 2024.02.29 22:27:03.221768 [ 3 ] {b928f12b-eca3-4011-be36-1185d295c557} <Trace> oximeter.fields_i64 (93a397b9-9146-4a5e-92b4-bf5ddd8f2458): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1137 | 2024.02.29 22:27:03.221805 [ 3 ] {b928f12b-eca3-4011-be36-1185d295c557} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 1138 | 2024.02.29 22:27:03.222105 [ 3 ] {b928f12b-eca3-4011-be36-1185d295c557} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1139 | 2024.02.29 22:27:03.222535 [ 3 ] {b928f12b-eca3-4011-be36-1185d295c557} <Trace> oximeter.fields_i64 (93a397b9-9146-4a5e-92b4-bf5ddd8f2458): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1140 | 2024.02.29 22:27:03.222734 [ 3 ] {b928f12b-eca3-4011-be36-1185d295c557} <Debug> executeQuery: Read 41 rows, 3.32 KiB in 0.001475 sec., 27796.610169491527 rows/sec., 2.20 MiB/sec. | ||
| 1141 | 2024.02.29 22:27:03.222852 [ 3 ] {b928f12b-eca3-4011-be36-1185d295c557} <Debug> DynamicQueryHandler: Done processing query | ||
| 1142 | 2024.02.29 22:27:03.222876 [ 3 ] {b928f12b-eca3-4011-be36-1185d295c557} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 1143 | 2024.02.29 22:27:03.222892 [ 3 ] {} <Debug> HTTP-Session: 96aec327-9f19-4506-83c3-f7227cbb6d9f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1144 | 2024.02.29 22:27:03.223071 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 24902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1145 | 2024.02.29 22:27:03.223119 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1146 | 2024.02.29 22:27:03.223136 [ 3 ] {} <Debug> HTTP-Session: 2afa314c-a796-494d-970d-08157c672316 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 | ||
| 1147 | 2024.02.29 22:27:03.223154 [ 3 ] {} <Debug> HTTP-Session: 2afa314c-a796-494d-970d-08157c672316 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1148 | 2024.02.29 22:27:03.223168 [ 3 ] {} <Debug> HTTP-Session: 2afa314c-a796-494d-970d-08157c672316 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1149 | 2024.02.29 22:27:03.223198 [ 3 ] {} <Trace> HTTP-Session: 2afa314c-a796-494d-970d-08157c672316 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1150 | 2024.02.29 22:27:03.223304 [ 3 ] {1f441f94-b4dc-4003-86f6-18edfd5616e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 1151 | 2024.02.29 22:27:03.223344 [ 3 ] {1f441f94-b4dc-4003-86f6-18edfd5616e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1152 | 2024.02.29 22:27:03.223470 [ 3 ] {1f441f94-b4dc-4003-86f6-18edfd5616e2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1153 | 2024.02.29 22:27:03.223863 [ 3 ] {1f441f94-b4dc-4003-86f6-18edfd5616e2} <Trace> oximeter.fields_string (374fb4b9-0ca1-4f9f-97a7-755b09e4f649): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1154 | 2024.02.29 22:27:03.223901 [ 3 ] {1f441f94-b4dc-4003-86f6-18edfd5616e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 1155 | 2024.02.29 22:27:03.224213 [ 3 ] {1f441f94-b4dc-4003-86f6-18edfd5616e2} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1156 | 2024.02.29 22:27:03.224528 [ 3 ] {1f441f94-b4dc-4003-86f6-18edfd5616e2} <Trace> oximeter.fields_string (374fb4b9-0ca1-4f9f-97a7-755b09e4f649): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1157 | 2024.02.29 22:27:03.224655 [ 3 ] {1f441f94-b4dc-4003-86f6-18edfd5616e2} <Debug> executeQuery: Read 159 rows, 15.21 KiB in 0.001412 sec., 112606.23229461756 rows/sec., 10.52 MiB/sec. | ||
| 1158 | 2024.02.29 22:27:03.224807 [ 3 ] {1f441f94-b4dc-4003-86f6-18edfd5616e2} <Debug> DynamicQueryHandler: Done processing query | ||
| 1159 | 2024.02.29 22:27:03.224834 [ 3 ] {1f441f94-b4dc-4003-86f6-18edfd5616e2} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
| 1160 | 2024.02.29 22:27:03.224850 [ 3 ] {} <Debug> HTTP-Session: 2afa314c-a796-494d-970d-08157c672316 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1161 | 2024.02.29 22:27:03.224986 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 11032, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1162 | 2024.02.29 22:27:03.225034 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1163 | 2024.02.29 22:27:03.225052 [ 3 ] {} <Debug> HTTP-Session: 61b63716-3151-4f4d-99c3-9364471ce5b7 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 | ||
| 1164 | 2024.02.29 22:27:03.225068 [ 3 ] {} <Debug> HTTP-Session: 61b63716-3151-4f4d-99c3-9364471ce5b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1165 | 2024.02.29 22:27:03.225082 [ 3 ] {} <Debug> HTTP-Session: 61b63716-3151-4f4d-99c3-9364471ce5b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1166 | 2024.02.29 22:27:03.225112 [ 3 ] {} <Trace> HTTP-Session: 61b63716-3151-4f4d-99c3-9364471ce5b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1167 | 2024.02.29 22:27:03.225193 [ 3 ] {073e2452-9aee-45a9-9ae8-4097131407dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 1168 | 2024.02.29 22:27:03.225232 [ 3 ] {073e2452-9aee-45a9-9ae8-4097131407dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1169 | 2024.02.29 22:27:03.225361 [ 3 ] {073e2452-9aee-45a9-9ae8-4097131407dc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1170 | 2024.02.29 22:27:03.225662 [ 3 ] {073e2452-9aee-45a9-9ae8-4097131407dc} <Trace> oximeter.fields_uuid (6010d6a8-7f84-45c4-a7fd-5027dadf2996): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1171 | 2024.02.29 22:27:03.225698 [ 3 ] {073e2452-9aee-45a9-9ae8-4097131407dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 1172 | 2024.02.29 22:27:03.225994 [ 3 ] {073e2452-9aee-45a9-9ae8-4097131407dc} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1173 | 2024.02.29 22:27:03.226288 [ 3 ] {073e2452-9aee-45a9-9ae8-4097131407dc} <Trace> oximeter.fields_uuid (6010d6a8-7f84-45c4-a7fd-5027dadf2996): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1174 | 2024.02.29 22:27:03.226436 [ 3 ] {073e2452-9aee-45a9-9ae8-4097131407dc} <Debug> executeQuery: Read 65 rows, 5.18 KiB in 0.001273 sec., 51060.48703849175 rows/sec., 3.98 MiB/sec. | ||
| 1175 | 2024.02.29 22:27:03.226651 [ 3 ] {073e2452-9aee-45a9-9ae8-4097131407dc} <Debug> DynamicQueryHandler: Done processing query | ||
| 1176 | 2024.02.29 22:27:03.226676 [ 3 ] {073e2452-9aee-45a9-9ae8-4097131407dc} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 1177 | 2024.02.29 22:27:03.226691 [ 3 ] {} <Debug> HTTP-Session: 61b63716-3151-4f4d-99c3-9364471ce5b7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1178 | 2024.02.29 22:27:03.226880 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 36953, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1179 | 2024.02.29 22:27:03.226928 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1180 | 2024.02.29 22:27:03.226946 [ 3 ] {} <Debug> HTTP-Session: 6c07e9c8-fc0d-4bff-bc28-ba38d0c80c32 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 | ||
| 1181 | 2024.02.29 22:27:03.226965 [ 3 ] {} <Debug> HTTP-Session: 6c07e9c8-fc0d-4bff-bc28-ba38d0c80c32 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1182 | 2024.02.29 22:27:03.226979 [ 3 ] {} <Debug> HTTP-Session: 6c07e9c8-fc0d-4bff-bc28-ba38d0c80c32 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1183 | 2024.02.29 22:27:03.227008 [ 3 ] {} <Trace> HTTP-Session: 6c07e9c8-fc0d-4bff-bc28-ba38d0c80c32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1184 | 2024.02.29 22:27:03.227134 [ 3 ] {f27ee12a-1c15-42da-9906-b5182bcb9d91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 1185 | 2024.02.29 22:27:03.227179 [ 3 ] {f27ee12a-1c15-42da-9906-b5182bcb9d91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1186 | 2024.02.29 22:27:03.227337 [ 3 ] {f27ee12a-1c15-42da-9906-b5182bcb9d91} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1187 | 2024.02.29 22:27:03.227728 [ 3 ] {f27ee12a-1c15-42da-9906-b5182bcb9d91} <Trace> oximeter.measurements_cumulativeu64 (dc28e417-a057-497c-8c56-1262aaf856dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1188 | 2024.02.29 22:27:03.227765 [ 3 ] {f27ee12a-1c15-42da-9906-b5182bcb9d91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 1189 | 2024.02.29 22:27:03.228213 [ 3 ] {f27ee12a-1c15-42da-9906-b5182bcb9d91} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1190 | 2024.02.29 22:27:03.228594 [ 3 ] {f27ee12a-1c15-42da-9906-b5182bcb9d91} <Trace> oximeter.measurements_cumulativeu64 (dc28e417-a057-497c-8c56-1262aaf856dd): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1191 | 2024.02.29 22:27:03.228745 [ 3 ] {f27ee12a-1c15-42da-9906-b5182bcb9d91} <Debug> executeQuery: Read 192 rows, 13.88 KiB in 0.00168 sec., 114285.71428571428 rows/sec., 8.07 MiB/sec. | ||
| 1192 | 2024.02.29 22:27:03.228875 [ 3 ] {f27ee12a-1c15-42da-9906-b5182bcb9d91} <Debug> DynamicQueryHandler: Done processing query | ||
| 1193 | 2024.02.29 22:27:03.228902 [ 3 ] {f27ee12a-1c15-42da-9906-b5182bcb9d91} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 1194 | 2024.02.29 22:27:03.228920 [ 3 ] {} <Debug> HTTP-Session: 6c07e9c8-fc0d-4bff-bc28-ba38d0c80c32 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1195 | 2024.02.29 22:27:03.229076 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 43869, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1196 | 2024.02.29 22:27:03.229126 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1197 | 2024.02.29 22:27:03.229147 [ 3 ] {} <Debug> HTTP-Session: ae52dea9-d513-45e8-8194-b108f7e61a5d Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 | ||
| 1198 | 2024.02.29 22:27:03.229164 [ 3 ] {} <Debug> HTTP-Session: ae52dea9-d513-45e8-8194-b108f7e61a5d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1199 | 2024.02.29 22:27:03.229178 [ 3 ] {} <Debug> HTTP-Session: ae52dea9-d513-45e8-8194-b108f7e61a5d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1200 | 2024.02.29 22:27:03.229209 [ 3 ] {} <Trace> HTTP-Session: ae52dea9-d513-45e8-8194-b108f7e61a5d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1201 | 2024.02.29 22:27:03.229490 [ 3 ] {3fbed13d-feef-4fd9-881c-439e0ac82d7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 1202 | 2024.02.29 22:27:03.229537 [ 3 ] {3fbed13d-feef-4fd9-881c-439e0ac82d7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 1203 | 2024.02.29 22:27:03.229697 [ 3 ] {3fbed13d-feef-4fd9-881c-439e0ac82d7c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1204 | 2024.02.29 22:27:03.230192 [ 3 ] {3fbed13d-feef-4fd9-881c-439e0ac82d7c} <Trace> oximeter.measurements_histogramf64 (d93b2b73-b11f-4e5a-9b26-3d25ff9942ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1205 | 2024.02.29 22:27:03.230229 [ 3 ] {3fbed13d-feef-4fd9-881c-439e0ac82d7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 1206 | 2024.02.29 22:27:03.230731 [ 3 ] {3fbed13d-feef-4fd9-881c-439e0ac82d7c} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1207 | 2024.02.29 22:27:03.231073 [ 3 ] {3fbed13d-feef-4fd9-881c-439e0ac82d7c} <Trace> oximeter.measurements_histogramf64 (d93b2b73-b11f-4e5a-9b26-3d25ff9942ee): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1208 | 2024.02.29 22:27:03.231220 [ 3 ] {3fbed13d-feef-4fd9-881c-439e0ac82d7c} <Debug> executeQuery: Read 41 rows, 56.66 KiB in 0.001949 sec., 21036.42893791688 rows/sec., 28.39 MiB/sec. | ||
| 1209 | 2024.02.29 22:27:03.231336 [ 3 ] {3fbed13d-feef-4fd9-881c-439e0ac82d7c} <Debug> DynamicQueryHandler: Done processing query | ||
| 1210 | 2024.02.29 22:27:03.231359 [ 3 ] {3fbed13d-feef-4fd9-881c-439e0ac82d7c} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
| 1211 | 2024.02.29 22:27:03.231374 [ 3 ] {} <Debug> HTTP-Session: ae52dea9-d513-45e8-8194-b108f7e61a5d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1212 | 2024.02.29 22:27:06.387486 [ 88 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1213 | 2024.02.29 22:27:06.387557 [ 88 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1214 | 2024.02.29 22:27:13.181041 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 5929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1215 | 2024.02.29 22:27:13.181238 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1216 | 2024.02.29 22:27:13.181282 [ 3 ] {} <Debug> HTTP-Session: e9bf85ff-814f-433b-8603-f507326b1f95 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 | ||
| 1217 | 2024.02.29 22:27:13.181326 [ 3 ] {} <Debug> HTTP-Session: e9bf85ff-814f-433b-8603-f507326b1f95 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1218 | 2024.02.29 22:27:13.181357 [ 3 ] {} <Debug> HTTP-Session: e9bf85ff-814f-433b-8603-f507326b1f95 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1219 | 2024.02.29 22:27:13.181437 [ 3 ] {} <Trace> HTTP-Session: e9bf85ff-814f-433b-8603-f507326b1f95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1220 | 2024.02.29 22:27:13.181598 [ 3 ] {c49f6550-5b59-40b1-a1e1-942d62a2d63f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 1221 | 2024.02.29 22:27:13.181662 [ 3 ] {c49f6550-5b59-40b1-a1e1-942d62a2d63f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 1222 | 2024.02.29 22:27:13.181854 [ 3 ] {c49f6550-5b59-40b1-a1e1-942d62a2d63f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1223 | 2024.02.29 22:27:13.182348 [ 3 ] {c49f6550-5b59-40b1-a1e1-942d62a2d63f} <Trace> oximeter.fields_i64 (93a397b9-9146-4a5e-92b4-bf5ddd8f2458): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1224 | 2024.02.29 22:27:13.182391 [ 3 ] {c49f6550-5b59-40b1-a1e1-942d62a2d63f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 1225 | 2024.02.29 22:27:13.182779 [ 3 ] {c49f6550-5b59-40b1-a1e1-942d62a2d63f} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1226 | 2024.02.29 22:27:13.183107 [ 3 ] {c49f6550-5b59-40b1-a1e1-942d62a2d63f} <Trace> oximeter.fields_i64 (93a397b9-9146-4a5e-92b4-bf5ddd8f2458): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1227 | 2024.02.29 22:27:13.183243 [ 3 ] {c49f6550-5b59-40b1-a1e1-942d62a2d63f} <Debug> executeQuery: Read 41 rows, 3.32 KiB in 0.001709 sec., 23990.637799882974 rows/sec., 1.90 MiB/sec. | ||
| 1228 | 2024.02.29 22:27:13.183389 [ 3 ] {c49f6550-5b59-40b1-a1e1-942d62a2d63f} <Debug> DynamicQueryHandler: Done processing query | ||
| 1229 | 2024.02.29 22:27:13.183413 [ 3 ] {c49f6550-5b59-40b1-a1e1-942d62a2d63f} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 1230 | 2024.02.29 22:27:13.183429 [ 3 ] {} <Debug> HTTP-Session: e9bf85ff-814f-433b-8603-f507326b1f95 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1231 | 2024.02.29 22:27:13.183579 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 19976, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1232 | 2024.02.29 22:27:13.183629 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1233 | 2024.02.29 22:27:13.183648 [ 3 ] {} <Debug> HTTP-Session: 5196e027-e490-4d52-a1d2-161c24fdd8d0 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 | ||
| 1234 | 2024.02.29 22:27:13.183667 [ 3 ] {} <Debug> HTTP-Session: 5196e027-e490-4d52-a1d2-161c24fdd8d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1235 | 2024.02.29 22:27:13.183681 [ 3 ] {} <Debug> HTTP-Session: 5196e027-e490-4d52-a1d2-161c24fdd8d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1236 | 2024.02.29 22:27:13.183713 [ 3 ] {} <Trace> HTTP-Session: 5196e027-e490-4d52-a1d2-161c24fdd8d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1237 | 2024.02.29 22:27:13.183817 [ 3 ] {925e410c-9d1c-4403-95d7-2562c2ad30be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 1238 | 2024.02.29 22:27:13.183857 [ 3 ] {925e410c-9d1c-4403-95d7-2562c2ad30be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1239 | 2024.02.29 22:27:13.183981 [ 3 ] {925e410c-9d1c-4403-95d7-2562c2ad30be} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1240 | 2024.02.29 22:27:13.184334 [ 3 ] {925e410c-9d1c-4403-95d7-2562c2ad30be} <Trace> oximeter.fields_string (374fb4b9-0ca1-4f9f-97a7-755b09e4f649): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1241 | 2024.02.29 22:27:13.184371 [ 3 ] {925e410c-9d1c-4403-95d7-2562c2ad30be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 1242 | 2024.02.29 22:27:13.184712 [ 3 ] {925e410c-9d1c-4403-95d7-2562c2ad30be} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1243 | 2024.02.29 22:27:13.185026 [ 3 ] {925e410c-9d1c-4403-95d7-2562c2ad30be} <Trace> oximeter.fields_string (374fb4b9-0ca1-4f9f-97a7-755b09e4f649): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1244 | 2024.02.29 22:27:13.185152 [ 3 ] {925e410c-9d1c-4403-95d7-2562c2ad30be} <Debug> executeQuery: Read 123 rows, 12.44 KiB in 0.00139 sec., 88489.20863309353 rows/sec., 8.74 MiB/sec. | ||
| 1245 | 2024.02.29 22:27:13.185378 [ 3 ] {925e410c-9d1c-4403-95d7-2562c2ad30be} <Debug> DynamicQueryHandler: Done processing query | ||
| 1246 | 2024.02.29 22:27:13.185402 [ 3 ] {925e410c-9d1c-4403-95d7-2562c2ad30be} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
| 1247 | 2024.02.29 22:27:13.185419 [ 3 ] {} <Debug> HTTP-Session: 5196e027-e490-4d52-a1d2-161c24fdd8d0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1248 | 2024.02.29 22:27:13.185557 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 6996, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1249 | 2024.02.29 22:27:13.185603 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1250 | 2024.02.29 22:27:13.185622 [ 3 ] {} <Debug> HTTP-Session: fda8e5b7-d1c2-4fa1-8b37-5f0dffacadb4 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 | ||
| 1251 | 2024.02.29 22:27:13.185639 [ 3 ] {} <Debug> HTTP-Session: fda8e5b7-d1c2-4fa1-8b37-5f0dffacadb4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1252 | 2024.02.29 22:27:13.185653 [ 3 ] {} <Debug> HTTP-Session: fda8e5b7-d1c2-4fa1-8b37-5f0dffacadb4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1253 | 2024.02.29 22:27:13.185684 [ 3 ] {} <Trace> HTTP-Session: fda8e5b7-d1c2-4fa1-8b37-5f0dffacadb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1254 | 2024.02.29 22:27:13.185760 [ 3 ] {b3a66594-5ee2-47ab-8d64-0b0f523b891c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 1255 | 2024.02.29 22:27:13.185801 [ 3 ] {b3a66594-5ee2-47ab-8d64-0b0f523b891c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1256 | 2024.02.29 22:27:13.185945 [ 3 ] {b3a66594-5ee2-47ab-8d64-0b0f523b891c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1257 | 2024.02.29 22:27:13.186235 [ 3 ] {b3a66594-5ee2-47ab-8d64-0b0f523b891c} <Trace> oximeter.fields_uuid (6010d6a8-7f84-45c4-a7fd-5027dadf2996): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1258 | 2024.02.29 22:27:13.186273 [ 3 ] {b3a66594-5ee2-47ab-8d64-0b0f523b891c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 1259 | 2024.02.29 22:27:13.186577 [ 3 ] {b3a66594-5ee2-47ab-8d64-0b0f523b891c} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1260 | 2024.02.29 22:27:13.186877 [ 3 ] {b3a66594-5ee2-47ab-8d64-0b0f523b891c} <Trace> oximeter.fields_uuid (6010d6a8-7f84-45c4-a7fd-5027dadf2996): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1261 | 2024.02.29 22:27:13.187006 [ 3 ] {b3a66594-5ee2-47ab-8d64-0b0f523b891c} <Debug> executeQuery: Read 41 rows, 3.28 KiB in 0.001279 sec., 32056.29397967162 rows/sec., 2.51 MiB/sec. | ||
| 1262 | 2024.02.29 22:27:13.187168 [ 3 ] {b3a66594-5ee2-47ab-8d64-0b0f523b891c} <Debug> DynamicQueryHandler: Done processing query | ||
| 1263 | 2024.02.29 22:27:13.187192 [ 3 ] {b3a66594-5ee2-47ab-8d64-0b0f523b891c} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 1264 | 2024.02.29 22:27:13.187208 [ 3 ] {} <Debug> HTTP-Session: fda8e5b7-d1c2-4fa1-8b37-5f0dffacadb4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1265 | 2024.02.29 22:27:13.187376 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 43869, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1266 | 2024.02.29 22:27:13.187424 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1267 | 2024.02.29 22:27:13.187443 [ 3 ] {} <Debug> HTTP-Session: 9c5c2da2-6308-4711-8333-9c5397eb787b Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 | ||
| 1268 | 2024.02.29 22:27:13.187461 [ 3 ] {} <Debug> HTTP-Session: 9c5c2da2-6308-4711-8333-9c5397eb787b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1269 | 2024.02.29 22:27:13.187475 [ 3 ] {} <Debug> HTTP-Session: 9c5c2da2-6308-4711-8333-9c5397eb787b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1270 | 2024.02.29 22:27:13.187506 [ 3 ] {} <Trace> HTTP-Session: 9c5c2da2-6308-4711-8333-9c5397eb787b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1271 | 2024.02.29 22:27:13.187794 [ 3 ] {837c3f59-45b6-42e3-ac02-52fb1cce607f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 1272 | 2024.02.29 22:27:13.187840 [ 3 ] {837c3f59-45b6-42e3-ac02-52fb1cce607f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 1273 | 2024.02.29 22:27:13.187995 [ 3 ] {837c3f59-45b6-42e3-ac02-52fb1cce607f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1274 | 2024.02.29 22:27:13.188625 [ 3 ] {837c3f59-45b6-42e3-ac02-52fb1cce607f} <Trace> oximeter.measurements_histogramf64 (d93b2b73-b11f-4e5a-9b26-3d25ff9942ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1275 | 2024.02.29 22:27:13.188660 [ 3 ] {837c3f59-45b6-42e3-ac02-52fb1cce607f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 1276 | 2024.02.29 22:27:13.189146 [ 3 ] {837c3f59-45b6-42e3-ac02-52fb1cce607f} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1277 | 2024.02.29 22:27:13.189475 [ 3 ] {837c3f59-45b6-42e3-ac02-52fb1cce607f} <Trace> oximeter.measurements_histogramf64 (d93b2b73-b11f-4e5a-9b26-3d25ff9942ee): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1278 | 2024.02.29 22:27:13.189608 [ 3 ] {837c3f59-45b6-42e3-ac02-52fb1cce607f} <Debug> executeQuery: Read 41 rows, 56.66 KiB in 0.002052 sec., 19980.506822612086 rows/sec., 26.96 MiB/sec. | ||
| 1279 | 2024.02.29 22:27:13.189865 [ 3 ] {837c3f59-45b6-42e3-ac02-52fb1cce607f} <Debug> DynamicQueryHandler: Done processing query | ||
| 1280 | 2024.02.29 22:27:13.189889 [ 3 ] {837c3f59-45b6-42e3-ac02-52fb1cce607f} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
| 1281 | 2024.02.29 22:27:13.189905 [ 3 ] {} <Debug> HTTP-Session: 9c5c2da2-6308-4711-8333-9c5397eb787b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1282 | 2024.02.29 22:27:21.387813 [ 79 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1283 | 2024.02.29 22:27:21.387919 [ 79 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1284 | 2024.02.29 22:27:23.180507 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 5929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1285 | 2024.02.29 22:27:23.180675 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1286 | 2024.02.29 22:27:23.180718 [ 3 ] {} <Debug> HTTP-Session: 8b87cd52-e799-4f3c-9b9b-36cd2ec46437 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 | ||
| 1287 | 2024.02.29 22:27:23.180763 [ 3 ] {} <Debug> HTTP-Session: 8b87cd52-e799-4f3c-9b9b-36cd2ec46437 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1288 | 2024.02.29 22:27:23.180794 [ 3 ] {} <Debug> HTTP-Session: 8b87cd52-e799-4f3c-9b9b-36cd2ec46437 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1289 | 2024.02.29 22:27:23.180876 [ 3 ] {} <Trace> HTTP-Session: 8b87cd52-e799-4f3c-9b9b-36cd2ec46437 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1290 | 2024.02.29 22:27:23.181084 [ 3 ] {13d90283-a4d9-49c8-812d-356cb77ba70f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 1291 | 2024.02.29 22:27:23.181189 [ 3 ] {13d90283-a4d9-49c8-812d-356cb77ba70f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 1292 | 2024.02.29 22:27:23.181516 [ 3 ] {13d90283-a4d9-49c8-812d-356cb77ba70f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1293 | 2024.02.29 22:27:23.182042 [ 3 ] {13d90283-a4d9-49c8-812d-356cb77ba70f} <Trace> oximeter.fields_i64 (93a397b9-9146-4a5e-92b4-bf5ddd8f2458): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1294 | 2024.02.29 22:27:23.182087 [ 3 ] {13d90283-a4d9-49c8-812d-356cb77ba70f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 1295 | 2024.02.29 22:27:23.182490 [ 3 ] {13d90283-a4d9-49c8-812d-356cb77ba70f} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1296 | 2024.02.29 22:27:23.182828 [ 3 ] {13d90283-a4d9-49c8-812d-356cb77ba70f} <Trace> oximeter.fields_i64 (93a397b9-9146-4a5e-92b4-bf5ddd8f2458): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1297 | 2024.02.29 22:27:23.182989 [ 3 ] {13d90283-a4d9-49c8-812d-356cb77ba70f} <Debug> executeQuery: Read 41 rows, 3.32 KiB in 0.00201 sec., 20398.009950248754 rows/sec., 1.61 MiB/sec. | ||
| 1298 | 2024.02.29 22:27:23.183304 [ 3 ] {13d90283-a4d9-49c8-812d-356cb77ba70f} <Debug> DynamicQueryHandler: Done processing query | ||
| 1299 | 2024.02.29 22:27:23.183343 [ 3 ] {13d90283-a4d9-49c8-812d-356cb77ba70f} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 1300 | 2024.02.29 22:27:23.183361 [ 3 ] {} <Debug> HTTP-Session: 8b87cd52-e799-4f3c-9b9b-36cd2ec46437 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1301 | 2024.02.29 22:27:23.183504 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 19976, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1302 | 2024.02.29 22:27:23.183555 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1303 | 2024.02.29 22:27:23.183574 [ 3 ] {} <Debug> HTTP-Session: c44d46c6-5e48-499f-98c0-198c765501ef Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 | ||
| 1304 | 2024.02.29 22:27:23.183592 [ 3 ] {} <Debug> HTTP-Session: c44d46c6-5e48-499f-98c0-198c765501ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1305 | 2024.02.29 22:27:23.183606 [ 3 ] {} <Debug> HTTP-Session: c44d46c6-5e48-499f-98c0-198c765501ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1306 | 2024.02.29 22:27:23.183638 [ 3 ] {} <Trace> HTTP-Session: c44d46c6-5e48-499f-98c0-198c765501ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1307 | 2024.02.29 22:27:23.183743 [ 3 ] {f12bed9b-7b06-42f7-aff6-21c8e8590c23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 1308 | 2024.02.29 22:27:23.183786 [ 3 ] {f12bed9b-7b06-42f7-aff6-21c8e8590c23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1309 | 2024.02.29 22:27:23.183923 [ 3 ] {f12bed9b-7b06-42f7-aff6-21c8e8590c23} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1310 | 2024.02.29 22:27:23.184335 [ 3 ] {f12bed9b-7b06-42f7-aff6-21c8e8590c23} <Trace> oximeter.fields_string (374fb4b9-0ca1-4f9f-97a7-755b09e4f649): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1311 | 2024.02.29 22:27:23.184373 [ 3 ] {f12bed9b-7b06-42f7-aff6-21c8e8590c23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 1312 | 2024.02.29 22:27:23.184693 [ 3 ] {f12bed9b-7b06-42f7-aff6-21c8e8590c23} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1313 | 2024.02.29 22:27:23.185009 [ 3 ] {f12bed9b-7b06-42f7-aff6-21c8e8590c23} <Trace> oximeter.fields_string (374fb4b9-0ca1-4f9f-97a7-755b09e4f649): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1314 | 2024.02.29 22:27:23.185168 [ 3 ] {f12bed9b-7b06-42f7-aff6-21c8e8590c23} <Debug> executeQuery: Read 123 rows, 12.44 KiB in 0.001473 sec., 83503.05498981671 rows/sec., 8.25 MiB/sec. | ||
| 1315 | 2024.02.29 22:27:23.185555 [ 3 ] {f12bed9b-7b06-42f7-aff6-21c8e8590c23} <Debug> DynamicQueryHandler: Done processing query | ||
| 1316 | 2024.02.29 22:27:23.185587 [ 3 ] {f12bed9b-7b06-42f7-aff6-21c8e8590c23} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
| 1317 | 2024.02.29 22:27:23.185610 [ 3 ] {} <Debug> HTTP-Session: c44d46c6-5e48-499f-98c0-198c765501ef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1318 | 2024.02.29 22:27:23.185754 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 6996, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1319 | 2024.02.29 22:27:23.185807 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1320 | 2024.02.29 22:27:23.185825 [ 3 ] {} <Debug> HTTP-Session: 0bc246a2-f2c4-40bd-93a0-3a1deb415ba4 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 | ||
| 1321 | 2024.02.29 22:27:23.185842 [ 3 ] {} <Debug> HTTP-Session: 0bc246a2-f2c4-40bd-93a0-3a1deb415ba4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1322 | 2024.02.29 22:27:23.185856 [ 3 ] {} <Debug> HTTP-Session: 0bc246a2-f2c4-40bd-93a0-3a1deb415ba4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1323 | 2024.02.29 22:27:23.185887 [ 3 ] {} <Trace> HTTP-Session: 0bc246a2-f2c4-40bd-93a0-3a1deb415ba4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1324 | 2024.02.29 22:27:23.185965 [ 3 ] {ee85c358-cdc0-4aa5-974d-9041bcdacefb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 1325 | 2024.02.29 22:27:23.186006 [ 3 ] {ee85c358-cdc0-4aa5-974d-9041bcdacefb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1326 | 2024.02.29 22:27:23.186151 [ 3 ] {ee85c358-cdc0-4aa5-974d-9041bcdacefb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1327 | 2024.02.29 22:27:23.186469 [ 3 ] {ee85c358-cdc0-4aa5-974d-9041bcdacefb} <Trace> oximeter.fields_uuid (6010d6a8-7f84-45c4-a7fd-5027dadf2996): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1328 | 2024.02.29 22:27:23.186507 [ 3 ] {ee85c358-cdc0-4aa5-974d-9041bcdacefb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 1329 | 2024.02.29 22:27:23.186814 [ 3 ] {ee85c358-cdc0-4aa5-974d-9041bcdacefb} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1330 | 2024.02.29 22:27:23.187122 [ 3 ] {ee85c358-cdc0-4aa5-974d-9041bcdacefb} <Trace> oximeter.fields_uuid (6010d6a8-7f84-45c4-a7fd-5027dadf2996): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1331 | 2024.02.29 22:27:23.187287 [ 3 ] {ee85c358-cdc0-4aa5-974d-9041bcdacefb} <Debug> executeQuery: Read 41 rows, 3.28 KiB in 0.001347 sec., 30438.01039346696 rows/sec., 2.38 MiB/sec. | ||
| 1332 | 2024.02.29 22:27:23.187632 [ 3 ] {ee85c358-cdc0-4aa5-974d-9041bcdacefb} <Debug> DynamicQueryHandler: Done processing query | ||
| 1333 | 2024.02.29 22:27:23.187658 [ 3 ] {ee85c358-cdc0-4aa5-974d-9041bcdacefb} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 1334 | 2024.02.29 22:27:23.187674 [ 3 ] {} <Debug> HTTP-Session: 0bc246a2-f2c4-40bd-93a0-3a1deb415ba4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1335 | 2024.02.29 22:27:23.187879 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 43869, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1336 | 2024.02.29 22:27:23.187928 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1337 | 2024.02.29 22:27:23.187947 [ 3 ] {} <Debug> HTTP-Session: c648663b-ec29-4dcb-a932-d8269d1a7af2 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 | ||
| 1338 | 2024.02.29 22:27:23.187964 [ 3 ] {} <Debug> HTTP-Session: c648663b-ec29-4dcb-a932-d8269d1a7af2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1339 | 2024.02.29 22:27:23.187978 [ 3 ] {} <Debug> HTTP-Session: c648663b-ec29-4dcb-a932-d8269d1a7af2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1340 | 2024.02.29 22:27:23.188008 [ 3 ] {} <Trace> HTTP-Session: c648663b-ec29-4dcb-a932-d8269d1a7af2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1341 | 2024.02.29 22:27:23.188309 [ 3 ] {339bd1bc-0d92-4b3b-b3e2-6de53a750808} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 1342 | 2024.02.29 22:27:23.188358 [ 3 ] {339bd1bc-0d92-4b3b-b3e2-6de53a750808} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 1343 | 2024.02.29 22:27:23.188538 [ 3 ] {339bd1bc-0d92-4b3b-b3e2-6de53a750808} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1344 | 2024.02.29 22:27:23.189071 [ 3 ] {339bd1bc-0d92-4b3b-b3e2-6de53a750808} <Trace> oximeter.measurements_histogramf64 (d93b2b73-b11f-4e5a-9b26-3d25ff9942ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1345 | 2024.02.29 22:27:23.189108 [ 3 ] {339bd1bc-0d92-4b3b-b3e2-6de53a750808} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 1346 | 2024.02.29 22:27:23.189568 [ 3 ] {339bd1bc-0d92-4b3b-b3e2-6de53a750808} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1347 | 2024.02.29 22:27:23.189920 [ 3 ] {339bd1bc-0d92-4b3b-b3e2-6de53a750808} <Trace> oximeter.measurements_histogramf64 (d93b2b73-b11f-4e5a-9b26-3d25ff9942ee): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1348 | 2024.02.29 22:27:23.190095 [ 3 ] {339bd1bc-0d92-4b3b-b3e2-6de53a750808} <Debug> executeQuery: Read 41 rows, 56.66 KiB in 0.002004 sec., 20459.081836327343 rows/sec., 27.61 MiB/sec. | ||
| 1349 | 2024.02.29 22:27:23.190539 [ 3 ] {339bd1bc-0d92-4b3b-b3e2-6de53a750808} <Debug> DynamicQueryHandler: Done processing query | ||
| 1350 | 2024.02.29 22:27:23.190564 [ 3 ] {339bd1bc-0d92-4b3b-b3e2-6de53a750808} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
| 1351 | 2024.02.29 22:27:23.190580 [ 3 ] {} <Debug> HTTP-Session: c648663b-ec29-4dcb-a932-d8269d1a7af2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1352 | 2024.02.29 22:27:33.181027 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 475, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1353 | 2024.02.29 22:27:33.181177 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1354 | 2024.02.29 22:27:33.181205 [ 3 ] {} <Debug> HTTP-Session: 854f03e0-7a58-4023-bdc7-b09a56fc3d72 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 | ||
| 1355 | 2024.02.29 22:27:33.181237 [ 3 ] {} <Debug> HTTP-Session: 854f03e0-7a58-4023-bdc7-b09a56fc3d72 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1356 | 2024.02.29 22:27:33.181256 [ 3 ] {} <Debug> HTTP-Session: 854f03e0-7a58-4023-bdc7-b09a56fc3d72 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1357 | 2024.02.29 22:27:33.181316 [ 3 ] {} <Trace> HTTP-Session: 854f03e0-7a58-4023-bdc7-b09a56fc3d72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1358 | 2024.02.29 22:27:33.181506 [ 3 ] {3cda0767-a0ae-4720-98f4-df31453da8c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48615) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent') FORMAT JSONEachRow; (stage: Complete) | ||
| 1359 | 2024.02.29 22:27:33.181930 [ 3 ] {3cda0767-a0ae-4720-98f4-df31453da8c3} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1360 | 2024.02.29 22:27:33.181976 [ 3 ] {3cda0767-a0ae-4720-98f4-df31453da8c3} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent')" moved to PREWHERE | ||
| 1361 | 2024.02.29 22:27:33.182284 [ 3 ] {3cda0767-a0ae-4720-98f4-df31453da8c3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1362 | 2024.02.29 22:27:33.182385 [ 3 ] {3cda0767-a0ae-4720-98f4-df31453da8c3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1363 | 2024.02.29 22:27:33.182586 [ 3 ] {3cda0767-a0ae-4720-98f4-df31453da8c3} <Debug> oximeter.timeseries_schema (7c087a3e-bf03-415c-8f5e-b2bc71064e9d) (SelectExecutor): Key condition: (column 0 notIn 10-element set) | ||
| 1364 | 2024.02.29 22:27:33.182765 [ 251 ] {3cda0767-a0ae-4720-98f4-df31453da8c3} <Trace> oximeter.timeseries_schema (7c087a3e-bf03-415c-8f5e-b2bc71064e9d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1365 | 2024.02.29 22:27:33.182770 [ 253 ] {3cda0767-a0ae-4720-98f4-df31453da8c3} <Trace> oximeter.timeseries_schema (7c087a3e-bf03-415c-8f5e-b2bc71064e9d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1366 | 2024.02.29 22:27:33.182967 [ 3 ] {3cda0767-a0ae-4720-98f4-df31453da8c3} <Debug> oximeter.timeseries_schema (7c087a3e-bf03-415c-8f5e-b2bc71064e9d) (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 | ||
| 1367 | 2024.02.29 22:27:33.183002 [ 3 ] {3cda0767-a0ae-4720-98f4-df31453da8c3} <Trace> oximeter.timeseries_schema (7c087a3e-bf03-415c-8f5e-b2bc71064e9d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1368 | 2024.02.29 22:27:33.185321 [ 3 ] {3cda0767-a0ae-4720-98f4-df31453da8c3} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1369 | 2024.02.29 22:27:33.187697 [ 3 ] {3cda0767-a0ae-4720-98f4-df31453da8c3} <Debug> oximeter.timeseries_schema (7c087a3e-bf03-415c-8f5e-b2bc71064e9d) (SelectExecutor): Reading approx. 10 rows with 2 streams | ||
| 1370 | 2024.02.29 22:27:33.187774 [ 3 ] {3cda0767-a0ae-4720-98f4-df31453da8c3} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', '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'))" | ||
| 1371 | 2024.02.29 22:27:33.187830 [ 3 ] {3cda0767-a0ae-4720-98f4-df31453da8c3} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', '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'))" | ||
| 1372 | 2024.02.29 22:27:33.189724 [ 3 ] {3cda0767-a0ae-4720-98f4-df31453da8c3} <Debug> executeQuery: Read 10 rows, 435.00 B in 0.008327 sec., 1200.9126936471719 rows/sec., 51.02 KiB/sec. | ||
| 1373 | 2024.02.29 22:27:33.190044 [ 3 ] {3cda0767-a0ae-4720-98f4-df31453da8c3} <Debug> DynamicQueryHandler: Done processing query | ||
| 1374 | 2024.02.29 22:27:33.190075 [ 3 ] {3cda0767-a0ae-4720-98f4-df31453da8c3} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
| 1375 | 2024.02.29 22:27:33.190095 [ 3 ] {} <Debug> HTTP-Session: 854f03e0-7a58-4023-bdc7-b09a56fc3d72 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1376 | 2024.02.29 22:27:33.192916 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 452, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1377 | 2024.02.29 22:27:33.192998 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1378 | 2024.02.29 22:27:33.193032 [ 3 ] {} <Debug> HTTP-Session: 7f5cc742-178a-4470-b175-d86ad4c26db1 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 | ||
| 1379 | 2024.02.29 22:27:33.193062 [ 3 ] {} <Debug> HTTP-Session: 7f5cc742-178a-4470-b175-d86ad4c26db1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1380 | 2024.02.29 22:27:33.193086 [ 3 ] {} <Debug> HTTP-Session: 7f5cc742-178a-4470-b175-d86ad4c26db1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1381 | 2024.02.29 22:27:33.193149 [ 3 ] {} <Trace> HTTP-Session: 7f5cc742-178a-4470-b175-d86ad4c26db1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1382 | 2024.02.29 22:27:33.193285 [ 3 ] {77fd8b0e-95f7-40fc-ba4e-13e2620d49fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
| 1383 | 2024.02.29 22:27:33.193364 [ 3 ] {77fd8b0e-95f7-40fc-ba4e-13e2620d49fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1384 | 2024.02.29 22:27:33.193668 [ 3 ] {77fd8b0e-95f7-40fc-ba4e-13e2620d49fa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1385 | 2024.02.29 22:27:33.194111 [ 3 ] {77fd8b0e-95f7-40fc-ba4e-13e2620d49fa} <Trace> oximeter.timeseries_schema (7c087a3e-bf03-415c-8f5e-b2bc71064e9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1386 | 2024.02.29 22:27:33.194169 [ 3 ] {77fd8b0e-95f7-40fc-ba4e-13e2620d49fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 1387 | 2024.02.29 22:27:33.194775 [ 3 ] {77fd8b0e-95f7-40fc-ba4e-13e2620d49fa} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1388 | 2024.02.29 22:27:33.195159 [ 3 ] {77fd8b0e-95f7-40fc-ba4e-13e2620d49fa} <Trace> oximeter.timeseries_schema (7c087a3e-bf03-415c-8f5e-b2bc71064e9d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1389 | 2024.02.29 22:27:33.195351 [ 3 ] {77fd8b0e-95f7-40fc-ba4e-13e2620d49fa} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.002125 sec., 470.5882352941176 rows/sec., 106.62 KiB/sec. | ||
| 1390 | 2024.02.29 22:27:33.195662 [ 3 ] {77fd8b0e-95f7-40fc-ba4e-13e2620d49fa} <Debug> DynamicQueryHandler: Done processing query | ||
| 1391 | 2024.02.29 22:27:33.195695 [ 3 ] {77fd8b0e-95f7-40fc-ba4e-13e2620d49fa} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
| 1392 | 2024.02.29 22:27:33.195712 [ 3 ] {} <Debug> HTTP-Session: 7f5cc742-178a-4470-b175-d86ad4c26db1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1393 | 2024.02.29 22:27:33.195871 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 5929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1394 | 2024.02.29 22:27:33.195925 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1395 | 2024.02.29 22:27:33.195948 [ 3 ] {} <Debug> HTTP-Session: 8abe5683-df45-437d-89ed-5ada4c437bba Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 | ||
| 1396 | 2024.02.29 22:27:33.195969 [ 3 ] {} <Debug> HTTP-Session: 8abe5683-df45-437d-89ed-5ada4c437bba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1397 | 2024.02.29 22:27:33.195985 [ 3 ] {} <Debug> HTTP-Session: 8abe5683-df45-437d-89ed-5ada4c437bba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1398 | 2024.02.29 22:27:33.196021 [ 3 ] {} <Trace> HTTP-Session: 8abe5683-df45-437d-89ed-5ada4c437bba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1399 | 2024.02.29 22:27:33.196111 [ 3 ] {19896687-87ce-4dc2-a5d3-fb41afd62113} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 1400 | 2024.02.29 22:27:33.196160 [ 3 ] {19896687-87ce-4dc2-a5d3-fb41afd62113} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 1401 | 2024.02.29 22:27:33.196320 [ 3 ] {19896687-87ce-4dc2-a5d3-fb41afd62113} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1402 | 2024.02.29 22:27:33.196681 [ 3 ] {19896687-87ce-4dc2-a5d3-fb41afd62113} <Trace> oximeter.fields_i64 (93a397b9-9146-4a5e-92b4-bf5ddd8f2458): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1403 | 2024.02.29 22:27:33.196725 [ 3 ] {19896687-87ce-4dc2-a5d3-fb41afd62113} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 1404 | 2024.02.29 22:27:33.197099 [ 3 ] {19896687-87ce-4dc2-a5d3-fb41afd62113} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1405 | 2024.02.29 22:27:33.197475 [ 3 ] {19896687-87ce-4dc2-a5d3-fb41afd62113} <Trace> oximeter.fields_i64 (93a397b9-9146-4a5e-92b4-bf5ddd8f2458): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1406 | 2024.02.29 22:27:33.197660 [ 3 ] {19896687-87ce-4dc2-a5d3-fb41afd62113} <Debug> executeQuery: Read 41 rows, 3.32 KiB in 0.00158 sec., 25949.367088607596 rows/sec., 2.05 MiB/sec. | ||
| 1407 | 2024.02.29 22:27:33.197799 [ 3 ] {19896687-87ce-4dc2-a5d3-fb41afd62113} <Debug> DynamicQueryHandler: Done processing query | ||
| 1408 | 2024.02.29 22:27:33.197825 [ 3 ] {19896687-87ce-4dc2-a5d3-fb41afd62113} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 1409 | 2024.02.29 22:27:33.197846 [ 3 ] {} <Debug> HTTP-Session: 8abe5683-df45-437d-89ed-5ada4c437bba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1410 | 2024.02.29 22:27:33.198031 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1411 | 2024.02.29 22:27:33.198086 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1412 | 2024.02.29 22:27:33.198110 [ 3 ] {} <Debug> HTTP-Session: c4ab65a9-d675-4def-88c8-7ff315f19f28 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 | ||
| 1413 | 2024.02.29 22:27:33.198130 [ 3 ] {} <Debug> HTTP-Session: c4ab65a9-d675-4def-88c8-7ff315f19f28 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1414 | 2024.02.29 22:27:33.198146 [ 3 ] {} <Debug> HTTP-Session: c4ab65a9-d675-4def-88c8-7ff315f19f28 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1415 | 2024.02.29 22:27:33.198182 [ 3 ] {} <Trace> HTTP-Session: c4ab65a9-d675-4def-88c8-7ff315f19f28 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1416 | 2024.02.29 22:27:33.198255 [ 3 ] {3ca2dea0-1716-4a4b-9fb1-70b3d94432bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 1417 | 2024.02.29 22:27:33.198306 [ 3 ] {3ca2dea0-1716-4a4b-9fb1-70b3d94432bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 1418 | 2024.02.29 22:27:33.198487 [ 3 ] {3ca2dea0-1716-4a4b-9fb1-70b3d94432bb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1419 | 2024.02.29 22:27:33.198804 [ 3 ] {3ca2dea0-1716-4a4b-9fb1-70b3d94432bb} <Trace> oximeter.fields_ipaddr (36ad34a7-1ba7-4fa3-8404-702b1da33935): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1420 | 2024.02.29 22:27:33.198849 [ 3 ] {3ca2dea0-1716-4a4b-9fb1-70b3d94432bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 1421 | 2024.02.29 22:27:33.199234 [ 3 ] {3ca2dea0-1716-4a4b-9fb1-70b3d94432bb} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1422 | 2024.02.29 22:27:33.199610 [ 3 ] {3ca2dea0-1716-4a4b-9fb1-70b3d94432bb} <Trace> oximeter.fields_ipaddr (36ad34a7-1ba7-4fa3-8404-702b1da33935): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1423 | 2024.02.29 22:27:33.199787 [ 3 ] {3ca2dea0-1716-4a4b-9fb1-70b3d94432bb} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001551 sec., 1289.4906511927788 rows/sec., 105.15 KiB/sec. | ||
| 1424 | 2024.02.29 22:27:33.200018 [ 3 ] {3ca2dea0-1716-4a4b-9fb1-70b3d94432bb} <Debug> DynamicQueryHandler: Done processing query | ||
| 1425 | 2024.02.29 22:27:33.200049 [ 3 ] {3ca2dea0-1716-4a4b-9fb1-70b3d94432bb} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 1426 | 2024.02.29 22:27:33.200066 [ 3 ] {} <Debug> HTTP-Session: c4ab65a9-d675-4def-88c8-7ff315f19f28 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1427 | 2024.02.29 22:27:33.200248 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 25052, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1428 | 2024.02.29 22:27:33.200305 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1429 | 2024.02.29 22:27:33.200329 [ 3 ] {} <Debug> HTTP-Session: 74ec95d8-36c9-4048-9c6a-86a049392cbd Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 | ||
| 1430 | 2024.02.29 22:27:33.200349 [ 3 ] {} <Debug> HTTP-Session: 74ec95d8-36c9-4048-9c6a-86a049392cbd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1431 | 2024.02.29 22:27:33.200363 [ 3 ] {} <Debug> HTTP-Session: 74ec95d8-36c9-4048-9c6a-86a049392cbd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1432 | 2024.02.29 22:27:33.200399 [ 3 ] {} <Trace> HTTP-Session: 74ec95d8-36c9-4048-9c6a-86a049392cbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1433 | 2024.02.29 22:27:33.200521 [ 3 ] {a2865ad3-cc4a-4f38-982e-90ae71dfe38e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 1434 | 2024.02.29 22:27:33.200570 [ 3 ] {a2865ad3-cc4a-4f38-982e-90ae71dfe38e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1435 | 2024.02.29 22:27:33.200733 [ 3 ] {a2865ad3-cc4a-4f38-982e-90ae71dfe38e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1436 | 2024.02.29 22:27:33.201164 [ 3 ] {a2865ad3-cc4a-4f38-982e-90ae71dfe38e} <Trace> oximeter.fields_string (374fb4b9-0ca1-4f9f-97a7-755b09e4f649): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1437 | 2024.02.29 22:27:33.201209 [ 3 ] {a2865ad3-cc4a-4f38-982e-90ae71dfe38e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 1438 | 2024.02.29 22:27:33.201591 [ 3 ] {a2865ad3-cc4a-4f38-982e-90ae71dfe38e} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1439 | 2024.02.29 22:27:33.201966 [ 3 ] {a2865ad3-cc4a-4f38-982e-90ae71dfe38e} <Trace> oximeter.fields_string (374fb4b9-0ca1-4f9f-97a7-755b09e4f649): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1440 | 2024.02.29 22:27:33.202153 [ 3 ] {a2865ad3-cc4a-4f38-982e-90ae71dfe38e} <Debug> executeQuery: Read 160 rows, 15.30 KiB in 0.001692 sec., 94562.64775413711 rows/sec., 8.83 MiB/sec. | ||
| 1441 | 2024.02.29 22:27:33.202287 [ 3 ] {a2865ad3-cc4a-4f38-982e-90ae71dfe38e} <Debug> DynamicQueryHandler: Done processing query | ||
| 1442 | 2024.02.29 22:27:33.202318 [ 3 ] {a2865ad3-cc4a-4f38-982e-90ae71dfe38e} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
| 1443 | 2024.02.29 22:27:33.202337 [ 3 ] {} <Debug> HTTP-Session: 74ec95d8-36c9-4048-9c6a-86a049392cbd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1444 | 2024.02.29 22:27:33.202480 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1445 | 2024.02.29 22:27:33.202534 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1446 | 2024.02.29 22:27:33.202556 [ 3 ] {} <Debug> HTTP-Session: 04f733ac-62b9-4812-91ff-15b92d9f5e4b Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 | ||
| 1447 | 2024.02.29 22:27:33.202576 [ 3 ] {} <Debug> HTTP-Session: 04f733ac-62b9-4812-91ff-15b92d9f5e4b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1448 | 2024.02.29 22:27:33.202593 [ 3 ] {} <Debug> HTTP-Session: 04f733ac-62b9-4812-91ff-15b92d9f5e4b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1449 | 2024.02.29 22:27:33.202627 [ 3 ] {} <Trace> HTTP-Session: 04f733ac-62b9-4812-91ff-15b92d9f5e4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1450 | 2024.02.29 22:27:33.202698 [ 3 ] {3b6cf20c-6740-4c1f-8e09-3c520d21d59b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 1451 | 2024.02.29 22:27:33.202745 [ 3 ] {3b6cf20c-6740-4c1f-8e09-3c520d21d59b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1452 | 2024.02.29 22:27:33.202884 [ 3 ] {3b6cf20c-6740-4c1f-8e09-3c520d21d59b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1453 | 2024.02.29 22:27:33.203294 [ 3 ] {3b6cf20c-6740-4c1f-8e09-3c520d21d59b} <Trace> oximeter.fields_u16 (c87e8bb9-f232-425e-8fb5-4314e9db9d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1454 | 2024.02.29 22:27:33.203339 [ 3 ] {3b6cf20c-6740-4c1f-8e09-3c520d21d59b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 1455 | 2024.02.29 22:27:33.203713 [ 3 ] {3b6cf20c-6740-4c1f-8e09-3c520d21d59b} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1456 | 2024.02.29 22:27:33.204079 [ 3 ] {3b6cf20c-6740-4c1f-8e09-3c520d21d59b} <Trace> oximeter.fields_u16 (c87e8bb9-f232-425e-8fb5-4314e9db9d1f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1457 | 2024.02.29 22:27:33.204263 [ 3 ] {3b6cf20c-6740-4c1f-8e09-3c520d21d59b} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001585 sec., 1261.8296529968454 rows/sec., 88.11 KiB/sec. | ||
| 1458 | 2024.02.29 22:27:33.204529 [ 3 ] {3b6cf20c-6740-4c1f-8e09-3c520d21d59b} <Debug> DynamicQueryHandler: Done processing query | ||
| 1459 | 2024.02.29 22:27:33.204558 [ 3 ] {3b6cf20c-6740-4c1f-8e09-3c520d21d59b} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 1460 | 2024.02.29 22:27:33.204581 [ 3 ] {} <Debug> HTTP-Session: 04f733ac-62b9-4812-91ff-15b92d9f5e4b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1461 | 2024.02.29 22:27:33.204746 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 11375, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1462 | 2024.02.29 22:27:33.204804 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1463 | 2024.02.29 22:27:33.204827 [ 3 ] {} <Debug> HTTP-Session: 68714525-ae58-4405-b61c-2915faa4778b Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 | ||
| 1464 | 2024.02.29 22:27:33.204847 [ 3 ] {} <Debug> HTTP-Session: 68714525-ae58-4405-b61c-2915faa4778b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1465 | 2024.02.29 22:27:33.204864 [ 3 ] {} <Debug> HTTP-Session: 68714525-ae58-4405-b61c-2915faa4778b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1466 | 2024.02.29 22:27:33.204930 [ 3 ] {} <Trace> HTTP-Session: 68714525-ae58-4405-b61c-2915faa4778b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1467 | 2024.02.29 22:27:33.205033 [ 3 ] {b98ce40e-8e8e-41d5-94af-e002c90591f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 1468 | 2024.02.29 22:27:33.205080 [ 3 ] {b98ce40e-8e8e-41d5-94af-e002c90591f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1469 | 2024.02.29 22:27:33.205235 [ 3 ] {b98ce40e-8e8e-41d5-94af-e002c90591f0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1470 | 2024.02.29 22:27:33.205594 [ 3 ] {b98ce40e-8e8e-41d5-94af-e002c90591f0} <Trace> oximeter.fields_uuid (6010d6a8-7f84-45c4-a7fd-5027dadf2996): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1471 | 2024.02.29 22:27:33.205638 [ 3 ] {b98ce40e-8e8e-41d5-94af-e002c90591f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 1472 | 2024.02.29 22:27:33.206003 [ 3 ] {b98ce40e-8e8e-41d5-94af-e002c90591f0} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1473 | 2024.02.29 22:27:33.206382 [ 3 ] {b98ce40e-8e8e-41d5-94af-e002c90591f0} <Trace> oximeter.fields_uuid (6010d6a8-7f84-45c4-a7fd-5027dadf2996): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1474 | 2024.02.29 22:27:33.206580 [ 3 ] {b98ce40e-8e8e-41d5-94af-e002c90591f0} <Debug> executeQuery: Read 67 rows, 5.34 KiB in 0.001584 sec., 42297.9797979798 rows/sec., 3.30 MiB/sec. | ||
| 1475 | 2024.02.29 22:27:33.206864 [ 3 ] {b98ce40e-8e8e-41d5-94af-e002c90591f0} <Debug> DynamicQueryHandler: Done processing query | ||
| 1476 | 2024.02.29 22:27:33.206896 [ 3 ] {b98ce40e-8e8e-41d5-94af-e002c90591f0} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 1477 | 2024.02.29 22:27:33.206916 [ 3 ] {} <Debug> HTTP-Session: 68714525-ae58-4405-b61c-2915faa4778b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1478 | 2024.02.29 22:27:33.207064 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 7175, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1479 | 2024.02.29 22:27:33.207119 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1480 | 2024.02.29 22:27:33.207142 [ 3 ] {} <Debug> HTTP-Session: 1b0653a7-69f0-40f6-8909-cb48716136e6 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 | ||
| 1481 | 2024.02.29 22:27:33.207162 [ 3 ] {} <Debug> HTTP-Session: 1b0653a7-69f0-40f6-8909-cb48716136e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1482 | 2024.02.29 22:27:33.207178 [ 3 ] {} <Debug> HTTP-Session: 1b0653a7-69f0-40f6-8909-cb48716136e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1483 | 2024.02.29 22:27:33.207214 [ 3 ] {} <Trace> HTTP-Session: 1b0653a7-69f0-40f6-8909-cb48716136e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1484 | 2024.02.29 22:27:33.207314 [ 3 ] {605c6da7-479a-470d-8437-7740350ba09b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 1485 | 2024.02.29 22:27:33.207366 [ 3 ] {605c6da7-479a-470d-8437-7740350ba09b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1486 | 2024.02.29 22:27:33.207554 [ 3 ] {605c6da7-479a-470d-8437-7740350ba09b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1487 | 2024.02.29 22:27:33.207896 [ 3 ] {605c6da7-479a-470d-8437-7740350ba09b} <Trace> oximeter.measurements_cumulativeu64 (dc28e417-a057-497c-8c56-1262aaf856dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1488 | 2024.02.29 22:27:33.207943 [ 3 ] {605c6da7-479a-470d-8437-7740350ba09b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 1489 | 2024.02.29 22:27:33.208386 [ 3 ] {605c6da7-479a-470d-8437-7740350ba09b} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1490 | 2024.02.29 22:27:33.208789 [ 3 ] {605c6da7-479a-470d-8437-7740350ba09b} <Trace> oximeter.measurements_cumulativeu64 (dc28e417-a057-497c-8c56-1262aaf856dd): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1491 | 2024.02.29 22:27:33.208983 [ 3 ] {605c6da7-479a-470d-8437-7740350ba09b} <Debug> executeQuery: Read 37 rows, 2.67 KiB in 0.001716 sec., 21561.771561771562 rows/sec., 1.52 MiB/sec. | ||
| 1492 | 2024.02.29 22:27:33.209249 [ 3 ] {605c6da7-479a-470d-8437-7740350ba09b} <Debug> DynamicQueryHandler: Done processing query | ||
| 1493 | 2024.02.29 22:27:33.209281 [ 3 ] {605c6da7-479a-470d-8437-7740350ba09b} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 1494 | 2024.02.29 22:27:33.209298 [ 3 ] {} <Debug> HTTP-Session: 1b0653a7-69f0-40f6-8909-cb48716136e6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1495 | 2024.02.29 22:27:33.209507 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 43869, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1496 | 2024.02.29 22:27:33.209564 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1497 | 2024.02.29 22:27:33.209586 [ 3 ] {} <Debug> HTTP-Session: 7e45a3be-3dae-44bc-8705-728714240fe0 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 | ||
| 1498 | 2024.02.29 22:27:33.209606 [ 3 ] {} <Debug> HTTP-Session: 7e45a3be-3dae-44bc-8705-728714240fe0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1499 | 2024.02.29 22:27:33.209620 [ 3 ] {} <Debug> HTTP-Session: 7e45a3be-3dae-44bc-8705-728714240fe0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1500 | 2024.02.29 22:27:33.209657 [ 3 ] {} <Trace> HTTP-Session: 7e45a3be-3dae-44bc-8705-728714240fe0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1501 | 2024.02.29 22:27:33.209963 [ 3 ] {2698c56e-67d4-453f-8b26-3dd92ef2e16e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 1502 | 2024.02.29 22:27:33.210020 [ 3 ] {2698c56e-67d4-453f-8b26-3dd92ef2e16e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 1503 | 2024.02.29 22:27:33.210222 [ 3 ] {2698c56e-67d4-453f-8b26-3dd92ef2e16e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1504 | 2024.02.29 22:27:33.210904 [ 3 ] {2698c56e-67d4-453f-8b26-3dd92ef2e16e} <Trace> oximeter.measurements_histogramf64 (d93b2b73-b11f-4e5a-9b26-3d25ff9942ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1505 | 2024.02.29 22:27:33.210948 [ 3 ] {2698c56e-67d4-453f-8b26-3dd92ef2e16e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 1506 | 2024.02.29 22:27:33.211456 [ 3 ] {2698c56e-67d4-453f-8b26-3dd92ef2e16e} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1507 | 2024.02.29 22:27:33.211873 [ 3 ] {2698c56e-67d4-453f-8b26-3dd92ef2e16e} <Trace> oximeter.measurements_histogramf64 (d93b2b73-b11f-4e5a-9b26-3d25ff9942ee): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1508 | 2024.02.29 22:27:33.212074 [ 3 ] {2698c56e-67d4-453f-8b26-3dd92ef2e16e} <Debug> executeQuery: Read 41 rows, 56.66 KiB in 0.002354 sec., 17417.16227697536 rows/sec., 23.50 MiB/sec. | ||
| 1509 | 2024.02.29 22:27:33.212228 [ 3 ] {2698c56e-67d4-453f-8b26-3dd92ef2e16e} <Debug> DynamicQueryHandler: Done processing query | ||
| 1510 | 2024.02.29 22:27:33.212255 [ 3 ] {2698c56e-67d4-453f-8b26-3dd92ef2e16e} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
| 1511 | 2024.02.29 22:27:33.212273 [ 3 ] {} <Debug> HTTP-Session: 7e45a3be-3dae-44bc-8705-728714240fe0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1512 | 2024.02.29 22:27:36.387984 [ 72 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1513 | 2024.02.29 22:27:36.388097 [ 72 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1514 | 2024.02.29 22:27:43.181980 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 7366, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1515 | 2024.02.29 22:27:43.182178 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1516 | 2024.02.29 22:27:43.182223 [ 3 ] {} <Debug> HTTP-Session: b92af062-0409-4191-9c93-24ebc5fe6b3c Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 | ||
| 1517 | 2024.02.29 22:27:43.182268 [ 3 ] {} <Debug> HTTP-Session: b92af062-0409-4191-9c93-24ebc5fe6b3c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1518 | 2024.02.29 22:27:43.182297 [ 3 ] {} <Debug> HTTP-Session: b92af062-0409-4191-9c93-24ebc5fe6b3c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1519 | 2024.02.29 22:27:43.182381 [ 3 ] {} <Trace> HTTP-Session: b92af062-0409-4191-9c93-24ebc5fe6b3c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1520 | 2024.02.29 22:27:43.182596 [ 3 ] {4ab0ec6e-562e-4f97-a0ef-d0ae21d1bd05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 1521 | 2024.02.29 22:27:43.182702 [ 3 ] {4ab0ec6e-562e-4f97-a0ef-d0ae21d1bd05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 1522 | 2024.02.29 22:27:43.183039 [ 3 ] {4ab0ec6e-562e-4f97-a0ef-d0ae21d1bd05} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1523 | 2024.02.29 22:27:43.183463 [ 3 ] {4ab0ec6e-562e-4f97-a0ef-d0ae21d1bd05} <Trace> oximeter.fields_i64 (93a397b9-9146-4a5e-92b4-bf5ddd8f2458): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1524 | 2024.02.29 22:27:43.183515 [ 3 ] {4ab0ec6e-562e-4f97-a0ef-d0ae21d1bd05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 1525 | 2024.02.29 22:27:43.183917 [ 3 ] {4ab0ec6e-562e-4f97-a0ef-d0ae21d1bd05} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1526 | 2024.02.29 22:27:43.184260 [ 3 ] {4ab0ec6e-562e-4f97-a0ef-d0ae21d1bd05} <Trace> oximeter.fields_i64 (93a397b9-9146-4a5e-92b4-bf5ddd8f2458): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1527 | 2024.02.29 22:27:43.184423 [ 3 ] {4ab0ec6e-562e-4f97-a0ef-d0ae21d1bd05} <Debug> executeQuery: Read 51 rows, 4.13 KiB in 0.001936 sec., 26342.97520661157 rows/sec., 2.09 MiB/sec. | ||
| 1528 | 2024.02.29 22:27:43.184442 [ 69 ] {} <Debug> oximeter.fields_i64 (93a397b9-9146-4a5e-92b4-bf5ddd8f2458) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1529 | 2024.02.29 22:27:43.184566 [ 69 ] {} <Trace> oximeter.fields_i64 (93a397b9-9146-4a5e-92b4-bf5ddd8f2458): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1530 | 2024.02.29 22:27:43.184597 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 1531 | 2024.02.29 22:27:43.184616 [ 3 ] {4ab0ec6e-562e-4f97-a0ef-d0ae21d1bd05} <Debug> DynamicQueryHandler: Done processing query | ||
| 1532 | 2024.02.29 22:27:43.184663 [ 3 ] {4ab0ec6e-562e-4f97-a0ef-d0ae21d1bd05} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 1533 | 2024.02.29 22:27:43.184730 [ 3 ] {} <Debug> HTTP-Session: b92af062-0409-4191-9c93-24ebc5fe6b3c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1534 | 2024.02.29 22:27:43.184985 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1535 | 2024.02.29 22:27:43.185043 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1536 | 2024.02.29 22:27:43.185064 [ 3 ] {} <Debug> HTTP-Session: b4f0dc82-5d40-4ebf-9e70-efbc78f547c4 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 | ||
| 1537 | 2024.02.29 22:27:43.185083 [ 3 ] {} <Debug> HTTP-Session: b4f0dc82-5d40-4ebf-9e70-efbc78f547c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1538 | 2024.02.29 22:27:43.185098 [ 3 ] {} <Debug> HTTP-Session: b4f0dc82-5d40-4ebf-9e70-efbc78f547c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1539 | 2024.02.29 22:27:43.185134 [ 3 ] {} <Trace> HTTP-Session: b4f0dc82-5d40-4ebf-9e70-efbc78f547c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1540 | 2024.02.29 22:27:43.185212 [ 3 ] {4e2def1a-e81b-42f2-bc34-7a8a6e66a791} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 1541 | 2024.02.29 22:27:43.185258 [ 3 ] {4e2def1a-e81b-42f2-bc34-7a8a6e66a791} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 1542 | 2024.02.29 22:27:43.185403 [ 3 ] {4e2def1a-e81b-42f2-bc34-7a8a6e66a791} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1543 | 2024.02.29 22:27:43.185701 [ 3 ] {4e2def1a-e81b-42f2-bc34-7a8a6e66a791} <Trace> oximeter.fields_ipaddr (36ad34a7-1ba7-4fa3-8404-702b1da33935): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1544 | 2024.02.29 22:27:43.185741 [ 3 ] {4e2def1a-e81b-42f2-bc34-7a8a6e66a791} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 1545 | 2024.02.29 22:27:43.186052 [ 3 ] {4e2def1a-e81b-42f2-bc34-7a8a6e66a791} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1546 | 2024.02.29 22:27:43.186372 [ 3 ] {4e2def1a-e81b-42f2-bc34-7a8a6e66a791} <Trace> oximeter.fields_ipaddr (36ad34a7-1ba7-4fa3-8404-702b1da33935): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1547 | 2024.02.29 22:27:43.186527 [ 3 ] {4e2def1a-e81b-42f2-bc34-7a8a6e66a791} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001342 sec., 1490.3129657228017 rows/sec., 121.52 KiB/sec. | ||
| 1548 | 2024.02.29 22:27:43.186656 [ 3 ] {4e2def1a-e81b-42f2-bc34-7a8a6e66a791} <Debug> DynamicQueryHandler: Done processing query | ||
| 1549 | 2024.02.29 22:27:43.186680 [ 3 ] {4e2def1a-e81b-42f2-bc34-7a8a6e66a791} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 1550 | 2024.02.29 22:27:43.186697 [ 3 ] {} <Debug> HTTP-Session: b4f0dc82-5d40-4ebf-9e70-efbc78f547c4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1551 | 2024.02.29 22:27:43.186906 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 24626, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1552 | 2024.02.29 22:27:43.186931 [ 189 ] {93a397b9-9146-4a5e-92b4-bf5ddd8f2458::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 | ||
| 1553 | 2024.02.29 22:27:43.186973 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1554 | 2024.02.29 22:27:43.187017 [ 3 ] {} <Debug> HTTP-Session: b8b91121-444a-4430-8826-dbd446b27ae9 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 | ||
| 1555 | 2024.02.29 22:27:43.187063 [ 3 ] {} <Debug> HTTP-Session: b8b91121-444a-4430-8826-dbd446b27ae9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1556 | 2024.02.29 22:27:43.187098 [ 3 ] {} <Debug> HTTP-Session: b8b91121-444a-4430-8826-dbd446b27ae9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1557 | 2024.02.29 22:27:43.187205 [ 3 ] {} <Trace> HTTP-Session: b8b91121-444a-4430-8826-dbd446b27ae9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1558 | 2024.02.29 22:27:43.187262 [ 189 ] {93a397b9-9146-4a5e-92b4-bf5ddd8f2458::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1559 | 2024.02.29 22:27:43.187389 [ 189 ] {93a397b9-9146-4a5e-92b4-bf5ddd8f2458::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 39 rows starting from the beginning of the part | ||
| 1560 | 2024.02.29 22:27:43.187395 [ 3 ] {608bad7e-41bc-4927-96dd-e0f73cd7287e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 1561 | 2024.02.29 22:27:43.187485 [ 3 ] {608bad7e-41bc-4927-96dd-e0f73cd7287e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1562 | 2024.02.29 22:27:43.187646 [ 189 ] {93a397b9-9146-4a5e-92b4-bf5ddd8f2458::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 41 rows starting from the beginning of the part | ||
| 1563 | 2024.02.29 22:27:43.188153 [ 189 ] {93a397b9-9146-4a5e-92b4-bf5ddd8f2458::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 41 rows starting from the beginning of the part | ||
| 1564 | 2024.02.29 22:27:43.188510 [ 189 ] {93a397b9-9146-4a5e-92b4-bf5ddd8f2458::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 41 rows starting from the beginning of the part | ||
| 1565 | 2024.02.29 22:27:43.188597 [ 3 ] {608bad7e-41bc-4927-96dd-e0f73cd7287e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1566 | 2024.02.29 22:27:43.188761 [ 189 ] {93a397b9-9146-4a5e-92b4-bf5ddd8f2458::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 41 rows starting from the beginning of the part | ||
| 1567 | 2024.02.29 22:27:43.189061 [ 189 ] {93a397b9-9146-4a5e-92b4-bf5ddd8f2458::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 51 rows starting from the beginning of the part | ||
| 1568 | 2024.02.29 22:27:43.189976 [ 3 ] {608bad7e-41bc-4927-96dd-e0f73cd7287e} <Trace> oximeter.fields_string (374fb4b9-0ca1-4f9f-97a7-755b09e4f649): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1569 | 2024.02.29 22:27:43.190043 [ 3 ] {608bad7e-41bc-4927-96dd-e0f73cd7287e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 1570 | 2024.02.29 22:27:43.190965 [ 3 ] {608bad7e-41bc-4927-96dd-e0f73cd7287e} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1571 | 2024.02.29 22:27:43.191647 [ 189 ] {93a397b9-9146-4a5e-92b4-bf5ddd8f2458::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 254 rows, containing 4 columns (4 merged, 0 gathered) in 0.006948908 sec., 36552.5058037896 rows/sec., 2.89 MiB/sec. | ||
| 1572 | 2024.02.29 22:27:43.191832 [ 189 ] {93a397b9-9146-4a5e-92b4-bf5ddd8f2458::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1573 | 2024.02.29 22:27:43.191915 [ 3 ] {608bad7e-41bc-4927-96dd-e0f73cd7287e} <Trace> oximeter.fields_string (374fb4b9-0ca1-4f9f-97a7-755b09e4f649): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1574 | 2024.02.29 22:27:43.192123 [ 69 ] {} <Debug> oximeter.fields_string (374fb4b9-0ca1-4f9f-97a7-755b09e4f649) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1575 | 2024.02.29 22:27:43.192251 [ 69 ] {} <Trace> oximeter.fields_string (374fb4b9-0ca1-4f9f-97a7-755b09e4f649): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1576 | 2024.02.29 22:27:43.192308 [ 3 ] {608bad7e-41bc-4927-96dd-e0f73cd7287e} <Debug> executeQuery: Read 154 rows, 15.21 KiB in 0.004975 sec., 30954.773869346733 rows/sec., 2.99 MiB/sec. | ||
| 1577 | 2024.02.29 22:27:43.192350 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 1578 | 2024.02.29 22:27:43.193039 [ 201 ] {374fb4b9-0ca1-4f9f-97a7-755b09e4f649::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 | ||
| 1579 | 2024.02.29 22:27:43.193206 [ 3 ] {608bad7e-41bc-4927-96dd-e0f73cd7287e} <Debug> DynamicQueryHandler: Done processing query | ||
| 1580 | 2024.02.29 22:27:43.193458 [ 3 ] {608bad7e-41bc-4927-96dd-e0f73cd7287e} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
| 1581 | 2024.02.29 22:27:43.193605 [ 3 ] {} <Debug> HTTP-Session: b8b91121-444a-4430-8826-dbd446b27ae9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1582 | 2024.02.29 22:27:43.193688 [ 189 ] {93a397b9-9146-4a5e-92b4-bf5ddd8f2458::all_1_6_1} <Trace> oximeter.fields_i64 (93a397b9-9146-4a5e-92b4-bf5ddd8f2458): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1583 | 2024.02.29 22:27:43.193715 [ 201 ] {374fb4b9-0ca1-4f9f-97a7-755b09e4f649::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1584 | 2024.02.29 22:27:43.193757 [ 201 ] {374fb4b9-0ca1-4f9f-97a7-755b09e4f649::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 117 rows starting from the beginning of the part | ||
| 1585 | 2024.02.29 22:27:43.193834 [ 189 ] {93a397b9-9146-4a5e-92b4-bf5ddd8f2458::all_1_6_1} <Trace> oximeter.fields_i64 (93a397b9-9146-4a5e-92b4-bf5ddd8f2458) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1586 | 2024.02.29 22:27:43.193900 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1587 | 2024.02.29 22:27:43.194196 [ 201 ] {374fb4b9-0ca1-4f9f-97a7-755b09e4f649::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 159 rows starting from the beginning of the part | ||
| 1588 | 2024.02.29 22:27:43.194201 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1589 | 2024.02.29 22:27:43.194231 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 1590 | 2024.02.29 22:27:43.194330 [ 3 ] {} <Debug> HTTP-Session: df9c422b-feb8-413c-828d-9e6e6b92ca10 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 | ||
| 1591 | 2024.02.29 22:27:43.194453 [ 3 ] {} <Debug> HTTP-Session: df9c422b-feb8-413c-828d-9e6e6b92ca10 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1592 | 2024.02.29 22:27:43.194529 [ 201 ] {374fb4b9-0ca1-4f9f-97a7-755b09e4f649::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 123 rows starting from the beginning of the part | ||
| 1593 | 2024.02.29 22:27:43.194538 [ 3 ] {} <Debug> HTTP-Session: df9c422b-feb8-413c-828d-9e6e6b92ca10 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1594 | 2024.02.29 22:27:43.194715 [ 3 ] {} <Trace> HTTP-Session: df9c422b-feb8-413c-828d-9e6e6b92ca10 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1595 | 2024.02.29 22:27:43.194785 [ 201 ] {374fb4b9-0ca1-4f9f-97a7-755b09e4f649::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 123 rows starting from the beginning of the part | ||
| 1596 | 2024.02.29 22:27:43.195032 [ 3 ] {5be71c66-2e64-482d-91fb-94f5f874d3d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 1597 | 2024.02.29 22:27:43.195094 [ 201 ] {374fb4b9-0ca1-4f9f-97a7-755b09e4f649::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 | ||
| 1598 | 2024.02.29 22:27:43.195171 [ 3 ] {5be71c66-2e64-482d-91fb-94f5f874d3d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1599 | 2024.02.29 22:27:43.195376 [ 201 ] {374fb4b9-0ca1-4f9f-97a7-755b09e4f649::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 154 rows starting from the beginning of the part | ||
| 1600 | 2024.02.29 22:27:43.196150 [ 3 ] {5be71c66-2e64-482d-91fb-94f5f874d3d2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1601 | 2024.02.29 22:27:43.196959 [ 3 ] {5be71c66-2e64-482d-91fb-94f5f874d3d2} <Trace> oximeter.fields_u16 (c87e8bb9-f232-425e-8fb5-4314e9db9d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1602 | 2024.02.29 22:27:43.197028 [ 3 ] {5be71c66-2e64-482d-91fb-94f5f874d3d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 1603 | 2024.02.29 22:27:43.197925 [ 3 ] {5be71c66-2e64-482d-91fb-94f5f874d3d2} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1604 | 2024.02.29 22:27:43.198607 [ 191 ] {374fb4b9-0ca1-4f9f-97a7-755b09e4f649::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 836 rows, containing 4 columns (4 merged, 0 gathered) in 0.006086377 sec., 137355.9344089267 rows/sec., 13.24 MiB/sec. | ||
| 1605 | 2024.02.29 22:27:43.198672 [ 3 ] {5be71c66-2e64-482d-91fb-94f5f874d3d2} <Trace> oximeter.fields_u16 (c87e8bb9-f232-425e-8fb5-4314e9db9d1f): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1606 | 2024.02.29 22:27:43.198917 [ 3 ] {5be71c66-2e64-482d-91fb-94f5f874d3d2} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.004047 sec., 494.1932295527551 rows/sec., 34.51 KiB/sec. | ||
| 1607 | 2024.02.29 22:27:43.198929 [ 191 ] {374fb4b9-0ca1-4f9f-97a7-755b09e4f649::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1608 | 2024.02.29 22:27:43.199171 [ 3 ] {5be71c66-2e64-482d-91fb-94f5f874d3d2} <Debug> DynamicQueryHandler: Done processing query | ||
| 1609 | 2024.02.29 22:27:43.199217 [ 3 ] {5be71c66-2e64-482d-91fb-94f5f874d3d2} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 1610 | 2024.02.29 22:27:43.199268 [ 3 ] {} <Debug> HTTP-Session: df9c422b-feb8-413c-828d-9e6e6b92ca10 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1611 | 2024.02.29 22:27:43.199500 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 11249, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1612 | 2024.02.29 22:27:43.199576 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1613 | 2024.02.29 22:27:43.199613 [ 3 ] {} <Debug> HTTP-Session: cf53f48d-30c8-4825-bbd5-705f4bc48955 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 | ||
| 1614 | 2024.02.29 22:27:43.199652 [ 3 ] {} <Debug> HTTP-Session: cf53f48d-30c8-4825-bbd5-705f4bc48955 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1615 | 2024.02.29 22:27:43.199684 [ 3 ] {} <Debug> HTTP-Session: cf53f48d-30c8-4825-bbd5-705f4bc48955 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1616 | 2024.02.29 22:27:43.199704 [ 191 ] {374fb4b9-0ca1-4f9f-97a7-755b09e4f649::all_1_6_1} <Trace> oximeter.fields_string (374fb4b9-0ca1-4f9f-97a7-755b09e4f649): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1617 | 2024.02.29 22:27:43.199738 [ 3 ] {} <Trace> HTTP-Session: cf53f48d-30c8-4825-bbd5-705f4bc48955 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1618 | 2024.02.29 22:27:43.199902 [ 191 ] {374fb4b9-0ca1-4f9f-97a7-755b09e4f649::all_1_6_1} <Trace> oximeter.fields_string (374fb4b9-0ca1-4f9f-97a7-755b09e4f649) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1619 | 2024.02.29 22:27:43.199954 [ 3 ] {6d0d7329-c1c6-4e1d-931a-a9bdd2b5ecc0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 1620 | 2024.02.29 22:27:43.200045 [ 3 ] {6d0d7329-c1c6-4e1d-931a-a9bdd2b5ecc0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1621 | 2024.02.29 22:27:43.200069 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 1622 | 2024.02.29 22:27:43.200251 [ 3 ] {6d0d7329-c1c6-4e1d-931a-a9bdd2b5ecc0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1623 | 2024.02.29 22:27:43.200605 [ 3 ] {6d0d7329-c1c6-4e1d-931a-a9bdd2b5ecc0} <Trace> oximeter.fields_uuid (6010d6a8-7f84-45c4-a7fd-5027dadf2996): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1624 | 2024.02.29 22:27:43.200643 [ 3 ] {6d0d7329-c1c6-4e1d-931a-a9bdd2b5ecc0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 1625 | 2024.02.29 22:27:43.200987 [ 3 ] {6d0d7329-c1c6-4e1d-931a-a9bdd2b5ecc0} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1626 | 2024.02.29 22:27:43.201316 [ 3 ] {6d0d7329-c1c6-4e1d-931a-a9bdd2b5ecc0} <Trace> oximeter.fields_uuid (6010d6a8-7f84-45c4-a7fd-5027dadf2996): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1627 | 2024.02.29 22:27:43.201439 [ 3 ] {6d0d7329-c1c6-4e1d-931a-a9bdd2b5ecc0} <Debug> executeQuery: Read 66 rows, 5.30 KiB in 0.001585 sec., 41640.3785488959 rows/sec., 3.27 MiB/sec. | ||
| 1628 | 2024.02.29 22:27:43.201458 [ 68 ] {} <Debug> oximeter.fields_uuid (6010d6a8-7f84-45c4-a7fd-5027dadf2996) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1629 | 2024.02.29 22:27:43.201520 [ 68 ] {} <Trace> oximeter.fields_uuid (6010d6a8-7f84-45c4-a7fd-5027dadf2996): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1630 | 2024.02.29 22:27:43.201552 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 1631 | 2024.02.29 22:27:43.201576 [ 3 ] {6d0d7329-c1c6-4e1d-931a-a9bdd2b5ecc0} <Debug> DynamicQueryHandler: Done processing query | ||
| 1632 | 2024.02.29 22:27:43.201625 [ 3 ] {6d0d7329-c1c6-4e1d-931a-a9bdd2b5ecc0} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 1633 | 2024.02.29 22:27:43.201708 [ 3 ] {} <Debug> HTTP-Session: cf53f48d-30c8-4825-bbd5-705f4bc48955 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1634 | 2024.02.29 22:27:43.201874 [ 201 ] {6010d6a8-7f84-45c4-a7fd-5027dadf2996::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 | ||
| 1635 | 2024.02.29 22:27:43.201955 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 256, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1636 | 2024.02.29 22:27:43.202077 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1637 | 2024.02.29 22:27:43.202104 [ 201 ] {6010d6a8-7f84-45c4-a7fd-5027dadf2996::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1638 | 2024.02.29 22:27:43.202118 [ 3 ] {} <Debug> HTTP-Session: a33ccffc-f54e-4fc1-be03-173061976ae0 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 | ||
| 1639 | 2024.02.29 22:27:43.202158 [ 201 ] {6010d6a8-7f84-45c4-a7fd-5027dadf2996::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 46 rows starting from the beginning of the part | ||
| 1640 | 2024.02.29 22:27:43.202165 [ 3 ] {} <Debug> HTTP-Session: a33ccffc-f54e-4fc1-be03-173061976ae0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1641 | 2024.02.29 22:27:43.202207 [ 3 ] {} <Debug> HTTP-Session: a33ccffc-f54e-4fc1-be03-173061976ae0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1642 | 2024.02.29 22:27:43.202361 [ 3 ] {} <Trace> HTTP-Session: a33ccffc-f54e-4fc1-be03-173061976ae0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1643 | 2024.02.29 22:27:43.202392 [ 201 ] {6010d6a8-7f84-45c4-a7fd-5027dadf2996::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 65 rows starting from the beginning of the part | ||
| 1644 | 2024.02.29 22:27:43.202642 [ 3 ] {547c748c-bacd-489a-821e-0d1654d45a4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 1645 | 2024.02.29 22:27:43.202718 [ 201 ] {6010d6a8-7f84-45c4-a7fd-5027dadf2996::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 41 rows starting from the beginning of the part | ||
| 1646 | 2024.02.29 22:27:43.202803 [ 3 ] {547c748c-bacd-489a-821e-0d1654d45a4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1647 | 2024.02.29 22:27:43.203051 [ 201 ] {6010d6a8-7f84-45c4-a7fd-5027dadf2996::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 41 rows starting from the beginning of the part | ||
| 1648 | 2024.02.29 22:27:43.203405 [ 201 ] {6010d6a8-7f84-45c4-a7fd-5027dadf2996::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 67 rows starting from the beginning of the part | ||
| 1649 | 2024.02.29 22:27:43.203774 [ 201 ] {6010d6a8-7f84-45c4-a7fd-5027dadf2996::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 66 rows starting from the beginning of the part | ||
| 1650 | 2024.02.29 22:27:43.204299 [ 3 ] {547c748c-bacd-489a-821e-0d1654d45a4f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1651 | 2024.02.29 22:27:43.205058 [ 3 ] {547c748c-bacd-489a-821e-0d1654d45a4f} <Trace> oximeter.measurements_cumulativeu64 (dc28e417-a057-497c-8c56-1262aaf856dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1652 | 2024.02.29 22:27:43.205153 [ 3 ] {547c748c-bacd-489a-821e-0d1654d45a4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 1653 | 2024.02.29 22:27:43.206186 [ 3 ] {547c748c-bacd-489a-821e-0d1654d45a4f} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1654 | 2024.02.29 22:27:43.206420 [ 191 ] {6010d6a8-7f84-45c4-a7fd-5027dadf2996::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 326 rows, containing 4 columns (4 merged, 0 gathered) in 0.004783503 sec., 68150.89276624266 rows/sec., 5.33 MiB/sec. | ||
| 1655 | 2024.02.29 22:27:43.206695 [ 191 ] {6010d6a8-7f84-45c4-a7fd-5027dadf2996::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1656 | 2024.02.29 22:27:43.207048 [ 3 ] {547c748c-bacd-489a-821e-0d1654d45a4f} <Trace> oximeter.measurements_cumulativeu64 (dc28e417-a057-497c-8c56-1262aaf856dd): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1657 | 2024.02.29 22:27:43.207471 [ 3 ] {547c748c-bacd-489a-821e-0d1654d45a4f} <Debug> executeQuery: Read 1 rows, 72.00 B in 0.004945 sec., 202.22446916076845 rows/sec., 14.22 KiB/sec. | ||
| 1658 | 2024.02.29 22:27:43.207659 [ 191 ] {6010d6a8-7f84-45c4-a7fd-5027dadf2996::all_1_6_1} <Trace> oximeter.fields_uuid (6010d6a8-7f84-45c4-a7fd-5027dadf2996): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1659 | 2024.02.29 22:27:43.207785 [ 3 ] {547c748c-bacd-489a-821e-0d1654d45a4f} <Debug> DynamicQueryHandler: Done processing query | ||
| 1660 | 2024.02.29 22:27:43.207810 [ 191 ] {6010d6a8-7f84-45c4-a7fd-5027dadf2996::all_1_6_1} <Trace> oximeter.fields_uuid (6010d6a8-7f84-45c4-a7fd-5027dadf2996) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1661 | 2024.02.29 22:27:43.207822 [ 3 ] {547c748c-bacd-489a-821e-0d1654d45a4f} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 1662 | 2024.02.29 22:27:43.207855 [ 3 ] {} <Debug> HTTP-Session: a33ccffc-f54e-4fc1-be03-173061976ae0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1663 | 2024.02.29 22:27:43.207976 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 1664 | 2024.02.29 22:27:43.208168 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 54556, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1665 | 2024.02.29 22:27:43.208227 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1666 | 2024.02.29 22:27:43.208246 [ 3 ] {} <Debug> HTTP-Session: 7774b35d-7def-466f-b856-6394d9b71f02 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 | ||
| 1667 | 2024.02.29 22:27:43.208264 [ 3 ] {} <Debug> HTTP-Session: 7774b35d-7def-466f-b856-6394d9b71f02 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1668 | 2024.02.29 22:27:43.208277 [ 3 ] {} <Debug> HTTP-Session: 7774b35d-7def-466f-b856-6394d9b71f02 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1669 | 2024.02.29 22:27:43.208310 [ 3 ] {} <Trace> HTTP-Session: 7774b35d-7def-466f-b856-6394d9b71f02 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1670 | 2024.02.29 22:27:43.208705 [ 3 ] {75932e4f-9e40-4c77-8f8a-eaca9f163f94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 1671 | 2024.02.29 22:27:43.208753 [ 3 ] {75932e4f-9e40-4c77-8f8a-eaca9f163f94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 1672 | 2024.02.29 22:27:43.208942 [ 3 ] {75932e4f-9e40-4c77-8f8a-eaca9f163f94} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1673 | 2024.02.29 22:27:43.209590 [ 3 ] {75932e4f-9e40-4c77-8f8a-eaca9f163f94} <Trace> oximeter.measurements_histogramf64 (d93b2b73-b11f-4e5a-9b26-3d25ff9942ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1674 | 2024.02.29 22:27:43.209627 [ 3 ] {75932e4f-9e40-4c77-8f8a-eaca9f163f94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 1675 | 2024.02.29 22:27:43.210160 [ 3 ] {75932e4f-9e40-4c77-8f8a-eaca9f163f94} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1676 | 2024.02.29 22:27:43.210535 [ 3 ] {75932e4f-9e40-4c77-8f8a-eaca9f163f94} <Trace> oximeter.measurements_histogramf64 (d93b2b73-b11f-4e5a-9b26-3d25ff9942ee): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1677 | 2024.02.29 22:27:43.210657 [ 68 ] {} <Debug> oximeter.measurements_histogramf64 (d93b2b73-b11f-4e5a-9b26-3d25ff9942ee) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1678 | 2024.02.29 22:27:43.210667 [ 3 ] {75932e4f-9e40-4c77-8f8a-eaca9f163f94} <Debug> executeQuery: Read 51 rows, 70.47 KiB in 0.0023 sec., 22173.91304347826 rows/sec., 29.92 MiB/sec. | ||
| 1679 | 2024.02.29 22:27:43.210688 [ 68 ] {} <Trace> oximeter.measurements_histogramf64 (d93b2b73-b11f-4e5a-9b26-3d25ff9942ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1680 | 2024.02.29 22:27:43.210720 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 1681 | 2024.02.29 22:27:43.211048 [ 3 ] {75932e4f-9e40-4c77-8f8a-eaca9f163f94} <Debug> DynamicQueryHandler: Done processing query | ||
| 1682 | 2024.02.29 22:27:43.211123 [ 201 ] {d93b2b73-b11f-4e5a-9b26-3d25ff9942ee::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 | ||
| 1683 | 2024.02.29 22:27:43.211132 [ 3 ] {75932e4f-9e40-4c77-8f8a-eaca9f163f94} <Debug> MemoryTracker: Peak memory usage (for query): 4.52 MiB. | ||
| 1684 | 2024.02.29 22:27:43.211213 [ 3 ] {} <Debug> HTTP-Session: 7774b35d-7def-466f-b856-6394d9b71f02 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1685 | 2024.02.29 22:27:43.211389 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 2404, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1686 | 2024.02.29 22:27:43.211451 [ 201 ] {d93b2b73-b11f-4e5a-9b26-3d25ff9942ee::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1687 | 2024.02.29 22:27:43.211481 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1688 | 2024.02.29 22:27:43.211514 [ 201 ] {d93b2b73-b11f-4e5a-9b26-3d25ff9942ee::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 39 rows starting from the beginning of the part | ||
| 1689 | 2024.02.29 22:27:43.211523 [ 3 ] {} <Debug> HTTP-Session: d1739574-52e1-4c97-9524-3e0397861678 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 | ||
| 1690 | 2024.02.29 22:27:43.211575 [ 3 ] {} <Debug> HTTP-Session: d1739574-52e1-4c97-9524-3e0397861678 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1691 | 2024.02.29 22:27:43.211624 [ 3 ] {} <Debug> HTTP-Session: d1739574-52e1-4c97-9524-3e0397861678 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1692 | 2024.02.29 22:27:43.211788 [ 3 ] {} <Trace> HTTP-Session: d1739574-52e1-4c97-9524-3e0397861678 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1693 | 2024.02.29 22:27:43.211841 [ 201 ] {d93b2b73-b11f-4e5a-9b26-3d25ff9942ee::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 41 rows starting from the beginning of the part | ||
| 1694 | 2024.02.29 22:27:43.212110 [ 3 ] {100c746b-e671-4d4b-9eb5-b1f1e073dbaa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 1695 | 2024.02.29 22:27:43.212161 [ 201 ] {d93b2b73-b11f-4e5a-9b26-3d25ff9942ee::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 41 rows starting from the beginning of the part | ||
| 1696 | 2024.02.29 22:27:43.212276 [ 3 ] {100c746b-e671-4d4b-9eb5-b1f1e073dbaa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 1697 | 2024.02.29 22:27:43.212514 [ 201 ] {d93b2b73-b11f-4e5a-9b26-3d25ff9942ee::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 41 rows starting from the beginning of the part | ||
| 1698 | 2024.02.29 22:27:43.212953 [ 201 ] {d93b2b73-b11f-4e5a-9b26-3d25ff9942ee::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 41 rows starting from the beginning of the part | ||
| 1699 | 2024.02.29 22:27:43.213383 [ 201 ] {d93b2b73-b11f-4e5a-9b26-3d25ff9942ee::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 51 rows starting from the beginning of the part | ||
| 1700 | 2024.02.29 22:27:43.213551 [ 3 ] {100c746b-e671-4d4b-9eb5-b1f1e073dbaa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1701 | 2024.02.29 22:27:43.214505 [ 3 ] {100c746b-e671-4d4b-9eb5-b1f1e073dbaa} <Trace> oximeter.measurements_i64 (9c8b1dfb-d35a-42d7-8807-bfdf5bcd7326): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1702 | 2024.02.29 22:27:43.214556 [ 3 ] {100c746b-e671-4d4b-9eb5-b1f1e073dbaa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 1703 | 2024.02.29 22:27:43.215613 [ 3 ] {100c746b-e671-4d4b-9eb5-b1f1e073dbaa} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1704 | 2024.02.29 22:27:43.216349 [ 3 ] {100c746b-e671-4d4b-9eb5-b1f1e073dbaa} <Trace> oximeter.measurements_i64 (9c8b1dfb-d35a-42d7-8807-bfdf5bcd7326): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1705 | 2024.02.29 22:27:43.216771 [ 3 ] {100c746b-e671-4d4b-9eb5-b1f1e073dbaa} <Debug> executeQuery: Read 15 rows, 1.09 KiB in 0.004833 sec., 3103.6623215394166 rows/sec., 225.10 KiB/sec. | ||
| 1706 | 2024.02.29 22:27:43.217297 [ 3 ] {100c746b-e671-4d4b-9eb5-b1f1e073dbaa} <Debug> DynamicQueryHandler: Done processing query | ||
| 1707 | 2024.02.29 22:27:43.217328 [ 3 ] {100c746b-e671-4d4b-9eb5-b1f1e073dbaa} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 1708 | 2024.02.29 22:27:43.217346 [ 3 ] {} <Debug> HTTP-Session: d1739574-52e1-4c97-9524-3e0397861678 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1709 | 2024.02.29 22:27:43.220312 [ 194 ] {d93b2b73-b11f-4e5a-9b26-3d25ff9942ee::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 254 rows, containing 6 columns (6 merged, 0 gathered) in 0.009495124 sec., 26750.572188420076 rows/sec., 36.10 MiB/sec. | ||
| 1710 | 2024.02.29 22:27:43.220614 [ 201 ] {d93b2b73-b11f-4e5a-9b26-3d25ff9942ee::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1711 | 2024.02.29 22:27:43.221016 [ 201 ] {d93b2b73-b11f-4e5a-9b26-3d25ff9942ee::all_1_6_1} <Trace> oximeter.measurements_histogramf64 (d93b2b73-b11f-4e5a-9b26-3d25ff9942ee): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1712 | 2024.02.29 22:27:43.221088 [ 201 ] {d93b2b73-b11f-4e5a-9b26-3d25ff9942ee::all_1_6_1} <Trace> oximeter.measurements_histogramf64 (d93b2b73-b11f-4e5a-9b26-3d25ff9942ee) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1713 | 2024.02.29 22:27:43.221160 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.07 MiB. | ||
| 1714 | 2024.02.29 22:27:51.388368 [ 62 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1715 | 2024.02.29 22:27:51.388431 [ 62 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1716 | 2024.02.29 22:27:53.180449 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 7654, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1717 | 2024.02.29 22:27:53.180566 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1718 | 2024.02.29 22:27:53.180590 [ 3 ] {} <Debug> HTTP-Session: d5faf6db-92e9-4d0d-902e-8a7f15832ef7 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 | ||
| 1719 | 2024.02.29 22:27:53.180617 [ 3 ] {} <Debug> HTTP-Session: d5faf6db-92e9-4d0d-902e-8a7f15832ef7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1720 | 2024.02.29 22:27:53.180633 [ 3 ] {} <Debug> HTTP-Session: d5faf6db-92e9-4d0d-902e-8a7f15832ef7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1721 | 2024.02.29 22:27:53.180683 [ 3 ] {} <Trace> HTTP-Session: d5faf6db-92e9-4d0d-902e-8a7f15832ef7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1722 | 2024.02.29 22:27:53.180815 [ 3 ] {a838cb02-0943-4bf5-9a40-b96a7beabf00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 1723 | 2024.02.29 22:27:53.180879 [ 3 ] {a838cb02-0943-4bf5-9a40-b96a7beabf00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 1724 | 2024.02.29 22:27:53.181074 [ 3 ] {a838cb02-0943-4bf5-9a40-b96a7beabf00} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1725 | 2024.02.29 22:27:53.181612 [ 3 ] {a838cb02-0943-4bf5-9a40-b96a7beabf00} <Trace> oximeter.fields_i64 (93a397b9-9146-4a5e-92b4-bf5ddd8f2458): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1726 | 2024.02.29 22:27:53.181658 [ 3 ] {a838cb02-0943-4bf5-9a40-b96a7beabf00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 1727 | 2024.02.29 22:27:53.182065 [ 3 ] {a838cb02-0943-4bf5-9a40-b96a7beabf00} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1728 | 2024.02.29 22:27:53.182417 [ 3 ] {a838cb02-0943-4bf5-9a40-b96a7beabf00} <Trace> oximeter.fields_i64 (93a397b9-9146-4a5e-92b4-bf5ddd8f2458): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1729 | 2024.02.29 22:27:53.182595 [ 3 ] {a838cb02-0943-4bf5-9a40-b96a7beabf00} <Debug> executeQuery: Read 53 rows, 4.30 KiB in 0.001839 sec., 28820.010875475804 rows/sec., 2.28 MiB/sec. | ||
| 1730 | 2024.02.29 22:27:53.182747 [ 3 ] {a838cb02-0943-4bf5-9a40-b96a7beabf00} <Debug> DynamicQueryHandler: Done processing query | ||
| 1731 | 2024.02.29 22:27:53.182775 [ 3 ] {a838cb02-0943-4bf5-9a40-b96a7beabf00} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 1732 | 2024.02.29 22:27:53.182791 [ 3 ] {} <Debug> HTTP-Session: d5faf6db-92e9-4d0d-902e-8a7f15832ef7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1733 | 2024.02.29 22:27:53.182990 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 25439, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1734 | 2024.02.29 22:27:53.183050 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1735 | 2024.02.29 22:27:53.183069 [ 3 ] {} <Debug> HTTP-Session: eb51df0f-8fa8-4ab3-b404-ea7e711a8407 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 | ||
| 1736 | 2024.02.29 22:27:53.183088 [ 3 ] {} <Debug> HTTP-Session: eb51df0f-8fa8-4ab3-b404-ea7e711a8407 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1737 | 2024.02.29 22:27:53.183103 [ 3 ] {} <Debug> HTTP-Session: eb51df0f-8fa8-4ab3-b404-ea7e711a8407 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1738 | 2024.02.29 22:27:53.183139 [ 3 ] {} <Trace> HTTP-Session: eb51df0f-8fa8-4ab3-b404-ea7e711a8407 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1739 | 2024.02.29 22:27:53.183261 [ 3 ] {ef408303-e238-4206-8dce-1555e64168b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 1740 | 2024.02.29 22:27:53.183306 [ 3 ] {ef408303-e238-4206-8dce-1555e64168b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1741 | 2024.02.29 22:27:53.183441 [ 3 ] {ef408303-e238-4206-8dce-1555e64168b6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1742 | 2024.02.29 22:27:53.183942 [ 3 ] {ef408303-e238-4206-8dce-1555e64168b6} <Trace> oximeter.fields_string (374fb4b9-0ca1-4f9f-97a7-755b09e4f649): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1743 | 2024.02.29 22:27:53.183981 [ 3 ] {ef408303-e238-4206-8dce-1555e64168b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 1744 | 2024.02.29 22:27:53.184320 [ 3 ] {ef408303-e238-4206-8dce-1555e64168b6} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1745 | 2024.02.29 22:27:53.184636 [ 3 ] {ef408303-e238-4206-8dce-1555e64168b6} <Trace> oximeter.fields_string (374fb4b9-0ca1-4f9f-97a7-755b09e4f649): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1746 | 2024.02.29 22:27:53.184798 [ 3 ] {ef408303-e238-4206-8dce-1555e64168b6} <Debug> executeQuery: Read 159 rows, 15.71 KiB in 0.001606 sec., 99003.73599003736 rows/sec., 9.56 MiB/sec. | ||
| 1747 | 2024.02.29 22:27:53.184931 [ 3 ] {ef408303-e238-4206-8dce-1555e64168b6} <Debug> DynamicQueryHandler: Done processing query | ||
| 1748 | 2024.02.29 22:27:53.184956 [ 3 ] {ef408303-e238-4206-8dce-1555e64168b6} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
| 1749 | 2024.02.29 22:27:53.184973 [ 3 ] {} <Debug> HTTP-Session: eb51df0f-8fa8-4ab3-b404-ea7e711a8407 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1750 | 2024.02.29 22:27:53.185103 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 9033, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1751 | 2024.02.29 22:27:53.185155 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1752 | 2024.02.29 22:27:53.185173 [ 3 ] {} <Debug> HTTP-Session: 3e83dd16-977f-4cb3-bef0-054ce34c0634 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 | ||
| 1753 | 2024.02.29 22:27:53.185192 [ 3 ] {} <Debug> HTTP-Session: 3e83dd16-977f-4cb3-bef0-054ce34c0634 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1754 | 2024.02.29 22:27:53.185206 [ 3 ] {} <Debug> HTTP-Session: 3e83dd16-977f-4cb3-bef0-054ce34c0634 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1755 | 2024.02.29 22:27:53.185239 [ 3 ] {} <Trace> HTTP-Session: 3e83dd16-977f-4cb3-bef0-054ce34c0634 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1756 | 2024.02.29 22:27:53.185330 [ 3 ] {5b82bc73-d61c-4cac-818c-8394bb57f0fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 1757 | 2024.02.29 22:27:53.185372 [ 3 ] {5b82bc73-d61c-4cac-818c-8394bb57f0fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1758 | 2024.02.29 22:27:53.185500 [ 3 ] {5b82bc73-d61c-4cac-818c-8394bb57f0fb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1759 | 2024.02.29 22:27:53.185821 [ 3 ] {5b82bc73-d61c-4cac-818c-8394bb57f0fb} <Trace> oximeter.fields_uuid (6010d6a8-7f84-45c4-a7fd-5027dadf2996): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1760 | 2024.02.29 22:27:53.185859 [ 3 ] {5b82bc73-d61c-4cac-818c-8394bb57f0fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 1761 | 2024.02.29 22:27:53.186185 [ 3 ] {5b82bc73-d61c-4cac-818c-8394bb57f0fb} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1762 | 2024.02.29 22:27:53.186501 [ 3 ] {5b82bc73-d61c-4cac-818c-8394bb57f0fb} <Trace> oximeter.fields_uuid (6010d6a8-7f84-45c4-a7fd-5027dadf2996): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1763 | 2024.02.29 22:27:53.186661 [ 3 ] {5b82bc73-d61c-4cac-818c-8394bb57f0fb} <Debug> executeQuery: Read 53 rows, 4.24 KiB in 0.001376 sec., 38517.441860465115 rows/sec., 3.01 MiB/sec. | ||
| 1764 | 2024.02.29 22:27:53.186786 [ 3 ] {5b82bc73-d61c-4cac-818c-8394bb57f0fb} <Debug> DynamicQueryHandler: Done processing query | ||
| 1765 | 2024.02.29 22:27:53.186811 [ 3 ] {5b82bc73-d61c-4cac-818c-8394bb57f0fb} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 1766 | 2024.02.29 22:27:53.186827 [ 3 ] {} <Debug> HTTP-Session: 3e83dd16-977f-4cb3-bef0-054ce34c0634 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1767 | 2024.02.29 22:27:53.187030 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 56696, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1768 | 2024.02.29 22:27:53.187080 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1769 | 2024.02.29 22:27:53.187100 [ 3 ] {} <Debug> HTTP-Session: 0caaf9ee-cd7a-4620-b7fb-ad46fd0af0cd Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 | ||
| 1770 | 2024.02.29 22:27:53.187117 [ 3 ] {} <Debug> HTTP-Session: 0caaf9ee-cd7a-4620-b7fb-ad46fd0af0cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1771 | 2024.02.29 22:27:53.187132 [ 3 ] {} <Debug> HTTP-Session: 0caaf9ee-cd7a-4620-b7fb-ad46fd0af0cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1772 | 2024.02.29 22:27:53.187164 [ 3 ] {} <Trace> HTTP-Session: 0caaf9ee-cd7a-4620-b7fb-ad46fd0af0cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1773 | 2024.02.29 22:27:53.187555 [ 3 ] {3b2e2536-64e9-4344-8016-c6266f72b955} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 1774 | 2024.02.29 22:27:53.187604 [ 3 ] {3b2e2536-64e9-4344-8016-c6266f72b955} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 1775 | 2024.02.29 22:27:53.187771 [ 3 ] {3b2e2536-64e9-4344-8016-c6266f72b955} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1776 | 2024.02.29 22:27:53.188493 [ 3 ] {3b2e2536-64e9-4344-8016-c6266f72b955} <Trace> oximeter.measurements_histogramf64 (d93b2b73-b11f-4e5a-9b26-3d25ff9942ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1777 | 2024.02.29 22:27:53.188531 [ 3 ] {3b2e2536-64e9-4344-8016-c6266f72b955} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 1778 | 2024.02.29 22:27:53.189058 [ 3 ] {3b2e2536-64e9-4344-8016-c6266f72b955} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1779 | 2024.02.29 22:27:53.189410 [ 3 ] {3b2e2536-64e9-4344-8016-c6266f72b955} <Trace> oximeter.measurements_histogramf64 (d93b2b73-b11f-4e5a-9b26-3d25ff9942ee): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1780 | 2024.02.29 22:27:53.189551 [ 3 ] {3b2e2536-64e9-4344-8016-c6266f72b955} <Debug> executeQuery: Read 53 rows, 73.24 KiB in 0.002327 sec., 22776.106574989255 rows/sec., 30.74 MiB/sec. | ||
| 1781 | 2024.02.29 22:27:53.189690 [ 3 ] {3b2e2536-64e9-4344-8016-c6266f72b955} <Debug> DynamicQueryHandler: Done processing query | ||
| 1782 | 2024.02.29 22:27:53.189714 [ 3 ] {3b2e2536-64e9-4344-8016-c6266f72b955} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 1783 | 2024.02.29 22:27:53.189730 [ 3 ] {} <Debug> HTTP-Session: 0caaf9ee-cd7a-4620-b7fb-ad46fd0af0cd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1784 | 2024.02.29 22:28:03.182053 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 7654, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1785 | 2024.02.29 22:28:03.182201 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1786 | 2024.02.29 22:28:03.182248 [ 3 ] {} <Debug> HTTP-Session: 709aea84-db67-4745-8ff8-646c6c937246 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 | ||
| 1787 | 2024.02.29 22:28:03.182291 [ 3 ] {} <Debug> HTTP-Session: 709aea84-db67-4745-8ff8-646c6c937246 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1788 | 2024.02.29 22:28:03.182321 [ 3 ] {} <Debug> HTTP-Session: 709aea84-db67-4745-8ff8-646c6c937246 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1789 | 2024.02.29 22:28:03.182402 [ 3 ] {} <Trace> HTTP-Session: 709aea84-db67-4745-8ff8-646c6c937246 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1790 | 2024.02.29 22:28:03.182615 [ 3 ] {25b1a2c3-de09-43df-b3dd-4c26f1f12f18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 1791 | 2024.02.29 22:28:03.182726 [ 3 ] {25b1a2c3-de09-43df-b3dd-4c26f1f12f18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 1792 | 2024.02.29 22:28:03.183047 [ 3 ] {25b1a2c3-de09-43df-b3dd-4c26f1f12f18} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1793 | 2024.02.29 22:28:03.183690 [ 3 ] {25b1a2c3-de09-43df-b3dd-4c26f1f12f18} <Trace> oximeter.fields_i64 (93a397b9-9146-4a5e-92b4-bf5ddd8f2458): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1794 | 2024.02.29 22:28:03.183737 [ 3 ] {25b1a2c3-de09-43df-b3dd-4c26f1f12f18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 1795 | 2024.02.29 22:28:03.184141 [ 3 ] {25b1a2c3-de09-43df-b3dd-4c26f1f12f18} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1796 | 2024.02.29 22:28:03.184483 [ 3 ] {25b1a2c3-de09-43df-b3dd-4c26f1f12f18} <Trace> oximeter.fields_i64 (93a397b9-9146-4a5e-92b4-bf5ddd8f2458): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1797 | 2024.02.29 22:28:03.184625 [ 3 ] {25b1a2c3-de09-43df-b3dd-4c26f1f12f18} <Debug> executeQuery: Read 53 rows, 4.30 KiB in 0.002121 sec., 24988.21310702499 rows/sec., 1.98 MiB/sec. | ||
| 1798 | 2024.02.29 22:28:03.184806 [ 3 ] {25b1a2c3-de09-43df-b3dd-4c26f1f12f18} <Debug> DynamicQueryHandler: Done processing query | ||
| 1799 | 2024.02.29 22:28:03.184833 [ 3 ] {25b1a2c3-de09-43df-b3dd-4c26f1f12f18} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 1800 | 2024.02.29 22:28:03.184850 [ 3 ] {} <Debug> HTTP-Session: 709aea84-db67-4745-8ff8-646c6c937246 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1801 | 2024.02.29 22:28:03.185026 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 30365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1802 | 2024.02.29 22:28:03.185076 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1803 | 2024.02.29 22:28:03.185095 [ 3 ] {} <Debug> HTTP-Session: 45f90b4f-4bac-4e24-904c-492c12dc76a3 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 | ||
| 1804 | 2024.02.29 22:28:03.185111 [ 3 ] {} <Debug> HTTP-Session: 45f90b4f-4bac-4e24-904c-492c12dc76a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1805 | 2024.02.29 22:28:03.185125 [ 3 ] {} <Debug> HTTP-Session: 45f90b4f-4bac-4e24-904c-492c12dc76a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1806 | 2024.02.29 22:28:03.185157 [ 3 ] {} <Trace> HTTP-Session: 45f90b4f-4bac-4e24-904c-492c12dc76a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1807 | 2024.02.29 22:28:03.185271 [ 3 ] {de54b533-08af-481b-b82c-3c5bd86ea002} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 1808 | 2024.02.29 22:28:03.185313 [ 3 ] {de54b533-08af-481b-b82c-3c5bd86ea002} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1809 | 2024.02.29 22:28:03.185438 [ 3 ] {de54b533-08af-481b-b82c-3c5bd86ea002} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1810 | 2024.02.29 22:28:03.185911 [ 3 ] {de54b533-08af-481b-b82c-3c5bd86ea002} <Trace> oximeter.fields_string (374fb4b9-0ca1-4f9f-97a7-755b09e4f649): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1811 | 2024.02.29 22:28:03.185948 [ 3 ] {de54b533-08af-481b-b82c-3c5bd86ea002} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 1812 | 2024.02.29 22:28:03.186287 [ 3 ] {de54b533-08af-481b-b82c-3c5bd86ea002} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1813 | 2024.02.29 22:28:03.186601 [ 3 ] {de54b533-08af-481b-b82c-3c5bd86ea002} <Trace> oximeter.fields_string (374fb4b9-0ca1-4f9f-97a7-755b09e4f649): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1814 | 2024.02.29 22:28:03.186735 [ 3 ] {de54b533-08af-481b-b82c-3c5bd86ea002} <Debug> executeQuery: Read 195 rows, 18.48 KiB in 0.001533 sec., 127201.56555772993 rows/sec., 11.77 MiB/sec. | ||
| 1815 | 2024.02.29 22:28:03.186859 [ 3 ] {de54b533-08af-481b-b82c-3c5bd86ea002} <Debug> DynamicQueryHandler: Done processing query | ||
| 1816 | 2024.02.29 22:28:03.186884 [ 3 ] {de54b533-08af-481b-b82c-3c5bd86ea002} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 1817 | 2024.02.29 22:28:03.186901 [ 3 ] {} <Debug> HTTP-Session: 45f90b4f-4bac-4e24-904c-492c12dc76a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1818 | 2024.02.29 22:28:03.187031 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 13069, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1819 | 2024.02.29 22:28:03.187079 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1820 | 2024.02.29 22:28:03.187098 [ 3 ] {} <Debug> HTTP-Session: d23e15b0-fe28-4a83-931c-33760d386f27 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 | ||
| 1821 | 2024.02.29 22:28:03.187116 [ 3 ] {} <Debug> HTTP-Session: d23e15b0-fe28-4a83-931c-33760d386f27 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1822 | 2024.02.29 22:28:03.187129 [ 3 ] {} <Debug> HTTP-Session: d23e15b0-fe28-4a83-931c-33760d386f27 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1823 | 2024.02.29 22:28:03.187159 [ 3 ] {} <Trace> HTTP-Session: d23e15b0-fe28-4a83-931c-33760d386f27 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1824 | 2024.02.29 22:28:03.187256 [ 3 ] {b7bc2254-f3d0-4de6-9d3c-c6b3e6c2c605} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 1825 | 2024.02.29 22:28:03.187297 [ 3 ] {b7bc2254-f3d0-4de6-9d3c-c6b3e6c2c605} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1826 | 2024.02.29 22:28:03.187423 [ 3 ] {b7bc2254-f3d0-4de6-9d3c-c6b3e6c2c605} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1827 | 2024.02.29 22:28:03.187769 [ 3 ] {b7bc2254-f3d0-4de6-9d3c-c6b3e6c2c605} <Trace> oximeter.fields_uuid (6010d6a8-7f84-45c4-a7fd-5027dadf2996): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1828 | 2024.02.29 22:28:03.187806 [ 3 ] {b7bc2254-f3d0-4de6-9d3c-c6b3e6c2c605} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 1829 | 2024.02.29 22:28:03.188119 [ 3 ] {b7bc2254-f3d0-4de6-9d3c-c6b3e6c2c605} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1830 | 2024.02.29 22:28:03.188434 [ 3 ] {b7bc2254-f3d0-4de6-9d3c-c6b3e6c2c605} <Trace> oximeter.fields_uuid (6010d6a8-7f84-45c4-a7fd-5027dadf2996): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1831 | 2024.02.29 22:28:03.188559 [ 3 ] {b7bc2254-f3d0-4de6-9d3c-c6b3e6c2c605} <Debug> executeQuery: Read 77 rows, 6.14 KiB in 0.001357 sec., 56742.81503316139 rows/sec., 4.42 MiB/sec. | ||
| 1832 | 2024.02.29 22:28:03.188674 [ 3 ] {b7bc2254-f3d0-4de6-9d3c-c6b3e6c2c605} <Debug> DynamicQueryHandler: Done processing query | ||
| 1833 | 2024.02.29 22:28:03.188699 [ 3 ] {b7bc2254-f3d0-4de6-9d3c-c6b3e6c2c605} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 1834 | 2024.02.29 22:28:03.188715 [ 3 ] {} <Debug> HTTP-Session: d23e15b0-fe28-4a83-931c-33760d386f27 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1835 | 2024.02.29 22:28:03.188859 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 7008, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1836 | 2024.02.29 22:28:03.188906 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1837 | 2024.02.29 22:28:03.188925 [ 3 ] {} <Debug> HTTP-Session: f968069f-b24e-44b1-9492-0bd00e9d323c Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 | ||
| 1838 | 2024.02.29 22:28:03.188941 [ 3 ] {} <Debug> HTTP-Session: f968069f-b24e-44b1-9492-0bd00e9d323c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1839 | 2024.02.29 22:28:03.188956 [ 3 ] {} <Debug> HTTP-Session: f968069f-b24e-44b1-9492-0bd00e9d323c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1840 | 2024.02.29 22:28:03.188985 [ 3 ] {} <Trace> HTTP-Session: f968069f-b24e-44b1-9492-0bd00e9d323c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1841 | 2024.02.29 22:28:03.189070 [ 3 ] {9424167d-55b7-4fce-8889-9a72a98fe5ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 1842 | 2024.02.29 22:28:03.189114 [ 3 ] {9424167d-55b7-4fce-8889-9a72a98fe5ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1843 | 2024.02.29 22:28:03.189254 [ 3 ] {9424167d-55b7-4fce-8889-9a72a98fe5ee} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1844 | 2024.02.29 22:28:03.189624 [ 3 ] {9424167d-55b7-4fce-8889-9a72a98fe5ee} <Trace> oximeter.measurements_cumulativeu64 (dc28e417-a057-497c-8c56-1262aaf856dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1845 | 2024.02.29 22:28:03.189658 [ 3 ] {9424167d-55b7-4fce-8889-9a72a98fe5ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 1846 | 2024.02.29 22:28:03.190042 [ 3 ] {9424167d-55b7-4fce-8889-9a72a98fe5ee} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1847 | 2024.02.29 22:28:03.190376 [ 3 ] {9424167d-55b7-4fce-8889-9a72a98fe5ee} <Trace> oximeter.measurements_cumulativeu64 (dc28e417-a057-497c-8c56-1262aaf856dd): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1848 | 2024.02.29 22:28:03.190505 [ 3 ] {9424167d-55b7-4fce-8889-9a72a98fe5ee} <Debug> executeQuery: Read 36 rows, 2.60 KiB in 0.001478 sec., 24357.239512855213 rows/sec., 1.72 MiB/sec. | ||
| 1849 | 2024.02.29 22:28:03.190735 [ 3 ] {9424167d-55b7-4fce-8889-9a72a98fe5ee} <Debug> DynamicQueryHandler: Done processing query | ||
| 1850 | 2024.02.29 22:28:03.190769 [ 3 ] {9424167d-55b7-4fce-8889-9a72a98fe5ee} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 1851 | 2024.02.29 22:28:03.190785 [ 3 ] {} <Debug> HTTP-Session: f968069f-b24e-44b1-9492-0bd00e9d323c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1852 | 2024.02.29 22:28:03.190997 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 56696, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1853 | 2024.02.29 22:28:03.191046 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1854 | 2024.02.29 22:28:03.191064 [ 3 ] {} <Debug> HTTP-Session: 06e90605-05e7-4e59-b3ec-8e461c411633 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 | ||
| 1855 | 2024.02.29 22:28:03.191080 [ 3 ] {} <Debug> HTTP-Session: 06e90605-05e7-4e59-b3ec-8e461c411633 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1856 | 2024.02.29 22:28:03.191094 [ 3 ] {} <Debug> HTTP-Session: 06e90605-05e7-4e59-b3ec-8e461c411633 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1857 | 2024.02.29 22:28:03.191126 [ 3 ] {} <Trace> HTTP-Session: 06e90605-05e7-4e59-b3ec-8e461c411633 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1858 | 2024.02.29 22:28:03.191502 [ 3 ] {4a9b28f1-bcad-4366-8645-c6b05a308530} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 1859 | 2024.02.29 22:28:03.191550 [ 3 ] {4a9b28f1-bcad-4366-8645-c6b05a308530} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 1860 | 2024.02.29 22:28:03.191721 [ 3 ] {4a9b28f1-bcad-4366-8645-c6b05a308530} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1861 | 2024.02.29 22:28:03.192366 [ 3 ] {4a9b28f1-bcad-4366-8645-c6b05a308530} <Trace> oximeter.measurements_histogramf64 (d93b2b73-b11f-4e5a-9b26-3d25ff9942ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1862 | 2024.02.29 22:28:03.192403 [ 3 ] {4a9b28f1-bcad-4366-8645-c6b05a308530} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 1863 | 2024.02.29 22:28:03.192877 [ 3 ] {4a9b28f1-bcad-4366-8645-c6b05a308530} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1864 | 2024.02.29 22:28:03.193212 [ 3 ] {4a9b28f1-bcad-4366-8645-c6b05a308530} <Trace> oximeter.measurements_histogramf64 (d93b2b73-b11f-4e5a-9b26-3d25ff9942ee): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1865 | 2024.02.29 22:28:03.193338 [ 3 ] {4a9b28f1-bcad-4366-8645-c6b05a308530} <Debug> executeQuery: Read 53 rows, 73.24 KiB in 0.00215 sec., 24651.162790697676 rows/sec., 33.27 MiB/sec. | ||
| 1866 | 2024.02.29 22:28:03.193523 [ 3 ] {4a9b28f1-bcad-4366-8645-c6b05a308530} <Debug> DynamicQueryHandler: Done processing query | ||
| 1867 | 2024.02.29 22:28:03.193550 [ 3 ] {4a9b28f1-bcad-4366-8645-c6b05a308530} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 1868 | 2024.02.29 22:28:03.193566 [ 3 ] {} <Debug> HTTP-Session: 06e90605-05e7-4e59-b3ec-8e461c411633 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1869 | 2024.02.29 22:28:06.388499 [ 52 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1870 | 2024.02.29 22:28:06.388597 [ 52 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1871 | 2024.02.29 22:28:13.179912 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 7654, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1872 | 2024.02.29 22:28:13.180046 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1873 | 2024.02.29 22:28:13.180072 [ 3 ] {} <Debug> HTTP-Session: d8d622eb-36b1-4d44-aa2b-9869a7e883e3 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 | ||
| 1874 | 2024.02.29 22:28:13.180098 [ 3 ] {} <Debug> HTTP-Session: d8d622eb-36b1-4d44-aa2b-9869a7e883e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1875 | 2024.02.29 22:28:13.180114 [ 3 ] {} <Debug> HTTP-Session: d8d622eb-36b1-4d44-aa2b-9869a7e883e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1876 | 2024.02.29 22:28:13.180165 [ 3 ] {} <Trace> HTTP-Session: d8d622eb-36b1-4d44-aa2b-9869a7e883e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1877 | 2024.02.29 22:28:13.180296 [ 3 ] {3475b018-29a4-4e2b-994c-35314741bbce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 1878 | 2024.02.29 22:28:13.180362 [ 3 ] {3475b018-29a4-4e2b-994c-35314741bbce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 1879 | 2024.02.29 22:28:13.180562 [ 3 ] {3475b018-29a4-4e2b-994c-35314741bbce} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1880 | 2024.02.29 22:28:13.181061 [ 3 ] {3475b018-29a4-4e2b-994c-35314741bbce} <Trace> oximeter.fields_i64 (93a397b9-9146-4a5e-92b4-bf5ddd8f2458): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1881 | 2024.02.29 22:28:13.181111 [ 3 ] {3475b018-29a4-4e2b-994c-35314741bbce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 1882 | 2024.02.29 22:28:13.181530 [ 3 ] {3475b018-29a4-4e2b-994c-35314741bbce} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1883 | 2024.02.29 22:28:13.181872 [ 3 ] {3475b018-29a4-4e2b-994c-35314741bbce} <Trace> oximeter.fields_i64 (93a397b9-9146-4a5e-92b4-bf5ddd8f2458): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1884 | 2024.02.29 22:28:13.182023 [ 3 ] {3475b018-29a4-4e2b-994c-35314741bbce} <Debug> executeQuery: Read 53 rows, 4.30 KiB in 0.001789 sec., 29625.489100055896 rows/sec., 2.35 MiB/sec. | ||
| 1885 | 2024.02.29 22:28:13.182290 [ 3 ] {3475b018-29a4-4e2b-994c-35314741bbce} <Debug> DynamicQueryHandler: Done processing query | ||
| 1886 | 2024.02.29 22:28:13.182317 [ 3 ] {3475b018-29a4-4e2b-994c-35314741bbce} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 1887 | 2024.02.29 22:28:13.182336 [ 3 ] {} <Debug> HTTP-Session: d8d622eb-36b1-4d44-aa2b-9869a7e883e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1888 | 2024.02.29 22:28:13.182493 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 25439, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1889 | 2024.02.29 22:28:13.182544 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1890 | 2024.02.29 22:28:13.182563 [ 3 ] {} <Debug> HTTP-Session: e7fdc754-4275-4718-90ca-14ed2cb506b3 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 | ||
| 1891 | 2024.02.29 22:28:13.182580 [ 3 ] {} <Debug> HTTP-Session: e7fdc754-4275-4718-90ca-14ed2cb506b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1892 | 2024.02.29 22:28:13.182594 [ 3 ] {} <Debug> HTTP-Session: e7fdc754-4275-4718-90ca-14ed2cb506b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1893 | 2024.02.29 22:28:13.182625 [ 3 ] {} <Trace> HTTP-Session: e7fdc754-4275-4718-90ca-14ed2cb506b3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1894 | 2024.02.29 22:28:13.182739 [ 3 ] {0f647532-f011-4338-a37c-3a1ed7b50279} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 1895 | 2024.02.29 22:28:13.182782 [ 3 ] {0f647532-f011-4338-a37c-3a1ed7b50279} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1896 | 2024.02.29 22:28:13.182933 [ 3 ] {0f647532-f011-4338-a37c-3a1ed7b50279} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1897 | 2024.02.29 22:28:13.183351 [ 3 ] {0f647532-f011-4338-a37c-3a1ed7b50279} <Trace> oximeter.fields_string (374fb4b9-0ca1-4f9f-97a7-755b09e4f649): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1898 | 2024.02.29 22:28:13.183389 [ 3 ] {0f647532-f011-4338-a37c-3a1ed7b50279} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 1899 | 2024.02.29 22:28:13.183719 [ 3 ] {0f647532-f011-4338-a37c-3a1ed7b50279} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1900 | 2024.02.29 22:28:13.184033 [ 3 ] {0f647532-f011-4338-a37c-3a1ed7b50279} <Trace> oximeter.fields_string (374fb4b9-0ca1-4f9f-97a7-755b09e4f649): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1901 | 2024.02.29 22:28:13.184184 [ 3 ] {0f647532-f011-4338-a37c-3a1ed7b50279} <Debug> executeQuery: Read 159 rows, 15.71 KiB in 0.00151 sec., 105298.01324503311 rows/sec., 10.16 MiB/sec. | ||
| 1902 | 2024.02.29 22:28:13.184309 [ 3 ] {0f647532-f011-4338-a37c-3a1ed7b50279} <Debug> DynamicQueryHandler: Done processing query | ||
| 1903 | 2024.02.29 22:28:13.184333 [ 3 ] {0f647532-f011-4338-a37c-3a1ed7b50279} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
| 1904 | 2024.02.29 22:28:13.184350 [ 3 ] {} <Debug> HTTP-Session: e7fdc754-4275-4718-90ca-14ed2cb506b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1905 | 2024.02.29 22:28:13.184490 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 9033, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1906 | 2024.02.29 22:28:13.184538 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1907 | 2024.02.29 22:28:13.184557 [ 3 ] {} <Debug> HTTP-Session: f776517e-8cde-44f7-b28c-d01b3206752a Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 | ||
| 1908 | 2024.02.29 22:28:13.184574 [ 3 ] {} <Debug> HTTP-Session: f776517e-8cde-44f7-b28c-d01b3206752a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1909 | 2024.02.29 22:28:13.184588 [ 3 ] {} <Debug> HTTP-Session: f776517e-8cde-44f7-b28c-d01b3206752a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1910 | 2024.02.29 22:28:13.184619 [ 3 ] {} <Trace> HTTP-Session: f776517e-8cde-44f7-b28c-d01b3206752a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1911 | 2024.02.29 22:28:13.184705 [ 3 ] {552b10f7-ccef-44f7-9d72-1906c4accc38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 1912 | 2024.02.29 22:28:13.184746 [ 3 ] {552b10f7-ccef-44f7-9d72-1906c4accc38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1913 | 2024.02.29 22:28:13.184872 [ 3 ] {552b10f7-ccef-44f7-9d72-1906c4accc38} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1914 | 2024.02.29 22:28:13.185184 [ 3 ] {552b10f7-ccef-44f7-9d72-1906c4accc38} <Trace> oximeter.fields_uuid (6010d6a8-7f84-45c4-a7fd-5027dadf2996): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1915 | 2024.02.29 22:28:13.185222 [ 3 ] {552b10f7-ccef-44f7-9d72-1906c4accc38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 1916 | 2024.02.29 22:28:13.185540 [ 3 ] {552b10f7-ccef-44f7-9d72-1906c4accc38} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1917 | 2024.02.29 22:28:13.185862 [ 3 ] {552b10f7-ccef-44f7-9d72-1906c4accc38} <Trace> oximeter.fields_uuid (6010d6a8-7f84-45c4-a7fd-5027dadf2996): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1918 | 2024.02.29 22:28:13.186011 [ 3 ] {552b10f7-ccef-44f7-9d72-1906c4accc38} <Debug> executeQuery: Read 53 rows, 4.24 KiB in 0.001343 sec., 39463.88682055101 rows/sec., 3.09 MiB/sec. | ||
| 1919 | 2024.02.29 22:28:13.186134 [ 3 ] {552b10f7-ccef-44f7-9d72-1906c4accc38} <Debug> DynamicQueryHandler: Done processing query | ||
| 1920 | 2024.02.29 22:28:13.186158 [ 3 ] {552b10f7-ccef-44f7-9d72-1906c4accc38} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 1921 | 2024.02.29 22:28:13.186174 [ 3 ] {} <Debug> HTTP-Session: f776517e-8cde-44f7-b28c-d01b3206752a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1922 | 2024.02.29 22:28:13.186367 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 56697, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1923 | 2024.02.29 22:28:13.186416 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1924 | 2024.02.29 22:28:13.186435 [ 3 ] {} <Debug> HTTP-Session: aa27c3c3-bb30-4c04-bfbd-8c57264d5bdb Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 | ||
| 1925 | 2024.02.29 22:28:13.186452 [ 3 ] {} <Debug> HTTP-Session: aa27c3c3-bb30-4c04-bfbd-8c57264d5bdb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1926 | 2024.02.29 22:28:13.186466 [ 3 ] {} <Debug> HTTP-Session: aa27c3c3-bb30-4c04-bfbd-8c57264d5bdb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1927 | 2024.02.29 22:28:13.186502 [ 3 ] {} <Trace> HTTP-Session: aa27c3c3-bb30-4c04-bfbd-8c57264d5bdb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1928 | 2024.02.29 22:28:13.186891 [ 3 ] {cde7de2d-b018-4a4b-a921-d8cd7a8c1303} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 1929 | 2024.02.29 22:28:13.186939 [ 3 ] {cde7de2d-b018-4a4b-a921-d8cd7a8c1303} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 1930 | 2024.02.29 22:28:13.187098 [ 3 ] {cde7de2d-b018-4a4b-a921-d8cd7a8c1303} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1931 | 2024.02.29 22:28:13.187777 [ 3 ] {cde7de2d-b018-4a4b-a921-d8cd7a8c1303} <Trace> oximeter.measurements_histogramf64 (d93b2b73-b11f-4e5a-9b26-3d25ff9942ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1932 | 2024.02.29 22:28:13.187814 [ 3 ] {cde7de2d-b018-4a4b-a921-d8cd7a8c1303} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 1933 | 2024.02.29 22:28:13.188266 [ 3 ] {cde7de2d-b018-4a4b-a921-d8cd7a8c1303} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1934 | 2024.02.29 22:28:13.188604 [ 3 ] {cde7de2d-b018-4a4b-a921-d8cd7a8c1303} <Trace> oximeter.measurements_histogramf64 (d93b2b73-b11f-4e5a-9b26-3d25ff9942ee): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1935 | 2024.02.29 22:28:13.188768 [ 3 ] {cde7de2d-b018-4a4b-a921-d8cd7a8c1303} <Debug> executeQuery: Read 53 rows, 73.24 KiB in 0.002209 sec., 23992.75690357628 rows/sec., 32.38 MiB/sec. | ||
| 1936 | 2024.02.29 22:28:13.188897 [ 3 ] {cde7de2d-b018-4a4b-a921-d8cd7a8c1303} <Debug> DynamicQueryHandler: Done processing query | ||
| 1937 | 2024.02.29 22:28:13.188920 [ 3 ] {cde7de2d-b018-4a4b-a921-d8cd7a8c1303} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 1938 | 2024.02.29 22:28:13.188936 [ 3 ] {} <Debug> HTTP-Session: aa27c3c3-bb30-4c04-bfbd-8c57264d5bdb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1939 | 2024.02.29 22:28:21.388647 [ 45 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1940 | 2024.02.29 22:28:21.388711 [ 45 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1941 | 2024.02.29 22:28:22.002175 [ 243 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000857592 sec. | ||
| 1942 | 2024.02.29 22:28:23.179869 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 7654, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1943 | 2024.02.29 22:28:23.179989 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1944 | 2024.02.29 22:28:23.180013 [ 3 ] {} <Debug> HTTP-Session: de6860af-65de-49b9-9b54-c0ee8367e18a Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 | ||
| 1945 | 2024.02.29 22:28:23.180040 [ 3 ] {} <Debug> HTTP-Session: de6860af-65de-49b9-9b54-c0ee8367e18a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1946 | 2024.02.29 22:28:23.180055 [ 3 ] {} <Debug> HTTP-Session: de6860af-65de-49b9-9b54-c0ee8367e18a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1947 | 2024.02.29 22:28:23.180105 [ 3 ] {} <Trace> HTTP-Session: de6860af-65de-49b9-9b54-c0ee8367e18a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1948 | 2024.02.29 22:28:23.180236 [ 3 ] {6d05db10-3e94-4797-ba4e-4334d32af2b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 1949 | 2024.02.29 22:28:23.180302 [ 3 ] {6d05db10-3e94-4797-ba4e-4334d32af2b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 1950 | 2024.02.29 22:28:23.180497 [ 3 ] {6d05db10-3e94-4797-ba4e-4334d32af2b5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1951 | 2024.02.29 22:28:23.180981 [ 3 ] {6d05db10-3e94-4797-ba4e-4334d32af2b5} <Trace> oximeter.fields_i64 (93a397b9-9146-4a5e-92b4-bf5ddd8f2458): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1952 | 2024.02.29 22:28:23.181032 [ 3 ] {6d05db10-3e94-4797-ba4e-4334d32af2b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 1953 | 2024.02.29 22:28:23.181430 [ 3 ] {6d05db10-3e94-4797-ba4e-4334d32af2b5} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 1954 | 2024.02.29 22:28:23.181765 [ 3 ] {6d05db10-3e94-4797-ba4e-4334d32af2b5} <Trace> oximeter.fields_i64 (93a397b9-9146-4a5e-92b4-bf5ddd8f2458): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1955 | 2024.02.29 22:28:23.181933 [ 3 ] {6d05db10-3e94-4797-ba4e-4334d32af2b5} <Debug> executeQuery: Read 53 rows, 4.30 KiB in 0.001758 sec., 30147.895335608646 rows/sec., 2.39 MiB/sec. | ||
| 1956 | 2024.02.29 22:28:23.182355 [ 3 ] {6d05db10-3e94-4797-ba4e-4334d32af2b5} <Debug> DynamicQueryHandler: Done processing query | ||
| 1957 | 2024.02.29 22:28:23.182395 [ 3 ] {6d05db10-3e94-4797-ba4e-4334d32af2b5} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 1958 | 2024.02.29 22:28:23.182420 [ 3 ] {} <Debug> HTTP-Session: de6860af-65de-49b9-9b54-c0ee8367e18a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1959 | 2024.02.29 22:28:23.182584 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 25439, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1960 | 2024.02.29 22:28:23.182637 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1961 | 2024.02.29 22:28:23.182655 [ 3 ] {} <Debug> HTTP-Session: 6d6ff3e1-58c2-49dd-a358-16f8965316ef Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 | ||
| 1962 | 2024.02.29 22:28:23.182675 [ 3 ] {} <Debug> HTTP-Session: 6d6ff3e1-58c2-49dd-a358-16f8965316ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1963 | 2024.02.29 22:28:23.182689 [ 3 ] {} <Debug> HTTP-Session: 6d6ff3e1-58c2-49dd-a358-16f8965316ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1964 | 2024.02.29 22:28:23.182725 [ 3 ] {} <Trace> HTTP-Session: 6d6ff3e1-58c2-49dd-a358-16f8965316ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1965 | 2024.02.29 22:28:23.182847 [ 3 ] {8e4f0871-e598-4aab-9422-47771e96040c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 1966 | 2024.02.29 22:28:23.182894 [ 3 ] {8e4f0871-e598-4aab-9422-47771e96040c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1967 | 2024.02.29 22:28:23.183053 [ 3 ] {8e4f0871-e598-4aab-9422-47771e96040c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1968 | 2024.02.29 22:28:23.183471 [ 3 ] {8e4f0871-e598-4aab-9422-47771e96040c} <Trace> oximeter.fields_string (374fb4b9-0ca1-4f9f-97a7-755b09e4f649): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1969 | 2024.02.29 22:28:23.183512 [ 3 ] {8e4f0871-e598-4aab-9422-47771e96040c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 1970 | 2024.02.29 22:28:23.183876 [ 3 ] {8e4f0871-e598-4aab-9422-47771e96040c} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 1971 | 2024.02.29 22:28:23.184192 [ 3 ] {8e4f0871-e598-4aab-9422-47771e96040c} <Trace> oximeter.fields_string (374fb4b9-0ca1-4f9f-97a7-755b09e4f649): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1972 | 2024.02.29 22:28:23.184354 [ 3 ] {8e4f0871-e598-4aab-9422-47771e96040c} <Debug> executeQuery: Read 159 rows, 15.71 KiB in 0.001563 sec., 101727.44721689059 rows/sec., 9.82 MiB/sec. | ||
| 1973 | 2024.02.29 22:28:23.184513 [ 3 ] {8e4f0871-e598-4aab-9422-47771e96040c} <Debug> DynamicQueryHandler: Done processing query | ||
| 1974 | 2024.02.29 22:28:23.184538 [ 3 ] {8e4f0871-e598-4aab-9422-47771e96040c} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
| 1975 | 2024.02.29 22:28:23.184554 [ 3 ] {} <Debug> HTTP-Session: 6d6ff3e1-58c2-49dd-a358-16f8965316ef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1976 | 2024.02.29 22:28:23.184680 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 9033, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1977 | 2024.02.29 22:28:23.184730 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1978 | 2024.02.29 22:28:23.184749 [ 3 ] {} <Debug> HTTP-Session: 98627f1e-8f1c-41b3-898d-54cbd0cdf4f7 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 | ||
| 1979 | 2024.02.29 22:28:23.184768 [ 3 ] {} <Debug> HTTP-Session: 98627f1e-8f1c-41b3-898d-54cbd0cdf4f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1980 | 2024.02.29 22:28:23.184782 [ 3 ] {} <Debug> HTTP-Session: 98627f1e-8f1c-41b3-898d-54cbd0cdf4f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1981 | 2024.02.29 22:28:23.184816 [ 3 ] {} <Trace> HTTP-Session: 98627f1e-8f1c-41b3-898d-54cbd0cdf4f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1982 | 2024.02.29 22:28:23.184913 [ 3 ] {41691cde-c2e5-41e6-840f-63b8b4c5ab4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 1983 | 2024.02.29 22:28:23.184955 [ 3 ] {41691cde-c2e5-41e6-840f-63b8b4c5ab4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1984 | 2024.02.29 22:28:23.185083 [ 3 ] {41691cde-c2e5-41e6-840f-63b8b4c5ab4a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1985 | 2024.02.29 22:28:23.185474 [ 3 ] {41691cde-c2e5-41e6-840f-63b8b4c5ab4a} <Trace> oximeter.fields_uuid (6010d6a8-7f84-45c4-a7fd-5027dadf2996): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1986 | 2024.02.29 22:28:23.185511 [ 3 ] {41691cde-c2e5-41e6-840f-63b8b4c5ab4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 1987 | 2024.02.29 22:28:23.185822 [ 3 ] {41691cde-c2e5-41e6-840f-63b8b4c5ab4a} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 1988 | 2024.02.29 22:28:23.186137 [ 3 ] {41691cde-c2e5-41e6-840f-63b8b4c5ab4a} <Trace> oximeter.fields_uuid (6010d6a8-7f84-45c4-a7fd-5027dadf2996): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1989 | 2024.02.29 22:28:23.186302 [ 3 ] {41691cde-c2e5-41e6-840f-63b8b4c5ab4a} <Debug> executeQuery: Read 53 rows, 4.24 KiB in 0.001435 sec., 36933.797909407665 rows/sec., 2.89 MiB/sec. | ||
| 1990 | 2024.02.29 22:28:23.186788 [ 3 ] {41691cde-c2e5-41e6-840f-63b8b4c5ab4a} <Debug> DynamicQueryHandler: Done processing query | ||
| 1991 | 2024.02.29 22:28:23.186814 [ 3 ] {41691cde-c2e5-41e6-840f-63b8b4c5ab4a} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 1992 | 2024.02.29 22:28:23.186830 [ 3 ] {} <Debug> HTTP-Session: 98627f1e-8f1c-41b3-898d-54cbd0cdf4f7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1993 | 2024.02.29 22:28:23.187026 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 56698, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1994 | 2024.02.29 22:28:23.187075 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 1995 | 2024.02.29 22:28:23.187094 [ 3 ] {} <Debug> HTTP-Session: 80a78261-346c-4d26-ae7a-762786116dc3 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 | ||
| 1996 | 2024.02.29 22:28:23.187112 [ 3 ] {} <Debug> HTTP-Session: 80a78261-346c-4d26-ae7a-762786116dc3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1997 | 2024.02.29 22:28:23.187126 [ 3 ] {} <Debug> HTTP-Session: 80a78261-346c-4d26-ae7a-762786116dc3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1998 | 2024.02.29 22:28:23.187158 [ 3 ] {} <Trace> HTTP-Session: 80a78261-346c-4d26-ae7a-762786116dc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1999 | 2024.02.29 22:28:23.187928 [ 3 ] {2c4deed8-b839-4adf-b5c2-27449b1bd60d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 2000 | 2024.02.29 22:28:23.187981 [ 3 ] {2c4deed8-b839-4adf-b5c2-27449b1bd60d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 2001 | 2024.02.29 22:28:23.188170 [ 3 ] {2c4deed8-b839-4adf-b5c2-27449b1bd60d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2002 | 2024.02.29 22:28:23.188869 [ 3 ] {2c4deed8-b839-4adf-b5c2-27449b1bd60d} <Trace> oximeter.measurements_histogramf64 (d93b2b73-b11f-4e5a-9b26-3d25ff9942ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2003 | 2024.02.29 22:28:23.188907 [ 3 ] {2c4deed8-b839-4adf-b5c2-27449b1bd60d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 2004 | 2024.02.29 22:28:23.189362 [ 3 ] {2c4deed8-b839-4adf-b5c2-27449b1bd60d} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2005 | 2024.02.29 22:28:23.189710 [ 3 ] {2c4deed8-b839-4adf-b5c2-27449b1bd60d} <Trace> oximeter.measurements_histogramf64 (d93b2b73-b11f-4e5a-9b26-3d25ff9942ee): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2006 | 2024.02.29 22:28:23.189874 [ 3 ] {2c4deed8-b839-4adf-b5c2-27449b1bd60d} <Debug> executeQuery: Read 53 rows, 73.24 KiB in 0.002646 sec., 20030.2343159486 rows/sec., 27.03 MiB/sec. | ||
| 2007 | 2024.02.29 22:28:23.190385 [ 3 ] {2c4deed8-b839-4adf-b5c2-27449b1bd60d} <Debug> DynamicQueryHandler: Done processing query | ||
| 2008 | 2024.02.29 22:28:23.190416 [ 3 ] {2c4deed8-b839-4adf-b5c2-27449b1bd60d} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 2009 | 2024.02.29 22:28:23.190432 [ 3 ] {} <Debug> HTTP-Session: 80a78261-346c-4d26-ae7a-762786116dc3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2010 | 2024.02.29 22:28:33.181673 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 7654, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2011 | 2024.02.29 22:28:33.181821 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2012 | 2024.02.29 22:28:33.181850 [ 3 ] {} <Debug> HTTP-Session: 7bbbc549-4d4c-43df-83ee-4022305771f9 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 | ||
| 2013 | 2024.02.29 22:28:33.181878 [ 3 ] {} <Debug> HTTP-Session: 7bbbc549-4d4c-43df-83ee-4022305771f9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2014 | 2024.02.29 22:28:33.181897 [ 3 ] {} <Debug> HTTP-Session: 7bbbc549-4d4c-43df-83ee-4022305771f9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2015 | 2024.02.29 22:28:33.181953 [ 3 ] {} <Trace> HTTP-Session: 7bbbc549-4d4c-43df-83ee-4022305771f9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2016 | 2024.02.29 22:28:33.182102 [ 3 ] {86e7b2e4-2d88-4e22-815d-ff99524a4b2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 2017 | 2024.02.29 22:28:33.182175 [ 3 ] {86e7b2e4-2d88-4e22-815d-ff99524a4b2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 2018 | 2024.02.29 22:28:33.182388 [ 3 ] {86e7b2e4-2d88-4e22-815d-ff99524a4b2a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2019 | 2024.02.29 22:28:33.182869 [ 3 ] {86e7b2e4-2d88-4e22-815d-ff99524a4b2a} <Trace> oximeter.fields_i64 (93a397b9-9146-4a5e-92b4-bf5ddd8f2458): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2020 | 2024.02.29 22:28:33.182918 [ 3 ] {86e7b2e4-2d88-4e22-815d-ff99524a4b2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 2021 | 2024.02.29 22:28:33.183298 [ 3 ] {86e7b2e4-2d88-4e22-815d-ff99524a4b2a} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2022 | 2024.02.29 22:28:33.183626 [ 3 ] {86e7b2e4-2d88-4e22-815d-ff99524a4b2a} <Trace> oximeter.fields_i64 (93a397b9-9146-4a5e-92b4-bf5ddd8f2458): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2023 | 2024.02.29 22:28:33.183780 [ 3 ] {86e7b2e4-2d88-4e22-815d-ff99524a4b2a} <Debug> executeQuery: Read 53 rows, 4.30 KiB in 0.001757 sec., 30165.054069436537 rows/sec., 2.39 MiB/sec. | ||
| 2024 | 2024.02.29 22:28:33.183818 [ 41 ] {} <Debug> oximeter.fields_i64 (93a397b9-9146-4a5e-92b4-bf5ddd8f2458) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2025 | 2024.02.29 22:28:33.183928 [ 41 ] {} <Trace> oximeter.fields_i64 (93a397b9-9146-4a5e-92b4-bf5ddd8f2458): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2026 | 2024.02.29 22:28:33.183965 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 2027 | 2024.02.29 22:28:33.183999 [ 3 ] {86e7b2e4-2d88-4e22-815d-ff99524a4b2a} <Debug> DynamicQueryHandler: Done processing query | ||
| 2028 | 2024.02.29 22:28:33.184063 [ 3 ] {86e7b2e4-2d88-4e22-815d-ff99524a4b2a} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 2029 | 2024.02.29 22:28:33.184154 [ 3 ] {} <Debug> HTTP-Session: 7bbbc549-4d4c-43df-83ee-4022305771f9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2030 | 2024.02.29 22:28:33.184337 [ 191 ] {93a397b9-9146-4a5e-92b4-bf5ddd8f2458::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 | ||
| 2031 | 2024.02.29 22:28:33.184406 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 987, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2032 | 2024.02.29 22:28:33.184485 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2033 | 2024.02.29 22:28:33.184534 [ 3 ] {} <Debug> HTTP-Session: df070d46-def9-4181-8b18-b7e0d92e9ac9 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 | ||
| 2034 | 2024.02.29 22:28:33.184580 [ 3 ] {} <Debug> HTTP-Session: df070d46-def9-4181-8b18-b7e0d92e9ac9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2035 | 2024.02.29 22:28:33.184623 [ 3 ] {} <Debug> HTTP-Session: df070d46-def9-4181-8b18-b7e0d92e9ac9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2036 | 2024.02.29 22:28:33.184662 [ 191 ] {93a397b9-9146-4a5e-92b4-bf5ddd8f2458::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2037 | 2024.02.29 22:28:33.184681 [ 3 ] {} <Trace> HTTP-Session: df070d46-def9-4181-8b18-b7e0d92e9ac9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2038 | 2024.02.29 22:28:33.184732 [ 191 ] {93a397b9-9146-4a5e-92b4-bf5ddd8f2458::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 51 rows starting from the beginning of the part | ||
| 2039 | 2024.02.29 22:28:33.184814 [ 3 ] {09824d02-e4ae-420f-9f8e-007bb8ec5d29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 2040 | 2024.02.29 22:28:33.184929 [ 3 ] {09824d02-e4ae-420f-9f8e-007bb8ec5d29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 2041 | 2024.02.29 22:28:33.184998 [ 191 ] {93a397b9-9146-4a5e-92b4-bf5ddd8f2458::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 53 rows starting from the beginning of the part | ||
| 2042 | 2024.02.29 22:28:33.185315 [ 191 ] {93a397b9-9146-4a5e-92b4-bf5ddd8f2458::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 53 rows starting from the beginning of the part | ||
| 2043 | 2024.02.29 22:28:33.185610 [ 191 ] {93a397b9-9146-4a5e-92b4-bf5ddd8f2458::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 53 rows starting from the beginning of the part | ||
| 2044 | 2024.02.29 22:28:33.186025 [ 191 ] {93a397b9-9146-4a5e-92b4-bf5ddd8f2458::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 53 rows starting from the beginning of the part | ||
| 2045 | 2024.02.29 22:28:33.186274 [ 191 ] {93a397b9-9146-4a5e-92b4-bf5ddd8f2458::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 53 rows starting from the beginning of the part | ||
| 2046 | 2024.02.29 22:28:33.186342 [ 3 ] {09824d02-e4ae-420f-9f8e-007bb8ec5d29} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2047 | 2024.02.29 22:28:33.187402 [ 3 ] {09824d02-e4ae-420f-9f8e-007bb8ec5d29} <Trace> oximeter.fields_ipaddr (36ad34a7-1ba7-4fa3-8404-702b1da33935): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2048 | 2024.02.29 22:28:33.187464 [ 3 ] {09824d02-e4ae-420f-9f8e-007bb8ec5d29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 2049 | 2024.02.29 22:28:33.188321 [ 3 ] {09824d02-e4ae-420f-9f8e-007bb8ec5d29} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2050 | 2024.02.29 22:28:33.189143 [ 191 ] {93a397b9-9146-4a5e-92b4-bf5ddd8f2458::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 316 rows, containing 4 columns (4 merged, 0 gathered) in 0.00506404 sec., 62400.770925980054 rows/sec., 4.94 MiB/sec. | ||
| 2051 | 2024.02.29 22:28:33.189218 [ 3 ] {09824d02-e4ae-420f-9f8e-007bb8ec5d29} <Trace> oximeter.fields_ipaddr (36ad34a7-1ba7-4fa3-8404-702b1da33935): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2052 | 2024.02.29 22:28:33.189448 [ 194 ] {93a397b9-9146-4a5e-92b4-bf5ddd8f2458::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2053 | 2024.02.29 22:28:33.189506 [ 3 ] {09824d02-e4ae-420f-9f8e-007bb8ec5d29} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.004732 sec., 1267.9628064243448 rows/sec., 103.39 KiB/sec. | ||
| 2054 | 2024.02.29 22:28:33.190188 [ 3 ] {09824d02-e4ae-420f-9f8e-007bb8ec5d29} <Debug> DynamicQueryHandler: Done processing query | ||
| 2055 | 2024.02.29 22:28:33.190235 [ 3 ] {09824d02-e4ae-420f-9f8e-007bb8ec5d29} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 2056 | 2024.02.29 22:28:33.190297 [ 3 ] {} <Debug> HTTP-Session: df070d46-def9-4181-8b18-b7e0d92e9ac9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2057 | 2024.02.29 22:28:33.190535 [ 194 ] {93a397b9-9146-4a5e-92b4-bf5ddd8f2458::all_1_11_2} <Trace> oximeter.fields_i64 (93a397b9-9146-4a5e-92b4-bf5ddd8f2458): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2058 | 2024.02.29 22:28:33.190537 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 30812, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2059 | 2024.02.29 22:28:33.190647 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2060 | 2024.02.29 22:28:33.190668 [ 3 ] {} <Debug> HTTP-Session: bead3183-e77c-4679-910e-41ba0975016e Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 | ||
| 2061 | 2024.02.29 22:28:33.190695 [ 194 ] {93a397b9-9146-4a5e-92b4-bf5ddd8f2458::all_1_11_2} <Trace> oximeter.fields_i64 (93a397b9-9146-4a5e-92b4-bf5ddd8f2458) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2062 | 2024.02.29 22:28:33.190706 [ 3 ] {} <Debug> HTTP-Session: bead3183-e77c-4679-910e-41ba0975016e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2063 | 2024.02.29 22:28:33.190742 [ 3 ] {} <Debug> HTTP-Session: bead3183-e77c-4679-910e-41ba0975016e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2064 | 2024.02.29 22:28:33.190819 [ 3 ] {} <Trace> HTTP-Session: bead3183-e77c-4679-910e-41ba0975016e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2065 | 2024.02.29 22:28:33.190853 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 2066 | 2024.02.29 22:28:33.190995 [ 3 ] {c14efa71-6fea-470c-a3e1-1cec8e13409c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 2067 | 2024.02.29 22:28:33.191042 [ 3 ] {c14efa71-6fea-470c-a3e1-1cec8e13409c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2068 | 2024.02.29 22:28:33.191188 [ 3 ] {c14efa71-6fea-470c-a3e1-1cec8e13409c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2069 | 2024.02.29 22:28:33.191640 [ 3 ] {c14efa71-6fea-470c-a3e1-1cec8e13409c} <Trace> oximeter.fields_string (374fb4b9-0ca1-4f9f-97a7-755b09e4f649): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2070 | 2024.02.29 22:28:33.191678 [ 3 ] {c14efa71-6fea-470c-a3e1-1cec8e13409c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 2071 | 2024.02.29 22:28:33.192009 [ 3 ] {c14efa71-6fea-470c-a3e1-1cec8e13409c} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2072 | 2024.02.29 22:28:33.192328 [ 3 ] {c14efa71-6fea-470c-a3e1-1cec8e13409c} <Trace> oximeter.fields_string (374fb4b9-0ca1-4f9f-97a7-755b09e4f649): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2073 | 2024.02.29 22:28:33.192486 [ 3 ] {c14efa71-6fea-470c-a3e1-1cec8e13409c} <Debug> executeQuery: Read 198 rows, 18.75 KiB in 0.001566 sec., 126436.78160919542 rows/sec., 11.69 MiB/sec. | ||
| 2074 | 2024.02.29 22:28:33.192493 [ 41 ] {} <Debug> oximeter.fields_string (374fb4b9-0ca1-4f9f-97a7-755b09e4f649) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2075 | 2024.02.29 22:28:33.192580 [ 41 ] {} <Trace> oximeter.fields_string (374fb4b9-0ca1-4f9f-97a7-755b09e4f649): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2076 | 2024.02.29 22:28:33.192643 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 2077 | 2024.02.29 22:28:33.192704 [ 3 ] {c14efa71-6fea-470c-a3e1-1cec8e13409c} <Debug> DynamicQueryHandler: Done processing query | ||
| 2078 | 2024.02.29 22:28:33.192759 [ 3 ] {c14efa71-6fea-470c-a3e1-1cec8e13409c} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 2079 | 2024.02.29 22:28:33.192808 [ 3 ] {} <Debug> HTTP-Session: bead3183-e77c-4679-910e-41ba0975016e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2080 | 2024.02.29 22:28:33.192823 [ 191 ] {374fb4b9-0ca1-4f9f-97a7-755b09e4f649::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 | ||
| 2081 | 2024.02.29 22:28:33.193008 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 888, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2082 | 2024.02.29 22:28:33.193029 [ 191 ] {374fb4b9-0ca1-4f9f-97a7-755b09e4f649::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2083 | 2024.02.29 22:28:33.193084 [ 191 ] {374fb4b9-0ca1-4f9f-97a7-755b09e4f649::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 191 rows starting from the beginning of the part | ||
| 2084 | 2024.02.29 22:28:33.193100 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2085 | 2024.02.29 22:28:33.193144 [ 3 ] {} <Debug> HTTP-Session: 9437d95c-99e9-48fb-8f54-7f15558e551b Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 | ||
| 2086 | 2024.02.29 22:28:33.193261 [ 3 ] {} <Debug> HTTP-Session: 9437d95c-99e9-48fb-8f54-7f15558e551b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2087 | 2024.02.29 22:28:33.193282 [ 191 ] {374fb4b9-0ca1-4f9f-97a7-755b09e4f649::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 159 rows starting from the beginning of the part | ||
| 2088 | 2024.02.29 22:28:33.193339 [ 3 ] {} <Debug> HTTP-Session: 9437d95c-99e9-48fb-8f54-7f15558e551b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2089 | 2024.02.29 22:28:33.193515 [ 3 ] {} <Trace> HTTP-Session: 9437d95c-99e9-48fb-8f54-7f15558e551b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2090 | 2024.02.29 22:28:33.193559 [ 191 ] {374fb4b9-0ca1-4f9f-97a7-755b09e4f649::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 195 rows starting from the beginning of the part | ||
| 2091 | 2024.02.29 22:28:33.193734 [ 3 ] {ef668318-33d6-4938-8186-aa8a71480743} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 2092 | 2024.02.29 22:28:33.193858 [ 191 ] {374fb4b9-0ca1-4f9f-97a7-755b09e4f649::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 159 rows starting from the beginning of the part | ||
| 2093 | 2024.02.29 22:28:33.193883 [ 3 ] {ef668318-33d6-4938-8186-aa8a71480743} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2094 | 2024.02.29 22:28:33.194168 [ 191 ] {374fb4b9-0ca1-4f9f-97a7-755b09e4f649::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 159 rows starting from the beginning of the part | ||
| 2095 | 2024.02.29 22:28:33.194453 [ 191 ] {374fb4b9-0ca1-4f9f-97a7-755b09e4f649::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 198 rows starting from the beginning of the part | ||
| 2096 | 2024.02.29 22:28:33.195013 [ 3 ] {ef668318-33d6-4938-8186-aa8a71480743} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2097 | 2024.02.29 22:28:33.195819 [ 3 ] {ef668318-33d6-4938-8186-aa8a71480743} <Trace> oximeter.fields_u16 (c87e8bb9-f232-425e-8fb5-4314e9db9d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2098 | 2024.02.29 22:28:33.195874 [ 3 ] {ef668318-33d6-4938-8186-aa8a71480743} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 2099 | 2024.02.29 22:28:33.196706 [ 3 ] {ef668318-33d6-4938-8186-aa8a71480743} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2100 | 2024.02.29 22:28:33.197419 [ 3 ] {ef668318-33d6-4938-8186-aa8a71480743} <Trace> oximeter.fields_u16 (c87e8bb9-f232-425e-8fb5-4314e9db9d1f): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2101 | 2024.02.29 22:28:33.197450 [ 191 ] {374fb4b9-0ca1-4f9f-97a7-755b09e4f649::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1061 rows, containing 4 columns (4 merged, 0 gathered) in 0.004721521 sec., 224715.721904022 rows/sec., 21.19 MiB/sec. | ||
| 2102 | 2024.02.29 22:28:33.197758 [ 3 ] {ef668318-33d6-4938-8186-aa8a71480743} <Debug> executeQuery: Read 6 rows, 429.00 B in 0.004115 sec., 1458.0801944106927 rows/sec., 101.81 KiB/sec. | ||
| 2103 | 2024.02.29 22:28:33.197843 [ 195 ] {374fb4b9-0ca1-4f9f-97a7-755b09e4f649::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2104 | 2024.02.29 22:28:33.198352 [ 3 ] {ef668318-33d6-4938-8186-aa8a71480743} <Debug> DynamicQueryHandler: Done processing query | ||
| 2105 | 2024.02.29 22:28:33.198388 [ 3 ] {ef668318-33d6-4938-8186-aa8a71480743} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 2106 | 2024.02.29 22:28:33.198444 [ 3 ] {} <Debug> HTTP-Session: 9437d95c-99e9-48fb-8f54-7f15558e551b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2107 | 2024.02.29 22:28:33.198659 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 14092, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2108 | 2024.02.29 22:28:33.198732 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2109 | 2024.02.29 22:28:33.198770 [ 3 ] {} <Debug> HTTP-Session: 85002a1e-5142-4346-9ef2-06ff5e826a27 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 | ||
| 2110 | 2024.02.29 22:28:33.198796 [ 3 ] {} <Debug> HTTP-Session: 85002a1e-5142-4346-9ef2-06ff5e826a27 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2111 | 2024.02.29 22:28:33.198826 [ 3 ] {} <Debug> HTTP-Session: 85002a1e-5142-4346-9ef2-06ff5e826a27 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2112 | 2024.02.29 22:28:33.198883 [ 3 ] {} <Trace> HTTP-Session: 85002a1e-5142-4346-9ef2-06ff5e826a27 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2113 | 2024.02.29 22:28:33.198917 [ 195 ] {374fb4b9-0ca1-4f9f-97a7-755b09e4f649::all_1_11_2} <Trace> oximeter.fields_string (374fb4b9-0ca1-4f9f-97a7-755b09e4f649): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2114 | 2024.02.29 22:28:33.199075 [ 3 ] {4951e3da-6a76-4cc3-89ca-78b3eddf6a1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 2115 | 2024.02.29 22:28:33.199102 [ 195 ] {374fb4b9-0ca1-4f9f-97a7-755b09e4f649::all_1_11_2} <Trace> oximeter.fields_string (374fb4b9-0ca1-4f9f-97a7-755b09e4f649) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2116 | 2024.02.29 22:28:33.199143 [ 3 ] {4951e3da-6a76-4cc3-89ca-78b3eddf6a1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2117 | 2024.02.29 22:28:33.199255 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
| 2118 | 2024.02.29 22:28:33.199408 [ 3 ] {4951e3da-6a76-4cc3-89ca-78b3eddf6a1e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2119 | 2024.02.29 22:28:33.199759 [ 3 ] {4951e3da-6a76-4cc3-89ca-78b3eddf6a1e} <Trace> oximeter.fields_uuid (6010d6a8-7f84-45c4-a7fd-5027dadf2996): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2120 | 2024.02.29 22:28:33.199797 [ 3 ] {4951e3da-6a76-4cc3-89ca-78b3eddf6a1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 2121 | 2024.02.29 22:28:33.200108 [ 3 ] {4951e3da-6a76-4cc3-89ca-78b3eddf6a1e} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2122 | 2024.02.29 22:28:33.200406 [ 3 ] {4951e3da-6a76-4cc3-89ca-78b3eddf6a1e} <Trace> oximeter.fields_uuid (6010d6a8-7f84-45c4-a7fd-5027dadf2996): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2123 | 2024.02.29 22:28:33.200560 [ 41 ] {} <Debug> oximeter.fields_uuid (6010d6a8-7f84-45c4-a7fd-5027dadf2996) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2124 | 2024.02.29 22:28:33.200567 [ 3 ] {4951e3da-6a76-4cc3-89ca-78b3eddf6a1e} <Debug> executeQuery: Read 83 rows, 6.63 KiB in 0.001588 sec., 52267.002518891684 rows/sec., 4.08 MiB/sec. | ||
| 2125 | 2024.02.29 22:28:33.200616 [ 41 ] {} <Trace> oximeter.fields_uuid (6010d6a8-7f84-45c4-a7fd-5027dadf2996): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2126 | 2024.02.29 22:28:33.200680 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 2127 | 2024.02.29 22:28:33.200807 [ 3 ] {4951e3da-6a76-4cc3-89ca-78b3eddf6a1e} <Debug> DynamicQueryHandler: Done processing query | ||
| 2128 | 2024.02.29 22:28:33.200856 [ 3 ] {4951e3da-6a76-4cc3-89ca-78b3eddf6a1e} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 2129 | 2024.02.29 22:28:33.200863 [ 191 ] {6010d6a8-7f84-45c4-a7fd-5027dadf2996::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 | ||
| 2130 | 2024.02.29 22:28:33.200883 [ 3 ] {} <Debug> HTTP-Session: 85002a1e-5142-4346-9ef2-06ff5e826a27 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2131 | 2024.02.29 22:28:33.201017 [ 191 ] {6010d6a8-7f84-45c4-a7fd-5027dadf2996::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2132 | 2024.02.29 22:28:33.201051 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 7585, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2133 | 2024.02.29 22:28:33.201069 [ 191 ] {6010d6a8-7f84-45c4-a7fd-5027dadf2996::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 97 rows starting from the beginning of the part | ||
| 2134 | 2024.02.29 22:28:33.201143 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2135 | 2024.02.29 22:28:33.201252 [ 3 ] {} <Debug> HTTP-Session: 8f5204e7-ee3d-4e1b-88ac-0a244fed4385 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 | ||
| 2136 | 2024.02.29 22:28:33.201334 [ 3 ] {} <Debug> HTTP-Session: 8f5204e7-ee3d-4e1b-88ac-0a244fed4385 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2137 | 2024.02.29 22:28:33.201337 [ 191 ] {6010d6a8-7f84-45c4-a7fd-5027dadf2996::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 53 rows starting from the beginning of the part | ||
| 2138 | 2024.02.29 22:28:33.201387 [ 3 ] {} <Debug> HTTP-Session: 8f5204e7-ee3d-4e1b-88ac-0a244fed4385 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2139 | 2024.02.29 22:28:33.201510 [ 3 ] {} <Trace> HTTP-Session: 8f5204e7-ee3d-4e1b-88ac-0a244fed4385 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2140 | 2024.02.29 22:28:33.201659 [ 191 ] {6010d6a8-7f84-45c4-a7fd-5027dadf2996::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 77 rows starting from the beginning of the part | ||
| 2141 | 2024.02.29 22:28:33.201794 [ 3 ] {572c74e8-a855-4219-b12b-c82d23260950} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 2142 | 2024.02.29 22:28:33.201931 [ 191 ] {6010d6a8-7f84-45c4-a7fd-5027dadf2996::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 53 rows starting from the beginning of the part | ||
| 2143 | 2024.02.29 22:28:33.201959 [ 3 ] {572c74e8-a855-4219-b12b-c82d23260950} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2144 | 2024.02.29 22:28:33.202228 [ 191 ] {6010d6a8-7f84-45c4-a7fd-5027dadf2996::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 53 rows starting from the beginning of the part | ||
| 2145 | 2024.02.29 22:28:33.202528 [ 191 ] {6010d6a8-7f84-45c4-a7fd-5027dadf2996::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 83 rows starting from the beginning of the part | ||
| 2146 | 2024.02.29 22:28:33.203231 [ 3 ] {572c74e8-a855-4219-b12b-c82d23260950} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2147 | 2024.02.29 22:28:33.204054 [ 3 ] {572c74e8-a855-4219-b12b-c82d23260950} <Trace> oximeter.measurements_cumulativeu64 (dc28e417-a057-497c-8c56-1262aaf856dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2148 | 2024.02.29 22:28:33.204125 [ 3 ] {572c74e8-a855-4219-b12b-c82d23260950} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 2149 | 2024.02.29 22:28:33.205258 [ 3 ] {572c74e8-a855-4219-b12b-c82d23260950} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2150 | 2024.02.29 22:28:33.205324 [ 195 ] {6010d6a8-7f84-45c4-a7fd-5027dadf2996::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 416 rows, containing 4 columns (4 merged, 0 gathered) in 0.004549007 sec., 91448.52931639807 rows/sec., 7.14 MiB/sec. | ||
| 2151 | 2024.02.29 22:28:33.205598 [ 195 ] {6010d6a8-7f84-45c4-a7fd-5027dadf2996::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2152 | 2024.02.29 22:28:33.205996 [ 3 ] {572c74e8-a855-4219-b12b-c82d23260950} <Trace> oximeter.measurements_cumulativeu64 (dc28e417-a057-497c-8c56-1262aaf856dd): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2153 | 2024.02.29 22:28:33.206431 [ 3 ] {572c74e8-a855-4219-b12b-c82d23260950} <Debug> executeQuery: Read 39 rows, 2.81 KiB in 0.004734 sec., 8238.2762991128 rows/sec., 594.11 KiB/sec. | ||
| 2154 | 2024.02.29 22:28:33.206599 [ 191 ] {6010d6a8-7f84-45c4-a7fd-5027dadf2996::all_1_11_2} <Trace> oximeter.fields_uuid (6010d6a8-7f84-45c4-a7fd-5027dadf2996): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2155 | 2024.02.29 22:28:33.206833 [ 191 ] {6010d6a8-7f84-45c4-a7fd-5027dadf2996::all_1_11_2} <Trace> oximeter.fields_uuid (6010d6a8-7f84-45c4-a7fd-5027dadf2996) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2156 | 2024.02.29 22:28:33.206855 [ 3 ] {572c74e8-a855-4219-b12b-c82d23260950} <Debug> DynamicQueryHandler: Done processing query | ||
| 2157 | 2024.02.29 22:28:33.206916 [ 3 ] {572c74e8-a855-4219-b12b-c82d23260950} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 2158 | 2024.02.29 22:28:33.206964 [ 3 ] {} <Debug> HTTP-Session: 8f5204e7-ee3d-4e1b-88ac-0a244fed4385 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2159 | 2024.02.29 22:28:33.206971 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 2160 | 2024.02.29 22:28:33.207188 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 56698, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2161 | 2024.02.29 22:28:33.207241 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2162 | 2024.02.29 22:28:33.207259 [ 3 ] {} <Debug> HTTP-Session: fd9032e5-5161-4109-8d36-ce6bb986fdc1 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 | ||
| 2163 | 2024.02.29 22:28:33.207276 [ 3 ] {} <Debug> HTTP-Session: fd9032e5-5161-4109-8d36-ce6bb986fdc1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2164 | 2024.02.29 22:28:33.207290 [ 3 ] {} <Debug> HTTP-Session: fd9032e5-5161-4109-8d36-ce6bb986fdc1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2165 | 2024.02.29 22:28:33.207324 [ 3 ] {} <Trace> HTTP-Session: fd9032e5-5161-4109-8d36-ce6bb986fdc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2166 | 2024.02.29 22:28:33.207726 [ 3 ] {804852db-7ad0-418d-bf52-f67baa213405} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 2167 | 2024.02.29 22:28:33.207776 [ 3 ] {804852db-7ad0-418d-bf52-f67baa213405} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 2168 | 2024.02.29 22:28:33.207966 [ 3 ] {804852db-7ad0-418d-bf52-f67baa213405} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2169 | 2024.02.29 22:28:33.208551 [ 3 ] {804852db-7ad0-418d-bf52-f67baa213405} <Trace> oximeter.measurements_histogramf64 (d93b2b73-b11f-4e5a-9b26-3d25ff9942ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2170 | 2024.02.29 22:28:33.208588 [ 3 ] {804852db-7ad0-418d-bf52-f67baa213405} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 2171 | 2024.02.29 22:28:33.209042 [ 3 ] {804852db-7ad0-418d-bf52-f67baa213405} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2172 | 2024.02.29 22:28:33.209388 [ 3 ] {804852db-7ad0-418d-bf52-f67baa213405} <Trace> oximeter.measurements_histogramf64 (d93b2b73-b11f-4e5a-9b26-3d25ff9942ee): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2173 | 2024.02.29 22:28:33.209541 [ 41 ] {} <Debug> oximeter.measurements_histogramf64 (d93b2b73-b11f-4e5a-9b26-3d25ff9942ee) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2174 | 2024.02.29 22:28:33.209549 [ 3 ] {804852db-7ad0-418d-bf52-f67baa213405} <Debug> executeQuery: Read 53 rows, 73.24 KiB in 0.002158 sec., 24559.77757182576 rows/sec., 33.14 MiB/sec. | ||
| 2175 | 2024.02.29 22:28:33.209587 [ 41 ] {} <Trace> oximeter.measurements_histogramf64 (d93b2b73-b11f-4e5a-9b26-3d25ff9942ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2176 | 2024.02.29 22:28:33.209648 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 2177 | 2024.02.29 22:28:33.209995 [ 3 ] {804852db-7ad0-418d-bf52-f67baa213405} <Debug> DynamicQueryHandler: Done processing query | ||
| 2178 | 2024.02.29 22:28:33.210108 [ 3 ] {804852db-7ad0-418d-bf52-f67baa213405} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 2179 | 2024.02.29 22:28:33.210148 [ 195 ] {d93b2b73-b11f-4e5a-9b26-3d25ff9942ee::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 | ||
| 2180 | 2024.02.29 22:28:33.210187 [ 3 ] {} <Debug> HTTP-Session: fd9032e5-5161-4109-8d36-ce6bb986fdc1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2181 | 2024.02.29 22:28:33.210381 [ 195 ] {d93b2b73-b11f-4e5a-9b26-3d25ff9942ee::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2182 | 2024.02.29 22:28:33.210456 [ 195 ] {d93b2b73-b11f-4e5a-9b26-3d25ff9942ee::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 254 rows starting from the beginning of the part | ||
| 2183 | 2024.02.29 22:28:33.210614 [ 195 ] {d93b2b73-b11f-4e5a-9b26-3d25ff9942ee::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 53 rows starting from the beginning of the part | ||
| 2184 | 2024.02.29 22:28:33.210767 [ 195 ] {d93b2b73-b11f-4e5a-9b26-3d25ff9942ee::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 53 rows starting from the beginning of the part | ||
| 2185 | 2024.02.29 22:28:33.210993 [ 195 ] {d93b2b73-b11f-4e5a-9b26-3d25ff9942ee::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 53 rows starting from the beginning of the part | ||
| 2186 | 2024.02.29 22:28:33.211133 [ 195 ] {d93b2b73-b11f-4e5a-9b26-3d25ff9942ee::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 53 rows starting from the beginning of the part | ||
| 2187 | 2024.02.29 22:28:33.211291 [ 195 ] {d93b2b73-b11f-4e5a-9b26-3d25ff9942ee::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 53 rows starting from the beginning of the part | ||
| 2188 | 2024.02.29 22:28:33.214039 [ 191 ] {d93b2b73-b11f-4e5a-9b26-3d25ff9942ee::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 519 rows, containing 6 columns (6 merged, 0 gathered) in 0.00428394 sec., 121150.15616465217 rows/sec., 163.49 MiB/sec. | ||
| 2189 | 2024.02.29 22:28:33.214471 [ 191 ] {d93b2b73-b11f-4e5a-9b26-3d25ff9942ee::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2190 | 2024.02.29 22:28:33.214879 [ 191 ] {d93b2b73-b11f-4e5a-9b26-3d25ff9942ee::all_1_11_2} <Trace> oximeter.measurements_histogramf64 (d93b2b73-b11f-4e5a-9b26-3d25ff9942ee): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2191 | 2024.02.29 22:28:33.214976 [ 191 ] {d93b2b73-b11f-4e5a-9b26-3d25ff9942ee::all_1_11_2} <Trace> oximeter.measurements_histogramf64 (d93b2b73-b11f-4e5a-9b26-3d25ff9942ee) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2192 | 2024.02.29 22:28:33.215045 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.17 MiB. | ||
| 2193 | 2024.02.29 22:28:36.388756 [ 38 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2194 | 2024.02.29 22:28:36.388830 [ 38 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2195 | 2024.02.29 22:28:43.180049 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 7654, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2196 | 2024.02.29 22:28:43.180186 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2197 | 2024.02.29 22:28:43.180215 [ 3 ] {} <Debug> HTTP-Session: 693836a7-8561-47e8-85d4-ff6b8a90c657 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 | ||
| 2198 | 2024.02.29 22:28:43.180244 [ 3 ] {} <Debug> HTTP-Session: 693836a7-8561-47e8-85d4-ff6b8a90c657 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2199 | 2024.02.29 22:28:43.180262 [ 3 ] {} <Debug> HTTP-Session: 693836a7-8561-47e8-85d4-ff6b8a90c657 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2200 | 2024.02.29 22:28:43.180317 [ 3 ] {} <Trace> HTTP-Session: 693836a7-8561-47e8-85d4-ff6b8a90c657 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2201 | 2024.02.29 22:28:43.180463 [ 3 ] {a9238c0c-ed10-4026-8169-4ad7aa0f177a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 2202 | 2024.02.29 22:28:43.180535 [ 3 ] {a9238c0c-ed10-4026-8169-4ad7aa0f177a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 2203 | 2024.02.29 22:28:43.180751 [ 3 ] {a9238c0c-ed10-4026-8169-4ad7aa0f177a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2204 | 2024.02.29 22:28:43.181210 [ 3 ] {a9238c0c-ed10-4026-8169-4ad7aa0f177a} <Trace> oximeter.fields_i64 (93a397b9-9146-4a5e-92b4-bf5ddd8f2458): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2205 | 2024.02.29 22:28:43.181255 [ 3 ] {a9238c0c-ed10-4026-8169-4ad7aa0f177a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 2206 | 2024.02.29 22:28:43.181636 [ 3 ] {a9238c0c-ed10-4026-8169-4ad7aa0f177a} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2207 | 2024.02.29 22:28:43.181972 [ 3 ] {a9238c0c-ed10-4026-8169-4ad7aa0f177a} <Trace> oximeter.fields_i64 (93a397b9-9146-4a5e-92b4-bf5ddd8f2458): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2208 | 2024.02.29 22:28:43.182111 [ 3 ] {a9238c0c-ed10-4026-8169-4ad7aa0f177a} <Debug> executeQuery: Read 53 rows, 4.30 KiB in 0.001721 sec., 30796.048808832074 rows/sec., 2.44 MiB/sec. | ||
| 2209 | 2024.02.29 22:28:43.182255 [ 3 ] {a9238c0c-ed10-4026-8169-4ad7aa0f177a} <Debug> DynamicQueryHandler: Done processing query | ||
| 2210 | 2024.02.29 22:28:43.182282 [ 3 ] {a9238c0c-ed10-4026-8169-4ad7aa0f177a} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 2211 | 2024.02.29 22:28:43.182298 [ 3 ] {} <Debug> HTTP-Session: 693836a7-8561-47e8-85d4-ff6b8a90c657 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2212 | 2024.02.29 22:28:43.182419 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2213 | 2024.02.29 22:28:43.182467 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2214 | 2024.02.29 22:28:43.182487 [ 3 ] {} <Debug> HTTP-Session: 3ffbffa1-b72d-4283-8056-9a6e7d38edc2 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 | ||
| 2215 | 2024.02.29 22:28:43.182504 [ 3 ] {} <Debug> HTTP-Session: 3ffbffa1-b72d-4283-8056-9a6e7d38edc2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2216 | 2024.02.29 22:28:43.182518 [ 3 ] {} <Debug> HTTP-Session: 3ffbffa1-b72d-4283-8056-9a6e7d38edc2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2217 | 2024.02.29 22:28:43.182549 [ 3 ] {} <Trace> HTTP-Session: 3ffbffa1-b72d-4283-8056-9a6e7d38edc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2218 | 2024.02.29 22:28:43.182612 [ 3 ] {733147c2-bba0-44f4-ac67-8bca1886e976} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 2219 | 2024.02.29 22:28:43.182652 [ 3 ] {733147c2-bba0-44f4-ac67-8bca1886e976} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 2220 | 2024.02.29 22:28:43.182781 [ 3 ] {733147c2-bba0-44f4-ac67-8bca1886e976} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2221 | 2024.02.29 22:28:43.183049 [ 3 ] {733147c2-bba0-44f4-ac67-8bca1886e976} <Trace> oximeter.fields_ipaddr (36ad34a7-1ba7-4fa3-8404-702b1da33935): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2222 | 2024.02.29 22:28:43.183086 [ 3 ] {733147c2-bba0-44f4-ac67-8bca1886e976} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 2223 | 2024.02.29 22:28:43.183394 [ 3 ] {733147c2-bba0-44f4-ac67-8bca1886e976} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2224 | 2024.02.29 22:28:43.183726 [ 3 ] {733147c2-bba0-44f4-ac67-8bca1886e976} <Trace> oximeter.fields_ipaddr (36ad34a7-1ba7-4fa3-8404-702b1da33935): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2225 | 2024.02.29 22:28:43.183848 [ 3 ] {733147c2-bba0-44f4-ac67-8bca1886e976} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00126 sec., 1587.3015873015872 rows/sec., 129.43 KiB/sec. | ||
| 2226 | 2024.02.29 22:28:43.184052 [ 3 ] {733147c2-bba0-44f4-ac67-8bca1886e976} <Debug> DynamicQueryHandler: Done processing query | ||
| 2227 | 2024.02.29 22:28:43.184088 [ 3 ] {733147c2-bba0-44f4-ac67-8bca1886e976} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 2228 | 2024.02.29 22:28:43.184112 [ 3 ] {} <Debug> HTTP-Session: 3ffbffa1-b72d-4283-8056-9a6e7d38edc2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2229 | 2024.02.29 22:28:43.184295 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 25588, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2230 | 2024.02.29 22:28:43.184343 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2231 | 2024.02.29 22:28:43.184363 [ 3 ] {} <Debug> HTTP-Session: 770719a9-8364-4afb-8c5b-4277184d52e1 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 | ||
| 2232 | 2024.02.29 22:28:43.184381 [ 3 ] {} <Debug> HTTP-Session: 770719a9-8364-4afb-8c5b-4277184d52e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2233 | 2024.02.29 22:28:43.184395 [ 3 ] {} <Debug> HTTP-Session: 770719a9-8364-4afb-8c5b-4277184d52e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2234 | 2024.02.29 22:28:43.184424 [ 3 ] {} <Trace> HTTP-Session: 770719a9-8364-4afb-8c5b-4277184d52e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2235 | 2024.02.29 22:28:43.184530 [ 3 ] {5bd697ce-aa39-4f41-a26a-1164e593125f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 2236 | 2024.02.29 22:28:43.184571 [ 3 ] {5bd697ce-aa39-4f41-a26a-1164e593125f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2237 | 2024.02.29 22:28:43.184708 [ 3 ] {5bd697ce-aa39-4f41-a26a-1164e593125f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2238 | 2024.02.29 22:28:43.185106 [ 3 ] {5bd697ce-aa39-4f41-a26a-1164e593125f} <Trace> oximeter.fields_string (374fb4b9-0ca1-4f9f-97a7-755b09e4f649): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2239 | 2024.02.29 22:28:43.185142 [ 3 ] {5bd697ce-aa39-4f41-a26a-1164e593125f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 2240 | 2024.02.29 22:28:43.185458 [ 3 ] {5bd697ce-aa39-4f41-a26a-1164e593125f} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2241 | 2024.02.29 22:28:43.185757 [ 3 ] {5bd697ce-aa39-4f41-a26a-1164e593125f} <Trace> oximeter.fields_string (374fb4b9-0ca1-4f9f-97a7-755b09e4f649): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2242 | 2024.02.29 22:28:43.185889 [ 3 ] {5bd697ce-aa39-4f41-a26a-1164e593125f} <Debug> executeQuery: Read 160 rows, 15.80 KiB in 0.001417 sec., 112914.60832745236 rows/sec., 10.89 MiB/sec. | ||
| 2243 | 2024.02.29 22:28:43.186092 [ 3 ] {5bd697ce-aa39-4f41-a26a-1164e593125f} <Debug> DynamicQueryHandler: Done processing query | ||
| 2244 | 2024.02.29 22:28:43.186145 [ 3 ] {5bd697ce-aa39-4f41-a26a-1164e593125f} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
| 2245 | 2024.02.29 22:28:43.186180 [ 3 ] {} <Debug> HTTP-Session: 770719a9-8364-4afb-8c5b-4277184d52e1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2246 | 2024.02.29 22:28:43.186306 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2247 | 2024.02.29 22:28:43.186355 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2248 | 2024.02.29 22:28:43.186373 [ 3 ] {} <Debug> HTTP-Session: fea3c5a3-8b1f-4509-ab33-c2060318226b Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 | ||
| 2249 | 2024.02.29 22:28:43.186389 [ 3 ] {} <Debug> HTTP-Session: fea3c5a3-8b1f-4509-ab33-c2060318226b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2250 | 2024.02.29 22:28:43.186403 [ 3 ] {} <Debug> HTTP-Session: fea3c5a3-8b1f-4509-ab33-c2060318226b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2251 | 2024.02.29 22:28:43.186434 [ 3 ] {} <Trace> HTTP-Session: fea3c5a3-8b1f-4509-ab33-c2060318226b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2252 | 2024.02.29 22:28:43.186498 [ 3 ] {b98d1c9c-bb2b-4698-8894-a7a73b39362b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 2253 | 2024.02.29 22:28:43.186540 [ 3 ] {b98d1c9c-bb2b-4698-8894-a7a73b39362b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2254 | 2024.02.29 22:28:43.186685 [ 3 ] {b98d1c9c-bb2b-4698-8894-a7a73b39362b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2255 | 2024.02.29 22:28:43.187042 [ 3 ] {b98d1c9c-bb2b-4698-8894-a7a73b39362b} <Trace> oximeter.fields_u16 (c87e8bb9-f232-425e-8fb5-4314e9db9d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2256 | 2024.02.29 22:28:43.187080 [ 3 ] {b98d1c9c-bb2b-4698-8894-a7a73b39362b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 2257 | 2024.02.29 22:28:43.187376 [ 3 ] {b98d1c9c-bb2b-4698-8894-a7a73b39362b} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2258 | 2024.02.29 22:28:43.187685 [ 3 ] {b98d1c9c-bb2b-4698-8894-a7a73b39362b} <Trace> oximeter.fields_u16 (c87e8bb9-f232-425e-8fb5-4314e9db9d1f): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2259 | 2024.02.29 22:28:43.187836 [ 3 ] {b98d1c9c-bb2b-4698-8894-a7a73b39362b} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001357 sec., 1473.8393515106854 rows/sec., 102.91 KiB/sec. | ||
| 2260 | 2024.02.29 22:28:43.188078 [ 3 ] {b98d1c9c-bb2b-4698-8894-a7a73b39362b} <Debug> DynamicQueryHandler: Done processing query | ||
| 2261 | 2024.02.29 22:28:43.188104 [ 3 ] {b98d1c9c-bb2b-4698-8894-a7a73b39362b} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 2262 | 2024.02.29 22:28:43.188123 [ 3 ] {} <Debug> HTTP-Session: fea3c5a3-8b1f-4509-ab33-c2060318226b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2263 | 2024.02.29 22:28:43.188241 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 9374, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2264 | 2024.02.29 22:28:43.188291 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2265 | 2024.02.29 22:28:43.188309 [ 3 ] {} <Debug> HTTP-Session: bdea77ad-226c-47e2-8e58-27ae5e387b27 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 | ||
| 2266 | 2024.02.29 22:28:43.188326 [ 3 ] {} <Debug> HTTP-Session: bdea77ad-226c-47e2-8e58-27ae5e387b27 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2267 | 2024.02.29 22:28:43.188340 [ 3 ] {} <Debug> HTTP-Session: bdea77ad-226c-47e2-8e58-27ae5e387b27 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2268 | 2024.02.29 22:28:43.188370 [ 3 ] {} <Trace> HTTP-Session: bdea77ad-226c-47e2-8e58-27ae5e387b27 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2269 | 2024.02.29 22:28:43.188448 [ 3 ] {9129c37c-ed0c-424b-ae1f-481df119408f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 2270 | 2024.02.29 22:28:43.188489 [ 3 ] {9129c37c-ed0c-424b-ae1f-481df119408f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2271 | 2024.02.29 22:28:43.188629 [ 3 ] {9129c37c-ed0c-424b-ae1f-481df119408f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2272 | 2024.02.29 22:28:43.188987 [ 3 ] {9129c37c-ed0c-424b-ae1f-481df119408f} <Trace> oximeter.fields_uuid (6010d6a8-7f84-45c4-a7fd-5027dadf2996): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2273 | 2024.02.29 22:28:43.189025 [ 3 ] {9129c37c-ed0c-424b-ae1f-481df119408f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 2274 | 2024.02.29 22:28:43.189340 [ 3 ] {9129c37c-ed0c-424b-ae1f-481df119408f} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2275 | 2024.02.29 22:28:43.189649 [ 3 ] {9129c37c-ed0c-424b-ae1f-481df119408f} <Trace> oximeter.fields_uuid (6010d6a8-7f84-45c4-a7fd-5027dadf2996): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2276 | 2024.02.29 22:28:43.189817 [ 3 ] {9129c37c-ed0c-424b-ae1f-481df119408f} <Debug> executeQuery: Read 55 rows, 4.41 KiB in 0.00139 sec., 39568.34532374101 rows/sec., 3.10 MiB/sec. | ||
| 2277 | 2024.02.29 22:28:43.190054 [ 3 ] {9129c37c-ed0c-424b-ae1f-481df119408f} <Debug> DynamicQueryHandler: Done processing query | ||
| 2278 | 2024.02.29 22:28:43.190095 [ 3 ] {9129c37c-ed0c-424b-ae1f-481df119408f} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 2279 | 2024.02.29 22:28:43.190112 [ 3 ] {} <Debug> HTTP-Session: bdea77ad-226c-47e2-8e58-27ae5e387b27 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2280 | 2024.02.29 22:28:43.190223 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 257, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2281 | 2024.02.29 22:28:43.190270 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2282 | 2024.02.29 22:28:43.190288 [ 3 ] {} <Debug> HTTP-Session: d76a2ab4-66a9-4f48-88ec-1f488e78b132 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 | ||
| 2283 | 2024.02.29 22:28:43.190305 [ 3 ] {} <Debug> HTTP-Session: d76a2ab4-66a9-4f48-88ec-1f488e78b132 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2284 | 2024.02.29 22:28:43.190318 [ 3 ] {} <Debug> HTTP-Session: d76a2ab4-66a9-4f48-88ec-1f488e78b132 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2285 | 2024.02.29 22:28:43.190350 [ 3 ] {} <Trace> HTTP-Session: d76a2ab4-66a9-4f48-88ec-1f488e78b132 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2286 | 2024.02.29 22:28:43.190412 [ 3 ] {2938e15a-b821-4dde-9078-9488feaa8acf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 2287 | 2024.02.29 22:28:43.190458 [ 3 ] {2938e15a-b821-4dde-9078-9488feaa8acf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2288 | 2024.02.29 22:28:43.190620 [ 3 ] {2938e15a-b821-4dde-9078-9488feaa8acf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2289 | 2024.02.29 22:28:43.190898 [ 3 ] {2938e15a-b821-4dde-9078-9488feaa8acf} <Trace> oximeter.measurements_cumulativeu64 (dc28e417-a057-497c-8c56-1262aaf856dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2290 | 2024.02.29 22:28:43.190936 [ 3 ] {2938e15a-b821-4dde-9078-9488feaa8acf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 2291 | 2024.02.29 22:28:43.191300 [ 3 ] {2938e15a-b821-4dde-9078-9488feaa8acf} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2292 | 2024.02.29 22:28:43.191642 [ 3 ] {2938e15a-b821-4dde-9078-9488feaa8acf} <Trace> oximeter.measurements_cumulativeu64 (dc28e417-a057-497c-8c56-1262aaf856dd): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2293 | 2024.02.29 22:28:43.191798 [ 35 ] {} <Debug> oximeter.measurements_cumulativeu64 (dc28e417-a057-497c-8c56-1262aaf856dd) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2294 | 2024.02.29 22:28:43.191808 [ 3 ] {2938e15a-b821-4dde-9078-9488feaa8acf} <Debug> executeQuery: Read 1 rows, 72.00 B in 0.00141 sec., 709.2198581560284 rows/sec., 49.87 KiB/sec. | ||
| 2295 | 2024.02.29 22:28:43.191890 [ 35 ] {} <Trace> oximeter.measurements_cumulativeu64 (dc28e417-a057-497c-8c56-1262aaf856dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2296 | 2024.02.29 22:28:43.191962 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 2297 | 2024.02.29 22:28:43.192084 [ 3 ] {2938e15a-b821-4dde-9078-9488feaa8acf} <Debug> DynamicQueryHandler: Done processing query | ||
| 2298 | 2024.02.29 22:28:43.192155 [ 3 ] {2938e15a-b821-4dde-9078-9488feaa8acf} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 2299 | 2024.02.29 22:28:43.192309 [ 3 ] {} <Debug> HTTP-Session: d76a2ab4-66a9-4f48-88ec-1f488e78b132 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2300 | 2024.02.29 22:28:43.192426 [ 195 ] {dc28e417-a057-497c-8c56-1262aaf856dd::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 | ||
| 2301 | 2024.02.29 22:28:43.192571 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 56700, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2302 | 2024.02.29 22:28:43.192679 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2303 | 2024.02.29 22:28:43.192729 [ 3 ] {} <Debug> HTTP-Session: c14dee22-2e7b-4d27-8b98-469b9d9d425e Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 | ||
| 2304 | 2024.02.29 22:28:43.192750 [ 195 ] {dc28e417-a057-497c-8c56-1262aaf856dd::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2305 | 2024.02.29 22:28:43.192762 [ 3 ] {} <Debug> HTTP-Session: c14dee22-2e7b-4d27-8b98-469b9d9d425e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2306 | 2024.02.29 22:28:43.192814 [ 3 ] {} <Debug> HTTP-Session: c14dee22-2e7b-4d27-8b98-469b9d9d425e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2307 | 2024.02.29 22:28:43.192833 [ 195 ] {dc28e417-a057-497c-8c56-1262aaf856dd::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 192 rows starting from the beginning of the part | ||
| 2308 | 2024.02.29 22:28:43.192877 [ 3 ] {} <Trace> HTTP-Session: c14dee22-2e7b-4d27-8b98-469b9d9d425e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2309 | 2024.02.29 22:28:43.193099 [ 195 ] {dc28e417-a057-497c-8c56-1262aaf856dd::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 37 rows starting from the beginning of the part | ||
| 2310 | 2024.02.29 22:28:43.193255 [ 195 ] {dc28e417-a057-497c-8c56-1262aaf856dd::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 1 rows starting from the beginning of the part | ||
| 2311 | 2024.02.29 22:28:43.193570 [ 195 ] {dc28e417-a057-497c-8c56-1262aaf856dd::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 36 rows starting from the beginning of the part | ||
| 2312 | 2024.02.29 22:28:43.193608 [ 3 ] {0f8aaf4d-eca6-48c9-a3dc-b0d88b72ca7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 2313 | 2024.02.29 22:28:43.193836 [ 3 ] {0f8aaf4d-eca6-48c9-a3dc-b0d88b72ca7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 2314 | 2024.02.29 22:28:43.193891 [ 195 ] {dc28e417-a057-497c-8c56-1262aaf856dd::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 39 rows starting from the beginning of the part | ||
| 2315 | 2024.02.29 22:28:43.194311 [ 195 ] {dc28e417-a057-497c-8c56-1262aaf856dd::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part | ||
| 2316 | 2024.02.29 22:28:43.194983 [ 3 ] {0f8aaf4d-eca6-48c9-a3dc-b0d88b72ca7f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2317 | 2024.02.29 22:28:43.196110 [ 3 ] {0f8aaf4d-eca6-48c9-a3dc-b0d88b72ca7f} <Trace> oximeter.measurements_histogramf64 (d93b2b73-b11f-4e5a-9b26-3d25ff9942ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2318 | 2024.02.29 22:28:43.196191 [ 3 ] {0f8aaf4d-eca6-48c9-a3dc-b0d88b72ca7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 2319 | 2024.02.29 22:28:43.197357 [ 198 ] {dc28e417-a057-497c-8c56-1262aaf856dd::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 306 rows, containing 5 columns (5 merged, 0 gathered) in 0.005266815 sec., 58099.629472461056 rows/sec., 4.10 MiB/sec. | ||
| 2320 | 2024.02.29 22:28:43.197482 [ 3 ] {0f8aaf4d-eca6-48c9-a3dc-b0d88b72ca7f} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2321 | 2024.02.29 22:28:43.197646 [ 198 ] {dc28e417-a057-497c-8c56-1262aaf856dd::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2322 | 2024.02.29 22:28:43.198392 [ 3 ] {0f8aaf4d-eca6-48c9-a3dc-b0d88b72ca7f} <Trace> oximeter.measurements_histogramf64 (d93b2b73-b11f-4e5a-9b26-3d25ff9942ee): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2323 | 2024.02.29 22:28:43.198741 [ 3 ] {0f8aaf4d-eca6-48c9-a3dc-b0d88b72ca7f} <Debug> executeQuery: Read 53 rows, 73.24 KiB in 0.005721 sec., 9264.11466526831 rows/sec., 12.50 MiB/sec. | ||
| 2324 | 2024.02.29 22:28:43.198948 [ 198 ] {dc28e417-a057-497c-8c56-1262aaf856dd::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (dc28e417-a057-497c-8c56-1262aaf856dd): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2325 | 2024.02.29 22:28:43.199027 [ 3 ] {0f8aaf4d-eca6-48c9-a3dc-b0d88b72ca7f} <Debug> DynamicQueryHandler: Done processing query | ||
| 2326 | 2024.02.29 22:28:43.199062 [ 3 ] {0f8aaf4d-eca6-48c9-a3dc-b0d88b72ca7f} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 2327 | 2024.02.29 22:28:43.199088 [ 198 ] {dc28e417-a057-497c-8c56-1262aaf856dd::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (dc28e417-a057-497c-8c56-1262aaf856dd) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2328 | 2024.02.29 22:28:43.199091 [ 3 ] {} <Debug> HTTP-Session: c14dee22-2e7b-4d27-8b98-469b9d9d425e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2329 | 2024.02.29 22:28:43.199223 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 2330 | 2024.02.29 22:28:51.389086 [ 32 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2331 | 2024.02.29 22:28:51.389160 [ 32 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2332 | 2024.02.29 22:28:53.179509 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 7654, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2333 | 2024.02.29 22:28:53.179636 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2334 | 2024.02.29 22:28:53.179665 [ 3 ] {} <Debug> HTTP-Session: e95a8042-77d7-40db-b506-7dcc17389818 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 | ||
| 2335 | 2024.02.29 22:28:53.179694 [ 3 ] {} <Debug> HTTP-Session: e95a8042-77d7-40db-b506-7dcc17389818 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2336 | 2024.02.29 22:28:53.179712 [ 3 ] {} <Debug> HTTP-Session: e95a8042-77d7-40db-b506-7dcc17389818 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2337 | 2024.02.29 22:28:53.179768 [ 3 ] {} <Trace> HTTP-Session: e95a8042-77d7-40db-b506-7dcc17389818 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2338 | 2024.02.29 22:28:53.179916 [ 3 ] {2a7e85c3-80dd-4f5f-954b-a36b70c74279} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 2339 | 2024.02.29 22:28:53.179987 [ 3 ] {2a7e85c3-80dd-4f5f-954b-a36b70c74279} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 2340 | 2024.02.29 22:28:53.180200 [ 3 ] {2a7e85c3-80dd-4f5f-954b-a36b70c74279} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2341 | 2024.02.29 22:28:53.180733 [ 3 ] {2a7e85c3-80dd-4f5f-954b-a36b70c74279} <Trace> oximeter.fields_i64 (93a397b9-9146-4a5e-92b4-bf5ddd8f2458): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2342 | 2024.02.29 22:28:53.180784 [ 3 ] {2a7e85c3-80dd-4f5f-954b-a36b70c74279} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 2343 | 2024.02.29 22:28:53.181189 [ 3 ] {2a7e85c3-80dd-4f5f-954b-a36b70c74279} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2344 | 2024.02.29 22:28:53.181533 [ 3 ] {2a7e85c3-80dd-4f5f-954b-a36b70c74279} <Trace> oximeter.fields_i64 (93a397b9-9146-4a5e-92b4-bf5ddd8f2458): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2345 | 2024.02.29 22:28:53.181689 [ 3 ] {2a7e85c3-80dd-4f5f-954b-a36b70c74279} <Debug> executeQuery: Read 53 rows, 4.30 KiB in 0.001846 sec., 28710.725893824485 rows/sec., 2.27 MiB/sec. | ||
| 2346 | 2024.02.29 22:28:53.181929 [ 3 ] {2a7e85c3-80dd-4f5f-954b-a36b70c74279} <Debug> DynamicQueryHandler: Done processing query | ||
| 2347 | 2024.02.29 22:28:53.181965 [ 3 ] {2a7e85c3-80dd-4f5f-954b-a36b70c74279} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 2348 | 2024.02.29 22:28:53.181983 [ 3 ] {} <Debug> HTTP-Session: e95a8042-77d7-40db-b506-7dcc17389818 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2349 | 2024.02.29 22:28:53.182164 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 25439, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2350 | 2024.02.29 22:28:53.182218 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2351 | 2024.02.29 22:28:53.182238 [ 3 ] {} <Debug> HTTP-Session: 189b9dc4-6d25-426e-b388-5d872e3b8372 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 | ||
| 2352 | 2024.02.29 22:28:53.182257 [ 3 ] {} <Debug> HTTP-Session: 189b9dc4-6d25-426e-b388-5d872e3b8372 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2353 | 2024.02.29 22:28:53.182271 [ 3 ] {} <Debug> HTTP-Session: 189b9dc4-6d25-426e-b388-5d872e3b8372 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2354 | 2024.02.29 22:28:53.182304 [ 3 ] {} <Trace> HTTP-Session: 189b9dc4-6d25-426e-b388-5d872e3b8372 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2355 | 2024.02.29 22:28:53.182423 [ 3 ] {1bd2554a-50b1-42db-a226-5a5fe05a299f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 2356 | 2024.02.29 22:28:53.182469 [ 3 ] {1bd2554a-50b1-42db-a226-5a5fe05a299f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2357 | 2024.02.29 22:28:53.182617 [ 3 ] {1bd2554a-50b1-42db-a226-5a5fe05a299f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2358 | 2024.02.29 22:28:53.183061 [ 3 ] {1bd2554a-50b1-42db-a226-5a5fe05a299f} <Trace> oximeter.fields_string (374fb4b9-0ca1-4f9f-97a7-755b09e4f649): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2359 | 2024.02.29 22:28:53.183100 [ 3 ] {1bd2554a-50b1-42db-a226-5a5fe05a299f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 2360 | 2024.02.29 22:28:53.183420 [ 3 ] {1bd2554a-50b1-42db-a226-5a5fe05a299f} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2361 | 2024.02.29 22:28:53.183729 [ 3 ] {1bd2554a-50b1-42db-a226-5a5fe05a299f} <Trace> oximeter.fields_string (374fb4b9-0ca1-4f9f-97a7-755b09e4f649): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2362 | 2024.02.29 22:28:53.183897 [ 3 ] {1bd2554a-50b1-42db-a226-5a5fe05a299f} <Debug> executeQuery: Read 159 rows, 15.71 KiB in 0.001526 sec., 104193.97116644823 rows/sec., 10.06 MiB/sec. | ||
| 2363 | 2024.02.29 22:28:53.184058 [ 3 ] {1bd2554a-50b1-42db-a226-5a5fe05a299f} <Debug> DynamicQueryHandler: Done processing query | ||
| 2364 | 2024.02.29 22:28:53.184085 [ 3 ] {1bd2554a-50b1-42db-a226-5a5fe05a299f} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
| 2365 | 2024.02.29 22:28:53.184101 [ 3 ] {} <Debug> HTTP-Session: 189b9dc4-6d25-426e-b388-5d872e3b8372 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2366 | 2024.02.29 22:28:53.184236 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 9033, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2367 | 2024.02.29 22:28:53.184284 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2368 | 2024.02.29 22:28:53.184302 [ 3 ] {} <Debug> HTTP-Session: 4578984a-0b47-4282-b2b4-90ef577bdb17 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 | ||
| 2369 | 2024.02.29 22:28:53.184320 [ 3 ] {} <Debug> HTTP-Session: 4578984a-0b47-4282-b2b4-90ef577bdb17 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2370 | 2024.02.29 22:28:53.184334 [ 3 ] {} <Debug> HTTP-Session: 4578984a-0b47-4282-b2b4-90ef577bdb17 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2371 | 2024.02.29 22:28:53.184364 [ 3 ] {} <Trace> HTTP-Session: 4578984a-0b47-4282-b2b4-90ef577bdb17 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2372 | 2024.02.29 22:28:53.184453 [ 3 ] {2801d8e3-ac96-41f9-8a20-6fc8aa0a16da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 2373 | 2024.02.29 22:28:53.184492 [ 3 ] {2801d8e3-ac96-41f9-8a20-6fc8aa0a16da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2374 | 2024.02.29 22:28:53.184619 [ 3 ] {2801d8e3-ac96-41f9-8a20-6fc8aa0a16da} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2375 | 2024.02.29 22:28:53.184995 [ 3 ] {2801d8e3-ac96-41f9-8a20-6fc8aa0a16da} <Trace> oximeter.fields_uuid (6010d6a8-7f84-45c4-a7fd-5027dadf2996): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2376 | 2024.02.29 22:28:53.185031 [ 3 ] {2801d8e3-ac96-41f9-8a20-6fc8aa0a16da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 2377 | 2024.02.29 22:28:53.185330 [ 3 ] {2801d8e3-ac96-41f9-8a20-6fc8aa0a16da} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2378 | 2024.02.29 22:28:53.185627 [ 3 ] {2801d8e3-ac96-41f9-8a20-6fc8aa0a16da} <Trace> oximeter.fields_uuid (6010d6a8-7f84-45c4-a7fd-5027dadf2996): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2379 | 2024.02.29 22:28:53.185776 [ 3 ] {2801d8e3-ac96-41f9-8a20-6fc8aa0a16da} <Debug> executeQuery: Read 53 rows, 4.24 KiB in 0.001358 sec., 39027.982326951394 rows/sec., 3.05 MiB/sec. | ||
| 2380 | 2024.02.29 22:28:53.185921 [ 3 ] {2801d8e3-ac96-41f9-8a20-6fc8aa0a16da} <Debug> DynamicQueryHandler: Done processing query | ||
| 2381 | 2024.02.29 22:28:53.185945 [ 3 ] {2801d8e3-ac96-41f9-8a20-6fc8aa0a16da} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 2382 | 2024.02.29 22:28:53.185961 [ 3 ] {} <Debug> HTTP-Session: 4578984a-0b47-4282-b2b4-90ef577bdb17 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2383 | 2024.02.29 22:28:53.186170 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 56702, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2384 | 2024.02.29 22:28:53.186218 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2385 | 2024.02.29 22:28:53.186236 [ 3 ] {} <Debug> HTTP-Session: 02508508-3358-4eca-a644-c2099b224117 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 | ||
| 2386 | 2024.02.29 22:28:53.186253 [ 3 ] {} <Debug> HTTP-Session: 02508508-3358-4eca-a644-c2099b224117 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2387 | 2024.02.29 22:28:53.186267 [ 3 ] {} <Debug> HTTP-Session: 02508508-3358-4eca-a644-c2099b224117 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2388 | 2024.02.29 22:28:53.186297 [ 3 ] {} <Trace> HTTP-Session: 02508508-3358-4eca-a644-c2099b224117 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2389 | 2024.02.29 22:28:53.186875 [ 3 ] {402a4e4d-ea85-4f58-bbea-3e9fe849c004} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 2390 | 2024.02.29 22:28:53.186924 [ 3 ] {402a4e4d-ea85-4f58-bbea-3e9fe849c004} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 2391 | 2024.02.29 22:28:53.187082 [ 3 ] {402a4e4d-ea85-4f58-bbea-3e9fe849c004} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2392 | 2024.02.29 22:28:53.187673 [ 3 ] {402a4e4d-ea85-4f58-bbea-3e9fe849c004} <Trace> oximeter.measurements_histogramf64 (d93b2b73-b11f-4e5a-9b26-3d25ff9942ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2393 | 2024.02.29 22:28:53.187709 [ 3 ] {402a4e4d-ea85-4f58-bbea-3e9fe849c004} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 2394 | 2024.02.29 22:28:53.188242 [ 3 ] {402a4e4d-ea85-4f58-bbea-3e9fe849c004} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2395 | 2024.02.29 22:28:53.188586 [ 3 ] {402a4e4d-ea85-4f58-bbea-3e9fe849c004} <Trace> oximeter.measurements_histogramf64 (d93b2b73-b11f-4e5a-9b26-3d25ff9942ee): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2396 | 2024.02.29 22:28:53.188741 [ 3 ] {402a4e4d-ea85-4f58-bbea-3e9fe849c004} <Debug> executeQuery: Read 53 rows, 73.24 KiB in 0.002387 sec., 22203.60284876414 rows/sec., 29.96 MiB/sec. | ||
| 2397 | 2024.02.29 22:28:53.188871 [ 3 ] {402a4e4d-ea85-4f58-bbea-3e9fe849c004} <Debug> DynamicQueryHandler: Done processing query | ||
| 2398 | 2024.02.29 22:28:53.188894 [ 3 ] {402a4e4d-ea85-4f58-bbea-3e9fe849c004} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 2399 | 2024.02.29 22:28:53.188910 [ 3 ] {} <Debug> HTTP-Session: 02508508-3358-4eca-a644-c2099b224117 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2400 | 2024.02.29 22:29:03.181206 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 7654, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2401 | 2024.02.29 22:29:03.181394 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2402 | 2024.02.29 22:29:03.181438 [ 3 ] {} <Debug> HTTP-Session: e75780c1-b6c3-4e09-9a5f-1bfa06b27f95 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 | ||
| 2403 | 2024.02.29 22:29:03.181481 [ 3 ] {} <Debug> HTTP-Session: e75780c1-b6c3-4e09-9a5f-1bfa06b27f95 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2404 | 2024.02.29 22:29:03.181511 [ 3 ] {} <Debug> HTTP-Session: e75780c1-b6c3-4e09-9a5f-1bfa06b27f95 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2405 | 2024.02.29 22:29:03.181567 [ 3 ] {} <Trace> HTTP-Session: e75780c1-b6c3-4e09-9a5f-1bfa06b27f95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2406 | 2024.02.29 22:29:03.181699 [ 3 ] {c26a9b6e-f717-42bf-8aff-e14b5dddba6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 2407 | 2024.02.29 22:29:03.181765 [ 3 ] {c26a9b6e-f717-42bf-8aff-e14b5dddba6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 2408 | 2024.02.29 22:29:03.181960 [ 3 ] {c26a9b6e-f717-42bf-8aff-e14b5dddba6b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2409 | 2024.02.29 22:29:03.182423 [ 3 ] {c26a9b6e-f717-42bf-8aff-e14b5dddba6b} <Trace> oximeter.fields_i64 (93a397b9-9146-4a5e-92b4-bf5ddd8f2458): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2410 | 2024.02.29 22:29:03.182472 [ 3 ] {c26a9b6e-f717-42bf-8aff-e14b5dddba6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 2411 | 2024.02.29 22:29:03.182858 [ 3 ] {c26a9b6e-f717-42bf-8aff-e14b5dddba6b} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2412 | 2024.02.29 22:29:03.183187 [ 3 ] {c26a9b6e-f717-42bf-8aff-e14b5dddba6b} <Trace> oximeter.fields_i64 (93a397b9-9146-4a5e-92b4-bf5ddd8f2458): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2413 | 2024.02.29 22:29:03.183339 [ 3 ] {c26a9b6e-f717-42bf-8aff-e14b5dddba6b} <Debug> executeQuery: Read 53 rows, 4.30 KiB in 0.001703 sec., 31121.55020551967 rows/sec., 2.46 MiB/sec. | ||
| 2414 | 2024.02.29 22:29:03.183579 [ 3 ] {c26a9b6e-f717-42bf-8aff-e14b5dddba6b} <Debug> DynamicQueryHandler: Done processing query | ||
| 2415 | 2024.02.29 22:29:03.183613 [ 3 ] {c26a9b6e-f717-42bf-8aff-e14b5dddba6b} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 2416 | 2024.02.29 22:29:03.183630 [ 3 ] {} <Debug> HTTP-Session: e75780c1-b6c3-4e09-9a5f-1bfa06b27f95 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2417 | 2024.02.29 22:29:03.183816 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 30365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2418 | 2024.02.29 22:29:03.183869 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2419 | 2024.02.29 22:29:03.183887 [ 3 ] {} <Debug> HTTP-Session: 11d86529-79a8-4da0-97cb-8845b4bedd3f Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 | ||
| 2420 | 2024.02.29 22:29:03.183905 [ 3 ] {} <Debug> HTTP-Session: 11d86529-79a8-4da0-97cb-8845b4bedd3f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2421 | 2024.02.29 22:29:03.183919 [ 3 ] {} <Debug> HTTP-Session: 11d86529-79a8-4da0-97cb-8845b4bedd3f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2422 | 2024.02.29 22:29:03.183950 [ 3 ] {} <Trace> HTTP-Session: 11d86529-79a8-4da0-97cb-8845b4bedd3f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2423 | 2024.02.29 22:29:03.184069 [ 3 ] {92f3f641-23e6-4b26-bb6b-82baa41736da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 2424 | 2024.02.29 22:29:03.184110 [ 3 ] {92f3f641-23e6-4b26-bb6b-82baa41736da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2425 | 2024.02.29 22:29:03.184253 [ 3 ] {92f3f641-23e6-4b26-bb6b-82baa41736da} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2426 | 2024.02.29 22:29:03.184689 [ 3 ] {92f3f641-23e6-4b26-bb6b-82baa41736da} <Trace> oximeter.fields_string (374fb4b9-0ca1-4f9f-97a7-755b09e4f649): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2427 | 2024.02.29 22:29:03.184727 [ 3 ] {92f3f641-23e6-4b26-bb6b-82baa41736da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 2428 | 2024.02.29 22:29:03.185060 [ 3 ] {92f3f641-23e6-4b26-bb6b-82baa41736da} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2429 | 2024.02.29 22:29:03.185364 [ 3 ] {92f3f641-23e6-4b26-bb6b-82baa41736da} <Trace> oximeter.fields_string (374fb4b9-0ca1-4f9f-97a7-755b09e4f649): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2430 | 2024.02.29 22:29:03.185522 [ 3 ] {92f3f641-23e6-4b26-bb6b-82baa41736da} <Debug> executeQuery: Read 195 rows, 18.48 KiB in 0.001519 sec., 128373.9302172482 rows/sec., 11.88 MiB/sec. | ||
| 2431 | 2024.02.29 22:29:03.185767 [ 3 ] {92f3f641-23e6-4b26-bb6b-82baa41736da} <Debug> DynamicQueryHandler: Done processing query | ||
| 2432 | 2024.02.29 22:29:03.185803 [ 3 ] {92f3f641-23e6-4b26-bb6b-82baa41736da} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 2433 | 2024.02.29 22:29:03.185820 [ 3 ] {} <Debug> HTTP-Session: 11d86529-79a8-4da0-97cb-8845b4bedd3f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2434 | 2024.02.29 22:29:03.185966 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 13069, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2435 | 2024.02.29 22:29:03.186014 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2436 | 2024.02.29 22:29:03.186032 [ 3 ] {} <Debug> HTTP-Session: 51065471-5a09-4a31-a8e4-5b6e17f82f38 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 | ||
| 2437 | 2024.02.29 22:29:03.186049 [ 3 ] {} <Debug> HTTP-Session: 51065471-5a09-4a31-a8e4-5b6e17f82f38 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2438 | 2024.02.29 22:29:03.186063 [ 3 ] {} <Debug> HTTP-Session: 51065471-5a09-4a31-a8e4-5b6e17f82f38 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2439 | 2024.02.29 22:29:03.186094 [ 3 ] {} <Trace> HTTP-Session: 51065471-5a09-4a31-a8e4-5b6e17f82f38 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2440 | 2024.02.29 22:29:03.186193 [ 3 ] {1422b422-77f6-4df6-a859-590762d23fe3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 2441 | 2024.02.29 22:29:03.186234 [ 3 ] {1422b422-77f6-4df6-a859-590762d23fe3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2442 | 2024.02.29 22:29:03.186379 [ 3 ] {1422b422-77f6-4df6-a859-590762d23fe3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2443 | 2024.02.29 22:29:03.186711 [ 3 ] {1422b422-77f6-4df6-a859-590762d23fe3} <Trace> oximeter.fields_uuid (6010d6a8-7f84-45c4-a7fd-5027dadf2996): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2444 | 2024.02.29 22:29:03.186749 [ 3 ] {1422b422-77f6-4df6-a859-590762d23fe3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 2445 | 2024.02.29 22:29:03.187070 [ 3 ] {1422b422-77f6-4df6-a859-590762d23fe3} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2446 | 2024.02.29 22:29:03.187392 [ 3 ] {1422b422-77f6-4df6-a859-590762d23fe3} <Trace> oximeter.fields_uuid (6010d6a8-7f84-45c4-a7fd-5027dadf2996): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2447 | 2024.02.29 22:29:03.187553 [ 3 ] {1422b422-77f6-4df6-a859-590762d23fe3} <Debug> executeQuery: Read 77 rows, 6.14 KiB in 0.001405 sec., 54804.27046263345 rows/sec., 4.27 MiB/sec. | ||
| 2448 | 2024.02.29 22:29:03.187676 [ 3 ] {1422b422-77f6-4df6-a859-590762d23fe3} <Debug> DynamicQueryHandler: Done processing query | ||
| 2449 | 2024.02.29 22:29:03.187700 [ 3 ] {1422b422-77f6-4df6-a859-590762d23fe3} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 2450 | 2024.02.29 22:29:03.187716 [ 3 ] {} <Debug> HTTP-Session: 51065471-5a09-4a31-a8e4-5b6e17f82f38 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2451 | 2024.02.29 22:29:03.187876 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 7024, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2452 | 2024.02.29 22:29:03.187933 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2453 | 2024.02.29 22:29:03.187957 [ 3 ] {} <Debug> HTTP-Session: 398bdf4f-196a-4b48-86a0-8ebf49a59a12 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 | ||
| 2454 | 2024.02.29 22:29:03.187977 [ 3 ] {} <Debug> HTTP-Session: 398bdf4f-196a-4b48-86a0-8ebf49a59a12 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2455 | 2024.02.29 22:29:03.187991 [ 3 ] {} <Debug> HTTP-Session: 398bdf4f-196a-4b48-86a0-8ebf49a59a12 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2456 | 2024.02.29 22:29:03.188027 [ 3 ] {} <Trace> HTTP-Session: 398bdf4f-196a-4b48-86a0-8ebf49a59a12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2457 | 2024.02.29 22:29:03.188125 [ 3 ] {229d3a93-f2d5-491c-b91e-16ec2579c8b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 2458 | 2024.02.29 22:29:03.188179 [ 3 ] {229d3a93-f2d5-491c-b91e-16ec2579c8b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2459 | 2024.02.29 22:29:03.188342 [ 3 ] {229d3a93-f2d5-491c-b91e-16ec2579c8b1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2460 | 2024.02.29 22:29:03.188646 [ 3 ] {229d3a93-f2d5-491c-b91e-16ec2579c8b1} <Trace> oximeter.measurements_cumulativeu64 (dc28e417-a057-497c-8c56-1262aaf856dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2461 | 2024.02.29 22:29:03.188683 [ 3 ] {229d3a93-f2d5-491c-b91e-16ec2579c8b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 2462 | 2024.02.29 22:29:03.189068 [ 3 ] {229d3a93-f2d5-491c-b91e-16ec2579c8b1} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2463 | 2024.02.29 22:29:03.189403 [ 3 ] {229d3a93-f2d5-491c-b91e-16ec2579c8b1} <Trace> oximeter.measurements_cumulativeu64 (dc28e417-a057-497c-8c56-1262aaf856dd): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2464 | 2024.02.29 22:29:03.189564 [ 3 ] {229d3a93-f2d5-491c-b91e-16ec2579c8b1} <Debug> executeQuery: Read 36 rows, 2.60 KiB in 0.001484 sec., 24258.76010781671 rows/sec., 1.71 MiB/sec. | ||
| 2465 | 2024.02.29 22:29:03.189814 [ 3 ] {229d3a93-f2d5-491c-b91e-16ec2579c8b1} <Debug> DynamicQueryHandler: Done processing query | ||
| 2466 | 2024.02.29 22:29:03.189839 [ 3 ] {229d3a93-f2d5-491c-b91e-16ec2579c8b1} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 2467 | 2024.02.29 22:29:03.189857 [ 3 ] {} <Debug> HTTP-Session: 398bdf4f-196a-4b48-86a0-8ebf49a59a12 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2468 | 2024.02.29 22:29:03.190045 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 56703, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2469 | 2024.02.29 22:29:03.190095 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2470 | 2024.02.29 22:29:03.190114 [ 3 ] {} <Debug> HTTP-Session: 248866a6-763a-4801-85d8-c2cb4a64b19d Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 | ||
| 2471 | 2024.02.29 22:29:03.190131 [ 3 ] {} <Debug> HTTP-Session: 248866a6-763a-4801-85d8-c2cb4a64b19d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2472 | 2024.02.29 22:29:03.190145 [ 3 ] {} <Debug> HTTP-Session: 248866a6-763a-4801-85d8-c2cb4a64b19d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2473 | 2024.02.29 22:29:03.190176 [ 3 ] {} <Trace> HTTP-Session: 248866a6-763a-4801-85d8-c2cb4a64b19d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2474 | 2024.02.29 22:29:03.190531 [ 3 ] {13c7de75-1c0b-4e9c-b12b-478becc7dd6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 2475 | 2024.02.29 22:29:03.190579 [ 3 ] {13c7de75-1c0b-4e9c-b12b-478becc7dd6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 2476 | 2024.02.29 22:29:03.190761 [ 3 ] {13c7de75-1c0b-4e9c-b12b-478becc7dd6d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2477 | 2024.02.29 22:29:03.191410 [ 3 ] {13c7de75-1c0b-4e9c-b12b-478becc7dd6d} <Trace> oximeter.measurements_histogramf64 (d93b2b73-b11f-4e5a-9b26-3d25ff9942ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2478 | 2024.02.29 22:29:03.191447 [ 3 ] {13c7de75-1c0b-4e9c-b12b-478becc7dd6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 2479 | 2024.02.29 22:29:03.191886 [ 3 ] {13c7de75-1c0b-4e9c-b12b-478becc7dd6d} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2480 | 2024.02.29 22:29:03.192219 [ 3 ] {13c7de75-1c0b-4e9c-b12b-478becc7dd6d} <Trace> oximeter.measurements_histogramf64 (d93b2b73-b11f-4e5a-9b26-3d25ff9942ee): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2481 | 2024.02.29 22:29:03.192374 [ 3 ] {13c7de75-1c0b-4e9c-b12b-478becc7dd6d} <Debug> executeQuery: Read 53 rows, 73.24 KiB in 0.002138 sec., 24789.522918615527 rows/sec., 33.45 MiB/sec. | ||
| 2482 | 2024.02.29 22:29:03.192506 [ 3 ] {13c7de75-1c0b-4e9c-b12b-478becc7dd6d} <Debug> DynamicQueryHandler: Done processing query | ||
| 2483 | 2024.02.29 22:29:03.192530 [ 3 ] {13c7de75-1c0b-4e9c-b12b-478becc7dd6d} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 2484 | 2024.02.29 22:29:03.192545 [ 3 ] {} <Debug> HTTP-Session: 248866a6-763a-4801-85d8-c2cb4a64b19d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2485 | 2024.02.29 22:29:06.389210 [ 82 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2486 | 2024.02.29 22:29:06.389300 [ 82 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2487 | 2024.02.29 22:29:13.179481 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 7654, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2488 | 2024.02.29 22:29:13.179621 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2489 | 2024.02.29 22:29:13.179652 [ 3 ] {} <Debug> HTTP-Session: 191a0855-c913-453c-b08d-56425e102a67 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 | ||
| 2490 | 2024.02.29 22:29:13.179682 [ 3 ] {} <Debug> HTTP-Session: 191a0855-c913-453c-b08d-56425e102a67 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2491 | 2024.02.29 22:29:13.179701 [ 3 ] {} <Debug> HTTP-Session: 191a0855-c913-453c-b08d-56425e102a67 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2492 | 2024.02.29 22:29:13.179757 [ 3 ] {} <Trace> HTTP-Session: 191a0855-c913-453c-b08d-56425e102a67 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2493 | 2024.02.29 22:29:13.179897 [ 3 ] {81e0ac62-7817-4f5d-9668-f12866057642} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 2494 | 2024.02.29 22:29:13.179962 [ 3 ] {81e0ac62-7817-4f5d-9668-f12866057642} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 2495 | 2024.02.29 22:29:13.180157 [ 3 ] {81e0ac62-7817-4f5d-9668-f12866057642} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2496 | 2024.02.29 22:29:13.180641 [ 3 ] {81e0ac62-7817-4f5d-9668-f12866057642} <Trace> oximeter.fields_i64 (93a397b9-9146-4a5e-92b4-bf5ddd8f2458): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2497 | 2024.02.29 22:29:13.180693 [ 3 ] {81e0ac62-7817-4f5d-9668-f12866057642} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 2498 | 2024.02.29 22:29:13.181075 [ 3 ] {81e0ac62-7817-4f5d-9668-f12866057642} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2499 | 2024.02.29 22:29:13.181419 [ 3 ] {81e0ac62-7817-4f5d-9668-f12866057642} <Trace> oximeter.fields_i64 (93a397b9-9146-4a5e-92b4-bf5ddd8f2458): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2500 | 2024.02.29 22:29:13.181573 [ 3 ] {81e0ac62-7817-4f5d-9668-f12866057642} <Debug> executeQuery: Read 53 rows, 4.30 KiB in 0.001743 sec., 30407.34366035571 rows/sec., 2.41 MiB/sec. | ||
| 2501 | 2024.02.29 22:29:13.181621 [ 114 ] {} <Debug> oximeter.fields_i64 (93a397b9-9146-4a5e-92b4-bf5ddd8f2458) (MergerMutator): Selected 5 parts from all_1_11_2 to all_15_15_0 | ||
| 2502 | 2024.02.29 22:29:13.181738 [ 114 ] {} <Trace> oximeter.fields_i64 (93a397b9-9146-4a5e-92b4-bf5ddd8f2458): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2503 | 2024.02.29 22:29:13.181771 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 2504 | 2024.02.29 22:29:13.181798 [ 3 ] {81e0ac62-7817-4f5d-9668-f12866057642} <Debug> DynamicQueryHandler: Done processing query | ||
| 2505 | 2024.02.29 22:29:13.181857 [ 3 ] {81e0ac62-7817-4f5d-9668-f12866057642} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 2506 | 2024.02.29 22:29:13.181916 [ 3 ] {} <Debug> HTTP-Session: 191a0855-c913-453c-b08d-56425e102a67 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2507 | 2024.02.29 22:29:13.182075 [ 199 ] {93a397b9-9146-4a5e-92b4-bf5ddd8f2458::all_1_15_3} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_11_2 to all_15_15_0 into Compact with storage Full | ||
| 2508 | 2024.02.29 22:29:13.182193 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 25439, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2509 | 2024.02.29 22:29:13.182286 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2510 | 2024.02.29 22:29:13.182336 [ 3 ] {} <Debug> HTTP-Session: 174b98c1-9804-4b18-b8d6-e18f0f54aaad Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 | ||
| 2511 | 2024.02.29 22:29:13.182366 [ 199 ] {93a397b9-9146-4a5e-92b4-bf5ddd8f2458::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2512 | 2024.02.29 22:29:13.182377 [ 3 ] {} <Debug> HTTP-Session: 174b98c1-9804-4b18-b8d6-e18f0f54aaad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2513 | 2024.02.29 22:29:13.182424 [ 3 ] {} <Debug> HTTP-Session: 174b98c1-9804-4b18-b8d6-e18f0f54aaad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2514 | 2024.02.29 22:29:13.182430 [ 199 ] {93a397b9-9146-4a5e-92b4-bf5ddd8f2458::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 53 rows starting from the beginning of the part | ||
| 2515 | 2024.02.29 22:29:13.182474 [ 3 ] {} <Trace> HTTP-Session: 174b98c1-9804-4b18-b8d6-e18f0f54aaad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2516 | 2024.02.29 22:29:13.182701 [ 199 ] {93a397b9-9146-4a5e-92b4-bf5ddd8f2458::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 53 rows starting from the beginning of the part | ||
| 2517 | 2024.02.29 22:29:13.182828 [ 3 ] {4fdc0476-ba32-4dc9-ab52-9b6d806e2b84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 2518 | 2024.02.29 22:29:13.183021 [ 3 ] {4fdc0476-ba32-4dc9-ab52-9b6d806e2b84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2519 | 2024.02.29 22:29:13.183075 [ 199 ] {93a397b9-9146-4a5e-92b4-bf5ddd8f2458::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 53 rows starting from the beginning of the part | ||
| 2520 | 2024.02.29 22:29:13.183473 [ 199 ] {93a397b9-9146-4a5e-92b4-bf5ddd8f2458::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 53 rows starting from the beginning of the part | ||
| 2521 | 2024.02.29 22:29:13.183812 [ 199 ] {93a397b9-9146-4a5e-92b4-bf5ddd8f2458::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 53 rows starting from the beginning of the part | ||
| 2522 | 2024.02.29 22:29:13.184094 [ 3 ] {4fdc0476-ba32-4dc9-ab52-9b6d806e2b84} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2523 | 2024.02.29 22:29:13.185124 [ 3 ] {4fdc0476-ba32-4dc9-ab52-9b6d806e2b84} <Trace> oximeter.fields_string (374fb4b9-0ca1-4f9f-97a7-755b09e4f649): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2524 | 2024.02.29 22:29:13.185200 [ 3 ] {4fdc0476-ba32-4dc9-ab52-9b6d806e2b84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 2525 | 2024.02.29 22:29:13.186128 [ 3 ] {4fdc0476-ba32-4dc9-ab52-9b6d806e2b84} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2526 | 2024.02.29 22:29:13.186398 [ 199 ] {93a397b9-9146-4a5e-92b4-bf5ddd8f2458::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 265 rows, containing 4 columns (4 merged, 0 gathered) in 0.004491586 sec., 58999.204289976864 rows/sec., 4.67 MiB/sec. | ||
| 2527 | 2024.02.29 22:29:13.186641 [ 199 ] {93a397b9-9146-4a5e-92b4-bf5ddd8f2458::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
| 2528 | 2024.02.29 22:29:13.186932 [ 3 ] {4fdc0476-ba32-4dc9-ab52-9b6d806e2b84} <Trace> oximeter.fields_string (374fb4b9-0ca1-4f9f-97a7-755b09e4f649): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2529 | 2024.02.29 22:29:13.187383 [ 3 ] {4fdc0476-ba32-4dc9-ab52-9b6d806e2b84} <Debug> executeQuery: Read 159 rows, 15.71 KiB in 0.004791 sec., 33187.22604884158 rows/sec., 3.20 MiB/sec. | ||
| 2530 | 2024.02.29 22:29:13.187665 [ 195 ] {93a397b9-9146-4a5e-92b4-bf5ddd8f2458::all_1_15_3} <Trace> oximeter.fields_i64 (93a397b9-9146-4a5e-92b4-bf5ddd8f2458): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2531 | 2024.02.29 22:29:13.187921 [ 3 ] {4fdc0476-ba32-4dc9-ab52-9b6d806e2b84} <Debug> DynamicQueryHandler: Done processing query | ||
| 2532 | 2024.02.29 22:29:13.187933 [ 195 ] {93a397b9-9146-4a5e-92b4-bf5ddd8f2458::all_1_15_3} <Trace> oximeter.fields_i64 (93a397b9-9146-4a5e-92b4-bf5ddd8f2458) (MergerMutator): Merged 5 parts: [all_1_11_2, all_15_15_0] -> all_1_15_3 | ||
| 2533 | 2024.02.29 22:29:13.187967 [ 3 ] {4fdc0476-ba32-4dc9-ab52-9b6d806e2b84} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
| 2534 | 2024.02.29 22:29:13.187993 [ 3 ] {} <Debug> HTTP-Session: 174b98c1-9804-4b18-b8d6-e18f0f54aaad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2535 | 2024.02.29 22:29:13.188122 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 2536 | 2024.02.29 22:29:13.188210 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 9033, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2537 | 2024.02.29 22:29:13.188269 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2538 | 2024.02.29 22:29:13.188290 [ 3 ] {} <Debug> HTTP-Session: 9e580b8c-cd91-4077-b2d5-22773cf4b32e Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 | ||
| 2539 | 2024.02.29 22:29:13.188307 [ 3 ] {} <Debug> HTTP-Session: 9e580b8c-cd91-4077-b2d5-22773cf4b32e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2540 | 2024.02.29 22:29:13.188321 [ 3 ] {} <Debug> HTTP-Session: 9e580b8c-cd91-4077-b2d5-22773cf4b32e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2541 | 2024.02.29 22:29:13.188356 [ 3 ] {} <Trace> HTTP-Session: 9e580b8c-cd91-4077-b2d5-22773cf4b32e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2542 | 2024.02.29 22:29:13.188454 [ 3 ] {94971fe3-3384-46cd-a7d1-ebbcd0c46710} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 2543 | 2024.02.29 22:29:13.188497 [ 3 ] {94971fe3-3384-46cd-a7d1-ebbcd0c46710} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2544 | 2024.02.29 22:29:13.188653 [ 3 ] {94971fe3-3384-46cd-a7d1-ebbcd0c46710} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2545 | 2024.02.29 22:29:13.189002 [ 3 ] {94971fe3-3384-46cd-a7d1-ebbcd0c46710} <Trace> oximeter.fields_uuid (6010d6a8-7f84-45c4-a7fd-5027dadf2996): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2546 | 2024.02.29 22:29:13.189040 [ 3 ] {94971fe3-3384-46cd-a7d1-ebbcd0c46710} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 2547 | 2024.02.29 22:29:13.189352 [ 3 ] {94971fe3-3384-46cd-a7d1-ebbcd0c46710} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2548 | 2024.02.29 22:29:13.189669 [ 3 ] {94971fe3-3384-46cd-a7d1-ebbcd0c46710} <Trace> oximeter.fields_uuid (6010d6a8-7f84-45c4-a7fd-5027dadf2996): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2549 | 2024.02.29 22:29:13.189833 [ 3 ] {94971fe3-3384-46cd-a7d1-ebbcd0c46710} <Debug> executeQuery: Read 53 rows, 4.24 KiB in 0.001421 sec., 37297.67769176637 rows/sec., 2.92 MiB/sec. | ||
| 2550 | 2024.02.29 22:29:13.190087 [ 3 ] {94971fe3-3384-46cd-a7d1-ebbcd0c46710} <Debug> DynamicQueryHandler: Done processing query | ||
| 2551 | 2024.02.29 22:29:13.190135 [ 3 ] {94971fe3-3384-46cd-a7d1-ebbcd0c46710} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 2552 | 2024.02.29 22:29:13.190153 [ 3 ] {} <Debug> HTTP-Session: 9e580b8c-cd91-4077-b2d5-22773cf4b32e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2553 | 2024.02.29 22:29:13.190380 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 56703, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2554 | 2024.02.29 22:29:13.190428 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2555 | 2024.02.29 22:29:13.190446 [ 3 ] {} <Debug> HTTP-Session: b214a8d6-9d33-4cbe-b3b5-8af4f73e62a0 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 | ||
| 2556 | 2024.02.29 22:29:13.190463 [ 3 ] {} <Debug> HTTP-Session: b214a8d6-9d33-4cbe-b3b5-8af4f73e62a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2557 | 2024.02.29 22:29:13.190477 [ 3 ] {} <Debug> HTTP-Session: b214a8d6-9d33-4cbe-b3b5-8af4f73e62a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2558 | 2024.02.29 22:29:13.190509 [ 3 ] {} <Trace> HTTP-Session: b214a8d6-9d33-4cbe-b3b5-8af4f73e62a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2559 | 2024.02.29 22:29:13.191009 [ 3 ] {1353fb1f-ff33-42f8-b9d6-afb0bbaba1ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 2560 | 2024.02.29 22:29:13.191060 [ 3 ] {1353fb1f-ff33-42f8-b9d6-afb0bbaba1ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 2561 | 2024.02.29 22:29:13.191246 [ 3 ] {1353fb1f-ff33-42f8-b9d6-afb0bbaba1ec} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2562 | 2024.02.29 22:29:13.191900 [ 3 ] {1353fb1f-ff33-42f8-b9d6-afb0bbaba1ec} <Trace> oximeter.measurements_histogramf64 (d93b2b73-b11f-4e5a-9b26-3d25ff9942ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2563 | 2024.02.29 22:29:13.191937 [ 3 ] {1353fb1f-ff33-42f8-b9d6-afb0bbaba1ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 2564 | 2024.02.29 22:29:13.192385 [ 3 ] {1353fb1f-ff33-42f8-b9d6-afb0bbaba1ec} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2565 | 2024.02.29 22:29:13.192746 [ 3 ] {1353fb1f-ff33-42f8-b9d6-afb0bbaba1ec} <Trace> oximeter.measurements_histogramf64 (d93b2b73-b11f-4e5a-9b26-3d25ff9942ee): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2566 | 2024.02.29 22:29:13.192911 [ 3 ] {1353fb1f-ff33-42f8-b9d6-afb0bbaba1ec} <Debug> executeQuery: Read 53 rows, 73.24 KiB in 0.002327 sec., 22776.106574989255 rows/sec., 30.74 MiB/sec. | ||
| 2567 | 2024.02.29 22:29:13.193176 [ 3 ] {1353fb1f-ff33-42f8-b9d6-afb0bbaba1ec} <Debug> DynamicQueryHandler: Done processing query | ||
| 2568 | 2024.02.29 22:29:13.193209 [ 3 ] {1353fb1f-ff33-42f8-b9d6-afb0bbaba1ec} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 2569 | 2024.02.29 22:29:13.193226 [ 3 ] {} <Debug> HTTP-Session: b214a8d6-9d33-4cbe-b3b5-8af4f73e62a0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2570 | 2024.02.29 22:29:21.389365 [ 60 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2571 | 2024.02.29 22:29:21.389465 [ 60 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2572 | 2024.02.29 22:29:23.179664 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 7654, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2573 | 2024.02.29 22:29:23.179795 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2574 | 2024.02.29 22:29:23.179826 [ 3 ] {} <Debug> HTTP-Session: eacd83e4-d78b-4637-b2a0-dda18a419fc1 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 | ||
| 2575 | 2024.02.29 22:29:23.179855 [ 3 ] {} <Debug> HTTP-Session: eacd83e4-d78b-4637-b2a0-dda18a419fc1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2576 | 2024.02.29 22:29:23.179872 [ 3 ] {} <Debug> HTTP-Session: eacd83e4-d78b-4637-b2a0-dda18a419fc1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2577 | 2024.02.29 22:29:23.179926 [ 3 ] {} <Trace> HTTP-Session: eacd83e4-d78b-4637-b2a0-dda18a419fc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2578 | 2024.02.29 22:29:23.180071 [ 3 ] {f0da319d-7320-411f-8581-cb2355771632} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 2579 | 2024.02.29 22:29:23.180143 [ 3 ] {f0da319d-7320-411f-8581-cb2355771632} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 2580 | 2024.02.29 22:29:23.180333 [ 3 ] {f0da319d-7320-411f-8581-cb2355771632} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2581 | 2024.02.29 22:29:23.180824 [ 3 ] {f0da319d-7320-411f-8581-cb2355771632} <Trace> oximeter.fields_i64 (93a397b9-9146-4a5e-92b4-bf5ddd8f2458): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2582 | 2024.02.29 22:29:23.180873 [ 3 ] {f0da319d-7320-411f-8581-cb2355771632} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 2583 | 2024.02.29 22:29:23.181256 [ 3 ] {f0da319d-7320-411f-8581-cb2355771632} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2584 | 2024.02.29 22:29:23.181581 [ 3 ] {f0da319d-7320-411f-8581-cb2355771632} <Trace> oximeter.fields_i64 (93a397b9-9146-4a5e-92b4-bf5ddd8f2458): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2585 | 2024.02.29 22:29:23.181726 [ 3 ] {f0da319d-7320-411f-8581-cb2355771632} <Debug> executeQuery: Read 53 rows, 4.30 KiB in 0.00173 sec., 30635.83815028902 rows/sec., 2.42 MiB/sec. | ||
| 2586 | 2024.02.29 22:29:23.182046 [ 3 ] {f0da319d-7320-411f-8581-cb2355771632} <Debug> DynamicQueryHandler: Done processing query | ||
| 2587 | 2024.02.29 22:29:23.182128 [ 3 ] {f0da319d-7320-411f-8581-cb2355771632} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 2588 | 2024.02.29 22:29:23.182226 [ 3 ] {} <Debug> HTTP-Session: eacd83e4-d78b-4637-b2a0-dda18a419fc1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2589 | 2024.02.29 22:29:23.182451 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 25439, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2590 | 2024.02.29 22:29:23.182502 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2591 | 2024.02.29 22:29:23.182521 [ 3 ] {} <Debug> HTTP-Session: 15758b12-b817-494e-8b92-4f856c36eb4a Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 | ||
| 2592 | 2024.02.29 22:29:23.182539 [ 3 ] {} <Debug> HTTP-Session: 15758b12-b817-494e-8b92-4f856c36eb4a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2593 | 2024.02.29 22:29:23.182553 [ 3 ] {} <Debug> HTTP-Session: 15758b12-b817-494e-8b92-4f856c36eb4a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2594 | 2024.02.29 22:29:23.182585 [ 3 ] {} <Trace> HTTP-Session: 15758b12-b817-494e-8b92-4f856c36eb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2595 | 2024.02.29 22:29:23.182697 [ 3 ] {efa70362-42c8-4a00-93bc-6841126e180b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 2596 | 2024.02.29 22:29:23.182740 [ 3 ] {efa70362-42c8-4a00-93bc-6841126e180b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2597 | 2024.02.29 22:29:23.182876 [ 3 ] {efa70362-42c8-4a00-93bc-6841126e180b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2598 | 2024.02.29 22:29:23.183331 [ 3 ] {efa70362-42c8-4a00-93bc-6841126e180b} <Trace> oximeter.fields_string (374fb4b9-0ca1-4f9f-97a7-755b09e4f649): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2599 | 2024.02.29 22:29:23.183367 [ 3 ] {efa70362-42c8-4a00-93bc-6841126e180b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 2600 | 2024.02.29 22:29:23.183693 [ 3 ] {efa70362-42c8-4a00-93bc-6841126e180b} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2601 | 2024.02.29 22:29:23.183992 [ 3 ] {efa70362-42c8-4a00-93bc-6841126e180b} <Trace> oximeter.fields_string (374fb4b9-0ca1-4f9f-97a7-755b09e4f649): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2602 | 2024.02.29 22:29:23.184113 [ 3 ] {efa70362-42c8-4a00-93bc-6841126e180b} <Debug> executeQuery: Read 159 rows, 15.71 KiB in 0.001478 sec., 107577.80784844384 rows/sec., 10.38 MiB/sec. | ||
| 2603 | 2024.02.29 22:29:23.184117 [ 60 ] {} <Debug> oximeter.fields_string (374fb4b9-0ca1-4f9f-97a7-755b09e4f649) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2604 | 2024.02.29 22:29:23.184181 [ 60 ] {} <Trace> oximeter.fields_string (374fb4b9-0ca1-4f9f-97a7-755b09e4f649): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2605 | 2024.02.29 22:29:23.184216 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 2606 | 2024.02.29 22:29:23.184243 [ 3 ] {efa70362-42c8-4a00-93bc-6841126e180b} <Debug> DynamicQueryHandler: Done processing query | ||
| 2607 | 2024.02.29 22:29:23.184285 [ 3 ] {efa70362-42c8-4a00-93bc-6841126e180b} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
| 2608 | 2024.02.29 22:29:23.184355 [ 3 ] {} <Debug> HTTP-Session: 15758b12-b817-494e-8b92-4f856c36eb4a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2609 | 2024.02.29 22:29:23.184682 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 9033, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2610 | 2024.02.29 22:29:23.184684 [ 199 ] {374fb4b9-0ca1-4f9f-97a7-755b09e4f649::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 | ||
| 2611 | 2024.02.29 22:29:23.184762 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2612 | 2024.02.29 22:29:23.184817 [ 3 ] {} <Debug> HTTP-Session: e9fd6066-fbfc-480b-9946-d73f8842ccc6 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 | ||
| 2613 | 2024.02.29 22:29:23.184842 [ 3 ] {} <Debug> HTTP-Session: e9fd6066-fbfc-480b-9946-d73f8842ccc6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2614 | 2024.02.29 22:29:23.184877 [ 3 ] {} <Debug> HTTP-Session: e9fd6066-fbfc-480b-9946-d73f8842ccc6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2615 | 2024.02.29 22:29:23.184955 [ 3 ] {} <Trace> HTTP-Session: e9fd6066-fbfc-480b-9946-d73f8842ccc6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2616 | 2024.02.29 22:29:23.185096 [ 199 ] {374fb4b9-0ca1-4f9f-97a7-755b09e4f649::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2617 | 2024.02.29 22:29:23.185148 [ 3 ] {2b184820-c4d9-49e3-9124-2302b496e939} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 2618 | 2024.02.29 22:29:23.185167 [ 199 ] {374fb4b9-0ca1-4f9f-97a7-755b09e4f649::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 199 rows starting from the beginning of the part | ||
| 2619 | 2024.02.29 22:29:23.185240 [ 3 ] {2b184820-c4d9-49e3-9124-2302b496e939} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2620 | 2024.02.29 22:29:23.185466 [ 199 ] {374fb4b9-0ca1-4f9f-97a7-755b09e4f649::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 160 rows starting from the beginning of the part | ||
| 2621 | 2024.02.29 22:29:23.185872 [ 199 ] {374fb4b9-0ca1-4f9f-97a7-755b09e4f649::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 159 rows starting from the beginning of the part | ||
| 2622 | 2024.02.29 22:29:23.186240 [ 199 ] {374fb4b9-0ca1-4f9f-97a7-755b09e4f649::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 195 rows starting from the beginning of the part | ||
| 2623 | 2024.02.29 22:29:23.186552 [ 3 ] {2b184820-c4d9-49e3-9124-2302b496e939} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2624 | 2024.02.29 22:29:23.186575 [ 199 ] {374fb4b9-0ca1-4f9f-97a7-755b09e4f649::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 159 rows starting from the beginning of the part | ||
| 2625 | 2024.02.29 22:29:23.186855 [ 199 ] {374fb4b9-0ca1-4f9f-97a7-755b09e4f649::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 159 rows starting from the beginning of the part | ||
| 2626 | 2024.02.29 22:29:23.187614 [ 3 ] {2b184820-c4d9-49e3-9124-2302b496e939} <Trace> oximeter.fields_uuid (6010d6a8-7f84-45c4-a7fd-5027dadf2996): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2627 | 2024.02.29 22:29:23.187681 [ 3 ] {2b184820-c4d9-49e3-9124-2302b496e939} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 2628 | 2024.02.29 22:29:23.188577 [ 3 ] {2b184820-c4d9-49e3-9124-2302b496e939} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2629 | 2024.02.29 22:29:23.189400 [ 3 ] {2b184820-c4d9-49e3-9124-2302b496e939} <Trace> oximeter.fields_uuid (6010d6a8-7f84-45c4-a7fd-5027dadf2996): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2630 | 2024.02.29 22:29:23.189778 [ 60 ] {} <Debug> oximeter.fields_uuid (6010d6a8-7f84-45c4-a7fd-5027dadf2996) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2631 | 2024.02.29 22:29:23.189904 [ 60 ] {} <Trace> oximeter.fields_uuid (6010d6a8-7f84-45c4-a7fd-5027dadf2996): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2632 | 2024.02.29 22:29:23.189916 [ 3 ] {2b184820-c4d9-49e3-9124-2302b496e939} <Debug> executeQuery: Read 53 rows, 4.24 KiB in 0.004825 sec., 10984.455958549222 rows/sec., 879.61 KiB/sec. | ||
| 2633 | 2024.02.29 22:29:23.189983 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 2634 | 2024.02.29 22:29:23.190187 [ 197 ] {374fb4b9-0ca1-4f9f-97a7-755b09e4f649::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1031 rows, containing 4 columns (4 merged, 0 gathered) in 0.005843301 sec., 176441.3642220382 rows/sec., 16.76 MiB/sec. | ||
| 2635 | 2024.02.29 22:29:23.190495 [ 197 ] {6010d6a8-7f84-45c4-a7fd-5027dadf2996::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 | ||
| 2636 | 2024.02.29 22:29:23.190653 [ 193 ] {374fb4b9-0ca1-4f9f-97a7-755b09e4f649::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2637 | 2024.02.29 22:29:23.190874 [ 3 ] {2b184820-c4d9-49e3-9124-2302b496e939} <Debug> DynamicQueryHandler: Done processing query | ||
| 2638 | 2024.02.29 22:29:23.190959 [ 3 ] {2b184820-c4d9-49e3-9124-2302b496e939} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 2639 | 2024.02.29 22:29:23.191014 [ 3 ] {} <Debug> HTTP-Session: e9fd6066-fbfc-480b-9946-d73f8842ccc6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2640 | 2024.02.29 22:29:23.191093 [ 197 ] {6010d6a8-7f84-45c4-a7fd-5027dadf2996::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2641 | 2024.02.29 22:29:23.191161 [ 197 ] {6010d6a8-7f84-45c4-a7fd-5027dadf2996::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 103 rows starting from the beginning of the part | ||
| 2642 | 2024.02.29 22:29:23.191413 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 56703, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2643 | 2024.02.29 22:29:23.191633 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2644 | 2024.02.29 22:29:23.191640 [ 197 ] {6010d6a8-7f84-45c4-a7fd-5027dadf2996::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 55 rows starting from the beginning of the part | ||
| 2645 | 2024.02.29 22:29:23.191690 [ 3 ] {} <Debug> HTTP-Session: 81010b52-bea7-49c2-aa11-7d75faca6473 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 | ||
| 2646 | 2024.02.29 22:29:23.191792 [ 3 ] {} <Debug> HTTP-Session: 81010b52-bea7-49c2-aa11-7d75faca6473 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2647 | 2024.02.29 22:29:23.191940 [ 3 ] {} <Debug> HTTP-Session: 81010b52-bea7-49c2-aa11-7d75faca6473 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2648 | 2024.02.29 22:29:23.192006 [ 197 ] {6010d6a8-7f84-45c4-a7fd-5027dadf2996::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 53 rows starting from the beginning of the part | ||
| 2649 | 2024.02.29 22:29:23.192089 [ 3 ] {} <Trace> HTTP-Session: 81010b52-bea7-49c2-aa11-7d75faca6473 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2650 | 2024.02.29 22:29:23.192392 [ 193 ] {374fb4b9-0ca1-4f9f-97a7-755b09e4f649::all_1_16_3} <Trace> oximeter.fields_string (374fb4b9-0ca1-4f9f-97a7-755b09e4f649): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2651 | 2024.02.29 22:29:23.192445 [ 197 ] {6010d6a8-7f84-45c4-a7fd-5027dadf2996::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 77 rows starting from the beginning of the part | ||
| 2652 | 2024.02.29 22:29:23.192706 [ 197 ] {6010d6a8-7f84-45c4-a7fd-5027dadf2996::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 53 rows starting from the beginning of the part | ||
| 2653 | 2024.02.29 22:29:23.192749 [ 193 ] {374fb4b9-0ca1-4f9f-97a7-755b09e4f649::all_1_16_3} <Trace> oximeter.fields_string (374fb4b9-0ca1-4f9f-97a7-755b09e4f649) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2654 | 2024.02.29 22:29:23.192990 [ 197 ] {6010d6a8-7f84-45c4-a7fd-5027dadf2996::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 53 rows starting from the beginning of the part | ||
| 2655 | 2024.02.29 22:29:23.193010 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
| 2656 | 2024.02.29 22:29:23.193244 [ 3 ] {ff473171-ecdb-473f-9d48-9f2b80eed863} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 2657 | 2024.02.29 22:29:23.193459 [ 3 ] {ff473171-ecdb-473f-9d48-9f2b80eed863} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 2658 | 2024.02.29 22:29:23.194055 [ 3 ] {ff473171-ecdb-473f-9d48-9f2b80eed863} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2659 | 2024.02.29 22:29:23.195369 [ 3 ] {ff473171-ecdb-473f-9d48-9f2b80eed863} <Trace> oximeter.measurements_histogramf64 (d93b2b73-b11f-4e5a-9b26-3d25ff9942ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2660 | 2024.02.29 22:29:23.195448 [ 3 ] {ff473171-ecdb-473f-9d48-9f2b80eed863} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 2661 | 2024.02.29 22:29:23.195487 [ 199 ] {6010d6a8-7f84-45c4-a7fd-5027dadf2996::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 394 rows, containing 4 columns (4 merged, 0 gathered) in 0.005336457 sec., 73831.75766243409 rows/sec., 5.77 MiB/sec. | ||
| 2662 | 2024.02.29 22:29:23.195751 [ 199 ] {6010d6a8-7f84-45c4-a7fd-5027dadf2996::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2663 | 2024.02.29 22:29:23.196590 [ 3 ] {ff473171-ecdb-473f-9d48-9f2b80eed863} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2664 | 2024.02.29 22:29:23.196681 [ 199 ] {6010d6a8-7f84-45c4-a7fd-5027dadf2996::all_1_16_3} <Trace> oximeter.fields_uuid (6010d6a8-7f84-45c4-a7fd-5027dadf2996): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2665 | 2024.02.29 22:29:23.196834 [ 199 ] {6010d6a8-7f84-45c4-a7fd-5027dadf2996::all_1_16_3} <Trace> oximeter.fields_uuid (6010d6a8-7f84-45c4-a7fd-5027dadf2996) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2666 | 2024.02.29 22:29:23.197054 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 2667 | 2024.02.29 22:29:23.197281 [ 3 ] {ff473171-ecdb-473f-9d48-9f2b80eed863} <Trace> oximeter.measurements_histogramf64 (d93b2b73-b11f-4e5a-9b26-3d25ff9942ee): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2668 | 2024.02.29 22:29:23.197419 [ 60 ] {} <Debug> oximeter.measurements_histogramf64 (d93b2b73-b11f-4e5a-9b26-3d25ff9942ee) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2669 | 2024.02.29 22:29:23.197425 [ 3 ] {ff473171-ecdb-473f-9d48-9f2b80eed863} <Debug> executeQuery: Read 53 rows, 73.24 KiB in 0.00503 sec., 10536.779324055666 rows/sec., 14.22 MiB/sec. | ||
| 2670 | 2024.02.29 22:29:23.197457 [ 60 ] {} <Trace> oximeter.measurements_histogramf64 (d93b2b73-b11f-4e5a-9b26-3d25ff9942ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2671 | 2024.02.29 22:29:23.197497 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 2672 | 2024.02.29 22:29:23.197899 [ 193 ] {d93b2b73-b11f-4e5a-9b26-3d25ff9942ee::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 | ||
| 2673 | 2024.02.29 22:29:23.198392 [ 3 ] {ff473171-ecdb-473f-9d48-9f2b80eed863} <Debug> DynamicQueryHandler: Done processing query | ||
| 2674 | 2024.02.29 22:29:23.198460 [ 3 ] {ff473171-ecdb-473f-9d48-9f2b80eed863} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 2675 | 2024.02.29 22:29:23.198512 [ 3 ] {} <Debug> HTTP-Session: 81010b52-bea7-49c2-aa11-7d75faca6473 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2676 | 2024.02.29 22:29:23.198522 [ 193 ] {d93b2b73-b11f-4e5a-9b26-3d25ff9942ee::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2677 | 2024.02.29 22:29:23.198583 [ 193 ] {d93b2b73-b11f-4e5a-9b26-3d25ff9942ee::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 519 rows starting from the beginning of the part | ||
| 2678 | 2024.02.29 22:29:23.198683 [ 193 ] {d93b2b73-b11f-4e5a-9b26-3d25ff9942ee::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 53 rows starting from the beginning of the part | ||
| 2679 | 2024.02.29 22:29:23.198799 [ 193 ] {d93b2b73-b11f-4e5a-9b26-3d25ff9942ee::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 53 rows starting from the beginning of the part | ||
| 2680 | 2024.02.29 22:29:23.198990 [ 193 ] {d93b2b73-b11f-4e5a-9b26-3d25ff9942ee::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 53 rows starting from the beginning of the part | ||
| 2681 | 2024.02.29 22:29:23.199076 [ 193 ] {d93b2b73-b11f-4e5a-9b26-3d25ff9942ee::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 53 rows starting from the beginning of the part | ||
| 2682 | 2024.02.29 22:29:23.199231 [ 193 ] {d93b2b73-b11f-4e5a-9b26-3d25ff9942ee::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 53 rows starting from the beginning of the part | ||
| 2683 | 2024.02.29 22:29:23.201972 [ 197 ] {d93b2b73-b11f-4e5a-9b26-3d25ff9942ee::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 784 rows, containing 6 columns (6 merged, 0 gathered) in 0.004378122 sec., 179072.21406804104 rows/sec., 241.65 MiB/sec. | ||
| 2684 | 2024.02.29 22:29:23.202446 [ 197 ] {d93b2b73-b11f-4e5a-9b26-3d25ff9942ee::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2685 | 2024.02.29 22:29:23.202897 [ 197 ] {d93b2b73-b11f-4e5a-9b26-3d25ff9942ee::all_1_16_3} <Trace> oximeter.measurements_histogramf64 (d93b2b73-b11f-4e5a-9b26-3d25ff9942ee): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2686 | 2024.02.29 22:29:23.202984 [ 197 ] {d93b2b73-b11f-4e5a-9b26-3d25ff9942ee::all_1_16_3} <Trace> oximeter.measurements_histogramf64 (d93b2b73-b11f-4e5a-9b26-3d25ff9942ee) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2687 | 2024.02.29 22:29:23.203066 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.05 MiB. | ||
| 2688 | 2024.02.29 22:29:24.000183 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 181.67 MiB, peak 190.26 MiB, free memory in arenas 0.00 B, will set to 182.80 MiB (RSS), difference: 1.13 MiB | ||
| 2689 | 2024.02.29 22:29:33.181526 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 7654, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2690 | 2024.02.29 22:29:33.181672 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2691 | 2024.02.29 22:29:33.181701 [ 3 ] {} <Debug> HTTP-Session: 5d392dc5-592e-40a8-8ee7-2bc6f5bd93e9 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 | ||
| 2692 | 2024.02.29 22:29:33.181730 [ 3 ] {} <Debug> HTTP-Session: 5d392dc5-592e-40a8-8ee7-2bc6f5bd93e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2693 | 2024.02.29 22:29:33.181748 [ 3 ] {} <Debug> HTTP-Session: 5d392dc5-592e-40a8-8ee7-2bc6f5bd93e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2694 | 2024.02.29 22:29:33.181806 [ 3 ] {} <Trace> HTTP-Session: 5d392dc5-592e-40a8-8ee7-2bc6f5bd93e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2695 | 2024.02.29 22:29:33.181954 [ 3 ] {1add9572-df26-43d5-8503-f4b0e827e2a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 2696 | 2024.02.29 22:29:33.182028 [ 3 ] {1add9572-df26-43d5-8503-f4b0e827e2a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 2697 | 2024.02.29 22:29:33.182255 [ 3 ] {1add9572-df26-43d5-8503-f4b0e827e2a9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2698 | 2024.02.29 22:29:33.182780 [ 3 ] {1add9572-df26-43d5-8503-f4b0e827e2a9} <Trace> oximeter.fields_i64 (93a397b9-9146-4a5e-92b4-bf5ddd8f2458): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2699 | 2024.02.29 22:29:33.182831 [ 3 ] {1add9572-df26-43d5-8503-f4b0e827e2a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2700 | 2024.02.29 22:29:33.183229 [ 3 ] {1add9572-df26-43d5-8503-f4b0e827e2a9} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2701 | 2024.02.29 22:29:33.183572 [ 3 ] {1add9572-df26-43d5-8503-f4b0e827e2a9} <Trace> oximeter.fields_i64 (93a397b9-9146-4a5e-92b4-bf5ddd8f2458): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2702 | 2024.02.29 22:29:33.183736 [ 3 ] {1add9572-df26-43d5-8503-f4b0e827e2a9} <Debug> executeQuery: Read 53 rows, 4.30 KiB in 0.001853 sec., 28602.26659471128 rows/sec., 2.26 MiB/sec. | ||
| 2703 | 2024.02.29 22:29:33.183892 [ 3 ] {1add9572-df26-43d5-8503-f4b0e827e2a9} <Debug> DynamicQueryHandler: Done processing query | ||
| 2704 | 2024.02.29 22:29:33.183919 [ 3 ] {1add9572-df26-43d5-8503-f4b0e827e2a9} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 2705 | 2024.02.29 22:29:33.183935 [ 3 ] {} <Debug> HTTP-Session: 5d392dc5-592e-40a8-8ee7-2bc6f5bd93e9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2706 | 2024.02.29 22:29:33.184066 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 987, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2707 | 2024.02.29 22:29:33.184126 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2708 | 2024.02.29 22:29:33.184145 [ 3 ] {} <Debug> HTTP-Session: 0fdf056b-af92-47ed-a429-b9ee238a43ce Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 | ||
| 2709 | 2024.02.29 22:29:33.184164 [ 3 ] {} <Debug> HTTP-Session: 0fdf056b-af92-47ed-a429-b9ee238a43ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2710 | 2024.02.29 22:29:33.184179 [ 3 ] {} <Debug> HTTP-Session: 0fdf056b-af92-47ed-a429-b9ee238a43ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2711 | 2024.02.29 22:29:33.184215 [ 3 ] {} <Trace> HTTP-Session: 0fdf056b-af92-47ed-a429-b9ee238a43ce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2712 | 2024.02.29 22:29:33.184291 [ 3 ] {089b8c66-56f5-4de1-9556-2decd59b91ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 2713 | 2024.02.29 22:29:33.184337 [ 3 ] {089b8c66-56f5-4de1-9556-2decd59b91ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 2714 | 2024.02.29 22:29:33.184473 [ 3 ] {089b8c66-56f5-4de1-9556-2decd59b91ac} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2715 | 2024.02.29 22:29:33.184759 [ 3 ] {089b8c66-56f5-4de1-9556-2decd59b91ac} <Trace> oximeter.fields_ipaddr (36ad34a7-1ba7-4fa3-8404-702b1da33935): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2716 | 2024.02.29 22:29:33.184798 [ 3 ] {089b8c66-56f5-4de1-9556-2decd59b91ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2717 | 2024.02.29 22:29:33.185113 [ 3 ] {089b8c66-56f5-4de1-9556-2decd59b91ac} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2718 | 2024.02.29 22:29:33.185423 [ 3 ] {089b8c66-56f5-4de1-9556-2decd59b91ac} <Trace> oximeter.fields_ipaddr (36ad34a7-1ba7-4fa3-8404-702b1da33935): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2719 | 2024.02.29 22:29:33.185590 [ 3 ] {089b8c66-56f5-4de1-9556-2decd59b91ac} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001319 sec., 4548.900682335102 rows/sec., 370.93 KiB/sec. | ||
| 2720 | 2024.02.29 22:29:33.185813 [ 3 ] {089b8c66-56f5-4de1-9556-2decd59b91ac} <Debug> DynamicQueryHandler: Done processing query | ||
| 2721 | 2024.02.29 22:29:33.185838 [ 3 ] {089b8c66-56f5-4de1-9556-2decd59b91ac} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 2722 | 2024.02.29 22:29:33.185854 [ 3 ] {} <Debug> HTTP-Session: 0fdf056b-af92-47ed-a429-b9ee238a43ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2723 | 2024.02.29 22:29:33.186046 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 30812, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2724 | 2024.02.29 22:29:33.186099 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2725 | 2024.02.29 22:29:33.186117 [ 3 ] {} <Debug> HTTP-Session: 6fe91e6a-7d08-4cc2-ab22-2eb539128603 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 | ||
| 2726 | 2024.02.29 22:29:33.186135 [ 3 ] {} <Debug> HTTP-Session: 6fe91e6a-7d08-4cc2-ab22-2eb539128603 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2727 | 2024.02.29 22:29:33.186149 [ 3 ] {} <Debug> HTTP-Session: 6fe91e6a-7d08-4cc2-ab22-2eb539128603 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2728 | 2024.02.29 22:29:33.186182 [ 3 ] {} <Trace> HTTP-Session: 6fe91e6a-7d08-4cc2-ab22-2eb539128603 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2729 | 2024.02.29 22:29:33.186303 [ 3 ] {2e55246e-bad4-4acc-889e-dee0e5123684} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 2730 | 2024.02.29 22:29:33.186346 [ 3 ] {2e55246e-bad4-4acc-889e-dee0e5123684} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2731 | 2024.02.29 22:29:33.186494 [ 3 ] {2e55246e-bad4-4acc-889e-dee0e5123684} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2732 | 2024.02.29 22:29:33.186909 [ 3 ] {2e55246e-bad4-4acc-889e-dee0e5123684} <Trace> oximeter.fields_string (374fb4b9-0ca1-4f9f-97a7-755b09e4f649): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2733 | 2024.02.29 22:29:33.186948 [ 3 ] {2e55246e-bad4-4acc-889e-dee0e5123684} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2734 | 2024.02.29 22:29:33.187271 [ 3 ] {2e55246e-bad4-4acc-889e-dee0e5123684} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2735 | 2024.02.29 22:29:33.187584 [ 3 ] {2e55246e-bad4-4acc-889e-dee0e5123684} <Trace> oximeter.fields_string (374fb4b9-0ca1-4f9f-97a7-755b09e4f649): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2736 | 2024.02.29 22:29:33.187736 [ 3 ] {2e55246e-bad4-4acc-889e-dee0e5123684} <Debug> executeQuery: Read 198 rows, 18.75 KiB in 0.001502 sec., 131824.2343541944 rows/sec., 12.19 MiB/sec. | ||
| 2737 | 2024.02.29 22:29:33.187863 [ 3 ] {2e55246e-bad4-4acc-889e-dee0e5123684} <Debug> DynamicQueryHandler: Done processing query | ||
| 2738 | 2024.02.29 22:29:33.187888 [ 3 ] {2e55246e-bad4-4acc-889e-dee0e5123684} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 2739 | 2024.02.29 22:29:33.187903 [ 3 ] {} <Debug> HTTP-Session: 6fe91e6a-7d08-4cc2-ab22-2eb539128603 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2740 | 2024.02.29 22:29:33.188109 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 888, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2741 | 2024.02.29 22:29:33.188158 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2742 | 2024.02.29 22:29:33.188176 [ 3 ] {} <Debug> HTTP-Session: 1be46a88-6460-49bb-ac2b-701de230e92a Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 | ||
| 2743 | 2024.02.29 22:29:33.188194 [ 3 ] {} <Debug> HTTP-Session: 1be46a88-6460-49bb-ac2b-701de230e92a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2744 | 2024.02.29 22:29:33.188207 [ 3 ] {} <Debug> HTTP-Session: 1be46a88-6460-49bb-ac2b-701de230e92a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2745 | 2024.02.29 22:29:33.188239 [ 3 ] {} <Trace> HTTP-Session: 1be46a88-6460-49bb-ac2b-701de230e92a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2746 | 2024.02.29 22:29:33.188304 [ 3 ] {f1200d37-d60c-465f-8dee-43bd928f8053} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 2747 | 2024.02.29 22:29:33.188344 [ 3 ] {f1200d37-d60c-465f-8dee-43bd928f8053} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2748 | 2024.02.29 22:29:33.188472 [ 3 ] {f1200d37-d60c-465f-8dee-43bd928f8053} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2749 | 2024.02.29 22:29:33.188736 [ 3 ] {f1200d37-d60c-465f-8dee-43bd928f8053} <Trace> oximeter.fields_u16 (c87e8bb9-f232-425e-8fb5-4314e9db9d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2750 | 2024.02.29 22:29:33.188774 [ 3 ] {f1200d37-d60c-465f-8dee-43bd928f8053} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2751 | 2024.02.29 22:29:33.189069 [ 3 ] {f1200d37-d60c-465f-8dee-43bd928f8053} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2752 | 2024.02.29 22:29:33.189374 [ 3 ] {f1200d37-d60c-465f-8dee-43bd928f8053} <Trace> oximeter.fields_u16 (c87e8bb9-f232-425e-8fb5-4314e9db9d1f): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2753 | 2024.02.29 22:29:33.189538 [ 3 ] {f1200d37-d60c-465f-8dee-43bd928f8053} <Debug> executeQuery: Read 6 rows, 429.00 B in 0.001257 sec., 4773.26968973747 rows/sec., 333.29 KiB/sec. | ||
| 2754 | 2024.02.29 22:29:33.189749 [ 3 ] {f1200d37-d60c-465f-8dee-43bd928f8053} <Debug> DynamicQueryHandler: Done processing query | ||
| 2755 | 2024.02.29 22:29:33.189803 [ 3 ] {f1200d37-d60c-465f-8dee-43bd928f8053} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 2756 | 2024.02.29 22:29:33.189843 [ 3 ] {} <Debug> HTTP-Session: 1be46a88-6460-49bb-ac2b-701de230e92a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2757 | 2024.02.29 22:29:33.190052 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 14092, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2758 | 2024.02.29 22:29:33.190101 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2759 | 2024.02.29 22:29:33.190119 [ 3 ] {} <Debug> HTTP-Session: 56824679-7c0f-48ea-a483-3ab8f531fd59 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 | ||
| 2760 | 2024.02.29 22:29:33.190137 [ 3 ] {} <Debug> HTTP-Session: 56824679-7c0f-48ea-a483-3ab8f531fd59 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2761 | 2024.02.29 22:29:33.190150 [ 3 ] {} <Debug> HTTP-Session: 56824679-7c0f-48ea-a483-3ab8f531fd59 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2762 | 2024.02.29 22:29:33.190179 [ 3 ] {} <Trace> HTTP-Session: 56824679-7c0f-48ea-a483-3ab8f531fd59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2763 | 2024.02.29 22:29:33.190282 [ 3 ] {71384659-80ef-425c-af42-8cf6a9090c1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 2764 | 2024.02.29 22:29:33.190324 [ 3 ] {71384659-80ef-425c-af42-8cf6a9090c1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2765 | 2024.02.29 22:29:33.190470 [ 3 ] {71384659-80ef-425c-af42-8cf6a9090c1b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2766 | 2024.02.29 22:29:33.190787 [ 3 ] {71384659-80ef-425c-af42-8cf6a9090c1b} <Trace> oximeter.fields_uuid (6010d6a8-7f84-45c4-a7fd-5027dadf2996): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2767 | 2024.02.29 22:29:33.190824 [ 3 ] {71384659-80ef-425c-af42-8cf6a9090c1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2768 | 2024.02.29 22:29:33.191129 [ 3 ] {71384659-80ef-425c-af42-8cf6a9090c1b} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2769 | 2024.02.29 22:29:33.191429 [ 3 ] {71384659-80ef-425c-af42-8cf6a9090c1b} <Trace> oximeter.fields_uuid (6010d6a8-7f84-45c4-a7fd-5027dadf2996): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2770 | 2024.02.29 22:29:33.191581 [ 3 ] {71384659-80ef-425c-af42-8cf6a9090c1b} <Debug> executeQuery: Read 83 rows, 6.63 KiB in 0.001355 sec., 61254.612546125456 rows/sec., 4.78 MiB/sec. | ||
| 2771 | 2024.02.29 22:29:33.191825 [ 3 ] {71384659-80ef-425c-af42-8cf6a9090c1b} <Debug> DynamicQueryHandler: Done processing query | ||
| 2772 | 2024.02.29 22:29:33.191850 [ 3 ] {71384659-80ef-425c-af42-8cf6a9090c1b} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 2773 | 2024.02.29 22:29:33.191865 [ 3 ] {} <Debug> HTTP-Session: 56824679-7c0f-48ea-a483-3ab8f531fd59 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2774 | 2024.02.29 22:29:33.191997 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 7593, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2775 | 2024.02.29 22:29:33.192045 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2776 | 2024.02.29 22:29:33.192063 [ 3 ] {} <Debug> HTTP-Session: f4965f14-774d-49aa-b5b8-5c82b474c06f Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 | ||
| 2777 | 2024.02.29 22:29:33.192080 [ 3 ] {} <Debug> HTTP-Session: f4965f14-774d-49aa-b5b8-5c82b474c06f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2778 | 2024.02.29 22:29:33.192093 [ 3 ] {} <Debug> HTTP-Session: f4965f14-774d-49aa-b5b8-5c82b474c06f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2779 | 2024.02.29 22:29:33.192123 [ 3 ] {} <Trace> HTTP-Session: f4965f14-774d-49aa-b5b8-5c82b474c06f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2780 | 2024.02.29 22:29:33.192205 [ 3 ] {85acdac9-0354-4a6d-af7d-6080c2c53226} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 2781 | 2024.02.29 22:29:33.192250 [ 3 ] {85acdac9-0354-4a6d-af7d-6080c2c53226} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2782 | 2024.02.29 22:29:33.192414 [ 3 ] {85acdac9-0354-4a6d-af7d-6080c2c53226} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2783 | 2024.02.29 22:29:33.192719 [ 3 ] {85acdac9-0354-4a6d-af7d-6080c2c53226} <Trace> oximeter.measurements_cumulativeu64 (dc28e417-a057-497c-8c56-1262aaf856dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2784 | 2024.02.29 22:29:33.192756 [ 3 ] {85acdac9-0354-4a6d-af7d-6080c2c53226} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2785 | 2024.02.29 22:29:33.193131 [ 3 ] {85acdac9-0354-4a6d-af7d-6080c2c53226} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2786 | 2024.02.29 22:29:33.193463 [ 3 ] {85acdac9-0354-4a6d-af7d-6080c2c53226} <Trace> oximeter.measurements_cumulativeu64 (dc28e417-a057-497c-8c56-1262aaf856dd): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2787 | 2024.02.29 22:29:33.193619 [ 3 ] {85acdac9-0354-4a6d-af7d-6080c2c53226} <Debug> executeQuery: Read 39 rows, 2.81 KiB in 0.001442 sec., 27045.76976421637 rows/sec., 1.90 MiB/sec. | ||
| 2788 | 2024.02.29 22:29:33.194099 [ 3 ] {85acdac9-0354-4a6d-af7d-6080c2c53226} <Debug> DynamicQueryHandler: Done processing query | ||
| 2789 | 2024.02.29 22:29:33.194126 [ 3 ] {85acdac9-0354-4a6d-af7d-6080c2c53226} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 2790 | 2024.02.29 22:29:33.194143 [ 3 ] {} <Debug> HTTP-Session: f4965f14-774d-49aa-b5b8-5c82b474c06f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2791 | 2024.02.29 22:29:33.194326 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 56703, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2792 | 2024.02.29 22:29:33.194375 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2793 | 2024.02.29 22:29:33.194393 [ 3 ] {} <Debug> HTTP-Session: 85365c6c-8eff-4ddb-af48-2487615d61f4 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 | ||
| 2794 | 2024.02.29 22:29:33.194410 [ 3 ] {} <Debug> HTTP-Session: 85365c6c-8eff-4ddb-af48-2487615d61f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2795 | 2024.02.29 22:29:33.194423 [ 3 ] {} <Debug> HTTP-Session: 85365c6c-8eff-4ddb-af48-2487615d61f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2796 | 2024.02.29 22:29:33.194454 [ 3 ] {} <Trace> HTTP-Session: 85365c6c-8eff-4ddb-af48-2487615d61f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2797 | 2024.02.29 22:29:33.194817 [ 3 ] {fc10c6b8-6482-4292-9732-73f807865ca9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 2798 | 2024.02.29 22:29:33.194867 [ 3 ] {fc10c6b8-6482-4292-9732-73f807865ca9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 2799 | 2024.02.29 22:29:33.195055 [ 3 ] {fc10c6b8-6482-4292-9732-73f807865ca9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2800 | 2024.02.29 22:29:33.195630 [ 3 ] {fc10c6b8-6482-4292-9732-73f807865ca9} <Trace> oximeter.measurements_histogramf64 (d93b2b73-b11f-4e5a-9b26-3d25ff9942ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2801 | 2024.02.29 22:29:33.195668 [ 3 ] {fc10c6b8-6482-4292-9732-73f807865ca9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2802 | 2024.02.29 22:29:33.196097 [ 3 ] {fc10c6b8-6482-4292-9732-73f807865ca9} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2803 | 2024.02.29 22:29:33.196435 [ 3 ] {fc10c6b8-6482-4292-9732-73f807865ca9} <Trace> oximeter.measurements_histogramf64 (d93b2b73-b11f-4e5a-9b26-3d25ff9942ee): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2804 | 2024.02.29 22:29:33.196599 [ 3 ] {fc10c6b8-6482-4292-9732-73f807865ca9} <Debug> executeQuery: Read 53 rows, 73.24 KiB in 0.002075 sec., 25542.168674698794 rows/sec., 34.47 MiB/sec. | ||
| 2805 | 2024.02.29 22:29:33.196768 [ 3 ] {fc10c6b8-6482-4292-9732-73f807865ca9} <Debug> DynamicQueryHandler: Done processing query | ||
| 2806 | 2024.02.29 22:29:33.196798 [ 3 ] {fc10c6b8-6482-4292-9732-73f807865ca9} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 2807 | 2024.02.29 22:29:33.196817 [ 3 ] {} <Debug> HTTP-Session: 85365c6c-8eff-4ddb-af48-2487615d61f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2808 | 2024.02.29 22:29:36.389526 [ 27 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2809 | 2024.02.29 22:29:36.389625 [ 27 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2810 | 2024.02.29 22:29:43.179732 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 7654, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2811 | 2024.02.29 22:29:43.179874 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2812 | 2024.02.29 22:29:43.179903 [ 3 ] {} <Debug> HTTP-Session: 70b5e1d3-89f3-4938-a753-fa9dd28c7076 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 | ||
| 2813 | 2024.02.29 22:29:43.179933 [ 3 ] {} <Debug> HTTP-Session: 70b5e1d3-89f3-4938-a753-fa9dd28c7076 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2814 | 2024.02.29 22:29:43.179951 [ 3 ] {} <Debug> HTTP-Session: 70b5e1d3-89f3-4938-a753-fa9dd28c7076 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2815 | 2024.02.29 22:29:43.180007 [ 3 ] {} <Trace> HTTP-Session: 70b5e1d3-89f3-4938-a753-fa9dd28c7076 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2816 | 2024.02.29 22:29:43.180151 [ 3 ] {bee30c45-2c4f-4faf-bdd1-b204ea93ee2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 2817 | 2024.02.29 22:29:43.180223 [ 3 ] {bee30c45-2c4f-4faf-bdd1-b204ea93ee2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 2818 | 2024.02.29 22:29:43.180441 [ 3 ] {bee30c45-2c4f-4faf-bdd1-b204ea93ee2e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2819 | 2024.02.29 22:29:43.180945 [ 3 ] {bee30c45-2c4f-4faf-bdd1-b204ea93ee2e} <Trace> oximeter.fields_i64 (93a397b9-9146-4a5e-92b4-bf5ddd8f2458): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2820 | 2024.02.29 22:29:43.180995 [ 3 ] {bee30c45-2c4f-4faf-bdd1-b204ea93ee2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2821 | 2024.02.29 22:29:43.181380 [ 3 ] {bee30c45-2c4f-4faf-bdd1-b204ea93ee2e} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 2822 | 2024.02.29 22:29:43.181711 [ 3 ] {bee30c45-2c4f-4faf-bdd1-b204ea93ee2e} <Trace> oximeter.fields_i64 (93a397b9-9146-4a5e-92b4-bf5ddd8f2458): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2823 | 2024.02.29 22:29:43.181856 [ 3 ] {bee30c45-2c4f-4faf-bdd1-b204ea93ee2e} <Debug> executeQuery: Read 53 rows, 4.30 KiB in 0.001778 sec., 29808.773903262092 rows/sec., 2.36 MiB/sec. | ||
| 2824 | 2024.02.29 22:29:43.181995 [ 3 ] {bee30c45-2c4f-4faf-bdd1-b204ea93ee2e} <Debug> DynamicQueryHandler: Done processing query | ||
| 2825 | 2024.02.29 22:29:43.182021 [ 3 ] {bee30c45-2c4f-4faf-bdd1-b204ea93ee2e} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 2826 | 2024.02.29 22:29:43.182038 [ 3 ] {} <Debug> HTTP-Session: 70b5e1d3-89f3-4938-a753-fa9dd28c7076 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2827 | 2024.02.29 22:29:43.182160 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2828 | 2024.02.29 22:29:43.182210 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2829 | 2024.02.29 22:29:43.182229 [ 3 ] {} <Debug> HTTP-Session: 80096e1f-5d8e-4d50-88c7-48b9d95d489e Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 | ||
| 2830 | 2024.02.29 22:29:43.182245 [ 3 ] {} <Debug> HTTP-Session: 80096e1f-5d8e-4d50-88c7-48b9d95d489e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2831 | 2024.02.29 22:29:43.182259 [ 3 ] {} <Debug> HTTP-Session: 80096e1f-5d8e-4d50-88c7-48b9d95d489e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2832 | 2024.02.29 22:29:43.182290 [ 3 ] {} <Trace> HTTP-Session: 80096e1f-5d8e-4d50-88c7-48b9d95d489e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2833 | 2024.02.29 22:29:43.182352 [ 3 ] {1940c5e6-655d-45de-8d46-865e66b47e8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 2834 | 2024.02.29 22:29:43.182392 [ 3 ] {1940c5e6-655d-45de-8d46-865e66b47e8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 2835 | 2024.02.29 22:29:43.182518 [ 3 ] {1940c5e6-655d-45de-8d46-865e66b47e8c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2836 | 2024.02.29 22:29:43.182824 [ 3 ] {1940c5e6-655d-45de-8d46-865e66b47e8c} <Trace> oximeter.fields_ipaddr (36ad34a7-1ba7-4fa3-8404-702b1da33935): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2837 | 2024.02.29 22:29:43.182860 [ 3 ] {1940c5e6-655d-45de-8d46-865e66b47e8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2838 | 2024.02.29 22:29:43.183153 [ 3 ] {1940c5e6-655d-45de-8d46-865e66b47e8c} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2839 | 2024.02.29 22:29:43.183457 [ 3 ] {1940c5e6-655d-45de-8d46-865e66b47e8c} <Trace> oximeter.fields_ipaddr (36ad34a7-1ba7-4fa3-8404-702b1da33935): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2840 | 2024.02.29 22:29:43.183568 [ 24 ] {} <Debug> oximeter.fields_ipaddr (36ad34a7-1ba7-4fa3-8404-702b1da33935) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2841 | 2024.02.29 22:29:43.183580 [ 3 ] {1940c5e6-655d-45de-8d46-865e66b47e8c} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001249 sec., 1601.281024819856 rows/sec., 130.57 KiB/sec. | ||
| 2842 | 2024.02.29 22:29:43.183614 [ 24 ] {} <Trace> oximeter.fields_ipaddr (36ad34a7-1ba7-4fa3-8404-702b1da33935): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2843 | 2024.02.29 22:29:43.183651 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2844 | 2024.02.29 22:29:43.183736 [ 3 ] {1940c5e6-655d-45de-8d46-865e66b47e8c} <Debug> DynamicQueryHandler: Done processing query | ||
| 2845 | 2024.02.29 22:29:43.183798 [ 3 ] {1940c5e6-655d-45de-8d46-865e66b47e8c} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 2846 | 2024.02.29 22:29:43.183895 [ 3 ] {} <Debug> HTTP-Session: 80096e1f-5d8e-4d50-88c7-48b9d95d489e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2847 | 2024.02.29 22:29:43.184159 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 25588, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2848 | 2024.02.29 22:29:43.184186 [ 193 ] {36ad34a7-1ba7-4fa3-8404-702b1da33935::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 | ||
| 2849 | 2024.02.29 22:29:43.184218 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2850 | 2024.02.29 22:29:43.184289 [ 3 ] {} <Debug> HTTP-Session: d2f65e65-482d-49ce-8b49-3314cb1e4fa3 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 | ||
| 2851 | 2024.02.29 22:29:43.184327 [ 3 ] {} <Debug> HTTP-Session: d2f65e65-482d-49ce-8b49-3314cb1e4fa3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2852 | 2024.02.29 22:29:43.184341 [ 3 ] {} <Debug> HTTP-Session: d2f65e65-482d-49ce-8b49-3314cb1e4fa3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2853 | 2024.02.29 22:29:43.184412 [ 3 ] {} <Trace> HTTP-Session: d2f65e65-482d-49ce-8b49-3314cb1e4fa3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2854 | 2024.02.29 22:29:43.184678 [ 193 ] {36ad34a7-1ba7-4fa3-8404-702b1da33935::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2855 | 2024.02.29 22:29:43.184692 [ 3 ] {ce04c55a-28aa-4f59-9c88-ed5749514213} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 2856 | 2024.02.29 22:29:43.184781 [ 193 ] {36ad34a7-1ba7-4fa3-8404-702b1da33935::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 2 rows starting from the beginning of the part | ||
| 2857 | 2024.02.29 22:29:43.184804 [ 3 ] {ce04c55a-28aa-4f59-9c88-ed5749514213} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2858 | 2024.02.29 22:29:43.185105 [ 193 ] {36ad34a7-1ba7-4fa3-8404-702b1da33935::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 2 rows starting from the beginning of the part | ||
| 2859 | 2024.02.29 22:29:43.185531 [ 193 ] {36ad34a7-1ba7-4fa3-8404-702b1da33935::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part | ||
| 2860 | 2024.02.29 22:29:43.185890 [ 193 ] {36ad34a7-1ba7-4fa3-8404-702b1da33935::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 2 rows starting from the beginning of the part | ||
| 2861 | 2024.02.29 22:29:43.186031 [ 3 ] {ce04c55a-28aa-4f59-9c88-ed5749514213} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2862 | 2024.02.29 22:29:43.186261 [ 193 ] {36ad34a7-1ba7-4fa3-8404-702b1da33935::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part | ||
| 2863 | 2024.02.29 22:29:43.186430 [ 193 ] {36ad34a7-1ba7-4fa3-8404-702b1da33935::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 2 rows starting from the beginning of the part | ||
| 2864 | 2024.02.29 22:29:43.187267 [ 3 ] {ce04c55a-28aa-4f59-9c88-ed5749514213} <Trace> oximeter.fields_string (374fb4b9-0ca1-4f9f-97a7-755b09e4f649): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2865 | 2024.02.29 22:29:43.187335 [ 3 ] {ce04c55a-28aa-4f59-9c88-ed5749514213} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2866 | 2024.02.29 22:29:43.188144 [ 3 ] {ce04c55a-28aa-4f59-9c88-ed5749514213} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 2867 | 2024.02.29 22:29:43.189124 [ 3 ] {ce04c55a-28aa-4f59-9c88-ed5749514213} <Trace> oximeter.fields_string (374fb4b9-0ca1-4f9f-97a7-755b09e4f649): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2868 | 2024.02.29 22:29:43.189213 [ 193 ] {36ad34a7-1ba7-4fa3-8404-702b1da33935::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 20 rows, containing 4 columns (4 merged, 0 gathered) in 0.00544511 sec., 3673.020379753577 rows/sec., 299.51 KiB/sec. | ||
| 2869 | 2024.02.29 22:29:43.189486 [ 3 ] {ce04c55a-28aa-4f59-9c88-ed5749514213} <Debug> executeQuery: Read 160 rows, 15.80 KiB in 0.004919 sec., 32526.93636918073 rows/sec., 3.14 MiB/sec. | ||
| 2870 | 2024.02.29 22:29:43.189505 [ 193 ] {36ad34a7-1ba7-4fa3-8404-702b1da33935::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2871 | 2024.02.29 22:29:43.190084 [ 3 ] {ce04c55a-28aa-4f59-9c88-ed5749514213} <Debug> DynamicQueryHandler: Done processing query | ||
| 2872 | 2024.02.29 22:29:43.190155 [ 3 ] {ce04c55a-28aa-4f59-9c88-ed5749514213} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
| 2873 | 2024.02.29 22:29:43.190208 [ 3 ] {} <Debug> HTTP-Session: d2f65e65-482d-49ce-8b49-3314cb1e4fa3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2874 | 2024.02.29 22:29:43.190409 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2875 | 2024.02.29 22:29:43.190483 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2876 | 2024.02.29 22:29:43.190520 [ 3 ] {} <Debug> HTTP-Session: b6a5b31f-7ca8-4dce-8069-184d2ac2e77f Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 | ||
| 2877 | 2024.02.29 22:29:43.190536 [ 193 ] {36ad34a7-1ba7-4fa3-8404-702b1da33935::all_1_6_1} <Trace> oximeter.fields_ipaddr (36ad34a7-1ba7-4fa3-8404-702b1da33935): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2878 | 2024.02.29 22:29:43.190554 [ 3 ] {} <Debug> HTTP-Session: b6a5b31f-7ca8-4dce-8069-184d2ac2e77f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2879 | 2024.02.29 22:29:43.190602 [ 3 ] {} <Debug> HTTP-Session: b6a5b31f-7ca8-4dce-8069-184d2ac2e77f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2880 | 2024.02.29 22:29:43.190677 [ 3 ] {} <Trace> HTTP-Session: b6a5b31f-7ca8-4dce-8069-184d2ac2e77f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2881 | 2024.02.29 22:29:43.190707 [ 193 ] {36ad34a7-1ba7-4fa3-8404-702b1da33935::all_1_6_1} <Trace> oximeter.fields_ipaddr (36ad34a7-1ba7-4fa3-8404-702b1da33935) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2882 | 2024.02.29 22:29:43.190818 [ 3 ] {533406fb-009e-4a21-94cc-80eb973b0b54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 2883 | 2024.02.29 22:29:43.190857 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 2884 | 2024.02.29 22:29:43.190901 [ 3 ] {533406fb-009e-4a21-94cc-80eb973b0b54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2885 | 2024.02.29 22:29:43.191059 [ 3 ] {533406fb-009e-4a21-94cc-80eb973b0b54} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2886 | 2024.02.29 22:29:43.191367 [ 3 ] {533406fb-009e-4a21-94cc-80eb973b0b54} <Trace> oximeter.fields_u16 (c87e8bb9-f232-425e-8fb5-4314e9db9d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2887 | 2024.02.29 22:29:43.191405 [ 3 ] {533406fb-009e-4a21-94cc-80eb973b0b54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2888 | 2024.02.29 22:29:43.191707 [ 3 ] {533406fb-009e-4a21-94cc-80eb973b0b54} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2889 | 2024.02.29 22:29:43.192020 [ 3 ] {533406fb-009e-4a21-94cc-80eb973b0b54} <Trace> oximeter.fields_u16 (c87e8bb9-f232-425e-8fb5-4314e9db9d1f): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2890 | 2024.02.29 22:29:43.192160 [ 3 ] {533406fb-009e-4a21-94cc-80eb973b0b54} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001405 sec., 1423.4875444839859 rows/sec., 99.39 KiB/sec. | ||
| 2891 | 2024.02.29 22:29:43.192186 [ 19 ] {} <Debug> oximeter.fields_u16 (c87e8bb9-f232-425e-8fb5-4314e9db9d1f) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2892 | 2024.02.29 22:29:43.192296 [ 19 ] {} <Trace> oximeter.fields_u16 (c87e8bb9-f232-425e-8fb5-4314e9db9d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2893 | 2024.02.29 22:29:43.192330 [ 3 ] {533406fb-009e-4a21-94cc-80eb973b0b54} <Debug> DynamicQueryHandler: Done processing query | ||
| 2894 | 2024.02.29 22:29:43.192337 [ 19 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2895 | 2024.02.29 22:29:43.192371 [ 3 ] {533406fb-009e-4a21-94cc-80eb973b0b54} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 2896 | 2024.02.29 22:29:43.192424 [ 3 ] {} <Debug> HTTP-Session: b6a5b31f-7ca8-4dce-8069-184d2ac2e77f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2897 | 2024.02.29 22:29:43.192648 [ 187 ] {c87e8bb9-f232-425e-8fb5-4314e9db9d1f::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 | ||
| 2898 | 2024.02.29 22:29:43.192665 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 9374, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2899 | 2024.02.29 22:29:43.192769 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2900 | 2024.02.29 22:29:43.192817 [ 3 ] {} <Debug> HTTP-Session: a3a81f19-6465-4209-a828-2c842f56a6a5 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 | ||
| 2901 | 2024.02.29 22:29:43.192860 [ 3 ] {} <Debug> HTTP-Session: a3a81f19-6465-4209-a828-2c842f56a6a5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2902 | 2024.02.29 22:29:43.192903 [ 3 ] {} <Debug> HTTP-Session: a3a81f19-6465-4209-a828-2c842f56a6a5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2903 | 2024.02.29 22:29:43.192997 [ 187 ] {c87e8bb9-f232-425e-8fb5-4314e9db9d1f::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2904 | 2024.02.29 22:29:43.192999 [ 3 ] {} <Trace> HTTP-Session: a3a81f19-6465-4209-a828-2c842f56a6a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2905 | 2024.02.29 22:29:43.193057 [ 187 ] {c87e8bb9-f232-425e-8fb5-4314e9db9d1f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 2 rows starting from the beginning of the part | ||
| 2906 | 2024.02.29 22:29:43.193288 [ 3 ] {725ac220-160b-4047-95ec-2f2ebfa25e2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 2907 | 2024.02.29 22:29:43.193323 [ 187 ] {c87e8bb9-f232-425e-8fb5-4314e9db9d1f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 2 rows starting from the beginning of the part | ||
| 2908 | 2024.02.29 22:29:43.193394 [ 3 ] {725ac220-160b-4047-95ec-2f2ebfa25e2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2909 | 2024.02.29 22:29:43.193648 [ 187 ] {c87e8bb9-f232-425e-8fb5-4314e9db9d1f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part | ||
| 2910 | 2024.02.29 22:29:43.193949 [ 187 ] {c87e8bb9-f232-425e-8fb5-4314e9db9d1f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 2 rows starting from the beginning of the part | ||
| 2911 | 2024.02.29 22:29:43.194296 [ 187 ] {c87e8bb9-f232-425e-8fb5-4314e9db9d1f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part | ||
| 2912 | 2024.02.29 22:29:43.194643 [ 187 ] {c87e8bb9-f232-425e-8fb5-4314e9db9d1f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 2 rows starting from the beginning of the part | ||
| 2913 | 2024.02.29 22:29:43.194761 [ 3 ] {725ac220-160b-4047-95ec-2f2ebfa25e2a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2914 | 2024.02.29 22:29:43.195784 [ 3 ] {725ac220-160b-4047-95ec-2f2ebfa25e2a} <Trace> oximeter.fields_uuid (6010d6a8-7f84-45c4-a7fd-5027dadf2996): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2915 | 2024.02.29 22:29:43.195843 [ 3 ] {725ac220-160b-4047-95ec-2f2ebfa25e2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2916 | 2024.02.29 22:29:43.196628 [ 3 ] {725ac220-160b-4047-95ec-2f2ebfa25e2a} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 2917 | 2024.02.29 22:29:43.197380 [ 187 ] {c87e8bb9-f232-425e-8fb5-4314e9db9d1f::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 20 rows, containing 4 columns (4 merged, 0 gathered) in 0.004917796 sec., 4066.8624725385107 rows/sec., 283.97 KiB/sec. | ||
| 2918 | 2024.02.29 22:29:43.197612 [ 3 ] {725ac220-160b-4047-95ec-2f2ebfa25e2a} <Trace> oximeter.fields_uuid (6010d6a8-7f84-45c4-a7fd-5027dadf2996): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2919 | 2024.02.29 22:29:43.197658 [ 190 ] {c87e8bb9-f232-425e-8fb5-4314e9db9d1f::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2920 | 2024.02.29 22:29:43.197959 [ 3 ] {725ac220-160b-4047-95ec-2f2ebfa25e2a} <Debug> executeQuery: Read 55 rows, 4.41 KiB in 0.004823 sec., 11403.690648973668 rows/sec., 913.79 KiB/sec. | ||
| 2921 | 2024.02.29 22:29:43.198771 [ 3 ] {725ac220-160b-4047-95ec-2f2ebfa25e2a} <Debug> DynamicQueryHandler: Done processing query | ||
| 2922 | 2024.02.29 22:29:43.198821 [ 3 ] {725ac220-160b-4047-95ec-2f2ebfa25e2a} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 2923 | 2024.02.29 22:29:43.198850 [ 3 ] {} <Debug> HTTP-Session: a3a81f19-6465-4209-a828-2c842f56a6a5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2924 | 2024.02.29 22:29:43.199007 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 257, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2925 | 2024.02.29 22:29:43.199033 [ 190 ] {c87e8bb9-f232-425e-8fb5-4314e9db9d1f::all_1_6_1} <Trace> oximeter.fields_u16 (c87e8bb9-f232-425e-8fb5-4314e9db9d1f): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2926 | 2024.02.29 22:29:43.199081 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2927 | 2024.02.29 22:29:43.199121 [ 3 ] {} <Debug> HTTP-Session: 8bf48cea-ac18-4994-b0cb-3afab42bb6e6 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 | ||
| 2928 | 2024.02.29 22:29:43.199165 [ 3 ] {} <Debug> HTTP-Session: 8bf48cea-ac18-4994-b0cb-3afab42bb6e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2929 | 2024.02.29 22:29:43.199188 [ 3 ] {} <Debug> HTTP-Session: 8bf48cea-ac18-4994-b0cb-3afab42bb6e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2930 | 2024.02.29 22:29:43.199210 [ 190 ] {c87e8bb9-f232-425e-8fb5-4314e9db9d1f::all_1_6_1} <Trace> oximeter.fields_u16 (c87e8bb9-f232-425e-8fb5-4314e9db9d1f) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2931 | 2024.02.29 22:29:43.199243 [ 3 ] {} <Trace> HTTP-Session: 8bf48cea-ac18-4994-b0cb-3afab42bb6e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2932 | 2024.02.29 22:29:43.199379 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 2933 | 2024.02.29 22:29:43.199390 [ 3 ] {f4599973-533d-4192-bf11-1b3000e5c16a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 2934 | 2024.02.29 22:29:43.199460 [ 3 ] {f4599973-533d-4192-bf11-1b3000e5c16a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2935 | 2024.02.29 22:29:43.199636 [ 3 ] {f4599973-533d-4192-bf11-1b3000e5c16a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2936 | 2024.02.29 22:29:43.199974 [ 3 ] {f4599973-533d-4192-bf11-1b3000e5c16a} <Trace> oximeter.measurements_cumulativeu64 (dc28e417-a057-497c-8c56-1262aaf856dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2937 | 2024.02.29 22:29:43.200011 [ 3 ] {f4599973-533d-4192-bf11-1b3000e5c16a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2938 | 2024.02.29 22:29:43.200394 [ 3 ] {f4599973-533d-4192-bf11-1b3000e5c16a} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2939 | 2024.02.29 22:29:43.200747 [ 3 ] {f4599973-533d-4192-bf11-1b3000e5c16a} <Trace> oximeter.measurements_cumulativeu64 (dc28e417-a057-497c-8c56-1262aaf856dd): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2940 | 2024.02.29 22:29:43.200905 [ 3 ] {f4599973-533d-4192-bf11-1b3000e5c16a} <Debug> executeQuery: Read 1 rows, 72.00 B in 0.001571 sec., 636.5372374283896 rows/sec., 44.76 KiB/sec. | ||
| 2941 | 2024.02.29 22:29:43.201066 [ 3 ] {f4599973-533d-4192-bf11-1b3000e5c16a} <Debug> DynamicQueryHandler: Done processing query | ||
| 2942 | 2024.02.29 22:29:43.201090 [ 3 ] {f4599973-533d-4192-bf11-1b3000e5c16a} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 2943 | 2024.02.29 22:29:43.201107 [ 3 ] {} <Debug> HTTP-Session: 8bf48cea-ac18-4994-b0cb-3afab42bb6e6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2944 | 2024.02.29 22:29:43.201293 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 56704, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2945 | 2024.02.29 22:29:43.201340 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2946 | 2024.02.29 22:29:43.201359 [ 3 ] {} <Debug> HTTP-Session: ccadd025-51cb-4e45-a3aa-7c50a4c81cb5 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 | ||
| 2947 | 2024.02.29 22:29:43.201376 [ 3 ] {} <Debug> HTTP-Session: ccadd025-51cb-4e45-a3aa-7c50a4c81cb5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2948 | 2024.02.29 22:29:43.201389 [ 3 ] {} <Debug> HTTP-Session: ccadd025-51cb-4e45-a3aa-7c50a4c81cb5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2949 | 2024.02.29 22:29:43.201419 [ 3 ] {} <Trace> HTTP-Session: ccadd025-51cb-4e45-a3aa-7c50a4c81cb5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2950 | 2024.02.29 22:29:43.201792 [ 3 ] {314b749e-99ff-48ef-bc41-f0c320d7ec49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 2951 | 2024.02.29 22:29:43.201838 [ 3 ] {314b749e-99ff-48ef-bc41-f0c320d7ec49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 2952 | 2024.02.29 22:29:43.202000 [ 3 ] {314b749e-99ff-48ef-bc41-f0c320d7ec49} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2953 | 2024.02.29 22:29:43.202601 [ 3 ] {314b749e-99ff-48ef-bc41-f0c320d7ec49} <Trace> oximeter.measurements_histogramf64 (d93b2b73-b11f-4e5a-9b26-3d25ff9942ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2954 | 2024.02.29 22:29:43.202639 [ 3 ] {314b749e-99ff-48ef-bc41-f0c320d7ec49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2955 | 2024.02.29 22:29:43.203082 [ 3 ] {314b749e-99ff-48ef-bc41-f0c320d7ec49} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 2956 | 2024.02.29 22:29:43.203425 [ 3 ] {314b749e-99ff-48ef-bc41-f0c320d7ec49} <Trace> oximeter.measurements_histogramf64 (d93b2b73-b11f-4e5a-9b26-3d25ff9942ee): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2957 | 2024.02.29 22:29:43.203594 [ 3 ] {314b749e-99ff-48ef-bc41-f0c320d7ec49} <Debug> executeQuery: Read 53 rows, 73.24 KiB in 0.002112 sec., 25094.696969696968 rows/sec., 33.86 MiB/sec. | ||
| 2958 | 2024.02.29 22:29:43.203724 [ 3 ] {314b749e-99ff-48ef-bc41-f0c320d7ec49} <Debug> DynamicQueryHandler: Done processing query | ||
| 2959 | 2024.02.29 22:29:43.203749 [ 3 ] {314b749e-99ff-48ef-bc41-f0c320d7ec49} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 2960 | 2024.02.29 22:29:43.203764 [ 3 ] {} <Debug> HTTP-Session: ccadd025-51cb-4e45-a3aa-7c50a4c81cb5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2961 | 2024.02.29 22:29:51.389697 [ 150 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2962 | 2024.02.29 22:29:51.389770 [ 150 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2963 | 2024.02.29 22:29:53.179740 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 7654, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2964 | 2024.02.29 22:29:53.179869 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2965 | 2024.02.29 22:29:53.179898 [ 3 ] {} <Debug> HTTP-Session: 292915e0-4dd6-432e-8de9-5a3a761cb6db Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 | ||
| 2966 | 2024.02.29 22:29:53.179929 [ 3 ] {} <Debug> HTTP-Session: 292915e0-4dd6-432e-8de9-5a3a761cb6db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2967 | 2024.02.29 22:29:53.179947 [ 3 ] {} <Debug> HTTP-Session: 292915e0-4dd6-432e-8de9-5a3a761cb6db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2968 | 2024.02.29 22:29:53.180002 [ 3 ] {} <Trace> HTTP-Session: 292915e0-4dd6-432e-8de9-5a3a761cb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2969 | 2024.02.29 22:29:53.180148 [ 3 ] {ba44037c-356b-43d8-949b-16c75398b69a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 2970 | 2024.02.29 22:29:53.180216 [ 3 ] {ba44037c-356b-43d8-949b-16c75398b69a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 2971 | 2024.02.29 22:29:53.180412 [ 3 ] {ba44037c-356b-43d8-949b-16c75398b69a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2972 | 2024.02.29 22:29:53.181005 [ 3 ] {ba44037c-356b-43d8-949b-16c75398b69a} <Trace> oximeter.fields_i64 (93a397b9-9146-4a5e-92b4-bf5ddd8f2458): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2973 | 2024.02.29 22:29:53.181058 [ 3 ] {ba44037c-356b-43d8-949b-16c75398b69a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2974 | 2024.02.29 22:29:53.181464 [ 3 ] {ba44037c-356b-43d8-949b-16c75398b69a} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 2975 | 2024.02.29 22:29:53.181822 [ 3 ] {ba44037c-356b-43d8-949b-16c75398b69a} <Trace> oximeter.fields_i64 (93a397b9-9146-4a5e-92b4-bf5ddd8f2458): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2976 | 2024.02.29 22:29:53.181992 [ 3 ] {ba44037c-356b-43d8-949b-16c75398b69a} <Debug> executeQuery: Read 53 rows, 4.30 KiB in 0.001909 sec., 27763.226820324777 rows/sec., 2.20 MiB/sec. | ||
| 2977 | 2024.02.29 22:29:53.182006 [ 150 ] {} <Debug> oximeter.fields_i64 (93a397b9-9146-4a5e-92b4-bf5ddd8f2458) (MergerMutator): Selected 5 parts from all_1_15_3 to all_19_19_0 | ||
| 2978 | 2024.02.29 22:29:53.182104 [ 150 ] {} <Trace> oximeter.fields_i64 (93a397b9-9146-4a5e-92b4-bf5ddd8f2458): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2979 | 2024.02.29 22:29:53.182159 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2980 | 2024.02.29 22:29:53.182232 [ 3 ] {ba44037c-356b-43d8-949b-16c75398b69a} <Debug> DynamicQueryHandler: Done processing query | ||
| 2981 | 2024.02.29 22:29:53.182299 [ 3 ] {ba44037c-356b-43d8-949b-16c75398b69a} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 2982 | 2024.02.29 22:29:53.182372 [ 3 ] {} <Debug> HTTP-Session: 292915e0-4dd6-432e-8de9-5a3a761cb6db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2983 | 2024.02.29 22:29:53.182457 [ 188 ] {93a397b9-9146-4a5e-92b4-bf5ddd8f2458::all_1_19_4} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_15_3 to all_19_19_0 into Compact with storage Full | ||
| 2984 | 2024.02.29 22:29:53.182613 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 25439, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2985 | 2024.02.29 22:29:53.182704 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 2986 | 2024.02.29 22:29:53.182737 [ 3 ] {} <Debug> HTTP-Session: 17877794-839b-4dae-ac92-dbfb9b302b44 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 | ||
| 2987 | 2024.02.29 22:29:53.182750 [ 188 ] {93a397b9-9146-4a5e-92b4-bf5ddd8f2458::all_1_19_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2988 | 2024.02.29 22:29:53.182762 [ 3 ] {} <Debug> HTTP-Session: 17877794-839b-4dae-ac92-dbfb9b302b44 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2989 | 2024.02.29 22:29:53.182784 [ 3 ] {} <Debug> HTTP-Session: 17877794-839b-4dae-ac92-dbfb9b302b44 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2990 | 2024.02.29 22:29:53.182794 [ 188 ] {93a397b9-9146-4a5e-92b4-bf5ddd8f2458::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 53 rows starting from the beginning of the part | ||
| 2991 | 2024.02.29 22:29:53.182830 [ 3 ] {} <Trace> HTTP-Session: 17877794-839b-4dae-ac92-dbfb9b302b44 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2992 | 2024.02.29 22:29:53.182967 [ 188 ] {93a397b9-9146-4a5e-92b4-bf5ddd8f2458::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 53 rows starting from the beginning of the part | ||
| 2993 | 2024.02.29 22:29:53.183060 [ 3 ] {89a988d1-bd88-4024-b68e-a2b3e354dcfc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 2994 | 2024.02.29 22:29:53.183244 [ 3 ] {89a988d1-bd88-4024-b68e-a2b3e354dcfc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2995 | 2024.02.29 22:29:53.183349 [ 188 ] {93a397b9-9146-4a5e-92b4-bf5ddd8f2458::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 53 rows starting from the beginning of the part | ||
| 2996 | 2024.02.29 22:29:53.183653 [ 188 ] {93a397b9-9146-4a5e-92b4-bf5ddd8f2458::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 53 rows starting from the beginning of the part | ||
| 2997 | 2024.02.29 22:29:53.183984 [ 188 ] {93a397b9-9146-4a5e-92b4-bf5ddd8f2458::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 53 rows starting from the beginning of the part | ||
| 2998 | 2024.02.29 22:29:53.184270 [ 3 ] {89a988d1-bd88-4024-b68e-a2b3e354dcfc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2999 | 2024.02.29 22:29:53.185056 [ 3 ] {89a988d1-bd88-4024-b68e-a2b3e354dcfc} <Trace> oximeter.fields_string (374fb4b9-0ca1-4f9f-97a7-755b09e4f649): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3000 | 2024.02.29 22:29:53.185105 [ 3 ] {89a988d1-bd88-4024-b68e-a2b3e354dcfc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 3001 | 2024.02.29 22:29:53.185705 [ 3 ] {89a988d1-bd88-4024-b68e-a2b3e354dcfc} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3002 | 2024.02.29 22:29:53.185823 [ 188 ] {93a397b9-9146-4a5e-92b4-bf5ddd8f2458::all_1_19_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 265 rows, containing 4 columns (4 merged, 0 gathered) in 0.003562901 sec., 74377.5928660381 rows/sec., 5.89 MiB/sec. | ||
| 3003 | 2024.02.29 22:29:53.185986 [ 188 ] {93a397b9-9146-4a5e-92b4-bf5ddd8f2458::all_1_19_4} <Trace> MergedBlockOutputStream: filled checksums all_1_19_4 (state Temporary) | ||
| 3004 | 2024.02.29 22:29:53.186224 [ 3 ] {89a988d1-bd88-4024-b68e-a2b3e354dcfc} <Trace> oximeter.fields_string (374fb4b9-0ca1-4f9f-97a7-755b09e4f649): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3005 | 2024.02.29 22:29:53.186499 [ 3 ] {89a988d1-bd88-4024-b68e-a2b3e354dcfc} <Debug> executeQuery: Read 159 rows, 15.71 KiB in 0.003603 sec., 44129.89175686928 rows/sec., 4.26 MiB/sec. | ||
| 3006 | 2024.02.29 22:29:53.186712 [ 188 ] {93a397b9-9146-4a5e-92b4-bf5ddd8f2458::all_1_19_4} <Trace> oximeter.fields_i64 (93a397b9-9146-4a5e-92b4-bf5ddd8f2458): Renaming temporary part tmp_merge_all_1_19_4 to all_1_19_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3007 | 2024.02.29 22:29:53.186977 [ 3 ] {89a988d1-bd88-4024-b68e-a2b3e354dcfc} <Debug> DynamicQueryHandler: Done processing query | ||
| 3008 | 2024.02.29 22:29:53.187060 [ 3 ] {89a988d1-bd88-4024-b68e-a2b3e354dcfc} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
| 3009 | 2024.02.29 22:29:53.187093 [ 188 ] {93a397b9-9146-4a5e-92b4-bf5ddd8f2458::all_1_19_4} <Trace> oximeter.fields_i64 (93a397b9-9146-4a5e-92b4-bf5ddd8f2458) (MergerMutator): Merged 5 parts: [all_1_15_3, all_19_19_0] -> all_1_19_4 | ||
| 3010 | 2024.02.29 22:29:53.187143 [ 3 ] {} <Debug> HTTP-Session: 17877794-839b-4dae-ac92-dbfb9b302b44 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3011 | 2024.02.29 22:29:53.187348 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 3012 | 2024.02.29 22:29:53.187421 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 9033, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3013 | 2024.02.29 22:29:53.187473 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 3014 | 2024.02.29 22:29:53.187493 [ 3 ] {} <Debug> HTTP-Session: fd1edb7f-3721-4598-a761-ec34cc317058 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 | ||
| 3015 | 2024.02.29 22:29:53.187511 [ 3 ] {} <Debug> HTTP-Session: fd1edb7f-3721-4598-a761-ec34cc317058 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3016 | 2024.02.29 22:29:53.187525 [ 3 ] {} <Debug> HTTP-Session: fd1edb7f-3721-4598-a761-ec34cc317058 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3017 | 2024.02.29 22:29:53.187559 [ 3 ] {} <Trace> HTTP-Session: fd1edb7f-3721-4598-a761-ec34cc317058 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3018 | 2024.02.29 22:29:53.187660 [ 3 ] {382e96fe-5e67-4319-8909-898dbc961f98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 3019 | 2024.02.29 22:29:53.187704 [ 3 ] {382e96fe-5e67-4319-8909-898dbc961f98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3020 | 2024.02.29 22:29:53.187854 [ 3 ] {382e96fe-5e67-4319-8909-898dbc961f98} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3021 | 2024.02.29 22:29:53.188182 [ 3 ] {382e96fe-5e67-4319-8909-898dbc961f98} <Trace> oximeter.fields_uuid (6010d6a8-7f84-45c4-a7fd-5027dadf2996): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3022 | 2024.02.29 22:29:53.188220 [ 3 ] {382e96fe-5e67-4319-8909-898dbc961f98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 3023 | 2024.02.29 22:29:53.188532 [ 3 ] {382e96fe-5e67-4319-8909-898dbc961f98} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3024 | 2024.02.29 22:29:53.188847 [ 3 ] {382e96fe-5e67-4319-8909-898dbc961f98} <Trace> oximeter.fields_uuid (6010d6a8-7f84-45c4-a7fd-5027dadf2996): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3025 | 2024.02.29 22:29:53.188991 [ 3 ] {382e96fe-5e67-4319-8909-898dbc961f98} <Debug> executeQuery: Read 53 rows, 4.24 KiB in 0.001375 sec., 38545.454545454544 rows/sec., 3.01 MiB/sec. | ||
| 3026 | 2024.02.29 22:29:53.189253 [ 3 ] {382e96fe-5e67-4319-8909-898dbc961f98} <Debug> DynamicQueryHandler: Done processing query | ||
| 3027 | 2024.02.29 22:29:53.189300 [ 3 ] {382e96fe-5e67-4319-8909-898dbc961f98} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 3028 | 2024.02.29 22:29:53.189319 [ 3 ] {} <Debug> HTTP-Session: fd1edb7f-3721-4598-a761-ec34cc317058 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3029 | 2024.02.29 22:29:53.189490 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 56704, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3030 | 2024.02.29 22:29:53.189540 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
| 3031 | 2024.02.29 22:29:53.189559 [ 3 ] {} <Debug> HTTP-Session: 3a066007-1e58-4a8d-beb4-befecda78532 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 | ||
| 3032 | 2024.02.29 22:29:53.189576 [ 3 ] {} <Debug> HTTP-Session: 3a066007-1e58-4a8d-beb4-befecda78532 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3033 | 2024.02.29 22:29:53.189589 [ 3 ] {} <Debug> HTTP-Session: 3a066007-1e58-4a8d-beb4-befecda78532 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3034 | 2024.02.29 22:29:53.189621 [ 3 ] {} <Trace> HTTP-Session: 3a066007-1e58-4a8d-beb4-befecda78532 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3035 | 2024.02.29 22:29:53.189979 [ 3 ] {b4f554e0-6223-44e2-b3d1-5fbbd0d2a828} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 3036 | 2024.02.29 22:29:53.190030 [ 3 ] {b4f554e0-6223-44e2-b3d1-5fbbd0d2a828} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 3037 | 2024.02.29 22:29:53.190218 [ 3 ] {b4f554e0-6223-44e2-b3d1-5fbbd0d2a828} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3038 | 2024.02.29 22:29:53.190852 [ 3 ] {b4f554e0-6223-44e2-b3d1-5fbbd0d2a828} <Trace> oximeter.measurements_histogramf64 (d93b2b73-b11f-4e5a-9b26-3d25ff9942ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3039 | 2024.02.29 22:29:53.190890 [ 3 ] {b4f554e0-6223-44e2-b3d1-5fbbd0d2a828} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 3040 | 2024.02.29 22:29:53.191339 [ 3 ] {b4f554e0-6223-44e2-b3d1-5fbbd0d2a828} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3041 | 2024.02.29 22:29:53.191685 [ 3 ] {b4f554e0-6223-44e2-b3d1-5fbbd0d2a828} <Trace> oximeter.measurements_histogramf64 (d93b2b73-b11f-4e5a-9b26-3d25ff9942ee): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3042 | 2024.02.29 22:29:53.191861 [ 3 ] {b4f554e0-6223-44e2-b3d1-5fbbd0d2a828} <Debug> executeQuery: Read 53 rows, 73.24 KiB in 0.002177 sec., 24345.42949012402 rows/sec., 32.85 MiB/sec. | ||
| 3043 | 2024.02.29 22:29:53.192002 [ 3 ] {b4f554e0-6223-44e2-b3d1-5fbbd0d2a828} <Debug> DynamicQueryHandler: Done processing query | ||
| 3044 | 2024.02.29 22:29:53.192027 [ 3 ] {b4f554e0-6223-44e2-b3d1-5fbbd0d2a828} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 3045 | 2024.02.29 22:29:53.192043 [ 3 ] {} <Debug> HTTP-Session: 3a066007-1e58-4a8d-beb4-befecda78532 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||