1 | [ May 14 04:13:09 Enabled. ] | ||
2 | [ May 14 04:13:09 Rereading configuration. ] | ||
3 | [ May 14 04:13:10 Rereading configuration. ] | ||
4 | [ May 14 04:13:12 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 14 04:13:12 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.14 04:13:13.810629 [ 1 ] {} <Information> Application: Will watch for the process with pid 23493 | ||
33 | 2024.05.14 04:13:13.811141 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
34 | 2024.05.14 04:13:14.130983 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 23493 | ||
35 | 2024.05.14 04:13:14.131783 [ 1 ] {} <Information> Application: starting up | ||
36 | 2024.05.14 04:13:14.132594 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
37 | 2024.05.14 04:13:14.260292 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
38 | 2024.05.14 04:13:14.298825 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
39 | 2024.05.14 04:13:14.298889 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
40 | 2024.05.14 04:13:14.298915 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
41 | 2024.05.14 04:13:14.298995 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
42 | 2024.05.14 04:13:14.299315 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
43 | 2024.05.14 04:13:14.301047 [ 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.14 04:13:14.301692 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performing update on configuration | ||
48 | 2024.05.14 04:13:14.302892 [ 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.14 04:13:14.302932 [ 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.14 04:13:14.302950 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
51 | 2024.05.14 04:13:14.303215 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
52 | 2024.05.14 04:13:14.304361 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
53 | 2024.05.14 04:13:14.310897 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
54 | 2024.05.14 04:13:14.311733 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
55 | 2024.05.14 04:13:14.313499 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
56 | 2024.05.14 04:13:14.313585 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performed update on configuration | ||
57 | 2024.05.14 04:13:14.315727 [ 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.14 04:13:14.316144 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performing update on configuration | ||
62 | 2024.05.14 04:13:14.322436 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performed update on configuration | ||
63 | 2024.05.14 04:13:14.323302 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: config.xml | ||
64 | 2024.05.14 04:13:14.325273 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
65 | 2024.05.14 04:13:14.325704 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
66 | 2024.05.14 04:13:14.326134 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
67 | 2024.05.14 04:13:14.326579 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
68 | 2024.05.14 04:13:14.328273 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
69 | 2024.05.14 04:13:14.328303 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
70 | 2024.05.14 04:13:14.328399 [ 163 ] {} <Debug> DNSResolver: Updating DNS cache | ||
71 | 2024.05.14 04:13:14.328595 [ 163 ] {} <Debug> DNSResolver: Updated DNS cache | ||
72 | 2024.05.14 04:13:14.339045 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
73 | 2024.05.14 04:13:14.339085 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000190703 sec | ||
74 | 2024.05.14 04:13:14.339141 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
75 | 2024.05.14 04:13:14.339160 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
76 | 2024.05.14 04:13:14.340808 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
77 | 2024.05.14 04:13:14.342309 [ 1 ] {} <Debug> SystemLog: Not creating system.query_log since corresponding section 'query_log' is missing from config | ||
78 | 2024.05.14 04:13:14.342346 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
79 | 2024.05.14 04:13:14.342394 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
80 | 2024.05.14 04:13:14.342417 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
81 | 2024.05.14 04:13:14.342433 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
82 | 2024.05.14 04:13:14.342479 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
83 | 2024.05.14 04:13:14.342498 [ 1 ] {} <Debug> SystemLog: Not creating system.metric_log since corresponding section 'metric_log' is missing from config | ||
84 | 2024.05.14 04:13:14.342520 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
85 | 2024.05.14 04:13:14.342572 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
86 | 2024.05.14 04:13:14.342593 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_metric_log since corresponding section 'asynchronous_metric_log' is missing from config | ||
87 | 2024.05.14 04:13:14.342615 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
88 | 2024.05.14 04:13:14.342638 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
89 | 2024.05.14 04:13:14.342688 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
90 | 2024.05.14 04:13:14.342712 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
91 | 2024.05.14 04:13:14.342743 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
92 | 2024.05.14 04:13:14.342788 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
93 | 2024.05.14 04:13:14.342814 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
94 | 2024.05.14 04:13:14.395878 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
95 | 2024.05.14 04:13:14.397428 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
96 | 2024.05.14 04:13:14.397464 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 6.4882e-05 sec | ||
97 | 2024.05.14 04:13:14.397481 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
98 | 2024.05.14 04:13:14.397500 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
99 | 2024.05.14 04:13:14.397532 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
100 | 2024.05.14 04:13:14.397750 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
101 | 2024.05.14 04:13:14.397802 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
102 | 2024.05.14 04:13:14.397821 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
103 | 2024.05.14 04:13:14.397841 [ 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.14 04:13:14.397856 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
105 | 2024.05.14 04:13:14.457484 [ 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.14 04:13:14.710423 [ 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.14 04:13:14.710478 [ 1 ] {} <Trace> MySQLHandlerFactory: Generating new RSA key pair. | ||
108 | 2024.05.14 04:13:14.870123 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
109 | 2024.05.14 04:13:14.870348 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 9.87 MiB, peak 16.07 MiB, free memory in arenas 0.00 B, will set to 157.07 MiB (RSS), difference: 147.20 MiB | ||
110 | 2024.05.14 04:13:14.871250 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.33e-05 sec. | ||
111 | 2024.05.14 04:13:14.871611 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
112 | 2024.05.14 04:13:14.871696 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
113 | 2024.05.14 04:13:14.871750 [ 1 ] {} <Information> Application: Listening for MySQL compatibility protocol: [fd00:1122:3344:101::e]:9004 | ||
114 | 2024.05.14 04:13:14.871774 [ 1 ] {} <Information> Application: Ready for connections. | ||
115 | 2024.05.14 04:13:14.872854 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57487, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
116 | 2024.05.14 04:13:14.873094 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
117 | 2024.05.14 04:13:14.873141 [ 3 ] {} <Debug> HTTP-Session: 194ebef9-f920-40cf-b0f4-d8bca6eb152c Authenticating user 'default' from [fd00:1122:3344:101::d]:57487 | ||
118 | 2024.05.14 04:13:14.873179 [ 3 ] {} <Debug> HTTP-Session: 194ebef9-f920-40cf-b0f4-d8bca6eb152c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
119 | 2024.05.14 04:13:14.873203 [ 3 ] {} <Debug> HTTP-Session: 194ebef9-f920-40cf-b0f4-d8bca6eb152c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
120 | 2024.05.14 04:13:14.873311 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
121 | 2024.05.14 04:13:14.873354 [ 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.14 04:13:14.873384 [ 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.14 04:13:14.873464 [ 3 ] {} <Trace> HTTP-Session: 194ebef9-f920-40cf-b0f4-d8bca6eb152c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
124 | 2024.05.14 04:13:14.874869 [ 3 ] {63f90f78-452a-43b8-b97d-dfcb9cdea2d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57487) SELECT MAX(value) FROM oximeter.version; (stage: Complete) | ||
125 | 2024.05.14 04:13:14.919174 [ 3 ] {63f90f78-452a-43b8-b97d-dfcb9cdea2d7} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:57487) (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 @ 0x0000000000114257 in /system/lib/amd64/libc.so.1 | ||
149 | |||
150 | 2024.05.14 04:13:14.919978 [ 3 ] {63f90f78-452a-43b8-b97d-dfcb9cdea2d7} <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 @ 0x0000000000114257 in /system/lib/amd64/libc.so.1 | ||
174 | (version 23.8.7.1) | ||
175 | 2024.05.14 04:13:14.921462 [ 3 ] {} <Debug> HTTP-Session: 194ebef9-f920-40cf-b0f4-d8bca6eb152c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
176 | 2024.05.14 04:13:14.922516 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57487, User-Agent: (none), Length: 33, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
177 | 2024.05.14 04:13:14.922589 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
178 | 2024.05.14 04:13:14.922617 [ 3 ] {} <Debug> HTTP-Session: bf2f32b7-0258-42c9-a816-960fdf8b3f52 Authenticating user 'default' from [fd00:1122:3344:101::d]:57487 | ||
179 | 2024.05.14 04:13:14.922643 [ 3 ] {} <Debug> HTTP-Session: bf2f32b7-0258-42c9-a816-960fdf8b3f52 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
180 | 2024.05.14 04:13:14.922657 [ 3 ] {} <Debug> HTTP-Session: bf2f32b7-0258-42c9-a816-960fdf8b3f52 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
181 | 2024.05.14 04:13:14.922703 [ 3 ] {} <Trace> HTTP-Session: bf2f32b7-0258-42c9-a816-960fdf8b3f52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
182 | 2024.05.14 04:13:14.923903 [ 3 ] {3852a2fc-1494-47e9-8dbd-c54eff6e6db0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57487) SHOW CLUSTERS FORMAT JSONEachRow; (stage: Complete) | ||
183 | 2024.05.14 04:13:14.924026 [ 3 ] {3852a2fc-1494-47e9-8dbd-c54eff6e6db0} <Debug> executeQuery: (internal) SELECT DISTINCT cluster FROM system.clusters ORDER BY cluster (stage: Complete) | ||
184 | 2024.05.14 04:13:14.926201 [ 3 ] {3852a2fc-1494-47e9-8dbd-c54eff6e6db0} <Trace> ContextAccess (default): Access granted: SELECT(cluster) ON system.clusters | ||
185 | 2024.05.14 04:13:14.929158 [ 3 ] {3852a2fc-1494-47e9-8dbd-c54eff6e6db0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
186 | 2024.05.14 04:13:14.935220 [ 3 ] {3852a2fc-1494-47e9-8dbd-c54eff6e6db0} <Debug> DynamicQueryHandler: Done processing query | ||
187 | 2024.05.14 04:13:14.935256 [ 3 ] {3852a2fc-1494-47e9-8dbd-c54eff6e6db0} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
188 | 2024.05.14 04:13:14.935281 [ 3 ] {} <Debug> HTTP-Session: bf2f32b7-0258-42c9-a816-960fdf8b3f52 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
189 | 2024.05.14 04:13:14.941305 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57487, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
190 | 2024.05.14 04:13:14.941368 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
191 | 2024.05.14 04:13:14.941393 [ 3 ] {} <Debug> HTTP-Session: 5bf4ce63-98f7-435c-8df2-cf70210bdb9e Authenticating user 'default' from [fd00:1122:3344:101::d]:57487 | ||
192 | 2024.05.14 04:13:14.941411 [ 3 ] {} <Debug> HTTP-Session: 5bf4ce63-98f7-435c-8df2-cf70210bdb9e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
193 | 2024.05.14 04:13:14.941427 [ 3 ] {} <Debug> HTTP-Session: 5bf4ce63-98f7-435c-8df2-cf70210bdb9e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
194 | 2024.05.14 04:13:14.941464 [ 3 ] {} <Trace> HTTP-Session: 5bf4ce63-98f7-435c-8df2-cf70210bdb9e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
195 | 2024.05.14 04:13:14.941583 [ 3 ] {32222e0d-082a-46c4-96a1-7d980c9ed47f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57487) SELECT MAX(value) FROM oximeter.version; (stage: Complete) | ||
196 | 2024.05.14 04:13:14.941838 [ 3 ] {32222e0d-082a-46c4-96a1-7d980c9ed47f} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:57487) (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 @ 0x0000000000114257 in /system/lib/amd64/libc.so.1 | ||
220 | |||
221 | 2024.05.14 04:13:14.941957 [ 3 ] {32222e0d-082a-46c4-96a1-7d980c9ed47f} <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 @ 0x0000000000114257 in /system/lib/amd64/libc.so.1 | ||
245 | (version 23.8.7.1) | ||
246 | 2024.05.14 04:13:14.942103 [ 3 ] {} <Debug> HTTP-Session: 5bf4ce63-98f7-435c-8df2-cf70210bdb9e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
247 | 2024.05.14 04:13:14.942333 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57487, User-Agent: (none), Length: 32, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
248 | 2024.05.14 04:13:14.942386 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
249 | 2024.05.14 04:13:14.942405 [ 3 ] {} <Debug> HTTP-Session: 1269e4b6-b0bb-443b-99fe-5220cf61ab87 Authenticating user 'default' from [fd00:1122:3344:101::d]:57487 | ||
250 | 2024.05.14 04:13:14.942426 [ 3 ] {} <Debug> HTTP-Session: 1269e4b6-b0bb-443b-99fe-5220cf61ab87 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
251 | 2024.05.14 04:13:14.942443 [ 3 ] {} <Debug> HTTP-Session: 1269e4b6-b0bb-443b-99fe-5220cf61ab87 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
252 | 2024.05.14 04:13:14.942471 [ 3 ] {} <Trace> HTTP-Session: 1269e4b6-b0bb-443b-99fe-5220cf61ab87 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
253 | 2024.05.14 04:13:14.942640 [ 3 ] {eeeda630-7cc0-4fc0-8e1c-c22c71f4e580} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57487) DROP DATABASE IF EXISTS oximeter (stage: Complete) | ||
254 | 2024.05.14 04:13:14.942802 [ 3 ] {eeeda630-7cc0-4fc0-8e1c-c22c71f4e580} <Debug> DynamicQueryHandler: Done processing query | ||
255 | 2024.05.14 04:13:14.942826 [ 3 ] {} <Debug> HTTP-Session: 1269e4b6-b0bb-443b-99fe-5220cf61ab87 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
256 | 2024.05.14 04:13:14.942948 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57487, User-Agent: (none), Length: 38, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
257 | 2024.05.14 04:13:14.942999 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
258 | 2024.05.14 04:13:14.943023 [ 3 ] {} <Debug> HTTP-Session: fa5e1bc7-44e2-410f-b718-0b2c09c92a7e Authenticating user 'default' from [fd00:1122:3344:101::d]:57487 | ||
259 | 2024.05.14 04:13:14.943039 [ 3 ] {} <Debug> HTTP-Session: fa5e1bc7-44e2-410f-b718-0b2c09c92a7e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
260 | 2024.05.14 04:13:14.943057 [ 3 ] {} <Debug> HTTP-Session: fa5e1bc7-44e2-410f-b718-0b2c09c92a7e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
261 | 2024.05.14 04:13:14.943088 [ 3 ] {} <Trace> HTTP-Session: fa5e1bc7-44e2-410f-b718-0b2c09c92a7e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
262 | 2024.05.14 04:13:14.943176 [ 3 ] {40168906-0f85-42b4-9a89-2858e066c4d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57487) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
263 | 2024.05.14 04:13:14.943235 [ 3 ] {40168906-0f85-42b4-9a89-2858e066c4d2} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
264 | 2024.05.14 04:13:14.944391 [ 3 ] {40168906-0f85-42b4-9a89-2858e066c4d2} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
265 | 2024.05.14 04:13:14.944423 [ 3 ] {40168906-0f85-42b4-9a89-2858e066c4d2} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.5192e-05 sec | ||
266 | 2024.05.14 04:13:14.944437 [ 3 ] {40168906-0f85-42b4-9a89-2858e066c4d2} <Trace> ReferentialDeps: No tables | ||
267 | 2024.05.14 04:13:14.944455 [ 3 ] {40168906-0f85-42b4-9a89-2858e066c4d2} <Trace> LoadingDeps: No tables | ||
268 | 2024.05.14 04:13:14.944478 [ 3 ] {40168906-0f85-42b4-9a89-2858e066c4d2} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
269 | 2024.05.14 04:13:14.944599 [ 3 ] {40168906-0f85-42b4-9a89-2858e066c4d2} <Debug> DynamicQueryHandler: Done processing query | ||
270 | 2024.05.14 04:13:14.944622 [ 3 ] {} <Debug> HTTP-Session: fa5e1bc7-44e2-410f-b718-0b2c09c92a7e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
271 | 2024.05.14 04:13:14.944740 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57487, User-Agent: (none), Length: 223, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
272 | 2024.05.14 04:13:14.944792 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
273 | 2024.05.14 04:13:14.944810 [ 3 ] {} <Debug> HTTP-Session: 51989d16-d0c7-4147-b4f2-e062f80206af Authenticating user 'default' from [fd00:1122:3344:101::d]:57487 | ||
274 | 2024.05.14 04:13:14.944832 [ 3 ] {} <Debug> HTTP-Session: 51989d16-d0c7-4147-b4f2-e062f80206af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
275 | 2024.05.14 04:13:14.944851 [ 3 ] {} <Debug> HTTP-Session: 51989d16-d0c7-4147-b4f2-e062f80206af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
276 | 2024.05.14 04:13:14.944879 [ 3 ] {} <Trace> HTTP-Session: 51989d16-d0c7-4147-b4f2-e062f80206af Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
277 | 2024.05.14 04:13:14.945029 [ 3 ] {fa19763f-8320-45de-a821-e6a03b61a44f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57487) /* 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.14 04:13:14.945082 [ 3 ] {fa19763f-8320-45de-a821-e6a03b61a44f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
280 | 2024.05.14 04:13:14.949750 [ 3 ] {fa19763f-8320-45de-a821-e6a03b61a44f} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
281 | 2024.05.14 04:13:14.950743 [ 3 ] {fa19763f-8320-45de-a821-e6a03b61a44f} <Debug> oximeter.version (e88cbde5-f8be-4940-8dff-8e5d05748b78): Loading data parts | ||
282 | 2024.05.14 04:13:14.951124 [ 3 ] {fa19763f-8320-45de-a821-e6a03b61a44f} <Debug> oximeter.version (e88cbde5-f8be-4940-8dff-8e5d05748b78): There are no data parts | ||
283 | 2024.05.14 04:13:14.953678 [ 3 ] {fa19763f-8320-45de-a821-e6a03b61a44f} <Debug> DynamicQueryHandler: Done processing query | ||
284 | 2024.05.14 04:13:14.953705 [ 3 ] {} <Debug> HTTP-Session: 51989d16-d0c7-4147-b4f2-e062f80206af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
285 | 2024.05.14 04:13:14.953868 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57487, User-Agent: (none), Length: 818, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
286 | 2024.05.14 04:13:14.953927 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
287 | 2024.05.14 04:13:14.953956 [ 3 ] {} <Debug> HTTP-Session: ee535c6c-2d11-4b76-a453-3b3e489dd3d4 Authenticating user 'default' from [fd00:1122:3344:101::d]:57487 | ||
288 | 2024.05.14 04:13:14.953975 [ 3 ] {} <Debug> HTTP-Session: ee535c6c-2d11-4b76-a453-3b3e489dd3d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
289 | 2024.05.14 04:13:14.953995 [ 3 ] {} <Debug> HTTP-Session: ee535c6c-2d11-4b76-a453-3b3e489dd3d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
290 | 2024.05.14 04:13:14.954033 [ 3 ] {} <Trace> HTTP-Session: ee535c6c-2d11-4b76-a453-3b3e489dd3d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
291 | 2024.05.14 04:13:14.954228 [ 3 ] {b7b0ba31-d2b9-45f8-8e3e-5abb2cbf7e33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57487) /* 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.14 04:13:14.954290 [ 3 ] {b7b0ba31-d2b9-45f8-8e3e-5abb2cbf7e33} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
303 | 2024.05.14 04:13:14.961200 [ 3 ] {b7b0ba31-d2b9-45f8-8e3e-5abb2cbf7e33} <Debug> oximeter.measurements_bool (e5acf7df-a85b-49a5-a2d1-c512f604ab5a): Loading data parts | ||
304 | 2024.05.14 04:13:14.961384 [ 3 ] {b7b0ba31-d2b9-45f8-8e3e-5abb2cbf7e33} <Debug> oximeter.measurements_bool (e5acf7df-a85b-49a5-a2d1-c512f604ab5a): There are no data parts | ||
305 | 2024.05.14 04:13:14.962562 [ 3 ] {b7b0ba31-d2b9-45f8-8e3e-5abb2cbf7e33} <Debug> DynamicQueryHandler: Done processing query | ||
306 | 2024.05.14 04:13:14.962589 [ 3 ] {} <Debug> HTTP-Session: ee535c6c-2d11-4b76-a453-3b3e489dd3d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
307 | 2024.05.14 04:13:14.962742 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57487, User-Agent: (none), Length: 292, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
308 | 2024.05.14 04:13:14.962811 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
309 | 2024.05.14 04:13:14.962842 [ 3 ] {} <Debug> HTTP-Session: c0d20e67-4350-4644-a5f0-779491a9ce71 Authenticating user 'default' from [fd00:1122:3344:101::d]:57487 | ||
310 | 2024.05.14 04:13:14.962863 [ 3 ] {} <Debug> HTTP-Session: c0d20e67-4350-4644-a5f0-779491a9ce71 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
311 | 2024.05.14 04:13:14.962888 [ 3 ] {} <Debug> HTTP-Session: c0d20e67-4350-4644-a5f0-779491a9ce71 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
312 | 2024.05.14 04:13:14.962927 [ 3 ] {} <Trace> HTTP-Session: c0d20e67-4350-4644-a5f0-779491a9ce71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
313 | 2024.05.14 04:13:14.963163 [ 3 ] {1159f335-dbe1-4593-b0d5-ed91802b6fb4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57487) 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.14 04:13:14.963223 [ 3 ] {1159f335-dbe1-4593-b0d5-ed91802b6fb4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
315 | 2024.05.14 04:13:14.964762 [ 3 ] {1159f335-dbe1-4593-b0d5-ed91802b6fb4} <Debug> oximeter.measurements_i8 (edc14334-b116-4163-a69f-1dd9f8b6d547): Loading data parts | ||
316 | 2024.05.14 04:13:14.964922 [ 3 ] {1159f335-dbe1-4593-b0d5-ed91802b6fb4} <Debug> oximeter.measurements_i8 (edc14334-b116-4163-a69f-1dd9f8b6d547): There are no data parts | ||
317 | 2024.05.14 04:13:14.966541 [ 3 ] {1159f335-dbe1-4593-b0d5-ed91802b6fb4} <Debug> DynamicQueryHandler: Done processing query | ||
318 | 2024.05.14 04:13:14.966576 [ 3 ] {} <Debug> HTTP-Session: c0d20e67-4350-4644-a5f0-779491a9ce71 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
319 | 2024.05.14 04:13:14.966693 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57487, User-Agent: (none), Length: 293, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
320 | 2024.05.14 04:13:14.966750 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
321 | 2024.05.14 04:13:14.966776 [ 3 ] {} <Debug> HTTP-Session: 1549e1ed-104e-4198-8049-b72948c23a47 Authenticating user 'default' from [fd00:1122:3344:101::d]:57487 | ||
322 | 2024.05.14 04:13:14.966792 [ 3 ] {} <Debug> HTTP-Session: 1549e1ed-104e-4198-8049-b72948c23a47 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
323 | 2024.05.14 04:13:14.966811 [ 3 ] {} <Debug> HTTP-Session: 1549e1ed-104e-4198-8049-b72948c23a47 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
324 | 2024.05.14 04:13:14.966848 [ 3 ] {} <Trace> HTTP-Session: 1549e1ed-104e-4198-8049-b72948c23a47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
325 | 2024.05.14 04:13:14.967016 [ 3 ] {ea339aae-d0d0-4e14-a7f6-aee7f9cdfff7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57487) 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.14 04:13:14.967071 [ 3 ] {ea339aae-d0d0-4e14-a7f6-aee7f9cdfff7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
327 | 2024.05.14 04:13:14.968615 [ 3 ] {ea339aae-d0d0-4e14-a7f6-aee7f9cdfff7} <Debug> oximeter.measurements_u8 (7088a3bc-4409-4fe9-bd7f-2593cba3bc32): Loading data parts | ||
328 | 2024.05.14 04:13:14.968787 [ 3 ] {ea339aae-d0d0-4e14-a7f6-aee7f9cdfff7} <Debug> oximeter.measurements_u8 (7088a3bc-4409-4fe9-bd7f-2593cba3bc32): There are no data parts | ||
329 | 2024.05.14 04:13:14.969942 [ 3 ] {ea339aae-d0d0-4e14-a7f6-aee7f9cdfff7} <Debug> DynamicQueryHandler: Done processing query | ||
330 | 2024.05.14 04:13:14.969968 [ 3 ] {} <Debug> HTTP-Session: 1549e1ed-104e-4198-8049-b72948c23a47 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
331 | 2024.05.14 04:13:14.970099 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57487, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
332 | 2024.05.14 04:13:14.970155 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
333 | 2024.05.14 04:13:14.970179 [ 3 ] {} <Debug> HTTP-Session: 22d73bb5-2f01-4c00-8472-2935e6f07631 Authenticating user 'default' from [fd00:1122:3344:101::d]:57487 | ||
334 | 2024.05.14 04:13:14.970196 [ 3 ] {} <Debug> HTTP-Session: 22d73bb5-2f01-4c00-8472-2935e6f07631 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
335 | 2024.05.14 04:13:14.970214 [ 3 ] {} <Debug> HTTP-Session: 22d73bb5-2f01-4c00-8472-2935e6f07631 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
336 | 2024.05.14 04:13:14.970248 [ 3 ] {} <Trace> HTTP-Session: 22d73bb5-2f01-4c00-8472-2935e6f07631 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
337 | 2024.05.14 04:13:14.970427 [ 3 ] {43cca11f-f7f8-41e4-b80a-dc68ccf02881} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57487) 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.14 04:13:14.970485 [ 3 ] {43cca11f-f7f8-41e4-b80a-dc68ccf02881} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
339 | 2024.05.14 04:13:14.972037 [ 3 ] {43cca11f-f7f8-41e4-b80a-dc68ccf02881} <Debug> oximeter.measurements_i16 (2da15b32-ee72-4945-b141-d57b3e79e7bb): Loading data parts | ||
340 | 2024.05.14 04:13:14.972196 [ 3 ] {43cca11f-f7f8-41e4-b80a-dc68ccf02881} <Debug> oximeter.measurements_i16 (2da15b32-ee72-4945-b141-d57b3e79e7bb): There are no data parts | ||
341 | 2024.05.14 04:13:14.973319 [ 3 ] {43cca11f-f7f8-41e4-b80a-dc68ccf02881} <Debug> DynamicQueryHandler: Done processing query | ||
342 | 2024.05.14 04:13:14.973357 [ 3 ] {} <Debug> HTTP-Session: 22d73bb5-2f01-4c00-8472-2935e6f07631 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
343 | 2024.05.14 04:13:14.973479 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57487, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
344 | 2024.05.14 04:13:14.973537 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
345 | 2024.05.14 04:13:14.973563 [ 3 ] {} <Debug> HTTP-Session: 9769e413-a926-4633-b618-26ea20f654c8 Authenticating user 'default' from [fd00:1122:3344:101::d]:57487 | ||
346 | 2024.05.14 04:13:14.973580 [ 3 ] {} <Debug> HTTP-Session: 9769e413-a926-4633-b618-26ea20f654c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
347 | 2024.05.14 04:13:14.973601 [ 3 ] {} <Debug> HTTP-Session: 9769e413-a926-4633-b618-26ea20f654c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
348 | 2024.05.14 04:13:14.973637 [ 3 ] {} <Trace> HTTP-Session: 9769e413-a926-4633-b618-26ea20f654c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
349 | 2024.05.14 04:13:14.973825 [ 3 ] {b3c55fef-d12d-4b5c-8c8a-db3e1445d778} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57487) 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.14 04:13:14.973903 [ 3 ] {b3c55fef-d12d-4b5c-8c8a-db3e1445d778} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
351 | 2024.05.14 04:13:14.975763 [ 3 ] {b3c55fef-d12d-4b5c-8c8a-db3e1445d778} <Debug> oximeter.measurements_u16 (725367bb-57fc-420e-8af9-ca68950f3ef2): Loading data parts | ||
352 | 2024.05.14 04:13:14.975981 [ 3 ] {b3c55fef-d12d-4b5c-8c8a-db3e1445d778} <Debug> oximeter.measurements_u16 (725367bb-57fc-420e-8af9-ca68950f3ef2): There are no data parts | ||
353 | 2024.05.14 04:13:14.977468 [ 3 ] {b3c55fef-d12d-4b5c-8c8a-db3e1445d778} <Debug> DynamicQueryHandler: Done processing query | ||
354 | 2024.05.14 04:13:14.977509 [ 3 ] {} <Debug> HTTP-Session: 9769e413-a926-4633-b618-26ea20f654c8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
355 | 2024.05.14 04:13:14.977645 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57487, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
356 | 2024.05.14 04:13:14.977714 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
357 | 2024.05.14 04:13:14.977746 [ 3 ] {} <Debug> HTTP-Session: e6a1d5a9-6fb5-48c2-8016-ce9a424fb1c4 Authenticating user 'default' from [fd00:1122:3344:101::d]:57487 | ||
358 | 2024.05.14 04:13:14.977778 [ 3 ] {} <Debug> HTTP-Session: e6a1d5a9-6fb5-48c2-8016-ce9a424fb1c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
359 | 2024.05.14 04:13:14.977798 [ 3 ] {} <Debug> HTTP-Session: e6a1d5a9-6fb5-48c2-8016-ce9a424fb1c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
360 | 2024.05.14 04:13:14.977845 [ 3 ] {} <Trace> HTTP-Session: e6a1d5a9-6fb5-48c2-8016-ce9a424fb1c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
361 | 2024.05.14 04:13:14.978078 [ 3 ] {b02f112d-e01a-4ec5-828d-716c8bb0086d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57487) 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.14 04:13:14.978142 [ 3 ] {b02f112d-e01a-4ec5-828d-716c8bb0086d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
363 | 2024.05.14 04:13:14.980334 [ 3 ] {b02f112d-e01a-4ec5-828d-716c8bb0086d} <Debug> oximeter.measurements_i32 (7fc304bb-4e0b-4cd8-96d1-220e0b8abd9a): Loading data parts | ||
364 | 2024.05.14 04:13:14.980524 [ 3 ] {b02f112d-e01a-4ec5-828d-716c8bb0086d} <Debug> oximeter.measurements_i32 (7fc304bb-4e0b-4cd8-96d1-220e0b8abd9a): There are no data parts | ||
365 | 2024.05.14 04:13:14.981761 [ 3 ] {b02f112d-e01a-4ec5-828d-716c8bb0086d} <Debug> DynamicQueryHandler: Done processing query | ||
366 | 2024.05.14 04:13:14.981802 [ 3 ] {} <Debug> HTTP-Session: e6a1d5a9-6fb5-48c2-8016-ce9a424fb1c4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
367 | 2024.05.14 04:13:14.981937 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57487, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
368 | 2024.05.14 04:13:14.981994 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
369 | 2024.05.14 04:13:14.982022 [ 3 ] {} <Debug> HTTP-Session: 5596bd24-2d93-4701-83c4-4de418ad9539 Authenticating user 'default' from [fd00:1122:3344:101::d]:57487 | ||
370 | 2024.05.14 04:13:14.982038 [ 3 ] {} <Debug> HTTP-Session: 5596bd24-2d93-4701-83c4-4de418ad9539 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
371 | 2024.05.14 04:13:14.982059 [ 3 ] {} <Debug> HTTP-Session: 5596bd24-2d93-4701-83c4-4de418ad9539 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
372 | 2024.05.14 04:13:14.982097 [ 3 ] {} <Trace> HTTP-Session: 5596bd24-2d93-4701-83c4-4de418ad9539 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
373 | 2024.05.14 04:13:14.982278 [ 3 ] {41525e65-7fbd-4483-986a-3a23e54879da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57487) 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.14 04:13:14.982332 [ 3 ] {41525e65-7fbd-4483-986a-3a23e54879da} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
375 | 2024.05.14 04:13:14.983792 [ 3 ] {41525e65-7fbd-4483-986a-3a23e54879da} <Debug> oximeter.measurements_u32 (49cdadc0-adcb-4f13-9322-46b966950350): Loading data parts | ||
376 | 2024.05.14 04:13:14.983947 [ 3 ] {41525e65-7fbd-4483-986a-3a23e54879da} <Debug> oximeter.measurements_u32 (49cdadc0-adcb-4f13-9322-46b966950350): There are no data parts | ||
377 | 2024.05.14 04:13:14.985218 [ 3 ] {41525e65-7fbd-4483-986a-3a23e54879da} <Debug> DynamicQueryHandler: Done processing query | ||
378 | 2024.05.14 04:13:14.985257 [ 3 ] {} <Debug> HTTP-Session: 5596bd24-2d93-4701-83c4-4de418ad9539 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
379 | 2024.05.14 04:13:14.985385 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57487, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
380 | 2024.05.14 04:13:14.985446 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
381 | 2024.05.14 04:13:14.985480 [ 3 ] {} <Debug> HTTP-Session: 75e8d0a1-08f1-4638-bd71-a7ec08e1341f Authenticating user 'default' from [fd00:1122:3344:101::d]:57487 | ||
382 | 2024.05.14 04:13:14.985503 [ 3 ] {} <Debug> HTTP-Session: 75e8d0a1-08f1-4638-bd71-a7ec08e1341f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
383 | 2024.05.14 04:13:14.985517 [ 3 ] {} <Debug> HTTP-Session: 75e8d0a1-08f1-4638-bd71-a7ec08e1341f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
384 | 2024.05.14 04:13:14.985553 [ 3 ] {} <Trace> HTTP-Session: 75e8d0a1-08f1-4638-bd71-a7ec08e1341f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
385 | 2024.05.14 04:13:14.985736 [ 3 ] {dd4a32e0-3bfc-4dd8-8df4-0289c5edaa2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57487) 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.14 04:13:14.985803 [ 3 ] {dd4a32e0-3bfc-4dd8-8df4-0289c5edaa2f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
387 | 2024.05.14 04:13:14.987274 [ 3 ] {dd4a32e0-3bfc-4dd8-8df4-0289c5edaa2f} <Debug> oximeter.measurements_i64 (e3e8e149-e0af-490a-a0f4-4a6be143cd9d): Loading data parts | ||
388 | 2024.05.14 04:13:14.987454 [ 3 ] {dd4a32e0-3bfc-4dd8-8df4-0289c5edaa2f} <Debug> oximeter.measurements_i64 (e3e8e149-e0af-490a-a0f4-4a6be143cd9d): There are no data parts | ||
389 | 2024.05.14 04:13:14.989467 [ 3 ] {dd4a32e0-3bfc-4dd8-8df4-0289c5edaa2f} <Debug> DynamicQueryHandler: Done processing query | ||
390 | 2024.05.14 04:13:14.989509 [ 3 ] {} <Debug> HTTP-Session: 75e8d0a1-08f1-4638-bd71-a7ec08e1341f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
391 | 2024.05.14 04:13:14.989628 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57487, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
392 | 2024.05.14 04:13:14.989693 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
393 | 2024.05.14 04:13:14.989712 [ 3 ] {} <Debug> HTTP-Session: 92b08447-f8bf-4264-bcad-0a464174120f Authenticating user 'default' from [fd00:1122:3344:101::d]:57487 | ||
394 | 2024.05.14 04:13:14.989736 [ 3 ] {} <Debug> HTTP-Session: 92b08447-f8bf-4264-bcad-0a464174120f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
395 | 2024.05.14 04:13:14.989751 [ 3 ] {} <Debug> HTTP-Session: 92b08447-f8bf-4264-bcad-0a464174120f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
396 | 2024.05.14 04:13:14.989787 [ 3 ] {} <Trace> HTTP-Session: 92b08447-f8bf-4264-bcad-0a464174120f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
397 | 2024.05.14 04:13:14.989967 [ 3 ] {bb1732ca-98b0-4a3f-94cb-e89fdc594dab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57487) 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.14 04:13:14.990024 [ 3 ] {bb1732ca-98b0-4a3f-94cb-e89fdc594dab} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
399 | 2024.05.14 04:13:14.991572 [ 3 ] {bb1732ca-98b0-4a3f-94cb-e89fdc594dab} <Debug> oximeter.measurements_u64 (906d6861-2715-406b-9070-bd8757f5e7fc): Loading data parts | ||
400 | 2024.05.14 04:13:14.991741 [ 3 ] {bb1732ca-98b0-4a3f-94cb-e89fdc594dab} <Debug> oximeter.measurements_u64 (906d6861-2715-406b-9070-bd8757f5e7fc): There are no data parts | ||
401 | 2024.05.14 04:13:14.992893 [ 3 ] {bb1732ca-98b0-4a3f-94cb-e89fdc594dab} <Debug> DynamicQueryHandler: Done processing query | ||
402 | 2024.05.14 04:13:14.992937 [ 3 ] {} <Debug> HTTP-Session: 92b08447-f8bf-4264-bcad-0a464174120f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
403 | 2024.05.14 04:13:14.993077 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57487, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
404 | 2024.05.14 04:13:14.993134 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
405 | 2024.05.14 04:13:14.993168 [ 3 ] {} <Debug> HTTP-Session: 36f6b074-e3f1-4f63-a883-a5353244b239 Authenticating user 'default' from [fd00:1122:3344:101::d]:57487 | ||
406 | 2024.05.14 04:13:14.993196 [ 3 ] {} <Debug> HTTP-Session: 36f6b074-e3f1-4f63-a883-a5353244b239 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
407 | 2024.05.14 04:13:14.993214 [ 3 ] {} <Debug> HTTP-Session: 36f6b074-e3f1-4f63-a883-a5353244b239 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
408 | 2024.05.14 04:13:14.993259 [ 3 ] {} <Trace> HTTP-Session: 36f6b074-e3f1-4f63-a883-a5353244b239 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
409 | 2024.05.14 04:13:14.993474 [ 3 ] {c7d08f9f-a1f4-45e7-88f0-cbd5a055938e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57487) 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.14 04:13:14.993545 [ 3 ] {c7d08f9f-a1f4-45e7-88f0-cbd5a055938e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
411 | 2024.05.14 04:13:14.995258 [ 3 ] {c7d08f9f-a1f4-45e7-88f0-cbd5a055938e} <Debug> oximeter.measurements_f32 (4ef4c34e-4b7c-4374-bc28-fa215a0476b2): Loading data parts | ||
412 | 2024.05.14 04:13:14.995487 [ 3 ] {c7d08f9f-a1f4-45e7-88f0-cbd5a055938e} <Debug> oximeter.measurements_f32 (4ef4c34e-4b7c-4374-bc28-fa215a0476b2): There are no data parts | ||
413 | 2024.05.14 04:13:14.996699 [ 3 ] {c7d08f9f-a1f4-45e7-88f0-cbd5a055938e} <Debug> DynamicQueryHandler: Done processing query | ||
414 | 2024.05.14 04:13:14.996725 [ 3 ] {} <Debug> HTTP-Session: 36f6b074-e3f1-4f63-a883-a5353244b239 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
415 | 2024.05.14 04:13:14.996850 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57487, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
416 | 2024.05.14 04:13:14.996923 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
417 | 2024.05.14 04:13:14.996948 [ 3 ] {} <Debug> HTTP-Session: 328c0820-e1dc-4c36-bcb5-93823f794fad Authenticating user 'default' from [fd00:1122:3344:101::d]:57487 | ||
418 | 2024.05.14 04:13:14.996979 [ 3 ] {} <Debug> HTTP-Session: 328c0820-e1dc-4c36-bcb5-93823f794fad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
419 | 2024.05.14 04:13:14.997003 [ 3 ] {} <Debug> HTTP-Session: 328c0820-e1dc-4c36-bcb5-93823f794fad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
420 | 2024.05.14 04:13:14.997033 [ 3 ] {} <Trace> HTTP-Session: 328c0820-e1dc-4c36-bcb5-93823f794fad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
421 | 2024.05.14 04:13:14.997211 [ 3 ] {ceb1f139-a500-4e92-87a2-5dab85a8a48d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57487) 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.14 04:13:14.997278 [ 3 ] {ceb1f139-a500-4e92-87a2-5dab85a8a48d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
423 | 2024.05.14 04:13:14.998921 [ 3 ] {ceb1f139-a500-4e92-87a2-5dab85a8a48d} <Debug> oximeter.measurements_f64 (a79d691d-4d95-48dc-a44f-9e3754266d87): Loading data parts | ||
424 | 2024.05.14 04:13:14.999108 [ 3 ] {ceb1f139-a500-4e92-87a2-5dab85a8a48d} <Debug> oximeter.measurements_f64 (a79d691d-4d95-48dc-a44f-9e3754266d87): There are no data parts | ||
425 | 2024.05.14 04:13:15.000152 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 159.18 MiB, peak 161.14 MiB, free memory in arenas 0.00 B, will set to 170.91 MiB (RSS), difference: 11.73 MiB | ||
426 | 2024.05.14 04:13:15.000385 [ 3 ] {ceb1f139-a500-4e92-87a2-5dab85a8a48d} <Debug> DynamicQueryHandler: Done processing query | ||
427 | 2024.05.14 04:13:15.000439 [ 3 ] {} <Debug> HTTP-Session: 328c0820-e1dc-4c36-bcb5-93823f794fad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
428 | 2024.05.14 04:13:15.000558 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57487, User-Agent: (none), Length: 298, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
429 | 2024.05.14 04:13:15.000623 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
430 | 2024.05.14 04:13:15.000643 [ 3 ] {} <Debug> HTTP-Session: b63a8344-7633-4168-b863-4a7ed646a613 Authenticating user 'default' from [fd00:1122:3344:101::d]:57487 | ||
431 | 2024.05.14 04:13:15.000660 [ 3 ] {} <Debug> HTTP-Session: b63a8344-7633-4168-b863-4a7ed646a613 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
432 | 2024.05.14 04:13:15.000682 [ 3 ] {} <Debug> HTTP-Session: b63a8344-7633-4168-b863-4a7ed646a613 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
433 | 2024.05.14 04:13:15.000723 [ 3 ] {} <Trace> HTTP-Session: b63a8344-7633-4168-b863-4a7ed646a613 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
434 | 2024.05.14 04:13:15.000903 [ 3 ] {d5e1807d-9110-4dfb-9d93-bd5f13e1fc47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57487) CREATE TABLE IF NOT EXISTS oximeter.measurements_string ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(String) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
435 | 2024.05.14 04:13:15.000973 [ 3 ] {d5e1807d-9110-4dfb-9d93-bd5f13e1fc47} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
436 | 2024.05.14 04:13:15.002777 [ 3 ] {d5e1807d-9110-4dfb-9d93-bd5f13e1fc47} <Debug> oximeter.measurements_string (000d0eb2-d1cd-44e6-ad66-9ef1e2050f29): Loading data parts | ||
437 | 2024.05.14 04:13:15.002986 [ 3 ] {d5e1807d-9110-4dfb-9d93-bd5f13e1fc47} <Debug> oximeter.measurements_string (000d0eb2-d1cd-44e6-ad66-9ef1e2050f29): There are no data parts | ||
438 | 2024.05.14 04:13:15.004291 [ 3 ] {d5e1807d-9110-4dfb-9d93-bd5f13e1fc47} <Debug> DynamicQueryHandler: Done processing query | ||
439 | 2024.05.14 04:13:15.004339 [ 3 ] {} <Debug> HTTP-Session: b63a8344-7633-4168-b863-4a7ed646a613 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
440 | 2024.05.14 04:13:15.004477 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57487, User-Agent: (none), Length: 605, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
441 | 2024.05.14 04:13:15.004528 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
442 | 2024.05.14 04:13:15.004557 [ 3 ] {} <Debug> HTTP-Session: 29e3b3a7-4fb4-4a70-a37d-46e4b5c222a2 Authenticating user 'default' from [fd00:1122:3344:101::d]:57487 | ||
443 | 2024.05.14 04:13:15.004582 [ 3 ] {} <Debug> HTTP-Session: 29e3b3a7-4fb4-4a70-a37d-46e4b5c222a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
444 | 2024.05.14 04:13:15.004595 [ 3 ] {} <Debug> HTTP-Session: 29e3b3a7-4fb4-4a70-a37d-46e4b5c222a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
445 | 2024.05.14 04:13:15.004631 [ 3 ] {} <Trace> HTTP-Session: 29e3b3a7-4fb4-4a70-a37d-46e4b5c222a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
446 | 2024.05.14 04:13:15.004817 [ 3 ] {2c72af81-576e-4018-a1bc-e72828047ea3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57487) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* | ||
447 | * NOTE: Right now we can't unambiguously record a nullable byte array. | ||
448 | * Arrays cannot be nested in `Nullable()` types, and encoding the array as | ||
449 | * a string isn't palatable for a few reasons. | ||
450 | * See: https://github.com/oxidecomputer/omicron/issues/4551 for more | ||
451 | * details. | ||
452 | */ | ||
453 | datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
454 | 2024.05.14 04:13:15.004882 [ 3 ] {2c72af81-576e-4018-a1bc-e72828047ea3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
455 | 2024.05.14 04:13:15.006432 [ 3 ] {2c72af81-576e-4018-a1bc-e72828047ea3} <Debug> oximeter.measurements_bytes (1e490ed5-0757-4e40-bc1f-1e250755de07): Loading data parts | ||
456 | 2024.05.14 04:13:15.006604 [ 3 ] {2c72af81-576e-4018-a1bc-e72828047ea3} <Debug> oximeter.measurements_bytes (1e490ed5-0757-4e40-bc1f-1e250755de07): There are no data parts | ||
457 | 2024.05.14 04:13:15.007756 [ 3 ] {2c72af81-576e-4018-a1bc-e72828047ea3} <Debug> DynamicQueryHandler: Done processing query | ||
458 | 2024.05.14 04:13:15.007782 [ 3 ] {} <Debug> HTTP-Session: 29e3b3a7-4fb4-4a70-a37d-46e4b5c222a2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
459 | 2024.05.14 04:13:15.007912 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57487, User-Agent: (none), Length: 353, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
460 | 2024.05.14 04:13:15.007970 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
461 | 2024.05.14 04:13:15.007989 [ 3 ] {} <Debug> HTTP-Session: ca1830b1-f84b-494f-83ce-99f78027b9e9 Authenticating user 'default' from [fd00:1122:3344:101::d]:57487 | ||
462 | 2024.05.14 04:13:15.008016 [ 3 ] {} <Debug> HTTP-Session: ca1830b1-f84b-494f-83ce-99f78027b9e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
463 | 2024.05.14 04:13:15.008037 [ 3 ] {} <Debug> HTTP-Session: ca1830b1-f84b-494f-83ce-99f78027b9e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
464 | 2024.05.14 04:13:15.008066 [ 3 ] {} <Trace> HTTP-Session: ca1830b1-f84b-494f-83ce-99f78027b9e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
465 | 2024.05.14 04:13:15.008257 [ 3 ] {46d997dc-dc5a-462a-b6df-fc721854b634} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57487) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativei64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
466 | 2024.05.14 04:13:15.008338 [ 3 ] {46d997dc-dc5a-462a-b6df-fc721854b634} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
467 | 2024.05.14 04:13:15.010224 [ 3 ] {46d997dc-dc5a-462a-b6df-fc721854b634} <Debug> oximeter.measurements_cumulativei64 (3b337aca-bc6e-49a2-aea7-fb3a8d3d8c1b): Loading data parts | ||
468 | 2024.05.14 04:13:15.010420 [ 3 ] {46d997dc-dc5a-462a-b6df-fc721854b634} <Debug> oximeter.measurements_cumulativei64 (3b337aca-bc6e-49a2-aea7-fb3a8d3d8c1b): There are no data parts | ||
469 | 2024.05.14 04:13:15.011590 [ 3 ] {46d997dc-dc5a-462a-b6df-fc721854b634} <Debug> DynamicQueryHandler: Done processing query | ||
470 | 2024.05.14 04:13:15.011628 [ 3 ] {} <Debug> HTTP-Session: ca1830b1-f84b-494f-83ce-99f78027b9e9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
471 | 2024.05.14 04:13:15.011748 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57487, User-Agent: (none), Length: 354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
472 | 2024.05.14 04:13:15.011810 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
473 | 2024.05.14 04:13:15.011842 [ 3 ] {} <Debug> HTTP-Session: cc110f9f-4b3e-4bf1-8bda-6cac4531a6a8 Authenticating user 'default' from [fd00:1122:3344:101::d]:57487 | ||
474 | 2024.05.14 04:13:15.011858 [ 3 ] {} <Debug> HTTP-Session: cc110f9f-4b3e-4bf1-8bda-6cac4531a6a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
475 | 2024.05.14 04:13:15.011881 [ 3 ] {} <Debug> HTTP-Session: cc110f9f-4b3e-4bf1-8bda-6cac4531a6a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
476 | 2024.05.14 04:13:15.011918 [ 3 ] {} <Trace> HTTP-Session: cc110f9f-4b3e-4bf1-8bda-6cac4531a6a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
477 | 2024.05.14 04:13:15.012107 [ 3 ] {c1fd174a-5060-4d9f-90f0-cfb6b9aa9abd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57487) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativeu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
478 | 2024.05.14 04:13:15.012177 [ 3 ] {c1fd174a-5060-4d9f-90f0-cfb6b9aa9abd} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
479 | 2024.05.14 04:13:15.014115 [ 3 ] {c1fd174a-5060-4d9f-90f0-cfb6b9aa9abd} <Debug> oximeter.measurements_cumulativeu64 (eceb4515-b054-4108-bd78-791836cbd143): Loading data parts | ||
480 | 2024.05.14 04:13:15.014300 [ 3 ] {c1fd174a-5060-4d9f-90f0-cfb6b9aa9abd} <Debug> oximeter.measurements_cumulativeu64 (eceb4515-b054-4108-bd78-791836cbd143): There are no data parts | ||
481 | 2024.05.14 04:13:15.015867 [ 3 ] {c1fd174a-5060-4d9f-90f0-cfb6b9aa9abd} <Debug> DynamicQueryHandler: Done processing query | ||
482 | 2024.05.14 04:13:15.015894 [ 3 ] {} <Debug> HTTP-Session: cc110f9f-4b3e-4bf1-8bda-6cac4531a6a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
483 | 2024.05.14 04:13:15.016007 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57487, User-Agent: (none), Length: 355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
484 | 2024.05.14 04:13:15.016080 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
485 | 2024.05.14 04:13:15.016101 [ 3 ] {} <Debug> HTTP-Session: fde05a11-1026-481d-a1a9-bc7d9ee925ce Authenticating user 'default' from [fd00:1122:3344:101::d]:57487 | ||
486 | 2024.05.14 04:13:15.016126 [ 3 ] {} <Debug> HTTP-Session: fde05a11-1026-481d-a1a9-bc7d9ee925ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
487 | 2024.05.14 04:13:15.016148 [ 3 ] {} <Debug> HTTP-Session: fde05a11-1026-481d-a1a9-bc7d9ee925ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
488 | 2024.05.14 04:13:15.016179 [ 3 ] {} <Trace> HTTP-Session: fde05a11-1026-481d-a1a9-bc7d9ee925ce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
489 | 2024.05.14 04:13:15.016367 [ 3 ] {223eab72-197f-46e8-ac75-ae26f26c7fe2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57487) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
490 | 2024.05.14 04:13:15.016432 [ 3 ] {223eab72-197f-46e8-ac75-ae26f26c7fe2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
491 | 2024.05.14 04:13:15.018039 [ 3 ] {223eab72-197f-46e8-ac75-ae26f26c7fe2} <Debug> oximeter.measurements_cumulativef32 (6082a088-e863-498e-88a8-f53004da315d): Loading data parts | ||
492 | 2024.05.14 04:13:15.018206 [ 3 ] {223eab72-197f-46e8-ac75-ae26f26c7fe2} <Debug> oximeter.measurements_cumulativef32 (6082a088-e863-498e-88a8-f53004da315d): There are no data parts | ||
493 | 2024.05.14 04:13:15.019394 [ 3 ] {223eab72-197f-46e8-ac75-ae26f26c7fe2} <Debug> DynamicQueryHandler: Done processing query | ||
494 | 2024.05.14 04:13:15.019433 [ 3 ] {} <Debug> HTTP-Session: fde05a11-1026-481d-a1a9-bc7d9ee925ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
495 | 2024.05.14 04:13:15.019553 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57487, User-Agent: (none), Length: 356, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
496 | 2024.05.14 04:13:15.019613 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
497 | 2024.05.14 04:13:15.019643 [ 3 ] {} <Debug> HTTP-Session: 91a6604e-c0c2-4ff4-b68e-91f95a4b94ca Authenticating user 'default' from [fd00:1122:3344:101::d]:57487 | ||
498 | 2024.05.14 04:13:15.019660 [ 3 ] {} <Debug> HTTP-Session: 91a6604e-c0c2-4ff4-b68e-91f95a4b94ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
499 | 2024.05.14 04:13:15.019684 [ 3 ] {} <Debug> HTTP-Session: 91a6604e-c0c2-4ff4-b68e-91f95a4b94ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
500 | 2024.05.14 04:13:15.019724 [ 3 ] {} <Trace> HTTP-Session: 91a6604e-c0c2-4ff4-b68e-91f95a4b94ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
501 | 2024.05.14 04:13:15.019905 [ 3 ] {c362e5da-695e-4847-8e35-2ae75eb25d75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57487) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
502 | 2024.05.14 04:13:15.019971 [ 3 ] {c362e5da-695e-4847-8e35-2ae75eb25d75} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
503 | 2024.05.14 04:13:15.021537 [ 3 ] {c362e5da-695e-4847-8e35-2ae75eb25d75} <Debug> oximeter.measurements_cumulativef64 (23aa2b20-123d-4c03-a7cb-9c7b391c0646): Loading data parts | ||
504 | 2024.05.14 04:13:15.021705 [ 3 ] {c362e5da-695e-4847-8e35-2ae75eb25d75} <Debug> oximeter.measurements_cumulativef64 (23aa2b20-123d-4c03-a7cb-9c7b391c0646): There are no data parts | ||
505 | 2024.05.14 04:13:15.022852 [ 3 ] {c362e5da-695e-4847-8e35-2ae75eb25d75} <Debug> DynamicQueryHandler: Done processing query | ||
506 | 2024.05.14 04:13:15.022889 [ 3 ] {} <Debug> HTTP-Session: 91a6604e-c0c2-4ff4-b68e-91f95a4b94ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
507 | 2024.05.14 04:13:15.023010 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57487, User-Agent: (none), Length: 836, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
508 | 2024.05.14 04:13:15.023071 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
509 | 2024.05.14 04:13:15.023101 [ 3 ] {} <Debug> HTTP-Session: bd889a2f-4d2a-49ca-b16e-0d0b905869a2 Authenticating user 'default' from [fd00:1122:3344:101::d]:57487 | ||
510 | 2024.05.14 04:13:15.023128 [ 3 ] {} <Debug> HTTP-Session: bd889a2f-4d2a-49ca-b16e-0d0b905869a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
511 | 2024.05.14 04:13:15.023142 [ 3 ] {} <Debug> HTTP-Session: bd889a2f-4d2a-49ca-b16e-0d0b905869a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
512 | 2024.05.14 04:13:15.023180 [ 3 ] {} <Trace> HTTP-Session: bd889a2f-4d2a-49ca-b16e-0d0b905869a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
513 | 2024.05.14 04:13:15.023381 [ 3 ] {3b9b6cce-fb3a-43ce-852b-a4675f53c516} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57487) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* | ||
514 | * NOTE: Array types cannot be Nullable, see | ||
515 | * https://clickhouse.com/docs/en/sql-reference/data-types/nullable | ||
516 | * for more details. | ||
517 | * | ||
518 | * This means we need to use empty arrays to indicate a missing value. This | ||
519 | * is unfortunate, and at this point relies on the fact that an | ||
520 | * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need | ||
521 | * to figure out another way to represent missing samples here. | ||
522 | */ | ||
523 | bins Array(Int8), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
524 | 2024.05.14 04:13:15.023450 [ 3 ] {3b9b6cce-fb3a-43ce-852b-a4675f53c516} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
525 | 2024.05.14 04:13:15.025015 [ 3 ] {3b9b6cce-fb3a-43ce-852b-a4675f53c516} <Debug> oximeter.measurements_histogrami8 (e55c3382-a41e-4705-b081-ad80df093a26): Loading data parts | ||
526 | 2024.05.14 04:13:15.025191 [ 3 ] {3b9b6cce-fb3a-43ce-852b-a4675f53c516} <Debug> oximeter.measurements_histogrami8 (e55c3382-a41e-4705-b081-ad80df093a26): There are no data parts | ||
527 | 2024.05.14 04:13:15.026369 [ 3 ] {3b9b6cce-fb3a-43ce-852b-a4675f53c516} <Debug> DynamicQueryHandler: Done processing query | ||
528 | 2024.05.14 04:13:15.026394 [ 3 ] {} <Debug> HTTP-Session: bd889a2f-4d2a-49ca-b16e-0d0b905869a2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
529 | 2024.05.14 04:13:15.026532 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57487, User-Agent: (none), Length: 373, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
530 | 2024.05.14 04:13:15.026611 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
531 | 2024.05.14 04:13:15.026641 [ 3 ] {} <Debug> HTTP-Session: 0ea786be-21f9-46d8-b6ac-1d51cdf747ee Authenticating user 'default' from [fd00:1122:3344:101::d]:57487 | ||
532 | 2024.05.14 04:13:15.026677 [ 3 ] {} <Debug> HTTP-Session: 0ea786be-21f9-46d8-b6ac-1d51cdf747ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
533 | 2024.05.14 04:13:15.026703 [ 3 ] {} <Debug> HTTP-Session: 0ea786be-21f9-46d8-b6ac-1d51cdf747ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
534 | 2024.05.14 04:13:15.026738 [ 3 ] {} <Trace> HTTP-Session: 0ea786be-21f9-46d8-b6ac-1d51cdf747ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
535 | 2024.05.14 04:13:15.026940 [ 3 ] {e0abd436-811a-4db9-ad7b-04e80754aaf1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57487) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt8), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
536 | 2024.05.14 04:13:15.027011 [ 3 ] {e0abd436-811a-4db9-ad7b-04e80754aaf1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
537 | 2024.05.14 04:13:15.028651 [ 3 ] {e0abd436-811a-4db9-ad7b-04e80754aaf1} <Debug> oximeter.measurements_histogramu8 (8f997f62-2207-40ec-94de-17c052bc3665): Loading data parts | ||
538 | 2024.05.14 04:13:15.028821 [ 3 ] {e0abd436-811a-4db9-ad7b-04e80754aaf1} <Debug> oximeter.measurements_histogramu8 (8f997f62-2207-40ec-94de-17c052bc3665): There are no data parts | ||
539 | 2024.05.14 04:13:15.030029 [ 3 ] {e0abd436-811a-4db9-ad7b-04e80754aaf1} <Debug> DynamicQueryHandler: Done processing query | ||
540 | 2024.05.14 04:13:15.030070 [ 3 ] {} <Debug> HTTP-Session: 0ea786be-21f9-46d8-b6ac-1d51cdf747ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
541 | 2024.05.14 04:13:15.030202 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57487, User-Agent: (none), Length: 374, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
542 | 2024.05.14 04:13:15.030263 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
543 | 2024.05.14 04:13:15.030300 [ 3 ] {} <Debug> HTTP-Session: 722ee0ec-47ef-46f1-90da-a7e2c52f31f4 Authenticating user 'default' from [fd00:1122:3344:101::d]:57487 | ||
544 | 2024.05.14 04:13:15.030324 [ 3 ] {} <Debug> HTTP-Session: 722ee0ec-47ef-46f1-90da-a7e2c52f31f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
545 | 2024.05.14 04:13:15.030356 [ 3 ] {} <Debug> HTTP-Session: 722ee0ec-47ef-46f1-90da-a7e2c52f31f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
546 | 2024.05.14 04:13:15.030397 [ 3 ] {} <Trace> HTTP-Session: 722ee0ec-47ef-46f1-90da-a7e2c52f31f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
547 | 2024.05.14 04:13:15.030587 [ 3 ] {aadccc01-0fd4-4d93-990b-5260dd4a2dae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57487) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int16), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
548 | 2024.05.14 04:13:15.030655 [ 3 ] {aadccc01-0fd4-4d93-990b-5260dd4a2dae} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
549 | 2024.05.14 04:13:15.032513 [ 3 ] {aadccc01-0fd4-4d93-990b-5260dd4a2dae} <Debug> oximeter.measurements_histogrami16 (bd9c5922-b72e-4adb-8147-bc7b3c85b1aa): Loading data parts | ||
550 | 2024.05.14 04:13:15.032683 [ 3 ] {aadccc01-0fd4-4d93-990b-5260dd4a2dae} <Debug> oximeter.measurements_histogrami16 (bd9c5922-b72e-4adb-8147-bc7b3c85b1aa): There are no data parts | ||
551 | 2024.05.14 04:13:15.033892 [ 3 ] {aadccc01-0fd4-4d93-990b-5260dd4a2dae} <Debug> DynamicQueryHandler: Done processing query | ||
552 | 2024.05.14 04:13:15.033932 [ 3 ] {} <Debug> HTTP-Session: 722ee0ec-47ef-46f1-90da-a7e2c52f31f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
553 | 2024.05.14 04:13:15.034074 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57487, User-Agent: (none), Length: 375, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
554 | 2024.05.14 04:13:15.034124 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
555 | 2024.05.14 04:13:15.034157 [ 3 ] {} <Debug> HTTP-Session: b192fa08-7f76-406e-bdda-3295797b8ca3 Authenticating user 'default' from [fd00:1122:3344:101::d]:57487 | ||
556 | 2024.05.14 04:13:15.034185 [ 3 ] {} <Debug> HTTP-Session: b192fa08-7f76-406e-bdda-3295797b8ca3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
557 | 2024.05.14 04:13:15.034199 [ 3 ] {} <Debug> HTTP-Session: b192fa08-7f76-406e-bdda-3295797b8ca3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
558 | 2024.05.14 04:13:15.034241 [ 3 ] {} <Trace> HTTP-Session: b192fa08-7f76-406e-bdda-3295797b8ca3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
559 | 2024.05.14 04:13:15.034442 [ 3 ] {f7dbdf24-b6a4-46a6-a6b3-aca60636ab33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57487) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt16), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
560 | 2024.05.14 04:13:15.034512 [ 3 ] {f7dbdf24-b6a4-46a6-a6b3-aca60636ab33} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
561 | 2024.05.14 04:13:15.036089 [ 3 ] {f7dbdf24-b6a4-46a6-a6b3-aca60636ab33} <Debug> oximeter.measurements_histogramu16 (3a52d8af-508a-40b5-a300-695389910a27): Loading data parts | ||
562 | 2024.05.14 04:13:15.036295 [ 3 ] {f7dbdf24-b6a4-46a6-a6b3-aca60636ab33} <Debug> oximeter.measurements_histogramu16 (3a52d8af-508a-40b5-a300-695389910a27): There are no data parts | ||
563 | 2024.05.14 04:13:15.037480 [ 3 ] {f7dbdf24-b6a4-46a6-a6b3-aca60636ab33} <Debug> DynamicQueryHandler: Done processing query | ||
564 | 2024.05.14 04:13:15.037506 [ 3 ] {} <Debug> HTTP-Session: b192fa08-7f76-406e-bdda-3295797b8ca3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
565 | 2024.05.14 04:13:15.037632 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57487, User-Agent: (none), Length: 374, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
566 | 2024.05.14 04:13:15.037694 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
567 | 2024.05.14 04:13:15.037714 [ 3 ] {} <Debug> HTTP-Session: 584f58e1-a72c-4da7-af6b-2a1c79a6d8e5 Authenticating user 'default' from [fd00:1122:3344:101::d]:57487 | ||
568 | 2024.05.14 04:13:15.037742 [ 3 ] {} <Debug> HTTP-Session: 584f58e1-a72c-4da7-af6b-2a1c79a6d8e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
569 | 2024.05.14 04:13:15.037768 [ 3 ] {} <Debug> HTTP-Session: 584f58e1-a72c-4da7-af6b-2a1c79a6d8e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
570 | 2024.05.14 04:13:15.037799 [ 3 ] {} <Trace> HTTP-Session: 584f58e1-a72c-4da7-af6b-2a1c79a6d8e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
571 | 2024.05.14 04:13:15.037999 [ 3 ] {d97c692f-081e-44b5-97d8-7f4f2e44756a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57487) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int32), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
572 | 2024.05.14 04:13:15.038069 [ 3 ] {d97c692f-081e-44b5-97d8-7f4f2e44756a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
573 | 2024.05.14 04:13:15.039622 [ 3 ] {d97c692f-081e-44b5-97d8-7f4f2e44756a} <Debug> oximeter.measurements_histogrami32 (e42881a5-f672-4f30-8763-59c6f0bc2c87): Loading data parts | ||
574 | 2024.05.14 04:13:15.039798 [ 3 ] {d97c692f-081e-44b5-97d8-7f4f2e44756a} <Debug> oximeter.measurements_histogrami32 (e42881a5-f672-4f30-8763-59c6f0bc2c87): There are no data parts | ||
575 | 2024.05.14 04:13:15.040953 [ 3 ] {d97c692f-081e-44b5-97d8-7f4f2e44756a} <Debug> DynamicQueryHandler: Done processing query | ||
576 | 2024.05.14 04:13:15.040993 [ 3 ] {} <Debug> HTTP-Session: 584f58e1-a72c-4da7-af6b-2a1c79a6d8e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
577 | 2024.05.14 04:13:15.041111 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57487, User-Agent: (none), Length: 375, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
578 | 2024.05.14 04:13:15.041186 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
579 | 2024.05.14 04:13:15.041206 [ 3 ] {} <Debug> HTTP-Session: 9693a5f2-6cb3-47a6-8933-28fb9be62045 Authenticating user 'default' from [fd00:1122:3344:101::d]:57487 | ||
580 | 2024.05.14 04:13:15.041224 [ 3 ] {} <Debug> HTTP-Session: 9693a5f2-6cb3-47a6-8933-28fb9be62045 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
581 | 2024.05.14 04:13:15.041252 [ 3 ] {} <Debug> HTTP-Session: 9693a5f2-6cb3-47a6-8933-28fb9be62045 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
582 | 2024.05.14 04:13:15.041298 [ 3 ] {} <Trace> HTTP-Session: 9693a5f2-6cb3-47a6-8933-28fb9be62045 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
583 | 2024.05.14 04:13:15.041504 [ 3 ] {14ea0992-476f-49d1-9120-17ac38420224} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57487) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt32), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
584 | 2024.05.14 04:13:15.041573 [ 3 ] {14ea0992-476f-49d1-9120-17ac38420224} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
585 | 2024.05.14 04:13:15.043282 [ 3 ] {14ea0992-476f-49d1-9120-17ac38420224} <Debug> oximeter.measurements_histogramu32 (d0f354cd-2ffe-4352-981a-8344ecb8f663): Loading data parts | ||
586 | 2024.05.14 04:13:15.043475 [ 3 ] {14ea0992-476f-49d1-9120-17ac38420224} <Debug> oximeter.measurements_histogramu32 (d0f354cd-2ffe-4352-981a-8344ecb8f663): There are no data parts | ||
587 | 2024.05.14 04:13:15.045080 [ 3 ] {14ea0992-476f-49d1-9120-17ac38420224} <Debug> DynamicQueryHandler: Done processing query | ||
588 | 2024.05.14 04:13:15.045111 [ 3 ] {} <Debug> HTTP-Session: 9693a5f2-6cb3-47a6-8933-28fb9be62045 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
589 | 2024.05.14 04:13:15.045251 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57487, User-Agent: (none), Length: 374, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
590 | 2024.05.14 04:13:15.045325 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
591 | 2024.05.14 04:13:15.045372 [ 3 ] {} <Debug> HTTP-Session: 2fb92268-e0a7-4f54-af1b-48134f465456 Authenticating user 'default' from [fd00:1122:3344:101::d]:57487 | ||
592 | 2024.05.14 04:13:15.045396 [ 3 ] {} <Debug> HTTP-Session: 2fb92268-e0a7-4f54-af1b-48134f465456 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
593 | 2024.05.14 04:13:15.045433 [ 3 ] {} <Debug> HTTP-Session: 2fb92268-e0a7-4f54-af1b-48134f465456 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
594 | 2024.05.14 04:13:15.045477 [ 3 ] {} <Trace> HTTP-Session: 2fb92268-e0a7-4f54-af1b-48134f465456 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
595 | 2024.05.14 04:13:15.045752 [ 3 ] {09cdfafc-9aa1-4fd6-9f12-55eb5b89a481} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57487) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int64), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
596 | 2024.05.14 04:13:15.045838 [ 3 ] {09cdfafc-9aa1-4fd6-9f12-55eb5b89a481} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
597 | 2024.05.14 04:13:15.048137 [ 3 ] {09cdfafc-9aa1-4fd6-9f12-55eb5b89a481} <Debug> oximeter.measurements_histogrami64 (32b118bd-32fb-4bcd-a2af-0f447cacb2ff): Loading data parts | ||
598 | 2024.05.14 04:13:15.048331 [ 3 ] {09cdfafc-9aa1-4fd6-9f12-55eb5b89a481} <Debug> oximeter.measurements_histogrami64 (32b118bd-32fb-4bcd-a2af-0f447cacb2ff): There are no data parts | ||
599 | 2024.05.14 04:13:15.049638 [ 3 ] {09cdfafc-9aa1-4fd6-9f12-55eb5b89a481} <Debug> DynamicQueryHandler: Done processing query | ||
600 | 2024.05.14 04:13:15.049680 [ 3 ] {} <Debug> HTTP-Session: 2fb92268-e0a7-4f54-af1b-48134f465456 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
601 | 2024.05.14 04:13:15.049809 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57487, User-Agent: (none), Length: 375, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
602 | 2024.05.14 04:13:15.049874 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
603 | 2024.05.14 04:13:15.049907 [ 3 ] {} <Debug> HTTP-Session: b21cbb30-6331-4fbc-93c7-cd505a92481c Authenticating user 'default' from [fd00:1122:3344:101::d]:57487 | ||
604 | 2024.05.14 04:13:15.049936 [ 3 ] {} <Debug> HTTP-Session: b21cbb30-6331-4fbc-93c7-cd505a92481c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
605 | 2024.05.14 04:13:15.049951 [ 3 ] {} <Debug> HTTP-Session: b21cbb30-6331-4fbc-93c7-cd505a92481c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
606 | 2024.05.14 04:13:15.049994 [ 3 ] {} <Trace> HTTP-Session: b21cbb30-6331-4fbc-93c7-cd505a92481c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
607 | 2024.05.14 04:13:15.050202 [ 3 ] {5dd256e8-ef2f-473a-a7ca-b851c443e13f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57487) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt64), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
608 | 2024.05.14 04:13:15.050276 [ 3 ] {5dd256e8-ef2f-473a-a7ca-b851c443e13f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
609 | 2024.05.14 04:13:15.051974 [ 3 ] {5dd256e8-ef2f-473a-a7ca-b851c443e13f} <Debug> oximeter.measurements_histogramu64 (f7c535ad-602b-4338-892d-579620765329): Loading data parts | ||
610 | 2024.05.14 04:13:15.052195 [ 3 ] {5dd256e8-ef2f-473a-a7ca-b851c443e13f} <Debug> oximeter.measurements_histogramu64 (f7c535ad-602b-4338-892d-579620765329): There are no data parts | ||
611 | 2024.05.14 04:13:15.053444 [ 3 ] {5dd256e8-ef2f-473a-a7ca-b851c443e13f} <Debug> DynamicQueryHandler: Done processing query | ||
612 | 2024.05.14 04:13:15.053471 [ 3 ] {} <Debug> HTTP-Session: b21cbb30-6331-4fbc-93c7-cd505a92481c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
613 | 2024.05.14 04:13:15.053612 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57487, User-Agent: (none), Length: 376, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
614 | 2024.05.14 04:13:15.053677 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
615 | 2024.05.14 04:13:15.053697 [ 3 ] {} <Debug> HTTP-Session: 22bbec3e-354f-437e-b8ed-10fda8dccec7 Authenticating user 'default' from [fd00:1122:3344:101::d]:57487 | ||
616 | 2024.05.14 04:13:15.053727 [ 3 ] {} <Debug> HTTP-Session: 22bbec3e-354f-437e-b8ed-10fda8dccec7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
617 | 2024.05.14 04:13:15.053755 [ 3 ] {} <Debug> HTTP-Session: 22bbec3e-354f-437e-b8ed-10fda8dccec7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
618 | 2024.05.14 04:13:15.053800 [ 3 ] {} <Trace> HTTP-Session: 22bbec3e-354f-437e-b8ed-10fda8dccec7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
619 | 2024.05.14 04:13:15.054040 [ 3 ] {1f16731e-dc98-4d93-8542-643630df3475} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57487) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float32), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
620 | 2024.05.14 04:13:15.054114 [ 3 ] {1f16731e-dc98-4d93-8542-643630df3475} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
621 | 2024.05.14 04:13:15.055897 [ 3 ] {1f16731e-dc98-4d93-8542-643630df3475} <Debug> oximeter.measurements_histogramf32 (9e079fc0-36eb-41ee-af3b-dde4e5dd5b93): Loading data parts | ||
622 | 2024.05.14 04:13:15.056098 [ 3 ] {1f16731e-dc98-4d93-8542-643630df3475} <Debug> oximeter.measurements_histogramf32 (9e079fc0-36eb-41ee-af3b-dde4e5dd5b93): There are no data parts | ||
623 | 2024.05.14 04:13:15.057450 [ 3 ] {1f16731e-dc98-4d93-8542-643630df3475} <Debug> DynamicQueryHandler: Done processing query | ||
624 | 2024.05.14 04:13:15.057493 [ 3 ] {} <Debug> HTTP-Session: 22bbec3e-354f-437e-b8ed-10fda8dccec7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
625 | 2024.05.14 04:13:15.057623 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57487, User-Agent: (none), Length: 376, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
626 | 2024.05.14 04:13:15.057688 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
627 | 2024.05.14 04:13:15.057723 [ 3 ] {} <Debug> HTTP-Session: 05b668fd-52ba-4877-a613-c5ca2d5d8522 Authenticating user 'default' from [fd00:1122:3344:101::d]:57487 | ||
628 | 2024.05.14 04:13:15.057741 [ 3 ] {} <Debug> HTTP-Session: 05b668fd-52ba-4877-a613-c5ca2d5d8522 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
629 | 2024.05.14 04:13:15.057769 [ 3 ] {} <Debug> HTTP-Session: 05b668fd-52ba-4877-a613-c5ca2d5d8522 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
630 | 2024.05.14 04:13:15.057813 [ 3 ] {} <Trace> HTTP-Session: 05b668fd-52ba-4877-a613-c5ca2d5d8522 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
631 | 2024.05.14 04:13:15.058002 [ 3 ] {216f2a2e-30a0-4a4d-af3f-a206793f2304} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57487) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float64), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
632 | 2024.05.14 04:13:15.058076 [ 3 ] {216f2a2e-30a0-4a4d-af3f-a206793f2304} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
633 | 2024.05.14 04:13:15.059691 [ 3 ] {216f2a2e-30a0-4a4d-af3f-a206793f2304} <Debug> oximeter.measurements_histogramf64 (09928621-9c87-4157-8dc9-56bf2d5b5388): Loading data parts | ||
634 | 2024.05.14 04:13:15.059926 [ 3 ] {216f2a2e-30a0-4a4d-af3f-a206793f2304} <Debug> oximeter.measurements_histogramf64 (09928621-9c87-4157-8dc9-56bf2d5b5388): There are no data parts | ||
635 | 2024.05.14 04:13:15.061116 [ 3 ] {216f2a2e-30a0-4a4d-af3f-a206793f2304} <Debug> DynamicQueryHandler: Done processing query | ||
636 | 2024.05.14 04:13:15.061158 [ 3 ] {} <Debug> HTTP-Session: 05b668fd-52ba-4877-a613-c5ca2d5d8522 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
637 | 2024.05.14 04:13:15.061294 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57487, User-Agent: (none), Length: 1196, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
638 | 2024.05.14 04:13:15.061357 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
639 | 2024.05.14 04:13:15.061376 [ 3 ] {} <Debug> HTTP-Session: 44709829-ead9-4576-b664-cb4366eaf49b Authenticating user 'default' from [fd00:1122:3344:101::d]:57487 | ||
640 | 2024.05.14 04:13:15.061407 [ 3 ] {} <Debug> HTTP-Session: 44709829-ead9-4576-b664-cb4366eaf49b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
641 | 2024.05.14 04:13:15.061421 [ 3 ] {} <Debug> HTTP-Session: 44709829-ead9-4576-b664-cb4366eaf49b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
642 | 2024.05.14 04:13:15.061464 [ 3 ] {} <Trace> HTTP-Session: 44709829-ead9-4576-b664-cb4366eaf49b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
643 | 2024.05.14 04:13:15.061623 [ 3 ] {fa51d85f-54f8-4e6d-9492-6f1fa1de2380} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57487) /* The field tables store named dimensions of each timeseries. | ||
644 | * | ||
645 | * As with the measurement tables, there is one field table for each field data | ||
646 | * type. Fields are deduplicated by using the "replacing merge tree", though | ||
647 | * this behavior **must not** be relied upon for query correctness. | ||
648 | * | ||
649 | * The index for the fields differs from the measurements, however. Rows are | ||
650 | * sorted by timeseries name, then field name, field value, and finally | ||
651 | * timeseries key. This reflects the most common pattern for looking them up: | ||
652 | * by field name and possibly value, within a timeseries. The resulting keys are | ||
653 | * usually then used to look up measurements. | ||
654 | * | ||
655 | * NOTE: We may want to consider a secondary index on these tables, sorting by | ||
656 | * timeseries name and then key, since it would improve lookups where one | ||
657 | * already has the key. Realistically though, these tables are quite small and | ||
658 | * so performance benefits will be low in absolute terms. | ||
659 | */ | ||
660 | CREATE TABLE IF NOT EXISTS oximeter.fields_bool ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
661 | 2024.05.14 04:13:15.061692 [ 3 ] {fa51d85f-54f8-4e6d-9492-6f1fa1de2380} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
662 | 2024.05.14 04:13:15.063166 [ 3 ] {fa51d85f-54f8-4e6d-9492-6f1fa1de2380} <Debug> oximeter.fields_bool (b9afa9cc-0b76-4b79-918f-10375ff5117b): Loading data parts | ||
663 | 2024.05.14 04:13:15.063339 [ 3 ] {fa51d85f-54f8-4e6d-9492-6f1fa1de2380} <Debug> oximeter.fields_bool (b9afa9cc-0b76-4b79-918f-10375ff5117b): There are no data parts | ||
664 | 2024.05.14 04:13:15.064579 [ 3 ] {fa51d85f-54f8-4e6d-9492-6f1fa1de2380} <Debug> DynamicQueryHandler: Done processing query | ||
665 | 2024.05.14 04:13:15.064624 [ 3 ] {} <Debug> HTTP-Session: 44709829-ead9-4576-b664-cb4366eaf49b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
666 | 2024.05.14 04:13:15.064753 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57487, User-Agent: (none), Length: 248, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
667 | 2024.05.14 04:13:15.064819 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
668 | 2024.05.14 04:13:15.064853 [ 3 ] {} <Debug> HTTP-Session: c5df3a98-142f-494d-9864-45bab9a0689e Authenticating user 'default' from [fd00:1122:3344:101::d]:57487 | ||
669 | 2024.05.14 04:13:15.064870 [ 3 ] {} <Debug> HTTP-Session: c5df3a98-142f-494d-9864-45bab9a0689e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
670 | 2024.05.14 04:13:15.064898 [ 3 ] {} <Debug> HTTP-Session: c5df3a98-142f-494d-9864-45bab9a0689e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
671 | 2024.05.14 04:13:15.064945 [ 3 ] {} <Trace> HTTP-Session: c5df3a98-142f-494d-9864-45bab9a0689e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
672 | 2024.05.14 04:13:15.065129 [ 3 ] {5e1dfde5-4508-4191-8bd2-c3262f4d1364} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57487) CREATE TABLE IF NOT EXISTS oximeter.fields_i8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int8 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
673 | 2024.05.14 04:13:15.065215 [ 3 ] {5e1dfde5-4508-4191-8bd2-c3262f4d1364} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
674 | 2024.05.14 04:13:15.066679 [ 3 ] {5e1dfde5-4508-4191-8bd2-c3262f4d1364} <Debug> oximeter.fields_i8 (57b51cfb-3b93-47ad-a527-825bae5b0674): Loading data parts | ||
675 | 2024.05.14 04:13:15.066857 [ 3 ] {5e1dfde5-4508-4191-8bd2-c3262f4d1364} <Debug> oximeter.fields_i8 (57b51cfb-3b93-47ad-a527-825bae5b0674): There are no data parts | ||
676 | 2024.05.14 04:13:15.068574 [ 3 ] {5e1dfde5-4508-4191-8bd2-c3262f4d1364} <Debug> DynamicQueryHandler: Done processing query | ||
677 | 2024.05.14 04:13:15.068602 [ 3 ] {} <Debug> HTTP-Session: c5df3a98-142f-494d-9864-45bab9a0689e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
678 | 2024.05.14 04:13:15.068737 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57487, User-Agent: (none), Length: 249, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
679 | 2024.05.14 04:13:15.068804 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
680 | 2024.05.14 04:13:15.068825 [ 3 ] {} <Debug> HTTP-Session: aa872e5b-13ce-4973-88a3-baed496f5ea1 Authenticating user 'default' from [fd00:1122:3344:101::d]:57487 | ||
681 | 2024.05.14 04:13:15.068856 [ 3 ] {} <Debug> HTTP-Session: aa872e5b-13ce-4973-88a3-baed496f5ea1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
682 | 2024.05.14 04:13:15.068890 [ 3 ] {} <Debug> HTTP-Session: aa872e5b-13ce-4973-88a3-baed496f5ea1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
683 | 2024.05.14 04:13:15.068925 [ 3 ] {} <Trace> HTTP-Session: aa872e5b-13ce-4973-88a3-baed496f5ea1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
684 | 2024.05.14 04:13:15.069105 [ 3 ] {7155f1ba-4614-4b82-b8a2-e42510c46485} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57487) CREATE TABLE IF NOT EXISTS oximeter.fields_u8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
685 | 2024.05.14 04:13:15.069183 [ 3 ] {7155f1ba-4614-4b82-b8a2-e42510c46485} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
686 | 2024.05.14 04:13:15.071086 [ 3 ] {7155f1ba-4614-4b82-b8a2-e42510c46485} <Debug> oximeter.fields_u8 (335b1abd-3b2f-4b3e-abd7-52e88e32982b): Loading data parts | ||
687 | 2024.05.14 04:13:15.071257 [ 3 ] {7155f1ba-4614-4b82-b8a2-e42510c46485} <Debug> oximeter.fields_u8 (335b1abd-3b2f-4b3e-abd7-52e88e32982b): There are no data parts | ||
688 | 2024.05.14 04:13:15.072735 [ 3 ] {7155f1ba-4614-4b82-b8a2-e42510c46485} <Debug> DynamicQueryHandler: Done processing query | ||
689 | 2024.05.14 04:13:15.072763 [ 3 ] {} <Debug> HTTP-Session: aa872e5b-13ce-4973-88a3-baed496f5ea1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
690 | 2024.05.14 04:13:15.072901 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57487, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
691 | 2024.05.14 04:13:15.072966 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
692 | 2024.05.14 04:13:15.072987 [ 3 ] {} <Debug> HTTP-Session: db3dedca-db40-41f7-a523-e3af0f03ecbb Authenticating user 'default' from [fd00:1122:3344:101::d]:57487 | ||
693 | 2024.05.14 04:13:15.073019 [ 3 ] {} <Debug> HTTP-Session: db3dedca-db40-41f7-a523-e3af0f03ecbb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
694 | 2024.05.14 04:13:15.073045 [ 3 ] {} <Debug> HTTP-Session: db3dedca-db40-41f7-a523-e3af0f03ecbb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
695 | 2024.05.14 04:13:15.073077 [ 3 ] {} <Trace> HTTP-Session: db3dedca-db40-41f7-a523-e3af0f03ecbb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
696 | 2024.05.14 04:13:15.073267 [ 3 ] {b1bcac85-09d9-4950-bd8a-48831796a9bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57487) CREATE TABLE IF NOT EXISTS oximeter.fields_i16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int16 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
697 | 2024.05.14 04:13:15.073353 [ 3 ] {b1bcac85-09d9-4950-bd8a-48831796a9bf} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
698 | 2024.05.14 04:13:15.075260 [ 3 ] {b1bcac85-09d9-4950-bd8a-48831796a9bf} <Debug> oximeter.fields_i16 (78a5a865-d2b3-4d63-b7ed-9ac2b5a86997): Loading data parts | ||
699 | 2024.05.14 04:13:15.075499 [ 3 ] {b1bcac85-09d9-4950-bd8a-48831796a9bf} <Debug> oximeter.fields_i16 (78a5a865-d2b3-4d63-b7ed-9ac2b5a86997): There are no data parts | ||
700 | 2024.05.14 04:13:15.076804 [ 3 ] {b1bcac85-09d9-4950-bd8a-48831796a9bf} <Debug> DynamicQueryHandler: Done processing query | ||
701 | 2024.05.14 04:13:15.076830 [ 3 ] {} <Debug> HTTP-Session: db3dedca-db40-41f7-a523-e3af0f03ecbb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
702 | 2024.05.14 04:13:15.076952 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57487, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
703 | 2024.05.14 04:13:15.077031 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
704 | 2024.05.14 04:13:15.077050 [ 3 ] {} <Debug> HTTP-Session: ddefbdf2-062f-4433-96ec-a49e173e03c5 Authenticating user 'default' from [fd00:1122:3344:101::d]:57487 | ||
705 | 2024.05.14 04:13:15.077079 [ 3 ] {} <Debug> HTTP-Session: ddefbdf2-062f-4433-96ec-a49e173e03c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
706 | 2024.05.14 04:13:15.077104 [ 3 ] {} <Debug> HTTP-Session: ddefbdf2-062f-4433-96ec-a49e173e03c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
707 | 2024.05.14 04:13:15.077134 [ 3 ] {} <Trace> HTTP-Session: ddefbdf2-062f-4433-96ec-a49e173e03c5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
708 | 2024.05.14 04:13:15.077289 [ 3 ] {5d996086-2db5-49bf-b38d-eb26b968276e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57487) CREATE TABLE IF NOT EXISTS oximeter.fields_u16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt16 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
709 | 2024.05.14 04:13:15.077345 [ 3 ] {5d996086-2db5-49bf-b38d-eb26b968276e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
710 | 2024.05.14 04:13:15.078771 [ 3 ] {5d996086-2db5-49bf-b38d-eb26b968276e} <Debug> oximeter.fields_u16 (dc75c8a1-6d10-48bd-82ab-2d65873e44c2): Loading data parts | ||
711 | 2024.05.14 04:13:15.078995 [ 3 ] {5d996086-2db5-49bf-b38d-eb26b968276e} <Debug> oximeter.fields_u16 (dc75c8a1-6d10-48bd-82ab-2d65873e44c2): There are no data parts | ||
712 | 2024.05.14 04:13:15.080174 [ 3 ] {5d996086-2db5-49bf-b38d-eb26b968276e} <Debug> DynamicQueryHandler: Done processing query | ||
713 | 2024.05.14 04:13:15.080211 [ 3 ] {} <Debug> HTTP-Session: ddefbdf2-062f-4433-96ec-a49e173e03c5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
714 | 2024.05.14 04:13:15.080350 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57487, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
715 | 2024.05.14 04:13:15.080397 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
716 | 2024.05.14 04:13:15.080432 [ 3 ] {} <Debug> HTTP-Session: 65b966a2-74e5-4a10-8e40-c8119de56456 Authenticating user 'default' from [fd00:1122:3344:101::d]:57487 | ||
717 | 2024.05.14 04:13:15.080464 [ 3 ] {} <Debug> HTTP-Session: 65b966a2-74e5-4a10-8e40-c8119de56456 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
718 | 2024.05.14 04:13:15.080482 [ 3 ] {} <Debug> HTTP-Session: 65b966a2-74e5-4a10-8e40-c8119de56456 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
719 | 2024.05.14 04:13:15.080528 [ 3 ] {} <Trace> HTTP-Session: 65b966a2-74e5-4a10-8e40-c8119de56456 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
720 | 2024.05.14 04:13:15.080681 [ 3 ] {09719ef1-dd4a-4585-8b88-97d494028374} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57487) CREATE TABLE IF NOT EXISTS oximeter.fields_i32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int32 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
721 | 2024.05.14 04:13:15.080730 [ 3 ] {09719ef1-dd4a-4585-8b88-97d494028374} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
722 | 2024.05.14 04:13:15.082292 [ 3 ] {09719ef1-dd4a-4585-8b88-97d494028374} <Debug> oximeter.fields_i32 (fbbcb20d-7b3c-4a6e-90d0-e2b432d677bc): Loading data parts | ||
723 | 2024.05.14 04:13:15.082474 [ 3 ] {09719ef1-dd4a-4585-8b88-97d494028374} <Debug> oximeter.fields_i32 (fbbcb20d-7b3c-4a6e-90d0-e2b432d677bc): There are no data parts | ||
724 | 2024.05.14 04:13:15.083641 [ 3 ] {09719ef1-dd4a-4585-8b88-97d494028374} <Debug> DynamicQueryHandler: Done processing query | ||
725 | 2024.05.14 04:13:15.083686 [ 3 ] {} <Debug> HTTP-Session: 65b966a2-74e5-4a10-8e40-c8119de56456 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
726 | 2024.05.14 04:13:15.083811 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57487, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
727 | 2024.05.14 04:13:15.083875 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
728 | 2024.05.14 04:13:15.083914 [ 3 ] {} <Debug> HTTP-Session: 971467e9-5c87-4aa0-a782-3a6c82fdf41c Authenticating user 'default' from [fd00:1122:3344:101::d]:57487 | ||
729 | 2024.05.14 04:13:15.083934 [ 3 ] {} <Debug> HTTP-Session: 971467e9-5c87-4aa0-a782-3a6c82fdf41c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
730 | 2024.05.14 04:13:15.083960 [ 3 ] {} <Debug> HTTP-Session: 971467e9-5c87-4aa0-a782-3a6c82fdf41c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
731 | 2024.05.14 04:13:15.084003 [ 3 ] {} <Trace> HTTP-Session: 971467e9-5c87-4aa0-a782-3a6c82fdf41c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
732 | 2024.05.14 04:13:15.084140 [ 3 ] {b36dd874-041b-480f-9d87-26048edd6a6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57487) CREATE TABLE IF NOT EXISTS oximeter.fields_u32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt32 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
733 | 2024.05.14 04:13:15.084209 [ 3 ] {b36dd874-041b-480f-9d87-26048edd6a6c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
734 | 2024.05.14 04:13:15.085855 [ 3 ] {b36dd874-041b-480f-9d87-26048edd6a6c} <Debug> oximeter.fields_u32 (9d828e6e-6570-47d5-8f80-032f3f258022): Loading data parts | ||
735 | 2024.05.14 04:13:15.086055 [ 3 ] {b36dd874-041b-480f-9d87-26048edd6a6c} <Debug> oximeter.fields_u32 (9d828e6e-6570-47d5-8f80-032f3f258022): There are no data parts | ||
736 | 2024.05.14 04:13:15.088449 [ 3 ] {b36dd874-041b-480f-9d87-26048edd6a6c} <Debug> DynamicQueryHandler: Done processing query | ||
737 | 2024.05.14 04:13:15.088477 [ 3 ] {} <Debug> HTTP-Session: 971467e9-5c87-4aa0-a782-3a6c82fdf41c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
738 | 2024.05.14 04:13:15.088618 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57487, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
739 | 2024.05.14 04:13:15.088684 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
740 | 2024.05.14 04:13:15.088704 [ 3 ] {} <Debug> HTTP-Session: e7846b7b-0966-42fa-921d-cd3772670371 Authenticating user 'default' from [fd00:1122:3344:101::d]:57487 | ||
741 | 2024.05.14 04:13:15.088736 [ 3 ] {} <Debug> HTTP-Session: e7846b7b-0966-42fa-921d-cd3772670371 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
742 | 2024.05.14 04:13:15.088765 [ 3 ] {} <Debug> HTTP-Session: e7846b7b-0966-42fa-921d-cd3772670371 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
743 | 2024.05.14 04:13:15.088798 [ 3 ] {} <Trace> HTTP-Session: e7846b7b-0966-42fa-921d-cd3772670371 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
744 | 2024.05.14 04:13:15.088964 [ 3 ] {9033175c-a71b-4db3-8fdd-1f87a62ebaec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57487) CREATE TABLE IF NOT EXISTS oximeter.fields_i64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int64 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
745 | 2024.05.14 04:13:15.089017 [ 3 ] {9033175c-a71b-4db3-8fdd-1f87a62ebaec} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
746 | 2024.05.14 04:13:15.090771 [ 3 ] {9033175c-a71b-4db3-8fdd-1f87a62ebaec} <Debug> oximeter.fields_i64 (e95e7cee-aee3-4dd2-b291-5ec4d46ca463): Loading data parts | ||
747 | 2024.05.14 04:13:15.090929 [ 3 ] {9033175c-a71b-4db3-8fdd-1f87a62ebaec} <Debug> oximeter.fields_i64 (e95e7cee-aee3-4dd2-b291-5ec4d46ca463): There are no data parts | ||
748 | 2024.05.14 04:13:15.092391 [ 3 ] {9033175c-a71b-4db3-8fdd-1f87a62ebaec} <Debug> DynamicQueryHandler: Done processing query | ||
749 | 2024.05.14 04:13:15.092417 [ 3 ] {} <Debug> HTTP-Session: e7846b7b-0966-42fa-921d-cd3772670371 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
750 | 2024.05.14 04:13:15.092556 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57487, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
751 | 2024.05.14 04:13:15.092619 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
752 | 2024.05.14 04:13:15.092654 [ 3 ] {} <Debug> HTTP-Session: 6b334c05-fbc4-47b4-9c70-8be7f609ec97 Authenticating user 'default' from [fd00:1122:3344:101::d]:57487 | ||
753 | 2024.05.14 04:13:15.092670 [ 3 ] {} <Debug> HTTP-Session: 6b334c05-fbc4-47b4-9c70-8be7f609ec97 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
754 | 2024.05.14 04:13:15.092697 [ 3 ] {} <Debug> HTTP-Session: 6b334c05-fbc4-47b4-9c70-8be7f609ec97 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
755 | 2024.05.14 04:13:15.092727 [ 3 ] {} <Trace> HTTP-Session: 6b334c05-fbc4-47b4-9c70-8be7f609ec97 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
756 | 2024.05.14 04:13:15.092881 [ 3 ] {0079dbd4-aecc-4ec1-8c43-494df66a62b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57487) CREATE TABLE IF NOT EXISTS oximeter.fields_u64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt64 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
757 | 2024.05.14 04:13:15.092949 [ 3 ] {0079dbd4-aecc-4ec1-8c43-494df66a62b4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
758 | 2024.05.14 04:13:15.094604 [ 3 ] {0079dbd4-aecc-4ec1-8c43-494df66a62b4} <Debug> oximeter.fields_u64 (1ecb27a3-eb9c-437f-8021-b3e9bb9788b9): Loading data parts | ||
759 | 2024.05.14 04:13:15.094790 [ 3 ] {0079dbd4-aecc-4ec1-8c43-494df66a62b4} <Debug> oximeter.fields_u64 (1ecb27a3-eb9c-437f-8021-b3e9bb9788b9): There are no data parts | ||
760 | 2024.05.14 04:13:15.095944 [ 3 ] {0079dbd4-aecc-4ec1-8c43-494df66a62b4} <Debug> DynamicQueryHandler: Done processing query | ||
761 | 2024.05.14 04:13:15.095971 [ 3 ] {} <Debug> HTTP-Session: 6b334c05-fbc4-47b4-9c70-8be7f609ec97 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
762 | 2024.05.14 04:13:15.096116 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57487, User-Agent: (none), Length: 252, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
763 | 2024.05.14 04:13:15.096166 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
764 | 2024.05.14 04:13:15.096187 [ 3 ] {} <Debug> HTTP-Session: c9c4fcbe-6919-433f-b801-4ba9f73a2a50 Authenticating user 'default' from [fd00:1122:3344:101::d]:57487 | ||
765 | 2024.05.14 04:13:15.096220 [ 3 ] {} <Debug> HTTP-Session: c9c4fcbe-6919-433f-b801-4ba9f73a2a50 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
766 | 2024.05.14 04:13:15.096235 [ 3 ] {} <Debug> HTTP-Session: c9c4fcbe-6919-433f-b801-4ba9f73a2a50 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
767 | 2024.05.14 04:13:15.096266 [ 3 ] {} <Trace> HTTP-Session: c9c4fcbe-6919-433f-b801-4ba9f73a2a50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
768 | 2024.05.14 04:13:15.096425 [ 3 ] {30e3a981-6cc7-4a65-9afb-906972829e0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57487) CREATE TABLE IF NOT EXISTS oximeter.fields_ipaddr ( timeseries_name String, timeseries_key UInt64, field_name String, field_value IPv6 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
769 | 2024.05.14 04:13:15.096464 [ 3 ] {30e3a981-6cc7-4a65-9afb-906972829e0a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
770 | 2024.05.14 04:13:15.097895 [ 3 ] {30e3a981-6cc7-4a65-9afb-906972829e0a} <Debug> oximeter.fields_ipaddr (22c071ed-9c1b-4c7c-8236-197663b09bdc): Loading data parts | ||
771 | 2024.05.14 04:13:15.098050 [ 3 ] {30e3a981-6cc7-4a65-9afb-906972829e0a} <Debug> oximeter.fields_ipaddr (22c071ed-9c1b-4c7c-8236-197663b09bdc): There are no data parts | ||
772 | 2024.05.14 04:13:15.099160 [ 3 ] {30e3a981-6cc7-4a65-9afb-906972829e0a} <Debug> DynamicQueryHandler: Done processing query | ||
773 | 2024.05.14 04:13:15.099186 [ 3 ] {} <Debug> HTTP-Session: c9c4fcbe-6919-433f-b801-4ba9f73a2a50 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
774 | 2024.05.14 04:13:15.099299 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57487, User-Agent: (none), Length: 254, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
775 | 2024.05.14 04:13:15.099348 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
776 | 2024.05.14 04:13:15.099367 [ 3 ] {} <Debug> HTTP-Session: 66ce2cd3-04e3-49f7-a90a-d3ee528772f0 Authenticating user 'default' from [fd00:1122:3344:101::d]:57487 | ||
777 | 2024.05.14 04:13:15.099385 [ 3 ] {} <Debug> HTTP-Session: 66ce2cd3-04e3-49f7-a90a-d3ee528772f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
778 | 2024.05.14 04:13:15.099399 [ 3 ] {} <Debug> HTTP-Session: 66ce2cd3-04e3-49f7-a90a-d3ee528772f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
779 | 2024.05.14 04:13:15.099428 [ 3 ] {} <Trace> HTTP-Session: 66ce2cd3-04e3-49f7-a90a-d3ee528772f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
780 | 2024.05.14 04:13:15.099566 [ 3 ] {95550069-225a-49eb-abc3-247ad1011d1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57487) CREATE TABLE IF NOT EXISTS oximeter.fields_string ( timeseries_name String, timeseries_key UInt64, field_name String, field_value String ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
781 | 2024.05.14 04:13:15.099606 [ 3 ] {95550069-225a-49eb-abc3-247ad1011d1b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
782 | 2024.05.14 04:13:15.101017 [ 3 ] {95550069-225a-49eb-abc3-247ad1011d1b} <Debug> oximeter.fields_string (ea26d226-8f30-468f-b73e-814b31b2f89b): Loading data parts | ||
783 | 2024.05.14 04:13:15.101166 [ 3 ] {95550069-225a-49eb-abc3-247ad1011d1b} <Debug> oximeter.fields_string (ea26d226-8f30-468f-b73e-814b31b2f89b): There are no data parts | ||
784 | 2024.05.14 04:13:15.102275 [ 3 ] {95550069-225a-49eb-abc3-247ad1011d1b} <Debug> DynamicQueryHandler: Done processing query | ||
785 | 2024.05.14 04:13:15.102305 [ 3 ] {} <Debug> HTTP-Session: 66ce2cd3-04e3-49f7-a90a-d3ee528772f0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
786 | 2024.05.14 04:13:15.102419 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57487, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
787 | 2024.05.14 04:13:15.102469 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
788 | 2024.05.14 04:13:15.102489 [ 3 ] {} <Debug> HTTP-Session: 6c5439eb-3dd0-45f2-be38-96421a57c65b Authenticating user 'default' from [fd00:1122:3344:101::d]:57487 | ||
789 | 2024.05.14 04:13:15.102505 [ 3 ] {} <Debug> HTTP-Session: 6c5439eb-3dd0-45f2-be38-96421a57c65b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
790 | 2024.05.14 04:13:15.102520 [ 3 ] {} <Debug> HTTP-Session: 6c5439eb-3dd0-45f2-be38-96421a57c65b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
791 | 2024.05.14 04:13:15.102550 [ 3 ] {} <Trace> HTTP-Session: 6c5439eb-3dd0-45f2-be38-96421a57c65b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
792 | 2024.05.14 04:13:15.102692 [ 3 ] {a389abae-8049-4e3d-a1c1-f00c238c6be1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57487) CREATE TABLE IF NOT EXISTS oximeter.fields_uuid ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UUID ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
793 | 2024.05.14 04:13:15.102733 [ 3 ] {a389abae-8049-4e3d-a1c1-f00c238c6be1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
794 | 2024.05.14 04:13:15.104153 [ 3 ] {a389abae-8049-4e3d-a1c1-f00c238c6be1} <Debug> oximeter.fields_uuid (2f9a79b0-af90-4012-baf4-dd30c9d001c2): Loading data parts | ||
795 | 2024.05.14 04:13:15.104359 [ 3 ] {a389abae-8049-4e3d-a1c1-f00c238c6be1} <Debug> oximeter.fields_uuid (2f9a79b0-af90-4012-baf4-dd30c9d001c2): There are no data parts | ||
796 | 2024.05.14 04:13:15.105535 [ 3 ] {a389abae-8049-4e3d-a1c1-f00c238c6be1} <Debug> DynamicQueryHandler: Done processing query | ||
797 | 2024.05.14 04:13:15.105562 [ 3 ] {} <Debug> HTTP-Session: 6c5439eb-3dd0-45f2-be38-96421a57c65b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
798 | 2024.05.14 04:13:15.105678 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57487, User-Agent: (none), Length: 1416, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
799 | 2024.05.14 04:13:15.105727 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
800 | 2024.05.14 04:13:15.105747 [ 3 ] {} <Debug> HTTP-Session: bd3ea021-aeb4-43fe-bb62-adce34100554 Authenticating user 'default' from [fd00:1122:3344:101::d]:57487 | ||
801 | 2024.05.14 04:13:15.105765 [ 3 ] {} <Debug> HTTP-Session: bd3ea021-aeb4-43fe-bb62-adce34100554 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
802 | 2024.05.14 04:13:15.105780 [ 3 ] {} <Debug> HTTP-Session: bd3ea021-aeb4-43fe-bb62-adce34100554 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
803 | 2024.05.14 04:13:15.105811 [ 3 ] {} <Trace> HTTP-Session: bd3ea021-aeb4-43fe-bb62-adce34100554 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
804 | 2024.05.14 04:13:15.106026 [ 3 ] {f278ac65-3e0a-49bf-a1b9-f61d84ad51c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57487) /* The timeseries schema table stores the extracted schema for the samples | ||
805 | * oximeter collects. | ||
806 | */ | ||
807 | CREATE TABLE IF NOT EXISTS oximeter.timeseries_schema ( timeseries_name String, fields Nested( name String, type Enum( 'Bool' = 1, 'I64' = 2, 'IpAddr' = 3, 'String' = 4, 'Uuid' = 6, 'I8' = 7, 'U8' = 8, 'I16' = 9, 'U16' = 10, 'I32' = 11, 'U32' = 12, 'U64' = 13 ), source Enum( 'Target' = 1, 'Metric' = 2 ) ), datum_type Enum( 'Bool' = 1, 'I64' = 2, 'F64' = 3, 'String' = 4, 'Bytes' = 5, 'CumulativeI64' = 6, 'CumulativeF64' = 7, 'HistogramI64' = 8, 'HistogramF64' = 9, 'I8' = 10, 'U8' = 11, 'I16' = 12, 'U16' = 13, 'I32' = 14, 'U32' = 15, 'U64' = 16, 'F32' = 17, 'CumulativeU64' = 18, 'CumulativeF32' = 19, 'HistogramI8' = 20, 'HistogramU8' = 21, 'HistogramI16' = 22, 'HistogramU16' = 23, 'HistogramI32' = 24, 'HistogramU32' = 25, 'HistogramU64' = 26, 'HistogramF32' = 27 ), created DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (timeseries_name, fields.name) (stage: Complete) | ||
808 | 2024.05.14 04:13:15.106085 [ 3 ] {f278ac65-3e0a-49bf-a1b9-f61d84ad51c3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
809 | 2024.05.14 04:13:15.107610 [ 3 ] {f278ac65-3e0a-49bf-a1b9-f61d84ad51c3} <Debug> oximeter.timeseries_schema (b10f7cfb-c29d-47f8-8d18-c0afaed93d7d): Loading data parts | ||
810 | 2024.05.14 04:13:15.107771 [ 3 ] {f278ac65-3e0a-49bf-a1b9-f61d84ad51c3} <Debug> oximeter.timeseries_schema (b10f7cfb-c29d-47f8-8d18-c0afaed93d7d): There are no data parts | ||
811 | 2024.05.14 04:13:15.109067 [ 3 ] {f278ac65-3e0a-49bf-a1b9-f61d84ad51c3} <Debug> DynamicQueryHandler: Done processing query | ||
812 | 2024.05.14 04:13:15.109094 [ 3 ] {} <Debug> HTTP-Session: bd3ea021-aeb4-43fe-bb62-adce34100554 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
813 | 2024.05.14 04:13:15.109232 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57487, User-Agent: (none), Length: 51, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
814 | 2024.05.14 04:13:15.109283 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
815 | 2024.05.14 04:13:15.109303 [ 3 ] {} <Debug> HTTP-Session: 6aab20ef-e27b-4f59-b8ae-67f068b9e728 Authenticating user 'default' from [fd00:1122:3344:101::d]:57487 | ||
816 | 2024.05.14 04:13:15.109321 [ 3 ] {} <Debug> HTTP-Session: 6aab20ef-e27b-4f59-b8ae-67f068b9e728 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
817 | 2024.05.14 04:13:15.109335 [ 3 ] {} <Debug> HTTP-Session: 6aab20ef-e27b-4f59-b8ae-67f068b9e728 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
818 | 2024.05.14 04:13:15.109366 [ 3 ] {} <Trace> HTTP-Session: 6aab20ef-e27b-4f59-b8ae-67f068b9e728 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
819 | 2024.05.14 04:13:15.109532 [ 3 ] {89cd8b6b-3f62-4e2b-b97a-0206080cdb46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
820 | 2024.05.14 04:13:15.111314 [ 3 ] {89cd8b6b-3f62-4e2b-b97a-0206080cdb46} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
821 | 2024.05.14 04:13:15.115341 [ 3 ] {89cd8b6b-3f62-4e2b-b97a-0206080cdb46} <Trace> oximeter.version (e88cbde5-f8be-4940-8dff-8e5d05748b78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
822 | 2024.05.14 04:13:15.115377 [ 3 ] {89cd8b6b-3f62-4e2b-b97a-0206080cdb46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
823 | 2024.05.14 04:13:15.119936 [ 3 ] {89cd8b6b-3f62-4e2b-b97a-0206080cdb46} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
824 | 2024.05.14 04:13:15.120977 [ 3 ] {89cd8b6b-3f62-4e2b-b97a-0206080cdb46} <Trace> oximeter.version (e88cbde5-f8be-4940-8dff-8e5d05748b78): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
825 | 2024.05.14 04:13:15.121250 [ 3 ] {89cd8b6b-3f62-4e2b-b97a-0206080cdb46} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.011799 sec., 84.75294516484448 rows/sec., 1.32 KiB/sec. | ||
826 | 2024.05.14 04:13:15.121410 [ 3 ] {89cd8b6b-3f62-4e2b-b97a-0206080cdb46} <Debug> DynamicQueryHandler: Done processing query | ||
827 | 2024.05.14 04:13:15.121433 [ 3 ] {89cd8b6b-3f62-4e2b-b97a-0206080cdb46} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
828 | 2024.05.14 04:13:15.121450 [ 3 ] {} <Debug> HTTP-Session: 6aab20ef-e27b-4f59-b8ae-67f068b9e728 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
829 | 2024.05.14 04:13:16.000180 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 172.34 MiB, peak 177.48 MiB, free memory in arenas 0.00 B, will set to 173.66 MiB (RSS), difference: 1.32 MiB | ||
830 | 2024.05.14 04:13:29.328673 [ 120 ] {} <Debug> DNSResolver: Updating DNS cache | ||
831 | 2024.05.14 04:13:29.328749 [ 120 ] {} <Debug> DNSResolver: Updated DNS cache | ||
832 | 2024.05.14 04:13:44.328984 [ 90 ] {} <Debug> DNSResolver: Updating DNS cache | ||
833 | 2024.05.14 04:13:44.329705 [ 90 ] {} <Debug> DNSResolver: Updated DNS cache | ||
834 | 2024.05.14 04:13:45.136001 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 60, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
835 | 2024.05.14 04:13:45.136118 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
836 | 2024.05.14 04:13:45.136143 [ 3 ] {} <Debug> HTTP-Session: e19ab9c9-291e-4104-8cb3-aca50cd93e24 Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 | ||
837 | 2024.05.14 04:13:45.136166 [ 3 ] {} <Debug> HTTP-Session: e19ab9c9-291e-4104-8cb3-aca50cd93e24 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
838 | 2024.05.14 04:13:45.136182 [ 3 ] {} <Debug> HTTP-Session: e19ab9c9-291e-4104-8cb3-aca50cd93e24 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
839 | 2024.05.14 04:13:45.136228 [ 3 ] {} <Trace> HTTP-Session: e19ab9c9-291e-4104-8cb3-aca50cd93e24 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
840 | 2024.05.14 04:13:45.136458 [ 3 ] {12eeb59d-0d0a-4ad0-99a0-163e12ec27a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46248) SELECT * FROM oximeter.timeseries_schema FORMAT JSONEachRow; (stage: Complete) | ||
841 | 2024.05.14 04:13:45.136780 [ 3 ] {12eeb59d-0d0a-4ad0-99a0-163e12ec27a9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
842 | 2024.05.14 04:13:45.139043 [ 3 ] {12eeb59d-0d0a-4ad0-99a0-163e12ec27a9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
843 | 2024.05.14 04:13:45.145959 [ 3 ] {12eeb59d-0d0a-4ad0-99a0-163e12ec27a9} <Debug> DynamicQueryHandler: Done processing query | ||
844 | 2024.05.14 04:13:45.145990 [ 3 ] {12eeb59d-0d0a-4ad0-99a0-163e12ec27a9} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
845 | 2024.05.14 04:13:45.146007 [ 3 ] {} <Debug> HTTP-Session: e19ab9c9-291e-4104-8cb3-aca50cd93e24 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
846 | 2024.05.14 04:13:45.160593 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
847 | 2024.05.14 04:13:45.160663 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
848 | 2024.05.14 04:13:45.160689 [ 3 ] {} <Debug> HTTP-Session: 86b13169-0f54-4307-8dcb-535c5cd8e595 Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 | ||
849 | 2024.05.14 04:13:45.160711 [ 3 ] {} <Debug> HTTP-Session: 86b13169-0f54-4307-8dcb-535c5cd8e595 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
850 | 2024.05.14 04:13:45.160728 [ 3 ] {} <Debug> HTTP-Session: 86b13169-0f54-4307-8dcb-535c5cd8e595 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
851 | 2024.05.14 04:13:45.160770 [ 3 ] {} <Trace> HTTP-Session: 86b13169-0f54-4307-8dcb-535c5cd8e595 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
852 | 2024.05.14 04:13:45.160954 [ 3 ] {e60e6f89-1e30-4f26-8f1d-e2a75ad8219d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46248) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
853 | 2024.05.14 04:13:45.175090 [ 3 ] {e60e6f89-1e30-4f26-8f1d-e2a75ad8219d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
854 | 2024.05.14 04:13:45.175158 [ 3 ] {e60e6f89-1e30-4f26-8f1d-e2a75ad8219d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
855 | 2024.05.14 04:13:45.176255 [ 3 ] {e60e6f89-1e30-4f26-8f1d-e2a75ad8219d} <Debug> DynamicQueryHandler: Done processing query | ||
856 | 2024.05.14 04:13:45.176283 [ 3 ] {e60e6f89-1e30-4f26-8f1d-e2a75ad8219d} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
857 | 2024.05.14 04:13:45.176300 [ 3 ] {} <Debug> HTTP-Session: 86b13169-0f54-4307-8dcb-535c5cd8e595 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
858 | 2024.05.14 04:13:45.178477 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 170, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
859 | 2024.05.14 04:13:45.178528 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
860 | 2024.05.14 04:13:45.178548 [ 3 ] {} <Debug> HTTP-Session: ad21302e-9e22-4dcf-878c-c681ee021aeb Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 | ||
861 | 2024.05.14 04:13:45.178565 [ 3 ] {} <Debug> HTTP-Session: ad21302e-9e22-4dcf-878c-c681ee021aeb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
862 | 2024.05.14 04:13:45.178579 [ 3 ] {} <Debug> HTTP-Session: ad21302e-9e22-4dcf-878c-c681ee021aeb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
863 | 2024.05.14 04:13:45.178610 [ 3 ] {} <Trace> HTTP-Session: ad21302e-9e22-4dcf-878c-c681ee021aeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
864 | 2024.05.14 04:13:45.178731 [ 3 ] {27a1edd6-2ac9-41b1-8c74-71b9d6fd1c40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46248) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
865 | 2024.05.14 04:13:45.181101 [ 3 ] {27a1edd6-2ac9-41b1-8c74-71b9d6fd1c40} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
866 | 2024.05.14 04:13:45.181168 [ 3 ] {27a1edd6-2ac9-41b1-8c74-71b9d6fd1c40} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
867 | 2024.05.14 04:13:45.182239 [ 3 ] {27a1edd6-2ac9-41b1-8c74-71b9d6fd1c40} <Debug> DynamicQueryHandler: Done processing query | ||
868 | 2024.05.14 04:13:45.182265 [ 3 ] {27a1edd6-2ac9-41b1-8c74-71b9d6fd1c40} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
869 | 2024.05.14 04:13:45.182281 [ 3 ] {} <Debug> HTTP-Session: ad21302e-9e22-4dcf-878c-c681ee021aeb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
870 | 2024.05.14 04:13:45.182509 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 207, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
871 | 2024.05.14 04:13:45.182558 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
872 | 2024.05.14 04:13:45.182577 [ 3 ] {} <Debug> HTTP-Session: 4aee1ab1-959e-4c9b-bdc6-d9f55ac52e36 Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 | ||
873 | 2024.05.14 04:13:45.182594 [ 3 ] {} <Debug> HTTP-Session: 4aee1ab1-959e-4c9b-bdc6-d9f55ac52e36 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
874 | 2024.05.14 04:13:45.182608 [ 3 ] {} <Debug> HTTP-Session: 4aee1ab1-959e-4c9b-bdc6-d9f55ac52e36 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
875 | 2024.05.14 04:13:45.182638 [ 3 ] {} <Trace> HTTP-Session: 4aee1ab1-959e-4c9b-bdc6-d9f55ac52e36 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
876 | 2024.05.14 04:13:45.182758 [ 3 ] {8fefc6c0-0f1a-4058-bfc0-3f063f209cf3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46248) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
877 | 2024.05.14 04:13:45.183072 [ 3 ] {8fefc6c0-0f1a-4058-bfc0-3f063f209cf3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
878 | 2024.05.14 04:13:45.183124 [ 3 ] {8fefc6c0-0f1a-4058-bfc0-3f063f209cf3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
879 | 2024.05.14 04:13:45.184018 [ 3 ] {8fefc6c0-0f1a-4058-bfc0-3f063f209cf3} <Debug> DynamicQueryHandler: Done processing query | ||
880 | 2024.05.14 04:13:45.184044 [ 3 ] {8fefc6c0-0f1a-4058-bfc0-3f063f209cf3} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
881 | 2024.05.14 04:13:45.184061 [ 3 ] {} <Debug> HTTP-Session: 4aee1ab1-959e-4c9b-bdc6-d9f55ac52e36 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
882 | 2024.05.14 04:13:45.184913 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 947, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
883 | 2024.05.14 04:13:45.184962 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
884 | 2024.05.14 04:13:45.184981 [ 3 ] {} <Debug> HTTP-Session: 45db280e-3b46-4208-bcbc-f029046a595c Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 | ||
885 | 2024.05.14 04:13:45.184996 [ 3 ] {} <Debug> HTTP-Session: 45db280e-3b46-4208-bcbc-f029046a595c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
886 | 2024.05.14 04:13:45.185010 [ 3 ] {} <Debug> HTTP-Session: 45db280e-3b46-4208-bcbc-f029046a595c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
887 | 2024.05.14 04:13:45.185039 [ 3 ] {} <Trace> HTTP-Session: 45db280e-3b46-4208-bcbc-f029046a595c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
888 | 2024.05.14 04:13:45.185148 [ 3 ] {2489f91c-c8e8-4a2b-aac5-6d953535a2b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46248) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
889 | 2024.05.14 04:13:45.185194 [ 3 ] {2489f91c-c8e8-4a2b-aac5-6d953535a2b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
890 | 2024.05.14 04:13:45.189297 [ 3 ] {2489f91c-c8e8-4a2b-aac5-6d953535a2b3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
891 | 2024.05.14 04:13:45.200161 [ 3 ] {2489f91c-c8e8-4a2b-aac5-6d953535a2b3} <Trace> oximeter.timeseries_schema (b10f7cfb-c29d-47f8-8d18-c0afaed93d7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
892 | 2024.05.14 04:13:45.200206 [ 3 ] {2489f91c-c8e8-4a2b-aac5-6d953535a2b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
893 | 2024.05.14 04:13:45.200939 [ 3 ] {2489f91c-c8e8-4a2b-aac5-6d953535a2b3} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
894 | 2024.05.14 04:13:45.201446 [ 3 ] {2489f91c-c8e8-4a2b-aac5-6d953535a2b3} <Trace> oximeter.timeseries_schema (b10f7cfb-c29d-47f8-8d18-c0afaed93d7d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
895 | 2024.05.14 04:13:45.201582 [ 3 ] {2489f91c-c8e8-4a2b-aac5-6d953535a2b3} <Debug> executeQuery: Read 4 rows, 443.00 B in 0.016469 sec., 242.88056348290726 rows/sec., 26.27 KiB/sec. | ||
896 | 2024.05.14 04:13:45.201882 [ 3 ] {2489f91c-c8e8-4a2b-aac5-6d953535a2b3} <Debug> DynamicQueryHandler: Done processing query | ||
897 | 2024.05.14 04:13:45.201908 [ 3 ] {2489f91c-c8e8-4a2b-aac5-6d953535a2b3} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
898 | 2024.05.14 04:13:45.201923 [ 3 ] {} <Debug> HTTP-Session: 45db280e-3b46-4208-bcbc-f029046a595c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
899 | 2024.05.14 04:13:45.202029 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 2919, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
900 | 2024.05.14 04:13:45.202076 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
901 | 2024.05.14 04:13:45.202095 [ 3 ] {} <Debug> HTTP-Session: 3959516c-80c2-4292-beed-7bb73be681cd Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 | ||
902 | 2024.05.14 04:13:45.202111 [ 3 ] {} <Debug> HTTP-Session: 3959516c-80c2-4292-beed-7bb73be681cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
903 | 2024.05.14 04:13:45.202125 [ 3 ] {} <Debug> HTTP-Session: 3959516c-80c2-4292-beed-7bb73be681cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
904 | 2024.05.14 04:13:45.202154 [ 3 ] {} <Trace> HTTP-Session: 3959516c-80c2-4292-beed-7bb73be681cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
905 | 2024.05.14 04:13:45.202255 [ 3 ] {8dd45193-cbec-496d-b18e-0c60983127a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46248) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
906 | 2024.05.14 04:13:45.202299 [ 3 ] {8dd45193-cbec-496d-b18e-0c60983127a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
907 | 2024.05.14 04:13:45.202441 [ 3 ] {8dd45193-cbec-496d-b18e-0c60983127a8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
908 | 2024.05.14 04:13:45.208535 [ 3 ] {8dd45193-cbec-496d-b18e-0c60983127a8} <Trace> oximeter.fields_i64 (e95e7cee-aee3-4dd2-b291-5ec4d46ca463): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
909 | 2024.05.14 04:13:45.208569 [ 3 ] {8dd45193-cbec-496d-b18e-0c60983127a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
910 | 2024.05.14 04:13:45.209286 [ 3 ] {8dd45193-cbec-496d-b18e-0c60983127a8} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
911 | 2024.05.14 04:13:45.210035 [ 3 ] {8dd45193-cbec-496d-b18e-0c60983127a8} <Trace> oximeter.fields_i64 (e95e7cee-aee3-4dd2-b291-5ec4d46ca463): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
912 | 2024.05.14 04:13:45.210160 [ 3 ] {8dd45193-cbec-496d-b18e-0c60983127a8} <Debug> executeQuery: Read 20 rows, 1.62 KiB in 0.007935 sec., 2520.478890989288 rows/sec., 204.30 KiB/sec. | ||
913 | 2024.05.14 04:13:45.210419 [ 3 ] {8dd45193-cbec-496d-b18e-0c60983127a8} <Debug> DynamicQueryHandler: Done processing query | ||
914 | 2024.05.14 04:13:45.210444 [ 3 ] {8dd45193-cbec-496d-b18e-0c60983127a8} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
915 | 2024.05.14 04:13:45.210459 [ 3 ] {} <Debug> HTTP-Session: 3959516c-80c2-4292-beed-7bb73be681cd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
916 | 2024.05.14 04:13:45.210602 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 9072, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
917 | 2024.05.14 04:13:45.210651 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
918 | 2024.05.14 04:13:45.210669 [ 3 ] {} <Debug> HTTP-Session: c4d99814-d1b8-4c18-a29c-2119db87f03c Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 | ||
919 | 2024.05.14 04:13:45.210686 [ 3 ] {} <Debug> HTTP-Session: c4d99814-d1b8-4c18-a29c-2119db87f03c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
920 | 2024.05.14 04:13:45.210700 [ 3 ] {} <Debug> HTTP-Session: c4d99814-d1b8-4c18-a29c-2119db87f03c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
921 | 2024.05.14 04:13:45.210730 [ 3 ] {} <Trace> HTTP-Session: c4d99814-d1b8-4c18-a29c-2119db87f03c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
922 | 2024.05.14 04:13:45.210842 [ 3 ] {cb7cefa0-f222-44e4-9d42-5be6dd1c83cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46248) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
923 | 2024.05.14 04:13:45.210885 [ 3 ] {cb7cefa0-f222-44e4-9d42-5be6dd1c83cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
924 | 2024.05.14 04:13:45.211021 [ 3 ] {cb7cefa0-f222-44e4-9d42-5be6dd1c83cc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
925 | 2024.05.14 04:13:45.213260 [ 3 ] {cb7cefa0-f222-44e4-9d42-5be6dd1c83cc} <Trace> oximeter.fields_string (ea26d226-8f30-468f-b73e-814b31b2f89b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
926 | 2024.05.14 04:13:45.213301 [ 3 ] {cb7cefa0-f222-44e4-9d42-5be6dd1c83cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
927 | 2024.05.14 04:13:45.213776 [ 3 ] {cb7cefa0-f222-44e4-9d42-5be6dd1c83cc} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
928 | 2024.05.14 04:13:45.214288 [ 3 ] {cb7cefa0-f222-44e4-9d42-5be6dd1c83cc} <Trace> oximeter.fields_string (ea26d226-8f30-468f-b73e-814b31b2f89b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
929 | 2024.05.14 04:13:45.214405 [ 3 ] {cb7cefa0-f222-44e4-9d42-5be6dd1c83cc} <Debug> executeQuery: Read 60 rows, 5.38 KiB in 0.003602 sec., 16657.412548584118 rows/sec., 1.46 MiB/sec. | ||
930 | 2024.05.14 04:13:45.214555 [ 3 ] {cb7cefa0-f222-44e4-9d42-5be6dd1c83cc} <Debug> DynamicQueryHandler: Done processing query | ||
931 | 2024.05.14 04:13:45.214585 [ 3 ] {cb7cefa0-f222-44e4-9d42-5be6dd1c83cc} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
932 | 2024.05.14 04:13:45.214607 [ 3 ] {} <Debug> HTTP-Session: c4d99814-d1b8-4c18-a29c-2119db87f03c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
933 | 2024.05.14 04:13:45.214753 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 5147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
934 | 2024.05.14 04:13:45.214801 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
935 | 2024.05.14 04:13:45.214819 [ 3 ] {} <Debug> HTTP-Session: facbf8f4-dcc6-4c83-b296-cfa58f03c20c Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 | ||
936 | 2024.05.14 04:13:45.214835 [ 3 ] {} <Debug> HTTP-Session: facbf8f4-dcc6-4c83-b296-cfa58f03c20c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
937 | 2024.05.14 04:13:45.214848 [ 3 ] {} <Debug> HTTP-Session: facbf8f4-dcc6-4c83-b296-cfa58f03c20c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
938 | 2024.05.14 04:13:45.214876 [ 3 ] {} <Trace> HTTP-Session: facbf8f4-dcc6-4c83-b296-cfa58f03c20c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
939 | 2024.05.14 04:13:45.214971 [ 3 ] {d455da3d-fb23-41f9-8dc4-4109f2f1dd84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46248) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
940 | 2024.05.14 04:13:45.215011 [ 3 ] {d455da3d-fb23-41f9-8dc4-4109f2f1dd84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
941 | 2024.05.14 04:13:45.215732 [ 3 ] {d455da3d-fb23-41f9-8dc4-4109f2f1dd84} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
942 | 2024.05.14 04:13:45.218796 [ 3 ] {d455da3d-fb23-41f9-8dc4-4109f2f1dd84} <Trace> oximeter.fields_uuid (2f9a79b0-af90-4012-baf4-dd30c9d001c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
943 | 2024.05.14 04:13:45.218829 [ 3 ] {d455da3d-fb23-41f9-8dc4-4109f2f1dd84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
944 | 2024.05.14 04:13:45.221225 [ 3 ] {d455da3d-fb23-41f9-8dc4-4109f2f1dd84} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
945 | 2024.05.14 04:13:45.221985 [ 3 ] {d455da3d-fb23-41f9-8dc4-4109f2f1dd84} <Trace> oximeter.fields_uuid (2f9a79b0-af90-4012-baf4-dd30c9d001c2): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
946 | 2024.05.14 04:13:45.222108 [ 3 ] {d455da3d-fb23-41f9-8dc4-4109f2f1dd84} <Debug> executeQuery: Read 30 rows, 2.42 KiB in 0.007139 sec., 4202.269225381706 rows/sec., 338.29 KiB/sec. | ||
947 | 2024.05.14 04:13:45.222348 [ 3 ] {d455da3d-fb23-41f9-8dc4-4109f2f1dd84} <Debug> DynamicQueryHandler: Done processing query | ||
948 | 2024.05.14 04:13:45.222374 [ 3 ] {d455da3d-fb23-41f9-8dc4-4109f2f1dd84} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
949 | 2024.05.14 04:13:45.222389 [ 3 ] {} <Debug> HTTP-Session: facbf8f4-dcc6-4c83-b296-cfa58f03c20c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
950 | 2024.05.14 04:13:45.222527 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 21434, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
951 | 2024.05.14 04:13:45.222575 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
952 | 2024.05.14 04:13:45.222594 [ 3 ] {} <Debug> HTTP-Session: 7f74a0fa-c611-4883-9cd2-28a586c69729 Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 | ||
953 | 2024.05.14 04:13:45.222613 [ 3 ] {} <Debug> HTTP-Session: 7f74a0fa-c611-4883-9cd2-28a586c69729 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
954 | 2024.05.14 04:13:45.222626 [ 3 ] {} <Debug> HTTP-Session: 7f74a0fa-c611-4883-9cd2-28a586c69729 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
955 | 2024.05.14 04:13:45.222656 [ 3 ] {} <Trace> HTTP-Session: 7f74a0fa-c611-4883-9cd2-28a586c69729 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
956 | 2024.05.14 04:13:45.222844 [ 3 ] {ef2edf25-f621-46bf-bb33-950ed6281be1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46248) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
957 | 2024.05.14 04:13:45.222892 [ 3 ] {ef2edf25-f621-46bf-bb33-950ed6281be1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
958 | 2024.05.14 04:13:45.223076 [ 3 ] {ef2edf25-f621-46bf-bb33-950ed6281be1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
959 | 2024.05.14 04:13:45.223507 [ 3 ] {ef2edf25-f621-46bf-bb33-950ed6281be1} <Trace> oximeter.measurements_histogramf64 (09928621-9c87-4157-8dc9-56bf2d5b5388): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
960 | 2024.05.14 04:13:45.223542 [ 3 ] {ef2edf25-f621-46bf-bb33-950ed6281be1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
961 | 2024.05.14 04:13:45.228637 [ 3 ] {ef2edf25-f621-46bf-bb33-950ed6281be1} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
962 | 2024.05.14 04:13:45.229300 [ 3 ] {ef2edf25-f621-46bf-bb33-950ed6281be1} <Trace> oximeter.measurements_histogramf64 (09928621-9c87-4157-8dc9-56bf2d5b5388): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
963 | 2024.05.14 04:13:45.229429 [ 3 ] {ef2edf25-f621-46bf-bb33-950ed6281be1} <Debug> executeQuery: Read 20 rows, 27.64 KiB in 0.006699 sec., 2985.520226899537 rows/sec., 4.03 MiB/sec. | ||
964 | 2024.05.14 04:13:45.229708 [ 3 ] {ef2edf25-f621-46bf-bb33-950ed6281be1} <Debug> DynamicQueryHandler: Done processing query | ||
965 | 2024.05.14 04:13:45.229736 [ 3 ] {ef2edf25-f621-46bf-bb33-950ed6281be1} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
966 | 2024.05.14 04:13:45.229752 [ 3 ] {} <Debug> HTTP-Session: 7f74a0fa-c611-4883-9cd2-28a586c69729 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
967 | 2024.05.14 04:13:45.229874 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 2949, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
968 | 2024.05.14 04:13:45.229923 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
969 | 2024.05.14 04:13:45.229943 [ 3 ] {} <Debug> HTTP-Session: a812818d-7e46-42ec-a911-3c4b750e7780 Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 | ||
970 | 2024.05.14 04:13:45.229960 [ 3 ] {} <Debug> HTTP-Session: a812818d-7e46-42ec-a911-3c4b750e7780 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
971 | 2024.05.14 04:13:45.229974 [ 3 ] {} <Debug> HTTP-Session: a812818d-7e46-42ec-a911-3c4b750e7780 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
972 | 2024.05.14 04:13:45.230005 [ 3 ] {} <Trace> HTTP-Session: a812818d-7e46-42ec-a911-3c4b750e7780 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
973 | 2024.05.14 04:13:45.230108 [ 3 ] {525f04c3-2b8d-4485-b33e-06187b896a03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46248) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
974 | 2024.05.14 04:13:45.230155 [ 3 ] {525f04c3-2b8d-4485-b33e-06187b896a03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
975 | 2024.05.14 04:13:45.230298 [ 3 ] {525f04c3-2b8d-4485-b33e-06187b896a03} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
976 | 2024.05.14 04:13:45.230618 [ 3 ] {525f04c3-2b8d-4485-b33e-06187b896a03} <Trace> oximeter.measurements_i64 (e3e8e149-e0af-490a-a0f4-4a6be143cd9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
977 | 2024.05.14 04:13:45.230652 [ 3 ] {525f04c3-2b8d-4485-b33e-06187b896a03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
978 | 2024.05.14 04:13:45.231221 [ 3 ] {525f04c3-2b8d-4485-b33e-06187b896a03} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
979 | 2024.05.14 04:13:45.231850 [ 3 ] {525f04c3-2b8d-4485-b33e-06187b896a03} <Trace> oximeter.measurements_i64 (e3e8e149-e0af-490a-a0f4-4a6be143cd9d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
980 | 2024.05.14 04:13:45.231980 [ 3 ] {525f04c3-2b8d-4485-b33e-06187b896a03} <Debug> executeQuery: Read 18 rows, 1.36 KiB in 0.001901 sec., 9468.700683850606 rows/sec., 713.54 KiB/sec. | ||
981 | 2024.05.14 04:13:45.232231 [ 3 ] {525f04c3-2b8d-4485-b33e-06187b896a03} <Debug> DynamicQueryHandler: Done processing query | ||
982 | 2024.05.14 04:13:45.232257 [ 3 ] {525f04c3-2b8d-4485-b33e-06187b896a03} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
983 | 2024.05.14 04:13:45.232273 [ 3 ] {} <Debug> HTTP-Session: a812818d-7e46-42ec-a911-3c4b750e7780 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
984 | 2024.05.14 04:13:55.123113 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 3063, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
985 | 2024.05.14 04:13:55.123238 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
986 | 2024.05.14 04:13:55.123263 [ 3 ] {} <Debug> HTTP-Session: 7ab91a02-f67d-43fa-9d66-9373bea3f076 Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 | ||
987 | 2024.05.14 04:13:55.123286 [ 3 ] {} <Debug> HTTP-Session: 7ab91a02-f67d-43fa-9d66-9373bea3f076 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
988 | 2024.05.14 04:13:55.123300 [ 3 ] {} <Debug> HTTP-Session: 7ab91a02-f67d-43fa-9d66-9373bea3f076 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
989 | 2024.05.14 04:13:55.123347 [ 3 ] {} <Trace> HTTP-Session: 7ab91a02-f67d-43fa-9d66-9373bea3f076 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
990 | 2024.05.14 04:13:55.123529 [ 3 ] {af39a8e7-a484-485f-8c5b-f60974793a72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46248) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
991 | 2024.05.14 04:13:55.123596 [ 3 ] {af39a8e7-a484-485f-8c5b-f60974793a72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
992 | 2024.05.14 04:13:55.123780 [ 3 ] {af39a8e7-a484-485f-8c5b-f60974793a72} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
993 | 2024.05.14 04:13:55.124175 [ 3 ] {af39a8e7-a484-485f-8c5b-f60974793a72} <Trace> oximeter.fields_i64 (e95e7cee-aee3-4dd2-b291-5ec4d46ca463): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
994 | 2024.05.14 04:13:55.124222 [ 3 ] {af39a8e7-a484-485f-8c5b-f60974793a72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
995 | 2024.05.14 04:13:55.124591 [ 3 ] {af39a8e7-a484-485f-8c5b-f60974793a72} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
996 | 2024.05.14 04:13:55.124915 [ 3 ] {af39a8e7-a484-485f-8c5b-f60974793a72} <Trace> oximeter.fields_i64 (e95e7cee-aee3-4dd2-b291-5ec4d46ca463): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
997 | 2024.05.14 04:13:55.125102 [ 3 ] {af39a8e7-a484-485f-8c5b-f60974793a72} <Debug> executeQuery: Read 21 rows, 1.70 KiB in 0.001624 sec., 12931.034482758621 rows/sec., 1.02 MiB/sec. | ||
998 | 2024.05.14 04:13:55.125302 [ 3 ] {af39a8e7-a484-485f-8c5b-f60974793a72} <Debug> DynamicQueryHandler: Done processing query | ||
999 | 2024.05.14 04:13:55.125329 [ 3 ] {af39a8e7-a484-485f-8c5b-f60974793a72} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1000 | 2024.05.14 04:13:55.125345 [ 3 ] {} <Debug> HTTP-Session: 7ab91a02-f67d-43fa-9d66-9373bea3f076 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1001 | 2024.05.14 04:13:55.125506 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 9521, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1002 | 2024.05.14 04:13:55.125557 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1003 | 2024.05.14 04:13:55.125577 [ 3 ] {} <Debug> HTTP-Session: 68fcc53c-a8ee-4fa2-8d80-e288e636f8db Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 | ||
1004 | 2024.05.14 04:13:55.125595 [ 3 ] {} <Debug> HTTP-Session: 68fcc53c-a8ee-4fa2-8d80-e288e636f8db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1005 | 2024.05.14 04:13:55.125609 [ 3 ] {} <Debug> HTTP-Session: 68fcc53c-a8ee-4fa2-8d80-e288e636f8db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1006 | 2024.05.14 04:13:55.125644 [ 3 ] {} <Trace> HTTP-Session: 68fcc53c-a8ee-4fa2-8d80-e288e636f8db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1007 | 2024.05.14 04:13:55.125767 [ 3 ] {3a29afb4-2460-4332-8505-c4bf7f397e08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46248) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1008 | 2024.05.14 04:13:55.125813 [ 3 ] {3a29afb4-2460-4332-8505-c4bf7f397e08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1009 | 2024.05.14 04:13:55.125939 [ 3 ] {3a29afb4-2460-4332-8505-c4bf7f397e08} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1010 | 2024.05.14 04:13:55.126279 [ 3 ] {3a29afb4-2460-4332-8505-c4bf7f397e08} <Trace> oximeter.fields_string (ea26d226-8f30-468f-b73e-814b31b2f89b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1011 | 2024.05.14 04:13:55.126317 [ 3 ] {3a29afb4-2460-4332-8505-c4bf7f397e08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
1012 | 2024.05.14 04:13:55.126631 [ 3 ] {3a29afb4-2460-4332-8505-c4bf7f397e08} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1013 | 2024.05.14 04:13:55.126924 [ 3 ] {3a29afb4-2460-4332-8505-c4bf7f397e08} <Trace> oximeter.fields_string (ea26d226-8f30-468f-b73e-814b31b2f89b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1014 | 2024.05.14 04:13:55.127077 [ 3 ] {3a29afb4-2460-4332-8505-c4bf7f397e08} <Debug> executeQuery: Read 63 rows, 5.65 KiB in 0.001348 sec., 46735.905044510386 rows/sec., 4.09 MiB/sec. | ||
1015 | 2024.05.14 04:13:55.127347 [ 3 ] {3a29afb4-2460-4332-8505-c4bf7f397e08} <Debug> DynamicQueryHandler: Done processing query | ||
1016 | 2024.05.14 04:13:55.127373 [ 3 ] {3a29afb4-2460-4332-8505-c4bf7f397e08} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
1017 | 2024.05.14 04:13:55.127390 [ 3 ] {} <Debug> HTTP-Session: 68fcc53c-a8ee-4fa2-8d80-e288e636f8db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1018 | 2024.05.14 04:13:55.127511 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 3610, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1019 | 2024.05.14 04:13:55.127560 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1020 | 2024.05.14 04:13:55.127581 [ 3 ] {} <Debug> HTTP-Session: a7e24fe4-c929-4845-b3ad-405b8a864d15 Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 | ||
1021 | 2024.05.14 04:13:55.127598 [ 3 ] {} <Debug> HTTP-Session: a7e24fe4-c929-4845-b3ad-405b8a864d15 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1022 | 2024.05.14 04:13:55.127612 [ 3 ] {} <Debug> HTTP-Session: a7e24fe4-c929-4845-b3ad-405b8a864d15 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1023 | 2024.05.14 04:13:55.127642 [ 3 ] {} <Trace> HTTP-Session: a7e24fe4-c929-4845-b3ad-405b8a864d15 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1024 | 2024.05.14 04:13:55.127745 [ 3 ] {440c5f27-baf9-4a61-b39d-abc35093e368} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46248) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1025 | 2024.05.14 04:13:55.127789 [ 3 ] {440c5f27-baf9-4a61-b39d-abc35093e368} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1026 | 2024.05.14 04:13:55.127930 [ 3 ] {440c5f27-baf9-4a61-b39d-abc35093e368} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1027 | 2024.05.14 04:13:55.128236 [ 3 ] {440c5f27-baf9-4a61-b39d-abc35093e368} <Trace> oximeter.fields_uuid (2f9a79b0-af90-4012-baf4-dd30c9d001c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1028 | 2024.05.14 04:13:55.128273 [ 3 ] {440c5f27-baf9-4a61-b39d-abc35093e368} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
1029 | 2024.05.14 04:13:55.128586 [ 3 ] {440c5f27-baf9-4a61-b39d-abc35093e368} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1030 | 2024.05.14 04:13:55.128886 [ 3 ] {440c5f27-baf9-4a61-b39d-abc35093e368} <Trace> oximeter.fields_uuid (2f9a79b0-af90-4012-baf4-dd30c9d001c2): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1031 | 2024.05.14 04:13:55.129033 [ 3 ] {440c5f27-baf9-4a61-b39d-abc35093e368} <Debug> executeQuery: Read 21 rows, 1.68 KiB in 0.001311 sec., 16018.306636155605 rows/sec., 1.25 MiB/sec. | ||
1032 | 2024.05.14 04:13:55.129197 [ 3 ] {440c5f27-baf9-4a61-b39d-abc35093e368} <Debug> DynamicQueryHandler: Done processing query | ||
1033 | 2024.05.14 04:13:55.129222 [ 3 ] {440c5f27-baf9-4a61-b39d-abc35093e368} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1034 | 2024.05.14 04:13:55.129238 [ 3 ] {} <Debug> HTTP-Session: a7e24fe4-c929-4845-b3ad-405b8a864d15 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1035 | 2024.05.14 04:13:55.129405 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 22505, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1036 | 2024.05.14 04:13:55.129453 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1037 | 2024.05.14 04:13:55.129472 [ 3 ] {} <Debug> HTTP-Session: 591b02ea-7e5d-4f3e-a13f-2b2ca99c81e7 Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 | ||
1038 | 2024.05.14 04:13:55.129488 [ 3 ] {} <Debug> HTTP-Session: 591b02ea-7e5d-4f3e-a13f-2b2ca99c81e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1039 | 2024.05.14 04:13:55.129502 [ 3 ] {} <Debug> HTTP-Session: 591b02ea-7e5d-4f3e-a13f-2b2ca99c81e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1040 | 2024.05.14 04:13:55.129531 [ 3 ] {} <Trace> HTTP-Session: 591b02ea-7e5d-4f3e-a13f-2b2ca99c81e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1041 | 2024.05.14 04:13:55.129724 [ 3 ] {45027ab2-b9c7-4723-b9dd-5183595b533f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46248) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
1042 | 2024.05.14 04:13:55.129772 [ 3 ] {45027ab2-b9c7-4723-b9dd-5183595b533f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
1043 | 2024.05.14 04:13:55.129927 [ 3 ] {45027ab2-b9c7-4723-b9dd-5183595b533f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1044 | 2024.05.14 04:13:55.130337 [ 3 ] {45027ab2-b9c7-4723-b9dd-5183595b533f} <Trace> oximeter.measurements_histogramf64 (09928621-9c87-4157-8dc9-56bf2d5b5388): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1045 | 2024.05.14 04:13:55.130372 [ 3 ] {45027ab2-b9c7-4723-b9dd-5183595b533f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
1046 | 2024.05.14 04:13:55.130778 [ 3 ] {45027ab2-b9c7-4723-b9dd-5183595b533f} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1047 | 2024.05.14 04:13:55.131119 [ 3 ] {45027ab2-b9c7-4723-b9dd-5183595b533f} <Trace> oximeter.measurements_histogramf64 (09928621-9c87-4157-8dc9-56bf2d5b5388): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1048 | 2024.05.14 04:13:55.131269 [ 3 ] {45027ab2-b9c7-4723-b9dd-5183595b533f} <Debug> executeQuery: Read 21 rows, 29.02 KiB in 0.001661 sec., 12642.986152919928 rows/sec., 17.06 MiB/sec. | ||
1049 | 2024.05.14 04:13:55.131547 [ 3 ] {45027ab2-b9c7-4723-b9dd-5183595b533f} <Debug> DynamicQueryHandler: Done processing query | ||
1050 | 2024.05.14 04:13:55.131572 [ 3 ] {45027ab2-b9c7-4723-b9dd-5183595b533f} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
1051 | 2024.05.14 04:13:55.131588 [ 3 ] {} <Debug> HTTP-Session: 591b02ea-7e5d-4f3e-a13f-2b2ca99c81e7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1052 | 2024.05.14 04:13:59.329756 [ 26 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1053 | 2024.05.14 04:13:59.329815 [ 26 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1054 | 2024.05.14 04:14:05.123267 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 3205, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1055 | 2024.05.14 04:14:05.123405 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1056 | 2024.05.14 04:14:05.123431 [ 3 ] {} <Debug> HTTP-Session: 9119cfa1-ee62-4970-af1f-3f18222dce77 Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 | ||
1057 | 2024.05.14 04:14:05.123455 [ 3 ] {} <Debug> HTTP-Session: 9119cfa1-ee62-4970-af1f-3f18222dce77 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1058 | 2024.05.14 04:14:05.123470 [ 3 ] {} <Debug> HTTP-Session: 9119cfa1-ee62-4970-af1f-3f18222dce77 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1059 | 2024.05.14 04:14:05.123518 [ 3 ] {} <Trace> HTTP-Session: 9119cfa1-ee62-4970-af1f-3f18222dce77 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1060 | 2024.05.14 04:14:05.123701 [ 3 ] {f3ac7d68-33d2-47d4-8a6c-9999ba4455b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46248) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
1061 | 2024.05.14 04:14:05.123768 [ 3 ] {f3ac7d68-33d2-47d4-8a6c-9999ba4455b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
1062 | 2024.05.14 04:14:05.123961 [ 3 ] {f3ac7d68-33d2-47d4-8a6c-9999ba4455b9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1063 | 2024.05.14 04:14:05.124378 [ 3 ] {f3ac7d68-33d2-47d4-8a6c-9999ba4455b9} <Trace> oximeter.fields_i64 (e95e7cee-aee3-4dd2-b291-5ec4d46ca463): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1064 | 2024.05.14 04:14:05.124423 [ 3 ] {f3ac7d68-33d2-47d4-8a6c-9999ba4455b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
1065 | 2024.05.14 04:14:05.124791 [ 3 ] {f3ac7d68-33d2-47d4-8a6c-9999ba4455b9} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1066 | 2024.05.14 04:14:05.125141 [ 3 ] {f3ac7d68-33d2-47d4-8a6c-9999ba4455b9} <Trace> oximeter.fields_i64 (e95e7cee-aee3-4dd2-b291-5ec4d46ca463): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1067 | 2024.05.14 04:14:05.125328 [ 3 ] {f3ac7d68-33d2-47d4-8a6c-9999ba4455b9} <Debug> executeQuery: Read 22 rows, 1.78 KiB in 0.001675 sec., 13134.328358208955 rows/sec., 1.04 MiB/sec. | ||
1068 | 2024.05.14 04:14:05.125663 [ 3 ] {f3ac7d68-33d2-47d4-8a6c-9999ba4455b9} <Debug> DynamicQueryHandler: Done processing query | ||
1069 | 2024.05.14 04:14:05.125691 [ 3 ] {f3ac7d68-33d2-47d4-8a6c-9999ba4455b9} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1070 | 2024.05.14 04:14:05.125707 [ 3 ] {} <Debug> HTTP-Session: 9119cfa1-ee62-4970-af1f-3f18222dce77 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1071 | 2024.05.14 04:14:05.125845 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 9964, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1072 | 2024.05.14 04:14:05.125904 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1073 | 2024.05.14 04:14:05.125924 [ 3 ] {} <Debug> HTTP-Session: dbf3b0bf-11af-4d94-94a6-ed190b4b14cd Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 | ||
1074 | 2024.05.14 04:14:05.125942 [ 3 ] {} <Debug> HTTP-Session: dbf3b0bf-11af-4d94-94a6-ed190b4b14cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1075 | 2024.05.14 04:14:05.125956 [ 3 ] {} <Debug> HTTP-Session: dbf3b0bf-11af-4d94-94a6-ed190b4b14cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1076 | 2024.05.14 04:14:05.125992 [ 3 ] {} <Trace> HTTP-Session: dbf3b0bf-11af-4d94-94a6-ed190b4b14cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1077 | 2024.05.14 04:14:05.126120 [ 3 ] {4d232969-2d01-4dc1-9dad-b4245daf4c2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46248) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1078 | 2024.05.14 04:14:05.126170 [ 3 ] {4d232969-2d01-4dc1-9dad-b4245daf4c2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1079 | 2024.05.14 04:14:05.126314 [ 3 ] {4d232969-2d01-4dc1-9dad-b4245daf4c2d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1080 | 2024.05.14 04:14:05.126646 [ 3 ] {4d232969-2d01-4dc1-9dad-b4245daf4c2d} <Trace> oximeter.fields_string (ea26d226-8f30-468f-b73e-814b31b2f89b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1081 | 2024.05.14 04:14:05.126685 [ 3 ] {4d232969-2d01-4dc1-9dad-b4245daf4c2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
1082 | 2024.05.14 04:14:05.127020 [ 3 ] {4d232969-2d01-4dc1-9dad-b4245daf4c2d} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1083 | 2024.05.14 04:14:05.127335 [ 3 ] {4d232969-2d01-4dc1-9dad-b4245daf4c2d} <Trace> oximeter.fields_string (ea26d226-8f30-468f-b73e-814b31b2f89b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1084 | 2024.05.14 04:14:05.127491 [ 3 ] {4d232969-2d01-4dc1-9dad-b4245daf4c2d} <Debug> executeQuery: Read 66 rows, 5.92 KiB in 0.001409 sec., 46841.73172462739 rows/sec., 4.10 MiB/sec. | ||
1085 | 2024.05.14 04:14:05.127667 [ 3 ] {4d232969-2d01-4dc1-9dad-b4245daf4c2d} <Debug> DynamicQueryHandler: Done processing query | ||
1086 | 2024.05.14 04:14:05.127692 [ 3 ] {4d232969-2d01-4dc1-9dad-b4245daf4c2d} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
1087 | 2024.05.14 04:14:05.127709 [ 3 ] {} <Debug> HTTP-Session: dbf3b0bf-11af-4d94-94a6-ed190b4b14cd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1088 | 2024.05.14 04:14:05.127826 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 3778, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1089 | 2024.05.14 04:14:05.127877 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1090 | 2024.05.14 04:14:05.127894 [ 3 ] {} <Debug> HTTP-Session: 5b9d5bdb-677d-4ad5-b193-c1ed005f18f6 Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 | ||
1091 | 2024.05.14 04:14:05.127910 [ 3 ] {} <Debug> HTTP-Session: 5b9d5bdb-677d-4ad5-b193-c1ed005f18f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1092 | 2024.05.14 04:14:05.127923 [ 3 ] {} <Debug> HTTP-Session: 5b9d5bdb-677d-4ad5-b193-c1ed005f18f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1093 | 2024.05.14 04:14:05.127952 [ 3 ] {} <Trace> HTTP-Session: 5b9d5bdb-677d-4ad5-b193-c1ed005f18f6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1094 | 2024.05.14 04:14:05.128051 [ 3 ] {cbc71297-a7b9-4ef3-a79d-8d8ed8a226bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46248) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1095 | 2024.05.14 04:14:05.128093 [ 3 ] {cbc71297-a7b9-4ef3-a79d-8d8ed8a226bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1096 | 2024.05.14 04:14:05.128209 [ 3 ] {cbc71297-a7b9-4ef3-a79d-8d8ed8a226bc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1097 | 2024.05.14 04:14:05.128498 [ 3 ] {cbc71297-a7b9-4ef3-a79d-8d8ed8a226bc} <Trace> oximeter.fields_uuid (2f9a79b0-af90-4012-baf4-dd30c9d001c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1098 | 2024.05.14 04:14:05.128533 [ 3 ] {cbc71297-a7b9-4ef3-a79d-8d8ed8a226bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
1099 | 2024.05.14 04:14:05.128927 [ 3 ] {cbc71297-a7b9-4ef3-a79d-8d8ed8a226bc} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1100 | 2024.05.14 04:14:05.129254 [ 3 ] {cbc71297-a7b9-4ef3-a79d-8d8ed8a226bc} <Trace> oximeter.fields_uuid (2f9a79b0-af90-4012-baf4-dd30c9d001c2): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1101 | 2024.05.14 04:14:05.129381 [ 3 ] {cbc71297-a7b9-4ef3-a79d-8d8ed8a226bc} <Debug> executeQuery: Read 22 rows, 1.76 KiB in 0.00134 sec., 16417.910447761195 rows/sec., 1.28 MiB/sec. | ||
1102 | 2024.05.14 04:14:05.129575 [ 3 ] {cbc71297-a7b9-4ef3-a79d-8d8ed8a226bc} <Debug> DynamicQueryHandler: Done processing query | ||
1103 | 2024.05.14 04:14:05.129600 [ 3 ] {cbc71297-a7b9-4ef3-a79d-8d8ed8a226bc} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1104 | 2024.05.14 04:14:05.129616 [ 3 ] {} <Debug> HTTP-Session: 5b9d5bdb-677d-4ad5-b193-c1ed005f18f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1105 | 2024.05.14 04:14:05.129753 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 23572, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1106 | 2024.05.14 04:14:05.129806 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1107 | 2024.05.14 04:14:05.129825 [ 3 ] {} <Debug> HTTP-Session: f7856a5f-3bfe-4b00-bae6-5d55bb1511b7 Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 | ||
1108 | 2024.05.14 04:14:05.129841 [ 3 ] {} <Debug> HTTP-Session: f7856a5f-3bfe-4b00-bae6-5d55bb1511b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1109 | 2024.05.14 04:14:05.129855 [ 3 ] {} <Debug> HTTP-Session: f7856a5f-3bfe-4b00-bae6-5d55bb1511b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1110 | 2024.05.14 04:14:05.129887 [ 3 ] {} <Trace> HTTP-Session: f7856a5f-3bfe-4b00-bae6-5d55bb1511b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1111 | 2024.05.14 04:14:05.130090 [ 3 ] {b53575dd-e2c3-4456-b22c-c2e97dbd37fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46248) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
1112 | 2024.05.14 04:14:05.130139 [ 3 ] {b53575dd-e2c3-4456-b22c-c2e97dbd37fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
1113 | 2024.05.14 04:14:05.130301 [ 3 ] {b53575dd-e2c3-4456-b22c-c2e97dbd37fd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1114 | 2024.05.14 04:14:05.130724 [ 3 ] {b53575dd-e2c3-4456-b22c-c2e97dbd37fd} <Trace> oximeter.measurements_histogramf64 (09928621-9c87-4157-8dc9-56bf2d5b5388): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1115 | 2024.05.14 04:14:05.130760 [ 3 ] {b53575dd-e2c3-4456-b22c-c2e97dbd37fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
1116 | 2024.05.14 04:14:05.131179 [ 3 ] {b53575dd-e2c3-4456-b22c-c2e97dbd37fd} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1117 | 2024.05.14 04:14:05.131526 [ 3 ] {b53575dd-e2c3-4456-b22c-c2e97dbd37fd} <Trace> oximeter.measurements_histogramf64 (09928621-9c87-4157-8dc9-56bf2d5b5388): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1118 | 2024.05.14 04:14:05.131669 [ 3 ] {b53575dd-e2c3-4456-b22c-c2e97dbd37fd} <Debug> executeQuery: Read 22 rows, 30.40 KiB in 0.001698 sec., 12956.419316843345 rows/sec., 17.48 MiB/sec. | ||
1119 | 2024.05.14 04:14:05.131854 [ 3 ] {b53575dd-e2c3-4456-b22c-c2e97dbd37fd} <Debug> DynamicQueryHandler: Done processing query | ||
1120 | 2024.05.14 04:14:05.131880 [ 3 ] {b53575dd-e2c3-4456-b22c-c2e97dbd37fd} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
1121 | 2024.05.14 04:14:05.131896 [ 3 ] {} <Debug> HTTP-Session: f7856a5f-3bfe-4b00-bae6-5d55bb1511b7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1122 | 2024.05.14 04:14:14.330082 [ 58 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1123 | 2024.05.14 04:14:14.330164 [ 58 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1124 | 2024.05.14 04:14:15.123571 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 3205, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1125 | 2024.05.14 04:14:15.123743 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1126 | 2024.05.14 04:14:15.123786 [ 3 ] {} <Debug> HTTP-Session: 000ab008-b132-42f3-9f3c-09b691f6df26 Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 | ||
1127 | 2024.05.14 04:14:15.123823 [ 3 ] {} <Debug> HTTP-Session: 000ab008-b132-42f3-9f3c-09b691f6df26 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1128 | 2024.05.14 04:14:15.123850 [ 3 ] {} <Debug> HTTP-Session: 000ab008-b132-42f3-9f3c-09b691f6df26 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1129 | 2024.05.14 04:14:15.123924 [ 3 ] {} <Trace> HTTP-Session: 000ab008-b132-42f3-9f3c-09b691f6df26 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1130 | 2024.05.14 04:14:15.124110 [ 3 ] {8a338ed7-fd5e-4f5a-802b-46d0eed20072} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46248) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
1131 | 2024.05.14 04:14:15.124175 [ 3 ] {8a338ed7-fd5e-4f5a-802b-46d0eed20072} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
1132 | 2024.05.14 04:14:15.124354 [ 3 ] {8a338ed7-fd5e-4f5a-802b-46d0eed20072} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1133 | 2024.05.14 04:14:15.124879 [ 3 ] {8a338ed7-fd5e-4f5a-802b-46d0eed20072} <Trace> oximeter.fields_i64 (e95e7cee-aee3-4dd2-b291-5ec4d46ca463): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1134 | 2024.05.14 04:14:15.124922 [ 3 ] {8a338ed7-fd5e-4f5a-802b-46d0eed20072} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
1135 | 2024.05.14 04:14:15.125290 [ 3 ] {8a338ed7-fd5e-4f5a-802b-46d0eed20072} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1136 | 2024.05.14 04:14:15.125625 [ 3 ] {8a338ed7-fd5e-4f5a-802b-46d0eed20072} <Trace> oximeter.fields_i64 (e95e7cee-aee3-4dd2-b291-5ec4d46ca463): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1137 | 2024.05.14 04:14:15.125783 [ 3 ] {8a338ed7-fd5e-4f5a-802b-46d0eed20072} <Debug> executeQuery: Read 22 rows, 1.78 KiB in 0.001726 sec., 12746.234067207415 rows/sec., 1.01 MiB/sec. | ||
1138 | 2024.05.14 04:14:15.126099 [ 3 ] {8a338ed7-fd5e-4f5a-802b-46d0eed20072} <Debug> DynamicQueryHandler: Done processing query | ||
1139 | 2024.05.14 04:14:15.126128 [ 3 ] {8a338ed7-fd5e-4f5a-802b-46d0eed20072} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1140 | 2024.05.14 04:14:15.126145 [ 3 ] {} <Debug> HTTP-Session: 000ab008-b132-42f3-9f3c-09b691f6df26 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1141 | 2024.05.14 04:14:15.126316 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 9964, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1142 | 2024.05.14 04:14:15.126375 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1143 | 2024.05.14 04:14:15.126395 [ 3 ] {} <Debug> HTTP-Session: ad8a6e2b-108c-40b3-8580-478aaf19f395 Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 | ||
1144 | 2024.05.14 04:14:15.126413 [ 3 ] {} <Debug> HTTP-Session: ad8a6e2b-108c-40b3-8580-478aaf19f395 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1145 | 2024.05.14 04:14:15.126427 [ 3 ] {} <Debug> HTTP-Session: ad8a6e2b-108c-40b3-8580-478aaf19f395 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1146 | 2024.05.14 04:14:15.126461 [ 3 ] {} <Trace> HTTP-Session: ad8a6e2b-108c-40b3-8580-478aaf19f395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1147 | 2024.05.14 04:14:15.126590 [ 3 ] {6d33a032-0237-4f29-b0b5-a9e32f0170d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46248) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1148 | 2024.05.14 04:14:15.126638 [ 3 ] {6d33a032-0237-4f29-b0b5-a9e32f0170d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1149 | 2024.05.14 04:14:15.126785 [ 3 ] {6d33a032-0237-4f29-b0b5-a9e32f0170d8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1150 | 2024.05.14 04:14:15.127167 [ 3 ] {6d33a032-0237-4f29-b0b5-a9e32f0170d8} <Trace> oximeter.fields_string (ea26d226-8f30-468f-b73e-814b31b2f89b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1151 | 2024.05.14 04:14:15.127207 [ 3 ] {6d33a032-0237-4f29-b0b5-a9e32f0170d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
1152 | 2024.05.14 04:14:15.127521 [ 3 ] {6d33a032-0237-4f29-b0b5-a9e32f0170d8} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1153 | 2024.05.14 04:14:15.127824 [ 3 ] {6d33a032-0237-4f29-b0b5-a9e32f0170d8} <Trace> oximeter.fields_string (ea26d226-8f30-468f-b73e-814b31b2f89b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1154 | 2024.05.14 04:14:15.127982 [ 3 ] {6d33a032-0237-4f29-b0b5-a9e32f0170d8} <Debug> executeQuery: Read 66 rows, 5.92 KiB in 0.00143 sec., 46153.84615384615 rows/sec., 4.04 MiB/sec. | ||
1155 | 2024.05.14 04:14:15.128377 [ 3 ] {6d33a032-0237-4f29-b0b5-a9e32f0170d8} <Debug> DynamicQueryHandler: Done processing query | ||
1156 | 2024.05.14 04:14:15.128404 [ 3 ] {6d33a032-0237-4f29-b0b5-a9e32f0170d8} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
1157 | 2024.05.14 04:14:15.128421 [ 3 ] {} <Debug> HTTP-Session: ad8a6e2b-108c-40b3-8580-478aaf19f395 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1158 | 2024.05.14 04:14:15.128540 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 3778, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1159 | 2024.05.14 04:14:15.128594 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1160 | 2024.05.14 04:14:15.128614 [ 3 ] {} <Debug> HTTP-Session: 95ccfafc-53e4-46d4-ad48-9c84e0b71681 Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 | ||
1161 | 2024.05.14 04:14:15.128630 [ 3 ] {} <Debug> HTTP-Session: 95ccfafc-53e4-46d4-ad48-9c84e0b71681 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1162 | 2024.05.14 04:14:15.128644 [ 3 ] {} <Debug> HTTP-Session: 95ccfafc-53e4-46d4-ad48-9c84e0b71681 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1163 | 2024.05.14 04:14:15.128675 [ 3 ] {} <Trace> HTTP-Session: 95ccfafc-53e4-46d4-ad48-9c84e0b71681 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1164 | 2024.05.14 04:14:15.128781 [ 3 ] {9e555183-864c-4567-bbb1-ee77b3f80c2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46248) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1165 | 2024.05.14 04:14:15.128827 [ 3 ] {9e555183-864c-4567-bbb1-ee77b3f80c2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1166 | 2024.05.14 04:14:15.128974 [ 3 ] {9e555183-864c-4567-bbb1-ee77b3f80c2d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1167 | 2024.05.14 04:14:15.129335 [ 3 ] {9e555183-864c-4567-bbb1-ee77b3f80c2d} <Trace> oximeter.fields_uuid (2f9a79b0-af90-4012-baf4-dd30c9d001c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1168 | 2024.05.14 04:14:15.129372 [ 3 ] {9e555183-864c-4567-bbb1-ee77b3f80c2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
1169 | 2024.05.14 04:14:15.129678 [ 3 ] {9e555183-864c-4567-bbb1-ee77b3f80c2d} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1170 | 2024.05.14 04:14:15.129998 [ 3 ] {9e555183-864c-4567-bbb1-ee77b3f80c2d} <Trace> oximeter.fields_uuid (2f9a79b0-af90-4012-baf4-dd30c9d001c2): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1171 | 2024.05.14 04:14:15.130156 [ 3 ] {9e555183-864c-4567-bbb1-ee77b3f80c2d} <Debug> executeQuery: Read 22 rows, 1.76 KiB in 0.001402 sec., 15691.868758915834 rows/sec., 1.23 MiB/sec. | ||
1172 | 2024.05.14 04:14:15.130571 [ 3 ] {9e555183-864c-4567-bbb1-ee77b3f80c2d} <Debug> DynamicQueryHandler: Done processing query | ||
1173 | 2024.05.14 04:14:15.130598 [ 3 ] {9e555183-864c-4567-bbb1-ee77b3f80c2d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1174 | 2024.05.14 04:14:15.130616 [ 3 ] {} <Debug> HTTP-Session: 95ccfafc-53e4-46d4-ad48-9c84e0b71681 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1175 | 2024.05.14 04:14:15.130785 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 23573, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1176 | 2024.05.14 04:14:15.130837 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1177 | 2024.05.14 04:14:15.130856 [ 3 ] {} <Debug> HTTP-Session: 398e73ed-2918-4ff8-9a97-61da3f13e5b6 Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 | ||
1178 | 2024.05.14 04:14:15.130873 [ 3 ] {} <Debug> HTTP-Session: 398e73ed-2918-4ff8-9a97-61da3f13e5b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1179 | 2024.05.14 04:14:15.130886 [ 3 ] {} <Debug> HTTP-Session: 398e73ed-2918-4ff8-9a97-61da3f13e5b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1180 | 2024.05.14 04:14:15.130916 [ 3 ] {} <Trace> HTTP-Session: 398e73ed-2918-4ff8-9a97-61da3f13e5b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1181 | 2024.05.14 04:14:15.131121 [ 3 ] {d461c84e-e7a1-4a78-aff2-83011f0a9835} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46248) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
1182 | 2024.05.14 04:14:15.131172 [ 3 ] {d461c84e-e7a1-4a78-aff2-83011f0a9835} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
1183 | 2024.05.14 04:14:15.131341 [ 3 ] {d461c84e-e7a1-4a78-aff2-83011f0a9835} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1184 | 2024.05.14 04:14:15.131809 [ 3 ] {d461c84e-e7a1-4a78-aff2-83011f0a9835} <Trace> oximeter.measurements_histogramf64 (09928621-9c87-4157-8dc9-56bf2d5b5388): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1185 | 2024.05.14 04:14:15.131847 [ 3 ] {d461c84e-e7a1-4a78-aff2-83011f0a9835} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
1186 | 2024.05.14 04:14:15.132264 [ 3 ] {d461c84e-e7a1-4a78-aff2-83011f0a9835} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1187 | 2024.05.14 04:14:15.132623 [ 3 ] {d461c84e-e7a1-4a78-aff2-83011f0a9835} <Trace> oximeter.measurements_histogramf64 (09928621-9c87-4157-8dc9-56bf2d5b5388): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1188 | 2024.05.14 04:14:15.132774 [ 3 ] {d461c84e-e7a1-4a78-aff2-83011f0a9835} <Debug> executeQuery: Read 22 rows, 30.40 KiB in 0.001772 sec., 12415.349887133183 rows/sec., 16.75 MiB/sec. | ||
1189 | 2024.05.14 04:14:15.133249 [ 3 ] {d461c84e-e7a1-4a78-aff2-83011f0a9835} <Debug> DynamicQueryHandler: Done processing query | ||
1190 | 2024.05.14 04:14:15.133275 [ 3 ] {d461c84e-e7a1-4a78-aff2-83011f0a9835} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
1191 | 2024.05.14 04:14:15.133291 [ 3 ] {} <Debug> HTTP-Session: 398e73ed-2918-4ff8-9a97-61da3f13e5b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1192 | 2024.05.14 04:14:25.123944 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 3205, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1193 | 2024.05.14 04:14:25.124069 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1194 | 2024.05.14 04:14:25.124093 [ 3 ] {} <Debug> HTTP-Session: 2a02ad9f-2f3d-4c3a-8f93-d36517b2f07e Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 | ||
1195 | 2024.05.14 04:14:25.124116 [ 3 ] {} <Debug> HTTP-Session: 2a02ad9f-2f3d-4c3a-8f93-d36517b2f07e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1196 | 2024.05.14 04:14:25.124130 [ 3 ] {} <Debug> HTTP-Session: 2a02ad9f-2f3d-4c3a-8f93-d36517b2f07e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1197 | 2024.05.14 04:14:25.124178 [ 3 ] {} <Trace> HTTP-Session: 2a02ad9f-2f3d-4c3a-8f93-d36517b2f07e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1198 | 2024.05.14 04:14:25.124373 [ 3 ] {d4e3362a-28c0-4302-af18-54044b4febb0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46248) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
1199 | 2024.05.14 04:14:25.124445 [ 3 ] {d4e3362a-28c0-4302-af18-54044b4febb0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
1200 | 2024.05.14 04:14:25.124640 [ 3 ] {d4e3362a-28c0-4302-af18-54044b4febb0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1201 | 2024.05.14 04:14:25.125142 [ 3 ] {d4e3362a-28c0-4302-af18-54044b4febb0} <Trace> oximeter.fields_i64 (e95e7cee-aee3-4dd2-b291-5ec4d46ca463): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1202 | 2024.05.14 04:14:25.125194 [ 3 ] {d4e3362a-28c0-4302-af18-54044b4febb0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
1203 | 2024.05.14 04:14:25.125653 [ 3 ] {d4e3362a-28c0-4302-af18-54044b4febb0} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1204 | 2024.05.14 04:14:25.126063 [ 3 ] {d4e3362a-28c0-4302-af18-54044b4febb0} <Trace> oximeter.fields_i64 (e95e7cee-aee3-4dd2-b291-5ec4d46ca463): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1205 | 2024.05.14 04:14:25.126216 [ 3 ] {d4e3362a-28c0-4302-af18-54044b4febb0} <Debug> executeQuery: Read 22 rows, 1.78 KiB in 0.001904 sec., 11554.621848739494 rows/sec., 936.56 KiB/sec. | ||
1206 | 2024.05.14 04:14:25.126463 [ 3 ] {d4e3362a-28c0-4302-af18-54044b4febb0} <Debug> DynamicQueryHandler: Done processing query | ||
1207 | 2024.05.14 04:14:25.126490 [ 3 ] {d4e3362a-28c0-4302-af18-54044b4febb0} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1208 | 2024.05.14 04:14:25.126507 [ 3 ] {} <Debug> HTTP-Session: 2a02ad9f-2f3d-4c3a-8f93-d36517b2f07e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1209 | 2024.05.14 04:14:25.126667 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 9964, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1210 | 2024.05.14 04:14:25.126721 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1211 | 2024.05.14 04:14:25.126741 [ 3 ] {} <Debug> HTTP-Session: 941af512-66e9-4f4d-b7f2-b4e2fe7536eb Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 | ||
1212 | 2024.05.14 04:14:25.126758 [ 3 ] {} <Debug> HTTP-Session: 941af512-66e9-4f4d-b7f2-b4e2fe7536eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1213 | 2024.05.14 04:14:25.126771 [ 3 ] {} <Debug> HTTP-Session: 941af512-66e9-4f4d-b7f2-b4e2fe7536eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1214 | 2024.05.14 04:14:25.126805 [ 3 ] {} <Trace> HTTP-Session: 941af512-66e9-4f4d-b7f2-b4e2fe7536eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1215 | 2024.05.14 04:14:25.126926 [ 3 ] {eb299691-c09d-4a38-a94f-314027df796e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46248) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1216 | 2024.05.14 04:14:25.126974 [ 3 ] {eb299691-c09d-4a38-a94f-314027df796e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1217 | 2024.05.14 04:14:25.127115 [ 3 ] {eb299691-c09d-4a38-a94f-314027df796e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1218 | 2024.05.14 04:14:25.127518 [ 3 ] {eb299691-c09d-4a38-a94f-314027df796e} <Trace> oximeter.fields_string (ea26d226-8f30-468f-b73e-814b31b2f89b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1219 | 2024.05.14 04:14:25.127562 [ 3 ] {eb299691-c09d-4a38-a94f-314027df796e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
1220 | 2024.05.14 04:14:25.127873 [ 3 ] {eb299691-c09d-4a38-a94f-314027df796e} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1221 | 2024.05.14 04:14:25.128291 [ 3 ] {eb299691-c09d-4a38-a94f-314027df796e} <Trace> oximeter.fields_string (ea26d226-8f30-468f-b73e-814b31b2f89b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1222 | 2024.05.14 04:14:25.128447 [ 3 ] {eb299691-c09d-4a38-a94f-314027df796e} <Debug> executeQuery: Read 66 rows, 5.92 KiB in 0.001565 sec., 42172.52396166134 rows/sec., 3.69 MiB/sec. | ||
1223 | 2024.05.14 04:14:25.128619 [ 3 ] {eb299691-c09d-4a38-a94f-314027df796e} <Debug> DynamicQueryHandler: Done processing query | ||
1224 | 2024.05.14 04:14:25.128644 [ 3 ] {eb299691-c09d-4a38-a94f-314027df796e} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
1225 | 2024.05.14 04:14:25.128660 [ 3 ] {} <Debug> HTTP-Session: 941af512-66e9-4f4d-b7f2-b4e2fe7536eb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1226 | 2024.05.14 04:14:25.128786 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 3778, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1227 | 2024.05.14 04:14:25.128846 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1228 | 2024.05.14 04:14:25.128865 [ 3 ] {} <Debug> HTTP-Session: 7ce98661-a29d-43e4-a220-31a58415c518 Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 | ||
1229 | 2024.05.14 04:14:25.128882 [ 3 ] {} <Debug> HTTP-Session: 7ce98661-a29d-43e4-a220-31a58415c518 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1230 | 2024.05.14 04:14:25.128896 [ 3 ] {} <Debug> HTTP-Session: 7ce98661-a29d-43e4-a220-31a58415c518 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1231 | 2024.05.14 04:14:25.128926 [ 3 ] {} <Trace> HTTP-Session: 7ce98661-a29d-43e4-a220-31a58415c518 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1232 | 2024.05.14 04:14:25.129028 [ 3 ] {45e8a9b0-9261-49a1-8263-3553460f3b71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46248) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1233 | 2024.05.14 04:14:25.129071 [ 3 ] {45e8a9b0-9261-49a1-8263-3553460f3b71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1234 | 2024.05.14 04:14:25.129200 [ 3 ] {45e8a9b0-9261-49a1-8263-3553460f3b71} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1235 | 2024.05.14 04:14:25.129568 [ 3 ] {45e8a9b0-9261-49a1-8263-3553460f3b71} <Trace> oximeter.fields_uuid (2f9a79b0-af90-4012-baf4-dd30c9d001c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1236 | 2024.05.14 04:14:25.129614 [ 3 ] {45e8a9b0-9261-49a1-8263-3553460f3b71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
1237 | 2024.05.14 04:14:25.130006 [ 3 ] {45e8a9b0-9261-49a1-8263-3553460f3b71} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1238 | 2024.05.14 04:14:25.130341 [ 3 ] {45e8a9b0-9261-49a1-8263-3553460f3b71} <Trace> oximeter.fields_uuid (2f9a79b0-af90-4012-baf4-dd30c9d001c2): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1239 | 2024.05.14 04:14:25.130473 [ 3 ] {45e8a9b0-9261-49a1-8263-3553460f3b71} <Debug> executeQuery: Read 22 rows, 1.76 KiB in 0.001473 sec., 14935.505770536322 rows/sec., 1.17 MiB/sec. | ||
1240 | 2024.05.14 04:14:25.130640 [ 3 ] {45e8a9b0-9261-49a1-8263-3553460f3b71} <Debug> DynamicQueryHandler: Done processing query | ||
1241 | 2024.05.14 04:14:25.130665 [ 3 ] {45e8a9b0-9261-49a1-8263-3553460f3b71} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1242 | 2024.05.14 04:14:25.130681 [ 3 ] {} <Debug> HTTP-Session: 7ce98661-a29d-43e4-a220-31a58415c518 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1243 | 2024.05.14 04:14:25.130853 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 23573, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1244 | 2024.05.14 04:14:25.130903 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1245 | 2024.05.14 04:14:25.130923 [ 3 ] {} <Debug> HTTP-Session: a6615a3f-d52e-4ff1-a7a1-5dea66569de2 Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 | ||
1246 | 2024.05.14 04:14:25.130940 [ 3 ] {} <Debug> HTTP-Session: a6615a3f-d52e-4ff1-a7a1-5dea66569de2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1247 | 2024.05.14 04:14:25.130954 [ 3 ] {} <Debug> HTTP-Session: a6615a3f-d52e-4ff1-a7a1-5dea66569de2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1248 | 2024.05.14 04:14:25.130984 [ 3 ] {} <Trace> HTTP-Session: a6615a3f-d52e-4ff1-a7a1-5dea66569de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1249 | 2024.05.14 04:14:25.131192 [ 3 ] {c3fcb7b6-ad1b-41e5-a452-f8094d14238e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46248) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
1250 | 2024.05.14 04:14:25.131241 [ 3 ] {c3fcb7b6-ad1b-41e5-a452-f8094d14238e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
1251 | 2024.05.14 04:14:25.131399 [ 3 ] {c3fcb7b6-ad1b-41e5-a452-f8094d14238e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1252 | 2024.05.14 04:14:25.131853 [ 3 ] {c3fcb7b6-ad1b-41e5-a452-f8094d14238e} <Trace> oximeter.measurements_histogramf64 (09928621-9c87-4157-8dc9-56bf2d5b5388): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1253 | 2024.05.14 04:14:25.131888 [ 3 ] {c3fcb7b6-ad1b-41e5-a452-f8094d14238e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
1254 | 2024.05.14 04:14:25.132369 [ 3 ] {c3fcb7b6-ad1b-41e5-a452-f8094d14238e} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1255 | 2024.05.14 04:14:25.132751 [ 3 ] {c3fcb7b6-ad1b-41e5-a452-f8094d14238e} <Trace> oximeter.measurements_histogramf64 (09928621-9c87-4157-8dc9-56bf2d5b5388): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1256 | 2024.05.14 04:14:25.132877 [ 3 ] {c3fcb7b6-ad1b-41e5-a452-f8094d14238e} <Debug> executeQuery: Read 22 rows, 30.40 KiB in 0.001816 sec., 12114.537444933922 rows/sec., 16.35 MiB/sec. | ||
1257 | 2024.05.14 04:14:25.133053 [ 3 ] {c3fcb7b6-ad1b-41e5-a452-f8094d14238e} <Debug> DynamicQueryHandler: Done processing query | ||
1258 | 2024.05.14 04:14:25.133078 [ 3 ] {c3fcb7b6-ad1b-41e5-a452-f8094d14238e} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
1259 | 2024.05.14 04:14:25.133096 [ 3 ] {} <Debug> HTTP-Session: a6615a3f-d52e-4ff1-a7a1-5dea66569de2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1260 | 2024.05.14 04:14:29.330216 [ 64 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1261 | 2024.05.14 04:14:29.330269 [ 64 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1262 | 2024.05.14 04:14:35.123642 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 259, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1263 | 2024.05.14 04:14:35.123776 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1264 | 2024.05.14 04:14:35.123805 [ 3 ] {} <Debug> HTTP-Session: 2c4eb495-8a4e-46a2-b42e-a643e52c9019 Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 | ||
1265 | 2024.05.14 04:14:35.123832 [ 3 ] {} <Debug> HTTP-Session: 2c4eb495-8a4e-46a2-b42e-a643e52c9019 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1266 | 2024.05.14 04:14:35.123851 [ 3 ] {} <Debug> HTTP-Session: 2c4eb495-8a4e-46a2-b42e-a643e52c9019 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1267 | 2024.05.14 04:14:35.123903 [ 3 ] {} <Trace> HTTP-Session: 2c4eb495-8a4e-46a2-b42e-a643e52c9019 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1268 | 2024.05.14 04:14:35.124132 [ 3 ] {3ea816f8-2c4f-4d45-add4-241f3b990373} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46248) 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) | ||
1269 | 2024.05.14 04:14:35.126660 [ 3 ] {3ea816f8-2c4f-4d45-add4-241f3b990373} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1270 | 2024.05.14 04:14:35.130649 [ 3 ] {3ea816f8-2c4f-4d45-add4-241f3b990373} <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 | ||
1271 | 2024.05.14 04:14:35.130911 [ 3 ] {3ea816f8-2c4f-4d45-add4-241f3b990373} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1272 | 2024.05.14 04:14:35.136745 [ 3 ] {3ea816f8-2c4f-4d45-add4-241f3b990373} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1273 | 2024.05.14 04:14:35.142779 [ 3 ] {3ea816f8-2c4f-4d45-add4-241f3b990373} <Debug> oximeter.timeseries_schema (b10f7cfb-c29d-47f8-8d18-c0afaed93d7d) (SelectExecutor): Key condition: (column 0 notIn 4-element set) | ||
1274 | 2024.05.14 04:14:35.147758 [ 3 ] {3ea816f8-2c4f-4d45-add4-241f3b990373} <Trace> oximeter.timeseries_schema (b10f7cfb-c29d-47f8-8d18-c0afaed93d7d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1275 | 2024.05.14 04:14:35.149668 [ 3 ] {3ea816f8-2c4f-4d45-add4-241f3b990373} <Debug> oximeter.timeseries_schema (b10f7cfb-c29d-47f8-8d18-c0afaed93d7d) (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 | ||
1276 | 2024.05.14 04:14:35.149697 [ 3 ] {3ea816f8-2c4f-4d45-add4-241f3b990373} <Trace> oximeter.timeseries_schema (b10f7cfb-c29d-47f8-8d18-c0afaed93d7d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1277 | 2024.05.14 04:14:35.151788 [ 3 ] {3ea816f8-2c4f-4d45-add4-241f3b990373} <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'))" | ||
1278 | 2024.05.14 04:14:35.151847 [ 3 ] {3ea816f8-2c4f-4d45-add4-241f3b990373} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1279 | 2024.05.14 04:14:35.177240 [ 3 ] {3ea816f8-2c4f-4d45-add4-241f3b990373} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.0532 sec., 75.18796992481204 rows/sec., 3.47 KiB/sec. | ||
1280 | 2024.05.14 04:14:35.177527 [ 3 ] {3ea816f8-2c4f-4d45-add4-241f3b990373} <Debug> DynamicQueryHandler: Done processing query | ||
1281 | 2024.05.14 04:14:35.177554 [ 3 ] {3ea816f8-2c4f-4d45-add4-241f3b990373} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1282 | 2024.05.14 04:14:35.177572 [ 3 ] {} <Debug> HTTP-Session: 2c4eb495-8a4e-46a2-b42e-a643e52c9019 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1283 | 2024.05.14 04:14:35.177865 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 293, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1284 | 2024.05.14 04:14:35.177921 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1285 | 2024.05.14 04:14:35.177942 [ 3 ] {} <Debug> HTTP-Session: 33e8cf5d-f57c-4d09-8904-e2f105e10bba Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 | ||
1286 | 2024.05.14 04:14:35.177961 [ 3 ] {} <Debug> HTTP-Session: 33e8cf5d-f57c-4d09-8904-e2f105e10bba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1287 | 2024.05.14 04:14:35.177975 [ 3 ] {} <Debug> HTTP-Session: 33e8cf5d-f57c-4d09-8904-e2f105e10bba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1288 | 2024.05.14 04:14:35.178012 [ 3 ] {} <Trace> HTTP-Session: 33e8cf5d-f57c-4d09-8904-e2f105e10bba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1289 | 2024.05.14 04:14:35.178158 [ 3 ] {2d3301ff-39d1-4597-afa8-661ecfe00537} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46248) 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) | ||
1290 | 2024.05.14 04:14:35.178405 [ 3 ] {2d3301ff-39d1-4597-afa8-661ecfe00537} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1291 | 2024.05.14 04:14:35.178440 [ 3 ] {2d3301ff-39d1-4597-afa8-661ecfe00537} <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 | ||
1292 | 2024.05.14 04:14:35.178644 [ 3 ] {2d3301ff-39d1-4597-afa8-661ecfe00537} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1293 | 2024.05.14 04:14:35.178710 [ 3 ] {2d3301ff-39d1-4597-afa8-661ecfe00537} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1294 | 2024.05.14 04:14:35.178852 [ 3 ] {2d3301ff-39d1-4597-afa8-661ecfe00537} <Debug> oximeter.timeseries_schema (b10f7cfb-c29d-47f8-8d18-c0afaed93d7d) (SelectExecutor): Key condition: (column 0 notIn 5-element set) | ||
1295 | 2024.05.14 04:14:35.178886 [ 3 ] {2d3301ff-39d1-4597-afa8-661ecfe00537} <Trace> oximeter.timeseries_schema (b10f7cfb-c29d-47f8-8d18-c0afaed93d7d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1296 | 2024.05.14 04:14:35.178910 [ 3 ] {2d3301ff-39d1-4597-afa8-661ecfe00537} <Debug> oximeter.timeseries_schema (b10f7cfb-c29d-47f8-8d18-c0afaed93d7d) (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 | ||
1297 | 2024.05.14 04:14:35.178927 [ 3 ] {2d3301ff-39d1-4597-afa8-661ecfe00537} <Trace> oximeter.timeseries_schema (b10f7cfb-c29d-47f8-8d18-c0afaed93d7d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1298 | 2024.05.14 04:14:35.178966 [ 3 ] {2d3301ff-39d1-4597-afa8-661ecfe00537} <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'))" | ||
1299 | 2024.05.14 04:14:35.178986 [ 3 ] {2d3301ff-39d1-4597-afa8-661ecfe00537} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1300 | 2024.05.14 04:14:35.179812 [ 3 ] {2d3301ff-39d1-4597-afa8-661ecfe00537} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001715 sec., 2332.3615160349855 rows/sec., 107.62 KiB/sec. | ||
1301 | 2024.05.14 04:14:35.180044 [ 3 ] {2d3301ff-39d1-4597-afa8-661ecfe00537} <Debug> DynamicQueryHandler: Done processing query | ||
1302 | 2024.05.14 04:14:35.180069 [ 3 ] {2d3301ff-39d1-4597-afa8-661ecfe00537} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1303 | 2024.05.14 04:14:35.180085 [ 3 ] {} <Debug> HTTP-Session: 33e8cf5d-f57c-4d09-8904-e2f105e10bba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1304 | 2024.05.14 04:14:35.180359 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1305 | 2024.05.14 04:14:35.180407 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1306 | 2024.05.14 04:14:35.180427 [ 3 ] {} <Debug> HTTP-Session: 9c47745c-ef86-4a98-b3dc-914604c14f89 Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 | ||
1307 | 2024.05.14 04:14:35.180444 [ 3 ] {} <Debug> HTTP-Session: 9c47745c-ef86-4a98-b3dc-914604c14f89 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1308 | 2024.05.14 04:14:35.180457 [ 3 ] {} <Debug> HTTP-Session: 9c47745c-ef86-4a98-b3dc-914604c14f89 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1309 | 2024.05.14 04:14:35.180488 [ 3 ] {} <Trace> HTTP-Session: 9c47745c-ef86-4a98-b3dc-914604c14f89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1310 | 2024.05.14 04:14:35.180615 [ 3 ] {beb8484b-776f-4504-a918-f3f0963e7a07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46248) 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', 'static_routing_config:static_routes') FORMAT JSONEachRow; (stage: Complete) | ||
1311 | 2024.05.14 04:14:35.180845 [ 3 ] {beb8484b-776f-4504-a918-f3f0963e7a07} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1312 | 2024.05.14 04:14:35.180879 [ 3 ] {beb8484b-776f-4504-a918-f3f0963e7a07} <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', 'static_routing_config:static_routes')" moved to PREWHERE | ||
1313 | 2024.05.14 04:14:35.181081 [ 3 ] {beb8484b-776f-4504-a918-f3f0963e7a07} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1314 | 2024.05.14 04:14:35.181147 [ 3 ] {beb8484b-776f-4504-a918-f3f0963e7a07} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1315 | 2024.05.14 04:14:35.181284 [ 3 ] {beb8484b-776f-4504-a918-f3f0963e7a07} <Debug> oximeter.timeseries_schema (b10f7cfb-c29d-47f8-8d18-c0afaed93d7d) (SelectExecutor): Key condition: (column 0 notIn 6-element set) | ||
1316 | 2024.05.14 04:14:35.181316 [ 3 ] {beb8484b-776f-4504-a918-f3f0963e7a07} <Trace> oximeter.timeseries_schema (b10f7cfb-c29d-47f8-8d18-c0afaed93d7d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1317 | 2024.05.14 04:14:35.181339 [ 3 ] {beb8484b-776f-4504-a918-f3f0963e7a07} <Debug> oximeter.timeseries_schema (b10f7cfb-c29d-47f8-8d18-c0afaed93d7d) (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 | ||
1318 | 2024.05.14 04:14:35.181355 [ 3 ] {beb8484b-776f-4504-a918-f3f0963e7a07} <Trace> oximeter.timeseries_schema (b10f7cfb-c29d-47f8-8d18-c0afaed93d7d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1319 | 2024.05.14 04:14:35.181394 [ 3 ] {beb8484b-776f-4504-a918-f3f0963e7a07} <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', 'static_routing_config:static_routes'))" | ||
1320 | 2024.05.14 04:14:35.181413 [ 3 ] {beb8484b-776f-4504-a918-f3f0963e7a07} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1321 | 2024.05.14 04:14:35.182243 [ 3 ] {beb8484b-776f-4504-a918-f3f0963e7a07} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001681 sec., 2379.535990481856 rows/sec., 109.80 KiB/sec. | ||
1322 | 2024.05.14 04:14:35.182467 [ 3 ] {beb8484b-776f-4504-a918-f3f0963e7a07} <Debug> DynamicQueryHandler: Done processing query | ||
1323 | 2024.05.14 04:14:35.182492 [ 3 ] {beb8484b-776f-4504-a918-f3f0963e7a07} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1324 | 2024.05.14 04:14:35.182508 [ 3 ] {} <Debug> HTTP-Session: 9c47745c-ef86-4a98-b3dc-914604c14f89 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1325 | 2024.05.14 04:14:35.182697 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 373, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1326 | 2024.05.14 04:14:35.182747 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1327 | 2024.05.14 04:14:35.182769 [ 3 ] {} <Debug> HTTP-Session: 34b9afa9-e037-4dc7-bbfa-6f881ecfb6d5 Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 | ||
1328 | 2024.05.14 04:14:35.182785 [ 3 ] {} <Debug> HTTP-Session: 34b9afa9-e037-4dc7-bbfa-6f881ecfb6d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1329 | 2024.05.14 04:14:35.182798 [ 3 ] {} <Debug> HTTP-Session: 34b9afa9-e037-4dc7-bbfa-6f881ecfb6d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1330 | 2024.05.14 04:14:35.182828 [ 3 ] {} <Trace> HTTP-Session: 34b9afa9-e037-4dc7-bbfa-6f881ecfb6d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1331 | 2024.05.14 04:14:35.182955 [ 3 ] {140dcb8c-f479-4114-beaa-1bc5e1ec6a93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46248) 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT JSONEachRow; (stage: Complete) | ||
1332 | 2024.05.14 04:14:35.183191 [ 3 ] {140dcb8c-f479-4114-beaa-1bc5e1ec6a93} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1333 | 2024.05.14 04:14:35.183225 [ 3 ] {140dcb8c-f479-4114-beaa-1bc5e1ec6a93} <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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes')" moved to PREWHERE | ||
1334 | 2024.05.14 04:14:35.183432 [ 3 ] {140dcb8c-f479-4114-beaa-1bc5e1ec6a93} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1335 | 2024.05.14 04:14:35.183500 [ 3 ] {140dcb8c-f479-4114-beaa-1bc5e1ec6a93} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1336 | 2024.05.14 04:14:35.183636 [ 3 ] {140dcb8c-f479-4114-beaa-1bc5e1ec6a93} <Debug> oximeter.timeseries_schema (b10f7cfb-c29d-47f8-8d18-c0afaed93d7d) (SelectExecutor): Key condition: (column 0 notIn 7-element set) | ||
1337 | 2024.05.14 04:14:35.183670 [ 3 ] {140dcb8c-f479-4114-beaa-1bc5e1ec6a93} <Trace> oximeter.timeseries_schema (b10f7cfb-c29d-47f8-8d18-c0afaed93d7d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1338 | 2024.05.14 04:14:35.183694 [ 3 ] {140dcb8c-f479-4114-beaa-1bc5e1ec6a93} <Debug> oximeter.timeseries_schema (b10f7cfb-c29d-47f8-8d18-c0afaed93d7d) (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 | ||
1339 | 2024.05.14 04:14:35.183711 [ 3 ] {140dcb8c-f479-4114-beaa-1bc5e1ec6a93} <Trace> oximeter.timeseries_schema (b10f7cfb-c29d-47f8-8d18-c0afaed93d7d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1340 | 2024.05.14 04:14:35.183751 [ 3 ] {140dcb8c-f479-4114-beaa-1bc5e1ec6a93} <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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes'))" | ||
1341 | 2024.05.14 04:14:35.183772 [ 3 ] {140dcb8c-f479-4114-beaa-1bc5e1ec6a93} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1342 | 2024.05.14 04:14:35.184646 [ 3 ] {140dcb8c-f479-4114-beaa-1bc5e1ec6a93} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001742 sec., 2296.211251435132 rows/sec., 105.95 KiB/sec. | ||
1343 | 2024.05.14 04:14:35.184864 [ 3 ] {140dcb8c-f479-4114-beaa-1bc5e1ec6a93} <Debug> DynamicQueryHandler: Done processing query | ||
1344 | 2024.05.14 04:14:35.184888 [ 3 ] {140dcb8c-f479-4114-beaa-1bc5e1ec6a93} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1345 | 2024.05.14 04:14:35.184905 [ 3 ] {} <Debug> HTTP-Session: 34b9afa9-e037-4dc7-bbfa-6f881ecfb6d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1346 | 2024.05.14 04:14:35.185100 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 401, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1347 | 2024.05.14 04:14:35.185148 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1348 | 2024.05.14 04:14:35.185167 [ 3 ] {} <Debug> HTTP-Session: 3e240b1d-0f8c-4f94-ba94-003fcfb1e4ef Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 | ||
1349 | 2024.05.14 04:14:35.185185 [ 3 ] {} <Debug> HTTP-Session: 3e240b1d-0f8c-4f94-ba94-003fcfb1e4ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1350 | 2024.05.14 04:14:35.185201 [ 3 ] {} <Debug> HTTP-Session: 3e240b1d-0f8c-4f94-ba94-003fcfb1e4ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1351 | 2024.05.14 04:14:35.185231 [ 3 ] {} <Trace> HTTP-Session: 3e240b1d-0f8c-4f94-ba94-003fcfb1e4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1352 | 2024.05.14 04:14:35.185358 [ 3 ] {2c6dd155-48d4-4f44-ab9e-b06e7e289da7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46248) 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
1353 | 2024.05.14 04:14:35.185591 [ 3 ] {2c6dd155-48d4-4f44-ab9e-b06e7e289da7} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1354 | 2024.05.14 04:14:35.185626 [ 3 ] {2c6dd155-48d4-4f44-ab9e-b06e7e289da7} <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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
1355 | 2024.05.14 04:14:35.185839 [ 3 ] {2c6dd155-48d4-4f44-ab9e-b06e7e289da7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1356 | 2024.05.14 04:14:35.185905 [ 3 ] {2c6dd155-48d4-4f44-ab9e-b06e7e289da7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1357 | 2024.05.14 04:14:35.186041 [ 3 ] {2c6dd155-48d4-4f44-ab9e-b06e7e289da7} <Debug> oximeter.timeseries_schema (b10f7cfb-c29d-47f8-8d18-c0afaed93d7d) (SelectExecutor): Key condition: (column 0 notIn 8-element set) | ||
1358 | 2024.05.14 04:14:35.186075 [ 3 ] {2c6dd155-48d4-4f44-ab9e-b06e7e289da7} <Trace> oximeter.timeseries_schema (b10f7cfb-c29d-47f8-8d18-c0afaed93d7d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1359 | 2024.05.14 04:14:35.186098 [ 3 ] {2c6dd155-48d4-4f44-ab9e-b06e7e289da7} <Debug> oximeter.timeseries_schema (b10f7cfb-c29d-47f8-8d18-c0afaed93d7d) (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 | ||
1360 | 2024.05.14 04:14:35.186113 [ 3 ] {2c6dd155-48d4-4f44-ab9e-b06e7e289da7} <Trace> oximeter.timeseries_schema (b10f7cfb-c29d-47f8-8d18-c0afaed93d7d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1361 | 2024.05.14 04:14:35.186152 [ 3 ] {2c6dd155-48d4-4f44-ab9e-b06e7e289da7} <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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1362 | 2024.05.14 04:14:35.186173 [ 3 ] {2c6dd155-48d4-4f44-ab9e-b06e7e289da7} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1363 | 2024.05.14 04:14:35.187072 [ 3 ] {2c6dd155-48d4-4f44-ab9e-b06e7e289da7} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001766 sec., 2265.0056625141565 rows/sec., 104.51 KiB/sec. | ||
1364 | 2024.05.14 04:14:35.187311 [ 3 ] {2c6dd155-48d4-4f44-ab9e-b06e7e289da7} <Debug> DynamicQueryHandler: Done processing query | ||
1365 | 2024.05.14 04:14:35.187338 [ 3 ] {2c6dd155-48d4-4f44-ab9e-b06e7e289da7} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1366 | 2024.05.14 04:14:35.187354 [ 3 ] {} <Debug> HTTP-Session: 3e240b1d-0f8c-4f94-ba94-003fcfb1e4ef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1367 | 2024.05.14 04:14:35.187488 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 1465, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1368 | 2024.05.14 04:14:35.187541 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1369 | 2024.05.14 04:14:35.187563 [ 3 ] {} <Debug> HTTP-Session: dd46a6ea-eb28-4159-8669-f3efc714a196 Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 | ||
1370 | 2024.05.14 04:14:35.187580 [ 3 ] {} <Debug> HTTP-Session: dd46a6ea-eb28-4159-8669-f3efc714a196 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1371 | 2024.05.14 04:14:35.187594 [ 3 ] {} <Debug> HTTP-Session: dd46a6ea-eb28-4159-8669-f3efc714a196 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1372 | 2024.05.14 04:14:35.187624 [ 3 ] {} <Trace> HTTP-Session: dd46a6ea-eb28-4159-8669-f3efc714a196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1373 | 2024.05.14 04:14:35.187742 [ 3 ] {25658fb2-f72a-46ba-8fe7-d0862cfda45d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46248) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
1374 | 2024.05.14 04:14:35.187789 [ 3 ] {25658fb2-f72a-46ba-8fe7-d0862cfda45d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1375 | 2024.05.14 04:14:35.187951 [ 3 ] {25658fb2-f72a-46ba-8fe7-d0862cfda45d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1376 | 2024.05.14 04:14:35.188245 [ 3 ] {25658fb2-f72a-46ba-8fe7-d0862cfda45d} <Trace> oximeter.timeseries_schema (b10f7cfb-c29d-47f8-8d18-c0afaed93d7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1377 | 2024.05.14 04:14:35.188286 [ 3 ] {25658fb2-f72a-46ba-8fe7-d0862cfda45d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
1378 | 2024.05.14 04:14:35.188828 [ 3 ] {25658fb2-f72a-46ba-8fe7-d0862cfda45d} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1379 | 2024.05.14 04:14:35.189154 [ 3 ] {25658fb2-f72a-46ba-8fe7-d0862cfda45d} <Trace> oximeter.timeseries_schema (b10f7cfb-c29d-47f8-8d18-c0afaed93d7d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1380 | 2024.05.14 04:14:35.189306 [ 3 ] {25658fb2-f72a-46ba-8fe7-d0862cfda45d} <Debug> executeQuery: Read 5 rows, 753.00 B in 0.001603 sec., 3119.151590767311 rows/sec., 458.73 KiB/sec. | ||
1381 | 2024.05.14 04:14:35.189595 [ 3 ] {25658fb2-f72a-46ba-8fe7-d0862cfda45d} <Debug> DynamicQueryHandler: Done processing query | ||
1382 | 2024.05.14 04:14:35.189620 [ 3 ] {25658fb2-f72a-46ba-8fe7-d0862cfda45d} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
1383 | 2024.05.14 04:14:35.189638 [ 3 ] {} <Debug> HTTP-Session: dd46a6ea-eb28-4159-8669-f3efc714a196 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1384 | 2024.05.14 04:14:35.189753 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 3205, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1385 | 2024.05.14 04:14:35.189803 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1386 | 2024.05.14 04:14:35.189823 [ 3 ] {} <Debug> HTTP-Session: 53626d41-15a5-44da-87a6-5eff244c4730 Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 | ||
1387 | 2024.05.14 04:14:35.189839 [ 3 ] {} <Debug> HTTP-Session: 53626d41-15a5-44da-87a6-5eff244c4730 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1388 | 2024.05.14 04:14:35.189854 [ 3 ] {} <Debug> HTTP-Session: 53626d41-15a5-44da-87a6-5eff244c4730 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1389 | 2024.05.14 04:14:35.189885 [ 3 ] {} <Trace> HTTP-Session: 53626d41-15a5-44da-87a6-5eff244c4730 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1390 | 2024.05.14 04:14:35.189995 [ 3 ] {982a0e3c-3450-494a-9823-664b5c4736e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46248) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
1391 | 2024.05.14 04:14:35.190040 [ 3 ] {982a0e3c-3450-494a-9823-664b5c4736e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
1392 | 2024.05.14 04:14:35.190187 [ 3 ] {982a0e3c-3450-494a-9823-664b5c4736e2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1393 | 2024.05.14 04:14:35.190498 [ 3 ] {982a0e3c-3450-494a-9823-664b5c4736e2} <Trace> oximeter.fields_i64 (e95e7cee-aee3-4dd2-b291-5ec4d46ca463): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1394 | 2024.05.14 04:14:35.190537 [ 3 ] {982a0e3c-3450-494a-9823-664b5c4736e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
1395 | 2024.05.14 04:14:35.190875 [ 3 ] {982a0e3c-3450-494a-9823-664b5c4736e2} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1396 | 2024.05.14 04:14:35.191187 [ 3 ] {982a0e3c-3450-494a-9823-664b5c4736e2} <Trace> oximeter.fields_i64 (e95e7cee-aee3-4dd2-b291-5ec4d46ca463): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1397 | 2024.05.14 04:14:35.191335 [ 3 ] {982a0e3c-3450-494a-9823-664b5c4736e2} <Debug> executeQuery: Read 22 rows, 1.78 KiB in 0.001363 sec., 16140.865737344093 rows/sec., 1.28 MiB/sec. | ||
1398 | 2024.05.14 04:14:35.191344 [ 78 ] {} <Debug> oximeter.fields_i64 (e95e7cee-aee3-4dd2-b291-5ec4d46ca463) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1399 | 2024.05.14 04:14:35.191452 [ 78 ] {} <Trace> oximeter.fields_i64 (e95e7cee-aee3-4dd2-b291-5ec4d46ca463): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1400 | 2024.05.14 04:14:35.191492 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
1401 | 2024.05.14 04:14:35.191578 [ 3 ] {982a0e3c-3450-494a-9823-664b5c4736e2} <Debug> DynamicQueryHandler: Done processing query | ||
1402 | 2024.05.14 04:14:35.191646 [ 3 ] {982a0e3c-3450-494a-9823-664b5c4736e2} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1403 | 2024.05.14 04:14:35.191770 [ 3 ] {} <Debug> HTTP-Session: 53626d41-15a5-44da-87a6-5eff244c4730 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1404 | 2024.05.14 04:14:35.191974 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1405 | 2024.05.14 04:14:35.192027 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1406 | 2024.05.14 04:14:35.192047 [ 3 ] {} <Debug> HTTP-Session: 713333ab-0ed4-412e-9b9d-bce6aafd2e90 Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 | ||
1407 | 2024.05.14 04:14:35.192065 [ 3 ] {} <Debug> HTTP-Session: 713333ab-0ed4-412e-9b9d-bce6aafd2e90 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1408 | 2024.05.14 04:14:35.192079 [ 3 ] {} <Debug> HTTP-Session: 713333ab-0ed4-412e-9b9d-bce6aafd2e90 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1409 | 2024.05.14 04:14:35.192112 [ 3 ] {} <Trace> HTTP-Session: 713333ab-0ed4-412e-9b9d-bce6aafd2e90 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1410 | 2024.05.14 04:14:35.192214 [ 3 ] {b0eef640-c3b1-4913-9161-e3ed3c5451e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46248) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
1411 | 2024.05.14 04:14:35.192261 [ 3 ] {b0eef640-c3b1-4913-9161-e3ed3c5451e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
1412 | 2024.05.14 04:14:35.192427 [ 3 ] {b0eef640-c3b1-4913-9161-e3ed3c5451e0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1413 | 2024.05.14 04:14:35.192701 [ 3 ] {b0eef640-c3b1-4913-9161-e3ed3c5451e0} <Trace> oximeter.fields_ipaddr (22c071ed-9c1b-4c7c-8236-197663b09bdc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1414 | 2024.05.14 04:14:35.192738 [ 3 ] {b0eef640-c3b1-4913-9161-e3ed3c5451e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
1415 | 2024.05.14 04:14:35.193085 [ 3 ] {b0eef640-c3b1-4913-9161-e3ed3c5451e0} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1416 | 2024.05.14 04:14:35.193405 [ 3 ] {b0eef640-c3b1-4913-9161-e3ed3c5451e0} <Trace> oximeter.fields_ipaddr (22c071ed-9c1b-4c7c-8236-197663b09bdc): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1417 | 2024.05.14 04:14:35.193553 [ 3 ] {b0eef640-c3b1-4913-9161-e3ed3c5451e0} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001359 sec., 1471.6703458425313 rows/sec., 120.00 KiB/sec. | ||
1418 | 2024.05.14 04:14:35.193836 [ 3 ] {b0eef640-c3b1-4913-9161-e3ed3c5451e0} <Debug> DynamicQueryHandler: Done processing query | ||
1419 | 2024.05.14 04:14:35.193864 [ 3 ] {b0eef640-c3b1-4913-9161-e3ed3c5451e0} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1420 | 2024.05.14 04:14:35.193882 [ 3 ] {} <Debug> HTTP-Session: 713333ab-0ed4-412e-9b9d-bce6aafd2e90 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1421 | 2024.05.14 04:14:35.194013 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 10677, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1422 | 2024.05.14 04:14:35.194065 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1423 | 2024.05.14 04:14:35.194084 [ 3 ] {} <Debug> HTTP-Session: 87bb8a09-bc69-42e6-ae6b-0ff52a70e697 Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 | ||
1424 | 2024.05.14 04:14:35.194101 [ 3 ] {} <Debug> HTTP-Session: 87bb8a09-bc69-42e6-ae6b-0ff52a70e697 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1425 | 2024.05.14 04:14:35.194115 [ 3 ] {} <Debug> HTTP-Session: 87bb8a09-bc69-42e6-ae6b-0ff52a70e697 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1426 | 2024.05.14 04:14:35.194147 [ 3 ] {} <Trace> HTTP-Session: 87bb8a09-bc69-42e6-ae6b-0ff52a70e697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1427 | 2024.05.14 04:14:35.194290 [ 3 ] {752018b4-6ab5-4ad4-8df1-6d28c628f547} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46248) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1428 | 2024.05.14 04:14:35.194335 [ 3 ] {752018b4-6ab5-4ad4-8df1-6d28c628f547} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1429 | 2024.05.14 04:14:35.194480 [ 3 ] {752018b4-6ab5-4ad4-8df1-6d28c628f547} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1430 | 2024.05.14 04:14:35.194804 [ 3 ] {752018b4-6ab5-4ad4-8df1-6d28c628f547} <Trace> oximeter.fields_string (ea26d226-8f30-468f-b73e-814b31b2f89b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1431 | 2024.05.14 04:14:35.194842 [ 3 ] {752018b4-6ab5-4ad4-8df1-6d28c628f547} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
1432 | 2024.05.14 04:14:35.195197 [ 3 ] {752018b4-6ab5-4ad4-8df1-6d28c628f547} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1433 | 2024.05.14 04:14:35.195518 [ 3 ] {752018b4-6ab5-4ad4-8df1-6d28c628f547} <Trace> oximeter.fields_string (ea26d226-8f30-468f-b73e-814b31b2f89b): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1434 | 2024.05.14 04:14:35.195697 [ 78 ] {} <Debug> oximeter.fields_string (ea26d226-8f30-468f-b73e-814b31b2f89b) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1435 | 2024.05.14 04:14:35.195699 [ 3 ] {752018b4-6ab5-4ad4-8df1-6d28c628f547} <Debug> executeQuery: Read 71 rows, 6.33 KiB in 0.001457 sec., 48730.26767330131 rows/sec., 4.24 MiB/sec. | ||
1436 | 2024.05.14 04:14:35.195755 [ 78 ] {} <Trace> oximeter.fields_string (ea26d226-8f30-468f-b73e-814b31b2f89b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1437 | 2024.05.14 04:14:35.195810 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
1438 | 2024.05.14 04:14:35.196016 [ 3 ] {752018b4-6ab5-4ad4-8df1-6d28c628f547} <Debug> DynamicQueryHandler: Done processing query | ||
1439 | 2024.05.14 04:14:35.196070 [ 3 ] {752018b4-6ab5-4ad4-8df1-6d28c628f547} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
1440 | 2024.05.14 04:14:35.196109 [ 3 ] {} <Debug> HTTP-Session: 87bb8a09-bc69-42e6-ae6b-0ff52a70e697 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1441 | 2024.05.14 04:14:35.196246 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1442 | 2024.05.14 04:14:35.196296 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1443 | 2024.05.14 04:14:35.196316 [ 3 ] {} <Debug> HTTP-Session: 9b7331c0-020a-4379-8cd2-1a7936010a43 Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 | ||
1444 | 2024.05.14 04:14:35.196333 [ 3 ] {} <Debug> HTTP-Session: 9b7331c0-020a-4379-8cd2-1a7936010a43 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1445 | 2024.05.14 04:14:35.196347 [ 3 ] {} <Debug> HTTP-Session: 9b7331c0-020a-4379-8cd2-1a7936010a43 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1446 | 2024.05.14 04:14:35.196377 [ 3 ] {} <Trace> HTTP-Session: 9b7331c0-020a-4379-8cd2-1a7936010a43 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1447 | 2024.05.14 04:14:35.196486 [ 3 ] {5bc4d32a-c814-473e-9dbd-b6e3c6fcd79b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46248) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
1448 | 2024.05.14 04:14:35.196532 [ 3 ] {5bc4d32a-c814-473e-9dbd-b6e3c6fcd79b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
1449 | 2024.05.14 04:14:35.196676 [ 3 ] {5bc4d32a-c814-473e-9dbd-b6e3c6fcd79b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1450 | 2024.05.14 04:14:35.197866 [ 190 ] {ea26d226-8f30-468f-b73e-814b31b2f89b::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 | ||
1451 | 2024.05.14 04:14:35.197867 [ 203 ] {e95e7cee-aee3-4dd2-b291-5ec4d46ca463::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 | ||
1452 | 2024.05.14 04:14:35.198117 [ 190 ] {ea26d226-8f30-468f-b73e-814b31b2f89b::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1453 | 2024.05.14 04:14:35.198185 [ 203 ] {e95e7cee-aee3-4dd2-b291-5ec4d46ca463::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1454 | 2024.05.14 04:14:35.198250 [ 190 ] {ea26d226-8f30-468f-b73e-814b31b2f89b::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 | ||
1455 | 2024.05.14 04:14:35.198254 [ 203 ] {e95e7cee-aee3-4dd2-b291-5ec4d46ca463::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 | ||
1456 | 2024.05.14 04:14:35.198488 [ 190 ] {ea26d226-8f30-468f-b73e-814b31b2f89b::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 | ||
1457 | 2024.05.14 04:14:35.198763 [ 203 ] {e95e7cee-aee3-4dd2-b291-5ec4d46ca463::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 | ||
1458 | 2024.05.14 04:14:35.200363 [ 203 ] {e95e7cee-aee3-4dd2-b291-5ec4d46ca463::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 | ||
1459 | 2024.05.14 04:14:35.200370 [ 190 ] {ea26d226-8f30-468f-b73e-814b31b2f89b::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 | ||
1460 | 2024.05.14 04:14:35.201053 [ 190 ] {ea26d226-8f30-468f-b73e-814b31b2f89b::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 | ||
1461 | 2024.05.14 04:14:35.201243 [ 203 ] {e95e7cee-aee3-4dd2-b291-5ec4d46ca463::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 | ||
1462 | 2024.05.14 04:14:35.201639 [ 190 ] {ea26d226-8f30-468f-b73e-814b31b2f89b::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 | ||
1463 | 2024.05.14 04:14:35.202163 [ 190 ] {ea26d226-8f30-468f-b73e-814b31b2f89b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 71 rows starting from the beginning of the part | ||
1464 | 2024.05.14 04:14:35.202185 [ 3 ] {5bc4d32a-c814-473e-9dbd-b6e3c6fcd79b} <Trace> oximeter.fields_u16 (dc75c8a1-6d10-48bd-82ab-2d65873e44c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1465 | 2024.05.14 04:14:35.202223 [ 203 ] {e95e7cee-aee3-4dd2-b291-5ec4d46ca463::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 | ||
1466 | 2024.05.14 04:14:35.202292 [ 3 ] {5bc4d32a-c814-473e-9dbd-b6e3c6fcd79b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
1467 | 2024.05.14 04:14:35.202856 [ 203 ] {e95e7cee-aee3-4dd2-b291-5ec4d46ca463::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 | ||
1468 | 2024.05.14 04:14:35.204518 [ 3 ] {5bc4d32a-c814-473e-9dbd-b6e3c6fcd79b} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1469 | 2024.05.14 04:14:35.206501 [ 3 ] {5bc4d32a-c814-473e-9dbd-b6e3c6fcd79b} <Trace> oximeter.fields_u16 (dc75c8a1-6d10-48bd-82ab-2d65873e44c2): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1470 | 2024.05.14 04:14:35.207190 [ 3 ] {5bc4d32a-c814-473e-9dbd-b6e3c6fcd79b} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.010686 sec., 187.16077110237694 rows/sec., 13.07 KiB/sec. | ||
1471 | 2024.05.14 04:14:35.207917 [ 3 ] {5bc4d32a-c814-473e-9dbd-b6e3c6fcd79b} <Debug> DynamicQueryHandler: Done processing query | ||
1472 | 2024.05.14 04:14:35.208009 [ 3 ] {5bc4d32a-c814-473e-9dbd-b6e3c6fcd79b} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1473 | 2024.05.14 04:14:35.208086 [ 3 ] {} <Debug> HTTP-Session: 9b7331c0-020a-4379-8cd2-1a7936010a43 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1474 | 2024.05.14 04:14:35.208163 [ 189 ] {ea26d226-8f30-468f-b73e-814b31b2f89b::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 392 rows, containing 4 columns (4 merged, 0 gathered) in 0.01224377 sec., 32016.282566562426 rows/sec., 2.80 MiB/sec. | ||
1475 | 2024.05.14 04:14:35.208365 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 5477, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1476 | 2024.05.14 04:14:35.208502 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1477 | 2024.05.14 04:14:35.208520 [ 189 ] {ea26d226-8f30-468f-b73e-814b31b2f89b::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1478 | 2024.05.14 04:14:35.208601 [ 3 ] {} <Debug> HTTP-Session: e314f31c-4989-40bc-9672-5cab3c5e96b3 Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 | ||
1479 | 2024.05.14 04:14:35.208702 [ 3 ] {} <Debug> HTTP-Session: e314f31c-4989-40bc-9672-5cab3c5e96b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1480 | 2024.05.14 04:14:35.208779 [ 3 ] {} <Debug> HTTP-Session: e314f31c-4989-40bc-9672-5cab3c5e96b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1481 | 2024.05.14 04:14:35.208942 [ 3 ] {} <Trace> HTTP-Session: e314f31c-4989-40bc-9672-5cab3c5e96b3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1482 | 2024.05.14 04:14:35.209495 [ 3 ] {c63c2d2b-2324-4318-a5ea-158d71368fe4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46248) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1483 | 2024.05.14 04:14:35.209664 [ 3 ] {c63c2d2b-2324-4318-a5ea-158d71368fe4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1484 | 2024.05.14 04:14:35.209711 [ 187 ] {e95e7cee-aee3-4dd2-b291-5ec4d46ca463::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 129 rows, containing 4 columns (4 merged, 0 gathered) in 0.018097678 sec., 7127.986253264093 rows/sec., 577.76 KiB/sec. | ||
1485 | 2024.05.14 04:14:35.210029 [ 197 ] {e95e7cee-aee3-4dd2-b291-5ec4d46ca463::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1486 | 2024.05.14 04:14:35.210159 [ 189 ] {ea26d226-8f30-468f-b73e-814b31b2f89b::all_1_6_1} <Trace> oximeter.fields_string (ea26d226-8f30-468f-b73e-814b31b2f89b): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1487 | 2024.05.14 04:14:35.210405 [ 3 ] {c63c2d2b-2324-4318-a5ea-158d71368fe4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1488 | 2024.05.14 04:14:35.210636 [ 189 ] {ea26d226-8f30-468f-b73e-814b31b2f89b::all_1_6_1} <Trace> oximeter.fields_string (ea26d226-8f30-468f-b73e-814b31b2f89b) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1489 | 2024.05.14 04:14:35.210967 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
1490 | 2024.05.14 04:14:35.211315 [ 197 ] {e95e7cee-aee3-4dd2-b291-5ec4d46ca463::all_1_6_1} <Trace> oximeter.fields_i64 (e95e7cee-aee3-4dd2-b291-5ec4d46ca463): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1491 | 2024.05.14 04:14:35.211333 [ 3 ] {c63c2d2b-2324-4318-a5ea-158d71368fe4} <Trace> oximeter.fields_uuid (2f9a79b0-af90-4012-baf4-dd30c9d001c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1492 | 2024.05.14 04:14:35.211383 [ 3 ] {c63c2d2b-2324-4318-a5ea-158d71368fe4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
1493 | 2024.05.14 04:14:35.211419 [ 197 ] {e95e7cee-aee3-4dd2-b291-5ec4d46ca463::all_1_6_1} <Trace> oximeter.fields_i64 (e95e7cee-aee3-4dd2-b291-5ec4d46ca463) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1494 | 2024.05.14 04:14:35.211518 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
1495 | 2024.05.14 04:14:35.211759 [ 3 ] {c63c2d2b-2324-4318-a5ea-158d71368fe4} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1496 | 2024.05.14 04:14:35.212084 [ 3 ] {c63c2d2b-2324-4318-a5ea-158d71368fe4} <Trace> oximeter.fields_uuid (2f9a79b0-af90-4012-baf4-dd30c9d001c2): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1497 | 2024.05.14 04:14:35.212242 [ 78 ] {} <Debug> oximeter.fields_uuid (2f9a79b0-af90-4012-baf4-dd30c9d001c2) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1498 | 2024.05.14 04:14:35.212242 [ 3 ] {c63c2d2b-2324-4318-a5ea-158d71368fe4} <Debug> executeQuery: Read 32 rows, 2.57 KiB in 0.002997 sec., 10677.344010677343 rows/sec., 856.65 KiB/sec. | ||
1499 | 2024.05.14 04:14:35.212294 [ 78 ] {} <Trace> oximeter.fields_uuid (2f9a79b0-af90-4012-baf4-dd30c9d001c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1500 | 2024.05.14 04:14:35.212357 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
1501 | 2024.05.14 04:14:35.212563 [ 187 ] {2f9a79b0-af90-4012-baf4-dd30c9d001c2::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 | ||
1502 | 2024.05.14 04:14:35.212600 [ 3 ] {c63c2d2b-2324-4318-a5ea-158d71368fe4} <Debug> DynamicQueryHandler: Done processing query | ||
1503 | 2024.05.14 04:14:35.212645 [ 3 ] {c63c2d2b-2324-4318-a5ea-158d71368fe4} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1504 | 2024.05.14 04:14:35.212696 [ 3 ] {} <Debug> HTTP-Session: e314f31c-4989-40bc-9672-5cab3c5e96b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1505 | 2024.05.14 04:14:35.212803 [ 187 ] {2f9a79b0-af90-4012-baf4-dd30c9d001c2::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1506 | 2024.05.14 04:14:35.212841 [ 187 ] {2f9a79b0-af90-4012-baf4-dd30c9d001c2::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 | ||
1507 | 2024.05.14 04:14:35.212885 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 646, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1508 | 2024.05.14 04:14:35.213019 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1509 | 2024.05.14 04:14:35.213060 [ 187 ] {2f9a79b0-af90-4012-baf4-dd30c9d001c2::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 | ||
1510 | 2024.05.14 04:14:35.213101 [ 3 ] {} <Debug> HTTP-Session: 962d22f9-e1a0-41b2-8a10-a20b9f48482e Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 | ||
1511 | 2024.05.14 04:14:35.213172 [ 3 ] {} <Debug> HTTP-Session: 962d22f9-e1a0-41b2-8a10-a20b9f48482e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1512 | 2024.05.14 04:14:35.213268 [ 3 ] {} <Debug> HTTP-Session: 962d22f9-e1a0-41b2-8a10-a20b9f48482e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1513 | 2024.05.14 04:14:35.213431 [ 3 ] {} <Trace> HTTP-Session: 962d22f9-e1a0-41b2-8a10-a20b9f48482e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1514 | 2024.05.14 04:14:35.213446 [ 187 ] {2f9a79b0-af90-4012-baf4-dd30c9d001c2::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 | ||
1515 | 2024.05.14 04:14:35.213664 [ 187 ] {2f9a79b0-af90-4012-baf4-dd30c9d001c2::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 | ||
1516 | 2024.05.14 04:14:35.213747 [ 3 ] {b95de732-90e2-4373-9682-6f2aa72a8b38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46248) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1517 | 2024.05.14 04:14:35.213969 [ 3 ] {b95de732-90e2-4373-9682-6f2aa72a8b38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1518 | 2024.05.14 04:14:35.213998 [ 187 ] {2f9a79b0-af90-4012-baf4-dd30c9d001c2::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 | ||
1519 | 2024.05.14 04:14:35.214324 [ 187 ] {2f9a79b0-af90-4012-baf4-dd30c9d001c2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 32 rows starting from the beginning of the part | ||
1520 | 2024.05.14 04:14:35.215095 [ 3 ] {b95de732-90e2-4373-9682-6f2aa72a8b38} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1521 | 2024.05.14 04:14:35.215932 [ 3 ] {b95de732-90e2-4373-9682-6f2aa72a8b38} <Trace> oximeter.measurements_cumulativeu64 (eceb4515-b054-4108-bd78-791836cbd143): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1522 | 2024.05.14 04:14:35.216014 [ 3 ] {b95de732-90e2-4373-9682-6f2aa72a8b38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
1523 | 2024.05.14 04:14:35.217144 [ 197 ] {2f9a79b0-af90-4012-baf4-dd30c9d001c2::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 149 rows, containing 4 columns (4 merged, 0 gathered) in 0.004680805 sec., 31832.131438929846 rows/sec., 2.49 MiB/sec. | ||
1524 | 2024.05.14 04:14:35.217193 [ 3 ] {b95de732-90e2-4373-9682-6f2aa72a8b38} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1525 | 2024.05.14 04:14:35.217334 [ 189 ] {2f9a79b0-af90-4012-baf4-dd30c9d001c2::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1526 | 2024.05.14 04:14:35.218022 [ 3 ] {b95de732-90e2-4373-9682-6f2aa72a8b38} <Trace> oximeter.measurements_cumulativeu64 (eceb4515-b054-4108-bd78-791836cbd143): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1527 | 2024.05.14 04:14:35.218278 [ 189 ] {2f9a79b0-af90-4012-baf4-dd30c9d001c2::all_1_6_1} <Trace> oximeter.fields_uuid (2f9a79b0-af90-4012-baf4-dd30c9d001c2): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1528 | 2024.05.14 04:14:35.218344 [ 3 ] {b95de732-90e2-4373-9682-6f2aa72a8b38} <Debug> executeQuery: Read 3 rows, 228.00 B in 0.004718 sec., 635.862653666808 rows/sec., 47.19 KiB/sec. | ||
1529 | 2024.05.14 04:14:35.218569 [ 189 ] {2f9a79b0-af90-4012-baf4-dd30c9d001c2::all_1_6_1} <Trace> oximeter.fields_uuid (2f9a79b0-af90-4012-baf4-dd30c9d001c2) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1530 | 2024.05.14 04:14:35.218761 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
1531 | 2024.05.14 04:14:35.218840 [ 3 ] {b95de732-90e2-4373-9682-6f2aa72a8b38} <Debug> DynamicQueryHandler: Done processing query | ||
1532 | 2024.05.14 04:14:35.218871 [ 3 ] {b95de732-90e2-4373-9682-6f2aa72a8b38} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
1533 | 2024.05.14 04:14:35.218888 [ 3 ] {} <Debug> HTTP-Session: 962d22f9-e1a0-41b2-8a10-a20b9f48482e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1534 | 2024.05.14 04:14:35.219064 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 23575, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1535 | 2024.05.14 04:14:35.219115 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1536 | 2024.05.14 04:14:35.219136 [ 3 ] {} <Debug> HTTP-Session: cd833890-e49e-49db-8500-fc85c54f2ac8 Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 | ||
1537 | 2024.05.14 04:14:35.219154 [ 3 ] {} <Debug> HTTP-Session: cd833890-e49e-49db-8500-fc85c54f2ac8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1538 | 2024.05.14 04:14:35.219168 [ 3 ] {} <Debug> HTTP-Session: cd833890-e49e-49db-8500-fc85c54f2ac8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1539 | 2024.05.14 04:14:35.219200 [ 3 ] {} <Trace> HTTP-Session: cd833890-e49e-49db-8500-fc85c54f2ac8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1540 | 2024.05.14 04:14:35.219611 [ 3 ] {79079c6e-e2ee-4a47-b56f-2ece7b1280a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46248) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
1541 | 2024.05.14 04:14:35.219666 [ 3 ] {79079c6e-e2ee-4a47-b56f-2ece7b1280a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
1542 | 2024.05.14 04:14:35.219851 [ 3 ] {79079c6e-e2ee-4a47-b56f-2ece7b1280a1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1543 | 2024.05.14 04:14:35.220332 [ 3 ] {79079c6e-e2ee-4a47-b56f-2ece7b1280a1} <Trace> oximeter.measurements_histogramf64 (09928621-9c87-4157-8dc9-56bf2d5b5388): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1544 | 2024.05.14 04:14:35.220369 [ 3 ] {79079c6e-e2ee-4a47-b56f-2ece7b1280a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
1545 | 2024.05.14 04:14:35.220812 [ 3 ] {79079c6e-e2ee-4a47-b56f-2ece7b1280a1} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1546 | 2024.05.14 04:14:35.221218 [ 3 ] {79079c6e-e2ee-4a47-b56f-2ece7b1280a1} <Trace> oximeter.measurements_histogramf64 (09928621-9c87-4157-8dc9-56bf2d5b5388): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1547 | 2024.05.14 04:14:35.221390 [ 3 ] {79079c6e-e2ee-4a47-b56f-2ece7b1280a1} <Debug> executeQuery: Read 22 rows, 30.40 KiB in 0.002095 sec., 10501.193317422434 rows/sec., 14.17 MiB/sec. | ||
1548 | 2024.05.14 04:14:35.221399 [ 78 ] {} <Debug> oximeter.measurements_histogramf64 (09928621-9c87-4157-8dc9-56bf2d5b5388) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1549 | 2024.05.14 04:14:35.221496 [ 78 ] {} <Trace> oximeter.measurements_histogramf64 (09928621-9c87-4157-8dc9-56bf2d5b5388): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1550 | 2024.05.14 04:14:35.221564 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
1551 | 2024.05.14 04:14:35.221715 [ 3 ] {79079c6e-e2ee-4a47-b56f-2ece7b1280a1} <Debug> DynamicQueryHandler: Done processing query | ||
1552 | 2024.05.14 04:14:35.221790 [ 3 ] {79079c6e-e2ee-4a47-b56f-2ece7b1280a1} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
1553 | 2024.05.14 04:14:35.221843 [ 197 ] {09928621-9c87-4157-8dc9-56bf2d5b5388::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 | ||
1554 | 2024.05.14 04:14:35.221857 [ 3 ] {} <Debug> HTTP-Session: cd833890-e49e-49db-8500-fc85c54f2ac8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1555 | 2024.05.14 04:14:35.222065 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 348, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1556 | 2024.05.14 04:14:35.222109 [ 197 ] {09928621-9c87-4157-8dc9-56bf2d5b5388::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1557 | 2024.05.14 04:14:35.222134 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1558 | 2024.05.14 04:14:35.222149 [ 197 ] {09928621-9c87-4157-8dc9-56bf2d5b5388::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 | ||
1559 | 2024.05.14 04:14:35.222164 [ 3 ] {} <Debug> HTTP-Session: b0839fdd-24eb-4eff-9032-4f4290294793 Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 | ||
1560 | 2024.05.14 04:14:35.222183 [ 3 ] {} <Debug> HTTP-Session: b0839fdd-24eb-4eff-9032-4f4290294793 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1561 | 2024.05.14 04:14:35.222201 [ 3 ] {} <Debug> HTTP-Session: b0839fdd-24eb-4eff-9032-4f4290294793 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1562 | 2024.05.14 04:14:35.222283 [ 3 ] {} <Trace> HTTP-Session: b0839fdd-24eb-4eff-9032-4f4290294793 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1563 | 2024.05.14 04:14:35.222291 [ 197 ] {09928621-9c87-4157-8dc9-56bf2d5b5388::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 | ||
1564 | 2024.05.14 04:14:35.222448 [ 197 ] {09928621-9c87-4157-8dc9-56bf2d5b5388::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 | ||
1565 | 2024.05.14 04:14:35.222519 [ 3 ] {a85bd201-4d7e-4017-b326-72af1933c157} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46248) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1566 | 2024.05.14 04:14:35.222735 [ 3 ] {a85bd201-4d7e-4017-b326-72af1933c157} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1567 | 2024.05.14 04:14:35.222794 [ 197 ] {09928621-9c87-4157-8dc9-56bf2d5b5388::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 | ||
1568 | 2024.05.14 04:14:35.223007 [ 197 ] {09928621-9c87-4157-8dc9-56bf2d5b5388::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 | ||
1569 | 2024.05.14 04:14:35.223243 [ 197 ] {09928621-9c87-4157-8dc9-56bf2d5b5388::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 | ||
1570 | 2024.05.14 04:14:35.223407 [ 3 ] {a85bd201-4d7e-4017-b326-72af1933c157} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1571 | 2024.05.14 04:14:35.223957 [ 3 ] {a85bd201-4d7e-4017-b326-72af1933c157} <Trace> oximeter.measurements_u64 (906d6861-2715-406b-9070-bd8757f5e7fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1572 | 2024.05.14 04:14:35.224002 [ 3 ] {a85bd201-4d7e-4017-b326-72af1933c157} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
1573 | 2024.05.14 04:14:35.224593 [ 3 ] {a85bd201-4d7e-4017-b326-72af1933c157} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1574 | 2024.05.14 04:14:35.225055 [ 3 ] {a85bd201-4d7e-4017-b326-72af1933c157} <Trace> oximeter.measurements_u64 (906d6861-2715-406b-9070-bd8757f5e7fc): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1575 | 2024.05.14 04:14:35.225194 [ 3 ] {a85bd201-4d7e-4017-b326-72af1933c157} <Debug> executeQuery: Read 2 rows, 129.00 B in 0.002799 sec., 714.5409074669525 rows/sec., 45.01 KiB/sec. | ||
1576 | 2024.05.14 04:14:35.225443 [ 3 ] {a85bd201-4d7e-4017-b326-72af1933c157} <Debug> DynamicQueryHandler: Done processing query | ||
1577 | 2024.05.14 04:14:35.225468 [ 3 ] {a85bd201-4d7e-4017-b326-72af1933c157} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
1578 | 2024.05.14 04:14:35.225483 [ 3 ] {} <Debug> HTTP-Session: b0839fdd-24eb-4eff-9032-4f4290294793 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1579 | 2024.05.14 04:14:35.228262 [ 201 ] {09928621-9c87-4157-8dc9-56bf2d5b5388::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 129 rows, containing 6 columns (6 merged, 0 gathered) in 0.006608995 sec., 19518.85271512537 rows/sec., 26.34 MiB/sec. | ||
1580 | 2024.05.14 04:14:35.228611 [ 200 ] {09928621-9c87-4157-8dc9-56bf2d5b5388::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1581 | 2024.05.14 04:14:35.229119 [ 200 ] {09928621-9c87-4157-8dc9-56bf2d5b5388::all_1_6_1} <Trace> oximeter.measurements_histogramf64 (09928621-9c87-4157-8dc9-56bf2d5b5388): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1582 | 2024.05.14 04:14:35.229211 [ 200 ] {09928621-9c87-4157-8dc9-56bf2d5b5388::all_1_6_1} <Trace> oximeter.measurements_histogramf64 (09928621-9c87-4157-8dc9-56bf2d5b5388) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1583 | 2024.05.14 04:14:35.229320 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.64 MiB. | ||
1584 | 2024.05.14 04:14:36.000203 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 176.60 MiB, peak 187.89 MiB, free memory in arenas 0.00 B, will set to 178.48 MiB (RSS), difference: 1.87 MiB | ||
1585 | 2024.05.14 04:14:40.124588 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 1056, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1586 | 2024.05.14 04:14:40.124725 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1587 | 2024.05.14 04:14:40.124755 [ 3 ] {} <Debug> HTTP-Session: 74083218-e85d-4119-bbee-0971c288eea5 Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 | ||
1588 | 2024.05.14 04:14:40.124782 [ 3 ] {} <Debug> HTTP-Session: 74083218-e85d-4119-bbee-0971c288eea5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1589 | 2024.05.14 04:14:40.124800 [ 3 ] {} <Debug> HTTP-Session: 74083218-e85d-4119-bbee-0971c288eea5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1590 | 2024.05.14 04:14:40.124856 [ 3 ] {} <Trace> HTTP-Session: 74083218-e85d-4119-bbee-0971c288eea5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1591 | 2024.05.14 04:14:40.125039 [ 3 ] {9bb01dc3-71ac-4b0c-b44f-f789a8c97e4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46248) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
1592 | 2024.05.14 04:14:40.125105 [ 3 ] {9bb01dc3-71ac-4b0c-b44f-f789a8c97e4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
1593 | 2024.05.14 04:14:40.125290 [ 3 ] {9bb01dc3-71ac-4b0c-b44f-f789a8c97e4b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1594 | 2024.05.14 04:14:40.125718 [ 3 ] {9bb01dc3-71ac-4b0c-b44f-f789a8c97e4b} <Trace> oximeter.fields_i64 (e95e7cee-aee3-4dd2-b291-5ec4d46ca463): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1595 | 2024.05.14 04:14:40.125761 [ 3 ] {9bb01dc3-71ac-4b0c-b44f-f789a8c97e4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
1596 | 2024.05.14 04:14:40.126134 [ 3 ] {9bb01dc3-71ac-4b0c-b44f-f789a8c97e4b} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1597 | 2024.05.14 04:14:40.126474 [ 3 ] {9bb01dc3-71ac-4b0c-b44f-f789a8c97e4b} <Trace> oximeter.fields_i64 (e95e7cee-aee3-4dd2-b291-5ec4d46ca463): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1598 | 2024.05.14 04:14:40.126642 [ 3 ] {9bb01dc3-71ac-4b0c-b44f-f789a8c97e4b} <Debug> executeQuery: Read 7 rows, 581.00 B in 0.001648 sec., 4247.572815533981 rows/sec., 344.29 KiB/sec. | ||
1599 | 2024.05.14 04:14:40.126854 [ 3 ] {9bb01dc3-71ac-4b0c-b44f-f789a8c97e4b} <Debug> DynamicQueryHandler: Done processing query | ||
1600 | 2024.05.14 04:14:40.126880 [ 3 ] {9bb01dc3-71ac-4b0c-b44f-f789a8c97e4b} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1601 | 2024.05.14 04:14:40.126898 [ 3 ] {} <Debug> HTTP-Session: 74083218-e85d-4119-bbee-0971c288eea5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1602 | 2024.05.14 04:14:40.127026 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 3887, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1603 | 2024.05.14 04:14:40.127085 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1604 | 2024.05.14 04:14:40.127106 [ 3 ] {} <Debug> HTTP-Session: c900d2b8-0c8b-473d-bf36-35d53fb6171d Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 | ||
1605 | 2024.05.14 04:14:40.127124 [ 3 ] {} <Debug> HTTP-Session: c900d2b8-0c8b-473d-bf36-35d53fb6171d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1606 | 2024.05.14 04:14:40.127138 [ 3 ] {} <Debug> HTTP-Session: c900d2b8-0c8b-473d-bf36-35d53fb6171d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1607 | 2024.05.14 04:14:40.127173 [ 3 ] {} <Trace> HTTP-Session: c900d2b8-0c8b-473d-bf36-35d53fb6171d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1608 | 2024.05.14 04:14:40.127282 [ 3 ] {b711a1d3-de0d-481b-8a00-e50442c82df3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46248) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1609 | 2024.05.14 04:14:40.127327 [ 3 ] {b711a1d3-de0d-481b-8a00-e50442c82df3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1610 | 2024.05.14 04:14:40.127459 [ 3 ] {b711a1d3-de0d-481b-8a00-e50442c82df3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1611 | 2024.05.14 04:14:40.127772 [ 3 ] {b711a1d3-de0d-481b-8a00-e50442c82df3} <Trace> oximeter.fields_string (ea26d226-8f30-468f-b73e-814b31b2f89b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1612 | 2024.05.14 04:14:40.127809 [ 3 ] {b711a1d3-de0d-481b-8a00-e50442c82df3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
1613 | 2024.05.14 04:14:40.128123 [ 3 ] {b711a1d3-de0d-481b-8a00-e50442c82df3} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1614 | 2024.05.14 04:14:40.128444 [ 3 ] {b711a1d3-de0d-481b-8a00-e50442c82df3} <Trace> oximeter.fields_string (ea26d226-8f30-468f-b73e-814b31b2f89b): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1615 | 2024.05.14 04:14:40.128599 [ 3 ] {b711a1d3-de0d-481b-8a00-e50442c82df3} <Debug> executeQuery: Read 25 rows, 2.31 KiB in 0.001347 sec., 18559.76243504083 rows/sec., 1.68 MiB/sec. | ||
1616 | 2024.05.14 04:14:40.128766 [ 3 ] {b711a1d3-de0d-481b-8a00-e50442c82df3} <Debug> DynamicQueryHandler: Done processing query | ||
1617 | 2024.05.14 04:14:40.128791 [ 3 ] {b711a1d3-de0d-481b-8a00-e50442c82df3} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1618 | 2024.05.14 04:14:40.128808 [ 3 ] {} <Debug> HTTP-Session: c900d2b8-0c8b-473d-bf36-35d53fb6171d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1619 | 2024.05.14 04:14:40.128929 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 4124, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1620 | 2024.05.14 04:14:40.128981 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1621 | 2024.05.14 04:14:40.129000 [ 3 ] {} <Debug> HTTP-Session: 32eece2f-c66d-4236-aae0-3f347af934b2 Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 | ||
1622 | 2024.05.14 04:14:40.129017 [ 3 ] {} <Debug> HTTP-Session: 32eece2f-c66d-4236-aae0-3f347af934b2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1623 | 2024.05.14 04:14:40.129031 [ 3 ] {} <Debug> HTTP-Session: 32eece2f-c66d-4236-aae0-3f347af934b2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1624 | 2024.05.14 04:14:40.129062 [ 3 ] {} <Trace> HTTP-Session: 32eece2f-c66d-4236-aae0-3f347af934b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1625 | 2024.05.14 04:14:40.129166 [ 3 ] {a9033e9c-6c0f-4f77-a9aa-0c203bb2534a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46248) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1626 | 2024.05.14 04:14:40.129209 [ 3 ] {a9033e9c-6c0f-4f77-a9aa-0c203bb2534a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1627 | 2024.05.14 04:14:40.129335 [ 3 ] {a9033e9c-6c0f-4f77-a9aa-0c203bb2534a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1628 | 2024.05.14 04:14:40.129634 [ 3 ] {a9033e9c-6c0f-4f77-a9aa-0c203bb2534a} <Trace> oximeter.fields_uuid (2f9a79b0-af90-4012-baf4-dd30c9d001c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1629 | 2024.05.14 04:14:40.129671 [ 3 ] {a9033e9c-6c0f-4f77-a9aa-0c203bb2534a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
1630 | 2024.05.14 04:14:40.129980 [ 3 ] {a9033e9c-6c0f-4f77-a9aa-0c203bb2534a} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1631 | 2024.05.14 04:14:40.130292 [ 3 ] {a9033e9c-6c0f-4f77-a9aa-0c203bb2534a} <Trace> oximeter.fields_uuid (2f9a79b0-af90-4012-baf4-dd30c9d001c2): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1632 | 2024.05.14 04:14:40.130440 [ 3 ] {a9033e9c-6c0f-4f77-a9aa-0c203bb2534a} <Debug> executeQuery: Read 24 rows, 1.93 KiB in 0.001297 sec., 18504.240555127217 rows/sec., 1.45 MiB/sec. | ||
1633 | 2024.05.14 04:14:40.130604 [ 3 ] {a9033e9c-6c0f-4f77-a9aa-0c203bb2534a} <Debug> DynamicQueryHandler: Done processing query | ||
1634 | 2024.05.14 04:14:40.130629 [ 3 ] {a9033e9c-6c0f-4f77-a9aa-0c203bb2534a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1635 | 2024.05.14 04:14:40.130646 [ 3 ] {} <Debug> HTTP-Session: 32eece2f-c66d-4236-aae0-3f347af934b2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1636 | 2024.05.14 04:14:40.130763 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 2017, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1637 | 2024.05.14 04:14:40.130814 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1638 | 2024.05.14 04:14:40.130833 [ 3 ] {} <Debug> HTTP-Session: 99790ba8-c30c-4590-b584-52753c03e638 Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 | ||
1639 | 2024.05.14 04:14:40.130850 [ 3 ] {} <Debug> HTTP-Session: 99790ba8-c30c-4590-b584-52753c03e638 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1640 | 2024.05.14 04:14:40.130864 [ 3 ] {} <Debug> HTTP-Session: 99790ba8-c30c-4590-b584-52753c03e638 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1641 | 2024.05.14 04:14:40.130897 [ 3 ] {} <Trace> HTTP-Session: 99790ba8-c30c-4590-b584-52753c03e638 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1642 | 2024.05.14 04:14:40.130995 [ 3 ] {0f076873-50cb-4680-ac3b-b75ba614cc5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46248) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1643 | 2024.05.14 04:14:40.131042 [ 3 ] {0f076873-50cb-4680-ac3b-b75ba614cc5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1644 | 2024.05.14 04:14:40.131187 [ 3 ] {0f076873-50cb-4680-ac3b-b75ba614cc5d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1645 | 2024.05.14 04:14:40.131466 [ 3 ] {0f076873-50cb-4680-ac3b-b75ba614cc5d} <Trace> oximeter.measurements_cumulativeu64 (eceb4515-b054-4108-bd78-791836cbd143): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1646 | 2024.05.14 04:14:40.131503 [ 3 ] {0f076873-50cb-4680-ac3b-b75ba614cc5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
1647 | 2024.05.14 04:14:40.131870 [ 3 ] {0f076873-50cb-4680-ac3b-b75ba614cc5d} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1648 | 2024.05.14 04:14:40.132206 [ 3 ] {0f076873-50cb-4680-ac3b-b75ba614cc5d} <Trace> oximeter.measurements_cumulativeu64 (eceb4515-b054-4108-bd78-791836cbd143): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1649 | 2024.05.14 04:14:40.132373 [ 3 ] {0f076873-50cb-4680-ac3b-b75ba614cc5d} <Debug> executeQuery: Read 10 rows, 780.00 B in 0.001405 sec., 7117.437722419929 rows/sec., 542.15 KiB/sec. | ||
1650 | 2024.05.14 04:14:40.132546 [ 3 ] {0f076873-50cb-4680-ac3b-b75ba614cc5d} <Debug> DynamicQueryHandler: Done processing query | ||
1651 | 2024.05.14 04:14:40.132571 [ 3 ] {0f076873-50cb-4680-ac3b-b75ba614cc5d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1652 | 2024.05.14 04:14:40.132588 [ 3 ] {} <Debug> HTTP-Session: 99790ba8-c30c-4590-b584-52753c03e638 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1653 | 2024.05.14 04:14:40.132721 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 7548, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1654 | 2024.05.14 04:14:40.132770 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1655 | 2024.05.14 04:14:40.132790 [ 3 ] {} <Debug> HTTP-Session: 11d592c6-3a19-41a2-bc2d-efaab269fe28 Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 | ||
1656 | 2024.05.14 04:14:40.132806 [ 3 ] {} <Debug> HTTP-Session: 11d592c6-3a19-41a2-bc2d-efaab269fe28 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1657 | 2024.05.14 04:14:40.132820 [ 3 ] {} <Debug> HTTP-Session: 11d592c6-3a19-41a2-bc2d-efaab269fe28 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1658 | 2024.05.14 04:14:40.132849 [ 3 ] {} <Trace> HTTP-Session: 11d592c6-3a19-41a2-bc2d-efaab269fe28 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1659 | 2024.05.14 04:14:40.132987 [ 3 ] {656ac48a-7b7e-4935-8b09-14854ec70ee5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46248) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
1660 | 2024.05.14 04:14:40.133034 [ 3 ] {656ac48a-7b7e-4935-8b09-14854ec70ee5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
1661 | 2024.05.14 04:14:40.133197 [ 3 ] {656ac48a-7b7e-4935-8b09-14854ec70ee5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1662 | 2024.05.14 04:14:40.133540 [ 3 ] {656ac48a-7b7e-4935-8b09-14854ec70ee5} <Trace> oximeter.measurements_histogramf64 (09928621-9c87-4157-8dc9-56bf2d5b5388): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1663 | 2024.05.14 04:14:40.133576 [ 3 ] {656ac48a-7b7e-4935-8b09-14854ec70ee5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
1664 | 2024.05.14 04:14:40.133966 [ 3 ] {656ac48a-7b7e-4935-8b09-14854ec70ee5} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1665 | 2024.05.14 04:14:40.134306 [ 3 ] {656ac48a-7b7e-4935-8b09-14854ec70ee5} <Trace> oximeter.measurements_histogramf64 (09928621-9c87-4157-8dc9-56bf2d5b5388): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1666 | 2024.05.14 04:14:40.134453 [ 3 ] {656ac48a-7b7e-4935-8b09-14854ec70ee5} <Debug> executeQuery: Read 7 rows, 9.67 KiB in 0.001523 sec., 4596.191726854891 rows/sec., 6.20 MiB/sec. | ||
1667 | 2024.05.14 04:14:40.134624 [ 3 ] {656ac48a-7b7e-4935-8b09-14854ec70ee5} <Debug> DynamicQueryHandler: Done processing query | ||
1668 | 2024.05.14 04:14:40.134648 [ 3 ] {656ac48a-7b7e-4935-8b09-14854ec70ee5} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
1669 | 2024.05.14 04:14:40.134664 [ 3 ] {} <Debug> HTTP-Session: 11d592c6-3a19-41a2-bc2d-efaab269fe28 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1670 | 2024.05.14 04:14:40.134779 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 1431, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1671 | 2024.05.14 04:14:40.134828 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1672 | 2024.05.14 04:14:40.134846 [ 3 ] {} <Debug> HTTP-Session: 3c532737-8a7e-44d4-bfef-2dea4ade44ce Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 | ||
1673 | 2024.05.14 04:14:40.134862 [ 3 ] {} <Debug> HTTP-Session: 3c532737-8a7e-44d4-bfef-2dea4ade44ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1674 | 2024.05.14 04:14:40.134876 [ 3 ] {} <Debug> HTTP-Session: 3c532737-8a7e-44d4-bfef-2dea4ade44ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1675 | 2024.05.14 04:14:40.134906 [ 3 ] {} <Trace> HTTP-Session: 3c532737-8a7e-44d4-bfef-2dea4ade44ce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1676 | 2024.05.14 04:14:40.135004 [ 3 ] {e4834f7b-162d-4303-879b-712cd509bf35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46248) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
1677 | 2024.05.14 04:14:40.135047 [ 3 ] {e4834f7b-162d-4303-879b-712cd509bf35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
1678 | 2024.05.14 04:14:40.135172 [ 3 ] {e4834f7b-162d-4303-879b-712cd509bf35} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1679 | 2024.05.14 04:14:40.135425 [ 3 ] {e4834f7b-162d-4303-879b-712cd509bf35} <Trace> oximeter.measurements_i64 (e3e8e149-e0af-490a-a0f4-4a6be143cd9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1680 | 2024.05.14 04:14:40.135461 [ 3 ] {e4834f7b-162d-4303-879b-712cd509bf35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
1681 | 2024.05.14 04:14:40.135808 [ 3 ] {e4834f7b-162d-4303-879b-712cd509bf35} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1682 | 2024.05.14 04:14:40.136123 [ 3 ] {e4834f7b-162d-4303-879b-712cd509bf35} <Trace> oximeter.measurements_i64 (e3e8e149-e0af-490a-a0f4-4a6be143cd9d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1683 | 2024.05.14 04:14:40.136272 [ 3 ] {e4834f7b-162d-4303-879b-712cd509bf35} <Debug> executeQuery: Read 9 rows, 651.00 B in 0.001286 sec., 6998.444790046656 rows/sec., 494.36 KiB/sec. | ||
1684 | 2024.05.14 04:14:40.136531 [ 3 ] {e4834f7b-162d-4303-879b-712cd509bf35} <Debug> DynamicQueryHandler: Done processing query | ||
1685 | 2024.05.14 04:14:40.136556 [ 3 ] {e4834f7b-162d-4303-879b-712cd509bf35} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
1686 | 2024.05.14 04:14:40.136573 [ 3 ] {} <Debug> HTTP-Session: 3c532737-8a7e-44d4-bfef-2dea4ade44ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1687 | 2024.05.14 04:14:40.136679 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 1512, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1688 | 2024.05.14 04:14:40.136726 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1689 | 2024.05.14 04:14:40.136744 [ 3 ] {} <Debug> HTTP-Session: 60f77f45-fb18-444e-b45f-54a7c6c650de Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 | ||
1690 | 2024.05.14 04:14:40.136760 [ 3 ] {} <Debug> HTTP-Session: 60f77f45-fb18-444e-b45f-54a7c6c650de Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1691 | 2024.05.14 04:14:40.136774 [ 3 ] {} <Debug> HTTP-Session: 60f77f45-fb18-444e-b45f-54a7c6c650de Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1692 | 2024.05.14 04:14:40.136803 [ 3 ] {} <Trace> HTTP-Session: 60f77f45-fb18-444e-b45f-54a7c6c650de Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1693 | 2024.05.14 04:14:40.136902 [ 3 ] {ddc12a94-9034-4f8f-bc97-6482d826ce6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46248) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1694 | 2024.05.14 04:14:40.136946 [ 3 ] {ddc12a94-9034-4f8f-bc97-6482d826ce6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1695 | 2024.05.14 04:14:40.137088 [ 3 ] {ddc12a94-9034-4f8f-bc97-6482d826ce6c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1696 | 2024.05.14 04:14:40.137351 [ 3 ] {ddc12a94-9034-4f8f-bc97-6482d826ce6c} <Trace> oximeter.measurements_u64 (906d6861-2715-406b-9070-bd8757f5e7fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1697 | 2024.05.14 04:14:40.137386 [ 3 ] {ddc12a94-9034-4f8f-bc97-6482d826ce6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
1698 | 2024.05.14 04:14:40.137735 [ 3 ] {ddc12a94-9034-4f8f-bc97-6482d826ce6c} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1699 | 2024.05.14 04:14:40.138074 [ 3 ] {ddc12a94-9034-4f8f-bc97-6482d826ce6c} <Trace> oximeter.measurements_u64 (906d6861-2715-406b-9070-bd8757f5e7fc): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1700 | 2024.05.14 04:14:40.138220 [ 3 ] {ddc12a94-9034-4f8f-bc97-6482d826ce6c} <Debug> executeQuery: Read 10 rows, 645.00 B in 0.001339 sec., 7468.259895444362 rows/sec., 470.41 KiB/sec. | ||
1701 | 2024.05.14 04:14:40.138480 [ 3 ] {ddc12a94-9034-4f8f-bc97-6482d826ce6c} <Debug> DynamicQueryHandler: Done processing query | ||
1702 | 2024.05.14 04:14:40.138512 [ 3 ] {ddc12a94-9034-4f8f-bc97-6482d826ce6c} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
1703 | 2024.05.14 04:14:40.138529 [ 3 ] {} <Debug> HTTP-Session: 60f77f45-fb18-444e-b45f-54a7c6c650de Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1704 | 2024.05.14 04:14:44.330514 [ 79 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1705 | 2024.05.14 04:14:44.330574 [ 79 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1706 | 2024.05.14 04:14:45.124885 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 3205, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1707 | 2024.05.14 04:14:45.125003 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1708 | 2024.05.14 04:14:45.125028 [ 3 ] {} <Debug> HTTP-Session: c975a969-5a1a-49c5-b244-7170b3d1ea28 Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 | ||
1709 | 2024.05.14 04:14:45.125051 [ 3 ] {} <Debug> HTTP-Session: c975a969-5a1a-49c5-b244-7170b3d1ea28 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1710 | 2024.05.14 04:14:45.125066 [ 3 ] {} <Debug> HTTP-Session: c975a969-5a1a-49c5-b244-7170b3d1ea28 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1711 | 2024.05.14 04:14:45.125112 [ 3 ] {} <Trace> HTTP-Session: c975a969-5a1a-49c5-b244-7170b3d1ea28 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1712 | 2024.05.14 04:14:45.125316 [ 3 ] {877c4a68-87c2-453b-a350-d9b33b828920} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46248) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
1713 | 2024.05.14 04:14:45.125389 [ 3 ] {877c4a68-87c2-453b-a350-d9b33b828920} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
1714 | 2024.05.14 04:14:45.125575 [ 3 ] {877c4a68-87c2-453b-a350-d9b33b828920} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1715 | 2024.05.14 04:14:45.125994 [ 3 ] {877c4a68-87c2-453b-a350-d9b33b828920} <Trace> oximeter.fields_i64 (e95e7cee-aee3-4dd2-b291-5ec4d46ca463): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1716 | 2024.05.14 04:14:45.126036 [ 3 ] {877c4a68-87c2-453b-a350-d9b33b828920} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
1717 | 2024.05.14 04:14:45.126418 [ 3 ] {877c4a68-87c2-453b-a350-d9b33b828920} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1718 | 2024.05.14 04:14:45.126755 [ 3 ] {877c4a68-87c2-453b-a350-d9b33b828920} <Trace> oximeter.fields_i64 (e95e7cee-aee3-4dd2-b291-5ec4d46ca463): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1719 | 2024.05.14 04:14:45.126929 [ 3 ] {877c4a68-87c2-453b-a350-d9b33b828920} <Debug> executeQuery: Read 22 rows, 1.78 KiB in 0.001669 sec., 13181.545835829838 rows/sec., 1.04 MiB/sec. | ||
1720 | 2024.05.14 04:14:45.127142 [ 3 ] {877c4a68-87c2-453b-a350-d9b33b828920} <Debug> DynamicQueryHandler: Done processing query | ||
1721 | 2024.05.14 04:14:45.127171 [ 3 ] {877c4a68-87c2-453b-a350-d9b33b828920} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1722 | 2024.05.14 04:14:45.127187 [ 3 ] {} <Debug> HTTP-Session: c975a969-5a1a-49c5-b244-7170b3d1ea28 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1723 | 2024.05.14 04:14:45.127327 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 10543, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1724 | 2024.05.14 04:14:45.127387 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1725 | 2024.05.14 04:14:45.127406 [ 3 ] {} <Debug> HTTP-Session: 41cddcdc-0ccd-4fab-8785-722626142116 Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 | ||
1726 | 2024.05.14 04:14:45.127425 [ 3 ] {} <Debug> HTTP-Session: 41cddcdc-0ccd-4fab-8785-722626142116 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1727 | 2024.05.14 04:14:45.127440 [ 3 ] {} <Debug> HTTP-Session: 41cddcdc-0ccd-4fab-8785-722626142116 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1728 | 2024.05.14 04:14:45.127476 [ 3 ] {} <Trace> HTTP-Session: 41cddcdc-0ccd-4fab-8785-722626142116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1729 | 2024.05.14 04:14:45.127602 [ 3 ] {536336a7-70e8-411e-a08a-83dfc0fdff4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46248) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1730 | 2024.05.14 04:14:45.127650 [ 3 ] {536336a7-70e8-411e-a08a-83dfc0fdff4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1731 | 2024.05.14 04:14:45.127784 [ 3 ] {536336a7-70e8-411e-a08a-83dfc0fdff4d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1732 | 2024.05.14 04:14:45.128125 [ 3 ] {536336a7-70e8-411e-a08a-83dfc0fdff4d} <Trace> oximeter.fields_string (ea26d226-8f30-468f-b73e-814b31b2f89b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1733 | 2024.05.14 04:14:45.128164 [ 3 ] {536336a7-70e8-411e-a08a-83dfc0fdff4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
1734 | 2024.05.14 04:14:45.128480 [ 3 ] {536336a7-70e8-411e-a08a-83dfc0fdff4d} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1735 | 2024.05.14 04:14:45.128793 [ 3 ] {536336a7-70e8-411e-a08a-83dfc0fdff4d} <Trace> oximeter.fields_string (ea26d226-8f30-468f-b73e-814b31b2f89b): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1736 | 2024.05.14 04:14:45.128951 [ 3 ] {536336a7-70e8-411e-a08a-83dfc0fdff4d} <Debug> executeQuery: Read 70 rows, 6.25 KiB in 0.001384 sec., 50578.03468208092 rows/sec., 4.41 MiB/sec. | ||
1737 | 2024.05.14 04:14:45.129121 [ 3 ] {536336a7-70e8-411e-a08a-83dfc0fdff4d} <Debug> DynamicQueryHandler: Done processing query | ||
1738 | 2024.05.14 04:14:45.129147 [ 3 ] {536336a7-70e8-411e-a08a-83dfc0fdff4d} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
1739 | 2024.05.14 04:14:45.129164 [ 3 ] {} <Debug> HTTP-Session: 41cddcdc-0ccd-4fab-8785-722626142116 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1740 | 2024.05.14 04:14:45.129284 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 5136, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1741 | 2024.05.14 04:14:45.129338 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1742 | 2024.05.14 04:14:45.129358 [ 3 ] {} <Debug> HTTP-Session: 33c2d00b-1778-4d18-a7a9-19edd625860d Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 | ||
1743 | 2024.05.14 04:14:45.129374 [ 3 ] {} <Debug> HTTP-Session: 33c2d00b-1778-4d18-a7a9-19edd625860d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1744 | 2024.05.14 04:14:45.129388 [ 3 ] {} <Debug> HTTP-Session: 33c2d00b-1778-4d18-a7a9-19edd625860d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1745 | 2024.05.14 04:14:45.129419 [ 3 ] {} <Trace> HTTP-Session: 33c2d00b-1778-4d18-a7a9-19edd625860d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1746 | 2024.05.14 04:14:45.129530 [ 3 ] {d77ac6e4-0e13-43e5-8c8f-bfe93b4bbd38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46248) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1747 | 2024.05.14 04:14:45.129574 [ 3 ] {d77ac6e4-0e13-43e5-8c8f-bfe93b4bbd38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1748 | 2024.05.14 04:14:45.129699 [ 3 ] {d77ac6e4-0e13-43e5-8c8f-bfe93b4bbd38} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1749 | 2024.05.14 04:14:45.130005 [ 3 ] {d77ac6e4-0e13-43e5-8c8f-bfe93b4bbd38} <Trace> oximeter.fields_uuid (2f9a79b0-af90-4012-baf4-dd30c9d001c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1750 | 2024.05.14 04:14:45.130042 [ 3 ] {d77ac6e4-0e13-43e5-8c8f-bfe93b4bbd38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
1751 | 2024.05.14 04:14:45.130349 [ 3 ] {d77ac6e4-0e13-43e5-8c8f-bfe93b4bbd38} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1752 | 2024.05.14 04:14:45.130653 [ 3 ] {d77ac6e4-0e13-43e5-8c8f-bfe93b4bbd38} <Trace> oximeter.fields_uuid (2f9a79b0-af90-4012-baf4-dd30c9d001c2): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1753 | 2024.05.14 04:14:45.130816 [ 3 ] {d77ac6e4-0e13-43e5-8c8f-bfe93b4bbd38} <Debug> executeQuery: Read 30 rows, 2.40 KiB in 0.00132 sec., 22727.272727272728 rows/sec., 1.78 MiB/sec. | ||
1754 | 2024.05.14 04:14:45.131019 [ 3 ] {d77ac6e4-0e13-43e5-8c8f-bfe93b4bbd38} <Debug> DynamicQueryHandler: Done processing query | ||
1755 | 2024.05.14 04:14:45.131045 [ 3 ] {d77ac6e4-0e13-43e5-8c8f-bfe93b4bbd38} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1756 | 2024.05.14 04:14:45.131063 [ 3 ] {} <Debug> HTTP-Session: 33c2d00b-1778-4d18-a7a9-19edd625860d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1757 | 2024.05.14 04:14:45.131184 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 2017, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1758 | 2024.05.14 04:14:45.131231 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1759 | 2024.05.14 04:14:45.131249 [ 3 ] {} <Debug> HTTP-Session: bec7407e-b786-455b-a300-c74347cb3a17 Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 | ||
1760 | 2024.05.14 04:14:45.131265 [ 3 ] {} <Debug> HTTP-Session: bec7407e-b786-455b-a300-c74347cb3a17 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1761 | 2024.05.14 04:14:45.131277 [ 3 ] {} <Debug> HTTP-Session: bec7407e-b786-455b-a300-c74347cb3a17 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1762 | 2024.05.14 04:14:45.131306 [ 3 ] {} <Trace> HTTP-Session: bec7407e-b786-455b-a300-c74347cb3a17 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1763 | 2024.05.14 04:14:45.131403 [ 3 ] {94fcf95b-c659-4364-b6a2-11ec8a034237} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46248) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1764 | 2024.05.14 04:14:45.131451 [ 3 ] {94fcf95b-c659-4364-b6a2-11ec8a034237} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1765 | 2024.05.14 04:14:45.131586 [ 3 ] {94fcf95b-c659-4364-b6a2-11ec8a034237} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1766 | 2024.05.14 04:14:45.131852 [ 3 ] {94fcf95b-c659-4364-b6a2-11ec8a034237} <Trace> oximeter.measurements_cumulativeu64 (eceb4515-b054-4108-bd78-791836cbd143): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1767 | 2024.05.14 04:14:45.131885 [ 3 ] {94fcf95b-c659-4364-b6a2-11ec8a034237} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
1768 | 2024.05.14 04:14:45.132315 [ 3 ] {94fcf95b-c659-4364-b6a2-11ec8a034237} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1769 | 2024.05.14 04:14:45.132663 [ 3 ] {94fcf95b-c659-4364-b6a2-11ec8a034237} <Trace> oximeter.measurements_cumulativeu64 (eceb4515-b054-4108-bd78-791836cbd143): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1770 | 2024.05.14 04:14:45.132819 [ 3 ] {94fcf95b-c659-4364-b6a2-11ec8a034237} <Debug> executeQuery: Read 10 rows, 780.00 B in 0.001415 sec., 7067.137809187279 rows/sec., 538.32 KiB/sec. | ||
1771 | 2024.05.14 04:14:45.132995 [ 3 ] {94fcf95b-c659-4364-b6a2-11ec8a034237} <Debug> DynamicQueryHandler: Done processing query | ||
1772 | 2024.05.14 04:14:45.133021 [ 3 ] {94fcf95b-c659-4364-b6a2-11ec8a034237} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1773 | 2024.05.14 04:14:45.133038 [ 3 ] {} <Debug> HTTP-Session: bec7407e-b786-455b-a300-c74347cb3a17 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1774 | 2024.05.14 04:14:45.133199 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 23576, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1775 | 2024.05.14 04:14:45.133250 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1776 | 2024.05.14 04:14:45.133270 [ 3 ] {} <Debug> HTTP-Session: 22cad480-c596-4527-825f-3d03219452dd Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 | ||
1777 | 2024.05.14 04:14:45.133287 [ 3 ] {} <Debug> HTTP-Session: 22cad480-c596-4527-825f-3d03219452dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1778 | 2024.05.14 04:14:45.133301 [ 3 ] {} <Debug> HTTP-Session: 22cad480-c596-4527-825f-3d03219452dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1779 | 2024.05.14 04:14:45.133331 [ 3 ] {} <Trace> HTTP-Session: 22cad480-c596-4527-825f-3d03219452dd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1780 | 2024.05.14 04:14:45.133538 [ 3 ] {58fe7941-f3eb-489c-905e-af58455d4dc0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46248) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
1781 | 2024.05.14 04:14:45.133585 [ 3 ] {58fe7941-f3eb-489c-905e-af58455d4dc0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
1782 | 2024.05.14 04:14:45.133747 [ 3 ] {58fe7941-f3eb-489c-905e-af58455d4dc0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1783 | 2024.05.14 04:14:45.134165 [ 3 ] {58fe7941-f3eb-489c-905e-af58455d4dc0} <Trace> oximeter.measurements_histogramf64 (09928621-9c87-4157-8dc9-56bf2d5b5388): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1784 | 2024.05.14 04:14:45.134201 [ 3 ] {58fe7941-f3eb-489c-905e-af58455d4dc0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
1785 | 2024.05.14 04:14:45.134631 [ 3 ] {58fe7941-f3eb-489c-905e-af58455d4dc0} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1786 | 2024.05.14 04:14:45.134966 [ 3 ] {58fe7941-f3eb-489c-905e-af58455d4dc0} <Trace> oximeter.measurements_histogramf64 (09928621-9c87-4157-8dc9-56bf2d5b5388): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1787 | 2024.05.14 04:14:45.135126 [ 3 ] {58fe7941-f3eb-489c-905e-af58455d4dc0} <Debug> executeQuery: Read 22 rows, 30.40 KiB in 0.001712 sec., 12850.467289719627 rows/sec., 17.34 MiB/sec. | ||
1788 | 2024.05.14 04:14:45.135303 [ 3 ] {58fe7941-f3eb-489c-905e-af58455d4dc0} <Debug> DynamicQueryHandler: Done processing query | ||
1789 | 2024.05.14 04:14:45.135328 [ 3 ] {58fe7941-f3eb-489c-905e-af58455d4dc0} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
1790 | 2024.05.14 04:14:45.135344 [ 3 ] {} <Debug> HTTP-Session: 22cad480-c596-4527-825f-3d03219452dd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1791 | 2024.05.14 04:14:45.135459 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 1512, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1792 | 2024.05.14 04:14:45.135509 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1793 | 2024.05.14 04:14:45.135529 [ 3 ] {} <Debug> HTTP-Session: 4544bc81-e597-45e4-bc67-6bed41dc0590 Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 | ||
1794 | 2024.05.14 04:14:45.135545 [ 3 ] {} <Debug> HTTP-Session: 4544bc81-e597-45e4-bc67-6bed41dc0590 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1795 | 2024.05.14 04:14:45.135559 [ 3 ] {} <Debug> HTTP-Session: 4544bc81-e597-45e4-bc67-6bed41dc0590 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1796 | 2024.05.14 04:14:45.135588 [ 3 ] {} <Trace> HTTP-Session: 4544bc81-e597-45e4-bc67-6bed41dc0590 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1797 | 2024.05.14 04:14:45.135685 [ 3 ] {918621b0-8884-47a3-8dc5-dd4881a51db0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46248) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1798 | 2024.05.14 04:14:45.135730 [ 3 ] {918621b0-8884-47a3-8dc5-dd4881a51db0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1799 | 2024.05.14 04:14:45.135855 [ 3 ] {918621b0-8884-47a3-8dc5-dd4881a51db0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1800 | 2024.05.14 04:14:45.136133 [ 3 ] {918621b0-8884-47a3-8dc5-dd4881a51db0} <Trace> oximeter.measurements_u64 (906d6861-2715-406b-9070-bd8757f5e7fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1801 | 2024.05.14 04:14:45.136173 [ 3 ] {918621b0-8884-47a3-8dc5-dd4881a51db0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
1802 | 2024.05.14 04:14:45.136528 [ 3 ] {918621b0-8884-47a3-8dc5-dd4881a51db0} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1803 | 2024.05.14 04:14:45.136855 [ 3 ] {918621b0-8884-47a3-8dc5-dd4881a51db0} <Trace> oximeter.measurements_u64 (906d6861-2715-406b-9070-bd8757f5e7fc): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1804 | 2024.05.14 04:14:45.137014 [ 3 ] {918621b0-8884-47a3-8dc5-dd4881a51db0} <Debug> executeQuery: Read 10 rows, 645.00 B in 0.001351 sec., 7401.924500370096 rows/sec., 466.23 KiB/sec. | ||
1805 | 2024.05.14 04:14:45.137218 [ 3 ] {918621b0-8884-47a3-8dc5-dd4881a51db0} <Debug> DynamicQueryHandler: Done processing query | ||
1806 | 2024.05.14 04:14:45.137242 [ 3 ] {918621b0-8884-47a3-8dc5-dd4881a51db0} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
1807 | 2024.05.14 04:14:45.137259 [ 3 ] {} <Debug> HTTP-Session: 4544bc81-e597-45e4-bc67-6bed41dc0590 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1808 | 2024.05.14 04:14:50.124275 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 1056, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1809 | 2024.05.14 04:14:50.124390 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1810 | 2024.05.14 04:14:50.124414 [ 3 ] {} <Debug> HTTP-Session: a97138d7-473c-4a00-8fa1-ee78a77cd5dc Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 | ||
1811 | 2024.05.14 04:14:50.124437 [ 3 ] {} <Debug> HTTP-Session: a97138d7-473c-4a00-8fa1-ee78a77cd5dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1812 | 2024.05.14 04:14:50.124452 [ 3 ] {} <Debug> HTTP-Session: a97138d7-473c-4a00-8fa1-ee78a77cd5dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1813 | 2024.05.14 04:14:50.124498 [ 3 ] {} <Trace> HTTP-Session: a97138d7-473c-4a00-8fa1-ee78a77cd5dc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1814 | 2024.05.14 04:14:50.124664 [ 3 ] {0f756201-3607-41a8-a63e-4f869e7e3b35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46248) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
1815 | 2024.05.14 04:14:50.124724 [ 3 ] {0f756201-3607-41a8-a63e-4f869e7e3b35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
1816 | 2024.05.14 04:14:50.124899 [ 3 ] {0f756201-3607-41a8-a63e-4f869e7e3b35} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1817 | 2024.05.14 04:14:50.125327 [ 3 ] {0f756201-3607-41a8-a63e-4f869e7e3b35} <Trace> oximeter.fields_i64 (e95e7cee-aee3-4dd2-b291-5ec4d46ca463): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1818 | 2024.05.14 04:14:50.125368 [ 3 ] {0f756201-3607-41a8-a63e-4f869e7e3b35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
1819 | 2024.05.14 04:14:50.125730 [ 3 ] {0f756201-3607-41a8-a63e-4f869e7e3b35} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
1820 | 2024.05.14 04:14:50.126058 [ 3 ] {0f756201-3607-41a8-a63e-4f869e7e3b35} <Trace> oximeter.fields_i64 (e95e7cee-aee3-4dd2-b291-5ec4d46ca463): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1821 | 2024.05.14 04:14:50.126199 [ 3 ] {0f756201-3607-41a8-a63e-4f869e7e3b35} <Debug> executeQuery: Read 7 rows, 581.00 B in 0.001581 sec., 4427.577482605946 rows/sec., 358.88 KiB/sec. | ||
1822 | 2024.05.14 04:14:50.126400 [ 3 ] {0f756201-3607-41a8-a63e-4f869e7e3b35} <Debug> DynamicQueryHandler: Done processing query | ||
1823 | 2024.05.14 04:14:50.126427 [ 3 ] {0f756201-3607-41a8-a63e-4f869e7e3b35} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1824 | 2024.05.14 04:14:50.126444 [ 3 ] {} <Debug> HTTP-Session: a97138d7-473c-4a00-8fa1-ee78a77cd5dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1825 | 2024.05.14 04:14:50.126561 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 3887, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1826 | 2024.05.14 04:14:50.126620 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1827 | 2024.05.14 04:14:50.126640 [ 3 ] {} <Debug> HTTP-Session: 468f446a-869e-42bb-a951-e4850ac8f279 Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 | ||
1828 | 2024.05.14 04:14:50.126658 [ 3 ] {} <Debug> HTTP-Session: 468f446a-869e-42bb-a951-e4850ac8f279 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1829 | 2024.05.14 04:14:50.126672 [ 3 ] {} <Debug> HTTP-Session: 468f446a-869e-42bb-a951-e4850ac8f279 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1830 | 2024.05.14 04:14:50.126708 [ 3 ] {} <Trace> HTTP-Session: 468f446a-869e-42bb-a951-e4850ac8f279 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1831 | 2024.05.14 04:14:50.126817 [ 3 ] {f0b7c3f9-ffe4-410c-b9b7-7152108b6c29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46248) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1832 | 2024.05.14 04:14:50.126861 [ 3 ] {f0b7c3f9-ffe4-410c-b9b7-7152108b6c29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1833 | 2024.05.14 04:14:50.126986 [ 3 ] {f0b7c3f9-ffe4-410c-b9b7-7152108b6c29} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1834 | 2024.05.14 04:14:50.127298 [ 3 ] {f0b7c3f9-ffe4-410c-b9b7-7152108b6c29} <Trace> oximeter.fields_string (ea26d226-8f30-468f-b73e-814b31b2f89b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1835 | 2024.05.14 04:14:50.127335 [ 3 ] {f0b7c3f9-ffe4-410c-b9b7-7152108b6c29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
1836 | 2024.05.14 04:14:50.127646 [ 3 ] {f0b7c3f9-ffe4-410c-b9b7-7152108b6c29} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
1837 | 2024.05.14 04:14:50.127949 [ 3 ] {f0b7c3f9-ffe4-410c-b9b7-7152108b6c29} <Trace> oximeter.fields_string (ea26d226-8f30-468f-b73e-814b31b2f89b): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1838 | 2024.05.14 04:14:50.128070 [ 3 ] {f0b7c3f9-ffe4-410c-b9b7-7152108b6c29} <Debug> executeQuery: Read 25 rows, 2.31 KiB in 0.001286 sec., 19440.12441679627 rows/sec., 1.76 MiB/sec. | ||
1839 | 2024.05.14 04:14:50.128264 [ 3 ] {f0b7c3f9-ffe4-410c-b9b7-7152108b6c29} <Debug> DynamicQueryHandler: Done processing query | ||
1840 | 2024.05.14 04:14:50.128290 [ 3 ] {f0b7c3f9-ffe4-410c-b9b7-7152108b6c29} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1841 | 2024.05.14 04:14:50.128307 [ 3 ] {} <Debug> HTTP-Session: 468f446a-869e-42bb-a951-e4850ac8f279 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1842 | 2024.05.14 04:14:50.128425 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 2597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1843 | 2024.05.14 04:14:50.128477 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1844 | 2024.05.14 04:14:50.128496 [ 3 ] {} <Debug> HTTP-Session: 3c840597-d06b-4621-8457-605767817a1c Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 | ||
1845 | 2024.05.14 04:14:50.128512 [ 3 ] {} <Debug> HTTP-Session: 3c840597-d06b-4621-8457-605767817a1c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1846 | 2024.05.14 04:14:50.128526 [ 3 ] {} <Debug> HTTP-Session: 3c840597-d06b-4621-8457-605767817a1c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1847 | 2024.05.14 04:14:50.128557 [ 3 ] {} <Trace> HTTP-Session: 3c840597-d06b-4621-8457-605767817a1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1848 | 2024.05.14 04:14:50.128657 [ 3 ] {ab551a22-da61-4044-a68d-69b14b102833} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46248) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1849 | 2024.05.14 04:14:50.128701 [ 3 ] {ab551a22-da61-4044-a68d-69b14b102833} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1850 | 2024.05.14 04:14:50.128823 [ 3 ] {ab551a22-da61-4044-a68d-69b14b102833} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1851 | 2024.05.14 04:14:50.129105 [ 3 ] {ab551a22-da61-4044-a68d-69b14b102833} <Trace> oximeter.fields_uuid (2f9a79b0-af90-4012-baf4-dd30c9d001c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1852 | 2024.05.14 04:14:50.129141 [ 3 ] {ab551a22-da61-4044-a68d-69b14b102833} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
1853 | 2024.05.14 04:14:50.129447 [ 3 ] {ab551a22-da61-4044-a68d-69b14b102833} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
1854 | 2024.05.14 04:14:50.129754 [ 3 ] {ab551a22-da61-4044-a68d-69b14b102833} <Trace> oximeter.fields_uuid (2f9a79b0-af90-4012-baf4-dd30c9d001c2): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1855 | 2024.05.14 04:14:50.129876 [ 3 ] {ab551a22-da61-4044-a68d-69b14b102833} <Debug> executeQuery: Read 15 rows, 1.20 KiB in 0.001247 sec., 12028.869286287088 rows/sec., 964.82 KiB/sec. | ||
1856 | 2024.05.14 04:14:50.130077 [ 3 ] {ab551a22-da61-4044-a68d-69b14b102833} <Debug> DynamicQueryHandler: Done processing query | ||
1857 | 2024.05.14 04:14:50.130104 [ 3 ] {ab551a22-da61-4044-a68d-69b14b102833} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1858 | 2024.05.14 04:14:50.130120 [ 3 ] {} <Debug> HTTP-Session: 3c840597-d06b-4621-8457-605767817a1c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1859 | 2024.05.14 04:14:50.130236 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 2017, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1860 | 2024.05.14 04:14:50.130286 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1861 | 2024.05.14 04:14:50.130305 [ 3 ] {} <Debug> HTTP-Session: 6ddbc234-b8e9-4391-8f55-35f48f8914cc Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 | ||
1862 | 2024.05.14 04:14:50.130321 [ 3 ] {} <Debug> HTTP-Session: 6ddbc234-b8e9-4391-8f55-35f48f8914cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1863 | 2024.05.14 04:14:50.130335 [ 3 ] {} <Debug> HTTP-Session: 6ddbc234-b8e9-4391-8f55-35f48f8914cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1864 | 2024.05.14 04:14:50.130365 [ 3 ] {} <Trace> HTTP-Session: 6ddbc234-b8e9-4391-8f55-35f48f8914cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1865 | 2024.05.14 04:14:50.130463 [ 3 ] {d464f7a2-0408-45ed-8629-bde2b459c2e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46248) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1866 | 2024.05.14 04:14:50.130510 [ 3 ] {d464f7a2-0408-45ed-8629-bde2b459c2e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1867 | 2024.05.14 04:14:50.130649 [ 3 ] {d464f7a2-0408-45ed-8629-bde2b459c2e8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1868 | 2024.05.14 04:14:50.130938 [ 3 ] {d464f7a2-0408-45ed-8629-bde2b459c2e8} <Trace> oximeter.measurements_cumulativeu64 (eceb4515-b054-4108-bd78-791836cbd143): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1869 | 2024.05.14 04:14:50.130973 [ 3 ] {d464f7a2-0408-45ed-8629-bde2b459c2e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
1870 | 2024.05.14 04:14:50.131344 [ 3 ] {d464f7a2-0408-45ed-8629-bde2b459c2e8} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1871 | 2024.05.14 04:14:50.131688 [ 3 ] {d464f7a2-0408-45ed-8629-bde2b459c2e8} <Trace> oximeter.measurements_cumulativeu64 (eceb4515-b054-4108-bd78-791836cbd143): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1872 | 2024.05.14 04:14:50.131814 [ 3 ] {d464f7a2-0408-45ed-8629-bde2b459c2e8} <Debug> executeQuery: Read 10 rows, 780.00 B in 0.001379 sec., 7251.631617113851 rows/sec., 552.37 KiB/sec. | ||
1873 | 2024.05.14 04:14:50.131977 [ 3 ] {d464f7a2-0408-45ed-8629-bde2b459c2e8} <Debug> DynamicQueryHandler: Done processing query | ||
1874 | 2024.05.14 04:14:50.132000 [ 3 ] {d464f7a2-0408-45ed-8629-bde2b459c2e8} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1875 | 2024.05.14 04:14:50.132018 [ 3 ] {} <Debug> HTTP-Session: 6ddbc234-b8e9-4391-8f55-35f48f8914cc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1876 | 2024.05.14 04:14:50.132163 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 7548, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1877 | 2024.05.14 04:14:50.132217 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1878 | 2024.05.14 04:14:50.132237 [ 3 ] {} <Debug> HTTP-Session: 3c9c781c-0f8d-4e58-99a2-7e910f94d77a Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 | ||
1879 | 2024.05.14 04:14:50.132253 [ 3 ] {} <Debug> HTTP-Session: 3c9c781c-0f8d-4e58-99a2-7e910f94d77a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1880 | 2024.05.14 04:14:50.132267 [ 3 ] {} <Debug> HTTP-Session: 3c9c781c-0f8d-4e58-99a2-7e910f94d77a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1881 | 2024.05.14 04:14:50.132296 [ 3 ] {} <Trace> HTTP-Session: 3c9c781c-0f8d-4e58-99a2-7e910f94d77a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1882 | 2024.05.14 04:14:50.132427 [ 3 ] {8fcf6bc6-c162-4b14-b194-bd6fb2220131} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46248) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
1883 | 2024.05.14 04:14:50.132474 [ 3 ] {8fcf6bc6-c162-4b14-b194-bd6fb2220131} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
1884 | 2024.05.14 04:14:50.132628 [ 3 ] {8fcf6bc6-c162-4b14-b194-bd6fb2220131} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1885 | 2024.05.14 04:14:50.132957 [ 3 ] {8fcf6bc6-c162-4b14-b194-bd6fb2220131} <Trace> oximeter.measurements_histogramf64 (09928621-9c87-4157-8dc9-56bf2d5b5388): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1886 | 2024.05.14 04:14:50.132993 [ 3 ] {8fcf6bc6-c162-4b14-b194-bd6fb2220131} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
1887 | 2024.05.14 04:14:50.133392 [ 3 ] {8fcf6bc6-c162-4b14-b194-bd6fb2220131} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
1888 | 2024.05.14 04:14:50.133730 [ 3 ] {8fcf6bc6-c162-4b14-b194-bd6fb2220131} <Trace> oximeter.measurements_histogramf64 (09928621-9c87-4157-8dc9-56bf2d5b5388): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1889 | 2024.05.14 04:14:50.133855 [ 3 ] {8fcf6bc6-c162-4b14-b194-bd6fb2220131} <Debug> executeQuery: Read 7 rows, 9.67 KiB in 0.001487 sec., 4707.464694014795 rows/sec., 6.35 MiB/sec. | ||
1890 | 2024.05.14 04:14:50.134089 [ 3 ] {8fcf6bc6-c162-4b14-b194-bd6fb2220131} <Debug> DynamicQueryHandler: Done processing query | ||
1891 | 2024.05.14 04:14:50.134114 [ 3 ] {8fcf6bc6-c162-4b14-b194-bd6fb2220131} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
1892 | 2024.05.14 04:14:50.134131 [ 3 ] {} <Debug> HTTP-Session: 3c9c781c-0f8d-4e58-99a2-7e910f94d77a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1893 | 2024.05.14 04:14:50.134239 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 1512, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1894 | 2024.05.14 04:14:50.134288 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1895 | 2024.05.14 04:14:50.134308 [ 3 ] {} <Debug> HTTP-Session: 54b81e77-5b60-4d7b-8bff-55cb55acaa25 Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 | ||
1896 | 2024.05.14 04:14:50.134324 [ 3 ] {} <Debug> HTTP-Session: 54b81e77-5b60-4d7b-8bff-55cb55acaa25 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1897 | 2024.05.14 04:14:50.134338 [ 3 ] {} <Debug> HTTP-Session: 54b81e77-5b60-4d7b-8bff-55cb55acaa25 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1898 | 2024.05.14 04:14:50.134369 [ 3 ] {} <Trace> HTTP-Session: 54b81e77-5b60-4d7b-8bff-55cb55acaa25 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1899 | 2024.05.14 04:14:50.134468 [ 3 ] {faf6533c-4309-4a57-ba03-6a1b0419d49a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46248) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1900 | 2024.05.14 04:14:50.134511 [ 3 ] {faf6533c-4309-4a57-ba03-6a1b0419d49a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1901 | 2024.05.14 04:14:50.134636 [ 3 ] {faf6533c-4309-4a57-ba03-6a1b0419d49a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1902 | 2024.05.14 04:14:50.134896 [ 3 ] {faf6533c-4309-4a57-ba03-6a1b0419d49a} <Trace> oximeter.measurements_u64 (906d6861-2715-406b-9070-bd8757f5e7fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1903 | 2024.05.14 04:14:50.134931 [ 3 ] {faf6533c-4309-4a57-ba03-6a1b0419d49a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
1904 | 2024.05.14 04:14:50.135358 [ 3 ] {faf6533c-4309-4a57-ba03-6a1b0419d49a} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1905 | 2024.05.14 04:14:50.135782 [ 3 ] {faf6533c-4309-4a57-ba03-6a1b0419d49a} <Trace> oximeter.measurements_u64 (906d6861-2715-406b-9070-bd8757f5e7fc): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1906 | 2024.05.14 04:14:50.135905 [ 3 ] {faf6533c-4309-4a57-ba03-6a1b0419d49a} <Debug> executeQuery: Read 10 rows, 645.00 B in 0.001464 sec., 6830.601092896175 rows/sec., 430.25 KiB/sec. | ||
1907 | 2024.05.14 04:14:50.136067 [ 3 ] {faf6533c-4309-4a57-ba03-6a1b0419d49a} <Debug> DynamicQueryHandler: Done processing query | ||
1908 | 2024.05.14 04:14:50.136092 [ 3 ] {faf6533c-4309-4a57-ba03-6a1b0419d49a} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
1909 | 2024.05.14 04:14:50.136108 [ 3 ] {} <Debug> HTTP-Session: 54b81e77-5b60-4d7b-8bff-55cb55acaa25 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1910 | 2024.05.14 04:14:55.124571 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 3205, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1911 | 2024.05.14 04:14:55.124701 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1912 | 2024.05.14 04:14:55.124726 [ 3 ] {} <Debug> HTTP-Session: 357a28e5-c1bb-46ec-9dcf-4180aa3487d8 Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 | ||
1913 | 2024.05.14 04:14:55.124750 [ 3 ] {} <Debug> HTTP-Session: 357a28e5-c1bb-46ec-9dcf-4180aa3487d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1914 | 2024.05.14 04:14:55.124765 [ 3 ] {} <Debug> HTTP-Session: 357a28e5-c1bb-46ec-9dcf-4180aa3487d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1915 | 2024.05.14 04:14:55.124811 [ 3 ] {} <Trace> HTTP-Session: 357a28e5-c1bb-46ec-9dcf-4180aa3487d8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1916 | 2024.05.14 04:14:55.125002 [ 3 ] {1ca121c8-c0cc-4a39-9b38-43f1e775166c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46248) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
1917 | 2024.05.14 04:14:55.125069 [ 3 ] {1ca121c8-c0cc-4a39-9b38-43f1e775166c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
1918 | 2024.05.14 04:14:55.125258 [ 3 ] {1ca121c8-c0cc-4a39-9b38-43f1e775166c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1919 | 2024.05.14 04:14:55.125697 [ 3 ] {1ca121c8-c0cc-4a39-9b38-43f1e775166c} <Trace> oximeter.fields_i64 (e95e7cee-aee3-4dd2-b291-5ec4d46ca463): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1920 | 2024.05.14 04:14:55.125742 [ 3 ] {1ca121c8-c0cc-4a39-9b38-43f1e775166c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
1921 | 2024.05.14 04:14:55.126204 [ 3 ] {1ca121c8-c0cc-4a39-9b38-43f1e775166c} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
1922 | 2024.05.14 04:14:55.126551 [ 3 ] {1ca121c8-c0cc-4a39-9b38-43f1e775166c} <Trace> oximeter.fields_i64 (e95e7cee-aee3-4dd2-b291-5ec4d46ca463): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1923 | 2024.05.14 04:14:55.126729 [ 3 ] {1ca121c8-c0cc-4a39-9b38-43f1e775166c} <Debug> executeQuery: Read 22 rows, 1.78 KiB in 0.001782 sec., 12345.67901234568 rows/sec., 1000.68 KiB/sec. | ||
1924 | 2024.05.14 04:14:55.126954 [ 3 ] {1ca121c8-c0cc-4a39-9b38-43f1e775166c} <Debug> DynamicQueryHandler: Done processing query | ||
1925 | 2024.05.14 04:14:55.126981 [ 3 ] {1ca121c8-c0cc-4a39-9b38-43f1e775166c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1926 | 2024.05.14 04:14:55.126998 [ 3 ] {} <Debug> HTTP-Session: 357a28e5-c1bb-46ec-9dcf-4180aa3487d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1927 | 2024.05.14 04:14:55.127146 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 10543, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1928 | 2024.05.14 04:14:55.127204 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1929 | 2024.05.14 04:14:55.127225 [ 3 ] {} <Debug> HTTP-Session: 8b494d65-628f-4dd4-bdfa-e7f84ca8a8e2 Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 | ||
1930 | 2024.05.14 04:14:55.127244 [ 3 ] {} <Debug> HTTP-Session: 8b494d65-628f-4dd4-bdfa-e7f84ca8a8e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1931 | 2024.05.14 04:14:55.127259 [ 3 ] {} <Debug> HTTP-Session: 8b494d65-628f-4dd4-bdfa-e7f84ca8a8e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1932 | 2024.05.14 04:14:55.127294 [ 3 ] {} <Trace> HTTP-Session: 8b494d65-628f-4dd4-bdfa-e7f84ca8a8e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1933 | 2024.05.14 04:14:55.127422 [ 3 ] {fba1d33f-a89a-4a2e-b1d6-caa91cbb8d19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46248) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1934 | 2024.05.14 04:14:55.127470 [ 3 ] {fba1d33f-a89a-4a2e-b1d6-caa91cbb8d19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1935 | 2024.05.14 04:14:55.127602 [ 3 ] {fba1d33f-a89a-4a2e-b1d6-caa91cbb8d19} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1936 | 2024.05.14 04:14:55.127956 [ 3 ] {fba1d33f-a89a-4a2e-b1d6-caa91cbb8d19} <Trace> oximeter.fields_string (ea26d226-8f30-468f-b73e-814b31b2f89b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1937 | 2024.05.14 04:14:55.127995 [ 3 ] {fba1d33f-a89a-4a2e-b1d6-caa91cbb8d19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
1938 | 2024.05.14 04:14:55.128328 [ 3 ] {fba1d33f-a89a-4a2e-b1d6-caa91cbb8d19} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
1939 | 2024.05.14 04:14:55.128648 [ 3 ] {fba1d33f-a89a-4a2e-b1d6-caa91cbb8d19} <Trace> oximeter.fields_string (ea26d226-8f30-468f-b73e-814b31b2f89b): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1940 | 2024.05.14 04:14:55.128790 [ 3 ] {fba1d33f-a89a-4a2e-b1d6-caa91cbb8d19} <Debug> executeQuery: Read 70 rows, 6.25 KiB in 0.001413 sec., 49539.98584571833 rows/sec., 4.32 MiB/sec. | ||
1941 | 2024.05.14 04:14:55.129001 [ 3 ] {fba1d33f-a89a-4a2e-b1d6-caa91cbb8d19} <Debug> DynamicQueryHandler: Done processing query | ||
1942 | 2024.05.14 04:14:55.129026 [ 3 ] {fba1d33f-a89a-4a2e-b1d6-caa91cbb8d19} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
1943 | 2024.05.14 04:14:55.129043 [ 3 ] {} <Debug> HTTP-Session: 8b494d65-628f-4dd4-bdfa-e7f84ca8a8e2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1944 | 2024.05.14 04:14:55.129181 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 5136, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1945 | 2024.05.14 04:14:55.129231 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1946 | 2024.05.14 04:14:55.129250 [ 3 ] {} <Debug> HTTP-Session: ab875c7f-da6d-4ea3-a202-dd3d0adb2f2c Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 | ||
1947 | 2024.05.14 04:14:55.129268 [ 3 ] {} <Debug> HTTP-Session: ab875c7f-da6d-4ea3-a202-dd3d0adb2f2c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1948 | 2024.05.14 04:14:55.129289 [ 3 ] {} <Debug> HTTP-Session: ab875c7f-da6d-4ea3-a202-dd3d0adb2f2c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1949 | 2024.05.14 04:14:55.129320 [ 3 ] {} <Trace> HTTP-Session: ab875c7f-da6d-4ea3-a202-dd3d0adb2f2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1950 | 2024.05.14 04:14:55.129429 [ 3 ] {f314ca17-7367-413a-8c8a-d93407544d34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46248) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1951 | 2024.05.14 04:14:55.129473 [ 3 ] {f314ca17-7367-413a-8c8a-d93407544d34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1952 | 2024.05.14 04:14:55.129598 [ 3 ] {f314ca17-7367-413a-8c8a-d93407544d34} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1953 | 2024.05.14 04:14:55.129940 [ 3 ] {f314ca17-7367-413a-8c8a-d93407544d34} <Trace> oximeter.fields_uuid (2f9a79b0-af90-4012-baf4-dd30c9d001c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1954 | 2024.05.14 04:14:55.129977 [ 3 ] {f314ca17-7367-413a-8c8a-d93407544d34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
1955 | 2024.05.14 04:14:55.130292 [ 3 ] {f314ca17-7367-413a-8c8a-d93407544d34} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
1956 | 2024.05.14 04:14:55.130611 [ 3 ] {f314ca17-7367-413a-8c8a-d93407544d34} <Trace> oximeter.fields_uuid (2f9a79b0-af90-4012-baf4-dd30c9d001c2): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1957 | 2024.05.14 04:14:55.130785 [ 3 ] {f314ca17-7367-413a-8c8a-d93407544d34} <Debug> executeQuery: Read 30 rows, 2.40 KiB in 0.001385 sec., 21660.649819494585 rows/sec., 1.70 MiB/sec. | ||
1958 | 2024.05.14 04:14:55.130955 [ 3 ] {f314ca17-7367-413a-8c8a-d93407544d34} <Debug> DynamicQueryHandler: Done processing query | ||
1959 | 2024.05.14 04:14:55.130980 [ 3 ] {f314ca17-7367-413a-8c8a-d93407544d34} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1960 | 2024.05.14 04:14:55.130996 [ 3 ] {} <Debug> HTTP-Session: ab875c7f-da6d-4ea3-a202-dd3d0adb2f2c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1961 | 2024.05.14 04:14:55.131108 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 2017, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1962 | 2024.05.14 04:14:55.131157 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1963 | 2024.05.14 04:14:55.131175 [ 3 ] {} <Debug> HTTP-Session: 7365f6b8-868e-4ec6-a3a4-7a010fd84076 Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 | ||
1964 | 2024.05.14 04:14:55.131191 [ 3 ] {} <Debug> HTTP-Session: 7365f6b8-868e-4ec6-a3a4-7a010fd84076 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1965 | 2024.05.14 04:14:55.131205 [ 3 ] {} <Debug> HTTP-Session: 7365f6b8-868e-4ec6-a3a4-7a010fd84076 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1966 | 2024.05.14 04:14:55.131234 [ 3 ] {} <Trace> HTTP-Session: 7365f6b8-868e-4ec6-a3a4-7a010fd84076 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1967 | 2024.05.14 04:14:55.131334 [ 3 ] {001be4fb-fd77-4f90-af96-b46f96437fe9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46248) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1968 | 2024.05.14 04:14:55.131381 [ 3 ] {001be4fb-fd77-4f90-af96-b46f96437fe9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1969 | 2024.05.14 04:14:55.131527 [ 3 ] {001be4fb-fd77-4f90-af96-b46f96437fe9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1970 | 2024.05.14 04:14:55.131824 [ 3 ] {001be4fb-fd77-4f90-af96-b46f96437fe9} <Trace> oximeter.measurements_cumulativeu64 (eceb4515-b054-4108-bd78-791836cbd143): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1971 | 2024.05.14 04:14:55.131861 [ 3 ] {001be4fb-fd77-4f90-af96-b46f96437fe9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
1972 | 2024.05.14 04:14:55.132318 [ 3 ] {001be4fb-fd77-4f90-af96-b46f96437fe9} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1973 | 2024.05.14 04:14:55.132741 [ 3 ] {001be4fb-fd77-4f90-af96-b46f96437fe9} <Trace> oximeter.measurements_cumulativeu64 (eceb4515-b054-4108-bd78-791836cbd143): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1974 | 2024.05.14 04:14:55.132937 [ 3 ] {001be4fb-fd77-4f90-af96-b46f96437fe9} <Debug> executeQuery: Read 10 rows, 780.00 B in 0.001621 sec., 6169.031462060457 rows/sec., 469.91 KiB/sec. | ||
1975 | 2024.05.14 04:14:55.133154 [ 3 ] {001be4fb-fd77-4f90-af96-b46f96437fe9} <Debug> DynamicQueryHandler: Done processing query | ||
1976 | 2024.05.14 04:14:55.133180 [ 3 ] {001be4fb-fd77-4f90-af96-b46f96437fe9} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1977 | 2024.05.14 04:14:55.133196 [ 3 ] {} <Debug> HTTP-Session: 7365f6b8-868e-4ec6-a3a4-7a010fd84076 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1978 | 2024.05.14 04:14:55.133369 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 23576, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1979 | 2024.05.14 04:14:55.133428 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1980 | 2024.05.14 04:14:55.133457 [ 3 ] {} <Debug> HTTP-Session: ea4223f2-7281-48c4-952c-f7638c159c25 Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 | ||
1981 | 2024.05.14 04:14:55.133482 [ 3 ] {} <Debug> HTTP-Session: ea4223f2-7281-48c4-952c-f7638c159c25 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1982 | 2024.05.14 04:14:55.133504 [ 3 ] {} <Debug> HTTP-Session: ea4223f2-7281-48c4-952c-f7638c159c25 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1983 | 2024.05.14 04:14:55.133545 [ 3 ] {} <Trace> HTTP-Session: ea4223f2-7281-48c4-952c-f7638c159c25 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1984 | 2024.05.14 04:14:55.133877 [ 3 ] {769e7bb7-bf7d-4ece-be37-c09975812ed6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46248) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
1985 | 2024.05.14 04:14:55.133929 [ 3 ] {769e7bb7-bf7d-4ece-be37-c09975812ed6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
1986 | 2024.05.14 04:14:55.134104 [ 3 ] {769e7bb7-bf7d-4ece-be37-c09975812ed6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1987 | 2024.05.14 04:14:55.134665 [ 3 ] {769e7bb7-bf7d-4ece-be37-c09975812ed6} <Trace> oximeter.measurements_histogramf64 (09928621-9c87-4157-8dc9-56bf2d5b5388): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1988 | 2024.05.14 04:14:55.134713 [ 3 ] {769e7bb7-bf7d-4ece-be37-c09975812ed6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
1989 | 2024.05.14 04:14:55.135166 [ 3 ] {769e7bb7-bf7d-4ece-be37-c09975812ed6} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
1990 | 2024.05.14 04:14:55.135608 [ 3 ] {769e7bb7-bf7d-4ece-be37-c09975812ed6} <Trace> oximeter.measurements_histogramf64 (09928621-9c87-4157-8dc9-56bf2d5b5388): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1991 | 2024.05.14 04:14:55.135793 [ 3 ] {769e7bb7-bf7d-4ece-be37-c09975812ed6} <Debug> executeQuery: Read 22 rows, 30.40 KiB in 0.002139 sec., 10285.179990649836 rows/sec., 13.88 MiB/sec. | ||
1992 | 2024.05.14 04:14:55.136108 [ 3 ] {769e7bb7-bf7d-4ece-be37-c09975812ed6} <Debug> DynamicQueryHandler: Done processing query | ||
1993 | 2024.05.14 04:14:55.136148 [ 3 ] {769e7bb7-bf7d-4ece-be37-c09975812ed6} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
1994 | 2024.05.14 04:14:55.136172 [ 3 ] {} <Debug> HTTP-Session: ea4223f2-7281-48c4-952c-f7638c159c25 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1995 | 2024.05.14 04:14:55.136312 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 1512, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1996 | 2024.05.14 04:14:55.136364 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1997 | 2024.05.14 04:14:55.136383 [ 3 ] {} <Debug> HTTP-Session: fe1326a8-507d-475a-82e8-9b4c4d9881cb Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 | ||
1998 | 2024.05.14 04:14:55.136400 [ 3 ] {} <Debug> HTTP-Session: fe1326a8-507d-475a-82e8-9b4c4d9881cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1999 | 2024.05.14 04:14:55.136414 [ 3 ] {} <Debug> HTTP-Session: fe1326a8-507d-475a-82e8-9b4c4d9881cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2000 | 2024.05.14 04:14:55.136443 [ 3 ] {} <Trace> HTTP-Session: fe1326a8-507d-475a-82e8-9b4c4d9881cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2001 | 2024.05.14 04:14:55.136545 [ 3 ] {dc9118fc-0a6b-4dd0-b54b-f40728baafa4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46248) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2002 | 2024.05.14 04:14:55.136591 [ 3 ] {dc9118fc-0a6b-4dd0-b54b-f40728baafa4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2003 | 2024.05.14 04:14:55.136734 [ 3 ] {dc9118fc-0a6b-4dd0-b54b-f40728baafa4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2004 | 2024.05.14 04:14:55.137023 [ 3 ] {dc9118fc-0a6b-4dd0-b54b-f40728baafa4} <Trace> oximeter.measurements_u64 (906d6861-2715-406b-9070-bd8757f5e7fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2005 | 2024.05.14 04:14:55.137060 [ 3 ] {dc9118fc-0a6b-4dd0-b54b-f40728baafa4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
2006 | 2024.05.14 04:14:55.137430 [ 3 ] {dc9118fc-0a6b-4dd0-b54b-f40728baafa4} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
2007 | 2024.05.14 04:14:55.137753 [ 3 ] {dc9118fc-0a6b-4dd0-b54b-f40728baafa4} <Trace> oximeter.measurements_u64 (906d6861-2715-406b-9070-bd8757f5e7fc): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2008 | 2024.05.14 04:14:55.137916 [ 3 ] {dc9118fc-0a6b-4dd0-b54b-f40728baafa4} <Debug> executeQuery: Read 10 rows, 645.00 B in 0.001388 sec., 7204.610951008646 rows/sec., 453.81 KiB/sec. | ||
2009 | 2024.05.14 04:14:55.138172 [ 3 ] {dc9118fc-0a6b-4dd0-b54b-f40728baafa4} <Debug> DynamicQueryHandler: Done processing query | ||
2010 | 2024.05.14 04:14:55.138198 [ 3 ] {dc9118fc-0a6b-4dd0-b54b-f40728baafa4} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
2011 | 2024.05.14 04:14:55.138214 [ 3 ] {} <Debug> HTTP-Session: fe1326a8-507d-475a-82e8-9b4c4d9881cb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2012 | 2024.05.14 04:14:59.330634 [ 52 ] {} <Debug> DNSResolver: Updating DNS cache | ||
2013 | 2024.05.14 04:14:59.330698 [ 52 ] {} <Debug> DNSResolver: Updated DNS cache | ||
2014 | 2024.05.14 04:15:00.124202 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 1056, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2015 | 2024.05.14 04:15:00.124344 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2016 | 2024.05.14 04:15:00.124379 [ 3 ] {} <Debug> HTTP-Session: 058963ae-b853-4e18-93d5-f91f0590ee69 Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 | ||
2017 | 2024.05.14 04:15:00.124413 [ 3 ] {} <Debug> HTTP-Session: 058963ae-b853-4e18-93d5-f91f0590ee69 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2018 | 2024.05.14 04:15:00.124438 [ 3 ] {} <Debug> HTTP-Session: 058963ae-b853-4e18-93d5-f91f0590ee69 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2019 | 2024.05.14 04:15:00.124502 [ 3 ] {} <Trace> HTTP-Session: 058963ae-b853-4e18-93d5-f91f0590ee69 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2020 | 2024.05.14 04:15:00.124731 [ 3 ] {ccb980f9-2093-43d2-a2f7-9c1144599867} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46248) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2021 | 2024.05.14 04:15:00.124818 [ 3 ] {ccb980f9-2093-43d2-a2f7-9c1144599867} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2022 | 2024.05.14 04:15:00.125068 [ 3 ] {ccb980f9-2093-43d2-a2f7-9c1144599867} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2023 | 2024.05.14 04:15:00.125522 [ 3 ] {ccb980f9-2093-43d2-a2f7-9c1144599867} <Trace> oximeter.fields_i64 (e95e7cee-aee3-4dd2-b291-5ec4d46ca463): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2024 | 2024.05.14 04:15:00.125566 [ 3 ] {ccb980f9-2093-43d2-a2f7-9c1144599867} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
2025 | 2024.05.14 04:15:00.126024 [ 3 ] {ccb980f9-2093-43d2-a2f7-9c1144599867} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2026 | 2024.05.14 04:15:00.126504 [ 3 ] {ccb980f9-2093-43d2-a2f7-9c1144599867} <Trace> oximeter.fields_i64 (e95e7cee-aee3-4dd2-b291-5ec4d46ca463): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2027 | 2024.05.14 04:15:00.126664 [ 3 ] {ccb980f9-2093-43d2-a2f7-9c1144599867} <Debug> executeQuery: Read 7 rows, 581.00 B in 0.002008 sec., 3486.0557768924305 rows/sec., 282.56 KiB/sec. | ||
2028 | 2024.05.14 04:15:00.126700 [ 52 ] {} <Debug> oximeter.fields_i64 (e95e7cee-aee3-4dd2-b291-5ec4d46ca463) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2029 | 2024.05.14 04:15:00.126796 [ 52 ] {} <Trace> oximeter.fields_i64 (e95e7cee-aee3-4dd2-b291-5ec4d46ca463): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2030 | 2024.05.14 04:15:00.126840 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
2031 | 2024.05.14 04:15:00.126977 [ 3 ] {ccb980f9-2093-43d2-a2f7-9c1144599867} <Debug> DynamicQueryHandler: Done processing query | ||
2032 | 2024.05.14 04:15:00.127050 [ 3 ] {ccb980f9-2093-43d2-a2f7-9c1144599867} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2033 | 2024.05.14 04:15:00.127086 [ 193 ] {e95e7cee-aee3-4dd2-b291-5ec4d46ca463::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 | ||
2034 | 2024.05.14 04:15:00.127091 [ 3 ] {} <Debug> HTTP-Session: 058963ae-b853-4e18-93d5-f91f0590ee69 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2035 | 2024.05.14 04:15:00.127313 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 3887, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2036 | 2024.05.14 04:15:00.127326 [ 193 ] {e95e7cee-aee3-4dd2-b291-5ec4d46ca463::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2037 | 2024.05.14 04:15:00.127364 [ 193 ] {e95e7cee-aee3-4dd2-b291-5ec4d46ca463::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 | ||
2038 | 2024.05.14 04:15:00.127375 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2039 | 2024.05.14 04:15:00.127404 [ 3 ] {} <Debug> HTTP-Session: a93a4e05-cde9-48e2-af55-4148635eda39 Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 | ||
2040 | 2024.05.14 04:15:00.127428 [ 3 ] {} <Debug> HTTP-Session: a93a4e05-cde9-48e2-af55-4148635eda39 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2041 | 2024.05.14 04:15:00.127454 [ 3 ] {} <Debug> HTTP-Session: a93a4e05-cde9-48e2-af55-4148635eda39 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2042 | 2024.05.14 04:15:00.127499 [ 193 ] {e95e7cee-aee3-4dd2-b291-5ec4d46ca463::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 | ||
2043 | 2024.05.14 04:15:00.127519 [ 3 ] {} <Trace> HTTP-Session: a93a4e05-cde9-48e2-af55-4148635eda39 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2044 | 2024.05.14 04:15:00.127606 [ 193 ] {e95e7cee-aee3-4dd2-b291-5ec4d46ca463::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 | ||
2045 | 2024.05.14 04:15:00.127805 [ 3 ] {c7017107-e539-4228-8b05-a5724f2d55ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46248) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2046 | 2024.05.14 04:15:00.127995 [ 193 ] {e95e7cee-aee3-4dd2-b291-5ec4d46ca463::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 | ||
2047 | 2024.05.14 04:15:00.128001 [ 3 ] {c7017107-e539-4228-8b05-a5724f2d55ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2048 | 2024.05.14 04:15:00.128247 [ 193 ] {e95e7cee-aee3-4dd2-b291-5ec4d46ca463::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 | ||
2049 | 2024.05.14 04:15:00.128467 [ 193 ] {e95e7cee-aee3-4dd2-b291-5ec4d46ca463::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 | ||
2050 | 2024.05.14 04:15:00.128908 [ 3 ] {c7017107-e539-4228-8b05-a5724f2d55ff} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2051 | 2024.05.14 04:15:00.129414 [ 3 ] {c7017107-e539-4228-8b05-a5724f2d55ff} <Trace> oximeter.fields_string (ea26d226-8f30-468f-b73e-814b31b2f89b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2052 | 2024.05.14 04:15:00.129456 [ 3 ] {c7017107-e539-4228-8b05-a5724f2d55ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
2053 | 2024.05.14 04:15:00.129944 [ 3 ] {c7017107-e539-4228-8b05-a5724f2d55ff} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2054 | 2024.05.14 04:15:00.130321 [ 193 ] {e95e7cee-aee3-4dd2-b291-5ec4d46ca463::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 87 rows, containing 4 columns (4 merged, 0 gathered) in 0.003401109 sec., 25579.891735313395 rows/sec., 2.02 MiB/sec. | ||
2055 | 2024.05.14 04:15:00.130481 [ 193 ] {e95e7cee-aee3-4dd2-b291-5ec4d46ca463::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2056 | 2024.05.14 04:15:00.130489 [ 3 ] {c7017107-e539-4228-8b05-a5724f2d55ff} <Trace> oximeter.fields_string (ea26d226-8f30-468f-b73e-814b31b2f89b): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2057 | 2024.05.14 04:15:00.130724 [ 52 ] {} <Debug> oximeter.fields_string (ea26d226-8f30-468f-b73e-814b31b2f89b) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2058 | 2024.05.14 04:15:00.130743 [ 3 ] {c7017107-e539-4228-8b05-a5724f2d55ff} <Debug> executeQuery: Read 25 rows, 2.31 KiB in 0.003087 sec., 8098.4774862325885 rows/sec., 749.43 KiB/sec. | ||
2059 | 2024.05.14 04:15:00.130851 [ 52 ] {} <Trace> oximeter.fields_string (ea26d226-8f30-468f-b73e-814b31b2f89b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2060 | 2024.05.14 04:15:00.131042 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
2061 | 2024.05.14 04:15:00.131273 [ 3 ] {c7017107-e539-4228-8b05-a5724f2d55ff} <Debug> DynamicQueryHandler: Done processing query | ||
2062 | 2024.05.14 04:15:00.131310 [ 3 ] {c7017107-e539-4228-8b05-a5724f2d55ff} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2063 | 2024.05.14 04:15:00.131314 [ 201 ] {ea26d226-8f30-468f-b73e-814b31b2f89b::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 | ||
2064 | 2024.05.14 04:15:00.131332 [ 3 ] {} <Debug> HTTP-Session: a93a4e05-cde9-48e2-af55-4148635eda39 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2065 | 2024.05.14 04:15:00.131483 [ 193 ] {e95e7cee-aee3-4dd2-b291-5ec4d46ca463::all_1_11_2} <Trace> oximeter.fields_i64 (e95e7cee-aee3-4dd2-b291-5ec4d46ca463): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2066 | 2024.05.14 04:15:00.131499 [ 201 ] {ea26d226-8f30-468f-b73e-814b31b2f89b::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2067 | 2024.05.14 04:15:00.131507 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 2597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2068 | 2024.05.14 04:15:00.131564 [ 201 ] {ea26d226-8f30-468f-b73e-814b31b2f89b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 71 rows starting from the beginning of the part | ||
2069 | 2024.05.14 04:15:00.131590 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2070 | 2024.05.14 04:15:00.131600 [ 193 ] {e95e7cee-aee3-4dd2-b291-5ec4d46ca463::all_1_11_2} <Trace> oximeter.fields_i64 (e95e7cee-aee3-4dd2-b291-5ec4d46ca463) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2071 | 2024.05.14 04:15:00.131634 [ 3 ] {} <Debug> HTTP-Session: 7a26ce46-4fb4-4886-b715-56440ef38fb8 Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 | ||
2072 | 2024.05.14 04:15:00.131728 [ 3 ] {} <Debug> HTTP-Session: 7a26ce46-4fb4-4886-b715-56440ef38fb8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2073 | 2024.05.14 04:15:00.131815 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
2074 | 2024.05.14 04:15:00.131818 [ 3 ] {} <Debug> HTTP-Session: 7a26ce46-4fb4-4886-b715-56440ef38fb8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2075 | 2024.05.14 04:15:00.131832 [ 201 ] {ea26d226-8f30-468f-b73e-814b31b2f89b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 25 rows starting from the beginning of the part | ||
2076 | 2024.05.14 04:15:00.131907 [ 3 ] {} <Trace> HTTP-Session: 7a26ce46-4fb4-4886-b715-56440ef38fb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2077 | 2024.05.14 04:15:00.131961 [ 201 ] {ea26d226-8f30-468f-b73e-814b31b2f89b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 70 rows starting from the beginning of the part | ||
2078 | 2024.05.14 04:15:00.132108 [ 201 ] {ea26d226-8f30-468f-b73e-814b31b2f89b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 25 rows starting from the beginning of the part | ||
2079 | 2024.05.14 04:15:00.132204 [ 3 ] {f7ebf62d-ed3c-486d-8484-fa8aa6348dce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46248) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2080 | 2024.05.14 04:15:00.132435 [ 3 ] {f7ebf62d-ed3c-486d-8484-fa8aa6348dce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2081 | 2024.05.14 04:15:00.132454 [ 201 ] {ea26d226-8f30-468f-b73e-814b31b2f89b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 70 rows starting from the beginning of the part | ||
2082 | 2024.05.14 04:15:00.132655 [ 201 ] {ea26d226-8f30-468f-b73e-814b31b2f89b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 25 rows starting from the beginning of the part | ||
2083 | 2024.05.14 04:15:00.133423 [ 3 ] {f7ebf62d-ed3c-486d-8484-fa8aa6348dce} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2084 | 2024.05.14 04:15:00.133955 [ 3 ] {f7ebf62d-ed3c-486d-8484-fa8aa6348dce} <Trace> oximeter.fields_uuid (2f9a79b0-af90-4012-baf4-dd30c9d001c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2085 | 2024.05.14 04:15:00.134004 [ 3 ] {f7ebf62d-ed3c-486d-8484-fa8aa6348dce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
2086 | 2024.05.14 04:15:00.134464 [ 3 ] {f7ebf62d-ed3c-486d-8484-fa8aa6348dce} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2087 | 2024.05.14 04:15:00.134745 [ 195 ] {ea26d226-8f30-468f-b73e-814b31b2f89b::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 286 rows, containing 4 columns (4 merged, 0 gathered) in 0.003521332 sec., 81219.26589142972 rows/sec., 7.15 MiB/sec. | ||
2088 | 2024.05.14 04:15:00.134956 [ 3 ] {f7ebf62d-ed3c-486d-8484-fa8aa6348dce} <Trace> oximeter.fields_uuid (2f9a79b0-af90-4012-baf4-dd30c9d001c2): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2089 | 2024.05.14 04:15:00.135030 [ 195 ] {ea26d226-8f30-468f-b73e-814b31b2f89b::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2090 | 2024.05.14 04:15:00.135195 [ 52 ] {} <Debug> oximeter.fields_uuid (2f9a79b0-af90-4012-baf4-dd30c9d001c2) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2091 | 2024.05.14 04:15:00.135278 [ 3 ] {f7ebf62d-ed3c-486d-8484-fa8aa6348dce} <Debug> executeQuery: Read 15 rows, 1.20 KiB in 0.003189 sec., 4703.668861712135 rows/sec., 377.27 KiB/sec. | ||
2092 | 2024.05.14 04:15:00.135287 [ 52 ] {} <Trace> oximeter.fields_uuid (2f9a79b0-af90-4012-baf4-dd30c9d001c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2093 | 2024.05.14 04:15:00.135394 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
2094 | 2024.05.14 04:15:00.135883 [ 199 ] {2f9a79b0-af90-4012-baf4-dd30c9d001c2::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 | ||
2095 | 2024.05.14 04:15:00.135958 [ 3 ] {f7ebf62d-ed3c-486d-8484-fa8aa6348dce} <Debug> DynamicQueryHandler: Done processing query | ||
2096 | 2024.05.14 04:15:00.136069 [ 3 ] {f7ebf62d-ed3c-486d-8484-fa8aa6348dce} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2097 | 2024.05.14 04:15:00.136134 [ 3 ] {} <Debug> HTTP-Session: 7a26ce46-4fb4-4886-b715-56440ef38fb8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2098 | 2024.05.14 04:15:00.136294 [ 199 ] {2f9a79b0-af90-4012-baf4-dd30c9d001c2::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2099 | 2024.05.14 04:15:00.136394 [ 199 ] {2f9a79b0-af90-4012-baf4-dd30c9d001c2::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 42 rows starting from the beginning of the part | ||
2100 | 2024.05.14 04:15:00.136417 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 2017, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2101 | 2024.05.14 04:15:00.136434 [ 195 ] {ea26d226-8f30-468f-b73e-814b31b2f89b::all_1_11_2} <Trace> oximeter.fields_string (ea26d226-8f30-468f-b73e-814b31b2f89b): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2102 | 2024.05.14 04:15:00.136580 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2103 | 2024.05.14 04:15:00.136708 [ 3 ] {} <Debug> HTTP-Session: 98108967-ef1b-4c26-8fc9-842164d758ec Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 | ||
2104 | 2024.05.14 04:15:00.136751 [ 199 ] {2f9a79b0-af90-4012-baf4-dd30c9d001c2::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 24 rows starting from the beginning of the part | ||
2105 | 2024.05.14 04:15:00.136796 [ 3 ] {} <Debug> HTTP-Session: 98108967-ef1b-4c26-8fc9-842164d758ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2106 | 2024.05.14 04:15:00.136833 [ 195 ] {ea26d226-8f30-468f-b73e-814b31b2f89b::all_1_11_2} <Trace> oximeter.fields_string (ea26d226-8f30-468f-b73e-814b31b2f89b) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2107 | 2024.05.14 04:15:00.136898 [ 3 ] {} <Debug> HTTP-Session: 98108967-ef1b-4c26-8fc9-842164d758ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2108 | 2024.05.14 04:15:00.137095 [ 3 ] {} <Trace> HTTP-Session: 98108967-ef1b-4c26-8fc9-842164d758ec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2109 | 2024.05.14 04:15:00.137323 [ 199 ] {2f9a79b0-af90-4012-baf4-dd30c9d001c2::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 30 rows starting from the beginning of the part | ||
2110 | 2024.05.14 04:15:00.137325 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
2111 | 2024.05.14 04:15:00.137568 [ 3 ] {2bcc3ca1-d714-4c5b-bec5-a36e8438cf79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46248) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2112 | 2024.05.14 04:15:00.137624 [ 199 ] {2f9a79b0-af90-4012-baf4-dd30c9d001c2::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 15 rows starting from the beginning of the part | ||
2113 | 2024.05.14 04:15:00.137743 [ 3 ] {2bcc3ca1-d714-4c5b-bec5-a36e8438cf79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2114 | 2024.05.14 04:15:00.137975 [ 199 ] {2f9a79b0-af90-4012-baf4-dd30c9d001c2::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 30 rows starting from the beginning of the part | ||
2115 | 2024.05.14 04:15:00.138352 [ 199 ] {2f9a79b0-af90-4012-baf4-dd30c9d001c2::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 15 rows starting from the beginning of the part | ||
2116 | 2024.05.14 04:15:00.138809 [ 3 ] {2bcc3ca1-d714-4c5b-bec5-a36e8438cf79} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2117 | 2024.05.14 04:15:00.139599 [ 3 ] {2bcc3ca1-d714-4c5b-bec5-a36e8438cf79} <Trace> oximeter.measurements_cumulativeu64 (eceb4515-b054-4108-bd78-791836cbd143): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2118 | 2024.05.14 04:15:00.139663 [ 3 ] {2bcc3ca1-d714-4c5b-bec5-a36e8438cf79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
2119 | 2024.05.14 04:15:00.140829 [ 3 ] {2bcc3ca1-d714-4c5b-bec5-a36e8438cf79} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
2120 | 2024.05.14 04:15:00.141072 [ 196 ] {2f9a79b0-af90-4012-baf4-dd30c9d001c2::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 156 rows, containing 4 columns (4 merged, 0 gathered) in 0.005488692 sec., 28422.072143964357 rows/sec., 2.23 MiB/sec. | ||
2121 | 2024.05.14 04:15:00.141380 [ 196 ] {2f9a79b0-af90-4012-baf4-dd30c9d001c2::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2122 | 2024.05.14 04:15:00.141559 [ 3 ] {2bcc3ca1-d714-4c5b-bec5-a36e8438cf79} <Trace> oximeter.measurements_cumulativeu64 (eceb4515-b054-4108-bd78-791836cbd143): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2123 | 2024.05.14 04:15:00.141846 [ 52 ] {} <Debug> oximeter.measurements_cumulativeu64 (eceb4515-b054-4108-bd78-791836cbd143) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
2124 | 2024.05.14 04:15:00.142014 [ 52 ] {} <Trace> oximeter.measurements_cumulativeu64 (eceb4515-b054-4108-bd78-791836cbd143): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2125 | 2024.05.14 04:15:00.142034 [ 3 ] {2bcc3ca1-d714-4c5b-bec5-a36e8438cf79} <Debug> executeQuery: Read 10 rows, 780.00 B in 0.004615 sec., 2166.8472372697724 rows/sec., 165.05 KiB/sec. | ||
2126 | 2024.05.14 04:15:00.142070 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
2127 | 2024.05.14 04:15:00.142696 [ 194 ] {eceb4515-b054-4108-bd78-791836cbd143::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 | ||
2128 | 2024.05.14 04:15:00.142886 [ 3 ] {2bcc3ca1-d714-4c5b-bec5-a36e8438cf79} <Debug> DynamicQueryHandler: Done processing query | ||
2129 | 2024.05.14 04:15:00.142952 [ 3 ] {2bcc3ca1-d714-4c5b-bec5-a36e8438cf79} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2130 | 2024.05.14 04:15:00.143010 [ 3 ] {} <Debug> HTTP-Session: 98108967-ef1b-4c26-8fc9-842164d758ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2131 | 2024.05.14 04:15:00.143080 [ 196 ] {2f9a79b0-af90-4012-baf4-dd30c9d001c2::all_1_11_2} <Trace> oximeter.fields_uuid (2f9a79b0-af90-4012-baf4-dd30c9d001c2): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2132 | 2024.05.14 04:15:00.143269 [ 194 ] {eceb4515-b054-4108-bd78-791836cbd143::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2133 | 2024.05.14 04:15:00.143283 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 7548, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2134 | 2024.05.14 04:15:00.143395 [ 194 ] {eceb4515-b054-4108-bd78-791836cbd143::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 3 rows starting from the beginning of the part | ||
2135 | 2024.05.14 04:15:00.143422 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2136 | 2024.05.14 04:15:00.143467 [ 3 ] {} <Debug> HTTP-Session: 1a189246-efb3-4a60-a8c7-5e5db165c3e6 Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 | ||
2137 | 2024.05.14 04:15:00.143512 [ 3 ] {} <Debug> HTTP-Session: 1a189246-efb3-4a60-a8c7-5e5db165c3e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2138 | 2024.05.14 04:15:00.143550 [ 196 ] {2f9a79b0-af90-4012-baf4-dd30c9d001c2::all_1_11_2} <Trace> oximeter.fields_uuid (2f9a79b0-af90-4012-baf4-dd30c9d001c2) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2139 | 2024.05.14 04:15:00.143586 [ 3 ] {} <Debug> HTTP-Session: 1a189246-efb3-4a60-a8c7-5e5db165c3e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2140 | 2024.05.14 04:15:00.143774 [ 3 ] {} <Trace> HTTP-Session: 1a189246-efb3-4a60-a8c7-5e5db165c3e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2141 | 2024.05.14 04:15:00.143799 [ 194 ] {eceb4515-b054-4108-bd78-791836cbd143::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 10 rows starting from the beginning of the part | ||
2142 | 2024.05.14 04:15:00.144153 [ 194 ] {eceb4515-b054-4108-bd78-791836cbd143::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 10 rows starting from the beginning of the part | ||
2143 | 2024.05.14 04:15:00.144325 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
2144 | 2024.05.14 04:15:00.144357 [ 3 ] {bd354137-4453-4f0e-80e8-9ccf121278ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46248) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
2145 | 2024.05.14 04:15:00.144523 [ 194 ] {eceb4515-b054-4108-bd78-791836cbd143::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 10 rows starting from the beginning of the part | ||
2146 | 2024.05.14 04:15:00.144584 [ 3 ] {bd354137-4453-4f0e-80e8-9ccf121278ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
2147 | 2024.05.14 04:15:00.144937 [ 194 ] {eceb4515-b054-4108-bd78-791836cbd143::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 10 rows starting from the beginning of the part | ||
2148 | 2024.05.14 04:15:00.145267 [ 194 ] {eceb4515-b054-4108-bd78-791836cbd143::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 10 rows starting from the beginning of the part | ||
2149 | 2024.05.14 04:15:00.146003 [ 3 ] {bd354137-4453-4f0e-80e8-9ccf121278ac} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2150 | 2024.05.14 04:15:00.146758 [ 3 ] {bd354137-4453-4f0e-80e8-9ccf121278ac} <Trace> oximeter.measurements_histogramf64 (09928621-9c87-4157-8dc9-56bf2d5b5388): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2151 | 2024.05.14 04:15:00.146813 [ 3 ] {bd354137-4453-4f0e-80e8-9ccf121278ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
2152 | 2024.05.14 04:15:00.148011 [ 3 ] {bd354137-4453-4f0e-80e8-9ccf121278ac} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2153 | 2024.05.14 04:15:00.148264 [ 186 ] {eceb4515-b054-4108-bd78-791836cbd143::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 53 rows, containing 5 columns (5 merged, 0 gathered) in 0.006010412 sec., 8818.031110013757 rows/sec., 670.71 KiB/sec. | ||
2154 | 2024.05.14 04:15:00.148462 [ 186 ] {eceb4515-b054-4108-bd78-791836cbd143::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
2155 | 2024.05.14 04:15:00.148592 [ 3 ] {bd354137-4453-4f0e-80e8-9ccf121278ac} <Trace> oximeter.measurements_histogramf64 (09928621-9c87-4157-8dc9-56bf2d5b5388): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2156 | 2024.05.14 04:15:00.148850 [ 52 ] {} <Debug> oximeter.measurements_histogramf64 (09928621-9c87-4157-8dc9-56bf2d5b5388) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2157 | 2024.05.14 04:15:00.148922 [ 3 ] {bd354137-4453-4f0e-80e8-9ccf121278ac} <Debug> executeQuery: Read 7 rows, 9.67 KiB in 0.004832 sec., 1448.6754966887415 rows/sec., 1.95 MiB/sec. | ||
2158 | 2024.05.14 04:15:00.149007 [ 52 ] {} <Trace> oximeter.measurements_histogramf64 (09928621-9c87-4157-8dc9-56bf2d5b5388): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2159 | 2024.05.14 04:15:00.149154 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
2160 | 2024.05.14 04:15:00.149496 [ 3 ] {bd354137-4453-4f0e-80e8-9ccf121278ac} <Debug> DynamicQueryHandler: Done processing query | ||
2161 | 2024.05.14 04:15:00.149569 [ 186 ] {eceb4515-b054-4108-bd78-791836cbd143::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (eceb4515-b054-4108-bd78-791836cbd143): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2162 | 2024.05.14 04:15:00.149593 [ 3 ] {bd354137-4453-4f0e-80e8-9ccf121278ac} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
2163 | 2024.05.14 04:15:00.149675 [ 3 ] {} <Debug> HTTP-Session: 1a189246-efb3-4a60-a8c7-5e5db165c3e6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2164 | 2024.05.14 04:15:00.149930 [ 186 ] {eceb4515-b054-4108-bd78-791836cbd143::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (eceb4515-b054-4108-bd78-791836cbd143) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
2165 | 2024.05.14 04:15:00.149959 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 1512, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2166 | 2024.05.14 04:15:00.150150 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2167 | 2024.05.14 04:15:00.150164 [ 192 ] {09928621-9c87-4157-8dc9-56bf2d5b5388::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 | ||
2168 | 2024.05.14 04:15:00.150202 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
2169 | 2024.05.14 04:15:00.150203 [ 3 ] {} <Debug> HTTP-Session: a80ccb9a-894e-4b96-92fe-26e292d91db5 Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 | ||
2170 | 2024.05.14 04:15:00.150288 [ 3 ] {} <Debug> HTTP-Session: a80ccb9a-894e-4b96-92fe-26e292d91db5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2171 | 2024.05.14 04:15:00.150315 [ 3 ] {} <Debug> HTTP-Session: a80ccb9a-894e-4b96-92fe-26e292d91db5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2172 | 2024.05.14 04:15:00.150390 [ 3 ] {} <Trace> HTTP-Session: a80ccb9a-894e-4b96-92fe-26e292d91db5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2173 | 2024.05.14 04:15:00.150625 [ 192 ] {09928621-9c87-4157-8dc9-56bf2d5b5388::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2174 | 2024.05.14 04:15:00.150660 [ 3 ] {f38666be-c293-4c23-be06-a3d4aa595d16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46248) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2175 | 2024.05.14 04:15:00.150704 [ 192 ] {09928621-9c87-4157-8dc9-56bf2d5b5388::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 | ||
2176 | 2024.05.14 04:15:00.150754 [ 3 ] {f38666be-c293-4c23-be06-a3d4aa595d16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2177 | 2024.05.14 04:15:00.151058 [ 192 ] {09928621-9c87-4157-8dc9-56bf2d5b5388::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 | ||
2178 | 2024.05.14 04:15:00.151424 [ 192 ] {09928621-9c87-4157-8dc9-56bf2d5b5388::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 | ||
2179 | 2024.05.14 04:15:00.151801 [ 192 ] {09928621-9c87-4157-8dc9-56bf2d5b5388::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 | ||
2180 | 2024.05.14 04:15:00.151920 [ 3 ] {f38666be-c293-4c23-be06-a3d4aa595d16} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2181 | 2024.05.14 04:15:00.152181 [ 192 ] {09928621-9c87-4157-8dc9-56bf2d5b5388::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 | ||
2182 | 2024.05.14 04:15:00.152683 [ 192 ] {09928621-9c87-4157-8dc9-56bf2d5b5388::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 | ||
2183 | 2024.05.14 04:15:00.153174 [ 3 ] {f38666be-c293-4c23-be06-a3d4aa595d16} <Trace> oximeter.measurements_u64 (906d6861-2715-406b-9070-bd8757f5e7fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2184 | 2024.05.14 04:15:00.153245 [ 3 ] {f38666be-c293-4c23-be06-a3d4aa595d16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
2185 | 2024.05.14 04:15:00.154044 [ 3 ] {f38666be-c293-4c23-be06-a3d4aa595d16} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
2186 | 2024.05.14 04:15:00.155092 [ 3 ] {f38666be-c293-4c23-be06-a3d4aa595d16} <Trace> oximeter.measurements_u64 (906d6861-2715-406b-9070-bd8757f5e7fc): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2187 | 2024.05.14 04:15:00.155399 [ 52 ] {} <Debug> oximeter.measurements_u64 (906d6861-2715-406b-9070-bd8757f5e7fc) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
2188 | 2024.05.14 04:15:00.155495 [ 52 ] {} <Trace> oximeter.measurements_u64 (906d6861-2715-406b-9070-bd8757f5e7fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2189 | 2024.05.14 04:15:00.155486 [ 3 ] {f38666be-c293-4c23-be06-a3d4aa595d16} <Debug> executeQuery: Read 10 rows, 645.00 B in 0.0049 sec., 2040.8163265306123 rows/sec., 128.55 KiB/sec. | ||
2190 | 2024.05.14 04:15:00.155581 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
2191 | 2024.05.14 04:15:00.156113 [ 3 ] {f38666be-c293-4c23-be06-a3d4aa595d16} <Debug> DynamicQueryHandler: Done processing query | ||
2192 | 2024.05.14 04:15:00.156142 [ 186 ] {906d6861-2715-406b-9070-bd8757f5e7fc::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 | ||
2193 | 2024.05.14 04:15:00.156305 [ 3 ] {f38666be-c293-4c23-be06-a3d4aa595d16} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
2194 | 2024.05.14 04:15:00.156336 [ 3 ] {} <Debug> HTTP-Session: a80ccb9a-894e-4b96-92fe-26e292d91db5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2195 | 2024.05.14 04:15:00.156813 [ 186 ] {906d6861-2715-406b-9070-bd8757f5e7fc::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2196 | 2024.05.14 04:15:00.156879 [ 186 ] {906d6861-2715-406b-9070-bd8757f5e7fc::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 2 rows starting from the beginning of the part | ||
2197 | 2024.05.14 04:15:00.156913 [ 187 ] {09928621-9c87-4157-8dc9-56bf2d5b5388::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 194 rows, containing 6 columns (6 merged, 0 gathered) in 0.007583505 sec., 25581.838477063047 rows/sec., 34.52 MiB/sec. | ||
2198 | 2024.05.14 04:15:00.157064 [ 186 ] {906d6861-2715-406b-9070-bd8757f5e7fc::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 10 rows starting from the beginning of the part | ||
2199 | 2024.05.14 04:15:00.157187 [ 186 ] {906d6861-2715-406b-9070-bd8757f5e7fc::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 10 rows starting from the beginning of the part | ||
2200 | 2024.05.14 04:15:00.157285 [ 186 ] {906d6861-2715-406b-9070-bd8757f5e7fc::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 10 rows starting from the beginning of the part | ||
2201 | 2024.05.14 04:15:00.157505 [ 186 ] {906d6861-2715-406b-9070-bd8757f5e7fc::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 10 rows starting from the beginning of the part | ||
2202 | 2024.05.14 04:15:00.157609 [ 187 ] {09928621-9c87-4157-8dc9-56bf2d5b5388::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2203 | 2024.05.14 04:15:00.157666 [ 186 ] {906d6861-2715-406b-9070-bd8757f5e7fc::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 10 rows starting from the beginning of the part | ||
2204 | 2024.05.14 04:15:00.159021 [ 187 ] {09928621-9c87-4157-8dc9-56bf2d5b5388::all_1_11_2} <Trace> oximeter.measurements_histogramf64 (09928621-9c87-4157-8dc9-56bf2d5b5388): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2205 | 2024.05.14 04:15:00.159232 [ 187 ] {09928621-9c87-4157-8dc9-56bf2d5b5388::all_1_11_2} <Trace> oximeter.measurements_histogramf64 (09928621-9c87-4157-8dc9-56bf2d5b5388) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2206 | 2024.05.14 04:15:00.159441 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.89 MiB. | ||
2207 | 2024.05.14 04:15:00.159797 [ 189 ] {906d6861-2715-406b-9070-bd8757f5e7fc::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 52 rows, containing 4 columns (4 merged, 0 gathered) in 0.004007251 sec., 12976.476891514907 rows/sec., 817.37 KiB/sec. | ||
2208 | 2024.05.14 04:15:00.159962 [ 203 ] {906d6861-2715-406b-9070-bd8757f5e7fc::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
2209 | 2024.05.14 04:15:00.160491 [ 203 ] {906d6861-2715-406b-9070-bd8757f5e7fc::all_1_6_1} <Trace> oximeter.measurements_u64 (906d6861-2715-406b-9070-bd8757f5e7fc): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2210 | 2024.05.14 04:15:00.160581 [ 203 ] {906d6861-2715-406b-9070-bd8757f5e7fc::all_1_6_1} <Trace> oximeter.measurements_u64 (906d6861-2715-406b-9070-bd8757f5e7fc) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
2211 | 2024.05.14 04:15:00.160677 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. |