1 | [ May 1 05:12:21 Enabled. ] | ||
2 | [ May 1 05:12:21 Rereading configuration. ] | ||
3 | [ May 1 05:12:23 Rereading configuration. ] | ||
4 | [ May 1 05:12:25 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 | [ May 1 05:12:25 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.05.01 05:12:26.123374 [ 1 ] {} <Information> Application: Will watch for the process with pid 24562 | ||
33 | 2024.05.01 05:12:26.123787 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
34 | 2024.05.01 05:12:26.317634 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 24562 | ||
35 | 2024.05.01 05:12:26.318422 [ 1 ] {} <Information> Application: starting up | ||
36 | 2024.05.01 05:12:26.319207 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
37 | 2024.05.01 05:12:26.414406 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
38 | 2024.05.01 05:12:26.450635 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
39 | 2024.05.01 05:12:26.450682 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
40 | 2024.05.01 05:12:26.450701 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
41 | 2024.05.01 05:12:26.450769 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
42 | 2024.05.01 05:12:26.451062 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
43 | 2024.05.01 05:12:26.452630 [ 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.05.01 05:12:26.453124 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performing update on configuration | ||
48 | 2024.05.01 05:12:26.453445 [ 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.05.01 05:12:26.453472 [ 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.05.01 05:12:26.453485 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
51 | 2024.05.01 05:12:26.453668 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
52 | 2024.05.01 05:12:26.454690 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
53 | 2024.05.01 05:12:26.459612 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
54 | 2024.05.01 05:12:26.460365 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
55 | 2024.05.01 05:12:26.461712 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
56 | 2024.05.01 05:12:26.461781 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performed update on configuration | ||
57 | 2024.05.01 05:12:26.462831 [ 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.05.01 05:12:26.463124 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performing update on configuration | ||
62 | 2024.05.01 05:12:26.467751 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performed update on configuration | ||
63 | 2024.05.01 05:12:26.468465 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: config.xml | ||
64 | 2024.05.01 05:12:26.470079 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
65 | 2024.05.01 05:12:26.470428 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
66 | 2024.05.01 05:12:26.470755 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
67 | 2024.05.01 05:12:26.471155 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
68 | 2024.05.01 05:12:26.472488 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
69 | 2024.05.01 05:12:26.472515 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
70 | 2024.05.01 05:12:26.472599 [ 113 ] {} <Debug> DNSResolver: Updating DNS cache | ||
71 | 2024.05.01 05:12:26.472764 [ 113 ] {} <Debug> DNSResolver: Updated DNS cache | ||
72 | 2024.05.01 05:12:26.481423 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
73 | 2024.05.01 05:12:26.481461 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000162963 sec | ||
74 | 2024.05.01 05:12:26.481498 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
75 | 2024.05.01 05:12:26.481509 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
76 | 2024.05.01 05:12:26.482733 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
77 | 2024.05.01 05:12:26.483870 [ 1 ] {} <Debug> SystemLog: Not creating system.query_log since corresponding section 'query_log' is missing from config | ||
78 | 2024.05.01 05:12:26.483898 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
79 | 2024.05.01 05:12:26.483932 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
80 | 2024.05.01 05:12:26.483949 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
81 | 2024.05.01 05:12:26.483961 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
82 | 2024.05.01 05:12:26.483996 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
83 | 2024.05.01 05:12:26.484009 [ 1 ] {} <Debug> SystemLog: Not creating system.metric_log since corresponding section 'metric_log' is missing from config | ||
84 | 2024.05.01 05:12:26.484024 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
85 | 2024.05.01 05:12:26.484059 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
86 | 2024.05.01 05:12:26.484072 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_metric_log since corresponding section 'asynchronous_metric_log' is missing from config | ||
87 | 2024.05.01 05:12:26.484087 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
88 | 2024.05.01 05:12:26.484106 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
89 | 2024.05.01 05:12:26.484141 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
90 | 2024.05.01 05:12:26.484156 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
91 | 2024.05.01 05:12:26.484175 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
92 | 2024.05.01 05:12:26.484203 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
93 | 2024.05.01 05:12:26.484219 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
94 | 2024.05.01 05:12:26.521668 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
95 | 2024.05.01 05:12:26.523240 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
96 | 2024.05.01 05:12:26.523276 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.3311e-05 sec | ||
97 | 2024.05.01 05:12:26.523289 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
98 | 2024.05.01 05:12:26.523307 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
99 | 2024.05.01 05:12:26.523330 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
100 | 2024.05.01 05:12:26.523515 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
101 | 2024.05.01 05:12:26.523556 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
102 | 2024.05.01 05:12:26.523570 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
103 | 2024.05.01 05:12:26.523590 [ 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.05.01 05:12:26.523602 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
105 | 2024.05.01 05:12:26.553029 [ 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.05.01 05:12:26.763303 [ 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.05.01 05:12:26.763368 [ 1 ] {} <Trace> MySQLHandlerFactory: Generating new RSA key pair. | ||
108 | 2024.05.01 05:12:26.882465 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
109 | 2024.05.01 05:12:26.882685 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 9.87 MiB, peak 16.07 MiB, free memory in arenas 0.00 B, will set to 157.06 MiB (RSS), difference: 147.19 MiB | ||
110 | 2024.05.01 05:12:26.883629 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.206e-05 sec. | ||
111 | 2024.05.01 05:12:26.883973 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
112 | 2024.05.01 05:12:26.884066 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
113 | 2024.05.01 05:12:26.884123 [ 1 ] {} <Information> Application: Listening for MySQL compatibility protocol: [fd00:1122:3344:101::e]:9004 | ||
114 | 2024.05.01 05:12:26.884143 [ 1 ] {} <Information> Application: Ready for connections. | ||
115 | 2024.05.01 05:12:27.396991 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63829, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
116 | 2024.05.01 05:12:27.397231 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
117 | 2024.05.01 05:12:27.397268 [ 3 ] {} <Debug> HTTP-Session: 6cc7294a-44eb-4617-ab81-fd5906d84437 Authenticating user 'default' from [fd00:1122:3344:101::d]:63829 | ||
118 | 2024.05.01 05:12:27.397298 [ 3 ] {} <Debug> HTTP-Session: 6cc7294a-44eb-4617-ab81-fd5906d84437 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
119 | 2024.05.01 05:12:27.397322 [ 3 ] {} <Debug> HTTP-Session: 6cc7294a-44eb-4617-ab81-fd5906d84437 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
120 | 2024.05.01 05:12:27.397408 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
121 | 2024.05.01 05:12:27.397442 [ 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.05.01 05:12:27.397465 [ 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.05.01 05:12:27.397532 [ 3 ] {} <Trace> HTTP-Session: 6cc7294a-44eb-4617-ab81-fd5906d84437 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
124 | 2024.05.01 05:12:27.398663 [ 3 ] {d4971452-dc6d-422c-9d89-e3e8d58dca7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63829) SELECT MAX(value) FROM oximeter.version; (stage: Complete) | ||
125 | 2024.05.01 05:12:27.429624 [ 3 ] {d4971452-dc6d-422c-9d89-e3e8d58dca7c} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:63829) (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.05.01 05:12:27.430383 [ 3 ] {d4971452-dc6d-422c-9d89-e3e8d58dca7c} <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.05.01 05:12:27.431828 [ 3 ] {} <Debug> HTTP-Session: 6cc7294a-44eb-4617-ab81-fd5906d84437 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
176 | 2024.05.01 05:12:27.432916 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63829, User-Agent: (none), Length: 33, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
177 | 2024.05.01 05:12:27.432980 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
178 | 2024.05.01 05:12:27.433005 [ 3 ] {} <Debug> HTTP-Session: ddd61c21-ff68-41b8-8fac-5ff4bcf10ad3 Authenticating user 'default' from [fd00:1122:3344:101::d]:63829 | ||
179 | 2024.05.01 05:12:27.433037 [ 3 ] {} <Debug> HTTP-Session: ddd61c21-ff68-41b8-8fac-5ff4bcf10ad3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
180 | 2024.05.01 05:12:27.433051 [ 3 ] {} <Debug> HTTP-Session: ddd61c21-ff68-41b8-8fac-5ff4bcf10ad3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
181 | 2024.05.01 05:12:27.433094 [ 3 ] {} <Trace> HTTP-Session: ddd61c21-ff68-41b8-8fac-5ff4bcf10ad3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
182 | 2024.05.01 05:12:27.434318 [ 3 ] {7d6ccd85-0f74-407d-8349-3e9a371b0603} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63829) SHOW CLUSTERS FORMAT JSONEachRow; (stage: Complete) | ||
183 | 2024.05.01 05:12:27.434442 [ 3 ] {7d6ccd85-0f74-407d-8349-3e9a371b0603} <Debug> executeQuery: (internal) SELECT DISTINCT cluster FROM system.clusters ORDER BY cluster (stage: Complete) | ||
184 | 2024.05.01 05:12:27.435524 [ 3 ] {7d6ccd85-0f74-407d-8349-3e9a371b0603} <Trace> ContextAccess (default): Access granted: SELECT(cluster) ON system.clusters | ||
185 | 2024.05.01 05:12:27.438533 [ 3 ] {7d6ccd85-0f74-407d-8349-3e9a371b0603} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
186 | 2024.05.01 05:12:27.444845 [ 3 ] {7d6ccd85-0f74-407d-8349-3e9a371b0603} <Debug> DynamicQueryHandler: Done processing query | ||
187 | 2024.05.01 05:12:27.444895 [ 3 ] {7d6ccd85-0f74-407d-8349-3e9a371b0603} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
188 | 2024.05.01 05:12:27.444919 [ 3 ] {} <Debug> HTTP-Session: ddd61c21-ff68-41b8-8fac-5ff4bcf10ad3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
189 | 2024.05.01 05:12:27.447636 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63829, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
190 | 2024.05.01 05:12:27.447692 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
191 | 2024.05.01 05:12:27.447716 [ 3 ] {} <Debug> HTTP-Session: 2f57e6f8-7668-401c-a994-c53ab869a525 Authenticating user 'default' from [fd00:1122:3344:101::d]:63829 | ||
192 | 2024.05.01 05:12:27.447734 [ 3 ] {} <Debug> HTTP-Session: 2f57e6f8-7668-401c-a994-c53ab869a525 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
193 | 2024.05.01 05:12:27.447749 [ 3 ] {} <Debug> HTTP-Session: 2f57e6f8-7668-401c-a994-c53ab869a525 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
194 | 2024.05.01 05:12:27.447785 [ 3 ] {} <Trace> HTTP-Session: 2f57e6f8-7668-401c-a994-c53ab869a525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
195 | 2024.05.01 05:12:27.447910 [ 3 ] {e394e46f-5d6c-4c4b-9d08-ba5fddf210da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63829) SELECT MAX(value) FROM oximeter.version; (stage: Complete) | ||
196 | 2024.05.01 05:12:27.448176 [ 3 ] {e394e46f-5d6c-4c4b-9d08-ba5fddf210da} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:63829) (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.05.01 05:12:27.448309 [ 3 ] {e394e46f-5d6c-4c4b-9d08-ba5fddf210da} <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.05.01 05:12:27.448459 [ 3 ] {} <Debug> HTTP-Session: 2f57e6f8-7668-401c-a994-c53ab869a525 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
247 | 2024.05.01 05:12:27.448697 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63829, User-Agent: (none), Length: 32, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
248 | 2024.05.01 05:12:27.448757 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
249 | 2024.05.01 05:12:27.448774 [ 3 ] {} <Debug> HTTP-Session: c8eaaf44-9e34-464b-b981-efff6a1ec22c Authenticating user 'default' from [fd00:1122:3344:101::d]:63829 | ||
250 | 2024.05.01 05:12:27.448794 [ 3 ] {} <Debug> HTTP-Session: c8eaaf44-9e34-464b-b981-efff6a1ec22c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
251 | 2024.05.01 05:12:27.448815 [ 3 ] {} <Debug> HTTP-Session: c8eaaf44-9e34-464b-b981-efff6a1ec22c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
252 | 2024.05.01 05:12:27.448844 [ 3 ] {} <Trace> HTTP-Session: c8eaaf44-9e34-464b-b981-efff6a1ec22c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
253 | 2024.05.01 05:12:27.449012 [ 3 ] {8fe4636f-4b7a-4339-92e6-0098ebb0fbab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63829) DROP DATABASE IF EXISTS oximeter (stage: Complete) | ||
254 | 2024.05.01 05:12:27.449171 [ 3 ] {8fe4636f-4b7a-4339-92e6-0098ebb0fbab} <Debug> DynamicQueryHandler: Done processing query | ||
255 | 2024.05.01 05:12:27.449193 [ 3 ] {} <Debug> HTTP-Session: c8eaaf44-9e34-464b-b981-efff6a1ec22c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
256 | 2024.05.01 05:12:27.449323 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63829, User-Agent: (none), Length: 38, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
257 | 2024.05.01 05:12:27.449371 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
258 | 2024.05.01 05:12:27.449392 [ 3 ] {} <Debug> HTTP-Session: 79f8fdce-3b13-485d-8ca9-d148e17c4874 Authenticating user 'default' from [fd00:1122:3344:101::d]:63829 | ||
259 | 2024.05.01 05:12:27.449407 [ 3 ] {} <Debug> HTTP-Session: 79f8fdce-3b13-485d-8ca9-d148e17c4874 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
260 | 2024.05.01 05:12:27.449424 [ 3 ] {} <Debug> HTTP-Session: 79f8fdce-3b13-485d-8ca9-d148e17c4874 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
261 | 2024.05.01 05:12:27.449455 [ 3 ] {} <Trace> HTTP-Session: 79f8fdce-3b13-485d-8ca9-d148e17c4874 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
262 | 2024.05.01 05:12:27.449548 [ 3 ] {b8f1d938-013e-4fc5-b122-bc31698e3d1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63829) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
263 | 2024.05.01 05:12:27.449603 [ 3 ] {b8f1d938-013e-4fc5-b122-bc31698e3d1b} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
264 | 2024.05.01 05:12:27.450774 [ 3 ] {b8f1d938-013e-4fc5-b122-bc31698e3d1b} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
265 | 2024.05.01 05:12:27.450810 [ 3 ] {b8f1d938-013e-4fc5-b122-bc31698e3d1b} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.8351e-05 sec | ||
266 | 2024.05.01 05:12:27.450824 [ 3 ] {b8f1d938-013e-4fc5-b122-bc31698e3d1b} <Trace> ReferentialDeps: No tables | ||
267 | 2024.05.01 05:12:27.450840 [ 3 ] {b8f1d938-013e-4fc5-b122-bc31698e3d1b} <Trace> LoadingDeps: No tables | ||
268 | 2024.05.01 05:12:27.450861 [ 3 ] {b8f1d938-013e-4fc5-b122-bc31698e3d1b} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
269 | 2024.05.01 05:12:27.450980 [ 3 ] {b8f1d938-013e-4fc5-b122-bc31698e3d1b} <Debug> DynamicQueryHandler: Done processing query | ||
270 | 2024.05.01 05:12:27.451002 [ 3 ] {} <Debug> HTTP-Session: 79f8fdce-3b13-485d-8ca9-d148e17c4874 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
271 | 2024.05.01 05:12:27.451107 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63829, User-Agent: (none), Length: 223, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
272 | 2024.05.01 05:12:27.451156 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
273 | 2024.05.01 05:12:27.451174 [ 3 ] {} <Debug> HTTP-Session: 1bd36c80-0202-48a9-b15a-572152ed46dd Authenticating user 'default' from [fd00:1122:3344:101::d]:63829 | ||
274 | 2024.05.01 05:12:27.451195 [ 3 ] {} <Debug> HTTP-Session: 1bd36c80-0202-48a9-b15a-572152ed46dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
275 | 2024.05.01 05:12:27.451220 [ 3 ] {} <Debug> HTTP-Session: 1bd36c80-0202-48a9-b15a-572152ed46dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
276 | 2024.05.01 05:12:27.451250 [ 3 ] {} <Trace> HTTP-Session: 1bd36c80-0202-48a9-b15a-572152ed46dd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
277 | 2024.05.01 05:12:27.451388 [ 3 ] {2f13b71b-75ec-4f5b-9017-e768ac3e7daa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63829) /* 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.05.01 05:12:27.451436 [ 3 ] {2f13b71b-75ec-4f5b-9017-e768ac3e7daa} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
280 | 2024.05.01 05:12:27.456115 [ 3 ] {2f13b71b-75ec-4f5b-9017-e768ac3e7daa} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
281 | 2024.05.01 05:12:27.457094 [ 3 ] {2f13b71b-75ec-4f5b-9017-e768ac3e7daa} <Debug> oximeter.version (1f07ae5f-d158-4b87-9707-5b55662ed168): Loading data parts | ||
282 | 2024.05.01 05:12:27.457443 [ 3 ] {2f13b71b-75ec-4f5b-9017-e768ac3e7daa} <Debug> oximeter.version (1f07ae5f-d158-4b87-9707-5b55662ed168): There are no data parts | ||
283 | 2024.05.01 05:12:27.460141 [ 3 ] {2f13b71b-75ec-4f5b-9017-e768ac3e7daa} <Debug> DynamicQueryHandler: Done processing query | ||
284 | 2024.05.01 05:12:27.460169 [ 3 ] {} <Debug> HTTP-Session: 1bd36c80-0202-48a9-b15a-572152ed46dd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
285 | 2024.05.01 05:12:27.460334 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63829, User-Agent: (none), Length: 818, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
286 | 2024.05.01 05:12:27.460386 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
287 | 2024.05.01 05:12:27.460415 [ 3 ] {} <Debug> HTTP-Session: 94d5bd00-0420-409d-b99d-96b823630e73 Authenticating user 'default' from [fd00:1122:3344:101::d]:63829 | ||
288 | 2024.05.01 05:12:27.460432 [ 3 ] {} <Debug> HTTP-Session: 94d5bd00-0420-409d-b99d-96b823630e73 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
289 | 2024.05.01 05:12:27.460449 [ 3 ] {} <Debug> HTTP-Session: 94d5bd00-0420-409d-b99d-96b823630e73 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
290 | 2024.05.01 05:12:27.460487 [ 3 ] {} <Trace> HTTP-Session: 94d5bd00-0420-409d-b99d-96b823630e73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
291 | 2024.05.01 05:12:27.460685 [ 3 ] {4b95bb1e-35e1-471c-99e8-f21d9d470f37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63829) /* 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.05.01 05:12:27.460740 [ 3 ] {4b95bb1e-35e1-471c-99e8-f21d9d470f37} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
303 | 2024.05.01 05:12:27.467518 [ 3 ] {4b95bb1e-35e1-471c-99e8-f21d9d470f37} <Debug> oximeter.measurements_bool (fe14c929-3f9d-4234-a396-5c1b68562093): Loading data parts | ||
304 | 2024.05.01 05:12:27.467681 [ 3 ] {4b95bb1e-35e1-471c-99e8-f21d9d470f37} <Debug> oximeter.measurements_bool (fe14c929-3f9d-4234-a396-5c1b68562093): There are no data parts | ||
305 | 2024.05.01 05:12:27.468958 [ 3 ] {4b95bb1e-35e1-471c-99e8-f21d9d470f37} <Debug> DynamicQueryHandler: Done processing query | ||
306 | 2024.05.01 05:12:27.468984 [ 3 ] {} <Debug> HTTP-Session: 94d5bd00-0420-409d-b99d-96b823630e73 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
307 | 2024.05.01 05:12:27.469116 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63829, User-Agent: (none), Length: 292, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
308 | 2024.05.01 05:12:27.469169 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
309 | 2024.05.01 05:12:27.469192 [ 3 ] {} <Debug> HTTP-Session: 2c215235-c188-4c5c-8188-125a5cd0b6db Authenticating user 'default' from [fd00:1122:3344:101::d]:63829 | ||
310 | 2024.05.01 05:12:27.469208 [ 3 ] {} <Debug> HTTP-Session: 2c215235-c188-4c5c-8188-125a5cd0b6db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
311 | 2024.05.01 05:12:27.469226 [ 3 ] {} <Debug> HTTP-Session: 2c215235-c188-4c5c-8188-125a5cd0b6db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
312 | 2024.05.01 05:12:27.469257 [ 3 ] {} <Trace> HTTP-Session: 2c215235-c188-4c5c-8188-125a5cd0b6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
313 | 2024.05.01 05:12:27.469436 [ 3 ] {27321da9-92d4-4257-bc2a-dc77478ff96e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63829) 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.05.01 05:12:27.469484 [ 3 ] {27321da9-92d4-4257-bc2a-dc77478ff96e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
315 | 2024.05.01 05:12:27.470997 [ 3 ] {27321da9-92d4-4257-bc2a-dc77478ff96e} <Debug> oximeter.measurements_i8 (024bddc1-3d3f-4cd2-a648-ddb77fd7d7d7): Loading data parts | ||
316 | 2024.05.01 05:12:27.471149 [ 3 ] {27321da9-92d4-4257-bc2a-dc77478ff96e} <Debug> oximeter.measurements_i8 (024bddc1-3d3f-4cd2-a648-ddb77fd7d7d7): There are no data parts | ||
317 | 2024.05.01 05:12:27.472325 [ 3 ] {27321da9-92d4-4257-bc2a-dc77478ff96e} <Debug> DynamicQueryHandler: Done processing query | ||
318 | 2024.05.01 05:12:27.472368 [ 3 ] {} <Debug> HTTP-Session: 2c215235-c188-4c5c-8188-125a5cd0b6db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
319 | 2024.05.01 05:12:27.472476 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63829, User-Agent: (none), Length: 293, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
320 | 2024.05.01 05:12:27.472529 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
321 | 2024.05.01 05:12:27.472552 [ 3 ] {} <Debug> HTTP-Session: 7329286b-28a2-4a00-93d7-eff132b18f4d Authenticating user 'default' from [fd00:1122:3344:101::d]:63829 | ||
322 | 2024.05.01 05:12:27.472567 [ 3 ] {} <Debug> HTTP-Session: 7329286b-28a2-4a00-93d7-eff132b18f4d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
323 | 2024.05.01 05:12:27.472584 [ 3 ] {} <Debug> HTTP-Session: 7329286b-28a2-4a00-93d7-eff132b18f4d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
324 | 2024.05.01 05:12:27.472618 [ 3 ] {} <Trace> HTTP-Session: 7329286b-28a2-4a00-93d7-eff132b18f4d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
325 | 2024.05.01 05:12:27.472791 [ 3 ] {9a201a40-f8e7-43ac-9541-8d0d967fbe06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63829) 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.05.01 05:12:27.472843 [ 3 ] {9a201a40-f8e7-43ac-9541-8d0d967fbe06} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
327 | 2024.05.01 05:12:27.474328 [ 3 ] {9a201a40-f8e7-43ac-9541-8d0d967fbe06} <Debug> oximeter.measurements_u8 (6164a131-c330-4e9c-8420-8b5ee034dbf0): Loading data parts | ||
328 | 2024.05.01 05:12:27.474504 [ 3 ] {9a201a40-f8e7-43ac-9541-8d0d967fbe06} <Debug> oximeter.measurements_u8 (6164a131-c330-4e9c-8420-8b5ee034dbf0): There are no data parts | ||
329 | 2024.05.01 05:12:27.475685 [ 3 ] {9a201a40-f8e7-43ac-9541-8d0d967fbe06} <Debug> DynamicQueryHandler: Done processing query | ||
330 | 2024.05.01 05:12:27.475716 [ 3 ] {} <Debug> HTTP-Session: 7329286b-28a2-4a00-93d7-eff132b18f4d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
331 | 2024.05.01 05:12:27.475824 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63829, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
332 | 2024.05.01 05:12:27.475876 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
333 | 2024.05.01 05:12:27.475899 [ 3 ] {} <Debug> HTTP-Session: b7ab234d-b0fd-4f2e-b1c1-72ba3ceb4096 Authenticating user 'default' from [fd00:1122:3344:101::d]:63829 | ||
334 | 2024.05.01 05:12:27.475915 [ 3 ] {} <Debug> HTTP-Session: b7ab234d-b0fd-4f2e-b1c1-72ba3ceb4096 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
335 | 2024.05.01 05:12:27.475931 [ 3 ] {} <Debug> HTTP-Session: b7ab234d-b0fd-4f2e-b1c1-72ba3ceb4096 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
336 | 2024.05.01 05:12:27.475965 [ 3 ] {} <Trace> HTTP-Session: b7ab234d-b0fd-4f2e-b1c1-72ba3ceb4096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
337 | 2024.05.01 05:12:27.476150 [ 3 ] {7c776e0d-3c9d-43f4-96f2-045d9802e02d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63829) 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.05.01 05:12:27.476198 [ 3 ] {7c776e0d-3c9d-43f4-96f2-045d9802e02d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
339 | 2024.05.01 05:12:27.477720 [ 3 ] {7c776e0d-3c9d-43f4-96f2-045d9802e02d} <Debug> oximeter.measurements_i16 (82786a34-9d7d-4644-895e-db6738653397): Loading data parts | ||
340 | 2024.05.01 05:12:27.477875 [ 3 ] {7c776e0d-3c9d-43f4-96f2-045d9802e02d} <Debug> oximeter.measurements_i16 (82786a34-9d7d-4644-895e-db6738653397): There are no data parts | ||
341 | 2024.05.01 05:12:27.479034 [ 3 ] {7c776e0d-3c9d-43f4-96f2-045d9802e02d} <Debug> DynamicQueryHandler: Done processing query | ||
342 | 2024.05.01 05:12:27.479066 [ 3 ] {} <Debug> HTTP-Session: b7ab234d-b0fd-4f2e-b1c1-72ba3ceb4096 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
343 | 2024.05.01 05:12:27.479162 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63829, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
344 | 2024.05.01 05:12:27.479214 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
345 | 2024.05.01 05:12:27.479238 [ 3 ] {} <Debug> HTTP-Session: f290dcce-8349-4025-90af-b99ecdd2f55b Authenticating user 'default' from [fd00:1122:3344:101::d]:63829 | ||
346 | 2024.05.01 05:12:27.479254 [ 3 ] {} <Debug> HTTP-Session: f290dcce-8349-4025-90af-b99ecdd2f55b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
347 | 2024.05.01 05:12:27.479270 [ 3 ] {} <Debug> HTTP-Session: f290dcce-8349-4025-90af-b99ecdd2f55b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
348 | 2024.05.01 05:12:27.479310 [ 3 ] {} <Trace> HTTP-Session: f290dcce-8349-4025-90af-b99ecdd2f55b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
349 | 2024.05.01 05:12:27.479481 [ 3 ] {600fb8c8-4baf-40f8-8fdd-179ad1506be3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63829) 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.05.01 05:12:27.479533 [ 3 ] {600fb8c8-4baf-40f8-8fdd-179ad1506be3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
351 | 2024.05.01 05:12:27.480996 [ 3 ] {600fb8c8-4baf-40f8-8fdd-179ad1506be3} <Debug> oximeter.measurements_u16 (92d175fd-63dd-4d76-8a34-8e245ecfb438): Loading data parts | ||
352 | 2024.05.01 05:12:27.481170 [ 3 ] {600fb8c8-4baf-40f8-8fdd-179ad1506be3} <Debug> oximeter.measurements_u16 (92d175fd-63dd-4d76-8a34-8e245ecfb438): There are no data parts | ||
353 | 2024.05.01 05:12:27.482319 [ 3 ] {600fb8c8-4baf-40f8-8fdd-179ad1506be3} <Debug> DynamicQueryHandler: Done processing query | ||
354 | 2024.05.01 05:12:27.482351 [ 3 ] {} <Debug> HTTP-Session: f290dcce-8349-4025-90af-b99ecdd2f55b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
355 | 2024.05.01 05:12:27.482465 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63829, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
356 | 2024.05.01 05:12:27.482518 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
357 | 2024.05.01 05:12:27.482541 [ 3 ] {} <Debug> HTTP-Session: 796f1fdd-9f3d-4b62-8ae7-83986784c81c Authenticating user 'default' from [fd00:1122:3344:101::d]:63829 | ||
358 | 2024.05.01 05:12:27.482570 [ 3 ] {} <Debug> HTTP-Session: 796f1fdd-9f3d-4b62-8ae7-83986784c81c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
359 | 2024.05.01 05:12:27.482584 [ 3 ] {} <Debug> HTTP-Session: 796f1fdd-9f3d-4b62-8ae7-83986784c81c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
360 | 2024.05.01 05:12:27.482617 [ 3 ] {} <Trace> HTTP-Session: 796f1fdd-9f3d-4b62-8ae7-83986784c81c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
361 | 2024.05.01 05:12:27.482801 [ 3 ] {51810908-e304-4686-93f5-447c6d0faae8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63829) 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.05.01 05:12:27.482850 [ 3 ] {51810908-e304-4686-93f5-447c6d0faae8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
363 | 2024.05.01 05:12:27.484299 [ 3 ] {51810908-e304-4686-93f5-447c6d0faae8} <Debug> oximeter.measurements_i32 (ffa04f0d-4ab5-4486-a5d9-7d46d5c4503f): Loading data parts | ||
364 | 2024.05.01 05:12:27.484450 [ 3 ] {51810908-e304-4686-93f5-447c6d0faae8} <Debug> oximeter.measurements_i32 (ffa04f0d-4ab5-4486-a5d9-7d46d5c4503f): There are no data parts | ||
365 | 2024.05.01 05:12:27.485685 [ 3 ] {51810908-e304-4686-93f5-447c6d0faae8} <Debug> DynamicQueryHandler: Done processing query | ||
366 | 2024.05.01 05:12:27.485719 [ 3 ] {} <Debug> HTTP-Session: 796f1fdd-9f3d-4b62-8ae7-83986784c81c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
367 | 2024.05.01 05:12:27.485820 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63829, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
368 | 2024.05.01 05:12:27.485873 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
369 | 2024.05.01 05:12:27.485907 [ 3 ] {} <Debug> HTTP-Session: aa2d7760-51d9-479e-808e-b5673d5a7df7 Authenticating user 'default' from [fd00:1122:3344:101::d]:63829 | ||
370 | 2024.05.01 05:12:27.485923 [ 3 ] {} <Debug> HTTP-Session: aa2d7760-51d9-479e-808e-b5673d5a7df7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
371 | 2024.05.01 05:12:27.485940 [ 3 ] {} <Debug> HTTP-Session: aa2d7760-51d9-479e-808e-b5673d5a7df7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
372 | 2024.05.01 05:12:27.485974 [ 3 ] {} <Trace> HTTP-Session: aa2d7760-51d9-479e-808e-b5673d5a7df7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
373 | 2024.05.01 05:12:27.486149 [ 3 ] {0f6efcd4-63e9-42ba-be2f-7c3cf5a5cd19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63829) 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.05.01 05:12:27.486198 [ 3 ] {0f6efcd4-63e9-42ba-be2f-7c3cf5a5cd19} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
375 | 2024.05.01 05:12:27.487683 [ 3 ] {0f6efcd4-63e9-42ba-be2f-7c3cf5a5cd19} <Debug> oximeter.measurements_u32 (621fc56f-ef6e-47d7-a5de-c46a85c3cdf1): Loading data parts | ||
376 | 2024.05.01 05:12:27.487869 [ 3 ] {0f6efcd4-63e9-42ba-be2f-7c3cf5a5cd19} <Debug> oximeter.measurements_u32 (621fc56f-ef6e-47d7-a5de-c46a85c3cdf1): There are no data parts | ||
377 | 2024.05.01 05:12:27.489025 [ 3 ] {0f6efcd4-63e9-42ba-be2f-7c3cf5a5cd19} <Debug> DynamicQueryHandler: Done processing query | ||
378 | 2024.05.01 05:12:27.489057 [ 3 ] {} <Debug> HTTP-Session: aa2d7760-51d9-479e-808e-b5673d5a7df7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
379 | 2024.05.01 05:12:27.489155 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63829, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
380 | 2024.05.01 05:12:27.489214 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
381 | 2024.05.01 05:12:27.489237 [ 3 ] {} <Debug> HTTP-Session: 27768767-3cd8-45b3-97d7-d3e6b89a9f28 Authenticating user 'default' from [fd00:1122:3344:101::d]:63829 | ||
382 | 2024.05.01 05:12:27.489263 [ 3 ] {} <Debug> HTTP-Session: 27768767-3cd8-45b3-97d7-d3e6b89a9f28 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
383 | 2024.05.01 05:12:27.489276 [ 3 ] {} <Debug> HTTP-Session: 27768767-3cd8-45b3-97d7-d3e6b89a9f28 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
384 | 2024.05.01 05:12:27.489310 [ 3 ] {} <Trace> HTTP-Session: 27768767-3cd8-45b3-97d7-d3e6b89a9f28 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
385 | 2024.05.01 05:12:27.489492 [ 3 ] {05120e66-fb77-41f7-8738-0d75f1582964} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63829) 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.05.01 05:12:27.489555 [ 3 ] {05120e66-fb77-41f7-8738-0d75f1582964} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
387 | 2024.05.01 05:12:27.491005 [ 3 ] {05120e66-fb77-41f7-8738-0d75f1582964} <Debug> oximeter.measurements_i64 (b8727abb-3713-44c4-abab-825647be6c47): Loading data parts | ||
388 | 2024.05.01 05:12:27.491178 [ 3 ] {05120e66-fb77-41f7-8738-0d75f1582964} <Debug> oximeter.measurements_i64 (b8727abb-3713-44c4-abab-825647be6c47): There are no data parts | ||
389 | 2024.05.01 05:12:27.492316 [ 3 ] {05120e66-fb77-41f7-8738-0d75f1582964} <Debug> DynamicQueryHandler: Done processing query | ||
390 | 2024.05.01 05:12:27.492354 [ 3 ] {} <Debug> HTTP-Session: 27768767-3cd8-45b3-97d7-d3e6b89a9f28 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
391 | 2024.05.01 05:12:27.492458 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63829, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
392 | 2024.05.01 05:12:27.492515 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
393 | 2024.05.01 05:12:27.492534 [ 3 ] {} <Debug> HTTP-Session: a936b6f4-4f2d-40cd-bb24-2c782698e952 Authenticating user 'default' from [fd00:1122:3344:101::d]:63829 | ||
394 | 2024.05.01 05:12:27.492555 [ 3 ] {} <Debug> HTTP-Session: a936b6f4-4f2d-40cd-bb24-2c782698e952 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
395 | 2024.05.01 05:12:27.492569 [ 3 ] {} <Debug> HTTP-Session: a936b6f4-4f2d-40cd-bb24-2c782698e952 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
396 | 2024.05.01 05:12:27.492604 [ 3 ] {} <Trace> HTTP-Session: a936b6f4-4f2d-40cd-bb24-2c782698e952 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
397 | 2024.05.01 05:12:27.492779 [ 3 ] {292c5b91-00ee-40a5-a65f-59f1e6c4cc7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63829) 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.05.01 05:12:27.492828 [ 3 ] {292c5b91-00ee-40a5-a65f-59f1e6c4cc7a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
399 | 2024.05.01 05:12:27.494296 [ 3 ] {292c5b91-00ee-40a5-a65f-59f1e6c4cc7a} <Debug> oximeter.measurements_u64 (eeaf0707-80c8-4ddf-945d-8c35dac77849): Loading data parts | ||
400 | 2024.05.01 05:12:27.494485 [ 3 ] {292c5b91-00ee-40a5-a65f-59f1e6c4cc7a} <Debug> oximeter.measurements_u64 (eeaf0707-80c8-4ddf-945d-8c35dac77849): There are no data parts | ||
401 | 2024.05.01 05:12:27.495994 [ 3 ] {292c5b91-00ee-40a5-a65f-59f1e6c4cc7a} <Debug> DynamicQueryHandler: Done processing query | ||
402 | 2024.05.01 05:12:27.496025 [ 3 ] {} <Debug> HTTP-Session: a936b6f4-4f2d-40cd-bb24-2c782698e952 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
403 | 2024.05.01 05:12:27.496137 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63829, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
404 | 2024.05.01 05:12:27.496183 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
405 | 2024.05.01 05:12:27.496207 [ 3 ] {} <Debug> HTTP-Session: 35d257de-3cc6-47d6-a3c1-d5f89359ca57 Authenticating user 'default' from [fd00:1122:3344:101::d]:63829 | ||
406 | 2024.05.01 05:12:27.496228 [ 3 ] {} <Debug> HTTP-Session: 35d257de-3cc6-47d6-a3c1-d5f89359ca57 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
407 | 2024.05.01 05:12:27.496241 [ 3 ] {} <Debug> HTTP-Session: 35d257de-3cc6-47d6-a3c1-d5f89359ca57 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
408 | 2024.05.01 05:12:27.496273 [ 3 ] {} <Trace> HTTP-Session: 35d257de-3cc6-47d6-a3c1-d5f89359ca57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
409 | 2024.05.01 05:12:27.496448 [ 3 ] {346c3d7e-a4c1-470e-a9cc-0d57bf102e45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63829) 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.05.01 05:12:27.496499 [ 3 ] {346c3d7e-a4c1-470e-a9cc-0d57bf102e45} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
411 | 2024.05.01 05:12:27.498054 [ 3 ] {346c3d7e-a4c1-470e-a9cc-0d57bf102e45} <Debug> oximeter.measurements_f32 (b372b039-6913-406e-8776-863f3d0601b6): Loading data parts | ||
412 | 2024.05.01 05:12:27.498211 [ 3 ] {346c3d7e-a4c1-470e-a9cc-0d57bf102e45} <Debug> oximeter.measurements_f32 (b372b039-6913-406e-8776-863f3d0601b6): There are no data parts | ||
413 | 2024.05.01 05:12:27.499767 [ 3 ] {346c3d7e-a4c1-470e-a9cc-0d57bf102e45} <Debug> DynamicQueryHandler: Done processing query | ||
414 | 2024.05.01 05:12:27.499792 [ 3 ] {} <Debug> HTTP-Session: 35d257de-3cc6-47d6-a3c1-d5f89359ca57 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
415 | 2024.05.01 05:12:27.499902 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63829, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
416 | 2024.05.01 05:12:27.499960 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
417 | 2024.05.01 05:12:27.499978 [ 3 ] {} <Debug> HTTP-Session: 42352e9f-65f1-4f5c-bd5f-2eeb4d72a766 Authenticating user 'default' from [fd00:1122:3344:101::d]:63829 | ||
418 | 2024.05.01 05:12:27.499998 [ 3 ] {} <Debug> HTTP-Session: 42352e9f-65f1-4f5c-bd5f-2eeb4d72a766 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
419 | 2024.05.01 05:12:27.500015 [ 3 ] {} <Debug> HTTP-Session: 42352e9f-65f1-4f5c-bd5f-2eeb4d72a766 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
420 | 2024.05.01 05:12:27.500044 [ 3 ] {} <Trace> HTTP-Session: 42352e9f-65f1-4f5c-bd5f-2eeb4d72a766 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
421 | 2024.05.01 05:12:27.500215 [ 3 ] {13b3a6fd-d20b-4703-90b4-a90b61d5c574} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63829) 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.05.01 05:12:27.500273 [ 3 ] {13b3a6fd-d20b-4703-90b4-a90b61d5c574} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
423 | 2024.05.01 05:12:27.501824 [ 3 ] {13b3a6fd-d20b-4703-90b4-a90b61d5c574} <Debug> oximeter.measurements_f64 (03b7d229-fe0a-4899-a99d-fc92e0cb8622): Loading data parts | ||
424 | 2024.05.01 05:12:27.501980 [ 3 ] {13b3a6fd-d20b-4703-90b4-a90b61d5c574} <Debug> oximeter.measurements_f64 (03b7d229-fe0a-4899-a99d-fc92e0cb8622): There are no data parts | ||
425 | 2024.05.01 05:12:27.503467 [ 3 ] {13b3a6fd-d20b-4703-90b4-a90b61d5c574} <Debug> DynamicQueryHandler: Done processing query | ||
426 | 2024.05.01 05:12:27.503499 [ 3 ] {} <Debug> HTTP-Session: 42352e9f-65f1-4f5c-bd5f-2eeb4d72a766 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
427 | 2024.05.01 05:12:27.503608 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63829, User-Agent: (none), Length: 298, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
428 | 2024.05.01 05:12:27.503660 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
429 | 2024.05.01 05:12:27.503678 [ 3 ] {} <Debug> HTTP-Session: 45afdba0-3229-4745-bdc2-fe18b2a47d5b Authenticating user 'default' from [fd00:1122:3344:101::d]:63829 | ||
430 | 2024.05.01 05:12:27.503700 [ 3 ] {} <Debug> HTTP-Session: 45afdba0-3229-4745-bdc2-fe18b2a47d5b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
431 | 2024.05.01 05:12:27.503713 [ 3 ] {} <Debug> HTTP-Session: 45afdba0-3229-4745-bdc2-fe18b2a47d5b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
432 | 2024.05.01 05:12:27.503745 [ 3 ] {} <Trace> HTTP-Session: 45afdba0-3229-4745-bdc2-fe18b2a47d5b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
433 | 2024.05.01 05:12:27.503923 [ 3 ] {a040fe9e-f40b-47f2-9bc2-c4ccb7a75506} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63829) 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.05.01 05:12:27.503975 [ 3 ] {a040fe9e-f40b-47f2-9bc2-c4ccb7a75506} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
435 | 2024.05.01 05:12:27.505534 [ 3 ] {a040fe9e-f40b-47f2-9bc2-c4ccb7a75506} <Debug> oximeter.measurements_string (985d342a-7c88-4173-a09d-c0c5cc33dfab): Loading data parts | ||
436 | 2024.05.01 05:12:27.505838 [ 3 ] {a040fe9e-f40b-47f2-9bc2-c4ccb7a75506} <Debug> oximeter.measurements_string (985d342a-7c88-4173-a09d-c0c5cc33dfab): There are no data parts | ||
437 | 2024.05.01 05:12:27.507347 [ 3 ] {a040fe9e-f40b-47f2-9bc2-c4ccb7a75506} <Debug> DynamicQueryHandler: Done processing query | ||
438 | 2024.05.01 05:12:27.507371 [ 3 ] {} <Debug> HTTP-Session: 45afdba0-3229-4745-bdc2-fe18b2a47d5b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
439 | 2024.05.01 05:12:27.507468 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63829, User-Agent: (none), Length: 605, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
440 | 2024.05.01 05:12:27.507516 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
441 | 2024.05.01 05:12:27.507533 [ 3 ] {} <Debug> HTTP-Session: d4262cd5-9522-4ceb-b97b-d6c9fa641f0d Authenticating user 'default' from [fd00:1122:3344:101::d]:63829 | ||
442 | 2024.05.01 05:12:27.507552 [ 3 ] {} <Debug> HTTP-Session: d4262cd5-9522-4ceb-b97b-d6c9fa641f0d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
443 | 2024.05.01 05:12:27.507575 [ 3 ] {} <Debug> HTTP-Session: d4262cd5-9522-4ceb-b97b-d6c9fa641f0d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
444 | 2024.05.01 05:12:27.507603 [ 3 ] {} <Trace> HTTP-Session: d4262cd5-9522-4ceb-b97b-d6c9fa641f0d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
445 | 2024.05.01 05:12:27.507838 [ 3 ] {fee08cb3-2197-4108-942e-1dbf28b07ab1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63829) 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.05.01 05:12:27.507896 [ 3 ] {fee08cb3-2197-4108-942e-1dbf28b07ab1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
454 | 2024.05.01 05:12:27.509394 [ 3 ] {fee08cb3-2197-4108-942e-1dbf28b07ab1} <Debug> oximeter.measurements_bytes (cccbccaf-0435-4583-8e8b-52218e27efbb): Loading data parts | ||
455 | 2024.05.01 05:12:27.509553 [ 3 ] {fee08cb3-2197-4108-942e-1dbf28b07ab1} <Debug> oximeter.measurements_bytes (cccbccaf-0435-4583-8e8b-52218e27efbb): There are no data parts | ||
456 | 2024.05.01 05:12:27.511071 [ 3 ] {fee08cb3-2197-4108-942e-1dbf28b07ab1} <Debug> DynamicQueryHandler: Done processing query | ||
457 | 2024.05.01 05:12:27.511096 [ 3 ] {} <Debug> HTTP-Session: d4262cd5-9522-4ceb-b97b-d6c9fa641f0d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
458 | 2024.05.01 05:12:27.511211 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63829, User-Agent: (none), Length: 353, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
459 | 2024.05.01 05:12:27.511269 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
460 | 2024.05.01 05:12:27.511287 [ 3 ] {} <Debug> HTTP-Session: 0be333d5-bdc6-44c1-b6a1-e20a82da2401 Authenticating user 'default' from [fd00:1122:3344:101::d]:63829 | ||
461 | 2024.05.01 05:12:27.511308 [ 3 ] {} <Debug> HTTP-Session: 0be333d5-bdc6-44c1-b6a1-e20a82da2401 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
462 | 2024.05.01 05:12:27.511326 [ 3 ] {} <Debug> HTTP-Session: 0be333d5-bdc6-44c1-b6a1-e20a82da2401 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
463 | 2024.05.01 05:12:27.511355 [ 3 ] {} <Trace> HTTP-Session: 0be333d5-bdc6-44c1-b6a1-e20a82da2401 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
464 | 2024.05.01 05:12:27.511543 [ 3 ] {12d9bc59-7039-4ef0-82bc-3abab88d4eab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63829) 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.05.01 05:12:27.511593 [ 3 ] {12d9bc59-7039-4ef0-82bc-3abab88d4eab} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
466 | 2024.05.01 05:12:27.513113 [ 3 ] {12d9bc59-7039-4ef0-82bc-3abab88d4eab} <Debug> oximeter.measurements_cumulativei64 (58be5a1b-fff4-49f7-aad8-1f7e794ab36d): Loading data parts | ||
467 | 2024.05.01 05:12:27.513270 [ 3 ] {12d9bc59-7039-4ef0-82bc-3abab88d4eab} <Debug> oximeter.measurements_cumulativei64 (58be5a1b-fff4-49f7-aad8-1f7e794ab36d): There are no data parts | ||
468 | 2024.05.01 05:12:27.514770 [ 3 ] {12d9bc59-7039-4ef0-82bc-3abab88d4eab} <Debug> DynamicQueryHandler: Done processing query | ||
469 | 2024.05.01 05:12:27.514810 [ 3 ] {} <Debug> HTTP-Session: 0be333d5-bdc6-44c1-b6a1-e20a82da2401 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
470 | 2024.05.01 05:12:27.514918 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63829, User-Agent: (none), Length: 354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
471 | 2024.05.01 05:12:27.514980 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
472 | 2024.05.01 05:12:27.514999 [ 3 ] {} <Debug> HTTP-Session: 1a7c122c-ff4c-4d50-90b8-02d83d6ef4dc Authenticating user 'default' from [fd00:1122:3344:101::d]:63829 | ||
473 | 2024.05.01 05:12:27.515020 [ 3 ] {} <Debug> HTTP-Session: 1a7c122c-ff4c-4d50-90b8-02d83d6ef4dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
474 | 2024.05.01 05:12:27.515033 [ 3 ] {} <Debug> HTTP-Session: 1a7c122c-ff4c-4d50-90b8-02d83d6ef4dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
475 | 2024.05.01 05:12:27.515066 [ 3 ] {} <Trace> HTTP-Session: 1a7c122c-ff4c-4d50-90b8-02d83d6ef4dc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
476 | 2024.05.01 05:12:27.515249 [ 3 ] {abc1a3ce-e1b7-423e-a36c-5eabf63dfe8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63829) 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.05.01 05:12:27.515304 [ 3 ] {abc1a3ce-e1b7-423e-a36c-5eabf63dfe8a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
478 | 2024.05.01 05:12:27.516819 [ 3 ] {abc1a3ce-e1b7-423e-a36c-5eabf63dfe8a} <Debug> oximeter.measurements_cumulativeu64 (14094fbf-77be-414d-8210-2374b71b4f0c): Loading data parts | ||
479 | 2024.05.01 05:12:27.516985 [ 3 ] {abc1a3ce-e1b7-423e-a36c-5eabf63dfe8a} <Debug> oximeter.measurements_cumulativeu64 (14094fbf-77be-414d-8210-2374b71b4f0c): There are no data parts | ||
480 | 2024.05.01 05:12:27.518477 [ 3 ] {abc1a3ce-e1b7-423e-a36c-5eabf63dfe8a} <Debug> DynamicQueryHandler: Done processing query | ||
481 | 2024.05.01 05:12:27.518503 [ 3 ] {} <Debug> HTTP-Session: 1a7c122c-ff4c-4d50-90b8-02d83d6ef4dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
482 | 2024.05.01 05:12:27.518613 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63829, User-Agent: (none), Length: 355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
483 | 2024.05.01 05:12:27.518666 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
484 | 2024.05.01 05:12:27.518684 [ 3 ] {} <Debug> HTTP-Session: 2604c492-a3a9-40f5-bd7a-fe44b26085b3 Authenticating user 'default' from [fd00:1122:3344:101::d]:63829 | ||
485 | 2024.05.01 05:12:27.518707 [ 3 ] {} <Debug> HTTP-Session: 2604c492-a3a9-40f5-bd7a-fe44b26085b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
486 | 2024.05.01 05:12:27.518724 [ 3 ] {} <Debug> HTTP-Session: 2604c492-a3a9-40f5-bd7a-fe44b26085b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
487 | 2024.05.01 05:12:27.518754 [ 3 ] {} <Trace> HTTP-Session: 2604c492-a3a9-40f5-bd7a-fe44b26085b3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
488 | 2024.05.01 05:12:27.518938 [ 3 ] {efd5f281-0258-4267-856f-ad0b421b07f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63829) 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.05.01 05:12:27.519002 [ 3 ] {efd5f281-0258-4267-856f-ad0b421b07f1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
490 | 2024.05.01 05:12:27.520564 [ 3 ] {efd5f281-0258-4267-856f-ad0b421b07f1} <Debug> oximeter.measurements_cumulativef32 (b6653eba-c043-4314-bcad-96dac43a0a3c): Loading data parts | ||
491 | 2024.05.01 05:12:27.520824 [ 3 ] {efd5f281-0258-4267-856f-ad0b421b07f1} <Debug> oximeter.measurements_cumulativef32 (b6653eba-c043-4314-bcad-96dac43a0a3c): There are no data parts | ||
492 | 2024.05.01 05:12:27.522388 [ 3 ] {efd5f281-0258-4267-856f-ad0b421b07f1} <Debug> DynamicQueryHandler: Done processing query | ||
493 | 2024.05.01 05:12:27.522420 [ 3 ] {} <Debug> HTTP-Session: 2604c492-a3a9-40f5-bd7a-fe44b26085b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
494 | 2024.05.01 05:12:27.522524 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63829, User-Agent: (none), Length: 356, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
495 | 2024.05.01 05:12:27.522577 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
496 | 2024.05.01 05:12:27.522601 [ 3 ] {} <Debug> HTTP-Session: 60ee272e-49a0-426d-92db-3013f680e8a4 Authenticating user 'default' from [fd00:1122:3344:101::d]:63829 | ||
497 | 2024.05.01 05:12:27.522621 [ 3 ] {} <Debug> HTTP-Session: 60ee272e-49a0-426d-92db-3013f680e8a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
498 | 2024.05.01 05:12:27.522635 [ 3 ] {} <Debug> HTTP-Session: 60ee272e-49a0-426d-92db-3013f680e8a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
499 | 2024.05.01 05:12:27.522668 [ 3 ] {} <Trace> HTTP-Session: 60ee272e-49a0-426d-92db-3013f680e8a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
500 | 2024.05.01 05:12:27.522867 [ 3 ] {43e20069-fd9f-4fba-9fb4-dd46863bd039} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63829) 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.05.01 05:12:27.522922 [ 3 ] {43e20069-fd9f-4fba-9fb4-dd46863bd039} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
502 | 2024.05.01 05:12:27.524457 [ 3 ] {43e20069-fd9f-4fba-9fb4-dd46863bd039} <Debug> oximeter.measurements_cumulativef64 (c90927a2-0fa8-4ab4-853f-8006552dd648): Loading data parts | ||
503 | 2024.05.01 05:12:27.524605 [ 3 ] {43e20069-fd9f-4fba-9fb4-dd46863bd039} <Debug> oximeter.measurements_cumulativef64 (c90927a2-0fa8-4ab4-853f-8006552dd648): There are no data parts | ||
504 | 2024.05.01 05:12:27.526130 [ 3 ] {43e20069-fd9f-4fba-9fb4-dd46863bd039} <Debug> DynamicQueryHandler: Done processing query | ||
505 | 2024.05.01 05:12:27.526155 [ 3 ] {} <Debug> HTTP-Session: 60ee272e-49a0-426d-92db-3013f680e8a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
506 | 2024.05.01 05:12:27.526261 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63829, User-Agent: (none), Length: 836, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
507 | 2024.05.01 05:12:27.526313 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
508 | 2024.05.01 05:12:27.526331 [ 3 ] {} <Debug> HTTP-Session: a7e9d3a2-8ec6-4e44-80b2-f517c1146b0e Authenticating user 'default' from [fd00:1122:3344:101::d]:63829 | ||
509 | 2024.05.01 05:12:27.526353 [ 3 ] {} <Debug> HTTP-Session: a7e9d3a2-8ec6-4e44-80b2-f517c1146b0e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
510 | 2024.05.01 05:12:27.526378 [ 3 ] {} <Debug> HTTP-Session: a7e9d3a2-8ec6-4e44-80b2-f517c1146b0e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
511 | 2024.05.01 05:12:27.526408 [ 3 ] {} <Trace> HTTP-Session: a7e9d3a2-8ec6-4e44-80b2-f517c1146b0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
512 | 2024.05.01 05:12:27.526600 [ 3 ] {3d37f33a-6366-4235-b890-8d6c7689bb82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63829) 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.05.01 05:12:27.526660 [ 3 ] {3d37f33a-6366-4235-b890-8d6c7689bb82} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
524 | 2024.05.01 05:12:27.528198 [ 3 ] {3d37f33a-6366-4235-b890-8d6c7689bb82} <Debug> oximeter.measurements_histogrami8 (45501a4f-4e8b-45e8-a291-0307074c84f1): Loading data parts | ||
525 | 2024.05.01 05:12:27.528323 [ 3 ] {3d37f33a-6366-4235-b890-8d6c7689bb82} <Debug> oximeter.measurements_histogrami8 (45501a4f-4e8b-45e8-a291-0307074c84f1): There are no data parts | ||
526 | 2024.05.01 05:12:27.529824 [ 3 ] {3d37f33a-6366-4235-b890-8d6c7689bb82} <Debug> DynamicQueryHandler: Done processing query | ||
527 | 2024.05.01 05:12:27.529850 [ 3 ] {} <Debug> HTTP-Session: a7e9d3a2-8ec6-4e44-80b2-f517c1146b0e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
528 | 2024.05.01 05:12:27.529959 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63829, User-Agent: (none), Length: 373, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
529 | 2024.05.01 05:12:27.530010 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
530 | 2024.05.01 05:12:27.530035 [ 3 ] {} <Debug> HTTP-Session: 6f7a0ff2-1e61-4cb5-93db-a26bb6b93f9b Authenticating user 'default' from [fd00:1122:3344:101::d]:63829 | ||
531 | 2024.05.01 05:12:27.530050 [ 3 ] {} <Debug> HTTP-Session: 6f7a0ff2-1e61-4cb5-93db-a26bb6b93f9b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
532 | 2024.05.01 05:12:27.530069 [ 3 ] {} <Debug> HTTP-Session: 6f7a0ff2-1e61-4cb5-93db-a26bb6b93f9b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
533 | 2024.05.01 05:12:27.530098 [ 3 ] {} <Trace> HTTP-Session: 6f7a0ff2-1e61-4cb5-93db-a26bb6b93f9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
534 | 2024.05.01 05:12:27.530287 [ 3 ] {d5c09437-6972-46ac-9c8d-a2514960d168} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63829) 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.05.01 05:12:27.530343 [ 3 ] {d5c09437-6972-46ac-9c8d-a2514960d168} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
536 | 2024.05.01 05:12:27.531874 [ 3 ] {d5c09437-6972-46ac-9c8d-a2514960d168} <Debug> oximeter.measurements_histogramu8 (a9f29cb4-a96c-4fcf-b9f5-30390201476b): Loading data parts | ||
537 | 2024.05.01 05:12:27.532013 [ 3 ] {d5c09437-6972-46ac-9c8d-a2514960d168} <Debug> oximeter.measurements_histogramu8 (a9f29cb4-a96c-4fcf-b9f5-30390201476b): There are no data parts | ||
538 | 2024.05.01 05:12:27.533492 [ 3 ] {d5c09437-6972-46ac-9c8d-a2514960d168} <Debug> DynamicQueryHandler: Done processing query | ||
539 | 2024.05.01 05:12:27.533524 [ 3 ] {} <Debug> HTTP-Session: 6f7a0ff2-1e61-4cb5-93db-a26bb6b93f9b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
540 | 2024.05.01 05:12:27.533620 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63829, User-Agent: (none), Length: 374, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
541 | 2024.05.01 05:12:27.533677 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
542 | 2024.05.01 05:12:27.533702 [ 3 ] {} <Debug> HTTP-Session: 567a5f64-5e59-4997-bd4e-80a4ba940365 Authenticating user 'default' from [fd00:1122:3344:101::d]:63829 | ||
543 | 2024.05.01 05:12:27.533723 [ 3 ] {} <Debug> HTTP-Session: 567a5f64-5e59-4997-bd4e-80a4ba940365 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
544 | 2024.05.01 05:12:27.533736 [ 3 ] {} <Debug> HTTP-Session: 567a5f64-5e59-4997-bd4e-80a4ba940365 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
545 | 2024.05.01 05:12:27.533769 [ 3 ] {} <Trace> HTTP-Session: 567a5f64-5e59-4997-bd4e-80a4ba940365 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
546 | 2024.05.01 05:12:27.533961 [ 3 ] {2c0d90ef-8244-4e63-b7d6-04e106b2792e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63829) 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.05.01 05:12:27.534016 [ 3 ] {2c0d90ef-8244-4e63-b7d6-04e106b2792e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
548 | 2024.05.01 05:12:27.535566 [ 3 ] {2c0d90ef-8244-4e63-b7d6-04e106b2792e} <Debug> oximeter.measurements_histogrami16 (45989371-c2b2-4324-af92-0db68647e7f2): Loading data parts | ||
549 | 2024.05.01 05:12:27.535705 [ 3 ] {2c0d90ef-8244-4e63-b7d6-04e106b2792e} <Debug> oximeter.measurements_histogrami16 (45989371-c2b2-4324-af92-0db68647e7f2): There are no data parts | ||
550 | 2024.05.01 05:12:27.537247 [ 3 ] {2c0d90ef-8244-4e63-b7d6-04e106b2792e} <Debug> DynamicQueryHandler: Done processing query | ||
551 | 2024.05.01 05:12:27.537272 [ 3 ] {} <Debug> HTTP-Session: 567a5f64-5e59-4997-bd4e-80a4ba940365 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
552 | 2024.05.01 05:12:27.537378 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63829, User-Agent: (none), Length: 375, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
553 | 2024.05.01 05:12:27.537428 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
554 | 2024.05.01 05:12:27.537447 [ 3 ] {} <Debug> HTTP-Session: e9eb2543-3e70-4e5f-bdc8-3fbdfd621b79 Authenticating user 'default' from [fd00:1122:3344:101::d]:63829 | ||
555 | 2024.05.01 05:12:27.537467 [ 3 ] {} <Debug> HTTP-Session: e9eb2543-3e70-4e5f-bdc8-3fbdfd621b79 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
556 | 2024.05.01 05:12:27.537486 [ 3 ] {} <Debug> HTTP-Session: e9eb2543-3e70-4e5f-bdc8-3fbdfd621b79 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
557 | 2024.05.01 05:12:27.537515 [ 3 ] {} <Trace> HTTP-Session: e9eb2543-3e70-4e5f-bdc8-3fbdfd621b79 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
558 | 2024.05.01 05:12:27.537702 [ 3 ] {8e08feca-941a-467b-ade9-6ca9e65459c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63829) 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.05.01 05:12:27.537765 [ 3 ] {8e08feca-941a-467b-ade9-6ca9e65459c2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
560 | 2024.05.01 05:12:27.539424 [ 3 ] {8e08feca-941a-467b-ade9-6ca9e65459c2} <Debug> oximeter.measurements_histogramu16 (17f3257a-50a8-4af9-9eaf-6a065f7695f6): Loading data parts | ||
561 | 2024.05.01 05:12:27.539536 [ 3 ] {8e08feca-941a-467b-ade9-6ca9e65459c2} <Debug> oximeter.measurements_histogramu16 (17f3257a-50a8-4af9-9eaf-6a065f7695f6): There are no data parts | ||
562 | 2024.05.01 05:12:27.541055 [ 3 ] {8e08feca-941a-467b-ade9-6ca9e65459c2} <Debug> DynamicQueryHandler: Done processing query | ||
563 | 2024.05.01 05:12:27.541098 [ 3 ] {} <Debug> HTTP-Session: e9eb2543-3e70-4e5f-bdc8-3fbdfd621b79 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
564 | 2024.05.01 05:12:27.541207 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63829, User-Agent: (none), Length: 374, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
565 | 2024.05.01 05:12:27.541259 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
566 | 2024.05.01 05:12:27.541284 [ 3 ] {} <Debug> HTTP-Session: 300fa5ec-f07a-4cd7-90a8-ed537ff42137 Authenticating user 'default' from [fd00:1122:3344:101::d]:63829 | ||
567 | 2024.05.01 05:12:27.541300 [ 3 ] {} <Debug> HTTP-Session: 300fa5ec-f07a-4cd7-90a8-ed537ff42137 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
568 | 2024.05.01 05:12:27.541318 [ 3 ] {} <Debug> HTTP-Session: 300fa5ec-f07a-4cd7-90a8-ed537ff42137 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
569 | 2024.05.01 05:12:27.541358 [ 3 ] {} <Trace> HTTP-Session: 300fa5ec-f07a-4cd7-90a8-ed537ff42137 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
570 | 2024.05.01 05:12:27.541541 [ 3 ] {5e338fc1-5754-47c1-a8ee-8811bf7a52bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63829) 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.05.01 05:12:27.541597 [ 3 ] {5e338fc1-5754-47c1-a8ee-8811bf7a52bf} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
572 | 2024.05.01 05:12:27.543176 [ 3 ] {5e338fc1-5754-47c1-a8ee-8811bf7a52bf} <Debug> oximeter.measurements_histogrami32 (a6e40d4d-6607-4c8e-b756-680ab222f9f8): Loading data parts | ||
573 | 2024.05.01 05:12:27.543297 [ 3 ] {5e338fc1-5754-47c1-a8ee-8811bf7a52bf} <Debug> oximeter.measurements_histogrami32 (a6e40d4d-6607-4c8e-b756-680ab222f9f8): There are no data parts | ||
574 | 2024.05.01 05:12:27.544775 [ 3 ] {5e338fc1-5754-47c1-a8ee-8811bf7a52bf} <Debug> DynamicQueryHandler: Done processing query | ||
575 | 2024.05.01 05:12:27.544808 [ 3 ] {} <Debug> HTTP-Session: 300fa5ec-f07a-4cd7-90a8-ed537ff42137 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
576 | 2024.05.01 05:12:27.544917 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63829, User-Agent: (none), Length: 375, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
577 | 2024.05.01 05:12:27.544967 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
578 | 2024.05.01 05:12:27.544986 [ 3 ] {} <Debug> HTTP-Session: 6a3dc8c3-98df-4f85-8995-c58a178e22bf Authenticating user 'default' from [fd00:1122:3344:101::d]:63829 | ||
579 | 2024.05.01 05:12:27.545021 [ 3 ] {} <Debug> HTTP-Session: 6a3dc8c3-98df-4f85-8995-c58a178e22bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
580 | 2024.05.01 05:12:27.545034 [ 3 ] {} <Debug> HTTP-Session: 6a3dc8c3-98df-4f85-8995-c58a178e22bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
581 | 2024.05.01 05:12:27.545068 [ 3 ] {} <Trace> HTTP-Session: 6a3dc8c3-98df-4f85-8995-c58a178e22bf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
582 | 2024.05.01 05:12:27.545269 [ 3 ] {648e2c54-9a7a-4203-89cf-4050663169a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63829) 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.05.01 05:12:27.545326 [ 3 ] {648e2c54-9a7a-4203-89cf-4050663169a9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
584 | 2024.05.01 05:12:27.546940 [ 3 ] {648e2c54-9a7a-4203-89cf-4050663169a9} <Debug> oximeter.measurements_histogramu32 (60b0b030-1be0-4708-8bc0-af502c1399e2): Loading data parts | ||
585 | 2024.05.01 05:12:27.547099 [ 3 ] {648e2c54-9a7a-4203-89cf-4050663169a9} <Debug> oximeter.measurements_histogramu32 (60b0b030-1be0-4708-8bc0-af502c1399e2): There are no data parts | ||
586 | 2024.05.01 05:12:27.548605 [ 3 ] {648e2c54-9a7a-4203-89cf-4050663169a9} <Debug> DynamicQueryHandler: Done processing query | ||
587 | 2024.05.01 05:12:27.548630 [ 3 ] {} <Debug> HTTP-Session: 6a3dc8c3-98df-4f85-8995-c58a178e22bf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
588 | 2024.05.01 05:12:27.548759 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63829, User-Agent: (none), Length: 374, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
589 | 2024.05.01 05:12:27.548823 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
590 | 2024.05.01 05:12:27.548849 [ 3 ] {} <Debug> HTTP-Session: d53d43c1-e2fc-4100-be89-6716c59ec88c Authenticating user 'default' from [fd00:1122:3344:101::d]:63829 | ||
591 | 2024.05.01 05:12:27.548865 [ 3 ] {} <Debug> HTTP-Session: d53d43c1-e2fc-4100-be89-6716c59ec88c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
592 | 2024.05.01 05:12:27.548884 [ 3 ] {} <Debug> HTTP-Session: d53d43c1-e2fc-4100-be89-6716c59ec88c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
593 | 2024.05.01 05:12:27.548913 [ 3 ] {} <Trace> HTTP-Session: d53d43c1-e2fc-4100-be89-6716c59ec88c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
594 | 2024.05.01 05:12:27.549108 [ 3 ] {d424236e-7543-495c-978a-383aa9d108a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63829) 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.05.01 05:12:27.549165 [ 3 ] {d424236e-7543-495c-978a-383aa9d108a4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
596 | 2024.05.01 05:12:27.550712 [ 3 ] {d424236e-7543-495c-978a-383aa9d108a4} <Debug> oximeter.measurements_histogrami64 (e5f4a530-352b-4498-aa62-41f3845389ed): Loading data parts | ||
597 | 2024.05.01 05:12:27.550870 [ 3 ] {d424236e-7543-495c-978a-383aa9d108a4} <Debug> oximeter.measurements_histogrami64 (e5f4a530-352b-4498-aa62-41f3845389ed): There are no data parts | ||
598 | 2024.05.01 05:12:27.552386 [ 3 ] {d424236e-7543-495c-978a-383aa9d108a4} <Debug> DynamicQueryHandler: Done processing query | ||
599 | 2024.05.01 05:12:27.552411 [ 3 ] {} <Debug> HTTP-Session: d53d43c1-e2fc-4100-be89-6716c59ec88c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
600 | 2024.05.01 05:12:27.552509 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63829, User-Agent: (none), Length: 375, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
601 | 2024.05.01 05:12:27.552576 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
602 | 2024.05.01 05:12:27.552594 [ 3 ] {} <Debug> HTTP-Session: 9633f635-4749-446c-869a-b42851c529a1 Authenticating user 'default' from [fd00:1122:3344:101::d]:63829 | ||
603 | 2024.05.01 05:12:27.552617 [ 3 ] {} <Debug> HTTP-Session: 9633f635-4749-446c-869a-b42851c529a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
604 | 2024.05.01 05:12:27.552631 [ 3 ] {} <Debug> HTTP-Session: 9633f635-4749-446c-869a-b42851c529a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
605 | 2024.05.01 05:12:27.552666 [ 3 ] {} <Trace> HTTP-Session: 9633f635-4749-446c-869a-b42851c529a1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
606 | 2024.05.01 05:12:27.552856 [ 3 ] {af6f2f6c-2a76-44e8-a923-9144170a41e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63829) 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.05.01 05:12:27.552914 [ 3 ] {af6f2f6c-2a76-44e8-a923-9144170a41e0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
608 | 2024.05.01 05:12:27.554481 [ 3 ] {af6f2f6c-2a76-44e8-a923-9144170a41e0} <Debug> oximeter.measurements_histogramu64 (ee43db70-bf88-453d-aca3-a4b9ae371fa9): Loading data parts | ||
609 | 2024.05.01 05:12:27.554689 [ 3 ] {af6f2f6c-2a76-44e8-a923-9144170a41e0} <Debug> oximeter.measurements_histogramu64 (ee43db70-bf88-453d-aca3-a4b9ae371fa9): There are no data parts | ||
610 | 2024.05.01 05:12:27.555933 [ 3 ] {af6f2f6c-2a76-44e8-a923-9144170a41e0} <Debug> DynamicQueryHandler: Done processing query | ||
611 | 2024.05.01 05:12:27.555958 [ 3 ] {} <Debug> HTTP-Session: 9633f635-4749-446c-869a-b42851c529a1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
612 | 2024.05.01 05:12:27.556076 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63829, User-Agent: (none), Length: 376, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
613 | 2024.05.01 05:12:27.556129 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
614 | 2024.05.01 05:12:27.556155 [ 3 ] {} <Debug> HTTP-Session: 8f15e949-88d6-481a-bb08-fbc431300b2d Authenticating user 'default' from [fd00:1122:3344:101::d]:63829 | ||
615 | 2024.05.01 05:12:27.556171 [ 3 ] {} <Debug> HTTP-Session: 8f15e949-88d6-481a-bb08-fbc431300b2d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
616 | 2024.05.01 05:12:27.556190 [ 3 ] {} <Debug> HTTP-Session: 8f15e949-88d6-481a-bb08-fbc431300b2d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
617 | 2024.05.01 05:12:27.556225 [ 3 ] {} <Trace> HTTP-Session: 8f15e949-88d6-481a-bb08-fbc431300b2d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
618 | 2024.05.01 05:12:27.556409 [ 3 ] {559187f1-1ef9-4bc9-ac36-c8c890023860} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63829) 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.05.01 05:12:27.556474 [ 3 ] {559187f1-1ef9-4bc9-ac36-c8c890023860} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
620 | 2024.05.01 05:12:27.557995 [ 3 ] {559187f1-1ef9-4bc9-ac36-c8c890023860} <Debug> oximeter.measurements_histogramf32 (29c48290-10fe-44e5-b530-1e487f778459): Loading data parts | ||
621 | 2024.05.01 05:12:27.558168 [ 3 ] {559187f1-1ef9-4bc9-ac36-c8c890023860} <Debug> oximeter.measurements_histogramf32 (29c48290-10fe-44e5-b530-1e487f778459): There are no data parts | ||
622 | 2024.05.01 05:12:27.559326 [ 3 ] {559187f1-1ef9-4bc9-ac36-c8c890023860} <Debug> DynamicQueryHandler: Done processing query | ||
623 | 2024.05.01 05:12:27.559361 [ 3 ] {} <Debug> HTTP-Session: 8f15e949-88d6-481a-bb08-fbc431300b2d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
624 | 2024.05.01 05:12:27.559474 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63829, User-Agent: (none), Length: 376, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
625 | 2024.05.01 05:12:27.559521 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
626 | 2024.05.01 05:12:27.559547 [ 3 ] {} <Debug> HTTP-Session: 6d3f55d5-e673-4f71-9ffb-9f640aa0c343 Authenticating user 'default' from [fd00:1122:3344:101::d]:63829 | ||
627 | 2024.05.01 05:12:27.559569 [ 3 ] {} <Debug> HTTP-Session: 6d3f55d5-e673-4f71-9ffb-9f640aa0c343 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
628 | 2024.05.01 05:12:27.559583 [ 3 ] {} <Debug> HTTP-Session: 6d3f55d5-e673-4f71-9ffb-9f640aa0c343 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
629 | 2024.05.01 05:12:27.559617 [ 3 ] {} <Trace> HTTP-Session: 6d3f55d5-e673-4f71-9ffb-9f640aa0c343 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
630 | 2024.05.01 05:12:27.559816 [ 3 ] {123edaeb-0c71-401b-a441-43896d9df094} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63829) 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.05.01 05:12:27.559874 [ 3 ] {123edaeb-0c71-401b-a441-43896d9df094} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
632 | 2024.05.01 05:12:27.561397 [ 3 ] {123edaeb-0c71-401b-a441-43896d9df094} <Debug> oximeter.measurements_histogramf64 (02762c72-3303-43a9-a3f1-2d89b26a797e): Loading data parts | ||
633 | 2024.05.01 05:12:27.561684 [ 3 ] {123edaeb-0c71-401b-a441-43896d9df094} <Debug> oximeter.measurements_histogramf64 (02762c72-3303-43a9-a3f1-2d89b26a797e): There are no data parts | ||
634 | 2024.05.01 05:12:27.563035 [ 3 ] {123edaeb-0c71-401b-a441-43896d9df094} <Debug> DynamicQueryHandler: Done processing query | ||
635 | 2024.05.01 05:12:27.563062 [ 3 ] {} <Debug> HTTP-Session: 6d3f55d5-e673-4f71-9ffb-9f640aa0c343 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
636 | 2024.05.01 05:12:27.563175 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63829, User-Agent: (none), Length: 1196, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
637 | 2024.05.01 05:12:27.563229 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
638 | 2024.05.01 05:12:27.563248 [ 3 ] {} <Debug> HTTP-Session: 628837bf-62ea-4a57-9a8c-17ed9b884ce2 Authenticating user 'default' from [fd00:1122:3344:101::d]:63829 | ||
639 | 2024.05.01 05:12:27.563271 [ 3 ] {} <Debug> HTTP-Session: 628837bf-62ea-4a57-9a8c-17ed9b884ce2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
640 | 2024.05.01 05:12:27.563298 [ 3 ] {} <Debug> HTTP-Session: 628837bf-62ea-4a57-9a8c-17ed9b884ce2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
641 | 2024.05.01 05:12:27.563328 [ 3 ] {} <Trace> HTTP-Session: 628837bf-62ea-4a57-9a8c-17ed9b884ce2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
642 | 2024.05.01 05:12:27.563477 [ 3 ] {fb789b5e-c09e-4d51-98b1-21c497ba000c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63829) /* 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.05.01 05:12:27.563536 [ 3 ] {fb789b5e-c09e-4d51-98b1-21c497ba000c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
661 | 2024.05.01 05:12:27.564911 [ 3 ] {fb789b5e-c09e-4d51-98b1-21c497ba000c} <Debug> oximeter.fields_bool (3164a94d-5e1a-4b3f-ac70-229aebcb5190): Loading data parts | ||
662 | 2024.05.01 05:12:27.565082 [ 3 ] {fb789b5e-c09e-4d51-98b1-21c497ba000c} <Debug> oximeter.fields_bool (3164a94d-5e1a-4b3f-ac70-229aebcb5190): There are no data parts | ||
663 | 2024.05.01 05:12:27.566311 [ 3 ] {fb789b5e-c09e-4d51-98b1-21c497ba000c} <Debug> DynamicQueryHandler: Done processing query | ||
664 | 2024.05.01 05:12:27.566344 [ 3 ] {} <Debug> HTTP-Session: 628837bf-62ea-4a57-9a8c-17ed9b884ce2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
665 | 2024.05.01 05:12:27.566450 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63829, User-Agent: (none), Length: 248, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
666 | 2024.05.01 05:12:27.566496 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
667 | 2024.05.01 05:12:27.566522 [ 3 ] {} <Debug> HTTP-Session: cd4430e8-06ac-472e-a83e-e4bfc0c93604 Authenticating user 'default' from [fd00:1122:3344:101::d]:63829 | ||
668 | 2024.05.01 05:12:27.566545 [ 3 ] {} <Debug> HTTP-Session: cd4430e8-06ac-472e-a83e-e4bfc0c93604 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
669 | 2024.05.01 05:12:27.566558 [ 3 ] {} <Debug> HTTP-Session: cd4430e8-06ac-472e-a83e-e4bfc0c93604 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
670 | 2024.05.01 05:12:27.566594 [ 3 ] {} <Trace> HTTP-Session: cd4430e8-06ac-472e-a83e-e4bfc0c93604 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
671 | 2024.05.01 05:12:27.566738 [ 3 ] {9ebaf563-11db-4f25-9f68-27307bfd741d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63829) 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.05.01 05:12:27.566784 [ 3 ] {9ebaf563-11db-4f25-9f68-27307bfd741d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
673 | 2024.05.01 05:12:27.568139 [ 3 ] {9ebaf563-11db-4f25-9f68-27307bfd741d} <Debug> oximeter.fields_i8 (16bf335f-cc1c-4f4c-8537-f9a7ea9521a2): Loading data parts | ||
674 | 2024.05.01 05:12:27.568293 [ 3 ] {9ebaf563-11db-4f25-9f68-27307bfd741d} <Debug> oximeter.fields_i8 (16bf335f-cc1c-4f4c-8537-f9a7ea9521a2): There are no data parts | ||
675 | 2024.05.01 05:12:27.569521 [ 3 ] {9ebaf563-11db-4f25-9f68-27307bfd741d} <Debug> DynamicQueryHandler: Done processing query | ||
676 | 2024.05.01 05:12:27.569561 [ 3 ] {} <Debug> HTTP-Session: cd4430e8-06ac-472e-a83e-e4bfc0c93604 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
677 | 2024.05.01 05:12:27.569655 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63829, User-Agent: (none), Length: 249, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
678 | 2024.05.01 05:12:27.569709 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
679 | 2024.05.01 05:12:27.569736 [ 3 ] {} <Debug> HTTP-Session: 6fa3611e-cd14-4fed-bd5c-baf20b8746d5 Authenticating user 'default' from [fd00:1122:3344:101::d]:63829 | ||
680 | 2024.05.01 05:12:27.569752 [ 3 ] {} <Debug> HTTP-Session: 6fa3611e-cd14-4fed-bd5c-baf20b8746d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
681 | 2024.05.01 05:12:27.569772 [ 3 ] {} <Debug> HTTP-Session: 6fa3611e-cd14-4fed-bd5c-baf20b8746d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
682 | 2024.05.01 05:12:27.569808 [ 3 ] {} <Trace> HTTP-Session: 6fa3611e-cd14-4fed-bd5c-baf20b8746d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
683 | 2024.05.01 05:12:27.569947 [ 3 ] {e5124c43-0361-401b-9706-ca3dce1fc019} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63829) 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.05.01 05:12:27.569999 [ 3 ] {e5124c43-0361-401b-9706-ca3dce1fc019} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
685 | 2024.05.01 05:12:27.571355 [ 3 ] {e5124c43-0361-401b-9706-ca3dce1fc019} <Debug> oximeter.fields_u8 (5efac08e-013d-4199-9ac7-06a5719590ea): Loading data parts | ||
686 | 2024.05.01 05:12:27.571579 [ 3 ] {e5124c43-0361-401b-9706-ca3dce1fc019} <Debug> oximeter.fields_u8 (5efac08e-013d-4199-9ac7-06a5719590ea): There are no data parts | ||
687 | 2024.05.01 05:12:27.572838 [ 3 ] {e5124c43-0361-401b-9706-ca3dce1fc019} <Debug> DynamicQueryHandler: Done processing query | ||
688 | 2024.05.01 05:12:27.572862 [ 3 ] {} <Debug> HTTP-Session: 6fa3611e-cd14-4fed-bd5c-baf20b8746d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
689 | 2024.05.01 05:12:27.572978 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63829, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
690 | 2024.05.01 05:12:27.573034 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
691 | 2024.05.01 05:12:27.573052 [ 3 ] {} <Debug> HTTP-Session: 3b254345-4de5-4cd4-9ec8-3eb403dee802 Authenticating user 'default' from [fd00:1122:3344:101::d]:63829 | ||
692 | 2024.05.01 05:12:27.573076 [ 3 ] {} <Debug> HTTP-Session: 3b254345-4de5-4cd4-9ec8-3eb403dee802 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
693 | 2024.05.01 05:12:27.573096 [ 3 ] {} <Debug> HTTP-Session: 3b254345-4de5-4cd4-9ec8-3eb403dee802 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
694 | 2024.05.01 05:12:27.573125 [ 3 ] {} <Trace> HTTP-Session: 3b254345-4de5-4cd4-9ec8-3eb403dee802 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
695 | 2024.05.01 05:12:27.573270 [ 3 ] {170e477d-d8d2-422a-a92d-3499dfdb4926} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63829) 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.05.01 05:12:27.573325 [ 3 ] {170e477d-d8d2-422a-a92d-3499dfdb4926} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
697 | 2024.05.01 05:12:27.574672 [ 3 ] {170e477d-d8d2-422a-a92d-3499dfdb4926} <Debug> oximeter.fields_i16 (865d8efc-ea7a-4cff-8d8b-637d11b52ba8): Loading data parts | ||
698 | 2024.05.01 05:12:27.574826 [ 3 ] {170e477d-d8d2-422a-a92d-3499dfdb4926} <Debug> oximeter.fields_i16 (865d8efc-ea7a-4cff-8d8b-637d11b52ba8): There are no data parts | ||
699 | 2024.05.01 05:12:27.576094 [ 3 ] {170e477d-d8d2-422a-a92d-3499dfdb4926} <Debug> DynamicQueryHandler: Done processing query | ||
700 | 2024.05.01 05:12:27.576120 [ 3 ] {} <Debug> HTTP-Session: 3b254345-4de5-4cd4-9ec8-3eb403dee802 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
701 | 2024.05.01 05:12:27.576225 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63829, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
702 | 2024.05.01 05:12:27.576279 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
703 | 2024.05.01 05:12:27.576298 [ 3 ] {} <Debug> HTTP-Session: 0952d50a-b659-4ab6-8bd3-6c72f222c547 Authenticating user 'default' from [fd00:1122:3344:101::d]:63829 | ||
704 | 2024.05.01 05:12:27.576321 [ 3 ] {} <Debug> HTTP-Session: 0952d50a-b659-4ab6-8bd3-6c72f222c547 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
705 | 2024.05.01 05:12:27.576341 [ 3 ] {} <Debug> HTTP-Session: 0952d50a-b659-4ab6-8bd3-6c72f222c547 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
706 | 2024.05.01 05:12:27.576371 [ 3 ] {} <Trace> HTTP-Session: 0952d50a-b659-4ab6-8bd3-6c72f222c547 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
707 | 2024.05.01 05:12:27.576523 [ 3 ] {802e2add-7ae4-4bb1-ac86-156be58b3d97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63829) 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.05.01 05:12:27.576576 [ 3 ] {802e2add-7ae4-4bb1-ac86-156be58b3d97} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
709 | 2024.05.01 05:12:27.577918 [ 3 ] {802e2add-7ae4-4bb1-ac86-156be58b3d97} <Debug> oximeter.fields_u16 (c1f4c012-aa93-46bc-a412-1c1afd990b15): Loading data parts | ||
710 | 2024.05.01 05:12:27.578076 [ 3 ] {802e2add-7ae4-4bb1-ac86-156be58b3d97} <Debug> oximeter.fields_u16 (c1f4c012-aa93-46bc-a412-1c1afd990b15): There are no data parts | ||
711 | 2024.05.01 05:12:27.579319 [ 3 ] {802e2add-7ae4-4bb1-ac86-156be58b3d97} <Debug> DynamicQueryHandler: Done processing query | ||
712 | 2024.05.01 05:12:27.579344 [ 3 ] {} <Debug> HTTP-Session: 0952d50a-b659-4ab6-8bd3-6c72f222c547 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
713 | 2024.05.01 05:12:27.579449 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63829, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
714 | 2024.05.01 05:12:27.579504 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
715 | 2024.05.01 05:12:27.579523 [ 3 ] {} <Debug> HTTP-Session: ee5c04d3-3c4c-4cfb-a86c-a9cdcc4de2d2 Authenticating user 'default' from [fd00:1122:3344:101::d]:63829 | ||
716 | 2024.05.01 05:12:27.579546 [ 3 ] {} <Debug> HTTP-Session: ee5c04d3-3c4c-4cfb-a86c-a9cdcc4de2d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
717 | 2024.05.01 05:12:27.579573 [ 3 ] {} <Debug> HTTP-Session: ee5c04d3-3c4c-4cfb-a86c-a9cdcc4de2d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
718 | 2024.05.01 05:12:27.579603 [ 3 ] {} <Trace> HTTP-Session: ee5c04d3-3c4c-4cfb-a86c-a9cdcc4de2d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
719 | 2024.05.01 05:12:27.579747 [ 3 ] {0873bb53-f951-4705-a04c-a32d2f073119} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63829) 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.05.01 05:12:27.579799 [ 3 ] {0873bb53-f951-4705-a04c-a32d2f073119} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
721 | 2024.05.01 05:12:27.581158 [ 3 ] {0873bb53-f951-4705-a04c-a32d2f073119} <Debug> oximeter.fields_i32 (ab82aa7a-0c58-4680-8265-11342a132b2f): Loading data parts | ||
722 | 2024.05.01 05:12:27.581307 [ 3 ] {0873bb53-f951-4705-a04c-a32d2f073119} <Debug> oximeter.fields_i32 (ab82aa7a-0c58-4680-8265-11342a132b2f): There are no data parts | ||
723 | 2024.05.01 05:12:27.582458 [ 3 ] {0873bb53-f951-4705-a04c-a32d2f073119} <Debug> DynamicQueryHandler: Done processing query | ||
724 | 2024.05.01 05:12:27.582493 [ 3 ] {} <Debug> HTTP-Session: ee5c04d3-3c4c-4cfb-a86c-a9cdcc4de2d2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
725 | 2024.05.01 05:12:27.582607 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63829, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
726 | 2024.05.01 05:12:27.582652 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
727 | 2024.05.01 05:12:27.582679 [ 3 ] {} <Debug> HTTP-Session: 98ae7e0d-a6e2-457d-9cb8-5a8c69645b54 Authenticating user 'default' from [fd00:1122:3344:101::d]:63829 | ||
728 | 2024.05.01 05:12:27.582709 [ 3 ] {} <Debug> HTTP-Session: 98ae7e0d-a6e2-457d-9cb8-5a8c69645b54 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
729 | 2024.05.01 05:12:27.582723 [ 3 ] {} <Debug> HTTP-Session: 98ae7e0d-a6e2-457d-9cb8-5a8c69645b54 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
730 | 2024.05.01 05:12:27.582758 [ 3 ] {} <Trace> HTTP-Session: 98ae7e0d-a6e2-457d-9cb8-5a8c69645b54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
731 | 2024.05.01 05:12:27.582904 [ 3 ] {8145457c-c0c3-4786-b531-cd74111acb89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63829) 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.05.01 05:12:27.582950 [ 3 ] {8145457c-c0c3-4786-b531-cd74111acb89} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
733 | 2024.05.01 05:12:27.584297 [ 3 ] {8145457c-c0c3-4786-b531-cd74111acb89} <Debug> oximeter.fields_u32 (50362f62-d65b-4f81-9298-86cb5196b4db): Loading data parts | ||
734 | 2024.05.01 05:12:27.584502 [ 3 ] {8145457c-c0c3-4786-b531-cd74111acb89} <Debug> oximeter.fields_u32 (50362f62-d65b-4f81-9298-86cb5196b4db): There are no data parts | ||
735 | 2024.05.01 05:12:27.585666 [ 3 ] {8145457c-c0c3-4786-b531-cd74111acb89} <Debug> DynamicQueryHandler: Done processing query | ||
736 | 2024.05.01 05:12:27.585701 [ 3 ] {} <Debug> HTTP-Session: 98ae7e0d-a6e2-457d-9cb8-5a8c69645b54 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
737 | 2024.05.01 05:12:27.585825 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63829, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
738 | 2024.05.01 05:12:27.585879 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
739 | 2024.05.01 05:12:27.585915 [ 3 ] {} <Debug> HTTP-Session: 84d5e456-edc6-45a8-b55a-4f7aa8fb1151 Authenticating user 'default' from [fd00:1122:3344:101::d]:63829 | ||
740 | 2024.05.01 05:12:27.585931 [ 3 ] {} <Debug> HTTP-Session: 84d5e456-edc6-45a8-b55a-4f7aa8fb1151 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
741 | 2024.05.01 05:12:27.585950 [ 3 ] {} <Debug> HTTP-Session: 84d5e456-edc6-45a8-b55a-4f7aa8fb1151 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
742 | 2024.05.01 05:12:27.585995 [ 3 ] {} <Trace> HTTP-Session: 84d5e456-edc6-45a8-b55a-4f7aa8fb1151 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
743 | 2024.05.01 05:12:27.586140 [ 3 ] {601de6d6-e36f-4284-9266-93f44be5f874} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63829) 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.05.01 05:12:27.586187 [ 3 ] {601de6d6-e36f-4284-9266-93f44be5f874} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
745 | 2024.05.01 05:12:27.587543 [ 3 ] {601de6d6-e36f-4284-9266-93f44be5f874} <Debug> oximeter.fields_i64 (18900a19-f0e8-46d7-bcdf-2fbf35506d05): Loading data parts | ||
746 | 2024.05.01 05:12:27.587697 [ 3 ] {601de6d6-e36f-4284-9266-93f44be5f874} <Debug> oximeter.fields_i64 (18900a19-f0e8-46d7-bcdf-2fbf35506d05): There are no data parts | ||
747 | 2024.05.01 05:12:27.588842 [ 3 ] {601de6d6-e36f-4284-9266-93f44be5f874} <Debug> DynamicQueryHandler: Done processing query | ||
748 | 2024.05.01 05:12:27.588868 [ 3 ] {} <Debug> HTTP-Session: 84d5e456-edc6-45a8-b55a-4f7aa8fb1151 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
749 | 2024.05.01 05:12:27.588981 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63829, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
750 | 2024.05.01 05:12:27.589041 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
751 | 2024.05.01 05:12:27.589066 [ 3 ] {} <Debug> HTTP-Session: 684cf8c9-a212-40fc-9688-ac3ba6e4cdb6 Authenticating user 'default' from [fd00:1122:3344:101::d]:63829 | ||
752 | 2024.05.01 05:12:27.589083 [ 3 ] {} <Debug> HTTP-Session: 684cf8c9-a212-40fc-9688-ac3ba6e4cdb6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
753 | 2024.05.01 05:12:27.589104 [ 3 ] {} <Debug> HTTP-Session: 684cf8c9-a212-40fc-9688-ac3ba6e4cdb6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
754 | 2024.05.01 05:12:27.589140 [ 3 ] {} <Trace> HTTP-Session: 684cf8c9-a212-40fc-9688-ac3ba6e4cdb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
755 | 2024.05.01 05:12:27.589284 [ 3 ] {7e29a577-cba0-4728-a50d-f3f912731599} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63829) 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.05.01 05:12:27.589330 [ 3 ] {7e29a577-cba0-4728-a50d-f3f912731599} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
757 | 2024.05.01 05:12:27.590685 [ 3 ] {7e29a577-cba0-4728-a50d-f3f912731599} <Debug> oximeter.fields_u64 (3a102d2f-cfed-4a98-b3be-b1b0e45dc6af): Loading data parts | ||
758 | 2024.05.01 05:12:27.590912 [ 3 ] {7e29a577-cba0-4728-a50d-f3f912731599} <Debug> oximeter.fields_u64 (3a102d2f-cfed-4a98-b3be-b1b0e45dc6af): There are no data parts | ||
759 | 2024.05.01 05:12:27.592033 [ 3 ] {7e29a577-cba0-4728-a50d-f3f912731599} <Debug> DynamicQueryHandler: Done processing query | ||
760 | 2024.05.01 05:12:27.592058 [ 3 ] {} <Debug> HTTP-Session: 684cf8c9-a212-40fc-9688-ac3ba6e4cdb6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
761 | 2024.05.01 05:12:27.592170 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63829, User-Agent: (none), Length: 252, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
762 | 2024.05.01 05:12:27.592279 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
763 | 2024.05.01 05:12:27.592299 [ 3 ] {} <Debug> HTTP-Session: a8ad3aef-2c80-477a-a314-b9c52f53bfab Authenticating user 'default' from [fd00:1122:3344:101::d]:63829 | ||
764 | 2024.05.01 05:12:27.592316 [ 3 ] {} <Debug> HTTP-Session: a8ad3aef-2c80-477a-a314-b9c52f53bfab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
765 | 2024.05.01 05:12:27.592337 [ 3 ] {} <Debug> HTTP-Session: a8ad3aef-2c80-477a-a314-b9c52f53bfab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
766 | 2024.05.01 05:12:27.592368 [ 3 ] {} <Trace> HTTP-Session: a8ad3aef-2c80-477a-a314-b9c52f53bfab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
767 | 2024.05.01 05:12:27.592507 [ 3 ] {8cab6587-8163-460a-ae86-79cad1debbe3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63829) 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.05.01 05:12:27.592555 [ 3 ] {8cab6587-8163-460a-ae86-79cad1debbe3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
769 | 2024.05.01 05:12:27.593880 [ 3 ] {8cab6587-8163-460a-ae86-79cad1debbe3} <Debug> oximeter.fields_ipaddr (1c71e044-a152-4ad0-b7b7-42f7436ab394): Loading data parts | ||
770 | 2024.05.01 05:12:27.594038 [ 3 ] {8cab6587-8163-460a-ae86-79cad1debbe3} <Debug> oximeter.fields_ipaddr (1c71e044-a152-4ad0-b7b7-42f7436ab394): There are no data parts | ||
771 | 2024.05.01 05:12:27.595171 [ 3 ] {8cab6587-8163-460a-ae86-79cad1debbe3} <Debug> DynamicQueryHandler: Done processing query | ||
772 | 2024.05.01 05:12:27.595196 [ 3 ] {} <Debug> HTTP-Session: a8ad3aef-2c80-477a-a314-b9c52f53bfab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
773 | 2024.05.01 05:12:27.595306 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63829, User-Agent: (none), Length: 254, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
774 | 2024.05.01 05:12:27.595352 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
775 | 2024.05.01 05:12:27.595371 [ 3 ] {} <Debug> HTTP-Session: a852a145-a117-44be-9a08-66c789f9d2c2 Authenticating user 'default' from [fd00:1122:3344:101::d]:63829 | ||
776 | 2024.05.01 05:12:27.595387 [ 3 ] {} <Debug> HTTP-Session: a852a145-a117-44be-9a08-66c789f9d2c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
777 | 2024.05.01 05:12:27.595402 [ 3 ] {} <Debug> HTTP-Session: a852a145-a117-44be-9a08-66c789f9d2c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
778 | 2024.05.01 05:12:27.595432 [ 3 ] {} <Trace> HTTP-Session: a852a145-a117-44be-9a08-66c789f9d2c2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
779 | 2024.05.01 05:12:27.595572 [ 3 ] {091603fa-eb54-4a47-8403-691f06c60c63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63829) 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.05.01 05:12:27.595611 [ 3 ] {091603fa-eb54-4a47-8403-691f06c60c63} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
781 | 2024.05.01 05:12:27.596941 [ 3 ] {091603fa-eb54-4a47-8403-691f06c60c63} <Debug> oximeter.fields_string (02833c99-4351-41a4-861a-5dfe2852a250): Loading data parts | ||
782 | 2024.05.01 05:12:27.597081 [ 3 ] {091603fa-eb54-4a47-8403-691f06c60c63} <Debug> oximeter.fields_string (02833c99-4351-41a4-861a-5dfe2852a250): There are no data parts | ||
783 | 2024.05.01 05:12:27.598296 [ 3 ] {091603fa-eb54-4a47-8403-691f06c60c63} <Debug> DynamicQueryHandler: Done processing query | ||
784 | 2024.05.01 05:12:27.598322 [ 3 ] {} <Debug> HTTP-Session: a852a145-a117-44be-9a08-66c789f9d2c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
785 | 2024.05.01 05:12:27.598423 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63829, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
786 | 2024.05.01 05:12:27.598469 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
787 | 2024.05.01 05:12:27.598488 [ 3 ] {} <Debug> HTTP-Session: 0b559fad-969b-4bc1-a103-fd684f96dc7e Authenticating user 'default' from [fd00:1122:3344:101::d]:63829 | ||
788 | 2024.05.01 05:12:27.598504 [ 3 ] {} <Debug> HTTP-Session: 0b559fad-969b-4bc1-a103-fd684f96dc7e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
789 | 2024.05.01 05:12:27.598518 [ 3 ] {} <Debug> HTTP-Session: 0b559fad-969b-4bc1-a103-fd684f96dc7e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
790 | 2024.05.01 05:12:27.598548 [ 3 ] {} <Trace> HTTP-Session: 0b559fad-969b-4bc1-a103-fd684f96dc7e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
791 | 2024.05.01 05:12:27.598687 [ 3 ] {62451207-329a-4eec-94f6-b669b17c814a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63829) 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.05.01 05:12:27.598727 [ 3 ] {62451207-329a-4eec-94f6-b669b17c814a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
793 | 2024.05.01 05:12:27.600146 [ 3 ] {62451207-329a-4eec-94f6-b669b17c814a} <Debug> oximeter.fields_uuid (55f601b6-7d16-43f5-9abb-35fe5f2ebeb7): Loading data parts | ||
794 | 2024.05.01 05:12:27.600352 [ 3 ] {62451207-329a-4eec-94f6-b669b17c814a} <Debug> oximeter.fields_uuid (55f601b6-7d16-43f5-9abb-35fe5f2ebeb7): There are no data parts | ||
795 | 2024.05.01 05:12:27.601492 [ 3 ] {62451207-329a-4eec-94f6-b669b17c814a} <Debug> DynamicQueryHandler: Done processing query | ||
796 | 2024.05.01 05:12:27.601518 [ 3 ] {} <Debug> HTTP-Session: 0b559fad-969b-4bc1-a103-fd684f96dc7e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
797 | 2024.05.01 05:12:27.601632 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63829, User-Agent: (none), Length: 1416, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
798 | 2024.05.01 05:12:27.601679 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
799 | 2024.05.01 05:12:27.601698 [ 3 ] {} <Debug> HTTP-Session: 104ad61e-e039-4119-81b0-59d28ecbfbf5 Authenticating user 'default' from [fd00:1122:3344:101::d]:63829 | ||
800 | 2024.05.01 05:12:27.601715 [ 3 ] {} <Debug> HTTP-Session: 104ad61e-e039-4119-81b0-59d28ecbfbf5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
801 | 2024.05.01 05:12:27.601729 [ 3 ] {} <Debug> HTTP-Session: 104ad61e-e039-4119-81b0-59d28ecbfbf5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
802 | 2024.05.01 05:12:27.601759 [ 3 ] {} <Trace> HTTP-Session: 104ad61e-e039-4119-81b0-59d28ecbfbf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
803 | 2024.05.01 05:12:27.601978 [ 3 ] {a2d132ac-2d3a-469c-9fbf-bd46701107ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63829) /* 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.05.01 05:12:27.602036 [ 3 ] {a2d132ac-2d3a-469c-9fbf-bd46701107ec} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
808 | 2024.05.01 05:12:27.603517 [ 3 ] {a2d132ac-2d3a-469c-9fbf-bd46701107ec} <Debug> oximeter.timeseries_schema (583d587a-70f7-4dfe-8df4-c5d96ea11ee7): Loading data parts | ||
809 | 2024.05.01 05:12:27.603673 [ 3 ] {a2d132ac-2d3a-469c-9fbf-bd46701107ec} <Debug> oximeter.timeseries_schema (583d587a-70f7-4dfe-8df4-c5d96ea11ee7): There are no data parts | ||
810 | 2024.05.01 05:12:27.604936 [ 3 ] {a2d132ac-2d3a-469c-9fbf-bd46701107ec} <Debug> DynamicQueryHandler: Done processing query | ||
811 | 2024.05.01 05:12:27.604962 [ 3 ] {} <Debug> HTTP-Session: 104ad61e-e039-4119-81b0-59d28ecbfbf5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
812 | 2024.05.01 05:12:27.605084 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63829, User-Agent: (none), Length: 51, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
813 | 2024.05.01 05:12:27.605134 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
814 | 2024.05.01 05:12:27.605152 [ 3 ] {} <Debug> HTTP-Session: 6d6485a4-6599-467b-b0eb-06f0c9f12234 Authenticating user 'default' from [fd00:1122:3344:101::d]:63829 | ||
815 | 2024.05.01 05:12:27.605168 [ 3 ] {} <Debug> HTTP-Session: 6d6485a4-6599-467b-b0eb-06f0c9f12234 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
816 | 2024.05.01 05:12:27.605182 [ 3 ] {} <Debug> HTTP-Session: 6d6485a4-6599-467b-b0eb-06f0c9f12234 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
817 | 2024.05.01 05:12:27.605212 [ 3 ] {} <Trace> HTTP-Session: 6d6485a4-6599-467b-b0eb-06f0c9f12234 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
818 | 2024.05.01 05:12:27.605360 [ 3 ] {805cdbd1-8b2d-4eb5-9b53-99793ea575a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63829) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
819 | 2024.05.01 05:12:27.606592 [ 3 ] {805cdbd1-8b2d-4eb5-9b53-99793ea575a0} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
820 | 2024.05.01 05:12:27.610347 [ 3 ] {805cdbd1-8b2d-4eb5-9b53-99793ea575a0} <Trace> oximeter.version (1f07ae5f-d158-4b87-9707-5b55662ed168): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
821 | 2024.05.01 05:12:27.610387 [ 3 ] {805cdbd1-8b2d-4eb5-9b53-99793ea575a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. | ||
822 | 2024.05.01 05:12:27.614526 [ 3 ] {805cdbd1-8b2d-4eb5-9b53-99793ea575a0} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
823 | 2024.05.01 05:12:27.615591 [ 3 ] {805cdbd1-8b2d-4eb5-9b53-99793ea575a0} <Trace> oximeter.version (1f07ae5f-d158-4b87-9707-5b55662ed168): 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.05.01 05:12:27.615863 [ 3 ] {805cdbd1-8b2d-4eb5-9b53-99793ea575a0} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.010565 sec., 94.65215333648841 rows/sec., 1.48 KiB/sec. | ||
825 | 2024.05.01 05:12:27.616034 [ 3 ] {805cdbd1-8b2d-4eb5-9b53-99793ea575a0} <Debug> DynamicQueryHandler: Done processing query | ||
826 | 2024.05.01 05:12:27.616058 [ 3 ] {805cdbd1-8b2d-4eb5-9b53-99793ea575a0} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
827 | 2024.05.01 05:12:27.616074 [ 3 ] {} <Debug> HTTP-Session: 6d6485a4-6599-467b-b0eb-06f0c9f12234 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
828 | 2024.05.01 05:12:28.000184 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 161.15 MiB, peak 166.29 MiB, free memory in arenas 0.00 B, will set to 173.65 MiB (RSS), difference: 12.50 MiB | ||
829 | 2024.05.01 05:12:41.472829 [ 143 ] {} <Debug> DNSResolver: Updating DNS cache | ||
830 | 2024.05.01 05:12:41.472928 [ 143 ] {} <Debug> DNSResolver: Updated DNS cache | ||
831 | 2024.05.01 05:12:52.628947 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 60, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
832 | 2024.05.01 05:12:52.629078 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
833 | 2024.05.01 05:12:52.629105 [ 3 ] {} <Debug> HTTP-Session: 3b6c4bc1-c799-4a31-b718-a02bd9a3c25d Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 | ||
834 | 2024.05.01 05:12:52.629130 [ 3 ] {} <Debug> HTTP-Session: 3b6c4bc1-c799-4a31-b718-a02bd9a3c25d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
835 | 2024.05.01 05:12:52.629145 [ 3 ] {} <Debug> HTTP-Session: 3b6c4bc1-c799-4a31-b718-a02bd9a3c25d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
836 | 2024.05.01 05:12:52.629193 [ 3 ] {} <Trace> HTTP-Session: 3b6c4bc1-c799-4a31-b718-a02bd9a3c25d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
837 | 2024.05.01 05:12:52.629376 [ 3 ] {9972110c-3622-4d5b-a517-d01904b6180e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53121) SELECT * FROM oximeter.timeseries_schema FORMAT JSONEachRow; (stage: Complete) | ||
838 | 2024.05.01 05:12:52.629713 [ 3 ] {9972110c-3622-4d5b-a517-d01904b6180e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
839 | 2024.05.01 05:12:52.629890 [ 3 ] {9972110c-3622-4d5b-a517-d01904b6180e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
840 | 2024.05.01 05:12:52.630918 [ 3 ] {9972110c-3622-4d5b-a517-d01904b6180e} <Debug> DynamicQueryHandler: Done processing query | ||
841 | 2024.05.01 05:12:52.630950 [ 3 ] {9972110c-3622-4d5b-a517-d01904b6180e} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
842 | 2024.05.01 05:12:52.630968 [ 3 ] {} <Debug> HTTP-Session: 3b6c4bc1-c799-4a31-b718-a02bd9a3c25d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
843 | 2024.05.01 05:12:52.634129 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
844 | 2024.05.01 05:12:52.634204 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
845 | 2024.05.01 05:12:52.634227 [ 3 ] {} <Debug> HTTP-Session: 28e8b670-a90b-4b2c-9305-902af2073f4a Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 | ||
846 | 2024.05.01 05:12:52.634247 [ 3 ] {} <Debug> HTTP-Session: 28e8b670-a90b-4b2c-9305-902af2073f4a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
847 | 2024.05.01 05:12:52.634262 [ 3 ] {} <Debug> HTTP-Session: 28e8b670-a90b-4b2c-9305-902af2073f4a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
848 | 2024.05.01 05:12:52.634302 [ 3 ] {} <Trace> HTTP-Session: 28e8b670-a90b-4b2c-9305-902af2073f4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
849 | 2024.05.01 05:12:52.634480 [ 3 ] {125087d6-a75e-46c0-b6a7-0df5c3746c4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53121) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
850 | 2024.05.01 05:12:52.636788 [ 3 ] {125087d6-a75e-46c0-b6a7-0df5c3746c4b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
851 | 2024.05.01 05:12:52.636854 [ 3 ] {125087d6-a75e-46c0-b6a7-0df5c3746c4b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
852 | 2024.05.01 05:12:52.638004 [ 3 ] {125087d6-a75e-46c0-b6a7-0df5c3746c4b} <Debug> DynamicQueryHandler: Done processing query | ||
853 | 2024.05.01 05:12:52.638033 [ 3 ] {125087d6-a75e-46c0-b6a7-0df5c3746c4b} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
854 | 2024.05.01 05:12:52.638050 [ 3 ] {} <Debug> HTTP-Session: 28e8b670-a90b-4b2c-9305-902af2073f4a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
855 | 2024.05.01 05:12:52.638268 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 170, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
856 | 2024.05.01 05:12:52.638322 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
857 | 2024.05.01 05:12:52.638343 [ 3 ] {} <Debug> HTTP-Session: 3391fc79-7af4-450e-80a3-6968c9337ef5 Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 | ||
858 | 2024.05.01 05:12:52.638363 [ 3 ] {} <Debug> HTTP-Session: 3391fc79-7af4-450e-80a3-6968c9337ef5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
859 | 2024.05.01 05:12:52.638378 [ 3 ] {} <Debug> HTTP-Session: 3391fc79-7af4-450e-80a3-6968c9337ef5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
860 | 2024.05.01 05:12:52.638415 [ 3 ] {} <Trace> HTTP-Session: 3391fc79-7af4-450e-80a3-6968c9337ef5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
861 | 2024.05.01 05:12:52.638560 [ 3 ] {38fcfbe2-2fd7-40e0-b135-2108d23c07e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53121) 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.05.01 05:12:52.638942 [ 3 ] {38fcfbe2-2fd7-40e0-b135-2108d23c07e0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
863 | 2024.05.01 05:12:52.638997 [ 3 ] {38fcfbe2-2fd7-40e0-b135-2108d23c07e0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
864 | 2024.05.01 05:12:52.640019 [ 3 ] {38fcfbe2-2fd7-40e0-b135-2108d23c07e0} <Debug> DynamicQueryHandler: Done processing query | ||
865 | 2024.05.01 05:12:52.640047 [ 3 ] {38fcfbe2-2fd7-40e0-b135-2108d23c07e0} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
866 | 2024.05.01 05:12:52.640064 [ 3 ] {} <Debug> HTTP-Session: 3391fc79-7af4-450e-80a3-6968c9337ef5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
867 | 2024.05.01 05:12:52.640392 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 207, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
868 | 2024.05.01 05:12:52.640445 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
869 | 2024.05.01 05:12:52.640465 [ 3 ] {} <Debug> HTTP-Session: 9c30909f-bc60-48e4-9e87-5e712edcc069 Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 | ||
870 | 2024.05.01 05:12:52.640482 [ 3 ] {} <Debug> HTTP-Session: 9c30909f-bc60-48e4-9e87-5e712edcc069 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
871 | 2024.05.01 05:12:52.640497 [ 3 ] {} <Debug> HTTP-Session: 9c30909f-bc60-48e4-9e87-5e712edcc069 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
872 | 2024.05.01 05:12:52.640532 [ 3 ] {} <Trace> HTTP-Session: 9c30909f-bc60-48e4-9e87-5e712edcc069 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
873 | 2024.05.01 05:12:52.640666 [ 3 ] {c1834ba7-a192-4dd9-91ee-b87b8566ac40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53121) 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.05.01 05:12:52.641007 [ 3 ] {c1834ba7-a192-4dd9-91ee-b87b8566ac40} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
875 | 2024.05.01 05:12:52.641062 [ 3 ] {c1834ba7-a192-4dd9-91ee-b87b8566ac40} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
876 | 2024.05.01 05:12:52.641966 [ 3 ] {c1834ba7-a192-4dd9-91ee-b87b8566ac40} <Debug> DynamicQueryHandler: Done processing query | ||
877 | 2024.05.01 05:12:52.641992 [ 3 ] {c1834ba7-a192-4dd9-91ee-b87b8566ac40} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
878 | 2024.05.01 05:12:52.642008 [ 3 ] {} <Debug> HTTP-Session: 9c30909f-bc60-48e4-9e87-5e712edcc069 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
879 | 2024.05.01 05:12:52.642759 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 947, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
880 | 2024.05.01 05:12:52.642830 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
881 | 2024.05.01 05:12:52.642857 [ 3 ] {} <Debug> HTTP-Session: 65e8f33f-cc52-4845-a7a8-ae1a70e50f33 Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 | ||
882 | 2024.05.01 05:12:52.642883 [ 3 ] {} <Debug> HTTP-Session: 65e8f33f-cc52-4845-a7a8-ae1a70e50f33 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
883 | 2024.05.01 05:12:52.642907 [ 3 ] {} <Debug> HTTP-Session: 65e8f33f-cc52-4845-a7a8-ae1a70e50f33 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
884 | 2024.05.01 05:12:52.642953 [ 3 ] {} <Trace> HTTP-Session: 65e8f33f-cc52-4845-a7a8-ae1a70e50f33 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
885 | 2024.05.01 05:12:52.643103 [ 3 ] {6b5e1afb-bc52-441a-8d03-adebc840df3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
886 | 2024.05.01 05:12:52.643155 [ 3 ] {6b5e1afb-bc52-441a-8d03-adebc840df3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
887 | 2024.05.01 05:12:52.643382 [ 3 ] {6b5e1afb-bc52-441a-8d03-adebc840df3d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
888 | 2024.05.01 05:12:52.643868 [ 3 ] {6b5e1afb-bc52-441a-8d03-adebc840df3d} <Trace> oximeter.timeseries_schema (583d587a-70f7-4dfe-8df4-c5d96ea11ee7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
889 | 2024.05.01 05:12:52.643909 [ 3 ] {6b5e1afb-bc52-441a-8d03-adebc840df3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB. | ||
890 | 2024.05.01 05:12:52.644672 [ 3 ] {6b5e1afb-bc52-441a-8d03-adebc840df3d} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
891 | 2024.05.01 05:12:52.645269 [ 3 ] {6b5e1afb-bc52-441a-8d03-adebc840df3d} <Trace> oximeter.timeseries_schema (583d587a-70f7-4dfe-8df4-c5d96ea11ee7): 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.05.01 05:12:52.645407 [ 3 ] {6b5e1afb-bc52-441a-8d03-adebc840df3d} <Debug> executeQuery: Read 4 rows, 443.00 B in 0.002351 sec., 1701.403658017865 rows/sec., 184.01 KiB/sec. | ||
893 | 2024.05.01 05:12:52.645711 [ 3 ] {6b5e1afb-bc52-441a-8d03-adebc840df3d} <Debug> DynamicQueryHandler: Done processing query | ||
894 | 2024.05.01 05:12:52.645735 [ 3 ] {6b5e1afb-bc52-441a-8d03-adebc840df3d} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
895 | 2024.05.01 05:12:52.645751 [ 3 ] {} <Debug> HTTP-Session: 65e8f33f-cc52-4845-a7a8-ae1a70e50f33 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
896 | 2024.05.01 05:12:52.645883 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 2926, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
897 | 2024.05.01 05:12:52.645936 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
898 | 2024.05.01 05:12:52.645955 [ 3 ] {} <Debug> HTTP-Session: 57e306f0-7eca-4909-a728-1062d8ea20f0 Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 | ||
899 | 2024.05.01 05:12:52.645972 [ 3 ] {} <Debug> HTTP-Session: 57e306f0-7eca-4909-a728-1062d8ea20f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
900 | 2024.05.01 05:12:52.645986 [ 3 ] {} <Debug> HTTP-Session: 57e306f0-7eca-4909-a728-1062d8ea20f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
901 | 2024.05.01 05:12:52.646020 [ 3 ] {} <Trace> HTTP-Session: 57e306f0-7eca-4909-a728-1062d8ea20f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
902 | 2024.05.01 05:12:52.646131 [ 3 ] {32b67eab-30ef-42b5-95ec-2e5cacf42c28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
903 | 2024.05.01 05:12:52.646177 [ 3 ] {32b67eab-30ef-42b5-95ec-2e5cacf42c28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
904 | 2024.05.01 05:12:52.646324 [ 3 ] {32b67eab-30ef-42b5-95ec-2e5cacf42c28} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
905 | 2024.05.01 05:12:52.648493 [ 3 ] {32b67eab-30ef-42b5-95ec-2e5cacf42c28} <Trace> oximeter.fields_i64 (18900a19-f0e8-46d7-bcdf-2fbf35506d05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
906 | 2024.05.01 05:12:52.648530 [ 3 ] {32b67eab-30ef-42b5-95ec-2e5cacf42c28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB. | ||
907 | 2024.05.01 05:12:52.649042 [ 3 ] {32b67eab-30ef-42b5-95ec-2e5cacf42c28} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
908 | 2024.05.01 05:12:52.649722 [ 3 ] {32b67eab-30ef-42b5-95ec-2e5cacf42c28} <Trace> oximeter.fields_i64 (18900a19-f0e8-46d7-bcdf-2fbf35506d05): 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.05.01 05:12:52.649858 [ 3 ] {32b67eab-30ef-42b5-95ec-2e5cacf42c28} <Debug> executeQuery: Read 20 rows, 1.62 KiB in 0.003761 sec., 5317.734645041212 rows/sec., 431.03 KiB/sec. | ||
910 | 2024.05.01 05:12:52.650071 [ 3 ] {32b67eab-30ef-42b5-95ec-2e5cacf42c28} <Debug> DynamicQueryHandler: Done processing query | ||
911 | 2024.05.01 05:12:52.650097 [ 3 ] {32b67eab-30ef-42b5-95ec-2e5cacf42c28} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
912 | 2024.05.01 05:12:52.650113 [ 3 ] {} <Debug> HTTP-Session: 57e306f0-7eca-4909-a728-1062d8ea20f0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
913 | 2024.05.01 05:12:52.650304 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 9092, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
914 | 2024.05.01 05:12:52.650358 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
915 | 2024.05.01 05:12:52.650379 [ 3 ] {} <Debug> HTTP-Session: 77c0adf8-1066-4d8d-83ad-db705ec2ed9b Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 | ||
916 | 2024.05.01 05:12:52.650395 [ 3 ] {} <Debug> HTTP-Session: 77c0adf8-1066-4d8d-83ad-db705ec2ed9b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
917 | 2024.05.01 05:12:52.650409 [ 3 ] {} <Debug> HTTP-Session: 77c0adf8-1066-4d8d-83ad-db705ec2ed9b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
918 | 2024.05.01 05:12:52.650442 [ 3 ] {} <Trace> HTTP-Session: 77c0adf8-1066-4d8d-83ad-db705ec2ed9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
919 | 2024.05.01 05:12:52.650563 [ 3 ] {330e6ea4-6760-4326-9a40-eabd663856e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
920 | 2024.05.01 05:12:52.650609 [ 3 ] {330e6ea4-6760-4326-9a40-eabd663856e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
921 | 2024.05.01 05:12:52.650740 [ 3 ] {330e6ea4-6760-4326-9a40-eabd663856e1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
922 | 2024.05.01 05:12:52.651100 [ 3 ] {330e6ea4-6760-4326-9a40-eabd663856e1} <Trace> oximeter.fields_string (02833c99-4351-41a4-861a-5dfe2852a250): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
923 | 2024.05.01 05:12:52.651135 [ 3 ] {330e6ea4-6760-4326-9a40-eabd663856e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB. | ||
924 | 2024.05.01 05:12:52.651621 [ 3 ] {330e6ea4-6760-4326-9a40-eabd663856e1} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
925 | 2024.05.01 05:12:52.652204 [ 3 ] {330e6ea4-6760-4326-9a40-eabd663856e1} <Trace> oximeter.fields_string (02833c99-4351-41a4-861a-5dfe2852a250): 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.05.01 05:12:52.652368 [ 3 ] {330e6ea4-6760-4326-9a40-eabd663856e1} <Debug> executeQuery: Read 60 rows, 5.38 KiB in 0.001848 sec., 32467.532467532466 rows/sec., 2.85 MiB/sec. | ||
927 | 2024.05.01 05:12:52.652638 [ 3 ] {330e6ea4-6760-4326-9a40-eabd663856e1} <Debug> DynamicQueryHandler: Done processing query | ||
928 | 2024.05.01 05:12:52.652664 [ 3 ] {330e6ea4-6760-4326-9a40-eabd663856e1} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
929 | 2024.05.01 05:12:52.652680 [ 3 ] {} <Debug> HTTP-Session: 77c0adf8-1066-4d8d-83ad-db705ec2ed9b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
930 | 2024.05.01 05:12:52.652828 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 5154, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
931 | 2024.05.01 05:12:52.652878 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
932 | 2024.05.01 05:12:52.652897 [ 3 ] {} <Debug> HTTP-Session: b777b10c-e13a-4e2e-9929-ab6f5e02adbd Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 | ||
933 | 2024.05.01 05:12:52.652914 [ 3 ] {} <Debug> HTTP-Session: b777b10c-e13a-4e2e-9929-ab6f5e02adbd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
934 | 2024.05.01 05:12:52.652928 [ 3 ] {} <Debug> HTTP-Session: b777b10c-e13a-4e2e-9929-ab6f5e02adbd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
935 | 2024.05.01 05:12:52.652960 [ 3 ] {} <Trace> HTTP-Session: b777b10c-e13a-4e2e-9929-ab6f5e02adbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
936 | 2024.05.01 05:12:52.653072 [ 3 ] {e2446a2b-47e7-4761-b5e9-a3829de5ad13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
937 | 2024.05.01 05:12:52.653131 [ 3 ] {e2446a2b-47e7-4761-b5e9-a3829de5ad13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
938 | 2024.05.01 05:12:52.653848 [ 3 ] {e2446a2b-47e7-4761-b5e9-a3829de5ad13} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
939 | 2024.05.01 05:12:52.654780 [ 3 ] {e2446a2b-47e7-4761-b5e9-a3829de5ad13} <Trace> oximeter.fields_uuid (55f601b6-7d16-43f5-9abb-35fe5f2ebeb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
940 | 2024.05.01 05:12:52.654816 [ 3 ] {e2446a2b-47e7-4761-b5e9-a3829de5ad13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB. | ||
941 | 2024.05.01 05:12:52.655294 [ 3 ] {e2446a2b-47e7-4761-b5e9-a3829de5ad13} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
942 | 2024.05.01 05:12:52.655850 [ 3 ] {e2446a2b-47e7-4761-b5e9-a3829de5ad13} <Trace> oximeter.fields_uuid (55f601b6-7d16-43f5-9abb-35fe5f2ebeb7): 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.05.01 05:12:52.655975 [ 3 ] {e2446a2b-47e7-4761-b5e9-a3829de5ad13} <Debug> executeQuery: Read 30 rows, 2.42 KiB in 0.00294 sec., 10204.081632653062 rows/sec., 821.44 KiB/sec. | ||
944 | 2024.05.01 05:12:52.656219 [ 3 ] {e2446a2b-47e7-4761-b5e9-a3829de5ad13} <Debug> DynamicQueryHandler: Done processing query | ||
945 | 2024.05.01 05:12:52.656255 [ 3 ] {e2446a2b-47e7-4761-b5e9-a3829de5ad13} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
946 | 2024.05.01 05:12:52.656279 [ 3 ] {} <Debug> HTTP-Session: b777b10c-e13a-4e2e-9929-ab6f5e02adbd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
947 | 2024.05.01 05:12:52.656564 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 21441, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
948 | 2024.05.01 05:12:52.656621 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
949 | 2024.05.01 05:12:52.656642 [ 3 ] {} <Debug> HTTP-Session: 9cd378d2-57da-4943-bac6-9ee4be185e80 Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 | ||
950 | 2024.05.01 05:12:52.656658 [ 3 ] {} <Debug> HTTP-Session: 9cd378d2-57da-4943-bac6-9ee4be185e80 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
951 | 2024.05.01 05:12:52.656672 [ 3 ] {} <Debug> HTTP-Session: 9cd378d2-57da-4943-bac6-9ee4be185e80 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
952 | 2024.05.01 05:12:52.656704 [ 3 ] {} <Trace> HTTP-Session: 9cd378d2-57da-4943-bac6-9ee4be185e80 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
953 | 2024.05.01 05:12:52.656919 [ 3 ] {ee3f859b-14a8-4d6e-a76c-3fc4d53d9511} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
954 | 2024.05.01 05:12:52.656979 [ 3 ] {ee3f859b-14a8-4d6e-a76c-3fc4d53d9511} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
955 | 2024.05.01 05:12:52.657165 [ 3 ] {ee3f859b-14a8-4d6e-a76c-3fc4d53d9511} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
956 | 2024.05.01 05:12:52.657626 [ 3 ] {ee3f859b-14a8-4d6e-a76c-3fc4d53d9511} <Trace> oximeter.measurements_histogramf64 (02762c72-3303-43a9-a3f1-2d89b26a797e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
957 | 2024.05.01 05:12:52.657661 [ 3 ] {ee3f859b-14a8-4d6e-a76c-3fc4d53d9511} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB. | ||
958 | 2024.05.01 05:12:52.661229 [ 3 ] {ee3f859b-14a8-4d6e-a76c-3fc4d53d9511} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
959 | 2024.05.01 05:12:52.661997 [ 3 ] {ee3f859b-14a8-4d6e-a76c-3fc4d53d9511} <Trace> oximeter.measurements_histogramf64 (02762c72-3303-43a9-a3f1-2d89b26a797e): 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.05.01 05:12:52.662168 [ 3 ] {ee3f859b-14a8-4d6e-a76c-3fc4d53d9511} <Debug> executeQuery: Read 20 rows, 27.64 KiB in 0.005378 sec., 3718.854592785422 rows/sec., 5.02 MiB/sec. | ||
961 | 2024.05.01 05:12:52.662473 [ 3 ] {ee3f859b-14a8-4d6e-a76c-3fc4d53d9511} <Debug> DynamicQueryHandler: Done processing query | ||
962 | 2024.05.01 05:12:52.662500 [ 3 ] {ee3f859b-14a8-4d6e-a76c-3fc4d53d9511} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
963 | 2024.05.01 05:12:52.662516 [ 3 ] {} <Debug> HTTP-Session: 9cd378d2-57da-4943-bac6-9ee4be185e80 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
964 | 2024.05.01 05:12:52.662655 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 2950, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
965 | 2024.05.01 05:12:52.662706 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
966 | 2024.05.01 05:12:52.662726 [ 3 ] {} <Debug> HTTP-Session: 94c985f8-ef64-405d-9a5f-8041f2d73c2e Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 | ||
967 | 2024.05.01 05:12:52.662749 [ 3 ] {} <Debug> HTTP-Session: 94c985f8-ef64-405d-9a5f-8041f2d73c2e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
968 | 2024.05.01 05:12:52.662765 [ 3 ] {} <Debug> HTTP-Session: 94c985f8-ef64-405d-9a5f-8041f2d73c2e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
969 | 2024.05.01 05:12:52.662799 [ 3 ] {} <Trace> HTTP-Session: 94c985f8-ef64-405d-9a5f-8041f2d73c2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
970 | 2024.05.01 05:12:52.662954 [ 3 ] {ab667523-3919-4072-954c-c215c2907820} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
971 | 2024.05.01 05:12:52.663006 [ 3 ] {ab667523-3919-4072-954c-c215c2907820} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
972 | 2024.05.01 05:12:52.663157 [ 3 ] {ab667523-3919-4072-954c-c215c2907820} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
973 | 2024.05.01 05:12:52.663497 [ 3 ] {ab667523-3919-4072-954c-c215c2907820} <Trace> oximeter.measurements_i64 (b8727abb-3713-44c4-abab-825647be6c47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
974 | 2024.05.01 05:12:52.663532 [ 3 ] {ab667523-3919-4072-954c-c215c2907820} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB. | ||
975 | 2024.05.01 05:12:52.664059 [ 3 ] {ab667523-3919-4072-954c-c215c2907820} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
976 | 2024.05.01 05:12:52.664713 [ 3 ] {ab667523-3919-4072-954c-c215c2907820} <Trace> oximeter.measurements_i64 (b8727abb-3713-44c4-abab-825647be6c47): 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.05.01 05:12:52.664878 [ 3 ] {ab667523-3919-4072-954c-c215c2907820} <Debug> executeQuery: Read 18 rows, 1.36 KiB in 0.001945 sec., 9254.498714652957 rows/sec., 697.40 KiB/sec. | ||
978 | 2024.05.01 05:12:52.665089 [ 3 ] {ab667523-3919-4072-954c-c215c2907820} <Debug> DynamicQueryHandler: Done processing query | ||
979 | 2024.05.01 05:12:52.665114 [ 3 ] {ab667523-3919-4072-954c-c215c2907820} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
980 | 2024.05.01 05:12:52.665131 [ 3 ] {} <Debug> HTTP-Session: 94c985f8-ef64-405d-9a5f-8041f2d73c2e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
981 | 2024.05.01 05:12:56.472984 [ 116 ] {} <Debug> DNSResolver: Updating DNS cache | ||
982 | 2024.05.01 05:12:56.473058 [ 116 ] {} <Debug> DNSResolver: Updated DNS cache | ||
983 | 2024.05.01 05:13:02.618523 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 3069, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
984 | 2024.05.01 05:13:02.618650 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
985 | 2024.05.01 05:13:02.618681 [ 3 ] {} <Debug> HTTP-Session: 7fffa488-6797-4187-a42e-1072861f289a Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 | ||
986 | 2024.05.01 05:13:02.618708 [ 3 ] {} <Debug> HTTP-Session: 7fffa488-6797-4187-a42e-1072861f289a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
987 | 2024.05.01 05:13:02.618725 [ 3 ] {} <Debug> HTTP-Session: 7fffa488-6797-4187-a42e-1072861f289a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
988 | 2024.05.01 05:13:02.618779 [ 3 ] {} <Trace> HTTP-Session: 7fffa488-6797-4187-a42e-1072861f289a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
989 | 2024.05.01 05:13:02.618982 [ 3 ] {257af6c6-203c-403f-8efc-dcead7adad8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
990 | 2024.05.01 05:13:02.619055 [ 3 ] {257af6c6-203c-403f-8efc-dcead7adad8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
991 | 2024.05.01 05:13:02.619262 [ 3 ] {257af6c6-203c-403f-8efc-dcead7adad8b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
992 | 2024.05.01 05:13:02.619686 [ 3 ] {257af6c6-203c-403f-8efc-dcead7adad8b} <Trace> oximeter.fields_i64 (18900a19-f0e8-46d7-bcdf-2fbf35506d05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
993 | 2024.05.01 05:13:02.619727 [ 3 ] {257af6c6-203c-403f-8efc-dcead7adad8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB. | ||
994 | 2024.05.01 05:13:02.620091 [ 3 ] {257af6c6-203c-403f-8efc-dcead7adad8b} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
995 | 2024.05.01 05:13:02.620417 [ 3 ] {257af6c6-203c-403f-8efc-dcead7adad8b} <Trace> oximeter.fields_i64 (18900a19-f0e8-46d7-bcdf-2fbf35506d05): 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.05.01 05:13:02.620584 [ 3 ] {257af6c6-203c-403f-8efc-dcead7adad8b} <Debug> executeQuery: Read 21 rows, 1.70 KiB in 0.001672 sec., 12559.80861244019 rows/sec., 1018.03 KiB/sec. | ||
997 | 2024.05.01 05:13:02.620917 [ 3 ] {257af6c6-203c-403f-8efc-dcead7adad8b} <Debug> DynamicQueryHandler: Done processing query | ||
998 | 2024.05.01 05:13:02.620946 [ 3 ] {257af6c6-203c-403f-8efc-dcead7adad8b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
999 | 2024.05.01 05:13:02.620963 [ 3 ] {} <Debug> HTTP-Session: 7fffa488-6797-4187-a42e-1072861f289a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1000 | 2024.05.01 05:13:02.621121 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 9538, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1001 | 2024.05.01 05:13:02.621174 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1002 | 2024.05.01 05:13:02.621195 [ 3 ] {} <Debug> HTTP-Session: 93d66ac6-4899-4d6a-9cf4-4c24c3f28dbf Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 | ||
1003 | 2024.05.01 05:13:02.621212 [ 3 ] {} <Debug> HTTP-Session: 93d66ac6-4899-4d6a-9cf4-4c24c3f28dbf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1004 | 2024.05.01 05:13:02.621226 [ 3 ] {} <Debug> HTTP-Session: 93d66ac6-4899-4d6a-9cf4-4c24c3f28dbf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1005 | 2024.05.01 05:13:02.621260 [ 3 ] {} <Trace> HTTP-Session: 93d66ac6-4899-4d6a-9cf4-4c24c3f28dbf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1006 | 2024.05.01 05:13:02.621391 [ 3 ] {5d97c948-b678-4c01-a6cc-5546584d1318} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1007 | 2024.05.01 05:13:02.621438 [ 3 ] {5d97c948-b678-4c01-a6cc-5546584d1318} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1008 | 2024.05.01 05:13:02.621583 [ 3 ] {5d97c948-b678-4c01-a6cc-5546584d1318} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1009 | 2024.05.01 05:13:02.621923 [ 3 ] {5d97c948-b678-4c01-a6cc-5546584d1318} <Trace> oximeter.fields_string (02833c99-4351-41a4-861a-5dfe2852a250): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1010 | 2024.05.01 05:13:02.621960 [ 3 ] {5d97c948-b678-4c01-a6cc-5546584d1318} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB. | ||
1011 | 2024.05.01 05:13:02.622270 [ 3 ] {5d97c948-b678-4c01-a6cc-5546584d1318} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1012 | 2024.05.01 05:13:02.622577 [ 3 ] {5d97c948-b678-4c01-a6cc-5546584d1318} <Trace> oximeter.fields_string (02833c99-4351-41a4-861a-5dfe2852a250): 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.05.01 05:13:02.622701 [ 3 ] {5d97c948-b678-4c01-a6cc-5546584d1318} <Debug> executeQuery: Read 63 rows, 5.65 KiB in 0.00136 sec., 46323.5294117647 rows/sec., 4.06 MiB/sec. | ||
1014 | 2024.05.01 05:13:02.622865 [ 3 ] {5d97c948-b678-4c01-a6cc-5546584d1318} <Debug> DynamicQueryHandler: Done processing query | ||
1015 | 2024.05.01 05:13:02.622891 [ 3 ] {5d97c948-b678-4c01-a6cc-5546584d1318} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
1016 | 2024.05.01 05:13:02.622906 [ 3 ] {} <Debug> HTTP-Session: 93d66ac6-4899-4d6a-9cf4-4c24c3f28dbf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1017 | 2024.05.01 05:13:02.623029 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 3616, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1018 | 2024.05.01 05:13:02.623076 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1019 | 2024.05.01 05:13:02.623096 [ 3 ] {} <Debug> HTTP-Session: a5808364-6834-4735-b753-d2589cf576cf Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 | ||
1020 | 2024.05.01 05:13:02.623112 [ 3 ] {} <Debug> HTTP-Session: a5808364-6834-4735-b753-d2589cf576cf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1021 | 2024.05.01 05:13:02.623126 [ 3 ] {} <Debug> HTTP-Session: a5808364-6834-4735-b753-d2589cf576cf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1022 | 2024.05.01 05:13:02.623157 [ 3 ] {} <Trace> HTTP-Session: a5808364-6834-4735-b753-d2589cf576cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1023 | 2024.05.01 05:13:02.623259 [ 3 ] {c9c3c01d-c166-45ed-9ffb-284e154e5609} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1024 | 2024.05.01 05:13:02.623302 [ 3 ] {c9c3c01d-c166-45ed-9ffb-284e154e5609} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1025 | 2024.05.01 05:13:02.623428 [ 3 ] {c9c3c01d-c166-45ed-9ffb-284e154e5609} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1026 | 2024.05.01 05:13:02.623769 [ 3 ] {c9c3c01d-c166-45ed-9ffb-284e154e5609} <Trace> oximeter.fields_uuid (55f601b6-7d16-43f5-9abb-35fe5f2ebeb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1027 | 2024.05.01 05:13:02.623804 [ 3 ] {c9c3c01d-c166-45ed-9ffb-284e154e5609} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB. | ||
1028 | 2024.05.01 05:13:02.624103 [ 3 ] {c9c3c01d-c166-45ed-9ffb-284e154e5609} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1029 | 2024.05.01 05:13:02.624404 [ 3 ] {c9c3c01d-c166-45ed-9ffb-284e154e5609} <Trace> oximeter.fields_uuid (55f601b6-7d16-43f5-9abb-35fe5f2ebeb7): 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.05.01 05:13:02.624529 [ 3 ] {c9c3c01d-c166-45ed-9ffb-284e154e5609} <Debug> executeQuery: Read 21 rows, 1.68 KiB in 0.001298 sec., 16178.73651771957 rows/sec., 1.27 MiB/sec. | ||
1031 | 2024.05.01 05:13:02.624719 [ 3 ] {c9c3c01d-c166-45ed-9ffb-284e154e5609} <Debug> DynamicQueryHandler: Done processing query | ||
1032 | 2024.05.01 05:13:02.624744 [ 3 ] {c9c3c01d-c166-45ed-9ffb-284e154e5609} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1033 | 2024.05.01 05:13:02.624759 [ 3 ] {} <Debug> HTTP-Session: a5808364-6834-4735-b753-d2589cf576cf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1034 | 2024.05.01 05:13:02.624922 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 22511, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1035 | 2024.05.01 05:13:02.624972 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1036 | 2024.05.01 05:13:02.624992 [ 3 ] {} <Debug> HTTP-Session: 97be1ab0-b7a4-4cbc-9bd4-f0819527bd92 Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 | ||
1037 | 2024.05.01 05:13:02.625008 [ 3 ] {} <Debug> HTTP-Session: 97be1ab0-b7a4-4cbc-9bd4-f0819527bd92 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1038 | 2024.05.01 05:13:02.625021 [ 3 ] {} <Debug> HTTP-Session: 97be1ab0-b7a4-4cbc-9bd4-f0819527bd92 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1039 | 2024.05.01 05:13:02.625052 [ 3 ] {} <Trace> HTTP-Session: 97be1ab0-b7a4-4cbc-9bd4-f0819527bd92 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1040 | 2024.05.01 05:13:02.625246 [ 3 ] {6cc193c6-5fb5-4db3-8592-0a9891bf1ba5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
1041 | 2024.05.01 05:13:02.625293 [ 3 ] {6cc193c6-5fb5-4db3-8592-0a9891bf1ba5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
1042 | 2024.05.01 05:13:02.625451 [ 3 ] {6cc193c6-5fb5-4db3-8592-0a9891bf1ba5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1043 | 2024.05.01 05:13:02.625829 [ 3 ] {6cc193c6-5fb5-4db3-8592-0a9891bf1ba5} <Trace> oximeter.measurements_histogramf64 (02762c72-3303-43a9-a3f1-2d89b26a797e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1044 | 2024.05.01 05:13:02.625864 [ 3 ] {6cc193c6-5fb5-4db3-8592-0a9891bf1ba5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB. | ||
1045 | 2024.05.01 05:13:02.626269 [ 3 ] {6cc193c6-5fb5-4db3-8592-0a9891bf1ba5} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1046 | 2024.05.01 05:13:02.626599 [ 3 ] {6cc193c6-5fb5-4db3-8592-0a9891bf1ba5} <Trace> oximeter.measurements_histogramf64 (02762c72-3303-43a9-a3f1-2d89b26a797e): 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.05.01 05:13:02.626729 [ 3 ] {6cc193c6-5fb5-4db3-8592-0a9891bf1ba5} <Debug> executeQuery: Read 21 rows, 29.02 KiB in 0.001598 sec., 13141.426783479348 rows/sec., 17.73 MiB/sec. | ||
1048 | 2024.05.01 05:13:02.627049 [ 3 ] {6cc193c6-5fb5-4db3-8592-0a9891bf1ba5} <Debug> DynamicQueryHandler: Done processing query | ||
1049 | 2024.05.01 05:13:02.627073 [ 3 ] {6cc193c6-5fb5-4db3-8592-0a9891bf1ba5} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
1050 | 2024.05.01 05:13:02.627090 [ 3 ] {} <Debug> HTTP-Session: 97be1ab0-b7a4-4cbc-9bd4-f0819527bd92 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1051 | 2024.05.01 05:13:11.473108 [ 103 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1052 | 2024.05.01 05:13:11.473175 [ 103 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1053 | 2024.05.01 05:13:12.619060 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 3213, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1054 | 2024.05.01 05:13:12.619174 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1055 | 2024.05.01 05:13:12.619203 [ 3 ] {} <Debug> HTTP-Session: b4e82d03-d81d-437a-8373-8407e380bcd9 Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 | ||
1056 | 2024.05.01 05:13:12.619230 [ 3 ] {} <Debug> HTTP-Session: b4e82d03-d81d-437a-8373-8407e380bcd9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1057 | 2024.05.01 05:13:12.619248 [ 3 ] {} <Debug> HTTP-Session: b4e82d03-d81d-437a-8373-8407e380bcd9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1058 | 2024.05.01 05:13:12.619301 [ 3 ] {} <Trace> HTTP-Session: b4e82d03-d81d-437a-8373-8407e380bcd9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1059 | 2024.05.01 05:13:12.619500 [ 3 ] {f719a469-74a0-4fe6-b94b-f5d5ea5e9171} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
1060 | 2024.05.01 05:13:12.619570 [ 3 ] {f719a469-74a0-4fe6-b94b-f5d5ea5e9171} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
1061 | 2024.05.01 05:13:12.619778 [ 3 ] {f719a469-74a0-4fe6-b94b-f5d5ea5e9171} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1062 | 2024.05.01 05:13:12.620210 [ 3 ] {f719a469-74a0-4fe6-b94b-f5d5ea5e9171} <Trace> oximeter.fields_i64 (18900a19-f0e8-46d7-bcdf-2fbf35506d05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1063 | 2024.05.01 05:13:12.620252 [ 3 ] {f719a469-74a0-4fe6-b94b-f5d5ea5e9171} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. | ||
1064 | 2024.05.01 05:13:12.620611 [ 3 ] {f719a469-74a0-4fe6-b94b-f5d5ea5e9171} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1065 | 2024.05.01 05:13:12.620954 [ 3 ] {f719a469-74a0-4fe6-b94b-f5d5ea5e9171} <Trace> oximeter.fields_i64 (18900a19-f0e8-46d7-bcdf-2fbf35506d05): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1066 | 2024.05.01 05:13:12.621095 [ 3 ] {f719a469-74a0-4fe6-b94b-f5d5ea5e9171} <Debug> executeQuery: Read 22 rows, 1.78 KiB in 0.001659 sec., 13261.000602772754 rows/sec., 1.05 MiB/sec. | ||
1067 | 2024.05.01 05:13:12.621296 [ 3 ] {f719a469-74a0-4fe6-b94b-f5d5ea5e9171} <Debug> DynamicQueryHandler: Done processing query | ||
1068 | 2024.05.01 05:13:12.621324 [ 3 ] {f719a469-74a0-4fe6-b94b-f5d5ea5e9171} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1069 | 2024.05.01 05:13:12.621341 [ 3 ] {} <Debug> HTTP-Session: b4e82d03-d81d-437a-8373-8407e380bcd9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1070 | 2024.05.01 05:13:12.621496 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 9987, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1071 | 2024.05.01 05:13:12.621551 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1072 | 2024.05.01 05:13:12.621571 [ 3 ] {} <Debug> HTTP-Session: 653e1d85-1f4f-496b-8adb-0bef7ae70611 Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 | ||
1073 | 2024.05.01 05:13:12.621589 [ 3 ] {} <Debug> HTTP-Session: 653e1d85-1f4f-496b-8adb-0bef7ae70611 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1074 | 2024.05.01 05:13:12.621603 [ 3 ] {} <Debug> HTTP-Session: 653e1d85-1f4f-496b-8adb-0bef7ae70611 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1075 | 2024.05.01 05:13:12.621639 [ 3 ] {} <Trace> HTTP-Session: 653e1d85-1f4f-496b-8adb-0bef7ae70611 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1076 | 2024.05.01 05:13:12.621764 [ 3 ] {1733a758-10b0-4af8-92f2-6cafb4ad10c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1077 | 2024.05.01 05:13:12.621809 [ 3 ] {1733a758-10b0-4af8-92f2-6cafb4ad10c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1078 | 2024.05.01 05:13:12.621937 [ 3 ] {1733a758-10b0-4af8-92f2-6cafb4ad10c5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1079 | 2024.05.01 05:13:12.622253 [ 3 ] {1733a758-10b0-4af8-92f2-6cafb4ad10c5} <Trace> oximeter.fields_string (02833c99-4351-41a4-861a-5dfe2852a250): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1080 | 2024.05.01 05:13:12.622288 [ 3 ] {1733a758-10b0-4af8-92f2-6cafb4ad10c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. | ||
1081 | 2024.05.01 05:13:12.622591 [ 3 ] {1733a758-10b0-4af8-92f2-6cafb4ad10c5} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1082 | 2024.05.01 05:13:12.622891 [ 3 ] {1733a758-10b0-4af8-92f2-6cafb4ad10c5} <Trace> oximeter.fields_string (02833c99-4351-41a4-861a-5dfe2852a250): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1083 | 2024.05.01 05:13:12.623015 [ 3 ] {1733a758-10b0-4af8-92f2-6cafb4ad10c5} <Debug> executeQuery: Read 66 rows, 5.92 KiB in 0.001297 sec., 50886.66152659985 rows/sec., 4.45 MiB/sec. | ||
1084 | 2024.05.01 05:13:12.623166 [ 3 ] {1733a758-10b0-4af8-92f2-6cafb4ad10c5} <Debug> DynamicQueryHandler: Done processing query | ||
1085 | 2024.05.01 05:13:12.623192 [ 3 ] {1733a758-10b0-4af8-92f2-6cafb4ad10c5} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
1086 | 2024.05.01 05:13:12.623207 [ 3 ] {} <Debug> HTTP-Session: 653e1d85-1f4f-496b-8adb-0bef7ae70611 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1087 | 2024.05.01 05:13:12.623324 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 3786, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1088 | 2024.05.01 05:13:12.623371 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1089 | 2024.05.01 05:13:12.623390 [ 3 ] {} <Debug> HTTP-Session: 561fac72-6302-417c-8f45-1262f840761d Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 | ||
1090 | 2024.05.01 05:13:12.623407 [ 3 ] {} <Debug> HTTP-Session: 561fac72-6302-417c-8f45-1262f840761d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1091 | 2024.05.01 05:13:12.623421 [ 3 ] {} <Debug> HTTP-Session: 561fac72-6302-417c-8f45-1262f840761d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1092 | 2024.05.01 05:13:12.623453 [ 3 ] {} <Trace> HTTP-Session: 561fac72-6302-417c-8f45-1262f840761d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1093 | 2024.05.01 05:13:12.623554 [ 3 ] {0b608871-4131-4f22-bd15-7d87d849e9c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1094 | 2024.05.01 05:13:12.623597 [ 3 ] {0b608871-4131-4f22-bd15-7d87d849e9c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1095 | 2024.05.01 05:13:12.623720 [ 3 ] {0b608871-4131-4f22-bd15-7d87d849e9c3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1096 | 2024.05.01 05:13:12.624053 [ 3 ] {0b608871-4131-4f22-bd15-7d87d849e9c3} <Trace> oximeter.fields_uuid (55f601b6-7d16-43f5-9abb-35fe5f2ebeb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1097 | 2024.05.01 05:13:12.624088 [ 3 ] {0b608871-4131-4f22-bd15-7d87d849e9c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. | ||
1098 | 2024.05.01 05:13:12.624391 [ 3 ] {0b608871-4131-4f22-bd15-7d87d849e9c3} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1099 | 2024.05.01 05:13:12.624702 [ 3 ] {0b608871-4131-4f22-bd15-7d87d849e9c3} <Trace> oximeter.fields_uuid (55f601b6-7d16-43f5-9abb-35fe5f2ebeb7): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1100 | 2024.05.01 05:13:12.624825 [ 3 ] {0b608871-4131-4f22-bd15-7d87d849e9c3} <Debug> executeQuery: Read 22 rows, 1.76 KiB in 0.001302 sec., 16897.081413210446 rows/sec., 1.32 MiB/sec. | ||
1101 | 2024.05.01 05:13:12.625080 [ 3 ] {0b608871-4131-4f22-bd15-7d87d849e9c3} <Debug> DynamicQueryHandler: Done processing query | ||
1102 | 2024.05.01 05:13:12.625106 [ 3 ] {0b608871-4131-4f22-bd15-7d87d849e9c3} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1103 | 2024.05.01 05:13:12.625122 [ 3 ] {} <Debug> HTTP-Session: 561fac72-6302-417c-8f45-1262f840761d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1104 | 2024.05.01 05:13:12.625275 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 23581, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1105 | 2024.05.01 05:13:12.625323 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1106 | 2024.05.01 05:13:12.625342 [ 3 ] {} <Debug> HTTP-Session: 93ff27cc-6dc6-4e0d-8091-66e304fbf7a2 Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 | ||
1107 | 2024.05.01 05:13:12.625358 [ 3 ] {} <Debug> HTTP-Session: 93ff27cc-6dc6-4e0d-8091-66e304fbf7a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1108 | 2024.05.01 05:13:12.625372 [ 3 ] {} <Debug> HTTP-Session: 93ff27cc-6dc6-4e0d-8091-66e304fbf7a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1109 | 2024.05.01 05:13:12.625404 [ 3 ] {} <Trace> HTTP-Session: 93ff27cc-6dc6-4e0d-8091-66e304fbf7a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1110 | 2024.05.01 05:13:12.625606 [ 3 ] {10164556-80f0-4fc3-bb12-e38e9c49384d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
1111 | 2024.05.01 05:13:12.625655 [ 3 ] {10164556-80f0-4fc3-bb12-e38e9c49384d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
1112 | 2024.05.01 05:13:12.625827 [ 3 ] {10164556-80f0-4fc3-bb12-e38e9c49384d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1113 | 2024.05.01 05:13:12.626228 [ 3 ] {10164556-80f0-4fc3-bb12-e38e9c49384d} <Trace> oximeter.measurements_histogramf64 (02762c72-3303-43a9-a3f1-2d89b26a797e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1114 | 2024.05.01 05:13:12.626263 [ 3 ] {10164556-80f0-4fc3-bb12-e38e9c49384d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. | ||
1115 | 2024.05.01 05:13:12.626674 [ 3 ] {10164556-80f0-4fc3-bb12-e38e9c49384d} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1116 | 2024.05.01 05:13:12.627011 [ 3 ] {10164556-80f0-4fc3-bb12-e38e9c49384d} <Trace> oximeter.measurements_histogramf64 (02762c72-3303-43a9-a3f1-2d89b26a797e): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1117 | 2024.05.01 05:13:12.627135 [ 3 ] {10164556-80f0-4fc3-bb12-e38e9c49384d} <Debug> executeQuery: Read 22 rows, 30.40 KiB in 0.001653 sec., 13309.134906231095 rows/sec., 17.96 MiB/sec. | ||
1118 | 2024.05.01 05:13:12.627323 [ 3 ] {10164556-80f0-4fc3-bb12-e38e9c49384d} <Debug> DynamicQueryHandler: Done processing query | ||
1119 | 2024.05.01 05:13:12.627347 [ 3 ] {10164556-80f0-4fc3-bb12-e38e9c49384d} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
1120 | 2024.05.01 05:13:12.627363 [ 3 ] {} <Debug> HTTP-Session: 93ff27cc-6dc6-4e0d-8091-66e304fbf7a2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1121 | 2024.05.01 05:13:22.619034 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 3213, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1122 | 2024.05.01 05:13:22.619176 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1123 | 2024.05.01 05:13:22.619207 [ 3 ] {} <Debug> HTTP-Session: 8e1365b2-5ae2-4135-b48b-d2c4b0f8efa0 Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 | ||
1124 | 2024.05.01 05:13:22.619234 [ 3 ] {} <Debug> HTTP-Session: 8e1365b2-5ae2-4135-b48b-d2c4b0f8efa0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1125 | 2024.05.01 05:13:22.619252 [ 3 ] {} <Debug> HTTP-Session: 8e1365b2-5ae2-4135-b48b-d2c4b0f8efa0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1126 | 2024.05.01 05:13:22.619307 [ 3 ] {} <Trace> HTTP-Session: 8e1365b2-5ae2-4135-b48b-d2c4b0f8efa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1127 | 2024.05.01 05:13:22.619513 [ 3 ] {df1aeb92-0709-4334-a7b7-55b41e4006a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
1128 | 2024.05.01 05:13:22.619583 [ 3 ] {df1aeb92-0709-4334-a7b7-55b41e4006a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
1129 | 2024.05.01 05:13:22.619792 [ 3 ] {df1aeb92-0709-4334-a7b7-55b41e4006a7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1130 | 2024.05.01 05:13:22.620246 [ 3 ] {df1aeb92-0709-4334-a7b7-55b41e4006a7} <Trace> oximeter.fields_i64 (18900a19-f0e8-46d7-bcdf-2fbf35506d05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1131 | 2024.05.01 05:13:22.620287 [ 3 ] {df1aeb92-0709-4334-a7b7-55b41e4006a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. | ||
1132 | 2024.05.01 05:13:22.620641 [ 3 ] {df1aeb92-0709-4334-a7b7-55b41e4006a7} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1133 | 2024.05.01 05:13:22.620968 [ 3 ] {df1aeb92-0709-4334-a7b7-55b41e4006a7} <Trace> oximeter.fields_i64 (18900a19-f0e8-46d7-bcdf-2fbf35506d05): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1134 | 2024.05.01 05:13:22.621139 [ 3 ] {df1aeb92-0709-4334-a7b7-55b41e4006a7} <Debug> executeQuery: Read 22 rows, 1.78 KiB in 0.001689 sec., 13025.458851391357 rows/sec., 1.03 MiB/sec. | ||
1135 | 2024.05.01 05:13:22.621341 [ 3 ] {df1aeb92-0709-4334-a7b7-55b41e4006a7} <Debug> DynamicQueryHandler: Done processing query | ||
1136 | 2024.05.01 05:13:22.621367 [ 3 ] {df1aeb92-0709-4334-a7b7-55b41e4006a7} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1137 | 2024.05.01 05:13:22.621384 [ 3 ] {} <Debug> HTTP-Session: 8e1365b2-5ae2-4135-b48b-d2c4b0f8efa0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1138 | 2024.05.01 05:13:22.621538 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 9987, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1139 | 2024.05.01 05:13:22.621587 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1140 | 2024.05.01 05:13:22.621606 [ 3 ] {} <Debug> HTTP-Session: 9a1d7071-d716-40b1-9b53-ff25475fa0e7 Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 | ||
1141 | 2024.05.01 05:13:22.621622 [ 3 ] {} <Debug> HTTP-Session: 9a1d7071-d716-40b1-9b53-ff25475fa0e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1142 | 2024.05.01 05:13:22.621636 [ 3 ] {} <Debug> HTTP-Session: 9a1d7071-d716-40b1-9b53-ff25475fa0e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1143 | 2024.05.01 05:13:22.621667 [ 3 ] {} <Trace> HTTP-Session: 9a1d7071-d716-40b1-9b53-ff25475fa0e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1144 | 2024.05.01 05:13:22.621787 [ 3 ] {7986ce8f-1f60-40b3-ac15-7d82e625722b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1145 | 2024.05.01 05:13:22.621830 [ 3 ] {7986ce8f-1f60-40b3-ac15-7d82e625722b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1146 | 2024.05.01 05:13:22.621963 [ 3 ] {7986ce8f-1f60-40b3-ac15-7d82e625722b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1147 | 2024.05.01 05:13:22.622290 [ 3 ] {7986ce8f-1f60-40b3-ac15-7d82e625722b} <Trace> oximeter.fields_string (02833c99-4351-41a4-861a-5dfe2852a250): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1148 | 2024.05.01 05:13:22.622327 [ 3 ] {7986ce8f-1f60-40b3-ac15-7d82e625722b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. | ||
1149 | 2024.05.01 05:13:22.622639 [ 3 ] {7986ce8f-1f60-40b3-ac15-7d82e625722b} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1150 | 2024.05.01 05:13:22.622939 [ 3 ] {7986ce8f-1f60-40b3-ac15-7d82e625722b} <Trace> oximeter.fields_string (02833c99-4351-41a4-861a-5dfe2852a250): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1151 | 2024.05.01 05:13:22.623091 [ 3 ] {7986ce8f-1f60-40b3-ac15-7d82e625722b} <Debug> executeQuery: Read 66 rows, 5.92 KiB in 0.001344 sec., 49107.14285714286 rows/sec., 4.30 MiB/sec. | ||
1152 | 2024.05.01 05:13:22.623362 [ 3 ] {7986ce8f-1f60-40b3-ac15-7d82e625722b} <Debug> DynamicQueryHandler: Done processing query | ||
1153 | 2024.05.01 05:13:22.623389 [ 3 ] {7986ce8f-1f60-40b3-ac15-7d82e625722b} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
1154 | 2024.05.01 05:13:22.623405 [ 3 ] {} <Debug> HTTP-Session: 9a1d7071-d716-40b1-9b53-ff25475fa0e7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1155 | 2024.05.01 05:13:22.623530 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 3786, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1156 | 2024.05.01 05:13:22.623578 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1157 | 2024.05.01 05:13:22.623596 [ 3 ] {} <Debug> HTTP-Session: 8c703343-49d6-49be-aba8-f605b82fa356 Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 | ||
1158 | 2024.05.01 05:13:22.623613 [ 3 ] {} <Debug> HTTP-Session: 8c703343-49d6-49be-aba8-f605b82fa356 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1159 | 2024.05.01 05:13:22.623627 [ 3 ] {} <Debug> HTTP-Session: 8c703343-49d6-49be-aba8-f605b82fa356 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1160 | 2024.05.01 05:13:22.623657 [ 3 ] {} <Trace> HTTP-Session: 8c703343-49d6-49be-aba8-f605b82fa356 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1161 | 2024.05.01 05:13:22.623760 [ 3 ] {565ff59d-cc66-4941-83c7-e233bad3adc0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1162 | 2024.05.01 05:13:22.623803 [ 3 ] {565ff59d-cc66-4941-83c7-e233bad3adc0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1163 | 2024.05.01 05:13:22.623945 [ 3 ] {565ff59d-cc66-4941-83c7-e233bad3adc0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1164 | 2024.05.01 05:13:22.624306 [ 3 ] {565ff59d-cc66-4941-83c7-e233bad3adc0} <Trace> oximeter.fields_uuid (55f601b6-7d16-43f5-9abb-35fe5f2ebeb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1165 | 2024.05.01 05:13:22.624343 [ 3 ] {565ff59d-cc66-4941-83c7-e233bad3adc0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. | ||
1166 | 2024.05.01 05:13:22.624655 [ 3 ] {565ff59d-cc66-4941-83c7-e233bad3adc0} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1167 | 2024.05.01 05:13:22.624963 [ 3 ] {565ff59d-cc66-4941-83c7-e233bad3adc0} <Trace> oximeter.fields_uuid (55f601b6-7d16-43f5-9abb-35fe5f2ebeb7): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1168 | 2024.05.01 05:13:22.625114 [ 3 ] {565ff59d-cc66-4941-83c7-e233bad3adc0} <Debug> executeQuery: Read 22 rows, 1.76 KiB in 0.001377 sec., 15976.761074800292 rows/sec., 1.25 MiB/sec. | ||
1169 | 2024.05.01 05:13:22.625385 [ 3 ] {565ff59d-cc66-4941-83c7-e233bad3adc0} <Debug> DynamicQueryHandler: Done processing query | ||
1170 | 2024.05.01 05:13:22.625411 [ 3 ] {565ff59d-cc66-4941-83c7-e233bad3adc0} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1171 | 2024.05.01 05:13:22.625427 [ 3 ] {} <Debug> HTTP-Session: 8c703343-49d6-49be-aba8-f605b82fa356 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1172 | 2024.05.01 05:13:22.625616 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 23581, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1173 | 2024.05.01 05:13:22.625663 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1174 | 2024.05.01 05:13:22.625683 [ 3 ] {} <Debug> HTTP-Session: b874a01f-4ede-47f4-81ba-155303521ed6 Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 | ||
1175 | 2024.05.01 05:13:22.625699 [ 3 ] {} <Debug> HTTP-Session: b874a01f-4ede-47f4-81ba-155303521ed6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1176 | 2024.05.01 05:13:22.625713 [ 3 ] {} <Debug> HTTP-Session: b874a01f-4ede-47f4-81ba-155303521ed6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1177 | 2024.05.01 05:13:22.625744 [ 3 ] {} <Trace> HTTP-Session: b874a01f-4ede-47f4-81ba-155303521ed6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1178 | 2024.05.01 05:13:22.625943 [ 3 ] {45b30792-299e-4187-b611-0bdaf4e6c774} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
1179 | 2024.05.01 05:13:22.625992 [ 3 ] {45b30792-299e-4187-b611-0bdaf4e6c774} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
1180 | 2024.05.01 05:13:22.626172 [ 3 ] {45b30792-299e-4187-b611-0bdaf4e6c774} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1181 | 2024.05.01 05:13:22.626627 [ 3 ] {45b30792-299e-4187-b611-0bdaf4e6c774} <Trace> oximeter.measurements_histogramf64 (02762c72-3303-43a9-a3f1-2d89b26a797e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1182 | 2024.05.01 05:13:22.626663 [ 3 ] {45b30792-299e-4187-b611-0bdaf4e6c774} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. | ||
1183 | 2024.05.01 05:13:22.627083 [ 3 ] {45b30792-299e-4187-b611-0bdaf4e6c774} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1184 | 2024.05.01 05:13:22.627447 [ 3 ] {45b30792-299e-4187-b611-0bdaf4e6c774} <Trace> oximeter.measurements_histogramf64 (02762c72-3303-43a9-a3f1-2d89b26a797e): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1185 | 2024.05.01 05:13:22.627609 [ 3 ] {45b30792-299e-4187-b611-0bdaf4e6c774} <Debug> executeQuery: Read 22 rows, 30.40 KiB in 0.001782 sec., 12345.67901234568 rows/sec., 16.66 MiB/sec. | ||
1186 | 2024.05.01 05:13:22.627792 [ 3 ] {45b30792-299e-4187-b611-0bdaf4e6c774} <Debug> DynamicQueryHandler: Done processing query | ||
1187 | 2024.05.01 05:13:22.627817 [ 3 ] {45b30792-299e-4187-b611-0bdaf4e6c774} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
1188 | 2024.05.01 05:13:22.627833 [ 3 ] {} <Debug> HTTP-Session: b874a01f-4ede-47f4-81ba-155303521ed6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1189 | 2024.05.01 05:13:26.473229 [ 91 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1190 | 2024.05.01 05:13:26.473334 [ 91 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1191 | 2024.05.01 05:13:32.618799 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 3213, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1192 | 2024.05.01 05:13:32.618936 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1193 | 2024.05.01 05:13:32.618965 [ 3 ] {} <Debug> HTTP-Session: d79f275f-faeb-479c-bc91-64d4c1df2443 Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 | ||
1194 | 2024.05.01 05:13:32.618992 [ 3 ] {} <Debug> HTTP-Session: d79f275f-faeb-479c-bc91-64d4c1df2443 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1195 | 2024.05.01 05:13:32.619010 [ 3 ] {} <Debug> HTTP-Session: d79f275f-faeb-479c-bc91-64d4c1df2443 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1196 | 2024.05.01 05:13:32.619065 [ 3 ] {} <Trace> HTTP-Session: d79f275f-faeb-479c-bc91-64d4c1df2443 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1197 | 2024.05.01 05:13:32.619269 [ 3 ] {708e5749-48c0-4412-9e4f-e19e1f4a122a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
1198 | 2024.05.01 05:13:32.619344 [ 3 ] {708e5749-48c0-4412-9e4f-e19e1f4a122a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
1199 | 2024.05.01 05:13:32.619556 [ 3 ] {708e5749-48c0-4412-9e4f-e19e1f4a122a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1200 | 2024.05.01 05:13:32.620027 [ 3 ] {708e5749-48c0-4412-9e4f-e19e1f4a122a} <Trace> oximeter.fields_i64 (18900a19-f0e8-46d7-bcdf-2fbf35506d05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1201 | 2024.05.01 05:13:32.620074 [ 3 ] {708e5749-48c0-4412-9e4f-e19e1f4a122a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. | ||
1202 | 2024.05.01 05:13:32.620432 [ 3 ] {708e5749-48c0-4412-9e4f-e19e1f4a122a} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1203 | 2024.05.01 05:13:32.620759 [ 3 ] {708e5749-48c0-4412-9e4f-e19e1f4a122a} <Trace> oximeter.fields_i64 (18900a19-f0e8-46d7-bcdf-2fbf35506d05): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1204 | 2024.05.01 05:13:32.620934 [ 3 ] {708e5749-48c0-4412-9e4f-e19e1f4a122a} <Debug> executeQuery: Read 22 rows, 1.78 KiB in 0.00172 sec., 12790.697674418605 rows/sec., 1.01 MiB/sec. | ||
1205 | 2024.05.01 05:13:32.621141 [ 3 ] {708e5749-48c0-4412-9e4f-e19e1f4a122a} <Debug> DynamicQueryHandler: Done processing query | ||
1206 | 2024.05.01 05:13:32.621169 [ 3 ] {708e5749-48c0-4412-9e4f-e19e1f4a122a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1207 | 2024.05.01 05:13:32.621185 [ 3 ] {} <Debug> HTTP-Session: d79f275f-faeb-479c-bc91-64d4c1df2443 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1208 | 2024.05.01 05:13:32.621331 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 9987, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1209 | 2024.05.01 05:13:32.621386 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1210 | 2024.05.01 05:13:32.621406 [ 3 ] {} <Debug> HTTP-Session: a143efd6-64aa-4bb0-bd06-2371e6660fd6 Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 | ||
1211 | 2024.05.01 05:13:32.621423 [ 3 ] {} <Debug> HTTP-Session: a143efd6-64aa-4bb0-bd06-2371e6660fd6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1212 | 2024.05.01 05:13:32.621437 [ 3 ] {} <Debug> HTTP-Session: a143efd6-64aa-4bb0-bd06-2371e6660fd6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1213 | 2024.05.01 05:13:32.621474 [ 3 ] {} <Trace> HTTP-Session: a143efd6-64aa-4bb0-bd06-2371e6660fd6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1214 | 2024.05.01 05:13:32.621608 [ 3 ] {ae319488-31b5-4d6c-b5e6-d6275fd43c41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1215 | 2024.05.01 05:13:32.621655 [ 3 ] {ae319488-31b5-4d6c-b5e6-d6275fd43c41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1216 | 2024.05.01 05:13:32.621786 [ 3 ] {ae319488-31b5-4d6c-b5e6-d6275fd43c41} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1217 | 2024.05.01 05:13:32.622204 [ 3 ] {ae319488-31b5-4d6c-b5e6-d6275fd43c41} <Trace> oximeter.fields_string (02833c99-4351-41a4-861a-5dfe2852a250): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1218 | 2024.05.01 05:13:32.622241 [ 3 ] {ae319488-31b5-4d6c-b5e6-d6275fd43c41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. | ||
1219 | 2024.05.01 05:13:32.622552 [ 3 ] {ae319488-31b5-4d6c-b5e6-d6275fd43c41} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1220 | 2024.05.01 05:13:32.622850 [ 3 ] {ae319488-31b5-4d6c-b5e6-d6275fd43c41} <Trace> oximeter.fields_string (02833c99-4351-41a4-861a-5dfe2852a250): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1221 | 2024.05.01 05:13:32.623011 [ 3 ] {ae319488-31b5-4d6c-b5e6-d6275fd43c41} <Debug> executeQuery: Read 66 rows, 5.92 KiB in 0.00144 sec., 45833.33333333333 rows/sec., 4.01 MiB/sec. | ||
1222 | 2024.05.01 05:13:32.623285 [ 3 ] {ae319488-31b5-4d6c-b5e6-d6275fd43c41} <Debug> DynamicQueryHandler: Done processing query | ||
1223 | 2024.05.01 05:13:32.623311 [ 3 ] {ae319488-31b5-4d6c-b5e6-d6275fd43c41} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
1224 | 2024.05.01 05:13:32.623328 [ 3 ] {} <Debug> HTTP-Session: a143efd6-64aa-4bb0-bd06-2371e6660fd6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1225 | 2024.05.01 05:13:32.623455 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 3786, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1226 | 2024.05.01 05:13:32.623506 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1227 | 2024.05.01 05:13:32.623525 [ 3 ] {} <Debug> HTTP-Session: 126012a3-75e1-4a1b-95bb-b49d6996d725 Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 | ||
1228 | 2024.05.01 05:13:32.623541 [ 3 ] {} <Debug> HTTP-Session: 126012a3-75e1-4a1b-95bb-b49d6996d725 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1229 | 2024.05.01 05:13:32.623555 [ 3 ] {} <Debug> HTTP-Session: 126012a3-75e1-4a1b-95bb-b49d6996d725 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1230 | 2024.05.01 05:13:32.623587 [ 3 ] {} <Trace> HTTP-Session: 126012a3-75e1-4a1b-95bb-b49d6996d725 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1231 | 2024.05.01 05:13:32.623691 [ 3 ] {5438512d-eba7-42ae-8f9a-e843f99b7d18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1232 | 2024.05.01 05:13:32.623735 [ 3 ] {5438512d-eba7-42ae-8f9a-e843f99b7d18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1233 | 2024.05.01 05:13:32.623877 [ 3 ] {5438512d-eba7-42ae-8f9a-e843f99b7d18} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1234 | 2024.05.01 05:13:32.624180 [ 3 ] {5438512d-eba7-42ae-8f9a-e843f99b7d18} <Trace> oximeter.fields_uuid (55f601b6-7d16-43f5-9abb-35fe5f2ebeb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1235 | 2024.05.01 05:13:32.624216 [ 3 ] {5438512d-eba7-42ae-8f9a-e843f99b7d18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. | ||
1236 | 2024.05.01 05:13:32.624519 [ 3 ] {5438512d-eba7-42ae-8f9a-e843f99b7d18} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1237 | 2024.05.01 05:13:32.624817 [ 3 ] {5438512d-eba7-42ae-8f9a-e843f99b7d18} <Trace> oximeter.fields_uuid (55f601b6-7d16-43f5-9abb-35fe5f2ebeb7): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1238 | 2024.05.01 05:13:32.624971 [ 3 ] {5438512d-eba7-42ae-8f9a-e843f99b7d18} <Debug> executeQuery: Read 22 rows, 1.76 KiB in 0.001309 sec., 16806.72268907563 rows/sec., 1.31 MiB/sec. | ||
1239 | 2024.05.01 05:13:32.625231 [ 3 ] {5438512d-eba7-42ae-8f9a-e843f99b7d18} <Debug> DynamicQueryHandler: Done processing query | ||
1240 | 2024.05.01 05:13:32.625257 [ 3 ] {5438512d-eba7-42ae-8f9a-e843f99b7d18} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1241 | 2024.05.01 05:13:32.625273 [ 3 ] {} <Debug> HTTP-Session: 126012a3-75e1-4a1b-95bb-b49d6996d725 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1242 | 2024.05.01 05:13:32.625407 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 23582, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1243 | 2024.05.01 05:13:32.625458 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1244 | 2024.05.01 05:13:32.625478 [ 3 ] {} <Debug> HTTP-Session: d671ffcf-b185-49bc-9a5d-9efe30cdc677 Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 | ||
1245 | 2024.05.01 05:13:32.625494 [ 3 ] {} <Debug> HTTP-Session: d671ffcf-b185-49bc-9a5d-9efe30cdc677 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1246 | 2024.05.01 05:13:32.625508 [ 3 ] {} <Debug> HTTP-Session: d671ffcf-b185-49bc-9a5d-9efe30cdc677 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1247 | 2024.05.01 05:13:32.625538 [ 3 ] {} <Trace> HTTP-Session: d671ffcf-b185-49bc-9a5d-9efe30cdc677 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1248 | 2024.05.01 05:13:32.625737 [ 3 ] {8a884f8d-f07b-4e8f-b7b0-81eb806a76ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
1249 | 2024.05.01 05:13:32.625786 [ 3 ] {8a884f8d-f07b-4e8f-b7b0-81eb806a76ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
1250 | 2024.05.01 05:13:32.625961 [ 3 ] {8a884f8d-f07b-4e8f-b7b0-81eb806a76ea} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1251 | 2024.05.01 05:13:32.626402 [ 3 ] {8a884f8d-f07b-4e8f-b7b0-81eb806a76ea} <Trace> oximeter.measurements_histogramf64 (02762c72-3303-43a9-a3f1-2d89b26a797e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1252 | 2024.05.01 05:13:32.626437 [ 3 ] {8a884f8d-f07b-4e8f-b7b0-81eb806a76ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. | ||
1253 | 2024.05.01 05:13:32.626905 [ 3 ] {8a884f8d-f07b-4e8f-b7b0-81eb806a76ea} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1254 | 2024.05.01 05:13:32.627260 [ 3 ] {8a884f8d-f07b-4e8f-b7b0-81eb806a76ea} <Trace> oximeter.measurements_histogramf64 (02762c72-3303-43a9-a3f1-2d89b26a797e): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1255 | 2024.05.01 05:13:32.627421 [ 3 ] {8a884f8d-f07b-4e8f-b7b0-81eb806a76ea} <Debug> executeQuery: Read 22 rows, 30.40 KiB in 0.001807 sec., 12174.875484228001 rows/sec., 16.43 MiB/sec. | ||
1256 | 2024.05.01 05:13:32.627594 [ 3 ] {8a884f8d-f07b-4e8f-b7b0-81eb806a76ea} <Debug> DynamicQueryHandler: Done processing query | ||
1257 | 2024.05.01 05:13:32.627618 [ 3 ] {8a884f8d-f07b-4e8f-b7b0-81eb806a76ea} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
1258 | 2024.05.01 05:13:32.627634 [ 3 ] {} <Debug> HTTP-Session: d671ffcf-b185-49bc-9a5d-9efe30cdc677 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1259 | 2024.05.01 05:13:41.473398 [ 81 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1260 | 2024.05.01 05:13:41.473467 [ 81 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1261 | 2024.05.01 05:13:42.617595 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 259, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1262 | 2024.05.01 05:13:42.617721 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1263 | 2024.05.01 05:13:42.617752 [ 3 ] {} <Debug> HTTP-Session: a07eb28e-ab9c-4802-af7b-260d4315eac0 Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 | ||
1264 | 2024.05.01 05:13:42.617781 [ 3 ] {} <Debug> HTTP-Session: a07eb28e-ab9c-4802-af7b-260d4315eac0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1265 | 2024.05.01 05:13:42.617799 [ 3 ] {} <Debug> HTTP-Session: a07eb28e-ab9c-4802-af7b-260d4315eac0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1266 | 2024.05.01 05:13:42.617854 [ 3 ] {} <Trace> HTTP-Session: a07eb28e-ab9c-4802-af7b-260d4315eac0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1267 | 2024.05.01 05:13:42.618102 [ 3 ] {182892b3-776b-448e-a538-92035f4d191d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53121) 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) | ||
1268 | 2024.05.01 05:13:42.620520 [ 3 ] {182892b3-776b-448e-a538-92035f4d191d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1269 | 2024.05.01 05:13:42.624557 [ 3 ] {182892b3-776b-448e-a538-92035f4d191d} <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 | ||
1270 | 2024.05.01 05:13:42.624857 [ 3 ] {182892b3-776b-448e-a538-92035f4d191d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1271 | 2024.05.01 05:13:42.631001 [ 3 ] {182892b3-776b-448e-a538-92035f4d191d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1272 | 2024.05.01 05:13:42.637470 [ 3 ] {182892b3-776b-448e-a538-92035f4d191d} <Debug> oximeter.timeseries_schema (583d587a-70f7-4dfe-8df4-c5d96ea11ee7) (SelectExecutor): Key condition: (column 0 notIn 4-element set) | ||
1273 | 2024.05.01 05:13:42.642841 [ 3 ] {182892b3-776b-448e-a538-92035f4d191d} <Trace> oximeter.timeseries_schema (583d587a-70f7-4dfe-8df4-c5d96ea11ee7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1274 | 2024.05.01 05:13:42.644999 [ 3 ] {182892b3-776b-448e-a538-92035f4d191d} <Debug> oximeter.timeseries_schema (583d587a-70f7-4dfe-8df4-c5d96ea11ee7) (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 | ||
1275 | 2024.05.01 05:13:42.645023 [ 3 ] {182892b3-776b-448e-a538-92035f4d191d} <Trace> oximeter.timeseries_schema (583d587a-70f7-4dfe-8df4-c5d96ea11ee7) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1276 | 2024.05.01 05:13:42.647268 [ 3 ] {182892b3-776b-448e-a538-92035f4d191d} <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'))" | ||
1277 | 2024.05.01 05:13:42.647324 [ 3 ] {182892b3-776b-448e-a538-92035f4d191d} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1278 | 2024.05.01 05:13:42.672190 [ 3 ] {182892b3-776b-448e-a538-92035f4d191d} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.054183 sec., 73.82389310300279 rows/sec., 3.41 KiB/sec. | ||
1279 | 2024.05.01 05:13:42.672489 [ 3 ] {182892b3-776b-448e-a538-92035f4d191d} <Debug> DynamicQueryHandler: Done processing query | ||
1280 | 2024.05.01 05:13:42.672522 [ 3 ] {182892b3-776b-448e-a538-92035f4d191d} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1281 | 2024.05.01 05:13:42.672539 [ 3 ] {} <Debug> HTTP-Session: a07eb28e-ab9c-4802-af7b-260d4315eac0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1282 | 2024.05.01 05:13:42.672833 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 293, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1283 | 2024.05.01 05:13:42.672892 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1284 | 2024.05.01 05:13:42.672914 [ 3 ] {} <Debug> HTTP-Session: f91505f9-01d0-4e86-a23b-f41038c33c06 Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 | ||
1285 | 2024.05.01 05:13:42.672933 [ 3 ] {} <Debug> HTTP-Session: f91505f9-01d0-4e86-a23b-f41038c33c06 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1286 | 2024.05.01 05:13:42.672948 [ 3 ] {} <Debug> HTTP-Session: f91505f9-01d0-4e86-a23b-f41038c33c06 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1287 | 2024.05.01 05:13:42.672986 [ 3 ] {} <Trace> HTTP-Session: f91505f9-01d0-4e86-a23b-f41038c33c06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1288 | 2024.05.01 05:13:42.673147 [ 3 ] {6c7938d8-2aaa-483f-a080-1b0a1f78d974} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53121) 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', 'oximeter_collector:collections') FORMAT JSONEachRow; (stage: Complete) | ||
1289 | 2024.05.01 05:13:42.673395 [ 3 ] {6c7938d8-2aaa-483f-a080-1b0a1f78d974} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1290 | 2024.05.01 05:13:42.673429 [ 3 ] {6c7938d8-2aaa-483f-a080-1b0a1f78d974} <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', 'oximeter_collector:collections')" moved to PREWHERE | ||
1291 | 2024.05.01 05:13:42.673633 [ 3 ] {6c7938d8-2aaa-483f-a080-1b0a1f78d974} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1292 | 2024.05.01 05:13:42.673700 [ 3 ] {6c7938d8-2aaa-483f-a080-1b0a1f78d974} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1293 | 2024.05.01 05:13:42.673843 [ 3 ] {6c7938d8-2aaa-483f-a080-1b0a1f78d974} <Debug> oximeter.timeseries_schema (583d587a-70f7-4dfe-8df4-c5d96ea11ee7) (SelectExecutor): Key condition: (column 0 notIn 5-element set) | ||
1294 | 2024.05.01 05:13:42.673877 [ 3 ] {6c7938d8-2aaa-483f-a080-1b0a1f78d974} <Trace> oximeter.timeseries_schema (583d587a-70f7-4dfe-8df4-c5d96ea11ee7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1295 | 2024.05.01 05:13:42.673901 [ 3 ] {6c7938d8-2aaa-483f-a080-1b0a1f78d974} <Debug> oximeter.timeseries_schema (583d587a-70f7-4dfe-8df4-c5d96ea11ee7) (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 | ||
1296 | 2024.05.01 05:13:42.673917 [ 3 ] {6c7938d8-2aaa-483f-a080-1b0a1f78d974} <Trace> oximeter.timeseries_schema (583d587a-70f7-4dfe-8df4-c5d96ea11ee7) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1297 | 2024.05.01 05:13:42.673958 [ 3 ] {6c7938d8-2aaa-483f-a080-1b0a1f78d974} <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', 'oximeter_collector:collections'))" | ||
1298 | 2024.05.01 05:13:42.673979 [ 3 ] {6c7938d8-2aaa-483f-a080-1b0a1f78d974} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1299 | 2024.05.01 05:13:42.674792 [ 3 ] {6c7938d8-2aaa-483f-a080-1b0a1f78d974} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001714 sec., 2333.7222870478413 rows/sec., 107.68 KiB/sec. | ||
1300 | 2024.05.01 05:13:42.675041 [ 3 ] {6c7938d8-2aaa-483f-a080-1b0a1f78d974} <Debug> DynamicQueryHandler: Done processing query | ||
1301 | 2024.05.01 05:13:42.675068 [ 3 ] {6c7938d8-2aaa-483f-a080-1b0a1f78d974} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1302 | 2024.05.01 05:13:42.675085 [ 3 ] {} <Debug> HTTP-Session: f91505f9-01d0-4e86-a23b-f41038c33c06 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1303 | 2024.05.01 05:13:42.676815 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 880, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1304 | 2024.05.01 05:13:42.676873 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1305 | 2024.05.01 05:13:42.676893 [ 3 ] {} <Debug> HTTP-Session: 8d929bff-3e8c-4847-b2ac-1379bf8f0b18 Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 | ||
1306 | 2024.05.01 05:13:42.676910 [ 3 ] {} <Debug> HTTP-Session: 8d929bff-3e8c-4847-b2ac-1379bf8f0b18 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1307 | 2024.05.01 05:13:42.676924 [ 3 ] {} <Debug> HTTP-Session: 8d929bff-3e8c-4847-b2ac-1379bf8f0b18 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1308 | 2024.05.01 05:13:42.676959 [ 3 ] {} <Trace> HTTP-Session: 8d929bff-3e8c-4847-b2ac-1379bf8f0b18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1309 | 2024.05.01 05:13:42.677075 [ 3 ] {68411458-f7a7-48e4-8863-b99c6ca4d3bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
1310 | 2024.05.01 05:13:42.677123 [ 3 ] {68411458-f7a7-48e4-8863-b99c6ca4d3bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1311 | 2024.05.01 05:13:42.677289 [ 3 ] {68411458-f7a7-48e4-8863-b99c6ca4d3bc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1312 | 2024.05.01 05:13:42.677609 [ 3 ] {68411458-f7a7-48e4-8863-b99c6ca4d3bc} <Trace> oximeter.timeseries_schema (583d587a-70f7-4dfe-8df4-c5d96ea11ee7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1313 | 2024.05.01 05:13:42.677648 [ 3 ] {68411458-f7a7-48e4-8863-b99c6ca4d3bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. | ||
1314 | 2024.05.01 05:13:42.678163 [ 3 ] {68411458-f7a7-48e4-8863-b99c6ca4d3bc} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1315 | 2024.05.01 05:13:42.678489 [ 3 ] {68411458-f7a7-48e4-8863-b99c6ca4d3bc} <Trace> oximeter.timeseries_schema (583d587a-70f7-4dfe-8df4-c5d96ea11ee7): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1316 | 2024.05.01 05:13:42.678659 [ 3 ] {68411458-f7a7-48e4-8863-b99c6ca4d3bc} <Debug> executeQuery: Read 2 rows, 488.00 B in 0.001613 sec., 1239.925604463732 rows/sec., 295.45 KiB/sec. | ||
1317 | 2024.05.01 05:13:42.678824 [ 3 ] {68411458-f7a7-48e4-8863-b99c6ca4d3bc} <Debug> DynamicQueryHandler: Done processing query | ||
1318 | 2024.05.01 05:13:42.678849 [ 3 ] {68411458-f7a7-48e4-8863-b99c6ca4d3bc} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
1319 | 2024.05.01 05:13:42.678865 [ 3 ] {} <Debug> HTTP-Session: 8d929bff-3e8c-4847-b2ac-1379bf8f0b18 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1320 | 2024.05.01 05:13:42.678976 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 3213, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1321 | 2024.05.01 05:13:42.679026 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1322 | 2024.05.01 05:13:42.679044 [ 3 ] {} <Debug> HTTP-Session: e8a92744-d6d2-4130-b79e-965731eefd14 Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 | ||
1323 | 2024.05.01 05:13:42.679062 [ 3 ] {} <Debug> HTTP-Session: e8a92744-d6d2-4130-b79e-965731eefd14 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1324 | 2024.05.01 05:13:42.679076 [ 3 ] {} <Debug> HTTP-Session: e8a92744-d6d2-4130-b79e-965731eefd14 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1325 | 2024.05.01 05:13:42.679108 [ 3 ] {} <Trace> HTTP-Session: e8a92744-d6d2-4130-b79e-965731eefd14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1326 | 2024.05.01 05:13:42.679216 [ 3 ] {250f3dfd-fa5e-4065-b6db-63ebabbdaf13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
1327 | 2024.05.01 05:13:42.679261 [ 3 ] {250f3dfd-fa5e-4065-b6db-63ebabbdaf13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
1328 | 2024.05.01 05:13:42.679388 [ 3 ] {250f3dfd-fa5e-4065-b6db-63ebabbdaf13} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1329 | 2024.05.01 05:13:42.679709 [ 3 ] {250f3dfd-fa5e-4065-b6db-63ebabbdaf13} <Trace> oximeter.fields_i64 (18900a19-f0e8-46d7-bcdf-2fbf35506d05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1330 | 2024.05.01 05:13:42.679749 [ 3 ] {250f3dfd-fa5e-4065-b6db-63ebabbdaf13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. | ||
1331 | 2024.05.01 05:13:42.680078 [ 3 ] {250f3dfd-fa5e-4065-b6db-63ebabbdaf13} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1332 | 2024.05.01 05:13:42.680384 [ 3 ] {250f3dfd-fa5e-4065-b6db-63ebabbdaf13} <Trace> oximeter.fields_i64 (18900a19-f0e8-46d7-bcdf-2fbf35506d05): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1333 | 2024.05.01 05:13:42.680540 [ 3 ] {250f3dfd-fa5e-4065-b6db-63ebabbdaf13} <Debug> executeQuery: Read 22 rows, 1.78 KiB in 0.001346 sec., 16344.725111441308 rows/sec., 1.29 MiB/sec. | ||
1334 | 2024.05.01 05:13:42.680543 [ 83 ] {} <Debug> oximeter.fields_i64 (18900a19-f0e8-46d7-bcdf-2fbf35506d05) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1335 | 2024.05.01 05:13:42.680661 [ 83 ] {} <Trace> oximeter.fields_i64 (18900a19-f0e8-46d7-bcdf-2fbf35506d05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1336 | 2024.05.01 05:13:42.680697 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. | ||
1337 | 2024.05.01 05:13:42.680775 [ 3 ] {250f3dfd-fa5e-4065-b6db-63ebabbdaf13} <Debug> DynamicQueryHandler: Done processing query | ||
1338 | 2024.05.01 05:13:42.680824 [ 3 ] {250f3dfd-fa5e-4065-b6db-63ebabbdaf13} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1339 | 2024.05.01 05:13:42.680874 [ 3 ] {} <Debug> HTTP-Session: e8a92744-d6d2-4130-b79e-965731eefd14 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1340 | 2024.05.01 05:13:42.681037 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 2279, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1341 | 2024.05.01 05:13:42.681104 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1342 | 2024.05.01 05:13:42.681131 [ 3 ] {} <Debug> HTTP-Session: cdc88e74-af5b-4909-913d-25c548641f3f Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 | ||
1343 | 2024.05.01 05:13:42.681149 [ 3 ] {} <Debug> HTTP-Session: cdc88e74-af5b-4909-913d-25c548641f3f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1344 | 2024.05.01 05:13:42.681163 [ 3 ] {} <Debug> HTTP-Session: cdc88e74-af5b-4909-913d-25c548641f3f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1345 | 2024.05.01 05:13:42.681195 [ 3 ] {} <Trace> HTTP-Session: cdc88e74-af5b-4909-913d-25c548641f3f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1346 | 2024.05.01 05:13:42.681317 [ 3 ] {81fe4dd5-fa07-4a46-9916-26dcbae7a988} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
1347 | 2024.05.01 05:13:42.681363 [ 3 ] {81fe4dd5-fa07-4a46-9916-26dcbae7a988} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
1348 | 2024.05.01 05:13:42.681591 [ 3 ] {81fe4dd5-fa07-4a46-9916-26dcbae7a988} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1349 | 2024.05.01 05:13:42.681992 [ 3 ] {81fe4dd5-fa07-4a46-9916-26dcbae7a988} <Trace> oximeter.fields_ipaddr (1c71e044-a152-4ad0-b7b7-42f7436ab394): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1350 | 2024.05.01 05:13:42.682028 [ 3 ] {81fe4dd5-fa07-4a46-9916-26dcbae7a988} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. | ||
1351 | 2024.05.01 05:13:42.682432 [ 3 ] {81fe4dd5-fa07-4a46-9916-26dcbae7a988} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1352 | 2024.05.01 05:13:42.682759 [ 3 ] {81fe4dd5-fa07-4a46-9916-26dcbae7a988} <Trace> oximeter.fields_ipaddr (1c71e044-a152-4ad0-b7b7-42f7436ab394): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1353 | 2024.05.01 05:13:42.682924 [ 3 ] {81fe4dd5-fa07-4a46-9916-26dcbae7a988} <Debug> executeQuery: Read 14 rows, 1.18 KiB in 0.001639 sec., 8541.793776693105 rows/sec., 721.55 KiB/sec. | ||
1354 | 2024.05.01 05:13:42.683184 [ 3 ] {81fe4dd5-fa07-4a46-9916-26dcbae7a988} <Debug> DynamicQueryHandler: Done processing query | ||
1355 | 2024.05.01 05:13:42.683209 [ 3 ] {81fe4dd5-fa07-4a46-9916-26dcbae7a988} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1356 | 2024.05.01 05:13:42.683225 [ 3 ] {} <Debug> HTTP-Session: cdc88e74-af5b-4909-913d-25c548641f3f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1357 | 2024.05.01 05:13:42.683348 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 11433, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1358 | 2024.05.01 05:13:42.683397 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1359 | 2024.05.01 05:13:42.683416 [ 3 ] {} <Debug> HTTP-Session: 75242a90-f434-42d4-990f-6036ee6c76c4 Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 | ||
1360 | 2024.05.01 05:13:42.683433 [ 3 ] {} <Debug> HTTP-Session: 75242a90-f434-42d4-990f-6036ee6c76c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1361 | 2024.05.01 05:13:42.683447 [ 3 ] {} <Debug> HTTP-Session: 75242a90-f434-42d4-990f-6036ee6c76c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1362 | 2024.05.01 05:13:42.683478 [ 3 ] {} <Trace> HTTP-Session: 75242a90-f434-42d4-990f-6036ee6c76c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1363 | 2024.05.01 05:13:42.683627 [ 3 ] {b46eb1ea-ec77-449e-b856-f92eb752e8aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1364 | 2024.05.01 05:13:42.683672 [ 3 ] {b46eb1ea-ec77-449e-b856-f92eb752e8aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1365 | 2024.05.01 05:13:42.683815 [ 3 ] {b46eb1ea-ec77-449e-b856-f92eb752e8aa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1366 | 2024.05.01 05:13:42.684162 [ 3 ] {b46eb1ea-ec77-449e-b856-f92eb752e8aa} <Trace> oximeter.fields_string (02833c99-4351-41a4-861a-5dfe2852a250): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1367 | 2024.05.01 05:13:42.684199 [ 3 ] {b46eb1ea-ec77-449e-b856-f92eb752e8aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. | ||
1368 | 2024.05.01 05:13:42.684532 [ 3 ] {b46eb1ea-ec77-449e-b856-f92eb752e8aa} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1369 | 2024.05.01 05:13:42.684871 [ 3 ] {b46eb1ea-ec77-449e-b856-f92eb752e8aa} <Trace> oximeter.fields_string (02833c99-4351-41a4-861a-5dfe2852a250): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1370 | 2024.05.01 05:13:42.685034 [ 3 ] {b46eb1ea-ec77-449e-b856-f92eb752e8aa} <Debug> executeQuery: Read 76 rows, 6.76 KiB in 0.001467 sec., 51806.40763462849 rows/sec., 4.50 MiB/sec. | ||
1371 | 2024.05.01 05:13:42.685035 [ 83 ] {} <Debug> oximeter.fields_string (02833c99-4351-41a4-861a-5dfe2852a250) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1372 | 2024.05.01 05:13:42.685129 [ 83 ] {} <Trace> oximeter.fields_string (02833c99-4351-41a4-861a-5dfe2852a250): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1373 | 2024.05.01 05:13:42.685172 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. | ||
1374 | 2024.05.01 05:13:42.685358 [ 3 ] {b46eb1ea-ec77-449e-b856-f92eb752e8aa} <Debug> DynamicQueryHandler: Done processing query | ||
1375 | 2024.05.01 05:13:42.685428 [ 3 ] {b46eb1ea-ec77-449e-b856-f92eb752e8aa} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
1376 | 2024.05.01 05:13:42.685470 [ 3 ] {} <Debug> HTTP-Session: 75242a90-f434-42d4-990f-6036ee6c76c4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1377 | 2024.05.01 05:13:42.685603 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 2046, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1378 | 2024.05.01 05:13:42.685653 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1379 | 2024.05.01 05:13:42.685675 [ 3 ] {} <Debug> HTTP-Session: 610ba5dd-548d-4ac1-b3bb-06a693775d92 Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 | ||
1380 | 2024.05.01 05:13:42.685693 [ 3 ] {} <Debug> HTTP-Session: 610ba5dd-548d-4ac1-b3bb-06a693775d92 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1381 | 2024.05.01 05:13:42.685707 [ 3 ] {} <Debug> HTTP-Session: 610ba5dd-548d-4ac1-b3bb-06a693775d92 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1382 | 2024.05.01 05:13:42.685737 [ 3 ] {} <Trace> HTTP-Session: 610ba5dd-548d-4ac1-b3bb-06a693775d92 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1383 | 2024.05.01 05:13:42.685839 [ 3 ] {8b53c44a-c96b-4cb4-8e52-cd93e575db0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
1384 | 2024.05.01 05:13:42.685885 [ 3 ] {8b53c44a-c96b-4cb4-8e52-cd93e575db0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
1385 | 2024.05.01 05:13:42.686024 [ 3 ] {8b53c44a-c96b-4cb4-8e52-cd93e575db0f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1386 | 2024.05.01 05:13:42.686685 [ 189 ] {18900a19-f0e8-46d7-bcdf-2fbf35506d05::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 | ||
1387 | 2024.05.01 05:13:42.686687 [ 187 ] {02833c99-4351-41a4-861a-5dfe2852a250::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 | ||
1388 | 2024.05.01 05:13:42.687124 [ 189 ] {18900a19-f0e8-46d7-bcdf-2fbf35506d05::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1389 | 2024.05.01 05:13:42.687125 [ 187 ] {02833c99-4351-41a4-861a-5dfe2852a250::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1390 | 2024.05.01 05:13:42.687250 [ 187 ] {02833c99-4351-41a4-861a-5dfe2852a250::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 60 rows starting from the beginning of the part | ||
1391 | 2024.05.01 05:13:42.687261 [ 189 ] {18900a19-f0e8-46d7-bcdf-2fbf35506d05::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 20 rows starting from the beginning of the part | ||
1392 | 2024.05.01 05:13:42.687578 [ 189 ] {18900a19-f0e8-46d7-bcdf-2fbf35506d05::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 21 rows starting from the beginning of the part | ||
1393 | 2024.05.01 05:13:42.687777 [ 187 ] {02833c99-4351-41a4-861a-5dfe2852a250::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 63 rows starting from the beginning of the part | ||
1394 | 2024.05.01 05:13:42.688530 [ 189 ] {18900a19-f0e8-46d7-bcdf-2fbf35506d05::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 | ||
1395 | 2024.05.01 05:13:42.688904 [ 189 ] {18900a19-f0e8-46d7-bcdf-2fbf35506d05::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 | ||
1396 | 2024.05.01 05:13:42.689413 [ 189 ] {18900a19-f0e8-46d7-bcdf-2fbf35506d05::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 | ||
1397 | 2024.05.01 05:13:42.689689 [ 187 ] {02833c99-4351-41a4-861a-5dfe2852a250::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 66 rows starting from the beginning of the part | ||
1398 | 2024.05.01 05:13:42.689827 [ 189 ] {18900a19-f0e8-46d7-bcdf-2fbf35506d05::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 | ||
1399 | 2024.05.01 05:13:42.690308 [ 187 ] {02833c99-4351-41a4-861a-5dfe2852a250::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 | ||
1400 | 2024.05.01 05:13:42.689607 [ 3 ] {8b53c44a-c96b-4cb4-8e52-cd93e575db0f} <Trace> oximeter.fields_u16 (c1f4c012-aa93-46bc-a412-1c1afd990b15): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1401 | 2024.05.01 05:13:42.690580 [ 3 ] {8b53c44a-c96b-4cb4-8e52-cd93e575db0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. | ||
1402 | 2024.05.01 05:13:42.690926 [ 187 ] {02833c99-4351-41a4-861a-5dfe2852a250::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 | ||
1403 | 2024.05.01 05:13:42.691449 [ 187 ] {02833c99-4351-41a4-861a-5dfe2852a250::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 76 rows starting from the beginning of the part | ||
1404 | 2024.05.01 05:13:42.692664 [ 3 ] {8b53c44a-c96b-4cb4-8e52-cd93e575db0f} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1405 | 2024.05.01 05:13:42.694254 [ 3 ] {8b53c44a-c96b-4cb4-8e52-cd93e575db0f} <Trace> oximeter.fields_u16 (c1f4c012-aa93-46bc-a412-1c1afd990b15): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1406 | 2024.05.01 05:13:42.694956 [ 3 ] {8b53c44a-c96b-4cb4-8e52-cd93e575db0f} <Debug> executeQuery: Read 14 rows, 1.02 KiB in 0.009082 sec., 1541.5106804668576 rows/sec., 112.15 KiB/sec. | ||
1407 | 2024.05.01 05:13:42.695432 [ 189 ] {18900a19-f0e8-46d7-bcdf-2fbf35506d05::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 129 rows, containing 4 columns (4 merged, 0 gathered) in 0.014616105 sec., 8825.880766455906 rows/sec., 715.38 KiB/sec. | ||
1408 | 2024.05.01 05:13:42.695626 [ 3 ] {8b53c44a-c96b-4cb4-8e52-cd93e575db0f} <Debug> DynamicQueryHandler: Done processing query | ||
1409 | 2024.05.01 05:13:42.695690 [ 3 ] {8b53c44a-c96b-4cb4-8e52-cd93e575db0f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1410 | 2024.05.01 05:13:42.695765 [ 3 ] {} <Debug> HTTP-Session: 610ba5dd-548d-4ac1-b3bb-06a693775d92 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1411 | 2024.05.01 05:13:42.695776 [ 189 ] {18900a19-f0e8-46d7-bcdf-2fbf35506d05::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1412 | 2024.05.01 05:13:42.696070 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 6221, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1413 | 2024.05.01 05:13:42.696262 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1414 | 2024.05.01 05:13:42.696390 [ 3 ] {} <Debug> HTTP-Session: dbfd4127-fb09-40f6-8046-25e8bc1322f8 Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 | ||
1415 | 2024.05.01 05:13:42.696479 [ 3 ] {} <Debug> HTTP-Session: dbfd4127-fb09-40f6-8046-25e8bc1322f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1416 | 2024.05.01 05:13:42.696540 [ 3 ] {} <Debug> HTTP-Session: dbfd4127-fb09-40f6-8046-25e8bc1322f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1417 | 2024.05.01 05:13:42.696674 [ 3 ] {} <Trace> HTTP-Session: dbfd4127-fb09-40f6-8046-25e8bc1322f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1418 | 2024.05.01 05:13:42.697099 [ 3 ] {7204fb05-3c8b-40ed-8d20-bb8f5ffbbc24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1419 | 2024.05.01 05:13:42.697211 [ 189 ] {18900a19-f0e8-46d7-bcdf-2fbf35506d05::all_1_6_1} <Trace> oximeter.fields_i64 (18900a19-f0e8-46d7-bcdf-2fbf35506d05): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1420 | 2024.05.01 05:13:42.697242 [ 3 ] {7204fb05-3c8b-40ed-8d20-bb8f5ffbbc24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1421 | 2024.05.01 05:13:42.697534 [ 189 ] {18900a19-f0e8-46d7-bcdf-2fbf35506d05::all_1_6_1} <Trace> oximeter.fields_i64 (18900a19-f0e8-46d7-bcdf-2fbf35506d05) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1422 | 2024.05.01 05:13:42.697860 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
1423 | 2024.05.01 05:13:42.698280 [ 3 ] {7204fb05-3c8b-40ed-8d20-bb8f5ffbbc24} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1424 | 2024.05.01 05:13:42.698286 [ 199 ] {02833c99-4351-41a4-861a-5dfe2852a250::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 397 rows, containing 4 columns (4 merged, 0 gathered) in 0.013019002 sec., 30493.888855689554 rows/sec., 2.67 MiB/sec. | ||
1425 | 2024.05.01 05:13:42.698516 [ 199 ] {02833c99-4351-41a4-861a-5dfe2852a250::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1426 | 2024.05.01 05:13:42.699256 [ 3 ] {7204fb05-3c8b-40ed-8d20-bb8f5ffbbc24} <Trace> oximeter.fields_uuid (55f601b6-7d16-43f5-9abb-35fe5f2ebeb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1427 | 2024.05.01 05:13:42.699327 [ 3 ] {7204fb05-3c8b-40ed-8d20-bb8f5ffbbc24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. | ||
1428 | 2024.05.01 05:13:42.699426 [ 199 ] {02833c99-4351-41a4-861a-5dfe2852a250::all_1_6_1} <Trace> oximeter.fields_string (02833c99-4351-41a4-861a-5dfe2852a250): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1429 | 2024.05.01 05:13:42.699599 [ 199 ] {02833c99-4351-41a4-861a-5dfe2852a250::all_1_6_1} <Trace> oximeter.fields_string (02833c99-4351-41a4-861a-5dfe2852a250) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1430 | 2024.05.01 05:13:42.699769 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
1431 | 2024.05.01 05:13:42.699949 [ 3 ] {7204fb05-3c8b-40ed-8d20-bb8f5ffbbc24} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1432 | 2024.05.01 05:13:42.700290 [ 3 ] {7204fb05-3c8b-40ed-8d20-bb8f5ffbbc24} <Trace> oximeter.fields_uuid (55f601b6-7d16-43f5-9abb-35fe5f2ebeb7): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1433 | 2024.05.01 05:13:42.700455 [ 83 ] {} <Debug> oximeter.fields_uuid (55f601b6-7d16-43f5-9abb-35fe5f2ebeb7) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1434 | 2024.05.01 05:13:42.700463 [ 3 ] {7204fb05-3c8b-40ed-8d20-bb8f5ffbbc24} <Debug> executeQuery: Read 36 rows, 2.94 KiB in 0.003544 sec., 10158.013544018058 rows/sec., 830.79 KiB/sec. | ||
1435 | 2024.05.01 05:13:42.700510 [ 83 ] {} <Trace> oximeter.fields_uuid (55f601b6-7d16-43f5-9abb-35fe5f2ebeb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1436 | 2024.05.01 05:13:42.700579 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. | ||
1437 | 2024.05.01 05:13:42.700909 [ 199 ] {55f601b6-7d16-43f5-9abb-35fe5f2ebeb7::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 | ||
1438 | 2024.05.01 05:13:42.700964 [ 3 ] {7204fb05-3c8b-40ed-8d20-bb8f5ffbbc24} <Debug> DynamicQueryHandler: Done processing query | ||
1439 | 2024.05.01 05:13:42.701021 [ 3 ] {7204fb05-3c8b-40ed-8d20-bb8f5ffbbc24} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1440 | 2024.05.01 05:13:42.701072 [ 3 ] {} <Debug> HTTP-Session: dbfd4127-fb09-40f6-8046-25e8bc1322f8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1441 | 2024.05.01 05:13:42.701185 [ 199 ] {55f601b6-7d16-43f5-9abb-35fe5f2ebeb7::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1442 | 2024.05.01 05:13:42.701254 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 1417, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1443 | 2024.05.01 05:13:42.701265 [ 199 ] {55f601b6-7d16-43f5-9abb-35fe5f2ebeb7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 30 rows starting from the beginning of the part | ||
1444 | 2024.05.01 05:13:42.701327 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1445 | 2024.05.01 05:13:42.701382 [ 3 ] {} <Debug> HTTP-Session: 0768ad8a-1991-4641-a3a8-ac868179053b Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 | ||
1446 | 2024.05.01 05:13:42.701450 [ 3 ] {} <Debug> HTTP-Session: 0768ad8a-1991-4641-a3a8-ac868179053b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1447 | 2024.05.01 05:13:42.701516 [ 3 ] {} <Debug> HTTP-Session: 0768ad8a-1991-4641-a3a8-ac868179053b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1448 | 2024.05.01 05:13:42.701602 [ 199 ] {55f601b6-7d16-43f5-9abb-35fe5f2ebeb7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 21 rows starting from the beginning of the part | ||
1449 | 2024.05.01 05:13:42.701634 [ 3 ] {} <Trace> HTTP-Session: 0768ad8a-1991-4641-a3a8-ac868179053b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1450 | 2024.05.01 05:13:42.701901 [ 199 ] {55f601b6-7d16-43f5-9abb-35fe5f2ebeb7::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 | ||
1451 | 2024.05.01 05:13:42.701985 [ 3 ] {5404ee34-7077-448d-9c7d-0c249954c674} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1452 | 2024.05.01 05:13:42.702155 [ 3 ] {5404ee34-7077-448d-9c7d-0c249954c674} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1453 | 2024.05.01 05:13:42.702266 [ 199 ] {55f601b6-7d16-43f5-9abb-35fe5f2ebeb7::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 | ||
1454 | 2024.05.01 05:13:42.702596 [ 199 ] {55f601b6-7d16-43f5-9abb-35fe5f2ebeb7::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 | ||
1455 | 2024.05.01 05:13:42.702990 [ 199 ] {55f601b6-7d16-43f5-9abb-35fe5f2ebeb7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 36 rows starting from the beginning of the part | ||
1456 | 2024.05.01 05:13:42.703196 [ 3 ] {5404ee34-7077-448d-9c7d-0c249954c674} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1457 | 2024.05.01 05:13:42.704202 [ 3 ] {5404ee34-7077-448d-9c7d-0c249954c674} <Trace> oximeter.measurements_cumulativeu64 (14094fbf-77be-414d-8210-2374b71b4f0c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1458 | 2024.05.01 05:13:42.704271 [ 3 ] {5404ee34-7077-448d-9c7d-0c249954c674} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. | ||
1459 | 2024.05.01 05:13:42.705422 [ 3 ] {5404ee34-7077-448d-9c7d-0c249954c674} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1460 | 2024.05.01 05:13:42.705581 [ 189 ] {55f601b6-7d16-43f5-9abb-35fe5f2ebeb7::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 153 rows, containing 4 columns (4 merged, 0 gathered) in 0.004916963 sec., 31116.76862323349 rows/sec., 2.45 MiB/sec. | ||
1461 | 2024.05.01 05:13:42.705834 [ 189 ] {55f601b6-7d16-43f5-9abb-35fe5f2ebeb7::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1462 | 2024.05.01 05:13:42.706192 [ 3 ] {5404ee34-7077-448d-9c7d-0c249954c674} <Trace> oximeter.measurements_cumulativeu64 (14094fbf-77be-414d-8210-2374b71b4f0c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1463 | 2024.05.01 05:13:42.706619 [ 3 ] {5404ee34-7077-448d-9c7d-0c249954c674} <Debug> executeQuery: Read 7 rows, 525.00 B in 0.004749 sec., 1473.9945251631923 rows/sec., 107.96 KiB/sec. | ||
1464 | 2024.05.01 05:13:42.706874 [ 199 ] {55f601b6-7d16-43f5-9abb-35fe5f2ebeb7::all_1_6_1} <Trace> oximeter.fields_uuid (55f601b6-7d16-43f5-9abb-35fe5f2ebeb7): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1465 | 2024.05.01 05:13:42.707090 [ 199 ] {55f601b6-7d16-43f5-9abb-35fe5f2ebeb7::all_1_6_1} <Trace> oximeter.fields_uuid (55f601b6-7d16-43f5-9abb-35fe5f2ebeb7) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1466 | 2024.05.01 05:13:42.707121 [ 3 ] {5404ee34-7077-448d-9c7d-0c249954c674} <Debug> DynamicQueryHandler: Done processing query | ||
1467 | 2024.05.01 05:13:42.707174 [ 3 ] {5404ee34-7077-448d-9c7d-0c249954c674} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1468 | 2024.05.01 05:13:42.707239 [ 3 ] {} <Debug> HTTP-Session: 0768ad8a-1991-4641-a3a8-ac868179053b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1469 | 2024.05.01 05:13:42.707259 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
1470 | 2024.05.01 05:13:42.707409 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 23582, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1471 | 2024.05.01 05:13:42.707468 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1472 | 2024.05.01 05:13:42.707489 [ 3 ] {} <Debug> HTTP-Session: 9792fb07-72ae-45aa-a660-6d94d0914751 Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 | ||
1473 | 2024.05.01 05:13:42.707507 [ 3 ] {} <Debug> HTTP-Session: 9792fb07-72ae-45aa-a660-6d94d0914751 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1474 | 2024.05.01 05:13:42.707521 [ 3 ] {} <Debug> HTTP-Session: 9792fb07-72ae-45aa-a660-6d94d0914751 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1475 | 2024.05.01 05:13:42.707554 [ 3 ] {} <Trace> HTTP-Session: 9792fb07-72ae-45aa-a660-6d94d0914751 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1476 | 2024.05.01 05:13:42.707996 [ 3 ] {807af9f0-f8b6-4a9f-96c6-fa23b477c224} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
1477 | 2024.05.01 05:13:42.708051 [ 3 ] {807af9f0-f8b6-4a9f-96c6-fa23b477c224} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
1478 | 2024.05.01 05:13:42.708273 [ 3 ] {807af9f0-f8b6-4a9f-96c6-fa23b477c224} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1479 | 2024.05.01 05:13:42.708736 [ 3 ] {807af9f0-f8b6-4a9f-96c6-fa23b477c224} <Trace> oximeter.measurements_histogramf64 (02762c72-3303-43a9-a3f1-2d89b26a797e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1480 | 2024.05.01 05:13:42.708778 [ 3 ] {807af9f0-f8b6-4a9f-96c6-fa23b477c224} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. | ||
1481 | 2024.05.01 05:13:42.709252 [ 3 ] {807af9f0-f8b6-4a9f-96c6-fa23b477c224} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1482 | 2024.05.01 05:13:42.709627 [ 3 ] {807af9f0-f8b6-4a9f-96c6-fa23b477c224} <Trace> oximeter.measurements_histogramf64 (02762c72-3303-43a9-a3f1-2d89b26a797e): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1483 | 2024.05.01 05:13:42.709796 [ 83 ] {} <Debug> oximeter.measurements_histogramf64 (02762c72-3303-43a9-a3f1-2d89b26a797e) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1484 | 2024.05.01 05:13:42.709808 [ 3 ] {807af9f0-f8b6-4a9f-96c6-fa23b477c224} <Debug> executeQuery: Read 22 rows, 30.40 KiB in 0.00215 sec., 10232.558139534884 rows/sec., 13.81 MiB/sec. | ||
1485 | 2024.05.01 05:13:42.709844 [ 83 ] {} <Trace> oximeter.measurements_histogramf64 (02762c72-3303-43a9-a3f1-2d89b26a797e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1486 | 2024.05.01 05:13:42.709911 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. | ||
1487 | 2024.05.01 05:13:42.710131 [ 189 ] {02762c72-3303-43a9-a3f1-2d89b26a797e::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 | ||
1488 | 2024.05.01 05:13:42.710182 [ 3 ] {807af9f0-f8b6-4a9f-96c6-fa23b477c224} <Debug> DynamicQueryHandler: Done processing query | ||
1489 | 2024.05.01 05:13:42.710231 [ 3 ] {807af9f0-f8b6-4a9f-96c6-fa23b477c224} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
1490 | 2024.05.01 05:13:42.710271 [ 3 ] {} <Debug> HTTP-Session: 9792fb07-72ae-45aa-a660-6d94d0914751 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1491 | 2024.05.01 05:13:42.710389 [ 189 ] {02762c72-3303-43a9-a3f1-2d89b26a797e::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1492 | 2024.05.01 05:13:42.710430 [ 189 ] {02762c72-3303-43a9-a3f1-2d89b26a797e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 20 rows starting from the beginning of the part | ||
1493 | 2024.05.01 05:13:42.710515 [ 189 ] {02762c72-3303-43a9-a3f1-2d89b26a797e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 21 rows starting from the beginning of the part | ||
1494 | 2024.05.01 05:13:42.710775 [ 189 ] {02762c72-3303-43a9-a3f1-2d89b26a797e::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 | ||
1495 | 2024.05.01 05:13:42.710954 [ 189 ] {02762c72-3303-43a9-a3f1-2d89b26a797e::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 | ||
1496 | 2024.05.01 05:13:42.711090 [ 189 ] {02762c72-3303-43a9-a3f1-2d89b26a797e::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 | ||
1497 | 2024.05.01 05:13:42.711245 [ 189 ] {02762c72-3303-43a9-a3f1-2d89b26a797e::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 | ||
1498 | 2024.05.01 05:13:42.714762 [ 199 ] {02762c72-3303-43a9-a3f1-2d89b26a797e::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 129 rows, containing 6 columns (6 merged, 0 gathered) in 0.004742959 sec., 27198.21107456337 rows/sec., 36.70 MiB/sec. | ||
1499 | 2024.05.01 05:13:42.715088 [ 201 ] {02762c72-3303-43a9-a3f1-2d89b26a797e::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1500 | 2024.05.01 05:13:42.715541 [ 201 ] {02762c72-3303-43a9-a3f1-2d89b26a797e::all_1_6_1} <Trace> oximeter.measurements_histogramf64 (02762c72-3303-43a9-a3f1-2d89b26a797e): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1501 | 2024.05.01 05:13:42.715622 [ 201 ] {02762c72-3303-43a9-a3f1-2d89b26a797e::all_1_6_1} <Trace> oximeter.measurements_histogramf64 (02762c72-3303-43a9-a3f1-2d89b26a797e) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1502 | 2024.05.01 05:13:42.715703 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.64 MiB. | ||
1503 | 2024.05.01 05:13:43.000171 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 176.40 MiB, peak 187.72 MiB, free memory in arenas 0.00 B, will set to 178.12 MiB (RSS), difference: 1.73 MiB | ||
1504 | 2024.05.01 05:13:47.619138 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 1054, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1505 | 2024.05.01 05:13:47.619334 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1506 | 2024.05.01 05:13:47.619380 [ 3 ] {} <Debug> HTTP-Session: 831b19d1-c982-4690-834e-dd0ae4c3a0b3 Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 | ||
1507 | 2024.05.01 05:13:47.619420 [ 3 ] {} <Debug> HTTP-Session: 831b19d1-c982-4690-834e-dd0ae4c3a0b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1508 | 2024.05.01 05:13:47.619435 [ 3 ] {} <Debug> HTTP-Session: 831b19d1-c982-4690-834e-dd0ae4c3a0b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1509 | 2024.05.01 05:13:47.619485 [ 3 ] {} <Trace> HTTP-Session: 831b19d1-c982-4690-834e-dd0ae4c3a0b3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1510 | 2024.05.01 05:13:47.619670 [ 3 ] {3b876a7c-b21f-44d1-85aa-8f9134ff5ec5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
1511 | 2024.05.01 05:13:47.619737 [ 3 ] {3b876a7c-b21f-44d1-85aa-8f9134ff5ec5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
1512 | 2024.05.01 05:13:47.619929 [ 3 ] {3b876a7c-b21f-44d1-85aa-8f9134ff5ec5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1513 | 2024.05.01 05:13:47.620418 [ 3 ] {3b876a7c-b21f-44d1-85aa-8f9134ff5ec5} <Trace> oximeter.fields_i64 (18900a19-f0e8-46d7-bcdf-2fbf35506d05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1514 | 2024.05.01 05:13:47.620466 [ 3 ] {3b876a7c-b21f-44d1-85aa-8f9134ff5ec5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. | ||
1515 | 2024.05.01 05:13:47.620837 [ 3 ] {3b876a7c-b21f-44d1-85aa-8f9134ff5ec5} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1516 | 2024.05.01 05:13:47.621181 [ 3 ] {3b876a7c-b21f-44d1-85aa-8f9134ff5ec5} <Trace> oximeter.fields_i64 (18900a19-f0e8-46d7-bcdf-2fbf35506d05): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1517 | 2024.05.01 05:13:47.621327 [ 3 ] {3b876a7c-b21f-44d1-85aa-8f9134ff5ec5} <Debug> executeQuery: Read 7 rows, 581.00 B in 0.001711 sec., 4091.174751607247 rows/sec., 331.61 KiB/sec. | ||
1518 | 2024.05.01 05:13:47.621592 [ 3 ] {3b876a7c-b21f-44d1-85aa-8f9134ff5ec5} <Debug> DynamicQueryHandler: Done processing query | ||
1519 | 2024.05.01 05:13:47.621618 [ 3 ] {3b876a7c-b21f-44d1-85aa-8f9134ff5ec5} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1520 | 2024.05.01 05:13:47.621634 [ 3 ] {} <Debug> HTTP-Session: 831b19d1-c982-4690-834e-dd0ae4c3a0b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1521 | 2024.05.01 05:13:47.621801 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 3302, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1522 | 2024.05.01 05:13:47.621854 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1523 | 2024.05.01 05:13:47.621873 [ 3 ] {} <Debug> HTTP-Session: f2c88312-5890-43ba-97c0-f9dfeacb742e Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 | ||
1524 | 2024.05.01 05:13:47.621890 [ 3 ] {} <Debug> HTTP-Session: f2c88312-5890-43ba-97c0-f9dfeacb742e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1525 | 2024.05.01 05:13:47.621903 [ 3 ] {} <Debug> HTTP-Session: f2c88312-5890-43ba-97c0-f9dfeacb742e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1526 | 2024.05.01 05:13:47.621937 [ 3 ] {} <Trace> HTTP-Session: f2c88312-5890-43ba-97c0-f9dfeacb742e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1527 | 2024.05.01 05:13:47.622041 [ 3 ] {0f592251-6f40-4c31-9b44-15262b4e3590} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1528 | 2024.05.01 05:13:47.622085 [ 3 ] {0f592251-6f40-4c31-9b44-15262b4e3590} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1529 | 2024.05.01 05:13:47.622220 [ 3 ] {0f592251-6f40-4c31-9b44-15262b4e3590} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1530 | 2024.05.01 05:13:47.622577 [ 3 ] {0f592251-6f40-4c31-9b44-15262b4e3590} <Trace> oximeter.fields_string (02833c99-4351-41a4-861a-5dfe2852a250): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1531 | 2024.05.01 05:13:47.622615 [ 3 ] {0f592251-6f40-4c31-9b44-15262b4e3590} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. | ||
1532 | 2024.05.01 05:13:47.622921 [ 3 ] {0f592251-6f40-4c31-9b44-15262b4e3590} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1533 | 2024.05.01 05:13:47.623243 [ 3 ] {0f592251-6f40-4c31-9b44-15262b4e3590} <Trace> oximeter.fields_string (02833c99-4351-41a4-861a-5dfe2852a250): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1534 | 2024.05.01 05:13:47.623403 [ 3 ] {0f592251-6f40-4c31-9b44-15262b4e3590} <Debug> executeQuery: Read 21 rows, 1.98 KiB in 0.001363 sec., 15407.19002201027 rows/sec., 1.42 MiB/sec. | ||
1535 | 2024.05.01 05:13:47.623567 [ 3 ] {0f592251-6f40-4c31-9b44-15262b4e3590} <Debug> DynamicQueryHandler: Done processing query | ||
1536 | 2024.05.01 05:13:47.623592 [ 3 ] {0f592251-6f40-4c31-9b44-15262b4e3590} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1537 | 2024.05.01 05:13:47.623608 [ 3 ] {} <Debug> HTTP-Session: f2c88312-5890-43ba-97c0-f9dfeacb742e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1538 | 2024.05.01 05:13:47.623787 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 2764, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1539 | 2024.05.01 05:13:47.623836 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1540 | 2024.05.01 05:13:47.623855 [ 3 ] {} <Debug> HTTP-Session: ddde2250-58d5-43b5-a7d9-612de41e474d Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 | ||
1541 | 2024.05.01 05:13:47.623872 [ 3 ] {} <Debug> HTTP-Session: ddde2250-58d5-43b5-a7d9-612de41e474d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1542 | 2024.05.01 05:13:47.623886 [ 3 ] {} <Debug> HTTP-Session: ddde2250-58d5-43b5-a7d9-612de41e474d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1543 | 2024.05.01 05:13:47.623920 [ 3 ] {} <Trace> HTTP-Session: ddde2250-58d5-43b5-a7d9-612de41e474d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1544 | 2024.05.01 05:13:47.624025 [ 3 ] {672ffe1f-3ac7-452d-be07-f0ec50ce33ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1545 | 2024.05.01 05:13:47.624068 [ 3 ] {672ffe1f-3ac7-452d-be07-f0ec50ce33ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1546 | 2024.05.01 05:13:47.624199 [ 3 ] {672ffe1f-3ac7-452d-be07-f0ec50ce33ae} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1547 | 2024.05.01 05:13:47.624485 [ 3 ] {672ffe1f-3ac7-452d-be07-f0ec50ce33ae} <Trace> oximeter.fields_uuid (55f601b6-7d16-43f5-9abb-35fe5f2ebeb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1548 | 2024.05.01 05:13:47.624521 [ 3 ] {672ffe1f-3ac7-452d-be07-f0ec50ce33ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. | ||
1549 | 2024.05.01 05:13:47.624821 [ 3 ] {672ffe1f-3ac7-452d-be07-f0ec50ce33ae} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1550 | 2024.05.01 05:13:47.625123 [ 3 ] {672ffe1f-3ac7-452d-be07-f0ec50ce33ae} <Trace> oximeter.fields_uuid (55f601b6-7d16-43f5-9abb-35fe5f2ebeb7): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1551 | 2024.05.01 05:13:47.625271 [ 3 ] {672ffe1f-3ac7-452d-be07-f0ec50ce33ae} <Debug> executeQuery: Read 16 rows, 1.28 KiB in 0.001277 sec., 12529.365700861395 rows/sec., 1005.62 KiB/sec. | ||
1552 | 2024.05.01 05:13:47.625436 [ 3 ] {672ffe1f-3ac7-452d-be07-f0ec50ce33ae} <Debug> DynamicQueryHandler: Done processing query | ||
1553 | 2024.05.01 05:13:47.625461 [ 3 ] {672ffe1f-3ac7-452d-be07-f0ec50ce33ae} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1554 | 2024.05.01 05:13:47.625476 [ 3 ] {} <Debug> HTTP-Session: ddde2250-58d5-43b5-a7d9-612de41e474d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1555 | 2024.05.01 05:13:47.625674 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 7546, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1556 | 2024.05.01 05:13:47.625722 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1557 | 2024.05.01 05:13:47.625740 [ 3 ] {} <Debug> HTTP-Session: 257861b8-3025-46bc-903a-a0658abc22ff Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 | ||
1558 | 2024.05.01 05:13:47.625756 [ 3 ] {} <Debug> HTTP-Session: 257861b8-3025-46bc-903a-a0658abc22ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1559 | 2024.05.01 05:13:47.625770 [ 3 ] {} <Debug> HTTP-Session: 257861b8-3025-46bc-903a-a0658abc22ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1560 | 2024.05.01 05:13:47.625801 [ 3 ] {} <Trace> HTTP-Session: 257861b8-3025-46bc-903a-a0658abc22ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1561 | 2024.05.01 05:13:47.625938 [ 3 ] {d6f8567c-d7d0-41b1-959c-ec29f37d22ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
1562 | 2024.05.01 05:13:47.625986 [ 3 ] {d6f8567c-d7d0-41b1-959c-ec29f37d22ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
1563 | 2024.05.01 05:13:47.626149 [ 3 ] {d6f8567c-d7d0-41b1-959c-ec29f37d22ee} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1564 | 2024.05.01 05:13:47.626465 [ 3 ] {d6f8567c-d7d0-41b1-959c-ec29f37d22ee} <Trace> oximeter.measurements_histogramf64 (02762c72-3303-43a9-a3f1-2d89b26a797e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1565 | 2024.05.01 05:13:47.626500 [ 3 ] {d6f8567c-d7d0-41b1-959c-ec29f37d22ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. | ||
1566 | 2024.05.01 05:13:47.626892 [ 3 ] {d6f8567c-d7d0-41b1-959c-ec29f37d22ee} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1567 | 2024.05.01 05:13:47.627226 [ 3 ] {d6f8567c-d7d0-41b1-959c-ec29f37d22ee} <Trace> oximeter.measurements_histogramf64 (02762c72-3303-43a9-a3f1-2d89b26a797e): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1568 | 2024.05.01 05:13:47.627382 [ 3 ] {d6f8567c-d7d0-41b1-959c-ec29f37d22ee} <Debug> executeQuery: Read 7 rows, 9.67 KiB in 0.001505 sec., 4651.162790697675 rows/sec., 6.28 MiB/sec. | ||
1569 | 2024.05.01 05:13:47.627556 [ 3 ] {d6f8567c-d7d0-41b1-959c-ec29f37d22ee} <Debug> DynamicQueryHandler: Done processing query | ||
1570 | 2024.05.01 05:13:47.627582 [ 3 ] {d6f8567c-d7d0-41b1-959c-ec29f37d22ee} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
1571 | 2024.05.01 05:13:47.627597 [ 3 ] {} <Debug> HTTP-Session: 257861b8-3025-46bc-903a-a0658abc22ff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1572 | 2024.05.01 05:13:47.627717 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 1431, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1573 | 2024.05.01 05:13:47.627766 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1574 | 2024.05.01 05:13:47.627785 [ 3 ] {} <Debug> HTTP-Session: 66dda14f-e166-483e-a718-2750d0c2afe6 Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 | ||
1575 | 2024.05.01 05:13:47.627802 [ 3 ] {} <Debug> HTTP-Session: 66dda14f-e166-483e-a718-2750d0c2afe6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1576 | 2024.05.01 05:13:47.627815 [ 3 ] {} <Debug> HTTP-Session: 66dda14f-e166-483e-a718-2750d0c2afe6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1577 | 2024.05.01 05:13:47.627846 [ 3 ] {} <Trace> HTTP-Session: 66dda14f-e166-483e-a718-2750d0c2afe6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1578 | 2024.05.01 05:13:47.627943 [ 3 ] {70c08326-79f3-4259-b717-c3390607104c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
1579 | 2024.05.01 05:13:47.627988 [ 3 ] {70c08326-79f3-4259-b717-c3390607104c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
1580 | 2024.05.01 05:13:47.628116 [ 3 ] {70c08326-79f3-4259-b717-c3390607104c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1581 | 2024.05.01 05:13:47.628363 [ 3 ] {70c08326-79f3-4259-b717-c3390607104c} <Trace> oximeter.measurements_i64 (b8727abb-3713-44c4-abab-825647be6c47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1582 | 2024.05.01 05:13:47.628398 [ 3 ] {70c08326-79f3-4259-b717-c3390607104c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. | ||
1583 | 2024.05.01 05:13:47.628751 [ 3 ] {70c08326-79f3-4259-b717-c3390607104c} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1584 | 2024.05.01 05:13:47.629070 [ 3 ] {70c08326-79f3-4259-b717-c3390607104c} <Trace> oximeter.measurements_i64 (b8727abb-3713-44c4-abab-825647be6c47): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1585 | 2024.05.01 05:13:47.629225 [ 3 ] {70c08326-79f3-4259-b717-c3390607104c} <Debug> executeQuery: Read 9 rows, 651.00 B in 0.001296 sec., 6944.444444444444 rows/sec., 490.54 KiB/sec. | ||
1586 | 2024.05.01 05:13:47.629504 [ 3 ] {70c08326-79f3-4259-b717-c3390607104c} <Debug> DynamicQueryHandler: Done processing query | ||
1587 | 2024.05.01 05:13:47.629528 [ 3 ] {70c08326-79f3-4259-b717-c3390607104c} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
1588 | 2024.05.01 05:13:47.629544 [ 3 ] {} <Debug> HTTP-Session: 66dda14f-e166-483e-a718-2750d0c2afe6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1589 | 2024.05.01 05:13:52.618491 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 334, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1590 | 2024.05.01 05:13:52.618617 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1591 | 2024.05.01 05:13:52.618643 [ 3 ] {} <Debug> HTTP-Session: 1e298b47-7e79-405d-8d29-c62c45efc6d0 Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 | ||
1592 | 2024.05.01 05:13:52.618668 [ 3 ] {} <Debug> HTTP-Session: 1e298b47-7e79-405d-8d29-c62c45efc6d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1593 | 2024.05.01 05:13:52.618682 [ 3 ] {} <Debug> HTTP-Session: 1e298b47-7e79-405d-8d29-c62c45efc6d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1594 | 2024.05.01 05:13:52.618731 [ 3 ] {} <Trace> HTTP-Session: 1e298b47-7e79-405d-8d29-c62c45efc6d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1595 | 2024.05.01 05:13:52.618950 [ 3 ] {db6f2824-8de7-42b3-879b-68623dfb95b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53121) 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', 'oximeter_collector:collections', 'oximeter_collector:failed_collections') FORMAT JSONEachRow; (stage: Complete) | ||
1596 | 2024.05.01 05:13:52.619284 [ 3 ] {db6f2824-8de7-42b3-879b-68623dfb95b3} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1597 | 2024.05.01 05:13:52.619320 [ 3 ] {db6f2824-8de7-42b3-879b-68623dfb95b3} <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', 'oximeter_collector:collections', 'oximeter_collector:failed_collections')" moved to PREWHERE | ||
1598 | 2024.05.01 05:13:52.619567 [ 3 ] {db6f2824-8de7-42b3-879b-68623dfb95b3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1599 | 2024.05.01 05:13:52.619648 [ 3 ] {db6f2824-8de7-42b3-879b-68623dfb95b3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1600 | 2024.05.01 05:13:52.619818 [ 3 ] {db6f2824-8de7-42b3-879b-68623dfb95b3} <Debug> oximeter.timeseries_schema (583d587a-70f7-4dfe-8df4-c5d96ea11ee7) (SelectExecutor): Key condition: (column 0 notIn 6-element set) | ||
1601 | 2024.05.01 05:13:52.619909 [ 256 ] {db6f2824-8de7-42b3-879b-68623dfb95b3} <Trace> oximeter.timeseries_schema (583d587a-70f7-4dfe-8df4-c5d96ea11ee7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1602 | 2024.05.01 05:13:52.619980 [ 253 ] {db6f2824-8de7-42b3-879b-68623dfb95b3} <Trace> oximeter.timeseries_schema (583d587a-70f7-4dfe-8df4-c5d96ea11ee7) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1603 | 2024.05.01 05:13:52.620096 [ 3 ] {db6f2824-8de7-42b3-879b-68623dfb95b3} <Debug> oximeter.timeseries_schema (583d587a-70f7-4dfe-8df4-c5d96ea11ee7) (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 | ||
1604 | 2024.05.01 05:13:52.620125 [ 3 ] {db6f2824-8de7-42b3-879b-68623dfb95b3} <Trace> oximeter.timeseries_schema (583d587a-70f7-4dfe-8df4-c5d96ea11ee7) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1605 | 2024.05.01 05:13:52.622463 [ 3 ] {db6f2824-8de7-42b3-879b-68623dfb95b3} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1606 | 2024.05.01 05:13:52.624453 [ 3 ] {db6f2824-8de7-42b3-879b-68623dfb95b3} <Debug> oximeter.timeseries_schema (583d587a-70f7-4dfe-8df4-c5d96ea11ee7) (SelectExecutor): Reading approx. 6 rows with 2 streams | ||
1607 | 2024.05.01 05:13:52.624530 [ 3 ] {db6f2824-8de7-42b3-879b-68623dfb95b3} <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', 'oximeter_collector:collections', 'oximeter_collector:failed_collections'))" | ||
1608 | 2024.05.01 05:13:52.624578 [ 3 ] {db6f2824-8de7-42b3-879b-68623dfb95b3} <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', 'oximeter_collector:collections', 'oximeter_collector:failed_collections'))" | ||
1609 | 2024.05.01 05:13:52.626677 [ 3 ] {db6f2824-8de7-42b3-879b-68623dfb95b3} <Debug> executeQuery: Read 6 rows, 274.00 B in 0.00781 sec., 768.2458386683738 rows/sec., 34.26 KiB/sec. | ||
1610 | 2024.05.01 05:13:52.627050 [ 3 ] {db6f2824-8de7-42b3-879b-68623dfb95b3} <Debug> DynamicQueryHandler: Done processing query | ||
1611 | 2024.05.01 05:13:52.627080 [ 3 ] {db6f2824-8de7-42b3-879b-68623dfb95b3} <Debug> MemoryTracker: Peak memory usage (for query): 3.06 MiB. | ||
1612 | 2024.05.01 05:13:52.627096 [ 3 ] {} <Debug> HTTP-Session: 1e298b47-7e79-405d-8d29-c62c45efc6d0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1613 | 2024.05.01 05:13:52.627356 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 372, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1614 | 2024.05.01 05:13:52.627411 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1615 | 2024.05.01 05:13:52.627432 [ 3 ] {} <Debug> HTTP-Session: e7fb4c45-9fb6-4e67-b25b-4b24d168df65 Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 | ||
1616 | 2024.05.01 05:13:52.627450 [ 3 ] {} <Debug> HTTP-Session: e7fb4c45-9fb6-4e67-b25b-4b24d168df65 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1617 | 2024.05.01 05:13:52.627464 [ 3 ] {} <Debug> HTTP-Session: e7fb4c45-9fb6-4e67-b25b-4b24d168df65 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1618 | 2024.05.01 05:13:52.627501 [ 3 ] {} <Trace> HTTP-Session: e7fb4c45-9fb6-4e67-b25b-4b24d168df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1619 | 2024.05.01 05:13:52.627657 [ 3 ] {1d6804f4-b8e7-4a91-af82-6eed4d239898} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53121) 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', 'oximeter_collector:collections', 'oximeter_collector:failed_collections', 'physical_data_link:errors_received') FORMAT JSONEachRow; (stage: Complete) | ||
1620 | 2024.05.01 05:13:52.627922 [ 3 ] {1d6804f4-b8e7-4a91-af82-6eed4d239898} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1621 | 2024.05.01 05:13:52.627957 [ 3 ] {1d6804f4-b8e7-4a91-af82-6eed4d239898} <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', 'oximeter_collector:collections', 'oximeter_collector:failed_collections', 'physical_data_link:errors_received')" moved to PREWHERE | ||
1622 | 2024.05.01 05:13:52.628172 [ 3 ] {1d6804f4-b8e7-4a91-af82-6eed4d239898} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1623 | 2024.05.01 05:13:52.628246 [ 3 ] {1d6804f4-b8e7-4a91-af82-6eed4d239898} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1624 | 2024.05.01 05:13:52.628404 [ 3 ] {1d6804f4-b8e7-4a91-af82-6eed4d239898} <Debug> oximeter.timeseries_schema (583d587a-70f7-4dfe-8df4-c5d96ea11ee7) (SelectExecutor): Key condition: (column 0 notIn 7-element set) | ||
1625 | 2024.05.01 05:13:52.628520 [ 261 ] {1d6804f4-b8e7-4a91-af82-6eed4d239898} <Trace> oximeter.timeseries_schema (583d587a-70f7-4dfe-8df4-c5d96ea11ee7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1626 | 2024.05.01 05:13:52.628545 [ 260 ] {1d6804f4-b8e7-4a91-af82-6eed4d239898} <Trace> oximeter.timeseries_schema (583d587a-70f7-4dfe-8df4-c5d96ea11ee7) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1627 | 2024.05.01 05:13:52.628679 [ 3 ] {1d6804f4-b8e7-4a91-af82-6eed4d239898} <Debug> oximeter.timeseries_schema (583d587a-70f7-4dfe-8df4-c5d96ea11ee7) (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 | ||
1628 | 2024.05.01 05:13:52.628707 [ 3 ] {1d6804f4-b8e7-4a91-af82-6eed4d239898} <Trace> oximeter.timeseries_schema (583d587a-70f7-4dfe-8df4-c5d96ea11ee7) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1629 | 2024.05.01 05:13:52.628783 [ 3 ] {1d6804f4-b8e7-4a91-af82-6eed4d239898} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1630 | 2024.05.01 05:13:52.628804 [ 3 ] {1d6804f4-b8e7-4a91-af82-6eed4d239898} <Debug> oximeter.timeseries_schema (583d587a-70f7-4dfe-8df4-c5d96ea11ee7) (SelectExecutor): Reading approx. 6 rows with 2 streams | ||
1631 | 2024.05.01 05:13:52.628842 [ 3 ] {1d6804f4-b8e7-4a91-af82-6eed4d239898} <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', 'oximeter_collector:collections', 'oximeter_collector:failed_collections', 'physical_data_link:errors_received'))" | ||
1632 | 2024.05.01 05:13:52.628883 [ 3 ] {1d6804f4-b8e7-4a91-af82-6eed4d239898} <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', 'oximeter_collector:collections', 'oximeter_collector:failed_collections', 'physical_data_link:errors_received'))" | ||
1633 | 2024.05.01 05:13:52.630291 [ 3 ] {1d6804f4-b8e7-4a91-af82-6eed4d239898} <Debug> executeQuery: Read 6 rows, 274.00 B in 0.002701 sec., 2221.3994816734544 rows/sec., 99.07 KiB/sec. | ||
1634 | 2024.05.01 05:13:52.630617 [ 3 ] {1d6804f4-b8e7-4a91-af82-6eed4d239898} <Debug> DynamicQueryHandler: Done processing query | ||
1635 | 2024.05.01 05:13:52.630646 [ 3 ] {1d6804f4-b8e7-4a91-af82-6eed4d239898} <Debug> MemoryTracker: Peak memory usage (for query): 3.06 MiB. | ||
1636 | 2024.05.01 05:13:52.630662 [ 3 ] {} <Debug> HTTP-Session: e7fb4c45-9fb6-4e67-b25b-4b24d168df65 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1637 | 2024.05.01 05:13:52.630910 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 406, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1638 | 2024.05.01 05:13:52.630962 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1639 | 2024.05.01 05:13:52.630982 [ 3 ] {} <Debug> HTTP-Session: 8359f5fb-0fa7-48ec-941c-ccd1924a21fb Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 | ||
1640 | 2024.05.01 05:13:52.630999 [ 3 ] {} <Debug> HTTP-Session: 8359f5fb-0fa7-48ec-941c-ccd1924a21fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1641 | 2024.05.01 05:13:52.631013 [ 3 ] {} <Debug> HTTP-Session: 8359f5fb-0fa7-48ec-941c-ccd1924a21fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1642 | 2024.05.01 05:13:52.631050 [ 3 ] {} <Trace> HTTP-Session: 8359f5fb-0fa7-48ec-941c-ccd1924a21fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1643 | 2024.05.01 05:13:52.631191 [ 3 ] {8274538c-627a-451d-afb9-6b6a5694a2f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53121) 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', 'oximeter_collector:collections', 'oximeter_collector:failed_collections', 'physical_data_link:errors_received', 'physical_data_link:errors_sent') FORMAT JSONEachRow; (stage: Complete) | ||
1644 | 2024.05.01 05:13:52.631445 [ 3 ] {8274538c-627a-451d-afb9-6b6a5694a2f8} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1645 | 2024.05.01 05:13:52.631480 [ 3 ] {8274538c-627a-451d-afb9-6b6a5694a2f8} <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', 'oximeter_collector:collections', 'oximeter_collector:failed_collections', 'physical_data_link:errors_received', 'physical_data_link:errors_sent')" moved to PREWHERE | ||
1646 | 2024.05.01 05:13:52.631695 [ 3 ] {8274538c-627a-451d-afb9-6b6a5694a2f8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1647 | 2024.05.01 05:13:52.631769 [ 3 ] {8274538c-627a-451d-afb9-6b6a5694a2f8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1648 | 2024.05.01 05:13:52.631911 [ 3 ] {8274538c-627a-451d-afb9-6b6a5694a2f8} <Debug> oximeter.timeseries_schema (583d587a-70f7-4dfe-8df4-c5d96ea11ee7) (SelectExecutor): Key condition: (column 0 notIn 8-element set) | ||
1649 | 2024.05.01 05:13:52.631996 [ 256 ] {8274538c-627a-451d-afb9-6b6a5694a2f8} <Trace> oximeter.timeseries_schema (583d587a-70f7-4dfe-8df4-c5d96ea11ee7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1650 | 2024.05.01 05:13:52.632034 [ 257 ] {8274538c-627a-451d-afb9-6b6a5694a2f8} <Trace> oximeter.timeseries_schema (583d587a-70f7-4dfe-8df4-c5d96ea11ee7) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1651 | 2024.05.01 05:13:52.632149 [ 3 ] {8274538c-627a-451d-afb9-6b6a5694a2f8} <Debug> oximeter.timeseries_schema (583d587a-70f7-4dfe-8df4-c5d96ea11ee7) (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 | ||
1652 | 2024.05.01 05:13:52.632179 [ 3 ] {8274538c-627a-451d-afb9-6b6a5694a2f8} <Trace> oximeter.timeseries_schema (583d587a-70f7-4dfe-8df4-c5d96ea11ee7) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1653 | 2024.05.01 05:13:52.632259 [ 3 ] {8274538c-627a-451d-afb9-6b6a5694a2f8} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1654 | 2024.05.01 05:13:52.632280 [ 3 ] {8274538c-627a-451d-afb9-6b6a5694a2f8} <Debug> oximeter.timeseries_schema (583d587a-70f7-4dfe-8df4-c5d96ea11ee7) (SelectExecutor): Reading approx. 6 rows with 2 streams | ||
1655 | 2024.05.01 05:13:52.632319 [ 3 ] {8274538c-627a-451d-afb9-6b6a5694a2f8} <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', 'oximeter_collector:collections', 'oximeter_collector:failed_collections', 'physical_data_link:errors_received', 'physical_data_link:errors_sent'))" | ||
1656 | 2024.05.01 05:13:52.632361 [ 3 ] {8274538c-627a-451d-afb9-6b6a5694a2f8} <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', 'oximeter_collector:collections', 'oximeter_collector:failed_collections', 'physical_data_link:errors_received', 'physical_data_link:errors_sent'))" | ||
1657 | 2024.05.01 05:13:52.633491 [ 3 ] {8274538c-627a-451d-afb9-6b6a5694a2f8} <Debug> executeQuery: Read 6 rows, 274.00 B in 0.002357 sec., 2545.608824777259 rows/sec., 113.52 KiB/sec. | ||
1658 | 2024.05.01 05:13:52.633813 [ 3 ] {8274538c-627a-451d-afb9-6b6a5694a2f8} <Debug> DynamicQueryHandler: Done processing query | ||
1659 | 2024.05.01 05:13:52.633845 [ 3 ] {8274538c-627a-451d-afb9-6b6a5694a2f8} <Debug> MemoryTracker: Peak memory usage (for query): 3.06 MiB. | ||
1660 | 2024.05.01 05:13:52.633869 [ 3 ] {} <Debug> HTTP-Session: 8359f5fb-0fa7-48ec-941c-ccd1924a21fb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1661 | 2024.05.01 05:13:52.634284 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 443, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1662 | 2024.05.01 05:13:52.634347 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1663 | 2024.05.01 05:13:52.634372 [ 3 ] {} <Debug> HTTP-Session: 22c777a7-3032-45eb-9a7a-17c4a12f51f7 Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 | ||
1664 | 2024.05.01 05:13:52.634394 [ 3 ] {} <Debug> HTTP-Session: 22c777a7-3032-45eb-9a7a-17c4a12f51f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1665 | 2024.05.01 05:13:52.634413 [ 3 ] {} <Debug> HTTP-Session: 22c777a7-3032-45eb-9a7a-17c4a12f51f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1666 | 2024.05.01 05:13:52.634456 [ 3 ] {} <Trace> HTTP-Session: 22c777a7-3032-45eb-9a7a-17c4a12f51f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1667 | 2024.05.01 05:13:52.634627 [ 3 ] {57d79ff1-c219-40ab-905c-0a6237c34ad7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53121) 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', 'oximeter_collector:collections', 'oximeter_collector:failed_collections', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent') FORMAT JSONEachRow; (stage: Complete) | ||
1668 | 2024.05.01 05:13:52.634951 [ 3 ] {57d79ff1-c219-40ab-905c-0a6237c34ad7} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1669 | 2024.05.01 05:13:52.634999 [ 3 ] {57d79ff1-c219-40ab-905c-0a6237c34ad7} <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', 'oximeter_collector:collections', 'oximeter_collector:failed_collections', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent')" moved to PREWHERE | ||
1670 | 2024.05.01 05:13:52.635288 [ 3 ] {57d79ff1-c219-40ab-905c-0a6237c34ad7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1671 | 2024.05.01 05:13:52.635368 [ 3 ] {57d79ff1-c219-40ab-905c-0a6237c34ad7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1672 | 2024.05.01 05:13:52.635558 [ 3 ] {57d79ff1-c219-40ab-905c-0a6237c34ad7} <Debug> oximeter.timeseries_schema (583d587a-70f7-4dfe-8df4-c5d96ea11ee7) (SelectExecutor): Key condition: (column 0 notIn 9-element set) | ||
1673 | 2024.05.01 05:13:52.635725 [ 256 ] {57d79ff1-c219-40ab-905c-0a6237c34ad7} <Trace> oximeter.timeseries_schema (583d587a-70f7-4dfe-8df4-c5d96ea11ee7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1674 | 2024.05.01 05:13:52.635767 [ 261 ] {57d79ff1-c219-40ab-905c-0a6237c34ad7} <Trace> oximeter.timeseries_schema (583d587a-70f7-4dfe-8df4-c5d96ea11ee7) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1675 | 2024.05.01 05:13:52.635874 [ 3 ] {57d79ff1-c219-40ab-905c-0a6237c34ad7} <Debug> oximeter.timeseries_schema (583d587a-70f7-4dfe-8df4-c5d96ea11ee7) (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 | ||
1676 | 2024.05.01 05:13:52.635904 [ 3 ] {57d79ff1-c219-40ab-905c-0a6237c34ad7} <Trace> oximeter.timeseries_schema (583d587a-70f7-4dfe-8df4-c5d96ea11ee7) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1677 | 2024.05.01 05:13:52.635986 [ 3 ] {57d79ff1-c219-40ab-905c-0a6237c34ad7} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1678 | 2024.05.01 05:13:52.636007 [ 3 ] {57d79ff1-c219-40ab-905c-0a6237c34ad7} <Debug> oximeter.timeseries_schema (583d587a-70f7-4dfe-8df4-c5d96ea11ee7) (SelectExecutor): Reading approx. 6 rows with 2 streams | ||
1679 | 2024.05.01 05:13:52.636046 [ 3 ] {57d79ff1-c219-40ab-905c-0a6237c34ad7} <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', 'oximeter_collector:collections', 'oximeter_collector:failed_collections', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent'))" | ||
1680 | 2024.05.01 05:13:52.636086 [ 3 ] {57d79ff1-c219-40ab-905c-0a6237c34ad7} <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', 'oximeter_collector:collections', 'oximeter_collector:failed_collections', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent'))" | ||
1681 | 2024.05.01 05:13:52.637372 [ 3 ] {57d79ff1-c219-40ab-905c-0a6237c34ad7} <Debug> executeQuery: Read 6 rows, 274.00 B in 0.002822 sec., 2126.1516654854713 rows/sec., 94.82 KiB/sec. | ||
1682 | 2024.05.01 05:13:52.637682 [ 3 ] {57d79ff1-c219-40ab-905c-0a6237c34ad7} <Debug> DynamicQueryHandler: Done processing query | ||
1683 | 2024.05.01 05:13:52.637708 [ 3 ] {57d79ff1-c219-40ab-905c-0a6237c34ad7} <Debug> MemoryTracker: Peak memory usage (for query): 3.06 MiB. | ||
1684 | 2024.05.01 05:13:52.637726 [ 3 ] {} <Debug> HTTP-Session: 22c777a7-3032-45eb-9a7a-17c4a12f51f7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1685 | 2024.05.01 05:13:52.637968 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 482, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1686 | 2024.05.01 05:13:52.638020 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1687 | 2024.05.01 05:13:52.638040 [ 3 ] {} <Debug> HTTP-Session: e7d7c97c-bc72-4486-b021-b7554ff2fe5a Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 | ||
1688 | 2024.05.01 05:13:52.638056 [ 3 ] {} <Debug> HTTP-Session: e7d7c97c-bc72-4486-b021-b7554ff2fe5a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1689 | 2024.05.01 05:13:52.638070 [ 3 ] {} <Debug> HTTP-Session: e7d7c97c-bc72-4486-b021-b7554ff2fe5a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1690 | 2024.05.01 05:13:52.638104 [ 3 ] {} <Trace> HTTP-Session: e7d7c97c-bc72-4486-b021-b7554ff2fe5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1691 | 2024.05.01 05:13:52.638250 [ 3 ] {5c4caf5b-f948-4ba8-a476-720a37a76795} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53121) 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', 'oximeter_collector:collections', 'oximeter_collector:failed_collections', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received') FORMAT JSONEachRow; (stage: Complete) | ||
1692 | 2024.05.01 05:13:52.638499 [ 3 ] {5c4caf5b-f948-4ba8-a476-720a37a76795} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1693 | 2024.05.01 05:13:52.638534 [ 3 ] {5c4caf5b-f948-4ba8-a476-720a37a76795} <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', 'oximeter_collector:collections', 'oximeter_collector:failed_collections', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received')" moved to PREWHERE | ||
1694 | 2024.05.01 05:13:52.638756 [ 3 ] {5c4caf5b-f948-4ba8-a476-720a37a76795} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1695 | 2024.05.01 05:13:52.638820 [ 3 ] {5c4caf5b-f948-4ba8-a476-720a37a76795} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1696 | 2024.05.01 05:13:52.638996 [ 3 ] {5c4caf5b-f948-4ba8-a476-720a37a76795} <Debug> oximeter.timeseries_schema (583d587a-70f7-4dfe-8df4-c5d96ea11ee7) (SelectExecutor): Key condition: (column 0 notIn 10-element set) | ||
1697 | 2024.05.01 05:13:52.639113 [ 257 ] {5c4caf5b-f948-4ba8-a476-720a37a76795} <Trace> oximeter.timeseries_schema (583d587a-70f7-4dfe-8df4-c5d96ea11ee7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1698 | 2024.05.01 05:13:52.639134 [ 253 ] {5c4caf5b-f948-4ba8-a476-720a37a76795} <Trace> oximeter.timeseries_schema (583d587a-70f7-4dfe-8df4-c5d96ea11ee7) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1699 | 2024.05.01 05:13:52.639251 [ 3 ] {5c4caf5b-f948-4ba8-a476-720a37a76795} <Debug> oximeter.timeseries_schema (583d587a-70f7-4dfe-8df4-c5d96ea11ee7) (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 | ||
1700 | 2024.05.01 05:13:52.639282 [ 3 ] {5c4caf5b-f948-4ba8-a476-720a37a76795} <Trace> oximeter.timeseries_schema (583d587a-70f7-4dfe-8df4-c5d96ea11ee7) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1701 | 2024.05.01 05:13:52.639361 [ 3 ] {5c4caf5b-f948-4ba8-a476-720a37a76795} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1702 | 2024.05.01 05:13:52.639382 [ 3 ] {5c4caf5b-f948-4ba8-a476-720a37a76795} <Debug> oximeter.timeseries_schema (583d587a-70f7-4dfe-8df4-c5d96ea11ee7) (SelectExecutor): Reading approx. 6 rows with 2 streams | ||
1703 | 2024.05.01 05:13:52.639421 [ 3 ] {5c4caf5b-f948-4ba8-a476-720a37a76795} <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', 'oximeter_collector:collections', 'oximeter_collector:failed_collections', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received'))" | ||
1704 | 2024.05.01 05:13:52.639466 [ 3 ] {5c4caf5b-f948-4ba8-a476-720a37a76795} <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', 'oximeter_collector:collections', 'oximeter_collector:failed_collections', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received'))" | ||
1705 | 2024.05.01 05:13:52.640805 [ 3 ] {5c4caf5b-f948-4ba8-a476-720a37a76795} <Debug> executeQuery: Read 6 rows, 274.00 B in 0.002612 sec., 2297.0903522205203 rows/sec., 102.44 KiB/sec. | ||
1706 | 2024.05.01 05:13:52.641099 [ 3 ] {5c4caf5b-f948-4ba8-a476-720a37a76795} <Debug> DynamicQueryHandler: Done processing query | ||
1707 | 2024.05.01 05:13:52.641125 [ 3 ] {5c4caf5b-f948-4ba8-a476-720a37a76795} <Debug> MemoryTracker: Peak memory usage (for query): 3.06 MiB. | ||
1708 | 2024.05.01 05:13:52.641141 [ 3 ] {} <Debug> HTTP-Session: e7d7c97c-bc72-4486-b021-b7554ff2fe5a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1709 | 2024.05.01 05:13:52.641384 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 515, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1710 | 2024.05.01 05:13:52.641441 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1711 | 2024.05.01 05:13:52.641461 [ 3 ] {} <Debug> HTTP-Session: 20802a7c-d6d2-43a3-92ef-cc89dde260ca Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 | ||
1712 | 2024.05.01 05:13:52.641479 [ 3 ] {} <Debug> HTTP-Session: 20802a7c-d6d2-43a3-92ef-cc89dde260ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1713 | 2024.05.01 05:13:52.641493 [ 3 ] {} <Debug> HTTP-Session: 20802a7c-d6d2-43a3-92ef-cc89dde260ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1714 | 2024.05.01 05:13:52.641527 [ 3 ] {} <Trace> HTTP-Session: 20802a7c-d6d2-43a3-92ef-cc89dde260ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1715 | 2024.05.01 05:13:52.641664 [ 3 ] {a705fe97-f848-40e9-bd7c-43e21ddb032c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53121) 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', 'oximeter_collector:collections', 'oximeter_collector:failed_collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received') FORMAT JSONEachRow; (stage: Complete) | ||
1716 | 2024.05.01 05:13:52.641917 [ 3 ] {a705fe97-f848-40e9-bd7c-43e21ddb032c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1717 | 2024.05.01 05:13:52.641954 [ 3 ] {a705fe97-f848-40e9-bd7c-43e21ddb032c} <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', 'oximeter_collector:collections', 'oximeter_collector:failed_collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received')" moved to PREWHERE | ||
1718 | 2024.05.01 05:13:52.642179 [ 3 ] {a705fe97-f848-40e9-bd7c-43e21ddb032c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1719 | 2024.05.01 05:13:52.642243 [ 3 ] {a705fe97-f848-40e9-bd7c-43e21ddb032c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1720 | 2024.05.01 05:13:52.642384 [ 3 ] {a705fe97-f848-40e9-bd7c-43e21ddb032c} <Debug> oximeter.timeseries_schema (583d587a-70f7-4dfe-8df4-c5d96ea11ee7) (SelectExecutor): Key condition: (column 0 notIn 11-element set) | ||
1721 | 2024.05.01 05:13:52.642447 [ 256 ] {a705fe97-f848-40e9-bd7c-43e21ddb032c} <Trace> oximeter.timeseries_schema (583d587a-70f7-4dfe-8df4-c5d96ea11ee7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1722 | 2024.05.01 05:13:52.642493 [ 257 ] {a705fe97-f848-40e9-bd7c-43e21ddb032c} <Trace> oximeter.timeseries_schema (583d587a-70f7-4dfe-8df4-c5d96ea11ee7) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1723 | 2024.05.01 05:13:52.642593 [ 3 ] {a705fe97-f848-40e9-bd7c-43e21ddb032c} <Debug> oximeter.timeseries_schema (583d587a-70f7-4dfe-8df4-c5d96ea11ee7) (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 | ||
1724 | 2024.05.01 05:13:52.642620 [ 3 ] {a705fe97-f848-40e9-bd7c-43e21ddb032c} <Trace> oximeter.timeseries_schema (583d587a-70f7-4dfe-8df4-c5d96ea11ee7) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1725 | 2024.05.01 05:13:52.642700 [ 3 ] {a705fe97-f848-40e9-bd7c-43e21ddb032c} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1726 | 2024.05.01 05:13:52.642721 [ 3 ] {a705fe97-f848-40e9-bd7c-43e21ddb032c} <Debug> oximeter.timeseries_schema (583d587a-70f7-4dfe-8df4-c5d96ea11ee7) (SelectExecutor): Reading approx. 6 rows with 2 streams | ||
1727 | 2024.05.01 05:13:52.642759 [ 3 ] {a705fe97-f848-40e9-bd7c-43e21ddb032c} <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', 'oximeter_collector:collections', 'oximeter_collector:failed_collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received'))" | ||
1728 | 2024.05.01 05:13:52.642797 [ 3 ] {a705fe97-f848-40e9-bd7c-43e21ddb032c} <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', 'oximeter_collector:collections', 'oximeter_collector:failed_collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received'))" | ||
1729 | 2024.05.01 05:13:52.644097 [ 3 ] {a705fe97-f848-40e9-bd7c-43e21ddb032c} <Debug> executeQuery: Read 6 rows, 274.00 B in 0.002492 sec., 2407.7046548956664 rows/sec., 107.37 KiB/sec. | ||
1730 | 2024.05.01 05:13:52.644443 [ 3 ] {a705fe97-f848-40e9-bd7c-43e21ddb032c} <Debug> DynamicQueryHandler: Done processing query | ||
1731 | 2024.05.01 05:13:52.644474 [ 3 ] {a705fe97-f848-40e9-bd7c-43e21ddb032c} <Debug> MemoryTracker: Peak memory usage (for query): 3.06 MiB. | ||
1732 | 2024.05.01 05:13:52.644494 [ 3 ] {} <Debug> HTTP-Session: 20802a7c-d6d2-43a3-92ef-cc89dde260ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1733 | 2024.05.01 05:13:52.660989 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 1942, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1734 | 2024.05.01 05:13:52.661055 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1735 | 2024.05.01 05:13:52.661076 [ 3 ] {} <Debug> HTTP-Session: a1dfda78-3456-4273-b403-3e304c025b86 Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 | ||
1736 | 2024.05.01 05:13:52.661095 [ 3 ] {} <Debug> HTTP-Session: a1dfda78-3456-4273-b403-3e304c025b86 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1737 | 2024.05.01 05:13:52.661109 [ 3 ] {} <Debug> HTTP-Session: a1dfda78-3456-4273-b403-3e304c025b86 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1738 | 2024.05.01 05:13:52.661144 [ 3 ] {} <Trace> HTTP-Session: a1dfda78-3456-4273-b403-3e304c025b86 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1739 | 2024.05.01 05:13:52.661284 [ 3 ] {d843f519-5b7c-4a39-a858-f64616757bdc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
1740 | 2024.05.01 05:13:52.661338 [ 3 ] {d843f519-5b7c-4a39-a858-f64616757bdc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1741 | 2024.05.01 05:13:52.661543 [ 3 ] {d843f519-5b7c-4a39-a858-f64616757bdc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1742 | 2024.05.01 05:13:52.661946 [ 3 ] {d843f519-5b7c-4a39-a858-f64616757bdc} <Trace> oximeter.timeseries_schema (583d587a-70f7-4dfe-8df4-c5d96ea11ee7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1743 | 2024.05.01 05:13:52.661988 [ 3 ] {d843f519-5b7c-4a39-a858-f64616757bdc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. | ||
1744 | 2024.05.01 05:13:52.662542 [ 3 ] {d843f519-5b7c-4a39-a858-f64616757bdc} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1745 | 2024.05.01 05:13:52.662862 [ 3 ] {d843f519-5b7c-4a39-a858-f64616757bdc} <Trace> oximeter.timeseries_schema (583d587a-70f7-4dfe-8df4-c5d96ea11ee7): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1746 | 2024.05.01 05:13:52.663024 [ 3 ] {d843f519-5b7c-4a39-a858-f64616757bdc} <Debug> executeQuery: Read 6 rows, 996.00 B in 0.001777 sec., 3376.477208778841 rows/sec., 547.36 KiB/sec. | ||
1747 | 2024.05.01 05:13:52.663316 [ 3 ] {d843f519-5b7c-4a39-a858-f64616757bdc} <Debug> DynamicQueryHandler: Done processing query | ||
1748 | 2024.05.01 05:13:52.663342 [ 3 ] {d843f519-5b7c-4a39-a858-f64616757bdc} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
1749 | 2024.05.01 05:13:52.663358 [ 3 ] {} <Debug> HTTP-Session: a1dfda78-3456-4273-b403-3e304c025b86 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1750 | 2024.05.01 05:13:52.663494 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 3213, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1751 | 2024.05.01 05:13:52.663546 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1752 | 2024.05.01 05:13:52.663565 [ 3 ] {} <Debug> HTTP-Session: 69189a5a-7268-4c2d-8c6b-89dbdb2b5bba Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 | ||
1753 | 2024.05.01 05:13:52.663581 [ 3 ] {} <Debug> HTTP-Session: 69189a5a-7268-4c2d-8c6b-89dbdb2b5bba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1754 | 2024.05.01 05:13:52.663595 [ 3 ] {} <Debug> HTTP-Session: 69189a5a-7268-4c2d-8c6b-89dbdb2b5bba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1755 | 2024.05.01 05:13:52.663627 [ 3 ] {} <Trace> HTTP-Session: 69189a5a-7268-4c2d-8c6b-89dbdb2b5bba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1756 | 2024.05.01 05:13:52.663735 [ 3 ] {535fc461-932b-4cd5-94b2-edcb4d02748f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
1757 | 2024.05.01 05:13:52.663779 [ 3 ] {535fc461-932b-4cd5-94b2-edcb4d02748f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
1758 | 2024.05.01 05:13:52.663926 [ 3 ] {535fc461-932b-4cd5-94b2-edcb4d02748f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1759 | 2024.05.01 05:13:52.664250 [ 3 ] {535fc461-932b-4cd5-94b2-edcb4d02748f} <Trace> oximeter.fields_i64 (18900a19-f0e8-46d7-bcdf-2fbf35506d05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1760 | 2024.05.01 05:13:52.664286 [ 3 ] {535fc461-932b-4cd5-94b2-edcb4d02748f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. | ||
1761 | 2024.05.01 05:13:52.664591 [ 3 ] {535fc461-932b-4cd5-94b2-edcb4d02748f} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1762 | 2024.05.01 05:13:52.664897 [ 3 ] {535fc461-932b-4cd5-94b2-edcb4d02748f} <Trace> oximeter.fields_i64 (18900a19-f0e8-46d7-bcdf-2fbf35506d05): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1763 | 2024.05.01 05:13:52.665065 [ 3 ] {535fc461-932b-4cd5-94b2-edcb4d02748f} <Debug> executeQuery: Read 22 rows, 1.78 KiB in 0.001351 sec., 16284.233900814212 rows/sec., 1.29 MiB/sec. | ||
1764 | 2024.05.01 05:13:52.665245 [ 3 ] {535fc461-932b-4cd5-94b2-edcb4d02748f} <Debug> DynamicQueryHandler: Done processing query | ||
1765 | 2024.05.01 05:13:52.665269 [ 3 ] {535fc461-932b-4cd5-94b2-edcb4d02748f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1766 | 2024.05.01 05:13:52.665286 [ 3 ] {} <Debug> HTTP-Session: 69189a5a-7268-4c2d-8c6b-89dbdb2b5bba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1767 | 2024.05.01 05:13:52.665428 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 14967, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1768 | 2024.05.01 05:13:52.665476 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1769 | 2024.05.01 05:13:52.665496 [ 3 ] {} <Debug> HTTP-Session: 4de35a50-8a1f-415f-bb61-e30d2f615371 Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 | ||
1770 | 2024.05.01 05:13:52.665512 [ 3 ] {} <Debug> HTTP-Session: 4de35a50-8a1f-415f-bb61-e30d2f615371 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1771 | 2024.05.01 05:13:52.665526 [ 3 ] {} <Debug> HTTP-Session: 4de35a50-8a1f-415f-bb61-e30d2f615371 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1772 | 2024.05.01 05:13:52.665560 [ 3 ] {} <Trace> HTTP-Session: 4de35a50-8a1f-415f-bb61-e30d2f615371 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1773 | 2024.05.01 05:13:52.665692 [ 3 ] {2651579a-7293-4262-9ba3-0d875820bac9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1774 | 2024.05.01 05:13:52.665734 [ 3 ] {2651579a-7293-4262-9ba3-0d875820bac9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1775 | 2024.05.01 05:13:52.665860 [ 3 ] {2651579a-7293-4262-9ba3-0d875820bac9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1776 | 2024.05.01 05:13:52.666224 [ 3 ] {2651579a-7293-4262-9ba3-0d875820bac9} <Trace> oximeter.fields_string (02833c99-4351-41a4-861a-5dfe2852a250): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1777 | 2024.05.01 05:13:52.666260 [ 3 ] {2651579a-7293-4262-9ba3-0d875820bac9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. | ||
1778 | 2024.05.01 05:13:52.666568 [ 3 ] {2651579a-7293-4262-9ba3-0d875820bac9} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1779 | 2024.05.01 05:13:52.666912 [ 3 ] {2651579a-7293-4262-9ba3-0d875820bac9} <Trace> oximeter.fields_string (02833c99-4351-41a4-861a-5dfe2852a250): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1780 | 2024.05.01 05:13:52.667069 [ 3 ] {2651579a-7293-4262-9ba3-0d875820bac9} <Debug> executeQuery: Read 102 rows, 8.73 KiB in 0.001414 sec., 72135.78500707215 rows/sec., 6.03 MiB/sec. | ||
1781 | 2024.05.01 05:13:52.667350 [ 3 ] {2651579a-7293-4262-9ba3-0d875820bac9} <Debug> DynamicQueryHandler: Done processing query | ||
1782 | 2024.05.01 05:13:52.667375 [ 3 ] {2651579a-7293-4262-9ba3-0d875820bac9} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
1783 | 2024.05.01 05:13:52.667391 [ 3 ] {} <Debug> HTTP-Session: 4de35a50-8a1f-415f-bb61-e30d2f615371 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1784 | 2024.05.01 05:13:52.667531 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 7826, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1785 | 2024.05.01 05:13:52.667582 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1786 | 2024.05.01 05:13:52.667601 [ 3 ] {} <Debug> HTTP-Session: 7420510d-c48a-42d1-b46c-63f0aa9e24c1 Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 | ||
1787 | 2024.05.01 05:13:52.667620 [ 3 ] {} <Debug> HTTP-Session: 7420510d-c48a-42d1-b46c-63f0aa9e24c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1788 | 2024.05.01 05:13:52.667635 [ 3 ] {} <Debug> HTTP-Session: 7420510d-c48a-42d1-b46c-63f0aa9e24c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1789 | 2024.05.01 05:13:52.667666 [ 3 ] {} <Trace> HTTP-Session: 7420510d-c48a-42d1-b46c-63f0aa9e24c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1790 | 2024.05.01 05:13:52.667779 [ 3 ] {6cca8254-181f-4f25-8f1c-94ccd3750f48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1791 | 2024.05.01 05:13:52.667822 [ 3 ] {6cca8254-181f-4f25-8f1c-94ccd3750f48} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1792 | 2024.05.01 05:13:52.667967 [ 3 ] {6cca8254-181f-4f25-8f1c-94ccd3750f48} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1793 | 2024.05.01 05:13:52.668306 [ 3 ] {6cca8254-181f-4f25-8f1c-94ccd3750f48} <Trace> oximeter.fields_uuid (55f601b6-7d16-43f5-9abb-35fe5f2ebeb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1794 | 2024.05.01 05:13:52.668342 [ 3 ] {6cca8254-181f-4f25-8f1c-94ccd3750f48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. | ||
1795 | 2024.05.01 05:13:52.668640 [ 3 ] {6cca8254-181f-4f25-8f1c-94ccd3750f48} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1796 | 2024.05.01 05:13:52.668952 [ 3 ] {6cca8254-181f-4f25-8f1c-94ccd3750f48} <Trace> oximeter.fields_uuid (55f601b6-7d16-43f5-9abb-35fe5f2ebeb7): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1797 | 2024.05.01 05:13:52.669104 [ 3 ] {6cca8254-181f-4f25-8f1c-94ccd3750f48} <Debug> executeQuery: Read 46 rows, 3.66 KiB in 0.001356 sec., 33923.30383480826 rows/sec., 2.64 MiB/sec. | ||
1798 | 2024.05.01 05:13:52.669401 [ 3 ] {6cca8254-181f-4f25-8f1c-94ccd3750f48} <Debug> DynamicQueryHandler: Done processing query | ||
1799 | 2024.05.01 05:13:52.669426 [ 3 ] {6cca8254-181f-4f25-8f1c-94ccd3750f48} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1800 | 2024.05.01 05:13:52.669442 [ 3 ] {} <Debug> HTTP-Session: 7420510d-c48a-42d1-b46c-63f0aa9e24c1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1801 | 2024.05.01 05:13:52.669633 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 78577, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1802 | 2024.05.01 05:13:52.669682 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1803 | 2024.05.01 05:13:52.669701 [ 3 ] {} <Debug> HTTP-Session: 3a59a196-b3ec-4c2f-bd72-94a1cd2d3abe Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 | ||
1804 | 2024.05.01 05:13:52.669717 [ 3 ] {} <Debug> HTTP-Session: 3a59a196-b3ec-4c2f-bd72-94a1cd2d3abe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1805 | 2024.05.01 05:13:52.669731 [ 3 ] {} <Debug> HTTP-Session: 3a59a196-b3ec-4c2f-bd72-94a1cd2d3abe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1806 | 2024.05.01 05:13:52.669761 [ 3 ] {} <Trace> HTTP-Session: 3a59a196-b3ec-4c2f-bd72-94a1cd2d3abe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1807 | 2024.05.01 05:13:52.670062 [ 3 ] {5cf137f4-aac1-44d2-b12a-766de532eeee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1808 | 2024.05.01 05:13:52.670111 [ 3 ] {5cf137f4-aac1-44d2-b12a-766de532eeee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1809 | 2024.05.01 05:13:52.670276 [ 3 ] {5cf137f4-aac1-44d2-b12a-766de532eeee} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1810 | 2024.05.01 05:13:52.670850 [ 3 ] {5cf137f4-aac1-44d2-b12a-766de532eeee} <Trace> oximeter.measurements_cumulativeu64 (14094fbf-77be-414d-8210-2374b71b4f0c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1811 | 2024.05.01 05:13:52.670886 [ 3 ] {5cf137f4-aac1-44d2-b12a-766de532eeee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. | ||
1812 | 2024.05.01 05:13:52.671329 [ 3 ] {5cf137f4-aac1-44d2-b12a-766de532eeee} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1813 | 2024.05.01 05:13:52.671701 [ 3 ] {5cf137f4-aac1-44d2-b12a-766de532eeee} <Trace> oximeter.measurements_cumulativeu64 (14094fbf-77be-414d-8210-2374b71b4f0c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1814 | 2024.05.01 05:13:52.671855 [ 3 ] {5cf137f4-aac1-44d2-b12a-766de532eeee} <Debug> executeQuery: Read 408 rows, 29.48 KiB in 0.001988 sec., 205231.38832997985 rows/sec., 14.48 MiB/sec. | ||
1815 | 2024.05.01 05:13:52.672125 [ 3 ] {5cf137f4-aac1-44d2-b12a-766de532eeee} <Debug> DynamicQueryHandler: Done processing query | ||
1816 | 2024.05.01 05:13:52.672150 [ 3 ] {5cf137f4-aac1-44d2-b12a-766de532eeee} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
1817 | 2024.05.01 05:13:52.672166 [ 3 ] {} <Debug> HTTP-Session: 3a59a196-b3ec-4c2f-bd72-94a1cd2d3abe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1818 | 2024.05.01 05:13:52.672348 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 23584, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1819 | 2024.05.01 05:13:52.672397 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1820 | 2024.05.01 05:13:52.672416 [ 3 ] {} <Debug> HTTP-Session: 61defd87-5cb2-4ffe-961c-d876c8c7f340 Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 | ||
1821 | 2024.05.01 05:13:52.672431 [ 3 ] {} <Debug> HTTP-Session: 61defd87-5cb2-4ffe-961c-d876c8c7f340 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1822 | 2024.05.01 05:13:52.672445 [ 3 ] {} <Debug> HTTP-Session: 61defd87-5cb2-4ffe-961c-d876c8c7f340 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1823 | 2024.05.01 05:13:52.672475 [ 3 ] {} <Trace> HTTP-Session: 61defd87-5cb2-4ffe-961c-d876c8c7f340 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1824 | 2024.05.01 05:13:52.672718 [ 3 ] {197a2170-a775-4ee2-81df-b59751cdb4d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
1825 | 2024.05.01 05:13:52.672766 [ 3 ] {197a2170-a775-4ee2-81df-b59751cdb4d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
1826 | 2024.05.01 05:13:52.672940 [ 3 ] {197a2170-a775-4ee2-81df-b59751cdb4d9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1827 | 2024.05.01 05:13:52.673369 [ 3 ] {197a2170-a775-4ee2-81df-b59751cdb4d9} <Trace> oximeter.measurements_histogramf64 (02762c72-3303-43a9-a3f1-2d89b26a797e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1828 | 2024.05.01 05:13:52.673405 [ 3 ] {197a2170-a775-4ee2-81df-b59751cdb4d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. | ||
1829 | 2024.05.01 05:13:52.673809 [ 3 ] {197a2170-a775-4ee2-81df-b59751cdb4d9} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1830 | 2024.05.01 05:13:52.674150 [ 3 ] {197a2170-a775-4ee2-81df-b59751cdb4d9} <Trace> oximeter.measurements_histogramf64 (02762c72-3303-43a9-a3f1-2d89b26a797e): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1831 | 2024.05.01 05:13:52.674320 [ 3 ] {197a2170-a775-4ee2-81df-b59751cdb4d9} <Debug> executeQuery: Read 22 rows, 30.40 KiB in 0.001757 sec., 12521.343198634035 rows/sec., 16.90 MiB/sec. | ||
1832 | 2024.05.01 05:13:52.674597 [ 3 ] {197a2170-a775-4ee2-81df-b59751cdb4d9} <Debug> DynamicQueryHandler: Done processing query | ||
1833 | 2024.05.01 05:13:52.674621 [ 3 ] {197a2170-a775-4ee2-81df-b59751cdb4d9} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
1834 | 2024.05.01 05:13:52.674639 [ 3 ] {} <Debug> HTTP-Session: 61defd87-5cb2-4ffe-961c-d876c8c7f340 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1835 | 2024.05.01 05:13:56.473508 [ 66 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1836 | 2024.05.01 05:13:56.473574 [ 66 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1837 | 2024.05.01 05:13:57.618636 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 1054, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1838 | 2024.05.01 05:13:57.618755 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1839 | 2024.05.01 05:13:57.618780 [ 3 ] {} <Debug> HTTP-Session: 2b339b93-92a0-46ec-8436-c2f1e4c976ee Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 | ||
1840 | 2024.05.01 05:13:57.618804 [ 3 ] {} <Debug> HTTP-Session: 2b339b93-92a0-46ec-8436-c2f1e4c976ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1841 | 2024.05.01 05:13:57.618819 [ 3 ] {} <Debug> HTTP-Session: 2b339b93-92a0-46ec-8436-c2f1e4c976ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1842 | 2024.05.01 05:13:57.618867 [ 3 ] {} <Trace> HTTP-Session: 2b339b93-92a0-46ec-8436-c2f1e4c976ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1843 | 2024.05.01 05:13:57.619079 [ 3 ] {a90b4c4f-4b4f-4f31-9c8b-05c13ec16d41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
1844 | 2024.05.01 05:13:57.619154 [ 3 ] {a90b4c4f-4b4f-4f31-9c8b-05c13ec16d41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
1845 | 2024.05.01 05:13:57.619366 [ 3 ] {a90b4c4f-4b4f-4f31-9c8b-05c13ec16d41} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1846 | 2024.05.01 05:13:57.619870 [ 3 ] {a90b4c4f-4b4f-4f31-9c8b-05c13ec16d41} <Trace> oximeter.fields_i64 (18900a19-f0e8-46d7-bcdf-2fbf35506d05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1847 | 2024.05.01 05:13:57.619916 [ 3 ] {a90b4c4f-4b4f-4f31-9c8b-05c13ec16d41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. | ||
1848 | 2024.05.01 05:13:57.620286 [ 3 ] {a90b4c4f-4b4f-4f31-9c8b-05c13ec16d41} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
1849 | 2024.05.01 05:13:57.620623 [ 3 ] {a90b4c4f-4b4f-4f31-9c8b-05c13ec16d41} <Trace> oximeter.fields_i64 (18900a19-f0e8-46d7-bcdf-2fbf35506d05): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1850 | 2024.05.01 05:13:57.620787 [ 3 ] {a90b4c4f-4b4f-4f31-9c8b-05c13ec16d41} <Debug> executeQuery: Read 7 rows, 581.00 B in 0.00176 sec., 3977.272727272727 rows/sec., 322.38 KiB/sec. | ||
1851 | 2024.05.01 05:13:57.621143 [ 3 ] {a90b4c4f-4b4f-4f31-9c8b-05c13ec16d41} <Debug> DynamicQueryHandler: Done processing query | ||
1852 | 2024.05.01 05:13:57.621171 [ 3 ] {a90b4c4f-4b4f-4f31-9c8b-05c13ec16d41} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1853 | 2024.05.01 05:13:57.621188 [ 3 ] {} <Debug> HTTP-Session: 2b339b93-92a0-46ec-8436-c2f1e4c976ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1854 | 2024.05.01 05:13:57.621328 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 3302, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1855 | 2024.05.01 05:13:57.621386 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1856 | 2024.05.01 05:13:57.621406 [ 3 ] {} <Debug> HTTP-Session: feb20b63-9f05-4017-8da5-f71faf50b696 Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 | ||
1857 | 2024.05.01 05:13:57.621423 [ 3 ] {} <Debug> HTTP-Session: feb20b63-9f05-4017-8da5-f71faf50b696 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1858 | 2024.05.01 05:13:57.621437 [ 3 ] {} <Debug> HTTP-Session: feb20b63-9f05-4017-8da5-f71faf50b696 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1859 | 2024.05.01 05:13:57.621473 [ 3 ] {} <Trace> HTTP-Session: feb20b63-9f05-4017-8da5-f71faf50b696 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1860 | 2024.05.01 05:13:57.621587 [ 3 ] {1d8b5f70-33fd-4ecc-9b6f-cda8115f7cd2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1861 | 2024.05.01 05:13:57.621634 [ 3 ] {1d8b5f70-33fd-4ecc-9b6f-cda8115f7cd2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1862 | 2024.05.01 05:13:57.621783 [ 3 ] {1d8b5f70-33fd-4ecc-9b6f-cda8115f7cd2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1863 | 2024.05.01 05:13:57.622111 [ 3 ] {1d8b5f70-33fd-4ecc-9b6f-cda8115f7cd2} <Trace> oximeter.fields_string (02833c99-4351-41a4-861a-5dfe2852a250): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1864 | 2024.05.01 05:13:57.622150 [ 3 ] {1d8b5f70-33fd-4ecc-9b6f-cda8115f7cd2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. | ||
1865 | 2024.05.01 05:13:57.622462 [ 3 ] {1d8b5f70-33fd-4ecc-9b6f-cda8115f7cd2} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
1866 | 2024.05.01 05:13:57.622779 [ 3 ] {1d8b5f70-33fd-4ecc-9b6f-cda8115f7cd2} <Trace> oximeter.fields_string (02833c99-4351-41a4-861a-5dfe2852a250): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1867 | 2024.05.01 05:13:57.622939 [ 3 ] {1d8b5f70-33fd-4ecc-9b6f-cda8115f7cd2} <Debug> executeQuery: Read 21 rows, 1.98 KiB in 0.001379 sec., 15228.426395939086 rows/sec., 1.40 MiB/sec. | ||
1868 | 2024.05.01 05:13:57.623114 [ 3 ] {1d8b5f70-33fd-4ecc-9b6f-cda8115f7cd2} <Debug> DynamicQueryHandler: Done processing query | ||
1869 | 2024.05.01 05:13:57.623140 [ 3 ] {1d8b5f70-33fd-4ecc-9b6f-cda8115f7cd2} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1870 | 2024.05.01 05:13:57.623156 [ 3 ] {} <Debug> HTTP-Session: feb20b63-9f05-4017-8da5-f71faf50b696 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1871 | 2024.05.01 05:13:57.623308 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 1237, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1872 | 2024.05.01 05:13:57.623360 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1873 | 2024.05.01 05:13:57.623380 [ 3 ] {} <Debug> HTTP-Session: e4d3d14f-9fba-4818-98f3-019080eb4abb Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 | ||
1874 | 2024.05.01 05:13:57.623397 [ 3 ] {} <Debug> HTTP-Session: e4d3d14f-9fba-4818-98f3-019080eb4abb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1875 | 2024.05.01 05:13:57.623411 [ 3 ] {} <Debug> HTTP-Session: e4d3d14f-9fba-4818-98f3-019080eb4abb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1876 | 2024.05.01 05:13:57.623443 [ 3 ] {} <Trace> HTTP-Session: e4d3d14f-9fba-4818-98f3-019080eb4abb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1877 | 2024.05.01 05:13:57.623543 [ 3 ] {9cb9473d-5bca-46f4-8d34-a4337952cf22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1878 | 2024.05.01 05:13:57.623586 [ 3 ] {9cb9473d-5bca-46f4-8d34-a4337952cf22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1879 | 2024.05.01 05:13:57.623714 [ 3 ] {9cb9473d-5bca-46f4-8d34-a4337952cf22} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1880 | 2024.05.01 05:13:57.624019 [ 3 ] {9cb9473d-5bca-46f4-8d34-a4337952cf22} <Trace> oximeter.fields_uuid (55f601b6-7d16-43f5-9abb-35fe5f2ebeb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1881 | 2024.05.01 05:13:57.624056 [ 3 ] {9cb9473d-5bca-46f4-8d34-a4337952cf22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. | ||
1882 | 2024.05.01 05:13:57.624358 [ 3 ] {9cb9473d-5bca-46f4-8d34-a4337952cf22} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
1883 | 2024.05.01 05:13:57.624652 [ 3 ] {9cb9473d-5bca-46f4-8d34-a4337952cf22} <Trace> oximeter.fields_uuid (55f601b6-7d16-43f5-9abb-35fe5f2ebeb7): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1884 | 2024.05.01 05:13:57.624814 [ 3 ] {9cb9473d-5bca-46f4-8d34-a4337952cf22} <Debug> executeQuery: Read 7 rows, 574.00 B in 0.001296 sec., 5401.234567901234 rows/sec., 432.52 KiB/sec. | ||
1885 | 2024.05.01 05:13:57.624983 [ 3 ] {9cb9473d-5bca-46f4-8d34-a4337952cf22} <Debug> DynamicQueryHandler: Done processing query | ||
1886 | 2024.05.01 05:13:57.625009 [ 3 ] {9cb9473d-5bca-46f4-8d34-a4337952cf22} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1887 | 2024.05.01 05:13:57.625026 [ 3 ] {} <Debug> HTTP-Session: e4d3d14f-9fba-4818-98f3-019080eb4abb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1888 | 2024.05.01 05:13:57.625144 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 7546, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1889 | 2024.05.01 05:13:57.625193 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1890 | 2024.05.01 05:13:57.625212 [ 3 ] {} <Debug> HTTP-Session: 9023f57b-2dcf-4b92-879b-adf4a0b150f6 Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 | ||
1891 | 2024.05.01 05:13:57.625229 [ 3 ] {} <Debug> HTTP-Session: 9023f57b-2dcf-4b92-879b-adf4a0b150f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1892 | 2024.05.01 05:13:57.625242 [ 3 ] {} <Debug> HTTP-Session: 9023f57b-2dcf-4b92-879b-adf4a0b150f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1893 | 2024.05.01 05:13:57.625273 [ 3 ] {} <Trace> HTTP-Session: 9023f57b-2dcf-4b92-879b-adf4a0b150f6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1894 | 2024.05.01 05:13:57.625413 [ 3 ] {e3b65e86-76b5-4bad-bc6b-9e4caac53a09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
1895 | 2024.05.01 05:13:57.625461 [ 3 ] {e3b65e86-76b5-4bad-bc6b-9e4caac53a09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
1896 | 2024.05.01 05:13:57.625625 [ 3 ] {e3b65e86-76b5-4bad-bc6b-9e4caac53a09} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1897 | 2024.05.01 05:13:57.625970 [ 3 ] {e3b65e86-76b5-4bad-bc6b-9e4caac53a09} <Trace> oximeter.measurements_histogramf64 (02762c72-3303-43a9-a3f1-2d89b26a797e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1898 | 2024.05.01 05:13:57.626006 [ 3 ] {e3b65e86-76b5-4bad-bc6b-9e4caac53a09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. | ||
1899 | 2024.05.01 05:13:57.626406 [ 3 ] {e3b65e86-76b5-4bad-bc6b-9e4caac53a09} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
1900 | 2024.05.01 05:13:57.626741 [ 3 ] {e3b65e86-76b5-4bad-bc6b-9e4caac53a09} <Trace> oximeter.measurements_histogramf64 (02762c72-3303-43a9-a3f1-2d89b26a797e): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1901 | 2024.05.01 05:13:57.626900 [ 3 ] {e3b65e86-76b5-4bad-bc6b-9e4caac53a09} <Debug> executeQuery: Read 7 rows, 9.67 KiB in 0.001544 sec., 4533.678756476684 rows/sec., 6.12 MiB/sec. | ||
1902 | 2024.05.01 05:13:57.627205 [ 3 ] {e3b65e86-76b5-4bad-bc6b-9e4caac53a09} <Debug> DynamicQueryHandler: Done processing query | ||
1903 | 2024.05.01 05:13:57.627249 [ 3 ] {e3b65e86-76b5-4bad-bc6b-9e4caac53a09} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
1904 | 2024.05.01 05:13:57.627276 [ 3 ] {} <Debug> HTTP-Session: 9023f57b-2dcf-4b92-879b-adf4a0b150f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1905 | 2024.05.01 05:14:02.619736 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 3213, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1906 | 2024.05.01 05:14:02.619882 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1907 | 2024.05.01 05:14:02.619910 [ 3 ] {} <Debug> HTTP-Session: 5a1236a6-0653-4007-a7b2-0a1d43d81984 Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 | ||
1908 | 2024.05.01 05:14:02.619938 [ 3 ] {} <Debug> HTTP-Session: 5a1236a6-0653-4007-a7b2-0a1d43d81984 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1909 | 2024.05.01 05:14:02.619956 [ 3 ] {} <Debug> HTTP-Session: 5a1236a6-0653-4007-a7b2-0a1d43d81984 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1910 | 2024.05.01 05:14:02.620009 [ 3 ] {} <Trace> HTTP-Session: 5a1236a6-0653-4007-a7b2-0a1d43d81984 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1911 | 2024.05.01 05:14:02.620203 [ 3 ] {f6324ca8-96d8-42a5-b944-bac738fcaa13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
1912 | 2024.05.01 05:14:02.620270 [ 3 ] {f6324ca8-96d8-42a5-b944-bac738fcaa13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
1913 | 2024.05.01 05:14:02.620458 [ 3 ] {f6324ca8-96d8-42a5-b944-bac738fcaa13} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1914 | 2024.05.01 05:14:02.620896 [ 3 ] {f6324ca8-96d8-42a5-b944-bac738fcaa13} <Trace> oximeter.fields_i64 (18900a19-f0e8-46d7-bcdf-2fbf35506d05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1915 | 2024.05.01 05:14:02.620943 [ 3 ] {f6324ca8-96d8-42a5-b944-bac738fcaa13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. | ||
1916 | 2024.05.01 05:14:02.621318 [ 3 ] {f6324ca8-96d8-42a5-b944-bac738fcaa13} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
1917 | 2024.05.01 05:14:02.621647 [ 3 ] {f6324ca8-96d8-42a5-b944-bac738fcaa13} <Trace> oximeter.fields_i64 (18900a19-f0e8-46d7-bcdf-2fbf35506d05): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1918 | 2024.05.01 05:14:02.621824 [ 3 ] {f6324ca8-96d8-42a5-b944-bac738fcaa13} <Debug> executeQuery: Read 22 rows, 1.78 KiB in 0.001674 sec., 13142.174432497013 rows/sec., 1.04 MiB/sec. | ||
1919 | 2024.05.01 05:14:02.622151 [ 3 ] {f6324ca8-96d8-42a5-b944-bac738fcaa13} <Debug> DynamicQueryHandler: Done processing query | ||
1920 | 2024.05.01 05:14:02.622179 [ 3 ] {f6324ca8-96d8-42a5-b944-bac738fcaa13} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1921 | 2024.05.01 05:14:02.622196 [ 3 ] {} <Debug> HTTP-Session: 5a1236a6-0653-4007-a7b2-0a1d43d81984 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1922 | 2024.05.01 05:14:02.622350 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 9987, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1923 | 2024.05.01 05:14:02.622407 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1924 | 2024.05.01 05:14:02.622427 [ 3 ] {} <Debug> HTTP-Session: 33c771a1-4167-40ae-bf10-15ab9cc801b0 Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 | ||
1925 | 2024.05.01 05:14:02.622444 [ 3 ] {} <Debug> HTTP-Session: 33c771a1-4167-40ae-bf10-15ab9cc801b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1926 | 2024.05.01 05:14:02.622458 [ 3 ] {} <Debug> HTTP-Session: 33c771a1-4167-40ae-bf10-15ab9cc801b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1927 | 2024.05.01 05:14:02.622494 [ 3 ] {} <Trace> HTTP-Session: 33c771a1-4167-40ae-bf10-15ab9cc801b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1928 | 2024.05.01 05:14:02.622620 [ 3 ] {b962b8bf-0182-411a-806e-32730abb8d14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1929 | 2024.05.01 05:14:02.622666 [ 3 ] {b962b8bf-0182-411a-806e-32730abb8d14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1930 | 2024.05.01 05:14:02.622818 [ 3 ] {b962b8bf-0182-411a-806e-32730abb8d14} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1931 | 2024.05.01 05:14:02.623170 [ 3 ] {b962b8bf-0182-411a-806e-32730abb8d14} <Trace> oximeter.fields_string (02833c99-4351-41a4-861a-5dfe2852a250): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1932 | 2024.05.01 05:14:02.623206 [ 3 ] {b962b8bf-0182-411a-806e-32730abb8d14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. | ||
1933 | 2024.05.01 05:14:02.623553 [ 3 ] {b962b8bf-0182-411a-806e-32730abb8d14} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
1934 | 2024.05.01 05:14:02.623850 [ 3 ] {b962b8bf-0182-411a-806e-32730abb8d14} <Trace> oximeter.fields_string (02833c99-4351-41a4-861a-5dfe2852a250): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1935 | 2024.05.01 05:14:02.624005 [ 3 ] {b962b8bf-0182-411a-806e-32730abb8d14} <Debug> executeQuery: Read 66 rows, 5.92 KiB in 0.001423 sec., 46380.88545326774 rows/sec., 4.06 MiB/sec. | ||
1936 | 2024.05.01 05:14:02.624303 [ 3 ] {b962b8bf-0182-411a-806e-32730abb8d14} <Debug> DynamicQueryHandler: Done processing query | ||
1937 | 2024.05.01 05:14:02.624328 [ 3 ] {b962b8bf-0182-411a-806e-32730abb8d14} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
1938 | 2024.05.01 05:14:02.624345 [ 3 ] {} <Debug> HTTP-Session: 33c771a1-4167-40ae-bf10-15ab9cc801b0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1939 | 2024.05.01 05:14:02.624472 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 3786, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1940 | 2024.05.01 05:14:02.624522 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1941 | 2024.05.01 05:14:02.624541 [ 3 ] {} <Debug> HTTP-Session: b82dc5a5-553f-46f0-8ba3-6a01cb02847f Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 | ||
1942 | 2024.05.01 05:14:02.624558 [ 3 ] {} <Debug> HTTP-Session: b82dc5a5-553f-46f0-8ba3-6a01cb02847f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1943 | 2024.05.01 05:14:02.624571 [ 3 ] {} <Debug> HTTP-Session: b82dc5a5-553f-46f0-8ba3-6a01cb02847f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1944 | 2024.05.01 05:14:02.624603 [ 3 ] {} <Trace> HTTP-Session: b82dc5a5-553f-46f0-8ba3-6a01cb02847f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1945 | 2024.05.01 05:14:02.624710 [ 3 ] {c2b17556-d87f-4e30-94ec-0e00c19128f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1946 | 2024.05.01 05:14:02.624752 [ 3 ] {c2b17556-d87f-4e30-94ec-0e00c19128f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1947 | 2024.05.01 05:14:02.624895 [ 3 ] {c2b17556-d87f-4e30-94ec-0e00c19128f8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1948 | 2024.05.01 05:14:02.625184 [ 3 ] {c2b17556-d87f-4e30-94ec-0e00c19128f8} <Trace> oximeter.fields_uuid (55f601b6-7d16-43f5-9abb-35fe5f2ebeb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1949 | 2024.05.01 05:14:02.625221 [ 3 ] {c2b17556-d87f-4e30-94ec-0e00c19128f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. | ||
1950 | 2024.05.01 05:14:02.625513 [ 3 ] {c2b17556-d87f-4e30-94ec-0e00c19128f8} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
1951 | 2024.05.01 05:14:02.625815 [ 3 ] {c2b17556-d87f-4e30-94ec-0e00c19128f8} <Trace> oximeter.fields_uuid (55f601b6-7d16-43f5-9abb-35fe5f2ebeb7): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1952 | 2024.05.01 05:14:02.625976 [ 3 ] {c2b17556-d87f-4e30-94ec-0e00c19128f8} <Debug> executeQuery: Read 22 rows, 1.76 KiB in 0.001291 sec., 17041.053446940357 rows/sec., 1.33 MiB/sec. | ||
1953 | 2024.05.01 05:14:02.626142 [ 3 ] {c2b17556-d87f-4e30-94ec-0e00c19128f8} <Debug> DynamicQueryHandler: Done processing query | ||
1954 | 2024.05.01 05:14:02.626165 [ 3 ] {c2b17556-d87f-4e30-94ec-0e00c19128f8} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1955 | 2024.05.01 05:14:02.626181 [ 3 ] {} <Debug> HTTP-Session: b82dc5a5-553f-46f0-8ba3-6a01cb02847f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1956 | 2024.05.01 05:14:02.626358 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 23585, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1957 | 2024.05.01 05:14:02.626407 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1958 | 2024.05.01 05:14:02.626426 [ 3 ] {} <Debug> HTTP-Session: 271490b0-88cf-4448-b583-b92a09f852e9 Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 | ||
1959 | 2024.05.01 05:14:02.626443 [ 3 ] {} <Debug> HTTP-Session: 271490b0-88cf-4448-b583-b92a09f852e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1960 | 2024.05.01 05:14:02.626456 [ 3 ] {} <Debug> HTTP-Session: 271490b0-88cf-4448-b583-b92a09f852e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1961 | 2024.05.01 05:14:02.626487 [ 3 ] {} <Trace> HTTP-Session: 271490b0-88cf-4448-b583-b92a09f852e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1962 | 2024.05.01 05:14:02.626846 [ 3 ] {9b064097-cb78-433f-8d1c-4837ec395a5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
1963 | 2024.05.01 05:14:02.626894 [ 3 ] {9b064097-cb78-433f-8d1c-4837ec395a5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
1964 | 2024.05.01 05:14:02.627058 [ 3 ] {9b064097-cb78-433f-8d1c-4837ec395a5c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1965 | 2024.05.01 05:14:02.627518 [ 3 ] {9b064097-cb78-433f-8d1c-4837ec395a5c} <Trace> oximeter.measurements_histogramf64 (02762c72-3303-43a9-a3f1-2d89b26a797e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1966 | 2024.05.01 05:14:02.627553 [ 3 ] {9b064097-cb78-433f-8d1c-4837ec395a5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. | ||
1967 | 2024.05.01 05:14:02.627972 [ 3 ] {9b064097-cb78-433f-8d1c-4837ec395a5c} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
1968 | 2024.05.01 05:14:02.628307 [ 3 ] {9b064097-cb78-433f-8d1c-4837ec395a5c} <Trace> oximeter.measurements_histogramf64 (02762c72-3303-43a9-a3f1-2d89b26a797e): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1969 | 2024.05.01 05:14:02.628471 [ 3 ] {9b064097-cb78-433f-8d1c-4837ec395a5c} <Debug> executeQuery: Read 22 rows, 30.40 KiB in 0.001904 sec., 11554.621848739494 rows/sec., 15.59 MiB/sec. | ||
1970 | 2024.05.01 05:14:02.628766 [ 3 ] {9b064097-cb78-433f-8d1c-4837ec395a5c} <Debug> DynamicQueryHandler: Done processing query | ||
1971 | 2024.05.01 05:14:02.628789 [ 3 ] {9b064097-cb78-433f-8d1c-4837ec395a5c} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
1972 | 2024.05.01 05:14:02.628806 [ 3 ] {} <Debug> HTTP-Session: 271490b0-88cf-4448-b583-b92a09f852e9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1973 | 2024.05.01 05:14:07.618977 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 1054, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1974 | 2024.05.01 05:14:07.619121 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1975 | 2024.05.01 05:14:07.619151 [ 3 ] {} <Debug> HTTP-Session: 1a5eea15-ad95-4f14-a512-99362417b47c Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 | ||
1976 | 2024.05.01 05:14:07.619180 [ 3 ] {} <Debug> HTTP-Session: 1a5eea15-ad95-4f14-a512-99362417b47c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1977 | 2024.05.01 05:14:07.619198 [ 3 ] {} <Debug> HTTP-Session: 1a5eea15-ad95-4f14-a512-99362417b47c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1978 | 2024.05.01 05:14:07.619254 [ 3 ] {} <Trace> HTTP-Session: 1a5eea15-ad95-4f14-a512-99362417b47c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1979 | 2024.05.01 05:14:07.619482 [ 3 ] {adccec4f-98b4-4027-9e04-5d9ff56ed5dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
1980 | 2024.05.01 05:14:07.619553 [ 3 ] {adccec4f-98b4-4027-9e04-5d9ff56ed5dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
1981 | 2024.05.01 05:14:07.619745 [ 3 ] {adccec4f-98b4-4027-9e04-5d9ff56ed5dc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1982 | 2024.05.01 05:14:07.620167 [ 3 ] {adccec4f-98b4-4027-9e04-5d9ff56ed5dc} <Trace> oximeter.fields_i64 (18900a19-f0e8-46d7-bcdf-2fbf35506d05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1983 | 2024.05.01 05:14:07.620213 [ 3 ] {adccec4f-98b4-4027-9e04-5d9ff56ed5dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. | ||
1984 | 2024.05.01 05:14:07.620576 [ 3 ] {adccec4f-98b4-4027-9e04-5d9ff56ed5dc} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
1985 | 2024.05.01 05:14:07.620903 [ 3 ] {adccec4f-98b4-4027-9e04-5d9ff56ed5dc} <Trace> oximeter.fields_i64 (18900a19-f0e8-46d7-bcdf-2fbf35506d05): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1986 | 2024.05.01 05:14:07.621077 [ 3 ] {adccec4f-98b4-4027-9e04-5d9ff56ed5dc} <Debug> executeQuery: Read 7 rows, 581.00 B in 0.001652 sec., 4237.28813559322 rows/sec., 343.45 KiB/sec. | ||
1987 | 2024.05.01 05:14:07.621083 [ 52 ] {} <Debug> oximeter.fields_i64 (18900a19-f0e8-46d7-bcdf-2fbf35506d05) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
1988 | 2024.05.01 05:14:07.621190 [ 52 ] {} <Trace> oximeter.fields_i64 (18900a19-f0e8-46d7-bcdf-2fbf35506d05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1989 | 2024.05.01 05:14:07.621242 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. | ||
1990 | 2024.05.01 05:14:07.621381 [ 3 ] {adccec4f-98b4-4027-9e04-5d9ff56ed5dc} <Debug> DynamicQueryHandler: Done processing query | ||
1991 | 2024.05.01 05:14:07.621432 [ 3 ] {adccec4f-98b4-4027-9e04-5d9ff56ed5dc} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1992 | 2024.05.01 05:14:07.621451 [ 189 ] {18900a19-f0e8-46d7-bcdf-2fbf35506d05::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 | ||
1993 | 2024.05.01 05:14:07.621460 [ 3 ] {} <Debug> HTTP-Session: 1a5eea15-ad95-4f14-a512-99362417b47c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1994 | 2024.05.01 05:14:07.621705 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 3302, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1995 | 2024.05.01 05:14:07.621724 [ 189 ] {18900a19-f0e8-46d7-bcdf-2fbf35506d05::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1996 | 2024.05.01 05:14:07.621785 [ 189 ] {18900a19-f0e8-46d7-bcdf-2fbf35506d05::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 22 rows starting from the beginning of the part | ||
1997 | 2024.05.01 05:14:07.621799 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1998 | 2024.05.01 05:14:07.621846 [ 3 ] {} <Debug> HTTP-Session: 3f3a605b-6e51-400e-b292-79b2cdc699d3 Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 | ||
1999 | 2024.05.01 05:14:07.621884 [ 3 ] {} <Debug> HTTP-Session: 3f3a605b-6e51-400e-b292-79b2cdc699d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2000 | 2024.05.01 05:14:07.621950 [ 3 ] {} <Debug> HTTP-Session: 3f3a605b-6e51-400e-b292-79b2cdc699d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2001 | 2024.05.01 05:14:07.622010 [ 189 ] {18900a19-f0e8-46d7-bcdf-2fbf35506d05::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 7 rows starting from the beginning of the part | ||
2002 | 2024.05.01 05:14:07.622049 [ 3 ] {} <Trace> HTTP-Session: 3f3a605b-6e51-400e-b292-79b2cdc699d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2003 | 2024.05.01 05:14:07.622304 [ 189 ] {18900a19-f0e8-46d7-bcdf-2fbf35506d05::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 22 rows starting from the beginning of the part | ||
2004 | 2024.05.01 05:14:07.622493 [ 3 ] {d4a0fd12-c815-4f2f-9c55-8b715926dc42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2005 | 2024.05.01 05:14:07.622632 [ 189 ] {18900a19-f0e8-46d7-bcdf-2fbf35506d05::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 7 rows starting from the beginning of the part | ||
2006 | 2024.05.01 05:14:07.622730 [ 3 ] {d4a0fd12-c815-4f2f-9c55-8b715926dc42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2007 | 2024.05.01 05:14:07.623053 [ 189 ] {18900a19-f0e8-46d7-bcdf-2fbf35506d05::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 22 rows starting from the beginning of the part | ||
2008 | 2024.05.01 05:14:07.623467 [ 189 ] {18900a19-f0e8-46d7-bcdf-2fbf35506d05::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 7 rows starting from the beginning of the part | ||
2009 | 2024.05.01 05:14:07.624067 [ 3 ] {d4a0fd12-c815-4f2f-9c55-8b715926dc42} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2010 | 2024.05.01 05:14:07.624787 [ 3 ] {d4a0fd12-c815-4f2f-9c55-8b715926dc42} <Trace> oximeter.fields_string (02833c99-4351-41a4-861a-5dfe2852a250): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2011 | 2024.05.01 05:14:07.624859 [ 3 ] {d4a0fd12-c815-4f2f-9c55-8b715926dc42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. | ||
2012 | 2024.05.01 05:14:07.625654 [ 3 ] {d4a0fd12-c815-4f2f-9c55-8b715926dc42} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2013 | 2024.05.01 05:14:07.625930 [ 189 ] {18900a19-f0e8-46d7-bcdf-2fbf35506d05::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 87 rows, containing 4 columns (4 merged, 0 gathered) in 0.004584486 sec., 18977.0456273615 rows/sec., 1.50 MiB/sec. | ||
2014 | 2024.05.01 05:14:07.626156 [ 189 ] {18900a19-f0e8-46d7-bcdf-2fbf35506d05::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2015 | 2024.05.01 05:14:07.626346 [ 3 ] {d4a0fd12-c815-4f2f-9c55-8b715926dc42} <Trace> oximeter.fields_string (02833c99-4351-41a4-861a-5dfe2852a250): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2016 | 2024.05.01 05:14:07.626750 [ 3 ] {d4a0fd12-c815-4f2f-9c55-8b715926dc42} <Debug> executeQuery: Read 21 rows, 1.98 KiB in 0.004463 sec., 4705.355142280977 rows/sec., 442.88 KiB/sec. | ||
2017 | 2024.05.01 05:14:07.626942 [ 52 ] {} <Debug> oximeter.fields_string (02833c99-4351-41a4-861a-5dfe2852a250) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2018 | 2024.05.01 05:14:07.627155 [ 189 ] {18900a19-f0e8-46d7-bcdf-2fbf35506d05::all_1_11_2} <Trace> oximeter.fields_i64 (18900a19-f0e8-46d7-bcdf-2fbf35506d05): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2019 | 2024.05.01 05:14:07.627174 [ 52 ] {} <Trace> oximeter.fields_string (02833c99-4351-41a4-861a-5dfe2852a250): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2020 | 2024.05.01 05:14:07.627293 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. | ||
2021 | 2024.05.01 05:14:07.627326 [ 3 ] {d4a0fd12-c815-4f2f-9c55-8b715926dc42} <Debug> DynamicQueryHandler: Done processing query | ||
2022 | 2024.05.01 05:14:07.627389 [ 189 ] {18900a19-f0e8-46d7-bcdf-2fbf35506d05::all_1_11_2} <Trace> oximeter.fields_i64 (18900a19-f0e8-46d7-bcdf-2fbf35506d05) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2023 | 2024.05.01 05:14:07.627418 [ 3 ] {d4a0fd12-c815-4f2f-9c55-8b715926dc42} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2024 | 2024.05.01 05:14:07.627477 [ 3 ] {} <Debug> HTTP-Session: 3f3a605b-6e51-400e-b292-79b2cdc699d3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2025 | 2024.05.01 05:14:07.627661 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
2026 | 2024.05.01 05:14:07.627700 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 1237, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2027 | 2024.05.01 05:14:07.627736 [ 199 ] {02833c99-4351-41a4-861a-5dfe2852a250::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 | ||
2028 | 2024.05.01 05:14:07.627774 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2029 | 2024.05.01 05:14:07.627837 [ 3 ] {} <Debug> HTTP-Session: 08ddfc59-dbd4-4b2f-9847-e016c19fd308 Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 | ||
2030 | 2024.05.01 05:14:07.627879 [ 3 ] {} <Debug> HTTP-Session: 08ddfc59-dbd4-4b2f-9847-e016c19fd308 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2031 | 2024.05.01 05:14:07.627911 [ 3 ] {} <Debug> HTTP-Session: 08ddfc59-dbd4-4b2f-9847-e016c19fd308 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2032 | 2024.05.01 05:14:07.627998 [ 3 ] {} <Trace> HTTP-Session: 08ddfc59-dbd4-4b2f-9847-e016c19fd308 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2033 | 2024.05.01 05:14:07.628087 [ 199 ] {02833c99-4351-41a4-861a-5dfe2852a250::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2034 | 2024.05.01 05:14:07.628162 [ 199 ] {02833c99-4351-41a4-861a-5dfe2852a250::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 76 rows starting from the beginning of the part | ||
2035 | 2024.05.01 05:14:07.628233 [ 3 ] {98448071-899d-47fd-8259-df438990df69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2036 | 2024.05.01 05:14:07.628379 [ 3 ] {98448071-899d-47fd-8259-df438990df69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2037 | 2024.05.01 05:14:07.628503 [ 199 ] {02833c99-4351-41a4-861a-5dfe2852a250::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 21 rows starting from the beginning of the part | ||
2038 | 2024.05.01 05:14:07.628867 [ 199 ] {02833c99-4351-41a4-861a-5dfe2852a250::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 102 rows starting from the beginning of the part | ||
2039 | 2024.05.01 05:14:07.629257 [ 199 ] {02833c99-4351-41a4-861a-5dfe2852a250::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 21 rows starting from the beginning of the part | ||
2040 | 2024.05.01 05:14:07.629280 [ 3 ] {98448071-899d-47fd-8259-df438990df69} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2041 | 2024.05.01 05:14:07.629547 [ 199 ] {02833c99-4351-41a4-861a-5dfe2852a250::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 66 rows starting from the beginning of the part | ||
2042 | 2024.05.01 05:14:07.629735 [ 199 ] {02833c99-4351-41a4-861a-5dfe2852a250::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 21 rows starting from the beginning of the part | ||
2043 | 2024.05.01 05:14:07.630498 [ 3 ] {98448071-899d-47fd-8259-df438990df69} <Trace> oximeter.fields_uuid (55f601b6-7d16-43f5-9abb-35fe5f2ebeb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2044 | 2024.05.01 05:14:07.630550 [ 3 ] {98448071-899d-47fd-8259-df438990df69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. | ||
2045 | 2024.05.01 05:14:07.631390 [ 3 ] {98448071-899d-47fd-8259-df438990df69} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2046 | 2024.05.01 05:14:07.632335 [ 3 ] {98448071-899d-47fd-8259-df438990df69} <Trace> oximeter.fields_uuid (55f601b6-7d16-43f5-9abb-35fe5f2ebeb7): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2047 | 2024.05.01 05:14:07.632732 [ 199 ] {02833c99-4351-41a4-861a-5dfe2852a250::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 307 rows, containing 4 columns (4 merged, 0 gathered) in 0.005265109 sec., 58308.38449878246 rows/sec., 5.07 MiB/sec. | ||
2048 | 2024.05.01 05:14:07.632774 [ 52 ] {} <Debug> oximeter.fields_uuid (55f601b6-7d16-43f5-9abb-35fe5f2ebeb7) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2049 | 2024.05.01 05:14:07.632814 [ 3 ] {98448071-899d-47fd-8259-df438990df69} <Debug> executeQuery: Read 7 rows, 574.00 B in 0.004628 sec., 1512.532411408816 rows/sec., 121.12 KiB/sec. | ||
2050 | 2024.05.01 05:14:07.632878 [ 52 ] {} <Trace> oximeter.fields_uuid (55f601b6-7d16-43f5-9abb-35fe5f2ebeb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2051 | 2024.05.01 05:14:07.632995 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. | ||
2052 | 2024.05.01 05:14:07.633351 [ 196 ] {02833c99-4351-41a4-861a-5dfe2852a250::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2053 | 2024.05.01 05:14:07.633404 [ 3 ] {98448071-899d-47fd-8259-df438990df69} <Debug> DynamicQueryHandler: Done processing query | ||
2054 | 2024.05.01 05:14:07.633510 [ 3 ] {98448071-899d-47fd-8259-df438990df69} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2055 | 2024.05.01 05:14:07.633535 [ 199 ] {55f601b6-7d16-43f5-9abb-35fe5f2ebeb7::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 | ||
2056 | 2024.05.01 05:14:07.633600 [ 3 ] {} <Debug> HTTP-Session: 08ddfc59-dbd4-4b2f-9847-e016c19fd308 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2057 | 2024.05.01 05:14:07.633983 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 7546, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2058 | 2024.05.01 05:14:07.634168 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2059 | 2024.05.01 05:14:07.634269 [ 3 ] {} <Debug> HTTP-Session: 5ff51349-eda2-4190-b1d3-542656ea8d0c Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 | ||
2060 | 2024.05.01 05:14:07.634348 [ 3 ] {} <Debug> HTTP-Session: 5ff51349-eda2-4190-b1d3-542656ea8d0c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2061 | 2024.05.01 05:14:07.634411 [ 3 ] {} <Debug> HTTP-Session: 5ff51349-eda2-4190-b1d3-542656ea8d0c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2062 | 2024.05.01 05:14:07.634432 [ 199 ] {55f601b6-7d16-43f5-9abb-35fe5f2ebeb7::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2063 | 2024.05.01 05:14:07.634577 [ 3 ] {} <Trace> HTTP-Session: 5ff51349-eda2-4190-b1d3-542656ea8d0c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2064 | 2024.05.01 05:14:07.634580 [ 199 ] {55f601b6-7d16-43f5-9abb-35fe5f2ebeb7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 46 rows starting from the beginning of the part | ||
2065 | 2024.05.01 05:14:07.634961 [ 3 ] {d7adcf31-7839-4b59-8988-91c5dac54592} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
2066 | 2024.05.01 05:14:07.635118 [ 199 ] {55f601b6-7d16-43f5-9abb-35fe5f2ebeb7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 16 rows starting from the beginning of the part | ||
2067 | 2024.05.01 05:14:07.635135 [ 3 ] {d7adcf31-7839-4b59-8988-91c5dac54592} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
2068 | 2024.05.01 05:14:07.635245 [ 196 ] {02833c99-4351-41a4-861a-5dfe2852a250::all_1_11_2} <Trace> oximeter.fields_string (02833c99-4351-41a4-861a-5dfe2852a250): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2069 | 2024.05.01 05:14:07.635572 [ 199 ] {55f601b6-7d16-43f5-9abb-35fe5f2ebeb7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 46 rows starting from the beginning of the part | ||
2070 | 2024.05.01 05:14:07.636034 [ 199 ] {55f601b6-7d16-43f5-9abb-35fe5f2ebeb7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 7 rows starting from the beginning of the part | ||
2071 | 2024.05.01 05:14:07.636316 [ 196 ] {02833c99-4351-41a4-861a-5dfe2852a250::all_1_11_2} <Trace> oximeter.fields_string (02833c99-4351-41a4-861a-5dfe2852a250) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2072 | 2024.05.01 05:14:07.636636 [ 3 ] {d7adcf31-7839-4b59-8988-91c5dac54592} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2073 | 2024.05.01 05:14:07.636645 [ 199 ] {55f601b6-7d16-43f5-9abb-35fe5f2ebeb7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 22 rows starting from the beginning of the part | ||
2074 | 2024.05.01 05:14:07.636684 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
2075 | 2024.05.01 05:14:07.637042 [ 199 ] {55f601b6-7d16-43f5-9abb-35fe5f2ebeb7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 7 rows starting from the beginning of the part | ||
2076 | 2024.05.01 05:14:07.637813 [ 3 ] {d7adcf31-7839-4b59-8988-91c5dac54592} <Trace> oximeter.measurements_histogramf64 (02762c72-3303-43a9-a3f1-2d89b26a797e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2077 | 2024.05.01 05:14:07.637872 [ 3 ] {d7adcf31-7839-4b59-8988-91c5dac54592} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. | ||
2078 | 2024.05.01 05:14:07.639071 [ 3 ] {d7adcf31-7839-4b59-8988-91c5dac54592} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2079 | 2024.05.01 05:14:07.639554 [ 199 ] {55f601b6-7d16-43f5-9abb-35fe5f2ebeb7::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 144 rows, containing 4 columns (4 merged, 0 gathered) in 0.006363183 sec., 22630.18366751357 rows/sec., 1.78 MiB/sec. | ||
2080 | 2024.05.01 05:14:07.639768 [ 199 ] {55f601b6-7d16-43f5-9abb-35fe5f2ebeb7::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2081 | 2024.05.01 05:14:07.639949 [ 3 ] {d7adcf31-7839-4b59-8988-91c5dac54592} <Trace> oximeter.measurements_histogramf64 (02762c72-3303-43a9-a3f1-2d89b26a797e): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2082 | 2024.05.01 05:14:07.640388 [ 52 ] {} <Debug> oximeter.measurements_histogramf64 (02762c72-3303-43a9-a3f1-2d89b26a797e) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2083 | 2024.05.01 05:14:07.640456 [ 3 ] {d7adcf31-7839-4b59-8988-91c5dac54592} <Debug> executeQuery: Read 7 rows, 9.67 KiB in 0.005622 sec., 1245.1085023123444 rows/sec., 1.68 MiB/sec. | ||
2084 | 2024.05.01 05:14:07.640513 [ 52 ] {} <Trace> oximeter.measurements_histogramf64 (02762c72-3303-43a9-a3f1-2d89b26a797e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2085 | 2024.05.01 05:14:07.640631 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. | ||
2086 | 2024.05.01 05:14:07.640852 [ 199 ] {55f601b6-7d16-43f5-9abb-35fe5f2ebeb7::all_1_11_2} <Trace> oximeter.fields_uuid (55f601b6-7d16-43f5-9abb-35fe5f2ebeb7): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2087 | 2024.05.01 05:14:07.641102 [ 3 ] {d7adcf31-7839-4b59-8988-91c5dac54592} <Debug> DynamicQueryHandler: Done processing query | ||
2088 | 2024.05.01 05:14:07.641111 [ 190 ] {02762c72-3303-43a9-a3f1-2d89b26a797e::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 | ||
2089 | 2024.05.01 05:14:07.641157 [ 3 ] {d7adcf31-7839-4b59-8988-91c5dac54592} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
2090 | 2024.05.01 05:14:07.641173 [ 199 ] {55f601b6-7d16-43f5-9abb-35fe5f2ebeb7::all_1_11_2} <Trace> oximeter.fields_uuid (55f601b6-7d16-43f5-9abb-35fe5f2ebeb7) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2091 | 2024.05.01 05:14:07.641221 [ 3 ] {} <Debug> HTTP-Session: 5ff51349-eda2-4190-b1d3-542656ea8d0c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2092 | 2024.05.01 05:14:07.641413 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
2093 | 2024.05.01 05:14:07.641492 [ 190 ] {02762c72-3303-43a9-a3f1-2d89b26a797e::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2094 | 2024.05.01 05:14:07.641541 [ 190 ] {02762c72-3303-43a9-a3f1-2d89b26a797e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 129 rows starting from the beginning of the part | ||
2095 | 2024.05.01 05:14:07.641673 [ 190 ] {02762c72-3303-43a9-a3f1-2d89b26a797e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 7 rows starting from the beginning of the part | ||
2096 | 2024.05.01 05:14:07.641878 [ 190 ] {02762c72-3303-43a9-a3f1-2d89b26a797e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 22 rows starting from the beginning of the part | ||
2097 | 2024.05.01 05:14:07.642027 [ 190 ] {02762c72-3303-43a9-a3f1-2d89b26a797e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 7 rows starting from the beginning of the part | ||
2098 | 2024.05.01 05:14:07.642169 [ 190 ] {02762c72-3303-43a9-a3f1-2d89b26a797e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 22 rows starting from the beginning of the part | ||
2099 | 2024.05.01 05:14:07.642395 [ 190 ] {02762c72-3303-43a9-a3f1-2d89b26a797e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 7 rows starting from the beginning of the part | ||
2100 | 2024.05.01 05:14:07.643774 [ 194 ] {02762c72-3303-43a9-a3f1-2d89b26a797e::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 194 rows, containing 6 columns (6 merged, 0 gathered) in 0.002974742 sec., 65215.73971793184 rows/sec., 88.01 MiB/sec. | ||
2101 | 2024.05.01 05:14:07.644022 [ 199 ] {02762c72-3303-43a9-a3f1-2d89b26a797e::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2102 | 2024.05.01 05:14:07.644432 [ 199 ] {02762c72-3303-43a9-a3f1-2d89b26a797e::all_1_11_2} <Trace> oximeter.measurements_histogramf64 (02762c72-3303-43a9-a3f1-2d89b26a797e): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2103 | 2024.05.01 05:14:07.644511 [ 199 ] {02762c72-3303-43a9-a3f1-2d89b26a797e::all_1_11_2} <Trace> oximeter.measurements_histogramf64 (02762c72-3303-43a9-a3f1-2d89b26a797e) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2104 | 2024.05.01 05:14:07.644597 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.93 MiB. | ||
2105 | 2024.05.01 05:14:11.473817 [ 49 ] {} <Debug> DNSResolver: Updating DNS cache | ||
2106 | 2024.05.01 05:14:11.473888 [ 49 ] {} <Debug> DNSResolver: Updated DNS cache | ||
2107 | 2024.05.01 05:14:12.619848 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 3213, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2108 | 2024.05.01 05:14:12.619970 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2109 | 2024.05.01 05:14:12.620025 [ 3 ] {} <Debug> HTTP-Session: 9c10d02d-5720-49d8-8cc7-07e5be0cb07f Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 | ||
2110 | 2024.05.01 05:14:12.620073 [ 3 ] {} <Debug> HTTP-Session: 9c10d02d-5720-49d8-8cc7-07e5be0cb07f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2111 | 2024.05.01 05:14:12.620093 [ 3 ] {} <Debug> HTTP-Session: 9c10d02d-5720-49d8-8cc7-07e5be0cb07f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2112 | 2024.05.01 05:14:12.620146 [ 3 ] {} <Trace> HTTP-Session: 9c10d02d-5720-49d8-8cc7-07e5be0cb07f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2113 | 2024.05.01 05:14:12.620372 [ 3 ] {070df776-7408-4037-b1ca-caba64f88119} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2114 | 2024.05.01 05:14:12.620446 [ 3 ] {070df776-7408-4037-b1ca-caba64f88119} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2115 | 2024.05.01 05:14:12.620647 [ 3 ] {070df776-7408-4037-b1ca-caba64f88119} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2116 | 2024.05.01 05:14:12.621081 [ 3 ] {070df776-7408-4037-b1ca-caba64f88119} <Trace> oximeter.fields_i64 (18900a19-f0e8-46d7-bcdf-2fbf35506d05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2117 | 2024.05.01 05:14:12.621124 [ 3 ] {070df776-7408-4037-b1ca-caba64f88119} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. | ||
2118 | 2024.05.01 05:14:12.621489 [ 3 ] {070df776-7408-4037-b1ca-caba64f88119} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2119 | 2024.05.01 05:14:12.621829 [ 3 ] {070df776-7408-4037-b1ca-caba64f88119} <Trace> oximeter.fields_i64 (18900a19-f0e8-46d7-bcdf-2fbf35506d05): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2120 | 2024.05.01 05:14:12.621989 [ 3 ] {070df776-7408-4037-b1ca-caba64f88119} <Debug> executeQuery: Read 22 rows, 1.78 KiB in 0.001681 sec., 13087.447947650207 rows/sec., 1.04 MiB/sec. | ||
2121 | 2024.05.01 05:14:12.622203 [ 3 ] {070df776-7408-4037-b1ca-caba64f88119} <Debug> DynamicQueryHandler: Done processing query | ||
2122 | 2024.05.01 05:14:12.622230 [ 3 ] {070df776-7408-4037-b1ca-caba64f88119} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2123 | 2024.05.01 05:14:12.622246 [ 3 ] {} <Debug> HTTP-Session: 9c10d02d-5720-49d8-8cc7-07e5be0cb07f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2124 | 2024.05.01 05:14:12.622379 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 9987, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2125 | 2024.05.01 05:14:12.622434 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2126 | 2024.05.01 05:14:12.622453 [ 3 ] {} <Debug> HTTP-Session: dde5aa22-9215-4010-8ddc-ab8c69f2c1bf Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 | ||
2127 | 2024.05.01 05:14:12.622471 [ 3 ] {} <Debug> HTTP-Session: dde5aa22-9215-4010-8ddc-ab8c69f2c1bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2128 | 2024.05.01 05:14:12.622486 [ 3 ] {} <Debug> HTTP-Session: dde5aa22-9215-4010-8ddc-ab8c69f2c1bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2129 | 2024.05.01 05:14:12.622521 [ 3 ] {} <Trace> HTTP-Session: dde5aa22-9215-4010-8ddc-ab8c69f2c1bf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2130 | 2024.05.01 05:14:12.622648 [ 3 ] {4304fd82-6de5-4eda-8da2-bbdf80f54a79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2131 | 2024.05.01 05:14:12.622693 [ 3 ] {4304fd82-6de5-4eda-8da2-bbdf80f54a79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2132 | 2024.05.01 05:14:12.622825 [ 3 ] {4304fd82-6de5-4eda-8da2-bbdf80f54a79} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2133 | 2024.05.01 05:14:12.623239 [ 3 ] {4304fd82-6de5-4eda-8da2-bbdf80f54a79} <Trace> oximeter.fields_string (02833c99-4351-41a4-861a-5dfe2852a250): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2134 | 2024.05.01 05:14:12.623276 [ 3 ] {4304fd82-6de5-4eda-8da2-bbdf80f54a79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. | ||
2135 | 2024.05.01 05:14:12.623584 [ 3 ] {4304fd82-6de5-4eda-8da2-bbdf80f54a79} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2136 | 2024.05.01 05:14:12.623896 [ 3 ] {4304fd82-6de5-4eda-8da2-bbdf80f54a79} <Trace> oximeter.fields_string (02833c99-4351-41a4-861a-5dfe2852a250): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2137 | 2024.05.01 05:14:12.624052 [ 3 ] {4304fd82-6de5-4eda-8da2-bbdf80f54a79} <Debug> executeQuery: Read 66 rows, 5.92 KiB in 0.001448 sec., 45580.11049723757 rows/sec., 3.99 MiB/sec. | ||
2138 | 2024.05.01 05:14:12.624258 [ 3 ] {4304fd82-6de5-4eda-8da2-bbdf80f54a79} <Debug> DynamicQueryHandler: Done processing query | ||
2139 | 2024.05.01 05:14:12.624284 [ 3 ] {4304fd82-6de5-4eda-8da2-bbdf80f54a79} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
2140 | 2024.05.01 05:14:12.624300 [ 3 ] {} <Debug> HTTP-Session: dde5aa22-9215-4010-8ddc-ab8c69f2c1bf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2141 | 2024.05.01 05:14:12.624434 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 3786, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2142 | 2024.05.01 05:14:12.624484 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2143 | 2024.05.01 05:14:12.624503 [ 3 ] {} <Debug> HTTP-Session: 8044dc26-8ddc-4b46-8350-035e09d726dd Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 | ||
2144 | 2024.05.01 05:14:12.624520 [ 3 ] {} <Debug> HTTP-Session: 8044dc26-8ddc-4b46-8350-035e09d726dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2145 | 2024.05.01 05:14:12.624533 [ 3 ] {} <Debug> HTTP-Session: 8044dc26-8ddc-4b46-8350-035e09d726dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2146 | 2024.05.01 05:14:12.624565 [ 3 ] {} <Trace> HTTP-Session: 8044dc26-8ddc-4b46-8350-035e09d726dd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2147 | 2024.05.01 05:14:12.624670 [ 3 ] {78862ab7-6e32-48c6-8002-e3d1579afa08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2148 | 2024.05.01 05:14:12.624736 [ 3 ] {78862ab7-6e32-48c6-8002-e3d1579afa08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2149 | 2024.05.01 05:14:12.624861 [ 3 ] {78862ab7-6e32-48c6-8002-e3d1579afa08} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2150 | 2024.05.01 05:14:12.625210 [ 3 ] {78862ab7-6e32-48c6-8002-e3d1579afa08} <Trace> oximeter.fields_uuid (55f601b6-7d16-43f5-9abb-35fe5f2ebeb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2151 | 2024.05.01 05:14:12.625245 [ 3 ] {78862ab7-6e32-48c6-8002-e3d1579afa08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. | ||
2152 | 2024.05.01 05:14:12.625550 [ 3 ] {78862ab7-6e32-48c6-8002-e3d1579afa08} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2153 | 2024.05.01 05:14:12.625866 [ 3 ] {78862ab7-6e32-48c6-8002-e3d1579afa08} <Trace> oximeter.fields_uuid (55f601b6-7d16-43f5-9abb-35fe5f2ebeb7): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2154 | 2024.05.01 05:14:12.626030 [ 3 ] {78862ab7-6e32-48c6-8002-e3d1579afa08} <Debug> executeQuery: Read 22 rows, 1.76 KiB in 0.001385 sec., 15884.476534296029 rows/sec., 1.24 MiB/sec. | ||
2155 | 2024.05.01 05:14:12.626329 [ 3 ] {78862ab7-6e32-48c6-8002-e3d1579afa08} <Debug> DynamicQueryHandler: Done processing query | ||
2156 | 2024.05.01 05:14:12.626355 [ 3 ] {78862ab7-6e32-48c6-8002-e3d1579afa08} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2157 | 2024.05.01 05:14:12.626371 [ 3 ] {} <Debug> HTTP-Session: 8044dc26-8ddc-4b46-8350-035e09d726dd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2158 | 2024.05.01 05:14:12.626592 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 23585, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2159 | 2024.05.01 05:14:12.626643 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2160 | 2024.05.01 05:14:12.626662 [ 3 ] {} <Debug> HTTP-Session: 9bbe9876-108f-48a7-a504-c5d22f2a6136 Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 | ||
2161 | 2024.05.01 05:14:12.626678 [ 3 ] {} <Debug> HTTP-Session: 9bbe9876-108f-48a7-a504-c5d22f2a6136 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2162 | 2024.05.01 05:14:12.626691 [ 3 ] {} <Debug> HTTP-Session: 9bbe9876-108f-48a7-a504-c5d22f2a6136 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2163 | 2024.05.01 05:14:12.626722 [ 3 ] {} <Trace> HTTP-Session: 9bbe9876-108f-48a7-a504-c5d22f2a6136 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2164 | 2024.05.01 05:14:12.626926 [ 3 ] {39d9bc33-d955-4b9e-bd52-74aa16d96470} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
2165 | 2024.05.01 05:14:12.626976 [ 3 ] {39d9bc33-d955-4b9e-bd52-74aa16d96470} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
2166 | 2024.05.01 05:14:12.627160 [ 3 ] {39d9bc33-d955-4b9e-bd52-74aa16d96470} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2167 | 2024.05.01 05:14:12.627583 [ 3 ] {39d9bc33-d955-4b9e-bd52-74aa16d96470} <Trace> oximeter.measurements_histogramf64 (02762c72-3303-43a9-a3f1-2d89b26a797e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2168 | 2024.05.01 05:14:12.627619 [ 3 ] {39d9bc33-d955-4b9e-bd52-74aa16d96470} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. | ||
2169 | 2024.05.01 05:14:12.628031 [ 3 ] {39d9bc33-d955-4b9e-bd52-74aa16d96470} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2170 | 2024.05.01 05:14:12.628356 [ 3 ] {39d9bc33-d955-4b9e-bd52-74aa16d96470} <Trace> oximeter.measurements_histogramf64 (02762c72-3303-43a9-a3f1-2d89b26a797e): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2171 | 2024.05.01 05:14:12.628496 [ 3 ] {39d9bc33-d955-4b9e-bd52-74aa16d96470} <Debug> executeQuery: Read 22 rows, 30.40 KiB in 0.001721 sec., 12783.265543288784 rows/sec., 17.25 MiB/sec. | ||
2172 | 2024.05.01 05:14:12.628712 [ 3 ] {39d9bc33-d955-4b9e-bd52-74aa16d96470} <Debug> DynamicQueryHandler: Done processing query | ||
2173 | 2024.05.01 05:14:12.628735 [ 3 ] {39d9bc33-d955-4b9e-bd52-74aa16d96470} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
2174 | 2024.05.01 05:14:12.628750 [ 3 ] {} <Debug> HTTP-Session: 9bbe9876-108f-48a7-a504-c5d22f2a6136 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2175 | 2024.05.01 05:14:17.618767 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 1054, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2176 | 2024.05.01 05:14:17.618911 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2177 | 2024.05.01 05:14:17.618941 [ 3 ] {} <Debug> HTTP-Session: 7268ba71-9c7e-4600-ad3e-ae914bc5740f Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 | ||
2178 | 2024.05.01 05:14:17.618969 [ 3 ] {} <Debug> HTTP-Session: 7268ba71-9c7e-4600-ad3e-ae914bc5740f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2179 | 2024.05.01 05:14:17.618986 [ 3 ] {} <Debug> HTTP-Session: 7268ba71-9c7e-4600-ad3e-ae914bc5740f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2180 | 2024.05.01 05:14:17.619039 [ 3 ] {} <Trace> HTTP-Session: 7268ba71-9c7e-4600-ad3e-ae914bc5740f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2181 | 2024.05.01 05:14:17.619242 [ 3 ] {1fbdf563-ce3b-45d9-8e23-4e5c14059bfb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2182 | 2024.05.01 05:14:17.619315 [ 3 ] {1fbdf563-ce3b-45d9-8e23-4e5c14059bfb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2183 | 2024.05.01 05:14:17.619529 [ 3 ] {1fbdf563-ce3b-45d9-8e23-4e5c14059bfb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2184 | 2024.05.01 05:14:17.619980 [ 3 ] {1fbdf563-ce3b-45d9-8e23-4e5c14059bfb} <Trace> oximeter.fields_i64 (18900a19-f0e8-46d7-bcdf-2fbf35506d05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2185 | 2024.05.01 05:14:17.620024 [ 3 ] {1fbdf563-ce3b-45d9-8e23-4e5c14059bfb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. | ||
2186 | 2024.05.01 05:14:17.620397 [ 3 ] {1fbdf563-ce3b-45d9-8e23-4e5c14059bfb} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
2187 | 2024.05.01 05:14:17.620734 [ 3 ] {1fbdf563-ce3b-45d9-8e23-4e5c14059bfb} <Trace> oximeter.fields_i64 (18900a19-f0e8-46d7-bcdf-2fbf35506d05): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2188 | 2024.05.01 05:14:17.620894 [ 3 ] {1fbdf563-ce3b-45d9-8e23-4e5c14059bfb} <Debug> executeQuery: Read 7 rows, 581.00 B in 0.001711 sec., 4091.174751607247 rows/sec., 331.61 KiB/sec. | ||
2189 | 2024.05.01 05:14:17.621114 [ 3 ] {1fbdf563-ce3b-45d9-8e23-4e5c14059bfb} <Debug> DynamicQueryHandler: Done processing query | ||
2190 | 2024.05.01 05:14:17.621141 [ 3 ] {1fbdf563-ce3b-45d9-8e23-4e5c14059bfb} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2191 | 2024.05.01 05:14:17.621158 [ 3 ] {} <Debug> HTTP-Session: 7268ba71-9c7e-4600-ad3e-ae914bc5740f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2192 | 2024.05.01 05:14:17.621292 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 3302, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2193 | 2024.05.01 05:14:17.621348 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2194 | 2024.05.01 05:14:17.621368 [ 3 ] {} <Debug> HTTP-Session: 28c812bd-37e5-494f-9b67-cf85864863dc Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 | ||
2195 | 2024.05.01 05:14:17.621386 [ 3 ] {} <Debug> HTTP-Session: 28c812bd-37e5-494f-9b67-cf85864863dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2196 | 2024.05.01 05:14:17.621400 [ 3 ] {} <Debug> HTTP-Session: 28c812bd-37e5-494f-9b67-cf85864863dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2197 | 2024.05.01 05:14:17.621434 [ 3 ] {} <Trace> HTTP-Session: 28c812bd-37e5-494f-9b67-cf85864863dc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2198 | 2024.05.01 05:14:17.621544 [ 3 ] {50859fae-837a-4e44-a062-3e8a7ec99f41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2199 | 2024.05.01 05:14:17.621591 [ 3 ] {50859fae-837a-4e44-a062-3e8a7ec99f41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2200 | 2024.05.01 05:14:17.621723 [ 3 ] {50859fae-837a-4e44-a062-3e8a7ec99f41} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2201 | 2024.05.01 05:14:17.622064 [ 3 ] {50859fae-837a-4e44-a062-3e8a7ec99f41} <Trace> oximeter.fields_string (02833c99-4351-41a4-861a-5dfe2852a250): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2202 | 2024.05.01 05:14:17.622102 [ 3 ] {50859fae-837a-4e44-a062-3e8a7ec99f41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. | ||
2203 | 2024.05.01 05:14:17.622411 [ 3 ] {50859fae-837a-4e44-a062-3e8a7ec99f41} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
2204 | 2024.05.01 05:14:17.622723 [ 3 ] {50859fae-837a-4e44-a062-3e8a7ec99f41} <Trace> oximeter.fields_string (02833c99-4351-41a4-861a-5dfe2852a250): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2205 | 2024.05.01 05:14:17.622875 [ 3 ] {50859fae-837a-4e44-a062-3e8a7ec99f41} <Debug> executeQuery: Read 21 rows, 1.98 KiB in 0.001352 sec., 15532.544378698227 rows/sec., 1.43 MiB/sec. | ||
2206 | 2024.05.01 05:14:17.623042 [ 3 ] {50859fae-837a-4e44-a062-3e8a7ec99f41} <Debug> DynamicQueryHandler: Done processing query | ||
2207 | 2024.05.01 05:14:17.623069 [ 3 ] {50859fae-837a-4e44-a062-3e8a7ec99f41} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2208 | 2024.05.01 05:14:17.623084 [ 3 ] {} <Debug> HTTP-Session: 28c812bd-37e5-494f-9b67-cf85864863dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2209 | 2024.05.01 05:14:17.623227 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 1237, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2210 | 2024.05.01 05:14:17.623279 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2211 | 2024.05.01 05:14:17.623298 [ 3 ] {} <Debug> HTTP-Session: 4f38a71e-2241-4a9c-b895-c638c6025907 Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 | ||
2212 | 2024.05.01 05:14:17.623315 [ 3 ] {} <Debug> HTTP-Session: 4f38a71e-2241-4a9c-b895-c638c6025907 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2213 | 2024.05.01 05:14:17.623329 [ 3 ] {} <Debug> HTTP-Session: 4f38a71e-2241-4a9c-b895-c638c6025907 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2214 | 2024.05.01 05:14:17.623360 [ 3 ] {} <Trace> HTTP-Session: 4f38a71e-2241-4a9c-b895-c638c6025907 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2215 | 2024.05.01 05:14:17.623457 [ 3 ] {c8b16d66-36c3-452d-a8b6-ac39d3706869} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2216 | 2024.05.01 05:14:17.623501 [ 3 ] {c8b16d66-36c3-452d-a8b6-ac39d3706869} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2217 | 2024.05.01 05:14:17.623629 [ 3 ] {c8b16d66-36c3-452d-a8b6-ac39d3706869} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2218 | 2024.05.01 05:14:17.623913 [ 3 ] {c8b16d66-36c3-452d-a8b6-ac39d3706869} <Trace> oximeter.fields_uuid (55f601b6-7d16-43f5-9abb-35fe5f2ebeb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2219 | 2024.05.01 05:14:17.623949 [ 3 ] {c8b16d66-36c3-452d-a8b6-ac39d3706869} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. | ||
2220 | 2024.05.01 05:14:17.624251 [ 3 ] {c8b16d66-36c3-452d-a8b6-ac39d3706869} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
2221 | 2024.05.01 05:14:17.624553 [ 3 ] {c8b16d66-36c3-452d-a8b6-ac39d3706869} <Trace> oximeter.fields_uuid (55f601b6-7d16-43f5-9abb-35fe5f2ebeb7): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2222 | 2024.05.01 05:14:17.624705 [ 3 ] {c8b16d66-36c3-452d-a8b6-ac39d3706869} <Debug> executeQuery: Read 7 rows, 574.00 B in 0.001261 sec., 5551.149881046788 rows/sec., 444.53 KiB/sec. | ||
2223 | 2024.05.01 05:14:17.624989 [ 3 ] {c8b16d66-36c3-452d-a8b6-ac39d3706869} <Debug> DynamicQueryHandler: Done processing query | ||
2224 | 2024.05.01 05:14:17.625016 [ 3 ] {c8b16d66-36c3-452d-a8b6-ac39d3706869} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2225 | 2024.05.01 05:14:17.625032 [ 3 ] {} <Debug> HTTP-Session: 4f38a71e-2241-4a9c-b895-c638c6025907 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2226 | 2024.05.01 05:14:17.625183 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 7546, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2227 | 2024.05.01 05:14:17.625232 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2228 | 2024.05.01 05:14:17.625251 [ 3 ] {} <Debug> HTTP-Session: f8c7a1f9-36be-4c20-b085-fcf9bb1d693d Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 | ||
2229 | 2024.05.01 05:14:17.625268 [ 3 ] {} <Debug> HTTP-Session: f8c7a1f9-36be-4c20-b085-fcf9bb1d693d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2230 | 2024.05.01 05:14:17.625282 [ 3 ] {} <Debug> HTTP-Session: f8c7a1f9-36be-4c20-b085-fcf9bb1d693d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2231 | 2024.05.01 05:14:17.625312 [ 3 ] {} <Trace> HTTP-Session: f8c7a1f9-36be-4c20-b085-fcf9bb1d693d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2232 | 2024.05.01 05:14:17.625449 [ 3 ] {afe877e9-8e6b-43ac-bfaa-a552f7d84893} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
2233 | 2024.05.01 05:14:17.625497 [ 3 ] {afe877e9-8e6b-43ac-bfaa-a552f7d84893} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
2234 | 2024.05.01 05:14:17.625681 [ 3 ] {afe877e9-8e6b-43ac-bfaa-a552f7d84893} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2235 | 2024.05.01 05:14:17.626017 [ 3 ] {afe877e9-8e6b-43ac-bfaa-a552f7d84893} <Trace> oximeter.measurements_histogramf64 (02762c72-3303-43a9-a3f1-2d89b26a797e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2236 | 2024.05.01 05:14:17.626053 [ 3 ] {afe877e9-8e6b-43ac-bfaa-a552f7d84893} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. | ||
2237 | 2024.05.01 05:14:17.626458 [ 3 ] {afe877e9-8e6b-43ac-bfaa-a552f7d84893} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
2238 | 2024.05.01 05:14:17.626797 [ 3 ] {afe877e9-8e6b-43ac-bfaa-a552f7d84893} <Trace> oximeter.measurements_histogramf64 (02762c72-3303-43a9-a3f1-2d89b26a797e): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2239 | 2024.05.01 05:14:17.626960 [ 3 ] {afe877e9-8e6b-43ac-bfaa-a552f7d84893} <Debug> executeQuery: Read 7 rows, 9.67 KiB in 0.001563 sec., 4478.566858605246 rows/sec., 6.04 MiB/sec. | ||
2240 | 2024.05.01 05:14:17.627139 [ 3 ] {afe877e9-8e6b-43ac-bfaa-a552f7d84893} <Debug> DynamicQueryHandler: Done processing query | ||
2241 | 2024.05.01 05:14:17.627163 [ 3 ] {afe877e9-8e6b-43ac-bfaa-a552f7d84893} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
2242 | 2024.05.01 05:14:17.627179 [ 3 ] {} <Debug> HTTP-Session: f8c7a1f9-36be-4c20-b085-fcf9bb1d693d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2243 | 2024.05.01 05:14:22.621282 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 3213, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2244 | 2024.05.01 05:14:22.621410 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2245 | 2024.05.01 05:14:22.621437 [ 3 ] {} <Debug> HTTP-Session: 2c04750f-7f5b-466a-987f-aa470deaa246 Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 | ||
2246 | 2024.05.01 05:14:22.621462 [ 3 ] {} <Debug> HTTP-Session: 2c04750f-7f5b-466a-987f-aa470deaa246 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2247 | 2024.05.01 05:14:22.621477 [ 3 ] {} <Debug> HTTP-Session: 2c04750f-7f5b-466a-987f-aa470deaa246 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2248 | 2024.05.01 05:14:22.621526 [ 3 ] {} <Trace> HTTP-Session: 2c04750f-7f5b-466a-987f-aa470deaa246 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2249 | 2024.05.01 05:14:22.621719 [ 3 ] {85d3c695-1386-4c53-b6e2-b77bece79672} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2250 | 2024.05.01 05:14:22.621785 [ 3 ] {85d3c695-1386-4c53-b6e2-b77bece79672} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2251 | 2024.05.01 05:14:22.621975 [ 3 ] {85d3c695-1386-4c53-b6e2-b77bece79672} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2252 | 2024.05.01 05:14:22.622421 [ 3 ] {85d3c695-1386-4c53-b6e2-b77bece79672} <Trace> oximeter.fields_i64 (18900a19-f0e8-46d7-bcdf-2fbf35506d05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2253 | 2024.05.01 05:14:22.622470 [ 3 ] {85d3c695-1386-4c53-b6e2-b77bece79672} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. | ||
2254 | 2024.05.01 05:14:22.622849 [ 3 ] {85d3c695-1386-4c53-b6e2-b77bece79672} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
2255 | 2024.05.01 05:14:22.623218 [ 3 ] {85d3c695-1386-4c53-b6e2-b77bece79672} <Trace> oximeter.fields_i64 (18900a19-f0e8-46d7-bcdf-2fbf35506d05): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2256 | 2024.05.01 05:14:22.623392 [ 3 ] {85d3c695-1386-4c53-b6e2-b77bece79672} <Debug> executeQuery: Read 22 rows, 1.78 KiB in 0.001722 sec., 12775.842044134726 rows/sec., 1.01 MiB/sec. | ||
2257 | 2024.05.01 05:14:22.623635 [ 3 ] {85d3c695-1386-4c53-b6e2-b77bece79672} <Debug> DynamicQueryHandler: Done processing query | ||
2258 | 2024.05.01 05:14:22.623663 [ 3 ] {85d3c695-1386-4c53-b6e2-b77bece79672} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2259 | 2024.05.01 05:14:22.623679 [ 3 ] {} <Debug> HTTP-Session: 2c04750f-7f5b-466a-987f-aa470deaa246 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2260 | 2024.05.01 05:14:22.623807 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 363, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2261 | 2024.05.01 05:14:22.623866 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2262 | 2024.05.01 05:14:22.623887 [ 3 ] {} <Debug> HTTP-Session: 3549b294-6e24-4249-90a2-b9b5e378001b Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 | ||
2263 | 2024.05.01 05:14:22.623905 [ 3 ] {} <Debug> HTTP-Session: 3549b294-6e24-4249-90a2-b9b5e378001b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2264 | 2024.05.01 05:14:22.623919 [ 3 ] {} <Debug> HTTP-Session: 3549b294-6e24-4249-90a2-b9b5e378001b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2265 | 2024.05.01 05:14:22.623956 [ 3 ] {} <Trace> HTTP-Session: 3549b294-6e24-4249-90a2-b9b5e378001b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2266 | 2024.05.01 05:14:22.624061 [ 3 ] {b50a3258-c853-4359-9f34-9cf792c2412a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
2267 | 2024.05.01 05:14:22.624107 [ 3 ] {b50a3258-c853-4359-9f34-9cf792c2412a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
2268 | 2024.05.01 05:14:22.624244 [ 3 ] {b50a3258-c853-4359-9f34-9cf792c2412a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2269 | 2024.05.01 05:14:22.624583 [ 3 ] {b50a3258-c853-4359-9f34-9cf792c2412a} <Trace> oximeter.fields_ipaddr (1c71e044-a152-4ad0-b7b7-42f7436ab394): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2270 | 2024.05.01 05:14:22.624620 [ 3 ] {b50a3258-c853-4359-9f34-9cf792c2412a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. | ||
2271 | 2024.05.01 05:14:22.624931 [ 3 ] {b50a3258-c853-4359-9f34-9cf792c2412a} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
2272 | 2024.05.01 05:14:22.625251 [ 3 ] {b50a3258-c853-4359-9f34-9cf792c2412a} <Trace> oximeter.fields_ipaddr (1c71e044-a152-4ad0-b7b7-42f7436ab394): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2273 | 2024.05.01 05:14:22.625396 [ 3 ] {b50a3258-c853-4359-9f34-9cf792c2412a} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001355 sec., 1476.0147601476015 rows/sec., 120.36 KiB/sec. | ||
2274 | 2024.05.01 05:14:22.625659 [ 3 ] {b50a3258-c853-4359-9f34-9cf792c2412a} <Debug> DynamicQueryHandler: Done processing query | ||
2275 | 2024.05.01 05:14:22.625684 [ 3 ] {b50a3258-c853-4359-9f34-9cf792c2412a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2276 | 2024.05.01 05:14:22.625699 [ 3 ] {} <Debug> HTTP-Session: 3549b294-6e24-4249-90a2-b9b5e378001b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2277 | 2024.05.01 05:14:22.625863 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 15100, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2278 | 2024.05.01 05:14:22.625925 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2279 | 2024.05.01 05:14:22.625946 [ 3 ] {} <Debug> HTTP-Session: 1e53e0bb-c92a-454b-8983-1199177d84dc Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 | ||
2280 | 2024.05.01 05:14:22.625963 [ 3 ] {} <Debug> HTTP-Session: 1e53e0bb-c92a-454b-8983-1199177d84dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2281 | 2024.05.01 05:14:22.625978 [ 3 ] {} <Debug> HTTP-Session: 1e53e0bb-c92a-454b-8983-1199177d84dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2282 | 2024.05.01 05:14:22.626010 [ 3 ] {} <Trace> HTTP-Session: 1e53e0bb-c92a-454b-8983-1199177d84dc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2283 | 2024.05.01 05:14:22.626142 [ 3 ] {945bee99-ab86-4b9b-ba1a-e422944130eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2284 | 2024.05.01 05:14:22.626188 [ 3 ] {945bee99-ab86-4b9b-ba1a-e422944130eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2285 | 2024.05.01 05:14:22.626337 [ 3 ] {945bee99-ab86-4b9b-ba1a-e422944130eb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2286 | 2024.05.01 05:14:22.626701 [ 3 ] {945bee99-ab86-4b9b-ba1a-e422944130eb} <Trace> oximeter.fields_string (02833c99-4351-41a4-861a-5dfe2852a250): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2287 | 2024.05.01 05:14:22.626740 [ 3 ] {945bee99-ab86-4b9b-ba1a-e422944130eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. | ||
2288 | 2024.05.01 05:14:22.627051 [ 3 ] {945bee99-ab86-4b9b-ba1a-e422944130eb} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
2289 | 2024.05.01 05:14:22.627341 [ 3 ] {945bee99-ab86-4b9b-ba1a-e422944130eb} <Trace> oximeter.fields_string (02833c99-4351-41a4-861a-5dfe2852a250): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2290 | 2024.05.01 05:14:22.627491 [ 3 ] {945bee99-ab86-4b9b-ba1a-e422944130eb} <Debug> executeQuery: Read 103 rows, 8.80 KiB in 0.001412 sec., 72946.17563739377 rows/sec., 6.09 MiB/sec. | ||
2291 | 2024.05.01 05:14:22.627686 [ 3 ] {945bee99-ab86-4b9b-ba1a-e422944130eb} <Debug> DynamicQueryHandler: Done processing query | ||
2292 | 2024.05.01 05:14:22.627709 [ 3 ] {945bee99-ab86-4b9b-ba1a-e422944130eb} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
2293 | 2024.05.01 05:14:22.627724 [ 3 ] {} <Debug> HTTP-Session: 1e53e0bb-c92a-454b-8983-1199177d84dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2294 | 2024.05.01 05:14:22.627875 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 328, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2295 | 2024.05.01 05:14:22.627922 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2296 | 2024.05.01 05:14:22.627940 [ 3 ] {} <Debug> HTTP-Session: dd1b7ef7-24d6-405c-9d5a-be95940b9018 Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 | ||
2297 | 2024.05.01 05:14:22.627955 [ 3 ] {} <Debug> HTTP-Session: dd1b7ef7-24d6-405c-9d5a-be95940b9018 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2298 | 2024.05.01 05:14:22.627968 [ 3 ] {} <Debug> HTTP-Session: dd1b7ef7-24d6-405c-9d5a-be95940b9018 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2299 | 2024.05.01 05:14:22.627996 [ 3 ] {} <Trace> HTTP-Session: dd1b7ef7-24d6-405c-9d5a-be95940b9018 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2300 | 2024.05.01 05:14:22.628147 [ 3 ] {582100e1-721f-483b-a5f8-f3e2d1490aa2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
2301 | 2024.05.01 05:14:22.628192 [ 3 ] {582100e1-721f-483b-a5f8-f3e2d1490aa2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
2302 | 2024.05.01 05:14:22.628319 [ 3 ] {582100e1-721f-483b-a5f8-f3e2d1490aa2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2303 | 2024.05.01 05:14:22.628595 [ 3 ] {582100e1-721f-483b-a5f8-f3e2d1490aa2} <Trace> oximeter.fields_u16 (c1f4c012-aa93-46bc-a412-1c1afd990b15): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2304 | 2024.05.01 05:14:22.628630 [ 3 ] {582100e1-721f-483b-a5f8-f3e2d1490aa2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. | ||
2305 | 2024.05.01 05:14:22.628924 [ 3 ] {582100e1-721f-483b-a5f8-f3e2d1490aa2} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
2306 | 2024.05.01 05:14:22.629235 [ 3 ] {582100e1-721f-483b-a5f8-f3e2d1490aa2} <Trace> oximeter.fields_u16 (c1f4c012-aa93-46bc-a412-1c1afd990b15): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2307 | 2024.05.01 05:14:22.629350 [ 3 ] {582100e1-721f-483b-a5f8-f3e2d1490aa2} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001227 sec., 1629.9918500407498 rows/sec., 113.81 KiB/sec. | ||
2308 | 2024.05.01 05:14:22.629609 [ 3 ] {582100e1-721f-483b-a5f8-f3e2d1490aa2} <Debug> DynamicQueryHandler: Done processing query | ||
2309 | 2024.05.01 05:14:22.629633 [ 3 ] {582100e1-721f-483b-a5f8-f3e2d1490aa2} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2310 | 2024.05.01 05:14:22.629649 [ 3 ] {} <Debug> HTTP-Session: dd1b7ef7-24d6-405c-9d5a-be95940b9018 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2311 | 2024.05.01 05:14:22.629771 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 8165, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2312 | 2024.05.01 05:14:22.629819 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2313 | 2024.05.01 05:14:22.629837 [ 3 ] {} <Debug> HTTP-Session: e5edee35-df17-4d84-bcda-ced8da42de8e Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 | ||
2314 | 2024.05.01 05:14:22.629854 [ 3 ] {} <Debug> HTTP-Session: e5edee35-df17-4d84-bcda-ced8da42de8e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2315 | 2024.05.01 05:14:22.629868 [ 3 ] {} <Debug> HTTP-Session: e5edee35-df17-4d84-bcda-ced8da42de8e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2316 | 2024.05.01 05:14:22.629898 [ 3 ] {} <Trace> HTTP-Session: e5edee35-df17-4d84-bcda-ced8da42de8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2317 | 2024.05.01 05:14:22.630004 [ 3 ] {ba9b4ef3-5041-40c6-a11e-d415056c89bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2318 | 2024.05.01 05:14:22.630048 [ 3 ] {ba9b4ef3-5041-40c6-a11e-d415056c89bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2319 | 2024.05.01 05:14:22.630350 [ 3 ] {ba9b4ef3-5041-40c6-a11e-d415056c89bb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2320 | 2024.05.01 05:14:22.630662 [ 3 ] {ba9b4ef3-5041-40c6-a11e-d415056c89bb} <Trace> oximeter.fields_uuid (55f601b6-7d16-43f5-9abb-35fe5f2ebeb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2321 | 2024.05.01 05:14:22.630697 [ 3 ] {ba9b4ef3-5041-40c6-a11e-d415056c89bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. | ||
2322 | 2024.05.01 05:14:22.630992 [ 3 ] {ba9b4ef3-5041-40c6-a11e-d415056c89bb} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
2323 | 2024.05.01 05:14:22.631307 [ 3 ] {ba9b4ef3-5041-40c6-a11e-d415056c89bb} <Trace> oximeter.fields_uuid (55f601b6-7d16-43f5-9abb-35fe5f2ebeb7): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2324 | 2024.05.01 05:14:22.631429 [ 3 ] {ba9b4ef3-5041-40c6-a11e-d415056c89bb} <Debug> executeQuery: Read 48 rows, 3.82 KiB in 0.001461 sec., 32854.20944558521 rows/sec., 2.56 MiB/sec. | ||
2325 | 2024.05.01 05:14:22.631590 [ 3 ] {ba9b4ef3-5041-40c6-a11e-d415056c89bb} <Debug> DynamicQueryHandler: Done processing query | ||
2326 | 2024.05.01 05:14:22.631615 [ 3 ] {ba9b4ef3-5041-40c6-a11e-d415056c89bb} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
2327 | 2024.05.01 05:14:22.631631 [ 3 ] {} <Debug> HTTP-Session: e5edee35-df17-4d84-bcda-ced8da42de8e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2328 | 2024.05.01 05:14:22.631761 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 7218, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2329 | 2024.05.01 05:14:22.631809 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2330 | 2024.05.01 05:14:22.631828 [ 3 ] {} <Debug> HTTP-Session: 2fb20589-9872-4db6-ad6e-c2ac90d1b5f4 Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 | ||
2331 | 2024.05.01 05:14:22.631844 [ 3 ] {} <Debug> HTTP-Session: 2fb20589-9872-4db6-ad6e-c2ac90d1b5f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2332 | 2024.05.01 05:14:22.631858 [ 3 ] {} <Debug> HTTP-Session: 2fb20589-9872-4db6-ad6e-c2ac90d1b5f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2333 | 2024.05.01 05:14:22.631888 [ 3 ] {} <Trace> HTTP-Session: 2fb20589-9872-4db6-ad6e-c2ac90d1b5f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2334 | 2024.05.01 05:14:22.631995 [ 3 ] {5632554b-5ef7-46df-a57e-1eb86bfd1997} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2335 | 2024.05.01 05:14:22.632042 [ 3 ] {5632554b-5ef7-46df-a57e-1eb86bfd1997} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2336 | 2024.05.01 05:14:22.632185 [ 3 ] {5632554b-5ef7-46df-a57e-1eb86bfd1997} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2337 | 2024.05.01 05:14:22.632504 [ 3 ] {5632554b-5ef7-46df-a57e-1eb86bfd1997} <Trace> oximeter.measurements_cumulativeu64 (14094fbf-77be-414d-8210-2374b71b4f0c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2338 | 2024.05.01 05:14:22.632538 [ 3 ] {5632554b-5ef7-46df-a57e-1eb86bfd1997} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. | ||
2339 | 2024.05.01 05:14:22.632904 [ 3 ] {5632554b-5ef7-46df-a57e-1eb86bfd1997} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2340 | 2024.05.01 05:14:22.633228 [ 3 ] {5632554b-5ef7-46df-a57e-1eb86bfd1997} <Trace> oximeter.measurements_cumulativeu64 (14094fbf-77be-414d-8210-2374b71b4f0c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2341 | 2024.05.01 05:14:22.633351 [ 3 ] {5632554b-5ef7-46df-a57e-1eb86bfd1997} <Debug> executeQuery: Read 37 rows, 2.67 KiB in 0.001393 sec., 26561.37832017229 rows/sec., 1.87 MiB/sec. | ||
2342 | 2024.05.01 05:14:22.633514 [ 3 ] {5632554b-5ef7-46df-a57e-1eb86bfd1997} <Debug> DynamicQueryHandler: Done processing query | ||
2343 | 2024.05.01 05:14:22.633541 [ 3 ] {5632554b-5ef7-46df-a57e-1eb86bfd1997} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2344 | 2024.05.01 05:14:22.633557 [ 3 ] {} <Debug> HTTP-Session: 2fb20589-9872-4db6-ad6e-c2ac90d1b5f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2345 | 2024.05.01 05:14:22.633706 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 23585, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2346 | 2024.05.01 05:14:22.633754 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2347 | 2024.05.01 05:14:22.633772 [ 3 ] {} <Debug> HTTP-Session: 96d4fa70-0cb5-4e26-a516-de08ecc14740 Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 | ||
2348 | 2024.05.01 05:14:22.633789 [ 3 ] {} <Debug> HTTP-Session: 96d4fa70-0cb5-4e26-a516-de08ecc14740 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2349 | 2024.05.01 05:14:22.633802 [ 3 ] {} <Debug> HTTP-Session: 96d4fa70-0cb5-4e26-a516-de08ecc14740 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2350 | 2024.05.01 05:14:22.633832 [ 3 ] {} <Trace> HTTP-Session: 96d4fa70-0cb5-4e26-a516-de08ecc14740 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2351 | 2024.05.01 05:14:22.634027 [ 3 ] {84aae25a-0e69-43a6-8b9b-6a11fa5319c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
2352 | 2024.05.01 05:14:22.634074 [ 3 ] {84aae25a-0e69-43a6-8b9b-6a11fa5319c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
2353 | 2024.05.01 05:14:22.634228 [ 3 ] {84aae25a-0e69-43a6-8b9b-6a11fa5319c4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2354 | 2024.05.01 05:14:22.634664 [ 3 ] {84aae25a-0e69-43a6-8b9b-6a11fa5319c4} <Trace> oximeter.measurements_histogramf64 (02762c72-3303-43a9-a3f1-2d89b26a797e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2355 | 2024.05.01 05:14:22.634699 [ 3 ] {84aae25a-0e69-43a6-8b9b-6a11fa5319c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. | ||
2356 | 2024.05.01 05:14:22.635094 [ 3 ] {84aae25a-0e69-43a6-8b9b-6a11fa5319c4} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
2357 | 2024.05.01 05:14:22.635421 [ 3 ] {84aae25a-0e69-43a6-8b9b-6a11fa5319c4} <Trace> oximeter.measurements_histogramf64 (02762c72-3303-43a9-a3f1-2d89b26a797e): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2358 | 2024.05.01 05:14:22.635548 [ 3 ] {84aae25a-0e69-43a6-8b9b-6a11fa5319c4} <Debug> executeQuery: Read 22 rows, 30.40 KiB in 0.001644 sec., 13381.995133819952 rows/sec., 18.06 MiB/sec. | ||
2359 | 2024.05.01 05:14:22.635714 [ 3 ] {84aae25a-0e69-43a6-8b9b-6a11fa5319c4} <Debug> DynamicQueryHandler: Done processing query | ||
2360 | 2024.05.01 05:14:22.635738 [ 3 ] {84aae25a-0e69-43a6-8b9b-6a11fa5319c4} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
2361 | 2024.05.01 05:14:22.635754 [ 3 ] {} <Debug> HTTP-Session: 96d4fa70-0cb5-4e26-a516-de08ecc14740 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2362 | 2024.05.01 05:14:26.473943 [ 40 ] {} <Debug> DNSResolver: Updating DNS cache | ||
2363 | 2024.05.01 05:14:26.474010 [ 40 ] {} <Debug> DNSResolver: Updated DNS cache | ||
2364 | 2024.05.01 05:14:27.001264 [ 243 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000883898 sec. | ||
2365 | 2024.05.01 05:14:27.618930 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 1054, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2366 | 2024.05.01 05:14:27.619098 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2367 | 2024.05.01 05:14:27.619145 [ 3 ] {} <Debug> HTTP-Session: 11030f45-0a32-4eb9-9f74-7f3936b92541 Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 | ||
2368 | 2024.05.01 05:14:27.619186 [ 3 ] {} <Debug> HTTP-Session: 11030f45-0a32-4eb9-9f74-7f3936b92541 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2369 | 2024.05.01 05:14:27.619218 [ 3 ] {} <Debug> HTTP-Session: 11030f45-0a32-4eb9-9f74-7f3936b92541 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2370 | 2024.05.01 05:14:27.619296 [ 3 ] {} <Trace> HTTP-Session: 11030f45-0a32-4eb9-9f74-7f3936b92541 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2371 | 2024.05.01 05:14:27.619509 [ 3 ] {cd7c3034-8b85-407f-82d3-b8f21909692f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2372 | 2024.05.01 05:14:27.619574 [ 3 ] {cd7c3034-8b85-407f-82d3-b8f21909692f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2373 | 2024.05.01 05:14:27.619764 [ 3 ] {cd7c3034-8b85-407f-82d3-b8f21909692f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2374 | 2024.05.01 05:14:27.620201 [ 3 ] {cd7c3034-8b85-407f-82d3-b8f21909692f} <Trace> oximeter.fields_i64 (18900a19-f0e8-46d7-bcdf-2fbf35506d05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2375 | 2024.05.01 05:14:27.620259 [ 3 ] {cd7c3034-8b85-407f-82d3-b8f21909692f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. | ||
2376 | 2024.05.01 05:14:27.620622 [ 3 ] {cd7c3034-8b85-407f-82d3-b8f21909692f} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
2377 | 2024.05.01 05:14:27.620949 [ 3 ] {cd7c3034-8b85-407f-82d3-b8f21909692f} <Trace> oximeter.fields_i64 (18900a19-f0e8-46d7-bcdf-2fbf35506d05): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2378 | 2024.05.01 05:14:27.621130 [ 3 ] {cd7c3034-8b85-407f-82d3-b8f21909692f} <Debug> executeQuery: Read 7 rows, 581.00 B in 0.001672 sec., 4186.602870813397 rows/sec., 339.34 KiB/sec. | ||
2379 | 2024.05.01 05:14:27.621336 [ 3 ] {cd7c3034-8b85-407f-82d3-b8f21909692f} <Debug> DynamicQueryHandler: Done processing query | ||
2380 | 2024.05.01 05:14:27.621363 [ 3 ] {cd7c3034-8b85-407f-82d3-b8f21909692f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2381 | 2024.05.01 05:14:27.621380 [ 3 ] {} <Debug> HTTP-Session: 11030f45-0a32-4eb9-9f74-7f3936b92541 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2382 | 2024.05.01 05:14:27.621508 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 3302, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2383 | 2024.05.01 05:14:27.621566 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2384 | 2024.05.01 05:14:27.621586 [ 3 ] {} <Debug> HTTP-Session: b728e91f-6b1a-48b0-995b-75e24cfe1811 Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 | ||
2385 | 2024.05.01 05:14:27.621604 [ 3 ] {} <Debug> HTTP-Session: b728e91f-6b1a-48b0-995b-75e24cfe1811 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2386 | 2024.05.01 05:14:27.621618 [ 3 ] {} <Debug> HTTP-Session: b728e91f-6b1a-48b0-995b-75e24cfe1811 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2387 | 2024.05.01 05:14:27.621653 [ 3 ] {} <Trace> HTTP-Session: b728e91f-6b1a-48b0-995b-75e24cfe1811 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2388 | 2024.05.01 05:14:27.621768 [ 3 ] {47b0123e-7564-4619-948e-52ba6eede919} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2389 | 2024.05.01 05:14:27.621816 [ 3 ] {47b0123e-7564-4619-948e-52ba6eede919} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2390 | 2024.05.01 05:14:27.621950 [ 3 ] {47b0123e-7564-4619-948e-52ba6eede919} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2391 | 2024.05.01 05:14:27.622271 [ 3 ] {47b0123e-7564-4619-948e-52ba6eede919} <Trace> oximeter.fields_string (02833c99-4351-41a4-861a-5dfe2852a250): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2392 | 2024.05.01 05:14:27.622308 [ 3 ] {47b0123e-7564-4619-948e-52ba6eede919} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. | ||
2393 | 2024.05.01 05:14:27.622616 [ 3 ] {47b0123e-7564-4619-948e-52ba6eede919} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
2394 | 2024.05.01 05:14:27.622931 [ 3 ] {47b0123e-7564-4619-948e-52ba6eede919} <Trace> oximeter.fields_string (02833c99-4351-41a4-861a-5dfe2852a250): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2395 | 2024.05.01 05:14:27.623092 [ 3 ] {47b0123e-7564-4619-948e-52ba6eede919} <Debug> executeQuery: Read 21 rows, 1.98 KiB in 0.001353 sec., 15521.064301552105 rows/sec., 1.43 MiB/sec. | ||
2396 | 2024.05.01 05:14:27.623361 [ 3 ] {47b0123e-7564-4619-948e-52ba6eede919} <Debug> DynamicQueryHandler: Done processing query | ||
2397 | 2024.05.01 05:14:27.623388 [ 3 ] {47b0123e-7564-4619-948e-52ba6eede919} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2398 | 2024.05.01 05:14:27.623404 [ 3 ] {} <Debug> HTTP-Session: b728e91f-6b1a-48b0-995b-75e24cfe1811 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2399 | 2024.05.01 05:14:27.623526 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 1237, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2400 | 2024.05.01 05:14:27.623578 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2401 | 2024.05.01 05:14:27.623598 [ 3 ] {} <Debug> HTTP-Session: bd03f75c-5d5c-485e-a44b-b0e27c102068 Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 | ||
2402 | 2024.05.01 05:14:27.623615 [ 3 ] {} <Debug> HTTP-Session: bd03f75c-5d5c-485e-a44b-b0e27c102068 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2403 | 2024.05.01 05:14:27.623629 [ 3 ] {} <Debug> HTTP-Session: bd03f75c-5d5c-485e-a44b-b0e27c102068 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2404 | 2024.05.01 05:14:27.623661 [ 3 ] {} <Trace> HTTP-Session: bd03f75c-5d5c-485e-a44b-b0e27c102068 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2405 | 2024.05.01 05:14:27.623761 [ 3 ] {0d502483-7e21-4c84-87fe-c60c5db1c797} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2406 | 2024.05.01 05:14:27.623806 [ 3 ] {0d502483-7e21-4c84-87fe-c60c5db1c797} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2407 | 2024.05.01 05:14:27.623949 [ 3 ] {0d502483-7e21-4c84-87fe-c60c5db1c797} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2408 | 2024.05.01 05:14:27.624253 [ 3 ] {0d502483-7e21-4c84-87fe-c60c5db1c797} <Trace> oximeter.fields_uuid (55f601b6-7d16-43f5-9abb-35fe5f2ebeb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2409 | 2024.05.01 05:14:27.624290 [ 3 ] {0d502483-7e21-4c84-87fe-c60c5db1c797} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. | ||
2410 | 2024.05.01 05:14:27.624587 [ 3 ] {0d502483-7e21-4c84-87fe-c60c5db1c797} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
2411 | 2024.05.01 05:14:27.624886 [ 3 ] {0d502483-7e21-4c84-87fe-c60c5db1c797} <Trace> oximeter.fields_uuid (55f601b6-7d16-43f5-9abb-35fe5f2ebeb7): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2412 | 2024.05.01 05:14:27.625043 [ 3 ] {0d502483-7e21-4c84-87fe-c60c5db1c797} <Debug> executeQuery: Read 7 rows, 574.00 B in 0.001309 sec., 5347.5935828877 rows/sec., 428.23 KiB/sec. | ||
2413 | 2024.05.01 05:14:27.625202 [ 3 ] {0d502483-7e21-4c84-87fe-c60c5db1c797} <Debug> DynamicQueryHandler: Done processing query | ||
2414 | 2024.05.01 05:14:27.625226 [ 3 ] {0d502483-7e21-4c84-87fe-c60c5db1c797} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2415 | 2024.05.01 05:14:27.625242 [ 3 ] {} <Debug> HTTP-Session: bd03f75c-5d5c-485e-a44b-b0e27c102068 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2416 | 2024.05.01 05:14:27.625351 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 7546, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2417 | 2024.05.01 05:14:27.625398 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2418 | 2024.05.01 05:14:27.625418 [ 3 ] {} <Debug> HTTP-Session: 08f890a9-bbb2-4357-904d-82387ccc0e80 Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 | ||
2419 | 2024.05.01 05:14:27.625434 [ 3 ] {} <Debug> HTTP-Session: 08f890a9-bbb2-4357-904d-82387ccc0e80 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2420 | 2024.05.01 05:14:27.625448 [ 3 ] {} <Debug> HTTP-Session: 08f890a9-bbb2-4357-904d-82387ccc0e80 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2421 | 2024.05.01 05:14:27.625478 [ 3 ] {} <Trace> HTTP-Session: 08f890a9-bbb2-4357-904d-82387ccc0e80 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2422 | 2024.05.01 05:14:27.625609 [ 3 ] {09c46ced-6ef7-497a-843b-8c1c10c532c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
2423 | 2024.05.01 05:14:27.625658 [ 3 ] {09c46ced-6ef7-497a-843b-8c1c10c532c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
2424 | 2024.05.01 05:14:27.625818 [ 3 ] {09c46ced-6ef7-497a-843b-8c1c10c532c2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2425 | 2024.05.01 05:14:27.626135 [ 3 ] {09c46ced-6ef7-497a-843b-8c1c10c532c2} <Trace> oximeter.measurements_histogramf64 (02762c72-3303-43a9-a3f1-2d89b26a797e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2426 | 2024.05.01 05:14:27.626172 [ 3 ] {09c46ced-6ef7-497a-843b-8c1c10c532c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. | ||
2427 | 2024.05.01 05:14:27.626569 [ 3 ] {09c46ced-6ef7-497a-843b-8c1c10c532c2} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
2428 | 2024.05.01 05:14:27.626901 [ 3 ] {09c46ced-6ef7-497a-843b-8c1c10c532c2} <Trace> oximeter.measurements_histogramf64 (02762c72-3303-43a9-a3f1-2d89b26a797e): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2429 | 2024.05.01 05:14:27.627062 [ 3 ] {09c46ced-6ef7-497a-843b-8c1c10c532c2} <Debug> executeQuery: Read 7 rows, 9.67 KiB in 0.001514 sec., 4623.513870541612 rows/sec., 6.24 MiB/sec. | ||
2430 | 2024.05.01 05:14:27.627229 [ 3 ] {09c46ced-6ef7-497a-843b-8c1c10c532c2} <Debug> DynamicQueryHandler: Done processing query | ||
2431 | 2024.05.01 05:14:27.627255 [ 3 ] {09c46ced-6ef7-497a-843b-8c1c10c532c2} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
2432 | 2024.05.01 05:14:27.627271 [ 3 ] {} <Debug> HTTP-Session: 08f890a9-bbb2-4357-904d-82387ccc0e80 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2433 | 2024.05.01 05:14:32.620487 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 3213, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2434 | 2024.05.01 05:14:32.620626 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2435 | 2024.05.01 05:14:32.620656 [ 3 ] {} <Debug> HTTP-Session: b7e7f049-66d3-4578-b62b-fc00bdce1aef Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 | ||
2436 | 2024.05.01 05:14:32.620684 [ 3 ] {} <Debug> HTTP-Session: b7e7f049-66d3-4578-b62b-fc00bdce1aef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2437 | 2024.05.01 05:14:32.620702 [ 3 ] {} <Debug> HTTP-Session: b7e7f049-66d3-4578-b62b-fc00bdce1aef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2438 | 2024.05.01 05:14:32.620759 [ 3 ] {} <Trace> HTTP-Session: b7e7f049-66d3-4578-b62b-fc00bdce1aef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2439 | 2024.05.01 05:14:32.620968 [ 3 ] {b903c7a7-9f27-4094-ab74-5c2b7240c90d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2440 | 2024.05.01 05:14:32.621045 [ 3 ] {b903c7a7-9f27-4094-ab74-5c2b7240c90d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2441 | 2024.05.01 05:14:32.621262 [ 3 ] {b903c7a7-9f27-4094-ab74-5c2b7240c90d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2442 | 2024.05.01 05:14:32.621710 [ 3 ] {b903c7a7-9f27-4094-ab74-5c2b7240c90d} <Trace> oximeter.fields_i64 (18900a19-f0e8-46d7-bcdf-2fbf35506d05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2443 | 2024.05.01 05:14:32.621753 [ 3 ] {b903c7a7-9f27-4094-ab74-5c2b7240c90d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. | ||
2444 | 2024.05.01 05:14:32.622092 [ 3 ] {b903c7a7-9f27-4094-ab74-5c2b7240c90d} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
2445 | 2024.05.01 05:14:32.622482 [ 3 ] {b903c7a7-9f27-4094-ab74-5c2b7240c90d} <Trace> oximeter.fields_i64 (18900a19-f0e8-46d7-bcdf-2fbf35506d05): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2446 | 2024.05.01 05:14:32.622650 [ 3 ] {b903c7a7-9f27-4094-ab74-5c2b7240c90d} <Debug> executeQuery: Read 22 rows, 1.78 KiB in 0.001738 sec., 12658.227848101265 rows/sec., 1.00 MiB/sec. | ||
2447 | 2024.05.01 05:14:32.622663 [ 36 ] {} <Debug> oximeter.fields_i64 (18900a19-f0e8-46d7-bcdf-2fbf35506d05) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
2448 | 2024.05.01 05:14:32.622787 [ 36 ] {} <Trace> oximeter.fields_i64 (18900a19-f0e8-46d7-bcdf-2fbf35506d05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2449 | 2024.05.01 05:14:32.622823 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. | ||
2450 | 2024.05.01 05:14:32.622929 [ 3 ] {b903c7a7-9f27-4094-ab74-5c2b7240c90d} <Debug> DynamicQueryHandler: Done processing query | ||
2451 | 2024.05.01 05:14:32.622967 [ 3 ] {b903c7a7-9f27-4094-ab74-5c2b7240c90d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2452 | 2024.05.01 05:14:32.622974 [ 190 ] {18900a19-f0e8-46d7-bcdf-2fbf35506d05::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 | ||
2453 | 2024.05.01 05:14:32.622987 [ 3 ] {} <Debug> HTTP-Session: b7e7f049-66d3-4578-b62b-fc00bdce1aef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2454 | 2024.05.01 05:14:32.623121 [ 190 ] {18900a19-f0e8-46d7-bcdf-2fbf35506d05::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2455 | 2024.05.01 05:14:32.623157 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 9987, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2456 | 2024.05.01 05:14:32.623166 [ 190 ] {18900a19-f0e8-46d7-bcdf-2fbf35506d05::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 29 rows starting from the beginning of the part | ||
2457 | 2024.05.01 05:14:32.623224 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2458 | 2024.05.01 05:14:32.623256 [ 3 ] {} <Debug> HTTP-Session: 0b0c2d0f-e5ae-4863-8b45-8a8b620c8a1d Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 | ||
2459 | 2024.05.01 05:14:32.623284 [ 190 ] {18900a19-f0e8-46d7-bcdf-2fbf35506d05::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 22 rows starting from the beginning of the part | ||
2460 | 2024.05.01 05:14:32.623334 [ 3 ] {} <Debug> HTTP-Session: 0b0c2d0f-e5ae-4863-8b45-8a8b620c8a1d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2461 | 2024.05.01 05:14:32.623394 [ 3 ] {} <Debug> HTTP-Session: 0b0c2d0f-e5ae-4863-8b45-8a8b620c8a1d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2462 | 2024.05.01 05:14:32.623598 [ 3 ] {} <Trace> HTTP-Session: 0b0c2d0f-e5ae-4863-8b45-8a8b620c8a1d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2463 | 2024.05.01 05:14:32.623742 [ 190 ] {18900a19-f0e8-46d7-bcdf-2fbf35506d05::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 7 rows starting from the beginning of the part | ||
2464 | 2024.05.01 05:14:32.623865 [ 190 ] {18900a19-f0e8-46d7-bcdf-2fbf35506d05::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 22 rows starting from the beginning of the part | ||
2465 | 2024.05.01 05:14:32.623965 [ 3 ] {449e8fe7-db3d-48c8-8f78-d0bcd26e0dbe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2466 | 2024.05.01 05:14:32.624164 [ 3 ] {449e8fe7-db3d-48c8-8f78-d0bcd26e0dbe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2467 | 2024.05.01 05:14:32.624200 [ 190 ] {18900a19-f0e8-46d7-bcdf-2fbf35506d05::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 7 rows starting from the beginning of the part | ||
2468 | 2024.05.01 05:14:32.624622 [ 190 ] {18900a19-f0e8-46d7-bcdf-2fbf35506d05::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 22 rows starting from the beginning of the part | ||
2469 | 2024.05.01 05:14:32.625213 [ 3 ] {449e8fe7-db3d-48c8-8f78-d0bcd26e0dbe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2470 | 2024.05.01 05:14:32.625791 [ 3 ] {449e8fe7-db3d-48c8-8f78-d0bcd26e0dbe} <Trace> oximeter.fields_string (02833c99-4351-41a4-861a-5dfe2852a250): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2471 | 2024.05.01 05:14:32.625839 [ 3 ] {449e8fe7-db3d-48c8-8f78-d0bcd26e0dbe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. | ||
2472 | 2024.05.01 05:14:32.626402 [ 190 ] {18900a19-f0e8-46d7-bcdf-2fbf35506d05::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 109 rows, containing 4 columns (4 merged, 0 gathered) in 0.003501003 sec., 31133.935046613784 rows/sec., 2.46 MiB/sec. | ||
2473 | 2024.05.01 05:14:32.626411 [ 3 ] {449e8fe7-db3d-48c8-8f78-d0bcd26e0dbe} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
2474 | 2024.05.01 05:14:32.626602 [ 194 ] {18900a19-f0e8-46d7-bcdf-2fbf35506d05::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
2475 | 2024.05.01 05:14:32.626804 [ 3 ] {449e8fe7-db3d-48c8-8f78-d0bcd26e0dbe} <Trace> oximeter.fields_string (02833c99-4351-41a4-861a-5dfe2852a250): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2476 | 2024.05.01 05:14:32.627077 [ 36 ] {} <Debug> oximeter.fields_string (02833c99-4351-41a4-861a-5dfe2852a250) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
2477 | 2024.05.01 05:14:32.627112 [ 3 ] {449e8fe7-db3d-48c8-8f78-d0bcd26e0dbe} <Debug> executeQuery: Read 66 rows, 5.92 KiB in 0.003277 sec., 20140.37229173024 rows/sec., 1.76 MiB/sec. | ||
2478 | 2024.05.01 05:14:32.627176 [ 36 ] {} <Trace> oximeter.fields_string (02833c99-4351-41a4-861a-5dfe2852a250): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2479 | 2024.05.01 05:14:32.627298 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. | ||
2480 | 2024.05.01 05:14:32.627597 [ 194 ] {18900a19-f0e8-46d7-bcdf-2fbf35506d05::all_1_16_3} <Trace> oximeter.fields_i64 (18900a19-f0e8-46d7-bcdf-2fbf35506d05): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2481 | 2024.05.01 05:14:32.627667 [ 3 ] {449e8fe7-db3d-48c8-8f78-d0bcd26e0dbe} <Debug> DynamicQueryHandler: Done processing query | ||
2482 | 2024.05.01 05:14:32.627723 [ 3 ] {449e8fe7-db3d-48c8-8f78-d0bcd26e0dbe} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
2483 | 2024.05.01 05:14:32.627723 [ 193 ] {02833c99-4351-41a4-861a-5dfe2852a250::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 | ||
2484 | 2024.05.01 05:14:32.627764 [ 3 ] {} <Debug> HTTP-Session: 0b0c2d0f-e5ae-4863-8b45-8a8b620c8a1d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2485 | 2024.05.01 05:14:32.627796 [ 194 ] {18900a19-f0e8-46d7-bcdf-2fbf35506d05::all_1_16_3} <Trace> oximeter.fields_i64 (18900a19-f0e8-46d7-bcdf-2fbf35506d05) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
2486 | 2024.05.01 05:14:32.627964 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
2487 | 2024.05.01 05:14:32.628054 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 3786, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2488 | 2024.05.01 05:14:32.628116 [ 193 ] {02833c99-4351-41a4-861a-5dfe2852a250::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2489 | 2024.05.01 05:14:32.628141 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2490 | 2024.05.01 05:14:32.628182 [ 3 ] {} <Debug> HTTP-Session: 989eb404-ab36-4d70-a8a5-cbd8c2b75ecc Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 | ||
2491 | 2024.05.01 05:14:32.628175 [ 193 ] {02833c99-4351-41a4-861a-5dfe2852a250::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 133 rows starting from the beginning of the part | ||
2492 | 2024.05.01 05:14:32.628211 [ 3 ] {} <Debug> HTTP-Session: 989eb404-ab36-4d70-a8a5-cbd8c2b75ecc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2493 | 2024.05.01 05:14:32.628237 [ 3 ] {} <Debug> HTTP-Session: 989eb404-ab36-4d70-a8a5-cbd8c2b75ecc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2494 | 2024.05.01 05:14:32.628299 [ 3 ] {} <Trace> HTTP-Session: 989eb404-ab36-4d70-a8a5-cbd8c2b75ecc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2495 | 2024.05.01 05:14:32.628439 [ 193 ] {02833c99-4351-41a4-861a-5dfe2852a250::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 66 rows starting from the beginning of the part | ||
2496 | 2024.05.01 05:14:32.628693 [ 3 ] {143c4687-6502-4917-a6a3-5391022175e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2497 | 2024.05.01 05:14:32.628745 [ 193 ] {02833c99-4351-41a4-861a-5dfe2852a250::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 21 rows starting from the beginning of the part | ||
2498 | 2024.05.01 05:14:32.628839 [ 3 ] {143c4687-6502-4917-a6a3-5391022175e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2499 | 2024.05.01 05:14:32.629038 [ 193 ] {02833c99-4351-41a4-861a-5dfe2852a250::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 103 rows starting from the beginning of the part | ||
2500 | 2024.05.01 05:14:32.629386 [ 193 ] {02833c99-4351-41a4-861a-5dfe2852a250::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 21 rows starting from the beginning of the part | ||
2501 | 2024.05.01 05:14:32.629821 [ 193 ] {02833c99-4351-41a4-861a-5dfe2852a250::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 66 rows starting from the beginning of the part | ||
2502 | 2024.05.01 05:14:32.630088 [ 3 ] {143c4687-6502-4917-a6a3-5391022175e6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2503 | 2024.05.01 05:14:32.631015 [ 3 ] {143c4687-6502-4917-a6a3-5391022175e6} <Trace> oximeter.fields_uuid (55f601b6-7d16-43f5-9abb-35fe5f2ebeb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2504 | 2024.05.01 05:14:32.631077 [ 3 ] {143c4687-6502-4917-a6a3-5391022175e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. | ||
2505 | 2024.05.01 05:14:32.631963 [ 3 ] {143c4687-6502-4917-a6a3-5391022175e6} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
2506 | 2024.05.01 05:14:32.632668 [ 194 ] {02833c99-4351-41a4-861a-5dfe2852a250::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 410 rows, containing 4 columns (4 merged, 0 gathered) in 0.005189308 sec., 79008.6076987529 rows/sec., 6.80 MiB/sec. | ||
2507 | 2024.05.01 05:14:32.632727 [ 3 ] {143c4687-6502-4917-a6a3-5391022175e6} <Trace> oximeter.fields_uuid (55f601b6-7d16-43f5-9abb-35fe5f2ebeb7): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2508 | 2024.05.01 05:14:32.632863 [ 194 ] {02833c99-4351-41a4-861a-5dfe2852a250::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
2509 | 2024.05.01 05:14:32.632929 [ 36 ] {} <Debug> oximeter.fields_uuid (55f601b6-7d16-43f5-9abb-35fe5f2ebeb7) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
2510 | 2024.05.01 05:14:32.632968 [ 3 ] {143c4687-6502-4917-a6a3-5391022175e6} <Debug> executeQuery: Read 22 rows, 1.76 KiB in 0.004442 sec., 4952.72399819901 rows/sec., 396.60 KiB/sec. | ||
2511 | 2024.05.01 05:14:32.633061 [ 36 ] {} <Trace> oximeter.fields_uuid (55f601b6-7d16-43f5-9abb-35fe5f2ebeb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2512 | 2024.05.01 05:14:32.633200 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. | ||
2513 | 2024.05.01 05:14:32.633536 [ 3 ] {143c4687-6502-4917-a6a3-5391022175e6} <Debug> DynamicQueryHandler: Done processing query | ||
2514 | 2024.05.01 05:14:32.633635 [ 3 ] {143c4687-6502-4917-a6a3-5391022175e6} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2515 | 2024.05.01 05:14:32.633715 [ 3 ] {} <Debug> HTTP-Session: 989eb404-ab36-4d70-a8a5-cbd8c2b75ecc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2516 | 2024.05.01 05:14:32.633709 [ 193 ] {55f601b6-7d16-43f5-9abb-35fe5f2ebeb7::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 | ||
2517 | 2024.05.01 05:14:32.633990 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 23586, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2518 | 2024.05.01 05:14:32.634145 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2519 | 2024.05.01 05:14:32.634228 [ 3 ] {} <Debug> HTTP-Session: a26fec42-57d8-4a4c-a06e-62b4b8ee2fba Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 | ||
2520 | 2024.05.01 05:14:32.634246 [ 193 ] {55f601b6-7d16-43f5-9abb-35fe5f2ebeb7::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2521 | 2024.05.01 05:14:32.634283 [ 3 ] {} <Debug> HTTP-Session: a26fec42-57d8-4a4c-a06e-62b4b8ee2fba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2522 | 2024.05.01 05:14:32.634355 [ 3 ] {} <Debug> HTTP-Session: a26fec42-57d8-4a4c-a06e-62b4b8ee2fba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2523 | 2024.05.01 05:14:32.634362 [ 193 ] {55f601b6-7d16-43f5-9abb-35fe5f2ebeb7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 85 rows starting from the beginning of the part | ||
2524 | 2024.05.01 05:14:32.634380 [ 194 ] {02833c99-4351-41a4-861a-5dfe2852a250::all_1_16_3} <Trace> oximeter.fields_string (02833c99-4351-41a4-861a-5dfe2852a250): 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.05.01 05:14:32.634457 [ 3 ] {} <Trace> HTTP-Session: a26fec42-57d8-4a4c-a06e-62b4b8ee2fba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2526 | 2024.05.01 05:14:32.634727 [ 193 ] {55f601b6-7d16-43f5-9abb-35fe5f2ebeb7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 22 rows starting from the beginning of the part | ||
2527 | 2024.05.01 05:14:32.634841 [ 194 ] {02833c99-4351-41a4-861a-5dfe2852a250::all_1_16_3} <Trace> oximeter.fields_string (02833c99-4351-41a4-861a-5dfe2852a250) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
2528 | 2024.05.01 05:14:32.635064 [ 193 ] {55f601b6-7d16-43f5-9abb-35fe5f2ebeb7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 7 rows starting from the beginning of the part | ||
2529 | 2024.05.01 05:14:32.635172 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
2530 | 2024.05.01 05:14:32.635378 [ 3 ] {39a8946d-9db5-469f-97c8-420e9361aefc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
2531 | 2024.05.01 05:14:32.635453 [ 193 ] {55f601b6-7d16-43f5-9abb-35fe5f2ebeb7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 48 rows starting from the beginning of the part | ||
2532 | 2024.05.01 05:14:32.635596 [ 3 ] {39a8946d-9db5-469f-97c8-420e9361aefc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
2533 | 2024.05.01 05:14:32.635841 [ 193 ] {55f601b6-7d16-43f5-9abb-35fe5f2ebeb7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 7 rows starting from the beginning of the part | ||
2534 | 2024.05.01 05:14:32.636137 [ 193 ] {55f601b6-7d16-43f5-9abb-35fe5f2ebeb7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 22 rows starting from the beginning of the part | ||
2535 | 2024.05.01 05:14:32.636842 [ 3 ] {39a8946d-9db5-469f-97c8-420e9361aefc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2536 | 2024.05.01 05:14:32.637893 [ 3 ] {39a8946d-9db5-469f-97c8-420e9361aefc} <Trace> oximeter.measurements_histogramf64 (02762c72-3303-43a9-a3f1-2d89b26a797e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2537 | 2024.05.01 05:14:32.637968 [ 3 ] {39a8946d-9db5-469f-97c8-420e9361aefc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. | ||
2538 | 2024.05.01 05:14:32.638665 [ 186 ] {55f601b6-7d16-43f5-9abb-35fe5f2ebeb7::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 191 rows, containing 4 columns (4 merged, 0 gathered) in 0.005317301 sec., 35920.47920552175 rows/sec., 2.81 MiB/sec. | ||
2539 | 2024.05.01 05:14:32.638851 [ 186 ] {55f601b6-7d16-43f5-9abb-35fe5f2ebeb7::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
2540 | 2024.05.01 05:14:32.638892 [ 3 ] {39a8946d-9db5-469f-97c8-420e9361aefc} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
2541 | 2024.05.01 05:14:32.639509 [ 3 ] {39a8946d-9db5-469f-97c8-420e9361aefc} <Trace> oximeter.measurements_histogramf64 (02762c72-3303-43a9-a3f1-2d89b26a797e): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2542 | 2024.05.01 05:14:32.639572 [ 186 ] {55f601b6-7d16-43f5-9abb-35fe5f2ebeb7::all_1_16_3} <Trace> oximeter.fields_uuid (55f601b6-7d16-43f5-9abb-35fe5f2ebeb7): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2543 | 2024.05.01 05:14:32.639740 [ 36 ] {} <Debug> oximeter.measurements_histogramf64 (02762c72-3303-43a9-a3f1-2d89b26a797e) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
2544 | 2024.05.01 05:14:32.639782 [ 186 ] {55f601b6-7d16-43f5-9abb-35fe5f2ebeb7::all_1_16_3} <Trace> oximeter.fields_uuid (55f601b6-7d16-43f5-9abb-35fe5f2ebeb7) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
2545 | 2024.05.01 05:14:32.639796 [ 3 ] {39a8946d-9db5-469f-97c8-420e9361aefc} <Debug> executeQuery: Read 22 rows, 30.40 KiB in 0.005005 sec., 4395.604395604396 rows/sec., 5.93 MiB/sec. | ||
2546 | 2024.05.01 05:14:32.639819 [ 36 ] {} <Trace> oximeter.measurements_histogramf64 (02762c72-3303-43a9-a3f1-2d89b26a797e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2547 | 2024.05.01 05:14:32.639976 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. | ||
2548 | 2024.05.01 05:14:32.640058 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
2549 | 2024.05.01 05:14:32.640366 [ 3 ] {39a8946d-9db5-469f-97c8-420e9361aefc} <Debug> DynamicQueryHandler: Done processing query | ||
2550 | 2024.05.01 05:14:32.640378 [ 193 ] {02762c72-3303-43a9-a3f1-2d89b26a797e::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 | ||
2551 | 2024.05.01 05:14:32.640443 [ 3 ] {39a8946d-9db5-469f-97c8-420e9361aefc} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
2552 | 2024.05.01 05:14:32.640525 [ 3 ] {} <Debug> HTTP-Session: a26fec42-57d8-4a4c-a06e-62b4b8ee2fba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2553 | 2024.05.01 05:14:32.640835 [ 193 ] {02762c72-3303-43a9-a3f1-2d89b26a797e::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2554 | 2024.05.01 05:14:32.640872 [ 193 ] {02762c72-3303-43a9-a3f1-2d89b26a797e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 194 rows starting from the beginning of the part | ||
2555 | 2024.05.01 05:14:32.640963 [ 193 ] {02762c72-3303-43a9-a3f1-2d89b26a797e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 22 rows starting from the beginning of the part | ||
2556 | 2024.05.01 05:14:32.641069 [ 193 ] {02762c72-3303-43a9-a3f1-2d89b26a797e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 7 rows starting from the beginning of the part | ||
2557 | 2024.05.01 05:14:32.641156 [ 193 ] {02762c72-3303-43a9-a3f1-2d89b26a797e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 22 rows starting from the beginning of the part | ||
2558 | 2024.05.01 05:14:32.641272 [ 193 ] {02762c72-3303-43a9-a3f1-2d89b26a797e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 7 rows starting from the beginning of the part | ||
2559 | 2024.05.01 05:14:32.641372 [ 193 ] {02762c72-3303-43a9-a3f1-2d89b26a797e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 22 rows starting from the beginning of the part | ||
2560 | 2024.05.01 05:14:32.646026 [ 186 ] {02762c72-3303-43a9-a3f1-2d89b26a797e::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 274 rows, containing 6 columns (6 merged, 0 gathered) in 0.005834861 sec., 46959.13064595712 rows/sec., 63.37 MiB/sec. | ||
2561 | 2024.05.01 05:14:32.646499 [ 200 ] {02762c72-3303-43a9-a3f1-2d89b26a797e::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
2562 | 2024.05.01 05:14:32.647115 [ 200 ] {02762c72-3303-43a9-a3f1-2d89b26a797e::all_1_16_3} <Trace> oximeter.measurements_histogramf64 (02762c72-3303-43a9-a3f1-2d89b26a797e): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2563 | 2024.05.01 05:14:32.647204 [ 200 ] {02762c72-3303-43a9-a3f1-2d89b26a797e::all_1_16_3} <Trace> oximeter.measurements_histogramf64 (02762c72-3303-43a9-a3f1-2d89b26a797e) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
2564 | 2024.05.01 05:14:32.647310 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.04 MiB. | ||
2565 | 2024.05.01 05:14:33.000176 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 179.36 MiB, peak 187.72 MiB, free memory in arenas 0.00 B, will set to 180.54 MiB (RSS), difference: 1.18 MiB | ||
2566 | 2024.05.01 05:14:37.620176 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 1054, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2567 | 2024.05.01 05:14:37.620385 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2568 | 2024.05.01 05:14:37.620432 [ 3 ] {} <Debug> HTTP-Session: 2e6a9bcf-e809-416e-a2fc-b5042d2b3bd5 Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 | ||
2569 | 2024.05.01 05:14:37.620494 [ 3 ] {} <Debug> HTTP-Session: 2e6a9bcf-e809-416e-a2fc-b5042d2b3bd5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2570 | 2024.05.01 05:14:37.620525 [ 3 ] {} <Debug> HTTP-Session: 2e6a9bcf-e809-416e-a2fc-b5042d2b3bd5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2571 | 2024.05.01 05:14:37.620603 [ 3 ] {} <Trace> HTTP-Session: 2e6a9bcf-e809-416e-a2fc-b5042d2b3bd5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2572 | 2024.05.01 05:14:37.620886 [ 3 ] {1ab6c39b-3c42-4d9d-9bca-717d8677880b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2573 | 2024.05.01 05:14:37.620954 [ 3 ] {1ab6c39b-3c42-4d9d-9bca-717d8677880b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2574 | 2024.05.01 05:14:37.621138 [ 3 ] {1ab6c39b-3c42-4d9d-9bca-717d8677880b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2575 | 2024.05.01 05:14:37.621574 [ 3 ] {1ab6c39b-3c42-4d9d-9bca-717d8677880b} <Trace> oximeter.fields_i64 (18900a19-f0e8-46d7-bcdf-2fbf35506d05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2576 | 2024.05.01 05:14:37.621621 [ 3 ] {1ab6c39b-3c42-4d9d-9bca-717d8677880b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. | ||
2577 | 2024.05.01 05:14:37.621996 [ 3 ] {1ab6c39b-3c42-4d9d-9bca-717d8677880b} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
2578 | 2024.05.01 05:14:37.622334 [ 3 ] {1ab6c39b-3c42-4d9d-9bca-717d8677880b} <Trace> oximeter.fields_i64 (18900a19-f0e8-46d7-bcdf-2fbf35506d05): 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.05.01 05:14:37.622486 [ 3 ] {1ab6c39b-3c42-4d9d-9bca-717d8677880b} <Debug> executeQuery: Read 7 rows, 581.00 B in 0.001669 sec., 4194.128220491312 rows/sec., 339.95 KiB/sec. | ||
2580 | 2024.05.01 05:14:37.622713 [ 3 ] {1ab6c39b-3c42-4d9d-9bca-717d8677880b} <Debug> DynamicQueryHandler: Done processing query | ||
2581 | 2024.05.01 05:14:37.622740 [ 3 ] {1ab6c39b-3c42-4d9d-9bca-717d8677880b} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2582 | 2024.05.01 05:14:37.622757 [ 3 ] {} <Debug> HTTP-Session: 2e6a9bcf-e809-416e-a2fc-b5042d2b3bd5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2583 | 2024.05.01 05:14:37.622918 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2584 | 2024.05.01 05:14:37.622975 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2585 | 2024.05.01 05:14:37.622995 [ 3 ] {} <Debug> HTTP-Session: 1b51ff9f-abab-4cd0-8943-1052d9509296 Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 | ||
2586 | 2024.05.01 05:14:37.623014 [ 3 ] {} <Debug> HTTP-Session: 1b51ff9f-abab-4cd0-8943-1052d9509296 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2587 | 2024.05.01 05:14:37.623028 [ 3 ] {} <Debug> HTTP-Session: 1b51ff9f-abab-4cd0-8943-1052d9509296 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2588 | 2024.05.01 05:14:37.623063 [ 3 ] {} <Trace> HTTP-Session: 1b51ff9f-abab-4cd0-8943-1052d9509296 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2589 | 2024.05.01 05:14:37.623169 [ 3 ] {93bfdc20-2d33-4cc2-ae6a-6763a93507ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
2590 | 2024.05.01 05:14:37.623215 [ 3 ] {93bfdc20-2d33-4cc2-ae6a-6763a93507ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
2591 | 2024.05.01 05:14:37.623352 [ 3 ] {93bfdc20-2d33-4cc2-ae6a-6763a93507ec} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2592 | 2024.05.01 05:14:37.623675 [ 3 ] {93bfdc20-2d33-4cc2-ae6a-6763a93507ec} <Trace> oximeter.fields_ipaddr (1c71e044-a152-4ad0-b7b7-42f7436ab394): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2593 | 2024.05.01 05:14:37.623714 [ 3 ] {93bfdc20-2d33-4cc2-ae6a-6763a93507ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. | ||
2594 | 2024.05.01 05:14:37.624015 [ 3 ] {93bfdc20-2d33-4cc2-ae6a-6763a93507ec} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2595 | 2024.05.01 05:14:37.624318 [ 3 ] {93bfdc20-2d33-4cc2-ae6a-6763a93507ec} <Trace> oximeter.fields_ipaddr (1c71e044-a152-4ad0-b7b7-42f7436ab394): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2596 | 2024.05.01 05:14:37.624470 [ 3 ] {93bfdc20-2d33-4cc2-ae6a-6763a93507ec} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001328 sec., 3012.0481927710844 rows/sec., 245.61 KiB/sec. | ||
2597 | 2024.05.01 05:14:37.624628 [ 3 ] {93bfdc20-2d33-4cc2-ae6a-6763a93507ec} <Debug> DynamicQueryHandler: Done processing query | ||
2598 | 2024.05.01 05:14:37.624653 [ 3 ] {93bfdc20-2d33-4cc2-ae6a-6763a93507ec} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2599 | 2024.05.01 05:14:37.624669 [ 3 ] {} <Debug> HTTP-Session: 1b51ff9f-abab-4cd0-8943-1052d9509296 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2600 | 2024.05.01 05:14:37.624787 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 3570, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2601 | 2024.05.01 05:14:37.624836 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2602 | 2024.05.01 05:14:37.624856 [ 3 ] {} <Debug> HTTP-Session: cab44ca4-cc5e-41be-9325-ed4aab53c9b5 Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 | ||
2603 | 2024.05.01 05:14:37.624873 [ 3 ] {} <Debug> HTTP-Session: cab44ca4-cc5e-41be-9325-ed4aab53c9b5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2604 | 2024.05.01 05:14:37.624887 [ 3 ] {} <Debug> HTTP-Session: cab44ca4-cc5e-41be-9325-ed4aab53c9b5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2605 | 2024.05.01 05:14:37.624919 [ 3 ] {} <Trace> HTTP-Session: cab44ca4-cc5e-41be-9325-ed4aab53c9b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2606 | 2024.05.01 05:14:37.625022 [ 3 ] {d2f8cf23-7dd5-431b-a398-4b9e5f7e01c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2607 | 2024.05.01 05:14:37.625065 [ 3 ] {d2f8cf23-7dd5-431b-a398-4b9e5f7e01c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2608 | 2024.05.01 05:14:37.625194 [ 3 ] {d2f8cf23-7dd5-431b-a398-4b9e5f7e01c9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2609 | 2024.05.01 05:14:37.625605 [ 3 ] {d2f8cf23-7dd5-431b-a398-4b9e5f7e01c9} <Trace> oximeter.fields_string (02833c99-4351-41a4-861a-5dfe2852a250): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2610 | 2024.05.01 05:14:37.625643 [ 3 ] {d2f8cf23-7dd5-431b-a398-4b9e5f7e01c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. | ||
2611 | 2024.05.01 05:14:37.625949 [ 3 ] {d2f8cf23-7dd5-431b-a398-4b9e5f7e01c9} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
2612 | 2024.05.01 05:14:37.626252 [ 3 ] {d2f8cf23-7dd5-431b-a398-4b9e5f7e01c9} <Trace> oximeter.fields_string (02833c99-4351-41a4-861a-5dfe2852a250): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2613 | 2024.05.01 05:14:37.626400 [ 3 ] {d2f8cf23-7dd5-431b-a398-4b9e5f7e01c9} <Debug> executeQuery: Read 23 rows, 2.13 KiB in 0.001406 sec., 16358.46372688478 rows/sec., 1.48 MiB/sec. | ||
2614 | 2024.05.01 05:14:37.626602 [ 3 ] {d2f8cf23-7dd5-431b-a398-4b9e5f7e01c9} <Debug> DynamicQueryHandler: Done processing query | ||
2615 | 2024.05.01 05:14:37.626626 [ 3 ] {d2f8cf23-7dd5-431b-a398-4b9e5f7e01c9} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2616 | 2024.05.01 05:14:37.626642 [ 3 ] {} <Debug> HTTP-Session: cab44ca4-cc5e-41be-9325-ed4aab53c9b5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2617 | 2024.05.01 05:14:37.626772 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2618 | 2024.05.01 05:14:37.626822 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2619 | 2024.05.01 05:14:37.626841 [ 3 ] {} <Debug> HTTP-Session: 97997e13-e92c-4579-8e42-0f39419598af Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 | ||
2620 | 2024.05.01 05:14:37.626857 [ 3 ] {} <Debug> HTTP-Session: 97997e13-e92c-4579-8e42-0f39419598af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2621 | 2024.05.01 05:14:37.626871 [ 3 ] {} <Debug> HTTP-Session: 97997e13-e92c-4579-8e42-0f39419598af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2622 | 2024.05.01 05:14:37.626901 [ 3 ] {} <Trace> HTTP-Session: 97997e13-e92c-4579-8e42-0f39419598af Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2623 | 2024.05.01 05:14:37.626997 [ 3 ] {1bbfea51-04e0-4dd3-be09-55c472360de9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
2624 | 2024.05.01 05:14:37.627037 [ 3 ] {1bbfea51-04e0-4dd3-be09-55c472360de9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
2625 | 2024.05.01 05:14:37.627164 [ 3 ] {1bbfea51-04e0-4dd3-be09-55c472360de9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2626 | 2024.05.01 05:14:37.627514 [ 3 ] {1bbfea51-04e0-4dd3-be09-55c472360de9} <Trace> oximeter.fields_u16 (c1f4c012-aa93-46bc-a412-1c1afd990b15): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2627 | 2024.05.01 05:14:37.627550 [ 3 ] {1bbfea51-04e0-4dd3-be09-55c472360de9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. | ||
2628 | 2024.05.01 05:14:37.627837 [ 3 ] {1bbfea51-04e0-4dd3-be09-55c472360de9} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2629 | 2024.05.01 05:14:37.628137 [ 3 ] {1bbfea51-04e0-4dd3-be09-55c472360de9} <Trace> oximeter.fields_u16 (c1f4c012-aa93-46bc-a412-1c1afd990b15): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2630 | 2024.05.01 05:14:37.628290 [ 3 ] {1bbfea51-04e0-4dd3-be09-55c472360de9} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001312 sec., 3048.780487804878 rows/sec., 212.88 KiB/sec. | ||
2631 | 2024.05.01 05:14:37.628541 [ 3 ] {1bbfea51-04e0-4dd3-be09-55c472360de9} <Debug> DynamicQueryHandler: Done processing query | ||
2632 | 2024.05.01 05:14:37.628565 [ 3 ] {1bbfea51-04e0-4dd3-be09-55c472360de9} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2633 | 2024.05.01 05:14:37.628582 [ 3 ] {} <Debug> HTTP-Session: 97997e13-e92c-4579-8e42-0f39419598af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2634 | 2024.05.01 05:14:37.628684 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 1919, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2635 | 2024.05.01 05:14:37.628731 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2636 | 2024.05.01 05:14:37.628750 [ 3 ] {} <Debug> HTTP-Session: 5f1f3dee-91c2-40ae-9f5c-cec9e10c8242 Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 | ||
2637 | 2024.05.01 05:14:37.628767 [ 3 ] {} <Debug> HTTP-Session: 5f1f3dee-91c2-40ae-9f5c-cec9e10c8242 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2638 | 2024.05.01 05:14:37.628780 [ 3 ] {} <Debug> HTTP-Session: 5f1f3dee-91c2-40ae-9f5c-cec9e10c8242 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2639 | 2024.05.01 05:14:37.628810 [ 3 ] {} <Trace> HTTP-Session: 5f1f3dee-91c2-40ae-9f5c-cec9e10c8242 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2640 | 2024.05.01 05:14:37.628912 [ 3 ] {506388ea-b71c-4655-b0dc-ecaff06ba77d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2641 | 2024.05.01 05:14:37.628954 [ 3 ] {506388ea-b71c-4655-b0dc-ecaff06ba77d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2642 | 2024.05.01 05:14:37.629097 [ 3 ] {506388ea-b71c-4655-b0dc-ecaff06ba77d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2643 | 2024.05.01 05:14:37.629376 [ 3 ] {506388ea-b71c-4655-b0dc-ecaff06ba77d} <Trace> oximeter.fields_uuid (55f601b6-7d16-43f5-9abb-35fe5f2ebeb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2644 | 2024.05.01 05:14:37.629412 [ 3 ] {506388ea-b71c-4655-b0dc-ecaff06ba77d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. | ||
2645 | 2024.05.01 05:14:37.629704 [ 3 ] {506388ea-b71c-4655-b0dc-ecaff06ba77d} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
2646 | 2024.05.01 05:14:37.629994 [ 3 ] {506388ea-b71c-4655-b0dc-ecaff06ba77d} <Trace> oximeter.fields_uuid (55f601b6-7d16-43f5-9abb-35fe5f2ebeb7): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2647 | 2024.05.01 05:14:37.630143 [ 3 ] {506388ea-b71c-4655-b0dc-ecaff06ba77d} <Debug> executeQuery: Read 11 rows, 908.00 B in 0.001259 sec., 8737.09293089754 rows/sec., 704.30 KiB/sec. | ||
2648 | 2024.05.01 05:14:37.630294 [ 3 ] {506388ea-b71c-4655-b0dc-ecaff06ba77d} <Debug> DynamicQueryHandler: Done processing query | ||
2649 | 2024.05.01 05:14:37.630318 [ 3 ] {506388ea-b71c-4655-b0dc-ecaff06ba77d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2650 | 2024.05.01 05:14:37.630333 [ 3 ] {} <Debug> HTTP-Session: 5f1f3dee-91c2-40ae-9f5c-cec9e10c8242 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2651 | 2024.05.01 05:14:37.630433 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 445, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2652 | 2024.05.01 05:14:37.630482 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2653 | 2024.05.01 05:14:37.630501 [ 3 ] {} <Debug> HTTP-Session: 50f42d89-d8aa-4e4a-8a44-ecdb98649e27 Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 | ||
2654 | 2024.05.01 05:14:37.630518 [ 3 ] {} <Debug> HTTP-Session: 50f42d89-d8aa-4e4a-8a44-ecdb98649e27 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2655 | 2024.05.01 05:14:37.630532 [ 3 ] {} <Debug> HTTP-Session: 50f42d89-d8aa-4e4a-8a44-ecdb98649e27 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2656 | 2024.05.01 05:14:37.630562 [ 3 ] {} <Trace> HTTP-Session: 50f42d89-d8aa-4e4a-8a44-ecdb98649e27 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2657 | 2024.05.01 05:14:37.630655 [ 3 ] {e08b53b3-2f2c-4c3f-b49d-8bb32143f5ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2658 | 2024.05.01 05:14:37.630702 [ 3 ] {e08b53b3-2f2c-4c3f-b49d-8bb32143f5ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2659 | 2024.05.01 05:14:37.630848 [ 3 ] {e08b53b3-2f2c-4c3f-b49d-8bb32143f5ba} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2660 | 2024.05.01 05:14:37.631134 [ 3 ] {e08b53b3-2f2c-4c3f-b49d-8bb32143f5ba} <Trace> oximeter.measurements_cumulativeu64 (14094fbf-77be-414d-8210-2374b71b4f0c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2661 | 2024.05.01 05:14:37.631169 [ 3 ] {e08b53b3-2f2c-4c3f-b49d-8bb32143f5ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. | ||
2662 | 2024.05.01 05:14:37.631525 [ 3 ] {e08b53b3-2f2c-4c3f-b49d-8bb32143f5ba} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
2663 | 2024.05.01 05:14:37.631857 [ 3 ] {e08b53b3-2f2c-4c3f-b49d-8bb32143f5ba} <Trace> oximeter.measurements_cumulativeu64 (14094fbf-77be-414d-8210-2374b71b4f0c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2664 | 2024.05.01 05:14:37.632005 [ 3 ] {e08b53b3-2f2c-4c3f-b49d-8bb32143f5ba} <Debug> executeQuery: Read 2 rows, 144.00 B in 0.001369 sec., 1460.9203798392987 rows/sec., 102.72 KiB/sec. | ||
2665 | 2024.05.01 05:14:37.632174 [ 3 ] {e08b53b3-2f2c-4c3f-b49d-8bb32143f5ba} <Debug> DynamicQueryHandler: Done processing query | ||
2666 | 2024.05.01 05:14:37.632198 [ 3 ] {e08b53b3-2f2c-4c3f-b49d-8bb32143f5ba} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
2667 | 2024.05.01 05:14:37.632214 [ 3 ] {} <Debug> HTTP-Session: 50f42d89-d8aa-4e4a-8a44-ecdb98649e27 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2668 | 2024.05.01 05:14:37.632328 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 7546, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2669 | 2024.05.01 05:14:37.632375 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2670 | 2024.05.01 05:14:37.632395 [ 3 ] {} <Debug> HTTP-Session: 9ae92932-b5b2-434d-9ddd-380db4488fa5 Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 | ||
2671 | 2024.05.01 05:14:37.632410 [ 3 ] {} <Debug> HTTP-Session: 9ae92932-b5b2-434d-9ddd-380db4488fa5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2672 | 2024.05.01 05:14:37.632424 [ 3 ] {} <Debug> HTTP-Session: 9ae92932-b5b2-434d-9ddd-380db4488fa5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2673 | 2024.05.01 05:14:37.632454 [ 3 ] {} <Trace> HTTP-Session: 9ae92932-b5b2-434d-9ddd-380db4488fa5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2674 | 2024.05.01 05:14:37.632585 [ 3 ] {0181cfad-0b4b-435e-839a-d780e3873326} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
2675 | 2024.05.01 05:14:37.632631 [ 3 ] {0181cfad-0b4b-435e-839a-d780e3873326} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
2676 | 2024.05.01 05:14:37.632791 [ 3 ] {0181cfad-0b4b-435e-839a-d780e3873326} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2677 | 2024.05.01 05:14:37.633113 [ 3 ] {0181cfad-0b4b-435e-839a-d780e3873326} <Trace> oximeter.measurements_histogramf64 (02762c72-3303-43a9-a3f1-2d89b26a797e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2678 | 2024.05.01 05:14:37.633148 [ 3 ] {0181cfad-0b4b-435e-839a-d780e3873326} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. | ||
2679 | 2024.05.01 05:14:37.633521 [ 3 ] {0181cfad-0b4b-435e-839a-d780e3873326} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
2680 | 2024.05.01 05:14:37.633835 [ 3 ] {0181cfad-0b4b-435e-839a-d780e3873326} <Trace> oximeter.measurements_histogramf64 (02762c72-3303-43a9-a3f1-2d89b26a797e): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2681 | 2024.05.01 05:14:37.633989 [ 3 ] {0181cfad-0b4b-435e-839a-d780e3873326} <Debug> executeQuery: Read 7 rows, 9.67 KiB in 0.00146 sec., 4794.520547945206 rows/sec., 6.47 MiB/sec. | ||
2682 | 2024.05.01 05:14:37.634210 [ 3 ] {0181cfad-0b4b-435e-839a-d780e3873326} <Debug> DynamicQueryHandler: Done processing query | ||
2683 | 2024.05.01 05:14:37.634233 [ 3 ] {0181cfad-0b4b-435e-839a-d780e3873326} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
2684 | 2024.05.01 05:14:37.634249 [ 3 ] {} <Debug> HTTP-Session: 9ae92932-b5b2-434d-9ddd-380db4488fa5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2685 | 2024.05.01 05:14:41.474072 [ 32 ] {} <Debug> DNSResolver: Updating DNS cache | ||
2686 | 2024.05.01 05:14:41.474148 [ 32 ] {} <Debug> DNSResolver: Updated DNS cache | ||
2687 | 2024.05.01 05:14:42.620395 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 3213, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2688 | 2024.05.01 05:14:42.620517 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2689 | 2024.05.01 05:14:42.620553 [ 3 ] {} <Debug> HTTP-Session: ce9d9fed-665d-4df0-925f-a2893ce4907d Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 | ||
2690 | 2024.05.01 05:14:42.620581 [ 3 ] {} <Debug> HTTP-Session: ce9d9fed-665d-4df0-925f-a2893ce4907d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2691 | 2024.05.01 05:14:42.620599 [ 3 ] {} <Debug> HTTP-Session: ce9d9fed-665d-4df0-925f-a2893ce4907d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2692 | 2024.05.01 05:14:42.620654 [ 3 ] {} <Trace> HTTP-Session: ce9d9fed-665d-4df0-925f-a2893ce4907d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2693 | 2024.05.01 05:14:42.620857 [ 3 ] {e9f0191f-1821-4b1c-917f-232883e297a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2694 | 2024.05.01 05:14:42.620929 [ 3 ] {e9f0191f-1821-4b1c-917f-232883e297a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2695 | 2024.05.01 05:14:42.621132 [ 3 ] {e9f0191f-1821-4b1c-917f-232883e297a6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2696 | 2024.05.01 05:14:42.621560 [ 3 ] {e9f0191f-1821-4b1c-917f-232883e297a6} <Trace> oximeter.fields_i64 (18900a19-f0e8-46d7-bcdf-2fbf35506d05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2697 | 2024.05.01 05:14:42.621605 [ 3 ] {e9f0191f-1821-4b1c-917f-232883e297a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. | ||
2698 | 2024.05.01 05:14:42.621962 [ 3 ] {e9f0191f-1821-4b1c-917f-232883e297a6} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
2699 | 2024.05.01 05:14:42.622287 [ 3 ] {e9f0191f-1821-4b1c-917f-232883e297a6} <Trace> oximeter.fields_i64 (18900a19-f0e8-46d7-bcdf-2fbf35506d05): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2700 | 2024.05.01 05:14:42.622453 [ 3 ] {e9f0191f-1821-4b1c-917f-232883e297a6} <Debug> executeQuery: Read 22 rows, 1.78 KiB in 0.001657 sec., 13277.006638503319 rows/sec., 1.05 MiB/sec. | ||
2701 | 2024.05.01 05:14:42.622682 [ 3 ] {e9f0191f-1821-4b1c-917f-232883e297a6} <Debug> DynamicQueryHandler: Done processing query | ||
2702 | 2024.05.01 05:14:42.622709 [ 3 ] {e9f0191f-1821-4b1c-917f-232883e297a6} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2703 | 2024.05.01 05:14:42.622725 [ 3 ] {} <Debug> HTTP-Session: ce9d9fed-665d-4df0-925f-a2893ce4907d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2704 | 2024.05.01 05:14:42.622899 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 2279, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2705 | 2024.05.01 05:14:42.622952 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2706 | 2024.05.01 05:14:42.622971 [ 3 ] {} <Debug> HTTP-Session: a23235f4-326b-47ba-a619-4ae5d1ba9784 Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 | ||
2707 | 2024.05.01 05:14:42.622989 [ 3 ] {} <Debug> HTTP-Session: a23235f4-326b-47ba-a619-4ae5d1ba9784 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2708 | 2024.05.01 05:14:42.623003 [ 3 ] {} <Debug> HTTP-Session: a23235f4-326b-47ba-a619-4ae5d1ba9784 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2709 | 2024.05.01 05:14:42.623037 [ 3 ] {} <Trace> HTTP-Session: a23235f4-326b-47ba-a619-4ae5d1ba9784 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2710 | 2024.05.01 05:14:42.623145 [ 3 ] {0207ae1c-0e53-4c89-b220-52a0fdbf71c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
2711 | 2024.05.01 05:14:42.623191 [ 3 ] {0207ae1c-0e53-4c89-b220-52a0fdbf71c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
2712 | 2024.05.01 05:14:42.623326 [ 3 ] {0207ae1c-0e53-4c89-b220-52a0fdbf71c7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2713 | 2024.05.01 05:14:42.623673 [ 3 ] {0207ae1c-0e53-4c89-b220-52a0fdbf71c7} <Trace> oximeter.fields_ipaddr (1c71e044-a152-4ad0-b7b7-42f7436ab394): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2714 | 2024.05.01 05:14:42.623711 [ 3 ] {0207ae1c-0e53-4c89-b220-52a0fdbf71c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. | ||
2715 | 2024.05.01 05:14:42.624014 [ 3 ] {0207ae1c-0e53-4c89-b220-52a0fdbf71c7} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
2716 | 2024.05.01 05:14:42.624326 [ 3 ] {0207ae1c-0e53-4c89-b220-52a0fdbf71c7} <Trace> oximeter.fields_ipaddr (1c71e044-a152-4ad0-b7b7-42f7436ab394): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2717 | 2024.05.01 05:14:42.624478 [ 3 ] {0207ae1c-0e53-4c89-b220-52a0fdbf71c7} <Debug> executeQuery: Read 14 rows, 1.18 KiB in 0.001356 sec., 10324.48377581121 rows/sec., 872.14 KiB/sec. | ||
2718 | 2024.05.01 05:14:42.624645 [ 3 ] {0207ae1c-0e53-4c89-b220-52a0fdbf71c7} <Debug> DynamicQueryHandler: Done processing query | ||
2719 | 2024.05.01 05:14:42.624669 [ 3 ] {0207ae1c-0e53-4c89-b220-52a0fdbf71c7} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2720 | 2024.05.01 05:14:42.624685 [ 3 ] {} <Debug> HTTP-Session: a23235f4-326b-47ba-a619-4ae5d1ba9784 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2721 | 2024.05.01 05:14:42.624812 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 11433, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2722 | 2024.05.01 05:14:42.624861 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2723 | 2024.05.01 05:14:42.624881 [ 3 ] {} <Debug> HTTP-Session: e1c9566d-9d7c-44ee-bab8-329b2d249d7a Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 | ||
2724 | 2024.05.01 05:14:42.624897 [ 3 ] {} <Debug> HTTP-Session: e1c9566d-9d7c-44ee-bab8-329b2d249d7a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2725 | 2024.05.01 05:14:42.624911 [ 3 ] {} <Debug> HTTP-Session: e1c9566d-9d7c-44ee-bab8-329b2d249d7a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2726 | 2024.05.01 05:14:42.624942 [ 3 ] {} <Trace> HTTP-Session: e1c9566d-9d7c-44ee-bab8-329b2d249d7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2727 | 2024.05.01 05:14:42.625061 [ 3 ] {e6aaab3b-a734-4220-958a-799146911b6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2728 | 2024.05.01 05:14:42.625106 [ 3 ] {e6aaab3b-a734-4220-958a-799146911b6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2729 | 2024.05.01 05:14:42.625231 [ 3 ] {e6aaab3b-a734-4220-958a-799146911b6e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2730 | 2024.05.01 05:14:42.625564 [ 3 ] {e6aaab3b-a734-4220-958a-799146911b6e} <Trace> oximeter.fields_string (02833c99-4351-41a4-861a-5dfe2852a250): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2731 | 2024.05.01 05:14:42.625600 [ 3 ] {e6aaab3b-a734-4220-958a-799146911b6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. | ||
2732 | 2024.05.01 05:14:42.625905 [ 3 ] {e6aaab3b-a734-4220-958a-799146911b6e} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
2733 | 2024.05.01 05:14:42.626198 [ 3 ] {e6aaab3b-a734-4220-958a-799146911b6e} <Trace> oximeter.fields_string (02833c99-4351-41a4-861a-5dfe2852a250): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2734 | 2024.05.01 05:14:42.626361 [ 3 ] {e6aaab3b-a734-4220-958a-799146911b6e} <Debug> executeQuery: Read 76 rows, 6.76 KiB in 0.001335 sec., 56928.83895131086 rows/sec., 4.94 MiB/sec. | ||
2735 | 2024.05.01 05:14:42.626562 [ 3 ] {e6aaab3b-a734-4220-958a-799146911b6e} <Debug> DynamicQueryHandler: Done processing query | ||
2736 | 2024.05.01 05:14:42.626586 [ 3 ] {e6aaab3b-a734-4220-958a-799146911b6e} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
2737 | 2024.05.01 05:14:42.626602 [ 3 ] {} <Debug> HTTP-Session: e1c9566d-9d7c-44ee-bab8-329b2d249d7a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2738 | 2024.05.01 05:14:42.626740 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 2046, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2739 | 2024.05.01 05:14:42.626787 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2740 | 2024.05.01 05:14:42.626806 [ 3 ] {} <Debug> HTTP-Session: 3c286399-9e8f-4ced-8221-5a77b07acf19 Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 | ||
2741 | 2024.05.01 05:14:42.626823 [ 3 ] {} <Debug> HTTP-Session: 3c286399-9e8f-4ced-8221-5a77b07acf19 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2742 | 2024.05.01 05:14:42.626836 [ 3 ] {} <Debug> HTTP-Session: 3c286399-9e8f-4ced-8221-5a77b07acf19 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2743 | 2024.05.01 05:14:42.626867 [ 3 ] {} <Trace> HTTP-Session: 3c286399-9e8f-4ced-8221-5a77b07acf19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2744 | 2024.05.01 05:14:42.626964 [ 3 ] {3065137c-bc2b-469f-9142-ad828df396b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
2745 | 2024.05.01 05:14:42.627006 [ 3 ] {3065137c-bc2b-469f-9142-ad828df396b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
2746 | 2024.05.01 05:14:42.627132 [ 3 ] {3065137c-bc2b-469f-9142-ad828df396b6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2747 | 2024.05.01 05:14:42.627478 [ 3 ] {3065137c-bc2b-469f-9142-ad828df396b6} <Trace> oximeter.fields_u16 (c1f4c012-aa93-46bc-a412-1c1afd990b15): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2748 | 2024.05.01 05:14:42.627514 [ 3 ] {3065137c-bc2b-469f-9142-ad828df396b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. | ||
2749 | 2024.05.01 05:14:42.627805 [ 3 ] {3065137c-bc2b-469f-9142-ad828df396b6} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
2750 | 2024.05.01 05:14:42.628102 [ 3 ] {3065137c-bc2b-469f-9142-ad828df396b6} <Trace> oximeter.fields_u16 (c1f4c012-aa93-46bc-a412-1c1afd990b15): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2751 | 2024.05.01 05:14:42.628253 [ 3 ] {3065137c-bc2b-469f-9142-ad828df396b6} <Debug> executeQuery: Read 14 rows, 1.02 KiB in 0.001313 sec., 10662.604722010663 rows/sec., 775.75 KiB/sec. | ||
2752 | 2024.05.01 05:14:42.628518 [ 3 ] {3065137c-bc2b-469f-9142-ad828df396b6} <Debug> DynamicQueryHandler: Done processing query | ||
2753 | 2024.05.01 05:14:42.628548 [ 3 ] {3065137c-bc2b-469f-9142-ad828df396b6} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2754 | 2024.05.01 05:14:42.628565 [ 3 ] {} <Debug> HTTP-Session: 3c286399-9e8f-4ced-8221-5a77b07acf19 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2755 | 2024.05.01 05:14:42.628687 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 6221, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2756 | 2024.05.01 05:14:42.628735 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2757 | 2024.05.01 05:14:42.628754 [ 3 ] {} <Debug> HTTP-Session: 010ae42f-fb4a-45e4-9730-49f0cbb6b7fa Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 | ||
2758 | 2024.05.01 05:14:42.628770 [ 3 ] {} <Debug> HTTP-Session: 010ae42f-fb4a-45e4-9730-49f0cbb6b7fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2759 | 2024.05.01 05:14:42.628784 [ 3 ] {} <Debug> HTTP-Session: 010ae42f-fb4a-45e4-9730-49f0cbb6b7fa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2760 | 2024.05.01 05:14:42.628814 [ 3 ] {} <Trace> HTTP-Session: 010ae42f-fb4a-45e4-9730-49f0cbb6b7fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2761 | 2024.05.01 05:14:42.628920 [ 3 ] {6ef7cae5-e957-40d3-b93b-e2b7b7610f3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2762 | 2024.05.01 05:14:42.628962 [ 3 ] {6ef7cae5-e957-40d3-b93b-e2b7b7610f3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2763 | 2024.05.01 05:14:42.629103 [ 3 ] {6ef7cae5-e957-40d3-b93b-e2b7b7610f3e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2764 | 2024.05.01 05:14:42.629400 [ 3 ] {6ef7cae5-e957-40d3-b93b-e2b7b7610f3e} <Trace> oximeter.fields_uuid (55f601b6-7d16-43f5-9abb-35fe5f2ebeb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2765 | 2024.05.01 05:14:42.629435 [ 3 ] {6ef7cae5-e957-40d3-b93b-e2b7b7610f3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. | ||
2766 | 2024.05.01 05:14:42.629734 [ 3 ] {6ef7cae5-e957-40d3-b93b-e2b7b7610f3e} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
2767 | 2024.05.01 05:14:42.630033 [ 3 ] {6ef7cae5-e957-40d3-b93b-e2b7b7610f3e} <Trace> oximeter.fields_uuid (55f601b6-7d16-43f5-9abb-35fe5f2ebeb7): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2768 | 2024.05.01 05:14:42.630156 [ 3 ] {6ef7cae5-e957-40d3-b93b-e2b7b7610f3e} <Debug> executeQuery: Read 36 rows, 2.94 KiB in 0.001271 sec., 28324.15420928403 rows/sec., 2.26 MiB/sec. | ||
2769 | 2024.05.01 05:14:42.630352 [ 3 ] {6ef7cae5-e957-40d3-b93b-e2b7b7610f3e} <Debug> DynamicQueryHandler: Done processing query | ||
2770 | 2024.05.01 05:14:42.630375 [ 3 ] {6ef7cae5-e957-40d3-b93b-e2b7b7610f3e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2771 | 2024.05.01 05:14:42.630391 [ 3 ] {} <Debug> HTTP-Session: 010ae42f-fb4a-45e4-9730-49f0cbb6b7fa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2772 | 2024.05.01 05:14:42.630499 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 1421, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2773 | 2024.05.01 05:14:42.630548 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2774 | 2024.05.01 05:14:42.630567 [ 3 ] {} <Debug> HTTP-Session: 4d0c96f4-5db3-4e24-a286-89c75d83a2ec Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 | ||
2775 | 2024.05.01 05:14:42.630584 [ 3 ] {} <Debug> HTTP-Session: 4d0c96f4-5db3-4e24-a286-89c75d83a2ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2776 | 2024.05.01 05:14:42.630598 [ 3 ] {} <Debug> HTTP-Session: 4d0c96f4-5db3-4e24-a286-89c75d83a2ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2777 | 2024.05.01 05:14:42.630628 [ 3 ] {} <Trace> HTTP-Session: 4d0c96f4-5db3-4e24-a286-89c75d83a2ec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2778 | 2024.05.01 05:14:42.630723 [ 3 ] {45cf3c41-9de8-411c-a1a6-b534e522e49f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2779 | 2024.05.01 05:14:42.630767 [ 3 ] {45cf3c41-9de8-411c-a1a6-b534e522e49f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2780 | 2024.05.01 05:14:42.630908 [ 3 ] {45cf3c41-9de8-411c-a1a6-b534e522e49f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2781 | 2024.05.01 05:14:42.631181 [ 3 ] {45cf3c41-9de8-411c-a1a6-b534e522e49f} <Trace> oximeter.measurements_cumulativeu64 (14094fbf-77be-414d-8210-2374b71b4f0c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2782 | 2024.05.01 05:14:42.631215 [ 3 ] {45cf3c41-9de8-411c-a1a6-b534e522e49f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. | ||
2783 | 2024.05.01 05:14:42.631567 [ 3 ] {45cf3c41-9de8-411c-a1a6-b534e522e49f} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
2784 | 2024.05.01 05:14:42.631886 [ 3 ] {45cf3c41-9de8-411c-a1a6-b534e522e49f} <Trace> oximeter.measurements_cumulativeu64 (14094fbf-77be-414d-8210-2374b71b4f0c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2785 | 2024.05.01 05:14:42.632012 [ 3 ] {45cf3c41-9de8-411c-a1a6-b534e522e49f} <Debug> executeQuery: Read 7 rows, 525.00 B in 0.001314 sec., 5327.245053272451 rows/sec., 390.18 KiB/sec. | ||
2786 | 2024.05.01 05:14:42.632173 [ 3 ] {45cf3c41-9de8-411c-a1a6-b534e522e49f} <Debug> DynamicQueryHandler: Done processing query | ||
2787 | 2024.05.01 05:14:42.632197 [ 3 ] {45cf3c41-9de8-411c-a1a6-b534e522e49f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2788 | 2024.05.01 05:14:42.632213 [ 3 ] {} <Debug> HTTP-Session: 4d0c96f4-5db3-4e24-a286-89c75d83a2ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2789 | 2024.05.01 05:14:42.632369 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 23586, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2790 | 2024.05.01 05:14:42.632418 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2791 | 2024.05.01 05:14:42.632437 [ 3 ] {} <Debug> HTTP-Session: 90cc33b5-3f52-4010-ae86-29e624e40226 Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 | ||
2792 | 2024.05.01 05:14:42.632453 [ 3 ] {} <Debug> HTTP-Session: 90cc33b5-3f52-4010-ae86-29e624e40226 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2793 | 2024.05.01 05:14:42.632467 [ 3 ] {} <Debug> HTTP-Session: 90cc33b5-3f52-4010-ae86-29e624e40226 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2794 | 2024.05.01 05:14:42.632496 [ 3 ] {} <Trace> HTTP-Session: 90cc33b5-3f52-4010-ae86-29e624e40226 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2795 | 2024.05.01 05:14:42.632692 [ 3 ] {f0b5efac-3f0f-4e12-8222-0893f0e7598c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
2796 | 2024.05.01 05:14:42.632738 [ 3 ] {f0b5efac-3f0f-4e12-8222-0893f0e7598c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
2797 | 2024.05.01 05:14:42.632894 [ 3 ] {f0b5efac-3f0f-4e12-8222-0893f0e7598c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2798 | 2024.05.01 05:14:42.633269 [ 3 ] {f0b5efac-3f0f-4e12-8222-0893f0e7598c} <Trace> oximeter.measurements_histogramf64 (02762c72-3303-43a9-a3f1-2d89b26a797e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2799 | 2024.05.01 05:14:42.633303 [ 3 ] {f0b5efac-3f0f-4e12-8222-0893f0e7598c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. | ||
2800 | 2024.05.01 05:14:42.633684 [ 3 ] {f0b5efac-3f0f-4e12-8222-0893f0e7598c} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
2801 | 2024.05.01 05:14:42.634003 [ 3 ] {f0b5efac-3f0f-4e12-8222-0893f0e7598c} <Trace> oximeter.measurements_histogramf64 (02762c72-3303-43a9-a3f1-2d89b26a797e): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2802 | 2024.05.01 05:14:42.634134 [ 3 ] {f0b5efac-3f0f-4e12-8222-0893f0e7598c} <Debug> executeQuery: Read 22 rows, 30.40 KiB in 0.001565 sec., 14057.507987220448 rows/sec., 18.97 MiB/sec. | ||
2803 | 2024.05.01 05:14:42.634288 [ 3 ] {f0b5efac-3f0f-4e12-8222-0893f0e7598c} <Debug> DynamicQueryHandler: Done processing query | ||
2804 | 2024.05.01 05:14:42.634312 [ 3 ] {f0b5efac-3f0f-4e12-8222-0893f0e7598c} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
2805 | 2024.05.01 05:14:42.634329 [ 3 ] {} <Debug> HTTP-Session: 90cc33b5-3f52-4010-ae86-29e624e40226 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2806 | 2024.05.01 05:14:47.619312 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 1054, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2807 | 2024.05.01 05:14:47.619454 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2808 | 2024.05.01 05:14:47.619485 [ 3 ] {} <Debug> HTTP-Session: 323e9ccc-5a5e-42b5-8770-331984e5f50c Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 | ||
2809 | 2024.05.01 05:14:47.619514 [ 3 ] {} <Debug> HTTP-Session: 323e9ccc-5a5e-42b5-8770-331984e5f50c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2810 | 2024.05.01 05:14:47.619532 [ 3 ] {} <Debug> HTTP-Session: 323e9ccc-5a5e-42b5-8770-331984e5f50c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2811 | 2024.05.01 05:14:47.619587 [ 3 ] {} <Trace> HTTP-Session: 323e9ccc-5a5e-42b5-8770-331984e5f50c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2812 | 2024.05.01 05:14:47.619792 [ 3 ] {78566953-d44e-4695-b855-dd9b2976aa7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2813 | 2024.05.01 05:14:47.619867 [ 3 ] {78566953-d44e-4695-b855-dd9b2976aa7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2814 | 2024.05.01 05:14:47.620084 [ 3 ] {78566953-d44e-4695-b855-dd9b2976aa7a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2815 | 2024.05.01 05:14:47.620526 [ 3 ] {78566953-d44e-4695-b855-dd9b2976aa7a} <Trace> oximeter.fields_i64 (18900a19-f0e8-46d7-bcdf-2fbf35506d05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2816 | 2024.05.01 05:14:47.620570 [ 3 ] {78566953-d44e-4695-b855-dd9b2976aa7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. | ||
2817 | 2024.05.01 05:14:47.620956 [ 3 ] {78566953-d44e-4695-b855-dd9b2976aa7a} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
2818 | 2024.05.01 05:14:47.621289 [ 3 ] {78566953-d44e-4695-b855-dd9b2976aa7a} <Trace> oximeter.fields_i64 (18900a19-f0e8-46d7-bcdf-2fbf35506d05): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2819 | 2024.05.01 05:14:47.621445 [ 3 ] {78566953-d44e-4695-b855-dd9b2976aa7a} <Debug> executeQuery: Read 7 rows, 581.00 B in 0.001711 sec., 4091.174751607247 rows/sec., 331.61 KiB/sec. | ||
2820 | 2024.05.01 05:14:47.621668 [ 3 ] {78566953-d44e-4695-b855-dd9b2976aa7a} <Debug> DynamicQueryHandler: Done processing query | ||
2821 | 2024.05.01 05:14:47.621695 [ 3 ] {78566953-d44e-4695-b855-dd9b2976aa7a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2822 | 2024.05.01 05:14:47.621711 [ 3 ] {} <Debug> HTTP-Session: 323e9ccc-5a5e-42b5-8770-331984e5f50c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2823 | 2024.05.01 05:14:47.621836 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 3302, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2824 | 2024.05.01 05:14:47.621891 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2825 | 2024.05.01 05:14:47.621912 [ 3 ] {} <Debug> HTTP-Session: cbdb0c93-a8de-4db0-be0c-aa5c59b6ffc9 Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 | ||
2826 | 2024.05.01 05:14:47.621931 [ 3 ] {} <Debug> HTTP-Session: cbdb0c93-a8de-4db0-be0c-aa5c59b6ffc9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2827 | 2024.05.01 05:14:47.621945 [ 3 ] {} <Debug> HTTP-Session: cbdb0c93-a8de-4db0-be0c-aa5c59b6ffc9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2828 | 2024.05.01 05:14:47.621980 [ 3 ] {} <Trace> HTTP-Session: cbdb0c93-a8de-4db0-be0c-aa5c59b6ffc9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2829 | 2024.05.01 05:14:47.622092 [ 3 ] {0d570da1-b305-4df5-9ed1-692c60f3145d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2830 | 2024.05.01 05:14:47.622139 [ 3 ] {0d570da1-b305-4df5-9ed1-692c60f3145d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2831 | 2024.05.01 05:14:47.622272 [ 3 ] {0d570da1-b305-4df5-9ed1-692c60f3145d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2832 | 2024.05.01 05:14:47.622575 [ 3 ] {0d570da1-b305-4df5-9ed1-692c60f3145d} <Trace> oximeter.fields_string (02833c99-4351-41a4-861a-5dfe2852a250): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2833 | 2024.05.01 05:14:47.622612 [ 3 ] {0d570da1-b305-4df5-9ed1-692c60f3145d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. | ||
2834 | 2024.05.01 05:14:47.622917 [ 3 ] {0d570da1-b305-4df5-9ed1-692c60f3145d} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
2835 | 2024.05.01 05:14:47.623219 [ 3 ] {0d570da1-b305-4df5-9ed1-692c60f3145d} <Trace> oximeter.fields_string (02833c99-4351-41a4-861a-5dfe2852a250): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2836 | 2024.05.01 05:14:47.623371 [ 3 ] {0d570da1-b305-4df5-9ed1-692c60f3145d} <Debug> executeQuery: Read 21 rows, 1.98 KiB in 0.001306 sec., 16079.632465543644 rows/sec., 1.48 MiB/sec. | ||
2837 | 2024.05.01 05:14:47.623529 [ 3 ] {0d570da1-b305-4df5-9ed1-692c60f3145d} <Debug> DynamicQueryHandler: Done processing query | ||
2838 | 2024.05.01 05:14:47.623553 [ 3 ] {0d570da1-b305-4df5-9ed1-692c60f3145d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2839 | 2024.05.01 05:14:47.623569 [ 3 ] {} <Debug> HTTP-Session: cbdb0c93-a8de-4db0-be0c-aa5c59b6ffc9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2840 | 2024.05.01 05:14:47.623703 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 1237, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2841 | 2024.05.01 05:14:47.623751 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2842 | 2024.05.01 05:14:47.623771 [ 3 ] {} <Debug> HTTP-Session: 126a9f71-811d-4fc9-8d3c-ac58c165beea Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 | ||
2843 | 2024.05.01 05:14:47.623789 [ 3 ] {} <Debug> HTTP-Session: 126a9f71-811d-4fc9-8d3c-ac58c165beea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2844 | 2024.05.01 05:14:47.623803 [ 3 ] {} <Debug> HTTP-Session: 126a9f71-811d-4fc9-8d3c-ac58c165beea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2845 | 2024.05.01 05:14:47.623835 [ 3 ] {} <Trace> HTTP-Session: 126a9f71-811d-4fc9-8d3c-ac58c165beea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2846 | 2024.05.01 05:14:47.623933 [ 3 ] {c78b2a09-4f6d-471c-b7ab-ed0afd779a9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2847 | 2024.05.01 05:14:47.623976 [ 3 ] {c78b2a09-4f6d-471c-b7ab-ed0afd779a9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2848 | 2024.05.01 05:14:47.624104 [ 3 ] {c78b2a09-4f6d-471c-b7ab-ed0afd779a9b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2849 | 2024.05.01 05:14:47.624372 [ 3 ] {c78b2a09-4f6d-471c-b7ab-ed0afd779a9b} <Trace> oximeter.fields_uuid (55f601b6-7d16-43f5-9abb-35fe5f2ebeb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2850 | 2024.05.01 05:14:47.624408 [ 3 ] {c78b2a09-4f6d-471c-b7ab-ed0afd779a9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. | ||
2851 | 2024.05.01 05:14:47.624703 [ 3 ] {c78b2a09-4f6d-471c-b7ab-ed0afd779a9b} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
2852 | 2024.05.01 05:14:47.624998 [ 3 ] {c78b2a09-4f6d-471c-b7ab-ed0afd779a9b} <Trace> oximeter.fields_uuid (55f601b6-7d16-43f5-9abb-35fe5f2ebeb7): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2853 | 2024.05.01 05:14:47.625144 [ 3 ] {c78b2a09-4f6d-471c-b7ab-ed0afd779a9b} <Debug> executeQuery: Read 7 rows, 574.00 B in 0.001232 sec., 5681.818181818182 rows/sec., 454.99 KiB/sec. | ||
2854 | 2024.05.01 05:14:47.625355 [ 3 ] {c78b2a09-4f6d-471c-b7ab-ed0afd779a9b} <Debug> DynamicQueryHandler: Done processing query | ||
2855 | 2024.05.01 05:14:47.625379 [ 3 ] {c78b2a09-4f6d-471c-b7ab-ed0afd779a9b} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2856 | 2024.05.01 05:14:47.625394 [ 3 ] {} <Debug> HTTP-Session: 126a9f71-811d-4fc9-8d3c-ac58c165beea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2857 | 2024.05.01 05:14:47.625550 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 7546, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2858 | 2024.05.01 05:14:47.625600 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2859 | 2024.05.01 05:14:47.625620 [ 3 ] {} <Debug> HTTP-Session: a5e24548-e780-491b-bd54-f46b35159441 Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 | ||
2860 | 2024.05.01 05:14:47.625638 [ 3 ] {} <Debug> HTTP-Session: a5e24548-e780-491b-bd54-f46b35159441 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2861 | 2024.05.01 05:14:47.625653 [ 3 ] {} <Debug> HTTP-Session: a5e24548-e780-491b-bd54-f46b35159441 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2862 | 2024.05.01 05:14:47.625683 [ 3 ] {} <Trace> HTTP-Session: a5e24548-e780-491b-bd54-f46b35159441 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2863 | 2024.05.01 05:14:47.625818 [ 3 ] {7c3134f1-8b07-4386-98f4-e2a8a67bb059} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
2864 | 2024.05.01 05:14:47.625866 [ 3 ] {7c3134f1-8b07-4386-98f4-e2a8a67bb059} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
2865 | 2024.05.01 05:14:47.626029 [ 3 ] {7c3134f1-8b07-4386-98f4-e2a8a67bb059} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2866 | 2024.05.01 05:14:47.626345 [ 3 ] {7c3134f1-8b07-4386-98f4-e2a8a67bb059} <Trace> oximeter.measurements_histogramf64 (02762c72-3303-43a9-a3f1-2d89b26a797e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2867 | 2024.05.01 05:14:47.626380 [ 3 ] {7c3134f1-8b07-4386-98f4-e2a8a67bb059} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. | ||
2868 | 2024.05.01 05:14:47.626779 [ 3 ] {7c3134f1-8b07-4386-98f4-e2a8a67bb059} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
2869 | 2024.05.01 05:14:47.627114 [ 3 ] {7c3134f1-8b07-4386-98f4-e2a8a67bb059} <Trace> oximeter.measurements_histogramf64 (02762c72-3303-43a9-a3f1-2d89b26a797e): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2870 | 2024.05.01 05:14:47.627269 [ 3 ] {7c3134f1-8b07-4386-98f4-e2a8a67bb059} <Debug> executeQuery: Read 7 rows, 9.67 KiB in 0.001508 sec., 4641.909814323607 rows/sec., 6.26 MiB/sec. | ||
2871 | 2024.05.01 05:14:47.627595 [ 3 ] {7c3134f1-8b07-4386-98f4-e2a8a67bb059} <Debug> DynamicQueryHandler: Done processing query | ||
2872 | 2024.05.01 05:14:47.627620 [ 3 ] {7c3134f1-8b07-4386-98f4-e2a8a67bb059} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
2873 | 2024.05.01 05:14:47.627637 [ 3 ] {} <Debug> HTTP-Session: a5e24548-e780-491b-bd54-f46b35159441 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2874 | 2024.05.01 05:14:52.621687 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 3213, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2875 | 2024.05.01 05:14:52.621823 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2876 | 2024.05.01 05:14:52.621854 [ 3 ] {} <Debug> HTTP-Session: 57d7dc8f-a80c-4a8f-b389-d0907a317c2c Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 | ||
2877 | 2024.05.01 05:14:52.621882 [ 3 ] {} <Debug> HTTP-Session: 57d7dc8f-a80c-4a8f-b389-d0907a317c2c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2878 | 2024.05.01 05:14:52.621900 [ 3 ] {} <Debug> HTTP-Session: 57d7dc8f-a80c-4a8f-b389-d0907a317c2c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2879 | 2024.05.01 05:14:52.621955 [ 3 ] {} <Trace> HTTP-Session: 57d7dc8f-a80c-4a8f-b389-d0907a317c2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2880 | 2024.05.01 05:14:52.622164 [ 3 ] {be791eb4-4373-4461-877e-13dc10406628} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2881 | 2024.05.01 05:14:52.622281 [ 3 ] {be791eb4-4373-4461-877e-13dc10406628} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2882 | 2024.05.01 05:14:52.622566 [ 3 ] {be791eb4-4373-4461-877e-13dc10406628} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2883 | 2024.05.01 05:14:52.623050 [ 3 ] {be791eb4-4373-4461-877e-13dc10406628} <Trace> oximeter.fields_i64 (18900a19-f0e8-46d7-bcdf-2fbf35506d05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2884 | 2024.05.01 05:14:52.623096 [ 3 ] {be791eb4-4373-4461-877e-13dc10406628} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. | ||
2885 | 2024.05.01 05:14:52.623501 [ 3 ] {be791eb4-4373-4461-877e-13dc10406628} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
2886 | 2024.05.01 05:14:52.623909 [ 3 ] {be791eb4-4373-4461-877e-13dc10406628} <Trace> oximeter.fields_i64 (18900a19-f0e8-46d7-bcdf-2fbf35506d05): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2887 | 2024.05.01 05:14:52.624103 [ 3 ] {be791eb4-4373-4461-877e-13dc10406628} <Debug> executeQuery: Read 22 rows, 1.78 KiB in 0.002005 sec., 10972.568578553617 rows/sec., 889.38 KiB/sec. | ||
2888 | 2024.05.01 05:14:52.624744 [ 3 ] {be791eb4-4373-4461-877e-13dc10406628} <Debug> DynamicQueryHandler: Done processing query | ||
2889 | 2024.05.01 05:14:52.624779 [ 3 ] {be791eb4-4373-4461-877e-13dc10406628} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2890 | 2024.05.01 05:14:52.624801 [ 3 ] {} <Debug> HTTP-Session: 57d7dc8f-a80c-4a8f-b389-d0907a317c2c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2891 | 2024.05.01 05:14:52.625080 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 14967, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2892 | 2024.05.01 05:14:52.625161 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2893 | 2024.05.01 05:14:52.625189 [ 3 ] {} <Debug> HTTP-Session: 13c66776-98cb-44a4-933c-b856205e4d6d Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 | ||
2894 | 2024.05.01 05:14:52.625213 [ 3 ] {} <Debug> HTTP-Session: 13c66776-98cb-44a4-933c-b856205e4d6d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2895 | 2024.05.01 05:14:52.625233 [ 3 ] {} <Debug> HTTP-Session: 13c66776-98cb-44a4-933c-b856205e4d6d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2896 | 2024.05.01 05:14:52.625276 [ 3 ] {} <Trace> HTTP-Session: 13c66776-98cb-44a4-933c-b856205e4d6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2897 | 2024.05.01 05:14:52.625427 [ 3 ] {e2b13c34-db91-4264-bd0f-3ebe1e2a6b43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2898 | 2024.05.01 05:14:52.625479 [ 3 ] {e2b13c34-db91-4264-bd0f-3ebe1e2a6b43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2899 | 2024.05.01 05:14:52.625635 [ 3 ] {e2b13c34-db91-4264-bd0f-3ebe1e2a6b43} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2900 | 2024.05.01 05:14:52.626057 [ 3 ] {e2b13c34-db91-4264-bd0f-3ebe1e2a6b43} <Trace> oximeter.fields_string (02833c99-4351-41a4-861a-5dfe2852a250): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2901 | 2024.05.01 05:14:52.626096 [ 3 ] {e2b13c34-db91-4264-bd0f-3ebe1e2a6b43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. | ||
2902 | 2024.05.01 05:14:52.626428 [ 3 ] {e2b13c34-db91-4264-bd0f-3ebe1e2a6b43} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
2903 | 2024.05.01 05:14:52.626756 [ 3 ] {e2b13c34-db91-4264-bd0f-3ebe1e2a6b43} <Trace> oximeter.fields_string (02833c99-4351-41a4-861a-5dfe2852a250): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2904 | 2024.05.01 05:14:52.626889 [ 3 ] {e2b13c34-db91-4264-bd0f-3ebe1e2a6b43} <Debug> executeQuery: Read 102 rows, 8.73 KiB in 0.001519 sec., 67149.44042132983 rows/sec., 5.61 MiB/sec. | ||
2905 | 2024.05.01 05:14:52.627071 [ 3 ] {e2b13c34-db91-4264-bd0f-3ebe1e2a6b43} <Debug> DynamicQueryHandler: Done processing query | ||
2906 | 2024.05.01 05:14:52.627099 [ 3 ] {e2b13c34-db91-4264-bd0f-3ebe1e2a6b43} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
2907 | 2024.05.01 05:14:52.627116 [ 3 ] {} <Debug> HTTP-Session: 13c66776-98cb-44a4-933c-b856205e4d6d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2908 | 2024.05.01 05:14:52.627246 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 7826, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2909 | 2024.05.01 05:14:52.627300 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2910 | 2024.05.01 05:14:52.627319 [ 3 ] {} <Debug> HTTP-Session: 6a5735ba-4d95-4146-83d0-fb42d0f8a518 Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 | ||
2911 | 2024.05.01 05:14:52.627337 [ 3 ] {} <Debug> HTTP-Session: 6a5735ba-4d95-4146-83d0-fb42d0f8a518 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2912 | 2024.05.01 05:14:52.627351 [ 3 ] {} <Debug> HTTP-Session: 6a5735ba-4d95-4146-83d0-fb42d0f8a518 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2913 | 2024.05.01 05:14:52.627384 [ 3 ] {} <Trace> HTTP-Session: 6a5735ba-4d95-4146-83d0-fb42d0f8a518 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2914 | 2024.05.01 05:14:52.627506 [ 3 ] {1bdee37c-0624-40bb-a8ed-c2dfeb5f08c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2915 | 2024.05.01 05:14:52.627552 [ 3 ] {1bdee37c-0624-40bb-a8ed-c2dfeb5f08c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2916 | 2024.05.01 05:14:52.627683 [ 3 ] {1bdee37c-0624-40bb-a8ed-c2dfeb5f08c7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2917 | 2024.05.01 05:14:52.628050 [ 3 ] {1bdee37c-0624-40bb-a8ed-c2dfeb5f08c7} <Trace> oximeter.fields_uuid (55f601b6-7d16-43f5-9abb-35fe5f2ebeb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2918 | 2024.05.01 05:14:52.628086 [ 3 ] {1bdee37c-0624-40bb-a8ed-c2dfeb5f08c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. | ||
2919 | 2024.05.01 05:14:52.628399 [ 3 ] {1bdee37c-0624-40bb-a8ed-c2dfeb5f08c7} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
2920 | 2024.05.01 05:14:52.628701 [ 3 ] {1bdee37c-0624-40bb-a8ed-c2dfeb5f08c7} <Trace> oximeter.fields_uuid (55f601b6-7d16-43f5-9abb-35fe5f2ebeb7): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2921 | 2024.05.01 05:14:52.628832 [ 3 ] {1bdee37c-0624-40bb-a8ed-c2dfeb5f08c7} <Debug> executeQuery: Read 46 rows, 3.66 KiB in 0.001372 sec., 33527.69679300291 rows/sec., 2.61 MiB/sec. | ||
2922 | 2024.05.01 05:14:52.629167 [ 3 ] {1bdee37c-0624-40bb-a8ed-c2dfeb5f08c7} <Debug> DynamicQueryHandler: Done processing query | ||
2923 | 2024.05.01 05:14:52.629203 [ 3 ] {1bdee37c-0624-40bb-a8ed-c2dfeb5f08c7} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
2924 | 2024.05.01 05:14:52.629220 [ 3 ] {} <Debug> HTTP-Session: 6a5735ba-4d95-4146-83d0-fb42d0f8a518 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2925 | 2024.05.01 05:14:52.629355 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 7030, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2926 | 2024.05.01 05:14:52.629410 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2927 | 2024.05.01 05:14:52.629430 [ 3 ] {} <Debug> HTTP-Session: ba428dc3-9281-42cc-8221-d088072a3c46 Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 | ||
2928 | 2024.05.01 05:14:52.629448 [ 3 ] {} <Debug> HTTP-Session: ba428dc3-9281-42cc-8221-d088072a3c46 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2929 | 2024.05.01 05:14:52.629462 [ 3 ] {} <Debug> HTTP-Session: ba428dc3-9281-42cc-8221-d088072a3c46 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2930 | 2024.05.01 05:14:52.629494 [ 3 ] {} <Trace> HTTP-Session: ba428dc3-9281-42cc-8221-d088072a3c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2931 | 2024.05.01 05:14:52.629609 [ 3 ] {382185fd-5b58-46d0-838d-65ed40f7901c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2932 | 2024.05.01 05:14:52.629658 [ 3 ] {382185fd-5b58-46d0-838d-65ed40f7901c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2933 | 2024.05.01 05:14:52.629833 [ 3 ] {382185fd-5b58-46d0-838d-65ed40f7901c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2934 | 2024.05.01 05:14:52.630161 [ 3 ] {382185fd-5b58-46d0-838d-65ed40f7901c} <Trace> oximeter.measurements_cumulativeu64 (14094fbf-77be-414d-8210-2374b71b4f0c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2935 | 2024.05.01 05:14:52.630198 [ 3 ] {382185fd-5b58-46d0-838d-65ed40f7901c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. | ||
2936 | 2024.05.01 05:14:52.630575 [ 3 ] {382185fd-5b58-46d0-838d-65ed40f7901c} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
2937 | 2024.05.01 05:14:52.630926 [ 3 ] {382185fd-5b58-46d0-838d-65ed40f7901c} <Trace> oximeter.measurements_cumulativeu64 (14094fbf-77be-414d-8210-2374b71b4f0c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2938 | 2024.05.01 05:14:52.631051 [ 70 ] {} <Debug> oximeter.measurements_cumulativeu64 (14094fbf-77be-414d-8210-2374b71b4f0c) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
2939 | 2024.05.01 05:14:52.631062 [ 3 ] {382185fd-5b58-46d0-838d-65ed40f7901c} <Debug> executeQuery: Read 36 rows, 2.60 KiB in 0.00149 sec., 24161.073825503354 rows/sec., 1.71 MiB/sec. | ||
2940 | 2024.05.01 05:14:52.631101 [ 70 ] {} <Trace> oximeter.measurements_cumulativeu64 (14094fbf-77be-414d-8210-2374b71b4f0c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2941 | 2024.05.01 05:14:52.631146 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. | ||
2942 | 2024.05.01 05:14:52.631309 [ 3 ] {382185fd-5b58-46d0-838d-65ed40f7901c} <Debug> DynamicQueryHandler: Done processing query | ||
2943 | 2024.05.01 05:14:52.631335 [ 193 ] {14094fbf-77be-414d-8210-2374b71b4f0c::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 | ||
2944 | 2024.05.01 05:14:52.631352 [ 3 ] {382185fd-5b58-46d0-838d-65ed40f7901c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2945 | 2024.05.01 05:14:52.631416 [ 3 ] {} <Debug> HTTP-Session: ba428dc3-9281-42cc-8221-d088072a3c46 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2946 | 2024.05.01 05:14:52.631620 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 23586, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2947 | 2024.05.01 05:14:52.631624 [ 193 ] {14094fbf-77be-414d-8210-2374b71b4f0c::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2948 | 2024.05.01 05:14:52.631711 [ 193 ] {14094fbf-77be-414d-8210-2374b71b4f0c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 7 rows starting from the beginning of the part | ||
2949 | 2024.05.01 05:14:52.631713 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2950 | 2024.05.01 05:14:52.631764 [ 3 ] {} <Debug> HTTP-Session: 1f5a9a30-cd32-4db7-9326-d00ca27c70b4 Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 | ||
2951 | 2024.05.01 05:14:52.631821 [ 3 ] {} <Debug> HTTP-Session: 1f5a9a30-cd32-4db7-9326-d00ca27c70b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2952 | 2024.05.01 05:14:52.631910 [ 3 ] {} <Debug> HTTP-Session: 1f5a9a30-cd32-4db7-9326-d00ca27c70b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2953 | 2024.05.01 05:14:52.631930 [ 193 ] {14094fbf-77be-414d-8210-2374b71b4f0c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 408 rows starting from the beginning of the part | ||
2954 | 2024.05.01 05:14:52.632020 [ 3 ] {} <Trace> HTTP-Session: 1f5a9a30-cd32-4db7-9326-d00ca27c70b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2955 | 2024.05.01 05:14:52.632164 [ 193 ] {14094fbf-77be-414d-8210-2374b71b4f0c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 37 rows starting from the beginning of the part | ||
2956 | 2024.05.01 05:14:52.632389 [ 193 ] {14094fbf-77be-414d-8210-2374b71b4f0c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 2 rows starting from the beginning of the part | ||
2957 | 2024.05.01 05:14:52.632474 [ 3 ] {02c42e8f-032e-446d-b6a6-86c3a7af4a5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
2958 | 2024.05.01 05:14:52.632674 [ 3 ] {02c42e8f-032e-446d-b6a6-86c3a7af4a5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
2959 | 2024.05.01 05:14:52.632667 [ 193 ] {14094fbf-77be-414d-8210-2374b71b4f0c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 7 rows starting from the beginning of the part | ||
2960 | 2024.05.01 05:14:52.633034 [ 193 ] {14094fbf-77be-414d-8210-2374b71b4f0c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 36 rows starting from the beginning of the part | ||
2961 | 2024.05.01 05:14:52.633741 [ 3 ] {02c42e8f-032e-446d-b6a6-86c3a7af4a5b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2962 | 2024.05.01 05:14:52.634608 [ 3 ] {02c42e8f-032e-446d-b6a6-86c3a7af4a5b} <Trace> oximeter.measurements_histogramf64 (02762c72-3303-43a9-a3f1-2d89b26a797e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2963 | 2024.05.01 05:14:52.634677 [ 3 ] {02c42e8f-032e-446d-b6a6-86c3a7af4a5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. | ||
2964 | 2024.05.01 05:14:52.635860 [ 3 ] {02c42e8f-032e-446d-b6a6-86c3a7af4a5b} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
2965 | 2024.05.01 05:14:52.635878 [ 186 ] {14094fbf-77be-414d-8210-2374b71b4f0c::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 497 rows, containing 5 columns (5 merged, 0 gathered) in 0.004637377 sec., 107172.65385151995 rows/sec., 7.57 MiB/sec. | ||
2966 | 2024.05.01 05:14:52.636076 [ 186 ] {14094fbf-77be-414d-8210-2374b71b4f0c::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
2967 | 2024.05.01 05:14:52.636321 [ 3 ] {02c42e8f-032e-446d-b6a6-86c3a7af4a5b} <Trace> oximeter.measurements_histogramf64 (02762c72-3303-43a9-a3f1-2d89b26a797e): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2968 | 2024.05.01 05:14:52.636590 [ 3 ] {02c42e8f-032e-446d-b6a6-86c3a7af4a5b} <Debug> executeQuery: Read 22 rows, 30.40 KiB in 0.004331 sec., 5079.658277534057 rows/sec., 6.85 MiB/sec. | ||
2969 | 2024.05.01 05:14:52.636892 [ 186 ] {14094fbf-77be-414d-8210-2374b71b4f0c::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (14094fbf-77be-414d-8210-2374b71b4f0c): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2970 | 2024.05.01 05:14:52.636982 [ 186 ] {14094fbf-77be-414d-8210-2374b71b4f0c::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (14094fbf-77be-414d-8210-2374b71b4f0c) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
2971 | 2024.05.01 05:14:52.637090 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
2972 | 2024.05.01 05:14:52.638661 [ 3 ] {02c42e8f-032e-446d-b6a6-86c3a7af4a5b} <Debug> DynamicQueryHandler: Done processing query | ||
2973 | 2024.05.01 05:14:52.638695 [ 3 ] {02c42e8f-032e-446d-b6a6-86c3a7af4a5b} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
2974 | 2024.05.01 05:14:52.638716 [ 3 ] {} <Debug> HTTP-Session: 1f5a9a30-cd32-4db7-9326-d00ca27c70b4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2975 | 2024.05.01 05:14:56.474201 [ 115 ] {} <Debug> DNSResolver: Updating DNS cache | ||
2976 | 2024.05.01 05:14:56.474276 [ 115 ] {} <Debug> DNSResolver: Updated DNS cache | ||
2977 | 2024.05.01 05:14:57.620255 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 1054, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2978 | 2024.05.01 05:14:57.620376 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2979 | 2024.05.01 05:14:57.620404 [ 3 ] {} <Debug> HTTP-Session: baba9373-16c0-4b32-bbc8-99afa7b33857 Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 | ||
2980 | 2024.05.01 05:14:57.620432 [ 3 ] {} <Debug> HTTP-Session: baba9373-16c0-4b32-bbc8-99afa7b33857 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2981 | 2024.05.01 05:14:57.620451 [ 3 ] {} <Debug> HTTP-Session: baba9373-16c0-4b32-bbc8-99afa7b33857 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2982 | 2024.05.01 05:14:57.620505 [ 3 ] {} <Trace> HTTP-Session: baba9373-16c0-4b32-bbc8-99afa7b33857 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2983 | 2024.05.01 05:14:57.620704 [ 3 ] {0305043c-4409-4801-9a01-acac52babcd4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2984 | 2024.05.01 05:14:57.620778 [ 3 ] {0305043c-4409-4801-9a01-acac52babcd4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2985 | 2024.05.01 05:14:57.621009 [ 3 ] {0305043c-4409-4801-9a01-acac52babcd4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2986 | 2024.05.01 05:14:57.621452 [ 3 ] {0305043c-4409-4801-9a01-acac52babcd4} <Trace> oximeter.fields_i64 (18900a19-f0e8-46d7-bcdf-2fbf35506d05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2987 | 2024.05.01 05:14:57.621496 [ 3 ] {0305043c-4409-4801-9a01-acac52babcd4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. | ||
2988 | 2024.05.01 05:14:57.621864 [ 3 ] {0305043c-4409-4801-9a01-acac52babcd4} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
2989 | 2024.05.01 05:14:57.622204 [ 3 ] {0305043c-4409-4801-9a01-acac52babcd4} <Trace> oximeter.fields_i64 (18900a19-f0e8-46d7-bcdf-2fbf35506d05): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2990 | 2024.05.01 05:14:57.622371 [ 3 ] {0305043c-4409-4801-9a01-acac52babcd4} <Debug> executeQuery: Read 7 rows, 581.00 B in 0.001718 sec., 4074.5052386495927 rows/sec., 330.26 KiB/sec. | ||
2991 | 2024.05.01 05:14:57.622394 [ 136 ] {} <Debug> oximeter.fields_i64 (18900a19-f0e8-46d7-bcdf-2fbf35506d05) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
2992 | 2024.05.01 05:14:57.622536 [ 136 ] {} <Trace> oximeter.fields_i64 (18900a19-f0e8-46d7-bcdf-2fbf35506d05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2993 | 2024.05.01 05:14:57.622595 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. | ||
2994 | 2024.05.01 05:14:57.622646 [ 3 ] {0305043c-4409-4801-9a01-acac52babcd4} <Debug> DynamicQueryHandler: Done processing query | ||
2995 | 2024.05.01 05:14:57.622711 [ 3 ] {0305043c-4409-4801-9a01-acac52babcd4} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2996 | 2024.05.01 05:14:57.622754 [ 3 ] {} <Debug> HTTP-Session: baba9373-16c0-4b32-bbc8-99afa7b33857 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2997 | 2024.05.01 05:14:57.622867 [ 197 ] {18900a19-f0e8-46d7-bcdf-2fbf35506d05::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 | ||
2998 | 2024.05.01 05:14:57.622957 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 3302, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2999 | 2024.05.01 05:14:57.623064 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3000 | 2024.05.01 05:14:57.623121 [ 3 ] {} <Debug> HTTP-Session: f239bac1-2fbb-43c5-9388-3cc2c2a08cf8 Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 | ||
3001 | 2024.05.01 05:14:57.623170 [ 3 ] {} <Debug> HTTP-Session: f239bac1-2fbb-43c5-9388-3cc2c2a08cf8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3002 | 2024.05.01 05:14:57.623182 [ 197 ] {18900a19-f0e8-46d7-bcdf-2fbf35506d05::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3003 | 2024.05.01 05:14:57.623194 [ 3 ] {} <Debug> HTTP-Session: f239bac1-2fbb-43c5-9388-3cc2c2a08cf8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3004 | 2024.05.01 05:14:57.623248 [ 197 ] {18900a19-f0e8-46d7-bcdf-2fbf35506d05::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 29 rows starting from the beginning of the part | ||
3005 | 2024.05.01 05:14:57.623264 [ 3 ] {} <Trace> HTTP-Session: f239bac1-2fbb-43c5-9388-3cc2c2a08cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3006 | 2024.05.01 05:14:57.623555 [ 3 ] {176c98ab-2bcb-415f-a82d-e8b135f5a683} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3007 | 2024.05.01 05:14:57.623550 [ 197 ] {18900a19-f0e8-46d7-bcdf-2fbf35506d05::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 7 rows starting from the beginning of the part | ||
3008 | 2024.05.01 05:14:57.623662 [ 3 ] {176c98ab-2bcb-415f-a82d-e8b135f5a683} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3009 | 2024.05.01 05:14:57.623866 [ 197 ] {18900a19-f0e8-46d7-bcdf-2fbf35506d05::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 22 rows starting from the beginning of the part | ||
3010 | 2024.05.01 05:14:57.624190 [ 197 ] {18900a19-f0e8-46d7-bcdf-2fbf35506d05::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 7 rows starting from the beginning of the part | ||
3011 | 2024.05.01 05:14:57.624525 [ 197 ] {18900a19-f0e8-46d7-bcdf-2fbf35506d05::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 22 rows starting from the beginning of the part | ||
3012 | 2024.05.01 05:14:57.624788 [ 3 ] {176c98ab-2bcb-415f-a82d-e8b135f5a683} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3013 | 2024.05.01 05:14:57.624843 [ 197 ] {18900a19-f0e8-46d7-bcdf-2fbf35506d05::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 7 rows starting from the beginning of the part | ||
3014 | 2024.05.01 05:14:57.625785 [ 3 ] {176c98ab-2bcb-415f-a82d-e8b135f5a683} <Trace> oximeter.fields_string (02833c99-4351-41a4-861a-5dfe2852a250): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3015 | 2024.05.01 05:14:57.625853 [ 3 ] {176c98ab-2bcb-415f-a82d-e8b135f5a683} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. | ||
3016 | 2024.05.01 05:14:57.626638 [ 3 ] {176c98ab-2bcb-415f-a82d-e8b135f5a683} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
3017 | 2024.05.01 05:14:57.627380 [ 197 ] {18900a19-f0e8-46d7-bcdf-2fbf35506d05::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 94 rows, containing 4 columns (4 merged, 0 gathered) in 0.004648806 sec., 20220.245800749697 rows/sec., 1.60 MiB/sec. | ||
3018 | 2024.05.01 05:14:57.627502 [ 3 ] {176c98ab-2bcb-415f-a82d-e8b135f5a683} <Trace> oximeter.fields_string (02833c99-4351-41a4-861a-5dfe2852a250): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3019 | 2024.05.01 05:14:57.627561 [ 186 ] {18900a19-f0e8-46d7-bcdf-2fbf35506d05::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
3020 | 2024.05.01 05:14:57.627707 [ 136 ] {} <Debug> oximeter.fields_string (02833c99-4351-41a4-861a-5dfe2852a250) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
3021 | 2024.05.01 05:14:57.627767 [ 3 ] {176c98ab-2bcb-415f-a82d-e8b135f5a683} <Debug> executeQuery: Read 21 rows, 1.98 KiB in 0.004345 sec., 4833.141542002301 rows/sec., 454.91 KiB/sec. | ||
3022 | 2024.05.01 05:14:57.627796 [ 136 ] {} <Trace> oximeter.fields_string (02833c99-4351-41a4-861a-5dfe2852a250): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3023 | 2024.05.01 05:14:57.627919 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. | ||
3024 | 2024.05.01 05:14:57.628358 [ 3 ] {176c98ab-2bcb-415f-a82d-e8b135f5a683} <Debug> DynamicQueryHandler: Done processing query | ||
3025 | 2024.05.01 05:14:57.628376 [ 198 ] {02833c99-4351-41a4-861a-5dfe2852a250::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 | ||
3026 | 2024.05.01 05:14:57.628412 [ 3 ] {176c98ab-2bcb-415f-a82d-e8b135f5a683} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3027 | 2024.05.01 05:14:57.628457 [ 3 ] {} <Debug> HTTP-Session: f239bac1-2fbb-43c5-9388-3cc2c2a08cf8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3028 | 2024.05.01 05:14:57.628587 [ 198 ] {02833c99-4351-41a4-861a-5dfe2852a250::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3029 | 2024.05.01 05:14:57.628610 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 1237, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3030 | 2024.05.01 05:14:57.628642 [ 198 ] {02833c99-4351-41a4-861a-5dfe2852a250::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 134 rows starting from the beginning of the part | ||
3031 | 2024.05.01 05:14:57.628684 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3032 | 2024.05.01 05:14:57.628684 [ 186 ] {18900a19-f0e8-46d7-bcdf-2fbf35506d05::all_1_21_4} <Trace> oximeter.fields_i64 (18900a19-f0e8-46d7-bcdf-2fbf35506d05): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3033 | 2024.05.01 05:14:57.628715 [ 3 ] {} <Debug> HTTP-Session: 37adee08-6027-4d5b-9a09-01d03675aa45 Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 | ||
3034 | 2024.05.01 05:14:57.628826 [ 3 ] {} <Debug> HTTP-Session: 37adee08-6027-4d5b-9a09-01d03675aa45 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3035 | 2024.05.01 05:14:57.628940 [ 3 ] {} <Debug> HTTP-Session: 37adee08-6027-4d5b-9a09-01d03675aa45 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3036 | 2024.05.01 05:14:57.629038 [ 198 ] {02833c99-4351-41a4-861a-5dfe2852a250::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 23 rows starting from the beginning of the part | ||
3037 | 2024.05.01 05:14:57.629074 [ 186 ] {18900a19-f0e8-46d7-bcdf-2fbf35506d05::all_1_21_4} <Trace> oximeter.fields_i64 (18900a19-f0e8-46d7-bcdf-2fbf35506d05) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
3038 | 2024.05.01 05:14:57.629131 [ 3 ] {} <Trace> HTTP-Session: 37adee08-6027-4d5b-9a09-01d03675aa45 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3039 | 2024.05.01 05:14:57.629426 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
3040 | 2024.05.01 05:14:57.629544 [ 198 ] {02833c99-4351-41a4-861a-5dfe2852a250::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 76 rows starting from the beginning of the part | ||
3041 | 2024.05.01 05:14:57.629584 [ 3 ] {847cdf84-0b4d-4b12-8f08-54f487f127ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3042 | 2024.05.01 05:14:57.629682 [ 198 ] {02833c99-4351-41a4-861a-5dfe2852a250::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 21 rows starting from the beginning of the part | ||
3043 | 2024.05.01 05:14:57.629711 [ 3 ] {847cdf84-0b4d-4b12-8f08-54f487f127ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3044 | 2024.05.01 05:14:57.630050 [ 198 ] {02833c99-4351-41a4-861a-5dfe2852a250::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 102 rows starting from the beginning of the part | ||
3045 | 2024.05.01 05:14:57.630430 [ 198 ] {02833c99-4351-41a4-861a-5dfe2852a250::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 21 rows starting from the beginning of the part | ||
3046 | 2024.05.01 05:14:57.631016 [ 3 ] {847cdf84-0b4d-4b12-8f08-54f487f127ab} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3047 | 2024.05.01 05:14:57.631508 [ 3 ] {847cdf84-0b4d-4b12-8f08-54f487f127ab} <Trace> oximeter.fields_uuid (55f601b6-7d16-43f5-9abb-35fe5f2ebeb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3048 | 2024.05.01 05:14:57.631553 [ 3 ] {847cdf84-0b4d-4b12-8f08-54f487f127ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. | ||
3049 | 2024.05.01 05:14:57.632007 [ 3 ] {847cdf84-0b4d-4b12-8f08-54f487f127ab} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
3050 | 2024.05.01 05:14:57.632342 [ 198 ] {02833c99-4351-41a4-861a-5dfe2852a250::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 377 rows, containing 4 columns (4 merged, 0 gathered) in 0.004188288 sec., 90012.91219706 rows/sec., 7.74 MiB/sec. | ||
3051 | 2024.05.01 05:14:57.632480 [ 198 ] {02833c99-4351-41a4-861a-5dfe2852a250::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
3052 | 2024.05.01 05:14:57.632571 [ 3 ] {847cdf84-0b4d-4b12-8f08-54f487f127ab} <Trace> oximeter.fields_uuid (55f601b6-7d16-43f5-9abb-35fe5f2ebeb7): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3053 | 2024.05.01 05:14:57.632803 [ 136 ] {} <Debug> oximeter.fields_uuid (55f601b6-7d16-43f5-9abb-35fe5f2ebeb7) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
3054 | 2024.05.01 05:14:57.632906 [ 3 ] {847cdf84-0b4d-4b12-8f08-54f487f127ab} <Debug> executeQuery: Read 7 rows, 574.00 B in 0.003435 sec., 2037.8457059679765 rows/sec., 163.19 KiB/sec. | ||
3055 | 2024.05.01 05:14:57.632956 [ 136 ] {} <Trace> oximeter.fields_uuid (55f601b6-7d16-43f5-9abb-35fe5f2ebeb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3056 | 2024.05.01 05:14:57.633132 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. | ||
3057 | 2024.05.01 05:14:57.633447 [ 3 ] {847cdf84-0b4d-4b12-8f08-54f487f127ab} <Debug> DynamicQueryHandler: Done processing query | ||
3058 | 2024.05.01 05:14:57.633486 [ 198 ] {02833c99-4351-41a4-861a-5dfe2852a250::all_1_21_4} <Trace> oximeter.fields_string (02833c99-4351-41a4-861a-5dfe2852a250): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3059 | 2024.05.01 05:14:57.633535 [ 3 ] {847cdf84-0b4d-4b12-8f08-54f487f127ab} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3060 | 2024.05.01 05:14:57.633604 [ 3 ] {} <Debug> HTTP-Session: 37adee08-6027-4d5b-9a09-01d03675aa45 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3061 | 2024.05.01 05:14:57.633612 [ 197 ] {55f601b6-7d16-43f5-9abb-35fe5f2ebeb7::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 | ||
3062 | 2024.05.01 05:14:57.633736 [ 198 ] {02833c99-4351-41a4-861a-5dfe2852a250::all_1_21_4} <Trace> oximeter.fields_string (02833c99-4351-41a4-861a-5dfe2852a250) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
3063 | 2024.05.01 05:14:57.633825 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 7547, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3064 | 2024.05.01 05:14:57.633997 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
3065 | 2024.05.01 05:14:57.634004 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3066 | 2024.05.01 05:14:57.634094 [ 3 ] {} <Debug> HTTP-Session: 8df4bacf-57b8-4a27-ad37-f10321d21d60 Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 | ||
3067 | 2024.05.01 05:14:57.634110 [ 197 ] {55f601b6-7d16-43f5-9abb-35fe5f2ebeb7::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3068 | 2024.05.01 05:14:57.634127 [ 3 ] {} <Debug> HTTP-Session: 8df4bacf-57b8-4a27-ad37-f10321d21d60 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3069 | 2024.05.01 05:14:57.634164 [ 197 ] {55f601b6-7d16-43f5-9abb-35fe5f2ebeb7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 87 rows starting from the beginning of the part | ||
3070 | 2024.05.01 05:14:57.634167 [ 3 ] {} <Debug> HTTP-Session: 8df4bacf-57b8-4a27-ad37-f10321d21d60 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3071 | 2024.05.01 05:14:57.634267 [ 3 ] {} <Trace> HTTP-Session: 8df4bacf-57b8-4a27-ad37-f10321d21d60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3072 | 2024.05.01 05:14:57.634361 [ 197 ] {55f601b6-7d16-43f5-9abb-35fe5f2ebeb7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 11 rows starting from the beginning of the part | ||
3073 | 2024.05.01 05:14:57.634714 [ 197 ] {55f601b6-7d16-43f5-9abb-35fe5f2ebeb7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 36 rows starting from the beginning of the part | ||
3074 | 2024.05.01 05:14:57.634864 [ 3 ] {143c578f-a601-4b4b-beb8-6bc7bd0ed960} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3075 | 2024.05.01 05:14:57.634981 [ 197 ] {55f601b6-7d16-43f5-9abb-35fe5f2ebeb7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 7 rows starting from the beginning of the part | ||
3076 | 2024.05.01 05:14:57.635086 [ 3 ] {143c578f-a601-4b4b-beb8-6bc7bd0ed960} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
3077 | 2024.05.01 05:14:57.635281 [ 197 ] {55f601b6-7d16-43f5-9abb-35fe5f2ebeb7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 46 rows starting from the beginning of the part | ||
3078 | 2024.05.01 05:14:57.635621 [ 197 ] {55f601b6-7d16-43f5-9abb-35fe5f2ebeb7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 7 rows starting from the beginning of the part | ||
3079 | 2024.05.01 05:14:57.636411 [ 3 ] {143c578f-a601-4b4b-beb8-6bc7bd0ed960} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3080 | 2024.05.01 05:14:57.637531 [ 3 ] {143c578f-a601-4b4b-beb8-6bc7bd0ed960} <Trace> oximeter.measurements_histogramf64 (02762c72-3303-43a9-a3f1-2d89b26a797e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3081 | 2024.05.01 05:14:57.637592 [ 3 ] {143c578f-a601-4b4b-beb8-6bc7bd0ed960} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. | ||
3082 | 2024.05.01 05:14:57.638308 [ 197 ] {55f601b6-7d16-43f5-9abb-35fe5f2ebeb7::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 194 rows, containing 4 columns (4 merged, 0 gathered) in 0.004996764 sec., 38825.12762259735 rows/sec., 3.05 MiB/sec. | ||
3083 | 2024.05.01 05:14:57.638587 [ 192 ] {55f601b6-7d16-43f5-9abb-35fe5f2ebeb7::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
3084 | 2024.05.01 05:14:57.638614 [ 3 ] {143c578f-a601-4b4b-beb8-6bc7bd0ed960} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
3085 | 2024.05.01 05:14:57.639623 [ 192 ] {55f601b6-7d16-43f5-9abb-35fe5f2ebeb7::all_1_21_4} <Trace> oximeter.fields_uuid (55f601b6-7d16-43f5-9abb-35fe5f2ebeb7): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3086 | 2024.05.01 05:14:57.639711 [ 3 ] {143c578f-a601-4b4b-beb8-6bc7bd0ed960} <Trace> oximeter.measurements_histogramf64 (02762c72-3303-43a9-a3f1-2d89b26a797e): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3087 | 2024.05.01 05:14:57.639820 [ 192 ] {55f601b6-7d16-43f5-9abb-35fe5f2ebeb7::all_1_21_4} <Trace> oximeter.fields_uuid (55f601b6-7d16-43f5-9abb-35fe5f2ebeb7) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
3088 | 2024.05.01 05:14:57.640050 [ 121 ] {} <Debug> oximeter.measurements_histogramf64 (02762c72-3303-43a9-a3f1-2d89b26a797e) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
3089 | 2024.05.01 05:14:57.640101 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
3090 | 2024.05.01 05:14:57.640105 [ 3 ] {143c578f-a601-4b4b-beb8-6bc7bd0ed960} <Debug> executeQuery: Read 7 rows, 9.67 KiB in 0.005532 sec., 1265.3651482284888 rows/sec., 1.71 MiB/sec. | ||
3091 | 2024.05.01 05:14:57.640131 [ 121 ] {} <Trace> oximeter.measurements_histogramf64 (02762c72-3303-43a9-a3f1-2d89b26a797e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3092 | 2024.05.01 05:14:57.640205 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. | ||
3093 | 2024.05.01 05:14:57.640419 [ 198 ] {02762c72-3303-43a9-a3f1-2d89b26a797e::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 | ||
3094 | 2024.05.01 05:14:57.640465 [ 3 ] {143c578f-a601-4b4b-beb8-6bc7bd0ed960} <Debug> DynamicQueryHandler: Done processing query | ||
3095 | 2024.05.01 05:14:57.640500 [ 3 ] {143c578f-a601-4b4b-beb8-6bc7bd0ed960} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
3096 | 2024.05.01 05:14:57.640526 [ 3 ] {} <Debug> HTTP-Session: 8df4bacf-57b8-4a27-ad37-f10321d21d60 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3097 | 2024.05.01 05:14:57.640610 [ 198 ] {02762c72-3303-43a9-a3f1-2d89b26a797e::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3098 | 2024.05.01 05:14:57.640648 [ 198 ] {02762c72-3303-43a9-a3f1-2d89b26a797e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 274 rows starting from the beginning of the part | ||
3099 | 2024.05.01 05:14:57.640770 [ 198 ] {02762c72-3303-43a9-a3f1-2d89b26a797e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 7 rows starting from the beginning of the part | ||
3100 | 2024.05.01 05:14:57.641018 [ 198 ] {02762c72-3303-43a9-a3f1-2d89b26a797e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 22 rows starting from the beginning of the part | ||
3101 | 2024.05.01 05:14:57.641187 [ 198 ] {02762c72-3303-43a9-a3f1-2d89b26a797e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 7 rows starting from the beginning of the part | ||
3102 | 2024.05.01 05:14:57.641320 [ 198 ] {02762c72-3303-43a9-a3f1-2d89b26a797e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 22 rows starting from the beginning of the part | ||
3103 | 2024.05.01 05:14:57.641482 [ 198 ] {02762c72-3303-43a9-a3f1-2d89b26a797e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 7 rows starting from the beginning of the part | ||
3104 | 2024.05.01 05:14:57.643931 [ 197 ] {02762c72-3303-43a9-a3f1-2d89b26a797e::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 339 rows, containing 6 columns (6 merged, 0 gathered) in 0.003590386 sec., 94418.81736392688 rows/sec., 127.41 MiB/sec. | ||
3105 | 2024.05.01 05:14:57.644224 [ 198 ] {02762c72-3303-43a9-a3f1-2d89b26a797e::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
3106 | 2024.05.01 05:14:57.644601 [ 198 ] {02762c72-3303-43a9-a3f1-2d89b26a797e::all_1_21_4} <Trace> oximeter.measurements_histogramf64 (02762c72-3303-43a9-a3f1-2d89b26a797e): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3107 | 2024.05.01 05:14:57.644672 [ 198 ] {02762c72-3303-43a9-a3f1-2d89b26a797e::all_1_21_4} <Trace> oximeter.measurements_histogramf64 (02762c72-3303-43a9-a3f1-2d89b26a797e) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
3108 | 2024.05.01 05:14:57.644745 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.36 MiB. |