| 1 | [ Jun 22 01:58:51 Enabled. ] | ||
| 2 | [ Jun 22 01:58:51 Rereading configuration. ] | ||
| 3 | [ Jun 22 01:58:52 Rereading configuration. ] | ||
| 4 | [ Jun 22 01:59:04 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 | [ Jun 22 01:59:04 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.06.22 01:59:05.161914 [ 1 ] {} <Information> Application: Will watch for the process with pid 25866 | ||
| 33 | 2024.06.22 01:59:05.162503 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
| 34 | 2024.06.22 01:59:05.429795 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 25866 | ||
| 35 | 2024.06.22 01:59:05.430513 [ 1 ] {} <Information> Application: starting up | ||
| 36 | 2024.06.22 01:59:05.432568 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
| 37 | 2024.06.22 01:59:05.527630 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
| 38 | 2024.06.22 01:59:05.547756 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
| 39 | 2024.06.22 01:59:05.547796 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
| 40 | 2024.06.22 01:59:05.547815 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
| 41 | 2024.06.22 01:59:05.547879 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
| 42 | 2024.06.22 01:59:05.548339 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
| 43 | 2024.06.22 01:59:05.549885 [ 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.06.22 01:59:05.550379 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performing update on configuration | ||
| 48 | 2024.06.22 01:59:05.551523 [ 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.06.22 01:59:05.551550 [ 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.06.22 01:59:05.551563 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
| 51 | 2024.06.22 01:59:05.551738 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 52 | 2024.06.22 01:59:05.552795 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
| 53 | 2024.06.22 01:59:05.558838 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 54 | 2024.06.22 01:59:05.559552 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 55 | 2024.06.22 01:59:05.560869 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 56 | 2024.06.22 01:59:05.560932 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performed update on configuration | ||
| 57 | 2024.06.22 01:59:05.562493 [ 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.06.22 01:59:05.562769 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performing update on configuration | ||
| 62 | 2024.06.22 01:59:05.567366 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performed update on configuration | ||
| 63 | 2024.06.22 01:59:05.567668 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: config.xml | ||
| 64 | 2024.06.22 01:59:05.569195 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
| 65 | 2024.06.22 01:59:05.569631 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
| 66 | 2024.06.22 01:59:05.570000 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
| 67 | 2024.06.22 01:59:05.570358 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
| 68 | 2024.06.22 01:59:05.571743 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
| 69 | 2024.06.22 01:59:05.571771 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
| 70 | 2024.06.22 01:59:05.571855 [ 152 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 71 | 2024.06.22 01:59:05.572008 [ 152 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 72 | 2024.06.22 01:59:05.581051 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
| 73 | 2024.06.22 01:59:05.581082 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000151722 sec | ||
| 74 | 2024.06.22 01:59:05.581121 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 75 | 2024.06.22 01:59:05.581133 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 76 | 2024.06.22 01:59:05.582292 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
| 77 | 2024.06.22 01:59:05.583334 [ 1 ] {} <Debug> SystemLog: Not creating system.query_log since corresponding section 'query_log' is missing from config | ||
| 78 | 2024.06.22 01:59:05.583356 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
| 79 | 2024.06.22 01:59:05.583387 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
| 80 | 2024.06.22 01:59:05.583401 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
| 81 | 2024.06.22 01:59:05.583413 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
| 82 | 2024.06.22 01:59:05.583444 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
| 83 | 2024.06.22 01:59:05.583459 [ 1 ] {} <Debug> SystemLog: Not creating system.metric_log since corresponding section 'metric_log' is missing from config | ||
| 84 | 2024.06.22 01:59:05.583475 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
| 85 | 2024.06.22 01:59:05.583513 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
| 86 | 2024.06.22 01:59:05.583527 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_metric_log since corresponding section 'asynchronous_metric_log' is missing from config | ||
| 87 | 2024.06.22 01:59:05.583541 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
| 88 | 2024.06.22 01:59:05.583558 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
| 89 | 2024.06.22 01:59:05.583601 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
| 90 | 2024.06.22 01:59:05.583617 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
| 91 | 2024.06.22 01:59:05.583633 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
| 92 | 2024.06.22 01:59:05.583667 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
| 93 | 2024.06.22 01:59:05.583684 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
| 94 | 2024.06.22 01:59:05.620766 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
| 95 | 2024.06.22 01:59:05.622010 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
| 96 | 2024.06.22 01:59:05.622038 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 4.639e-05 sec | ||
| 97 | 2024.06.22 01:59:05.622052 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 98 | 2024.06.22 01:59:05.622066 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 99 | 2024.06.22 01:59:05.622092 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
| 100 | 2024.06.22 01:59:05.622273 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
| 101 | 2024.06.22 01:59:05.622313 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
| 102 | 2024.06.22 01:59:05.622328 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
| 103 | 2024.06.22 01:59:05.622344 [ 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.06.22 01:59:05.622356 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
| 105 | 2024.06.22 01:59:05.701906 [ 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.06.22 01:59:06.360229 [ 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.06.22 01:59:06.360284 [ 1 ] {} <Trace> MySQLHandlerFactory: Generating new RSA key pair. | ||
| 108 | 2024.06.22 01:59:06.406025 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 109 | 2024.06.22 01:59:06.406250 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 9.87 MiB, peak 16.07 MiB, free memory in arenas 0.00 B, will set to 157.08 MiB (RSS), difference: 147.22 MiB | ||
| 110 | 2024.06.22 01:59:06.407141 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.362e-05 sec. | ||
| 111 | 2024.06.22 01:59:06.407465 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
| 112 | 2024.06.22 01:59:06.407560 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
| 113 | 2024.06.22 01:59:06.407620 [ 1 ] {} <Information> Application: Listening for MySQL compatibility protocol: [fd00:1122:3344:101::e]:9004 | ||
| 114 | 2024.06.22 01:59:06.407642 [ 1 ] {} <Information> Application: Ready for connections. | ||
| 115 | 2024.06.22 01:59:06.408536 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42035, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 116 | 2024.06.22 01:59:06.408742 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 117 | 2024.06.22 01:59:06.408781 [ 3 ] {} <Debug> HTTP-Session: 150340b3-3848-4372-b7e6-2bfcb79c1759 Authenticating user 'default' from [fd00:1122:3344:101::d]:42035 | ||
| 118 | 2024.06.22 01:59:06.408811 [ 3 ] {} <Debug> HTTP-Session: 150340b3-3848-4372-b7e6-2bfcb79c1759 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 119 | 2024.06.22 01:59:06.408829 [ 3 ] {} <Debug> HTTP-Session: 150340b3-3848-4372-b7e6-2bfcb79c1759 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 120 | 2024.06.22 01:59:06.408915 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 121 | 2024.06.22 01:59:06.408949 [ 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.06.22 01:59:06.408972 [ 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.06.22 01:59:06.409036 [ 3 ] {} <Trace> HTTP-Session: 150340b3-3848-4372-b7e6-2bfcb79c1759 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 124 | 2024.06.22 01:59:06.410170 [ 3 ] {a936069c-3ff0-4855-839c-0cbdc72cd402} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42035) SELECT MAX(value) FROM oximeter.version; (stage: Complete) | ||
| 125 | 2024.06.22 01:59:06.452486 [ 3 ] {a936069c-3ff0-4855-839c-0cbdc72cd402} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:42035) (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 @ 0x0000000000114287 in /system/lib/amd64/libc.so.1 | ||
| 149 | |||
| 150 | 2024.06.22 01:59:06.453231 [ 3 ] {a936069c-3ff0-4855-839c-0cbdc72cd402} <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 @ 0x0000000000114287 in /system/lib/amd64/libc.so.1 | ||
| 174 | (version 23.8.7.1) | ||
| 175 | 2024.06.22 01:59:06.455978 [ 3 ] {} <Debug> HTTP-Session: 150340b3-3848-4372-b7e6-2bfcb79c1759 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 176 | 2024.06.22 01:59:06.456492 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42035, User-Agent: (none), Length: 33, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 177 | 2024.06.22 01:59:06.456567 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 178 | 2024.06.22 01:59:06.456593 [ 3 ] {} <Debug> HTTP-Session: cbcd64c7-d467-49b5-a859-defba81d232d Authenticating user 'default' from [fd00:1122:3344:101::d]:42035 | ||
| 179 | 2024.06.22 01:59:06.456619 [ 3 ] {} <Debug> HTTP-Session: cbcd64c7-d467-49b5-a859-defba81d232d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 180 | 2024.06.22 01:59:06.456632 [ 3 ] {} <Debug> HTTP-Session: cbcd64c7-d467-49b5-a859-defba81d232d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 181 | 2024.06.22 01:59:06.456680 [ 3 ] {} <Trace> HTTP-Session: cbcd64c7-d467-49b5-a859-defba81d232d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 182 | 2024.06.22 01:59:06.457805 [ 3 ] {f072d698-6777-4cf9-9529-383cbb75cea2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42035) SHOW CLUSTERS FORMAT JSONEachRow; (stage: Complete) | ||
| 183 | 2024.06.22 01:59:06.457925 [ 3 ] {f072d698-6777-4cf9-9529-383cbb75cea2} <Debug> executeQuery: (internal) SELECT DISTINCT cluster FROM system.clusters ORDER BY cluster (stage: Complete) | ||
| 184 | 2024.06.22 01:59:06.459954 [ 3 ] {f072d698-6777-4cf9-9529-383cbb75cea2} <Trace> ContextAccess (default): Access granted: SELECT(cluster) ON system.clusters | ||
| 185 | 2024.06.22 01:59:06.462746 [ 3 ] {f072d698-6777-4cf9-9529-383cbb75cea2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 186 | 2024.06.22 01:59:06.469682 [ 3 ] {f072d698-6777-4cf9-9529-383cbb75cea2} <Debug> DynamicQueryHandler: Done processing query | ||
| 187 | 2024.06.22 01:59:06.469725 [ 3 ] {f072d698-6777-4cf9-9529-383cbb75cea2} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 188 | 2024.06.22 01:59:06.469749 [ 3 ] {} <Debug> HTTP-Session: cbcd64c7-d467-49b5-a859-defba81d232d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 189 | 2024.06.22 01:59:06.476751 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42035, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 190 | 2024.06.22 01:59:06.476856 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 191 | 2024.06.22 01:59:06.476910 [ 3 ] {} <Debug> HTTP-Session: 432f7afa-0eed-4f22-b770-fcd4297132e3 Authenticating user 'default' from [fd00:1122:3344:101::d]:42035 | ||
| 192 | 2024.06.22 01:59:06.476943 [ 3 ] {} <Debug> HTTP-Session: 432f7afa-0eed-4f22-b770-fcd4297132e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 193 | 2024.06.22 01:59:06.476970 [ 3 ] {} <Debug> HTTP-Session: 432f7afa-0eed-4f22-b770-fcd4297132e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 194 | 2024.06.22 01:59:06.477032 [ 3 ] {} <Trace> HTTP-Session: 432f7afa-0eed-4f22-b770-fcd4297132e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 195 | 2024.06.22 01:59:06.477240 [ 3 ] {ccc71b06-d710-4a75-a7f9-0116a6b6e857} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42035) SELECT MAX(value) FROM oximeter.version; (stage: Complete) | ||
| 196 | 2024.06.22 01:59:06.477646 [ 3 ] {ccc71b06-d710-4a75-a7f9-0116a6b6e857} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:42035) (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 @ 0x0000000000114287 in /system/lib/amd64/libc.so.1 | ||
| 220 | |||
| 221 | 2024.06.22 01:59:06.477832 [ 3 ] {ccc71b06-d710-4a75-a7f9-0116a6b6e857} <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 @ 0x0000000000114287 in /system/lib/amd64/libc.so.1 | ||
| 245 | (version 23.8.7.1) | ||
| 246 | 2024.06.22 01:59:06.478055 [ 3 ] {} <Debug> HTTP-Session: 432f7afa-0eed-4f22-b770-fcd4297132e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 247 | 2024.06.22 01:59:06.478391 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42035, User-Agent: (none), Length: 32, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 248 | 2024.06.22 01:59:06.478482 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 249 | 2024.06.22 01:59:06.478514 [ 3 ] {} <Debug> HTTP-Session: 3537266b-7e9b-4683-a6a2-01341f8d3422 Authenticating user 'default' from [fd00:1122:3344:101::d]:42035 | ||
| 250 | 2024.06.22 01:59:06.478548 [ 3 ] {} <Debug> HTTP-Session: 3537266b-7e9b-4683-a6a2-01341f8d3422 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 251 | 2024.06.22 01:59:06.478573 [ 3 ] {} <Debug> HTTP-Session: 3537266b-7e9b-4683-a6a2-01341f8d3422 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 252 | 2024.06.22 01:59:06.478622 [ 3 ] {} <Trace> HTTP-Session: 3537266b-7e9b-4683-a6a2-01341f8d3422 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 253 | 2024.06.22 01:59:06.478825 [ 3 ] {47f86fed-2a1c-468b-9266-ab006144d00a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42035) DROP DATABASE IF EXISTS oximeter (stage: Complete) | ||
| 254 | 2024.06.22 01:59:06.478999 [ 3 ] {47f86fed-2a1c-468b-9266-ab006144d00a} <Debug> DynamicQueryHandler: Done processing query | ||
| 255 | 2024.06.22 01:59:06.479023 [ 3 ] {} <Debug> HTTP-Session: 3537266b-7e9b-4683-a6a2-01341f8d3422 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 256 | 2024.06.22 01:59:06.479149 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42035, User-Agent: (none), Length: 38, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 257 | 2024.06.22 01:59:06.479197 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 258 | 2024.06.22 01:59:06.479220 [ 3 ] {} <Debug> HTTP-Session: 365a2a57-6827-4207-967c-3b690fb55302 Authenticating user 'default' from [fd00:1122:3344:101::d]:42035 | ||
| 259 | 2024.06.22 01:59:06.479236 [ 3 ] {} <Debug> HTTP-Session: 365a2a57-6827-4207-967c-3b690fb55302 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 260 | 2024.06.22 01:59:06.479252 [ 3 ] {} <Debug> HTTP-Session: 365a2a57-6827-4207-967c-3b690fb55302 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 261 | 2024.06.22 01:59:06.479283 [ 3 ] {} <Trace> HTTP-Session: 365a2a57-6827-4207-967c-3b690fb55302 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 262 | 2024.06.22 01:59:06.479371 [ 3 ] {3c618719-72e1-4247-9441-74510d770ecf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42035) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
| 263 | 2024.06.22 01:59:06.479432 [ 3 ] {3c618719-72e1-4247-9441-74510d770ecf} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
| 264 | 2024.06.22 01:59:06.480746 [ 3 ] {3c618719-72e1-4247-9441-74510d770ecf} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
| 265 | 2024.06.22 01:59:06.480778 [ 3 ] {3c618719-72e1-4247-9441-74510d770ecf} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.6981e-05 sec | ||
| 266 | 2024.06.22 01:59:06.480792 [ 3 ] {3c618719-72e1-4247-9441-74510d770ecf} <Trace> ReferentialDeps: No tables | ||
| 267 | 2024.06.22 01:59:06.480808 [ 3 ] {3c618719-72e1-4247-9441-74510d770ecf} <Trace> LoadingDeps: No tables | ||
| 268 | 2024.06.22 01:59:06.480829 [ 3 ] {3c618719-72e1-4247-9441-74510d770ecf} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
| 269 | 2024.06.22 01:59:06.480953 [ 3 ] {3c618719-72e1-4247-9441-74510d770ecf} <Debug> DynamicQueryHandler: Done processing query | ||
| 270 | 2024.06.22 01:59:06.480975 [ 3 ] {} <Debug> HTTP-Session: 365a2a57-6827-4207-967c-3b690fb55302 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 271 | 2024.06.22 01:59:06.481109 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42035, User-Agent: (none), Length: 223, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 272 | 2024.06.22 01:59:06.481157 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 273 | 2024.06.22 01:59:06.481175 [ 3 ] {} <Debug> HTTP-Session: 51158684-c1bb-4241-ace2-a8422b932795 Authenticating user 'default' from [fd00:1122:3344:101::d]:42035 | ||
| 274 | 2024.06.22 01:59:06.481196 [ 3 ] {} <Debug> HTTP-Session: 51158684-c1bb-4241-ace2-a8422b932795 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 275 | 2024.06.22 01:59:06.481215 [ 3 ] {} <Debug> HTTP-Session: 51158684-c1bb-4241-ace2-a8422b932795 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 276 | 2024.06.22 01:59:06.481244 [ 3 ] {} <Trace> HTTP-Session: 51158684-c1bb-4241-ace2-a8422b932795 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 277 | 2024.06.22 01:59:06.481382 [ 3 ] {35e5839a-7d22-4cef-a015-f1de85ad1591} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42035) /* 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.06.22 01:59:06.481429 [ 3 ] {35e5839a-7d22-4cef-a015-f1de85ad1591} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
| 280 | 2024.06.22 01:59:06.486168 [ 3 ] {35e5839a-7d22-4cef-a015-f1de85ad1591} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
| 281 | 2024.06.22 01:59:06.487507 [ 3 ] {35e5839a-7d22-4cef-a015-f1de85ad1591} <Debug> oximeter.version (82491f03-91fc-47d8-8a02-91442591ed47): Loading data parts | ||
| 282 | 2024.06.22 01:59:06.487988 [ 3 ] {35e5839a-7d22-4cef-a015-f1de85ad1591} <Debug> oximeter.version (82491f03-91fc-47d8-8a02-91442591ed47): There are no data parts | ||
| 283 | 2024.06.22 01:59:06.491364 [ 3 ] {35e5839a-7d22-4cef-a015-f1de85ad1591} <Debug> DynamicQueryHandler: Done processing query | ||
| 284 | 2024.06.22 01:59:06.491400 [ 3 ] {} <Debug> HTTP-Session: 51158684-c1bb-4241-ace2-a8422b932795 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 285 | 2024.06.22 01:59:06.491604 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42035, User-Agent: (none), Length: 818, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 286 | 2024.06.22 01:59:06.491684 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 287 | 2024.06.22 01:59:06.491720 [ 3 ] {} <Debug> HTTP-Session: bf64d142-d414-46bb-811e-50bfe58a6dc0 Authenticating user 'default' from [fd00:1122:3344:101::d]:42035 | ||
| 288 | 2024.06.22 01:59:06.491745 [ 3 ] {} <Debug> HTTP-Session: bf64d142-d414-46bb-811e-50bfe58a6dc0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 289 | 2024.06.22 01:59:06.491773 [ 3 ] {} <Debug> HTTP-Session: bf64d142-d414-46bb-811e-50bfe58a6dc0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 290 | 2024.06.22 01:59:06.491827 [ 3 ] {} <Trace> HTTP-Session: bf64d142-d414-46bb-811e-50bfe58a6dc0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 291 | 2024.06.22 01:59:06.492099 [ 3 ] {5a290c70-848a-44be-98d2-4b98e2fb7ce4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42035) /* 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.06.22 01:59:06.492180 [ 3 ] {5a290c70-848a-44be-98d2-4b98e2fb7ce4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
| 303 | 2024.06.22 01:59:06.499494 [ 3 ] {5a290c70-848a-44be-98d2-4b98e2fb7ce4} <Debug> oximeter.measurements_bool (0369ee8e-a4d3-466c-86a5-3c2891255266): Loading data parts | ||
| 304 | 2024.06.22 01:59:06.499689 [ 3 ] {5a290c70-848a-44be-98d2-4b98e2fb7ce4} <Debug> oximeter.measurements_bool (0369ee8e-a4d3-466c-86a5-3c2891255266): There are no data parts | ||
| 305 | 2024.06.22 01:59:06.501149 [ 3 ] {5a290c70-848a-44be-98d2-4b98e2fb7ce4} <Debug> DynamicQueryHandler: Done processing query | ||
| 306 | 2024.06.22 01:59:06.501176 [ 3 ] {} <Debug> HTTP-Session: bf64d142-d414-46bb-811e-50bfe58a6dc0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 307 | 2024.06.22 01:59:06.501353 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42035, User-Agent: (none), Length: 292, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 308 | 2024.06.22 01:59:06.501413 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 309 | 2024.06.22 01:59:06.501440 [ 3 ] {} <Debug> HTTP-Session: 933b3307-0990-47fa-9923-321232ae8d2b Authenticating user 'default' from [fd00:1122:3344:101::d]:42035 | ||
| 310 | 2024.06.22 01:59:06.501457 [ 3 ] {} <Debug> HTTP-Session: 933b3307-0990-47fa-9923-321232ae8d2b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 311 | 2024.06.22 01:59:06.501477 [ 3 ] {} <Debug> HTTP-Session: 933b3307-0990-47fa-9923-321232ae8d2b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 312 | 2024.06.22 01:59:06.501509 [ 3 ] {} <Trace> HTTP-Session: 933b3307-0990-47fa-9923-321232ae8d2b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 313 | 2024.06.22 01:59:06.501742 [ 3 ] {35d22816-5584-4e68-838e-63ed089eb265} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42035) 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.06.22 01:59:06.501830 [ 3 ] {35d22816-5584-4e68-838e-63ed089eb265} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
| 315 | 2024.06.22 01:59:06.503975 [ 3 ] {35d22816-5584-4e68-838e-63ed089eb265} <Debug> oximeter.measurements_i8 (c53b391a-2cba-4dbf-885e-f3b168037677): Loading data parts | ||
| 316 | 2024.06.22 01:59:06.504198 [ 3 ] {35d22816-5584-4e68-838e-63ed089eb265} <Debug> oximeter.measurements_i8 (c53b391a-2cba-4dbf-885e-f3b168037677): There are no data parts | ||
| 317 | 2024.06.22 01:59:06.505570 [ 3 ] {35d22816-5584-4e68-838e-63ed089eb265} <Debug> DynamicQueryHandler: Done processing query | ||
| 318 | 2024.06.22 01:59:06.505606 [ 3 ] {} <Debug> HTTP-Session: 933b3307-0990-47fa-9923-321232ae8d2b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 319 | 2024.06.22 01:59:06.505736 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42035, User-Agent: (none), Length: 293, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 320 | 2024.06.22 01:59:06.505791 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 321 | 2024.06.22 01:59:06.505818 [ 3 ] {} <Debug> HTTP-Session: a1152cfb-5a1e-427d-964a-275c1e7e1453 Authenticating user 'default' from [fd00:1122:3344:101::d]:42035 | ||
| 322 | 2024.06.22 01:59:06.505834 [ 3 ] {} <Debug> HTTP-Session: a1152cfb-5a1e-427d-964a-275c1e7e1453 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 323 | 2024.06.22 01:59:06.505853 [ 3 ] {} <Debug> HTTP-Session: a1152cfb-5a1e-427d-964a-275c1e7e1453 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 324 | 2024.06.22 01:59:06.505889 [ 3 ] {} <Trace> HTTP-Session: a1152cfb-5a1e-427d-964a-275c1e7e1453 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 325 | 2024.06.22 01:59:06.506064 [ 3 ] {1e35cfa3-fd8b-4111-8fa2-b7481fdb3f02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42035) 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.06.22 01:59:06.506119 [ 3 ] {1e35cfa3-fd8b-4111-8fa2-b7481fdb3f02} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
| 327 | 2024.06.22 01:59:06.508020 [ 3 ] {1e35cfa3-fd8b-4111-8fa2-b7481fdb3f02} <Debug> oximeter.measurements_u8 (ad8ced3a-1fd5-4e9f-9ab5-b823c1d244f4): Loading data parts | ||
| 328 | 2024.06.22 01:59:06.508211 [ 3 ] {1e35cfa3-fd8b-4111-8fa2-b7481fdb3f02} <Debug> oximeter.measurements_u8 (ad8ced3a-1fd5-4e9f-9ab5-b823c1d244f4): There are no data parts | ||
| 329 | 2024.06.22 01:59:06.509559 [ 3 ] {1e35cfa3-fd8b-4111-8fa2-b7481fdb3f02} <Debug> DynamicQueryHandler: Done processing query | ||
| 330 | 2024.06.22 01:59:06.509584 [ 3 ] {} <Debug> HTTP-Session: a1152cfb-5a1e-427d-964a-275c1e7e1453 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 331 | 2024.06.22 01:59:06.509722 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42035, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 332 | 2024.06.22 01:59:06.509778 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 333 | 2024.06.22 01:59:06.509803 [ 3 ] {} <Debug> HTTP-Session: 731d37d5-96dd-41ed-b29b-b2bd3a5662d0 Authenticating user 'default' from [fd00:1122:3344:101::d]:42035 | ||
| 334 | 2024.06.22 01:59:06.509818 [ 3 ] {} <Debug> HTTP-Session: 731d37d5-96dd-41ed-b29b-b2bd3a5662d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 335 | 2024.06.22 01:59:06.509835 [ 3 ] {} <Debug> HTTP-Session: 731d37d5-96dd-41ed-b29b-b2bd3a5662d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 336 | 2024.06.22 01:59:06.509870 [ 3 ] {} <Trace> HTTP-Session: 731d37d5-96dd-41ed-b29b-b2bd3a5662d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 337 | 2024.06.22 01:59:06.510052 [ 3 ] {bac6e92e-3eaa-4460-9949-6b3d48a6b61c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42035) 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.06.22 01:59:06.510105 [ 3 ] {bac6e92e-3eaa-4460-9949-6b3d48a6b61c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
| 339 | 2024.06.22 01:59:06.512004 [ 3 ] {bac6e92e-3eaa-4460-9949-6b3d48a6b61c} <Debug> oximeter.measurements_i16 (36c56923-740b-481f-abdf-0ba483991517): Loading data parts | ||
| 340 | 2024.06.22 01:59:06.512180 [ 3 ] {bac6e92e-3eaa-4460-9949-6b3d48a6b61c} <Debug> oximeter.measurements_i16 (36c56923-740b-481f-abdf-0ba483991517): There are no data parts | ||
| 341 | 2024.06.22 01:59:06.514098 [ 3 ] {bac6e92e-3eaa-4460-9949-6b3d48a6b61c} <Debug> DynamicQueryHandler: Done processing query | ||
| 342 | 2024.06.22 01:59:06.514134 [ 3 ] {} <Debug> HTTP-Session: 731d37d5-96dd-41ed-b29b-b2bd3a5662d0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 343 | 2024.06.22 01:59:06.514261 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42035, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 344 | 2024.06.22 01:59:06.514314 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 345 | 2024.06.22 01:59:06.514339 [ 3 ] {} <Debug> HTTP-Session: ed1da659-fc1e-4d80-8dc7-b368ec35c533 Authenticating user 'default' from [fd00:1122:3344:101::d]:42035 | ||
| 346 | 2024.06.22 01:59:06.514354 [ 3 ] {} <Debug> HTTP-Session: ed1da659-fc1e-4d80-8dc7-b368ec35c533 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 347 | 2024.06.22 01:59:06.514375 [ 3 ] {} <Debug> HTTP-Session: ed1da659-fc1e-4d80-8dc7-b368ec35c533 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 348 | 2024.06.22 01:59:06.514425 [ 3 ] {} <Trace> HTTP-Session: ed1da659-fc1e-4d80-8dc7-b368ec35c533 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 349 | 2024.06.22 01:59:06.514636 [ 3 ] {64cb3dd7-3f81-4692-afc6-248430b62e08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42035) 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.06.22 01:59:06.514698 [ 3 ] {64cb3dd7-3f81-4692-afc6-248430b62e08} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
| 351 | 2024.06.22 01:59:06.516557 [ 3 ] {64cb3dd7-3f81-4692-afc6-248430b62e08} <Debug> oximeter.measurements_u16 (7a0b523b-8d9f-4a03-b0b3-fd83cb1a0f1d): Loading data parts | ||
| 352 | 2024.06.22 01:59:06.516740 [ 3 ] {64cb3dd7-3f81-4692-afc6-248430b62e08} <Debug> oximeter.measurements_u16 (7a0b523b-8d9f-4a03-b0b3-fd83cb1a0f1d): There are no data parts | ||
| 353 | 2024.06.22 01:59:06.518240 [ 3 ] {64cb3dd7-3f81-4692-afc6-248430b62e08} <Debug> DynamicQueryHandler: Done processing query | ||
| 354 | 2024.06.22 01:59:06.518295 [ 3 ] {} <Debug> HTTP-Session: ed1da659-fc1e-4d80-8dc7-b368ec35c533 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 355 | 2024.06.22 01:59:06.518436 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42035, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 356 | 2024.06.22 01:59:06.518497 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 357 | 2024.06.22 01:59:06.518525 [ 3 ] {} <Debug> HTTP-Session: e70d8d71-8ec0-4c84-8f59-ec3d479bd7af Authenticating user 'default' from [fd00:1122:3344:101::d]:42035 | ||
| 358 | 2024.06.22 01:59:06.518554 [ 3 ] {} <Debug> HTTP-Session: e70d8d71-8ec0-4c84-8f59-ec3d479bd7af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 359 | 2024.06.22 01:59:06.518573 [ 3 ] {} <Debug> HTTP-Session: e70d8d71-8ec0-4c84-8f59-ec3d479bd7af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 360 | 2024.06.22 01:59:06.518614 [ 3 ] {} <Trace> HTTP-Session: e70d8d71-8ec0-4c84-8f59-ec3d479bd7af Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 361 | 2024.06.22 01:59:06.518821 [ 3 ] {1d5935fe-0a63-47ad-a427-d0f62f2bcd99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42035) 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.06.22 01:59:06.518890 [ 3 ] {1d5935fe-0a63-47ad-a427-d0f62f2bcd99} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
| 363 | 2024.06.22 01:59:06.521005 [ 3 ] {1d5935fe-0a63-47ad-a427-d0f62f2bcd99} <Debug> oximeter.measurements_i32 (3be86b63-af4a-4a71-8da6-c6b8aacd1739): Loading data parts | ||
| 364 | 2024.06.22 01:59:06.521242 [ 3 ] {1d5935fe-0a63-47ad-a427-d0f62f2bcd99} <Debug> oximeter.measurements_i32 (3be86b63-af4a-4a71-8da6-c6b8aacd1739): There are no data parts | ||
| 365 | 2024.06.22 01:59:06.522965 [ 3 ] {1d5935fe-0a63-47ad-a427-d0f62f2bcd99} <Debug> DynamicQueryHandler: Done processing query | ||
| 366 | 2024.06.22 01:59:06.523021 [ 3 ] {} <Debug> HTTP-Session: e70d8d71-8ec0-4c84-8f59-ec3d479bd7af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 367 | 2024.06.22 01:59:06.523195 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42035, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 368 | 2024.06.22 01:59:06.523280 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 369 | 2024.06.22 01:59:06.523327 [ 3 ] {} <Debug> HTTP-Session: cdcadf28-6c04-4211-ac02-01b0e85ad020 Authenticating user 'default' from [fd00:1122:3344:101::d]:42035 | ||
| 370 | 2024.06.22 01:59:06.523352 [ 3 ] {} <Debug> HTTP-Session: cdcadf28-6c04-4211-ac02-01b0e85ad020 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 371 | 2024.06.22 01:59:06.523384 [ 3 ] {} <Debug> HTTP-Session: cdcadf28-6c04-4211-ac02-01b0e85ad020 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 372 | 2024.06.22 01:59:06.523442 [ 3 ] {} <Trace> HTTP-Session: cdcadf28-6c04-4211-ac02-01b0e85ad020 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 373 | 2024.06.22 01:59:06.523713 [ 3 ] {188cb95c-0221-4bd9-86d7-ffceb96dd80d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42035) 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.06.22 01:59:06.523790 [ 3 ] {188cb95c-0221-4bd9-86d7-ffceb96dd80d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
| 375 | 2024.06.22 01:59:06.526032 [ 3 ] {188cb95c-0221-4bd9-86d7-ffceb96dd80d} <Debug> oximeter.measurements_u32 (a7459196-6385-442b-ba54-ff343d692a81): Loading data parts | ||
| 376 | 2024.06.22 01:59:06.526412 [ 3 ] {188cb95c-0221-4bd9-86d7-ffceb96dd80d} <Debug> oximeter.measurements_u32 (a7459196-6385-442b-ba54-ff343d692a81): There are no data parts | ||
| 377 | 2024.06.22 01:59:06.528260 [ 3 ] {188cb95c-0221-4bd9-86d7-ffceb96dd80d} <Debug> DynamicQueryHandler: Done processing query | ||
| 378 | 2024.06.22 01:59:06.528310 [ 3 ] {} <Debug> HTTP-Session: cdcadf28-6c04-4211-ac02-01b0e85ad020 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 379 | 2024.06.22 01:59:06.528470 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42035, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 380 | 2024.06.22 01:59:06.528554 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 381 | 2024.06.22 01:59:06.528592 [ 3 ] {} <Debug> HTTP-Session: 055a8f70-fb03-4906-8df6-260c933b1fb2 Authenticating user 'default' from [fd00:1122:3344:101::d]:42035 | ||
| 382 | 2024.06.22 01:59:06.528628 [ 3 ] {} <Debug> HTTP-Session: 055a8f70-fb03-4906-8df6-260c933b1fb2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 383 | 2024.06.22 01:59:06.528651 [ 3 ] {} <Debug> HTTP-Session: 055a8f70-fb03-4906-8df6-260c933b1fb2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 384 | 2024.06.22 01:59:06.528706 [ 3 ] {} <Trace> HTTP-Session: 055a8f70-fb03-4906-8df6-260c933b1fb2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 385 | 2024.06.22 01:59:06.528954 [ 3 ] {3adc661e-3a77-433b-bec0-5ce47d525c1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42035) 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.06.22 01:59:06.529035 [ 3 ] {3adc661e-3a77-433b-bec0-5ce47d525c1c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
| 387 | 2024.06.22 01:59:06.531344 [ 3 ] {3adc661e-3a77-433b-bec0-5ce47d525c1c} <Debug> oximeter.measurements_i64 (b68514ee-6699-4e21-9b89-b0b4021f049f): Loading data parts | ||
| 388 | 2024.06.22 01:59:06.531551 [ 3 ] {3adc661e-3a77-433b-bec0-5ce47d525c1c} <Debug> oximeter.measurements_i64 (b68514ee-6699-4e21-9b89-b0b4021f049f): There are no data parts | ||
| 389 | 2024.06.22 01:59:06.533350 [ 3 ] {3adc661e-3a77-433b-bec0-5ce47d525c1c} <Debug> DynamicQueryHandler: Done processing query | ||
| 390 | 2024.06.22 01:59:06.533405 [ 3 ] {} <Debug> HTTP-Session: 055a8f70-fb03-4906-8df6-260c933b1fb2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 391 | 2024.06.22 01:59:06.533573 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42035, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 392 | 2024.06.22 01:59:06.533675 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 393 | 2024.06.22 01:59:06.533707 [ 3 ] {} <Debug> HTTP-Session: 195f8702-5056-45e7-a168-9f16b6cf0850 Authenticating user 'default' from [fd00:1122:3344:101::d]:42035 | ||
| 394 | 2024.06.22 01:59:06.533751 [ 3 ] {} <Debug> HTTP-Session: 195f8702-5056-45e7-a168-9f16b6cf0850 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 395 | 2024.06.22 01:59:06.533773 [ 3 ] {} <Debug> HTTP-Session: 195f8702-5056-45e7-a168-9f16b6cf0850 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 396 | 2024.06.22 01:59:06.533828 [ 3 ] {} <Trace> HTTP-Session: 195f8702-5056-45e7-a168-9f16b6cf0850 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 397 | 2024.06.22 01:59:06.534087 [ 3 ] {6bc47d18-a3e8-4aa9-8aa7-9f9df74d853b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42035) 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.06.22 01:59:06.534160 [ 3 ] {6bc47d18-a3e8-4aa9-8aa7-9f9df74d853b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
| 399 | 2024.06.22 01:59:06.536283 [ 3 ] {6bc47d18-a3e8-4aa9-8aa7-9f9df74d853b} <Debug> oximeter.measurements_u64 (e9d1e2a3-c388-4a28-a0df-bc875be1da9d): Loading data parts | ||
| 400 | 2024.06.22 01:59:06.536493 [ 3 ] {6bc47d18-a3e8-4aa9-8aa7-9f9df74d853b} <Debug> oximeter.measurements_u64 (e9d1e2a3-c388-4a28-a0df-bc875be1da9d): There are no data parts | ||
| 401 | 2024.06.22 01:59:06.537725 [ 3 ] {6bc47d18-a3e8-4aa9-8aa7-9f9df74d853b} <Debug> DynamicQueryHandler: Done processing query | ||
| 402 | 2024.06.22 01:59:06.537775 [ 3 ] {} <Debug> HTTP-Session: 195f8702-5056-45e7-a168-9f16b6cf0850 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 403 | 2024.06.22 01:59:06.537941 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42035, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 404 | 2024.06.22 01:59:06.538001 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 405 | 2024.06.22 01:59:06.538031 [ 3 ] {} <Debug> HTTP-Session: 46667c09-6256-4f03-af9c-3ada4ed0b9a9 Authenticating user 'default' from [fd00:1122:3344:101::d]:42035 | ||
| 406 | 2024.06.22 01:59:06.538056 [ 3 ] {} <Debug> HTTP-Session: 46667c09-6256-4f03-af9c-3ada4ed0b9a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 407 | 2024.06.22 01:59:06.538069 [ 3 ] {} <Debug> HTTP-Session: 46667c09-6256-4f03-af9c-3ada4ed0b9a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 408 | 2024.06.22 01:59:06.538108 [ 3 ] {} <Trace> HTTP-Session: 46667c09-6256-4f03-af9c-3ada4ed0b9a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 409 | 2024.06.22 01:59:06.538344 [ 3 ] {30c35625-3cab-4f78-8d54-55d1373dfcac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42035) 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.06.22 01:59:06.538430 [ 3 ] {30c35625-3cab-4f78-8d54-55d1373dfcac} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
| 411 | 2024.06.22 01:59:06.540364 [ 3 ] {30c35625-3cab-4f78-8d54-55d1373dfcac} <Debug> oximeter.measurements_f32 (f1c96bcb-0726-4c10-b886-e42895871fd5): Loading data parts | ||
| 412 | 2024.06.22 01:59:06.540534 [ 3 ] {30c35625-3cab-4f78-8d54-55d1373dfcac} <Debug> oximeter.measurements_f32 (f1c96bcb-0726-4c10-b886-e42895871fd5): There are no data parts | ||
| 413 | 2024.06.22 01:59:06.541843 [ 3 ] {30c35625-3cab-4f78-8d54-55d1373dfcac} <Debug> DynamicQueryHandler: Done processing query | ||
| 414 | 2024.06.22 01:59:06.541868 [ 3 ] {} <Debug> HTTP-Session: 46667c09-6256-4f03-af9c-3ada4ed0b9a9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 415 | 2024.06.22 01:59:06.542010 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42035, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 416 | 2024.06.22 01:59:06.542080 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 417 | 2024.06.22 01:59:06.542099 [ 3 ] {} <Debug> HTTP-Session: a2237b15-beab-4ff0-871e-808e12a1d2c5 Authenticating user 'default' from [fd00:1122:3344:101::d]:42035 | ||
| 418 | 2024.06.22 01:59:06.542123 [ 3 ] {} <Debug> HTTP-Session: a2237b15-beab-4ff0-871e-808e12a1d2c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 419 | 2024.06.22 01:59:06.542142 [ 3 ] {} <Debug> HTTP-Session: a2237b15-beab-4ff0-871e-808e12a1d2c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 420 | 2024.06.22 01:59:06.542172 [ 3 ] {} <Trace> HTTP-Session: a2237b15-beab-4ff0-871e-808e12a1d2c5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 421 | 2024.06.22 01:59:06.542351 [ 3 ] {dde9cc27-1337-4c4a-b562-4a88d177ef63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42035) 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.06.22 01:59:06.542412 [ 3 ] {dde9cc27-1337-4c4a-b562-4a88d177ef63} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
| 423 | 2024.06.22 01:59:06.550457 [ 3 ] {dde9cc27-1337-4c4a-b562-4a88d177ef63} <Debug> oximeter.measurements_f64 (7761b7d5-7642-494b-bae3-61aa9f37078c): Loading data parts | ||
| 424 | 2024.06.22 01:59:06.550767 [ 3 ] {dde9cc27-1337-4c4a-b562-4a88d177ef63} <Debug> oximeter.measurements_f64 (7761b7d5-7642-494b-bae3-61aa9f37078c): There are no data parts | ||
| 425 | 2024.06.22 01:59:06.556920 [ 3 ] {dde9cc27-1337-4c4a-b562-4a88d177ef63} <Debug> DynamicQueryHandler: Done processing query | ||
| 426 | 2024.06.22 01:59:06.556990 [ 3 ] {} <Debug> HTTP-Session: a2237b15-beab-4ff0-871e-808e12a1d2c5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 427 | 2024.06.22 01:59:06.557198 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42035, User-Agent: (none), Length: 298, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 428 | 2024.06.22 01:59:06.557301 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 429 | 2024.06.22 01:59:06.557324 [ 3 ] {} <Debug> HTTP-Session: 0941e482-54b1-4d90-848a-12d4f21296e5 Authenticating user 'default' from [fd00:1122:3344:101::d]:42035 | ||
| 430 | 2024.06.22 01:59:06.557357 [ 3 ] {} <Debug> HTTP-Session: 0941e482-54b1-4d90-848a-12d4f21296e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 431 | 2024.06.22 01:59:06.557371 [ 3 ] {} <Debug> HTTP-Session: 0941e482-54b1-4d90-848a-12d4f21296e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 432 | 2024.06.22 01:59:06.557423 [ 3 ] {} <Trace> HTTP-Session: 0941e482-54b1-4d90-848a-12d4f21296e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 433 | 2024.06.22 01:59:06.557668 [ 3 ] {29bba4da-070c-4472-a93d-d77bd5186b25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42035) CREATE TABLE IF NOT EXISTS oximeter.measurements_string ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(String) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 434 | 2024.06.22 01:59:06.557744 [ 3 ] {29bba4da-070c-4472-a93d-d77bd5186b25} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
| 435 | 2024.06.22 01:59:06.563612 [ 3 ] {29bba4da-070c-4472-a93d-d77bd5186b25} <Debug> oximeter.measurements_string (69a7e578-ead4-474f-a030-0e38fce33ce4): Loading data parts | ||
| 436 | 2024.06.22 01:59:06.563848 [ 3 ] {29bba4da-070c-4472-a93d-d77bd5186b25} <Debug> oximeter.measurements_string (69a7e578-ead4-474f-a030-0e38fce33ce4): There are no data parts | ||
| 437 | 2024.06.22 01:59:06.568900 [ 3 ] {29bba4da-070c-4472-a93d-d77bd5186b25} <Debug> DynamicQueryHandler: Done processing query | ||
| 438 | 2024.06.22 01:59:06.568928 [ 3 ] {} <Debug> HTTP-Session: 0941e482-54b1-4d90-848a-12d4f21296e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 439 | 2024.06.22 01:59:06.569096 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42035, User-Agent: (none), Length: 605, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 440 | 2024.06.22 01:59:06.569165 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 441 | 2024.06.22 01:59:06.569185 [ 3 ] {} <Debug> HTTP-Session: 4b1b88c0-eb2c-4382-814a-0cb272749434 Authenticating user 'default' from [fd00:1122:3344:101::d]:42035 | ||
| 442 | 2024.06.22 01:59:06.569208 [ 3 ] {} <Debug> HTTP-Session: 4b1b88c0-eb2c-4382-814a-0cb272749434 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 443 | 2024.06.22 01:59:06.569225 [ 3 ] {} <Debug> HTTP-Session: 4b1b88c0-eb2c-4382-814a-0cb272749434 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 444 | 2024.06.22 01:59:06.569260 [ 3 ] {} <Trace> HTTP-Session: 4b1b88c0-eb2c-4382-814a-0cb272749434 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 445 | 2024.06.22 01:59:06.569462 [ 3 ] {e4b37283-4cd5-4385-bdc3-3391cdc798fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42035) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* | ||
| 446 | * NOTE: Right now we can't unambiguously record a nullable byte array. | ||
| 447 | * Arrays cannot be nested in `Nullable()` types, and encoding the array as | ||
| 448 | * a string isn't palatable for a few reasons. | ||
| 449 | * See: https://github.com/oxidecomputer/omicron/issues/4551 for more | ||
| 450 | * details. | ||
| 451 | */ | ||
| 452 | datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 453 | 2024.06.22 01:59:06.569528 [ 3 ] {e4b37283-4cd5-4385-bdc3-3391cdc798fc} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
| 454 | 2024.06.22 01:59:06.571743 [ 3 ] {e4b37283-4cd5-4385-bdc3-3391cdc798fc} <Debug> oximeter.measurements_bytes (0dc4c7d8-e10a-40f1-98b1-e28a362ae5cf): Loading data parts | ||
| 455 | 2024.06.22 01:59:06.571914 [ 3 ] {e4b37283-4cd5-4385-bdc3-3391cdc798fc} <Debug> oximeter.measurements_bytes (0dc4c7d8-e10a-40f1-98b1-e28a362ae5cf): There are no data parts | ||
| 456 | 2024.06.22 01:59:06.573270 [ 3 ] {e4b37283-4cd5-4385-bdc3-3391cdc798fc} <Debug> DynamicQueryHandler: Done processing query | ||
| 457 | 2024.06.22 01:59:06.573302 [ 3 ] {} <Debug> HTTP-Session: 4b1b88c0-eb2c-4382-814a-0cb272749434 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 458 | 2024.06.22 01:59:06.573479 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42035, User-Agent: (none), Length: 353, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 459 | 2024.06.22 01:59:06.573553 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 460 | 2024.06.22 01:59:06.573572 [ 3 ] {} <Debug> HTTP-Session: b561a2f7-e0a6-48ea-9324-8c2b4d3fa269 Authenticating user 'default' from [fd00:1122:3344:101::d]:42035 | ||
| 461 | 2024.06.22 01:59:06.573598 [ 3 ] {} <Debug> HTTP-Session: b561a2f7-e0a6-48ea-9324-8c2b4d3fa269 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 462 | 2024.06.22 01:59:06.573619 [ 3 ] {} <Debug> HTTP-Session: b561a2f7-e0a6-48ea-9324-8c2b4d3fa269 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 463 | 2024.06.22 01:59:06.573655 [ 3 ] {} <Trace> HTTP-Session: b561a2f7-e0a6-48ea-9324-8c2b4d3fa269 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 464 | 2024.06.22 01:59:06.573865 [ 3 ] {b2cb94fa-6c94-487e-b8a4-8fa5a29c292f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42035) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativei64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 465 | 2024.06.22 01:59:06.573922 [ 3 ] {b2cb94fa-6c94-487e-b8a4-8fa5a29c292f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
| 466 | 2024.06.22 01:59:06.575764 [ 3 ] {b2cb94fa-6c94-487e-b8a4-8fa5a29c292f} <Debug> oximeter.measurements_cumulativei64 (1f7166d3-4ca4-40a6-96aa-b1f3b4b03019): Loading data parts | ||
| 467 | 2024.06.22 01:59:06.576075 [ 3 ] {b2cb94fa-6c94-487e-b8a4-8fa5a29c292f} <Debug> oximeter.measurements_cumulativei64 (1f7166d3-4ca4-40a6-96aa-b1f3b4b03019): There are no data parts | ||
| 468 | 2024.06.22 01:59:06.577387 [ 3 ] {b2cb94fa-6c94-487e-b8a4-8fa5a29c292f} <Debug> DynamicQueryHandler: Done processing query | ||
| 469 | 2024.06.22 01:59:06.577441 [ 3 ] {} <Debug> HTTP-Session: b561a2f7-e0a6-48ea-9324-8c2b4d3fa269 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 470 | 2024.06.22 01:59:06.577629 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42035, User-Agent: (none), Length: 354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 471 | 2024.06.22 01:59:06.577706 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 472 | 2024.06.22 01:59:06.577726 [ 3 ] {} <Debug> HTTP-Session: d4a78e36-ffbc-46a7-bd29-f1af0d9d1f48 Authenticating user 'default' from [fd00:1122:3344:101::d]:42035 | ||
| 473 | 2024.06.22 01:59:06.577753 [ 3 ] {} <Debug> HTTP-Session: d4a78e36-ffbc-46a7-bd29-f1af0d9d1f48 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 474 | 2024.06.22 01:59:06.577772 [ 3 ] {} <Debug> HTTP-Session: d4a78e36-ffbc-46a7-bd29-f1af0d9d1f48 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 475 | 2024.06.22 01:59:06.577827 [ 3 ] {} <Trace> HTTP-Session: d4a78e36-ffbc-46a7-bd29-f1af0d9d1f48 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 476 | 2024.06.22 01:59:06.578055 [ 3 ] {efb88d41-19ed-40a5-85d6-44257fbf3e99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42035) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativeu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 477 | 2024.06.22 01:59:06.578120 [ 3 ] {efb88d41-19ed-40a5-85d6-44257fbf3e99} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
| 478 | 2024.06.22 01:59:06.579991 [ 3 ] {efb88d41-19ed-40a5-85d6-44257fbf3e99} <Debug> oximeter.measurements_cumulativeu64 (c0d162d9-8966-42d0-8cac-34454aabd092): Loading data parts | ||
| 479 | 2024.06.22 01:59:06.580185 [ 3 ] {efb88d41-19ed-40a5-85d6-44257fbf3e99} <Debug> oximeter.measurements_cumulativeu64 (c0d162d9-8966-42d0-8cac-34454aabd092): There are no data parts | ||
| 480 | 2024.06.22 01:59:06.581546 [ 3 ] {efb88d41-19ed-40a5-85d6-44257fbf3e99} <Debug> DynamicQueryHandler: Done processing query | ||
| 481 | 2024.06.22 01:59:06.581576 [ 3 ] {} <Debug> HTTP-Session: d4a78e36-ffbc-46a7-bd29-f1af0d9d1f48 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 482 | 2024.06.22 01:59:06.581716 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42035, User-Agent: (none), Length: 355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 483 | 2024.06.22 01:59:06.581778 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 484 | 2024.06.22 01:59:06.581798 [ 3 ] {} <Debug> HTTP-Session: d57e90a2-4185-4f40-b599-19754dc4076e Authenticating user 'default' from [fd00:1122:3344:101::d]:42035 | ||
| 485 | 2024.06.22 01:59:06.581826 [ 3 ] {} <Debug> HTTP-Session: d57e90a2-4185-4f40-b599-19754dc4076e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 486 | 2024.06.22 01:59:06.581850 [ 3 ] {} <Debug> HTTP-Session: d57e90a2-4185-4f40-b599-19754dc4076e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 487 | 2024.06.22 01:59:06.581882 [ 3 ] {} <Trace> HTTP-Session: d57e90a2-4185-4f40-b599-19754dc4076e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 488 | 2024.06.22 01:59:06.582085 [ 3 ] {2896eb3f-e52a-44c7-98de-1d202606229b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42035) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 489 | 2024.06.22 01:59:06.582174 [ 3 ] {2896eb3f-e52a-44c7-98de-1d202606229b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
| 490 | 2024.06.22 01:59:06.584088 [ 3 ] {2896eb3f-e52a-44c7-98de-1d202606229b} <Debug> oximeter.measurements_cumulativef32 (4e2cb32a-2327-4470-bf40-262b0b4f2a9e): Loading data parts | ||
| 491 | 2024.06.22 01:59:06.584268 [ 3 ] {2896eb3f-e52a-44c7-98de-1d202606229b} <Debug> oximeter.measurements_cumulativef32 (4e2cb32a-2327-4470-bf40-262b0b4f2a9e): There are no data parts | ||
| 492 | 2024.06.22 01:59:06.585600 [ 3 ] {2896eb3f-e52a-44c7-98de-1d202606229b} <Debug> DynamicQueryHandler: Done processing query | ||
| 493 | 2024.06.22 01:59:06.585640 [ 3 ] {} <Debug> HTTP-Session: d57e90a2-4185-4f40-b599-19754dc4076e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 494 | 2024.06.22 01:59:06.585768 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42035, User-Agent: (none), Length: 356, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 495 | 2024.06.22 01:59:06.585830 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 496 | 2024.06.22 01:59:06.585863 [ 3 ] {} <Debug> HTTP-Session: dc6f2946-b2bc-4721-a5c8-2eb6c95887a9 Authenticating user 'default' from [fd00:1122:3344:101::d]:42035 | ||
| 497 | 2024.06.22 01:59:06.585892 [ 3 ] {} <Debug> HTTP-Session: dc6f2946-b2bc-4721-a5c8-2eb6c95887a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 498 | 2024.06.22 01:59:06.585907 [ 3 ] {} <Debug> HTTP-Session: dc6f2946-b2bc-4721-a5c8-2eb6c95887a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 499 | 2024.06.22 01:59:06.585949 [ 3 ] {} <Trace> HTTP-Session: dc6f2946-b2bc-4721-a5c8-2eb6c95887a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 500 | 2024.06.22 01:59:06.586160 [ 3 ] {5354781d-962b-43f3-a704-34ebed7e3635} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42035) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 501 | 2024.06.22 01:59:06.586230 [ 3 ] {5354781d-962b-43f3-a704-34ebed7e3635} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
| 502 | 2024.06.22 01:59:06.588106 [ 3 ] {5354781d-962b-43f3-a704-34ebed7e3635} <Debug> oximeter.measurements_cumulativef64 (e3316b35-caa1-463c-a19d-eb96bf3d2404): Loading data parts | ||
| 503 | 2024.06.22 01:59:06.588277 [ 3 ] {5354781d-962b-43f3-a704-34ebed7e3635} <Debug> oximeter.measurements_cumulativef64 (e3316b35-caa1-463c-a19d-eb96bf3d2404): There are no data parts | ||
| 504 | 2024.06.22 01:59:06.589553 [ 3 ] {5354781d-962b-43f3-a704-34ebed7e3635} <Debug> DynamicQueryHandler: Done processing query | ||
| 505 | 2024.06.22 01:59:06.589579 [ 3 ] {} <Debug> HTTP-Session: dc6f2946-b2bc-4721-a5c8-2eb6c95887a9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 506 | 2024.06.22 01:59:06.589717 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42035, User-Agent: (none), Length: 836, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 507 | 2024.06.22 01:59:06.589777 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 508 | 2024.06.22 01:59:06.589796 [ 3 ] {} <Debug> HTTP-Session: ae0b0422-3212-4d3e-933b-feb28dcb6965 Authenticating user 'default' from [fd00:1122:3344:101::d]:42035 | ||
| 509 | 2024.06.22 01:59:06.589820 [ 3 ] {} <Debug> HTTP-Session: ae0b0422-3212-4d3e-933b-feb28dcb6965 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 510 | 2024.06.22 01:59:06.589844 [ 3 ] {} <Debug> HTTP-Session: ae0b0422-3212-4d3e-933b-feb28dcb6965 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 511 | 2024.06.22 01:59:06.589873 [ 3 ] {} <Trace> HTTP-Session: ae0b0422-3212-4d3e-933b-feb28dcb6965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 512 | 2024.06.22 01:59:06.590072 [ 3 ] {670ac557-516d-47bf-8eb0-b193fe480643} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42035) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* | ||
| 513 | * NOTE: Array types cannot be Nullable, see | ||
| 514 | * https://clickhouse.com/docs/en/sql-reference/data-types/nullable | ||
| 515 | * for more details. | ||
| 516 | * | ||
| 517 | * This means we need to use empty arrays to indicate a missing value. This | ||
| 518 | * is unfortunate, and at this point relies on the fact that an | ||
| 519 | * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need | ||
| 520 | * to figure out another way to represent missing samples here. | ||
| 521 | */ | ||
| 522 | bins Array(Int8), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 523 | 2024.06.22 01:59:06.590147 [ 3 ] {670ac557-516d-47bf-8eb0-b193fe480643} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
| 524 | 2024.06.22 01:59:06.592106 [ 3 ] {670ac557-516d-47bf-8eb0-b193fe480643} <Debug> oximeter.measurements_histogrami8 (8cc473ec-8ee8-4504-ab30-f351b845975e): Loading data parts | ||
| 525 | 2024.06.22 01:59:06.592270 [ 3 ] {670ac557-516d-47bf-8eb0-b193fe480643} <Debug> oximeter.measurements_histogrami8 (8cc473ec-8ee8-4504-ab30-f351b845975e): There are no data parts | ||
| 526 | 2024.06.22 01:59:06.593535 [ 3 ] {670ac557-516d-47bf-8eb0-b193fe480643} <Debug> DynamicQueryHandler: Done processing query | ||
| 527 | 2024.06.22 01:59:06.593569 [ 3 ] {} <Debug> HTTP-Session: ae0b0422-3212-4d3e-933b-feb28dcb6965 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 528 | 2024.06.22 01:59:06.593739 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42035, User-Agent: (none), Length: 373, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 529 | 2024.06.22 01:59:06.593810 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 530 | 2024.06.22 01:59:06.593846 [ 3 ] {} <Debug> HTTP-Session: fea670d3-4693-4be3-b8a5-fafb8f46084a Authenticating user 'default' from [fd00:1122:3344:101::d]:42035 | ||
| 531 | 2024.06.22 01:59:06.593867 [ 3 ] {} <Debug> HTTP-Session: fea670d3-4693-4be3-b8a5-fafb8f46084a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 532 | 2024.06.22 01:59:06.593895 [ 3 ] {} <Debug> HTTP-Session: fea670d3-4693-4be3-b8a5-fafb8f46084a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 533 | 2024.06.22 01:59:06.593932 [ 3 ] {} <Trace> HTTP-Session: fea670d3-4693-4be3-b8a5-fafb8f46084a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 534 | 2024.06.22 01:59:06.594177 [ 3 ] {10847184-2f76-48b8-bea0-6b540572e939} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42035) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt8), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 535 | 2024.06.22 01:59:06.594253 [ 3 ] {10847184-2f76-48b8-bea0-6b540572e939} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
| 536 | 2024.06.22 01:59:06.596230 [ 3 ] {10847184-2f76-48b8-bea0-6b540572e939} <Debug> oximeter.measurements_histogramu8 (63cf1e84-2d26-400b-9ff9-ffcd392cbec0): Loading data parts | ||
| 537 | 2024.06.22 01:59:06.596426 [ 3 ] {10847184-2f76-48b8-bea0-6b540572e939} <Debug> oximeter.measurements_histogramu8 (63cf1e84-2d26-400b-9ff9-ffcd392cbec0): There are no data parts | ||
| 538 | 2024.06.22 01:59:06.597734 [ 3 ] {10847184-2f76-48b8-bea0-6b540572e939} <Debug> DynamicQueryHandler: Done processing query | ||
| 539 | 2024.06.22 01:59:06.597784 [ 3 ] {} <Debug> HTTP-Session: fea670d3-4693-4be3-b8a5-fafb8f46084a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 540 | 2024.06.22 01:59:06.597936 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42035, User-Agent: (none), Length: 374, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 541 | 2024.06.22 01:59:06.598011 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 542 | 2024.06.22 01:59:06.598047 [ 3 ] {} <Debug> HTTP-Session: e38605a7-4068-4d4a-8105-603488ff6aa2 Authenticating user 'default' from [fd00:1122:3344:101::d]:42035 | ||
| 543 | 2024.06.22 01:59:06.598078 [ 3 ] {} <Debug> HTTP-Session: e38605a7-4068-4d4a-8105-603488ff6aa2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 544 | 2024.06.22 01:59:06.598096 [ 3 ] {} <Debug> HTTP-Session: e38605a7-4068-4d4a-8105-603488ff6aa2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 545 | 2024.06.22 01:59:06.598150 [ 3 ] {} <Trace> HTTP-Session: e38605a7-4068-4d4a-8105-603488ff6aa2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 546 | 2024.06.22 01:59:06.598395 [ 3 ] {a4ba643d-adc2-4a0b-a1a2-0e3eab6bb2b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42035) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int16), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 547 | 2024.06.22 01:59:06.598472 [ 3 ] {a4ba643d-adc2-4a0b-a1a2-0e3eab6bb2b8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
| 548 | 2024.06.22 01:59:06.600416 [ 3 ] {a4ba643d-adc2-4a0b-a1a2-0e3eab6bb2b8} <Debug> oximeter.measurements_histogrami16 (573a2ce3-0935-4e77-94d8-2e64a83870d5): Loading data parts | ||
| 549 | 2024.06.22 01:59:06.600594 [ 3 ] {a4ba643d-adc2-4a0b-a1a2-0e3eab6bb2b8} <Debug> oximeter.measurements_histogrami16 (573a2ce3-0935-4e77-94d8-2e64a83870d5): There are no data parts | ||
| 550 | 2024.06.22 01:59:06.601850 [ 3 ] {a4ba643d-adc2-4a0b-a1a2-0e3eab6bb2b8} <Debug> DynamicQueryHandler: Done processing query | ||
| 551 | 2024.06.22 01:59:06.601876 [ 3 ] {} <Debug> HTTP-Session: e38605a7-4068-4d4a-8105-603488ff6aa2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 552 | 2024.06.22 01:59:06.602024 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42035, User-Agent: (none), Length: 375, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 553 | 2024.06.22 01:59:06.602084 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 554 | 2024.06.22 01:59:06.602102 [ 3 ] {} <Debug> HTTP-Session: 29873b2e-cb9d-4079-ba99-1a523fe85f6c Authenticating user 'default' from [fd00:1122:3344:101::d]:42035 | ||
| 555 | 2024.06.22 01:59:06.602130 [ 3 ] {} <Debug> HTTP-Session: 29873b2e-cb9d-4079-ba99-1a523fe85f6c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 556 | 2024.06.22 01:59:06.602153 [ 3 ] {} <Debug> HTTP-Session: 29873b2e-cb9d-4079-ba99-1a523fe85f6c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 557 | 2024.06.22 01:59:06.602183 [ 3 ] {} <Trace> HTTP-Session: 29873b2e-cb9d-4079-ba99-1a523fe85f6c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 558 | 2024.06.22 01:59:06.602389 [ 3 ] {2664680c-a4e4-44b9-9fd7-0f8eded72712} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42035) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt16), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 559 | 2024.06.22 01:59:06.602459 [ 3 ] {2664680c-a4e4-44b9-9fd7-0f8eded72712} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
| 560 | 2024.06.22 01:59:06.604393 [ 3 ] {2664680c-a4e4-44b9-9fd7-0f8eded72712} <Debug> oximeter.measurements_histogramu16 (9e2ba43d-2270-48ff-8dc0-7d6699ac41f2): Loading data parts | ||
| 561 | 2024.06.22 01:59:06.604589 [ 3 ] {2664680c-a4e4-44b9-9fd7-0f8eded72712} <Debug> oximeter.measurements_histogramu16 (9e2ba43d-2270-48ff-8dc0-7d6699ac41f2): There are no data parts | ||
| 562 | 2024.06.22 01:59:06.605955 [ 3 ] {2664680c-a4e4-44b9-9fd7-0f8eded72712} <Debug> DynamicQueryHandler: Done processing query | ||
| 563 | 2024.06.22 01:59:06.606008 [ 3 ] {} <Debug> HTTP-Session: 29873b2e-cb9d-4079-ba99-1a523fe85f6c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 564 | 2024.06.22 01:59:06.606152 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42035, User-Agent: (none), Length: 374, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 565 | 2024.06.22 01:59:06.606230 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 566 | 2024.06.22 01:59:06.606264 [ 3 ] {} <Debug> HTTP-Session: 62ab8548-b4c6-4272-82ed-f26e6f3720e9 Authenticating user 'default' from [fd00:1122:3344:101::d]:42035 | ||
| 567 | 2024.06.22 01:59:06.606280 [ 3 ] {} <Debug> HTTP-Session: 62ab8548-b4c6-4272-82ed-f26e6f3720e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 568 | 2024.06.22 01:59:06.606304 [ 3 ] {} <Debug> HTTP-Session: 62ab8548-b4c6-4272-82ed-f26e6f3720e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 569 | 2024.06.22 01:59:06.606344 [ 3 ] {} <Trace> HTTP-Session: 62ab8548-b4c6-4272-82ed-f26e6f3720e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 570 | 2024.06.22 01:59:06.606536 [ 3 ] {ec5f2dc7-78ef-4bc2-8ba2-0dac1cd38b7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42035) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int32), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 571 | 2024.06.22 01:59:06.606605 [ 3 ] {ec5f2dc7-78ef-4bc2-8ba2-0dac1cd38b7c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
| 572 | 2024.06.22 01:59:06.608421 [ 3 ] {ec5f2dc7-78ef-4bc2-8ba2-0dac1cd38b7c} <Debug> oximeter.measurements_histogrami32 (75e6cd3e-d270-497e-8602-01a500606a79): Loading data parts | ||
| 573 | 2024.06.22 01:59:06.608597 [ 3 ] {ec5f2dc7-78ef-4bc2-8ba2-0dac1cd38b7c} <Debug> oximeter.measurements_histogrami32 (75e6cd3e-d270-497e-8602-01a500606a79): There are no data parts | ||
| 574 | 2024.06.22 01:59:06.609799 [ 3 ] {ec5f2dc7-78ef-4bc2-8ba2-0dac1cd38b7c} <Debug> DynamicQueryHandler: Done processing query | ||
| 575 | 2024.06.22 01:59:06.609839 [ 3 ] {} <Debug> HTTP-Session: 62ab8548-b4c6-4272-82ed-f26e6f3720e9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 576 | 2024.06.22 01:59:06.609985 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42035, User-Agent: (none), Length: 375, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 577 | 2024.06.22 01:59:06.610044 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 578 | 2024.06.22 01:59:06.610062 [ 3 ] {} <Debug> HTTP-Session: 03984377-c1a6-4f7a-a54d-31a664e657a9 Authenticating user 'default' from [fd00:1122:3344:101::d]:42035 | ||
| 579 | 2024.06.22 01:59:06.610092 [ 3 ] {} <Debug> HTTP-Session: 03984377-c1a6-4f7a-a54d-31a664e657a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 580 | 2024.06.22 01:59:06.610105 [ 3 ] {} <Debug> HTTP-Session: 03984377-c1a6-4f7a-a54d-31a664e657a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 581 | 2024.06.22 01:59:06.610143 [ 3 ] {} <Trace> HTTP-Session: 03984377-c1a6-4f7a-a54d-31a664e657a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 582 | 2024.06.22 01:59:06.610339 [ 3 ] {8ef48d19-6a28-4999-9449-02bb3e7165b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42035) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt32), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 583 | 2024.06.22 01:59:06.610407 [ 3 ] {8ef48d19-6a28-4999-9449-02bb3e7165b0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
| 584 | 2024.06.22 01:59:06.612207 [ 3 ] {8ef48d19-6a28-4999-9449-02bb3e7165b0} <Debug> oximeter.measurements_histogramu32 (0445dec8-8ec4-4e24-afca-03fab5b7be3f): Loading data parts | ||
| 585 | 2024.06.22 01:59:06.612354 [ 3 ] {8ef48d19-6a28-4999-9449-02bb3e7165b0} <Debug> oximeter.measurements_histogramu32 (0445dec8-8ec4-4e24-afca-03fab5b7be3f): There are no data parts | ||
| 586 | 2024.06.22 01:59:06.613926 [ 3 ] {8ef48d19-6a28-4999-9449-02bb3e7165b0} <Debug> DynamicQueryHandler: Done processing query | ||
| 587 | 2024.06.22 01:59:06.613951 [ 3 ] {} <Debug> HTTP-Session: 03984377-c1a6-4f7a-a54d-31a664e657a9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 588 | 2024.06.22 01:59:06.614088 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42035, User-Agent: (none), Length: 374, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 589 | 2024.06.22 01:59:06.614146 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 590 | 2024.06.22 01:59:06.614176 [ 3 ] {} <Debug> HTTP-Session: 7419e5bc-555f-4b52-9732-3b6985c446b6 Authenticating user 'default' from [fd00:1122:3344:101::d]:42035 | ||
| 591 | 2024.06.22 01:59:06.614192 [ 3 ] {} <Debug> HTTP-Session: 7419e5bc-555f-4b52-9732-3b6985c446b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 592 | 2024.06.22 01:59:06.614216 [ 3 ] {} <Debug> HTTP-Session: 7419e5bc-555f-4b52-9732-3b6985c446b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 593 | 2024.06.22 01:59:06.614245 [ 3 ] {} <Trace> HTTP-Session: 7419e5bc-555f-4b52-9732-3b6985c446b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 594 | 2024.06.22 01:59:06.614449 [ 3 ] {801570e1-9ef9-4bc2-b0bc-604926e92e50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42035) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int64), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 595 | 2024.06.22 01:59:06.614506 [ 3 ] {801570e1-9ef9-4bc2-b0bc-604926e92e50} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
| 596 | 2024.06.22 01:59:06.616334 [ 3 ] {801570e1-9ef9-4bc2-b0bc-604926e92e50} <Debug> oximeter.measurements_histogrami64 (3fe3d225-0c14-406b-ac02-019c6fd6a0e0): Loading data parts | ||
| 597 | 2024.06.22 01:59:06.616676 [ 3 ] {801570e1-9ef9-4bc2-b0bc-604926e92e50} <Debug> oximeter.measurements_histogrami64 (3fe3d225-0c14-406b-ac02-019c6fd6a0e0): There are no data parts | ||
| 598 | 2024.06.22 01:59:06.619611 [ 3 ] {801570e1-9ef9-4bc2-b0bc-604926e92e50} <Debug> DynamicQueryHandler: Done processing query | ||
| 599 | 2024.06.22 01:59:06.619673 [ 3 ] {} <Debug> HTTP-Session: 7419e5bc-555f-4b52-9732-3b6985c446b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 600 | 2024.06.22 01:59:06.619845 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42035, User-Agent: (none), Length: 375, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 601 | 2024.06.22 01:59:06.619973 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 602 | 2024.06.22 01:59:06.620003 [ 3 ] {} <Debug> HTTP-Session: e21678c1-9c7f-4384-9c34-db74e0ec5396 Authenticating user 'default' from [fd00:1122:3344:101::d]:42035 | ||
| 603 | 2024.06.22 01:59:06.620043 [ 3 ] {} <Debug> HTTP-Session: e21678c1-9c7f-4384-9c34-db74e0ec5396 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 604 | 2024.06.22 01:59:06.620063 [ 3 ] {} <Debug> HTTP-Session: e21678c1-9c7f-4384-9c34-db74e0ec5396 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 605 | 2024.06.22 01:59:06.620124 [ 3 ] {} <Trace> HTTP-Session: e21678c1-9c7f-4384-9c34-db74e0ec5396 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 606 | 2024.06.22 01:59:06.620451 [ 3 ] {f503a1a4-8d90-4fee-ba2c-7743e8b055b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42035) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt64), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 607 | 2024.06.22 01:59:06.620544 [ 3 ] {f503a1a4-8d90-4fee-ba2c-7743e8b055b5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
| 608 | 2024.06.22 01:59:06.622590 [ 3 ] {f503a1a4-8d90-4fee-ba2c-7743e8b055b5} <Debug> oximeter.measurements_histogramu64 (c5ae9f50-5441-4cf6-a40b-51e6d1e95b7b): Loading data parts | ||
| 609 | 2024.06.22 01:59:06.622767 [ 3 ] {f503a1a4-8d90-4fee-ba2c-7743e8b055b5} <Debug> oximeter.measurements_histogramu64 (c5ae9f50-5441-4cf6-a40b-51e6d1e95b7b): There are no data parts | ||
| 610 | 2024.06.22 01:59:06.624413 [ 3 ] {f503a1a4-8d90-4fee-ba2c-7743e8b055b5} <Debug> DynamicQueryHandler: Done processing query | ||
| 611 | 2024.06.22 01:59:06.624445 [ 3 ] {} <Debug> HTTP-Session: e21678c1-9c7f-4384-9c34-db74e0ec5396 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 612 | 2024.06.22 01:59:06.624613 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42035, User-Agent: (none), Length: 376, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 613 | 2024.06.22 01:59:06.624685 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 614 | 2024.06.22 01:59:06.624726 [ 3 ] {} <Debug> HTTP-Session: a1e14182-a995-4b36-ad89-2b0514a0b90f Authenticating user 'default' from [fd00:1122:3344:101::d]:42035 | ||
| 615 | 2024.06.22 01:59:06.624745 [ 3 ] {} <Debug> HTTP-Session: a1e14182-a995-4b36-ad89-2b0514a0b90f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 616 | 2024.06.22 01:59:06.624775 [ 3 ] {} <Debug> HTTP-Session: a1e14182-a995-4b36-ad89-2b0514a0b90f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 617 | 2024.06.22 01:59:06.624826 [ 3 ] {} <Trace> HTTP-Session: a1e14182-a995-4b36-ad89-2b0514a0b90f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 618 | 2024.06.22 01:59:06.625042 [ 3 ] {9920b0a5-6cac-4d90-abbb-0a7a940436a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42035) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float32), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 619 | 2024.06.22 01:59:06.625127 [ 3 ] {9920b0a5-6cac-4d90-abbb-0a7a940436a5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
| 620 | 2024.06.22 01:59:06.627020 [ 3 ] {9920b0a5-6cac-4d90-abbb-0a7a940436a5} <Debug> oximeter.measurements_histogramf32 (f60118ab-28ee-4f8a-a317-f8ffe465baa7): Loading data parts | ||
| 621 | 2024.06.22 01:59:06.627196 [ 3 ] {9920b0a5-6cac-4d90-abbb-0a7a940436a5} <Debug> oximeter.measurements_histogramf32 (f60118ab-28ee-4f8a-a317-f8ffe465baa7): There are no data parts | ||
| 622 | 2024.06.22 01:59:06.628779 [ 3 ] {9920b0a5-6cac-4d90-abbb-0a7a940436a5} <Debug> DynamicQueryHandler: Done processing query | ||
| 623 | 2024.06.22 01:59:06.628821 [ 3 ] {} <Debug> HTTP-Session: a1e14182-a995-4b36-ad89-2b0514a0b90f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 624 | 2024.06.22 01:59:06.628970 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42035, User-Agent: (none), Length: 376, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 625 | 2024.06.22 01:59:06.629028 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 626 | 2024.06.22 01:59:06.629068 [ 3 ] {} <Debug> HTTP-Session: 1ca7cabf-68fc-44f5-aa5f-ffa403805e13 Authenticating user 'default' from [fd00:1122:3344:101::d]:42035 | ||
| 627 | 2024.06.22 01:59:06.629109 [ 3 ] {} <Debug> HTTP-Session: 1ca7cabf-68fc-44f5-aa5f-ffa403805e13 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 628 | 2024.06.22 01:59:06.629127 [ 3 ] {} <Debug> HTTP-Session: 1ca7cabf-68fc-44f5-aa5f-ffa403805e13 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 629 | 2024.06.22 01:59:06.629176 [ 3 ] {} <Trace> HTTP-Session: 1ca7cabf-68fc-44f5-aa5f-ffa403805e13 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 630 | 2024.06.22 01:59:06.629461 [ 3 ] {67ab656a-817e-4035-bd6e-62d1f4dbb590} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42035) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float64), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 631 | 2024.06.22 01:59:06.629557 [ 3 ] {67ab656a-817e-4035-bd6e-62d1f4dbb590} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
| 632 | 2024.06.22 01:59:06.631743 [ 3 ] {67ab656a-817e-4035-bd6e-62d1f4dbb590} <Debug> oximeter.measurements_histogramf64 (dcfbef5e-367a-4cb6-863c-07ce932f3229): Loading data parts | ||
| 633 | 2024.06.22 01:59:06.631946 [ 3 ] {67ab656a-817e-4035-bd6e-62d1f4dbb590} <Debug> oximeter.measurements_histogramf64 (dcfbef5e-367a-4cb6-863c-07ce932f3229): There are no data parts | ||
| 634 | 2024.06.22 01:59:06.633651 [ 3 ] {67ab656a-817e-4035-bd6e-62d1f4dbb590} <Debug> DynamicQueryHandler: Done processing query | ||
| 635 | 2024.06.22 01:59:06.633686 [ 3 ] {} <Debug> HTTP-Session: 1ca7cabf-68fc-44f5-aa5f-ffa403805e13 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 636 | 2024.06.22 01:59:06.633876 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42035, User-Agent: (none), Length: 1196, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 637 | 2024.06.22 01:59:06.633959 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 638 | 2024.06.22 01:59:06.633988 [ 3 ] {} <Debug> HTTP-Session: 8b3d55a8-4b9b-44f9-85eb-73dbd9d7d575 Authenticating user 'default' from [fd00:1122:3344:101::d]:42035 | ||
| 639 | 2024.06.22 01:59:06.634026 [ 3 ] {} <Debug> HTTP-Session: 8b3d55a8-4b9b-44f9-85eb-73dbd9d7d575 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 640 | 2024.06.22 01:59:06.634057 [ 3 ] {} <Debug> HTTP-Session: 8b3d55a8-4b9b-44f9-85eb-73dbd9d7d575 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 641 | 2024.06.22 01:59:06.634099 [ 3 ] {} <Trace> HTTP-Session: 8b3d55a8-4b9b-44f9-85eb-73dbd9d7d575 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 642 | 2024.06.22 01:59:06.634311 [ 3 ] {5c4178dc-cafd-43f0-a936-e36fa038498c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42035) /* The field tables store named dimensions of each timeseries. | ||
| 643 | * | ||
| 644 | * As with the measurement tables, there is one field table for each field data | ||
| 645 | * type. Fields are deduplicated by using the "replacing merge tree", though | ||
| 646 | * this behavior **must not** be relied upon for query correctness. | ||
| 647 | * | ||
| 648 | * The index for the fields differs from the measurements, however. Rows are | ||
| 649 | * sorted by timeseries name, then field name, field value, and finally | ||
| 650 | * timeseries key. This reflects the most common pattern for looking them up: | ||
| 651 | * by field name and possibly value, within a timeseries. The resulting keys are | ||
| 652 | * usually then used to look up measurements. | ||
| 653 | * | ||
| 654 | * NOTE: We may want to consider a secondary index on these tables, sorting by | ||
| 655 | * timeseries name and then key, since it would improve lookups where one | ||
| 656 | * already has the key. Realistically though, these tables are quite small and | ||
| 657 | * so performance benefits will be low in absolute terms. | ||
| 658 | */ | ||
| 659 | CREATE TABLE IF NOT EXISTS oximeter.fields_bool ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
| 660 | 2024.06.22 01:59:06.634386 [ 3 ] {5c4178dc-cafd-43f0-a936-e36fa038498c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
| 661 | 2024.06.22 01:59:06.636295 [ 3 ] {5c4178dc-cafd-43f0-a936-e36fa038498c} <Debug> oximeter.fields_bool (ad2e4b05-252a-4142-a887-0a75d41c60ac): Loading data parts | ||
| 662 | 2024.06.22 01:59:06.636510 [ 3 ] {5c4178dc-cafd-43f0-a936-e36fa038498c} <Debug> oximeter.fields_bool (ad2e4b05-252a-4142-a887-0a75d41c60ac): There are no data parts | ||
| 663 | 2024.06.22 01:59:06.638102 [ 3 ] {5c4178dc-cafd-43f0-a936-e36fa038498c} <Debug> DynamicQueryHandler: Done processing query | ||
| 664 | 2024.06.22 01:59:06.638142 [ 3 ] {} <Debug> HTTP-Session: 8b3d55a8-4b9b-44f9-85eb-73dbd9d7d575 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 665 | 2024.06.22 01:59:06.638268 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42035, User-Agent: (none), Length: 248, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 666 | 2024.06.22 01:59:06.638323 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 667 | 2024.06.22 01:59:06.638350 [ 3 ] {} <Debug> HTTP-Session: 87fcd4ca-939d-45a2-9c1b-8ea57783b0c2 Authenticating user 'default' from [fd00:1122:3344:101::d]:42035 | ||
| 668 | 2024.06.22 01:59:06.638374 [ 3 ] {} <Debug> HTTP-Session: 87fcd4ca-939d-45a2-9c1b-8ea57783b0c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 669 | 2024.06.22 01:59:06.638387 [ 3 ] {} <Debug> HTTP-Session: 87fcd4ca-939d-45a2-9c1b-8ea57783b0c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 670 | 2024.06.22 01:59:06.638423 [ 3 ] {} <Trace> HTTP-Session: 87fcd4ca-939d-45a2-9c1b-8ea57783b0c2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 671 | 2024.06.22 01:59:06.638587 [ 3 ] {5752fcb7-43cf-4e02-a5cc-504ecb8f01b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42035) CREATE TABLE IF NOT EXISTS oximeter.fields_i8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int8 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
| 672 | 2024.06.22 01:59:06.638647 [ 3 ] {5752fcb7-43cf-4e02-a5cc-504ecb8f01b4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
| 673 | 2024.06.22 01:59:06.640274 [ 3 ] {5752fcb7-43cf-4e02-a5cc-504ecb8f01b4} <Debug> oximeter.fields_i8 (440b3d4b-25d9-4653-8cf8-9dc89c28f5e9): Loading data parts | ||
| 674 | 2024.06.22 01:59:06.640450 [ 3 ] {5752fcb7-43cf-4e02-a5cc-504ecb8f01b4} <Debug> oximeter.fields_i8 (440b3d4b-25d9-4653-8cf8-9dc89c28f5e9): There are no data parts | ||
| 675 | 2024.06.22 01:59:06.642062 [ 3 ] {5752fcb7-43cf-4e02-a5cc-504ecb8f01b4} <Debug> DynamicQueryHandler: Done processing query | ||
| 676 | 2024.06.22 01:59:06.642107 [ 3 ] {} <Debug> HTTP-Session: 87fcd4ca-939d-45a2-9c1b-8ea57783b0c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 677 | 2024.06.22 01:59:06.642245 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42035, User-Agent: (none), Length: 249, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 678 | 2024.06.22 01:59:06.642320 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 679 | 2024.06.22 01:59:06.642357 [ 3 ] {} <Debug> HTTP-Session: 710f627e-ba20-4924-9116-358f1ae62683 Authenticating user 'default' from [fd00:1122:3344:101::d]:42035 | ||
| 680 | 2024.06.22 01:59:06.642373 [ 3 ] {} <Debug> HTTP-Session: 710f627e-ba20-4924-9116-358f1ae62683 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 681 | 2024.06.22 01:59:06.642400 [ 3 ] {} <Debug> HTTP-Session: 710f627e-ba20-4924-9116-358f1ae62683 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 682 | 2024.06.22 01:59:06.642445 [ 3 ] {} <Trace> HTTP-Session: 710f627e-ba20-4924-9116-358f1ae62683 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 683 | 2024.06.22 01:59:06.642594 [ 3 ] {f9c01871-afcf-4761-9e1b-03299d758ce0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42035) CREATE TABLE IF NOT EXISTS oximeter.fields_u8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
| 684 | 2024.06.22 01:59:06.642657 [ 3 ] {f9c01871-afcf-4761-9e1b-03299d758ce0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
| 685 | 2024.06.22 01:59:06.644423 [ 3 ] {f9c01871-afcf-4761-9e1b-03299d758ce0} <Debug> oximeter.fields_u8 (53ffd9e1-dd49-4e2a-88d2-a180a9014dd0): Loading data parts | ||
| 686 | 2024.06.22 01:59:06.644625 [ 3 ] {f9c01871-afcf-4761-9e1b-03299d758ce0} <Debug> oximeter.fields_u8 (53ffd9e1-dd49-4e2a-88d2-a180a9014dd0): There are no data parts | ||
| 687 | 2024.06.22 01:59:06.646202 [ 3 ] {f9c01871-afcf-4761-9e1b-03299d758ce0} <Debug> DynamicQueryHandler: Done processing query | ||
| 688 | 2024.06.22 01:59:06.646228 [ 3 ] {} <Debug> HTTP-Session: 710f627e-ba20-4924-9116-358f1ae62683 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 689 | 2024.06.22 01:59:06.646394 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42035, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 690 | 2024.06.22 01:59:06.646468 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 691 | 2024.06.22 01:59:06.646492 [ 3 ] {} <Debug> HTTP-Session: 9678066a-090a-4bda-a5ad-92ee3e982f2a Authenticating user 'default' from [fd00:1122:3344:101::d]:42035 | ||
| 692 | 2024.06.22 01:59:06.646526 [ 3 ] {} <Debug> HTTP-Session: 9678066a-090a-4bda-a5ad-92ee3e982f2a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 693 | 2024.06.22 01:59:06.646553 [ 3 ] {} <Debug> HTTP-Session: 9678066a-090a-4bda-a5ad-92ee3e982f2a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 694 | 2024.06.22 01:59:06.646586 [ 3 ] {} <Trace> HTTP-Session: 9678066a-090a-4bda-a5ad-92ee3e982f2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 695 | 2024.06.22 01:59:06.646791 [ 3 ] {7254875c-7570-40b2-a486-4b2ac0c9fd0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42035) CREATE TABLE IF NOT EXISTS oximeter.fields_i16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int16 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
| 696 | 2024.06.22 01:59:06.646874 [ 3 ] {7254875c-7570-40b2-a486-4b2ac0c9fd0e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
| 697 | 2024.06.22 01:59:06.648588 [ 3 ] {7254875c-7570-40b2-a486-4b2ac0c9fd0e} <Debug> oximeter.fields_i16 (7d50bf08-8a68-47a6-9b93-01be80bd4031): Loading data parts | ||
| 698 | 2024.06.22 01:59:06.648760 [ 3 ] {7254875c-7570-40b2-a486-4b2ac0c9fd0e} <Debug> oximeter.fields_i16 (7d50bf08-8a68-47a6-9b93-01be80bd4031): There are no data parts | ||
| 699 | 2024.06.22 01:59:06.650309 [ 3 ] {7254875c-7570-40b2-a486-4b2ac0c9fd0e} <Debug> DynamicQueryHandler: Done processing query | ||
| 700 | 2024.06.22 01:59:06.650335 [ 3 ] {} <Debug> HTTP-Session: 9678066a-090a-4bda-a5ad-92ee3e982f2a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 701 | 2024.06.22 01:59:06.650471 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42035, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 702 | 2024.06.22 01:59:06.650542 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 703 | 2024.06.22 01:59:06.650569 [ 3 ] {} <Debug> HTTP-Session: 42c06717-2986-48f9-b32e-00ece3f5c9a6 Authenticating user 'default' from [fd00:1122:3344:101::d]:42035 | ||
| 704 | 2024.06.22 01:59:06.650607 [ 3 ] {} <Debug> HTTP-Session: 42c06717-2986-48f9-b32e-00ece3f5c9a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 705 | 2024.06.22 01:59:06.650633 [ 3 ] {} <Debug> HTTP-Session: 42c06717-2986-48f9-b32e-00ece3f5c9a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 706 | 2024.06.22 01:59:06.650664 [ 3 ] {} <Trace> HTTP-Session: 42c06717-2986-48f9-b32e-00ece3f5c9a6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 707 | 2024.06.22 01:59:06.650818 [ 3 ] {c1a81761-b203-430a-b12b-210b8657cd77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42035) CREATE TABLE IF NOT EXISTS oximeter.fields_u16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt16 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
| 708 | 2024.06.22 01:59:06.650886 [ 3 ] {c1a81761-b203-430a-b12b-210b8657cd77} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
| 709 | 2024.06.22 01:59:06.652548 [ 3 ] {c1a81761-b203-430a-b12b-210b8657cd77} <Debug> oximeter.fields_u16 (489b88c4-8e63-4d1e-8cb7-b339b5fe41dc): Loading data parts | ||
| 710 | 2024.06.22 01:59:06.652736 [ 3 ] {c1a81761-b203-430a-b12b-210b8657cd77} <Debug> oximeter.fields_u16 (489b88c4-8e63-4d1e-8cb7-b339b5fe41dc): There are no data parts | ||
| 711 | 2024.06.22 01:59:06.655339 [ 3 ] {c1a81761-b203-430a-b12b-210b8657cd77} <Debug> DynamicQueryHandler: Done processing query | ||
| 712 | 2024.06.22 01:59:06.655376 [ 3 ] {} <Debug> HTTP-Session: 42c06717-2986-48f9-b32e-00ece3f5c9a6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 713 | 2024.06.22 01:59:06.655544 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42035, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 714 | 2024.06.22 01:59:06.655610 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 715 | 2024.06.22 01:59:06.655630 [ 3 ] {} <Debug> HTTP-Session: 6e4d1294-cff0-45da-a0e7-1a5b9f62c4a1 Authenticating user 'default' from [fd00:1122:3344:101::d]:42035 | ||
| 716 | 2024.06.22 01:59:06.655659 [ 3 ] {} <Debug> HTTP-Session: 6e4d1294-cff0-45da-a0e7-1a5b9f62c4a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 717 | 2024.06.22 01:59:06.655686 [ 3 ] {} <Debug> HTTP-Session: 6e4d1294-cff0-45da-a0e7-1a5b9f62c4a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 718 | 2024.06.22 01:59:06.655716 [ 3 ] {} <Trace> HTTP-Session: 6e4d1294-cff0-45da-a0e7-1a5b9f62c4a1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 719 | 2024.06.22 01:59:06.655899 [ 3 ] {90a73c2f-36e1-4ff6-8303-072a9e465504} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42035) CREATE TABLE IF NOT EXISTS oximeter.fields_i32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int32 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
| 720 | 2024.06.22 01:59:06.655971 [ 3 ] {90a73c2f-36e1-4ff6-8303-072a9e465504} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
| 721 | 2024.06.22 01:59:06.657839 [ 3 ] {90a73c2f-36e1-4ff6-8303-072a9e465504} <Debug> oximeter.fields_i32 (b0917c99-31ca-43b5-9da7-7426079a4523): Loading data parts | ||
| 722 | 2024.06.22 01:59:06.658033 [ 3 ] {90a73c2f-36e1-4ff6-8303-072a9e465504} <Debug> oximeter.fields_i32 (b0917c99-31ca-43b5-9da7-7426079a4523): There are no data parts | ||
| 723 | 2024.06.22 01:59:06.659607 [ 3 ] {90a73c2f-36e1-4ff6-8303-072a9e465504} <Debug> DynamicQueryHandler: Done processing query | ||
| 724 | 2024.06.22 01:59:06.659659 [ 3 ] {} <Debug> HTTP-Session: 6e4d1294-cff0-45da-a0e7-1a5b9f62c4a1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 725 | 2024.06.22 01:59:06.659823 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42035, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 726 | 2024.06.22 01:59:06.659878 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 727 | 2024.06.22 01:59:06.659916 [ 3 ] {} <Debug> HTTP-Session: 6c818914-cae1-4328-bbf3-3b9e7f1ed252 Authenticating user 'default' from [fd00:1122:3344:101::d]:42035 | ||
| 728 | 2024.06.22 01:59:06.659949 [ 3 ] {} <Debug> HTTP-Session: 6c818914-cae1-4328-bbf3-3b9e7f1ed252 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 729 | 2024.06.22 01:59:06.659965 [ 3 ] {} <Debug> HTTP-Session: 6c818914-cae1-4328-bbf3-3b9e7f1ed252 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 730 | 2024.06.22 01:59:06.660012 [ 3 ] {} <Trace> HTTP-Session: 6c818914-cae1-4328-bbf3-3b9e7f1ed252 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 731 | 2024.06.22 01:59:06.660186 [ 3 ] {5245ac59-1079-4f9c-a5ff-de98ccabeab7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42035) CREATE TABLE IF NOT EXISTS oximeter.fields_u32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt32 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
| 732 | 2024.06.22 01:59:06.660246 [ 3 ] {5245ac59-1079-4f9c-a5ff-de98ccabeab7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
| 733 | 2024.06.22 01:59:06.662076 [ 3 ] {5245ac59-1079-4f9c-a5ff-de98ccabeab7} <Debug> oximeter.fields_u32 (8e17c0b0-b69c-4073-9b51-7f2e44ae1ac7): Loading data parts | ||
| 734 | 2024.06.22 01:59:06.662262 [ 3 ] {5245ac59-1079-4f9c-a5ff-de98ccabeab7} <Debug> oximeter.fields_u32 (8e17c0b0-b69c-4073-9b51-7f2e44ae1ac7): There are no data parts | ||
| 735 | 2024.06.22 01:59:06.663800 [ 3 ] {5245ac59-1079-4f9c-a5ff-de98ccabeab7} <Debug> DynamicQueryHandler: Done processing query | ||
| 736 | 2024.06.22 01:59:06.663843 [ 3 ] {} <Debug> HTTP-Session: 6c818914-cae1-4328-bbf3-3b9e7f1ed252 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 737 | 2024.06.22 01:59:06.663959 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42035, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 738 | 2024.06.22 01:59:06.664020 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 739 | 2024.06.22 01:59:06.664054 [ 3 ] {} <Debug> HTTP-Session: cf24514b-c59f-46cd-96ca-c9945980bfb4 Authenticating user 'default' from [fd00:1122:3344:101::d]:42035 | ||
| 740 | 2024.06.22 01:59:06.664069 [ 3 ] {} <Debug> HTTP-Session: cf24514b-c59f-46cd-96ca-c9945980bfb4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 741 | 2024.06.22 01:59:06.664094 [ 3 ] {} <Debug> HTTP-Session: cf24514b-c59f-46cd-96ca-c9945980bfb4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 742 | 2024.06.22 01:59:06.664132 [ 3 ] {} <Trace> HTTP-Session: cf24514b-c59f-46cd-96ca-c9945980bfb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 743 | 2024.06.22 01:59:06.664277 [ 3 ] {bf5a7837-51ce-4e2c-b3a3-3d204307ee81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42035) CREATE TABLE IF NOT EXISTS oximeter.fields_i64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int64 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
| 744 | 2024.06.22 01:59:06.664325 [ 3 ] {bf5a7837-51ce-4e2c-b3a3-3d204307ee81} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
| 745 | 2024.06.22 01:59:06.665991 [ 3 ] {bf5a7837-51ce-4e2c-b3a3-3d204307ee81} <Debug> oximeter.fields_i64 (cc2c3fb7-81bd-48e0-bd98-a25ad17a9ac7): Loading data parts | ||
| 746 | 2024.06.22 01:59:06.666156 [ 3 ] {bf5a7837-51ce-4e2c-b3a3-3d204307ee81} <Debug> oximeter.fields_i64 (cc2c3fb7-81bd-48e0-bd98-a25ad17a9ac7): There are no data parts | ||
| 747 | 2024.06.22 01:59:06.667662 [ 3 ] {bf5a7837-51ce-4e2c-b3a3-3d204307ee81} <Debug> DynamicQueryHandler: Done processing query | ||
| 748 | 2024.06.22 01:59:06.667689 [ 3 ] {} <Debug> HTTP-Session: cf24514b-c59f-46cd-96ca-c9945980bfb4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 749 | 2024.06.22 01:59:06.667805 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42035, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 750 | 2024.06.22 01:59:06.667861 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 751 | 2024.06.22 01:59:06.667887 [ 3 ] {} <Debug> HTTP-Session: 4bb0825c-7d5b-4df7-97b2-6dadbf5abeac Authenticating user 'default' from [fd00:1122:3344:101::d]:42035 | ||
| 752 | 2024.06.22 01:59:06.667903 [ 3 ] {} <Debug> HTTP-Session: 4bb0825c-7d5b-4df7-97b2-6dadbf5abeac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 753 | 2024.06.22 01:59:06.667924 [ 3 ] {} <Debug> HTTP-Session: 4bb0825c-7d5b-4df7-97b2-6dadbf5abeac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 754 | 2024.06.22 01:59:06.667961 [ 3 ] {} <Trace> HTTP-Session: 4bb0825c-7d5b-4df7-97b2-6dadbf5abeac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 755 | 2024.06.22 01:59:06.668109 [ 3 ] {901c6732-bf3c-4bbe-bf6c-ef3efc2a179f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42035) CREATE TABLE IF NOT EXISTS oximeter.fields_u64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt64 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
| 756 | 2024.06.22 01:59:06.668160 [ 3 ] {901c6732-bf3c-4bbe-bf6c-ef3efc2a179f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
| 757 | 2024.06.22 01:59:06.669675 [ 3 ] {901c6732-bf3c-4bbe-bf6c-ef3efc2a179f} <Debug> oximeter.fields_u64 (329d820d-0fd0-42f5-91ae-b3c4a2557230): Loading data parts | ||
| 758 | 2024.06.22 01:59:06.669842 [ 3 ] {901c6732-bf3c-4bbe-bf6c-ef3efc2a179f} <Debug> oximeter.fields_u64 (329d820d-0fd0-42f5-91ae-b3c4a2557230): There are no data parts | ||
| 759 | 2024.06.22 01:59:06.671184 [ 3 ] {901c6732-bf3c-4bbe-bf6c-ef3efc2a179f} <Debug> DynamicQueryHandler: Done processing query | ||
| 760 | 2024.06.22 01:59:06.671210 [ 3 ] {} <Debug> HTTP-Session: 4bb0825c-7d5b-4df7-97b2-6dadbf5abeac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 761 | 2024.06.22 01:59:06.671347 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42035, User-Agent: (none), Length: 252, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 762 | 2024.06.22 01:59:06.671412 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 763 | 2024.06.22 01:59:06.671433 [ 3 ] {} <Debug> HTTP-Session: 4e2110fb-871a-4ce8-bc6d-d54165d0dea6 Authenticating user 'default' from [fd00:1122:3344:101::d]:42035 | ||
| 764 | 2024.06.22 01:59:06.671449 [ 3 ] {} <Debug> HTTP-Session: 4e2110fb-871a-4ce8-bc6d-d54165d0dea6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 765 | 2024.06.22 01:59:06.671476 [ 3 ] {} <Debug> HTTP-Session: 4e2110fb-871a-4ce8-bc6d-d54165d0dea6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 766 | 2024.06.22 01:59:06.671507 [ 3 ] {} <Trace> HTTP-Session: 4e2110fb-871a-4ce8-bc6d-d54165d0dea6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 767 | 2024.06.22 01:59:06.671645 [ 3 ] {2cbc78b2-d496-4cb6-938e-b1acf7458d79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42035) CREATE TABLE IF NOT EXISTS oximeter.fields_ipaddr ( timeseries_name String, timeseries_key UInt64, field_name String, field_value IPv6 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
| 768 | 2024.06.22 01:59:06.671699 [ 3 ] {2cbc78b2-d496-4cb6-938e-b1acf7458d79} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
| 769 | 2024.06.22 01:59:06.673104 [ 3 ] {2cbc78b2-d496-4cb6-938e-b1acf7458d79} <Debug> oximeter.fields_ipaddr (75798242-f944-406b-853b-dd2a2c7e9d71): Loading data parts | ||
| 770 | 2024.06.22 01:59:06.673290 [ 3 ] {2cbc78b2-d496-4cb6-938e-b1acf7458d79} <Debug> oximeter.fields_ipaddr (75798242-f944-406b-853b-dd2a2c7e9d71): There are no data parts | ||
| 771 | 2024.06.22 01:59:06.674551 [ 3 ] {2cbc78b2-d496-4cb6-938e-b1acf7458d79} <Debug> DynamicQueryHandler: Done processing query | ||
| 772 | 2024.06.22 01:59:06.674577 [ 3 ] {} <Debug> HTTP-Session: 4e2110fb-871a-4ce8-bc6d-d54165d0dea6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 773 | 2024.06.22 01:59:06.674694 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42035, User-Agent: (none), Length: 254, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 774 | 2024.06.22 01:59:06.674742 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 775 | 2024.06.22 01:59:06.674763 [ 3 ] {} <Debug> HTTP-Session: a0561297-1b94-4bf3-bcfd-b251c204be83 Authenticating user 'default' from [fd00:1122:3344:101::d]:42035 | ||
| 776 | 2024.06.22 01:59:06.674779 [ 3 ] {} <Debug> HTTP-Session: a0561297-1b94-4bf3-bcfd-b251c204be83 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 777 | 2024.06.22 01:59:06.674793 [ 3 ] {} <Debug> HTTP-Session: a0561297-1b94-4bf3-bcfd-b251c204be83 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 778 | 2024.06.22 01:59:06.674823 [ 3 ] {} <Trace> HTTP-Session: a0561297-1b94-4bf3-bcfd-b251c204be83 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 779 | 2024.06.22 01:59:06.674962 [ 3 ] {ea970e18-cb76-4aa4-899c-3dfba592011a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42035) CREATE TABLE IF NOT EXISTS oximeter.fields_string ( timeseries_name String, timeseries_key UInt64, field_name String, field_value String ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
| 780 | 2024.06.22 01:59:06.675001 [ 3 ] {ea970e18-cb76-4aa4-899c-3dfba592011a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
| 781 | 2024.06.22 01:59:06.676375 [ 3 ] {ea970e18-cb76-4aa4-899c-3dfba592011a} <Debug> oximeter.fields_string (c3112e65-6e6d-42f7-a837-bc19cae29c28): Loading data parts | ||
| 782 | 2024.06.22 01:59:06.676524 [ 3 ] {ea970e18-cb76-4aa4-899c-3dfba592011a} <Debug> oximeter.fields_string (c3112e65-6e6d-42f7-a837-bc19cae29c28): There are no data parts | ||
| 783 | 2024.06.22 01:59:06.677845 [ 3 ] {ea970e18-cb76-4aa4-899c-3dfba592011a} <Debug> DynamicQueryHandler: Done processing query | ||
| 784 | 2024.06.22 01:59:06.677872 [ 3 ] {} <Debug> HTTP-Session: a0561297-1b94-4bf3-bcfd-b251c204be83 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 785 | 2024.06.22 01:59:06.677979 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42035, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 786 | 2024.06.22 01:59:06.678027 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 787 | 2024.06.22 01:59:06.678048 [ 3 ] {} <Debug> HTTP-Session: 505fc2f0-0995-4803-8f25-8562051a6413 Authenticating user 'default' from [fd00:1122:3344:101::d]:42035 | ||
| 788 | 2024.06.22 01:59:06.678064 [ 3 ] {} <Debug> HTTP-Session: 505fc2f0-0995-4803-8f25-8562051a6413 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 789 | 2024.06.22 01:59:06.678077 [ 3 ] {} <Debug> HTTP-Session: 505fc2f0-0995-4803-8f25-8562051a6413 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 790 | 2024.06.22 01:59:06.678108 [ 3 ] {} <Trace> HTTP-Session: 505fc2f0-0995-4803-8f25-8562051a6413 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 791 | 2024.06.22 01:59:06.678248 [ 3 ] {310e4115-7b9e-4c47-915b-b346eec66eef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42035) CREATE TABLE IF NOT EXISTS oximeter.fields_uuid ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UUID ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
| 792 | 2024.06.22 01:59:06.678287 [ 3 ] {310e4115-7b9e-4c47-915b-b346eec66eef} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
| 793 | 2024.06.22 01:59:06.679925 [ 3 ] {310e4115-7b9e-4c47-915b-b346eec66eef} <Debug> oximeter.fields_uuid (7712b22a-12ba-4a4a-b2c2-278c2b9d6fbf): Loading data parts | ||
| 794 | 2024.06.22 01:59:06.680089 [ 3 ] {310e4115-7b9e-4c47-915b-b346eec66eef} <Debug> oximeter.fields_uuid (7712b22a-12ba-4a4a-b2c2-278c2b9d6fbf): There are no data parts | ||
| 795 | 2024.06.22 01:59:06.681373 [ 3 ] {310e4115-7b9e-4c47-915b-b346eec66eef} <Debug> DynamicQueryHandler: Done processing query | ||
| 796 | 2024.06.22 01:59:06.681400 [ 3 ] {} <Debug> HTTP-Session: 505fc2f0-0995-4803-8f25-8562051a6413 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 797 | 2024.06.22 01:59:06.681516 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42035, User-Agent: (none), Length: 1416, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 798 | 2024.06.22 01:59:06.681564 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 799 | 2024.06.22 01:59:06.681584 [ 3 ] {} <Debug> HTTP-Session: 21d0467f-06ea-462c-9b75-a3c330486d63 Authenticating user 'default' from [fd00:1122:3344:101::d]:42035 | ||
| 800 | 2024.06.22 01:59:06.681600 [ 3 ] {} <Debug> HTTP-Session: 21d0467f-06ea-462c-9b75-a3c330486d63 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 801 | 2024.06.22 01:59:06.681614 [ 3 ] {} <Debug> HTTP-Session: 21d0467f-06ea-462c-9b75-a3c330486d63 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 802 | 2024.06.22 01:59:06.681644 [ 3 ] {} <Trace> HTTP-Session: 21d0467f-06ea-462c-9b75-a3c330486d63 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 803 | 2024.06.22 01:59:06.681851 [ 3 ] {d7402be5-acc7-44a7-a4ea-ff0a17d50b89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42035) /* The timeseries schema table stores the extracted schema for the samples | ||
| 804 | * oximeter collects. | ||
| 805 | */ | ||
| 806 | CREATE TABLE IF NOT EXISTS oximeter.timeseries_schema ( timeseries_name String, fields Nested( name String, type Enum( 'Bool' = 1, 'I64' = 2, 'IpAddr' = 3, 'String' = 4, 'Uuid' = 6, 'I8' = 7, 'U8' = 8, 'I16' = 9, 'U16' = 10, 'I32' = 11, 'U32' = 12, 'U64' = 13 ), source Enum( 'Target' = 1, 'Metric' = 2 ) ), datum_type Enum( 'Bool' = 1, 'I64' = 2, 'F64' = 3, 'String' = 4, 'Bytes' = 5, 'CumulativeI64' = 6, 'CumulativeF64' = 7, 'HistogramI64' = 8, 'HistogramF64' = 9, 'I8' = 10, 'U8' = 11, 'I16' = 12, 'U16' = 13, 'I32' = 14, 'U32' = 15, 'U64' = 16, 'F32' = 17, 'CumulativeU64' = 18, 'CumulativeF32' = 19, 'HistogramI8' = 20, 'HistogramU8' = 21, 'HistogramI16' = 22, 'HistogramU16' = 23, 'HistogramI32' = 24, 'HistogramU32' = 25, 'HistogramU64' = 26, 'HistogramF32' = 27 ), created DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (timeseries_name, fields.name) (stage: Complete) | ||
| 807 | 2024.06.22 01:59:06.681911 [ 3 ] {d7402be5-acc7-44a7-a4ea-ff0a17d50b89} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
| 808 | 2024.06.22 01:59:06.683487 [ 3 ] {d7402be5-acc7-44a7-a4ea-ff0a17d50b89} <Debug> oximeter.timeseries_schema (8c9f0a1e-a020-4ac3-b865-40f696cb696f): Loading data parts | ||
| 809 | 2024.06.22 01:59:06.683648 [ 3 ] {d7402be5-acc7-44a7-a4ea-ff0a17d50b89} <Debug> oximeter.timeseries_schema (8c9f0a1e-a020-4ac3-b865-40f696cb696f): There are no data parts | ||
| 810 | 2024.06.22 01:59:06.685126 [ 3 ] {d7402be5-acc7-44a7-a4ea-ff0a17d50b89} <Debug> DynamicQueryHandler: Done processing query | ||
| 811 | 2024.06.22 01:59:06.685153 [ 3 ] {} <Debug> HTTP-Session: 21d0467f-06ea-462c-9b75-a3c330486d63 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 812 | 2024.06.22 01:59:06.685307 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42035, User-Agent: (none), Length: 51, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 813 | 2024.06.22 01:59:06.685355 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 814 | 2024.06.22 01:59:06.685375 [ 3 ] {} <Debug> HTTP-Session: 3639560b-9145-452b-a2d5-1acf053c11dd Authenticating user 'default' from [fd00:1122:3344:101::d]:42035 | ||
| 815 | 2024.06.22 01:59:06.685392 [ 3 ] {} <Debug> HTTP-Session: 3639560b-9145-452b-a2d5-1acf053c11dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 816 | 2024.06.22 01:59:06.685406 [ 3 ] {} <Debug> HTTP-Session: 3639560b-9145-452b-a2d5-1acf053c11dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 817 | 2024.06.22 01:59:06.685436 [ 3 ] {} <Trace> HTTP-Session: 3639560b-9145-452b-a2d5-1acf053c11dd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 818 | 2024.06.22 01:59:06.685610 [ 3 ] {618479cf-8f62-410b-bff4-1e4d2009ce63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42035) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
| 819 | 2024.06.22 01:59:06.687362 [ 3 ] {618479cf-8f62-410b-bff4-1e4d2009ce63} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
| 820 | 2024.06.22 01:59:06.691340 [ 3 ] {618479cf-8f62-410b-bff4-1e4d2009ce63} <Trace> oximeter.version (82491f03-91fc-47d8-8a02-91442591ed47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 821 | 2024.06.22 01:59:06.691378 [ 3 ] {618479cf-8f62-410b-bff4-1e4d2009ce63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 822 | 2024.06.22 01:59:06.695956 [ 3 ] {618479cf-8f62-410b-bff4-1e4d2009ce63} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 823 | 2024.06.22 01:59:06.697003 [ 3 ] {618479cf-8f62-410b-bff4-1e4d2009ce63} <Trace> oximeter.version (82491f03-91fc-47d8-8a02-91442591ed47): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 824 | 2024.06.22 01:59:06.697275 [ 3 ] {618479cf-8f62-410b-bff4-1e4d2009ce63} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.011745 sec., 85.14261387824607 rows/sec., 1.33 KiB/sec. | ||
| 825 | 2024.06.22 01:59:06.697445 [ 3 ] {618479cf-8f62-410b-bff4-1e4d2009ce63} <Debug> DynamicQueryHandler: Done processing query | ||
| 826 | 2024.06.22 01:59:06.697470 [ 3 ] {618479cf-8f62-410b-bff4-1e4d2009ce63} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 827 | 2024.06.22 01:59:06.697487 [ 3 ] {} <Debug> HTTP-Session: 3639560b-9145-452b-a2d5-1acf053c11dd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 828 | 2024.06.22 01:59:07.001070 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 160.63 MiB, peak 165.77 MiB, free memory in arenas 0.00 B, will set to 173.67 MiB (RSS), difference: 13.04 MiB | ||
| 829 | 2024.06.22 01:59:20.573050 [ 119 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 830 | 2024.06.22 01:59:20.573113 [ 119 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 831 | 2024.06.22 01:59:21.727684 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50858, User-Agent: (none), Length: 60, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 832 | 2024.06.22 01:59:21.727804 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 833 | 2024.06.22 01:59:21.727834 [ 3 ] {} <Debug> HTTP-Session: c75a455d-6063-42a8-abde-87eb234a4d3e Authenticating user 'default' from [fd00:1122:3344:101::d]:50858 | ||
| 834 | 2024.06.22 01:59:21.727862 [ 3 ] {} <Debug> HTTP-Session: c75a455d-6063-42a8-abde-87eb234a4d3e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 835 | 2024.06.22 01:59:21.727879 [ 3 ] {} <Debug> HTTP-Session: c75a455d-6063-42a8-abde-87eb234a4d3e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 836 | 2024.06.22 01:59:21.727935 [ 3 ] {} <Trace> HTTP-Session: c75a455d-6063-42a8-abde-87eb234a4d3e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 837 | 2024.06.22 01:59:21.728122 [ 3 ] {cd6d758c-a24c-49cb-8df4-0865cf982e5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50858) SELECT * FROM oximeter.timeseries_schema FORMAT JSONEachRow; (stage: Complete) | ||
| 838 | 2024.06.22 01:59:21.728454 [ 3 ] {cd6d758c-a24c-49cb-8df4-0865cf982e5d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 839 | 2024.06.22 01:59:21.728589 [ 3 ] {cd6d758c-a24c-49cb-8df4-0865cf982e5d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 840 | 2024.06.22 01:59:21.729776 [ 3 ] {cd6d758c-a24c-49cb-8df4-0865cf982e5d} <Debug> DynamicQueryHandler: Done processing query | ||
| 841 | 2024.06.22 01:59:21.729810 [ 3 ] {cd6d758c-a24c-49cb-8df4-0865cf982e5d} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 842 | 2024.06.22 01:59:21.729827 [ 3 ] {} <Debug> HTTP-Session: c75a455d-6063-42a8-abde-87eb234a4d3e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 843 | 2024.06.22 01:59:21.736931 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50858, User-Agent: (none), Length: 132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 844 | 2024.06.22 01:59:21.737028 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 845 | 2024.06.22 01:59:21.737063 [ 3 ] {} <Debug> HTTP-Session: 0d4f8930-c3e8-466a-a46b-f35814d9f911 Authenticating user 'default' from [fd00:1122:3344:101::d]:50858 | ||
| 846 | 2024.06.22 01:59:21.737085 [ 3 ] {} <Debug> HTTP-Session: 0d4f8930-c3e8-466a-a46b-f35814d9f911 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 847 | 2024.06.22 01:59:21.737102 [ 3 ] {} <Debug> HTTP-Session: 0d4f8930-c3e8-466a-a46b-f35814d9f911 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 848 | 2024.06.22 01:59:21.737145 [ 3 ] {} <Trace> HTTP-Session: 0d4f8930-c3e8-466a-a46b-f35814d9f911 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 849 | 2024.06.22 01:59:21.737334 [ 3 ] {9e6f5c1b-0862-4bd1-be2a-f619809c0b5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50858) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
| 850 | 2024.06.22 01:59:21.739586 [ 3 ] {9e6f5c1b-0862-4bd1-be2a-f619809c0b5f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 851 | 2024.06.22 01:59:21.739644 [ 3 ] {9e6f5c1b-0862-4bd1-be2a-f619809c0b5f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 852 | 2024.06.22 01:59:21.740565 [ 3 ] {9e6f5c1b-0862-4bd1-be2a-f619809c0b5f} <Debug> DynamicQueryHandler: Done processing query | ||
| 853 | 2024.06.22 01:59:21.740594 [ 3 ] {9e6f5c1b-0862-4bd1-be2a-f619809c0b5f} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 854 | 2024.06.22 01:59:21.740610 [ 3 ] {} <Debug> HTTP-Session: 0d4f8930-c3e8-466a-a46b-f35814d9f911 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 855 | 2024.06.22 01:59:21.742662 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50858, User-Agent: (none), Length: 170, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 856 | 2024.06.22 01:59:21.742717 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 857 | 2024.06.22 01:59:21.742738 [ 3 ] {} <Debug> HTTP-Session: e9f4be0d-f13e-4b61-a63f-7b87567ef603 Authenticating user 'default' from [fd00:1122:3344:101::d]:50858 | ||
| 858 | 2024.06.22 01:59:21.742755 [ 3 ] {} <Debug> HTTP-Session: e9f4be0d-f13e-4b61-a63f-7b87567ef603 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 859 | 2024.06.22 01:59:21.742768 [ 3 ] {} <Debug> HTTP-Session: e9f4be0d-f13e-4b61-a63f-7b87567ef603 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 860 | 2024.06.22 01:59:21.742802 [ 3 ] {} <Trace> HTTP-Session: e9f4be0d-f13e-4b61-a63f-7b87567ef603 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 861 | 2024.06.22 01:59:21.742930 [ 3 ] {ae891643-37ad-45b0-96df-732632575345} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50858) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
| 862 | 2024.06.22 01:59:21.743334 [ 3 ] {ae891643-37ad-45b0-96df-732632575345} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 863 | 2024.06.22 01:59:21.743385 [ 3 ] {ae891643-37ad-45b0-96df-732632575345} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 864 | 2024.06.22 01:59:21.744269 [ 3 ] {ae891643-37ad-45b0-96df-732632575345} <Debug> DynamicQueryHandler: Done processing query | ||
| 865 | 2024.06.22 01:59:21.744295 [ 3 ] {ae891643-37ad-45b0-96df-732632575345} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 866 | 2024.06.22 01:59:21.744311 [ 3 ] {} <Debug> HTTP-Session: e9f4be0d-f13e-4b61-a63f-7b87567ef603 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 867 | 2024.06.22 01:59:21.744518 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50858, User-Agent: (none), Length: 207, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 868 | 2024.06.22 01:59:21.744566 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 869 | 2024.06.22 01:59:21.744586 [ 3 ] {} <Debug> HTTP-Session: b97d3e71-b3ff-4483-9fd4-cc07e08def22 Authenticating user 'default' from [fd00:1122:3344:101::d]:50858 | ||
| 870 | 2024.06.22 01:59:21.744602 [ 3 ] {} <Debug> HTTP-Session: b97d3e71-b3ff-4483-9fd4-cc07e08def22 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 871 | 2024.06.22 01:59:21.744616 [ 3 ] {} <Debug> HTTP-Session: b97d3e71-b3ff-4483-9fd4-cc07e08def22 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 872 | 2024.06.22 01:59:21.744646 [ 3 ] {} <Trace> HTTP-Session: b97d3e71-b3ff-4483-9fd4-cc07e08def22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 873 | 2024.06.22 01:59:21.744763 [ 3 ] {419eec87-915f-473e-94e1-a12ba8b2313c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50858) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
| 874 | 2024.06.22 01:59:21.745078 [ 3 ] {419eec87-915f-473e-94e1-a12ba8b2313c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 875 | 2024.06.22 01:59:21.745129 [ 3 ] {419eec87-915f-473e-94e1-a12ba8b2313c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 876 | 2024.06.22 01:59:21.745950 [ 3 ] {419eec87-915f-473e-94e1-a12ba8b2313c} <Debug> DynamicQueryHandler: Done processing query | ||
| 877 | 2024.06.22 01:59:21.745976 [ 3 ] {419eec87-915f-473e-94e1-a12ba8b2313c} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 878 | 2024.06.22 01:59:21.745993 [ 3 ] {} <Debug> HTTP-Session: b97d3e71-b3ff-4483-9fd4-cc07e08def22 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 879 | 2024.06.22 01:59:21.746594 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50858, User-Agent: (none), Length: 947, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 880 | 2024.06.22 01:59:21.746642 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 881 | 2024.06.22 01:59:21.746661 [ 3 ] {} <Debug> HTTP-Session: f2644949-d047-4a27-bb33-6b7ce8dd2431 Authenticating user 'default' from [fd00:1122:3344:101::d]:50858 | ||
| 882 | 2024.06.22 01:59:21.746678 [ 3 ] {} <Debug> HTTP-Session: f2644949-d047-4a27-bb33-6b7ce8dd2431 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 883 | 2024.06.22 01:59:21.746692 [ 3 ] {} <Debug> HTTP-Session: f2644949-d047-4a27-bb33-6b7ce8dd2431 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 884 | 2024.06.22 01:59:21.746722 [ 3 ] {} <Trace> HTTP-Session: f2644949-d047-4a27-bb33-6b7ce8dd2431 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 885 | 2024.06.22 01:59:21.746831 [ 3 ] {36a4b4b1-7b1e-4102-86e9-b932fbac9809} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50858) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
| 886 | 2024.06.22 01:59:21.746876 [ 3 ] {36a4b4b1-7b1e-4102-86e9-b932fbac9809} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 887 | 2024.06.22 01:59:21.747064 [ 3 ] {36a4b4b1-7b1e-4102-86e9-b932fbac9809} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 888 | 2024.06.22 01:59:21.747583 [ 3 ] {36a4b4b1-7b1e-4102-86e9-b932fbac9809} <Trace> oximeter.timeseries_schema (8c9f0a1e-a020-4ac3-b865-40f696cb696f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 889 | 2024.06.22 01:59:21.747622 [ 3 ] {36a4b4b1-7b1e-4102-86e9-b932fbac9809} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 890 | 2024.06.22 01:59:21.748202 [ 3 ] {36a4b4b1-7b1e-4102-86e9-b932fbac9809} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 891 | 2024.06.22 01:59:21.748517 [ 3 ] {36a4b4b1-7b1e-4102-86e9-b932fbac9809} <Trace> oximeter.timeseries_schema (8c9f0a1e-a020-4ac3-b865-40f696cb696f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 892 | 2024.06.22 01:59:21.748687 [ 3 ] {36a4b4b1-7b1e-4102-86e9-b932fbac9809} <Debug> executeQuery: Read 4 rows, 443.00 B in 0.001893 sec., 2113.0480718436347 rows/sec., 228.54 KiB/sec. | ||
| 893 | 2024.06.22 01:59:21.748863 [ 3 ] {36a4b4b1-7b1e-4102-86e9-b932fbac9809} <Debug> DynamicQueryHandler: Done processing query | ||
| 894 | 2024.06.22 01:59:21.748888 [ 3 ] {36a4b4b1-7b1e-4102-86e9-b932fbac9809} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 895 | 2024.06.22 01:59:21.748903 [ 3 ] {} <Debug> HTTP-Session: f2644949-d047-4a27-bb33-6b7ce8dd2431 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 896 | 2024.06.22 01:59:21.749013 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50858, User-Agent: (none), Length: 2199, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 897 | 2024.06.22 01:59:21.749062 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 898 | 2024.06.22 01:59:21.749082 [ 3 ] {} <Debug> HTTP-Session: b2eee5e4-9256-411d-bbda-44c08136e46c Authenticating user 'default' from [fd00:1122:3344:101::d]:50858 | ||
| 899 | 2024.06.22 01:59:21.749098 [ 3 ] {} <Debug> HTTP-Session: b2eee5e4-9256-411d-bbda-44c08136e46c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 900 | 2024.06.22 01:59:21.749111 [ 3 ] {} <Debug> HTTP-Session: b2eee5e4-9256-411d-bbda-44c08136e46c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 901 | 2024.06.22 01:59:21.749142 [ 3 ] {} <Trace> HTTP-Session: b2eee5e4-9256-411d-bbda-44c08136e46c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 902 | 2024.06.22 01:59:21.749241 [ 3 ] {e318d3de-cfa1-4f8e-ac9d-905ae3848a6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50858) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 903 | 2024.06.22 01:59:21.749284 [ 3 ] {e318d3de-cfa1-4f8e-ac9d-905ae3848a6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 904 | 2024.06.22 01:59:21.749410 [ 3 ] {e318d3de-cfa1-4f8e-ac9d-905ae3848a6a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 905 | 2024.06.22 01:59:21.751409 [ 3 ] {e318d3de-cfa1-4f8e-ac9d-905ae3848a6a} <Trace> oximeter.fields_i64 (cc2c3fb7-81bd-48e0-bd98-a25ad17a9ac7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 906 | 2024.06.22 01:59:21.751444 [ 3 ] {e318d3de-cfa1-4f8e-ac9d-905ae3848a6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 907 | 2024.06.22 01:59:21.751750 [ 3 ] {e318d3de-cfa1-4f8e-ac9d-905ae3848a6a} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 908 | 2024.06.22 01:59:21.752062 [ 3 ] {e318d3de-cfa1-4f8e-ac9d-905ae3848a6a} <Trace> oximeter.fields_i64 (cc2c3fb7-81bd-48e0-bd98-a25ad17a9ac7): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 909 | 2024.06.22 01:59:21.752211 [ 3 ] {e318d3de-cfa1-4f8e-ac9d-905ae3848a6a} <Debug> executeQuery: Read 15 rows, 1.22 KiB in 0.002986 sec., 5023.4427327528465 rows/sec., 407.17 KiB/sec. | ||
| 910 | 2024.06.22 01:59:21.752519 [ 3 ] {e318d3de-cfa1-4f8e-ac9d-905ae3848a6a} <Debug> DynamicQueryHandler: Done processing query | ||
| 911 | 2024.06.22 01:59:21.752545 [ 3 ] {e318d3de-cfa1-4f8e-ac9d-905ae3848a6a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 912 | 2024.06.22 01:59:21.752561 [ 3 ] {} <Debug> HTTP-Session: b2eee5e4-9256-411d-bbda-44c08136e46c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 913 | 2024.06.22 01:59:21.752682 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50858, User-Agent: (none), Length: 6785, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 914 | 2024.06.22 01:59:21.752731 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 915 | 2024.06.22 01:59:21.752750 [ 3 ] {} <Debug> HTTP-Session: 2549d64e-2088-408b-bd63-006ec8e856db Authenticating user 'default' from [fd00:1122:3344:101::d]:50858 | ||
| 916 | 2024.06.22 01:59:21.752766 [ 3 ] {} <Debug> HTTP-Session: 2549d64e-2088-408b-bd63-006ec8e856db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 917 | 2024.06.22 01:59:21.752779 [ 3 ] {} <Debug> HTTP-Session: 2549d64e-2088-408b-bd63-006ec8e856db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 918 | 2024.06.22 01:59:21.752809 [ 3 ] {} <Trace> HTTP-Session: 2549d64e-2088-408b-bd63-006ec8e856db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 919 | 2024.06.22 01:59:21.752919 [ 3 ] {9eb58a4e-3b82-42bf-b8bb-6df4ba9324d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50858) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 920 | 2024.06.22 01:59:21.752963 [ 3 ] {9eb58a4e-3b82-42bf-b8bb-6df4ba9324d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 921 | 2024.06.22 01:59:21.753100 [ 3 ] {9eb58a4e-3b82-42bf-b8bb-6df4ba9324d5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 922 | 2024.06.22 01:59:21.753469 [ 3 ] {9eb58a4e-3b82-42bf-b8bb-6df4ba9324d5} <Trace> oximeter.fields_string (c3112e65-6e6d-42f7-a837-bc19cae29c28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 923 | 2024.06.22 01:59:21.753501 [ 3 ] {9eb58a4e-3b82-42bf-b8bb-6df4ba9324d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 924 | 2024.06.22 01:59:21.753790 [ 3 ] {9eb58a4e-3b82-42bf-b8bb-6df4ba9324d5} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 925 | 2024.06.22 01:59:21.754086 [ 3 ] {9eb58a4e-3b82-42bf-b8bb-6df4ba9324d5} <Trace> oximeter.fields_string (c3112e65-6e6d-42f7-a837-bc19cae29c28): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 926 | 2024.06.22 01:59:21.754234 [ 3 ] {9eb58a4e-3b82-42bf-b8bb-6df4ba9324d5} <Debug> executeQuery: Read 45 rows, 4.02 KiB in 0.001347 sec., 33407.57238307349 rows/sec., 2.91 MiB/sec. | ||
| 927 | 2024.06.22 01:59:21.754432 [ 3 ] {9eb58a4e-3b82-42bf-b8bb-6df4ba9324d5} <Debug> DynamicQueryHandler: Done processing query | ||
| 928 | 2024.06.22 01:59:21.754457 [ 3 ] {9eb58a4e-3b82-42bf-b8bb-6df4ba9324d5} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 929 | 2024.06.22 01:59:21.754472 [ 3 ] {} <Debug> HTTP-Session: 2549d64e-2088-408b-bd63-006ec8e856db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 930 | 2024.06.22 01:59:21.754613 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50858, User-Agent: (none), Length: 3786, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 931 | 2024.06.22 01:59:21.754661 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 932 | 2024.06.22 01:59:21.754681 [ 3 ] {} <Debug> HTTP-Session: 3e14050b-abaf-4f36-9173-e1034e63e7d2 Authenticating user 'default' from [fd00:1122:3344:101::d]:50858 | ||
| 933 | 2024.06.22 01:59:21.754697 [ 3 ] {} <Debug> HTTP-Session: 3e14050b-abaf-4f36-9173-e1034e63e7d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 934 | 2024.06.22 01:59:21.754710 [ 3 ] {} <Debug> HTTP-Session: 3e14050b-abaf-4f36-9173-e1034e63e7d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 935 | 2024.06.22 01:59:21.754740 [ 3 ] {} <Trace> HTTP-Session: 3e14050b-abaf-4f36-9173-e1034e63e7d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 936 | 2024.06.22 01:59:21.754841 [ 3 ] {ec7fe973-301b-443b-b03c-07bd5c9b814c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50858) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 937 | 2024.06.22 01:59:21.754882 [ 3 ] {ec7fe973-301b-443b-b03c-07bd5c9b814c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 938 | 2024.06.22 01:59:21.755519 [ 3 ] {ec7fe973-301b-443b-b03c-07bd5c9b814c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 939 | 2024.06.22 01:59:21.756397 [ 3 ] {ec7fe973-301b-443b-b03c-07bd5c9b814c} <Trace> oximeter.fields_uuid (7712b22a-12ba-4a4a-b2c2-278c2b9d6fbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 940 | 2024.06.22 01:59:21.756431 [ 3 ] {ec7fe973-301b-443b-b03c-07bd5c9b814c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 941 | 2024.06.22 01:59:21.756757 [ 3 ] {ec7fe973-301b-443b-b03c-07bd5c9b814c} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 942 | 2024.06.22 01:59:21.757061 [ 3 ] {ec7fe973-301b-443b-b03c-07bd5c9b814c} <Trace> oximeter.fields_uuid (7712b22a-12ba-4a4a-b2c2-278c2b9d6fbf): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 943 | 2024.06.22 01:59:21.757204 [ 3 ] {ec7fe973-301b-443b-b03c-07bd5c9b814c} <Debug> executeQuery: Read 22 rows, 1.77 KiB in 0.002394 sec., 9189.640768588137 rows/sec., 740.78 KiB/sec. | ||
| 944 | 2024.06.22 01:59:21.757368 [ 3 ] {ec7fe973-301b-443b-b03c-07bd5c9b814c} <Debug> DynamicQueryHandler: Done processing query | ||
| 945 | 2024.06.22 01:59:21.757391 [ 3 ] {ec7fe973-301b-443b-b03c-07bd5c9b814c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 946 | 2024.06.22 01:59:21.757406 [ 3 ] {} <Debug> HTTP-Session: 3e14050b-abaf-4f36-9173-e1034e63e7d2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 947 | 2024.06.22 01:59:21.757663 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50858, User-Agent: (none), Length: 16089, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 948 | 2024.06.22 01:59:21.757712 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 949 | 2024.06.22 01:59:21.757731 [ 3 ] {} <Debug> HTTP-Session: 9b930ccf-e793-4429-ae43-0b27200dcf20 Authenticating user 'default' from [fd00:1122:3344:101::d]:50858 | ||
| 950 | 2024.06.22 01:59:21.757746 [ 3 ] {} <Debug> HTTP-Session: 9b930ccf-e793-4429-ae43-0b27200dcf20 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 951 | 2024.06.22 01:59:21.757760 [ 3 ] {} <Debug> HTTP-Session: 9b930ccf-e793-4429-ae43-0b27200dcf20 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 952 | 2024.06.22 01:59:21.757790 [ 3 ] {} <Trace> HTTP-Session: 9b930ccf-e793-4429-ae43-0b27200dcf20 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 953 | 2024.06.22 01:59:21.757960 [ 3 ] {20b5d5e9-c1e8-4b84-a045-01c0597dc928} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50858) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 954 | 2024.06.22 01:59:21.758007 [ 3 ] {20b5d5e9-c1e8-4b84-a045-01c0597dc928} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 955 | 2024.06.22 01:59:21.758182 [ 3 ] {20b5d5e9-c1e8-4b84-a045-01c0597dc928} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 956 | 2024.06.22 01:59:21.758615 [ 3 ] {20b5d5e9-c1e8-4b84-a045-01c0597dc928} <Trace> oximeter.measurements_histogramf64 (dcfbef5e-367a-4cb6-863c-07ce932f3229): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 957 | 2024.06.22 01:59:21.758651 [ 3 ] {20b5d5e9-c1e8-4b84-a045-01c0597dc928} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 958 | 2024.06.22 01:59:21.761805 [ 3 ] {20b5d5e9-c1e8-4b84-a045-01c0597dc928} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 959 | 2024.06.22 01:59:21.762185 [ 3 ] {20b5d5e9-c1e8-4b84-a045-01c0597dc928} <Trace> oximeter.measurements_histogramf64 (dcfbef5e-367a-4cb6-863c-07ce932f3229): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 960 | 2024.06.22 01:59:21.762350 [ 3 ] {20b5d5e9-c1e8-4b84-a045-01c0597dc928} <Debug> executeQuery: Read 15 rows, 20.73 KiB in 0.004483 sec., 3345.973678340397 rows/sec., 4.52 MiB/sec. | ||
| 961 | 2024.06.22 01:59:21.762641 [ 3 ] {20b5d5e9-c1e8-4b84-a045-01c0597dc928} <Debug> DynamicQueryHandler: Done processing query | ||
| 962 | 2024.06.22 01:59:21.762666 [ 3 ] {20b5d5e9-c1e8-4b84-a045-01c0597dc928} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 963 | 2024.06.22 01:59:21.762681 [ 3 ] {} <Debug> HTTP-Session: 9b930ccf-e793-4429-ae43-0b27200dcf20 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 964 | 2024.06.22 01:59:21.762809 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50858, User-Agent: (none), Length: 1972, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 965 | 2024.06.22 01:59:21.762856 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 966 | 2024.06.22 01:59:21.762876 [ 3 ] {} <Debug> HTTP-Session: d6fb2f01-1287-4e8d-9351-3092c05d6501 Authenticating user 'default' from [fd00:1122:3344:101::d]:50858 | ||
| 967 | 2024.06.22 01:59:21.762892 [ 3 ] {} <Debug> HTTP-Session: d6fb2f01-1287-4e8d-9351-3092c05d6501 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 968 | 2024.06.22 01:59:21.762905 [ 3 ] {} <Debug> HTTP-Session: d6fb2f01-1287-4e8d-9351-3092c05d6501 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 969 | 2024.06.22 01:59:21.762936 [ 3 ] {} <Trace> HTTP-Session: d6fb2f01-1287-4e8d-9351-3092c05d6501 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 970 | 2024.06.22 01:59:21.763032 [ 3 ] {450576cf-a53d-4ff2-948a-31c2a81541ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50858) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 971 | 2024.06.22 01:59:21.763076 [ 3 ] {450576cf-a53d-4ff2-948a-31c2a81541ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 972 | 2024.06.22 01:59:21.763220 [ 3 ] {450576cf-a53d-4ff2-948a-31c2a81541ab} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 973 | 2024.06.22 01:59:21.763551 [ 3 ] {450576cf-a53d-4ff2-948a-31c2a81541ab} <Trace> oximeter.measurements_i64 (b68514ee-6699-4e21-9b89-b0b4021f049f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 974 | 2024.06.22 01:59:21.763584 [ 3 ] {450576cf-a53d-4ff2-948a-31c2a81541ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 975 | 2024.06.22 01:59:21.763939 [ 3 ] {450576cf-a53d-4ff2-948a-31c2a81541ab} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 976 | 2024.06.22 01:59:21.764262 [ 3 ] {450576cf-a53d-4ff2-948a-31c2a81541ab} <Trace> oximeter.measurements_i64 (b68514ee-6699-4e21-9b89-b0b4021f049f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 977 | 2024.06.22 01:59:21.764415 [ 3 ] {450576cf-a53d-4ff2-948a-31c2a81541ab} <Debug> executeQuery: Read 12 rows, 926.00 B in 0.001408 sec., 8522.727272727272 rows/sec., 642.26 KiB/sec. | ||
| 978 | 2024.06.22 01:59:21.764608 [ 3 ] {450576cf-a53d-4ff2-948a-31c2a81541ab} <Debug> DynamicQueryHandler: Done processing query | ||
| 979 | 2024.06.22 01:59:21.764633 [ 3 ] {450576cf-a53d-4ff2-948a-31c2a81541ab} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 980 | 2024.06.22 01:59:21.764648 [ 3 ] {} <Debug> HTTP-Session: d6fb2f01-1287-4e8d-9351-3092c05d6501 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 981 | 2024.06.22 01:59:31.697121 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50858, User-Agent: (none), Length: 2199, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 982 | 2024.06.22 01:59:31.697256 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 983 | 2024.06.22 01:59:31.697287 [ 3 ] {} <Debug> HTTP-Session: 289f6251-3813-4078-8a85-6f42dc41bddf Authenticating user 'default' from [fd00:1122:3344:101::d]:50858 | ||
| 984 | 2024.06.22 01:59:31.697315 [ 3 ] {} <Debug> HTTP-Session: 289f6251-3813-4078-8a85-6f42dc41bddf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 985 | 2024.06.22 01:59:31.697333 [ 3 ] {} <Debug> HTTP-Session: 289f6251-3813-4078-8a85-6f42dc41bddf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 986 | 2024.06.22 01:59:31.697394 [ 3 ] {} <Trace> HTTP-Session: 289f6251-3813-4078-8a85-6f42dc41bddf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 987 | 2024.06.22 01:59:31.697582 [ 3 ] {0cf2bdf6-2059-4bcb-8217-30ac8209d468} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50858) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 988 | 2024.06.22 01:59:31.697649 [ 3 ] {0cf2bdf6-2059-4bcb-8217-30ac8209d468} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 989 | 2024.06.22 01:59:31.697840 [ 3 ] {0cf2bdf6-2059-4bcb-8217-30ac8209d468} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 990 | 2024.06.22 01:59:31.698320 [ 3 ] {0cf2bdf6-2059-4bcb-8217-30ac8209d468} <Trace> oximeter.fields_i64 (cc2c3fb7-81bd-48e0-bd98-a25ad17a9ac7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 991 | 2024.06.22 01:59:31.698365 [ 3 ] {0cf2bdf6-2059-4bcb-8217-30ac8209d468} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 992 | 2024.06.22 01:59:31.698728 [ 3 ] {0cf2bdf6-2059-4bcb-8217-30ac8209d468} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 993 | 2024.06.22 01:59:31.699059 [ 3 ] {0cf2bdf6-2059-4bcb-8217-30ac8209d468} <Trace> oximeter.fields_i64 (cc2c3fb7-81bd-48e0-bd98-a25ad17a9ac7): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 994 | 2024.06.22 01:59:31.699258 [ 3 ] {0cf2bdf6-2059-4bcb-8217-30ac8209d468} <Debug> executeQuery: Read 15 rows, 1.22 KiB in 0.001726 sec., 8690.614136732329 rows/sec., 704.42 KiB/sec. | ||
| 995 | 2024.06.22 01:59:31.699565 [ 3 ] {0cf2bdf6-2059-4bcb-8217-30ac8209d468} <Debug> DynamicQueryHandler: Done processing query | ||
| 996 | 2024.06.22 01:59:31.699594 [ 3 ] {0cf2bdf6-2059-4bcb-8217-30ac8209d468} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 997 | 2024.06.22 01:59:31.699610 [ 3 ] {} <Debug> HTTP-Session: 289f6251-3813-4078-8a85-6f42dc41bddf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 998 | 2024.06.22 01:59:31.699790 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50858, User-Agent: (none), Length: 6785, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 999 | 2024.06.22 01:59:31.699846 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1000 | 2024.06.22 01:59:31.699866 [ 3 ] {} <Debug> HTTP-Session: 1e72a4a3-6633-4995-87dd-20be3d661774 Authenticating user 'default' from [fd00:1122:3344:101::d]:50858 | ||
| 1001 | 2024.06.22 01:59:31.699884 [ 3 ] {} <Debug> HTTP-Session: 1e72a4a3-6633-4995-87dd-20be3d661774 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1002 | 2024.06.22 01:59:31.699898 [ 3 ] {} <Debug> HTTP-Session: 1e72a4a3-6633-4995-87dd-20be3d661774 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1003 | 2024.06.22 01:59:31.699932 [ 3 ] {} <Trace> HTTP-Session: 1e72a4a3-6633-4995-87dd-20be3d661774 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1004 | 2024.06.22 01:59:31.700051 [ 3 ] {89e7f980-dce6-4de5-84a4-6b3366ee47db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50858) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 1005 | 2024.06.22 01:59:31.700097 [ 3 ] {89e7f980-dce6-4de5-84a4-6b3366ee47db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1006 | 2024.06.22 01:59:31.700247 [ 3 ] {89e7f980-dce6-4de5-84a4-6b3366ee47db} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1007 | 2024.06.22 01:59:31.700584 [ 3 ] {89e7f980-dce6-4de5-84a4-6b3366ee47db} <Trace> oximeter.fields_string (c3112e65-6e6d-42f7-a837-bc19cae29c28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1008 | 2024.06.22 01:59:31.700621 [ 3 ] {89e7f980-dce6-4de5-84a4-6b3366ee47db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 1009 | 2024.06.22 01:59:31.700938 [ 3 ] {89e7f980-dce6-4de5-84a4-6b3366ee47db} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1010 | 2024.06.22 01:59:31.701245 [ 3 ] {89e7f980-dce6-4de5-84a4-6b3366ee47db} <Trace> oximeter.fields_string (c3112e65-6e6d-42f7-a837-bc19cae29c28): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1011 | 2024.06.22 01:59:31.701400 [ 3 ] {89e7f980-dce6-4de5-84a4-6b3366ee47db} <Debug> executeQuery: Read 45 rows, 4.02 KiB in 0.001387 sec., 32444.12400865177 rows/sec., 2.83 MiB/sec. | ||
| 1012 | 2024.06.22 01:59:31.701608 [ 3 ] {89e7f980-dce6-4de5-84a4-6b3366ee47db} <Debug> DynamicQueryHandler: Done processing query | ||
| 1013 | 2024.06.22 01:59:31.701634 [ 3 ] {89e7f980-dce6-4de5-84a4-6b3366ee47db} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 1014 | 2024.06.22 01:59:31.701650 [ 3 ] {} <Debug> HTTP-Session: 1e72a4a3-6633-4995-87dd-20be3d661774 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1015 | 2024.06.22 01:59:31.701835 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50858, User-Agent: (none), Length: 2590, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1016 | 2024.06.22 01:59:31.701885 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1017 | 2024.06.22 01:59:31.701905 [ 3 ] {} <Debug> HTTP-Session: f2692ba9-aae1-4175-833d-599495049fb0 Authenticating user 'default' from [fd00:1122:3344:101::d]:50858 | ||
| 1018 | 2024.06.22 01:59:31.701921 [ 3 ] {} <Debug> HTTP-Session: f2692ba9-aae1-4175-833d-599495049fb0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1019 | 2024.06.22 01:59:31.701935 [ 3 ] {} <Debug> HTTP-Session: f2692ba9-aae1-4175-833d-599495049fb0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1020 | 2024.06.22 01:59:31.701966 [ 3 ] {} <Trace> HTTP-Session: f2692ba9-aae1-4175-833d-599495049fb0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1021 | 2024.06.22 01:59:31.702069 [ 3 ] {06705630-5d4e-43da-ba4a-dd1f374c575a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50858) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 1022 | 2024.06.22 01:59:31.702112 [ 3 ] {06705630-5d4e-43da-ba4a-dd1f374c575a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1023 | 2024.06.22 01:59:31.702237 [ 3 ] {06705630-5d4e-43da-ba4a-dd1f374c575a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1024 | 2024.06.22 01:59:31.702636 [ 3 ] {06705630-5d4e-43da-ba4a-dd1f374c575a} <Trace> oximeter.fields_uuid (7712b22a-12ba-4a4a-b2c2-278c2b9d6fbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1025 | 2024.06.22 01:59:31.702673 [ 3 ] {06705630-5d4e-43da-ba4a-dd1f374c575a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 1026 | 2024.06.22 01:59:31.702974 [ 3 ] {06705630-5d4e-43da-ba4a-dd1f374c575a} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1027 | 2024.06.22 01:59:31.703278 [ 3 ] {06705630-5d4e-43da-ba4a-dd1f374c575a} <Trace> oximeter.fields_uuid (7712b22a-12ba-4a4a-b2c2-278c2b9d6fbf): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1028 | 2024.06.22 01:59:31.703439 [ 3 ] {06705630-5d4e-43da-ba4a-dd1f374c575a} <Debug> executeQuery: Read 15 rows, 1.20 KiB in 0.001395 sec., 10752.68817204301 rows/sec., 861.06 KiB/sec. | ||
| 1029 | 2024.06.22 01:59:31.703720 [ 3 ] {06705630-5d4e-43da-ba4a-dd1f374c575a} <Debug> DynamicQueryHandler: Done processing query | ||
| 1030 | 2024.06.22 01:59:31.703746 [ 3 ] {06705630-5d4e-43da-ba4a-dd1f374c575a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 1031 | 2024.06.22 01:59:31.703762 [ 3 ] {} <Debug> HTTP-Session: f2692ba9-aae1-4175-833d-599495049fb0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1032 | 2024.06.22 01:59:31.703921 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50858, User-Agent: (none), Length: 16089, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1033 | 2024.06.22 01:59:31.703970 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1034 | 2024.06.22 01:59:31.703989 [ 3 ] {} <Debug> HTTP-Session: 2b5159dd-cdce-4c26-a035-fe9ec12d2479 Authenticating user 'default' from [fd00:1122:3344:101::d]:50858 | ||
| 1035 | 2024.06.22 01:59:31.704005 [ 3 ] {} <Debug> HTTP-Session: 2b5159dd-cdce-4c26-a035-fe9ec12d2479 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1036 | 2024.06.22 01:59:31.704018 [ 3 ] {} <Debug> HTTP-Session: 2b5159dd-cdce-4c26-a035-fe9ec12d2479 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1037 | 2024.06.22 01:59:31.704049 [ 3 ] {} <Trace> HTTP-Session: 2b5159dd-cdce-4c26-a035-fe9ec12d2479 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1038 | 2024.06.22 01:59:31.704225 [ 3 ] {49b7bf7e-2b08-4ea1-b5e1-5ba61fc9f8b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50858) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 1039 | 2024.06.22 01:59:31.704273 [ 3 ] {49b7bf7e-2b08-4ea1-b5e1-5ba61fc9f8b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 1040 | 2024.06.22 01:59:31.704453 [ 3 ] {49b7bf7e-2b08-4ea1-b5e1-5ba61fc9f8b5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1041 | 2024.06.22 01:59:31.704861 [ 3 ] {49b7bf7e-2b08-4ea1-b5e1-5ba61fc9f8b5} <Trace> oximeter.measurements_histogramf64 (dcfbef5e-367a-4cb6-863c-07ce932f3229): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1042 | 2024.06.22 01:59:31.704897 [ 3 ] {49b7bf7e-2b08-4ea1-b5e1-5ba61fc9f8b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 1043 | 2024.06.22 01:59:31.705298 [ 3 ] {49b7bf7e-2b08-4ea1-b5e1-5ba61fc9f8b5} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1044 | 2024.06.22 01:59:31.705647 [ 3 ] {49b7bf7e-2b08-4ea1-b5e1-5ba61fc9f8b5} <Trace> oximeter.measurements_histogramf64 (dcfbef5e-367a-4cb6-863c-07ce932f3229): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1045 | 2024.06.22 01:59:31.705806 [ 3 ] {49b7bf7e-2b08-4ea1-b5e1-5ba61fc9f8b5} <Debug> executeQuery: Read 15 rows, 20.73 KiB in 0.00168 sec., 8928.571428571428 rows/sec., 12.05 MiB/sec. | ||
| 1046 | 2024.06.22 01:59:31.706090 [ 3 ] {49b7bf7e-2b08-4ea1-b5e1-5ba61fc9f8b5} <Debug> DynamicQueryHandler: Done processing query | ||
| 1047 | 2024.06.22 01:59:31.706116 [ 3 ] {49b7bf7e-2b08-4ea1-b5e1-5ba61fc9f8b5} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 1048 | 2024.06.22 01:59:31.706132 [ 3 ] {} <Debug> HTTP-Session: 2b5159dd-cdce-4c26-a035-fe9ec12d2479 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1049 | 2024.06.22 01:59:35.573149 [ 97 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1050 | 2024.06.22 01:59:35.573214 [ 97 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1051 | 2024.06.22 01:59:41.697734 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50858, User-Agent: (none), Length: 2343, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1052 | 2024.06.22 01:59:41.697875 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1053 | 2024.06.22 01:59:41.697906 [ 3 ] {} <Debug> HTTP-Session: 84e61e41-13b9-4dbf-9c03-5d585c0db081 Authenticating user 'default' from [fd00:1122:3344:101::d]:50858 | ||
| 1054 | 2024.06.22 01:59:41.697934 [ 3 ] {} <Debug> HTTP-Session: 84e61e41-13b9-4dbf-9c03-5d585c0db081 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1055 | 2024.06.22 01:59:41.697951 [ 3 ] {} <Debug> HTTP-Session: 84e61e41-13b9-4dbf-9c03-5d585c0db081 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1056 | 2024.06.22 01:59:41.698007 [ 3 ] {} <Trace> HTTP-Session: 84e61e41-13b9-4dbf-9c03-5d585c0db081 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1057 | 2024.06.22 01:59:41.698224 [ 3 ] {9fb7f7c7-82b6-4371-9997-b665ec15d235} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50858) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 1058 | 2024.06.22 01:59:41.698302 [ 3 ] {9fb7f7c7-82b6-4371-9997-b665ec15d235} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 1059 | 2024.06.22 01:59:41.698519 [ 3 ] {9fb7f7c7-82b6-4371-9997-b665ec15d235} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1060 | 2024.06.22 01:59:41.698964 [ 3 ] {9fb7f7c7-82b6-4371-9997-b665ec15d235} <Trace> oximeter.fields_i64 (cc2c3fb7-81bd-48e0-bd98-a25ad17a9ac7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1061 | 2024.06.22 01:59:41.699010 [ 3 ] {9fb7f7c7-82b6-4371-9997-b665ec15d235} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 1062 | 2024.06.22 01:59:41.699380 [ 3 ] {9fb7f7c7-82b6-4371-9997-b665ec15d235} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1063 | 2024.06.22 01:59:41.699718 [ 3 ] {9fb7f7c7-82b6-4371-9997-b665ec15d235} <Trace> oximeter.fields_i64 (cc2c3fb7-81bd-48e0-bd98-a25ad17a9ac7): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1064 | 2024.06.22 01:59:41.699877 [ 3 ] {9fb7f7c7-82b6-4371-9997-b665ec15d235} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001716 sec., 9324.009324009323 rows/sec., 755.75 KiB/sec. | ||
| 1065 | 2024.06.22 01:59:41.700199 [ 3 ] {9fb7f7c7-82b6-4371-9997-b665ec15d235} <Debug> DynamicQueryHandler: Done processing query | ||
| 1066 | 2024.06.22 01:59:41.700228 [ 3 ] {9fb7f7c7-82b6-4371-9997-b665ec15d235} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 1067 | 2024.06.22 01:59:41.700245 [ 3 ] {} <Debug> HTTP-Session: 84e61e41-13b9-4dbf-9c03-5d585c0db081 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1068 | 2024.06.22 01:59:41.700379 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50858, User-Agent: (none), Length: 7234, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1069 | 2024.06.22 01:59:41.700434 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1070 | 2024.06.22 01:59:41.700454 [ 3 ] {} <Debug> HTTP-Session: 3ed07f2c-9279-46ed-9759-7fb17a5f362d Authenticating user 'default' from [fd00:1122:3344:101::d]:50858 | ||
| 1071 | 2024.06.22 01:59:41.700471 [ 3 ] {} <Debug> HTTP-Session: 3ed07f2c-9279-46ed-9759-7fb17a5f362d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1072 | 2024.06.22 01:59:41.700486 [ 3 ] {} <Debug> HTTP-Session: 3ed07f2c-9279-46ed-9759-7fb17a5f362d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1073 | 2024.06.22 01:59:41.700520 [ 3 ] {} <Trace> HTTP-Session: 3ed07f2c-9279-46ed-9759-7fb17a5f362d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1074 | 2024.06.22 01:59:41.700645 [ 3 ] {64cf898f-c66d-4c9f-b747-01b1deafbc4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50858) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 1075 | 2024.06.22 01:59:41.700692 [ 3 ] {64cf898f-c66d-4c9f-b747-01b1deafbc4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1076 | 2024.06.22 01:59:41.700841 [ 3 ] {64cf898f-c66d-4c9f-b747-01b1deafbc4d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1077 | 2024.06.22 01:59:41.701164 [ 3 ] {64cf898f-c66d-4c9f-b747-01b1deafbc4d} <Trace> oximeter.fields_string (c3112e65-6e6d-42f7-a837-bc19cae29c28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1078 | 2024.06.22 01:59:41.701201 [ 3 ] {64cf898f-c66d-4c9f-b747-01b1deafbc4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 1079 | 2024.06.22 01:59:41.701511 [ 3 ] {64cf898f-c66d-4c9f-b747-01b1deafbc4d} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1080 | 2024.06.22 01:59:41.701816 [ 3 ] {64cf898f-c66d-4c9f-b747-01b1deafbc4d} <Trace> oximeter.fields_string (c3112e65-6e6d-42f7-a837-bc19cae29c28): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1081 | 2024.06.22 01:59:41.701971 [ 3 ] {64cf898f-c66d-4c9f-b747-01b1deafbc4d} <Debug> executeQuery: Read 48 rows, 4.28 KiB in 0.00136 sec., 35294.11764705882 rows/sec., 3.07 MiB/sec. | ||
| 1082 | 2024.06.22 01:59:41.702159 [ 3 ] {64cf898f-c66d-4c9f-b747-01b1deafbc4d} <Debug> DynamicQueryHandler: Done processing query | ||
| 1083 | 2024.06.22 01:59:41.702183 [ 3 ] {64cf898f-c66d-4c9f-b747-01b1deafbc4d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 1084 | 2024.06.22 01:59:41.702199 [ 3 ] {} <Debug> HTTP-Session: 3ed07f2c-9279-46ed-9759-7fb17a5f362d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1085 | 2024.06.22 01:59:41.702327 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50858, User-Agent: (none), Length: 2760, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1086 | 2024.06.22 01:59:41.702376 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1087 | 2024.06.22 01:59:41.702395 [ 3 ] {} <Debug> HTTP-Session: 7a1e550d-a912-4163-a791-50a13966df8a Authenticating user 'default' from [fd00:1122:3344:101::d]:50858 | ||
| 1088 | 2024.06.22 01:59:41.702412 [ 3 ] {} <Debug> HTTP-Session: 7a1e550d-a912-4163-a791-50a13966df8a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1089 | 2024.06.22 01:59:41.702425 [ 3 ] {} <Debug> HTTP-Session: 7a1e550d-a912-4163-a791-50a13966df8a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1090 | 2024.06.22 01:59:41.702457 [ 3 ] {} <Trace> HTTP-Session: 7a1e550d-a912-4163-a791-50a13966df8a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1091 | 2024.06.22 01:59:41.702559 [ 3 ] {3fbd6c7f-a0cc-4fe6-bc31-2511233eb8dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50858) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 1092 | 2024.06.22 01:59:41.702602 [ 3 ] {3fbd6c7f-a0cc-4fe6-bc31-2511233eb8dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1093 | 2024.06.22 01:59:41.702727 [ 3 ] {3fbd6c7f-a0cc-4fe6-bc31-2511233eb8dc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1094 | 2024.06.22 01:59:41.703003 [ 3 ] {3fbd6c7f-a0cc-4fe6-bc31-2511233eb8dc} <Trace> oximeter.fields_uuid (7712b22a-12ba-4a4a-b2c2-278c2b9d6fbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1095 | 2024.06.22 01:59:41.703039 [ 3 ] {3fbd6c7f-a0cc-4fe6-bc31-2511233eb8dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 1096 | 2024.06.22 01:59:41.703339 [ 3 ] {3fbd6c7f-a0cc-4fe6-bc31-2511233eb8dc} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1097 | 2024.06.22 01:59:41.703650 [ 3 ] {3fbd6c7f-a0cc-4fe6-bc31-2511233eb8dc} <Trace> oximeter.fields_uuid (7712b22a-12ba-4a4a-b2c2-278c2b9d6fbf): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1098 | 2024.06.22 01:59:41.703807 [ 3 ] {3fbd6c7f-a0cc-4fe6-bc31-2511233eb8dc} <Debug> executeQuery: Read 16 rows, 1.28 KiB in 0.001271 sec., 12588.512981904012 rows/sec., 1008.06 KiB/sec. | ||
| 1099 | 2024.06.22 01:59:41.704097 [ 3 ] {3fbd6c7f-a0cc-4fe6-bc31-2511233eb8dc} <Debug> DynamicQueryHandler: Done processing query | ||
| 1100 | 2024.06.22 01:59:41.704122 [ 3 ] {3fbd6c7f-a0cc-4fe6-bc31-2511233eb8dc} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 1101 | 2024.06.22 01:59:41.704137 [ 3 ] {} <Debug> HTTP-Session: 7a1e550d-a912-4163-a791-50a13966df8a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1102 | 2024.06.22 01:59:41.704311 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50858, User-Agent: (none), Length: 17158, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1103 | 2024.06.22 01:59:41.704360 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1104 | 2024.06.22 01:59:41.704380 [ 3 ] {} <Debug> HTTP-Session: 1955f841-14cb-4b4e-b30d-469b01594569 Authenticating user 'default' from [fd00:1122:3344:101::d]:50858 | ||
| 1105 | 2024.06.22 01:59:41.704396 [ 3 ] {} <Debug> HTTP-Session: 1955f841-14cb-4b4e-b30d-469b01594569 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1106 | 2024.06.22 01:59:41.704410 [ 3 ] {} <Debug> HTTP-Session: 1955f841-14cb-4b4e-b30d-469b01594569 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1107 | 2024.06.22 01:59:41.704440 [ 3 ] {} <Trace> HTTP-Session: 1955f841-14cb-4b4e-b30d-469b01594569 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1108 | 2024.06.22 01:59:41.704622 [ 3 ] {4257924a-8046-4f93-a90c-e8ebcd604ea1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50858) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 1109 | 2024.06.22 01:59:41.704671 [ 3 ] {4257924a-8046-4f93-a90c-e8ebcd604ea1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 1110 | 2024.06.22 01:59:41.704854 [ 3 ] {4257924a-8046-4f93-a90c-e8ebcd604ea1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1111 | 2024.06.22 01:59:41.705236 [ 3 ] {4257924a-8046-4f93-a90c-e8ebcd604ea1} <Trace> oximeter.measurements_histogramf64 (dcfbef5e-367a-4cb6-863c-07ce932f3229): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1112 | 2024.06.22 01:59:41.705272 [ 3 ] {4257924a-8046-4f93-a90c-e8ebcd604ea1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 1113 | 2024.06.22 01:59:41.705670 [ 3 ] {4257924a-8046-4f93-a90c-e8ebcd604ea1} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1114 | 2024.06.22 01:59:41.706007 [ 3 ] {4257924a-8046-4f93-a90c-e8ebcd604ea1} <Trace> oximeter.measurements_histogramf64 (dcfbef5e-367a-4cb6-863c-07ce932f3229): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1115 | 2024.06.22 01:59:41.706131 [ 3 ] {4257924a-8046-4f93-a90c-e8ebcd604ea1} <Debug> executeQuery: Read 16 rows, 22.11 KiB in 0.001615 sec., 9907.120743034056 rows/sec., 13.37 MiB/sec. | ||
| 1116 | 2024.06.22 01:59:41.706318 [ 3 ] {4257924a-8046-4f93-a90c-e8ebcd604ea1} <Debug> DynamicQueryHandler: Done processing query | ||
| 1117 | 2024.06.22 01:59:41.706346 [ 3 ] {4257924a-8046-4f93-a90c-e8ebcd604ea1} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 1118 | 2024.06.22 01:59:41.706362 [ 3 ] {} <Debug> HTTP-Session: 1955f841-14cb-4b4e-b30d-469b01594569 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1119 | 2024.06.22 01:59:50.573270 [ 85 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1120 | 2024.06.22 01:59:50.573377 [ 85 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1121 | 2024.06.22 01:59:51.697830 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50858, User-Agent: (none), Length: 2343, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1122 | 2024.06.22 01:59:51.697947 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1123 | 2024.06.22 01:59:51.697977 [ 3 ] {} <Debug> HTTP-Session: 888ce0b7-e234-4839-9cb1-d2f3896ddb6d Authenticating user 'default' from [fd00:1122:3344:101::d]:50858 | ||
| 1124 | 2024.06.22 01:59:51.698006 [ 3 ] {} <Debug> HTTP-Session: 888ce0b7-e234-4839-9cb1-d2f3896ddb6d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1125 | 2024.06.22 01:59:51.698023 [ 3 ] {} <Debug> HTTP-Session: 888ce0b7-e234-4839-9cb1-d2f3896ddb6d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1126 | 2024.06.22 01:59:51.698079 [ 3 ] {} <Trace> HTTP-Session: 888ce0b7-e234-4839-9cb1-d2f3896ddb6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1127 | 2024.06.22 01:59:51.698281 [ 3 ] {a76654b0-18e4-4232-abed-6e69528fdcfa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50858) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 1128 | 2024.06.22 01:59:51.698347 [ 3 ] {a76654b0-18e4-4232-abed-6e69528fdcfa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 1129 | 2024.06.22 01:59:51.698534 [ 3 ] {a76654b0-18e4-4232-abed-6e69528fdcfa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1130 | 2024.06.22 01:59:51.698947 [ 3 ] {a76654b0-18e4-4232-abed-6e69528fdcfa} <Trace> oximeter.fields_i64 (cc2c3fb7-81bd-48e0-bd98-a25ad17a9ac7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1131 | 2024.06.22 01:59:51.698989 [ 3 ] {a76654b0-18e4-4232-abed-6e69528fdcfa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 1132 | 2024.06.22 01:59:51.699346 [ 3 ] {a76654b0-18e4-4232-abed-6e69528fdcfa} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1133 | 2024.06.22 01:59:51.699686 [ 3 ] {a76654b0-18e4-4232-abed-6e69528fdcfa} <Trace> oximeter.fields_i64 (cc2c3fb7-81bd-48e0-bd98-a25ad17a9ac7): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1134 | 2024.06.22 01:59:51.699844 [ 3 ] {a76654b0-18e4-4232-abed-6e69528fdcfa} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001621 sec., 9870.45033929673 rows/sec., 800.05 KiB/sec. | ||
| 1135 | 2024.06.22 01:59:51.700058 [ 3 ] {a76654b0-18e4-4232-abed-6e69528fdcfa} <Debug> DynamicQueryHandler: Done processing query | ||
| 1136 | 2024.06.22 01:59:51.700085 [ 3 ] {a76654b0-18e4-4232-abed-6e69528fdcfa} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 1137 | 2024.06.22 01:59:51.700101 [ 3 ] {} <Debug> HTTP-Session: 888ce0b7-e234-4839-9cb1-d2f3896ddb6d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1138 | 2024.06.22 01:59:51.700239 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50858, User-Agent: (none), Length: 7234, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1139 | 2024.06.22 01:59:51.700293 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1140 | 2024.06.22 01:59:51.700314 [ 3 ] {} <Debug> HTTP-Session: 31a5fa19-d950-4975-b941-d969e856cdb9 Authenticating user 'default' from [fd00:1122:3344:101::d]:50858 | ||
| 1141 | 2024.06.22 01:59:51.700331 [ 3 ] {} <Debug> HTTP-Session: 31a5fa19-d950-4975-b941-d969e856cdb9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1142 | 2024.06.22 01:59:51.700344 [ 3 ] {} <Debug> HTTP-Session: 31a5fa19-d950-4975-b941-d969e856cdb9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1143 | 2024.06.22 01:59:51.700379 [ 3 ] {} <Trace> HTTP-Session: 31a5fa19-d950-4975-b941-d969e856cdb9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1144 | 2024.06.22 01:59:51.700495 [ 3 ] {d4d895e3-c392-4722-ac0e-3a14170ab8ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50858) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 1145 | 2024.06.22 01:59:51.700540 [ 3 ] {d4d895e3-c392-4722-ac0e-3a14170ab8ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1146 | 2024.06.22 01:59:51.700670 [ 3 ] {d4d895e3-c392-4722-ac0e-3a14170ab8ba} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1147 | 2024.06.22 01:59:51.701011 [ 3 ] {d4d895e3-c392-4722-ac0e-3a14170ab8ba} <Trace> oximeter.fields_string (c3112e65-6e6d-42f7-a837-bc19cae29c28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1148 | 2024.06.22 01:59:51.701049 [ 3 ] {d4d895e3-c392-4722-ac0e-3a14170ab8ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 1149 | 2024.06.22 01:59:51.701357 [ 3 ] {d4d895e3-c392-4722-ac0e-3a14170ab8ba} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1150 | 2024.06.22 01:59:51.701662 [ 3 ] {d4d895e3-c392-4722-ac0e-3a14170ab8ba} <Trace> oximeter.fields_string (c3112e65-6e6d-42f7-a837-bc19cae29c28): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1151 | 2024.06.22 01:59:51.701815 [ 3 ] {d4d895e3-c392-4722-ac0e-3a14170ab8ba} <Debug> executeQuery: Read 48 rows, 4.28 KiB in 0.001354 sec., 35450.516986706054 rows/sec., 3.09 MiB/sec. | ||
| 1152 | 2024.06.22 01:59:51.701977 [ 3 ] {d4d895e3-c392-4722-ac0e-3a14170ab8ba} <Debug> DynamicQueryHandler: Done processing query | ||
| 1153 | 2024.06.22 01:59:51.702002 [ 3 ] {d4d895e3-c392-4722-ac0e-3a14170ab8ba} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 1154 | 2024.06.22 01:59:51.702017 [ 3 ] {} <Debug> HTTP-Session: 31a5fa19-d950-4975-b941-d969e856cdb9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1155 | 2024.06.22 01:59:51.702137 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50858, User-Agent: (none), Length: 2760, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1156 | 2024.06.22 01:59:51.702185 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1157 | 2024.06.22 01:59:51.702204 [ 3 ] {} <Debug> HTTP-Session: c1ad760c-244b-494b-a12a-6ad7187dc7fb Authenticating user 'default' from [fd00:1122:3344:101::d]:50858 | ||
| 1158 | 2024.06.22 01:59:51.702220 [ 3 ] {} <Debug> HTTP-Session: c1ad760c-244b-494b-a12a-6ad7187dc7fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1159 | 2024.06.22 01:59:51.702234 [ 3 ] {} <Debug> HTTP-Session: c1ad760c-244b-494b-a12a-6ad7187dc7fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1160 | 2024.06.22 01:59:51.702266 [ 3 ] {} <Trace> HTTP-Session: c1ad760c-244b-494b-a12a-6ad7187dc7fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1161 | 2024.06.22 01:59:51.702366 [ 3 ] {eec042cb-7a37-41ab-b678-ac7ab77d8d92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50858) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 1162 | 2024.06.22 01:59:51.702409 [ 3 ] {eec042cb-7a37-41ab-b678-ac7ab77d8d92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1163 | 2024.06.22 01:59:51.702534 [ 3 ] {eec042cb-7a37-41ab-b678-ac7ab77d8d92} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1164 | 2024.06.22 01:59:51.702870 [ 3 ] {eec042cb-7a37-41ab-b678-ac7ab77d8d92} <Trace> oximeter.fields_uuid (7712b22a-12ba-4a4a-b2c2-278c2b9d6fbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1165 | 2024.06.22 01:59:51.702907 [ 3 ] {eec042cb-7a37-41ab-b678-ac7ab77d8d92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 1166 | 2024.06.22 01:59:51.703202 [ 3 ] {eec042cb-7a37-41ab-b678-ac7ab77d8d92} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1167 | 2024.06.22 01:59:51.703501 [ 3 ] {eec042cb-7a37-41ab-b678-ac7ab77d8d92} <Trace> oximeter.fields_uuid (7712b22a-12ba-4a4a-b2c2-278c2b9d6fbf): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1168 | 2024.06.22 01:59:51.703657 [ 3 ] {eec042cb-7a37-41ab-b678-ac7ab77d8d92} <Debug> executeQuery: Read 16 rows, 1.28 KiB in 0.001314 sec., 12176.5601217656 rows/sec., 975.08 KiB/sec. | ||
| 1169 | 2024.06.22 01:59:51.703909 [ 3 ] {eec042cb-7a37-41ab-b678-ac7ab77d8d92} <Debug> DynamicQueryHandler: Done processing query | ||
| 1170 | 2024.06.22 01:59:51.703934 [ 3 ] {eec042cb-7a37-41ab-b678-ac7ab77d8d92} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 1171 | 2024.06.22 01:59:51.703950 [ 3 ] {} <Debug> HTTP-Session: c1ad760c-244b-494b-a12a-6ad7187dc7fb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1172 | 2024.06.22 01:59:51.704099 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50858, User-Agent: (none), Length: 17158, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1173 | 2024.06.22 01:59:51.704147 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1174 | 2024.06.22 01:59:51.704166 [ 3 ] {} <Debug> HTTP-Session: 4e5300b5-6fe5-47e4-b928-4446d162c168 Authenticating user 'default' from [fd00:1122:3344:101::d]:50858 | ||
| 1175 | 2024.06.22 01:59:51.704182 [ 3 ] {} <Debug> HTTP-Session: 4e5300b5-6fe5-47e4-b928-4446d162c168 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1176 | 2024.06.22 01:59:51.704196 [ 3 ] {} <Debug> HTTP-Session: 4e5300b5-6fe5-47e4-b928-4446d162c168 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1177 | 2024.06.22 01:59:51.704227 [ 3 ] {} <Trace> HTTP-Session: 4e5300b5-6fe5-47e4-b928-4446d162c168 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1178 | 2024.06.22 01:59:51.704405 [ 3 ] {7263c298-2e2d-4dd0-866e-a4e9e3537973} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50858) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 1179 | 2024.06.22 01:59:51.704455 [ 3 ] {7263c298-2e2d-4dd0-866e-a4e9e3537973} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 1180 | 2024.06.22 01:59:51.704635 [ 3 ] {7263c298-2e2d-4dd0-866e-a4e9e3537973} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1181 | 2024.06.22 01:59:51.705018 [ 3 ] {7263c298-2e2d-4dd0-866e-a4e9e3537973} <Trace> oximeter.measurements_histogramf64 (dcfbef5e-367a-4cb6-863c-07ce932f3229): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1182 | 2024.06.22 01:59:51.705055 [ 3 ] {7263c298-2e2d-4dd0-866e-a4e9e3537973} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 1183 | 2024.06.22 01:59:51.705449 [ 3 ] {7263c298-2e2d-4dd0-866e-a4e9e3537973} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1184 | 2024.06.22 01:59:51.705812 [ 3 ] {7263c298-2e2d-4dd0-866e-a4e9e3537973} <Trace> oximeter.measurements_histogramf64 (dcfbef5e-367a-4cb6-863c-07ce932f3229): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1185 | 2024.06.22 01:59:51.705972 [ 3 ] {7263c298-2e2d-4dd0-866e-a4e9e3537973} <Debug> executeQuery: Read 16 rows, 22.11 KiB in 0.001664 sec., 9615.384615384615 rows/sec., 12.98 MiB/sec. | ||
| 1186 | 2024.06.22 01:59:51.706190 [ 3 ] {7263c298-2e2d-4dd0-866e-a4e9e3537973} <Debug> DynamicQueryHandler: Done processing query | ||
| 1187 | 2024.06.22 01:59:51.706215 [ 3 ] {7263c298-2e2d-4dd0-866e-a4e9e3537973} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 1188 | 2024.06.22 01:59:51.706230 [ 3 ] {} <Debug> HTTP-Session: 4e5300b5-6fe5-47e4-b928-4446d162c168 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||