| 1 | [ May 25 00:59:32 Enabled. ] | ||
| 2 | [ May 25 00:59:32 Rereading configuration. ] | ||
| 3 | [ May 25 00:59:34 Rereading configuration. ] | ||
| 4 | [ May 25 00:59:38 Executing start method ("/opt/oxide/lib/svc/manifest/clickhouse.sh"). ] | ||
| 5 | + set -o errexit | ||
| 6 | + set -o pipefail | ||
| 7 | + . /lib/svc/share/smf_include.sh | ||
| 8 | ++ SMF_EXIT_OK=0 | ||
| 9 | ++ SMF_EXIT_NODAEMON=94 | ||
| 10 | ++ SMF_EXIT_ERR_FATAL=95 | ||
| 11 | ++ SMF_EXIT_ERR_CONFIG=96 | ||
| 12 | ++ SMF_EXIT_MON_DEGRADE=97 | ||
| 13 | ++ SMF_EXIT_MON_OFFLINE=98 | ||
| 14 | ++ SMF_EXIT_ERR_NOSMF=99 | ||
| 15 | ++ SMF_EXIT_ERR_PERM=100 | ||
| 16 | ++ svcprop -c -p config/listen_addr svc:/oxide/clickhouse:default | ||
| 17 | + LISTEN_ADDR=fd00:1122:3344:101::e | ||
| 18 | ++ svcprop -c -p config/listen_port svc:/oxide/clickhouse:default | ||
| 19 | + LISTEN_PORT=8123 | ||
| 20 | ++ svcprop -c -p config/store svc:/oxide/clickhouse:default | ||
| 21 | + DATASTORE=/data | ||
| 22 | + single_node=true | ||
| 23 | + command=() | ||
| 24 | + true | ||
| 25 | + command+=("/opt/oxide/clickhouse/clickhouse" "server" "--log-file" "/var/tmp/clickhouse-server.log" "--errorlog-file" "/var/tmp/clickhouse-server.errlog" "--" "--path" "${DATASTORE}" "--listen_host" "$LISTEN_ADDR" "--http_port" "$LISTEN_PORT") | ||
| 26 | + exec /opt/oxide/clickhouse/clickhouse server --log-file /var/tmp/clickhouse-server.log --errorlog-file /var/tmp/clickhouse-server.errlog -- --path /data --listen_host fd00:1122:3344:101::e --http_port 8123 | ||
| 27 | [ May 25 00:59:38 Method "start" exited with status 0. ] | ||
| 28 | Processing configuration file 'config.xml'. | ||
| 29 | There is no file 'config.xml', will use embedded config. | ||
| 30 | Logging trace to /var/tmp/clickhouse-server.log | ||
| 31 | Logging errors to /var/tmp/clickhouse-server.errlog | ||
| 32 | 2024.05.25 00:59:39.239983 [ 1 ] {} <Information> Application: Will watch for the process with pid 23934 | ||
| 33 | 2024.05.25 00:59:39.240584 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
| 34 | 2024.05.25 00:59:39.669385 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 23934 | ||
| 35 | 2024.05.25 00:59:39.670083 [ 1 ] {} <Information> Application: starting up | ||
| 36 | 2024.05.25 00:59:39.670787 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
| 37 | 2024.05.25 00:59:39.761420 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
| 38 | 2024.05.25 00:59:39.794870 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
| 39 | 2024.05.25 00:59:39.794916 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
| 40 | 2024.05.25 00:59:39.794934 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
| 41 | 2024.05.25 00:59:39.794997 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
| 42 | 2024.05.25 00:59:39.795297 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
| 43 | 2024.05.25 00:59:39.796825 [ 1 ] {} <Debug> ConfigReloader: Loading config 'config.xml' | ||
| 44 | Processing configuration file 'config.xml'. | ||
| 45 | There is no file 'config.xml', will use embedded config. | ||
| 46 | Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. | ||
| 47 | 2024.05.25 00:59:39.797322 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performing update on configuration | ||
| 48 | 2024.05.25 00:59:39.798142 [ 1 ] {} <Information> Application: Setting max_server_memory_usage was set to 86.29 GiB (95.88 GiB available * 0.90 max_server_memory_usage_to_ram_ratio) | ||
| 49 | 2024.05.25 00:59:39.798167 [ 1 ] {} <Information> Application: Setting merges_mutations_memory_usage_soft_limit was set to 47.94 GiB (95.88 GiB available * 0.50 merges_mutations_memory_usage_to_ram_ratio) | ||
| 50 | 2024.05.25 00:59:39.798180 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
| 51 | 2024.05.25 00:59:39.798353 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 52 | 2024.05.25 00:59:39.799247 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
| 53 | 2024.05.25 00:59:39.804857 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 54 | 2024.05.25 00:59:39.805640 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 55 | 2024.05.25 00:59:39.806955 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 56 | 2024.05.25 00:59:39.807019 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performed update on configuration | ||
| 57 | 2024.05.25 00:59:39.808548 [ 1 ] {} <Debug> ConfigReloader: Loading config 'config.xml' | ||
| 58 | Processing configuration file 'config.xml'. | ||
| 59 | There is no file 'config.xml', will use embedded config. | ||
| 60 | Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. | ||
| 61 | 2024.05.25 00:59:39.808831 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performing update on configuration | ||
| 62 | 2024.05.25 00:59:39.813037 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performed update on configuration | ||
| 63 | 2024.05.25 00:59:39.813731 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: config.xml | ||
| 64 | 2024.05.25 00:59:39.815307 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
| 65 | 2024.05.25 00:59:39.815679 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
| 66 | 2024.05.25 00:59:39.816039 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
| 67 | 2024.05.25 00:59:39.816410 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
| 68 | 2024.05.25 00:59:39.817839 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
| 69 | 2024.05.25 00:59:39.817866 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
| 70 | 2024.05.25 00:59:39.817955 [ 151 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 71 | 2024.05.25 00:59:39.818123 [ 151 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 72 | 2024.05.25 00:59:39.830669 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
| 73 | 2024.05.25 00:59:39.830706 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000175894 sec | ||
| 74 | 2024.05.25 00:59:39.830749 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 75 | 2024.05.25 00:59:39.830764 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 76 | 2024.05.25 00:59:39.832008 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
| 77 | 2024.05.25 00:59:39.833056 [ 1 ] {} <Debug> SystemLog: Not creating system.query_log since corresponding section 'query_log' is missing from config | ||
| 78 | 2024.05.25 00:59:39.833079 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
| 79 | 2024.05.25 00:59:39.833112 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
| 80 | 2024.05.25 00:59:39.833129 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
| 81 | 2024.05.25 00:59:39.833142 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
| 82 | 2024.05.25 00:59:39.833177 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
| 83 | 2024.05.25 00:59:39.833190 [ 1 ] {} <Debug> SystemLog: Not creating system.metric_log since corresponding section 'metric_log' is missing from config | ||
| 84 | 2024.05.25 00:59:39.833204 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
| 85 | 2024.05.25 00:59:39.833239 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
| 86 | 2024.05.25 00:59:39.833252 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_metric_log since corresponding section 'asynchronous_metric_log' is missing from config | ||
| 87 | 2024.05.25 00:59:39.833266 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
| 88 | 2024.05.25 00:59:39.833281 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
| 89 | 2024.05.25 00:59:39.833314 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
| 90 | 2024.05.25 00:59:39.833329 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
| 91 | 2024.05.25 00:59:39.833343 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
| 92 | 2024.05.25 00:59:39.833371 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
| 93 | 2024.05.25 00:59:39.833385 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
| 94 | 2024.05.25 00:59:39.871694 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
| 95 | 2024.05.25 00:59:39.873110 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
| 96 | 2024.05.25 00:59:39.873138 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 4.7101e-05 sec | ||
| 97 | 2024.05.25 00:59:39.873151 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 98 | 2024.05.25 00:59:39.873165 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 99 | 2024.05.25 00:59:39.873187 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
| 100 | 2024.05.25 00:59:39.873369 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
| 101 | 2024.05.25 00:59:39.873411 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
| 102 | 2024.05.25 00:59:39.873426 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
| 103 | 2024.05.25 00:59:39.873441 [ 1 ] {} <Information> Application: Query Profiler and TraceCollector are disabled because they require PHDR cache to be created (otherwise the function 'dl_iterate_phdr' is not lock free and not async-signal safe). | ||
| 104 | 2024.05.25 00:59:39.873453 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
| 105 | 2024.05.25 00:59:39.952725 [ 1 ] {} <Trace> MySQLHandlerFactory: Failed to create SSL context. SSL will be disabled. Error: Poco::Exception. Code: 1000, e.code() = 0, SSL Exception: Configuration error: no certificate file has been specified (version 23.8.7.1) | ||
| 106 | 2024.05.25 00:59:40.651913 [ 1 ] {} <Trace> MySQLHandlerFactory: Failed to read RSA key pair from server certificate. Error: Code: 139. DB::Exception: Certificate file is not set. (NO_ELEMENTS_IN_CONFIG) (version 23.8.7.1) | ||
| 107 | 2024.05.25 00:59:40.651966 [ 1 ] {} <Trace> MySQLHandlerFactory: Generating new RSA key pair. | ||
| 108 | 2024.05.25 00:59:40.777378 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 109 | 2024.05.25 00:59:40.777577 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 9.86 MiB, peak 16.07 MiB, free memory in arenas 0.00 B, will set to 157.07 MiB (RSS), difference: 147.21 MiB | ||
| 110 | 2024.05.25 00:59:40.778444 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.3791e-05 sec. | ||
| 111 | 2024.05.25 00:59:40.778769 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
| 112 | 2024.05.25 00:59:40.778867 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
| 113 | 2024.05.25 00:59:40.778929 [ 1 ] {} <Information> Application: Listening for MySQL compatibility protocol: [fd00:1122:3344:101::e]:9004 | ||
| 114 | 2024.05.25 00:59:40.778950 [ 1 ] {} <Information> Application: Ready for connections. | ||
| 115 | 2024.05.25 00:59:40.780013 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36905, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 116 | 2024.05.25 00:59:40.780214 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 117 | 2024.05.25 00:59:40.780248 [ 3 ] {} <Debug> HTTP-Session: 4a4a917e-364b-4f32-8c14-ceb4b4d3fba5 Authenticating user 'default' from [fd00:1122:3344:101::d]:36905 | ||
| 118 | 2024.05.25 00:59:40.780278 [ 3 ] {} <Debug> HTTP-Session: 4a4a917e-364b-4f32-8c14-ceb4b4d3fba5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 119 | 2024.05.25 00:59:40.780296 [ 3 ] {} <Debug> HTTP-Session: 4a4a917e-364b-4f32-8c14-ceb4b4d3fba5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 120 | 2024.05.25 00:59:40.780381 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 121 | 2024.05.25 00:59:40.780413 [ 3 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 122 | 2024.05.25 00:59:40.780434 [ 3 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 123 | 2024.05.25 00:59:40.780496 [ 3 ] {} <Trace> HTTP-Session: 4a4a917e-364b-4f32-8c14-ceb4b4d3fba5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 124 | 2024.05.25 00:59:40.781577 [ 3 ] {93029c76-d2bf-4602-94e1-67d854cecebb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36905) SELECT MAX(value) FROM oximeter.version; (stage: Complete) | ||
| 125 | 2024.05.25 00:59:40.823292 [ 3 ] {93029c76-d2bf-4602-94e1-67d854cecebb} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:36905) (in query: SELECT MAX(value) FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
| 126 | |||
| 127 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 128 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 129 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
| 130 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 131 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 132 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 133 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
| 134 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
| 135 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
| 136 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
| 137 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
| 138 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 139 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 140 | 13. DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr<DB::Context>, std::function<void (DB::QueryResultDetails const&)>, std::optional<DB::FormatSettings> const&) @ 0x000000001518d019 in /opt/oxide/clickhouse/clickhouse | ||
| 141 | 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse | ||
| 142 | 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse | ||
| 143 | 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse | ||
| 144 | 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 145 | 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 146 | 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 147 | 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 148 | 21. _thrp_setup @ 0x0000000000114257 in /system/lib/amd64/libc.so.1 | ||
| 149 | |||
| 150 | 2024.05.25 00:59:40.824060 [ 3 ] {93029c76-d2bf-4602-94e1-67d854cecebb} <Error> DynamicQueryHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
| 151 | |||
| 152 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 153 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 154 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
| 155 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 156 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 157 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 158 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
| 159 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
| 160 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
| 161 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
| 162 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
| 163 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 164 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 165 | 13. DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr<DB::Context>, std::function<void (DB::QueryResultDetails const&)>, std::optional<DB::FormatSettings> const&) @ 0x000000001518d019 in /opt/oxide/clickhouse/clickhouse | ||
| 166 | 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse | ||
| 167 | 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse | ||
| 168 | 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse | ||
| 169 | 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 170 | 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 171 | 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 172 | 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 173 | 21. _thrp_setup @ 0x0000000000114257 in /system/lib/amd64/libc.so.1 | ||
| 174 | (version 23.8.7.1) | ||
| 175 | 2024.05.25 00:59:40.826762 [ 3 ] {} <Debug> HTTP-Session: 4a4a917e-364b-4f32-8c14-ceb4b4d3fba5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 176 | 2024.05.25 00:59:40.827899 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36905, User-Agent: (none), Length: 33, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 177 | 2024.05.25 00:59:40.827970 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 178 | 2024.05.25 00:59:40.827994 [ 3 ] {} <Debug> HTTP-Session: 2dc6de4a-e271-432a-9699-f967e7d225f5 Authenticating user 'default' from [fd00:1122:3344:101::d]:36905 | ||
| 179 | 2024.05.25 00:59:40.828022 [ 3 ] {} <Debug> HTTP-Session: 2dc6de4a-e271-432a-9699-f967e7d225f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 180 | 2024.05.25 00:59:40.828036 [ 3 ] {} <Debug> HTTP-Session: 2dc6de4a-e271-432a-9699-f967e7d225f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 181 | 2024.05.25 00:59:40.828083 [ 3 ] {} <Trace> HTTP-Session: 2dc6de4a-e271-432a-9699-f967e7d225f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 182 | 2024.05.25 00:59:40.829203 [ 3 ] {352831cc-2756-4395-a02c-76f5a0d5a6c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36905) SHOW CLUSTERS FORMAT JSONEachRow; (stage: Complete) | ||
| 183 | 2024.05.25 00:59:40.829323 [ 3 ] {352831cc-2756-4395-a02c-76f5a0d5a6c9} <Debug> executeQuery: (internal) SELECT DISTINCT cluster FROM system.clusters ORDER BY cluster (stage: Complete) | ||
| 184 | 2024.05.25 00:59:40.831322 [ 3 ] {352831cc-2756-4395-a02c-76f5a0d5a6c9} <Trace> ContextAccess (default): Access granted: SELECT(cluster) ON system.clusters | ||
| 185 | 2024.05.25 00:59:40.834058 [ 3 ] {352831cc-2756-4395-a02c-76f5a0d5a6c9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 186 | 2024.05.25 00:59:40.839804 [ 3 ] {352831cc-2756-4395-a02c-76f5a0d5a6c9} <Debug> DynamicQueryHandler: Done processing query | ||
| 187 | 2024.05.25 00:59:40.839844 [ 3 ] {352831cc-2756-4395-a02c-76f5a0d5a6c9} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 188 | 2024.05.25 00:59:40.839866 [ 3 ] {} <Debug> HTTP-Session: 2dc6de4a-e271-432a-9699-f967e7d225f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 189 | 2024.05.25 00:59:40.847928 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36905, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 190 | 2024.05.25 00:59:40.847988 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 191 | 2024.05.25 00:59:40.848012 [ 3 ] {} <Debug> HTTP-Session: b4ae5b2e-5e5e-4eb2-a5d2-cd1abbd9b792 Authenticating user 'default' from [fd00:1122:3344:101::d]:36905 | ||
| 192 | 2024.05.25 00:59:40.848030 [ 3 ] {} <Debug> HTTP-Session: b4ae5b2e-5e5e-4eb2-a5d2-cd1abbd9b792 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 193 | 2024.05.25 00:59:40.848045 [ 3 ] {} <Debug> HTTP-Session: b4ae5b2e-5e5e-4eb2-a5d2-cd1abbd9b792 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 194 | 2024.05.25 00:59:40.848082 [ 3 ] {} <Trace> HTTP-Session: b4ae5b2e-5e5e-4eb2-a5d2-cd1abbd9b792 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 195 | 2024.05.25 00:59:40.848215 [ 3 ] {1e2827c3-5c65-438a-998d-6c00cf3bc056} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36905) SELECT MAX(value) FROM oximeter.version; (stage: Complete) | ||
| 196 | 2024.05.25 00:59:40.848472 [ 3 ] {1e2827c3-5c65-438a-998d-6c00cf3bc056} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:36905) (in query: SELECT MAX(value) FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
| 197 | |||
| 198 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 199 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 200 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
| 201 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 202 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 203 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 204 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
| 205 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
| 206 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
| 207 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
| 208 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
| 209 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 210 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 211 | 13. DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr<DB::Context>, std::function<void (DB::QueryResultDetails const&)>, std::optional<DB::FormatSettings> const&) @ 0x000000001518d019 in /opt/oxide/clickhouse/clickhouse | ||
| 212 | 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse | ||
| 213 | 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse | ||
| 214 | 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse | ||
| 215 | 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 216 | 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 217 | 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 218 | 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 219 | 21. _thrp_setup @ 0x0000000000114257 in /system/lib/amd64/libc.so.1 | ||
| 220 | |||
| 221 | 2024.05.25 00:59:40.848589 [ 3 ] {1e2827c3-5c65-438a-998d-6c00cf3bc056} <Error> DynamicQueryHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
| 222 | |||
| 223 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 224 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 225 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
| 226 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 227 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 228 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 229 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
| 230 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
| 231 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
| 232 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
| 233 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
| 234 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 235 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 236 | 13. DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr<DB::Context>, std::function<void (DB::QueryResultDetails const&)>, std::optional<DB::FormatSettings> const&) @ 0x000000001518d019 in /opt/oxide/clickhouse/clickhouse | ||
| 237 | 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse | ||
| 238 | 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse | ||
| 239 | 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse | ||
| 240 | 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 241 | 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 242 | 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 243 | 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 244 | 21. _thrp_setup @ 0x0000000000114257 in /system/lib/amd64/libc.so.1 | ||
| 245 | (version 23.8.7.1) | ||
| 246 | 2024.05.25 00:59:40.848735 [ 3 ] {} <Debug> HTTP-Session: b4ae5b2e-5e5e-4eb2-a5d2-cd1abbd9b792 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 247 | 2024.05.25 00:59:40.850926 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36905, User-Agent: (none), Length: 32, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 248 | 2024.05.25 00:59:40.850985 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 249 | 2024.05.25 00:59:40.851006 [ 3 ] {} <Debug> HTTP-Session: 4b6f8f9b-c5ba-476a-a913-bab5a5f02565 Authenticating user 'default' from [fd00:1122:3344:101::d]:36905 | ||
| 250 | 2024.05.25 00:59:40.851029 [ 3 ] {} <Debug> HTTP-Session: 4b6f8f9b-c5ba-476a-a913-bab5a5f02565 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 251 | 2024.05.25 00:59:40.851049 [ 3 ] {} <Debug> HTTP-Session: 4b6f8f9b-c5ba-476a-a913-bab5a5f02565 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 252 | 2024.05.25 00:59:40.851083 [ 3 ] {} <Trace> HTTP-Session: 4b6f8f9b-c5ba-476a-a913-bab5a5f02565 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 253 | 2024.05.25 00:59:40.851269 [ 3 ] {b19b47c0-fb10-464f-8689-cc9378081218} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36905) DROP DATABASE IF EXISTS oximeter (stage: Complete) | ||
| 254 | 2024.05.25 00:59:40.851452 [ 3 ] {b19b47c0-fb10-464f-8689-cc9378081218} <Debug> DynamicQueryHandler: Done processing query | ||
| 255 | 2024.05.25 00:59:40.851474 [ 3 ] {} <Debug> HTTP-Session: 4b6f8f9b-c5ba-476a-a913-bab5a5f02565 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 256 | 2024.05.25 00:59:40.851601 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36905, User-Agent: (none), Length: 38, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 257 | 2024.05.25 00:59:40.851648 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 258 | 2024.05.25 00:59:40.851670 [ 3 ] {} <Debug> HTTP-Session: 5c8caf8f-e130-4c2d-bf8e-9ece836f44f7 Authenticating user 'default' from [fd00:1122:3344:101::d]:36905 | ||
| 259 | 2024.05.25 00:59:40.851686 [ 3 ] {} <Debug> HTTP-Session: 5c8caf8f-e130-4c2d-bf8e-9ece836f44f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 260 | 2024.05.25 00:59:40.851702 [ 3 ] {} <Debug> HTTP-Session: 5c8caf8f-e130-4c2d-bf8e-9ece836f44f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 261 | 2024.05.25 00:59:40.851733 [ 3 ] {} <Trace> HTTP-Session: 5c8caf8f-e130-4c2d-bf8e-9ece836f44f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 262 | 2024.05.25 00:59:40.851819 [ 3 ] {7830d7ea-201c-404c-873d-882aad2d8c86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36905) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
| 263 | 2024.05.25 00:59:40.851875 [ 3 ] {7830d7ea-201c-404c-873d-882aad2d8c86} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
| 264 | 2024.05.25 00:59:40.853143 [ 3 ] {7830d7ea-201c-404c-873d-882aad2d8c86} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
| 265 | 2024.05.25 00:59:40.853173 [ 3 ] {7830d7ea-201c-404c-873d-882aad2d8c86} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.0601e-05 sec | ||
| 266 | 2024.05.25 00:59:40.853187 [ 3 ] {7830d7ea-201c-404c-873d-882aad2d8c86} <Trace> ReferentialDeps: No tables | ||
| 267 | 2024.05.25 00:59:40.853202 [ 3 ] {7830d7ea-201c-404c-873d-882aad2d8c86} <Trace> LoadingDeps: No tables | ||
| 268 | 2024.05.25 00:59:40.853224 [ 3 ] {7830d7ea-201c-404c-873d-882aad2d8c86} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
| 269 | 2024.05.25 00:59:40.853344 [ 3 ] {7830d7ea-201c-404c-873d-882aad2d8c86} <Debug> DynamicQueryHandler: Done processing query | ||
| 270 | 2024.05.25 00:59:40.853366 [ 3 ] {} <Debug> HTTP-Session: 5c8caf8f-e130-4c2d-bf8e-9ece836f44f7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 271 | 2024.05.25 00:59:40.853487 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36905, User-Agent: (none), Length: 223, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 272 | 2024.05.25 00:59:40.853535 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 273 | 2024.05.25 00:59:40.853553 [ 3 ] {} <Debug> HTTP-Session: 17b70f14-e3e7-4331-bf60-f3897e99d899 Authenticating user 'default' from [fd00:1122:3344:101::d]:36905 | ||
| 274 | 2024.05.25 00:59:40.853573 [ 3 ] {} <Debug> HTTP-Session: 17b70f14-e3e7-4331-bf60-f3897e99d899 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 275 | 2024.05.25 00:59:40.853591 [ 3 ] {} <Debug> HTTP-Session: 17b70f14-e3e7-4331-bf60-f3897e99d899 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 276 | 2024.05.25 00:59:40.853619 [ 3 ] {} <Trace> HTTP-Session: 17b70f14-e3e7-4331-bf60-f3897e99d899 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 277 | 2024.05.25 00:59:40.853753 [ 3 ] {23256109-f914-457a-b899-95e298ee9a15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36905) /* The version table contains metadata about the `oximeter` database */ | ||
| 278 | CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) | ||
| 279 | 2024.05.25 00:59:40.853798 [ 3 ] {23256109-f914-457a-b899-95e298ee9a15} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
| 280 | 2024.05.25 00:59:40.857955 [ 3 ] {23256109-f914-457a-b899-95e298ee9a15} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
| 281 | 2024.05.25 00:59:40.860196 [ 3 ] {23256109-f914-457a-b899-95e298ee9a15} <Debug> oximeter.version (345d2ac4-0844-4d26-9600-a094e4d4a4ce): Loading data parts | ||
| 282 | 2024.05.25 00:59:40.860660 [ 3 ] {23256109-f914-457a-b899-95e298ee9a15} <Debug> oximeter.version (345d2ac4-0844-4d26-9600-a094e4d4a4ce): There are no data parts | ||
| 283 | 2024.05.25 00:59:40.863438 [ 3 ] {23256109-f914-457a-b899-95e298ee9a15} <Debug> DynamicQueryHandler: Done processing query | ||
| 284 | 2024.05.25 00:59:40.863465 [ 3 ] {} <Debug> HTTP-Session: 17b70f14-e3e7-4331-bf60-f3897e99d899 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 285 | 2024.05.25 00:59:40.863594 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36905, User-Agent: (none), Length: 818, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 286 | 2024.05.25 00:59:40.863645 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 287 | 2024.05.25 00:59:40.863668 [ 3 ] {} <Debug> HTTP-Session: 19c0305d-497e-403b-8f1d-718e388d856c Authenticating user 'default' from [fd00:1122:3344:101::d]:36905 | ||
| 288 | 2024.05.25 00:59:40.863683 [ 3 ] {} <Debug> HTTP-Session: 19c0305d-497e-403b-8f1d-718e388d856c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 289 | 2024.05.25 00:59:40.863699 [ 3 ] {} <Debug> HTTP-Session: 19c0305d-497e-403b-8f1d-718e388d856c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 290 | 2024.05.25 00:59:40.863733 [ 3 ] {} <Trace> HTTP-Session: 19c0305d-497e-403b-8f1d-718e388d856c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 291 | 2024.05.25 00:59:40.863926 [ 3 ] {d43ede8e-b2ba-4cb0-908a-759512148677} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36905) /* The measurement tables contain all individual samples from each timeseries. | ||
| 292 | * | ||
| 293 | * Each table stores a single datum type, and otherwise contains nearly the same | ||
| 294 | * structure. The primary sorting key is on the timeseries name, key, and then | ||
| 295 | * timestamp, so that all timeseries from the same schema are grouped, followed | ||
| 296 | * by all samples from the same timeseries. | ||
| 297 | * | ||
| 298 | * This reflects that one usually looks up the _key_ in one or more field table, | ||
| 299 | * and then uses that to index quickly into the measurements tables. | ||
| 300 | */ | ||
| 301 | CREATE TABLE IF NOT EXISTS oximeter.measurements_bool ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 302 | 2024.05.25 00:59:40.863979 [ 3 ] {d43ede8e-b2ba-4cb0-908a-759512148677} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
| 303 | 2024.05.25 00:59:40.873539 [ 3 ] {d43ede8e-b2ba-4cb0-908a-759512148677} <Debug> oximeter.measurements_bool (14014a2c-d193-4204-bfac-97ea4a2f63eb): Loading data parts | ||
| 304 | 2024.05.25 00:59:40.873718 [ 3 ] {d43ede8e-b2ba-4cb0-908a-759512148677} <Debug> oximeter.measurements_bool (14014a2c-d193-4204-bfac-97ea4a2f63eb): There are no data parts | ||
| 305 | 2024.05.25 00:59:40.875363 [ 3 ] {d43ede8e-b2ba-4cb0-908a-759512148677} <Debug> DynamicQueryHandler: Done processing query | ||
| 306 | 2024.05.25 00:59:40.875391 [ 3 ] {} <Debug> HTTP-Session: 19c0305d-497e-403b-8f1d-718e388d856c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 307 | 2024.05.25 00:59:40.875527 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36905, User-Agent: (none), Length: 292, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 308 | 2024.05.25 00:59:40.875582 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 309 | 2024.05.25 00:59:40.875605 [ 3 ] {} <Debug> HTTP-Session: aa2e6317-7894-4bb0-8f71-ca526c61f367 Authenticating user 'default' from [fd00:1122:3344:101::d]:36905 | ||
| 310 | 2024.05.25 00:59:40.875621 [ 3 ] {} <Debug> HTTP-Session: aa2e6317-7894-4bb0-8f71-ca526c61f367 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 311 | 2024.05.25 00:59:40.875639 [ 3 ] {} <Debug> HTTP-Session: aa2e6317-7894-4bb0-8f71-ca526c61f367 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 312 | 2024.05.25 00:59:40.875672 [ 3 ] {} <Trace> HTTP-Session: aa2e6317-7894-4bb0-8f71-ca526c61f367 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 313 | 2024.05.25 00:59:40.875852 [ 3 ] {8824ae59-3567-43a1-a93f-e05bc4ac0d62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36905) CREATE TABLE IF NOT EXISTS oximeter.measurements_i8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 314 | 2024.05.25 00:59:40.875901 [ 3 ] {8824ae59-3567-43a1-a93f-e05bc4ac0d62} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
| 315 | 2024.05.25 00:59:40.878596 [ 3 ] {8824ae59-3567-43a1-a93f-e05bc4ac0d62} <Debug> oximeter.measurements_i8 (e9c801ad-56c7-4dae-80ba-0bc88126c052): Loading data parts | ||
| 316 | 2024.05.25 00:59:40.878846 [ 3 ] {8824ae59-3567-43a1-a93f-e05bc4ac0d62} <Debug> oximeter.measurements_i8 (e9c801ad-56c7-4dae-80ba-0bc88126c052): There are no data parts | ||
| 317 | 2024.05.25 00:59:40.880274 [ 3 ] {8824ae59-3567-43a1-a93f-e05bc4ac0d62} <Debug> DynamicQueryHandler: Done processing query | ||
| 318 | 2024.05.25 00:59:40.880309 [ 3 ] {} <Debug> HTTP-Session: aa2e6317-7894-4bb0-8f71-ca526c61f367 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 319 | 2024.05.25 00:59:40.880418 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36905, User-Agent: (none), Length: 293, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 320 | 2024.05.25 00:59:40.880471 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 321 | 2024.05.25 00:59:40.880496 [ 3 ] {} <Debug> HTTP-Session: 598e0ac4-ca47-4088-895b-4f9ae2bb8540 Authenticating user 'default' from [fd00:1122:3344:101::d]:36905 | ||
| 322 | 2024.05.25 00:59:40.880512 [ 3 ] {} <Debug> HTTP-Session: 598e0ac4-ca47-4088-895b-4f9ae2bb8540 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 323 | 2024.05.25 00:59:40.880529 [ 3 ] {} <Debug> HTTP-Session: 598e0ac4-ca47-4088-895b-4f9ae2bb8540 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 324 | 2024.05.25 00:59:40.880563 [ 3 ] {} <Trace> HTTP-Session: 598e0ac4-ca47-4088-895b-4f9ae2bb8540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 325 | 2024.05.25 00:59:40.880732 [ 3 ] {5007b85c-1480-4267-aa90-1114e155b921} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36905) CREATE TABLE IF NOT EXISTS oximeter.measurements_u8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 326 | 2024.05.25 00:59:40.880784 [ 3 ] {5007b85c-1480-4267-aa90-1114e155b921} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
| 327 | 2024.05.25 00:59:40.885449 [ 3 ] {5007b85c-1480-4267-aa90-1114e155b921} <Debug> oximeter.measurements_u8 (b2f67008-47c6-43a4-9908-f301c2f6d0cb): Loading data parts | ||
| 328 | 2024.05.25 00:59:40.885614 [ 3 ] {5007b85c-1480-4267-aa90-1114e155b921} <Debug> oximeter.measurements_u8 (b2f67008-47c6-43a4-9908-f301c2f6d0cb): There are no data parts | ||
| 329 | 2024.05.25 00:59:40.887092 [ 3 ] {5007b85c-1480-4267-aa90-1114e155b921} <Debug> DynamicQueryHandler: Done processing query | ||
| 330 | 2024.05.25 00:59:40.887118 [ 3 ] {} <Debug> HTTP-Session: 598e0ac4-ca47-4088-895b-4f9ae2bb8540 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 331 | 2024.05.25 00:59:40.887243 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36905, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 332 | 2024.05.25 00:59:40.887296 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 333 | 2024.05.25 00:59:40.887319 [ 3 ] {} <Debug> HTTP-Session: 1713d4e0-c463-4074-9906-8cb103f45b48 Authenticating user 'default' from [fd00:1122:3344:101::d]:36905 | ||
| 334 | 2024.05.25 00:59:40.887335 [ 3 ] {} <Debug> HTTP-Session: 1713d4e0-c463-4074-9906-8cb103f45b48 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 335 | 2024.05.25 00:59:40.887353 [ 3 ] {} <Debug> HTTP-Session: 1713d4e0-c463-4074-9906-8cb103f45b48 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 336 | 2024.05.25 00:59:40.887385 [ 3 ] {} <Trace> HTTP-Session: 1713d4e0-c463-4074-9906-8cb103f45b48 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 337 | 2024.05.25 00:59:40.887557 [ 3 ] {f2eb4bce-6762-4faa-b86c-aa936cb37a70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36905) CREATE TABLE IF NOT EXISTS oximeter.measurements_i16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 338 | 2024.05.25 00:59:40.887605 [ 3 ] {f2eb4bce-6762-4faa-b86c-aa936cb37a70} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
| 339 | 2024.05.25 00:59:40.890339 [ 3 ] {f2eb4bce-6762-4faa-b86c-aa936cb37a70} <Debug> oximeter.measurements_i16 (d2a43609-2c59-4e5d-a062-ed076f0aed79): Loading data parts | ||
| 340 | 2024.05.25 00:59:40.890565 [ 3 ] {f2eb4bce-6762-4faa-b86c-aa936cb37a70} <Debug> oximeter.measurements_i16 (d2a43609-2c59-4e5d-a062-ed076f0aed79): There are no data parts | ||
| 341 | 2024.05.25 00:59:40.892035 [ 3 ] {f2eb4bce-6762-4faa-b86c-aa936cb37a70} <Debug> DynamicQueryHandler: Done processing query | ||
| 342 | 2024.05.25 00:59:40.892067 [ 3 ] {} <Debug> HTTP-Session: 1713d4e0-c463-4074-9906-8cb103f45b48 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 343 | 2024.05.25 00:59:40.892175 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36905, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 344 | 2024.05.25 00:59:40.892228 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 345 | 2024.05.25 00:59:40.892252 [ 3 ] {} <Debug> HTTP-Session: c797e128-a43e-4377-8191-c622c00de2cc Authenticating user 'default' from [fd00:1122:3344:101::d]:36905 | ||
| 346 | 2024.05.25 00:59:40.892268 [ 3 ] {} <Debug> HTTP-Session: c797e128-a43e-4377-8191-c622c00de2cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 347 | 2024.05.25 00:59:40.892286 [ 3 ] {} <Debug> HTTP-Session: c797e128-a43e-4377-8191-c622c00de2cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 348 | 2024.05.25 00:59:40.892320 [ 3 ] {} <Trace> HTTP-Session: c797e128-a43e-4377-8191-c622c00de2cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 349 | 2024.05.25 00:59:40.892487 [ 3 ] {049a2c3b-8ef1-4643-aff4-3fccceab7bf3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36905) CREATE TABLE IF NOT EXISTS oximeter.measurements_u16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 350 | 2024.05.25 00:59:40.892539 [ 3 ] {049a2c3b-8ef1-4643-aff4-3fccceab7bf3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
| 351 | 2024.05.25 00:59:40.897257 [ 3 ] {049a2c3b-8ef1-4643-aff4-3fccceab7bf3} <Debug> oximeter.measurements_u16 (c483070b-b7cd-4279-a844-e58dfe2ca819): Loading data parts | ||
| 352 | 2024.05.25 00:59:40.897418 [ 3 ] {049a2c3b-8ef1-4643-aff4-3fccceab7bf3} <Debug> oximeter.measurements_u16 (c483070b-b7cd-4279-a844-e58dfe2ca819): There are no data parts | ||
| 353 | 2024.05.25 00:59:40.899032 [ 3 ] {049a2c3b-8ef1-4643-aff4-3fccceab7bf3} <Debug> DynamicQueryHandler: Done processing query | ||
| 354 | 2024.05.25 00:59:40.899065 [ 3 ] {} <Debug> HTTP-Session: c797e128-a43e-4377-8191-c622c00de2cc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 355 | 2024.05.25 00:59:40.899183 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36905, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 356 | 2024.05.25 00:59:40.899236 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 357 | 2024.05.25 00:59:40.899258 [ 3 ] {} <Debug> HTTP-Session: 74075ce5-0495-4a79-83ed-43b6a6c640f7 Authenticating user 'default' from [fd00:1122:3344:101::d]:36905 | ||
| 358 | 2024.05.25 00:59:40.899282 [ 3 ] {} <Debug> HTTP-Session: 74075ce5-0495-4a79-83ed-43b6a6c640f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 359 | 2024.05.25 00:59:40.899294 [ 3 ] {} <Debug> HTTP-Session: 74075ce5-0495-4a79-83ed-43b6a6c640f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 360 | 2024.05.25 00:59:40.899328 [ 3 ] {} <Trace> HTTP-Session: 74075ce5-0495-4a79-83ed-43b6a6c640f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 361 | 2024.05.25 00:59:40.899505 [ 3 ] {883ea6a7-5474-4797-9f1e-23bd77048035} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36905) CREATE TABLE IF NOT EXISTS oximeter.measurements_i32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 362 | 2024.05.25 00:59:40.899553 [ 3 ] {883ea6a7-5474-4797-9f1e-23bd77048035} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
| 363 | 2024.05.25 00:59:40.902388 [ 3 ] {883ea6a7-5474-4797-9f1e-23bd77048035} <Debug> oximeter.measurements_i32 (255344d0-29c6-4f34-b7e5-a4ecbe591ca9): Loading data parts | ||
| 364 | 2024.05.25 00:59:40.902624 [ 3 ] {883ea6a7-5474-4797-9f1e-23bd77048035} <Debug> oximeter.measurements_i32 (255344d0-29c6-4f34-b7e5-a4ecbe591ca9): There are no data parts | ||
| 365 | 2024.05.25 00:59:40.904083 [ 3 ] {883ea6a7-5474-4797-9f1e-23bd77048035} <Debug> DynamicQueryHandler: Done processing query | ||
| 366 | 2024.05.25 00:59:40.904115 [ 3 ] {} <Debug> HTTP-Session: 74075ce5-0495-4a79-83ed-43b6a6c640f7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 367 | 2024.05.25 00:59:40.904227 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36905, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 368 | 2024.05.25 00:59:40.904280 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 369 | 2024.05.25 00:59:40.904308 [ 3 ] {} <Debug> HTTP-Session: ba0b04f1-0514-422c-b3d3-9c5023f77bd5 Authenticating user 'default' from [fd00:1122:3344:101::d]:36905 | ||
| 370 | 2024.05.25 00:59:40.904322 [ 3 ] {} <Debug> HTTP-Session: ba0b04f1-0514-422c-b3d3-9c5023f77bd5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 371 | 2024.05.25 00:59:40.904340 [ 3 ] {} <Debug> HTTP-Session: ba0b04f1-0514-422c-b3d3-9c5023f77bd5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 372 | 2024.05.25 00:59:40.904373 [ 3 ] {} <Trace> HTTP-Session: ba0b04f1-0514-422c-b3d3-9c5023f77bd5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 373 | 2024.05.25 00:59:40.904544 [ 3 ] {359a4702-9103-4068-bf01-2a4f841ea825} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36905) CREATE TABLE IF NOT EXISTS oximeter.measurements_u32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 374 | 2024.05.25 00:59:40.904593 [ 3 ] {359a4702-9103-4068-bf01-2a4f841ea825} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
| 375 | 2024.05.25 00:59:40.909490 [ 3 ] {359a4702-9103-4068-bf01-2a4f841ea825} <Debug> oximeter.measurements_u32 (794f298c-e181-4c10-bf56-0223d7eec57f): Loading data parts | ||
| 376 | 2024.05.25 00:59:40.909660 [ 3 ] {359a4702-9103-4068-bf01-2a4f841ea825} <Debug> oximeter.measurements_u32 (794f298c-e181-4c10-bf56-0223d7eec57f): There are no data parts | ||
| 377 | 2024.05.25 00:59:40.911263 [ 3 ] {359a4702-9103-4068-bf01-2a4f841ea825} <Debug> DynamicQueryHandler: Done processing query | ||
| 378 | 2024.05.25 00:59:40.911295 [ 3 ] {} <Debug> HTTP-Session: ba0b04f1-0514-422c-b3d3-9c5023f77bd5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 379 | 2024.05.25 00:59:40.911437 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36905, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 380 | 2024.05.25 00:59:40.911490 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 381 | 2024.05.25 00:59:40.911514 [ 3 ] {} <Debug> HTTP-Session: 4be2ecd9-8750-40a0-b91d-0cfa7e0d7387 Authenticating user 'default' from [fd00:1122:3344:101::d]:36905 | ||
| 382 | 2024.05.25 00:59:40.911535 [ 3 ] {} <Debug> HTTP-Session: 4be2ecd9-8750-40a0-b91d-0cfa7e0d7387 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 383 | 2024.05.25 00:59:40.911548 [ 3 ] {} <Debug> HTTP-Session: 4be2ecd9-8750-40a0-b91d-0cfa7e0d7387 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 384 | 2024.05.25 00:59:40.911581 [ 3 ] {} <Trace> HTTP-Session: 4be2ecd9-8750-40a0-b91d-0cfa7e0d7387 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 385 | 2024.05.25 00:59:40.911754 [ 3 ] {d4b32362-3874-45ed-afe4-6cc7051f345f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36905) CREATE TABLE IF NOT EXISTS oximeter.measurements_i64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 386 | 2024.05.25 00:59:40.911808 [ 3 ] {d4b32362-3874-45ed-afe4-6cc7051f345f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
| 387 | 2024.05.25 00:59:40.914494 [ 3 ] {d4b32362-3874-45ed-afe4-6cc7051f345f} <Debug> oximeter.measurements_i64 (5e10c212-ee49-4e71-abe7-f536285a23cc): Loading data parts | ||
| 388 | 2024.05.25 00:59:40.914645 [ 3 ] {d4b32362-3874-45ed-afe4-6cc7051f345f} <Debug> oximeter.measurements_i64 (5e10c212-ee49-4e71-abe7-f536285a23cc): There are no data parts | ||
| 389 | 2024.05.25 00:59:40.915962 [ 3 ] {d4b32362-3874-45ed-afe4-6cc7051f345f} <Debug> DynamicQueryHandler: Done processing query | ||
| 390 | 2024.05.25 00:59:40.915995 [ 3 ] {} <Debug> HTTP-Session: 4be2ecd9-8750-40a0-b91d-0cfa7e0d7387 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 391 | 2024.05.25 00:59:40.916107 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36905, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 392 | 2024.05.25 00:59:40.916165 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 393 | 2024.05.25 00:59:40.916185 [ 3 ] {} <Debug> HTTP-Session: 63c983bf-08e4-44ef-be56-9b80dc5c72e8 Authenticating user 'default' from [fd00:1122:3344:101::d]:36905 | ||
| 394 | 2024.05.25 00:59:40.916205 [ 3 ] {} <Debug> HTTP-Session: 63c983bf-08e4-44ef-be56-9b80dc5c72e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 395 | 2024.05.25 00:59:40.916219 [ 3 ] {} <Debug> HTTP-Session: 63c983bf-08e4-44ef-be56-9b80dc5c72e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 396 | 2024.05.25 00:59:40.916252 [ 3 ] {} <Trace> HTTP-Session: 63c983bf-08e4-44ef-be56-9b80dc5c72e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 397 | 2024.05.25 00:59:40.916425 [ 3 ] {7a6f4b92-6c75-4f5c-a022-5f31bc3b2e87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36905) CREATE TABLE IF NOT EXISTS oximeter.measurements_u64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 398 | 2024.05.25 00:59:40.916473 [ 3 ] {7a6f4b92-6c75-4f5c-a022-5f31bc3b2e87} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
| 399 | 2024.05.25 00:59:40.921199 [ 3 ] {7a6f4b92-6c75-4f5c-a022-5f31bc3b2e87} <Debug> oximeter.measurements_u64 (418b96c7-abc7-4850-957c-b926b6a618f6): Loading data parts | ||
| 400 | 2024.05.25 00:59:40.921463 [ 3 ] {7a6f4b92-6c75-4f5c-a022-5f31bc3b2e87} <Debug> oximeter.measurements_u64 (418b96c7-abc7-4850-957c-b926b6a618f6): There are no data parts | ||
| 401 | 2024.05.25 00:59:40.923096 [ 3 ] {7a6f4b92-6c75-4f5c-a022-5f31bc3b2e87} <Debug> DynamicQueryHandler: Done processing query | ||
| 402 | 2024.05.25 00:59:40.923129 [ 3 ] {} <Debug> HTTP-Session: 63c983bf-08e4-44ef-be56-9b80dc5c72e8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 403 | 2024.05.25 00:59:40.923248 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36905, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 404 | 2024.05.25 00:59:40.923296 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 405 | 2024.05.25 00:59:40.923321 [ 3 ] {} <Debug> HTTP-Session: e122ddb2-bd17-4138-8043-62dcc92c5ff7 Authenticating user 'default' from [fd00:1122:3344:101::d]:36905 | ||
| 406 | 2024.05.25 00:59:40.923342 [ 3 ] {} <Debug> HTTP-Session: e122ddb2-bd17-4138-8043-62dcc92c5ff7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 407 | 2024.05.25 00:59:40.923354 [ 3 ] {} <Debug> HTTP-Session: e122ddb2-bd17-4138-8043-62dcc92c5ff7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 408 | 2024.05.25 00:59:40.923389 [ 3 ] {} <Trace> HTTP-Session: e122ddb2-bd17-4138-8043-62dcc92c5ff7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 409 | 2024.05.25 00:59:40.923562 [ 3 ] {262d2f9c-515c-40b2-b9ed-5d82b048e9b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36905) CREATE TABLE IF NOT EXISTS oximeter.measurements_f32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 410 | 2024.05.25 00:59:40.923616 [ 3 ] {262d2f9c-515c-40b2-b9ed-5d82b048e9b7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
| 411 | 2024.05.25 00:59:40.926283 [ 3 ] {262d2f9c-515c-40b2-b9ed-5d82b048e9b7} <Debug> oximeter.measurements_f32 (22baad41-deb0-431b-b250-f3bc85881617): Loading data parts | ||
| 412 | 2024.05.25 00:59:40.926475 [ 3 ] {262d2f9c-515c-40b2-b9ed-5d82b048e9b7} <Debug> oximeter.measurements_f32 (22baad41-deb0-431b-b250-f3bc85881617): There are no data parts | ||
| 413 | 2024.05.25 00:59:40.927951 [ 3 ] {262d2f9c-515c-40b2-b9ed-5d82b048e9b7} <Debug> DynamicQueryHandler: Done processing query | ||
| 414 | 2024.05.25 00:59:40.927976 [ 3 ] {} <Debug> HTTP-Session: e122ddb2-bd17-4138-8043-62dcc92c5ff7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 415 | 2024.05.25 00:59:40.928089 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36905, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 416 | 2024.05.25 00:59:40.928149 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 417 | 2024.05.25 00:59:40.928168 [ 3 ] {} <Debug> HTTP-Session: c26af2bb-ec85-4617-9383-3ccced0946d6 Authenticating user 'default' from [fd00:1122:3344:101::d]:36905 | ||
| 418 | 2024.05.25 00:59:40.928189 [ 3 ] {} <Debug> HTTP-Session: c26af2bb-ec85-4617-9383-3ccced0946d6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 419 | 2024.05.25 00:59:40.928207 [ 3 ] {} <Debug> HTTP-Session: c26af2bb-ec85-4617-9383-3ccced0946d6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 420 | 2024.05.25 00:59:40.928237 [ 3 ] {} <Trace> HTTP-Session: c26af2bb-ec85-4617-9383-3ccced0946d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 421 | 2024.05.25 00:59:40.928409 [ 3 ] {d44ae4e9-0a9f-406b-a14d-762dea7b93e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36905) CREATE TABLE IF NOT EXISTS oximeter.measurements_f64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 422 | 2024.05.25 00:59:40.928462 [ 3 ] {d44ae4e9-0a9f-406b-a14d-762dea7b93e2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
| 423 | 2024.05.25 00:59:40.933146 [ 3 ] {d44ae4e9-0a9f-406b-a14d-762dea7b93e2} <Debug> oximeter.measurements_f64 (e44a9d4a-74d9-410b-ab9e-5006a1f4aa7e): Loading data parts | ||
| 424 | 2024.05.25 00:59:40.933301 [ 3 ] {d44ae4e9-0a9f-406b-a14d-762dea7b93e2} <Debug> oximeter.measurements_f64 (e44a9d4a-74d9-410b-ab9e-5006a1f4aa7e): There are no data parts | ||
| 425 | 2024.05.25 00:59:40.934876 [ 3 ] {d44ae4e9-0a9f-406b-a14d-762dea7b93e2} <Debug> DynamicQueryHandler: Done processing query | ||
| 426 | 2024.05.25 00:59:40.934909 [ 3 ] {} <Debug> HTTP-Session: c26af2bb-ec85-4617-9383-3ccced0946d6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 427 | 2024.05.25 00:59:40.935031 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36905, User-Agent: (none), Length: 298, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 428 | 2024.05.25 00:59:40.935085 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 429 | 2024.05.25 00:59:40.935104 [ 3 ] {} <Debug> HTTP-Session: a61b56c2-90b3-4f04-9fb8-3d929c4bb8c6 Authenticating user 'default' from [fd00:1122:3344:101::d]:36905 | ||
| 430 | 2024.05.25 00:59:40.935125 [ 3 ] {} <Debug> HTTP-Session: a61b56c2-90b3-4f04-9fb8-3d929c4bb8c6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 431 | 2024.05.25 00:59:40.935138 [ 3 ] {} <Debug> HTTP-Session: a61b56c2-90b3-4f04-9fb8-3d929c4bb8c6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 432 | 2024.05.25 00:59:40.935173 [ 3 ] {} <Trace> HTTP-Session: a61b56c2-90b3-4f04-9fb8-3d929c4bb8c6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 433 | 2024.05.25 00:59:40.935346 [ 3 ] {2b5c9e09-b6e6-4ec0-b90b-648377c8e1d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36905) CREATE TABLE IF NOT EXISTS oximeter.measurements_string ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(String) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 434 | 2024.05.25 00:59:40.935400 [ 3 ] {2b5c9e09-b6e6-4ec0-b90b-648377c8e1d0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
| 435 | 2024.05.25 00:59:40.938076 [ 3 ] {2b5c9e09-b6e6-4ec0-b90b-648377c8e1d0} <Debug> oximeter.measurements_string (5a9d3855-7d53-4a1e-a5be-4bed2709c7d1): Loading data parts | ||
| 436 | 2024.05.25 00:59:40.938230 [ 3 ] {2b5c9e09-b6e6-4ec0-b90b-648377c8e1d0} <Debug> oximeter.measurements_string (5a9d3855-7d53-4a1e-a5be-4bed2709c7d1): There are no data parts | ||
| 437 | 2024.05.25 00:59:40.939473 [ 3 ] {2b5c9e09-b6e6-4ec0-b90b-648377c8e1d0} <Debug> DynamicQueryHandler: Done processing query | ||
| 438 | 2024.05.25 00:59:40.939499 [ 3 ] {} <Debug> HTTP-Session: a61b56c2-90b3-4f04-9fb8-3d929c4bb8c6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 439 | 2024.05.25 00:59:40.939617 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36905, User-Agent: (none), Length: 605, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 440 | 2024.05.25 00:59:40.939672 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 441 | 2024.05.25 00:59:40.939690 [ 3 ] {} <Debug> HTTP-Session: d02abc73-7d69-4a49-976c-ec14fe06701d Authenticating user 'default' from [fd00:1122:3344:101::d]:36905 | ||
| 442 | 2024.05.25 00:59:40.939713 [ 3 ] {} <Debug> HTTP-Session: d02abc73-7d69-4a49-976c-ec14fe06701d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 443 | 2024.05.25 00:59:40.939731 [ 3 ] {} <Debug> HTTP-Session: d02abc73-7d69-4a49-976c-ec14fe06701d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 444 | 2024.05.25 00:59:40.939760 [ 3 ] {} <Trace> HTTP-Session: d02abc73-7d69-4a49-976c-ec14fe06701d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 445 | 2024.05.25 00:59:40.939934 [ 3 ] {85d7e94b-445e-49f6-9b4c-b84937ee40a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36905) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* | ||
| 446 | * NOTE: Right now we can't unambiguously record a nullable byte array. | ||
| 447 | * Arrays cannot be nested in `Nullable()` types, and encoding the array as | ||
| 448 | * a string isn't palatable for a few reasons. | ||
| 449 | * See: https://github.com/oxidecomputer/omicron/issues/4551 for more | ||
| 450 | * details. | ||
| 451 | */ | ||
| 452 | datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 453 | 2024.05.25 00:59:40.939989 [ 3 ] {85d7e94b-445e-49f6-9b4c-b84937ee40a2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
| 454 | 2024.05.25 00:59:40.944655 [ 3 ] {85d7e94b-445e-49f6-9b4c-b84937ee40a2} <Debug> oximeter.measurements_bytes (ec33744b-499e-4751-add8-dfee4b107fad): Loading data parts | ||
| 455 | 2024.05.25 00:59:40.944887 [ 3 ] {85d7e94b-445e-49f6-9b4c-b84937ee40a2} <Debug> oximeter.measurements_bytes (ec33744b-499e-4751-add8-dfee4b107fad): There are no data parts | ||
| 456 | 2024.05.25 00:59:40.946462 [ 3 ] {85d7e94b-445e-49f6-9b4c-b84937ee40a2} <Debug> DynamicQueryHandler: Done processing query | ||
| 457 | 2024.05.25 00:59:40.946486 [ 3 ] {} <Debug> HTTP-Session: d02abc73-7d69-4a49-976c-ec14fe06701d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 458 | 2024.05.25 00:59:40.946612 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36905, User-Agent: (none), Length: 353, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 459 | 2024.05.25 00:59:40.946665 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 460 | 2024.05.25 00:59:40.946690 [ 3 ] {} <Debug> HTTP-Session: a6295388-fbc5-4eda-bee9-e963d6684673 Authenticating user 'default' from [fd00:1122:3344:101::d]:36905 | ||
| 461 | 2024.05.25 00:59:40.946706 [ 3 ] {} <Debug> HTTP-Session: a6295388-fbc5-4eda-bee9-e963d6684673 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 462 | 2024.05.25 00:59:40.946725 [ 3 ] {} <Debug> HTTP-Session: a6295388-fbc5-4eda-bee9-e963d6684673 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 463 | 2024.05.25 00:59:40.946755 [ 3 ] {} <Trace> HTTP-Session: a6295388-fbc5-4eda-bee9-e963d6684673 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 464 | 2024.05.25 00:59:40.946941 [ 3 ] {3472c8a5-c83a-42bf-8943-27b890213fb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36905) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativei64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 465 | 2024.05.25 00:59:40.946992 [ 3 ] {3472c8a5-c83a-42bf-8943-27b890213fb3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
| 466 | 2024.05.25 00:59:40.949725 [ 3 ] {3472c8a5-c83a-42bf-8943-27b890213fb3} <Debug> oximeter.measurements_cumulativei64 (d7e50737-20c2-4a5e-b32d-98392971303e): Loading data parts | ||
| 467 | 2024.05.25 00:59:40.949974 [ 3 ] {3472c8a5-c83a-42bf-8943-27b890213fb3} <Debug> oximeter.measurements_cumulativei64 (d7e50737-20c2-4a5e-b32d-98392971303e): There are no data parts | ||
| 468 | 2024.05.25 00:59:40.951401 [ 3 ] {3472c8a5-c83a-42bf-8943-27b890213fb3} <Debug> DynamicQueryHandler: Done processing query | ||
| 469 | 2024.05.25 00:59:40.951434 [ 3 ] {} <Debug> HTTP-Session: a6295388-fbc5-4eda-bee9-e963d6684673 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 470 | 2024.05.25 00:59:40.951550 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36905, User-Agent: (none), Length: 354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 471 | 2024.05.25 00:59:40.951609 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 472 | 2024.05.25 00:59:40.951628 [ 3 ] {} <Debug> HTTP-Session: 23819e37-31cd-421a-8050-9f73e04a69bb Authenticating user 'default' from [fd00:1122:3344:101::d]:36905 | ||
| 473 | 2024.05.25 00:59:40.951649 [ 3 ] {} <Debug> HTTP-Session: 23819e37-31cd-421a-8050-9f73e04a69bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 474 | 2024.05.25 00:59:40.951663 [ 3 ] {} <Debug> HTTP-Session: 23819e37-31cd-421a-8050-9f73e04a69bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 475 | 2024.05.25 00:59:40.951696 [ 3 ] {} <Trace> HTTP-Session: 23819e37-31cd-421a-8050-9f73e04a69bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 476 | 2024.05.25 00:59:40.951879 [ 3 ] {09f93129-f768-47a2-81a6-735ea66bf2af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36905) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativeu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 477 | 2024.05.25 00:59:40.951937 [ 3 ] {09f93129-f768-47a2-81a6-735ea66bf2af} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
| 478 | 2024.05.25 00:59:40.956646 [ 3 ] {09f93129-f768-47a2-81a6-735ea66bf2af} <Debug> oximeter.measurements_cumulativeu64 (2baa0485-8707-4390-838d-3d19eaeadb78): Loading data parts | ||
| 479 | 2024.05.25 00:59:40.956925 [ 3 ] {09f93129-f768-47a2-81a6-735ea66bf2af} <Debug> oximeter.measurements_cumulativeu64 (2baa0485-8707-4390-838d-3d19eaeadb78): There are no data parts | ||
| 480 | 2024.05.25 00:59:40.958574 [ 3 ] {09f93129-f768-47a2-81a6-735ea66bf2af} <Debug> DynamicQueryHandler: Done processing query | ||
| 481 | 2024.05.25 00:59:40.958600 [ 3 ] {} <Debug> HTTP-Session: 23819e37-31cd-421a-8050-9f73e04a69bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 482 | 2024.05.25 00:59:40.958716 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36905, User-Agent: (none), Length: 355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 483 | 2024.05.25 00:59:40.958771 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 484 | 2024.05.25 00:59:40.958790 [ 3 ] {} <Debug> HTTP-Session: 21208511-9745-4a01-93a8-b2a6726e1076 Authenticating user 'default' from [fd00:1122:3344:101::d]:36905 | ||
| 485 | 2024.05.25 00:59:40.958811 [ 3 ] {} <Debug> HTTP-Session: 21208511-9745-4a01-93a8-b2a6726e1076 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 486 | 2024.05.25 00:59:40.958829 [ 3 ] {} <Debug> HTTP-Session: 21208511-9745-4a01-93a8-b2a6726e1076 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 487 | 2024.05.25 00:59:40.958859 [ 3 ] {} <Trace> HTTP-Session: 21208511-9745-4a01-93a8-b2a6726e1076 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 488 | 2024.05.25 00:59:40.959041 [ 3 ] {65b0a81b-509d-4dda-8d0e-3c7c216ec818} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36905) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 489 | 2024.05.25 00:59:40.959103 [ 3 ] {65b0a81b-509d-4dda-8d0e-3c7c216ec818} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
| 490 | 2024.05.25 00:59:40.961830 [ 3 ] {65b0a81b-509d-4dda-8d0e-3c7c216ec818} <Debug> oximeter.measurements_cumulativef32 (2626167d-f9da-4c79-896b-5933eb7319e7): Loading data parts | ||
| 491 | 2024.05.25 00:59:40.962007 [ 3 ] {65b0a81b-509d-4dda-8d0e-3c7c216ec818} <Debug> oximeter.measurements_cumulativef32 (2626167d-f9da-4c79-896b-5933eb7319e7): There are no data parts | ||
| 492 | 2024.05.25 00:59:40.963279 [ 3 ] {65b0a81b-509d-4dda-8d0e-3c7c216ec818} <Debug> DynamicQueryHandler: Done processing query | ||
| 493 | 2024.05.25 00:59:40.963312 [ 3 ] {} <Debug> HTTP-Session: 21208511-9745-4a01-93a8-b2a6726e1076 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 494 | 2024.05.25 00:59:40.963440 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36905, User-Agent: (none), Length: 356, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 495 | 2024.05.25 00:59:40.963495 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 496 | 2024.05.25 00:59:40.963520 [ 3 ] {} <Debug> HTTP-Session: 804d4d59-2d11-4b93-928f-e84043192b2c Authenticating user 'default' from [fd00:1122:3344:101::d]:36905 | ||
| 497 | 2024.05.25 00:59:40.963543 [ 3 ] {} <Debug> HTTP-Session: 804d4d59-2d11-4b93-928f-e84043192b2c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 498 | 2024.05.25 00:59:40.963556 [ 3 ] {} <Debug> HTTP-Session: 804d4d59-2d11-4b93-928f-e84043192b2c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 499 | 2024.05.25 00:59:40.963591 [ 3 ] {} <Trace> HTTP-Session: 804d4d59-2d11-4b93-928f-e84043192b2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 500 | 2024.05.25 00:59:40.963783 [ 3 ] {bae87f9b-fd39-4c97-8206-6e0e0855be1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36905) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 501 | 2024.05.25 00:59:40.963841 [ 3 ] {bae87f9b-fd39-4c97-8206-6e0e0855be1a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
| 502 | 2024.05.25 00:59:40.968636 [ 3 ] {bae87f9b-fd39-4c97-8206-6e0e0855be1a} <Debug> oximeter.measurements_cumulativef64 (a751833a-6a83-4bf2-9fcf-b28f2be2e73e): Loading data parts | ||
| 503 | 2024.05.25 00:59:40.968911 [ 3 ] {bae87f9b-fd39-4c97-8206-6e0e0855be1a} <Debug> oximeter.measurements_cumulativef64 (a751833a-6a83-4bf2-9fcf-b28f2be2e73e): There are no data parts | ||
| 504 | 2024.05.25 00:59:40.970548 [ 3 ] {bae87f9b-fd39-4c97-8206-6e0e0855be1a} <Debug> DynamicQueryHandler: Done processing query | ||
| 505 | 2024.05.25 00:59:40.970573 [ 3 ] {} <Debug> HTTP-Session: 804d4d59-2d11-4b93-928f-e84043192b2c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 506 | 2024.05.25 00:59:40.970693 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36905, User-Agent: (none), Length: 836, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 507 | 2024.05.25 00:59:40.970747 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 508 | 2024.05.25 00:59:40.970765 [ 3 ] {} <Debug> HTTP-Session: 00eb8c86-e6cc-438f-acfa-4a01ba98e66c Authenticating user 'default' from [fd00:1122:3344:101::d]:36905 | ||
| 509 | 2024.05.25 00:59:40.970787 [ 3 ] {} <Debug> HTTP-Session: 00eb8c86-e6cc-438f-acfa-4a01ba98e66c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 510 | 2024.05.25 00:59:40.970807 [ 3 ] {} <Debug> HTTP-Session: 00eb8c86-e6cc-438f-acfa-4a01ba98e66c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 511 | 2024.05.25 00:59:40.970837 [ 3 ] {} <Trace> HTTP-Session: 00eb8c86-e6cc-438f-acfa-4a01ba98e66c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 512 | 2024.05.25 00:59:40.971030 [ 3 ] {b5b2058a-183f-4730-91c4-95f216d3cefa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36905) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* | ||
| 513 | * NOTE: Array types cannot be Nullable, see | ||
| 514 | * https://clickhouse.com/docs/en/sql-reference/data-types/nullable | ||
| 515 | * for more details. | ||
| 516 | * | ||
| 517 | * This means we need to use empty arrays to indicate a missing value. This | ||
| 518 | * is unfortunate, and at this point relies on the fact that an | ||
| 519 | * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need | ||
| 520 | * to figure out another way to represent missing samples here. | ||
| 521 | */ | ||
| 522 | bins Array(Int8), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 523 | 2024.05.25 00:59:40.971088 [ 3 ] {b5b2058a-183f-4730-91c4-95f216d3cefa} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
| 524 | 2024.05.25 00:59:40.973850 [ 3 ] {b5b2058a-183f-4730-91c4-95f216d3cefa} <Debug> oximeter.measurements_histogrami8 (42f74703-032f-42fd-bb4c-41a10300204d): Loading data parts | ||
| 525 | 2024.05.25 00:59:40.974009 [ 3 ] {b5b2058a-183f-4730-91c4-95f216d3cefa} <Debug> oximeter.measurements_histogrami8 (42f74703-032f-42fd-bb4c-41a10300204d): There are no data parts | ||
| 526 | 2024.05.25 00:59:40.975270 [ 3 ] {b5b2058a-183f-4730-91c4-95f216d3cefa} <Debug> DynamicQueryHandler: Done processing query | ||
| 527 | 2024.05.25 00:59:40.975296 [ 3 ] {} <Debug> HTTP-Session: 00eb8c86-e6cc-438f-acfa-4a01ba98e66c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 528 | 2024.05.25 00:59:40.975414 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36905, User-Agent: (none), Length: 373, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 529 | 2024.05.25 00:59:40.975468 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 530 | 2024.05.25 00:59:40.975494 [ 3 ] {} <Debug> HTTP-Session: dfa9cbf2-d908-4f8f-af0a-09d2cf922c17 Authenticating user 'default' from [fd00:1122:3344:101::d]:36905 | ||
| 531 | 2024.05.25 00:59:40.975510 [ 3 ] {} <Debug> HTTP-Session: dfa9cbf2-d908-4f8f-af0a-09d2cf922c17 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 532 | 2024.05.25 00:59:40.975529 [ 3 ] {} <Debug> HTTP-Session: dfa9cbf2-d908-4f8f-af0a-09d2cf922c17 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 533 | 2024.05.25 00:59:40.975558 [ 3 ] {} <Trace> HTTP-Session: dfa9cbf2-d908-4f8f-af0a-09d2cf922c17 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 534 | 2024.05.25 00:59:40.975749 [ 3 ] {3611f6c2-90de-445b-9fb6-55eabcaa1d63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36905) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt8), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 535 | 2024.05.25 00:59:40.975807 [ 3 ] {3611f6c2-90de-445b-9fb6-55eabcaa1d63} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
| 536 | 2024.05.25 00:59:40.980579 [ 3 ] {3611f6c2-90de-445b-9fb6-55eabcaa1d63} <Debug> oximeter.measurements_histogramu8 (8d24d10b-805b-4bc3-8ce9-bbdbc50d2326): Loading data parts | ||
| 537 | 2024.05.25 00:59:40.980839 [ 3 ] {3611f6c2-90de-445b-9fb6-55eabcaa1d63} <Debug> oximeter.measurements_histogramu8 (8d24d10b-805b-4bc3-8ce9-bbdbc50d2326): There are no data parts | ||
| 538 | 2024.05.25 00:59:40.982410 [ 3 ] {3611f6c2-90de-445b-9fb6-55eabcaa1d63} <Debug> DynamicQueryHandler: Done processing query | ||
| 539 | 2024.05.25 00:59:40.982444 [ 3 ] {} <Debug> HTTP-Session: dfa9cbf2-d908-4f8f-af0a-09d2cf922c17 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 540 | 2024.05.25 00:59:40.982560 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36905, User-Agent: (none), Length: 374, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 541 | 2024.05.25 00:59:40.982615 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 542 | 2024.05.25 00:59:40.982640 [ 3 ] {} <Debug> HTTP-Session: eb52e436-b4bd-4fc5-a892-071dfe7cda14 Authenticating user 'default' from [fd00:1122:3344:101::d]:36905 | ||
| 543 | 2024.05.25 00:59:40.982661 [ 3 ] {} <Debug> HTTP-Session: eb52e436-b4bd-4fc5-a892-071dfe7cda14 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 544 | 2024.05.25 00:59:40.982674 [ 3 ] {} <Debug> HTTP-Session: eb52e436-b4bd-4fc5-a892-071dfe7cda14 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 545 | 2024.05.25 00:59:40.982709 [ 3 ] {} <Trace> HTTP-Session: eb52e436-b4bd-4fc5-a892-071dfe7cda14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 546 | 2024.05.25 00:59:40.982907 [ 3 ] {997a6b05-813f-49a5-809b-035889577d24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36905) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int16), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 547 | 2024.05.25 00:59:40.982968 [ 3 ] {997a6b05-813f-49a5-809b-035889577d24} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
| 548 | 2024.05.25 00:59:40.985722 [ 3 ] {997a6b05-813f-49a5-809b-035889577d24} <Debug> oximeter.measurements_histogrami16 (17f4fa96-1888-4453-bb3a-46266952c234): Loading data parts | ||
| 549 | 2024.05.25 00:59:40.985928 [ 3 ] {997a6b05-813f-49a5-809b-035889577d24} <Debug> oximeter.measurements_histogrami16 (17f4fa96-1888-4453-bb3a-46266952c234): There are no data parts | ||
| 550 | 2024.05.25 00:59:40.987208 [ 3 ] {997a6b05-813f-49a5-809b-035889577d24} <Debug> DynamicQueryHandler: Done processing query | ||
| 551 | 2024.05.25 00:59:40.987233 [ 3 ] {} <Debug> HTTP-Session: eb52e436-b4bd-4fc5-a892-071dfe7cda14 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 552 | 2024.05.25 00:59:40.987360 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36905, User-Agent: (none), Length: 375, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 553 | 2024.05.25 00:59:40.987416 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 554 | 2024.05.25 00:59:40.987434 [ 3 ] {} <Debug> HTTP-Session: a408e6f9-099f-4bdd-9d0d-4e93be01f7c4 Authenticating user 'default' from [fd00:1122:3344:101::d]:36905 | ||
| 555 | 2024.05.25 00:59:40.987457 [ 3 ] {} <Debug> HTTP-Session: a408e6f9-099f-4bdd-9d0d-4e93be01f7c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 556 | 2024.05.25 00:59:40.987477 [ 3 ] {} <Debug> HTTP-Session: a408e6f9-099f-4bdd-9d0d-4e93be01f7c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 557 | 2024.05.25 00:59:40.987507 [ 3 ] {} <Trace> HTTP-Session: a408e6f9-099f-4bdd-9d0d-4e93be01f7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 558 | 2024.05.25 00:59:40.987699 [ 3 ] {6ee4501c-a724-46ea-b1d8-99ed7052f1b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36905) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt16), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 559 | 2024.05.25 00:59:40.987758 [ 3 ] {6ee4501c-a724-46ea-b1d8-99ed7052f1b7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
| 560 | 2024.05.25 00:59:40.992497 [ 3 ] {6ee4501c-a724-46ea-b1d8-99ed7052f1b7} <Debug> oximeter.measurements_histogramu16 (a15d5520-01cf-4b9b-84dc-cd44e320348f): Loading data parts | ||
| 561 | 2024.05.25 00:59:40.992764 [ 3 ] {6ee4501c-a724-46ea-b1d8-99ed7052f1b7} <Debug> oximeter.measurements_histogramu16 (a15d5520-01cf-4b9b-84dc-cd44e320348f): There are no data parts | ||
| 562 | 2024.05.25 00:59:40.994502 [ 3 ] {6ee4501c-a724-46ea-b1d8-99ed7052f1b7} <Debug> DynamicQueryHandler: Done processing query | ||
| 563 | 2024.05.25 00:59:40.994536 [ 3 ] {} <Debug> HTTP-Session: a408e6f9-099f-4bdd-9d0d-4e93be01f7c4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 564 | 2024.05.25 00:59:40.994654 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36905, User-Agent: (none), Length: 374, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 565 | 2024.05.25 00:59:40.994709 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 566 | 2024.05.25 00:59:40.994735 [ 3 ] {} <Debug> HTTP-Session: 7fdef7bb-16b1-4e00-b55d-8377cf942ef9 Authenticating user 'default' from [fd00:1122:3344:101::d]:36905 | ||
| 567 | 2024.05.25 00:59:40.994751 [ 3 ] {} <Debug> HTTP-Session: 7fdef7bb-16b1-4e00-b55d-8377cf942ef9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 568 | 2024.05.25 00:59:40.994770 [ 3 ] {} <Debug> HTTP-Session: 7fdef7bb-16b1-4e00-b55d-8377cf942ef9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 569 | 2024.05.25 00:59:40.994807 [ 3 ] {} <Trace> HTTP-Session: 7fdef7bb-16b1-4e00-b55d-8377cf942ef9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 570 | 2024.05.25 00:59:40.994995 [ 3 ] {9629c56f-c5bc-4d31-96e5-c8fb052ac888} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36905) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int32), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 571 | 2024.05.25 00:59:40.995057 [ 3 ] {9629c56f-c5bc-4d31-96e5-c8fb052ac888} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
| 572 | 2024.05.25 00:59:41.000168 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 160.09 MiB, peak 161.15 MiB, free memory in arenas 0.00 B, will set to 170.92 MiB (RSS), difference: 10.83 MiB | ||
| 573 | 2024.05.25 00:59:41.001902 [ 3 ] {9629c56f-c5bc-4d31-96e5-c8fb052ac888} <Debug> oximeter.measurements_histogrami32 (65e1a413-108d-4ece-848e-4f560acf45ab): Loading data parts | ||
| 574 | 2024.05.25 00:59:41.002209 [ 3 ] {9629c56f-c5bc-4d31-96e5-c8fb052ac888} <Debug> oximeter.measurements_histogrami32 (65e1a413-108d-4ece-848e-4f560acf45ab): There are no data parts | ||
| 575 | 2024.05.25 00:59:41.013030 [ 3 ] {9629c56f-c5bc-4d31-96e5-c8fb052ac888} <Debug> DynamicQueryHandler: Done processing query | ||
| 576 | 2024.05.25 00:59:41.013072 [ 3 ] {} <Debug> HTTP-Session: 7fdef7bb-16b1-4e00-b55d-8377cf942ef9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 577 | 2024.05.25 00:59:41.013236 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36905, User-Agent: (none), Length: 375, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 578 | 2024.05.25 00:59:41.013303 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 579 | 2024.05.25 00:59:41.013322 [ 3 ] {} <Debug> HTTP-Session: b25e838e-8a91-4938-b6f3-ca24d72eba9d Authenticating user 'default' from [fd00:1122:3344:101::d]:36905 | ||
| 580 | 2024.05.25 00:59:41.013339 [ 3 ] {} <Debug> HTTP-Session: b25e838e-8a91-4938-b6f3-ca24d72eba9d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 581 | 2024.05.25 00:59:41.013358 [ 3 ] {} <Debug> HTTP-Session: b25e838e-8a91-4938-b6f3-ca24d72eba9d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 582 | 2024.05.25 00:59:41.013400 [ 3 ] {} <Trace> HTTP-Session: b25e838e-8a91-4938-b6f3-ca24d72eba9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 583 | 2024.05.25 00:59:41.013593 [ 3 ] {844d2676-d018-4d44-b4e7-ba5d5ad73ffc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36905) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt32), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 584 | 2024.05.25 00:59:41.013653 [ 3 ] {844d2676-d018-4d44-b4e7-ba5d5ad73ffc} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
| 585 | 2024.05.25 00:59:41.016408 [ 3 ] {844d2676-d018-4d44-b4e7-ba5d5ad73ffc} <Debug> oximeter.measurements_histogramu32 (a98b4102-f10a-4ebb-8f3d-07ac87ba4f9f): Loading data parts | ||
| 586 | 2024.05.25 00:59:41.016609 [ 3 ] {844d2676-d018-4d44-b4e7-ba5d5ad73ffc} <Debug> oximeter.measurements_histogramu32 (a98b4102-f10a-4ebb-8f3d-07ac87ba4f9f): There are no data parts | ||
| 587 | 2024.05.25 00:59:41.021174 [ 3 ] {844d2676-d018-4d44-b4e7-ba5d5ad73ffc} <Debug> DynamicQueryHandler: Done processing query | ||
| 588 | 2024.05.25 00:59:41.021212 [ 3 ] {} <Debug> HTTP-Session: b25e838e-8a91-4938-b6f3-ca24d72eba9d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 589 | 2024.05.25 00:59:41.021437 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36905, User-Agent: (none), Length: 374, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 590 | 2024.05.25 00:59:41.021531 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 591 | 2024.05.25 00:59:41.021577 [ 3 ] {} <Debug> HTTP-Session: 5bbf8bfe-fd05-42a2-9e04-9a550dc54816 Authenticating user 'default' from [fd00:1122:3344:101::d]:36905 | ||
| 592 | 2024.05.25 00:59:41.021605 [ 3 ] {} <Debug> HTTP-Session: 5bbf8bfe-fd05-42a2-9e04-9a550dc54816 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 593 | 2024.05.25 00:59:41.021638 [ 3 ] {} <Debug> HTTP-Session: 5bbf8bfe-fd05-42a2-9e04-9a550dc54816 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 594 | 2024.05.25 00:59:41.021692 [ 3 ] {} <Trace> HTTP-Session: 5bbf8bfe-fd05-42a2-9e04-9a550dc54816 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 595 | 2024.05.25 00:59:41.021935 [ 3 ] {bb68fc3b-2add-4563-852a-904b34700f30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36905) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int64), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 596 | 2024.05.25 00:59:41.021994 [ 3 ] {bb68fc3b-2add-4563-852a-904b34700f30} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
| 597 | 2024.05.25 00:59:41.024208 [ 3 ] {bb68fc3b-2add-4563-852a-904b34700f30} <Debug> oximeter.measurements_histogrami64 (6b7f0ce6-b4e8-4df3-b5a7-fe089b5795ba): Loading data parts | ||
| 598 | 2024.05.25 00:59:41.024368 [ 3 ] {bb68fc3b-2add-4563-852a-904b34700f30} <Debug> oximeter.measurements_histogrami64 (6b7f0ce6-b4e8-4df3-b5a7-fe089b5795ba): There are no data parts | ||
| 599 | 2024.05.25 00:59:41.026802 [ 3 ] {bb68fc3b-2add-4563-852a-904b34700f30} <Debug> DynamicQueryHandler: Done processing query | ||
| 600 | 2024.05.25 00:59:41.026841 [ 3 ] {} <Debug> HTTP-Session: 5bbf8bfe-fd05-42a2-9e04-9a550dc54816 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 601 | 2024.05.25 00:59:41.026978 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36905, User-Agent: (none), Length: 375, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 602 | 2024.05.25 00:59:41.027033 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 603 | 2024.05.25 00:59:41.027059 [ 3 ] {} <Debug> HTTP-Session: 25eae1c1-6c02-4bc3-ba0a-334e2cd83207 Authenticating user 'default' from [fd00:1122:3344:101::d]:36905 | ||
| 604 | 2024.05.25 00:59:41.027082 [ 3 ] {} <Debug> HTTP-Session: 25eae1c1-6c02-4bc3-ba0a-334e2cd83207 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 605 | 2024.05.25 00:59:41.027095 [ 3 ] {} <Debug> HTTP-Session: 25eae1c1-6c02-4bc3-ba0a-334e2cd83207 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 606 | 2024.05.25 00:59:41.027131 [ 3 ] {} <Trace> HTTP-Session: 25eae1c1-6c02-4bc3-ba0a-334e2cd83207 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 607 | 2024.05.25 00:59:41.027325 [ 3 ] {40af18e0-37fc-4021-aafe-3db27a62f33a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36905) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt64), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 608 | 2024.05.25 00:59:41.027385 [ 3 ] {40af18e0-37fc-4021-aafe-3db27a62f33a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
| 609 | 2024.05.25 00:59:41.030690 [ 3 ] {40af18e0-37fc-4021-aafe-3db27a62f33a} <Debug> oximeter.measurements_histogramu64 (00e5292b-f051-4fbe-bffd-257bb9de1e93): Loading data parts | ||
| 610 | 2024.05.25 00:59:41.030944 [ 3 ] {40af18e0-37fc-4021-aafe-3db27a62f33a} <Debug> oximeter.measurements_histogramu64 (00e5292b-f051-4fbe-bffd-257bb9de1e93): There are no data parts | ||
| 611 | 2024.05.25 00:59:41.033446 [ 3 ] {40af18e0-37fc-4021-aafe-3db27a62f33a} <Debug> DynamicQueryHandler: Done processing query | ||
| 612 | 2024.05.25 00:59:41.033478 [ 3 ] {} <Debug> HTTP-Session: 25eae1c1-6c02-4bc3-ba0a-334e2cd83207 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 613 | 2024.05.25 00:59:41.033641 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36905, User-Agent: (none), Length: 376, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 614 | 2024.05.25 00:59:41.033707 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 615 | 2024.05.25 00:59:41.033729 [ 3 ] {} <Debug> HTTP-Session: f522bfa5-eb06-40e4-975c-a3034ee4b94d Authenticating user 'default' from [fd00:1122:3344:101::d]:36905 | ||
| 616 | 2024.05.25 00:59:41.033755 [ 3 ] {} <Debug> HTTP-Session: f522bfa5-eb06-40e4-975c-a3034ee4b94d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 617 | 2024.05.25 00:59:41.033778 [ 3 ] {} <Debug> HTTP-Session: f522bfa5-eb06-40e4-975c-a3034ee4b94d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 618 | 2024.05.25 00:59:41.033816 [ 3 ] {} <Trace> HTTP-Session: f522bfa5-eb06-40e4-975c-a3034ee4b94d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 619 | 2024.05.25 00:59:41.034051 [ 3 ] {bf22e5ea-b621-4a62-bf3a-7ecfc65f927b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36905) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float32), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 620 | 2024.05.25 00:59:41.034120 [ 3 ] {bf22e5ea-b621-4a62-bf3a-7ecfc65f927b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
| 621 | 2024.05.25 00:59:41.037075 [ 3 ] {bf22e5ea-b621-4a62-bf3a-7ecfc65f927b} <Debug> oximeter.measurements_histogramf32 (70391abe-f987-4691-8a8c-b8c05e4d49b1): Loading data parts | ||
| 622 | 2024.05.25 00:59:41.037246 [ 3 ] {bf22e5ea-b621-4a62-bf3a-7ecfc65f927b} <Debug> oximeter.measurements_histogramf32 (70391abe-f987-4691-8a8c-b8c05e4d49b1): There are no data parts | ||
| 623 | 2024.05.25 00:59:41.039776 [ 3 ] {bf22e5ea-b621-4a62-bf3a-7ecfc65f927b} <Debug> DynamicQueryHandler: Done processing query | ||
| 624 | 2024.05.25 00:59:41.039820 [ 3 ] {} <Debug> HTTP-Session: f522bfa5-eb06-40e4-975c-a3034ee4b94d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 625 | 2024.05.25 00:59:41.039957 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36905, User-Agent: (none), Length: 376, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 626 | 2024.05.25 00:59:41.040016 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 627 | 2024.05.25 00:59:41.040044 [ 3 ] {} <Debug> HTTP-Session: cc9f272c-8447-4fbc-b482-207ec9ad4213 Authenticating user 'default' from [fd00:1122:3344:101::d]:36905 | ||
| 628 | 2024.05.25 00:59:41.040059 [ 3 ] {} <Debug> HTTP-Session: cc9f272c-8447-4fbc-b482-207ec9ad4213 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 629 | 2024.05.25 00:59:41.040079 [ 3 ] {} <Debug> HTTP-Session: cc9f272c-8447-4fbc-b482-207ec9ad4213 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 630 | 2024.05.25 00:59:41.040117 [ 3 ] {} <Trace> HTTP-Session: cc9f272c-8447-4fbc-b482-207ec9ad4213 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 631 | 2024.05.25 00:59:41.040313 [ 3 ] {bc6ba69a-1d0d-4c3d-add1-3d6f386be953} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36905) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float64), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 632 | 2024.05.25 00:59:41.040376 [ 3 ] {bc6ba69a-1d0d-4c3d-add1-3d6f386be953} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
| 633 | 2024.05.25 00:59:41.045166 [ 3 ] {bc6ba69a-1d0d-4c3d-add1-3d6f386be953} <Debug> oximeter.measurements_histogramf64 (277b3f95-fc50-40a1-8977-89da8042e74e): Loading data parts | ||
| 634 | 2024.05.25 00:59:41.045342 [ 3 ] {bc6ba69a-1d0d-4c3d-add1-3d6f386be953} <Debug> oximeter.measurements_histogramf64 (277b3f95-fc50-40a1-8977-89da8042e74e): There are no data parts | ||
| 635 | 2024.05.25 00:59:41.049541 [ 3 ] {bc6ba69a-1d0d-4c3d-add1-3d6f386be953} <Debug> DynamicQueryHandler: Done processing query | ||
| 636 | 2024.05.25 00:59:41.049593 [ 3 ] {} <Debug> HTTP-Session: cc9f272c-8447-4fbc-b482-207ec9ad4213 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 637 | 2024.05.25 00:59:41.049798 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36905, User-Agent: (none), Length: 1196, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 638 | 2024.05.25 00:59:41.049889 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 639 | 2024.05.25 00:59:41.049918 [ 3 ] {} <Debug> HTTP-Session: 07c39cf0-78c2-4145-8fa0-46e831f4c67e Authenticating user 'default' from [fd00:1122:3344:101::d]:36905 | ||
| 640 | 2024.05.25 00:59:41.049955 [ 3 ] {} <Debug> HTTP-Session: 07c39cf0-78c2-4145-8fa0-46e831f4c67e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 641 | 2024.05.25 00:59:41.049976 [ 3 ] {} <Debug> HTTP-Session: 07c39cf0-78c2-4145-8fa0-46e831f4c67e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 642 | 2024.05.25 00:59:41.050032 [ 3 ] {} <Trace> HTTP-Session: 07c39cf0-78c2-4145-8fa0-46e831f4c67e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 643 | 2024.05.25 00:59:41.050259 [ 3 ] {48c6c9aa-3840-420a-8f3d-ac36a645269a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36905) /* The field tables store named dimensions of each timeseries. | ||
| 644 | * | ||
| 645 | * As with the measurement tables, there is one field table for each field data | ||
| 646 | * type. Fields are deduplicated by using the "replacing merge tree", though | ||
| 647 | * this behavior **must not** be relied upon for query correctness. | ||
| 648 | * | ||
| 649 | * The index for the fields differs from the measurements, however. Rows are | ||
| 650 | * sorted by timeseries name, then field name, field value, and finally | ||
| 651 | * timeseries key. This reflects the most common pattern for looking them up: | ||
| 652 | * by field name and possibly value, within a timeseries. The resulting keys are | ||
| 653 | * usually then used to look up measurements. | ||
| 654 | * | ||
| 655 | * NOTE: We may want to consider a secondary index on these tables, sorting by | ||
| 656 | * timeseries name and then key, since it would improve lookups where one | ||
| 657 | * already has the key. Realistically though, these tables are quite small and | ||
| 658 | * so performance benefits will be low in absolute terms. | ||
| 659 | */ | ||
| 660 | CREATE TABLE IF NOT EXISTS oximeter.fields_bool ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
| 661 | 2024.05.25 00:59:41.050345 [ 3 ] {48c6c9aa-3840-420a-8f3d-ac36a645269a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
| 662 | 2024.05.25 00:59:41.053235 [ 3 ] {48c6c9aa-3840-420a-8f3d-ac36a645269a} <Debug> oximeter.fields_bool (c70f8ae6-8b4b-4f18-b1cf-6c583bbd185a): Loading data parts | ||
| 663 | 2024.05.25 00:59:41.053407 [ 3 ] {48c6c9aa-3840-420a-8f3d-ac36a645269a} <Debug> oximeter.fields_bool (c70f8ae6-8b4b-4f18-b1cf-6c583bbd185a): There are no data parts | ||
| 664 | 2024.05.25 00:59:41.054679 [ 3 ] {48c6c9aa-3840-420a-8f3d-ac36a645269a} <Debug> DynamicQueryHandler: Done processing query | ||
| 665 | 2024.05.25 00:59:41.054714 [ 3 ] {} <Debug> HTTP-Session: 07c39cf0-78c2-4145-8fa0-46e831f4c67e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 666 | 2024.05.25 00:59:41.054833 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36905, User-Agent: (none), Length: 248, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 667 | 2024.05.25 00:59:41.054889 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 668 | 2024.05.25 00:59:41.054915 [ 3 ] {} <Debug> HTTP-Session: e16e2119-1022-4eca-bd85-1bc6d53c3122 Authenticating user 'default' from [fd00:1122:3344:101::d]:36905 | ||
| 669 | 2024.05.25 00:59:41.054931 [ 3 ] {} <Debug> HTTP-Session: e16e2119-1022-4eca-bd85-1bc6d53c3122 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 670 | 2024.05.25 00:59:41.054950 [ 3 ] {} <Debug> HTTP-Session: e16e2119-1022-4eca-bd85-1bc6d53c3122 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 671 | 2024.05.25 00:59:41.054988 [ 3 ] {} <Trace> HTTP-Session: e16e2119-1022-4eca-bd85-1bc6d53c3122 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 672 | 2024.05.25 00:59:41.055128 [ 3 ] {eb53d4ea-0409-46ed-9f87-2ce582ff5d75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36905) CREATE TABLE IF NOT EXISTS oximeter.fields_i8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int8 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
| 673 | 2024.05.25 00:59:41.055186 [ 3 ] {eb53d4ea-0409-46ed-9f87-2ce582ff5d75} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
| 674 | 2024.05.25 00:59:41.059734 [ 3 ] {eb53d4ea-0409-46ed-9f87-2ce582ff5d75} <Debug> oximeter.fields_i8 (ff59e551-e63f-43b6-a37e-7fe201b72b35): Loading data parts | ||
| 675 | 2024.05.25 00:59:41.059921 [ 3 ] {eb53d4ea-0409-46ed-9f87-2ce582ff5d75} <Debug> oximeter.fields_i8 (ff59e551-e63f-43b6-a37e-7fe201b72b35): There are no data parts | ||
| 676 | 2024.05.25 00:59:41.061505 [ 3 ] {eb53d4ea-0409-46ed-9f87-2ce582ff5d75} <Debug> DynamicQueryHandler: Done processing query | ||
| 677 | 2024.05.25 00:59:41.061532 [ 3 ] {} <Debug> HTTP-Session: e16e2119-1022-4eca-bd85-1bc6d53c3122 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 678 | 2024.05.25 00:59:41.061656 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36905, User-Agent: (none), Length: 249, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 679 | 2024.05.25 00:59:41.061713 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 680 | 2024.05.25 00:59:41.061731 [ 3 ] {} <Debug> HTTP-Session: 741cec48-8f1b-4946-9e2b-9a3c597ac38b Authenticating user 'default' from [fd00:1122:3344:101::d]:36905 | ||
| 681 | 2024.05.25 00:59:41.061754 [ 3 ] {} <Debug> HTTP-Session: 741cec48-8f1b-4946-9e2b-9a3c597ac38b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 682 | 2024.05.25 00:59:41.061776 [ 3 ] {} <Debug> HTTP-Session: 741cec48-8f1b-4946-9e2b-9a3c597ac38b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 683 | 2024.05.25 00:59:41.061805 [ 3 ] {} <Trace> HTTP-Session: 741cec48-8f1b-4946-9e2b-9a3c597ac38b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 684 | 2024.05.25 00:59:41.061951 [ 3 ] {7409579f-cfdc-4b73-81cb-6776527cd34e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36905) CREATE TABLE IF NOT EXISTS oximeter.fields_u8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
| 685 | 2024.05.25 00:59:41.062011 [ 3 ] {7409579f-cfdc-4b73-81cb-6776527cd34e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
| 686 | 2024.05.25 00:59:41.064570 [ 3 ] {7409579f-cfdc-4b73-81cb-6776527cd34e} <Debug> oximeter.fields_u8 (6cb71869-b7b9-4ab9-819e-d479bc5dc1a9): Loading data parts | ||
| 687 | 2024.05.25 00:59:41.064735 [ 3 ] {7409579f-cfdc-4b73-81cb-6776527cd34e} <Debug> oximeter.fields_u8 (6cb71869-b7b9-4ab9-819e-d479bc5dc1a9): There are no data parts | ||
| 688 | 2024.05.25 00:59:41.065986 [ 3 ] {7409579f-cfdc-4b73-81cb-6776527cd34e} <Debug> DynamicQueryHandler: Done processing query | ||
| 689 | 2024.05.25 00:59:41.066013 [ 3 ] {} <Debug> HTTP-Session: 741cec48-8f1b-4946-9e2b-9a3c597ac38b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 690 | 2024.05.25 00:59:41.066137 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36905, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 691 | 2024.05.25 00:59:41.066193 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 692 | 2024.05.25 00:59:41.066211 [ 3 ] {} <Debug> HTTP-Session: a78f2134-4f64-48c8-8576-2ba819d197f3 Authenticating user 'default' from [fd00:1122:3344:101::d]:36905 | ||
| 693 | 2024.05.25 00:59:41.066234 [ 3 ] {} <Debug> HTTP-Session: a78f2134-4f64-48c8-8576-2ba819d197f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 694 | 2024.05.25 00:59:41.066254 [ 3 ] {} <Debug> HTTP-Session: a78f2134-4f64-48c8-8576-2ba819d197f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 695 | 2024.05.25 00:59:41.066284 [ 3 ] {} <Trace> HTTP-Session: a78f2134-4f64-48c8-8576-2ba819d197f3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 696 | 2024.05.25 00:59:41.066431 [ 3 ] {726026d7-4883-45ec-bd83-ab6b7fa0b08f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36905) CREATE TABLE IF NOT EXISTS oximeter.fields_i16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int16 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
| 697 | 2024.05.25 00:59:41.066485 [ 3 ] {726026d7-4883-45ec-bd83-ab6b7fa0b08f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
| 698 | 2024.05.25 00:59:41.071033 [ 3 ] {726026d7-4883-45ec-bd83-ab6b7fa0b08f} <Debug> oximeter.fields_i16 (fd54437f-6512-47e7-94fc-4b2d26a51f99): Loading data parts | ||
| 699 | 2024.05.25 00:59:41.071201 [ 3 ] {726026d7-4883-45ec-bd83-ab6b7fa0b08f} <Debug> oximeter.fields_i16 (fd54437f-6512-47e7-94fc-4b2d26a51f99): There are no data parts | ||
| 700 | 2024.05.25 00:59:41.072664 [ 3 ] {726026d7-4883-45ec-bd83-ab6b7fa0b08f} <Debug> DynamicQueryHandler: Done processing query | ||
| 701 | 2024.05.25 00:59:41.072690 [ 3 ] {} <Debug> HTTP-Session: a78f2134-4f64-48c8-8576-2ba819d197f3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 702 | 2024.05.25 00:59:41.072798 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36905, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 703 | 2024.05.25 00:59:41.072863 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 704 | 2024.05.25 00:59:41.072883 [ 3 ] {} <Debug> HTTP-Session: f1188e0a-b3fe-4532-87f2-cb4bdbf55f8d Authenticating user 'default' from [fd00:1122:3344:101::d]:36905 | ||
| 705 | 2024.05.25 00:59:41.072905 [ 3 ] {} <Debug> HTTP-Session: f1188e0a-b3fe-4532-87f2-cb4bdbf55f8d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 706 | 2024.05.25 00:59:41.072926 [ 3 ] {} <Debug> HTTP-Session: f1188e0a-b3fe-4532-87f2-cb4bdbf55f8d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 707 | 2024.05.25 00:59:41.072956 [ 3 ] {} <Trace> HTTP-Session: f1188e0a-b3fe-4532-87f2-cb4bdbf55f8d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 708 | 2024.05.25 00:59:41.073099 [ 3 ] {c60f6ef5-31be-47ab-a9ae-5de7ea46a3f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36905) CREATE TABLE IF NOT EXISTS oximeter.fields_u16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt16 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
| 709 | 2024.05.25 00:59:41.073146 [ 3 ] {c60f6ef5-31be-47ab-a9ae-5de7ea46a3f6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
| 710 | 2024.05.25 00:59:41.075690 [ 3 ] {c60f6ef5-31be-47ab-a9ae-5de7ea46a3f6} <Debug> oximeter.fields_u16 (3988bed3-81f7-4019-9f74-f2365595d6f2): Loading data parts | ||
| 711 | 2024.05.25 00:59:41.075868 [ 3 ] {c60f6ef5-31be-47ab-a9ae-5de7ea46a3f6} <Debug> oximeter.fields_u16 (3988bed3-81f7-4019-9f74-f2365595d6f2): There are no data parts | ||
| 712 | 2024.05.25 00:59:41.077106 [ 3 ] {c60f6ef5-31be-47ab-a9ae-5de7ea46a3f6} <Debug> DynamicQueryHandler: Done processing query | ||
| 713 | 2024.05.25 00:59:41.077142 [ 3 ] {} <Debug> HTTP-Session: f1188e0a-b3fe-4532-87f2-cb4bdbf55f8d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 714 | 2024.05.25 00:59:41.077274 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36905, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 715 | 2024.05.25 00:59:41.077322 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 716 | 2024.05.25 00:59:41.077348 [ 3 ] {} <Debug> HTTP-Session: 9837a223-aad0-47b1-8d6e-c6c79a8ce590 Authenticating user 'default' from [fd00:1122:3344:101::d]:36905 | ||
| 717 | 2024.05.25 00:59:41.077372 [ 3 ] {} <Debug> HTTP-Session: 9837a223-aad0-47b1-8d6e-c6c79a8ce590 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 718 | 2024.05.25 00:59:41.077385 [ 3 ] {} <Debug> HTTP-Session: 9837a223-aad0-47b1-8d6e-c6c79a8ce590 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 719 | 2024.05.25 00:59:41.077421 [ 3 ] {} <Trace> HTTP-Session: 9837a223-aad0-47b1-8d6e-c6c79a8ce590 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 720 | 2024.05.25 00:59:41.077569 [ 3 ] {efb7f853-0121-4891-a084-4e7f032d7afb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36905) CREATE TABLE IF NOT EXISTS oximeter.fields_i32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int32 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
| 721 | 2024.05.25 00:59:41.077616 [ 3 ] {efb7f853-0121-4891-a084-4e7f032d7afb} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
| 722 | 2024.05.25 00:59:41.082185 [ 3 ] {efb7f853-0121-4891-a084-4e7f032d7afb} <Debug> oximeter.fields_i32 (8a011173-0184-4831-8037-72a111cdfa2c): Loading data parts | ||
| 723 | 2024.05.25 00:59:41.082422 [ 3 ] {efb7f853-0121-4891-a084-4e7f032d7afb} <Debug> oximeter.fields_i32 (8a011173-0184-4831-8037-72a111cdfa2c): There are no data parts | ||
| 724 | 2024.05.25 00:59:41.084081 [ 3 ] {efb7f853-0121-4891-a084-4e7f032d7afb} <Debug> DynamicQueryHandler: Done processing query | ||
| 725 | 2024.05.25 00:59:41.084116 [ 3 ] {} <Debug> HTTP-Session: 9837a223-aad0-47b1-8d6e-c6c79a8ce590 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 726 | 2024.05.25 00:59:41.084225 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36905, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 727 | 2024.05.25 00:59:41.084282 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 728 | 2024.05.25 00:59:41.084309 [ 3 ] {} <Debug> HTTP-Session: 22954ccb-e220-4a0d-824c-49353174c3d8 Authenticating user 'default' from [fd00:1122:3344:101::d]:36905 | ||
| 729 | 2024.05.25 00:59:41.084325 [ 3 ] {} <Debug> HTTP-Session: 22954ccb-e220-4a0d-824c-49353174c3d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 730 | 2024.05.25 00:59:41.084345 [ 3 ] {} <Debug> HTTP-Session: 22954ccb-e220-4a0d-824c-49353174c3d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 731 | 2024.05.25 00:59:41.084382 [ 3 ] {} <Trace> HTTP-Session: 22954ccb-e220-4a0d-824c-49353174c3d8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 732 | 2024.05.25 00:59:41.084524 [ 3 ] {2e9fcac0-7128-454e-be4e-7dab26ac34c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36905) CREATE TABLE IF NOT EXISTS oximeter.fields_u32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt32 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
| 733 | 2024.05.25 00:59:41.084572 [ 3 ] {2e9fcac0-7128-454e-be4e-7dab26ac34c8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
| 734 | 2024.05.25 00:59:41.087233 [ 3 ] {2e9fcac0-7128-454e-be4e-7dab26ac34c8} <Debug> oximeter.fields_u32 (aefc0b25-a4df-414b-baef-7ec946a11e09): Loading data parts | ||
| 735 | 2024.05.25 00:59:41.087385 [ 3 ] {2e9fcac0-7128-454e-be4e-7dab26ac34c8} <Debug> oximeter.fields_u32 (aefc0b25-a4df-414b-baef-7ec946a11e09): There are no data parts | ||
| 736 | 2024.05.25 00:59:41.088631 [ 3 ] {2e9fcac0-7128-454e-be4e-7dab26ac34c8} <Debug> DynamicQueryHandler: Done processing query | ||
| 737 | 2024.05.25 00:59:41.088658 [ 3 ] {} <Debug> HTTP-Session: 22954ccb-e220-4a0d-824c-49353174c3d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 738 | 2024.05.25 00:59:41.088771 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36905, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 739 | 2024.05.25 00:59:41.088828 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 740 | 2024.05.25 00:59:41.088854 [ 3 ] {} <Debug> HTTP-Session: 44b812d9-1601-4ebb-82f8-a6be5e1ba15e Authenticating user 'default' from [fd00:1122:3344:101::d]:36905 | ||
| 741 | 2024.05.25 00:59:41.088870 [ 3 ] {} <Debug> HTTP-Session: 44b812d9-1601-4ebb-82f8-a6be5e1ba15e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 742 | 2024.05.25 00:59:41.088890 [ 3 ] {} <Debug> HTTP-Session: 44b812d9-1601-4ebb-82f8-a6be5e1ba15e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 743 | 2024.05.25 00:59:41.088919 [ 3 ] {} <Trace> HTTP-Session: 44b812d9-1601-4ebb-82f8-a6be5e1ba15e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 744 | 2024.05.25 00:59:41.089071 [ 3 ] {6952f436-f127-4c6a-aa8f-ceb92c201a66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36905) CREATE TABLE IF NOT EXISTS oximeter.fields_i64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int64 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
| 745 | 2024.05.25 00:59:41.089118 [ 3 ] {6952f436-f127-4c6a-aa8f-ceb92c201a66} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
| 746 | 2024.05.25 00:59:41.093702 [ 3 ] {6952f436-f127-4c6a-aa8f-ceb92c201a66} <Debug> oximeter.fields_i64 (060da428-b103-41f1-8821-c7ed134a2ef9): Loading data parts | ||
| 747 | 2024.05.25 00:59:41.093915 [ 3 ] {6952f436-f127-4c6a-aa8f-ceb92c201a66} <Debug> oximeter.fields_i64 (060da428-b103-41f1-8821-c7ed134a2ef9): There are no data parts | ||
| 748 | 2024.05.25 00:59:41.095550 [ 3 ] {6952f436-f127-4c6a-aa8f-ceb92c201a66} <Debug> DynamicQueryHandler: Done processing query | ||
| 749 | 2024.05.25 00:59:41.095577 [ 3 ] {} <Debug> HTTP-Session: 44b812d9-1601-4ebb-82f8-a6be5e1ba15e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 750 | 2024.05.25 00:59:41.095703 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36905, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 751 | 2024.05.25 00:59:41.095758 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 752 | 2024.05.25 00:59:41.095785 [ 3 ] {} <Debug> HTTP-Session: cfb98ee5-d67a-46da-a465-ce0aaa1ee934 Authenticating user 'default' from [fd00:1122:3344:101::d]:36905 | ||
| 753 | 2024.05.25 00:59:41.095800 [ 3 ] {} <Debug> HTTP-Session: cfb98ee5-d67a-46da-a465-ce0aaa1ee934 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 754 | 2024.05.25 00:59:41.095832 [ 3 ] {} <Debug> HTTP-Session: cfb98ee5-d67a-46da-a465-ce0aaa1ee934 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 755 | 2024.05.25 00:59:41.095872 [ 3 ] {} <Trace> HTTP-Session: cfb98ee5-d67a-46da-a465-ce0aaa1ee934 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 756 | 2024.05.25 00:59:41.096008 [ 3 ] {173fa538-7657-4096-8ffc-10c74819bbf7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36905) CREATE TABLE IF NOT EXISTS oximeter.fields_u64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt64 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
| 757 | 2024.05.25 00:59:41.096062 [ 3 ] {173fa538-7657-4096-8ffc-10c74819bbf7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
| 758 | 2024.05.25 00:59:41.098620 [ 3 ] {173fa538-7657-4096-8ffc-10c74819bbf7} <Debug> oximeter.fields_u64 (086eb4c5-89fa-486b-ba28-fef31d92dde2): Loading data parts | ||
| 759 | 2024.05.25 00:59:41.098785 [ 3 ] {173fa538-7657-4096-8ffc-10c74819bbf7} <Debug> oximeter.fields_u64 (086eb4c5-89fa-486b-ba28-fef31d92dde2): There are no data parts | ||
| 760 | 2024.05.25 00:59:41.100016 [ 3 ] {173fa538-7657-4096-8ffc-10c74819bbf7} <Debug> DynamicQueryHandler: Done processing query | ||
| 761 | 2024.05.25 00:59:41.100043 [ 3 ] {} <Debug> HTTP-Session: cfb98ee5-d67a-46da-a465-ce0aaa1ee934 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 762 | 2024.05.25 00:59:41.100164 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36905, User-Agent: (none), Length: 252, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 763 | 2024.05.25 00:59:41.100214 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 764 | 2024.05.25 00:59:41.100233 [ 3 ] {} <Debug> HTTP-Session: ed8fe5d7-1cb4-4968-8f87-cfeb67156e61 Authenticating user 'default' from [fd00:1122:3344:101::d]:36905 | ||
| 765 | 2024.05.25 00:59:41.100258 [ 3 ] {} <Debug> HTTP-Session: ed8fe5d7-1cb4-4968-8f87-cfeb67156e61 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 766 | 2024.05.25 00:59:41.100272 [ 3 ] {} <Debug> HTTP-Session: ed8fe5d7-1cb4-4968-8f87-cfeb67156e61 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 767 | 2024.05.25 00:59:41.100302 [ 3 ] {} <Trace> HTTP-Session: ed8fe5d7-1cb4-4968-8f87-cfeb67156e61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 768 | 2024.05.25 00:59:41.100448 [ 3 ] {f499b37c-db74-45cd-b98d-897347414a9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36905) CREATE TABLE IF NOT EXISTS oximeter.fields_ipaddr ( timeseries_name String, timeseries_key UInt64, field_name String, field_value IPv6 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
| 769 | 2024.05.25 00:59:41.100488 [ 3 ] {f499b37c-db74-45cd-b98d-897347414a9e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
| 770 | 2024.05.25 00:59:41.105026 [ 3 ] {f499b37c-db74-45cd-b98d-897347414a9e} <Debug> oximeter.fields_ipaddr (f19d3bba-3423-40a5-9977-22e593d09b84): Loading data parts | ||
| 771 | 2024.05.25 00:59:41.105255 [ 3 ] {f499b37c-db74-45cd-b98d-897347414a9e} <Debug> oximeter.fields_ipaddr (f19d3bba-3423-40a5-9977-22e593d09b84): There are no data parts | ||
| 772 | 2024.05.25 00:59:41.106784 [ 3 ] {f499b37c-db74-45cd-b98d-897347414a9e} <Debug> DynamicQueryHandler: Done processing query | ||
| 773 | 2024.05.25 00:59:41.106811 [ 3 ] {} <Debug> HTTP-Session: ed8fe5d7-1cb4-4968-8f87-cfeb67156e61 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 774 | 2024.05.25 00:59:41.106921 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36905, User-Agent: (none), Length: 254, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 775 | 2024.05.25 00:59:41.106970 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 776 | 2024.05.25 00:59:41.106989 [ 3 ] {} <Debug> HTTP-Session: 1472a518-e560-4e00-88f4-95c88f528bd1 Authenticating user 'default' from [fd00:1122:3344:101::d]:36905 | ||
| 777 | 2024.05.25 00:59:41.107004 [ 3 ] {} <Debug> HTTP-Session: 1472a518-e560-4e00-88f4-95c88f528bd1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 778 | 2024.05.25 00:59:41.107018 [ 3 ] {} <Debug> HTTP-Session: 1472a518-e560-4e00-88f4-95c88f528bd1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 779 | 2024.05.25 00:59:41.107048 [ 3 ] {} <Trace> HTTP-Session: 1472a518-e560-4e00-88f4-95c88f528bd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 780 | 2024.05.25 00:59:41.107185 [ 3 ] {75de970d-b240-4ae1-829c-2d315ef14537} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36905) CREATE TABLE IF NOT EXISTS oximeter.fields_string ( timeseries_name String, timeseries_key UInt64, field_name String, field_value String ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
| 781 | 2024.05.25 00:59:41.107225 [ 3 ] {75de970d-b240-4ae1-829c-2d315ef14537} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
| 782 | 2024.05.25 00:59:41.109760 [ 3 ] {75de970d-b240-4ae1-829c-2d315ef14537} <Debug> oximeter.fields_string (1ce75062-7950-457f-8351-f5a80d4ff322): Loading data parts | ||
| 783 | 2024.05.25 00:59:41.109958 [ 3 ] {75de970d-b240-4ae1-829c-2d315ef14537} <Debug> oximeter.fields_string (1ce75062-7950-457f-8351-f5a80d4ff322): There are no data parts | ||
| 784 | 2024.05.25 00:59:41.111187 [ 3 ] {75de970d-b240-4ae1-829c-2d315ef14537} <Debug> DynamicQueryHandler: Done processing query | ||
| 785 | 2024.05.25 00:59:41.111214 [ 3 ] {} <Debug> HTTP-Session: 1472a518-e560-4e00-88f4-95c88f528bd1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 786 | 2024.05.25 00:59:41.111350 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36905, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 787 | 2024.05.25 00:59:41.111397 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 788 | 2024.05.25 00:59:41.111417 [ 3 ] {} <Debug> HTTP-Session: cc986037-1abe-4cf6-8844-551e966b4ff3 Authenticating user 'default' from [fd00:1122:3344:101::d]:36905 | ||
| 789 | 2024.05.25 00:59:41.111432 [ 3 ] {} <Debug> HTTP-Session: cc986037-1abe-4cf6-8844-551e966b4ff3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 790 | 2024.05.25 00:59:41.111446 [ 3 ] {} <Debug> HTTP-Session: cc986037-1abe-4cf6-8844-551e966b4ff3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 791 | 2024.05.25 00:59:41.111476 [ 3 ] {} <Trace> HTTP-Session: cc986037-1abe-4cf6-8844-551e966b4ff3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 792 | 2024.05.25 00:59:41.111614 [ 3 ] {6550f0cc-18d5-4b13-86b5-2d092f59f363} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36905) CREATE TABLE IF NOT EXISTS oximeter.fields_uuid ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UUID ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
| 793 | 2024.05.25 00:59:41.111654 [ 3 ] {6550f0cc-18d5-4b13-86b5-2d092f59f363} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
| 794 | 2024.05.25 00:59:41.116204 [ 3 ] {6550f0cc-18d5-4b13-86b5-2d092f59f363} <Debug> oximeter.fields_uuid (ca9d2507-912d-4e66-b462-a8cf84c62329): Loading data parts | ||
| 795 | 2024.05.25 00:59:41.116428 [ 3 ] {6550f0cc-18d5-4b13-86b5-2d092f59f363} <Debug> oximeter.fields_uuid (ca9d2507-912d-4e66-b462-a8cf84c62329): There are no data parts | ||
| 796 | 2024.05.25 00:59:41.118045 [ 3 ] {6550f0cc-18d5-4b13-86b5-2d092f59f363} <Debug> DynamicQueryHandler: Done processing query | ||
| 797 | 2024.05.25 00:59:41.118072 [ 3 ] {} <Debug> HTTP-Session: cc986037-1abe-4cf6-8844-551e966b4ff3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 798 | 2024.05.25 00:59:41.118182 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36905, User-Agent: (none), Length: 1416, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 799 | 2024.05.25 00:59:41.118229 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 800 | 2024.05.25 00:59:41.118249 [ 3 ] {} <Debug> HTTP-Session: ce2dc621-a338-4b5f-909c-21866bae8bcb Authenticating user 'default' from [fd00:1122:3344:101::d]:36905 | ||
| 801 | 2024.05.25 00:59:41.118265 [ 3 ] {} <Debug> HTTP-Session: ce2dc621-a338-4b5f-909c-21866bae8bcb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 802 | 2024.05.25 00:59:41.118279 [ 3 ] {} <Debug> HTTP-Session: ce2dc621-a338-4b5f-909c-21866bae8bcb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 803 | 2024.05.25 00:59:41.118310 [ 3 ] {} <Trace> HTTP-Session: ce2dc621-a338-4b5f-909c-21866bae8bcb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 804 | 2024.05.25 00:59:41.118521 [ 3 ] {b1e82536-7336-49f2-be5c-d23028a7a83f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36905) /* The timeseries schema table stores the extracted schema for the samples | ||
| 805 | * oximeter collects. | ||
| 806 | */ | ||
| 807 | CREATE TABLE IF NOT EXISTS oximeter.timeseries_schema ( timeseries_name String, fields Nested( name String, type Enum( 'Bool' = 1, 'I64' = 2, 'IpAddr' = 3, 'String' = 4, 'Uuid' = 6, 'I8' = 7, 'U8' = 8, 'I16' = 9, 'U16' = 10, 'I32' = 11, 'U32' = 12, 'U64' = 13 ), source Enum( 'Target' = 1, 'Metric' = 2 ) ), datum_type Enum( 'Bool' = 1, 'I64' = 2, 'F64' = 3, 'String' = 4, 'Bytes' = 5, 'CumulativeI64' = 6, 'CumulativeF64' = 7, 'HistogramI64' = 8, 'HistogramF64' = 9, 'I8' = 10, 'U8' = 11, 'I16' = 12, 'U16' = 13, 'I32' = 14, 'U32' = 15, 'U64' = 16, 'F32' = 17, 'CumulativeU64' = 18, 'CumulativeF32' = 19, 'HistogramI8' = 20, 'HistogramU8' = 21, 'HistogramI16' = 22, 'HistogramU16' = 23, 'HistogramI32' = 24, 'HistogramU32' = 25, 'HistogramU64' = 26, 'HistogramF32' = 27 ), created DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (timeseries_name, fields.name) (stage: Complete) | ||
| 808 | 2024.05.25 00:59:41.118580 [ 3 ] {b1e82536-7336-49f2-be5c-d23028a7a83f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
| 809 | 2024.05.25 00:59:41.121286 [ 3 ] {b1e82536-7336-49f2-be5c-d23028a7a83f} <Debug> oximeter.timeseries_schema (89bf13f6-63d5-4f50-bf73-78f7ce0f71f6): Loading data parts | ||
| 810 | 2024.05.25 00:59:41.121523 [ 3 ] {b1e82536-7336-49f2-be5c-d23028a7a83f} <Debug> oximeter.timeseries_schema (89bf13f6-63d5-4f50-bf73-78f7ce0f71f6): There are no data parts | ||
| 811 | 2024.05.25 00:59:41.123168 [ 3 ] {b1e82536-7336-49f2-be5c-d23028a7a83f} <Debug> DynamicQueryHandler: Done processing query | ||
| 812 | 2024.05.25 00:59:41.123196 [ 3 ] {} <Debug> HTTP-Session: ce2dc621-a338-4b5f-909c-21866bae8bcb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 813 | 2024.05.25 00:59:41.123354 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36905, User-Agent: (none), Length: 51, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 814 | 2024.05.25 00:59:41.123405 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 815 | 2024.05.25 00:59:41.123424 [ 3 ] {} <Debug> HTTP-Session: c6747450-bdb1-491d-8900-3d4f1806fcc0 Authenticating user 'default' from [fd00:1122:3344:101::d]:36905 | ||
| 816 | 2024.05.25 00:59:41.123441 [ 3 ] {} <Debug> HTTP-Session: c6747450-bdb1-491d-8900-3d4f1806fcc0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 817 | 2024.05.25 00:59:41.123455 [ 3 ] {} <Debug> HTTP-Session: c6747450-bdb1-491d-8900-3d4f1806fcc0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 818 | 2024.05.25 00:59:41.123485 [ 3 ] {} <Trace> HTTP-Session: c6747450-bdb1-491d-8900-3d4f1806fcc0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 819 | 2024.05.25 00:59:41.123645 [ 3 ] {895c80b3-5ca8-443b-85b3-4041f59dad20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36905) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
| 820 | 2024.05.25 00:59:41.125290 [ 3 ] {895c80b3-5ca8-443b-85b3-4041f59dad20} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
| 821 | 2024.05.25 00:59:41.129089 [ 3 ] {895c80b3-5ca8-443b-85b3-4041f59dad20} <Trace> oximeter.version (345d2ac4-0844-4d26-9600-a094e4d4a4ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 822 | 2024.05.25 00:59:41.129128 [ 3 ] {895c80b3-5ca8-443b-85b3-4041f59dad20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 823 | 2024.05.25 00:59:41.133448 [ 3 ] {895c80b3-5ca8-443b-85b3-4041f59dad20} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 824 | 2024.05.25 00:59:41.134472 [ 3 ] {895c80b3-5ca8-443b-85b3-4041f59dad20} <Trace> oximeter.version (345d2ac4-0844-4d26-9600-a094e4d4a4ce): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 825 | 2024.05.25 00:59:41.134748 [ 3 ] {895c80b3-5ca8-443b-85b3-4041f59dad20} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.011177 sec., 89.46944618412813 rows/sec., 1.40 KiB/sec. | ||
| 826 | 2024.05.25 00:59:41.134931 [ 3 ] {895c80b3-5ca8-443b-85b3-4041f59dad20} <Debug> DynamicQueryHandler: Done processing query | ||
| 827 | 2024.05.25 00:59:41.134956 [ 3 ] {895c80b3-5ca8-443b-85b3-4041f59dad20} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 828 | 2024.05.25 00:59:41.134972 [ 3 ] {} <Debug> HTTP-Session: c6747450-bdb1-491d-8900-3d4f1806fcc0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 829 | 2024.05.25 00:59:42.000156 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 171.45 MiB, peak 176.59 MiB, free memory in arenas 0.00 B, will set to 173.71 MiB (RSS), difference: 2.26 MiB | ||
| 830 | 2024.05.25 00:59:54.818171 [ 107 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 831 | 2024.05.25 00:59:54.818237 [ 107 ] {} <Debug> DNSResolver: Updated DNS cache | ||