| 1 | [ May 31 00:14:26 Enabled. ] | ||
| 2 | [ May 31 00:14:26 Rereading configuration. ] | ||
| 3 | [ May 31 00:14:29 Rereading configuration. ] | ||
| 4 | [ May 31 00:14:37 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 31 00:14:37 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.31 00:14:38.040870 [ 1 ] {} <Information> Application: Will watch for the process with pid 24372 | ||
| 33 | 2024.05.31 00:14:38.041532 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
| 34 | 2024.05.31 00:14:38.527474 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 24372 | ||
| 35 | 2024.05.31 00:14:38.528525 [ 1 ] {} <Information> Application: starting up | ||
| 36 | 2024.05.31 00:14:38.529559 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
| 37 | 2024.05.31 00:14:38.638953 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
| 38 | 2024.05.31 00:14:38.670365 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
| 39 | 2024.05.31 00:14:38.670450 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
| 40 | 2024.05.31 00:14:38.670484 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
| 41 | 2024.05.31 00:14:38.670609 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
| 42 | 2024.05.31 00:14:38.671541 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
| 43 | 2024.05.31 00:14:38.673797 [ 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.31 00:14:38.674580 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performing update on configuration | ||
| 48 | 2024.05.31 00:14:38.675867 [ 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.31 00:14:38.675985 [ 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.31 00:14:38.676008 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
| 51 | 2024.05.31 00:14:38.676271 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 52 | 2024.05.31 00:14:38.677505 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
| 53 | 2024.05.31 00:14:38.685401 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 54 | 2024.05.31 00:14:38.686735 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 55 | 2024.05.31 00:14:38.688843 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 56 | 2024.05.31 00:14:38.688983 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performed update on configuration | ||
| 57 | 2024.05.31 00:14:38.691262 [ 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.31 00:14:38.691717 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performing update on configuration | ||
| 62 | 2024.05.31 00:14:38.697241 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performed update on configuration | ||
| 63 | 2024.05.31 00:14:38.697926 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: config.xml | ||
| 64 | 2024.05.31 00:14:38.699617 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
| 65 | 2024.05.31 00:14:38.700032 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
| 66 | 2024.05.31 00:14:38.700420 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
| 67 | 2024.05.31 00:14:38.700780 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
| 68 | 2024.05.31 00:14:38.702687 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
| 69 | 2024.05.31 00:14:38.702717 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
| 70 | 2024.05.31 00:14:38.702795 [ 121 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 71 | 2024.05.31 00:14:38.702980 [ 121 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 72 | 2024.05.31 00:14:38.717291 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
| 73 | 2024.05.31 00:14:38.717355 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000183345 sec | ||
| 74 | 2024.05.31 00:14:38.717395 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 75 | 2024.05.31 00:14:38.717407 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 76 | 2024.05.31 00:14:38.718600 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
| 77 | 2024.05.31 00:14:38.719715 [ 1 ] {} <Debug> SystemLog: Not creating system.query_log since corresponding section 'query_log' is missing from config | ||
| 78 | 2024.05.31 00:14:38.719766 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
| 79 | 2024.05.31 00:14:38.719798 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
| 80 | 2024.05.31 00:14:38.719839 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
| 81 | 2024.05.31 00:14:38.719853 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
| 82 | 2024.05.31 00:14:38.719910 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
| 83 | 2024.05.31 00:14:38.719923 [ 1 ] {} <Debug> SystemLog: Not creating system.metric_log since corresponding section 'metric_log' is missing from config | ||
| 84 | 2024.05.31 00:14:38.719963 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
| 85 | 2024.05.31 00:14:38.720020 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
| 86 | 2024.05.31 00:14:38.720034 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_metric_log since corresponding section 'asynchronous_metric_log' is missing from config | ||
| 87 | 2024.05.31 00:14:38.720071 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
| 88 | 2024.05.31 00:14:38.720111 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
| 89 | 2024.05.31 00:14:38.720144 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
| 90 | 2024.05.31 00:14:38.720184 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
| 91 | 2024.05.31 00:14:38.720225 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
| 92 | 2024.05.31 00:14:38.720254 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
| 93 | 2024.05.31 00:14:38.720293 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
| 94 | 2024.05.31 00:14:38.760669 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
| 95 | 2024.05.31 00:14:38.764855 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
| 96 | 2024.05.31 00:14:38.764918 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 9.0843e-05 sec | ||
| 97 | 2024.05.31 00:14:38.764935 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 98 | 2024.05.31 00:14:38.764979 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 99 | 2024.05.31 00:14:38.765004 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
| 100 | 2024.05.31 00:14:38.765226 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
| 101 | 2024.05.31 00:14:38.765293 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
| 102 | 2024.05.31 00:14:38.765307 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
| 103 | 2024.05.31 00:14:38.765344 [ 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.31 00:14:38.765355 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
| 105 | 2024.05.31 00:14:38.821891 [ 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.31 00:14:39.033946 [ 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.31 00:14:39.034045 [ 1 ] {} <Trace> MySQLHandlerFactory: Generating new RSA key pair. | ||
| 108 | 2024.05.31 00:14:39.089775 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 109 | 2024.05.31 00:14:39.090033 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 9.87 MiB, peak 16.07 MiB, free memory in arenas 0.00 B, will set to 157.07 MiB (RSS), difference: 147.21 MiB | ||
| 110 | 2024.05.31 00:14:39.091009 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.3291e-05 sec. | ||
| 111 | 2024.05.31 00:14:39.091405 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
| 112 | 2024.05.31 00:14:39.091491 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
| 113 | 2024.05.31 00:14:39.091545 [ 1 ] {} <Information> Application: Listening for MySQL compatibility protocol: [fd00:1122:3344:101::e]:9004 | ||
| 114 | 2024.05.31 00:14:39.091590 [ 1 ] {} <Information> Application: Ready for connections. | ||
| 115 | 2024.05.31 00:14:39.092523 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43561, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 116 | 2024.05.31 00:14:39.092771 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 117 | 2024.05.31 00:14:39.092836 [ 3 ] {} <Debug> HTTP-Session: 07229c31-892b-4eeb-a53a-ea87dbc32ec9 Authenticating user 'default' from [fd00:1122:3344:101::d]:43561 | ||
| 118 | 2024.05.31 00:14:39.092870 [ 3 ] {} <Debug> HTTP-Session: 07229c31-892b-4eeb-a53a-ea87dbc32ec9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 119 | 2024.05.31 00:14:39.092916 [ 3 ] {} <Debug> HTTP-Session: 07229c31-892b-4eeb-a53a-ea87dbc32ec9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 120 | 2024.05.31 00:14:39.093033 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 121 | 2024.05.31 00:14:39.093070 [ 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.31 00:14:39.093144 [ 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.31 00:14:39.093236 [ 3 ] {} <Trace> HTTP-Session: 07229c31-892b-4eeb-a53a-ea87dbc32ec9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 124 | 2024.05.31 00:14:39.094483 [ 3 ] {4747f749-15f4-4f1a-a652-0ac6ca6c44ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43561) SELECT MAX(value) FROM oximeter.version; (stage: Complete) | ||
| 125 | 2024.05.31 00:14:39.132758 [ 3 ] {4747f749-15f4-4f1a-a652-0ac6ca6c44ef} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:43561) (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.31 00:14:39.133156 [ 3 ] {4747f749-15f4-4f1a-a652-0ac6ca6c44ef} <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.31 00:14:39.134955 [ 3 ] {} <Debug> HTTP-Session: 07229c31-892b-4eeb-a53a-ea87dbc32ec9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 176 | 2024.05.31 00:14:39.135390 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43561, User-Agent: (none), Length: 33, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 177 | 2024.05.31 00:14:39.135466 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 178 | 2024.05.31 00:14:39.135577 [ 3 ] {} <Debug> HTTP-Session: af7c71b4-4cdc-448a-9dfa-c650d21fcfc6 Authenticating user 'default' from [fd00:1122:3344:101::d]:43561 | ||
| 179 | 2024.05.31 00:14:39.135645 [ 3 ] {} <Debug> HTTP-Session: af7c71b4-4cdc-448a-9dfa-c650d21fcfc6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 180 | 2024.05.31 00:14:39.135659 [ 3 ] {} <Debug> HTTP-Session: af7c71b4-4cdc-448a-9dfa-c650d21fcfc6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 181 | 2024.05.31 00:14:39.135731 [ 3 ] {} <Trace> HTTP-Session: af7c71b4-4cdc-448a-9dfa-c650d21fcfc6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 182 | 2024.05.31 00:14:39.137195 [ 3 ] {3fdb4194-7943-4f63-8deb-35278a1d8825} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43561) SHOW CLUSTERS FORMAT JSONEachRow; (stage: Complete) | ||
| 183 | 2024.05.31 00:14:39.137373 [ 3 ] {3fdb4194-7943-4f63-8deb-35278a1d8825} <Debug> executeQuery: (internal) SELECT DISTINCT cluster FROM system.clusters ORDER BY cluster (stage: Complete) | ||
| 184 | 2024.05.31 00:14:39.139729 [ 3 ] {3fdb4194-7943-4f63-8deb-35278a1d8825} <Trace> ContextAccess (default): Access granted: SELECT(cluster) ON system.clusters | ||
| 185 | 2024.05.31 00:14:39.143079 [ 3 ] {3fdb4194-7943-4f63-8deb-35278a1d8825} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 186 | 2024.05.31 00:14:39.149694 [ 3 ] {3fdb4194-7943-4f63-8deb-35278a1d8825} <Debug> DynamicQueryHandler: Done processing query | ||
| 187 | 2024.05.31 00:14:39.149801 [ 3 ] {3fdb4194-7943-4f63-8deb-35278a1d8825} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 188 | 2024.05.31 00:14:39.149879 [ 3 ] {} <Debug> HTTP-Session: af7c71b4-4cdc-448a-9dfa-c650d21fcfc6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 189 | 2024.05.31 00:14:39.156179 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43561, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 190 | 2024.05.31 00:14:39.156265 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 191 | 2024.05.31 00:14:39.156313 [ 3 ] {} <Debug> HTTP-Session: fc91af9f-262b-4271-aedf-6d3b408229b4 Authenticating user 'default' from [fd00:1122:3344:101::d]:43561 | ||
| 192 | 2024.05.31 00:14:39.156330 [ 3 ] {} <Debug> HTTP-Session: fc91af9f-262b-4271-aedf-6d3b408229b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 193 | 2024.05.31 00:14:39.156368 [ 3 ] {} <Debug> HTTP-Session: fc91af9f-262b-4271-aedf-6d3b408229b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 194 | 2024.05.31 00:14:39.156430 [ 3 ] {} <Trace> HTTP-Session: fc91af9f-262b-4271-aedf-6d3b408229b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 195 | 2024.05.31 00:14:39.156596 [ 3 ] {c992d2b2-68a6-459c-a7ca-3b93b8928d2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43561) SELECT MAX(value) FROM oximeter.version; (stage: Complete) | ||
| 196 | 2024.05.31 00:14:39.156972 [ 3 ] {c992d2b2-68a6-459c-a7ca-3b93b8928d2d} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:43561) (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.31 00:14:39.157236 [ 3 ] {c992d2b2-68a6-459c-a7ca-3b93b8928d2d} <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.31 00:14:39.157521 [ 3 ] {} <Debug> HTTP-Session: fc91af9f-262b-4271-aedf-6d3b408229b4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 247 | 2024.05.31 00:14:39.160512 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43561, User-Agent: (none), Length: 32, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 248 | 2024.05.31 00:14:39.160624 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 249 | 2024.05.31 00:14:39.160652 [ 3 ] {} <Debug> HTTP-Session: 6c02db77-67cd-4c52-94e9-28530356a832 Authenticating user 'default' from [fd00:1122:3344:101::d]:43561 | ||
| 250 | 2024.05.31 00:14:39.160700 [ 3 ] {} <Debug> HTTP-Session: 6c02db77-67cd-4c52-94e9-28530356a832 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 251 | 2024.05.31 00:14:39.160747 [ 3 ] {} <Debug> HTTP-Session: 6c02db77-67cd-4c52-94e9-28530356a832 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 252 | 2024.05.31 00:14:39.160779 [ 3 ] {} <Trace> HTTP-Session: 6c02db77-67cd-4c52-94e9-28530356a832 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 253 | 2024.05.31 00:14:39.160978 [ 3 ] {266eccba-aeef-426b-bc89-dc0319c100fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43561) DROP DATABASE IF EXISTS oximeter (stage: Complete) | ||
| 254 | 2024.05.31 00:14:39.161170 [ 3 ] {266eccba-aeef-426b-bc89-dc0319c100fa} <Debug> DynamicQueryHandler: Done processing query | ||
| 255 | 2024.05.31 00:14:39.161199 [ 3 ] {} <Debug> HTTP-Session: 6c02db77-67cd-4c52-94e9-28530356a832 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 256 | 2024.05.31 00:14:39.161382 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43561, User-Agent: (none), Length: 38, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 257 | 2024.05.31 00:14:39.161466 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 258 | 2024.05.31 00:14:39.161514 [ 3 ] {} <Debug> HTTP-Session: a32d4cde-c7bb-4021-8e57-7004f163aee6 Authenticating user 'default' from [fd00:1122:3344:101::d]:43561 | ||
| 259 | 2024.05.31 00:14:39.161533 [ 3 ] {} <Debug> HTTP-Session: a32d4cde-c7bb-4021-8e57-7004f163aee6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 260 | 2024.05.31 00:14:39.161577 [ 3 ] {} <Debug> HTTP-Session: a32d4cde-c7bb-4021-8e57-7004f163aee6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 261 | 2024.05.31 00:14:39.161638 [ 3 ] {} <Trace> HTTP-Session: a32d4cde-c7bb-4021-8e57-7004f163aee6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 262 | 2024.05.31 00:14:39.161807 [ 3 ] {8e6f2ba1-a30a-4f00-9860-7c369640726b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43561) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
| 263 | 2024.05.31 00:14:39.161870 [ 3 ] {8e6f2ba1-a30a-4f00-9860-7c369640726b} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
| 264 | 2024.05.31 00:14:39.163889 [ 3 ] {8e6f2ba1-a30a-4f00-9860-7c369640726b} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
| 265 | 2024.05.31 00:14:39.163959 [ 3 ] {8e6f2ba1-a30a-4f00-9860-7c369640726b} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 9.1912e-05 sec | ||
| 266 | 2024.05.31 00:14:39.163974 [ 3 ] {8e6f2ba1-a30a-4f00-9860-7c369640726b} <Trace> ReferentialDeps: No tables | ||
| 267 | 2024.05.31 00:14:39.164018 [ 3 ] {8e6f2ba1-a30a-4f00-9860-7c369640726b} <Trace> LoadingDeps: No tables | ||
| 268 | 2024.05.31 00:14:39.164040 [ 3 ] {8e6f2ba1-a30a-4f00-9860-7c369640726b} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
| 269 | 2024.05.31 00:14:39.164198 [ 3 ] {8e6f2ba1-a30a-4f00-9860-7c369640726b} <Debug> DynamicQueryHandler: Done processing query | ||
| 270 | 2024.05.31 00:14:39.164221 [ 3 ] {} <Debug> HTTP-Session: a32d4cde-c7bb-4021-8e57-7004f163aee6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 271 | 2024.05.31 00:14:39.164401 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43561, User-Agent: (none), Length: 223, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 272 | 2024.05.31 00:14:39.164481 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 273 | 2024.05.31 00:14:39.164501 [ 3 ] {} <Debug> HTTP-Session: 5a66ea2d-4bdf-49c5-80b1-e14272146477 Authenticating user 'default' from [fd00:1122:3344:101::d]:43561 | ||
| 274 | 2024.05.31 00:14:39.164555 [ 3 ] {} <Debug> HTTP-Session: 5a66ea2d-4bdf-49c5-80b1-e14272146477 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 275 | 2024.05.31 00:14:39.164615 [ 3 ] {} <Debug> HTTP-Session: 5a66ea2d-4bdf-49c5-80b1-e14272146477 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 276 | 2024.05.31 00:14:39.164645 [ 3 ] {} <Trace> HTTP-Session: 5a66ea2d-4bdf-49c5-80b1-e14272146477 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 277 | 2024.05.31 00:14:39.164814 [ 3 ] {40162dd7-f58e-443a-a321-692f154ed290} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43561) /* 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.31 00:14:39.164892 [ 3 ] {40162dd7-f58e-443a-a321-692f154ed290} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
| 280 | 2024.05.31 00:14:39.169646 [ 3 ] {40162dd7-f58e-443a-a321-692f154ed290} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
| 281 | 2024.05.31 00:14:39.170966 [ 3 ] {40162dd7-f58e-443a-a321-692f154ed290} <Debug> oximeter.version (78bdad75-7f0c-46d6-9dff-594a8d137898): Loading data parts | ||
| 282 | 2024.05.31 00:14:39.171347 [ 3 ] {40162dd7-f58e-443a-a321-692f154ed290} <Debug> oximeter.version (78bdad75-7f0c-46d6-9dff-594a8d137898): There are no data parts | ||
| 283 | 2024.05.31 00:14:39.174025 [ 3 ] {40162dd7-f58e-443a-a321-692f154ed290} <Debug> DynamicQueryHandler: Done processing query | ||
| 284 | 2024.05.31 00:14:39.174050 [ 3 ] {} <Debug> HTTP-Session: 5a66ea2d-4bdf-49c5-80b1-e14272146477 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 285 | 2024.05.31 00:14:39.174249 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43561, User-Agent: (none), Length: 818, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 286 | 2024.05.31 00:14:39.174324 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 287 | 2024.05.31 00:14:39.174379 [ 3 ] {} <Debug> HTTP-Session: 140aa473-354b-4fa4-9893-fd4b83177e98 Authenticating user 'default' from [fd00:1122:3344:101::d]:43561 | ||
| 288 | 2024.05.31 00:14:39.174395 [ 3 ] {} <Debug> HTTP-Session: 140aa473-354b-4fa4-9893-fd4b83177e98 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 289 | 2024.05.31 00:14:39.174434 [ 3 ] {} <Debug> HTTP-Session: 140aa473-354b-4fa4-9893-fd4b83177e98 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 290 | 2024.05.31 00:14:39.174497 [ 3 ] {} <Trace> HTTP-Session: 140aa473-354b-4fa4-9893-fd4b83177e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 291 | 2024.05.31 00:14:39.174693 [ 3 ] {0571ec5f-7b1b-40f1-a895-60882224afbe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43561) /* 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.31 00:14:39.174800 [ 3 ] {0571ec5f-7b1b-40f1-a895-60882224afbe} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
| 303 | 2024.05.31 00:14:39.182076 [ 3 ] {0571ec5f-7b1b-40f1-a895-60882224afbe} <Debug> oximeter.measurements_bool (2ca9deb4-ea96-4939-b5fb-27d9eef25de3): Loading data parts | ||
| 304 | 2024.05.31 00:14:39.182242 [ 3 ] {0571ec5f-7b1b-40f1-a895-60882224afbe} <Debug> oximeter.measurements_bool (2ca9deb4-ea96-4939-b5fb-27d9eef25de3): There are no data parts | ||
| 305 | 2024.05.31 00:14:39.183597 [ 3 ] {0571ec5f-7b1b-40f1-a895-60882224afbe} <Debug> DynamicQueryHandler: Done processing query | ||
| 306 | 2024.05.31 00:14:39.183622 [ 3 ] {} <Debug> HTTP-Session: 140aa473-354b-4fa4-9893-fd4b83177e98 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 307 | 2024.05.31 00:14:39.183811 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43561, User-Agent: (none), Length: 292, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 308 | 2024.05.31 00:14:39.183888 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 309 | 2024.05.31 00:14:39.183930 [ 3 ] {} <Debug> HTTP-Session: 4c978fc9-1a31-4d6f-b33e-86cf6feeb749 Authenticating user 'default' from [fd00:1122:3344:101::d]:43561 | ||
| 310 | 2024.05.31 00:14:39.183947 [ 3 ] {} <Debug> HTTP-Session: 4c978fc9-1a31-4d6f-b33e-86cf6feeb749 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 311 | 2024.05.31 00:14:39.183993 [ 3 ] {} <Debug> HTTP-Session: 4c978fc9-1a31-4d6f-b33e-86cf6feeb749 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 312 | 2024.05.31 00:14:39.184053 [ 3 ] {} <Trace> HTTP-Session: 4c978fc9-1a31-4d6f-b33e-86cf6feeb749 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 313 | 2024.05.31 00:14:39.184259 [ 3 ] {3d5b08ad-b674-4523-a0ad-2c9348e6d614} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43561) 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.31 00:14:39.184334 [ 3 ] {3d5b08ad-b674-4523-a0ad-2c9348e6d614} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
| 315 | 2024.05.31 00:14:39.186250 [ 3 ] {3d5b08ad-b674-4523-a0ad-2c9348e6d614} <Debug> oximeter.measurements_i8 (25d6b1d7-9190-48da-a33c-ca101c8add4d): Loading data parts | ||
| 316 | 2024.05.31 00:14:39.186418 [ 3 ] {3d5b08ad-b674-4523-a0ad-2c9348e6d614} <Debug> oximeter.measurements_i8 (25d6b1d7-9190-48da-a33c-ca101c8add4d): There are no data parts | ||
| 317 | 2024.05.31 00:14:39.187898 [ 3 ] {3d5b08ad-b674-4523-a0ad-2c9348e6d614} <Debug> DynamicQueryHandler: Done processing query | ||
| 318 | 2024.05.31 00:14:39.187959 [ 3 ] {} <Debug> HTTP-Session: 4c978fc9-1a31-4d6f-b33e-86cf6feeb749 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 319 | 2024.05.31 00:14:39.188075 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43561, User-Agent: (none), Length: 293, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 320 | 2024.05.31 00:14:39.188150 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 321 | 2024.05.31 00:14:39.188199 [ 3 ] {} <Debug> HTTP-Session: d1973ba1-ffce-40fe-bdd1-655be6d9ee79 Authenticating user 'default' from [fd00:1122:3344:101::d]:43561 | ||
| 322 | 2024.05.31 00:14:39.188214 [ 3 ] {} <Debug> HTTP-Session: d1973ba1-ffce-40fe-bdd1-655be6d9ee79 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 323 | 2024.05.31 00:14:39.188253 [ 3 ] {} <Debug> HTTP-Session: d1973ba1-ffce-40fe-bdd1-655be6d9ee79 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 324 | 2024.05.31 00:14:39.188311 [ 3 ] {} <Trace> HTTP-Session: d1973ba1-ffce-40fe-bdd1-655be6d9ee79 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 325 | 2024.05.31 00:14:39.188481 [ 3 ] {295faff5-db57-4543-b073-486bd5953726} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43561) 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.31 00:14:39.188586 [ 3 ] {295faff5-db57-4543-b073-486bd5953726} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
| 327 | 2024.05.31 00:14:39.190347 [ 3 ] {295faff5-db57-4543-b073-486bd5953726} <Debug> oximeter.measurements_u8 (ca03b35e-d0b1-4c20-8f4c-b9d62d4a6783): Loading data parts | ||
| 328 | 2024.05.31 00:14:39.190538 [ 3 ] {295faff5-db57-4543-b073-486bd5953726} <Debug> oximeter.measurements_u8 (ca03b35e-d0b1-4c20-8f4c-b9d62d4a6783): There are no data parts | ||
| 329 | 2024.05.31 00:14:39.191953 [ 3 ] {295faff5-db57-4543-b073-486bd5953726} <Debug> DynamicQueryHandler: Done processing query | ||
| 330 | 2024.05.31 00:14:39.191977 [ 3 ] {} <Debug> HTTP-Session: d1973ba1-ffce-40fe-bdd1-655be6d9ee79 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 331 | 2024.05.31 00:14:39.192125 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43561, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 332 | 2024.05.31 00:14:39.192206 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 333 | 2024.05.31 00:14:39.192256 [ 3 ] {} <Debug> HTTP-Session: f1404013-a8bc-48f3-81b9-6d14e76698e2 Authenticating user 'default' from [fd00:1122:3344:101::d]:43561 | ||
| 334 | 2024.05.31 00:14:39.192273 [ 3 ] {} <Debug> HTTP-Session: f1404013-a8bc-48f3-81b9-6d14e76698e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 335 | 2024.05.31 00:14:39.192314 [ 3 ] {} <Debug> HTTP-Session: f1404013-a8bc-48f3-81b9-6d14e76698e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 336 | 2024.05.31 00:14:39.192370 [ 3 ] {} <Trace> HTTP-Session: f1404013-a8bc-48f3-81b9-6d14e76698e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 337 | 2024.05.31 00:14:39.192570 [ 3 ] {404fff32-eddd-42fd-aba3-09b4b997d858} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43561) 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.31 00:14:39.192644 [ 3 ] {404fff32-eddd-42fd-aba3-09b4b997d858} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
| 339 | 2024.05.31 00:14:39.194367 [ 3 ] {404fff32-eddd-42fd-aba3-09b4b997d858} <Debug> oximeter.measurements_i16 (56bcd866-9a43-4d40-bef1-e9e2a9791105): Loading data parts | ||
| 340 | 2024.05.31 00:14:39.194522 [ 3 ] {404fff32-eddd-42fd-aba3-09b4b997d858} <Debug> oximeter.measurements_i16 (56bcd866-9a43-4d40-bef1-e9e2a9791105): There are no data parts | ||
| 341 | 2024.05.31 00:14:39.195885 [ 3 ] {404fff32-eddd-42fd-aba3-09b4b997d858} <Debug> DynamicQueryHandler: Done processing query | ||
| 342 | 2024.05.31 00:14:39.195943 [ 3 ] {} <Debug> HTTP-Session: f1404013-a8bc-48f3-81b9-6d14e76698e2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 343 | 2024.05.31 00:14:39.196055 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43561, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 344 | 2024.05.31 00:14:39.196131 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 345 | 2024.05.31 00:14:39.196181 [ 3 ] {} <Debug> HTTP-Session: eb708e6d-8bbc-4d65-89af-28976a3f3cd5 Authenticating user 'default' from [fd00:1122:3344:101::d]:43561 | ||
| 346 | 2024.05.31 00:14:39.196196 [ 3 ] {} <Debug> HTTP-Session: eb708e6d-8bbc-4d65-89af-28976a3f3cd5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 347 | 2024.05.31 00:14:39.196235 [ 3 ] {} <Debug> HTTP-Session: eb708e6d-8bbc-4d65-89af-28976a3f3cd5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 348 | 2024.05.31 00:14:39.196294 [ 3 ] {} <Trace> HTTP-Session: eb708e6d-8bbc-4d65-89af-28976a3f3cd5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 349 | 2024.05.31 00:14:39.196464 [ 3 ] {b45702cb-39d6-4726-8696-d955d0eb6a17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43561) 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.31 00:14:39.196566 [ 3 ] {b45702cb-39d6-4726-8696-d955d0eb6a17} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
| 351 | 2024.05.31 00:14:39.198289 [ 3 ] {b45702cb-39d6-4726-8696-d955d0eb6a17} <Debug> oximeter.measurements_u16 (5cea1147-309f-4799-9826-6890fa69d64e): Loading data parts | ||
| 352 | 2024.05.31 00:14:39.198556 [ 3 ] {b45702cb-39d6-4726-8696-d955d0eb6a17} <Debug> oximeter.measurements_u16 (5cea1147-309f-4799-9826-6890fa69d64e): There are no data parts | ||
| 353 | 2024.05.31 00:14:39.199850 [ 3 ] {b45702cb-39d6-4726-8696-d955d0eb6a17} <Debug> DynamicQueryHandler: Done processing query | ||
| 354 | 2024.05.31 00:14:39.199910 [ 3 ] {} <Debug> HTTP-Session: eb708e6d-8bbc-4d65-89af-28976a3f3cd5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 355 | 2024.05.31 00:14:39.200037 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43561, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 356 | 2024.05.31 00:14:39.200237 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 357 | 2024.05.31 00:14:39.200287 [ 3 ] {} <Debug> HTTP-Session: e7f23bef-33b0-4498-bdd9-523a1eebce4b Authenticating user 'default' from [fd00:1122:3344:101::d]:43561 | ||
| 358 | 2024.05.31 00:14:39.200345 [ 3 ] {} <Debug> HTTP-Session: e7f23bef-33b0-4498-bdd9-523a1eebce4b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 359 | 2024.05.31 00:14:39.200359 [ 3 ] {} <Debug> HTTP-Session: e7f23bef-33b0-4498-bdd9-523a1eebce4b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 360 | 2024.05.31 00:14:39.200424 [ 3 ] {} <Trace> HTTP-Session: e7f23bef-33b0-4498-bdd9-523a1eebce4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 361 | 2024.05.31 00:14:39.200692 [ 3 ] {422a2c94-5da2-4c4d-8709-618551e872b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43561) 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.31 00:14:39.200802 [ 3 ] {422a2c94-5da2-4c4d-8709-618551e872b4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
| 363 | 2024.05.31 00:14:39.203928 [ 3 ] {422a2c94-5da2-4c4d-8709-618551e872b4} <Debug> oximeter.measurements_i32 (19086c35-f31e-4166-bf39-ae1e69e88240): Loading data parts | ||
| 364 | 2024.05.31 00:14:39.204099 [ 3 ] {422a2c94-5da2-4c4d-8709-618551e872b4} <Debug> oximeter.measurements_i32 (19086c35-f31e-4166-bf39-ae1e69e88240): There are no data parts | ||
| 365 | 2024.05.31 00:14:39.206674 [ 3 ] {422a2c94-5da2-4c4d-8709-618551e872b4} <Debug> DynamicQueryHandler: Done processing query | ||
| 366 | 2024.05.31 00:14:39.206734 [ 3 ] {} <Debug> HTTP-Session: e7f23bef-33b0-4498-bdd9-523a1eebce4b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 367 | 2024.05.31 00:14:39.206854 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43561, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 368 | 2024.05.31 00:14:39.206939 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 369 | 2024.05.31 00:14:39.207027 [ 3 ] {} <Debug> HTTP-Session: 21626669-3c76-423b-8864-daf0f1a8d7e1 Authenticating user 'default' from [fd00:1122:3344:101::d]:43561 | ||
| 370 | 2024.05.31 00:14:39.207043 [ 3 ] {} <Debug> HTTP-Session: 21626669-3c76-423b-8864-daf0f1a8d7e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 371 | 2024.05.31 00:14:39.207097 [ 3 ] {} <Debug> HTTP-Session: 21626669-3c76-423b-8864-daf0f1a8d7e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 372 | 2024.05.31 00:14:39.207150 [ 3 ] {} <Trace> HTTP-Session: 21626669-3c76-423b-8864-daf0f1a8d7e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 373 | 2024.05.31 00:14:39.207351 [ 3 ] {405c21b7-4da8-4fc9-a62f-5d96231dd2b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43561) 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.31 00:14:39.207431 [ 3 ] {405c21b7-4da8-4fc9-a62f-5d96231dd2b7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
| 375 | 2024.05.31 00:14:39.209095 [ 3 ] {405c21b7-4da8-4fc9-a62f-5d96231dd2b7} <Debug> oximeter.measurements_u32 (b98d2c98-7967-4085-8dee-afa429959be3): Loading data parts | ||
| 376 | 2024.05.31 00:14:39.209281 [ 3 ] {405c21b7-4da8-4fc9-a62f-5d96231dd2b7} <Debug> oximeter.measurements_u32 (b98d2c98-7967-4085-8dee-afa429959be3): There are no data parts | ||
| 377 | 2024.05.31 00:14:39.210562 [ 3 ] {405c21b7-4da8-4fc9-a62f-5d96231dd2b7} <Debug> DynamicQueryHandler: Done processing query | ||
| 378 | 2024.05.31 00:14:39.210618 [ 3 ] {} <Debug> HTTP-Session: 21626669-3c76-423b-8864-daf0f1a8d7e1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 379 | 2024.05.31 00:14:39.210742 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43561, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 380 | 2024.05.31 00:14:39.210822 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 381 | 2024.05.31 00:14:39.210877 [ 3 ] {} <Debug> HTTP-Session: 8f35f3d3-aed2-40e4-b6df-3aa0ce9863d8 Authenticating user 'default' from [fd00:1122:3344:101::d]:43561 | ||
| 382 | 2024.05.31 00:14:39.210924 [ 3 ] {} <Debug> HTTP-Session: 8f35f3d3-aed2-40e4-b6df-3aa0ce9863d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 383 | 2024.05.31 00:14:39.210937 [ 3 ] {} <Debug> HTTP-Session: 8f35f3d3-aed2-40e4-b6df-3aa0ce9863d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 384 | 2024.05.31 00:14:39.210996 [ 3 ] {} <Trace> HTTP-Session: 8f35f3d3-aed2-40e4-b6df-3aa0ce9863d8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 385 | 2024.05.31 00:14:39.211201 [ 3 ] {3df9840f-46ad-4f5f-b2c7-65c5214ebb22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43561) 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.31 00:14:39.211307 [ 3 ] {3df9840f-46ad-4f5f-b2c7-65c5214ebb22} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
| 387 | 2024.05.31 00:14:39.214361 [ 3 ] {3df9840f-46ad-4f5f-b2c7-65c5214ebb22} <Debug> oximeter.measurements_i64 (054a52d9-2c08-4e73-aeba-62bd31442709): Loading data parts | ||
| 388 | 2024.05.31 00:14:39.214552 [ 3 ] {3df9840f-46ad-4f5f-b2c7-65c5214ebb22} <Debug> oximeter.measurements_i64 (054a52d9-2c08-4e73-aeba-62bd31442709): There are no data parts | ||
| 389 | 2024.05.31 00:14:39.216117 [ 3 ] {3df9840f-46ad-4f5f-b2c7-65c5214ebb22} <Debug> DynamicQueryHandler: Done processing query | ||
| 390 | 2024.05.31 00:14:39.216176 [ 3 ] {} <Debug> HTTP-Session: 8f35f3d3-aed2-40e4-b6df-3aa0ce9863d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 391 | 2024.05.31 00:14:39.216308 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43561, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 392 | 2024.05.31 00:14:39.216415 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 393 | 2024.05.31 00:14:39.216436 [ 3 ] {} <Debug> HTTP-Session: 56ebfec1-011e-45a9-8042-cfcf1f7a7220 Authenticating user 'default' from [fd00:1122:3344:101::d]:43561 | ||
| 394 | 2024.05.31 00:14:39.216486 [ 3 ] {} <Debug> HTTP-Session: 56ebfec1-011e-45a9-8042-cfcf1f7a7220 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 395 | 2024.05.31 00:14:39.216501 [ 3 ] {} <Debug> HTTP-Session: 56ebfec1-011e-45a9-8042-cfcf1f7a7220 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 396 | 2024.05.31 00:14:39.216562 [ 3 ] {} <Trace> HTTP-Session: 56ebfec1-011e-45a9-8042-cfcf1f7a7220 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 397 | 2024.05.31 00:14:39.216767 [ 3 ] {18ce5ce7-4e24-4308-91bb-f4d5fb0cf089} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43561) 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.31 00:14:39.216845 [ 3 ] {18ce5ce7-4e24-4308-91bb-f4d5fb0cf089} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
| 399 | 2024.05.31 00:14:39.218987 [ 3 ] {18ce5ce7-4e24-4308-91bb-f4d5fb0cf089} <Debug> oximeter.measurements_u64 (e044b586-7b31-42b2-8ece-366d4d3e6a5e): Loading data parts | ||
| 400 | 2024.05.31 00:14:39.219181 [ 3 ] {18ce5ce7-4e24-4308-91bb-f4d5fb0cf089} <Debug> oximeter.measurements_u64 (e044b586-7b31-42b2-8ece-366d4d3e6a5e): There are no data parts | ||
| 401 | 2024.05.31 00:14:39.220503 [ 3 ] {18ce5ce7-4e24-4308-91bb-f4d5fb0cf089} <Debug> DynamicQueryHandler: Done processing query | ||
| 402 | 2024.05.31 00:14:39.220564 [ 3 ] {} <Debug> HTTP-Session: 56ebfec1-011e-45a9-8042-cfcf1f7a7220 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 403 | 2024.05.31 00:14:39.220725 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43561, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 404 | 2024.05.31 00:14:39.220771 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 405 | 2024.05.31 00:14:39.220819 [ 3 ] {} <Debug> HTTP-Session: bb00149e-2ad6-43ff-82b5-3a9442205e60 Authenticating user 'default' from [fd00:1122:3344:101::d]:43561 | ||
| 406 | 2024.05.31 00:14:39.220867 [ 3 ] {} <Debug> HTTP-Session: bb00149e-2ad6-43ff-82b5-3a9442205e60 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 407 | 2024.05.31 00:14:39.220879 [ 3 ] {} <Debug> HTTP-Session: bb00149e-2ad6-43ff-82b5-3a9442205e60 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 408 | 2024.05.31 00:14:39.220937 [ 3 ] {} <Trace> HTTP-Session: bb00149e-2ad6-43ff-82b5-3a9442205e60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 409 | 2024.05.31 00:14:39.221134 [ 3 ] {c71a4e0f-c7a5-4718-be39-b64e22d33af1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43561) 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.31 00:14:39.221241 [ 3 ] {c71a4e0f-c7a5-4718-be39-b64e22d33af1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
| 411 | 2024.05.31 00:14:39.223252 [ 3 ] {c71a4e0f-c7a5-4718-be39-b64e22d33af1} <Debug> oximeter.measurements_f32 (0dc53d8a-615a-41ce-9642-833ade9f04b1): Loading data parts | ||
| 412 | 2024.05.31 00:14:39.223441 [ 3 ] {c71a4e0f-c7a5-4718-be39-b64e22d33af1} <Debug> oximeter.measurements_f32 (0dc53d8a-615a-41ce-9642-833ade9f04b1): There are no data parts | ||
| 413 | 2024.05.31 00:14:39.224735 [ 3 ] {c71a4e0f-c7a5-4718-be39-b64e22d33af1} <Debug> DynamicQueryHandler: Done processing query | ||
| 414 | 2024.05.31 00:14:39.224759 [ 3 ] {} <Debug> HTTP-Session: bb00149e-2ad6-43ff-82b5-3a9442205e60 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 415 | 2024.05.31 00:14:39.224874 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43561, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 416 | 2024.05.31 00:14:39.224988 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 417 | 2024.05.31 00:14:39.225008 [ 3 ] {} <Debug> HTTP-Session: e76aa4bf-2c93-45f8-8b07-70ea55f36444 Authenticating user 'default' from [fd00:1122:3344:101::d]:43561 | ||
| 418 | 2024.05.31 00:14:39.225054 [ 3 ] {} <Debug> HTTP-Session: e76aa4bf-2c93-45f8-8b07-70ea55f36444 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 419 | 2024.05.31 00:14:39.225097 [ 3 ] {} <Debug> HTTP-Session: e76aa4bf-2c93-45f8-8b07-70ea55f36444 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 420 | 2024.05.31 00:14:39.225126 [ 3 ] {} <Trace> HTTP-Session: e76aa4bf-2c93-45f8-8b07-70ea55f36444 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 421 | 2024.05.31 00:14:39.225321 [ 3 ] {78d26b36-f552-40af-938f-ec6717f1469c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43561) 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.31 00:14:39.225427 [ 3 ] {78d26b36-f552-40af-938f-ec6717f1469c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
| 423 | 2024.05.31 00:14:39.227396 [ 3 ] {78d26b36-f552-40af-938f-ec6717f1469c} <Debug> oximeter.measurements_f64 (e020aab5-36fc-4ccc-a1fd-2d8e56b765a3): Loading data parts | ||
| 424 | 2024.05.31 00:14:39.227613 [ 3 ] {78d26b36-f552-40af-938f-ec6717f1469c} <Debug> oximeter.measurements_f64 (e020aab5-36fc-4ccc-a1fd-2d8e56b765a3): There are no data parts | ||
| 425 | 2024.05.31 00:14:39.230596 [ 3 ] {78d26b36-f552-40af-938f-ec6717f1469c} <Debug> DynamicQueryHandler: Done processing query | ||
| 426 | 2024.05.31 00:14:39.230656 [ 3 ] {} <Debug> HTTP-Session: e76aa4bf-2c93-45f8-8b07-70ea55f36444 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 427 | 2024.05.31 00:14:39.230805 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43561, User-Agent: (none), Length: 298, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 428 | 2024.05.31 00:14:39.230881 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 429 | 2024.05.31 00:14:39.230902 [ 3 ] {} <Debug> HTTP-Session: 913ba51b-cf9a-48cb-af1c-2206049ee02f Authenticating user 'default' from [fd00:1122:3344:101::d]:43561 | ||
| 430 | 2024.05.31 00:14:39.230947 [ 3 ] {} <Debug> HTTP-Session: 913ba51b-cf9a-48cb-af1c-2206049ee02f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 431 | 2024.05.31 00:14:39.230960 [ 3 ] {} <Debug> HTTP-Session: 913ba51b-cf9a-48cb-af1c-2206049ee02f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 432 | 2024.05.31 00:14:39.231018 [ 3 ] {} <Trace> HTTP-Session: 913ba51b-cf9a-48cb-af1c-2206049ee02f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 433 | 2024.05.31 00:14:39.231214 [ 3 ] {87c924ec-d81e-4cb4-a7f8-2152991465a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43561) 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.31 00:14:39.231317 [ 3 ] {87c924ec-d81e-4cb4-a7f8-2152991465a8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
| 435 | 2024.05.31 00:14:39.233148 [ 3 ] {87c924ec-d81e-4cb4-a7f8-2152991465a8} <Debug> oximeter.measurements_string (58b5c1de-0536-457a-b5ed-775fcbf42d4a): Loading data parts | ||
| 436 | 2024.05.31 00:14:39.233338 [ 3 ] {87c924ec-d81e-4cb4-a7f8-2152991465a8} <Debug> oximeter.measurements_string (58b5c1de-0536-457a-b5ed-775fcbf42d4a): There are no data parts | ||
| 437 | 2024.05.31 00:14:39.234669 [ 3 ] {87c924ec-d81e-4cb4-a7f8-2152991465a8} <Debug> DynamicQueryHandler: Done processing query | ||
| 438 | 2024.05.31 00:14:39.234695 [ 3 ] {} <Debug> HTTP-Session: 913ba51b-cf9a-48cb-af1c-2206049ee02f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 439 | 2024.05.31 00:14:39.234840 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43561, User-Agent: (none), Length: 605, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 440 | 2024.05.31 00:14:39.234918 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 441 | 2024.05.31 00:14:39.234936 [ 3 ] {} <Debug> HTTP-Session: 391cd0ba-366e-4905-ad76-053861fb2b22 Authenticating user 'default' from [fd00:1122:3344:101::d]:43561 | ||
| 442 | 2024.05.31 00:14:39.234984 [ 3 ] {} <Debug> HTTP-Session: 391cd0ba-366e-4905-ad76-053861fb2b22 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 443 | 2024.05.31 00:14:39.235028 [ 3 ] {} <Debug> HTTP-Session: 391cd0ba-366e-4905-ad76-053861fb2b22 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 444 | 2024.05.31 00:14:39.235057 [ 3 ] {} <Trace> HTTP-Session: 391cd0ba-366e-4905-ad76-053861fb2b22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 445 | 2024.05.31 00:14:39.235257 [ 3 ] {92e5e012-3cfd-4b50-b28c-39a1bc6bf327} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43561) 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.31 00:14:39.235365 [ 3 ] {92e5e012-3cfd-4b50-b28c-39a1bc6bf327} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
| 454 | 2024.05.31 00:14:39.237399 [ 3 ] {92e5e012-3cfd-4b50-b28c-39a1bc6bf327} <Debug> oximeter.measurements_bytes (92ddbee1-4e0c-4258-a121-fd5de55a4436): Loading data parts | ||
| 455 | 2024.05.31 00:14:39.237553 [ 3 ] {92e5e012-3cfd-4b50-b28c-39a1bc6bf327} <Debug> oximeter.measurements_bytes (92ddbee1-4e0c-4258-a121-fd5de55a4436): There are no data parts | ||
| 456 | 2024.05.31 00:14:39.239732 [ 3 ] {92e5e012-3cfd-4b50-b28c-39a1bc6bf327} <Debug> DynamicQueryHandler: Done processing query | ||
| 457 | 2024.05.31 00:14:39.239763 [ 3 ] {} <Debug> HTTP-Session: 391cd0ba-366e-4905-ad76-053861fb2b22 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 458 | 2024.05.31 00:14:39.239924 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43561, User-Agent: (none), Length: 353, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 459 | 2024.05.31 00:14:39.240074 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 460 | 2024.05.31 00:14:39.240130 [ 3 ] {} <Debug> HTTP-Session: 64cb8b02-9ef8-4592-8895-8678189df1ae Authenticating user 'default' from [fd00:1122:3344:101::d]:43561 | ||
| 461 | 2024.05.31 00:14:39.240152 [ 3 ] {} <Debug> HTTP-Session: 64cb8b02-9ef8-4592-8895-8678189df1ae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 462 | 2024.05.31 00:14:39.240207 [ 3 ] {} <Debug> HTTP-Session: 64cb8b02-9ef8-4592-8895-8678189df1ae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 463 | 2024.05.31 00:14:39.240244 [ 3 ] {} <Trace> HTTP-Session: 64cb8b02-9ef8-4592-8895-8678189df1ae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 464 | 2024.05.31 00:14:39.240480 [ 3 ] {b13fba20-a510-4ef8-be77-20645ddb3eba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43561) 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.31 00:14:39.240556 [ 3 ] {b13fba20-a510-4ef8-be77-20645ddb3eba} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
| 466 | 2024.05.31 00:14:39.242837 [ 3 ] {b13fba20-a510-4ef8-be77-20645ddb3eba} <Debug> oximeter.measurements_cumulativei64 (0d646dae-3751-4e06-8ea7-5845a97bbe14): Loading data parts | ||
| 467 | 2024.05.31 00:14:39.243026 [ 3 ] {b13fba20-a510-4ef8-be77-20645ddb3eba} <Debug> oximeter.measurements_cumulativei64 (0d646dae-3751-4e06-8ea7-5845a97bbe14): There are no data parts | ||
| 468 | 2024.05.31 00:14:39.244850 [ 3 ] {b13fba20-a510-4ef8-be77-20645ddb3eba} <Debug> DynamicQueryHandler: Done processing query | ||
| 469 | 2024.05.31 00:14:39.244912 [ 3 ] {} <Debug> HTTP-Session: 64cb8b02-9ef8-4592-8895-8678189df1ae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 470 | 2024.05.31 00:14:39.245036 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43561, User-Agent: (none), Length: 354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 471 | 2024.05.31 00:14:39.245148 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 472 | 2024.05.31 00:14:39.245169 [ 3 ] {} <Debug> HTTP-Session: 0ee041e7-f06b-4603-bb7d-a2a14579a9b4 Authenticating user 'default' from [fd00:1122:3344:101::d]:43561 | ||
| 473 | 2024.05.31 00:14:39.245218 [ 3 ] {} <Debug> HTTP-Session: 0ee041e7-f06b-4603-bb7d-a2a14579a9b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 474 | 2024.05.31 00:14:39.245234 [ 3 ] {} <Debug> HTTP-Session: 0ee041e7-f06b-4603-bb7d-a2a14579a9b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 475 | 2024.05.31 00:14:39.245306 [ 3 ] {} <Trace> HTTP-Session: 0ee041e7-f06b-4603-bb7d-a2a14579a9b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 476 | 2024.05.31 00:14:39.245527 [ 3 ] {a656f3ff-202e-4047-9848-67b62d48daa2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43561) 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.31 00:14:39.245650 [ 3 ] {a656f3ff-202e-4047-9848-67b62d48daa2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
| 478 | 2024.05.31 00:14:39.248715 [ 3 ] {a656f3ff-202e-4047-9848-67b62d48daa2} <Debug> oximeter.measurements_cumulativeu64 (b1c8eb12-4c2f-4487-9616-7812cf612270): Loading data parts | ||
| 479 | 2024.05.31 00:14:39.248932 [ 3 ] {a656f3ff-202e-4047-9848-67b62d48daa2} <Debug> oximeter.measurements_cumulativeu64 (b1c8eb12-4c2f-4487-9616-7812cf612270): There are no data parts | ||
| 480 | 2024.05.31 00:14:39.251295 [ 3 ] {a656f3ff-202e-4047-9848-67b62d48daa2} <Debug> DynamicQueryHandler: Done processing query | ||
| 481 | 2024.05.31 00:14:39.251322 [ 3 ] {} <Debug> HTTP-Session: 0ee041e7-f06b-4603-bb7d-a2a14579a9b4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 482 | 2024.05.31 00:14:39.251480 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43561, User-Agent: (none), Length: 355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 483 | 2024.05.31 00:14:39.251559 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 484 | 2024.05.31 00:14:39.251580 [ 3 ] {} <Debug> HTTP-Session: 85fd2989-63c2-4b9a-8091-a269c1035ced Authenticating user 'default' from [fd00:1122:3344:101::d]:43561 | ||
| 485 | 2024.05.31 00:14:39.251628 [ 3 ] {} <Debug> HTTP-Session: 85fd2989-63c2-4b9a-8091-a269c1035ced Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 486 | 2024.05.31 00:14:39.251669 [ 3 ] {} <Debug> HTTP-Session: 85fd2989-63c2-4b9a-8091-a269c1035ced Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 487 | 2024.05.31 00:14:39.251701 [ 3 ] {} <Trace> HTTP-Session: 85fd2989-63c2-4b9a-8091-a269c1035ced Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 488 | 2024.05.31 00:14:39.251918 [ 3 ] {f40d3c72-a0b7-4ca2-9ca1-81eadfe77bc2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43561) 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.31 00:14:39.252031 [ 3 ] {f40d3c72-a0b7-4ca2-9ca1-81eadfe77bc2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
| 490 | 2024.05.31 00:14:39.253844 [ 3 ] {f40d3c72-a0b7-4ca2-9ca1-81eadfe77bc2} <Debug> oximeter.measurements_cumulativef32 (b48aaeaa-1885-43a9-bdbd-1b6ae48ef7c7): Loading data parts | ||
| 491 | 2024.05.31 00:14:39.254043 [ 3 ] {f40d3c72-a0b7-4ca2-9ca1-81eadfe77bc2} <Debug> oximeter.measurements_cumulativef32 (b48aaeaa-1885-43a9-bdbd-1b6ae48ef7c7): There are no data parts | ||
| 492 | 2024.05.31 00:14:39.255281 [ 3 ] {f40d3c72-a0b7-4ca2-9ca1-81eadfe77bc2} <Debug> DynamicQueryHandler: Done processing query | ||
| 493 | 2024.05.31 00:14:39.255341 [ 3 ] {} <Debug> HTTP-Session: 85fd2989-63c2-4b9a-8091-a269c1035ced Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 494 | 2024.05.31 00:14:39.255456 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43561, User-Agent: (none), Length: 356, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 495 | 2024.05.31 00:14:39.255541 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 496 | 2024.05.31 00:14:39.255656 [ 3 ] {} <Debug> HTTP-Session: 4d510300-68d0-4d91-98a3-d0e5f71341ce Authenticating user 'default' from [fd00:1122:3344:101::d]:43561 | ||
| 497 | 2024.05.31 00:14:39.255703 [ 3 ] {} <Debug> HTTP-Session: 4d510300-68d0-4d91-98a3-d0e5f71341ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 498 | 2024.05.31 00:14:39.255716 [ 3 ] {} <Debug> HTTP-Session: 4d510300-68d0-4d91-98a3-d0e5f71341ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 499 | 2024.05.31 00:14:39.255778 [ 3 ] {} <Trace> HTTP-Session: 4d510300-68d0-4d91-98a3-d0e5f71341ce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 500 | 2024.05.31 00:14:39.256002 [ 3 ] {58111c6f-a266-484e-b4e5-d355c5c4a7a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43561) 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.31 00:14:39.256114 [ 3 ] {58111c6f-a266-484e-b4e5-d355c5c4a7a7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
| 502 | 2024.05.31 00:14:39.257986 [ 3 ] {58111c6f-a266-484e-b4e5-d355c5c4a7a7} <Debug> oximeter.measurements_cumulativef64 (6874d417-451c-421e-bbe4-1813bbc0b92f): Loading data parts | ||
| 503 | 2024.05.31 00:14:39.258193 [ 3 ] {58111c6f-a266-484e-b4e5-d355c5c4a7a7} <Debug> oximeter.measurements_cumulativef64 (6874d417-451c-421e-bbe4-1813bbc0b92f): There are no data parts | ||
| 504 | 2024.05.31 00:14:39.259669 [ 3 ] {58111c6f-a266-484e-b4e5-d355c5c4a7a7} <Debug> DynamicQueryHandler: Done processing query | ||
| 505 | 2024.05.31 00:14:39.259695 [ 3 ] {} <Debug> HTTP-Session: 4d510300-68d0-4d91-98a3-d0e5f71341ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 506 | 2024.05.31 00:14:39.259839 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43561, User-Agent: (none), Length: 836, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 507 | 2024.05.31 00:14:39.259920 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 508 | 2024.05.31 00:14:39.259939 [ 3 ] {} <Debug> HTTP-Session: 7bb3abff-c37f-4392-92ff-46d9ff3778b6 Authenticating user 'default' from [fd00:1122:3344:101::d]:43561 | ||
| 509 | 2024.05.31 00:14:39.259986 [ 3 ] {} <Debug> HTTP-Session: 7bb3abff-c37f-4392-92ff-46d9ff3778b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 510 | 2024.05.31 00:14:39.260031 [ 3 ] {} <Debug> HTTP-Session: 7bb3abff-c37f-4392-92ff-46d9ff3778b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 511 | 2024.05.31 00:14:39.260060 [ 3 ] {} <Trace> HTTP-Session: 7bb3abff-c37f-4392-92ff-46d9ff3778b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 512 | 2024.05.31 00:14:39.260278 [ 3 ] {d46c80c1-8896-447b-bcc0-6667e264cd53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43561) 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.31 00:14:39.260403 [ 3 ] {d46c80c1-8896-447b-bcc0-6667e264cd53} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
| 524 | 2024.05.31 00:14:39.263664 [ 3 ] {d46c80c1-8896-447b-bcc0-6667e264cd53} <Debug> oximeter.measurements_histogrami8 (611715b5-94cb-4011-8160-ab96c81f4ee9): Loading data parts | ||
| 525 | 2024.05.31 00:14:39.263831 [ 3 ] {d46c80c1-8896-447b-bcc0-6667e264cd53} <Debug> oximeter.measurements_histogrami8 (611715b5-94cb-4011-8160-ab96c81f4ee9): There are no data parts | ||
| 526 | 2024.05.31 00:14:39.267051 [ 3 ] {d46c80c1-8896-447b-bcc0-6667e264cd53} <Debug> DynamicQueryHandler: Done processing query | ||
| 527 | 2024.05.31 00:14:39.267078 [ 3 ] {} <Debug> HTTP-Session: 7bb3abff-c37f-4392-92ff-46d9ff3778b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 528 | 2024.05.31 00:14:39.267252 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43561, User-Agent: (none), Length: 373, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 529 | 2024.05.31 00:14:39.267339 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 530 | 2024.05.31 00:14:39.267400 [ 3 ] {} <Debug> HTTP-Session: b4af0898-b08b-4831-819c-681de6c2a8a7 Authenticating user 'default' from [fd00:1122:3344:101::d]:43561 | ||
| 531 | 2024.05.31 00:14:39.267416 [ 3 ] {} <Debug> HTTP-Session: b4af0898-b08b-4831-819c-681de6c2a8a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 532 | 2024.05.31 00:14:39.267462 [ 3 ] {} <Debug> HTTP-Session: b4af0898-b08b-4831-819c-681de6c2a8a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 533 | 2024.05.31 00:14:39.267495 [ 3 ] {} <Trace> HTTP-Session: b4af0898-b08b-4831-819c-681de6c2a8a7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 534 | 2024.05.31 00:14:39.267727 [ 3 ] {d54af4c9-9166-4336-8d1e-9bc4a8b65b59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43561) 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.31 00:14:39.267844 [ 3 ] {d54af4c9-9166-4336-8d1e-9bc4a8b65b59} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
| 536 | 2024.05.31 00:14:39.269748 [ 3 ] {d54af4c9-9166-4336-8d1e-9bc4a8b65b59} <Debug> oximeter.measurements_histogramu8 (79787055-7cb9-4ce7-8052-b3514a5a226b): Loading data parts | ||
| 537 | 2024.05.31 00:14:39.269949 [ 3 ] {d54af4c9-9166-4336-8d1e-9bc4a8b65b59} <Debug> oximeter.measurements_histogramu8 (79787055-7cb9-4ce7-8052-b3514a5a226b): There are no data parts | ||
| 538 | 2024.05.31 00:14:39.271333 [ 3 ] {d54af4c9-9166-4336-8d1e-9bc4a8b65b59} <Debug> DynamicQueryHandler: Done processing query | ||
| 539 | 2024.05.31 00:14:39.271426 [ 3 ] {} <Debug> HTTP-Session: b4af0898-b08b-4831-819c-681de6c2a8a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 540 | 2024.05.31 00:14:39.271547 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43561, User-Agent: (none), Length: 374, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 541 | 2024.05.31 00:14:39.271633 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 542 | 2024.05.31 00:14:39.271685 [ 3 ] {} <Debug> HTTP-Session: 2fe0bbe2-fefc-4e3d-870a-a78ce2fd1092 Authenticating user 'default' from [fd00:1122:3344:101::d]:43561 | ||
| 543 | 2024.05.31 00:14:39.271733 [ 3 ] {} <Debug> HTTP-Session: 2fe0bbe2-fefc-4e3d-870a-a78ce2fd1092 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 544 | 2024.05.31 00:14:39.271746 [ 3 ] {} <Debug> HTTP-Session: 2fe0bbe2-fefc-4e3d-870a-a78ce2fd1092 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 545 | 2024.05.31 00:14:39.271804 [ 3 ] {} <Trace> HTTP-Session: 2fe0bbe2-fefc-4e3d-870a-a78ce2fd1092 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 546 | 2024.05.31 00:14:39.272030 [ 3 ] {204dd5c6-5642-4dbd-8e92-c956f0812063} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43561) 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.31 00:14:39.272141 [ 3 ] {204dd5c6-5642-4dbd-8e92-c956f0812063} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
| 548 | 2024.05.31 00:14:39.273925 [ 3 ] {204dd5c6-5642-4dbd-8e92-c956f0812063} <Debug> oximeter.measurements_histogrami16 (376d0e50-0a90-4df0-b860-437243d18103): Loading data parts | ||
| 549 | 2024.05.31 00:14:39.274118 [ 3 ] {204dd5c6-5642-4dbd-8e92-c956f0812063} <Debug> oximeter.measurements_histogrami16 (376d0e50-0a90-4df0-b860-437243d18103): There are no data parts | ||
| 550 | 2024.05.31 00:14:39.275393 [ 3 ] {204dd5c6-5642-4dbd-8e92-c956f0812063} <Debug> DynamicQueryHandler: Done processing query | ||
| 551 | 2024.05.31 00:14:39.275420 [ 3 ] {} <Debug> HTTP-Session: 2fe0bbe2-fefc-4e3d-870a-a78ce2fd1092 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 552 | 2024.05.31 00:14:39.275580 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43561, User-Agent: (none), Length: 375, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 553 | 2024.05.31 00:14:39.275660 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 554 | 2024.05.31 00:14:39.275680 [ 3 ] {} <Debug> HTTP-Session: eb854914-c745-428a-8010-46802ec8f0c3 Authenticating user 'default' from [fd00:1122:3344:101::d]:43561 | ||
| 555 | 2024.05.31 00:14:39.275727 [ 3 ] {} <Debug> HTTP-Session: eb854914-c745-428a-8010-46802ec8f0c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 556 | 2024.05.31 00:14:39.275772 [ 3 ] {} <Debug> HTTP-Session: eb854914-c745-428a-8010-46802ec8f0c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 557 | 2024.05.31 00:14:39.275805 [ 3 ] {} <Trace> HTTP-Session: eb854914-c745-428a-8010-46802ec8f0c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 558 | 2024.05.31 00:14:39.276034 [ 3 ] {9950fb61-dfd2-474a-b944-af37fcd3c4fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43561) 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.31 00:14:39.276152 [ 3 ] {9950fb61-dfd2-474a-b944-af37fcd3c4fb} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
| 560 | 2024.05.31 00:14:39.278406 [ 3 ] {9950fb61-dfd2-474a-b944-af37fcd3c4fb} <Debug> oximeter.measurements_histogramu16 (bad093c8-cb1d-47a5-b46c-d3d33deef18f): Loading data parts | ||
| 561 | 2024.05.31 00:14:39.278548 [ 3 ] {9950fb61-dfd2-474a-b944-af37fcd3c4fb} <Debug> oximeter.measurements_histogramu16 (bad093c8-cb1d-47a5-b46c-d3d33deef18f): There are no data parts | ||
| 562 | 2024.05.31 00:14:39.282089 [ 3 ] {9950fb61-dfd2-474a-b944-af37fcd3c4fb} <Debug> DynamicQueryHandler: Done processing query | ||
| 563 | 2024.05.31 00:14:39.282153 [ 3 ] {} <Debug> HTTP-Session: eb854914-c745-428a-8010-46802ec8f0c3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 564 | 2024.05.31 00:14:39.282277 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43561, User-Agent: (none), Length: 374, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 565 | 2024.05.31 00:14:39.282355 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 566 | 2024.05.31 00:14:39.282407 [ 3 ] {} <Debug> HTTP-Session: 2564d823-27c7-4508-8787-1b5b57fbe56a Authenticating user 'default' from [fd00:1122:3344:101::d]:43561 | ||
| 567 | 2024.05.31 00:14:39.282422 [ 3 ] {} <Debug> HTTP-Session: 2564d823-27c7-4508-8787-1b5b57fbe56a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 568 | 2024.05.31 00:14:39.282465 [ 3 ] {} <Debug> HTTP-Session: 2564d823-27c7-4508-8787-1b5b57fbe56a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 569 | 2024.05.31 00:14:39.282534 [ 3 ] {} <Trace> HTTP-Session: 2564d823-27c7-4508-8787-1b5b57fbe56a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 570 | 2024.05.31 00:14:39.282720 [ 3 ] {21b01115-4e04-4791-8469-e2a22aabe743} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43561) 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.31 00:14:39.282839 [ 3 ] {21b01115-4e04-4791-8469-e2a22aabe743} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
| 572 | 2024.05.31 00:14:39.284765 [ 3 ] {21b01115-4e04-4791-8469-e2a22aabe743} <Debug> oximeter.measurements_histogrami32 (748c29b0-2438-4a29-8786-739060d1ade4): Loading data parts | ||
| 573 | 2024.05.31 00:14:39.285034 [ 3 ] {21b01115-4e04-4791-8469-e2a22aabe743} <Debug> oximeter.measurements_histogrami32 (748c29b0-2438-4a29-8786-739060d1ade4): There are no data parts | ||
| 574 | 2024.05.31 00:14:39.287576 [ 3 ] {21b01115-4e04-4791-8469-e2a22aabe743} <Debug> DynamicQueryHandler: Done processing query | ||
| 575 | 2024.05.31 00:14:39.287636 [ 3 ] {} <Debug> HTTP-Session: 2564d823-27c7-4508-8787-1b5b57fbe56a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 576 | 2024.05.31 00:14:39.287789 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43561, User-Agent: (none), Length: 375, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 577 | 2024.05.31 00:14:39.287869 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 578 | 2024.05.31 00:14:39.287890 [ 3 ] {} <Debug> HTTP-Session: 1b01a6d2-7ff1-4ee1-9553-05e675f07944 Authenticating user 'default' from [fd00:1122:3344:101::d]:43561 | ||
| 579 | 2024.05.31 00:14:39.287956 [ 3 ] {} <Debug> HTTP-Session: 1b01a6d2-7ff1-4ee1-9553-05e675f07944 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 580 | 2024.05.31 00:14:39.287970 [ 3 ] {} <Debug> HTTP-Session: 1b01a6d2-7ff1-4ee1-9553-05e675f07944 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 581 | 2024.05.31 00:14:39.288038 [ 3 ] {} <Trace> HTTP-Session: 1b01a6d2-7ff1-4ee1-9553-05e675f07944 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 582 | 2024.05.31 00:14:39.288273 [ 3 ] {9d675fba-f647-47a5-ad47-f0780a073346} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43561) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt32), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 583 | 2024.05.31 00:14:39.288386 [ 3 ] {9d675fba-f647-47a5-ad47-f0780a073346} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
| 584 | 2024.05.31 00:14:39.290408 [ 3 ] {9d675fba-f647-47a5-ad47-f0780a073346} <Debug> oximeter.measurements_histogramu32 (f2324cb2-0dd2-4c9b-9681-a6a8a9b9049b): Loading data parts | ||
| 585 | 2024.05.31 00:14:39.290562 [ 3 ] {9d675fba-f647-47a5-ad47-f0780a073346} <Debug> oximeter.measurements_histogramu32 (f2324cb2-0dd2-4c9b-9681-a6a8a9b9049b): There are no data parts | ||
| 586 | 2024.05.31 00:14:39.292395 [ 3 ] {9d675fba-f647-47a5-ad47-f0780a073346} <Debug> DynamicQueryHandler: Done processing query | ||
| 587 | 2024.05.31 00:14:39.292420 [ 3 ] {} <Debug> HTTP-Session: 1b01a6d2-7ff1-4ee1-9553-05e675f07944 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 588 | 2024.05.31 00:14:39.292573 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43561, User-Agent: (none), Length: 374, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 589 | 2024.05.31 00:14:39.292689 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 590 | 2024.05.31 00:14:39.292740 [ 3 ] {} <Debug> HTTP-Session: 700b706a-cf75-4946-9f6a-56be67ff8a85 Authenticating user 'default' from [fd00:1122:3344:101::d]:43561 | ||
| 591 | 2024.05.31 00:14:39.292758 [ 3 ] {} <Debug> HTTP-Session: 700b706a-cf75-4946-9f6a-56be67ff8a85 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 592 | 2024.05.31 00:14:39.292805 [ 3 ] {} <Debug> HTTP-Session: 700b706a-cf75-4946-9f6a-56be67ff8a85 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 593 | 2024.05.31 00:14:39.292865 [ 3 ] {} <Trace> HTTP-Session: 700b706a-cf75-4946-9f6a-56be67ff8a85 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 594 | 2024.05.31 00:14:39.293088 [ 3 ] {dbc23fad-164e-4ae0-8605-acc082690cdb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43561) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int64), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 595 | 2024.05.31 00:14:39.293205 [ 3 ] {dbc23fad-164e-4ae0-8605-acc082690cdb} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
| 596 | 2024.05.31 00:14:39.295276 [ 3 ] {dbc23fad-164e-4ae0-8605-acc082690cdb} <Debug> oximeter.measurements_histogrami64 (1f8f5a63-db94-48b6-b137-f1207d3d192d): Loading data parts | ||
| 597 | 2024.05.31 00:14:39.295458 [ 3 ] {dbc23fad-164e-4ae0-8605-acc082690cdb} <Debug> oximeter.measurements_histogrami64 (1f8f5a63-db94-48b6-b137-f1207d3d192d): There are no data parts | ||
| 598 | 2024.05.31 00:14:39.297402 [ 3 ] {dbc23fad-164e-4ae0-8605-acc082690cdb} <Debug> DynamicQueryHandler: Done processing query | ||
| 599 | 2024.05.31 00:14:39.297427 [ 3 ] {} <Debug> HTTP-Session: 700b706a-cf75-4946-9f6a-56be67ff8a85 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 600 | 2024.05.31 00:14:39.297534 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43561, User-Agent: (none), Length: 375, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 601 | 2024.05.31 00:14:39.297704 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 602 | 2024.05.31 00:14:39.297725 [ 3 ] {} <Debug> HTTP-Session: 48aefaf3-290d-467a-b0fd-31d30ca9be45 Authenticating user 'default' from [fd00:1122:3344:101::d]:43561 | ||
| 603 | 2024.05.31 00:14:39.297776 [ 3 ] {} <Debug> HTTP-Session: 48aefaf3-290d-467a-b0fd-31d30ca9be45 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 604 | 2024.05.31 00:14:39.297792 [ 3 ] {} <Debug> HTTP-Session: 48aefaf3-290d-467a-b0fd-31d30ca9be45 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 605 | 2024.05.31 00:14:39.297857 [ 3 ] {} <Trace> HTTP-Session: 48aefaf3-290d-467a-b0fd-31d30ca9be45 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 606 | 2024.05.31 00:14:39.298075 [ 3 ] {087cfa55-6331-44a0-9727-0327cebf475b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43561) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt64), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 607 | 2024.05.31 00:14:39.298192 [ 3 ] {087cfa55-6331-44a0-9727-0327cebf475b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
| 608 | 2024.05.31 00:14:39.301348 [ 3 ] {087cfa55-6331-44a0-9727-0327cebf475b} <Debug> oximeter.measurements_histogramu64 (d47b757a-bd19-4e4c-8759-154a9da187c1): Loading data parts | ||
| 609 | 2024.05.31 00:14:39.301512 [ 3 ] {087cfa55-6331-44a0-9727-0327cebf475b} <Debug> oximeter.measurements_histogramu64 (d47b757a-bd19-4e4c-8759-154a9da187c1): There are no data parts | ||
| 610 | 2024.05.31 00:14:39.305436 [ 3 ] {087cfa55-6331-44a0-9727-0327cebf475b} <Debug> DynamicQueryHandler: Done processing query | ||
| 611 | 2024.05.31 00:14:39.305462 [ 3 ] {} <Debug> HTTP-Session: 48aefaf3-290d-467a-b0fd-31d30ca9be45 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 612 | 2024.05.31 00:14:39.305616 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43561, User-Agent: (none), Length: 376, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 613 | 2024.05.31 00:14:39.305695 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 614 | 2024.05.31 00:14:39.305747 [ 3 ] {} <Debug> HTTP-Session: 8060693f-a9fc-4395-9490-8944e89592d7 Authenticating user 'default' from [fd00:1122:3344:101::d]:43561 | ||
| 615 | 2024.05.31 00:14:39.305763 [ 3 ] {} <Debug> HTTP-Session: 8060693f-a9fc-4395-9490-8944e89592d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 616 | 2024.05.31 00:14:39.305805 [ 3 ] {} <Debug> HTTP-Session: 8060693f-a9fc-4395-9490-8944e89592d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 617 | 2024.05.31 00:14:39.305867 [ 3 ] {} <Trace> HTTP-Session: 8060693f-a9fc-4395-9490-8944e89592d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 618 | 2024.05.31 00:14:39.306053 [ 3 ] {02151fb2-91cb-449f-a2df-3d6fa02968eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43561) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float32), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 619 | 2024.05.31 00:14:39.306165 [ 3 ] {02151fb2-91cb-449f-a2df-3d6fa02968eb} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
| 620 | 2024.05.31 00:14:39.308218 [ 3 ] {02151fb2-91cb-449f-a2df-3d6fa02968eb} <Debug> oximeter.measurements_histogramf32 (c2620641-9786-478a-80cf-ecc5f1a79f1c): Loading data parts | ||
| 621 | 2024.05.31 00:14:39.308404 [ 3 ] {02151fb2-91cb-449f-a2df-3d6fa02968eb} <Debug> oximeter.measurements_histogramf32 (c2620641-9786-478a-80cf-ecc5f1a79f1c): There are no data parts | ||
| 622 | 2024.05.31 00:14:39.310315 [ 3 ] {02151fb2-91cb-449f-a2df-3d6fa02968eb} <Debug> DynamicQueryHandler: Done processing query | ||
| 623 | 2024.05.31 00:14:39.310376 [ 3 ] {} <Debug> HTTP-Session: 8060693f-a9fc-4395-9490-8944e89592d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 624 | 2024.05.31 00:14:39.310593 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43561, User-Agent: (none), Length: 376, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 625 | 2024.05.31 00:14:39.310641 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 626 | 2024.05.31 00:14:39.310697 [ 3 ] {} <Debug> HTTP-Session: 9ce6abf3-5ace-4353-be11-8f19a84f7ba9 Authenticating user 'default' from [fd00:1122:3344:101::d]:43561 | ||
| 627 | 2024.05.31 00:14:39.310749 [ 3 ] {} <Debug> HTTP-Session: 9ce6abf3-5ace-4353-be11-8f19a84f7ba9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 628 | 2024.05.31 00:14:39.310763 [ 3 ] {} <Debug> HTTP-Session: 9ce6abf3-5ace-4353-be11-8f19a84f7ba9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 629 | 2024.05.31 00:14:39.310826 [ 3 ] {} <Trace> HTTP-Session: 9ce6abf3-5ace-4353-be11-8f19a84f7ba9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 630 | 2024.05.31 00:14:39.311053 [ 3 ] {f5be77ed-258f-4b10-bd39-946e5d8fd24c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43561) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float64), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 631 | 2024.05.31 00:14:39.311165 [ 3 ] {f5be77ed-258f-4b10-bd39-946e5d8fd24c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
| 632 | 2024.05.31 00:14:39.314794 [ 3 ] {f5be77ed-258f-4b10-bd39-946e5d8fd24c} <Debug> oximeter.measurements_histogramf64 (482d61b7-3e14-469f-8908-873566317d01): Loading data parts | ||
| 633 | 2024.05.31 00:14:39.314993 [ 3 ] {f5be77ed-258f-4b10-bd39-946e5d8fd24c} <Debug> oximeter.measurements_histogramf64 (482d61b7-3e14-469f-8908-873566317d01): There are no data parts | ||
| 634 | 2024.05.31 00:14:39.316597 [ 3 ] {f5be77ed-258f-4b10-bd39-946e5d8fd24c} <Debug> DynamicQueryHandler: Done processing query | ||
| 635 | 2024.05.31 00:14:39.316626 [ 3 ] {} <Debug> HTTP-Session: 9ce6abf3-5ace-4353-be11-8f19a84f7ba9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 636 | 2024.05.31 00:14:39.316815 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43561, User-Agent: (none), Length: 1196, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 637 | 2024.05.31 00:14:39.316897 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 638 | 2024.05.31 00:14:39.316915 [ 3 ] {} <Debug> HTTP-Session: 1061ccaa-dbf1-460b-8d64-96098b84a8ef Authenticating user 'default' from [fd00:1122:3344:101::d]:43561 | ||
| 639 | 2024.05.31 00:14:39.316967 [ 3 ] {} <Debug> HTTP-Session: 1061ccaa-dbf1-460b-8d64-96098b84a8ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 640 | 2024.05.31 00:14:39.317013 [ 3 ] {} <Debug> HTTP-Session: 1061ccaa-dbf1-460b-8d64-96098b84a8ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 641 | 2024.05.31 00:14:39.317043 [ 3 ] {} <Trace> HTTP-Session: 1061ccaa-dbf1-460b-8d64-96098b84a8ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 642 | 2024.05.31 00:14:39.317220 [ 3 ] {5bc2c573-cb14-4601-8b4c-73f2146b924b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43561) /* The field tables store named dimensions of each timeseries. | ||
| 643 | * | ||
| 644 | * As with the measurement tables, there is one field table for each field data | ||
| 645 | * type. Fields are deduplicated by using the "replacing merge tree", though | ||
| 646 | * this behavior **must not** be relied upon for query correctness. | ||
| 647 | * | ||
| 648 | * The index for the fields differs from the measurements, however. Rows are | ||
| 649 | * sorted by timeseries name, then field name, field value, and finally | ||
| 650 | * timeseries key. This reflects the most common pattern for looking them up: | ||
| 651 | * by field name and possibly value, within a timeseries. The resulting keys are | ||
| 652 | * usually then used to look up measurements. | ||
| 653 | * | ||
| 654 | * NOTE: We may want to consider a secondary index on these tables, sorting by | ||
| 655 | * timeseries name and then key, since it would improve lookups where one | ||
| 656 | * already has the key. Realistically though, these tables are quite small and | ||
| 657 | * so performance benefits will be low in absolute terms. | ||
| 658 | */ | ||
| 659 | CREATE TABLE IF NOT EXISTS oximeter.fields_bool ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
| 660 | 2024.05.31 00:14:39.317328 [ 3 ] {5bc2c573-cb14-4601-8b4c-73f2146b924b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
| 661 | 2024.05.31 00:14:39.320737 [ 3 ] {5bc2c573-cb14-4601-8b4c-73f2146b924b} <Debug> oximeter.fields_bool (c722cdb3-923d-41ea-875a-d28ad618194c): Loading data parts | ||
| 662 | 2024.05.31 00:14:39.320943 [ 3 ] {5bc2c573-cb14-4601-8b4c-73f2146b924b} <Debug> oximeter.fields_bool (c722cdb3-923d-41ea-875a-d28ad618194c): There are no data parts | ||
| 663 | 2024.05.31 00:14:39.323249 [ 3 ] {5bc2c573-cb14-4601-8b4c-73f2146b924b} <Debug> DynamicQueryHandler: Done processing query | ||
| 664 | 2024.05.31 00:14:39.323306 [ 3 ] {} <Debug> HTTP-Session: 1061ccaa-dbf1-460b-8d64-96098b84a8ef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 665 | 2024.05.31 00:14:39.323461 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43561, User-Agent: (none), Length: 248, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 666 | 2024.05.31 00:14:39.323509 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 667 | 2024.05.31 00:14:39.323565 [ 3 ] {} <Debug> HTTP-Session: 513ade0c-6684-4954-b7e8-ae1ffd8345da Authenticating user 'default' from [fd00:1122:3344:101::d]:43561 | ||
| 668 | 2024.05.31 00:14:39.323614 [ 3 ] {} <Debug> HTTP-Session: 513ade0c-6684-4954-b7e8-ae1ffd8345da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 669 | 2024.05.31 00:14:39.323628 [ 3 ] {} <Debug> HTTP-Session: 513ade0c-6684-4954-b7e8-ae1ffd8345da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 670 | 2024.05.31 00:14:39.323688 [ 3 ] {} <Trace> HTTP-Session: 513ade0c-6684-4954-b7e8-ae1ffd8345da Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 671 | 2024.05.31 00:14:39.323865 [ 3 ] {859bb65a-ec4f-4a60-b628-50d81ec20f42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43561) CREATE TABLE IF NOT EXISTS oximeter.fields_i8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int8 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
| 672 | 2024.05.31 00:14:39.323943 [ 3 ] {859bb65a-ec4f-4a60-b628-50d81ec20f42} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
| 673 | 2024.05.31 00:14:39.325901 [ 3 ] {859bb65a-ec4f-4a60-b628-50d81ec20f42} <Debug> oximeter.fields_i8 (4cc19bad-f574-4ef0-aa8e-219b8f7b73eb): Loading data parts | ||
| 674 | 2024.05.31 00:14:39.326063 [ 3 ] {859bb65a-ec4f-4a60-b628-50d81ec20f42} <Debug> oximeter.fields_i8 (4cc19bad-f574-4ef0-aa8e-219b8f7b73eb): There are no data parts | ||
| 675 | 2024.05.31 00:14:39.327432 [ 3 ] {859bb65a-ec4f-4a60-b628-50d81ec20f42} <Debug> DynamicQueryHandler: Done processing query | ||
| 676 | 2024.05.31 00:14:39.327500 [ 3 ] {} <Debug> HTTP-Session: 513ade0c-6684-4954-b7e8-ae1ffd8345da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 677 | 2024.05.31 00:14:39.327623 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43561, User-Agent: (none), Length: 249, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 678 | 2024.05.31 00:14:39.327697 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 679 | 2024.05.31 00:14:39.327747 [ 3 ] {} <Debug> HTTP-Session: 6718781d-ff51-41c1-a4ee-58b8f1fff7f6 Authenticating user 'default' from [fd00:1122:3344:101::d]:43561 | ||
| 680 | 2024.05.31 00:14:39.327763 [ 3 ] {} <Debug> HTTP-Session: 6718781d-ff51-41c1-a4ee-58b8f1fff7f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 681 | 2024.05.31 00:14:39.327872 [ 3 ] {} <Debug> HTTP-Session: 6718781d-ff51-41c1-a4ee-58b8f1fff7f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 682 | 2024.05.31 00:14:39.327935 [ 3 ] {} <Trace> HTTP-Session: 6718781d-ff51-41c1-a4ee-58b8f1fff7f6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 683 | 2024.05.31 00:14:39.328075 [ 3 ] {96d8b6d9-ca46-4288-b319-9d861c85962f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43561) CREATE TABLE IF NOT EXISTS oximeter.fields_u8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
| 684 | 2024.05.31 00:14:39.328178 [ 3 ] {96d8b6d9-ca46-4288-b319-9d861c85962f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
| 685 | 2024.05.31 00:14:39.329870 [ 3 ] {96d8b6d9-ca46-4288-b319-9d861c85962f} <Debug> oximeter.fields_u8 (43282278-bcf0-48cc-af5c-f80a2211a7ff): Loading data parts | ||
| 686 | 2024.05.31 00:14:39.330029 [ 3 ] {96d8b6d9-ca46-4288-b319-9d861c85962f} <Debug> oximeter.fields_u8 (43282278-bcf0-48cc-af5c-f80a2211a7ff): There are no data parts | ||
| 687 | 2024.05.31 00:14:39.331771 [ 3 ] {96d8b6d9-ca46-4288-b319-9d861c85962f} <Debug> DynamicQueryHandler: Done processing query | ||
| 688 | 2024.05.31 00:14:39.331797 [ 3 ] {} <Debug> HTTP-Session: 6718781d-ff51-41c1-a4ee-58b8f1fff7f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 689 | 2024.05.31 00:14:39.331962 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43561, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 690 | 2024.05.31 00:14:39.332053 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 691 | 2024.05.31 00:14:39.332075 [ 3 ] {} <Debug> HTTP-Session: 80d90e25-b1bf-463a-beed-e9c26c025a3b Authenticating user 'default' from [fd00:1122:3344:101::d]:43561 | ||
| 692 | 2024.05.31 00:14:39.332130 [ 3 ] {} <Debug> HTTP-Session: 80d90e25-b1bf-463a-beed-e9c26c025a3b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 693 | 2024.05.31 00:14:39.332179 [ 3 ] {} <Debug> HTTP-Session: 80d90e25-b1bf-463a-beed-e9c26c025a3b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 694 | 2024.05.31 00:14:39.332211 [ 3 ] {} <Trace> HTTP-Session: 80d90e25-b1bf-463a-beed-e9c26c025a3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 695 | 2024.05.31 00:14:39.332387 [ 3 ] {1f4a70a1-bd21-4582-ba27-2e87bbc88636} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43561) CREATE TABLE IF NOT EXISTS oximeter.fields_i16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int16 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
| 696 | 2024.05.31 00:14:39.332493 [ 3 ] {1f4a70a1-bd21-4582-ba27-2e87bbc88636} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
| 697 | 2024.05.31 00:14:39.334325 [ 3 ] {1f4a70a1-bd21-4582-ba27-2e87bbc88636} <Debug> oximeter.fields_i16 (1af21052-5aad-40da-81eb-d8f3b034e825): Loading data parts | ||
| 698 | 2024.05.31 00:14:39.334476 [ 3 ] {1f4a70a1-bd21-4582-ba27-2e87bbc88636} <Debug> oximeter.fields_i16 (1af21052-5aad-40da-81eb-d8f3b034e825): There are no data parts | ||
| 699 | 2024.05.31 00:14:39.336621 [ 3 ] {1f4a70a1-bd21-4582-ba27-2e87bbc88636} <Debug> DynamicQueryHandler: Done processing query | ||
| 700 | 2024.05.31 00:14:39.336646 [ 3 ] {} <Debug> HTTP-Session: 80d90e25-b1bf-463a-beed-e9c26c025a3b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 701 | 2024.05.31 00:14:39.336856 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43561, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 702 | 2024.05.31 00:14:39.336938 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 703 | 2024.05.31 00:14:39.336959 [ 3 ] {} <Debug> HTTP-Session: 6d9f92b3-ad98-4ef0-ad7f-8d325ee2b5e0 Authenticating user 'default' from [fd00:1122:3344:101::d]:43561 | ||
| 704 | 2024.05.31 00:14:39.337009 [ 3 ] {} <Debug> HTTP-Session: 6d9f92b3-ad98-4ef0-ad7f-8d325ee2b5e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 705 | 2024.05.31 00:14:39.337053 [ 3 ] {} <Debug> HTTP-Session: 6d9f92b3-ad98-4ef0-ad7f-8d325ee2b5e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 706 | 2024.05.31 00:14:39.337084 [ 3 ] {} <Trace> HTTP-Session: 6d9f92b3-ad98-4ef0-ad7f-8d325ee2b5e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 707 | 2024.05.31 00:14:39.337263 [ 3 ] {699d29f4-5e9b-4724-bd2b-f19ca453e045} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43561) CREATE TABLE IF NOT EXISTS oximeter.fields_u16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt16 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
| 708 | 2024.05.31 00:14:39.337367 [ 3 ] {699d29f4-5e9b-4724-bd2b-f19ca453e045} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
| 709 | 2024.05.31 00:14:39.340525 [ 3 ] {699d29f4-5e9b-4724-bd2b-f19ca453e045} <Debug> oximeter.fields_u16 (7999e73d-8c52-4a6c-bd29-9efe50df2d3c): Loading data parts | ||
| 710 | 2024.05.31 00:14:39.340736 [ 3 ] {699d29f4-5e9b-4724-bd2b-f19ca453e045} <Debug> oximeter.fields_u16 (7999e73d-8c52-4a6c-bd29-9efe50df2d3c): There are no data parts | ||
| 711 | 2024.05.31 00:14:39.342183 [ 3 ] {699d29f4-5e9b-4724-bd2b-f19ca453e045} <Debug> DynamicQueryHandler: Done processing query | ||
| 712 | 2024.05.31 00:14:39.342208 [ 3 ] {} <Debug> HTTP-Session: 6d9f92b3-ad98-4ef0-ad7f-8d325ee2b5e0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 713 | 2024.05.31 00:14:39.342360 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43561, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 714 | 2024.05.31 00:14:39.342440 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 715 | 2024.05.31 00:14:39.342458 [ 3 ] {} <Debug> HTTP-Session: 44e45501-d547-4f0f-a2ef-897b69cd42bb Authenticating user 'default' from [fd00:1122:3344:101::d]:43561 | ||
| 716 | 2024.05.31 00:14:39.342505 [ 3 ] {} <Debug> HTTP-Session: 44e45501-d547-4f0f-a2ef-897b69cd42bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 717 | 2024.05.31 00:14:39.342551 [ 3 ] {} <Debug> HTTP-Session: 44e45501-d547-4f0f-a2ef-897b69cd42bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 718 | 2024.05.31 00:14:39.342581 [ 3 ] {} <Trace> HTTP-Session: 44e45501-d547-4f0f-a2ef-897b69cd42bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 719 | 2024.05.31 00:14:39.342751 [ 3 ] {19ffb380-cefb-47c4-a61d-a838a3b9fe9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43561) CREATE TABLE IF NOT EXISTS oximeter.fields_i32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int32 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
| 720 | 2024.05.31 00:14:39.342888 [ 3 ] {19ffb380-cefb-47c4-a61d-a838a3b9fe9f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
| 721 | 2024.05.31 00:14:39.344402 [ 3 ] {19ffb380-cefb-47c4-a61d-a838a3b9fe9f} <Debug> oximeter.fields_i32 (23b80404-b71a-4f90-a819-67c7718cb3b3): Loading data parts | ||
| 722 | 2024.05.31 00:14:39.344618 [ 3 ] {19ffb380-cefb-47c4-a61d-a838a3b9fe9f} <Debug> oximeter.fields_i32 (23b80404-b71a-4f90-a819-67c7718cb3b3): There are no data parts | ||
| 723 | 2024.05.31 00:14:39.345848 [ 3 ] {19ffb380-cefb-47c4-a61d-a838a3b9fe9f} <Debug> DynamicQueryHandler: Done processing query | ||
| 724 | 2024.05.31 00:14:39.345909 [ 3 ] {} <Debug> HTTP-Session: 44e45501-d547-4f0f-a2ef-897b69cd42bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 725 | 2024.05.31 00:14:39.346066 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43561, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 726 | 2024.05.31 00:14:39.346115 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 727 | 2024.05.31 00:14:39.346166 [ 3 ] {} <Debug> HTTP-Session: 08308e34-9184-4f4b-9f0b-8949372087ff Authenticating user 'default' from [fd00:1122:3344:101::d]:43561 | ||
| 728 | 2024.05.31 00:14:39.346217 [ 3 ] {} <Debug> HTTP-Session: 08308e34-9184-4f4b-9f0b-8949372087ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 729 | 2024.05.31 00:14:39.346231 [ 3 ] {} <Debug> HTTP-Session: 08308e34-9184-4f4b-9f0b-8949372087ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 730 | 2024.05.31 00:14:39.346293 [ 3 ] {} <Trace> HTTP-Session: 08308e34-9184-4f4b-9f0b-8949372087ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 731 | 2024.05.31 00:14:39.346470 [ 3 ] {96ba7eb4-091f-48cc-89f6-c2410d2a133e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43561) CREATE TABLE IF NOT EXISTS oximeter.fields_u32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt32 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
| 732 | 2024.05.31 00:14:39.346544 [ 3 ] {96ba7eb4-091f-48cc-89f6-c2410d2a133e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
| 733 | 2024.05.31 00:14:39.348322 [ 3 ] {96ba7eb4-091f-48cc-89f6-c2410d2a133e} <Debug> oximeter.fields_u32 (6314d608-1ab6-469e-99a6-0283cb02f768): Loading data parts | ||
| 734 | 2024.05.31 00:14:39.348479 [ 3 ] {96ba7eb4-091f-48cc-89f6-c2410d2a133e} <Debug> oximeter.fields_u32 (6314d608-1ab6-469e-99a6-0283cb02f768): There are no data parts | ||
| 735 | 2024.05.31 00:14:39.349971 [ 3 ] {96ba7eb4-091f-48cc-89f6-c2410d2a133e} <Debug> DynamicQueryHandler: Done processing query | ||
| 736 | 2024.05.31 00:14:39.350025 [ 3 ] {} <Debug> HTTP-Session: 08308e34-9184-4f4b-9f0b-8949372087ff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 737 | 2024.05.31 00:14:39.350138 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43561, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 738 | 2024.05.31 00:14:39.350226 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 739 | 2024.05.31 00:14:39.350283 [ 3 ] {} <Debug> HTTP-Session: b4ffbb49-f476-4171-9aa5-9907e44bd776 Authenticating user 'default' from [fd00:1122:3344:101::d]:43561 | ||
| 740 | 2024.05.31 00:14:39.350299 [ 3 ] {} <Debug> HTTP-Session: b4ffbb49-f476-4171-9aa5-9907e44bd776 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 741 | 2024.05.31 00:14:39.350349 [ 3 ] {} <Debug> HTTP-Session: b4ffbb49-f476-4171-9aa5-9907e44bd776 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 742 | 2024.05.31 00:14:39.350417 [ 3 ] {} <Trace> HTTP-Session: b4ffbb49-f476-4171-9aa5-9907e44bd776 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 743 | 2024.05.31 00:14:39.350590 [ 3 ] {03789774-8bcd-4bcc-afd0-0a451aeee5ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43561) CREATE TABLE IF NOT EXISTS oximeter.fields_i64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int64 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
| 744 | 2024.05.31 00:14:39.350666 [ 3 ] {03789774-8bcd-4bcc-afd0-0a451aeee5ed} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
| 745 | 2024.05.31 00:14:39.353258 [ 3 ] {03789774-8bcd-4bcc-afd0-0a451aeee5ed} <Debug> oximeter.fields_i64 (89edef7e-9a17-4149-85b3-f4d14e0e2cde): Loading data parts | ||
| 746 | 2024.05.31 00:14:39.353416 [ 3 ] {03789774-8bcd-4bcc-afd0-0a451aeee5ed} <Debug> oximeter.fields_i64 (89edef7e-9a17-4149-85b3-f4d14e0e2cde): There are no data parts | ||
| 747 | 2024.05.31 00:14:39.355960 [ 3 ] {03789774-8bcd-4bcc-afd0-0a451aeee5ed} <Debug> DynamicQueryHandler: Done processing query | ||
| 748 | 2024.05.31 00:14:39.355986 [ 3 ] {} <Debug> HTTP-Session: b4ffbb49-f476-4171-9aa5-9907e44bd776 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 749 | 2024.05.31 00:14:39.356135 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43561, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 750 | 2024.05.31 00:14:39.356216 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 751 | 2024.05.31 00:14:39.356267 [ 3 ] {} <Debug> HTTP-Session: 76d333b0-add0-4322-8e05-d66041b25cc1 Authenticating user 'default' from [fd00:1122:3344:101::d]:43561 | ||
| 752 | 2024.05.31 00:14:39.356284 [ 3 ] {} <Debug> HTTP-Session: 76d333b0-add0-4322-8e05-d66041b25cc1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 753 | 2024.05.31 00:14:39.356332 [ 3 ] {} <Debug> HTTP-Session: 76d333b0-add0-4322-8e05-d66041b25cc1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 754 | 2024.05.31 00:14:39.356393 [ 3 ] {} <Trace> HTTP-Session: 76d333b0-add0-4322-8e05-d66041b25cc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 755 | 2024.05.31 00:14:39.356569 [ 3 ] {551969eb-655c-481f-9638-3e7bbdfa4418} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43561) CREATE TABLE IF NOT EXISTS oximeter.fields_u64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt64 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
| 756 | 2024.05.31 00:14:39.356648 [ 3 ] {551969eb-655c-481f-9638-3e7bbdfa4418} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
| 757 | 2024.05.31 00:14:39.358443 [ 3 ] {551969eb-655c-481f-9638-3e7bbdfa4418} <Debug> oximeter.fields_u64 (561e05ea-046c-467f-906a-ebf4564b6049): Loading data parts | ||
| 758 | 2024.05.31 00:14:39.358607 [ 3 ] {551969eb-655c-481f-9638-3e7bbdfa4418} <Debug> oximeter.fields_u64 (561e05ea-046c-467f-906a-ebf4564b6049): There are no data parts | ||
| 759 | 2024.05.31 00:14:39.359794 [ 3 ] {551969eb-655c-481f-9638-3e7bbdfa4418} <Debug> DynamicQueryHandler: Done processing query | ||
| 760 | 2024.05.31 00:14:39.359820 [ 3 ] {} <Debug> HTTP-Session: 76d333b0-add0-4322-8e05-d66041b25cc1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 761 | 2024.05.31 00:14:39.360008 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43561, User-Agent: (none), Length: 252, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 762 | 2024.05.31 00:14:39.360157 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 763 | 2024.05.31 00:14:39.360179 [ 3 ] {} <Debug> HTTP-Session: 1eec6e4b-84c5-44e4-ae1e-3487135aa129 Authenticating user 'default' from [fd00:1122:3344:101::d]:43561 | ||
| 764 | 2024.05.31 00:14:39.360195 [ 3 ] {} <Debug> HTTP-Session: 1eec6e4b-84c5-44e4-ae1e-3487135aa129 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 765 | 2024.05.31 00:14:39.360245 [ 3 ] {} <Debug> HTTP-Session: 1eec6e4b-84c5-44e4-ae1e-3487135aa129 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 766 | 2024.05.31 00:14:39.360278 [ 3 ] {} <Trace> HTTP-Session: 1eec6e4b-84c5-44e4-ae1e-3487135aa129 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 767 | 2024.05.31 00:14:39.360416 [ 3 ] {9bce11fb-3961-4def-846a-016847655c95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43561) CREATE TABLE IF NOT EXISTS oximeter.fields_ipaddr ( timeseries_name String, timeseries_key UInt64, field_name String, field_value IPv6 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
| 768 | 2024.05.31 00:14:39.360491 [ 3 ] {9bce11fb-3961-4def-846a-016847655c95} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
| 769 | 2024.05.31 00:14:39.361987 [ 3 ] {9bce11fb-3961-4def-846a-016847655c95} <Debug> oximeter.fields_ipaddr (344d19af-b4cd-4c0c-86b0-d4edfba73a90): Loading data parts | ||
| 770 | 2024.05.31 00:14:39.362192 [ 3 ] {9bce11fb-3961-4def-846a-016847655c95} <Debug> oximeter.fields_ipaddr (344d19af-b4cd-4c0c-86b0-d4edfba73a90): There are no data parts | ||
| 771 | 2024.05.31 00:14:39.363470 [ 3 ] {9bce11fb-3961-4def-846a-016847655c95} <Debug> DynamicQueryHandler: Done processing query | ||
| 772 | 2024.05.31 00:14:39.363497 [ 3 ] {} <Debug> HTTP-Session: 1eec6e4b-84c5-44e4-ae1e-3487135aa129 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 773 | 2024.05.31 00:14:39.363616 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43561, User-Agent: (none), Length: 254, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 774 | 2024.05.31 00:14:39.363665 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 775 | 2024.05.31 00:14:39.363683 [ 3 ] {} <Debug> HTTP-Session: a6b7da2b-a0c0-42fd-b424-8e8aba1614ef Authenticating user 'default' from [fd00:1122:3344:101::d]:43561 | ||
| 776 | 2024.05.31 00:14:39.363699 [ 3 ] {} <Debug> HTTP-Session: a6b7da2b-a0c0-42fd-b424-8e8aba1614ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 777 | 2024.05.31 00:14:39.363713 [ 3 ] {} <Debug> HTTP-Session: a6b7da2b-a0c0-42fd-b424-8e8aba1614ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 778 | 2024.05.31 00:14:39.363742 [ 3 ] {} <Trace> HTTP-Session: a6b7da2b-a0c0-42fd-b424-8e8aba1614ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 779 | 2024.05.31 00:14:39.363879 [ 3 ] {94ae077a-21a7-42c6-9a00-7bcd550ddb17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43561) CREATE TABLE IF NOT EXISTS oximeter.fields_string ( timeseries_name String, timeseries_key UInt64, field_name String, field_value String ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
| 780 | 2024.05.31 00:14:39.363917 [ 3 ] {94ae077a-21a7-42c6-9a00-7bcd550ddb17} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
| 781 | 2024.05.31 00:14:39.365595 [ 3 ] {94ae077a-21a7-42c6-9a00-7bcd550ddb17} <Debug> oximeter.fields_string (b56e662b-3378-4d8f-bfd0-c84089533f5c): Loading data parts | ||
| 782 | 2024.05.31 00:14:39.365749 [ 3 ] {94ae077a-21a7-42c6-9a00-7bcd550ddb17} <Debug> oximeter.fields_string (b56e662b-3378-4d8f-bfd0-c84089533f5c): There are no data parts | ||
| 783 | 2024.05.31 00:14:39.367245 [ 3 ] {94ae077a-21a7-42c6-9a00-7bcd550ddb17} <Debug> DynamicQueryHandler: Done processing query | ||
| 784 | 2024.05.31 00:14:39.367271 [ 3 ] {} <Debug> HTTP-Session: a6b7da2b-a0c0-42fd-b424-8e8aba1614ef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 785 | 2024.05.31 00:14:39.367385 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43561, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 786 | 2024.05.31 00:14:39.367434 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 787 | 2024.05.31 00:14:39.367453 [ 3 ] {} <Debug> HTTP-Session: b532354c-8b35-4dcb-85b1-cae8c743e2d7 Authenticating user 'default' from [fd00:1122:3344:101::d]:43561 | ||
| 788 | 2024.05.31 00:14:39.367470 [ 3 ] {} <Debug> HTTP-Session: b532354c-8b35-4dcb-85b1-cae8c743e2d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 789 | 2024.05.31 00:14:39.367484 [ 3 ] {} <Debug> HTTP-Session: b532354c-8b35-4dcb-85b1-cae8c743e2d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 790 | 2024.05.31 00:14:39.367513 [ 3 ] {} <Trace> HTTP-Session: b532354c-8b35-4dcb-85b1-cae8c743e2d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 791 | 2024.05.31 00:14:39.367652 [ 3 ] {711d390f-8ba9-49b7-b819-677bcb7eecd2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43561) CREATE TABLE IF NOT EXISTS oximeter.fields_uuid ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UUID ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
| 792 | 2024.05.31 00:14:39.367690 [ 3 ] {711d390f-8ba9-49b7-b819-677bcb7eecd2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
| 793 | 2024.05.31 00:14:39.370263 [ 3 ] {711d390f-8ba9-49b7-b819-677bcb7eecd2} <Debug> oximeter.fields_uuid (8f797fb4-a173-4a10-8b5c-5320f3524b2d): Loading data parts | ||
| 794 | 2024.05.31 00:14:39.370437 [ 3 ] {711d390f-8ba9-49b7-b819-677bcb7eecd2} <Debug> oximeter.fields_uuid (8f797fb4-a173-4a10-8b5c-5320f3524b2d): There are no data parts | ||
| 795 | 2024.05.31 00:14:39.372419 [ 3 ] {711d390f-8ba9-49b7-b819-677bcb7eecd2} <Debug> DynamicQueryHandler: Done processing query | ||
| 796 | 2024.05.31 00:14:39.372446 [ 3 ] {} <Debug> HTTP-Session: b532354c-8b35-4dcb-85b1-cae8c743e2d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 797 | 2024.05.31 00:14:39.372561 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43561, User-Agent: (none), Length: 1416, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 798 | 2024.05.31 00:14:39.372613 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 799 | 2024.05.31 00:14:39.372633 [ 3 ] {} <Debug> HTTP-Session: d810e4a0-b3ad-45c9-8370-0427eedfb560 Authenticating user 'default' from [fd00:1122:3344:101::d]:43561 | ||
| 800 | 2024.05.31 00:14:39.372650 [ 3 ] {} <Debug> HTTP-Session: d810e4a0-b3ad-45c9-8370-0427eedfb560 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 801 | 2024.05.31 00:14:39.372665 [ 3 ] {} <Debug> HTTP-Session: d810e4a0-b3ad-45c9-8370-0427eedfb560 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 802 | 2024.05.31 00:14:39.372695 [ 3 ] {} <Trace> HTTP-Session: d810e4a0-b3ad-45c9-8370-0427eedfb560 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 803 | 2024.05.31 00:14:39.372910 [ 3 ] {457284b2-f261-40cb-8411-32c18b36ad6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43561) /* The timeseries schema table stores the extracted schema for the samples | ||
| 804 | * oximeter collects. | ||
| 805 | */ | ||
| 806 | CREATE TABLE IF NOT EXISTS oximeter.timeseries_schema ( timeseries_name String, fields Nested( name String, type Enum( 'Bool' = 1, 'I64' = 2, 'IpAddr' = 3, 'String' = 4, 'Uuid' = 6, 'I8' = 7, 'U8' = 8, 'I16' = 9, 'U16' = 10, 'I32' = 11, 'U32' = 12, 'U64' = 13 ), source Enum( 'Target' = 1, 'Metric' = 2 ) ), datum_type Enum( 'Bool' = 1, 'I64' = 2, 'F64' = 3, 'String' = 4, 'Bytes' = 5, 'CumulativeI64' = 6, 'CumulativeF64' = 7, 'HistogramI64' = 8, 'HistogramF64' = 9, 'I8' = 10, 'U8' = 11, 'I16' = 12, 'U16' = 13, 'I32' = 14, 'U32' = 15, 'U64' = 16, 'F32' = 17, 'CumulativeU64' = 18, 'CumulativeF32' = 19, 'HistogramI8' = 20, 'HistogramU8' = 21, 'HistogramI16' = 22, 'HistogramU16' = 23, 'HistogramI32' = 24, 'HistogramU32' = 25, 'HistogramU64' = 26, 'HistogramF32' = 27 ), created DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (timeseries_name, fields.name) (stage: Complete) | ||
| 807 | 2024.05.31 00:14:39.372971 [ 3 ] {457284b2-f261-40cb-8411-32c18b36ad6a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
| 808 | 2024.05.31 00:14:39.374829 [ 3 ] {457284b2-f261-40cb-8411-32c18b36ad6a} <Debug> oximeter.timeseries_schema (e3bce6b9-1e33-42c8-af41-adc2d119ee78): Loading data parts | ||
| 809 | 2024.05.31 00:14:39.375002 [ 3 ] {457284b2-f261-40cb-8411-32c18b36ad6a} <Debug> oximeter.timeseries_schema (e3bce6b9-1e33-42c8-af41-adc2d119ee78): There are no data parts | ||
| 810 | 2024.05.31 00:14:39.376942 [ 3 ] {457284b2-f261-40cb-8411-32c18b36ad6a} <Debug> DynamicQueryHandler: Done processing query | ||
| 811 | 2024.05.31 00:14:39.376968 [ 3 ] {} <Debug> HTTP-Session: d810e4a0-b3ad-45c9-8370-0427eedfb560 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 812 | 2024.05.31 00:14:39.377130 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43561, User-Agent: (none), Length: 51, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 813 | 2024.05.31 00:14:39.377180 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 814 | 2024.05.31 00:14:39.377200 [ 3 ] {} <Debug> HTTP-Session: 2e246e04-8cfe-4e79-be3a-d77c201227b3 Authenticating user 'default' from [fd00:1122:3344:101::d]:43561 | ||
| 815 | 2024.05.31 00:14:39.377216 [ 3 ] {} <Debug> HTTP-Session: 2e246e04-8cfe-4e79-be3a-d77c201227b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 816 | 2024.05.31 00:14:39.377231 [ 3 ] {} <Debug> HTTP-Session: 2e246e04-8cfe-4e79-be3a-d77c201227b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 817 | 2024.05.31 00:14:39.377261 [ 3 ] {} <Trace> HTTP-Session: 2e246e04-8cfe-4e79-be3a-d77c201227b3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 818 | 2024.05.31 00:14:39.377427 [ 3 ] {e4eec21e-2162-4bce-b9d6-c43f7c175949} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43561) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
| 819 | 2024.05.31 00:14:39.379388 [ 3 ] {e4eec21e-2162-4bce-b9d6-c43f7c175949} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
| 820 | 2024.05.31 00:14:39.383771 [ 3 ] {e4eec21e-2162-4bce-b9d6-c43f7c175949} <Trace> oximeter.version (78bdad75-7f0c-46d6-9dff-594a8d137898): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 821 | 2024.05.31 00:14:39.383808 [ 3 ] {e4eec21e-2162-4bce-b9d6-c43f7c175949} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 822 | 2024.05.31 00:14:39.389188 [ 3 ] {e4eec21e-2162-4bce-b9d6-c43f7c175949} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 823 | 2024.05.31 00:14:39.390571 [ 3 ] {e4eec21e-2162-4bce-b9d6-c43f7c175949} <Trace> oximeter.version (78bdad75-7f0c-46d6-9dff-594a8d137898): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 824 | 2024.05.31 00:14:39.390850 [ 3 ] {e4eec21e-2162-4bce-b9d6-c43f7c175949} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.013504 sec., 74.0521327014218 rows/sec., 1.16 KiB/sec. | ||
| 825 | 2024.05.31 00:14:39.391023 [ 3 ] {e4eec21e-2162-4bce-b9d6-c43f7c175949} <Debug> DynamicQueryHandler: Done processing query | ||
| 826 | 2024.05.31 00:14:39.391048 [ 3 ] {e4eec21e-2162-4bce-b9d6-c43f7c175949} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 827 | 2024.05.31 00:14:39.391064 [ 3 ] {} <Debug> HTTP-Session: 2e246e04-8cfe-4e79-be3a-d77c201227b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 828 | 2024.05.31 00:14:40.000196 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 160.62 MiB, peak 165.76 MiB, free memory in arenas 0.00 B, will set to 173.66 MiB (RSS), difference: 13.04 MiB | ||
| 829 | 2024.05.31 00:14:53.703073 [ 107 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 830 | 2024.05.31 00:14:53.703686 [ 107 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 831 | 2024.05.31 00:14:59.409636 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60368, User-Agent: (none), Length: 60, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 832 | 2024.05.31 00:14:59.409775 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 833 | 2024.05.31 00:14:59.409804 [ 3 ] {} <Debug> HTTP-Session: f355fa77-9b72-4aaf-bf37-493858e456d7 Authenticating user 'default' from [fd00:1122:3344:101::d]:60368 | ||
| 834 | 2024.05.31 00:14:59.409829 [ 3 ] {} <Debug> HTTP-Session: f355fa77-9b72-4aaf-bf37-493858e456d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 835 | 2024.05.31 00:14:59.409844 [ 3 ] {} <Debug> HTTP-Session: f355fa77-9b72-4aaf-bf37-493858e456d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 836 | 2024.05.31 00:14:59.409894 [ 3 ] {} <Trace> HTTP-Session: f355fa77-9b72-4aaf-bf37-493858e456d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 837 | 2024.05.31 00:14:59.410127 [ 3 ] {34b45bc7-d54d-4793-97e9-d27ccc53afbf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60368) SELECT * FROM oximeter.timeseries_schema FORMAT JSONEachRow; (stage: Complete) | ||
| 838 | 2024.05.31 00:14:59.412435 [ 3 ] {34b45bc7-d54d-4793-97e9-d27ccc53afbf} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 839 | 2024.05.31 00:14:59.412650 [ 3 ] {34b45bc7-d54d-4793-97e9-d27ccc53afbf} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 840 | 2024.05.31 00:14:59.417824 [ 3 ] {34b45bc7-d54d-4793-97e9-d27ccc53afbf} <Debug> DynamicQueryHandler: Done processing query | ||
| 841 | 2024.05.31 00:14:59.417861 [ 3 ] {34b45bc7-d54d-4793-97e9-d27ccc53afbf} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 842 | 2024.05.31 00:14:59.417881 [ 3 ] {} <Debug> HTTP-Session: f355fa77-9b72-4aaf-bf37-493858e456d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 843 | 2024.05.31 00:14:59.437026 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60368, User-Agent: (none), Length: 132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 844 | 2024.05.31 00:14:59.437133 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 845 | 2024.05.31 00:14:59.437160 [ 3 ] {} <Debug> HTTP-Session: 5cbafd34-9f55-4770-b8e2-dfc26f4c260a Authenticating user 'default' from [fd00:1122:3344:101::d]:60368 | ||
| 846 | 2024.05.31 00:14:59.437185 [ 3 ] {} <Debug> HTTP-Session: 5cbafd34-9f55-4770-b8e2-dfc26f4c260a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 847 | 2024.05.31 00:14:59.437201 [ 3 ] {} <Debug> HTTP-Session: 5cbafd34-9f55-4770-b8e2-dfc26f4c260a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 848 | 2024.05.31 00:14:59.437248 [ 3 ] {} <Trace> HTTP-Session: 5cbafd34-9f55-4770-b8e2-dfc26f4c260a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 849 | 2024.05.31 00:14:59.437470 [ 3 ] {ef813dbe-e688-45a0-8cb2-2c4b74980fce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60368) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
| 850 | 2024.05.31 00:14:59.460183 [ 3 ] {ef813dbe-e688-45a0-8cb2-2c4b74980fce} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 851 | 2024.05.31 00:14:59.460287 [ 3 ] {ef813dbe-e688-45a0-8cb2-2c4b74980fce} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 852 | 2024.05.31 00:14:59.463483 [ 3 ] {ef813dbe-e688-45a0-8cb2-2c4b74980fce} <Debug> DynamicQueryHandler: Done processing query | ||
| 853 | 2024.05.31 00:14:59.463515 [ 3 ] {ef813dbe-e688-45a0-8cb2-2c4b74980fce} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 854 | 2024.05.31 00:14:59.463533 [ 3 ] {} <Debug> HTTP-Session: 5cbafd34-9f55-4770-b8e2-dfc26f4c260a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 855 | 2024.05.31 00:14:59.463998 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60368, User-Agent: (none), Length: 170, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 856 | 2024.05.31 00:14:59.464063 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 857 | 2024.05.31 00:14:59.464085 [ 3 ] {} <Debug> HTTP-Session: af3b9dc4-28ae-4e0d-bb97-6cc1f5fd05ce Authenticating user 'default' from [fd00:1122:3344:101::d]:60368 | ||
| 858 | 2024.05.31 00:14:59.464108 [ 3 ] {} <Debug> HTTP-Session: af3b9dc4-28ae-4e0d-bb97-6cc1f5fd05ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 859 | 2024.05.31 00:14:59.464122 [ 3 ] {} <Debug> HTTP-Session: af3b9dc4-28ae-4e0d-bb97-6cc1f5fd05ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 860 | 2024.05.31 00:14:59.464168 [ 3 ] {} <Trace> HTTP-Session: af3b9dc4-28ae-4e0d-bb97-6cc1f5fd05ce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 861 | 2024.05.31 00:14:59.464332 [ 3 ] {9383537a-a0df-4809-856f-d2c78f0deb4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60368) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
| 862 | 2024.05.31 00:14:59.464788 [ 3 ] {9383537a-a0df-4809-856f-d2c78f0deb4a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 863 | 2024.05.31 00:14:59.464840 [ 3 ] {9383537a-a0df-4809-856f-d2c78f0deb4a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 864 | 2024.05.31 00:14:59.465810 [ 3 ] {9383537a-a0df-4809-856f-d2c78f0deb4a} <Debug> DynamicQueryHandler: Done processing query | ||
| 865 | 2024.05.31 00:14:59.465838 [ 3 ] {9383537a-a0df-4809-856f-d2c78f0deb4a} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 866 | 2024.05.31 00:14:59.465855 [ 3 ] {} <Debug> HTTP-Session: af3b9dc4-28ae-4e0d-bb97-6cc1f5fd05ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 867 | 2024.05.31 00:14:59.466125 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60368, User-Agent: (none), Length: 207, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 868 | 2024.05.31 00:14:59.466176 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 869 | 2024.05.31 00:14:59.466196 [ 3 ] {} <Debug> HTTP-Session: 7e0860fb-a82b-4bb6-8256-e24910979893 Authenticating user 'default' from [fd00:1122:3344:101::d]:60368 | ||
| 870 | 2024.05.31 00:14:59.466214 [ 3 ] {} <Debug> HTTP-Session: 7e0860fb-a82b-4bb6-8256-e24910979893 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 871 | 2024.05.31 00:14:59.466229 [ 3 ] {} <Debug> HTTP-Session: 7e0860fb-a82b-4bb6-8256-e24910979893 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 872 | 2024.05.31 00:14:59.466261 [ 3 ] {} <Trace> HTTP-Session: 7e0860fb-a82b-4bb6-8256-e24910979893 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 873 | 2024.05.31 00:14:59.466388 [ 3 ] {3b1d6475-7459-41c5-a4c3-55a840d6941e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60368) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
| 874 | 2024.05.31 00:14:59.466709 [ 3 ] {3b1d6475-7459-41c5-a4c3-55a840d6941e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 875 | 2024.05.31 00:14:59.466762 [ 3 ] {3b1d6475-7459-41c5-a4c3-55a840d6941e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 876 | 2024.05.31 00:14:59.467691 [ 3 ] {3b1d6475-7459-41c5-a4c3-55a840d6941e} <Debug> DynamicQueryHandler: Done processing query | ||
| 877 | 2024.05.31 00:14:59.467718 [ 3 ] {3b1d6475-7459-41c5-a4c3-55a840d6941e} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 878 | 2024.05.31 00:14:59.467738 [ 3 ] {} <Debug> HTTP-Session: 7e0860fb-a82b-4bb6-8256-e24910979893 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 879 | 2024.05.31 00:14:59.468718 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60368, User-Agent: (none), Length: 259, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 880 | 2024.05.31 00:14:59.468768 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 881 | 2024.05.31 00:14:59.468787 [ 3 ] {} <Debug> HTTP-Session: 6b624888-215e-4a47-9771-83f21b9adac7 Authenticating user 'default' from [fd00:1122:3344:101::d]:60368 | ||
| 882 | 2024.05.31 00:14:59.468804 [ 3 ] {} <Debug> HTTP-Session: 6b624888-215e-4a47-9771-83f21b9adac7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 883 | 2024.05.31 00:14:59.468818 [ 3 ] {} <Debug> HTTP-Session: 6b624888-215e-4a47-9771-83f21b9adac7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 884 | 2024.05.31 00:14:59.468850 [ 3 ] {} <Trace> HTTP-Session: 6b624888-215e-4a47-9771-83f21b9adac7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 885 | 2024.05.31 00:14:59.468973 [ 3 ] {6bc54ca3-b736-4e08-9523-06315e1f5aea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60368) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
| 886 | 2024.05.31 00:14:59.469295 [ 3 ] {6bc54ca3-b736-4e08-9523-06315e1f5aea} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 887 | 2024.05.31 00:14:59.469348 [ 3 ] {6bc54ca3-b736-4e08-9523-06315e1f5aea} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 888 | 2024.05.31 00:14:59.470258 [ 3 ] {6bc54ca3-b736-4e08-9523-06315e1f5aea} <Debug> DynamicQueryHandler: Done processing query | ||
| 889 | 2024.05.31 00:14:59.470284 [ 3 ] {6bc54ca3-b736-4e08-9523-06315e1f5aea} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 890 | 2024.05.31 00:14:59.470300 [ 3 ] {} <Debug> HTTP-Session: 6b624888-215e-4a47-9771-83f21b9adac7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 891 | 2024.05.31 00:14:59.470459 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60368, User-Agent: (none), Length: 1162, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 892 | 2024.05.31 00:14:59.470508 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 893 | 2024.05.31 00:14:59.470527 [ 3 ] {} <Debug> HTTP-Session: 36e3b62d-911f-416a-a3f4-0ff89635e34b Authenticating user 'default' from [fd00:1122:3344:101::d]:60368 | ||
| 894 | 2024.05.31 00:14:59.470545 [ 3 ] {} <Debug> HTTP-Session: 36e3b62d-911f-416a-a3f4-0ff89635e34b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 895 | 2024.05.31 00:14:59.470559 [ 3 ] {} <Debug> HTTP-Session: 36e3b62d-911f-416a-a3f4-0ff89635e34b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 896 | 2024.05.31 00:14:59.470590 [ 3 ] {} <Trace> HTTP-Session: 36e3b62d-911f-416a-a3f4-0ff89635e34b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 897 | 2024.05.31 00:14:59.470699 [ 3 ] {28154db8-34d5-475c-acb4-e151d21b31a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60368) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
| 898 | 2024.05.31 00:14:59.470744 [ 3 ] {28154db8-34d5-475c-acb4-e151d21b31a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 899 | 2024.05.31 00:14:59.474784 [ 3 ] {28154db8-34d5-475c-acb4-e151d21b31a4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 900 | 2024.05.31 00:14:59.485274 [ 3 ] {28154db8-34d5-475c-acb4-e151d21b31a4} <Trace> oximeter.timeseries_schema (e3bce6b9-1e33-42c8-af41-adc2d119ee78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 901 | 2024.05.31 00:14:59.485337 [ 3 ] {28154db8-34d5-475c-acb4-e151d21b31a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 902 | 2024.05.31 00:14:59.490312 [ 3 ] {28154db8-34d5-475c-acb4-e151d21b31a4} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 903 | 2024.05.31 00:14:59.490681 [ 3 ] {28154db8-34d5-475c-acb4-e151d21b31a4} <Trace> oximeter.timeseries_schema (e3bce6b9-1e33-42c8-af41-adc2d119ee78): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 904 | 2024.05.31 00:14:59.490848 [ 3 ] {28154db8-34d5-475c-acb4-e151d21b31a4} <Debug> executeQuery: Read 5 rows, 549.00 B in 0.020178 sec., 247.794627812469 rows/sec., 26.57 KiB/sec. | ||
| 905 | 2024.05.31 00:14:59.491204 [ 3 ] {28154db8-34d5-475c-acb4-e151d21b31a4} <Debug> DynamicQueryHandler: Done processing query | ||
| 906 | 2024.05.31 00:14:59.491235 [ 3 ] {28154db8-34d5-475c-acb4-e151d21b31a4} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 907 | 2024.05.31 00:14:59.491256 [ 3 ] {} <Debug> HTTP-Session: 36e3b62d-911f-416a-a3f4-0ff89635e34b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 908 | 2024.05.31 00:14:59.491413 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60368, User-Agent: (none), Length: 2775, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 909 | 2024.05.31 00:14:59.491481 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 910 | 2024.05.31 00:14:59.491503 [ 3 ] {} <Debug> HTTP-Session: e32afa37-d3ff-4c40-9b83-e59a33cc54ee Authenticating user 'default' from [fd00:1122:3344:101::d]:60368 | ||
| 911 | 2024.05.31 00:14:59.491526 [ 3 ] {} <Debug> HTTP-Session: e32afa37-d3ff-4c40-9b83-e59a33cc54ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 912 | 2024.05.31 00:14:59.491540 [ 3 ] {} <Debug> HTTP-Session: e32afa37-d3ff-4c40-9b83-e59a33cc54ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 913 | 2024.05.31 00:14:59.491584 [ 3 ] {} <Trace> HTTP-Session: e32afa37-d3ff-4c40-9b83-e59a33cc54ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 914 | 2024.05.31 00:14:59.491721 [ 3 ] {a4502f1c-93c2-4576-80e2-13d26e318462} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60368) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 915 | 2024.05.31 00:14:59.491779 [ 3 ] {a4502f1c-93c2-4576-80e2-13d26e318462} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 916 | 2024.05.31 00:14:59.491942 [ 3 ] {a4502f1c-93c2-4576-80e2-13d26e318462} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 917 | 2024.05.31 00:14:59.503778 [ 3 ] {a4502f1c-93c2-4576-80e2-13d26e318462} <Trace> oximeter.fields_i64 (89edef7e-9a17-4149-85b3-f4d14e0e2cde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 918 | 2024.05.31 00:14:59.503833 [ 3 ] {a4502f1c-93c2-4576-80e2-13d26e318462} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 919 | 2024.05.31 00:14:59.504219 [ 3 ] {a4502f1c-93c2-4576-80e2-13d26e318462} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 920 | 2024.05.31 00:14:59.504565 [ 3 ] {a4502f1c-93c2-4576-80e2-13d26e318462} <Trace> oximeter.fields_i64 (89edef7e-9a17-4149-85b3-f4d14e0e2cde): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 921 | 2024.05.31 00:14:59.504740 [ 3 ] {a4502f1c-93c2-4576-80e2-13d26e318462} <Debug> executeQuery: Read 19 rows, 1.54 KiB in 0.013056 sec., 1455.2696078431372 rows/sec., 117.96 KiB/sec. | ||
| 922 | 2024.05.31 00:14:59.505003 [ 3 ] {a4502f1c-93c2-4576-80e2-13d26e318462} <Debug> DynamicQueryHandler: Done processing query | ||
| 923 | 2024.05.31 00:14:59.505036 [ 3 ] {a4502f1c-93c2-4576-80e2-13d26e318462} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 924 | 2024.05.31 00:14:59.505055 [ 3 ] {} <Debug> HTTP-Session: e32afa37-d3ff-4c40-9b83-e59a33cc54ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 925 | 2024.05.31 00:14:59.505283 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60368, User-Agent: (none), Length: 8762, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 926 | 2024.05.31 00:14:59.505354 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 927 | 2024.05.31 00:14:59.505375 [ 3 ] {} <Debug> HTTP-Session: 5fb62554-5c89-4506-885c-88d09b009393 Authenticating user 'default' from [fd00:1122:3344:101::d]:60368 | ||
| 928 | 2024.05.31 00:14:59.505396 [ 3 ] {} <Debug> HTTP-Session: 5fb62554-5c89-4506-885c-88d09b009393 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 929 | 2024.05.31 00:14:59.505411 [ 3 ] {} <Debug> HTTP-Session: 5fb62554-5c89-4506-885c-88d09b009393 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 930 | 2024.05.31 00:14:59.505458 [ 3 ] {} <Trace> HTTP-Session: 5fb62554-5c89-4506-885c-88d09b009393 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 931 | 2024.05.31 00:14:59.505605 [ 3 ] {5fe6e5c6-ddf3-497e-aec5-4f9f4d4aca0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60368) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 932 | 2024.05.31 00:14:59.505657 [ 3 ] {5fe6e5c6-ddf3-497e-aec5-4f9f4d4aca0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 933 | 2024.05.31 00:14:59.505794 [ 3 ] {5fe6e5c6-ddf3-497e-aec5-4f9f4d4aca0f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 934 | 2024.05.31 00:14:59.508124 [ 3 ] {5fe6e5c6-ddf3-497e-aec5-4f9f4d4aca0f} <Trace> oximeter.fields_string (b56e662b-3378-4d8f-bfd0-c84089533f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 935 | 2024.05.31 00:14:59.508165 [ 3 ] {5fe6e5c6-ddf3-497e-aec5-4f9f4d4aca0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 936 | 2024.05.31 00:14:59.508489 [ 3 ] {5fe6e5c6-ddf3-497e-aec5-4f9f4d4aca0f} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 937 | 2024.05.31 00:14:59.508794 [ 3 ] {5fe6e5c6-ddf3-497e-aec5-4f9f4d4aca0f} <Trace> oximeter.fields_string (b56e662b-3378-4d8f-bfd0-c84089533f5c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 938 | 2024.05.31 00:14:59.508940 [ 3 ] {5fe6e5c6-ddf3-497e-aec5-4f9f4d4aca0f} <Debug> executeQuery: Read 58 rows, 5.20 KiB in 0.003378 sec., 17169.923031379516 rows/sec., 1.50 MiB/sec. | ||
| 939 | 2024.05.31 00:14:59.509208 [ 3 ] {5fe6e5c6-ddf3-497e-aec5-4f9f4d4aca0f} <Debug> DynamicQueryHandler: Done processing query | ||
| 940 | 2024.05.31 00:14:59.509234 [ 3 ] {5fe6e5c6-ddf3-497e-aec5-4f9f4d4aca0f} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 941 | 2024.05.31 00:14:59.509250 [ 3 ] {} <Debug> HTTP-Session: 5fb62554-5c89-4506-885c-88d09b009393 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 942 | 2024.05.31 00:14:59.509390 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60368, User-Agent: (none), Length: 181, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 943 | 2024.05.31 00:14:59.509441 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 944 | 2024.05.31 00:14:59.509461 [ 3 ] {} <Debug> HTTP-Session: c73adfe5-38ca-4c50-b688-ea6038e99699 Authenticating user 'default' from [fd00:1122:3344:101::d]:60368 | ||
| 945 | 2024.05.31 00:14:59.509478 [ 3 ] {} <Debug> HTTP-Session: c73adfe5-38ca-4c50-b688-ea6038e99699 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 946 | 2024.05.31 00:14:59.509492 [ 3 ] {} <Debug> HTTP-Session: c73adfe5-38ca-4c50-b688-ea6038e99699 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 947 | 2024.05.31 00:14:59.509524 [ 3 ] {} <Trace> HTTP-Session: c73adfe5-38ca-4c50-b688-ea6038e99699 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 948 | 2024.05.31 00:14:59.509621 [ 3 ] {fa01fa52-cdbb-479f-96c8-db655b3200b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60368) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 949 | 2024.05.31 00:14:59.509666 [ 3 ] {fa01fa52-cdbb-479f-96c8-db655b3200b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 950 | 2024.05.31 00:14:59.509812 [ 3 ] {fa01fa52-cdbb-479f-96c8-db655b3200b7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 951 | 2024.05.31 00:14:59.514378 [ 3 ] {fa01fa52-cdbb-479f-96c8-db655b3200b7} <Trace> oximeter.fields_u32 (6314d608-1ab6-469e-99a6-0283cb02f768): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 952 | 2024.05.31 00:14:59.514417 [ 3 ] {fa01fa52-cdbb-479f-96c8-db655b3200b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 953 | 2024.05.31 00:14:59.514734 [ 3 ] {fa01fa52-cdbb-479f-96c8-db655b3200b7} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 954 | 2024.05.31 00:14:59.515054 [ 3 ] {fa01fa52-cdbb-479f-96c8-db655b3200b7} <Trace> oximeter.fields_u32 (6314d608-1ab6-469e-99a6-0283cb02f768): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 955 | 2024.05.31 00:14:59.515200 [ 3 ] {fa01fa52-cdbb-479f-96c8-db655b3200b7} <Debug> executeQuery: Read 1 rows, 68.00 B in 0.005595 sec., 178.73100983020552 rows/sec., 11.87 KiB/sec. | ||
| 956 | 2024.05.31 00:14:59.515385 [ 3 ] {fa01fa52-cdbb-479f-96c8-db655b3200b7} <Debug> DynamicQueryHandler: Done processing query | ||
| 957 | 2024.05.31 00:14:59.515410 [ 3 ] {fa01fa52-cdbb-479f-96c8-db655b3200b7} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 958 | 2024.05.31 00:14:59.515426 [ 3 ] {} <Debug> HTTP-Session: c73adfe5-38ca-4c50-b688-ea6038e99699 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 959 | 2024.05.31 00:14:59.515589 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60368, User-Agent: (none), Length: 5486, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 960 | 2024.05.31 00:14:59.515638 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 961 | 2024.05.31 00:14:59.515657 [ 3 ] {} <Debug> HTTP-Session: f7463751-bac6-4451-a9ab-e0d0ce521185 Authenticating user 'default' from [fd00:1122:3344:101::d]:60368 | ||
| 962 | 2024.05.31 00:14:59.515675 [ 3 ] {} <Debug> HTTP-Session: f7463751-bac6-4451-a9ab-e0d0ce521185 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 963 | 2024.05.31 00:14:59.515689 [ 3 ] {} <Debug> HTTP-Session: f7463751-bac6-4451-a9ab-e0d0ce521185 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 964 | 2024.05.31 00:14:59.515720 [ 3 ] {} <Trace> HTTP-Session: f7463751-bac6-4451-a9ab-e0d0ce521185 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 965 | 2024.05.31 00:14:59.515827 [ 3 ] {85c25798-ffdd-470c-acb1-a11c8edbd9f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60368) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 966 | 2024.05.31 00:14:59.515869 [ 3 ] {85c25798-ffdd-470c-acb1-a11c8edbd9f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 967 | 2024.05.31 00:14:59.516550 [ 3 ] {85c25798-ffdd-470c-acb1-a11c8edbd9f5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 968 | 2024.05.31 00:14:59.519321 [ 3 ] {85c25798-ffdd-470c-acb1-a11c8edbd9f5} <Trace> oximeter.fields_uuid (8f797fb4-a173-4a10-8b5c-5320f3524b2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 969 | 2024.05.31 00:14:59.519356 [ 3 ] {85c25798-ffdd-470c-acb1-a11c8edbd9f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 970 | 2024.05.31 00:14:59.521808 [ 3 ] {85c25798-ffdd-470c-acb1-a11c8edbd9f5} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 971 | 2024.05.31 00:14:59.522190 [ 3 ] {85c25798-ffdd-470c-acb1-a11c8edbd9f5} <Trace> oximeter.fields_uuid (8f797fb4-a173-4a10-8b5c-5320f3524b2d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 972 | 2024.05.31 00:14:59.522337 [ 3 ] {85c25798-ffdd-470c-acb1-a11c8edbd9f5} <Debug> executeQuery: Read 32 rows, 2.58 KiB in 0.006534 sec., 4897.459442913989 rows/sec., 394.27 KiB/sec. | ||
| 973 | 2024.05.31 00:14:59.522593 [ 3 ] {85c25798-ffdd-470c-acb1-a11c8edbd9f5} <Debug> DynamicQueryHandler: Done processing query | ||
| 974 | 2024.05.31 00:14:59.522620 [ 3 ] {85c25798-ffdd-470c-acb1-a11c8edbd9f5} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 975 | 2024.05.31 00:14:59.522636 [ 3 ] {} <Debug> HTTP-Session: f7463751-bac6-4451-a9ab-e0d0ce521185 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 976 | 2024.05.31 00:14:59.522770 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60368, User-Agent: (none), Length: 212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 977 | 2024.05.31 00:14:59.522820 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 978 | 2024.05.31 00:14:59.522840 [ 3 ] {} <Debug> HTTP-Session: fbc0d0b6-c690-4dd1-a849-5b3c34adda42 Authenticating user 'default' from [fd00:1122:3344:101::d]:60368 | ||
| 979 | 2024.05.31 00:14:59.522857 [ 3 ] {} <Debug> HTTP-Session: fbc0d0b6-c690-4dd1-a849-5b3c34adda42 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 980 | 2024.05.31 00:14:59.522871 [ 3 ] {} <Debug> HTTP-Session: fbc0d0b6-c690-4dd1-a849-5b3c34adda42 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 981 | 2024.05.31 00:14:59.522903 [ 3 ] {} <Trace> HTTP-Session: fbc0d0b6-c690-4dd1-a849-5b3c34adda42 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 982 | 2024.05.31 00:14:59.523000 [ 3 ] {348190c5-52b2-413c-8b89-f49a453dd160} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60368) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 983 | 2024.05.31 00:14:59.523068 [ 3 ] {348190c5-52b2-413c-8b89-f49a453dd160} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 984 | 2024.05.31 00:14:59.523234 [ 3 ] {348190c5-52b2-413c-8b89-f49a453dd160} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 985 | 2024.05.31 00:14:59.525437 [ 3 ] {348190c5-52b2-413c-8b89-f49a453dd160} <Trace> oximeter.measurements_f64 (e020aab5-36fc-4ccc-a1fd-2d8e56b765a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 986 | 2024.05.31 00:14:59.525472 [ 3 ] {348190c5-52b2-413c-8b89-f49a453dd160} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 987 | 2024.05.31 00:14:59.534288 [ 3 ] {348190c5-52b2-413c-8b89-f49a453dd160} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 988 | 2024.05.31 00:14:59.534642 [ 3 ] {348190c5-52b2-413c-8b89-f49a453dd160} <Trace> oximeter.measurements_f64 (e020aab5-36fc-4ccc-a1fd-2d8e56b765a3): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 989 | 2024.05.31 00:14:59.534811 [ 3 ] {348190c5-52b2-413c-8b89-f49a453dd160} <Debug> executeQuery: Read 1 rows, 65.00 B in 0.011826 sec., 84.5594452900389 rows/sec., 5.37 KiB/sec. | ||
| 990 | 2024.05.31 00:14:59.535029 [ 3 ] {348190c5-52b2-413c-8b89-f49a453dd160} <Debug> DynamicQueryHandler: Done processing query | ||
| 991 | 2024.05.31 00:14:59.535056 [ 3 ] {348190c5-52b2-413c-8b89-f49a453dd160} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 992 | 2024.05.31 00:14:59.535072 [ 3 ] {} <Debug> HTTP-Session: fbc0d0b6-c690-4dd1-a849-5b3c34adda42 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 993 | 2024.05.31 00:14:59.535314 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60368, User-Agent: (none), Length: 20365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 994 | 2024.05.31 00:14:59.535375 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 995 | 2024.05.31 00:14:59.535397 [ 3 ] {} <Debug> HTTP-Session: 0df57df1-3e2d-4577-9adb-4492622d8272 Authenticating user 'default' from [fd00:1122:3344:101::d]:60368 | ||
| 996 | 2024.05.31 00:14:59.535417 [ 3 ] {} <Debug> HTTP-Session: 0df57df1-3e2d-4577-9adb-4492622d8272 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 997 | 2024.05.31 00:14:59.535432 [ 3 ] {} <Debug> HTTP-Session: 0df57df1-3e2d-4577-9adb-4492622d8272 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 998 | 2024.05.31 00:14:59.535470 [ 3 ] {} <Trace> HTTP-Session: 0df57df1-3e2d-4577-9adb-4492622d8272 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 999 | 2024.05.31 00:14:59.535682 [ 3 ] {90e76a90-990e-4971-83ce-2a93737b1918} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60368) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 1000 | 2024.05.31 00:14:59.535737 [ 3 ] {90e76a90-990e-4971-83ce-2a93737b1918} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 1001 | 2024.05.31 00:14:59.535912 [ 3 ] {90e76a90-990e-4971-83ce-2a93737b1918} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1002 | 2024.05.31 00:14:59.536392 [ 3 ] {90e76a90-990e-4971-83ce-2a93737b1918} <Trace> oximeter.measurements_histogramf64 (482d61b7-3e14-469f-8908-873566317d01): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1003 | 2024.05.31 00:14:59.536430 [ 3 ] {90e76a90-990e-4971-83ce-2a93737b1918} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 1004 | 2024.05.31 00:14:59.540775 [ 3 ] {90e76a90-990e-4971-83ce-2a93737b1918} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1005 | 2024.05.31 00:14:59.541128 [ 3 ] {90e76a90-990e-4971-83ce-2a93737b1918} <Trace> oximeter.measurements_histogramf64 (482d61b7-3e14-469f-8908-873566317d01): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1006 | 2024.05.31 00:14:59.541282 [ 3 ] {90e76a90-990e-4971-83ce-2a93737b1918} <Debug> executeQuery: Read 19 rows, 26.25 KiB in 0.00572 sec., 3321.6783216783215 rows/sec., 4.48 MiB/sec. | ||
| 1007 | 2024.05.31 00:14:59.541482 [ 3 ] {90e76a90-990e-4971-83ce-2a93737b1918} <Debug> DynamicQueryHandler: Done processing query | ||
| 1008 | 2024.05.31 00:14:59.541507 [ 3 ] {90e76a90-990e-4971-83ce-2a93737b1918} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 1009 | 2024.05.31 00:14:59.541529 [ 3 ] {} <Debug> HTTP-Session: 0df57df1-3e2d-4577-9adb-4492622d8272 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1010 | 2024.05.31 00:14:59.541705 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60368, User-Agent: (none), Length: 3404, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1011 | 2024.05.31 00:14:59.541765 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1012 | 2024.05.31 00:14:59.541785 [ 3 ] {} <Debug> HTTP-Session: 017ea132-f9c4-451c-a4cf-c71fa38a690b Authenticating user 'default' from [fd00:1122:3344:101::d]:60368 | ||
| 1013 | 2024.05.31 00:14:59.541805 [ 3 ] {} <Debug> HTTP-Session: 017ea132-f9c4-451c-a4cf-c71fa38a690b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1014 | 2024.05.31 00:14:59.541821 [ 3 ] {} <Debug> HTTP-Session: 017ea132-f9c4-451c-a4cf-c71fa38a690b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1015 | 2024.05.31 00:14:59.541854 [ 3 ] {} <Trace> HTTP-Session: 017ea132-f9c4-451c-a4cf-c71fa38a690b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1016 | 2024.05.31 00:14:59.541962 [ 3 ] {6c74f4db-02ad-4992-bb75-1843fb6b886b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60368) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 1017 | 2024.05.31 00:14:59.542010 [ 3 ] {6c74f4db-02ad-4992-bb75-1843fb6b886b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 1018 | 2024.05.31 00:14:59.542140 [ 3 ] {6c74f4db-02ad-4992-bb75-1843fb6b886b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1019 | 2024.05.31 00:14:59.542542 [ 3 ] {6c74f4db-02ad-4992-bb75-1843fb6b886b} <Trace> oximeter.measurements_i64 (054a52d9-2c08-4e73-aeba-62bd31442709): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1020 | 2024.05.31 00:14:59.542576 [ 3 ] {6c74f4db-02ad-4992-bb75-1843fb6b886b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 1021 | 2024.05.31 00:14:59.543055 [ 3 ] {6c74f4db-02ad-4992-bb75-1843fb6b886b} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1022 | 2024.05.31 00:14:59.543386 [ 3 ] {6c74f4db-02ad-4992-bb75-1843fb6b886b} <Trace> oximeter.measurements_i64 (054a52d9-2c08-4e73-aeba-62bd31442709): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1023 | 2024.05.31 00:14:59.543535 [ 3 ] {6c74f4db-02ad-4992-bb75-1843fb6b886b} <Debug> executeQuery: Read 21 rows, 1.57 KiB in 0.001596 sec., 13157.894736842105 rows/sec., 982.68 KiB/sec. | ||
| 1024 | 2024.05.31 00:14:59.543724 [ 3 ] {6c74f4db-02ad-4992-bb75-1843fb6b886b} <Debug> DynamicQueryHandler: Done processing query | ||
| 1025 | 2024.05.31 00:14:59.543749 [ 3 ] {6c74f4db-02ad-4992-bb75-1843fb6b886b} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 1026 | 2024.05.31 00:14:59.543766 [ 3 ] {} <Debug> HTTP-Session: 017ea132-f9c4-451c-a4cf-c71fa38a690b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||