1 | [ Mar 11 14:39:06 Enabled. ] | ||
2 | [ Mar 11 14:39:06 Rereading configuration. ] | ||
3 | [ Mar 11 14:39:08 Rereading configuration. ] | ||
4 | [ Mar 11 14:39:19 Executing start method ("/opt/oxide/lib/svc/manifest/clickhouse.sh"). ] | ||
5 | + set -o errexit | ||
6 | + set -o pipefail | ||
7 | + . /lib/svc/share/smf_include.sh | ||
8 | ++ SMF_EXIT_OK=0 | ||
9 | ++ SMF_EXIT_NODAEMON=94 | ||
10 | ++ SMF_EXIT_ERR_FATAL=95 | ||
11 | ++ SMF_EXIT_ERR_CONFIG=96 | ||
12 | ++ SMF_EXIT_MON_DEGRADE=97 | ||
13 | ++ SMF_EXIT_MON_OFFLINE=98 | ||
14 | ++ SMF_EXIT_ERR_NOSMF=99 | ||
15 | ++ SMF_EXIT_ERR_PERM=100 | ||
16 | ++ svcprop -c -p config/listen_addr svc:/oxide/clickhouse:default | ||
17 | + LISTEN_ADDR=fd00:1122:3344:101::e | ||
18 | ++ svcprop -c -p config/listen_port svc:/oxide/clickhouse:default | ||
19 | + LISTEN_PORT=8123 | ||
20 | ++ svcprop -c -p config/store svc:/oxide/clickhouse:default | ||
21 | + DATASTORE=/data | ||
22 | + single_node=true | ||
23 | + command=() | ||
24 | + true | ||
25 | + command+=("/opt/oxide/clickhouse/clickhouse" "server" "--log-file" "/var/tmp/clickhouse-server.log" "--errorlog-file" "/var/tmp/clickhouse-server.errlog" "--" "--path" "${DATASTORE}" "--listen_host" "$LISTEN_ADDR" "--http_port" "$LISTEN_PORT") | ||
26 | + exec /opt/oxide/clickhouse/clickhouse server --log-file /var/tmp/clickhouse-server.log --errorlog-file /var/tmp/clickhouse-server.errlog -- --path /data --listen_host fd00:1122:3344:101::e --http_port 8123 | ||
27 | [ Mar 11 14:39:19 Method "start" exited with status 0. ] | ||
28 | Processing configuration file 'config.xml'. | ||
29 | There is no file 'config.xml', will use embedded config. | ||
30 | Logging trace to /var/tmp/clickhouse-server.log | ||
31 | Logging errors to /var/tmp/clickhouse-server.errlog | ||
32 | 2024.03.11 14:39:20.749177 [ 1 ] {} <Information> Application: Will watch for the process with pid 23187 | ||
33 | 2024.03.11 14:39:20.749659 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
34 | 2024.03.11 14:39:21.012091 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 23187 | ||
35 | 2024.03.11 14:39:21.012893 [ 1 ] {} <Information> Application: starting up | ||
36 | 2024.03.11 14:39:21.013656 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
37 | 2024.03.11 14:39:21.113126 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
38 | 2024.03.11 14:39:21.131402 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
39 | 2024.03.11 14:39:21.131448 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
40 | 2024.03.11 14:39:21.131465 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
41 | 2024.03.11 14:39:21.131532 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
42 | 2024.03.11 14:39:21.131893 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
43 | 2024.03.11 14:39:21.133646 [ 1 ] {} <Debug> ConfigReloader: Loading config 'config.xml' | ||
44 | Processing configuration file 'config.xml'. | ||
45 | There is no file 'config.xml', will use embedded config. | ||
46 | Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. | ||
47 | 2024.03.11 14:39:21.134133 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performing update on configuration | ||
48 | 2024.03.11 14:39:21.135031 [ 1 ] {} <Information> Application: Setting max_server_memory_usage was set to 86.29 GiB (95.88 GiB available * 0.90 max_server_memory_usage_to_ram_ratio) | ||
49 | 2024.03.11 14:39:21.135062 [ 1 ] {} <Information> Application: Setting merges_mutations_memory_usage_soft_limit was set to 47.94 GiB (95.88 GiB available * 0.50 merges_mutations_memory_usage_to_ram_ratio) | ||
50 | 2024.03.11 14:39:21.135076 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
51 | 2024.03.11 14:39:21.135251 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
52 | 2024.03.11 14:39:21.136151 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
53 | 2024.03.11 14:39:21.142202 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
54 | 2024.03.11 14:39:21.142972 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
55 | 2024.03.11 14:39:21.144344 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
56 | 2024.03.11 14:39:21.144409 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performed update on configuration | ||
57 | 2024.03.11 14:39:21.145977 [ 1 ] {} <Debug> ConfigReloader: Loading config 'config.xml' | ||
58 | Processing configuration file 'config.xml'. | ||
59 | There is no file 'config.xml', will use embedded config. | ||
60 | Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. | ||
61 | 2024.03.11 14:39:21.146261 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performing update on configuration | ||
62 | 2024.03.11 14:39:21.150946 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performed update on configuration | ||
63 | 2024.03.11 14:39:21.151425 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: config.xml | ||
64 | 2024.03.11 14:39:21.152948 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
65 | 2024.03.11 14:39:21.153307 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
66 | 2024.03.11 14:39:21.153662 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
67 | 2024.03.11 14:39:21.154015 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
68 | 2024.03.11 14:39:21.155409 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
69 | 2024.03.11 14:39:21.155435 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
70 | 2024.03.11 14:39:21.155529 [ 145 ] {} <Debug> DNSResolver: Updating DNS cache | ||
71 | 2024.03.11 14:39:21.155676 [ 145 ] {} <Debug> DNSResolver: Updated DNS cache | ||
72 | 2024.03.11 14:39:21.164079 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
73 | 2024.03.11 14:39:21.164128 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000172193 sec | ||
74 | 2024.03.11 14:39:21.164167 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
75 | 2024.03.11 14:39:21.164181 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
76 | 2024.03.11 14:39:21.165429 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
77 | 2024.03.11 14:39:21.166592 [ 1 ] {} <Debug> SystemLog: Not creating system.query_log since corresponding section 'query_log' is missing from config | ||
78 | 2024.03.11 14:39:21.166619 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
79 | 2024.03.11 14:39:21.166650 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
80 | 2024.03.11 14:39:21.166665 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
81 | 2024.03.11 14:39:21.166677 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
82 | 2024.03.11 14:39:21.166709 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
83 | 2024.03.11 14:39:21.166722 [ 1 ] {} <Debug> SystemLog: Not creating system.metric_log since corresponding section 'metric_log' is missing from config | ||
84 | 2024.03.11 14:39:21.166736 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
85 | 2024.03.11 14:39:21.166770 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
86 | 2024.03.11 14:39:21.166783 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_metric_log since corresponding section 'asynchronous_metric_log' is missing from config | ||
87 | 2024.03.11 14:39:21.166799 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
88 | 2024.03.11 14:39:21.166826 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
89 | 2024.03.11 14:39:21.166865 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
90 | 2024.03.11 14:39:21.166880 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
91 | 2024.03.11 14:39:21.166898 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
92 | 2024.03.11 14:39:21.166925 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
93 | 2024.03.11 14:39:21.166941 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
94 | 2024.03.11 14:39:21.204876 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
95 | 2024.03.11 14:39:21.206278 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
96 | 2024.03.11 14:39:21.206315 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.7161e-05 sec | ||
97 | 2024.03.11 14:39:21.206330 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
98 | 2024.03.11 14:39:21.206347 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
99 | 2024.03.11 14:39:21.206373 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
100 | 2024.03.11 14:39:21.206553 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
101 | 2024.03.11 14:39:21.206598 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
102 | 2024.03.11 14:39:21.206612 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
103 | 2024.03.11 14:39:21.206632 [ 1 ] {} <Information> Application: Query Profiler and TraceCollector are disabled because they require PHDR cache to be created (otherwise the function 'dl_iterate_phdr' is not lock free and not async-signal safe). | ||
104 | 2024.03.11 14:39:21.206644 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
105 | 2024.03.11 14:39:21.267988 [ 1 ] {} <Trace> MySQLHandlerFactory: Failed to create SSL context. SSL will be disabled. Error: Poco::Exception. Code: 1000, e.code() = 0, SSL Exception: Configuration error: no certificate file has been specified (version 23.8.7.1) | ||
106 | 2024.03.11 14:39:22.011310 [ 1 ] {} <Trace> MySQLHandlerFactory: Failed to read RSA key pair from server certificate. Error: Code: 139. DB::Exception: Certificate file is not set. (NO_ELEMENTS_IN_CONFIG) (version 23.8.7.1) | ||
107 | 2024.03.11 14:39:22.011359 [ 1 ] {} <Trace> MySQLHandlerFactory: Generating new RSA key pair. | ||
108 | 2024.03.11 14:39:22.080062 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
109 | 2024.03.11 14:39:22.080285 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 9.87 MiB, peak 16.07 MiB, free memory in arenas 0.00 B, will set to 157.07 MiB (RSS), difference: 147.21 MiB | ||
110 | 2024.03.11 14:39:22.081184 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.2221e-05 sec. | ||
111 | 2024.03.11 14:39:22.081546 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
112 | 2024.03.11 14:39:22.081608 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
113 | 2024.03.11 14:39:22.081675 [ 1 ] {} <Information> Application: Listening for MySQL compatibility protocol: [fd00:1122:3344:101::e]:9004 | ||
114 | 2024.03.11 14:39:22.081695 [ 1 ] {} <Information> Application: Ready for connections. | ||
115 | 2024.03.11 14:39:23.269628 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52115, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
116 | 2024.03.11 14:39:23.269838 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
117 | 2024.03.11 14:39:23.269871 [ 3 ] {} <Debug> HTTP-Session: 3e03b489-a79e-4348-9656-e9ef86525cd1 Authenticating user 'default' from [fd00:1122:3344:101::d]:52115 | ||
118 | 2024.03.11 14:39:23.269900 [ 3 ] {} <Debug> HTTP-Session: 3e03b489-a79e-4348-9656-e9ef86525cd1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
119 | 2024.03.11 14:39:23.269919 [ 3 ] {} <Debug> HTTP-Session: 3e03b489-a79e-4348-9656-e9ef86525cd1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
120 | 2024.03.11 14:39:23.270002 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
121 | 2024.03.11 14:39:23.270036 [ 3 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
122 | 2024.03.11 14:39:23.270060 [ 3 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
123 | 2024.03.11 14:39:23.270123 [ 3 ] {} <Trace> HTTP-Session: 3e03b489-a79e-4348-9656-e9ef86525cd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
124 | 2024.03.11 14:39:23.271076 [ 3 ] {3d7a5775-791d-452a-a7e6-c5163e0477f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52115) SELECT MAX(value) FROM oximeter.version; (stage: Complete) | ||
125 | 2024.03.11 14:39:23.310657 [ 3 ] {3d7a5775-791d-452a-a7e6-c5163e0477f8} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:52115) (in query: SELECT MAX(value) FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
126 | |||
127 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
128 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
129 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
130 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
131 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
132 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
133 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
134 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
135 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
136 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
137 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
138 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
139 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
140 | 13. DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr<DB::Context>, std::function<void (DB::QueryResultDetails const&)>, std::optional<DB::FormatSettings> const&) @ 0x000000001518d019 in /opt/oxide/clickhouse/clickhouse | ||
141 | 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse | ||
142 | 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse | ||
143 | 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse | ||
144 | 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
145 | 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
146 | 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
147 | 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
148 | 21. _thrp_setup @ 0x0000000000113667 in /system/lib/amd64/libc.so.1 | ||
149 | |||
150 | 2024.03.11 14:39:23.311368 [ 3 ] {3d7a5775-791d-452a-a7e6-c5163e0477f8} <Error> DynamicQueryHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
151 | |||
152 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
153 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
154 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
155 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
156 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
157 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
158 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
159 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
160 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
161 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
162 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
163 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
164 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
165 | 13. DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr<DB::Context>, std::function<void (DB::QueryResultDetails const&)>, std::optional<DB::FormatSettings> const&) @ 0x000000001518d019 in /opt/oxide/clickhouse/clickhouse | ||
166 | 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse | ||
167 | 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse | ||
168 | 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse | ||
169 | 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
170 | 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
171 | 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
172 | 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
173 | 21. _thrp_setup @ 0x0000000000113667 in /system/lib/amd64/libc.so.1 | ||
174 | (version 23.8.7.1) | ||
175 | 2024.03.11 14:39:23.311562 [ 3 ] {} <Debug> HTTP-Session: 3e03b489-a79e-4348-9656-e9ef86525cd1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
176 | 2024.03.11 14:39:23.311901 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52115, User-Agent: (none), Length: 33, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
177 | 2024.03.11 14:39:23.311966 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
178 | 2024.03.11 14:39:23.311991 [ 3 ] {} <Debug> HTTP-Session: bcd3d54c-a803-41f2-a40d-83fe19a1d4e6 Authenticating user 'default' from [fd00:1122:3344:101::d]:52115 | ||
179 | 2024.03.11 14:39:23.312016 [ 3 ] {} <Debug> HTTP-Session: bcd3d54c-a803-41f2-a40d-83fe19a1d4e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
180 | 2024.03.11 14:39:23.312029 [ 3 ] {} <Debug> HTTP-Session: bcd3d54c-a803-41f2-a40d-83fe19a1d4e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
181 | 2024.03.11 14:39:23.312072 [ 3 ] {} <Trace> HTTP-Session: bcd3d54c-a803-41f2-a40d-83fe19a1d4e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
182 | 2024.03.11 14:39:23.313149 [ 3 ] {11e7e165-8b96-4f3d-aafc-33fff7ca7752} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52115) SHOW CLUSTERS FORMAT JSONEachRow; (stage: Complete) | ||
183 | 2024.03.11 14:39:23.313260 [ 3 ] {11e7e165-8b96-4f3d-aafc-33fff7ca7752} <Debug> executeQuery: (internal) SELECT DISTINCT cluster FROM system.clusters ORDER BY cluster (stage: Complete) | ||
184 | 2024.03.11 14:39:23.315346 [ 3 ] {11e7e165-8b96-4f3d-aafc-33fff7ca7752} <Trace> ContextAccess (default): Access granted: SELECT(cluster) ON system.clusters | ||
185 | 2024.03.11 14:39:23.318208 [ 3 ] {11e7e165-8b96-4f3d-aafc-33fff7ca7752} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
186 | 2024.03.11 14:39:23.324196 [ 3 ] {11e7e165-8b96-4f3d-aafc-33fff7ca7752} <Debug> DynamicQueryHandler: Done processing query | ||
187 | 2024.03.11 14:39:23.324234 [ 3 ] {11e7e165-8b96-4f3d-aafc-33fff7ca7752} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
188 | 2024.03.11 14:39:23.324251 [ 3 ] {} <Debug> HTTP-Session: bcd3d54c-a803-41f2-a40d-83fe19a1d4e6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
189 | 2024.03.11 14:39:23.324404 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52115, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
190 | 2024.03.11 14:39:23.324458 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
191 | 2024.03.11 14:39:23.324480 [ 3 ] {} <Debug> HTTP-Session: 186c508f-bc41-40f9-a5dd-e29a7b784254 Authenticating user 'default' from [fd00:1122:3344:101::d]:52115 | ||
192 | 2024.03.11 14:39:23.324496 [ 3 ] {} <Debug> HTTP-Session: 186c508f-bc41-40f9-a5dd-e29a7b784254 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
193 | 2024.03.11 14:39:23.324512 [ 3 ] {} <Debug> HTTP-Session: 186c508f-bc41-40f9-a5dd-e29a7b784254 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
194 | 2024.03.11 14:39:23.324546 [ 3 ] {} <Trace> HTTP-Session: 186c508f-bc41-40f9-a5dd-e29a7b784254 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
195 | 2024.03.11 14:39:23.324630 [ 3 ] {d791f6d2-b880-4a49-8099-f1f72b36a003} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52115) SELECT MAX(value) FROM oximeter.version; (stage: Complete) | ||
196 | 2024.03.11 14:39:23.324879 [ 3 ] {d791f6d2-b880-4a49-8099-f1f72b36a003} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:52115) (in query: SELECT MAX(value) FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
197 | |||
198 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
199 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
200 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
201 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
202 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
203 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
204 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
205 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
206 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
207 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
208 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
209 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
210 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
211 | 13. DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr<DB::Context>, std::function<void (DB::QueryResultDetails const&)>, std::optional<DB::FormatSettings> const&) @ 0x000000001518d019 in /opt/oxide/clickhouse/clickhouse | ||
212 | 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse | ||
213 | 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse | ||
214 | 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse | ||
215 | 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
216 | 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
217 | 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
218 | 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
219 | 21. _thrp_setup @ 0x0000000000113667 in /system/lib/amd64/libc.so.1 | ||
220 | |||
221 | 2024.03.11 14:39:23.324994 [ 3 ] {d791f6d2-b880-4a49-8099-f1f72b36a003} <Error> DynamicQueryHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
222 | |||
223 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
224 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
225 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
226 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
227 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
228 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
229 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
230 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
231 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
232 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
233 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
234 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
235 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
236 | 13. DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr<DB::Context>, std::function<void (DB::QueryResultDetails const&)>, std::optional<DB::FormatSettings> const&) @ 0x000000001518d019 in /opt/oxide/clickhouse/clickhouse | ||
237 | 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse | ||
238 | 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse | ||
239 | 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse | ||
240 | 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
241 | 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
242 | 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
243 | 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
244 | 21. _thrp_setup @ 0x0000000000113667 in /system/lib/amd64/libc.so.1 | ||
245 | (version 23.8.7.1) | ||
246 | 2024.03.11 14:39:23.325110 [ 3 ] {} <Debug> HTTP-Session: 186c508f-bc41-40f9-a5dd-e29a7b784254 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
247 | 2024.03.11 14:39:23.325386 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52115, User-Agent: (none), Length: 32, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
248 | 2024.03.11 14:39:23.325435 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
249 | 2024.03.11 14:39:23.325454 [ 3 ] {} <Debug> HTTP-Session: 19b0f823-7a8d-4711-aeea-83b569414903 Authenticating user 'default' from [fd00:1122:3344:101::d]:52115 | ||
250 | 2024.03.11 14:39:23.325474 [ 3 ] {} <Debug> HTTP-Session: 19b0f823-7a8d-4711-aeea-83b569414903 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
251 | 2024.03.11 14:39:23.325491 [ 3 ] {} <Debug> HTTP-Session: 19b0f823-7a8d-4711-aeea-83b569414903 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
252 | 2024.03.11 14:39:23.325518 [ 3 ] {} <Trace> HTTP-Session: 19b0f823-7a8d-4711-aeea-83b569414903 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
253 | 2024.03.11 14:39:23.325654 [ 3 ] {27a70c11-d888-4bc9-857f-5bd5442cb265} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52115) DROP DATABASE IF EXISTS oximeter (stage: Complete) | ||
254 | 2024.03.11 14:39:23.325770 [ 3 ] {27a70c11-d888-4bc9-857f-5bd5442cb265} <Debug> DynamicQueryHandler: Done processing query | ||
255 | 2024.03.11 14:39:23.325793 [ 3 ] {} <Debug> HTTP-Session: 19b0f823-7a8d-4711-aeea-83b569414903 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
256 | 2024.03.11 14:39:23.325944 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52115, User-Agent: (none), Length: 38, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
257 | 2024.03.11 14:39:23.325987 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
258 | 2024.03.11 14:39:23.326003 [ 3 ] {} <Debug> HTTP-Session: 0201a78d-ddfe-4261-bb4a-23ca13aba3b0 Authenticating user 'default' from [fd00:1122:3344:101::d]:52115 | ||
259 | 2024.03.11 14:39:23.326022 [ 3 ] {} <Debug> HTTP-Session: 0201a78d-ddfe-4261-bb4a-23ca13aba3b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
260 | 2024.03.11 14:39:23.326038 [ 3 ] {} <Debug> HTTP-Session: 0201a78d-ddfe-4261-bb4a-23ca13aba3b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
261 | 2024.03.11 14:39:23.326063 [ 3 ] {} <Trace> HTTP-Session: 0201a78d-ddfe-4261-bb4a-23ca13aba3b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
262 | 2024.03.11 14:39:23.326112 [ 3 ] {d008ea3e-3d1d-468f-92b6-8c35217381b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52115) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
263 | 2024.03.11 14:39:23.326170 [ 3 ] {d008ea3e-3d1d-468f-92b6-8c35217381b4} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
264 | 2024.03.11 14:39:23.327547 [ 3 ] {d008ea3e-3d1d-468f-92b6-8c35217381b4} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
265 | 2024.03.11 14:39:23.327590 [ 3 ] {d008ea3e-3d1d-468f-92b6-8c35217381b4} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 6.6152e-05 sec | ||
266 | 2024.03.11 14:39:23.327612 [ 3 ] {d008ea3e-3d1d-468f-92b6-8c35217381b4} <Trace> ReferentialDeps: No tables | ||
267 | 2024.03.11 14:39:23.327625 [ 3 ] {d008ea3e-3d1d-468f-92b6-8c35217381b4} <Trace> LoadingDeps: No tables | ||
268 | 2024.03.11 14:39:23.327651 [ 3 ] {d008ea3e-3d1d-468f-92b6-8c35217381b4} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
269 | 2024.03.11 14:39:23.327735 [ 3 ] {d008ea3e-3d1d-468f-92b6-8c35217381b4} <Debug> DynamicQueryHandler: Done processing query | ||
270 | 2024.03.11 14:39:23.327764 [ 3 ] {} <Debug> HTTP-Session: 0201a78d-ddfe-4261-bb4a-23ca13aba3b0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
271 | 2024.03.11 14:39:23.327902 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52115, User-Agent: (none), Length: 223, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
272 | 2024.03.11 14:39:23.327956 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
273 | 2024.03.11 14:39:23.327983 [ 3 ] {} <Debug> HTTP-Session: 341cb3a2-7ac7-48b1-a9ea-8c4122c7b5b6 Authenticating user 'default' from [fd00:1122:3344:101::d]:52115 | ||
274 | 2024.03.11 14:39:23.328000 [ 3 ] {} <Debug> HTTP-Session: 341cb3a2-7ac7-48b1-a9ea-8c4122c7b5b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
275 | 2024.03.11 14:39:23.328019 [ 3 ] {} <Debug> HTTP-Session: 341cb3a2-7ac7-48b1-a9ea-8c4122c7b5b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
276 | 2024.03.11 14:39:23.328068 [ 3 ] {} <Trace> HTTP-Session: 341cb3a2-7ac7-48b1-a9ea-8c4122c7b5b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
277 | 2024.03.11 14:39:23.328175 [ 3 ] {09e4f01b-5752-4a1a-8e68-4b3ffea23c49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52115) /* The version table contains metadata about the `oximeter` database */ | ||
278 | CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) | ||
279 | 2024.03.11 14:39:23.328228 [ 3 ] {09e4f01b-5752-4a1a-8e68-4b3ffea23c49} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
280 | 2024.03.11 14:39:23.332769 [ 3 ] {09e4f01b-5752-4a1a-8e68-4b3ffea23c49} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
281 | 2024.03.11 14:39:23.333857 [ 3 ] {09e4f01b-5752-4a1a-8e68-4b3ffea23c49} <Debug> oximeter.version (3c02423e-770f-40cd-8447-902473a18218): Loading data parts | ||
282 | 2024.03.11 14:39:23.334220 [ 3 ] {09e4f01b-5752-4a1a-8e68-4b3ffea23c49} <Debug> oximeter.version (3c02423e-770f-40cd-8447-902473a18218): There are no data parts | ||
283 | 2024.03.11 14:39:23.337949 [ 3 ] {09e4f01b-5752-4a1a-8e68-4b3ffea23c49} <Debug> DynamicQueryHandler: Done processing query | ||
284 | 2024.03.11 14:39:23.337996 [ 3 ] {} <Debug> HTTP-Session: 341cb3a2-7ac7-48b1-a9ea-8c4122c7b5b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
285 | 2024.03.11 14:39:23.338150 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52115, User-Agent: (none), Length: 818, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
286 | 2024.03.11 14:39:23.338209 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
287 | 2024.03.11 14:39:23.338237 [ 3 ] {} <Debug> HTTP-Session: d8d8899d-459f-4154-9a10-eadebe1dd1c5 Authenticating user 'default' from [fd00:1122:3344:101::d]:52115 | ||
288 | 2024.03.11 14:39:23.338260 [ 3 ] {} <Debug> HTTP-Session: d8d8899d-459f-4154-9a10-eadebe1dd1c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
289 | 2024.03.11 14:39:23.338274 [ 3 ] {} <Debug> HTTP-Session: d8d8899d-459f-4154-9a10-eadebe1dd1c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
290 | 2024.03.11 14:39:23.338308 [ 3 ] {} <Trace> HTTP-Session: d8d8899d-459f-4154-9a10-eadebe1dd1c5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
291 | 2024.03.11 14:39:23.338477 [ 3 ] {da53aee9-c3ff-41d0-af08-21a8eeea9517} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52115) /* The measurement tables contain all individual samples from each timeseries. | ||
292 | * | ||
293 | * Each table stores a single datum type, and otherwise contains nearly the same | ||
294 | * structure. The primary sorting key is on the timeseries name, key, and then | ||
295 | * timestamp, so that all timeseries from the same schema are grouped, followed | ||
296 | * by all samples from the same timeseries. | ||
297 | * | ||
298 | * This reflects that one usually looks up the _key_ in one or more field table, | ||
299 | * and then uses that to index quickly into the measurements tables. | ||
300 | */ | ||
301 | CREATE TABLE IF NOT EXISTS oximeter.measurements_bool ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
302 | 2024.03.11 14:39:23.338542 [ 3 ] {da53aee9-c3ff-41d0-af08-21a8eeea9517} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
303 | 2024.03.11 14:39:23.345027 [ 3 ] {da53aee9-c3ff-41d0-af08-21a8eeea9517} <Debug> oximeter.measurements_bool (0a25cf02-3755-4a21-b73d-c1da241b3894): Loading data parts | ||
304 | 2024.03.11 14:39:23.345265 [ 3 ] {da53aee9-c3ff-41d0-af08-21a8eeea9517} <Debug> oximeter.measurements_bool (0a25cf02-3755-4a21-b73d-c1da241b3894): There are no data parts | ||
305 | 2024.03.11 14:39:23.346982 [ 3 ] {da53aee9-c3ff-41d0-af08-21a8eeea9517} <Debug> DynamicQueryHandler: Done processing query | ||
306 | 2024.03.11 14:39:23.347009 [ 3 ] {} <Debug> HTTP-Session: d8d8899d-459f-4154-9a10-eadebe1dd1c5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
307 | 2024.03.11 14:39:23.347139 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52115, User-Agent: (none), Length: 292, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
308 | 2024.03.11 14:39:23.347198 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
309 | 2024.03.11 14:39:23.347217 [ 3 ] {} <Debug> HTTP-Session: 02409af9-e448-40c8-9f02-76d68ee80b43 Authenticating user 'default' from [fd00:1122:3344:101::d]:52115 | ||
310 | 2024.03.11 14:39:23.347239 [ 3 ] {} <Debug> HTTP-Session: 02409af9-e448-40c8-9f02-76d68ee80b43 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
311 | 2024.03.11 14:39:23.347253 [ 3 ] {} <Debug> HTTP-Session: 02409af9-e448-40c8-9f02-76d68ee80b43 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
312 | 2024.03.11 14:39:23.347287 [ 3 ] {} <Trace> HTTP-Session: 02409af9-e448-40c8-9f02-76d68ee80b43 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
313 | 2024.03.11 14:39:23.347433 [ 3 ] {e5d4a370-e601-4dbb-9bb9-f1f781f16472} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52115) CREATE TABLE IF NOT EXISTS oximeter.measurements_i8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
314 | 2024.03.11 14:39:23.347482 [ 3 ] {e5d4a370-e601-4dbb-9bb9-f1f781f16472} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
315 | 2024.03.11 14:39:23.349128 [ 3 ] {e5d4a370-e601-4dbb-9bb9-f1f781f16472} <Debug> oximeter.measurements_i8 (41bdac5a-a11b-4b2b-bb9a-42f9a76a5584): Loading data parts | ||
316 | 2024.03.11 14:39:23.349294 [ 3 ] {e5d4a370-e601-4dbb-9bb9-f1f781f16472} <Debug> oximeter.measurements_i8 (41bdac5a-a11b-4b2b-bb9a-42f9a76a5584): There are no data parts | ||
317 | 2024.03.11 14:39:23.350671 [ 3 ] {e5d4a370-e601-4dbb-9bb9-f1f781f16472} <Debug> DynamicQueryHandler: Done processing query | ||
318 | 2024.03.11 14:39:23.350707 [ 3 ] {} <Debug> HTTP-Session: 02409af9-e448-40c8-9f02-76d68ee80b43 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
319 | 2024.03.11 14:39:23.350833 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52115, User-Agent: (none), Length: 293, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
320 | 2024.03.11 14:39:23.350880 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
321 | 2024.03.11 14:39:23.350906 [ 3 ] {} <Debug> HTTP-Session: 8078377f-66ba-49c3-951f-4059d8d74d29 Authenticating user 'default' from [fd00:1122:3344:101::d]:52115 | ||
322 | 2024.03.11 14:39:23.350929 [ 3 ] {} <Debug> HTTP-Session: 8078377f-66ba-49c3-951f-4059d8d74d29 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
323 | 2024.03.11 14:39:23.350942 [ 3 ] {} <Debug> HTTP-Session: 8078377f-66ba-49c3-951f-4059d8d74d29 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
324 | 2024.03.11 14:39:23.350977 [ 3 ] {} <Trace> HTTP-Session: 8078377f-66ba-49c3-951f-4059d8d74d29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
325 | 2024.03.11 14:39:23.351133 [ 3 ] {cadf8d79-e3ec-4bd4-b677-1f4bf6480a12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52115) CREATE TABLE IF NOT EXISTS oximeter.measurements_u8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
326 | 2024.03.11 14:39:23.351189 [ 3 ] {cadf8d79-e3ec-4bd4-b677-1f4bf6480a12} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
327 | 2024.03.11 14:39:23.352847 [ 3 ] {cadf8d79-e3ec-4bd4-b677-1f4bf6480a12} <Debug> oximeter.measurements_u8 (d38e225e-eab2-43e2-acfb-4c86a3ab1523): Loading data parts | ||
328 | 2024.03.11 14:39:23.353037 [ 3 ] {cadf8d79-e3ec-4bd4-b677-1f4bf6480a12} <Debug> oximeter.measurements_u8 (d38e225e-eab2-43e2-acfb-4c86a3ab1523): There are no data parts | ||
329 | 2024.03.11 14:39:23.354299 [ 3 ] {cadf8d79-e3ec-4bd4-b677-1f4bf6480a12} <Debug> DynamicQueryHandler: Done processing query | ||
330 | 2024.03.11 14:39:23.354334 [ 3 ] {} <Debug> HTTP-Session: 8078377f-66ba-49c3-951f-4059d8d74d29 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
331 | 2024.03.11 14:39:23.354456 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52115, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
332 | 2024.03.11 14:39:23.354515 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
333 | 2024.03.11 14:39:23.354533 [ 3 ] {} <Debug> HTTP-Session: 451b9543-56d2-44ae-9274-11e2027f8b5e Authenticating user 'default' from [fd00:1122:3344:101::d]:52115 | ||
334 | 2024.03.11 14:39:23.354551 [ 3 ] {} <Debug> HTTP-Session: 451b9543-56d2-44ae-9274-11e2027f8b5e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
335 | 2024.03.11 14:39:23.354572 [ 3 ] {} <Debug> HTTP-Session: 451b9543-56d2-44ae-9274-11e2027f8b5e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
336 | 2024.03.11 14:39:23.354607 [ 3 ] {} <Trace> HTTP-Session: 451b9543-56d2-44ae-9274-11e2027f8b5e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
337 | 2024.03.11 14:39:23.354753 [ 3 ] {2681be73-ad77-4ff9-8039-0d6a72036c8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52115) CREATE TABLE IF NOT EXISTS oximeter.measurements_i16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
338 | 2024.03.11 14:39:23.354802 [ 3 ] {2681be73-ad77-4ff9-8039-0d6a72036c8c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
339 | 2024.03.11 14:39:23.356351 [ 3 ] {2681be73-ad77-4ff9-8039-0d6a72036c8c} <Debug> oximeter.measurements_i16 (39414077-4d02-4360-8e93-9f65c87e8f17): Loading data parts | ||
340 | 2024.03.11 14:39:23.356525 [ 3 ] {2681be73-ad77-4ff9-8039-0d6a72036c8c} <Debug> oximeter.measurements_i16 (39414077-4d02-4360-8e93-9f65c87e8f17): There are no data parts | ||
341 | 2024.03.11 14:39:23.357739 [ 3 ] {2681be73-ad77-4ff9-8039-0d6a72036c8c} <Debug> DynamicQueryHandler: Done processing query | ||
342 | 2024.03.11 14:39:23.357775 [ 3 ] {} <Debug> HTTP-Session: 451b9543-56d2-44ae-9274-11e2027f8b5e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
343 | 2024.03.11 14:39:23.357907 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52115, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
344 | 2024.03.11 14:39:23.357953 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
345 | 2024.03.11 14:39:23.357978 [ 3 ] {} <Debug> HTTP-Session: 273a4211-ea4f-4a29-8967-d5d9277f9c5c Authenticating user 'default' from [fd00:1122:3344:101::d]:52115 | ||
346 | 2024.03.11 14:39:23.358000 [ 3 ] {} <Debug> HTTP-Session: 273a4211-ea4f-4a29-8967-d5d9277f9c5c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
347 | 2024.03.11 14:39:23.358013 [ 3 ] {} <Debug> HTTP-Session: 273a4211-ea4f-4a29-8967-d5d9277f9c5c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
348 | 2024.03.11 14:39:23.358046 [ 3 ] {} <Trace> HTTP-Session: 273a4211-ea4f-4a29-8967-d5d9277f9c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
349 | 2024.03.11 14:39:23.358193 [ 3 ] {ddec630c-3674-4426-a908-62d96dbf56e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52115) CREATE TABLE IF NOT EXISTS oximeter.measurements_u16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
350 | 2024.03.11 14:39:23.358248 [ 3 ] {ddec630c-3674-4426-a908-62d96dbf56e7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
351 | 2024.03.11 14:39:23.359986 [ 3 ] {ddec630c-3674-4426-a908-62d96dbf56e7} <Debug> oximeter.measurements_u16 (f7e49b5b-591b-4c56-8a1e-a669aa5a91ad): Loading data parts | ||
352 | 2024.03.11 14:39:23.360157 [ 3 ] {ddec630c-3674-4426-a908-62d96dbf56e7} <Debug> oximeter.measurements_u16 (f7e49b5b-591b-4c56-8a1e-a669aa5a91ad): There are no data parts | ||
353 | 2024.03.11 14:39:23.361429 [ 3 ] {ddec630c-3674-4426-a908-62d96dbf56e7} <Debug> DynamicQueryHandler: Done processing query | ||
354 | 2024.03.11 14:39:23.361464 [ 3 ] {} <Debug> HTTP-Session: 273a4211-ea4f-4a29-8967-d5d9277f9c5c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
355 | 2024.03.11 14:39:23.361578 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52115, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
356 | 2024.03.11 14:39:23.361636 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
357 | 2024.03.11 14:39:23.361653 [ 3 ] {} <Debug> HTTP-Session: 2440a38a-0d18-4c7d-829d-766ec468625f Authenticating user 'default' from [fd00:1122:3344:101::d]:52115 | ||
358 | 2024.03.11 14:39:23.361669 [ 3 ] {} <Debug> HTTP-Session: 2440a38a-0d18-4c7d-829d-766ec468625f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
359 | 2024.03.11 14:39:23.361690 [ 3 ] {} <Debug> HTTP-Session: 2440a38a-0d18-4c7d-829d-766ec468625f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
360 | 2024.03.11 14:39:23.361727 [ 3 ] {} <Trace> HTTP-Session: 2440a38a-0d18-4c7d-829d-766ec468625f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
361 | 2024.03.11 14:39:23.361872 [ 3 ] {ff883b00-0a38-45e5-bcac-2bd919ab859f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52115) CREATE TABLE IF NOT EXISTS oximeter.measurements_i32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
362 | 2024.03.11 14:39:23.361921 [ 3 ] {ff883b00-0a38-45e5-bcac-2bd919ab859f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
363 | 2024.03.11 14:39:23.363547 [ 3 ] {ff883b00-0a38-45e5-bcac-2bd919ab859f} <Debug> oximeter.measurements_i32 (eca597b0-cdfa-44d5-9e85-e5ae78b59c66): Loading data parts | ||
364 | 2024.03.11 14:39:23.363730 [ 3 ] {ff883b00-0a38-45e5-bcac-2bd919ab859f} <Debug> oximeter.measurements_i32 (eca597b0-cdfa-44d5-9e85-e5ae78b59c66): There are no data parts | ||
365 | 2024.03.11 14:39:23.364970 [ 3 ] {ff883b00-0a38-45e5-bcac-2bd919ab859f} <Debug> DynamicQueryHandler: Done processing query | ||
366 | 2024.03.11 14:39:23.365005 [ 3 ] {} <Debug> HTTP-Session: 2440a38a-0d18-4c7d-829d-766ec468625f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
367 | 2024.03.11 14:39:23.365115 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52115, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
368 | 2024.03.11 14:39:23.365169 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
369 | 2024.03.11 14:39:23.365193 [ 3 ] {} <Debug> HTTP-Session: 0de8edf2-05ec-4d34-aabc-37c69ee31e9d Authenticating user 'default' from [fd00:1122:3344:101::d]:52115 | ||
370 | 2024.03.11 14:39:23.365218 [ 3 ] {} <Debug> HTTP-Session: 0de8edf2-05ec-4d34-aabc-37c69ee31e9d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
371 | 2024.03.11 14:39:23.365230 [ 3 ] {} <Debug> HTTP-Session: 0de8edf2-05ec-4d34-aabc-37c69ee31e9d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
372 | 2024.03.11 14:39:23.365265 [ 3 ] {} <Trace> HTTP-Session: 0de8edf2-05ec-4d34-aabc-37c69ee31e9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
373 | 2024.03.11 14:39:23.365410 [ 3 ] {48c6236a-1668-4d2f-a988-12ec9436d1d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52115) CREATE TABLE IF NOT EXISTS oximeter.measurements_u32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
374 | 2024.03.11 14:39:23.365460 [ 3 ] {48c6236a-1668-4d2f-a988-12ec9436d1d2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
375 | 2024.03.11 14:39:23.367099 [ 3 ] {48c6236a-1668-4d2f-a988-12ec9436d1d2} <Debug> oximeter.measurements_u32 (4a0e92d6-49d4-4cb4-90d4-21d4d1d1659e): Loading data parts | ||
376 | 2024.03.11 14:39:23.367263 [ 3 ] {48c6236a-1668-4d2f-a988-12ec9436d1d2} <Debug> oximeter.measurements_u32 (4a0e92d6-49d4-4cb4-90d4-21d4d1d1659e): There are no data parts | ||
377 | 2024.03.11 14:39:23.368409 [ 3 ] {48c6236a-1668-4d2f-a988-12ec9436d1d2} <Debug> DynamicQueryHandler: Done processing query | ||
378 | 2024.03.11 14:39:23.368445 [ 3 ] {} <Debug> HTTP-Session: 0de8edf2-05ec-4d34-aabc-37c69ee31e9d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
379 | 2024.03.11 14:39:23.368555 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52115, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
380 | 2024.03.11 14:39:23.368608 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
381 | 2024.03.11 14:39:23.368634 [ 3 ] {} <Debug> HTTP-Session: ee6944a3-4407-44c6-b671-1cf170d05d4e Authenticating user 'default' from [fd00:1122:3344:101::d]:52115 | ||
382 | 2024.03.11 14:39:23.368650 [ 3 ] {} <Debug> HTTP-Session: ee6944a3-4407-44c6-b671-1cf170d05d4e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
383 | 2024.03.11 14:39:23.368668 [ 3 ] {} <Debug> HTTP-Session: ee6944a3-4407-44c6-b671-1cf170d05d4e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
384 | 2024.03.11 14:39:23.368702 [ 3 ] {} <Trace> HTTP-Session: ee6944a3-4407-44c6-b671-1cf170d05d4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
385 | 2024.03.11 14:39:23.368846 [ 3 ] {25abdcc1-f786-4d3f-8510-bbd20569ce8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52115) CREATE TABLE IF NOT EXISTS oximeter.measurements_i64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
386 | 2024.03.11 14:39:23.368897 [ 3 ] {25abdcc1-f786-4d3f-8510-bbd20569ce8b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
387 | 2024.03.11 14:39:23.370423 [ 3 ] {25abdcc1-f786-4d3f-8510-bbd20569ce8b} <Debug> oximeter.measurements_i64 (5b512ded-30b4-4f32-aaa5-10d2356b8d20): Loading data parts | ||
388 | 2024.03.11 14:39:23.370576 [ 3 ] {25abdcc1-f786-4d3f-8510-bbd20569ce8b} <Debug> oximeter.measurements_i64 (5b512ded-30b4-4f32-aaa5-10d2356b8d20): There are no data parts | ||
389 | 2024.03.11 14:39:23.371685 [ 3 ] {25abdcc1-f786-4d3f-8510-bbd20569ce8b} <Debug> DynamicQueryHandler: Done processing query | ||
390 | 2024.03.11 14:39:23.371717 [ 3 ] {} <Debug> HTTP-Session: ee6944a3-4407-44c6-b671-1cf170d05d4e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
391 | 2024.03.11 14:39:23.371822 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52115, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
392 | 2024.03.11 14:39:23.371870 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
393 | 2024.03.11 14:39:23.371892 [ 3 ] {} <Debug> HTTP-Session: 0e178c28-b222-4f89-8de9-1e143e88d377 Authenticating user 'default' from [fd00:1122:3344:101::d]:52115 | ||
394 | 2024.03.11 14:39:23.371912 [ 3 ] {} <Debug> HTTP-Session: 0e178c28-b222-4f89-8de9-1e143e88d377 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
395 | 2024.03.11 14:39:23.371924 [ 3 ] {} <Debug> HTTP-Session: 0e178c28-b222-4f89-8de9-1e143e88d377 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
396 | 2024.03.11 14:39:23.371955 [ 3 ] {} <Trace> HTTP-Session: 0e178c28-b222-4f89-8de9-1e143e88d377 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
397 | 2024.03.11 14:39:23.372089 [ 3 ] {d301d914-89a2-4dc8-9aa6-b4df9084d04f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52115) CREATE TABLE IF NOT EXISTS oximeter.measurements_u64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
398 | 2024.03.11 14:39:23.372132 [ 3 ] {d301d914-89a2-4dc8-9aa6-b4df9084d04f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
399 | 2024.03.11 14:39:23.373750 [ 3 ] {d301d914-89a2-4dc8-9aa6-b4df9084d04f} <Debug> oximeter.measurements_u64 (d2832af3-9bc7-40d0-831c-31102b133b3c): Loading data parts | ||
400 | 2024.03.11 14:39:23.373913 [ 3 ] {d301d914-89a2-4dc8-9aa6-b4df9084d04f} <Debug> oximeter.measurements_u64 (d2832af3-9bc7-40d0-831c-31102b133b3c): There are no data parts | ||
401 | 2024.03.11 14:39:23.375157 [ 3 ] {d301d914-89a2-4dc8-9aa6-b4df9084d04f} <Debug> DynamicQueryHandler: Done processing query | ||
402 | 2024.03.11 14:39:23.375195 [ 3 ] {} <Debug> HTTP-Session: 0e178c28-b222-4f89-8de9-1e143e88d377 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
403 | 2024.03.11 14:39:23.375308 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52115, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
404 | 2024.03.11 14:39:23.375358 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
405 | 2024.03.11 14:39:23.375386 [ 3 ] {} <Debug> HTTP-Session: 6ad1e487-b447-4a60-9264-c6a60f0761af Authenticating user 'default' from [fd00:1122:3344:101::d]:52115 | ||
406 | 2024.03.11 14:39:23.375401 [ 3 ] {} <Debug> HTTP-Session: 6ad1e487-b447-4a60-9264-c6a60f0761af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
407 | 2024.03.11 14:39:23.375419 [ 3 ] {} <Debug> HTTP-Session: 6ad1e487-b447-4a60-9264-c6a60f0761af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
408 | 2024.03.11 14:39:23.375453 [ 3 ] {} <Trace> HTTP-Session: 6ad1e487-b447-4a60-9264-c6a60f0761af Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
409 | 2024.03.11 14:39:23.375595 [ 3 ] {efcd2b5e-7309-400f-b42b-f0e086ccd356} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52115) CREATE TABLE IF NOT EXISTS oximeter.measurements_f32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
410 | 2024.03.11 14:39:23.375642 [ 3 ] {efcd2b5e-7309-400f-b42b-f0e086ccd356} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
411 | 2024.03.11 14:39:23.377192 [ 3 ] {efcd2b5e-7309-400f-b42b-f0e086ccd356} <Debug> oximeter.measurements_f32 (7f0eb39b-ea69-4b3a-9c53-10822749954f): Loading data parts | ||
412 | 2024.03.11 14:39:23.377355 [ 3 ] {efcd2b5e-7309-400f-b42b-f0e086ccd356} <Debug> oximeter.measurements_f32 (7f0eb39b-ea69-4b3a-9c53-10822749954f): There are no data parts | ||
413 | 2024.03.11 14:39:23.378603 [ 3 ] {efcd2b5e-7309-400f-b42b-f0e086ccd356} <Debug> DynamicQueryHandler: Done processing query | ||
414 | 2024.03.11 14:39:23.378636 [ 3 ] {} <Debug> HTTP-Session: 6ad1e487-b447-4a60-9264-c6a60f0761af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
415 | 2024.03.11 14:39:23.378755 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52115, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
416 | 2024.03.11 14:39:23.378807 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
417 | 2024.03.11 14:39:23.378831 [ 3 ] {} <Debug> HTTP-Session: 9ee969b9-8e1e-4853-9322-1890f121218f Authenticating user 'default' from [fd00:1122:3344:101::d]:52115 | ||
418 | 2024.03.11 14:39:23.378852 [ 3 ] {} <Debug> HTTP-Session: 9ee969b9-8e1e-4853-9322-1890f121218f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
419 | 2024.03.11 14:39:23.378865 [ 3 ] {} <Debug> HTTP-Session: 9ee969b9-8e1e-4853-9322-1890f121218f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
420 | 2024.03.11 14:39:23.378899 [ 3 ] {} <Trace> HTTP-Session: 9ee969b9-8e1e-4853-9322-1890f121218f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
421 | 2024.03.11 14:39:23.379041 [ 3 ] {5ff3c68e-d255-421d-9c60-4011da7528e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52115) CREATE TABLE IF NOT EXISTS oximeter.measurements_f64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
422 | 2024.03.11 14:39:23.379087 [ 3 ] {5ff3c68e-d255-421d-9c60-4011da7528e1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
423 | 2024.03.11 14:39:23.380982 [ 3 ] {5ff3c68e-d255-421d-9c60-4011da7528e1} <Debug> oximeter.measurements_f64 (c76ee9ba-f7f2-4400-9cf8-f2f66c3f8dda): Loading data parts | ||
424 | 2024.03.11 14:39:23.381145 [ 3 ] {5ff3c68e-d255-421d-9c60-4011da7528e1} <Debug> oximeter.measurements_f64 (c76ee9ba-f7f2-4400-9cf8-f2f66c3f8dda): There are no data parts | ||
425 | 2024.03.11 14:39:23.382386 [ 3 ] {5ff3c68e-d255-421d-9c60-4011da7528e1} <Debug> DynamicQueryHandler: Done processing query | ||
426 | 2024.03.11 14:39:23.382419 [ 3 ] {} <Debug> HTTP-Session: 9ee969b9-8e1e-4853-9322-1890f121218f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
427 | 2024.03.11 14:39:23.382532 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52115, User-Agent: (none), Length: 298, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
428 | 2024.03.11 14:39:23.382584 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
429 | 2024.03.11 14:39:23.382607 [ 3 ] {} <Debug> HTTP-Session: 811707b3-075e-445b-af53-eb8c4db374b0 Authenticating user 'default' from [fd00:1122:3344:101::d]:52115 | ||
430 | 2024.03.11 14:39:23.382623 [ 3 ] {} <Debug> HTTP-Session: 811707b3-075e-445b-af53-eb8c4db374b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
431 | 2024.03.11 14:39:23.382641 [ 3 ] {} <Debug> HTTP-Session: 811707b3-075e-445b-af53-eb8c4db374b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
432 | 2024.03.11 14:39:23.382675 [ 3 ] {} <Trace> HTTP-Session: 811707b3-075e-445b-af53-eb8c4db374b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
433 | 2024.03.11 14:39:23.382817 [ 3 ] {d291e790-0db8-47f3-a406-912b6f64b40d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52115) CREATE TABLE IF NOT EXISTS oximeter.measurements_string ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(String) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
434 | 2024.03.11 14:39:23.382865 [ 3 ] {d291e790-0db8-47f3-a406-912b6f64b40d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
435 | 2024.03.11 14:39:23.384774 [ 3 ] {d291e790-0db8-47f3-a406-912b6f64b40d} <Debug> oximeter.measurements_string (6d99b089-7921-4e08-a952-f97b31aa029f): Loading data parts | ||
436 | 2024.03.11 14:39:23.384938 [ 3 ] {d291e790-0db8-47f3-a406-912b6f64b40d} <Debug> oximeter.measurements_string (6d99b089-7921-4e08-a952-f97b31aa029f): There are no data parts | ||
437 | 2024.03.11 14:39:23.386680 [ 3 ] {d291e790-0db8-47f3-a406-912b6f64b40d} <Debug> DynamicQueryHandler: Done processing query | ||
438 | 2024.03.11 14:39:23.386714 [ 3 ] {} <Debug> HTTP-Session: 811707b3-075e-445b-af53-eb8c4db374b0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
439 | 2024.03.11 14:39:23.386858 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52115, User-Agent: (none), Length: 605, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
440 | 2024.03.11 14:39:23.386911 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
441 | 2024.03.11 14:39:23.386935 [ 3 ] {} <Debug> HTTP-Session: b8846c83-f84f-4b16-83e1-8b03b02b73f6 Authenticating user 'default' from [fd00:1122:3344:101::d]:52115 | ||
442 | 2024.03.11 14:39:23.386957 [ 3 ] {} <Debug> HTTP-Session: b8846c83-f84f-4b16-83e1-8b03b02b73f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
443 | 2024.03.11 14:39:23.386970 [ 3 ] {} <Debug> HTTP-Session: b8846c83-f84f-4b16-83e1-8b03b02b73f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
444 | 2024.03.11 14:39:23.387003 [ 3 ] {} <Trace> HTTP-Session: b8846c83-f84f-4b16-83e1-8b03b02b73f6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
445 | 2024.03.11 14:39:23.387150 [ 3 ] {cfb6933d-bce2-4f09-acab-6514e45ad2a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52115) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* | ||
446 | * NOTE: Right now we can't unambiguously record a nullable byte array. | ||
447 | * Arrays cannot be nested in `Nullable()` types, and encoding the array as | ||
448 | * a string isn't palatable for a few reasons. | ||
449 | * See: https://github.com/oxidecomputer/omicron/issues/4551 for more | ||
450 | * details. | ||
451 | */ | ||
452 | datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
453 | 2024.03.11 14:39:23.387202 [ 3 ] {cfb6933d-bce2-4f09-acab-6514e45ad2a2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
454 | 2024.03.11 14:39:23.388877 [ 3 ] {cfb6933d-bce2-4f09-acab-6514e45ad2a2} <Debug> oximeter.measurements_bytes (7f141261-bc09-43a3-8d05-2e559629172e): Loading data parts | ||
455 | 2024.03.11 14:39:23.389057 [ 3 ] {cfb6933d-bce2-4f09-acab-6514e45ad2a2} <Debug> oximeter.measurements_bytes (7f141261-bc09-43a3-8d05-2e559629172e): There are no data parts | ||
456 | 2024.03.11 14:39:23.390730 [ 3 ] {cfb6933d-bce2-4f09-acab-6514e45ad2a2} <Debug> DynamicQueryHandler: Done processing query | ||
457 | 2024.03.11 14:39:23.390764 [ 3 ] {} <Debug> HTTP-Session: b8846c83-f84f-4b16-83e1-8b03b02b73f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
458 | 2024.03.11 14:39:23.390906 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52115, User-Agent: (none), Length: 353, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
459 | 2024.03.11 14:39:23.390957 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
460 | 2024.03.11 14:39:23.390989 [ 3 ] {} <Debug> HTTP-Session: 4aca05b6-7772-47ac-a4d4-5ec2252a52a5 Authenticating user 'default' from [fd00:1122:3344:101::d]:52115 | ||
461 | 2024.03.11 14:39:23.391014 [ 3 ] {} <Debug> HTTP-Session: 4aca05b6-7772-47ac-a4d4-5ec2252a52a5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
462 | 2024.03.11 14:39:23.391028 [ 3 ] {} <Debug> HTTP-Session: 4aca05b6-7772-47ac-a4d4-5ec2252a52a5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
463 | 2024.03.11 14:39:23.391067 [ 3 ] {} <Trace> HTTP-Session: 4aca05b6-7772-47ac-a4d4-5ec2252a52a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
464 | 2024.03.11 14:39:23.391232 [ 3 ] {08749405-3be1-41df-b16a-570601da05d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52115) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativei64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
465 | 2024.03.11 14:39:23.391309 [ 3 ] {08749405-3be1-41df-b16a-570601da05d5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
466 | 2024.03.11 14:39:23.393209 [ 3 ] {08749405-3be1-41df-b16a-570601da05d5} <Debug> oximeter.measurements_cumulativei64 (d9ae82a4-0e9e-483f-9cd8-57887ca590f3): Loading data parts | ||
467 | 2024.03.11 14:39:23.393387 [ 3 ] {08749405-3be1-41df-b16a-570601da05d5} <Debug> oximeter.measurements_cumulativei64 (d9ae82a4-0e9e-483f-9cd8-57887ca590f3): There are no data parts | ||
468 | 2024.03.11 14:39:23.395098 [ 3 ] {08749405-3be1-41df-b16a-570601da05d5} <Debug> DynamicQueryHandler: Done processing query | ||
469 | 2024.03.11 14:39:23.395127 [ 3 ] {} <Debug> HTTP-Session: 4aca05b6-7772-47ac-a4d4-5ec2252a52a5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
470 | 2024.03.11 14:39:23.395286 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52115, User-Agent: (none), Length: 354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
471 | 2024.03.11 14:39:23.395354 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
472 | 2024.03.11 14:39:23.395372 [ 3 ] {} <Debug> HTTP-Session: e13a8e6b-ca36-4dc5-bb04-1121316e7133 Authenticating user 'default' from [fd00:1122:3344:101::d]:52115 | ||
473 | 2024.03.11 14:39:23.395399 [ 3 ] {} <Debug> HTTP-Session: e13a8e6b-ca36-4dc5-bb04-1121316e7133 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
474 | 2024.03.11 14:39:23.395419 [ 3 ] {} <Debug> HTTP-Session: e13a8e6b-ca36-4dc5-bb04-1121316e7133 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
475 | 2024.03.11 14:39:23.395448 [ 3 ] {} <Trace> HTTP-Session: e13a8e6b-ca36-4dc5-bb04-1121316e7133 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
476 | 2024.03.11 14:39:23.395601 [ 3 ] {575df0e9-e984-4fd7-9d78-5a587e8175d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52115) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativeu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
477 | 2024.03.11 14:39:23.395659 [ 3 ] {575df0e9-e984-4fd7-9d78-5a587e8175d4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
478 | 2024.03.11 14:39:23.397910 [ 3 ] {575df0e9-e984-4fd7-9d78-5a587e8175d4} <Debug> oximeter.measurements_cumulativeu64 (c67eb49b-f01a-4894-b3b8-a06655ac82c2): Loading data parts | ||
479 | 2024.03.11 14:39:23.398088 [ 3 ] {575df0e9-e984-4fd7-9d78-5a587e8175d4} <Debug> oximeter.measurements_cumulativeu64 (c67eb49b-f01a-4894-b3b8-a06655ac82c2): There are no data parts | ||
480 | 2024.03.11 14:39:23.399679 [ 3 ] {575df0e9-e984-4fd7-9d78-5a587e8175d4} <Debug> DynamicQueryHandler: Done processing query | ||
481 | 2024.03.11 14:39:23.399718 [ 3 ] {} <Debug> HTTP-Session: e13a8e6b-ca36-4dc5-bb04-1121316e7133 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
482 | 2024.03.11 14:39:23.399844 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52115, User-Agent: (none), Length: 355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
483 | 2024.03.11 14:39:23.399903 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
484 | 2024.03.11 14:39:23.399932 [ 3 ] {} <Debug> HTTP-Session: 2bee358a-907e-499e-9b10-d57888f24ad5 Authenticating user 'default' from [fd00:1122:3344:101::d]:52115 | ||
485 | 2024.03.11 14:39:23.399950 [ 3 ] {} <Debug> HTTP-Session: 2bee358a-907e-499e-9b10-d57888f24ad5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
486 | 2024.03.11 14:39:23.399973 [ 3 ] {} <Debug> HTTP-Session: 2bee358a-907e-499e-9b10-d57888f24ad5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
487 | 2024.03.11 14:39:23.400011 [ 3 ] {} <Trace> HTTP-Session: 2bee358a-907e-499e-9b10-d57888f24ad5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
488 | 2024.03.11 14:39:23.400163 [ 3 ] {1461d170-bbf4-4b6d-bf2e-9f016dfa843f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52115) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
489 | 2024.03.11 14:39:23.400226 [ 3 ] {1461d170-bbf4-4b6d-bf2e-9f016dfa843f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
490 | 2024.03.11 14:39:23.401947 [ 3 ] {1461d170-bbf4-4b6d-bf2e-9f016dfa843f} <Debug> oximeter.measurements_cumulativef32 (6bc84d85-cf65-4919-9402-00c6367a67fc): Loading data parts | ||
491 | 2024.03.11 14:39:23.402118 [ 3 ] {1461d170-bbf4-4b6d-bf2e-9f016dfa843f} <Debug> oximeter.measurements_cumulativef32 (6bc84d85-cf65-4919-9402-00c6367a67fc): There are no data parts | ||
492 | 2024.03.11 14:39:23.403668 [ 3 ] {1461d170-bbf4-4b6d-bf2e-9f016dfa843f} <Debug> DynamicQueryHandler: Done processing query | ||
493 | 2024.03.11 14:39:23.403707 [ 3 ] {} <Debug> HTTP-Session: 2bee358a-907e-499e-9b10-d57888f24ad5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
494 | 2024.03.11 14:39:23.403843 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52115, User-Agent: (none), Length: 356, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
495 | 2024.03.11 14:39:23.403892 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
496 | 2024.03.11 14:39:23.403920 [ 3 ] {} <Debug> HTTP-Session: 1b92fcb9-5281-4be3-b28a-0e66d609caa6 Authenticating user 'default' from [fd00:1122:3344:101::d]:52115 | ||
497 | 2024.03.11 14:39:23.403947 [ 3 ] {} <Debug> HTTP-Session: 1b92fcb9-5281-4be3-b28a-0e66d609caa6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
498 | 2024.03.11 14:39:23.403961 [ 3 ] {} <Debug> HTTP-Session: 1b92fcb9-5281-4be3-b28a-0e66d609caa6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
499 | 2024.03.11 14:39:23.404000 [ 3 ] {} <Trace> HTTP-Session: 1b92fcb9-5281-4be3-b28a-0e66d609caa6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
500 | 2024.03.11 14:39:23.404164 [ 3 ] {3c93d9a4-31ed-4bbc-9285-9e1acb57c800} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52115) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
501 | 2024.03.11 14:39:23.404228 [ 3 ] {3c93d9a4-31ed-4bbc-9285-9e1acb57c800} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
502 | 2024.03.11 14:39:23.406236 [ 3 ] {3c93d9a4-31ed-4bbc-9285-9e1acb57c800} <Debug> oximeter.measurements_cumulativef64 (a0db6e51-57fc-42a5-ada4-9319fcb1245d): Loading data parts | ||
503 | 2024.03.11 14:39:23.406422 [ 3 ] {3c93d9a4-31ed-4bbc-9285-9e1acb57c800} <Debug> oximeter.measurements_cumulativef64 (a0db6e51-57fc-42a5-ada4-9319fcb1245d): There are no data parts | ||
504 | 2024.03.11 14:39:23.408128 [ 3 ] {3c93d9a4-31ed-4bbc-9285-9e1acb57c800} <Debug> DynamicQueryHandler: Done processing query | ||
505 | 2024.03.11 14:39:23.408155 [ 3 ] {} <Debug> HTTP-Session: 1b92fcb9-5281-4be3-b28a-0e66d609caa6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
506 | 2024.03.11 14:39:23.408286 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52115, User-Agent: (none), Length: 836, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
507 | 2024.03.11 14:39:23.408346 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
508 | 2024.03.11 14:39:23.408364 [ 3 ] {} <Debug> HTTP-Session: 2d6467c1-9d61-4750-ab09-da129d6371c4 Authenticating user 'default' from [fd00:1122:3344:101::d]:52115 | ||
509 | 2024.03.11 14:39:23.408390 [ 3 ] {} <Debug> HTTP-Session: 2d6467c1-9d61-4750-ab09-da129d6371c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
510 | 2024.03.11 14:39:23.408412 [ 3 ] {} <Debug> HTTP-Session: 2d6467c1-9d61-4750-ab09-da129d6371c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
511 | 2024.03.11 14:39:23.408442 [ 3 ] {} <Trace> HTTP-Session: 2d6467c1-9d61-4750-ab09-da129d6371c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
512 | 2024.03.11 14:39:23.408630 [ 3 ] {d91b28e2-2b72-4321-a3f3-2d52e0b05c8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52115) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* | ||
513 | * NOTE: Array types cannot be Nullable, see | ||
514 | * https://clickhouse.com/docs/en/sql-reference/data-types/nullable | ||
515 | * for more details. | ||
516 | * | ||
517 | * This means we need to use empty arrays to indicate a missing value. This | ||
518 | * is unfortunate, and at this point relies on the fact that an | ||
519 | * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need | ||
520 | * to figure out another way to represent missing samples here. | ||
521 | */ | ||
522 | bins Array(Int8), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
523 | 2024.03.11 14:39:23.408702 [ 3 ] {d91b28e2-2b72-4321-a3f3-2d52e0b05c8c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
524 | 2024.03.11 14:39:23.410724 [ 3 ] {d91b28e2-2b72-4321-a3f3-2d52e0b05c8c} <Debug> oximeter.measurements_histogrami8 (4656832b-5987-4949-ba8f-52215bac20ab): Loading data parts | ||
525 | 2024.03.11 14:39:23.410909 [ 3 ] {d91b28e2-2b72-4321-a3f3-2d52e0b05c8c} <Debug> oximeter.measurements_histogrami8 (4656832b-5987-4949-ba8f-52215bac20ab): There are no data parts | ||
526 | 2024.03.11 14:39:23.412316 [ 3 ] {d91b28e2-2b72-4321-a3f3-2d52e0b05c8c} <Debug> DynamicQueryHandler: Done processing query | ||
527 | 2024.03.11 14:39:23.412343 [ 3 ] {} <Debug> HTTP-Session: 2d6467c1-9d61-4750-ab09-da129d6371c4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
528 | 2024.03.11 14:39:23.412479 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52115, User-Agent: (none), Length: 373, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
529 | 2024.03.11 14:39:23.412536 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
530 | 2024.03.11 14:39:23.412565 [ 3 ] {} <Debug> HTTP-Session: 5f89860d-a48e-49c1-a43f-0ef0096e3c37 Authenticating user 'default' from [fd00:1122:3344:101::d]:52115 | ||
531 | 2024.03.11 14:39:23.412582 [ 3 ] {} <Debug> HTTP-Session: 5f89860d-a48e-49c1-a43f-0ef0096e3c37 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
532 | 2024.03.11 14:39:23.412606 [ 3 ] {} <Debug> HTTP-Session: 5f89860d-a48e-49c1-a43f-0ef0096e3c37 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
533 | 2024.03.11 14:39:23.412645 [ 3 ] {} <Trace> HTTP-Session: 5f89860d-a48e-49c1-a43f-0ef0096e3c37 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
534 | 2024.03.11 14:39:23.412800 [ 3 ] {f139047a-3f1d-4d26-ab23-471bb389c5d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52115) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt8), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
535 | 2024.03.11 14:39:23.412867 [ 3 ] {f139047a-3f1d-4d26-ab23-471bb389c5d1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
536 | 2024.03.11 14:39:23.414807 [ 3 ] {f139047a-3f1d-4d26-ab23-471bb389c5d1} <Debug> oximeter.measurements_histogramu8 (3a997bca-9c78-4a30-928b-ff0291bd225d): Loading data parts | ||
537 | 2024.03.11 14:39:23.414985 [ 3 ] {f139047a-3f1d-4d26-ab23-471bb389c5d1} <Debug> oximeter.measurements_histogramu8 (3a997bca-9c78-4a30-928b-ff0291bd225d): There are no data parts | ||
538 | 2024.03.11 14:39:23.416184 [ 3 ] {f139047a-3f1d-4d26-ab23-471bb389c5d1} <Debug> DynamicQueryHandler: Done processing query | ||
539 | 2024.03.11 14:39:23.416223 [ 3 ] {} <Debug> HTTP-Session: 5f89860d-a48e-49c1-a43f-0ef0096e3c37 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
540 | 2024.03.11 14:39:23.416340 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52115, User-Agent: (none), Length: 374, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
541 | 2024.03.11 14:39:23.416396 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
542 | 2024.03.11 14:39:23.416427 [ 3 ] {} <Debug> HTTP-Session: 01f5a37e-87d7-450f-8d7b-0e01f1f0ea5c Authenticating user 'default' from [fd00:1122:3344:101::d]:52115 | ||
543 | 2024.03.11 14:39:23.416453 [ 3 ] {} <Debug> HTTP-Session: 01f5a37e-87d7-450f-8d7b-0e01f1f0ea5c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
544 | 2024.03.11 14:39:23.416466 [ 3 ] {} <Debug> HTTP-Session: 01f5a37e-87d7-450f-8d7b-0e01f1f0ea5c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
545 | 2024.03.11 14:39:23.416504 [ 3 ] {} <Trace> HTTP-Session: 01f5a37e-87d7-450f-8d7b-0e01f1f0ea5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
546 | 2024.03.11 14:39:23.416673 [ 3 ] {a63751b6-3d6f-4f6f-8754-0f78bd4e1fa9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52115) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int16), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
547 | 2024.03.11 14:39:23.416736 [ 3 ] {a63751b6-3d6f-4f6f-8754-0f78bd4e1fa9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
548 | 2024.03.11 14:39:23.418416 [ 3 ] {a63751b6-3d6f-4f6f-8754-0f78bd4e1fa9} <Debug> oximeter.measurements_histogrami16 (2b98c2f3-f4ce-444f-982f-8305c92101e9): Loading data parts | ||
549 | 2024.03.11 14:39:23.418580 [ 3 ] {a63751b6-3d6f-4f6f-8754-0f78bd4e1fa9} <Debug> oximeter.measurements_histogrami16 (2b98c2f3-f4ce-444f-982f-8305c92101e9): There are no data parts | ||
550 | 2024.03.11 14:39:23.419819 [ 3 ] {a63751b6-3d6f-4f6f-8754-0f78bd4e1fa9} <Debug> DynamicQueryHandler: Done processing query | ||
551 | 2024.03.11 14:39:23.419847 [ 3 ] {} <Debug> HTTP-Session: 01f5a37e-87d7-450f-8d7b-0e01f1f0ea5c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
552 | 2024.03.11 14:39:23.419986 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52115, User-Agent: (none), Length: 375, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
553 | 2024.03.11 14:39:23.420046 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
554 | 2024.03.11 14:39:23.420065 [ 3 ] {} <Debug> HTTP-Session: cc7cb836-6287-44e7-8faa-4a0005c64eea Authenticating user 'default' from [fd00:1122:3344:101::d]:52115 | ||
555 | 2024.03.11 14:39:23.420092 [ 3 ] {} <Debug> HTTP-Session: cc7cb836-6287-44e7-8faa-4a0005c64eea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
556 | 2024.03.11 14:39:23.420113 [ 3 ] {} <Debug> HTTP-Session: cc7cb836-6287-44e7-8faa-4a0005c64eea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
557 | 2024.03.11 14:39:23.420142 [ 3 ] {} <Trace> HTTP-Session: cc7cb836-6287-44e7-8faa-4a0005c64eea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
558 | 2024.03.11 14:39:23.420310 [ 3 ] {61706a5b-ef77-445a-ad4f-2414f0c204a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52115) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt16), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
559 | 2024.03.11 14:39:23.420383 [ 3 ] {61706a5b-ef77-445a-ad4f-2414f0c204a9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
560 | 2024.03.11 14:39:23.422116 [ 3 ] {61706a5b-ef77-445a-ad4f-2414f0c204a9} <Debug> oximeter.measurements_histogramu16 (8417b091-d476-4939-b5ff-8c4f6d4bcbd1): Loading data parts | ||
561 | 2024.03.11 14:39:23.422279 [ 3 ] {61706a5b-ef77-445a-ad4f-2414f0c204a9} <Debug> oximeter.measurements_histogramu16 (8417b091-d476-4939-b5ff-8c4f6d4bcbd1): There are no data parts | ||
562 | 2024.03.11 14:39:23.423449 [ 3 ] {61706a5b-ef77-445a-ad4f-2414f0c204a9} <Debug> DynamicQueryHandler: Done processing query | ||
563 | 2024.03.11 14:39:23.423489 [ 3 ] {} <Debug> HTTP-Session: cc7cb836-6287-44e7-8faa-4a0005c64eea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
564 | 2024.03.11 14:39:23.423612 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52115, User-Agent: (none), Length: 374, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
565 | 2024.03.11 14:39:23.423669 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
566 | 2024.03.11 14:39:23.423699 [ 3 ] {} <Debug> HTTP-Session: 58a6cd0e-2c60-457e-a571-6bc28f445b14 Authenticating user 'default' from [fd00:1122:3344:101::d]:52115 | ||
567 | 2024.03.11 14:39:23.423716 [ 3 ] {} <Debug> HTTP-Session: 58a6cd0e-2c60-457e-a571-6bc28f445b14 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
568 | 2024.03.11 14:39:23.423738 [ 3 ] {} <Debug> HTTP-Session: 58a6cd0e-2c60-457e-a571-6bc28f445b14 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
569 | 2024.03.11 14:39:23.423776 [ 3 ] {} <Trace> HTTP-Session: 58a6cd0e-2c60-457e-a571-6bc28f445b14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
570 | 2024.03.11 14:39:23.423930 [ 3 ] {2561eda6-8794-4cae-9b82-75bab5879d33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52115) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int32), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
571 | 2024.03.11 14:39:23.423997 [ 3 ] {2561eda6-8794-4cae-9b82-75bab5879d33} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
572 | 2024.03.11 14:39:23.425601 [ 3 ] {2561eda6-8794-4cae-9b82-75bab5879d33} <Debug> oximeter.measurements_histogrami32 (ddd47062-16a3-44d3-9e02-ec4e28e3e63c): Loading data parts | ||
573 | 2024.03.11 14:39:23.425783 [ 3 ] {2561eda6-8794-4cae-9b82-75bab5879d33} <Debug> oximeter.measurements_histogrami32 (ddd47062-16a3-44d3-9e02-ec4e28e3e63c): There are no data parts | ||
574 | 2024.03.11 14:39:23.427132 [ 3 ] {2561eda6-8794-4cae-9b82-75bab5879d33} <Debug> DynamicQueryHandler: Done processing query | ||
575 | 2024.03.11 14:39:23.427172 [ 3 ] {} <Debug> HTTP-Session: 58a6cd0e-2c60-457e-a571-6bc28f445b14 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
576 | 2024.03.11 14:39:23.427311 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52115, User-Agent: (none), Length: 375, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
577 | 2024.03.11 14:39:23.427358 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
578 | 2024.03.11 14:39:23.427387 [ 3 ] {} <Debug> HTTP-Session: 5457d3ca-4fe3-44f6-a4f8-30dea036c05d Authenticating user 'default' from [fd00:1122:3344:101::d]:52115 | ||
579 | 2024.03.11 14:39:23.427415 [ 3 ] {} <Debug> HTTP-Session: 5457d3ca-4fe3-44f6-a4f8-30dea036c05d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
580 | 2024.03.11 14:39:23.427428 [ 3 ] {} <Debug> HTTP-Session: 5457d3ca-4fe3-44f6-a4f8-30dea036c05d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
581 | 2024.03.11 14:39:23.427466 [ 3 ] {} <Trace> HTTP-Session: 5457d3ca-4fe3-44f6-a4f8-30dea036c05d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
582 | 2024.03.11 14:39:23.427632 [ 3 ] {f94f2656-3ebd-4f93-b2d2-c8b42dd3452d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52115) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt32), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
583 | 2024.03.11 14:39:23.427700 [ 3 ] {f94f2656-3ebd-4f93-b2d2-c8b42dd3452d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
584 | 2024.03.11 14:39:23.429287 [ 3 ] {f94f2656-3ebd-4f93-b2d2-c8b42dd3452d} <Debug> oximeter.measurements_histogramu32 (331304f8-d47f-44a9-8071-9ee83ceb3b6c): Loading data parts | ||
585 | 2024.03.11 14:39:23.429442 [ 3 ] {f94f2656-3ebd-4f93-b2d2-c8b42dd3452d} <Debug> oximeter.measurements_histogramu32 (331304f8-d47f-44a9-8071-9ee83ceb3b6c): There are no data parts | ||
586 | 2024.03.11 14:39:23.430726 [ 3 ] {f94f2656-3ebd-4f93-b2d2-c8b42dd3452d} <Debug> DynamicQueryHandler: Done processing query | ||
587 | 2024.03.11 14:39:23.430753 [ 3 ] {} <Debug> HTTP-Session: 5457d3ca-4fe3-44f6-a4f8-30dea036c05d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
588 | 2024.03.11 14:39:23.430914 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52115, User-Agent: (none), Length: 374, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
589 | 2024.03.11 14:39:23.430970 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
590 | 2024.03.11 14:39:23.430987 [ 3 ] {} <Debug> HTTP-Session: 25383a5a-e97d-43a1-9b59-84a018261846 Authenticating user 'default' from [fd00:1122:3344:101::d]:52115 | ||
591 | 2024.03.11 14:39:23.431011 [ 3 ] {} <Debug> HTTP-Session: 25383a5a-e97d-43a1-9b59-84a018261846 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
592 | 2024.03.11 14:39:23.431035 [ 3 ] {} <Debug> HTTP-Session: 25383a5a-e97d-43a1-9b59-84a018261846 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
593 | 2024.03.11 14:39:23.431065 [ 3 ] {} <Trace> HTTP-Session: 25383a5a-e97d-43a1-9b59-84a018261846 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
594 | 2024.03.11 14:39:23.431227 [ 3 ] {3fb800de-1445-4950-a7dd-b7a482c91d2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52115) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int64), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
595 | 2024.03.11 14:39:23.431281 [ 3 ] {3fb800de-1445-4950-a7dd-b7a482c91d2a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
596 | 2024.03.11 14:39:23.432855 [ 3 ] {3fb800de-1445-4950-a7dd-b7a482c91d2a} <Debug> oximeter.measurements_histogrami64 (1bf17a05-87d1-4769-ab31-568665497185): Loading data parts | ||
597 | 2024.03.11 14:39:23.433025 [ 3 ] {3fb800de-1445-4950-a7dd-b7a482c91d2a} <Debug> oximeter.measurements_histogrami64 (1bf17a05-87d1-4769-ab31-568665497185): There are no data parts | ||
598 | 2024.03.11 14:39:23.434396 [ 3 ] {3fb800de-1445-4950-a7dd-b7a482c91d2a} <Debug> DynamicQueryHandler: Done processing query | ||
599 | 2024.03.11 14:39:23.434431 [ 3 ] {} <Debug> HTTP-Session: 25383a5a-e97d-43a1-9b59-84a018261846 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
600 | 2024.03.11 14:39:23.434542 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52115, User-Agent: (none), Length: 375, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
601 | 2024.03.11 14:39:23.434596 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
602 | 2024.03.11 14:39:23.434620 [ 3 ] {} <Debug> HTTP-Session: fa4bc768-8218-40df-ba4a-b66df93a0b72 Authenticating user 'default' from [fd00:1122:3344:101::d]:52115 | ||
603 | 2024.03.11 14:39:23.434636 [ 3 ] {} <Debug> HTTP-Session: fa4bc768-8218-40df-ba4a-b66df93a0b72 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
604 | 2024.03.11 14:39:23.434655 [ 3 ] {} <Debug> HTTP-Session: fa4bc768-8218-40df-ba4a-b66df93a0b72 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
605 | 2024.03.11 14:39:23.434689 [ 3 ] {} <Trace> HTTP-Session: fa4bc768-8218-40df-ba4a-b66df93a0b72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
606 | 2024.03.11 14:39:23.434848 [ 3 ] {f425c18c-57e4-4ead-b67b-d9d58034bd26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52115) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt64), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
607 | 2024.03.11 14:39:23.434905 [ 3 ] {f425c18c-57e4-4ead-b67b-d9d58034bd26} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
608 | 2024.03.11 14:39:23.437313 [ 3 ] {f425c18c-57e4-4ead-b67b-d9d58034bd26} <Debug> oximeter.measurements_histogramu64 (025514b0-9c0b-45d2-84e1-895f34579bf1): Loading data parts | ||
609 | 2024.03.11 14:39:23.437488 [ 3 ] {f425c18c-57e4-4ead-b67b-d9d58034bd26} <Debug> oximeter.measurements_histogramu64 (025514b0-9c0b-45d2-84e1-895f34579bf1): There are no data parts | ||
610 | 2024.03.11 14:39:23.438703 [ 3 ] {f425c18c-57e4-4ead-b67b-d9d58034bd26} <Debug> DynamicQueryHandler: Done processing query | ||
611 | 2024.03.11 14:39:23.438737 [ 3 ] {} <Debug> HTTP-Session: fa4bc768-8218-40df-ba4a-b66df93a0b72 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
612 | 2024.03.11 14:39:23.438870 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52115, User-Agent: (none), Length: 376, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
613 | 2024.03.11 14:39:23.438916 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
614 | 2024.03.11 14:39:23.438941 [ 3 ] {} <Debug> HTTP-Session: d4b1e4ee-1279-42d5-9f03-89d6644a86b3 Authenticating user 'default' from [fd00:1122:3344:101::d]:52115 | ||
615 | 2024.03.11 14:39:23.438964 [ 3 ] {} <Debug> HTTP-Session: d4b1e4ee-1279-42d5-9f03-89d6644a86b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
616 | 2024.03.11 14:39:23.438977 [ 3 ] {} <Debug> HTTP-Session: d4b1e4ee-1279-42d5-9f03-89d6644a86b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
617 | 2024.03.11 14:39:23.439012 [ 3 ] {} <Trace> HTTP-Session: d4b1e4ee-1279-42d5-9f03-89d6644a86b3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
618 | 2024.03.11 14:39:23.439169 [ 3 ] {18a441a8-a501-4fda-93f0-ac881749eaf5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52115) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float32), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
619 | 2024.03.11 14:39:23.439225 [ 3 ] {18a441a8-a501-4fda-93f0-ac881749eaf5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
620 | 2024.03.11 14:39:23.441439 [ 3 ] {18a441a8-a501-4fda-93f0-ac881749eaf5} <Debug> oximeter.measurements_histogramf32 (6a293c99-6915-441f-8778-f08a120f46dd): Loading data parts | ||
621 | 2024.03.11 14:39:23.441592 [ 3 ] {18a441a8-a501-4fda-93f0-ac881749eaf5} <Debug> oximeter.measurements_histogramf32 (6a293c99-6915-441f-8778-f08a120f46dd): There are no data parts | ||
622 | 2024.03.11 14:39:23.442891 [ 3 ] {18a441a8-a501-4fda-93f0-ac881749eaf5} <Debug> DynamicQueryHandler: Done processing query | ||
623 | 2024.03.11 14:39:23.442918 [ 3 ] {} <Debug> HTTP-Session: d4b1e4ee-1279-42d5-9f03-89d6644a86b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
624 | 2024.03.11 14:39:23.443046 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52115, User-Agent: (none), Length: 376, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
625 | 2024.03.11 14:39:23.443098 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
626 | 2024.03.11 14:39:23.443116 [ 3 ] {} <Debug> HTTP-Session: f69d1eec-96de-4195-8c04-511a426f7694 Authenticating user 'default' from [fd00:1122:3344:101::d]:52115 | ||
627 | 2024.03.11 14:39:23.443138 [ 3 ] {} <Debug> HTTP-Session: f69d1eec-96de-4195-8c04-511a426f7694 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
628 | 2024.03.11 14:39:23.443158 [ 3 ] {} <Debug> HTTP-Session: f69d1eec-96de-4195-8c04-511a426f7694 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
629 | 2024.03.11 14:39:23.443187 [ 3 ] {} <Trace> HTTP-Session: f69d1eec-96de-4195-8c04-511a426f7694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
630 | 2024.03.11 14:39:23.443348 [ 3 ] {0844e988-904a-4e85-a2e3-0e5e0fa2f3fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52115) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float64), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
631 | 2024.03.11 14:39:23.443403 [ 3 ] {0844e988-904a-4e85-a2e3-0e5e0fa2f3fc} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
632 | 2024.03.11 14:39:23.445510 [ 3 ] {0844e988-904a-4e85-a2e3-0e5e0fa2f3fc} <Debug> oximeter.measurements_histogramf64 (b99726d6-44d2-48b6-acca-e9ba9748d6b9): Loading data parts | ||
633 | 2024.03.11 14:39:23.445711 [ 3 ] {0844e988-904a-4e85-a2e3-0e5e0fa2f3fc} <Debug> oximeter.measurements_histogramf64 (b99726d6-44d2-48b6-acca-e9ba9748d6b9): There are no data parts | ||
634 | 2024.03.11 14:39:23.446930 [ 3 ] {0844e988-904a-4e85-a2e3-0e5e0fa2f3fc} <Debug> DynamicQueryHandler: Done processing query | ||
635 | 2024.03.11 14:39:23.446965 [ 3 ] {} <Debug> HTTP-Session: f69d1eec-96de-4195-8c04-511a426f7694 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
636 | 2024.03.11 14:39:23.447100 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52115, User-Agent: (none), Length: 1196, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
637 | 2024.03.11 14:39:23.447152 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
638 | 2024.03.11 14:39:23.447178 [ 3 ] {} <Debug> HTTP-Session: de137abf-26c4-4170-94a2-fff380818399 Authenticating user 'default' from [fd00:1122:3344:101::d]:52115 | ||
639 | 2024.03.11 14:39:23.447194 [ 3 ] {} <Debug> HTTP-Session: de137abf-26c4-4170-94a2-fff380818399 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
640 | 2024.03.11 14:39:23.447213 [ 3 ] {} <Debug> HTTP-Session: de137abf-26c4-4170-94a2-fff380818399 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
641 | 2024.03.11 14:39:23.447247 [ 3 ] {} <Trace> HTTP-Session: de137abf-26c4-4170-94a2-fff380818399 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
642 | 2024.03.11 14:39:23.447361 [ 3 ] {314779c7-7c16-4048-b121-966f1fd7fa00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52115) /* The field tables store named dimensions of each timeseries. | ||
643 | * | ||
644 | * As with the measurement tables, there is one field table for each field data | ||
645 | * type. Fields are deduplicated by using the "replacing merge tree", though | ||
646 | * this behavior **must not** be relied upon for query correctness. | ||
647 | * | ||
648 | * The index for the fields differs from the measurements, however. Rows are | ||
649 | * sorted by timeseries name, then field name, field value, and finally | ||
650 | * timeseries key. This reflects the most common pattern for looking them up: | ||
651 | * by field name and possibly value, within a timeseries. The resulting keys are | ||
652 | * usually then used to look up measurements. | ||
653 | * | ||
654 | * NOTE: We may want to consider a secondary index on these tables, sorting by | ||
655 | * timeseries name and then key, since it would improve lookups where one | ||
656 | * already has the key. Realistically though, these tables are quite small and | ||
657 | * so performance benefits will be low in absolute terms. | ||
658 | */ | ||
659 | CREATE TABLE IF NOT EXISTS oximeter.fields_bool ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
660 | 2024.03.11 14:39:23.447413 [ 3 ] {314779c7-7c16-4048-b121-966f1fd7fa00} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
661 | 2024.03.11 14:39:23.449038 [ 3 ] {314779c7-7c16-4048-b121-966f1fd7fa00} <Debug> oximeter.fields_bool (b02b4742-049c-40c1-82ad-db194c8e2cf1): Loading data parts | ||
662 | 2024.03.11 14:39:23.449167 [ 3 ] {314779c7-7c16-4048-b121-966f1fd7fa00} <Debug> oximeter.fields_bool (b02b4742-049c-40c1-82ad-db194c8e2cf1): There are no data parts | ||
663 | 2024.03.11 14:39:23.450396 [ 3 ] {314779c7-7c16-4048-b121-966f1fd7fa00} <Debug> DynamicQueryHandler: Done processing query | ||
664 | 2024.03.11 14:39:23.450422 [ 3 ] {} <Debug> HTTP-Session: de137abf-26c4-4170-94a2-fff380818399 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
665 | 2024.03.11 14:39:23.450556 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52115, User-Agent: (none), Length: 248, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
666 | 2024.03.11 14:39:23.450609 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
667 | 2024.03.11 14:39:23.450626 [ 3 ] {} <Debug> HTTP-Session: 6ac24fa8-c800-44f5-8fa9-a1758c9b59fa Authenticating user 'default' from [fd00:1122:3344:101::d]:52115 | ||
668 | 2024.03.11 14:39:23.450649 [ 3 ] {} <Debug> HTTP-Session: 6ac24fa8-c800-44f5-8fa9-a1758c9b59fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
669 | 2024.03.11 14:39:23.450669 [ 3 ] {} <Debug> HTTP-Session: 6ac24fa8-c800-44f5-8fa9-a1758c9b59fa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
670 | 2024.03.11 14:39:23.450698 [ 3 ] {} <Trace> HTTP-Session: 6ac24fa8-c800-44f5-8fa9-a1758c9b59fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
671 | 2024.03.11 14:39:23.450814 [ 3 ] {9bb1e41a-adb3-43e4-8476-0a10494ce243} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52115) CREATE TABLE IF NOT EXISTS oximeter.fields_i8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int8 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
672 | 2024.03.11 14:39:23.450864 [ 3 ] {9bb1e41a-adb3-43e4-8476-0a10494ce243} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
673 | 2024.03.11 14:39:23.452421 [ 3 ] {9bb1e41a-adb3-43e4-8476-0a10494ce243} <Debug> oximeter.fields_i8 (c77499a9-b2df-4153-a9b0-bd6b261161a9): Loading data parts | ||
674 | 2024.03.11 14:39:23.452557 [ 3 ] {9bb1e41a-adb3-43e4-8476-0a10494ce243} <Debug> oximeter.fields_i8 (c77499a9-b2df-4153-a9b0-bd6b261161a9): There are no data parts | ||
675 | 2024.03.11 14:39:23.453654 [ 3 ] {9bb1e41a-adb3-43e4-8476-0a10494ce243} <Debug> DynamicQueryHandler: Done processing query | ||
676 | 2024.03.11 14:39:23.453688 [ 3 ] {} <Debug> HTTP-Session: 6ac24fa8-c800-44f5-8fa9-a1758c9b59fa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
677 | 2024.03.11 14:39:23.453818 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52115, User-Agent: (none), Length: 249, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
678 | 2024.03.11 14:39:23.453864 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
679 | 2024.03.11 14:39:23.453889 [ 3 ] {} <Debug> HTTP-Session: cc83121d-89dc-4daf-a69c-7a17c7153460 Authenticating user 'default' from [fd00:1122:3344:101::d]:52115 | ||
680 | 2024.03.11 14:39:23.453919 [ 3 ] {} <Debug> HTTP-Session: cc83121d-89dc-4daf-a69c-7a17c7153460 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
681 | 2024.03.11 14:39:23.453933 [ 3 ] {} <Debug> HTTP-Session: cc83121d-89dc-4daf-a69c-7a17c7153460 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
682 | 2024.03.11 14:39:23.453967 [ 3 ] {} <Trace> HTTP-Session: cc83121d-89dc-4daf-a69c-7a17c7153460 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
683 | 2024.03.11 14:39:23.454083 [ 3 ] {392dee9d-251c-4386-b1b0-6305a90c116f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52115) CREATE TABLE IF NOT EXISTS oximeter.fields_u8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
684 | 2024.03.11 14:39:23.454126 [ 3 ] {392dee9d-251c-4386-b1b0-6305a90c116f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
685 | 2024.03.11 14:39:23.455678 [ 3 ] {392dee9d-251c-4386-b1b0-6305a90c116f} <Debug> oximeter.fields_u8 (2095c812-0d62-4d3b-a49b-674341123919): Loading data parts | ||
686 | 2024.03.11 14:39:23.455790 [ 3 ] {392dee9d-251c-4386-b1b0-6305a90c116f} <Debug> oximeter.fields_u8 (2095c812-0d62-4d3b-a49b-674341123919): There are no data parts | ||
687 | 2024.03.11 14:39:23.457105 [ 3 ] {392dee9d-251c-4386-b1b0-6305a90c116f} <Debug> DynamicQueryHandler: Done processing query | ||
688 | 2024.03.11 14:39:23.457145 [ 3 ] {} <Debug> HTTP-Session: cc83121d-89dc-4daf-a69c-7a17c7153460 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
689 | 2024.03.11 14:39:23.457268 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52115, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
690 | 2024.03.11 14:39:23.457320 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
691 | 2024.03.11 14:39:23.457345 [ 3 ] {} <Debug> HTTP-Session: aa18ed18-ee13-45c4-8a78-785a45e5301c Authenticating user 'default' from [fd00:1122:3344:101::d]:52115 | ||
692 | 2024.03.11 14:39:23.457361 [ 3 ] {} <Debug> HTTP-Session: aa18ed18-ee13-45c4-8a78-785a45e5301c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
693 | 2024.03.11 14:39:23.457381 [ 3 ] {} <Debug> HTTP-Session: aa18ed18-ee13-45c4-8a78-785a45e5301c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
694 | 2024.03.11 14:39:23.457416 [ 3 ] {} <Trace> HTTP-Session: aa18ed18-ee13-45c4-8a78-785a45e5301c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
695 | 2024.03.11 14:39:23.457524 [ 3 ] {7b0f55fc-0312-4ef2-8a6c-563d47590935} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52115) CREATE TABLE IF NOT EXISTS oximeter.fields_i16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int16 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
696 | 2024.03.11 14:39:23.457574 [ 3 ] {7b0f55fc-0312-4ef2-8a6c-563d47590935} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
697 | 2024.03.11 14:39:23.459125 [ 3 ] {7b0f55fc-0312-4ef2-8a6c-563d47590935} <Debug> oximeter.fields_i16 (1bed5c12-570d-46fc-aa08-7327f2a751ef): Loading data parts | ||
698 | 2024.03.11 14:39:23.459268 [ 3 ] {7b0f55fc-0312-4ef2-8a6c-563d47590935} <Debug> oximeter.fields_i16 (1bed5c12-570d-46fc-aa08-7327f2a751ef): There are no data parts | ||
699 | 2024.03.11 14:39:23.461289 [ 3 ] {7b0f55fc-0312-4ef2-8a6c-563d47590935} <Debug> DynamicQueryHandler: Done processing query | ||
700 | 2024.03.11 14:39:23.461315 [ 3 ] {} <Debug> HTTP-Session: aa18ed18-ee13-45c4-8a78-785a45e5301c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
701 | 2024.03.11 14:39:23.461443 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52115, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
702 | 2024.03.11 14:39:23.461496 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
703 | 2024.03.11 14:39:23.461513 [ 3 ] {} <Debug> HTTP-Session: d7e7ed16-06de-4003-b905-6deb60ce4eab Authenticating user 'default' from [fd00:1122:3344:101::d]:52115 | ||
704 | 2024.03.11 14:39:23.461537 [ 3 ] {} <Debug> HTTP-Session: d7e7ed16-06de-4003-b905-6deb60ce4eab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
705 | 2024.03.11 14:39:23.461559 [ 3 ] {} <Debug> HTTP-Session: d7e7ed16-06de-4003-b905-6deb60ce4eab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
706 | 2024.03.11 14:39:23.461587 [ 3 ] {} <Trace> HTTP-Session: d7e7ed16-06de-4003-b905-6deb60ce4eab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
707 | 2024.03.11 14:39:23.461702 [ 3 ] {9c5c9823-e290-41b2-887b-ced6e06b808d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52115) CREATE TABLE IF NOT EXISTS oximeter.fields_u16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt16 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
708 | 2024.03.11 14:39:23.461753 [ 3 ] {9c5c9823-e290-41b2-887b-ced6e06b808d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
709 | 2024.03.11 14:39:23.463234 [ 3 ] {9c5c9823-e290-41b2-887b-ced6e06b808d} <Debug> oximeter.fields_u16 (6b7af958-2474-4c0b-b5ad-97e1406ef2f2): Loading data parts | ||
710 | 2024.03.11 14:39:23.463376 [ 3 ] {9c5c9823-e290-41b2-887b-ced6e06b808d} <Debug> oximeter.fields_u16 (6b7af958-2474-4c0b-b5ad-97e1406ef2f2): There are no data parts | ||
711 | 2024.03.11 14:39:23.464858 [ 3 ] {9c5c9823-e290-41b2-887b-ced6e06b808d} <Debug> DynamicQueryHandler: Done processing query | ||
712 | 2024.03.11 14:39:23.464894 [ 3 ] {} <Debug> HTTP-Session: d7e7ed16-06de-4003-b905-6deb60ce4eab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
713 | 2024.03.11 14:39:23.465040 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52115, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
714 | 2024.03.11 14:39:23.465100 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
715 | 2024.03.11 14:39:23.465120 [ 3 ] {} <Debug> HTTP-Session: f975e5b9-3cdf-4ca5-b46f-de687b3c25a9 Authenticating user 'default' from [fd00:1122:3344:101::d]:52115 | ||
716 | 2024.03.11 14:39:23.465143 [ 3 ] {} <Debug> HTTP-Session: f975e5b9-3cdf-4ca5-b46f-de687b3c25a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
717 | 2024.03.11 14:39:23.465157 [ 3 ] {} <Debug> HTTP-Session: f975e5b9-3cdf-4ca5-b46f-de687b3c25a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
718 | 2024.03.11 14:39:23.465195 [ 3 ] {} <Trace> HTTP-Session: f975e5b9-3cdf-4ca5-b46f-de687b3c25a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
719 | 2024.03.11 14:39:23.465315 [ 3 ] {ab74e14c-099b-4ed4-b319-261454736eaa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52115) CREATE TABLE IF NOT EXISTS oximeter.fields_i32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int32 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
720 | 2024.03.11 14:39:23.465368 [ 3 ] {ab74e14c-099b-4ed4-b319-261454736eaa} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
721 | 2024.03.11 14:39:23.466959 [ 3 ] {ab74e14c-099b-4ed4-b319-261454736eaa} <Debug> oximeter.fields_i32 (b6bfc240-716e-45e5-b3a5-6c92f53883a9): Loading data parts | ||
722 | 2024.03.11 14:39:23.467105 [ 3 ] {ab74e14c-099b-4ed4-b319-261454736eaa} <Debug> oximeter.fields_i32 (b6bfc240-716e-45e5-b3a5-6c92f53883a9): There are no data parts | ||
723 | 2024.03.11 14:39:23.468694 [ 3 ] {ab74e14c-099b-4ed4-b319-261454736eaa} <Debug> DynamicQueryHandler: Done processing query | ||
724 | 2024.03.11 14:39:23.468733 [ 3 ] {} <Debug> HTTP-Session: f975e5b9-3cdf-4ca5-b46f-de687b3c25a9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
725 | 2024.03.11 14:39:23.468862 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52115, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
726 | 2024.03.11 14:39:23.468937 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
727 | 2024.03.11 14:39:23.468958 [ 3 ] {} <Debug> HTTP-Session: b790233c-66a9-44f3-95fe-db12fa2a4eee Authenticating user 'default' from [fd00:1122:3344:101::d]:52115 | ||
728 | 2024.03.11 14:39:23.468974 [ 3 ] {} <Debug> HTTP-Session: b790233c-66a9-44f3-95fe-db12fa2a4eee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
729 | 2024.03.11 14:39:23.468994 [ 3 ] {} <Debug> HTTP-Session: b790233c-66a9-44f3-95fe-db12fa2a4eee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
730 | 2024.03.11 14:39:23.469030 [ 3 ] {} <Trace> HTTP-Session: b790233c-66a9-44f3-95fe-db12fa2a4eee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
731 | 2024.03.11 14:39:23.469156 [ 3 ] {80765e3a-e104-435b-9a2c-2e8832d5844e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52115) CREATE TABLE IF NOT EXISTS oximeter.fields_u32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt32 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
732 | 2024.03.11 14:39:23.469204 [ 3 ] {80765e3a-e104-435b-9a2c-2e8832d5844e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
733 | 2024.03.11 14:39:23.470698 [ 3 ] {80765e3a-e104-435b-9a2c-2e8832d5844e} <Debug> oximeter.fields_u32 (ae8462de-6420-4c2e-ba3b-8037206b8bcd): Loading data parts | ||
734 | 2024.03.11 14:39:23.470840 [ 3 ] {80765e3a-e104-435b-9a2c-2e8832d5844e} <Debug> oximeter.fields_u32 (ae8462de-6420-4c2e-ba3b-8037206b8bcd): There are no data parts | ||
735 | 2024.03.11 14:39:23.472304 [ 3 ] {80765e3a-e104-435b-9a2c-2e8832d5844e} <Debug> DynamicQueryHandler: Done processing query | ||
736 | 2024.03.11 14:39:23.472331 [ 3 ] {} <Debug> HTTP-Session: b790233c-66a9-44f3-95fe-db12fa2a4eee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
737 | 2024.03.11 14:39:23.472466 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52115, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
738 | 2024.03.11 14:39:23.472529 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
739 | 2024.03.11 14:39:23.472572 [ 3 ] {} <Debug> HTTP-Session: 96984461-a5cc-473e-8713-286704ae8716 Authenticating user 'default' from [fd00:1122:3344:101::d]:52115 | ||
740 | 2024.03.11 14:39:23.472598 [ 3 ] {} <Debug> HTTP-Session: 96984461-a5cc-473e-8713-286704ae8716 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
741 | 2024.03.11 14:39:23.472632 [ 3 ] {} <Debug> HTTP-Session: 96984461-a5cc-473e-8713-286704ae8716 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
742 | 2024.03.11 14:39:23.472669 [ 3 ] {} <Trace> HTTP-Session: 96984461-a5cc-473e-8713-286704ae8716 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
743 | 2024.03.11 14:39:23.472787 [ 3 ] {2aebb2d2-1ca4-49a5-a43c-44b6a0371d19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52115) CREATE TABLE IF NOT EXISTS oximeter.fields_i64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int64 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
744 | 2024.03.11 14:39:23.472838 [ 3 ] {2aebb2d2-1ca4-49a5-a43c-44b6a0371d19} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
745 | 2024.03.11 14:39:23.474322 [ 3 ] {2aebb2d2-1ca4-49a5-a43c-44b6a0371d19} <Debug> oximeter.fields_i64 (6b5cb674-03e1-439e-829c-27b13be59f30): Loading data parts | ||
746 | 2024.03.11 14:39:23.474453 [ 3 ] {2aebb2d2-1ca4-49a5-a43c-44b6a0371d19} <Debug> oximeter.fields_i64 (6b5cb674-03e1-439e-829c-27b13be59f30): There are no data parts | ||
747 | 2024.03.11 14:39:23.476090 [ 3 ] {2aebb2d2-1ca4-49a5-a43c-44b6a0371d19} <Debug> DynamicQueryHandler: Done processing query | ||
748 | 2024.03.11 14:39:23.476116 [ 3 ] {} <Debug> HTTP-Session: 96984461-a5cc-473e-8713-286704ae8716 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
749 | 2024.03.11 14:39:23.476252 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52115, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
750 | 2024.03.11 14:39:23.476303 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
751 | 2024.03.11 14:39:23.476321 [ 3 ] {} <Debug> HTTP-Session: 746317b9-53f5-429e-b5ca-2622b141516a Authenticating user 'default' from [fd00:1122:3344:101::d]:52115 | ||
752 | 2024.03.11 14:39:23.476345 [ 3 ] {} <Debug> HTTP-Session: 746317b9-53f5-429e-b5ca-2622b141516a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
753 | 2024.03.11 14:39:23.476365 [ 3 ] {} <Debug> HTTP-Session: 746317b9-53f5-429e-b5ca-2622b141516a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
754 | 2024.03.11 14:39:23.476394 [ 3 ] {} <Trace> HTTP-Session: 746317b9-53f5-429e-b5ca-2622b141516a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
755 | 2024.03.11 14:39:23.476510 [ 3 ] {82df8fb4-598b-4dfc-bdd2-c3e60c68a89e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52115) CREATE TABLE IF NOT EXISTS oximeter.fields_u64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt64 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
756 | 2024.03.11 14:39:23.476560 [ 3 ] {82df8fb4-598b-4dfc-bdd2-c3e60c68a89e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
757 | 2024.03.11 14:39:23.478144 [ 3 ] {82df8fb4-598b-4dfc-bdd2-c3e60c68a89e} <Debug> oximeter.fields_u64 (42685502-ecb5-4cd3-b863-25d76766b56b): Loading data parts | ||
758 | 2024.03.11 14:39:23.478281 [ 3 ] {82df8fb4-598b-4dfc-bdd2-c3e60c68a89e} <Debug> oximeter.fields_u64 (42685502-ecb5-4cd3-b863-25d76766b56b): There are no data parts | ||
759 | 2024.03.11 14:39:23.479836 [ 3 ] {82df8fb4-598b-4dfc-bdd2-c3e60c68a89e} <Debug> DynamicQueryHandler: Done processing query | ||
760 | 2024.03.11 14:39:23.479862 [ 3 ] {} <Debug> HTTP-Session: 746317b9-53f5-429e-b5ca-2622b141516a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
761 | 2024.03.11 14:39:23.479983 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52115, User-Agent: (none), Length: 252, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
762 | 2024.03.11 14:39:23.480036 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
763 | 2024.03.11 14:39:23.480054 [ 3 ] {} <Debug> HTTP-Session: f900b4f7-ddda-420e-85ab-b608dc30f567 Authenticating user 'default' from [fd00:1122:3344:101::d]:52115 | ||
764 | 2024.03.11 14:39:23.480077 [ 3 ] {} <Debug> HTTP-Session: f900b4f7-ddda-420e-85ab-b608dc30f567 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
765 | 2024.03.11 14:39:23.480100 [ 3 ] {} <Debug> HTTP-Session: f900b4f7-ddda-420e-85ab-b608dc30f567 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
766 | 2024.03.11 14:39:23.480128 [ 3 ] {} <Trace> HTTP-Session: f900b4f7-ddda-420e-85ab-b608dc30f567 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
767 | 2024.03.11 14:39:23.480282 [ 3 ] {749c975c-9db7-434f-9422-bd7183b10b32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52115) CREATE TABLE IF NOT EXISTS oximeter.fields_ipaddr ( timeseries_name String, timeseries_key UInt64, field_name String, field_value IPv6 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
768 | 2024.03.11 14:39:23.480320 [ 3 ] {749c975c-9db7-434f-9422-bd7183b10b32} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
769 | 2024.03.11 14:39:23.482067 [ 3 ] {749c975c-9db7-434f-9422-bd7183b10b32} <Debug> oximeter.fields_ipaddr (334e9a02-ace0-41a3-88ff-f52311cf0408): Loading data parts | ||
770 | 2024.03.11 14:39:23.482196 [ 3 ] {749c975c-9db7-434f-9422-bd7183b10b32} <Debug> oximeter.fields_ipaddr (334e9a02-ace0-41a3-88ff-f52311cf0408): There are no data parts | ||
771 | 2024.03.11 14:39:23.483427 [ 3 ] {749c975c-9db7-434f-9422-bd7183b10b32} <Debug> DynamicQueryHandler: Done processing query | ||
772 | 2024.03.11 14:39:23.483465 [ 3 ] {} <Debug> HTTP-Session: f900b4f7-ddda-420e-85ab-b608dc30f567 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
773 | 2024.03.11 14:39:23.483584 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52115, User-Agent: (none), Length: 254, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
774 | 2024.03.11 14:39:23.483635 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
775 | 2024.03.11 14:39:23.483664 [ 3 ] {} <Debug> HTTP-Session: 2eca01b6-e55d-4f34-9f4d-f1a0ca2a5ba7 Authenticating user 'default' from [fd00:1122:3344:101::d]:52115 | ||
776 | 2024.03.11 14:39:23.483681 [ 3 ] {} <Debug> HTTP-Session: 2eca01b6-e55d-4f34-9f4d-f1a0ca2a5ba7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
777 | 2024.03.11 14:39:23.483695 [ 3 ] {} <Debug> HTTP-Session: 2eca01b6-e55d-4f34-9f4d-f1a0ca2a5ba7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
778 | 2024.03.11 14:39:23.483724 [ 3 ] {} <Trace> HTTP-Session: 2eca01b6-e55d-4f34-9f4d-f1a0ca2a5ba7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
779 | 2024.03.11 14:39:23.483836 [ 3 ] {da1ca744-e201-4de9-80b0-3c2531e4ee79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52115) CREATE TABLE IF NOT EXISTS oximeter.fields_string ( timeseries_name String, timeseries_key UInt64, field_name String, field_value String ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
780 | 2024.03.11 14:39:23.483874 [ 3 ] {da1ca744-e201-4de9-80b0-3c2531e4ee79} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
781 | 2024.03.11 14:39:23.485437 [ 3 ] {da1ca744-e201-4de9-80b0-3c2531e4ee79} <Debug> oximeter.fields_string (6a098439-de07-471e-80b6-bdb8a57beb92): Loading data parts | ||
782 | 2024.03.11 14:39:23.485571 [ 3 ] {da1ca744-e201-4de9-80b0-3c2531e4ee79} <Debug> oximeter.fields_string (6a098439-de07-471e-80b6-bdb8a57beb92): There are no data parts | ||
783 | 2024.03.11 14:39:23.486815 [ 3 ] {da1ca744-e201-4de9-80b0-3c2531e4ee79} <Debug> DynamicQueryHandler: Done processing query | ||
784 | 2024.03.11 14:39:23.486841 [ 3 ] {} <Debug> HTTP-Session: 2eca01b6-e55d-4f34-9f4d-f1a0ca2a5ba7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
785 | 2024.03.11 14:39:23.486951 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52115, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
786 | 2024.03.11 14:39:23.486993 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
787 | 2024.03.11 14:39:23.487011 [ 3 ] {} <Debug> HTTP-Session: 6ca93206-7a27-42d0-8565-11774253c169 Authenticating user 'default' from [fd00:1122:3344:101::d]:52115 | ||
788 | 2024.03.11 14:39:23.487026 [ 3 ] {} <Debug> HTTP-Session: 6ca93206-7a27-42d0-8565-11774253c169 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
789 | 2024.03.11 14:39:23.487038 [ 3 ] {} <Debug> HTTP-Session: 6ca93206-7a27-42d0-8565-11774253c169 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
790 | 2024.03.11 14:39:23.487065 [ 3 ] {} <Trace> HTTP-Session: 6ca93206-7a27-42d0-8565-11774253c169 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
791 | 2024.03.11 14:39:23.487168 [ 3 ] {4903a6f9-2f35-4af6-afe6-26c42a467724} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52115) CREATE TABLE IF NOT EXISTS oximeter.fields_uuid ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UUID ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
792 | 2024.03.11 14:39:23.487202 [ 3 ] {4903a6f9-2f35-4af6-afe6-26c42a467724} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
793 | 2024.03.11 14:39:23.488779 [ 3 ] {4903a6f9-2f35-4af6-afe6-26c42a467724} <Debug> oximeter.fields_uuid (3d1f8790-6847-4f06-bce3-6d9b6f4d0836): Loading data parts | ||
794 | 2024.03.11 14:39:23.488939 [ 3 ] {4903a6f9-2f35-4af6-afe6-26c42a467724} <Debug> oximeter.fields_uuid (3d1f8790-6847-4f06-bce3-6d9b6f4d0836): There are no data parts | ||
795 | 2024.03.11 14:39:23.490266 [ 3 ] {4903a6f9-2f35-4af6-afe6-26c42a467724} <Debug> DynamicQueryHandler: Done processing query | ||
796 | 2024.03.11 14:39:23.490292 [ 3 ] {} <Debug> HTTP-Session: 6ca93206-7a27-42d0-8565-11774253c169 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
797 | 2024.03.11 14:39:23.490404 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52115, User-Agent: (none), Length: 1416, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
798 | 2024.03.11 14:39:23.490450 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
799 | 2024.03.11 14:39:23.490468 [ 3 ] {} <Debug> HTTP-Session: 468d89da-ee30-497d-b0ae-4860938feb0f Authenticating user 'default' from [fd00:1122:3344:101::d]:52115 | ||
800 | 2024.03.11 14:39:23.490485 [ 3 ] {} <Debug> HTTP-Session: 468d89da-ee30-497d-b0ae-4860938feb0f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
801 | 2024.03.11 14:39:23.490498 [ 3 ] {} <Debug> HTTP-Session: 468d89da-ee30-497d-b0ae-4860938feb0f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
802 | 2024.03.11 14:39:23.490527 [ 3 ] {} <Trace> HTTP-Session: 468d89da-ee30-497d-b0ae-4860938feb0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
803 | 2024.03.11 14:39:23.490705 [ 3 ] {f1bc3d92-1bae-49fb-82dc-3e3c9de4f5bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52115) /* The timeseries schema table stores the extracted schema for the samples | ||
804 | * oximeter collects. | ||
805 | */ | ||
806 | CREATE TABLE IF NOT EXISTS oximeter.timeseries_schema ( timeseries_name String, fields Nested( name String, type Enum( 'Bool' = 1, 'I64' = 2, 'IpAddr' = 3, 'String' = 4, 'Uuid' = 6, 'I8' = 7, 'U8' = 8, 'I16' = 9, 'U16' = 10, 'I32' = 11, 'U32' = 12, 'U64' = 13 ), source Enum( 'Target' = 1, 'Metric' = 2 ) ), datum_type Enum( 'Bool' = 1, 'I64' = 2, 'F64' = 3, 'String' = 4, 'Bytes' = 5, 'CumulativeI64' = 6, 'CumulativeF64' = 7, 'HistogramI64' = 8, 'HistogramF64' = 9, 'I8' = 10, 'U8' = 11, 'I16' = 12, 'U16' = 13, 'I32' = 14, 'U32' = 15, 'U64' = 16, 'F32' = 17, 'CumulativeU64' = 18, 'CumulativeF32' = 19, 'HistogramI8' = 20, 'HistogramU8' = 21, 'HistogramI16' = 22, 'HistogramU16' = 23, 'HistogramI32' = 24, 'HistogramU32' = 25, 'HistogramU64' = 26, 'HistogramF32' = 27 ), created DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (timeseries_name, fields.name) (stage: Complete) | ||
807 | 2024.03.11 14:39:23.490760 [ 3 ] {f1bc3d92-1bae-49fb-82dc-3e3c9de4f5bc} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
808 | 2024.03.11 14:39:23.492326 [ 3 ] {f1bc3d92-1bae-49fb-82dc-3e3c9de4f5bc} <Debug> oximeter.timeseries_schema (a2337229-59f8-4db6-b46f-82bd1eb79445): Loading data parts | ||
809 | 2024.03.11 14:39:23.492453 [ 3 ] {f1bc3d92-1bae-49fb-82dc-3e3c9de4f5bc} <Debug> oximeter.timeseries_schema (a2337229-59f8-4db6-b46f-82bd1eb79445): There are no data parts | ||
810 | 2024.03.11 14:39:23.493803 [ 3 ] {f1bc3d92-1bae-49fb-82dc-3e3c9de4f5bc} <Debug> DynamicQueryHandler: Done processing query | ||
811 | 2024.03.11 14:39:23.493831 [ 3 ] {} <Debug> HTTP-Session: 468d89da-ee30-497d-b0ae-4860938feb0f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
812 | 2024.03.11 14:39:23.493968 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52115, User-Agent: (none), Length: 51, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
813 | 2024.03.11 14:39:23.494015 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
814 | 2024.03.11 14:39:23.494033 [ 3 ] {} <Debug> HTTP-Session: d84c2abf-3cc2-42b8-850c-5f64ee376f62 Authenticating user 'default' from [fd00:1122:3344:101::d]:52115 | ||
815 | 2024.03.11 14:39:23.494050 [ 3 ] {} <Debug> HTTP-Session: d84c2abf-3cc2-42b8-850c-5f64ee376f62 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
816 | 2024.03.11 14:39:23.494063 [ 3 ] {} <Debug> HTTP-Session: d84c2abf-3cc2-42b8-850c-5f64ee376f62 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
817 | 2024.03.11 14:39:23.494092 [ 3 ] {} <Trace> HTTP-Session: d84c2abf-3cc2-42b8-850c-5f64ee376f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
818 | 2024.03.11 14:39:23.494226 [ 3 ] {46010678-34d0-4820-aa21-cea6321207e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52115) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
819 | 2024.03.11 14:39:23.496087 [ 3 ] {46010678-34d0-4820-aa21-cea6321207e5} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
820 | 2024.03.11 14:39:23.500258 [ 3 ] {46010678-34d0-4820-aa21-cea6321207e5} <Trace> oximeter.version (3c02423e-770f-40cd-8447-902473a18218): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
821 | 2024.03.11 14:39:23.500293 [ 3 ] {46010678-34d0-4820-aa21-cea6321207e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
822 | 2024.03.11 14:39:23.505151 [ 3 ] {46010678-34d0-4820-aa21-cea6321207e5} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
823 | 2024.03.11 14:39:23.506250 [ 3 ] {46010678-34d0-4820-aa21-cea6321207e5} <Trace> oximeter.version (3c02423e-770f-40cd-8447-902473a18218): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
824 | 2024.03.11 14:39:23.506505 [ 3 ] {46010678-34d0-4820-aa21-cea6321207e5} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.012358 sec., 80.9192425958893 rows/sec., 1.26 KiB/sec. | ||
825 | 2024.03.11 14:39:23.506622 [ 3 ] {46010678-34d0-4820-aa21-cea6321207e5} <Debug> DynamicQueryHandler: Done processing query | ||
826 | 2024.03.11 14:39:23.506644 [ 3 ] {46010678-34d0-4820-aa21-cea6321207e5} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
827 | 2024.03.11 14:39:23.506660 [ 3 ] {} <Debug> HTTP-Session: d84c2abf-3cc2-42b8-850c-5f64ee376f62 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
828 | 2024.03.11 14:39:24.000187 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 161.16 MiB, peak 166.38 MiB, free memory in arenas 0.00 B, will set to 173.49 MiB (RSS), difference: 12.32 MiB | ||
829 | 2024.03.11 14:39:36.156745 [ 31 ] {} <Debug> DNSResolver: Updating DNS cache | ||
830 | 2024.03.11 14:39:36.156807 [ 31 ] {} <Debug> DNSResolver: Updated DNS cache | ||
831 | 2024.03.11 14:39:43.518055 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 60, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
832 | 2024.03.11 14:39:43.518176 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
833 | 2024.03.11 14:39:43.518202 [ 3 ] {} <Debug> HTTP-Session: 50979936-719d-4a3f-a7ab-402fb0b40c6f Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
834 | 2024.03.11 14:39:43.518228 [ 3 ] {} <Debug> HTTP-Session: 50979936-719d-4a3f-a7ab-402fb0b40c6f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
835 | 2024.03.11 14:39:43.518242 [ 3 ] {} <Debug> HTTP-Session: 50979936-719d-4a3f-a7ab-402fb0b40c6f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
836 | 2024.03.11 14:39:43.518290 [ 3 ] {} <Trace> HTTP-Session: 50979936-719d-4a3f-a7ab-402fb0b40c6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
837 | 2024.03.11 14:39:43.518406 [ 3 ] {f6a3cbee-704a-46aa-9ff8-90500ba083d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) SELECT * FROM oximeter.timeseries_schema FORMAT JSONEachRow; (stage: Complete) | ||
838 | 2024.03.11 14:39:43.518735 [ 3 ] {f6a3cbee-704a-46aa-9ff8-90500ba083d8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
839 | 2024.03.11 14:39:43.518876 [ 3 ] {f6a3cbee-704a-46aa-9ff8-90500ba083d8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
840 | 2024.03.11 14:39:43.519904 [ 3 ] {f6a3cbee-704a-46aa-9ff8-90500ba083d8} <Debug> DynamicQueryHandler: Done processing query | ||
841 | 2024.03.11 14:39:43.519936 [ 3 ] {f6a3cbee-704a-46aa-9ff8-90500ba083d8} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
842 | 2024.03.11 14:39:43.519955 [ 3 ] {} <Debug> HTTP-Session: 50979936-719d-4a3f-a7ab-402fb0b40c6f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
843 | 2024.03.11 14:39:43.531542 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
844 | 2024.03.11 14:39:43.531605 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
845 | 2024.03.11 14:39:43.531631 [ 3 ] {} <Debug> HTTP-Session: 2727381a-a478-4a5a-a298-e132b749f77e Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
846 | 2024.03.11 14:39:43.531652 [ 3 ] {} <Debug> HTTP-Session: 2727381a-a478-4a5a-a298-e132b749f77e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
847 | 2024.03.11 14:39:43.531667 [ 3 ] {} <Debug> HTTP-Session: 2727381a-a478-4a5a-a298-e132b749f77e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
848 | 2024.03.11 14:39:43.531701 [ 3 ] {} <Trace> HTTP-Session: 2727381a-a478-4a5a-a298-e132b749f77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
849 | 2024.03.11 14:39:43.531815 [ 3 ] {474e9a35-f8d6-4262-b08d-d99bf9bd8733} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
850 | 2024.03.11 14:39:43.533972 [ 3 ] {474e9a35-f8d6-4262-b08d-d99bf9bd8733} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
851 | 2024.03.11 14:39:43.534027 [ 3 ] {474e9a35-f8d6-4262-b08d-d99bf9bd8733} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
852 | 2024.03.11 14:39:43.534978 [ 3 ] {474e9a35-f8d6-4262-b08d-d99bf9bd8733} <Debug> DynamicQueryHandler: Done processing query | ||
853 | 2024.03.11 14:39:43.535008 [ 3 ] {474e9a35-f8d6-4262-b08d-d99bf9bd8733} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
854 | 2024.03.11 14:39:43.535024 [ 3 ] {} <Debug> HTTP-Session: 2727381a-a478-4a5a-a298-e132b749f77e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
855 | 2024.03.11 14:39:43.535310 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 170, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
856 | 2024.03.11 14:39:43.535358 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
857 | 2024.03.11 14:39:43.535377 [ 3 ] {} <Debug> HTTP-Session: d62ae54a-c586-4c1d-ad22-c129dab94ba6 Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
858 | 2024.03.11 14:39:43.535393 [ 3 ] {} <Debug> HTTP-Session: d62ae54a-c586-4c1d-ad22-c129dab94ba6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
859 | 2024.03.11 14:39:43.535407 [ 3 ] {} <Debug> HTTP-Session: d62ae54a-c586-4c1d-ad22-c129dab94ba6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
860 | 2024.03.11 14:39:43.535436 [ 3 ] {} <Trace> HTTP-Session: d62ae54a-c586-4c1d-ad22-c129dab94ba6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
861 | 2024.03.11 14:39:43.535526 [ 3 ] {52a0e04b-7900-4f2b-8d9f-01cc1af8001c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
862 | 2024.03.11 14:39:43.535859 [ 3 ] {52a0e04b-7900-4f2b-8d9f-01cc1af8001c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
863 | 2024.03.11 14:39:43.535906 [ 3 ] {52a0e04b-7900-4f2b-8d9f-01cc1af8001c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
864 | 2024.03.11 14:39:43.536805 [ 3 ] {52a0e04b-7900-4f2b-8d9f-01cc1af8001c} <Debug> DynamicQueryHandler: Done processing query | ||
865 | 2024.03.11 14:39:43.536833 [ 3 ] {52a0e04b-7900-4f2b-8d9f-01cc1af8001c} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
866 | 2024.03.11 14:39:43.536849 [ 3 ] {} <Debug> HTTP-Session: d62ae54a-c586-4c1d-ad22-c129dab94ba6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
867 | 2024.03.11 14:39:43.537040 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 207, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
868 | 2024.03.11 14:39:43.537089 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
869 | 2024.03.11 14:39:43.537107 [ 3 ] {} <Debug> HTTP-Session: 0f8e55c7-207c-4675-80cc-b1ded548b3e7 Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
870 | 2024.03.11 14:39:43.537124 [ 3 ] {} <Debug> HTTP-Session: 0f8e55c7-207c-4675-80cc-b1ded548b3e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
871 | 2024.03.11 14:39:43.537138 [ 3 ] {} <Debug> HTTP-Session: 0f8e55c7-207c-4675-80cc-b1ded548b3e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
872 | 2024.03.11 14:39:43.537168 [ 3 ] {} <Trace> HTTP-Session: 0f8e55c7-207c-4675-80cc-b1ded548b3e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
873 | 2024.03.11 14:39:43.537257 [ 3 ] {73728124-aa98-4d12-8567-9c2df28af3ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
874 | 2024.03.11 14:39:43.537574 [ 3 ] {73728124-aa98-4d12-8567-9c2df28af3ee} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
875 | 2024.03.11 14:39:43.537625 [ 3 ] {73728124-aa98-4d12-8567-9c2df28af3ee} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
876 | 2024.03.11 14:39:43.538531 [ 3 ] {73728124-aa98-4d12-8567-9c2df28af3ee} <Debug> DynamicQueryHandler: Done processing query | ||
877 | 2024.03.11 14:39:43.538559 [ 3 ] {73728124-aa98-4d12-8567-9c2df28af3ee} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
878 | 2024.03.11 14:39:43.538575 [ 3 ] {} <Debug> HTTP-Session: 0f8e55c7-207c-4675-80cc-b1ded548b3e7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
879 | 2024.03.11 14:39:43.539182 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 947, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
880 | 2024.03.11 14:39:43.539231 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
881 | 2024.03.11 14:39:43.539249 [ 3 ] {} <Debug> HTTP-Session: c4167e97-7d52-43e3-96bc-d94849084ccd Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
882 | 2024.03.11 14:39:43.539265 [ 3 ] {} <Debug> HTTP-Session: c4167e97-7d52-43e3-96bc-d94849084ccd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
883 | 2024.03.11 14:39:43.539279 [ 3 ] {} <Debug> HTTP-Session: c4167e97-7d52-43e3-96bc-d94849084ccd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
884 | 2024.03.11 14:39:43.539311 [ 3 ] {} <Trace> HTTP-Session: c4167e97-7d52-43e3-96bc-d94849084ccd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
885 | 2024.03.11 14:39:43.539391 [ 3 ] {2bfe4302-4533-4369-a239-ea328fb30cfd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
886 | 2024.03.11 14:39:43.539435 [ 3 ] {2bfe4302-4533-4369-a239-ea328fb30cfd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
887 | 2024.03.11 14:39:43.539630 [ 3 ] {2bfe4302-4533-4369-a239-ea328fb30cfd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
888 | 2024.03.11 14:39:43.540082 [ 3 ] {2bfe4302-4533-4369-a239-ea328fb30cfd} <Trace> oximeter.timeseries_schema (a2337229-59f8-4db6-b46f-82bd1eb79445): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
889 | 2024.03.11 14:39:43.540129 [ 3 ] {2bfe4302-4533-4369-a239-ea328fb30cfd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
890 | 2024.03.11 14:39:43.540671 [ 3 ] {2bfe4302-4533-4369-a239-ea328fb30cfd} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
891 | 2024.03.11 14:39:43.540990 [ 3 ] {2bfe4302-4533-4369-a239-ea328fb30cfd} <Trace> oximeter.timeseries_schema (a2337229-59f8-4db6-b46f-82bd1eb79445): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
892 | 2024.03.11 14:39:43.541155 [ 3 ] {2bfe4302-4533-4369-a239-ea328fb30cfd} <Debug> executeQuery: Read 4 rows, 443.00 B in 0.001795 sec., 2228.4122562674097 rows/sec., 241.01 KiB/sec. | ||
893 | 2024.03.11 14:39:43.541373 [ 3 ] {2bfe4302-4533-4369-a239-ea328fb30cfd} <Debug> DynamicQueryHandler: Done processing query | ||
894 | 2024.03.11 14:39:43.541397 [ 3 ] {2bfe4302-4533-4369-a239-ea328fb30cfd} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
895 | 2024.03.11 14:39:43.541412 [ 3 ] {} <Debug> HTTP-Session: c4167e97-7d52-43e3-96bc-d94849084ccd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
896 | 2024.03.11 14:39:43.541520 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 3067, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
897 | 2024.03.11 14:39:43.541566 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
898 | 2024.03.11 14:39:43.541584 [ 3 ] {} <Debug> HTTP-Session: 03ec5a68-0f60-428f-8bcf-10df15fa4091 Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
899 | 2024.03.11 14:39:43.541600 [ 3 ] {} <Debug> HTTP-Session: 03ec5a68-0f60-428f-8bcf-10df15fa4091 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
900 | 2024.03.11 14:39:43.541613 [ 3 ] {} <Debug> HTTP-Session: 03ec5a68-0f60-428f-8bcf-10df15fa4091 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
901 | 2024.03.11 14:39:43.541644 [ 3 ] {} <Trace> HTTP-Session: 03ec5a68-0f60-428f-8bcf-10df15fa4091 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
902 | 2024.03.11 14:39:43.541716 [ 3 ] {ffb1a299-e9aa-49ed-9a02-dd27224f27fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
903 | 2024.03.11 14:39:43.541755 [ 3 ] {ffb1a299-e9aa-49ed-9a02-dd27224f27fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
904 | 2024.03.11 14:39:43.541892 [ 3 ] {ffb1a299-e9aa-49ed-9a02-dd27224f27fa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
905 | 2024.03.11 14:39:43.543835 [ 3 ] {ffb1a299-e9aa-49ed-9a02-dd27224f27fa} <Trace> oximeter.fields_i64 (6b5cb674-03e1-439e-829c-27b13be59f30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
906 | 2024.03.11 14:39:43.543872 [ 3 ] {ffb1a299-e9aa-49ed-9a02-dd27224f27fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
907 | 2024.03.11 14:39:43.544181 [ 3 ] {ffb1a299-e9aa-49ed-9a02-dd27224f27fa} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
908 | 2024.03.11 14:39:43.544485 [ 3 ] {ffb1a299-e9aa-49ed-9a02-dd27224f27fa} <Trace> oximeter.fields_i64 (6b5cb674-03e1-439e-829c-27b13be59f30): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
909 | 2024.03.11 14:39:43.544643 [ 3 ] {ffb1a299-e9aa-49ed-9a02-dd27224f27fa} <Debug> executeQuery: Read 21 rows, 1.70 KiB in 0.002951 sec., 7116.23178583531 rows/sec., 576.80 KiB/sec. | ||
910 | 2024.03.11 14:39:43.544855 [ 3 ] {ffb1a299-e9aa-49ed-9a02-dd27224f27fa} <Debug> DynamicQueryHandler: Done processing query | ||
911 | 2024.03.11 14:39:43.544880 [ 3 ] {ffb1a299-e9aa-49ed-9a02-dd27224f27fa} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
912 | 2024.03.11 14:39:43.544895 [ 3 ] {} <Debug> HTTP-Session: 03ec5a68-0f60-428f-8bcf-10df15fa4091 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
913 | 2024.03.11 14:39:43.545050 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 9873, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
914 | 2024.03.11 14:39:43.545096 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
915 | 2024.03.11 14:39:43.545113 [ 3 ] {} <Debug> HTTP-Session: 1404bab8-75ec-4acc-8421-694a956613e9 Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
916 | 2024.03.11 14:39:43.545130 [ 3 ] {} <Debug> HTTP-Session: 1404bab8-75ec-4acc-8421-694a956613e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
917 | 2024.03.11 14:39:43.545144 [ 3 ] {} <Debug> HTTP-Session: 1404bab8-75ec-4acc-8421-694a956613e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
918 | 2024.03.11 14:39:43.545175 [ 3 ] {} <Trace> HTTP-Session: 1404bab8-75ec-4acc-8421-694a956613e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
919 | 2024.03.11 14:39:43.545258 [ 3 ] {de4c96d5-6ca6-4157-9b9d-7eea5fdbe04c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
920 | 2024.03.11 14:39:43.545298 [ 3 ] {de4c96d5-6ca6-4157-9b9d-7eea5fdbe04c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
921 | 2024.03.11 14:39:43.545434 [ 3 ] {de4c96d5-6ca6-4157-9b9d-7eea5fdbe04c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
922 | 2024.03.11 14:39:43.545774 [ 3 ] {de4c96d5-6ca6-4157-9b9d-7eea5fdbe04c} <Trace> oximeter.fields_string (6a098439-de07-471e-80b6-bdb8a57beb92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
923 | 2024.03.11 14:39:43.545809 [ 3 ] {de4c96d5-6ca6-4157-9b9d-7eea5fdbe04c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
924 | 2024.03.11 14:39:43.546100 [ 3 ] {de4c96d5-6ca6-4157-9b9d-7eea5fdbe04c} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
925 | 2024.03.11 14:39:43.546397 [ 3 ] {de4c96d5-6ca6-4157-9b9d-7eea5fdbe04c} <Trace> oximeter.fields_string (6a098439-de07-471e-80b6-bdb8a57beb92): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
926 | 2024.03.11 14:39:43.546555 [ 3 ] {de4c96d5-6ca6-4157-9b9d-7eea5fdbe04c} <Debug> executeQuery: Read 63 rows, 5.98 KiB in 0.001324 sec., 47583.081570996976 rows/sec., 4.41 MiB/sec. | ||
927 | 2024.03.11 14:39:43.546778 [ 3 ] {de4c96d5-6ca6-4157-9b9d-7eea5fdbe04c} <Debug> DynamicQueryHandler: Done processing query | ||
928 | 2024.03.11 14:39:43.546802 [ 3 ] {de4c96d5-6ca6-4157-9b9d-7eea5fdbe04c} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
929 | 2024.03.11 14:39:43.546817 [ 3 ] {} <Debug> HTTP-Session: 1404bab8-75ec-4acc-8421-694a956613e9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
930 | 2024.03.11 14:39:43.546925 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 4812, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
931 | 2024.03.11 14:39:43.546973 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
932 | 2024.03.11 14:39:43.546990 [ 3 ] {} <Debug> HTTP-Session: 7f55bd77-6b6f-4eff-92f9-d6f4adcfb8c2 Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
933 | 2024.03.11 14:39:43.547007 [ 3 ] {} <Debug> HTTP-Session: 7f55bd77-6b6f-4eff-92f9-d6f4adcfb8c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
934 | 2024.03.11 14:39:43.547020 [ 3 ] {} <Debug> HTTP-Session: 7f55bd77-6b6f-4eff-92f9-d6f4adcfb8c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
935 | 2024.03.11 14:39:43.547051 [ 3 ] {} <Trace> HTTP-Session: 7f55bd77-6b6f-4eff-92f9-d6f4adcfb8c2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
936 | 2024.03.11 14:39:43.547122 [ 3 ] {42a94948-8426-44fa-a0e2-a0a210812934} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
937 | 2024.03.11 14:39:43.547160 [ 3 ] {42a94948-8426-44fa-a0e2-a0a210812934} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
938 | 2024.03.11 14:39:43.547838 [ 3 ] {42a94948-8426-44fa-a0e2-a0a210812934} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
939 | 2024.03.11 14:39:43.548669 [ 3 ] {42a94948-8426-44fa-a0e2-a0a210812934} <Trace> oximeter.fields_uuid (3d1f8790-6847-4f06-bce3-6d9b6f4d0836): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
940 | 2024.03.11 14:39:43.548705 [ 3 ] {42a94948-8426-44fa-a0e2-a0a210812934} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
941 | 2024.03.11 14:39:43.549038 [ 3 ] {42a94948-8426-44fa-a0e2-a0a210812934} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
942 | 2024.03.11 14:39:43.549333 [ 3 ] {42a94948-8426-44fa-a0e2-a0a210812934} <Trace> oximeter.fields_uuid (3d1f8790-6847-4f06-bce3-6d9b6f4d0836): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
943 | 2024.03.11 14:39:43.549487 [ 3 ] {42a94948-8426-44fa-a0e2-a0a210812934} <Debug> executeQuery: Read 28 rows, 2.25 KiB in 0.002385 sec., 11740.041928721173 rows/sec., 945.03 KiB/sec. | ||
944 | 2024.03.11 14:39:43.549699 [ 3 ] {42a94948-8426-44fa-a0e2-a0a210812934} <Debug> DynamicQueryHandler: Done processing query | ||
945 | 2024.03.11 14:39:43.549725 [ 3 ] {42a94948-8426-44fa-a0e2-a0a210812934} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
946 | 2024.03.11 14:39:43.549741 [ 3 ] {} <Debug> HTTP-Session: 7f55bd77-6b6f-4eff-92f9-d6f4adcfb8c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
947 | 2024.03.11 14:39:43.549966 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 22507, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
948 | 2024.03.11 14:39:43.550013 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
949 | 2024.03.11 14:39:43.550030 [ 3 ] {} <Debug> HTTP-Session: d1154db9-47b8-41a8-bda3-17ed25d1e88d Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
950 | 2024.03.11 14:39:43.550047 [ 3 ] {} <Debug> HTTP-Session: d1154db9-47b8-41a8-bda3-17ed25d1e88d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
951 | 2024.03.11 14:39:43.550063 [ 3 ] {} <Debug> HTTP-Session: d1154db9-47b8-41a8-bda3-17ed25d1e88d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
952 | 2024.03.11 14:39:43.550094 [ 3 ] {} <Trace> HTTP-Session: d1154db9-47b8-41a8-bda3-17ed25d1e88d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
953 | 2024.03.11 14:39:43.550261 [ 3 ] {d9c8b9a0-6410-40ed-92ec-79b155c199ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
954 | 2024.03.11 14:39:43.550308 [ 3 ] {d9c8b9a0-6410-40ed-92ec-79b155c199ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
955 | 2024.03.11 14:39:43.550500 [ 3 ] {d9c8b9a0-6410-40ed-92ec-79b155c199ff} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
956 | 2024.03.11 14:39:43.550971 [ 3 ] {d9c8b9a0-6410-40ed-92ec-79b155c199ff} <Trace> oximeter.measurements_histogramf64 (b99726d6-44d2-48b6-acca-e9ba9748d6b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
957 | 2024.03.11 14:39:43.551010 [ 3 ] {d9c8b9a0-6410-40ed-92ec-79b155c199ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
958 | 2024.03.11 14:39:43.553979 [ 3 ] {d9c8b9a0-6410-40ed-92ec-79b155c199ff} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
959 | 2024.03.11 14:39:43.554322 [ 3 ] {d9c8b9a0-6410-40ed-92ec-79b155c199ff} <Trace> oximeter.measurements_histogramf64 (b99726d6-44d2-48b6-acca-e9ba9748d6b9): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
960 | 2024.03.11 14:39:43.554477 [ 3 ] {d9c8b9a0-6410-40ed-92ec-79b155c199ff} <Debug> executeQuery: Read 21 rows, 29.02 KiB in 0.004331 sec., 4848.764719464327 rows/sec., 6.54 MiB/sec. | ||
961 | 2024.03.11 14:39:43.554697 [ 3 ] {d9c8b9a0-6410-40ed-92ec-79b155c199ff} <Debug> DynamicQueryHandler: Done processing query | ||
962 | 2024.03.11 14:39:43.554722 [ 3 ] {d9c8b9a0-6410-40ed-92ec-79b155c199ff} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
963 | 2024.03.11 14:39:43.554737 [ 3 ] {} <Debug> HTTP-Session: d1154db9-47b8-41a8-bda3-17ed25d1e88d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
964 | 2024.03.11 14:39:43.554865 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 1974, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
965 | 2024.03.11 14:39:43.554912 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
966 | 2024.03.11 14:39:43.554930 [ 3 ] {} <Debug> HTTP-Session: 26a6daf0-c34d-4da5-86b6-0ae780e97862 Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
967 | 2024.03.11 14:39:43.554946 [ 3 ] {} <Debug> HTTP-Session: 26a6daf0-c34d-4da5-86b6-0ae780e97862 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
968 | 2024.03.11 14:39:43.554960 [ 3 ] {} <Debug> HTTP-Session: 26a6daf0-c34d-4da5-86b6-0ae780e97862 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
969 | 2024.03.11 14:39:43.554990 [ 3 ] {} <Trace> HTTP-Session: 26a6daf0-c34d-4da5-86b6-0ae780e97862 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
970 | 2024.03.11 14:39:43.555056 [ 3 ] {c5812519-5f23-4182-a85b-51f3681538fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
971 | 2024.03.11 14:39:43.555098 [ 3 ] {c5812519-5f23-4182-a85b-51f3681538fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
972 | 2024.03.11 14:39:43.555233 [ 3 ] {c5812519-5f23-4182-a85b-51f3681538fe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
973 | 2024.03.11 14:39:43.555544 [ 3 ] {c5812519-5f23-4182-a85b-51f3681538fe} <Trace> oximeter.measurements_i64 (5b512ded-30b4-4f32-aaa5-10d2356b8d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
974 | 2024.03.11 14:39:43.555588 [ 3 ] {c5812519-5f23-4182-a85b-51f3681538fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
975 | 2024.03.11 14:39:43.555947 [ 3 ] {c5812519-5f23-4182-a85b-51f3681538fe} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
976 | 2024.03.11 14:39:43.556268 [ 3 ] {c5812519-5f23-4182-a85b-51f3681538fe} <Trace> oximeter.measurements_i64 (5b512ded-30b4-4f32-aaa5-10d2356b8d20): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
977 | 2024.03.11 14:39:43.556411 [ 3 ] {c5812519-5f23-4182-a85b-51f3681538fe} <Debug> executeQuery: Read 12 rows, 926.00 B in 0.00138 sec., 8695.652173913044 rows/sec., 655.29 KiB/sec. | ||
978 | 2024.03.11 14:39:43.556525 [ 3 ] {c5812519-5f23-4182-a85b-51f3681538fe} <Debug> DynamicQueryHandler: Done processing query | ||
979 | 2024.03.11 14:39:43.556548 [ 3 ] {c5812519-5f23-4182-a85b-51f3681538fe} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
980 | 2024.03.11 14:39:43.556564 [ 3 ] {} <Debug> HTTP-Session: 26a6daf0-c34d-4da5-86b6-0ae780e97862 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
981 | 2024.03.11 14:39:51.156888 [ 104 ] {} <Debug> DNSResolver: Updating DNS cache | ||
982 | 2024.03.11 14:39:51.156982 [ 104 ] {} <Debug> DNSResolver: Updated DNS cache | ||
983 | 2024.03.11 14:39:53.511968 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 3211, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
984 | 2024.03.11 14:39:53.512119 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
985 | 2024.03.11 14:39:53.512161 [ 3 ] {} <Debug> HTTP-Session: e4f2a55e-72fb-48c0-88db-c0d95010bba2 Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
986 | 2024.03.11 14:39:53.512202 [ 3 ] {} <Debug> HTTP-Session: e4f2a55e-72fb-48c0-88db-c0d95010bba2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
987 | 2024.03.11 14:39:53.512233 [ 3 ] {} <Debug> HTTP-Session: e4f2a55e-72fb-48c0-88db-c0d95010bba2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
988 | 2024.03.11 14:39:53.512312 [ 3 ] {} <Trace> HTTP-Session: e4f2a55e-72fb-48c0-88db-c0d95010bba2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
989 | 2024.03.11 14:39:53.512497 [ 3 ] {be9e542b-f583-48d3-92ad-6d5483f0dc7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
990 | 2024.03.11 14:39:53.512595 [ 3 ] {be9e542b-f583-48d3-92ad-6d5483f0dc7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
991 | 2024.03.11 14:39:53.512911 [ 3 ] {be9e542b-f583-48d3-92ad-6d5483f0dc7e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
992 | 2024.03.11 14:39:53.513380 [ 3 ] {be9e542b-f583-48d3-92ad-6d5483f0dc7e} <Trace> oximeter.fields_i64 (6b5cb674-03e1-439e-829c-27b13be59f30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
993 | 2024.03.11 14:39:53.513418 [ 3 ] {be9e542b-f583-48d3-92ad-6d5483f0dc7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
994 | 2024.03.11 14:39:53.513791 [ 3 ] {be9e542b-f583-48d3-92ad-6d5483f0dc7e} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
995 | 2024.03.11 14:39:53.514107 [ 3 ] {be9e542b-f583-48d3-92ad-6d5483f0dc7e} <Trace> oximeter.fields_i64 (6b5cb674-03e1-439e-829c-27b13be59f30): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
996 | 2024.03.11 14:39:53.514273 [ 3 ] {be9e542b-f583-48d3-92ad-6d5483f0dc7e} <Debug> executeQuery: Read 22 rows, 1.78 KiB in 0.001869 sec., 11771.00053504548 rows/sec., 954.09 KiB/sec. | ||
997 | 2024.03.11 14:39:53.514444 [ 3 ] {be9e542b-f583-48d3-92ad-6d5483f0dc7e} <Debug> DynamicQueryHandler: Done processing query | ||
998 | 2024.03.11 14:39:53.514469 [ 3 ] {be9e542b-f583-48d3-92ad-6d5483f0dc7e} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
999 | 2024.03.11 14:39:53.514484 [ 3 ] {} <Debug> HTTP-Session: e4f2a55e-72fb-48c0-88db-c0d95010bba2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1000 | 2024.03.11 14:39:53.514615 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 10354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1001 | 2024.03.11 14:39:53.514662 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1002 | 2024.03.11 14:39:53.514680 [ 3 ] {} <Debug> HTTP-Session: 14433a3c-084c-46c3-a01e-36b025dd2915 Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
1003 | 2024.03.11 14:39:53.514696 [ 3 ] {} <Debug> HTTP-Session: 14433a3c-084c-46c3-a01e-36b025dd2915 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1004 | 2024.03.11 14:39:53.514710 [ 3 ] {} <Debug> HTTP-Session: 14433a3c-084c-46c3-a01e-36b025dd2915 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1005 | 2024.03.11 14:39:53.514740 [ 3 ] {} <Trace> HTTP-Session: 14433a3c-084c-46c3-a01e-36b025dd2915 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1006 | 2024.03.11 14:39:53.514818 [ 3 ] {2439b1e3-7dd3-4fbc-a849-08ee3940a1ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1007 | 2024.03.11 14:39:53.514854 [ 3 ] {2439b1e3-7dd3-4fbc-a849-08ee3940a1ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1008 | 2024.03.11 14:39:53.514966 [ 3 ] {2439b1e3-7dd3-4fbc-a849-08ee3940a1ca} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1009 | 2024.03.11 14:39:53.515266 [ 3 ] {2439b1e3-7dd3-4fbc-a849-08ee3940a1ca} <Trace> oximeter.fields_string (6a098439-de07-471e-80b6-bdb8a57beb92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1010 | 2024.03.11 14:39:53.515299 [ 3 ] {2439b1e3-7dd3-4fbc-a849-08ee3940a1ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
1011 | 2024.03.11 14:39:53.515575 [ 3 ] {2439b1e3-7dd3-4fbc-a849-08ee3940a1ca} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1012 | 2024.03.11 14:39:53.515934 [ 3 ] {2439b1e3-7dd3-4fbc-a849-08ee3940a1ca} <Trace> oximeter.fields_string (6a098439-de07-471e-80b6-bdb8a57beb92): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1013 | 2024.03.11 14:39:53.516050 [ 3 ] {2439b1e3-7dd3-4fbc-a849-08ee3940a1ca} <Debug> executeQuery: Read 66 rows, 6.28 KiB in 0.001265 sec., 52173.91304347826 rows/sec., 4.85 MiB/sec. | ||
1014 | 2024.03.11 14:39:53.516157 [ 3 ] {2439b1e3-7dd3-4fbc-a849-08ee3940a1ca} <Debug> DynamicQueryHandler: Done processing query | ||
1015 | 2024.03.11 14:39:53.516180 [ 3 ] {2439b1e3-7dd3-4fbc-a849-08ee3940a1ca} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
1016 | 2024.03.11 14:39:53.516195 [ 3 ] {} <Debug> HTTP-Session: 14433a3c-084c-46c3-a01e-36b025dd2915 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1017 | 2024.03.11 14:39:53.516323 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 3784, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1018 | 2024.03.11 14:39:53.516368 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1019 | 2024.03.11 14:39:53.516386 [ 3 ] {} <Debug> HTTP-Session: eb30643f-46a8-414d-9d44-7932007ce65c Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
1020 | 2024.03.11 14:39:53.516402 [ 3 ] {} <Debug> HTTP-Session: eb30643f-46a8-414d-9d44-7932007ce65c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1021 | 2024.03.11 14:39:53.516415 [ 3 ] {} <Debug> HTTP-Session: eb30643f-46a8-414d-9d44-7932007ce65c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1022 | 2024.03.11 14:39:53.516446 [ 3 ] {} <Trace> HTTP-Session: eb30643f-46a8-414d-9d44-7932007ce65c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1023 | 2024.03.11 14:39:53.516513 [ 3 ] {abe155c2-b572-4416-867e-95eaec5407b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1024 | 2024.03.11 14:39:53.516551 [ 3 ] {abe155c2-b572-4416-867e-95eaec5407b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1025 | 2024.03.11 14:39:53.516670 [ 3 ] {abe155c2-b572-4416-867e-95eaec5407b2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1026 | 2024.03.11 14:39:53.517004 [ 3 ] {abe155c2-b572-4416-867e-95eaec5407b2} <Trace> oximeter.fields_uuid (3d1f8790-6847-4f06-bce3-6d9b6f4d0836): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1027 | 2024.03.11 14:39:53.517038 [ 3 ] {abe155c2-b572-4416-867e-95eaec5407b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
1028 | 2024.03.11 14:39:53.517328 [ 3 ] {abe155c2-b572-4416-867e-95eaec5407b2} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1029 | 2024.03.11 14:39:53.517621 [ 3 ] {abe155c2-b572-4416-867e-95eaec5407b2} <Trace> oximeter.fields_uuid (3d1f8790-6847-4f06-bce3-6d9b6f4d0836): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1030 | 2024.03.11 14:39:53.517742 [ 3 ] {abe155c2-b572-4416-867e-95eaec5407b2} <Debug> executeQuery: Read 22 rows, 1.76 KiB in 0.001257 sec., 17501.988862370723 rows/sec., 1.37 MiB/sec. | ||
1031 | 2024.03.11 14:39:53.517859 [ 3 ] {abe155c2-b572-4416-867e-95eaec5407b2} <Debug> DynamicQueryHandler: Done processing query | ||
1032 | 2024.03.11 14:39:53.517882 [ 3 ] {abe155c2-b572-4416-867e-95eaec5407b2} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
1033 | 2024.03.11 14:39:53.517898 [ 3 ] {} <Debug> HTTP-Session: eb30643f-46a8-414d-9d44-7932007ce65c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1034 | 2024.03.11 14:39:53.518053 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 23576, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1035 | 2024.03.11 14:39:53.518100 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1036 | 2024.03.11 14:39:53.518117 [ 3 ] {} <Debug> HTTP-Session: e6705cfa-53b1-4b8f-bfea-2fff69b4afff Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
1037 | 2024.03.11 14:39:53.518133 [ 3 ] {} <Debug> HTTP-Session: e6705cfa-53b1-4b8f-bfea-2fff69b4afff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1038 | 2024.03.11 14:39:53.518147 [ 3 ] {} <Debug> HTTP-Session: e6705cfa-53b1-4b8f-bfea-2fff69b4afff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1039 | 2024.03.11 14:39:53.518177 [ 3 ] {} <Trace> HTTP-Session: e6705cfa-53b1-4b8f-bfea-2fff69b4afff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1040 | 2024.03.11 14:39:53.518340 [ 3 ] {940f7dec-6966-4f60-b2c8-60e5ffe2ff99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
1041 | 2024.03.11 14:39:53.518385 [ 3 ] {940f7dec-6966-4f60-b2c8-60e5ffe2ff99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
1042 | 2024.03.11 14:39:53.518536 [ 3 ] {940f7dec-6966-4f60-b2c8-60e5ffe2ff99} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1043 | 2024.03.11 14:39:53.518892 [ 3 ] {940f7dec-6966-4f60-b2c8-60e5ffe2ff99} <Trace> oximeter.measurements_histogramf64 (b99726d6-44d2-48b6-acca-e9ba9748d6b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1044 | 2024.03.11 14:39:53.518925 [ 3 ] {940f7dec-6966-4f60-b2c8-60e5ffe2ff99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
1045 | 2024.03.11 14:39:53.519290 [ 3 ] {940f7dec-6966-4f60-b2c8-60e5ffe2ff99} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1046 | 2024.03.11 14:39:53.519610 [ 3 ] {940f7dec-6966-4f60-b2c8-60e5ffe2ff99} <Trace> oximeter.measurements_histogramf64 (b99726d6-44d2-48b6-acca-e9ba9748d6b9): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1047 | 2024.03.11 14:39:53.519798 [ 3 ] {940f7dec-6966-4f60-b2c8-60e5ffe2ff99} <Debug> executeQuery: Read 22 rows, 30.40 KiB in 0.001578 sec., 13941.69835234474 rows/sec., 18.81 MiB/sec. | ||
1048 | 2024.03.11 14:39:53.519912 [ 3 ] {940f7dec-6966-4f60-b2c8-60e5ffe2ff99} <Debug> DynamicQueryHandler: Done processing query | ||
1049 | 2024.03.11 14:39:53.519935 [ 3 ] {940f7dec-6966-4f60-b2c8-60e5ffe2ff99} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
1050 | 2024.03.11 14:39:53.519951 [ 3 ] {} <Debug> HTTP-Session: e6705cfa-53b1-4b8f-bfea-2fff69b4afff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1051 | 2024.03.11 14:39:58.512258 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 259, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1052 | 2024.03.11 14:39:58.512414 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1053 | 2024.03.11 14:39:58.512439 [ 3 ] {} <Debug> HTTP-Session: c2095afa-c616-4979-9d12-1249d3a0e657 Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
1054 | 2024.03.11 14:39:58.512465 [ 3 ] {} <Debug> HTTP-Session: c2095afa-c616-4979-9d12-1249d3a0e657 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1055 | 2024.03.11 14:39:58.512482 [ 3 ] {} <Debug> HTTP-Session: c2095afa-c616-4979-9d12-1249d3a0e657 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1056 | 2024.03.11 14:39:58.512532 [ 3 ] {} <Trace> HTTP-Session: c2095afa-c616-4979-9d12-1249d3a0e657 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1057 | 2024.03.11 14:39:58.512684 [ 3 ] {56f29852-cde1-47bb-963a-01db6eadc5ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) 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) | ||
1058 | 2024.03.11 14:39:58.513168 [ 3 ] {56f29852-cde1-47bb-963a-01db6eadc5ce} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1059 | 2024.03.11 14:39:58.515253 [ 3 ] {56f29852-cde1-47bb-963a-01db6eadc5ce} <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 | ||
1060 | 2024.03.11 14:39:58.515542 [ 3 ] {56f29852-cde1-47bb-963a-01db6eadc5ce} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1061 | 2024.03.11 14:39:58.515756 [ 3 ] {56f29852-cde1-47bb-963a-01db6eadc5ce} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1062 | 2024.03.11 14:39:58.516144 [ 3 ] {56f29852-cde1-47bb-963a-01db6eadc5ce} <Debug> oximeter.timeseries_schema (a2337229-59f8-4db6-b46f-82bd1eb79445) (SelectExecutor): Key condition: (column 0 notIn 4-element set) | ||
1063 | 2024.03.11 14:39:58.517284 [ 3 ] {56f29852-cde1-47bb-963a-01db6eadc5ce} <Trace> oximeter.timeseries_schema (a2337229-59f8-4db6-b46f-82bd1eb79445) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1064 | 2024.03.11 14:39:58.517332 [ 3 ] {56f29852-cde1-47bb-963a-01db6eadc5ce} <Debug> oximeter.timeseries_schema (a2337229-59f8-4db6-b46f-82bd1eb79445) (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 | ||
1065 | 2024.03.11 14:39:58.517350 [ 3 ] {56f29852-cde1-47bb-963a-01db6eadc5ce} <Trace> oximeter.timeseries_schema (a2337229-59f8-4db6-b46f-82bd1eb79445) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1066 | 2024.03.11 14:39:58.517456 [ 3 ] {56f29852-cde1-47bb-963a-01db6eadc5ce} <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'))" | ||
1067 | 2024.03.11 14:39:58.517481 [ 3 ] {56f29852-cde1-47bb-963a-01db6eadc5ce} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1068 | 2024.03.11 14:39:58.519556 [ 3 ] {56f29852-cde1-47bb-963a-01db6eadc5ce} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.006914 sec., 578.5363031530228 rows/sec., 26.70 KiB/sec. | ||
1069 | 2024.03.11 14:39:58.519792 [ 3 ] {56f29852-cde1-47bb-963a-01db6eadc5ce} <Debug> DynamicQueryHandler: Done processing query | ||
1070 | 2024.03.11 14:39:58.519820 [ 3 ] {56f29852-cde1-47bb-963a-01db6eadc5ce} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1071 | 2024.03.11 14:39:58.519836 [ 3 ] {} <Debug> HTTP-Session: c2095afa-c616-4979-9d12-1249d3a0e657 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1072 | 2024.03.11 14:39:58.520130 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 297, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1073 | 2024.03.11 14:39:58.520178 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1074 | 2024.03.11 14:39:58.520195 [ 3 ] {} <Debug> HTTP-Session: 808cfe39-3a67-4b03-953c-9924f65176e9 Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
1075 | 2024.03.11 14:39:58.520210 [ 3 ] {} <Debug> HTTP-Session: 808cfe39-3a67-4b03-953c-9924f65176e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1076 | 2024.03.11 14:39:58.520224 [ 3 ] {} <Debug> HTTP-Session: 808cfe39-3a67-4b03-953c-9924f65176e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1077 | 2024.03.11 14:39:58.520254 [ 3 ] {} <Trace> HTTP-Session: 808cfe39-3a67-4b03-953c-9924f65176e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1078 | 2024.03.11 14:39:58.520345 [ 3 ] {e06141bd-d59b-435b-bce5-8c8206cde889} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) 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) | ||
1079 | 2024.03.11 14:39:58.520558 [ 3 ] {e06141bd-d59b-435b-bce5-8c8206cde889} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1080 | 2024.03.11 14:39:58.520587 [ 3 ] {e06141bd-d59b-435b-bce5-8c8206cde889} <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 | ||
1081 | 2024.03.11 14:39:58.520771 [ 3 ] {e06141bd-d59b-435b-bce5-8c8206cde889} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1082 | 2024.03.11 14:39:58.520831 [ 3 ] {e06141bd-d59b-435b-bce5-8c8206cde889} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1083 | 2024.03.11 14:39:58.521025 [ 3 ] {e06141bd-d59b-435b-bce5-8c8206cde889} <Debug> oximeter.timeseries_schema (a2337229-59f8-4db6-b46f-82bd1eb79445) (SelectExecutor): Key condition: (column 0 notIn 5-element set) | ||
1084 | 2024.03.11 14:39:58.521056 [ 3 ] {e06141bd-d59b-435b-bce5-8c8206cde889} <Trace> oximeter.timeseries_schema (a2337229-59f8-4db6-b46f-82bd1eb79445) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1085 | 2024.03.11 14:39:58.521079 [ 3 ] {e06141bd-d59b-435b-bce5-8c8206cde889} <Debug> oximeter.timeseries_schema (a2337229-59f8-4db6-b46f-82bd1eb79445) (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 | ||
1086 | 2024.03.11 14:39:58.521095 [ 3 ] {e06141bd-d59b-435b-bce5-8c8206cde889} <Trace> oximeter.timeseries_schema (a2337229-59f8-4db6-b46f-82bd1eb79445) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1087 | 2024.03.11 14:39:58.521134 [ 3 ] {e06141bd-d59b-435b-bce5-8c8206cde889} <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'))" | ||
1088 | 2024.03.11 14:39:58.521154 [ 3 ] {e06141bd-d59b-435b-bce5-8c8206cde889} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1089 | 2024.03.11 14:39:58.522019 [ 3 ] {e06141bd-d59b-435b-bce5-8c8206cde889} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.00169 sec., 2366.8639053254437 rows/sec., 109.21 KiB/sec. | ||
1090 | 2024.03.11 14:39:58.522211 [ 3 ] {e06141bd-d59b-435b-bce5-8c8206cde889} <Debug> DynamicQueryHandler: Done processing query | ||
1091 | 2024.03.11 14:39:58.522235 [ 3 ] {e06141bd-d59b-435b-bce5-8c8206cde889} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1092 | 2024.03.11 14:39:58.522251 [ 3 ] {} <Debug> HTTP-Session: 808cfe39-3a67-4b03-953c-9924f65176e9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1093 | 2024.03.11 14:39:58.522485 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1094 | 2024.03.11 14:39:58.522531 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1095 | 2024.03.11 14:39:58.522550 [ 3 ] {} <Debug> HTTP-Session: d0da705d-49ae-4630-bb95-43a87be9ec0c Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
1096 | 2024.03.11 14:39:58.522566 [ 3 ] {} <Debug> HTTP-Session: d0da705d-49ae-4630-bb95-43a87be9ec0c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1097 | 2024.03.11 14:39:58.522580 [ 3 ] {} <Debug> HTTP-Session: d0da705d-49ae-4630-bb95-43a87be9ec0c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1098 | 2024.03.11 14:39:58.522611 [ 3 ] {} <Trace> HTTP-Session: d0da705d-49ae-4630-bb95-43a87be9ec0c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1099 | 2024.03.11 14:39:58.522705 [ 3 ] {dc548a9b-4367-4b2f-acec-0aa2bc925acc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) 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) | ||
1100 | 2024.03.11 14:39:58.522931 [ 3 ] {dc548a9b-4367-4b2f-acec-0aa2bc925acc} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1101 | 2024.03.11 14:39:58.522964 [ 3 ] {dc548a9b-4367-4b2f-acec-0aa2bc925acc} <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 | ||
1102 | 2024.03.11 14:39:58.523164 [ 3 ] {dc548a9b-4367-4b2f-acec-0aa2bc925acc} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1103 | 2024.03.11 14:39:58.523226 [ 3 ] {dc548a9b-4367-4b2f-acec-0aa2bc925acc} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1104 | 2024.03.11 14:39:58.523360 [ 3 ] {dc548a9b-4367-4b2f-acec-0aa2bc925acc} <Debug> oximeter.timeseries_schema (a2337229-59f8-4db6-b46f-82bd1eb79445) (SelectExecutor): Key condition: (column 0 notIn 6-element set) | ||
1105 | 2024.03.11 14:39:58.523392 [ 3 ] {dc548a9b-4367-4b2f-acec-0aa2bc925acc} <Trace> oximeter.timeseries_schema (a2337229-59f8-4db6-b46f-82bd1eb79445) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1106 | 2024.03.11 14:39:58.523414 [ 3 ] {dc548a9b-4367-4b2f-acec-0aa2bc925acc} <Debug> oximeter.timeseries_schema (a2337229-59f8-4db6-b46f-82bd1eb79445) (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 | ||
1107 | 2024.03.11 14:39:58.523430 [ 3 ] {dc548a9b-4367-4b2f-acec-0aa2bc925acc} <Trace> oximeter.timeseries_schema (a2337229-59f8-4db6-b46f-82bd1eb79445) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1108 | 2024.03.11 14:39:58.523468 [ 3 ] {dc548a9b-4367-4b2f-acec-0aa2bc925acc} <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'))" | ||
1109 | 2024.03.11 14:39:58.523487 [ 3 ] {dc548a9b-4367-4b2f-acec-0aa2bc925acc} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1110 | 2024.03.11 14:39:58.524267 [ 3 ] {dc548a9b-4367-4b2f-acec-0aa2bc925acc} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001631 sec., 2452.4831391784182 rows/sec., 113.16 KiB/sec. | ||
1111 | 2024.03.11 14:39:58.524438 [ 3 ] {dc548a9b-4367-4b2f-acec-0aa2bc925acc} <Debug> DynamicQueryHandler: Done processing query | ||
1112 | 2024.03.11 14:39:58.524462 [ 3 ] {dc548a9b-4367-4b2f-acec-0aa2bc925acc} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1113 | 2024.03.11 14:39:58.524477 [ 3 ] {} <Debug> HTTP-Session: d0da705d-49ae-4630-bb95-43a87be9ec0c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1114 | 2024.03.11 14:39:58.524698 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 368, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1115 | 2024.03.11 14:39:58.524742 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1116 | 2024.03.11 14:39:58.524759 [ 3 ] {} <Debug> HTTP-Session: 6ca14a25-9e7e-4501-a5e8-1dfdb1c3e694 Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
1117 | 2024.03.11 14:39:58.524775 [ 3 ] {} <Debug> HTTP-Session: 6ca14a25-9e7e-4501-a5e8-1dfdb1c3e694 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1118 | 2024.03.11 14:39:58.524788 [ 3 ] {} <Debug> HTTP-Session: 6ca14a25-9e7e-4501-a5e8-1dfdb1c3e694 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1119 | 2024.03.11 14:39:58.524817 [ 3 ] {} <Trace> HTTP-Session: 6ca14a25-9e7e-4501-a5e8-1dfdb1c3e694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1120 | 2024.03.11 14:39:58.524903 [ 3 ] {d329cad3-46f3-4ad6-af85-4715c9195ffd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) 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) | ||
1121 | 2024.03.11 14:39:58.525190 [ 3 ] {d329cad3-46f3-4ad6-af85-4715c9195ffd} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1122 | 2024.03.11 14:39:58.525223 [ 3 ] {d329cad3-46f3-4ad6-af85-4715c9195ffd} <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 | ||
1123 | 2024.03.11 14:39:58.525426 [ 3 ] {d329cad3-46f3-4ad6-af85-4715c9195ffd} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1124 | 2024.03.11 14:39:58.525488 [ 3 ] {d329cad3-46f3-4ad6-af85-4715c9195ffd} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1125 | 2024.03.11 14:39:58.525623 [ 3 ] {d329cad3-46f3-4ad6-af85-4715c9195ffd} <Debug> oximeter.timeseries_schema (a2337229-59f8-4db6-b46f-82bd1eb79445) (SelectExecutor): Key condition: (column 0 notIn 7-element set) | ||
1126 | 2024.03.11 14:39:58.525654 [ 3 ] {d329cad3-46f3-4ad6-af85-4715c9195ffd} <Trace> oximeter.timeseries_schema (a2337229-59f8-4db6-b46f-82bd1eb79445) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1127 | 2024.03.11 14:39:58.525676 [ 3 ] {d329cad3-46f3-4ad6-af85-4715c9195ffd} <Debug> oximeter.timeseries_schema (a2337229-59f8-4db6-b46f-82bd1eb79445) (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 | ||
1128 | 2024.03.11 14:39:58.525692 [ 3 ] {d329cad3-46f3-4ad6-af85-4715c9195ffd} <Trace> oximeter.timeseries_schema (a2337229-59f8-4db6-b46f-82bd1eb79445) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1129 | 2024.03.11 14:39:58.525731 [ 3 ] {d329cad3-46f3-4ad6-af85-4715c9195ffd} <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'))" | ||
1130 | 2024.03.11 14:39:58.525750 [ 3 ] {d329cad3-46f3-4ad6-af85-4715c9195ffd} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1131 | 2024.03.11 14:39:58.526496 [ 3 ] {d329cad3-46f3-4ad6-af85-4715c9195ffd} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.00158 sec., 2531.645569620253 rows/sec., 116.82 KiB/sec. | ||
1132 | 2024.03.11 14:39:58.526692 [ 3 ] {d329cad3-46f3-4ad6-af85-4715c9195ffd} <Debug> DynamicQueryHandler: Done processing query | ||
1133 | 2024.03.11 14:39:58.526718 [ 3 ] {d329cad3-46f3-4ad6-af85-4715c9195ffd} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1134 | 2024.03.11 14:39:58.526734 [ 3 ] {} <Debug> HTTP-Session: 6ca14a25-9e7e-4501-a5e8-1dfdb1c3e694 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1135 | 2024.03.11 14:39:58.526950 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 407, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1136 | 2024.03.11 14:39:58.526997 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1137 | 2024.03.11 14:39:58.527019 [ 3 ] {} <Debug> HTTP-Session: 90caedbb-02a5-4afb-91ee-a6e0f2f1425d Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
1138 | 2024.03.11 14:39:58.527035 [ 3 ] {} <Debug> HTTP-Session: 90caedbb-02a5-4afb-91ee-a6e0f2f1425d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1139 | 2024.03.11 14:39:58.527048 [ 3 ] {} <Debug> HTTP-Session: 90caedbb-02a5-4afb-91ee-a6e0f2f1425d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1140 | 2024.03.11 14:39:58.527076 [ 3 ] {} <Trace> HTTP-Session: 90caedbb-02a5-4afb-91ee-a6e0f2f1425d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1141 | 2024.03.11 14:39:58.527165 [ 3 ] {8d8246fc-b8ca-4b79-a760-abb3cb6162e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) 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) | ||
1142 | 2024.03.11 14:39:58.527381 [ 3 ] {8d8246fc-b8ca-4b79-a760-abb3cb6162e5} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1143 | 2024.03.11 14:39:58.527412 [ 3 ] {8d8246fc-b8ca-4b79-a760-abb3cb6162e5} <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 | ||
1144 | 2024.03.11 14:39:58.527606 [ 3 ] {8d8246fc-b8ca-4b79-a760-abb3cb6162e5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1145 | 2024.03.11 14:39:58.527665 [ 3 ] {8d8246fc-b8ca-4b79-a760-abb3cb6162e5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1146 | 2024.03.11 14:39:58.527791 [ 3 ] {8d8246fc-b8ca-4b79-a760-abb3cb6162e5} <Debug> oximeter.timeseries_schema (a2337229-59f8-4db6-b46f-82bd1eb79445) (SelectExecutor): Key condition: (column 0 notIn 8-element set) | ||
1147 | 2024.03.11 14:39:58.527821 [ 3 ] {8d8246fc-b8ca-4b79-a760-abb3cb6162e5} <Trace> oximeter.timeseries_schema (a2337229-59f8-4db6-b46f-82bd1eb79445) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1148 | 2024.03.11 14:39:58.527842 [ 3 ] {8d8246fc-b8ca-4b79-a760-abb3cb6162e5} <Debug> oximeter.timeseries_schema (a2337229-59f8-4db6-b46f-82bd1eb79445) (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 | ||
1149 | 2024.03.11 14:39:58.527857 [ 3 ] {8d8246fc-b8ca-4b79-a760-abb3cb6162e5} <Trace> oximeter.timeseries_schema (a2337229-59f8-4db6-b46f-82bd1eb79445) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1150 | 2024.03.11 14:39:58.527894 [ 3 ] {8d8246fc-b8ca-4b79-a760-abb3cb6162e5} <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'))" | ||
1151 | 2024.03.11 14:39:58.527913 [ 3 ] {8d8246fc-b8ca-4b79-a760-abb3cb6162e5} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1152 | 2024.03.11 14:39:58.528820 [ 3 ] {8d8246fc-b8ca-4b79-a760-abb3cb6162e5} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001693 sec., 2362.6698168930893 rows/sec., 109.02 KiB/sec. | ||
1153 | 2024.03.11 14:39:58.529004 [ 3 ] {8d8246fc-b8ca-4b79-a760-abb3cb6162e5} <Debug> DynamicQueryHandler: Done processing query | ||
1154 | 2024.03.11 14:39:58.529029 [ 3 ] {8d8246fc-b8ca-4b79-a760-abb3cb6162e5} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1155 | 2024.03.11 14:39:58.529045 [ 3 ] {} <Debug> HTTP-Session: 90caedbb-02a5-4afb-91ee-a6e0f2f1425d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1156 | 2024.03.11 14:39:58.529281 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 440, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1157 | 2024.03.11 14:39:58.529327 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1158 | 2024.03.11 14:39:58.529345 [ 3 ] {} <Debug> HTTP-Session: c0f0d64d-9756-4280-9f1d-bc9775c5d0df Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
1159 | 2024.03.11 14:39:58.529361 [ 3 ] {} <Debug> HTTP-Session: c0f0d64d-9756-4280-9f1d-bc9775c5d0df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1160 | 2024.03.11 14:39:58.529375 [ 3 ] {} <Debug> HTTP-Session: c0f0d64d-9756-4280-9f1d-bc9775c5d0df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1161 | 2024.03.11 14:39:58.529405 [ 3 ] {} <Trace> HTTP-Session: c0f0d64d-9756-4280-9f1d-bc9775c5d0df Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1162 | 2024.03.11 14:39:58.529500 [ 3 ] {f7bf562a-34c0-4a02-8cde-ca2e9c107e22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) 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) | ||
1163 | 2024.03.11 14:39:58.529730 [ 3 ] {f7bf562a-34c0-4a02-8cde-ca2e9c107e22} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1164 | 2024.03.11 14:39:58.529764 [ 3 ] {f7bf562a-34c0-4a02-8cde-ca2e9c107e22} <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 | ||
1165 | 2024.03.11 14:39:58.529973 [ 3 ] {f7bf562a-34c0-4a02-8cde-ca2e9c107e22} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1166 | 2024.03.11 14:39:58.530035 [ 3 ] {f7bf562a-34c0-4a02-8cde-ca2e9c107e22} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1167 | 2024.03.11 14:39:58.530169 [ 3 ] {f7bf562a-34c0-4a02-8cde-ca2e9c107e22} <Debug> oximeter.timeseries_schema (a2337229-59f8-4db6-b46f-82bd1eb79445) (SelectExecutor): Key condition: (column 0 notIn 9-element set) | ||
1168 | 2024.03.11 14:39:58.530200 [ 3 ] {f7bf562a-34c0-4a02-8cde-ca2e9c107e22} <Trace> oximeter.timeseries_schema (a2337229-59f8-4db6-b46f-82bd1eb79445) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1169 | 2024.03.11 14:39:58.530221 [ 3 ] {f7bf562a-34c0-4a02-8cde-ca2e9c107e22} <Debug> oximeter.timeseries_schema (a2337229-59f8-4db6-b46f-82bd1eb79445) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
1170 | 2024.03.11 14:39:58.530237 [ 3 ] {f7bf562a-34c0-4a02-8cde-ca2e9c107e22} <Trace> oximeter.timeseries_schema (a2337229-59f8-4db6-b46f-82bd1eb79445) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1171 | 2024.03.11 14:39:58.530275 [ 3 ] {f7bf562a-34c0-4a02-8cde-ca2e9c107e22} <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'))" | ||
1172 | 2024.03.11 14:39:58.530295 [ 3 ] {f7bf562a-34c0-4a02-8cde-ca2e9c107e22} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1173 | 2024.03.11 14:39:58.531112 [ 3 ] {f7bf562a-34c0-4a02-8cde-ca2e9c107e22} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001661 sec., 2408.187838651415 rows/sec., 111.12 KiB/sec. | ||
1174 | 2024.03.11 14:39:58.531301 [ 3 ] {f7bf562a-34c0-4a02-8cde-ca2e9c107e22} <Debug> DynamicQueryHandler: Done processing query | ||
1175 | 2024.03.11 14:39:58.531324 [ 3 ] {f7bf562a-34c0-4a02-8cde-ca2e9c107e22} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1176 | 2024.03.11 14:39:58.531339 [ 3 ] {} <Debug> HTTP-Session: c0f0d64d-9756-4280-9f1d-bc9775c5d0df Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1177 | 2024.03.11 14:39:58.540972 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 1942, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1178 | 2024.03.11 14:39:58.541032 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1179 | 2024.03.11 14:39:58.541055 [ 3 ] {} <Debug> HTTP-Session: 2fcce6dd-5533-4a07-ae42-f0c3e32ddfd2 Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
1180 | 2024.03.11 14:39:58.541075 [ 3 ] {} <Debug> HTTP-Session: 2fcce6dd-5533-4a07-ae42-f0c3e32ddfd2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1181 | 2024.03.11 14:39:58.541092 [ 3 ] {} <Debug> HTTP-Session: 2fcce6dd-5533-4a07-ae42-f0c3e32ddfd2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1182 | 2024.03.11 14:39:58.541129 [ 3 ] {} <Trace> HTTP-Session: 2fcce6dd-5533-4a07-ae42-f0c3e32ddfd2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1183 | 2024.03.11 14:39:58.541225 [ 3 ] {b4f6b913-d9e1-46f2-a4f0-3ad7362c874e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
1184 | 2024.03.11 14:39:58.541276 [ 3 ] {b4f6b913-d9e1-46f2-a4f0-3ad7362c874e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1185 | 2024.03.11 14:39:58.541450 [ 3 ] {b4f6b913-d9e1-46f2-a4f0-3ad7362c874e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1186 | 2024.03.11 14:39:58.541803 [ 3 ] {b4f6b913-d9e1-46f2-a4f0-3ad7362c874e} <Trace> oximeter.timeseries_schema (a2337229-59f8-4db6-b46f-82bd1eb79445): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1187 | 2024.03.11 14:39:58.541844 [ 3 ] {b4f6b913-d9e1-46f2-a4f0-3ad7362c874e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
1188 | 2024.03.11 14:39:58.542329 [ 3 ] {b4f6b913-d9e1-46f2-a4f0-3ad7362c874e} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1189 | 2024.03.11 14:39:58.542642 [ 3 ] {b4f6b913-d9e1-46f2-a4f0-3ad7362c874e} <Trace> oximeter.timeseries_schema (a2337229-59f8-4db6-b46f-82bd1eb79445): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1190 | 2024.03.11 14:39:58.542807 [ 3 ] {b4f6b913-d9e1-46f2-a4f0-3ad7362c874e} <Debug> executeQuery: Read 6 rows, 996.00 B in 0.00162 sec., 3703.703703703704 rows/sec., 600.41 KiB/sec. | ||
1191 | 2024.03.11 14:39:58.542941 [ 3 ] {b4f6b913-d9e1-46f2-a4f0-3ad7362c874e} <Debug> DynamicQueryHandler: Done processing query | ||
1192 | 2024.03.11 14:39:58.542965 [ 3 ] {b4f6b913-d9e1-46f2-a4f0-3ad7362c874e} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
1193 | 2024.03.11 14:39:58.542980 [ 3 ] {} <Debug> HTTP-Session: 2fcce6dd-5533-4a07-ae42-f0c3e32ddfd2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1194 | 2024.03.11 14:39:58.543097 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 4989, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1195 | 2024.03.11 14:39:58.543141 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1196 | 2024.03.11 14:39:58.543157 [ 3 ] {} <Debug> HTTP-Session: 3c14a785-e887-48a7-bf84-9ddcc8b6480f Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
1197 | 2024.03.11 14:39:58.543173 [ 3 ] {} <Debug> HTTP-Session: 3c14a785-e887-48a7-bf84-9ddcc8b6480f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1198 | 2024.03.11 14:39:58.543185 [ 3 ] {} <Debug> HTTP-Session: 3c14a785-e887-48a7-bf84-9ddcc8b6480f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1199 | 2024.03.11 14:39:58.543214 [ 3 ] {} <Trace> HTTP-Session: 3c14a785-e887-48a7-bf84-9ddcc8b6480f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1200 | 2024.03.11 14:39:58.543284 [ 3 ] {e082af86-8dc1-4563-9ed3-16f157401ad8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1201 | 2024.03.11 14:39:58.543321 [ 3 ] {e082af86-8dc1-4563-9ed3-16f157401ad8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1202 | 2024.03.11 14:39:58.543436 [ 3 ] {e082af86-8dc1-4563-9ed3-16f157401ad8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1203 | 2024.03.11 14:39:58.543740 [ 3 ] {e082af86-8dc1-4563-9ed3-16f157401ad8} <Trace> oximeter.fields_string (6a098439-de07-471e-80b6-bdb8a57beb92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1204 | 2024.03.11 14:39:58.543775 [ 3 ] {e082af86-8dc1-4563-9ed3-16f157401ad8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
1205 | 2024.03.11 14:39:58.544127 [ 3 ] {e082af86-8dc1-4563-9ed3-16f157401ad8} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1206 | 2024.03.11 14:39:58.544425 [ 3 ] {e082af86-8dc1-4563-9ed3-16f157401ad8} <Trace> oximeter.fields_string (6a098439-de07-471e-80b6-bdb8a57beb92): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1207 | 2024.03.11 14:39:58.544575 [ 3 ] {e082af86-8dc1-4563-9ed3-16f157401ad8} <Debug> executeQuery: Read 36 rows, 2.77 KiB in 0.001303 sec., 27628.549501151192 rows/sec., 2.07 MiB/sec. | ||
1208 | 2024.03.11 14:39:58.544700 [ 3 ] {e082af86-8dc1-4563-9ed3-16f157401ad8} <Debug> DynamicQueryHandler: Done processing query | ||
1209 | 2024.03.11 14:39:58.544723 [ 3 ] {e082af86-8dc1-4563-9ed3-16f157401ad8} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
1210 | 2024.03.11 14:39:58.544739 [ 3 ] {} <Debug> HTTP-Session: 3c14a785-e887-48a7-bf84-9ddcc8b6480f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1211 | 2024.03.11 14:39:58.544865 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 4094, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1212 | 2024.03.11 14:39:58.544911 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1213 | 2024.03.11 14:39:58.544928 [ 3 ] {} <Debug> HTTP-Session: a7613f6e-58b4-4e75-8f55-f3f400a06422 Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
1214 | 2024.03.11 14:39:58.544944 [ 3 ] {} <Debug> HTTP-Session: a7613f6e-58b4-4e75-8f55-f3f400a06422 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1215 | 2024.03.11 14:39:58.544959 [ 3 ] {} <Debug> HTTP-Session: a7613f6e-58b4-4e75-8f55-f3f400a06422 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1216 | 2024.03.11 14:39:58.544988 [ 3 ] {} <Trace> HTTP-Session: a7613f6e-58b4-4e75-8f55-f3f400a06422 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1217 | 2024.03.11 14:39:58.545060 [ 3 ] {b6590ae7-d87b-4cc8-81a5-a37de9cbdb55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1218 | 2024.03.11 14:39:58.545098 [ 3 ] {b6590ae7-d87b-4cc8-81a5-a37de9cbdb55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1219 | 2024.03.11 14:39:58.545220 [ 3 ] {b6590ae7-d87b-4cc8-81a5-a37de9cbdb55} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1220 | 2024.03.11 14:39:58.545513 [ 3 ] {b6590ae7-d87b-4cc8-81a5-a37de9cbdb55} <Trace> oximeter.fields_uuid (3d1f8790-6847-4f06-bce3-6d9b6f4d0836): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1221 | 2024.03.11 14:39:58.545550 [ 3 ] {b6590ae7-d87b-4cc8-81a5-a37de9cbdb55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
1222 | 2024.03.11 14:39:58.545840 [ 3 ] {b6590ae7-d87b-4cc8-81a5-a37de9cbdb55} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1223 | 2024.03.11 14:39:58.546144 [ 3 ] {b6590ae7-d87b-4cc8-81a5-a37de9cbdb55} <Trace> oximeter.fields_uuid (3d1f8790-6847-4f06-bce3-6d9b6f4d0836): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1224 | 2024.03.11 14:39:58.546294 [ 3 ] {b6590ae7-d87b-4cc8-81a5-a37de9cbdb55} <Debug> executeQuery: Read 24 rows, 1.90 KiB in 0.00126 sec., 19047.619047619046 rows/sec., 1.47 MiB/sec. | ||
1225 | 2024.03.11 14:39:58.546518 [ 3 ] {b6590ae7-d87b-4cc8-81a5-a37de9cbdb55} <Debug> DynamicQueryHandler: Done processing query | ||
1226 | 2024.03.11 14:39:58.546543 [ 3 ] {b6590ae7-d87b-4cc8-81a5-a37de9cbdb55} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
1227 | 2024.03.11 14:39:58.546559 [ 3 ] {} <Debug> HTTP-Session: a7613f6e-58b4-4e75-8f55-f3f400a06422 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1228 | 2024.03.11 14:39:58.546707 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 50842, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1229 | 2024.03.11 14:39:58.546754 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1230 | 2024.03.11 14:39:58.546772 [ 3 ] {} <Debug> HTTP-Session: 1e6c940c-4f61-4136-a7e6-7e8242358639 Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
1231 | 2024.03.11 14:39:58.546787 [ 3 ] {} <Debug> HTTP-Session: 1e6c940c-4f61-4136-a7e6-7e8242358639 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1232 | 2024.03.11 14:39:58.546801 [ 3 ] {} <Debug> HTTP-Session: 1e6c940c-4f61-4136-a7e6-7e8242358639 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1233 | 2024.03.11 14:39:58.546831 [ 3 ] {} <Trace> HTTP-Session: 1e6c940c-4f61-4136-a7e6-7e8242358639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1234 | 2024.03.11 14:39:58.546983 [ 3 ] {d6f703f9-5c79-470d-99d4-f1884582e7f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1235 | 2024.03.11 14:39:58.547026 [ 3 ] {d6f703f9-5c79-470d-99d4-f1884582e7f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1236 | 2024.03.11 14:39:58.547175 [ 3 ] {d6f703f9-5c79-470d-99d4-f1884582e7f6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1237 | 2024.03.11 14:39:58.547580 [ 3 ] {d6f703f9-5c79-470d-99d4-f1884582e7f6} <Trace> oximeter.measurements_cumulativeu64 (c67eb49b-f01a-4894-b3b8-a06655ac82c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1238 | 2024.03.11 14:39:58.547614 [ 3 ] {d6f703f9-5c79-470d-99d4-f1884582e7f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
1239 | 2024.03.11 14:39:58.548088 [ 3 ] {d6f703f9-5c79-470d-99d4-f1884582e7f6} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1240 | 2024.03.11 14:39:58.548440 [ 3 ] {d6f703f9-5c79-470d-99d4-f1884582e7f6} <Trace> oximeter.measurements_cumulativeu64 (c67eb49b-f01a-4894-b3b8-a06655ac82c2): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1241 | 2024.03.11 14:39:58.548594 [ 3 ] {d6f703f9-5c79-470d-99d4-f1884582e7f6} <Debug> executeQuery: Read 264 rows, 19.08 KiB in 0.001708 sec., 154566.74473067914 rows/sec., 10.91 MiB/sec. | ||
1242 | 2024.03.11 14:39:58.548724 [ 3 ] {d6f703f9-5c79-470d-99d4-f1884582e7f6} <Debug> DynamicQueryHandler: Done processing query | ||
1243 | 2024.03.11 14:39:58.548748 [ 3 ] {d6f703f9-5c79-470d-99d4-f1884582e7f6} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB. | ||
1244 | 2024.03.11 14:39:58.548763 [ 3 ] {} <Debug> HTTP-Session: 1e6c940c-4f61-4136-a7e6-7e8242358639 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1245 | 2024.03.11 14:40:03.514375 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 3211, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1246 | 2024.03.11 14:40:03.514495 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1247 | 2024.03.11 14:40:03.514517 [ 3 ] {} <Debug> HTTP-Session: 55701ad8-0f61-4468-bab1-e2a7f4afe427 Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
1248 | 2024.03.11 14:40:03.514542 [ 3 ] {} <Debug> HTTP-Session: 55701ad8-0f61-4468-bab1-e2a7f4afe427 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1249 | 2024.03.11 14:40:03.514556 [ 3 ] {} <Debug> HTTP-Session: 55701ad8-0f61-4468-bab1-e2a7f4afe427 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1250 | 2024.03.11 14:40:03.514604 [ 3 ] {} <Trace> HTTP-Session: 55701ad8-0f61-4468-bab1-e2a7f4afe427 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1251 | 2024.03.11 14:40:03.514719 [ 3 ] {c3721bbd-3e23-4025-9953-67879911200a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
1252 | 2024.03.11 14:40:03.514779 [ 3 ] {c3721bbd-3e23-4025-9953-67879911200a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
1253 | 2024.03.11 14:40:03.514958 [ 3 ] {c3721bbd-3e23-4025-9953-67879911200a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1254 | 2024.03.11 14:40:03.515421 [ 3 ] {c3721bbd-3e23-4025-9953-67879911200a} <Trace> oximeter.fields_i64 (6b5cb674-03e1-439e-829c-27b13be59f30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1255 | 2024.03.11 14:40:03.515458 [ 3 ] {c3721bbd-3e23-4025-9953-67879911200a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
1256 | 2024.03.11 14:40:03.515813 [ 3 ] {c3721bbd-3e23-4025-9953-67879911200a} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1257 | 2024.03.11 14:40:03.516139 [ 3 ] {c3721bbd-3e23-4025-9953-67879911200a} <Trace> oximeter.fields_i64 (6b5cb674-03e1-439e-829c-27b13be59f30): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1258 | 2024.03.11 14:40:03.516276 [ 3 ] {c3721bbd-3e23-4025-9953-67879911200a} <Debug> executeQuery: Read 22 rows, 1.78 KiB in 0.00161 sec., 13664.596273291925 rows/sec., 1.08 MiB/sec. | ||
1259 | 2024.03.11 14:40:03.516437 [ 3 ] {c3721bbd-3e23-4025-9953-67879911200a} <Debug> DynamicQueryHandler: Done processing query | ||
1260 | 2024.03.11 14:40:03.516463 [ 3 ] {c3721bbd-3e23-4025-9953-67879911200a} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
1261 | 2024.03.11 14:40:03.516479 [ 3 ] {} <Debug> HTTP-Session: 55701ad8-0f61-4468-bab1-e2a7f4afe427 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1262 | 2024.03.11 14:40:03.516626 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 10354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1263 | 2024.03.11 14:40:03.516675 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1264 | 2024.03.11 14:40:03.516693 [ 3 ] {} <Debug> HTTP-Session: 9ab8ca8c-222c-4989-b3b5-1cb0ee6d6683 Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
1265 | 2024.03.11 14:40:03.516710 [ 3 ] {} <Debug> HTTP-Session: 9ab8ca8c-222c-4989-b3b5-1cb0ee6d6683 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1266 | 2024.03.11 14:40:03.516724 [ 3 ] {} <Debug> HTTP-Session: 9ab8ca8c-222c-4989-b3b5-1cb0ee6d6683 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1267 | 2024.03.11 14:40:03.516755 [ 3 ] {} <Trace> HTTP-Session: 9ab8ca8c-222c-4989-b3b5-1cb0ee6d6683 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1268 | 2024.03.11 14:40:03.516839 [ 3 ] {cc759aa1-70c2-41c1-82d8-8c44c5d5a7ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1269 | 2024.03.11 14:40:03.516880 [ 3 ] {cc759aa1-70c2-41c1-82d8-8c44c5d5a7ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1270 | 2024.03.11 14:40:03.517002 [ 3 ] {cc759aa1-70c2-41c1-82d8-8c44c5d5a7ec} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1271 | 2024.03.11 14:40:03.517336 [ 3 ] {cc759aa1-70c2-41c1-82d8-8c44c5d5a7ec} <Trace> oximeter.fields_string (6a098439-de07-471e-80b6-bdb8a57beb92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1272 | 2024.03.11 14:40:03.517374 [ 3 ] {cc759aa1-70c2-41c1-82d8-8c44c5d5a7ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
1273 | 2024.03.11 14:40:03.517707 [ 3 ] {cc759aa1-70c2-41c1-82d8-8c44c5d5a7ec} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1274 | 2024.03.11 14:40:03.518021 [ 3 ] {cc759aa1-70c2-41c1-82d8-8c44c5d5a7ec} <Trace> oximeter.fields_string (6a098439-de07-471e-80b6-bdb8a57beb92): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1275 | 2024.03.11 14:40:03.518169 [ 3 ] {cc759aa1-70c2-41c1-82d8-8c44c5d5a7ec} <Debug> executeQuery: Read 66 rows, 6.28 KiB in 0.001369 sec., 48210.37253469686 rows/sec., 4.48 MiB/sec. | ||
1276 | 2024.03.11 14:40:03.518285 [ 3 ] {cc759aa1-70c2-41c1-82d8-8c44c5d5a7ec} <Debug> DynamicQueryHandler: Done processing query | ||
1277 | 2024.03.11 14:40:03.518309 [ 3 ] {cc759aa1-70c2-41c1-82d8-8c44c5d5a7ec} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
1278 | 2024.03.11 14:40:03.518325 [ 3 ] {} <Debug> HTTP-Session: 9ab8ca8c-222c-4989-b3b5-1cb0ee6d6683 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1279 | 2024.03.11 14:40:03.518448 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 3784, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1280 | 2024.03.11 14:40:03.518493 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1281 | 2024.03.11 14:40:03.518511 [ 3 ] {} <Debug> HTTP-Session: 6f6b6b14-a172-40b7-b675-673a6dd88051 Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
1282 | 2024.03.11 14:40:03.518528 [ 3 ] {} <Debug> HTTP-Session: 6f6b6b14-a172-40b7-b675-673a6dd88051 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1283 | 2024.03.11 14:40:03.518542 [ 3 ] {} <Debug> HTTP-Session: 6f6b6b14-a172-40b7-b675-673a6dd88051 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1284 | 2024.03.11 14:40:03.518572 [ 3 ] {} <Trace> HTTP-Session: 6f6b6b14-a172-40b7-b675-673a6dd88051 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1285 | 2024.03.11 14:40:03.518640 [ 3 ] {10b53c50-5be2-4f18-a831-889725273f6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1286 | 2024.03.11 14:40:03.518679 [ 3 ] {10b53c50-5be2-4f18-a831-889725273f6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1287 | 2024.03.11 14:40:03.518802 [ 3 ] {10b53c50-5be2-4f18-a831-889725273f6e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1288 | 2024.03.11 14:40:03.519082 [ 3 ] {10b53c50-5be2-4f18-a831-889725273f6e} <Trace> oximeter.fields_uuid (3d1f8790-6847-4f06-bce3-6d9b6f4d0836): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1289 | 2024.03.11 14:40:03.519120 [ 3 ] {10b53c50-5be2-4f18-a831-889725273f6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
1290 | 2024.03.11 14:40:03.519418 [ 3 ] {10b53c50-5be2-4f18-a831-889725273f6e} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1291 | 2024.03.11 14:40:03.519725 [ 3 ] {10b53c50-5be2-4f18-a831-889725273f6e} <Trace> oximeter.fields_uuid (3d1f8790-6847-4f06-bce3-6d9b6f4d0836): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1292 | 2024.03.11 14:40:03.519882 [ 3 ] {10b53c50-5be2-4f18-a831-889725273f6e} <Debug> executeQuery: Read 22 rows, 1.76 KiB in 0.001261 sec., 17446.471054718477 rows/sec., 1.36 MiB/sec. | ||
1293 | 2024.03.11 14:40:03.520105 [ 3 ] {10b53c50-5be2-4f18-a831-889725273f6e} <Debug> DynamicQueryHandler: Done processing query | ||
1294 | 2024.03.11 14:40:03.520130 [ 3 ] {10b53c50-5be2-4f18-a831-889725273f6e} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
1295 | 2024.03.11 14:40:03.520145 [ 3 ] {} <Debug> HTTP-Session: 6f6b6b14-a172-40b7-b675-673a6dd88051 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1296 | 2024.03.11 14:40:03.520274 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 23576, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1297 | 2024.03.11 14:40:03.520321 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1298 | 2024.03.11 14:40:03.520339 [ 3 ] {} <Debug> HTTP-Session: 9c70832d-8bc9-4872-b452-35860a77523f Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
1299 | 2024.03.11 14:40:03.520356 [ 3 ] {} <Debug> HTTP-Session: 9c70832d-8bc9-4872-b452-35860a77523f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1300 | 2024.03.11 14:40:03.520369 [ 3 ] {} <Debug> HTTP-Session: 9c70832d-8bc9-4872-b452-35860a77523f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1301 | 2024.03.11 14:40:03.520400 [ 3 ] {} <Trace> HTTP-Session: 9c70832d-8bc9-4872-b452-35860a77523f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1302 | 2024.03.11 14:40:03.520570 [ 3 ] {37cd9cdf-bfb7-400c-9ea6-f01f33a8f090} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
1303 | 2024.03.11 14:40:03.520619 [ 3 ] {37cd9cdf-bfb7-400c-9ea6-f01f33a8f090} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
1304 | 2024.03.11 14:40:03.520797 [ 3 ] {37cd9cdf-bfb7-400c-9ea6-f01f33a8f090} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1305 | 2024.03.11 14:40:03.521224 [ 3 ] {37cd9cdf-bfb7-400c-9ea6-f01f33a8f090} <Trace> oximeter.measurements_histogramf64 (b99726d6-44d2-48b6-acca-e9ba9748d6b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1306 | 2024.03.11 14:40:03.521259 [ 3 ] {37cd9cdf-bfb7-400c-9ea6-f01f33a8f090} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
1307 | 2024.03.11 14:40:03.521696 [ 3 ] {37cd9cdf-bfb7-400c-9ea6-f01f33a8f090} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1308 | 2024.03.11 14:40:03.522036 [ 3 ] {37cd9cdf-bfb7-400c-9ea6-f01f33a8f090} <Trace> oximeter.measurements_histogramf64 (b99726d6-44d2-48b6-acca-e9ba9748d6b9): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1309 | 2024.03.11 14:40:03.522192 [ 3 ] {37cd9cdf-bfb7-400c-9ea6-f01f33a8f090} <Debug> executeQuery: Read 22 rows, 30.40 KiB in 0.001738 sec., 12658.227848101265 rows/sec., 17.08 MiB/sec. | ||
1310 | 2024.03.11 14:40:03.522326 [ 3 ] {37cd9cdf-bfb7-400c-9ea6-f01f33a8f090} <Debug> DynamicQueryHandler: Done processing query | ||
1311 | 2024.03.11 14:40:03.522349 [ 3 ] {37cd9cdf-bfb7-400c-9ea6-f01f33a8f090} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
1312 | 2024.03.11 14:40:03.522365 [ 3 ] {} <Debug> HTTP-Session: 9c70832d-8bc9-4872-b452-35860a77523f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1313 | 2024.03.11 14:40:06.157040 [ 89 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1314 | 2024.03.11 14:40:06.157116 [ 89 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1315 | 2024.03.11 14:40:13.514049 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 3211, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1316 | 2024.03.11 14:40:13.514166 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1317 | 2024.03.11 14:40:13.514189 [ 3 ] {} <Debug> HTTP-Session: 7ae32f59-ad9b-47b2-91ba-7c5292294c79 Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
1318 | 2024.03.11 14:40:13.514214 [ 3 ] {} <Debug> HTTP-Session: 7ae32f59-ad9b-47b2-91ba-7c5292294c79 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1319 | 2024.03.11 14:40:13.514230 [ 3 ] {} <Debug> HTTP-Session: 7ae32f59-ad9b-47b2-91ba-7c5292294c79 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1320 | 2024.03.11 14:40:13.514281 [ 3 ] {} <Trace> HTTP-Session: 7ae32f59-ad9b-47b2-91ba-7c5292294c79 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1321 | 2024.03.11 14:40:13.514396 [ 3 ] {032f6b7a-9c12-42db-b1b3-51c378b6820f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
1322 | 2024.03.11 14:40:13.514456 [ 3 ] {032f6b7a-9c12-42db-b1b3-51c378b6820f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
1323 | 2024.03.11 14:40:13.514641 [ 3 ] {032f6b7a-9c12-42db-b1b3-51c378b6820f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1324 | 2024.03.11 14:40:13.515049 [ 3 ] {032f6b7a-9c12-42db-b1b3-51c378b6820f} <Trace> oximeter.fields_i64 (6b5cb674-03e1-439e-829c-27b13be59f30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1325 | 2024.03.11 14:40:13.515091 [ 3 ] {032f6b7a-9c12-42db-b1b3-51c378b6820f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
1326 | 2024.03.11 14:40:13.515468 [ 3 ] {032f6b7a-9c12-42db-b1b3-51c378b6820f} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1327 | 2024.03.11 14:40:13.515817 [ 3 ] {032f6b7a-9c12-42db-b1b3-51c378b6820f} <Trace> oximeter.fields_i64 (6b5cb674-03e1-439e-829c-27b13be59f30): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1328 | 2024.03.11 14:40:13.515953 [ 3 ] {032f6b7a-9c12-42db-b1b3-51c378b6820f} <Debug> executeQuery: Read 22 rows, 1.78 KiB in 0.00161 sec., 13664.596273291925 rows/sec., 1.08 MiB/sec. | ||
1329 | 2024.03.11 14:40:13.516082 [ 3 ] {032f6b7a-9c12-42db-b1b3-51c378b6820f} <Debug> DynamicQueryHandler: Done processing query | ||
1330 | 2024.03.11 14:40:13.516107 [ 3 ] {032f6b7a-9c12-42db-b1b3-51c378b6820f} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
1331 | 2024.03.11 14:40:13.516123 [ 3 ] {} <Debug> HTTP-Session: 7ae32f59-ad9b-47b2-91ba-7c5292294c79 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1332 | 2024.03.11 14:40:13.516263 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 10354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1333 | 2024.03.11 14:40:13.516311 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1334 | 2024.03.11 14:40:13.516329 [ 3 ] {} <Debug> HTTP-Session: 3e75a8b1-11bc-46b0-9fd9-fd1c41167c2a Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
1335 | 2024.03.11 14:40:13.516349 [ 3 ] {} <Debug> HTTP-Session: 3e75a8b1-11bc-46b0-9fd9-fd1c41167c2a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1336 | 2024.03.11 14:40:13.516365 [ 3 ] {} <Debug> HTTP-Session: 3e75a8b1-11bc-46b0-9fd9-fd1c41167c2a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1337 | 2024.03.11 14:40:13.516396 [ 3 ] {} <Trace> HTTP-Session: 3e75a8b1-11bc-46b0-9fd9-fd1c41167c2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1338 | 2024.03.11 14:40:13.516480 [ 3 ] {2a3ba641-7091-42ce-8a0a-4ca0d1dc0264} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1339 | 2024.03.11 14:40:13.516522 [ 3 ] {2a3ba641-7091-42ce-8a0a-4ca0d1dc0264} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1340 | 2024.03.11 14:40:13.516643 [ 3 ] {2a3ba641-7091-42ce-8a0a-4ca0d1dc0264} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1341 | 2024.03.11 14:40:13.517007 [ 3 ] {2a3ba641-7091-42ce-8a0a-4ca0d1dc0264} <Trace> oximeter.fields_string (6a098439-de07-471e-80b6-bdb8a57beb92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1342 | 2024.03.11 14:40:13.517044 [ 3 ] {2a3ba641-7091-42ce-8a0a-4ca0d1dc0264} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
1343 | 2024.03.11 14:40:13.517351 [ 3 ] {2a3ba641-7091-42ce-8a0a-4ca0d1dc0264} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1344 | 2024.03.11 14:40:13.517650 [ 3 ] {2a3ba641-7091-42ce-8a0a-4ca0d1dc0264} <Trace> oximeter.fields_string (6a098439-de07-471e-80b6-bdb8a57beb92): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1345 | 2024.03.11 14:40:13.517777 [ 3 ] {2a3ba641-7091-42ce-8a0a-4ca0d1dc0264} <Debug> executeQuery: Read 66 rows, 6.28 KiB in 0.001336 sec., 49401.197604790425 rows/sec., 4.59 MiB/sec. | ||
1346 | 2024.03.11 14:40:13.517897 [ 3 ] {2a3ba641-7091-42ce-8a0a-4ca0d1dc0264} <Debug> DynamicQueryHandler: Done processing query | ||
1347 | 2024.03.11 14:40:13.517922 [ 3 ] {2a3ba641-7091-42ce-8a0a-4ca0d1dc0264} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
1348 | 2024.03.11 14:40:13.517937 [ 3 ] {} <Debug> HTTP-Session: 3e75a8b1-11bc-46b0-9fd9-fd1c41167c2a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1349 | 2024.03.11 14:40:13.518059 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 3784, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1350 | 2024.03.11 14:40:13.518107 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1351 | 2024.03.11 14:40:13.518126 [ 3 ] {} <Debug> HTTP-Session: be896f51-6d16-4095-95a6-5e34bcc55291 Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
1352 | 2024.03.11 14:40:13.518143 [ 3 ] {} <Debug> HTTP-Session: be896f51-6d16-4095-95a6-5e34bcc55291 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1353 | 2024.03.11 14:40:13.518156 [ 3 ] {} <Debug> HTTP-Session: be896f51-6d16-4095-95a6-5e34bcc55291 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1354 | 2024.03.11 14:40:13.518187 [ 3 ] {} <Trace> HTTP-Session: be896f51-6d16-4095-95a6-5e34bcc55291 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1355 | 2024.03.11 14:40:13.518257 [ 3 ] {25541d21-57b3-4e04-bc1c-05995885ac51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1356 | 2024.03.11 14:40:13.518297 [ 3 ] {25541d21-57b3-4e04-bc1c-05995885ac51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1357 | 2024.03.11 14:40:13.518418 [ 3 ] {25541d21-57b3-4e04-bc1c-05995885ac51} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1358 | 2024.03.11 14:40:13.518717 [ 3 ] {25541d21-57b3-4e04-bc1c-05995885ac51} <Trace> oximeter.fields_uuid (3d1f8790-6847-4f06-bce3-6d9b6f4d0836): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1359 | 2024.03.11 14:40:13.518753 [ 3 ] {25541d21-57b3-4e04-bc1c-05995885ac51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
1360 | 2024.03.11 14:40:13.519056 [ 3 ] {25541d21-57b3-4e04-bc1c-05995885ac51} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1361 | 2024.03.11 14:40:13.519355 [ 3 ] {25541d21-57b3-4e04-bc1c-05995885ac51} <Trace> oximeter.fields_uuid (3d1f8790-6847-4f06-bce3-6d9b6f4d0836): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1362 | 2024.03.11 14:40:13.519478 [ 3 ] {25541d21-57b3-4e04-bc1c-05995885ac51} <Debug> executeQuery: Read 22 rows, 1.76 KiB in 0.001248 sec., 17628.20512820513 rows/sec., 1.38 MiB/sec. | ||
1363 | 2024.03.11 14:40:13.519586 [ 3 ] {25541d21-57b3-4e04-bc1c-05995885ac51} <Debug> DynamicQueryHandler: Done processing query | ||
1364 | 2024.03.11 14:40:13.519611 [ 3 ] {25541d21-57b3-4e04-bc1c-05995885ac51} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
1365 | 2024.03.11 14:40:13.519627 [ 3 ] {} <Debug> HTTP-Session: be896f51-6d16-4095-95a6-5e34bcc55291 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1366 | 2024.03.11 14:40:13.519780 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 23576, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1367 | 2024.03.11 14:40:13.519826 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1368 | 2024.03.11 14:40:13.519844 [ 3 ] {} <Debug> HTTP-Session: 6e366a9e-421d-4050-8609-ff07a5b0bcaa Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
1369 | 2024.03.11 14:40:13.519861 [ 3 ] {} <Debug> HTTP-Session: 6e366a9e-421d-4050-8609-ff07a5b0bcaa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1370 | 2024.03.11 14:40:13.519874 [ 3 ] {} <Debug> HTTP-Session: 6e366a9e-421d-4050-8609-ff07a5b0bcaa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1371 | 2024.03.11 14:40:13.519904 [ 3 ] {} <Trace> HTTP-Session: 6e366a9e-421d-4050-8609-ff07a5b0bcaa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1372 | 2024.03.11 14:40:13.520071 [ 3 ] {18c4a317-c3fc-4bd0-8ec9-edaf82ce2515} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
1373 | 2024.03.11 14:40:13.520118 [ 3 ] {18c4a317-c3fc-4bd0-8ec9-edaf82ce2515} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
1374 | 2024.03.11 14:40:13.520272 [ 3 ] {18c4a317-c3fc-4bd0-8ec9-edaf82ce2515} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1375 | 2024.03.11 14:40:13.520663 [ 3 ] {18c4a317-c3fc-4bd0-8ec9-edaf82ce2515} <Trace> oximeter.measurements_histogramf64 (b99726d6-44d2-48b6-acca-e9ba9748d6b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1376 | 2024.03.11 14:40:13.520697 [ 3 ] {18c4a317-c3fc-4bd0-8ec9-edaf82ce2515} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
1377 | 2024.03.11 14:40:13.521112 [ 3 ] {18c4a317-c3fc-4bd0-8ec9-edaf82ce2515} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1378 | 2024.03.11 14:40:13.521456 [ 3 ] {18c4a317-c3fc-4bd0-8ec9-edaf82ce2515} <Trace> oximeter.measurements_histogramf64 (b99726d6-44d2-48b6-acca-e9ba9748d6b9): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1379 | 2024.03.11 14:40:13.521587 [ 3 ] {18c4a317-c3fc-4bd0-8ec9-edaf82ce2515} <Debug> executeQuery: Read 22 rows, 30.40 KiB in 0.001638 sec., 13431.01343101343 rows/sec., 18.12 MiB/sec. | ||
1380 | 2024.03.11 14:40:13.521715 [ 3 ] {18c4a317-c3fc-4bd0-8ec9-edaf82ce2515} <Debug> DynamicQueryHandler: Done processing query | ||
1381 | 2024.03.11 14:40:13.521740 [ 3 ] {18c4a317-c3fc-4bd0-8ec9-edaf82ce2515} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
1382 | 2024.03.11 14:40:13.521755 [ 3 ] {} <Debug> HTTP-Session: 6e366a9e-421d-4050-8609-ff07a5b0bcaa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1383 | 2024.03.11 14:40:21.157374 [ 79 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1384 | 2024.03.11 14:40:21.157447 [ 79 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1385 | 2024.03.11 14:40:23.514794 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 3211, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1386 | 2024.03.11 14:40:23.514905 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1387 | 2024.03.11 14:40:23.514934 [ 3 ] {} <Debug> HTTP-Session: 51168f76-00ff-438e-8921-e9aceb67c05d Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
1388 | 2024.03.11 14:40:23.514964 [ 3 ] {} <Debug> HTTP-Session: 51168f76-00ff-438e-8921-e9aceb67c05d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1389 | 2024.03.11 14:40:23.514981 [ 3 ] {} <Debug> HTTP-Session: 51168f76-00ff-438e-8921-e9aceb67c05d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1390 | 2024.03.11 14:40:23.515031 [ 3 ] {} <Trace> HTTP-Session: 51168f76-00ff-438e-8921-e9aceb67c05d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1391 | 2024.03.11 14:40:23.515188 [ 3 ] {b2126c0a-966f-4905-a31c-12d06f1e4465} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
1392 | 2024.03.11 14:40:23.515310 [ 3 ] {b2126c0a-966f-4905-a31c-12d06f1e4465} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
1393 | 2024.03.11 14:40:23.515554 [ 3 ] {b2126c0a-966f-4905-a31c-12d06f1e4465} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1394 | 2024.03.11 14:40:23.515950 [ 3 ] {b2126c0a-966f-4905-a31c-12d06f1e4465} <Trace> oximeter.fields_i64 (6b5cb674-03e1-439e-829c-27b13be59f30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1395 | 2024.03.11 14:40:23.515998 [ 3 ] {b2126c0a-966f-4905-a31c-12d06f1e4465} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
1396 | 2024.03.11 14:40:23.516386 [ 3 ] {b2126c0a-966f-4905-a31c-12d06f1e4465} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1397 | 2024.03.11 14:40:23.516719 [ 3 ] {b2126c0a-966f-4905-a31c-12d06f1e4465} <Trace> oximeter.fields_i64 (6b5cb674-03e1-439e-829c-27b13be59f30): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1398 | 2024.03.11 14:40:23.516903 [ 3 ] {b2126c0a-966f-4905-a31c-12d06f1e4465} <Debug> executeQuery: Read 22 rows, 1.78 KiB in 0.001794 sec., 12263.099219620959 rows/sec., 993.98 KiB/sec. | ||
1399 | 2024.03.11 14:40:23.517265 [ 3 ] {b2126c0a-966f-4905-a31c-12d06f1e4465} <Debug> DynamicQueryHandler: Done processing query | ||
1400 | 2024.03.11 14:40:23.517296 [ 3 ] {b2126c0a-966f-4905-a31c-12d06f1e4465} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
1401 | 2024.03.11 14:40:23.517313 [ 3 ] {} <Debug> HTTP-Session: 51168f76-00ff-438e-8921-e9aceb67c05d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1402 | 2024.03.11 14:40:23.517448 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 10354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1403 | 2024.03.11 14:40:23.517498 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1404 | 2024.03.11 14:40:23.517518 [ 3 ] {} <Debug> HTTP-Session: 562b2955-6967-4c3c-8358-fb72d18175ae Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
1405 | 2024.03.11 14:40:23.517535 [ 3 ] {} <Debug> HTTP-Session: 562b2955-6967-4c3c-8358-fb72d18175ae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1406 | 2024.03.11 14:40:23.517550 [ 3 ] {} <Debug> HTTP-Session: 562b2955-6967-4c3c-8358-fb72d18175ae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1407 | 2024.03.11 14:40:23.517581 [ 3 ] {} <Trace> HTTP-Session: 562b2955-6967-4c3c-8358-fb72d18175ae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1408 | 2024.03.11 14:40:23.517670 [ 3 ] {fd3577fd-b383-4c6e-a85a-59c38a8fa86b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1409 | 2024.03.11 14:40:23.517714 [ 3 ] {fd3577fd-b383-4c6e-a85a-59c38a8fa86b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1410 | 2024.03.11 14:40:23.517862 [ 3 ] {fd3577fd-b383-4c6e-a85a-59c38a8fa86b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1411 | 2024.03.11 14:40:23.518261 [ 3 ] {fd3577fd-b383-4c6e-a85a-59c38a8fa86b} <Trace> oximeter.fields_string (6a098439-de07-471e-80b6-bdb8a57beb92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1412 | 2024.03.11 14:40:23.518301 [ 3 ] {fd3577fd-b383-4c6e-a85a-59c38a8fa86b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
1413 | 2024.03.11 14:40:23.518627 [ 3 ] {fd3577fd-b383-4c6e-a85a-59c38a8fa86b} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1414 | 2024.03.11 14:40:23.518958 [ 3 ] {fd3577fd-b383-4c6e-a85a-59c38a8fa86b} <Trace> oximeter.fields_string (6a098439-de07-471e-80b6-bdb8a57beb92): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1415 | 2024.03.11 14:40:23.519103 [ 78 ] {} <Debug> oximeter.fields_string (6a098439-de07-471e-80b6-bdb8a57beb92) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1416 | 2024.03.11 14:40:23.519105 [ 3 ] {fd3577fd-b383-4c6e-a85a-59c38a8fa86b} <Debug> executeQuery: Read 66 rows, 6.28 KiB in 0.001473 sec., 44806.517311608965 rows/sec., 4.16 MiB/sec. | ||
1417 | 2024.03.11 14:40:23.519199 [ 78 ] {} <Trace> oximeter.fields_string (6a098439-de07-471e-80b6-bdb8a57beb92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1418 | 2024.03.11 14:40:23.519249 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
1419 | 2024.03.11 14:40:23.519356 [ 3 ] {fd3577fd-b383-4c6e-a85a-59c38a8fa86b} <Debug> DynamicQueryHandler: Done processing query | ||
1420 | 2024.03.11 14:40:23.519466 [ 3 ] {fd3577fd-b383-4c6e-a85a-59c38a8fa86b} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
1421 | 2024.03.11 14:40:23.519580 [ 3 ] {} <Debug> HTTP-Session: 562b2955-6967-4c3c-8358-fb72d18175ae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1422 | 2024.03.11 14:40:23.519840 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 3784, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1423 | 2024.03.11 14:40:23.519902 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1424 | 2024.03.11 14:40:23.519921 [ 3 ] {} <Debug> HTTP-Session: aa4cdee8-394e-47ff-bfcd-3cc809ab9f52 Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
1425 | 2024.03.11 14:40:23.519939 [ 3 ] {} <Debug> HTTP-Session: aa4cdee8-394e-47ff-bfcd-3cc809ab9f52 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1426 | 2024.03.11 14:40:23.519953 [ 3 ] {} <Debug> HTTP-Session: aa4cdee8-394e-47ff-bfcd-3cc809ab9f52 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1427 | 2024.03.11 14:40:23.519986 [ 3 ] {} <Trace> HTTP-Session: aa4cdee8-394e-47ff-bfcd-3cc809ab9f52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1428 | 2024.03.11 14:40:23.520063 [ 3 ] {82ad8f12-ecce-4b71-9a40-6cf424c9248c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1429 | 2024.03.11 14:40:23.520105 [ 3 ] {82ad8f12-ecce-4b71-9a40-6cf424c9248c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1430 | 2024.03.11 14:40:23.520247 [ 3 ] {82ad8f12-ecce-4b71-9a40-6cf424c9248c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1431 | 2024.03.11 14:40:23.520568 [ 3 ] {82ad8f12-ecce-4b71-9a40-6cf424c9248c} <Trace> oximeter.fields_uuid (3d1f8790-6847-4f06-bce3-6d9b6f4d0836): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1432 | 2024.03.11 14:40:23.520607 [ 3 ] {82ad8f12-ecce-4b71-9a40-6cf424c9248c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
1433 | 2024.03.11 14:40:23.520916 [ 3 ] {82ad8f12-ecce-4b71-9a40-6cf424c9248c} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1434 | 2024.03.11 14:40:23.521242 [ 3 ] {82ad8f12-ecce-4b71-9a40-6cf424c9248c} <Trace> oximeter.fields_uuid (3d1f8790-6847-4f06-bce3-6d9b6f4d0836): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1435 | 2024.03.11 14:40:23.521395 [ 3 ] {82ad8f12-ecce-4b71-9a40-6cf424c9248c} <Debug> executeQuery: Read 22 rows, 1.76 KiB in 0.001355 sec., 16236.162361623616 rows/sec., 1.27 MiB/sec. | ||
1436 | 2024.03.11 14:40:23.521402 [ 78 ] {} <Debug> oximeter.fields_uuid (3d1f8790-6847-4f06-bce3-6d9b6f4d0836) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1437 | 2024.03.11 14:40:23.521474 [ 78 ] {} <Trace> oximeter.fields_uuid (3d1f8790-6847-4f06-bce3-6d9b6f4d0836): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1438 | 2024.03.11 14:40:23.521514 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
1439 | 2024.03.11 14:40:23.521609 [ 3 ] {82ad8f12-ecce-4b71-9a40-6cf424c9248c} <Debug> DynamicQueryHandler: Done processing query | ||
1440 | 2024.03.11 14:40:23.521650 [ 3 ] {82ad8f12-ecce-4b71-9a40-6cf424c9248c} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
1441 | 2024.03.11 14:40:23.521707 [ 3 ] {} <Debug> HTTP-Session: aa4cdee8-394e-47ff-bfcd-3cc809ab9f52 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1442 | 2024.03.11 14:40:23.521875 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 23576, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1443 | 2024.03.11 14:40:23.521929 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1444 | 2024.03.11 14:40:23.521948 [ 3 ] {} <Debug> HTTP-Session: 25b73b3b-9666-4bc6-8c78-c1c759d4bfda Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
1445 | 2024.03.11 14:40:23.521967 [ 3 ] {} <Debug> HTTP-Session: 25b73b3b-9666-4bc6-8c78-c1c759d4bfda Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1446 | 2024.03.11 14:40:23.521980 [ 3 ] {} <Debug> HTTP-Session: 25b73b3b-9666-4bc6-8c78-c1c759d4bfda Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1447 | 2024.03.11 14:40:23.522011 [ 3 ] {} <Trace> HTTP-Session: 25b73b3b-9666-4bc6-8c78-c1c759d4bfda Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1448 | 2024.03.11 14:40:23.522184 [ 3 ] {328dac2d-61a7-43e6-a8dd-e58c67180ce0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
1449 | 2024.03.11 14:40:23.522234 [ 3 ] {328dac2d-61a7-43e6-a8dd-e58c67180ce0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
1450 | 2024.03.11 14:40:23.522409 [ 3 ] {328dac2d-61a7-43e6-a8dd-e58c67180ce0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1451 | 2024.03.11 14:40:23.522831 [ 3 ] {328dac2d-61a7-43e6-a8dd-e58c67180ce0} <Trace> oximeter.measurements_histogramf64 (b99726d6-44d2-48b6-acca-e9ba9748d6b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1452 | 2024.03.11 14:40:23.522870 [ 3 ] {328dac2d-61a7-43e6-a8dd-e58c67180ce0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
1453 | 2024.03.11 14:40:23.523288 [ 3 ] {328dac2d-61a7-43e6-a8dd-e58c67180ce0} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1454 | 2024.03.11 14:40:23.523644 [ 3 ] {328dac2d-61a7-43e6-a8dd-e58c67180ce0} <Trace> oximeter.measurements_histogramf64 (b99726d6-44d2-48b6-acca-e9ba9748d6b9): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1455 | 2024.03.11 14:40:23.523907 [ 3 ] {328dac2d-61a7-43e6-a8dd-e58c67180ce0} <Debug> executeQuery: Read 22 rows, 30.40 KiB in 0.001822 sec., 12074.643249176728 rows/sec., 16.29 MiB/sec. | ||
1456 | 2024.03.11 14:40:23.523990 [ 201 ] {6a098439-de07-471e-80b6-bdb8a57beb92::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 | ||
1457 | 2024.03.11 14:40:23.524170 [ 194 ] {3d1f8790-6847-4f06-bce3-6d9b6f4d0836::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 | ||
1458 | 2024.03.11 14:40:23.524412 [ 3 ] {328dac2d-61a7-43e6-a8dd-e58c67180ce0} <Debug> DynamicQueryHandler: Done processing query | ||
1459 | 2024.03.11 14:40:23.524496 [ 3 ] {328dac2d-61a7-43e6-a8dd-e58c67180ce0} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
1460 | 2024.03.11 14:40:23.524570 [ 3 ] {} <Debug> HTTP-Session: 25b73b3b-9666-4bc6-8c78-c1c759d4bfda Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1461 | 2024.03.11 14:40:23.524803 [ 194 ] {3d1f8790-6847-4f06-bce3-6d9b6f4d0836::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1462 | 2024.03.11 14:40:23.524825 [ 201 ] {6a098439-de07-471e-80b6-bdb8a57beb92::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1463 | 2024.03.11 14:40:23.525028 [ 194 ] {3d1f8790-6847-4f06-bce3-6d9b6f4d0836::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 28 rows starting from the beginning of the part | ||
1464 | 2024.03.11 14:40:23.525029 [ 201 ] {6a098439-de07-471e-80b6-bdb8a57beb92::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 63 rows starting from the beginning of the part | ||
1465 | 2024.03.11 14:40:23.525411 [ 194 ] {3d1f8790-6847-4f06-bce3-6d9b6f4d0836::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 22 rows starting from the beginning of the part | ||
1466 | 2024.03.11 14:40:23.525467 [ 201 ] {6a098439-de07-471e-80b6-bdb8a57beb92::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 66 rows starting from the beginning of the part | ||
1467 | 2024.03.11 14:40:23.525841 [ 194 ] {3d1f8790-6847-4f06-bce3-6d9b6f4d0836::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 24 rows starting from the beginning of the part | ||
1468 | 2024.03.11 14:40:23.525924 [ 201 ] {6a098439-de07-471e-80b6-bdb8a57beb92::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 36 rows starting from the beginning of the part | ||
1469 | 2024.03.11 14:40:23.526470 [ 194 ] {3d1f8790-6847-4f06-bce3-6d9b6f4d0836::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 22 rows starting from the beginning of the part | ||
1470 | 2024.03.11 14:40:23.526677 [ 201 ] {6a098439-de07-471e-80b6-bdb8a57beb92::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 66 rows starting from the beginning of the part | ||
1471 | 2024.03.11 14:40:23.527201 [ 194 ] {3d1f8790-6847-4f06-bce3-6d9b6f4d0836::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 22 rows starting from the beginning of the part | ||
1472 | 2024.03.11 14:40:23.527321 [ 201 ] {6a098439-de07-471e-80b6-bdb8a57beb92::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 66 rows starting from the beginning of the part | ||
1473 | 2024.03.11 14:40:23.527619 [ 194 ] {3d1f8790-6847-4f06-bce3-6d9b6f4d0836::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 22 rows starting from the beginning of the part | ||
1474 | 2024.03.11 14:40:23.527671 [ 201 ] {6a098439-de07-471e-80b6-bdb8a57beb92::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 | ||
1475 | 2024.03.11 14:40:23.531070 [ 194 ] {3d1f8790-6847-4f06-bce3-6d9b6f4d0836::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 140 rows, containing 4 columns (4 merged, 0 gathered) in 0.007256093 sec., 19294.12977479754 rows/sec., 1.51 MiB/sec. | ||
1476 | 2024.03.11 14:40:23.531254 [ 194 ] {6a098439-de07-471e-80b6-bdb8a57beb92::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 363 rows, containing 4 columns (4 merged, 0 gathered) in 0.011874171 sec., 30570.555199179802 rows/sec., 2.79 MiB/sec. | ||
1477 | 2024.03.11 14:40:23.531372 [ 187 ] {3d1f8790-6847-4f06-bce3-6d9b6f4d0836::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1478 | 2024.03.11 14:40:23.531480 [ 189 ] {6a098439-de07-471e-80b6-bdb8a57beb92::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1479 | 2024.03.11 14:40:23.532342 [ 201 ] {3d1f8790-6847-4f06-bce3-6d9b6f4d0836::all_1_6_1} <Trace> oximeter.fields_uuid (3d1f8790-6847-4f06-bce3-6d9b6f4d0836): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1480 | 2024.03.11 14:40:23.532378 [ 189 ] {6a098439-de07-471e-80b6-bdb8a57beb92::all_1_6_1} <Trace> oximeter.fields_string (6a098439-de07-471e-80b6-bdb8a57beb92): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1481 | 2024.03.11 14:40:23.532476 [ 201 ] {3d1f8790-6847-4f06-bce3-6d9b6f4d0836::all_1_6_1} <Trace> oximeter.fields_uuid (3d1f8790-6847-4f06-bce3-6d9b6f4d0836) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1482 | 2024.03.11 14:40:23.532480 [ 189 ] {6a098439-de07-471e-80b6-bdb8a57beb92::all_1_6_1} <Trace> oximeter.fields_string (6a098439-de07-471e-80b6-bdb8a57beb92) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1483 | 2024.03.11 14:40:23.532633 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
1484 | 2024.03.11 14:40:23.532678 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
1485 | 2024.03.11 14:40:28.514625 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 475, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1486 | 2024.03.11 14:40:28.514749 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1487 | 2024.03.11 14:40:28.514774 [ 3 ] {} <Debug> HTTP-Session: 36ad0d0f-2974-4a65-b848-d10a21c7b46a Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
1488 | 2024.03.11 14:40:28.514799 [ 3 ] {} <Debug> HTTP-Session: 36ad0d0f-2974-4a65-b848-d10a21c7b46a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1489 | 2024.03.11 14:40:28.514814 [ 3 ] {} <Debug> HTTP-Session: 36ad0d0f-2974-4a65-b848-d10a21c7b46a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1490 | 2024.03.11 14:40:28.514862 [ 3 ] {} <Trace> HTTP-Session: 36ad0d0f-2974-4a65-b848-d10a21c7b46a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1491 | 2024.03.11 14:40:28.515012 [ 3 ] {eb589210-d1b7-4c95-b0f2-8d617f7a4062} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) 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) | ||
1492 | 2024.03.11 14:40:28.515352 [ 3 ] {eb589210-d1b7-4c95-b0f2-8d617f7a4062} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1493 | 2024.03.11 14:40:28.515391 [ 3 ] {eb589210-d1b7-4c95-b0f2-8d617f7a4062} <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 | ||
1494 | 2024.03.11 14:40:28.515652 [ 3 ] {eb589210-d1b7-4c95-b0f2-8d617f7a4062} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1495 | 2024.03.11 14:40:28.515729 [ 3 ] {eb589210-d1b7-4c95-b0f2-8d617f7a4062} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1496 | 2024.03.11 14:40:28.515898 [ 3 ] {eb589210-d1b7-4c95-b0f2-8d617f7a4062} <Debug> oximeter.timeseries_schema (a2337229-59f8-4db6-b46f-82bd1eb79445) (SelectExecutor): Key condition: (column 0 notIn 10-element set) | ||
1497 | 2024.03.11 14:40:28.516191 [ 255 ] {eb589210-d1b7-4c95-b0f2-8d617f7a4062} <Trace> oximeter.timeseries_schema (a2337229-59f8-4db6-b46f-82bd1eb79445) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1498 | 2024.03.11 14:40:28.516223 [ 256 ] {eb589210-d1b7-4c95-b0f2-8d617f7a4062} <Trace> oximeter.timeseries_schema (a2337229-59f8-4db6-b46f-82bd1eb79445) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1499 | 2024.03.11 14:40:28.516334 [ 3 ] {eb589210-d1b7-4c95-b0f2-8d617f7a4062} <Debug> oximeter.timeseries_schema (a2337229-59f8-4db6-b46f-82bd1eb79445) (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 | ||
1500 | 2024.03.11 14:40:28.516363 [ 3 ] {eb589210-d1b7-4c95-b0f2-8d617f7a4062} <Trace> oximeter.timeseries_schema (a2337229-59f8-4db6-b46f-82bd1eb79445) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1501 | 2024.03.11 14:40:28.516573 [ 3 ] {eb589210-d1b7-4c95-b0f2-8d617f7a4062} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1502 | 2024.03.11 14:40:28.518679 [ 3 ] {eb589210-d1b7-4c95-b0f2-8d617f7a4062} <Debug> oximeter.timeseries_schema (a2337229-59f8-4db6-b46f-82bd1eb79445) (SelectExecutor): Reading approx. 10 rows with 2 streams | ||
1503 | 2024.03.11 14:40:28.518748 [ 3 ] {eb589210-d1b7-4c95-b0f2-8d617f7a4062} <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'))" | ||
1504 | 2024.03.11 14:40:28.518790 [ 3 ] {eb589210-d1b7-4c95-b0f2-8d617f7a4062} <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'))" | ||
1505 | 2024.03.11 14:40:28.520691 [ 3 ] {eb589210-d1b7-4c95-b0f2-8d617f7a4062} <Debug> executeQuery: Read 10 rows, 435.00 B in 0.005762 sec., 1735.5085039916696 rows/sec., 73.73 KiB/sec. | ||
1506 | 2024.03.11 14:40:28.521013 [ 3 ] {eb589210-d1b7-4c95-b0f2-8d617f7a4062} <Debug> DynamicQueryHandler: Done processing query | ||
1507 | 2024.03.11 14:40:28.521046 [ 3 ] {eb589210-d1b7-4c95-b0f2-8d617f7a4062} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1508 | 2024.03.11 14:40:28.521068 [ 3 ] {} <Debug> HTTP-Session: 36ad0d0f-2974-4a65-b848-d10a21c7b46a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1509 | 2024.03.11 14:40:28.521248 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 452, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1510 | 2024.03.11 14:40:28.521312 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1511 | 2024.03.11 14:40:28.521336 [ 3 ] {} <Debug> HTTP-Session: 3e1bc012-7f9a-4288-9da7-8e22c827cb23 Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
1512 | 2024.03.11 14:40:28.521359 [ 3 ] {} <Debug> HTTP-Session: 3e1bc012-7f9a-4288-9da7-8e22c827cb23 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1513 | 2024.03.11 14:40:28.521377 [ 3 ] {} <Debug> HTTP-Session: 3e1bc012-7f9a-4288-9da7-8e22c827cb23 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1514 | 2024.03.11 14:40:28.521418 [ 3 ] {} <Trace> HTTP-Session: 3e1bc012-7f9a-4288-9da7-8e22c827cb23 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1515 | 2024.03.11 14:40:28.521516 [ 3 ] {b08d5aa3-faed-4fa3-85c1-6db010b16149} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
1516 | 2024.03.11 14:40:28.521571 [ 3 ] {b08d5aa3-faed-4fa3-85c1-6db010b16149} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1517 | 2024.03.11 14:40:28.521960 [ 3 ] {b08d5aa3-faed-4fa3-85c1-6db010b16149} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1518 | 2024.03.11 14:40:28.522446 [ 3 ] {b08d5aa3-faed-4fa3-85c1-6db010b16149} <Trace> oximeter.timeseries_schema (a2337229-59f8-4db6-b46f-82bd1eb79445): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1519 | 2024.03.11 14:40:28.522495 [ 3 ] {b08d5aa3-faed-4fa3-85c1-6db010b16149} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
1520 | 2024.03.11 14:40:28.523035 [ 3 ] {b08d5aa3-faed-4fa3-85c1-6db010b16149} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1521 | 2024.03.11 14:40:28.523391 [ 3 ] {b08d5aa3-faed-4fa3-85c1-6db010b16149} <Trace> oximeter.timeseries_schema (a2337229-59f8-4db6-b46f-82bd1eb79445): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1522 | 2024.03.11 14:40:28.523556 [ 3 ] {b08d5aa3-faed-4fa3-85c1-6db010b16149} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.002079 sec., 481.000481000481 rows/sec., 108.98 KiB/sec. | ||
1523 | 2024.03.11 14:40:28.523819 [ 3 ] {b08d5aa3-faed-4fa3-85c1-6db010b16149} <Debug> DynamicQueryHandler: Done processing query | ||
1524 | 2024.03.11 14:40:28.523847 [ 3 ] {b08d5aa3-faed-4fa3-85c1-6db010b16149} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
1525 | 2024.03.11 14:40:28.523863 [ 3 ] {} <Debug> HTTP-Session: 3e1bc012-7f9a-4288-9da7-8e22c827cb23 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1526 | 2024.03.11 14:40:28.523979 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1527 | 2024.03.11 14:40:28.524031 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1528 | 2024.03.11 14:40:28.524049 [ 3 ] {} <Debug> HTTP-Session: 48fcc7e8-245c-49c5-8359-c175789b731b Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
1529 | 2024.03.11 14:40:28.524068 [ 3 ] {} <Debug> HTTP-Session: 48fcc7e8-245c-49c5-8359-c175789b731b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1530 | 2024.03.11 14:40:28.524082 [ 3 ] {} <Debug> HTTP-Session: 48fcc7e8-245c-49c5-8359-c175789b731b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1531 | 2024.03.11 14:40:28.524112 [ 3 ] {} <Trace> HTTP-Session: 48fcc7e8-245c-49c5-8359-c175789b731b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1532 | 2024.03.11 14:40:28.524178 [ 3 ] {994083aa-7650-41f1-9a8b-2a80d2077b4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
1533 | 2024.03.11 14:40:28.524221 [ 3 ] {994083aa-7650-41f1-9a8b-2a80d2077b4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
1534 | 2024.03.11 14:40:28.524402 [ 3 ] {994083aa-7650-41f1-9a8b-2a80d2077b4b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1535 | 2024.03.11 14:40:28.524697 [ 3 ] {994083aa-7650-41f1-9a8b-2a80d2077b4b} <Trace> oximeter.fields_ipaddr (334e9a02-ace0-41a3-88ff-f52311cf0408): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1536 | 2024.03.11 14:40:28.524740 [ 3 ] {994083aa-7650-41f1-9a8b-2a80d2077b4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
1537 | 2024.03.11 14:40:28.525222 [ 3 ] {994083aa-7650-41f1-9a8b-2a80d2077b4b} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1538 | 2024.03.11 14:40:28.525553 [ 3 ] {994083aa-7650-41f1-9a8b-2a80d2077b4b} <Trace> oximeter.fields_ipaddr (334e9a02-ace0-41a3-88ff-f52311cf0408): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1539 | 2024.03.11 14:40:28.525712 [ 3 ] {994083aa-7650-41f1-9a8b-2a80d2077b4b} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001547 sec., 1292.824822236587 rows/sec., 105.42 KiB/sec. | ||
1540 | 2024.03.11 14:40:28.526051 [ 3 ] {994083aa-7650-41f1-9a8b-2a80d2077b4b} <Debug> DynamicQueryHandler: Done processing query | ||
1541 | 2024.03.11 14:40:28.526080 [ 3 ] {994083aa-7650-41f1-9a8b-2a80d2077b4b} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
1542 | 2024.03.11 14:40:28.526096 [ 3 ] {} <Debug> HTTP-Session: 48fcc7e8-245c-49c5-8359-c175789b731b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1543 | 2024.03.11 14:40:28.526222 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 5139, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1544 | 2024.03.11 14:40:28.526274 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1545 | 2024.03.11 14:40:28.526293 [ 3 ] {} <Debug> HTTP-Session: af8e7c32-5d88-4ace-bba9-1262ccc853d7 Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
1546 | 2024.03.11 14:40:28.526310 [ 3 ] {} <Debug> HTTP-Session: af8e7c32-5d88-4ace-bba9-1262ccc853d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1547 | 2024.03.11 14:40:28.526324 [ 3 ] {} <Debug> HTTP-Session: af8e7c32-5d88-4ace-bba9-1262ccc853d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1548 | 2024.03.11 14:40:28.526354 [ 3 ] {} <Trace> HTTP-Session: af8e7c32-5d88-4ace-bba9-1262ccc853d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1549 | 2024.03.11 14:40:28.526435 [ 3 ] {fec3edc7-7be9-479d-a139-3fa6a2eba307} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1550 | 2024.03.11 14:40:28.526477 [ 3 ] {fec3edc7-7be9-479d-a139-3fa6a2eba307} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1551 | 2024.03.11 14:40:28.526624 [ 3 ] {fec3edc7-7be9-479d-a139-3fa6a2eba307} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1552 | 2024.03.11 14:40:28.526942 [ 3 ] {fec3edc7-7be9-479d-a139-3fa6a2eba307} <Trace> oximeter.fields_string (6a098439-de07-471e-80b6-bdb8a57beb92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1553 | 2024.03.11 14:40:28.526980 [ 3 ] {fec3edc7-7be9-479d-a139-3fa6a2eba307} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
1554 | 2024.03.11 14:40:28.527296 [ 3 ] {fec3edc7-7be9-479d-a139-3fa6a2eba307} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1555 | 2024.03.11 14:40:28.527591 [ 3 ] {fec3edc7-7be9-479d-a139-3fa6a2eba307} <Trace> oximeter.fields_string (6a098439-de07-471e-80b6-bdb8a57beb92): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1556 | 2024.03.11 14:40:28.527744 [ 3 ] {fec3edc7-7be9-479d-a139-3fa6a2eba307} <Debug> executeQuery: Read 37 rows, 2.85 KiB in 0.001337 sec., 27673.896783844426 rows/sec., 2.08 MiB/sec. | ||
1557 | 2024.03.11 14:40:28.527896 [ 3 ] {fec3edc7-7be9-479d-a139-3fa6a2eba307} <Debug> DynamicQueryHandler: Done processing query | ||
1558 | 2024.03.11 14:40:28.527921 [ 3 ] {fec3edc7-7be9-479d-a139-3fa6a2eba307} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
1559 | 2024.03.11 14:40:28.527936 [ 3 ] {} <Debug> HTTP-Session: af8e7c32-5d88-4ace-bba9-1262ccc853d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1560 | 2024.03.11 14:40:28.528051 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1561 | 2024.03.11 14:40:28.528100 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1562 | 2024.03.11 14:40:28.528120 [ 3 ] {} <Debug> HTTP-Session: ec7b6f58-f355-4137-8188-486951872e04 Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
1563 | 2024.03.11 14:40:28.528137 [ 3 ] {} <Debug> HTTP-Session: ec7b6f58-f355-4137-8188-486951872e04 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1564 | 2024.03.11 14:40:28.528151 [ 3 ] {} <Debug> HTTP-Session: ec7b6f58-f355-4137-8188-486951872e04 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1565 | 2024.03.11 14:40:28.528181 [ 3 ] {} <Trace> HTTP-Session: ec7b6f58-f355-4137-8188-486951872e04 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1566 | 2024.03.11 14:40:28.528245 [ 3 ] {6ea18221-9b88-4517-b8ba-415f907ed5a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
1567 | 2024.03.11 14:40:28.528288 [ 3 ] {6ea18221-9b88-4517-b8ba-415f907ed5a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
1568 | 2024.03.11 14:40:28.528415 [ 3 ] {6ea18221-9b88-4517-b8ba-415f907ed5a0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1569 | 2024.03.11 14:40:28.528779 [ 3 ] {6ea18221-9b88-4517-b8ba-415f907ed5a0} <Trace> oximeter.fields_u16 (6b7af958-2474-4c0b-b5ad-97e1406ef2f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1570 | 2024.03.11 14:40:28.528817 [ 3 ] {6ea18221-9b88-4517-b8ba-415f907ed5a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
1571 | 2024.03.11 14:40:28.529135 [ 3 ] {6ea18221-9b88-4517-b8ba-415f907ed5a0} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1572 | 2024.03.11 14:40:28.529439 [ 3 ] {6ea18221-9b88-4517-b8ba-415f907ed5a0} <Trace> oximeter.fields_u16 (6b7af958-2474-4c0b-b5ad-97e1406ef2f2): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1573 | 2024.03.11 14:40:28.529584 [ 3 ] {6ea18221-9b88-4517-b8ba-415f907ed5a0} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001356 sec., 1474.9262536873157 rows/sec., 102.99 KiB/sec. | ||
1574 | 2024.03.11 14:40:28.529797 [ 3 ] {6ea18221-9b88-4517-b8ba-415f907ed5a0} <Debug> DynamicQueryHandler: Done processing query | ||
1575 | 2024.03.11 14:40:28.529822 [ 3 ] {6ea18221-9b88-4517-b8ba-415f907ed5a0} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
1576 | 2024.03.11 14:40:28.529838 [ 3 ] {} <Debug> HTTP-Session: ec7b6f58-f355-4137-8188-486951872e04 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1577 | 2024.03.11 14:40:28.529962 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 4437, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1578 | 2024.03.11 14:40:28.530010 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1579 | 2024.03.11 14:40:28.530029 [ 3 ] {} <Debug> HTTP-Session: c35256c1-0c92-41ee-a018-bbbe79bbc129 Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
1580 | 2024.03.11 14:40:28.530045 [ 3 ] {} <Debug> HTTP-Session: c35256c1-0c92-41ee-a018-bbbe79bbc129 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1581 | 2024.03.11 14:40:28.530058 [ 3 ] {} <Debug> HTTP-Session: c35256c1-0c92-41ee-a018-bbbe79bbc129 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1582 | 2024.03.11 14:40:28.530089 [ 3 ] {} <Trace> HTTP-Session: c35256c1-0c92-41ee-a018-bbbe79bbc129 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1583 | 2024.03.11 14:40:28.530159 [ 3 ] {efc14d28-e88d-4367-8cb0-7e7fe03d89ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1584 | 2024.03.11 14:40:28.530201 [ 3 ] {efc14d28-e88d-4367-8cb0-7e7fe03d89ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1585 | 2024.03.11 14:40:28.530344 [ 3 ] {efc14d28-e88d-4367-8cb0-7e7fe03d89ac} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1586 | 2024.03.11 14:40:28.530652 [ 3 ] {efc14d28-e88d-4367-8cb0-7e7fe03d89ac} <Trace> oximeter.fields_uuid (3d1f8790-6847-4f06-bce3-6d9b6f4d0836): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1587 | 2024.03.11 14:40:28.530689 [ 3 ] {efc14d28-e88d-4367-8cb0-7e7fe03d89ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
1588 | 2024.03.11 14:40:28.531004 [ 3 ] {efc14d28-e88d-4367-8cb0-7e7fe03d89ac} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1589 | 2024.03.11 14:40:28.531304 [ 3 ] {efc14d28-e88d-4367-8cb0-7e7fe03d89ac} <Trace> oximeter.fields_uuid (3d1f8790-6847-4f06-bce3-6d9b6f4d0836): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1590 | 2024.03.11 14:40:28.531446 [ 3 ] {efc14d28-e88d-4367-8cb0-7e7fe03d89ac} <Debug> executeQuery: Read 26 rows, 2.06 KiB in 0.001308 sec., 19877.675840978594 rows/sec., 1.54 MiB/sec. | ||
1591 | 2024.03.11 14:40:28.531569 [ 3 ] {efc14d28-e88d-4367-8cb0-7e7fe03d89ac} <Debug> DynamicQueryHandler: Done processing query | ||
1592 | 2024.03.11 14:40:28.531593 [ 3 ] {efc14d28-e88d-4367-8cb0-7e7fe03d89ac} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
1593 | 2024.03.11 14:40:28.531609 [ 3 ] {} <Debug> HTTP-Session: c35256c1-0c92-41ee-a018-bbbe79bbc129 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1594 | 2024.03.11 14:40:28.531744 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 7189, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1595 | 2024.03.11 14:40:28.531792 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1596 | 2024.03.11 14:40:28.531811 [ 3 ] {} <Debug> HTTP-Session: f0815116-9914-48d3-bed7-5e729bcbe09f Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
1597 | 2024.03.11 14:40:28.531827 [ 3 ] {} <Debug> HTTP-Session: f0815116-9914-48d3-bed7-5e729bcbe09f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1598 | 2024.03.11 14:40:28.531841 [ 3 ] {} <Debug> HTTP-Session: f0815116-9914-48d3-bed7-5e729bcbe09f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1599 | 2024.03.11 14:40:28.531871 [ 3 ] {} <Trace> HTTP-Session: f0815116-9914-48d3-bed7-5e729bcbe09f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1600 | 2024.03.11 14:40:28.531948 [ 3 ] {1079c654-4c9e-4907-884d-6dae15c57ea1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1601 | 2024.03.11 14:40:28.531990 [ 3 ] {1079c654-4c9e-4907-884d-6dae15c57ea1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1602 | 2024.03.11 14:40:28.532131 [ 3 ] {1079c654-4c9e-4907-884d-6dae15c57ea1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1603 | 2024.03.11 14:40:28.532429 [ 3 ] {1079c654-4c9e-4907-884d-6dae15c57ea1} <Trace> oximeter.measurements_cumulativeu64 (c67eb49b-f01a-4894-b3b8-a06655ac82c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1604 | 2024.03.11 14:40:28.532466 [ 3 ] {1079c654-4c9e-4907-884d-6dae15c57ea1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
1605 | 2024.03.11 14:40:28.532832 [ 3 ] {1079c654-4c9e-4907-884d-6dae15c57ea1} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1606 | 2024.03.11 14:40:28.533166 [ 3 ] {1079c654-4c9e-4907-884d-6dae15c57ea1} <Trace> oximeter.measurements_cumulativeu64 (c67eb49b-f01a-4894-b3b8-a06655ac82c2): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1607 | 2024.03.11 14:40:28.533326 [ 3 ] {1079c654-4c9e-4907-884d-6dae15c57ea1} <Debug> executeQuery: Read 37 rows, 2.67 KiB in 0.001413 sec., 26185.42108987969 rows/sec., 1.85 MiB/sec. | ||
1608 | 2024.03.11 14:40:28.533455 [ 3 ] {1079c654-4c9e-4907-884d-6dae15c57ea1} <Debug> DynamicQueryHandler: Done processing query | ||
1609 | 2024.03.11 14:40:28.533479 [ 3 ] {1079c654-4c9e-4907-884d-6dae15c57ea1} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
1610 | 2024.03.11 14:40:28.533495 [ 3 ] {} <Debug> HTTP-Session: f0815116-9914-48d3-bed7-5e729bcbe09f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1611 | 2024.03.11 14:40:33.516644 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 7648, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1612 | 2024.03.11 14:40:33.516769 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1613 | 2024.03.11 14:40:33.516794 [ 3 ] {} <Debug> HTTP-Session: 352124ee-b53a-45cb-8209-17f102aaf153 Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
1614 | 2024.03.11 14:40:33.516818 [ 3 ] {} <Debug> HTTP-Session: 352124ee-b53a-45cb-8209-17f102aaf153 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1615 | 2024.03.11 14:40:33.516833 [ 3 ] {} <Debug> HTTP-Session: 352124ee-b53a-45cb-8209-17f102aaf153 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1616 | 2024.03.11 14:40:33.516881 [ 3 ] {} <Trace> HTTP-Session: 352124ee-b53a-45cb-8209-17f102aaf153 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1617 | 2024.03.11 14:40:33.517006 [ 3 ] {bb6f0ad1-c5e9-438b-a3fe-06dd0390dc38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
1618 | 2024.03.11 14:40:33.517067 [ 3 ] {bb6f0ad1-c5e9-438b-a3fe-06dd0390dc38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
1619 | 2024.03.11 14:40:33.517256 [ 3 ] {bb6f0ad1-c5e9-438b-a3fe-06dd0390dc38} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1620 | 2024.03.11 14:40:33.517665 [ 3 ] {bb6f0ad1-c5e9-438b-a3fe-06dd0390dc38} <Trace> oximeter.fields_i64 (6b5cb674-03e1-439e-829c-27b13be59f30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1621 | 2024.03.11 14:40:33.517713 [ 3 ] {bb6f0ad1-c5e9-438b-a3fe-06dd0390dc38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
1622 | 2024.03.11 14:40:33.518091 [ 3 ] {bb6f0ad1-c5e9-438b-a3fe-06dd0390dc38} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1623 | 2024.03.11 14:40:33.518411 [ 3 ] {bb6f0ad1-c5e9-438b-a3fe-06dd0390dc38} <Trace> oximeter.fields_i64 (6b5cb674-03e1-439e-829c-27b13be59f30): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1624 | 2024.03.11 14:40:33.518574 [ 3 ] {bb6f0ad1-c5e9-438b-a3fe-06dd0390dc38} <Debug> executeQuery: Read 53 rows, 4.30 KiB in 0.001626 sec., 32595.325953259533 rows/sec., 2.58 MiB/sec. | ||
1625 | 2024.03.11 14:40:33.518583 [ 73 ] {} <Debug> oximeter.fields_i64 (6b5cb674-03e1-439e-829c-27b13be59f30) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1626 | 2024.03.11 14:40:33.518695 [ 73 ] {} <Trace> oximeter.fields_i64 (6b5cb674-03e1-439e-829c-27b13be59f30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1627 | 2024.03.11 14:40:33.518734 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
1628 | 2024.03.11 14:40:33.518790 [ 3 ] {bb6f0ad1-c5e9-438b-a3fe-06dd0390dc38} <Debug> DynamicQueryHandler: Done processing query | ||
1629 | 2024.03.11 14:40:33.518857 [ 3 ] {bb6f0ad1-c5e9-438b-a3fe-06dd0390dc38} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
1630 | 2024.03.11 14:40:33.518934 [ 3 ] {} <Debug> HTTP-Session: 352124ee-b53a-45cb-8209-17f102aaf153 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1631 | 2024.03.11 14:40:33.519093 [ 189 ] {6b5cb674-03e1-439e-829c-27b13be59f30::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 | ||
1632 | 2024.03.11 14:40:33.519182 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1633 | 2024.03.11 14:40:33.519269 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1634 | 2024.03.11 14:40:33.519317 [ 3 ] {} <Debug> HTTP-Session: a608a7e4-b969-4821-b4dd-edd30972ee31 Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
1635 | 2024.03.11 14:40:33.519371 [ 3 ] {} <Debug> HTTP-Session: a608a7e4-b969-4821-b4dd-edd30972ee31 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1636 | 2024.03.11 14:40:33.519382 [ 189 ] {6b5cb674-03e1-439e-829c-27b13be59f30::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1637 | 2024.03.11 14:40:33.519396 [ 3 ] {} <Debug> HTTP-Session: a608a7e4-b969-4821-b4dd-edd30972ee31 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1638 | 2024.03.11 14:40:33.519442 [ 189 ] {6b5cb674-03e1-439e-829c-27b13be59f30::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 21 rows starting from the beginning of the part | ||
1639 | 2024.03.11 14:40:33.519466 [ 3 ] {} <Trace> HTTP-Session: a608a7e4-b969-4821-b4dd-edd30972ee31 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1640 | 2024.03.11 14:40:33.519630 [ 3 ] {5c552941-99c8-4b57-9b28-3bb115129b74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
1641 | 2024.03.11 14:40:33.519694 [ 189 ] {6b5cb674-03e1-439e-829c-27b13be59f30::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 22 rows starting from the beginning of the part | ||
1642 | 2024.03.11 14:40:33.519759 [ 3 ] {5c552941-99c8-4b57-9b28-3bb115129b74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
1643 | 2024.03.11 14:40:33.520051 [ 189 ] {6b5cb674-03e1-439e-829c-27b13be59f30::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 22 rows starting from the beginning of the part | ||
1644 | 2024.03.11 14:40:33.520441 [ 189 ] {6b5cb674-03e1-439e-829c-27b13be59f30::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 22 rows starting from the beginning of the part | ||
1645 | 2024.03.11 14:40:33.520770 [ 189 ] {6b5cb674-03e1-439e-829c-27b13be59f30::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 22 rows starting from the beginning of the part | ||
1646 | 2024.03.11 14:40:33.521075 [ 189 ] {6b5cb674-03e1-439e-829c-27b13be59f30::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 53 rows starting from the beginning of the part | ||
1647 | 2024.03.11 14:40:33.521302 [ 3 ] {5c552941-99c8-4b57-9b28-3bb115129b74} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1648 | 2024.03.11 14:40:33.522174 [ 3 ] {5c552941-99c8-4b57-9b28-3bb115129b74} <Trace> oximeter.fields_ipaddr (334e9a02-ace0-41a3-88ff-f52311cf0408): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1649 | 2024.03.11 14:40:33.522241 [ 3 ] {5c552941-99c8-4b57-9b28-3bb115129b74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
1650 | 2024.03.11 14:40:33.523180 [ 3 ] {5c552941-99c8-4b57-9b28-3bb115129b74} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1651 | 2024.03.11 14:40:33.523767 [ 187 ] {6b5cb674-03e1-439e-829c-27b13be59f30::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 162 rows, containing 4 columns (4 merged, 0 gathered) in 0.004941224 sec., 32785.39892140085 rows/sec., 2.60 MiB/sec. | ||
1652 | 2024.03.11 14:40:33.524039 [ 3 ] {5c552941-99c8-4b57-9b28-3bb115129b74} <Trace> oximeter.fields_ipaddr (334e9a02-ace0-41a3-88ff-f52311cf0408): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1653 | 2024.03.11 14:40:33.524066 [ 187 ] {6b5cb674-03e1-439e-829c-27b13be59f30::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1654 | 2024.03.11 14:40:33.524311 [ 3 ] {5c552941-99c8-4b57-9b28-3bb115129b74} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.004758 sec., 420.3446826397646 rows/sec., 34.28 KiB/sec. | ||
1655 | 2024.03.11 14:40:33.524736 [ 3 ] {5c552941-99c8-4b57-9b28-3bb115129b74} <Debug> DynamicQueryHandler: Done processing query | ||
1656 | 2024.03.11 14:40:33.524782 [ 3 ] {5c552941-99c8-4b57-9b28-3bb115129b74} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
1657 | 2024.03.11 14:40:33.524810 [ 3 ] {} <Debug> HTTP-Session: a608a7e4-b969-4821-b4dd-edd30972ee31 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1658 | 2024.03.11 14:40:33.524984 [ 187 ] {6b5cb674-03e1-439e-829c-27b13be59f30::all_1_6_1} <Trace> oximeter.fields_i64 (6b5cb674-03e1-439e-829c-27b13be59f30): 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.03.11 14:40:33.525011 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 25480, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1660 | 2024.03.11 14:40:33.525110 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1661 | 2024.03.11 14:40:33.525148 [ 187 ] {6b5cb674-03e1-439e-829c-27b13be59f30::all_1_6_1} <Trace> oximeter.fields_i64 (6b5cb674-03e1-439e-829c-27b13be59f30) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1662 | 2024.03.11 14:40:33.525150 [ 3 ] {} <Debug> HTTP-Session: 973f4227-4652-48dc-84bd-6f339a3dc8eb Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
1663 | 2024.03.11 14:40:33.525196 [ 3 ] {} <Debug> HTTP-Session: 973f4227-4652-48dc-84bd-6f339a3dc8eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1664 | 2024.03.11 14:40:33.525237 [ 3 ] {} <Debug> HTTP-Session: 973f4227-4652-48dc-84bd-6f339a3dc8eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1665 | 2024.03.11 14:40:33.525310 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
1666 | 2024.03.11 14:40:33.525317 [ 3 ] {} <Trace> HTTP-Session: 973f4227-4652-48dc-84bd-6f339a3dc8eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1667 | 2024.03.11 14:40:33.525463 [ 3 ] {cfd2cb8f-f9d6-4a31-8997-5d4b51c34d32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1668 | 2024.03.11 14:40:33.525504 [ 3 ] {cfd2cb8f-f9d6-4a31-8997-5d4b51c34d32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1669 | 2024.03.11 14:40:33.525649 [ 3 ] {cfd2cb8f-f9d6-4a31-8997-5d4b51c34d32} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1670 | 2024.03.11 14:40:33.526039 [ 3 ] {cfd2cb8f-f9d6-4a31-8997-5d4b51c34d32} <Trace> oximeter.fields_string (6a098439-de07-471e-80b6-bdb8a57beb92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1671 | 2024.03.11 14:40:33.526077 [ 3 ] {cfd2cb8f-f9d6-4a31-8997-5d4b51c34d32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
1672 | 2024.03.11 14:40:33.526381 [ 3 ] {cfd2cb8f-f9d6-4a31-8997-5d4b51c34d32} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1673 | 2024.03.11 14:40:33.526671 [ 3 ] {cfd2cb8f-f9d6-4a31-8997-5d4b51c34d32} <Trace> oximeter.fields_string (6a098439-de07-471e-80b6-bdb8a57beb92): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1674 | 2024.03.11 14:40:33.526815 [ 3 ] {cfd2cb8f-f9d6-4a31-8997-5d4b51c34d32} <Debug> executeQuery: Read 160 rows, 15.71 KiB in 0.001459 sec., 109664.15352981494 rows/sec., 10.52 MiB/sec. | ||
1675 | 2024.03.11 14:40:33.526931 [ 3 ] {cfd2cb8f-f9d6-4a31-8997-5d4b51c34d32} <Debug> DynamicQueryHandler: Done processing query | ||
1676 | 2024.03.11 14:40:33.526953 [ 3 ] {cfd2cb8f-f9d6-4a31-8997-5d4b51c34d32} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
1677 | 2024.03.11 14:40:33.526967 [ 3 ] {} <Debug> HTTP-Session: 973f4227-4652-48dc-84bd-6f339a3dc8eb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1678 | 2024.03.11 14:40:33.527141 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1679 | 2024.03.11 14:40:33.527188 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1680 | 2024.03.11 14:40:33.527206 [ 3 ] {} <Debug> HTTP-Session: 59473cf8-e4ed-4ec3-823a-fdb2edf70d73 Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
1681 | 2024.03.11 14:40:33.527223 [ 3 ] {} <Debug> HTTP-Session: 59473cf8-e4ed-4ec3-823a-fdb2edf70d73 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1682 | 2024.03.11 14:40:33.527236 [ 3 ] {} <Debug> HTTP-Session: 59473cf8-e4ed-4ec3-823a-fdb2edf70d73 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1683 | 2024.03.11 14:40:33.527267 [ 3 ] {} <Trace> HTTP-Session: 59473cf8-e4ed-4ec3-823a-fdb2edf70d73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1684 | 2024.03.11 14:40:33.527329 [ 3 ] {4336e7d1-d69b-48fd-b518-8369bc3e1f34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
1685 | 2024.03.11 14:40:33.527368 [ 3 ] {4336e7d1-d69b-48fd-b518-8369bc3e1f34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
1686 | 2024.03.11 14:40:33.527495 [ 3 ] {4336e7d1-d69b-48fd-b518-8369bc3e1f34} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1687 | 2024.03.11 14:40:33.527748 [ 3 ] {4336e7d1-d69b-48fd-b518-8369bc3e1f34} <Trace> oximeter.fields_u16 (6b7af958-2474-4c0b-b5ad-97e1406ef2f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1688 | 2024.03.11 14:40:33.527786 [ 3 ] {4336e7d1-d69b-48fd-b518-8369bc3e1f34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
1689 | 2024.03.11 14:40:33.528082 [ 3 ] {4336e7d1-d69b-48fd-b518-8369bc3e1f34} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1690 | 2024.03.11 14:40:33.528392 [ 3 ] {4336e7d1-d69b-48fd-b518-8369bc3e1f34} <Trace> oximeter.fields_u16 (6b7af958-2474-4c0b-b5ad-97e1406ef2f2): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1691 | 2024.03.11 14:40:33.528538 [ 3 ] {4336e7d1-d69b-48fd-b518-8369bc3e1f34} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001231 sec., 1624.6953696181965 rows/sec., 113.44 KiB/sec. | ||
1692 | 2024.03.11 14:40:33.528649 [ 3 ] {4336e7d1-d69b-48fd-b518-8369bc3e1f34} <Debug> DynamicQueryHandler: Done processing query | ||
1693 | 2024.03.11 14:40:33.528673 [ 3 ] {4336e7d1-d69b-48fd-b518-8369bc3e1f34} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
1694 | 2024.03.11 14:40:33.528688 [ 3 ] {} <Debug> HTTP-Session: 59473cf8-e4ed-4ec3-823a-fdb2edf70d73 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1695 | 2024.03.11 14:40:33.528829 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 11584, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1696 | 2024.03.11 14:40:33.528889 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1697 | 2024.03.11 14:40:33.528912 [ 3 ] {} <Debug> HTTP-Session: daeb24c9-3081-40e7-ac1f-28a5012a1394 Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
1698 | 2024.03.11 14:40:33.528935 [ 3 ] {} <Debug> HTTP-Session: daeb24c9-3081-40e7-ac1f-28a5012a1394 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1699 | 2024.03.11 14:40:33.528954 [ 3 ] {} <Debug> HTTP-Session: daeb24c9-3081-40e7-ac1f-28a5012a1394 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1700 | 2024.03.11 14:40:33.528985 [ 3 ] {} <Trace> HTTP-Session: daeb24c9-3081-40e7-ac1f-28a5012a1394 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1701 | 2024.03.11 14:40:33.529098 [ 3 ] {d1566517-3093-4cb3-a403-d93950e074af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1702 | 2024.03.11 14:40:33.529144 [ 3 ] {d1566517-3093-4cb3-a403-d93950e074af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1703 | 2024.03.11 14:40:33.529269 [ 3 ] {d1566517-3093-4cb3-a403-d93950e074af} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1704 | 2024.03.11 14:40:33.529576 [ 3 ] {d1566517-3093-4cb3-a403-d93950e074af} <Trace> oximeter.fields_uuid (3d1f8790-6847-4f06-bce3-6d9b6f4d0836): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1705 | 2024.03.11 14:40:33.529613 [ 3 ] {d1566517-3093-4cb3-a403-d93950e074af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
1706 | 2024.03.11 14:40:33.529908 [ 3 ] {d1566517-3093-4cb3-a403-d93950e074af} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1707 | 2024.03.11 14:40:33.530217 [ 3 ] {d1566517-3093-4cb3-a403-d93950e074af} <Trace> oximeter.fields_uuid (3d1f8790-6847-4f06-bce3-6d9b6f4d0836): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1708 | 2024.03.11 14:40:33.530371 [ 3 ] {d1566517-3093-4cb3-a403-d93950e074af} <Debug> executeQuery: Read 68 rows, 5.46 KiB in 0.001331 sec., 51089.40646130729 rows/sec., 4.01 MiB/sec. | ||
1709 | 2024.03.11 14:40:33.530597 [ 3 ] {d1566517-3093-4cb3-a403-d93950e074af} <Debug> DynamicQueryHandler: Done processing query | ||
1710 | 2024.03.11 14:40:33.530622 [ 3 ] {d1566517-3093-4cb3-a403-d93950e074af} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
1711 | 2024.03.11 14:40:33.530637 [ 3 ] {} <Debug> HTTP-Session: daeb24c9-3081-40e7-ac1f-28a5012a1394 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1712 | 2024.03.11 14:40:33.530744 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 257, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1713 | 2024.03.11 14:40:33.530791 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1714 | 2024.03.11 14:40:33.530811 [ 3 ] {} <Debug> HTTP-Session: b218140e-ea2d-4790-9958-531990480a4d Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
1715 | 2024.03.11 14:40:33.530827 [ 3 ] {} <Debug> HTTP-Session: b218140e-ea2d-4790-9958-531990480a4d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1716 | 2024.03.11 14:40:33.530840 [ 3 ] {} <Debug> HTTP-Session: b218140e-ea2d-4790-9958-531990480a4d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1717 | 2024.03.11 14:40:33.530870 [ 3 ] {} <Trace> HTTP-Session: b218140e-ea2d-4790-9958-531990480a4d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1718 | 2024.03.11 14:40:33.530933 [ 3 ] {69bddcb8-b813-4795-a58f-39e8d5ff4e9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1719 | 2024.03.11 14:40:33.530978 [ 3 ] {69bddcb8-b813-4795-a58f-39e8d5ff4e9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1720 | 2024.03.11 14:40:33.531134 [ 3 ] {69bddcb8-b813-4795-a58f-39e8d5ff4e9a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1721 | 2024.03.11 14:40:33.531367 [ 3 ] {69bddcb8-b813-4795-a58f-39e8d5ff4e9a} <Trace> oximeter.measurements_cumulativeu64 (c67eb49b-f01a-4894-b3b8-a06655ac82c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1722 | 2024.03.11 14:40:33.531403 [ 3 ] {69bddcb8-b813-4795-a58f-39e8d5ff4e9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
1723 | 2024.03.11 14:40:33.531766 [ 3 ] {69bddcb8-b813-4795-a58f-39e8d5ff4e9a} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1724 | 2024.03.11 14:40:33.532100 [ 3 ] {69bddcb8-b813-4795-a58f-39e8d5ff4e9a} <Trace> oximeter.measurements_cumulativeu64 (c67eb49b-f01a-4894-b3b8-a06655ac82c2): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1725 | 2024.03.11 14:40:33.532264 [ 3 ] {69bddcb8-b813-4795-a58f-39e8d5ff4e9a} <Debug> executeQuery: Read 1 rows, 72.00 B in 0.001354 sec., 738.5524372230428 rows/sec., 51.93 KiB/sec. | ||
1726 | 2024.03.11 14:40:33.532377 [ 3 ] {69bddcb8-b813-4795-a58f-39e8d5ff4e9a} <Debug> DynamicQueryHandler: Done processing query | ||
1727 | 2024.03.11 14:40:33.532401 [ 3 ] {69bddcb8-b813-4795-a58f-39e8d5ff4e9a} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
1728 | 2024.03.11 14:40:33.532417 [ 3 ] {} <Debug> HTTP-Session: b218140e-ea2d-4790-9958-531990480a4d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1729 | 2024.03.11 14:40:33.532612 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 56690, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1730 | 2024.03.11 14:40:33.532658 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1731 | 2024.03.11 14:40:33.532676 [ 3 ] {} <Debug> HTTP-Session: 902cec74-eafd-4515-8ff8-ae57c69ed6d9 Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
1732 | 2024.03.11 14:40:33.532693 [ 3 ] {} <Debug> HTTP-Session: 902cec74-eafd-4515-8ff8-ae57c69ed6d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1733 | 2024.03.11 14:40:33.532706 [ 3 ] {} <Debug> HTTP-Session: 902cec74-eafd-4515-8ff8-ae57c69ed6d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1734 | 2024.03.11 14:40:33.532736 [ 3 ] {} <Trace> HTTP-Session: 902cec74-eafd-4515-8ff8-ae57c69ed6d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1735 | 2024.03.11 14:40:33.533339 [ 3 ] {817d3534-1694-4df0-8d8b-3a44f03ddc20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
1736 | 2024.03.11 14:40:33.533387 [ 3 ] {817d3534-1694-4df0-8d8b-3a44f03ddc20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
1737 | 2024.03.11 14:40:33.533543 [ 3 ] {817d3534-1694-4df0-8d8b-3a44f03ddc20} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1738 | 2024.03.11 14:40:33.534041 [ 3 ] {817d3534-1694-4df0-8d8b-3a44f03ddc20} <Trace> oximeter.measurements_histogramf64 (b99726d6-44d2-48b6-acca-e9ba9748d6b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1739 | 2024.03.11 14:40:33.534077 [ 3 ] {817d3534-1694-4df0-8d8b-3a44f03ddc20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
1740 | 2024.03.11 14:40:33.534601 [ 3 ] {817d3534-1694-4df0-8d8b-3a44f03ddc20} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1741 | 2024.03.11 14:40:33.534949 [ 3 ] {817d3534-1694-4df0-8d8b-3a44f03ddc20} <Trace> oximeter.measurements_histogramf64 (b99726d6-44d2-48b6-acca-e9ba9748d6b9): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1742 | 2024.03.11 14:40:33.535106 [ 73 ] {} <Debug> oximeter.measurements_histogramf64 (b99726d6-44d2-48b6-acca-e9ba9748d6b9) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1743 | 2024.03.11 14:40:33.535108 [ 3 ] {817d3534-1694-4df0-8d8b-3a44f03ddc20} <Debug> executeQuery: Read 53 rows, 73.24 KiB in 0.00231 sec., 22943.722943722943 rows/sec., 30.96 MiB/sec. | ||
1744 | 2024.03.11 14:40:33.535158 [ 73 ] {} <Trace> oximeter.measurements_histogramf64 (b99726d6-44d2-48b6-acca-e9ba9748d6b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1745 | 2024.03.11 14:40:33.535227 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
1746 | 2024.03.11 14:40:33.535374 [ 3 ] {817d3534-1694-4df0-8d8b-3a44f03ddc20} <Debug> DynamicQueryHandler: Done processing query | ||
1747 | 2024.03.11 14:40:33.535387 [ 201 ] {b99726d6-44d2-48b6-acca-e9ba9748d6b9::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 | ||
1748 | 2024.03.11 14:40:33.535409 [ 3 ] {817d3534-1694-4df0-8d8b-3a44f03ddc20} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
1749 | 2024.03.11 14:40:33.535468 [ 3 ] {} <Debug> HTTP-Session: 902cec74-eafd-4515-8ff8-ae57c69ed6d9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1750 | 2024.03.11 14:40:33.535646 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 2402, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1751 | 2024.03.11 14:40:33.535656 [ 201 ] {b99726d6-44d2-48b6-acca-e9ba9748d6b9::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1752 | 2024.03.11 14:40:33.535734 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1753 | 2024.03.11 14:40:33.535740 [ 201 ] {b99726d6-44d2-48b6-acca-e9ba9748d6b9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 21 rows starting from the beginning of the part | ||
1754 | 2024.03.11 14:40:33.535775 [ 3 ] {} <Debug> HTTP-Session: d0018739-61f7-4642-93d8-89e39404b614 Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
1755 | 2024.03.11 14:40:33.535834 [ 3 ] {} <Debug> HTTP-Session: d0018739-61f7-4642-93d8-89e39404b614 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1756 | 2024.03.11 14:40:33.535929 [ 3 ] {} <Debug> HTTP-Session: d0018739-61f7-4642-93d8-89e39404b614 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1757 | 2024.03.11 14:40:33.536014 [ 201 ] {b99726d6-44d2-48b6-acca-e9ba9748d6b9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 22 rows starting from the beginning of the part | ||
1758 | 2024.03.11 14:40:33.536068 [ 3 ] {} <Trace> HTTP-Session: d0018739-61f7-4642-93d8-89e39404b614 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1759 | 2024.03.11 14:40:33.536309 [ 201 ] {b99726d6-44d2-48b6-acca-e9ba9748d6b9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 22 rows starting from the beginning of the part | ||
1760 | 2024.03.11 14:40:33.536398 [ 3 ] {2440df96-df4f-4938-b8b6-da4e6e6b017a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
1761 | 2024.03.11 14:40:33.536537 [ 201 ] {b99726d6-44d2-48b6-acca-e9ba9748d6b9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 22 rows starting from the beginning of the part | ||
1762 | 2024.03.11 14:40:33.536564 [ 3 ] {2440df96-df4f-4938-b8b6-da4e6e6b017a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
1763 | 2024.03.11 14:40:33.537074 [ 201 ] {b99726d6-44d2-48b6-acca-e9ba9748d6b9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 22 rows starting from the beginning of the part | ||
1764 | 2024.03.11 14:40:33.537459 [ 201 ] {b99726d6-44d2-48b6-acca-e9ba9748d6b9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 53 rows starting from the beginning of the part | ||
1765 | 2024.03.11 14:40:33.537780 [ 3 ] {2440df96-df4f-4938-b8b6-da4e6e6b017a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1766 | 2024.03.11 14:40:33.538499 [ 3 ] {2440df96-df4f-4938-b8b6-da4e6e6b017a} <Trace> oximeter.measurements_i64 (5b512ded-30b4-4f32-aaa5-10d2356b8d20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1767 | 2024.03.11 14:40:33.538568 [ 3 ] {2440df96-df4f-4938-b8b6-da4e6e6b017a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
1768 | 2024.03.11 14:40:33.539516 [ 3 ] {2440df96-df4f-4938-b8b6-da4e6e6b017a} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1769 | 2024.03.11 14:40:33.540316 [ 3 ] {2440df96-df4f-4938-b8b6-da4e6e6b017a} <Trace> oximeter.measurements_i64 (5b512ded-30b4-4f32-aaa5-10d2356b8d20): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1770 | 2024.03.11 14:40:33.540600 [ 3 ] {2440df96-df4f-4938-b8b6-da4e6e6b017a} <Debug> executeQuery: Read 15 rows, 1.09 KiB in 0.004381 sec., 3423.875827436658 rows/sec., 248.32 KiB/sec. | ||
1771 | 2024.03.11 14:40:33.541044 [ 3 ] {2440df96-df4f-4938-b8b6-da4e6e6b017a} <Debug> DynamicQueryHandler: Done processing query | ||
1772 | 2024.03.11 14:40:33.541108 [ 3 ] {2440df96-df4f-4938-b8b6-da4e6e6b017a} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
1773 | 2024.03.11 14:40:33.541165 [ 3 ] {} <Debug> HTTP-Session: d0018739-61f7-4642-93d8-89e39404b614 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1774 | 2024.03.11 14:40:33.541363 [ 201 ] {b99726d6-44d2-48b6-acca-e9ba9748d6b9::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 162 rows, containing 6 columns (6 merged, 0 gathered) in 0.006025052 sec., 26887.73474486195 rows/sec., 36.28 MiB/sec. | ||
1775 | 2024.03.11 14:40:33.541720 [ 191 ] {b99726d6-44d2-48b6-acca-e9ba9748d6b9::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1776 | 2024.03.11 14:40:33.542193 [ 191 ] {b99726d6-44d2-48b6-acca-e9ba9748d6b9::all_1_6_1} <Trace> oximeter.measurements_histogramf64 (b99726d6-44d2-48b6-acca-e9ba9748d6b9): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1777 | 2024.03.11 14:40:33.542278 [ 191 ] {b99726d6-44d2-48b6-acca-e9ba9748d6b9::all_1_6_1} <Trace> oximeter.measurements_histogramf64 (b99726d6-44d2-48b6-acca-e9ba9748d6b9) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1778 | 2024.03.11 14:40:33.542374 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. | ||
1779 | 2024.03.11 14:40:36.157493 [ 70 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1780 | 2024.03.11 14:40:36.157560 [ 70 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1781 | 2024.03.11 14:40:43.515488 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 7933, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1782 | 2024.03.11 14:40:43.515609 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1783 | 2024.03.11 14:40:43.515635 [ 3 ] {} <Debug> HTTP-Session: a5d1c718-5c34-44c2-af05-d62d4320d152 Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
1784 | 2024.03.11 14:40:43.515659 [ 3 ] {} <Debug> HTTP-Session: a5d1c718-5c34-44c2-af05-d62d4320d152 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1785 | 2024.03.11 14:40:43.515674 [ 3 ] {} <Debug> HTTP-Session: a5d1c718-5c34-44c2-af05-d62d4320d152 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1786 | 2024.03.11 14:40:43.515723 [ 3 ] {} <Trace> HTTP-Session: a5d1c718-5c34-44c2-af05-d62d4320d152 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1787 | 2024.03.11 14:40:43.515850 [ 3 ] {f4a9dcc0-ba93-4638-ab14-653a79f764af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
1788 | 2024.03.11 14:40:43.515912 [ 3 ] {f4a9dcc0-ba93-4638-ab14-653a79f764af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
1789 | 2024.03.11 14:40:43.516097 [ 3 ] {f4a9dcc0-ba93-4638-ab14-653a79f764af} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1790 | 2024.03.11 14:40:43.516529 [ 3 ] {f4a9dcc0-ba93-4638-ab14-653a79f764af} <Trace> oximeter.fields_i64 (6b5cb674-03e1-439e-829c-27b13be59f30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1791 | 2024.03.11 14:40:43.516576 [ 3 ] {f4a9dcc0-ba93-4638-ab14-653a79f764af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
1792 | 2024.03.11 14:40:43.516958 [ 3 ] {f4a9dcc0-ba93-4638-ab14-653a79f764af} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1793 | 2024.03.11 14:40:43.517322 [ 3 ] {f4a9dcc0-ba93-4638-ab14-653a79f764af} <Trace> oximeter.fields_i64 (6b5cb674-03e1-439e-829c-27b13be59f30): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1794 | 2024.03.11 14:40:43.517491 [ 3 ] {f4a9dcc0-ba93-4638-ab14-653a79f764af} <Debug> executeQuery: Read 55 rows, 4.46 KiB in 0.001696 sec., 32429.245283018867 rows/sec., 2.57 MiB/sec. | ||
1795 | 2024.03.11 14:40:43.517640 [ 3 ] {f4a9dcc0-ba93-4638-ab14-653a79f764af} <Debug> DynamicQueryHandler: Done processing query | ||
1796 | 2024.03.11 14:40:43.517667 [ 3 ] {f4a9dcc0-ba93-4638-ab14-653a79f764af} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
1797 | 2024.03.11 14:40:43.517684 [ 3 ] {} <Debug> HTTP-Session: a5d1c718-5c34-44c2-af05-d62d4320d152 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1798 | 2024.03.11 14:40:43.517831 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 26283, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1799 | 2024.03.11 14:40:43.517882 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1800 | 2024.03.11 14:40:43.517903 [ 3 ] {} <Debug> HTTP-Session: 0f3b001c-b1ac-404b-af31-1588ba3beced Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
1801 | 2024.03.11 14:40:43.517921 [ 3 ] {} <Debug> HTTP-Session: 0f3b001c-b1ac-404b-af31-1588ba3beced Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1802 | 2024.03.11 14:40:43.517941 [ 3 ] {} <Debug> HTTP-Session: 0f3b001c-b1ac-404b-af31-1588ba3beced Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1803 | 2024.03.11 14:40:43.517972 [ 3 ] {} <Trace> HTTP-Session: 0f3b001c-b1ac-404b-af31-1588ba3beced Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1804 | 2024.03.11 14:40:43.518095 [ 3 ] {b1d791e1-5c29-480e-9ca4-04c55c379047} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1805 | 2024.03.11 14:40:43.518136 [ 3 ] {b1d791e1-5c29-480e-9ca4-04c55c379047} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1806 | 2024.03.11 14:40:43.518269 [ 3 ] {b1d791e1-5c29-480e-9ca4-04c55c379047} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1807 | 2024.03.11 14:40:43.518742 [ 3 ] {b1d791e1-5c29-480e-9ca4-04c55c379047} <Trace> oximeter.fields_string (6a098439-de07-471e-80b6-bdb8a57beb92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1808 | 2024.03.11 14:40:43.518781 [ 3 ] {b1d791e1-5c29-480e-9ca4-04c55c379047} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
1809 | 2024.03.11 14:40:43.519097 [ 3 ] {b1d791e1-5c29-480e-9ca4-04c55c379047} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
1810 | 2024.03.11 14:40:43.519460 [ 3 ] {b1d791e1-5c29-480e-9ca4-04c55c379047} <Trace> oximeter.fields_string (6a098439-de07-471e-80b6-bdb8a57beb92): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1811 | 2024.03.11 14:40:43.519613 [ 3 ] {b1d791e1-5c29-480e-9ca4-04c55c379047} <Debug> executeQuery: Read 165 rows, 16.22 KiB in 0.001589 sec., 103838.89238514789 rows/sec., 9.97 MiB/sec. | ||
1812 | 2024.03.11 14:40:43.519742 [ 3 ] {b1d791e1-5c29-480e-9ca4-04c55c379047} <Debug> DynamicQueryHandler: Done processing query | ||
1813 | 2024.03.11 14:40:43.519766 [ 3 ] {b1d791e1-5c29-480e-9ca4-04c55c379047} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
1814 | 2024.03.11 14:40:43.519783 [ 3 ] {} <Debug> HTTP-Session: 0f3b001c-b1ac-404b-af31-1588ba3beced Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1815 | 2024.03.11 14:40:43.519906 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 9364, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1816 | 2024.03.11 14:40:43.519954 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1817 | 2024.03.11 14:40:43.519974 [ 3 ] {} <Debug> HTTP-Session: 8dfa7063-086b-424f-8beb-35c83870ddf4 Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
1818 | 2024.03.11 14:40:43.519991 [ 3 ] {} <Debug> HTTP-Session: 8dfa7063-086b-424f-8beb-35c83870ddf4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1819 | 2024.03.11 14:40:43.520004 [ 3 ] {} <Debug> HTTP-Session: 8dfa7063-086b-424f-8beb-35c83870ddf4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1820 | 2024.03.11 14:40:43.520035 [ 3 ] {} <Trace> HTTP-Session: 8dfa7063-086b-424f-8beb-35c83870ddf4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1821 | 2024.03.11 14:40:43.520121 [ 3 ] {8191e016-fd74-4ea4-8c3b-c0885f78e38b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1822 | 2024.03.11 14:40:43.520161 [ 3 ] {8191e016-fd74-4ea4-8c3b-c0885f78e38b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1823 | 2024.03.11 14:40:43.520288 [ 3 ] {8191e016-fd74-4ea4-8c3b-c0885f78e38b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1824 | 2024.03.11 14:40:43.520621 [ 3 ] {8191e016-fd74-4ea4-8c3b-c0885f78e38b} <Trace> oximeter.fields_uuid (3d1f8790-6847-4f06-bce3-6d9b6f4d0836): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1825 | 2024.03.11 14:40:43.520659 [ 3 ] {8191e016-fd74-4ea4-8c3b-c0885f78e38b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
1826 | 2024.03.11 14:40:43.520960 [ 3 ] {8191e016-fd74-4ea4-8c3b-c0885f78e38b} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
1827 | 2024.03.11 14:40:43.521273 [ 3 ] {8191e016-fd74-4ea4-8c3b-c0885f78e38b} <Trace> oximeter.fields_uuid (3d1f8790-6847-4f06-bce3-6d9b6f4d0836): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1828 | 2024.03.11 14:40:43.521414 [ 3 ] {8191e016-fd74-4ea4-8c3b-c0885f78e38b} <Debug> executeQuery: Read 55 rows, 4.40 KiB in 0.001328 sec., 41415.66265060241 rows/sec., 3.24 MiB/sec. | ||
1829 | 2024.03.11 14:40:43.521564 [ 3 ] {8191e016-fd74-4ea4-8c3b-c0885f78e38b} <Debug> DynamicQueryHandler: Done processing query | ||
1830 | 2024.03.11 14:40:43.521593 [ 3 ] {8191e016-fd74-4ea4-8c3b-c0885f78e38b} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
1831 | 2024.03.11 14:40:43.521609 [ 3 ] {} <Debug> HTTP-Session: 8dfa7063-086b-424f-8beb-35c83870ddf4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1832 | 2024.03.11 14:40:43.521795 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 58827, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1833 | 2024.03.11 14:40:43.521844 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1834 | 2024.03.11 14:40:43.521862 [ 3 ] {} <Debug> HTTP-Session: dbb67c16-3790-45ea-8b34-9fc10403731e Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
1835 | 2024.03.11 14:40:43.521879 [ 3 ] {} <Debug> HTTP-Session: dbb67c16-3790-45ea-8b34-9fc10403731e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1836 | 2024.03.11 14:40:43.521892 [ 3 ] {} <Debug> HTTP-Session: dbb67c16-3790-45ea-8b34-9fc10403731e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1837 | 2024.03.11 14:40:43.521922 [ 3 ] {} <Trace> HTTP-Session: dbb67c16-3790-45ea-8b34-9fc10403731e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1838 | 2024.03.11 14:40:43.522304 [ 3 ] {a85a9794-e505-4dea-af03-06fa8cb122d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
1839 | 2024.03.11 14:40:43.522352 [ 3 ] {a85a9794-e505-4dea-af03-06fa8cb122d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
1840 | 2024.03.11 14:40:43.522550 [ 3 ] {a85a9794-e505-4dea-af03-06fa8cb122d3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1841 | 2024.03.11 14:40:43.523157 [ 3 ] {a85a9794-e505-4dea-af03-06fa8cb122d3} <Trace> oximeter.measurements_histogramf64 (b99726d6-44d2-48b6-acca-e9ba9748d6b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1842 | 2024.03.11 14:40:43.523195 [ 3 ] {a85a9794-e505-4dea-af03-06fa8cb122d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
1843 | 2024.03.11 14:40:43.523638 [ 3 ] {a85a9794-e505-4dea-af03-06fa8cb122d3} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1844 | 2024.03.11 14:40:43.523986 [ 3 ] {a85a9794-e505-4dea-af03-06fa8cb122d3} <Trace> oximeter.measurements_histogramf64 (b99726d6-44d2-48b6-acca-e9ba9748d6b9): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1845 | 2024.03.11 14:40:43.524140 [ 3 ] {a85a9794-e505-4dea-af03-06fa8cb122d3} <Debug> executeQuery: Read 55 rows, 76.00 KiB in 0.002159 sec., 25474.756831866605 rows/sec., 34.38 MiB/sec. | ||
1846 | 2024.03.11 14:40:43.524274 [ 3 ] {a85a9794-e505-4dea-af03-06fa8cb122d3} <Debug> DynamicQueryHandler: Done processing query | ||
1847 | 2024.03.11 14:40:43.524297 [ 3 ] {a85a9794-e505-4dea-af03-06fa8cb122d3} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
1848 | 2024.03.11 14:40:43.524313 [ 3 ] {} <Debug> HTTP-Session: dbb67c16-3790-45ea-8b34-9fc10403731e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1849 | 2024.03.11 14:40:51.157603 [ 59 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1850 | 2024.03.11 14:40:51.157670 [ 59 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1851 | 2024.03.11 14:40:53.516686 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 7933, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1852 | 2024.03.11 14:40:53.516855 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1853 | 2024.03.11 14:40:53.516899 [ 3 ] {} <Debug> HTTP-Session: 343bd554-cdb1-4c44-8585-63a8750b3439 Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
1854 | 2024.03.11 14:40:53.516941 [ 3 ] {} <Debug> HTTP-Session: 343bd554-cdb1-4c44-8585-63a8750b3439 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1855 | 2024.03.11 14:40:53.516969 [ 3 ] {} <Debug> HTTP-Session: 343bd554-cdb1-4c44-8585-63a8750b3439 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1856 | 2024.03.11 14:40:53.517042 [ 3 ] {} <Trace> HTTP-Session: 343bd554-cdb1-4c44-8585-63a8750b3439 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1857 | 2024.03.11 14:40:53.517174 [ 3 ] {e82e8114-07ae-4de2-8534-53280ed03b94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
1858 | 2024.03.11 14:40:53.517237 [ 3 ] {e82e8114-07ae-4de2-8534-53280ed03b94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
1859 | 2024.03.11 14:40:53.517424 [ 3 ] {e82e8114-07ae-4de2-8534-53280ed03b94} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1860 | 2024.03.11 14:40:53.517923 [ 3 ] {e82e8114-07ae-4de2-8534-53280ed03b94} <Trace> oximeter.fields_i64 (6b5cb674-03e1-439e-829c-27b13be59f30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1861 | 2024.03.11 14:40:53.517973 [ 3 ] {e82e8114-07ae-4de2-8534-53280ed03b94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
1862 | 2024.03.11 14:40:53.518358 [ 3 ] {e82e8114-07ae-4de2-8534-53280ed03b94} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1863 | 2024.03.11 14:40:53.518716 [ 3 ] {e82e8114-07ae-4de2-8534-53280ed03b94} <Trace> oximeter.fields_i64 (6b5cb674-03e1-439e-829c-27b13be59f30): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1864 | 2024.03.11 14:40:53.518871 [ 3 ] {e82e8114-07ae-4de2-8534-53280ed03b94} <Debug> executeQuery: Read 55 rows, 4.46 KiB in 0.001765 sec., 31161.473087818697 rows/sec., 2.47 MiB/sec. | ||
1865 | 2024.03.11 14:40:53.519022 [ 3 ] {e82e8114-07ae-4de2-8534-53280ed03b94} <Debug> DynamicQueryHandler: Done processing query | ||
1866 | 2024.03.11 14:40:53.519048 [ 3 ] {e82e8114-07ae-4de2-8534-53280ed03b94} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
1867 | 2024.03.11 14:40:53.519065 [ 3 ] {} <Debug> HTTP-Session: 343bd554-cdb1-4c44-8585-63a8750b3439 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1868 | 2024.03.11 14:40:53.519223 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 26283, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1869 | 2024.03.11 14:40:53.519273 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1870 | 2024.03.11 14:40:53.519292 [ 3 ] {} <Debug> HTTP-Session: 99165d80-799f-4c45-93fc-2eb3119b42f3 Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
1871 | 2024.03.11 14:40:53.519309 [ 3 ] {} <Debug> HTTP-Session: 99165d80-799f-4c45-93fc-2eb3119b42f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1872 | 2024.03.11 14:40:53.519324 [ 3 ] {} <Debug> HTTP-Session: 99165d80-799f-4c45-93fc-2eb3119b42f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1873 | 2024.03.11 14:40:53.519354 [ 3 ] {} <Trace> HTTP-Session: 99165d80-799f-4c45-93fc-2eb3119b42f3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1874 | 2024.03.11 14:40:53.519465 [ 3 ] {2eecb254-61c1-4730-851a-c4d25b83b931} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1875 | 2024.03.11 14:40:53.519505 [ 3 ] {2eecb254-61c1-4730-851a-c4d25b83b931} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1876 | 2024.03.11 14:40:53.519630 [ 3 ] {2eecb254-61c1-4730-851a-c4d25b83b931} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1877 | 2024.03.11 14:40:53.520047 [ 3 ] {2eecb254-61c1-4730-851a-c4d25b83b931} <Trace> oximeter.fields_string (6a098439-de07-471e-80b6-bdb8a57beb92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1878 | 2024.03.11 14:40:53.520085 [ 3 ] {2eecb254-61c1-4730-851a-c4d25b83b931} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
1879 | 2024.03.11 14:40:53.520400 [ 3 ] {2eecb254-61c1-4730-851a-c4d25b83b931} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
1880 | 2024.03.11 14:40:53.520716 [ 3 ] {2eecb254-61c1-4730-851a-c4d25b83b931} <Trace> oximeter.fields_string (6a098439-de07-471e-80b6-bdb8a57beb92): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1881 | 2024.03.11 14:40:53.520873 [ 3 ] {2eecb254-61c1-4730-851a-c4d25b83b931} <Debug> executeQuery: Read 165 rows, 16.22 KiB in 0.001463 sec., 112781.95488721803 rows/sec., 10.83 MiB/sec. | ||
1882 | 2024.03.11 14:40:53.521121 [ 3 ] {2eecb254-61c1-4730-851a-c4d25b83b931} <Debug> DynamicQueryHandler: Done processing query | ||
1883 | 2024.03.11 14:40:53.521154 [ 3 ] {2eecb254-61c1-4730-851a-c4d25b83b931} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
1884 | 2024.03.11 14:40:53.521170 [ 3 ] {} <Debug> HTTP-Session: 99165d80-799f-4c45-93fc-2eb3119b42f3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1885 | 2024.03.11 14:40:53.521311 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 9364, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1886 | 2024.03.11 14:40:53.521360 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1887 | 2024.03.11 14:40:53.521379 [ 3 ] {} <Debug> HTTP-Session: 83f850ae-07af-4e96-aead-50d9f33f86e1 Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
1888 | 2024.03.11 14:40:53.521396 [ 3 ] {} <Debug> HTTP-Session: 83f850ae-07af-4e96-aead-50d9f33f86e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1889 | 2024.03.11 14:40:53.521410 [ 3 ] {} <Debug> HTTP-Session: 83f850ae-07af-4e96-aead-50d9f33f86e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1890 | 2024.03.11 14:40:53.521441 [ 3 ] {} <Trace> HTTP-Session: 83f850ae-07af-4e96-aead-50d9f33f86e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1891 | 2024.03.11 14:40:53.521532 [ 3 ] {2ec30b25-f518-42bf-ba8c-86d31afee6ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1892 | 2024.03.11 14:40:53.521573 [ 3 ] {2ec30b25-f518-42bf-ba8c-86d31afee6ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1893 | 2024.03.11 14:40:53.521717 [ 3 ] {2ec30b25-f518-42bf-ba8c-86d31afee6ad} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1894 | 2024.03.11 14:40:53.522034 [ 3 ] {2ec30b25-f518-42bf-ba8c-86d31afee6ad} <Trace> oximeter.fields_uuid (3d1f8790-6847-4f06-bce3-6d9b6f4d0836): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1895 | 2024.03.11 14:40:53.522072 [ 3 ] {2ec30b25-f518-42bf-ba8c-86d31afee6ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
1896 | 2024.03.11 14:40:53.522377 [ 3 ] {2ec30b25-f518-42bf-ba8c-86d31afee6ad} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
1897 | 2024.03.11 14:40:53.522681 [ 3 ] {2ec30b25-f518-42bf-ba8c-86d31afee6ad} <Trace> oximeter.fields_uuid (3d1f8790-6847-4f06-bce3-6d9b6f4d0836): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1898 | 2024.03.11 14:40:53.522833 [ 3 ] {2ec30b25-f518-42bf-ba8c-86d31afee6ad} <Debug> executeQuery: Read 55 rows, 4.40 KiB in 0.00134 sec., 41044.77611940298 rows/sec., 3.21 MiB/sec. | ||
1899 | 2024.03.11 14:40:53.522954 [ 3 ] {2ec30b25-f518-42bf-ba8c-86d31afee6ad} <Debug> DynamicQueryHandler: Done processing query | ||
1900 | 2024.03.11 14:40:53.522979 [ 3 ] {2ec30b25-f518-42bf-ba8c-86d31afee6ad} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
1901 | 2024.03.11 14:40:53.522994 [ 3 ] {} <Debug> HTTP-Session: 83f850ae-07af-4e96-aead-50d9f33f86e1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1902 | 2024.03.11 14:40:53.523257 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 58827, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1903 | 2024.03.11 14:40:53.523305 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1904 | 2024.03.11 14:40:53.523323 [ 3 ] {} <Debug> HTTP-Session: 21cbd6c8-43a0-4293-ab5e-88dbb7d689ad Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
1905 | 2024.03.11 14:40:53.523340 [ 3 ] {} <Debug> HTTP-Session: 21cbd6c8-43a0-4293-ab5e-88dbb7d689ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1906 | 2024.03.11 14:40:53.523354 [ 3 ] {} <Debug> HTTP-Session: 21cbd6c8-43a0-4293-ab5e-88dbb7d689ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1907 | 2024.03.11 14:40:53.523384 [ 3 ] {} <Trace> HTTP-Session: 21cbd6c8-43a0-4293-ab5e-88dbb7d689ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1908 | 2024.03.11 14:40:53.523746 [ 3 ] {590f2b99-9f53-4c6b-9191-105aba94ab30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
1909 | 2024.03.11 14:40:53.523791 [ 3 ] {590f2b99-9f53-4c6b-9191-105aba94ab30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
1910 | 2024.03.11 14:40:53.523953 [ 3 ] {590f2b99-9f53-4c6b-9191-105aba94ab30} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1911 | 2024.03.11 14:40:53.524559 [ 3 ] {590f2b99-9f53-4c6b-9191-105aba94ab30} <Trace> oximeter.measurements_histogramf64 (b99726d6-44d2-48b6-acca-e9ba9748d6b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1912 | 2024.03.11 14:40:53.524595 [ 3 ] {590f2b99-9f53-4c6b-9191-105aba94ab30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
1913 | 2024.03.11 14:40:53.525040 [ 3 ] {590f2b99-9f53-4c6b-9191-105aba94ab30} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1914 | 2024.03.11 14:40:53.525391 [ 3 ] {590f2b99-9f53-4c6b-9191-105aba94ab30} <Trace> oximeter.measurements_histogramf64 (b99726d6-44d2-48b6-acca-e9ba9748d6b9): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1915 | 2024.03.11 14:40:53.525548 [ 3 ] {590f2b99-9f53-4c6b-9191-105aba94ab30} <Debug> executeQuery: Read 55 rows, 76.00 KiB in 0.002101 sec., 26178.01047120419 rows/sec., 35.33 MiB/sec. | ||
1916 | 2024.03.11 14:40:53.525674 [ 3 ] {590f2b99-9f53-4c6b-9191-105aba94ab30} <Debug> DynamicQueryHandler: Done processing query | ||
1917 | 2024.03.11 14:40:53.525698 [ 3 ] {590f2b99-9f53-4c6b-9191-105aba94ab30} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
1918 | 2024.03.11 14:40:53.525713 [ 3 ] {} <Debug> HTTP-Session: 21cbd6c8-43a0-4293-ab5e-88dbb7d689ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1919 | 2024.03.11 14:40:58.514121 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 4989, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1920 | 2024.03.11 14:40:58.514252 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1921 | 2024.03.11 14:40:58.514281 [ 3 ] {} <Debug> HTTP-Session: 06db5812-799c-4f8d-9da5-001e6aef1fec Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
1922 | 2024.03.11 14:40:58.514309 [ 3 ] {} <Debug> HTTP-Session: 06db5812-799c-4f8d-9da5-001e6aef1fec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1923 | 2024.03.11 14:40:58.514327 [ 3 ] {} <Debug> HTTP-Session: 06db5812-799c-4f8d-9da5-001e6aef1fec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1924 | 2024.03.11 14:40:58.514382 [ 3 ] {} <Trace> HTTP-Session: 06db5812-799c-4f8d-9da5-001e6aef1fec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1925 | 2024.03.11 14:40:58.514517 [ 3 ] {8a80e104-bccb-45ca-a4ab-f8b5a85e1e87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1926 | 2024.03.11 14:40:58.514588 [ 3 ] {8a80e104-bccb-45ca-a4ab-f8b5a85e1e87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1927 | 2024.03.11 14:40:58.514802 [ 3 ] {8a80e104-bccb-45ca-a4ab-f8b5a85e1e87} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1928 | 2024.03.11 14:40:58.515274 [ 3 ] {8a80e104-bccb-45ca-a4ab-f8b5a85e1e87} <Trace> oximeter.fields_string (6a098439-de07-471e-80b6-bdb8a57beb92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1929 | 2024.03.11 14:40:58.515323 [ 3 ] {8a80e104-bccb-45ca-a4ab-f8b5a85e1e87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
1930 | 2024.03.11 14:40:58.515694 [ 3 ] {8a80e104-bccb-45ca-a4ab-f8b5a85e1e87} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
1931 | 2024.03.11 14:40:58.516041 [ 3 ] {8a80e104-bccb-45ca-a4ab-f8b5a85e1e87} <Trace> oximeter.fields_string (6a098439-de07-471e-80b6-bdb8a57beb92): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1932 | 2024.03.11 14:40:58.516206 [ 3 ] {8a80e104-bccb-45ca-a4ab-f8b5a85e1e87} <Debug> executeQuery: Read 36 rows, 2.77 KiB in 0.001748 sec., 20594.965675057207 rows/sec., 1.55 MiB/sec. | ||
1933 | 2024.03.11 14:40:58.516216 [ 55 ] {} <Debug> oximeter.fields_string (6a098439-de07-471e-80b6-bdb8a57beb92) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
1934 | 2024.03.11 14:40:58.516315 [ 55 ] {} <Trace> oximeter.fields_string (6a098439-de07-471e-80b6-bdb8a57beb92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1935 | 2024.03.11 14:40:58.516362 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
1936 | 2024.03.11 14:40:58.516426 [ 3 ] {8a80e104-bccb-45ca-a4ab-f8b5a85e1e87} <Debug> DynamicQueryHandler: Done processing query | ||
1937 | 2024.03.11 14:40:58.516486 [ 3 ] {8a80e104-bccb-45ca-a4ab-f8b5a85e1e87} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
1938 | 2024.03.11 14:40:58.516528 [ 3 ] {} <Debug> HTTP-Session: 06db5812-799c-4f8d-9da5-001e6aef1fec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1939 | 2024.03.11 14:40:58.516539 [ 187 ] {6a098439-de07-471e-80b6-bdb8a57beb92::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 | ||
1940 | 2024.03.11 14:40:58.516723 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 4094, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1941 | 2024.03.11 14:40:58.516784 [ 187 ] {6a098439-de07-471e-80b6-bdb8a57beb92::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1942 | 2024.03.11 14:40:58.516827 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1943 | 2024.03.11 14:40:58.516843 [ 187 ] {6a098439-de07-471e-80b6-bdb8a57beb92::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 102 rows starting from the beginning of the part | ||
1944 | 2024.03.11 14:40:58.516872 [ 3 ] {} <Debug> HTTP-Session: 1a188a1c-fbff-4569-b8d5-bc1ea1b6e0ba Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
1945 | 2024.03.11 14:40:58.516908 [ 3 ] {} <Debug> HTTP-Session: 1a188a1c-fbff-4569-b8d5-bc1ea1b6e0ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1946 | 2024.03.11 14:40:58.516953 [ 3 ] {} <Debug> HTTP-Session: 1a188a1c-fbff-4569-b8d5-bc1ea1b6e0ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1947 | 2024.03.11 14:40:58.517092 [ 3 ] {} <Trace> HTTP-Session: 1a188a1c-fbff-4569-b8d5-bc1ea1b6e0ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1948 | 2024.03.11 14:40:58.517108 [ 187 ] {6a098439-de07-471e-80b6-bdb8a57beb92::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 37 rows starting from the beginning of the part | ||
1949 | 2024.03.11 14:40:58.517433 [ 3 ] {b78f1d82-efdc-44c7-8912-45cc5e0eac80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1950 | 2024.03.11 14:40:58.517451 [ 187 ] {6a098439-de07-471e-80b6-bdb8a57beb92::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 160 rows starting from the beginning of the part | ||
1951 | 2024.03.11 14:40:58.517601 [ 3 ] {b78f1d82-efdc-44c7-8912-45cc5e0eac80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1952 | 2024.03.11 14:40:58.517703 [ 187 ] {6a098439-de07-471e-80b6-bdb8a57beb92::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 165 rows starting from the beginning of the part | ||
1953 | 2024.03.11 14:40:58.518077 [ 187 ] {6a098439-de07-471e-80b6-bdb8a57beb92::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 165 rows starting from the beginning of the part | ||
1954 | 2024.03.11 14:40:58.518431 [ 187 ] {6a098439-de07-471e-80b6-bdb8a57beb92::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 36 rows starting from the beginning of the part | ||
1955 | 2024.03.11 14:40:58.518965 [ 3 ] {b78f1d82-efdc-44c7-8912-45cc5e0eac80} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1956 | 2024.03.11 14:40:58.519792 [ 3 ] {b78f1d82-efdc-44c7-8912-45cc5e0eac80} <Trace> oximeter.fields_uuid (3d1f8790-6847-4f06-bce3-6d9b6f4d0836): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1957 | 2024.03.11 14:40:58.519865 [ 3 ] {b78f1d82-efdc-44c7-8912-45cc5e0eac80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
1958 | 2024.03.11 14:40:58.520746 [ 3 ] {b78f1d82-efdc-44c7-8912-45cc5e0eac80} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
1959 | 2024.03.11 14:40:58.521398 [ 187 ] {6a098439-de07-471e-80b6-bdb8a57beb92::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 665 rows, containing 4 columns (4 merged, 0 gathered) in 0.004962134 sec., 134014.92180581985 rows/sec., 12.36 MiB/sec. | ||
1960 | 2024.03.11 14:40:58.521598 [ 187 ] {6a098439-de07-471e-80b6-bdb8a57beb92::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
1961 | 2024.03.11 14:40:58.521671 [ 3 ] {b78f1d82-efdc-44c7-8912-45cc5e0eac80} <Trace> oximeter.fields_uuid (3d1f8790-6847-4f06-bce3-6d9b6f4d0836): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1962 | 2024.03.11 14:40:58.521870 [ 55 ] {} <Debug> oximeter.fields_uuid (3d1f8790-6847-4f06-bce3-6d9b6f4d0836) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
1963 | 2024.03.11 14:40:58.521978 [ 55 ] {} <Trace> oximeter.fields_uuid (3d1f8790-6847-4f06-bce3-6d9b6f4d0836): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1964 | 2024.03.11 14:40:58.522053 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
1965 | 2024.03.11 14:40:58.522086 [ 3 ] {b78f1d82-efdc-44c7-8912-45cc5e0eac80} <Debug> executeQuery: Read 24 rows, 1.90 KiB in 0.004806 sec., 4993.757802746566 rows/sec., 395.01 KiB/sec. | ||
1966 | 2024.03.11 14:40:58.522700 [ 201 ] {3d1f8790-6847-4f06-bce3-6d9b6f4d0836::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 | ||
1967 | 2024.03.11 14:40:58.522824 [ 3 ] {b78f1d82-efdc-44c7-8912-45cc5e0eac80} <Debug> DynamicQueryHandler: Done processing query | ||
1968 | 2024.03.11 14:40:58.522920 [ 3 ] {b78f1d82-efdc-44c7-8912-45cc5e0eac80} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
1969 | 2024.03.11 14:40:58.523037 [ 3 ] {} <Debug> HTTP-Session: 1a188a1c-fbff-4569-b8d5-bc1ea1b6e0ba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1970 | 2024.03.11 14:40:58.523225 [ 201 ] {3d1f8790-6847-4f06-bce3-6d9b6f4d0836::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1971 | 2024.03.11 14:40:58.523318 [ 201 ] {3d1f8790-6847-4f06-bce3-6d9b6f4d0836::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 53 rows starting from the beginning of the part | ||
1972 | 2024.03.11 14:40:58.523341 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 7022, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1973 | 2024.03.11 14:40:58.523440 [ 187 ] {6a098439-de07-471e-80b6-bdb8a57beb92::all_1_11_2} <Trace> oximeter.fields_string (6a098439-de07-471e-80b6-bdb8a57beb92): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1974 | 2024.03.11 14:40:58.523548 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1975 | 2024.03.11 14:40:58.523673 [ 3 ] {} <Debug> HTTP-Session: bd006053-c3c0-49c9-b24b-bc54e8a2fffa Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
1976 | 2024.03.11 14:40:58.523705 [ 201 ] {3d1f8790-6847-4f06-bce3-6d9b6f4d0836::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 26 rows starting from the beginning of the part | ||
1977 | 2024.03.11 14:40:58.523764 [ 3 ] {} <Debug> HTTP-Session: bd006053-c3c0-49c9-b24b-bc54e8a2fffa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1978 | 2024.03.11 14:40:58.523867 [ 3 ] {} <Debug> HTTP-Session: bd006053-c3c0-49c9-b24b-bc54e8a2fffa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1979 | 2024.03.11 14:40:58.524037 [ 187 ] {6a098439-de07-471e-80b6-bdb8a57beb92::all_1_11_2} <Trace> oximeter.fields_string (6a098439-de07-471e-80b6-bdb8a57beb92) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
1980 | 2024.03.11 14:40:58.524114 [ 3 ] {} <Trace> HTTP-Session: bd006053-c3c0-49c9-b24b-bc54e8a2fffa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1981 | 2024.03.11 14:40:58.524223 [ 201 ] {3d1f8790-6847-4f06-bce3-6d9b6f4d0836::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 68 rows starting from the beginning of the part | ||
1982 | 2024.03.11 14:40:58.524429 [ 3 ] {35659de6-c31c-4e6d-9618-90b06f52d64b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1983 | 2024.03.11 14:40:58.524609 [ 201 ] {3d1f8790-6847-4f06-bce3-6d9b6f4d0836::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 55 rows starting from the beginning of the part | ||
1984 | 2024.03.11 14:40:58.524633 [ 3 ] {35659de6-c31c-4e6d-9618-90b06f52d64b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1985 | 2024.03.11 14:40:58.525024 [ 201 ] {3d1f8790-6847-4f06-bce3-6d9b6f4d0836::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 55 rows starting from the beginning of the part | ||
1986 | 2024.03.11 14:40:58.525331 [ 201 ] {3d1f8790-6847-4f06-bce3-6d9b6f4d0836::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 24 rows starting from the beginning of the part | ||
1987 | 2024.03.11 14:40:58.525367 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
1988 | 2024.03.11 14:40:58.526136 [ 3 ] {35659de6-c31c-4e6d-9618-90b06f52d64b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1989 | 2024.03.11 14:40:58.526888 [ 3 ] {35659de6-c31c-4e6d-9618-90b06f52d64b} <Trace> oximeter.measurements_cumulativeu64 (c67eb49b-f01a-4894-b3b8-a06655ac82c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1990 | 2024.03.11 14:40:58.526954 [ 3 ] {35659de6-c31c-4e6d-9618-90b06f52d64b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
1991 | 2024.03.11 14:40:58.528052 [ 3 ] {35659de6-c31c-4e6d-9618-90b06f52d64b} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1992 | 2024.03.11 14:40:58.528174 [ 187 ] {3d1f8790-6847-4f06-bce3-6d9b6f4d0836::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 281 rows, containing 4 columns (4 merged, 0 gathered) in 0.005987272 sec., 46932.89364505237 rows/sec., 3.66 MiB/sec. | ||
1993 | 2024.03.11 14:40:58.528395 [ 187 ] {3d1f8790-6847-4f06-bce3-6d9b6f4d0836::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
1994 | 2024.03.11 14:40:58.528973 [ 3 ] {35659de6-c31c-4e6d-9618-90b06f52d64b} <Trace> oximeter.measurements_cumulativeu64 (c67eb49b-f01a-4894-b3b8-a06655ac82c2): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1995 | 2024.03.11 14:40:58.529335 [ 3 ] {35659de6-c31c-4e6d-9618-90b06f52d64b} <Debug> executeQuery: Read 36 rows, 2.60 KiB in 0.005055 sec., 7121.66172106825 rows/sec., 514.65 KiB/sec. | ||
1996 | 2024.03.11 14:40:58.529352 [ 193 ] {3d1f8790-6847-4f06-bce3-6d9b6f4d0836::all_1_11_2} <Trace> oximeter.fields_uuid (3d1f8790-6847-4f06-bce3-6d9b6f4d0836): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1997 | 2024.03.11 14:40:58.529754 [ 193 ] {3d1f8790-6847-4f06-bce3-6d9b6f4d0836::all_1_11_2} <Trace> oximeter.fields_uuid (3d1f8790-6847-4f06-bce3-6d9b6f4d0836) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
1998 | 2024.03.11 14:40:58.529783 [ 3 ] {35659de6-c31c-4e6d-9618-90b06f52d64b} <Debug> DynamicQueryHandler: Done processing query | ||
1999 | 2024.03.11 14:40:58.529827 [ 3 ] {35659de6-c31c-4e6d-9618-90b06f52d64b} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
2000 | 2024.03.11 14:40:58.529888 [ 3 ] {} <Debug> HTTP-Session: bd006053-c3c0-49c9-b24b-bc54e8a2fffa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2001 | 2024.03.11 14:40:58.529926 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
2002 | 2024.03.11 14:41:03.516574 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 7933, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2003 | 2024.03.11 14:41:03.516763 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2004 | 2024.03.11 14:41:03.516806 [ 3 ] {} <Debug> HTTP-Session: 48259870-173d-423e-a6f3-3ce13b39c5d1 Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
2005 | 2024.03.11 14:41:03.516850 [ 3 ] {} <Debug> HTTP-Session: 48259870-173d-423e-a6f3-3ce13b39c5d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2006 | 2024.03.11 14:41:03.516880 [ 3 ] {} <Debug> HTTP-Session: 48259870-173d-423e-a6f3-3ce13b39c5d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2007 | 2024.03.11 14:41:03.516960 [ 3 ] {} <Trace> HTTP-Session: 48259870-173d-423e-a6f3-3ce13b39c5d1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2008 | 2024.03.11 14:41:03.517113 [ 3 ] {be35226e-2985-4a7f-889b-a313aa8f4f44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2009 | 2024.03.11 14:41:03.517174 [ 3 ] {be35226e-2985-4a7f-889b-a313aa8f4f44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2010 | 2024.03.11 14:41:03.517363 [ 3 ] {be35226e-2985-4a7f-889b-a313aa8f4f44} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2011 | 2024.03.11 14:41:03.517826 [ 3 ] {be35226e-2985-4a7f-889b-a313aa8f4f44} <Trace> oximeter.fields_i64 (6b5cb674-03e1-439e-829c-27b13be59f30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2012 | 2024.03.11 14:41:03.517875 [ 3 ] {be35226e-2985-4a7f-889b-a313aa8f4f44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
2013 | 2024.03.11 14:41:03.518256 [ 3 ] {be35226e-2985-4a7f-889b-a313aa8f4f44} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
2014 | 2024.03.11 14:41:03.518595 [ 3 ] {be35226e-2985-4a7f-889b-a313aa8f4f44} <Trace> oximeter.fields_i64 (6b5cb674-03e1-439e-829c-27b13be59f30): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2015 | 2024.03.11 14:41:03.518759 [ 3 ] {be35226e-2985-4a7f-889b-a313aa8f4f44} <Debug> executeQuery: Read 55 rows, 4.46 KiB in 0.001702 sec., 32314.923619271445 rows/sec., 2.56 MiB/sec. | ||
2016 | 2024.03.11 14:41:03.518904 [ 3 ] {be35226e-2985-4a7f-889b-a313aa8f4f44} <Debug> DynamicQueryHandler: Done processing query | ||
2017 | 2024.03.11 14:41:03.518930 [ 3 ] {be35226e-2985-4a7f-889b-a313aa8f4f44} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
2018 | 2024.03.11 14:41:03.518946 [ 3 ] {} <Debug> HTTP-Session: 48259870-173d-423e-a6f3-3ce13b39c5d1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2019 | 2024.03.11 14:41:03.519117 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 26283, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2020 | 2024.03.11 14:41:03.519167 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2021 | 2024.03.11 14:41:03.519185 [ 3 ] {} <Debug> HTTP-Session: 25abfa86-fb17-4897-8b16-06b752904fe0 Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
2022 | 2024.03.11 14:41:03.519202 [ 3 ] {} <Debug> HTTP-Session: 25abfa86-fb17-4897-8b16-06b752904fe0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2023 | 2024.03.11 14:41:03.519216 [ 3 ] {} <Debug> HTTP-Session: 25abfa86-fb17-4897-8b16-06b752904fe0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2024 | 2024.03.11 14:41:03.519248 [ 3 ] {} <Trace> HTTP-Session: 25abfa86-fb17-4897-8b16-06b752904fe0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2025 | 2024.03.11 14:41:03.519358 [ 3 ] {afa63c16-d6d6-4d84-83e5-680755947c8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2026 | 2024.03.11 14:41:03.519398 [ 3 ] {afa63c16-d6d6-4d84-83e5-680755947c8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2027 | 2024.03.11 14:41:03.519523 [ 3 ] {afa63c16-d6d6-4d84-83e5-680755947c8b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2028 | 2024.03.11 14:41:03.519971 [ 3 ] {afa63c16-d6d6-4d84-83e5-680755947c8b} <Trace> oximeter.fields_string (6a098439-de07-471e-80b6-bdb8a57beb92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2029 | 2024.03.11 14:41:03.520009 [ 3 ] {afa63c16-d6d6-4d84-83e5-680755947c8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
2030 | 2024.03.11 14:41:03.520327 [ 3 ] {afa63c16-d6d6-4d84-83e5-680755947c8b} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2031 | 2024.03.11 14:41:03.520645 [ 3 ] {afa63c16-d6d6-4d84-83e5-680755947c8b} <Trace> oximeter.fields_string (6a098439-de07-471e-80b6-bdb8a57beb92): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2032 | 2024.03.11 14:41:03.520796 [ 3 ] {afa63c16-d6d6-4d84-83e5-680755947c8b} <Debug> executeQuery: Read 165 rows, 16.22 KiB in 0.001499 sec., 110073.38225483657 rows/sec., 10.57 MiB/sec. | ||
2033 | 2024.03.11 14:41:03.520925 [ 3 ] {afa63c16-d6d6-4d84-83e5-680755947c8b} <Debug> DynamicQueryHandler: Done processing query | ||
2034 | 2024.03.11 14:41:03.520949 [ 3 ] {afa63c16-d6d6-4d84-83e5-680755947c8b} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
2035 | 2024.03.11 14:41:03.520965 [ 3 ] {} <Debug> HTTP-Session: 25abfa86-fb17-4897-8b16-06b752904fe0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2036 | 2024.03.11 14:41:03.521106 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 9364, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2037 | 2024.03.11 14:41:03.521153 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2038 | 2024.03.11 14:41:03.521172 [ 3 ] {} <Debug> HTTP-Session: cc551f0e-efc9-402c-a8bb-419ad3a10d22 Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
2039 | 2024.03.11 14:41:03.521188 [ 3 ] {} <Debug> HTTP-Session: cc551f0e-efc9-402c-a8bb-419ad3a10d22 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2040 | 2024.03.11 14:41:03.521202 [ 3 ] {} <Debug> HTTP-Session: cc551f0e-efc9-402c-a8bb-419ad3a10d22 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2041 | 2024.03.11 14:41:03.521233 [ 3 ] {} <Trace> HTTP-Session: cc551f0e-efc9-402c-a8bb-419ad3a10d22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2042 | 2024.03.11 14:41:03.521326 [ 3 ] {11e7d46e-e68d-49a2-b150-788efdc56687} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2043 | 2024.03.11 14:41:03.521366 [ 3 ] {11e7d46e-e68d-49a2-b150-788efdc56687} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2044 | 2024.03.11 14:41:03.521493 [ 3 ] {11e7d46e-e68d-49a2-b150-788efdc56687} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2045 | 2024.03.11 14:41:03.521818 [ 3 ] {11e7d46e-e68d-49a2-b150-788efdc56687} <Trace> oximeter.fields_uuid (3d1f8790-6847-4f06-bce3-6d9b6f4d0836): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2046 | 2024.03.11 14:41:03.521860 [ 3 ] {11e7d46e-e68d-49a2-b150-788efdc56687} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
2047 | 2024.03.11 14:41:03.522168 [ 3 ] {11e7d46e-e68d-49a2-b150-788efdc56687} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2048 | 2024.03.11 14:41:03.522474 [ 3 ] {11e7d46e-e68d-49a2-b150-788efdc56687} <Trace> oximeter.fields_uuid (3d1f8790-6847-4f06-bce3-6d9b6f4d0836): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2049 | 2024.03.11 14:41:03.522625 [ 3 ] {11e7d46e-e68d-49a2-b150-788efdc56687} <Debug> executeQuery: Read 55 rows, 4.40 KiB in 0.001349 sec., 40770.9414381023 rows/sec., 3.19 MiB/sec. | ||
2050 | 2024.03.11 14:41:03.522736 [ 3 ] {11e7d46e-e68d-49a2-b150-788efdc56687} <Debug> DynamicQueryHandler: Done processing query | ||
2051 | 2024.03.11 14:41:03.522760 [ 3 ] {11e7d46e-e68d-49a2-b150-788efdc56687} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
2052 | 2024.03.11 14:41:03.522775 [ 3 ] {} <Debug> HTTP-Session: cc551f0e-efc9-402c-a8bb-419ad3a10d22 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2053 | 2024.03.11 14:41:03.522919 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 58827, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2054 | 2024.03.11 14:41:03.522966 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2055 | 2024.03.11 14:41:03.522984 [ 3 ] {} <Debug> HTTP-Session: 68a50afc-3a88-4b09-8637-50f41f0ce1a9 Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
2056 | 2024.03.11 14:41:03.523000 [ 3 ] {} <Debug> HTTP-Session: 68a50afc-3a88-4b09-8637-50f41f0ce1a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2057 | 2024.03.11 14:41:03.523014 [ 3 ] {} <Debug> HTTP-Session: 68a50afc-3a88-4b09-8637-50f41f0ce1a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2058 | 2024.03.11 14:41:03.523044 [ 3 ] {} <Trace> HTTP-Session: 68a50afc-3a88-4b09-8637-50f41f0ce1a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2059 | 2024.03.11 14:41:03.523598 [ 3 ] {78867046-b508-4d2d-85ee-d289185c33b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
2060 | 2024.03.11 14:41:03.523647 [ 3 ] {78867046-b508-4d2d-85ee-d289185c33b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
2061 | 2024.03.11 14:41:03.523808 [ 3 ] {78867046-b508-4d2d-85ee-d289185c33b0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2062 | 2024.03.11 14:41:03.524449 [ 3 ] {78867046-b508-4d2d-85ee-d289185c33b0} <Trace> oximeter.measurements_histogramf64 (b99726d6-44d2-48b6-acca-e9ba9748d6b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2063 | 2024.03.11 14:41:03.524486 [ 3 ] {78867046-b508-4d2d-85ee-d289185c33b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
2064 | 2024.03.11 14:41:03.524941 [ 3 ] {78867046-b508-4d2d-85ee-d289185c33b0} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
2065 | 2024.03.11 14:41:03.525292 [ 3 ] {78867046-b508-4d2d-85ee-d289185c33b0} <Trace> oximeter.measurements_histogramf64 (b99726d6-44d2-48b6-acca-e9ba9748d6b9): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2066 | 2024.03.11 14:41:03.525457 [ 3 ] {78867046-b508-4d2d-85ee-d289185c33b0} <Debug> executeQuery: Read 55 rows, 76.00 KiB in 0.002353 sec., 23374.415639609007 rows/sec., 31.54 MiB/sec. | ||
2067 | 2024.03.11 14:41:03.525624 [ 3 ] {78867046-b508-4d2d-85ee-d289185c33b0} <Debug> DynamicQueryHandler: Done processing query | ||
2068 | 2024.03.11 14:41:03.525651 [ 3 ] {78867046-b508-4d2d-85ee-d289185c33b0} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
2069 | 2024.03.11 14:41:03.525667 [ 3 ] {} <Debug> HTTP-Session: 68a50afc-3a88-4b09-8637-50f41f0ce1a9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2070 | 2024.03.11 14:41:06.158724 [ 51 ] {} <Debug> DNSResolver: Updating DNS cache | ||
2071 | 2024.03.11 14:41:06.158844 [ 51 ] {} <Debug> DNSResolver: Updated DNS cache | ||
2072 | 2024.03.11 14:41:13.515057 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 7933, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2073 | 2024.03.11 14:41:13.515190 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2074 | 2024.03.11 14:41:13.515219 [ 3 ] {} <Debug> HTTP-Session: 8ac12b23-3ef8-4b29-87bf-22e8d7369c9b Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
2075 | 2024.03.11 14:41:13.515248 [ 3 ] {} <Debug> HTTP-Session: 8ac12b23-3ef8-4b29-87bf-22e8d7369c9b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2076 | 2024.03.11 14:41:13.515266 [ 3 ] {} <Debug> HTTP-Session: 8ac12b23-3ef8-4b29-87bf-22e8d7369c9b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2077 | 2024.03.11 14:41:13.515320 [ 3 ] {} <Trace> HTTP-Session: 8ac12b23-3ef8-4b29-87bf-22e8d7369c9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2078 | 2024.03.11 14:41:13.515463 [ 3 ] {e36dc929-a93a-432c-ab01-8938efd276de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2079 | 2024.03.11 14:41:13.515533 [ 3 ] {e36dc929-a93a-432c-ab01-8938efd276de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2080 | 2024.03.11 14:41:13.515751 [ 3 ] {e36dc929-a93a-432c-ab01-8938efd276de} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2081 | 2024.03.11 14:41:13.516185 [ 3 ] {e36dc929-a93a-432c-ab01-8938efd276de} <Trace> oximeter.fields_i64 (6b5cb674-03e1-439e-829c-27b13be59f30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2082 | 2024.03.11 14:41:13.516226 [ 3 ] {e36dc929-a93a-432c-ab01-8938efd276de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
2083 | 2024.03.11 14:41:13.516620 [ 3 ] {e36dc929-a93a-432c-ab01-8938efd276de} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2084 | 2024.03.11 14:41:13.516953 [ 3 ] {e36dc929-a93a-432c-ab01-8938efd276de} <Trace> oximeter.fields_i64 (6b5cb674-03e1-439e-829c-27b13be59f30): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2085 | 2024.03.11 14:41:13.517093 [ 3 ] {e36dc929-a93a-432c-ab01-8938efd276de} <Debug> executeQuery: Read 55 rows, 4.46 KiB in 0.001698 sec., 32391.04829210836 rows/sec., 2.56 MiB/sec. | ||
2086 | 2024.03.11 14:41:13.517278 [ 3 ] {e36dc929-a93a-432c-ab01-8938efd276de} <Debug> DynamicQueryHandler: Done processing query | ||
2087 | 2024.03.11 14:41:13.517304 [ 3 ] {e36dc929-a93a-432c-ab01-8938efd276de} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
2088 | 2024.03.11 14:41:13.517321 [ 3 ] {} <Debug> HTTP-Session: 8ac12b23-3ef8-4b29-87bf-22e8d7369c9b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2089 | 2024.03.11 14:41:13.517546 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 26283, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2090 | 2024.03.11 14:41:13.517596 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2091 | 2024.03.11 14:41:13.517615 [ 3 ] {} <Debug> HTTP-Session: 7454135a-240a-4398-b901-e0fc7af416df Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
2092 | 2024.03.11 14:41:13.517633 [ 3 ] {} <Debug> HTTP-Session: 7454135a-240a-4398-b901-e0fc7af416df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2093 | 2024.03.11 14:41:13.517646 [ 3 ] {} <Debug> HTTP-Session: 7454135a-240a-4398-b901-e0fc7af416df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2094 | 2024.03.11 14:41:13.517682 [ 3 ] {} <Trace> HTTP-Session: 7454135a-240a-4398-b901-e0fc7af416df Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2095 | 2024.03.11 14:41:13.517795 [ 3 ] {4054f00c-d7a8-40a0-a45d-fb5898fc8439} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2096 | 2024.03.11 14:41:13.517838 [ 3 ] {4054f00c-d7a8-40a0-a45d-fb5898fc8439} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2097 | 2024.03.11 14:41:13.517972 [ 3 ] {4054f00c-d7a8-40a0-a45d-fb5898fc8439} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2098 | 2024.03.11 14:41:13.518395 [ 3 ] {4054f00c-d7a8-40a0-a45d-fb5898fc8439} <Trace> oximeter.fields_string (6a098439-de07-471e-80b6-bdb8a57beb92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2099 | 2024.03.11 14:41:13.518434 [ 3 ] {4054f00c-d7a8-40a0-a45d-fb5898fc8439} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
2100 | 2024.03.11 14:41:13.518757 [ 3 ] {4054f00c-d7a8-40a0-a45d-fb5898fc8439} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
2101 | 2024.03.11 14:41:13.519066 [ 3 ] {4054f00c-d7a8-40a0-a45d-fb5898fc8439} <Trace> oximeter.fields_string (6a098439-de07-471e-80b6-bdb8a57beb92): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2102 | 2024.03.11 14:41:13.519211 [ 3 ] {4054f00c-d7a8-40a0-a45d-fb5898fc8439} <Debug> executeQuery: Read 165 rows, 16.22 KiB in 0.001472 sec., 112092.39130434782 rows/sec., 10.76 MiB/sec. | ||
2103 | 2024.03.11 14:41:13.519339 [ 3 ] {4054f00c-d7a8-40a0-a45d-fb5898fc8439} <Debug> DynamicQueryHandler: Done processing query | ||
2104 | 2024.03.11 14:41:13.519363 [ 3 ] {4054f00c-d7a8-40a0-a45d-fb5898fc8439} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
2105 | 2024.03.11 14:41:13.519378 [ 3 ] {} <Debug> HTTP-Session: 7454135a-240a-4398-b901-e0fc7af416df Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2106 | 2024.03.11 14:41:13.519509 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 9364, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2107 | 2024.03.11 14:41:13.519558 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2108 | 2024.03.11 14:41:13.519578 [ 3 ] {} <Debug> HTTP-Session: 804a07dc-e3f2-4221-b6b3-9fdcbdf24f99 Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
2109 | 2024.03.11 14:41:13.519595 [ 3 ] {} <Debug> HTTP-Session: 804a07dc-e3f2-4221-b6b3-9fdcbdf24f99 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2110 | 2024.03.11 14:41:13.519609 [ 3 ] {} <Debug> HTTP-Session: 804a07dc-e3f2-4221-b6b3-9fdcbdf24f99 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2111 | 2024.03.11 14:41:13.519640 [ 3 ] {} <Trace> HTTP-Session: 804a07dc-e3f2-4221-b6b3-9fdcbdf24f99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2112 | 2024.03.11 14:41:13.519725 [ 3 ] {3435643a-54d8-4264-8e07-4158f495c2b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2113 | 2024.03.11 14:41:13.519764 [ 3 ] {3435643a-54d8-4264-8e07-4158f495c2b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2114 | 2024.03.11 14:41:13.519889 [ 3 ] {3435643a-54d8-4264-8e07-4158f495c2b5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2115 | 2024.03.11 14:41:13.520182 [ 3 ] {3435643a-54d8-4264-8e07-4158f495c2b5} <Trace> oximeter.fields_uuid (3d1f8790-6847-4f06-bce3-6d9b6f4d0836): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2116 | 2024.03.11 14:41:13.520219 [ 3 ] {3435643a-54d8-4264-8e07-4158f495c2b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
2117 | 2024.03.11 14:41:13.520517 [ 3 ] {3435643a-54d8-4264-8e07-4158f495c2b5} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
2118 | 2024.03.11 14:41:13.520832 [ 3 ] {3435643a-54d8-4264-8e07-4158f495c2b5} <Trace> oximeter.fields_uuid (3d1f8790-6847-4f06-bce3-6d9b6f4d0836): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2119 | 2024.03.11 14:41:13.520983 [ 3 ] {3435643a-54d8-4264-8e07-4158f495c2b5} <Debug> executeQuery: Read 55 rows, 4.40 KiB in 0.001297 sec., 42405.55127216654 rows/sec., 3.32 MiB/sec. | ||
2120 | 2024.03.11 14:41:13.521094 [ 3 ] {3435643a-54d8-4264-8e07-4158f495c2b5} <Debug> DynamicQueryHandler: Done processing query | ||
2121 | 2024.03.11 14:41:13.521118 [ 3 ] {3435643a-54d8-4264-8e07-4158f495c2b5} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
2122 | 2024.03.11 14:41:13.521134 [ 3 ] {} <Debug> HTTP-Session: 804a07dc-e3f2-4221-b6b3-9fdcbdf24f99 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2123 | 2024.03.11 14:41:13.521321 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 58828, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2124 | 2024.03.11 14:41:13.521367 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2125 | 2024.03.11 14:41:13.521385 [ 3 ] {} <Debug> HTTP-Session: cb351a8d-6394-4a36-8a96-4d4e7318b0ca Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
2126 | 2024.03.11 14:41:13.521401 [ 3 ] {} <Debug> HTTP-Session: cb351a8d-6394-4a36-8a96-4d4e7318b0ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2127 | 2024.03.11 14:41:13.521415 [ 3 ] {} <Debug> HTTP-Session: cb351a8d-6394-4a36-8a96-4d4e7318b0ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2128 | 2024.03.11 14:41:13.521445 [ 3 ] {} <Trace> HTTP-Session: cb351a8d-6394-4a36-8a96-4d4e7318b0ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2129 | 2024.03.11 14:41:13.521812 [ 3 ] {f39d0984-c172-4790-bff4-53d9f805d6a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
2130 | 2024.03.11 14:41:13.521859 [ 3 ] {f39d0984-c172-4790-bff4-53d9f805d6a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
2131 | 2024.03.11 14:41:13.522017 [ 3 ] {f39d0984-c172-4790-bff4-53d9f805d6a6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2132 | 2024.03.11 14:41:13.522596 [ 3 ] {f39d0984-c172-4790-bff4-53d9f805d6a6} <Trace> oximeter.measurements_histogramf64 (b99726d6-44d2-48b6-acca-e9ba9748d6b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2133 | 2024.03.11 14:41:13.522632 [ 3 ] {f39d0984-c172-4790-bff4-53d9f805d6a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
2134 | 2024.03.11 14:41:13.523068 [ 3 ] {f39d0984-c172-4790-bff4-53d9f805d6a6} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2135 | 2024.03.11 14:41:13.523400 [ 3 ] {f39d0984-c172-4790-bff4-53d9f805d6a6} <Trace> oximeter.measurements_histogramf64 (b99726d6-44d2-48b6-acca-e9ba9748d6b9): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2136 | 2024.03.11 14:41:13.523560 [ 3 ] {f39d0984-c172-4790-bff4-53d9f805d6a6} <Debug> executeQuery: Read 55 rows, 76.00 KiB in 0.002053 sec., 26790.06332196785 rows/sec., 36.15 MiB/sec. | ||
2137 | 2024.03.11 14:41:13.523694 [ 3 ] {f39d0984-c172-4790-bff4-53d9f805d6a6} <Debug> DynamicQueryHandler: Done processing query | ||
2138 | 2024.03.11 14:41:13.523718 [ 3 ] {f39d0984-c172-4790-bff4-53d9f805d6a6} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
2139 | 2024.03.11 14:41:13.523733 [ 3 ] {} <Debug> HTTP-Session: cb351a8d-6394-4a36-8a96-4d4e7318b0ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2140 | 2024.03.11 14:41:21.158929 [ 45 ] {} <Debug> DNSResolver: Updating DNS cache | ||
2141 | 2024.03.11 14:41:21.159047 [ 45 ] {} <Debug> DNSResolver: Updated DNS cache | ||
2142 | 2024.03.11 14:41:23.002336 [ 243 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000881385 sec. | ||
2143 | 2024.03.11 14:41:23.514844 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 7933, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2144 | 2024.03.11 14:41:23.515012 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2145 | 2024.03.11 14:41:23.515057 [ 3 ] {} <Debug> HTTP-Session: 52c03559-2ea9-4484-a9ea-caf67b11f43f Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
2146 | 2024.03.11 14:41:23.515098 [ 3 ] {} <Debug> HTTP-Session: 52c03559-2ea9-4484-a9ea-caf67b11f43f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2147 | 2024.03.11 14:41:23.515127 [ 3 ] {} <Debug> HTTP-Session: 52c03559-2ea9-4484-a9ea-caf67b11f43f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2148 | 2024.03.11 14:41:23.515205 [ 3 ] {} <Trace> HTTP-Session: 52c03559-2ea9-4484-a9ea-caf67b11f43f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2149 | 2024.03.11 14:41:23.515409 [ 3 ] {8bc16699-269b-408c-96da-a0446e93b2b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2150 | 2024.03.11 14:41:23.515510 [ 3 ] {8bc16699-269b-408c-96da-a0446e93b2b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2151 | 2024.03.11 14:41:23.515822 [ 3 ] {8bc16699-269b-408c-96da-a0446e93b2b6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2152 | 2024.03.11 14:41:23.516339 [ 3 ] {8bc16699-269b-408c-96da-a0446e93b2b6} <Trace> oximeter.fields_i64 (6b5cb674-03e1-439e-829c-27b13be59f30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2153 | 2024.03.11 14:41:23.516389 [ 3 ] {8bc16699-269b-408c-96da-a0446e93b2b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
2154 | 2024.03.11 14:41:23.516774 [ 3 ] {8bc16699-269b-408c-96da-a0446e93b2b6} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2155 | 2024.03.11 14:41:23.517104 [ 3 ] {8bc16699-269b-408c-96da-a0446e93b2b6} <Trace> oximeter.fields_i64 (6b5cb674-03e1-439e-829c-27b13be59f30): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2156 | 2024.03.11 14:41:23.517246 [ 3 ] {8bc16699-269b-408c-96da-a0446e93b2b6} <Debug> executeQuery: Read 55 rows, 4.46 KiB in 0.001942 sec., 28321.31822863028 rows/sec., 2.24 MiB/sec. | ||
2157 | 2024.03.11 14:41:23.517255 [ 44 ] {} <Debug> oximeter.fields_i64 (6b5cb674-03e1-439e-829c-27b13be59f30) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2158 | 2024.03.11 14:41:23.517316 [ 44 ] {} <Trace> oximeter.fields_i64 (6b5cb674-03e1-439e-829c-27b13be59f30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2159 | 2024.03.11 14:41:23.517354 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
2160 | 2024.03.11 14:41:23.517421 [ 3 ] {8bc16699-269b-408c-96da-a0446e93b2b6} <Debug> DynamicQueryHandler: Done processing query | ||
2161 | 2024.03.11 14:41:23.517491 [ 3 ] {8bc16699-269b-408c-96da-a0446e93b2b6} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
2162 | 2024.03.11 14:41:23.517569 [ 3 ] {} <Debug> HTTP-Session: 52c03559-2ea9-4484-a9ea-caf67b11f43f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2163 | 2024.03.11 14:41:23.517826 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 680, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2164 | 2024.03.11 14:41:23.517960 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2165 | 2024.03.11 14:41:23.517937 [ 187 ] {6b5cb674-03e1-439e-829c-27b13be59f30::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 | ||
2166 | 2024.03.11 14:41:23.518032 [ 3 ] {} <Debug> HTTP-Session: a521326b-e3ea-4e94-9398-b4f2851277ad Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
2167 | 2024.03.11 14:41:23.518105 [ 3 ] {} <Debug> HTTP-Session: a521326b-e3ea-4e94-9398-b4f2851277ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2168 | 2024.03.11 14:41:23.518134 [ 3 ] {} <Debug> HTTP-Session: a521326b-e3ea-4e94-9398-b4f2851277ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2169 | 2024.03.11 14:41:23.518202 [ 3 ] {} <Trace> HTTP-Session: a521326b-e3ea-4e94-9398-b4f2851277ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2170 | 2024.03.11 14:41:23.518371 [ 187 ] {6b5cb674-03e1-439e-829c-27b13be59f30::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2171 | 2024.03.11 14:41:23.518405 [ 3 ] {ba1d6b62-b2fe-49e1-bbae-6f7a8e2797f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
2172 | 2024.03.11 14:41:23.518443 [ 187 ] {6b5cb674-03e1-439e-829c-27b13be59f30::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 53 rows starting from the beginning of the part | ||
2173 | 2024.03.11 14:41:23.518492 [ 3 ] {ba1d6b62-b2fe-49e1-bbae-6f7a8e2797f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
2174 | 2024.03.11 14:41:23.518744 [ 187 ] {6b5cb674-03e1-439e-829c-27b13be59f30::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 55 rows starting from the beginning of the part | ||
2175 | 2024.03.11 14:41:23.519121 [ 187 ] {6b5cb674-03e1-439e-829c-27b13be59f30::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 55 rows starting from the beginning of the part | ||
2176 | 2024.03.11 14:41:23.519573 [ 187 ] {6b5cb674-03e1-439e-829c-27b13be59f30::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 55 rows starting from the beginning of the part | ||
2177 | 2024.03.11 14:41:23.519589 [ 3 ] {ba1d6b62-b2fe-49e1-bbae-6f7a8e2797f5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2178 | 2024.03.11 14:41:23.519830 [ 187 ] {6b5cb674-03e1-439e-829c-27b13be59f30::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 55 rows starting from the beginning of the part | ||
2179 | 2024.03.11 14:41:23.520044 [ 187 ] {6b5cb674-03e1-439e-829c-27b13be59f30::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 55 rows starting from the beginning of the part | ||
2180 | 2024.03.11 14:41:23.520795 [ 3 ] {ba1d6b62-b2fe-49e1-bbae-6f7a8e2797f5} <Trace> oximeter.fields_ipaddr (334e9a02-ace0-41a3-88ff-f52311cf0408): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2181 | 2024.03.11 14:41:23.520862 [ 3 ] {ba1d6b62-b2fe-49e1-bbae-6f7a8e2797f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
2182 | 2024.03.11 14:41:23.521632 [ 3 ] {ba1d6b62-b2fe-49e1-bbae-6f7a8e2797f5} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2183 | 2024.03.11 14:41:23.522762 [ 3 ] {ba1d6b62-b2fe-49e1-bbae-6f7a8e2797f5} <Trace> oximeter.fields_ipaddr (334e9a02-ace0-41a3-88ff-f52311cf0408): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2184 | 2024.03.11 14:41:23.522850 [ 193 ] {6b5cb674-03e1-439e-829c-27b13be59f30::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 328 rows, containing 4 columns (4 merged, 0 gathered) in 0.005390882 sec., 60843.47607682751 rows/sec., 4.82 MiB/sec. | ||
2185 | 2024.03.11 14:41:23.523008 [ 3 ] {ba1d6b62-b2fe-49e1-bbae-6f7a8e2797f5} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.004675 sec., 855.614973262032 rows/sec., 69.77 KiB/sec. | ||
2186 | 2024.03.11 14:41:23.523272 [ 192 ] {6b5cb674-03e1-439e-829c-27b13be59f30::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2187 | 2024.03.11 14:41:23.523420 [ 3 ] {ba1d6b62-b2fe-49e1-bbae-6f7a8e2797f5} <Debug> DynamicQueryHandler: Done processing query | ||
2188 | 2024.03.11 14:41:23.523446 [ 3 ] {ba1d6b62-b2fe-49e1-bbae-6f7a8e2797f5} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
2189 | 2024.03.11 14:41:23.523463 [ 3 ] {} <Debug> HTTP-Session: a521326b-e3ea-4e94-9398-b4f2851277ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2190 | 2024.03.11 14:41:23.523626 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 26583, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2191 | 2024.03.11 14:41:23.523689 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2192 | 2024.03.11 14:41:23.523711 [ 3 ] {} <Debug> HTTP-Session: a6983452-c423-49b9-b4f5-ca9aef964be4 Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
2193 | 2024.03.11 14:41:23.523761 [ 3 ] {} <Debug> HTTP-Session: a6983452-c423-49b9-b4f5-ca9aef964be4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2194 | 2024.03.11 14:41:23.523780 [ 3 ] {} <Debug> HTTP-Session: a6983452-c423-49b9-b4f5-ca9aef964be4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2195 | 2024.03.11 14:41:23.523815 [ 192 ] {6b5cb674-03e1-439e-829c-27b13be59f30::all_1_11_2} <Trace> oximeter.fields_i64 (6b5cb674-03e1-439e-829c-27b13be59f30): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2196 | 2024.03.11 14:41:23.523825 [ 3 ] {} <Trace> HTTP-Session: a6983452-c423-49b9-b4f5-ca9aef964be4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2197 | 2024.03.11 14:41:23.523937 [ 192 ] {6b5cb674-03e1-439e-829c-27b13be59f30::all_1_11_2} <Trace> oximeter.fields_i64 (6b5cb674-03e1-439e-829c-27b13be59f30) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2198 | 2024.03.11 14:41:23.523982 [ 3 ] {7a1455e1-d1a9-4308-beaf-6d6b98167318} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2199 | 2024.03.11 14:41:23.524032 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
2200 | 2024.03.11 14:41:23.524043 [ 3 ] {7a1455e1-d1a9-4308-beaf-6d6b98167318} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2201 | 2024.03.11 14:41:23.524185 [ 3 ] {7a1455e1-d1a9-4308-beaf-6d6b98167318} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2202 | 2024.03.11 14:41:23.524574 [ 3 ] {7a1455e1-d1a9-4308-beaf-6d6b98167318} <Trace> oximeter.fields_string (6a098439-de07-471e-80b6-bdb8a57beb92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2203 | 2024.03.11 14:41:23.524611 [ 3 ] {7a1455e1-d1a9-4308-beaf-6d6b98167318} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
2204 | 2024.03.11 14:41:23.524942 [ 3 ] {7a1455e1-d1a9-4308-beaf-6d6b98167318} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
2205 | 2024.03.11 14:41:23.525247 [ 3 ] {7a1455e1-d1a9-4308-beaf-6d6b98167318} <Trace> oximeter.fields_string (6a098439-de07-471e-80b6-bdb8a57beb92): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2206 | 2024.03.11 14:41:23.525371 [ 3 ] {7a1455e1-d1a9-4308-beaf-6d6b98167318} <Debug> executeQuery: Read 167 rows, 16.40 KiB in 0.001476 sec., 113143.63143631436 rows/sec., 10.85 MiB/sec. | ||
2207 | 2024.03.11 14:41:23.525815 [ 3 ] {7a1455e1-d1a9-4308-beaf-6d6b98167318} <Debug> DynamicQueryHandler: Done processing query | ||
2208 | 2024.03.11 14:41:23.525894 [ 3 ] {7a1455e1-d1a9-4308-beaf-6d6b98167318} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
2209 | 2024.03.11 14:41:23.525934 [ 3 ] {} <Debug> HTTP-Session: a6983452-c423-49b9-b4f5-ca9aef964be4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2210 | 2024.03.11 14:41:23.526069 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 613, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2211 | 2024.03.11 14:41:23.526117 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2212 | 2024.03.11 14:41:23.526137 [ 3 ] {} <Debug> HTTP-Session: 3cdecc16-2e33-4fdc-b7aa-5fc971b46c75 Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
2213 | 2024.03.11 14:41:23.526155 [ 3 ] {} <Debug> HTTP-Session: 3cdecc16-2e33-4fdc-b7aa-5fc971b46c75 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2214 | 2024.03.11 14:41:23.526169 [ 3 ] {} <Debug> HTTP-Session: 3cdecc16-2e33-4fdc-b7aa-5fc971b46c75 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2215 | 2024.03.11 14:41:23.526198 [ 3 ] {} <Trace> HTTP-Session: 3cdecc16-2e33-4fdc-b7aa-5fc971b46c75 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2216 | 2024.03.11 14:41:23.526267 [ 3 ] {61370e7d-e5af-4f9b-abdc-6d1fbb072d25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
2217 | 2024.03.11 14:41:23.526315 [ 3 ] {61370e7d-e5af-4f9b-abdc-6d1fbb072d25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
2218 | 2024.03.11 14:41:23.526467 [ 3 ] {61370e7d-e5af-4f9b-abdc-6d1fbb072d25} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2219 | 2024.03.11 14:41:23.526822 [ 3 ] {61370e7d-e5af-4f9b-abdc-6d1fbb072d25} <Trace> oximeter.fields_u16 (6b7af958-2474-4c0b-b5ad-97e1406ef2f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2220 | 2024.03.11 14:41:23.526856 [ 3 ] {61370e7d-e5af-4f9b-abdc-6d1fbb072d25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
2221 | 2024.03.11 14:41:23.527147 [ 3 ] {61370e7d-e5af-4f9b-abdc-6d1fbb072d25} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2222 | 2024.03.11 14:41:23.527457 [ 3 ] {61370e7d-e5af-4f9b-abdc-6d1fbb072d25} <Trace> oximeter.fields_u16 (6b7af958-2474-4c0b-b5ad-97e1406ef2f2): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2223 | 2024.03.11 14:41:23.527580 [ 3 ] {61370e7d-e5af-4f9b-abdc-6d1fbb072d25} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.00134 sec., 2985.0746268656717 rows/sec., 208.43 KiB/sec. | ||
2224 | 2024.03.11 14:41:23.527688 [ 3 ] {61370e7d-e5af-4f9b-abdc-6d1fbb072d25} <Debug> DynamicQueryHandler: Done processing query | ||
2225 | 2024.03.11 14:41:23.527711 [ 3 ] {61370e7d-e5af-4f9b-abdc-6d1fbb072d25} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
2226 | 2024.03.11 14:41:23.527726 [ 3 ] {} <Debug> HTTP-Session: 3cdecc16-2e33-4fdc-b7aa-5fc971b46c75 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2227 | 2024.03.11 14:41:23.527837 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 10050, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2228 | 2024.03.11 14:41:23.527882 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2229 | 2024.03.11 14:41:23.527900 [ 3 ] {} <Debug> HTTP-Session: 59e9fce0-15e3-48a4-8bee-21c1b4e113ff Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
2230 | 2024.03.11 14:41:23.527917 [ 3 ] {} <Debug> HTTP-Session: 59e9fce0-15e3-48a4-8bee-21c1b4e113ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2231 | 2024.03.11 14:41:23.527930 [ 3 ] {} <Debug> HTTP-Session: 59e9fce0-15e3-48a4-8bee-21c1b4e113ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2232 | 2024.03.11 14:41:23.527959 [ 3 ] {} <Trace> HTTP-Session: 59e9fce0-15e3-48a4-8bee-21c1b4e113ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2233 | 2024.03.11 14:41:23.528038 [ 3 ] {510c59d3-43a8-4ee8-884b-6c3a0967303d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2234 | 2024.03.11 14:41:23.528078 [ 3 ] {510c59d3-43a8-4ee8-884b-6c3a0967303d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2235 | 2024.03.11 14:41:23.528202 [ 3 ] {510c59d3-43a8-4ee8-884b-6c3a0967303d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2236 | 2024.03.11 14:41:23.528475 [ 3 ] {510c59d3-43a8-4ee8-884b-6c3a0967303d} <Trace> oximeter.fields_uuid (3d1f8790-6847-4f06-bce3-6d9b6f4d0836): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2237 | 2024.03.11 14:41:23.528510 [ 3 ] {510c59d3-43a8-4ee8-884b-6c3a0967303d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
2238 | 2024.03.11 14:41:23.528816 [ 3 ] {510c59d3-43a8-4ee8-884b-6c3a0967303d} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
2239 | 2024.03.11 14:41:23.529119 [ 3 ] {510c59d3-43a8-4ee8-884b-6c3a0967303d} <Trace> oximeter.fields_uuid (3d1f8790-6847-4f06-bce3-6d9b6f4d0836): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2240 | 2024.03.11 14:41:23.529243 [ 3 ] {510c59d3-43a8-4ee8-884b-6c3a0967303d} <Debug> executeQuery: Read 59 rows, 4.73 KiB in 0.001241 sec., 47542.304593070105 rows/sec., 3.72 MiB/sec. | ||
2241 | 2024.03.11 14:41:23.529773 [ 3 ] {510c59d3-43a8-4ee8-884b-6c3a0967303d} <Debug> DynamicQueryHandler: Done processing query | ||
2242 | 2024.03.11 14:41:23.529875 [ 3 ] {510c59d3-43a8-4ee8-884b-6c3a0967303d} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
2243 | 2024.03.11 14:41:23.529966 [ 3 ] {} <Debug> HTTP-Session: 59e9fce0-15e3-48a4-8bee-21c1b4e113ff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2244 | 2024.03.11 14:41:23.530143 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 447, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2245 | 2024.03.11 14:41:23.530191 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2246 | 2024.03.11 14:41:23.530210 [ 3 ] {} <Debug> HTTP-Session: 292e59ee-385d-4a71-b936-0c4e9240f62c Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
2247 | 2024.03.11 14:41:23.530228 [ 3 ] {} <Debug> HTTP-Session: 292e59ee-385d-4a71-b936-0c4e9240f62c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2248 | 2024.03.11 14:41:23.530242 [ 3 ] {} <Debug> HTTP-Session: 292e59ee-385d-4a71-b936-0c4e9240f62c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2249 | 2024.03.11 14:41:23.530274 [ 3 ] {} <Trace> HTTP-Session: 292e59ee-385d-4a71-b936-0c4e9240f62c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2250 | 2024.03.11 14:41:23.530343 [ 3 ] {6ddf4746-5750-4052-a395-60631e7bbbc6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2251 | 2024.03.11 14:41:23.530389 [ 3 ] {6ddf4746-5750-4052-a395-60631e7bbbc6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2252 | 2024.03.11 14:41:23.530560 [ 3 ] {6ddf4746-5750-4052-a395-60631e7bbbc6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2253 | 2024.03.11 14:41:23.530804 [ 3 ] {6ddf4746-5750-4052-a395-60631e7bbbc6} <Trace> oximeter.measurements_cumulativeu64 (c67eb49b-f01a-4894-b3b8-a06655ac82c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2254 | 2024.03.11 14:41:23.530839 [ 3 ] {6ddf4746-5750-4052-a395-60631e7bbbc6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
2255 | 2024.03.11 14:41:23.531214 [ 3 ] {6ddf4746-5750-4052-a395-60631e7bbbc6} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
2256 | 2024.03.11 14:41:23.531554 [ 3 ] {6ddf4746-5750-4052-a395-60631e7bbbc6} <Trace> oximeter.measurements_cumulativeu64 (c67eb49b-f01a-4894-b3b8-a06655ac82c2): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2257 | 2024.03.11 14:41:23.531689 [ 3 ] {6ddf4746-5750-4052-a395-60631e7bbbc6} <Debug> executeQuery: Read 2 rows, 144.00 B in 0.001373 sec., 1456.6642388929351 rows/sec., 102.42 KiB/sec. | ||
2258 | 2024.03.11 14:41:23.532132 [ 3 ] {6ddf4746-5750-4052-a395-60631e7bbbc6} <Debug> DynamicQueryHandler: Done processing query | ||
2259 | 2024.03.11 14:41:23.532157 [ 3 ] {6ddf4746-5750-4052-a395-60631e7bbbc6} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
2260 | 2024.03.11 14:41:23.532174 [ 3 ] {} <Debug> HTTP-Session: 292e59ee-385d-4a71-b936-0c4e9240f62c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2261 | 2024.03.11 14:41:23.532348 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 58829, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2262 | 2024.03.11 14:41:23.532396 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2263 | 2024.03.11 14:41:23.532415 [ 3 ] {} <Debug> HTTP-Session: fc1e3ae0-f36b-4f28-90c3-1e64813c9dc0 Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
2264 | 2024.03.11 14:41:23.532431 [ 3 ] {} <Debug> HTTP-Session: fc1e3ae0-f36b-4f28-90c3-1e64813c9dc0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2265 | 2024.03.11 14:41:23.532444 [ 3 ] {} <Debug> HTTP-Session: fc1e3ae0-f36b-4f28-90c3-1e64813c9dc0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2266 | 2024.03.11 14:41:23.532474 [ 3 ] {} <Trace> HTTP-Session: fc1e3ae0-f36b-4f28-90c3-1e64813c9dc0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2267 | 2024.03.11 14:41:23.533001 [ 3 ] {9075211b-e0bd-4927-8160-079088588329} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
2268 | 2024.03.11 14:41:23.533050 [ 3 ] {9075211b-e0bd-4927-8160-079088588329} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
2269 | 2024.03.11 14:41:23.533234 [ 3 ] {9075211b-e0bd-4927-8160-079088588329} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2270 | 2024.03.11 14:41:23.533754 [ 3 ] {9075211b-e0bd-4927-8160-079088588329} <Trace> oximeter.measurements_histogramf64 (b99726d6-44d2-48b6-acca-e9ba9748d6b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2271 | 2024.03.11 14:41:23.533789 [ 3 ] {9075211b-e0bd-4927-8160-079088588329} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
2272 | 2024.03.11 14:41:23.534244 [ 3 ] {9075211b-e0bd-4927-8160-079088588329} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2273 | 2024.03.11 14:41:23.534581 [ 3 ] {9075211b-e0bd-4927-8160-079088588329} <Trace> oximeter.measurements_histogramf64 (b99726d6-44d2-48b6-acca-e9ba9748d6b9): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2274 | 2024.03.11 14:41:23.534713 [ 3 ] {9075211b-e0bd-4927-8160-079088588329} <Debug> executeQuery: Read 55 rows, 76.00 KiB in 0.002179 sec., 25240.93620927031 rows/sec., 34.06 MiB/sec. | ||
2275 | 2024.03.11 14:41:23.534715 [ 44 ] {} <Debug> oximeter.measurements_histogramf64 (b99726d6-44d2-48b6-acca-e9ba9748d6b9) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2276 | 2024.03.11 14:41:23.534778 [ 44 ] {} <Trace> oximeter.measurements_histogramf64 (b99726d6-44d2-48b6-acca-e9ba9748d6b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2277 | 2024.03.11 14:41:23.534815 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
2278 | 2024.03.11 14:41:23.534881 [ 3 ] {9075211b-e0bd-4927-8160-079088588329} <Debug> DynamicQueryHandler: Done processing query | ||
2279 | 2024.03.11 14:41:23.534976 [ 3 ] {9075211b-e0bd-4927-8160-079088588329} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
2280 | 2024.03.11 14:41:23.535085 [ 3 ] {} <Debug> HTTP-Session: fc1e3ae0-f36b-4f28-90c3-1e64813c9dc0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2281 | 2024.03.11 14:41:23.535178 [ 187 ] {b99726d6-44d2-48b6-acca-e9ba9748d6b9::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 | ||
2282 | 2024.03.11 14:41:23.535348 [ 187 ] {b99726d6-44d2-48b6-acca-e9ba9748d6b9::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2283 | 2024.03.11 14:41:23.535380 [ 187 ] {b99726d6-44d2-48b6-acca-e9ba9748d6b9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 162 rows starting from the beginning of the part | ||
2284 | 2024.03.11 14:41:23.535493 [ 187 ] {b99726d6-44d2-48b6-acca-e9ba9748d6b9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 55 rows starting from the beginning of the part | ||
2285 | 2024.03.11 14:41:23.535701 [ 187 ] {b99726d6-44d2-48b6-acca-e9ba9748d6b9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 55 rows starting from the beginning of the part | ||
2286 | 2024.03.11 14:41:23.535876 [ 187 ] {b99726d6-44d2-48b6-acca-e9ba9748d6b9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 55 rows starting from the beginning of the part | ||
2287 | 2024.03.11 14:41:23.536066 [ 187 ] {b99726d6-44d2-48b6-acca-e9ba9748d6b9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 55 rows starting from the beginning of the part | ||
2288 | 2024.03.11 14:41:23.536270 [ 187 ] {b99726d6-44d2-48b6-acca-e9ba9748d6b9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 55 rows starting from the beginning of the part | ||
2289 | 2024.03.11 14:41:23.541364 [ 192 ] {b99726d6-44d2-48b6-acca-e9ba9748d6b9::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 437 rows, containing 6 columns (6 merged, 0 gathered) in 0.006456629 sec., 67682.37729006885 rows/sec., 91.33 MiB/sec. | ||
2290 | 2024.03.11 14:41:23.541800 [ 195 ] {b99726d6-44d2-48b6-acca-e9ba9748d6b9::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2291 | 2024.03.11 14:41:23.542244 [ 195 ] {b99726d6-44d2-48b6-acca-e9ba9748d6b9::all_1_11_2} <Trace> oximeter.measurements_histogramf64 (b99726d6-44d2-48b6-acca-e9ba9748d6b9): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2292 | 2024.03.11 14:41:23.542331 [ 195 ] {b99726d6-44d2-48b6-acca-e9ba9748d6b9::all_1_11_2} <Trace> oximeter.measurements_histogramf64 (b99726d6-44d2-48b6-acca-e9ba9748d6b9) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2293 | 2024.03.11 14:41:23.542414 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.79 MiB. | ||
2294 | 2024.03.11 14:41:24.001133 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 178.99 MiB, peak 187.13 MiB, free memory in arenas 0.00 B, will set to 180.41 MiB (RSS), difference: 1.42 MiB | ||
2295 | 2024.03.11 14:41:28.513184 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2296 | 2024.03.11 14:41:28.513367 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2297 | 2024.03.11 14:41:28.513411 [ 3 ] {} <Debug> HTTP-Session: a58ebcbe-3658-44c0-8713-bf4603c005f9 Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
2298 | 2024.03.11 14:41:28.513454 [ 3 ] {} <Debug> HTTP-Session: a58ebcbe-3658-44c0-8713-bf4603c005f9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2299 | 2024.03.11 14:41:28.513483 [ 3 ] {} <Debug> HTTP-Session: a58ebcbe-3658-44c0-8713-bf4603c005f9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2300 | 2024.03.11 14:41:28.513560 [ 3 ] {} <Trace> HTTP-Session: a58ebcbe-3658-44c0-8713-bf4603c005f9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2301 | 2024.03.11 14:41:28.513736 [ 3 ] {f37622f3-b0f6-4705-b91b-d45451e611a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
2302 | 2024.03.11 14:41:28.513837 [ 3 ] {f37622f3-b0f6-4705-b91b-d45451e611a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
2303 | 2024.03.11 14:41:28.514081 [ 3 ] {f37622f3-b0f6-4705-b91b-d45451e611a4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2304 | 2024.03.11 14:41:28.514428 [ 3 ] {f37622f3-b0f6-4705-b91b-d45451e611a4} <Trace> oximeter.fields_ipaddr (334e9a02-ace0-41a3-88ff-f52311cf0408): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2305 | 2024.03.11 14:41:28.514465 [ 3 ] {f37622f3-b0f6-4705-b91b-d45451e611a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
2306 | 2024.03.11 14:41:28.514829 [ 3 ] {f37622f3-b0f6-4705-b91b-d45451e611a4} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
2307 | 2024.03.11 14:41:28.515159 [ 3 ] {f37622f3-b0f6-4705-b91b-d45451e611a4} <Trace> oximeter.fields_ipaddr (334e9a02-ace0-41a3-88ff-f52311cf0408): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2308 | 2024.03.11 14:41:28.515298 [ 3 ] {f37622f3-b0f6-4705-b91b-d45451e611a4} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001644 sec., 1216.54501216545 rows/sec., 99.20 KiB/sec. | ||
2309 | 2024.03.11 14:41:28.515427 [ 3 ] {f37622f3-b0f6-4705-b91b-d45451e611a4} <Debug> DynamicQueryHandler: Done processing query | ||
2310 | 2024.03.11 14:41:28.515453 [ 3 ] {f37622f3-b0f6-4705-b91b-d45451e611a4} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
2311 | 2024.03.11 14:41:28.515469 [ 3 ] {} <Debug> HTTP-Session: a58ebcbe-3658-44c0-8713-bf4603c005f9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2312 | 2024.03.11 14:41:28.515598 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 5139, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2313 | 2024.03.11 14:41:28.515646 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2314 | 2024.03.11 14:41:28.515665 [ 3 ] {} <Debug> HTTP-Session: da5b8180-e3c5-46d6-ad03-e4ba9610f4d8 Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
2315 | 2024.03.11 14:41:28.515682 [ 3 ] {} <Debug> HTTP-Session: da5b8180-e3c5-46d6-ad03-e4ba9610f4d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2316 | 2024.03.11 14:41:28.515695 [ 3 ] {} <Debug> HTTP-Session: da5b8180-e3c5-46d6-ad03-e4ba9610f4d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2317 | 2024.03.11 14:41:28.515725 [ 3 ] {} <Trace> HTTP-Session: da5b8180-e3c5-46d6-ad03-e4ba9610f4d8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2318 | 2024.03.11 14:41:28.515798 [ 3 ] {146389f9-c23c-43ef-bc10-4cea9a693401} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2319 | 2024.03.11 14:41:28.515839 [ 3 ] {146389f9-c23c-43ef-bc10-4cea9a693401} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2320 | 2024.03.11 14:41:28.515964 [ 3 ] {146389f9-c23c-43ef-bc10-4cea9a693401} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2321 | 2024.03.11 14:41:28.516230 [ 3 ] {146389f9-c23c-43ef-bc10-4cea9a693401} <Trace> oximeter.fields_string (6a098439-de07-471e-80b6-bdb8a57beb92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2322 | 2024.03.11 14:41:28.516265 [ 3 ] {146389f9-c23c-43ef-bc10-4cea9a693401} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
2323 | 2024.03.11 14:41:28.516575 [ 3 ] {146389f9-c23c-43ef-bc10-4cea9a693401} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
2324 | 2024.03.11 14:41:28.516874 [ 3 ] {146389f9-c23c-43ef-bc10-4cea9a693401} <Trace> oximeter.fields_string (6a098439-de07-471e-80b6-bdb8a57beb92): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2325 | 2024.03.11 14:41:28.517002 [ 3 ] {146389f9-c23c-43ef-bc10-4cea9a693401} <Debug> executeQuery: Read 37 rows, 2.85 KiB in 0.001237 sec., 29911.075181891672 rows/sec., 2.25 MiB/sec. | ||
2326 | 2024.03.11 14:41:28.517109 [ 3 ] {146389f9-c23c-43ef-bc10-4cea9a693401} <Debug> DynamicQueryHandler: Done processing query | ||
2327 | 2024.03.11 14:41:28.517132 [ 3 ] {146389f9-c23c-43ef-bc10-4cea9a693401} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
2328 | 2024.03.11 14:41:28.517149 [ 3 ] {} <Debug> HTTP-Session: da5b8180-e3c5-46d6-ad03-e4ba9610f4d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2329 | 2024.03.11 14:41:28.517263 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2330 | 2024.03.11 14:41:28.517310 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2331 | 2024.03.11 14:41:28.517328 [ 3 ] {} <Debug> HTTP-Session: 029f8955-c7b5-44e0-a730-7ea9356c0ce4 Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
2332 | 2024.03.11 14:41:28.517345 [ 3 ] {} <Debug> HTTP-Session: 029f8955-c7b5-44e0-a730-7ea9356c0ce4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2333 | 2024.03.11 14:41:28.517358 [ 3 ] {} <Debug> HTTP-Session: 029f8955-c7b5-44e0-a730-7ea9356c0ce4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2334 | 2024.03.11 14:41:28.517387 [ 3 ] {} <Trace> HTTP-Session: 029f8955-c7b5-44e0-a730-7ea9356c0ce4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2335 | 2024.03.11 14:41:28.517449 [ 3 ] {c4f583ae-3fb7-4d76-afd1-50b7112d0a71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
2336 | 2024.03.11 14:41:28.517487 [ 3 ] {c4f583ae-3fb7-4d76-afd1-50b7112d0a71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
2337 | 2024.03.11 14:41:28.517610 [ 3 ] {c4f583ae-3fb7-4d76-afd1-50b7112d0a71} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2338 | 2024.03.11 14:41:28.517924 [ 3 ] {c4f583ae-3fb7-4d76-afd1-50b7112d0a71} <Trace> oximeter.fields_u16 (6b7af958-2474-4c0b-b5ad-97e1406ef2f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2339 | 2024.03.11 14:41:28.517958 [ 3 ] {c4f583ae-3fb7-4d76-afd1-50b7112d0a71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
2340 | 2024.03.11 14:41:28.518245 [ 3 ] {c4f583ae-3fb7-4d76-afd1-50b7112d0a71} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
2341 | 2024.03.11 14:41:28.518538 [ 3 ] {c4f583ae-3fb7-4d76-afd1-50b7112d0a71} <Trace> oximeter.fields_u16 (6b7af958-2474-4c0b-b5ad-97e1406ef2f2): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2342 | 2024.03.11 14:41:28.518661 [ 3 ] {c4f583ae-3fb7-4d76-afd1-50b7112d0a71} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001235 sec., 1619.4331983805669 rows/sec., 113.08 KiB/sec. | ||
2343 | 2024.03.11 14:41:28.518780 [ 3 ] {c4f583ae-3fb7-4d76-afd1-50b7112d0a71} <Debug> DynamicQueryHandler: Done processing query | ||
2344 | 2024.03.11 14:41:28.518804 [ 3 ] {c4f583ae-3fb7-4d76-afd1-50b7112d0a71} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
2345 | 2024.03.11 14:41:28.518820 [ 3 ] {} <Debug> HTTP-Session: 029f8955-c7b5-44e0-a730-7ea9356c0ce4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2346 | 2024.03.11 14:41:28.518921 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 4437, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2347 | 2024.03.11 14:41:28.518971 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2348 | 2024.03.11 14:41:28.518989 [ 3 ] {} <Debug> HTTP-Session: 088794d2-cfa2-45c6-9b70-45dc7f1c2976 Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
2349 | 2024.03.11 14:41:28.519005 [ 3 ] {} <Debug> HTTP-Session: 088794d2-cfa2-45c6-9b70-45dc7f1c2976 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2350 | 2024.03.11 14:41:28.519019 [ 3 ] {} <Debug> HTTP-Session: 088794d2-cfa2-45c6-9b70-45dc7f1c2976 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2351 | 2024.03.11 14:41:28.519048 [ 3 ] {} <Trace> HTTP-Session: 088794d2-cfa2-45c6-9b70-45dc7f1c2976 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2352 | 2024.03.11 14:41:28.519118 [ 3 ] {8f4d5914-8a20-4f4b-bb8d-224a38d93a87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2353 | 2024.03.11 14:41:28.519158 [ 3 ] {8f4d5914-8a20-4f4b-bb8d-224a38d93a87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2354 | 2024.03.11 14:41:28.519282 [ 3 ] {8f4d5914-8a20-4f4b-bb8d-224a38d93a87} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2355 | 2024.03.11 14:41:28.519560 [ 3 ] {8f4d5914-8a20-4f4b-bb8d-224a38d93a87} <Trace> oximeter.fields_uuid (3d1f8790-6847-4f06-bce3-6d9b6f4d0836): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2356 | 2024.03.11 14:41:28.519595 [ 3 ] {8f4d5914-8a20-4f4b-bb8d-224a38d93a87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
2357 | 2024.03.11 14:41:28.519889 [ 3 ] {8f4d5914-8a20-4f4b-bb8d-224a38d93a87} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
2358 | 2024.03.11 14:41:28.520177 [ 3 ] {8f4d5914-8a20-4f4b-bb8d-224a38d93a87} <Trace> oximeter.fields_uuid (3d1f8790-6847-4f06-bce3-6d9b6f4d0836): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2359 | 2024.03.11 14:41:28.520303 [ 3 ] {8f4d5914-8a20-4f4b-bb8d-224a38d93a87} <Debug> executeQuery: Read 26 rows, 2.06 KiB in 0.001214 sec., 21416.8039538715 rows/sec., 1.66 MiB/sec. | ||
2360 | 2024.03.11 14:41:28.520428 [ 3 ] {8f4d5914-8a20-4f4b-bb8d-224a38d93a87} <Debug> DynamicQueryHandler: Done processing query | ||
2361 | 2024.03.11 14:41:28.520461 [ 3 ] {8f4d5914-8a20-4f4b-bb8d-224a38d93a87} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
2362 | 2024.03.11 14:41:28.520482 [ 3 ] {} <Debug> HTTP-Session: 088794d2-cfa2-45c6-9b70-45dc7f1c2976 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2363 | 2024.03.11 14:41:28.520601 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 7220, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2364 | 2024.03.11 14:41:28.520658 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2365 | 2024.03.11 14:41:28.520681 [ 3 ] {} <Debug> HTTP-Session: 79c464f1-58dc-4129-9209-1d0415f86201 Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
2366 | 2024.03.11 14:41:28.520701 [ 3 ] {} <Debug> HTTP-Session: 79c464f1-58dc-4129-9209-1d0415f86201 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2367 | 2024.03.11 14:41:28.520718 [ 3 ] {} <Debug> HTTP-Session: 79c464f1-58dc-4129-9209-1d0415f86201 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2368 | 2024.03.11 14:41:28.520756 [ 3 ] {} <Trace> HTTP-Session: 79c464f1-58dc-4129-9209-1d0415f86201 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2369 | 2024.03.11 14:41:28.520852 [ 3 ] {d5851232-bcad-47cc-baf0-374d8edda510} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2370 | 2024.03.11 14:41:28.520905 [ 3 ] {d5851232-bcad-47cc-baf0-374d8edda510} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2371 | 2024.03.11 14:41:28.521051 [ 3 ] {d5851232-bcad-47cc-baf0-374d8edda510} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2372 | 2024.03.11 14:41:28.521357 [ 3 ] {d5851232-bcad-47cc-baf0-374d8edda510} <Trace> oximeter.measurements_cumulativeu64 (c67eb49b-f01a-4894-b3b8-a06655ac82c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2373 | 2024.03.11 14:41:28.521395 [ 3 ] {d5851232-bcad-47cc-baf0-374d8edda510} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
2374 | 2024.03.11 14:41:28.521782 [ 3 ] {d5851232-bcad-47cc-baf0-374d8edda510} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
2375 | 2024.03.11 14:41:28.522117 [ 3 ] {d5851232-bcad-47cc-baf0-374d8edda510} <Trace> oximeter.measurements_cumulativeu64 (c67eb49b-f01a-4894-b3b8-a06655ac82c2): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2376 | 2024.03.11 14:41:28.522233 [ 40 ] {} <Debug> oximeter.measurements_cumulativeu64 (c67eb49b-f01a-4894-b3b8-a06655ac82c2) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
2377 | 2024.03.11 14:41:28.522247 [ 3 ] {d5851232-bcad-47cc-baf0-374d8edda510} <Debug> executeQuery: Read 37 rows, 2.67 KiB in 0.001442 sec., 25658.807212205273 rows/sec., 1.81 MiB/sec. | ||
2378 | 2024.03.11 14:41:28.522274 [ 40 ] {} <Trace> oximeter.measurements_cumulativeu64 (c67eb49b-f01a-4894-b3b8-a06655ac82c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2379 | 2024.03.11 14:41:28.522307 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
2380 | 2024.03.11 14:41:28.522424 [ 3 ] {d5851232-bcad-47cc-baf0-374d8edda510} <Debug> DynamicQueryHandler: Done processing query | ||
2381 | 2024.03.11 14:41:28.522477 [ 3 ] {d5851232-bcad-47cc-baf0-374d8edda510} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
2382 | 2024.03.11 14:41:28.522509 [ 3 ] {} <Debug> HTTP-Session: 79c464f1-58dc-4129-9209-1d0415f86201 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2383 | 2024.03.11 14:41:28.522509 [ 187 ] {c67eb49b-f01a-4894-b3b8-a06655ac82c2::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 | ||
2384 | 2024.03.11 14:41:28.522705 [ 187 ] {c67eb49b-f01a-4894-b3b8-a06655ac82c2::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2385 | 2024.03.11 14:41:28.522741 [ 187 ] {c67eb49b-f01a-4894-b3b8-a06655ac82c2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 264 rows starting from the beginning of the part | ||
2386 | 2024.03.11 14:41:28.522819 [ 187 ] {c67eb49b-f01a-4894-b3b8-a06655ac82c2::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 | ||
2387 | 2024.03.11 14:41:28.523103 [ 187 ] {c67eb49b-f01a-4894-b3b8-a06655ac82c2::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 | ||
2388 | 2024.03.11 14:41:28.523299 [ 187 ] {c67eb49b-f01a-4894-b3b8-a06655ac82c2::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 | ||
2389 | 2024.03.11 14:41:28.523461 [ 187 ] {c67eb49b-f01a-4894-b3b8-a06655ac82c2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 2 rows starting from the beginning of the part | ||
2390 | 2024.03.11 14:41:28.523627 [ 187 ] {c67eb49b-f01a-4894-b3b8-a06655ac82c2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 37 rows starting from the beginning of the part | ||
2391 | 2024.03.11 14:41:28.524937 [ 196 ] {c67eb49b-f01a-4894-b3b8-a06655ac82c2::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 377 rows, containing 5 columns (5 merged, 0 gathered) in 0.002546384 sec., 148053.08233165147 rows/sec., 10.44 MiB/sec. | ||
2392 | 2024.03.11 14:41:28.525188 [ 197 ] {c67eb49b-f01a-4894-b3b8-a06655ac82c2::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
2393 | 2024.03.11 14:41:28.525763 [ 197 ] {c67eb49b-f01a-4894-b3b8-a06655ac82c2::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (c67eb49b-f01a-4894-b3b8-a06655ac82c2): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2394 | 2024.03.11 14:41:28.525863 [ 197 ] {c67eb49b-f01a-4894-b3b8-a06655ac82c2::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (c67eb49b-f01a-4894-b3b8-a06655ac82c2) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
2395 | 2024.03.11 14:41:28.525971 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
2396 | 2024.03.11 14:41:33.515427 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 7933, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2397 | 2024.03.11 14:41:33.515587 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2398 | 2024.03.11 14:41:33.515623 [ 3 ] {} <Debug> HTTP-Session: 1ecdae79-d248-4cab-9f69-22d1e24f1b52 Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
2399 | 2024.03.11 14:41:33.515658 [ 3 ] {} <Debug> HTTP-Session: 1ecdae79-d248-4cab-9f69-22d1e24f1b52 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2400 | 2024.03.11 14:41:33.515681 [ 3 ] {} <Debug> HTTP-Session: 1ecdae79-d248-4cab-9f69-22d1e24f1b52 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2401 | 2024.03.11 14:41:33.515749 [ 3 ] {} <Trace> HTTP-Session: 1ecdae79-d248-4cab-9f69-22d1e24f1b52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2402 | 2024.03.11 14:41:33.515921 [ 3 ] {5ed6fd15-62a7-4ea1-b591-a3cf79fae570} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2403 | 2024.03.11 14:41:33.515996 [ 3 ] {5ed6fd15-62a7-4ea1-b591-a3cf79fae570} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2404 | 2024.03.11 14:41:33.516220 [ 3 ] {5ed6fd15-62a7-4ea1-b591-a3cf79fae570} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2405 | 2024.03.11 14:41:33.516721 [ 3 ] {5ed6fd15-62a7-4ea1-b591-a3cf79fae570} <Trace> oximeter.fields_i64 (6b5cb674-03e1-439e-829c-27b13be59f30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2406 | 2024.03.11 14:41:33.516778 [ 3 ] {5ed6fd15-62a7-4ea1-b591-a3cf79fae570} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
2407 | 2024.03.11 14:41:33.517242 [ 3 ] {5ed6fd15-62a7-4ea1-b591-a3cf79fae570} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2408 | 2024.03.11 14:41:33.517638 [ 3 ] {5ed6fd15-62a7-4ea1-b591-a3cf79fae570} <Trace> oximeter.fields_i64 (6b5cb674-03e1-439e-829c-27b13be59f30): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2409 | 2024.03.11 14:41:33.517797 [ 3 ] {5ed6fd15-62a7-4ea1-b591-a3cf79fae570} <Debug> executeQuery: Read 55 rows, 4.46 KiB in 0.001968 sec., 27947.154471544713 rows/sec., 2.21 MiB/sec. | ||
2410 | 2024.03.11 14:41:33.517948 [ 3 ] {5ed6fd15-62a7-4ea1-b591-a3cf79fae570} <Debug> DynamicQueryHandler: Done processing query | ||
2411 | 2024.03.11 14:41:33.517978 [ 3 ] {5ed6fd15-62a7-4ea1-b591-a3cf79fae570} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
2412 | 2024.03.11 14:41:33.517999 [ 3 ] {} <Debug> HTTP-Session: 1ecdae79-d248-4cab-9f69-22d1e24f1b52 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2413 | 2024.03.11 14:41:33.518147 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2414 | 2024.03.11 14:41:33.518207 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2415 | 2024.03.11 14:41:33.518230 [ 3 ] {} <Debug> HTTP-Session: a9aa42d6-e21d-4bba-9cb1-f71f7b86303b Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
2416 | 2024.03.11 14:41:33.518253 [ 3 ] {} <Debug> HTTP-Session: a9aa42d6-e21d-4bba-9cb1-f71f7b86303b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2417 | 2024.03.11 14:41:33.518274 [ 3 ] {} <Debug> HTTP-Session: a9aa42d6-e21d-4bba-9cb1-f71f7b86303b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2418 | 2024.03.11 14:41:33.518316 [ 3 ] {} <Trace> HTTP-Session: a9aa42d6-e21d-4bba-9cb1-f71f7b86303b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2419 | 2024.03.11 14:41:33.518393 [ 3 ] {3e91ccfe-e807-4de2-9ab5-706dbc570f0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
2420 | 2024.03.11 14:41:33.518438 [ 3 ] {3e91ccfe-e807-4de2-9ab5-706dbc570f0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
2421 | 2024.03.11 14:41:33.518588 [ 3 ] {3e91ccfe-e807-4de2-9ab5-706dbc570f0b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2422 | 2024.03.11 14:41:33.518916 [ 3 ] {3e91ccfe-e807-4de2-9ab5-706dbc570f0b} <Trace> oximeter.fields_ipaddr (334e9a02-ace0-41a3-88ff-f52311cf0408): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2423 | 2024.03.11 14:41:33.518954 [ 3 ] {3e91ccfe-e807-4de2-9ab5-706dbc570f0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
2424 | 2024.03.11 14:41:33.519265 [ 3 ] {3e91ccfe-e807-4de2-9ab5-706dbc570f0b} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
2425 | 2024.03.11 14:41:33.519582 [ 3 ] {3e91ccfe-e807-4de2-9ab5-706dbc570f0b} <Trace> oximeter.fields_ipaddr (334e9a02-ace0-41a3-88ff-f52311cf0408): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2426 | 2024.03.11 14:41:33.519715 [ 3 ] {3e91ccfe-e807-4de2-9ab5-706dbc570f0b} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001348 sec., 1483.679525222552 rows/sec., 120.98 KiB/sec. | ||
2427 | 2024.03.11 14:41:33.519839 [ 3 ] {3e91ccfe-e807-4de2-9ab5-706dbc570f0b} <Debug> DynamicQueryHandler: Done processing query | ||
2428 | 2024.03.11 14:41:33.519865 [ 3 ] {3e91ccfe-e807-4de2-9ab5-706dbc570f0b} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
2429 | 2024.03.11 14:41:33.519881 [ 3 ] {} <Debug> HTTP-Session: a9aa42d6-e21d-4bba-9cb1-f71f7b86303b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2430 | 2024.03.11 14:41:33.520045 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 26433, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2431 | 2024.03.11 14:41:33.520094 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2432 | 2024.03.11 14:41:33.520113 [ 3 ] {} <Debug> HTTP-Session: 329106c7-fc48-4336-85f5-dc74c433cc1b Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
2433 | 2024.03.11 14:41:33.520130 [ 3 ] {} <Debug> HTTP-Session: 329106c7-fc48-4336-85f5-dc74c433cc1b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2434 | 2024.03.11 14:41:33.520143 [ 3 ] {} <Debug> HTTP-Session: 329106c7-fc48-4336-85f5-dc74c433cc1b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2435 | 2024.03.11 14:41:33.520174 [ 3 ] {} <Trace> HTTP-Session: 329106c7-fc48-4336-85f5-dc74c433cc1b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2436 | 2024.03.11 14:41:33.520281 [ 3 ] {3b6d78a4-a60a-4ec0-80e6-f81c8ccfb8b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2437 | 2024.03.11 14:41:33.520322 [ 3 ] {3b6d78a4-a60a-4ec0-80e6-f81c8ccfb8b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2438 | 2024.03.11 14:41:33.520443 [ 3 ] {3b6d78a4-a60a-4ec0-80e6-f81c8ccfb8b8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2439 | 2024.03.11 14:41:33.520815 [ 3 ] {3b6d78a4-a60a-4ec0-80e6-f81c8ccfb8b8} <Trace> oximeter.fields_string (6a098439-de07-471e-80b6-bdb8a57beb92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2440 | 2024.03.11 14:41:33.520854 [ 3 ] {3b6d78a4-a60a-4ec0-80e6-f81c8ccfb8b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
2441 | 2024.03.11 14:41:33.521173 [ 3 ] {3b6d78a4-a60a-4ec0-80e6-f81c8ccfb8b8} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
2442 | 2024.03.11 14:41:33.521480 [ 3 ] {3b6d78a4-a60a-4ec0-80e6-f81c8ccfb8b8} <Trace> oximeter.fields_string (6a098439-de07-471e-80b6-bdb8a57beb92): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2443 | 2024.03.11 14:41:33.521599 [ 35 ] {} <Debug> oximeter.fields_string (6a098439-de07-471e-80b6-bdb8a57beb92) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
2444 | 2024.03.11 14:41:33.521604 [ 3 ] {3b6d78a4-a60a-4ec0-80e6-f81c8ccfb8b8} <Debug> executeQuery: Read 166 rows, 16.31 KiB in 0.001382 sec., 120115.77424023155 rows/sec., 11.52 MiB/sec. | ||
2445 | 2024.03.11 14:41:33.521638 [ 35 ] {} <Trace> oximeter.fields_string (6a098439-de07-471e-80b6-bdb8a57beb92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2446 | 2024.03.11 14:41:33.521672 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
2447 | 2024.03.11 14:41:33.521758 [ 3 ] {3b6d78a4-a60a-4ec0-80e6-f81c8ccfb8b8} <Debug> DynamicQueryHandler: Done processing query | ||
2448 | 2024.03.11 14:41:33.521793 [ 3 ] {3b6d78a4-a60a-4ec0-80e6-f81c8ccfb8b8} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
2449 | 2024.03.11 14:41:33.521802 [ 192 ] {6a098439-de07-471e-80b6-bdb8a57beb92::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 | ||
2450 | 2024.03.11 14:41:33.521813 [ 3 ] {} <Debug> HTTP-Session: 329106c7-fc48-4336-85f5-dc74c433cc1b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2451 | 2024.03.11 14:41:33.521955 [ 192 ] {6a098439-de07-471e-80b6-bdb8a57beb92::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2452 | 2024.03.11 14:41:33.521964 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2453 | 2024.03.11 14:41:33.522003 [ 192 ] {6a098439-de07-471e-80b6-bdb8a57beb92::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 203 rows starting from the beginning of the part | ||
2454 | 2024.03.11 14:41:33.522035 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2455 | 2024.03.11 14:41:33.522065 [ 3 ] {} <Debug> HTTP-Session: d85c366c-a880-443e-8458-b4e6bd934be9 Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
2456 | 2024.03.11 14:41:33.522093 [ 3 ] {} <Debug> HTTP-Session: d85c366c-a880-443e-8458-b4e6bd934be9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2457 | 2024.03.11 14:41:33.522122 [ 3 ] {} <Debug> HTTP-Session: d85c366c-a880-443e-8458-b4e6bd934be9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2458 | 2024.03.11 14:41:33.522144 [ 192 ] {6a098439-de07-471e-80b6-bdb8a57beb92::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 165 rows starting from the beginning of the part | ||
2459 | 2024.03.11 14:41:33.522227 [ 3 ] {} <Trace> HTTP-Session: d85c366c-a880-443e-8458-b4e6bd934be9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2460 | 2024.03.11 14:41:33.522542 [ 192 ] {6a098439-de07-471e-80b6-bdb8a57beb92::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 165 rows starting from the beginning of the part | ||
2461 | 2024.03.11 14:41:33.522549 [ 3 ] {1217b6af-a4ee-49b5-8da7-621f19ce11d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
2462 | 2024.03.11 14:41:33.522693 [ 3 ] {1217b6af-a4ee-49b5-8da7-621f19ce11d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
2463 | 2024.03.11 14:41:33.523000 [ 192 ] {6a098439-de07-471e-80b6-bdb8a57beb92::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 167 rows starting from the beginning of the part | ||
2464 | 2024.03.11 14:41:33.523305 [ 192 ] {6a098439-de07-471e-80b6-bdb8a57beb92::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 37 rows starting from the beginning of the part | ||
2465 | 2024.03.11 14:41:33.523589 [ 192 ] {6a098439-de07-471e-80b6-bdb8a57beb92::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 166 rows starting from the beginning of the part | ||
2466 | 2024.03.11 14:41:33.523774 [ 3 ] {1217b6af-a4ee-49b5-8da7-621f19ce11d5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2467 | 2024.03.11 14:41:33.524263 [ 3 ] {1217b6af-a4ee-49b5-8da7-621f19ce11d5} <Trace> oximeter.fields_u16 (6b7af958-2474-4c0b-b5ad-97e1406ef2f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2468 | 2024.03.11 14:41:33.524302 [ 3 ] {1217b6af-a4ee-49b5-8da7-621f19ce11d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
2469 | 2024.03.11 14:41:33.524928 [ 3 ] {1217b6af-a4ee-49b5-8da7-621f19ce11d5} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
2470 | 2024.03.11 14:41:33.525431 [ 192 ] {6a098439-de07-471e-80b6-bdb8a57beb92::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 903 rows, containing 4 columns (4 merged, 0 gathered) in 0.003692142 sec., 244573.47523470118 rows/sec., 23.05 MiB/sec. | ||
2471 | 2024.03.11 14:41:33.525441 [ 3 ] {1217b6af-a4ee-49b5-8da7-621f19ce11d5} <Trace> oximeter.fields_u16 (6b7af958-2474-4c0b-b5ad-97e1406ef2f2): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2472 | 2024.03.11 14:41:33.525573 [ 192 ] {6a098439-de07-471e-80b6-bdb8a57beb92::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
2473 | 2024.03.11 14:41:33.525624 [ 3 ] {1217b6af-a4ee-49b5-8da7-621f19ce11d5} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.003273 sec., 611.0601894286588 rows/sec., 42.67 KiB/sec. | ||
2474 | 2024.03.11 14:41:33.525917 [ 3 ] {1217b6af-a4ee-49b5-8da7-621f19ce11d5} <Debug> DynamicQueryHandler: Done processing query | ||
2475 | 2024.03.11 14:41:33.525952 [ 3 ] {1217b6af-a4ee-49b5-8da7-621f19ce11d5} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
2476 | 2024.03.11 14:41:33.525970 [ 3 ] {} <Debug> HTTP-Session: d85c366c-a880-443e-8458-b4e6bd934be9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2477 | 2024.03.11 14:41:33.526112 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 9707, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2478 | 2024.03.11 14:41:33.526127 [ 192 ] {6a098439-de07-471e-80b6-bdb8a57beb92::all_1_16_3} <Trace> oximeter.fields_string (6a098439-de07-471e-80b6-bdb8a57beb92): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2479 | 2024.03.11 14:41:33.526173 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2480 | 2024.03.11 14:41:33.526197 [ 3 ] {} <Debug> HTTP-Session: b797421e-3a02-47af-8d3d-17312f07bdd1 Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
2481 | 2024.03.11 14:41:33.526213 [ 192 ] {6a098439-de07-471e-80b6-bdb8a57beb92::all_1_16_3} <Trace> oximeter.fields_string (6a098439-de07-471e-80b6-bdb8a57beb92) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
2482 | 2024.03.11 14:41:33.526217 [ 3 ] {} <Debug> HTTP-Session: b797421e-3a02-47af-8d3d-17312f07bdd1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2483 | 2024.03.11 14:41:33.526240 [ 3 ] {} <Debug> HTTP-Session: b797421e-3a02-47af-8d3d-17312f07bdd1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2484 | 2024.03.11 14:41:33.526287 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. | ||
2485 | 2024.03.11 14:41:33.526291 [ 3 ] {} <Trace> HTTP-Session: b797421e-3a02-47af-8d3d-17312f07bdd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2486 | 2024.03.11 14:41:33.526381 [ 3 ] {33464fbd-b684-4795-a8c8-b81c51474ff8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2487 | 2024.03.11 14:41:33.526422 [ 3 ] {33464fbd-b684-4795-a8c8-b81c51474ff8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2488 | 2024.03.11 14:41:33.526544 [ 3 ] {33464fbd-b684-4795-a8c8-b81c51474ff8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2489 | 2024.03.11 14:41:33.526864 [ 3 ] {33464fbd-b684-4795-a8c8-b81c51474ff8} <Trace> oximeter.fields_uuid (3d1f8790-6847-4f06-bce3-6d9b6f4d0836): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2490 | 2024.03.11 14:41:33.526902 [ 3 ] {33464fbd-b684-4795-a8c8-b81c51474ff8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
2491 | 2024.03.11 14:41:33.527222 [ 3 ] {33464fbd-b684-4795-a8c8-b81c51474ff8} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
2492 | 2024.03.11 14:41:33.527535 [ 3 ] {33464fbd-b684-4795-a8c8-b81c51474ff8} <Trace> oximeter.fields_uuid (3d1f8790-6847-4f06-bce3-6d9b6f4d0836): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2493 | 2024.03.11 14:41:33.527650 [ 35 ] {} <Debug> oximeter.fields_uuid (3d1f8790-6847-4f06-bce3-6d9b6f4d0836) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
2494 | 2024.03.11 14:41:33.527655 [ 3 ] {33464fbd-b684-4795-a8c8-b81c51474ff8} <Debug> executeQuery: Read 57 rows, 4.57 KiB in 0.001308 sec., 43577.98165137615 rows/sec., 3.41 MiB/sec. | ||
2495 | 2024.03.11 14:41:33.527680 [ 35 ] {} <Trace> oximeter.fields_uuid (3d1f8790-6847-4f06-bce3-6d9b6f4d0836): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2496 | 2024.03.11 14:41:33.527714 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
2497 | 2024.03.11 14:41:33.527801 [ 3 ] {33464fbd-b684-4795-a8c8-b81c51474ff8} <Debug> DynamicQueryHandler: Done processing query | ||
2498 | 2024.03.11 14:41:33.527807 [ 196 ] {3d1f8790-6847-4f06-bce3-6d9b6f4d0836::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 | ||
2499 | 2024.03.11 14:41:33.527827 [ 3 ] {33464fbd-b684-4795-a8c8-b81c51474ff8} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
2500 | 2024.03.11 14:41:33.527855 [ 3 ] {} <Debug> HTTP-Session: b797421e-3a02-47af-8d3d-17312f07bdd1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2501 | 2024.03.11 14:41:33.527940 [ 196 ] {3d1f8790-6847-4f06-bce3-6d9b6f4d0836::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2502 | 2024.03.11 14:41:33.527983 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 258, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2503 | 2024.03.11 14:41:33.527976 [ 196 ] {3d1f8790-6847-4f06-bce3-6d9b6f4d0836::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 101 rows starting from the beginning of the part | ||
2504 | 2024.03.11 14:41:33.528033 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2505 | 2024.03.11 14:41:33.528065 [ 3 ] {} <Debug> HTTP-Session: 87151cd8-61fa-4b5c-b8ea-2f6dcb652857 Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
2506 | 2024.03.11 14:41:33.528111 [ 3 ] {} <Debug> HTTP-Session: 87151cd8-61fa-4b5c-b8ea-2f6dcb652857 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2507 | 2024.03.11 14:41:33.528143 [ 196 ] {3d1f8790-6847-4f06-bce3-6d9b6f4d0836::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 | ||
2508 | 2024.03.11 14:41:33.528145 [ 3 ] {} <Debug> HTTP-Session: 87151cd8-61fa-4b5c-b8ea-2f6dcb652857 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2509 | 2024.03.11 14:41:33.528221 [ 3 ] {} <Trace> HTTP-Session: 87151cd8-61fa-4b5c-b8ea-2f6dcb652857 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2510 | 2024.03.11 14:41:33.528373 [ 196 ] {3d1f8790-6847-4f06-bce3-6d9b6f4d0836::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 55 rows starting from the beginning of the part | ||
2511 | 2024.03.11 14:41:33.528483 [ 3 ] {935706b7-f85c-4f56-8fa1-ef6c63e277d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2512 | 2024.03.11 14:41:33.528624 [ 3 ] {935706b7-f85c-4f56-8fa1-ef6c63e277d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2513 | 2024.03.11 14:41:33.528652 [ 196 ] {3d1f8790-6847-4f06-bce3-6d9b6f4d0836::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 59 rows starting from the beginning of the part | ||
2514 | 2024.03.11 14:41:33.528950 [ 196 ] {3d1f8790-6847-4f06-bce3-6d9b6f4d0836::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 26 rows starting from the beginning of the part | ||
2515 | 2024.03.11 14:41:33.529208 [ 196 ] {3d1f8790-6847-4f06-bce3-6d9b6f4d0836::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 57 rows starting from the beginning of the part | ||
2516 | 2024.03.11 14:41:33.529551 [ 3 ] {935706b7-f85c-4f56-8fa1-ef6c63e277d7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2517 | 2024.03.11 14:41:33.530073 [ 3 ] {935706b7-f85c-4f56-8fa1-ef6c63e277d7} <Trace> oximeter.measurements_cumulativeu64 (c67eb49b-f01a-4894-b3b8-a06655ac82c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2518 | 2024.03.11 14:41:33.530121 [ 3 ] {935706b7-f85c-4f56-8fa1-ef6c63e277d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
2519 | 2024.03.11 14:41:33.530738 [ 192 ] {3d1f8790-6847-4f06-bce3-6d9b6f4d0836::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 353 rows, containing 4 columns (4 merged, 0 gathered) in 0.00296609 sec., 119011.89781833997 rows/sec., 9.30 MiB/sec. | ||
2520 | 2024.03.11 14:41:33.530750 [ 3 ] {935706b7-f85c-4f56-8fa1-ef6c63e277d7} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
2521 | 2024.03.11 14:41:33.531021 [ 186 ] {3d1f8790-6847-4f06-bce3-6d9b6f4d0836::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
2522 | 2024.03.11 14:41:33.531323 [ 3 ] {935706b7-f85c-4f56-8fa1-ef6c63e277d7} <Trace> oximeter.measurements_cumulativeu64 (c67eb49b-f01a-4894-b3b8-a06655ac82c2): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2523 | 2024.03.11 14:41:33.531694 [ 3 ] {935706b7-f85c-4f56-8fa1-ef6c63e277d7} <Debug> executeQuery: Read 1 rows, 72.00 B in 0.003341 sec., 299.311583358276 rows/sec., 21.05 KiB/sec. | ||
2524 | 2024.03.11 14:41:33.531928 [ 186 ] {3d1f8790-6847-4f06-bce3-6d9b6f4d0836::all_1_16_3} <Trace> oximeter.fields_uuid (3d1f8790-6847-4f06-bce3-6d9b6f4d0836): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2525 | 2024.03.11 14:41:33.531967 [ 3 ] {935706b7-f85c-4f56-8fa1-ef6c63e277d7} <Debug> DynamicQueryHandler: Done processing query | ||
2526 | 2024.03.11 14:41:33.532011 [ 3 ] {935706b7-f85c-4f56-8fa1-ef6c63e277d7} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
2527 | 2024.03.11 14:41:33.532036 [ 3 ] {} <Debug> HTTP-Session: 87151cd8-61fa-4b5c-b8ea-2f6dcb652857 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2528 | 2024.03.11 14:41:33.532099 [ 186 ] {3d1f8790-6847-4f06-bce3-6d9b6f4d0836::all_1_16_3} <Trace> oximeter.fields_uuid (3d1f8790-6847-4f06-bce3-6d9b6f4d0836) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
2529 | 2024.03.11 14:41:33.532219 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
2530 | 2024.03.11 14:41:33.532264 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 58830, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2531 | 2024.03.11 14:41:33.532320 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2532 | 2024.03.11 14:41:33.532340 [ 3 ] {} <Debug> HTTP-Session: 7c13b1f3-ee5d-4dba-a00d-2a5ffc542b26 Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
2533 | 2024.03.11 14:41:33.532358 [ 3 ] {} <Debug> HTTP-Session: 7c13b1f3-ee5d-4dba-a00d-2a5ffc542b26 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2534 | 2024.03.11 14:41:33.532373 [ 3 ] {} <Debug> HTTP-Session: 7c13b1f3-ee5d-4dba-a00d-2a5ffc542b26 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2535 | 2024.03.11 14:41:33.532405 [ 3 ] {} <Trace> HTTP-Session: 7c13b1f3-ee5d-4dba-a00d-2a5ffc542b26 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2536 | 2024.03.11 14:41:33.533371 [ 3 ] {71d56e64-8a06-4ad0-b576-65967327a7b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
2537 | 2024.03.11 14:41:33.533421 [ 3 ] {71d56e64-8a06-4ad0-b576-65967327a7b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
2538 | 2024.03.11 14:41:33.533596 [ 3 ] {71d56e64-8a06-4ad0-b576-65967327a7b7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2539 | 2024.03.11 14:41:33.534178 [ 3 ] {71d56e64-8a06-4ad0-b576-65967327a7b7} <Trace> oximeter.measurements_histogramf64 (b99726d6-44d2-48b6-acca-e9ba9748d6b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2540 | 2024.03.11 14:41:33.534219 [ 3 ] {71d56e64-8a06-4ad0-b576-65967327a7b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
2541 | 2024.03.11 14:41:33.534649 [ 3 ] {71d56e64-8a06-4ad0-b576-65967327a7b7} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2542 | 2024.03.11 14:41:33.534991 [ 3 ] {71d56e64-8a06-4ad0-b576-65967327a7b7} <Trace> oximeter.measurements_histogramf64 (b99726d6-44d2-48b6-acca-e9ba9748d6b9): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2543 | 2024.03.11 14:41:33.535117 [ 3 ] {71d56e64-8a06-4ad0-b576-65967327a7b7} <Debug> executeQuery: Read 55 rows, 76.00 KiB in 0.00266 sec., 20676.69172932331 rows/sec., 27.90 MiB/sec. | ||
2544 | 2024.03.11 14:41:33.535274 [ 3 ] {71d56e64-8a06-4ad0-b576-65967327a7b7} <Debug> DynamicQueryHandler: Done processing query | ||
2545 | 2024.03.11 14:41:33.535298 [ 3 ] {71d56e64-8a06-4ad0-b576-65967327a7b7} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
2546 | 2024.03.11 14:41:33.535313 [ 3 ] {} <Debug> HTTP-Session: 7c13b1f3-ee5d-4dba-a00d-2a5ffc542b26 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2547 | 2024.03.11 14:41:36.159099 [ 33 ] {} <Debug> DNSResolver: Updating DNS cache | ||
2548 | 2024.03.11 14:41:36.159160 [ 33 ] {} <Debug> DNSResolver: Updated DNS cache | ||
2549 | 2024.03.11 14:41:43.514300 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 7933, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2550 | 2024.03.11 14:41:43.514424 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2551 | 2024.03.11 14:41:43.514448 [ 3 ] {} <Debug> HTTP-Session: 0e45df52-3396-45bf-a276-c2b203500004 Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
2552 | 2024.03.11 14:41:43.514473 [ 3 ] {} <Debug> HTTP-Session: 0e45df52-3396-45bf-a276-c2b203500004 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2553 | 2024.03.11 14:41:43.514488 [ 3 ] {} <Debug> HTTP-Session: 0e45df52-3396-45bf-a276-c2b203500004 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2554 | 2024.03.11 14:41:43.514536 [ 3 ] {} <Trace> HTTP-Session: 0e45df52-3396-45bf-a276-c2b203500004 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2555 | 2024.03.11 14:41:43.514661 [ 3 ] {024eadeb-a94a-4635-b0cf-8984923fa264} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2556 | 2024.03.11 14:41:43.514722 [ 3 ] {024eadeb-a94a-4635-b0cf-8984923fa264} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2557 | 2024.03.11 14:41:43.514913 [ 3 ] {024eadeb-a94a-4635-b0cf-8984923fa264} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2558 | 2024.03.11 14:41:43.515332 [ 3 ] {024eadeb-a94a-4635-b0cf-8984923fa264} <Trace> oximeter.fields_i64 (6b5cb674-03e1-439e-829c-27b13be59f30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2559 | 2024.03.11 14:41:43.515378 [ 3 ] {024eadeb-a94a-4635-b0cf-8984923fa264} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
2560 | 2024.03.11 14:41:43.515764 [ 3 ] {024eadeb-a94a-4635-b0cf-8984923fa264} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
2561 | 2024.03.11 14:41:43.516089 [ 3 ] {024eadeb-a94a-4635-b0cf-8984923fa264} <Trace> oximeter.fields_i64 (6b5cb674-03e1-439e-829c-27b13be59f30): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2562 | 2024.03.11 14:41:43.516228 [ 3 ] {024eadeb-a94a-4635-b0cf-8984923fa264} <Debug> executeQuery: Read 55 rows, 4.46 KiB in 0.001629 sec., 33763.04481276857 rows/sec., 2.67 MiB/sec. | ||
2563 | 2024.03.11 14:41:43.516448 [ 3 ] {024eadeb-a94a-4635-b0cf-8984923fa264} <Debug> DynamicQueryHandler: Done processing query | ||
2564 | 2024.03.11 14:41:43.516480 [ 3 ] {024eadeb-a94a-4635-b0cf-8984923fa264} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
2565 | 2024.03.11 14:41:43.516496 [ 3 ] {} <Debug> HTTP-Session: 0e45df52-3396-45bf-a276-c2b203500004 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2566 | 2024.03.11 14:41:43.516633 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 26283, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2567 | 2024.03.11 14:41:43.516682 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2568 | 2024.03.11 14:41:43.516702 [ 3 ] {} <Debug> HTTP-Session: 4e9753f8-20ea-4b30-8777-6631725b9dfd Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
2569 | 2024.03.11 14:41:43.516719 [ 3 ] {} <Debug> HTTP-Session: 4e9753f8-20ea-4b30-8777-6631725b9dfd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2570 | 2024.03.11 14:41:43.516733 [ 3 ] {} <Debug> HTTP-Session: 4e9753f8-20ea-4b30-8777-6631725b9dfd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2571 | 2024.03.11 14:41:43.516765 [ 3 ] {} <Trace> HTTP-Session: 4e9753f8-20ea-4b30-8777-6631725b9dfd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2572 | 2024.03.11 14:41:43.516874 [ 3 ] {13729317-62bb-4f14-8ccb-f2262ff66916} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2573 | 2024.03.11 14:41:43.516915 [ 3 ] {13729317-62bb-4f14-8ccb-f2262ff66916} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2574 | 2024.03.11 14:41:43.517058 [ 3 ] {13729317-62bb-4f14-8ccb-f2262ff66916} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2575 | 2024.03.11 14:41:43.517441 [ 3 ] {13729317-62bb-4f14-8ccb-f2262ff66916} <Trace> oximeter.fields_string (6a098439-de07-471e-80b6-bdb8a57beb92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2576 | 2024.03.11 14:41:43.517480 [ 3 ] {13729317-62bb-4f14-8ccb-f2262ff66916} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
2577 | 2024.03.11 14:41:43.517796 [ 3 ] {13729317-62bb-4f14-8ccb-f2262ff66916} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
2578 | 2024.03.11 14:41:43.518099 [ 3 ] {13729317-62bb-4f14-8ccb-f2262ff66916} <Trace> oximeter.fields_string (6a098439-de07-471e-80b6-bdb8a57beb92): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2579 | 2024.03.11 14:41:43.518220 [ 3 ] {13729317-62bb-4f14-8ccb-f2262ff66916} <Debug> executeQuery: Read 165 rows, 16.22 KiB in 0.001411 sec., 116938.34160170093 rows/sec., 11.23 MiB/sec. | ||
2580 | 2024.03.11 14:41:43.518435 [ 3 ] {13729317-62bb-4f14-8ccb-f2262ff66916} <Debug> DynamicQueryHandler: Done processing query | ||
2581 | 2024.03.11 14:41:43.518499 [ 3 ] {13729317-62bb-4f14-8ccb-f2262ff66916} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
2582 | 2024.03.11 14:41:43.518558 [ 3 ] {} <Debug> HTTP-Session: 4e9753f8-20ea-4b30-8777-6631725b9dfd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2583 | 2024.03.11 14:41:43.518732 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 9364, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2584 | 2024.03.11 14:41:43.518782 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2585 | 2024.03.11 14:41:43.518801 [ 3 ] {} <Debug> HTTP-Session: 2face25c-89b5-4a52-baa2-3389c9100a2e Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
2586 | 2024.03.11 14:41:43.518818 [ 3 ] {} <Debug> HTTP-Session: 2face25c-89b5-4a52-baa2-3389c9100a2e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2587 | 2024.03.11 14:41:43.518832 [ 3 ] {} <Debug> HTTP-Session: 2face25c-89b5-4a52-baa2-3389c9100a2e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2588 | 2024.03.11 14:41:43.518864 [ 3 ] {} <Trace> HTTP-Session: 2face25c-89b5-4a52-baa2-3389c9100a2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2589 | 2024.03.11 14:41:43.518957 [ 3 ] {e984349c-7682-47d9-8b53-bd6a98ceb3de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2590 | 2024.03.11 14:41:43.518996 [ 3 ] {e984349c-7682-47d9-8b53-bd6a98ceb3de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2591 | 2024.03.11 14:41:43.519140 [ 3 ] {e984349c-7682-47d9-8b53-bd6a98ceb3de} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2592 | 2024.03.11 14:41:43.519443 [ 3 ] {e984349c-7682-47d9-8b53-bd6a98ceb3de} <Trace> oximeter.fields_uuid (3d1f8790-6847-4f06-bce3-6d9b6f4d0836): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2593 | 2024.03.11 14:41:43.519480 [ 3 ] {e984349c-7682-47d9-8b53-bd6a98ceb3de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
2594 | 2024.03.11 14:41:43.519772 [ 3 ] {e984349c-7682-47d9-8b53-bd6a98ceb3de} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
2595 | 2024.03.11 14:41:43.520073 [ 3 ] {e984349c-7682-47d9-8b53-bd6a98ceb3de} <Trace> oximeter.fields_uuid (3d1f8790-6847-4f06-bce3-6d9b6f4d0836): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2596 | 2024.03.11 14:41:43.520199 [ 3 ] {e984349c-7682-47d9-8b53-bd6a98ceb3de} <Debug> executeQuery: Read 55 rows, 4.40 KiB in 0.001289 sec., 42668.735453840185 rows/sec., 3.34 MiB/sec. | ||
2597 | 2024.03.11 14:41:43.520472 [ 3 ] {e984349c-7682-47d9-8b53-bd6a98ceb3de} <Debug> DynamicQueryHandler: Done processing query | ||
2598 | 2024.03.11 14:41:43.520513 [ 3 ] {e984349c-7682-47d9-8b53-bd6a98ceb3de} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
2599 | 2024.03.11 14:41:43.520529 [ 3 ] {} <Debug> HTTP-Session: 2face25c-89b5-4a52-baa2-3389c9100a2e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2600 | 2024.03.11 14:41:43.520681 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 58830, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2601 | 2024.03.11 14:41:43.520733 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2602 | 2024.03.11 14:41:43.520752 [ 3 ] {} <Debug> HTTP-Session: dd0f0f00-3ed7-4717-8496-d645683e4dcb Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
2603 | 2024.03.11 14:41:43.520768 [ 3 ] {} <Debug> HTTP-Session: dd0f0f00-3ed7-4717-8496-d645683e4dcb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2604 | 2024.03.11 14:41:43.520782 [ 3 ] {} <Debug> HTTP-Session: dd0f0f00-3ed7-4717-8496-d645683e4dcb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2605 | 2024.03.11 14:41:43.520812 [ 3 ] {} <Trace> HTTP-Session: dd0f0f00-3ed7-4717-8496-d645683e4dcb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2606 | 2024.03.11 14:41:43.521163 [ 3 ] {af5f7c57-d58f-4e11-bded-a9e8c6cc2a79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
2607 | 2024.03.11 14:41:43.521209 [ 3 ] {af5f7c57-d58f-4e11-bded-a9e8c6cc2a79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
2608 | 2024.03.11 14:41:43.521387 [ 3 ] {af5f7c57-d58f-4e11-bded-a9e8c6cc2a79} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2609 | 2024.03.11 14:41:43.521943 [ 3 ] {af5f7c57-d58f-4e11-bded-a9e8c6cc2a79} <Trace> oximeter.measurements_histogramf64 (b99726d6-44d2-48b6-acca-e9ba9748d6b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2610 | 2024.03.11 14:41:43.521978 [ 3 ] {af5f7c57-d58f-4e11-bded-a9e8c6cc2a79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
2611 | 2024.03.11 14:41:43.522511 [ 3 ] {af5f7c57-d58f-4e11-bded-a9e8c6cc2a79} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
2612 | 2024.03.11 14:41:43.522857 [ 3 ] {af5f7c57-d58f-4e11-bded-a9e8c6cc2a79} <Trace> oximeter.measurements_histogramf64 (b99726d6-44d2-48b6-acca-e9ba9748d6b9): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2613 | 2024.03.11 14:41:43.522983 [ 3 ] {af5f7c57-d58f-4e11-bded-a9e8c6cc2a79} <Debug> executeQuery: Read 55 rows, 76.00 KiB in 0.002117 sec., 25980.160604629193 rows/sec., 35.06 MiB/sec. | ||
2614 | 2024.03.11 14:41:43.523096 [ 3 ] {af5f7c57-d58f-4e11-bded-a9e8c6cc2a79} <Debug> DynamicQueryHandler: Done processing query | ||
2615 | 2024.03.11 14:41:43.523120 [ 3 ] {af5f7c57-d58f-4e11-bded-a9e8c6cc2a79} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
2616 | 2024.03.11 14:41:43.523136 [ 3 ] {} <Debug> HTTP-Session: dd0f0f00-3ed7-4717-8496-d645683e4dcb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2617 | 2024.03.11 14:41:44.111847 [ 27 ] {} <Debug> oximeter.fields_u16 (6b7af958-2474-4c0b-b5ad-97e1406ef2f2) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
2618 | 2024.03.11 14:41:44.111949 [ 27 ] {} <Trace> oximeter.fields_u16 (6b7af958-2474-4c0b-b5ad-97e1406ef2f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2619 | 2024.03.11 14:41:44.112000 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
2620 | 2024.03.11 14:41:44.112295 [ 199 ] {6b7af958-2474-4c0b-b5ad-97e1406ef2f2::all_1_5_1} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full | ||
2621 | 2024.03.11 14:41:44.112547 [ 199 ] {6b7af958-2474-4c0b-b5ad-97e1406ef2f2::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2622 | 2024.03.11 14:41:44.112608 [ 199 ] {6b7af958-2474-4c0b-b5ad-97e1406ef2f2::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 2 rows starting from the beginning of the part | ||
2623 | 2024.03.11 14:41:44.112784 [ 199 ] {6b7af958-2474-4c0b-b5ad-97e1406ef2f2::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 2 rows starting from the beginning of the part | ||
2624 | 2024.03.11 14:41:44.113080 [ 199 ] {6b7af958-2474-4c0b-b5ad-97e1406ef2f2::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 4 rows starting from the beginning of the part | ||
2625 | 2024.03.11 14:41:44.113198 [ 199 ] {6b7af958-2474-4c0b-b5ad-97e1406ef2f2::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 2 rows starting from the beginning of the part | ||
2626 | 2024.03.11 14:41:44.113363 [ 199 ] {6b7af958-2474-4c0b-b5ad-97e1406ef2f2::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 2 rows starting from the beginning of the part | ||
2627 | 2024.03.11 14:41:44.114448 [ 186 ] {6b7af958-2474-4c0b-b5ad-97e1406ef2f2::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 12 rows, containing 4 columns (4 merged, 0 gathered) in 0.002293819 sec., 5231.450258281059 rows/sec., 365.28 KiB/sec. | ||
2628 | 2024.03.11 14:41:44.114643 [ 186 ] {6b7af958-2474-4c0b-b5ad-97e1406ef2f2::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
2629 | 2024.03.11 14:41:44.115094 [ 186 ] {6b7af958-2474-4c0b-b5ad-97e1406ef2f2::all_1_5_1} <Trace> oximeter.fields_u16 (6b7af958-2474-4c0b-b5ad-97e1406ef2f2): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2630 | 2024.03.11 14:41:44.115182 [ 186 ] {6b7af958-2474-4c0b-b5ad-97e1406ef2f2::all_1_5_1} <Trace> oximeter.fields_u16 (6b7af958-2474-4c0b-b5ad-97e1406ef2f2) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
2631 | 2024.03.11 14:41:44.115275 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
2632 | 2024.03.11 14:41:44.706926 [ 27 ] {} <Debug> oximeter.fields_ipaddr (334e9a02-ace0-41a3-88ff-f52311cf0408) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
2633 | 2024.03.11 14:41:44.707020 [ 27 ] {} <Trace> oximeter.fields_ipaddr (334e9a02-ace0-41a3-88ff-f52311cf0408): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2634 | 2024.03.11 14:41:44.707061 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
2635 | 2024.03.11 14:41:44.707321 [ 192 ] {334e9a02-ace0-41a3-88ff-f52311cf0408::all_1_5_1} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full | ||
2636 | 2024.03.11 14:41:44.707562 [ 192 ] {334e9a02-ace0-41a3-88ff-f52311cf0408::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2637 | 2024.03.11 14:41:44.707620 [ 192 ] {334e9a02-ace0-41a3-88ff-f52311cf0408::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 2 rows starting from the beginning of the part | ||
2638 | 2024.03.11 14:41:44.707743 [ 192 ] {334e9a02-ace0-41a3-88ff-f52311cf0408::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 2 rows starting from the beginning of the part | ||
2639 | 2024.03.11 14:41:44.707906 [ 192 ] {334e9a02-ace0-41a3-88ff-f52311cf0408::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 4 rows starting from the beginning of the part | ||
2640 | 2024.03.11 14:41:44.708156 [ 192 ] {334e9a02-ace0-41a3-88ff-f52311cf0408::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 2 rows starting from the beginning of the part | ||
2641 | 2024.03.11 14:41:44.708269 [ 192 ] {334e9a02-ace0-41a3-88ff-f52311cf0408::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 2 rows starting from the beginning of the part | ||
2642 | 2024.03.11 14:41:44.709364 [ 186 ] {334e9a02-ace0-41a3-88ff-f52311cf0408::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 12 rows, containing 4 columns (4 merged, 0 gathered) in 0.002207018 sec., 5437.200784044354 rows/sec., 443.37 KiB/sec. | ||
2643 | 2024.03.11 14:41:44.709548 [ 188 ] {334e9a02-ace0-41a3-88ff-f52311cf0408::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
2644 | 2024.03.11 14:41:44.709926 [ 188 ] {334e9a02-ace0-41a3-88ff-f52311cf0408::all_1_5_1} <Trace> oximeter.fields_ipaddr (334e9a02-ace0-41a3-88ff-f52311cf0408): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2645 | 2024.03.11 14:41:44.710006 [ 188 ] {334e9a02-ace0-41a3-88ff-f52311cf0408::all_1_5_1} <Trace> oximeter.fields_ipaddr (334e9a02-ace0-41a3-88ff-f52311cf0408) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
2646 | 2024.03.11 14:41:44.710077 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
2647 | 2024.03.11 14:41:51.159195 [ 85 ] {} <Debug> DNSResolver: Updating DNS cache | ||
2648 | 2024.03.11 14:41:51.159259 [ 85 ] {} <Debug> DNSResolver: Updated DNS cache | ||
2649 | 2024.03.11 14:41:53.514552 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 7933, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2650 | 2024.03.11 14:41:53.514662 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2651 | 2024.03.11 14:41:53.514686 [ 3 ] {} <Debug> HTTP-Session: a704c00c-51d2-4a40-ade0-efe1817606b3 Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
2652 | 2024.03.11 14:41:53.514711 [ 3 ] {} <Debug> HTTP-Session: a704c00c-51d2-4a40-ade0-efe1817606b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2653 | 2024.03.11 14:41:53.514725 [ 3 ] {} <Debug> HTTP-Session: a704c00c-51d2-4a40-ade0-efe1817606b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2654 | 2024.03.11 14:41:53.514772 [ 3 ] {} <Trace> HTTP-Session: a704c00c-51d2-4a40-ade0-efe1817606b3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2655 | 2024.03.11 14:41:53.514897 [ 3 ] {e3117061-c2cc-43aa-8fcd-b314a5d40dcb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2656 | 2024.03.11 14:41:53.514956 [ 3 ] {e3117061-c2cc-43aa-8fcd-b314a5d40dcb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2657 | 2024.03.11 14:41:53.515141 [ 3 ] {e3117061-c2cc-43aa-8fcd-b314a5d40dcb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2658 | 2024.03.11 14:41:53.515556 [ 3 ] {e3117061-c2cc-43aa-8fcd-b314a5d40dcb} <Trace> oximeter.fields_i64 (6b5cb674-03e1-439e-829c-27b13be59f30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2659 | 2024.03.11 14:41:53.515602 [ 3 ] {e3117061-c2cc-43aa-8fcd-b314a5d40dcb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
2660 | 2024.03.11 14:41:53.515971 [ 3 ] {e3117061-c2cc-43aa-8fcd-b314a5d40dcb} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
2661 | 2024.03.11 14:41:53.516288 [ 3 ] {e3117061-c2cc-43aa-8fcd-b314a5d40dcb} <Trace> oximeter.fields_i64 (6b5cb674-03e1-439e-829c-27b13be59f30): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2662 | 2024.03.11 14:41:53.516444 [ 3 ] {e3117061-c2cc-43aa-8fcd-b314a5d40dcb} <Debug> executeQuery: Read 55 rows, 4.46 KiB in 0.001607 sec., 34225.26446795271 rows/sec., 2.71 MiB/sec. | ||
2663 | 2024.03.11 14:41:53.516596 [ 3 ] {e3117061-c2cc-43aa-8fcd-b314a5d40dcb} <Debug> DynamicQueryHandler: Done processing query | ||
2664 | 2024.03.11 14:41:53.516621 [ 3 ] {e3117061-c2cc-43aa-8fcd-b314a5d40dcb} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
2665 | 2024.03.11 14:41:53.516637 [ 3 ] {} <Debug> HTTP-Session: a704c00c-51d2-4a40-ade0-efe1817606b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2666 | 2024.03.11 14:41:53.516809 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 26283, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2667 | 2024.03.11 14:41:53.516859 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2668 | 2024.03.11 14:41:53.516877 [ 3 ] {} <Debug> HTTP-Session: 395cd4ff-2b15-4270-8b0d-74baefe0241f Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
2669 | 2024.03.11 14:41:53.516893 [ 3 ] {} <Debug> HTTP-Session: 395cd4ff-2b15-4270-8b0d-74baefe0241f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2670 | 2024.03.11 14:41:53.516906 [ 3 ] {} <Debug> HTTP-Session: 395cd4ff-2b15-4270-8b0d-74baefe0241f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2671 | 2024.03.11 14:41:53.516936 [ 3 ] {} <Trace> HTTP-Session: 395cd4ff-2b15-4270-8b0d-74baefe0241f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2672 | 2024.03.11 14:41:53.517041 [ 3 ] {5a2c85a2-63a4-4883-9c4f-2c8f2ae19b66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2673 | 2024.03.11 14:41:53.517082 [ 3 ] {5a2c85a2-63a4-4883-9c4f-2c8f2ae19b66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2674 | 2024.03.11 14:41:53.517205 [ 3 ] {5a2c85a2-63a4-4883-9c4f-2c8f2ae19b66} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2675 | 2024.03.11 14:41:53.517594 [ 3 ] {5a2c85a2-63a4-4883-9c4f-2c8f2ae19b66} <Trace> oximeter.fields_string (6a098439-de07-471e-80b6-bdb8a57beb92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2676 | 2024.03.11 14:41:53.517631 [ 3 ] {5a2c85a2-63a4-4883-9c4f-2c8f2ae19b66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
2677 | 2024.03.11 14:41:53.517938 [ 3 ] {5a2c85a2-63a4-4883-9c4f-2c8f2ae19b66} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
2678 | 2024.03.11 14:41:53.518239 [ 3 ] {5a2c85a2-63a4-4883-9c4f-2c8f2ae19b66} <Trace> oximeter.fields_string (6a098439-de07-471e-80b6-bdb8a57beb92): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2679 | 2024.03.11 14:41:53.518390 [ 3 ] {5a2c85a2-63a4-4883-9c4f-2c8f2ae19b66} <Debug> executeQuery: Read 165 rows, 16.22 KiB in 0.001403 sec., 117605.13186029936 rows/sec., 11.29 MiB/sec. | ||
2680 | 2024.03.11 14:41:53.518504 [ 3 ] {5a2c85a2-63a4-4883-9c4f-2c8f2ae19b66} <Debug> DynamicQueryHandler: Done processing query | ||
2681 | 2024.03.11 14:41:53.518527 [ 3 ] {5a2c85a2-63a4-4883-9c4f-2c8f2ae19b66} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
2682 | 2024.03.11 14:41:53.518543 [ 3 ] {} <Debug> HTTP-Session: 395cd4ff-2b15-4270-8b0d-74baefe0241f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2683 | 2024.03.11 14:41:53.518670 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 9364, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2684 | 2024.03.11 14:41:53.518716 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2685 | 2024.03.11 14:41:53.518734 [ 3 ] {} <Debug> HTTP-Session: cab2cd24-5b83-4e8d-a95b-48dcd89445f2 Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
2686 | 2024.03.11 14:41:53.518750 [ 3 ] {} <Debug> HTTP-Session: cab2cd24-5b83-4e8d-a95b-48dcd89445f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2687 | 2024.03.11 14:41:53.518763 [ 3 ] {} <Debug> HTTP-Session: cab2cd24-5b83-4e8d-a95b-48dcd89445f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2688 | 2024.03.11 14:41:53.518794 [ 3 ] {} <Trace> HTTP-Session: cab2cd24-5b83-4e8d-a95b-48dcd89445f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2689 | 2024.03.11 14:41:53.518870 [ 3 ] {372b7d95-7131-4ab0-bdea-3a5a08f39a81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2690 | 2024.03.11 14:41:53.518908 [ 3 ] {372b7d95-7131-4ab0-bdea-3a5a08f39a81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2691 | 2024.03.11 14:41:53.519030 [ 3 ] {372b7d95-7131-4ab0-bdea-3a5a08f39a81} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2692 | 2024.03.11 14:41:53.519404 [ 3 ] {372b7d95-7131-4ab0-bdea-3a5a08f39a81} <Trace> oximeter.fields_uuid (3d1f8790-6847-4f06-bce3-6d9b6f4d0836): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2693 | 2024.03.11 14:41:53.519445 [ 3 ] {372b7d95-7131-4ab0-bdea-3a5a08f39a81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
2694 | 2024.03.11 14:41:53.519750 [ 3 ] {372b7d95-7131-4ab0-bdea-3a5a08f39a81} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
2695 | 2024.03.11 14:41:53.520040 [ 3 ] {372b7d95-7131-4ab0-bdea-3a5a08f39a81} <Trace> oximeter.fields_uuid (3d1f8790-6847-4f06-bce3-6d9b6f4d0836): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2696 | 2024.03.11 14:41:53.520170 [ 3 ] {372b7d95-7131-4ab0-bdea-3a5a08f39a81} <Debug> executeQuery: Read 55 rows, 4.40 KiB in 0.001332 sec., 41291.29129129129 rows/sec., 3.23 MiB/sec. | ||
2697 | 2024.03.11 14:41:53.520299 [ 3 ] {372b7d95-7131-4ab0-bdea-3a5a08f39a81} <Debug> DynamicQueryHandler: Done processing query | ||
2698 | 2024.03.11 14:41:53.520324 [ 3 ] {372b7d95-7131-4ab0-bdea-3a5a08f39a81} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
2699 | 2024.03.11 14:41:53.520339 [ 3 ] {} <Debug> HTTP-Session: cab2cd24-5b83-4e8d-a95b-48dcd89445f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2700 | 2024.03.11 14:41:53.520480 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 58832, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2701 | 2024.03.11 14:41:53.520528 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2702 | 2024.03.11 14:41:53.520545 [ 3 ] {} <Debug> HTTP-Session: 4a64c6be-5de7-42d0-abe0-c8bce0b1ce75 Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
2703 | 2024.03.11 14:41:53.520562 [ 3 ] {} <Debug> HTTP-Session: 4a64c6be-5de7-42d0-abe0-c8bce0b1ce75 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2704 | 2024.03.11 14:41:53.520575 [ 3 ] {} <Debug> HTTP-Session: 4a64c6be-5de7-42d0-abe0-c8bce0b1ce75 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2705 | 2024.03.11 14:41:53.520605 [ 3 ] {} <Trace> HTTP-Session: 4a64c6be-5de7-42d0-abe0-c8bce0b1ce75 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2706 | 2024.03.11 14:41:53.521028 [ 3 ] {c84ab81c-5e7c-48fc-98c5-c9fbdebf8933} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
2707 | 2024.03.11 14:41:53.521073 [ 3 ] {c84ab81c-5e7c-48fc-98c5-c9fbdebf8933} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
2708 | 2024.03.11 14:41:53.521229 [ 3 ] {c84ab81c-5e7c-48fc-98c5-c9fbdebf8933} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2709 | 2024.03.11 14:41:53.521920 [ 3 ] {c84ab81c-5e7c-48fc-98c5-c9fbdebf8933} <Trace> oximeter.measurements_histogramf64 (b99726d6-44d2-48b6-acca-e9ba9748d6b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2710 | 2024.03.11 14:41:53.521957 [ 3 ] {c84ab81c-5e7c-48fc-98c5-c9fbdebf8933} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
2711 | 2024.03.11 14:41:53.522388 [ 3 ] {c84ab81c-5e7c-48fc-98c5-c9fbdebf8933} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
2712 | 2024.03.11 14:41:53.522717 [ 3 ] {c84ab81c-5e7c-48fc-98c5-c9fbdebf8933} <Trace> oximeter.measurements_histogramf64 (b99726d6-44d2-48b6-acca-e9ba9748d6b9): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2713 | 2024.03.11 14:41:53.522867 [ 3 ] {c84ab81c-5e7c-48fc-98c5-c9fbdebf8933} <Debug> executeQuery: Read 55 rows, 76.00 KiB in 0.002197 sec., 25034.137460172962 rows/sec., 33.78 MiB/sec. | ||
2714 | 2024.03.11 14:41:53.523005 [ 3 ] {c84ab81c-5e7c-48fc-98c5-c9fbdebf8933} <Debug> DynamicQueryHandler: Done processing query | ||
2715 | 2024.03.11 14:41:53.523030 [ 3 ] {c84ab81c-5e7c-48fc-98c5-c9fbdebf8933} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
2716 | 2024.03.11 14:41:53.523045 [ 3 ] {} <Debug> HTTP-Session: 4a64c6be-5de7-42d0-abe0-c8bce0b1ce75 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2717 | 2024.03.11 14:41:58.513024 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 4989, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2718 | 2024.03.11 14:41:58.513151 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2719 | 2024.03.11 14:41:58.513176 [ 3 ] {} <Debug> HTTP-Session: 6b3a1342-e4ee-494f-9303-2b3a319d664c Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
2720 | 2024.03.11 14:41:58.513201 [ 3 ] {} <Debug> HTTP-Session: 6b3a1342-e4ee-494f-9303-2b3a319d664c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2721 | 2024.03.11 14:41:58.513216 [ 3 ] {} <Debug> HTTP-Session: 6b3a1342-e4ee-494f-9303-2b3a319d664c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2722 | 2024.03.11 14:41:58.513264 [ 3 ] {} <Trace> HTTP-Session: 6b3a1342-e4ee-494f-9303-2b3a319d664c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2723 | 2024.03.11 14:41:58.513387 [ 3 ] {fcccb5e2-9471-47d9-b8df-8a4e6705ff30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2724 | 2024.03.11 14:41:58.513449 [ 3 ] {fcccb5e2-9471-47d9-b8df-8a4e6705ff30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2725 | 2024.03.11 14:41:58.513635 [ 3 ] {fcccb5e2-9471-47d9-b8df-8a4e6705ff30} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2726 | 2024.03.11 14:41:58.514054 [ 3 ] {fcccb5e2-9471-47d9-b8df-8a4e6705ff30} <Trace> oximeter.fields_string (6a098439-de07-471e-80b6-bdb8a57beb92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2727 | 2024.03.11 14:41:58.514102 [ 3 ] {fcccb5e2-9471-47d9-b8df-8a4e6705ff30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
2728 | 2024.03.11 14:41:58.514477 [ 3 ] {fcccb5e2-9471-47d9-b8df-8a4e6705ff30} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
2729 | 2024.03.11 14:41:58.514810 [ 3 ] {fcccb5e2-9471-47d9-b8df-8a4e6705ff30} <Trace> oximeter.fields_string (6a098439-de07-471e-80b6-bdb8a57beb92): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2730 | 2024.03.11 14:41:58.514967 [ 3 ] {fcccb5e2-9471-47d9-b8df-8a4e6705ff30} <Debug> executeQuery: Read 36 rows, 2.77 KiB in 0.001635 sec., 22018.348623853213 rows/sec., 1.65 MiB/sec. | ||
2731 | 2024.03.11 14:41:58.515106 [ 3 ] {fcccb5e2-9471-47d9-b8df-8a4e6705ff30} <Debug> DynamicQueryHandler: Done processing query | ||
2732 | 2024.03.11 14:41:58.515133 [ 3 ] {fcccb5e2-9471-47d9-b8df-8a4e6705ff30} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
2733 | 2024.03.11 14:41:58.515149 [ 3 ] {} <Debug> HTTP-Session: 6b3a1342-e4ee-494f-9303-2b3a319d664c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2734 | 2024.03.11 14:41:58.515277 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 4094, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2735 | 2024.03.11 14:41:58.515327 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2736 | 2024.03.11 14:41:58.515345 [ 3 ] {} <Debug> HTTP-Session: d7568221-7875-42cf-8220-ba284e122d76 Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
2737 | 2024.03.11 14:41:58.515362 [ 3 ] {} <Debug> HTTP-Session: d7568221-7875-42cf-8220-ba284e122d76 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2738 | 2024.03.11 14:41:58.515376 [ 3 ] {} <Debug> HTTP-Session: d7568221-7875-42cf-8220-ba284e122d76 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2739 | 2024.03.11 14:41:58.515407 [ 3 ] {} <Trace> HTTP-Session: d7568221-7875-42cf-8220-ba284e122d76 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2740 | 2024.03.11 14:41:58.515480 [ 3 ] {c09e8645-5b45-480a-97a9-344ae4dbf326} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2741 | 2024.03.11 14:41:58.515519 [ 3 ] {c09e8645-5b45-480a-97a9-344ae4dbf326} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2742 | 2024.03.11 14:41:58.515644 [ 3 ] {c09e8645-5b45-480a-97a9-344ae4dbf326} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2743 | 2024.03.11 14:41:58.515955 [ 3 ] {c09e8645-5b45-480a-97a9-344ae4dbf326} <Trace> oximeter.fields_uuid (3d1f8790-6847-4f06-bce3-6d9b6f4d0836): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2744 | 2024.03.11 14:41:58.515994 [ 3 ] {c09e8645-5b45-480a-97a9-344ae4dbf326} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
2745 | 2024.03.11 14:41:58.516309 [ 3 ] {c09e8645-5b45-480a-97a9-344ae4dbf326} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
2746 | 2024.03.11 14:41:58.516622 [ 3 ] {c09e8645-5b45-480a-97a9-344ae4dbf326} <Trace> oximeter.fields_uuid (3d1f8790-6847-4f06-bce3-6d9b6f4d0836): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2747 | 2024.03.11 14:41:58.516777 [ 3 ] {c09e8645-5b45-480a-97a9-344ae4dbf326} <Debug> executeQuery: Read 24 rows, 1.90 KiB in 0.001321 sec., 18168.054504163512 rows/sec., 1.40 MiB/sec. | ||
2748 | 2024.03.11 14:41:58.517006 [ 3 ] {c09e8645-5b45-480a-97a9-344ae4dbf326} <Debug> DynamicQueryHandler: Done processing query | ||
2749 | 2024.03.11 14:41:58.517042 [ 3 ] {c09e8645-5b45-480a-97a9-344ae4dbf326} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
2750 | 2024.03.11 14:41:58.517066 [ 3 ] {} <Debug> HTTP-Session: d7568221-7875-42cf-8220-ba284e122d76 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2751 | 2024.03.11 14:41:58.517195 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 7033, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2752 | 2024.03.11 14:41:58.517244 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2753 | 2024.03.11 14:41:58.517262 [ 3 ] {} <Debug> HTTP-Session: 79d9d8b2-21ed-4ed5-b4ab-2abb91ea9745 Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
2754 | 2024.03.11 14:41:58.517279 [ 3 ] {} <Debug> HTTP-Session: 79d9d8b2-21ed-4ed5-b4ab-2abb91ea9745 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2755 | 2024.03.11 14:41:58.517294 [ 3 ] {} <Debug> HTTP-Session: 79d9d8b2-21ed-4ed5-b4ab-2abb91ea9745 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2756 | 2024.03.11 14:41:58.517325 [ 3 ] {} <Trace> HTTP-Session: 79d9d8b2-21ed-4ed5-b4ab-2abb91ea9745 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2757 | 2024.03.11 14:41:58.517403 [ 3 ] {0355c3a8-33ec-430e-b4e7-29c63b6732a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2758 | 2024.03.11 14:41:58.517447 [ 3 ] {0355c3a8-33ec-430e-b4e7-29c63b6732a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2759 | 2024.03.11 14:41:58.517611 [ 3 ] {0355c3a8-33ec-430e-b4e7-29c63b6732a1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2760 | 2024.03.11 14:41:58.517895 [ 3 ] {0355c3a8-33ec-430e-b4e7-29c63b6732a1} <Trace> oximeter.measurements_cumulativeu64 (c67eb49b-f01a-4894-b3b8-a06655ac82c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2761 | 2024.03.11 14:41:58.517932 [ 3 ] {0355c3a8-33ec-430e-b4e7-29c63b6732a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
2762 | 2024.03.11 14:41:58.518306 [ 3 ] {0355c3a8-33ec-430e-b4e7-29c63b6732a1} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
2763 | 2024.03.11 14:41:58.518633 [ 3 ] {0355c3a8-33ec-430e-b4e7-29c63b6732a1} <Trace> oximeter.measurements_cumulativeu64 (c67eb49b-f01a-4894-b3b8-a06655ac82c2): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2764 | 2024.03.11 14:41:58.518784 [ 3 ] {0355c3a8-33ec-430e-b4e7-29c63b6732a1} <Debug> executeQuery: Read 36 rows, 2.60 KiB in 0.001413 sec., 25477.707006369426 rows/sec., 1.80 MiB/sec. | ||
2765 | 2024.03.11 14:41:58.518900 [ 3 ] {0355c3a8-33ec-430e-b4e7-29c63b6732a1} <Debug> DynamicQueryHandler: Done processing query | ||
2766 | 2024.03.11 14:41:58.518925 [ 3 ] {0355c3a8-33ec-430e-b4e7-29c63b6732a1} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
2767 | 2024.03.11 14:41:58.518940 [ 3 ] {} <Debug> HTTP-Session: 79d9d8b2-21ed-4ed5-b4ab-2abb91ea9745 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2768 | 2024.03.11 14:42:03.514295 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 7933, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2769 | 2024.03.11 14:42:03.514421 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2770 | 2024.03.11 14:42:03.514447 [ 3 ] {} <Debug> HTTP-Session: 4db28ebf-8a12-4527-90df-624df99c67e4 Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
2771 | 2024.03.11 14:42:03.514472 [ 3 ] {} <Debug> HTTP-Session: 4db28ebf-8a12-4527-90df-624df99c67e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2772 | 2024.03.11 14:42:03.514487 [ 3 ] {} <Debug> HTTP-Session: 4db28ebf-8a12-4527-90df-624df99c67e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2773 | 2024.03.11 14:42:03.514535 [ 3 ] {} <Trace> HTTP-Session: 4db28ebf-8a12-4527-90df-624df99c67e4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2774 | 2024.03.11 14:42:03.514661 [ 3 ] {6d15f8a6-f793-4fb0-82ab-4146fe8781b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2775 | 2024.03.11 14:42:03.514723 [ 3 ] {6d15f8a6-f793-4fb0-82ab-4146fe8781b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2776 | 2024.03.11 14:42:03.514908 [ 3 ] {6d15f8a6-f793-4fb0-82ab-4146fe8781b4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2777 | 2024.03.11 14:42:03.515343 [ 3 ] {6d15f8a6-f793-4fb0-82ab-4146fe8781b4} <Trace> oximeter.fields_i64 (6b5cb674-03e1-439e-829c-27b13be59f30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2778 | 2024.03.11 14:42:03.515394 [ 3 ] {6d15f8a6-f793-4fb0-82ab-4146fe8781b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
2779 | 2024.03.11 14:42:03.515782 [ 3 ] {6d15f8a6-f793-4fb0-82ab-4146fe8781b4} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
2780 | 2024.03.11 14:42:03.516119 [ 3 ] {6d15f8a6-f793-4fb0-82ab-4146fe8781b4} <Trace> oximeter.fields_i64 (6b5cb674-03e1-439e-829c-27b13be59f30): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2781 | 2024.03.11 14:42:03.516273 [ 3 ] {6d15f8a6-f793-4fb0-82ab-4146fe8781b4} <Debug> executeQuery: Read 55 rows, 4.46 KiB in 0.001675 sec., 32835.82089552239 rows/sec., 2.60 MiB/sec. | ||
2782 | 2024.03.11 14:42:03.516311 [ 145 ] {} <Debug> oximeter.fields_i64 (6b5cb674-03e1-439e-829c-27b13be59f30) (MergerMutator): Selected 5 parts from all_1_11_2 to all_15_15_0 | ||
2783 | 2024.03.11 14:42:03.516429 [ 145 ] {} <Trace> oximeter.fields_i64 (6b5cb674-03e1-439e-829c-27b13be59f30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2784 | 2024.03.11 14:42:03.516463 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
2785 | 2024.03.11 14:42:03.516496 [ 3 ] {6d15f8a6-f793-4fb0-82ab-4146fe8781b4} <Debug> DynamicQueryHandler: Done processing query | ||
2786 | 2024.03.11 14:42:03.516555 [ 3 ] {6d15f8a6-f793-4fb0-82ab-4146fe8781b4} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
2787 | 2024.03.11 14:42:03.516588 [ 3 ] {} <Debug> HTTP-Session: 4db28ebf-8a12-4527-90df-624df99c67e4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2788 | 2024.03.11 14:42:03.516624 [ 192 ] {6b5cb674-03e1-439e-829c-27b13be59f30::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 | ||
2789 | 2024.03.11 14:42:03.516734 [ 192 ] {6b5cb674-03e1-439e-829c-27b13be59f30::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2790 | 2024.03.11 14:42:03.516761 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 26283, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2791 | 2024.03.11 14:42:03.516771 [ 192 ] {6b5cb674-03e1-439e-829c-27b13be59f30::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 55 rows starting from the beginning of the part | ||
2792 | 2024.03.11 14:42:03.516831 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2793 | 2024.03.11 14:42:03.516877 [ 192 ] {6b5cb674-03e1-439e-829c-27b13be59f30::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 55 rows starting from the beginning of the part | ||
2794 | 2024.03.11 14:42:03.516886 [ 3 ] {} <Debug> HTTP-Session: d4a48006-0bbf-47a6-abb4-3d87cce00467 Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
2795 | 2024.03.11 14:42:03.516931 [ 3 ] {} <Debug> HTTP-Session: d4a48006-0bbf-47a6-abb4-3d87cce00467 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2796 | 2024.03.11 14:42:03.516981 [ 3 ] {} <Debug> HTTP-Session: d4a48006-0bbf-47a6-abb4-3d87cce00467 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2797 | 2024.03.11 14:42:03.517131 [ 192 ] {6b5cb674-03e1-439e-829c-27b13be59f30::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 55 rows starting from the beginning of the part | ||
2798 | 2024.03.11 14:42:03.517158 [ 3 ] {} <Trace> HTTP-Session: d4a48006-0bbf-47a6-abb4-3d87cce00467 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2799 | 2024.03.11 14:42:03.517515 [ 192 ] {6b5cb674-03e1-439e-829c-27b13be59f30::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 55 rows starting from the beginning of the part | ||
2800 | 2024.03.11 14:42:03.517535 [ 3 ] {76abc006-a35b-44ce-bd2e-836a5309d2b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2801 | 2024.03.11 14:42:03.517678 [ 3 ] {76abc006-a35b-44ce-bd2e-836a5309d2b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2802 | 2024.03.11 14:42:03.517689 [ 192 ] {6b5cb674-03e1-439e-829c-27b13be59f30::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 55 rows starting from the beginning of the part | ||
2803 | 2024.03.11 14:42:03.518282 [ 3 ] {76abc006-a35b-44ce-bd2e-836a5309d2b8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2804 | 2024.03.11 14:42:03.518927 [ 3 ] {76abc006-a35b-44ce-bd2e-836a5309d2b8} <Trace> oximeter.fields_string (6a098439-de07-471e-80b6-bdb8a57beb92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2805 | 2024.03.11 14:42:03.518973 [ 3 ] {76abc006-a35b-44ce-bd2e-836a5309d2b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
2806 | 2024.03.11 14:42:03.519217 [ 186 ] {6b5cb674-03e1-439e-829c-27b13be59f30::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 275 rows, containing 4 columns (4 merged, 0 gathered) in 0.002665015 sec., 103188.91263276192 rows/sec., 8.17 MiB/sec. | ||
2807 | 2024.03.11 14:42:03.519491 [ 186 ] {6b5cb674-03e1-439e-829c-27b13be59f30::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
2808 | 2024.03.11 14:42:03.519547 [ 3 ] {76abc006-a35b-44ce-bd2e-836a5309d2b8} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
2809 | 2024.03.11 14:42:03.520324 [ 3 ] {76abc006-a35b-44ce-bd2e-836a5309d2b8} <Trace> oximeter.fields_string (6a098439-de07-471e-80b6-bdb8a57beb92): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2810 | 2024.03.11 14:42:03.520412 [ 186 ] {6b5cb674-03e1-439e-829c-27b13be59f30::all_1_15_3} <Trace> oximeter.fields_i64 (6b5cb674-03e1-439e-829c-27b13be59f30): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2811 | 2024.03.11 14:42:03.520649 [ 186 ] {6b5cb674-03e1-439e-829c-27b13be59f30::all_1_15_3} <Trace> oximeter.fields_i64 (6b5cb674-03e1-439e-829c-27b13be59f30) (MergerMutator): Merged 5 parts: [all_1_11_2, all_15_15_0] -> all_1_15_3 | ||
2812 | 2024.03.11 14:42:03.520652 [ 3 ] {76abc006-a35b-44ce-bd2e-836a5309d2b8} <Debug> executeQuery: Read 165 rows, 16.22 KiB in 0.003295 sec., 50075.87253414264 rows/sec., 4.81 MiB/sec. | ||
2813 | 2024.03.11 14:42:03.520906 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
2814 | 2024.03.11 14:42:03.520984 [ 3 ] {76abc006-a35b-44ce-bd2e-836a5309d2b8} <Debug> DynamicQueryHandler: Done processing query | ||
2815 | 2024.03.11 14:42:03.521014 [ 3 ] {76abc006-a35b-44ce-bd2e-836a5309d2b8} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
2816 | 2024.03.11 14:42:03.521030 [ 3 ] {} <Debug> HTTP-Session: d4a48006-0bbf-47a6-abb4-3d87cce00467 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2817 | 2024.03.11 14:42:03.521157 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 9364, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2818 | 2024.03.11 14:42:03.521206 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2819 | 2024.03.11 14:42:03.521224 [ 3 ] {} <Debug> HTTP-Session: a064ec32-e1e6-4382-afde-a56ef8b69a49 Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
2820 | 2024.03.11 14:42:03.521242 [ 3 ] {} <Debug> HTTP-Session: a064ec32-e1e6-4382-afde-a56ef8b69a49 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2821 | 2024.03.11 14:42:03.521256 [ 3 ] {} <Debug> HTTP-Session: a064ec32-e1e6-4382-afde-a56ef8b69a49 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2822 | 2024.03.11 14:42:03.521290 [ 3 ] {} <Trace> HTTP-Session: a064ec32-e1e6-4382-afde-a56ef8b69a49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2823 | 2024.03.11 14:42:03.521375 [ 3 ] {f955e3f2-a352-4f14-9449-b4852028ddeb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2824 | 2024.03.11 14:42:03.521417 [ 3 ] {f955e3f2-a352-4f14-9449-b4852028ddeb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2825 | 2024.03.11 14:42:03.521558 [ 3 ] {f955e3f2-a352-4f14-9449-b4852028ddeb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2826 | 2024.03.11 14:42:03.521877 [ 3 ] {f955e3f2-a352-4f14-9449-b4852028ddeb} <Trace> oximeter.fields_uuid (3d1f8790-6847-4f06-bce3-6d9b6f4d0836): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2827 | 2024.03.11 14:42:03.521917 [ 3 ] {f955e3f2-a352-4f14-9449-b4852028ddeb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
2828 | 2024.03.11 14:42:03.522231 [ 3 ] {f955e3f2-a352-4f14-9449-b4852028ddeb} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
2829 | 2024.03.11 14:42:03.522548 [ 3 ] {f955e3f2-a352-4f14-9449-b4852028ddeb} <Trace> oximeter.fields_uuid (3d1f8790-6847-4f06-bce3-6d9b6f4d0836): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2830 | 2024.03.11 14:42:03.522691 [ 3 ] {f955e3f2-a352-4f14-9449-b4852028ddeb} <Debug> executeQuery: Read 55 rows, 4.40 KiB in 0.00135 sec., 40740.74074074074 rows/sec., 3.19 MiB/sec. | ||
2831 | 2024.03.11 14:42:03.522876 [ 3 ] {f955e3f2-a352-4f14-9449-b4852028ddeb} <Debug> DynamicQueryHandler: Done processing query | ||
2832 | 2024.03.11 14:42:03.522944 [ 3 ] {f955e3f2-a352-4f14-9449-b4852028ddeb} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
2833 | 2024.03.11 14:42:03.523010 [ 3 ] {} <Debug> HTTP-Session: a064ec32-e1e6-4382-afde-a56ef8b69a49 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2834 | 2024.03.11 14:42:03.523253 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 58832, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2835 | 2024.03.11 14:42:03.523306 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2836 | 2024.03.11 14:42:03.523326 [ 3 ] {} <Debug> HTTP-Session: 18455b43-09d9-47be-93ba-5eb665d52f2a Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
2837 | 2024.03.11 14:42:03.523344 [ 3 ] {} <Debug> HTTP-Session: 18455b43-09d9-47be-93ba-5eb665d52f2a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2838 | 2024.03.11 14:42:03.523358 [ 3 ] {} <Debug> HTTP-Session: 18455b43-09d9-47be-93ba-5eb665d52f2a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2839 | 2024.03.11 14:42:03.523391 [ 3 ] {} <Trace> HTTP-Session: 18455b43-09d9-47be-93ba-5eb665d52f2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2840 | 2024.03.11 14:42:03.523989 [ 3 ] {2dd0e743-1580-40c5-8730-ff013e5ceda2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
2841 | 2024.03.11 14:42:03.524040 [ 3 ] {2dd0e743-1580-40c5-8730-ff013e5ceda2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
2842 | 2024.03.11 14:42:03.524216 [ 3 ] {2dd0e743-1580-40c5-8730-ff013e5ceda2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2843 | 2024.03.11 14:42:03.524964 [ 3 ] {2dd0e743-1580-40c5-8730-ff013e5ceda2} <Trace> oximeter.measurements_histogramf64 (b99726d6-44d2-48b6-acca-e9ba9748d6b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2844 | 2024.03.11 14:42:03.525003 [ 3 ] {2dd0e743-1580-40c5-8730-ff013e5ceda2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
2845 | 2024.03.11 14:42:03.525455 [ 3 ] {2dd0e743-1580-40c5-8730-ff013e5ceda2} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
2846 | 2024.03.11 14:42:03.525801 [ 3 ] {2dd0e743-1580-40c5-8730-ff013e5ceda2} <Trace> oximeter.measurements_histogramf64 (b99726d6-44d2-48b6-acca-e9ba9748d6b9): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2847 | 2024.03.11 14:42:03.525968 [ 3 ] {2dd0e743-1580-40c5-8730-ff013e5ceda2} <Debug> executeQuery: Read 55 rows, 76.00 KiB in 0.002509 sec., 21921.0840972499 rows/sec., 29.58 MiB/sec. | ||
2848 | 2024.03.11 14:42:03.526106 [ 3 ] {2dd0e743-1580-40c5-8730-ff013e5ceda2} <Debug> DynamicQueryHandler: Done processing query | ||
2849 | 2024.03.11 14:42:03.526130 [ 3 ] {2dd0e743-1580-40c5-8730-ff013e5ceda2} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
2850 | 2024.03.11 14:42:03.526146 [ 3 ] {} <Debug> HTTP-Session: 18455b43-09d9-47be-93ba-5eb665d52f2a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2851 | 2024.03.11 14:42:06.159299 [ 149 ] {} <Debug> DNSResolver: Updating DNS cache | ||
2852 | 2024.03.11 14:42:06.159363 [ 149 ] {} <Debug> DNSResolver: Updated DNS cache | ||
2853 | 2024.03.11 14:42:13.513686 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 7933, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2854 | 2024.03.11 14:42:13.513872 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2855 | 2024.03.11 14:42:13.513917 [ 3 ] {} <Debug> HTTP-Session: 09d7bd05-8091-4ac0-8c92-d79f4160da1d Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
2856 | 2024.03.11 14:42:13.513959 [ 3 ] {} <Debug> HTTP-Session: 09d7bd05-8091-4ac0-8c92-d79f4160da1d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2857 | 2024.03.11 14:42:13.513987 [ 3 ] {} <Debug> HTTP-Session: 09d7bd05-8091-4ac0-8c92-d79f4160da1d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2858 | 2024.03.11 14:42:13.514064 [ 3 ] {} <Trace> HTTP-Session: 09d7bd05-8091-4ac0-8c92-d79f4160da1d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2859 | 2024.03.11 14:42:13.514267 [ 3 ] {a3b742cd-c593-4f9d-ae0e-feabca4a3f0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2860 | 2024.03.11 14:42:13.514365 [ 3 ] {a3b742cd-c593-4f9d-ae0e-feabca4a3f0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2861 | 2024.03.11 14:42:13.514674 [ 3 ] {a3b742cd-c593-4f9d-ae0e-feabca4a3f0a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2862 | 2024.03.11 14:42:13.515229 [ 3 ] {a3b742cd-c593-4f9d-ae0e-feabca4a3f0a} <Trace> oximeter.fields_i64 (6b5cb674-03e1-439e-829c-27b13be59f30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2863 | 2024.03.11 14:42:13.515271 [ 3 ] {a3b742cd-c593-4f9d-ae0e-feabca4a3f0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
2864 | 2024.03.11 14:42:13.515644 [ 3 ] {a3b742cd-c593-4f9d-ae0e-feabca4a3f0a} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
2865 | 2024.03.11 14:42:13.515985 [ 3 ] {a3b742cd-c593-4f9d-ae0e-feabca4a3f0a} <Trace> oximeter.fields_i64 (6b5cb674-03e1-439e-829c-27b13be59f30): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2866 | 2024.03.11 14:42:13.516122 [ 3 ] {a3b742cd-c593-4f9d-ae0e-feabca4a3f0a} <Debug> executeQuery: Read 55 rows, 4.46 KiB in 0.001963 sec., 28018.339276617422 rows/sec., 2.22 MiB/sec. | ||
2867 | 2024.03.11 14:42:13.516374 [ 3 ] {a3b742cd-c593-4f9d-ae0e-feabca4a3f0a} <Debug> DynamicQueryHandler: Done processing query | ||
2868 | 2024.03.11 14:42:13.516406 [ 3 ] {a3b742cd-c593-4f9d-ae0e-feabca4a3f0a} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
2869 | 2024.03.11 14:42:13.516423 [ 3 ] {} <Debug> HTTP-Session: 09d7bd05-8091-4ac0-8c92-d79f4160da1d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2870 | 2024.03.11 14:42:13.516597 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 26283, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2871 | 2024.03.11 14:42:13.516646 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2872 | 2024.03.11 14:42:13.516664 [ 3 ] {} <Debug> HTTP-Session: 84af2c38-b83b-4eef-9d34-d538e0ede373 Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
2873 | 2024.03.11 14:42:13.516681 [ 3 ] {} <Debug> HTTP-Session: 84af2c38-b83b-4eef-9d34-d538e0ede373 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2874 | 2024.03.11 14:42:13.516695 [ 3 ] {} <Debug> HTTP-Session: 84af2c38-b83b-4eef-9d34-d538e0ede373 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2875 | 2024.03.11 14:42:13.516726 [ 3 ] {} <Trace> HTTP-Session: 84af2c38-b83b-4eef-9d34-d538e0ede373 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2876 | 2024.03.11 14:42:13.516838 [ 3 ] {3886ca7d-e9f6-4537-a40f-d800976adf60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2877 | 2024.03.11 14:42:13.516881 [ 3 ] {3886ca7d-e9f6-4537-a40f-d800976adf60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2878 | 2024.03.11 14:42:13.517023 [ 3 ] {3886ca7d-e9f6-4537-a40f-d800976adf60} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2879 | 2024.03.11 14:42:13.517458 [ 3 ] {3886ca7d-e9f6-4537-a40f-d800976adf60} <Trace> oximeter.fields_string (6a098439-de07-471e-80b6-bdb8a57beb92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2880 | 2024.03.11 14:42:13.517496 [ 3 ] {3886ca7d-e9f6-4537-a40f-d800976adf60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
2881 | 2024.03.11 14:42:13.517808 [ 3 ] {3886ca7d-e9f6-4537-a40f-d800976adf60} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
2882 | 2024.03.11 14:42:13.518107 [ 3 ] {3886ca7d-e9f6-4537-a40f-d800976adf60} <Trace> oximeter.fields_string (6a098439-de07-471e-80b6-bdb8a57beb92): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2883 | 2024.03.11 14:42:13.518229 [ 144 ] {} <Debug> oximeter.fields_string (6a098439-de07-471e-80b6-bdb8a57beb92) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
2884 | 2024.03.11 14:42:13.518234 [ 3 ] {3886ca7d-e9f6-4537-a40f-d800976adf60} <Debug> executeQuery: Read 165 rows, 16.22 KiB in 0.001459 sec., 113091.15832762166 rows/sec., 10.86 MiB/sec. | ||
2885 | 2024.03.11 14:42:13.518267 [ 144 ] {} <Trace> oximeter.fields_string (6a098439-de07-471e-80b6-bdb8a57beb92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2886 | 2024.03.11 14:42:13.518302 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
2887 | 2024.03.11 14:42:13.518420 [ 3 ] {3886ca7d-e9f6-4537-a40f-d800976adf60} <Debug> DynamicQueryHandler: Done processing query | ||
2888 | 2024.03.11 14:42:13.518471 [ 3 ] {3886ca7d-e9f6-4537-a40f-d800976adf60} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
2889 | 2024.03.11 14:42:13.518497 [ 3 ] {} <Debug> HTTP-Session: 84af2c38-b83b-4eef-9d34-d538e0ede373 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2890 | 2024.03.11 14:42:13.518517 [ 198 ] {6a098439-de07-471e-80b6-bdb8a57beb92::all_1_21_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full | ||
2891 | 2024.03.11 14:42:13.518687 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 9364, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2892 | 2024.03.11 14:42:13.518750 [ 198 ] {6a098439-de07-471e-80b6-bdb8a57beb92::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2893 | 2024.03.11 14:42:13.518779 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2894 | 2024.03.11 14:42:13.518799 [ 198 ] {6a098439-de07-471e-80b6-bdb8a57beb92::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 205 rows starting from the beginning of the part | ||
2895 | 2024.03.11 14:42:13.518816 [ 3 ] {} <Debug> HTTP-Session: e0567710-40f7-422b-9d76-3003abfd74f2 Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
2896 | 2024.03.11 14:42:13.518852 [ 3 ] {} <Debug> HTTP-Session: e0567710-40f7-422b-9d76-3003abfd74f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2897 | 2024.03.11 14:42:13.518878 [ 3 ] {} <Debug> HTTP-Session: e0567710-40f7-422b-9d76-3003abfd74f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2898 | 2024.03.11 14:42:13.518995 [ 3 ] {} <Trace> HTTP-Session: e0567710-40f7-422b-9d76-3003abfd74f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2899 | 2024.03.11 14:42:13.519067 [ 198 ] {6a098439-de07-471e-80b6-bdb8a57beb92::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 165 rows starting from the beginning of the part | ||
2900 | 2024.03.11 14:42:13.519265 [ 3 ] {4e5eddc8-023e-472e-82de-ca3fe170b5fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2901 | 2024.03.11 14:42:13.519300 [ 198 ] {6a098439-de07-471e-80b6-bdb8a57beb92::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 165 rows starting from the beginning of the part | ||
2902 | 2024.03.11 14:42:13.519411 [ 3 ] {4e5eddc8-023e-472e-82de-ca3fe170b5fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2903 | 2024.03.11 14:42:13.519700 [ 198 ] {6a098439-de07-471e-80b6-bdb8a57beb92::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 36 rows starting from the beginning of the part | ||
2904 | 2024.03.11 14:42:13.520052 [ 198 ] {6a098439-de07-471e-80b6-bdb8a57beb92::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 165 rows starting from the beginning of the part | ||
2905 | 2024.03.11 14:42:13.520508 [ 198 ] {6a098439-de07-471e-80b6-bdb8a57beb92::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 165 rows starting from the beginning of the part | ||
2906 | 2024.03.11 14:42:13.520722 [ 3 ] {4e5eddc8-023e-472e-82de-ca3fe170b5fe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2907 | 2024.03.11 14:42:13.521521 [ 3 ] {4e5eddc8-023e-472e-82de-ca3fe170b5fe} <Trace> oximeter.fields_uuid (3d1f8790-6847-4f06-bce3-6d9b6f4d0836): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2908 | 2024.03.11 14:42:13.521586 [ 3 ] {4e5eddc8-023e-472e-82de-ca3fe170b5fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
2909 | 2024.03.11 14:42:13.522347 [ 3 ] {4e5eddc8-023e-472e-82de-ca3fe170b5fe} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
2910 | 2024.03.11 14:42:13.523076 [ 3 ] {4e5eddc8-023e-472e-82de-ca3fe170b5fe} <Trace> oximeter.fields_uuid (3d1f8790-6847-4f06-bce3-6d9b6f4d0836): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2911 | 2024.03.11 14:42:13.523116 [ 186 ] {6a098439-de07-471e-80b6-bdb8a57beb92::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 901 rows, containing 4 columns (4 merged, 0 gathered) in 0.00470667 sec., 191430.4593268702 rows/sec., 18.05 MiB/sec. | ||
2912 | 2024.03.11 14:42:13.523306 [ 144 ] {} <Debug> oximeter.fields_uuid (3d1f8790-6847-4f06-bce3-6d9b6f4d0836) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
2913 | 2024.03.11 14:42:13.523346 [ 3 ] {4e5eddc8-023e-472e-82de-ca3fe170b5fe} <Debug> executeQuery: Read 55 rows, 4.40 KiB in 0.004231 sec., 12999.290947766483 rows/sec., 1.02 MiB/sec. | ||
2914 | 2024.03.11 14:42:13.523363 [ 144 ] {} <Trace> oximeter.fields_uuid (3d1f8790-6847-4f06-bce3-6d9b6f4d0836): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2915 | 2024.03.11 14:42:13.523436 [ 186 ] {6a098439-de07-471e-80b6-bdb8a57beb92::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
2916 | 2024.03.11 14:42:13.523447 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
2917 | 2024.03.11 14:42:13.523741 [ 3 ] {4e5eddc8-023e-472e-82de-ca3fe170b5fe} <Debug> DynamicQueryHandler: Done processing query | ||
2918 | 2024.03.11 14:42:13.523815 [ 3 ] {4e5eddc8-023e-472e-82de-ca3fe170b5fe} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
2919 | 2024.03.11 14:42:13.523858 [ 3 ] {} <Debug> HTTP-Session: e0567710-40f7-422b-9d76-3003abfd74f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2920 | 2024.03.11 14:42:13.523895 [ 192 ] {3d1f8790-6847-4f06-bce3-6d9b6f4d0836::all_1_21_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full | ||
2921 | 2024.03.11 14:42:13.524156 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 58834, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2922 | 2024.03.11 14:42:13.524327 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2923 | 2024.03.11 14:42:13.524406 [ 3 ] {} <Debug> HTTP-Session: 7804d4ae-ed17-49ec-9324-b03617dfd38c Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
2924 | 2024.03.11 14:42:13.524406 [ 192 ] {3d1f8790-6847-4f06-bce3-6d9b6f4d0836::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2925 | 2024.03.11 14:42:13.524469 [ 3 ] {} <Debug> HTTP-Session: 7804d4ae-ed17-49ec-9324-b03617dfd38c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2926 | 2024.03.11 14:42:13.524501 [ 192 ] {3d1f8790-6847-4f06-bce3-6d9b6f4d0836::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 105 rows starting from the beginning of the part | ||
2927 | 2024.03.11 14:42:13.524515 [ 3 ] {} <Debug> HTTP-Session: 7804d4ae-ed17-49ec-9324-b03617dfd38c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2928 | 2024.03.11 14:42:13.524605 [ 3 ] {} <Trace> HTTP-Session: 7804d4ae-ed17-49ec-9324-b03617dfd38c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2929 | 2024.03.11 14:42:13.524865 [ 192 ] {3d1f8790-6847-4f06-bce3-6d9b6f4d0836::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 55 rows starting from the beginning of the part | ||
2930 | 2024.03.11 14:42:13.525118 [ 186 ] {6a098439-de07-471e-80b6-bdb8a57beb92::all_1_21_4} <Trace> oximeter.fields_string (6a098439-de07-471e-80b6-bdb8a57beb92): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2931 | 2024.03.11 14:42:13.525143 [ 192 ] {3d1f8790-6847-4f06-bce3-6d9b6f4d0836::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 55 rows starting from the beginning of the part | ||
2932 | 2024.03.11 14:42:13.525437 [ 192 ] {3d1f8790-6847-4f06-bce3-6d9b6f4d0836::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 24 rows starting from the beginning of the part | ||
2933 | 2024.03.11 14:42:13.525485 [ 3 ] {7a708dba-36cd-4269-a59f-360ade19b0b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
2934 | 2024.03.11 14:42:13.525515 [ 186 ] {6a098439-de07-471e-80b6-bdb8a57beb92::all_1_21_4} <Trace> oximeter.fields_string (6a098439-de07-471e-80b6-bdb8a57beb92) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
2935 | 2024.03.11 14:42:13.525701 [ 3 ] {7a708dba-36cd-4269-a59f-360ade19b0b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
2936 | 2024.03.11 14:42:13.525893 [ 192 ] {3d1f8790-6847-4f06-bce3-6d9b6f4d0836::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 55 rows starting from the beginning of the part | ||
2937 | 2024.03.11 14:42:13.525969 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. | ||
2938 | 2024.03.11 14:42:13.526229 [ 192 ] {3d1f8790-6847-4f06-bce3-6d9b6f4d0836::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 55 rows starting from the beginning of the part | ||
2939 | 2024.03.11 14:42:13.526661 [ 3 ] {7a708dba-36cd-4269-a59f-360ade19b0b8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2940 | 2024.03.11 14:42:13.527757 [ 186 ] {3d1f8790-6847-4f06-bce3-6d9b6f4d0836::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 349 rows, containing 4 columns (4 merged, 0 gathered) in 0.004078609 sec., 85568.38863445846 rows/sec., 6.68 MiB/sec. | ||
2941 | 2024.03.11 14:42:13.527928 [ 3 ] {7a708dba-36cd-4269-a59f-360ade19b0b8} <Trace> oximeter.measurements_histogramf64 (b99726d6-44d2-48b6-acca-e9ba9748d6b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2942 | 2024.03.11 14:42:13.527967 [ 186 ] {3d1f8790-6847-4f06-bce3-6d9b6f4d0836::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
2943 | 2024.03.11 14:42:13.527984 [ 3 ] {7a708dba-36cd-4269-a59f-360ade19b0b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
2944 | 2024.03.11 14:42:13.528786 [ 186 ] {3d1f8790-6847-4f06-bce3-6d9b6f4d0836::all_1_21_4} <Trace> oximeter.fields_uuid (3d1f8790-6847-4f06-bce3-6d9b6f4d0836): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2945 | 2024.03.11 14:42:13.528916 [ 186 ] {3d1f8790-6847-4f06-bce3-6d9b6f4d0836::all_1_21_4} <Trace> oximeter.fields_uuid (3d1f8790-6847-4f06-bce3-6d9b6f4d0836) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
2946 | 2024.03.11 14:42:13.529026 [ 3 ] {7a708dba-36cd-4269-a59f-360ade19b0b8} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
2947 | 2024.03.11 14:42:13.529031 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
2948 | 2024.03.11 14:42:13.529405 [ 3 ] {7a708dba-36cd-4269-a59f-360ade19b0b8} <Trace> oximeter.measurements_histogramf64 (b99726d6-44d2-48b6-acca-e9ba9748d6b9): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2949 | 2024.03.11 14:42:13.529537 [ 144 ] {} <Debug> oximeter.measurements_histogramf64 (b99726d6-44d2-48b6-acca-e9ba9748d6b9) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
2950 | 2024.03.11 14:42:13.529546 [ 3 ] {7a708dba-36cd-4269-a59f-360ade19b0b8} <Debug> executeQuery: Read 55 rows, 76.00 KiB in 0.004722 sec., 11647.606946209235 rows/sec., 15.72 MiB/sec. | ||
2951 | 2024.03.11 14:42:13.529571 [ 144 ] {} <Trace> oximeter.measurements_histogramf64 (b99726d6-44d2-48b6-acca-e9ba9748d6b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2952 | 2024.03.11 14:42:13.529617 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
2953 | 2024.03.11 14:42:13.529734 [ 192 ] {b99726d6-44d2-48b6-acca-e9ba9748d6b9::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 | ||
2954 | 2024.03.11 14:42:13.529740 [ 3 ] {7a708dba-36cd-4269-a59f-360ade19b0b8} <Debug> DynamicQueryHandler: Done processing query | ||
2955 | 2024.03.11 14:42:13.529781 [ 3 ] {7a708dba-36cd-4269-a59f-360ade19b0b8} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
2956 | 2024.03.11 14:42:13.529801 [ 3 ] {} <Debug> HTTP-Session: 7804d4ae-ed17-49ec-9324-b03617dfd38c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2957 | 2024.03.11 14:42:13.529875 [ 192 ] {b99726d6-44d2-48b6-acca-e9ba9748d6b9::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2958 | 2024.03.11 14:42:13.529905 [ 192 ] {b99726d6-44d2-48b6-acca-e9ba9748d6b9::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 437 rows starting from the beginning of the part | ||
2959 | 2024.03.11 14:42:13.529976 [ 192 ] {b99726d6-44d2-48b6-acca-e9ba9748d6b9::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 | ||
2960 | 2024.03.11 14:42:13.530081 [ 192 ] {b99726d6-44d2-48b6-acca-e9ba9748d6b9::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 55 rows starting from the beginning of the part | ||
2961 | 2024.03.11 14:42:13.530297 [ 192 ] {b99726d6-44d2-48b6-acca-e9ba9748d6b9::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 55 rows starting from the beginning of the part | ||
2962 | 2024.03.11 14:42:13.530376 [ 192 ] {b99726d6-44d2-48b6-acca-e9ba9748d6b9::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 55 rows starting from the beginning of the part | ||
2963 | 2024.03.11 14:42:13.530527 [ 192 ] {b99726d6-44d2-48b6-acca-e9ba9748d6b9::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 55 rows starting from the beginning of the part | ||
2964 | 2024.03.11 14:42:13.532641 [ 200 ] {b99726d6-44d2-48b6-acca-e9ba9748d6b9::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 712 rows, containing 6 columns (6 merged, 0 gathered) in 0.002947409 sec., 241568.1026963004 rows/sec., 325.98 MiB/sec. | ||
2965 | 2024.03.11 14:42:13.533044 [ 200 ] {b99726d6-44d2-48b6-acca-e9ba9748d6b9::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
2966 | 2024.03.11 14:42:13.533426 [ 200 ] {b99726d6-44d2-48b6-acca-e9ba9748d6b9::all_1_16_3} <Trace> oximeter.measurements_histogramf64 (b99726d6-44d2-48b6-acca-e9ba9748d6b9): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2967 | 2024.03.11 14:42:13.533496 [ 200 ] {b99726d6-44d2-48b6-acca-e9ba9748d6b9::all_1_16_3} <Trace> oximeter.measurements_histogramf64 (b99726d6-44d2-48b6-acca-e9ba9748d6b9) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
2968 | 2024.03.11 14:42:13.533565 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.95 MiB. | ||
2969 | 2024.03.11 14:42:21.159611 [ 146 ] {} <Debug> DNSResolver: Updating DNS cache | ||
2970 | 2024.03.11 14:42:21.159680 [ 146 ] {} <Debug> DNSResolver: Updated DNS cache | ||
2971 | 2024.03.11 14:42:23.513032 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 7933, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2972 | 2024.03.11 14:42:23.513149 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2973 | 2024.03.11 14:42:23.513175 [ 3 ] {} <Debug> HTTP-Session: 5904a139-4dc5-45af-a769-5011f375b484 Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
2974 | 2024.03.11 14:42:23.513205 [ 3 ] {} <Debug> HTTP-Session: 5904a139-4dc5-45af-a769-5011f375b484 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2975 | 2024.03.11 14:42:23.513223 [ 3 ] {} <Debug> HTTP-Session: 5904a139-4dc5-45af-a769-5011f375b484 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2976 | 2024.03.11 14:42:23.513279 [ 3 ] {} <Trace> HTTP-Session: 5904a139-4dc5-45af-a769-5011f375b484 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2977 | 2024.03.11 14:42:23.513417 [ 3 ] {4a5b0aa6-0b2c-4879-af78-899551d8f429} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2978 | 2024.03.11 14:42:23.513487 [ 3 ] {4a5b0aa6-0b2c-4879-af78-899551d8f429} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2979 | 2024.03.11 14:42:23.513695 [ 3 ] {4a5b0aa6-0b2c-4879-af78-899551d8f429} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2980 | 2024.03.11 14:42:23.514134 [ 3 ] {4a5b0aa6-0b2c-4879-af78-899551d8f429} <Trace> oximeter.fields_i64 (6b5cb674-03e1-439e-829c-27b13be59f30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2981 | 2024.03.11 14:42:23.514181 [ 3 ] {4a5b0aa6-0b2c-4879-af78-899551d8f429} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
2982 | 2024.03.11 14:42:23.514584 [ 3 ] {4a5b0aa6-0b2c-4879-af78-899551d8f429} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
2983 | 2024.03.11 14:42:23.514959 [ 3 ] {4a5b0aa6-0b2c-4879-af78-899551d8f429} <Trace> oximeter.fields_i64 (6b5cb674-03e1-439e-829c-27b13be59f30): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2984 | 2024.03.11 14:42:23.515119 [ 3 ] {4a5b0aa6-0b2c-4879-af78-899551d8f429} <Debug> executeQuery: Read 55 rows, 4.46 KiB in 0.001767 sec., 31126.2026032824 rows/sec., 2.46 MiB/sec. | ||
2985 | 2024.03.11 14:42:23.515343 [ 3 ] {4a5b0aa6-0b2c-4879-af78-899551d8f429} <Debug> DynamicQueryHandler: Done processing query | ||
2986 | 2024.03.11 14:42:23.515384 [ 3 ] {4a5b0aa6-0b2c-4879-af78-899551d8f429} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
2987 | 2024.03.11 14:42:23.515402 [ 3 ] {} <Debug> HTTP-Session: 5904a139-4dc5-45af-a769-5011f375b484 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2988 | 2024.03.11 14:42:23.515528 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 680, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2989 | 2024.03.11 14:42:23.515578 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2990 | 2024.03.11 14:42:23.515598 [ 3 ] {} <Debug> HTTP-Session: fdfde81e-ebe0-4b8c-9af0-0e93dd9b8b27 Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
2991 | 2024.03.11 14:42:23.515614 [ 3 ] {} <Debug> HTTP-Session: fdfde81e-ebe0-4b8c-9af0-0e93dd9b8b27 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2992 | 2024.03.11 14:42:23.515628 [ 3 ] {} <Debug> HTTP-Session: fdfde81e-ebe0-4b8c-9af0-0e93dd9b8b27 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2993 | 2024.03.11 14:42:23.515659 [ 3 ] {} <Trace> HTTP-Session: fdfde81e-ebe0-4b8c-9af0-0e93dd9b8b27 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2994 | 2024.03.11 14:42:23.515725 [ 3 ] {81b418d2-13a3-4f5e-a1b5-33ca7c4f7d00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
2995 | 2024.03.11 14:42:23.515767 [ 3 ] {81b418d2-13a3-4f5e-a1b5-33ca7c4f7d00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
2996 | 2024.03.11 14:42:23.515912 [ 3 ] {81b418d2-13a3-4f5e-a1b5-33ca7c4f7d00} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2997 | 2024.03.11 14:42:23.516199 [ 3 ] {81b418d2-13a3-4f5e-a1b5-33ca7c4f7d00} <Trace> oximeter.fields_ipaddr (334e9a02-ace0-41a3-88ff-f52311cf0408): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2998 | 2024.03.11 14:42:23.516238 [ 3 ] {81b418d2-13a3-4f5e-a1b5-33ca7c4f7d00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
2999 | 2024.03.11 14:42:23.516533 [ 3 ] {81b418d2-13a3-4f5e-a1b5-33ca7c4f7d00} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
3000 | 2024.03.11 14:42:23.516850 [ 3 ] {81b418d2-13a3-4f5e-a1b5-33ca7c4f7d00} <Trace> oximeter.fields_ipaddr (334e9a02-ace0-41a3-88ff-f52311cf0408): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3001 | 2024.03.11 14:42:23.517000 [ 3 ] {81b418d2-13a3-4f5e-a1b5-33ca7c4f7d00} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001294 sec., 3091.190108191654 rows/sec., 252.06 KiB/sec. | ||
3002 | 2024.03.11 14:42:23.517127 [ 3 ] {81b418d2-13a3-4f5e-a1b5-33ca7c4f7d00} <Debug> DynamicQueryHandler: Done processing query | ||
3003 | 2024.03.11 14:42:23.517152 [ 3 ] {81b418d2-13a3-4f5e-a1b5-33ca7c4f7d00} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
3004 | 2024.03.11 14:42:23.517168 [ 3 ] {} <Debug> HTTP-Session: fdfde81e-ebe0-4b8c-9af0-0e93dd9b8b27 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3005 | 2024.03.11 14:42:23.517337 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 26583, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3006 | 2024.03.11 14:42:23.517385 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3007 | 2024.03.11 14:42:23.517403 [ 3 ] {} <Debug> HTTP-Session: 53a422e1-80e6-40bb-a1b0-7099b0feba08 Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
3008 | 2024.03.11 14:42:23.517420 [ 3 ] {} <Debug> HTTP-Session: 53a422e1-80e6-40bb-a1b0-7099b0feba08 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3009 | 2024.03.11 14:42:23.517434 [ 3 ] {} <Debug> HTTP-Session: 53a422e1-80e6-40bb-a1b0-7099b0feba08 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3010 | 2024.03.11 14:42:23.517463 [ 3 ] {} <Trace> HTTP-Session: 53a422e1-80e6-40bb-a1b0-7099b0feba08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3011 | 2024.03.11 14:42:23.517570 [ 3 ] {0b7b547e-91f2-42fd-9aec-946bf281b877} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3012 | 2024.03.11 14:42:23.517608 [ 3 ] {0b7b547e-91f2-42fd-9aec-946bf281b877} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3013 | 2024.03.11 14:42:23.517731 [ 3 ] {0b7b547e-91f2-42fd-9aec-946bf281b877} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3014 | 2024.03.11 14:42:23.518128 [ 3 ] {0b7b547e-91f2-42fd-9aec-946bf281b877} <Trace> oximeter.fields_string (6a098439-de07-471e-80b6-bdb8a57beb92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3015 | 2024.03.11 14:42:23.518167 [ 3 ] {0b7b547e-91f2-42fd-9aec-946bf281b877} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
3016 | 2024.03.11 14:42:23.518493 [ 3 ] {0b7b547e-91f2-42fd-9aec-946bf281b877} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
3017 | 2024.03.11 14:42:23.518804 [ 3 ] {0b7b547e-91f2-42fd-9aec-946bf281b877} <Trace> oximeter.fields_string (6a098439-de07-471e-80b6-bdb8a57beb92): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3018 | 2024.03.11 14:42:23.518947 [ 3 ] {0b7b547e-91f2-42fd-9aec-946bf281b877} <Debug> executeQuery: Read 167 rows, 16.40 KiB in 0.001433 sec., 116538.7299371947 rows/sec., 11.17 MiB/sec. | ||
3019 | 2024.03.11 14:42:23.519066 [ 3 ] {0b7b547e-91f2-42fd-9aec-946bf281b877} <Debug> DynamicQueryHandler: Done processing query | ||
3020 | 2024.03.11 14:42:23.519090 [ 3 ] {0b7b547e-91f2-42fd-9aec-946bf281b877} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
3021 | 2024.03.11 14:42:23.519105 [ 3 ] {} <Debug> HTTP-Session: 53a422e1-80e6-40bb-a1b0-7099b0feba08 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3022 | 2024.03.11 14:42:23.519219 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 613, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3023 | 2024.03.11 14:42:23.519267 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3024 | 2024.03.11 14:42:23.519285 [ 3 ] {} <Debug> HTTP-Session: 4994e3ac-0635-45ab-bcc2-912bd17676bb Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
3025 | 2024.03.11 14:42:23.519301 [ 3 ] {} <Debug> HTTP-Session: 4994e3ac-0635-45ab-bcc2-912bd17676bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3026 | 2024.03.11 14:42:23.519315 [ 3 ] {} <Debug> HTTP-Session: 4994e3ac-0635-45ab-bcc2-912bd17676bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3027 | 2024.03.11 14:42:23.519344 [ 3 ] {} <Trace> HTTP-Session: 4994e3ac-0635-45ab-bcc2-912bd17676bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3028 | 2024.03.11 14:42:23.519407 [ 3 ] {524012fa-97e4-4257-808f-d2ec6bc8a740} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
3029 | 2024.03.11 14:42:23.519446 [ 3 ] {524012fa-97e4-4257-808f-d2ec6bc8a740} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3030 | 2024.03.11 14:42:23.519569 [ 3 ] {524012fa-97e4-4257-808f-d2ec6bc8a740} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3031 | 2024.03.11 14:42:23.519928 [ 3 ] {524012fa-97e4-4257-808f-d2ec6bc8a740} <Trace> oximeter.fields_u16 (6b7af958-2474-4c0b-b5ad-97e1406ef2f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3032 | 2024.03.11 14:42:23.519969 [ 3 ] {524012fa-97e4-4257-808f-d2ec6bc8a740} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
3033 | 2024.03.11 14:42:23.520284 [ 3 ] {524012fa-97e4-4257-808f-d2ec6bc8a740} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
3034 | 2024.03.11 14:42:23.520610 [ 3 ] {524012fa-97e4-4257-808f-d2ec6bc8a740} <Trace> oximeter.fields_u16 (6b7af958-2474-4c0b-b5ad-97e1406ef2f2): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3035 | 2024.03.11 14:42:23.520756 [ 3 ] {524012fa-97e4-4257-808f-d2ec6bc8a740} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001365 sec., 2930.4029304029305 rows/sec., 204.61 KiB/sec. | ||
3036 | 2024.03.11 14:42:23.520909 [ 3 ] {524012fa-97e4-4257-808f-d2ec6bc8a740} <Debug> DynamicQueryHandler: Done processing query | ||
3037 | 2024.03.11 14:42:23.520936 [ 3 ] {524012fa-97e4-4257-808f-d2ec6bc8a740} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
3038 | 2024.03.11 14:42:23.520951 [ 3 ] {} <Debug> HTTP-Session: 4994e3ac-0635-45ab-bcc2-912bd17676bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3039 | 2024.03.11 14:42:23.521077 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 10050, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3040 | 2024.03.11 14:42:23.521124 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3041 | 2024.03.11 14:42:23.521142 [ 3 ] {} <Debug> HTTP-Session: 8c287e6e-57ea-4c62-83c0-e9f2f2868c8b Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
3042 | 2024.03.11 14:42:23.521161 [ 3 ] {} <Debug> HTTP-Session: 8c287e6e-57ea-4c62-83c0-e9f2f2868c8b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3043 | 2024.03.11 14:42:23.521177 [ 3 ] {} <Debug> HTTP-Session: 8c287e6e-57ea-4c62-83c0-e9f2f2868c8b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3044 | 2024.03.11 14:42:23.521208 [ 3 ] {} <Trace> HTTP-Session: 8c287e6e-57ea-4c62-83c0-e9f2f2868c8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3045 | 2024.03.11 14:42:23.521285 [ 3 ] {aa62f14c-0ff5-42ad-a7d7-7a6b9601b848} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3046 | 2024.03.11 14:42:23.521324 [ 3 ] {aa62f14c-0ff5-42ad-a7d7-7a6b9601b848} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3047 | 2024.03.11 14:42:23.521479 [ 3 ] {aa62f14c-0ff5-42ad-a7d7-7a6b9601b848} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3048 | 2024.03.11 14:42:23.521847 [ 3 ] {aa62f14c-0ff5-42ad-a7d7-7a6b9601b848} <Trace> oximeter.fields_uuid (3d1f8790-6847-4f06-bce3-6d9b6f4d0836): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3049 | 2024.03.11 14:42:23.521886 [ 3 ] {aa62f14c-0ff5-42ad-a7d7-7a6b9601b848} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
3050 | 2024.03.11 14:42:23.522188 [ 3 ] {aa62f14c-0ff5-42ad-a7d7-7a6b9601b848} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
3051 | 2024.03.11 14:42:23.522587 [ 3 ] {aa62f14c-0ff5-42ad-a7d7-7a6b9601b848} <Trace> oximeter.fields_uuid (3d1f8790-6847-4f06-bce3-6d9b6f4d0836): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3052 | 2024.03.11 14:42:23.522747 [ 3 ] {aa62f14c-0ff5-42ad-a7d7-7a6b9601b848} <Debug> executeQuery: Read 59 rows, 4.73 KiB in 0.001488 sec., 39650.5376344086 rows/sec., 3.10 MiB/sec. | ||
3053 | 2024.03.11 14:42:23.522876 [ 3 ] {aa62f14c-0ff5-42ad-a7d7-7a6b9601b848} <Debug> DynamicQueryHandler: Done processing query | ||
3054 | 2024.03.11 14:42:23.522901 [ 3 ] {aa62f14c-0ff5-42ad-a7d7-7a6b9601b848} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
3055 | 2024.03.11 14:42:23.522916 [ 3 ] {} <Debug> HTTP-Session: 8c287e6e-57ea-4c62-83c0-e9f2f2868c8b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3056 | 2024.03.11 14:42:23.523033 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 449, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3057 | 2024.03.11 14:42:23.523082 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3058 | 2024.03.11 14:42:23.523100 [ 3 ] {} <Debug> HTTP-Session: 8f575927-ba4d-4e5e-93c7-fb5fe0ea728e Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
3059 | 2024.03.11 14:42:23.523117 [ 3 ] {} <Debug> HTTP-Session: 8f575927-ba4d-4e5e-93c7-fb5fe0ea728e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3060 | 2024.03.11 14:42:23.523130 [ 3 ] {} <Debug> HTTP-Session: 8f575927-ba4d-4e5e-93c7-fb5fe0ea728e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3061 | 2024.03.11 14:42:23.523160 [ 3 ] {} <Trace> HTTP-Session: 8f575927-ba4d-4e5e-93c7-fb5fe0ea728e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3062 | 2024.03.11 14:42:23.523227 [ 3 ] {6abaf19d-f812-493f-b879-08a110418459} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3063 | 2024.03.11 14:42:23.523279 [ 3 ] {6abaf19d-f812-493f-b879-08a110418459} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3064 | 2024.03.11 14:42:23.523426 [ 3 ] {6abaf19d-f812-493f-b879-08a110418459} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3065 | 2024.03.11 14:42:23.523711 [ 3 ] {6abaf19d-f812-493f-b879-08a110418459} <Trace> oximeter.measurements_cumulativeu64 (c67eb49b-f01a-4894-b3b8-a06655ac82c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3066 | 2024.03.11 14:42:23.523748 [ 3 ] {6abaf19d-f812-493f-b879-08a110418459} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
3067 | 2024.03.11 14:42:23.524108 [ 3 ] {6abaf19d-f812-493f-b879-08a110418459} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
3068 | 2024.03.11 14:42:23.524445 [ 3 ] {6abaf19d-f812-493f-b879-08a110418459} <Trace> oximeter.measurements_cumulativeu64 (c67eb49b-f01a-4894-b3b8-a06655ac82c2): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3069 | 2024.03.11 14:42:23.524606 [ 3 ] {6abaf19d-f812-493f-b879-08a110418459} <Debug> executeQuery: Read 2 rows, 144.00 B in 0.001403 sec., 1425.5167498218104 rows/sec., 100.23 KiB/sec. | ||
3070 | 2024.03.11 14:42:23.524769 [ 3 ] {6abaf19d-f812-493f-b879-08a110418459} <Debug> DynamicQueryHandler: Done processing query | ||
3071 | 2024.03.11 14:42:23.524792 [ 3 ] {6abaf19d-f812-493f-b879-08a110418459} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
3072 | 2024.03.11 14:42:23.524808 [ 3 ] {} <Debug> HTTP-Session: 8f575927-ba4d-4e5e-93c7-fb5fe0ea728e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3073 | 2024.03.11 14:42:23.524954 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 58834, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3074 | 2024.03.11 14:42:23.525002 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3075 | 2024.03.11 14:42:23.525020 [ 3 ] {} <Debug> HTTP-Session: fc8837c1-7e71-47cd-8635-dc08d7be8c39 Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
3076 | 2024.03.11 14:42:23.525038 [ 3 ] {} <Debug> HTTP-Session: fc8837c1-7e71-47cd-8635-dc08d7be8c39 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3077 | 2024.03.11 14:42:23.525052 [ 3 ] {} <Debug> HTTP-Session: fc8837c1-7e71-47cd-8635-dc08d7be8c39 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3078 | 2024.03.11 14:42:23.525082 [ 3 ] {} <Trace> HTTP-Session: fc8837c1-7e71-47cd-8635-dc08d7be8c39 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3079 | 2024.03.11 14:42:23.525628 [ 3 ] {67ea08dc-fb14-4d63-aebd-220f1edd6c01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3080 | 2024.03.11 14:42:23.525674 [ 3 ] {67ea08dc-fb14-4d63-aebd-220f1edd6c01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
3081 | 2024.03.11 14:42:23.525829 [ 3 ] {67ea08dc-fb14-4d63-aebd-220f1edd6c01} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3082 | 2024.03.11 14:42:23.526417 [ 3 ] {67ea08dc-fb14-4d63-aebd-220f1edd6c01} <Trace> oximeter.measurements_histogramf64 (b99726d6-44d2-48b6-acca-e9ba9748d6b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3083 | 2024.03.11 14:42:23.526453 [ 3 ] {67ea08dc-fb14-4d63-aebd-220f1edd6c01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
3084 | 2024.03.11 14:42:23.526875 [ 3 ] {67ea08dc-fb14-4d63-aebd-220f1edd6c01} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
3085 | 2024.03.11 14:42:23.527207 [ 3 ] {67ea08dc-fb14-4d63-aebd-220f1edd6c01} <Trace> oximeter.measurements_histogramf64 (b99726d6-44d2-48b6-acca-e9ba9748d6b9): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3086 | 2024.03.11 14:42:23.527361 [ 3 ] {67ea08dc-fb14-4d63-aebd-220f1edd6c01} <Debug> executeQuery: Read 55 rows, 76.00 KiB in 0.002215 sec., 24830.699774266366 rows/sec., 33.51 MiB/sec. | ||
3087 | 2024.03.11 14:42:23.527536 [ 3 ] {67ea08dc-fb14-4d63-aebd-220f1edd6c01} <Debug> DynamicQueryHandler: Done processing query | ||
3088 | 2024.03.11 14:42:23.527559 [ 3 ] {67ea08dc-fb14-4d63-aebd-220f1edd6c01} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
3089 | 2024.03.11 14:42:23.527574 [ 3 ] {} <Debug> HTTP-Session: fc8837c1-7e71-47cd-8635-dc08d7be8c39 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3090 | 2024.03.11 14:42:28.511696 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3091 | 2024.03.11 14:42:28.511816 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3092 | 2024.03.11 14:42:28.511842 [ 3 ] {} <Debug> HTTP-Session: f995ef7e-e850-464a-be32-ffa5d735ff3b Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
3093 | 2024.03.11 14:42:28.511870 [ 3 ] {} <Debug> HTTP-Session: f995ef7e-e850-464a-be32-ffa5d735ff3b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3094 | 2024.03.11 14:42:28.511888 [ 3 ] {} <Debug> HTTP-Session: f995ef7e-e850-464a-be32-ffa5d735ff3b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3095 | 2024.03.11 14:42:28.511942 [ 3 ] {} <Trace> HTTP-Session: f995ef7e-e850-464a-be32-ffa5d735ff3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3096 | 2024.03.11 14:42:28.512062 [ 3 ] {8bb541dc-b5c7-47f5-87c7-fefb6fbf5446} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
3097 | 2024.03.11 14:42:28.512132 [ 3 ] {8bb541dc-b5c7-47f5-87c7-fefb6fbf5446} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
3098 | 2024.03.11 14:42:28.512342 [ 3 ] {8bb541dc-b5c7-47f5-87c7-fefb6fbf5446} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3099 | 2024.03.11 14:42:28.512813 [ 3 ] {8bb541dc-b5c7-47f5-87c7-fefb6fbf5446} <Trace> oximeter.fields_ipaddr (334e9a02-ace0-41a3-88ff-f52311cf0408): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3100 | 2024.03.11 14:42:28.512864 [ 3 ] {8bb541dc-b5c7-47f5-87c7-fefb6fbf5446} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
3101 | 2024.03.11 14:42:28.513228 [ 3 ] {8bb541dc-b5c7-47f5-87c7-fefb6fbf5446} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
3102 | 2024.03.11 14:42:28.513554 [ 3 ] {8bb541dc-b5c7-47f5-87c7-fefb6fbf5446} <Trace> oximeter.fields_ipaddr (334e9a02-ace0-41a3-88ff-f52311cf0408): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3103 | 2024.03.11 14:42:28.513690 [ 3 ] {8bb541dc-b5c7-47f5-87c7-fefb6fbf5446} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001684 sec., 1187.6484560570073 rows/sec., 96.84 KiB/sec. | ||
3104 | 2024.03.11 14:42:28.513831 [ 3 ] {8bb541dc-b5c7-47f5-87c7-fefb6fbf5446} <Debug> DynamicQueryHandler: Done processing query | ||
3105 | 2024.03.11 14:42:28.513857 [ 3 ] {8bb541dc-b5c7-47f5-87c7-fefb6fbf5446} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
3106 | 2024.03.11 14:42:28.513872 [ 3 ] {} <Debug> HTTP-Session: f995ef7e-e850-464a-be32-ffa5d735ff3b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3107 | 2024.03.11 14:42:28.514001 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 5139, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3108 | 2024.03.11 14:42:28.514050 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3109 | 2024.03.11 14:42:28.514068 [ 3 ] {} <Debug> HTTP-Session: 2f03d73f-05ec-458c-bc67-299611b49701 Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
3110 | 2024.03.11 14:42:28.514085 [ 3 ] {} <Debug> HTTP-Session: 2f03d73f-05ec-458c-bc67-299611b49701 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3111 | 2024.03.11 14:42:28.514099 [ 3 ] {} <Debug> HTTP-Session: 2f03d73f-05ec-458c-bc67-299611b49701 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3112 | 2024.03.11 14:42:28.514129 [ 3 ] {} <Trace> HTTP-Session: 2f03d73f-05ec-458c-bc67-299611b49701 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3113 | 2024.03.11 14:42:28.514203 [ 3 ] {ecb46328-048c-4713-a555-8167ce00bcf4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3114 | 2024.03.11 14:42:28.514242 [ 3 ] {ecb46328-048c-4713-a555-8167ce00bcf4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3115 | 2024.03.11 14:42:28.514366 [ 3 ] {ecb46328-048c-4713-a555-8167ce00bcf4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3116 | 2024.03.11 14:42:28.514693 [ 3 ] {ecb46328-048c-4713-a555-8167ce00bcf4} <Trace> oximeter.fields_string (6a098439-de07-471e-80b6-bdb8a57beb92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3117 | 2024.03.11 14:42:28.514729 [ 3 ] {ecb46328-048c-4713-a555-8167ce00bcf4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
3118 | 2024.03.11 14:42:28.515026 [ 3 ] {ecb46328-048c-4713-a555-8167ce00bcf4} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
3119 | 2024.03.11 14:42:28.515355 [ 3 ] {ecb46328-048c-4713-a555-8167ce00bcf4} <Trace> oximeter.fields_string (6a098439-de07-471e-80b6-bdb8a57beb92): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3120 | 2024.03.11 14:42:28.515482 [ 3 ] {ecb46328-048c-4713-a555-8167ce00bcf4} <Debug> executeQuery: Read 37 rows, 2.85 KiB in 0.001313 sec., 28179.74105102818 rows/sec., 2.12 MiB/sec. | ||
3121 | 2024.03.11 14:42:28.515705 [ 3 ] {ecb46328-048c-4713-a555-8167ce00bcf4} <Debug> DynamicQueryHandler: Done processing query | ||
3122 | 2024.03.11 14:42:28.515756 [ 3 ] {ecb46328-048c-4713-a555-8167ce00bcf4} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
3123 | 2024.03.11 14:42:28.515794 [ 3 ] {} <Debug> HTTP-Session: 2f03d73f-05ec-458c-bc67-299611b49701 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3124 | 2024.03.11 14:42:28.515912 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3125 | 2024.03.11 14:42:28.515961 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3126 | 2024.03.11 14:42:28.515979 [ 3 ] {} <Debug> HTTP-Session: 6a5bea70-9602-4a24-a27d-2ec6aeeaf30a Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
3127 | 2024.03.11 14:42:28.515996 [ 3 ] {} <Debug> HTTP-Session: 6a5bea70-9602-4a24-a27d-2ec6aeeaf30a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3128 | 2024.03.11 14:42:28.516009 [ 3 ] {} <Debug> HTTP-Session: 6a5bea70-9602-4a24-a27d-2ec6aeeaf30a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3129 | 2024.03.11 14:42:28.516039 [ 3 ] {} <Trace> HTTP-Session: 6a5bea70-9602-4a24-a27d-2ec6aeeaf30a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3130 | 2024.03.11 14:42:28.516103 [ 3 ] {2dbd4d2c-60e1-4f4d-986f-396edc5ea8ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
3131 | 2024.03.11 14:42:28.516143 [ 3 ] {2dbd4d2c-60e1-4f4d-986f-396edc5ea8ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3132 | 2024.03.11 14:42:28.516287 [ 3 ] {2dbd4d2c-60e1-4f4d-986f-396edc5ea8ba} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3133 | 2024.03.11 14:42:28.516568 [ 3 ] {2dbd4d2c-60e1-4f4d-986f-396edc5ea8ba} <Trace> oximeter.fields_u16 (6b7af958-2474-4c0b-b5ad-97e1406ef2f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3134 | 2024.03.11 14:42:28.516604 [ 3 ] {2dbd4d2c-60e1-4f4d-986f-396edc5ea8ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
3135 | 2024.03.11 14:42:28.516895 [ 3 ] {2dbd4d2c-60e1-4f4d-986f-396edc5ea8ba} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
3136 | 2024.03.11 14:42:28.517194 [ 3 ] {2dbd4d2c-60e1-4f4d-986f-396edc5ea8ba} <Trace> oximeter.fields_u16 (6b7af958-2474-4c0b-b5ad-97e1406ef2f2): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3137 | 2024.03.11 14:42:28.517316 [ 3 ] {2dbd4d2c-60e1-4f4d-986f-396edc5ea8ba} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001238 sec., 1615.5088852988692 rows/sec., 112.80 KiB/sec. | ||
3138 | 2024.03.11 14:42:28.517522 [ 3 ] {2dbd4d2c-60e1-4f4d-986f-396edc5ea8ba} <Debug> DynamicQueryHandler: Done processing query | ||
3139 | 2024.03.11 14:42:28.517552 [ 3 ] {2dbd4d2c-60e1-4f4d-986f-396edc5ea8ba} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
3140 | 2024.03.11 14:42:28.517568 [ 3 ] {} <Debug> HTTP-Session: 6a5bea70-9602-4a24-a27d-2ec6aeeaf30a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3141 | 2024.03.11 14:42:28.517682 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 4437, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3142 | 2024.03.11 14:42:28.517730 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3143 | 2024.03.11 14:42:28.517748 [ 3 ] {} <Debug> HTTP-Session: 2dd9abb0-ec8c-4820-a3a6-d541a7def053 Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
3144 | 2024.03.11 14:42:28.517764 [ 3 ] {} <Debug> HTTP-Session: 2dd9abb0-ec8c-4820-a3a6-d541a7def053 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3145 | 2024.03.11 14:42:28.517778 [ 3 ] {} <Debug> HTTP-Session: 2dd9abb0-ec8c-4820-a3a6-d541a7def053 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3146 | 2024.03.11 14:42:28.517807 [ 3 ] {} <Trace> HTTP-Session: 2dd9abb0-ec8c-4820-a3a6-d541a7def053 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3147 | 2024.03.11 14:42:28.517879 [ 3 ] {205e30ba-c8a2-4547-abf4-2d1c8a850c5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3148 | 2024.03.11 14:42:28.517919 [ 3 ] {205e30ba-c8a2-4547-abf4-2d1c8a850c5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3149 | 2024.03.11 14:42:28.518057 [ 3 ] {205e30ba-c8a2-4547-abf4-2d1c8a850c5a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3150 | 2024.03.11 14:42:28.518368 [ 3 ] {205e30ba-c8a2-4547-abf4-2d1c8a850c5a} <Trace> oximeter.fields_uuid (3d1f8790-6847-4f06-bce3-6d9b6f4d0836): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3151 | 2024.03.11 14:42:28.518404 [ 3 ] {205e30ba-c8a2-4547-abf4-2d1c8a850c5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
3152 | 2024.03.11 14:42:28.518702 [ 3 ] {205e30ba-c8a2-4547-abf4-2d1c8a850c5a} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
3153 | 2024.03.11 14:42:28.519001 [ 3 ] {205e30ba-c8a2-4547-abf4-2d1c8a850c5a} <Trace> oximeter.fields_uuid (3d1f8790-6847-4f06-bce3-6d9b6f4d0836): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3154 | 2024.03.11 14:42:28.519119 [ 3 ] {205e30ba-c8a2-4547-abf4-2d1c8a850c5a} <Debug> executeQuery: Read 26 rows, 2.06 KiB in 0.001269 sec., 20488.573680063044 rows/sec., 1.59 MiB/sec. | ||
3155 | 2024.03.11 14:42:28.519224 [ 3 ] {205e30ba-c8a2-4547-abf4-2d1c8a850c5a} <Debug> DynamicQueryHandler: Done processing query | ||
3156 | 2024.03.11 14:42:28.519247 [ 3 ] {205e30ba-c8a2-4547-abf4-2d1c8a850c5a} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
3157 | 2024.03.11 14:42:28.519263 [ 3 ] {} <Debug> HTTP-Session: 2dd9abb0-ec8c-4820-a3a6-d541a7def053 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3158 | 2024.03.11 14:42:28.519376 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 7223, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3159 | 2024.03.11 14:42:28.519420 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3160 | 2024.03.11 14:42:28.519438 [ 3 ] {} <Debug> HTTP-Session: 5f29bd62-a592-4ea3-bd40-41afa9711031 Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
3161 | 2024.03.11 14:42:28.519456 [ 3 ] {} <Debug> HTTP-Session: 5f29bd62-a592-4ea3-bd40-41afa9711031 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3162 | 2024.03.11 14:42:28.519469 [ 3 ] {} <Debug> HTTP-Session: 5f29bd62-a592-4ea3-bd40-41afa9711031 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3163 | 2024.03.11 14:42:28.519498 [ 3 ] {} <Trace> HTTP-Session: 5f29bd62-a592-4ea3-bd40-41afa9711031 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3164 | 2024.03.11 14:42:28.519572 [ 3 ] {4793813f-72ba-46dd-99b4-019825c3e00d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3165 | 2024.03.11 14:42:28.519614 [ 3 ] {4793813f-72ba-46dd-99b4-019825c3e00d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3166 | 2024.03.11 14:42:28.519751 [ 3 ] {4793813f-72ba-46dd-99b4-019825c3e00d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3167 | 2024.03.11 14:42:28.520039 [ 3 ] {4793813f-72ba-46dd-99b4-019825c3e00d} <Trace> oximeter.measurements_cumulativeu64 (c67eb49b-f01a-4894-b3b8-a06655ac82c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3168 | 2024.03.11 14:42:28.520074 [ 3 ] {4793813f-72ba-46dd-99b4-019825c3e00d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
3169 | 2024.03.11 14:42:28.520437 [ 3 ] {4793813f-72ba-46dd-99b4-019825c3e00d} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
3170 | 2024.03.11 14:42:28.520760 [ 3 ] {4793813f-72ba-46dd-99b4-019825c3e00d} <Trace> oximeter.measurements_cumulativeu64 (c67eb49b-f01a-4894-b3b8-a06655ac82c2): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3171 | 2024.03.11 14:42:28.520879 [ 3 ] {4793813f-72ba-46dd-99b4-019825c3e00d} <Debug> executeQuery: Read 37 rows, 2.67 KiB in 0.00134 sec., 27611.940298507463 rows/sec., 1.95 MiB/sec. | ||
3172 | 2024.03.11 14:42:28.520986 [ 3 ] {4793813f-72ba-46dd-99b4-019825c3e00d} <Debug> DynamicQueryHandler: Done processing query | ||
3173 | 2024.03.11 14:42:28.521010 [ 3 ] {4793813f-72ba-46dd-99b4-019825c3e00d} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
3174 | 2024.03.11 14:42:28.521026 [ 3 ] {} <Debug> HTTP-Session: 5f29bd62-a592-4ea3-bd40-41afa9711031 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3175 | 2024.03.11 14:42:33.513274 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 7933, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3176 | 2024.03.11 14:42:33.513480 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3177 | 2024.03.11 14:42:33.513534 [ 3 ] {} <Debug> HTTP-Session: aebc2f72-e8f7-4ca6-a4ca-9abb09e0df15 Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
3178 | 2024.03.11 14:42:33.513578 [ 3 ] {} <Debug> HTTP-Session: aebc2f72-e8f7-4ca6-a4ca-9abb09e0df15 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3179 | 2024.03.11 14:42:33.513606 [ 3 ] {} <Debug> HTTP-Session: aebc2f72-e8f7-4ca6-a4ca-9abb09e0df15 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3180 | 2024.03.11 14:42:33.513683 [ 3 ] {} <Trace> HTTP-Session: aebc2f72-e8f7-4ca6-a4ca-9abb09e0df15 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3181 | 2024.03.11 14:42:33.513884 [ 3 ] {f3a7a6de-0561-4a40-a10b-3ac16c0f0888} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3182 | 2024.03.11 14:42:33.513945 [ 3 ] {f3a7a6de-0561-4a40-a10b-3ac16c0f0888} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3183 | 2024.03.11 14:42:33.514134 [ 3 ] {f3a7a6de-0561-4a40-a10b-3ac16c0f0888} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3184 | 2024.03.11 14:42:33.514520 [ 3 ] {f3a7a6de-0561-4a40-a10b-3ac16c0f0888} <Trace> oximeter.fields_i64 (6b5cb674-03e1-439e-829c-27b13be59f30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3185 | 2024.03.11 14:42:33.514560 [ 3 ] {f3a7a6de-0561-4a40-a10b-3ac16c0f0888} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
3186 | 2024.03.11 14:42:33.514947 [ 3 ] {f3a7a6de-0561-4a40-a10b-3ac16c0f0888} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
3187 | 2024.03.11 14:42:33.515276 [ 3 ] {f3a7a6de-0561-4a40-a10b-3ac16c0f0888} <Trace> oximeter.fields_i64 (6b5cb674-03e1-439e-829c-27b13be59f30): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3188 | 2024.03.11 14:42:33.515415 [ 3 ] {f3a7a6de-0561-4a40-a10b-3ac16c0f0888} <Debug> executeQuery: Read 55 rows, 4.46 KiB in 0.001638 sec., 33577.53357753358 rows/sec., 2.66 MiB/sec. | ||
3189 | 2024.03.11 14:42:33.515542 [ 3 ] {f3a7a6de-0561-4a40-a10b-3ac16c0f0888} <Debug> DynamicQueryHandler: Done processing query | ||
3190 | 2024.03.11 14:42:33.515567 [ 3 ] {f3a7a6de-0561-4a40-a10b-3ac16c0f0888} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
3191 | 2024.03.11 14:42:33.515582 [ 3 ] {} <Debug> HTTP-Session: aebc2f72-e8f7-4ca6-a4ca-9abb09e0df15 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3192 | 2024.03.11 14:42:33.515709 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3193 | 2024.03.11 14:42:33.515754 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3194 | 2024.03.11 14:42:33.515771 [ 3 ] {} <Debug> HTTP-Session: 16d47b57-831a-4ff5-bf33-dfbd6a0c5dde Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
3195 | 2024.03.11 14:42:33.515788 [ 3 ] {} <Debug> HTTP-Session: 16d47b57-831a-4ff5-bf33-dfbd6a0c5dde Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3196 | 2024.03.11 14:42:33.515801 [ 3 ] {} <Debug> HTTP-Session: 16d47b57-831a-4ff5-bf33-dfbd6a0c5dde Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3197 | 2024.03.11 14:42:33.515831 [ 3 ] {} <Trace> HTTP-Session: 16d47b57-831a-4ff5-bf33-dfbd6a0c5dde Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3198 | 2024.03.11 14:42:33.515893 [ 3 ] {77e67ed0-edf9-4d15-b206-ec40cb23789e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
3199 | 2024.03.11 14:42:33.515932 [ 3 ] {77e67ed0-edf9-4d15-b206-ec40cb23789e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
3200 | 2024.03.11 14:42:33.516055 [ 3 ] {77e67ed0-edf9-4d15-b206-ec40cb23789e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3201 | 2024.03.11 14:42:33.516301 [ 3 ] {77e67ed0-edf9-4d15-b206-ec40cb23789e} <Trace> oximeter.fields_ipaddr (334e9a02-ace0-41a3-88ff-f52311cf0408): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3202 | 2024.03.11 14:42:33.516337 [ 3 ] {77e67ed0-edf9-4d15-b206-ec40cb23789e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
3203 | 2024.03.11 14:42:33.516623 [ 3 ] {77e67ed0-edf9-4d15-b206-ec40cb23789e} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
3204 | 2024.03.11 14:42:33.516919 [ 3 ] {77e67ed0-edf9-4d15-b206-ec40cb23789e} <Trace> oximeter.fields_ipaddr (334e9a02-ace0-41a3-88ff-f52311cf0408): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3205 | 2024.03.11 14:42:33.517041 [ 3 ] {77e67ed0-edf9-4d15-b206-ec40cb23789e} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001171 sec., 1707.9419299743809 rows/sec., 139.27 KiB/sec. | ||
3206 | 2024.03.11 14:42:33.517181 [ 3 ] {77e67ed0-edf9-4d15-b206-ec40cb23789e} <Debug> DynamicQueryHandler: Done processing query | ||
3207 | 2024.03.11 14:42:33.517206 [ 3 ] {77e67ed0-edf9-4d15-b206-ec40cb23789e} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
3208 | 2024.03.11 14:42:33.517222 [ 3 ] {} <Debug> HTTP-Session: 16d47b57-831a-4ff5-bf33-dfbd6a0c5dde Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3209 | 2024.03.11 14:42:33.517355 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 26433, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3210 | 2024.03.11 14:42:33.517401 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3211 | 2024.03.11 14:42:33.517418 [ 3 ] {} <Debug> HTTP-Session: 6ee2a412-67be-4f82-9251-cb51b710b85a Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
3212 | 2024.03.11 14:42:33.517435 [ 3 ] {} <Debug> HTTP-Session: 6ee2a412-67be-4f82-9251-cb51b710b85a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3213 | 2024.03.11 14:42:33.517449 [ 3 ] {} <Debug> HTTP-Session: 6ee2a412-67be-4f82-9251-cb51b710b85a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3214 | 2024.03.11 14:42:33.517478 [ 3 ] {} <Trace> HTTP-Session: 6ee2a412-67be-4f82-9251-cb51b710b85a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3215 | 2024.03.11 14:42:33.517580 [ 3 ] {7e100674-c08e-4fbe-ae5f-f2e82490431a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3216 | 2024.03.11 14:42:33.517620 [ 3 ] {7e100674-c08e-4fbe-ae5f-f2e82490431a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3217 | 2024.03.11 14:42:33.517740 [ 3 ] {7e100674-c08e-4fbe-ae5f-f2e82490431a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3218 | 2024.03.11 14:42:33.518075 [ 3 ] {7e100674-c08e-4fbe-ae5f-f2e82490431a} <Trace> oximeter.fields_string (6a098439-de07-471e-80b6-bdb8a57beb92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3219 | 2024.03.11 14:42:33.518110 [ 3 ] {7e100674-c08e-4fbe-ae5f-f2e82490431a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
3220 | 2024.03.11 14:42:33.518423 [ 3 ] {7e100674-c08e-4fbe-ae5f-f2e82490431a} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
3221 | 2024.03.11 14:42:33.518722 [ 3 ] {7e100674-c08e-4fbe-ae5f-f2e82490431a} <Trace> oximeter.fields_string (6a098439-de07-471e-80b6-bdb8a57beb92): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3222 | 2024.03.11 14:42:33.518842 [ 3 ] {7e100674-c08e-4fbe-ae5f-f2e82490431a} <Debug> executeQuery: Read 166 rows, 16.31 KiB in 0.00132 sec., 125757.57575757576 rows/sec., 12.06 MiB/sec. | ||
3223 | 2024.03.11 14:42:33.518946 [ 3 ] {7e100674-c08e-4fbe-ae5f-f2e82490431a} <Debug> DynamicQueryHandler: Done processing query | ||
3224 | 2024.03.11 14:42:33.518970 [ 3 ] {7e100674-c08e-4fbe-ae5f-f2e82490431a} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
3225 | 2024.03.11 14:42:33.518985 [ 3 ] {} <Debug> HTTP-Session: 6ee2a412-67be-4f82-9251-cb51b710b85a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3226 | 2024.03.11 14:42:33.519093 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3227 | 2024.03.11 14:42:33.519140 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3228 | 2024.03.11 14:42:33.519157 [ 3 ] {} <Debug> HTTP-Session: 4d1ec20c-08ef-404e-96d4-864a53e58a13 Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
3229 | 2024.03.11 14:42:33.519173 [ 3 ] {} <Debug> HTTP-Session: 4d1ec20c-08ef-404e-96d4-864a53e58a13 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3230 | 2024.03.11 14:42:33.519186 [ 3 ] {} <Debug> HTTP-Session: 4d1ec20c-08ef-404e-96d4-864a53e58a13 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3231 | 2024.03.11 14:42:33.519216 [ 3 ] {} <Trace> HTTP-Session: 4d1ec20c-08ef-404e-96d4-864a53e58a13 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3232 | 2024.03.11 14:42:33.519277 [ 3 ] {5fcb3440-5fb9-4793-8202-37eac3b07ace} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
3233 | 2024.03.11 14:42:33.519315 [ 3 ] {5fcb3440-5fb9-4793-8202-37eac3b07ace} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3234 | 2024.03.11 14:42:33.519434 [ 3 ] {5fcb3440-5fb9-4793-8202-37eac3b07ace} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3235 | 2024.03.11 14:42:33.519660 [ 3 ] {5fcb3440-5fb9-4793-8202-37eac3b07ace} <Trace> oximeter.fields_u16 (6b7af958-2474-4c0b-b5ad-97e1406ef2f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3236 | 2024.03.11 14:42:33.519695 [ 3 ] {5fcb3440-5fb9-4793-8202-37eac3b07ace} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
3237 | 2024.03.11 14:42:33.519985 [ 3 ] {5fcb3440-5fb9-4793-8202-37eac3b07ace} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
3238 | 2024.03.11 14:42:33.520276 [ 3 ] {5fcb3440-5fb9-4793-8202-37eac3b07ace} <Trace> oximeter.fields_u16 (6b7af958-2474-4c0b-b5ad-97e1406ef2f2): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3239 | 2024.03.11 14:42:33.520393 [ 3 ] {5fcb3440-5fb9-4793-8202-37eac3b07ace} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001138 sec., 1757.4692442882251 rows/sec., 122.71 KiB/sec. | ||
3240 | 2024.03.11 14:42:33.520631 [ 3 ] {5fcb3440-5fb9-4793-8202-37eac3b07ace} <Debug> DynamicQueryHandler: Done processing query | ||
3241 | 2024.03.11 14:42:33.520671 [ 3 ] {5fcb3440-5fb9-4793-8202-37eac3b07ace} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
3242 | 2024.03.11 14:42:33.520687 [ 3 ] {} <Debug> HTTP-Session: 4d1ec20c-08ef-404e-96d4-864a53e58a13 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3243 | 2024.03.11 14:42:33.520795 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 9707, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3244 | 2024.03.11 14:42:33.520842 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3245 | 2024.03.11 14:42:33.520861 [ 3 ] {} <Debug> HTTP-Session: 5b625252-2609-4017-b3df-ca498fd4e029 Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
3246 | 2024.03.11 14:42:33.520877 [ 3 ] {} <Debug> HTTP-Session: 5b625252-2609-4017-b3df-ca498fd4e029 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3247 | 2024.03.11 14:42:33.520891 [ 3 ] {} <Debug> HTTP-Session: 5b625252-2609-4017-b3df-ca498fd4e029 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3248 | 2024.03.11 14:42:33.520920 [ 3 ] {} <Trace> HTTP-Session: 5b625252-2609-4017-b3df-ca498fd4e029 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3249 | 2024.03.11 14:42:33.520998 [ 3 ] {9e4fef2a-1c23-4b23-becf-9fb07d1177e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3250 | 2024.03.11 14:42:33.521038 [ 3 ] {9e4fef2a-1c23-4b23-becf-9fb07d1177e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3251 | 2024.03.11 14:42:33.521178 [ 3 ] {9e4fef2a-1c23-4b23-becf-9fb07d1177e2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3252 | 2024.03.11 14:42:33.521442 [ 3 ] {9e4fef2a-1c23-4b23-becf-9fb07d1177e2} <Trace> oximeter.fields_uuid (3d1f8790-6847-4f06-bce3-6d9b6f4d0836): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3253 | 2024.03.11 14:42:33.521478 [ 3 ] {9e4fef2a-1c23-4b23-becf-9fb07d1177e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
3254 | 2024.03.11 14:42:33.521773 [ 3 ] {9e4fef2a-1c23-4b23-becf-9fb07d1177e2} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
3255 | 2024.03.11 14:42:33.522067 [ 3 ] {9e4fef2a-1c23-4b23-becf-9fb07d1177e2} <Trace> oximeter.fields_uuid (3d1f8790-6847-4f06-bce3-6d9b6f4d0836): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3256 | 2024.03.11 14:42:33.522184 [ 3 ] {9e4fef2a-1c23-4b23-becf-9fb07d1177e2} <Debug> executeQuery: Read 57 rows, 4.57 KiB in 0.001222 sec., 46644.844517184945 rows/sec., 3.65 MiB/sec. | ||
3257 | 2024.03.11 14:42:33.522287 [ 3 ] {9e4fef2a-1c23-4b23-becf-9fb07d1177e2} <Debug> DynamicQueryHandler: Done processing query | ||
3258 | 2024.03.11 14:42:33.522315 [ 3 ] {9e4fef2a-1c23-4b23-becf-9fb07d1177e2} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
3259 | 2024.03.11 14:42:33.522330 [ 3 ] {} <Debug> HTTP-Session: 5b625252-2609-4017-b3df-ca498fd4e029 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3260 | 2024.03.11 14:42:33.522428 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 258, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3261 | 2024.03.11 14:42:33.522473 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3262 | 2024.03.11 14:42:33.522491 [ 3 ] {} <Debug> HTTP-Session: b7505df2-8208-4832-a9c1-9bf515eb666e Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
3263 | 2024.03.11 14:42:33.522507 [ 3 ] {} <Debug> HTTP-Session: b7505df2-8208-4832-a9c1-9bf515eb666e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3264 | 2024.03.11 14:42:33.522520 [ 3 ] {} <Debug> HTTP-Session: b7505df2-8208-4832-a9c1-9bf515eb666e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3265 | 2024.03.11 14:42:33.522550 [ 3 ] {} <Trace> HTTP-Session: b7505df2-8208-4832-a9c1-9bf515eb666e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3266 | 2024.03.11 14:42:33.522612 [ 3 ] {4659d357-17a0-48e8-88e4-2bf219748a5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3267 | 2024.03.11 14:42:33.522654 [ 3 ] {4659d357-17a0-48e8-88e4-2bf219748a5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3268 | 2024.03.11 14:42:33.522792 [ 3 ] {4659d357-17a0-48e8-88e4-2bf219748a5a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3269 | 2024.03.11 14:42:33.523022 [ 3 ] {4659d357-17a0-48e8-88e4-2bf219748a5a} <Trace> oximeter.measurements_cumulativeu64 (c67eb49b-f01a-4894-b3b8-a06655ac82c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3270 | 2024.03.11 14:42:33.523057 [ 3 ] {4659d357-17a0-48e8-88e4-2bf219748a5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
3271 | 2024.03.11 14:42:33.523399 [ 3 ] {4659d357-17a0-48e8-88e4-2bf219748a5a} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
3272 | 2024.03.11 14:42:33.523722 [ 3 ] {4659d357-17a0-48e8-88e4-2bf219748a5a} <Trace> oximeter.measurements_cumulativeu64 (c67eb49b-f01a-4894-b3b8-a06655ac82c2): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3273 | 2024.03.11 14:42:33.523836 [ 140 ] {} <Debug> oximeter.measurements_cumulativeu64 (c67eb49b-f01a-4894-b3b8-a06655ac82c2) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
3274 | 2024.03.11 14:42:33.523845 [ 3 ] {4659d357-17a0-48e8-88e4-2bf219748a5a} <Debug> executeQuery: Read 1 rows, 72.00 B in 0.001254 sec., 797.4481658692185 rows/sec., 56.07 KiB/sec. | ||
3275 | 2024.03.11 14:42:33.523875 [ 140 ] {} <Trace> oximeter.measurements_cumulativeu64 (c67eb49b-f01a-4894-b3b8-a06655ac82c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3276 | 2024.03.11 14:42:33.523910 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
3277 | 2024.03.11 14:42:33.523992 [ 3 ] {4659d357-17a0-48e8-88e4-2bf219748a5a} <Debug> DynamicQueryHandler: Done processing query | ||
3278 | 2024.03.11 14:42:33.524020 [ 3 ] {4659d357-17a0-48e8-88e4-2bf219748a5a} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
3279 | 2024.03.11 14:42:33.524020 [ 192 ] {c67eb49b-f01a-4894-b3b8-a06655ac82c2::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 | ||
3280 | 2024.03.11 14:42:33.524037 [ 3 ] {} <Debug> HTTP-Session: b7505df2-8208-4832-a9c1-9bf515eb666e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3281 | 2024.03.11 14:42:33.524154 [ 192 ] {c67eb49b-f01a-4894-b3b8-a06655ac82c2::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3282 | 2024.03.11 14:42:33.524188 [ 192 ] {c67eb49b-f01a-4894-b3b8-a06655ac82c2::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 377 rows starting from the beginning of the part | ||
3283 | 2024.03.11 14:42:33.524209 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 58835, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3284 | 2024.03.11 14:42:33.524269 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3285 | 2024.03.11 14:42:33.524277 [ 192 ] {c67eb49b-f01a-4894-b3b8-a06655ac82c2::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1 rows starting from the beginning of the part | ||
3286 | 2024.03.11 14:42:33.524313 [ 3 ] {} <Debug> HTTP-Session: 7ef471ef-3011-4309-92bf-f4dc22c7b4ba Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
3287 | 2024.03.11 14:42:33.524381 [ 3 ] {} <Debug> HTTP-Session: 7ef471ef-3011-4309-92bf-f4dc22c7b4ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3288 | 2024.03.11 14:42:33.524471 [ 3 ] {} <Debug> HTTP-Session: 7ef471ef-3011-4309-92bf-f4dc22c7b4ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3289 | 2024.03.11 14:42:33.524678 [ 3 ] {} <Trace> HTTP-Session: 7ef471ef-3011-4309-92bf-f4dc22c7b4ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3290 | 2024.03.11 14:42:33.524756 [ 192 ] {c67eb49b-f01a-4894-b3b8-a06655ac82c2::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 36 rows starting from the beginning of the part | ||
3291 | 2024.03.11 14:42:33.524851 [ 192 ] {c67eb49b-f01a-4894-b3b8-a06655ac82c2::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 2 rows starting from the beginning of the part | ||
3292 | 2024.03.11 14:42:33.524914 [ 192 ] {c67eb49b-f01a-4894-b3b8-a06655ac82c2::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 37 rows starting from the beginning of the part | ||
3293 | 2024.03.11 14:42:33.525193 [ 192 ] {c67eb49b-f01a-4894-b3b8-a06655ac82c2::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 1 rows starting from the beginning of the part | ||
3294 | 2024.03.11 14:42:33.525341 [ 3 ] {6d015281-9264-42f1-b281-f7bb2ce2402b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3295 | 2024.03.11 14:42:33.525525 [ 3 ] {6d015281-9264-42f1-b281-f7bb2ce2402b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
3296 | 2024.03.11 14:42:33.525817 [ 3 ] {6d015281-9264-42f1-b281-f7bb2ce2402b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3297 | 2024.03.11 14:42:33.526535 [ 3 ] {6d015281-9264-42f1-b281-f7bb2ce2402b} <Trace> oximeter.measurements_histogramf64 (b99726d6-44d2-48b6-acca-e9ba9748d6b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3298 | 2024.03.11 14:42:33.526584 [ 3 ] {6d015281-9264-42f1-b281-f7bb2ce2402b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
3299 | 2024.03.11 14:42:33.526872 [ 192 ] {c67eb49b-f01a-4894-b3b8-a06655ac82c2::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 454 rows, containing 5 columns (5 merged, 0 gathered) in 0.002902509 sec., 156416.39698619366 rows/sec., 11.03 MiB/sec. | ||
3300 | 2024.03.11 14:42:33.527005 [ 192 ] {c67eb49b-f01a-4894-b3b8-a06655ac82c2::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
3301 | 2024.03.11 14:42:33.527175 [ 3 ] {6d015281-9264-42f1-b281-f7bb2ce2402b} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
3302 | 2024.03.11 14:42:33.527491 [ 192 ] {c67eb49b-f01a-4894-b3b8-a06655ac82c2::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (c67eb49b-f01a-4894-b3b8-a06655ac82c2): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3303 | 2024.03.11 14:42:33.527577 [ 192 ] {c67eb49b-f01a-4894-b3b8-a06655ac82c2::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (c67eb49b-f01a-4894-b3b8-a06655ac82c2) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
3304 | 2024.03.11 14:42:33.527665 [ 3 ] {6d015281-9264-42f1-b281-f7bb2ce2402b} <Trace> oximeter.measurements_histogramf64 (b99726d6-44d2-48b6-acca-e9ba9748d6b9): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3305 | 2024.03.11 14:42:33.527670 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
3306 | 2024.03.11 14:42:33.527809 [ 3 ] {6d015281-9264-42f1-b281-f7bb2ce2402b} <Debug> executeQuery: Read 55 rows, 76.00 KiB in 0.003001 sec., 18327.22425858047 rows/sec., 24.73 MiB/sec. | ||
3307 | 2024.03.11 14:42:33.527934 [ 3 ] {6d015281-9264-42f1-b281-f7bb2ce2402b} <Debug> DynamicQueryHandler: Done processing query | ||
3308 | 2024.03.11 14:42:33.527957 [ 3 ] {6d015281-9264-42f1-b281-f7bb2ce2402b} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
3309 | 2024.03.11 14:42:33.527973 [ 3 ] {} <Debug> HTTP-Session: 7ef471ef-3011-4309-92bf-f4dc22c7b4ba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3310 | 2024.03.11 14:42:36.159716 [ 139 ] {} <Debug> DNSResolver: Updating DNS cache | ||
3311 | 2024.03.11 14:42:36.159780 [ 139 ] {} <Debug> DNSResolver: Updated DNS cache | ||
3312 | 2024.03.11 14:42:43.513199 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 7933, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3313 | 2024.03.11 14:42:43.513381 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3314 | 2024.03.11 14:42:43.513427 [ 3 ] {} <Debug> HTTP-Session: d8afcbe3-6de9-45af-b0ac-1876d6b557d0 Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
3315 | 2024.03.11 14:42:43.513470 [ 3 ] {} <Debug> HTTP-Session: d8afcbe3-6de9-45af-b0ac-1876d6b557d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3316 | 2024.03.11 14:42:43.513499 [ 3 ] {} <Debug> HTTP-Session: d8afcbe3-6de9-45af-b0ac-1876d6b557d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3317 | 2024.03.11 14:42:43.513577 [ 3 ] {} <Trace> HTTP-Session: d8afcbe3-6de9-45af-b0ac-1876d6b557d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3318 | 2024.03.11 14:42:43.513785 [ 3 ] {1f4842bd-1de2-45e0-9932-0f8212592911} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3319 | 2024.03.11 14:42:43.513885 [ 3 ] {1f4842bd-1de2-45e0-9932-0f8212592911} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3320 | 2024.03.11 14:42:43.514071 [ 3 ] {1f4842bd-1de2-45e0-9932-0f8212592911} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3321 | 2024.03.11 14:42:43.514525 [ 3 ] {1f4842bd-1de2-45e0-9932-0f8212592911} <Trace> oximeter.fields_i64 (6b5cb674-03e1-439e-829c-27b13be59f30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3322 | 2024.03.11 14:42:43.514570 [ 3 ] {1f4842bd-1de2-45e0-9932-0f8212592911} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
3323 | 2024.03.11 14:42:43.514955 [ 3 ] {1f4842bd-1de2-45e0-9932-0f8212592911} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
3324 | 2024.03.11 14:42:43.515298 [ 3 ] {1f4842bd-1de2-45e0-9932-0f8212592911} <Trace> oximeter.fields_i64 (6b5cb674-03e1-439e-829c-27b13be59f30): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3325 | 2024.03.11 14:42:43.515467 [ 3 ] {1f4842bd-1de2-45e0-9932-0f8212592911} <Debug> executeQuery: Read 55 rows, 4.46 KiB in 0.001789 sec., 30743.432084963668 rows/sec., 2.43 MiB/sec. | ||
3326 | 2024.03.11 14:42:43.515478 [ 137 ] {} <Debug> oximeter.fields_i64 (6b5cb674-03e1-439e-829c-27b13be59f30) (MergerMutator): Selected 5 parts from all_1_15_3 to all_19_19_0 | ||
3327 | 2024.03.11 14:42:43.515587 [ 137 ] {} <Trace> oximeter.fields_i64 (6b5cb674-03e1-439e-829c-27b13be59f30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3328 | 2024.03.11 14:42:43.515630 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
3329 | 2024.03.11 14:42:43.515678 [ 3 ] {1f4842bd-1de2-45e0-9932-0f8212592911} <Debug> DynamicQueryHandler: Done processing query | ||
3330 | 2024.03.11 14:42:43.515741 [ 3 ] {1f4842bd-1de2-45e0-9932-0f8212592911} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
3331 | 2024.03.11 14:42:43.515829 [ 3 ] {} <Debug> HTTP-Session: d8afcbe3-6de9-45af-b0ac-1876d6b557d0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3332 | 2024.03.11 14:42:43.515971 [ 186 ] {6b5cb674-03e1-439e-829c-27b13be59f30::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 | ||
3333 | 2024.03.11 14:42:43.516074 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 26283, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3334 | 2024.03.11 14:42:43.516170 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3335 | 2024.03.11 14:42:43.516222 [ 3 ] {} <Debug> HTTP-Session: 85026ee7-a61e-4515-850c-351ecb59f0e5 Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
3336 | 2024.03.11 14:42:43.516249 [ 186 ] {6b5cb674-03e1-439e-829c-27b13be59f30::all_1_19_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3337 | 2024.03.11 14:42:43.516257 [ 3 ] {} <Debug> HTTP-Session: 85026ee7-a61e-4515-850c-351ecb59f0e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3338 | 2024.03.11 14:42:43.516305 [ 3 ] {} <Debug> HTTP-Session: 85026ee7-a61e-4515-850c-351ecb59f0e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3339 | 2024.03.11 14:42:43.516312 [ 186 ] {6b5cb674-03e1-439e-829c-27b13be59f30::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 55 rows starting from the beginning of the part | ||
3340 | 2024.03.11 14:42:43.516355 [ 3 ] {} <Trace> HTTP-Session: 85026ee7-a61e-4515-850c-351ecb59f0e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3341 | 2024.03.11 14:42:43.516559 [ 186 ] {6b5cb674-03e1-439e-829c-27b13be59f30::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 55 rows starting from the beginning of the part | ||
3342 | 2024.03.11 14:42:43.516618 [ 3 ] {84e44c74-0864-4768-adde-e18ddbf585e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3343 | 2024.03.11 14:42:43.516784 [ 3 ] {84e44c74-0864-4768-adde-e18ddbf585e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3344 | 2024.03.11 14:42:43.516909 [ 186 ] {6b5cb674-03e1-439e-829c-27b13be59f30::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 55 rows starting from the beginning of the part | ||
3345 | 2024.03.11 14:42:43.517275 [ 186 ] {6b5cb674-03e1-439e-829c-27b13be59f30::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 55 rows starting from the beginning of the part | ||
3346 | 2024.03.11 14:42:43.517608 [ 186 ] {6b5cb674-03e1-439e-829c-27b13be59f30::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 55 rows starting from the beginning of the part | ||
3347 | 2024.03.11 14:42:43.518111 [ 3 ] {84e44c74-0864-4768-adde-e18ddbf585e0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3348 | 2024.03.11 14:42:43.519002 [ 3 ] {84e44c74-0864-4768-adde-e18ddbf585e0} <Trace> oximeter.fields_string (6a098439-de07-471e-80b6-bdb8a57beb92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3349 | 2024.03.11 14:42:43.519070 [ 3 ] {84e44c74-0864-4768-adde-e18ddbf585e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
3350 | 2024.03.11 14:42:43.519773 [ 3 ] {84e44c74-0864-4768-adde-e18ddbf585e0} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
3351 | 2024.03.11 14:42:43.519792 [ 194 ] {6b5cb674-03e1-439e-829c-27b13be59f30::all_1_19_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 275 rows, containing 4 columns (4 merged, 0 gathered) in 0.004065579 sec., 67641.0420262403 rows/sec., 5.35 MiB/sec. | ||
3352 | 2024.03.11 14:42:43.520213 [ 189 ] {6b5cb674-03e1-439e-829c-27b13be59f30::all_1_19_4} <Trace> MergedBlockOutputStream: filled checksums all_1_19_4 (state Temporary) | ||
3353 | 2024.03.11 14:42:43.520436 [ 3 ] {84e44c74-0864-4768-adde-e18ddbf585e0} <Trace> oximeter.fields_string (6a098439-de07-471e-80b6-bdb8a57beb92): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3354 | 2024.03.11 14:42:43.520789 [ 3 ] {84e44c74-0864-4768-adde-e18ddbf585e0} <Debug> executeQuery: Read 165 rows, 16.22 KiB in 0.00434 sec., 38018.4331797235 rows/sec., 3.65 MiB/sec. | ||
3355 | 2024.03.11 14:42:43.521223 [ 3 ] {84e44c74-0864-4768-adde-e18ddbf585e0} <Debug> DynamicQueryHandler: Done processing query | ||
3356 | 2024.03.11 14:42:43.521270 [ 3 ] {84e44c74-0864-4768-adde-e18ddbf585e0} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
3357 | 2024.03.11 14:42:43.521303 [ 3 ] {} <Debug> HTTP-Session: 85026ee7-a61e-4515-850c-351ecb59f0e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3358 | 2024.03.11 14:42:43.521424 [ 189 ] {6b5cb674-03e1-439e-829c-27b13be59f30::all_1_19_4} <Trace> oximeter.fields_i64 (6b5cb674-03e1-439e-829c-27b13be59f30): Renaming temporary part tmp_merge_all_1_19_4 to all_1_19_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3359 | 2024.03.11 14:42:43.521454 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 9364, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3360 | 2024.03.11 14:42:43.521541 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3361 | 2024.03.11 14:42:43.521580 [ 189 ] {6b5cb674-03e1-439e-829c-27b13be59f30::all_1_19_4} <Trace> oximeter.fields_i64 (6b5cb674-03e1-439e-829c-27b13be59f30) (MergerMutator): Merged 5 parts: [all_1_15_3, all_19_19_0] -> all_1_19_4 | ||
3362 | 2024.03.11 14:42:43.521590 [ 3 ] {} <Debug> HTTP-Session: e0b589a6-016b-4b63-874a-409bcca3a027 Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
3363 | 2024.03.11 14:42:43.521629 [ 3 ] {} <Debug> HTTP-Session: e0b589a6-016b-4b63-874a-409bcca3a027 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3364 | 2024.03.11 14:42:43.521665 [ 3 ] {} <Debug> HTTP-Session: e0b589a6-016b-4b63-874a-409bcca3a027 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3365 | 2024.03.11 14:42:43.521740 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
3366 | 2024.03.11 14:42:43.521749 [ 3 ] {} <Trace> HTTP-Session: e0b589a6-016b-4b63-874a-409bcca3a027 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3367 | 2024.03.11 14:42:43.521871 [ 3 ] {50463a1b-99e9-46a8-b8e3-483a14c0757d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3368 | 2024.03.11 14:42:43.521912 [ 3 ] {50463a1b-99e9-46a8-b8e3-483a14c0757d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3369 | 2024.03.11 14:42:43.522057 [ 3 ] {50463a1b-99e9-46a8-b8e3-483a14c0757d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3370 | 2024.03.11 14:42:43.522381 [ 3 ] {50463a1b-99e9-46a8-b8e3-483a14c0757d} <Trace> oximeter.fields_uuid (3d1f8790-6847-4f06-bce3-6d9b6f4d0836): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3371 | 2024.03.11 14:42:43.522419 [ 3 ] {50463a1b-99e9-46a8-b8e3-483a14c0757d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
3372 | 2024.03.11 14:42:43.522738 [ 3 ] {50463a1b-99e9-46a8-b8e3-483a14c0757d} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
3373 | 2024.03.11 14:42:43.523064 [ 3 ] {50463a1b-99e9-46a8-b8e3-483a14c0757d} <Trace> oximeter.fields_uuid (3d1f8790-6847-4f06-bce3-6d9b6f4d0836): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3374 | 2024.03.11 14:42:43.523229 [ 3 ] {50463a1b-99e9-46a8-b8e3-483a14c0757d} <Debug> executeQuery: Read 55 rows, 4.40 KiB in 0.001392 sec., 39511.49425287356 rows/sec., 3.09 MiB/sec. | ||
3375 | 2024.03.11 14:42:43.523392 [ 3 ] {50463a1b-99e9-46a8-b8e3-483a14c0757d} <Debug> DynamicQueryHandler: Done processing query | ||
3376 | 2024.03.11 14:42:43.523426 [ 3 ] {50463a1b-99e9-46a8-b8e3-483a14c0757d} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
3377 | 2024.03.11 14:42:43.523446 [ 3 ] {} <Debug> HTTP-Session: e0b589a6-016b-4b63-874a-409bcca3a027 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3378 | 2024.03.11 14:42:43.523598 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 58835, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3379 | 2024.03.11 14:42:43.523646 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3380 | 2024.03.11 14:42:43.523666 [ 3 ] {} <Debug> HTTP-Session: d521869a-4ce8-4289-8cb9-6ec996c36437 Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
3381 | 2024.03.11 14:42:43.523683 [ 3 ] {} <Debug> HTTP-Session: d521869a-4ce8-4289-8cb9-6ec996c36437 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3382 | 2024.03.11 14:42:43.523697 [ 3 ] {} <Debug> HTTP-Session: d521869a-4ce8-4289-8cb9-6ec996c36437 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3383 | 2024.03.11 14:42:43.523727 [ 3 ] {} <Trace> HTTP-Session: d521869a-4ce8-4289-8cb9-6ec996c36437 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3384 | 2024.03.11 14:42:43.524092 [ 3 ] {5d6f48c9-97ca-4135-8dd8-d187acdc1053} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3385 | 2024.03.11 14:42:43.524138 [ 3 ] {5d6f48c9-97ca-4135-8dd8-d187acdc1053} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
3386 | 2024.03.11 14:42:43.524300 [ 3 ] {5d6f48c9-97ca-4135-8dd8-d187acdc1053} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3387 | 2024.03.11 14:42:43.524918 [ 3 ] {5d6f48c9-97ca-4135-8dd8-d187acdc1053} <Trace> oximeter.measurements_histogramf64 (b99726d6-44d2-48b6-acca-e9ba9748d6b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3388 | 2024.03.11 14:42:43.524956 [ 3 ] {5d6f48c9-97ca-4135-8dd8-d187acdc1053} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
3389 | 2024.03.11 14:42:43.525394 [ 3 ] {5d6f48c9-97ca-4135-8dd8-d187acdc1053} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
3390 | 2024.03.11 14:42:43.525739 [ 3 ] {5d6f48c9-97ca-4135-8dd8-d187acdc1053} <Trace> oximeter.measurements_histogramf64 (b99726d6-44d2-48b6-acca-e9ba9748d6b9): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3391 | 2024.03.11 14:42:43.525873 [ 3 ] {5d6f48c9-97ca-4135-8dd8-d187acdc1053} <Debug> executeQuery: Read 55 rows, 76.00 KiB in 0.002087 sec., 26353.617632965983 rows/sec., 35.56 MiB/sec. | ||
3392 | 2024.03.11 14:42:43.526109 [ 3 ] {5d6f48c9-97ca-4135-8dd8-d187acdc1053} <Debug> DynamicQueryHandler: Done processing query | ||
3393 | 2024.03.11 14:42:43.526171 [ 3 ] {5d6f48c9-97ca-4135-8dd8-d187acdc1053} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
3394 | 2024.03.11 14:42:43.526219 [ 3 ] {} <Debug> HTTP-Session: d521869a-4ce8-4289-8cb9-6ec996c36437 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3395 | 2024.03.11 14:42:51.160025 [ 132 ] {} <Debug> DNSResolver: Updating DNS cache | ||
3396 | 2024.03.11 14:42:51.160118 [ 132 ] {} <Debug> DNSResolver: Updated DNS cache | ||
3397 | 2024.03.11 14:42:53.512246 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 7933, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3398 | 2024.03.11 14:42:53.512353 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3399 | 2024.03.11 14:42:53.512377 [ 3 ] {} <Debug> HTTP-Session: d5b31596-f959-457f-8b3a-cb8004d89df2 Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
3400 | 2024.03.11 14:42:53.512401 [ 3 ] {} <Debug> HTTP-Session: d5b31596-f959-457f-8b3a-cb8004d89df2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3401 | 2024.03.11 14:42:53.512415 [ 3 ] {} <Debug> HTTP-Session: d5b31596-f959-457f-8b3a-cb8004d89df2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3402 | 2024.03.11 14:42:53.512462 [ 3 ] {} <Trace> HTTP-Session: d5b31596-f959-457f-8b3a-cb8004d89df2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3403 | 2024.03.11 14:42:53.512587 [ 3 ] {066a7ab8-7daa-4fb7-a744-c74154288657} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3404 | 2024.03.11 14:42:53.512648 [ 3 ] {066a7ab8-7daa-4fb7-a744-c74154288657} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3405 | 2024.03.11 14:42:53.512832 [ 3 ] {066a7ab8-7daa-4fb7-a744-c74154288657} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3406 | 2024.03.11 14:42:53.513274 [ 3 ] {066a7ab8-7daa-4fb7-a744-c74154288657} <Trace> oximeter.fields_i64 (6b5cb674-03e1-439e-829c-27b13be59f30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3407 | 2024.03.11 14:42:53.513318 [ 3 ] {066a7ab8-7daa-4fb7-a744-c74154288657} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
3408 | 2024.03.11 14:42:53.513698 [ 3 ] {066a7ab8-7daa-4fb7-a744-c74154288657} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
3409 | 2024.03.11 14:42:53.514033 [ 3 ] {066a7ab8-7daa-4fb7-a744-c74154288657} <Trace> oximeter.fields_i64 (6b5cb674-03e1-439e-829c-27b13be59f30): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3410 | 2024.03.11 14:42:53.514180 [ 3 ] {066a7ab8-7daa-4fb7-a744-c74154288657} <Debug> executeQuery: Read 55 rows, 4.46 KiB in 0.001655 sec., 33232.62839879154 rows/sec., 2.63 MiB/sec. | ||
3411 | 2024.03.11 14:42:53.514333 [ 3 ] {066a7ab8-7daa-4fb7-a744-c74154288657} <Debug> DynamicQueryHandler: Done processing query | ||
3412 | 2024.03.11 14:42:53.514359 [ 3 ] {066a7ab8-7daa-4fb7-a744-c74154288657} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
3413 | 2024.03.11 14:42:53.514375 [ 3 ] {} <Debug> HTTP-Session: d5b31596-f959-457f-8b3a-cb8004d89df2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3414 | 2024.03.11 14:42:53.514523 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 26283, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3415 | 2024.03.11 14:42:53.514580 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3416 | 2024.03.11 14:42:53.514599 [ 3 ] {} <Debug> HTTP-Session: 488f41c4-5d13-4682-b83d-49b93e500317 Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
3417 | 2024.03.11 14:42:53.514617 [ 3 ] {} <Debug> HTTP-Session: 488f41c4-5d13-4682-b83d-49b93e500317 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3418 | 2024.03.11 14:42:53.514631 [ 3 ] {} <Debug> HTTP-Session: 488f41c4-5d13-4682-b83d-49b93e500317 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3419 | 2024.03.11 14:42:53.514665 [ 3 ] {} <Trace> HTTP-Session: 488f41c4-5d13-4682-b83d-49b93e500317 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3420 | 2024.03.11 14:42:53.514783 [ 3 ] {045e5f08-c6dd-4b9e-b494-8900092ecf0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3421 | 2024.03.11 14:42:53.514829 [ 3 ] {045e5f08-c6dd-4b9e-b494-8900092ecf0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3422 | 2024.03.11 14:42:53.514960 [ 3 ] {045e5f08-c6dd-4b9e-b494-8900092ecf0b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3423 | 2024.03.11 14:42:53.515374 [ 3 ] {045e5f08-c6dd-4b9e-b494-8900092ecf0b} <Trace> oximeter.fields_string (6a098439-de07-471e-80b6-bdb8a57beb92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3424 | 2024.03.11 14:42:53.515412 [ 3 ] {045e5f08-c6dd-4b9e-b494-8900092ecf0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
3425 | 2024.03.11 14:42:53.515745 [ 3 ] {045e5f08-c6dd-4b9e-b494-8900092ecf0b} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
3426 | 2024.03.11 14:42:53.516065 [ 3 ] {045e5f08-c6dd-4b9e-b494-8900092ecf0b} <Trace> oximeter.fields_string (6a098439-de07-471e-80b6-bdb8a57beb92): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3427 | 2024.03.11 14:42:53.516188 [ 132 ] {} <Debug> oximeter.fields_string (6a098439-de07-471e-80b6-bdb8a57beb92) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
3428 | 2024.03.11 14:42:53.516192 [ 3 ] {045e5f08-c6dd-4b9e-b494-8900092ecf0b} <Debug> executeQuery: Read 165 rows, 16.22 KiB in 0.001475 sec., 111864.40677966102 rows/sec., 10.74 MiB/sec. | ||
3429 | 2024.03.11 14:42:53.516226 [ 132 ] {} <Trace> oximeter.fields_string (6a098439-de07-471e-80b6-bdb8a57beb92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3430 | 2024.03.11 14:42:53.516258 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
3431 | 2024.03.11 14:42:53.516425 [ 3 ] {045e5f08-c6dd-4b9e-b494-8900092ecf0b} <Debug> DynamicQueryHandler: Done processing query | ||
3432 | 2024.03.11 14:42:53.516495 [ 3 ] {045e5f08-c6dd-4b9e-b494-8900092ecf0b} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
3433 | 2024.03.11 14:42:53.516559 [ 3 ] {} <Debug> HTTP-Session: 488f41c4-5d13-4682-b83d-49b93e500317 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3434 | 2024.03.11 14:42:53.516586 [ 186 ] {6a098439-de07-471e-80b6-bdb8a57beb92::all_1_26_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full | ||
3435 | 2024.03.11 14:42:53.516797 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 9364, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3436 | 2024.03.11 14:42:53.516933 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3437 | 2024.03.11 14:42:53.516991 [ 3 ] {} <Debug> HTTP-Session: f8520c64-ea8b-4cd6-8895-09f7296d91eb Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
3438 | 2024.03.11 14:42:53.517046 [ 3 ] {} <Debug> HTTP-Session: f8520c64-ea8b-4cd6-8895-09f7296d91eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3439 | 2024.03.11 14:42:53.517057 [ 186 ] {6a098439-de07-471e-80b6-bdb8a57beb92::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3440 | 2024.03.11 14:42:53.517074 [ 3 ] {} <Debug> HTTP-Session: f8520c64-ea8b-4cd6-8895-09f7296d91eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3441 | 2024.03.11 14:42:53.517116 [ 186 ] {6a098439-de07-471e-80b6-bdb8a57beb92::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 205 rows starting from the beginning of the part | ||
3442 | 2024.03.11 14:42:53.517138 [ 3 ] {} <Trace> HTTP-Session: f8520c64-ea8b-4cd6-8895-09f7296d91eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3443 | 2024.03.11 14:42:53.517342 [ 186 ] {6a098439-de07-471e-80b6-bdb8a57beb92::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 167 rows starting from the beginning of the part | ||
3444 | 2024.03.11 14:42:53.517400 [ 3 ] {eaa1fabd-e576-47e1-ab87-ce5039c697dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3445 | 2024.03.11 14:42:53.517550 [ 3 ] {eaa1fabd-e576-47e1-ab87-ce5039c697dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3446 | 2024.03.11 14:42:53.517590 [ 186 ] {6a098439-de07-471e-80b6-bdb8a57beb92::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 37 rows starting from the beginning of the part | ||
3447 | 2024.03.11 14:42:53.517868 [ 186 ] {6a098439-de07-471e-80b6-bdb8a57beb92::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 166 rows starting from the beginning of the part | ||
3448 | 2024.03.11 14:42:53.518242 [ 186 ] {6a098439-de07-471e-80b6-bdb8a57beb92::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 165 rows starting from the beginning of the part | ||
3449 | 2024.03.11 14:42:53.518687 [ 186 ] {6a098439-de07-471e-80b6-bdb8a57beb92::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 165 rows starting from the beginning of the part | ||
3450 | 2024.03.11 14:42:53.518952 [ 3 ] {eaa1fabd-e576-47e1-ab87-ce5039c697dd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3451 | 2024.03.11 14:42:53.520028 [ 3 ] {eaa1fabd-e576-47e1-ab87-ce5039c697dd} <Trace> oximeter.fields_uuid (3d1f8790-6847-4f06-bce3-6d9b6f4d0836): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3452 | 2024.03.11 14:42:53.520079 [ 3 ] {eaa1fabd-e576-47e1-ab87-ce5039c697dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
3453 | 2024.03.11 14:42:53.520902 [ 3 ] {eaa1fabd-e576-47e1-ab87-ce5039c697dd} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
3454 | 2024.03.11 14:42:53.521533 [ 186 ] {6a098439-de07-471e-80b6-bdb8a57beb92::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 905 rows, containing 4 columns (4 merged, 0 gathered) in 0.005170127 sec., 175044.05597773517 rows/sec., 16.50 MiB/sec. | ||
3455 | 2024.03.11 14:42:53.521545 [ 3 ] {eaa1fabd-e576-47e1-ab87-ce5039c697dd} <Trace> oximeter.fields_uuid (3d1f8790-6847-4f06-bce3-6d9b6f4d0836): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3456 | 2024.03.11 14:42:53.521755 [ 186 ] {6a098439-de07-471e-80b6-bdb8a57beb92::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
3457 | 2024.03.11 14:42:53.521808 [ 132 ] {} <Debug> oximeter.fields_uuid (3d1f8790-6847-4f06-bce3-6d9b6f4d0836) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
3458 | 2024.03.11 14:42:53.521849 [ 3 ] {eaa1fabd-e576-47e1-ab87-ce5039c697dd} <Debug> executeQuery: Read 55 rows, 4.40 KiB in 0.004584 sec., 11998.254799301918 rows/sec., 960.80 KiB/sec. | ||
3459 | 2024.03.11 14:42:53.521929 [ 132 ] {} <Trace> oximeter.fields_uuid (3d1f8790-6847-4f06-bce3-6d9b6f4d0836): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3460 | 2024.03.11 14:42:53.522022 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
3461 | 2024.03.11 14:42:53.522311 [ 3 ] {eaa1fabd-e576-47e1-ab87-ce5039c697dd} <Debug> DynamicQueryHandler: Done processing query | ||
3462 | 2024.03.11 14:42:53.522424 [ 3 ] {eaa1fabd-e576-47e1-ab87-ce5039c697dd} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
3463 | 2024.03.11 14:42:53.522562 [ 3 ] {} <Debug> HTTP-Session: f8520c64-ea8b-4cd6-8895-09f7296d91eb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3464 | 2024.03.11 14:42:53.522729 [ 194 ] {3d1f8790-6847-4f06-bce3-6d9b6f4d0836::all_1_26_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full | ||
3465 | 2024.03.11 14:42:53.523039 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 58836, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3466 | 2024.03.11 14:42:53.523268 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3467 | 2024.03.11 14:42:53.523423 [ 3 ] {} <Debug> HTTP-Session: 47fcd8c2-514d-4cd5-ab7f-dededac15754 Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
3468 | 2024.03.11 14:42:53.523537 [ 3 ] {} <Debug> HTTP-Session: 47fcd8c2-514d-4cd5-ab7f-dededac15754 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3469 | 2024.03.11 14:42:53.523629 [ 3 ] {} <Debug> HTTP-Session: 47fcd8c2-514d-4cd5-ab7f-dededac15754 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3470 | 2024.03.11 14:42:53.523617 [ 194 ] {3d1f8790-6847-4f06-bce3-6d9b6f4d0836::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3471 | 2024.03.11 14:42:53.523736 [ 194 ] {3d1f8790-6847-4f06-bce3-6d9b6f4d0836::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 105 rows starting from the beginning of the part | ||
3472 | 2024.03.11 14:42:53.523763 [ 3 ] {} <Trace> HTTP-Session: 47fcd8c2-514d-4cd5-ab7f-dededac15754 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3473 | 2024.03.11 14:42:53.523945 [ 186 ] {6a098439-de07-471e-80b6-bdb8a57beb92::all_1_26_5} <Trace> oximeter.fields_string (6a098439-de07-471e-80b6-bdb8a57beb92): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3474 | 2024.03.11 14:42:53.524064 [ 194 ] {3d1f8790-6847-4f06-bce3-6d9b6f4d0836::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 59 rows starting from the beginning of the part | ||
3475 | 2024.03.11 14:42:53.524396 [ 186 ] {6a098439-de07-471e-80b6-bdb8a57beb92::all_1_26_5} <Trace> oximeter.fields_string (6a098439-de07-471e-80b6-bdb8a57beb92) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
3476 | 2024.03.11 14:42:53.524427 [ 194 ] {3d1f8790-6847-4f06-bce3-6d9b6f4d0836::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 26 rows starting from the beginning of the part | ||
3477 | 2024.03.11 14:42:53.524660 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. | ||
3478 | 2024.03.11 14:42:53.524682 [ 194 ] {3d1f8790-6847-4f06-bce3-6d9b6f4d0836::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 57 rows starting from the beginning of the part | ||
3479 | 2024.03.11 14:42:53.524934 [ 3 ] {b3c5c653-19e8-4591-9a5c-6dbbb3b7c086} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3480 | 2024.03.11 14:42:53.524998 [ 194 ] {3d1f8790-6847-4f06-bce3-6d9b6f4d0836::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 55 rows starting from the beginning of the part | ||
3481 | 2024.03.11 14:42:53.525167 [ 3 ] {b3c5c653-19e8-4591-9a5c-6dbbb3b7c086} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
3482 | 2024.03.11 14:42:53.525392 [ 194 ] {3d1f8790-6847-4f06-bce3-6d9b6f4d0836::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 55 rows starting from the beginning of the part | ||
3483 | 2024.03.11 14:42:53.526143 [ 3 ] {b3c5c653-19e8-4591-9a5c-6dbbb3b7c086} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3484 | 2024.03.11 14:42:53.527358 [ 3 ] {b3c5c653-19e8-4591-9a5c-6dbbb3b7c086} <Trace> oximeter.measurements_histogramf64 (b99726d6-44d2-48b6-acca-e9ba9748d6b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3485 | 2024.03.11 14:42:53.527460 [ 3 ] {b3c5c653-19e8-4591-9a5c-6dbbb3b7c086} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
3486 | 2024.03.11 14:42:53.527547 [ 191 ] {3d1f8790-6847-4f06-bce3-6d9b6f4d0836::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 357 rows, containing 4 columns (4 merged, 0 gathered) in 0.005367681 sec., 66509.16848449079 rows/sec., 5.20 MiB/sec. | ||
3487 | 2024.03.11 14:42:53.527778 [ 186 ] {3d1f8790-6847-4f06-bce3-6d9b6f4d0836::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
3488 | 2024.03.11 14:42:53.528367 [ 3 ] {b3c5c653-19e8-4591-9a5c-6dbbb3b7c086} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
3489 | 2024.03.11 14:42:53.528505 [ 186 ] {3d1f8790-6847-4f06-bce3-6d9b6f4d0836::all_1_26_5} <Trace> oximeter.fields_uuid (3d1f8790-6847-4f06-bce3-6d9b6f4d0836): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3490 | 2024.03.11 14:42:53.528679 [ 186 ] {3d1f8790-6847-4f06-bce3-6d9b6f4d0836::all_1_26_5} <Trace> oximeter.fields_uuid (3d1f8790-6847-4f06-bce3-6d9b6f4d0836) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
3491 | 2024.03.11 14:42:53.528867 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
3492 | 2024.03.11 14:42:53.529042 [ 3 ] {b3c5c653-19e8-4591-9a5c-6dbbb3b7c086} <Trace> oximeter.measurements_histogramf64 (b99726d6-44d2-48b6-acca-e9ba9748d6b9): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3493 | 2024.03.11 14:42:53.529186 [ 3 ] {b3c5c653-19e8-4591-9a5c-6dbbb3b7c086} <Debug> executeQuery: Read 55 rows, 76.00 KiB in 0.005214 sec., 10548.523206751055 rows/sec., 14.23 MiB/sec. | ||
3494 | 2024.03.11 14:42:53.529510 [ 3 ] {b3c5c653-19e8-4591-9a5c-6dbbb3b7c086} <Debug> DynamicQueryHandler: Done processing query | ||
3495 | 2024.03.11 14:42:53.529548 [ 3 ] {b3c5c653-19e8-4591-9a5c-6dbbb3b7c086} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
3496 | 2024.03.11 14:42:53.529566 [ 3 ] {} <Debug> HTTP-Session: 47fcd8c2-514d-4cd5-ab7f-dededac15754 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3497 | 2024.03.11 14:42:58.510641 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 4989, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3498 | 2024.03.11 14:42:58.510765 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3499 | 2024.03.11 14:42:58.510789 [ 3 ] {} <Debug> HTTP-Session: e8ae59a9-9a42-4594-9fe3-a091ce28e27d Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
3500 | 2024.03.11 14:42:58.510814 [ 3 ] {} <Debug> HTTP-Session: e8ae59a9-9a42-4594-9fe3-a091ce28e27d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3501 | 2024.03.11 14:42:58.510829 [ 3 ] {} <Debug> HTTP-Session: e8ae59a9-9a42-4594-9fe3-a091ce28e27d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3502 | 2024.03.11 14:42:58.510876 [ 3 ] {} <Trace> HTTP-Session: e8ae59a9-9a42-4594-9fe3-a091ce28e27d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3503 | 2024.03.11 14:42:58.510999 [ 3 ] {5a5c3282-c574-4a1f-99e2-e9bd6b367b81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3504 | 2024.03.11 14:42:58.511061 [ 3 ] {5a5c3282-c574-4a1f-99e2-e9bd6b367b81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3505 | 2024.03.11 14:42:58.511243 [ 3 ] {5a5c3282-c574-4a1f-99e2-e9bd6b367b81} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3506 | 2024.03.11 14:42:58.511657 [ 3 ] {5a5c3282-c574-4a1f-99e2-e9bd6b367b81} <Trace> oximeter.fields_string (6a098439-de07-471e-80b6-bdb8a57beb92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3507 | 2024.03.11 14:42:58.511706 [ 3 ] {5a5c3282-c574-4a1f-99e2-e9bd6b367b81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
3508 | 2024.03.11 14:42:58.512088 [ 3 ] {5a5c3282-c574-4a1f-99e2-e9bd6b367b81} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
3509 | 2024.03.11 14:42:58.512438 [ 3 ] {5a5c3282-c574-4a1f-99e2-e9bd6b367b81} <Trace> oximeter.fields_string (6a098439-de07-471e-80b6-bdb8a57beb92): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3510 | 2024.03.11 14:42:58.512599 [ 3 ] {5a5c3282-c574-4a1f-99e2-e9bd6b367b81} <Debug> executeQuery: Read 36 rows, 2.77 KiB in 0.001653 sec., 21778.58439201452 rows/sec., 1.63 MiB/sec. | ||
3511 | 2024.03.11 14:42:58.512771 [ 3 ] {5a5c3282-c574-4a1f-99e2-e9bd6b367b81} <Debug> DynamicQueryHandler: Done processing query | ||
3512 | 2024.03.11 14:42:58.512798 [ 3 ] {5a5c3282-c574-4a1f-99e2-e9bd6b367b81} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
3513 | 2024.03.11 14:42:58.512817 [ 3 ] {} <Debug> HTTP-Session: e8ae59a9-9a42-4594-9fe3-a091ce28e27d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3514 | 2024.03.11 14:42:58.512945 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 4094, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3515 | 2024.03.11 14:42:58.512994 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3516 | 2024.03.11 14:42:58.513013 [ 3 ] {} <Debug> HTTP-Session: 79ff639b-7531-4347-a232-c5c9aaed0024 Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
3517 | 2024.03.11 14:42:58.513030 [ 3 ] {} <Debug> HTTP-Session: 79ff639b-7531-4347-a232-c5c9aaed0024 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3518 | 2024.03.11 14:42:58.513044 [ 3 ] {} <Debug> HTTP-Session: 79ff639b-7531-4347-a232-c5c9aaed0024 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3519 | 2024.03.11 14:42:58.513076 [ 3 ] {} <Trace> HTTP-Session: 79ff639b-7531-4347-a232-c5c9aaed0024 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3520 | 2024.03.11 14:42:58.513147 [ 3 ] {ef2bdc2c-eb74-402a-96e4-e57dba777cdd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3521 | 2024.03.11 14:42:58.513188 [ 3 ] {ef2bdc2c-eb74-402a-96e4-e57dba777cdd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3522 | 2024.03.11 14:42:58.513315 [ 3 ] {ef2bdc2c-eb74-402a-96e4-e57dba777cdd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3523 | 2024.03.11 14:42:58.513619 [ 3 ] {ef2bdc2c-eb74-402a-96e4-e57dba777cdd} <Trace> oximeter.fields_uuid (3d1f8790-6847-4f06-bce3-6d9b6f4d0836): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3524 | 2024.03.11 14:42:58.513657 [ 3 ] {ef2bdc2c-eb74-402a-96e4-e57dba777cdd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
3525 | 2024.03.11 14:42:58.513963 [ 3 ] {ef2bdc2c-eb74-402a-96e4-e57dba777cdd} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
3526 | 2024.03.11 14:42:58.514273 [ 3 ] {ef2bdc2c-eb74-402a-96e4-e57dba777cdd} <Trace> oximeter.fields_uuid (3d1f8790-6847-4f06-bce3-6d9b6f4d0836): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3527 | 2024.03.11 14:42:58.514424 [ 3 ] {ef2bdc2c-eb74-402a-96e4-e57dba777cdd} <Debug> executeQuery: Read 24 rows, 1.90 KiB in 0.001299 sec., 18475.750577367206 rows/sec., 1.43 MiB/sec. | ||
3528 | 2024.03.11 14:42:58.514582 [ 3 ] {ef2bdc2c-eb74-402a-96e4-e57dba777cdd} <Debug> DynamicQueryHandler: Done processing query | ||
3529 | 2024.03.11 14:42:58.514613 [ 3 ] {ef2bdc2c-eb74-402a-96e4-e57dba777cdd} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
3530 | 2024.03.11 14:42:58.514629 [ 3 ] {} <Debug> HTTP-Session: 79ff639b-7531-4347-a232-c5c9aaed0024 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3531 | 2024.03.11 14:42:58.514751 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 7033, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3532 | 2024.03.11 14:42:58.514800 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3533 | 2024.03.11 14:42:58.514819 [ 3 ] {} <Debug> HTTP-Session: 2112db08-61c0-4b68-abfb-6e6c8aecac9c Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
3534 | 2024.03.11 14:42:58.514835 [ 3 ] {} <Debug> HTTP-Session: 2112db08-61c0-4b68-abfb-6e6c8aecac9c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3535 | 2024.03.11 14:42:58.514849 [ 3 ] {} <Debug> HTTP-Session: 2112db08-61c0-4b68-abfb-6e6c8aecac9c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3536 | 2024.03.11 14:42:58.514879 [ 3 ] {} <Trace> HTTP-Session: 2112db08-61c0-4b68-abfb-6e6c8aecac9c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3537 | 2024.03.11 14:42:58.514959 [ 3 ] {bf313fb2-09c7-4ea3-bcce-b528ea7aa612} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3538 | 2024.03.11 14:42:58.515002 [ 3 ] {bf313fb2-09c7-4ea3-bcce-b528ea7aa612} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3539 | 2024.03.11 14:42:58.515145 [ 3 ] {bf313fb2-09c7-4ea3-bcce-b528ea7aa612} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3540 | 2024.03.11 14:42:58.515450 [ 3 ] {bf313fb2-09c7-4ea3-bcce-b528ea7aa612} <Trace> oximeter.measurements_cumulativeu64 (c67eb49b-f01a-4894-b3b8-a06655ac82c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3541 | 2024.03.11 14:42:58.515486 [ 3 ] {bf313fb2-09c7-4ea3-bcce-b528ea7aa612} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
3542 | 2024.03.11 14:42:58.515864 [ 3 ] {bf313fb2-09c7-4ea3-bcce-b528ea7aa612} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
3543 | 2024.03.11 14:42:58.516198 [ 3 ] {bf313fb2-09c7-4ea3-bcce-b528ea7aa612} <Trace> oximeter.measurements_cumulativeu64 (c67eb49b-f01a-4894-b3b8-a06655ac82c2): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3544 | 2024.03.11 14:42:58.516348 [ 3 ] {bf313fb2-09c7-4ea3-bcce-b528ea7aa612} <Debug> executeQuery: Read 36 rows, 2.60 KiB in 0.001417 sec., 25405.78687367678 rows/sec., 1.79 MiB/sec. | ||
3545 | 2024.03.11 14:42:58.516594 [ 3 ] {bf313fb2-09c7-4ea3-bcce-b528ea7aa612} <Debug> DynamicQueryHandler: Done processing query | ||
3546 | 2024.03.11 14:42:58.516633 [ 3 ] {bf313fb2-09c7-4ea3-bcce-b528ea7aa612} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
3547 | 2024.03.11 14:42:58.516649 [ 3 ] {} <Debug> HTTP-Session: 2112db08-61c0-4b68-abfb-6e6c8aecac9c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3548 | 2024.03.11 14:43:03.512602 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 7933, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3549 | 2024.03.11 14:43:03.512726 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3550 | 2024.03.11 14:43:03.512750 [ 3 ] {} <Debug> HTTP-Session: 584caacc-f820-44c9-b35b-56a92ab59f8b Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
3551 | 2024.03.11 14:43:03.512776 [ 3 ] {} <Debug> HTTP-Session: 584caacc-f820-44c9-b35b-56a92ab59f8b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3552 | 2024.03.11 14:43:03.512791 [ 3 ] {} <Debug> HTTP-Session: 584caacc-f820-44c9-b35b-56a92ab59f8b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3553 | 2024.03.11 14:43:03.512838 [ 3 ] {} <Trace> HTTP-Session: 584caacc-f820-44c9-b35b-56a92ab59f8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3554 | 2024.03.11 14:43:03.512962 [ 3 ] {ad35cee2-0b71-4378-a031-d5ec103e6532} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3555 | 2024.03.11 14:43:03.513024 [ 3 ] {ad35cee2-0b71-4378-a031-d5ec103e6532} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3556 | 2024.03.11 14:43:03.513208 [ 3 ] {ad35cee2-0b71-4378-a031-d5ec103e6532} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3557 | 2024.03.11 14:43:03.513650 [ 3 ] {ad35cee2-0b71-4378-a031-d5ec103e6532} <Trace> oximeter.fields_i64 (6b5cb674-03e1-439e-829c-27b13be59f30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3558 | 2024.03.11 14:43:03.513699 [ 3 ] {ad35cee2-0b71-4378-a031-d5ec103e6532} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
3559 | 2024.03.11 14:43:03.514075 [ 3 ] {ad35cee2-0b71-4378-a031-d5ec103e6532} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
3560 | 2024.03.11 14:43:03.514418 [ 3 ] {ad35cee2-0b71-4378-a031-d5ec103e6532} <Trace> oximeter.fields_i64 (6b5cb674-03e1-439e-829c-27b13be59f30): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3561 | 2024.03.11 14:43:03.514578 [ 3 ] {ad35cee2-0b71-4378-a031-d5ec103e6532} <Debug> executeQuery: Read 55 rows, 4.46 KiB in 0.001673 sec., 32875.0747160789 rows/sec., 2.60 MiB/sec. | ||
3562 | 2024.03.11 14:43:03.514730 [ 3 ] {ad35cee2-0b71-4378-a031-d5ec103e6532} <Debug> DynamicQueryHandler: Done processing query | ||
3563 | 2024.03.11 14:43:03.514757 [ 3 ] {ad35cee2-0b71-4378-a031-d5ec103e6532} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
3564 | 2024.03.11 14:43:03.514775 [ 3 ] {} <Debug> HTTP-Session: 584caacc-f820-44c9-b35b-56a92ab59f8b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3565 | 2024.03.11 14:43:03.514955 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 26283, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3566 | 2024.03.11 14:43:03.515003 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3567 | 2024.03.11 14:43:03.515022 [ 3 ] {} <Debug> HTTP-Session: 22e78b67-0771-4486-b005-ad00aa5e8d40 Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
3568 | 2024.03.11 14:43:03.515038 [ 3 ] {} <Debug> HTTP-Session: 22e78b67-0771-4486-b005-ad00aa5e8d40 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3569 | 2024.03.11 14:43:03.515054 [ 3 ] {} <Debug> HTTP-Session: 22e78b67-0771-4486-b005-ad00aa5e8d40 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3570 | 2024.03.11 14:43:03.515085 [ 3 ] {} <Trace> HTTP-Session: 22e78b67-0771-4486-b005-ad00aa5e8d40 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3571 | 2024.03.11 14:43:03.515192 [ 3 ] {b0d46132-cd68-4778-8008-f725f26c0809} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3572 | 2024.03.11 14:43:03.515234 [ 3 ] {b0d46132-cd68-4778-8008-f725f26c0809} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3573 | 2024.03.11 14:43:03.515357 [ 3 ] {b0d46132-cd68-4778-8008-f725f26c0809} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3574 | 2024.03.11 14:43:03.515754 [ 3 ] {b0d46132-cd68-4778-8008-f725f26c0809} <Trace> oximeter.fields_string (6a098439-de07-471e-80b6-bdb8a57beb92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3575 | 2024.03.11 14:43:03.515792 [ 3 ] {b0d46132-cd68-4778-8008-f725f26c0809} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
3576 | 2024.03.11 14:43:03.516104 [ 3 ] {b0d46132-cd68-4778-8008-f725f26c0809} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
3577 | 2024.03.11 14:43:03.516405 [ 3 ] {b0d46132-cd68-4778-8008-f725f26c0809} <Trace> oximeter.fields_string (6a098439-de07-471e-80b6-bdb8a57beb92): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3578 | 2024.03.11 14:43:03.516552 [ 3 ] {b0d46132-cd68-4778-8008-f725f26c0809} <Debug> executeQuery: Read 165 rows, 16.22 KiB in 0.001407 sec., 117270.78891257996 rows/sec., 11.26 MiB/sec. | ||
3579 | 2024.03.11 14:43:03.516749 [ 3 ] {b0d46132-cd68-4778-8008-f725f26c0809} <Debug> DynamicQueryHandler: Done processing query | ||
3580 | 2024.03.11 14:43:03.516804 [ 3 ] {b0d46132-cd68-4778-8008-f725f26c0809} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
3581 | 2024.03.11 14:43:03.516860 [ 3 ] {} <Debug> HTTP-Session: 22e78b67-0771-4486-b005-ad00aa5e8d40 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3582 | 2024.03.11 14:43:03.517019 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 9364, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3583 | 2024.03.11 14:43:03.517071 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3584 | 2024.03.11 14:43:03.517089 [ 3 ] {} <Debug> HTTP-Session: 5b903a9a-40a0-4319-81c5-d43024297904 Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
3585 | 2024.03.11 14:43:03.517107 [ 3 ] {} <Debug> HTTP-Session: 5b903a9a-40a0-4319-81c5-d43024297904 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3586 | 2024.03.11 14:43:03.517121 [ 3 ] {} <Debug> HTTP-Session: 5b903a9a-40a0-4319-81c5-d43024297904 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3587 | 2024.03.11 14:43:03.517154 [ 3 ] {} <Trace> HTTP-Session: 5b903a9a-40a0-4319-81c5-d43024297904 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3588 | 2024.03.11 14:43:03.517242 [ 3 ] {899a83e9-a1b0-48cd-b72e-3f7468257bef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3589 | 2024.03.11 14:43:03.517285 [ 3 ] {899a83e9-a1b0-48cd-b72e-3f7468257bef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3590 | 2024.03.11 14:43:03.517431 [ 3 ] {899a83e9-a1b0-48cd-b72e-3f7468257bef} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3591 | 2024.03.11 14:43:03.517751 [ 3 ] {899a83e9-a1b0-48cd-b72e-3f7468257bef} <Trace> oximeter.fields_uuid (3d1f8790-6847-4f06-bce3-6d9b6f4d0836): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3592 | 2024.03.11 14:43:03.517789 [ 3 ] {899a83e9-a1b0-48cd-b72e-3f7468257bef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
3593 | 2024.03.11 14:43:03.518092 [ 3 ] {899a83e9-a1b0-48cd-b72e-3f7468257bef} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
3594 | 2024.03.11 14:43:03.518393 [ 3 ] {899a83e9-a1b0-48cd-b72e-3f7468257bef} <Trace> oximeter.fields_uuid (3d1f8790-6847-4f06-bce3-6d9b6f4d0836): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3595 | 2024.03.11 14:43:03.518539 [ 3 ] {899a83e9-a1b0-48cd-b72e-3f7468257bef} <Debug> executeQuery: Read 55 rows, 4.40 KiB in 0.001334 sec., 41229.38530734633 rows/sec., 3.22 MiB/sec. | ||
3596 | 2024.03.11 14:43:03.518661 [ 3 ] {899a83e9-a1b0-48cd-b72e-3f7468257bef} <Debug> DynamicQueryHandler: Done processing query | ||
3597 | 2024.03.11 14:43:03.518683 [ 3 ] {899a83e9-a1b0-48cd-b72e-3f7468257bef} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
3598 | 2024.03.11 14:43:03.518699 [ 3 ] {} <Debug> HTTP-Session: 5b903a9a-40a0-4319-81c5-d43024297904 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3599 | 2024.03.11 14:43:03.518843 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 58836, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3600 | 2024.03.11 14:43:03.518891 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3601 | 2024.03.11 14:43:03.518910 [ 3 ] {} <Debug> HTTP-Session: 2911c5f5-14bc-4bd3-b9a4-d7d4946c0b3d Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
3602 | 2024.03.11 14:43:03.518927 [ 3 ] {} <Debug> HTTP-Session: 2911c5f5-14bc-4bd3-b9a4-d7d4946c0b3d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3603 | 2024.03.11 14:43:03.518940 [ 3 ] {} <Debug> HTTP-Session: 2911c5f5-14bc-4bd3-b9a4-d7d4946c0b3d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3604 | 2024.03.11 14:43:03.518971 [ 3 ] {} <Trace> HTTP-Session: 2911c5f5-14bc-4bd3-b9a4-d7d4946c0b3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3605 | 2024.03.11 14:43:03.519357 [ 3 ] {e1880af9-b617-4bf9-a4f1-96eb66abbf81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3606 | 2024.03.11 14:43:03.519406 [ 3 ] {e1880af9-b617-4bf9-a4f1-96eb66abbf81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
3607 | 2024.03.11 14:43:03.519569 [ 3 ] {e1880af9-b617-4bf9-a4f1-96eb66abbf81} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3608 | 2024.03.11 14:43:03.520141 [ 3 ] {e1880af9-b617-4bf9-a4f1-96eb66abbf81} <Trace> oximeter.measurements_histogramf64 (b99726d6-44d2-48b6-acca-e9ba9748d6b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3609 | 2024.03.11 14:43:03.520179 [ 3 ] {e1880af9-b617-4bf9-a4f1-96eb66abbf81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
3610 | 2024.03.11 14:43:03.520629 [ 3 ] {e1880af9-b617-4bf9-a4f1-96eb66abbf81} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
3611 | 2024.03.11 14:43:03.520998 [ 3 ] {e1880af9-b617-4bf9-a4f1-96eb66abbf81} <Trace> oximeter.measurements_histogramf64 (b99726d6-44d2-48b6-acca-e9ba9748d6b9): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3612 | 2024.03.11 14:43:03.521151 [ 3 ] {e1880af9-b617-4bf9-a4f1-96eb66abbf81} <Debug> executeQuery: Read 55 rows, 76.00 KiB in 0.002121 sec., 25931.16454502593 rows/sec., 34.99 MiB/sec. | ||
3613 | 2024.03.11 14:43:03.521157 [ 126 ] {} <Debug> oximeter.measurements_histogramf64 (b99726d6-44d2-48b6-acca-e9ba9748d6b9) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
3614 | 2024.03.11 14:43:03.521243 [ 126 ] {} <Trace> oximeter.measurements_histogramf64 (b99726d6-44d2-48b6-acca-e9ba9748d6b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3615 | 2024.03.11 14:43:03.521293 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
3616 | 2024.03.11 14:43:03.521360 [ 3 ] {e1880af9-b617-4bf9-a4f1-96eb66abbf81} <Debug> DynamicQueryHandler: Done processing query | ||
3617 | 2024.03.11 14:43:03.521418 [ 3 ] {e1880af9-b617-4bf9-a4f1-96eb66abbf81} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
3618 | 2024.03.11 14:43:03.521455 [ 3 ] {} <Debug> HTTP-Session: 2911c5f5-14bc-4bd3-b9a4-d7d4946c0b3d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3619 | 2024.03.11 14:43:03.521478 [ 186 ] {b99726d6-44d2-48b6-acca-e9ba9748d6b9::all_1_21_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full | ||
3620 | 2024.03.11 14:43:03.521652 [ 186 ] {b99726d6-44d2-48b6-acca-e9ba9748d6b9::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3621 | 2024.03.11 14:43:03.521689 [ 186 ] {b99726d6-44d2-48b6-acca-e9ba9748d6b9::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 712 rows starting from the beginning of the part | ||
3622 | 2024.03.11 14:43:03.521789 [ 186 ] {b99726d6-44d2-48b6-acca-e9ba9748d6b9::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 55 rows starting from the beginning of the part | ||
3623 | 2024.03.11 14:43:03.521984 [ 186 ] {b99726d6-44d2-48b6-acca-e9ba9748d6b9::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 55 rows starting from the beginning of the part | ||
3624 | 2024.03.11 14:43:03.522230 [ 186 ] {b99726d6-44d2-48b6-acca-e9ba9748d6b9::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 55 rows starting from the beginning of the part | ||
3625 | 2024.03.11 14:43:03.522353 [ 186 ] {b99726d6-44d2-48b6-acca-e9ba9748d6b9::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 55 rows starting from the beginning of the part | ||
3626 | 2024.03.11 14:43:03.522488 [ 186 ] {b99726d6-44d2-48b6-acca-e9ba9748d6b9::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 55 rows starting from the beginning of the part | ||
3627 | 2024.03.11 14:43:03.563886 [ 191 ] {b99726d6-44d2-48b6-acca-e9ba9748d6b9::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 987 rows, containing 6 columns (6 merged, 0 gathered) in 0.042519421 sec., 23212.921925724248 rows/sec., 31.32 MiB/sec. | ||
3628 | 2024.03.11 14:43:03.564566 [ 201 ] {b99726d6-44d2-48b6-acca-e9ba9748d6b9::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
3629 | 2024.03.11 14:43:03.565159 [ 201 ] {b99726d6-44d2-48b6-acca-e9ba9748d6b9::all_1_21_4} <Trace> oximeter.measurements_histogramf64 (b99726d6-44d2-48b6-acca-e9ba9748d6b9): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3630 | 2024.03.11 14:43:03.565255 [ 201 ] {b99726d6-44d2-48b6-acca-e9ba9748d6b9::all_1_21_4} <Trace> oximeter.measurements_histogramf64 (b99726d6-44d2-48b6-acca-e9ba9748d6b9) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
3631 | 2024.03.11 14:43:03.565366 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.81 MiB. | ||
3632 | 2024.03.11 14:43:04.000178 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 184.28 MiB, peak 192.33 MiB, free memory in arenas 0.00 B, will set to 185.85 MiB (RSS), difference: 1.57 MiB | ||
3633 | 2024.03.11 14:43:06.160375 [ 123 ] {} <Debug> DNSResolver: Updating DNS cache | ||
3634 | 2024.03.11 14:43:06.160443 [ 123 ] {} <Debug> DNSResolver: Updated DNS cache | ||
3635 | 2024.03.11 14:43:13.512259 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 7933, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3636 | 2024.03.11 14:43:13.512444 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3637 | 2024.03.11 14:43:13.512488 [ 3 ] {} <Debug> HTTP-Session: f3dbdc8d-5281-4d3b-8d38-8fb1118147e7 Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
3638 | 2024.03.11 14:43:13.512530 [ 3 ] {} <Debug> HTTP-Session: f3dbdc8d-5281-4d3b-8d38-8fb1118147e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3639 | 2024.03.11 14:43:13.512558 [ 3 ] {} <Debug> HTTP-Session: f3dbdc8d-5281-4d3b-8d38-8fb1118147e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3640 | 2024.03.11 14:43:13.512673 [ 3 ] {} <Trace> HTTP-Session: f3dbdc8d-5281-4d3b-8d38-8fb1118147e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3641 | 2024.03.11 14:43:13.512890 [ 3 ] {15304a0b-9661-4de9-8be8-fe83572cdeba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3642 | 2024.03.11 14:43:13.512992 [ 3 ] {15304a0b-9661-4de9-8be8-fe83572cdeba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3643 | 2024.03.11 14:43:13.513302 [ 3 ] {15304a0b-9661-4de9-8be8-fe83572cdeba} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3644 | 2024.03.11 14:43:13.513811 [ 3 ] {15304a0b-9661-4de9-8be8-fe83572cdeba} <Trace> oximeter.fields_i64 (6b5cb674-03e1-439e-829c-27b13be59f30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3645 | 2024.03.11 14:43:13.513857 [ 3 ] {15304a0b-9661-4de9-8be8-fe83572cdeba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
3646 | 2024.03.11 14:43:13.514228 [ 3 ] {15304a0b-9661-4de9-8be8-fe83572cdeba} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
3647 | 2024.03.11 14:43:13.514566 [ 3 ] {15304a0b-9661-4de9-8be8-fe83572cdeba} <Trace> oximeter.fields_i64 (6b5cb674-03e1-439e-829c-27b13be59f30): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3648 | 2024.03.11 14:43:13.514717 [ 3 ] {15304a0b-9661-4de9-8be8-fe83572cdeba} <Debug> executeQuery: Read 55 rows, 4.46 KiB in 0.001932 sec., 28467.908902691514 rows/sec., 2.25 MiB/sec. | ||
3649 | 2024.03.11 14:43:13.514870 [ 3 ] {15304a0b-9661-4de9-8be8-fe83572cdeba} <Debug> DynamicQueryHandler: Done processing query | ||
3650 | 2024.03.11 14:43:13.514896 [ 3 ] {15304a0b-9661-4de9-8be8-fe83572cdeba} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
3651 | 2024.03.11 14:43:13.514912 [ 3 ] {} <Debug> HTTP-Session: f3dbdc8d-5281-4d3b-8d38-8fb1118147e7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3652 | 2024.03.11 14:43:13.515092 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 26283, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3653 | 2024.03.11 14:43:13.515140 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3654 | 2024.03.11 14:43:13.515159 [ 3 ] {} <Debug> HTTP-Session: 93d17c6d-05cb-48a6-b440-55a342687659 Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
3655 | 2024.03.11 14:43:13.515175 [ 3 ] {} <Debug> HTTP-Session: 93d17c6d-05cb-48a6-b440-55a342687659 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3656 | 2024.03.11 14:43:13.515189 [ 3 ] {} <Debug> HTTP-Session: 93d17c6d-05cb-48a6-b440-55a342687659 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3657 | 2024.03.11 14:43:13.515219 [ 3 ] {} <Trace> HTTP-Session: 93d17c6d-05cb-48a6-b440-55a342687659 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3658 | 2024.03.11 14:43:13.515330 [ 3 ] {fd6842ee-6335-4d0f-a44d-1ea545ac53eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3659 | 2024.03.11 14:43:13.515370 [ 3 ] {fd6842ee-6335-4d0f-a44d-1ea545ac53eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3660 | 2024.03.11 14:43:13.515493 [ 3 ] {fd6842ee-6335-4d0f-a44d-1ea545ac53eb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3661 | 2024.03.11 14:43:13.515907 [ 3 ] {fd6842ee-6335-4d0f-a44d-1ea545ac53eb} <Trace> oximeter.fields_string (6a098439-de07-471e-80b6-bdb8a57beb92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3662 | 2024.03.11 14:43:13.515943 [ 3 ] {fd6842ee-6335-4d0f-a44d-1ea545ac53eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
3663 | 2024.03.11 14:43:13.516253 [ 3 ] {fd6842ee-6335-4d0f-a44d-1ea545ac53eb} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
3664 | 2024.03.11 14:43:13.516544 [ 3 ] {fd6842ee-6335-4d0f-a44d-1ea545ac53eb} <Trace> oximeter.fields_string (6a098439-de07-471e-80b6-bdb8a57beb92): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3665 | 2024.03.11 14:43:13.516684 [ 3 ] {fd6842ee-6335-4d0f-a44d-1ea545ac53eb} <Debug> executeQuery: Read 165 rows, 16.22 KiB in 0.001413 sec., 116772.8237791932 rows/sec., 11.21 MiB/sec. | ||
3666 | 2024.03.11 14:43:13.516880 [ 3 ] {fd6842ee-6335-4d0f-a44d-1ea545ac53eb} <Debug> DynamicQueryHandler: Done processing query | ||
3667 | 2024.03.11 14:43:13.516939 [ 3 ] {fd6842ee-6335-4d0f-a44d-1ea545ac53eb} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
3668 | 2024.03.11 14:43:13.516992 [ 3 ] {} <Debug> HTTP-Session: 93d17c6d-05cb-48a6-b440-55a342687659 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3669 | 2024.03.11 14:43:13.517135 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 9364, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3670 | 2024.03.11 14:43:13.517183 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3671 | 2024.03.11 14:43:13.517202 [ 3 ] {} <Debug> HTTP-Session: c4cb48c5-c3e3-4c63-87d7-c6132cd751ab Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
3672 | 2024.03.11 14:43:13.517219 [ 3 ] {} <Debug> HTTP-Session: c4cb48c5-c3e3-4c63-87d7-c6132cd751ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3673 | 2024.03.11 14:43:13.517232 [ 3 ] {} <Debug> HTTP-Session: c4cb48c5-c3e3-4c63-87d7-c6132cd751ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3674 | 2024.03.11 14:43:13.517263 [ 3 ] {} <Trace> HTTP-Session: c4cb48c5-c3e3-4c63-87d7-c6132cd751ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3675 | 2024.03.11 14:43:13.517343 [ 3 ] {684948e4-8d6c-414c-92f0-db3b475f9ca2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3676 | 2024.03.11 14:43:13.517383 [ 3 ] {684948e4-8d6c-414c-92f0-db3b475f9ca2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3677 | 2024.03.11 14:43:13.517523 [ 3 ] {684948e4-8d6c-414c-92f0-db3b475f9ca2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3678 | 2024.03.11 14:43:13.517831 [ 3 ] {684948e4-8d6c-414c-92f0-db3b475f9ca2} <Trace> oximeter.fields_uuid (3d1f8790-6847-4f06-bce3-6d9b6f4d0836): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3679 | 2024.03.11 14:43:13.517868 [ 3 ] {684948e4-8d6c-414c-92f0-db3b475f9ca2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
3680 | 2024.03.11 14:43:13.518164 [ 3 ] {684948e4-8d6c-414c-92f0-db3b475f9ca2} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
3681 | 2024.03.11 14:43:13.518458 [ 3 ] {684948e4-8d6c-414c-92f0-db3b475f9ca2} <Trace> oximeter.fields_uuid (3d1f8790-6847-4f06-bce3-6d9b6f4d0836): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3682 | 2024.03.11 14:43:13.518612 [ 3 ] {684948e4-8d6c-414c-92f0-db3b475f9ca2} <Debug> executeQuery: Read 55 rows, 4.40 KiB in 0.001298 sec., 42372.88135593221 rows/sec., 3.31 MiB/sec. | ||
3683 | 2024.03.11 14:43:13.518732 [ 3 ] {684948e4-8d6c-414c-92f0-db3b475f9ca2} <Debug> DynamicQueryHandler: Done processing query | ||
3684 | 2024.03.11 14:43:13.518756 [ 3 ] {684948e4-8d6c-414c-92f0-db3b475f9ca2} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
3685 | 2024.03.11 14:43:13.518771 [ 3 ] {} <Debug> HTTP-Session: c4cb48c5-c3e3-4c63-87d7-c6132cd751ab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3686 | 2024.03.11 14:43:13.518934 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 58836, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3687 | 2024.03.11 14:43:13.518981 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3688 | 2024.03.11 14:43:13.519000 [ 3 ] {} <Debug> HTTP-Session: 1982094c-677c-4357-b0e4-75bfc677f4b5 Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
3689 | 2024.03.11 14:43:13.519016 [ 3 ] {} <Debug> HTTP-Session: 1982094c-677c-4357-b0e4-75bfc677f4b5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3690 | 2024.03.11 14:43:13.519029 [ 3 ] {} <Debug> HTTP-Session: 1982094c-677c-4357-b0e4-75bfc677f4b5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3691 | 2024.03.11 14:43:13.519059 [ 3 ] {} <Trace> HTTP-Session: 1982094c-677c-4357-b0e4-75bfc677f4b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3692 | 2024.03.11 14:43:13.519413 [ 3 ] {bb401fe7-2243-43d5-a46c-3418d1b8cf10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3693 | 2024.03.11 14:43:13.519458 [ 3 ] {bb401fe7-2243-43d5-a46c-3418d1b8cf10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
3694 | 2024.03.11 14:43:13.519617 [ 3 ] {bb401fe7-2243-43d5-a46c-3418d1b8cf10} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3695 | 2024.03.11 14:43:13.520225 [ 3 ] {bb401fe7-2243-43d5-a46c-3418d1b8cf10} <Trace> oximeter.measurements_histogramf64 (b99726d6-44d2-48b6-acca-e9ba9748d6b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3696 | 2024.03.11 14:43:13.520261 [ 3 ] {bb401fe7-2243-43d5-a46c-3418d1b8cf10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
3697 | 2024.03.11 14:43:13.520682 [ 3 ] {bb401fe7-2243-43d5-a46c-3418d1b8cf10} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
3698 | 2024.03.11 14:43:13.521025 [ 3 ] {bb401fe7-2243-43d5-a46c-3418d1b8cf10} <Trace> oximeter.measurements_histogramf64 (b99726d6-44d2-48b6-acca-e9ba9748d6b9): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3699 | 2024.03.11 14:43:13.521171 [ 3 ] {bb401fe7-2243-43d5-a46c-3418d1b8cf10} <Debug> executeQuery: Read 55 rows, 76.00 KiB in 0.002047 sec., 26868.5881778212 rows/sec., 36.26 MiB/sec. | ||
3700 | 2024.03.11 14:43:13.521293 [ 3 ] {bb401fe7-2243-43d5-a46c-3418d1b8cf10} <Debug> DynamicQueryHandler: Done processing query | ||
3701 | 2024.03.11 14:43:13.521317 [ 3 ] {bb401fe7-2243-43d5-a46c-3418d1b8cf10} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
3702 | 2024.03.11 14:43:13.521332 [ 3 ] {} <Debug> HTTP-Session: 1982094c-677c-4357-b0e4-75bfc677f4b5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3703 | 2024.03.11 14:43:21.160705 [ 13 ] {} <Debug> DNSResolver: Updating DNS cache | ||
3704 | 2024.03.11 14:43:21.160804 [ 13 ] {} <Debug> DNSResolver: Updated DNS cache | ||
3705 | 2024.03.11 14:43:23.001364 [ 243 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000934886 sec. | ||
3706 | 2024.03.11 14:43:23.512279 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 7933, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3707 | 2024.03.11 14:43:23.512392 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3708 | 2024.03.11 14:43:23.512417 [ 3 ] {} <Debug> HTTP-Session: 1c218622-5441-4bf2-81bc-8cff3e1f5195 Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
3709 | 2024.03.11 14:43:23.512441 [ 3 ] {} <Debug> HTTP-Session: 1c218622-5441-4bf2-81bc-8cff3e1f5195 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3710 | 2024.03.11 14:43:23.512455 [ 3 ] {} <Debug> HTTP-Session: 1c218622-5441-4bf2-81bc-8cff3e1f5195 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3711 | 2024.03.11 14:43:23.512504 [ 3 ] {} <Trace> HTTP-Session: 1c218622-5441-4bf2-81bc-8cff3e1f5195 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3712 | 2024.03.11 14:43:23.512631 [ 3 ] {ca2ca8e8-6a9c-4030-8439-5888563b7bdf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3713 | 2024.03.11 14:43:23.512695 [ 3 ] {ca2ca8e8-6a9c-4030-8439-5888563b7bdf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3714 | 2024.03.11 14:43:23.512908 [ 3 ] {ca2ca8e8-6a9c-4030-8439-5888563b7bdf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3715 | 2024.03.11 14:43:23.513339 [ 3 ] {ca2ca8e8-6a9c-4030-8439-5888563b7bdf} <Trace> oximeter.fields_i64 (6b5cb674-03e1-439e-829c-27b13be59f30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3716 | 2024.03.11 14:43:23.513388 [ 3 ] {ca2ca8e8-6a9c-4030-8439-5888563b7bdf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
3717 | 2024.03.11 14:43:23.513772 [ 3 ] {ca2ca8e8-6a9c-4030-8439-5888563b7bdf} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
3718 | 2024.03.11 14:43:23.514101 [ 3 ] {ca2ca8e8-6a9c-4030-8439-5888563b7bdf} <Trace> oximeter.fields_i64 (6b5cb674-03e1-439e-829c-27b13be59f30): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3719 | 2024.03.11 14:43:23.514251 [ 3 ] {ca2ca8e8-6a9c-4030-8439-5888563b7bdf} <Debug> executeQuery: Read 55 rows, 4.46 KiB in 0.001684 sec., 32660.332541567695 rows/sec., 2.59 MiB/sec. | ||
3720 | 2024.03.11 14:43:23.514291 [ 6 ] {} <Debug> oximeter.fields_i64 (6b5cb674-03e1-439e-829c-27b13be59f30) (MergerMutator): Selected 5 parts from all_1_19_4 to all_23_23_0 | ||
3721 | 2024.03.11 14:43:23.514399 [ 6 ] {} <Trace> oximeter.fields_i64 (6b5cb674-03e1-439e-829c-27b13be59f30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3722 | 2024.03.11 14:43:23.514430 [ 6 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
3723 | 2024.03.11 14:43:23.514455 [ 3 ] {ca2ca8e8-6a9c-4030-8439-5888563b7bdf} <Debug> DynamicQueryHandler: Done processing query | ||
3724 | 2024.03.11 14:43:23.514514 [ 3 ] {ca2ca8e8-6a9c-4030-8439-5888563b7bdf} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
3725 | 2024.03.11 14:43:23.514577 [ 3 ] {} <Debug> HTTP-Session: 1c218622-5441-4bf2-81bc-8cff3e1f5195 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3726 | 2024.03.11 14:43:23.514837 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 680, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3727 | 2024.03.11 14:43:23.514837 [ 193 ] {6b5cb674-03e1-439e-829c-27b13be59f30::all_1_23_5} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_19_4 to all_23_23_0 into Compact with storage Full | ||
3728 | 2024.03.11 14:43:23.514950 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3729 | 2024.03.11 14:43:23.515010 [ 3 ] {} <Debug> HTTP-Session: 18e8662b-45c2-4532-afdb-f96a349b4779 Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
3730 | 2024.03.11 14:43:23.515049 [ 3 ] {} <Debug> HTTP-Session: 18e8662b-45c2-4532-afdb-f96a349b4779 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3731 | 2024.03.11 14:43:23.515087 [ 3 ] {} <Debug> HTTP-Session: 18e8662b-45c2-4532-afdb-f96a349b4779 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3732 | 2024.03.11 14:43:23.515183 [ 3 ] {} <Trace> HTTP-Session: 18e8662b-45c2-4532-afdb-f96a349b4779 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3733 | 2024.03.11 14:43:23.515241 [ 193 ] {6b5cb674-03e1-439e-829c-27b13be59f30::all_1_23_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3734 | 2024.03.11 14:43:23.515308 [ 193 ] {6b5cb674-03e1-439e-829c-27b13be59f30::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_19_4, total 55 rows starting from the beginning of the part | ||
3735 | 2024.03.11 14:43:23.515332 [ 3 ] {4bfbaa1d-caa6-47d4-93c4-f9e3c7086539} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
3736 | 2024.03.11 14:43:23.515412 [ 3 ] {4bfbaa1d-caa6-47d4-93c4-f9e3c7086539} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
3737 | 2024.03.11 14:43:23.515609 [ 193 ] {6b5cb674-03e1-439e-829c-27b13be59f30::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 55 rows starting from the beginning of the part | ||
3738 | 2024.03.11 14:43:23.515977 [ 193 ] {6b5cb674-03e1-439e-829c-27b13be59f30::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 55 rows starting from the beginning of the part | ||
3739 | 2024.03.11 14:43:23.516292 [ 193 ] {6b5cb674-03e1-439e-829c-27b13be59f30::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 55 rows starting from the beginning of the part | ||
3740 | 2024.03.11 14:43:23.516644 [ 193 ] {6b5cb674-03e1-439e-829c-27b13be59f30::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 55 rows starting from the beginning of the part | ||
3741 | 2024.03.11 14:43:23.516643 [ 3 ] {4bfbaa1d-caa6-47d4-93c4-f9e3c7086539} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3742 | 2024.03.11 14:43:23.517777 [ 3 ] {4bfbaa1d-caa6-47d4-93c4-f9e3c7086539} <Trace> oximeter.fields_ipaddr (334e9a02-ace0-41a3-88ff-f52311cf0408): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3743 | 2024.03.11 14:43:23.517843 [ 3 ] {4bfbaa1d-caa6-47d4-93c4-f9e3c7086539} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
3744 | 2024.03.11 14:43:23.518636 [ 3 ] {4bfbaa1d-caa6-47d4-93c4-f9e3c7086539} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
3745 | 2024.03.11 14:43:23.519390 [ 195 ] {6b5cb674-03e1-439e-829c-27b13be59f30::all_1_23_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 275 rows, containing 4 columns (4 merged, 0 gathered) in 0.004817991 sec., 57077.73219169567 rows/sec., 4.52 MiB/sec. | ||
3746 | 2024.03.11 14:43:23.519576 [ 3 ] {4bfbaa1d-caa6-47d4-93c4-f9e3c7086539} <Trace> oximeter.fields_ipaddr (334e9a02-ace0-41a3-88ff-f52311cf0408): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3747 | 2024.03.11 14:43:23.519640 [ 195 ] {6b5cb674-03e1-439e-829c-27b13be59f30::all_1_23_5} <Trace> MergedBlockOutputStream: filled checksums all_1_23_5 (state Temporary) | ||
3748 | 2024.03.11 14:43:23.519892 [ 3 ] {4bfbaa1d-caa6-47d4-93c4-f9e3c7086539} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.004613 sec., 867.1146759158898 rows/sec., 70.71 KiB/sec. | ||
3749 | 2024.03.11 14:43:23.520507 [ 3 ] {4bfbaa1d-caa6-47d4-93c4-f9e3c7086539} <Debug> DynamicQueryHandler: Done processing query | ||
3750 | 2024.03.11 14:43:23.520559 [ 3 ] {4bfbaa1d-caa6-47d4-93c4-f9e3c7086539} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
3751 | 2024.03.11 14:43:23.520581 [ 3 ] {} <Debug> HTTP-Session: 18e8662b-45c2-4532-afdb-f96a349b4779 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3752 | 2024.03.11 14:43:23.520766 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 26583, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3753 | 2024.03.11 14:43:23.520785 [ 195 ] {6b5cb674-03e1-439e-829c-27b13be59f30::all_1_23_5} <Trace> oximeter.fields_i64 (6b5cb674-03e1-439e-829c-27b13be59f30): Renaming temporary part tmp_merge_all_1_23_5 to all_1_23_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3754 | 2024.03.11 14:43:23.520873 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3755 | 2024.03.11 14:43:23.520924 [ 3 ] {} <Debug> HTTP-Session: df75d0fe-4311-4d54-9b6e-506a4a07c9f6 Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
3756 | 2024.03.11 14:43:23.520945 [ 3 ] {} <Debug> HTTP-Session: df75d0fe-4311-4d54-9b6e-506a4a07c9f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3757 | 2024.03.11 14:43:23.520969 [ 195 ] {6b5cb674-03e1-439e-829c-27b13be59f30::all_1_23_5} <Trace> oximeter.fields_i64 (6b5cb674-03e1-439e-829c-27b13be59f30) (MergerMutator): Merged 5 parts: [all_1_19_4, all_23_23_0] -> all_1_23_5 | ||
3758 | 2024.03.11 14:43:23.520982 [ 3 ] {} <Debug> HTTP-Session: df75d0fe-4311-4d54-9b6e-506a4a07c9f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3759 | 2024.03.11 14:43:23.521064 [ 3 ] {} <Trace> HTTP-Session: df75d0fe-4311-4d54-9b6e-506a4a07c9f6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3760 | 2024.03.11 14:43:23.521134 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
3761 | 2024.03.11 14:43:23.521258 [ 3 ] {b396f150-3a2b-41f0-8ef5-600adae78371} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3762 | 2024.03.11 14:43:23.521308 [ 3 ] {b396f150-3a2b-41f0-8ef5-600adae78371} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3763 | 2024.03.11 14:43:23.521458 [ 3 ] {b396f150-3a2b-41f0-8ef5-600adae78371} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3764 | 2024.03.11 14:43:23.521896 [ 3 ] {b396f150-3a2b-41f0-8ef5-600adae78371} <Trace> oximeter.fields_string (6a098439-de07-471e-80b6-bdb8a57beb92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3765 | 2024.03.11 14:43:23.521936 [ 3 ] {b396f150-3a2b-41f0-8ef5-600adae78371} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
3766 | 2024.03.11 14:43:23.522264 [ 3 ] {b396f150-3a2b-41f0-8ef5-600adae78371} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
3767 | 2024.03.11 14:43:23.522600 [ 3 ] {b396f150-3a2b-41f0-8ef5-600adae78371} <Trace> oximeter.fields_string (6a098439-de07-471e-80b6-bdb8a57beb92): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3768 | 2024.03.11 14:43:23.522754 [ 3 ] {b396f150-3a2b-41f0-8ef5-600adae78371} <Debug> executeQuery: Read 167 rows, 16.40 KiB in 0.001582 sec., 105562.57901390645 rows/sec., 10.12 MiB/sec. | ||
3769 | 2024.03.11 14:43:23.522874 [ 3 ] {b396f150-3a2b-41f0-8ef5-600adae78371} <Debug> DynamicQueryHandler: Done processing query | ||
3770 | 2024.03.11 14:43:23.522898 [ 3 ] {b396f150-3a2b-41f0-8ef5-600adae78371} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
3771 | 2024.03.11 14:43:23.522914 [ 3 ] {} <Debug> HTTP-Session: df75d0fe-4311-4d54-9b6e-506a4a07c9f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3772 | 2024.03.11 14:43:23.523027 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 613, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3773 | 2024.03.11 14:43:23.523074 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3774 | 2024.03.11 14:43:23.523093 [ 3 ] {} <Debug> HTTP-Session: c10a9923-f4a0-47fc-a38f-6cdff2dc7771 Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
3775 | 2024.03.11 14:43:23.523109 [ 3 ] {} <Debug> HTTP-Session: c10a9923-f4a0-47fc-a38f-6cdff2dc7771 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3776 | 2024.03.11 14:43:23.523123 [ 3 ] {} <Debug> HTTP-Session: c10a9923-f4a0-47fc-a38f-6cdff2dc7771 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3777 | 2024.03.11 14:43:23.523153 [ 3 ] {} <Trace> HTTP-Session: c10a9923-f4a0-47fc-a38f-6cdff2dc7771 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3778 | 2024.03.11 14:43:23.523217 [ 3 ] {9c851878-7ea4-46f0-b2b9-c0a2d1e57983} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
3779 | 2024.03.11 14:43:23.523256 [ 3 ] {9c851878-7ea4-46f0-b2b9-c0a2d1e57983} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3780 | 2024.03.11 14:43:23.523380 [ 3 ] {9c851878-7ea4-46f0-b2b9-c0a2d1e57983} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3781 | 2024.03.11 14:43:23.523648 [ 3 ] {9c851878-7ea4-46f0-b2b9-c0a2d1e57983} <Trace> oximeter.fields_u16 (6b7af958-2474-4c0b-b5ad-97e1406ef2f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3782 | 2024.03.11 14:43:23.523684 [ 3 ] {9c851878-7ea4-46f0-b2b9-c0a2d1e57983} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
3783 | 2024.03.11 14:43:23.523973 [ 3 ] {9c851878-7ea4-46f0-b2b9-c0a2d1e57983} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
3784 | 2024.03.11 14:43:23.524267 [ 3 ] {9c851878-7ea4-46f0-b2b9-c0a2d1e57983} <Trace> oximeter.fields_u16 (6b7af958-2474-4c0b-b5ad-97e1406ef2f2): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3785 | 2024.03.11 14:43:23.524415 [ 3 ] {9c851878-7ea4-46f0-b2b9-c0a2d1e57983} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001213 sec., 3297.609233305853 rows/sec., 230.25 KiB/sec. | ||
3786 | 2024.03.11 14:43:23.524581 [ 3 ] {9c851878-7ea4-46f0-b2b9-c0a2d1e57983} <Debug> DynamicQueryHandler: Done processing query | ||
3787 | 2024.03.11 14:43:23.524607 [ 3 ] {9c851878-7ea4-46f0-b2b9-c0a2d1e57983} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
3788 | 2024.03.11 14:43:23.524623 [ 3 ] {} <Debug> HTTP-Session: c10a9923-f4a0-47fc-a38f-6cdff2dc7771 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3789 | 2024.03.11 14:43:23.524741 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 10050, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3790 | 2024.03.11 14:43:23.524790 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3791 | 2024.03.11 14:43:23.524808 [ 3 ] {} <Debug> HTTP-Session: b930e987-4ac6-460b-a20d-93597f92ef9c Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
3792 | 2024.03.11 14:43:23.524824 [ 3 ] {} <Debug> HTTP-Session: b930e987-4ac6-460b-a20d-93597f92ef9c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3793 | 2024.03.11 14:43:23.524838 [ 3 ] {} <Debug> HTTP-Session: b930e987-4ac6-460b-a20d-93597f92ef9c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3794 | 2024.03.11 14:43:23.524867 [ 3 ] {} <Trace> HTTP-Session: b930e987-4ac6-460b-a20d-93597f92ef9c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3795 | 2024.03.11 14:43:23.524955 [ 3 ] {9e6cec65-da1c-4443-abdd-1abe07b576be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3796 | 2024.03.11 14:43:23.524994 [ 3 ] {9e6cec65-da1c-4443-abdd-1abe07b576be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3797 | 2024.03.11 14:43:23.525119 [ 3 ] {9e6cec65-da1c-4443-abdd-1abe07b576be} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3798 | 2024.03.11 14:43:23.525430 [ 3 ] {9e6cec65-da1c-4443-abdd-1abe07b576be} <Trace> oximeter.fields_uuid (3d1f8790-6847-4f06-bce3-6d9b6f4d0836): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3799 | 2024.03.11 14:43:23.525465 [ 3 ] {9e6cec65-da1c-4443-abdd-1abe07b576be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
3800 | 2024.03.11 14:43:23.525764 [ 3 ] {9e6cec65-da1c-4443-abdd-1abe07b576be} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
3801 | 2024.03.11 14:43:23.526060 [ 3 ] {9e6cec65-da1c-4443-abdd-1abe07b576be} <Trace> oximeter.fields_uuid (3d1f8790-6847-4f06-bce3-6d9b6f4d0836): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3802 | 2024.03.11 14:43:23.526202 [ 3 ] {9e6cec65-da1c-4443-abdd-1abe07b576be} <Debug> executeQuery: Read 59 rows, 4.73 KiB in 0.001286 sec., 45878.69362363919 rows/sec., 3.59 MiB/sec. | ||
3803 | 2024.03.11 14:43:23.526321 [ 3 ] {9e6cec65-da1c-4443-abdd-1abe07b576be} <Debug> DynamicQueryHandler: Done processing query | ||
3804 | 2024.03.11 14:43:23.526345 [ 3 ] {9e6cec65-da1c-4443-abdd-1abe07b576be} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
3805 | 2024.03.11 14:43:23.526360 [ 3 ] {} <Debug> HTTP-Session: b930e987-4ac6-460b-a20d-93597f92ef9c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3806 | 2024.03.11 14:43:23.526475 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 449, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3807 | 2024.03.11 14:43:23.526521 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3808 | 2024.03.11 14:43:23.526540 [ 3 ] {} <Debug> HTTP-Session: a5330a42-ee14-483b-8e63-242e61ba14cb Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
3809 | 2024.03.11 14:43:23.526557 [ 3 ] {} <Debug> HTTP-Session: a5330a42-ee14-483b-8e63-242e61ba14cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3810 | 2024.03.11 14:43:23.526571 [ 3 ] {} <Debug> HTTP-Session: a5330a42-ee14-483b-8e63-242e61ba14cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3811 | 2024.03.11 14:43:23.526600 [ 3 ] {} <Trace> HTTP-Session: a5330a42-ee14-483b-8e63-242e61ba14cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3812 | 2024.03.11 14:43:23.526663 [ 3 ] {cd3260db-e1f8-49b6-a714-7ecdae1994c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3813 | 2024.03.11 14:43:23.526707 [ 3 ] {cd3260db-e1f8-49b6-a714-7ecdae1994c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3814 | 2024.03.11 14:43:23.526851 [ 3 ] {cd3260db-e1f8-49b6-a714-7ecdae1994c1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3815 | 2024.03.11 14:43:23.527178 [ 3 ] {cd3260db-e1f8-49b6-a714-7ecdae1994c1} <Trace> oximeter.measurements_cumulativeu64 (c67eb49b-f01a-4894-b3b8-a06655ac82c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3816 | 2024.03.11 14:43:23.527215 [ 3 ] {cd3260db-e1f8-49b6-a714-7ecdae1994c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
3817 | 2024.03.11 14:43:23.527578 [ 3 ] {cd3260db-e1f8-49b6-a714-7ecdae1994c1} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
3818 | 2024.03.11 14:43:23.527911 [ 3 ] {cd3260db-e1f8-49b6-a714-7ecdae1994c1} <Trace> oximeter.measurements_cumulativeu64 (c67eb49b-f01a-4894-b3b8-a06655ac82c2): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3819 | 2024.03.11 14:43:23.528050 [ 3 ] {cd3260db-e1f8-49b6-a714-7ecdae1994c1} <Debug> executeQuery: Read 2 rows, 144.00 B in 0.001407 sec., 1421.4641080312722 rows/sec., 99.95 KiB/sec. | ||
3820 | 2024.03.11 14:43:23.528311 [ 3 ] {cd3260db-e1f8-49b6-a714-7ecdae1994c1} <Debug> DynamicQueryHandler: Done processing query | ||
3821 | 2024.03.11 14:43:23.528349 [ 3 ] {cd3260db-e1f8-49b6-a714-7ecdae1994c1} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
3822 | 2024.03.11 14:43:23.528366 [ 3 ] {} <Debug> HTTP-Session: a5330a42-ee14-483b-8e63-242e61ba14cb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3823 | 2024.03.11 14:43:23.528530 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 58836, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3824 | 2024.03.11 14:43:23.528579 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3825 | 2024.03.11 14:43:23.528596 [ 3 ] {} <Debug> HTTP-Session: c78220d3-74c9-469a-8251-ce5f0ea86826 Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
3826 | 2024.03.11 14:43:23.528612 [ 3 ] {} <Debug> HTTP-Session: c78220d3-74c9-469a-8251-ce5f0ea86826 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3827 | 2024.03.11 14:43:23.528626 [ 3 ] {} <Debug> HTTP-Session: c78220d3-74c9-469a-8251-ce5f0ea86826 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3828 | 2024.03.11 14:43:23.528655 [ 3 ] {} <Trace> HTTP-Session: c78220d3-74c9-469a-8251-ce5f0ea86826 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3829 | 2024.03.11 14:43:23.529026 [ 3 ] {53838f56-81f5-4add-90a8-813271d83524} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3830 | 2024.03.11 14:43:23.529075 [ 3 ] {53838f56-81f5-4add-90a8-813271d83524} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
3831 | 2024.03.11 14:43:23.529257 [ 3 ] {53838f56-81f5-4add-90a8-813271d83524} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3832 | 2024.03.11 14:43:23.529839 [ 3 ] {53838f56-81f5-4add-90a8-813271d83524} <Trace> oximeter.measurements_histogramf64 (b99726d6-44d2-48b6-acca-e9ba9748d6b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3833 | 2024.03.11 14:43:23.529874 [ 3 ] {53838f56-81f5-4add-90a8-813271d83524} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
3834 | 2024.03.11 14:43:23.530286 [ 3 ] {53838f56-81f5-4add-90a8-813271d83524} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
3835 | 2024.03.11 14:43:23.530617 [ 3 ] {53838f56-81f5-4add-90a8-813271d83524} <Trace> oximeter.measurements_histogramf64 (b99726d6-44d2-48b6-acca-e9ba9748d6b9): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3836 | 2024.03.11 14:43:23.530772 [ 3 ] {53838f56-81f5-4add-90a8-813271d83524} <Debug> executeQuery: Read 55 rows, 76.00 KiB in 0.002053 sec., 26790.06332196785 rows/sec., 36.15 MiB/sec. | ||
3837 | 2024.03.11 14:43:23.530889 [ 3 ] {53838f56-81f5-4add-90a8-813271d83524} <Debug> DynamicQueryHandler: Done processing query | ||
3838 | 2024.03.11 14:43:23.530913 [ 3 ] {53838f56-81f5-4add-90a8-813271d83524} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
3839 | 2024.03.11 14:43:23.530928 [ 3 ] {} <Debug> HTTP-Session: c78220d3-74c9-469a-8251-ce5f0ea86826 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3840 | 2024.03.11 14:43:28.510884 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3841 | 2024.03.11 14:43:28.511078 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3842 | 2024.03.11 14:43:28.511123 [ 3 ] {} <Debug> HTTP-Session: 639c7ee6-5a40-4782-ba7d-631e5ef545a6 Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
3843 | 2024.03.11 14:43:28.511166 [ 3 ] {} <Debug> HTTP-Session: 639c7ee6-5a40-4782-ba7d-631e5ef545a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3844 | 2024.03.11 14:43:28.511195 [ 3 ] {} <Debug> HTTP-Session: 639c7ee6-5a40-4782-ba7d-631e5ef545a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3845 | 2024.03.11 14:43:28.511276 [ 3 ] {} <Trace> HTTP-Session: 639c7ee6-5a40-4782-ba7d-631e5ef545a6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3846 | 2024.03.11 14:43:28.511453 [ 3 ] {05392803-2739-48c1-8d89-10c1453b4492} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
3847 | 2024.03.11 14:43:28.511558 [ 3 ] {05392803-2739-48c1-8d89-10c1453b4492} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
3848 | 2024.03.11 14:43:28.511873 [ 3 ] {05392803-2739-48c1-8d89-10c1453b4492} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3849 | 2024.03.11 14:43:28.512281 [ 3 ] {05392803-2739-48c1-8d89-10c1453b4492} <Trace> oximeter.fields_ipaddr (334e9a02-ace0-41a3-88ff-f52311cf0408): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3850 | 2024.03.11 14:43:28.512330 [ 3 ] {05392803-2739-48c1-8d89-10c1453b4492} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
3851 | 2024.03.11 14:43:28.512705 [ 3 ] {05392803-2739-48c1-8d89-10c1453b4492} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
3852 | 2024.03.11 14:43:28.513041 [ 3 ] {05392803-2739-48c1-8d89-10c1453b4492} <Trace> oximeter.fields_ipaddr (334e9a02-ace0-41a3-88ff-f52311cf0408): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3853 | 2024.03.11 14:43:28.513196 [ 3 ] {05392803-2739-48c1-8d89-10c1453b4492} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001828 sec., 1094.0919037199126 rows/sec., 89.22 KiB/sec. | ||
3854 | 2024.03.11 14:43:28.513241 [ 9 ] {} <Debug> oximeter.fields_ipaddr (334e9a02-ace0-41a3-88ff-f52311cf0408) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 | ||
3855 | 2024.03.11 14:43:28.513376 [ 9 ] {} <Trace> oximeter.fields_ipaddr (334e9a02-ace0-41a3-88ff-f52311cf0408): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3856 | 2024.03.11 14:43:28.513421 [ 3 ] {05392803-2739-48c1-8d89-10c1453b4492} <Debug> DynamicQueryHandler: Done processing query | ||
3857 | 2024.03.11 14:43:28.513431 [ 9 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
3858 | 2024.03.11 14:43:28.513459 [ 3 ] {05392803-2739-48c1-8d89-10c1453b4492} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
3859 | 2024.03.11 14:43:28.513505 [ 3 ] {} <Debug> HTTP-Session: 639c7ee6-5a40-4782-ba7d-631e5ef545a6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3860 | 2024.03.11 14:43:28.513759 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 5139, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3861 | 2024.03.11 14:43:28.513926 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3862 | 2024.03.11 14:43:28.513994 [ 191 ] {334e9a02-ace0-41a3-88ff-f52311cf0408::all_1_10_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_5_1 to all_10_10_0 into Compact with storage Full | ||
3863 | 2024.03.11 14:43:28.514022 [ 3 ] {} <Debug> HTTP-Session: e45b7b86-ba1f-4716-87fa-1d0842a07dbb Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
3864 | 2024.03.11 14:43:28.514119 [ 3 ] {} <Debug> HTTP-Session: e45b7b86-ba1f-4716-87fa-1d0842a07dbb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3865 | 2024.03.11 14:43:28.514149 [ 3 ] {} <Debug> HTTP-Session: e45b7b86-ba1f-4716-87fa-1d0842a07dbb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3866 | 2024.03.11 14:43:28.514225 [ 3 ] {} <Trace> HTTP-Session: e45b7b86-ba1f-4716-87fa-1d0842a07dbb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3867 | 2024.03.11 14:43:28.514425 [ 191 ] {334e9a02-ace0-41a3-88ff-f52311cf0408::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3868 | 2024.03.11 14:43:28.514440 [ 3 ] {1789d5e6-b7b5-4859-9bb2-87a929dd246c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3869 | 2024.03.11 14:43:28.514491 [ 191 ] {334e9a02-ace0-41a3-88ff-f52311cf0408::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 8 rows starting from the beginning of the part | ||
3870 | 2024.03.11 14:43:28.514529 [ 3 ] {1789d5e6-b7b5-4859-9bb2-87a929dd246c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3871 | 2024.03.11 14:43:28.514808 [ 191 ] {334e9a02-ace0-41a3-88ff-f52311cf0408::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 4 rows starting from the beginning of the part | ||
3872 | 2024.03.11 14:43:28.515172 [ 191 ] {334e9a02-ace0-41a3-88ff-f52311cf0408::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2 rows starting from the beginning of the part | ||
3873 | 2024.03.11 14:43:28.515500 [ 3 ] {1789d5e6-b7b5-4859-9bb2-87a929dd246c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3874 | 2024.03.11 14:43:28.515527 [ 191 ] {334e9a02-ace0-41a3-88ff-f52311cf0408::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 2 rows starting from the beginning of the part | ||
3875 | 2024.03.11 14:43:28.515841 [ 191 ] {334e9a02-ace0-41a3-88ff-f52311cf0408::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 4 rows starting from the beginning of the part | ||
3876 | 2024.03.11 14:43:28.516019 [ 191 ] {334e9a02-ace0-41a3-88ff-f52311cf0408::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 2 rows starting from the beginning of the part | ||
3877 | 2024.03.11 14:43:28.516847 [ 3 ] {1789d5e6-b7b5-4859-9bb2-87a929dd246c} <Trace> oximeter.fields_string (6a098439-de07-471e-80b6-bdb8a57beb92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3878 | 2024.03.11 14:43:28.516912 [ 3 ] {1789d5e6-b7b5-4859-9bb2-87a929dd246c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
3879 | 2024.03.11 14:43:28.517745 [ 3 ] {1789d5e6-b7b5-4859-9bb2-87a929dd246c} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
3880 | 2024.03.11 14:43:28.518853 [ 3 ] {1789d5e6-b7b5-4859-9bb2-87a929dd246c} <Trace> oximeter.fields_string (6a098439-de07-471e-80b6-bdb8a57beb92): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3881 | 2024.03.11 14:43:28.518865 [ 191 ] {334e9a02-ace0-41a3-88ff-f52311cf0408::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 22 rows, containing 4 columns (4 merged, 0 gathered) in 0.005270539 sec., 4174.146135717808 rows/sec., 340.37 KiB/sec. | ||
3882 | 2024.03.11 14:43:28.519127 [ 9 ] {} <Debug> oximeter.fields_string (6a098439-de07-471e-80b6-bdb8a57beb92) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
3883 | 2024.03.11 14:43:28.519163 [ 3 ] {1789d5e6-b7b5-4859-9bb2-87a929dd246c} <Debug> executeQuery: Read 37 rows, 2.85 KiB in 0.004818 sec., 7679.5350767953505 rows/sec., 592.46 KiB/sec. | ||
3884 | 2024.03.11 14:43:28.519129 [ 191 ] {334e9a02-ace0-41a3-88ff-f52311cf0408::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
3885 | 2024.03.11 14:43:28.519199 [ 9 ] {} <Trace> oximeter.fields_string (6a098439-de07-471e-80b6-bdb8a57beb92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3886 | 2024.03.11 14:43:28.519290 [ 9 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
3887 | 2024.03.11 14:43:28.519617 [ 3 ] {1789d5e6-b7b5-4859-9bb2-87a929dd246c} <Debug> DynamicQueryHandler: Done processing query | ||
3888 | 2024.03.11 14:43:28.519673 [ 193 ] {6a098439-de07-471e-80b6-bdb8a57beb92::all_1_31_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full | ||
3889 | 2024.03.11 14:43:28.519702 [ 3 ] {1789d5e6-b7b5-4859-9bb2-87a929dd246c} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
3890 | 2024.03.11 14:43:28.519785 [ 3 ] {} <Debug> HTTP-Session: e45b7b86-ba1f-4716-87fa-1d0842a07dbb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3891 | 2024.03.11 14:43:28.520082 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3892 | 2024.03.11 14:43:28.520240 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3893 | 2024.03.11 14:43:28.520311 [ 3 ] {} <Debug> HTTP-Session: fe87eedb-e6e8-42b7-bc25-6dd822c6b28b Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
3894 | 2024.03.11 14:43:28.520330 [ 193 ] {6a098439-de07-471e-80b6-bdb8a57beb92::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3895 | 2024.03.11 14:43:28.520376 [ 3 ] {} <Debug> HTTP-Session: fe87eedb-e6e8-42b7-bc25-6dd822c6b28b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3896 | 2024.03.11 14:43:28.520445 [ 3 ] {} <Debug> HTTP-Session: fe87eedb-e6e8-42b7-bc25-6dd822c6b28b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3897 | 2024.03.11 14:43:28.520458 [ 193 ] {6a098439-de07-471e-80b6-bdb8a57beb92::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 205 rows starting from the beginning of the part | ||
3898 | 2024.03.11 14:43:28.520556 [ 3 ] {} <Trace> HTTP-Session: fe87eedb-e6e8-42b7-bc25-6dd822c6b28b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3899 | 2024.03.11 14:43:28.520823 [ 193 ] {6a098439-de07-471e-80b6-bdb8a57beb92::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 36 rows starting from the beginning of the part | ||
3900 | 2024.03.11 14:43:28.520953 [ 3 ] {e9d6b94e-3c9e-428c-a683-03f8bbb7ed8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
3901 | 2024.03.11 14:43:28.521177 [ 193 ] {6a098439-de07-471e-80b6-bdb8a57beb92::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 165 rows starting from the beginning of the part | ||
3902 | 2024.03.11 14:43:28.521215 [ 3 ] {e9d6b94e-3c9e-428c-a683-03f8bbb7ed8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3903 | 2024.03.11 14:43:28.521595 [ 193 ] {6a098439-de07-471e-80b6-bdb8a57beb92::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 165 rows starting from the beginning of the part | ||
3904 | 2024.03.11 14:43:28.521963 [ 193 ] {6a098439-de07-471e-80b6-bdb8a57beb92::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 167 rows starting from the beginning of the part | ||
3905 | 2024.03.11 14:43:28.522011 [ 187 ] {334e9a02-ace0-41a3-88ff-f52311cf0408::all_1_10_2} <Trace> oximeter.fields_ipaddr (334e9a02-ace0-41a3-88ff-f52311cf0408): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3906 | 2024.03.11 14:43:28.522342 [ 193 ] {6a098439-de07-471e-80b6-bdb8a57beb92::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 37 rows starting from the beginning of the part | ||
3907 | 2024.03.11 14:43:28.523019 [ 3 ] {e9d6b94e-3c9e-428c-a683-03f8bbb7ed8f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3908 | 2024.03.11 14:43:28.523049 [ 187 ] {334e9a02-ace0-41a3-88ff-f52311cf0408::all_1_10_2} <Trace> oximeter.fields_ipaddr (334e9a02-ace0-41a3-88ff-f52311cf0408) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 | ||
3909 | 2024.03.11 14:43:28.523364 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
3910 | 2024.03.11 14:43:28.523994 [ 3 ] {e9d6b94e-3c9e-428c-a683-03f8bbb7ed8f} <Trace> oximeter.fields_u16 (6b7af958-2474-4c0b-b5ad-97e1406ef2f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3911 | 2024.03.11 14:43:28.524072 [ 3 ] {e9d6b94e-3c9e-428c-a683-03f8bbb7ed8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
3912 | 2024.03.11 14:43:28.525057 [ 3 ] {e9d6b94e-3c9e-428c-a683-03f8bbb7ed8f} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
3913 | 2024.03.11 14:43:28.525719 [ 191 ] {6a098439-de07-471e-80b6-bdb8a57beb92::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 775 rows, containing 4 columns (4 merged, 0 gathered) in 0.006267537 sec., 123653.03946350855 rows/sec., 11.50 MiB/sec. | ||
3914 | 2024.03.11 14:43:28.525839 [ 3 ] {e9d6b94e-3c9e-428c-a683-03f8bbb7ed8f} <Trace> oximeter.fields_u16 (6b7af958-2474-4c0b-b5ad-97e1406ef2f2): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3915 | 2024.03.11 14:43:28.525939 [ 191 ] {6a098439-de07-471e-80b6-bdb8a57beb92::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
3916 | 2024.03.11 14:43:28.526105 [ 9 ] {} <Debug> oximeter.fields_u16 (6b7af958-2474-4c0b-b5ad-97e1406ef2f2) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 | ||
3917 | 2024.03.11 14:43:28.526179 [ 3 ] {e9d6b94e-3c9e-428c-a683-03f8bbb7ed8f} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.005391 sec., 370.98868484511223 rows/sec., 25.90 KiB/sec. | ||
3918 | 2024.03.11 14:43:28.526216 [ 9 ] {} <Trace> oximeter.fields_u16 (6b7af958-2474-4c0b-b5ad-97e1406ef2f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3919 | 2024.03.11 14:43:28.526312 [ 9 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
3920 | 2024.03.11 14:43:28.526692 [ 3 ] {e9d6b94e-3c9e-428c-a683-03f8bbb7ed8f} <Debug> DynamicQueryHandler: Done processing query | ||
3921 | 2024.03.11 14:43:28.526839 [ 3 ] {e9d6b94e-3c9e-428c-a683-03f8bbb7ed8f} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
3922 | 2024.03.11 14:43:28.526997 [ 3 ] {} <Debug> HTTP-Session: fe87eedb-e6e8-42b7-bc25-6dd822c6b28b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3923 | 2024.03.11 14:43:28.527019 [ 187 ] {6b7af958-2474-4c0b-b5ad-97e1406ef2f2::all_1_10_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_5_1 to all_10_10_0 into Compact with storage Full | ||
3924 | 2024.03.11 14:43:28.527395 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 4437, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3925 | 2024.03.11 14:43:28.527582 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3926 | 2024.03.11 14:43:28.527605 [ 187 ] {6b7af958-2474-4c0b-b5ad-97e1406ef2f2::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3927 | 2024.03.11 14:43:28.527636 [ 3 ] {} <Debug> HTTP-Session: 987a7b71-ac93-41f4-96dd-f4a62938bf0a Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
3928 | 2024.03.11 14:43:28.527672 [ 187 ] {6b7af958-2474-4c0b-b5ad-97e1406ef2f2::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 8 rows starting from the beginning of the part | ||
3929 | 2024.03.11 14:43:28.527700 [ 3 ] {} <Debug> HTTP-Session: 987a7b71-ac93-41f4-96dd-f4a62938bf0a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3930 | 2024.03.11 14:43:28.527761 [ 3 ] {} <Debug> HTTP-Session: 987a7b71-ac93-41f4-96dd-f4a62938bf0a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3931 | 2024.03.11 14:43:28.528000 [ 3 ] {} <Trace> HTTP-Session: 987a7b71-ac93-41f4-96dd-f4a62938bf0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3932 | 2024.03.11 14:43:28.528103 [ 187 ] {6b7af958-2474-4c0b-b5ad-97e1406ef2f2::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 4 rows starting from the beginning of the part | ||
3933 | 2024.03.11 14:43:28.528103 [ 191 ] {6a098439-de07-471e-80b6-bdb8a57beb92::all_1_31_6} <Trace> oximeter.fields_string (6a098439-de07-471e-80b6-bdb8a57beb92): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3934 | 2024.03.11 14:43:28.528458 [ 3 ] {2fd6c379-64c7-44c8-8188-6b888c512bde} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3935 | 2024.03.11 14:43:28.528615 [ 187 ] {6b7af958-2474-4c0b-b5ad-97e1406ef2f2::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2 rows starting from the beginning of the part | ||
3936 | 2024.03.11 14:43:28.528627 [ 191 ] {6a098439-de07-471e-80b6-bdb8a57beb92::all_1_31_6} <Trace> oximeter.fields_string (6a098439-de07-471e-80b6-bdb8a57beb92) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
3937 | 2024.03.11 14:43:28.528674 [ 3 ] {2fd6c379-64c7-44c8-8188-6b888c512bde} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3938 | 2024.03.11 14:43:28.529130 [ 187 ] {6b7af958-2474-4c0b-b5ad-97e1406ef2f2::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 2 rows starting from the beginning of the part | ||
3939 | 2024.03.11 14:43:28.529227 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
3940 | 2024.03.11 14:43:28.529595 [ 187 ] {6b7af958-2474-4c0b-b5ad-97e1406ef2f2::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 4 rows starting from the beginning of the part | ||
3941 | 2024.03.11 14:43:28.529888 [ 3 ] {2fd6c379-64c7-44c8-8188-6b888c512bde} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3942 | 2024.03.11 14:43:28.529907 [ 187 ] {6b7af958-2474-4c0b-b5ad-97e1406ef2f2::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 2 rows starting from the beginning of the part | ||
3943 | 2024.03.11 14:43:28.530876 [ 3 ] {2fd6c379-64c7-44c8-8188-6b888c512bde} <Trace> oximeter.fields_uuid (3d1f8790-6847-4f06-bce3-6d9b6f4d0836): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3944 | 2024.03.11 14:43:28.530950 [ 3 ] {2fd6c379-64c7-44c8-8188-6b888c512bde} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
3945 | 2024.03.11 14:43:28.531870 [ 3 ] {2fd6c379-64c7-44c8-8188-6b888c512bde} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
3946 | 2024.03.11 14:43:28.532601 [ 197 ] {6b7af958-2474-4c0b-b5ad-97e1406ef2f2::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 22 rows, containing 4 columns (4 merged, 0 gathered) in 0.006109734 sec., 3600.811426487634 rows/sec., 251.42 KiB/sec. | ||
3947 | 2024.03.11 14:43:28.532827 [ 3 ] {2fd6c379-64c7-44c8-8188-6b888c512bde} <Trace> oximeter.fields_uuid (3d1f8790-6847-4f06-bce3-6d9b6f4d0836): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3948 | 2024.03.11 14:43:28.532836 [ 197 ] {6b7af958-2474-4c0b-b5ad-97e1406ef2f2::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
3949 | 2024.03.11 14:43:28.533103 [ 9 ] {} <Debug> oximeter.fields_uuid (3d1f8790-6847-4f06-bce3-6d9b6f4d0836) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
3950 | 2024.03.11 14:43:28.533142 [ 3 ] {2fd6c379-64c7-44c8-8188-6b888c512bde} <Debug> executeQuery: Read 26 rows, 2.06 KiB in 0.00491 sec., 5295.315682281059 rows/sec., 419.86 KiB/sec. | ||
3951 | 2024.03.11 14:43:28.533161 [ 9 ] {} <Trace> oximeter.fields_uuid (3d1f8790-6847-4f06-bce3-6d9b6f4d0836): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3952 | 2024.03.11 14:43:28.533227 [ 9 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
3953 | 2024.03.11 14:43:28.533728 [ 196 ] {3d1f8790-6847-4f06-bce3-6d9b6f4d0836::all_1_31_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full | ||
3954 | 2024.03.11 14:43:28.533753 [ 3 ] {2fd6c379-64c7-44c8-8188-6b888c512bde} <Debug> DynamicQueryHandler: Done processing query | ||
3955 | 2024.03.11 14:43:28.533858 [ 3 ] {2fd6c379-64c7-44c8-8188-6b888c512bde} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
3956 | 2024.03.11 14:43:28.533938 [ 3 ] {} <Debug> HTTP-Session: 987a7b71-ac93-41f4-96dd-f4a62938bf0a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3957 | 2024.03.11 14:43:28.534209 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 7223, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3958 | 2024.03.11 14:43:28.534399 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3959 | 2024.03.11 14:43:28.534465 [ 196 ] {3d1f8790-6847-4f06-bce3-6d9b6f4d0836::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3960 | 2024.03.11 14:43:28.534489 [ 3 ] {} <Debug> HTTP-Session: 9c114186-b4c8-4d15-a222-39c469136d6e Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
3961 | 2024.03.11 14:43:28.534613 [ 3 ] {} <Debug> HTTP-Session: 9c114186-b4c8-4d15-a222-39c469136d6e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3962 | 2024.03.11 14:43:28.534617 [ 196 ] {3d1f8790-6847-4f06-bce3-6d9b6f4d0836::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 105 rows starting from the beginning of the part | ||
3963 | 2024.03.11 14:43:28.534717 [ 3 ] {} <Debug> HTTP-Session: 9c114186-b4c8-4d15-a222-39c469136d6e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3964 | 2024.03.11 14:43:28.534924 [ 3 ] {} <Trace> HTTP-Session: 9c114186-b4c8-4d15-a222-39c469136d6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3965 | 2024.03.11 14:43:28.535250 [ 196 ] {3d1f8790-6847-4f06-bce3-6d9b6f4d0836::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 24 rows starting from the beginning of the part | ||
3966 | 2024.03.11 14:43:28.535391 [ 3 ] {6953047b-c3d3-47de-8d5e-3d9a2774fb68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3967 | 2024.03.11 14:43:28.535617 [ 196 ] {3d1f8790-6847-4f06-bce3-6d9b6f4d0836::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 55 rows starting from the beginning of the part | ||
3968 | 2024.03.11 14:43:28.535654 [ 3 ] {6953047b-c3d3-47de-8d5e-3d9a2774fb68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3969 | 2024.03.11 14:43:28.535801 [ 197 ] {6b7af958-2474-4c0b-b5ad-97e1406ef2f2::all_1_10_2} <Trace> oximeter.fields_u16 (6b7af958-2474-4c0b-b5ad-97e1406ef2f2): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3970 | 2024.03.11 14:43:28.536223 [ 196 ] {3d1f8790-6847-4f06-bce3-6d9b6f4d0836::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 55 rows starting from the beginning of the part | ||
3971 | 2024.03.11 14:43:28.536281 [ 197 ] {6b7af958-2474-4c0b-b5ad-97e1406ef2f2::all_1_10_2} <Trace> oximeter.fields_u16 (6b7af958-2474-4c0b-b5ad-97e1406ef2f2) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 | ||
3972 | 2024.03.11 14:43:28.536662 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
3973 | 2024.03.11 14:43:28.536744 [ 196 ] {3d1f8790-6847-4f06-bce3-6d9b6f4d0836::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 59 rows starting from the beginning of the part | ||
3974 | 2024.03.11 14:43:28.536980 [ 196 ] {3d1f8790-6847-4f06-bce3-6d9b6f4d0836::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 26 rows starting from the beginning of the part | ||
3975 | 2024.03.11 14:43:28.537152 [ 3 ] {6953047b-c3d3-47de-8d5e-3d9a2774fb68} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3976 | 2024.03.11 14:43:28.537718 [ 3 ] {6953047b-c3d3-47de-8d5e-3d9a2774fb68} <Trace> oximeter.measurements_cumulativeu64 (c67eb49b-f01a-4894-b3b8-a06655ac82c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3977 | 2024.03.11 14:43:28.537762 [ 3 ] {6953047b-c3d3-47de-8d5e-3d9a2774fb68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
3978 | 2024.03.11 14:43:28.538387 [ 3 ] {6953047b-c3d3-47de-8d5e-3d9a2774fb68} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
3979 | 2024.03.11 14:43:28.538534 [ 197 ] {3d1f8790-6847-4f06-bce3-6d9b6f4d0836::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 324 rows, containing 4 columns (4 merged, 0 gathered) in 0.005137507 sec., 63065.60750184865 rows/sec., 4.92 MiB/sec. | ||
3980 | 2024.03.11 14:43:28.538789 [ 197 ] {3d1f8790-6847-4f06-bce3-6d9b6f4d0836::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
3981 | 2024.03.11 14:43:28.539096 [ 3 ] {6953047b-c3d3-47de-8d5e-3d9a2774fb68} <Trace> oximeter.measurements_cumulativeu64 (c67eb49b-f01a-4894-b3b8-a06655ac82c2): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3982 | 2024.03.11 14:43:28.539550 [ 3 ] {6953047b-c3d3-47de-8d5e-3d9a2774fb68} <Debug> executeQuery: Read 37 rows, 2.67 KiB in 0.004329 sec., 8547.008547008547 rows/sec., 617.20 KiB/sec. | ||
3983 | 2024.03.11 14:43:28.540024 [ 3 ] {6953047b-c3d3-47de-8d5e-3d9a2774fb68} <Debug> DynamicQueryHandler: Done processing query | ||
3984 | 2024.03.11 14:43:28.540035 [ 197 ] {3d1f8790-6847-4f06-bce3-6d9b6f4d0836::all_1_31_6} <Trace> oximeter.fields_uuid (3d1f8790-6847-4f06-bce3-6d9b6f4d0836): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3985 | 2024.03.11 14:43:28.540070 [ 3 ] {6953047b-c3d3-47de-8d5e-3d9a2774fb68} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
3986 | 2024.03.11 14:43:28.540124 [ 3 ] {} <Debug> HTTP-Session: 9c114186-b4c8-4d15-a222-39c469136d6e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3987 | 2024.03.11 14:43:28.540212 [ 197 ] {3d1f8790-6847-4f06-bce3-6d9b6f4d0836::all_1_31_6} <Trace> oximeter.fields_uuid (3d1f8790-6847-4f06-bce3-6d9b6f4d0836) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
3988 | 2024.03.11 14:43:28.540303 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
3989 | 2024.03.11 14:43:33.513098 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 7933, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3990 | 2024.03.11 14:43:33.513283 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3991 | 2024.03.11 14:43:33.513327 [ 3 ] {} <Debug> HTTP-Session: c6a06ed5-3252-44d7-b3ba-e4bcc52cd739 Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
3992 | 2024.03.11 14:43:33.513370 [ 3 ] {} <Debug> HTTP-Session: c6a06ed5-3252-44d7-b3ba-e4bcc52cd739 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3993 | 2024.03.11 14:43:33.513399 [ 3 ] {} <Debug> HTTP-Session: c6a06ed5-3252-44d7-b3ba-e4bcc52cd739 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3994 | 2024.03.11 14:43:33.513480 [ 3 ] {} <Trace> HTTP-Session: c6a06ed5-3252-44d7-b3ba-e4bcc52cd739 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3995 | 2024.03.11 14:43:33.513681 [ 3 ] {172df679-b66e-4f48-b9e6-4c189f5c4a83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3996 | 2024.03.11 14:43:33.513782 [ 3 ] {172df679-b66e-4f48-b9e6-4c189f5c4a83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3997 | 2024.03.11 14:43:33.514062 [ 3 ] {172df679-b66e-4f48-b9e6-4c189f5c4a83} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3998 | 2024.03.11 14:43:33.514493 [ 3 ] {172df679-b66e-4f48-b9e6-4c189f5c4a83} <Trace> oximeter.fields_i64 (6b5cb674-03e1-439e-829c-27b13be59f30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3999 | 2024.03.11 14:43:33.514537 [ 3 ] {172df679-b66e-4f48-b9e6-4c189f5c4a83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
4000 | 2024.03.11 14:43:33.514922 [ 3 ] {172df679-b66e-4f48-b9e6-4c189f5c4a83} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
4001 | 2024.03.11 14:43:33.515255 [ 3 ] {172df679-b66e-4f48-b9e6-4c189f5c4a83} <Trace> oximeter.fields_i64 (6b5cb674-03e1-439e-829c-27b13be59f30): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4002 | 2024.03.11 14:43:33.515421 [ 3 ] {172df679-b66e-4f48-b9e6-4c189f5c4a83} <Debug> executeQuery: Read 55 rows, 4.46 KiB in 0.001843 sec., 29842.64785675529 rows/sec., 2.36 MiB/sec. | ||
4003 | 2024.03.11 14:43:33.515556 [ 3 ] {172df679-b66e-4f48-b9e6-4c189f5c4a83} <Debug> DynamicQueryHandler: Done processing query | ||
4004 | 2024.03.11 14:43:33.515582 [ 3 ] {172df679-b66e-4f48-b9e6-4c189f5c4a83} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
4005 | 2024.03.11 14:43:33.515598 [ 3 ] {} <Debug> HTTP-Session: c6a06ed5-3252-44d7-b3ba-e4bcc52cd739 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4006 | 2024.03.11 14:43:33.515718 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4007 | 2024.03.11 14:43:33.515764 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4008 | 2024.03.11 14:43:33.515783 [ 3 ] {} <Debug> HTTP-Session: 57828ec4-09a5-4f42-b494-8d2621441c02 Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
4009 | 2024.03.11 14:43:33.515799 [ 3 ] {} <Debug> HTTP-Session: 57828ec4-09a5-4f42-b494-8d2621441c02 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4010 | 2024.03.11 14:43:33.515814 [ 3 ] {} <Debug> HTTP-Session: 57828ec4-09a5-4f42-b494-8d2621441c02 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4011 | 2024.03.11 14:43:33.515844 [ 3 ] {} <Trace> HTTP-Session: 57828ec4-09a5-4f42-b494-8d2621441c02 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4012 | 2024.03.11 14:43:33.515907 [ 3 ] {487380a5-e2d8-49d8-a921-8a7eb8d47639} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
4013 | 2024.03.11 14:43:33.515948 [ 3 ] {487380a5-e2d8-49d8-a921-8a7eb8d47639} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
4014 | 2024.03.11 14:43:33.516073 [ 3 ] {487380a5-e2d8-49d8-a921-8a7eb8d47639} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4015 | 2024.03.11 14:43:33.516366 [ 3 ] {487380a5-e2d8-49d8-a921-8a7eb8d47639} <Trace> oximeter.fields_ipaddr (334e9a02-ace0-41a3-88ff-f52311cf0408): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4016 | 2024.03.11 14:43:33.516402 [ 3 ] {487380a5-e2d8-49d8-a921-8a7eb8d47639} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
4017 | 2024.03.11 14:43:33.516697 [ 3 ] {487380a5-e2d8-49d8-a921-8a7eb8d47639} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
4018 | 2024.03.11 14:43:33.516999 [ 3 ] {487380a5-e2d8-49d8-a921-8a7eb8d47639} <Trace> oximeter.fields_ipaddr (334e9a02-ace0-41a3-88ff-f52311cf0408): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4019 | 2024.03.11 14:43:33.517158 [ 3 ] {487380a5-e2d8-49d8-a921-8a7eb8d47639} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001266 sec., 1579.778830963665 rows/sec., 128.82 KiB/sec. | ||
4020 | 2024.03.11 14:43:33.517278 [ 3 ] {487380a5-e2d8-49d8-a921-8a7eb8d47639} <Debug> DynamicQueryHandler: Done processing query | ||
4021 | 2024.03.11 14:43:33.517302 [ 3 ] {487380a5-e2d8-49d8-a921-8a7eb8d47639} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
4022 | 2024.03.11 14:43:33.517317 [ 3 ] {} <Debug> HTTP-Session: 57828ec4-09a5-4f42-b494-8d2621441c02 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4023 | 2024.03.11 14:43:33.517478 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 26433, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4024 | 2024.03.11 14:43:33.517526 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4025 | 2024.03.11 14:43:33.517544 [ 3 ] {} <Debug> HTTP-Session: f57da69d-30ea-4821-936e-34040a946c8b Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
4026 | 2024.03.11 14:43:33.517561 [ 3 ] {} <Debug> HTTP-Session: f57da69d-30ea-4821-936e-34040a946c8b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4027 | 2024.03.11 14:43:33.517575 [ 3 ] {} <Debug> HTTP-Session: f57da69d-30ea-4821-936e-34040a946c8b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4028 | 2024.03.11 14:43:33.517605 [ 3 ] {} <Trace> HTTP-Session: f57da69d-30ea-4821-936e-34040a946c8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4029 | 2024.03.11 14:43:33.517710 [ 3 ] {db9723ab-189d-49e9-8d7f-0cb111488099} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4030 | 2024.03.11 14:43:33.517749 [ 3 ] {db9723ab-189d-49e9-8d7f-0cb111488099} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4031 | 2024.03.11 14:43:33.517876 [ 3 ] {db9723ab-189d-49e9-8d7f-0cb111488099} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4032 | 2024.03.11 14:43:33.518254 [ 3 ] {db9723ab-189d-49e9-8d7f-0cb111488099} <Trace> oximeter.fields_string (6a098439-de07-471e-80b6-bdb8a57beb92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4033 | 2024.03.11 14:43:33.518291 [ 3 ] {db9723ab-189d-49e9-8d7f-0cb111488099} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
4034 | 2024.03.11 14:43:33.518602 [ 3 ] {db9723ab-189d-49e9-8d7f-0cb111488099} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
4035 | 2024.03.11 14:43:33.518908 [ 3 ] {db9723ab-189d-49e9-8d7f-0cb111488099} <Trace> oximeter.fields_string (6a098439-de07-471e-80b6-bdb8a57beb92): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4036 | 2024.03.11 14:43:33.519030 [ 3 ] {db9723ab-189d-49e9-8d7f-0cb111488099} <Debug> executeQuery: Read 166 rows, 16.31 KiB in 0.001381 sec., 120202.75162925415 rows/sec., 11.53 MiB/sec. | ||
4037 | 2024.03.11 14:43:33.519136 [ 3 ] {db9723ab-189d-49e9-8d7f-0cb111488099} <Debug> DynamicQueryHandler: Done processing query | ||
4038 | 2024.03.11 14:43:33.519159 [ 3 ] {db9723ab-189d-49e9-8d7f-0cb111488099} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
4039 | 2024.03.11 14:43:33.519175 [ 3 ] {} <Debug> HTTP-Session: f57da69d-30ea-4821-936e-34040a946c8b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4040 | 2024.03.11 14:43:33.519283 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4041 | 2024.03.11 14:43:33.519331 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4042 | 2024.03.11 14:43:33.519350 [ 3 ] {} <Debug> HTTP-Session: a9fb1f57-828d-4a39-83f4-9bded9e394c7 Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
4043 | 2024.03.11 14:43:33.519366 [ 3 ] {} <Debug> HTTP-Session: a9fb1f57-828d-4a39-83f4-9bded9e394c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4044 | 2024.03.11 14:43:33.519379 [ 3 ] {} <Debug> HTTP-Session: a9fb1f57-828d-4a39-83f4-9bded9e394c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4045 | 2024.03.11 14:43:33.519409 [ 3 ] {} <Trace> HTTP-Session: a9fb1f57-828d-4a39-83f4-9bded9e394c7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4046 | 2024.03.11 14:43:33.519470 [ 3 ] {d3d5c21f-67f1-4b3c-9de3-9bb95042385f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
4047 | 2024.03.11 14:43:33.519509 [ 3 ] {d3d5c21f-67f1-4b3c-9de3-9bb95042385f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4048 | 2024.03.11 14:43:33.519628 [ 3 ] {d3d5c21f-67f1-4b3c-9de3-9bb95042385f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4049 | 2024.03.11 14:43:33.519886 [ 3 ] {d3d5c21f-67f1-4b3c-9de3-9bb95042385f} <Trace> oximeter.fields_u16 (6b7af958-2474-4c0b-b5ad-97e1406ef2f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4050 | 2024.03.11 14:43:33.519921 [ 3 ] {d3d5c21f-67f1-4b3c-9de3-9bb95042385f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
4051 | 2024.03.11 14:43:33.520220 [ 3 ] {d3d5c21f-67f1-4b3c-9de3-9bb95042385f} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
4052 | 2024.03.11 14:43:33.520528 [ 3 ] {d3d5c21f-67f1-4b3c-9de3-9bb95042385f} <Trace> oximeter.fields_u16 (6b7af958-2474-4c0b-b5ad-97e1406ef2f2): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4053 | 2024.03.11 14:43:33.520653 [ 3 ] {d3d5c21f-67f1-4b3c-9de3-9bb95042385f} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001204 sec., 1661.1295681063123 rows/sec., 115.99 KiB/sec. | ||
4054 | 2024.03.11 14:43:33.520766 [ 3 ] {d3d5c21f-67f1-4b3c-9de3-9bb95042385f} <Debug> DynamicQueryHandler: Done processing query | ||
4055 | 2024.03.11 14:43:33.520790 [ 3 ] {d3d5c21f-67f1-4b3c-9de3-9bb95042385f} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
4056 | 2024.03.11 14:43:33.520805 [ 3 ] {} <Debug> HTTP-Session: a9fb1f57-828d-4a39-83f4-9bded9e394c7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4057 | 2024.03.11 14:43:33.520920 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 9707, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4058 | 2024.03.11 14:43:33.520967 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4059 | 2024.03.11 14:43:33.520985 [ 3 ] {} <Debug> HTTP-Session: 3faf096c-c423-419e-ac8a-96f93f152fa5 Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
4060 | 2024.03.11 14:43:33.521002 [ 3 ] {} <Debug> HTTP-Session: 3faf096c-c423-419e-ac8a-96f93f152fa5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4061 | 2024.03.11 14:43:33.521015 [ 3 ] {} <Debug> HTTP-Session: 3faf096c-c423-419e-ac8a-96f93f152fa5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4062 | 2024.03.11 14:43:33.521044 [ 3 ] {} <Trace> HTTP-Session: 3faf096c-c423-419e-ac8a-96f93f152fa5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4063 | 2024.03.11 14:43:33.521128 [ 3 ] {fb97e728-431d-45f4-a70b-aaf50c800daf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4064 | 2024.03.11 14:43:33.521167 [ 3 ] {fb97e728-431d-45f4-a70b-aaf50c800daf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4065 | 2024.03.11 14:43:33.521288 [ 3 ] {fb97e728-431d-45f4-a70b-aaf50c800daf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4066 | 2024.03.11 14:43:33.521571 [ 3 ] {fb97e728-431d-45f4-a70b-aaf50c800daf} <Trace> oximeter.fields_uuid (3d1f8790-6847-4f06-bce3-6d9b6f4d0836): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4067 | 2024.03.11 14:43:33.521606 [ 3 ] {fb97e728-431d-45f4-a70b-aaf50c800daf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
4068 | 2024.03.11 14:43:33.521900 [ 3 ] {fb97e728-431d-45f4-a70b-aaf50c800daf} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
4069 | 2024.03.11 14:43:33.522203 [ 3 ] {fb97e728-431d-45f4-a70b-aaf50c800daf} <Trace> oximeter.fields_uuid (3d1f8790-6847-4f06-bce3-6d9b6f4d0836): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4070 | 2024.03.11 14:43:33.522323 [ 3 ] {fb97e728-431d-45f4-a70b-aaf50c800daf} <Debug> executeQuery: Read 57 rows, 4.57 KiB in 0.001237 sec., 46079.22392886014 rows/sec., 3.61 MiB/sec. | ||
4071 | 2024.03.11 14:43:33.522508 [ 3 ] {fb97e728-431d-45f4-a70b-aaf50c800daf} <Debug> DynamicQueryHandler: Done processing query | ||
4072 | 2024.03.11 14:43:33.522570 [ 3 ] {fb97e728-431d-45f4-a70b-aaf50c800daf} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
4073 | 2024.03.11 14:43:33.522633 [ 3 ] {} <Debug> HTTP-Session: 3faf096c-c423-419e-ac8a-96f93f152fa5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4074 | 2024.03.11 14:43:33.522796 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 258, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4075 | 2024.03.11 14:43:33.522850 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4076 | 2024.03.11 14:43:33.522868 [ 3 ] {} <Debug> HTTP-Session: 18aa961f-74a3-426d-b11f-eab82ff8953a Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
4077 | 2024.03.11 14:43:33.522886 [ 3 ] {} <Debug> HTTP-Session: 18aa961f-74a3-426d-b11f-eab82ff8953a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4078 | 2024.03.11 14:43:33.522899 [ 3 ] {} <Debug> HTTP-Session: 18aa961f-74a3-426d-b11f-eab82ff8953a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4079 | 2024.03.11 14:43:33.522929 [ 3 ] {} <Trace> HTTP-Session: 18aa961f-74a3-426d-b11f-eab82ff8953a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4080 | 2024.03.11 14:43:33.522994 [ 3 ] {d28e03e7-38b5-4135-b93d-1294ab544563} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4081 | 2024.03.11 14:43:33.523038 [ 3 ] {d28e03e7-38b5-4135-b93d-1294ab544563} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4082 | 2024.03.11 14:43:33.523197 [ 3 ] {d28e03e7-38b5-4135-b93d-1294ab544563} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4083 | 2024.03.11 14:43:33.523462 [ 3 ] {d28e03e7-38b5-4135-b93d-1294ab544563} <Trace> oximeter.measurements_cumulativeu64 (c67eb49b-f01a-4894-b3b8-a06655ac82c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4084 | 2024.03.11 14:43:33.523497 [ 3 ] {d28e03e7-38b5-4135-b93d-1294ab544563} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
4085 | 2024.03.11 14:43:33.523854 [ 3 ] {d28e03e7-38b5-4135-b93d-1294ab544563} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
4086 | 2024.03.11 14:43:33.524190 [ 3 ] {d28e03e7-38b5-4135-b93d-1294ab544563} <Trace> oximeter.measurements_cumulativeu64 (c67eb49b-f01a-4894-b3b8-a06655ac82c2): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4087 | 2024.03.11 14:43:33.524312 [ 3 ] {d28e03e7-38b5-4135-b93d-1294ab544563} <Debug> executeQuery: Read 1 rows, 72.00 B in 0.001341 sec., 745.7121551081283 rows/sec., 52.43 KiB/sec. | ||
4088 | 2024.03.11 14:43:33.524430 [ 3 ] {d28e03e7-38b5-4135-b93d-1294ab544563} <Debug> DynamicQueryHandler: Done processing query | ||
4089 | 2024.03.11 14:43:33.524453 [ 3 ] {d28e03e7-38b5-4135-b93d-1294ab544563} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
4090 | 2024.03.11 14:43:33.524468 [ 3 ] {} <Debug> HTTP-Session: 18aa961f-74a3-426d-b11f-eab82ff8953a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4091 | 2024.03.11 14:43:33.524605 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 58836, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4092 | 2024.03.11 14:43:33.524653 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4093 | 2024.03.11 14:43:33.524671 [ 3 ] {} <Debug> HTTP-Session: 2bbccf9d-0423-4c73-9426-e51b710fee3a Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
4094 | 2024.03.11 14:43:33.524687 [ 3 ] {} <Debug> HTTP-Session: 2bbccf9d-0423-4c73-9426-e51b710fee3a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4095 | 2024.03.11 14:43:33.524701 [ 3 ] {} <Debug> HTTP-Session: 2bbccf9d-0423-4c73-9426-e51b710fee3a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4096 | 2024.03.11 14:43:33.524731 [ 3 ] {} <Trace> HTTP-Session: 2bbccf9d-0423-4c73-9426-e51b710fee3a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4097 | 2024.03.11 14:43:33.525093 [ 3 ] {cb8a859d-495b-4192-98ce-6d6fe65daa62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4098 | 2024.03.11 14:43:33.525138 [ 3 ] {cb8a859d-495b-4192-98ce-6d6fe65daa62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
4099 | 2024.03.11 14:43:33.525290 [ 3 ] {cb8a859d-495b-4192-98ce-6d6fe65daa62} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4100 | 2024.03.11 14:43:33.525867 [ 3 ] {cb8a859d-495b-4192-98ce-6d6fe65daa62} <Trace> oximeter.measurements_histogramf64 (b99726d6-44d2-48b6-acca-e9ba9748d6b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4101 | 2024.03.11 14:43:33.525900 [ 3 ] {cb8a859d-495b-4192-98ce-6d6fe65daa62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
4102 | 2024.03.11 14:43:33.526413 [ 3 ] {cb8a859d-495b-4192-98ce-6d6fe65daa62} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
4103 | 2024.03.11 14:43:33.526827 [ 3 ] {cb8a859d-495b-4192-98ce-6d6fe65daa62} <Trace> oximeter.measurements_histogramf64 (b99726d6-44d2-48b6-acca-e9ba9748d6b9): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4104 | 2024.03.11 14:43:33.526978 [ 3 ] {cb8a859d-495b-4192-98ce-6d6fe65daa62} <Debug> executeQuery: Read 55 rows, 76.00 KiB in 0.002193 sec., 25079.799361605106 rows/sec., 33.84 MiB/sec. | ||
4105 | 2024.03.11 14:43:33.527127 [ 3 ] {cb8a859d-495b-4192-98ce-6d6fe65daa62} <Debug> DynamicQueryHandler: Done processing query | ||
4106 | 2024.03.11 14:43:33.527155 [ 3 ] {cb8a859d-495b-4192-98ce-6d6fe65daa62} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
4107 | 2024.03.11 14:43:33.527171 [ 3 ] {} <Debug> HTTP-Session: 2bbccf9d-0423-4c73-9426-e51b710fee3a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4108 | 2024.03.11 14:43:36.160855 [ 12 ] {} <Debug> DNSResolver: Updating DNS cache | ||
4109 | 2024.03.11 14:43:36.160924 [ 12 ] {} <Debug> DNSResolver: Updated DNS cache | ||
4110 | 2024.03.11 14:43:43.510773 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 7933, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4111 | 2024.03.11 14:43:43.510893 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4112 | 2024.03.11 14:43:43.510917 [ 3 ] {} <Debug> HTTP-Session: 888ea474-4b26-4faf-82d9-2c9ffb0a30b6 Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
4113 | 2024.03.11 14:43:43.510942 [ 3 ] {} <Debug> HTTP-Session: 888ea474-4b26-4faf-82d9-2c9ffb0a30b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4114 | 2024.03.11 14:43:43.510957 [ 3 ] {} <Debug> HTTP-Session: 888ea474-4b26-4faf-82d9-2c9ffb0a30b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4115 | 2024.03.11 14:43:43.511004 [ 3 ] {} <Trace> HTTP-Session: 888ea474-4b26-4faf-82d9-2c9ffb0a30b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4116 | 2024.03.11 14:43:43.511129 [ 3 ] {814b1815-b18a-4a57-b1f7-deafa1dbd180} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4117 | 2024.03.11 14:43:43.511190 [ 3 ] {814b1815-b18a-4a57-b1f7-deafa1dbd180} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4118 | 2024.03.11 14:43:43.511379 [ 3 ] {814b1815-b18a-4a57-b1f7-deafa1dbd180} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4119 | 2024.03.11 14:43:43.511814 [ 3 ] {814b1815-b18a-4a57-b1f7-deafa1dbd180} <Trace> oximeter.fields_i64 (6b5cb674-03e1-439e-829c-27b13be59f30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4120 | 2024.03.11 14:43:43.511863 [ 3 ] {814b1815-b18a-4a57-b1f7-deafa1dbd180} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
4121 | 2024.03.11 14:43:43.512253 [ 3 ] {814b1815-b18a-4a57-b1f7-deafa1dbd180} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
4122 | 2024.03.11 14:43:43.512580 [ 3 ] {814b1815-b18a-4a57-b1f7-deafa1dbd180} <Trace> oximeter.fields_i64 (6b5cb674-03e1-439e-829c-27b13be59f30): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4123 | 2024.03.11 14:43:43.512751 [ 3 ] {814b1815-b18a-4a57-b1f7-deafa1dbd180} <Debug> executeQuery: Read 55 rows, 4.46 KiB in 0.001682 sec., 32699.167657550537 rows/sec., 2.59 MiB/sec. | ||
4124 | 2024.03.11 14:43:43.512886 [ 3 ] {814b1815-b18a-4a57-b1f7-deafa1dbd180} <Debug> DynamicQueryHandler: Done processing query | ||
4125 | 2024.03.11 14:43:43.512912 [ 3 ] {814b1815-b18a-4a57-b1f7-deafa1dbd180} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
4126 | 2024.03.11 14:43:43.512927 [ 3 ] {} <Debug> HTTP-Session: 888ea474-4b26-4faf-82d9-2c9ffb0a30b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4127 | 2024.03.11 14:43:43.513063 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 26283, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4128 | 2024.03.11 14:43:43.513109 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4129 | 2024.03.11 14:43:43.513127 [ 3 ] {} <Debug> HTTP-Session: 9a1bb10d-d42f-456f-a997-56693255dae3 Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
4130 | 2024.03.11 14:43:43.513143 [ 3 ] {} <Debug> HTTP-Session: 9a1bb10d-d42f-456f-a997-56693255dae3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4131 | 2024.03.11 14:43:43.513156 [ 3 ] {} <Debug> HTTP-Session: 9a1bb10d-d42f-456f-a997-56693255dae3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4132 | 2024.03.11 14:43:43.513184 [ 3 ] {} <Trace> HTTP-Session: 9a1bb10d-d42f-456f-a997-56693255dae3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4133 | 2024.03.11 14:43:43.513286 [ 3 ] {aa880250-c5c4-4604-873a-55c86e3f5614} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4134 | 2024.03.11 14:43:43.513325 [ 3 ] {aa880250-c5c4-4604-873a-55c86e3f5614} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4135 | 2024.03.11 14:43:43.513443 [ 3 ] {aa880250-c5c4-4604-873a-55c86e3f5614} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4136 | 2024.03.11 14:43:43.513913 [ 3 ] {aa880250-c5c4-4604-873a-55c86e3f5614} <Trace> oximeter.fields_string (6a098439-de07-471e-80b6-bdb8a57beb92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4137 | 2024.03.11 14:43:43.513953 [ 3 ] {aa880250-c5c4-4604-873a-55c86e3f5614} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
4138 | 2024.03.11 14:43:43.514271 [ 3 ] {aa880250-c5c4-4604-873a-55c86e3f5614} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
4139 | 2024.03.11 14:43:43.514573 [ 3 ] {aa880250-c5c4-4604-873a-55c86e3f5614} <Trace> oximeter.fields_string (6a098439-de07-471e-80b6-bdb8a57beb92): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4140 | 2024.03.11 14:43:43.514730 [ 3 ] {aa880250-c5c4-4604-873a-55c86e3f5614} <Debug> executeQuery: Read 165 rows, 16.22 KiB in 0.001457 sec., 113246.39670555937 rows/sec., 10.87 MiB/sec. | ||
4141 | 2024.03.11 14:43:43.514842 [ 3 ] {aa880250-c5c4-4604-873a-55c86e3f5614} <Debug> DynamicQueryHandler: Done processing query | ||
4142 | 2024.03.11 14:43:43.514866 [ 3 ] {aa880250-c5c4-4604-873a-55c86e3f5614} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
4143 | 2024.03.11 14:43:43.514881 [ 3 ] {} <Debug> HTTP-Session: 9a1bb10d-d42f-456f-a997-56693255dae3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4144 | 2024.03.11 14:43:43.515007 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 9364, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4145 | 2024.03.11 14:43:43.515053 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4146 | 2024.03.11 14:43:43.515071 [ 3 ] {} <Debug> HTTP-Session: 4a6bcc4a-9e99-4136-b41e-80ccf5376c1c Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
4147 | 2024.03.11 14:43:43.515088 [ 3 ] {} <Debug> HTTP-Session: 4a6bcc4a-9e99-4136-b41e-80ccf5376c1c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4148 | 2024.03.11 14:43:43.515101 [ 3 ] {} <Debug> HTTP-Session: 4a6bcc4a-9e99-4136-b41e-80ccf5376c1c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4149 | 2024.03.11 14:43:43.515131 [ 3 ] {} <Trace> HTTP-Session: 4a6bcc4a-9e99-4136-b41e-80ccf5376c1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4150 | 2024.03.11 14:43:43.515216 [ 3 ] {621754cf-c230-4189-9b10-afad969f05a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4151 | 2024.03.11 14:43:43.515256 [ 3 ] {621754cf-c230-4189-9b10-afad969f05a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4152 | 2024.03.11 14:43:43.515379 [ 3 ] {621754cf-c230-4189-9b10-afad969f05a5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4153 | 2024.03.11 14:43:43.515685 [ 3 ] {621754cf-c230-4189-9b10-afad969f05a5} <Trace> oximeter.fields_uuid (3d1f8790-6847-4f06-bce3-6d9b6f4d0836): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4154 | 2024.03.11 14:43:43.515723 [ 3 ] {621754cf-c230-4189-9b10-afad969f05a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
4155 | 2024.03.11 14:43:43.516023 [ 3 ] {621754cf-c230-4189-9b10-afad969f05a5} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
4156 | 2024.03.11 14:43:43.516331 [ 3 ] {621754cf-c230-4189-9b10-afad969f05a5} <Trace> oximeter.fields_uuid (3d1f8790-6847-4f06-bce3-6d9b6f4d0836): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4157 | 2024.03.11 14:43:43.516489 [ 3 ] {621754cf-c230-4189-9b10-afad969f05a5} <Debug> executeQuery: Read 55 rows, 4.40 KiB in 0.001306 sec., 42113.32312404288 rows/sec., 3.29 MiB/sec. | ||
4158 | 2024.03.11 14:43:43.516685 [ 3 ] {621754cf-c230-4189-9b10-afad969f05a5} <Debug> DynamicQueryHandler: Done processing query | ||
4159 | 2024.03.11 14:43:43.516736 [ 3 ] {621754cf-c230-4189-9b10-afad969f05a5} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
4160 | 2024.03.11 14:43:43.516777 [ 3 ] {} <Debug> HTTP-Session: 4a6bcc4a-9e99-4136-b41e-80ccf5376c1c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4161 | 2024.03.11 14:43:43.516924 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 58836, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4162 | 2024.03.11 14:43:43.516970 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4163 | 2024.03.11 14:43:43.516988 [ 3 ] {} <Debug> HTTP-Session: 413d9725-b4f1-414d-a4e2-fc6e9b1ad274 Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
4164 | 2024.03.11 14:43:43.517005 [ 3 ] {} <Debug> HTTP-Session: 413d9725-b4f1-414d-a4e2-fc6e9b1ad274 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4165 | 2024.03.11 14:43:43.517019 [ 3 ] {} <Debug> HTTP-Session: 413d9725-b4f1-414d-a4e2-fc6e9b1ad274 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4166 | 2024.03.11 14:43:43.517048 [ 3 ] {} <Trace> HTTP-Session: 413d9725-b4f1-414d-a4e2-fc6e9b1ad274 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4167 | 2024.03.11 14:43:43.517400 [ 3 ] {33c35840-2dda-4c07-9784-6ce1703d5147} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4168 | 2024.03.11 14:43:43.517447 [ 3 ] {33c35840-2dda-4c07-9784-6ce1703d5147} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
4169 | 2024.03.11 14:43:43.517626 [ 3 ] {33c35840-2dda-4c07-9784-6ce1703d5147} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4170 | 2024.03.11 14:43:43.518198 [ 3 ] {33c35840-2dda-4c07-9784-6ce1703d5147} <Trace> oximeter.measurements_histogramf64 (b99726d6-44d2-48b6-acca-e9ba9748d6b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4171 | 2024.03.11 14:43:43.518234 [ 3 ] {33c35840-2dda-4c07-9784-6ce1703d5147} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
4172 | 2024.03.11 14:43:43.518665 [ 3 ] {33c35840-2dda-4c07-9784-6ce1703d5147} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
4173 | 2024.03.11 14:43:43.518998 [ 3 ] {33c35840-2dda-4c07-9784-6ce1703d5147} <Trace> oximeter.measurements_histogramf64 (b99726d6-44d2-48b6-acca-e9ba9748d6b9): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4174 | 2024.03.11 14:43:43.519168 [ 3 ] {33c35840-2dda-4c07-9784-6ce1703d5147} <Debug> executeQuery: Read 55 rows, 76.00 KiB in 0.002065 sec., 26634.382566585955 rows/sec., 35.94 MiB/sec. | ||
4175 | 2024.03.11 14:43:43.519287 [ 3 ] {33c35840-2dda-4c07-9784-6ce1703d5147} <Debug> DynamicQueryHandler: Done processing query | ||
4176 | 2024.03.11 14:43:43.519311 [ 3 ] {33c35840-2dda-4c07-9784-6ce1703d5147} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
4177 | 2024.03.11 14:43:43.519326 [ 3 ] {} <Debug> HTTP-Session: 413d9725-b4f1-414d-a4e2-fc6e9b1ad274 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4178 | 2024.03.11 14:43:45.720895 [ 77 ] {} <Debug> oximeter.measurements_cumulativeu64 (c67eb49b-f01a-4894-b3b8-a06655ac82c2) (MergerMutator): Selected 5 parts from all_1_11_2 to all_15_15_0 | ||
4179 | 2024.03.11 14:43:45.720961 [ 77 ] {} <Trace> oximeter.measurements_cumulativeu64 (c67eb49b-f01a-4894-b3b8-a06655ac82c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4180 | 2024.03.11 14:43:45.720985 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
4181 | 2024.03.11 14:43:45.721207 [ 199 ] {c67eb49b-f01a-4894-b3b8-a06655ac82c2::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 | ||
4182 | 2024.03.11 14:43:45.721426 [ 199 ] {c67eb49b-f01a-4894-b3b8-a06655ac82c2::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4183 | 2024.03.11 14:43:45.721473 [ 199 ] {c67eb49b-f01a-4894-b3b8-a06655ac82c2::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 454 rows starting from the beginning of the part | ||
4184 | 2024.03.11 14:43:45.721562 [ 199 ] {c67eb49b-f01a-4894-b3b8-a06655ac82c2::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 36 rows starting from the beginning of the part | ||
4185 | 2024.03.11 14:43:45.721816 [ 199 ] {c67eb49b-f01a-4894-b3b8-a06655ac82c2::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 2 rows starting from the beginning of the part | ||
4186 | 2024.03.11 14:43:45.722044 [ 199 ] {c67eb49b-f01a-4894-b3b8-a06655ac82c2::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 37 rows starting from the beginning of the part | ||
4187 | 2024.03.11 14:43:45.722217 [ 199 ] {c67eb49b-f01a-4894-b3b8-a06655ac82c2::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 1 rows starting from the beginning of the part | ||
4188 | 2024.03.11 14:43:45.723373 [ 191 ] {c67eb49b-f01a-4894-b3b8-a06655ac82c2::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 530 rows, containing 5 columns (5 merged, 0 gathered) in 0.002307529 sec., 229682.92056134506 rows/sec., 16.20 MiB/sec. | ||
4189 | 2024.03.11 14:43:45.723605 [ 197 ] {c67eb49b-f01a-4894-b3b8-a06655ac82c2::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
4190 | 2024.03.11 14:43:45.724176 [ 197 ] {c67eb49b-f01a-4894-b3b8-a06655ac82c2::all_1_15_3} <Trace> oximeter.measurements_cumulativeu64 (c67eb49b-f01a-4894-b3b8-a06655ac82c2): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4191 | 2024.03.11 14:43:45.724275 [ 197 ] {c67eb49b-f01a-4894-b3b8-a06655ac82c2::all_1_15_3} <Trace> oximeter.measurements_cumulativeu64 (c67eb49b-f01a-4894-b3b8-a06655ac82c2) (MergerMutator): Merged 5 parts: [all_1_11_2, all_15_15_0] -> all_1_15_3 | ||
4192 | 2024.03.11 14:43:45.724377 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
4193 | 2024.03.11 14:43:51.161175 [ 118 ] {} <Debug> DNSResolver: Updating DNS cache | ||
4194 | 2024.03.11 14:43:51.161245 [ 118 ] {} <Debug> DNSResolver: Updated DNS cache | ||
4195 | 2024.03.11 14:43:53.511064 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 7933, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4196 | 2024.03.11 14:43:53.511175 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4197 | 2024.03.11 14:43:53.511200 [ 3 ] {} <Debug> HTTP-Session: bf3d3682-dc6a-4466-8cbc-6746aff58c50 Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
4198 | 2024.03.11 14:43:53.511225 [ 3 ] {} <Debug> HTTP-Session: bf3d3682-dc6a-4466-8cbc-6746aff58c50 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4199 | 2024.03.11 14:43:53.511239 [ 3 ] {} <Debug> HTTP-Session: bf3d3682-dc6a-4466-8cbc-6746aff58c50 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4200 | 2024.03.11 14:43:53.511288 [ 3 ] {} <Trace> HTTP-Session: bf3d3682-dc6a-4466-8cbc-6746aff58c50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4201 | 2024.03.11 14:43:53.511413 [ 3 ] {b69df30c-da9f-4791-855e-40b292f4f8e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4202 | 2024.03.11 14:43:53.511476 [ 3 ] {b69df30c-da9f-4791-855e-40b292f4f8e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4203 | 2024.03.11 14:43:53.511664 [ 3 ] {b69df30c-da9f-4791-855e-40b292f4f8e0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4204 | 2024.03.11 14:43:53.512033 [ 3 ] {b69df30c-da9f-4791-855e-40b292f4f8e0} <Trace> oximeter.fields_i64 (6b5cb674-03e1-439e-829c-27b13be59f30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4205 | 2024.03.11 14:43:53.512080 [ 3 ] {b69df30c-da9f-4791-855e-40b292f4f8e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
4206 | 2024.03.11 14:43:53.512455 [ 3 ] {b69df30c-da9f-4791-855e-40b292f4f8e0} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
4207 | 2024.03.11 14:43:53.512779 [ 3 ] {b69df30c-da9f-4791-855e-40b292f4f8e0} <Trace> oximeter.fields_i64 (6b5cb674-03e1-439e-829c-27b13be59f30): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4208 | 2024.03.11 14:43:53.512916 [ 3 ] {b69df30c-da9f-4791-855e-40b292f4f8e0} <Debug> executeQuery: Read 55 rows, 4.46 KiB in 0.001567 sec., 35098.915124441606 rows/sec., 2.78 MiB/sec. | ||
4209 | 2024.03.11 14:43:53.513043 [ 3 ] {b69df30c-da9f-4791-855e-40b292f4f8e0} <Debug> DynamicQueryHandler: Done processing query | ||
4210 | 2024.03.11 14:43:53.513068 [ 3 ] {b69df30c-da9f-4791-855e-40b292f4f8e0} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
4211 | 2024.03.11 14:43:53.513084 [ 3 ] {} <Debug> HTTP-Session: bf3d3682-dc6a-4466-8cbc-6746aff58c50 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4212 | 2024.03.11 14:43:53.513251 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 26283, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4213 | 2024.03.11 14:43:53.513297 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4214 | 2024.03.11 14:43:53.513315 [ 3 ] {} <Debug> HTTP-Session: 3b19384d-f9ce-4439-ad6b-6e5a6ed6b4ff Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
4215 | 2024.03.11 14:43:53.513331 [ 3 ] {} <Debug> HTTP-Session: 3b19384d-f9ce-4439-ad6b-6e5a6ed6b4ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4216 | 2024.03.11 14:43:53.513344 [ 3 ] {} <Debug> HTTP-Session: 3b19384d-f9ce-4439-ad6b-6e5a6ed6b4ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4217 | 2024.03.11 14:43:53.513375 [ 3 ] {} <Trace> HTTP-Session: 3b19384d-f9ce-4439-ad6b-6e5a6ed6b4ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4218 | 2024.03.11 14:43:53.513477 [ 3 ] {acc57a27-64a4-4f5c-bf03-ba287b6569ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4219 | 2024.03.11 14:43:53.513517 [ 3 ] {acc57a27-64a4-4f5c-bf03-ba287b6569ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4220 | 2024.03.11 14:43:53.513637 [ 3 ] {acc57a27-64a4-4f5c-bf03-ba287b6569ac} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4221 | 2024.03.11 14:43:53.513992 [ 3 ] {acc57a27-64a4-4f5c-bf03-ba287b6569ac} <Trace> oximeter.fields_string (6a098439-de07-471e-80b6-bdb8a57beb92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4222 | 2024.03.11 14:43:53.514027 [ 3 ] {acc57a27-64a4-4f5c-bf03-ba287b6569ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
4223 | 2024.03.11 14:43:53.514334 [ 3 ] {acc57a27-64a4-4f5c-bf03-ba287b6569ac} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
4224 | 2024.03.11 14:43:53.514637 [ 3 ] {acc57a27-64a4-4f5c-bf03-ba287b6569ac} <Trace> oximeter.fields_string (6a098439-de07-471e-80b6-bdb8a57beb92): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4225 | 2024.03.11 14:43:53.514760 [ 3 ] {acc57a27-64a4-4f5c-bf03-ba287b6569ac} <Debug> executeQuery: Read 165 rows, 16.22 KiB in 0.001341 sec., 123042.50559284116 rows/sec., 11.81 MiB/sec. | ||
4226 | 2024.03.11 14:43:53.514866 [ 3 ] {acc57a27-64a4-4f5c-bf03-ba287b6569ac} <Debug> DynamicQueryHandler: Done processing query | ||
4227 | 2024.03.11 14:43:53.514890 [ 3 ] {acc57a27-64a4-4f5c-bf03-ba287b6569ac} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
4228 | 2024.03.11 14:43:53.514905 [ 3 ] {} <Debug> HTTP-Session: 3b19384d-f9ce-4439-ad6b-6e5a6ed6b4ff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4229 | 2024.03.11 14:43:53.515029 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 9364, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4230 | 2024.03.11 14:43:53.515075 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4231 | 2024.03.11 14:43:53.515093 [ 3 ] {} <Debug> HTTP-Session: 47a0f19c-8cee-4ee2-8367-6bd0c8876608 Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
4232 | 2024.03.11 14:43:53.515109 [ 3 ] {} <Debug> HTTP-Session: 47a0f19c-8cee-4ee2-8367-6bd0c8876608 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4233 | 2024.03.11 14:43:53.515122 [ 3 ] {} <Debug> HTTP-Session: 47a0f19c-8cee-4ee2-8367-6bd0c8876608 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4234 | 2024.03.11 14:43:53.515152 [ 3 ] {} <Trace> HTTP-Session: 47a0f19c-8cee-4ee2-8367-6bd0c8876608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4235 | 2024.03.11 14:43:53.515228 [ 3 ] {6590fd05-ae85-4980-9d2e-2b5d59c99d0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4236 | 2024.03.11 14:43:53.515267 [ 3 ] {6590fd05-ae85-4980-9d2e-2b5d59c99d0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4237 | 2024.03.11 14:43:53.515386 [ 3 ] {6590fd05-ae85-4980-9d2e-2b5d59c99d0e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4238 | 2024.03.11 14:43:53.515652 [ 3 ] {6590fd05-ae85-4980-9d2e-2b5d59c99d0e} <Trace> oximeter.fields_uuid (3d1f8790-6847-4f06-bce3-6d9b6f4d0836): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4239 | 2024.03.11 14:43:53.515687 [ 3 ] {6590fd05-ae85-4980-9d2e-2b5d59c99d0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
4240 | 2024.03.11 14:43:53.515971 [ 3 ] {6590fd05-ae85-4980-9d2e-2b5d59c99d0e} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
4241 | 2024.03.11 14:43:53.516259 [ 3 ] {6590fd05-ae85-4980-9d2e-2b5d59c99d0e} <Trace> oximeter.fields_uuid (3d1f8790-6847-4f06-bce3-6d9b6f4d0836): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4242 | 2024.03.11 14:43:53.516384 [ 3 ] {6590fd05-ae85-4980-9d2e-2b5d59c99d0e} <Debug> executeQuery: Read 55 rows, 4.40 KiB in 0.001191 sec., 46179.68094038623 rows/sec., 3.61 MiB/sec. | ||
4243 | 2024.03.11 14:43:53.516566 [ 3 ] {6590fd05-ae85-4980-9d2e-2b5d59c99d0e} <Debug> DynamicQueryHandler: Done processing query | ||
4244 | 2024.03.11 14:43:53.516621 [ 3 ] {6590fd05-ae85-4980-9d2e-2b5d59c99d0e} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
4245 | 2024.03.11 14:43:53.516676 [ 3 ] {} <Debug> HTTP-Session: 47a0f19c-8cee-4ee2-8367-6bd0c8876608 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4246 | 2024.03.11 14:43:53.516897 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 58836, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4247 | 2024.03.11 14:43:53.516945 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4248 | 2024.03.11 14:43:53.516964 [ 3 ] {} <Debug> HTTP-Session: 84bac2d3-50f1-4f23-a6b2-3d06d202beed Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
4249 | 2024.03.11 14:43:53.516980 [ 3 ] {} <Debug> HTTP-Session: 84bac2d3-50f1-4f23-a6b2-3d06d202beed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4250 | 2024.03.11 14:43:53.516994 [ 3 ] {} <Debug> HTTP-Session: 84bac2d3-50f1-4f23-a6b2-3d06d202beed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4251 | 2024.03.11 14:43:53.517024 [ 3 ] {} <Trace> HTTP-Session: 84bac2d3-50f1-4f23-a6b2-3d06d202beed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4252 | 2024.03.11 14:43:53.517368 [ 3 ] {61dfb0ca-34ac-44b4-b8d4-5e1fc2eb7728} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4253 | 2024.03.11 14:43:53.517414 [ 3 ] {61dfb0ca-34ac-44b4-b8d4-5e1fc2eb7728} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
4254 | 2024.03.11 14:43:53.517587 [ 3 ] {61dfb0ca-34ac-44b4-b8d4-5e1fc2eb7728} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4255 | 2024.03.11 14:43:53.518076 [ 3 ] {61dfb0ca-34ac-44b4-b8d4-5e1fc2eb7728} <Trace> oximeter.measurements_histogramf64 (b99726d6-44d2-48b6-acca-e9ba9748d6b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4256 | 2024.03.11 14:43:53.518110 [ 3 ] {61dfb0ca-34ac-44b4-b8d4-5e1fc2eb7728} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
4257 | 2024.03.11 14:43:53.518527 [ 3 ] {61dfb0ca-34ac-44b4-b8d4-5e1fc2eb7728} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
4258 | 2024.03.11 14:43:53.518862 [ 3 ] {61dfb0ca-34ac-44b4-b8d4-5e1fc2eb7728} <Trace> oximeter.measurements_histogramf64 (b99726d6-44d2-48b6-acca-e9ba9748d6b9): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4259 | 2024.03.11 14:43:53.518985 [ 96 ] {} <Debug> oximeter.measurements_histogramf64 (b99726d6-44d2-48b6-acca-e9ba9748d6b9) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
4260 | 2024.03.11 14:43:53.518991 [ 3 ] {61dfb0ca-34ac-44b4-b8d4-5e1fc2eb7728} <Debug> executeQuery: Read 55 rows, 76.00 KiB in 0.001919 sec., 28660.7608129234 rows/sec., 38.68 MiB/sec. | ||
4261 | 2024.03.11 14:43:53.519030 [ 96 ] {} <Trace> oximeter.measurements_histogramf64 (b99726d6-44d2-48b6-acca-e9ba9748d6b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4262 | 2024.03.11 14:43:53.519073 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
4263 | 2024.03.11 14:43:53.519151 [ 3 ] {61dfb0ca-34ac-44b4-b8d4-5e1fc2eb7728} <Debug> DynamicQueryHandler: Done processing query | ||
4264 | 2024.03.11 14:43:53.519204 [ 3 ] {61dfb0ca-34ac-44b4-b8d4-5e1fc2eb7728} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
4265 | 2024.03.11 14:43:53.519269 [ 3 ] {} <Debug> HTTP-Session: 84bac2d3-50f1-4f23-a6b2-3d06d202beed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4266 | 2024.03.11 14:43:53.519425 [ 199 ] {b99726d6-44d2-48b6-acca-e9ba9748d6b9::all_1_26_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full | ||
4267 | 2024.03.11 14:43:53.519662 [ 199 ] {b99726d6-44d2-48b6-acca-e9ba9748d6b9::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4268 | 2024.03.11 14:43:53.519704 [ 199 ] {b99726d6-44d2-48b6-acca-e9ba9748d6b9::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 987 rows starting from the beginning of the part | ||
4269 | 2024.03.11 14:43:53.519800 [ 199 ] {b99726d6-44d2-48b6-acca-e9ba9748d6b9::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 55 rows starting from the beginning of the part | ||
4270 | 2024.03.11 14:43:53.520054 [ 199 ] {b99726d6-44d2-48b6-acca-e9ba9748d6b9::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 55 rows starting from the beginning of the part | ||
4271 | 2024.03.11 14:43:53.520365 [ 199 ] {b99726d6-44d2-48b6-acca-e9ba9748d6b9::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 55 rows starting from the beginning of the part | ||
4272 | 2024.03.11 14:43:53.520627 [ 199 ] {b99726d6-44d2-48b6-acca-e9ba9748d6b9::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 55 rows starting from the beginning of the part | ||
4273 | 2024.03.11 14:43:53.520789 [ 199 ] {b99726d6-44d2-48b6-acca-e9ba9748d6b9::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 55 rows starting from the beginning of the part | ||
4274 | 2024.03.11 14:43:53.527546 [ 197 ] {b99726d6-44d2-48b6-acca-e9ba9748d6b9::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1262 rows, containing 6 columns (6 merged, 0 gathered) in 0.008369031 sec., 150794.04055260398 rows/sec., 203.49 MiB/sec. | ||
4275 | 2024.03.11 14:43:53.528627 [ 188 ] {b99726d6-44d2-48b6-acca-e9ba9748d6b9::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
4276 | 2024.03.11 14:43:53.529053 [ 188 ] {b99726d6-44d2-48b6-acca-e9ba9748d6b9::all_1_26_5} <Trace> oximeter.measurements_histogramf64 (b99726d6-44d2-48b6-acca-e9ba9748d6b9): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4277 | 2024.03.11 14:43:53.529128 [ 188 ] {b99726d6-44d2-48b6-acca-e9ba9748d6b9::all_1_26_5} <Trace> oximeter.measurements_histogramf64 (b99726d6-44d2-48b6-acca-e9ba9748d6b9) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
4278 | 2024.03.11 14:43:53.529215 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.74 MiB. | ||
4279 | 2024.03.11 14:43:54.000150 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 186.17 MiB, peak 194.82 MiB, free memory in arenas 0.00 B, will set to 188.44 MiB (RSS), difference: 2.27 MiB | ||
4280 | 2024.03.11 14:43:58.509861 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 4989, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4281 | 2024.03.11 14:43:58.510044 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4282 | 2024.03.11 14:43:58.510087 [ 3 ] {} <Debug> HTTP-Session: 0a2ba752-7ac1-4d3c-a81d-2aaf23844f56 Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
4283 | 2024.03.11 14:43:58.510128 [ 3 ] {} <Debug> HTTP-Session: 0a2ba752-7ac1-4d3c-a81d-2aaf23844f56 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4284 | 2024.03.11 14:43:58.510156 [ 3 ] {} <Debug> HTTP-Session: 0a2ba752-7ac1-4d3c-a81d-2aaf23844f56 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4285 | 2024.03.11 14:43:58.510232 [ 3 ] {} <Trace> HTTP-Session: 0a2ba752-7ac1-4d3c-a81d-2aaf23844f56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4286 | 2024.03.11 14:43:58.510426 [ 3 ] {9ed2411d-aee6-4df0-8769-d6992703f94e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4287 | 2024.03.11 14:43:58.510529 [ 3 ] {9ed2411d-aee6-4df0-8769-d6992703f94e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4288 | 2024.03.11 14:43:58.510773 [ 3 ] {9ed2411d-aee6-4df0-8769-d6992703f94e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4289 | 2024.03.11 14:43:58.511281 [ 3 ] {9ed2411d-aee6-4df0-8769-d6992703f94e} <Trace> oximeter.fields_string (6a098439-de07-471e-80b6-bdb8a57beb92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4290 | 2024.03.11 14:43:58.511332 [ 3 ] {9ed2411d-aee6-4df0-8769-d6992703f94e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
4291 | 2024.03.11 14:43:58.511711 [ 3 ] {9ed2411d-aee6-4df0-8769-d6992703f94e} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
4292 | 2024.03.11 14:43:58.512045 [ 3 ] {9ed2411d-aee6-4df0-8769-d6992703f94e} <Trace> oximeter.fields_string (6a098439-de07-471e-80b6-bdb8a57beb92): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4293 | 2024.03.11 14:43:58.512196 [ 3 ] {9ed2411d-aee6-4df0-8769-d6992703f94e} <Debug> executeQuery: Read 36 rows, 2.77 KiB in 0.00187 sec., 19251.336898395723 rows/sec., 1.44 MiB/sec. | ||
4294 | 2024.03.11 14:43:58.512372 [ 3 ] {9ed2411d-aee6-4df0-8769-d6992703f94e} <Debug> DynamicQueryHandler: Done processing query | ||
4295 | 2024.03.11 14:43:58.512399 [ 3 ] {9ed2411d-aee6-4df0-8769-d6992703f94e} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
4296 | 2024.03.11 14:43:58.512415 [ 3 ] {} <Debug> HTTP-Session: 0a2ba752-7ac1-4d3c-a81d-2aaf23844f56 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4297 | 2024.03.11 14:43:58.512541 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 4094, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4298 | 2024.03.11 14:43:58.512594 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4299 | 2024.03.11 14:43:58.512612 [ 3 ] {} <Debug> HTTP-Session: 0d748230-7bf7-465f-8ef2-899958746d41 Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
4300 | 2024.03.11 14:43:58.512629 [ 3 ] {} <Debug> HTTP-Session: 0d748230-7bf7-465f-8ef2-899958746d41 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4301 | 2024.03.11 14:43:58.512643 [ 3 ] {} <Debug> HTTP-Session: 0d748230-7bf7-465f-8ef2-899958746d41 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4302 | 2024.03.11 14:43:58.512677 [ 3 ] {} <Trace> HTTP-Session: 0d748230-7bf7-465f-8ef2-899958746d41 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4303 | 2024.03.11 14:43:58.512755 [ 3 ] {f4e2b449-9cfb-4768-9940-6e2ce2585e0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4304 | 2024.03.11 14:43:58.512797 [ 3 ] {f4e2b449-9cfb-4768-9940-6e2ce2585e0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4305 | 2024.03.11 14:43:58.512932 [ 3 ] {f4e2b449-9cfb-4768-9940-6e2ce2585e0c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4306 | 2024.03.11 14:43:58.513232 [ 3 ] {f4e2b449-9cfb-4768-9940-6e2ce2585e0c} <Trace> oximeter.fields_uuid (3d1f8790-6847-4f06-bce3-6d9b6f4d0836): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4307 | 2024.03.11 14:43:58.513270 [ 3 ] {f4e2b449-9cfb-4768-9940-6e2ce2585e0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
4308 | 2024.03.11 14:43:58.513573 [ 3 ] {f4e2b449-9cfb-4768-9940-6e2ce2585e0c} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
4309 | 2024.03.11 14:43:58.513866 [ 3 ] {f4e2b449-9cfb-4768-9940-6e2ce2585e0c} <Trace> oximeter.fields_uuid (3d1f8790-6847-4f06-bce3-6d9b6f4d0836): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4310 | 2024.03.11 14:43:58.514026 [ 3 ] {f4e2b449-9cfb-4768-9940-6e2ce2585e0c} <Debug> executeQuery: Read 24 rows, 1.90 KiB in 0.001294 sec., 18547.140649149922 rows/sec., 1.43 MiB/sec. | ||
4311 | 2024.03.11 14:43:58.514140 [ 3 ] {f4e2b449-9cfb-4768-9940-6e2ce2585e0c} <Debug> DynamicQueryHandler: Done processing query | ||
4312 | 2024.03.11 14:43:58.514164 [ 3 ] {f4e2b449-9cfb-4768-9940-6e2ce2585e0c} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
4313 | 2024.03.11 14:43:58.514179 [ 3 ] {} <Debug> HTTP-Session: 0d748230-7bf7-465f-8ef2-899958746d41 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4314 | 2024.03.11 14:43:58.514301 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 7033, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4315 | 2024.03.11 14:43:58.514347 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4316 | 2024.03.11 14:43:58.514365 [ 3 ] {} <Debug> HTTP-Session: 0a4e9b15-13cb-42ce-9a0f-0f9d7c800d32 Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
4317 | 2024.03.11 14:43:58.514381 [ 3 ] {} <Debug> HTTP-Session: 0a4e9b15-13cb-42ce-9a0f-0f9d7c800d32 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4318 | 2024.03.11 14:43:58.514395 [ 3 ] {} <Debug> HTTP-Session: 0a4e9b15-13cb-42ce-9a0f-0f9d7c800d32 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4319 | 2024.03.11 14:43:58.514425 [ 3 ] {} <Trace> HTTP-Session: 0a4e9b15-13cb-42ce-9a0f-0f9d7c800d32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4320 | 2024.03.11 14:43:58.514503 [ 3 ] {bd3aa899-ecf2-45f8-a502-029fe93e6093} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4321 | 2024.03.11 14:43:58.514546 [ 3 ] {bd3aa899-ecf2-45f8-a502-029fe93e6093} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4322 | 2024.03.11 14:43:58.514689 [ 3 ] {bd3aa899-ecf2-45f8-a502-029fe93e6093} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4323 | 2024.03.11 14:43:58.515049 [ 3 ] {bd3aa899-ecf2-45f8-a502-029fe93e6093} <Trace> oximeter.measurements_cumulativeu64 (c67eb49b-f01a-4894-b3b8-a06655ac82c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4324 | 2024.03.11 14:43:58.515087 [ 3 ] {bd3aa899-ecf2-45f8-a502-029fe93e6093} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
4325 | 2024.03.11 14:43:58.515456 [ 3 ] {bd3aa899-ecf2-45f8-a502-029fe93e6093} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
4326 | 2024.03.11 14:43:58.515779 [ 3 ] {bd3aa899-ecf2-45f8-a502-029fe93e6093} <Trace> oximeter.measurements_cumulativeu64 (c67eb49b-f01a-4894-b3b8-a06655ac82c2): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4327 | 2024.03.11 14:43:58.515947 [ 3 ] {bd3aa899-ecf2-45f8-a502-029fe93e6093} <Debug> executeQuery: Read 36 rows, 2.60 KiB in 0.001464 sec., 24590.16393442623 rows/sec., 1.74 MiB/sec. | ||
4328 | 2024.03.11 14:43:58.516093 [ 3 ] {bd3aa899-ecf2-45f8-a502-029fe93e6093} <Debug> DynamicQueryHandler: Done processing query | ||
4329 | 2024.03.11 14:43:58.516122 [ 3 ] {bd3aa899-ecf2-45f8-a502-029fe93e6093} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
4330 | 2024.03.11 14:43:58.516141 [ 3 ] {} <Debug> HTTP-Session: 0a4e9b15-13cb-42ce-9a0f-0f9d7c800d32 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4331 | 2024.03.11 14:44:03.510468 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 7933, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4332 | 2024.03.11 14:44:03.510651 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4333 | 2024.03.11 14:44:03.510697 [ 3 ] {} <Debug> HTTP-Session: aa03c885-c7fd-4ee8-9d1f-774afb6e920a Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
4334 | 2024.03.11 14:44:03.510739 [ 3 ] {} <Debug> HTTP-Session: aa03c885-c7fd-4ee8-9d1f-774afb6e920a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4335 | 2024.03.11 14:44:03.510767 [ 3 ] {} <Debug> HTTP-Session: aa03c885-c7fd-4ee8-9d1f-774afb6e920a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4336 | 2024.03.11 14:44:03.510842 [ 3 ] {} <Trace> HTTP-Session: aa03c885-c7fd-4ee8-9d1f-774afb6e920a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4337 | 2024.03.11 14:44:03.510966 [ 3 ] {39f368fd-7b61-451e-8592-4ee6a225138e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4338 | 2024.03.11 14:44:03.511029 [ 3 ] {39f368fd-7b61-451e-8592-4ee6a225138e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4339 | 2024.03.11 14:44:03.511223 [ 3 ] {39f368fd-7b61-451e-8592-4ee6a225138e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4340 | 2024.03.11 14:44:03.511678 [ 3 ] {39f368fd-7b61-451e-8592-4ee6a225138e} <Trace> oximeter.fields_i64 (6b5cb674-03e1-439e-829c-27b13be59f30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4341 | 2024.03.11 14:44:03.511728 [ 3 ] {39f368fd-7b61-451e-8592-4ee6a225138e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
4342 | 2024.03.11 14:44:03.512108 [ 3 ] {39f368fd-7b61-451e-8592-4ee6a225138e} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
4343 | 2024.03.11 14:44:03.512442 [ 3 ] {39f368fd-7b61-451e-8592-4ee6a225138e} <Trace> oximeter.fields_i64 (6b5cb674-03e1-439e-829c-27b13be59f30): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4344 | 2024.03.11 14:44:03.512607 [ 3 ] {39f368fd-7b61-451e-8592-4ee6a225138e} <Debug> executeQuery: Read 55 rows, 4.46 KiB in 0.001696 sec., 32429.245283018867 rows/sec., 2.57 MiB/sec. | ||
4345 | 2024.03.11 14:44:03.512624 [ 115 ] {} <Debug> oximeter.fields_i64 (6b5cb674-03e1-439e-829c-27b13be59f30) (MergerMutator): Selected 5 parts from all_1_23_5 to all_27_27_0 | ||
4346 | 2024.03.11 14:44:03.512738 [ 115 ] {} <Trace> oximeter.fields_i64 (6b5cb674-03e1-439e-829c-27b13be59f30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4347 | 2024.03.11 14:44:03.512771 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
4348 | 2024.03.11 14:44:03.512801 [ 3 ] {39f368fd-7b61-451e-8592-4ee6a225138e} <Debug> DynamicQueryHandler: Done processing query | ||
4349 | 2024.03.11 14:44:03.512856 [ 3 ] {39f368fd-7b61-451e-8592-4ee6a225138e} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
4350 | 2024.03.11 14:44:03.512888 [ 3 ] {} <Debug> HTTP-Session: aa03c885-c7fd-4ee8-9d1f-774afb6e920a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4351 | 2024.03.11 14:44:03.512941 [ 188 ] {6b5cb674-03e1-439e-829c-27b13be59f30::all_1_27_6} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_23_5 to all_27_27_0 into Compact with storage Full | ||
4352 | 2024.03.11 14:44:03.513082 [ 188 ] {6b5cb674-03e1-439e-829c-27b13be59f30::all_1_27_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4353 | 2024.03.11 14:44:03.513085 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 26283, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4354 | 2024.03.11 14:44:03.513120 [ 188 ] {6b5cb674-03e1-439e-829c-27b13be59f30::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_23_5, total 55 rows starting from the beginning of the part | ||
4355 | 2024.03.11 14:44:03.513170 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4356 | 2024.03.11 14:44:03.513194 [ 3 ] {} <Debug> HTTP-Session: f08b3ef7-9881-483f-ae68-4d8d4de5a34f Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
4357 | 2024.03.11 14:44:03.513221 [ 3 ] {} <Debug> HTTP-Session: f08b3ef7-9881-483f-ae68-4d8d4de5a34f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4358 | 2024.03.11 14:44:03.513246 [ 3 ] {} <Debug> HTTP-Session: f08b3ef7-9881-483f-ae68-4d8d4de5a34f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4359 | 2024.03.11 14:44:03.513253 [ 188 ] {6b5cb674-03e1-439e-829c-27b13be59f30::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 55 rows starting from the beginning of the part | ||
4360 | 2024.03.11 14:44:03.513359 [ 3 ] {} <Trace> HTTP-Session: f08b3ef7-9881-483f-ae68-4d8d4de5a34f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4361 | 2024.03.11 14:44:03.513739 [ 188 ] {6b5cb674-03e1-439e-829c-27b13be59f30::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 55 rows starting from the beginning of the part | ||
4362 | 2024.03.11 14:44:03.513885 [ 3 ] {61e40867-602c-4b1f-9308-ec4ca400f109} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4363 | 2024.03.11 14:44:03.514068 [ 3 ] {61e40867-602c-4b1f-9308-ec4ca400f109} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4364 | 2024.03.11 14:44:03.514123 [ 188 ] {6b5cb674-03e1-439e-829c-27b13be59f30::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 55 rows starting from the beginning of the part | ||
4365 | 2024.03.11 14:44:03.514443 [ 188 ] {6b5cb674-03e1-439e-829c-27b13be59f30::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 55 rows starting from the beginning of the part | ||
4366 | 2024.03.11 14:44:03.515002 [ 3 ] {61e40867-602c-4b1f-9308-ec4ca400f109} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4367 | 2024.03.11 14:44:03.515581 [ 3 ] {61e40867-602c-4b1f-9308-ec4ca400f109} <Trace> oximeter.fields_string (6a098439-de07-471e-80b6-bdb8a57beb92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4368 | 2024.03.11 14:44:03.515628 [ 3 ] {61e40867-602c-4b1f-9308-ec4ca400f109} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
4369 | 2024.03.11 14:44:03.516015 [ 188 ] {6b5cb674-03e1-439e-829c-27b13be59f30::all_1_27_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 275 rows, containing 4 columns (4 merged, 0 gathered) in 0.003154984 sec., 87163.67499803485 rows/sec., 6.90 MiB/sec. | ||
4370 | 2024.03.11 14:44:03.516096 [ 3 ] {61e40867-602c-4b1f-9308-ec4ca400f109} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
4371 | 2024.03.11 14:44:03.516243 [ 197 ] {6b5cb674-03e1-439e-829c-27b13be59f30::all_1_27_6} <Trace> MergedBlockOutputStream: filled checksums all_1_27_6 (state Temporary) | ||
4372 | 2024.03.11 14:44:03.516775 [ 3 ] {61e40867-602c-4b1f-9308-ec4ca400f109} <Trace> oximeter.fields_string (6a098439-de07-471e-80b6-bdb8a57beb92): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4373 | 2024.03.11 14:44:03.517101 [ 115 ] {} <Debug> oximeter.fields_string (6a098439-de07-471e-80b6-bdb8a57beb92) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
4374 | 2024.03.11 14:44:03.517114 [ 3 ] {61e40867-602c-4b1f-9308-ec4ca400f109} <Debug> executeQuery: Read 165 rows, 16.22 KiB in 0.003542 sec., 46583.85093167702 rows/sec., 4.47 MiB/sec. | ||
4375 | 2024.03.11 14:44:03.517181 [ 115 ] {} <Trace> oximeter.fields_string (6a098439-de07-471e-80b6-bdb8a57beb92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4376 | 2024.03.11 14:44:03.517328 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
4377 | 2024.03.11 14:44:03.517350 [ 198 ] {6b5cb674-03e1-439e-829c-27b13be59f30::all_1_27_6} <Trace> oximeter.fields_i64 (6b5cb674-03e1-439e-829c-27b13be59f30): Renaming temporary part tmp_merge_all_1_27_6 to all_1_27_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4378 | 2024.03.11 14:44:03.517551 [ 3 ] {61e40867-602c-4b1f-9308-ec4ca400f109} <Debug> DynamicQueryHandler: Done processing query | ||
4379 | 2024.03.11 14:44:03.517614 [ 3 ] {61e40867-602c-4b1f-9308-ec4ca400f109} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
4380 | 2024.03.11 14:44:03.517684 [ 3 ] {} <Debug> HTTP-Session: f08b3ef7-9881-483f-ae68-4d8d4de5a34f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4381 | 2024.03.11 14:44:03.517782 [ 198 ] {6b5cb674-03e1-439e-829c-27b13be59f30::all_1_27_6} <Trace> oximeter.fields_i64 (6b5cb674-03e1-439e-829c-27b13be59f30) (MergerMutator): Merged 5 parts: [all_1_23_5, all_27_27_0] -> all_1_27_6 | ||
4382 | 2024.03.11 14:44:03.517812 [ 197 ] {6a098439-de07-471e-80b6-bdb8a57beb92::all_1_36_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full | ||
4383 | 2024.03.11 14:44:03.517927 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 9364, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4384 | 2024.03.11 14:44:03.518066 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
4385 | 2024.03.11 14:44:03.518086 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4386 | 2024.03.11 14:44:03.518155 [ 3 ] {} <Debug> HTTP-Session: 03aa14aa-049d-44bb-8c8b-9acd97f8a878 Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
4387 | 2024.03.11 14:44:03.518209 [ 3 ] {} <Debug> HTTP-Session: 03aa14aa-049d-44bb-8c8b-9acd97f8a878 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4388 | 2024.03.11 14:44:03.518260 [ 3 ] {} <Debug> HTTP-Session: 03aa14aa-049d-44bb-8c8b-9acd97f8a878 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4389 | 2024.03.11 14:44:03.518265 [ 197 ] {6a098439-de07-471e-80b6-bdb8a57beb92::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4390 | 2024.03.11 14:44:03.518320 [ 3 ] {} <Trace> HTTP-Session: 03aa14aa-049d-44bb-8c8b-9acd97f8a878 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4391 | 2024.03.11 14:44:03.518335 [ 197 ] {6a098439-de07-471e-80b6-bdb8a57beb92::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 205 rows starting from the beginning of the part | ||
4392 | 2024.03.11 14:44:03.518573 [ 3 ] {a1a24b80-5d77-4be8-b099-a2a05319fc18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4393 | 2024.03.11 14:44:03.518605 [ 197 ] {6a098439-de07-471e-80b6-bdb8a57beb92::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 166 rows starting from the beginning of the part | ||
4394 | 2024.03.11 14:44:03.518735 [ 3 ] {a1a24b80-5d77-4be8-b099-a2a05319fc18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4395 | 2024.03.11 14:44:03.518826 [ 197 ] {6a098439-de07-471e-80b6-bdb8a57beb92::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 165 rows starting from the beginning of the part | ||
4396 | 2024.03.11 14:44:03.519150 [ 197 ] {6a098439-de07-471e-80b6-bdb8a57beb92::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 165 rows starting from the beginning of the part | ||
4397 | 2024.03.11 14:44:03.519448 [ 197 ] {6a098439-de07-471e-80b6-bdb8a57beb92::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 36 rows starting from the beginning of the part | ||
4398 | 2024.03.11 14:44:03.519729 [ 197 ] {6a098439-de07-471e-80b6-bdb8a57beb92::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 165 rows starting from the beginning of the part | ||
4399 | 2024.03.11 14:44:03.520212 [ 3 ] {a1a24b80-5d77-4be8-b099-a2a05319fc18} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4400 | 2024.03.11 14:44:03.521230 [ 3 ] {a1a24b80-5d77-4be8-b099-a2a05319fc18} <Trace> oximeter.fields_uuid (3d1f8790-6847-4f06-bce3-6d9b6f4d0836): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4401 | 2024.03.11 14:44:03.521310 [ 3 ] {a1a24b80-5d77-4be8-b099-a2a05319fc18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
4402 | 2024.03.11 14:44:03.522281 [ 3 ] {a1a24b80-5d77-4be8-b099-a2a05319fc18} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
4403 | 2024.03.11 14:44:03.522884 [ 198 ] {6a098439-de07-471e-80b6-bdb8a57beb92::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 902 rows, containing 4 columns (4 merged, 0 gathered) in 0.005389701 sec., 167356.22254369955 rows/sec., 15.78 MiB/sec. | ||
4404 | 2024.03.11 14:44:03.523041 [ 3 ] {a1a24b80-5d77-4be8-b099-a2a05319fc18} <Trace> oximeter.fields_uuid (3d1f8790-6847-4f06-bce3-6d9b6f4d0836): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4405 | 2024.03.11 14:44:03.523102 [ 198 ] {6a098439-de07-471e-80b6-bdb8a57beb92::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
4406 | 2024.03.11 14:44:03.523306 [ 115 ] {} <Debug> oximeter.fields_uuid (3d1f8790-6847-4f06-bce3-6d9b6f4d0836) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
4407 | 2024.03.11 14:44:03.523330 [ 3 ] {a1a24b80-5d77-4be8-b099-a2a05319fc18} <Debug> executeQuery: Read 55 rows, 4.40 KiB in 0.004912 sec., 11197.068403908796 rows/sec., 896.64 KiB/sec. | ||
4408 | 2024.03.11 14:44:03.523506 [ 115 ] {} <Trace> oximeter.fields_uuid (3d1f8790-6847-4f06-bce3-6d9b6f4d0836): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4409 | 2024.03.11 14:44:03.523642 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
4410 | 2024.03.11 14:44:03.523856 [ 3 ] {a1a24b80-5d77-4be8-b099-a2a05319fc18} <Debug> DynamicQueryHandler: Done processing query | ||
4411 | 2024.03.11 14:44:03.523955 [ 3 ] {a1a24b80-5d77-4be8-b099-a2a05319fc18} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
4412 | 2024.03.11 14:44:03.524063 [ 3 ] {} <Debug> HTTP-Session: 03aa14aa-049d-44bb-8c8b-9acd97f8a878 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4413 | 2024.03.11 14:44:03.524211 [ 190 ] {3d1f8790-6847-4f06-bce3-6d9b6f4d0836::all_1_36_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full | ||
4414 | 2024.03.11 14:44:03.524414 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 58836, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4415 | 2024.03.11 14:44:03.524488 [ 190 ] {3d1f8790-6847-4f06-bce3-6d9b6f4d0836::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4416 | 2024.03.11 14:44:03.524554 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4417 | 2024.03.11 14:44:03.524568 [ 198 ] {6a098439-de07-471e-80b6-bdb8a57beb92::all_1_36_7} <Trace> oximeter.fields_string (6a098439-de07-471e-80b6-bdb8a57beb92): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4418 | 2024.03.11 14:44:03.524578 [ 190 ] {3d1f8790-6847-4f06-bce3-6d9b6f4d0836::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 105 rows starting from the beginning of the part | ||
4419 | 2024.03.11 14:44:03.524618 [ 3 ] {} <Debug> HTTP-Session: 77943a2d-590c-455d-bb41-bbeb82acef74 Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
4420 | 2024.03.11 14:44:03.524694 [ 3 ] {} <Debug> HTTP-Session: 77943a2d-590c-455d-bb41-bbeb82acef74 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4421 | 2024.03.11 14:44:03.524787 [ 3 ] {} <Debug> HTTP-Session: 77943a2d-590c-455d-bb41-bbeb82acef74 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4422 | 2024.03.11 14:44:03.524812 [ 198 ] {6a098439-de07-471e-80b6-bdb8a57beb92::all_1_36_7} <Trace> oximeter.fields_string (6a098439-de07-471e-80b6-bdb8a57beb92) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
4423 | 2024.03.11 14:44:03.524910 [ 190 ] {3d1f8790-6847-4f06-bce3-6d9b6f4d0836::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 57 rows starting from the beginning of the part | ||
4424 | 2024.03.11 14:44:03.524968 [ 3 ] {} <Trace> HTTP-Session: 77943a2d-590c-455d-bb41-bbeb82acef74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4425 | 2024.03.11 14:44:03.525191 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. | ||
4426 | 2024.03.11 14:44:03.525403 [ 190 ] {3d1f8790-6847-4f06-bce3-6d9b6f4d0836::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 55 rows starting from the beginning of the part | ||
4427 | 2024.03.11 14:44:03.525679 [ 3 ] {0d774306-a6ed-47ab-805b-96b54f757837} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4428 | 2024.03.11 14:44:03.525702 [ 190 ] {3d1f8790-6847-4f06-bce3-6d9b6f4d0836::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 55 rows starting from the beginning of the part | ||
4429 | 2024.03.11 14:44:03.525854 [ 3 ] {0d774306-a6ed-47ab-805b-96b54f757837} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
4430 | 2024.03.11 14:44:03.525941 [ 190 ] {3d1f8790-6847-4f06-bce3-6d9b6f4d0836::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 24 rows starting from the beginning of the part | ||
4431 | 2024.03.11 14:44:03.526317 [ 190 ] {3d1f8790-6847-4f06-bce3-6d9b6f4d0836::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 55 rows starting from the beginning of the part | ||
4432 | 2024.03.11 14:44:03.527088 [ 3 ] {0d774306-a6ed-47ab-805b-96b54f757837} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4433 | 2024.03.11 14:44:03.528279 [ 3 ] {0d774306-a6ed-47ab-805b-96b54f757837} <Trace> oximeter.measurements_histogramf64 (b99726d6-44d2-48b6-acca-e9ba9748d6b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4434 | 2024.03.11 14:44:03.528353 [ 3 ] {0d774306-a6ed-47ab-805b-96b54f757837} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
4435 | 2024.03.11 14:44:03.528696 [ 190 ] {3d1f8790-6847-4f06-bce3-6d9b6f4d0836::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 351 rows, containing 4 columns (4 merged, 0 gathered) in 0.004793411 sec., 73225.51727777986 rows/sec., 5.72 MiB/sec. | ||
4436 | 2024.03.11 14:44:03.528869 [ 190 ] {3d1f8790-6847-4f06-bce3-6d9b6f4d0836::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
4437 | 2024.03.11 14:44:03.529568 [ 3 ] {0d774306-a6ed-47ab-805b-96b54f757837} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
4438 | 2024.03.11 14:44:03.529681 [ 190 ] {3d1f8790-6847-4f06-bce3-6d9b6f4d0836::all_1_36_7} <Trace> oximeter.fields_uuid (3d1f8790-6847-4f06-bce3-6d9b6f4d0836): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4439 | 2024.03.11 14:44:03.529878 [ 190 ] {3d1f8790-6847-4f06-bce3-6d9b6f4d0836::all_1_36_7} <Trace> oximeter.fields_uuid (3d1f8790-6847-4f06-bce3-6d9b6f4d0836) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
4440 | 2024.03.11 14:44:03.530097 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
4441 | 2024.03.11 14:44:03.530308 [ 3 ] {0d774306-a6ed-47ab-805b-96b54f757837} <Trace> oximeter.measurements_histogramf64 (b99726d6-44d2-48b6-acca-e9ba9748d6b9): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4442 | 2024.03.11 14:44:03.530676 [ 3 ] {0d774306-a6ed-47ab-805b-96b54f757837} <Debug> executeQuery: Read 55 rows, 76.00 KiB in 0.005458 sec., 10076.95126419934 rows/sec., 13.60 MiB/sec. | ||
4443 | 2024.03.11 14:44:03.530964 [ 3 ] {0d774306-a6ed-47ab-805b-96b54f757837} <Debug> DynamicQueryHandler: Done processing query | ||
4444 | 2024.03.11 14:44:03.530996 [ 3 ] {0d774306-a6ed-47ab-805b-96b54f757837} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
4445 | 2024.03.11 14:44:03.531013 [ 3 ] {} <Debug> HTTP-Session: 77943a2d-590c-455d-bb41-bbeb82acef74 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4446 | 2024.03.11 14:44:06.161294 [ 114 ] {} <Debug> DNSResolver: Updating DNS cache | ||
4447 | 2024.03.11 14:44:06.161363 [ 114 ] {} <Debug> DNSResolver: Updated DNS cache | ||
4448 | 2024.03.11 14:44:13.511163 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 7933, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4449 | 2024.03.11 14:44:13.511303 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4450 | 2024.03.11 14:44:13.511330 [ 3 ] {} <Debug> HTTP-Session: f9dcdc8e-6f99-4bea-8c1c-0475f18b90aa Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
4451 | 2024.03.11 14:44:13.511358 [ 3 ] {} <Debug> HTTP-Session: f9dcdc8e-6f99-4bea-8c1c-0475f18b90aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4452 | 2024.03.11 14:44:13.511377 [ 3 ] {} <Debug> HTTP-Session: f9dcdc8e-6f99-4bea-8c1c-0475f18b90aa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4453 | 2024.03.11 14:44:13.511433 [ 3 ] {} <Trace> HTTP-Session: f9dcdc8e-6f99-4bea-8c1c-0475f18b90aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4454 | 2024.03.11 14:44:13.511577 [ 3 ] {137a70c3-4cd7-4777-bc2f-ac07f814959b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4455 | 2024.03.11 14:44:13.511645 [ 3 ] {137a70c3-4cd7-4777-bc2f-ac07f814959b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4456 | 2024.03.11 14:44:13.511862 [ 3 ] {137a70c3-4cd7-4777-bc2f-ac07f814959b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4457 | 2024.03.11 14:44:13.512300 [ 3 ] {137a70c3-4cd7-4777-bc2f-ac07f814959b} <Trace> oximeter.fields_i64 (6b5cb674-03e1-439e-829c-27b13be59f30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4458 | 2024.03.11 14:44:13.512341 [ 3 ] {137a70c3-4cd7-4777-bc2f-ac07f814959b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
4459 | 2024.03.11 14:44:13.512728 [ 3 ] {137a70c3-4cd7-4777-bc2f-ac07f814959b} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
4460 | 2024.03.11 14:44:13.513068 [ 3 ] {137a70c3-4cd7-4777-bc2f-ac07f814959b} <Trace> oximeter.fields_i64 (6b5cb674-03e1-439e-829c-27b13be59f30): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4461 | 2024.03.11 14:44:13.513205 [ 3 ] {137a70c3-4cd7-4777-bc2f-ac07f814959b} <Debug> executeQuery: Read 55 rows, 4.46 KiB in 0.0017 sec., 32352.94117647059 rows/sec., 2.56 MiB/sec. | ||
4462 | 2024.03.11 14:44:13.513336 [ 3 ] {137a70c3-4cd7-4777-bc2f-ac07f814959b} <Debug> DynamicQueryHandler: Done processing query | ||
4463 | 2024.03.11 14:44:13.513362 [ 3 ] {137a70c3-4cd7-4777-bc2f-ac07f814959b} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
4464 | 2024.03.11 14:44:13.513379 [ 3 ] {} <Debug> HTTP-Session: f9dcdc8e-6f99-4bea-8c1c-0475f18b90aa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4465 | 2024.03.11 14:44:13.513553 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 26283, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4466 | 2024.03.11 14:44:13.513600 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4467 | 2024.03.11 14:44:13.513618 [ 3 ] {} <Debug> HTTP-Session: 25a4e2ab-6459-4213-8471-7ae5f0052cb6 Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
4468 | 2024.03.11 14:44:13.513636 [ 3 ] {} <Debug> HTTP-Session: 25a4e2ab-6459-4213-8471-7ae5f0052cb6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4469 | 2024.03.11 14:44:13.513650 [ 3 ] {} <Debug> HTTP-Session: 25a4e2ab-6459-4213-8471-7ae5f0052cb6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4470 | 2024.03.11 14:44:13.513682 [ 3 ] {} <Trace> HTTP-Session: 25a4e2ab-6459-4213-8471-7ae5f0052cb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4471 | 2024.03.11 14:44:13.513788 [ 3 ] {55168478-8153-45e3-88be-d30c4266e91e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4472 | 2024.03.11 14:44:13.513831 [ 3 ] {55168478-8153-45e3-88be-d30c4266e91e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4473 | 2024.03.11 14:44:13.513956 [ 3 ] {55168478-8153-45e3-88be-d30c4266e91e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4474 | 2024.03.11 14:44:13.514366 [ 3 ] {55168478-8153-45e3-88be-d30c4266e91e} <Trace> oximeter.fields_string (6a098439-de07-471e-80b6-bdb8a57beb92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4475 | 2024.03.11 14:44:13.514403 [ 3 ] {55168478-8153-45e3-88be-d30c4266e91e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
4476 | 2024.03.11 14:44:13.514726 [ 3 ] {55168478-8153-45e3-88be-d30c4266e91e} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
4477 | 2024.03.11 14:44:13.515032 [ 3 ] {55168478-8153-45e3-88be-d30c4266e91e} <Trace> oximeter.fields_string (6a098439-de07-471e-80b6-bdb8a57beb92): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4478 | 2024.03.11 14:44:13.515158 [ 3 ] {55168478-8153-45e3-88be-d30c4266e91e} <Debug> executeQuery: Read 165 rows, 16.22 KiB in 0.00143 sec., 115384.61538461538 rows/sec., 11.08 MiB/sec. | ||
4479 | 2024.03.11 14:44:13.515279 [ 3 ] {55168478-8153-45e3-88be-d30c4266e91e} <Debug> DynamicQueryHandler: Done processing query | ||
4480 | 2024.03.11 14:44:13.515304 [ 3 ] {55168478-8153-45e3-88be-d30c4266e91e} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
4481 | 2024.03.11 14:44:13.515321 [ 3 ] {} <Debug> HTTP-Session: 25a4e2ab-6459-4213-8471-7ae5f0052cb6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4482 | 2024.03.11 14:44:13.515448 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 9364, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4483 | 2024.03.11 14:44:13.515496 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4484 | 2024.03.11 14:44:13.515515 [ 3 ] {} <Debug> HTTP-Session: 9bba062a-1618-4a7e-9055-65eb057133f5 Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
4485 | 2024.03.11 14:44:13.515532 [ 3 ] {} <Debug> HTTP-Session: 9bba062a-1618-4a7e-9055-65eb057133f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4486 | 2024.03.11 14:44:13.515546 [ 3 ] {} <Debug> HTTP-Session: 9bba062a-1618-4a7e-9055-65eb057133f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4487 | 2024.03.11 14:44:13.515578 [ 3 ] {} <Trace> HTTP-Session: 9bba062a-1618-4a7e-9055-65eb057133f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4488 | 2024.03.11 14:44:13.515656 [ 3 ] {dc787549-8c57-4991-936c-67a1658ab011} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4489 | 2024.03.11 14:44:13.515696 [ 3 ] {dc787549-8c57-4991-936c-67a1658ab011} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4490 | 2024.03.11 14:44:13.515821 [ 3 ] {dc787549-8c57-4991-936c-67a1658ab011} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4491 | 2024.03.11 14:44:13.516139 [ 3 ] {dc787549-8c57-4991-936c-67a1658ab011} <Trace> oximeter.fields_uuid (3d1f8790-6847-4f06-bce3-6d9b6f4d0836): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4492 | 2024.03.11 14:44:13.516176 [ 3 ] {dc787549-8c57-4991-936c-67a1658ab011} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
4493 | 2024.03.11 14:44:13.516489 [ 3 ] {dc787549-8c57-4991-936c-67a1658ab011} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
4494 | 2024.03.11 14:44:13.516796 [ 3 ] {dc787549-8c57-4991-936c-67a1658ab011} <Trace> oximeter.fields_uuid (3d1f8790-6847-4f06-bce3-6d9b6f4d0836): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4495 | 2024.03.11 14:44:13.516918 [ 3 ] {dc787549-8c57-4991-936c-67a1658ab011} <Debug> executeQuery: Read 55 rows, 4.40 KiB in 0.001294 sec., 42503.86398763524 rows/sec., 3.32 MiB/sec. | ||
4496 | 2024.03.11 14:44:13.517114 [ 3 ] {dc787549-8c57-4991-936c-67a1658ab011} <Debug> DynamicQueryHandler: Done processing query | ||
4497 | 2024.03.11 14:44:13.517174 [ 3 ] {dc787549-8c57-4991-936c-67a1658ab011} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
4498 | 2024.03.11 14:44:13.517233 [ 3 ] {} <Debug> HTTP-Session: 9bba062a-1618-4a7e-9055-65eb057133f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4499 | 2024.03.11 14:44:13.517424 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 58837, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4500 | 2024.03.11 14:44:13.517472 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4501 | 2024.03.11 14:44:13.517491 [ 3 ] {} <Debug> HTTP-Session: 4976899a-2b50-46fb-94e2-dcdb967c688e Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
4502 | 2024.03.11 14:44:13.517507 [ 3 ] {} <Debug> HTTP-Session: 4976899a-2b50-46fb-94e2-dcdb967c688e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4503 | 2024.03.11 14:44:13.517522 [ 3 ] {} <Debug> HTTP-Session: 4976899a-2b50-46fb-94e2-dcdb967c688e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4504 | 2024.03.11 14:44:13.517553 [ 3 ] {} <Trace> HTTP-Session: 4976899a-2b50-46fb-94e2-dcdb967c688e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4505 | 2024.03.11 14:44:13.517910 [ 3 ] {249946a9-1758-4162-8d9c-c5d32671fe05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4506 | 2024.03.11 14:44:13.517958 [ 3 ] {249946a9-1758-4162-8d9c-c5d32671fe05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
4507 | 2024.03.11 14:44:13.518132 [ 3 ] {249946a9-1758-4162-8d9c-c5d32671fe05} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4508 | 2024.03.11 14:44:13.518761 [ 3 ] {249946a9-1758-4162-8d9c-c5d32671fe05} <Trace> oximeter.measurements_histogramf64 (b99726d6-44d2-48b6-acca-e9ba9748d6b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4509 | 2024.03.11 14:44:13.518798 [ 3 ] {249946a9-1758-4162-8d9c-c5d32671fe05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
4510 | 2024.03.11 14:44:13.519239 [ 3 ] {249946a9-1758-4162-8d9c-c5d32671fe05} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
4511 | 2024.03.11 14:44:13.519577 [ 3 ] {249946a9-1758-4162-8d9c-c5d32671fe05} <Trace> oximeter.measurements_histogramf64 (b99726d6-44d2-48b6-acca-e9ba9748d6b9): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4512 | 2024.03.11 14:44:13.519705 [ 3 ] {249946a9-1758-4162-8d9c-c5d32671fe05} <Debug> executeQuery: Read 55 rows, 76.00 KiB in 0.002095 sec., 26252.983293556084 rows/sec., 35.43 MiB/sec. | ||
4513 | 2024.03.11 14:44:13.519829 [ 3 ] {249946a9-1758-4162-8d9c-c5d32671fe05} <Debug> DynamicQueryHandler: Done processing query | ||
4514 | 2024.03.11 14:44:13.519853 [ 3 ] {249946a9-1758-4162-8d9c-c5d32671fe05} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
4515 | 2024.03.11 14:44:13.519869 [ 3 ] {} <Debug> HTTP-Session: 4976899a-2b50-46fb-94e2-dcdb967c688e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4516 | 2024.03.11 14:44:21.161613 [ 108 ] {} <Debug> DNSResolver: Updating DNS cache | ||
4517 | 2024.03.11 14:44:21.161679 [ 108 ] {} <Debug> DNSResolver: Updated DNS cache | ||
4518 | 2024.03.11 14:44:23.511061 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 7933, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4519 | 2024.03.11 14:44:23.511227 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4520 | 2024.03.11 14:44:23.511271 [ 3 ] {} <Debug> HTTP-Session: c164a098-6dfc-4b3a-bdf2-482863ec49ce Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
4521 | 2024.03.11 14:44:23.511313 [ 3 ] {} <Debug> HTTP-Session: c164a098-6dfc-4b3a-bdf2-482863ec49ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4522 | 2024.03.11 14:44:23.511341 [ 3 ] {} <Debug> HTTP-Session: c164a098-6dfc-4b3a-bdf2-482863ec49ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4523 | 2024.03.11 14:44:23.511421 [ 3 ] {} <Trace> HTTP-Session: c164a098-6dfc-4b3a-bdf2-482863ec49ce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4524 | 2024.03.11 14:44:23.511562 [ 3 ] {a6e1b54b-0eb5-4d17-9597-a16e1980de59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4525 | 2024.03.11 14:44:23.511626 [ 3 ] {a6e1b54b-0eb5-4d17-9597-a16e1980de59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4526 | 2024.03.11 14:44:23.511818 [ 3 ] {a6e1b54b-0eb5-4d17-9597-a16e1980de59} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4527 | 2024.03.11 14:44:23.512251 [ 3 ] {a6e1b54b-0eb5-4d17-9597-a16e1980de59} <Trace> oximeter.fields_i64 (6b5cb674-03e1-439e-829c-27b13be59f30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4528 | 2024.03.11 14:44:23.512300 [ 3 ] {a6e1b54b-0eb5-4d17-9597-a16e1980de59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
4529 | 2024.03.11 14:44:23.512682 [ 3 ] {a6e1b54b-0eb5-4d17-9597-a16e1980de59} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
4530 | 2024.03.11 14:44:23.513020 [ 3 ] {a6e1b54b-0eb5-4d17-9597-a16e1980de59} <Trace> oximeter.fields_i64 (6b5cb674-03e1-439e-829c-27b13be59f30): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4531 | 2024.03.11 14:44:23.513185 [ 3 ] {a6e1b54b-0eb5-4d17-9597-a16e1980de59} <Debug> executeQuery: Read 55 rows, 4.46 KiB in 0.001684 sec., 32660.332541567695 rows/sec., 2.59 MiB/sec. | ||
4532 | 2024.03.11 14:44:23.513415 [ 3 ] {a6e1b54b-0eb5-4d17-9597-a16e1980de59} <Debug> DynamicQueryHandler: Done processing query | ||
4533 | 2024.03.11 14:44:23.513459 [ 3 ] {a6e1b54b-0eb5-4d17-9597-a16e1980de59} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
4534 | 2024.03.11 14:44:23.513484 [ 3 ] {} <Debug> HTTP-Session: c164a098-6dfc-4b3a-bdf2-482863ec49ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4535 | 2024.03.11 14:44:23.513604 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 680, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4536 | 2024.03.11 14:44:23.513655 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4537 | 2024.03.11 14:44:23.513674 [ 3 ] {} <Debug> HTTP-Session: 82afbb9a-b11d-4481-a8ab-8bc057ac2e7d Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
4538 | 2024.03.11 14:44:23.513692 [ 3 ] {} <Debug> HTTP-Session: 82afbb9a-b11d-4481-a8ab-8bc057ac2e7d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4539 | 2024.03.11 14:44:23.513706 [ 3 ] {} <Debug> HTTP-Session: 82afbb9a-b11d-4481-a8ab-8bc057ac2e7d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4540 | 2024.03.11 14:44:23.513742 [ 3 ] {} <Trace> HTTP-Session: 82afbb9a-b11d-4481-a8ab-8bc057ac2e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4541 | 2024.03.11 14:44:23.513815 [ 3 ] {f51dc8ab-30d9-4686-900c-1b2a1f03eca0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
4542 | 2024.03.11 14:44:23.513859 [ 3 ] {f51dc8ab-30d9-4686-900c-1b2a1f03eca0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
4543 | 2024.03.11 14:44:23.514005 [ 3 ] {f51dc8ab-30d9-4686-900c-1b2a1f03eca0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4544 | 2024.03.11 14:44:23.514301 [ 3 ] {f51dc8ab-30d9-4686-900c-1b2a1f03eca0} <Trace> oximeter.fields_ipaddr (334e9a02-ace0-41a3-88ff-f52311cf0408): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4545 | 2024.03.11 14:44:23.514340 [ 3 ] {f51dc8ab-30d9-4686-900c-1b2a1f03eca0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
4546 | 2024.03.11 14:44:23.514641 [ 3 ] {f51dc8ab-30d9-4686-900c-1b2a1f03eca0} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
4547 | 2024.03.11 14:44:23.514960 [ 3 ] {f51dc8ab-30d9-4686-900c-1b2a1f03eca0} <Trace> oximeter.fields_ipaddr (334e9a02-ace0-41a3-88ff-f52311cf0408): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4548 | 2024.03.11 14:44:23.515117 [ 3 ] {f51dc8ab-30d9-4686-900c-1b2a1f03eca0} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001326 sec., 3016.5912518853697 rows/sec., 245.98 KiB/sec. | ||
4549 | 2024.03.11 14:44:23.515365 [ 3 ] {f51dc8ab-30d9-4686-900c-1b2a1f03eca0} <Debug> DynamicQueryHandler: Done processing query | ||
4550 | 2024.03.11 14:44:23.515393 [ 3 ] {f51dc8ab-30d9-4686-900c-1b2a1f03eca0} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
4551 | 2024.03.11 14:44:23.515409 [ 3 ] {} <Debug> HTTP-Session: 82afbb9a-b11d-4481-a8ab-8bc057ac2e7d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4552 | 2024.03.11 14:44:23.515583 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 26583, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4553 | 2024.03.11 14:44:23.515632 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4554 | 2024.03.11 14:44:23.515650 [ 3 ] {} <Debug> HTTP-Session: 2ccd6ccc-ccfa-4f41-93b9-1a15681ba32b Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
4555 | 2024.03.11 14:44:23.515666 [ 3 ] {} <Debug> HTTP-Session: 2ccd6ccc-ccfa-4f41-93b9-1a15681ba32b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4556 | 2024.03.11 14:44:23.515680 [ 3 ] {} <Debug> HTTP-Session: 2ccd6ccc-ccfa-4f41-93b9-1a15681ba32b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4557 | 2024.03.11 14:44:23.515712 [ 3 ] {} <Trace> HTTP-Session: 2ccd6ccc-ccfa-4f41-93b9-1a15681ba32b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4558 | 2024.03.11 14:44:23.515823 [ 3 ] {86b16d99-7bce-4cb1-ada1-c5cc43495544} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4559 | 2024.03.11 14:44:23.515866 [ 3 ] {86b16d99-7bce-4cb1-ada1-c5cc43495544} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4560 | 2024.03.11 14:44:23.516007 [ 3 ] {86b16d99-7bce-4cb1-ada1-c5cc43495544} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4561 | 2024.03.11 14:44:23.516404 [ 3 ] {86b16d99-7bce-4cb1-ada1-c5cc43495544} <Trace> oximeter.fields_string (6a098439-de07-471e-80b6-bdb8a57beb92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4562 | 2024.03.11 14:44:23.516443 [ 3 ] {86b16d99-7bce-4cb1-ada1-c5cc43495544} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
4563 | 2024.03.11 14:44:23.516759 [ 3 ] {86b16d99-7bce-4cb1-ada1-c5cc43495544} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
4564 | 2024.03.11 14:44:23.517063 [ 3 ] {86b16d99-7bce-4cb1-ada1-c5cc43495544} <Trace> oximeter.fields_string (6a098439-de07-471e-80b6-bdb8a57beb92): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4565 | 2024.03.11 14:44:23.517219 [ 3 ] {86b16d99-7bce-4cb1-ada1-c5cc43495544} <Debug> executeQuery: Read 167 rows, 16.40 KiB in 0.00145 sec., 115172.41379310345 rows/sec., 11.04 MiB/sec. | ||
4566 | 2024.03.11 14:44:23.517406 [ 3 ] {86b16d99-7bce-4cb1-ada1-c5cc43495544} <Debug> DynamicQueryHandler: Done processing query | ||
4567 | 2024.03.11 14:44:23.517456 [ 3 ] {86b16d99-7bce-4cb1-ada1-c5cc43495544} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
4568 | 2024.03.11 14:44:23.517500 [ 3 ] {} <Debug> HTTP-Session: 2ccd6ccc-ccfa-4f41-93b9-1a15681ba32b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4569 | 2024.03.11 14:44:23.517641 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 613, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4570 | 2024.03.11 14:44:23.517688 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4571 | 2024.03.11 14:44:23.517706 [ 3 ] {} <Debug> HTTP-Session: 20e6547f-6113-459b-814f-a9678b0205d0 Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
4572 | 2024.03.11 14:44:23.517723 [ 3 ] {} <Debug> HTTP-Session: 20e6547f-6113-459b-814f-a9678b0205d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4573 | 2024.03.11 14:44:23.517737 [ 3 ] {} <Debug> HTTP-Session: 20e6547f-6113-459b-814f-a9678b0205d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4574 | 2024.03.11 14:44:23.517769 [ 3 ] {} <Trace> HTTP-Session: 20e6547f-6113-459b-814f-a9678b0205d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4575 | 2024.03.11 14:44:23.517835 [ 3 ] {7cb7f7c6-c485-4647-905a-eb3725a3f3d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
4576 | 2024.03.11 14:44:23.517875 [ 3 ] {7cb7f7c6-c485-4647-905a-eb3725a3f3d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4577 | 2024.03.11 14:44:23.518017 [ 3 ] {7cb7f7c6-c485-4647-905a-eb3725a3f3d2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4578 | 2024.03.11 14:44:23.518282 [ 3 ] {7cb7f7c6-c485-4647-905a-eb3725a3f3d2} <Trace> oximeter.fields_u16 (6b7af958-2474-4c0b-b5ad-97e1406ef2f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4579 | 2024.03.11 14:44:23.518319 [ 3 ] {7cb7f7c6-c485-4647-905a-eb3725a3f3d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
4580 | 2024.03.11 14:44:23.518615 [ 3 ] {7cb7f7c6-c485-4647-905a-eb3725a3f3d2} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
4581 | 2024.03.11 14:44:23.518920 [ 3 ] {7cb7f7c6-c485-4647-905a-eb3725a3f3d2} <Trace> oximeter.fields_u16 (6b7af958-2474-4c0b-b5ad-97e1406ef2f2): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4582 | 2024.03.11 14:44:23.519079 [ 3 ] {7cb7f7c6-c485-4647-905a-eb3725a3f3d2} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001258 sec., 3179.650238473768 rows/sec., 222.02 KiB/sec. | ||
4583 | 2024.03.11 14:44:23.519319 [ 3 ] {7cb7f7c6-c485-4647-905a-eb3725a3f3d2} <Debug> DynamicQueryHandler: Done processing query | ||
4584 | 2024.03.11 14:44:23.519344 [ 3 ] {7cb7f7c6-c485-4647-905a-eb3725a3f3d2} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
4585 | 2024.03.11 14:44:23.519359 [ 3 ] {} <Debug> HTTP-Session: 20e6547f-6113-459b-814f-a9678b0205d0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4586 | 2024.03.11 14:44:23.519477 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 10050, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4587 | 2024.03.11 14:44:23.519525 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4588 | 2024.03.11 14:44:23.519542 [ 3 ] {} <Debug> HTTP-Session: 9f7defdc-5fef-4362-bcf2-c263fd2d19dd Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
4589 | 2024.03.11 14:44:23.519559 [ 3 ] {} <Debug> HTTP-Session: 9f7defdc-5fef-4362-bcf2-c263fd2d19dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4590 | 2024.03.11 14:44:23.519572 [ 3 ] {} <Debug> HTTP-Session: 9f7defdc-5fef-4362-bcf2-c263fd2d19dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4591 | 2024.03.11 14:44:23.519602 [ 3 ] {} <Trace> HTTP-Session: 9f7defdc-5fef-4362-bcf2-c263fd2d19dd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4592 | 2024.03.11 14:44:23.519685 [ 3 ] {5d610d42-3cce-406e-80ff-ca46119db4de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4593 | 2024.03.11 14:44:23.519725 [ 3 ] {5d610d42-3cce-406e-80ff-ca46119db4de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4594 | 2024.03.11 14:44:23.519867 [ 3 ] {5d610d42-3cce-406e-80ff-ca46119db4de} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4595 | 2024.03.11 14:44:23.520168 [ 3 ] {5d610d42-3cce-406e-80ff-ca46119db4de} <Trace> oximeter.fields_uuid (3d1f8790-6847-4f06-bce3-6d9b6f4d0836): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4596 | 2024.03.11 14:44:23.520207 [ 3 ] {5d610d42-3cce-406e-80ff-ca46119db4de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
4597 | 2024.03.11 14:44:23.520515 [ 3 ] {5d610d42-3cce-406e-80ff-ca46119db4de} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
4598 | 2024.03.11 14:44:23.520823 [ 3 ] {5d610d42-3cce-406e-80ff-ca46119db4de} <Trace> oximeter.fields_uuid (3d1f8790-6847-4f06-bce3-6d9b6f4d0836): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4599 | 2024.03.11 14:44:23.520992 [ 3 ] {5d610d42-3cce-406e-80ff-ca46119db4de} <Debug> executeQuery: Read 59 rows, 4.73 KiB in 0.001343 sec., 43931.496649292625 rows/sec., 3.44 MiB/sec. | ||
4600 | 2024.03.11 14:44:23.521199 [ 3 ] {5d610d42-3cce-406e-80ff-ca46119db4de} <Debug> DynamicQueryHandler: Done processing query | ||
4601 | 2024.03.11 14:44:23.521244 [ 3 ] {5d610d42-3cce-406e-80ff-ca46119db4de} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
4602 | 2024.03.11 14:44:23.521286 [ 3 ] {} <Debug> HTTP-Session: 9f7defdc-5fef-4362-bcf2-c263fd2d19dd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4603 | 2024.03.11 14:44:23.521397 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 449, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4604 | 2024.03.11 14:44:23.521443 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4605 | 2024.03.11 14:44:23.521461 [ 3 ] {} <Debug> HTTP-Session: ec94e077-23b3-4168-9d78-a4478fa4ce62 Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
4606 | 2024.03.11 14:44:23.521477 [ 3 ] {} <Debug> HTTP-Session: ec94e077-23b3-4168-9d78-a4478fa4ce62 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4607 | 2024.03.11 14:44:23.521492 [ 3 ] {} <Debug> HTTP-Session: ec94e077-23b3-4168-9d78-a4478fa4ce62 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4608 | 2024.03.11 14:44:23.521521 [ 3 ] {} <Trace> HTTP-Session: ec94e077-23b3-4168-9d78-a4478fa4ce62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4609 | 2024.03.11 14:44:23.521584 [ 3 ] {7a43986f-4942-4578-9f71-4930a17434d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4610 | 2024.03.11 14:44:23.521629 [ 3 ] {7a43986f-4942-4578-9f71-4930a17434d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4611 | 2024.03.11 14:44:23.521786 [ 3 ] {7a43986f-4942-4578-9f71-4930a17434d8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4612 | 2024.03.11 14:44:23.522056 [ 3 ] {7a43986f-4942-4578-9f71-4930a17434d8} <Trace> oximeter.measurements_cumulativeu64 (c67eb49b-f01a-4894-b3b8-a06655ac82c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4613 | 2024.03.11 14:44:23.522093 [ 3 ] {7a43986f-4942-4578-9f71-4930a17434d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
4614 | 2024.03.11 14:44:23.522457 [ 3 ] {7a43986f-4942-4578-9f71-4930a17434d8} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
4615 | 2024.03.11 14:44:23.522792 [ 3 ] {7a43986f-4942-4578-9f71-4930a17434d8} <Trace> oximeter.measurements_cumulativeu64 (c67eb49b-f01a-4894-b3b8-a06655ac82c2): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4616 | 2024.03.11 14:44:23.522963 [ 3 ] {7a43986f-4942-4578-9f71-4930a17434d8} <Debug> executeQuery: Read 2 rows, 144.00 B in 0.001387 sec., 1441.9610670511897 rows/sec., 101.39 KiB/sec. | ||
4617 | 2024.03.11 14:44:23.523242 [ 3 ] {7a43986f-4942-4578-9f71-4930a17434d8} <Debug> DynamicQueryHandler: Done processing query | ||
4618 | 2024.03.11 14:44:23.523267 [ 3 ] {7a43986f-4942-4578-9f71-4930a17434d8} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
4619 | 2024.03.11 14:44:23.523283 [ 3 ] {} <Debug> HTTP-Session: ec94e077-23b3-4168-9d78-a4478fa4ce62 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4620 | 2024.03.11 14:44:23.523444 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 58837, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4621 | 2024.03.11 14:44:23.523491 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4622 | 2024.03.11 14:44:23.523509 [ 3 ] {} <Debug> HTTP-Session: 43a401ce-b657-45a2-b236-d8839b33ba18 Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
4623 | 2024.03.11 14:44:23.523526 [ 3 ] {} <Debug> HTTP-Session: 43a401ce-b657-45a2-b236-d8839b33ba18 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4624 | 2024.03.11 14:44:23.523540 [ 3 ] {} <Debug> HTTP-Session: 43a401ce-b657-45a2-b236-d8839b33ba18 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4625 | 2024.03.11 14:44:23.523570 [ 3 ] {} <Trace> HTTP-Session: 43a401ce-b657-45a2-b236-d8839b33ba18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4626 | 2024.03.11 14:44:23.523933 [ 3 ] {efa6e634-2170-42c0-bf06-c6108902ef28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4627 | 2024.03.11 14:44:23.523981 [ 3 ] {efa6e634-2170-42c0-bf06-c6108902ef28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
4628 | 2024.03.11 14:44:23.524162 [ 3 ] {efa6e634-2170-42c0-bf06-c6108902ef28} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4629 | 2024.03.11 14:44:23.524725 [ 3 ] {efa6e634-2170-42c0-bf06-c6108902ef28} <Trace> oximeter.measurements_histogramf64 (b99726d6-44d2-48b6-acca-e9ba9748d6b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4630 | 2024.03.11 14:44:23.524762 [ 3 ] {efa6e634-2170-42c0-bf06-c6108902ef28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
4631 | 2024.03.11 14:44:23.525187 [ 3 ] {efa6e634-2170-42c0-bf06-c6108902ef28} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
4632 | 2024.03.11 14:44:23.525517 [ 3 ] {efa6e634-2170-42c0-bf06-c6108902ef28} <Trace> oximeter.measurements_histogramf64 (b99726d6-44d2-48b6-acca-e9ba9748d6b9): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4633 | 2024.03.11 14:44:23.525677 [ 3 ] {efa6e634-2170-42c0-bf06-c6108902ef28} <Debug> executeQuery: Read 55 rows, 76.00 KiB in 0.00204 sec., 26960.78431372549 rows/sec., 36.38 MiB/sec. | ||
4634 | 2024.03.11 14:44:23.525801 [ 3 ] {efa6e634-2170-42c0-bf06-c6108902ef28} <Debug> DynamicQueryHandler: Done processing query | ||
4635 | 2024.03.11 14:44:23.525825 [ 3 ] {efa6e634-2170-42c0-bf06-c6108902ef28} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
4636 | 2024.03.11 14:44:23.525840 [ 3 ] {} <Debug> HTTP-Session: 43a401ce-b657-45a2-b236-d8839b33ba18 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4637 | 2024.03.11 14:44:28.509153 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4638 | 2024.03.11 14:44:28.509284 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4639 | 2024.03.11 14:44:28.509311 [ 3 ] {} <Debug> HTTP-Session: a3a71b11-aefe-4a8e-bf52-f22e27776481 Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
4640 | 2024.03.11 14:44:28.509349 [ 3 ] {} <Debug> HTTP-Session: a3a71b11-aefe-4a8e-bf52-f22e27776481 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4641 | 2024.03.11 14:44:28.509377 [ 3 ] {} <Debug> HTTP-Session: a3a71b11-aefe-4a8e-bf52-f22e27776481 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4642 | 2024.03.11 14:44:28.509447 [ 3 ] {} <Trace> HTTP-Session: a3a71b11-aefe-4a8e-bf52-f22e27776481 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4643 | 2024.03.11 14:44:28.509592 [ 3 ] {8ddc3ff6-a5ab-4ecc-bbbb-1bf7c917f7f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
4644 | 2024.03.11 14:44:28.509681 [ 3 ] {8ddc3ff6-a5ab-4ecc-bbbb-1bf7c917f7f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
4645 | 2024.03.11 14:44:28.509951 [ 3 ] {8ddc3ff6-a5ab-4ecc-bbbb-1bf7c917f7f0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4646 | 2024.03.11 14:44:28.510447 [ 3 ] {8ddc3ff6-a5ab-4ecc-bbbb-1bf7c917f7f0} <Trace> oximeter.fields_ipaddr (334e9a02-ace0-41a3-88ff-f52311cf0408): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4647 | 2024.03.11 14:44:28.510499 [ 3 ] {8ddc3ff6-a5ab-4ecc-bbbb-1bf7c917f7f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
4648 | 2024.03.11 14:44:28.510884 [ 3 ] {8ddc3ff6-a5ab-4ecc-bbbb-1bf7c917f7f0} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
4649 | 2024.03.11 14:44:28.511229 [ 3 ] {8ddc3ff6-a5ab-4ecc-bbbb-1bf7c917f7f0} <Trace> oximeter.fields_ipaddr (334e9a02-ace0-41a3-88ff-f52311cf0408): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4650 | 2024.03.11 14:44:28.511380 [ 3 ] {8ddc3ff6-a5ab-4ecc-bbbb-1bf7c917f7f0} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001854 sec., 1078.7486515641856 rows/sec., 87.96 KiB/sec. | ||
4651 | 2024.03.11 14:44:28.511616 [ 3 ] {8ddc3ff6-a5ab-4ecc-bbbb-1bf7c917f7f0} <Debug> DynamicQueryHandler: Done processing query | ||
4652 | 2024.03.11 14:44:28.511651 [ 3 ] {8ddc3ff6-a5ab-4ecc-bbbb-1bf7c917f7f0} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
4653 | 2024.03.11 14:44:28.511669 [ 3 ] {} <Debug> HTTP-Session: a3a71b11-aefe-4a8e-bf52-f22e27776481 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4654 | 2024.03.11 14:44:28.511823 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 5139, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4655 | 2024.03.11 14:44:28.511888 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4656 | 2024.03.11 14:44:28.511915 [ 3 ] {} <Debug> HTTP-Session: 1aff43dc-d5b9-43ae-90de-64ba54562506 Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
4657 | 2024.03.11 14:44:28.511935 [ 3 ] {} <Debug> HTTP-Session: 1aff43dc-d5b9-43ae-90de-64ba54562506 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4658 | 2024.03.11 14:44:28.511950 [ 3 ] {} <Debug> HTTP-Session: 1aff43dc-d5b9-43ae-90de-64ba54562506 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4659 | 2024.03.11 14:44:28.511986 [ 3 ] {} <Trace> HTTP-Session: 1aff43dc-d5b9-43ae-90de-64ba54562506 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4660 | 2024.03.11 14:44:28.512071 [ 3 ] {2a0b0d51-dd94-428b-b116-5790aec7a71a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4661 | 2024.03.11 14:44:28.512116 [ 3 ] {2a0b0d51-dd94-428b-b116-5790aec7a71a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4662 | 2024.03.11 14:44:28.512263 [ 3 ] {2a0b0d51-dd94-428b-b116-5790aec7a71a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4663 | 2024.03.11 14:44:28.512568 [ 3 ] {2a0b0d51-dd94-428b-b116-5790aec7a71a} <Trace> oximeter.fields_string (6a098439-de07-471e-80b6-bdb8a57beb92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4664 | 2024.03.11 14:44:28.512608 [ 3 ] {2a0b0d51-dd94-428b-b116-5790aec7a71a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
4665 | 2024.03.11 14:44:28.512930 [ 3 ] {2a0b0d51-dd94-428b-b116-5790aec7a71a} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
4666 | 2024.03.11 14:44:28.513239 [ 3 ] {2a0b0d51-dd94-428b-b116-5790aec7a71a} <Trace> oximeter.fields_string (6a098439-de07-471e-80b6-bdb8a57beb92): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4667 | 2024.03.11 14:44:28.513399 [ 3 ] {2a0b0d51-dd94-428b-b116-5790aec7a71a} <Debug> executeQuery: Read 37 rows, 2.85 KiB in 0.001355 sec., 27306.273062730626 rows/sec., 2.06 MiB/sec. | ||
4668 | 2024.03.11 14:44:28.513519 [ 3 ] {2a0b0d51-dd94-428b-b116-5790aec7a71a} <Debug> DynamicQueryHandler: Done processing query | ||
4669 | 2024.03.11 14:44:28.513545 [ 3 ] {2a0b0d51-dd94-428b-b116-5790aec7a71a} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
4670 | 2024.03.11 14:44:28.513561 [ 3 ] {} <Debug> HTTP-Session: 1aff43dc-d5b9-43ae-90de-64ba54562506 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4671 | 2024.03.11 14:44:28.513672 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4672 | 2024.03.11 14:44:28.513721 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4673 | 2024.03.11 14:44:28.513740 [ 3 ] {} <Debug> HTTP-Session: 6df5100f-2fce-4981-8ca3-cfc543f1707f Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
4674 | 2024.03.11 14:44:28.513756 [ 3 ] {} <Debug> HTTP-Session: 6df5100f-2fce-4981-8ca3-cfc543f1707f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4675 | 2024.03.11 14:44:28.513770 [ 3 ] {} <Debug> HTTP-Session: 6df5100f-2fce-4981-8ca3-cfc543f1707f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4676 | 2024.03.11 14:44:28.513803 [ 3 ] {} <Trace> HTTP-Session: 6df5100f-2fce-4981-8ca3-cfc543f1707f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4677 | 2024.03.11 14:44:28.513869 [ 3 ] {51adbe7e-3819-4a37-a5e9-5ef008c21013} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
4678 | 2024.03.11 14:44:28.513910 [ 3 ] {51adbe7e-3819-4a37-a5e9-5ef008c21013} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4679 | 2024.03.11 14:44:28.514036 [ 3 ] {51adbe7e-3819-4a37-a5e9-5ef008c21013} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4680 | 2024.03.11 14:44:28.514305 [ 3 ] {51adbe7e-3819-4a37-a5e9-5ef008c21013} <Trace> oximeter.fields_u16 (6b7af958-2474-4c0b-b5ad-97e1406ef2f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4681 | 2024.03.11 14:44:28.514344 [ 3 ] {51adbe7e-3819-4a37-a5e9-5ef008c21013} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
4682 | 2024.03.11 14:44:28.514643 [ 3 ] {51adbe7e-3819-4a37-a5e9-5ef008c21013} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
4683 | 2024.03.11 14:44:28.514948 [ 3 ] {51adbe7e-3819-4a37-a5e9-5ef008c21013} <Trace> oximeter.fields_u16 (6b7af958-2474-4c0b-b5ad-97e1406ef2f2): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4684 | 2024.03.11 14:44:28.515100 [ 3 ] {51adbe7e-3819-4a37-a5e9-5ef008c21013} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001246 sec., 1605.1364365971108 rows/sec., 112.08 KiB/sec. | ||
4685 | 2024.03.11 14:44:28.515257 [ 3 ] {51adbe7e-3819-4a37-a5e9-5ef008c21013} <Debug> DynamicQueryHandler: Done processing query | ||
4686 | 2024.03.11 14:44:28.515283 [ 3 ] {51adbe7e-3819-4a37-a5e9-5ef008c21013} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
4687 | 2024.03.11 14:44:28.515299 [ 3 ] {} <Debug> HTTP-Session: 6df5100f-2fce-4981-8ca3-cfc543f1707f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4688 | 2024.03.11 14:44:28.515450 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 4437, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4689 | 2024.03.11 14:44:28.515499 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4690 | 2024.03.11 14:44:28.515518 [ 3 ] {} <Debug> HTTP-Session: 6ba0fdc2-0f0b-4501-92a6-80ea9e81898b Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
4691 | 2024.03.11 14:44:28.515535 [ 3 ] {} <Debug> HTTP-Session: 6ba0fdc2-0f0b-4501-92a6-80ea9e81898b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4692 | 2024.03.11 14:44:28.515549 [ 3 ] {} <Debug> HTTP-Session: 6ba0fdc2-0f0b-4501-92a6-80ea9e81898b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4693 | 2024.03.11 14:44:28.515580 [ 3 ] {} <Trace> HTTP-Session: 6ba0fdc2-0f0b-4501-92a6-80ea9e81898b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4694 | 2024.03.11 14:44:28.515652 [ 3 ] {dc3fd215-8f8b-4e2c-b031-c0bc9a8e83bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4695 | 2024.03.11 14:44:28.515691 [ 3 ] {dc3fd215-8f8b-4e2c-b031-c0bc9a8e83bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4696 | 2024.03.11 14:44:28.515817 [ 3 ] {dc3fd215-8f8b-4e2c-b031-c0bc9a8e83bc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4697 | 2024.03.11 14:44:28.516092 [ 3 ] {dc3fd215-8f8b-4e2c-b031-c0bc9a8e83bc} <Trace> oximeter.fields_uuid (3d1f8790-6847-4f06-bce3-6d9b6f4d0836): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4698 | 2024.03.11 14:44:28.516129 [ 3 ] {dc3fd215-8f8b-4e2c-b031-c0bc9a8e83bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
4699 | 2024.03.11 14:44:28.516451 [ 3 ] {dc3fd215-8f8b-4e2c-b031-c0bc9a8e83bc} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
4700 | 2024.03.11 14:44:28.516768 [ 3 ] {dc3fd215-8f8b-4e2c-b031-c0bc9a8e83bc} <Trace> oximeter.fields_uuid (3d1f8790-6847-4f06-bce3-6d9b6f4d0836): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4701 | 2024.03.11 14:44:28.516919 [ 3 ] {dc3fd215-8f8b-4e2c-b031-c0bc9a8e83bc} <Debug> executeQuery: Read 26 rows, 2.06 KiB in 0.001289 sec., 20170.67494181536 rows/sec., 1.56 MiB/sec. | ||
4702 | 2024.03.11 14:44:28.517149 [ 3 ] {dc3fd215-8f8b-4e2c-b031-c0bc9a8e83bc} <Debug> DynamicQueryHandler: Done processing query | ||
4703 | 2024.03.11 14:44:28.517210 [ 3 ] {dc3fd215-8f8b-4e2c-b031-c0bc9a8e83bc} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
4704 | 2024.03.11 14:44:28.517262 [ 3 ] {} <Debug> HTTP-Session: 6ba0fdc2-0f0b-4501-92a6-80ea9e81898b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4705 | 2024.03.11 14:44:28.517408 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 7224, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4706 | 2024.03.11 14:44:28.517458 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4707 | 2024.03.11 14:44:28.517476 [ 3 ] {} <Debug> HTTP-Session: e3faf572-df42-4725-9df6-469cddf8b4f2 Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
4708 | 2024.03.11 14:44:28.517492 [ 3 ] {} <Debug> HTTP-Session: e3faf572-df42-4725-9df6-469cddf8b4f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4709 | 2024.03.11 14:44:28.517507 [ 3 ] {} <Debug> HTTP-Session: e3faf572-df42-4725-9df6-469cddf8b4f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4710 | 2024.03.11 14:44:28.517539 [ 3 ] {} <Trace> HTTP-Session: e3faf572-df42-4725-9df6-469cddf8b4f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4711 | 2024.03.11 14:44:28.517621 [ 3 ] {76e6845e-f538-43ac-bf6a-816a948ec620} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4712 | 2024.03.11 14:44:28.517666 [ 3 ] {76e6845e-f538-43ac-bf6a-816a948ec620} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4713 | 2024.03.11 14:44:28.517829 [ 3 ] {76e6845e-f538-43ac-bf6a-816a948ec620} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4714 | 2024.03.11 14:44:28.518136 [ 3 ] {76e6845e-f538-43ac-bf6a-816a948ec620} <Trace> oximeter.measurements_cumulativeu64 (c67eb49b-f01a-4894-b3b8-a06655ac82c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4715 | 2024.03.11 14:44:28.518174 [ 3 ] {76e6845e-f538-43ac-bf6a-816a948ec620} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
4716 | 2024.03.11 14:44:28.518565 [ 3 ] {76e6845e-f538-43ac-bf6a-816a948ec620} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
4717 | 2024.03.11 14:44:28.518892 [ 3 ] {76e6845e-f538-43ac-bf6a-816a948ec620} <Trace> oximeter.measurements_cumulativeu64 (c67eb49b-f01a-4894-b3b8-a06655ac82c2): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4718 | 2024.03.11 14:44:28.519053 [ 3 ] {76e6845e-f538-43ac-bf6a-816a948ec620} <Debug> executeQuery: Read 37 rows, 2.67 KiB in 0.001457 sec., 25394.64653397392 rows/sec., 1.79 MiB/sec. | ||
4719 | 2024.03.11 14:44:28.519274 [ 3 ] {76e6845e-f538-43ac-bf6a-816a948ec620} <Debug> DynamicQueryHandler: Done processing query | ||
4720 | 2024.03.11 14:44:28.519326 [ 3 ] {76e6845e-f538-43ac-bf6a-816a948ec620} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
4721 | 2024.03.11 14:44:28.519355 [ 3 ] {} <Debug> HTTP-Session: e3faf572-df42-4725-9df6-469cddf8b4f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4722 | 2024.03.11 14:44:33.510528 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 7933, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4723 | 2024.03.11 14:44:33.510719 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4724 | 2024.03.11 14:44:33.510763 [ 3 ] {} <Debug> HTTP-Session: 72f2257b-e9ba-405a-966f-829343963e33 Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
4725 | 2024.03.11 14:44:33.510806 [ 3 ] {} <Debug> HTTP-Session: 72f2257b-e9ba-405a-966f-829343963e33 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4726 | 2024.03.11 14:44:33.510836 [ 3 ] {} <Debug> HTTP-Session: 72f2257b-e9ba-405a-966f-829343963e33 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4727 | 2024.03.11 14:44:33.510918 [ 3 ] {} <Trace> HTTP-Session: 72f2257b-e9ba-405a-966f-829343963e33 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4728 | 2024.03.11 14:44:33.511148 [ 3 ] {ea1f0ab9-4053-43a2-9bff-e7cb74062e03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4729 | 2024.03.11 14:44:33.511253 [ 3 ] {ea1f0ab9-4053-43a2-9bff-e7cb74062e03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4730 | 2024.03.11 14:44:33.511573 [ 3 ] {ea1f0ab9-4053-43a2-9bff-e7cb74062e03} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4731 | 2024.03.11 14:44:33.512059 [ 3 ] {ea1f0ab9-4053-43a2-9bff-e7cb74062e03} <Trace> oximeter.fields_i64 (6b5cb674-03e1-439e-829c-27b13be59f30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4732 | 2024.03.11 14:44:33.512110 [ 3 ] {ea1f0ab9-4053-43a2-9bff-e7cb74062e03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
4733 | 2024.03.11 14:44:33.512492 [ 3 ] {ea1f0ab9-4053-43a2-9bff-e7cb74062e03} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
4734 | 2024.03.11 14:44:33.512843 [ 3 ] {ea1f0ab9-4053-43a2-9bff-e7cb74062e03} <Trace> oximeter.fields_i64 (6b5cb674-03e1-439e-829c-27b13be59f30): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4735 | 2024.03.11 14:44:33.513013 [ 3 ] {ea1f0ab9-4053-43a2-9bff-e7cb74062e03} <Debug> executeQuery: Read 55 rows, 4.46 KiB in 0.001972 sec., 27890.466531440165 rows/sec., 2.21 MiB/sec. | ||
4736 | 2024.03.11 14:44:33.513156 [ 3 ] {ea1f0ab9-4053-43a2-9bff-e7cb74062e03} <Debug> DynamicQueryHandler: Done processing query | ||
4737 | 2024.03.11 14:44:33.513183 [ 3 ] {ea1f0ab9-4053-43a2-9bff-e7cb74062e03} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
4738 | 2024.03.11 14:44:33.513199 [ 3 ] {} <Debug> HTTP-Session: 72f2257b-e9ba-405a-966f-829343963e33 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4739 | 2024.03.11 14:44:33.513323 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4740 | 2024.03.11 14:44:33.513370 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4741 | 2024.03.11 14:44:33.513388 [ 3 ] {} <Debug> HTTP-Session: cfd77623-c92c-4eb9-9687-a50942d6661d Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
4742 | 2024.03.11 14:44:33.513404 [ 3 ] {} <Debug> HTTP-Session: cfd77623-c92c-4eb9-9687-a50942d6661d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4743 | 2024.03.11 14:44:33.513418 [ 3 ] {} <Debug> HTTP-Session: cfd77623-c92c-4eb9-9687-a50942d6661d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4744 | 2024.03.11 14:44:33.513449 [ 3 ] {} <Trace> HTTP-Session: cfd77623-c92c-4eb9-9687-a50942d6661d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4745 | 2024.03.11 14:44:33.513513 [ 3 ] {53f5cba4-5eaa-442f-abae-5709640a6e1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
4746 | 2024.03.11 14:44:33.513556 [ 3 ] {53f5cba4-5eaa-442f-abae-5709640a6e1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
4747 | 2024.03.11 14:44:33.513682 [ 3 ] {53f5cba4-5eaa-442f-abae-5709640a6e1d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4748 | 2024.03.11 14:44:33.514006 [ 3 ] {53f5cba4-5eaa-442f-abae-5709640a6e1d} <Trace> oximeter.fields_ipaddr (334e9a02-ace0-41a3-88ff-f52311cf0408): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4749 | 2024.03.11 14:44:33.514044 [ 3 ] {53f5cba4-5eaa-442f-abae-5709640a6e1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
4750 | 2024.03.11 14:44:33.514345 [ 3 ] {53f5cba4-5eaa-442f-abae-5709640a6e1d} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
4751 | 2024.03.11 14:44:33.514644 [ 3 ] {53f5cba4-5eaa-442f-abae-5709640a6e1d} <Trace> oximeter.fields_ipaddr (334e9a02-ace0-41a3-88ff-f52311cf0408): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4752 | 2024.03.11 14:44:33.514805 [ 3 ] {53f5cba4-5eaa-442f-abae-5709640a6e1d} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001311 sec., 1525.5530129672004 rows/sec., 124.40 KiB/sec. | ||
4753 | 2024.03.11 14:44:33.514928 [ 3 ] {53f5cba4-5eaa-442f-abae-5709640a6e1d} <Debug> DynamicQueryHandler: Done processing query | ||
4754 | 2024.03.11 14:44:33.514953 [ 3 ] {53f5cba4-5eaa-442f-abae-5709640a6e1d} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
4755 | 2024.03.11 14:44:33.514969 [ 3 ] {} <Debug> HTTP-Session: cfd77623-c92c-4eb9-9687-a50942d6661d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4756 | 2024.03.11 14:44:33.515110 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 26433, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4757 | 2024.03.11 14:44:33.515158 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4758 | 2024.03.11 14:44:33.515176 [ 3 ] {} <Debug> HTTP-Session: 80c69308-c2f1-4ece-ad02-cf769bbee47f Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
4759 | 2024.03.11 14:44:33.515193 [ 3 ] {} <Debug> HTTP-Session: 80c69308-c2f1-4ece-ad02-cf769bbee47f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4760 | 2024.03.11 14:44:33.515207 [ 3 ] {} <Debug> HTTP-Session: 80c69308-c2f1-4ece-ad02-cf769bbee47f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4761 | 2024.03.11 14:44:33.515237 [ 3 ] {} <Trace> HTTP-Session: 80c69308-c2f1-4ece-ad02-cf769bbee47f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4762 | 2024.03.11 14:44:33.515348 [ 3 ] {9d007827-30e4-4e85-a1fe-b423ae2644fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4763 | 2024.03.11 14:44:33.515388 [ 3 ] {9d007827-30e4-4e85-a1fe-b423ae2644fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4764 | 2024.03.11 14:44:33.515513 [ 3 ] {9d007827-30e4-4e85-a1fe-b423ae2644fa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4765 | 2024.03.11 14:44:33.515892 [ 3 ] {9d007827-30e4-4e85-a1fe-b423ae2644fa} <Trace> oximeter.fields_string (6a098439-de07-471e-80b6-bdb8a57beb92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4766 | 2024.03.11 14:44:33.515931 [ 3 ] {9d007827-30e4-4e85-a1fe-b423ae2644fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
4767 | 2024.03.11 14:44:33.516255 [ 3 ] {9d007827-30e4-4e85-a1fe-b423ae2644fa} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
4768 | 2024.03.11 14:44:33.516577 [ 3 ] {9d007827-30e4-4e85-a1fe-b423ae2644fa} <Trace> oximeter.fields_string (6a098439-de07-471e-80b6-bdb8a57beb92): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4769 | 2024.03.11 14:44:33.516733 [ 3 ] {9d007827-30e4-4e85-a1fe-b423ae2644fa} <Debug> executeQuery: Read 166 rows, 16.31 KiB in 0.001443 sec., 115038.11503811504 rows/sec., 11.04 MiB/sec. | ||
4770 | 2024.03.11 14:44:33.516845 [ 3 ] {9d007827-30e4-4e85-a1fe-b423ae2644fa} <Debug> DynamicQueryHandler: Done processing query | ||
4771 | 2024.03.11 14:44:33.516870 [ 3 ] {9d007827-30e4-4e85-a1fe-b423ae2644fa} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
4772 | 2024.03.11 14:44:33.516885 [ 3 ] {} <Debug> HTTP-Session: 80c69308-c2f1-4ece-ad02-cf769bbee47f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4773 | 2024.03.11 14:44:33.516993 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4774 | 2024.03.11 14:44:33.517038 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4775 | 2024.03.11 14:44:33.517056 [ 3 ] {} <Debug> HTTP-Session: 406d8075-648d-4e1b-983b-32707a8018f6 Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
4776 | 2024.03.11 14:44:33.517073 [ 3 ] {} <Debug> HTTP-Session: 406d8075-648d-4e1b-983b-32707a8018f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4777 | 2024.03.11 14:44:33.517088 [ 3 ] {} <Debug> HTTP-Session: 406d8075-648d-4e1b-983b-32707a8018f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4778 | 2024.03.11 14:44:33.517118 [ 3 ] {} <Trace> HTTP-Session: 406d8075-648d-4e1b-983b-32707a8018f6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4779 | 2024.03.11 14:44:33.517181 [ 3 ] {f49dfbb0-c621-419b-99e4-79d07d401179} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
4780 | 2024.03.11 14:44:33.517221 [ 3 ] {f49dfbb0-c621-419b-99e4-79d07d401179} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4781 | 2024.03.11 14:44:33.517357 [ 3 ] {f49dfbb0-c621-419b-99e4-79d07d401179} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4782 | 2024.03.11 14:44:33.517629 [ 3 ] {f49dfbb0-c621-419b-99e4-79d07d401179} <Trace> oximeter.fields_u16 (6b7af958-2474-4c0b-b5ad-97e1406ef2f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4783 | 2024.03.11 14:44:33.517667 [ 3 ] {f49dfbb0-c621-419b-99e4-79d07d401179} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
4784 | 2024.03.11 14:44:33.517959 [ 3 ] {f49dfbb0-c621-419b-99e4-79d07d401179} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
4785 | 2024.03.11 14:44:33.518257 [ 3 ] {f49dfbb0-c621-419b-99e4-79d07d401179} <Trace> oximeter.fields_u16 (6b7af958-2474-4c0b-b5ad-97e1406ef2f2): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4786 | 2024.03.11 14:44:33.518404 [ 3 ] {f49dfbb0-c621-419b-99e4-79d07d401179} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001246 sec., 1605.1364365971108 rows/sec., 112.08 KiB/sec. | ||
4787 | 2024.03.11 14:44:33.518516 [ 3 ] {f49dfbb0-c621-419b-99e4-79d07d401179} <Debug> DynamicQueryHandler: Done processing query | ||
4788 | 2024.03.11 14:44:33.518539 [ 3 ] {f49dfbb0-c621-419b-99e4-79d07d401179} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
4789 | 2024.03.11 14:44:33.518554 [ 3 ] {} <Debug> HTTP-Session: 406d8075-648d-4e1b-983b-32707a8018f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4790 | 2024.03.11 14:44:33.518664 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 9707, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4791 | 2024.03.11 14:44:33.518710 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4792 | 2024.03.11 14:44:33.518728 [ 3 ] {} <Debug> HTTP-Session: 93c2b1da-9956-4876-be87-e0910e2bc4b8 Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
4793 | 2024.03.11 14:44:33.518744 [ 3 ] {} <Debug> HTTP-Session: 93c2b1da-9956-4876-be87-e0910e2bc4b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4794 | 2024.03.11 14:44:33.518758 [ 3 ] {} <Debug> HTTP-Session: 93c2b1da-9956-4876-be87-e0910e2bc4b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4795 | 2024.03.11 14:44:33.518788 [ 3 ] {} <Trace> HTTP-Session: 93c2b1da-9956-4876-be87-e0910e2bc4b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4796 | 2024.03.11 14:44:33.518875 [ 3 ] {92035cb9-8986-4bcf-9a41-53795fa84320} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4797 | 2024.03.11 14:44:33.518913 [ 3 ] {92035cb9-8986-4bcf-9a41-53795fa84320} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4798 | 2024.03.11 14:44:33.519040 [ 3 ] {92035cb9-8986-4bcf-9a41-53795fa84320} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4799 | 2024.03.11 14:44:33.519313 [ 3 ] {92035cb9-8986-4bcf-9a41-53795fa84320} <Trace> oximeter.fields_uuid (3d1f8790-6847-4f06-bce3-6d9b6f4d0836): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4800 | 2024.03.11 14:44:33.519349 [ 3 ] {92035cb9-8986-4bcf-9a41-53795fa84320} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
4801 | 2024.03.11 14:44:33.519641 [ 3 ] {92035cb9-8986-4bcf-9a41-53795fa84320} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
4802 | 2024.03.11 14:44:33.519932 [ 3 ] {92035cb9-8986-4bcf-9a41-53795fa84320} <Trace> oximeter.fields_uuid (3d1f8790-6847-4f06-bce3-6d9b6f4d0836): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4803 | 2024.03.11 14:44:33.520084 [ 3 ] {92035cb9-8986-4bcf-9a41-53795fa84320} <Debug> executeQuery: Read 57 rows, 4.57 KiB in 0.001242 sec., 45893.719806763285 rows/sec., 3.59 MiB/sec. | ||
4804 | 2024.03.11 14:44:33.520269 [ 3 ] {92035cb9-8986-4bcf-9a41-53795fa84320} <Debug> DynamicQueryHandler: Done processing query | ||
4805 | 2024.03.11 14:44:33.520331 [ 3 ] {92035cb9-8986-4bcf-9a41-53795fa84320} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
4806 | 2024.03.11 14:44:33.520383 [ 3 ] {} <Debug> HTTP-Session: 93c2b1da-9956-4876-be87-e0910e2bc4b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4807 | 2024.03.11 14:44:33.520509 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 258, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4808 | 2024.03.11 14:44:33.520558 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4809 | 2024.03.11 14:44:33.520577 [ 3 ] {} <Debug> HTTP-Session: 40938d27-0bc5-4ee6-b7f3-b064f9ea7cd2 Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
4810 | 2024.03.11 14:44:33.520595 [ 3 ] {} <Debug> HTTP-Session: 40938d27-0bc5-4ee6-b7f3-b064f9ea7cd2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4811 | 2024.03.11 14:44:33.520608 [ 3 ] {} <Debug> HTTP-Session: 40938d27-0bc5-4ee6-b7f3-b064f9ea7cd2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4812 | 2024.03.11 14:44:33.520639 [ 3 ] {} <Trace> HTTP-Session: 40938d27-0bc5-4ee6-b7f3-b064f9ea7cd2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4813 | 2024.03.11 14:44:33.520704 [ 3 ] {ee06fbb2-9b4a-47cb-9dbe-af34148fe6a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4814 | 2024.03.11 14:44:33.520750 [ 3 ] {ee06fbb2-9b4a-47cb-9dbe-af34148fe6a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4815 | 2024.03.11 14:44:33.520993 [ 3 ] {ee06fbb2-9b4a-47cb-9dbe-af34148fe6a9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4816 | 2024.03.11 14:44:33.521313 [ 3 ] {ee06fbb2-9b4a-47cb-9dbe-af34148fe6a9} <Trace> oximeter.measurements_cumulativeu64 (c67eb49b-f01a-4894-b3b8-a06655ac82c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4817 | 2024.03.11 14:44:33.521362 [ 3 ] {ee06fbb2-9b4a-47cb-9dbe-af34148fe6a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
4818 | 2024.03.11 14:44:33.521877 [ 3 ] {ee06fbb2-9b4a-47cb-9dbe-af34148fe6a9} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
4819 | 2024.03.11 14:44:33.522376 [ 3 ] {ee06fbb2-9b4a-47cb-9dbe-af34148fe6a9} <Trace> oximeter.measurements_cumulativeu64 (c67eb49b-f01a-4894-b3b8-a06655ac82c2): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4820 | 2024.03.11 14:44:33.522579 [ 3 ] {ee06fbb2-9b4a-47cb-9dbe-af34148fe6a9} <Debug> executeQuery: Read 1 rows, 72.00 B in 0.001894 sec., 527.9831045406547 rows/sec., 37.12 KiB/sec. | ||
4821 | 2024.03.11 14:44:33.522773 [ 3 ] {ee06fbb2-9b4a-47cb-9dbe-af34148fe6a9} <Debug> DynamicQueryHandler: Done processing query | ||
4822 | 2024.03.11 14:44:33.522806 [ 3 ] {ee06fbb2-9b4a-47cb-9dbe-af34148fe6a9} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
4823 | 2024.03.11 14:44:33.522828 [ 3 ] {} <Debug> HTTP-Session: 40938d27-0bc5-4ee6-b7f3-b064f9ea7cd2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4824 | 2024.03.11 14:44:33.523031 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 58837, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4825 | 2024.03.11 14:44:33.523098 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4826 | 2024.03.11 14:44:33.523122 [ 3 ] {} <Debug> HTTP-Session: a14d9ec6-7a15-4c59-8e33-0ff5889eed8a Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
4827 | 2024.03.11 14:44:33.523143 [ 3 ] {} <Debug> HTTP-Session: a14d9ec6-7a15-4c59-8e33-0ff5889eed8a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4828 | 2024.03.11 14:44:33.523161 [ 3 ] {} <Debug> HTTP-Session: a14d9ec6-7a15-4c59-8e33-0ff5889eed8a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4829 | 2024.03.11 14:44:33.523199 [ 3 ] {} <Trace> HTTP-Session: a14d9ec6-7a15-4c59-8e33-0ff5889eed8a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4830 | 2024.03.11 14:44:33.523670 [ 3 ] {91c587f0-03a2-46da-b710-c6d3e65ed8ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4831 | 2024.03.11 14:44:33.523725 [ 3 ] {91c587f0-03a2-46da-b710-c6d3e65ed8ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
4832 | 2024.03.11 14:44:33.523889 [ 3 ] {91c587f0-03a2-46da-b710-c6d3e65ed8ea} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4833 | 2024.03.11 14:44:33.524402 [ 3 ] {91c587f0-03a2-46da-b710-c6d3e65ed8ea} <Trace> oximeter.measurements_histogramf64 (b99726d6-44d2-48b6-acca-e9ba9748d6b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4834 | 2024.03.11 14:44:33.524440 [ 3 ] {91c587f0-03a2-46da-b710-c6d3e65ed8ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
4835 | 2024.03.11 14:44:33.524873 [ 3 ] {91c587f0-03a2-46da-b710-c6d3e65ed8ea} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
4836 | 2024.03.11 14:44:33.525217 [ 3 ] {91c587f0-03a2-46da-b710-c6d3e65ed8ea} <Trace> oximeter.measurements_histogramf64 (b99726d6-44d2-48b6-acca-e9ba9748d6b9): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4837 | 2024.03.11 14:44:33.525385 [ 3 ] {91c587f0-03a2-46da-b710-c6d3e65ed8ea} <Debug> executeQuery: Read 55 rows, 76.00 KiB in 0.002125 sec., 25882.35294117647 rows/sec., 34.93 MiB/sec. | ||
4838 | 2024.03.11 14:44:33.525507 [ 3 ] {91c587f0-03a2-46da-b710-c6d3e65ed8ea} <Debug> DynamicQueryHandler: Done processing query | ||
4839 | 2024.03.11 14:44:33.525532 [ 3 ] {91c587f0-03a2-46da-b710-c6d3e65ed8ea} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
4840 | 2024.03.11 14:44:33.525547 [ 3 ] {} <Debug> HTTP-Session: a14d9ec6-7a15-4c59-8e33-0ff5889eed8a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4841 | 2024.03.11 14:44:36.161730 [ 99 ] {} <Debug> DNSResolver: Updating DNS cache | ||
4842 | 2024.03.11 14:44:36.161831 [ 99 ] {} <Debug> DNSResolver: Updated DNS cache | ||
4843 | 2024.03.11 14:44:43.511896 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 7933, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4844 | 2024.03.11 14:44:43.512080 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4845 | 2024.03.11 14:44:43.512104 [ 3 ] {} <Debug> HTTP-Session: 279e12ff-b015-4564-9153-50e07c9e0286 Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
4846 | 2024.03.11 14:44:43.512127 [ 3 ] {} <Debug> HTTP-Session: 279e12ff-b015-4564-9153-50e07c9e0286 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4847 | 2024.03.11 14:44:43.512142 [ 3 ] {} <Debug> HTTP-Session: 279e12ff-b015-4564-9153-50e07c9e0286 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4848 | 2024.03.11 14:44:43.512190 [ 3 ] {} <Trace> HTTP-Session: 279e12ff-b015-4564-9153-50e07c9e0286 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4849 | 2024.03.11 14:44:43.512312 [ 3 ] {b14f186f-e662-4631-9ac5-93e0cff0a835} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4850 | 2024.03.11 14:44:43.512371 [ 3 ] {b14f186f-e662-4631-9ac5-93e0cff0a835} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4851 | 2024.03.11 14:44:43.512556 [ 3 ] {b14f186f-e662-4631-9ac5-93e0cff0a835} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4852 | 2024.03.11 14:44:43.512928 [ 3 ] {b14f186f-e662-4631-9ac5-93e0cff0a835} <Trace> oximeter.fields_i64 (6b5cb674-03e1-439e-829c-27b13be59f30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4853 | 2024.03.11 14:44:43.512970 [ 3 ] {b14f186f-e662-4631-9ac5-93e0cff0a835} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
4854 | 2024.03.11 14:44:43.513338 [ 3 ] {b14f186f-e662-4631-9ac5-93e0cff0a835} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
4855 | 2024.03.11 14:44:43.513666 [ 3 ] {b14f186f-e662-4631-9ac5-93e0cff0a835} <Trace> oximeter.fields_i64 (6b5cb674-03e1-439e-829c-27b13be59f30): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4856 | 2024.03.11 14:44:43.513835 [ 3 ] {b14f186f-e662-4631-9ac5-93e0cff0a835} <Debug> executeQuery: Read 55 rows, 4.46 KiB in 0.001577 sec., 34876.34749524413 rows/sec., 2.76 MiB/sec. | ||
4857 | 2024.03.11 14:44:43.513849 [ 97 ] {} <Debug> oximeter.fields_i64 (6b5cb674-03e1-439e-829c-27b13be59f30) (MergerMutator): Selected 5 parts from all_1_27_6 to all_31_31_0 | ||
4858 | 2024.03.11 14:44:43.513948 [ 97 ] {} <Trace> oximeter.fields_i64 (6b5cb674-03e1-439e-829c-27b13be59f30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4859 | 2024.03.11 14:44:43.513984 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
4860 | 2024.03.11 14:44:43.514024 [ 3 ] {b14f186f-e662-4631-9ac5-93e0cff0a835} <Debug> DynamicQueryHandler: Done processing query | ||
4861 | 2024.03.11 14:44:43.514076 [ 3 ] {b14f186f-e662-4631-9ac5-93e0cff0a835} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
4862 | 2024.03.11 14:44:43.514128 [ 3 ] {} <Debug> HTTP-Session: 279e12ff-b015-4564-9153-50e07c9e0286 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4863 | 2024.03.11 14:44:43.514230 [ 198 ] {6b5cb674-03e1-439e-829c-27b13be59f30::all_1_31_7} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_27_6 to all_31_31_0 into Compact with storage Full | ||
4864 | 2024.03.11 14:44:43.514323 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 26283, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4865 | 2024.03.11 14:44:43.514411 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4866 | 2024.03.11 14:44:43.514461 [ 3 ] {} <Debug> HTTP-Session: 23114a92-c329-4bff-a63d-b941082a6abf Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
4867 | 2024.03.11 14:44:43.514508 [ 3 ] {} <Debug> HTTP-Session: 23114a92-c329-4bff-a63d-b941082a6abf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4868 | 2024.03.11 14:44:43.514520 [ 198 ] {6b5cb674-03e1-439e-829c-27b13be59f30::all_1_31_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4869 | 2024.03.11 14:44:43.514532 [ 3 ] {} <Debug> HTTP-Session: 23114a92-c329-4bff-a63d-b941082a6abf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4870 | 2024.03.11 14:44:43.514589 [ 198 ] {6b5cb674-03e1-439e-829c-27b13be59f30::all_1_31_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_27_6, total 55 rows starting from the beginning of the part | ||
4871 | 2024.03.11 14:44:43.514602 [ 3 ] {} <Trace> HTTP-Session: 23114a92-c329-4bff-a63d-b941082a6abf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4872 | 2024.03.11 14:44:43.514857 [ 198 ] {6b5cb674-03e1-439e-829c-27b13be59f30::all_1_31_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 55 rows starting from the beginning of the part | ||
4873 | 2024.03.11 14:44:43.514869 [ 3 ] {46f7f4aa-494c-455f-bd5b-196075cb0a29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4874 | 2024.03.11 14:44:43.515045 [ 3 ] {46f7f4aa-494c-455f-bd5b-196075cb0a29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4875 | 2024.03.11 14:44:43.515140 [ 198 ] {6b5cb674-03e1-439e-829c-27b13be59f30::all_1_31_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 55 rows starting from the beginning of the part | ||
4876 | 2024.03.11 14:44:43.515474 [ 198 ] {6b5cb674-03e1-439e-829c-27b13be59f30::all_1_31_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 55 rows starting from the beginning of the part | ||
4877 | 2024.03.11 14:44:43.515801 [ 198 ] {6b5cb674-03e1-439e-829c-27b13be59f30::all_1_31_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 55 rows starting from the beginning of the part | ||
4878 | 2024.03.11 14:44:43.516179 [ 3 ] {46f7f4aa-494c-455f-bd5b-196075cb0a29} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4879 | 2024.03.11 14:44:43.517132 [ 3 ] {46f7f4aa-494c-455f-bd5b-196075cb0a29} <Trace> oximeter.fields_string (6a098439-de07-471e-80b6-bdb8a57beb92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4880 | 2024.03.11 14:44:43.517196 [ 3 ] {46f7f4aa-494c-455f-bd5b-196075cb0a29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
4881 | 2024.03.11 14:44:43.518087 [ 3 ] {46f7f4aa-494c-455f-bd5b-196075cb0a29} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
4882 | 2024.03.11 14:44:43.518144 [ 190 ] {6b5cb674-03e1-439e-829c-27b13be59f30::all_1_31_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 275 rows, containing 4 columns (4 merged, 0 gathered) in 0.004069739 sec., 67571.90080248388 rows/sec., 5.35 MiB/sec. | ||
4883 | 2024.03.11 14:44:43.518410 [ 190 ] {6b5cb674-03e1-439e-829c-27b13be59f30::all_1_31_7} <Trace> MergedBlockOutputStream: filled checksums all_1_31_7 (state Temporary) | ||
4884 | 2024.03.11 14:44:43.518654 [ 3 ] {46f7f4aa-494c-455f-bd5b-196075cb0a29} <Trace> oximeter.fields_string (6a098439-de07-471e-80b6-bdb8a57beb92): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4885 | 2024.03.11 14:44:43.519082 [ 3 ] {46f7f4aa-494c-455f-bd5b-196075cb0a29} <Debug> executeQuery: Read 165 rows, 16.22 KiB in 0.004368 sec., 37774.72527472527 rows/sec., 3.63 MiB/sec. | ||
4886 | 2024.03.11 14:44:43.519112 [ 97 ] {} <Debug> oximeter.fields_string (6a098439-de07-471e-80b6-bdb8a57beb92) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
4887 | 2024.03.11 14:44:43.519223 [ 97 ] {} <Trace> oximeter.fields_string (6a098439-de07-471e-80b6-bdb8a57beb92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4888 | 2024.03.11 14:44:43.519313 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
4889 | 2024.03.11 14:44:43.519490 [ 3 ] {46f7f4aa-494c-455f-bd5b-196075cb0a29} <Debug> DynamicQueryHandler: Done processing query | ||
4890 | 2024.03.11 14:44:43.519562 [ 3 ] {46f7f4aa-494c-455f-bd5b-196075cb0a29} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
4891 | 2024.03.11 14:44:43.519621 [ 3 ] {} <Debug> HTTP-Session: 23114a92-c329-4bff-a63d-b941082a6abf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4892 | 2024.03.11 14:44:43.519626 [ 200 ] {6a098439-de07-471e-80b6-bdb8a57beb92::all_1_41_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full | ||
4893 | 2024.03.11 14:44:43.519667 [ 190 ] {6b5cb674-03e1-439e-829c-27b13be59f30::all_1_31_7} <Trace> oximeter.fields_i64 (6b5cb674-03e1-439e-829c-27b13be59f30): Renaming temporary part tmp_merge_all_1_31_7 to all_1_31_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4894 | 2024.03.11 14:44:43.519857 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 9364, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4895 | 2024.03.11 14:44:43.519937 [ 190 ] {6b5cb674-03e1-439e-829c-27b13be59f30::all_1_31_7} <Trace> oximeter.fields_i64 (6b5cb674-03e1-439e-829c-27b13be59f30) (MergerMutator): Merged 5 parts: [all_1_27_6, all_31_31_0] -> all_1_31_7 | ||
4896 | 2024.03.11 14:44:43.519969 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4897 | 2024.03.11 14:44:43.519998 [ 200 ] {6a098439-de07-471e-80b6-bdb8a57beb92::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4898 | 2024.03.11 14:44:43.520012 [ 3 ] {} <Debug> HTTP-Session: 0e8f7ebb-bf4a-4232-b669-b2f8535c55a4 Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
4899 | 2024.03.11 14:44:43.520077 [ 200 ] {6a098439-de07-471e-80b6-bdb8a57beb92::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 205 rows starting from the beginning of the part | ||
4900 | 2024.03.11 14:44:43.520081 [ 3 ] {} <Debug> HTTP-Session: 0e8f7ebb-bf4a-4232-b669-b2f8535c55a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4901 | 2024.03.11 14:44:43.520137 [ 3 ] {} <Debug> HTTP-Session: 0e8f7ebb-bf4a-4232-b669-b2f8535c55a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4902 | 2024.03.11 14:44:43.520172 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
4903 | 2024.03.11 14:44:43.520253 [ 3 ] {} <Trace> HTTP-Session: 0e8f7ebb-bf4a-4232-b669-b2f8535c55a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4904 | 2024.03.11 14:44:43.520355 [ 200 ] {6a098439-de07-471e-80b6-bdb8a57beb92::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 165 rows starting from the beginning of the part | ||
4905 | 2024.03.11 14:44:43.520456 [ 3 ] {ca6a4c0e-9813-4e14-bec8-8397cc1b0194} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4906 | 2024.03.11 14:44:43.520516 [ 200 ] {6a098439-de07-471e-80b6-bdb8a57beb92::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 167 rows starting from the beginning of the part | ||
4907 | 2024.03.11 14:44:43.520540 [ 3 ] {ca6a4c0e-9813-4e14-bec8-8397cc1b0194} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4908 | 2024.03.11 14:44:43.520710 [ 200 ] {6a098439-de07-471e-80b6-bdb8a57beb92::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 37 rows starting from the beginning of the part | ||
4909 | 2024.03.11 14:44:43.520897 [ 200 ] {6a098439-de07-471e-80b6-bdb8a57beb92::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 166 rows starting from the beginning of the part | ||
4910 | 2024.03.11 14:44:43.521108 [ 200 ] {6a098439-de07-471e-80b6-bdb8a57beb92::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 165 rows starting from the beginning of the part | ||
4911 | 2024.03.11 14:44:43.521344 [ 3 ] {ca6a4c0e-9813-4e14-bec8-8397cc1b0194} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4912 | 2024.03.11 14:44:43.521810 [ 3 ] {ca6a4c0e-9813-4e14-bec8-8397cc1b0194} <Trace> oximeter.fields_uuid (3d1f8790-6847-4f06-bce3-6d9b6f4d0836): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4913 | 2024.03.11 14:44:43.521853 [ 3 ] {ca6a4c0e-9813-4e14-bec8-8397cc1b0194} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
4914 | 2024.03.11 14:44:43.522325 [ 3 ] {ca6a4c0e-9813-4e14-bec8-8397cc1b0194} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
4915 | 2024.03.11 14:44:43.522673 [ 200 ] {6a098439-de07-471e-80b6-bdb8a57beb92::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 905 rows, containing 4 columns (4 merged, 0 gathered) in 0.003224315 sec., 280679.7722927195 rows/sec., 26.45 MiB/sec. | ||
4916 | 2024.03.11 14:44:43.522799 [ 3 ] {ca6a4c0e-9813-4e14-bec8-8397cc1b0194} <Trace> oximeter.fields_uuid (3d1f8790-6847-4f06-bce3-6d9b6f4d0836): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4917 | 2024.03.11 14:44:43.522885 [ 198 ] {6a098439-de07-471e-80b6-bdb8a57beb92::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
4918 | 2024.03.11 14:44:43.523055 [ 97 ] {} <Debug> oximeter.fields_uuid (3d1f8790-6847-4f06-bce3-6d9b6f4d0836) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
4919 | 2024.03.11 14:44:43.523115 [ 3 ] {ca6a4c0e-9813-4e14-bec8-8397cc1b0194} <Debug> executeQuery: Read 55 rows, 4.40 KiB in 0.002736 sec., 20102.33918128655 rows/sec., 1.57 MiB/sec. | ||
4920 | 2024.03.11 14:44:43.523147 [ 97 ] {} <Trace> oximeter.fields_uuid (3d1f8790-6847-4f06-bce3-6d9b6f4d0836): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4921 | 2024.03.11 14:44:43.523252 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
4922 | 2024.03.11 14:44:43.523568 [ 3 ] {ca6a4c0e-9813-4e14-bec8-8397cc1b0194} <Debug> DynamicQueryHandler: Done processing query | ||
4923 | 2024.03.11 14:44:43.523660 [ 3 ] {ca6a4c0e-9813-4e14-bec8-8397cc1b0194} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
4924 | 2024.03.11 14:44:43.523750 [ 3 ] {} <Debug> HTTP-Session: 0e8f7ebb-bf4a-4232-b669-b2f8535c55a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4925 | 2024.03.11 14:44:43.523757 [ 200 ] {3d1f8790-6847-4f06-bce3-6d9b6f4d0836::all_1_41_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full | ||
4926 | 2024.03.11 14:44:43.524065 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 58837, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4927 | 2024.03.11 14:44:43.524173 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4928 | 2024.03.11 14:44:43.524228 [ 200 ] {3d1f8790-6847-4f06-bce3-6d9b6f4d0836::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4929 | 2024.03.11 14:44:43.524240 [ 3 ] {} <Debug> HTTP-Session: 1b782fc2-ee33-4f33-8301-38618320d319 Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
4930 | 2024.03.11 14:44:43.524284 [ 200 ] {3d1f8790-6847-4f06-bce3-6d9b6f4d0836::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 105 rows starting from the beginning of the part | ||
4931 | 2024.03.11 14:44:43.524291 [ 3 ] {} <Debug> HTTP-Session: 1b782fc2-ee33-4f33-8301-38618320d319 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4932 | 2024.03.11 14:44:43.524338 [ 3 ] {} <Debug> HTTP-Session: 1b782fc2-ee33-4f33-8301-38618320d319 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4933 | 2024.03.11 14:44:43.524454 [ 3 ] {} <Trace> HTTP-Session: 1b782fc2-ee33-4f33-8301-38618320d319 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4934 | 2024.03.11 14:44:43.524498 [ 198 ] {6a098439-de07-471e-80b6-bdb8a57beb92::all_1_41_8} <Trace> oximeter.fields_string (6a098439-de07-471e-80b6-bdb8a57beb92): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4935 | 2024.03.11 14:44:43.524630 [ 200 ] {3d1f8790-6847-4f06-bce3-6d9b6f4d0836::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 55 rows starting from the beginning of the part | ||
4936 | 2024.03.11 14:44:43.524970 [ 198 ] {6a098439-de07-471e-80b6-bdb8a57beb92::all_1_41_8} <Trace> oximeter.fields_string (6a098439-de07-471e-80b6-bdb8a57beb92) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
4937 | 2024.03.11 14:44:43.525015 [ 200 ] {3d1f8790-6847-4f06-bce3-6d9b6f4d0836::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 59 rows starting from the beginning of the part | ||
4938 | 2024.03.11 14:44:43.525279 [ 3 ] {84947b63-99d1-4b1f-8096-be6d4553c13c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4939 | 2024.03.11 14:44:43.525529 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
4940 | 2024.03.11 14:44:43.525662 [ 200 ] {3d1f8790-6847-4f06-bce3-6d9b6f4d0836::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 26 rows starting from the beginning of the part | ||
4941 | 2024.03.11 14:44:43.525678 [ 3 ] {84947b63-99d1-4b1f-8096-be6d4553c13c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
4942 | 2024.03.11 14:44:43.525956 [ 200 ] {3d1f8790-6847-4f06-bce3-6d9b6f4d0836::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 57 rows starting from the beginning of the part | ||
4943 | 2024.03.11 14:44:43.526286 [ 200 ] {3d1f8790-6847-4f06-bce3-6d9b6f4d0836::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 55 rows starting from the beginning of the part | ||
4944 | 2024.03.11 14:44:43.526690 [ 3 ] {84947b63-99d1-4b1f-8096-be6d4553c13c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4945 | 2024.03.11 14:44:43.527454 [ 3 ] {84947b63-99d1-4b1f-8096-be6d4553c13c} <Trace> oximeter.measurements_histogramf64 (b99726d6-44d2-48b6-acca-e9ba9748d6b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4946 | 2024.03.11 14:44:43.527508 [ 3 ] {84947b63-99d1-4b1f-8096-be6d4553c13c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
4947 | 2024.03.11 14:44:43.527612 [ 198 ] {3d1f8790-6847-4f06-bce3-6d9b6f4d0836::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 357 rows, containing 4 columns (4 merged, 0 gathered) in 0.00418346 sec., 85336.06153757895 rows/sec., 6.67 MiB/sec. | ||
4948 | 2024.03.11 14:44:43.527801 [ 198 ] {3d1f8790-6847-4f06-bce3-6d9b6f4d0836::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
4949 | 2024.03.11 14:44:43.528537 [ 3 ] {84947b63-99d1-4b1f-8096-be6d4553c13c} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
4950 | 2024.03.11 14:44:43.528620 [ 198 ] {3d1f8790-6847-4f06-bce3-6d9b6f4d0836::all_1_41_8} <Trace> oximeter.fields_uuid (3d1f8790-6847-4f06-bce3-6d9b6f4d0836): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4951 | 2024.03.11 14:44:43.528769 [ 198 ] {3d1f8790-6847-4f06-bce3-6d9b6f4d0836::all_1_41_8} <Trace> oximeter.fields_uuid (3d1f8790-6847-4f06-bce3-6d9b6f4d0836) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
4952 | 2024.03.11 14:44:43.528977 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
4953 | 2024.03.11 14:44:43.529158 [ 3 ] {84947b63-99d1-4b1f-8096-be6d4553c13c} <Trace> oximeter.measurements_histogramf64 (b99726d6-44d2-48b6-acca-e9ba9748d6b9): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4954 | 2024.03.11 14:44:43.529327 [ 97 ] {} <Debug> oximeter.measurements_histogramf64 (b99726d6-44d2-48b6-acca-e9ba9748d6b9) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
4955 | 2024.03.11 14:44:43.529339 [ 3 ] {84947b63-99d1-4b1f-8096-be6d4553c13c} <Debug> executeQuery: Read 55 rows, 76.00 KiB in 0.004687 sec., 11734.585022402389 rows/sec., 15.84 MiB/sec. | ||
4956 | 2024.03.11 14:44:43.529373 [ 97 ] {} <Trace> oximeter.measurements_histogramf64 (b99726d6-44d2-48b6-acca-e9ba9748d6b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4957 | 2024.03.11 14:44:43.529433 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
4958 | 2024.03.11 14:44:43.529711 [ 3 ] {84947b63-99d1-4b1f-8096-be6d4553c13c} <Debug> DynamicQueryHandler: Done processing query | ||
4959 | 2024.03.11 14:44:43.529753 [ 3 ] {84947b63-99d1-4b1f-8096-be6d4553c13c} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
4960 | 2024.03.11 14:44:43.529760 [ 192 ] {b99726d6-44d2-48b6-acca-e9ba9748d6b9::all_1_31_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full | ||
4961 | 2024.03.11 14:44:43.529795 [ 3 ] {} <Debug> HTTP-Session: 1b782fc2-ee33-4f33-8301-38618320d319 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4962 | 2024.03.11 14:44:43.530324 [ 192 ] {b99726d6-44d2-48b6-acca-e9ba9748d6b9::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4963 | 2024.03.11 14:44:43.530357 [ 192 ] {b99726d6-44d2-48b6-acca-e9ba9748d6b9::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1262 rows starting from the beginning of the part | ||
4964 | 2024.03.11 14:44:43.530445 [ 192 ] {b99726d6-44d2-48b6-acca-e9ba9748d6b9::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 55 rows starting from the beginning of the part | ||
4965 | 2024.03.11 14:44:43.530552 [ 192 ] {b99726d6-44d2-48b6-acca-e9ba9748d6b9::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 55 rows starting from the beginning of the part | ||
4966 | 2024.03.11 14:44:43.530736 [ 192 ] {b99726d6-44d2-48b6-acca-e9ba9748d6b9::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 55 rows starting from the beginning of the part | ||
4967 | 2024.03.11 14:44:43.530850 [ 192 ] {b99726d6-44d2-48b6-acca-e9ba9748d6b9::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 55 rows starting from the beginning of the part | ||
4968 | 2024.03.11 14:44:43.531022 [ 192 ] {b99726d6-44d2-48b6-acca-e9ba9748d6b9::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 55 rows starting from the beginning of the part | ||
4969 | 2024.03.11 14:44:43.534659 [ 198 ] {b99726d6-44d2-48b6-acca-e9ba9748d6b9::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1537 rows, containing 6 columns (6 merged, 0 gathered) in 0.005097467 sec., 301522.30509780644 rows/sec., 406.89 MiB/sec. | ||
4970 | 2024.03.11 14:44:43.535295 [ 192 ] {b99726d6-44d2-48b6-acca-e9ba9748d6b9::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
4971 | 2024.03.11 14:44:43.535683 [ 192 ] {b99726d6-44d2-48b6-acca-e9ba9748d6b9::all_1_31_6} <Trace> oximeter.measurements_histogramf64 (b99726d6-44d2-48b6-acca-e9ba9748d6b9): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4972 | 2024.03.11 14:44:43.535761 [ 192 ] {b99726d6-44d2-48b6-acca-e9ba9748d6b9::all_1_31_6} <Trace> oximeter.measurements_histogramf64 (b99726d6-44d2-48b6-acca-e9ba9748d6b9) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
4973 | 2024.03.11 14:44:43.535834 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.16 MiB. | ||
4974 | 2024.03.11 14:44:44.000208 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 188.87 MiB, peak 197.45 MiB, free memory in arenas 0.00 B, will set to 190.11 MiB (RSS), difference: 1.24 MiB | ||
4975 | 2024.03.11 14:44:44.706914 [ 95 ] {} <Debug> oximeter.fields_ipaddr (334e9a02-ace0-41a3-88ff-f52311cf0408) (MergerMutator): Selected 5 parts from all_1_10_2 to all_14_14_0 | ||
4976 | 2024.03.11 14:44:44.706981 [ 95 ] {} <Trace> oximeter.fields_ipaddr (334e9a02-ace0-41a3-88ff-f52311cf0408): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4977 | 2024.03.11 14:44:44.707003 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
4978 | 2024.03.11 14:44:44.707248 [ 189 ] {334e9a02-ace0-41a3-88ff-f52311cf0408::all_1_14_3} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_10_2 to all_14_14_0 into Compact with storage Full | ||
4979 | 2024.03.11 14:44:44.707506 [ 189 ] {334e9a02-ace0-41a3-88ff-f52311cf0408::all_1_14_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4980 | 2024.03.11 14:44:44.707562 [ 189 ] {334e9a02-ace0-41a3-88ff-f52311cf0408::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 8 rows starting from the beginning of the part | ||
4981 | 2024.03.11 14:44:44.707678 [ 189 ] {334e9a02-ace0-41a3-88ff-f52311cf0408::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 2 rows starting from the beginning of the part | ||
4982 | 2024.03.11 14:44:44.707988 [ 189 ] {334e9a02-ace0-41a3-88ff-f52311cf0408::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 4 rows starting from the beginning of the part | ||
4983 | 2024.03.11 14:44:44.708220 [ 189 ] {334e9a02-ace0-41a3-88ff-f52311cf0408::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 2 rows starting from the beginning of the part | ||
4984 | 2024.03.11 14:44:44.708386 [ 189 ] {334e9a02-ace0-41a3-88ff-f52311cf0408::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 2 rows starting from the beginning of the part | ||
4985 | 2024.03.11 14:44:44.709387 [ 192 ] {334e9a02-ace0-41a3-88ff-f52311cf0408::all_1_14_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18 rows, containing 4 columns (4 merged, 0 gathered) in 0.002292129 sec., 7852.961155327645 rows/sec., 640.35 KiB/sec. | ||
4986 | 2024.03.11 14:44:44.709572 [ 192 ] {334e9a02-ace0-41a3-88ff-f52311cf0408::all_1_14_3} <Trace> MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) | ||
4987 | 2024.03.11 14:44:44.710042 [ 192 ] {334e9a02-ace0-41a3-88ff-f52311cf0408::all_1_14_3} <Trace> oximeter.fields_ipaddr (334e9a02-ace0-41a3-88ff-f52311cf0408): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4988 | 2024.03.11 14:44:44.710129 [ 192 ] {334e9a02-ace0-41a3-88ff-f52311cf0408::all_1_14_3} <Trace> oximeter.fields_ipaddr (334e9a02-ace0-41a3-88ff-f52311cf0408) (MergerMutator): Merged 5 parts: [all_1_10_2, all_14_14_0] -> all_1_14_3 | ||
4989 | 2024.03.11 14:44:44.710224 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
4990 | 2024.03.11 14:44:45.844226 [ 95 ] {} <Debug> oximeter.measurements_cumulativeu64 (c67eb49b-f01a-4894-b3b8-a06655ac82c2) (MergerMutator): Selected 5 parts from all_1_15_3 to all_19_19_0 | ||
4991 | 2024.03.11 14:44:45.844340 [ 95 ] {} <Trace> oximeter.measurements_cumulativeu64 (c67eb49b-f01a-4894-b3b8-a06655ac82c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4992 | 2024.03.11 14:44:45.844383 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
4993 | 2024.03.11 14:44:45.844693 [ 192 ] {c67eb49b-f01a-4894-b3b8-a06655ac82c2::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 | ||
4994 | 2024.03.11 14:44:45.845021 [ 192 ] {c67eb49b-f01a-4894-b3b8-a06655ac82c2::all_1_19_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4995 | 2024.03.11 14:44:45.845099 [ 192 ] {c67eb49b-f01a-4894-b3b8-a06655ac82c2::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 530 rows starting from the beginning of the part | ||
4996 | 2024.03.11 14:44:45.845320 [ 192 ] {c67eb49b-f01a-4894-b3b8-a06655ac82c2::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 36 rows starting from the beginning of the part | ||
4997 | 2024.03.11 14:44:45.845533 [ 192 ] {c67eb49b-f01a-4894-b3b8-a06655ac82c2::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 2 rows starting from the beginning of the part | ||
4998 | 2024.03.11 14:44:45.845764 [ 192 ] {c67eb49b-f01a-4894-b3b8-a06655ac82c2::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 37 rows starting from the beginning of the part | ||
4999 | 2024.03.11 14:44:45.845978 [ 192 ] {c67eb49b-f01a-4894-b3b8-a06655ac82c2::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 1 rows starting from the beginning of the part | ||
5000 | 2024.03.11 14:44:45.847206 [ 189 ] {c67eb49b-f01a-4894-b3b8-a06655ac82c2::all_1_19_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 606 rows, containing 5 columns (5 merged, 0 gathered) in 0.002703696 sec., 224137.62494008205 rows/sec., 15.81 MiB/sec. | ||
5001 | 2024.03.11 14:44:45.847444 [ 186 ] {c67eb49b-f01a-4894-b3b8-a06655ac82c2::all_1_19_4} <Trace> MergedBlockOutputStream: filled checksums all_1_19_4 (state Temporary) | ||
5002 | 2024.03.11 14:44:45.847938 [ 186 ] {c67eb49b-f01a-4894-b3b8-a06655ac82c2::all_1_19_4} <Trace> oximeter.measurements_cumulativeu64 (c67eb49b-f01a-4894-b3b8-a06655ac82c2): Renaming temporary part tmp_merge_all_1_19_4 to all_1_19_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5003 | 2024.03.11 14:44:45.848034 [ 186 ] {c67eb49b-f01a-4894-b3b8-a06655ac82c2::all_1_19_4} <Trace> oximeter.measurements_cumulativeu64 (c67eb49b-f01a-4894-b3b8-a06655ac82c2) (MergerMutator): Merged 5 parts: [all_1_15_3, all_19_19_0] -> all_1_19_4 | ||
5004 | 2024.03.11 14:44:45.848133 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
5005 | 2024.03.11 14:44:45.974839 [ 95 ] {} <Debug> oximeter.fields_u16 (6b7af958-2474-4c0b-b5ad-97e1406ef2f2) (MergerMutator): Selected 5 parts from all_1_10_2 to all_14_14_0 | ||
5006 | 2024.03.11 14:44:45.974918 [ 95 ] {} <Trace> oximeter.fields_u16 (6b7af958-2474-4c0b-b5ad-97e1406ef2f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5007 | 2024.03.11 14:44:45.974957 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
5008 | 2024.03.11 14:44:45.975198 [ 201 ] {6b7af958-2474-4c0b-b5ad-97e1406ef2f2::all_1_14_3} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_10_2 to all_14_14_0 into Compact with storage Full | ||
5009 | 2024.03.11 14:44:45.975468 [ 201 ] {6b7af958-2474-4c0b-b5ad-97e1406ef2f2::all_1_14_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5010 | 2024.03.11 14:44:45.975531 [ 201 ] {6b7af958-2474-4c0b-b5ad-97e1406ef2f2::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 8 rows starting from the beginning of the part | ||
5011 | 2024.03.11 14:44:45.975705 [ 201 ] {6b7af958-2474-4c0b-b5ad-97e1406ef2f2::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 2 rows starting from the beginning of the part | ||
5012 | 2024.03.11 14:44:45.975975 [ 201 ] {6b7af958-2474-4c0b-b5ad-97e1406ef2f2::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 4 rows starting from the beginning of the part | ||
5013 | 2024.03.11 14:44:45.976324 [ 201 ] {6b7af958-2474-4c0b-b5ad-97e1406ef2f2::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 2 rows starting from the beginning of the part | ||
5014 | 2024.03.11 14:44:45.976551 [ 201 ] {6b7af958-2474-4c0b-b5ad-97e1406ef2f2::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 2 rows starting from the beginning of the part | ||
5015 | 2024.03.11 14:44:45.977661 [ 186 ] {6b7af958-2474-4c0b-b5ad-97e1406ef2f2::all_1_14_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18 rows, containing 4 columns (4 merged, 0 gathered) in 0.002595254 sec., 6935.737311261249 rows/sec., 484.28 KiB/sec. | ||
5016 | 2024.03.11 14:44:45.977835 [ 189 ] {6b7af958-2474-4c0b-b5ad-97e1406ef2f2::all_1_14_3} <Trace> MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) | ||
5017 | 2024.03.11 14:44:45.978249 [ 189 ] {6b7af958-2474-4c0b-b5ad-97e1406ef2f2::all_1_14_3} <Trace> oximeter.fields_u16 (6b7af958-2474-4c0b-b5ad-97e1406ef2f2): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5018 | 2024.03.11 14:44:45.978329 [ 189 ] {6b7af958-2474-4c0b-b5ad-97e1406ef2f2::all_1_14_3} <Trace> oximeter.fields_u16 (6b7af958-2474-4c0b-b5ad-97e1406ef2f2) (MergerMutator): Merged 5 parts: [all_1_10_2, all_14_14_0] -> all_1_14_3 | ||
5019 | 2024.03.11 14:44:45.978408 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
5020 | 2024.03.11 14:44:51.162085 [ 91 ] {} <Debug> DNSResolver: Updating DNS cache | ||
5021 | 2024.03.11 14:44:51.162153 [ 91 ] {} <Debug> DNSResolver: Updated DNS cache | ||
5022 | 2024.03.11 14:44:53.510296 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 7933, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5023 | 2024.03.11 14:44:53.510469 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5024 | 2024.03.11 14:44:53.510512 [ 3 ] {} <Debug> HTTP-Session: ae249883-1d81-43c7-a409-0db80cd0bf71 Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
5025 | 2024.03.11 14:44:53.510555 [ 3 ] {} <Debug> HTTP-Session: ae249883-1d81-43c7-a409-0db80cd0bf71 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5026 | 2024.03.11 14:44:53.510584 [ 3 ] {} <Debug> HTTP-Session: ae249883-1d81-43c7-a409-0db80cd0bf71 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5027 | 2024.03.11 14:44:53.510661 [ 3 ] {} <Trace> HTTP-Session: ae249883-1d81-43c7-a409-0db80cd0bf71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5028 | 2024.03.11 14:44:53.510866 [ 3 ] {319dca4e-f398-42d4-868a-7d8a27b189b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5029 | 2024.03.11 14:44:53.510969 [ 3 ] {319dca4e-f398-42d4-868a-7d8a27b189b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5030 | 2024.03.11 14:44:53.511285 [ 3 ] {319dca4e-f398-42d4-868a-7d8a27b189b6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5031 | 2024.03.11 14:44:53.511835 [ 3 ] {319dca4e-f398-42d4-868a-7d8a27b189b6} <Trace> oximeter.fields_i64 (6b5cb674-03e1-439e-829c-27b13be59f30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5032 | 2024.03.11 14:44:53.511884 [ 3 ] {319dca4e-f398-42d4-868a-7d8a27b189b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
5033 | 2024.03.11 14:44:53.512284 [ 3 ] {319dca4e-f398-42d4-868a-7d8a27b189b6} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
5034 | 2024.03.11 14:44:53.512615 [ 3 ] {319dca4e-f398-42d4-868a-7d8a27b189b6} <Trace> oximeter.fields_i64 (6b5cb674-03e1-439e-829c-27b13be59f30): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5035 | 2024.03.11 14:44:53.512770 [ 3 ] {319dca4e-f398-42d4-868a-7d8a27b189b6} <Debug> executeQuery: Read 55 rows, 4.46 KiB in 0.00201 sec., 27363.18407960199 rows/sec., 2.17 MiB/sec. | ||
5036 | 2024.03.11 14:44:53.512922 [ 3 ] {319dca4e-f398-42d4-868a-7d8a27b189b6} <Debug> DynamicQueryHandler: Done processing query | ||
5037 | 2024.03.11 14:44:53.512949 [ 3 ] {319dca4e-f398-42d4-868a-7d8a27b189b6} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
5038 | 2024.03.11 14:44:53.512965 [ 3 ] {} <Debug> HTTP-Session: ae249883-1d81-43c7-a409-0db80cd0bf71 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5039 | 2024.03.11 14:44:53.513117 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 26283, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5040 | 2024.03.11 14:44:53.513169 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5041 | 2024.03.11 14:44:53.513189 [ 3 ] {} <Debug> HTTP-Session: 9fb36cc8-1195-4093-9997-c560a2b5ec9b Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
5042 | 2024.03.11 14:44:53.513207 [ 3 ] {} <Debug> HTTP-Session: 9fb36cc8-1195-4093-9997-c560a2b5ec9b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5043 | 2024.03.11 14:44:53.513220 [ 3 ] {} <Debug> HTTP-Session: 9fb36cc8-1195-4093-9997-c560a2b5ec9b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5044 | 2024.03.11 14:44:53.513251 [ 3 ] {} <Trace> HTTP-Session: 9fb36cc8-1195-4093-9997-c560a2b5ec9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5045 | 2024.03.11 14:44:53.513362 [ 3 ] {fe92a50d-4a3c-40f5-8890-930820503db9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5046 | 2024.03.11 14:44:53.513404 [ 3 ] {fe92a50d-4a3c-40f5-8890-930820503db9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5047 | 2024.03.11 14:44:53.513534 [ 3 ] {fe92a50d-4a3c-40f5-8890-930820503db9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5048 | 2024.03.11 14:44:53.514048 [ 3 ] {fe92a50d-4a3c-40f5-8890-930820503db9} <Trace> oximeter.fields_string (6a098439-de07-471e-80b6-bdb8a57beb92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5049 | 2024.03.11 14:44:53.514088 [ 3 ] {fe92a50d-4a3c-40f5-8890-930820503db9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
5050 | 2024.03.11 14:44:53.514412 [ 3 ] {fe92a50d-4a3c-40f5-8890-930820503db9} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
5051 | 2024.03.11 14:44:53.514720 [ 3 ] {fe92a50d-4a3c-40f5-8890-930820503db9} <Trace> oximeter.fields_string (6a098439-de07-471e-80b6-bdb8a57beb92): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5052 | 2024.03.11 14:44:53.514879 [ 3 ] {fe92a50d-4a3c-40f5-8890-930820503db9} <Debug> executeQuery: Read 165 rows, 16.22 KiB in 0.001571 sec., 105028.64417568428 rows/sec., 10.08 MiB/sec. | ||
5053 | 2024.03.11 14:44:53.515083 [ 3 ] {fe92a50d-4a3c-40f5-8890-930820503db9} <Debug> DynamicQueryHandler: Done processing query | ||
5054 | 2024.03.11 14:44:53.515140 [ 3 ] {fe92a50d-4a3c-40f5-8890-930820503db9} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
5055 | 2024.03.11 14:44:53.515200 [ 3 ] {} <Debug> HTTP-Session: 9fb36cc8-1195-4093-9997-c560a2b5ec9b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5056 | 2024.03.11 14:44:53.515370 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 9364, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5057 | 2024.03.11 14:44:53.515422 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5058 | 2024.03.11 14:44:53.515442 [ 3 ] {} <Debug> HTTP-Session: f099e41a-f723-4fb9-a220-6172280c4794 Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
5059 | 2024.03.11 14:44:53.515460 [ 3 ] {} <Debug> HTTP-Session: f099e41a-f723-4fb9-a220-6172280c4794 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5060 | 2024.03.11 14:44:53.515474 [ 3 ] {} <Debug> HTTP-Session: f099e41a-f723-4fb9-a220-6172280c4794 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5061 | 2024.03.11 14:44:53.515506 [ 3 ] {} <Trace> HTTP-Session: f099e41a-f723-4fb9-a220-6172280c4794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5062 | 2024.03.11 14:44:53.515600 [ 3 ] {c285e41a-51a2-4731-ae65-64ba2e53f92d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5063 | 2024.03.11 14:44:53.515642 [ 3 ] {c285e41a-51a2-4731-ae65-64ba2e53f92d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5064 | 2024.03.11 14:44:53.515793 [ 3 ] {c285e41a-51a2-4731-ae65-64ba2e53f92d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5065 | 2024.03.11 14:44:53.516113 [ 3 ] {c285e41a-51a2-4731-ae65-64ba2e53f92d} <Trace> oximeter.fields_uuid (3d1f8790-6847-4f06-bce3-6d9b6f4d0836): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5066 | 2024.03.11 14:44:53.516153 [ 3 ] {c285e41a-51a2-4731-ae65-64ba2e53f92d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
5067 | 2024.03.11 14:44:53.516467 [ 3 ] {c285e41a-51a2-4731-ae65-64ba2e53f92d} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
5068 | 2024.03.11 14:44:53.516788 [ 3 ] {c285e41a-51a2-4731-ae65-64ba2e53f92d} <Trace> oximeter.fields_uuid (3d1f8790-6847-4f06-bce3-6d9b6f4d0836): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5069 | 2024.03.11 14:44:53.516940 [ 3 ] {c285e41a-51a2-4731-ae65-64ba2e53f92d} <Debug> executeQuery: Read 55 rows, 4.40 KiB in 0.001385 sec., 39711.19133574008 rows/sec., 3.11 MiB/sec. | ||
5070 | 2024.03.11 14:44:53.517202 [ 3 ] {c285e41a-51a2-4731-ae65-64ba2e53f92d} <Debug> DynamicQueryHandler: Done processing query | ||
5071 | 2024.03.11 14:44:53.517256 [ 3 ] {c285e41a-51a2-4731-ae65-64ba2e53f92d} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
5072 | 2024.03.11 14:44:53.517300 [ 3 ] {} <Debug> HTTP-Session: f099e41a-f723-4fb9-a220-6172280c4794 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5073 | 2024.03.11 14:44:53.517459 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 58837, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5074 | 2024.03.11 14:44:53.517533 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5075 | 2024.03.11 14:44:53.517552 [ 3 ] {} <Debug> HTTP-Session: 2e3128a4-ff64-4d9e-87b3-8bb20a9544bf Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
5076 | 2024.03.11 14:44:53.517569 [ 3 ] {} <Debug> HTTP-Session: 2e3128a4-ff64-4d9e-87b3-8bb20a9544bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5077 | 2024.03.11 14:44:53.517583 [ 3 ] {} <Debug> HTTP-Session: 2e3128a4-ff64-4d9e-87b3-8bb20a9544bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5078 | 2024.03.11 14:44:53.517614 [ 3 ] {} <Trace> HTTP-Session: 2e3128a4-ff64-4d9e-87b3-8bb20a9544bf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5079 | 2024.03.11 14:44:53.517969 [ 3 ] {c8c36818-bdc4-4517-ad48-83eb9cf4f8aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5080 | 2024.03.11 14:44:53.518018 [ 3 ] {c8c36818-bdc4-4517-ad48-83eb9cf4f8aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
5081 | 2024.03.11 14:44:53.518204 [ 3 ] {c8c36818-bdc4-4517-ad48-83eb9cf4f8aa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5082 | 2024.03.11 14:44:53.519136 [ 3 ] {c8c36818-bdc4-4517-ad48-83eb9cf4f8aa} <Trace> oximeter.measurements_histogramf64 (b99726d6-44d2-48b6-acca-e9ba9748d6b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5083 | 2024.03.11 14:44:53.519175 [ 3 ] {c8c36818-bdc4-4517-ad48-83eb9cf4f8aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
5084 | 2024.03.11 14:44:53.519651 [ 3 ] {c8c36818-bdc4-4517-ad48-83eb9cf4f8aa} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
5085 | 2024.03.11 14:44:53.519995 [ 3 ] {c8c36818-bdc4-4517-ad48-83eb9cf4f8aa} <Trace> oximeter.measurements_histogramf64 (b99726d6-44d2-48b6-acca-e9ba9748d6b9): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5086 | 2024.03.11 14:44:53.520142 [ 3 ] {c8c36818-bdc4-4517-ad48-83eb9cf4f8aa} <Debug> executeQuery: Read 55 rows, 76.00 KiB in 0.002468 sec., 22285.251215559158 rows/sec., 30.07 MiB/sec. | ||
5087 | 2024.03.11 14:44:53.520419 [ 3 ] {c8c36818-bdc4-4517-ad48-83eb9cf4f8aa} <Debug> DynamicQueryHandler: Done processing query | ||
5088 | 2024.03.11 14:44:53.520469 [ 3 ] {c8c36818-bdc4-4517-ad48-83eb9cf4f8aa} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
5089 | 2024.03.11 14:44:53.520508 [ 3 ] {} <Debug> HTTP-Session: 2e3128a4-ff64-4d9e-87b3-8bb20a9544bf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5090 | 2024.03.11 14:44:58.509508 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 4989, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5091 | 2024.03.11 14:44:58.509647 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5092 | 2024.03.11 14:44:58.509675 [ 3 ] {} <Debug> HTTP-Session: 8dbcac2a-be53-4d86-8e78-45a71df50822 Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
5093 | 2024.03.11 14:44:58.509705 [ 3 ] {} <Debug> HTTP-Session: 8dbcac2a-be53-4d86-8e78-45a71df50822 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5094 | 2024.03.11 14:44:58.509724 [ 3 ] {} <Debug> HTTP-Session: 8dbcac2a-be53-4d86-8e78-45a71df50822 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5095 | 2024.03.11 14:44:58.509778 [ 3 ] {} <Trace> HTTP-Session: 8dbcac2a-be53-4d86-8e78-45a71df50822 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5096 | 2024.03.11 14:44:58.509918 [ 3 ] {13ff2006-e9f9-4329-9b70-697c35f9636e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5097 | 2024.03.11 14:44:58.509990 [ 3 ] {13ff2006-e9f9-4329-9b70-697c35f9636e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5098 | 2024.03.11 14:44:58.510212 [ 3 ] {13ff2006-e9f9-4329-9b70-697c35f9636e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5099 | 2024.03.11 14:44:58.510676 [ 3 ] {13ff2006-e9f9-4329-9b70-697c35f9636e} <Trace> oximeter.fields_string (6a098439-de07-471e-80b6-bdb8a57beb92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5100 | 2024.03.11 14:44:58.510725 [ 3 ] {13ff2006-e9f9-4329-9b70-697c35f9636e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
5101 | 2024.03.11 14:44:58.511114 [ 3 ] {13ff2006-e9f9-4329-9b70-697c35f9636e} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
5102 | 2024.03.11 14:44:58.511450 [ 3 ] {13ff2006-e9f9-4329-9b70-697c35f9636e} <Trace> oximeter.fields_string (6a098439-de07-471e-80b6-bdb8a57beb92): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5103 | 2024.03.11 14:44:58.511614 [ 3 ] {13ff2006-e9f9-4329-9b70-697c35f9636e} <Debug> executeQuery: Read 36 rows, 2.77 KiB in 0.001761 sec., 20442.930153321977 rows/sec., 1.53 MiB/sec. | ||
5104 | 2024.03.11 14:44:58.511879 [ 3 ] {13ff2006-e9f9-4329-9b70-697c35f9636e} <Debug> DynamicQueryHandler: Done processing query | ||
5105 | 2024.03.11 14:44:58.511940 [ 3 ] {13ff2006-e9f9-4329-9b70-697c35f9636e} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
5106 | 2024.03.11 14:44:58.511998 [ 3 ] {} <Debug> HTTP-Session: 8dbcac2a-be53-4d86-8e78-45a71df50822 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5107 | 2024.03.11 14:44:58.512177 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 4094, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5108 | 2024.03.11 14:44:58.512238 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5109 | 2024.03.11 14:44:58.512259 [ 3 ] {} <Debug> HTTP-Session: 63d3dd3a-87a6-494f-ac8f-febcbf3a7200 Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
5110 | 2024.03.11 14:44:58.512279 [ 3 ] {} <Debug> HTTP-Session: 63d3dd3a-87a6-494f-ac8f-febcbf3a7200 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5111 | 2024.03.11 14:44:58.512295 [ 3 ] {} <Debug> HTTP-Session: 63d3dd3a-87a6-494f-ac8f-febcbf3a7200 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5112 | 2024.03.11 14:44:58.512329 [ 3 ] {} <Trace> HTTP-Session: 63d3dd3a-87a6-494f-ac8f-febcbf3a7200 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5113 | 2024.03.11 14:44:58.512412 [ 3 ] {5cdedead-0edb-4ec6-808a-9c13df3bf896} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5114 | 2024.03.11 14:44:58.512458 [ 3 ] {5cdedead-0edb-4ec6-808a-9c13df3bf896} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5115 | 2024.03.11 14:44:58.512616 [ 3 ] {5cdedead-0edb-4ec6-808a-9c13df3bf896} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5116 | 2024.03.11 14:44:58.512952 [ 3 ] {5cdedead-0edb-4ec6-808a-9c13df3bf896} <Trace> oximeter.fields_uuid (3d1f8790-6847-4f06-bce3-6d9b6f4d0836): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5117 | 2024.03.11 14:44:58.512992 [ 3 ] {5cdedead-0edb-4ec6-808a-9c13df3bf896} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
5118 | 2024.03.11 14:44:58.513307 [ 3 ] {5cdedead-0edb-4ec6-808a-9c13df3bf896} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
5119 | 2024.03.11 14:44:58.513612 [ 3 ] {5cdedead-0edb-4ec6-808a-9c13df3bf896} <Trace> oximeter.fields_uuid (3d1f8790-6847-4f06-bce3-6d9b6f4d0836): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5120 | 2024.03.11 14:44:58.513770 [ 3 ] {5cdedead-0edb-4ec6-808a-9c13df3bf896} <Debug> executeQuery: Read 24 rows, 1.90 KiB in 0.001389 sec., 17278.617710583152 rows/sec., 1.33 MiB/sec. | ||
5121 | 2024.03.11 14:44:58.513902 [ 3 ] {5cdedead-0edb-4ec6-808a-9c13df3bf896} <Debug> DynamicQueryHandler: Done processing query | ||
5122 | 2024.03.11 14:44:58.513927 [ 3 ] {5cdedead-0edb-4ec6-808a-9c13df3bf896} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
5123 | 2024.03.11 14:44:58.513943 [ 3 ] {} <Debug> HTTP-Session: 63d3dd3a-87a6-494f-ac8f-febcbf3a7200 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5124 | 2024.03.11 14:44:58.514068 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 7033, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5125 | 2024.03.11 14:44:58.514117 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5126 | 2024.03.11 14:44:58.514137 [ 3 ] {} <Debug> HTTP-Session: 7f819881-644f-4bc5-b30e-3a07d2fd1e5b Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
5127 | 2024.03.11 14:44:58.514154 [ 3 ] {} <Debug> HTTP-Session: 7f819881-644f-4bc5-b30e-3a07d2fd1e5b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5128 | 2024.03.11 14:44:58.514168 [ 3 ] {} <Debug> HTTP-Session: 7f819881-644f-4bc5-b30e-3a07d2fd1e5b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5129 | 2024.03.11 14:44:58.514199 [ 3 ] {} <Trace> HTTP-Session: 7f819881-644f-4bc5-b30e-3a07d2fd1e5b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5130 | 2024.03.11 14:44:58.514277 [ 3 ] {1ddec21e-a0ee-4694-96d5-c4478a63d060} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5131 | 2024.03.11 14:44:58.514322 [ 3 ] {1ddec21e-a0ee-4694-96d5-c4478a63d060} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5132 | 2024.03.11 14:44:58.514472 [ 3 ] {1ddec21e-a0ee-4694-96d5-c4478a63d060} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5133 | 2024.03.11 14:44:58.514790 [ 3 ] {1ddec21e-a0ee-4694-96d5-c4478a63d060} <Trace> oximeter.measurements_cumulativeu64 (c67eb49b-f01a-4894-b3b8-a06655ac82c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5134 | 2024.03.11 14:44:58.514829 [ 3 ] {1ddec21e-a0ee-4694-96d5-c4478a63d060} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
5135 | 2024.03.11 14:44:58.515209 [ 3 ] {1ddec21e-a0ee-4694-96d5-c4478a63d060} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
5136 | 2024.03.11 14:44:58.515556 [ 3 ] {1ddec21e-a0ee-4694-96d5-c4478a63d060} <Trace> oximeter.measurements_cumulativeu64 (c67eb49b-f01a-4894-b3b8-a06655ac82c2): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5137 | 2024.03.11 14:44:58.515713 [ 3 ] {1ddec21e-a0ee-4694-96d5-c4478a63d060} <Debug> executeQuery: Read 36 rows, 2.60 KiB in 0.001468 sec., 24523.16076294278 rows/sec., 1.73 MiB/sec. | ||
5138 | 2024.03.11 14:44:58.515984 [ 3 ] {1ddec21e-a0ee-4694-96d5-c4478a63d060} <Debug> DynamicQueryHandler: Done processing query | ||
5139 | 2024.03.11 14:44:58.516024 [ 3 ] {1ddec21e-a0ee-4694-96d5-c4478a63d060} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
5140 | 2024.03.11 14:44:58.516049 [ 3 ] {} <Debug> HTTP-Session: 7f819881-644f-4bc5-b30e-3a07d2fd1e5b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db |